@charset "UTF-8";
body * > :not(i) {
  font-family: "Muli", sans-serif;
}

button:focus, input:focus, select:focus, textarea:focus {
  outline: none;
  box-shadow: none;
}

button {
  display: block;
  cursor: pointer;
  border: 2px solid;
  padding: 0.75rem 1.75rem;
  background: transparent;
  text-transform: capitalize;
  border-color: #ffffff;
}
button.w-large {
  padding: 0.5rem 2rem;
}
button.primary {
  background: #00529c;
  border-color: #00529c;
  color: white;
}
button.primary > i {
  color: #ffffff;
}
button.primary:hover {
  background: transparent;
  color: #00529c;
}
button.primary:hover > i {
  color: #00529c;
}
button.primary.outlined {
  background: transparent;
  color: #00529c;
  border-color: #00529c;
}
button.primary.outlined > i {
  color: #1e252d;
}
button.primary.outlined:hover {
  color: white;
  background: #00529c;
}
button.primary.outlined:hover > i {
  color: #212121;
}
button.secondary {
  color: white;
  background: #1e252d;
  border-color: #1e252d;
}
button.secondary > i {
  color: #00529c;
}
button.secondary:hover {
  color: #1e252d;
  background: transparent;
}
button.secondary:hover > i {
  color: #1e252d;
}
button.secondary.outlined {
  background: transparent;
  color: #1e252d;
}
button.secondary.outlined > i {
  color: #1e252d;
}
button.secondary.outlined:hover {
  color: white;
  background: #1e252d;
}
button.secondary.outlined:hover > i {
  color: #212121;
}
button.with-dark.primary:hover {
  color: whitesmoke;
}
button.with-dark.primary:hover > i {
  color: whitesmoke;
}
button.skew {
  z-index: 1;
  border: none;
  position: relative;
  padding: 0.75rem 2.5rem;
  color: #1e252d;
}
button.skew:after, button.skew:before {
  content: "";
  position: absolute;
  transform: skew(-15deg);
}
button.skew:after {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #757575, whitesmoke, #eeeeee, whitesmoke, #9e9e9e);
}
button.skew:before {
  z-index: -1;
  top: 0.35rem;
  left: 0.35rem;
  width: calc(100% - .7rem);
  height: calc(100% - .7rem);
  background: #ffffff;
}
button.skew:hover:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
button.default > i {
  color: #ffffff;
}
button.default:hover {
  color: #00529c;
  background: #ffffff;
}
button.default:hover > i {
  color: #00529c;
}

.font-family-primary {
  font-family: "Saira Extra Condensed", sans-serif;
}

.font-family-secondary, .primary-input.bg-input::-ms-input-placeholder, textarea.bg-input::-ms-input-placeholder, .primary-input.bg-input::-moz-placeholder, textarea.bg-input::-moz-placeholder, .primary-input.bg-input::-webkit-input-placeholder, textarea.bg-input::-webkit-input-placeholder, .primary-input.bg-input::placeholder, textarea.bg-input::placeholder, .primary-input.bg-input, textarea.bg-input {
  font-family: "Muli", sans-serif;
}

.text-dark {
  color: #424242;
}

.trans, .f-call, .footer-call, .footer-social, .footer-link, .header-call, .custom-nav-dropdown .custom-dropdown-menu .dropdown-link:after, header .custom-nav .custom-nav-link a, .link-hover.default, .link-hover.primary, button, button.skew:before {
  -webkit-transition: linear 0.25s;
  -moz-transition: linear 0.25s;
  -ms-transition: linear 0.25s;
  -o-transition: linear 0.25s;
  transition: linear 0.25s;
}

.trans-2x {
  -webkit-transition: linear 0.5s;
  -moz-transition: linear 0.5s;
  -ms-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  transition: linear 0.5s;
}

