/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
button.owl-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  outline: none!important;
}
button.owl-next {
  position: absolute;
  right: -10px;
  outline: none!important;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
}
.main_heading {
  font-size: 20px;
  line-height: 30px;
  color: #ffa800;
  font-weight: 400;
  font-family: "Outfit";
}
.main_heading:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #ffa800;
  display: inline-block;
  position: relative;
  top: -5px;
}
.main_sub_heading {
  font-size: 42px;
  line-height: 40px;
  color: #222222;
  font-weight: 400;
  font-family: "Outfit";
}
.main_text {
  font-size: 14px;
  line-height: 26px;
  color: #444444;
  font-weight: 400;
  font-family: "Outfit";
}

/* SLIDER */

  #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-box h1 {
    font-size: 70px;
    line-height: 75px;
    color: #ffffff;
    font-weight: 900;
    font-family: "Outfit";
    text-align: left;
  }
  #slider .slider-box h4 {
    font-size: 32px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Outfit";
    text-align: left;
  }
  #slider .slider-box h4:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #ffa800;
    display: inline-block;
    position: relative;
    top: -5px;
  }
  #slider .slider-box p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    text-align: left;
  }
  #slider .carousel-caption {
    top: 0;
    bottom: inherit;
    text-align: left;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    bottom: 0;
  }
  #slider .slider-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    max-width: 35%;
  }
  #slider span.last_slide_head {
    color: #ffa800;
  }
  #slider .slider-box .btn1 {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    text-align: center;
    padding: 10px 15px;
    background: #ffa800;
  }
  #slider .slider-box .btn2 {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
  }
  #slider .slider-box .btn2:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #ffa800;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 10px;
    margin-right: 5px;
  }
  #slider .slide_btn {
    margin-top: 20px;
    text-align: left;
  }
  #slider .carousel-control button {
    opacity: 1;
  }
  #slider .carousel-control i {
    padding: 14px 16px;
    background: #ffffff;
    color: #ffad0f;
    border-radius: 50%;
    font-size: 12px;
  }
  #slider .v-btn { 
    border: unset;
    background: unset;
    margin-left: 5px;
  }
  #slider .v-btn i {
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 14px 15px;
    font-size: 12px;
    border-radius: 50%;
    background: #ffa800;
  }

/* About  */
  
  #about .main_sub_heading {
    max-width: 360px;
  }
  #about .text {
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    font-weight: 400;
    font-family: "Outfit";
  }
  #about .list {
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    font-family: "Outfit";
  }
  #about .list i {
    font-size: 10px;
    background: #ffa800;
    padding: 5px 5px;
    border-radius: 50px;
    color: #fff;
    margin-right: 10px;
  }
  #about .abt_btn a {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    text-align: center;
    background: #ffa800;
    padding: 10px 15px;
  }
 /* #about .main_sub_heading:after {
    content: "";
    width: 269px;
    background: #060606;
    display: inline-block;
    position: relative;
    box-shadow: 71px -32px 4px 1px rgb(213 20 40);

  }*/
  #about .main_sub_heading:after{
    content:url('/home/vowelweb/Downloads/Shape 15.png') 
  }

/* Service */

  section#service {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #service .heading {
    text-align: center;
  }
  #service .main_sub_heading {
    color: #fff;
  }
  #service .service-img {
    position: relative;
  }
  #service .service-img img {
    border-radius: 4px;
  }
  #service .service-icon img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #service .service-icon {
    background: #ffa800;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid #000;
    position: absolute;
    bottom: -28px;
    right: 15px;
  }
  #service .service-icon img {
    display: flex;
    margin: 0 auto;
    top: 5px;
    position: relative;
  }
  #service h5 {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Outfit";
  }
  #service p {
    font-size: 14px;
    line-height: 20px;
    color: #b0a1bb;
    font-weight: 400;
    font-family: "Outfit";
  }
  #service a i {
    position: relative;
    top: 2px;
  }
  #service a {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    color: #ffa800;
    font-weight: 600;
    font-family: "Outfit";
  }

