#our-delivery, #partners .hover-img-partners{
  position: relative;
}
#our-delivery span .blue-icon-image{
  position: absolute;
  top: 20px;
  display: none;
}
.delivery_title, .delivery_heading, .delivery_button {
  font-family: "Montserrat";
  font-weight: bold;
  color: #fff;
}
.delivery_bgcolor:hover span .blue-icon-image{
  display: block !important;
}
.delivery_bgimage{
  background-size: cover;
  border-radius: 5px 0px 0px 0px;
}
.delivery_bgcolor:hover {
  background-color: rgba(0,0,0,0.6);
  transition: 2s;
  border-bottom: 3px solid #4bcdfc !important;
}
.delivery_bgcolor {
  border-radius: 7px 0px 0px 0px;
  border-bottom: 3px solid #1d2027 !important;
  border-radius: 5px 0px 0px 0px;
  background-color: #4bcdfc;
}
#our-delivery .delivery-details span{
  padding: 20px 20px;
  display: inline-block;
  transition: 2s;
}
.delivery_title{
  font-size: 13px;
}
.delivery_heading{
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
#our-delivery .delivery_heading_brd:after{
  content: "";
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  margin-left: -6%;
  margin-top: -5px;
}
.delivery_text{
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat";
  padding: 5px 15px 0px 15px;
}
#our-delivery .delivery_button_brd:after{
  content: "";
  width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 1px dashed #ffffff;
}
.delivery_button{
  font-size: 13px;
  line-height: 20px;
}
#our-delivery .delivery_bgcolor:hover .delivery_button_brd:after{
  border-bottom: 1px dashed #00cdfc;
}
.delivery_bgcolor:hover .delivery_button a{
  color: #00cdfc;
}
.delivery_button a, .active .panel-heading a, .panel-heading:hover b, .blog-share:hover i{
  color: #ffffff;
}
.delivery_spc{
  padding: 15px;
}
#our-delivery .owl-carousel .owl-dot {
  padding: 4px;
  padding: 5px;
  border: none;
  margin-right: 9px;
  background-color: #f0f0f0;
}
#our-delivery .owl-dots, #about-us .about-head,  #our-team h3, #our-services .services-head, .track-shipping, #request-qoute .request-head, #core-value .core-value-head, #partners .partners-head, #blog .blog-head, #blog .owl-dots, #our-clients .owl-dots {
    text-align: center;
}
#our-delivery .owl-carousel .owl-dot.active, #testimonials .owl-dot.active, #blog .owl-carousel .owl-dot.active, #our-clients .owl-carousel .owl-dot.active {
    background-color: #5bc4db;
}
#our-delivery .owl-nav, .blog-share-icon, .blog-contents:hover .blog-info .blog-text, #blog .owl-nav button{
  display: none;
}
/* -------------------- About Us ------------------ */
.video_bgimg{
  background-size: cover;
}
span.video_img i {
    color: #fff;
}
span.video_img {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}
.video_bgimg {
    position: relative;
    margin-top: -25px;
}
span.video_img i {
    color: #fff;
    font-size: 22px;
    border: 4px solid #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 15px 20px;
}
/*.video_img{
  margin-top: 25%;
  margin-bottom: 25%;
}*/
span.video_img i:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(243 241 236 / 78%);
  top: -23%;
  left: -25%;
  background: transparent;
  cursor: pointer;
}
span.video_img i{
  position: relative;
}
  @-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, 0.75), 0 0 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, 0.75), 0 0 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
