@import url('variable.css');
html{
    font-family: var(--ff-primary);
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}
body{
    font-family: var(--ff-primary);
    font-size: var(--fs-base);
    color: var(--body);
    background-color: var(--body-bg);
}  
p{
     font-family: var(--ff-primary);
    font-size: var(--fs-lg);
    color: var(--black);
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--ff-primary);
    line-height: var(--lh-heading);
    color:var(--secondary);
}
h1{
    font-size: var(--ff-h1);
    font-family: var(--ff-secondary);
}
h2{
    font-size: var(--ff-h2);
    font-weight: 900;
    color: var(--black);
}
h2 span{
    font-family: var(--ff-primary);
    color: var(--black);
    line-height: 1;
    font-weight: 200;
}
h3{
    font-size: var(--ff-h3);
}
h4{
    font-size: var(--ff-h4);
    font-weight: 900;
    color: var(--black);
}
h4 span{
    font-family: var(--ff-primary);
    color: var(--black);
    line-height: 1;
}
h5{
    font-size: var(--ff-h5);
    font-family: var(--ff-primary);
    color: var(--black);
    font-weight: 700;
}
h5 span{
   font-weight: 200;
}
h6{
    font-size: var(--ff-h6);
}

section {
  position: relative;
  z-index: 1; /* content हमेशा ऊपर रहे */
}

.pos_reletive{
    position: relative;
}

.breadcrumb {
    background: #1a1a1a !important;
    margin-bottom: 0;
    margin-top: 15px;
}
    .header {
        background: #0e0e0e;
        position: sticky;
        top: 0;
        z-index: 99999;
        transition: transform 0.3s ease-out;
		    margin-top: 25px;
    }
    .active-link{
        color: var(--red) !important;
    }
    .header .nav-link{
        font-family: var(--ff-primary);
        font-weight: 600;
        font-size: var(--fs-base);
        color: var(--white);
        margin: 0 27.5px;
        padding: 0 !important;
    }
    .header .nav-link:hover{
        color: var(--red);;
        transition: 0.5s;
    }
    .navbar-brand {
      font-weight: 200;
      letter-spacing: 10px;
      font-size: 28px;
    }



.snake-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(-30px);
  animation: slideIn 0.6s forwards, snakeGlow 1s infinite;
}

