@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
/*
Template Name: HR2 - Template
Version: 1.0
Author: HostingRed SAS
Author URL: http://hostingred.com
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 100px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
a {
  color: #BE1414;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #A00303;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #BE1414;
}
.btn {
  border-width: 1px;
  border-radius: 3px;
  text-transform: uppercase;
}
.btn.btn-primary {
  background: #BE1414;
  border-color: #BE1414;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #fff;
  color: #BE1414;
  border-color: #BE1414;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #BE1414;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #BE1414;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 22px 15px 21px;
}
.navbar-header p {
  margin-top: 15px;
  font-size: 25px;
  font-weight: bolder;
  color: #1E90FF;
  font-style: italic;
}
#phone {
  font-size: 20px;
  font-weight: bolder;
  color: #BE1414;
  margin-top: -8px;
}
#main-menu.navbar-default .navbar-nav > li.active > a, #main-menu.navbar-default .navbar-nav > li.open > a, #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    border-top: 3px solid #1E90FF !important;
    color: #1E90FF;
}
#main-menu.navbar-default .navbar-nav > li a {
    padding-top: 10px !important;
    margin-left: 40px;
    font-size: 1.2em;
    font-weight: 600;
    color: #BE1414;
}
#main-menu.navbar-default .navbar-nav {
  margin-top: 35px;
}

#main-slider {
  overflow: hidden;
  margin-top: 10px;
}
#main-slider .item {
  height: 640px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  margin-top: -50px;
}
#main-slider .slider-inner h1 {
  margin-top: 150px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #1E90FF;
  background-color: rgba(51,51,51,0.7);
  padding: 10px 10px;
  border-radius: 10px;
  text-shadow: 1px 1px #000;
}
#main-slider .slider-inner h2 > span,#main-slider .slider-inner h1 > span{
  color: #BE1414;
  font-size: 41px;
}
#main-slider .slider-inner p {
  background-color: rgba(51,51,51,0.7);
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 1.5em;
}
#main-slider .slider-inner .btn {
  margin-top: 30px;
}

#cta {
  padding: 50px 0;
  background-color: #fff;
}
#cta h2 {
  margin-top: 0;
  color: #1E90FF;
}
#cta p {
  font-size: 20px;
}
#cta span {
  color: #BE1414;
  font-weight: bolder;
  font-style: italic;
}
#cta span a {
  text-decoration: underline;
}
#cta span a:hover {
  font-size: 22px;
}
#cta .btn {
  margin-top: 40px;
}

#features {
  padding: 50px 0;
}
#features .media.service-box:first-child {
  margin-top: 0px;
}
#features h2 {
  color: #1E90FF;
}

.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #BE1414;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #BE1414;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

#about {
  padding: 50px 0;
}
#about .section-header h2 {
  color: #1E90FF;
  margin-top: -20px;
}
#about .pred {
  font-size: 18px;
}

}
#meet-team {
  padding-top: 50px;
}
#meet-team h2 {
  color: #1E90FF;
}
#meet-team p span {
  color: #BE1414;
  font-style: italic;
  font-weight: bolder;
}
#meet-team .team-member span {
  font-weight: bold;
}
#meet-team .team-member {
  padding: 13px;
  background: #ddd;
  border: 2px solid #ddd;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#meet-team .team-member:hover {
  border-color: #BE1414;
}

#bottom {
    color: #fff;
    margin-bottom: -30px !important;
}
#bottom iframe {
  width: 100%;
  height: 300px;
}
#bottom h4 {
    margin-top: 0;
    margin-bottom: 15px;
}
#bottom a {
    color: #fff;
    font-size: 1.2em;
}

#bottom a:hover {
    color: #BE1414;
}

#bottom h1,
#bottom h2,
#bottom h3,
#bottom h4,
#bottom h5,
#bottom h6 {
    color: #fff;
}
#bottom ul li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-top: 10px
}

#bottom ul li:first-child {
    margin-top: 0
}

#bottom ul li i {
    position: absolute;
    top: 3px;
    left: 0
}

#bottom ul  {
    margin-bottom: 0;
    margin-left: -40px;
}

#bottom ul  li {
    margin-bottom: 5px
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}

#get-in-touch {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #1E90FF;
  color: #fff;
  margin-top: -50px;
}
#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}

/***********************
********* Footer ******
************************/
#footer {
    background: #333;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #999;
}

#footer a {
    color: #999;
    text-decoration: underline;
}

#nds {
    font-size: 12px;
}

#footer a:hover {
    color: #BE1414;
}

#footer #gototop {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    background: #1E90FF;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    margin-top: 5px;
    margin-right: 20px;
}

#footer #gototop:hover {
    background: #BE1414;
}

#footer .cp {
    margin-top: 0px;
}

ul.social {
    list-style: none;
    margin-top: 15px;
    padding: 0;
    display: inline-block
}

ul.social>li {
    display: inline-block;
    margin: 0 20px
}

ul.social>li>a {
    font-size: 24px !important;
    color: #999;
    text-decoration: none !important;
}

ul.social>li>a:hover {
     color: #BE1414;
}
