*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /*font-family: "Mulish", sans-serif;*/
    font-family: "Lato", sans-serif;
    scroll-behavior: smooth;
   
}
body {
	background:#ffffff;
	margin:0;
}

a{
   text-decoration: none;
}


::selection{
  color:#ffffff;
  background-color: #ac0505;
}

p{
  font-size:18px;
  
}

hr {
  margin: 1rem 0;
  color: #fff;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}

.body{
    position: relative;
}

.display_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.display_flex_col{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.display_flex_start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}

.display_flex_end{
    display: flex;
    justify-content: flex-end;
    align-items: center;
   
}


.about_texts ul{
    padding-left:0px;
    list-style-type: none;
}

.about_texts li{
    padding-left: 0px;
    list-style-type: none;
    line-height: 38px;
}

.display_flex_space{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;
}



.logo_wrapper {
    width: 177px;
    padding: 21px;
}

.mobile_menu{
  display: none;
}

.main_display_menu {
    position: fixed;
    display: block;
    width: 100%;
    background-color: rgb(0 0 0 / 6%);
    z-index: 99;
    transition: .4s linear;
}

.mail_add_section{
    position: relative;
    background-color: #ffffff00;
    padding: 10px 16px;
}

.mail_bg{
    position: absolute;
    content:"";
    top:0px;
    left:0px;
    width:0%;
    height:100%;
    background-color: #000000;
}

.mobile_wrapper{
    padding: 23px 16px;
}

.navs_link ul{
    margin-bottom:0px;
    padding-left: 0px;
    display: flex;
}

.navs_link ul li{
    display: inline-flex;
    padding: 5px 16px;
}

.navs_link ul li a{
text-decoration: none;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
     font-size: 12px;
    letter-spacing: 3px;
    z-index: 999;
}

.navs_link ul li a:hover {
  text-decoration: none;
  color: #e61e27;
    font-weight: 700;
    text-transform: uppercase;
     font-size: 12px;
    letter-spacing: 3px;
  z-index: 999;
 font-family: "Nunito Sans", sans-serif;
}

.navs_link ul li a img{
width:25px;
z-index:999;
}

.mail_left{
    z-index: 99;
}

.mail_left ul{
    list-style-type: none;
    padding-left: 2px;
    margin-bottom: 0px;
   
}

.add_and_social .mail_left ul{
    list-style-type: none;
    padding-left: 12px;
}

.mail_left ul li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    z-index:999;
}

.mail_left ul li a span{
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    z-index:999;
}

.mail_left ul li{
    display: inline;
    margin-right: 9px;
}

.mobile_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner_img img{
    max-height: 700px;
    width:100%;
    object-fit: cover;
}

