.sub_banner{
  background: whitesmoke;
}
.section_row{
    padding-left: 15px;
    padding-right: 15px;
  }
  .pro_sec{
    padding: 60px 0px;
  }
  .row_pro{
    padding: 0px 15px 0px 15px;
  }
  .pro_sec h2{
    float: left;
    width: 100%;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 24px;
    height: 51px;
  }
  .pro_sec h2 span{
    color: #333333;
  }
  .pro_sec .row_pro .pro_area{
    display: flex;
  }
  .pro_sec .row_pro .pro_area .pro_box{
    background: #eee;
    margin: 0px 6px 14px 6px;
    padding: 8px 14px;
    min-width: 280px;
    min-height: 330px;
    border: solid 1px #dbdbdb;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  }
  .pro_sec .row_pro .pro_area .pro_box img{
    width: 100%;
    opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  }
  .pro_sec .row_pro .pro_area .pro_box:hover img{
    opacity: .6;
  }
  .pro_area .pro_box .products_title{
    width: 100%;
    font-size: 16px;
    color: #e20613;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 0px 14px 0px;
    line-height: 15px;
    float: left;
    text-align: center;
    border: 3px solid #eee;
    transition: all 1s ease-in;
  }
  .pro_area .pro_box .products_title a{

  }
  .pro_area .pro_box .products_title:hover a{
    color: #e20613;
  }
  .pro_area .pro_box .prodcuts_dis{
    width: 100%;
    text-align: center;
    padding: 0px 12px;
    font-size: 1.0625rem;
    font-family: inherit;
    line-height: 22px;
    float: left;
    margin-bottom: 12px;
    min-height: 70px;
  }
  .pro_area .pro_box .sub_product_list{
    text-align: center;
    width: 100%;
    float: left;
    display: block;
    position: relative;
}
    .sub_product_list ul.drop_down{
    border: 1px solid #bababa;
    width: 214px;
    text-align: left;
    height: 38px;
    position: absolute;
    left: 50%;
    margin-left: -107px;
    z-index: 9;
    }
    .sub_product_list ul.drop_down li{
        background: url(/arrow.jpg) no-repeat 98.5% 1px;
        list-style-type: none;
        font-size: 14px;
        padding: 0px 36px 0px 15px;
        width: 214px;
        min-height: 36px;
        margin: 0px;
        border: none;
        transition: 0.5s;
    }
    .sub_product_list ul.drop_down li a{
        color: #000;
        text-decoration: none;
        display: block;
        width: 100%;
        padding: 10px 5px 10px 0px;
        font-size: 14px;
        line-height: 17px;
        cursor: pointer;
    }
    .sub_product_list ul.drop_down li ul{
        display: none;
        opacity: 0;
        margin: -2px 0 0 -20px;
        width: 214px;
        background: #FFF;
        float: left;
        border: solid 1px #bababa;
        border-top: 0px;
        transition: 0.5s;
    }
    .sub_product_list ul.drop_down li:hover ul{
        display: block;
        opacity: 1;
    }
    .sub_product_list ul.drop_down li ul li:first-child {
        border-top: solid 1px #bababa;
    }
    .sub_product_list ul.drop_down li ul li{
        padding: 0px 0px 0px 15px;
        border-bottom: solid 1px #bababa;
        transition: 0.5s;
        background: none;
    }
  @media only screen and (max-width: 480px){
    .pro_sec .row_pro .pro_area{
        display: block;
    }
    .pro_sec .row_pro .pro_area .pro_box{
    margin: 0px 0px 20px 0px;
    padding: 8px 14px;
    min-height: 380px;
    }
  }
  .see_more_p{
    text-align: center;
  }
  .see_more_p a{
    color: #e20613;
    font-size: 14px;
    border-radius: 3px;
  }
  .sectionClass {
    /* padding: 20px 0px 50px 0px; */
    position: relative;
    display: block;
  }
  
  .fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
  }
  
  .sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
  }
  
  .sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101f2e;
  }
  
  .projectFactsWrap {
    display: flex;
    /* margin-top: 30px; */
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  #projectFacts .fullWidth {
    padding: 0;
  }
  
  .projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 16px 0px 30px 0px;
    text-align: center;
  }
  
  .projectFactsWrap .item:nth-child(1) {
    background: none;
  }
  
  .projectFactsWrap .item:nth-child(2) {
    background: none;
  }
  
  .projectFactsWrap .item:nth-child(3) {
    background: none;
  }
  
  .projectFactsWrap .item:nth-child(4) {
    background: none;
  }
  
  .projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
    color: #333333;
  }
  
  .projectFactsWrap .item p {
    color: #333333;
    font-size: 21px;
    margin: 0;
    padding: 10px;
    font-family: "Open Sans";
  }
  
  .projectFactsWrap .item span {
    width: 73px;
    background: #333333;
    height: 2px;
    display: block;
    margin: 0 auto;
  }
  
  .projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
  }

  
  @media (max-width: 786px) {
    .projectFactsWrap .item {
      flex: 0 0 50%;
    }
  }
  
  /* AUTHOR LINK */
  
  
  
  .about-me-img {
    width: 120px;
    height: 120px;
    left: 10px;
    /* bottom: 30px; */
    position: relative;
    border-radius: 100px;
  }
  
  .about-me-img img {
  }
  
  
  
  .trans {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  @media screen and (max-width: 768px) {
    .authorWindow {
      width: 210px;
    }
  
    .authorWindowWrapper {
      bottom: -170px;
      margin-bottom: 20px;
    }
  
  }
  .span_coun{
    display: inline-flex;
  }
  .span_coun h6{
    color: #e20613;
    margin: 0px;
    padding: 8px 10px;
    font-size: 35px;
    font-weight: 400;
  }
  .counter_sec{
    padding: 50px 0px 30px 0px;
  }
  .counter_sec h2{
    float: left;
    width: 100%;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 18px;
    height: 51px;
  }
  .counter_sec h2 span{
    color: #333333;
  }
  .footer_box h5{
    font-size: 19px;
    font-weight: 600;
    color: #dddddd;
  }
  .footer_box p{
    color: #c3c3c3;
    font-size: 15px !important;
    margin-bottom: 8px;
    font-family: inherit;
  }
  .footer_box ul li{
    padding:4px 0px;
  }
  .footer_box ul li a{
    color: #c3c3c3;
    font-size: 14px;
  }
  .footer_box ul li a:hover{
    color: #e20613;
  }
  .contact_sec{
    background: #e20613;
    padding: 40px 0px;
    margin: 0px;
  }
  .contact_sec .contact_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 0px;
  }
  .contact_box .call_box1 h4{
    margin: 0px;
    color: #ffffff;
  }
 .contact_box .call_box2{
    background: #ffffff;
    border: 2px solid #e20613;
    margin: auto;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
  }
  .contact_box .call_box2 a{
    color: #e20613;
    font-size: 18px;
    font-weight: 500;
  }
  .contact_box .call_box2 a:hover{
    color: #e20613;
    font-size: 18px;
    font-weight: 500;
  }
  .contact_sec_b{
    padding: 60px 0px;
  }
  .contact_sec_b .contact_innner_b{
    display: flex;
  }
  .contact_sec_b .contact_innner_b .contac_b{
    min-height: 190px;
    background: #f9f9f9;
    margin: 10px 0px;
    padding: 14px 12px;
    border: 1px solid #e3e3e3;
  }
  .contact_innner_b .contac_b h5{
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    margin: 0px 0px 6px 0px;
  }
  .contact_innner_b .contac_b P{
    font-size: 15px;
    margin: 0px 0px 14px 0px;
  }
  .en-box{
    float: right;
  }
  .f_left{
    float: left;
  }
  .en-box .en_form{
    padding: 12px 10px;
    background: #333333;
  }
  .en-box .en_form input{
    width: 100%;
    height: 42px;
    padding: 10px;
    margin: 0px 0px 14px 0px;
  }
  .en-box .en_form textarea{
    width: 100%;
    padding: 10px;
    margin: 0px 0px 10px 0px;
  }
  .en-box .en_form .en_btn{
    width: 100%;
    background: #e20613;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
  }
  .about_sec{
    padding: 60px 0px 20px 0px;
  }
  .bg_color{
    background: #f5f5f5;
  }
  .b_color{
    /* background: #f5f5f5; */
    background: linear-gradient(45deg, #000000b5, transparent);
  }
  .about_sec h2{
    float: left;
    width: 100%;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 24px;
    height: 35px;
  }
  .about_sec h2 span{
    color: #333333;
  }
  .about_sec .about_r{
    float: right;
  }
  .about_sec .about_l{
    float: left;
  }
  .about_sec .about_l p{
    font-size: 16px;
  }
  .services_sec{
    padding: 60px 0px 30px 0px;
  }
  .services_sec h2{
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 24px;
    height: 35px;
  }
  .services_sec h2 span{
    color: #333333;
  }
  .services_sec p{
    font-size: 16px;
  }
  .services_sec .services_p_list h6{

    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    margin: 16px 0px 6px 0px;
  }
  .services_sec .services_p_list ul{
    margin-left: 18px;
  }
  .services_sec .services_p_list ul li{
    list-style-type: disc;
    font-size: 16px;
    line-height: 25px;
    padding: 4px 0px;
  }
  .float_left{
    float: left;
  }
  .float_right{
    float: right;
  }
  @media only screen and (max-width: 480px){
    .top_header ul {
      padding: 6px 7px;
  }
    .top_header ul li{
      padding: 0px 12px 0px 0px;
    }
    .wel {
      padding: 10px 0px 60px 0px;
  }
  .wel h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #e20613;
    text-align: center;
    margin: 0px 0px 19px 0px;
}
.wel p {
  font-size: 14px;
  text-align: justify;
}
.pro_sec h2 {
  float: left;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0 14px;
  height: 51px;
}
.counter_sec h2 {
  float: left;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 18px;
  height: 51px;
}
.contact_sec {
  background: #e20613;
  padding: 40px 0px;
  margin: 0px;
}
.contact_sec .contact_box {
  display: block;
  /* justify-content: space-between;
  align-items: center; */
  text-align: center;
  margin: 0px;
}
.contact_box .call_box1 h4 {
  margin: 0px;
  color: #ffffff;
  padding: 6px 4px 10px 4px;
}
.contact_box .call_box2 {
  background: #ffffff;
  border: 2px solid #e20613;
  margin: auto;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  width: 160px;
}
.contact_sec_b .contact_innner_b {
  display: block;
}
.img_n{
  display: none;
}
.about_sec h2{
  float: left;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0 16px;
  height: 30px;
}
.about_sec h2 span{
  color: #333333;
}
.about_sec .about_l p{
  font-size: 16px;
}
.about_sec p{
  font-size: 14px;
  text-align: justify;
}
.m_top{
  margin-top: 10px;
}
.services_sec{
  padding: 60px 0px 30px 0px;
}
.services_sec h2{
  float: left;
  width: 100%;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 22px;
  height: 16px;
}
.services_sec h2 span{
  color: #333333;
}
.services_sec p{
  font-size: 14px;
  text-align: justify;
}
.services_sec .services_p_list h6{

  font-size: 15px;
  font-weight: 600;
  padding: 0px;
  margin: 16px 0px 6px 0px;
}
.services_sec .services_p_list ul{
  margin-left: 18px;
}
.services_sec .services_p_list ul li{
  list-style-type: disc;
  font-size: 14px;
  padding: 3px 0px;
}

  }



  @media only screen and (max-width: 786px){
    .top_header ul {
      padding: 6px 7px;
  }
    .top_header ul li{
      padding: 0px 12px 0px 0px;
    }
    .wel {
      padding: 10px 0px 60px 0px;
  }
  .wel h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #e20613;
    text-align: center;
    margin: 0px 0px 19px 0px;
}
.wel p {
  font-size: 14px;
  text-align: justify;
}
.pro_sec h2 {
  float: left;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0 14px;
  height: 51px;
}
.counter_sec h2 {
  float: left;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 18px;
  height: 51px;
}
.contact_sec {
  background: #e20613;
  padding: 40px 0px;
  margin: 0px;
}
.contact_sec .contact_box {
  display: block;
  /* justify-content: space-between;
  align-items: center; */
  text-align: center;
  margin: 0px;
}
.contact_box .call_box1 h4 {
  margin: 0px;
  color: #ffffff;
  padding: 6px 4px 10px 4px;
}
.contact_box .call_box2 {
  background: #ffffff;
  border: 2px solid #e20613;
  margin: auto;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  width: 160px;
}
.contact_sec_b .contact_innner_b {
  display: block;
}
.img_n{
  display: none;
}
.about_sec h2{
  float: left;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0 16px;
  height: 30px;
}
.about_sec h2 span{
  color: #333333;
}
.about_sec .about_l p{
  font-size: 14px;
  text-align: justify;
}
.about_sec p{
  font-size: 14px;
  text-align: justify;
}
.m_top{
  margin-top: 10px;
}
.services_sec{
  padding: 60px 0px 30px 0px;
}
.services_sec h2{
  float: left;
  width: 100%;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 22px;
  height: 36px;
}
.services_sec h2 span{
  color: #333333;
}
.services_sec p{
  font-size: 14px;
  text-align: justify;
}
.services_sec .services_p_list h6{

  font-size: 15px;
  font-weight: 600;
  padding: 0px;
  margin: 16px 0px 6px 0px;
}
.services_sec .services_p_list ul{
  margin-left: 18px;
}
.services_sec .services_p_list ul li{
  list-style-type: disc;
  font-size: 14px;
  padding: 3px 0px;
}
  }
  .float{
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    bottom: 70px;
    right: 25px;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    animation-name: jiggle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    cursor: pointer;
    }
    
    @keyframes jiggle {
    0%,
    65% {
      transform: scale(1, 1);
    }
    2% {
      transform: scale(0.9, 1.1) translatey(-5px);
    }
    4% {
      transform: scale(0.8, 1.2) translatey(-10px);
    }
    6% {
      transform: scale(0.9, 1.1) translatey(-15px);
    }
    8% {
      transform: scale(1.1, 1.2) translatey(-10px);
    }
    11% {
      transform: scale(1.1, 1.1) translatey(-5px);
    }
    }
    
    .float1{
    bottom: 140px;
    animation: wiggle 4s 2s infinite !important;
    }
    
    @keyframes wiggle {
      5%,
      50% {
        transform: scale(1);
      }
      10% {
        transform: scale(0.9);
      }
      15% {
        transform: scale(1.15);
      }
      20% {
        transform: scale(1.15) rotate(-5deg);
      }
      25% {
        transform: scale(1.15) rotate(5deg);
      }
      30% {
        transform: scale(1.15) rotate(-3deg);
      }
      35% {
        transform: scale(1.15) rotate(2deg);
      }
      40% {
        transform: scale(1.15) rotate(0);
      }
    }
    .float img{
      width: 50px;
      height: 50px;
      border-radius: 50px;
    }
    .see_more{
      text-align: center;
      margin-top: 20px;
    }
    .see_more .see_m{
    background-color: #e20613;
    border: 2px solid #e20613;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    }
    .see_more .see_m:hover{
      border: 2px solid #333333;
      color: #333333;
      background-color: #ffffff;
    }
    .indus_sec{
      
    }
    .indus_sec .indus_area{
      display: flex;
    }
    .indus_sec .indus_area .indusimg{
      display: block;
      margin: 0px auto 14px auto;
      transition: all 1s cubic-bezier(0.68, 0.06, 0, 0.97);
    }
    .indus_sec .indus_area .indusimg:hover{
        transform: rotate(25deg);
    }
    .indus_sec .indush{
      text-align: center;
      font-size: 16px;
      font-weight: normal;
      font-family: inherit;
      line-height: 22px;
      margin-bottom: 12px;
      text-transform: capitalize;
    }
    .m_b30{
      margin-bottom: 30px;
    }
    @media only screen and (max-width: 480px){
      .indus_sec{
      
      }
      .indus_sec .indus_area{
        display: block;
      }
      .indus_sec .indush{
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        font-family: inherit;
        line-height: 22px;
        margin-bottom: 12px;
        text-transform: capitalize;
      }
    }



  /*Products Area CSS*/
  .pro_section{
    padding: 60px 0px 0px 0px;
  }
  .pro_section h2{
    float: left;
    width: 100%;
    color: #e20613;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 24px;
    height: 51px;
  }
  .pro_section span{
    color: #333333;
  }
  .container2{
    position: relative !important;
  }
  .container2 .slide_container .slide2{
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px 9% 20px 6%;
    padding-bottom: 70px;

  }
  .container2 .slide_container .slide2 .content2{
    flex: 1 1 350px;
    animation: slideContent2 .4s linear .6s backwards;
  }
  @keyframes slideContent2{
    0%{
      opacity: 0;
      transform: translateX(-50px);
    }
  }

  .container2 .slide_container .slide2 .image2{
    flex: 1 1 330px;
  }
  .container2 .slide_container .slide2 .image2 img{
    width: 100%;
    animation: slideImage .4s linear;
  }
  @keyframes slideImage{
    0%{
      opacity: 0;
      transform: translateY(-50px);
    }
  }

  .container2 .slide_container .slide2 .content2 h3{
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
  }
  .container2 .slide_container .slide2 .content2 p{
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1rem;
    font-family: inherit;
    padding-bottom: 20px;
  }
  .container2 .slide_container .slide2 .content2 .btn2{
    background-color: transparent;
    border: 3px solid #333333;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
  }
  .container2 .slide_container .slide2 .content2 .btn2:hover{
    border: 3px solid #e20613;
    color: #e20613;
    background-color: transparent;
  }
  .container2 .slide_container{
    display: none;
  }
  .container2 .slide_container.active2{
    display: block;
  }
  .container2 .slide_container:nth-child(1) .slide2{
    background: linear-gradient(90deg, #f5f5f5 70%, #de1622 30.1%);
  }
  .container2 .slide_container:nth-child(2) .slide2{
    background: linear-gradient(90deg, #f5f5f5 70%, #585454 30.1%);
  }
  .container2 .slide_container:nth-child(3) .slide2{
    background: linear-gradient(90deg, #f5f5f5 70%, #de1622 30.1%);
  }
  .container2 .slide_container:nth-child(4) .slide2{
    background: linear-gradient(90deg, #f5f5f5 70%, #585454 30.1%);
  }
  .container2 .slide_container:nth-child(5) .slide2{
    background: linear-gradient(90deg, #f5f5f5 70%, #de1622 30.1%);
  }
  .container2 .slide_container:nth-child(6) .slide2{
    background: linear-gradient(90deg, #f5f5f5 70%, #585454 30.1%);
  }
  .container2 .slide_container:nth-child(7) .slide2{
    background: linear-gradient(90deg, #f5f5f5 70%, #de1622 30.1%);
  }
  .container2 .slide_container:nth-child(8) .slide2{
    background: linear-gradient(90deg, #f5f5f5 70%, #585454 30.1%);
  }
  .container2 #prebtn,
  .container2 #nextbtn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: #333333;
    height: 50px;
    width: 40px;
    line-height: 50px;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
  }
  .container2 #prebtn:hover,
  .container2 #nextbtn:hover{
    background: #666;
  }
  .container2 #prebtn{
    left: 20px;
  }
  .container2 #nextbtn{
    right: 20px;
  }
  @media(max-width : 500px){
    .container2 #prebtn{
      left: 0px;
      top: 60%;
    }
    .container2 #nextbtn{
      right: 0px;
      top: 60%;
    }
  }

  .sub_heading{
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    margin: 16px 0px 6px 0px;
  }

  .conH{
    font-size: 28px;
    font-weight: 600;
    padding: 0px;
    margin: 16px 0px 14px 0px;
    /* text-align: center; */
    text-transform: capitalize;
  }

  .heaDL{
    text-align: left !important;
    margin: 0px 16px 24px !important;
  }

  .mt_1{
    margin-top: 10px !important;
  }

  .mt_2{
    margin-top: 20px !important;
  }

  .mt_3{
    margin-top: 30px !important;
  }

  .de{
    margin-left: 30px;
  }
  .de p{
    font-size: 21px;
    font-weight: 600;
    color: #ff0000;
    margin-bottom: 0px;
  }

  .de p strong{
    font-size: 46px;
    color: #ff0000;
  }

  /* animations */

@keyframes mouvement {
  0% {
    left: 100%;
    opacity: 1;
  }
  20% {
    left: 0;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}

  .mainImgSec .imgcon .autoPlayImg img:nth-child(1) {
    animation-delay: 4s;
  }
  .mainImgSec .imgcon .autoPlayImg img:nth-child(2) {
    animation-delay: 8s;
  }
  .mainImgSec .imgcon .autoPlayImg img:nth-child(3) {
    animation-delay: 12s;
  }
  /* .mainImgSec .imgcon .autoPlayImg img:nth-child(5) {
    animation-delay: 16s;
  } */
  .mainImgSec{
    height: calc(100vh - 20vh);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    position: relative;
  }
  .mainImgSec .imgcon{
    position: relative;
    overflow: hidden;
    width: 70vw;
    height: 80vh;
    display: flex;
    /* background: black; */
    /* box-shadow: 0px 0px 49px 1px rgba(0, 0, 0, 0.75); */
  }
  .mainImgSec .imgcon .autoPlayImg img{
    width: 100%;
    height: 100%;
    left: 100%;
    opacity: 1;
    position: absolute;
    /* filter: brightness(50%); */
    animation: mouvement 20s infinite;
  }
  
  .darksbg{
    background-color: #c1c1c1;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  }




  .mapImg{
    display: block;
    margin: auto;
  }
  .airHe{
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
    text-align: center;
  }
  .airF{
    display: block;
    margin: auto;
  }
  .proImg{
    display: block;
    border: 1px solid #0e0e0e;
    border-radius: 24px;
    margin: 0px auto 20px auto;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
  }
  .cPic{
    display: block;
    margin: auto;
  }


  #slidy-container {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .catalogue{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0 0;
  }
  
  .catalogue h3{
    font-size: 26px;
    text-transform: capitalize;
    margin: 0 12px 0 0;
  }

  .catalogue img{
    width: 100%;
    max-width: 190px;
  }


  .right_arrow{
    position: absolute;
    width: 96px !important;
    top: -37px;
    transform: rotateZ(349deg);
    /* transition: all 2s ease-in-out; */
  }
/* 
  .catalogue:hover .right_arrow{
    transform: rotate(9deg);
  } */

.pr15{
  padding-right: 15px !important;
}

.text_left{
  text-align: left !important;
}