@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Passion+One:wght@400;700;900&family=Phetsarath:wght@400;700&display=swap');
:root{
    --primary: #BE0B11;
    --primary2: #C4272E;
    --primary3: #D15E65;
    --black: #000000;
    --black-light: #222220;
    --white: #ffffff;
    --dark: #0A052A;
    --gray: #f4f4f4;
    --light: #ebebeb;
    --input-border: #4d4d4d;
    --service-border: #d9d9d9;
    

    --passionOne: "Passion One", sans-serif;
    --phetsarath: "Phetsarath", serif;
    --inter: "Inter", sans-serif;
}

html{
    height: 100%;
}
body{
    padding: 0;
    margin: 0;
    font-size: 17px;
    color: var(--text-secondary);
    font-family: var(--inter);
    font-weight: 300;
    height: 100%;
}

/* Common Style */
.bg_light{
    background-color: var(--theme-light);
}
a {
    text-decoration: unset;
}
.accordion-button:focus {
    z-index: 0 !important;
    border-color: transparent !important;
    box-shadow: unset !important;
}
.extra_link{
    color: var(--orange);
    text-decoration: unset;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow:none;
}
.text_dark {
    color: var(--dark) !important;
}
.text_primary {
    color: var(--primary) !important;
}

.theme_btn {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 12px 12px 20px;
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}
.form_btn{
    font-size: 22px;
    border-radius: 8px;
    padding: 14px 80px;
    border-color: var(--primary);
    color: var(--white);
    background-color: var(--primary);
}
.form_btn:focus, .form_btn:hover  {
    border-color: var(--primary);
    color: var(--primary);
    background-color: var(--white);
}
.nav_callbtn{
    width: 44px;
    height: 44px;
    padding: 0;
}
.nav_callbtn img{
    width: 100%;
}

.sm_btn{
    padding: 8px 24px;
}
.lg_btn{
    font-size: 20px;
    padding: 14px 32px;
}
.text-justify{
    text-align: justify;
}

/* Animation */
.animation_x{
    -webkit-animation: movers 1s infinite alternate;
    animation: movers 1s infinite alternate;
}
.animation_y{
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

/* Header */
.main_header{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.main_header.fixed-top{
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: var(--white);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
@keyframes fadeInDown {
	0% {
	  opacity: 0;
	  transform: translate3d(0, -100%, 0);
	}
	to {
	  opacity: 1;
	  transform: translateZ(0);
	}
}

.main_header .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar-brand img{
    height: 45px;    
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-nav .nav-link {
    color: var(--black);
    font-size: 17px;
    font-weight: 400;
    padding: 10px 16px !important;
    border-radius: 30px;
    text-transform: uppercase;
}
.navbar-nav .nav-link.active {
    color: var(--white) !important;
    background-color: var(--black-light) !important;
}
.navbar-nav .nav-link:hover {
    background-color: var(--white);
}
.main_header.fixed-top .navbar-nav .nav-link:hover {
    background-color: var(--light);
}
.nav-link span{
    position: relative;
}

/* Bootstrap Offcanvas */
@media (max-width: 991.98px) {
    .offcanvas-collapse {
      position: fixed;
      top: 0; 
      bottom: 0;
      left: 100%;
      width: 50%;
      padding: 60px 30px 16px;
      overflow-y: auto;
      visibility: hidden;
      background-color: var(--white);
      transition: transform .3s ease-in-out, visibility .3s ease-in-out;
      z-index: 1100;
    }
    .offcanvas-collapse.open {
      visibility: visible;
      transform: translateX(-100%);
    }

    .btn-close {
        position: absolute;
        top: 8px;
        right: 10px;
        font-size: 15px;
        padding: 10px;
        border-radius: 50%;
        display: block !important;
        background-color: var(--white);
        z-index: 1100;
    }
  }
  
  .nav-scroller .nav {
    color: rgba(255, 255, 255, .75);
  }
  
  .nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
  }
  
  .nav-scroller .active {
    font-weight: 500;
    color: #343a40;
  }

  /* Navbar */
  .btn-close{
    display: none;
  }
  @media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 20px;
    }
  }

  /* Banner */
  .home_banner{
    background-image: url('../images/home/bannercover.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
.home_banner_over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
}
.home_banner_text {
    position: relative;
}

/* Banner Video */
.home_banner_video {
    position: relative;
}
.home_banner_video video {
  width: 100%;
  height: 91vh;
  object-fit: cover;
  margin-bottom: -8px;
}
.home_banner_text {
  z-index: 1;
}

@media (max-width: 1366px){
  .home_banner_video video {
      height: 600px;
  }
}
@media (max-width: 1024px) {
  .home_banner_video video {
      height: 510px;
  }
}
@media (max-width: 991px) {
  .home_banner_video video {
      height: 700px;
  }
  .home_banner {
      padding: 60px 0 115px;
  }
}
@media (max-width: 600px) {
  .home_banner_video video {
      height: 720px;
  }
}

/* Fixed Social Icons */
.fixed_social {
    position: fixed;
    left: 0;
    bottom: 2%;
    background-color: var(--primary);
    padding: 24px 18px;
    border-radius: 0 25px 25px 0;
    z-index: 2;
}
.fixed_social a {
    display: block;
    color: var(--white);
    margin-bottom: 16px;
    text-align: center;
    font-size: 20px;
}
.fixed_social a:last-child {
    margin-bottom: 0;
}
.fixed_social i {
    display: block;
}

/* Sections */
.section_padding{
    padding: 65px 0;
}
.section_heading {
    margin-bottom: 32px;
}
.section_heading h2{
    color: var(--dark);
    font-family: var(--passionOne);
    font-size: 80px;
    line-height: 5rem;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section_heading h2 span{
    color: var(--primary);
}
.section_heading_bordered {
    color: transparent !important;
    -webkit-text-stroke: 3px var(--white);
    letter-spacing: 4px;
}

/* Red black line */
.red_black_line {
    position: relative;
}
.red_line {
    position: relative;
    height: 11px;
    width: 100%;
    background-color: var(--primary);
}
.black_line {
    position: relative;
    height: 11px;
    width: 100%;
    background-color: var(--dark);
}

/* FORM */
.form_out {
    position: relative;
    background-color: var(--gray);
    border-radius: 37px;
    padding: 30px;
    z-index: 3;
}
.form_out h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary);
}
.form-control-lg, .form-select-lg{
    font-size: 17px;
    font-weight: 300;
    padding: 10px 12px;
    margin-bottom: 16px;
    background-color: var(--gray);
    border-color: var(--input-border);
}
.form-control:focus, .form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--blue);
    outline: 0;
    box-shadow: none;
}

/* Home About Us */
.home_about {
    background-image: url('../images/home/aboutbg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_about p {
    font-size: 20px;
}

/* Home Products */
.home_products {

}
.home_product_card {
    margin-bottom: 60px;
    padding: 0 12px 12px 0;
}
.home_product_card h3 {
    position: absolute;
    left: 10px;
    bottom: 16px;
    color: var(--white);
    font-family: var(--passionOne);
    font-size: 32px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 27px;
    z-index: 2;
}
.home_product_card h3 span {
    display: block;
}
.home_product_card img {
    position: relative;
    border-radius: 22px;
    z-index: 1;
    height: 276px;
    width: 100%;
    object-fit: cover;
}
.home_product_cardover {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(10, 5, 42, 0.95) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 2;
    border-radius: 22px;
}
.home_product_card::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 12px;
    top: 12px;
    background: linear-gradient(145deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 50%, rgba(10, 5, 42, 0.30) 100%);
    border-radius: 30px;
  }

.prod_abs_balls {
    position: absolute;
    left: 6%;
    top: 1%;
}

/* Home Partner Brands */
.home_partner {
    overflow-x: hidden;
}
.home_partner .partner_slider, .services_pastevent .pastevent_slider, .home_projects .projects_slider {
    padding: 0 11%;
    overflow: hidden;
}
.home_partner .partner_slider.owl-carousel .owl-nav button.owl-next, 
.home_partner .partner_slider.owl-carousel .owl-nav button.owl-prev,
.home_projects .projects_slider.owl-carousel .owl-nav button.owl-next, 
.home_projects .projects_slider.owl-carousel .owl-nav button.owl-prev,
.services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-next, 
.services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
}
.home_partner .partner_slider.owl-carousel .owl-nav button.owl-next,
.home_projects .projects_slider.owl-carousel .owl-nav button.owl-next,
.services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-next,
.project_detail_slider.owl-carousel .owl-nav button.owl-next {
    right: 4%;
}
.home_partner .partner_slider.owl-carousel .owl-nav button.owl-prev,
.home_projects .projects_slider.owl-carousel .owl-nav button.owl-prev,
.services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-prev,
.project_detail_slider.owl-carousel .owl-nav button.owl-prev {
    left: 4%;
}
.home_partner .partner_slider.owl-carousel .owl-nav button.owl-next i, 
.home_partner .partner_slider.owl-carousel .owl-nav button.owl-prev i,
.home_projects .projects_slider.owl-carousel .owl-nav button.owl-next i, 
.home_projects .projects_slider.owl-carousel .owl-nav button.owl-prev i,
.services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-next i, 
.services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-prev i {
    font-weight: 300;
    font-size: 100px;
    color: var(--dark);
}

