/* CSS Created By Prabu E*/

.logo{max-height:60px;width:auto;margin:0;font-size:2.5rem}
.logo span{color:#ce1120;}
.sticky-top{position:fixed;top:0;right:0;left:0;background:#ffffff;}
.navbar .navbar-nav .nav-link{color:#ffffff !important; font-size:1rem;font-weight:500;padding:0.75rem 1rem;}
.navbar .navbar-nav .nav-link.active,.navbar .navbar-nav .nav-link:hover{border-bottom:2px solid #ce1120;}
.banner-section{position:relative;/*  background: linear-gradient(160deg,rgba(206, 17, 32,1) 0%, rgba(22, 19, 38,1) 40%); */background-repeat: no-repeat;background-size:100% 100%; background-position: center;padding:5rem 2rem;min-height:85vh;display:flex;align-items:center;}
.header-container{max-width: 680px;width:100%;position:relative;z-index:1;display: inline-flex;flex-flow:column;justify-content:center;}
.header-container h1{font-size:2.5rem;color:#ffffff;font-weight:600;margin-bottom:1rem;line-height:120%}
/* .header-container h1 span,.header-container p span{background:rgba(0,0,0,0.4);} */
.header-container p{font-size:1.125rem;color:#ffffff;margin:0 0 1.125rem;font-weight:400;line-height:160%;}
.banner-section{position: relative;}
.banner-section:before{content:'';position:absolute;top:0;bottom:0;right:0;left:0;;
}
.btn{font-size:0.875rem;border-radius:50px;padding: 12px 53px;max-width:max-content}
.btn-theme{color:#fff !important;background: rgba(22, 19, 38,1);border:1px solid #ff3400  !important; box-shadow: rgb(206, 17, 32) 0px 0px 13px 3px inset !important;}
.navbar-light .navbar-toggler{border:0 !important;position:absolute;top:13px;right:15px;box-shadow: none !important;}

.navbar-light .navbar-toggler-icon{background-image:url(../images/menu.svg)}



/* Full-page loading overlay */
    #loadingOverlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.7);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 2000;
      color: #fff;
      text-align: center;
      flex-direction: column;
    }
.service-section:has(.header){max-width: none !important;margin:0}
.service-section .container{display:block !important}
.navbar{background:transparent;
backdrop-filter: blur(8px);}
.navbar-brand img{height:60px;width: auto;}
.banner-section > .container{display: flex;}
.hero-img{max-width:620px;width:100%;}
#bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  display: block;
}
.sub-header{font-size:1.5rem;}
.check-list{padding: 0;}
.check-list li{list-style: none;font-size:0.875rem;margin-bottom:0.5rem;display:flex;align-items:center;position: relative;padding-left:1.75rem;}
.check-list li::before{content: '';position: absolute;left:0;top: 0.1rem;width: 21px;height: 21px;background-image: url('images/check-mark-circle.svg');background-size: contain;background-repeat: no-repeat;}
.radio-input{    width: 21px;
    height: 21px;
    transform: translate(0px, 6px);cursor:pointer;}

.check-list li img{width:24px;height:24px;}
.footer-section .row{position: relative;}
.modal-header h5,.modal label,.modal .form-control,.modal-body > .mb-3,.modal p,.modal h1{color:#000 !important}
.modal-header,.modal-footer{justify-content:center;border:0}
.modal-dialog{max-width:520px;margin-left:auto;margin-right:auto;}
.modal-header h5{font-weight:600;
}
.modal-body > svg{    max-width: 76px;width: 100%;}
.modal-body .mb-3:has(input[type="radio"]){padding-left:10px;}
#form-fields .row{    display: block;
    max-height: 60vh;
    overflow: auto;}
.th-p{max-width:320px;margin:auto}
body *{color: #fff !important;}
.about-section,.service-section{padding:3rem 0;position: relative;}
.banner-section::before {
    width: 50vw !important;
    height: 38vw !important;
    left: -10vw;
    right: auto;
    top: -8vw;
    bottom: auto;
    filter: blur(130px) !important;
}

.about-section:before,.banner-section::before{    content: "";
    width: 320px;
    height: 320px;
    bottom:-100px;
    right: -70px;
    filter: blur(180px);
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background: rgb(206, 17, 32);}
   .service-section::after{    content: "";
    width: 320px;
    height: 320px;
    bottom:0;
    left: -70px;
    filter: blur(180px);
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background: rgb(206, 17, 32);}
.header{font-size:1.5rem;padding:0 0 0.3rem;margin:0 0 0.25rem;position:relative;color:#ffffff;}
.sub-header{font-size:2.125rem;color:#ce1120;margin:0 0 1rem;font-weight:600;width:100%;color:#ffffff;}
p{color:#ffffff !important;}
.about-section .col-md-6{display:flex;flex-flow:column;justify-content:flex-start}
.about-section img.img-responsive{border-radius:40px;width:95%;margin-right:auto;}
.about-section p{font-size:1rem;color:#64748b;line-height:1.6;}



.swiper {width: 100%;height: 100%;}
.swiper-wrapper{padding:3rem 0}
.swiper-slide {text-align: center;font-size: 18px;background: #fff;display: flex;flex-wrap:wrap;justify-content: center;align-items: center;height:auto;}
.swiper-slide:has(.load-more){background-color:transparent;}
.swiper-slide .load-more{color:#222;font-size:1.5rem;border: 8px solid #ce1120;height: 111px;width: 300px;display: flex;align-items: center;justify-content: center;text-decoration: none;}
.service-section .card *{color:#ffffff !important;}
.service-section .card{flex-direction:row; border-color: rgb(206, 17, 32);border-radius:10px;box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);margin-bottom:2rem;background-color:transparent !important;align-items: center;}
.service-section .card:hover{background: linear-gradient(135.39deg, rgb(0, 0, 0) 0%, rgb(184, 24, 68) 100%);}
.service-section .card .tile-img{width:100%;max-width:100px;width:100%;object-fit: cover;border-radius:10px 10px 0 0;padding:1rem;}
.swiper-slide h5,.service-section .card h5{font-size:1rem;color:#222;margin:0 0 0.75rem;font-weight:600}
.service-section .card h5{font-size:1rem;color:#fff;margin:0;font-weight:600;text-align: left;line-height:1.5;}
.swiper-slide p,.service-section .card p{font-size:0.875rem;color:#64748b;margin:0 0 0.75rem;line-height:1.6;}
.swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}


.btn-secondary,.btn-secondary:hover{color:#222; font-weight:500;border:1px solid #ce1120 !important;background-color:#f3f3f3 !important;border-radius:100px;min-width:320px;}
.header-section{background-attachment:fixed;background-repeat: no-repeat;background-size:100%;background-position: bottom;position:relative;}
.header-section:after{content:'';background:rgba(0,0,0,0.3);position:absolute;top:0;right:0;bottom:0;left:0;}
.header-section .header-container{max-width:100% !important}
.header-section h3{color:#fff;font-size:2.5rem;margin:8% 0 0.2rem;text-align:center;}
.header-section h5{color:#fff;font-size:1rem;margin:0 0 8%;text-align:center;font-weight:400}
.about-page .header-section{background-image:url('../images/about-header.jpg')}

.contact-page .header-section:after{content:'';background:rgba(0,0,0,0.6) !important;}
.contact-page .header-section h3{margin-bottom:calc(8% + 0.2rem) !important;}
.contact-page .header-section{background-image:url('../images/contactUs-header.jpg') ;background-position: 100% -100px;}


.service-section{padding:5rem 0;}
.service-section .sub-header.text-center{max-width:600px;width:100%;margin:0 auto;}
.service-section .inner-div{padding:1rem;}
.service-section .inner-div p{margin:0 0 1rem;}
.service-section .inner-div .btn{font-size:0.875rem;margin:0 0 1rem;}
.service-header .header-section:after{content:'';background:rgba(0,0,0,0.6) !important;}
.service-header .header-section{background-image:url('../images/service-header.jpg') ;background-position: 100% bottom;}

.service-section .header{font-size:2.5rem;font-weight:600}
.service-section .sub-header{color:#64748b;font-size:1.125rem;font-weight:400;}
.service-section .container,.service-section .container .col-12{display:flex;}
.service-section .container .col-12{flex-flow: column;justify-content: center;}
.service-section .container .col-12 img{width:90%;border-radius:50px !important;box-shadow: 20px 20px 1px #ccc;border:1.2px solid #f3f3f3}
.service-section:has(.header){text-align:center;max-width:620px;margin:1rem auto;padding:0 !important}
.service-section .container .col-12:has(h4){padding:2rem;}
.service-section .container .col-12 h4{font-size:2.5rem;font-weight:600;margin-bottom:0.75rem;position:relative;padding-bottom:0.875rem;margin-bottom:1rem}
.service-section .container .col-12 p{color:#64748b;font-size:1rem;line-height:160%}
.service-section .container .col-12 h4:after{content:'';height:4px;width:100px;background-color:#ce1120;position:absolute;bottom:0;left:0;}
.nav.nav-tabs{border:1px solid #ddd;margin:0 auto 2.5rem;background: #fff;border-radius: 30px;max-width: 500px;width: 100%;flex-wrap:nowrap;}
.nav.nav-tabs li{border:0;width: 50%;}
.nav.nav-tabs li button{font-size: 1.125rem;border: 0;border-radius: 30px;color: #333;white-space: nowrap;width: 100%;padding: 1rem;font-weight:600;}
.nav.nav-tabs li button.active{color:#fff !important;background:#ff9811 !important;}
.service-section:has(.data-sec) .container .col-12 h4:after{display:none !important}
.col-12:has(.data-sec){padding:0 0.875rem !important}
.data-sec{display:flex;gap:1rem;margin:2.125rem 0;width:100%;box-shadow:0 0 20px #1d1e2029;padding:0.875rem;border-radius:15px;height:100%;background:#fff;flex-flow:column;align-items:center;}
.data-sec img{width:86px !important;height:86px;box-shadow:none !important;margin-top: -58px;}
.data-sec h5{font-size:1.25rem;color:#000;margin:0 0 0.5rem;text-align:center;font-weight:500}
.data-sec p{font-size:1rem !important;margin:0 0 1rem;line-height:130% !important;text-align:center}
.footer-section .contact-list li a{border: 1px solid #b81844;
border-radius: 50%;height: 35px;width: 35px;color: #fff;font-size: 16px;box-shadow: 0px 0px 13px 3px #b8184480 inset;display: flex;
    align-items: center;
    justify-content: center;}
    .footer-section .contact-list li a svg{height:21px;width:21px;fill:#fff;}
.copyright{border-top:1px solid #474747}
.copyright p{color:#bbb !important;font-size:0.75rem;text-align:center;margin:1rem 0 0}
.about-section .container{display:flex;}
.about_img{width:100%;max-width:460px;border-radius:0 0 100px 0}
.about-section .col-md-6 h4{font-size:2.5rem;font-weight:600;margin:1rem 0 1.125rem;}
.about-section .col-md-6 .col-11 h5{font-size:1.5rem;font-weight:600;margin:1rem 0;}
.abt-sec-1 ul{padding:0;}
.abt-sec-1 ul li{font-size:1rem;margin:0 0 0.75rem;margin: 0 0 0.5rem;display: flex;align-items: center;gap: 8px;font-size: 1rem;margin: 0 0 0.5rem;
display: flex;align-items: center;gap: 8px;}.abt-sec-1 ul li:before{content: '';height: 18px;width: 18px;
background-image: url('https://veltorasolutions.com/images/right-arrow.svg'); background-size: 100%;background-repeat: no-repeat;display: inline-block;}
.ln,.ln2{position: relative;}
.ln:before {content: '';position: absolute;bottom: -10px;height: 2px;width: 90px;background: #ff9811;border-radius: 40px;left: 0;}
.ln2:before {content: '';position: absolute;bottom: -10px;height: 2px;width: 90px;background: #ff9811;border-radius: 40px;left: 0;right:0;margin:auto;}
.about-section-2{ background-image: url('../images/abt-sec-2.jpg'); background-position:center;background-size:cover;background-repeat: no-repeat;padding:4%;position:relative;margin-bottom:2rem;}
.about-section-2:after{content: '';background: rgba(3, 2, 124, 0.8);position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index:0}
.about-section-2 h3{color:#fff;font-size:3.5rem;z-index:1;position:relative;}
.about-section-2 h3 span{color:#ce1120;}
.about-section-2 p{color:#fff;font-size:1rem;z-index:1;position:relative;}
.abt-ul{display: flex;align-items: center;flex-wrap:wrap;position:relative;z-index:1;padding:1.5rem;background:#fff;border-radius:20px;gap:1.125rem}
.abt-ul li{display: flex;align-items: flex-start;gap: 15px;width:100%;flex: 0 0 auto;}
.abt-ul li .icon {width: 70px;height: 70px;display: -webkit-box;
display: -moz-box;display: -ms-flexbox;display: -webkit-flex;
display: flex;align-items: center;justify-content: center;flex: 0 0 auto;
line-height: 0;}
.abt-ul li .icon img{width:100%;}
.abt-ul li .content .title {color:#000;font-size: 20px;margin-bottom: 5px;font-weight: 600;}
.abt-ul li .content  p{color:#64748b}
.pro-div img{max-width:260px;magin:0 auto 1rem;border-radius:100%;border:1px solid #ff9811}
.about-section-3{background-image:url('../images/bg-texture.png'); background-color:#f3f3f3}
.about-section-3 .title{text-align:center;margin:0 0 2rem;}
.about-section-3 .pro-div h4{font-size:1.125rem;text-align:center;margin:1rem 0 0.5rem;}
.about-section-3 .pro-div h6{font-size:0.875rem;color:#64748b;text-align:center;margin:0.5rem 0;}

.about-section-3{padding:3%;}
.about-section-3 .container > .row{}


.contact-content{position:relative;padding:5% 0 !important;}
.contact-content:after{content:'';opacity:0.05;position:absolute;top:0;bottom:0;right:0;left:0;background-attachment:fixed;background-repeat: no-repeat;background-size:75%;background-image:url('../images/map.jpg'); background-position: center;background-color:#eee}
.contact-content:before{content:'';opacity:0.05;background-color:#000;position:absolute;top:0;bottom:0;right:0;left:0;}
.contact-content > .container{display: flex;flex-wrap:wrap; position: relative;z-index: 1;}
.contact-content > .container > .col-12{padding:1.125rem;}
.contact-content > .container > .col-12 .vector-img{max-width:420px;width:100%;}
.contact-content h4{color:#111;font-size:3rem;text-align:left}
.contact-content p{color:#64748b;font-size:1rem;text-align:left}
.contact-list{display:flex;flex-wrap:nowrap;margin:auto;justify-content:flex-start;gap:1.5rem;padding:0;}
.contact-list li{display:flex;gap:0.5rem}
.contact-list li img{height:18px;margin-bottom:1rem;}
.contact-list li a{color:#444;margin:0;text-decoration:none !important;font-weight:500}
.form-panel .form-control{margin-bottom:1.5rem;position: relative;display: block;
width: 100%;height: 60px;background: #fff;font-size: 16px;border-radius:0;
color: rgba(103, 103, 103, 1);padding: 10px 1rem;transition: all 500ms ease;}
.form-panel textarea.form-control{resize:none;height:auto !important}
.form-panel .btn-group{display: flex;justify-content: center;}
.form-panel .btn-group .btn{flex:none !important}
::-webkit-input-placeholder,::-moz-input-placeholder ,::-ms-input-placeholder {color:#222;}


.footer-section{background:#000;padding:3rem 0 1rem}
.panel-1 p,.panel-2 p{color:#ccc;font-size:0.875rem;margin-top:1rem;line-height:160%}
.panel-2 ul{padding:0;}
.panel-2 li a{font-size:0.75rem;color:#ccc !important;padding:0 !important;margin-bottom:0.5rem;}
.panel-2 li.header-li{color:#fff !important;font-size:1.125rem;position:relative;margin-bottom:0.75rem}
.panel-2 li.header-li:after{content:'';background:#ce1120;height:2px;width:40px;display:block;margin-top:0.3rem}
.panel-2 .input-group input{padding:0.75rem;border:0;border-radius:0;font-size:0.875rem;}
.panel-2 .input-group .btn{border-radius:0 !important;font-size:0.875rem;}


.success, .error {
color:#3c763d;
font-weight:600;
margin:0.75rem 0;
padding: 10px;
border-radius: 5px;
}
.success {
background-color: lightgreen;
color: darkgreen;
}
.error {
background-color: lightcoral;
color: darkred;
}

.row{width: 100%;margin: 0;}
.label{width: 100%;}
.float-left{float:left;}
.form-group{margin-bottom:1rem;}
.hide{display:none !important;}
*, ::after, ::before {box-sizing: border-box;}
*{transition:.3s all;}
ul li{list-style:none;}
p{line-height:1.4;font-size:1em;}
a{color:#1161A0;cursor:pointer;}
.nw{white-space:nowrap}
input{caret-color: #000;}
.w100{width:100px !important;}
.h100{height:100% !important;}
.col-100{width:100%;}
.btn,a{outline:0 !important;}
.box-shadow{box-shadow:0 0 13px 0 rgba(82,63,105,.05)}
.bx{box-shadow:2px 3px 6px 0px rgba(0, 0, 0, 0.27);}
.btn-primary.disabled, .btn-primary:disabled,.btn-primary.disabled:hover,.btn-primary:disabled:hover{color:#ffffff !important; background:#D0D0D0 !important;border:0;}
.btn-primary,.btn-primary:hover{border:0;}
.form-group {display: flex;flex-wrap: wrap;position: relative;}
.float-right{float:right;}
.float-left{float:left;}
.form-control,.form-select{box-shadow: none !important;-webkit-tap-highlight-color:#000 !important;caret-color: #000 !important;}
.pr{position: relative;}


.font-12{font-size:0.75em !important;}
.font-13{font-size:0.0125em !important;}
.font-14{font-size:0.875em !important;}
.font-15{font-size:0.9375em !important;}
.font-16{font-size:1em !important;}
.font-20{font-size:1.125em !important;}
.font-24{font-size:1.5em !important;}

.m-0 {margin: 0px !important;}
.mb-0{margin-bottom: 0px !important;}
.ml-0{margin-left: 0px !important;}
.mr-0{margin-right: 0px !important;}
.mt-0{margin-top:0px !important;}

.m-1 {margin: 1% !important;}
.m-2{margin:2% !important}
.m-3{margin:3% !important}
.m-4{margin:4% !important}
.m-5{margin:5% !important}
.m-6{margin:6% !important}

.mt-1{margin-top:1% !important;}
.mt-2{margin-top:2% !important;}
.mt-3{margin-top:3% !important;}
.mt-4{margin-top:4% !important;}
.mt-5{margin-top:5% !important;}
.mt-6{margin-top:6% !important;}

.mb-1{margin-bottom:1% !important;}
.mb-2{margin-bottom:2% !important;}
.mb-3{margin-bottom:3% !important;}
.mb-4{margin-bottom:4% !important;}
.mb-5{margin-bottom:5% !important;}
.mb-6{margin-bottom:6% !important;}

.p-0{padding:0 !important}
.pb-0{padding-bottom:0 !important}
.pr-0{padding-right:0 !important}
.pl-0{padding-left:0 !important}
.pt-0{padding-top:0 !important}
.p15{padding:0 15px !important;}
.p-1{padding:1% !important}
.p-2{padding:2% !important}
.p-3{padding:3% !important}
.p-4{padding:4% !important}
.p-5{padding:5% !important}
.p-6{padding:6% !important}
.pt-1{padding-top:1% !important}
.pt-2{padding-top:2% !important}
.pt-3{padding-top:3% !important}
.pt-4{padding-top:4% !important}
.pt-5{padding-top:5% !important}
.pb-1{padding-bottom:1% !important}
.pb-2{padding-bottom:2% !important}
.pb-3{padding-bottom:3% !important}
.pb-4{padding-bottom:4% !important}
.pb-5{padding-bottom:5% !important}
.hr{width:100%;height:1px;background:#cccccc;margin:10px 0 30px;}
.text-black{color:#000}
.text-white{color:#fff}
.text-bold{font-weight:700!important}
.text-right{text-align:right !important;}
.text-left{text-align:left !important;}
.no-border,.b-0{border:0 !important;}
.r-0{border-radius:0 !important;}
.no-bg{background:none !important;}
.no-shadow{box-shadow:0 !important;}
 
@media only screen and (max-width:800px){
.navbar>.container{justify-content:flex-start;}
.navbar>.container .logo{padding-left:1rem;}
.navbar>.container .navbar-collapse{border-top: 1px solid #ccc;}
.navbar>.container .navbar-nav{margin-left:0 !important}
.banner-section{padding:2rem 0.875em;min-height:auto;}
.header-section h3{font-size:2.5rem;margin:35% 0 1rem!}
.service-section{padding:1rem 0.5em;}
.container{padding:0;}
.header-container h1{font-size:2rem}
.m-none{display:none !important}
.about-section .header{margin:1.5rem 0 0}
.about-section-2 h3{font-size:2.5rem !important0}
.about-section img.img-responsive,.service-section .container .col-12,.row .container .col-12{width:100%;}
.service-header .header-section,.contact-page .header-section{background-position: top;}
.service-section .container, .service-section .container .col-12,.row .container .col-12{flex-wrap:wrap;}
.service-section .container .col-12:has(h4){order:1;padding:2rem 0.875rem}
.service-section .container .col-12:has(img){order:2;padding:0 0.875rem 2.5rem;}
.contact-list li a{font-size:0.875rem}
.nav.nav-tabs li button{font-size: 1rem;}
}
@media only screen and (min-width:801px){
.col-d-none{display:none !important}

}	
@media only screen and (max-width:991px){	
.banner-section > .container{flex-flow:column}
}
@media only screen and (min-width:992px){
  .container{width:100%;max-width:1200px !important;}
  
}


html,body{scroll-behavior: smooth;-webkit-tap-highlight-color: transparent;caret-color: transparent;}
body{padding:0; font-family: "Poppins", sans-serif;font-weight: 400;font-style: normal;background-repeat:no-repeat;height:100%;margin: 0;
font-size: 16px;font-weight: 400;line-height: 1.4;color: #212529;background-color: #161326;;-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;overflow-y:auto;overflow-x:hidden;}


.form-group:before,.form-group:after,
.container:before,.container:after,
.clearfix:before,.clearfix:after {display: table;content: " ";}
.form-group:after, .form-group:after ,.container:after, .clearfix:after {clear: both;}
::-webkit-input-placeholder {
    text-transform: none
}
:-moz-placeholder {
    text-transform: none
}
::-moz-placeholder {
    text-transform: none
}
:-ms-input-placeholder {
    text-transform: none
}
::-webkit-scrollbar-track {
    background-color:#e0e0e0
}
::-webkit-scrollbar,
::-webkit-scrollbar {
    height:1px;
    width:1px;
    background-color: #b6b7b6
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
    background-color:#8c8c8c;
    border-radius:10px
}
/* CSS Created By Prabu E*/


  