/* Entrance animation (slide from top) */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

    .brand_logo p{
        font-family: var(--ff-primary);
        font-weight: 400;
        font-size: var(--fs-sm);
        letter-spacing: 1px;
    }
    .btn-talk {
      background: var(--red);;
      color: #fff;
      font-weight: 600;
      border-radius: 6px;
      padding: 10px 12px;
      position: relative;
      z-index: 999;
    }

    .btn-talk:hover {
      background: #fff;
      color: #000;
      transition: 0.5s;
    }
    .hero-section {
      padding: 160px 0 120px;
      position: relative;
    }
    .vec_img{
        width: auto;
        position: absolute;
        right: 0;
        bottom: 25%;
    }
    
    .hero_dot_img{
        position: absolute;
        top: 6%;
        left: 50%;
        z-index: 999999999;
        transform: translate(-50%, -50%);
    }
  /* .hero_img {
      position: relative;
      max-width: 556px;  
      margin: auto;
    }

    .hero_img img:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        transform: translate(-16%, -20%);
    }*/

    .hero_img{
        position: relative;
    }
    .arc-lines {
        position: absolute !important;
        top: -10%;
        left: -11%;
        width: 110%;
        height: auto;
        pointer-events: none;
        z-index: 2;
    }
    .play_btn {
        position: absolute !important;
        width: 11% !important;
        bottom: 5%;
        right: 5%;
        cursor: pointer;
    }

    .play_btn:hover path{
        fill:var(--red);
        transition: 0.5s;
    }
    .hero_img img:nth-child(1){
        position: relative;
        width: 100%;
        height: auto;
        clip-path: inset(0 0 0 0 round 50% 50% 0 50%);
    }
    .btn-close{
        position: absolute;
        right: 15px;
        top: 15px;
        opacity: 1;
    }
    .vec_img2{
        position: absolute;
        top: 0;
    }
    .hero-text h1 {
      font-size: var(--ff-h1);
      font-weight: 400;
      line-height: 72px;
    }
    .hero-text h1 strong {
      font-weight: 900;
    }
    .hero-text p {
      color: #fff;
      margin: 20px 0 30px;
      line-height: 34px;
    }
    .btn-meeting {
      background: #fff;
      color: #000;
      font-weight: 600;
      border-radius: 6px;
      padding: 10px 22px;
      text-decoration: none;
      display: inline-block;
    }
    .btn-meeting:hover{
        background: var(--red);;
        color: #fff;  
        transition: 0.5s;  
    }

    /*section 2 css*/
    hex-box {
      border: 1px solid #ddd;
      padding: 40px 20px;
      text-align: center;
      border-radius: 12px;
      background: #fff;
      margin-top: 30px;
    }
     .pos_rele{
        position: relative;
     }
    .heading .break {
      display: block; 
    }
    .heading span:not(.break) {
      display: inline; 
    }
    .hex-box{
        padding-top: 50px;
        position: relative;
/*        background-image: url('../img/squre.png');*/
        background-repeat: no-repeat;
    }
    .counter_squre_img{
        position: absolute;
        top: 22%;
        right: 20%;
        margin-top: 30px;
        z-index: -99;
    }
    .counter-text{
        line-height: normal;
        margin-bottom: 0;
    }
    .hex-box img{
       position: absolute;
       top: 0;
    }
    .hex-box h6{
        color: var(--black);
        font-weight: 700;
    }
    .counter {
        color: var(--black);
        font-weight: 900;
        margin-bottom: 0;
        line-height: 1
    }

    .count-value, .count-symbol{
        font-size: var(--ff-h2);
        font-weight: 900;
        color: var(--black);
    }
    
    .profile-section{
        padding-top: 80px;
        padding-bottom: 110px;
        background-color: #F8F8F8;
        z-index: 999;
    }
    .profile_name h5{
        color: #000;
        font-size: var(--ff-h5);
        font-weight: 700;
    }
    .profile_name h2{
        font-size: var(--ff-h2);
        color: #000;
        line-height: 1;
        font-weight:900;
    }
    .profile_name span{
        font-family: var(--ff-primary);
        color: var(--black);
        line-height: 1;
        font-weight: 300;
    }
    .counter_pd{
        padding-top: 30px;
    }
    .about_con p:nth-child(2),
    .about_con p:nth-child(3),
    .about_con p:nth-child(4) {
        margin-top: 40px;
        font-weight: 400;
    }
    
    /*What be best css*/   
