/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  MISC.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
p, a, ul, li {
    text-align: start;
}

.ctcbook {
  text-align: initial;
}

.ctcbook img {
    width: 225px;
    margin: 15px 0 20px;
}

.ctcbook h3 {
    font-size: 23px;
    text-transform: uppercase;
    color: #01568e;
    letter-spacing: .5px;
    font-family: 'Lora', serif;
    font-weight: 500;
}

.ctcbook p {
    text-align: left;
}

.g-recaptcha {
margin: 0 0 15px -15px;
}

a, a:focus, a:active {
  color: #ff2d2c;
}

a {
  font-weight: 600;
}

#contactForm a, #consultation a {
  font-size: 14px;
}

.navbar .navbar-collapse {
    padding: 0 0 20px;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active, 
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, 
.navbar .navbar-nav > .open > a:focus {
  color: #FFF;
}

.navbar-toggle .icon-bar, #heading, .divider-line span, 
.carousel-indicators li.active, .carousel-indicators li:hover {
  background: #203873;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background: #E8E8E8;
  color: #333;
}

.navbar .navbar-nav > li > a:hover {
  background: #203873;
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.left-shape h2 > a {
    color: #ff2d2c;
    font-weight: 400;
    font-size: 18px;
}

h2 > a:not(.left-shape h2) {
    font-size: 18px;
    margin: 14px 0 0;
}

#sidebar-links a:hover {
  border-left-color: #FF5756;
}

#sidebar-links a:hover:after {
  color: #FF5756;
}

#sidebar-links a.currentLink:after {
  color: #1B2F62;
}

#why-choose-us a:hover,
#why-choose-us a:hover .fa-caret-right {
  color: #1B2F62;
}


#services a:hover h3 {
   color: #FFF;
}


#sidebar-links a.currentLink {
  border-left-color: #1B2F62;
}

#content .fa-caret-right {
  color: #203873;
  margin-right: 3px;
}

.learn-more {
  color: #6E9FE8;
  font-size: 14px;
  font-weight: 400;
}

.learn-more > .fa-caret-right {
  color: #6E9FE8;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.btn, .btn-primary, .btn-default {
    background: #FF5756;
    background-image: none;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    border-color: #FF5756;
}

.btn:hover, .btn-primary:hover {
    background: #ff706f;
    border: 2px solid #ff706f;
    color: #fff;
}

.navbar .navbar-nav > li > a:hover {
    background: #FF5756;
}

#why-choose-us .btn-primary {
    border: solid 2px #FF5756;
    background: transparent;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px;
    font-size: 15px;
    text-transform: uppercase;
    white-space: pre-wrap;
}

#why-choose-us .btn-primary:hover {
    background: #FF5756;
    border-color: #FF5756;
    color: #FFF;
}

#newsletter-signup .btn.btn-primary {
  background: #0088CC;
  border-color: #FFF;
  bottom: 8px;
  color: #FFF;
  position: relative;
}

#newsletter-signup .btn.btn-primary:hover {
  background: #FFF;
  border-color: #000;
  color: #000;
}

#newsletter-signup .btn-column {
  text-align: center;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  CAROUSEL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.carousel-indicators {
  background: #EEE;
  margin-bottom: 0;
  overflow: hidden;
}

.carousel-indicators li,
.carousel-indicators li.active {
  background: #EEE;
  border-left: 0;
  border-right: 1px solid #333;
  padding: 2rem 2.5rem 2.5rem;
  position: relative;
  z-index: 9999;
  -webkit-transition: background .2s ease, box-shadow .2s ease;
  -moz-transition: background .2s ease, box-shadow .2s ease;
  -ms-transition: background .2s ease, box-shadow .2s ease;
  -o-transition: background .2s ease, box-shadow .2s ease;
  transition: background .2s ease, box-shadow .2s ease;
}

.carousel-indicators li:first-of-type {
  border-left: 1px solid #333;
}

.carousel-indicators li:hover,
.carousel-indicators li.active {
  background: #295592;
}

