@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  color: #5e493a;
}
body.fh5co-overflow {
  overflow-x: auto;
}

a {
  color: #1a3b88;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:focus, a:active {
  color: #566fa8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Baloo Tammudu";
  color: #000;
}

p {
  margin-bottom: 30px;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px !important;
}
.btn.btn-lg {
  padding: 18px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #1a3b88;
  color: #fff;
  border: 2px solid #1a3b88;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #566fa8 !important;
  border-color: #566fa8 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #fb6e14;
  border: 2px solid #fb6e14;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #566fa8;
  color: #fff;
}

.btn-success {
  background: #566fa8;
  color: #fff;
  border: 2px solid #566fa8;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #566fa8 !important;
  border-color: #566fa8 !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #58ca7e;
  border: 2px solid #58ca7e;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #566fa8;
  color: #fff;
}

.btn-info {
  background: #1784fb;
  color: #fff;
  border: 2px solid #1784fb;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #1784fb;
  border: 2px solid #1784fb;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #1784fb;
  color: #fff;
}

.btn-warning {
  background: #fed330;
  color: #fff;
  border: 2px solid #fed330;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #fece17 !important;
  border-color: #fece17 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #fed330;
  border: 2px solid #fed330;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #fed330;
  color: #fff;
}

.btn-danger {
  background: #fb4f59;
  color: #fff;
  border: 2px solid #fb4f59;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #fa3641 !important;
  border-color: #fa3641 !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #fb4f59;
  border: 2px solid #fb4f59;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #fb4f59;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #1a3b88;
}

#fh5co-home {
  min-height: 500px;
  background: #dddddd;
}
#fh5co-home .flexslider {
  border: none;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-home .flexslider .fh5co-text {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  margin-top: -212px;
  text-align: center;
}
#fh5co-home .flexslider .fh5co-text h1 {
  margin: 0;
  padding: 0;
  font-family: "Baloo Tammudu";
  font-size: 200px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  #fh5co-home .flexslider .fh5co-text h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-home .flexslider .fh5co-text h1 {
    font-size: 60px;
  }
}
#fh5co-home .flexslider .fh5co-text h2 {
  margin: 0;
  padding: 0;
  font-family: "Baloo Tammudu";
  font-weight: 200;
  font-size: 48px;
  letter-spacing: 2px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  #fh5co-home .flexslider .fh5co-text h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-home .flexslider .fh5co-text h2 {
    font-size: 12px;
  }
}
#fh5co-home .flexslider .fh5co-text h2 span {
  font-family: "Baloo Tammudu";
  font-style: normal;
  text-transform: none;
}
#fh5co-home .flexslider .fh5co-text h2 a {
  color: #fb6e14;
}
#fh5co-home .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
}
#fh5co-home .flexslider .fh5co-overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
  background: #000;
}
#fh5co-home .flexslider .flex-control-nav,
#fh5co-home .flexslider .flex-direction-nav {
  display: none;
}


