body {
  overflow-x: hidden;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

  .award-img {
    width: 100%;
    height: 90px;
  }

  .award-container {
    padding: 45px 0px;
  }

.hidden-md {
display: none;
}

.highlight2 li {
   min-height: 35px;
}

#topNav_BookNow_a, #telAhref {
   height: 50px;
    margin-bottom: 3%;
  padding: 15px 5px;
  margin-right: 5px;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #fdc953;
}

p, td {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
p.large {
  font-size: 18px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #102684;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p.arrow_brown, p.arrow_blue, p.red_arrow, p.heading3, p.brown_head, .font_red_big, .heading_bg_middle, h1.heading1_blue, p.heading1_1, p.heading1, p.heading1_black, h1.heading1_black {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
background-image: none;
}
p.arrow_brown img {
display: none;
}
.h5 {
color: black;
}
.simple-article p{
color: black;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #1940e1;
  border-color: #376594;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1940e1;
  border-color: #376594;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1940e1;
  border-color: #376594;
}
.btn-primary .badge {
  color: #1940e1;
  background-color: white;
}
.btn-xl {
  color: white;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
  background: #5597d0;
    background: -webkit-linear-gradient(#6079e2, #1940e1);
    background: -o-linear-gradient(#6079e2, #1940e1);
    background: -moz-linear-gradient(#6079e2, #1940e1);
    background: linear-gradient(#6079e2, #1940e1);
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #376594;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl:hover {
background: #5597d0;
    background: -webkit-linear-gradient(#1940e1, #6079e2);
    background: -o-linear-gradient(#1940e1, #6079e2);
    background: -moz-linear-gradient(#1940e1, #6079e2);
    background: linear-gradient(#1940e1, #6079e2);
}

.btn-xl:hover .sparkle {
    position: absolute;
    top:-17px;
    margin-left:20px;
    width: 35px;
    height: 35px;
    background-image: url(images/btn-sparkle.png);
    background-size: cover;
    -webkit-animation:spin 2s forwards;
    z-index: 1055;
}

.btn-xl:hover .dfsparkle {
  display: none;
}

.dfsparkle {
    position: absolute;
    top:-17px;
    margin-left:20px;
    width: 35px;
    height: 35px;
    background-image: url(images/btn-sparkle.png);
    background-size: cover;
    -webkit-animation:dfspin 6s infinite;
    z-index: 1055;
}

@-webkit-keyframes spin { 
0% { -webkit-transform: rotate(360deg); opacity:1;}
99.9% { -webkit-transform: rotate(0deg); opacity:1;}
100% { -webkit-transform: rotate(0deg); opacity:0;} }

@-webkit-keyframes dfspin { 
0% { -webkit-transform: rotate(360deg); opacity:1;}
34.99% { -webkit-transform: rotate(0deg); opacity:1;}
35% { -webkit-transform: rotate(0deg); opacity:0;}
100% { -webkit-transform: rotate(0deg); opacity:0;}}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fdc953;
  border-color: #fdc953;
}
.btn-xl .badge {
  color: #102684;
  background-color: white;
}
.blue_bold {
  color: #102684;
  font-weight: 700;
}
.navbar-default {
  background-color: white;
  border-color: transparent;
  min-height: 64px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
.navbar-default .navbar-brand {
  color: #102684;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #102684;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: #102684;
  border-color: #102684;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  margin-right: 8px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #102684;
}
.navbar-default .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #102684;
  outline: none;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #102684;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #102684;
}
.navbar-brand>img {
    display: block;
    width: 185px;
    position: relative;
    /* top: -9px; */
}
.nav>li {
    margin-right: 5px;
    margin-top: 7px;
}
.navbar-default .navbar-nav>li>a.btn-primary,
.navbar-default .navbar-nav>li>a.btn-success {
  color: white;
}
.navbar-default .navbar-nav>li>a.btn-primary:hover {
  background-color: #0f2271;
}
.navbar-default .navbar-nav>li>a.btn-success:hover {
  background-color: #2a6107;
}
.nav>li>a {
  padding: 15px 10px;
}


@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}





@media (min-width: 768px) {
  .navbar-default {
    background-color: white;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (max-width : 768px) {
.navbar-brand>img {
  width: 143px;
  top: 0;
}
.hover-slide .btn-xl {
    padding: 10px 20px;
}
.premium {
max-width: 100% !important;
}
.elite {
max-width: 100% !important;
}
.green {
max-width: 100% !important;
}
p.body_text_normal {
    display: block !important;
}
p.body_text_normal:before {
   -moz-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
}
@media (min-width: 768px) {
  .navbar-default.affix {
    background-color: white;
    padding: 10px 0;
  }
  .navbar-default.affix .navbar-brand {
    font-size: 1.5em;
  }
}
@-webkit-keyframes mymoveright {
    from {right: 0px; opacity: 0;}
    to {right: 200px; opacity: 1;}
}

@keyframes mymoveright {
    from {right: 0px; opacity: 0;}
    to {right: 200px; opacity: 1;}
}
@-webkit-keyframes mymoveleft {
    from {left: 0px; opacity: 0;}
    to {left: 200px; opacity: 1;}
}

@keyframes mymoveleft {
    from {left: 0px; opacity: 0;}
    to {left: 200px; opacity: 1;}
}
#myCarousel {
    width: 100%;
}
.carousel-control {
    margin-top: 20px;
}
.carousel-caption {
    position: relative;
    bottom: 20px;
    z-index: 10;
    right: auto;
    left: auto;
    padding-top: 100px;
padding-top: 0px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
@media screen and (min-width: 768px) {
.carousel-caption {
    position: absolute;
    /* right: 15%; */
    bottom: 20px;
    /* left: 15%; */
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    width: 100%;
}
.carousel-caption {
    /* right: auto; */
    /* left: 8%; */
    padding-bottom: 30px;
}
}
.carousel-inner .item{
    width: 100%;
    height: 550px;
    vertical-align: middle;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
}
/* .slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(images/cleaning-slide.jpg) no-repeat center center;
} */
.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(images/house-slide.jpg) no-repeat center center; 
}
.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(images/carpet-slide.jpg) no-repeat center center; 
}
header {
  text-align: center;
  color: white;
}
header .intro-text {
  padding-top: 100px;
    padding-top: 34px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
header .intro-text .intro-lead-down {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 34px;
}
header .intro-text .intro-lead-up {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 30px;
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header .intro-text .intro-lead-down {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    -webkit-animation: mymoveright 2s forwards;
    animation: mymoveright 2s forwards;
  }
    header .intro-text .intro-lead-up {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 25px;
    text-align: left;
    position: relative;
    -webkit-animation: mymoveleft 2s forwards;
    animation: mymoveleft 2s forwards;
  }
  header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
}
.hover-slide {
    position: absolute;
    z-index: 10;
    width: 100%;
}
section {
  padding: 25px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  color: black;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 768px) {
  section {
    padding: 25px 0;
  }
}
.chooseBlock {
    display: block;
    position: relative;
    padding: 30px 20px 30px 85px;
    border: 1px solid #ccc;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    color: #fff;
    background-color: #1940e1;
    min-block-size: 200px;
    border-radius: 15px;
}
.chooseBlock:hover {
  background-color: #102684;
  color: white;
}
.chooseBlock .imgWrapper {
    position: absolute;
    top: 35px;
    left: 25px;
}
.chooseBlock:hover .imgWrapper {
}
.requestBlock {
    position: relative;
    padding: 38px 30px;
    background: #102684;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    color: white;
}
.simple-input {
  height: 48px;
  padding: 0 20px;
}
.emptySpace30 {
    height: 30px;
}
.requestBlock textarea.simple-input {
    height: 115px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}
a { text-decoration: none !important}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
  color: white;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(254, 209, 54, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #fdc953;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
.featured {
    padding: 10px;
    z-index: 2;
}
.portfolio-box {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    -webkit-box-reflect: below 8px -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(40%, transparent), to(rgba(255, 255, 255, 0.4)));
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    height: auto;
    width: 100%;
}
.img-portfolio {
    margin-bottom: 30px;
    border-radius: 15px;
}
.portfolio-box .portfolio-box-caption {
    color: white;
    opacity: 0;
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 15px;
}
.portfolio-box .portfolio-box-caption:hover {
  opacity: 1;
  background: rgba(60, 60, 60, 0.5);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    display: block;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    color: white;
}
@media (max-width : 768px) {
  .portfolio-box {
    -webkit-box-reflect: unset;
  }
  .portfolio-box .portfolio-box-caption {
    opacity: 1;
    background: rgba(60, 60, 60, 0.5);
  }
  span.portfolio-box-caption-content > span.h3 {
    font-size: 5vw;
  }
}
section#portfolio {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  color:white;
}
section#contact {
  background-color: #102684;
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #1940e1;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #102684;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #102684;
}
.cell-view {
    display: table-cell;
    vertical-align: middle;
    width: 10000px;
    padding: 30px 0;
}
.pageTitle .cell-view {
    height: 190px;
}
.pageTitle {
    margin-top: 80px;
    margin-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(25, 64, 225, 0.9), rgba(25, 64, 225, 0.1)), url(images/bannerbasic.jpg);
  }
.pageTitle h1 {
  color:white;
}
section.bg-massage:before {
  content: "";
  position: absolute;
  top:  -5%;
  left: -5%;
  right: 0;
  bottom: 0;
  z-index: -1;
  
  display: block;
  background-size:cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('http://www.fortisescorts.in/images/physiotherapy.jpg');
  width: 110%;
  height: 110%;
  
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

section.bg-massage {
  overflow: hidden;
  position: relative;
  color: white !important;
}
section.bg-xray:before {
  content: "";
  position: absolute;
  top:  -5%;
  left: -5%;
  right: 0;
  bottom: 0;
  z-index: -1;
  
  display: block;
  background-size:cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/xray-bg.jpg');
  width: 110%;
  height: 110%;
  
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

section.bg-xray {
  overflow: hidden;
  position: relative;
  color: white !important;
}

section.bg-disc:before {
  content: "";
  position: absolute;
  top:  -5%;
  left: -5%;
  right: 0;
  bottom: 0;
  z-index: -1;
  
  display: block;
  background-size:cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/disc-therapy-bg.jpg');
  background-position-y:-300px;
  width: 110%;
  height: 110%;
  
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

section.bg-disc {
  overflow: hidden;
  position: relative;
  color: white !important;
}
section.bg-ultrasound:before {
  content: "";
  position: absolute;
  top:  -5%;
  left: -5%;
  right: 0;
  bottom: 0;
  z-index: -1;
  
  display: block;
  background-size:cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/ultrasound-min.jpg');
  background-position-y:-400px;
  width: 110%;
  height: 110%;
  
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

section.bg-ultrasound {
  overflow: hidden;
  position: relative;
  color: white !important;
}
section.bg-stim:before {
  content: "";
  position: absolute;
  top:  -5%;
  left: -5%;
  right: 0;
  bottom: 0;
  z-index: -1;
  
  display: block;
  background-size:cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/muscle-stim.jpg');
  width: 110%;
  height: 110%;
  
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

section.bg-stim {
  overflow: hidden;
  position: relative;
  color: white !important;
}
section.bg-kinesio:before {
  content: "";
  position: absolute;
  top:  -5%;
  left: -5%;
  right: 0;
  bottom: 0;
  z-index: -1;
  
  display: block;
  background-size:cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/kinesio.jpg');
  background-position-y:-400px;
  width: 110%;
  height: 110%;
  
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
section.bg-kinesio {
  overflow: hidden;
  position: relative;
  color: white !important;
}
.checklist ul {
    list-style-position: outside;
    list-style-image: url(images/checkmark_1.png);
    margin-left: 1em;
}
th ul {
-webkit-padding-start: 0px;
}

.list1{
color: white;
}

.highlight2 h3, p {
color: white;
}

.highlight2 {
width: 100% !important;
}

.highlight2 ul {
background-color: #102684 !important;
list-style-position: outside;
list-style-image: url(images/checkmark_1.png);
padding: 75px;
}

.list1 h3 {
padding: 15px;
    margin: 0;
}

.list h3, p {
color: #102684;
}

.highlight3 {
    margin-left: 10px;
    background-color: #1940e1;
    padding: 25px;
    border-radius: 15px;
}
.first {
	-webkit-animation: bannermove 30s linear infinite;
	   -moz-animation: bannermove 30s linear infinite;
	    -ms-animation: bannermove 30s linear infinite;
	     -o-animation: bannermove 30s linear infinite;
	        animation: bannermove 30s linear infinite;
}
 
@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -3000px;
 }
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -3000px;
 }
}
 
@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -3000px;
 }
}
 
@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -3000px;
 }
}
 
@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -3000px;
 }
}

.listanimate1 {
    -webkit-animation: listmove1 2s forwards;
    animation: listmove1 2s forwards;
    color: black !important;
    position: relative;
    width: 100%;
    list-style-type: none;
    display: inline-flex;
    }
@-webkit-keyframes listmove 1{
    from {left: 200px; opacity: 0;}
    to {left: 0px; opacity: 1;}
}

@keyframes listmove1 {
    from {left: 200px; opacity: 0;}
    to {left: 0px; opacity: 1;}
}

.listanimate2 {
    -webkit-animation: listmove2 2s forwards;
    animation: listmove2 2s forwards;
    color: black !important;
    position: relative;
    width: 100%;
    list-style-type: none;
    display: inline-flex;
    }
@-webkit-keyframes listmove2 {
    0%, 15% {left: 180px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

@keyframes listmove2 {
    0%, 15% {left: 180px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

.listanimate3 {
    -webkit-animation: listmove3 2s forwards;
    animation: listmove3 2s forwards;
    color: black !important;
    position: relative;
    width: 100%;
    list-style-type: none;
    display: inline-flex;
    }
@-webkit-keyframes listmove3 {
    0%, 30% {left: 150px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

@keyframes listmove3 {
    0%, 30% {left: 150px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

.listanimate4 {
    -webkit-animation: listmove4 2s forwards;
    animation: listmove4 2s forwards;
    color: black !important;
    position: relative;
    width: 100%;
    list-style-type: none;
    display: inline-flex;
    }
@-webkit-keyframes listmove4 {
    0%, 45% {left: 120px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

@keyframes listmove4 {
    0%, 45% {left: 120px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

.listanimate5 {
    -webkit-animation: listmove5 2s forwards;
    animation: listmove5 2s forwards;
    color: black !important;
    position: relative;
    width: 100%;
    list-style-type: none;
    display: inline-flex;
    }
@-webkit-keyframes listmove5 {
    0%, 60% {left: 90px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

@keyframes listmove5 {
    0%, 60% {left: 90px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

.listanimate6 {
    -webkit-animation: listmove6 2s forwards;
    animation: listmove6 2s forwards;
    color: black !important;
    position: relative;
    width: 100%;
    list-style-type: none;
    display: inline-flex;
    }
@-webkit-keyframes listmove6 {
    0%, 75% {left: 60px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

@keyframes listmove6 {
    0%, 75% {left: 60px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

.listanimate7 {
    -webkit-animation: listmove7 2s forwards;
    animation: listmove7 2s forwards;
    color: black !important;
    position: relative;
    width: 100%;
    list-style-type: none;
    display: inline-flex;
    }
@-webkit-keyframes listmove7 {
    0%, 90% {left: 30px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

@keyframes listmove7 {
    0%, 90% {left: 30px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

.testimonials {
    -webkit-animation: grow 2s forwards;
    animation: grow 2s forwards;
    color: black !important;
    position: relative;
    width: 100%;
    }
@-webkit-keyframes grow {
    0% {transform:scale(1.5, 1.5); opacity: 0;}
    100% {transform:scale(1.0, 1.0); opacity: 1;}
}

@keyframes grow {
    0% {transform:scale(1.5, 1.5); opacity: 0;}
    100% {transform:scale(1.0, 1.0); opacity: 1;}
}
textarea.form-control {
    height: 190px;
}

.gradient {
background: #5597d0;
    background: -webkit-linear-gradient(#6079e2, #1940e1);
    background: -o-linear-gradient(#6079e2, #1940e1);
    background: -moz-linear-gradient(#6079e2, #1940e1);
    background: linear-gradient(#6079e2, #1940e1);
    color: white;
}

.infopop1 {
    -webkit-animation: pop1 1s forwards;
    animation: pop1 1s forwards;
    color: white !important;
    position: relative;
    width: 100%;
    border-radius: 15px;
    }

@-webkit-keyframes pop1 {
    0% {transform:scale(0,0);}
    80% {transform:scale(1.2,1.2);}
    100% {transform:scale(1,1);}
}

@keyframes pop1 {
    0% {transform:scale(0,0);}
    80% {transform:scale(1.2,1.2);}
    100% {transform:scale(1,1);}
}

.infopop2 {
    -webkit-animation: pop2 2s forwards;
    animation: pop2 2s forwards;
    color: white !important;
    position: relative;
    width: 100%;
    border-radius: 15px;
    }
@-webkit-keyframes pop2 {
       0% {transform:scale(0,0);}
    20% {transform:scale(0,0);}
    80% {transform:scale(1.2,1.2);}
    100% {transform:scale(1,1);}
}

@keyframes pop2 {
        0% {transform:scale(0,0);}
    20% {transform:scale(0,0);}
    80% {transform:scale(1.2,1.2);}
    100% {transform:scale(1,1);}
}

.infopop3 {
    -webkit-animation: pop3 3s forwards;
    animation: pop3 3s forwards;
    color: white !important;
    position: relative;
    width: 100%;
    border-radius: 15px;
}
@-webkit-keyframes pop3 {
        0% {transform:scale(0,0);}
    40% {transform:scale(0,0);}
    80% {transform:scale(1.2,1.2);}
    100% {transform:scale(1,1);}
}

@keyframes pop3 {
        0% {transform:scale(0,0);}
    40% {transform:scale(0,0);}
    80% {transform:scale(1.2,1.2);}
    100% {transform:scale(1,1);}
}

.infopop4 {
    -webkit-animation: pop4 4s forwards;
    animation: pop4 4s forwards;
    color: white !important;
    position: relative;
    width: 100%;
    border-radius: 15px;
}
@-webkit-keyframes pop4 {
        0% {transform:scale(0,0);}
    60% {transform:scale(0,0);}
    80% {transform:scale(1.2,1.2);}
    100% {transform:scale(1,1);}
}

@keyframes pop4 {
        0% {transform:scale(0,0);}
    60% {transform:scale(0,0);}
    80% {transform:scale(1.2,1.2);}
    100% {transform:scale(1,1);}
}

.premium {
    -webkit-animation: premium-move 2s forwards;
    animation: premium-move 2s forwards;
    background-color:#1940e1;
    border-radius: 15px;
    max-width: 33%;
    position: relative;
    width: 100%;
    }
@-webkit-keyframes premium-move {
    0% {left: 100px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

@keyframes premium-move {
    0% {left: 30px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

.elite {
    -webkit-animation: elite-move 2s forwards;
    animation: elite-move 2s forwards;
    background-color: #285e94;
    border-radius: 15px;
    max-width: 33%;
    position: relative;
    width: 100%;
    }
@-webkit-keyframes elite-move {
    0%, 33% {left: 100px; opacity: 0;}
    100% {left: 30px; opacity: 1;}
}

@keyframes elite-move {
    0%, 33% {left: 100px; opacity: 0;}
    100% {left: 30px; opacity: 1;}
}

.green {
    -webkit-animation: green-move 2s forwards;
    animation: green-move 2s forwards;
    background-color: #102684;
    border-radius: 15px;
    position: relative;
    max-width: 33%;
    width: 100%;
    }
@-webkit-keyframes green-move {
    0%, 66% {left: 100px; opacity: 0;}
    100% {left: 60px; opacity: 1;}
}

@keyframes green-move {
    0%, 66% {left: 100px; opacity: 0;}
    100% {left: 60px; opacity: 1;}
}
::-moz-selection {
  text-shadow: none;
  background: gray;
}
::selection {
  text-shadow: none;
  background: gray;
}
.side-testimonials, .main-sidebar {
width: 100% !important;
background: none !important;
background-color: #102684 !important;
text-align: center;
}
@media (min-width: 768px) {
  p.body_text_normal {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  p.body_text_normal {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  p.body_text_normal {
    max-width: 1170px !important;
  }
}
p.body_text_normal {
    width: auto;
  }
.highlight2 li {
    /* background-color: #102684 !important; */
    list-style-position: unset;
    list-style-image: none;
    padding: 0px 10px 10px 50px;
    list-style: none;
    /* margin-top: 10px; */
    background-image: url(images/checkmark_1.png);
    background-repeat: no-repeat;
    /* background-repeat-y: repeat; */
}
.highlight2 ul {
background-color:  #102684;
-webkit-padding-start: 10px;
}
.highlight2 {background-color: none !important;}

.titleShortcode p{
color: white !important;
}
@media (max-width: 374px) {
  .navbar-brand>img {
    width: 100px;
  }
  .navbar-toggle {
    margin-right: 8px;
  }
  .navbar-default {
    min-height: 54px;
  }
}
@media (max-width: 991px) {
#topNav_BookNow_a, #telAhref {
    height: auto;
    margin-bottom: 0%;
    padding: 9px 10px;
    margin-right: 5px;
}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display: block !important;
    }
}

@media (max-width: 430px) {
#nhtelAhref {
   display: none;
}
}