.carousel-indicators li > h2, .carousel-indicators li > p {
    font-family: 'Montserrat', serif;
}
.carousel-indecators h2 {
  font-size: 20px;
}

.carousel-indecators .fa {
  color: #75B2B7;
  font-size:21px;
  margin-right:1rem;
}

.carousel-indecators p {
  text-align: left;
}

.carousel-indecators a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -ms-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1, h2,h3, h4, h5 {
font-family: 'Montserrat', sans-serif;
}

#index-section h1, #services h2, #why-choose-us h2 {
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Lora', serif;
    text-transform: none;
    color:  #191818;
}

p {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
}

.bullets {
  margin-bottom: 20px;
}

#inner-copy h2 {
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 500;
}

#inner-copy .add-bm {
  margin-bottom: 12px;
}

#inner-copy h3 {
  color: #333;
  font-size: 18px;
  line-height: 1.2;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
}

#inner-copy h3 > a, #inner-copy h2 > a, #inner-copy h3 > a {
    font-family: 'Montserrat', sans-serif;
}

 #inner-copy h2 > a {
  font-size: 18px;
}

#inner-copy p + h2,
#inner-copy p + h3 {
  margin-top: 22px;
}

#inner-copy h2 + p {
  margin-top: 5px;
}

#inner-copy h2 + ul {
  margin-top: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   FORMS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.footer-file {
  margin-top: 15px;
}

.footer-file .fa {
  margin-right: 8px;
}

.form-control:focus {
  border-color: #FF5756;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 0, 0, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 0, 0, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 0, 0, .6);
}

#newsletter-signup .form-control:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   NAV MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
     color: #333;
    padding: 12px 18px;
}

.navbar-nav>li:last-child a {
    text-transform: uppercase;
    border: solid 2px #FF5756;
}

.navbar-nav>li:last-child a:focus {
    background: #203873;
}

.navbar .navbar-nav > li > a:hover {
    background: #FF5756;
}

.navbar-nav > li:not(:nth-of-type(5)) .dropdown-menu {
  padding: 3px 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: #FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   CAROUSEL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right {
  background-image: none;
  opacity: 1;
}

#myCarousel .carousel-control .glyphicon-chevron-left,
#myCarousel .carousel-control .glyphicon-chevron-right {
  color: #FFF;
  font-size: 20px;
  opacity: 0;
  top: 51.5%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#myCarousel .carousel-control .glyphicon-chevron-left {
  left: -20%;
}

#myCarousel:hover .glyphicon-chevron-left {
  left: 40px;
  opacity: 1 !important;
}

#myCarousel .carousel-control .glyphicon-chevron-right {
  right: -20%;
}

#myCarousel:hover .glyphicon-chevron-right {
  opacity: 1 !important;
  right: 30px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  HOME PAGE BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#who-we-are .box, .navbar .navbar-nav > li > a:active,
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover {
  border-color: #1476bd;
}

#who-we-are .box:hover {
  border-color: #FF5756;
}

#who-we-are h2 {
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Lora', serif;
    color: #191818;
    margin: 18px 0 10px;
}

#who-we-are a:hover h2 {
  color: #FF5756;
}

#who-we-are p {
    color: #333;
}

#who-we-are img {
    width: 80px;
   height: 80px;
}

#services h3 {
    background: rgba(66, 65, 65, .7);
}

#services {
    background: #eee;
    box-shadow: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   INDEX PAGE WIDGETS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.logo-holder {
    text-align: center;
    padding: 5px 0;
}

.logo-holder img {
  display: inline-block;
  max-width: 400px;
}

#why-choose-us {
    background: #fff;
    box-shadow: none;
  padding: 10rem 0;
}

#newsletter-signup {
  background: #0088CC;
  padding: 6rem 0;
}

#newsletter-signup h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}

#newsletter-signup h2 + p {
  color: #FFF;
  margin-bottom: 30px;
  text-align: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#topbar {
    background: #FFF;
    border-bottom: solid 1px #eee;
}

.left-shape h2 {
    color: #555;
font-family: 'Montserrat', sans-serif;
}

.left-shape {
    background-color: #fff;
}