.rounded {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.rounded-half {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.rounded-2x {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.text-uppercase {
  text-transform: uppercase;
}

.mx-auto, .service-icon {
  margin: auto;
}

.bg-image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-image.contain {
  -webkit-background-size: contain;
  background-size: contain;
}
.bg-image.contain.left {
  background-position: left center;
}
.bg-image.contain.right {
  background-position: right center;
}
.bg-image.full-size {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.bg-image.auto {
  -webkit-background-size: auto;
  background-size: auto;
}

.custom-owl-nav .owl-nav .owl-prev, .custom-owl-nav .owl-nav .owl-next {
  top: 40%;
  width: 35px;
  height: 35px;
  color: #ffffff !important;
  font: normal normal normal 14px/1 FontAwesome !important;
}
.custom-owl-nav .owl-nav .owl-prev span, .custom-owl-nav .owl-nav .owl-next span {
  display: none;
}
.custom-owl-nav .owl-nav .owl-prev.disabled, .custom-owl-nav .owl-nav .owl-next.disabled {
  cursor: not-allowed;
}
.custom-owl-nav .owl-nav .owl-prev:before, .custom-owl-nav .owl-nav .owl-next:before {
  font-size: 35px;
}
.custom-owl-nav .owl-nav .owl-prev {
  left: -8px;
}
@media (min-width: 1023px) {
  .custom-owl-nav .owl-nav .owl-prev {
    left: -28px;
  }
}
.custom-owl-nav .owl-nav .owl-prev:before {
  content: "";
}
.custom-owl-nav .owl-nav .owl-next {
  right: -12px;
}
@media (min-width: 1023px) {
  .custom-owl-nav .owl-nav .owl-next {
    right: -28px;
  }
}
.custom-owl-nav .owl-nav .owl-next:before {
  content: "";
}

.custom-owl-dots .owl-dots {
  right: 45%;
  width: auto;
  bottom: 10px;
  justify-content: flex-start;
}
.custom-owl-dots .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border: 2px solid #00529c !important;
}
.custom-owl-dots .owl-dots .owl-dot.active {
  background: #212121 !important;
  border: 2px solid #212121 !important;
}

.owl-dots-white .owl-dots .owl-dot {
  border-color: whitesmoke !important;
}
.owl-dots-white .owl-dots .owl-dot.active {
  background: whitesmoke !important;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.z-index-1 {
  z-index: 1;
}

.overlay {
  position: relative;
}
.overlay * {
  z-index: 1;
}
.overlay:after {
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.overlay.light, .overlay.light * {
  color: #000000;
}
.overlay.light:after {
  background: rgba(245, 245, 245, 0.85);
}
.overlay.light.light-2x:after {
  background: rgba(250, 250, 250, 0.95);
}
.overlay.dark, .overlay.dark * {
  color: #ffffff;
}
.overlay.dark:after {
  background: rgba(22, 27, 34, 0.65);
}
.overlay.dark.gradient:after {
/*   background: linear-gradient(90deg, #424E5B05 25.54%, rgba(255, 255, 255, 0) 63.51%), rgba(23, 32, 41, 0.5647058824); */
	 background: linear-gradient(90deg, rgba(66,78,91,0.5) 25.54%, rgba(255, 255, 255, 0) 63.51%), rgba(23, 32, 41, 0.5647058824);
}
.overlay.dark.dark-2x:after {
  background: rgba(22, 27, 34, 0.85);
}
.overlay.multiply:after {
  mix-blend-mode: multiply;
}
.overlay.primary, .overlay.primary * {
  color: #ffffff;
}
.overlay.primary:after {
  background: rgba(0, 82, 156, 0.75);
}
.overlay.secondary, .overlay.secondary * {
  color: #ffffff;
}
.overlay.secondary:after {
  background: rgba(30, 37, 45, 0.75);
}
.overlay .caption {
  z-index: 1;
  display: flex;
}
@media (min-width: 768px) {
  .overlay .caption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

.custom-shadow, header.shrink-nav {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
}

.flex-center, .icon-container, .service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-input, textarea {
  width: 100%;
  font-size: 16px;
  padding: 0.35rem 0.75rem;
  background: transparent;
  text-transform: capitalize;
  color: #eeeeee;
  font-family: "Saira Extra Condensed", sans-serif;
  border: 1px solid #eeeeee;
}
.primary-input option, textarea option {
  color: #212121 !important;
  font-family: "Saira Extra Condensed", sans-serif;
}
.primary-input::placeholder, textarea::placeholder {
  font-size: 17px;
  text-transform: capitalize;
  color: #eeeeee;
  font-family: "Saira Extra Condensed", sans-serif;
}
.primary-input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 17px;
  text-transform: capitalize;
  color: #eeeeee;
  font-family: "Saira Extra Condensed", sans-serif;
}
.primary-input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 17px;
  text-transform: capitalize;
  color: #eeeeee;
  font-family: "Saira Extra Condensed", sans-serif;
}
.primary-input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 17px;
  text-transform: capitalize;
  color: #eeeeee;
  font-family: "Saira Extra Condensed", sans-serif;
}
.primary-input.bg-input, textarea.bg-input {
  background: #003880;
  border-color: #003880;
}
.primary-input.bg-input-default, textarea.bg-input-default {
  background: whitesmoke;
  color: #424242;
  border-color: #eeeeee;
}
.primary-input.bg-input-default::placeholder, textarea.bg-input-default::placeholder {
  color: #212121;
}
.primary-input.bg-input-default::-webkit-input-placeholder, textarea.bg-input-default::-webkit-input-placeholder {
  color: #212121;
}
.primary-input.bg-input-default::-moz-placeholder, textarea.bg-input-default::-moz-placeholder {
  color: #212121;
}
.primary-input.bg-input-default::-ms-input-placeholder, textarea.bg-input-default::-ms-input-placeholder {
  color: #212121;
}
.primary-input.bg-input-default > option, textarea.bg-input-default > option {
  background: white;
  color: #000;
}

.primary-bg {
  background: #00529c;
}
.primary-bg, .primary-bg * {
  color: #ffffff;
}

.primary-head {
  color: #00529c !important;
}

.secondary-head {
  color: #1e252d !important;
}
.secondary-head.dark {
  color: #12161c;
}

.secondary-bg {
  background: #1e252d !important;
}
.secondary-bg, .secondary-bg * {
  color: #ffffff;
}

.lh-default {
  line-height: 24px;
}

.rounded-half-max {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.custom-nav {
  padding: 0;
}
.custom-nav, .custom-nav * {
  text-transform: capitalize;
}
.custom-nav .custom-nav-link, .custom-nav .custom-nav-dropdown {
  list-style: none;
  padding: 0.35rem 0.85rem;
}
.custom-nav .custom-nav-dropdown {
  cursor: pointer;
  position: relative;
}
.custom-nav .custom-nav-dropdown .custom-dropdown-menu {
  top: 100%;
  left: auto;
  padding: 0;
  width: 100%;
  display: none;
  position: absolute;
}
.custom-nav .custom-nav-dropdown .custom-dropdown-menu .dropdown-link {
  list-style: none;
  padding: 0.5rem 0.75rem;
}
.custom-nav .custom-nav-dropdown:hover .custom-dropdown-menu {
  display: flex;
  flex-wrap: wrap;
}

.pointer, .footer-call, .footer-social {
  cursor: pointer;
}

@media (min-width: 1201px) {
  .rounded-sm-half {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
.after-border {
  position: relative;
}
.after-border:after {
  left: 0;
  width: 50%;
  height: 2px;
  content: "";
  position: absolute;
}
.after-border.top:after {
  top: -5px;
}
.after-border.bottom:after {
  bottom: -5px;
}
.after-border.left:after {
  top: 10%;
  width: 2px;
  height: 50%;
}
.after-border.right:after {
  top: 10%;
  right: 0;
  width: 2px;
  height: 50%;
  left: unset;
}
.after-border.primary:after {
  background: #00529c;
}
.after-border.secondary:after {
  background: #1e252d;
}

.h-max-100vh {
  max-height: 100vh;
}

.h-min-100vh {
  min-height: 100vh;
}

.rounded-circle, .service-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.primary-bg-fade {
  background: rgba(0, 82, 156, 0.85);
  color: #ffffff;
}

.white-bg-fade {
  background: rgba(238, 238, 238, 0.85);
  color: rgba(0, 0, 0, 0.87);
}

.link-hover.primary {
  color: rgba(0, 82, 156, 0.85);
}
.link-hover.primary:hover {
  color: #004b94;
}
.link-hover.default {
  color: rgba(245, 245, 245, 0.85) !important;
}
.link-hover.default:hover {
  color: #fafafa !important;
}

.skew-head {
  z-index: 0;
  position: relative;
  padding: 15px !important;
}
.skew-head:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: skew(-20deg);
}
.skew-head.primary {
  color: #ffffff;
}
.skew-head.primary:after {
  background: #00529c;
}
.skew-head.secondary {
  color: #ffffff;
}
.skew-head.secondary:after {
  background: #1e252d;
}

.main {
  position: relative;
}

.sidebar {
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 28%;
  padding: 25px 12.5px;
  position: absolute;
  background-size: 100% 100%;
}
.sidebar.without-data {
  padding: 35px 0;
}
.sidebar .sidebar-review-head {
  position: relative;
}
.sidebar .sidebar-review-head:after {
  bottom: 0;
  width: 80%;
  left: 0.5rem;
  height: 3px;
  content: "";
  position: absolute;
  background-color: whitesmoke;
}
.sidebar .sidebar-review, .sidebar .career-review {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 0.25rem !important;
}
.sidebar .icon-container img {
  max-height: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .sidebar {
    width: 100%;
    padding: 1rem;
    position: inherit;
  }
  .sidebar .sidebar-review, .sidebar .career-review {
    max-height: 400px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sidebar {
    width: 80%;
    margin: auto;
    position: inherit;
  }
  .sidebar .sidebar-review, .sidebar .career-review {
    max-height: 400px !important;
  }
}
header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background: #ffffff;
}
header .custom-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  list-style: none;
  position: relative;
  border: 4px solid #00529c;
  border-left-width: 0px;
  border-right-width: 0px;
  justify-content: space-between;
}
header .custom-nav:after, header .custom-nav:before {
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #1e252d;
}
header .custom-nav:after {
  top: 0.25rem;
}
header .custom-nav:before {
  bottom: 0.25rem;
}
header .custom-nav .custom-nav-link {
  padding: 1rem;
  text-transform: capitalize;
  font-family: "Muli", sans-serif;
}
header .custom-nav .custom-nav-link a {
  color: #00529c;
  font-size: 19px;
}
header .custom-nav .custom-nav-link a:hover {
  color: #1e252d;
}
header .custom-nav .custom-nav-link.active-link {
  position: relative;
}
header .custom-nav .custom-nav-link.active-link a {
  color: #1e252d;
}
header .custom-nav .custom-nav-link.active-link:after {
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 3px;
  position: absolute;
  background: #1e252d;
}
.custom-nav-dropdown {
  padding: 1rem !important;
  text-transform: capitalize;
}
.custom-nav-dropdown .dropdown {
  font-size: 19px;
  position: relative;
  color: #00286e;
  font-family: "Muli", sans-serif;
}
.custom-nav-dropdown .dropdown:hover {
  color: #1e252d;
}
.custom-nav-dropdown .custom-dropdown-menu {
  min-width: 215px;
  background: #1e252d;
}
.custom-nav-dropdown .custom-dropdown-menu .dropdown-link {
  width: 100%;
  position: relative;
}
.custom-nav-dropdown .custom-dropdown-menu .dropdown-link a {
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Saira Extra Condensed", sans-serif !important;
}
.custom-nav-dropdown .custom-dropdown-menu .dropdown-link:after {
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  bottom: -10px;
  position: absolute;
  background: #00529c;
  bottom: 0;
}
.custom-nav-dropdown .custom-dropdown-menu .dropdown-link:hover:after {
  width: 100%;
}

.header-call:hover {
  opacity: 0.75;
}
.header-call {
  opacity: 1;
  filter: contrast(136%) drop-shadow(1px 6px 10px #aea5a5);
  -webkit-filter: contrast(136%) drop-shadow(1px 6px 10px #aea5a5);
  -moz-filter: contrast(136%) drop-shadow(1px 6px 10px #aea5a5);
}

.sidenav {
  width: 100%;
  z-index: 9999;
}
@media (min-width: 575px) {
  .sidenav {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .sidenav {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .sidenav {
    width: 23%;
  }
}
.sidenav .side-nav-menu .sidenav-dropdown {
  padding: 1rem 0.75rem;
}
.sidenav .side-nav-menu .sidenav-dropdown .sidenav-dropdown-menu {
  padding: 0.5rem 0;
  display: none;
}
.sidenav .side-nav-menu .sidenav-dropdown .sidenav-dropdown-menu .dropdown-link {
  padding: 0.5rem 0;
  list-style: none;
}
.sidenav .side-nav-menu .sidenav-dropdown .dropdown, .sidenav .side-nav-menu .sidenav-dropdown .sidenav-dropdown-menu .dropdown-link a {
  font-size: 25px;
  color: #00529c;
  font-family: "Muli", sans-serif;
}
.sidenav .side-nav-menu .side-nav-link {
  padding: 1rem 0.75rem;
}
.sidenav .side-nav-menu .side-nav-link a {
  font-size: 25px;
  color: #00529c;
  font-family: "Muli", sans-serif;
}

.request {
  z-index: 999;
  width: 24%;
  right: 7px;
  position: fixed;
  background-color: #1e252d;
}

.request-form-main .request-form .request-input {
  width: 100%;
  border: 0px;
  color: whitesmoke;
  padding: 0.55rem 0;
  min-height: 25px;
  border-radius: 0px;
  background: transparent;
  border-bottom: 2px solid #eeeeee;
}
.request-form-main .request-form .request-input::-webkit-input-placeholder {
  color: whitesmoke;
  font-family: "Muli", sans-serif;
}
.request-form-main .request-form .request-input::-ms-input-placeholder {
  color: whitesmoke;
  font-family: "Muli", sans-serif;
}
.request-form-main .request-form .request-input::-moz-placeholder {
  color: whitesmoke;
  font-family: "Muli", sans-serif;
}

.logos {
  border: 3px solid #00529c;
}

.selling-head {
  padding: 1.25rem 2.5rem;
}
@media (min-width: 767px) {
  .selling-head {
    margin-top: -70px;
  }
}

.service-icon {
  width: 30px;
  height: 30px;
  font-size: 11px;
  background: #12161c;
  border: 2px solid #00529c;
}

.footer-link {
  font-weight: 500;
  position: relative;
  color: #757575;
}
.footer-link:after {
  left: 0.5rem;
  bottom: 0px;
  content: "";
  width: 80%;
  height: 2px;
  position: absolute;
  background: #1e252d;
}
.footer-link:hover {
  color: #1e252d;
}

.footer-social {
  font-size: 35px;
  color: #323e4c;
}
.footer-social:hover {
  color: #0a0c0e;
}

.footer-call {
  color: #006dcf;
}
.footer-call:hover {
  color: #003769;
}

.f-call {
  color: #ffffff;
  opacity: 0.75;
}
.f-call:hover {
  opacity: 1;
}

.banner-section-page .caption {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner-section-page .caption .caption-head {
  padding: 10px 30px;
  position: relative;
}
.banner-section-page .caption .caption-head:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00529c;
  transform: skew(-20deg) rotate3d(-29, 9, -5, 3deg);
}
@media (max-width: 766px) {
  .banner-section-page .caption .caption-head {
    background: #00529c;
  }
  .banner-section-page .caption .caption-head:after {
    content: unset;
  }
}

.icon-container {
  width: 45px;
  height: 45px;
}

.lh-default-2 {
  line-height: 1;
}

@media (min-width: 767px) and (max-width: 1023px) {
  .lh-md-none {
    line-height: normal;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .request {
    width: 100%;
    position: initial;
  }

  .banner-section-main {
    background: #1e252d;
  }
}

/*# sourceMappingURL=style.css.map */
@media (max-width:767px){.stamp-img{/*margin:auto;*/}}
.fa-chevron-down{cursor:pointer;}
.unoque-icon-container {text-align: center;}
.unoque-icon-container img{width:70%;height:auto !important;}
@media (min-width:768px){.unoque-icon-container img{width:100%;}}
@media (min-width:1024px){.about-serve .unoque-icon-container img{width:80% !important;}}
@media(min-width:1200px){.unoque-icon-container img{width:75%;}
	.about-serve .unoque-icon-container img{width:60% !important;}}
@media(min-width:1600px){.unoque-icon-container img{width:60%;}
	.about-serve .unoque-icon-container img{width:45% !important;}}
@media(min-width:1850px){.unoque-icon-container img{width:45%;}
	.about-serve .unoque-icon-container img{width:38% !important;}}
/*form*/
.gform_wrapper .gfield_required{display:none;}
#gform_wrapper_4,#gform_wrapper_3,#gform_wrapper_1,#gform_wrapper_2{margin:0 !important;width:100%;}
#gform_wrapper_1 input[type=text],#gform_wrapper_1 select,#gform_wrapper_1 textarea,#gform_wrapper_2 input[type=text],#gform_wrapper_2 select,#gform_wrapper_2 textarea
{width: 100%;font-size: 16px;padding: 0.35rem 0.75rem;background: transparent;text-transform: capitalize;color: #eeeeee;font-family: "Saira Extra Condensed", sans-serif;border: 1px solid #eeeeee;}
.gform_wrapper .gform_footer{text-align:center;margin:0 !important;}
#gform_submit_button_1,#gform_submit_button_2{padding: 0.5rem 2rem;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;font-size: 18px !important;-webkit-transition: linear 0.25s;-moz-transition: linear 0.25s;-ms-transition: linear 0.25s;-o-transition: linear 0.25s;transition: linear 0.25s;display: block;cursor: pointer;border: 2px solid #ffffff;background: transparent;text-transform: capitalize;margin:auto;}
#gform_submit_button_1:hover,#gform_submit_button_2:hover{color: #00529c;background: #ffffff;}
@media(max-width:767px){#gform_submit_button_1,#gform_submit_button_2,#gform_submit_button_3{width:60%;}}
@media(min-width:768px){#gform_wrapper_1,#gform_wrapper_2,#gform_wrapper_3,#gform_wrapper_4{padding-left:16px;}.gform_validation_error #gform_fields_1 {height: 200px;overflow-y: scroll;}.gform_validation_error #gform_fields_3,.gform_validation_error #gform_fields_4 {height: 250px;overflow-y: scroll;
}}
.gform_wrapper .top_label .gfield_label{display:none !important;}
.validation_error,#gform_wrapper_3 .validation_error {color: #fff !important;}
.thank-btn{padding: 0.5rem 2rem;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;font-size: 18px !important;-webkit-transition: linear 0.25s;-moz-transition: linear 0.25s;-ms-transition: linear 0.25s;-o-transition: linear 0.25s;transition: linear 0.25s;cursor: pointer;border: 2px solid #00529c;background: #00529c;text-transform: capitalize;margin:auto;color:#fff !important;}
.thank-btn:hover{color:#00529c !important;background:#fff;}

#gform_wrapper_3 input[type=text],#gform_wrapper_3 select,#gform_wrapper_3 textarea,#gform_wrapper_4 input[type=text],#gform_wrapper_4 select,#gform_wrapper_4 textarea{
width: 100%;border: 0px;color: whitesmoke;padding:5px 0;min-height: 25px;border-radius: 0px;background: transparent;border-bottom: 2px solid #eeeeee;font-size:15px;
}
#gform_submit_button_3,#gform_submit_button_4{background:#fff;z-index: 1;border:5px solid #9e9e9e;padding: 0.75rem 2.5rem; color: #1e252d;display: block;cursor: pointer;text-transform: uppercase;font-size: 20px !important;font-weight: bold;font-family: "Muli", sans-serif;-webkit-transition: linear 0.25s;-moz-transition: linear 0.25s; -ms-transition: linear 0.25s; -o-transition: linear 0.25s; transition: linear 0.25s;transform: skew(-20deg);margin:0 auto;
}
#gform_submit_button_3:hover,#gform_submit_button_4:hover{border-color:#fff !important;background:#fff}
textarea::placeholder {color: whitesmoke;
font-family: "Muli", sans-serif;}