html{
    overflow-x: hidden;
}

body{
  font-family: Inter !important;
  overflow-x: hidden;
}

a{
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

button:focus{
    outline: none !important;
    outline: none !important;
}

.gradient-button{
    float: left;
    text-decoration: none;
    border: none;
    width: 183px;
    height: 56px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #C01E35;
    background: linear-gradient(90deg, #C01E35 0%, #E94A42 100%);
    padding: 16px 13px 12px 26px;
    border-radius: 50px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.gradient-button:hover{
    background: linear-gradient(90deg, #E94A42 0%, #C01E35 100%);
}

.gradient-button img{
    float: right;
    width: 32px !important;
    margin-top: -3px;
    margin-left: 0 !important;
}

.exp-bttn{
    margin-top: 4px;
}


@media (min-width: 1400px) {
    .fpage {
    padding-bottom: 50px;
        
    }
    
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1198px !important;
    }
}


/*****index*****/

.fpage{
    align-items: center;
    display: flex;
       
    width:100%;
    float: left;
    /*height: 100%;*/
     height: 100vh;
    position: relative;
    background-size: cover;
	background-image: url('../images/main-ix.webp');
}

.fpage h1{
    width: 100%;
    text-align: center;
    top:70px;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    padding: 0 18%;
}

.fpage h1 span{
    font-style: italic;
    font-weight: 300;
}

.fp-logo{
    width: 127px;
    height: 127px;
    background-color: #fff;
    border-radius:70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom:20px;
}

.fp-logo img{
    width: 68px;
}

.fpage a {
        margin-top:50px;
    text-decoration: none;
    background-color: #C7403A;
    width: 100%;
    float: left;
    border-radius: 30px;
    background: url('../images/erproof.webp');
    background-size: cover;
    
}

.f-red {
    margin: auto;
    display: block;
    max-width: 390px !important;
    /* padding: 50px 114px !important; */
    float: left;
    /* background: url(../images/firiproof.webp), #ff0026f2; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    /* background-blend-mode: overlay; */
}

.firitext{
   
    padding: 40px 58px 42px 58px;
    height: 413px;
}

.firiproof h3{
    width: 100%;
    float: left;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: 600;
    line-height: 127%;
    margin-bottom: 10px;
}

.firiproof p{
  width: 100%;
  float: left;
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}

.f-black{
    margin: auto;
    display: block;
    max-width: 390px !important;
    /* background: url(../images/firiproof.webp), #ff0026f2; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    /* background-blend-mode: overlay; */
}
.f-black a{
    text-decoration: none;
  background-position: center;
    width: 100%;
    float: left;
    border-radius: 30px;
    background: url('../images/eteq.webp');
    background-size: cover;
}


.firitech h3{
    width: 100%;
    float: left;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: 600;
    line-height: 127%;
    margin-bottom: 10px;
}

.firitech p{
  width: 100%;
  float: left;
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}

.ind-btn{
    display: table;
    margin: auto;
}

.view-btn{
    float: left;
    width: 160px;
    height: 40px;
    color: black;
    font-size: 16px;
    font-weight: 500;
    background-color: white;
    border: 2px solid white;
    text-align: center;
    padding: 6px 0;
    border-radius: 50px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.firiproof:hover .view-btn{
    color: white;
    background-color: transparent;
}

.firitech:hover .view-btn{
    color: white;
    background-color: transparent;
}

/*****banner-tech*****/

.bnr-img{
    float: right;
    width: 80%;
    animation: shake 4s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}


/*****banner-slider*****/

.banner-slider{
    float:left;
    width:100%;
    padding: 120px 0 128px 0;
    position: relative;
}

.banner-content{
    float: left;
    width: 50%;
}

.banner-content h2{
    font-size: 75px;
    font-weight: 600;
    line-height: 90px;
    margin-bottom: 18px;
}

.banner-content p{
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 24px;
}

.banner-content h2 span{
    color: #C01E35;
}

.image-slider {
    float: right;
    width: 644px;
    position: absolute;
    z-index: 99;
    top: -30px;
    right: 54px;
}

/* .slider-imge{
    float: right;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
} */

.image-slider img{
    width: 644px !important;
}

.bg-box{
    float: right;
    position: absolute;
    z-index: -1;
    top: -148px;
    right: 0;
}

.bg-box img{
    width: 430px;
}


/*****section1*****/

#sec1{
    float: left;
    width: 100%;
    padding: 70px 0;
    background-color: #F9F9F9;
}

#sec1 h3{
    float: left;
    width: 100%;
    font-size: 50px;
    font-weight: 600;
    color: #212121;
    line-height: 60px;
    margin-bottom: 38px;
}

#sec1 h3 span{
    color: #C01E35;
}

#sec1 h5{
    color: #212121;
    font-size: 20;
    font-weight: 600;
    margin-bottom: 24px;
}

#sec1 p{
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    padding-right: 30px;
    margin-bottom: 0;
}

.sec1-button{
    margin-top: 30px;
}

.gradient-button1{
    float: left;
    text-decoration: none;
    border: none;
    width: 183px;
    height: 56px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #C01E35;
    background: linear-gradient(90deg, #C01E35 0%, #E94A42 100%);
    padding: 15px 10px 12px 26px;
    border-radius: 50px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.gradient-button1:hover{
    background: linear-gradient(90deg, #E94A42 0%, #C01E35 100%);
}

.gradient-button1 img{
    width: 32px !important;
    margin-left: 20px;
    margin-top: -3px;
}

.sec1-right{
    padding-top: 12px;
    padding-left: 30px;
}

/*****section2*****/

#sec2{
    float: left;
    width: 100%;
    padding: 70px 0;
}

#sec2 h4{
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4.8px;
    margin-bottom: 20px;
}

#sec2 h3{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #212121;
    line-height: 60px;
    margin-bottom: 52px;
}

#sec2 h3 span{
    color: #C01E35;
}

.expertise-content{
    padding: 0 12px 0 0;
}

.srv-carousel .owl-nav{
    text-align: center;
}

.srv-carousel .owl-nav button.owl-next{
  padding-left: 5px !important;
}

.srv-carousel .owl-nav button.owl-prev{
  padding-right: 5px !important;
}