.fh5co-main-nav {
  position: relative;
  background: #cccccc;
}
.fh5co-main-nav.fh5co-shadow {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
.fh5co-main-nav:before, .fh5co-main-nav:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #e6e6e6;
}
.fh5co-main-nav:before {
  top: 2px;
}
.fh5co-main-nav:after {
  bottom: 2px;
}
.fh5co-main-nav .fh5co-menu-1,
.fh5co-main-nav .fh5co-menu-2,
.fh5co-main-nav .fh5co-logo {
  vertical-align: middle;
  float: left;
  line-height: 0;
}
.fh5co-main-nav .fh5co-menu-1 a,
.fh5co-main-nav .fh5co-menu-2 a,
.fh5co-main-nav .fh5co-logo a {
  padding: 35px 10px;
  color: #130d08;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-main-nav .fh5co-menu-1 a:hover, .fh5co-main-nav .fh5co-menu-1 a:focus, .fh5co-main-nav .fh5co-menu-1 a:active,
.fh5co-main-nav .fh5co-menu-2 a:hover,
.fh5co-main-nav .fh5co-menu-2 a:focus,
.fh5co-main-nav .fh5co-menu-2 a:active,
.fh5co-main-nav .fh5co-logo a:hover,
.fh5co-main-nav .fh5co-logo a:focus,
.fh5co-main-nav .fh5co-logo a:active {
  outline: none;
  text-decoration: none;
}
.fh5co-main-nav .fh5co-menu-1 a.active,
.fh5co-main-nav .fh5co-menu-2 a.active,
.fh5co-main-nav .fh5co-logo a.active {
  color: #3c3376;
}
.fh5co-main-nav .fh5co-menu-1 {
  text-align: right;
  width: 38.33%;
}
.fh5co-main-nav .fh5co-menu-1 a {
  vertical-align: middle;
  font-size: 20px;
  font-family: "Baloo Tammudu";
  font-weight: 400;
}
.fh5co-main-nav .fh5co-logo {
  text-align: center;
  width: 23.33%;
  font-size: 30px;
  font-family: "Baloo Tammudu";
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
}
.fh5co-main-nav .fh5co-logo a {
  position: relative;
  top: 8px;
  display: inline-block;
}
.fh5co-main-nav .fh5co-menu-2 {
  text-align: left;
  width: 38.33%;
}
.fh5co-main-nav .fh5co-menu-2 a {
  vertical-align: middle;
  font-size: 20px;
  font-family: "Baloo Tammudu";
  font-weight: 400;
}


#fh5co-about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #1a252a;
  width: 100%;
}
#fh5co-about .fh5co-1col {
  width: 100%;
}
#fh5co-about .fh5co-2col {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #fh5co-about .fh5co-2col {
    width: 100%;
  }
}
#fh5co-about .fh5co-text {
  padding: 2em 6em;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #fh5co-about .fh5co-text {
    padding: 1em;
  }
}
#fh5co-about .fh5co-text .heading {
  margin-bottom: 30px;
  color: #abc4e3;
  font-style: normal;
  font-weight: 300;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
#fh5co-about .fh5co-text p {
  line-height: 2;
  color: #c2cbd9;
}
#fh5co-about .fh5co-text p span.firstcharacter {
  float: left;
  color: #abc4e3;
  font-size: 90px;
  line-height: 20px;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 3px;
  font-style: normal;
  top: 10px;
  position: relative;
  font-family: "Baloo Tammudu";
}
#fh5co-about .fh5co-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  #fh5co-about .fh5co-bg {
    width: 100%;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-about .fh5co-bg {
    width: 100%;
    min-height: 300px;
  }
}


#fh5co-about .flexslider {
  border: none;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 30px;
  background-color: transparent;
  overflow: hidden;
}
#fh5co-about .flexslider .flex-direction-nav a {
    line-height: 40px;
}
#fh5co-about .flexslider .fh5co-text {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  margin-top: -212px;
  text-align: center;
}
#fh5co-about .flexslider .fh5co-text h1 {
  margin: 0;
  padding: 0;
  font-family: "Baloo Tammudu";
  font-size: 200px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  #fh5co-about .flexslider .fh5co-text h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-about .flexslider .fh5co-text h1 {
    font-size: 60px;
  }
}
#fh5co-about .flexslider .fh5co-text h2 {
  margin: 0;
  padding: 0;
  font-family: "Baloo Tammudu";
  font-weight: 200;
  font-size: 48px;
  letter-spacing: 2px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  #fh5co-about .flexslider .fh5co-text h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-about .flexslider .fh5co-text h2 {
    font-size: 12px;
  }
}
#fh5co-about .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
}
#fh5co-about #flexslider-main {
  width: 90%;
}
#fh5co-about #flexslider-main img {
  width: 100%;
  object-fit: cover;
  padding: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#fh5co-about #flexslider-main .flex-caption {
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #c2cbd9;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 16px;
  line-height: 18px;
}
#fh5co-about #flexslider-browser {
  width: 90%;
}
#fh5co-about #flexslider-browser img {
  padding: 2;
}


#fh5co-rig {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #727168;
  width: 100%;
}
#fh5co-rig .fh5co-1col {
  width: 100%;
}
#fh5co-rig .fh5co-2col {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #fh5co-rig .fh5co-2col {
    width: 100%;
  }
}
#fh5co-rig .fh5co-2col img {
  width: 100%;
  margin-bottom: 60px;
}
#fh5co-rig .fh5co-text {
  padding: 2em 6em;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #fh5co-rig .fh5co-text {
    padding: 1em;
  }
}
#fh5co-rig .fh5co-text .heading {
  margin-bottom: 30px;
  color: #222222;
  font-style: normal;
  font-weight: 300;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
