.widgetPosition-Bottom-Right {
    position: fixed;
    bottom: 20px;
    right: 15px;
}

.callwidgetPosition-Bottom-Right {
    position: fixed;
    bottom: 20px;
    left: 20px;
}
.whatsappWidget {
    height: 3.7em;
    width: 3.7em;
    border-radius: 50%;
    z-index: 11;
    color: #fff;
    text-align: center;
    display: table;
    transition-property: top;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}

.callWidget {
    height: 3.7em;
    width: 3.7em;
    border-radius: 50%;
    z-index: 11;
    color: #fff;
    text-align: center;
    display: table;
    transition-property: top;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}

/* testimonial  */

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
/*#customers-testimonials .shadow-effect p {
    font-style: italic;
    font-family: cursive;
    font-size: 5px;
    line-height: 1;
    margin: 0 0 12px 0;
    font-weight: 50;
}
*/.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 5px;
    margin-bottom:40px;
    opacity: 0.2;
    /*-webkit-transform: scale3d(0.8, 0.8, 1);*/
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 600px) {
    #customers-testimonials .item {
      padding: 10px;
    }
  }

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

/* job-updates  */

#job-updates .item {
    text-align: center;
    padding: 5px;
    margin-bottom:40px;
    opacity: 0.2;
    /*-webkit-transform: scale3d(0.8, 0.8, 1);*/
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 600px) {
    #job-updates .item {
      padding: 10px;
    }
  }

#job-updates .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#job-updates.owl-carousel .owl-dots .owl-dot.active span,
#job-updates.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#job-updates.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#job-updates.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#job-updates.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

/* services */

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 32px;
}
.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}
.card1 {
    display: block;
    position: relative;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 6px 3px;
    margin: 5px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}
.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 52px;
    width: 52px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}
.card1:hover:before {
    transform: scale(21);
}
.card1:hover .news-info p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
}
.card1:hover .news-info h3 a{
    transition: all 0.3s ease-out;
    color: #fff;
}


/*offer card design start*/

#offer{
    margin-top: 20px;
    /*margin-bottom: 50px;*/
    padding: 5px;
}

.offer_card_new {
  /* Add shadows to create the "card" effect */
  box-shadow: 4px 4px 16px 4px rgba(255,0,0,0.5);
  transition: 0.3s;
  height: 100%;
  border: 1px solid red;
  margin-bottom: 20px;
}

.offer_card_new img{
    width:100%; margin-top: -30px;
}

/* On mouse-over, add a deeper shadow */
.offer_card_new:hover {
  box-shadow: 4px 4px 16px 4px rgba(0,255,0,0.5);
  border: 1px solid green;
}

.offer_head{
    color: red;
    font-size: x-large;
}
.offer_body{
    padding: 5px;
}
.offer_card_new p{
    color: rgba(0, 0, 255, 1.0);
    font-size: larger;
    text-shadow: rgba(0, 0, 0, 1.0);
}

@media only screen and (min-width: 768px) {
    .offer_card_new img{
        width:70%; 
        margin-top: -62px;
        margin-bottom: -30px;
    }

    .offer_head{
        color: red;
        font-size: xx-large;
    }
  }