body {
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  transition: all 500ms;
}

.br-left{
  border-left: 2px solid #a2a2a2;
}

.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-carousel .slick-slide {
  margin: 20px 10px;
}
.slick-list {
  margin: 0 -10px;
}
/* .slick-prev,
.slick-next {
  background-color: #e02a2a;
  color: white;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1000;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #e02a2a;
}
.slick-prev {
  left: -50px;
}
.slick-next {
  right: -50px;
}

.slick-prev::before {
  content: "\f177";
  font-family: "FONTAWESOME";
}
.slick-next::before {
  content: "\f178";
  font-family: "FONTAWESOME";
} */

.main_color_bg {
  background: #e02a2a;
}
.main_color_txt {
  color: #e02a2a;
}

a {
  text-decoration: none;
  list-style: none;
}
li {
  list-style: none;
}

input {
  height: 40px;
  font-size: 16px !important;
}
::placeholder {
  font-size: 16px;
}

textarea {
  font-size: 16px !important;
}

h2 {
  font-size: 50px;
}
h3 {
  font-size: 40px;
}
.my_btn .btn {
  background: #e02a2a;
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 99;
  transition: all 500ms;
  border: 2px solid transparent;
}
.my_btn .btn::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 500ms;
}
.my_btn .btn:hover:before {
  width: 100%;
}
.my_btn .btn:hover {
  color: #e02a2a;
  border-color: #e02a2a;
}
.text_display {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text_display_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text_display_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header_bar .social_links .icons {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 3px #aeaeae;
  border: 2px solid #fff;
  transition: all 500ms;
}
.header_bar .social_links .icons a {
  color: #e02a2a;
}

.header_bar .social_links .icons:hover {
  border-color: #e02a2a;
}

.header_bar .header_logo img {
  height: 53px;
}
.header_bar .nav_link a {
  color: #000;
}
.header_bar .nav_link a span {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 3px #aeaeae;
  border: 2px solid #fff;
  transition: all 500ms;
}
.header_bar .nav_link a:hover {
  color: #e02a2a;
}
.header_bar .nav_link a:hover span {
  border-color: #e02a2a;
}
.details_box {
  background: #f6f6f6;
}
.wrapp_box {
  background-image: url("/assets/images/background-image.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  z-index: 99;
}

.wrapp_box::before {
  position: absolute;
  content: "";
  background: #000000a9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 500ms;
  z-index: -1;
}

.new_txt_list li {
  list-style: circle;
}

.detail_lists_sec .detail_lists_box {
  box-shadow: 0 0 3px #b9b9b9aa;
  border-radius: 8px;
  background: linear-gradient(9deg, #c01919, #5c0008);
  /* background: #fff; */
  z-index: 99;
}
.detail_lists_sec .detail_lists_box.detail_lists_box-1 {
  background: #ffffff;
}

.detils_img img {
  height: 400px;
  object-fit: contain;
  border-radius: 8px;
}

.climx_sec .climx_box {
  position: relative;
  box-shadow: 0 0 3px #8b8b8b;
  background: #e02a2a;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  transition: all 500ms;
}
.climx_sec .climx_box:hover {
  transform: translateY(-10px);
}


.climx_sec .climx_box::after {
  position: absolute;
  content: "";
  left: 0px;
  width: 0px;
  bottom: 0px;
  border: 2px solid #fff;
  border-radius: 30px;
  transition: all 500ms;
}
.climx_sec .climx_box:hover:after{
  width: 100%;
}

.climx_sec .climx_box:hover .climx_count span{
  opacity: 1;
  font-size: 40px;
  bottom: 0;
}

.climx_sec .climx_box h5 {
  color: #fff;
}

.climx_sec .climx_box .climx_count span {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: -19px;
  opacity: 0.2;
  right: 13px;
  transition: all 500ms;
}

.bord_img {
  z-index: 1;
  top: 0px;
  width: 100%;
  left: 0;
  height: 100%;
  mix-blend-mode: soft-light;
  right: 0;
  opacity: 0.2;
}

.industry_sec .industry_list li {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 8px #dedede;
  color: #000;
  position: relative;
}
.industry_sec .industry_list li .indus_count {
  position: absolute;
  left: -24px;
  top: 50%;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 0 8px #838383;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #e02a2a;
  border: 3px solid #e02a2a;
  transform: translate(10px, -26px);
}
.testimonial .testimonial_box {
  box-shadow: 0 0 3px #d0d0d0;
  background: #ffffff;
  border-radius: 14px 14px 14px 0;
  position: relative;
  border: 3px solid #e02a2a;
}
.testimonial .testimonial_box h5{
  color: #e02a2a;
}

.testimonial .testimonial_box p{
  font-size: 15px;
}
.testimonial .testimonial_box .quot_icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0.7;
}
.testimonial .testimonial_box .quot_icon svg{
  color: #e02a2a;
}


.supoort_sec {
  background:#f0f0f0;
}

.footer_sec .footer_box .footer_list li{

}
.footer_sec .footer_box .footer_list li a{
   position: relative;
   color: #fff;
   font-weight: 500;
}
.footer_sec .footer_box .footer_list li a::before{
  position: absolute;
  content: '';
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  color: transparent;
  background-color: #fff;
  height: 1px;
  transition: width .2s linear;
}
.footer_sec .footer_box .footer_list li a:hover:before{
   width: 100%;
}


/* responsive */
@media(min-width:280px) and (max-width:376px) {
  .br-left{
    border-left: none
  }
}
@media (max-width: 500px) {}

@media only screen and (min-width:320px) and (max-width:767.98px){
   h2{
    font-size: 30px;
   }
   .br-left{
    border-left: none
  }
}


@media only screen and (min-width:768px) and (max-width:992px){}

@media only screen and (min-width:768px) and (max-width:1200px){}

@media only screen and (min-width:768px) and (max-width: 1399.98px){}

@media only screen and (min-width:768px) and (max-width: 1400px){}

@media only screen and (min-width:767.98px) and (max-width:1399.98px){}
@media only screen and (min-width:1080px) and (max-width:1160px){}
  
/* Responsive 2k and 4k Screen View 2k - 2048px X 1080px and 4k - 3840px X 2160px  */

@media only screen and (min-width:1080px) and (max-width:2048px){}
@media only screen and (min-width:2160px) and (max-width:3840px){} 

@media (min-width: 1400px){
    .container{
        max-width: 78%;
    }
  }
 @media (min-width: 1800px){
    html{
       font-size:small;
    }
  }
   @media (min-width: 3500px){
    html{
       font-size:x-large;
    }
  }


.form-label{
  width: 105px;
}

.modal-title{
  text-align: center;
  width: 100%;
  font-size: 28px;
  font-weight: 800;
  color: #e02a2a;
}

.btn1{
  background-color:#e02a2a;
  width: 100%;
  padding: 10px;
  border: 0;
  color: white;
  font-size: 20px;
  font-weight: 800;
  border-radius: 10px;
}

.fixCallBtn{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  color: white;
  position: fixed;
  z-index: 999;
  background: #218dca;
  left: 20px;
  bottom: 20px;
}

.fixWhatsappBtn{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  color: white;
  position: fixed;
  z-index: 999;
  background: #2fb343;
  right: 31px;
  bottom: 20px;
}