.call_number{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.callno p a{
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 0px;
    text-decoration: none;
}

.callno p{
    font-size: 16px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 600;
}

.callicon{
    width: 41px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    border-radius: 50%;
    margin-left: 8px;
}

.callicon{
    color:#ffffff;
}

.main_banner_wrapper{
    background-color: rgba(0, 0, 0, 0);
    height: 100vh;
   
}

.inner_banner{
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.inner_banner img{
max-height: 400px;
  object-fit: cover;
  width:100%;
   border-bottom-right-radius: 80px;
}

.bread{
  position: absolute;
  z-index:9;
}

.servicesbox{
   padding: 10px;
    box-shadow: rgb(0 0 0 / 18%) 0px 5px 15px;
    height: 100%;
}

.service_text p{
font-size: 15px;
}

.bread p{
    font-weight: 700;
    font-size: 15px;
}


.service_text h5{
  font-size:18px;
  font-weight: 600;
}

.contact_wrapper{
  padding:60px 0px;
}

.bread p a{
    color: #b4202e;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
}

.input-wrapper input {
    font-size: 16px;
    color: #555;
    width: 100%;
    height: 49px;
    outline: none;
    border: 1px solid #cfcece;
    padding: 10px 20px;
    border-radius: 2px;
    background-color: #ff000000;
    position: relative;
}

.input-wrapper label {
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
    z-index: 2;
    font-weight: 700;
    left: 20px;
    top: 20px;
    padding: 0 2px;
    pointer-events: none;
    background: #ffffff;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-11px);
}
.banner_btns .btns button {
    position: relative;
    padding: 16px 35px !important;
    background-color: #ffffff00 !important;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    border: 1px solid #000000;
    cursor: pointer;
}

.banner_images{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 44px;
    overflow: hidden;
}

.banner_images::after{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #e41e2582;
}

.banner_images{
    max-height: 750px;
    width: 100%;
    object-fit: cover;

}

.videocontainer {
    position: relative;
    width: 100%;
    height: 80%;
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
  }
  video {
    object-fit: cover;
    width: 100%;
    height:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-bottom-right-radius: 80px;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 2;
      background-color: #ffffff4a;
    border-bottom-right-radius: 80px;
  }
  .home-content {
    
    margin: 0 auto;
    position: relative;
    width: 80%;
    top: 225px;
    color: #fff;
    z-index: 3;

  }
  .home-content img:nth-child(1){
    width: 250px;
    margin: auto;
    display: flex;
  }
  .home-content img{
    width: 284px;
    margin: auto;
    display: flex;
  }

.company_name{
    position: absolute;
    content: "";
    top: -25px;
    z-index: -1;
}

.banner_change_text{
    position: absolute;
    content:"";
    z-index:99;
}
.banner_company{
    position: relative;
    z-index: 999;
        padding-top: 30px;
    margin-bottom: 10px;
}
.banner_title h2{
       font-size: 38px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 39px;
}
.why_box {
    padding: 28px;
    padding-left: 0px;
    max-width: 450px;
}

.form-contents {
    clip-path: polygon(10% 0%, 100% 0px, 100% 10%, 100% 90%, 90% 100%, 0px 100%, 0% 90%, 0% 10%);
background:#d75c67;
    padding: 39px;
    max-width: 382px;
    position: relative;
    z-index: 2;
}

.why_box h4 {
    color: #000000;
    text-transform: capitalize;
}

.form-contents .form-control {
    background: transparent !important;
    border-radius: 0;
    border: 1px solid #fdffff;
    color: #fffc;
    padding-left: 20px;
    font-size: 15px;
}

.form-contents .form-control::placeholder{
  color:#fff;
}

.cs-quote-form button {
    font-weight: 600;
    font-size: 14px;
    padding: 8px 23px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 23px;
}

.getaq {
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
    background-image: linear-gradient(to top, #fff6f68a, #f1f3f5 85%), url(../images/bg_truck.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.company_name h3{
  font-size: 136px;
    -webkit-text-stroke: 1px #000000;
    -webkit-text-fill-color: #ffffff00;
    -webkit-animation: fill 0.9s infinite alternate;
}



.home_contat{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}


.type_font h4{
  color: #000000;
}


.banner_title_text p{
    max-width: 450px;
    font-size: 18px;
    margin-bottom: 30px;
    color:#000000;
 
}

.main_display_menu.active{
  background-color: #453f3fa6 !important;
  border-bottom: 1px solid black;
  display: none;
}

.banner_btn .btns a{
position: relative;
    padding: 16px 35px;
    background-color: #ffffff00;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    border: 1px solid #000000;
    cursor: pointer;
   
}

.banner_btn .btns a::before{
    position: absolute;
    content: "";
    top:0;
    left:0;
    width:0%;
    height: 100%;
    background-color: #dd2026;
    z-index:-1;
    transition: 1s linear;
    

}

.banner_btn:hover.banner_btn .btns a::before{
    position: absolute;
    content: "";
    top:0;
    left:0;
    width:100%;
    height: 100%;
    color:#ffffff;
    background-color: #dd2026;
    z-index:-1;
    border: 1px solid #f8f4f4;
    transition: .4s linear;
   

}

.tracking-in-expand {
	-webkit-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  

.video-main {
    position: relative;
    display: inline-block;
  }

.video-main a{
    text-decoration: none;
    z-index:999;
}

.video-main a:hover{
    text-decoration: none;
    color:#fff;
    z-index:999;
}

.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #000000;
    z-index: 999;
  }
  
  @keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;

    }
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;

    }
  }
  
  .fa-play:before {
    content: "\f04b";
  }
  
  .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(210 1 1 / 30%);
    opacity: 0;
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
     -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
  }
          
  .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

.about_section{
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
  position: relative;
}

.mission{
max-width: 374px;
    margin: auto;
}

.about_headings{

}

.facilty{
  padding:5px;
}

