/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background-color: #fff; 
 }

.col-lg-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 50%;
    max-width: 50%; 
 }

.wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18); }

.col-md-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 84%;
  flex: 0 0 85%;
  max-width: 85%; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px; }

.info-wrap .dbox:last-child {
  margin-bottom: 0; }

.info-wrap .dbox p {
 margin-bottom: 0; }

.info-wrap .dbox p span {
 font-weight: 600;
 color: #fff; }

.info-wrap .dbox p a {
 color: #fff; }

.info-wrap .dbox .icon {
 width: 50px;
 height: 50px;
 border-radius: 50%;
 background: rgba(255, 255, 255, 0.1); }

.info-wrap .dbox .icon span {
 font-size: 20px;
 color: #fff; }

.info-wrap .dbox .text {
 width: calc(100% - 50px); }

.bg-primary {
  background-color: #1089ff !important; }


.p-4 {
  padding: 3rem !important; }

h3, 
.h3 {
  margin-bottom: 2.5rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.75rem;
  color: #000; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; 
  justify-content: center !important;
}

.pl-3
{
  padding-left: 1rem !important; }

.info-wrap {
 margin-top: -20px;
 margin-bottom: -20px;
 border-radius: 7px; }




