html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
hr {
  border-color: #F05F40;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #F05F40;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
a:hover,
a:focus {
  color: #eb3812;
}
.active {
    color: #eb3812 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  color: black; 
}


.bg-primary {
  background-color: #fff;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 55px 0;
}
aside {
  padding: 0px 0;
}
.no-padding {
  padding: 0;
}
.seperator {
    float: left;
    width: 100%;
    border-bottom: 1px solid #aaa;
    margin: 20px 0;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #F05F40;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #F05F40;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #F05F40 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
.navbar-brand > img {
    display: block;
    max-width: 200px;
}
#bs-example-navbar-collapse-1 {
    margin-top: 13px;
}
#form-bg {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
	padding: 2.5rem;
}
#form-bg h3 {
    font-size: 20px;
}
#form-bg input {
	background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
	border: none;
	border-radius: 0px;
  color: black;
}
#form-bg select {
	background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
	border: none;
	border-radius: 0px;
}
#form-bg label { float: left; }
#form-bg .btn.btn-primary {
    display: inline-block;
    width: 50% !important;
    margin-top: 15px;
    background: #fff !important;
    color: #222;
}
.img-thumbnail { border-radius: 0; }

.gradient-section { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,dddddd+50,e5e5e5+50,e5e5e5+100 */
background: #dddddd; /* Old browsers */
background: -moz-linear-gradient(left, #dddddd 0%, #dddddd 50%, #e5e5e5 50%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #dddddd 0%,#dddddd 50%,#e5e5e5 50%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #dddddd 0%,#dddddd 50%,#e5e5e5 50%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 */
}

.mt3 { margin-top: 30px; }

@media (min-width: 768px) {
  .navbar-default {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    height: 105px;
	border-bottom: 1px solid #eee;
}
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: black;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #F05F40;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #F05F40;
  }
#services-page .container .row .col-sm-4 img {
    margin-top: 24px;
}
.btn-dwn {
    background: #333;
	border: 1px solid #333;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
}
.btn-dwn:hover {
    background: transparent;
    border: 1px solid #333;
    transition: all 0.7s;
    color: #333;
    text-decoration: none;
}
.download-brochure {
    background: #e7e7e7;
    padding: 1px 20px 20px 20px;
    margin-top: 30px;
    text-align: center;
}
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header.jpg');
  text-align: center;
  color: white;
  margin-top: 45px;
}

@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
	left: 0;
	right: 0;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-nav > li {
		float: left;
		padding: 10px 20px;
   }
	.navbar-nav > li a {
		float: left;
		padding: 0px;
	}
.brcmb-heading {
    display: block;
    margin-top: 40px;
    text-align: left;
}
.breadcrumb {
    text-align: left;
    margin-top: 55px;
}
.brcmb p { text-align: left; }
.breadcrumb li a { color: #333; }
	
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}