.mision_and_vision {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #5d5f6117;
    background-image: url(../images/mission.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mision_text h3 {
font-size: 33px;
    color: #000000;
}

.about_heading{
  max-width: 450px;
}

.about_image_cover{
  position: relative;
}

.about_image_cover img{
  position: relative;

}

.product_sec {
    padding: 70px 0px;
    background: #ffffff12;
}

.pro_text h4 {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.pro_text p {
    font-size: 16px;
}

.probox {
    padding: 12px;
    transition: transform 0.3s ease;
    box-shadow: rgb(0 0 0 / 18%) 0px 5px 15px;
    background-image: linear-gradient(to bottom, #ea525782, #dfcfd0);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    height: 100%;
}

.proboxs {
    padding: 12px;
    transition: transform 0.3s ease;
    box-shadow: rgb(0 0 0 / 18%) 0px 5px 15px;
    background-image: linear-gradient(to bottom, #ffffff82, #dfcfd000);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    height: 100%;
}

.banner_btns .btns button {
    position: relative;
    padding: 16px 35px !important;
    background-color: #ffffff00 !important;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    border: 1px solid #000000;
    cursor: pointer;
}

.about_image_cover::before{
  position: absolute;
  content: "";
  top: -20px;
  right: 10px;
  max-width: 340px;
  height: 100%;
  background-image: url(../images/pattern-1.jpg);
  background-size: fill;
  background-repeat: repeat;
}

.read_btn a {
    background-color: #ffffff;
    padding: 10px 17px;
    border-radius: 23px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 30px;
    color: #000;
    border: 1px solid #730f0f;
}

.box_dot{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  right: 10px;
}


.box_dot img{
  position: absolute;
  width: 175px;
  background-color: #ff000000;
  right: 0;
}


.banner_btn2 .btns a{
  position: relative;
  padding: 16px 35px;
  background-color: #ffffff00;
  margin-bottom: 10px;
  text-decoration: none;
  color: #5e0303;
  font-weight: 500;
  border: 1px solid #8d0505;
  cursor: pointer;
 
}

.banner_btn2 .btns a::before{
  position: absolute;
  content: "";
  top:0;
  left:0;
  width:0%;
  height: 100%;
  background-color: #dd2026;
  z-index:-1;
  transition: 1s linear;
  z-index:999;

}

.banner_btn2:hover.banner_btn2 .btns a{
  color:#000000;
  z-index: 999;
}

.banner_btn2:hover.banner_btn2 .btns a::before{
  position: absolute;
  content: "";
  top:0;
  left:0;
  width:100%;
  height: 100%;
  color:#000000 !important;
  background-color: #dd20263b;
  z-index:-1;
  border: 1px solid #f8f4f4;
  transition: .4s linear;
  z-index:999;

}

.about_heading h4{
      font-size: 23px;
    font-weight: 700;
}


.exp_year{
  position: absolute;
  content:"";
  bottom:0px;
  left:0px;
  background-color: #ffffff;
  padding:10px;
}

.exp_icon{
  font-size: 38px;
  color:#dd2026;
}

.exptext h2{
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 0px;
  }

  .exptext h2{
    color:#dd2026;
  }

  .exptext h2 span{
    color: #000000;
    font-size: 24px;
  }

.exptext p{
  margin-bottom: 0px;
  color: #000000;
  font-weight: 700;
}

.type_section{
  padding-top: 50px;
  padding-bottom: 50px;
}

.counter-box {
  display: block;
  background: #f6f6f6;
  padding: 40px 20px 37px;
  text-align: center
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #909090;
  font-size: 18px;
  font-weight: 500
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #000000;
}

.spec h5{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.table_cover h6{
font-size: 15px;
    font-weight: 700;
}
.pro_img_inner img{
    width: 58px;
    padding: 1px;

}

td{
      font-size: 14px;
}

.pro_heads{
       display: flex
;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 6px;
    background-color: #ffb6ba;
}

.btn1 button {
    position: relative;
    padding: 11px 22px !important;
    background-color: #000000 !important;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #000000;
    cursor: pointer;
    font-size: 12px;
}
.btn1 button a{
    position: relative;
    padding: 11px 22px !important;
    background-color: #000000 !important;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #000000;
    cursor: pointer;
    font-size: 12px;
}

.btn2 button {
position: relative;
    padding: 11px 22px !important;
    background-color: #ff0011 !important;
    margin-bottom: 10px;
    text-decoration: none;
    color: #ffffff;
       text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #ff0011;
    cursor: pointer;
    font-size: 12px;
}
.btn2 button a{
    position: relative;
    padding: 11px 22px !important;
    background-color: #ff0011 !important;
    margin-bottom: 10px;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #ff0011;
    cursor: pointer;
    font-size: 12px;
}

.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  line-height: 28px
}

.counter-box.colored {
  background: #bc303e6b;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff
}

.type_section{
  padding-top: 60px;
  padding-bottom: 60px;
      background-image: linear-gradient(to bottom, #dfcfd0, #dd202682), url(../images/banner2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 80px;
}

.type_font h2{
  color:#000000;
}

.type_head_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.type_font{
  width:80%;
}

.type_font p{
  color:#000000;
}

.ser_box{
border: 1px solid #fff;
    padding: 13px;
    margin: 14px;
    margin-right: 15px;
    text-align: center;
    min-height: 324px;
    background-color: #ffffff;
    display: flex
;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 42%) 0px 5px 15px;
    background-image: linear-gradient(to bottom, #ffffff6b, #ffffffb3), url(../images/card_bg.png);
    background-size: cover;

}

.ser_man h4{
    font-size: 34px;
color:#000000;
margin-top: 30px;

}

.pro_img {
    position: relative;
    height: 284px;
    background-color: #04284000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 24px;
}

.comydetail{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.spacer {
	width:100%;

}


.headline {
	background:#2D4E86;
	border-radius:6px;
	height:4em;
	width:100%;
}

.text {
	margin:0.8em 0 0 0;
	background:#2D4E86;
	border-radius:6px;
	height:1em;
	width:100%;
}




.gallery {
  display:flex;	
  background-color: #ffffff;
  width: 95%;
    margin: auto;
  /* outline:1px solid red; */
}

.left {
	width:50%;
}

.detailsWrapper {
	margin:auto;
	width:80%;
}

.details {
	height:100vh;
	/* outline:1px solid green; */
	display:flex;
	flex-direction:column;
	justify-content:center;
}


.right {
	/* outline:1px solid purple; */
	width:50%;
	height:100vh;
	display:flex;
  align-items: center;
	flex-direction:column;
	justify-content:center;
}

.photos {
  width: 34vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48vw;
	position:relative;
}

.photo {
	position:absolute;
	width:100%;
  padding: 30px;
	
}

.red {
	background: rgb(231 86 86 / 6%);
}

.green {
	background: rgb(231 86 86 / 6%);
}

.blue {
  background: rgb(231 86 86 / 6%);
}

.p_count .counter-box {
  display: block;
  background: #b8b8b800;
  padding: 12px 9px 37px;
  text-align: center;
  width: 150px;
}

.p_count  .counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.p_count  .counter-box i {
  font-size: 32px;
  margin: 0 0 15px;
  color: #000000;
}

.p_count  .counter {
  display: block;
  font-size: 19px;
  font-weight: 700;
  color: #000000;
  line-height: 28px;
}
.ser_box h3{
color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.ser_height{
  /* min-height:240px; */
}

.ser_box p {
    font-size: 14px;
    color: #000000;
}

.ser_box_wrapper {
  background-color: #fff3f300;
  padding: 15px;
  border-radius: 8px;

}

.ser_box img{
      width: 60px;
  margin-bottom: 6px;
}

.chairmen_msg{
padding-bottom: 60px;
background-color: #EEF4FF;
}

.chairman_pic{
  position: relative;
  max-width:450px;
  margin: auto;
  height:0%;
  overflow: hidden;
}

.chair_messge h2{
  font-size: 35px;
    text-transform: capitalize;
    color: #b4202e;
}

.chairman_pic img{
  position: relative;
  width:80%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}
.chairman_pic img::after{
  position: absolute;
  content: "";
  width:100%;
  height: 100%;
  background-color: #5e0303;
}

.chair_messge{
  max-width: 450px;
  margin-left: auto;
  text-align: end;
  padding-top: 50px;
  padding-bottom: 50px;
}

.company1{
  position: absolute;
  content:"";
  top:10%;
  left:0px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.company2{
  position: absolute;
  content:"";
  bottom: 11%;
  left: 6px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.company3{
  position: absolute;
  content:"";
  top:50%;
  right:0px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.chair_messge p span{
  font-size: 130px;
}

.compy{
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-text p{
  margin-bottom: 0px;
}

.cologo img{
  width:23px;
}

.mission_vision{
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffefef;
}

.home_form_wrapper{
  position: absolute;
  content: "";
  top: 22px;
  left: 10%;
  background-color: #b4202e;
  padding: 10px;
  width: 270px;
  padding: 10px;
  border-radius: 5px;

}


.mapp_section{
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  
}

.company_one_sec{
  padding-top:50px;
  padding-bottom:50px;
}





.hom_text h6{
  color:#ffffff;
}

.hom_icon{
  width: 62px;
  display: flex;
  justify-content: center;
  color: #fff;
}

.hom_text p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #fff;
}

.hom_text{
  width:100%;
}

.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}


#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

.testimonial_wrapper{
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}


.testimonial_wrapper::after{
  position: absolute;
  content: "";
  top:0;
  left:0;
  width:50%;
  height:100%;
     background-image: linear-gradient(to bottom, #d95e69, #b4202ec7), url(../images/type_bg.jpg);
  z-index: -1;
}

.testmonial_img img{
  object-fit: cover;
}

.testimonial_box{
  position: relative;
  background-color: #ffffff;
  min-height: 310px;
  padding: 17px;
  border-radius: 5px;
  margin: 26px;
  border-left: 1px solid #b4202e69;
  border-bottom:1px solid #b4202e69;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.testmonial_img img{
  width: 50px !important;
  height: 50px !important;
  border-radius: 29px;
  margin-bottom: 10px;
}

.testimonial_box::before {
  position: absolute;
  content: "\ec51";
  top: -44px;
  left: -16px;
  font-family: 'remixicon' !important;
  font-size: 58px;
  color: #f0d7d7;
}

.testimonial_box::after{
  position: absolute;
  content: "\ec52";
  bottom: -42px;
  right: -10px;
  font-family: 'remixicon' !important;
  font-size: 58px;
  color: #f0d7d7;
}


.event-calendar *,
.event-calendar div
{
  -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}


.event-calendar {
  border: 1px solid #dddddd91;
  width: 100%;
  margin: 25px;
  height: 400px;
  overflow-y: scroll;
  background: #fff;

}

.event-calendar a {
  text-decoration:none;
  color:#181718;
  

}

.event-calendar a:hover {
  opacity:.7;
  
}

.event-calendar a:hover .title-event {
  transform:translate(5%,0);
  -webkit-transform:translate(5%,0);
  -moz-transform:translate(5%,0);
  
}

.event-calendar h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.event-calendar ul,
.event-calendar ul li,
.event-calendar h1,
.event-calendar h2
{
  margin:0;
  padding:0;
  list-style:none;
}

.event-calendar .events-body ul li {
  position:relative;
   border-bottom:1px solid #777474;
}
.event-calendar .events-body ul li:last-child {
  border:0;
}

.event-calendar .heading-title {
  padding:10px 20px;
  text-transform:uppercase;
  border-bottom:4px solid #000;
 
  position:relative;
  font-family: 'Roboto', sans-serif;
}

.heading-title h2{
  font-size: 35px;
  text-transform: capitalize;
  margin-left: 23px;
}
.event-calendar .icon-box {
  position:absolute;
  right:20px;
  top:0;
  bottom:0;
  margin:auto;
  height:30px;
  font-size:1.8em;
}

/* EVENTS LEFT CONTES */
.event-calendar .event-left-content {
  padding:15px 20px;
}


.event-calendar .event-left-content .title-event,
.event-calendar .event-left-content .title-event h2,
.event-calendar .event-left-content .event-date,
.event-calendar .event-left-content .event-location
{
  font-family: 'Roboto', sans-serif;
}

.event-calendar .event-left-content .title-event {
  width:80%;
}

.event-calendar .event-left-content .title-event h2 {
  text-transform:uppercase;
  margin:0;
  padding:0;
}

.event-calendar .event-left-content .event-date {
  font-size:.8em;
}

.event-calendar .event-left-content .event-location {
  text-transform:uppercase;
  font-weight:bold;
  font-size:.8em;
}



/* EVENT ICON HOLDER  */
.event-calendar .event-icon{
  position:absolute;
  width:auto;
  height:50px;
  display:block;
  background: #b4202e;
  right:20px;
  top: 11px;
  
  margin:auto;
  text-align:center;
  color:#fff;
  
  -webkit-border-radius: 8px;
  border-radius: 8px;
  
  padding:2px 10px;
    
}

.event-calendar .event-icon .month,
.event-calendar .event-icon .date {
  display:block;
}

.event-calendar .event-icon .month {
  text-transform:uppercase;
  font-weight:bold;
  font-size: 12px;
  margin-top:5px
}

.event-calendar .event-icon .date {
  font-size:1.1em;
  font-weight:bold;
  
}

.mision h3{
  font-size: 36px;
  font-weight: 400;
}

#curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 9;
  transition: 1s linear;
}
#curtain.active{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#curtain span {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  display: block;
  transform-origin: bottom left;
  transition: 0.5s ease-in-out;
  transform: rotate(-90deg);
}
#curtain span:nth-child(1) {
  background: #e51d2767;
  transform: rotate(-90deg);
  transition-delay: 0.2s;
}
#curtain span:nth-child(2) {
  background: #e41e2541;
  transform: rotate(-90deg);
  transition-delay: 0.1s;
}
#curtain span:nth-child(3) {
  background: #7b070bbd;
  transform: rotate(-90deg);
  transition-delay: 0s;
}
#curtain .toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #00000030;
  z-index: 100;
  border-radius: 24px;
  display: flex;
  justify-items: center;
  align-items: center;
}
#curtain ul {
  position: absolute;
  z-index: 100;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
}
#curtain ul li {
  list-style: none;
  margin: 18px 0px;
}
#curtain ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
#curtain.active span {
  transform: rotate(0deg);
}
#curtain.active span:nth-child(1) {
  z-index: 1;
  transition-delay: 0s;
}
#curtain.active span:nth-child(2) {
  z-index: 2;
  transition-delay: 0.1s;
}
#curtain.active span:nth-child(3) {
  z-index: 3;
  transition-delay: 0.2s;
}
#curtain.active ul {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.7s;
  width: 291px;
  background-color: transparent;
  margin-left: 53px;
}