.expertise-box{
    float: left;
    width: 100%;
    padding: 12px;
    border: 2px solid #78787810;
    border-radius: 30px;
    margin-bottom: 56px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.expertise-box img{
    float: left;
    width: 100%;
    height: 240px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.sec2-button{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: -40px;
}

.sec2-button img{
    float: none !important;
}

.gradient-button2{
    display: table;
    margin: auto;
    text-decoration: none;
    border: none;
    width: 183px;
    height: 56px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #C01E35;
    background: linear-gradient(90deg, #C01E35 0%, #E94A42 100%);
    padding: 12px 10px 12px 26px;
    border-radius: 50px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.expertise-box:hover .gradient-button2{
    background: linear-gradient(90deg, #E94A42 0%, #C01E35 100%);
}

.gradient-button2:hover{
    background: linear-gradient(90deg, #E94A42 0%, #C01E35 100%);
}

.gradient-button2 img{
    display: inline-block !important;
    width: 32px !important;
    height: auto;
    margin-left: 20px;
}

.ebox-cicle{
    display: table;
    margin: auto;
}

.ebox-logo{
    float: left;
    width: 71px;
    height: 71px;
    background-color: #fff;
    border: 2px solid #78787810;
    border-radius: 50px;
    padding: 13px 14px;
    margin-top: -34px;
    margin-bottom: 14px;
}

.ebox-logo img{
    width: 42px;
    height: 42px;
    transform: scaleX(-1);
}

.expertise-box h5{
    float: left;
    width: 100%;
    text-align: center;
    color: #C01E35;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.expertise-box:hover h5{
    color: #fff;
}

.expertise-box p{
    float: left;
    width: 100%;
    text-align: center;
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    padding: 0 18px;
    margin-bottom: 18px;
}

.expertise-box:hover p{
    color: #fff;
}

.expertise-box:hover{
    background: #C01E35;
    background: linear-gradient(90deg, #C01E35 0%, #E94A42 100%);
}


/*****section3*****/

#sec3{
    float: left;
    width: 100%;
    padding: 70px 0 0 0;
    background-color: #F9F9F9;
}

#sec3 h4{
    float: left;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4.8px;
    margin-bottom: 20px;
}

#sec3 h3{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 50px;
    font-weight: 600;
    color: #212121;
    line-height: 60px;
    margin-bottom: 52px;
}

#sec3 h3 span{
    color: #C01E35;
}

#sec3 .container-fluid{
    --bs-gutter-x: 0;
}

.why-box{
    position: relative;
}

.why-box a{
    text-decoration: none;
}

.why-image{
    float: left;
    width: 100%;
}

.why-image img{
    float: left;
    width: 100%;
}
.why-text{
    display: none;
}

.why-text h5{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.why-text p{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.why-box a:hover .why-text{
    display: block;
    position: absolute;
    padding: 0 15%;
    top: 360px;
}

.sec3-carousel .owl-nav button.owl-next{
  float:right;
  margin-right:10px;
}

.sec3-carousel .owl-nav button.owl-prev{
  float:right;
}

.sec3-carousel .owl-nav button.owl-next img{
  width:40px;

}

.sec3-carousel .owl-nav button.owl-prev img{
  width:40px;
}

.sec3-carousel .owl-nav{
  float: right; 
  margin-top: -590px; 
  margin-right: 176px;
  position: relative;
}

@media (max-width: 1440px){
    .sec3-carousel .owl-nav{
        float: right; 
        margin-top: -570px; 
        margin-right: 136px;
        position: relative;
    }
}

/*****section4*****/

#sec4{
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #C01E35;
    background: linear-gradient(90deg, #C01E35 0%, #E94A42 100%);
}

.hlat-scolrbx{
  float: left;
  width: 100%;
  position: relative;
}

.hlat-scolrbx h3{
  width: 100%;
  float: left;
  text-align: center;
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
}

.hlat-scolrbx p{
  width: 100%;
  float: left;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}


/*****section5*****/

#sec5{
    float: left;
    width: 100%;
    padding: 120px 0;
    background-color: #171717;
}

.icon-box{
    float: left;
    width: 100%;
    height: 347px;
    text-align: center;
    padding: 40px 60px;
    border: 2px solid #57575730;
    border-radius: 40px;
}

.mb-box{
    margin-bottom: 36px;
}

.icon-box img{
    height: 60px;
    margin-bottom: 26px;
}

.icon-box h5{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 26px;
}

.icon-box p{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 0;
}

.text-box{
    float: left;
    width: 100%;
    height: 730px;
    text-align: center;
    padding: 60px 40px;
    border: 2px solid #57575730;
    border-radius: 40px;
}

.text-box h3{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    line-height: 60px;
    margin-bottom: 38px;
}

.text-box h3 span{
    color: #C01E35;
}

.text-box p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    padding: 0 40px;
    margin-bottom: 26px;
}

.left-pad{
    width: 30% !important;
    padding-right: 30px !important;
}

.middle-pad{
    width: 40% !important;
}

.right-pad{
    width: 30% !important;
    padding-left: 30px !important;
}
.sec5-button{
    margin-top: 26px;
}


/*****section6*****/

#sec6{
    float: left;
    width: 100%;
    padding: 70px 0;
    background-color: #F9F9F9;
}

#sec6 h4{
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4.8px;
    margin-bottom: 20px;
}

#sec6 h3{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #212121;
    line-height: 60px;
    margin-bottom: 52px;
}

#sec6 h3 span{
    color: #C01E35;
}

.marquee-top{
    margin-bottom: 40px;
}

.marquee img {
    
    margin: 0 25px;
    vertical-align: middle;
    transition: transform 0.3s;
}

.marquee img:hover {
    transform: scale(1.1);
}


.logo-marquee {
  --marquee-duration: 8s; /* change to speed up/slow down */
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  background: transparent; /* change if you want background */
}

/* track contains two identical groups */
.marquee-track {
  display: flex;
  align-items: center;
  /* the animation shifts the track left by 50% of its own width (i.e. one group's width) */
  animation: marquee var(--marquee-duration) linear infinite;
  will-change: transform;
}

/* each group is one set of logos (must be duplicated for seamless loop) */
.marquee-group {
  display: flex;
  gap: 24px;
  flex: 0 0 auto; /* don't shrink */
  align-items: center;
}

/* logo visuals */
.marquee-group img {
  display: block;
  width: 162px;
  height: 42px;
  object-fit: contain;
  user-select: none;
  pointer-events: none; /* user can't accidentally drag images */
}

/* pause on hover (optional) */
.logo-marquee:hover .marquee-track {
  animation-play-state: paused;
}

/* reverse direction (for bottom marquee) */
.logo-marquee.reverse .marquee-track {
  animation-direction: reverse;
}

/* animation */
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); } /* moves one full group's width */
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .marquee-group img { height: 44px; gap: 16px; }
  .logo-marquee { padding: 8px 0; --marquee-duration: 14s; }
}


/*****section7*****/

#sec7{
    float: left;
    width: 100%;
    padding: 70px 0;
}

#sec7 h4{
    float: left;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4.8px;
    margin-bottom: 20px;
}

#sec7 h3{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 50px;
    font-weight: 600;
    color: #212121;
    line-height: 60px;
    margin-bottom: 0;
}

#sec7 h3 span{
    color: #C01E35;
}

.Testimonial{
    margin-left: 70px;
    padding: 56px 80px 66px 86px;
    border: 2px solid #78787810;
    border-radius: 30px;
}

.c-logo{
    width: 100%;
    float: left;
}

.Testimonial p{
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 8px;
}

.no-margin{
    margin-bottom: 0 !important;
}

.Testimonial h6{
    color: #212121;
    font-size: 20px;
    font-weight: 600;
}

.al-ctr{
    align-items: center;
}


/*****footer*****/

#footer{
    float: left;
    width: 100%;
    padding: 70px 0 50px 0;
    background-color: #171717;
}

