@font-face {
  font-family: 'Myriad Pro';
  src: url(/assets/MyriadPro-Regular-4a39d2e8ba987a3662befb34ca62959f5b61b922acb2e3fcfa369fe8bf7d4841.eot);
  src: url(/assets/MyriadPro-Regular-4a39d2e8ba987a3662befb34ca62959f5b61b922acb2e3fcfa369fe8bf7d4841.eot?#iefix) format("embedded-opentype"), url(/assets/MyriadPro-Regular-e4e7af84e018c23b21f11ebb17355e9b810036177c82e71457d5a2a2f43edfa6.woff2) format("woff2"), url(/assets/MyriadPro-Regular-1f7618840287ba68234c72f942560b8f7026e94bec22307ab3e2da2db48f1639.woff) format("woff"), url(/assets/MyriadPro-Regular-eae3200d29e752f936180458180fa38fac788f2736b1841f0623611edb07ddbe.ttf) format("truetype"), url(/assets/MyriadPro-Regular-34c9c2438288c78de3aa129718d34582860d95d1f99bd39de9a626f5fef868b7.svg#MyriadPro-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: 0 solid;
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

input:focus, button:focus, textarea:focus, a:focus {
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 700; }

p:last-child {
  margin-bottom: 0; }

body {
  font-family: 'Cabin', sans-serif; }

.header-area {
  padding: 17px 0; }

.header-right a, .wlc-buttons a {
  background: #d76527;
  color: #fff;
  display: inline-block;
  width: 200px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s ease 0s; }

.header-right a:hover {
  background: #0e3a5e; }

.welcome-hero-area {
  background: url(/assets/hero-bg-48d712915a8bd1959deb544891059800e19a55941d08495ad1e80da65622b51f.png) no-repeat scroll center center/cover;
  padding-top: 90px;
  position: relative;
  height: 880px; }

.wlc-content h1 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 40px; }

.wlc-content h1 strong {
  color: #d76527; }

.wlc-content p {
  color: #acc4d8;
  font-size: 20px;
  line-height: 33px;
  padding: 0 8%;
  margin: 0; }

.wlc-buttons {
  margin-top: 50px; }

.wlc-buttons p {
  color: #fff;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 20px; }

.wlc-buttons a {
  height: 60px;
  width: 304px;
  font-size: 20px;
  border-radius: 15px;
  line-height: 58px;
  display: block;
  margin: 0 auto;
  background-image: -moz-linear-gradient(0deg, #d76527 0%, #eb7737 100%);
  background-image: -webkit-linear-gradient(0deg, #d76527 0%, #eb7737 100%);
  background-image: -ms-linear-gradient(0deg, #d76527 0%, #eb7737 100%);
  box-shadow: 0px 5px 15px 0px rgba(216, 102, 40, 0.2);
  transition: all 0.3s ease 0s; }

.wlc-buttons a:hover, .featured-content .wlc-buttons a:hover, .services-bottom .wlc-buttons a:hover {
  background-image: -moz-linear-gradient(0deg, #eb7737 0%, #d76527 100%);
  background-image: -webkit-linear-gradient(0deg, #eb7737 0%, #d76527 100%);
  background-image: -ms-linear-gradient(0deg, #eb7737 0%, #d76527 100%); }

.wlc-buttons span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
  display: inline-block; }

.welcome-hero-area .col-lg-10 {
  position: static; }

.wlc-macbook {
  position: absolute;
  bottom: -220px;
  margin-left: -558.5px;
  left: 50%; }

.featured-area {
  padding-top: 300px;
  padding-bottom: 50px; }

/**/
.section-title {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 35px; }

.section-title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 40px;
  background: #f1501d;
  border-radius: 2px;
  content: ""; }

.section-title h2 {
  font-size: 50px;
  color: #0e3a5e;
  font-weight: 400;
  margin-bottom: 40px; }

.section-title h2 strong {
  color: #d76527; }

.section-title p {
  font-size: 24px;
  color: #2b608b; }

.featured-content p {
  color: #d76527;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 20px; }

.featured-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-content: center; }

.featured-content ul li {
  position: relative;
  padding-left: 48px;
  display: block;
  flex: 0 0 50%;
  color: #0e3a5e;
  font-weight: 700;
  margin-bottom: 20px; }

.featured-content ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 34px;
  width: 34px;
  background-color: #d76527;
  content: "";
  border-radius: 50%;
  opacity: 0.10;
  transform: translateY(-50%); }

.featured-content ul li::after {
  background-image: url(/assets/check-7f69e383edae68a9097f75b9636a5e2894b6d7992790e048a149213eabf3d016.png);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  left: 10.5px;
  top: 4px; }

.featured-content .wlc-buttons {
  margin-top: 30px; }

.featured-content .wlc-buttons a, .services-bottom .wlc-buttons a {
  margin: inherit;
  background-image: -moz-linear-gradient(0deg, #d76527 0%, #eb7737 100%);
  background-image: -webkit-linear-gradient(0deg, #d76527 0%, #eb7737 100%);
  background-image: -ms-linear-gradient(0deg, #d76527 0%, #eb7737 100%);
  box-shadow: 0px 5px 15px 0px rgba(216, 102, 40, 0.2);
  transition: all 0.3s ease 0s; }

.featured-content .wlc-buttons span, .services-bottom .wlc-buttons span {
  color: rgba(14, 58, 94, 0.6);
  display: block;
  width: 300px;
  text-align: center;
  margin-top: 12px; }

/**/
.database-featured-area {
  background-image: -moz-linear-gradient(45deg, white 0%, #e9ecf4 100%);
  background-image: -webkit-linear-gradient(45deg, white 0%, #e9ecf4 100%);
  background-image: -ms-linear-gradient(45deg, white 0%, #e9ecf4 100%);
  position: relative;
  z-index: 9;
  min-height: 714px;
  overflow: hidden; }

.database-featured-area::after {
  position: absolute;
  left: 0;
  bottom: -90px;
  height: 220px;
  width: 100%;
  background: #fff;
  content: "";
  z-index: 1;
  transform: skewY(5deg); }

.database-featured-area .col-lg-5 {
  z-index: 99; }

.database-featured-image, .security-image {
  position: relative;
  z-index: 1; }

.database-featured-image::before, .database-featured-image::after, .security-image::before, .security-image::after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 618px;
  width: 618px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(45deg, white 0%, #d2d6e3 100%);
  background-image: -webkit-linear-gradient(45deg, white 0%, #d2d6e3 100%);
  background-image: -ms-linear-gradient(45deg, white 0%, #d2d6e3 100%);
  content: "";
  z-index: -1;
  transform: translate(-50%, -50%); }

.database-featured-image::before, .security-image::before {
  background-image: -moz-linear-gradient(45deg, white 0%, #dcdfe9 100%);
  background-image: -webkit-linear-gradient(45deg, white 0%, #dcdfe9 100%);
  background-image: -ms-linear-gradient(45deg, white 0%, #dcdfe9 100%);
  width: 928px;
  height: 928px; }

.security-image::before {
  background-image: -moz-linear-gradient(90deg, white 0%, #dcdfe9 100%);
  background-image: -webkit-linear-gradient(90deg, white 0%, #dcdfe9 100%);
  background-image: -ms-linear-gradient(90deg, white 0%, #dcdfe9 100%);
  left: 42%; }

.security-image::after {
  background-image: -moz-linear-gradient(45deg, #d2d6e3 0%, white 100%);
  background-image: -webkit-linear-gradient(45deg, #d2d6e3 0%, white 100%);
  background-image: -ms-linear-gradient(45deg, #d2d6e3 0%, white 100%);
  left: 42%; }

.database-featured-area .section-title {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 35px; }

.database-featured-area .section-title::before {
  bottom: auto;
  top: 0; }

.database-featured-content.featured-content ul li {
  font-weight: normal;
  padding-left: 32px; }

.database-featured-content.featured-content ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 19px;
  width: 19px;
  background: url(/assets/database-check-65cfc5c1d4e03756d04956195632c357c1b41a182e7ad57944f447d73cb98162.png);
  content: "";
  transform: translateY(-50%);
  opacity: 1; }

.database-featured-content.featured-content ul li::before {
  content: none; }

/**/
.our-services-area {
  padding-bottom: 50px; }

.services-content h2 {
  font-size: 50px;
  color: #0e3a5e; }

.services-content p {
  color: #2b608b;
  font-size: 20px;
  line-height: 33px; }

.single-service-featured h5 {
  font-size: 18px;
  color: #0e3a5e;
  margin: 10px 0 0; }

.services-featured {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.single-service-featured {
  flex: 0 0 33.33%;
  margin-top: 30px; }

.services-featured p {
  color: #2b608b;
  font-size: 16px;
  font-style: italic;
  margin-top: 10px; }

.services-bottom {
  padding-top: 30px;
  margin-top: 25px;
  position: relative; }

.services-bottom p {
  font-size: 24px;
  color: #0e3a5e;
  line-height: 36px;
  margin: 0; }

.services-bottom::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 40px;
  background: #f1501d;
  border-radius: 2px;
  content: ""; }

.services-bottom .wlc-buttons a {
  margin: initial; }

.services-bottom .wlc-buttons {
  margin-top: 22px; }

/**/
.our-security-area {
  background-image: -moz-linear-gradient(90deg, white 0%, #e9ecf4 100%);
  background-image: -webkit-linear-gradient(90deg, white 0%, #e9ecf4 100%);
  background-image: -ms-linear-gradient(90deg, white 0%, #e9ecf4 100%);
  padding: 80px 0;
  overflow: hidden; }

.our-security-content h2 {
  color: #0e3a5e;
  font-size: 48px;
  margin: 0 0 25px; }

.our-security-content h2 strong, .our-security-content h3 {
  color: #d76527; }

.our-security-content h3 {
  margin-bottom: 20px; }

.our-security-content p {
  color: #0e3a5e;
  font-size: 18px;
  line-height: 30px; }

.our-security-content ul {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 10px 28.5px 1.5px rgba(12, 26, 55, 0.1); }

.our-security-content ul li {
  color: #0e3a5e;
  font-size: 16px;
  border-bottom: 1px solid rgba(172, 196, 216, 0.5);
  padding: 10px 0px 10px 45px;
  position: relative; }

.our-security-content ul li:last-child {
  border-bottom: 0px; }

.our-security-content ul li span {
  font-size: 13px;
  color: #819db4; }

.our-security-content ul li::before {
  position: absolute;
  left: 30px;
  top: 50%;
  height: 5px;
  width: 5px;
  content: "";
  background: #d76527;
  border-radius: 50%;
  transform: translateY(-50%); }

.our-security-content {
  position: relative;
  z-index: 99; }

/**/
.cta-banner {
  background: url(/assets/cta-bg-e87245d1057b27e96efd3aa96cef84706e6edd45f68e6d38535917649e7e77cd.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 490px;
  padding-left: 125px;
  background-position: center center; }

.cta-banner-inner h3 {
  font-size: 40px;
  color: #fff; }

.cta-banner-inner {
  width: 50%;
  margin-top: -28px; }

.cta-banner-inner a {
  display: inline-block;
  border-radius: 15px;
  background-image: -moz-linear-gradient(0deg, #d76527 0%, #eb7737 100%);
  background-image: -webkit-linear-gradient(0deg, #d76527 0%, #eb7737 100%);
  background-image: -ms-linear-gradient(0deg, #d76527 0%, #eb7737 100%);
  box-shadow: 0px 5px 15px 0px rgba(216, 102, 40, 0.2);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 300px;
  text-align: center;
  height: 60px;
  line-height: 58px;
  transition: all 0.3s ease 0s; }

.cta-banner-inner a:hover {
  background-image: -moz-linear-gradient(0deg, #eb7737 0%, #d76527 100%);
  background-image: -webkit-linear-gradient(0deg, #eb7737 0%, #d76527 100%);
  background-image: -ms-linear-gradient(0deg, #eb7737 0%, #d76527 100%); }

.cta-banner-inner span {
  width: 300px;
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-top: 6px; }

.cta-banner-inner span img, .wlc-buttons span img {
  margin-top: -4px;
  margin-right: 5px; }

/**/
.newslatter-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(43, 96, 139, 0.2);
  padding-bottom: 90px;
  margin-bottom: 70px;
  margin-top: 100px; }

.subscription-content h2 {
  font-size: 50px;
  color: #0e3a5e;
  font-family: 'Myriad Pro';
  font-weight: normal; }

.subscription-content p {
  font-size: 20px;
  color: #2b608b;
  line-height: 33px;
  font-family: 'Myriad Pro'; }

.subscription-content p a {
  color: #e97636; }

.subscription-content {
  flex: 0 0 65%;
  margin-right: 8%; }

/*footer*/
.footer-area {
  background: url(/assets/footer-bg-7564a2f08562c0ec7c5328de3dd4806c8e3d9e02c51113ef0e5a4bac74dc9d6a.png) no-repeat scroll center center/cover;
  min-height: 402px;
  padding-bottom: 50px; }

.footer-menu {
  text-align: right; }

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer-menu ul li {
  display: inline-block;
  border-right: 1px solid #2b608b;
  line-height: 1; }

.footer-menu ul li:last-child {
  border-right: 0; }

.footer-menu ul li a {
  display: block;
  color: #2b608b;
  font-size: 14px;
  padding: 0 12px; }

.footer-copyright p {
  color: rgba(43, 96, 139, 0.5);
  margin: 0;
  font-size: 13px; }

/*login page*/
.welcome-hero-area.wlc-signup.d-flex {
  padding-top: 30px;
  min-height: 1200px;
  background: url(/assets/hero-bg2-3d3a330819a86a66bc6336d00d2da0d6b3090f88bfdec9740bcbcdb79cec46ac.png); }

.wlc-signup-inner a {
  margin-bottom: 40px;
  display: inline-block; }

.wlc-signup-inner h1 strong {
  color: #d76527; }

.wlc-signup-inner h1 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px; }

.wlc-signup-inner p {
  font-size: 20px;
  color: #acc4d8; }

.wlc-signup-form {
  background: #fff;
  padding-left: 145px;
  padding-right: 145px;
  padding-top: 40px;
  padding-bottom: 50px;
  border-radius: 15px;
  box-shadow: 0px 20px 47.5px 2.5px rgba(14, 58, 94, 0.25);
  margin-top: 45px;
  text-align: center; }

.wlc-signup-form .form-control {
  border-width: 1px;
  border-color: #cbd6e2;
  border-style: solid;
  border-radius: 3px;
  background-color: #f5f8fa;
  height: 58px; }

.form-group.form-check a {
  color: #d76527;
  text-decoration: underline; }

.form-group.form-check {
  text-align: left;
  color: #7a7e87; }

.wlc-signup-form input[type="submit"] {
  border-radius: 15px;
  background-image: -moz-linear-gradient(0deg, #d76527 0%, #eb7737 100%);
  background-image: -webkit-linear-gradient(0deg, #d76527 0%, #eb7737 100%);
  background-image: -ms-linear-gradient(0deg, #d76527 0%, #eb7737 100%);
  box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16);
  height: 65px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  border: 0px solid; }

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .wlc-content h1 {
    margin-bottom: 26px; }
  .footer-area {
    min-height: 340px; }
  .featured-content ul li {
    font-size: 14px;
    margin-bottom: 25px; }
  .wlc-signup-form {
    padding-left: 100px;
    padding-right: 100px; } }

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .wlc-macbook {
    bottom: -110px;
    margin-left: -383.5px; }
  .featured-area {
    padding-top: 170px; }
  .database-featured-area .row {
    flex-direction: column-reverse; }
  .database-featured-area {
    padding-top: 60px; }
  .database-featured-area::after {
    height: 138px; }
  .service-image {
    margin-top: 50px; }
  .cta-banner-inner {
    width: 85%; }
  .cta-banner {
    height: 415px;
    padding-left: 60px; }
  .newslatter-area {
    margin-top: 50px; }
  .footer-area {
    min-height: 258px; }
  footer.footer-area .row .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

/* small mobile :320px. */
@media (max-width: 767px) {
  .welcome-hero-area {
    padding-top: 45px;
    height: auto;
    padding-bottom: 50px; }
  .wlc-macbook {
    position: static;
    bottom: 0;
    margin-left: auto;
    margin-top: 30px; }
  .wlc-content h1 {
    font-size: 38px;
    margin-bottom: 30px; }
  .wlc-buttons {
    margin-top: 30px; }
  .featured-area {
    padding-top: 50px; }
  .section-title h2, .services-content h2, .our-security-content h2 {
    font-size: 38px;
    margin-bottom: 30px; }
  .featured-content ul {
    display: block; }
  .featured-content ul li {
    margin-bottom: 25px; }
  .featured-image {
    margin-top: 55px; }
  .database-featured-area .row {
    flex-direction: column-reverse; }
  .database-featured-area {
    min-height: auto;
    padding-top: 50px; }
  .database-featured-area::after {
    height: 120px; }
  .our-security-area {
    padding-top: 40px; }
  .cta-banner {
    text-align: center;
    padding: 0 15px;
    height: 430px; }
  .cta-banner-inner {
    width: 100%; }
  .cta-banner-inner h3 {
    font-size: 33px;
    color: #fff; }
  .newslatter-area {
    display: block;
    margin-top: 50px;
    text-align: center; }
  .subscription-content h2 {
    font-size: 36px; }
  .subscription-content {
    flex: 0 0 100%;
    margin-right: 0%;
    margin-bottom: 35px; }
  .footer-logo {
    text-align: center;
    margin-bottom: 18px; }
  .service-image {
    margin-top: 45px; }
  .security-image {
    position: relative;
    z-index: 1;
    margin-top: 55px; }
  .newslatter-area {
    padding-bottom: 50px;
    margin-bottom: 50px; }
  .footer-area {
    min-height: 320px;
    padding-bottom: 30px; }
  /**/
  .wlc-signup-form {
    padding-left: 20px;
    padding-right: 20px; }
  .wlc-signup-form .form-group.row .col-sm-4:last-child .form-control {
    margin-bottom: 0; }
  .wlc-signup-form .form-group.row .form-control {
    margin-bottom: 15px; }
  .wlc-signup-inner h1 {
    font-size: 38px; } }

/* Large Mobile :480px. */