/* ------------ Video Popup ----------------- */
.video .modal-new {
  display: none;
  position: fixed;
  z-index: 999999999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(11,11,11,0.8);
}
a#myBtn1 {
    cursor: pointer;
}
/* Modal Content */
.video .modal-contents {
  margin: auto;
  padding: 6px;
  width: 45%;
  transition: 2s;
  border-radius: 10px;
  background: #00cffa;
}
/* The Close Button */
.video .close-one1 {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.video .close-one1:hover,
.video .close-one1:focus {
  text-decoration: none;
  cursor: pointer;
  -webkit-mask-image: linear-gradient(-75deg, rgba(75,205,252,.6) 30%, #000 50%, rgba(75,205,252,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}
@-webkit-keyframes shine {
  from {-webkit-mask-position: 150%; } to {-webkit-mask-position: -50%; }
}
#about-us .about-head h3, #our-team .tc-team-heading, #our-clients  h3, #what-makes-us-special h3, #about-us-page h3 {
  font-size: 25px;
  font-weight: bold;
  font-family: "Montserrat";
  letter-spacing: 0px;
  color: #4bcdfc;
}
span.first-word{
  color: #22272b !important;
}
.about-content, .our-team-content{
  margin-top: 5%;
}
.about-text-content{
  font-family: "Montserrat";
}
.titles-underline:after{
  content: "";
  width: 70px;
  height: 2px;
  background-color: #4bcdfc;
  position: absolute;
  margin-top: 10px;
  margin-left: -3%;
}
.about-heading{
  font-size: 30px;
  margin-top: -9px;
  color: #2e2e2e;
}
.about-sub-heading {
  font-size: 13px;
  line-height: 30px;
  color: #1d2027;
  text-align:left !important;
}
.about-text {
  font-size: 13px;
  line-height: 30px;
  font-family: "Montserrat";
  color: #7d7d7d;
  padding: 20px 0 18px;
}
.about-different {
  list-style: none;
  margin-left: -1px;
}
.about-different li {
  padding-bottom: 21px;
  font-size: 14px;
}
.about-different li span{
  font-weight: 600;
}
.about-different i {
  color: #4bcdfc;
}
.about-different b,.about-different span {
    color: #000;
}
/* ------------------ Our Services ----------------  */
#our-services .services-head h3, #our-services-page h3{
  font-size: 25px;
  font-weight: bold;
  font-family: "Montserrat";
  letter-spacing: 0px;
  line-height: 22px;
  color: #4bcdfc;
  text-transform: uppercase;
}
.services-content{
  margin-top: 15px;
}
.services-content p{
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #90939c;
  margin-bottom: 0;
  font-family: "Montserrat";
}
.services-text-content {
    margin: 5px 0;
    padding: 15px 0 5px 0;
}
.services-content-left, .services-content-right {
    background-color: #fff;
    margin: 0 15px;
    padding: 25px 0;
    align-items: center;
}
.services-heading {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    position: relative;
}
.services-heading:before {
    content: "";
    width: 55px;
    height: 2px;
    background-color: #4bcdfc;
    position: absolute;
    margin-top: 10px;
    margin-left: -15%;
}
.services-text{
  font-size: 13px;
  line-height: 24px;
  font-family: "Montserrat";
  color: #a8a8aa;
}
.services-text-content-right {
    margin: 5px 0;
    padding: 15px 0 5px 0px;
}
.services-heading-right {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
.services-heading-right:after {
    content: "";
    width: 55px;
    height: 2px;
    background-color: #4bcdfc;
    position: absolute;
    margin-top: 10px;
    margin-left: 1%;
}
.services-text-right{
  font-size: 13px;
  line-height: 24px;
  font-family: "Montserrat";
  color: #a8a8aa;
}
.icon-image-box {
    position: relative;
}
.icon-image-box img.icon-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
.services-text-content:hover img.icon-hover-image, .services-text-content-right:hover img.icon-hover-image {
    opacity: 1;
    transition: 0.5s;
}
.services-text-content:hover img.icon-image, .services-text-content-right:hover img.icon-image {
    opacity: 0;
    transition: 0.5s;
}
.services-content-left:hover .icon-image-box,.services-text-content-right:hover .icon-image-box{
    transition: 1s;
    -webkit-transition: .7s;
    transform: rotateY(360deg);
}
/* ------------------ Track Shipment ----------------  */
.track-icon{
  padding: 37px 0px;
  position: relative;
  border: 1px solid #cccccc26;
}
.track-icon:hover {
  background-color: #4bcdfc;
  transition: 2s;
}
.track-icon:hover .icon-heading{
  color: #333333;
  transition: 1s;
}
.icon-heading{
  font-size: 16px;
  color: #1d2027;
}
.track-icon .track-hover-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
.track-icon:hover .track-hover-img{
  opacity: 1;
}
#track-shipment h3.fw-bold{
  font-size: 25px;
  font-weight: bold;
  font-family: "Montserrat";
  letter-spacing: 0px;
  line-height: 22px;
  color: #4bcdfc;
  text-transform: uppercase;
}
.track-shipment-head p{
  font-size: 13px;
  line-height: 30px;
  font-family: "Montserrat";
  color: #7d7d7d;
  padding: 20px 0;
  margin-bottom: 0;
}
.ship-titles-underline:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  margin-top: 10px;
}
span.ship-smal-head {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #4bcdfc;
  font-weight: 600;
  font-family: "Montserrat";
  padding: 0px 0 20px;
  display: block;
}
.track-details,.track-details a {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #1d2027;
  font-weight: 600;
  font-family: "Montserrat";
}
.ewd-otp-order-tracking-form-div h3{
  display: none;
}
.track-shipment-head {
  padding-right: 60px;
}
#track-shipment input[type="text"]{
  margin: 4% 0 0 0;
  width: 100%;
}
#track-shipment input[type=submit] {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat";
  background: #4bcdfc;
  border: 1px solid #4bcdfc;
  padding: 15px 50px;
  margin: 20px 0;
}
.track-icon:hover .track-img {
    opacity: 0;
}
.track-icon:hover .icon-heading{
  color: #fff;
}
/* ------------------ Request Quote ----------------  */
.request-head h3{
  font-size: 25px;
  color: #4bcdfc;
}
span.first-word-white{
  color: #fff !important;
}
.first-word-blue{
  color:#4bcdfc;
}
.request-form{
  margin-top: 25px;
  color: #ffffff;
}
#request-qoute input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"], textarea{
  background: #0000007d;
  border: none;
  color: #ffffff;
  font-size: 13px;
}
#request-qoute input[type="text"]::placeholder,  #request-qoute input[type="tel"]::placeholder, #request-qoute input[type="email"]::placeholder, #request-qoute textarea::placeholder{
    color: #e3e3e3;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"], input[type="number"], #request-qoute select{
  width: 90%;
  padding: 12px;
}
input[type="text"], input[type="tel"], input[type="email"]{
  float: left;
  margin: 4% 0 0 8%
}
#request-qoute select{
  float: right;
  margin: 4% 8% 0 0;
}
#request-qoute textarea {
  margin-top: 4%;
  width: 93%;
  margin-left: 10px;
}
#request-qoute select.wpcf7-form-control.wpcf7-select{
  background: #0000007d;
  color: #ffffff;
  border: none;
  font-size: 13px;
  border: none;
  font-size: 13px;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#request-qoute span.wpcf7-not-valid-tip {
  float: left;
  margin-left: 45px;
}
#request-qoute .core-button a i{
  margin-left: 15px;
}
#request-qoute select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    background-image: linear-gradient(45deg, transparent 50%, #121213 50%), linear-gradient(135deg, #0a0a0a 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.8em 2.5em;
    background-repeat: no-repeat;
}
/* ------------------ why-choose-us ----------------  */
#why-choose-us{
  text-align:left;
  font-family: "Montserrat";
}
.why-choose-us-head h3 {
  font-size: 25px;
  font-family: "Montserrat";
  letter-spacing: 0;
  color: #4bcdfc;
}
.why-choose-us-content{
  margin-top: 20px;
  transition: 0.5s;
}
.why-choose-us-icon{
  margin-top: 20px;
  position: relative;
}
.why-choose-us-content h4{
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.why-choose-us-icon-line:after {
    content: "";
    width: 1px;
    height: 60px;
    background-color: #e5e5e5;
    position: absolute;
    margin-left: -23%;
    margin-top: 50%;
}
.why-choose-us-content:hover img {
    transform: scale(1.15);
    transition: 0.5s;
}
.why-choose-us-content img{
  transition: 0.5s;
}
.panel-heading {
    padding: 10px;
}
.active .panel-heading, .panel-heading:hover{
    background-color: #4bcdfc;
}
.panel-heading a, .panel-title{
    color: #1d2027;
}
.active .panel-heading .faq-i i, .panel-heading:hover .faq-i i{
  background-color: #ffffff;
  color: #4bcdfc;
}
.faq-head h3 {
  font-size: 25px;
  font-family: "Montserrat";
  font-weight: bold;
  letter-spacing: 0;
  color: #4bcdfc;
}
.faq-titles-underline:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #4bcdfc;
  position: absolute;
  margin-top: 2px;
}
.faq{
    margin-top: 20px;
}
.accordion-button:not(.collapsed)::after{
  content: '\f056';
  font-family:'Font Awesome 5 Free';
  background-image: none;
  right: 13px;
  transition: none;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1rem;
  margin-left: auto;
}
.accordion-button::after{
  content: '\f055';
  font-family:'Font Awesome 5 Free';
  position: absolute;
  right: 5px;
  background-image: none;
  transition: none;
}
.card-header:hover .accordion-button, .card-header:hover{
  background-color: #4bcdfc;
  color: #fff;
}
.accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  box-shadow: none;
}
.card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #ececec;
  padding: 0 !important;
}
button:not(.collapsed),  button:not(.collapsed) .card-header{
  background: #4bcdfc !important;
  color: #fff !important;
}
.card {
    border: 1px solid #ececec;
}
.accordion-header button{
  font-size: 13px;
  font-weight: bold;
}
/* ------------------ Core Values ----------------  */
#core-value .core-value-head h3{
  font-size: 25px;
  font-family: "Montserrat";
  letter-spacing: 0px;
  color: #4bcdfc;
}
#core-value{
  padding: 5em 0 8em;
}
.core-value-icon{
    background-color: #4bcdfc;
    border-radius: 8px 0px;
    height: 80px;
    width: 75px;
    margin-right: 15px;
}
.core-value-icon img{
  margin-top: 1em;
}
.record-contents{
  margin-top: 6%;
}
.record-contents b {
  font-size: 40px;
  color: #ffffff;
  font-family: "Montserrat";
}
.record-contents i{
  font-size: 25px;
  color: #ffffff;
}
.record-contents p{
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}
.core-button{
  margin-top: 8%;
}
.core-button a {
  font-size: 14px;
  color: #ffffff;
  padding: 15px;
  background-color: #4bcdfc;
  border-radius: 0px 5px;
  text-transform: uppercase;
}
.record-contents:hover .core-value-icon{
  transition: 1s;
  -webkit-transition: .7s;
  transform: rotateY(360deg);
}
/* ---------------- Our Partners ------------------ */
#partners .partners-head h3{
  font-size: 25px;
  font-weight: bold;
  font-family: "Montserrat";
  letter-spacing: 0px;
  color: #4bcdfc;
}
.partners-content{
  margin-top: 5%;
}
#partners .partners-img {
  background-color: #f5f5f5;
  border: 1px solid #f0f0f0;
  position: relative;
}
.partners-img-bg {
  border: 1px solid #f0f0f0;
}
.service-img-black{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
#partners .hover-img-partners:hover .service-img-black{
  opacity: 1;
  transition: 0.5s;
}
/* ------------------ Testimonials ----------------  */
#testimonials{
  background-size: contain;
}
.testimonials-content {
    margin-top: 4em;
}
.testimonials-head h3 {
    padding-top: 38px;
}
#testimonials .testimonials-head{
  text-align: center;
  /*margin-bottom: -8em;*/
}
#testimonials .testimonials-head h3{
  font-size: 25px;
  font-weight: bold;
  font-family: "Montserrat";
  letter-spacing: 0px;
  color: #4bcdfc;
}
.testimonial-data{
  background-color: #ffffff;
  padding-bottom: 55px;
  text-align: center;
  box-shadow: 0 0 5px 3px #afafaf47;
  border-bottom: 3px solid #afafaf47;
  position: relative;
  top: 0;
  transition: 0.5s;
}
.testimonial-data:hover .testimonials-img img {
    transition: 1s;
    -webkit-transition: .7s;
    transform: rotateY(360deg);
    /* transform: scale(1.05); */
}
.testimonial-data-srtcd{
  background-color: #ffffff;
  padding-bottom: 26px;
  text-align: center;
  border: 1px solid #e4e4e4;
  margin-top: 21%;
}
.testimonials-img img{
    border-radius: 50%;
    margin-top: -20%;
    border: 2px solid #fefefe;
}
.testimonials-img-srtcd img {
  border-radius: 50%;
  margin-top: -20%;
  border: 2px solid #fefefe;
}
.testimonials-icon i{
  margin: 19px;
  color: #4bcdfc;
  font-size: 35px;
  top: 2em;
  position: relative;
}
.testimonials-info{
  margin-top: 5em;
}
.testimonials-info p{
  font-size: 14px;
  line-height: 26px;
  font-family: "Montserrat";
  font-style: italic;
  padding: 2px;
}
.testimonial-title a{
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
}
.t-desig{
  font-size: 13px;
  line-height: 22px;
  color: #7d7d7d;
}
#testimonials  .owl-dots {
    float: right;
    margin-top: -22%;
    margin-right: -4%;
}
#testimonials .owl-carousel .owl-dot{
    display: block;
    padding: 5px;
    border: none;
    margin-bottom: 9px;
    background-color: #fff !important;
}
#testimonials .owl-dot.active{
  background-color: #5bc4db !important;
}
.testimonial-data:hover {
    top: -15px;
    transition: 0.5s;
}
.testimonials-icon {
    margin-top: 11em;
}
.testimonials-icon-srtcd i{
    margin: 19px;
    color: #4bcdfc;
    font-size: 35px;
    top: 2em;
    position: relative;
}
.testimonials-img {
    left: 0;
    right: 0;
    margin-top: -25%;
    position: absolute;
}
.testimonials-img-srtcd {
    margin-left: 25%;
    margin-top: -12%;
    position: absolute;
}
#single-testimonial .instructor-desig{
  font-family: "Montserrat";
  color: #13182c;
  font-weight: normal;
  font-size: 17px;
  padding-top: 15px;
}
#single-testimonial .social-icon i{
  background-color: #ffffff;
  width: 40px;
  padding: 10px 14px;
  color: #4bcdfc;
  margin-right: 15px;
  border-radius: 5px 0px;
  margin-top: 10px;
  border: 1px solid;
}
#single-testimonial .social-icon i:hovers{
  background-color: #4bcdfc;
  color: #ffffff;
}
#single-testimonial .single-testimonial-content p{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #a8a8aa;
  font-family: "Montserrat";
  padding-top: 20px;
}
#testimonials .button_center{
  margin-top: 14% !important;
}
#blog .blog-head h3{
  font-size: 25px;
  font-weight: bold;
  font-family: "Montserrat";
  letter-spacing: 0px;
  color: #4bcdfc;
}
#blog .owl-stage{
  display: flex;
}
#blog .owl-item.active{
  width: 50% !important;
}
#blog .owl-item.active ~ .owl-item.active{
  width: 25% !important;
}
#blog .blog-content{
  margin-top: 3%;
  text-align: left;
}
.blog-date i {
  color: #4bcdfc;
}
.blog-date span {
  font-style: italic;
  font-size: 13px;
  color: #7d7d7d;
}
.blog-share{
  float: right;
  cursor: pointer;
}
.blog-share i{
  font-size: 24px;
  color: #4bcdfc;
}
.blog-share{
    border: 1px solid transparent;
    padding: 5px 10px 5px 10px;
    border-radius: 8px 0px;
    margin-top: -10px;
}
.blog-share:hover{
  border: 1px solid #4bcdfc;
}
.blog-share-icon {
  margin-top: 7em;
  margin-left: -10em;
  margin-bottom: -2em;
}
.blog-share-icon a i {
  margin-right: 5px;
  background-color: #ffffff;
  padding: 7px 9px;
  border-radius: 5px 0px;
  width: 30px;
  height: 30px;
}
.blog-share-icon a:hover {
  background-color: #4bcdfc;
  color: #ffffff;
}
.blog-comments i {
  color: #4bcdfc;
}
.blog-comments span{
  font-size: 13px;
}
.blog-information{
  margin-top: 15%;
}
.blog-title h4{
  color: #1d2027;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 10px 0px;
}
.blog-text p {
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 24px;
  font-family: "Montserrat";
}
.blog-button{
  font-size: 13px;
  font-weight: bold;
}
.blog-info {
  padding: 25px;
}
.blog-contents:hover {
  background-size: cover;
  height: 275px;
}
.blog-contents:hover .blog-info span,
.blog-contents:hover .blog-comments span,
.blog-contents:hover .blog-info h4, .blog-contents:hover .blog-info p {
  color: #fff;
}
.blog-contents:hover .blog-button {
  padding-top: 16%;
}
#blog .owl-carousel .owl-dot, #our-clients .owl-carousel .owl-dot {
  padding: 4px;
  padding: 5px;
  border: none;
  margin-right: 9px;
  background-color: #d9d9d9;
}
.shortcode_text{
  margin-top: 3%;
  color: #9d9d9e;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
}
button.owl-prev, button.owl-next {
  background: #ffffff;
  border: 1px solid #000;
  padding: 6px 9px;
}
button.owl-next.disabled, button.owl-prev.disabled {
  background: #bbb;
}
.wpcf7-spinner{
  display: none;
}
label.ewd-otp-field-label {
    display: none;
}
#partners .hover-img-partners:hover img.service-img {
    opacity: 0;
}