#curtain ul li a img {
  width: 25px;
}

.ser_box:hover img{
  cursor: pointer;
  scale: 1;
  animation: beat .25s  alternate;
}
@keyframes beat{
	to { transform: scale(1.4); }
}



.two_menu{
  position: sticky !important;
  top: 0 !important;
  background-color: rgb(255 255 255 / 91%);
  z-index: 9;
  padding: 17px 0px;
}

.two_menu .navs_link ul li a {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 999;
 
}

.one {
    top: 50px;
    position: sticky;
}

.features {
padding-top: 60px;
    padding-bottom: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-top-right-radius: 80px;
}
.fae2 {
    padding: 15px;
    background-color: #ffeaea;
    border-radius: 10px;
    height: 100%;
}

.fea_icon img{
 max-width: 67px;
    padding: 10px;
    margin-bottom: 10px;
}

.fea_box ul li{
list-style-type: none;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 700;
}

.fae1 {

    padding: 15px;
    background-color: #f3eeee;
    border-radius: 10px;
    height: 100%;
}
.fea_box h5 {
    color: #042840;
    font-size: 16px;
    text-transform: uppercase;
}

.fea_box p {
    font-size: 15px;
    color: #000;
}
.about_banner{
  padding-bottom: 10px;
}

.innerbanner_img{
  position: relative;
}

