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

  .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    width: auto;
  }
  .sec_small_heading{
    font-size: 40px;
    line-height: 2.5rem;
    color: #ef851f;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    position: relative;
  }
  .sec_main_heading{
    font-size: 2.3rem;
    line-height: 3.0rem;
    font-weight: 900;
    font-family: 'Open Sans',sans-serif;
    color:#000;
  }
  
  .post-main_heading {
    font-size: 1.75rem;
    line-height: 1.2;
    color: #3f3f3f;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
  }
  
  .post-description {
    font-size: 16px;
    line-height: 24px;
    color:#afa6a7;
    font-weight: 500;
  }
  .section-description{
      font-size:1.2rem;
      font-weight:400;
      line-height:1.9rem;
      color:#988f90;
      font-family: 'Poppins',sans-serif;
  }
/* SLIDER */
#slider{
  background-color:#2a2a44;
  height:897px;
  margin-bottom:12%;
}
#slider .image{
  width:auto;
  height:1080px;
  object-fit: cover;
}
#slider .image img{
  width:100%;
  height:100%;
  object-fit: cover;
}
#slider .slidimg{
  transition: all 1s linear;
  transition-delay: 1s;
  background-size: cover ;
  background-repeat: no-repeat ;
  background-position: top ;
  border-top-right-radius: 130px;
  border-bottom-right-radius: 130px;
  background-color:#fff;
}
.vertical.carousel .carousel-item {
    overflow: hidden;
}
.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
    transform: translateY(100%);
}
.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
    transform: translateY(-100%);
}
.vertical.carousel .carousel-indicators {
    top: -36%;
    left: unset;

    margin-left: unset !important;
    margin-right: 1rem;

    flex-direction: column;
}
.vertical.carousel .carousel-indicators [data-bs-target] {
    height: 14px;
    width: 14px;
    background-color:#ef851f;
    border-radius:30px;
    opacity: 1;
}
.carousel-indicators .active{
  background-color:#fff !important;
}
.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
    width: 100%;
    height: 60px;
}
.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
    transform: rotateZ(90deg);
}
.vertical.carousel .carousel-control-next {
    top: unset;
    bottom: 0;
}
#slider .carousel-caption{
  position: static;  
  text-align: right;
}
#slider .right-content{
  max-width:85%;
  justify-content:center;
  align-items:center;
  padding-top:14rem;
  font-family: 'Open Sans',sans-serif;
  padding-left: 8px;
}
#slider .right-content .long-des{
  font-size: 2rem;
  font-weight:400;
  font-family: 'Open Sans',sans-serif;
}
#slider .main-head{
  font-size: 3.2rem;
  color:#fff;
  font-family: 'Open Sans',sans-serif;
}
#slider .short-des{
  font-size:1.6rem;
  padding-top: 12px;
  font-family: 'Open Sans',sans-serif;
}
#slider .para-text{
  font-size:1rem;
  padding-top: 12px;
  line-height:20px;
  padding-left: 8rem;
  letter-spacing: 1px;
  line-height: 1.4rem;
 font-family: 'Open Sans',sans-serif;
 margin-bottom:60px;
}
#slider .slide-btn{
  text-align: left;
  padding-left: 9rem;
}
#slider .read-more{
  font-family: 'Open Sans',sans-serif;
  color:#fff;
  background-color: #ef851f;
  padding:21px 35px;
  font-size:1.6rem;
  border-color:#ef851f;
  border-radius: 0.45em;
  font-weight:700;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