#footer h5{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

#footer p{
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 0;
}

.quick-link{
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0 !important;
}

.quick-link a{
    text-decoration: none;
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 0;
}

.footer-left{
    float: left;
    width: 100%;
    padding-top: 20px;
}

.footer-middle{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-left: 50px;
}

.footer-right{
    float: right;
    width: 100%;
    padding-left: 50px;
}

.footer-right h3{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    line-height: 60px;
    margin-bottom: 22px;
}

.footer-right h3 span{
    color: #C01E35;
}

.footer-right p{
    float: left;
    width: 70%;
}

.footer-button{
    float: right;
    width: 30%;
}

.gradient-button3{
    float: right;
    text-decoration: none;
    border: none;
    width: 183px;
    height: 56px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #C01E35;
    background: linear-gradient(90deg, #C01E35 0%, #E94A42 100%);
    padding: 12px 10px 12px 26px;
    border-radius: 50px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.gradient-button3:hover{
    background: linear-gradient(90deg, #E94A42 0%, #C01E35 100%);
}

.gradient-button3 img{
    width: 32px !important;
    margin-left: 20px;
}

.top-line{
    float: left;
    width: 100%;
    height: 2px;
    margin-top: 46px;
    margin-bottom: 33px;
    background-color: #ffffff20;
}

.footer-add{
    float: left;
    width: 100%;
}

.footer-add p{
    float: left;
    width: 100%;
}

.footer-add p span{
    padding-left: 56px;
}

.footer-add strong{
    color: #ffffff;
    font-weight: 600;
}

.footer-add img{
    width: 25px;
    float: right;
}

.footer-add a{
    text-decoration: none;
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 0;
}

.align-center0 p{
    text-align: center;
}

.align-right0{
    text-align: right;
}

.bottom-line{
    float: left;
    width: 100%;
    height: 2px;
    margin-top: 44px;
    margin-bottom: 36px;
    background-color: #ffffff20;
}

.p-left{
    float: left;
    width: 100%;
}

.p-right{
    float: right;
    width: 100%;
}

.p-right a{
    float: right;
    text-align: right;
    text-decoration: none;
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 0;
}

/*****nav-banner*****/

#nav-banner{
    float: left;
    width: 100%;
    padding: 27px 0 30px 0;
    background: #C01E35;
    background: linear-gradient(90deg, #C01E35 0%, #E94A42 100%);
}

#nav-banner h1{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 0;
}

.white-line{
    float: left;
    width: 10%;
    height: 4px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 6px;
    margin-bottom: 10px;
}

#nav-banner p{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

#nav-banner a{
    float: left;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    padding-right: 4px;
}

#nav-banner a:hover{
    color: #000000;
}


/*****about sec1*****/

#abt-sec1{
  float:left;
  width:100%;
  padding: 70px 0;
}

#abt-sec1 img{
  float:right;
  width: 100%;
}

#abt-sec1 h3{
    font-size: 50px;
    font-weight: 600;
    color: #212121;
    line-height: 60px;
    margin-bottom: 20px;
}

#abt-sec1 h3 span{
    color: #C01E35;
}

#abt-sec1 p{
    text-align: justify;
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 10px;
}

#abt-sec1 b{
    font-weight: 700;
}

.abt-pmb{
    margin-bottom: 0 !important;
}


/*****about sec2*****/

#abt-sec2{
    float:left;
    width:100%;
    padding: 70px 0 50px 0;
    background-color: #F9F9F9;
}

.mission-image{
    float: left;
    width: 100%;
    height: 100%;
    border: 2px solid #C01E3530;
    border-radius: 30px;
    object-fit: cover;
}

.mb-mb1{
    margin-bottom: 30px;
}

.mission-box{
    float: left;
    width: 100%;
    padding: 40px 50px;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #78787810;
    border-radius: 30px;
    margin-bottom: 30px;
}

.mission-box img{
    width: 60px;
    margin-bottom: 0px;
}

.mission-box h5{
    color: #C01E35;
    font-size: 24px;
    font-weight: 600;
    padding-right: 10px;
    margin-bottom: 0px;
}

.mission-box p{
    color: #6F6F6F;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 0;
}


/*****fire proofing sec1*****/

#fire-sec1{
  float:left;
  width:100%;
  padding: 70px 0;
}

.golden-img {
    width: 100%;
    float: left !important;
    margin-right: 0px;
    margin-left: 0px !important;
    margin-bottom: 30px;
    border-radius: 20px;
}
#fire-sec1 h3{
    font-size: 50px;
    font-weight: 600;
    color: #212121;
    line-height: 60px;
    margin-bottom: 20px;
}

#fire-sec1 h3 span{
    color: #C01E35;
}

#fire-sec1 p{
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 10px;
}

.connectus-bg p {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
    padding: 15px;
    text-align: center !important;
    margin-bottom: 5px;
}


.connectus-bg {
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 15px;
    background-color: #000000;
}
.connectus-bg h4 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    line-height: 30px;
    background: white;
    padding: 15px;
    border-radius: 17px;
    -webkit-box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: -1px 2px 30px -15px rgba(0,0,0,.75);
    box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 20%);
}

.mail-bg {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}
.mail-bg span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-bottom: solid 1px rgb(70 85 98 / 12%);
    padding-bottom: 6px;
    margin-bottom: 10px;
    color: #C01E35;
    font-weight: 600;
}
.mail-bg strong {
    color: black;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 5px;
}
.mail-bg {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}


.sr-bg {
    float: left;
    width: 100%;
    /* border-radius: 20px; */
    /* padding: 15px; */
    background-color: #ffffff;
    /* margin-top: 25px; */
    /* padding-bottom: 25px; */
    margin-bottom: 25px;
    border-radius: 30px;
}
.sr-bg h4 {
    border-radius: 30px 30px 0px 0px;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    /* margin-top: 15px; */
    font-weight: 500;
    line-height: 30px;
   background: #C01E35;
    /* background: linear-gradient(338deg, rgb(253 76 105) 0%, rgb(101 95 95) 100%); */
    padding: 15px;
    /* border-bottom-left-radius: 20px; */
    /* -webkit-box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 75%); */
    -moz-box-shadow: -1px 2px 30px -15px rgba(0, 0, 0, .75);
    /* box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 20%); */
    margin-bottom: 0px;
}
.srv-list {
    float: left;
    width: 100%;
}
.srv-nav {
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 18px;
    color: black;
    font-size: 14px;
    padding-left: 25px;
}

.srv-nav:hover {
    padding-left: 20px;
    background-color: #C01E35;
    color: white;
    text-decoration: none !important;
}
.srv-nav-active {
    padding-left: 20px;
    background-color: #000000 !important;
    color: white;
}


/*****career*****/

#career-form{
    float: left;
    width: 100%;
    padding: 70px 0;
}

#career-form h3{
    width: 100%;
    font-size: 50px;
    font-weight: 600;
    color: #212121;
    line-height: 60px;
    margin-bottom: 38px;
    margin-top: -8px;
}

