/*-------------- Owl crousel ---------------*/

  .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    width: auto;
  }
  button.owl-prev {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    outline: none!important;
  }
  button.owl-next {
    position: absolute;
    right: 5%;font-size: 36px;
    line-height: 46px;
    color: #333333;
    font-weight: 800;
    text-align: center;
    outline: none!important;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
  }

/* SLIDER */
  section#slider {
    padding: 0px;
  }
  #slider .owl-nav {
   display: none;
  }
  #slider {
    max-width: 100%;
    margin: auto;
    position: relative;
    padding:0;
  }
  #slider img {
    width: 100%;
  }
  .slide_next_image img {
    width: auto !important;
    height: 100%;
  }
  #slider .slider-content h1 {
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
  }
  #slider .slider-content h2 {
    font-size: 13px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
  }
  #slider .carousel-caption {
    top: 0;
    bottom: inherit;
    text-align: left;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    bottom: 0;
  }
  #slider .slider-content {
    position: absolute;
    top: 25%;
    text-align: left;
    transform: translateY(-50%);
    left: 10%;
    right: 50%;
  }
  #slider .main-slider .btn {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 7px 30px;
    background: #2c94ff;
    margin-right: 10px;
    border-radius: 0px;
    transition: transform 0.5s ease-out;
  }
  #slider .main-slider .btn:hover{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    color: #2c94ff;
    background: #ffffff;
    transition: transform 0.5s ease-out;
  }
  #slider .slide_btn {
    margin-top: 10px;
  }

  /* --------------- Who WE Are ------------- */
  section#who_we_are {
    background: #ffffff;
  }
  #who_we_are .main_heading {
    position: relative;
    padding: 15px 0;
    font-size: 70px;
    line-height: 26px;
    top: 50px;
    z-index: 0;
    color: #ffffff;
    font-weight: 900;
    -webkit-text-stroke: 1px #e3e3e3;
    text-align: left;
  }
  #who_we_are .main_sub_heading {
    font-size: 36px;
    padding-right: 5px;
    line-height: 46px;
    color: #333333;
    position: relative;
    font-weight: 800;
    text-align: left;
    z-index: 1;
  }
  #who_we_are p.main_content{
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    text-align: left;
  }
  #who_we_are .whowe_box_content {
    position: absolute;
    padding: 18px 16px;
    right: 12px;
    width: 52%;
    bottom: 49px;
    background: #2c94ff;
  }
  #who_we_are .whowe_btn a {
    font-size: 16px;
    line-height: 26px;
    padding: 11px 32px;
    color: #ffffff;
    font-weight: 400;
    text-align: right;
    background: #2c94ff;
  }
  #who_we_are .whowe_box_img {
    text-align: right;
    position: relative;
  }

  #who_we_are .call_text h5 {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
  }
  #who_we_are .call_text p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
  }
  #who_we_are .imgicon i {
    padding: 21px;
    background: #fff;
    font-size: 32px;
    color: #2c94ff;
    border-radius: 50%;
  }


  /* Activity */
  section#activity {
    background: #ffffff;
  }
  #activity .main_heading {
    position: relative;
    font-size: 55px;
    top: 40px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 900;
    z-index: 0;
    -webkit-text-stroke: 1px #e3e3e3;
    text-align: center;
  }
  #activity .main_sub_heading {
    font-size: 36px;
    line-height: 46px;
    color: #333333;
    font-weight: 800;
    position: relative;
    z-index: 1;
    text-align: center;
  }
  #activity .heading.text-center {
    width: 45%;
    margin: 0 auto;
  }
  #activity .counter_box {
    margin: 20px 0;
  }
  #activity h6 {
    font-size: 22px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    text-align: center;
  }
  #activity p.title {
    font-size: 15px;
    line-height: 31px;
    color: #222222;
    font-weight: 500;
    text-align: center;
  }
  #activity .counter-img:hover{
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    }
  #activity .counter-img:hover i{
    color: #000;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
  }
  #activity .counter-img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: #eaf4ff;
    border-radius: 50px;
    font-size: 35px;
    transition: transform 0.5s ease-out;
  }
  #activity .counter-img i{
    position: relative;
    padding: 25px 24px;
    color: #2c94ff;
    transition: transform 0.5s ease-out; 
  }
  #activity button.owl-prev,#activity button.owl-next{
    display: none;
  }

  /* About  */

  #about {
    padding-bottom: 100px;
  }
  #about h4.main_sub_heading {
    font-size: 36px;
    line-height: 46px;
    color: #333333;
    font-weight: 800;
    text-align: left;
     z-index: 1;
     position: relative;
  }
  #about h3.main_heading{
    font-size: 80px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 900;
    text-align: left;
    -webkit-text-stroke: 1px #e3e3e3;
     position: relative;
    top: 50px;
    z-index: 0;
  }

  #about .call_text {
    position: absolute;
    border-radius: 6px;
    padding: 10px 20px;
    transform: rotateZ(270deg);
    right: 80px;
    top: 156px;
    box-shadow: 0px 2px 31px -7px rgb(0 0 0 / 25%);
    background: #ffffff;
  }
  #about h4.about_main_heading{
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 700;
    text-align: left;
    padding-right: 65px;
  }
  #about .right_icon i {
    font-family: 'FontAwesome';
    font-size: 50px;
    color: #2c94ff;
  }
  section#about {
    background: #ffffff;
  }
  #about .about_text{
    width: 55%;
    margin: 0 auto;
  }
  #about .about_box_img {
    position: relative;
  }
  #about .about_box_img img {
    position: relative;
    border-radius: 10px;
    left: 60px;
  }
  #about .call_text h5{
    font-size: 13px;
    line-height: 25px;
    color: #222222;
    font-weight: 400;
    text-align:left;
  }
  #about .call_text p{
    font-size: 20px;
    line-height: 25px;
    color: #2c94ff;
    font-weight: 800;
    text-align: left;
  }
  #about .abt_content {
    position: absolute;
    left: 0px;
    text-align: center;
    padding: 20px 15px;
    bottom: 20px;
    background: #2c94ff;
  }
  #about .abt_content p{
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
  }
  #about p.main_content{
    font-size: 14px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    text-align: left;
  }


  /* newsletter  */


  #appoinment .main_heading {
    position: relative;
    -webkit-text-stroke: 1px #62636a;
    font-size: 60px;
    line-height: 26px;
    color: #1d1e23;
    padding-left: 23px;
    font-weight: 900;
    text-align: left;
    z-index: 0;
    top: 44px;
  }
  #appoinment .main_sub_heading {
    font-size: 38px;
    line-height: 46px;
    z-index: 1;
    color: #ffffff;
    font-weight: 800;
    text-align: left;
    position: relative;
  }
  #appoinment .sersinglebox {
    margin: 16px 5px;
    background: #25262b;
    padding: 30px 25px;
  }
  #appoinment .ser_icon i {
    font-size: 40px;
    background: #fff;
    padding: 27px 23px;
    border-radius: 50%;
    text-align: center;
    font-family: 'FontAwesome';
    height: 90px;
    color: #2c94ff;
    width: 90px;
  }
  i.fas.fa-shield-alt {
    font-family: 'Font Awesome 5 Free' !important;
  }

  #appoinment input[type="submit"] {
    width: 100%;
    background: #1d1e23;
}
  #appoinment .repairing_box h5.heading{
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 500;
    text-align: center; 
  }
  #appoinment .appoinment_text {
    width: 60%;
  }
  #appoinment h4.service_text{
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
  }
  section#appoinment {
    background: #1d1e23;
  }
 
  #appoinment .about_text{
    width: 55%;
    margin: 0 auto;
  }
  #appoinment .rep_mainbox {
    background: #25262b;
    padding: 23px 30px 23px 47px;
    position: relative;
  }
  #appoinment .rep_mainbox h5.repnumber {
    position: absolute;
    right: 19px;
    top: 12px;
    opacity: 0.3;
    font-size: 40px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 500;
  }
  #appoinment .rep_mainbox h6{
    font-size: 20px;
    line-height: 22px;
    margin-right: 36px;
    color: #ffffff;
    font-weight: 700;
  }
  #appoinment .rep_mainbox p{
    font-size: 14px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
  }
  #appoinment h3.appoinment_main_heading{
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
  }
  #appoinment p.about_content{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
  }
  #appoinment .appoinment_box_img img {
    width: 100%;
  }
  #appoinment .appoinment_box_img {
    padding: 30px 20px;
  }
  #appoinment .apponment-box {
    padding: 40px 25px;
    background: #2c94ff;
    position: relative;
    top: -45px;
  }
  #appoinment .contact-form{
    position: relative;
  }
  #appoinment input[type="submit"]{
    transition: transform 0.5s ease-out;
  }
  #appoinment input[type="submit"]:hover{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    color: #2c94ff;
    background: #f9efe4;
    transition: transform 0.5s ease-out;
  }
  #appoinment .appoinment_box_img img:hover{
    background: #000;
    opacity: 0.4;

  }

  #appoinment .owl-dots,#appoinment .owl-nav{
    display: none;
  }

  /*************Our Shop**************/

  section#shop {
    background: #1d1e23;
  }
  #shop .producr_section_text {
    width: 38%;
    margin: 0 auto;
  }
  #shop .main_heading{
    font-size: 60px;
    line-height: 26px;
    color: #1d1e23;
    font-weight: 900;
    -webkit-text-stroke: 1px #515258;
    text-align: center;
    position: relative;
    z-index: 0;
    top: 46px;
  }
  #shop .main_sub_heading{
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  #shop .product-content h5  {
    font-size: 16px;
    line-height: 35px;
    color: #222222;
    font-weight: 500;
  }
  #shop .product-content p a{
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    font-weight: 400;
  }
  #shop .owl-dots,#shop .owl-nav{
    display: none;
  }
  #shop ins {
    font-size: 22px;
    line-height: 26px;
    color: #222222;
    margin-left: 4px;
    font-weight: 600;
    text-align: right;
    text-decoration: none;
  }
  #shop span.woocommerce-Price-amount.amount bdi {
    font-size: 20px;
    line-height: 25px;
    color: #222222;
    font-weight: 700;
  }
  #shop del {
    font-size: 22px;
    line-height: 26px;
    text-decoration: line-through;
    color: #bfa795;
    font-weight: 600;
    display: none;
    text-align: right;
  }
  #shop .trn_btnn {
    padding: 15px 35px;
    background: #3498ff;
    transition: transform 0.5s ease-out;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
  }
  #shop .trn_btnn:hover{
    color: #2c94ff;
    background: #ffffff;
  }
  #shop .product_btn:hover{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: transform 0.5s ease-out;
  }
  #shop .product_btn {
    margin-top: 5px;
    text-align: center;
    transition: transform 0.5s ease-out;
  }
  #shop .product-text {
    padding: 18px 38px 18px 18px;
    position: relative;
  }
  #shop .product-trending {
    background: #fff;
    padding: 11px;
    border-radius: 30px;
  }
  #shop .product-trending img {
    border-radius: 30px;
    width: 100%
  }

  #shop .inner_trending:hover .product-content h5 a{
    color: #2c94ff;

  }
  #shop .yith-wcwl-add-button span{
    display: none;
  }

  #shop .yith-wcwl-add-button a i{
    position: absolute;
    color: #030303;
    font-family: 'FontAwesome';
    vertical-align: sub;
    font-size: 18px;
  }
  #shop .product-text p {
    display: none;
}
  #shop .feedback {
    display: none;
  }
  #shop  i.yith-wcwl-icon.fa.fa-heart {
    font-weight: 100;
  }
  #shop .yith-wcwl-wishlistaddedbrowse a {
    font-size: 0;
    position: relative;
  }
  #shop .yith-wcwl-wishlistexistsbrowse a{
  font-size: 0px;
  position: absolute;
  }
  #shop .yith-wcwl-wishlistaddedbrowse {
    display: flex;
  }
  .yith-wcwl-wishlistaddedbrowse a:after, .yith-wcwl-wishlistexistsbrowse a:after {
    content: '\f004';
    font-size: 18px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    opacity: 1;
    color: #030303;
    position: absolute;
    top: 0;
    left: 0;
}
  .yith-wcwl-wishlistaddedbrowse {
    position: absolute;
  }
  #shop span.wishlist {
    right: 27px;
    position: absolute;
    bottom: 50px;
    width: 10px;
  }

  #shop .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{
    display: block;
  }
  #shop a.added_to_cart.wc-forward {
    left: 118px!important;
  }