#slider .read-more:hover{
  border-color:#fff;
  background-color: transparent;
}
#slider .read-more2{
  margin-left:45px;
  background-color: transparent;
  border: 1px solid #fff;
}
#slider .read-more2:hover{
  margin-left:25px;
  background-color: #ef851f;
  border: 1px solid #ef851f;
}
#slider .btn-check:focus+.btn-primary, #slider .btn-primary:focus{
  box-shadow: none;
}
  /****************services Section********************/
  #services .services-inner{
    padding-top:100px;
  }
  #services .section-description{
    max-width:45%;
    margin:auto;
  }
  #services .service-box{
    position:relative;
  }
  #services .service-image{
    position:relative;
  }
  #services .service-image img{
    width:100%;
    height:495px;
    border-radius:15px;
    background-size:cover;
    object-fit: cover;
  }
  
  #services .service_content{
    position:absolute;
    bottom:27px;
    left:0;
    right:0;
    text-align: center;
    z-index: 1;
  }
  #services .service-providetext{
    font-family: 'Open Sans',sans-serif;
    color:#ef851f;
    font-weight:600;
    font-size:1.2rem;
    line-height:1.9rem;
    margin-bottom:0px;
  }
  #services h3.post-title a {
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    position:relative;
  }
  #services .service_content > *:not(.title){
    opacity: 0;/
  } 
  
  #services .border-vertical {
    content: "|";
    background-color: #ef851f;
    height: 50px;
    width: 3px;
    position: relative;
    bottom: 10px;
    margin:auto;
   
}
#services .service-box:hover .service_content > *:not(.title){
   opacity: 1;
}
#services .service-box:hover .service_content{
   transform: translateY(calc(100% - 11rem));
   -webkit-transition-duration:1s;
}
#services .service-box:hover:after{
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  bottom: 0;
  right:0;
  width:100%;
  /*height:200%;*/
  pointer-events:none;
  border-radius: 15px;
  background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);/*transform:translateY(-50%);*/

}
  /* *********about us ************/

  #about{
    /*padding-top:6rem;*/
    position:relative;
  }
  #about .section-right-image{
    position: absolute;
    top: -13rem;
    z-index: 0;
    right: 3rem;
    -webkit-animation: sp 10s linear infinite;
    animation: sp 10s linear infinite;
  }
  #about .section-left-inner-image{
    -webkit-animation: sp 10s linear infinite;
    animation: sp 10s linear infinite;
    position: relative;
    right: 65px;
    top: 41px
  }
  #about .section-bottom-left-image{
    -webkit-animation: sp 10s linear infinite;
    animation: sp 10s linear infinite;
    position: absolute;
    left:0;
    position: absolute;
    bottom:0
  
  }
  #about .section-right-image img {
    -webkit-animation: sp 10s linear infinite;
    animation: sp 10s linear infinite;
  }
  #about .sec_small_heading{
    font-weight:600;
    font-size:1.25rem;
  }
  #about .sec_main_heading{
    font-weight:700;
    color:#000;
    font-family: 'Poppins',sans-serif;
  }
   #about .video-content{
    font-weight: 500;
    font-size: 1.2rem;
    color:#000;
    font-family:'Poppins',sans-serif;
   }

  #about p.about_content {
    font-size: 1rem;
    line-height: 1.9rem;
    color: #b2b2b2;
    font-weight: 500;
    text-align: left;
    font-family: 'Poppins',sans-serif;
  }
  #about .main_heading:before{
    background-color: #fffcf3;
    width: 13%;
  }
  .about-box {
    /*padding: 90px 0px 127px 0px;*/
  }
  #about h4.sec_main_heading{
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
  }
  
  #about .read-more{
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    background-color: #ef851f;
    padding: 21px 35px;
    font-size: 22px;
    border-color: #ef851f;
    border-radius: 0.45em;
    font-weight: 700;
  }
  #about .read-more:hover {
    background: radial-gradient( circle closest-side,#ffa754,#ef851f );
  }
  #about .img_one{
    border-radius: 30px;
  }
  #about .last-img{
    margin-top:67px;
  }
  #about .btndiv{
      padding-top:47px;
  }
  #about .video{
    position:relative;
  }
  #about .video img{
    position:relative;
  }
  #about .overlay{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom:0;
    text-align: center
  }
  #about .overlay i{
    font-size:40px;
    color:#fff;
    padding-top:88px;
    cursor:pointer;
  }
  #about .main_heading{
    font-family: 'Open Sans',sans-serif;
    font-size:1.75rem;
    font-weight:700;
    color:#000;
    line-height:1.2;
  }
  /* ------------ Video Popup ----------------- */