#career-form h3 span{
    color: #C01E35;
}

#career-form p{
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    padding-right: 30px;
    margin-bottom: 0;
}

.form-label {
    color: #212121;
    font-size: 20;
    font-weight: 600;
    margin-bottom: 5px;
}

input.form-control {
    border-radius: 8px;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #78787830;
    margin-bottom: 30px;
}

input.form-control:focus {
    border-color: #C01E35;
    box-shadow: none;
}

input[type="file"] {
    padding: 6px;
    margin-bottom: 10px;
}

.input-group-text {
    background-color: white;
    border-radius: 8px 0 0 8px;
    border: 1px solid #78787830;
}

.iti__selected-flag{
top: -2px !important;
height: 63% !important;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}

.gradient-button4{
    float: left;
    text-decoration: none;
    border: none;
    width: 183px;
    height: 56px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #C01E35;
    background: linear-gradient(90deg, #C01E35 0%, #E94A42 100%);
    padding: 16px 13px 12px 14px;
    border-radius: 50px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.gradient-button4:hover{
    background: linear-gradient(90deg, #E94A42 0%, #C01E35 100%);
}

.gradient-button4 img{
    float: right;
    width: 32px !important;
    margin-top: -3px;
    margin-left: 0 !important;
}


/*****contact*****/

#contact-sec{
    float: left;
    width: 100%;
    padding: 70px 0;
}

#contact-sec h3{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #212121;
    line-height: 60px;
    margin-bottom: 38px;
    margin-top: -8px;
}

#contact-sec h3 span{
    color: #C01E35;
}

.contact-content{
    padding: 0 12px 0 0;
}

.contact-box{
    float: left;
    width: 100%;
    height: 300px;
    padding: 26px 15px;
    border: 2px solid #78787810;
    border-radius: 30px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.cb-1{
    padding: 20% 0;
}
.cb-2{
    padding: 15% 0;
}

.contact-icon{
    display: table;
    margin: auto;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-box img{
    display: table;
    margin: auto;
    width: 30px;
    padding-top: 10px;
}

.contact-box h5{
    float: left;
    width: 100%;
    text-align: center;
    color: #C01E35;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-box:hover h5{
    color: #fff;
}

.contact-box p{
    float: left;
    width: 100%;
    text-align: center;
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    padding: 0 18px;
    margin-bottom: 0;
}

.contact-box a{
    text-decoration: none;
    float: left;
    width: 100%;
    text-align: center;
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    padding: 0 18px;
    margin-bottom: 0;
}

.contact-box:hover p{
    color: #fff;
}

.contact-box:hover a{
    color: #fff;
}

.contact-box:hover{
    background: #C01E35;
    background: linear-gradient(90deg, #C01E35 0%, #E94A42 100%);
}

/*****contact sec2*****/

#contact-form{
    float: left;
    width: 100%;
    padding: 70px 0;
    background-color: #F9F9F9;
}

#contact-form h3{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #212121;
    line-height: 60px;
    margin-bottom: 38px;
    margin-top: -8px;
}

#contact-form h3 span{
    color: #C01E35;
}

.cform-label {
    color: #212121;
    font-size: 20;
    font-weight: 600;
    margin-bottom: 5px;
}

input.cform-control {
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #78787830;
    margin-bottom: 30px;
}

input.cform-control:focus {
    border-color: #C01E35;
    box-shadow: none;
    outline: none !important;
}

textarea{
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #78787830;
    margin-bottom: 30px !important;
}

textarea:focus {
    border-color: #C01E35;
    box-shadow: none;
}

.contact-button{
    display: table;
    margin: auto;
}

.gradient-button5{
    float: left;
    text-decoration: none;
    border: none;
    width: 153px;
    height: 56px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #C01E35;
    background: linear-gradient(90deg, #C01E35 0%, #E94A42 100%);
    padding: 16px 13px 12px 36px;
    border-radius: 50px;
    border: none !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.gradient-button5:hover{
    background: linear-gradient(90deg, #E94A42 0%, #C01E35 100%);
}

.gradient-button5 img{
    float: right;
    width: 32px !important;
    margin-top: -4px;
    margin-left: 0 !important;
}


/* Overlay full menu */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* Show overlay */
#hamburger1:checked ~ .overlay {
  opacity: 1;
  visibility: visible;
}

.overlay-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 9999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: flex;
  background: rgba(0, 0, 0, 0.95);
}

.overlay-menu.active {
  opacity: 1;
  visibility: visible;
}

.overlay-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}

