/* Base Styles */
section {
  display: block;
}

/* Solutions Section */
#solutions {
  position: relative;
  background-color: #f8f8f8;
  padding: 30px 0;
  max-width: 100%;
  overflow: hidden;
}

#solutions h2 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.25em;
  color: #0c455c;
  margin: 0 0 10px;
}

#solutions h3 {
  font-size: 1.8em;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2em;
  color: #0c455c;
  margin: 30px 0 20px;
}

/* CTA Panel Module */
.cta-item a {
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
}

.cta_panel_module .cta-item-wrapper {
  display: flex;
  flex-direction: column;
}

.cta_panel_module .cta-item .cta-item-wrapper {
  flex-direction: row;
  background: #fff;
  margin: 0 10px 20px;
  min-height: 245px;
  position: relative;
}

.cta_panel_module .cta-item-wrapper .cta-item__image {
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px;
  transition: all .3s ease;
  width: 39%;
  float: left;
}

.cta_panel_module .cta-item-wrapper .cta-item__body {
  margin: 0 10px;
}

.cta_panel_module .cta-item-wrapper .cta-item__body h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1.5;
  margin-bottom: 16px;
  transition: all .3s ease;
}

.cta_panel_module .cta-item .cta-item-wrapper .cta-item__body h3 {
  text-align: left;
  text-transform: inherit;
  margin-top: 20px;
  line-height: 1.2em;
}

.cta_panel_module .cta-item-wrapper .cta-item__body .cta-item__content {
  display: inline-block;
  margin-bottom: 20px;
}

.cta-item__content p {
  font-size: 1.1em;
  line-height: 1.5em;
}

.cta_panel_module .cta-item .cta-item-wrapper .cta-item__wrapper {
  display: inline-block;
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 30px;
  z-index: 2;
  right: 15px;
}

.cta_panel_module .cta-item-wrapper .cta-item__body .cta-item__action {
  width: 100%;
  position: relative;
  padding: 16px 22px 18px;
  transition: all .2s ease;
}

.cta_panel_module .cta-item-wrapper .cta-item__body .cta-item__action span {
  color: #0e455d;
  position: relative;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: inherit;
  vertical-align: middle;
}

.cta_panel_module .cta-item-wrapper .cta-item__body .cta-item__action:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #88edfe;
  width: 56px;
  height: 56px;
  transition: all .3s ease;
}

.cta_panel_module .cta-item-wrapper .cta-item__body .cta-item__action svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #0e455d;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all .3s ease;
}

/* Hover States */
.cta_panel_module .cta-item a:hover .cta-item-wrapper {
  box-shadow: 0 8px 24px rgba(86, 221, 243, .59);
}

.cta_panel_module .cta-item a:hover h4 {
  color: #61e2f7;
}

.cta_panel_module .cta-item a:hover .cta-item__action::before {
  width: 100%;
  background: #88edfe;
}

/* Utility Classes */
.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: 600;
}

.small-title {
  font-size: 18px;
}

.spaceTop75 {
  padding-top: 75px;
}

.border_bottom {
  border-bottom: 2px solid #0c49c4;
  padding-bottom: 8px;
  display: inline-block;
  font-size: 28px;
}

/* Button Styles */
.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btnAnimated {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  line-height: 42px;
  text-align: center;
  padding: 0 20px 0 45px;
  background: #ef323a;
  border-radius: 28px;
  transition: all .3s ease-in-out;
}

.btnAnimated:hover {
  text-decoration: none;
}

.btnAnimated:before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  top: 11px;
  left: 19px;
  z-index: -1;
  pointer-events: none;
  background-color: unset;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(1, 42, 94, 1);
}

.btnAnimated:after {
  position: absolute;
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  top: 10px;
  left: 18px;
  z-index: -1;
  pointer-events: none;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #0c49c4;
}

.btnAnimated:hover:before {
  transition: all .5s ease-in-out .2s;
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
}

.yellow-btn-default {
  background: #0c49c4;
  border-radius: 100px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff !important;
  line-height: 49px;
}

.yellow-btn-default:before {
  box-shadow: 0 0 0 0 #fff;
  top: 13px;
}

.yellow-btn-default:after {
  box-shadow: inset 0 0 0 6px #fff;
  top: 13px;
}

.yellow-btn-default:hover {
  background: #110F0F;
  color: #fff;
}

/* Card Styles */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 0;
    margin-top: 8px;
}
.card-body h3 {
  padding-bottom: 12%;
}

.columns2 .card {
  height: auto;
  margin-bottom: 35px;
  padding-top: 30px;
  display: inline-block;
  width: 100%;
}

.rounded-corner {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.rounded-corner .card-text {
  font-size: 15px;
  line-height: 21px;
}

/* Common Section */
.common-section {
  background-repeat: no-repeat !important;
  clear: both;
}

.circle-bg {
  background: url(https://vutruso.com/wp-content/themes/vutruso/assets/images/top-circle.png) left top no-repeat, url(https://vutruso.com/wp-content/themes/vutruso/assets/images/bottom-circle.png) 105% 190% no-repeat;
}

.circle-bg p {
  font-size: 16px;
  line-height: 27px;
}

/* Media Queries */
@media (max-width: 1024px) {
  .card-columns {
    padding-top: 32px;
  }
  
  .spaceTop75 {
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
    column-gap: 1.25rem;
  }
}

@media (max-width: 768px) {
  .common-section p {
    font-size: 16px;
    line-height: 27px;
  }
  
  .card-body {
    padding: 20px;
  }
  
  .spaceTop75 {
    padding-top: 30px;
  }
  
  .yellow-btn-default {
    margin-bottom: 30px;
    margin-top: 15px !important;
  }
  
  .columns2 .card {
    padding: 10px 0;
    margin: 5px;
  }
  
  .common-section {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .cta_panel_module .cta-item-wrapper .cta-item__body .cta-item__content {
    text-align: center;
  }
  
  .cta_panel_module .cta-item-wrapper .cta-item__body .cta-item__wrapper {
    display: block;
    width: 100%;
    text-align: center;
  }
  
  .cta_panel_module .cta-item .cta-item-wrapper .cta-item__body .cta-item__content {
    text-align: left;
  }
  
  .yellow-btn-default {
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .card {
    flex: 2 1 44% !important;
    margin-bottom: 25px !important;
  }
  
  .card-columns {
    column-count: 2;
  }
}

@media (max-width: 529px) {
  .cta_panel_module .cta-item .cta-item-wrapper {
    flex-direction: column;
  }
  
  .cta_panel_module .cta-item .cta-item-wrapper .cta-item__image {
    margin: 0 auto !important;
    padding: 80px;
  }
  
  .cta_panel_module .cta-item .cta-item-wrapper .cta-item__body h4 {
    text-align: center !important;
    font-size: 1.3em;
    margin-top: 0 !important;
  }
  
  .cta_panel_module .cta-item .cta-item-wrapper .cta-item__body .cta-item__content {
    text-align: center !important;
    margin-bottom: 70px;
  }
}


