.about-us-content {
    margin: 50px 0px;
}

.img-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.split-container, .ask-for-rfp {
    margin-bottom: 100px;
}

.ask-for-rfp {
    background-color: #e3f6f9;
    height: auto;
    width: 100%;
    padding: 78px 0px;
}

.ask-for-rfp .content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ask-for-rfp .content-wrapper .img-content h2 {
    font-weight: 300;
    margin-bottom: 25px;
}

.ask-for-rfp .content-wrapper .img-content h3 {
    font-weight: 100;
    margin-bottom: 42px;
}

.ask-for-rfp .img-wrapper img {
    max-width: 100%;
    height: auto;
    display: inherit;
}

.ask-for-rfp .button-wrapper .btn-read-more {
    color: #fff;
    background-color: rgb(39, 69, 132);
}

.ask-for-rfp .button-wrapper .btn-read-more:hover {
    color: rgb(39, 69, 132);
    background-color: #fff;
}

.ask-for-rfp .button-wrapper .btn-read-more::before {
    left: 61px;
    bottom: 62px;
}

.ask-for-rfp .button-wrapper .btn-read-more::after {
    right: 315px;
    top: 198px;
}

.reason-for-choosing {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.reason-for-choosing .title {
    margin-bottom: 70px;
}

.reason-for-choosing .light-text strong {
    font-weight: 900;
    backface-visibility: hidden;
    -webkit-text-fill-color: transparent;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(transparent, transparent), url(iconbox-bg.gif);
    background-position: left;
    background-size: 100%;
    float: none;
    display: inline-block;
}

.reason-for-choosing .icon-wrapper {
    margin: 0 0 0 0;
    width: 30%;
    height: auto;
}

.reason-for-choosing .icon-wrapper img {
    max-width: 100%;
    height: auto;
    display: inherit;
    float: left;
}

.reason-for-choosing .icon-content h4 {
    margin-bottom: 50px;
    margin-top: 10px;
    font-weight: 100;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    float: right;
    position: relative;
    text-align: center;
}

.reason-for-choosing .icon-content h4::before {
    position: absolute;
    content: "";
    display: block;
    left: 35%;
    width: 100px;
    height: 2px;
    background: #ebebeb;
    bottom: -26px;
}

.reason-for-choosing .icon-content p {
    margin: 20px 0 0;
    clear: both;
    font-size: 16px;
    font-weight: 300;
}

.reason-for-choosing .icon-content p a {
    color: #274584;
    font-weight: 500;
}

.reason-for-choosing .icon-content p a span {
    margin-left: 10px;
}

/************************** How we do *************************/

.behind-in-every-step {
    height: auto;
    width: 100%;
    margin-bottom: 100px;
}

.behind-in-every-step .image-wrapper{
    height: 182px;
    width: 100%;
    overflow: hidden;
}
.image-wrapper img {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
    transition: all 0.9s ease;
}

.why-choose-us .image-wrapper img{
    height: 80px;
} 
.image-wrapper img:hover {
    border-radius: 40px;
}

.image-content h3 {
    display: inline-block;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
}

.image-content h6 {
    text-transform: inherit;
    font-weight: 600;
    font-size: 20px;
    color: #4D4D4D;
    line-height: normal;
}

.image-content p, .icon-content p {
    margin: 20px 0 0;
    clear: both;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
}

.image-content li {
    font-size: 13px;
}

.what-we-offer-content{
    min-height: 150px;
}

.btn-learn-more {
    color: #274584;
    font-weight: 500;
}

.btn-learn-more span {
    margin-left: 10px;
}

/* Act as a Catalyst */

.as-catalyst {
    height: auto;
    width: 100%;
    background-color: #f9f9f9;
    padding: 100px 0px;
}

.as-catalyst .title h2, .as-catalyst .title h5 {
    font-weight: 100;
}

.card-wrapper {
    padding: 35px 30px 0 35px;
    background: #fff;
    border: 1px solid #f9f9f9;
    width: 100%;
    float: left;
    margin-top: 60px;
}

.catalyst-card{
    height: 100%;
}

.card-wrapper .icon-wrapper {
    margin-bottom: 25px;
}

.card-wrapper .icon-wrapper span {
    font-size: 60px;
    transition: all 0.3s linear;
}

.card-wrapper:hover {
    color: #faba10;
    background: #e3f6f9;
}

.second-card:hover {
    color: #673ab7;
}

.third-card:hover {
    color: #60ae0d;
}

.card-wrapper .icon-content h4 {
    font-size: 24px;
    text-transform: inherit;
    font-weight: 400;
    margin-bottom: 21px;
    position: relative;
    padding-bottom: 24px;
    color: #faba10;
}

.second-card .icon-content h4 {
    color: #673ab7;
}

.third-card .icon-content h4 {
    color: #60ae0d;
}

.card-wrapper .icon-content h4::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #2f363f;
    transition: all 0.3s linear;
}

