.a-hide-content {
  text-indent: -9999px;
  overflow: hidden;
}
.hide {
  display: none;
}
@font-face {
  font-family: Microsoft_yahei;
  src: url(../fonts/微软vista雅黑.ttf);
}
*,
::after,
::before {
  box-sizing: content-box;
}
body {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  color: #000;
  background: #f5f7f8;
  line-height: 1;
}
a {
  color: #85b2fe;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #448dfe;
  color: white;
  transition: all 0.4s;
}
.back-to-top i:hover {
  background: white;
  color: #448dfe;
}
.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height: 85px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  background: white;
}
.flex-container img {
  width: 50%;
}
.flex-item {
  margin: auto;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 28px 0;
}
@media (max-width: 1200px) {
  #header .nav-menu > ul > li {
    padding: 0 0 0 15px;
  }
}
#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo a span {
  color: #ffc451;
}
#header .logo img {
  max-height: 40px;
}
@media (max-width: 992px) {
  #header {
    width: 100%;
    background-color: #151515;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul {
  display: flex;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 0 0 0 28px;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}
.nav-menu .active a,
.nav-menu a:hover {
  color: #00aaff;
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(130%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #151515;
}
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: white;
  background: #448dfe;
}
.nav-menu .drop-down > a:after {
  content: "\ea99";
  padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(70%);
}
.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  position: absolute;
  right: 15px;
}
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
/*--------------------------------------------------------------
# Get Started
--------------------------------------------------------------*/
.get-started-btn,
.get-started-btn1 {
  font-weight: 600;
  border-radius: 4px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  margin-left: 17px;
  width: 90px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #08125a;
}
.get-started-btn:hover,
.get-started-btn1:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #08125a;
}
@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 7px 20px 8px 20px;
  }
}
@media (max-width: 991px) {
  .top-menu-buttons {
    display: none;
  }
  #header {
    padding: 18px 0;
  }
}
/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 24px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  color: #fff;
}
.mobile-nav {
  position: fixed;
  top: 55px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  background: #000000a1;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  text-align: center;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: white;
  padding: 20px 20px;
  font-weight: normal;
  outline: none;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: white;
  text-decoration: none;
  background: #448efe7e;
}
.mobile-nav .drop-down > a:after {
  content: "\ea99";
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: url("../img/ban1.png") top center;
  background-size: auto 100%;
  height: 751px;
  padding: 0;
}
#hero .container {
  position: relative;
  padding-top: 255px;
  text-align: left;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: lighter;
  line-height: 66px;
  color: #fff;
  padding-top: 30px;
}
#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 18px;
  line-height: 40px;
}
.hero-btn {
  width: 78px;
  height: 26px;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  background: transparent;
  border-radius: 5px;
  margin-top: 14px;
  border: 1px solid #ffffff;
  margin-bottom: 40px;
  font-weight: 300;
}
.hero-btn:hover {
  color: black;
  background: white;
}
@media (max-width: 768px) {
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.drop-down-btn {
  background: #f1f1f1;
  border: none;
  color: #448dfe;
}
.dropdown-black-btn {
  background: #0a1633;
  color: white;
  padding: 0px 40px;
  border: none;
}
.dropdown-black-btn-small {
  background: #0a1633;
  color: white;
  padding: 10px 40px;
  border: none;
}
/*--------------------------------------------------------------
# Hero Extend
--------------------------------------------------------------*/
.hero-extend {
  background: #fff;
  width: 1198px;
  margin: -34px auto 0;
  text-align: center;
  padding-top: 23px;
  border: 1px solid #dad9d9;
}
.hero-extend .row {
  margin: 0;
}
.hero-extend .row .col-lg-3 {
  padding: 0;
}
@media (max-width: 1200px) {
  .hero-extend {
    width: 960px;
  }
}
.smallcard-text {
  padding-top: 20px;
  padding-left: 10px;
}
.small-card h2 {
  font-size: 24px;
  color: #2342c8;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 42px;
}
.small-card p {
  font-size: 20px;
  color: #696a6b;
  text-align: center;
  margin-bottom: 0;
  line-height: 36px;
  padding-bottom: 22px;
}
.hero-extend1 {
  width: 90%;
  text-align: center;
  margin: -34px auto 0;
  padding-top: 20px;
}
.hero-extend1 .row {
  margin: 0;
  padding: 0;
}
.hero-extend1 .row > div {
  padding: 0;
}
.small-card1 {
  padding: 10px 20px;
  display: flex;
  background: white;
  margin-bottom: 20px;
}
.small-card1 h2 {
  font-size: 24px;
  color: #2342c8;
  text-align: center;
  font-weight: bold;
}
.small-card1 p {
  font-size: 20px;
  color: #696a6b;
  text-align: center;
}
.pre-main {
  background: transparent;
}
.icon-img {
  height: 90px;
}
@media (max-width: 992px) and (min-width: 786px) {
  .small-card1 {
    padding: 20px 35px;
  }
  .small-card1 .icon-img {
    margin-right: 20px;
  }
}
.ml {
  margin-left: 30px;
  margin-right: 30px;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-title {
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 100px;
  height: 100px;
  color: #000000;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.card {
  width: 100%;
  border: 1px solid #dcdbdb;
}
.card-head {
  text-align: center;
  background: #448dfe;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 24px;
  transition: 0.3s;
}
.card-head h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
}
.card-head h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.card-body {
  text-align: center;
  padding: 16px 16px 0;
}
.card-body p {
  color: #252e33;
  font-size: 18px;
  line-height: 30px;
  padding-left: 19px;
  margin-bottom: 0;
}
.card-body hr {
  margin-top: 9px;
  margin-bottom: 9px;
  border-top: 1px solid #dedede;
}
.card-body .card-link {
  color: #448dfe;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 0;
  padding-left: 19px;
}
.card-body .card-money {
  color: #0c1350;
  font-size: 22px;
  line-height: 50px;
  padding-left: 50px;
}
.card-body .card-money span {
  color: #da0167;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}
.card-body h5 {
  color: #0e1551;
  font-size: 18px;
  line-height: 30px;
  padding-left: 20px;
  text-align: left;
  position: relative;
}
.card-body h5 strong {
  position: absolute;
  left: 122px;
  top: 0;
  font-weight: bold;
  font-size: 22px;
}
.card-body h5:nth-child(2) {
  padding-bottom: 9px;
}
.card-body p {
  color: #717171;
  text-align: left;
}
.card-body a {
  text-align: left;
}
.card-link a:hover {
  color: #151515;
}
.card-btn {
  margin-top: 10px;
  border-radius: 5px;
  border: none;
  width: 192px;
  height: 44px;
  color: #ffffff;
  font-size: 18px;
  line-height: 44px;
  background-color: #448dfe;
  transition: 0.3s;
}
.card-btn:hover {
  background-color: #0c1350;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 26px;
}
.clients .container {
  margin: 0 auto 0;
}
@media (min-width: 1218px) {
  .clients .container {
    width: 1218px;
    max-width: 1218px;
    padding: 0;
  }
}
.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.clients .owl-item .card {
  margin: 0 9px;
  height: 524px;
}
.clients .owl-item .card:hover .card-head {
  background: #0c1350;
}
.clients .owl-item img {
  width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.clients .owl-item img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.clients .owl-nav,
.clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 233px;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: unset;
}
.owl-carousel .prev-slide {
  background: url(../img/left-arrow.png) no-repeat center center;
  background-size: contain;
  height: 40px;
  width: 40px;
  left: -50px;
}
.owl-carousel .next-slide {
  background: url(../img/right-arrow.png) no-repeat center center;
  background-size: contain;
  height: 40px;
  width: 40px;
  right: -50px;
}
.owl-carousel .next-slide,
.owl-carousel .prev-slide {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.owl-carousel .next-slide:hover,
.owl-carousel .prev-slide:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media (max-width: 768px) {
  .owl-carousel .prev-slide {
    left: -25px;
  }
  .owl-carousel .next-slide {
    right: -25px;
  }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding: 0 0 70px;
}
.services .section-title {
  padding-bottom: 0;
}
.services .container {
  width: 1220px;
}
.services .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}
.services .icon-box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  padding: 45px 0 40px;
  transition: all ease-in-out 0.3s;
  border: 1px solid #dad9d9;
  border-radius: 10px;
  width: 100%;
  position: relative;
  background: #fff;
  margin: 0 10px 0;
}
.services .icon-box::after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 16px;
  top: 17px;
  width: 30px;
  height: 7px;
  background: #4366ff;
  border-radius: 5px;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  margin-top: 60px;
}
.services .icon-box .icon .img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 70px;
  width: 70px;
}
.services .icon-box .icon .img.tua1 {
  background: url("../img/tua1.png") center center;
  background-size: 100% 100%;
}
.services .icon-box .icon .img.tua2 {
  background: url("../img/tua2.png") center center;
  background-size: 100% 100%;
}
.services .icon-box .icon .img.tua3 {
  background: url("../img/tua3.png") center center;
  background-size: 100% 100%;
}
.services .icon-box .icon .img.tua4 {
  background: url("../img/tua4.png") center center;
  background-size: 100% 100%;
}
.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-top: 15px;
  line-height: 30px;
  margin-bottom: 30px;
  font-size: 22px;
}
.services .icon-box h4 a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 22px;
  color: #000000;
}
.services .icon-box h4 a:hover {
  color: #448dfe;
}
.services .icon-box p {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  background: #4366ff;
}
.services .icon-box:hover::after {
  background: #fff;
}
.services .icon-box:hover h4 a {
  color: #ffffff;
}
.services .icon-box:hover p {
  color: #fff;
}
.services .icon-box:hover .img.tua1 {
  background: url("../img/tu1.png") center center;
  background-size: 100% 100%;
}
.services .icon-box:hover .img.tua2 {
  background: url("../img/tu2.png") center center;
  background-size: 100% 100%;
}
.services .icon-box:hover .img.tua3 {
  background: url("../img/tu3.png") center center;
  background-size: 100% 100%;
}
.services .icon-box:hover .img.tua4 {
  background: url("../img/tu4.png") center center;
  background-size: 100% 100%;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: url("../img/ban2.png") center center;
  background-size: auto 100%;
  height: 470px;
  padding: 40px 0 0;
}
.cta .row > div {
  padding: 0;
}
.cta .row-right::after {
  content: "";
  display: block;
  clear: both;
}
.cta .row-right .cta-para5 {
  margin-top: 30px;
}
.cta .row-right .cta-para3 {
  float: right;
  width: 355px;
}
.cta .row-right .cta-para4 {
  float: right;
  width: 355px;
}
.cta .cta-para1 {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  padding-left: 30px;
  margin-top: 48px;
  margin-bottom: 0;
}
.cta .cta-para2 {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  padding-left: 30px;
  margin-bottom: 0;
  width: 300px;
}
.cta h3 {
  color: #ffffff;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
}
.cta p {
  color: #fff;
}
.cta-para {
  font-size: 14px;
  padding-left: 30px;
}
/*--------------------------------------------------------------
# Company Icons - mobile view
--------------------------------------------------------------*/
.col-3 .img-responsive {
  width: 80%;
}
.col-4 .img-responsive {
  width: 60%;
}
.companies-icons {
  width: 100%;
  margin: 0px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0a1633;
  padding: 0 ;
  color: #6d7792;
  font-size: 14px;
}
#footer .container {
  padding: 0 ;
  max-width: 1080px;
}
#footer .container .row {
  margin: 0 auto;
}
#footer .container .row > div {
  padding: 0 ;
}
#footer .footer-top {
  background: #0a1633;
  padding: 0 0 100px 0;
}
#footer .footer-top .row {
  padding-top: 30px;
}
#footer .footer-top .flex-container {
  background: #0a1633;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #253049;
  height: 58px;
}
#footer .footer-top .flex-container a {
  transition: 0.3s;
  color: #5b647e;
}
#footer .footer-top .flex-container a:hover {
  color: #eaebec;
}
#footer .footer-top .footer-info {
  margin-bottom: 18px;
}
#footer .footer-top .footer-info p {
  margin-top: 20px;
}
#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  color: #6d7792;
}
#footer .footer-top .social-links a {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
}
#footer .footer-top .social-links a:nth-child(1) {
  background: url("../img/43.jpg") center left;
  background-size: auto 100%;
}
#footer .footer-top .social-links a:nth-child(2) {
  background: url("../img/43.jpg") center right;
  background-size: auto 100%;
}
#footer .footer-top .social-links a img {
  width: 90%;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: inherit;
  color: #fff;
  position: relative;
  padding-bottom: 18px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #6d7792;
  font-size: 14px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #6d7792;
  font-size: 14px;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: lighter;
}
.urls {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}
.urls-bg {
  background: white;
  padding: 20px;
  border: 1px solid #d0cece;
}
#urls2 {
  display: none;
}
#btn-1,
#btn-2 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  color: #444444;
  border: 1px solid #d0cece;
  border-bottom: none;
  width: 100%;
  margin: 0px;
  padding: 5px 0px;
}
#btn-1.on,
#btn-2.on,
#btn-1:hover,
#btn-2:hover {
  background: #00aaff;
  color: #ffffff;
}
table {
  font-size: 12px;
  width: 100%;
  margin-top: 20px;
}
table tr {
  width: 100%;
  text-align: center;
}
table tr th {
  background: #f1f1f1;
}
table tr th,
td {
  border: 1px solid #d0cece;
  padding: 10px;
  font-weight: 400;
}
#urls .container {
  padding: 0px;
}
#urls .container .row {
  margin: 0px;
}
.long-text p {
  font-size: 16px;
}
.long-bg {
  background: white;
  padding: 50px;
  border: 1px solid #d0cece;
}
.long-img {
  width: 100%;
}
.long-cards-bg {
  background: white;
  padding: 50px;
  border: 1px solid #d0cece;
}
.cards {
  margin-bottom: 60px;
}
.cards-head h1 {
  color: white;
  text-align: center;
  width: 100%;
  height: 100px;
  padding-top: 7%;
  font-size: 18px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.cards-body {
  padding: 30px;
  border: 1px solid #d0cece;
  margin-top: 0px;
}
.cards-body p {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
}
.small-cards {
  border: 1px solid #d0cece;
  width: 100%;
  display: flex;
  padding: 25px 10px;
}
.small-cards-text {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .small-cards-text {
    margin-left: 0px;
  }
}
.small-cards-text h1 {
  padding-top: 15px;
  font-size: 24px;
}
.small-cards-text p {
  margin-bottom: 7px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .small-cards {
    text-align: center;
    display: inline-block;
    padding: 25px 10px;
    border: 1px solid #d0cece;
  }
}
.small-cards1 {
  border: 1px solid #d0cece;
  background: white;
  width: 100%;
  display: flex;
  padding: 25px;
  margin-left: 10px;
  margin-right: 10px;
}
.small-cards-text h1 {
  padding-top: 10px;
  font-size: 20px;
  color: #448dfe;
}
.small-cards-text p {
  margin-bottom: 7px;
  font-size: 14px;
  color: #717171;
}
@media (max-width: 1200px) {
  .small-cards1 {
    text-align: center;
    display: inline-block;
    padding: 25px 10px;
    border: 1px solid #d0cece;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.white-card {
  padding: 20px 30px;
  margin-top: 30px;
  margin-bottom: 0px;
  background-color: white;
}
.white-card-s1 {
  display: flex;
  width: 80%;
  margin: auto;
}
.white-card-s1 p {
  font-size: 24px;
  margin-top: 10%;
  padding-left: 12%;
  color: #aaaaaa;
}
.white-card-s1 img {
  height: 80px;
}
.white-card-text p {
  height: 40px;
  margin: 0px;
}
.white-card-text {
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.left-text {
  text-align: left;
}
form.example input[type=text] {
  border-radius: 20px;
  padding: 5px;
  font-size: 12px;
  border: 1px solid grey;
  float: left;
  width: 90%;
  background: #f1f1f1;
  margin-left: 5%;
}
form.example button {
  margin-left: -40px;
  float: left;
  width: 20%;
  padding: 5px;
  background: transparent;
  color: black;
  font-size: 12px;
  border: none;
  border-left: none;
  cursor: pointer;
}
form.example button:hover {
  background: #0b7dda;
}
form.example::after {
  content: "";
  clear: both;
  display: table;
}
#menu1 img {
  width: 30px;
  margin-right: 10px;
}
.block {
  padding-left: 20px;
  padding-right: 20px;
}
table tr td {
  background: #ffffff;
}
@media (max-width: 1200px) {
  .flex-container {
    padding: 0;
  }
  #footer .container {
    padding: 0 30px;
    width: auto;
  }
}
.vertical .container {
  box-sizing: border-box;
  width: 100%;
}
.vertical #clients {
  padding-left: 20px;
  padding-right: 20px;
}
.vertical #clients .container {
  padding: 0;
}
.vertical #cta h3 {
  padding-left: 30px;
}
.vertical #cta .col-sm-2 {
  display: none;
}
.vertical #cta .cta-para1 {
  margin-top: 15px;
}
.vertical #cta .cta-para3,
.vertical #cta .cta-para4 {
  float: left;
}
.vertical #services .container {
  width: 100%;
}
.vertical #footer {
  text-align: center;
}
.vertical #footer .col-md-1,
.vertical #footer .footer-links {
  display: none;
}
.vertical #footer .social-links a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}



.nav-menu .act200909>div>div{
  position:  absolute;
  width: 460px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  top: 68px;
  left: -152px;
  justify-content: center;
  display: none;
}

.nav-menu .act200909>div:hover div{
  display: flex;
}

.nav-menu .act200909>div>div:after{
    content: "";
    position: absolute;
    top: -33px;
    left: 50%;
    margin-left: -62px;
    width: 100px;
    height: 36px;
}
.nav-menu .act200909>div>div a{
  margin: 0 20px;
}

@media (max-width: 1200px) {
  .nav-menu .act200909>div>div{
    left: -165px;
  }
}