/* Counter */
  
  section#counter {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #counter .heading {
    text-align: center;
  }
  #counter .heading h4{
    color: #ffff;
    max-width: 500px;
    margin: 0 auto;
  }
  #counter .counter_box {
    background: #2b133d;
    padding: 60px 0;
  }
  #counter h6 {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Outfit";
    text-align: center;
  }
  #counter h6:after {
    content: "";
    width: 2px;
    height: 25px;
    background: #ffa800;
    display: block;
    position: relative;
    top: -5px;
    margin: 5px auto;
  }
  #counter p.title {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Outfit";
    text-align: center;
    background: #250d36;
    display: inline-block;
    border-radius: 50px;
    padding: 7px 25px;
  }

/* Why choose us */
  
  section#choose {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #choose .heading {
    text-align: center;
  }
  #choose .heading a {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    text-align: center;
    background: #ffa800;
    padding: 10px 15px;
  }
  #choose .main_sub_heading {
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Outfit";
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
  }

/* Team */
  
  section#team {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #team .heading {
    text-align: center;
  }
  #team .heading h4{
    color: #ffff;
  }
  #team .team_box {
    background: #2b133d;
    padding: 40px 0;
  }
  #team h5 {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Outfit";
    text-align: center;
  }
  #team .team-img:after {
    content: "";
    width: 2px;
    height: 25px;
    background: #ffa800;
    display: block;
    position: relative;
    top: 7px;
    margin: 5px auto;
  }
  #team .team-img img {
    border-radius: 50%;
    width: 40%;
    height: 40%;
  }
  #team p.title {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Outfit";
    text-align: center;
    background: #250d36;
    display: inline-block;
    border-radius: 50px;
    padding: 7px 25px;
  }
  #team .social{
    padding: 0;
    list-style: none;
    margin: 0;
  }
  #team .social li{
    display: inline-block;
  }
  #team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    background: #2d0c46;
    border-radius: 50%;
  }
  #team .social li a:hover{
    color: #ffa800;
    background: #fff;
  }
  #team p.designation {
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Outfit";
    text-align: center;
  }
  #team .view_btn a {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    text-align: center;
    background: #ffa800;
    padding: 10px 15px;
  }

/* Gallery  */
  
  #gallery .heading {
    text-align: center;
  }
  #gallery_id {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0px;
  }
  #gallery figure {
    margin: 0;
  }
  .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .gallery__item--2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 6;
  }
  .gallery__item--3 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 7;
    grid-row-end: 9;
  }
  .gallery__item--4 {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 6;
  }
  .gallery__item--5 {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .gallery__item--6 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 6;
  }
  .gallery__item--7 {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 7;
    grid-row-end: 9;
  }
  .gallery__item--8 {
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .gallery__item--9 {
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 7;
    grid-row-end: 9;
  }
  .gallery__item--10 {
    grid-column-start: 5;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 6;
  }
  .gallery__item--11 {
    grid-column-start: 5;
    grid-column-end: 5;
    grid-row-start: 7;
    grid-row-end: 9;
  }
  #gallery .view_btn a {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    text-align: center;
    background: #ffa800;
    padding: 10px 15px;
  }

/* Testimonial  */
  
  #testimonial .heading {
    text-align: center;
  }
  #testimonial .testimonial {
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    margin: 30px 10px 10px;
    padding: 30px 10px;
    position: relative;
    background: #fff;
  }
  #testimonial .img {
    position: relative;
  }
  #testimonial .img img {
    position: absolute;
    top: -65px;
  }
  #testimonial .text {
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    font-weight: 400;
    font-family: "Outfit";
  }
  #testimonial .title {
    font-size: 18px;
    line-height: 25px;
    color: #222222;
    font-weight: 700;
    font-family: "Outfit";
  }
  #testimonial p.designation {
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    font-weight: 400;
    font-family: "Outfit";
  }
  #testimonial .owl-dots .active {
    background: #ffa800;
  }
  #testimonial .owl-dots button {
    width: 8px;
    height: 8px;
    background: #dab2b2;
    border-radius: 50px;
    border: 1px solid transparent;
    margin-right: 5px;
    outline: none;
  }
  #testimonial .owl-dots {
    margin-top: 25px;
    text-align: center;
  }
  #testimonial button.owl-prev {
    position: absolute;
    left: -5%;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    background: #232337;
    border-radius: 50px;
    outline: none;
    color: #fff;
  }
  #testimonial button.owl-next {
    position: absolute;
    right: -5%;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    background: #232337;
    border-radius: 50px;
    outline: none;
    color: #fff;
  }
  #testimonial .testimonial:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #ffa800;
    position: absolute;
    bottom: -20px;
    right: 20px;
    transform: scaleX(-1);
  }