.card-wrapper:hover .icon-content h4::after {
    border-radius: 50%;
    opacity: 1;
    bottom: -4px;
    -webkit-box-shadow: 0 0 0 5px #fff;
    -moz-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
    background: #faba10;
}

.second-card:hover .icon-content h4::after {
    background: #673ab7;
}

.third-card:hover .icon-content h4::after {
    background: #60ae0d;
}

.card-wrapper .icon-content h4::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
}

.card-wrapper:hover .icon-content h4::before {
    background: #faba10;
    width: 80px;
}

.second-card:hover .icon-content h4::before {
    background: #673ab7;
}

.third-card:hover .icon-content h4::before {
    background: #60ae0d;
}

/* Professional SOlutiom */

.professional-solution {
    height: 900px;
    width: 100%;
}

.professional-solution .parallex {
    background-image: url(../images/h.jpg);
    height: 100%;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    position: relative;
}

.professional-solution .bg-overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    opacity: 1;
    position: absolute;
}

.left-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.right-content {
    height: 100%;
}

.left-content .icon-wrapper h3 {
    color: #fff;
    margin-top: 38px;
}

.professional-solution .icon-wrapper a span {
    font-size: 40px;
    position: relative;
    height: 75px;
    width: 75px;
    line-height: 75px;
    color: #fff;
    -webkit-box-shadow: 0 0 5px 3px rgba(255, 255, 255, .35);
    -moz-box-shadow: 0 0 5px 3px rgba(255, 255, 255, .35);
    box-shadow: 0 0 5px 3px rgba(255, 255, 255, .35);
    border-radius: 50%;
    transition: all 0.3s linear;
}

.professional-solution .icon-wrapper a span:hover {
    background: #fff;
    color: #274584;
}

.specialize-in {
    background-color: #274584;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.specialize-in .main-title {
    margin-bottom: 74px;
}

.specialize-in .main-title h3, .specialize-in .main-title p {
    margin-bottom: 25px;
    color: #fff;
    font-family: Raleway;
}

.specialize-in .main-title h3 strong, .why-choose-us .main-title h2 strong {
    font-weight: 900;
    backface-visibility: hidden;
    -webkit-text-fill-color: transparent;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(transparent, transparent), url(iconbox-bg.gif);
    background-position: left;
    background-size: 100%;
    float: none;
    display: inline-block;
}

.specialize-in .main-title h5 {
    color: #fff;
    font-family: Poppins;
    font-weight: 100;
    line-height: normal;
    letter-spacing: .75px;
}

.counter-wrapper {
    padding: 0px 30px;
    position: relative;
    display: inline-block;
}

.counter-caption {
    padding: 0px 30px;
}

.counter-wrapper .counter-number {
    font-size: 45px;
    color: #fff;
    padding-bottom: 15px;
    display: inline-block;
}

.counter-caption h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}

.counter-caption span {
    color: #fff;
    font-style: normal;
    font-size: 12px;
}

