﻿/* COLORS */
.variant-color-1 {
  color: #fff; }

.variant-color-2 {
  color: #000; }

.variant-color-3 {
  color: #223668; }

.variant-color-4 {
  color: #0071AB; }

.variant-color-5 {
  color: #428535; }

.variant-color-6 {
  color: #9F1B95; }

.variant-color-7 {
  color: #E7E7E7; }

.variant-background-color-1 {
  background-color: #fff; }

.variant-background-color-2 {
  background-color: #000; }

.variant-background-color-3 {
  background-color: #223668; }

.variant-background-color-4 {
  background-color: #0071AB; }

.variant-background-color-5 {
  background-color: #428535; }
.bluebackground{
    color: white !important;
}

.pinkbackground {
    color: #193b6a; !important;
}
.variant-background-color-6 {
  background-color: #9F1B95; }

.variant-background-color-7 {
  background-color: #E7E7E7; }

/***** 2021 *****/
.proactive-main .titleBanner,
.pricingStructure .titleBanner{ height: 246px !important; background-size: cover;}
.proactive-main .bannerWrap,
.pricingStructure .bannerWrap{ margin-top: -246px !important; height: 246px !important;}
.proactive-main .bannerWrap h1{ font-size: 60px; color: #BAD9ED;}
.pricingStructure .bigcol .costBlock, 
.pricingStructure .smallcolleft .costBlock,
.pricingStructure .desktop-view > div{ border-bottom-left-radius: 30px; border-bottom-right-radius: 30px;}
@media (max-width: 991px) {
  .proactive-main .titleBanner,
  .pricingStructure .titleBanner{ height: 336px !important;}
  .proactive-main .bannerWrap,
  .pricingStructure .bannerWrap{ margin-top: -336px !important; height: 336px !important;}
}
@media (max-width: 600px) {
  .proactive-main .bannerWrap h1,
  .pricingStructure .bannerWrap h1{ font-size: 45px !important;}
}
/***** 2021 END*****/
/**/
.pricingStructure h1 {
    font-size: 60px !important;
}
.pricingStructure ul {
    margin: 0;    
}
.pricingStructure h2 {
    padding: 30px 40px;
}
.pricingStructure .costBlock .costDetail span:first-of-type{
    font-size: 60px;
    font-weight: 600;
}
.pricingStructure .costBlock .costDetail span:last-of-type {
    font-weight: 300;
}
.pricingStructure .bigcol{
    background-color: #fff;
}
.pricingStructure .bigcol h2 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.pricingStructure .desktop-view h2 {
    margin: 0;
}
.pricingStructure .bigcol .costBlock .costDetail span:first-of-type {
    color: #fff;
}
.pricingStructure .smallcolleft .costBlock .costDetail span:first-of-type,
.pricingStructure .smallcolright .costBlock .costDetail span:first-of-type {
    color: #9F1B96;
}
.pricingStructure .bigcol .costBlock {
    color: rgba(255,255,255,0.8);
    font-weight: 500;
    font-size: 22px;
    background-color: #9F1B96;
    bottom: -80px !important;
	padding:20px;
}
.pricingStructure .bigcol .costBlock .addUsers{
    border-top: 1px solid #fff;
    color: #fff;
}
.pricingStructure ul li:hover{
    background-color: #bfd784 !important;
}
.pricingStructure ul li:hover::before{
    border-color: #fff;
}
.pricingStructure .bigcol .costBlock,
.pricingStructure .smallcolleft .costBlock {
    width: 100%;
    bottom: 0;
}
.pricingStructure .smallcolleft .costBlock,
.pricingStructure .smallcolright .costBlock {
    color: #193B6A;
    font-weight: 500;
    font-size: 22px;
    border-top: 1px solid #000;
	padding-bottom:20px;
}

.pricingStructure .costBlock .addUsers {
    padding: 23px 0 13px 0;
}
.pricingStructure .smallcolleft .costBlock .addUsers,
.pricingStructure .smallcolright .costBlock .addUsers{
    border-top: 1px solid #000;
}
.tablet-view, 
.tablet-view-nav {
    display: none !important;
}
.desktop-view {
    display: block;
}
/**/

.pricingStructure ul li{
    margin-bottom:0;
    padding:16px 16px 16px 18px;
}
.pricingStructure .smallcolleft{
    border-top-left-radius:30px;
    border-top-right-radius: 30px;
    padding-left:0;
    padding-right:0;
    background-color: #fff;
    margin-top: 40px;
}
.pricingStructure .smallcolleft h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #9F1B96;
}
.pricingStructure .smallcolleft .costBlock h3 {

}
    .pricingStructure .smallcolleft ul li:nth-child(odd) {
        background-color: #E7E7E7;
        color:#193B6A;
    }

    .pricingStructure .smallcolleft ul li:nth-child(even) {
        background-color: #FFFFFF;
        color: #193B6A;
    }
.pricingStructure .smallcolleft .costBlock costDetail {
}
.pricingStructure .smallcolleft .costBlock costDetail span:first-of-type {
}
.pricingStructure .smallcolleft .costBlock costDetail span:last-of-type {
}
.pricingStructure .smallcolleft .costBlock users {
}



.pricingStructure .smallcolright {
    border-top-left-radius:30px;
    border-top-right-radius: 30px;
    padding-left:0;
    padding-right:0;
    background-color: #fff;
    margin-top: 80px;
}
.pricingStructure .smallcolright h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #9F1B96;
}
.pricingStructure .smallcolright .costBlock h3 {
}

.pricingStructure .smallcolright .costBlock costDetail {
}

.pricingStructure .smallcolright .costBlock costDetail span:first-of-type {
}
@media (min-width: 769px) {
    h2 {
        margin-bottom: 20px !important;
    }
}
.pricingStructure .smallcolright .costBlock costDetail span:last-of-type {
}

.pricingStructure .smallcolright .costBlock users {
}
    .pricingStructure .smallcolright ul li:nth-child(odd) {
        background-color: #E7E7E7;
        color: #193B6A;
    }

    .pricingStructure .smallcolright ul li:nth-child(even) {
        background-color: #FFFFFF;
        color: #193B6A;
    }

.pricingStructure .bigcol {
    border-top-left-radius:30px;
    border-top-right-radius: 30px;
    box-shadow: 0px 0px 50px #00000029;
    padding: 0;
}
.pricingStructure .bigcol h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    background-color:#9F1B96;
}
.pricingStructure .bigcol .costBlock h3 {
}

.pricingStructure .bigcol .costBlock costDetail {
}

.pricingStructure .bigcol .costBlock costDetail span:first-of-type {
}

.pricingStructure .bigcol .costBlock costDetail span:last-of-type {
}

.pricingStructure .bigcol .costBlock users {
}
    .pricingStructure .bigcol ul li:nth-child(odd) {
        background-color: #E7E7E7;
        color: #193B6A;
    }

    .pricingStructure .bigcol ul li:nth-child(even) {
        background-color: #FFFFFF;
        color: #193B6A;
    }


.pvid {
    padding-top: 140px;
}
#MailerSignup-Form{
	margin-top:60px;
	background-color:#263667;
	padding:30px;
	text-align:center;
}
#MailerSignup-Form h2{
	color:white;
	margin:0;
}
#MailerSignup-Form h2::after{
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #007EBB;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;	
}
#MailerSignup-Form input{
    width: 100%;
    background-color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    color: #223668;	
}
.quotemarkstart {
  font-weight: 700;
  font-style: italic;
  font-size: 60px;
  color: #007CB8;
  position: absolute;
  left: -5px;
  top: 18px; }

.quotemarkend {
  font-weight: 700;
  font-style: italic;
  font-size: 60px;
  color: #007CB8;
  right: 5px;
  bottom: 0px;
  position: absolute; }

/*.iso-set .purple.button {
  display: block !important; }*/

.business-opp .rich-text {
  padding-top: 20px; }

.owl-video-tn {
  background-size: cover !important; }

.button:hover {
  box-shadow: none !important; }

.owl-video-wrapper {
  margin: auto; }

.visibility-none {
  display: none; }

input::-webkit-input-placeholder {
  color: #D3D3D3 !important; }

.login-form label
{
     font-weight: 700;
    font-size: 20px;
    font-family: Ubuntu;   
    color: #223668;
}

.login-form input
{
    
    width: 100%;
    background-color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    color: #223668; 

}

.iso-service.brcglobal .iso-subservice-titles .titles a {

    height: 80px;

}


.iso-service.brcglobal .iso-subservice-titles .titles .active {
    height: 92px!important;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #D3D3D3 !important; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #D3D3D3 !important; }

input:-ms-input-placeholder {
  color: #D3D3D3 !important; }

textarea::-webkit-input-placeholder {
  color: #D3D3D3 !important; }

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #D3D3D3 !important; }

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #D3D3D3 !important; }

textarea:-ms-input-placeholder {
  color: #D3D3D3 !important; }

.why-spacer {
  width: 60px;
  height: 4px;
  background-color: #007EBB;
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  margin-bottom: 40px; }

.privacyPage h1 {
  color: #bad9ed;
  font-size: 60px;
  font-weight: 700;
  margin-top: 48px; }

.privacyPage .why-spacer {
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 4px;
  background-color: #007EBB;
  display: block;
  content: "";
  margin-top: 27px;
  margin-bottom: 40px; }

.privacyPage li {
  color: #333; }

.errorPage .why-spacer {
  margin-left: unset; }

.errorPage .why-spacer, .thankYouPage .why-spacer {
  width: 60px;
  height: 4px;
  background-color: #007EBB;
  display: block;
  content: "";
  margin-top: 27px;
  margin-bottom: 40px; }

.errorPage h1, .thankYouPage h1 {
  color: #223668;
  font-size: 60px;
  font-weight: 700;
  margin-top: 48px; }

.contact .owl-carousel .owl-item img {
  width: auto; }

.contact .owl-dots {
  display: block;
  margin: 0px auto;
  text-align: center;
  width: 100%;
  overflow: hidden; }
  .contact .owl-dots .owl-dot {
    display: inline-block;
    margin: 0px 5px;
    height: 10px;
    width: 10px;
    background-color: white;
    border-radius: 50%; }
  .contact .owl-dots .owl-dot.active {
    background-color: #017DBD; }

.contact .twitter {
  background-color: #193B69;
  padding-bottom: 60px; }
  .contact .twitter h2 {
    text-align: center;
    color: #fff;
    padding-top: 60px; }
  .contact .twitter .why-spacer {
    background-color: #007EBB;
    margin-bottom: 40px; }
  .contact .twitter .twitter-item {
    display: block;
    overflow: hidden;
    padding: 0px 0px 30px 0px; }
    .contact .twitter .twitter-item span {
      display: block;
      width: 100%;
      font-size: 20px;
      font-style: italic;
      font-weight: 500;
      color: white;
      font-family: Ubuntu; }
      .contact .twitter .twitter-item span img {
        float: left; }
    .contact .twitter .twitter-item .twitter-text {
      padding-left: 100px;
      padding-top: 5px; }

.contact textarea {
  width: 100%;
  background-color: white;
  padding: 15px;
  border: none;
  border-radius: 5px;
  color: #223668;
  height: 135px;
  resize: none; }

.contact h2 {
  font-size: 36px;
  margin-top: -5px; }

.contact .why-spacer {
  width: 60px;
  height: 4px;
  background-color: white;
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  margin-bottom: 60px; }

.contact h1 {
  text-align: center;
  color: #BAD9ED;
  font-size: 60px;
  font-weight: 700;
  margin-top: 48px; }

.item-richtext p {
  color: white;
  font-weight: 300; }

.home-proactive ul li {
  font-family: ubuntu;
  font-size: 14px;
  color: #223668; }

.timeline-point {
  width: 50%;
  position: relative; }
  .timeline-point .title {
    position: relative; }
  .timeline-point.last {
    border: none !important; }
  .timeline-point.left {
    padding-right: 30px;
    float: left;
    border-right: 1px solid white; }
  .timeline-point.firstleft {
    padding-right: 30px;
    float: left;
    border-right: 1px solid white; }
  .timeline-point .title.first::after {
    display: block;
    content: "";
    height: 51px;
    width: 20px;
    background-image: url(/Images/timeline-dot.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    right: -40px;
    top: -15px;
    bottom: 0px;
    margin-top: auto;
    background-color: #193B69;
    margin-bottom: auto; }
  .timeline-point.left .title::after {
    display: block;
    content: "";
    height: 20px;
    width: 20px;
    background-image: url(/Images/timeline-dot.png);
    background-position: bottom 0px center;
    background-repeat: no-repeat;
    position: absolute;
    right: -40px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto; }
  .timeline-point.right {
    float: right;
    padding-left: 30px;
    border-left: 1px solid white;
    margin-right: 1px; }
  .timeline-point.right .title::after {
    display: block;
    content: "";
    height: 20px;
    width: 20px;
    background-image: url(/Images/timeline-dot.png);
    background-position: bottom 0px center;
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto; }
  .timeline-point .title {
    font-weight: 700;
    display: block;
    color: #fff;
    font-size: 36px;
    color: #007EBB; }
  .timeline-point .text {
    font-weight: 300;
    font-family: Ubuntu;
    font-size: 14px;
    color: #fff; }

.workWith .testimonials {
  background-color: #193B69;
  padding-bottom: 50px;
  padding-top: 40px;
  background-image: url(/images/spherebackground3.png);
  background-size: cover; }
  .workWith .testimonials .owl-dots {
    display: block;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    margin-top: 26px; }
    .workWith .testimonials .owl-dots .owl-dot {
      height: 10px;
      width: 10px;
      background-color: #fff;
      display: inline-block;
      margin: 0 5px;
      border-radius: 50%; }
      .workWith .testimonials .owl-dots .owl-dot.active {
        background-color: #017DBB; }
  .workWith .testimonials h2 {
    text-align: center;
    color: #fff; }
  .workWith .testimonials .why-spacer {
    background-color: #017DBB; }
  .workWith .testimonials .testimonialText {
    font-size: 20px;
    font-weight: 300;
    font-family: Ubuntu;
    color: #fff;
    font-style: italic;
    padding-top: 30px;
    padding-left: 20px; }
  .workWith .testimonials .person-name {
    font-weight: 500;
    font-size: 20px;
    font-family: Ubuntu;
    color: #fff; }

.workWith .text {
  font-size: 20px;
  font-weight: 500;
  color: #193b6a;
  font-family: Ubuntu;
  padding: 30px 0px; }

.workWith .why-spacer {
  width: 60px;
  height: 4px;
  background-color: white;
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px; }

.workWith h1 {
  text-align: center;
  color: #BAD9ED;
  font-size: 60px;
  font-weight: 700;
  margin-top: 48px; }

.contact-form .LargeText {
  color: #223668; }

.contact-form .rich-title {
  color: #223668; }

.contact-form h2 {
  text-align: center;
  margin: 0 !important; }

.variant-background-1 {
  background-image: Url("/images/texture_bg.png");
  background-color: #E7E7E7; }

li {

  font-family: Ubuntu;
  color: #333;
  letter-spacing: 0.00em;
   }



.LargeText {
  font-weight: 700;
  font-size: 20px;
  font-family: Ubuntu;
  color: #fff; }

.rich-title {
  font-size: 36px;
  font-weight: 700;
  font-family: Ubuntu;
  color: #fff;
  margin-top: 30px;
  display: block; }

.rich-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #007EBB;
  margin-top: 35px;
  margin-bottom: 35px; }

.case-studies-text .richtext li {
  font-size: 14px;
  font-weight: 500;
  font-family: Ubuntu;
  color: #193b6a !important;
  letter-spacing: 0.00em;
  list-style: none; }

.richtext li {
  font-size: 20px;
  font-weight: 500;
  font-family: Ubuntu;
  color: #193b6a !important;
  letter-spacing: 0.00em;
  list-style: none; }

.richtext a {
  font-weight: 700; }

.features .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 35px; }

.servicesPage {
  text-align: center;
  color: #223668;
  font-weight: 500; }
  .servicesPage h1 {
    color: #BAD9ED;
    font-size: 60px;
    font-weight: 700;
    margin-top: 48px;
    text-align: center; }
  .servicesPage h2 {
    color: #253767;
    font-weight: 700; }
  .servicesPage .why-spacer {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #007EBB;
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-top: 35px;
    margin-bottom: 35px;
    left: 0px;
    text-align: left;
    }
  .servicesPage .topSection {
    padding-bottom: 60px; }
    .servicesPage .topSection .why-spacer {
      background-color: white;
      width: 60px;
      height: 4px;
      display: block;
      content: "";
      margin-left: auto;
      margin-right: auto;
      margin-top: 27px;
      margin-bottom: 60px; }
  .servicesPage .training {
    background-color: #E7E7E7;
    padding-top: 35px;
    padding-bottom: 75px; }
  .servicesPage .consultation {
    padding-top: 35px;
    padding-bottom: 75px; }
  .servicesPage .audits {
    padding-top: 60px;
    padding-bottom: 60px; }
  .servicesPage .contact-form {
    padding-top: 47px;
    padding-bottom: 63px;
    background-color: #E7E7E7;
    text-align: left; }
    .servicesPage .contact-form h2 {
      text-align: center; }

.serviceDetail {
  color: #223668; }
  .serviceDetail li {
    color: #223668;
    font-size: 20px; }
  .serviceDetail .LargeText {
    color: #223668; }
  .serviceDetail .rich-title {
    color: #223668; }
  .serviceDetail h1 {
    color: #BAD9ED;
    font-size: 60px;
    font-weight: 700;
    margin-top: 48px; }
  .serviceDetail h2 {
    color: #253767;
    font-weight: 700; }
  .serviceDetail .titleBanner {
    text-align: center;
    padding-bottom: 60px; }
  .serviceDetail .why-spacer {
    width: 60px;
    height: 4px;
    background-color: white;
    display: block;
    content: "";
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
    margin-bottom: 40px; }

.proactive-nav {
  background-color: #A01C96;
  vertical-align: justify;
  text-align: justify;
  width: 100%; }
  .proactive-nav .nav-item {
    display: block;
    float: left;
    width: calc(100%/5);
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    font-family: Ubuntu;
    color: #fff;
    text-transform: uppercase;
    padding: 21px 0px 20px; }
  .proactive-nav .nav-item:hover {
    background-color: #434343; }

.proactive-main .case-study {
  margin-bottom: 40px;
  display: block; }
  .proactive-main .case-study .case-bottom {
    background-color: #E7E7E7;
    padding: 20px 20px 30px 20px;
    border-radius: 0px 0px 15px 15px; }
  .proactive-main .case-study .button {
    font-size: 20px;
    font-family: Ubuntu;
    font-weight: 500;
    background-color: #5E5E5E;
    padding: 10px 15px;
    box-shadow: 0px 5px #434343; }
  .proactive-main .case-study .case-text {
    font-weight: 700;
    font-size: 20px;
    font-family: Ubuntu;
    color: #193b6a;
    padding-top: 12px;
    display: block;
    padding-bottom: 22px; }

.proactive-main .features-button {
  margin-top: 120px;
  display: block;
  margin-bottom: 80px; }
  .proactive-main .features-button .button {
    background-color: #b3b3b3;
    font-size: 20px;
    box-shadow: 0px 5px #7F7F7F; }

.proactive-main .fa {
  color: #bfd784;
  margin-right: 10px; }

.proactive-main .proactive-feature {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  color: #193b6a;
  font-family: Ubuntu;
  margin-bottom: 46px; }

.proactive-main .title {
  font-weight: 700;
  margin-top: 40px;
  font-size: 36px;
  font-family: Ubuntu;
  color: #253667;
  display: block;
  width: 100%;
  text-align: center; }

.proactive-main .why-spacer {
  width: 60px;
  height: 4px;
  background-color: #007EBB;
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  margin-bottom: 40px; }

.proactive-main .praoctive-video {
  margin-top: -135px; }

.proactive-main .proactive-top {
  text-align: center;
  background-color: #F1B3CA;
  padding-top: 60px;
  padding-bottom: 210px; }
  .proactive-main .proactive-top img {
    margin-bottom: 60px; }
  .proactive-main .proactive-top .proactive-text {
    font-weight: 500;
    font-size: 20px;
    font-family: Ubuntu;
    color: #0c3c73;
    margin-bottom: 64px; }
  .proactive-main .proactive-top .button {
    font-size: 20px;
    background-color: #9f1b96;
    box-shadow: 0px 5px #5B0955;
    margin-top: 10px; }

.proactive-main .proactive-nav {
  background-color: #A01C96;
  vertical-align: justify;
  text-align: justify;
  width: 100%; }
  .proactive-main .proactive-nav .nav-item {
    display: block;
    float: left;
    width: calc(100%/5);
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    font-family: Ubuntu;
    color: #fff;
    text-transform: uppercase;
    padding: 21px 0px 20px; }
  .proactive-main .proactive-nav .nav-item:hover {
    background-color: #434343; }

.proactive-casestudy-list .case-studies-test {
  margin-top: 56px; }

.proactive-casestudy-list .case-study {
  margin-bottom: 40px;
  display: block; }
  .proactive-casestudy-list .case-study .case-bottom {
    background-color: #E7E7E7;
    padding: 20px 20px 30px 20px;
    border-radius: 0px 0px 15px 15px; }
  .proactive-casestudy-list .case-study .button {
    font-size: 20px;
    font-family: Ubuntu;
    font-weight: 500;
    background-color: #5E5E5E;
    padding: 10px 15px;
    box-shadow: 0px 5px #434343; }
  .proactive-casestudy-list .case-study .case-text {
    font-weight: 700;
    font-size: 20px;
    font-family: Ubuntu;
    color: #193b6a;
    padding-top: 12px;
    display: block;
    padding-bottom: 22px; }

.proactive-casestudy-list .titleBanner {
  background-color: #F1B3CA !important; }

.proactive-casestudy-list h1 {
  font-weight: 700;
  font-size: 36px;
  font-family: Ubuntu;
  color: #253667;
  display: block;
  width: 100%;
  text-align: center; }

.proactive-casestudy-list .why-spacer {
  width: 60px;
  height: 4px;
  background-color: #007EBB;
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  margin-bottom: 40px; }

.articles-list .datetime {
  margin-top: -15px;
  margin-bottom: 25px; }
  .articles-list .datetime span {
    font-size: 14px;
    font-weight: 300;
    font-family: Ubuntu;
    color: #007dbb; }

.articles-list .case-studies-test {
  margin-top: 56px; }

.articles-list .case-study {
  margin-bottom: 40px;
  display: block; }
  .articles-list .case-study .case-bottom {
    background-color: #E7E7E7;
    padding: 3px 20px 30px 20px;
    border-radius: 0px 0px 15px 15px; }
  .articles-list .case-study .button {
    font-size: 20px;
    font-family: Ubuntu;
    font-weight: 500;
    background-color: #5E5E5E;
    padding: 10px 15px;
    box-shadow: 0px 5px #434343;
 }
  .articles-list .case-study .case-text {
    font-weight: 700;
    font-size: 20px;
    font-family: Ubuntu;
    color: #193b6a;
    padding-top: 12px;
    display: block;
    padding-bottom: 22px; }

.articles-list .titleBanner {
  background-color: #F1B3CA !important; }

.articles-list h1 {
  font-weight: 700;
  font-size: 36px;
  font-family: Ubuntu;
  color: #253667;
  display: block;
  width: 100%;
  text-align: center; }

.articles-list .why-spacer {
  width: 60px;
  height: 4px;
  background-color: #007EBB;
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  margin-bottom: 40px; }

.articles-list h1 {
  font-size: 60px;
  font-size: Ubuntu;
  font-weight: 700;
  margin-top: 48px;
  color: #BAD9ED;
  text-align: center; }

.articles-list .titleBanner .why-spacer {
  width: 60px;
  height: 4px;
  background-color: #fff;
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  margin-bottom: 40px; }

.why-proactive h1 {
  margin-top: 50px; }

.why-proactive .values {
  text-align: center;
  padding-bottom: 25px; }
  .why-proactive .values p {
    font-weight: 300;
    font-size: 20px;
    font-family: Ubuntu;
    color: #193b6a;
    margin: 0px 0px 15px 10px;
    display: inline-block; }

.why-proactive .why-text {
  font-weight: 500;
  font-size: 20px;
  font-family: Ubuntu;
  color: #0c3c73;
  padding-bottom: 30px; }

.why-proactive .titleBanner {
  background-color: #F1B3CA !important;
  background-image: url(/images/spherebackground2.png);
  background-size: cover; }

.why-proactive h1 {
  font-weight: 700;
  font-size: 36px;
  font-family: Ubuntu;
  color: #BAD9ED;
  display: block;
  width: 100%;
  text-align: center; }

.why-proactive .why-spacer {
  width: 60px;
  height: 4px;
  background-color: #007EBB;
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  margin-bottom: 40px; }

.why-proactive .features-text {
  font-size: 20px;
  font-weight: 500;
  font-family: Ubuntu;
  color: #0c3c73;
  text-align: center;
  display: block;
  padding-bottom: 30px; }

.proactive-features .feature-item {
  border-bottom: 1px solid #193b6a;
  padding: 10px 0px; }
  .proactive-features .feature-item .feature-title {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    font-family: Ubuntu;
    color: #193b6a;
    width: 100%;
    display: block; }
  .proactive-features .feature-item .feature-title::before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 8px;
    left: -0px;
    height: 14px;
    border: solid #428535;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg); }

  .proactive-features .feature-item .feature-text {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    font-family: Ubuntu;
    color: #193b6a;
    padding-top: 10px;
    margin-bottom: 10px;
    display: none; }


.proactive-features .feature-item.active .feature-text {
  display: block; }

.proactive-features .titleBanner {
  background-color: #F1B3CA !important; }

.proactive-features h1 {
  font-weight: 700;
  font-size: 36px;
  font-family: Ubuntu;
  color: #BAD9ED;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50px; }

.proactive-features .why-spacer {
  width: 60px;
  height: 4px;
  background-color: #007EBB;
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  margin-bottom: 40px; }

.proactive-features .features-text {
  font-size: 20px;
  font-weight: 500;
  font-family: Ubuntu;
  color: #0c3c73;
  display: block;
  padding-bottom: 30px; }

.article {
  margin-top: -1px; }
  .article .title {
    font-size: 60px;
    font-size: Ubuntu;
    font-weight: 700;
    margin-top: 48px;
    color: #BAD9ED;
    text-align: center; }
  .article .richtext ol li {
    color: #193b6a;
    font-weight: 300;
    font-family: Ubuntu; }
  .article .article-title {
    font-size: 36px;
    font-weight: 500;
    font-family: ubuntu;
    color: #193b6a; }
  .article h1 {
    font-size: 60px;
    font-size: Ubuntu;
    font-weight: 700;
    margin-top: 48px;
    color: #BAD9ED;
    text-align: center; }
  .article .titleBanner .why-spacer {
    width: 60px;
    height: 4px;
    background-color: #fff;
    display: block;
    content: "";
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
    margin-bottom: 40px; }
  .article .case-study-image {
    margin-top: 48px; }
  .article .richtext {
    margin-bottom: 30px; }
    .article .richtext p {
      font-size: 20px;
      font-weight: 300;
      font-family: Ubuntu;
      color: #193b6a; }
    .article .richtext .large-text {
      font-weight: 500;
      font-size: 20px;
      color: #007dbb;
      font-family: Ubuntu;
      font-style: italic; }
  .article .case-study-text {
    margin-top: 40px; }
    .article .case-study-text text {
      padding: 15px 0 35px; }
    .article .case-study-text .title {
      font-weight: 500;
      font-size: 36px;
      font-family: Ubuntu;
      color: #193b6a; }
    .article .case-study-text .title::after {
      display: block;
      content: "";
      height: 3px;
      width: 60px;
      background-color: #007EBB;
      margin: 40px 0px; }
  .article .free-demo {
    text-align: center; }
  .article .datetime .date {
    margin-right: 10px; }
  .article .datetime span {
    font-size: 20px;
    font-weight: 300;
    font-family: Ubuntu;
    color: #007dbb; }
    .article .datetime span .fa {
      color: #193b6a;
      margin-right: 10px; }

.proactive-casestudy .case-study-image {
  margin-top: 48px; }

.proactive-casestudy .richtext {
  margin-bottom: 30px; }
  .proactive-casestudy .richtext p {
    font-size: 14px;
    font-weight: 300;
    font-family: Ubuntu;
    color: #193b6a; }
  .proactive-casestudy .richtext .large-text {
    font-weight: 500;
    font-size: 20px;
    color: #007dbb;
    font-family: Ubuntu;
    font-style: italic; }

.proactive-casestudy .case-study-text {
  margin-top: 40px; }
  .proactive-casestudy .case-study-text .title {
    font-weight: 500;
    font-size: 36px;
    font-family: Ubuntu;
    color: #193b6a; }
  .proactive-casestudy .case-study-text .title::after {
    display: block;
    content: "";
    height: 3px;
    width: 60px;
    background-color: #007EBB;
    margin: 40px 0px; }

.proactive-casestudy .free-demo {
  text-align: center; }

.opportunities {
  margin-bottom: 65px;
  margin-top: 45px; }
  .opportunities .opportunity {
    background-color: #E7E7E7;
    border-radius: 15px;
    text-align: center;
    padding: 30px 10px;
    box-shadow: 0px 5px #BBBBBB; }
  .opportunities .opportunity-international {
    background-color: #A01C96;
    border-radius: 15px;
    text-align: center;
    padding: 30px 10px;
    box-shadow: 0px 5px #5B0955; }
    .opportunities .opportunity-international .title {
      font-weight: 700;
      font-family: Ubuntu;
      font-size: 36px;
      color: white;
      margin-bottom: 15px; }
    .opportunities .opportunity-international .text {
      margin-bottom: 20px; }
      .opportunities .opportunity-international .text p {
        font-weight: 300;
        font-family: Ubuntu;
        font-size: 14px;
        color: white;
        line-height: 1.3em; }
        .opportunities .opportunity-international .text p .large-text {
          font-size: 20px; }
    .opportunities .opportunity-international .link a {
      color: white; }
  .opportunities .title {
    font-weight: 700;
    font-family: Ubuntu;
    font-size: 36px;
    color: #007dbb;
    margin-bottom: 15px; }
  .opportunities .text {
    margin-bottom: 20px; }
    .opportunities .text p {
      font-weight: 300;
      font-family: Ubuntu;
      font-size: 20px;
      color: #253667;
      line-height: 1em; }
  .opportunities .link {
    font-weight: 500;
    font-family: Ubuntu;
    font-size: 20px;
    color: #253667;
    text-decoration: underline; }

.servicesPage .container {
  text-align: left; }

.business-opp .rich-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #007EBB;
  /* margin-left: auto; */
  /* margin-right: auto; */
  margin-top: 35px;
  margin-bottom: 35px;
  left: 0px;
  text-align: left;
  }

.business-opp p {
  font-size: 16px;
  font-weight: 500;
  font-family: Ubuntu;
  color: #253667;
  letter-spacing: 0.00em; }

.business-opp .rich-text .rich-title {
  font-size: 36px;
  font-weight: 700;
  font-family: Ubuntu;
  color: #253667;
  margin-top: 30px;
  display: block; }

.business-opp .rich-text .LargeText {
  font-weight: 700;
  font-size: 20px;
  font-family: Ubuntu;
  color: #253667; }

.iso-service .iso-subservice-content {
  background-color: #193B69;
  padding-bottom: 60px; }
  .iso-service .iso-subservice-content .item-set {
    display: none; }
    .iso-service .iso-subservice-content .item-set.active {
      display: block; }
    .iso-service .iso-subservice-content li {
  
        font-family: Ubuntu;
        color: #333;
        letter-spacing: 0.00em;
   
    }

  .iso-service .iso-subservice-content .LargeText {
    font-weight: 700;
    font-size: 20px;
    font-family: Ubuntu;
    color: #fff; }
  .iso-service .iso-subservice-content .rich-title {
    font-size: 36px;
    font-weight: 700;
    font-family: Ubuntu;
    color: #fff;
    margin-top: 30px;
    display: block; }
  .iso-service .iso-subservice-content .rich-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #007EBB;
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-top: 35px;
    margin-bottom: 35px;
    left: 0px;
    text-align: left;
   }

.iso-service .iso-subservice-titles {
  text-align: center; }
  .iso-service .iso-subservice-titles .titles {
    text-align: center; }
    .iso-service .iso-subservice-titles .titles a {
      font-weight: 500;
      font-size: 20px;
      font-family: Ubuntu;
      color: #fff;
      background-color: #5E5E5E;
      height: 53px;
      overflow: hidden;
      display: inline-block;
      padding-top: 12px;
      text-decoration: underline;
      cursor: pointer;
      position: relative; }
    .iso-service .iso-subservice-titles .titles .active {
      position: relative;
      background-color: #193B69;
      height: 65px;
      margin-bottom: -12px; }

.iso-service .iso-richtext {
  padding-bottom: 30px; }
  .iso-service .iso-richtext .rich-title::after {
    margin-left: 0!important;
}

  .iso-service .iso-richtext p {
    font-size: 16px;
    font-weight: 500;
    font-family: Ubuntu;
    color: #253667;
    letter-spacing: 0.00em; }
  .iso-service .iso-richtext li {
    color: #253667; }

.iso-service ol li {
    counter-increment: item;
    margin-top: 15px;
    list-style: none;
    font-family: Ubuntu;
    /*color: #fff;*/ 
}

.iso-service ol li:before {
  margin-right: 3px;
  content: counter(item);
  font-weight: 700;
  font-size: 20px;
  font-family: Ubuntu;
   }

.iso-service .LargeText {
  font-weight: 700;
  font-size: 20px;
  font-family: Ubuntu;
  color: #253667; }

.iso-service .rich-title {
  font-size: 36px;
  font-weight: 700;
  font-family: Ubuntu;
  color: #253667;
  margin-top: 30px;
  display: block; }

.iso-service .rich-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #007EBB;
  /* margin-left: auto; */
  /* margin-right: auto; */
  margin-top: 35px;
  margin-bottom: 35px;
  left: 0px;
  text-align: left;
   }

.iso-service h1 {
  font-size: 60px;
  font-size: Ubuntu;
  font-weight: 700;
  margin-top: 48px;
  color: #BAD9ED;
  text-align: center; }

.iso-service .titleBanner .why-spacer {
  width: 60px;
  height: 4px;
  background-color: #fff;
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  margin-bottom: 40px; }

.iso-service .pos-points ul li {
  margin-bottom: 5px;
  background-size: 4px;
  text-align: center;
  float: left;
  padding: 30px;
  list-style: none;
  font-weight: 300;
  font-size: 20px;
  font-family: Ubuntu;
  color: #fff; 

}


.hamburger {
  display: none !important; }

.tablet-items {
  display: none; }


  .iso-service .pos-points-mobile{
    display:none;
  }


.iso-service .pos-points ul li:first-child:nth-last-child(1) {
/* -or- li:only-child { */
    width: 100%;
}

/* two items */
.iso-service .pos-points ul li:first-child:nth-last-child(2),
.iso-service .pos-points ul li:first-child:nth-last-child(2) ~ li {
    width: 49%;
}

/* three items */
.iso-service .pos-points ul li:first-child:nth-last-child(3),
.iso-service .pos-points ul li:first-child:nth-last-child(3) ~ li {
    width: 33.3333%;
}
.iso-service .pos-points ul li:first-child:nth-last-child(4),
.iso-service .pos-points ul li:first-child:nth-last-child(4) ~ li {
    width: 24%;
        margin-top: -42px;
}


.iso-service .pos-points ul li::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 8px;
  height: 14px;
  border: solid #BFD684;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg); }

.consultancy .grey-background {
  background-color: #E7E7E7; }

.consultancy .items-row {
  padding: 45px 0px 45px; }

.consultancy h1 {
  font-size: 60px;
  font-size: Ubuntu;
  font-weight: 700;
  margin-top: 48px;
  color: #BAD9ED;
  text-align: center; }

.consultancy .titleBanner .why-spacer {
  width: 60px;
  height: 4px;
  background-color: #fff;
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  margin-bottom: 40px; }

.consultancy .iso-set {
  padding-bottom: 30px; }
  .consultancy .iso-set .small-text ul li {
    font-weight: 500;
    font-size: 14px;
    font-family: Ubuntu;
    text-align: center;
    color: #193b6a;
    list-style: none;
    background-image: url("");
    background-position: left;
    background-repeat: no-repeat;
    margin: 15px 0px; }
  .consultancy .iso-set .small-text.blue ul li::before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 5px;
    height: 10px;
    border: solid #007CBA;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg); }
  .consultancy .iso-set .small-text.green ul li::before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 5px;
    height: 10px;
    border: solid #428535;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg); }
  .consultancy .iso-set .small-text.purple ul li::before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 5px;
    height: 10px;
    border: solid #A01C96;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg); }
  .consultancy .iso-set .small-text.grey ul li::before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 5px;
    height: 10px;
    border: solid #424242;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg); }
  .consultancy .iso-set .title span {
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    font-family: Ubuntu; }
    .consultancy .iso-set .title h3 {
        width: 100%;
        display: block;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        font-family: Ubuntu;
    }
  .consultancy .iso-set .text {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    font-family: Ubuntu;
    color: #193b6a;
    display: block;
    margin-top: 10px; }

.proactive-casestudy .titleBanner {
  background-color: #F1B3CA !important; }

.proactive-casestudy h1 {
  font-weight: 700;
  font-size: 36px;
  font-family: Ubuntu;
  color: #253667;
  display: block;
  width: 100%;
  text-align: center; }

.proactive-casestudy .why-spacer {
  width: 60px;
  height: 4px;
  background-color: #007EBB;
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  margin-bottom: 40px; }
.callout {
    position: relative;
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    border-left: 5px solid transparent; /* Will be overwritten by type-specific class */
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
    transition: border-left-color 0.3s ease;
}

/* Set initial border color here */
.callout-blue {
    border-left-color: #007cba;
}

.callout-green {
    border-left-color: #428535;
}

.callout-purple {
    border-left-color: #a01c96;
}

.callout-grey {
    border-left-color: #424242;
}

.callout-default {
    border-left-color: #ccc;
}

/* Background fill animation layer */
/* Background fill animation layer */
.callout::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 0;
    background-color: transparent;
    transition: width 0.4s ease;
}

/* Trigger background fill on hover */
.callout:hover::before {
    width: 100%;
}


/* Fill colors */
.callout-blue::before {
    background-color: #e6f2fa;
}

.callout-green::before {
    background-color: #edf7ed;
}

.callout-purple::before {
    background-color: #f5edf7;
}

.callout-grey::before {
    background-color: #f2f2f2;
}

.callout-default::before {
    background-color: #f9f9f9;
}

/* Keep text/icons above the fill */
.callout > * {
    position: relative;
    z-index: 2;
}

/* Animate icon/text color */
.callout .text,
.callout .icon,
.callout .service-icon {
    transition: color 0.4s ease;
}

.callout-blue:hover .text,
.callout-blue:hover .icon,
.callout-blue:hover .service-icon {
    color: #007cba;
}

.callout-green:hover .text,
.callout-green:hover .icon,
.callout-green:hover .service-icon {
    color: #428535;
}

.callout-purple:hover .text,
.callout-purple:hover .icon,
.callout-purple:hover .service-icon {
    color: #a01c96;
}

.callout-grey:hover .text,
.callout-grey:hover .icon,
.callout-grey:hover .service-icon {
    color: #424242;
}

.callout-default:hover .text,
.callout-default:hover .icon,
.callout-default:hover .service-icon {
    color: #ccc;
}
.who-we-are .person {
  margin-top: 60px;
  display: block;
  overflow: hidden; }
  .who-we-are .person img {
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  .who-we-are .person .name {
    text-align: left;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 36px;
    font-family: Ubuntu;
    color: #fff; }
  .who-we-are .person .job-title {
    text-align: left;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 36px;
    font-family: Ubuntu;
    color: #fff;
    margin-top: -10px; }
  .who-we-are .person .job-title::after {
    content: "";
    display: block;
    height: 4px;
    width: 70px;
    background-color: #007EBB;
    margin: 30px 0px; }
  .who-we-are .person .person-about {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    font-family: Ubuntu;
    color: #fff; }

.who-we-are .people-list {
  text-align: center;
  background-color: #193B69;
  background-image: url(/Images/larg_blue_globe.png), url(/Images/large_blue_globe-right.png);
  background-position: left -195px top -256px, right -148px bottom -391px;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 30px; }

.who-we-are .page-text {
  padding: 45px 0px;
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  font-family: ubuntu;
  color: #193b6a; }

.who-we-are h1 {
  text-align: center;
  font-size: 60px;
  font-family: Ubuntu;
  font-weight: 700;
  margin-top: 48px;
  color: #BAD9ED; }

.who-we-are .why-spacer {
  width: 60px;
  height: 4px;
  background-color: #007EBB;
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  margin-bottom: 40px; }

.AboutPage h2 {
  font-weight: 500;
  font-size: 36px;
  color: #193b6a;
  font-family: ubuntu;
  margin-top: 54px;
  letter-spacing: 0em; }
.default {
    font-weight: 500;
    font-size: 36px;
    color: #333 !important;
    font-family: ubuntu;
    margin-top: 25px !important;
    letter-spacing: 0em;
}
.AboutPage .values {
  background-color: #E7E7E7;
  text-align: center;
  padding-bottom: 38px; }
  .AboutPage .values .fa {
    margin-right: 2px; }
  .AboutPage .values p {
    font-weight: 300;
    font-size: 20px;
    font-family: Ubuntu;
    color: #193b6a;
    margin: 0px 0px 15px 10px;
    display: inline-block;
    letter-spacing: 0em;
    margin-top: 13px; }

.about-text .about-area {
  margin: 55px 0px 44px;
  display: block;
  overflow: hidden; }

.about-text p {
  font-size: 18px;
  font-weight: 400;
  font-family: Ubuntu;
  color: #193b6a; }
.about-text span {
    font-size: 18px;
    font-weight: 400;
    font-family: Ubuntu;
    color: #193b6a;
}

.AboutPage h1 {
  font-size: 60px;
  font-weight: 700;
  margin-top: 48px;
  color: #BAD9ED; }

.AboutPage .why-spacer {
  width: 60px;
  height: 4px;
  background-color: #007EBB;
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 33px !important;
  margin-bottom: 43px; }

.AboutPage .titleBanner {
  background-image: Url("/images/aboutbanner.png");
  color: #BAD9ED;
  text-align: center;
  min-height: 198px;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: center; }
  .AboutPage .titleBanner .why-spacer {
    width: 60px;
    height: 4px;
    background-color: #fff;
    display: block;
    content: "";
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
    margin-bottom: 40px; }

.AboutPage .history {
  text-align: center;
  background-color: #193B69;
  background-image: url("/Images/larg_blue_globe.png"), url("/Images/large_blue_globe-right.png");
  background-position: left -195px top -256px, right -148px bottom -391px;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 53px; }
  .AboutPage .history .center-bar-new {
    width: 0%;
    background-color: white;
    height: 3px;
    position: absolute;
    bottom: 0px;
    top: 24px;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transition: all 5s linear;
    -moz-transition: all 5s linear;
    -ms-transition: all 5s linear;
    transition: all 5s linear; }
  .AboutPage .history .center-bar-new.active {
    width: 100%; }
  .AboutPage .history .point-1 .history-text {
    overflow: hidden;
    height: 0px;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    transition: all 1s ease-in; }
  .AboutPage .history .point-1.active .history-text {
    height: 100px; }
  .AboutPage .history .point-2 {
    display: block;
    height: 281px; }
    .AboutPage .history .point-2 .history-text {
      overflow: hidden;
      height: 0px;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      transition: all 1s; }
    .AboutPage .history .point-2.active .history-text {
      height: 220px; }
  .AboutPage .history .point-3 .history-text {
    overflow: hidden;
    height: 0px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s; }
  .AboutPage .history .point-3.active .history-text {
    height: 140px; }
  .AboutPage .history .point-4 {
    display: block;
    height: 201px; }
    .AboutPage .history .point-4 .history-text {
      overflow: hidden;
      height: 0px;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      transition: all 1s; }
    .AboutPage .history .point-4.active .history-text {
      height: 140px; }
  .AboutPage .history .bottom-title {
    margin-top: 10px; }
  .AboutPage .history .bottom-title::after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background-image: url("/Images/timeline-dot.png");
    background-position: bottom 0px center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -11px;
    margin-left: auto;
    margin-right: auto; }
  .AboutPage .history .bottom-align {
    position: absolute;
    bottom: 0px; }
  .AboutPage .history .bottom-align::after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background-image: url("/Images/timeline-dot.png");
    background-position: bottom 0px center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    right: -7px;
    bottom: -23px;
    margin-left: auto;
    margin-right: auto; }
  .AboutPage .history span {
    display: block;
    color: #fff;
    font-size: 36px;
    color: #007EBB; }
  .AboutPage .history .history-text {
    font-weight: 300;
    font-family: Ubuntu;
    font-size: 14px;
    color: #fff; }

.homeClients {
  color: #0071AB;
  text-align: center;
  font-weight: 500;
  padding-top: 55px;
  padding-bottom: 60px; }
  .homeClients .why-spacer {
    width: 60px;
    height: 4px;
    background-color: #007EBB;
    display: block;
    content: "";
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
    margin-bottom: 40px; }
  .homeClients .client-title {
    text-align: center;
    font-family: ubuntu;
    font-size: 36px;
    font-weight: 500;
    color: #223668;
    letter-spacing: 0em; }

.owl-prev {
  color: #d0d0d0;
  font-size: 80px;
  height: 40px;
  width: 40px;
  text-align: center;
  position: absolute;
  bottom: calc(50% + 6px);
  margin-top: -25px;
  margin-bottom: auto;
  left: 17px;
  padding-right: 5px;
  transform: translate(-100px, 0px); }

.owl-next {
  color: #d0d0d0;
  font-size: 80px;
  height: 40px;
  width: 40px;
  text-align: center;
  position: absolute;
  bottom: calc(50% + 6px);
  right: 17px;
  padding-left: 5px;
  transform: translate(100px, 0px); }

.contact-form {
  color: #223668;
  padding-top: 51px;
  padding-bottom: 63px;
  background-color: #E7E7E7; }
  .contact-form .addressText {
    font-size: 14px; }
    .contact-form .addressText p {
      font-weight: 400; }
  .contact-form p {
    margin-bottom: 5px;
    font-weight: 500; }
  .contact-form a {
    color: #223668;
    font-size: 14px; }
  .contact-form input, .contact-form select, .contact-form textarea {
    width: 100%;
    background-color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    color: #223668; }
  .contact-form .contact-title {
    text-align: center;
    font-family: ubuntu;
    font-size: 36px;
    font-weight: 500;
    color: #223668;
    letter-spacing: 0em; }
  .contact-form .why-spacer {
    width: 60px;
    height: 4px;
    background-color: #007EBB;
    display: block;
    content: "";
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
    margin-bottom: 40px; }
  .contact-form .fa {
    color: #0071AB; }
  .contact-form .button.green {
    font-size: 20px;
    font-family: ubuntu;
    font-weight: 500; }

.homeAbout {
  background-color: #193B69;
  color: #fff;
  padding-top: 48px;
  padding-bottom: 75px; }
  .homeAbout p {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500; }
  .homeAbout a {
    color: #fff; }
  .homeAbout .about-title {
    text-align: center;
    font-family: ubuntu;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0em; }
  .homeAbout .why-spacer {
    width: 60px;
    height: 4px;
    background-color: #007EBB;
    display: block;
    content: "";
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
    margin-bottom: 40px; }
  .homeAbout .button.green {
    font-size: 20px;
    margin-right: 40px; }

.button {
  background-color: #428535;
  padding: 13px 17px;
  font-size: 30px;
  font-weight: 500;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0px 5px #385332; }
  .button.grey {
    background-color: #B3B3B3;
    box-shadow: 0px 5px #7F7F7F;
    font-size: 20px;
    font-weight: 500 !important; }
  .button.purple {
    background-color: #9F1B95;
    font-size: 20px;
    box-shadow: 0px 5px #5B0955; }
  .button.green {
    background-color: #428535;
    box-shadow: 0px 5px #385332; }
  .button.blue {
    background-color: #017DBB;
    box-shadow: 0px 5px #0B3C74;
    font-size: 20px; }

.services {
  margin-top: -15px; }

.items-row .button.green {
  font-size: 20px; }

.home-proactive {
  padding: 66px 0px 55px;
  background-color: #F1B3CA;
  background-image: url("/images/spherebackground.png");
  background-size: cover;
  color: #223668;
  font-weight: 500; }
  .home-proactive .proactive-logo {
    text-align: center; }
  .home-proactive ul {
    margin-top: -5px; }
  .home-proactive li {
    font-weight: 200;
    background: url("/Images/purple-tick.png") left top 7px no-repeat;
    list-style: none;
    font-size: 14px;
    padding-left: 20px; }
  .home-proactive li::before {
    display: none; }

.services .find_more {
  font-size: 14px;
  font-weight: 500;
  font-family: ubuntu;
  color: #253667;
  margin-top: 10px;
  display: block;
  letter-spacing: 0em; }

.what_us {
  background-color: #E7E7E7;
  margin-top: 69px !important;
  padding-top: 49px;
  padding-bottom: 30px; }
  .what_us .service-icon {
    font-size: 48px;
    font-weight: 700;
    font-family: ubuntu;
    text-align: center; }
  .what_us .service-code {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    font-family: ubuntu;
    margin-top: 0px; }
  .what_us .service-desc {
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    font-family: ubuntu;
    margin-top: 13px;
    line-height: 1.5em;
    letter-spacing: 0em; }
  .what_us .find_more a {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    font-family: ubuntu;
    margin-top: 12px;
    color: #253667;
    text-decoration: underline; }
  .what_us .see_all {
    text-align: center; }
    .what_us .see_all a {
      font-family: ubuntu;
      font-weight: 500;
      font-size: 20px;
      color: #193b6a;
      text-decoration: underline; }

.why_us {
  text-align: center;
  margin-top: 48px; }
  .why_us .why-title {
    text-align: center;
    font-family: ubuntu;
    font-size: 36px;
    font-weight: 600;
    color: #223668;
    letter-spacing: 0em; }
  .why_us .why-globes {
    text-align: center; }
    .why_us .why-globes img {
      display: block;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 13px; }
    .why_us .why-globes .why_text {
      font-size: 20px;
      color: #223668;
      font-weight: 500;
      font-family: ubuntu;
      letter-spacing: 0.00em;
      line-height: 1.5em; }
  .why_us .why-spacer {
    width: 60px;
    height: 4px;
    background-color: #007EBB;
    display: block;
    content: "";
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
    margin-bottom: 40px; }

.home-top .main-text {
  text-align: center;
  margin-bottom: 40px;
  display: block; }
  .home-top .main-text h1 {
    text-align: center;
    font-family: ubuntu;
    font-weight: 400;
    font-size: 60px;
    color: #fff;
    margin-top: 52px;
    letter-spacing: 0.025em;
    padding-left: 11px; }
    .home-top .main-text h1 span {
      width: 100%;
      display: block;
      font-weight: 700;
      color: #B9DAED;
      margin-top: 18px; }

.home-top .point_text .fa {
  color: #BED783;
  margin-right: 3px; }

.home-top .center-align {
  text-align: center; }
  .home-top .center-align span {
    font-family: ubuntu;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.00em;
    display: block;
    padding: 0px 25px;
    line-height: 1.45em; }

header .logo img {
  width: 100%; }

.mac-image {
  position: absolute;
  top: 25px;
  left: 102px; }

.transition-1 {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.transition-2 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* STYLES */
body {
  line-height: 1.4;
  font-family: ubuntu !important;
  letter-spacing: 0.05em;
  font-size: 20px;
  color: #223668;
  font-weight: 400;
  max-width: 100%;
  overflow-x: hidden; }

strong {
  font-weight: 700; }

p a {
  line-height: 1.4;
  font-family: ubuntu;
  letter-spacing: 0.05em;
  font-size: 20px;
  color: #5E5E5E;
  font-weight: 400;
  word-break: break-word; }

footer {
  background-color: #434343;
  padding: 20px 0px; }
  footer .company_reg {
    font-size: 14px;
    font-weight: 500;
    font-family: Lato;
    color: #fff; }
  footer .sitemap {
    padding-bottom: 10px; }
    footer .sitemap a {
      font-family: ubuntu;
      font-weight: 300;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.00em;
      display: block;
      float: left;
      padding-right: 17px; }

#moirae {
  font-size: 14px;
  font-weight: 500;
  font-family: Lato;
  color: #fff;
  text-align: right; }
  #moirae img {
    float: right;
    max-width: 18px;
    margin-left: 10px; }

header {
  padding: 15px 0px 17px; }
  header .contact-info {
    padding-top: 10px; }
    header .contact-info .email {
      margin-right: 15px; }
    header .contact-info .fa {
      margin-right: 4px; }
    header .contact-info a {
      font-family: ubuntu;
      font-weight: 700;
      color: #223668;
      letter-spacing: 0.00em; }
    header .contact-info .button {
      font-weight: 500; }
  header .header-top {
    text-align: right; }
  header .header-bottom {
    text-align: center; }
  header nav {
    float: ;
    text-align: center;
    padding-top: 9px; }
    header nav a {
      display: inline-block;
      margin-right: 20px; }
    header nav li {
      margin-right: 12px; }
    header nav .dropdown_arrow {
      display: block;
      content: "";
      height: 6px;
      width: 6px;
      border-bottom: 1px solid #007dbb;
      border-right: 1px solid #007dbb;
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg);
      position: absolute;
      top: 10px;
      right: 10px; }
    header nav .dropdown {
      display: inline-block; }
    header nav .last-item {
      margin-right: 0px; }

a {
  line-height: 1.4;
  font-family: ubuntu;
  letter-spacing: 0.05em;
  font-size: 20px;
  color: #223668;
  font-weight: 400; }

nav a {
  line-height: 1.4;
  font-family: ubuntu;
  letter-spacing: 0.05em;
  font-size: 12px;
  color: #0071AB;
  font-weight: 300;
  text-transform: uppercase; }

a:hover, a:active, a:focus {
  outline: 0; }

nav {
  list-style: none; }
  nav li {
    list-style: none;
    float: left; }

a:hover, a:focus {
  text-decoration: none;
  color: #0071AB; }

ul {
  padding-left: 18px;
  margin-bottom: 0px; }

ul li {
  margin-bottom: 5px;
  background-size: 4px; }

.block.full {
  padding-bottom: 30px; }

a:hover {
  text-decoration: none !important; }

nav {
  padding-top: 23px; }
  nav .active a {
    font-weight: 700; }

.active {
  font-weight: 700; }

.dropContent {
  display: none;
  position: absolute;
  background-color: #0071AB;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 0px 0px 0px;
  z-index: 9999999;
  color: white;
  text-align: left;
  top: 29px;
  min-width: 255px; }
  .dropContent a {
    display: block;
    margin: 0;
    border-bottom: none;
    color: white; }
  .dropContent a:hover {
    background-color: #0B3C74;
    color: white; }

.dropContent a {
  padding: 10px 16px; }

.dropdown:hover::before {
  height: 5px;
  width: 100%;

  display: block;
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0px; }

.dropdown:after {
  height: 24px;
  width: 100%;
  background-color: transparent;
  display: block;
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0px;
  cursor: pointer; }

.dropdown:hover .dropContent {
  display: block;
  margin-top: 13px; }

nav ul {
  width: 100%;
  padding: 0;
  text-align: justify; }

nav ul li {
  list-style-type: none;
  display: inline-block; }
  nav ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #223668 !important;
    letter-spacing: 0.05em; }

nav ul:after {
  content: "";
  display: inline-block;
  width: 100%; }

select::-ms-expand {
  display: none; }

::-webkit-input-placeholder {
  color: black !important;
  font-family: Lato !important;
  font-weight: 500 !important;
  font-size: 18px !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: red !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: red !important; }

:-ms-input-placeholder {
  color: red !important; }

/* Change background color of buttons on hover */
.tablink:hover {
  background-color: #777; }

/* Set default styles for tab content 

::-webkit-input-placeholder {color:$variant-color-1;}
:-moz-placeholder {color:$variant-color-1;}
::-moz-placeholder {color:$variant-color-1;}
:-ms-input-placeholder {color:$variant-color-1;}*/
@media (max-width: 1200px) {
    .dropdown:hover .dropContent {
        display: none;
        border-bottom: none;
        margin-top: 0px;
    }
	
	header .header-top {
    text-align: right;
    margin-top: 69px;
}
	
	 .header-bottom {
    overflow: hidden;
    height: 0px; }
  .header-bottom.is-active {
    height: auto; }
  .hamburger {
    display: inline-block !important;
    padding: 0px 0px 0px 15px !important;
    outline: none !important; }
  header .contact-info a {
    font-size: 0px; }
  header .contact-info .hamburger-inner, header .contact-info .hamburger-inner:after, header .contact-info .hamburger-inner:before {
    position: absolute;
    width: 32px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #223668;
    margin-top: 1px; }
  header .contact-info .fa {
    font-size: 25px; }
  .header-bottom2 {
    margin-top: -70px; }
  header nav a {
    display: block;
    margin-right: 10px;
    font-size: 12px;
    width: 100%;
    text-align: left; }
  header nav {
    float: none !important;
    margin-top: 30px; }
    header nav a {
      padding-left: 15px;
      font-size: 14px;
      border-bottom: 1px solid #223668;
      padding: 10px 15px 10px 0px; }
  header .homepage {
    /*background-color: #223668;*/
    color: #fff;
    /*padding-left: 15px;*/
    font-size: 14px; }
  .dropdown {
    width: 100%;
    text-align: left; }
    .dropdown a {
      font-size: 14px !important; }
  .dropdown_arrow {
    display: none !important; }
  .hover-active .dropContent {
    display: block !important;
    border-bottom: 1px solid #223668; }
  .dropdown_arrow_mobile {
    display: block;
    content: "";
    height: 39px !important;
    width: 60px !important;
    border-bottom: none !important;
    border-right: none !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    background: #007dbb;
    right: 10px;
    float: right;
    top: 0px !important;
    margin-top: -40px; }
  .dropdown_arrow_mobile::after {
    display: block;
    content: "";
    height: 13px;
    width: 13px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 23px; }
  .dropdown:hover {
    border-bottom: 1px solid #223668; }
  .dropContent {
    display: none;
    position: relative;
    background-color: #007DBB;
    box-shadow: none;
    padding: 12px 16px;
    z-index: 500;
    color: white;
    text-align: left;
    top: 0px;
    min-width: 0px;
    margin-top: 0px; } 
  header nav a {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px; }
  header nav .dropdown_arrow {
    right: 0px; }
  .homeAbout img {
    width: 100%; } }

@media (max-width: 991px) {
	.pvid{
	padding-top:0px;
}
	.iso-service.brcglobal .iso-subservice-titles .titles a {

    height: 106px;
    
}


.iso-service.brcglobal .iso-subservice-titles .titles .active {
    height: 118px!important;
}
	
		header .header-top {
    text-align: right;
    margin-top: 0px;
}

    /*iso-service .iso-service-header
    {
        height:200px!important;
        margin-top:-200px!important;
    }

    .iso-service .titleBanner
    {
        height:200px!important;
    }*/

  .iso-service .pos-points{
    display:none;
  }

  .iso-service .pos-points-mobile ul li{
    width: 50%;
    display: block;
    float: left;
    font-weight: 500;
    padding-right: 20px;
    font-family: Ubuntu;
    color: #253667;
    letter-spacing: 0.00em;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 35px;
  }

  .iso-service .pos-points-mobile{
    display:block;
    overflow:hidden;
    padding-left:5px;
  }

	.serviceDetail h1{
		margin-top:24px;	
	}
  .opportunities .opportunity {
    margin-bottom: 40px;
    margin-top: 40px; }
  .dropdown:hover::before {
    display: none; }
  .dropdown:hover .dropContent::before {
    height: 21px;
    width: 90px;
    background-color: #0071AB;
    display: none;
    content: "";
    position: absolute;
    top: -21px;
    left: 0px; }
 
  .desktop-items {
    display: none; }
  .tablet-items {
    display: block; }
  .homeAbout .dat-image {
    text-align: center; }
  .homeAbout img {
    padding-left: 0px !important;
    max-width: 350px;
    margin: 0px auto 40px;
    text-align: center;
    width: 100%; }
  .homeClients {
    padding-bottom: 30px; }
  .home-proactive .video {
    margin-top: 30px; }
  .services .col-md-3 {
    margin-bottom: 30px; }
  .why-globes .col-sm-6 {
    margin-bottom: 30px; }
  .home-top .main-text h1 {
    font-size: 45px; }

  /* Pricing Structure */
  .tablet-view {  padding-bottom: 45px;}
  .tablet-view,
  .tablet-view-nav{
      display: block !important;
  }
  .desktop-view { display: none;}
  .pricingStructure .smallcolleft,
  .pricingStructure .smallcolright{
      margin-top: 0;
      border-radius: 30px;
  }
  .pricingStructure .main-text{
      padding-bottom: 0 !important;
  }
  .pricingStructure .bigcol .costBlock{
      bottom: 0 !important;
  }
  .pricingStructure .tablet-view{
      background-color: #F0B3CA;
  }
  .pricingStructure .tablet-view .slick-slide{
      margin: 0 12px;
      opacity: 0.6;
  }
  .pricingStructure .tablet-view .slick-slide h2{
      color: #9F1B96;
      background-color: #fff;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      margin: 0;
      padding: 20px 40px;
  }
  .pricingStructure .tablet-view .slick-slide .costBlock{
      color: #193B6A;
  }
  .pricingStructure .bigcol{
    box-shadow: none;
	  border-radius: 30px;
  }
  .pricingStructure .bigcol .costBlock{
      background-color: #fff;
  }
  .pricingStructure .tablet-view .costBlock,
  .pricingStructure .tablet-view .costBlock .addUsers{
      border-top: 1px solid #000;
      color: #193B6A;
  }
  .pricingStructure .tablet-view .costBlock .costDetail span:first-of-type {
    color: #9F1B96;
  }
  .pricingStructure .tablet-view .slick-slide.slick-current{
      opacity: 1;
  }
  .pricingStructure .tablet-view .slick-slide.slick-current h2{
      color: #fff;
      background-color: #9F1B96;
  }
  .pricingStructure .tablet-view .slick-slide.slick-current .costBlock{
      color: #fff;
      background-color: #9F1B96;
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;
  }
  .pricingStructure .tablet-view .slick-slide.slick-current .costBlock .costDetail span:first-of-type,
  .pricingStructure .tablet-view .slick-slide.slick-current .costBlock .addUsers{
      color: #fff;
  }
  .pricingStructure .tablet-view .slick-slide.slick-current .costBlock,
  .pricingStructure .tablet-view .slick-slide.slick-current .costBlock .addUsers{
      border-top: 1px solid #fff;
  }
  .pricingStructure .slide-nav{
      background-color:#F0B3CA;
      padding-bottom: 60px;
  }
  .pricingStructure .slide-nav .slick-slide{
      border: 1px solid #fff;
      text-align: center;
      padding: 5px 0;
      color: #fff;
      border-radius: 5px;
      cursor: pointer;
  }
  .pricingStructure .slide-nav .slick-slide.slick-current{
      background-color:#fff;
      color: #9F1B96;
      font-weight: 500;
  }
  /* Pricing Structure END */
 }

.mobile-timeline {
  display: none; }

.mobile-items {
  display: none; }

@media (max-width: 767px) {
  .servicesPage h1 {
    margin-top: 9px; }
  .button3 {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 40px;
    margin-bottom: -25px; }
  .button {
    display: block;
    width: 100%;
    text-align: center !important; }
  .image-position {
    display: none; }
  #Contact-Form .col-sm-11 {
    padding-left: 15px !important; }
  .owl-item iframe {
    width: 100%; }
  .iso-richtext {
    padding: 0px 15px; }
  .proactive-main .features-button {
    margin-top: 30px;
    display: block;
    margin-bottom: 30px;
    padding: 0px 15px; }
  .proactive-main .proactive-top {
    text-align: center;
    background-color: #F1B3CA;
    padding-top: 30px;
    padding-bottom: 30px;
    padding: 30px 15px; }
  .proactive-main .proactive-nav .nav-item {
    width: 100%; }
  .proactive-nav .nav-item {
    width: 100%; }
  .desktop-timeline .row {
    margin: 0px;
    padding-left: 5px; }
  .timeline-point {
    width: 91%;
    position: relative; }
    .timeline-point.right {
      padding-right: 30px;
      float: left;
      border-right: 1px solid white;
      border-left: none;
      padding-left: 0px; }
    .timeline-point.right::after {
      display: block;
      content: "";
      height: 20px;
      width: 20px;
      background-image: url(/Images/timeline-dot.png);
      background-position: bottom 0px center;
      background-repeat: no-repeat;
      position: absolute;
      right: -10px;
      left: auto;
      top: 0px;
      bottom: 0px;
      margin-top: auto;
      margin-bottom: auto; }
  .purple.button {
    display: none !important; }
  .iso-service .pos-points ul li {
    width: 100%; }
  .tablet-items {
    display: none; }
  .mobile-items {
    display: block; }
  .AboutPage .history .bottom-align::after {
    display: none !important; }
  .mobile-timeline {
    display: block; }
  .mob-title::after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background-image: url(/Images/timeline-dot.png);
    background-position: bottom 0px center;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 17px;
    margin-left: auto;
    margin-right: auto; }
  .AboutPage .history .bottom-align {
    position: relative; }
  .mobile-timeline::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 25px; }
  .mobile-timeline .col-md-3 {
    margin-bottom: 30px;
    text-align: left;
    padding-left: 60px; }
  .mobile-timeline .text {
    font-weight: 300;
    font-family: Ubuntu;
    font-size: 14px !important;
    color: #fff !important; }
  .center-bar-new.active {
    display: none; }
  .about-area img {
    margin-bottom: 30px; }
  .logo {
    max-width: 250px; }
  .address-section {
    margin-bottom: 30px; }
  .owl-nav {
    display: none; } 
  /* Pricing Structure */
  .pricingStructure .slide-nav .slick-slide div div{
      width: 130px !important;
  }
  .pricingStructure .tablet-view .slick-slide div div{
      height: auto !important;
  }
  .pricingStructure .tablet-view .slick-slide .costBlock{
      position: relative;
  }
  /* Pricing Structure END */
}

@media (max-width: 769px) {
  .dat-image img {
    margin-top: 0px !important; }
  .iso-service .pos-points ul li {
    padding: 15px; } }

@media (max-width: 713px) {
  .sitemap a {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  .titles a {
    width: 100% !important;
    display: block !important; } }
@media (max-width: 625px) {
	.serviceDetail h1{
		font-size:42px !important;	
	}
}


@media (max-width: 590px) {
.iso-service h1 {
    font-size: 40px;
    font-size: Ubuntu;
    font-weight: 700;
    margin-top: 48px;
    color: #BAD9ED;
    text-align: center;
}
}
@media (max-width: 581px) {
	.articles-list .case-study .button{
		margin-bottom: 0px !important;	
	}
  .home-proactive {
    padding: 66px 0px 5px; }
  .homeAbout {
    padding-bottom: 82px; }
    .homeAbout a {
      width: 100%;
      text-align: center;
      display: block; }
  .home-top .main-text h1 {
    font-size: 24px; }
  .button {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center; } }


@media (max-width: 496px)
{
.consultancy h1 {
    margin-top: 10px;
}
}

@media (max-width: 479px) {
    /* Pricing Structure */
    .pricingStructure .slide-nav .slick-slide{
        width: 100% !important;
    }
    /* Pricing Structure END */
}
@media (max-width: 475px) {
  .articles-list .case-study .button {
    position: static; }
  .articles-list .case-study .datetime {
    margin-bottom: 25px; }
  .servicesPage .consultation {
    padding-bottom: 30px; }
  .servicesPage .training {
    padding-bottom: 30px; }
  .business-opp h1, .consultancy h1 {
    margin-top: 12px; }
  .consultancy .items-row {
    padding: 45px 0px 0px; } }

@media (max-width: 445px) {

    .iso-service-header
    {
        padding-top:45px;
    }
    
    
      .iso-service .pos-points-mobile ul li{
    width: 100%;

  }

  .workWith .testimonials .testimonialText {
    padding-left: unset; }
  .contact-info .telephone {
    display: none; }
  .contact-info .email {
    display: none; }
  h1 {
    font-size: 42px !important;margin-top:12px !important; }
  .iso-service h1 {
    margin-top: 55px; }
  .iso-service .pos-points ul li {
    padding: 5px; }
  .praoctive-video iframe {
    height: unset; } }
.pricingStructure ul li p,
.pricingStructure ul li a{ font-size: 14px; color: #193B6A; display: inline-block; margin-bottom: 0;}









.opt-padding{
    padding:40px 0px 40px 0px
}

.banner-container-new {
    position: relative;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: -9px 13px 14px #888888;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* add transition */
}

    .banner-container-new:hover {
        transform: scale(1.02); /* slightly bigger */
        box-shadow: -12px 16px 18px #888888; /* slightly stronger shadow */
        cursor: pointer;
    }

.banner-link {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    box-shadow: -9px 13px 14px #888888;
}

/* Flex layout for desktop */
.banner-content-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
   
    gap: 20px;
    box-shadow: -9px 13px 14px #888888;
    padding: 20px 35px;
}

/* Sections */
.banner-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-section .logo-img-banner {
    max-height: 60px;
}

.title-section h4 {
    margin: 0 0 5px 0;
    font-size: 1.5rem;
}

.title-section p {
    margin: 0;
    font-size: 1rem;
}

.image-section img {
    max-height: 100px;
}

.button-section .fake-button {
    background: #428535;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 20px;
    color: white;
    font-family: ubuntu;
    box-shadow: 0px 5px #385332;
    text-align: center;
    min-width: 100px;
}

/* Responsive: stack vertically below 992px */
@media (max-width: 992px) {
    .banner-content-new {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .button-section .fake-button {
        margin-top: 10px;
    }
}

/* 🔸 Mini Banner Box
--------------------------------------------------*/
/* 🔸 Mini Banner (Visible Only ≥768px)
--------------------------------------------------*/
/* Hide mini banner below 768px */
/* 🔹 MINI BANNER (for desktop view in sidebar) */
/* 🔹 MINI BANNER STYLES */
.mini-banner-container-new {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
  
    padding: 20px;
    text-align: center;
    box-shadow: -4px 6px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  
    margin-top: 30px;
}

    .mini-banner-container-new:hover {
        transform: translateY(-4px);
        box-shadow: -6px 8px 14px rgba(0,0,0,0.4);
    }

.mini-banner-bg {
    position: absolute;
    inset: 0;
    z-index: 0;

}

.mini-banner-content-new {
    position: relative;
    z-index: 1;
    color: white;
}

/* 🔸 Make image smaller and well-contained */
.mini-banner-img {
    max-width: 90%;
    max-height: 140px; /* ✅ controls how tall the image can be */
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.mini-logo-img-banner {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
}

.mini-fake-button {
    display: inline-block;
    padding: 8px 16px;
    background: #428535;
    color: white;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    font-size: 14px;
    font-family: ubuntu;
    box-shadow: 0px 5px #385332;
}



/* 🔸 Visibility Rules */
@media (min-width: 768px) {
    .banner-container-new-subpages {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .mini-banner-container-new-subpages {
        display: none !important;
    }
}

.iso-header-wrapper {
    position: relative;
    width: 100%;
}

/* Background image behind everything */
.titleBanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* auto-expands */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Black overlay */
.titleOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7; /* adjust darkness */
    z-index: 2;
}

/* Content layer */
.iso-service-header {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 40px 0 40px; /* 🔥 controls header height */
}

/* White spacer underline */
.why-spacer {
    display: block;
    width: 60px;
    height: 4px;
    background-color: white;
    margin: 20px auto 24px;
}
