.header-wrapper .top1-wrapper ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.btn-2, .btn-1 {
  border: 1px solid #fff;
  background: transparent;
  text-align: center !important;
  padding: 16px 30px;
  min-width: 170px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
  z-index: 10;
  transition: all 0.2s ease-in-out 0s;
}

.btn-2:after, .btn-1:after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  transition: all 0.4s;
}

body {
  color: #1d1e20;
  font-family: "DM Sans", sans-serif;
}

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

.top5 {
  margin-top: 5px;
}

.top10 {
  margin-top: 10px;
}

.top15 {
  margin-top: 15px;
}

.top20 {
  margin-top: 20px;
}

.top25 {
  margin-top: 25px;
}

.top30 {
  margin-top: 30px;
}

.top35 {
  margin-top: 35px;
}

.top40 {
  margin-top: 40px;
}

.top45 {
  margin-top: 45px;
}

.top50 {
  margin-top: 50px;
}

.section-space {
  padding-top: 120px;
}

.colorpc {
  color: #ae0000;
}

.colorsc {
  color: #230090;
}

.btn-1 {
  border-color: #ae0000;
  color: #ffffff;
}
.btn-1:after {
  background: #ae0000;
}
.btn-1:hover {
  background: #ae0000;
  color: #fff;
}

.btn-2 {
  border-color: #ffffff;
  color: #ae0000;
}
.btn-2:after {
  background: #fff;
}
.btn-2:hover {
  background: #fff;
  color: #ae0000;
}