.left-shape:after {
    border-bottom: 50px solid #fff;
}555;
}
#logo-menu .container {
  padding: 0;
}

.logo-holder img {
  height: auto;
  margin: 22px 0;
}

.right-shape .fa {
  color: #FFF;
  font-size: 22px;
  margin-right: 12px;
  position: relative;
  top: 1px;
  visibility: hidden;
}

.right-shape a {
  color: #FFF;
  font-weight: 600;
  -webkit-transition: color.2s ease;
  -moz-transition: color.2s ease;
  -ms-transition: color.2s ease;
  -o-transition: color.2s ease;
  transition: color.2s ease;
}

.right-shape a:hover {
  color: #203873;
}

#image-section .container-fluid {
  padding: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  WHY CHOOSE US
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#why-choose-us .why-image {
  float: right;
  margin-right: 15px;
}

#why-choose-us p {
  color: #FFF;
}

/* - - - - - - - - - - - - - - - - -
AFFILIATES
- - - - - - - - - - - - - - - - - - - */

#testimonials {
    background: #fff;
    padding: 2rem 0 3rem;
    position: relative;
    text-align: center;
}

#testimonials img {
   width: 155px;
   margin: 0 15px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  FOOTER.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
footer {
    background: #fff;
    border-top: solid 1px #eee;
}

footer a, footer p {
    color: #555;
  font-family: 'Montserrat', sans-serif;
}

footer a:not(.copyright a) {
    color: #555;
}

    footer h2 {
  font-family: 'Lora', serif;
  letter-spacing: 1px;
      color:  #191818;
}

footer .fa {
    margin-right: 6px;
    width: 14px;
    color: #1477bd;
}

#footer-nav a, #footer-nav a:focus, #footer-nav a:active {
    color: #555;
}

footer a:hover {
  color: #CCC;
}

footer a:focus {
  color: #FFF;
}

#footer-bottom {
    background: #2f2c2c;
}


.copyright a, .copyright p {
    color: #b1b1b1;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   SOCIAL MEDIA ICONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.social-media {
  font-size: 0;
  margin-top: 0;
}

.social-media i {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  height: 35px;
  margin: 4px 5px 4px 0;
  width: 35px;
  -webkit-transition: box-shadow .2s ease;
  -moz-transition: box-shadow .2s ease;
  -ms-transition: box-shadow .2s ease;
  -o-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
}

.social-media i:hover {
  -webkit-box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, .2);
  -moz-box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, .2);
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, .2);
}

.social-media .fa-facebook {
  background: #3B5998;
  padding: 9px 11px 8px 13px;
}

.social-media .fa-youtube {
    background: #ff1111;
    padding: 5px 8px;
    font-size: 22px;
}

.social-media .fa-google{
  background: #DC4E41;
  padding: 9px 11px 8px 13px;
}

.social-media .fa-instagram {
  font-weight: 400;
  background: #E76642;
  padding: 8px 7px 8px 11px;
  position: relative;
  top: -1px;
}

.social-media .fa-linkedin {
  background: #007FB1;
  padding: 9px 10px 8px 10px;
}

.social-media .fa-twitter {
  background: #00ACED;
  padding: 9px 9px 8px 10px;
}

.social-media .fa-yelp {
  background: #B4252D;
  padding: 9px 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   INNER PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#affiliations {
  text-align: center;
}

#affiliations img {
  display: inline-block;
  height: auto;
  margin: 20px 20px 0;
  max-width: 150px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   DON'T TOUCH
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row:before,
.flex-row:after {
  content: normal;
}

body {
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: #203873;
  color:#FFF;
}

::-moz-selection {
  background: #203873;
  color: #FFF;
}

a:active, a:focus {
 outline: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.navbar .caret {
  margin-left: 6px;
}

#captcha {
  border: 0 !important;
}

.error,
.errors {
  background-color: #FFFFFF !important;
  border: 1px solid #FF0000 !important;
  border-radius: 3px;
  color: #FF0000 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  margin-top: 0px !important;
  padding: 13px 10px 12px 10px !important;
}

.error p,
.errors p {
  font-size: 14px;
  padding-bottom: 0;
}