/* Pricing Plan  */
  
  #pricing .heading {
    text-align: center;
  }
  .pricing_box {
    background: #fff;
    box-shadow: 0 0 15px #ccc;
    margin: 25px 0px;
    padding: 10px 0;
    transition: all 0.2s ease-in-out;
  }
  #pricing h5 {
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    font-weight: 700;
    font-family: "Outfit";
    padding: 12px 15px;
  }
  #pricing td {
    font-size: 14px;
    line-height: 25px;
    color: #757575;
    font-weight: 400;
    font-family: "Outfit";
    padding: 12px 0px 12px 15px;
  }
  #pricing tbody, td, tfoot, th, thead, tr {
    border-style:hidden!important;
  }
  #pricing tbody > tr:nth-child(even) > td{
    background: #f1f1f1;
  }
  #pricing .pricing_box:hover {
    background: #ffa800;
    color: #fff;
    transform: scale(1.1);
    z-index: 999999;
  }
  #pricing .pricing_box:hover td {
    background: #ffa800;
    color: #fff;
  }
  #pricing .pricing_box:hover h5 {
    color: #fff;
  }

/* Latest New */
  
  section#latest_news {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #latest_news .heading {
    text-align: center;
  }
  #latest_news .post-slide .post-img{
    position: relative;
    overflow: hidden;
    padding: 8px 8px 0 8px;
  }
  #latest_news .post-slide {
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: 0 0 5px rgb(40 40 40 / 7%);
    margin: 5px;
    background: #fff;
  }
  #latest_news .post-slide:hover .post-review{
    background: #fff;
  }
  #latest_news .post-slide .post-review{
    padding: 10px 20px;
    position: relative;
  }
  #latest_news .post-slide .post-title{
    margin: 0;
  }
  #latest_news .post-slide ul {
    padding: 0;
  }
  #latest_news .post-slide .post-title {
    font-size: 16px;
    line-height: 32px;
    color: #222222;
    font-weight: 700;
    font-family: "Outfit";
  }
  #latest_news .post-slide .post-text {
    font-size: 12px;
    line-height: 20px;
    color: #444444;
    font-weight: 400;
    font-family: "Outfit";
  }
  #latest_news span.date {
    display: inline;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Outfit";
    position: absolute;
    bottom: 0;
    background: #ffa800;
    padding: 7px 15px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-left: 12px;
  }
  #latest_news .read-more{
    font-size: 14px;
    line-height: 22px;
    color: #ffa800;
    font-weight: 700;
    font-family: "Outfit";
  }
  #latest_news .entry-comments{
    font-size: 14px;
    line-height: 26px;
    color: #878787;
    font-weight: 400;
    font-family: "Outfit";
  }
  #latest_news .social_media {
    display: inline-block;
  }
  #latest_news .social_media a {
    margin-right: 12px;
    text-align: center;
  }
  #latest_news .social_media a:hover i {
    color: #ffa800;
  }
  #latest_news .social_media i {
    font-size: 14px;
    color: #888888;
    transition: all 0.5s ease;
    font-family: 'Font Awesome 5 Brands';
  }
  #latest_news .post-bar {
    padding: 15px 10px;
    border-top: 1px solid #eee;
  }