@import url('_globle.css');


body{
    overflow-x: hidden;
    margin: 0px auto;
}

@font-face {
    font-family: mm1;
    src: url('../fonts/Helvetica-BlackBlack.ttf');
}
@font-face {
    font-family: mm2;
    src: url('../fonts/HelveticaCdBlk.ttf');
}
@font-face {
    font-family: mm3;
    src: url('../fonts/HelveticaCdBlkbold.ttf');
}



/*----------------------- header start -----------------------*/

.menu ul li, .hidden-menu {
    list-style: none;
    padding: 0;
    text-align: justify;
    margin: 35px auto;
}   

.mobile-menu-bar {
    position: fixed;
    height: 50px;
    width: 4%;
    top: 3%;
    right: 1%;
    z-index: 999999;
    display: block;
    border-radius: 32px;
    background-color: #b40001;
}
.mm-top-bar {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 999;
}
.mm-top-bar .logo {
    position: absolute;
    right: -134px;
    top: 3px;
    height: 50px;
}
.mm-top-bar .logo img {
    margin: 5px;
}
.logo img {
    width: 25%;
}
.mm-top-bar > .menu {
    height:50px;
    width:46px;
}
.mm-top-bar > .menu > img{
    width:50px;
}
.hidden-menu {
    position: absolute;
    left: 0;
    top:50.5px;
    width: 100%;
    display: none;
    height:0px;
    transition: all 0.5s ;
}
.hidden-menu.active {
    top: 5px;
    display: block;
    width: 280px;
    height: 400px;
    background-color: #ffffffb0;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 25px;
    left: -211px;
    animation: fadeInRight 0.6s;
    border: 2px solid #c8c8c8;
    z-index: 9999 !important;
}
.hidden-menu li {
    width: 85%;
    height: 0px;
    text-align: center;
    font-size: 12px;
    line-height: 29px;
}
.hidden-menu li > a {
    color: #000;
    margin: 0%;
    text-align: justify;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 18px;
    transition: all 0.3s;
/*    border-bottom: 2px solid #b40001;*/
}
/*.hidden-menu li > a:hover{
    background-color: #d91c21;
    box-shadow: 0px 0px 8px 2px #ffffff;
}*/




#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 80px;
  height: 45px;
  z-index: 999;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3.5px;
  width: 40%;
  background: #fff;
  border-radius: 30px;
  opacity: 1;
  left: 9px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 13px;
}

#nav-icon1 span:nth-child(2) {
  top: 23px;
}

#nav-icon1 span:nth-child(3) {
  top: 33px;
}

#nav-icon1.open span:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 23px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 65%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 20px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 10px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 23px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 8px;
  top: 12px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 12px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 9px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}


.socialmediaiconsheader{
    display: flex;
    width: 80%;
    margin: 0px 21px;
    border-top: 2px solid #e2e2e2;
    padding-top: 10px;
    margin-top: 75px;
}
.socialmediarow{
    display: grid;
    width: 20%;
    margin: 2px;
}
.socialmediarow a i{
    border-radius: 50px;
    border: 2px solid #c8c8c8;
    padding: 10px;
    font-size: 1.2vw;
    transition: all 0.3s;
    color: #b40001;
    width: 45px;
    margin: auto;
    text-align: center;
}