.error ul,
.errors ul {
  font-weight: 400 !important;
  list-style-position: inside;
  margin-bottom: 0;
  margin-top: 8px;
  padding-left: 10px;
}

textarea {
  resize: vertical;
}

.add-shadow {
  position: relative;
  z-index: 99999;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.resourcestrick > h1,
.resourcestrick > h3 {
  padding-bottom: 2px !important;
}

.resourcestrick > h1 + br,
.resourcestrick > h3 + br {
  display: none;
}

.resourcefix {
  font-size: 20px;
  margin: 20px 0 2px;
}

.resourcefix + br {
  display: none;
}

table td {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  text-align: justify;
}

.resourcestrick .resourcefix:first-of-type {
  margin-top: 0;
}

label,
.form-control {
  font-family: 'Montserrat', sans-serif;
}

label {
  font-size: 14px;
  font-weight: 400;
}

.verify {
  display: none;
}

.verification .col-xs-12 {
  padding: 0 15px;
}

#consultation label {
  margin-bottom: 5px;
}

#consultation .form-group:not(:nth-of-type(8)):not(:nth-of-type(9)) label {
  display: none;
}

#consultation textarea.form-control {
  height: 115px;
}

.newsletter_form > form {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

#contactForm a,
#consultation a,
.newsletter_form a {
  font-size: 12px;
}

.consultation_form .col-xs-12.col-sm-4.text-center {
  text-align: left;
  width: 25%;
}

@media (max-width: 767px) {
  .consultation_form .col-xs-12.col-sm-4.text-center {
    width: 100%;
  }
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 8px 15px;
}

.newsletter_form label {
  font-weight: 400;
  margin: 7px 0 0;
  text-align: right;
}

.newsletter_form .fsd + .form-group > label {
  margin-top: -5px;
}

@media (max-width: 991px) {
  .newsletter_form label {
    margin-bottom: 4px;
    text-align: left !important;
  }

  #captcha {
    margin: 10px 0 0;
  }

  .newsletter_form a {
    display: inline-block;
    margin-bottom: 10px;
  }

}

.img-holder {
  text-align: center;
}

.img-holder img {
  display: inline-block;
}

#captcha {
  border: none !important;
}

img[src="images/bullet_tax_center.jpg"] {
  display: none;
}

img[src="images/bullet_download_tax_forms.jpg"],
img[src="images/bullet_record_retention.jpg"],
img[src="images/bullet_tax_organizer.jpg"],
img[src="images/bullet_tax_rates.jpg"],
img[src="images/bullet_tax_tips.jpg"],
img[src="images/bullet_tax_calculators.jpg"] {
  margin-top: 20px;
}

img[src="images/bullet_track_tax_refund.jpg"] {
  margin-top: -20px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   MEDIA QUERIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media (max-width: 991px) {
.ctcbook h3 {
    font-size: 30px;
    text-align: center;
}
.ctcbook p {
   text-align: center;
}
.ctcbook img {
    width: 250px;
}
  #newsletter-signup {
    padding: 6rem 0 8rem;
  }

  #newsletter-signup .btn.btn-primary {
    bottom: -15px;
  }
  #index-section {
    margin-top: 0;
  }

  .carousel-indicators {
    display: none;
  }

  .logo-holder img {
    margin: 22px 0 0;
  }

  #contactForm #captcha,
  .newsletter_form #captcha {
    margin: 10px 0 0 !important;
  }

  #contactForm a,
  .newsletter_form a {
    display: inline-block;
    margin-bottom: 10px;
  }

  #contactForm .btn-primary {
    margin-top: 10px;
  }

  .newsletter_form label,
  label.text-right {
    text-align: left !important;
  }

  #gmapwide iframe {
    margin-bottom: 10px;
  }
.navbar-nav > li > a {
    padding: 12px 9px;
}
}