/* The Modal (background) */
#about .modal-new {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999;
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
#about .modal-contents {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  transition: 2s;
  border-radius: 10px;
}
/* The Close Button */
#about .close-one {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#about .close-one:hover,
#about .close-one:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popup {
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  background: rgba(0, 0, 0, 0.77);
  z-index: 9999;
}
/* Inner */
.popup-inner {
  max-width:1000px;
  width:90%;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  box-shadow:0px 2px 6px rgba(0,0,0,1);
  border-radius:3px;
}
/* Close Button */
.popup-close {
  width:30px;
  height:30px;
  padding-top:4px;
  display:inline-block;
  position:absolute;
  top:0px;
  right:0px;
  transition:ease 0.25s all;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:1000px;
  background:rgba(0,0,0,0.8);
  font-family:Arial, Sans-Serif;
  font-size:20px;
  text-align:center;
  line-height:100%;
  color:#fff;
}
.popup-close:hover {
  -webkit-transform:translate(50%, -50%) rotate(180deg);
  transform:translate(50%, -50%) rotate(180deg);
  background:rgba(0,0,0,1);
  text-decoration:none;
  color:#fff;
}
 
  /************** Product ****************/
  #feature{
    position:relative;
  }
  #feature .section-right-image{
    position: absolute;
    top: -6rem;
    z-index: 0;
    right: 10rem;
    -webkit-animation: sp 10s linear infinite;
    animation: sp 10s linear infinite;
  }
  #feature .section-right-image img {
    height: 210px;
    width: 210px;
    margin: 0 auto;
    -webkit-animation: sp 10s linear infinite;
    animation: sp 10s linear infinite;
  }
   #feature .top-margin{
    margin-top:91px;
   }
  #feature .section-description{
    max-width:64%;
    margin:auto;
  }
  #feature .features{
    width:87%;
    margin:auto;
  }
  #feature .iconbg{
    width:90px;
    height:90px;
    text-align: center;
    border-radius: 15px;
    background: #ef851f;
    border: 5px solid #ef851f;
    transition: all 0.3s ease 0s;
    position: relative;
  }

  #feature .iconbg:after{
    content: "";
    position: absolute;
    background-color: #ef851f;
    width: 2px;
    height:280px;
    top:0px;
    left: 38px;
    z-index: -1;
    transition:all 0.3s ease 0s
  }
  #feature .feature-box {
    margin-top: 50px;
    position: relative;
    transition: all 0.3s ease 0s;
    position: relative;
    margin-bottom: 50px;
  }
  #feature .feature-box:after {
    border-bottom: 2px solid transparent;
    position: absolute;
    bottom:0px;
    transition: all 0.3s ease 0s;
    content: "";
    width:362px;
    height:1px;
  }
   #feature .feature-content:hover .feature-box:after{
    border-bottom: 2px solid #ef851f;
    -webkit-transition-duration:1s;
   }
   #feature .feature-content{
    transition: all 0.3s ease 0s;
   }
   #feature .feature-content:hover .feature-box{
    top:-20px;
    -webkit-transition-duration:1s;
   }
   #feature .feature-content:hover .iconbg {
    margin-top: -30px;
    animation: bounce 1s ease normal none 1;
  }
   #feature .feature-content:hover .iconbg:after{
     height:302px;
   }
 
  #feature .iconbg i{
    font-size:3rem;
    color:#fff;
    line-height: 80px;
  }
  #feature .post-main_heading{
    padding-top:0px;
  }
  #feature .right-content{
    padding-left:30px;
  }
  #feature .read-more {
    color:#6c6666;
    background-color:transparent;
    border-radius: none;
    border-color:transparent;
    font-family: 'Open Sans',sans-serif;
    font-weight:600;
    padding:0rem 0rem;
    padding-bottom: 91px;

  }
  #feature .read-more:hover{
    color:#ef851f;
  }
  #feature .btn-check:focus+.btn-primary, #feature .btn-primary:focus{
    box-shadow:none;
  }
  #feature .featureno3 .read-more{
    padding-bottom:37px;
  }
  #feature .featureno3 .post-main_heading{
     max-width:65%;
  }
  @-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sp {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 30px);
  }

  to {
    transform: translate(0, -0px);
  }
}

  /************** Appoinment ****************/
  #appoinment{
    background-color:#f6f6f6;
  }
  #appoinment .sec_main_heading{
    font-size:2.5rem;
    line-height: 3.1rem;
    color:#3f3f3f;
    font-family: 'Poppins';
  }
  #appoinment .appoint-box{
    background-color:#fff;
    padding: 5rem 3rem 7rem 3rem;
    border-radius: 0 150px 0 150px;
    box-shadow: 0 0px 20px 10px #888282
  }

  #appoinment input[type="text"],
  #appoinment input[type="tel"],
  #appoinment input[type="email"],
  #appoinment input[type="number"],
  #appoinment input[type="date"],
  #appoinment input[type="phone"],
  #appoinment input[type="password"],
  #appoinment textarea,
  #appoinment select {
    border: 0px;
    font-size: 16px;
    padding: 14px 30px;
    height: auto;
    margin-bottom: 12px;
    border-radius: 0px;
    width: 100%;
    background: #fff;
    font-weight: 400;
    border: 1px solid #ababab;
    text-align: text-center;
  }
  #appoinment textarea{
    height:100px;
  }
   #appoinment ::placeholder{
    padding-left:30px;
  }
  #appoinment input[type="submit"] {
    padding: 14px 50px;
    border-radius: 10px;
    color: #ffffff;
    margin: 12px 0px;
    border: 2px solid #41436c;
    background: linear-gradient( to right,#41436c 0%,#41436c 51%);
    -webkit-transition: all 0.3s ease-in-out !important;
    float: right;
    border-radius: 10px;
    font-weight:600;
    font-size: 1.5rem;
  }
 #appoinment input[type="submit"]:hover {
    background: #ef851f;
    border-color:#ef851f;
    color:#00457c;
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.25);
    webkit-transform: translateY(-5px); 
}
#appoinment .calltext{
  color:#ef851f;
  font-family: 'Open Sans',sans-serif;
  font-weight:600;
  font-size:1.75rem;
}
#appoinment .phonetext{
  color:#42446b;
  font-weight:600;
  font-size:1.6rem
}
#appoinment i{
  font-size:2.3rem;
  color:#ef851f;
}
#appoinment .details-box {
    padding: 5rem 0rem 5rem 5rem;
}
#appoinment .phoneotate i{
  transform: rotate(86deg);
}
 