.right-content .counter-number::before, .right-content .counter-number::after {
    background: url(download.png) no-repeat;
    position: absolute;
    content: "";
    display: block;
    bottom: 25px;
    width: 53px;
    height: 65px;
    background-position: bottom;
    background-size: 50%;
    left: -1px;
}

.right-content .counter-number::after {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    left: 84px;
}

/* Why choose us? */

.why-choose-us {
    height: auto;
    width: 100%;
    margin-bottom: 100px;
}

.icon-box-wrapper {
    padding: 45px 30px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .15);
    height: 100%;
}

.icon-box-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 0;
    height: 100%;
    border-left-width: 10px;
    border-left-style: dotted;
    border-left-color: #e9e9e9;
}

.icon-box-wrapper::after {
    transition: all 0.3s linear;
}

.icon-box-wrapper:hover {
    background: #e3f6f9;
}

.icon-box-wrapper:hover .icon-box-wrapper::before {
    border-left-color: #274584!important;
}

.subscribe-form {
    clear: both;
    width: 50%;
    display: inline-block;
    margin: 35px 0 0;
    padding: 0;
    position: relative;
    float: none;
}

.subscribe-form input[type="email"] {
    width: 100%;
    padding: 17px 25px 15px;
    background: no-repeat;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    margin: 0;
}

.subscribe-form input[type="email"]:active, .subscribe-form input[type="submit"]:hover {
    outline: none;
}

.subscribe-form input[type="submit"] {
    position: absolute;
    padding: 16px 40px 14px;
    right: 1px;
    bottom: 1px;
    height: auto;
    background: #fff;
    border-radius: 0 30px 30px 0;
    border: 1px solid;
    color: #274584;
}

.image-slider-section {
    height: auto;
    width: 100%;
    margin-bottom: 100px;
}

.image-slider-section #owl-demo .item {
    margin: 10px;
}

.image-slider-section #owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

/* How we do  */

.how-we-do {
    height: auto;
    width: 100%;
    padding-bottom: 40px;
}

.how-we-do .card-wrapper {
    background: transparent;
}

.how-we-do .content-element ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

.how-we-do .content-element ul li {
    padding-left: 25px;
    clear: both;
    display: block;
    position: relative;
    padding: 10px 0 8px 23px;
    border-bottom: 1px solid #e5e5e5;
}

.how-we-do .content-element ul li a{
    color: #4e4e4e;
    font-size: 12px;
}

.how-we-do .content-element ul li::before {
    color: #274584;
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 14px;
    position: absolute;
    left: 0;
}


.how-we-do .card-wrapper{
    border: none;
}

.how-we-do .card-wrapper .icon-content h4{
    color: #274584!important;
}
@media only screen and (max-width: 768px)  {
    .professional-solution .parallex {
        height: auto;
    }
}



/* Welcome to the consultancy */

.welcome-section{
    background: #f8f8f9;
    height: auto;
    width: 100%;
    padding: 100px 0px;
}

.lighter-text{
    font-weight: 100 !important;
    font-family: 'Raleway', sans-serif;
}

.about-title h5{
    font-size: 23px;
    line-height: 28px;
    margin: 32px 0px;
}


.welcome-section .content p{
    font-family: Poppins;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    color: #4d4d4d;
    font-size: 15px;
}



.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
  }
  .owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
  }

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


  .owl-carousel .item {
      text-align: center;
  }
  .owl-carousel .nav-btn{
      height: 47px;
      position: absolute;
      width: 26px;
      cursor: pointer;
      top: 100px !important;
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }

  .owl-carousel .prev-slide{
      background: url(nav-icon.png) no-repeat scroll 0 0;
      left: -33px;
  }
  .owl-carousel .next-slide{
      background: url(nav-icon.png) no-repeat scroll -24px 0px;
      right: -33px;
  }
  .owl-carousel .prev-slide:hover{
     background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
    background-position: -24px -53px;
  }

  span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
  }
  span.img-text:hover {
    color: #274584;
  }