@media (max-width: 767px) {
  #index-section {
    margin-top: 0;
  }
 
  .logo-holder img {
    max-width: 100%;
  }

  .navbar .navbar-nav {
    display: block;
    margin: 0 15px;
   }

  .navbar .navbar-nav > li > a {

    text-align: center;
    width: 100%;
  }

  .navbar .navbar-nav > li > a:hover, 
  .navbar .navbar-nav > li > a:active, 
  .navbar .navbar-nav > .open > a, 
  .navbar .navbar-nav > .open > a:hover, 
  .navbar .navbar-nav > .open > a:focus {
    background: #203873;
    color: #FFF;
  }

  .container {
    padding-right: 15px;
  }

  #content {
    padding: 5rem 3rem 6rem;
  }

  .logo-holder {
    padding: 20px 15px 0;
  }

  .logo-holder img {
    margin: 15px auto;
  }

  #top_nav {
    padding: 0 15px;
  }

  header {
    padding-bottom: 8px
  }

  #why-choose-us {
    padding: 8rem 0;
  }

  #why-choose-us .why-image {
    float: none;
    margin: 0 auto 40px;
  }

  .navbar-nav > li:not(:nth-of-type(5)) .dropdown-menu li:last-of-type {
    border-top: 0;
  }

  .navbar-nav > li:not(:nth-of-type(5)) .dropdown-menu {
    border-bottom: 1px solid #CCC;
    border-radius: 0;
    padding: 0 0 8px;
  }

  #index-section {
    padding: 6rem 0;
  }

  #who-we-are {
    bottom: 0;
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-top: 8rem;
  }

  #tagline {
    height: 45rem;
    padding: 0 30px;
  }

  .tagline-text {
    top: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .tagline-text h3 {
    font-size: 38px;
    margin-bottom: 35px;
  }

  .tagline-holder {
    height: auto;
    padding: 0;
    text-align: center;
  }

 }

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */

@media (max-width: 575px) {
  
  .tagline-text h3 {
    font-size: 40px;
  }

  .tagline-text p {
    font-size: 22px;
  }
}


/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
@media (max-width: 480px) {
  .navbar .navbar-nav > li > a,
  .navbar-nav .open .dropdown-menu > li > a {
    font-size: 16px;
  }

#sidebar img {
    margin: 25px auto;
}
  h1,
  #heading > .container > h1 {
    font-size: 24px;
    text-align: center;
    padding: 30px 0 27px;
  }
#index-section {
    padding: 4rem 0;
}
#index-section h1 {
padding: 30px 0 12px;
}
  #index-section h1 {
    padding-top: 0;
  }

  h2:not(#services h2), h2 > a {
    font-size: 20px !important;
  }

  h3:not(#services h3) {
    font-size: 16px !important;
  }

  #tagline {
    height: auto;
    padding: 0 15px;
  }

  .tagline-text {
    display: block;
    margin: 0 auto;
    padding: 120px 0;
    position: static;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .tagline-text h3 {
    font-size: 26px !important;
    font-weight: 400;
    letter-spacing: 1;
    line-height: 1.3;
    margin-bottom: 24px;
  }

  .tagline-text p {
    font-size: 18px;
  }

  .overlay {
    opacity: 0;
  }

  #content {
    padding: 0 1.5rem 6rem;
  }

  #inner-copy {
    padding: 40px 30px 20px;
  }

  #inner-copy > img {
    display: block;
    float: none !important;
    margin: 0 auto 15px !important;
  }
}

@media all and (max-width: 768px) {
  #topbar .container {
    width: 700px;
  }

  .ctcbook {
    margin-top: 2rem;
    text-align: center;
  }

.ctcbook .btn-primary {
  margin-top: 2rem;  
 }
}

@media (min-width: 992px) {
  #topbar .container {
    width: 920px;
  }
}

@media (min-width: 1200px) {
  #topbar .container {
    width: 1120px;
  }
}

@media (min-width: 1300px) {
  #topbar .container {
    width: 1170px;
  }
}

@media (max-width: 767px) {
    @media (max-width: 575px) {
        #testimonials img {
            width: 100px;
            margin: 10px;
        }

        #testimonials {
            margin-top: 6rem;
    }
}





    @media (max-width: 480px) {
        .carousel {
            display: block !important;
        }
    }
}