.socialmediarow a i:hover{
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50000 ;
}
#loader-img {
    display: block;
    position: relative;
    top: 35%;
    width: 31%;
    height: 27%;
    margin: auto;
    z-index: 1001;  
    background-image: url(../assets/img/sshape-1.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    animation: bounce  2s  infinite;
    
    z-index: 1020;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;  
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.loader-section.section-left {
    left: 0;
}

.loader-section.section-right {
    right: 0;
}

.panel_left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.panel_right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.loaded-circle {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded-img {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.logo1{
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0%;
    position: fixed;
    z-index: 99;
    border-top: 55px solid #fff;
}
.logo1 img{
    width: 12%;
    margin: -6% 0% 0% 0%;    
}

.mainheader{
    background-color: #b40001;
    position: relative;
    padding: 40px 0 65px 0;
    position: fixed;
    width: 100%;
    z-index: 999;    
}
.mainlogo{
    position: absolute;
    top: -42px;
    left: 10%;
    width: 17%;
}
.mainlogo a img{
    width: 50%;
}
.mainlogotxt a img{
    width: 35%;
}
.mainlogotxt{
    position: absolute;
    bottom: -32px;
    left: 19%;
    width: 100%;

}
.emailnvbar {
    padding: 5px 0 0px 27px;
    width: 90%;
}
.emailnvbar a{
    color: #000;
    margin: 0%;
    text-align: justify;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 18px;
    transition: all 0.3s;    
}
.emailnvbar a:hover{
   text-decoration: none;
   color: #000;
}




/*----------------------- header end -----------------------*/

  



/*----------------------- index start -----------------------*/
.bnnr1{
    width: 98%;
    margin: auto;
    padding: 8% 0% 3% 0%;
}
.banner1text h3{
    font-size: 7vw;
    color: #c8c8c8;
    text-align: left;
    line-height: 1;
    font-family: 'Anton', sans-serif;
    font-weight: 100;
    padding-left: 30px;
    transition: all 0.5s;
}
.banner1text span:hover h3{
    color: #b40001 !important;
}

.tab-link {
   font-size: calc(0.6vw + 0.65vh);
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
    color: #000000;
    font-family: system-ui;
    border: 2px solid #000;
    text-transform: uppercase;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.5s;
    text-decoration: none;
    width: 15%;
    cursor: pointer;
}
.gallery {
    margin-top: 30px;
}

.tab-link.active {
    background: #b40001 !important;
    color: #fff !important;
    border: 2px solid transparent;
}


.text-panel {
    font-size: 7vw;
    color: #c8c8c8;
    text-align: left;
    line-height: 1;
    font-family: 'Anton', sans-serif;
    font-weight: 100;
    padding-left: 3%;
    transition: all 0.5s;
}

.text-panel .darktxt, 
.text-panel .lighttxt {
    transition: color 0.3s ease;
}

.text-panel:hover .darktxt {
    color: #b40001 !important; /* Use !important to override Bootstrap */
}

.text-panel:hover .lighttxt {
    color: #c8c8c8 !important; /* Use !important to override Bootstrap */
}


.banner1text{
    z-index: -1;
    position: relative;
}
.banner1text h4{
    font-size: 7vw;
    color: #c8c8c8;
    text-align: left;
    line-height: 1;
    font-family: 'Anton', sans-serif;
    font-weight: 100;
    padding-left: 3%;
    transition: all 0.5s;
}
.banner1text span:hover h4{
    color: #b40001 !important;
}
.bulb{
    text-align: center;
    position: absolute;
    top: -46%;
    left: -18%;
    width: 72%;
    z-index: 999 !important;
    animation: bounceInDown 1s;
}
.bulb img {
    width: 39%;
    margin-left: 39%;
}
/*.bulb {
            position: relative;
            animation: drop 1.2s ease-out ;
        }

        .bulb::before {
            content: '';
            width: 20px;
            height: 30px;
            background-color: #ffdd00;
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 10px 10px 0 0;
        }

        .bulb::after {
            content: '';
            width: 8px;
            height: 20px;
            background-color: #999999;
            position: absolute;
            top: -50px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 50%;
        }

        @keyframes drop {
            0% {
                transform: translateY(-100vh);
            }
            70% {
                transform: translateY(5vh);
            }
            100% {
                transform: translateY(-30px);
            }
        }*/




.slider {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%; /* Assuming 3 slides */
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}
.slide img{
    width: 100%;
}
.dot-controls {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #b40001;
}










.mediaicons{
    width: 95%;
    margin: auto;
    padding-bottom: 2%;
}
.mediaicons a img{
    width: 2.2%;
    margin: 8px;
    animation: bounceInLeft 1s;
}

.testimonial-slider{
    width: 100%;
    position: relative;
}
.clients{
    background-image: url(../assets/img/Rectanglebanner.png);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block !important;
    padding: 30% 0% 10% 0%;
    border-radius: 100px 100px 0px 0;
}
.contact_form input, .contact_form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    padding: 5px 0 10px 0px;
    font-size: 17px;
    outline: none;
}
.testimonial {
    display: none;
    text-align: center;
}
.contact_form textarea {
    height: 100px;
}
.wpcf7-form .wpcf7-submit {
    background-color: #b40001;
    text-decoration: none;
    font-size: calc(0.6vh + 0.5vw);
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
    padding: .7%;
    border: 3px solid #b40001;
    text-align: center;
    transition: all 0.3s;
    min-width: 100px;
    cursor: pointer;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em !important;
}
.wpcf7-not-valid-tip {
    text-align: left;
}
.contact_form input::placeholder, .contact_form textarea::placeholder{
    color: #777777;
}
.testimonial img{
    width: 20%;
    padding: 0% 5%;
}
.testimonial.active {
    display: block;
}

.controls {
    position: absolute;
    top: 62%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.controls span {
    cursor: pointer;
    padding: 0px 0 0 10px;
    width: 30px;
    height: 30px;
    background: #b03d0d;
    color: white;
    border-radius: 35px;
    user-select: none;
    font-size: 20px;
}

.controls span:hover {
    background: rgba(0, 0, 0, 0.8);
}
.section3bgcolor{
    background-color: #ebebeb;
    border-radius: 100px 100px 0 0;
    width: 100%;
    margin: auto;
}
.section3bgcolormobilesection{
    background-color: #ebebeb;
    border-radius: 100px 100px 0 0;
    width: 100%;
    margin: auto;
    display: none;
}
.projectsection{
    width: 92%;
    margin: auto;
    padding: 2% 0% 2% 0%;
    text-align: center;
}
.projectsectionheadline h3{
    font-size: 4vw;
    text-align: center;
    color: #b40001;
    font-family: 'Anton', sans-serif;
    line-height: 0.8;
    padding-top: 3.5%;
    padding-bottom: 2%;
}
.projectsection h4{
    font-size: 4vw;
    text-align: center;
    color: #000;
    padding-bottom: 2%;
    font-family: 'Anton', sans-serif;
}

.projectspace{
    margin-bottom: 30px;
}
.projecttext{
    background-color: #b40001;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    height: 96%;
    overflow: auto;
}
.projecttext h2{
    font-size: 2vw;
    color: #fff;
    text-align: center;
    font-family: 'Anton', sans-serif;
}
.projecttext p{
    font-size: calc(0.55vw + 0.45vh);
    color: #fff;
    text-align: justify;
}
.projectdetails{
    position: relative;
    width: 100%;
    transition: all 0.5s;
}
.projectimage img{
    width: 100%;
    border-radius: 10px;
}





.upperlayer{
    background-color: #ffffffa8;
    padding: 48% 0% 48% 0%;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    transition: all 0.5s;
    height: 100%;
    border-radius: 10px;
}
.projectdetails:hover .upperlayer{
    display: block;
    z-index: 9;
}
.upperlayer a p{
    color: #000;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s;
    font-size: calc(0.65vw + 0.65vh);
    font-weight: bold;
}
.upperlayer a{
    text-decoration: none !important;
}
.upperlayer a p:hover{
    text-decoration: none !important;
    color: #000;
}
.knowmore {
    padding-top: 5%;
}
.knowmore a{
    background-color: #b40001;
    text-decoration: none;
    font-size: calc(0.6vh + 0.5vw);
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
    padding: 0.7%;
    border: 3px solid #b40001;
    text-align: center;
    transition: all 0.3s;
}
.knowmore a:hover{
    background-color: #fff;
    color: #b40001;
    text-decoration: none;
}
.solutions{
    width: 100%;
    margin: auto;
    text-align: center;
}
.solutions h3{
    font-size: 4vw;
    text-align: center;
    color: #000;
    padding-top: 3%;
    font-family: 'Anton', sans-serif;
    padding-bottom: 1%;  
}




.news-ticker {
    width: 100%;
    overflow: hidden;
    background: #b40001;
    color: #fff;
    padding: 40px 0px 220px 0px;
    box-sizing: border-box;
    border-radius: 120px 120px 0px 0px;
}

.ticker-text {
    display: inline-block;
    white-space: nowrap;
    animation: slide 30s linear infinite;
}
.home_ticker_text{
     height: 125px;
}   
.ticker-text h3{
    font-size: 4vw;
    color: #fff;
    font-family: 'Anton', sans-serif;
    margin: 25px 0 42px 0;
}

@keyframes slide {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.workcontent{
    border-radius: 100px 100px 0 0;
    margin-bottom: 0%;
    width: 100%;
    background-color: #fff;
    margin-top: -212px;
}
.workcontentspace{
    width: 80%;
    margin: auto;
    padding: 3% 0% 3% 0%;
}
.contnt p{
    font-size: calc(0.55vw + 0.45vh);
    color: #000;
    text-align: justify;
}
.redliner{
    position: relative;
}

.worklogos h3{
    font-size: 4vw;
    text-align: center;
    color: #000;
    padding-bottom: 2%;
    font-family: 'Anton', sans-serif;
}
.worklogos{
    width: 100%;
    margin: auto;
    padding-bottom: 3%;
}





/*----------------------- index end -----------------------*/





/*----------------------- footer start -----------------------*/
.footersection{
    width: 100%;
    background: #c9c9c9;
    color: #fff;
    padding: 40px 0px 220px 0px;
    border-radius: 100px; 
    transition: all 0.5s;   
}
.footersection:hover{
    background-color: #f7a900;
    color: #fff;
}
.footersection:hover h3{
    color: #fff !important;
}

.footersection h3{
    font-size: 4vw;
    text-align: center;
    color: #000;
    font-family: 'Anton', sans-serif;
}
.redfooter{
    border-radius: 120px 120px 0 0;
    margin-bottom: 0%;
    width: 100%;
    background-color: #b40001;
    margin-top: -212px;
    padding: 0.5% 0% 0% 0%;
    position: relative;
}
.redfootermobile{
    border-radius: 120px 120px 0 0;
    margin-bottom: 0%;
    width: 100%;
    background-color: #b40001;
    margin-top: -212px;
    padding: 0.5% 0% 0% 0%;
    position: relative;
    display: none;
}
.redbox1{
    position: absolute;
    background-color: #b40001;
    bottom: 0%;
    left: 0%;
    width: 40%;
    padding: 4%;
}
.redbox2{
    position: absolute;
    background-color: #b40001;
    bottom: 0%;
    right: 0%;
    width: 40%;
    padding: 4%;
}
.footersection2{
    width: 80%;
    margin: auto;
}
.ftsection1 a img{
    width: 15%;
    padding-bottom: 2%;
}
.ftsec1pt2 a{
    text-decoration: none;
    font-size: 2.2vw;
    color: #fff;
    font-weight: bold;
    text-align: left;
}
.ftsec1pt2 a:hover{
    text-decoration: none;
    color: #fff;
}
.ftsec1pt2 p{
    text-decoration: none;
    font-size: calc(0.55vw + 0.45vh);
    color: #fff;
    text-align: left;
    padding-top: 3%;
}
.ftsection2{
    text-align: center;
    padding-top: 10%;
}
.ftsection2 h4{
    text-align: center;
    color: #fff;
    font-size: 1.5vw;
    font-weight: 600;
    padding-bottom: 2%;
}
.ftsection2 a{
    text-decoration: none;
    color: #fff;
    font-size: calc(0.55vw + 0.45vh);
    text-align: center;
    padding-right: 5%;
}
.ftsection2 a:hover{
    text-decoration: none;
    color: #fff;
}
.ftsection2 h2{
    text-align: center;
    color: #fff;
    font-size: 1.8vw;
    font-weight: bold;
    padding-top: 10%;
    padding-bottom: 2%;
}
.ftsection2 a i{
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 2%;
    font-size: 1.2vw;
    width: 60px;
    transition: all 0.3s;
}
.ftsection2 a i:hover{
    background-color: #000;
    transform: scale(1.05);
}


#button1 {
  display: inline-block;
  background-color: #000000;
  width: 50px;
  border: 2px solid #b40001;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  font-size: 30px;
  color: #b30001;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  scroll-behavior: smooth;
}
#button1:hover {
  cursor: pointer;
  background-color: #b40001;
  color: #000024;
}
#button1:active {
  background-color: #555;
}
#button1.show {
  opacity: 1;
  visibility: visible;
}

