
body {
    background: #fff;
    font-family: 'Didact Gothic', sans-serif !important;
    overflow-x: hidden !important;
    width: 100%;
}




h1,h2,h3,h4,h5,h6,p,span,a,label,small {
     font-family: 'Didact Gothic', sans-serif !important;
}

.navbar-brand {
    color: rgb(46, 51, 144) !important;
}

#active {
    color: rgb(231, 30, 38) !important;
}

.navbar-nav .nav-item .link:hover {
    color: rgb(231, 30, 38) !important;
    text-decoration: underline;
}

.navbar-nav .nav-item .link {
    color: rgb(46, 51, 144) !important;
}


.site-footer {
  padding: 3em 0;
  background: #fff;
  margin-bottom: -500px;
  width: 100%;

 }
  @media (min-width: 768px) {
    .site-footer {
      padding: 5em 0; } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #000; }
  .site-footer a {
    color: #999999; }
    
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #000; }


.site-footer a:hover {
    color: rgb(100, 98, 151) !important;
    text-decoration: none;

}

.label-container{
    position:fixed;
    bottom:48px;
    right:105px;
    display:table;
    visibility: hidden;
}

.label-text{
    color:#FFF;
    background:rgba(51,51,51,0.8);
    display:table-cell;
    vertical-align:middle;
    padding:10px;
    border-radius:3px;
}

.label-arrow{
    display:table-cell;
    vertical-align:middle;
    color:#333;
    opacity:0.8;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:rgb(46, 51, 144);
    color:#FFF !important;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.my-float{
    font-size:24px;
    margin-top:18px;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
  visibility: visible;
  opacity: 1;
}

#top {
    background: rgb(46, 51, 144);
    color: #fff;
}

#top:hover {
    color: #fff !important;
    background: rgb(231, 30, 38);
    transition: 0.5s ease;
}


#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 710px;
  width: 100%;
  padding-left: 190px;
  line-height: 1.4;
}

.notfound .notfound-404 {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
}

.notfound .notfound-404 h1 {
  color: rgb(46, 51, 144);
  font-size: 150px;
  letter-spacing: 15.5px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound h2 {
  color: #292929;
  font-size: 28px;
    font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-top: 0;
}

.notfound p {
  
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
}

.notfound a {
  
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: rgb(46, 51, 144);
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: rgb(231, 30, 38);
  background-color: #fff;
  border: 3px solid rgb(231, 30, 38);
}

@media only screen and (max-width: 480px) {
  .notfound {
    text-align: center;
  }
  .notfound .notfound-404 {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
  .notfound {
    padding-left: 15px;
    padding-right: 15px;
  }
}


.section {
    margin-top: 80px;
    width: 100%;

}

.contact-header {
    font-size: 30px;
}

.contactForm input:focus{
    border: 1px solid rgb(46, 51, 144);
     box-shadow: none;

}

.contactForm textarea:focus {

    border: 1px solid rgb(46, 51, 144);
    box-shadow: none;

}

.contactInfo div h1 {
    font-size: 18px !important;
}

.contactInfo div p a {
    color: rgb(46, 51, 144) !important;
    cursor: pointer !important;
}


.nav-tabs .nav-item:hover {
    color: #fff !important;
    background-color: rgb(46, 51, 144);
}

.nav-tabs .nav-item {
    color: #000 !important;
}

.nav-tabs .active {
     color: #fff !important;
    background-color: rgb(46, 51, 144) !important;
}

.tab-content p {
    line-height: 35px;
    text-align: justify;
}

.tab-content .card:hover {

    color: #fff !important;
    background-color: rgb(53, 53, 104) !important;
    transition: 0.5s;
    border: 3px solid white;

}


.tab-content .card:focus {

    color: #fff !important;
    background-color: rgb(53, 53, 104) !important;
    transition: 0.5s !important;

}

.carousel {
    width: 100%;
    margin: 20px auto;
    padding-bottom: 50px;

}
.carousel .item {
    color: rgb(41, 40, 40);
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
}
.carousel .item a {
    color: rgb(53, 53, 104) !important;
}
.carousel .img-box {
    width: 145px !important;
    height: 70px !important;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
   
}

.carousel .img-box i {
    color: rgb(53, 53, 104);
    font-size: 60px;
    
}
.carousel .testimonial {    
    padding: 15px 0 10px;
    font-size: 25px;
}
.carousel .overview {   
    text-align: center;
    padding-bottom: 5px;
}
.carousel .overview b {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    display: block; 
    padding-bottom: 5px;
}
.carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: rgb(88, 88, 142) !important;
    text-shadow: none;
    top: 4px;

}
.carousel-control i {
    font-size: 40px !important;
    margin-right: 2px;
}
.carousel-control.left {
    left: auto;
    right: 40px;
}
.carousel-control.right i {
    margin-right: -2px;
}
.carousel .carousel-indicators {
    bottom: -15px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}
.carousel-indicators li {   
    background: #f89d13;
    border-color: transparent;
}
.carousel-indicators li.active {
    border: none;
    background: rgb(46, 51, 144);       
}


#service-tabs .nav-item {

    border: 2px solid rgb(46, 51, 144);
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: white;

}


#service-tabs .nav-item:hover {
    color: white;
    background-color:  rgb(46, 51, 144);

}

.service-content h3 {
    color:  rgb(46, 51, 144);
    text-align: center;
    position: relative;
}

.service-content h3::after {
    content: "";
    width: 70px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: rgb(231, 30, 38);
    left: 0;
    right: 0;
    bottom: -10px;
}


.header-image {

  width: 100%;
  margin:27px auto;

}

.header-image .carousel-item {
  height: 80vh;
  min-height: 350px;
  
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.display-4 {
    margin-top: -300px !important;
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    
    
  }

@media only screen and (max-width: 600px) {

 
  .header-image .carousel-item {
    height: 65vh;

  }
  
  .display-4 {
      font-size: 25px !important;
  }

}


.top-boxes {
  margin-top: -200px;
  text-align: center;
  /*background-color: #f89d13;*/
  z-index: 99999;
  clear: both;
}

.top-boxes h3 {
  font-size: 50px
  
}

.top-boxes h3 i {
  color: rgb(46, 51, 144);
}


.top-boxes p {
  font-size: 23px;
  text-transform: uppercase;
  color: rgb(46, 51, 144); 
}

.about h3 {
    color: rgb(46, 51, 144);
    text-align: center;
    position: relative;
}

.about h3::after {
    content: "";
    width: 70px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #e71e26;
    left: 0;
    right: 0;
    bottom: -10px;
}

.about p {
  line-height: 35px;
}

.call-to-action {
  background:linear-gradient( rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7)100%),url("../images/call-to-action.jpg") no-repeat scroll center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;


}

.call-to-action a {

  text-decoration: none !important;
  color: #fff;
  background-color: rgb(231, 30, 38);
  padding: 15px;
  font-weight: bold;
  border-radius: 10px;
  transition: 1s;

}

.call-to-action a:hover {

  color:rgb(46, 51, 144);
  background-color: #fff;
  border: 3px solid rgb(46, 51, 144);
}