body {
  background: #fff;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden; }

a {
  color: #f82249;
  transition: 0.5s; }

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none; }

p {
  padding: 0;
  margin: 0 0 30px 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d; }

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem .25rem;
  margin-bottom: 1px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top: none;
  border-left: none;
  border-right: none; }

/* removing blue outline from buttons */
button:focus, button:active {
  outline: none; }

.carousel .carousel-inner .carousel-item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s; }

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1); }
  to {
    -webkit-transform: scale(1.5, 1.5); } }
@keyframes zoom {
  from {
    transform: scale(1, 1); }
  to {
    transform: scale(1.5, 1.5); } }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  color: #071e55;
  font-weight: 600; }

p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #2e2f31;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif; }

.sec-m-p {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }

.image-style {
  position: relative; }

.image-style img {
  padding: 10px 10px;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.25);
  background-color: #0ec35c;
  webkit-border-radius: 8px 8px;
  -moz-border-radius: 8px 8px;
  border-radius: 8px 8px;
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto; }

.image-style:before {
  background-image: radial-gradient(#b4b4b4 15%, transparent 25%);
  background-size: 20px 20px;
  content: "";
  position: absolute;
  width: 204px;
  height: 200px;
  right: -64px;
  top: -40px;
  z-index: -1; }

/*.image-style:after{
    background-image: radial-gradient(#dee1e0 15%,transparent 25%);
    background-size: 20px 20px;
    content: "";
    position: absolute;
    width: 204px;
    height: 200px;
    left: -45px;
    bottom: -60px;
    z-index: -1;
}
*/
.title {
  position: relative;
  display: block;
  width: 100%;
  text-align: center; }

.title .h11 {
  color: #0f9348;
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 40px; }

.title .h11 samp {
  color: #185194; }

.title .h11:before {
  position: absolute;
  content: '';
  border-bottom: 10px solid #185194;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 90px;
  top: -15px;
  margin: auto;
  left: 50%;
  transform: translate(-50%); }

.title-white .h11 samp {
  color: #fff; }

.title-white .h11:before {
  border-bottom: 10px solid #fff; }

.p-l-r {
  padding: 0px 20px !important; }

.full-width {
  width: 100%; }

.list-group-item {
  background: #fff0;
  display: flex; }

.list-group-item::before {
  content: "\f1ce";
  color: #8663b3;
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 5px;
  padding-top: 5px; }

.bg-2 {
  background: aliceblue; }

.bg-1 {
  background: #185194; }

.white {
  color: #fff; }

@media (max-width: 768px) {
  .image-style:before {
    right: 0px; }

  #mobile-nav-toggle i {
    color: #0f9348; }

  #mobile-nav-toggle {
    position: fixed;
    right: 20px;
    top: 12px; } }
.footerMain .white {
  color: #222 !important; }

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