.project_detail_slider.owl-carousel .owl-nav button.owl-next, 
.project_detail_slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
}
.project_detail_slider.owl-carousel .owl-nav button.owl-next i, 
.project_detail_slider.owl-carousel .owl-nav button.owl-prev i {
    font-weight: 300;
    font-size: 60px;
    color: var(--white);
}

.home_partner .partner_slider.owl-carousel .owl-dots, 
.home_projects .projects_slider.owl-carousel .owl-dots, 
.home_clients .clients_slider.owl-carousel .owl-dots, 
.home_testimonials .testimonials_slider.owl-carousel .owl-dots,
.about_journey .journey_slider.owl-carousel .owl-dots,
.services_pastevent .pastevent_slider.owl-carousel .owl-dots,
.project_detail_slider.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 16px;
  }
  .home_partner .partner_slider.owl-carousel .owl-dots .owl-dot, 
  .home_projects .projects_slider.owl-carousel .owl-dots .owl-dot, 
  .home_clients .clients_slider.owl-carousel .owl-dots .owl-dot, 
  .home_testimonials .testimonials_slider.owl-carousel .owl-dots .owl-dot,
  .about_journey .journey_slider.owl-carousel .owl-dots .owl-dot,
  .services_pastevent .pastevent_slider.owl-carousel .owl-dots .owl-dot,
  .project_detail_slider.owl-carousel .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background-color: var(--dark);
    border-radius: 50%;
    margin: 0 24px;
  }
  .home_partner .partner_slider.owl-carousel .owl-dots .owl-dot.active, 
  .home_projects .projects_slider.owl-carousel .owl-dots .owl-dot.active, 
  .home_clients .clients_slider.owl-carousel .owl-dots .owl-dot.active, 
  .home_testimonials .testimonials_slider.owl-carousel .owl-dots .owl-dot.active,
  .about_journey .journey_slider.owl-carousel .owl-dots .owl-dot.active,
  .services_pastevent .pastevent_slider.owl-carousel .owl-dots .owl-dot.active,
  .project_detail_slider.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--primary);
  }

  /* Home Features & USP */
.home_features {
    background-color: var(--primary);
    border-bottom: 34px solid var(--primary);
}
.home_feature_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.feature_red_line {
    display: flex;
}
.feature_red_line .red_line1, .feature_red_line .red_line2, .feature_red_line .red_line3 {
    width: 20px;
    height: 100%;
}
.feature_red_line .red_line1 {
    background-color: var(--primary);
}
.feature_red_line .red_line2 {
    background-color: var(--primary2);
}
.feature_red_line .red_line3 {
    background-color: var(--primary3);
}

.home_features .section_heading {
    padding-left: 36px;
}
.home_feature_list {
    width: 100%;
}
.home_feature_card {
    position: relative;
    text-align: center;
    padding: 36px 36px 0;
}
.home_feature_card img {
    margin-bottom: 10px;
}
.home_feature_card p {
    font-size: 20px;
    font-weight: 400;
    color: var(--dark);
}


