.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button:focus {
    outline: none;
}



.keyframebox {
    background: #fff;
    /* box-shadow: 0 0 13px #d1d1d1; */
    padding: 30px 20px 30px 20px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 20px;
    height: 240px;
    transition: .3s;
}

.achimentbox {
    /* width: 38%; */
    /* margin: 0 auto; */
    /* padding-bottom: 20px; */
}

.achimenticon {
    width: 42%;
    margin: 0 auto;
    background-color: #F8F8F8;
    border-radius: 50%;
    padding: 20px 20px;
}

.achimentcontent {
    text-align: center;
}

.achimentcontent p {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 31px;
}

button.owl-prev:hover {
    background: #035da1 !important;
}
button.owl-next:hover {
    background: #035da1 !important;
}

button.owl-prev span {
  font-size: 41px;
  color: #ffff;
  position: absolute;
  top: -16px;
  left: 12px;
}

button.owl-next {
    background: #1086df !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -16px !important;
    top: 50%;
}
button.owl-next span {
  font-size: 41px;
  color: #ffff;
  position: absolute;
  top: -16px;
  right: 12px;
}

button.owl-prev {
    background: #1086df !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -16px !important;
    top: 50%;
}

.keyframebox:hover {
    transform: scale(1.1);
/*    border-bottom: solid 3px #1086df;*/
}
/*=======================================backgrond color====================================*/
/*.outerofslider {
    background: #f6f6f6;
}*/
/*=======================================backgrond color====================================*/
.outerofslider .owl-dots {
    display: none;
}
.ourvalueimgbox {
    width: 100px;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ourvaluecontentbox {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 14px #c1c1c1;
    position: relative;
    transition: .2s;
}
.ourvaluebox {
    margin: 16px 0;
}
.ouver .ourvalueimgbox img {
    transition: .3s;
}
.ourvaluebackbox {
    background: linear-gradient(88deg,#0ab3c4, #2ca6d2);
    border-radius: 12px;
    width: 100%;
    height: 75%;
    position: absolute;
    top: 30px;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .2s;
}
.headingofourvalue {
  padding-top: 70px;
  text-align: center;
  padding: 70px 20px 20px 20px;
  height: 252px;
}
.ouver:hover .ourvaluecontentbox {
    border-bottom: solid 5px #2ca6d2;
}
.ouver:hover img {
    transform: rotateY(358deg);
}
img.mobileb {
    display: none !important;
}

img.desktopb {
    display: block !important;
}
.banersliderset .owl-nav {
    display: none;
}



.banersliderset .owl-nav button.owl-prev span {
    left: 20px;
}

.banersliderset .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.banersliderset .owl-dots button.owl-dot {background: white;}

.banersliderset .owl-dots button.owl-dot.active {
  background: #1086df;
  background: linear-gradient(131deg,#1371bc, #21afeb);
}


.outerofslider .owl-dots {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.outerofslider .owl-dots button.owl-dot {
    border: solid 1px black;
/*    bottom: 30px;*/
/*    position: absolute;*/
    background: transparent;
    width: 9px;
    height: 9px;
}
.outerofslider .owl-nav {
    display: none;
}

.outerofslider .owl-dots button.owl-dot.active {
    background: #000;
}

@media only screen and (max-width: 1440px) {
.achimenticon {
    width: 52%;
}
.headingofourvalue {
  height: 251px;
}
}

@media only screen and (max-width: 1263px) {
.achimenticon {
    width: 60%;
}
}

@media only screen and (max-width: 1024px) {
.outerofslider .container {
    max-width: 900px;
}
}




@media only screen and (max-width: 992px) {
.outerofslider .container {
    max-width: 880px;
}
}

@media only screen and (max-width: 768px) {
.outerofslider .container {
    max-width: 740px;
}
}


@media only screen and (max-width: 550px) {
.outerofslider .container {
    max-width: 520px;
}
}


@media only screen and (max-width: 425px) {
.outerofslider .container {
    max-width: 412px;
}
button.owl-prev {
    width: 30px;
    height: 30px;
}
button.owl-prev span {
    font-size: 37px;
    top: -18px;
    left: 8px;
    font-weight: 200;
}
button.owl-next {
    width: 30px;
    height: 30px;
}
button.owl-next span {
    font-size: 37px;
    top: -18px;
    right: 8px;
    font-weight: 200;
}
img.desktopb {
    display: none !important;
}
img.mobileb {
    display: block !important;
}
.banersliderset .owl-dots {
    display: none;
}
.headingofourvalue {
    height: 210px;
}
}


@media only screen and (max-width: 375px) {
.outerofslider .container {
    max-width: 350px;
}
.achimenticon {
    width: 100%;
}
.achimentcontent p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
}


@media only screen and (max-width: 320px) {
  .outerofslider .container {
    max-width: 290px;
}
}