/*************** Top Bar ****************/
.topbar {
    position: relative;
    padding: 0;
    font-size: 13px;
    line-height: 3;
    overflow: hidden;
    background-color: #222222;
    z-index: 7;
    color: #ddd;
}
.topbar .inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.topbar-left {
    float: left;
    display: inline-block;
}
.topbar .iva_socials {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
.iva_socials {
    list-style: none;
    margin: 0;
    padding: 0;
}
.topbar a {
    color: #999;
}
.at-social-link {
    color: #444444;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin-left: 13px;
    margin-right: 0;
    padding: 2px;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 24px;
}
.topbar-right {
    float: right;
    display: inline-block;
    text-align: right;
}
.at-wg-loc-tabs-wrap {
    margin: 0;
    display: inline-block;
    position: relative;
    float: right;
}
#at-wg-loc-tabs {
    background: #DB440F none repeat scroll 0 0;
    border: none;
    color: #fff;
    list-style: outside none none;
    margin: 0;
    cursor: pointer;
    min-width: 100%;
    padding: 12px 12px;
    position: relative;
    font-size: 14px;
    max-width: 150px;
    transition: all 0.3s cubic-bezier( 0.22, 0.61, 0.36, 1 );
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.at_wg_loc_tabs_list {
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    display: inline-block;
    margin-right: 10px;
}
.at_location_box {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    line-height: 20px;
    vertical-align: middle;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.at_location_box i {
    color: #DB440F;
}
.at-loc-w_desc {
    padding-left: 10px;
}
.dropdown-menu { padding: 5px 15px; }
.dropdown-menu h3 { margin-top: 5px; margin-bottom: 20px; display: block; float: left; width: 100%; }
.dropdown-menu li {
    display: block;
    float: left;
	margin-bottom: 15px;
    border-bottom: 1px solid #777;
    width: 100%;
}
.dropdown-menu li:last-child { border: none; }

/************* Pricing Table *************/
.pricingTable {
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    margin: 0 -15px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.pricingTable .pricingTable-header{
/*    padding-bottom: 25px;*/
}
.pricingTable .active{
    background-color: #f9ce06;
    color: #fff;
    position: relative;
}
.pricingTable .best{
    width: 80px;
    height: 80px;
    background: #82b440;
    border-radius: 50%;
    padding: 25px 20px 20px;
    font-size: 13px ;
    text-transform: capitalize;
    line-height: 13px;
    position: absolute;
    right: -20px;
    top: 25px;
    z-index: 1;
}
.pricingTable .heading {
    background-color: #db440f;
    border-bottom: 1px solid #d0d0d0;
    color: #fff;
    display: block;
    padding: 20px 10px;
}
.pricingTable .heading h3 {
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}
.pricingTable .price-value {
    color: #474747;
    margin: 10px auto 0;
    padding: 20px 10px 0;
    display: block;
    font-size: 25px;
    line-height: 35px;
}
.pricingContent li { color: #333; }
.pricingTable .price-value span{
    font-size: 60px;
    font-weight: 100;
}
.pricingTable .active .price-value{
    color: #fff;
}
.pricingTable .subtitle{
    display: block;
    margin-top: 15px;
    font-size: 15px;
}
.pricingTable .pricingContent ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.pricingContent ul li{
    border-top: 1px solid #dbdbdb;
    padding: 10px 0;
    background-color: #fff;
}
.pricingContent ul li:nth-child(even) {
    background-color: #e5e5e5;
}
.pricingContent ul li:last-child{
    border-bottom: 1px solid #dbdbdb;
}
.pricingTable .pricingTable-sign-up{
    padding: 25px 0;
}
.pricingTable .btn-block{
    background: #f9ce06;
    border:0px none;
    border-radius: 5px;
    color:#fff;
    width: 50%;
    padding: 10px 5px;
    margin: 0 auto;
    text-transform: capitalize;
    position: relative;
    top:0;
    transition:all 0.5s ease 0s;
}
.pricingTable .btn-block:after{
    content: "\f090";
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 15px;
}
.pricingTable .btn-block:hover{
    top: -5px;
}
.pricingTable .btn-block:hover:before{
    content: "";
    background:rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    height: 10px;
    position: absolute;
    top: 102%;
    left:5%;
    width: 90%;
}
#services {
    padding-top: 0px;
}
#about h2 {
    color: #222;
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (max-width:767px){
    .pricingTable{
        margin-bottom: 30px;
        width:auto;
    }
}
@media screen and (max-width:767px){
    .pricingTable{
        margin: 0 0 30px 0;
        width: auto;
    }
    .pricingTable .best{
        right: -12px;
    }
}


/*********** services ***********/

.main-bg { background: url(../img/about-bg.jpg); background-repeat: no-repeat; color: #fff; padding: 70px 0 20px 0; background-size: cover; }

.col-sm-6.dark-bg {
    background: #ddd;
    padding: 30px;
}
.col-sm-6.light-bg {
    background: #e5e5e5;
    padding: 30px;
}
.light-bg, .dark-bg {
    min-height: 210px;
}
.light-bg ul li, .dark-bg ul li {
    margin: 10px 0;
    line-height: 30px;
	font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

.fw-divider-space {
    clear: both;
    width: 100%;
}
.teaser {
    position: relative;
    overflow: visible;
}
.rounded {
    border-radius: 3px;
}
.with_border {
    border: 1px solid #e5e5e5;
}
.teaser.icon_top.with_background .bg_color.size_normal, .teaser.icon_top.with_border .bg_color.size_normal {
    margin-top: -72px;
    font-size: 40px;
    width: 80px;
    height: 80px;
    padding-top: 11px;
}
.teaser.icon_top.with_background .bg_color, .teaser.icon_top.with_border .bg_color {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.teaser .bg_color.color_1 {
    color: #ffffff;
    background-color: #DB440F;
    border-radius: 50%;
}
.teaser [class*="bg_color"] + h4 {
    margin-top: 37px;
}
.teaser.with_border h4 {
    font-weight: 300;
    text-transform: uppercase;
}
.teaser h4 {
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 1.2;
}
.teaser p {
    margin-bottom: 0;
}

#services-sec {
    padding-top: 30px;
}

.teaser[class*="bg_color"], .teaser[class*="with_"] {
    padding: 30px 30px 45px;
	min-height: 238px;
}
.teaser:hover { color: #fff; }
.teaser:hover  h4 a { color: #fff; }
.teaser.icon_top:hover {
    background: #DB440F;
	transition: all 0.8s;
	cursor: pointer;
}
.teaser.icon_top:hover .teaser_icon { border: 3px solid #db440f; background: #fff; transition: all 0.8s; }
.teaser.icon_top:hover .fa { color: #db440f; }
#testimonials { background: url(../img/testimonial-bg.jpg); background-repeat: no-repeat; color: #fff; padding: 30px 0; text-align: center; background-size: cover; }
#map {
  /*background: url(../img/map.jpg);*/
  background-repeat: no-repeat; color: #db440f;; min-height: 350px; background-size: cover; }
#map-heading { padding-bottom: 30px; }
#map-heading .container h2 { text-align: center; text-transform: uppercase; }
.f-logo img {
    max-width: 200px;
   margin-bottom: 20px;
}
#footer {
    padding: 40px 0;
}
.f-bottom p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #222;
    padding: 15px 0;
    margin: 0;
}
.fav-timings p{
   color: #333;
}

.f-nav ul {
    list-style: none;
    padding: 0;
}
.f-nav ul li {
    line-height: 2.5;
}
.f-btn {
    display: inline-block;
    border: 1px solid #F05F40;
    padding: 10px 25px;
    text-align: center;
    margin-top: 100px;
}

@media (max-width: 768px)
{
  .at_wg_loc_tabs_list
  {
    display: none !important;
  }
  .navbar-default .nav > li > a
  {
    padding: 10px;
  }
  #footer { padding: 0 20px; }
  .f-logo img {
    max-width: 200px;
    margin-top: 20px;
  }
  .f-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .navbar-brand {
    padding: 10px 15px;
  }
  header {
    margin-top: 70px;
  }
  #service-page { 
	margin-top: 95px !important;
  }
  .brcmb .h1, .h2, .h3, h1, h2, h3 { margin-bottom: 5px; }
  .brcmb p { margin-bottom: 5px; }
}

#footer-sec {
    border-top: 10px solid #eee;
    float: left;
    width: 100%;
}


/****************** Services Page *******************/

#service-page { 
	background: url(../img/testimonial-bg.jpg) no-repeat; 
	background-size: cover; 
	max-height: 150px !important;
	min-height: 150px;
	margin-top: 105px;
}
#services-page .container .row .col-sm-4 h3 {
    margin-top: 3px;
}
#services-page .container .row .col-sm-4 p {
    font-size: 12px;
}
#services-page .container .row .col-sm-2 a:hover img {
    transform: scale(1.1);
	transition: all 0.7s;
}

/***************** Gallery *********************/

.list-inline {
  text-align: center;
}
.list-inline > li {
  margin: 10px 5px;
  padding: 0;
}
.list-inline > li:hover {
  cursor: pointer;
}
.list-inline .selected img {
  opacity: 1;
  border-radius: 15px;
}
.list-inline img {
  opacity: 0.5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.list-inline img:hover {
  opacity: 1;
}

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

/***************** Gallery End ****************/

@media screen and (max-width:480px){
  .caption h3{
    font-size: 12px;
  }
}

/**************** 2nd *****************/
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
#slider-thumbs {
    height: 565px;
    overflow-y: scroll;
    white-space: nowrap;
}

/*************** Gallery End *****************/

.contact-data { text-align: center; }

.contact-data .col-sm-4 {
    text-align: center;
	margin-top: 20px;
	color: #fff;
}
.contact-data h3,.contact-data h4, .contact-data h5, .contact-data p {
    color: #fff;
}
#chat-us { 
	background: url(../img/testimonial-bg.jpg) no-repeat; 
	background-size: cover; 
	float: left;
	width: 100%;
}
.text-white { color: #fff; text-align: center; }
.map {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.week-day {
    width: 100%;
    margin: 5px 0;
    border-bottom: 1px solid #eee;
    float: left;
    padding-bottom: 4px;
}
.week-day dt {
    font-weight: 700;
    float: left;
}
.week-day dd {
    float: right;
}
.col-sm-4.office-timming {
    float: left;
    background: #333;
    color: #fff;
	border-radius: 20px 0;
	padding: 10px 20px 15px 20px;
}
.form-control {
	height: 45px;
	box-shadow: none;
	border-radius: 3px;
}
.btn-clr {
    background: #DB440F;
    border: 1px solid #DB440F;
    border-radius: 3px;
    width: 150px;
    height: 45px;
    font-size: 16px;
    font-family: open sans;
}
#categories-5 {
    background: #eee;
    padding: 10px 20px 20px 20px;
}
#categories-5 ul {
    padding: 0px;
	list-style: none;
	border-bottom: 1px solid #bbb;
}
.cat-item {
    margin: 10px 0;
    padding-bottom: 5px;
}
.cat-item a {
    font-size: 12px;
    color: #333;
}
.img-thumbnail.detail-page {
    margin: 0 auto;
    text-align: center;
    width: 100%;
	border: none;
}
.detail-page .img-responsive {
    margin: 0 auto;
}
.col-sm-4 .detail-page .img-responsive {
    margin-top: 6px !important;
}
.carousel-control {
    top: 42%;
    background: none !important;
}
/* ---- HERO FIX: put H1 in left "white box" area + add spacing ---- */
@media (min-width: 768px) {

  /* Stop centering everything */
  header { text-align: left !important; }

  /* Make the hero content take full height and allow true vertical centering */
  header .header-content{
    top: 0 !important;
    transform: none !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;   /* whole row vertically centered */
  }

  /* Remove the 1000px lock so left side can sit properly */
  header .header-content .header-content-inner{
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  /* Flex row with space between text and form */
  header .header-row{
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 60px;                        /* MORE space between H1 and form */
  }

  /* Put H1 into that lower-left “box” area */
  header .hero-left{
    padding-left: 80px;               /* move towards left/right as needed */
  }

  header .hero-text{
    width: 780px;                     /* approx width of your drawn white box */
    height: 260px;                    /* approx height of the box */
    display: flex;
    align-items: center;              /* H1 vertically centered inside box */
    justify-content: center;
    text-align: center;               /* H1 centered inside the box */
  }

  header .hero-text h1{
    margin: 0 !important;
    font-size: 56px !important;
    line-height: 1.15 !important;
    color: #fff;
    text-shadow: 2px 2px 14px rgba(0,0,0,0.6);
  }

  /* Optional: keep form aligned to right */
  header #form-bg{
    margin-right: 50px;
  }
}
/* Wider hero form on desktop */
@media (min-width: 768px) {

  /* make the form column wider than bootstrap's 33.33% */
  header .header-row > .col-sm-4{
    flex: 0 0 420px;   /* form width (change 420px to 480px etc.) */
    max-width: 420px;
  }

  /* make the form box fill that column */
  header #form-bg{
    width: 100%;
  }
}
/* Footer office hours color */
#footer-sec .f-timings,
#footer-sec .f-timings p,
#footer-sec .f-timings strong {
  color: #333;
  font-size: 12px;
}
