@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Montserrat|Open+Sans|Roboto:400,500,700,400italic);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #5d5d5d;
  color: #747474;
  font: 400 18px/30px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  color: #252525;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 80px;
  line-height: 80px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
  /*text-transform: uppercase;*/
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

h4 {
  font-size: 30px;
  line-height: 40px;
}

h5 {
  font-size: 30px;
  line-height: 40px;
}

h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
time span {
  display: block;
  font-size: 36px;
  line-height: 23px;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

@media (max-width: 767px) {
  .media_center {
    text-align: center;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .mod {
  margin-top: 21px;
}

* + h6 {
  margin-top: 52px;
}

* + .row {
  margin-top: 76px;
}

* + .subscribe-form {
  margin-top: 13px;
}

* + .box2 {
  margin-top: 33px;
}

h2 + p {
  margin-top: 46px;
}

h6 + p {
  margin-top: 6px;
}

.round_icons + h3 {
  margin-top: 9px;
}

* + .off {
  margin-top: 92px;
}

* + .off1 {
  margin-top: 21px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  background: #fff;
  max-width: 350px;
  width: 100%;
  display: inline-block;
  /*text-transform: uppercase;*/
  text-align: center;
  float: right;
  padding-top: 47px;
  padding-bottom: 57px;
}
.brand .fl-chapps-square144 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}
.brand_name {
  overflow: hidden;
  color: #0262AC;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -4px;
  margin-left: -6px;
}
.brand_slogan {
  font-size: 18px;
  line-height: 24px;
  color: #626262;
  font-family: "Open Sans", sans-serif;
  margin-left: 11px;
}
* + .brand_name {
  margin-top: 25px;
  color: #0262AC;
}
* + .brand_slogan {
  margin-top: 14px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #ececec;
}

.bg-secondary, .bg-secondary1, .bg-secondary2 {
  color: #fff;
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-secondary1 h1, .bg-secondary1 h2, .bg-secondary1 h3, .bg-secondary1 h4, .bg-secondary1 h5, .bg-secondary1 h6, .bg-secondary2 h1, .bg-secondary2 h2, .bg-secondary2 h3, .bg-secondary2 h4, .bg-secondary2 h5, .bg-secondary2 h6 {
  color: #fff;
}

.bg-secondary {
  background: #de4a4a;
}

.bg-secondary1 {
  background: #40b4c9;
}

.bg-secondary2 {
  background: #7d7d7d;
}

.bg-images {
  background: url("../images/bg.jpg") fixed no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 979px) {
  .bg-images {
    background-attachment: scroll;
  }
}

.bg-images1 {
  background: url("../images/bg2.png") no-repeat 3% bottom;
}

/*==================     Icons     ======================*/
.round_icons {
  font-size: 55px;
  line-height: 140px;
  margin-top: -69px;
  display: inline-block;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .round_icons {
    line-height: 66px;
    margin-top: 0;
    width: 70px;
    height: 70px;
  }
}

/*==================    Buttons    ======================*/
.btn:hover {
  background: #252525;
}
.btn:active {
  background: #0c0c0c;
}

/*==================      Box      ======================*/
.box {
  max-width: 800px;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 127px;
  height: 127px;
  display: inline-block;
  color: #252525;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.box_aside time {
  padding-top: 43px;
}
.box_cnt__no-flow {
  overflow: hidden;
  font-size: 20px;
  line-height: 32px;
  padding-left: 31px;
  padding-top: 35px;
  color: #252525;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.box:hover {
  background: #de4a4a;
}
.box:hover .box_aside {
  color: #de4a4a;
}
.box:hover .box_cnt__no-flow {
  color: #fff;
}
@media (max-width: 979px) {
  .box {
    text-align: center;
  }
  .box_aside {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .box_cnt__no-flow {
    padding-left: 0;
  }
}

.box2 {
  padding: 20px 80px 20px 80px;
  margin: 0 200px 0 200px;
  color: #000000;
}
.box2:before, .box2:after {
  display: table;
  content: "";
  line-height: 0;
}
.box2:after {
  clear: both;
}
.box2:hover {
  background: #de4a4a;
  color: #ffffff;
}
.box2_aside {
  float: left;
}
.box2_aside img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box2_cnt__no-flow {
  overflow: hidden;
  font-size: 20px;
  line-height: 32px;
  padding-left: 31px;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .box2 {
    padding-left: 0;
    text-align: center;
  }
  .box2_aside {
    float: none;
  }
  .box2_cnt__no-flow {
    padding-left: 0;
  }
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 25px;
  font-size: 24px;
  line-height: 30px;
  color: #2b2b2b;
}
.marked-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 9px;
  height: 9px;
  display: inline-block;
  background: #de4a4a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.marked-list li + li {
  margin-top: 18px;
}
.marked-list a:hover {
  color: #de4a4a;
}

/*==================  Inline List  ======================*/
.inline-list {
  text-align: right;
}
.inline-list li {
  display: inline-block;
}
.inline-list li a {
  text-align: center;
  line-height: 49px;
}
.inline-list li + li {
  margin-left: 41px;
}
.inline-list a:hover {
  color: #40b4c9;
}
@media (max-width: 979px) {
  .inline-list li + li {
    margin-left: 15px;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 17px;
  line-height: 38px;
  color: #fff;
  background: #40b4c9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  background: #de4a4a;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #0262AC;
}
.parallax h1, .parallax h2, .parallax h4, .parallax h5, .parallax h6 {
  color: #0262AC;
}
.parallax h3 {
  color: #000;
  font-size: 20px;
}
.parallax .mod1 {
  color: darkgray;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: url("../images/header-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
header .header_cnt {
  padding-bottom: 100px;
}
header .header_banner {
  position: relative;
  max-width: 1170px;
  width: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -41px;
  padding: 30px;
  background: #0262AC;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .header_banner:before, header .header_banner:after {
  display: table;
  content: "";
  line-height: 0;
}
header .header_banner:after {
  clear: both;
}
header .header_banner .header_banner_cnt1 {
  text-align: center;
  /*max-width: 700px;*/
  display: inline-block;
}
header .header_banner .header_banner_cnt1 h2 {
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media (max-width: 979px) {
  header .header_banner .header_banner_cnt1 {
    display: block;
    max-width: none;
    text-align: center;
  }
}
header .header_banner .header_banner_cnt2 {
  display: inline-block;
  width: 660px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  header .header_banner .header_banner_cnt2 {
    width: 470px;
  }
}
@media (max-width: 979px) {
  header .header_banner .header_banner_cnt2 {
    text-align: center;
    width: 100%;
    display: block;
  }
}
header .header_banner * + .header_banner_cnt2 {
  margin-left: 35px;
}
@media (max-width: 979px) {
  header .header_banner * + .header_banner_cnt2 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  header .header_banner {
    padding: 10px;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

.mod {
  font-size: 16px;
  line-height: 26px;
}

.mod1 {
  font-size: 20px;
  line-height: 30px;
}

.mg_add {
  margin-top: 32px;
}

.mg_add1 {
  margin-top: 32px;
  text-align:right;
}

.ins {
  padding: 0 20px;
}

.color {
  color: #b3b3b3;
}

.wrap_h2 {
  padding: 31px 0 29px;
  display: inline-block;
  min-width: 570px;
}
@media (max-width: 767px) {
  .wrap_h2 {
    min-width: 100%;
  }
}

/*==================      Well     ======================*/
.well {
  padding-top: 70px;
  padding-bottom: 40px;
}

.well__ins {
  padding-bottom: 100px;
}

.well1 {
  padding-top: 74px;
  padding-bottom: 126px;
}
@media (max-width: 767px) {
  .well1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.well1__ins {
  padding-bottom: 51px;
}

.well2 {
  padding-top: 86px;
  padding-bottom: 158px;
}

.well3 {
  padding-top: 148px;
  padding-bottom: 141px;
}

.well4 {
  padding-top: 103px;
  padding-bottom: 105px;
}

.well5 {
  padding-top: 94px;
  padding-bottom: 81px;
}

.well_media {
  padding-top: 20px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #5d5d5d;
  color: #fff;
}
footer .map {
  color: #747474;
}
footer .footer_cnt {
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 767px) {
  footer p, footer address, footer .inline-list {
    text-align: center;
  }
}