.innerbanner_img img {
  position: relative;
  width: 100%;
  height: 435px;
}

.innerbanner_img::after{
  position: absolute;
  content:"";
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color: #0000009e;
}



/* 
footers css */

ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
      background-image: linear-gradient(to bottom, #e18d8d, #404040f5), url(../images/banner2.jpg);
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}
.footer-cta {
border-bottom: 1px solid #373636;
}
.single-cta i {
    color: #ffffff;
    font-size: 20px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: #ffffff;
    font-size: 14px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 150px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 16px;
  max-width: 378px;
  color: #ffffff;
  line-height: 28px;
}
.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
text-decoration: none;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}
.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #dd2026;
}
.footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #dd2026;;
}
.footer-widget ul li a {
color: #ffffff;
text-transform: capitalize;
text-decoration: none;
font-size: 16px;
}
.folo img{
  width:30px;
}

.heading-title h4{
  font-size: 32px;
}

.single-cta {
  display: flex;
  margin-top: 23px;
}

.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #2E2E2E;
border: 1px solid #2E2E2E;
color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #dd2026;
  padding: 13px 20px;
  border: 1px solid #dd2026;
  top: 0;
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
    background: #5c515017;

padding: 25px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
  color: #dd2026;
  text-decoration: none;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #ff5e14;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}