.product-trending img{
    width: 100%;
    height: auto;
    transition: all 0.45s ease;
}
.product-trending:hover img{
    filter: grayscale(100%);
}
 .trenhover_btn{
    color: #fff;
    background: #3498ff;
    padding: 12px 35px;
    transform: translateX(-200%) translateY(-50%) rotate(-180deg);
    position: absolute;
    top: 35%;
    left: 50%;
    opacity: 0;
    z-index: 1;
  }
  .trenhover_btn a{
    font-size: 12px;    
    color: #ffffff;
    font-weight: 700;
    text-align: center;
  }
  .product-trending:hover .trenhover_btn{
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 1;
  }
  .product-trending {
    position: relative;
  }


  /***************Best Service*****************/

  #best_service h3.main_heading {
    font-size: 60px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    -webkit-text-stroke: 1px #e3e3e3;
    position: relative;
    z-index: 0;
    top: 42px;

  }
  #best_service .main_sub_heading{
    font-size: 36px;
    line-height: 40px;
    color: #333333;
    font-weight: 800;
    position: relative;
    z-index: 1;
    text-align: center; 
  }

  #best_service .center_image {
    text-align: center;
  }
  #best_service .best_service_text {
    width: 46%;
    margin: 0 auto;
  }

  #best_service .center_text {
    padding: 0px 11em;
  }
  #best_service .center_text h4.center_heading {
    font-size: 30px;
    line-height: 46px;
    color: #333333;
    font-weight: 800;
    text-align: center;
  }

  #best_service .center_text p{
    font-size: 15px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    text-align: center;
}

