/* GLOBAL STYLES
	-------------------------------------------------- */
/* Scaffolding. */
html {
  position: relative;
  height: 100%;
  font-size: 14px;
}
body {
  font-family: 'Montserrat' , sans-serif;
  position: relative;
  height: 100%;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*	TYPOGRAPHY */
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p,
.p {
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 26px;
}
/* Margin Classes Starts */
.m5 {
  margin: 5px;
}
.mv5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mh5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mr5 {
  margin-right: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.mt5 {
  margin-top: 5px;
}
.m10 {
  margin: 10px;
}
.mv10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mh10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mr10 {
  margin-right: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.m15 {
  margin: 15px;
}
.mv15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mh15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mr15 {
  margin-right: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt15 {
  margin-top: 15px;
}
.m20 {
  margin: 20px;
}
.mv20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mh20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mr20 {
  margin-right: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}
.m25 {
  margin: 25px;
}
.mv25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.mh25 {
  margin-left: 25px;
  margin-right: 25px;
}
.mr25 {
  margin-right: 25px;
}
.ml25 {
  margin-left: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mt25 {
  margin-top: 25px;
}
.m30 {
  margin: 30px;
}
.mv30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mh30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mr30 {
  margin-right: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
/* Padding Classes Starts */
.p5 {
  padding: 5px;
}
.pv5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ph5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pt5 {
  padding-top: 5px;
}
.p10 {
  padding: 10px;
}
.pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ph10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pt10 {
  padding-top: 10px;
}
.p15 {
  padding: 15px;
}
.pv15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ph15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt15 {
  padding-top: 15px;
}
.p20 {
  padding: 20px;
}
.pv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ph20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt20 {
  padding-top: 20px;
}
.p25 {
  padding: 25px;
}
.pv25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.ph25 {
  padding-left: 25px;
  padding-right: 25px;
}
.pr25 {
  padding-right: 25px;
}
.pl25 {
  padding-left: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pt25 {
  padding-top: 25px;
}
.p30 {
  padding: 30px;
}
.pv30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ph30 {
  padding-left: 30px;
  padding-right: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt30 {
  padding-top: 30px;
}
/* Colors Classes */
.clr-primary {
  color: #067b84;
}
.bg-primary {
  background-color: #067b84;
}
.clr-secondary {
  color: #065584;
}
.bg-secondary {
  background-color: #065584;
}
.clr-black {
  color: #000;
}
.bg-black {
  background-color: #000;
}
.clr-white {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.clr-gray {
  color: #f5f6f8;
}
.bg-gray {
  background-color: #f5f6f8;
}
.bga-primary-3 {
  background-color: rgba(6,123,132,0.3);
}
.bga-primary-4 {
  background-color: rgba(6,123,132,0.4);
}
.bga-primary-5 {
  background-color: rgba(6,123,132,0.5);
}
.bga-primary-6 {
  background-color: rgba(6,123,132,0.6);
}
.bga-primary-7 {
  background-color: rgba(6,123,132,0.7);
}
.bga-primary-8 {
  background-color: rgba(6,123,132,0.8);
}
/*
	*	Font weights helper classes.
	*/
.fw100 {
  font-weight: 100;
}
.fw200 {
  font-weight: 200;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}
.fw-normal {
  font-weight: normal;
}
.fw-bold {
  font-weight: bold;
}
.fw-bolder {
  font-weight: bolder;
}
/* background images*/
.bg-1 {
  background: url("../img/bg1.svg");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.bg-2 {
  background: url("../img/bg2.svg");
  background-position: 90% 90%;
  background-size: 80px 15px;
  background-repeat: no-repeat;
}
.bg-3 {
  background: url("../img/bg3.svg");
  background-position: -28px -32px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.bg-4 {
  background: url("../img/bg4.svg");
  background-position: 90% 100%;
  background-size: 255px 45px;
  background-repeat: no-repeat;
}
.bg-5a {
  background: url("../img/bg5a.svg");
  background-position: 50% 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.bg-5 {
  background: url("../img/bg5.svg");
  background-position: 50% 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.bg-6 {
  background: url("../img/bg6.svg");
  background-position: 50% 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.bg-7 {
  background: url("../img/bg7.svg");
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.bg-agency-banner {
  background: url("../img/background/agency-banner.jpg");
  background-position: 50% 50%;
  background-size: cover;
}
.bg-pattern {
  background: url("../img/background/pattern.jpg") center center fixed;
  background-size: cover;
}
body {
  overflow-x: hidden;
}
/* bigger spacing*/
.mt35 {
  margin-top: 35px;
}
.mb35 {
  margin-bottom: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mb45 {
  margin-bottom: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mb55 {
  margin-bottom: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mb65 {
  margin-bottom: 65px;
}
.mt70 {
  margin-top: 70px;
}
.mb70 {
  margin-bottom: 70px;
}
.mt75 {
  margin-top: 75px;
}
.mb75 {
  margin-bottom: 75px;
}
.mt80 {
  margin-top: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.mt85 {
  margin-top: 85px;
}
.mb85 {
  margin-bottom: 85px;
}
.mt90 {
  margin-top: 90px;
}
.mb90 {
  margin-bottom: 90px;
}
.mt95 {
  margin-top: 95px;
}
.mb95 {
  margin-bottom: 95px;
}
.mt100 {
  margin-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.pt35 {
  padding-top: 35px;
}
.pb35 {
  padding-bottom: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pb45 {
  padding-bottom: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pb55 {
  padding-bottom: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.pt65 {
  padding-top: 65px;
}
.pb65 {
  padding-bottom: 65px;
}
.pt70 {
  padding-top: 70px;
}
.pb70 {
  padding-bottom: 70px;
}
.pt75 {
  padding-top: 75px;
}
.pb75 {
  padding-bottom: 75px;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
/*hover effect helpers classes*/
a:focus {
  outline: none;
}
.form-control:focus {
  border-color: #09bdcb;
  outline: 0px none;
  box-shadow: none;
}
.hover-primary {
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
          transition: 0.3s all ease-in-out;
}
.hover-primary:hover,
.hover-primary:active,
.hover-primary:focus {
  -webkit-transition: 0.3s all ease-in-out;
          transition: 0.3s all ease-in-out;
  text-decoration: none !important;
  color: #067b84;
  background-color: transparent !important;
  outline: none;
}
.hover-pointer {
  position: relative;
}
.hover-pointer:hover {
  cursor: pointer;
}
.no-decoration:hover,
.no-decoration:active,
.no-decoration:focus {
  text-decoration: none !important;
  outline: none;
}
a,
.btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-large {
  padding: 20px 40px;
  font-size: 16px;
}
.btn-medium {
  padding: 12px 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
.btn-small {
  padding: 10px 20px;
  font-size: 12px;
  font-weight: normal;
}
.btn {
  display: inline-block;
}
.btn-theme-color {
  color: #fff;
  background: #067b84;
}
.btn-theme-color:hover,
.btn-theme-color:focus {
    border: 1px solid #067b84;
    color: #067b84;
    background: transparent;
}
.btn-theme-border-color {
  border: 1px solid #067b84;
  color: #067b84;
  background: transparent;
}
.btn-theme-border-color:hover,
.btn-theme-border-color:focus {
  border: 1px solid #067b84;
  background: #067b84;
  color: #fff;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
nav.navbar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
nav.navbar .navbar-brand {
  font-size: 16px;
  font-weight: 600;
  color: #067b84;
  width: 160px;
  height: 52px;
}
nav.navbar ul.navbar-nav li.nav-item a.nav-link {
  font-size: 16px;
  /*font-weight: 500;*/
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  color: #067b84;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #333;
}
nav.navbar ul.navbar-nav li:last-child > a {
  margin-right: 0 !important;
  padding-right: 0;
}
nav.navbar ul.navbar-nav li.active a.nav-link {
  color: #333;
}
nav.affix {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  background-color: #fff !important;
}
nav.bg-white {
  -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
@media (max-width: 991px) {
  header nav.bg-transparent,
  header nav.bg-white {
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    background-color: #fff !important;
  }
  header nav.bg-transparent .navbar-collapse,
  header nav.bg-white .navbar-collapse {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header nav.bg-transparent .navbar-collapse ul.navbar-nav,
  header nav.bg-white .navbar-collapse ul.navbar-nav {
    margin-top: 8px;
  }
  header nav.bg-transparent .navbar-collapse ul.navbar-nav li.nav-item a.nav-link,
  header nav.bg-white .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    border-top: 1px solid #f0f0f0;
    padding: 10px 0;
  }
  header nav.bg-transparent .navbar-collapse.show,
  header nav.bg-white .navbar-collapse.show {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media (min-width: 992px) {
  nav.bg-transparent {
    height: 80px;
  }
  nav.affix {
    height: 72px !important;
  }
}
/* Common Styles*/
a:active,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #067b84;
}
.seprator-circle {
  position: relative;
}
.seprator-circle .circle {
  position: relative;
  display: inline-block;
  height: 7.2px;
  width: 7.2px;
  background-color: #065584;
  margin-right: 5px;
  border-radius: 50%;
}
.seprator-circle.secondary .circle {
  background-color: #065584;
}
.seprator-circle.primary .circle {
  background-color: #067b84;
}
.va-center .circle {
  bottom: 4px;
}
/*------------------------------------------------------------------
page heading
------------------------------------------------------------------*/
h2.heading {
  margin-top: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
}
p.main-desc {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
  color: #333;
}
h2.heading-alt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #065584;
}
/*------------------------------------------------------------------
hero section
------------------------------------------------------------------*/
.banner {
  background-color: #f2f2f2;
}
.banner .dots-top {
  margin-top: 40px;
  margin-bottom: 50px;
}
.banner .banner-title h1 {
  font-size: 40px;
  font-weight: 400;
  color: #065584;
  line-height: 48px;
}
.banner .banner-title p.slogan {
  font-size: 18px;
  color: #262626;
}
@media (max-width: 991px) {
  .banner .dots-top {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .banner .banner-title h1 {
    font-size: 35px;
    line-height: 41px;
  }
  .banner .banner-title p.slogan {
    font-size: 17px;
  }
  .banner .pt-lg {
    padding-top: 30px;
  }
  .banner .md-mb30 {
    margin-bottom: 30px;
  }
}
/*------------------------------------------------------------------
about
------------------------------------------------------------------*/
.about {
  position: relative;
  background-color: #f9f9f9;
}
.about p.big {
  font-size: 18px;
  font-weight: 500;
  color: #065584;
}
.about p.big span {
  font-weight: 700;
}
/*------------------------------------------------------------------
contact form
------------------------------------------------------------------*/
.form-box {
  background-color: #f2f2f2;
  padding: 30px;
}
.form-group {
  margin-bottom: 0;
}
.form-box .form-control {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  /*max-width: 290px;*/
}
.form-box .form-control:focus {
  border-radius: 3px;
  border: 1px solid #067b84;
  color: #b2b2b2;
}
.form-box .btn {
  border-radius: 3px;
  width: 147px;
}
/*.form-box form {
  padding: 0 30px 30px;
}*/
@media (max-width: 470px) {
  .form-box {
    padding: 30px 15px;
  }
  /*.form-box form {
    padding: 0 0 30px;
  }*/
}
/*------------------------------------------------------------------
download
------------------------------------------------------------------*/
.download {
  background-color: #f9f9f9;
}
.download p.subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #065584;
}
.download a.link {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
}
.download a.link:hover {
  color: #067b84;
}
.download .ls0 {
  letter-spacing: -0.4px;
}
@media (max-width: 991.9px) {
  .image-panel {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/*------------------------------------------------------------------
footer
------------------------------------------------------------------*/

footer {
    background-color: #222;
    font-size: 16px;
    color: rgb(237, 248, 253);
    padding: 15px 0px;
  text-align: right;
}



/* superform css */
.sFthanks {
  display: none;
}
.sFthanks h1 {
  font-size: 16px;
}
#sFFooter {
  display: none;
}
.sFSection .form-group {
  margin-bottom: 20px;
}
.sFSection {
  background: transparent !important;
  font-family: inherit !important;
  max-width: 290px;
  margin: 30px auto 0 auto;
}
.sFSection input, .sFSection textarea, .sFSection select {
  margin: 0 auto;
}

.sFSection .form-group label {
  text-align: left;
}
.sFsubmit.btn-primary {
  background-color: transparent !important;
  color: #067b84;
  border: 1px solid #067b84 !important;
}
.sFsubmit.btn-primary:hover {
  border: 1px solid #067b84  !important;
  background: #067b84  !important;
  color: #fff;
}