.left-area,
.right-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
}
.right-areamain{
  width: 100%;
  float: left;
}
.right-areamain h2{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.right-areamain p{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.left-area h6{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 55px;
    font-weight: 500;
    line-height: 127%;
    margin-bottom: 0;
}

.left-area {
  background: #171717;
  color: white;
  text-align: left;
}

.right-area {
  background: #C01E35;
  color: #A8A8A8;
  text-align: left;
}

.left-area nav ul {
  list-style: none;
  padding: 0;
}

.left-area nav li {
  margin-bottom: 20px;
}

.left-area nav a {
  color: white;
  font-size: 40px;
  text-decoration: none;
}
.close img{
  width: 100%;
  max-width: 30px;
}
.overlay-menu .close {
  position: absolute;
  right: 60px;
  top: 55px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  opacity: 0.5;
  z-index: 10;
  transition: all 0.3s ease;
}

.overlay-menu .close:hover {
  opacity: 1;
}

.social-links {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.social-links a {
  color: #A8A8A8;
  font-size: 20px;
  text-decoration: none;
  position: relative;
}

.social-links a:hover {
  color: #fff;
}

.social-links a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -20px;
  top: 0;
  font-size: 16px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.social-links a:hover::after {
  transform: rotate(0);
}
.right-area-main{
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.right-area-main h2{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 35px;
  font-weight: 500;
}
.right-area-main p{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: 400;
}
.right-area-main a{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.left-area form {
    width: 100%;
    float: left;
    margin-top: 40px;
    transition-delay: 300ms;
}
.ham-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.ham-field label {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.ham-field input {
    width: 100%;
    float: left;
    padding: 12px;
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
    height: 51px;
}
.ham-field textarea {
    width: 100%;
    float: left;
    padding: 12px;
    border: 0;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    height: 150px;
}
.btnadd {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
}
.more button{
  border: none;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    background: #E36632;
    border-radius: 32px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 24px;
    height: 48px;
    gap: 10px;
}
.service-key {
    padding-top: 22px;
    width: 100%;
    float: left;
}
.service-key-dtl {
    margin: 7px 3px;
    height: 80px;
    display: inline-flex
;
    align-items: center;
    justify-content: left;
    padding: 14px 12px;
    width: 48%;
    border: 1px solid #e860274a;
    border-radius: 15px;
    background: #c4eafe80;
}
.service-key-dtl h6 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 18px;
    /* border-radius: 24px; */
}
.service-key-dtl span {
    width: 13px;
    height: 13px;
    background: #062d42;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
.ctr{
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}


/*****media*****/

@media (min-width:1025px) and (max-width:1199px){
    /*****index*****/
    .fpage h1{
        padding:0;
        font-size: 34px;
    }
    .firiproof h3{
        font-size: 28px;
    }
    .firitech h3{
        font-size: 28px;
    }
   .fpage {
   padding-bottom:40px;
    display: unset;
     height: 100%; 
   }
   

    .bnr-sdr{
        padding: 30px 0 !important;
    }

    .bnr-cont h2{
        font-size: 56px !important;
        line-height: 70px !important;
    }

    /*****home*****/
    .nav-menu{
        padding-left: 30px;
    }
    .nav-menu > li > a{
        padding: 24px 20px;
    }
    .banner-slider{
        padding: 120px 0 100px 0;
    }
    .image-slider{
        width: 613px;
        right: 0px;
    }
    .image-slider img{
        width: 613px !important;
    }
    .banner-content h2{
        font-size: 60px;
        line-height: 72px;
    }
    #sec1 h3, #sec2 h3, #sec3 h3, #sec6 h3, #sec7 h3{
        font-size: 40px;
        line-height: 48px;
    }
    .text-box h3, .footer-right h3, #apart h3{
        font-size: 40px;
        line-height: 48px;
    }
    .why-box a:hover .why-text{
        padding: 0 12%;
        top: 280px;
    }
    .tr{
        display: none;
    }
    .sec3-carousel .owl-nav{
        margin-top: -492px;
    }
    .icon-box{
        height: 360px;
        padding: 40px 40px;
    }
    .text-box{
        height: 757px;
        padding: 40px 30px;
    }
    .sec7-carousel .owl-nav{
        left: -320px;
    }
    .footer-right p{
        width: 60%;
    }
    .footer-button{
        width: 40%;
    }

    .tabres{
        display: none;
    }

    /*****nav banner*****/
    #nav-banner h1{
        font-size: 45px;
    }

    /*****about*****/
    #abt-sec1 h3{
        font-size: 40px;
        line-height: 48px;
    }
    .abt-mob{
        display: none;
    }

    /*****expertise*****/
    #fire-sec1 h3{
        font-size: 40px;
        line-height: 48px;
    }

    /*****career*****/
    #career-form h3{
        font-size: 40px;
        line-height: 48px;
    }

    /*****contact*****/
    #contact-sec h3, #contact-form h3{
        font-size: 40px;
        line-height: 48px;
    }
    .contact-box{
        height: 340px;
    }
    .cb-1{
        padding: 32% 0;
    }
    .cb-2{
        padding: 27% 0;
    }
}
@media (min-width:992px) and (max-width:1024px){
    /*****index*****/
    .fpage h1{
        padding:0;
        font-size: 34px;
    }
    .firiproof h3{
        font-size: 28px;
    }
    .firitech h3{
        font-size: 26px;
    }
    .firitext{
      
    }
.fpage {
    padding-bottom:50px;
     display:unset; 
   
    height: 100%;
    
}

    .bnr-sdr{
        padding: 30px 0 !important;
    }

    .bnr-cont h2{
        font-size: 56px !important;
        line-height: 70px !important;
    }

    /*****home*****/
    .nav-menu{
        padding-left: 30px;
    }
    .nav-menu > li > a{
        padding: 24px 20px;
    }
    .banner-slider{
        padding: 100px 0 100px 0;
    }
    .image-slider{
        width: 600px;
        right: 0px;
        top: -5px;
    }
    .image-slider img{
        width: 600px !important;
    }
    .banner-content h2{
        font-size: 60px;
        line-height: 72px;
    }
    #sec1 h3, #sec2 h3, #sec3 h3, #sec6 h3, #sec7 h3{
        font-size: 40px;
        line-height: 48px;
    }
    .text-box h3, .footer-right h3, .hlat-scolrbx h3, #apart h3{
        font-size: 40px;
        line-height: 48px;
    }
    .why-box a:hover .why-text{
        padding: 0 10%;
        top: 220px;
    }
    .tr{
        display: none;
    }
    .sec3-carousel .owl-nav{
        margin-top: -492px;
    }
    .icon-box{
        height: 360px;
        padding: 40px 30px;
    }
    .text-box{
        height: 757px;
        padding: 80px 30px;
    }
    .footer-right p{
        width: 60%;
    }
    .footer-button{
        width: 40%;
    }

    .tabres{
        display: none;
    }

    /*****nav banner*****/
    #nav-banner h1{
        font-size: 45px;
    }

    /*****about*****/
    #abt-sec1 h3{
        font-size: 40px;
        line-height: 48px;
    }
    .abt-mob{
        display: none;
    }

    /*****expertise*****/
    #fire-sec1 h3{
        font-size: 40px;
        line-height: 48px;
    }

    /*****career*****/
    #career-form h3{
        font-size: 40px;
        line-height: 48px;
    }

    /*****contact*****/
    #contact-sec h3, #contact-form h3{
        font-size: 40px;
        line-height: 48px;
    }
    .contact-box{
        height: 320px;
    }
}
@media (min-width:768px) and (max-width:991px){
    /*****index*****/
    
    .fpage{
       height: 100%;
           padding-bottom: 60px;
    }
    
    
    
    
    .fpage h1{
        padding: 0 0;
        font-size: 32px;
    }
    .firiproof h3{
        font-size: 26px;
    }
    .firitech h3{
        font-size: 26px;
    }
    

    /*****tech*****/
    .bnr-sdr{
        display: block !important;
        padding: 30px 0 !important;
    }
    .bnr-cont h2{
        font-size: 42px;
        line-height: 48px;
    }
    .mb-bt{
        margin: 0 !important;
    }

    /*****home*****/
    .nav-brand img{
        margin-top: 36px;
    }
    #sec1, #sec2, #sec4, #sec5, #sec6, #sec7, #footer{
        padding: 50px 0;
    }
    #sec3{
        padding: 50px 0 0;
    }
    #sec1 h3, #sec2 h3, #sec3 h3, #sec6 h3, #sec7 h3{
        font-size: 35px;
        line-height: 42px;
    }
    .text-box h3{
        font-size: 35px;
        line-height: 42px;
        padding: 0 15%;
    }
    .ebox-logo{
        position: relative;
        z-index: 9999;
    }
    .footer-right h3, .hlat-scolrbx h3, #apart h3{
        font-size: 35px;
        line-height: 42px;
    }
    .why-text{
        display: block;
        position: absolute;
        padding: 0 15%;
        top: 300px;
    }
    .lr{
        display: none;
    }
    .sysres{
        display: none;
    }
    .exp-tr{
        margin-bottom: 62px;
    }
    .sec3-carousel .owl-nav{
        margin-top: -528px;
    }
    .icon-box{
        height: 360px;
        padding: 40px 40px;
    }
    .text-box{
        height: 430px;
        padding: 40px 30px;
        margin-bottom: 36px;
    }
    .Testimonial{
        padding: 56px 50px 60px 56px;
    }
    #sec7 h3{
        width: 120%;
    }
    .footer-middle, .footer-right{
        padding-left: 0;
    }
    .footer-right p{
        width: 100%;
    }
    .footer-button{
        float: left;
        width: 100%;
        margin-top: 22px;
    }
    .gradient-button3{
        float: left;
    }

    /*****nav banner*****/
    #nav-banner h1{
        font-size: 40px;
    }

    /*****about*****/
    #abt-sec1, #abt-sec2{
        padding: 50px 0;
    }
    #abt-sec1 h3{
        font-size: 35px;
        line-height: 42px;
    }
    .abt-sys{
        display: none;
    }
    .mb-mb1{
        margin-bottom: 30px;
    }
    .mission-box p{
        text-align: center;
    }

    /*****expertise*****/
    #fire-sec1{
        padding: 50px 0;
    }
    #fire-sec1 h3{
        font-size: 35px;
        line-height: 42px;
    }

    /*****career*****/
    #career-form{
        padding: 50px 0;
    }
    #career-form h3{
        font-size: 35px;
        line-height: 42px;
    }

    /*****contact*****/
    #contact-sec, #contact-form{
        padding: 50px 0;
    }
    #contact-sec h3, #contact-form h3{
        font-size: 35px;
        line-height: 42px;
    }
    .contact-box{
        height: 360px;
    }
    .contact-box p{
        padding: 0;
    }
    .cb-1{
        padding: 50% 0;
    }
    .cb-2{
        padding: 42% 0;
    }
}
@media (min-width:576px) and (max-width:767px){
    /*****index*****/
    .fpage a {
    margin-top: 41px;
        
    }
    .fpage{
        padding:0px 0 40px 0px;
    height: 100%;    
    }
    .fp-logo {
            margin-bottom: 35px;
    }
    .fpage h1{
       
        
        font-size: 20px;
        padding: 20px;
        top: 0;
    }
    .firiproof h3{
        font-size: 30px;
    }
    .firitech h3{
        font-size: 30px;
    }
    .view-btn{
        margin-bottom: 70px;
    }

    .firitext{
        height: auto;
        padding: 70px 30px 0 30px;
    }

    /*****tech*****/
    .bnr-sdr{
        display: block !important;
        padding: 30px 0 0 0 !important;
    }
    .bnr-cont h2{
        text-align: center;
        font-size: 42px;
        line-height: 48px;
    }
    .bnr-cont p{
        text-align: center;
    }
    .bnr-img{
        float: none !important;
        margin-top: 20px;
    }

    /*****home*****/
    .nav-brand img{
        margin-top: 36px;
    }
    #sec1, #sec2, #sec4, #sec5, #sec6, #sec7, #footer{
        padding: 50px 0;
    }
    #sec3{
        padding: 50px 0 0;
    }
    #sec1 h3, #sec2 h3, #sec3 h3, #sec6 h3, #sec7 h3{
        font-size: 35px;
        line-height: 42px;
    }
    .sec1-right{
        padding-top: 20px;
        padding-left: 0;
    }
    .text-box h3{
        font-size: 35px;
        line-height: 42px;
        padding: 0 15%;
    }
    .ebox-logo{
        position: relative;
        z-index: 9999;
    }
    .footer-right h3, #apart h3{
        font-size: 35px !important;
        line-height: 42px !important;
    }
    .why-text{
        display: block;
        position: absolute;
        padding: 0 15%;
        top: 280px;
    }
    .hlat-scolrbx{
        margin-bottom: 40px;
    }
    .hlat-scolrbx h3{
        font-size: 50px;
    }
    .lr{
        display: none;
    }
    .sysres{
        display: none;
    }
    .exp-tr{
        margin-bottom: 62px;
    }
    .sec3-carousel .owl-nav{
        margin-top: -580px;
    }
    .icon-box{
        height: 280px;
        padding: 40px 40px;
    }
    .text-box{
        height: 500px;
        padding: 40px 30px;
        margin-bottom: 36px;
    }
    .mb-b2{
        margin-bottom: 36px;
    }
    .Testimonial{
        margin-left: 0;
        padding: 56px 50px 60px 56px;
    }
    #sec7 h4{
        text-align: center;
    }
    #sec7 h3{
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .footer-middle, .footer-right{
        padding-left: 0;
    }
    .footer-left{
        text-align: center;
        padding-top: 0;
    }
    .footer-middle{
        text-align: center;
    }
    .footer-right h3{
        text-align: center;
        padding-top: 20px;
    }
    .footer-right p{
        text-align: center;
        width: 100%;
    }
    .footer-button{
        display: table;
        margin: auto;
        float: none;
        padding-top: 32px;
    }
    .footer-add p{
        text-align: center;
    }
    .f-top{
        margin-top: 20px;
    }
    .footer-add img{
        float: none;
        width: 40px;
        display: table;
        margin: auto;
        padding: 30px 0;
    }
    .bottom-line{
        margin-top: 36px;
    }
    .p-left p{
        text-align: center;
    }
    .p-right p{
        text-align: center !important;
    }
    .p-right a{
        width: 100%;
        text-align: center;
    }

    /*****nav banner*****/
    #nav-banner h1{
        font-size: 40px;
    }

    /*****about*****/
    #abt-sec1, #abt-sec2{
        padding: 50px 0;
    }
    #abt-sec1 h3{
        font-size: 35px;
        line-height: 42px;
    }
    #abt-sec1 img {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .abt-sys{
        display: none;
    }
    .mission-box{
        margin-bottom: 0;
    }
    .mission-box p{
        text-align: center;
    }

    /*****expertise*****/
    #fire-sec1{
        padding: 50px 0;
    }
    #fire-sec1 h3{
        font-size: 35px;
        line-height: 42px;
    }
    .sr-bg{
        margin-top: 30px;
    }

    /*****career*****/
    #career-form{
        padding: 50px 0;
    }
    #career-form h3{
        font-size: 35px;
        line-height: 42px;
    }

    /*****contact*****/
    #contact-sec, #contact-form{
        padding: 50px 0;
    }
    #contact-sec h3, #contact-form h3{
        font-size: 35px;
        line-height: 42px;
    }
    .contact-box{
        height: 100%;
        margin-bottom: 30px;
    }

    .expertise-content{
        padding: 0;
    }

    .owl-nav{
        display: none;
    }

    .c-logo{
        width: 50%;
        float: none;
        display: table;
        margin: auto;
    }
}
@media(max-width: 575px){
    /*****index*****/
    .fpage a {
    margin-top: 41px;
        
    }
    .fpage{
        padding:0px 0 40px 0px;
    height: 100%;    
    }
    .fp-logo {
            margin-bottom: 35px;
    }
    .fpage h1{
       
        
        font-size: 20px;
        padding: 20px;
        top: 0;
    }
    .firiproof h3{
        font-size: 20px;
    }
    .firitech h3{
        font-size: 20px;
    }

    .view-btn{
        margin-bottom: 50px;
    }

    .firitext{
        height: auto;
        padding: 50px 10px 0 10px;
    }

    /*****tech*****/
    .bnr-sdr{
        display: block !important;
        padding: 30px 0 0 0 !important;
    }
    .bnr-cont h2{
        text-align: center;
        font-size: 32px;
        line-height: 40px;
    }
    .banner-content p{
        text-align: center;
    }
    .bnr-img{
        float: none !important;
        margin-top: 20px;
    }

    /*****home*****/
    .nav-brand img{
       padding-left: 10px;
        margin-top: 15px;
    }
    .nb2{
        margin: 31px 0 !important;
    }
    .banner-content2 h2{
        font-size: 35px !important;
        line-height: 42px !important;
    }
    #sec2, #sec5, #sec6, #sec7, #footer{
        padding: 30px 0;
    }
    #sec1, #sec4{
        padding: 30px 0 40px 0;
    }
    #sec3{
        padding: 30px 0 0;
    }
    #sec1 h3, #sec2 h3, #sec3 h3, #sec6 h3, #sec7 h3{
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    #sec1 h5{
        margin-bottom: 20px;
    }
    .sec1-right{
        padding-top: 20px;
        padding-left: 0;
    }
    .text-box h3{
        font-size: 25px;
        line-height: 30px;
        padding: 0 15%;
        margin-bottom: 20px;
    }
    .footer-right h3, #apart h3{
        font-size: 25px !important;
        line-height: 30px !important;
    }
    .ebox-logo{
        position: relative;
        z-index: 9999;
    }
    .why-text{
        display: block;
        position: absolute;
        padding: 0 15%;
        top: 270px;
    }
    .hlat-scolrbx{
        margin-bottom: 30px;
    }
    .hlat-scolrbx h3{
        font-size: 50px;
    }
    .lr{
        display: none;
    }
    .sysres{
        display: none;
    }
    .exp-tr{
        margin-bottom: 62px;
    }
    .sec3-carousel .owl-nav{
        margin-top: -580px;
        display: none;
    }
    .icon-box{
        height: 100%;
        padding: 40px 20px;
        margin-bottom: 0;
    }
    .text-box{
        height: 100%;
        padding: 40px 20px;
        margin-bottom: 0;
    }
    .text-box p{
        padding: 0;
    }
    .mb-b2{
        margin-bottom: 30px;
    }
    .marquee-group{
        gap: 10px;
    }
    .marquee-group img{
        width: 100px;
        height: 25px;
    }
    .Testimonial{
        margin-left: 0;
        padding: 46px 20px 40px 20px;
        text-align: center;
    }
    #sec7 h4{
        text-align: center;
    }
    #sec7 h3{
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .footer-middle, .footer-right{
        padding-left: 0;
    }
    .footer-left{
        text-align: center;
        padding-top: 0;
    }
    .footer-middle{
        text-align: center;
    }
    .footer-right h3{
        text-align: center;
        padding-top: 20px;
    }
    .footer-right p{
        text-align: center;
        width: 100%;
    }
    .f-top{
        margin-top: 20px;
    }
    .footer-add img{
        float: none;
        width: 40px;
        display: table;
        margin: auto;
        padding: 30px 0;
    }
    .footer-button{
        display: table;
        margin: auto;
        float: none;
        padding-top: 32px;
    }
    .footer-add p{
        text-align: center;
    }
    .bottom-line{
        margin-top: 36px;
    }
    .p-left p{
        text-align: center;
    }
    .p-right p{
        text-align: center !important;
    }
    .p-right a{
        width: 100%;
        text-align: center;
    }

    /*****nav banner*****/
    #nav-banner h1{
        font-size: 28px;
    }
    #nav-banner p{
        font-size: 14px;
    }

    /*****about*****/
    #abt-sec1, #abt-sec2{
        padding: 30px 0;
    }
    #abt-sec1 h3{
        font-size: 25px;
        line-height: 30px;
        text-align: center;
    }
    #abt-sec1 p{
        text-align: center;
    }
    #abt-sec1 img {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .mission-image, .mission-box{
        margin-bottom: 0;
    }
    .mission-box p{
        text-align: center;
    }
    .abt-sys{
        display: none;
    }

    /*****expertise*****/
    #fire-sec1{
        padding: 40px 0;
    }
    #fire-sec1 h3{
        font-size: 25px;
        line-height: 30px;
        text-align: center;
    }
    #fire-sec1 p{
        text-align: center;
    }
    .sr-bg{
        margin-top: 20px;
    }

    /*****career*****/
    #career-form{
        padding: 30px 0;
    }
    #career-form h3{
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    }
    #career-form p{
        margin-bottom: 20px;
        text-align: center;
        padding-right: 0;
    }
    .sec1-button{
        display: table;
        margin: auto;
        margin-top: 30px;
    }

    /*****contact*****/
    #contact-sec, #contact-form{
        padding: 30px 0;
    }
    #contact-sec h3, #contact-form h3{
        font-size: 25px;
        line-height: 30px;
    }
    .contact-box{
        height: 100%;
        margin-bottom: 30px;
    }


    /*****buttons*****/
    .gradient-button{
        width: 160px;
        height: 46px;
        font-size: 14px;
        padding: 12px 13px 12px 12px;
    }
    .gradient-button img{
        width: 27px !important;
        margin-top: -2px;
    }

    .gradient-button1{
        float: none;
        font-size: 14px;
        padding: 14px 13px 15px 20px;
    }
    .gradient-button1 img{
        width: 27px !important;
        margin-left: 6px;
        margin-top: -2px;
    }

    .gradient-button2{
        width: 145px;
        height: 46px;
        font-size: 14px;
        padding: 12px 13px 12px 18px;
    }
    .gradient-button2 img{
        width: 27px !important;
        margin-left: 6px;
        margin-top: -2px;
    }

    .gradient-button3{
        width: 145px;
        height: 46px;
        font-size: 14px;
        padding: 12px 13px 12px 18px;
    }
    .gradient-button3 img{
        width: 27px !important;
        margin-left: 6px;
        margin-top: -2px;
    }

    .gradient-button4{
        width: 145px;
        height: 46px;
        border: none !important;
        font-size: 14px;
        padding: 12px 13px 12px 18px;
    }
    .gradient-button4 img{
        width: 27px !important;
        margin-left: 6px;
        margin-top: -2px;
    }

    .gradient-button5{
        width: 116px;
        height: 46px;
        font-size: 14px;
        padding: 12px 13px 12px 18px;
    }
    .gradient-button5 img{
        width: 27px !important;
        margin-left: 6px;
        margin-top: -2px;
    }

    #sec1{
        text-align: center;
    }
    #sec1 p{
        padding-right: 0;
        text-align: center;
    }
    #sec3 h4, #sec7 h4{
        text-align: center;
    }
    #sec3 h3, #sec7 h3{
        text-align: center;
    }

    .expertise-content{
        padding: 0;
    }

    .c-logo{
        width: 50%;
        float: none;
        display: table;
        margin: auto;
    }
}



