/*!
Theme Name: Hellopeople (pty) Ltd.
Theme URI: https://www.hellopeople.com.au
Author: Hellopeople (pty) Ltd.
Description: HELLO PEOPLE - Mobile App Development, Software, Cloud, API Development.
*/

/* define default styles here */


body { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 400;}	

header { min-height: 93px;  position: fixed;  width: 100%;  margin: 0 auto;}

h1 {font-size: 50px; font-weight: 500;line-height: 50px;}
h2 {font-size: 35px; font-weight: 400;line-height: 50px;}
h3 {font-size: 30px;font-weight: 400;line-height: 50px;}
h4 {font-size: 28px;font-weight: 200;line-height: 50px;}
h5 {font-size: 20px;font-weight: 200;line-height: 40px;}
h6 {font-size: 16px;font-weight: 200;line-height: 30px;}


section {Padding: 20px 10px 20px 10px; line-height: 30px;}
.brand img { margin: 20px auto;  display: table;  }


/* Default text css */
.tc {text-align: center;}
section p { font-size:16px; line-height: 35px;}
.foot p { font-size:13px;line-height: 20px;font-weight: normal;}
.uppercase {text-transform: uppercase;}
.tr {text-align: right;}
.foot ul li,.navbar-nav ul li { list-style:none;}
.services ul li { list-style:initial;}
.foot ul { padding: 0;}
.p_btn { background: #00aedb !important; color: #fff !important; padding: 10px 17px;}

/* font size */
.small {font-size: 13px; letter-spacing: 1px; line-height: 20px;font-weight: normal;}
.medium {font-size: 15px; line-height: 20px;font-weight: normal;}
.v-small { font-size: 11px;  letter-spacing: 0.5px;  line-height: 20px; font-weight: normal;}

/* line heights */
.lh40 {line-height: 40px;}
.lh30 {line-height: 30px;}
.lh20 {line-height: 20px;}
.mgtop-35 { margin-top: 35px;}
.mgtop-20 { margin-top: 20px;}
.mgbottm-30 { margin-bottom:30px;}
.mgbottm-20 { margin-bottom:20px;}
.products .row {margin-bottom: 45px;}

/* background colours */
.cy {background:#33CCCC; color:#2D4D64;}
.grey {background: #f2f2f2; color:#2D4D64; }
.darkgrey {background: #2D4D64; color: #fff; }
.orrange { background:#FBA41C; color:#fff;}
.black { background:#18141a; color:#fff;line-height: 52px;}
.barkblack { background: #000000; color: #fff; padding: 15px;}

/* link colours */
a:link {color: #0b2e82;text-decoration: none;background:none;}
a:hover {text-decoration: none !important;background:none;}
a:visited {color: #0b2e82;}

.light a:link {color: #fff;text-decoration: none;}
.light a:hover {text-decoration: underline;}
.light a:visited {color: #fff;}

.slider .carousel-inner > .item > a > img,.slider .carousel-inner>.item {
    max-height:650px !important;
    width:100%;
}

/*.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

.carousel-caption { bottom: 45%; color: #fff !important; line-height: 50px; left: 22%;
    text-align: left;} 
.product-slider .carousel-caption h1 { color: #f3233e; font-weight:800;} 
.product-slider .carousel-caption h2 { color: #ffffff; font-weight:800;} 
.carousel-caption h1 { color: #3765d6;font-weight:800;}
.carousel-caption h2 { color: #0b2e82;font-weight:800;}

/* sub-banner-slider */
.sub-banner {
position: relative;    
background-image: url(../../img/sub-banner.jpg);
background-color: #000;
margin-bottom: 0;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
width: 100%;
height: 100%;
min-height:500px;
}
.subpage-slider { width:100%;}
.subpage-slider img { width:100%;}

.top-header { width:100%;background:#000;float: left;}
.full-nav { background:#0b2e82;}

/* navigation*/
.navbar { margin-bottom:0;}
.navbar-header {width: 100%;text-align: center;}
.navbar .nav > li { line-height: 30px; padding: 0 6px; }
.navbar-default{ color: #2D4D64;  background:#f8f8f8; border-color:transparent;}
.nav-header {background:#f8f8f8;} 
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-right: 6px;
    padding-left: 6px;
}

.navbar-default .navbar-nav > li > a:hover {color:#FF9600;}
.navbar-default .navbar-brand{
	color:#000;
}
.navbar-nav > li > a {text-transform: uppercase; font-weight:600;padding: 18px 65px; color:#fff;}
.navbar-nav > li > a:hover { color:#f2f2f2; background-color: #0b2669;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover { background-color: #0b2669 !important;}


/*level 2 page specific*/

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
    max-width: 100%;
    height: auto;
}
.thumbnail { border:none; padding:0;}
.thumbnail img { width:100%; }


.g-titlte { background:#f2f2f2;padding:8px 0; }
.product-download small.text-muted {
    font-weight: 500;
    font-size: 14px;
}
.product-download .text-muted a {
    color: #394e5f;
}


#sub-page-download a {
    transition: background-color 0.3s, color 0.3s;
    border: 2px solid #000;
    border-radius: 7px;
    display: inline-block;
    font-size: 21px;
    line-height: 22px;
    margin: 29px 0 0;
    padding: 15px 24px;
}
#sub-page-download a:hover {
    background:#FBA41C;color:#fff;
}
#sub-page-download .grey { padding: 45px 50px;}

.box-div li:before,.app-text li:before,#sub-page-tab-box li:before {
  content: '\f046';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
}

.form-control { box-shadow:none; border-radius: 0; background-color: #f9f9f9;
    border-color: #cecece; border-width: 1px;height: 45px;}
.btn-success { background-color: #00aedb;  border-color: #00aedb;padding: 10px 15px; border-radius:0;}
.btn-success:hover { background-color: #0A8BAD;}

#about-customer h4 {padding-left: 10px; background: #2e4e64; color: #fff;}
.libefore ul{
    padding-left: 25px;
}
.libefore li:before {
    content: '\f046';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
}



/* ------------------- Carousel Product slider Styling ------------------- */

.case .photo {width: 100%; height: auto; display: inline-block; overflow: hidden; position: relative; background: #f2f2f2; }
.photo-shadow {position: absolute; z-index: -1; top: 0; left: 0; bottom: 0;  height: auto; width: 100%;}
.photo .thumbnail { margin-bottom:0;}
.col-item{position: relative;}
.case{margin: 30px 0 70px 0;}
.case .photo img{width: 100%; vertical-align: middle;position: relative;border: 1px solid #ccc;}
.info{ padding: 10px 35px; min-height: 245px; margin-bottom: 10px;}
.info .name{font-size: 18px;font-weight: 500; margin-bottom: 10px;}
.info .degination{font-size: 16px;font-weight: 300; margin-bottom: 10px;line-height:25px;}
.carousel-line > .controls{position: absolute; bottom: -16px; left: 50%; margin-left: -50px; background: #fff; padding: 0px 20px; color: #000;}
.controls > a{ color: #fff; font-size: 24px; font-weight: 300;background:#FBA41C; margin-left: 7px; margin-bottom: 20px;}
.info a, .info-more a { background: #FBA41C;color: #fff; padding: 10px 17px;}
.info-more {margin-bottom: 20px;}

.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel .testimonial {	
	padding: 55px 0 0;
    text-align: center;
    font-size: 20px;
}
.carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
}
.carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}

.carousel .carousel-control {
	width: 30px;
	height: 30px;
	border-radius: 50%;
    background: #FBA41C;
    text-shadow: none;
	top: 4px;
	color: #fff;
	opacity:1;
}
.carousel-control i {
	font-size: 20px;
	margin-right: 2px;
}
.carousel-control.left {
	left: auto;
	right: 40px;
}
.carousel-control.right i {
	margin-right: -2px;
}



/*------contact us page styling------*/

.silder-bar h3 {
    background: #ff9500;
    padding: 15px 20px;
    margin: 0 !important;
    color: #fff !important;
    font-size: 22px;
    font-weight: 400 !important;
    line-height: 25px;
}
.sidbar {
    background: #f2f2f2;
    padding: 5px 20px;
}
.sidebar a { color: initial;}

.adress-body p {
    font-family: "Roboto";
    line-height: 24px;
    font-size: 15px;
    padding: 5px 20px;
}

.contacts div { margin-bottom: 25px;min-height: 180px;}
.contacts h5 { font-size: 18px; line-height: 20px;}
.contacts p {line-height: 16px; font-size: 15px;}

/*------New Global------*/
.dropdown-menu { min-width:225px; background: #1242B5;}
.dropdown-menu ul { padding:0;}
.nav-header { background:#f8f8f8; width: 100%; float: left;}
.top-email {text-align: right; margin-top: 40px;}
.top-email span { font-size: 16px; color: #27262c;line-height: 45px;margin-left: 20px;}
.top-email span a { color:#27262c;}
.top-email i { margin-right:5px;}
.quockqote-btn {     font-size: 20px !important;
    background: #ef5926 !important;
    padding: 12px 18px;
    margin-top: 5%;
    margin-left: 10%;
    border-radius: 3px;
    color: #fff !important;
    text-align: center; }
.modal-content { padding: 35px; background: #000;}
.modal-header h3 { 
    background-color: #EF5926;
    padding: 10px !important;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
}
.modal-header {
    padding: initial;
    border-bottom: none;
}
.case-sec h3 {    
    color: #ef5926;
    font-size: 46px;
    font-weight: 600;
    font-family: "Montserrat";
    font-style: normal;
    margin-bottom: 50px;
    text-align: center;
}

.case-sec a,#faq a {
    background-color: #ef5926;
    border-radius: 2px;
    padding-left: 22px;
    padding-right: 22px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    border-color: #ef5926;
    border-width: 1px;
    border-style: solid solid solid solid;
    margin: 30px 0;
    line-height: 50px;
}
.case-sec { text-align: center;}

.prodcuts .row { margin-bottom: 35px;}
.prodcuts {
    /*background-image: url(../../img/bg-new-1.jpg);
    background-position: 50% -219.5px;*/
    padding-top: 50px;
    background:#ffffff;
}
#testimonials {
    background-image: url(../../img/Quick-Scaff-Display.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 40px;
    min-height: 670px;
}
#testimonials h4 {
    color: #f3910a;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    line-height: 20px;
}
.prodcuts h1 {
    color: #18141a;
    font-size: 40px;
    font-weight: 800;
    font-family: "Montserrat";
    font-style: normal;
    text-align: center;
}
.prodcuts h3 {
    color: #0b2e82;
    font-size: 30px;
    font-weight: 800;
    font-family: "Montserrat";
    font-style: normal;
    text-align: center;
}
.prodcuts h4 {
    color: #008aa4;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: 15px;
}


/*-----------------*/
/***** Goliath *****/
/*-----------------*/

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 375px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 5px solid #fff;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-goliath {
	background: #00aedb;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}

figure.effect-goliath h2 {
    padding: 20px 50px;
    font-weight: 600;
    font-size: 24px;
    color: #18141a;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/*----Home Servies Box----*/

.service_item {
    margin: 6px 0;
    z-index: 1;
    position: relative;
}
.service_item img {
   max-width: 145px;
   width: auto;
   margin: 0 auto;
}
.item-content {
    padding: 20px 20px;
}
.service_item .entry-title {
    font-size: 20px;
    font-weight: 800;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 30px;
}
.service_item .excerpt {
    height: 60px;
    overflow: hidden;
}
.entry-title a { color:#0b2e82; }
.excerpt p { line-height: 30px;}

.service-image-box-img {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.service-image-box-img img {
    transition-duration: 0.3s;
}

.service-image-box-img:active, .service-image-box-img:focus, .service-image-box-img:hover {
    transform: translateY(8px);
}

.service-title { margin-bottom:65px;}
.service-img { max-width: 252px; width: auto; margin: 40px auto;}
.service-des h2 { color: #0b2e82; font-size: 30px; font-weight: 700;}
.panel-body h3 { color: #0b2e82; font-size: 30px; font-weight: 700;}
.panel-body h4 { font-size: 24px; font-weight: 700;}
.panel-body h5,.service-des h5 { font-size: 18px; font-weight: 700;}

.hr-div {border-bottom: 1px solid #ccc; box-shadow: 0px 2px 0px 0px #e8e8e8; padding:10px 0;width: 95%;
    margin: 0 auto;}
    
.product-img img {    
    margin: 0 auto;
    min-width: 350px;
    padding: .53em !important;
    box-sizing: border-box;
    border: 6px solid #f2f2f2;
    background: rgba(255, 255, 255, 0.8);   
}
.sub-pro img { min-width: 450px; padding: 3.53em !important;}
.product-des h4 {font-weight: 800;color: #0b2e82;}
.product-des a { background:#00aedb !important;}
.product-des a:hover { text-decoration: none; background: #0A8BAD !important;}

.page-title {
    background: #0B2E82;
    margin-top: 10px;
    display: inline-block;
    padding: 7px 30px;
    border-bottom: 3px solid;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
}
.about-des {padding: 28px 30px; border: 2px solid #ccc; background: #2fbae2;color: #fff; max-height: 400px;}
.testimonials {
    display: inline-block;
    background: #F8F8F8;
    border: 1px solid #CCC;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    margin: 0 0 25px;
    margin: 0 0 2.5rem;
    padding: 20px;
    padding: 2rem;
    position: relative;
    max-width: 100%;
    min-width: 100%;
}
.tm_author em {
    font-size: 16px;
    font-weight: bold;
}

em {
    color: #000080;
}
.position {
    color: #008aa4;
    font-size: 14px;
    font-weight: normal;
}
.social-icon { margin:20px 0;}
.social-icon span { margin-right:10px;}
.scrollbar p { line-height: 30px;}

.scrollbar
{
    margin-left: 30px;
    float: left;
    height: 310px;
    /* overflow-y: scroll; */
    margin-bottom: 25px;
}

#scroller::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F2F2F2;
}

#scroller::-webkit-scrollbar
{
	width: 10px;
	background-color: #F2F2F2;
}

#scroller::-webkit-scrollbar-thumb
{
	background-color: #0B2E82;
	border: 2px solid #ccc;
}

table {
    width: 100%;
    font-size: .857em;
    margin-bottom: 2.618em;
}
table tr th:first-child, table tr td:first-child {
    padding-left: 0;
}
span.nobr {
    font-size: 14px;
}
table th, table td {
    border-bottom: 1px solid #e8e4e3;
    padding: 1em;
    vertical-align: top;
    text-align: left;
}
.panel-body h2 {
    font-size: 24px;
    font-weight: 700;
    color: #27262c;
}


.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(239, 89, 37, 0.9);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.container:hover .overlay {
  height: 100%;
}

.overlay .text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  text-align: left;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 88%;
  height: auto;
  overflow: visible;
}
.overlay .text a {
    text-align: left;
    color:#fff;
    font-size:15px;
}
.prod-div { position: relative;  width: 100%; background-color: #ef5925;}
.prod-div img {
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid #ef5926;
}
.proj-title {
    color: rgb(30, 29, 28);
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat";
    font-style: normal;
    line-height: 75px;
    text-align: center;
    margin: 0;
}
.overlay h3 {
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    line-height: 22px;
    
}
.overlay p {
    margin-bottom: 25px;
    font-size: 14px;
    font-family: "Montserrat";
    font-style: normal;
    line-height: 18px;
    text-align: center;
}
.a-btn {
    text-align: center;
}
.overlay .text a {
    text-align: left;
    color: #fff;
    font-size: 15px;
}

.a-btn a {
    padding: 7px 12px;
    border: 1px solid #fff;
}

#testimonials H2 {
    color: #ef5926;
    font-size: 36px;
    font-weight: 500;
    font-family: "Montserrat";
    font-style: normal;
    line-height: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}
#testimonials P {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    font-family: "Montserrat";
    font-style: normal;
    text-align: center;
}
#faq { text-align: center;}
#faq h2 { 
    color: #ef5926;
    font-size: 36px;
    font-weight: 400;
    font-family: "Montserrat";
    font-style: normal;
    text-align: center;
}
#faq p { 
    color: #dfdcdc;
    font-size: 21px;
    font-weight: 300;
    font-style: normal;
    line-height: 35px;
    text-align: center;
}
#partners h3 {
    color: #0b2e82;
    font-size: 34px;
    font-weight: 800;
    font-family: "Montserrat";
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}

.contact-info a, .powered_block a { color: #fff; }
.coprights {margin-top: 10px;}

.foot h1 { 
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat";
    font-style: normal;
    line-height: 20px;
    text-align: left;
    margin-bottom: 25px;
}
.foot ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
    text-transform: uppercase;
}
.foot li { line-height: 27px;}

.foot p {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    text-align: left;
    margin-bottom: 25px;
}

.newsletter input[type=text],.newsletter input[type=email]  {
    background-color: rgba(0,0,0,0);
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto";
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-color: #ffffff;
    border-width: 1px;
    border-radius: 3px;
    border-style: solid solid solid solid;
}
.newsletter input[type=submit] {
    background-color: #00aedb;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
}
.product-slider .case { margin:0;}
.product-dis h1 {     
    background-color: #ef5926;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    text-transform: none;
}
.product-list h1 {
    background-color: #262731;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}
.product-dis li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px;
}
.p-contact { 
    background: #000;
    padding: 50px 75px;
}
.quick-contact h3 {
    text-align: center;
    font-size: 36px;
    color: #fff;
}
.product-list h3 {font-size: 15px; font-weight: 500;line-height: 20px; text-align: center; color:#000;}
.product-list img { width:100%;}
.pro-box { background:#ccc;margin: 0 5px;padding: 10px 15px;width: 24%;}
.pro-box h4 { font-size:18px; text-align: center;}
.mega_dropdown li {padding: 8px 0;}
.mega_dropdown li a { text-transform:uppercase; font-weight:600;margin-left: 28px;color: #fff;}
.mega_dropdown li a:hover,.dropdown-menu li a:hover {
    color: #f2f2f2;
    padding: 6px 10px;
}

.sub-slider { 
    background-image: url(../../img/Quivckscaff2017.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 200px;
    padding-top: 200px;
    float: left;
    width: 100%;
}
.sub-slider h1 {
    color: #ef5925 !important;
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    text-transform: none;
}
.sidebar h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 48px;
    margin-bottom: 20px;
    text-align: center;
    background: #262731;
}
.sidebar h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
}
.monthspec-rm {
    padding: 5px 10px;
    color:#fff !important;
    background-color: #ee5409 !important;
}
.mont-btn { text-align: center;margin: 10px 0;}
.side-2 p { font-size:15px !important;}
.btn-non a,.btn-non a:hover { background:none !important;}
.newsletter input[type=text], .newsletter input[type=email] { 
    color:#fff !important;
}


/*Filter slider*/

a:focus {
  outline: none;
}

.portfolioFilter {
  padding: 15px 0;
}

.portfolioFilter a {
  margin-right: 6px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
}

.portfolioFilter a.current {
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #f9f9f9;
}
.portfolioContainer{
  border: 1px solid #eee;
  border-radius: 3px;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.fl-g .btn { font-size:13px;}
.fl-g .btn-danger {
    background-color:#ef5926;
    border-color: #ef5926;
}


@media (max-width: 1500px) {
    
    .navbar .nav > li { padding: 0 2px;}
    .navbar-default .navbar-nav > li > a { padding-right: 3px; padding-left: 3px;font-size: 12px;font-weight: 500;}
    .carousel-caption { bottom: 15%;}
    .sub-slider {padding-bottom: 150px; padding-top: 150px;} 
}

@media (max-width: 1440px) {
.carousel-caption {
    bottom: 26%;
}

}

@media (max-width: 1280px) {

.navbar-default .navbar-nav > li > a { font-size:11px;}
.carousel-caption {
    bottom: 15%;
}

}

@media (max-width: 1024px) {
    .navbar-default .navbar-nav > li > a {padding-right: 8px;padding-left: 8px;}
    .product-download .g-titlte{min-height: 75px;}
    .info {  min-height: 325px;}
    .carousel-caption { bottom: 15%;}
    .navbar-nav > li > a {padding: 18px 30px;}
    .about-des { max-height: initial;}
    .scrollbar {height: initial;}
    
}
@media (max-width: 800px) { 

.navbar-nav > li > a {padding: 18px 12px;}
.product-img img { min-width: 230px; margin: 22px auto;}
.product-des h4 {font-size: 24px;}
.carousel-caption h1 {font-size: 28px;}
.carousel-caption h2 {line-height: 0px;font-size: 24px;}
.about-des { max-height: initial;}
.scrollbar {height: initial;}
    
}

@media (max-width: 768px) { 
    .navbar-header {width: 100%;} 
    .navbar-nav {margin: 0px 0 10px;}
    .navbar-default .navbar-nav > li > a {padding-right: 18px;padding-left: 18px;} 
    .carousel-caption { top: 5%;}
    .brand img {margin: 30px auto;}
    .sidbar {padding: 5px 0px;}
    .info {  min-height: 200px;}
    .case-sec .col-md-3 {margin-bottom: 35px;}
    .top-email { margin:20px 0;}
    .about-des { max-height: initial;}
    .scrollbar {height: initial;}
}

@media (max-width: 736px) {
    .navbar-toggle{    margin-top: 42px; margin-right: 0px;}
    .product-download small.text-muted {font-size: 18px;}
    .product-download .thumbnail {margin-bottom: 40px;}
    .carousel-caption h1 {font-size: 25px;line-height: 30px;}
    .hello, .tr { text-align: center;}
    .carousel-caption {  top: 20%;}
    .top-email { margin:20px 0;}
    .about-des { max-height: initial;}
    .scrollbar {height: initial;}
}

/* Mobile Phones ( iPhone 6 and 6pluse Landscape)*/
@media (max-width: 667px) {

.hello, .tr { text-align: center;}
.top-email { margin:20px 0;}

}


/* Mobile Phones ( iPhone 5 and 5S Landscape)*/
@media (max-width: 568px) {

.hello, .tr { text-align: center;}
.top-email { margin:20px 0;}

}

/* Mobile Phones ( iPhone 4 and 4S Landscape)*/
@media (max-width: 480px) {

.hello, .tr {  text-align: center;}
.top-email { margin:20px 0;}

}

/* Mobile Phones ( iPhone 6 pluse Portrait)*/
@media (max-width: 414px) {

.hello, .tr {  text-align: center;}
.top-email { margin:20px 0;}
.carousel-caption h1 { font-size: 20px; line-height: 22px;}
.carousel-caption h2 { font-size: 18px; margin: 0;}
.carousel-caption { top: 10%;}
.prodcuts h4 { line-height: 25px;}
.about-des { max-height: initial;}
.scrollbar {height: initial;}

}

/* Mobile Phones ( iPhone 4 and 4S Portrait)*/
@media (max-width: 320px) {
    
    .hello, .tr {  text-align: center;}
    .top-email { margin:20px 0;}

}