.header-wrapper .logo {
  border-right: 1px solid #ae0000;
  height: 140px;
  display: table;
}
.header-wrapper .logo div {
  display: table-cell;
  vertical-align: middle;
}
.header-wrapper .top1-wrapper {
  padding: 10px 15px;
  background: #ae0000;
}
.header-wrapper .top1-wrapper ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  color: #fff;
}
.header-wrapper .top1-wrapper ul li span {
  margin-right: 5px;
  font-size: 12px;
}
.header-wrapper .top1-wrapper ul li a {
  color: #fff;
}
.header-wrapper .top2-wrapper .navbar-default {
  background-color: transparent;
  border: 0px;
  margin-bottom: 0px;
}
.header-wrapper .top2-wrapper .navbar-default .navbar-nav > .active > a, .header-wrapper .top2-wrapper .navbar-default .navbar-nav > .active > a:focus, .header-wrapper .top2-wrapper .navbar-default .navbar-nav > .active > a:hover {
  color: #ae0000;
  background: transparent;
}
.header-wrapper .top2-wrapper .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
.header-wrapper .top2-wrapper .navbar-nav > li {
  margin: 0px 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.header-wrapper .top2-wrapper .navbar-nav > li:first-child {
  margin-left: 0px;
}
.header-wrapper .top2-wrapper .nav > li > a:first-child {
  padding-left: 0px;
}
.header-wrapper .top2-wrapper .nav-adjust {
  margin-top: 21px;
}
.header-wrapper .top2-wrapper .navbar-default .navbar-nav > li > a {
  color: #000;
}

.banner-wrapper {
  position: relative;
}
.banner-wrapper img {
  border-top-left-radius: 200px;
  width: 95%;
  float: right;
}
.banner-wrapper .caption-box {
  position: absolute;
  background-color: #230090;
  color: #ffffff;
  width: 680px;
  height: 373px;
  top: 50%;
  transform: translateY(-50%);
  left: 16.5%;
  opacity: 1;
  border-bottom-right-radius: 200px;
  padding: 46px 50px;
}
.banner-wrapper .caption-box p {
  font-size: 16px;
}
.banner-wrapper .caption-box .uppercasecaption {
  text-transform: uppercase;
}
.banner-wrapper .caption-box h1 {
  font-size: 40px;
  font-weight: bold;
}

.ribbon-banner {
  background: #ae0000;
  border-bottom-left-radius: 200px;
  padding: 5px;
}

.right-heading h2 {
  font-size: 36px;
}
.right-heading .subheading {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #230090;
}
.right-heading .right-text {
  font-size: 18px;
  margin-top: 9px;
}

.center-heading {
  text-align: center;
}
.center-heading h2 {
  font-size: 36px;
}
.center-heading .subheading {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #230090;
}

.section1 {
  background: #EFFDFC;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom-left-radius: 200px;
}
.section1 .box-service-wrapper {
  margin-top: 50px;
}
.section1 .box-service-wrapper .box-service {
  float: left;
  padding: 54px 50px 60px 40px;
  margin-bottom: 10px;
  border-radius: 3px 3px 100px 3px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.section1 .box-service-wrapper .box-service h3 {
  font-weight: bold;
}
.section1 .box-service-wrapper .box-service p {
  font-size: 16px;
}
.section1 .box-service-wrapper .icons-link {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffeded;
  color: #ae0000;
  border-radius: 100%;
  float: right;
}

.section2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section2 .box-type-wrapper {
  margin-top: 50px;
}
.section2 .box-type-wrapper .main-img {
  border-radius: 70px 0px 0px 0px;
}
.section2 .box-type-wrapper .box-service {
  float: left;
  padding: 33px 18px 28px 30px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.section2 .box-type-wrapper .box-service a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.2s ease-in-out 0s;
}
.section2 .box-type-wrapper .box-service a:hover {
  text-decoration: none;
  color: #333;
}
.section2 .box-type-wrapper .box-service h3 {
  font-weight: bold;
}
.section2 .box-type-wrapper .box-service p {
  font-size: 16px;
}
.section2 .box-type-wrapper .icons-link {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffeded;
  color: #ae0000;
  border-radius: 100%;
  float: right;
}

.d-flex-wrapper {
  display: flex;
}
.d-flex-wrapper .img-wrapper {
  width: 50%;
}
.d-flex-wrapper .img-wrapper img {
  border-radius: 150px 0px 0px 150px;
}
.d-flex-wrapper .captionwrapper {
  background: #EFFDFC;
  padding: 56px 95px 56px 100px;
  border-radius: 0px 150px 0px 150px;
  width: 50%;
}
.d-flex-wrapper .captionwrapper .subheading {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #230090;
}
.d-flex-wrapper .captionwrapper h2 {
  font-size: 36px;
  font-weight: bold;
}
.d-flex-wrapper .captionwrapper p {
  font-size: 18px;
}
.d-flex-wrapper .captionwrapper ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-top: 30px;
}
.d-flex-wrapper .captionwrapper ul li {
  display: inline-block;
  margin-left: 80px;
  padding-right: 80px;
  border-right: 1px solid #333;
  line-height: 42px;
}
.d-flex-wrapper .captionwrapper ul li:last-child {
  border-right: 0px;
}
.d-flex-wrapper .captionwrapper ul li:first-child {
  margin-left: 0px;
}
.d-flex-wrapper .captionwrapper ul li .bigtext {
  font-size: 36px;
  font-weight: bold;
}
.d-flex-wrapper .captionwrapper ul li .smalltext {
  font-size: 18px;
  font-weight: bold;
}

.bg-design {
  background-color: #effdfc;
  padding: 120px 0px 348px 0px;
  border-radius: 150px 0px 150px 0px;
  position: absolute;
  top: 85px;
  height: 500px;
  width: 100%;
}

.section4 {
  padding-top: 125px;
  position: relative;
}
.section4 .businesssupport {
  position: relative;
}
.section4 .businesssupport img {
  border-radius: 150px 0 0 0;
}
.section4 .businesssupport .caption {
  position: absolute;
  bottom: 40px;
  background: #fff;
  width: 90%;
  padding: 24px 40px 25px;
  border-radius: 0 75px 0 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.section4 .businesssupport .caption .headingm {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ae0000;
}
.section4 .businesssupport .caption .para {
  font-size: 18px;
  font-weight: bold;
}

.section5 {
  padding-top: 80px;
  padding-bottom: 60px;
}
.section5 .business-steps-area .img-section {
  padding-top: 50px;
  padding-right: 34px;
}
.section5 .business-steps-area .img-section img {
  border-radius: 70px 0px 0px 0px;
}
.section5 .business-steps-area .space-pr {
  padding-right: 90px;
  margin-right: 66px;
}
.section5 .business-steps-area .space-pl {
  padding-left: 90px;
  margin-left: 66px;
}
.section5 .business-steps-area .bor-das {
  border-right: 1px dashed #ae0000;
  position: relative;
}
.section5 .business-steps-area .bor-das:before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  border-radius: 100%;
  background: #ae0000;
}
.section5 .business-steps-area .caption-section {
  border: 1px solid #ddd;
  padding: 49px 15px;
  border-radius: 0px 0px 70px 0px;
  position: relative;
}
.section5 .business-steps-area .caption-section .number {
  content: "1";
  position: absolute;
  top: 3px;
  right: 25px;
  font-size: 36px;
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ae0000;
}
.section5 .business-steps-area .caption-section .mainheading {
  font-size: 20px;
  font-weight: bold;
  color: #230090;
}
.section5 .business-steps-area .caption-section .caption-steps {
  font-size: 18px;
}

.section7 {
  position: relative;
}
.section7 .panel-default {
  border-color: transparent;
}
.section7 .panel-default > .panel-heading {
  background: #effdfc;
}
.section7 .collapse {
  background: #effdfc;
}
.section7 .panel-group .panel-heading + .panel-collapse > .list-group, .section7 .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
}

.footer-wrapper {
  background-image: url(../img/footer-map.png);
  background-color: #333;
  background-size: cover;
  /*background: #580000;*/
  padding-top: 100px;
  padding-bottom: 50px;
}
.footer-wrapper .about {
  font-size: 16px;
  color: #fff;
}
.footer-wrapper h4 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.footer-wrapper .social-icons {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.footer-wrapper .social-icons li {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  margin-left: 5px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.footer-wrapper .social-icons li a {
  color: #ae0000;
}
.footer-wrapper .social-icons li:first-child {
  margin-left: 0px;
}
.footer-wrapper .inline-blockul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.footer-wrapper .inline-blockul li {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.footer-wrapper .inline-blockul li:first-child {
  margin-top: 0px;
}
.footer-wrapper .inline-blockul li a {
  color: #fff;
}
.footer-wrapper .newsinput {
  height: 40px;
  border: 1px solid #f1f1f1;
}

#servicesitem .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -8%;
  display: flex;
  justify-content: center;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #ffb8b8;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ae0000 !important;
  width: 20px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.footer-copyright {
  background: #000;
  padding: 20px 0px 9px 0px;
  color: #fff;
}
.footer-copyright span {
  text-decoration: underline;
  color: #ae0000;
}

/*# sourceMappingURL=main.css.map */
