
* {
  padding: 0;
  margin: 0;
  font-family: 'Raleway', sans-serif;

}


/* Navbar */
.navbar-brand {
  font-family: 'Raleway', sans-serif;    
  color: #F3723E !important;
    font-size: 24px;
  } 
  nav {
    margin: 0 auto;
    background: #F0F3F4;
    padding: 50px 0;
    box-shadow: 0px 5px 0px #dedede;

  }
  .nv {
    font-family: 'Raleway', sans-serif;    

  }
  
  nav ul {
    list-style: none;
    text-align: center;
  }
  nav ul li {
    display: inline-block;
  }
  nav ul li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #333;
    font-weight: 800;
    text-transform: uppercase;
  }
  nav ul li a,
  nav ul li a:after,
  nav ul li a:before {
    transition: all .5s;
  }
  nav ul li a:hover {
    color: #555;
  
  }
  .hoverdropdown :hover {
    position: relative;
} 
.hoverdropdown :hover > div {
    position: absolute;
    display: block;
}
@media only screen and (max-width: 992px) {
    .hoverdropdown :hover>div {
        position: absolute;
        display: block;
        text-align: center;
        justify-content: center;
        width: 100%;
    }
}
@media only screen and (max-width: 768px){
  .navbar-brand {
    font-size: 18px;
      letter-spacing: 0px;
  } 
}


  
  .logo {
      width: 225px;
  }

  @media(max-width: 922px)
  {
    .logo {
      width: 200px;
  }
  }
  @media(max-width: 766px)
  {
    .logo {
      width: 1500px;
  }
  }

/* SHIFT */

  .shift ul li a {
    text-transform: capitalize;

    position:relative;
    z-index: 1;
  }

  
  @media(min-width: 992px)
  {
    .shift ul li a {
      text-transform: capitalize;
  
      position:relative;
      z-index: 1;
    }
  .shift ul li a:hover {
      color: #fff;
    }
  .shift ul li a:after {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 1px;
      content: '.';
      color: transparent;
      background: #F3723E;
      visibility: none;
      opacity: 0;
      z-index: -1;
    }
  .shift ul li a:hover:after {
      opacity: 1;
      visibility: visible;
      height: 100%;
    }
  }


  
/* Carousel */

.carousel-caption {
    margin-bottom: 13%;
}
.carousel-caption h5{
  font-family: 'Raleway', sans-serif;
color: #F7F9F9;    
font-size: 40px; 
    text-shadow: 2px 2px 5px black;
    text-transform: uppercase;
}  
.carousel-caption p{
  font-family: 'Raleway', sans-serif;
  text-shadow: 5px 5px 5px black;
    font-size: 15px; 
}


  

  /* back-to-top button */

  #button {
    display: inline-block;
background: #F3723E;    
width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #015295;
  }
  #button:active {
    background-color: #015295;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  
  


    
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #F3723E;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 3px solid #F3723E ;
  border-radius: 100%;
  background-color: #F3723E ;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.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 > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@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;
    line-height: 26px;
    margin-top: 30px;
  }
  .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;
  }
}