#fh5co-rig .fh5co-text p {
  line-height: 2;
  color: #111111;
}
#fh5co-rig .fh5co-text p span.firstcharacter {
  float: left;
  color: #222222;
  font-size: 90px;
  line-height: 20px;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 3px;
  font-style: normal;
  top: 10px;
  position: relative;
  font-family: "Baloo Tammudu";
}
#fh5co-rig .fh5co-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  #fh5co-rig .fh5co-bg {
    width: 100%;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-rig .fh5co-bg {
    width: 100%;
    min-height: 300px;
  }
}


#fh5co-hardware {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #1a252a;
  width: 100%;
}
#fh5co-hardware .fh5co-1col {
  width: 100%;
}
#fh5co-hardware .fh5co-2col {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #fh5co-hardware .fh5co-2col {
    width: 100%;
  }
}
#fh5co-hardware .fh5co-text {
  padding: 2em 6em;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #fh5co-hardware .fh5co-text {
    padding: 1em;
  }
}
#fh5co-hardware .fh5co-text .heading {
  margin-bottom: 30px;
  color: #abc4e3;
  font-style: normal;
  font-weight: 300;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
#fh5co-hardware .fh5co-text p {
  line-height: 2;
  color: #c2cbd9;
}
#fh5co-hardware .fh5co-text p span.firstcharacter {
  float: left;
  color: #abc4e3;
  font-size: 90px;
  line-height: 20px;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 3px;
  font-style: normal;
  top: 10px;
  position: relative;
  font-family: "Baloo Tammudu";
}
#fh5co-hardware .fh5co-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  #fh5co-hardware .fh5co-bg {
    width: 100%;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-hardware .fh5co-bg {
    width: 100%;
    min-height: 300px;
  }
}


#fh5co-software {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #727168;
  width: 100%;
}
#fh5co-software .fh5co-1col {
  width: 100%;
}
#fh5co-software .fh5co-2col {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #fh5co-software .fh5co-2col {
    width: 100%;
  }
}
#fh5co-software .fh5co-text {
  padding: 2em 6em;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #fh5co-software .fh5co-text {
    padding: 1em;
  }
}
#fh5co-software .fh5co-text .heading {
  margin-bottom: 30px;
  color: #222222;
  font-style: normal;
  font-weight: 300;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
#fh5co-software .fh5co-text p {
  line-height: 2;
  color: #111111;
}
#fh5co-software .fh5co-text p span.firstcharacter {
  float: left;
  color: #222222;
  font-size: 90px;
  line-height: 20px;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 3px;
  font-style: normal;
  top: 10px;
  position: relative;
  font-family: "Baloo Tammudu";
}
#fh5co-software .fh5co-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  #fh5co-software .fh5co-bg {
    width: 100%;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-software .fh5co-bg {
    width: 100%;
    min-height: 300px;
  }
}


#fh5co-components {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #1a252a;
  width: 100%;
}
#fh5co-components .fh5co-1col {
  width: 100%;
}
#fh5co-components .fh5co-2col {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #fh5co-components .fh5co-2col {
    width: 100%;
  }
}
#fh5co-components .fh5co-text {
  padding: 2em 6em;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #fh5co-components .fh5co-text {
    padding: 1em;
  }
}
#fh5co-components .fh5co-text .heading {
  margin-bottom: 30px;
  color: #abc4e3;
  font-style: normal;
  font-weight: 300;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
#fh5co-components .fh5co-text p {
  line-height: 2;
  color: #c2cbd9;
}
#fh5co-components .fh5co-text p span.firstcharacter {
  float: left;
  color: #abc4e3;
  font-size: 90px;
  line-height: 20px;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 3px;
  font-style: normal;
  top: 10px;
  position: relative;
  font-family: "Baloo Tammudu";
}
#fh5co-components .fh5co-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  #fh5co-components .fh5co-bg {
    width: 100%;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-components .fh5co-bg {
    width: 100%;
    min-height: 300px;
  }
}


#fh5co-sponsors {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #727168;
  width: 100%;
}
#fh5co-sponsors .fh5co-1col {
  width: 100%;
}
#fh5co-sponsors .fh5co-2col {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #fh5co-sponsors .fh5co-2col {
    width: 100%;
  }
}
#fh5co-sponsors .fh5co-text {
  padding: 2em 6em;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #fh5co-sponsors .fh5co-text {
    padding: 1em;
  }
}
#fh5co-sponsors .fh5co-text .heading {
  margin-bottom: 30px;
  color: #222222;
  font-style: normal;
  font-weight: 300;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
