*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Lato', sans-serif;
}

.carousel-caption {
    position: absolute;
    right: 7%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
   
    text-align: right;
    top: 20%;
}
.carousel-caption h5{
    font-size: 45px;
    font-weight: 800;
    color: #006bb6;
}

.carousel-caption h6{
    font-size: 40px;
    font-weight: 800;
    color: #fbab19;
}

.carousel-caption p{
    font-size: 20px;
    margin-top: 3rem;
    position: relative;
}


.carousel-caption p::before{
    position: absolute;
    content: '';
    height: 3px;
    width: 150px;
    background: #fff;
    right: 0;
    top: -10px;
}

.heading{
    margin-top: 2rem;
}

.heading h4{
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
}
.heading h4 a{
	color: #006bb6;
	text-decoration:none;
}
.heading h4 span{
	color: #006bb6;
	display: block;
}

.content-box{
    display: flex;
}

.content-per{
    margin: 7.4rem 3rem 0 3rem;
}

.owl-next span{
    position: absolute;
    right: 0;
    top: 40%;
    right: -58px;
    font-size: 70px;
    color: #000;
}

.owl-prev span{
    position: absolute;
    top: 40%;
    left: -58px;
    font-size: 70px;
    color: #000;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
  }
  
  .over:hover .overlay {
    opacity: 1;
  }
  
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .over {
    position: relative;
    
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }

  .space{
      margin-top: 2rem;
  }

  .video-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.together{
    font-size: 72px !important;
    font-style: italic;
}


.content-per h3{
    font-size: 29px;
    color: #333;
    display: inline-block;
}
.item a{
    text-decoration: none;
}
.item a p{
    color: #000000;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-item img {
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.second-box{
    text-align: center;
    margin: 0 auto;
}


.second-box img{
    text-align: center;
    margin: 0 auto;
}

.second-box:before{
  position:absolute;
  content:'';
  background: url('../png/quotes-1.png');
  height: 80px;
  width: 99px;
  opacity: 0.5;
  right: 10px;
  bottom: 0px;
}


.second-box:after{
  position:absolute;
  content:'';
  background: url('../png/quotes-2.png');
  height: 80px;
  width: 99px;
  opacity: 0.5;
  left: 10px;
  top: 35px;
}

.content-box   div:nth-child(1){
    width: 65%;
    margin-left: 0rem;
}

.success-story{
    position: relative;
    background: #f5f5f5;
}
.success-story::before{
    background: #006bb6;
    /* content: ''; */
    position: absolute;
    height: 70%;
    width: 100%;
    top: 28.5%;
}

.content-box img{
  box-shadow: 0px 5px 5px -3px #333;
 }

.success-story p{
    color: #fff !important;
}

.success-story-page{
    background: #f5f5f5;
    padding-bottom: 2rem;
}

.success-story-page p{
    color: #333;
}
 
.success-story-page .content-per {
    margin: 2rem 3rem 0 3rem;
}
video {
    width: 100%;
    height: auto;
}

.ab-heading{
    font-size: 18px;
    text-align: center;
    margin-top: 1rem;
    font-weight: 600;
    line-height: 28px;
}

header .heading {
   margin-top: 0rem;
}

header{
   padding: 2rem;
   background: #f5f5f5;
}

header .heading h4{
   font-size: 22px;
   text-align: right;
}

.readmore{
    text-decoration: none;
    color: #006bb6;
    text-align: center;
    display: block;
    font-weight: 600;
}
 @media screen and (max-width: 1920px){
    .content-per {
        margin: 4.4rem 3rem 0 3rem;
    }
    
 }

 @media screen and (max-width: 1440px){
  
  video {
    width: 100%;
    height:auto;
}

 }

 @media screen and (max-width: 1366px){

  video {
    width: 100%;
    height:auto;
}


.ab-heading {
    font-size: 16px;

}
    .content-per {
        margin: 3.4rem 3rem 0 3rem;
    }
    .success-story::before {
        background: #006bb6;
        content: '';
        position: absolute;
        height: 60%;
        width: 100%;
        display: none;
        top: 36.5%;
    }
    .content-per {
        margin: 2.4rem 3rem 0 3rem !important;
    }
 }

 @media screen and (max-width: 1024px){
 .owl-next span {
    position: absolute;
    top: 40%;
    right: -32px;
    font-size: 70px;
    color: #000;
}

.owl-prev span {
    left: -36px;

}

.content-box div:nth-child(1) {
    width: 106%;
    margin-left: 0rem;
}
.content-box img {
  
    padding: 0px;
    
}
 }
 @media screen and (max-width: 768px){
    .content-box img {
       
        padding: 0px;
        
    }

    .ab-heading {
     text-align: left;
     }
    .content-per {
      margin: 0!important;
  }
    video {
      width: 100%;
      height: auto;
  }

    .heading h4 {
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .content-box {
        display: flex;
        flex-direction: column;
    }
    .content-box div:nth-child(1) {
        width: 100%;
        margin-left: 0rem;
    }
    .owl-next span {
        position: absolute;
        right: 0;
        top: 40%;
        right: -23px;
        font-size: 70px;
        color: #000;
    }

    .owl-prev span {
        
        left: -28px;
        
    }
 }
 @media screen and (max-width: 767px) and (min-width: 315px)
 {

    .heading h4 a {
        color: #006bb6;
        text-decoration: none;
        text-decoration: none;
    }

.carousel-control-prev {
  display: none;
}
  video {
    max-width: 100%;
    height: auto;
}
    .owl-next span {
        position: absolute;
        top: 15%;
        right: 0;
        font-size: 70px;
        color: #fff;
    }
    .heading h4 {
        font-size: 35px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .content-box img {
       
        padding: 0px;
        
    }
    .content-box {
        display: flex;
        flex-direction: column;
    }
    .content-box div:nth-child(1) {
        width: 100%;
        margin-left: 0rem;
    }
    .content-per {
        margin: 0 !important;
    }
    .owl-prev span {
    left: 0;
    top: 15%;
    color: #fff;
}

header .heading h4 {
    font-size: 18px;
    text-align: left;
    margin-top: 1rem;
}
 }

 .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    height: 50px;
    top: 50%;
    display: none;
}