.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 165px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 1px 10px;
   background-color: transparent;
}
.navbar .navbar-expand-lg .navbar-dark .ftco_navbar .bg-dark .ftco-navbar-light .dropdown-content{
    /* background-color: #043cce; */
    /* color: #043cce; */
}
.ftco-navbar-light .navbar-nav > .collapse .navbar-collapse > .nav-item > .nav-link > .dropdown-content {
    /* background-color: #043cce; */
}

.ftco-navbar-light .scrolled .awake .nav-link .dropdown-content {
    background-color: #fff;
}

.dropdown-content a {
    color: #000;
    padding: 6px 18px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.ftco-navbar-light {
    background: transparent !important;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
}

@media screen and (max-width: 991px) {
    .ftco-navbar-light {
        background: transparent !important;
        top: 0;
        position: relative;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover,
ftco-navbar-light .navbar-nav > .nav-item > .nav-link:active {
    transform: scale(1.2);
    transition: all .3s;

}

@media screen and (max-width: 960px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-cta a {
    color: #fff;
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 960px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 960px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
        display: none;
    }
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
}

@media screen and (max-width: 768px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media screen and (max-width: 576px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light.scrolled .nav-link {
    /* padding-top: 0.7rem !important; */
    padding-bottom: 0.7rem !important;
    color: #000 !important;
}


.ftco-navbar-light.scrolled .nav-link.active {
    color: #000 !important;
}

.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled .navbar-brand {
    color: #000;
}

.navbar-brand {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.bg-image,
.ftco-cover {
    background-size: cover;
    background-repeat: no-repeat;
}

.ftco-cover {
    background-position: center center;
}

.ftco-cover .ftco-heading {
    font-size: 45px;
    line-height: 1.34;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .ftco-cover .ftco-heading {
        font-size: 37px;
        line-height: 1.3;
    }
}

.ftco-cover .ftco-subheading,
.ftco-cover p {
    color: #fbfbfb;
}

.follow-text {
    color: whitesmoke;
}

@media screen and (max-width: 768px) {
    .ftco-cover .btn {
        width: 100% !important;
        border: 1px solid red;
    }
}

.ftco-cover a {
    position: relative;
    color: #fff;
}

.ftco-cover a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4586FF;
    height: 2px;
    content: " ";
}

.ftco-cover.overlay {
    position: relative;
}

.ftco-cover.overlay:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*
.ftco-slant {
  position: relative;
  overflow: hidden;

    width: 120%;
    height: 200px;
    left: -3%;
    background: #f2f2f2;
    transform: rotate(3deg);
    content: "";
    position: absolute;
    bottom: -100px; }

    */

@media screen and (max-width: 960px) {
    .ftco-slant:after {
        bottom: -150px;
    }
}

@media screen and (max-width: 768px) {
    .ftco-slant:after {
        bottom: -170px;
    }
}

.ftco-slant.ftco-slant-white:after {
    background: #fff;
}

.ftco-slant.ftco-slant-dark:after {
    background: #263135;
}

.ftco-uppercase {
    letter-spacing: .1em;
    font-size: 30px;
}

.btn {
    border-radius: 4px;
    padding: 20px 30px;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.btn.btn-sm {
    padding: 10px 20px;
    font-size: 12px;
}

.btn:before {
    display: none;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-primary {
    background: #4586FF;
    border-color: #4586FF;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    border-color: #1265ff;
    background: #1265ff;
}

.btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.2);
    background: none;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #000;
}

/*
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 55px;
    background: none !important;
    color: #000 !important;
    font-size: 18px;
}
*/

.form-control:focus,
.form-control:active {
    border: 1.5px solid #047bf8;
    color: #495057;
    background-color: #fff;
}



.content-box {
    display: block;
    background-color: #f2f4f8;
  }
.element-wrapper {
    padding-bottom: 2rem;
  }
.content-box {
  vertical-align: top;
  padding: 2rem 4.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content-box > .element-wrapper:first-child {
  padding-top: 0px !important;
}

.element-wrapper .element-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.element-wrapper .element-header:after {
  content: "";
  background-color: #047bf8;
  width: 25px;
  height: 4px;
  border-radius: 0px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0px;
}

.element-wrapper .element-inner-header {
  margin-bottom: 0.5rem;
  margin-top: 0px;
  display: block;
}

.element-wrapper .element-inner-desc {
  color: #999;
  font-weight: 300;
  font-size: 0.81rem;
  display: block;
}

.element-wrapper .element-search {
  position: relative;
}

.element-wrapper .element-search:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'osfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 15px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  content: "\e92c";
  color: rgba(0, 0, 0, 0.2);
}

.element-wrapper .element-search input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f1f1f1;
  border-radius: 30px;
  padding: 10px 15px 10px 50px;
  display: block;
  width: 100%;
  outline: none;
}

.element-wrapper .element-search input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.element-wrapper .element-search input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.element-wrapper .element-search input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.element-wrapper .element-search input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.element-box {
    display: block;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 1rem;
    padding: 1.5rem 3.5rem;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  }
.element-box .element-box-header {
  color: #046fdf;
  margin-bottom: 1rem;
}

.form-desc {
    color: #999;
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 0.9rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
}
.form-group {
    margin-bottom: 1rem;
}
fieldset {
    margin-top: 2rem;
}
legend {
    font-size: 0.99rem;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: #047bf8;
}
label {
    margin-bottom: 4px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3E4B5B;
}
.form-control {
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #dde2ec;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 40px;
/*    background: none !important;*/
/*    color: #000 !important;*/
/*    font-size: 18px;*/
}
 input {
    overflow: visible;
}