section#contact {
  background-color: #005196;
  background-image: url("assets/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}
section#contact .section-heading {
  color: #fff;
}
.msg {
  background-color: #F3723E ;
}
.maph {
  font-size: 1rem;
  margin-bottom: 2rem;
}
section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;
}
section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
  padding: 1.25rem;
}
section#contact form#contactForm .form-group input.form-control {
  height: auto;
}
section#contact form#contactForm .form-group-textarea {
  height: 100%;
}
section#contact form#contactForm .form-group-textarea textarea {
  height: 100%;
  min-height: 10rem;
}
section#contact form#contactForm p.help-block {
  margin: 0;
}
section#contact form#contactForm .form-control:focus {
  border-color: #F3723E;
  box-shadow: none;
}
section#contact form#contactForm ::-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;    
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-moz-placeholder {
  font-family: 'Raleway', sans-serif;    
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm ::-moz-placeholder {
  font-family: 'Raleway', sans-serif;    
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-ms-input-placeholder {
  font-family: 'Raleway', sans-serif;    
  font-weight: 700;
  color: #ced4da;
}

.footer {
  text-align: center;
  font-size: 0.9rem;
  font-family: 'Raleway', sans-serif;    
}
.btn-social {
  background-color: #F3723E;
}


.btnb {
  position: relative;
  padding: 15px 30px;
  color: #F3723E !important;
  letter-spacing: 2px;
  left:0;
  text-decoration: none !important;
  font-size: 18px;
  text-shadow: 3px 3px 5px black;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.5s;
  font-family: 'Raleway', sans-serif;    

  }
  
  .btnb:hover {
  color: #F3723E !important;}
  
  .btnb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
  
  .btnb svg,
  .btnb svg rect 
  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: transparent;
  
  }
  .btnb svg rect {
    stroke-width: 2;
    stroke: #F3723E;
    stroke-dasharray: 100;
  animation: animate 2s linear infinite;
  }
  
  @keyframes animate {
  0% {
  stroke-dashoffset: 400;
  }
  100% {
  stroke-dashoffset: 0;
  }
  }
  
  
  @media only screen and (min-width: 576px) {
    
      ::-webkit-scrollbar{
        width: 10px;
      }
      
      ::-webkit-scrollbar-track{
        border: 7px solid black;
        box-shadow: inset 0 0 2.5px 2px rgb(0,0,0,0.5);
      }
      
      ::-webkit-scrollbar-thumb{
        background: linear-gradient(
      45deg,
     #015295,
      #F3723E);
      border-radius: 3px;
      }
    
  }
  
  
  
  /********-Responsive-************/
  
  @media(min-width: 768px)
  {
      .box
      {
          flex: 0 0 50% !important;
          max-width: 50% !important;
      }
  }
  @media(min-width: 600px)
  {
      .box
      {
          flex: 0 0 50% !important;
          max-width: 50% !important;
      }
  }
  @media(min-width: 992px)
  {
      .box
      {
          flex: 0 0 33.333333% !important;
          max-width: 33.333333% !important;
      }
  }
  @media(min-width: 414px)
  {
      .box
      {
          flex: 0 0 100%;
          max-width: 100%;
      }
  }
  @media(min-width: 370px)
  {
      .box
      {
          flex: 0 0 100%;
          max-width: 100%;
      }
  }
  @media(min-width: 320px)
  {
      .box
      {
          flex: 0 0 100%;
          max-width: 100%;
      }
  }
  
  .btnserv {
      position: relative;
      padding: 15px 30px;
      color: black !important;
      letter-spacing: 2px;
      left:0;
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      transition: 0.5s;
      
      }
      .btnserv:hover {
          position: relative;
          padding: 15px 30px;
          color: white !important;
          letter-spacing: 2px;
          left:0;
          text-decoration: none;
          font-size: 18px;
          font-weight: bold;
          text-transform: uppercase;
          transition: 0.5s;
          
          }
      .ser-box:hover .btnserv {
      
          color: white !important;
        
          
          }
      .btnserv:hover {
          text-decoration: none;
      color: black !important;}
      
      .btnserv::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
      }
      
      .btnserv svg,
      .btnserv svg rect 
      {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        fill: transparent;
      
      }
      .btnserv svg rect {
        stroke-width: 3;
        stroke: black;
      }
  
    .ser-box:hover   .btnserv svg rect {
      stroke: white;
    }

    .ct {
      height: 140px !important;
    }

.hb {
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;    
  margin-bottom: 4rem;
}
.hd{
  font-size: 3rem;
  font-family: 'Raleway', sans-serif;    
}
.hd2{
  font-size: 2rem;
  font-family: 'Raleway', sans-serif;    
}



  