.what-i-do {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
.what-i-do .what-i-do-wrap + .what-i-do-wrap{
	border-top:1px solid rgba(0,0,0,0.2);
	margin-top:80px;
	padding-top:100px;
}

.mouse-effect {
  position: absolute;
  width: 200px;  /* dotted image ka original size */
  height: 200px;
  background: url("../img/mouse.png") no-repeat center/contain;
  pointer-events: none; /* mouse events block na kare */
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: -999;

}

.what_i_do_dot{
    position: absolute;
    bottom: 0;
    right: 0;
}

.what-i-do .title-bg {
  font-family: var(--ff-primary);
  font-size: 130px;
  font-weight: 700;
  color: #d9d9d9;
  opacity: 1;
  letter-spacing: -10px;
  line-height: normal;
  margin-bottom: 50px;
}
.what-i-do .title-bg span{
    opacity: 0.2;
}
.what-i-do h3 {
  font-size: 1.8rem;
}

.what-i-do .number {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.what-i-do i {
  color: #e63946;
  margin-right: 5px;
}

.what-i-do .border-start {
  border-left: 1px solid #000 !important;
  padding-left: 20px;
}

.box_con svg{
    margin: 18px 0;
}

.box_con svg:hover{
transform: scaleX(-1);
    transition: 0.5s;
}
.pdd-5{
    padding: 50px 0px 70px;
}
.what-i-do-btn{
       background: #000;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
    padding: 10px 22px;
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
    font-size: 20px;
}
.what-i-do-btn:hover{
    background: var(--red);;
    color: #fff;
    transition: 0.5s;
}
@media(max-width:1199px){
	.what-i-do .what-i-do-wrap + .what-i-do-wrap{
	margin-top:70px;
	padding-top:70px;
}
}
@media(max-width:767px){
	.what-i-do .what-i-do-wrap + .what-i-do-wrap{
	margin-top:40px;
	padding-top:40px;
}
}
/*blog-sec*/
.blog-sec{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--black);
}
.blog-sec .cat a{
	color:#fff;
}
.blog-sec a{
   text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.blog-sec .d-block.cat a{
	font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}
.blog-sec p:hover{
   color: var(--red);;
   transition: 0.5s;
}
.blog-sec .card{
    border-color: #242428;
    background: var(--black);
    z-index: 9999;
}
.blog-sec h2{
    font-family: var(--ff-primary);
    font-size: 150px;
    font-weight: 700;
    color: #d9d9d9;
    opacity: 1;
    letter-spacing: -10px;
    line-height: normal;
    margin-bottom: 50px;
    opacity: 0.5;
}
.blog-sec .card-body{
    background: var(--black);
    padding:0;
    margin-top: 25px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.blog-sec .card-body span{
    color: var(--white);
    font-size: var(--fs-sm);
}

.blog-sec p{
    color: var(--white);
    font-weight: 700
}
.blog-sec .card img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog_vac_img1{
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    height: 100%;
}
.blog_vac_img2{
    position: absolute;
    width: auto;
    bottom: 0;
    right: 0;
}
.button_sec .btn.btn-talk i{
	    margin-left: 6px;
}
/*blog-List Page*/
.blog-sec-page{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--black);
}
.blog-sec-page a{
    text-decoration: none;
}
.blog-sec-page p:hover{
   color: var(--red);;
   transition: 0.5s;
}
.blog-sec-page .card{
    border-color: #ceced7;
    background: #e1e1e14d;
    z-index: 9999;
    box-shadow: 0 0 11px 1px #f1f1f1;
}
.blog-sec-page h2{
    font-family: var(--ff-primary);
    font-size: 130px;
    font-weight: 700;
    color: #d9d9d9;
    opacity: 1;
    letter-spacing: -14px;
    line-height: normal;
    margin-bottom: 50px;
    opacity: 0.5;
}
.blog-sec-page .card-body{
    padding:0;
    margin-top: 25px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.blog-sec-page .card-body span{
    color: var(--black);
    font-size: var(--fs-sm);
}

.blog-sec-page h4{
    color: var(--black);
    font-weight: 700;
    font-size: 20px;
}
.blog-sec-page .card:hover h4{
    color: var(--red);
    transition: 0.5s;
}
.blog-sec .row.g-5{
	    --bs-gutter-x: 89px !important;
}
.blog-sec-page h3{
    color: var(--black);
    font-weight: 700;
    font-size: 28px;
}
.blog-sec-page .card img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.breadcrumbs{
    color: #fff;
}
.breadcrumbs a:nth-child(1){
    color: #fff;
    text-decoration: none;
}
.breadcrumbs a{
    color: #fff;
    text-decoration: none;
}
.breadcrumbs span{
color: #fff;
}
.breadcrumbs a.active,.breadcrumbs span.active{
	color: var(--red);
}
.bord .box_con{
	    margin-top: 18px;
}
.bord .box_con img{
	    margin-bottom: 18px;
}
.blog-detail-page{
    position: relative;
    padding-top:80px;
    padding-bottom: 80px;
   background-color: #F8F8F8 !important;
}
.blog-detail-page h3{
    color: var(--black);
    font-weight: 700;
    font-size: 28px;
}
.blog-detail-page .card-body p{
    font-size: 18px;
}
.recent_blog h6{
    font-weight: 700 !important;
}
#about-author {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    margin-top: 30px;
}
.admin-image {
    max-width: 111px;
    max-height: 111px;
    display: inline-block;
}
.admin-image img {
    max-width: 111px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.admin-image .separator {
    position: absolute;
    left: 0;
    right: 0;
    top: 56px;
    height: 1px;
    width: 100%;
}
.separator{
    background-color: #d91717;
}
.author-content .entry-title a{
        color: #d91717;
        text-decoration: none;
}
.entry-title {
    text-transform: capitalize;
    font-size: 24px;
    margin: 0 0 0px;
    word-wrap: break-word;
    color: #333;
    font-weight: 400;
    margin-top: 4px;
}
.recent_blog a{
    text-decoration: none;
    color: var(--black);
    font-weight: 500;
}
.recent_blog a:hover{
    color: var(--red);;
    transition: 0.5s;
}
.blog-detail-page .card{

}
/**/
.testimonials{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #EAEAEA;
}
.test_cont{
    font-weight: 400;
    padding-top: 24px;
}
.swiper-slide{
    border: 1px solid #DBDBDB;
    padding: 36px 23px;
    border-radius: 20px;
}
.swiper {
    padding: 55px 15px !important;
}
.test_author{
    font-weight: 700;
}
.swiper-pagination-bullet-active {
   
    background: var(--black);
}
.testimonials .title-bg {
  font-family: var(--ff-primary);
  font-size: 130px;
  font-weight: 700;
  color: #b3b3b3;
  opacity: 1;
  letter-spacing: -9px;
  line-height: normal;
  margin-bottom: 0;
}
.testimonials .title-bg span{
    opacity: 0.2;
}

/*Contact Page*/
.contact_page{
    position: relative;
    padding-top:80px;
}
.contact_page_vac1{
   position: absolute;
    right: 0;
    top: 0;
        z-index: -999;
}
.contact_page_vac2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -999999999;
}
.contact-form{
    background: #fff;
    margin-top: 50px;
    border-radius: 15px;
}
.contact-form .form-control {
    border-radius: 9px;
    padding: 12px;
    margin-bottom: 17px;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -5%;
    transform: rotate(5deg);
}
.contact-form form{
    padding: 11%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
     margin-bottom: 4%;
    margin-top: -12%;
    text-align: center;
    color: #d90a2c;
    font-weight: 400;
}
.contact-form .btnContact {
    width: 100%;
    border: none;
    border-radius: 11px;
    padding: 10px;
    background: var(--red);
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.contact-form .btnContact:hover{
    background: var(--black);
    transition: 0.5s;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
.contact {
    text-align: center;
    padding: 26px;
    box-shadow: 4px 4px 2px 0px #d90a2c;
    cursor: pointer;
    border-radius: 15px;
}
.contact:hover{
    transition: 0.5s;
    box-shadow: 0px 0px 2px 0px #d90a2c;
}
.contact:hover a{
    color: var(--red);
    transition: 0.5s;
}
.contact div i{
    font-size: 34px;
    margin-bottom: 10px;
    color: var(--red);
}
.contact h4 a{
    text-decoration: none;
    color: var(--black);
    font-size: 22px;
}
/**/
.footer_top{
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow:hidden;
}
.footer_top h2 {
    color: var(--white);
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
}
.footer_top span{
    color: var(--white);
    font-weight: 200;
}
.button_sec{
    margin-top: 20px;
}
.button_sec a:nth-child(2){
    background-color: #242428;
}
.button_sec a:nth-child(2):hover{
    background-color: #fff;
}
.footer_top_vac{
    position: absolute;
    bottom: 0;
    right: 0
}

.footer_sec{
    padding-top: 80px;
     padding-bottom: 50px;
}

.social {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: self-end;
    gap: 22px;
}
.social a{
    text-decoration: none;
	    display: inline-block;
    width: fit-content;
}

.social a:hover path{
    fill: var(--red);;
    transition: 0.5s;
    color: var(--red); !important;
}
.social a:hover p{
    color: var(--red); !important;
}


.footer_hr{
    margin-top: 50px;
    padding-bottom: 30px;
    border-color: #c9b7b7;
}
 .navbar-toggler {
    padding: 4px;
    font-size: 14px;
    background: var(--red);;
 }


.error-page .number {
    font-size: 250px;
    font-weight: 900;
    color: var(--secondary);
    letter-spacing: 15px;
    text-shadow: 0px 10px 0 rgba(255, 255, 255, 0.3);
    line-height: 90%;
}

.error-page .sub-title {
    font-weight: 700;
    color: #D90A2C;
}

.error-page .text {
    color: var(--secondary);
}
.error-page .content{
    position: relative;
    z-index: 2;
   max-width: 700px;
   margin: auto;
}
.error-page .background-img {
    background-image: url(../img/hero_v2.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 63px;
    height: 250px;
    right: 0px;
    background-size: contain;
    top: 50%;
}

.error-page.hero-section {
    background-image: url(../img/blog_vactor_1.png);
    background-repeat: no-repeat;
    background-size: contain;
}


/* thankyou page css */
.thankyou-page .number {
    font-size: 110px;
    font-weight: 900;
    color: var(--secondary);
    letter-spacing: 4px;
    text-shadow: 0px 4px 0 rgba(255, 255, 255, 0.3);
    line-height: 90%;
}

.thankyou-page .sub-title {
    font-weight: 700;
    color: #D90A2C;
}

.thankyou-page .text {
    color: var(--secondary);
}
.thankyou-page .content{
    position: relative;
    z-index: 2;
   max-width: 900px;
   margin: auto;
}
.thankyou-page .background-img {
    background-image: url(/img/hero_v2.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 63px;
    height: 250px;
    right: 0px;
    background-size: contain;
    top: 50%;
}

.thankyou-page.hero-section {
    background-image: url(/img/blog_vactor_1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mini_vac {
    position: absolute;
    right: 0%;
    display: flex;
    gap: 50px;
}
.mini_vac svg:nth-child(2) {
        margin-top: 29px;
}
.mini_vac svg:nth-child(3) {
        margin-bottom: 29px;
}
.align-ite-center{
    align-items: end;
}
.footer_sec .social a p{
	 transition: all 0.5s ease-in-out;
}
.footer_sec .social a:hover p{
	    color: var(--red) !important;
	    transition: all 0.5s ease-in-out;
}
.footer_sec .social a img{
	  transition: all 0.8s ease-in-out;
}
.footer_sec .social a:hover img{
	    transform: rotateY(360deg) !important;
}
.contact-form .form-group textarea{
	    height: 184px;
}
.blog-sec-page .card  img, .blog-sec .card img{
	        height: 250px;
    object-fit: cover;
    object-position: bottom;
}
.card:hover .blog-content a{
	    color: var(--red) !important;
	  transition: all 0.5s ease-in-out;
}
/*Mobile Device*/
@media(max-width:768px){

    .hero-section{
        padding: 100px 0 80px !important;
    }
    .hero_img{
        width: 84%;
        margin: auto;
    }
    .hero_dot_img {
        z-index: -999;
    }
    .hero-text h1 {
      margin-top: 20px;
      font-size: 30px;
        line-height: 42px !important;
    }
    .profile-section{
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .hex-box{
        padding-top: 30px;

    }
    .what-i-do .title-bg{
         font-size: 80px !important;
        letter-spacing: normal;
    }
    .about_con p:nth-child(2), .about_con p:nth-child(3), .about_con p:nth-child(4) {
        margin-top: 20px;
    }
    .what-i-title{
        margin:0;
    }
    .pdd-5 {
        padding: 00px 0px 20px;
    }
    .what-i-do{
            padding-bottom: 50px;
            padding-top: 50px;
    }
    .what-i-do-btn{
        margin-top: 20px;
    }
    .blog-sec h2{
        font-size: 70px !important;
        letter-spacing: normal;
    }
    .testimonials .title-bg{
         font-size: 70px !important;
        letter-spacing: normal;
    }
    .testimonials{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blog_vac_img1{
        width: 100%;
        display: none;
    }
    .navbar-brand{
        font-size: 18px;
    }
    .logo_bellow_text{
         font-size: 11px !important; 
    }
    .navbar-nav-m{
        gap: 13px;
        margin-top: 20px;
    }

    .blog-sec{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer_top{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer_top h2 {
        font-size: 38px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    .button_sec a:nth-child(1){
        margin-left: 0 !important;
        margin-top: 15px;
    }
    .button_sec a:nth-child(2){
        margin-left: 0 !important;
        margin-top: 15px;
    }
    .footer_sec{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .foot_logo{
        gap: 6px;
        margin-bottom: 30px;
    }
    .footer_sec .navbar-brand {
        font-size: 25px;
    }
    .footer_sec .logo_bellow_text {
        font-size: 12px !important;
    }
    .swiper {
        padding: 40px 15px !important;
    }
    .heading .break {
      display: inline-block; /* केवल यह वाला नीचे जाएगा */
    }
    .blog-sec h2{
        margin-bottom: 20px;
    }
    .container, .container-sm {
        max-width: 700px;
    }
    .social{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .social svg{
        width: 25px !important;
    }
    .social p{
        font-size: 16px;
    }
    .contact-form form {
                padding: 100px 15px 60px;
    }
    .contact-image img {
        border-radius: 6rem;
        width: 27%;
        margin-top: -13%;
        transform: rotate(5deg);
    }
    .contact_page_vac1{
        display: none;
    }
    .contact_page_vac2{
        height: auto;
    }
    .contact_page{
        padding-top:110px;
    }
    .thankyou-page .background-img {
        display: none;
    }
    .thankyou-page .number {
        font-size: 60px;
    }
    .error-page .background-img {
        display: none;
    }
    .error-page .number {
        font-size: 160px;
    }
    .blog-sec-page{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blog-detail-page{
        padding-top: 50px;
        padding-bottom: 50px;
    }  
    .blog-detail-page h3 {
        font-size: 20px;
    } 
  .what-i-do .col-lg-4{
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
}

@media(max-width:580px){
    .what-i-do .title-bg{
        font-size: 40px !important;
        letter-spacing: normal;
    }
    .blog-sec h2{
        font-size: 40px !important;
        letter-spacing: normal;
    }
    .testimonials .title-bg{
         font-size: 40px !important;
        letter-spacing: normal;
    }
}

@media (max-width: 991px){
    .thankyou-page .number {
        font-size: 80px;
    }
     .hero-text h1{
        margin-top: 0px;
        line-height: 50px !important;
    }
	.hero-text{
		    margin-top: 40px;
	}
     .what-i-do .col-lg-4{
        padding-left: 0;
    }
    .thankyou-page .background-img{
         top: 62%;
    }
    .error-page .number {
        font-size: 180px;
    }
    .error-page .background-img{
         top: 62%;
    }

     .navbar-nav-m{
        gap: 13px;
        margin-top: 20px;
    }
    .navbar-nav-m .nav-item{
        border-bottom: 1px solid #3a3636;
    }
    .navbar-nav-m .nav-item:last-child{
        border-bottom: 0px solid #fff;
    }
    .navbar-nav-m .nav-item .nav-link{
       margin:0;
       padding-bottom: 13px !important;
    }
    .navbar-nav-m .btn-talk{
        margin-left: 0 !important;
    }
    .navbar-toggler{
        padding: 4px;
        font-size: 14px;
        background: var(--red);;
    }
    .navbar-toggler:focus{
        box-shadow:none;
    }
    /* Hamburger icon white */
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    /* Cross icon white */
    .navbar-toggler.cross .navbar-toggler-icon {
         background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M7 7l16 16M23 7L7 23'/%3E%3C/svg%3E");
    }
        .hero_img {
        width: 84% !important;
        margin: auto;
    }
   }
/* Active menu */
#navbarMenu li.current-menu-item a {
    color: #d90a2c !important;
}
@media (min-width: 991px){
    .vec_img{
        z-index: -99999;
    }
}

@media (max-width: 1024px){
    .what_i_do_dot{
        display: none;
    }
    .heading .break {
          display: inline-block;
    }
    .hero_dot_img{
        display: none;
    }
    .vec_img{
        display: none !important;
    }
    .hero_img{
        width:90%;
        margin: auto;
    }
    .hero-section {
        padding: 70px 0 70px;
        position: relative;
    }
    .what-i-do .title-bg{
        font-size: 100px;
   }
   .blog-sec h2{
     font-size: 100px;
   }
   .testimonials .title-bg{
     font-size: 100px;
   }
   .hero-text h1{
    line-height: 63px;
   }
}

@media(min-width:1024px){
    .arc-lines{
        position: absolute !important;
        top: -10%;
        left: -11%;
        width: 110%;
        height: auto;
        pointer-events: none;
        z-index: 2;
    }
}

@media (max-width:1280px){
    .align-ite-center{
        align-items: center;
    }
}
@media (max-width:1399px){
	.blog-sec .row.g-5 {
    --bs-gutter-x: 40px !important;
}
}
@media (max-width:1440px){
    .counter_squre_img {
        display: none;
    }
}

@media (min-width:1400px) and (max-width:1430px){
    .vec_img{
        width:5%;
    }
}
@media (max-width:767px){
	  .hero-text h1{
        margin-top: 0px;
        line-height: 38px !important;
    }
	.hero-text{
		    margin-top: 20px;
	}
/* 	.blog-sec-page .card img {
    height: auto;
} */
}
@media (max-width:575px){
	.header .navbar-brand.snake-text img, .footer_sec .navbar-brand.snake-text img{
	max-width: 275px;
}
}