/*----------------------- footer end -----------------------*/




/*----------------------- service start -----------------------*/

.letsdiscuss h3 {
    font-size: 4vw;
    text-align: center;
    color: #b40001;
    text-decoration: underline;
    font-family: 'Anton', sans-serif;
    line-height: 0.8;
    padding-top: 3.5%;
    padding-bottom: 2%;
}
.news-ticker {
    width: 100%;
    overflow: hidden;
    background: #b40001;
    color: #fff;
    padding: 10px 0px 220px 0px;
    box-sizing: border-box;
    border-radius: 100px 100px 0px 0px;
}
.services{
    width: 100%;
    margin: auto;
    text-align: center;
}
.marketing{
    border-top: 1px solid #000;
    border-radius: 140px 140px 0 0;
    width: 100%;
    margin: auto;
    padding: 1.3% 0% 10% 0%;
    margin-bottom: -9%;
    transition: all 1s;
    background-color: #fff;
}
.marketing h3{
    font-size: 3vw;
    text-align: center;
    color: #000;
    font-family: 'Anton', sans-serif;  
}
.marketing p{
    font-size: calc(0.55vw + 0.65vh);
    text-align: center;
    color: #000;
    font-family: system-ui;
    font-weight: 500;  
}
.marketing a{
    font-size: calc(0.6vw + 0.65vh);
    text-align: center;
    color: #000;
    border: 2px solid #fff;
    border-radius: 25px;
    display: none;
    font-family: system-ui;
    font-weight: 500;
    animation: fadeIn 1s;
    width: 15%;
    padding: 0.5%;
    margin: auto;
    transition: all 1s;  
}
.marketing:hover a{
    display: block;
    color: #fff;
    text-decoration: none;
    transition: all 1s;  
}
.marketing:hover h3{
    color: #fff;
}
.marketing:hover p{
    color: #fff;
}
.marketing:hover{
    background-color: #b40001;
}
.servicebannervector img{
    width: 85%;
}
.servicebannervector{
    padding-top: 13%;
    text-align: left;
    animation: bounceInRight 1s;
}
.joinussection{
    border-top: 1px solid #000;
    border-radius: 140px 140px 0 0;
    width: 100%;
    margin: auto;
    padding: 1.3% 0% 9% 0%;
    margin-bottom: -9%;
    transition: all 1s;
    background-color: #fff;    
}
.joinvector img{
    width: 100%;
    padding-top: 3%;
}
.jointxt h4{    
    font-size: 7vw;
    color: #c8c8c8;
    text-align: center;
    line-height: 1;
    font-family: 'Anton', sans-serif;
    font-weight: 100;
    padding-top: 40%;
    margin-left: -65% !important;
}
.projectformsectionouter{
    background-color: #fff;
    padding-bottom: 5%;
    border-radius: 100px 100px 0px 0px;
    margin-top: -227px;
}
.projectformsection{
    width: 75%;
    margin: auto;
}
.projectformsection h3{
    font-size: 4vw;
    text-align: center;
    color: #b40001;
    text-decoration: underline;
    font-family: 'Anton', sans-serif;
    line-height: 0.8;
    padding-top: 3.5%;
    padding-bottom: 1%;
}
.projectformsection p{
    font-size: calc(0.7vw + 0.65vh);
    text-align: center;
    color: #000;
    font-family: system-ui;
    font-weight: 500;
    padding-bottom: 2%;
}
.projectformsection h4{
    font-size: 3vw;
    text-align: left;
    color: #000;
    font-family: 'Anton', sans-serif;
    padding-bottom: 1%;
}
.servicebuttons a{
    font-size: calc(0.6vw + 0.65vh);
    text-align: center;
    color: #000;
    border: 2px solid #000;
    border-radius: 25px;
    font-family: system-ui;
    font-weight: 500;
    transition: all 0.5s;
    text-decoration: none;
    padding: 2%;
    width: 85%;
    cursor: pointer;
}
.servicebuttons a:hover{
    text-decoration: none;
    color: #fff;
    background-color: #b40001;
    border: 2px solid #b40001;
}
.servicebuttons{
    display: flex;
    width: 100%;
    margin: auto;
    padding-bottom: 3%;
}
.srvcbtns{
    display: flex;
    width: 20%;
    margin: auto;
}
.projectform{
    border: none;
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
    margin-bottom: 7%;
    padding: 0 0 10px 0;
}
.projectdetails{
    border: none;
    width: 100%;
    margin-bottom: 4%;
    border-bottom: 1px solid #c9c9c9;
}
.discussbutton a{
    font-size: 4vw;
    text-align: left;
    color: #b40001;
    text-decoration: underline;
    font-family: 'Anton', sans-serif;
    line-height: 0.8;
    padding-top: 3.5%;
    padding-bottom: 3%;
}