@media (min-width:992px){
    .banner-slider2{
        display: none;
    }
}
@media (max-width:991px){
    .nav-menu{
        padding-left: 0;
    }
    .side-menu-4{
        display: none;
    }
    .banner-slider{
        display: none;
    }
    .banner-content2{
        float: left;
        width: 100%;
        padding: 40px 0;
        text-align: center;
    }
    .banner-slider2{
        background: #C01E35;
        background: linear-gradient(0deg, rgba(192, 30, 53, 1) 0%, rgba(255, 255, 255, 1) 60%);
    }
    .banner-content2 h2{
        font-size: 60px;
        line-height: 72px;
    }
    .banner-content2 p{
        color: #6F6F6F;
        font-size: 16px;
        font-weight: 300;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .banner-content2 h2 span{
        color: #C01E35;
    }
    .slider-button{
        display: table;
        margin: auto;
    }
    .image-slider2 {
        width: 100%;
    }
    .image-slider2 img{
        display: block;
        margin: auto;
        width: 100% !important;
    }
    .owl-nav.disabled{
        display: none;
    }
    .footer-add p span{
        padding-left: 0;
    }
}

@media (max-width:320px){
    .navigation-portrait .nav-menus-wrapper {
        width: 100%;
    }
}

@media (min-width: 1370px) and (max-width:1400px){
    .sec3-carousel .owl-nav{
        margin-top: -556px; 
        margin-right: 136px;
    }
}
@media (min-width: 1340px) and (max-width:1369px){
    .sec3-carousel .owl-nav{
        margin-top: -546px; 
        margin-right: 136px;
    }
}
@media (min-width: 1310px) and (max-width:1339px){
    .sec3-carousel .owl-nav{
        margin-top: -536px; 
        margin-right: 136px;
    }
}
@media (min-width: 1270px) and (max-width:1319px){
    .sec3-carousel .owl-nav{
        margin-top: -525px; 
        margin-right: 136px;
    }
}
@media (min-width: 1240px) and (max-width:1269px){
    .sec3-carousel .owl-nav{
        margin-top: -512px; 
        margin-right: 136px;
    }
}
@media (min-width: 1190px) and (max-width:1239px){
    .sec3-carousel .owl-nav{
        margin-top: -502px; 
        margin-right: 136px;
    }
}

@media (min-width:1200px){
    .tr{
        display: none;
    }
    .tabres{
        display: none;
    }
    .abt-mob{
        display: none;
    }
}

@media (min-width:1200px) and (max-width:1399px){
    .fpage{
        height: 100%;
        padding-bottom:60px;
    }
    .banner-slider{
        padding: 142px 0;
    }
    .banner-content h2{
        font-size: 60px;
        line-height: 72px;
    }
    .nav-menu{
        padding-left: 70px;
    }
    .contact-box{
        height: 300px;
    }
}

@media (min-width:1310px) and (max-width:1350px){
    .nav-menu{
        padding-left: 50px;
    }
    .side-menu-4{
        right: 6px;
    }
}

@media (min-width:1200px) and (max-width:1301px){
    .nav-menu{
        padding-left: 40px;
    }
    .side-menu-4{
        right: 30px;
    }
    .nav-menu > li > a {
        padding: 24px 26px;
    }
    .text-box{
        padding: 50px 40px;
    }
    .icon-box{
        padding: 52px 60px;
    }
    .sec7-carousel .owl-nav{
        left: -378px;
    }
    .cb-1{
        padding: 22% 0;
    }
    .cb-2{
        padding: 16% 0;
    }
}


@media (min-width:900px) and (max-width:991px){
    .why-text{
        top: 300px;
    }
    .mission-box img{
        margin-bottom: 20px;
    }
    .mission-box h5{
        margin-bottom: 10px;
    }
    .bnr-sdr{
        display: block;
        padding: 30px 0;
    }
}
@media (min-width:840px) and (max-width:900px){
    .why-text{
        padding: 0 10%;
        top: 270px;
    }
}
@media (min-width:700px) and (max-width:780px){
    .why-text{
        padding: 0 15%;
        top: 370px;
    }
}


/****sticky-icon****/

.sticky-icon  {
	z-index: 1;
	position:fixed;
	top: 40%;
	right:0%;
	width: 59px;
	display:flex;
	flex-direction:column;
	border: 1px solid #cecece;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	}  
.sticky-icon a  {
	transform: translate(0,0px);
	border-radius: 15px 0px 0px 15px;
	text-align:left;
	/* margin:2px; */
	text-decoration:none;
	/* text-transform:uppercase; */
	padding: 13px 10px;
	font-size: 15px;
	/* font-family:'Oswald', sans-serif; */
	transition:all 0.8s;
	font-weight: 400;
	}
.sticky-icon a:hover  {
	color:#FFF;
	/* transform:translate(0px,0px); */
	background: #ffe9b6;
	}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color: #ffffff;
	color:#FFF;
	border-radius: 0 !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
.Youtube  {
	background-color: #ffffff;
	color:#FFF;
	border-top-left-radius: 0 !important;
	}
	
.Twitter  {
	background-color:#53c5ff;
	color:#FFF;}
	
.Instagram  {
	background-color: #ffffff;
	color:#FFF;
	border-bottom-left-radius: 0 !important;
	}
	
.Google  {
	background-color: #840a93;
	color:#FFF;
	}						
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #C01E35;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}
.sticky-icon img {
    width: 27px;
    margin-left: 4px;
    margin-right: 10px;
}


@media (min-width:440px) and (max-width:500px){
    .why-text{
        top: 470px;
    }
}
@media (min-width:400px) and (max-width:440px){
    .why-text{
        top: 420px;
    }
}
@media (min-width:380px) and (max-width:400px){
    .why-text{
        top: 390px;
    }
}
@media (min-width:340px) and (max-width:380px){
    .why-text{
        top: 350px;
    }
}
@media (min-width:300px) and (max-width:340px){
    .why-text{
        top: 300px;
    }
}
@media (max-width:300px){
    .why-text h5{
        font-size: 18px;
    }
    .why-text p{
        font-size: 14px;
    }
}

.grecaptcha-badge { 
    visibility: hidden;
}

.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }



/***tech***/

.hdr-tech{
    background-color: #ffa5a530;
}

.bnr-sdr{
    background-color: #ffa5a530;
    padding: 0;
}

.bnr-cont{
    width: 100%;
}

.f-abt p{
    text-align: justify;
}

#apart{
    float: left;
    width: 100%;
    padding: 70px 0;
    background-color: #171717;
    text-align: center;
}

#apart h3{
    float: left;
    width: 100%;
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    line-height: 60px;
    margin-bottom: 50px;
}

#apart h3 span{
    color: #C01E35;
}

#apart img{
    width: 50px;
    margin-bottom: 25px;
}

#apart h5{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.ft-wd p{
    width: 100%;
}

@media (max-width:767px){
    #apart h5{
        margin-bottom: 30px;
    }
}

@media (max-width:991px){
    .mb-tech img{
        padding-bottom: 20px;
    }
    .mb-tech h5{
        padding-bottom: 10px;
    }
    .mission-box{
        padding: 40px 20px;
    }
}