#fh5co-sponsors .fh5co-text p {
  line-height: 2;
  color: #111111;
}
#fh5co-sponsors .fh5co-text p span.firstcharacter {
  float: left;
  color: #222222;
  font-size: 90px;
  line-height: 20px;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 3px;
  font-style: normal;
  top: 10px;
  position: relative;
  font-family: "Baloo Tammudu";
}
#fh5co-sponsors .fh5co-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  #fh5co-sponsors .fh5co-bg {
    width: 100%;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-sponsors .fh5co-bg {
    width: 100%;
    min-height: 300px;
  }
}

/*
#fh5co-frame {
  padding: 4em 0;
  background: #727168;
}
@media screen and (max-width: 768px) {
  #fh5co-frame {
    padding: 2em 0;
  }
}
#fh5co-frame .fh5co-heading .heading {
  position: relative;
  padding-top: 10px !important;
  color: #fff;
}
#fh5co-frame .fh5co-heading .sub-heading {
  color: #a99c92;
}
#fh5co-frame .fh5co-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#fh5co-frame .fh5co-grid h2 {
  font-size: 20px;
  margin-bottom: 0;
}
#fh5co-frame .fh5co-grid .grid-cell {
  padding: 2px;
}
#fh5co-frame .fh5co-grid p {
  line-height: 1.6;
  font-size: 16px;
  color: #222;
}
#fh5co-frame .fh5co-grid .pricing {
  font-size: 10px;
  display: block;
  padding-top: 20px;
}
#fh5co-frame .fh5co-grid .pricing:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  left: 50%;
  margin-left: -20px;
  background: #3c3376;
}
#fh5co-frame .fh5co-grid .arrow-left:before, #fh5co-frame .fh5co-grid .arrow-left::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 50px;
  left: 0;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #f5f5f5;
}
@media screen and (max-width: 768px) {
  #fh5co-frame .fh5co-grid .arrow-left:before, #fh5co-frame .fh5co-grid .arrow-left::before {
    right: auto !important;
    left: 15px !important;
    top: 0 !important;
    margin-top: -15px !important;
    margin-left: 0px !important;
    border-top: none !important;
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-bottom: 15px solid #f5f5f5 !important;
  }
}
#fh5co-frame .fh5co-grid .arrow-right:before, #fh5co-frame .fh5co-grid .arrow-right::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 50px;
  right: 0;
  margin-right: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #f5f5f5;
}
@media screen and (max-width: 992px) {
  #fh5co-frame .fh5co-grid .arrow-right:before, #fh5co-frame .fh5co-grid .arrow-right::before {
    right: auto !important;
    left: 0 !important;
    margin-left: -15px !important;
    border-left: none !important;
    border-right: 15px solid #f5f5f5 !important;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-frame .fh5co-grid .arrow-right:before, #fh5co-frame .fh5co-grid .arrow-right::before {
    right: auto !important;
    left: 15px !important;
    top: 0 !important;
    margin-top: -15px !important;
    margin-left: 0px !important;
    border-top: none !important;
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-bottom: 15px solid #f5f5f5 !important;
  }
}
#fh5co-frame .fh5co-grid > .fh5co-v-half {
  width: 50%;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  #fh5co-frame .fh5co-grid > .fh5co-v-half {
    width: 100%;
  }
}
#fh5co-frame .fh5co-grid > .fh5co-v-half .fh5co-text {
  background: #f5f5f5;
}
#fh5co-frame .fh5co-grid > .fh5co-v-half .fh5co-special-1 {
  background: #f1f1f1;
}
#fh5co-frame .fh5co-grid > .fh5co-v-half .fh5co-special-1.arrow-left:before, #fh5co-frame .fh5co-grid > .fh5co-v-half .fh5co-special-1.arrow-left::before {
  border-right: 15px solid #faebcd;
}
@media screen and (max-width: 768px) {
  #fh5co-frame .fh5co-grid > .fh5co-v-half .fh5co-special-1.arrow-left:before, #fh5co-frame .fh5co-grid > .fh5co-v-half .fh5co-special-1.arrow-left::before {
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-bottom: 15px solid #faebcd !important;
  }
}
#fh5co-frame .fh5co-grid > .fh5co-v-half > .fh5co-v-col-2 {
  width: 50%;
  padding: 20px;
  position: relative;
}
#fh5co-frame .fh5co-grid > .fh5co-v-half > .fh5co-v-col-2.fh5co-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #fh5co-frame .fh5co-grid > .fh5co-v-half > .fh5co-v-col-2.fh5co-bg-img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-frame .fh5co-grid > .fh5co-v-half > .fh5co-v-col-2 {
    width: 100%;
  }
}
#fh5co-frame .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#fh5co-frame .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 > .fh5co-v-col-2 {
  width: 50%;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #fh5co-frame .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 > .fh5co-v-col-2 {
    width: 100%;
  }
}
#fh5co-frame .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 > .fh5co-v-col-2.fh5co-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #fh5co-frame .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 > .fh5co-v-col-2.fh5co-bg-img {
    height: 200px;
  }
}
#fh5co-frame .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2.fh5co-reversed .fh5co-bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  #fh5co-frame .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2.fh5co-reversed .fh5co-bg-img {
    position: relative;
    right: inherit;
    top: inherit;
    bottom: inherit;
  }
}
*/