.projectformsection form.wpcf7-form span.wpcf7-list-item{flex:1;margin: 0;}
.projectformsection form.wpcf7-form span.wpcf7-form-control.wpcf7-radio {display:flex;}
.projectformsection form.wpcf7-form  label { display: block; margin: 0 0.5rem 0 0;}
.projectformsection form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label {display: inline-block;padding: 2%;margin: 0 1rem 0 0;font-size: calc(0.6vw + 0.65vh);text-align: center;color: #000;border: 2px solid #000;border-radius: 25px;font-family: system-ui;font-weight: 500;transition: all 0.5s;text-decoration: none;cursor: pointer;width: 95%; line-height: 18px;}
.projectformsection form.wpcf7-form .wpcf7-radio input[type="radio"] { display: none; }
.projectformsection form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label:hover { color: #fff; background-color: #b40001; border: 2px solid #b40001; }
.projectformsection form.wpcf7-form .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label { color: #fff; background-color: #b40001; border: 2px solid #b40001; }







/*----------------------- service end -----------------------*/





/*----------------------- contact start  -----------------------*/
.headingtext p{
    font-size: calc(0.75vw + 0.65vh);
    color: #000;
    text-align: justify;
    padding: 1% 40% 0 3%;
}
.contactbannervector img {
    width: 75%;
    animation: bounceInRight 1s;
}
.conatctbnnr {
    width: 98%;
    margin: auto;
    padding: 8% 0% 8% 0%;
}
.newproject{
    width: 90%;
    margin: auto;
}
.newproject h3{
    font-family: 'Anton', sans-serif;
    font-size: 2.5vw;
    color: #b40001;
    text-align: center;
    padding-bottom: 3%;
}
.contactlinks{
    text-align: center;
}
.contactlinks h4{
    font-weight: bolder;
    font-size: 1.3vw;
    color: #000;
    text-align: center;
    padding-top: 2%;
}
.contactlinks img{
    width: 10%;
}
.contactlinks p{
    font-size: calc(0.7vw + 0.65vh);
    text-align: center;
    color: #000;
    font-family: system-ui;
    font-weight: 500;
}
.contactlinks a:hover{
    text-decoration: none;
    color: #000;
}
.contactlinks a{
    text-decoration: none;
    font-size: calc(0.7vw + 0.65vh);
    text-align: center;
    color: #000;
    font-family: system-ui;
    font-weight: 500;
}
.ourbranch{
    width: 65%;
    margin: auto;
    text-align: center;
}
.ourbranch h3{
    font-size: 4vw;
    text-align: center;
    color: #b40001;
    font-family: 'Anton', sans-serif;
    line-height: 0.8;
    padding-top: 3.5%;
    padding-bottom: 2%;  
}
.mapbuttons h4{
    background-color: #b40001;
    font-size: 1vw;
    width: 80%;
    margin: auto;
    color: #fff;
    border-radius: 25px;
    padding: 2.2%;
    border: 3px solid #b40001;
    text-align: center;
    transition: all 0.3s;
    pointer-events: auto;
    cursor: pointer;
}
.mapbuttons h4:hover {
    background-color: #fff;
    color: #b40001;
}
.branchmap{
    padding: 3% 0% 3% 0%;
}
.wpcf7-form .wpcf7-submit:hover {
    background-color: #fff;
    color: #b40001;
}
/*----------------------- contact end  -----------------------*/


/*----------------------- About start  -----------------------*/

.about-us {
    width: 100%;
    height: 550px;
    border-radius: 100px 100px 0 0;
    background: #f6bf0c;
}
.about-us .about_us_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 70px 85px;
}
.about-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    color: white;
    text-transform: uppercase;
}
.about-description {
    font-size: 18px;
    line-height: 25px;
    font-family: "Avian Regular";
    width: 75%;
    margin: 52px auto;
    text-align: center;
    color: #333;
    text-transform: uppercase;
}
.about-content h2 {
    font-size: 75px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    font-family: "Helvetica";
}
.about-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-image img {
    width: 100%;
    height: 100%;
}
.service-details {
    width: 100%;
    text-align: center;
}

.service-details p {
    font-size: 14px;
line-height: 25px;
text-transform: uppercase;
color: #000000;
font-family: "Avian Regular";
text-align: center;
}
.icon-box p {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
}
.icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.icon-box {
    background-color: #b40000;
    padding: 15px;
    text-align: center;
    color: white;
    width: 160px;
    height: 135px;
}
.icon-box img {
    width: 100%;
    height: 100%;
    margin-bottom: 35px;
    padding: 20px;
}
.service_box_sec {
    background-color: #ebebeb;
    border-radius: 130px 130px 0 0;
    width: 100%;
    margin: auto;
}
.servicesection {
    width: 100%;
    margin: auto;
    padding: 100px  115px 0 115px;
    text-align: center;
}
.servicetext {
    background-color: #f6c20e;
    padding: 22px;
    width: 340px;
    height: 375px;
}
.servicetext p img {
    height: 250px;
    width: 250px;
}
.first_content {
    margin-bottom: 55px;
}
.servicetext h2 {
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    color: #b40000;
    font-weight: 800;
    font-family: "Helvetica";
    text-align: center;
    margin-bottom: 20px;
}
.servicetext_sec {
    display: flex;
}
.servicetext_para p {
    width: 250px;
    text-align: start;
    padding: 0 0px 0 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    font-family: "Avian Regular";
}
.vision_img_sec img{
    width: 100% !important;
}
.vision_text {
    padding: 35px 0 !important;
}
.aboutbannervector {
    text-align: left;
    animation: bounceInRight 1s;
    width: 100%;
    height: 100%;
}
.aboutbannervector img {
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
}
.box-description {
    font-size: 16px;
    line-height: 25px;
    font-family: "Avian Regular";
    width: 95%;
    margin: 52px auto;
    text-align: center;
    color: #333;
    text-transform: uppercase;
}
/*----------------------- About end  -----------------------*/


/*-----------------------Galllery Page ----------------------*/

.tabs ul {
    list-style: none; 
    display: flex;
    justify-content: center;
    gap: 10px; 
    margin-bottom: 40px; 
    padding: 0; 
}
.tabs li {
    font-size: calc(0.6vw + 0.65vh);
    line-height: 20px;
    text-align: center;
    color: #000000;
    font-family: system-ui;
    border: 2px solid #000;
    text-transform: uppercase;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.5s;
    text-decoration: none;
    width: 15%;
}
.tabs li label {
    margin-bottom: 0px;
    width: 100%;
    padding: 6px;
}
.tabs li:hover, .tabs li:focus, .tabs li:active {
    background: #b40001;
    color: white;
    border: 2px solid transparent;
}
.gallery {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 15px;
     justify-content: center; 
}
.gallery img {
    width: 100%; 
    height: auto;
    display: none; 
}
input[name="gallery"]:checked + .gallery img { display: block; }
.gallery img {
    display: none;
}
#all:checked ~ .gallery .all,
#package:checked ~ .gallery .package,
#logo:checked ~ .gallery .logo,
#digital:checked ~ .gallery .digital,
#web:checked ~ .gallery .web {
    display: block;
}
.gallery_box_sec{   
 border-radius: 130px 130px 0 0;  
 width: 100%;
 margin: auto;
 border-top: 1px solid;
 margin-bottom: 45px;
}
.gallerysection {
    width: 100%;
    margin: auto;
    padding: 75px 115px 0 115px;
    text-align: center;
}
.work_knowmore{
    padding-top: 5%;
}
.work_knowmore a {
    background-color: #b40001;
    text-decoration: none;
    font-size: calc(0.6vh + 0.5vw);
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
    padding: 0.7%;
    border: 3px solid #b40001;
    text-align: center;
    transition: all 0.5s;
}
.work_knowmore a:hover {
    background-color: #ffffff;
    color: #b40001;
}
.gallery img:hover {
    transform: translateY(calc(-1.5rem / 5)) !important;
}
/*-----------------------Galllery Page ----------------------*/