@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,600italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Slabo+13px);
@import url(https://fonts.googleapis.com/css?family=Courgette);
a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.chkbox-label {
  display: block;
  font-weight: normal;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 0 0;
}
/* Extending Bootstrap Grid for smaller screen */
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 480px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11 {
    float: left;
  }
  .col-xxs-1 {
    width: 8.333333333333332%;
  }
  .col-xxs-2 {
    width: 16.666666666666664%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.33333333333333%;
  }
  .col-xxs-5 {
    width: 41.66666666666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.333333333333336%;
  }
  .col-xxs-8 {
    width: 66.66666666666666%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.33333333333334%;
  }
  .col-xxs-11 {
    width: 91.66666666666666%;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-push-1 {
    left: 8.333333333333332%;
  }
  .col-xxs-push-2 {
    left: 16.666666666666664%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xss-push-4 {
    left: 33.33333333333333%;
  }
  .col-xxs-push-5 {
    left: 41.66666666666667%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-7 {
    left: 58.333333333333336%;
  }
  .col-xxs-push-8 {
    left: 66.66666666666666%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-10 {
    left: 83.33333333333334%;
  }
  .col-xxs-push-11 {
    left: 91.66666666666666%;
  }
  .col-xxs-pull-1 {
    right: 8.333333333333332%;
  }
  .col-xxs-pull-2 {
    right: 16.666666666666664%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333333333%;
  }
  .col-xxs-pull-5 {
    right: 41.66666666666667%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-7 {
    right: 58.333333333333336%;
  }
  .col-xxs-pull-8 {
    right: 66.66666666666666%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333333334%;
  }
  .col-xxs-pull-11 {
    right: 91.66666666666666%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
body {
  background-color: #fbfbfb;
}
header {
  background-image: url(../img/header-bg-lg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #fff;
}
hr {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: #dedede solid 1px;
  border-top: 0px;
}
h1 {
  font-family: 'Courgette', cursive;
  font-size: 40px;
  color: #5f5f5f;
  font-weight: 600;
}
h2 {
  font-family: 'Courgette', cursive;
  font-size: 20px;
  color: #5f5f5f;
  font-weight: 600;
}
.main-header {
  min-height: 142px;
}
@media (max-width: 767px) {
  .main-header {
    min-height: 272px;
  }
}
.carousel {
  min-height: auto;
}
.carousel-inner .item img {
  width: 100%;
  height: 100%;
}
.contact-section {
  padding-top: 30px;
}
/* Social Icons / Phone / Search */
#social-icon-wrapper {
  height: auto;
  margin-top: 17px;
  text-align: right;
  float: right;
}
@media (max-width: 767px) {
  #social-icon-wrapper {
    margin-top: 0px;
  }
}
.social-icon {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 0px;
  margin-right: 4px;
  text-align: left;
  text-indent: -9999em;
  background: transparent url(../img/social-sm.png) 0 0 no-repeat;
  background-size: 197px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#facebook {
  background-position: -105px -1px;
}
#facebook:hover {
  background-position: -105px -47px;
}
#email {
  background-position: -47px 0px;
}
#linkedin {
  background-position: -167px 0px;
}
#linkedin:hover {
  background-position: -167px -51px;
}
#google-search {
  width: 350px;
  float: right;
}
@media (max-width: 1199px) {
  #google-search {
    width: 300px;
  }
}
@media (max-width: 767px) {
  #google-search {
    width: 100%;
  }
}
.phone-no {
  float: right;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Tahoma', serif;
  color: #000;
  padding-right: 20px;
  padding-top: 20px;
  display: block;
}
@media (max-width: 767px) {
  .phone-no {
    padding-top: 0px;
  }
}
/* google search customization */
.gsc-control-cse {
  border-color: transparent !important;
  background: transparent !important;
}
@media (max-width: 767px) {
  .cse .gsc-control-cse,
  .gsc-control-cse {
    padding: 1.4em 0 1em 0 !important;
  }
}
@media (min-width: 768px) {
  .cse .gsc-control-cse,
  .gsc-control-cse {
    padding: 1.4em 0 1em 1em !important;
  }
}
.gsc-input-button {
  color: #000!important;
  height: 30px!important;
  width: 50px!important;
}
.gsst_a {
  padding-top: 8px !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .gsc-input-box {
    height: 32px!important;
  }
}
@media (max-width: 767px) {
  .gsc-input-box {
    height: 40px!important;
  }
}
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  width: auto !important;
  height: auto !important;
  padding: 6px 16px !important;
  margin-bottom: -2px;
}
.cse input.gsc-search-button,
input.gsc-search-button {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
td.gsc-search-button {
  background: #00508C;
}
input.gsc-search-button {
  margin-left: 0 !important;
}
#gsc-i-id1 {
  background: none!important;
  height: 1.48em !important;
}
.gsc-input-button:hover {
  background: #FEBD17 url(http://www.google.com/uds/css/v2/search_box_icon.png) no-repeat !important;
  background-position: 20px!important;
  border-color: #FEBD17!important;
}
/* ..end Social Icons */
/*NAVIGATION*/
.relative {
  position: relative;
}
.menu-holder {
  clear: auto;
}
.menu-holder:after {
  clear: both;
}
.navbar-header {
  top: -45px;
  position: absolute;
  left: 3px;
}
.navbar-toggle {
  float: left;
  margin-left: 5px;
  margin-bottom: -1px;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .navbar-collapse {
    background: white;
    box-shadow: 0 5px 10px #ccc;
    -webkit-box-shadow: 0 5px 10px #ccc;
    -moz--webkit-box-shadow: 0 5px 10px #ccc;
  }
}
.navbar {
  min-height: 46px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .navbar {
    clear: both;
  }
}
@media (max-width: 767px) {
  .navbar {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    width: 101%;
    left: -2px;
    z-index: 43;
    top: 110px;
  }
}
.navbar-nav {
  /* navbar-nav */
}
.navbar-nav li {
  border: 0px;
}
.navbar-nav li a {
  color: #000;
  font-family: 'Open Sans', san-serif;
  font-size: 16px;
  text-transform: capitalize;
  padding: 12px;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
}
.navbar-nav li a:link {
  padding: 15px;
  transition-duration: .5s;
}
@media (max-width: 767px) {
  .navbar-nav li a:link {
    padding: 15px 20px;
  }
}
.navbar-nav li a:hover,
.navbar-nav li a:focus {
  background: #3c6ab1;
  color: #fff;
}
.navbar-nav ul {
  background: #3c6ab1;
}
.navbar-nav .dropdown-menu {
  padding: 0px;
  border: 0px;
  min-width: 730px;
}
@media (max-width: 480px) {
  .navbar-nav .dropdown-menu {
    min-width: 100%;
  }
}
.navbar-nav .active {
  background: #363739;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #3c6ab1;
  border-color: #337ab7;
}
.navbar-default {
  background: none;
  border: none;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
  color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #57595e;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #363739;
}
.dropdown:hover {
  background: #3c6ab1;
  color: white;
}
.dropdown:hover .dropdown-toggle {
  color: white;
}
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .dropdown:hover .dropdown-menu {
    top: 60%;
    display: none;
  }
}
.navbar-toggle .icon-bar {
  display: block;
  width: 27px;
  height: 2px;
  border-radius: 0px;
  background: #6f6f6f;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  font-size: 13px;
  color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  display: none;
}
@media (max-width: 767px) {
  .mega-dropdown-menu {
    font-size: 15px;
  }
}
.mega-dropdown-menu li {
  color: inherit;
}
.mega-dropdown-menu .dropdown-header {
  padding: 10px 0px 3px !important;
}
.mega-dropdown-menu .dropdown-header a {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  color: inherit;
}
@media (max-width: 767px) {
  .mega-dropdown-menu .dropdown-header a {
    font-size: 16px;
  }
}
.mega-dropdown-menu > li > ul {
  padding: 0 0 14px;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li a {
  display: block;
  color: inherit;
  padding: 1px 10px !important;
  font-size: inherit;
}
.mega-dropdown-menu > li > ul > li a:hover,
.mega-dropdown-menu > li > ul > li a:focus {
  text-decoration: none;
  color: skyblue;
}
.mega-dropdown.open .mega-dropdown-menu {
  display: block;
  background: #3c6ab1;
}
.mega-dropdown.open > a:link {
  color: white !important;
}
.logo {
  height: auto;
  text-align: center;
}
.logo .navbar-brand {
  float: none;
}
.logo .navbar-brand img {
  display: inline;
  max-width: 150px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .logo .navbar-brand img {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .logo .navbar-brand img {
    display: block;
  }
}
.hero {
  background-image: url(../img/hero-bg.png);
  background-color: #eafce3;
  background-repeat: repeat-x;
  padding: 0px 0px;
}
.hero .container img {
  /*-webkit-box-shadow: 0px 9px 17px -1px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 9px 17px -1px rgba(0,0,0,0.75);
			box-shadow: 0px 9px 17px -1px rgba(0,0,0,0.75);*/
}
.contact {
  text-align: center;
  height: 70px;
}
.marketing {
  background-color: #292a2c;
  padding: 50px 0px;
}
.marketing img {
  width: 100%;
}
.marketing .marketing-text {
  background-color: #fff;
  padding: 10px 20px;
  text-align: center;
}
.marketing .marketing-text h2 {
  text-transform: uppercase;
  color: #53521f;
  font-size: 40px;
  font-weight: 300;
}
.marketing .marketing-text p {
  font-style: italic;
}
/* item styles */
.item-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.item-content {
  padding: 15px;
  background: #424447;
}
.item-text {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-family: 'Courgette', cursive;
  position: relative;
  overflow: hidden;
  height: 22px;
}
.graybg {
  background-color: #f9f9f9;
  background-image: none;
}
.contact-info {
  color: #fff;
}
.contact-info a {
  color: #fff;
}
.contact-info a:link {
  color: #fff;
}
.contact-info strong {
  font-size: 18px;
  color: #eed212;
}
.content-bottom .row {
  margin-bottom: 70px;
  padding: 25px;
}
.content-main p {
  font-family: 'Open Sans', san-serif;
  color: #7e7e7e;
  font-size: 13px;
}
.container.hero.nogap {
  margin-bottom: 0px;
}
.content-main .row {
  padding: 20px 0px;
}
#widget-column {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #widget-column {
    margin-left: 0;
    margin-right: 0;
  }
  #widget-column [class*='col-']:not(:first-child),
  #widget-column [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
  }
}
.carousel-control {
  width: 10%;
}
.carousel-control.right {
  background: none;
  /*background: url(../img/next.png);
    background-repeat: no-repeat;
    background-position: center;*/
}
.carousel-control.left {
  background: none;
  /*background: url(../img/prev.png);
    background-repeat: no-repeat;
    background-position: center;*/
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    /*bottom: 0*/
  }
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 1px;
  text-indent: -999px;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-inner > .item,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.carousel-indicators .active {
  margin: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  vertical-align: 1px;
}
.location {
  padding-bottom: 40px;
  background-repeat: no-repeat;
}
.location h2 {
  color: #5f5f5f;
  font-size: 30px;
}
.location p {
  color: #000;
  font-size: 15px;
}
.location a {
  color: #898f87;
}
.content-main p {
  color: #898f87;
  font-size: 13px;
  line-height: 18px;
}
.lightbg {
  background-color: #f1f1f1;
  background-image: url(../img/featured-bg.jpg);
  background-attachment: fixed;
  background-position: 0px 250px;
}
.quote {
  padding: 100px 90px;
  text-align: center;
  font-family: 'Courgette', cursive;
  font-size: 25px;
}
.redbg {
  background-color: #47494c;
  background-image: url(../img/header-bg.png);
  background-repeat: repeat;
}
.gallery img {
  padding: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact {
    text-align: center;
    height: 100px;
  }
  .content-bottom .row {
    margin-bottom: 70px;
    padding: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-bottom .row {
    margin-bottom: 70px;
    padding: 25px;
  }
  .navbar-nav li a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .content-bottom .row {
    margin-bottom: 70px;
    padding: 35px;
  }
}
/* ---- SLIDER SECTION */
#datetime {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 500;
}
#title-text {
  margin-top: 6em;
}
@media (min-width: 768px) and (max-width: 991px) {
  #title-text {
    margin-top: 3em;
  }
}
@media (max-width: 767px) {
  #title-text {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  #title-text h1 br {
    display: none;
  }
}
.slider-section {
  background-color: #00508c;
  color: #fff;
}
.slider-section .container {
  padding-top: 25px;
  padding-bottom: 0px;
}
.slider-section h1 {
  color: inherit;
  text-shadow: 3px 4px 2px #08304e;
  -webkit-text-shadow: 3px 4px 2px #08304e;
  -moz-text-shadow: 3px 4px 2px #08304e;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-section h1 {
    font-size: 23px;
  }
}
.feature-box {
  height: 234px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: white;
  box-shadow: 0px 1px 8px #e4e4e4;
  padding: 8px 20px 18px;
  margin-bottom: 30px;
  text-align: justify;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-box {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .feature-box {
    height: auto;
    margin-bottom: 8px;
  }
}
/* ----footer----*/
footer {
  background-color: #000;
  font-size: 12px;
  color: #ccc;
  position: relative;
  padding: 30px 0 20px;
  line-height: 2;
}
footer a {
  padding: 0 4px;
  color: #ccc;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
footer a:hover {
  color: #00ce00;
}
footer #testYourInternetSpeed2 {
  position: absolute;
  bottom: 90px;
  left: 4%;
}
@media (max-width: 1024px) {
  footer #testYourInternetSpeed2 {
    position: static;
    margin-bottom: 20px;
  }
}
