.home-about {
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.2), 0 0 20px rgba(0,0,0,0.5);
    box-shadow: 0 0 40px rgba(0,0,0,0.2), 0 0 20px rgba(0,0,0,0.5);
    padding: 0;
}

.header nav ul li {
    margin-left: 3px;
}

.header nav ul li:first-child {
    margin: 0;
}

.page-title h1 {
    font-family: "handel-gothic",sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 90px;
    text-align: center;
    line-height: 1;
    margin: 0 0 -18px;
}

.page-title {
   padding-top: 80px;
}

.inner .why-choose {
    background: #f9f9f9;
}

.pg-content ul li {
    position: relative;
    margin: 0 0 9px;
    padding: 3px 0 0 39px;
}

.pg-content ul li i {
    background: #bf1e2d;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.pg-content ul li:last-child {
    margin: 0;
}

.pg-content ul li:first-child {
    padding-top: 0;
}

.pg-content h2 {
    font-family: "handel-gothic",sans-serif;
    text-transform: lowercase;
    color: #0a599b;
    margin: 0 0 10px;
}

.pg-contact iframe {
    width: 100%;
    height: 250px;
}

.about-page-intro {
    height: calc(100vh - 144px);
}

.about-page-intro {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -moz-align-items: center;
    -moz-justify-content: center;
    align-items: center;
    justify-content: center;
}

.about-page-intro section {
    text-align: center;
}

.about-page-intro section h1 {
    font-family: "handel-gothic",sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    font-size: 60px;
    line-height: 1;
    margin: 0 0 40px;
}

.about-page-intro section h1 em {
    display: block;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    text-transform: lowercase;
    color: #cbe7ff;
    line-height: 0.6;
}

.about-page-intro section p {
    font-weight: 300;
    font-size: 21px;
    color: #fff;
    line-height: 1.5;
    max-width: 1000px;
    margin:0 auto 110px;
}

.about-page-intro section p:last-child {
    margin: 0;
    height: 75px;
}

.about-page-intro section p a {
    color: #fff;
    font-size: 80px;
}

.about-page-intro section p a:hover {
    color: #cbe7ff;
}

.pg-content .about-intro h2:after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    background: #bf1e2d;
    margin: 3px auto 20px;
}

.about-intro p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 0 26px;
}

.about-intro p:last-child {
    margin: 0;
}

.pg-content hr {
    border-width: 7px;
    border-color: #f5f5f5;
    margin: 75px 0;
}

.pg-content .about-intro h2 {
    font-size: 50px;
}

.pg-content h3 {
    font-family: "handel-gothic",sans-serif;
    text-transform: lowercase;
    font-size: 26px;
    letter-spacing: -0.5px;
    color: #222;
}

.pg-content .certbox h2 {
    font-size: 45px;
    margin:0;
    line-height: 1;
    color: #cce8ff;
}

.pg-content .certbox.certbox-2 h2, .pg-content .certbox.certbox-3 h2 {
    font-size: 30px;
    letter-spacing: -0.5px;
}

.pg-content .certbox h2 em {
    display: block;
    font-size: 19px;
    font-style: normal;
    color: #8cc5f4;
}

.certbox {
    padding: 40px;
    background-repeat: no-repeat;
    background-position: bottom left;
}


.certbox.certbox-1 {
    background-color: #1963a1;
    background-image: url(../i/certbox-bg-1.png);
    background-position: 310px 190px;
}

.certbox.certbox-2 {
    background-color: #2475b9;
    background-image: url(../i/certbox-bg-2.png);
    background-position: -90px 110px;
}

.certbox.certbox-3 {
    background-color: #0b4b8b;
    background-image: url(../i/certbox-bg-3.png);
    margin-top: 30px;
}

.certbox p, .certbox ul {
    color: #fff;
    font-size: 18px;
}

.pg-content .certbox h3 {
    color: #9ecff6;
    font-size: 28px;
    margin: 0 0 10px;
}

.pg-content .certbox p {
    margin: 10px 0 35px;
}

.pg-content .certbox p:last-child {
    margin: 0;
}

.pg-content .certbox ul li {
    margin: 0;
    padding: 0;
}

.pg-content .certbox.certbox-2 ul:after {
    clear: both;
    content: "";
    display: block;
}

.pg-content .certbox.certbox-2 ul li {
    float: left;
    width: 50%;
}

.about-intro {
    text-align: center;
}

.pg-content.pg-about-top {
    background: #f9f9f9;
    padding: 65px 0 75px;
}

.pg-content .certbox ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    margin-right: 7px;
    color: #ffaeb6;
}

.pg-content .certbox ul li {
    margin-bottom: 2.5px
}

.header-container {
    height: 100vh;
    position: relative;
}

.services-page-intro {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -moz-align-items: center;
    -moz-justify-content: center;
    align-items: center;
    text-align: center;
    height: calc(100% - 144px);
}

.services-page-intro h1 {
  font-family: "handel-gothic",sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    font-size: 60px;
    line-height: 1;
    margin: 0 0 40px;
}

.services-page-intro p {
  font-weight: 300;
    font-size: 21px;
    color: #cbe7ff;
    line-height: 1.5;
    max-width: 1000px;
    margin: 0 auto 110px;
}
.services-page-intro p:last-child {
  margin-bottom: 0;
}