/* Home Experience the difference */
.home_experience {
    background-image: url('../images/home/experience.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.connectnow {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 60px;
    font-size: 45px;
    font-family: var(--passionOne);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: -1px 3px 0px rgba(0, 0, 0, 1);
    padding: 0 32px;
    border: 1px solid var(--primary);
}
.connectnow:hover {
    color: var(--white);
    background-color: transparent;
    border-color: var(--white);
}

.experience_red_line .red_line1, .experience_red_line .red_line2, .experience_red_line .red_line3,
.vision_red_line .red_line1, .vision_red_line .red_line2, .vision_red_line .red_line3 {
    height: 20px;
    width: 100%;
}
.experience_red_line .red_line1 {
    height: 57px;
}
.experience_red_line .red_line1, .vision_red_line .red_line1 {
    background-color: var(--primary);
}
.experience_red_line .red_line2, .vision_red_line .red_line2 {
    background-color: var(--primary2);
}
.experience_red_line .red_line3, .vision_red_line .red_line3 {
    background-color: var(--primary3);
}

/* Home Services */
.home_services {
    overflow: hidden;
}
.home_services::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url('../images/home/services.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 42% auto;
    z-index: 2;
  }
.home_service_card {
    display: inline-flex;
    margin-bottom: 36px;
}
.home_service_card:last-child {
    margin-bottom: 0;
}
.home_service_card img {
    max-height: 40px;
    margin-top: 4px;
    margin-right: 30px;
}
.home_service_card h3 {
   font-size: 40px;
   font-family: var(--passionOne);
   text-transform: uppercase;
   color: var(--dark);
   margin-bottom: 0;
}
.home_service_card p {
    font-size: 20px;
   color: var(--dark);
    margin-bottom: 0;
}
  
.border_before {
    position: relative;
    z-index: 0;
    padding-top: 100px;
}
.border_before::after {
    content: "";
    position: absolute;
    left: -5%;
    top: 0;
    height: 120%;
    width: 100%;
    background-color: transparent; 
    border: 14px solid var(--service-border);
    border-radius: 72px;
    z-index: -1;
  }
  
  .ser_abs_balls {
    position: absolute;
    left: 45%;
    top: 2%;
    width: 221px;
}

.home_projects {
    background-image: url('../images/home/projects/projectbg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}
  .home_projects .projects_slider.owl-carousel .owl-stage-outer, 
  .home_testimonials .testimonials_slider.owl-carousel .owl-stage-outer, 
  .services_pastevent .pastevent_slider.owl-carousel .owl-stage-outer, 
  .py_60 {
    padding: 60px 0;
  }
  .home_projects .projects_slider.owl-carousel .item {
    padding: 0 60px;
}

  .project_slide {
    padding-left: 6%;
  }
    .project_slide h3 {
        font-size: 54px;
        font-family: var(--passionOne);
        color: var(--white);
        text-shadow: -1px 3px 0px rgba(0, 0, 0, 1);
        position: absolute;
        left: 0;
        top: 7px;
        z-index: 10;
        padding-left: 13%;
        text-transform: uppercase;
    }
    .project_slide h3::after {
        content: "";
        position: absolute;
        left: 48px;
        top: 2px;
        height: 47px;
        width: 97px;
        background-color: var(--primary);
        z-index: -1;
    }
    .project_slide p {
        font-size: 20px;
        line-height: 1.2;
        color: var(--dark);
        text-align: center;
        margin-top: 8px;
    }
    
    .project_detail_slider .project_slide {
        padding-left: 0 !important;
    }


.home_suitable {
    
}
.home_suitable_card {
    position: relative;
    text-align: center;
    background-color: var(--white);
    border-radius: 25px;
    padding: 16px;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 16px;
}
.home_suitable_card:hover {
    background-color: var(--dark);
}
.home_suitable_card img {
    width: 117px;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-left: auto;
    margin-right: auto;
}
.home_suitable_card:hover img {
    width: 156px;
}
.home_suitable_card_img {
    height: 156px;
    margin-bottom: 18px;
}
.home_suitable_card h3 {
    font-size: 20px;
    color: var(--dark);
    font-weight: 300;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.home_suitable_card:hover h3 {
    color: var(--white);
}
.suitable_img1 {
    display: block;
}
.suitable_img2 {
    display: none;
}
.home_suitable_card:hover img.suitable_img1 {
    display: none;
}
.home_suitable_card:hover img.suitable_img2 {
    display: block;
}

.suitable_red_line.experience_red_line .red_line1 {
    height: 97px;
}

/* Home Clients */
.section_heading_client .red_black_line {
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
}
.client_slide {
    width: 130px;
    margin: 0 auto;
}
.client_slide img {
    margin-bottom: 28px;
}

/* Home Testimonials */
.home_testimonials {
    background-image: url(../images/home/testimonials/testibg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .testimonials_card {
    background-color: transparent;
    padding: 40px 16px;
    border-radius: 65px;
    border: 7px solid var(--white);
    text-align: center;
    color: var(--white);
    min-height: 520px;
  }
  .testimonials_slider.owl-carousel, .testimonials_slider.owl-carousel .owl-item.center.active .testimonials_card {
    min-height: 632px;
  }
  .testimonials_stars {
    padding: 0 0 0 30px;
    margin-bottom: 30px;
  }
  .testimonials_slider.owl-carousel .owl-item img.testi_quote {
    width: 30px;
  }
  .testimonials_slider.owl-carousel .owl-item img.testi_stars {
    width: 50%;
    margin-left: auto;
    margin-top: -12px;
  }
  .testimonials_card h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
  

  .testimonials_slider.owl-carousel .owl-item.center.active img.testi_stars {
    width: 65%;
    margin-left: auto;
    margin-top: -12px;
  }
  .testimonials_slider.owl-carousel .owl-item.center.active img.testi_quote {
    width: 58px;
  }
  .testimonials_slider.owl-carousel .owl-item.center.active .testimonials_card p{
    font-size: 20px;
    font-weight: 600;
  }
  .testimonials_slider.owl-carousel .owl-item.center.active .testimonials_card h4{
    font-size: 30px;
  }
  
  /* Owl carausel */
  .home_testimonials .testimonials_slider.owl-carousel .owl-dots .owl-dot {
    background-color: var(--white);
  }
  .testimonials_slider.owl-carousel .owl-item.center.active {
    padding: 0;
    width: 100%;
  }
  .testimonials_slider.owl-carousel .owl-item.active {
    padding-right: 28px;
    padding-left: 28px;
  }
  .testimonials_slider.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }
  .testimonials_slider.owl-carousel .item {
      display: flex;
      flex: 1 0 auto;
      height: auto;
  }
  
  .owl-carousel .owl-stage {
    display: flex;
  }
  .item {
      display: flex;
      flex: 1 0 auto;
      height: 100%;
  }

  /* Home Youtube */
.home_youtube_cards, .px_60 {
    padding-left: 60px;
    padding-right: 60px;
}

/* everything you need for */
.home_everything {
    background-image: url('../images/home/everythingbg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* FOOTER */
.footer_main{
    position: relative;
    background-color: var(--white);
}
.footer_main .footer_top {
    position: relative;
}
.footer_hr {
    position: relative;
    width: 100%;
    height: 5px;
    padding: 0 60px;
}
.footer_hr span {
    background-color: var(--dark);
    width: 100%;
    height: 100%;
    display: block;
}
.footer_main .footer_top .footer_logo{
    position: relative;
    text-align: center;
}
.footer_main .footer_top .footer_logo, .footer_main .footer_top .footer_links{
    padding-top: 80px;
    padding-bottom: 30px;
}
.footer_main .footer_top .footer_logo img{
    position: relative;
    width: 300px;
    margin-bottom: 44px;
}
.footer_main .footer_top .footer_logo p{
    position: relative;
    font-size: 20px;
    font-weight: 300;
    color: var(--dark);
}

.footer_vr {
    border-right: 3px solid var(--dark);
}
.footer_main .footer_top .footer_links{
    position: relative;
}
.footer_main .footer_top .footer_links h5{
    position: relative;
    font-size: 20px;
    margin-bottom: 4px;
    color: var(--white);
    text-transform: uppercase;
    font-family: var(--passionOne);
    letter-spacing: 0.8px;
}
.footer_main .footer_top .footer_links h5 span {
    background-color: var(--primary);
    padding: 0 6px;
}
.footer_main .footer_top .footer_links ul{
    list-style-type: none;
    margin: 0;
}
.footer_main .footer_top .footer_links ul li, .footer_main .footer_top .footer_links p{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--dark);
}
.footer_main .footer_top .footer_links ul li a, .footer_main .footer_top .footer_links p a{
    display: inline-block;
    color: var(--dark);
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 8px;
}
.footer_main .footer_top .footer_contact.footer_links p a{
    border-left: none;
}
.footer_main .footer_top .footer_links p i{
    line-height: 24px;
    font-size: 16px;
    color: var(--dark);
}
.footer_main .footer_top .footer_links ul li a:hover, .footer_main .footer_top .footer_links p a:hover {
    color: var(--primary);
    border-color: var(--dark);
}
.footer_main .footer_top .footer_links p a:hover {
    padding-left: 8px;
}

.social_links {
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
}
.social_links img {
    width: 100%;
}

.footer_main .footer_copyright {
    position: relative;
    text-align: end;
    padding: 20px;
    color: var(--dark);
}
.footer_main .footer_copyright p{
    position: relative;
    margin-bottom: 0;
    font-size: 20px;
    font-family: var(--passionOne);
    opacity: 30%;
}

.footer_abs_balls {
    position: absolute;
    right: 1%;
    bottom: 14%;
}

/* ----------------------------------------- */
/* About Us */
/* ----------------------------------------- */
/* Sub Banner */
.sub_banner img {
    width: 100%;
    max-height: 624px;
    object-fit: cover;
  }
  .banner_head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
  }
  .banner_head h1 {
    font-family: var(--passionOne);
    font-size: 80px;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
  }

/* About Background / History */
  .about_history_redblack.red_black_line {
    position: absolute;
    left: 0;
    top: 2%;
    right: 0;
  }
  .about_history_redblack .red_line, .about_history_redblack .black_line {
    width: 26%;
}
.about_history_text {
    position: relative;
    background-color: var(--light);
    border-radius: 50px;
    padding: 50px 32px;
    color: var(--black);
    font-size: 20px;
}
.about_history_img {
    position: relative;
    padding-left: 52px;
}

/* About Our Journey */
.about_journey_content {
    background-image: url('../images/about/journeybg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.journey_slide {
    padding: 220px 0;
}
.journey_year {
    font-size: 40px;
    font-family: var(--passionOne);
    color: var(--dark);
    margin-bottom: 0;
}
.journey_slide p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    padding: 0 16px;
    text-align: center;
    margin-bottom: 2px;
}
.journey_vr {
    width: 1px;
    height: 50px;
    background-color: var(--white);
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

/* Journey Top */
.journey_slide_top .journey_year {
    position: absolute;
    top: 36%;
    left: 0;
    right: 6px;
    text-align: center;
}
.journey_slide_top_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 73%;
}

/* Journey Btm */
.journey_slide_btm .journey_year {
    position: absolute;
    bottom: 36%;
    left: 10px;
    right: 6px;
    text-align: center;
}
.journey_slide_btm_txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 73%;
}


.about_vision, .about_mission {
    position: relative;
    text-align: center;
    padding: 0 75px;
}
.about_mission {
    border-left: 7px solid var(--dark);
}
.about_vision img, .about_mission img {
    width: 187px;
    margin: 0 auto 12px;
}
.about_vision h3, .about_mission h3 {
    font-size: 80px;
    font-family: var(--passionOne);
    margin-bottom: 10px;
}
.about_vision p, .about_mission p {
    font-size: 24px;
    font-weight: 400;
}
.about_mission h3 {
    color: var(--primary);
}

/* About Team */
.about_team_content {
    background-image: url(../images/about/team/teambg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about_team_card {
    position: relative;
    text-align: center;
    color: var(--white);
}
.about_team_card img {
    margin-bottom: 12px;
}
.about_team_card h3 {
    font-size: 30px;
    font-family: var(--passionOne);
    margin-bottom: 0;
}
.about_team_card p {
    font-size: 20px;
    margin-bottom: 0;
}

/* ----------------------------------------- */
/* Contact Us */
/* ----------------------------------------- */
.contact_social {
    background-image: url(../images/contact/contactbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_info {
    margin-top: 56px;
}
.contact_info_card {
    background-color: var(--white);
    border-radius: 23px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    padding: 0 20px 12px;
    text-align: center;
    height: 100%;
}
.contact_info_card img {
    width: 112px;
    margin-bottom: 12px;
    margin-top: -56px;
}
.contact_info_card h3 {
    font-size: 40px;
    font-weight: bold;
}
.contact_info_card p {
    font-size: 28px;
    margin-bottom: 12px;
}
.contact_info_card p a {
    color: var(--dark);
}


.social_head_box {
    border: 4px solid var(--dark);
    border-radius: 15px;
    display: inline-block;
}
.contact_social_card {
    position: relative;
    text-align: center;
}
.contact_social_card img {
    width: 88px;
    margin-bottom: 24px;
}
.contact_social_card p {
    font-size: 28px;
    color: var(--dark);
}

/* ----------------------------------------- */
/* Services */
/* ----------------------------------------- */
.services_about {
    background-image: url(../images/services/aboutbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
    overflow-x: hidden;
}
.services_about_text p {
    font-size: 20px;
    color: var(--white);
}

.services_about_img {
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: hidden; /* Prevents content from leaking outside */
    box-sizing: border-box;
}

.serviceleft_red_line {
    display: flex;
    height: 100%;
    position: relative;
    z-index: 1;
    flex-direction: row;
}

.serviceleft_red_line .red_line1 {
    width: 108px;
    height: 100%;
    background-color: var(--primary);
}

.serviceleft_red_line .red_line2,
.serviceleft_red_line .red_line3 {
    width: 20px;
    height: 100%;
}
.serviceleft_red_line .red_line2 {
    background-color: var(--primary2);
}
.serviceleft_red_line .red_line3 {
    background-color: var(--primary3);
}

.services_about_img img {
    flex-grow: 1;
    height: 100%;
    object-fit: cover;
    width: 100%;
    z-index: 0;
    padding: 24px 0;
}





/* Services End-to-End Tournament Management */
.services_endtoend {

}
.services_endtoend_card {
    background-color: var(--service-border);
    border-radius: 35px;
    height: 100%;
}
.services_endtoend_cardhead {
    position: relative;
    text-align: center;
    background-color: var(--white);
    padding: 24px 24px;
    border: 7px solid var(--dark);
    border-radius: 35px 35px 0 0;
}
.services_endtoend_cardhead h3 {
    color: var(--primary);
    font-size: 35px;
    font-family: var(--passionOne);
    margin-bottom: 0;
}
.services_endtoend_card p {
    font-size: 24px;
    padding: 24px;
}
.services_endtoend_btmtext {
    margin-top: 40px;
    text-align: center;
}
.services_endtoend_btmtext p {
    font-size: 24px;
}
.services_endtoend .prod_abs_balls {
    top: 3%;
}

/* Services Elevate your next cue sports */
.services_elevate {
    background-image: url(../images/services/elevate.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 34px solid var(--primary);
}

/* Services Why Choose Us? */
.services_whychoose {
    overflow-x: hidden;
}
.services_whychoose_text {

}
.services_whychoose_text ul li::marker {
    color: var(--primary);
  }
.services_whychoose_text ul {
    
}
.services_whychoose_text ul li {
    font-size: 24px;
    margin-bottom: 24px;
}
.services_whychoose_text ul li span, .services_whychoose_text ul li strong {
    font-size: 30px;
    font-family: var(--passionOne);
    color: var(--primary);
}

.services_whychoose_img {
    position: relative;
    display: flex;
}
.service_why_img {
    width: 75%;
    height: 658px;
    object-fit: cover;
}
.serviceri_red_line {
    width: 25%;
    height: 658px;
}

/* Services Past Events */
.services_pastevent {
    background-image: url(../images/services/pastbg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}
.pastevent_slider .project_slide {
    width: 300px;
    margin: 0 auto;
  }

/* Services Count */
.services_count {
    background-image: url(../images/services/countbg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.services_count_card {
    position: relative;
    text-align: center;
    padding: 30px;
}
.services_count_card h3 {
    color: var(--white);
    font-size: 100px;
    font-family: var(--passionOne);
    margin-bottom: 0;
}
.services_count_card p {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 12px;
    font-size: 45px;
    font-family: var(--passionOne);
    text-shadow: -1px 3px 0px rgba(0, 0, 0, 1);
}

/* Service Faqs */
.services_faqs_text .accordion-item {
    position: relative;
    background-color: var(--white);
    margin-bottom: 10px;
    border: 3px solid var(--service-border);
}
.services_faqs_text .accordion-body {
    background-color: var(--service-border);
    font-size: 28px;
}
.services_faqs_text .accordion-button {
    font-size: 28px;
}
.services_faqs_text .accordion-button:not(.collapsed) {
    color: var(--dark);
    background-color: var(--white);
    box-shadow: none;
}
.services_faqs_text .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: scale(1.5);
    transform-origin: center;
}

/* ----------------------------------------- */
/* Project list */
/* ----------------------------------------- */
.project_list, .project_details {
    background-image: url(../images/ourprojects/projectsbg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.project_list_info p {
    font-size: 20px;
    color: var(--dark);
    text-align: center;
}

.project_list_card {
    position: relative;
    padding: 12px;
    text-align: center;
    background-color: var(--white);
    height: 100%;
}
.project_list_card img {
    margin-bottom: 8px;
}
.project_list_card p, .project_details_head p {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 5px;
}
.project_list_card h3, .project_list_card h4, .project_details_head h3, .project_details_head h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}
.project_list_card h3, .project_details_head h3 {
    color: var(--primary);
}
.project_list_card h4, .project_details_head h4 {
    color: var(--dark);
}
.project_list .connectnow:hover {
    color: var(--white);
    background-color: var(--dark);
    border-color: var(--dark);
}

/* ----------------------------------------- */
/* Project Details */
/* ----------------------------------------- */
.project_details_content {
    background-image: url(../images/projectdetails/projdetailbg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.project_details_head {
    background-color: var(--white);
    padding: 6px 15px;
    margin-top: 15px;
}
.project_details_head h3, .project_details_head h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.project_details_text {
    padding: 12px 15px;
}
.project_details_text p, .project_details_text ul li {
    font-size: 18px;
}

/* ----------------------------------------- */
/* Privacy Pages */
/* ----------------------------------------- */

.privacy_page_content {
    color: var(--dark);
}
.privacy_page_content h3 {
    font-size: 24px;
    font-weight: 600;
}
.privacy_page_content p b, .privacy_page_content p strong {
    font-weight: 600;
}
.privacy_page_content a {
    color: var(--primary);
}
.privacy_page_content a:hover {
    text-decoration: underline;
}









/* ----------------------------------------- */
/* Responsive */
/* ----------------------------------------- */

@media (max-width: 1920px) and (resolution: 120dpi){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1188px;
    }
    body, .form-control-lg, .form-select-lg {
        font-size: 14.5px;
    }
    .section_padding {
        padding: 55px 0;
    }
    .navbar-brand img {
        height: 40px;
    }
    .navbar-nav .nav-link {
        font-size: 14.5px;
        padding: 8px 10px !important;
    }
    .nav_callbtn {
        width: 38px;
        height: 38px;
    }
    .main_header .navbar {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
    .form_out h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .form-control-lg, .form-select-lg {
        margin-bottom: 12px;
    }
    .form_btn {
        font-size: 20px;
        padding: 12px 70px;
    }
    .section_heading h2 {
        font-size: 64px;
        line-height: 4rem;
    }
    .home_about p, .home_feature_card p {
        font-size: 17px;
    }
    .home_product_card h3 {
        font-size: 28px;
        line-height: 24px;
    }
    .prod_abs_balls {
        width: 210px;
    }
    .prod_abs_balls img {
        width: 100%;
    }
    .home_partner .partner_slider.owl-carousel .owl-nav button.owl-next i, .home_partner .partner_slider.owl-carousel .owl-nav button.owl-prev i, .services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-next i, .services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-prev i {
        font-size: 80px;
    }
    .home_partner .partner_slider.owl-carousel .owl-dots .owl-dot, .home_projects .projects_slider.owl-carousel .owl-dots .owl-dot, .home_clients .clients_slider.owl-carousel .owl-dots .owl-dot, .home_testimonials .testimonials_slider.owl-carousel .owl-dots .owl-dot, .about_journey .journey_slider.owl-carousel .owl-dots .owl-dot, .services_pastevent .pastevent_slider.owl-carousel .owl-dots .owl-dot, 
    .project_detail_slider.owl-carousel .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        margin: 0 20px;
    }
    .home_feature_card img {
        margin-bottom: 8px;
        width: 92px;
    }
    .home_feature_card {
        padding: 26px 26px 0;
    }
.home_feature_img {
    width: 360px;
}
.home_feature_img img {
    width: 100%;
}
.connectnow {
    font-size: 36px;
    padding: 0px 28px;
}
.border_before {
    padding-top: 80px;
}
.home_service_card img {
    max-height: 36px;
    margin-right: 28px;
}
.home_service_card h3 {
    font-size: 34px;
}
.home_service_card p {
    font-size: 17px;
}
.home_service_card {
    margin-bottom: 32px;
}
.home_services::before {
    content: "";
    background-size: 42% 100%;
}
.home_projects .projects_slider.owl-carousel .item {
    padding: 0 30px;
}

.project_slide h3 {
    font-size: 44px;
    padding-left: 9%;
}
.project_slide h3::after {
    content: "";
    left: 20px;
    height: 38px;
    width: 87px;
}
.project_slide p, .home_suitable_card h3 {
    font-size: 17px;
}
.home_partner .partner_slider.owl-carousel .owl-nav button.owl-next i, .home_partner .partner_slider.owl-carousel .owl-nav button.owl-prev i, .home_projects .projects_slider.owl-carousel .owl-nav button.owl-next i, .home_projects .projects_slider.owl-carousel .owl-nav button.owl-prev i, .services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-next i, .services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-prev i {
    font-size: 80px;
}
.project_detail_slider.owl-carousel .owl-nav button.owl-next i, .project_detail_slider.owl-carousel .owl-nav button.owl-prev i {
    font-size: 60px;
}
.home_suitable_card img {
    width: 97px;
}
.home_suitable_card:hover img {
    width: 136px;
}
.home_suitable_card_img {
    height: 136px;
    margin-bottom: 16px;
}
.client_slide {
    width: 105px;
}
.testimonials_card p {
    font-size: 13px;
}
.testimonials_card h4 {
    font-size: 17px;
}
.testimonials_slider.owl-carousel .owl-item.center.active img.testi_quote {
    width: 50px;
}
.testimonials_slider.owl-carousel .owl-item.center.active .testimonials_card p {
    font-size: 17px;
}
.testimonials_slider.owl-carousel .owl-item.center.active .testimonials_card h4 {
    font-size: 24px;
}
.testimonials_card {
    min-height: 432px;
}
.testimonials_slider.owl-carousel, .testimonials_slider.owl-carousel .owl-item.center.active .testimonials_card {
    min-height: 556px;
}
.section_heading_client .red_black_line {
    top: 86px;
}
.footer_main .footer_top .footer_logo img {
    width: 240px;
    margin-bottom: 34px;
}
.footer_main .footer_top .footer_logo p {
    font-size: 17px;
}
.footer_main .footer_top .footer_logo, .footer_main .footer_top .footer_links {
    padding-top: 60px;
    padding-bottom: 20px;
}
.footer_main .footer_top .footer_links ul li, .footer_main .footer_top .footer_links p {
    font-size: 17px;
}
.social_links {
    height: 28px;
    width: 28px;
}
.footer_abs_balls {
    bottom: 18%;
    width: 180px;
}
.footer_abs_balls img {
    width: 100%;
}
.footer_main .footer_copyright p {
    font-size: 17px;
}
.banner_head h1 {
    font-size: 68px;
    line-height: 1;
}
.about_history_text {
    padding: 36px 24px;
    font-size: 16px;
}
.journey_year {
    font-size: 30px;
}
.journey_slide_btm .journey_year {
    bottom: 38%;
}
.journey_slide_top .journey_year {
    top: 38%;
}
.journey_slide p {
    font-size: 16px;
}
.about_vision img, .about_mission img {
    width: 147px;
    margin: 0 auto 8px;
}
.about_vision h3, .about_mission h3 {
    font-size: 60px;
    margin-bottom: 6px;
}
.about_vision p, .about_mission p {
    font-size: 20px;
}
.about_mission {
    border-left: 6px solid var(--dark);
}
.about_team_card {
    padding: 0 36px;
}
.about_team_card h3 {
    font-size: 26px;
}
.about_team_card p {
    font-size: 16px;
}
.contact_info_card img {
    width: 90px;
    margin-bottom: 10px;
    margin-top: -45px;
}
.contact_info_card h3 {
    font-size: 32px;
}
.contact_info_card p, .contact_social_card p {
    font-size: 22px;
    margin-bottom: 8px;
}
.contact_social_card img {
    width: 68px;
    margin-bottom: 16px;
}
.services_about_text p, .project_list_info p {
    font-size: 17px;
}
.services_endtoend .prod_abs_balls {
    top: 3%;
}
.services_endtoend_cardhead h3 {
    font-size: 30px;
}
.services_endtoend_card p {
    font-size: 20px;
    padding: 20px;
}
.services_endtoend_btmtext p {
    font-size: 20px;
}
.services_count_card h3 {
    line-height: 1;
}
.services_whychoose_text ul li {
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 1.3;
}
.services_whychoose_text ul li span {
    font-size: 25px;
}
.pastevent_slider .project_slide {
    width: 250px;
}
.services_count_card h3 {
    font-size: 80px;
}
.services_count_card p {
    font-size: 36px;
}
.services_faqs_text .accordion-button, .services_faqs_text .accordion-body {
    font-size: 22px;
    padding: 12px 16px;
}
.project_list_card h3, .project_list_card h4 {
    font-size: 14px;
    margin-bottom: 4px;
}
.project_list_card p, .project_details_head p {
    font-size: 13px;
    margin-bottom: 2px;
}
.project_details_head h3, .project_details_head h4, .project_details_text p, .project_details_text ul li  {
    font-size: 15px;
    margin-bottom: 4px;
}
.home_product_card img {
    height: 243px;
}
}

@media (max-width: 1440px) and (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1188px;
    }
}

@media (max-width: 1440px){
    body, .form-control-lg, .form-select-lg {
        font-size: 14.5px;
    }
    .section_padding {
        padding: 55px 0;
    }
    .navbar-brand img {
        height: 40px;
    }
    .navbar-nav .nav-link {
        font-size: 14.5px;
        padding: 8px 10px !important;
    }
    .nav_callbtn {
        width: 38px;
        height: 38px;
    }
    .main_header .navbar {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
    .form_out h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .form-control-lg, .form-select-lg {
        margin-bottom: 12px;
    }
    .form_btn {
        font-size: 20px;
        padding: 12px 70px;
    }
    .section_heading h2 {
        font-size: 64px;
        line-height: 4rem;
    }
    .home_about p, .home_feature_card p {
        font-size: 17px;
    }
    .home_product_card h3 {
        font-size: 28px;
        line-height: 24px;
    }
    .prod_abs_balls {
        width: 210px;
    }
    .prod_abs_balls img {
        width: 100%;
    }
    .home_partner .partner_slider.owl-carousel .owl-nav button.owl-next i, .home_partner .partner_slider.owl-carousel .owl-nav button.owl-prev i, .services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-next i, .services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-prev i {
        font-size: 80px;
    }
    .project_detail_slider.owl-carousel .owl-nav button.owl-next i, .project_detail_slider.owl-carousel .owl-nav button.owl-prev i {
    font-size: 60px;
}
    .home_partner .partner_slider.owl-carousel .owl-dots .owl-dot, .home_projects .projects_slider.owl-carousel .owl-dots .owl-dot, .home_clients .clients_slider.owl-carousel .owl-dots .owl-dot, .home_testimonials .testimonials_slider.owl-carousel .owl-dots .owl-dot, .about_journey .journey_slider.owl-carousel .owl-dots .owl-dot, .services_pastevent .pastevent_slider.owl-carousel .owl-dots .owl-dot,
    .project_detail_slider.owl-carousel .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        margin: 0 20px;
    }
    .home_feature_card img {
        margin-bottom: 8px;
        width: 92px;
    }
    .home_feature_card {
        padding: 26px 26px 0;
    }
.home_feature_img {
    width: 360px;
}
.home_feature_img img {
    width: 100%;
}
.connectnow {
    font-size: 36px;
    padding: 0px 28px;
}
.border_before {
    padding-top: 80px;
}
.home_service_card img {
    max-height: 36px;
    margin-right: 28px;
}
.home_service_card h3 {
    font-size: 34px;
}
.home_service_card p {
    font-size: 17px;
}
.home_service_card {
    margin-bottom: 32px;
}
.home_services::before {
    content: "";
    background-size: 42% 100%;
}
.home_projects .projects_slider.owl-carousel .item {
    padding: 0 30px;
}

.project_slide h3 {
    font-size: 44px;
    padding-left: 9%;
}
.project_slide h3::after {
    content: "";
    left: 20px;
    height: 38px;
    width: 87px;
}
.project_slide p, .home_suitable_card h3 {
    font-size: 17px;
}
.home_partner .partner_slider.owl-carousel .owl-nav button.owl-next i, .home_partner .partner_slider.owl-carousel .owl-nav button.owl-prev i, .home_projects .projects_slider.owl-carousel .owl-nav button.owl-next i, .home_projects .projects_slider.owl-carousel .owl-nav button.owl-prev i, .services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-next i, .services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-prev i {
    font-size: 80px;
}
.project_detail_slider.owl-carousel .owl-nav button.owl-next i, .project_detail_slider.owl-carousel .owl-nav button.owl-prev i {
    font-size: 60px;
}
.home_suitable_card img {
    width: 97px;
}
.home_suitable_card:hover img {
    width: 136px;
}
.home_suitable_card_img {
    height: 136px;
    margin-bottom: 16px;
}
.client_slide {
    width: 105px;
}
.testimonials_card p {
    font-size: 13px;
}
.testimonials_card h4 {
    font-size: 17px;
}
.testimonials_slider.owl-carousel .owl-item.center.active img.testi_quote {
    width: 50px;
}
.testimonials_slider.owl-carousel .owl-item.center.active .testimonials_card p {
    font-size: 17px;
}
.testimonials_slider.owl-carousel .owl-item.center.active .testimonials_card h4 {
    font-size: 24px;
}
.testimonials_card {
    min-height: 432px;
}
.testimonials_slider.owl-carousel, .testimonials_slider.owl-carousel .owl-item.center.active .testimonials_card {
    min-height: 556px;
}
.section_heading_client .red_black_line {
    top: 75px;
}
.footer_main .footer_top .footer_logo img {
    width: 240px;
    margin-bottom: 34px;
}
.footer_main .footer_top .footer_logo p {
    font-size: 17px;
}
.footer_main .footer_top .footer_logo, .footer_main .footer_top .footer_links {
    padding-top: 60px;
    padding-bottom: 20px;
}
.footer_main .footer_top .footer_links ul li, .footer_main .footer_top .footer_links p {
    font-size: 17px;
}
.social_links {
    height: 28px;
    width: 28px;
}
.footer_abs_balls {
    bottom: 18%;
    width: 180px;
}
.footer_abs_balls img {
    width: 100%;
}
.footer_main .footer_copyright p {
    font-size: 17px;
}
.banner_head h1 {
    font-size: 68px;
    line-height: 1;
}
.about_history_text {
    padding: 30px 20px;
    font-size: 16px;
    margin-top: 62px;
}
.journey_year {
    font-size: 30px;
}
.journey_slide_btm .journey_year {
    bottom: 38%;
}
.journey_slide_top .journey_year {
    top: 38%;
}
.journey_slide p {
    font-size: 15px;
    padding: 0;
}
.about_vision img, .about_mission img {
    width: 147px;
    margin: 0 auto 8px;
}
.about_vision h3, .about_mission h3 {
    font-size: 60px;
    margin-bottom: 6px;
}
.about_vision p, .about_mission p {
    font-size: 20px;
}
.about_mission {
    border-left: 6px solid var(--dark);
}
.about_team_card {
    padding: 0 36px;
}
.about_team_card h3 {
    font-size: 26px;
}
.about_team_card p {
    font-size: 16px;
}
.contact_info_card img {
    width: 90px;
    margin-bottom: 10px;
    margin-top: -45px;
}
.contact_info_card h3 {
    font-size: 32px;
}
.contact_info_card p, .contact_social_card p {
    font-size: 22px;
    margin-bottom: 8px;
}
.contact_social_card img {
    width: 68px;
    margin-bottom: 16px;
}
.services_about_text p, .project_list_info p {
    font-size: 17px;
}
.services_endtoend .prod_abs_balls {
    top: 3%;
}
.services_endtoend_cardhead h3 {
    font-size: 30px;
}
.services_endtoend_card p {
    font-size: 20px;
    padding: 20px;
}
.services_endtoend_btmtext p {
    font-size: 20px;
}
.services_count_card h3 {
    line-height: 1;
}
.services_whychoose_text ul li {
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 1.3;
}
.services_whychoose_text ul li span {
    font-size: 25px;
}
.pastevent_slider .project_slide {
    width: 250px;
}
.services_count_card h3 {
    font-size: 80px;
}
.services_count_card p {
    font-size: 36px;
}
.services_faqs_text .accordion-button, .services_faqs_text .accordion-body {
    font-size: 22px;
    padding: 12px 16px;
}
.project_list_card h3, .project_list_card h4 {
    font-size: 14px;
    margin-bottom: 4px;
}
.project_list_card p, .project_details_head p {
    font-size: 13px;
    margin-bottom: 2px;
}
.project_details_head h3, .project_details_head h4, .project_details_text p, .project_details_text ul li  {
    font-size: 15px;
    margin-bottom: 4px;
}
.ser_abs_balls {
    width: 164px;
}
.home_product_card img {
    height: 243px;
}

}

@media (max-width: 1366px){
    .home_banner_video video {
        height: 694px;
    }
}

@media (max-width: 1280px){
    .section_heading h2 {
        font-size: 58px;
        line-height: 3.2rem;
    }
}

@media (max-width: 1024px){
    body, .form-control-lg, .form-select-lg, .project_slide p, .home_suitable_card h3, .footer_main .footer_top .footer_logo p, .footer_main .footer_top .footer_links ul li, .footer_main .footer_top .footer_links p, .footer_main .footer_copyright p, .about_history_text, .about_team_card p, .services_about_text p, .project_list_info p {
        font-size: 14px;
    }
    .section_padding {
        padding: 46px 0;
    }
    .section_heading {
        margin-bottom: 24px;
    }
    .main_header .navbar {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }
    .navbar-brand img {
        height: 30px;
    }
    .navbar-nav .nav-link {
        font-size: 13px;
        padding: 5px 10px !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 12px;
    }
    .nav_callbtn {
        width: 32px;
        height: 32px;
    }
    .form_out {
        border-radius: 30px;
        padding: 20px;
    }
    .form_out h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .form-control-lg, .form-select-lg {
        padding: 7px 9px;
        margin-bottom: 8px;
    }
    .form_btn {
        font-size: 16px;
        padding: 10px 50px;
    }
    .home_banner_video video {
        height: 542px;
    }
    .section_heading h2 {
        font-size: 46px;
        line-height: 2.8rem;
    }
    .home_about p, .home_feature_card p {
        font-size: 15px;
    }
    .prod_abs_balls {
        width: 180px;
    }
    .home_products .prod_abs_balls {
        width: 160px;
    }
    .home_product_card h3 {
        font-size: 22px;
        line-height: 20px;
    }
    .home_partner .partner_slider.owl-carousel .owl-nav button.owl-next i, .home_partner .partner_slider.owl-carousel .owl-nav button.owl-prev i, .home_projects .projects_slider.owl-carousel .owl-nav button.owl-next i, .home_projects .projects_slider.owl-carousel .owl-nav button.owl-prev i, .services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-next i, .services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-prev i,
    .project_detail_slider.owl-carousel .owl-nav button.owl-next i, .project_detail_slider.owl-carousel .owl-nav button.owl-prev i {
        font-size: 50px;
    }
    .home_feature_card img {
        margin-bottom: 6px;
        width: 52px;
    }
    .home_feature_card {
        padding: 26px 10px 0;
    }
    .home_feature_card p {
        line-height: 1.3;
    }
    .home_feature_img {
        width: 300px;
    }
    .connectnow {
        font-size: 30px;
        padding: 0px 20px;
    }
    .ser_abs_balls {
        width: 114px;
    }
    .border_before::after {
        content: "";
        left: -2%;
        border: 8px solid var(--service-border);
        border-radius: 62px;
    }
    .border_before {
        padding-top: 40px;
    }
    .home_service_card {
        margin-bottom: 16px;
    }
    .home_service_card img {
        max-height: 26px;
        margin-right: 16px;
    }
    .home_service_card h3 {
        font-size: 26px;
    }
    .home_service_card p {
        font-size: 14px;
    }
    .home_projects .projects_slider.owl-carousel .item {
        padding: 0 10px;
    }
    .project_slide h3 {
        font-size: 32px;
    }
    .project_slide h3::after {
        content: "";
        height: 28px;
        width: 60px;
    }
    .home_projects .projects_slider.owl-carousel .owl-stage-outer, .home_testimonials .testimonials_slider.owl-carousel .owl-stage-outer, .services_pastevent .pastevent_slider.owl-carousel .owl-stage-outer, .py_60 {
        padding: 30px 0;
    }
    .home_suitable_card img {
        width: 77px;
    }
    .home_suitable_card:hover img {
        width: 106px;
    }
    .home_suitable_card_img {
        height: 106px;
        margin-bottom: 12px;
    }
    .section_heading_client .red_black_line {
        top: 55px;
    }
    .client_slide {
        width: 75px;
    }
    .testimonials_card p {
        font-size: 12px;
    }
    .testimonials_card h4 {
        font-size: 14px;
    }
    .testimonials_card {
        padding: 30px 12px;
        border-radius: 46px;
        border: 4px solid var(--white);
    }
    .testimonials_stars {
        padding: 0 0 0 24px;
        margin-bottom: 20px;
    }
    .testimonials_slider.owl-carousel .owl-item.center.active .testimonials_card p {
        font-size: 15px;
    }
    .testimonials_slider.owl-carousel .owl-item.center.active .testimonials_card h4 {
        font-size: 20px;
    }
    .testimonials_card {
        min-height: 415px;
    }
    .testimonials_slider.owl-carousel, .testimonials_slider.owl-carousel .owl-item.center.active .testimonials_card {
        min-height: 500px;
    }
    .section_heading_bordered {
        -webkit-text-stroke: 2px var(--white);
        letter-spacing: 3px;
    }
    .footer_main .footer_top .footer_logo img {
        width: 180px;
        margin-bottom: 24px;
    }
    .footer_main .footer_top .footer_logo, .footer_main .footer_top .footer_links {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .footer_hr {
        height: 2px;
        padding: 0 40px;
    }
    .footer_vr {
        border-right: 2px solid var(--dark);
    }
    .footer_main .footer_top .footer_logo, .footer_main .footer_top .footer_links {
        padding-top: 30px;
    }
    .footer_abs_balls {
        width: 100px;
    }
    .fixed_social {
        bottom: 6%;
        padding: 12px 10px;
        border-radius: 0 15px 15px 0;
    }
    .fixed_social a {
        margin-bottom: 14px;
        font-size: 18px;
    }

    .journey_slide {
        padding: 120px 0;
    }
    .journey_slide_top .journey_year {
        top: 35%;
    }
    .journey_slide_btm .journey_year {
        bottom: 35%;
    }
    .journey_vr {
        height: 30px;
    }
    .journey_slide p {
        font-size: 12.5px;
        line-height: 1.3;
    }
    .journey_year {
        font-size: 24px;
    }
    .banner_head h1 {
        font-size: 56px;
    }
    .about_history_img {
        padding-left: 12px;
    }
.about_history_text p {
    margin-bottom: 8px;
}
.home_partner .partner_slider.owl-carousel .owl-dots .owl-dot, .home_projects .projects_slider.owl-carousel .owl-dots .owl-dot, .home_clients .clients_slider.owl-carousel .owl-dots .owl-dot, .home_testimonials .testimonials_slider.owl-carousel .owl-dots .owl-dot, .about_journey .journey_slider.owl-carousel .owl-dots .owl-dot, .services_pastevent .pastevent_slider.owl-carousel .owl-dots .owl-dot,
.project_detail_slider.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 14px;
}
.about_vision h3, .about_mission h3 {
    font-size: 42px;
    margin-bottom: 0;
}
.about_vision p, .about_mission p {
    font-size: 16px;
}
.about_vision img, .about_mission img {
    width: 110px;
    margin: 0 auto 8px;
}
.about_mission {
    border-left: 4px solid var(--dark);
}
.about_team_card h3 {
    font-size: 22px;
}
.services_about_text p {
    margin-bottom: 0;
}
.services_endtoend .prod_abs_balls {
    top: 1%;
}
.services_endtoend_cardhead h3 {
    font-size: 24px;
}
.services_endtoend_cardhead {
    padding: 16px 16px;
    border: 5px solid var(--dark);
}
.services_endtoend_card p {
    font-size: 15px;
    padding: 16px;
    margin-bottom: 0;
}
.services_endtoend_btmtext p {
    font-size: 15px;
}
.services_whychoose_text ul li span {
    font-size: 19px;
    line-height: 1;
}
.services_whychoose_text ul li {
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 1.4;
}
.services_count_card h3 {
    font-size: 50px;
}
.services_count_card p {
    font-size: 28px;
}
.services_faqs_text .accordion-button, .services_faqs_text .accordion-body {
    font-size: 16px;
    padding: 10px 12px;
}
.services_faqs_text .accordion-item {
    margin-bottom: 7px;
    border: 2px solid var(--service-border);
}
.services_faqs_text .accordion-button::after {
    transform: scale(1);
}
.project_details_head h3, .project_details_head h4, .project_details_text p, .project_details_text ul li {
    font-size: 14px;
}
.contact_info_card h3 {
    font-size: 24px;
}
.contact_info_card p, .contact_social_card p {
    font-size: 17px;
    margin-bottom: 5px;
}
.contact_info_card img {
    width: 70px;
    margin-bottom: 10px;
    margin-top: -35px;
}
.contact_social_card img {
    width: 48px;
    margin-bottom: 12px;
}
.privacy_page_content h3 {
    font-size: 18px;
    font-weight: 600;
}

.feature_red_line .red_line1, .feature_red_line .red_line2, .feature_red_line .red_line3 {
    width: 12px;
}
.red_line, .black_line {
    height: 8px;
}
.experience_red_line .red_line1, .experience_red_line .red_line2, .experience_red_line .red_line3, .vision_red_line .red_line1, .vision_red_line .red_line2, .vision_red_line .red_line3 {
    height: 12px;
}
.experience_red_line .red_line1 {
    height: 37px;
}
.suitable_red_line.experience_red_line .red_line1 {
    height: 50px;
}
.services_about {
    margin-top: 16px;
}
.service_why_img, .serviceri_red_line {
    height: 550px;
}
.serviceleft_red_line .red_line1 {
    width: 70px;
}
.serviceleft_red_line .red_line2, .serviceleft_red_line .red_line3 {
    width: 12px;
}
.home_product_card img {
    height: 190px;
}
.home_product_card {
    padding: 0 9px 9px 0;
}
.home_product_card::before {
    content: "";
    left: 8px;
    top: 8px;
}
}

@media (max-width: 991px){
    .navbarSideCollapse {
        margin-left: auto;
    }
    .navbar-nav .nav-link {
        padding: 14px 12px !important;
    }
    .home_banner_video video {
        height: 680px;
    }
    .home_banner {
        padding: 0;
    }
    .home_banner_text {
        margin-bottom: 16px;
    }
    .home_products .prod_abs_balls {
        top: 0.2%;
    }
    .home_product_card {
        margin-bottom: 24px;
    }
    .home_feature_img {
        width: 280px;
    }
    .home_services::before {
        content: "";
        background-size: 36% auto;
        background-position: right bottom;
    }
    .project_slide h3 {
        padding-left: 4%;
    }
    .project_slide h3::after {
        content: "";
        left: 4px;
    }
    .home_partner .partner_slider, .services_pastevent .pastevent_slider, .home_projects .projects_slider {
        padding: 0 9%;
    }
    .home_suitable_card {
        padding: 12px;
    }
    .client_slide {
        width: 90px;
    }
    .about_history_img {
        margin-top: 62px;
    }
    .journey_slide_top .journey_year {
        top: 33%;
    }
    .journey_slide_btm .journey_year {
        bottom: 33%;
    }
    .journey_slide_top_txt {
        bottom: 77%;
    }
    .journey_slide_btm_txt {
        top: 77%;
    }
    .about_vision, .about_mission {
        padding: 0 16px;
    }
    .about_team_card {
        margin-bottom: 16px;
    }
    .form_sub_banner.sub_banner img {
        max-height: unset;
        height: 640px;
    }
    .form_sub_banner.sub_banner .banner_head h1 {
        margin-bottom: 16px;
    }
    .services_about_text {
        padding: 30px 30px 40px;
        text-align: center;
    }
    .services_endtoend .prod_abs_balls {
        width: 130px;
        left: 2%;
    }
    .services_endtoend_cardhead {
        padding: 12px 12px;
        border: 3px solid var(--dark);
    }
    .services_count_card {
        padding: 0px;
    }
    .services_count_card p {
        font-size: 24px;
    }
    .services_count {
        padding-bottom: 46px !important;
    }
    .project_list_info p {
        margin-bottom: 0;
    }
    .project_details_head {
        text-align: center;
    }
    .testimonials_card {
        min-height: 375px;
    }
    .testimonials_slider.owl-carousel, .testimonials_slider.owl-carousel .owl-item.center.active .testimonials_card {
        min-height: 480px;
    }
    .testimonials_slider.owl-carousel .owl-item.active {
        padding-left: 24px !important;
    }
    .service_why_img, .serviceri_red_line {
        height: 500px;
    }
}

@media (max-width: 768px){

   
}

@media (max-width: 600px){
    body, .form-control-lg, .form-select-lg, .project_slide p, .home_suitable_card h3, .footer_main .footer_top .footer_logo p, .footer_main .footer_top .footer_links ul li, .footer_main .footer_top .footer_links p, .footer_main .footer_copyright p, .about_history_text, .about_team_card p, .services_about_text p, .project_list_info p {
        font-size: 14px;
        line-height: 19px;
    }
    .offcanvas-collapse {
        width: 80%;
    }
    .navbar-nav .nav-link {
        padding: 10px 12px !important;
        font-size: 14px;
    }
    .offcanvas-collapse {
        padding: 60px 20px 16px;
    }

    .navbar-brand img {
        height: 26px;
    }
    .home_banner_video video {
        height: 611px;
    }
    .section_heading h2 {
        font-size: 32px;
        line-height: 2.2rem;
    }
    .home_about p, .home_feature_card p {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .home_products .prod_abs_balls {
        width: 90px;
    }
    .home_partner .partner_slider.owl-carousel .owl-nav button.owl-next i, .home_partner .partner_slider.owl-carousel .owl-nav button.owl-prev i, .home_projects .projects_slider.owl-carousel .owl-nav button.owl-next i, .home_projects .projects_slider.owl-carousel .owl-nav button.owl-prev i, .services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-next i, .services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-prev i,
    .project_detail_slider.owl-carousel .owl-nav button.owl-next i, .project_detail_slider.owl-carousel .owl-nav button.owl-prev i {
        font-size: 30px;
    }
    .home_partner .partner_slider.owl-carousel .owl-nav button.owl-prev, .home_projects .projects_slider.owl-carousel .owl-nav button.owl-prev, .services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-prev,
    .project_detail_slider.owl-carousel .owl-nav button.owl-prev {
        left: 3%;
    }
    .home_partner .partner_slider.owl-carousel .owl-nav button.owl-next, .home_projects .projects_slider.owl-carousel .owl-nav button.owl-next, .services_pastevent .pastevent_slider.owl-carousel .owl-nav button.owl-next,
    .project_detail_slider.owl-carousel .owl-nav button.owl-next {
        right: 3%;
    }
    .container.section_padding {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }
    .home_product_card {
        margin: 0 7% 16px;
    }
    .home_features {
        overflow-x: hidden;
    }
    .feature_red_line {
        display: none;
    }
    .feature_red_line .red_line1, .feature_red_line .red_line2, .feature_red_line .red_line3 {
        width: 8px;
    }
    .home_feature_content .container {
        padding: 0;
    }
    .home_features .section_heading {
        padding: 0;
        text-align: center;
    }
    .home_feature_content {
        position: relative;
    }
    .connectnow {
        font-size: 24px;
        padding: 0px 16px;
    }
    .ser_abs_balls {
        left: 65%;
    }
    .home_service_card h3 {
        font-size: 22px;
    }
    .home_service_card img {
        max-height: 22px;
        margin-right: 8px;
    }
    .home_services::before{
        display: none;
    }
    .border_before::after {
        content: "";
        left: 2%;
        border: 6px solid var(--service-border);
        border-radius: 50px 0 0;
        top: 1%;
    }
    .home_service_card {
        margin-bottom: 16px;
        padding-left: 16px;
    }
    .home_suitable_card {
        margin-bottom: 5px;
    }
    .client_slide {
        width: 90px;
    }
    .client_slide img {
        margin-bottom: 16px;
    }
    .home_youtube_cards.py_60 {
        padding: 0;
    }
    .home_youtube_cards .ratio {
        margin-bottom: 12px;
    }
    .footer_vr {
        border-right: none;
    }
    .footer_main .footer_top .footer_logo, .footer_main .footer_top .footer_links {
        text-align: center;
    }
    .social_links_out {
        justify-content: center;
    }
    .footer_main .footer_copyright {
        text-align: center;
    }

.about_history .px_60 {
    padding: 0;
}
.about_history_img {
    margin-top: 16px;
    padding: 0;
}
.about_journey .prod_abs_balls, .services_endtoend .prod_abs_balls {
    width: 90px;
    left: 1%;
}
.journey_slide_btm .journey_year {
    bottom: 35%;
}
.journey_slide_top .journey_year {
    top: 35%;
}
.journey_slide_top_txt {
    bottom: 73%;
}
.journey_slide_btm_txt {
    top: 73%;
}
.home_partner .partner_slider.owl-carousel .owl-dots .owl-dot, .home_projects .projects_slider.owl-carousel .owl-dots .owl-dot, .home_clients .clients_slider.owl-carousel .owl-dots .owl-dot, .home_testimonials .testimonials_slider.owl-carousel .owl-dots .owl-dot, .about_journey .journey_slider.owl-carousel .owl-dots .owl-dot, .services_pastevent .pastevent_slider.owl-carousel .owl-dots .owl-dot,
.project_detail_slider.owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 10px;
}
.about_vision img, .about_mission img {
    width: 100px;
    margin: 0 auto 6px;
}
.about_vision h3, .about_mission h3 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 4px;
}
.about_vision {
    margin-bottom: 24px;
}
.section_padding {
    padding: 36px 0;
}
.about_mission {
    border-left: none;
}
.about_team_card {
    padding: 0;
}
.about_team_card img {
    margin-bottom: 8px;
}
.about_team_card h3 {
    font-size: 22px;
    line-height: 20px;
}
.about_vision p, .about_mission p {
    font-size: 15px;
}
.banner_head h1 {
    font-size: 36px;
}
.form_sub_banner.sub_banner img {
    height: 564px;
}
.services_endtoend_cardhead h3 {
    font-size: 22px;
}
.services_endtoend_cardhead {
    padding: 8px 8px;
    border: 2px solid var(--dark);
}
.services_endtoend_card p {
    font-size: 14px;
    padding: 8px 16px 16px;
}
.services_endtoend_btmtext p {
    font-size: 14px;
}
.services_endtoend_btmtext {
    margin-top: 24px;
}
.services_whychoose, .services_whychoose .section_heading {
    padding-bottom: 0 !important;
}
.home_projects .projects_slider.owl-carousel .owl-stage-outer, .home_testimonials .testimonials_slider.owl-carousel .owl-stage-outer, .services_pastevent .pastevent_slider.owl-carousel .owl-stage-outer, .py_60 {
    padding: 10px 0;
}
.services_count {
    background-position: top center;
    background-size: auto;
    padding-top: 80px !important;
    overflow: hidden;
}
.services_count .container.section_padding {
    padding: 0;
}
.services_count_card p {
    font-size: 20px;
    display: inline-block;
    padding: 6px 14px;
    letter-spacing: 0.3px;
}
.services_count_card h3 {
    font-size: 40px;
}
.services_count_card {
    margin: 8px 0;
}
.project_list_card {
    height: auto;
    margin-bottom: 10px;
}
.contact_info_card {
    height: auto;
    margin-top: 41px;
}
.contact_info {
    margin-top: 0;
}
.contact_info_card h3 {
    font-size: 20px;
}
.contact_info_card p, .contact_social_card p {
    font-size: 15px;
    margin-bottom: 4px;
}
.contact_info_card img {
    width: 50px;
    margin-bottom: 8px;
    margin-top: -25px;
}
.social_head_box {
    border: 2px solid var(--dark);
    border-radius: 10px;
}
.contact_social_card img {
    width: 40px;
    margin-bottom: 6px;
}
.contact_social_card {
    margin-bottom: 16px;
}
.services_faqs_text .accordion-button, .services_faqs_text .accordion-body {
    font-size: 14px;
    padding: 8px 10px;
}
.services_faqs_text .accordion-item {
    margin-bottom: 5px;
    border: 1px solid var(--service-border);
}
.privacy_page_content h3 {
    font-size: 16px;
}
.privacy_page_content p {
    margin-bottom: 12px;
}
.privacy_page_content ul {
    margin-bottom: 6px;
}

.privacy_page_content li {
    margin-bottom: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 0;
    margin-bottom: 8px;
}
.testimonials_slider.owl-carousel, .testimonials_slider.owl-carousel .owl-item.center.active .testimonials_card {
    min-height: 448px;
}
.testimonials_slider.owl-carousel .owl-item.center.active {
    padding: 0 !important;
}
.home_youtube .section_heading h2 span {
    display: inline-grid;
}
.serviceleft_red_line .red_line2, .serviceleft_red_line .red_line3 {
    width: 8px;
}
.serviceleft_red_line .red_line1 {
    width: 40px;
}
.services_about_img img {
    padding: 12px 0;
}
.service_why_img, .serviceri_red_line {
    height: 400px;
}
.home_product_card img {
    height: 260px;
}

}


/*********************************************/

.contactus .loading{
    font-size:0;
    width:30px;
    height:30px;
    margin-top:10px;
    border-radius:15px;
    padding:0;
    border:3px solid var(--primary-color);
    border-bottom:3px solid rgba(255,255,255,0.0);
    border-left:3px solid rgba(255,255,255,0.0);
    background-color:transparent !important;
    animation-name: rotateAnimation;
    -webkit-animation-name: wk-rotateAnimation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  
  @keyframes rotateAnimation {
      0%   {transform: rotate(0deg);}
      100% {transform: rotate(360deg);}
  }
  @-webkit-keyframes wk-rotateAnimation {
      0%   {-webkit-transform: rotate(0deg);}
      100% {-webkit-transform: rotate(360deg);}
  }
  
  .contactus .fa{
    color: var(--primary-color);
    font-size:18px !important;
    position:absolute;
    left:50%;
    margin-top: 25px;
    margin-left:-9px;
    -webkit-transform:scaleX(0) !important;
    transform:scaleX(0) !important;
  }
  
  .contactus .finish{
    -webkit-transform:scaleX(1) !important;
    transform:scaleX(1) !important;
  }
  .contactus .hide-loading{
    opacity:0;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transform:scale(0) !important;
    transform:scale(0) !important;
  }


/*********************************************/

/*.footer_links ul {
    display: flex
;
    flex-wrap: wrap;
}
.footer_links ul li {
    flex: 0 0 auto;
    width: 50%;
}*/


button.owl-prev.disabled, button.owl-next.disabled{
    display: none;
}