#fh5co-contact {
  padding: 4em 0;
  background: #f1f1f1;
}
@media screen and (max-width: 768px) {
  #fh5co-contact {
    padding: 2em 0;
  }
}
#fh5co-contact h3 {
  margin-bottom: 30px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #fh5co-contact {
    padding: 5em 0;
  }
}
#fh5co-contact .fh5co-heading .heading {
  position: relative;
  padding-top: 30px !important;
}
#fh5co-contact .fh5co-heading .heading:before, #fh5co-contact .fh5co-heading .heading::before {
  height: 61px;
  width: 61px;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -24px;
}
#fh5co-contact .fh5co-heading .sub-heading {
  color: #a99c92;
}
#fh5co-contact .fh5co-social {
  padding: 0;
  margin: 0;
}
#fh5co-contact .fh5co-social li {
  padding: 0;
  margin: 0;
}
#fh5co-contact .fh5co-contact-info {
  padding: 0;
  margin: 0 0 1.5em 0;
}
#fh5co-contact .fh5co-contact-info li {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
}
#fh5co-contact .fh5co-contact-info li i {
  position: absolute;
  top: .4em;
  left: 0;
}
#fh5co-contact .fh5co-contact-info li a:hover, #fh5co-contact .fh5co-contact-info li a:focus, #fh5co-contact .fh5co-contact-info li a:active {
  text-decoration: none;
}
#fh5co-contact i.cc { 
  font-size: 1.6rem; 
  display: inline-block; 
}
#fh5co-contact i.cc:hover { 
  color: #0060BD; 
  transform: rotate(-20deg);  
}

#fh5co-container {
  position: relative;
  z-index: 10;
}

#fh5co-footer {
  width: 100%;
  background: #1a252a;
  padding: 4em 0;
  z-index: 1;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #c2cbd9;
}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 2em 0;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-footer {
    height: inherit;
    position: relative;
  }
}

.copyright a:hover, .copyright a:focus, .copyright a:active {
  text-decoration: none;
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-social li a {
  font-size: 30px;
  padding: 10px;
}
.fh5co-social li a i {
  font-size: 30px;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
}

#fh5co-offcanvas, #fh5co-container, .fh5co-nav-toggle, #fh5co-footer {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-container, .fh5co-nav-toggle, #fh5co-footer {
  z-index: 2;
  position: relative;
}

#fh5co-offcanvas {
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.75em 1.25em;
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
#fh5co-offcanvas a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 7px 0;
}
#fh5co-offcanvas a:hover, #fh5co-offcanvas a:focus, #fh5co-offcanvas a:active {
  outline: none;
  text-decoration: none;
  color: #fb6e14;
}
#fh5co-offcanvas a.active {
  color: #fb6e14;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas-visible #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  #fh5co-container, #fh5co-footer, .fh5co-nav-toggle {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.offcanvas-visible #fh5co-container, .offcanvas-visible #fh5co-footer, .offcanvas-visible .fh5co-nav-toggle {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  -o-transform: translateX(275px);
  transform: translateX(275px);
}

.js-sticky {
  display: block;
}
@media screen and (max-width: 768px) {
  .js-sticky {
    display: none;
  }
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  border-bottom: none !important;
  background: rgba(0, 0, 0, 0.7);
  padding: 0px 10px 10px 10px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.js .to-animate, .js
.to-animate-2 {
  opacity: 0;
}

.row-padded {
  padding-bottom: 40px;
}