#appoinment .section-right-image{
  position: absolute;
  z-index: 0;
  left: 0;
  -webkit-animation: sp 10s linear infinite;
  animation: sp 10s linear infinite;
  bottom:53px;
}
#appoinment{
  position:relative;
  padding-top: 11rem;
  padding-bottom: 6rem;
}
#appoinment .section-right-image img {
    height: 210px;
    width: 210px;
    margin: 0 auto;
    -webkit-animation: sp 10s linear infinite;
    animation: sp 10s linear infinite;
}

  /*************Testimonial***************/
  #testimonial{
    margin-right: 7rem;
    border-bottom-right-radius: 150px;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 8rem;
  }
  #testimonial:after{
    content: "";
    position: absolute;
    right:-118px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background:linear-gradient( to bottom,#ffffff 45%,#f7f7f7,#f7f7f7 45% );

  }
  #testimonial .main-testimonial{
    position:relative;
    padding-top: 6rem;
  }
  #testimonial .main-testimonial:after{
    content: "\f10d";
    font-family: 'Fontawesome';
    float: right;
    position: absolute;
    left: auto;
    color: #434261;
    top: 6rem;
    /* background: #41436c; */
    width: 60px;
    height: 50px;
    line-height: 22px;
    font-size: 8rem;
    right: 4rem;

  }
  #testimonial .testi-imagebg{
    height: 250px;
    width: 250px !important;
    margin:auto;
    position:relative;
  }
  #testimonial  .testi-imagebg img{
    width:100%;
    height:100%;
    border-radius: 50%;
    border: 7px solid #2a2a44;
    position: relative;
    top: 24px;
    left: 6px;

  }
  #testimonial .testi-right{
    background-color:#fff;
    z-index: -1;
    border-top-right-radius: 40px;
   padding: 2rem 4rem 2rem 8rem;
    margin: 3rem 0;
    position: relative;
    right: 12%;
  }
  #testimonial .testi-right p.content{
    color:#444;
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-style: italic;
  }
  #testimonial .sec_main_heading{
    color:#fff;
    transform: rotate(-90deg);
    font-weight:bold;
    font-size: 2.3rem;
    line-height: 3.0rem;
    letter-spacing: 1px;
    position: relative;
    top:23%;
    left:36%;
  }
  .testi-imagebg:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  .img-border{
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
  }
  .img-border:before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  .img-border:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    border-color: #ef851f transparent transparent #ef851f;
    z-index: 1;
    transform: rotate( -10deg );
    transition: all 0.5s ease 0s;
  }
  .main-testimonial:hover .img-border:after{
    transform: rotate(350deg);
  }
  .testibox{
    padding:0px 14px;
  }
  #testimonial .owl-dots {
   display: none;
  }
  #testimonial .owl-nav {
   margin: 0;
  padding: 0;
  line-height: 0;
  text-align: right;
  font-size: 0;
  position: absolute;
  right: 116px;
  bottom: -22px;
  }
 #testimonial .owl-nav button.owl-prev,#testimonial .owl-nav button.owl-next{
  background-color:#ef851f;
  color:#fff;
  border-radius: 0px;
  width: 70px;
  height: 70px;
  text-align: center;
  border-color:#ef851f;
 }
  #testimonial .owl-nav button.owl-prev i,#testimonial .owl-nav button.owl-next i{
  
  font-size:2rem;
  
 }
  /*****************blog section***********/

  #blog{
    background: #ffffff;
    padding-bottom:11rem;
  }
  #blog .section-description {
    max-width: 64%;
    margin: auto;
}
  #blog .posts-outer-block{
    position:relative;
    background:#fff;
  }
  #blog .posts-outer-block img.test-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform-origin: top center;
    transition-property: transform;
    transition-delay: 0.15s;
    border-top-right-radius: 45px;
    object-fit: cover;
  }

  #blog .posts-outer-block{
    width:100%;
    height:800px;
    object-fit: cover;
  }

  #blog .top-cont-author .author{
    width:56px;
    height:56px;
  }
  
  #blog .top-cont-author .author img{
    border-radius: 50%;
    width: 100%;
    height:100%;
    margin-right:20px;
  }
  #blog .posts-outer-block img{
    width:100%;
    height:100%;
    object-fit: cover;
  }
  #blog .overlay-imagee {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    width:100%;
    height:100%;
    transition: all .2s ease-in-out;
    /*box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);*/
  }
  #blog .overlay-imagee:hover{
    background: linear-gradient(30deg, rgba(26, 42, 99, 0.85), rgba(26, 42, 99, 0.5));
    transition-property: opacity;
    border-top-right-radius: 45px;
     box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  }
  #blog .overlay-imagee:hover .blog-image{
    display:none;
  } 
  .top-cont-author{
    display:none;
  }
  .author-content{
    padding-left:30px;
  }
  .author-content p{
    font-size:14px;
    font-family: 'Poppins',sans-serif;
    line-height:20px;
    font-weight:500;
    color:#fff;
  }
  #blog .overlay-imagee:hover .top-cont-author{
    display:flex;
  }
  #blog .overlay-imagee:hover .blog-content{
    color:#fff;
  }
  #blog .overlay-imagee:hover .post_name a,#blog .overlay-imagee:hover .post-content p,#blog .overlay-imagee:hover .post-date{
    color:#fff;
  }
  #blog .overlay-imagee:hover .top-cont-author{
    padding-top:20px;
  }

  #blog .overlay-imagee:hover .post_name{
    padding-top:5rem;
  }
  .overlay-imagee:hover{
    border-bottom:6px solid #ef851f;
    border-radius: 4px;
  }
  
  #blog .blog-image{
    width:100%;
    height:265px;
    position:relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat ;
    transform-origin: top center;
    transition-property: transform;
    transition-delay: 0.15s;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    object-fit: cover;
    position:relative;
  }
  #blog .blog-image:after{
    position: absolute;
    content: "";
    top:0;
    left:0;
    right:0;
    bottom:0px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    opacity: 0.5;
    background: linear-gradient(30deg, rgba(26, 42, 99, 0.85), rgba(26, 42, 99, 0.5));
  }
  #blog .blog-image img{
    width:100%;
    height:100%;
    object-fit: cover;
  }
  #blog .blog-content{
    position:relative;
    font-family: 'Poppins',sans-serif;
    padding:2em 2em 2em 2em;
  }

  #blog .post_name{
    color:#313131;
    font-weight:700;
    font-family: 'Open Sans',sans-serif;
    font-size:1.8rem;
  }
  #blog .post_name a{
    color:#313131;
  }
   #blog .post-date{
    color: #ee841e;
    font-weight:500;
   }
   #blog .post-date i{
    padding-right:20px;
   }
  #blog .post-content p{
    font-weight: 500;
    font-size: 1.2rem;
    color: #998f8e;
    font-weight: 400;
    line-height: 1.5;
    margin-top:20px;
    font-family: 'Poppins',sans-serif;
  }

  #blog .blog_button .readmore {
    font-size: 1.2rem;
    line-height: 22px;
    text-align: left;
    color: #3b4757;
    font-weight: 700;
    background-color:#ef851f;
    border-radius: 0.45em;
    padding: 1em 1.4em;
    color: white;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    font-family: 'Open Sans',sans-serif
  }
  #blog .blog_button .readmore:hover{
    color: #ef851f;
    background-color:#fff;
  }
  #blog .blogbox2 {
    height:830px;
  }
  #blog .blogbox3 {
    height:780px;
  }

  #blog .overlay-imagee:hover .blogbox2{
    height:763px;
  }
  #blog .overlay-imagee:hover .blogbox3{
    height:696px;
  }
  #blog .overlay-imagee:hover .blogbox4{
    height:718px;
  }

  
  /**************Our Gallery **************/
  #gallery_product {
    background: #f8f8f8;
  }
  #gallery_product .owl-nav {
    display: none;
  }

  /* ***************Team **********************/
  #team {
    background-color: #f05a21;
  }
  #team h3.main_heading{
    color: #ffffff;
  }
  #team .team_content {
    padding: 18px 0px;
    text-align: center;
  }
  #team .owl-nav,#team .owl-dots{
    display: none;
  }
  a.team_button {
    padding: 7px 25px;
    background: #ffffff;
    border-radius: 30px;
    font-size: 18px;
    line-height: 34px;
    color: #222222;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
  }
  #team .team_content h5 a{
    font-size: 27px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Pacifico";
    text-align: center;
  }
  #team .team_content p{
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
  }

  /*****************Newsletter***************/
  #newsletter .section-right-image{
  position: absolute;
  z-index: 0;
  left: 25px;
  -webkit-animation: sp 10s linear infinite;
  animation: sp 10s linear infinite;
  top:-120px;
  }
  #newsletter{
    position:relative;
  }
  #newsletter .section-right-image img {
      height: 170px;
      width: 170px;
      margin: 0 auto;
      -webkit-animation: sp 10s linear infinite;
      animation: sp 10s linear infinite;
  }

  #newsletter  {
    background-color: #41436c;
    border-top-right-radius: 186px;
    margin-right: 5rem;   
  }
   #newsletter .sec_main_heading{
    color:#fff;
    font-size:36px;
    text-align: left;
   }  
  #newsletter input[type="submit"] {
    padding: 15px 50px;
    background: #ef851f;
    border-radius: 8px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
  }
  #newsletter input[type="email"]::placeholder{  
    font-size: 18px;
    height: 70px;
    color: #454869;
    font-weight: 400;
  }  
  #newsletter  input[type="email"]{
    padding: 20px 10px 20px 80px;
    width: 70%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px #00000021;
    -webkit-transition: all 0.3s ease-in-out;
  } 
  #newsletter .Shortcode {  
    width: 96%;
    /*margin: 0 auto;*/
  }
  #newsletter .Shortcode form{
    position:relative;
   }
   #newsletter input[type="submit"]{
    position: absolute;
    top:0;
    right:67px;
   }
   #newsletter .newsbox {
    padding-top: 50px;
    padding-bottom: 100px;
    width: 100%;
    margin: auto;
   }

  /* ***************callnow **********************/
  /*#callnows .owl-nav,#callnows .owl-dots {
    display: none;
  }*/

  /* ***************Call Now **********************/
  #callnow{
    background-color:#f6f6f6;
  }
  #callnow .sec_main_heading{
    background-color:#31304f;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    padding: 1.5rem 0;
    font-weight: bold;
    color:#fff;
    padding: 1.5rem 0;
    font-size: 3rem;
    font-family:  'Poppins',sans-serif;
    margin-bottom:74px;
  }
  #callnow .inquiry-text{
    color:#948b8c;
    font-weight:400;
    line-height: 1.9rem;
    font-size: 1.2rem;
    font-family: 'Poppins',sans-serif;
    max-width:70%;
    margin:auto;
  }
  #callnow .right-image{
    position: relative;
    top: -109px;
    right:5.1rem;
  }
  #callnow .right-image img{
    border-radius: 50%;
    border: 4px solid #323150;
    background:#fff;
    /*height:550px;*/
   
  }
  #callnow .callnumber{
    max-width: 60%;
    margin: auto;
  }  
  #callnow .callnumber .phone-heading{
    border-radius: 20px;
    background-color: #ef851f;
    padding: 1.5rem 3rem;
    color: #ffffff;
  }
  #callnow .callnumber .phone-heading span{
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Poppins',sans-serif;
  }
  #callnow .callnumber .icon {align-self:center;}
  #callnow .callnumber .icon i{
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 6rem;
    color:#31304f;
  }
  #callnow .main-left .text-effect {
    color: #fff;
    text-align: center;
    display: block;
    animation: effect linear 1500ms infinite;
    /* font-weight: 600; */
}

 #callnow .callnumber .text-effect {
    background: linear-gradient(to right,#31304f 50%, #fff 40%);
    background-size: 200% auto;
    font-size: 35px;
    text-align: left;
    text-transform: none;
    margin: 0 auto;
    position: relative;
    animation: animate 7.5s alternate linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    display: inline-block;
    width: auto;
}
 #callnow .callnumber .text-effect {
    background-image: linear-gradient( to right,#31304f 50%,#fff 40% );
}
@keyframes animate{
        100%{
            background-position: 200% center;
            transform: scale(1.05,1.05);
        }
    }
@keyframes effect {
   
            50%{

               text-shadow: -2px 2px 0 #00457c, -2px 2px 0 #e59649, -2px 2px 0 #e59649, -2px 2px 0 #e59649, 2px -2px 0 #e59649, 2px -2px 0 #e59649, 2px -2px 0 #e59649, 2px -2px 0 #e59649;
           }
    
        }
  
 
  /* ***************Gallery Section**********************/ 
  
  #gallery .gallery_img {
    --gap: 30px;
    --num-cols: 3;
    --row-height: 300px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(var(--num-cols), 1fr);
    grid-auto-rows: var(--row-height);
    gap: var(--gap);
  }
  #gallery .gallery_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    border: 6px solid #ffffff;
  }
  #gallery .image-grid-col-4 {
    grid-column: span 2;
  }
  #gallery .image-grid-col-3 {
    grid-row-end: span 2;
  }
  section#gallery {
    background: #f3f3f3;
  }