.video_height{
  margin: auto;
  height:120px;
}

.mision h3 span img{
width:25px;
}

.mobilelogo_wrapper {
    width: 163px;
    margin-top: 20px;
}

.mobile_left_menu{
  width: 43px;
}

.mision h2{
  font-size: 45px;
  font-weight: 700;

}

.fixed_icon_bar {
  position: fixed;
  z-index: 999;
  background-color: #852828;
  bottom: 29px;
  right: 29px;
  height: 60px;
  width: 60px;
  border-radius: 36px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;

}

.fixed_icon {
  padding: 22px;
  background-color: #e81d254f;
  color: #fff;
}

.fixed_icon a{
  text-decoration: none;
  color:#ffffff;
}
/* Timeline defaults */
/* --------------------------------------- */
.h--timeline-container *,
.h--timeline-events * {
  outline: 0;
}

.h--timeline-container,
.h--timeline-events {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.h--timeline-navigation-container ul, .h--timeline-navigation-container li,
.h--timeline-events ol, .h--timeline-events li,
.h--timeline-line ol, .h--timeline-line li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.h--timeline {
  opacity: 0;
  transition: opacity 0.2s;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
          background-image: linear-gradient(to left, #000000c9, #fda3a9), url(../images/banner_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  background-color: #a42527;
  padding-bottom: 30px;
}

.h--timeline-line ol li a{
  color:#000000;
}

.h--timeline--loaded {
  opacity: 1;
}

.h--timeline-container {
  height: 100px;
}

.h--timeline-dates {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

/* Timeline blur effect for start and end */
/* --------------------------------------- */
.h--timeline-dates::after, .h--timeline-dates::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 50px;
}

.h--timeline-dates::before {
  left: 0;
  background: linear-gradient(to right, #ffffff00, rgba(255, 255, 255, 0));
}

.h--timeline-dates::before {
  left: 0;
  background: linear-gradient(to right, #ffffff00, rgba(255, 255, 255, 0));
}

/* Timeline horizontal line */
/* --------------------------------------- */
.h--timeline-line {
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 49px;
  height: 2px;
  width: 100% !important;
  background-color: #f7f7f7;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.h--timeline-filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 55%;
  background-color: #020202;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* Bullet points */
/* --------------------------------------- */
.h--timeline-date {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.75rem;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.h--timeline-date:hover {
  font-weight: 600;
}

.h--timeline-date::after,
.h--timeline-date::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #6e1e46;
  background-color: #f7f7f7;
  transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}

.h--timeline-date::before {
  bottom: -5px;
  height: 9px;
  width: 9px;
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  z-index: 2;
}

.h--timeline-date:hover::before,
.h--timeline-date:hover::after {
  transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}

.h--timeline-date:hover::after {
  background-color: #f7f7f7;
  border-color: #b4202e;
}

.h--timeline-date--selected {
  pointer-events: none;
}

.h--timeline-date--selected::after {
  background-color: #f7f7f7;
  border-color: #b4202e;
}

.h--timeline-date--selected::before {
  background-color: #b4202e;
}

.h--timeline-date--older-event::after {
  background-color: #b4202e;
  border-color: #b4202e;
}

/* Caroussel navigation */
/* --------------------------------------- */
.h--timeline-navigation {
  font-size: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #f7f7f7;
  transition: border-color 0.3s;
}

.h--timeline-navigation::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;
}

.h--timeline-navigation:hover {
  border-color: #6e1e46;
}

.h--timeline-navigation--prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.h--timeline-navigation--next {
  right: 0;
}

.h--timeline-navigation--inactive {
  cursor: not-allowed;
}

.h--timeline-navigation--inactive::after {
  background-position: 0 -16px;
}

.h--timeline-navigation--inactive:hover {
  border-color: #f7f7f7;
}

/* Timeline events container */
/* --------------------------------------- */
.h--timeline-events {
  overflow: hidden;
  transition: height 0.4s;
  padding-top: 50px;
  padding-bottom: 3rem;
}

.h--timeline-event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 1rem;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 1px 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.h--timeline-event-content {
  max-width: 800px;
  margin: 2rem auto 0;
  padding: 2rem;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.h--timeline-event--selected {
  position: relative;
  top: 0;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Timeline animations */
/* --------------------------------------- */
.h--timeline-event--enter-right, .h--timeline-event--leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.h--timeline-event--enter-left, .h--timeline-event--leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.h--timeline-event--leave-right, .h--timeline-event--leave-left {
  animation-direction: reverse;
}

.h--timeline-event-title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
}

.h--timeline-event-date {
  display: block;
  font-style: italic;
  margin: 0.5rem auto;
  margin: 1rem auto;
}

.h--timeline-event-date::before {
  content: "- ";
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* Overwrites */
/* Change the position of dates top / botom / top */
/* --------------------------------------- */
.h--timeline-date::after,
.h--timeline-date::before {
  background-color: #000000;
}

.h--timeline-date--selected::after {
  background-color: #f7f7f7;
  border-color: #b4202e;
}

.h--timeline-date--older-event::after {
  background-color: #ffffff;
  border-color: #ffffff;
}

.h--timeline-line li:nth-child(even) .h--timeline-date {
  bottom: -48px;
}

.h--timeline-line li .h--timeline-date--selected::after,
.h--timeline-line li .h--timeline-date:hover::after {
  width: 21px;
  height: 21px;
  bottom: -11px;
  background-color: #f7f7f7;
  border-color: #b4202e;
}

.h--timeline-line li:nth-child(even) .h--timeline-date::after {
  bottom: 40px;
}

.h--timeline-line li:nth-child(even) .h--timeline-date:hover::after,
.h--timeline-line li:nth-child(even) .h--timeline-date--selected::after {
  bottom: 37px;
}

.h--timeline-line li:nth-child(even) .h--timeline-date::before {
  bottom: 43px;
}

.h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,
.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before {
  bottom: -5px;
}

/**/
/* FOR RESPONSIVE ONLY  */

@media only screen and (max-width:1920px) {
}

@media only screen and (max-width:1184px) {
.banner_title h2 {
  font-size: 37px;
  text-transform: uppercase;
color: #000000;
}
}

@media only screen and (max-width:1024px) {
  .home-content {
    margin: 0 auto;
    position: relative;
    width: 80%;
    top: 104px;
    color: #fff;
    z-index: 3;
}
  .main_banner_wrapper {
    background-color: rgba(0, 0, 0, 0);
    height: 71vh;
  }
  video {
    object-fit: cover;
    width: 100%;
    height: 71%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-bottom-right-radius: 80px;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 71%;
    right: 0;
    z-index: 2;
    background-color: #0000009e;
    border-bottom-right-radius: 80px;
  }
  }

  @media only screen and (max-width:999px) {
    .main_display_menu{
      display: none;
    }

    .two_menu {
      position: sticky !important;
      top: 0 !important;
      background-color: rgb(0, 0, 0);
      z-index: 9;
      display: none;
  }
  
    .mobile_menu{
      position: fixed;
    
      width: 100%;
      background-color: rgb(0 0 0 / 0%);
      z-index: 99;
      transition: 1s linear;
      display: block;
      /* top: 22px; */
      padding: 10px 0px;
    }
  
    .banner_title h2 {
      font-size: 31px;
      text-transform: uppercase;
      color: #ffffff;
  }
  
    .home-content {
        margin: 0 auto;
        position: relative;
        width: 97%;
        top: 49px;
        color: #fff;
        z-index: 3;
    }
  }
  
  @media only screen and (max-width:912px) {
    .main_banner_wrapper {
      background-color: rgba(0, 0, 0, 0);
      height: 96vh;
      display: flex;
      justify-content: center;
      align-items: center;

    }
    video {
      object-fit: cover;
      width: 100%;
      height: 96%;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1;
      border-bottom-right-radius: 80px;
    }
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 96%;
      right: 0;
      z-index: 2;
      background-color: #0000009e;
      border-bottom-right-radius: 80px;
    }
    }




@media only screen and (max-width:890px) {
  .counter-box i {
    font-size: 40px;
    margin: 0 0 15px;
    color: #000000;
}

.testimonial_wrapper {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.company_name h3 {
  font-size: 85px;
  -webkit-text-stroke: 1px #ff87877d;
  -webkit-text-fill-color: #ffffff00;
  -webkit-animation: fill 0.9s infinite alternate;
}

.testimonial_wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #b4202e, #b4202ec7), url(../images/type_bg.jpg);
  z-index: -1;
}
.mision h3 {
  font-size: 36px;
  margin-bottom: 40px;
}
.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #909090;
  font-size: 16px;
  font-weight: 500;
}
}


@media only screen and (max-width:765px) {
  .main_banner_wrapper {
    background-color: rgba(0, 0, 0, 0);
    height: 100vh;
  }
  .one {
    top: 50px;
    position: relative;
}

.inner_banner img {
    min-height: 411px;
    object-fit: cover;
    width: 100%;
    border-bottom-right-radius: 80px;
}

  .type_font {
    width: 100%;
}
  video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-bottom-right-radius: 80px;
  }
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 2;
    background-color: #ffffff85;
    border-bottom-right-radius: 80px;
}
}

@media only screen and (max-width:688px){
.gallery{
  display: none;
}
.h--timeline-filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 97%;
  background-color: #020202;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.h--timeline-line {
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 49px;
  height: 2px;
  width: 200% !important;
  background-color: #f7f7f7;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.our_ben h3 {
  font-size: 31px;
  color: #ffffff;
}
}

@media only screen and (max-width:480px) {
  .event-calendar {
    width:100%;
    margin:0;
  }
  .h--timeline-event-content {
    max-width: 800px;
    margin: 2rem auto 0;
    padding: 2rem;
    border: 1px solid #f7f7f700;
    border-radius: 5px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
  .event-calendar .heading-title h1 {
    font-size:1em;
  }
  
  .event-calendar .title-event h2 {
    font-size:.9em;
  }
  
  .event-calendar .event-left-content .event-date,
  .event-calendar .event-left-content .event-location {
    font-size:.8em;
  }

  .company_name h3 {
    font-size: 53px;
    -webkit-text-stroke: 1px #ff87877d;
    -webkit-text-fill-color: #ffffff00;
    -webkit-animation: fill 0.9s infinite alternate;
}

.banner_company {
  position: relative;
  z-index: 999;
  padding-top: 37px;
  margin-bottom: 10px;
}

.about_image_cover img {
  position: relative;

}

    .banner_title h2 {
              font-size: 24px;
        text-transform: uppercase;
        color: #000000;
        font-weight: 500;
    }
    .exptext h2 {
    color: #dd2026;
    font-size: 20px;
}

.banner_title_text p {
  max-width: 450px;
  font-size: 16px;
  margin-bottom: 21px;
  color: #000000;
}
.mission_vision {
  position: relative;
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffefef;
}
.chairmen_msg {
  padding-bottom: 60px;
  padding-top: 50px;
}

.type_section {
  padding-top: 75px;
  padding-bottom: 60px;
      padding-top: 60px;
    padding-bottom: 60px;
    background-image: linear-gradient(to bottom, #dfcfd0, #dd202682), url(../images/banner2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 80px;

}
}


@media only screen and (max-width:320px) {
  .banner_company {
    position: relative;
    z-index: 999;
    padding-top: 29px;
    margin-bottom: 10px;
}
.home_form_wrapper {
  position: absolute;
  content: "";
  top: 43px;
  left: 6%;
  background-color: #b4202e;
  padding: 10px;
  width: 270px;
  padding: 10px;
  border-radius: 5px;
}
.counter {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  line-height: 28px;
}
.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #909090;
  font-size: 14px;
  font-weight: 500;
}
.home-content {
  margin: 0 auto;
  position: relative;
  width: 84%;
  top: 81px;
  color: #fff;
  z-index: 3;
}
.banner_title_text p {
  max-width: 450px;
  font-size: 16px;
  margin-bottom: 21px;
  color: #ffffff;
}
.home-content {
  margin: 0 auto;
  position: relative;
  width: 84%;
  top: 47px;
  color: #fff;
  z-index: 3;
}
.banner_title h2 {
  font-size: 21px;
  text-transform: uppercase;
  color: #ffffff;
}
.banner_title_text p {
  max-width: 450px;
  font-size: 16px;
  margin-bottom: 21px;
  color: #ffffff;
}
}

/* _____________________________ */