.services-page-intro section p a {
    color: #fff;
    font-size: 80px;
}

.services-page-intro section p a:hover {
    color: #cbe7ff;
}

.services-cta h2 {
    font-weight: 300;
    font-size: 28px;
    letter-spacing: -1px;
    color: #fff;
    margin: 11px 0 0;
}

.services-cta {
    padding: 35px 0;
}

.services-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border: 35px solid #f5f5f5;
  height: 100vh;
}

.services-list .services-list-left,
.services-list .services-list-right {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -moz-align-items: center;
  -moz-justify-content: center;
  align-items: center;
}

.services-list .services-list-left {
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(../i/services-bg.jpg);
  background-position: center;
  padding: 0 150px;
  text-align: center;
}
.services-list .services-list-left h2 {
    font-family: "handel-gothic",sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    font-size: 50px;
    line-height: 1;
}

.services-list .services-list-left h2:after {
    background: #f83345;
    display: block;
    margin: 10px auto 30px;
    content: "";
    width: 80px;
    height: 5px;
}

.services-list .services-list-left p {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    margin: 0 0 50px;
}

.services-list .services-list-left p:last-child {
  margin: 0;
}

.services-list .services-list-right ul {
    padding: 0;
    margin: 0;
}

.services-list .services-list-right ul li i {
    color: #f83345;
}

.services-list .services-list-right ul li {
    font-size: 25px;
    font-weight: 300;
    margin: 15px 0;
}

.pg-content .other-services h2 {
    font-size: 48px;
    line-height: 0.6;
}

.pg-content .other-services h4 {
    font-weight: 300;
    font-size: 27px;
    line-height: 1.25;
    margin: 0;
}

.pg-content .other-services h3 {
    font-size: 30px;
    margin: 30px 0 0;
}

.pg-content .other-services p {
    font-size: 20px;
    color: #666;
}

.pg-content .other-services {
    padding-right: 50px;
}

.pg-content .other-services h2 {
    font-size: 48px;
    line-height: 0.6;
}

.pg-content .other-services h4 {
    font-weight: 300;
    font-size: 27px;
    line-height: 1.25;
    margin: 0;
}

.pg-content .other-services h3 {
    font-size: 30px;
    margin: 30px 0 0;
}

.pg-content .other-services p {
    font-size: 20px;
    color: #666;
}

.pg-content .other-services {
    padding-right: 50px;
    padding-top: 35px;
}

.services-contact {
    background-color: #0a599b;
    padding: 35px 50px 50px;
    color: #fff;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 300;
}

.services-contact h2 {
    color: #FFF;
    font-size: 40px;
}

.services-contact a {
    margin: 40px 0 0;
}

.editmode .fmp,
.edit-mode .fmp {
  display: block;
}

.fmp  {
  display: none;
  width: 900px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 30px rgba(0,0,0,0.2);
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.form-modal {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
}

.form-modal .form-modal-left, .form-modal .form-modal-right {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -moz-align-items: center;
  -moz-justify-content: center;
  align-items: center;
}

.form-modal .form-modal-left {
  background-image: url(../i/bg.jpg);
}

.fmp a.closeThis {
    background: #000;
    color: #FFF;
    width: 40px;
    display: block;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    padding-left: 2px;
    position: absolute;
    z-index: 999;
    right: -20px;
    top: -20px;
}

.fmp a.closeThis:hover {
    color: #999;
    background: #666;
}

.fmp a.closeThis {
    background: #000;
    color: #FFF;
    width: 40px;
    display: block;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    padding-left: 2px;
    position: absolute;
    z-index: 999;
    right: -20px;
    top: -20px;
}

.fmp a.closeThis:hover {
    color: #999;
    background: #666;
}

.form-modal-left h2 {
    color: #a5d5ff;
    font-family: "handel-gothic",sans-serif;
    text-transform: lowercase;
}

.form-modal-left p, .form-modal-left ul {
    color: #fff;
    font-size: 19px;
}

.form-modal-left ul li {
    margin-bottom: 5px;
}

.form-modal-left ul li i {
    color: #a5d5ff;
}

.form-modal-left ul li:last-child {
    margin: 0;
}

.form-modal-left ul {
    margin: 30px 0 0;
}

.form-modal .form-modal-left, .form-modal .form-modal-right {
    padding: 50px;
}

.form-modal .form-modal-right label {
    margin: 0;
}

.form-modal .form-modal-right .form-control {
    width: 360px;
}

.form-modal .form-modal-right textarea.form-control {
    height: 100px;
}

.services-section {
    padding: 75px 0;
}

.services-section h2 {font-family: "handel-gothic",sans-serif;text-transform: lowercase;color: #0a599b;font-size: 37px;}

.services-section p {
    font-size: 22px;
    font-weight: 300;
    color: #777;
    margin: 0 0 20px;
}

.services-section ul li {
    font-size: 22px;
    font-weight: 300;
    color: #000;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 30px;
}

.services-section ul li i {
    color: #bf1e2d;
    position: absolute;
    top: 5px;
    left: 0;
}

.footer {
    padding: 30px 0;
}

.footer img {
    margin: 0 10px 20px;
}