#best_service .best_btn a.best_btnn {
    padding: 12px 18px;
    background: #2c94ff;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}
#best_service .before_text{
  text-align: center;
  width: 82%;
  margin: 0 auto;

}
#best_service .before_text .text_icon{
    position: relative;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    padding: 0px 15px;
}
#best_service .before_text span {
    position: relative;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    padding: 10px 15px;
}
.text_icon:before {
    content: "";
    background-image: url(../images/best/bestarow.png);
    position: absolute;
    left: -40px;
    top: 12px;
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
}
/* -------------------------------- 

Main components 

-------------------------------- */

.cd-image-container {
  position: relative;
  width: 90%;
  max-width: 768px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  font-weight: 500;
  letter-spacing: 1px;
  top: 0;
  right: 0;
  color: #000;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
    position: absolute;
    height: 93%;
    border-right: 5px solid #fff;
    left: 50%;
    top: 0%;
    cursor: move;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}


  /**************testimonial*****************/
  #testimonial .testimonial_section_text {
    width: 43%;
    margin: 0 auto;
  }
  section#testimonial {
    background: #eaf4ff;
  }
  #testimonial .testimonial_box:hover .rating_box p span{
    background: #ffffff;
    color: #2c94ff;
  }
  #testimonial .testimonial_box:hover {
    background: #2c94ff;
  }
  #testimonial .testimonial_box:hover h5{
    color: #ffffff;
  }
  #testimonial .testimonial_box:hover .rating_box p{
    color: #ffffff;
  }
  #testimonial .testimonial_box:hover p.title{
    color: #ffffff;
  }
  #testimonial .testimonial_box:hover h4 a.btnn{
    color: #ffffff; 
  }
  #testimonial .testimonial_box:hover h5.designation{
    color: #ffffff
  }
  #testimonial .testimonial_box:hover hr{
    color: #ffffff
  }
  #testimonial button.owl-prev,#testimonial button.owl-next{
    display: none;
  }
  #testimonial .testimonial_box{
    background: #fff;
    padding: 45px 20px 10px 45px;
    border-radius: 10px;
  }
  #testimonial .testimonial_box  p.title {
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
  }
  #testimonial .testimonial_box h4{
    font-size: 15px;
    line-height: 22px;
    color: #222222;
    font-weight: 700;
  }
  #testimonial .testimonial_box h5 {
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    font-weight: 700;
  }
  #testimonial .testimonial-img img {
    border-radius: 30px;
    width: 75px !important;
    height: 75px;
  }
  
  #testimonial .testimonial_box hr {
    margin-bottom: 20px;
    opacity: 1;
    color: #e8e8e8;
  }

  #testimonial .testimonial_box:hover p.title:before{
    opacity: 0.2;
  }
  #testimonial .main_heading{
    font-size: 60px;
    line-height: 56px;
    color: #eaf4ff; 
    font-weight: 900;
    text-align: center;
    -webkit-text-stroke: 1px #d2deec;
    position: relative;
    top: 63px;
    z-index: 0;
  }
  #testimonial .main_sub_heading {
    font-size: 36px;
    line-height: 46px;
    color: #333333;
    font-weight: 800;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  #testimonial .rating_box p span {
    background: #2c94ff;
    padding: 4px 10px;
    margin-right: 6px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
  }
  #testimonial .rating_box p {
    font-size: 12px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
  }


  /**************sponsors**************/
  section#sponsors {
    background: #ffffff;
  }
  #sponsors .sponsors_section_text {
    width: 43%;
    margin: 0 auto;
  }
  #sponsors .main_heading {
    position: relative;
    font-size: 60px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    -webkit-text-stroke: 1px #d2deec;
    position: relative;
    top: 45px;
    z-index: 0;
  }
  #sponsors .main_sub_heading {
    position: relative;
    z-index: 1;
    font-size: 36px;
    line-height: 45px;
    color: #333333;
    font-weight: 800;
    text-align: center;

  }
  #sponsors h4 {
    height: 10rem;
    background: #009688;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    color: #fff;
    margin: 10px;
    border-radius: 10px;
  }
  #sponsors button.owl-prev,#sponsors button.owl-next,#sponsors .tab-pane button.owl-dot.active{
    display: none;
  }
  #sponsors .item img:hover {
    -webkit-filter: inherit;
  }
    
  #sponsors .item img {
    filter: grayscale(1);
  }


  /**************newsletter*************/
  #newsletter .news_bg {
    background: #2c94ff;
    top: 10em;
    z-index: 2;
    position: relative;
  }
  #newsletter .newleft_image img {
    position: absolute;
    bottom: 0px;
    padding-left: 40px;
  }
  #newsletter .main_heading{
    font-size: 32px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
  }
  #newsletter .main_sub_heading {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
  }
  #newsletter span.wpcf7-not-valid-tip {
    position: absolute;
  }
  #newsletter .news_section_text {
    padding: 45px 35px 35px 35px;
  }
  #newsletter button[type="submit"] {
    color: #fff;
    background: #2c94ff;
    border: none;
    position: relative;
    border-radius: 34px;
    right: 70px;
    top: 1px;
    padding: 8px 25px;
  }

  /***************Our News***************/
  #our_news .postpic img{
    width: 100%
  }

  #our_news span.post_date {
    font-size: 15px;
    line-height: 46px;
    color: #333333;
    font-weight: 600;
    text-align: left;
  } 
  #our_news span.post_date i{
    color: #2c94ff;
  }

  #our_news .ornews_btn .newsbtnn {
    padding: 12px 35px;
    background: #2c94ff;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
  }
  #our_news h3.posttitle {
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    font-weight: 800;
    text-align: left ;
  }

  #our_news p.newpost {
    font-size: 15px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    text-align: left;
  }

  #our_news {
    background: #eaf4ff;
  }

  #our_news h3.main_heading {
    font-size: 60px;
    line-height: 26px;
    color: #eaf4ff;
    font-weight: 900;
    text-align: center;
    -webkit-text-stroke: 1px #d2deec;
    position: relative;
    top: 48px;
    z-index: 0;
  }

  #our_news p.main_sub_heading {
    font-size: 36px;
    line-height: 46px;
    color: #333333;
    font-weight: 800;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  #our_news .news_section_text {
    width: 43%;
    margin: 0 auto;
  }

  
 