*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Dosis', sans-serif;
  scroll-behavior: smooth;
}
body {
background:#ffffff;
margin:0;
}


::selection{
color:#ffffff;
background-color: #20aee6bd;
}

p{
font-size:18px;
font-weight: 500;
}

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;
 
}


.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: 184px;
padding: 9px;
}

.mobile_menu{
display: none;
}

.main_display_menu {
  position: fixed;
  display: block;
  width: 100%;
  background-color: rgb(0 0 0 / 0%);
  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: rgb(32,174,230);
  background: linear-gradient(90deg, rgb(32 174 230 / 0%) 0%, rgb(53 116 192) 86%);
}

.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: #ffffff;
font-weight: 100;
text-transform: uppercase;
font-size: 15px;
z-index: 999;
font-weight: 500;
}

.navs_link ul li a:hover {
text-decoration: none;
color: #ffffff;
font-weight: 100;
text-transform: uppercase;
font-size: 16px;
z-index: 999;

}

.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: 14px;
  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: #ffffff;
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: linear-gradient(90deg, rgb(32 174 230 / 24%) 0%, rgb(68 78 167 / 47%) 86%);
  border-radius: 50%;
  margin-left: 8px;
}

.callicon{
  color:#ffffff;
}

.main_banner_wrapper{
  background-color: rgba(0, 0, 0, 0);
  height: 100vh;
 
}

.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: #3c62b48a;
  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: 0px;
z-index: -1;
}

.banner_change_text{
  position: absolute;
  content:"";
  z-index:99;
}
.banner_company{
position: relative;
z-index: 999;
padding-top: 106px;
margin-bottom: 10px;
}
.banner_title h2{
font-size: 54px;
text-transform: uppercase;
color: #ffffff;
}

.company_name h3{
font-size: 90px;
-webkit-text-stroke: 1px #ffffff;
-webkit-text-fill-color: #4252aa;
-webkit-animation: fill 0.9s infinite alternate;
text-transform: uppercase;
}



.home_contat{
display: flex;
justify-content: flex-start;
align-items: flex-start;
}


.type_font h4{
color: #f3f1f1;
}


.banner_title_text p{
  max-width: 450px;
  font-size: 18px;
  margin-bottom: 30px;
  color:#ffffff;
  font-family: 'Dosis', sans-serif;
}

.main_display_menu.active{
background-color: #453f3fa6 !important;
border-bottom: 1px solid black;
display: none;
}


.products_box h6{
    font-size:14px;
}



.banner_btns .btns button{
  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_btns .btns button::before{
  position: absolute;
  content: "";
  top:0;
  left:0;
  width:0%;
  height: 100%;
  background: linear-gradient(90deg, rgba(32, 174, 230, 1) 0%, rgba(68, 78, 167, 1) 86%);
  z-index:-1;
  transition: 1s linear;
  
  
  }
  
  .banner_btns:hover.banner_btns .btns button::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;
  
  
  }
  
  
  .banner_btn .btns button{
    position: relative;
    padding: 16px 35px;
    background-color: #ffffff00;
    margin-bottom: 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #ffffff;
    cursor: pointer;
   
  }
  
  .banner_btn .btns button::before{
    position: absolute;
    content: "";
    top:0;
    left:0;
    width:0%;
    height: 100%;
    background: linear-gradient(90deg, rgba(32, 174, 230, 1) 0%, rgba(68, 78, 167, 1) 86%);
    z-index:-1;
    transition: 1s linear;
    
  
  }
  
  .banner_btn:hover.banner_btn .btns button::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;
   
  
  }
  





































.banner_btns .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_btns .btns a::before{
position: absolute;
content: "";
top:0;
left:0;
width:0%;
height: 100%;
background: linear-gradient(90deg, rgba(32, 174, 230, 1) 0%, rgba(68, 78, 167, 1) 86%);
z-index:-1;
transition: 1s linear;


}

.banner_btns:hover.banner_btns .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;


}


.banner_btn .btns a{
  position: relative;
  padding: 16px 35px;
  background-color: #ffffff00;
  margin-bottom: 10px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  border: 1px solid #ffffff;
  cursor: pointer;
 
}

.banner_btn .btns a::before{
  position: absolute;
  content: "";
  top:0;
  left:0;
  width:0%;
  height: 100%;
  background: linear-gradient(90deg, rgba(32, 174, 230, 1) 0%, rgba(68, 78, 167, 1) 86%);
  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: #436ea7;
  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: rgba(255, 255, 255, 0.3);
  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;
}


.about_heading{
max-width: 450px;
}

.about_image_cover{
position: relative;
}

.about_image_cover img{
position: relative;
max-width: 340px;
}

.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;
}

.about_image_covers{
position: relative;
max-width: 250px;
}

.full_detail{
max-width: 450px;

}

.contact_abt {
padding-bottom: 60px;
border-top-right-radius: 80px;
background-position: bottom;
background-repeat: no-repeat;
background-color: #6a79bd1c;

}

.full_detail h2{
font-size: 48px;
}

.abt_slide{
max-width: 388px;
margin: auto;
}

.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:32px;
}


.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: #436ea7;
}

.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;
border-radius: 10px;
}

.counter-box p {
margin: 5px 0 0;
padding: 0;
color: #909090;
font-size: 18px;
font-weight: 500
}

.counter-box i {
font-size: 34px;
margin: 0 0 15px;
color: #000000;
}

.mision img{
max-width:430px;
}

.counter {
display: block;
font-size: 32px;

color: #000000;
line-height: 28px
}

.counter-box.colored {
background: #507ac2;
}

.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(90deg, rgb(32 174 230 / 74%) 0%, rgb(68 78 167 / 73%) 86%), url(../images/type_bg.jpg);
border-top-left-radius: 80px;
background-position: bottom;
background-repeat: no-repeat;
}

.products_sec{
padding-top: 60px;
padding-bottom: 60px;
background-image: linear-gradient(90deg, rgb(32 174 230 / 58%) 0%, rgb(68 78 167 / 40%) 86%);
border-top-right-radius: 80px;
background-position: bottom;
background-repeat: no-repeat;
}


.type_font h2{
color:#ffffff;
}

.type_head_wrapper {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}

.type_font{
width:80%;
}

.type_font p{
color:#ffffff;
}

.ser_box{
border: 1px solid #fff;
padding: 13px;
margin: 14px;
margin-right: 15px;
text-align: center;
min-height: 324px;
background-color:#ffffff;
display: flex;
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: 35px;
color:#ffffff;
margin-top: 30px;

}

.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%;
}

.products_sec{
padding-top: 60px;
padding-bottom: 60px;
}

.products_box {
background-color: #ffffffd1;
padding: 10px;
/* border-radius: 29px; */
overflow: hidden;
margin: 5px;
display: flex;
justify-content: center;
border-radius: 10px;
flex-direction: column;
align-items: center;
min-height: 100%;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
background-image: linear-gradient(to bottom, #ffffffb8, #ffffffbd), url(../images/card_bg.png);
background-size: cover;
}

.block-ellipsis {
display: block;
display: -webkit-box;
max-width: 100%;
margin: 0 auto;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.products_box img{
max-width: 167px;
margin: auto;
}

.gallery {
display:flex;	
background-color: #ffffff;
width: 95%;
  margin: auto;
/* outline:1px solid red; */
}

.products_box h3{
font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}

.products_box p{
font-size: 13px;
text-align: center;
font-weight: 600;
}

.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: #507ac2;
font-size: 15px;
text-transform: uppercase !important;
font-weight: 600;
}

.ser_box p{
font-size: 16px;
color: #574c4c;
font-weight: 600;
max-width: 315px;
}


.ser_box_wrapper {
/* background-color: #fff3f30d;
padding: 15px;
border-radius: 8px;
box-shadow: rgb(156 0 0) 0px 6px 12px -2px, rgb(149 16 6) 0px 3px 7px -3px; */
}

.ser_box img{
width: 65px;
margin-bottom: 18px;
}

.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: #ffffff;
}

.home_form_wrapper{
position: absolute;
content: "";
top: 22px;
left: 10%;
background-color: #6698d1;
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: linear-gradient(90deg, rgb(32 174 230 / 25%) 0%, rgb(68 78 167 / 79%));
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;
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: #3b4491;
}

.testimonial_box::after{
position: absolute;
content: "\ec52";
bottom: -42px;
right: -10px;
font-family: 'remixicon' !important;
font-size: 58px;
color: #5da4d9;
}


.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;
}

.ser_man{
max-width:250px;
}

/* 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: 26px;
font-weight: 400;
}

.brands_section{
padding-top:60px;
padding-bottom:60px;
}
.dummy_wrapper img {
position: relative;
z-index: 9;
width: 110px !important;
}
#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: #507ac252;
transform: rotate(-90deg);
transition-delay: 0.2s;
}
#curtain span:nth-child(2) {
background: #507ac244;
transform: rotate(-90deg);
transition-delay: 0.1s;
}
#curtain span:nth-child(3) {
background: #507ac2;
transform: rotate(-90deg);
transition-delay: 0s;
}
#curtain .toggle {
position: fixed;
top: 20px;
right: 20px;
width: 50px;
height: 50px;
background: #00000000;
z-index: 100;
border-radius: 24px;
display: flex;
justify-items: center;
align-items: center;
cursor: pointer;

}
#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;
}

.products {
padding-bottom: 60px;
border-top-right-radius: 80px;
background-position: bottom;
background-repeat: no-repeat;
}

.two_menu .navs_link ul li a {
color: #000000;
font-weight: 600;
text-transform: uppercase;
font-size: 16px;
z-index: 999;
font-family: 'Dosis', sans-serif;
}

.ser_mans h4 {
font-size: 35px;
color: #ffffff;
margin-top: 30px;
}

.input-wrapper {
width: 100%;
position: relative;
line-height: 14px;
margin-top: 23px;
display: inline-block;
}

.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: 15px;
text-transform: capitalize;
position: absolute;
z-index: 2;
left: 20px;
top: 20px;
padding: 0 2px;
pointer-events: none;
background: #fff;
-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(-20px);
}

.poli_addres {
padding-left: 57px;
}

.poli_addres h6 {
font-size: 19px;
font-weight: 400;
max-width: 250px;
line-height: 31px;
}

.poli_addres .contact_icon h6 {
font-size: 18px;
color: #000;
font-weight: 500;
}

.poli_addres .footer_icons ul {
display: inline-flex;
list-style-type: none;
padding-left: 0px;
justify-content: left;
}

.poli_addres .footer_icons ul li a {
/* background-color: #000000; */ 
color: #ffffff;
background: linear-gradient(90deg, rgb(32 174 230 / 71%) 0%, rgb(68 78 167 / 91%) 86%);
padding: 10px;
text-decoration: none;
border-radius: 52px;
width: 44px;
margin: 3px;
display: flex;
justify-content: center;
}

.poli_addres img {
width: 20px;
}

.poli_addres h5 {
font-size: 24px;
}

.about_banner{
padding-bottom: 10px;
}

.innerbanner_img{
position: relative;
}

.innerbanner_img img {
position: relative;
width: 100%;
height: 468px;
object-fit: cover;
}

.innerbanner_img::after{
position: absolute;
content:"";
top:0px;
left:0px;
width:100%;
height:100%;
background-color: #3c62b48a;
}

.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out; 
-moz-transition: all 0.15s ease-out; 
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out; 
-moz-transition: all 0.15s ease-out; 
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}

.watch a{
text-transform: none;
color:#ffffff;
text-decoration: none;
}

/* 
footers css */

ul {
margin: 0px;
padding: 0px;
}
.footer-section {
background: linear-gradient(90deg, rgb(32 174 230 / 72%) 0%, rgb(68 78 167 / 79%));
position: relative;
background-size: cover;
background-attachment: fixed;

}
.footer-cta {
border-bottom: 1px solid #fff;
}
.single-cta i {
color: #ffffff;
font-size: 30px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #fff;
font-size: 18px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: #ffffff;
font-size: 16px;
}
.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;
font-weight: 600;
line-height: 28px;
}
.footer-social-icon span {
color: #ffffff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #ffffff;
font-size: 24px;
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: #ffffff;
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: #4153aa;
}
.footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #ff5e14;
}
.footer-widget ul li a {
color: #ffffff;
text-transform: capitalize;
text-decoration: none;
font-size: 16px;
font-weight: 600;
}
.folo img{
width:30px;
}

.heading-title h4{
font-size: 32px;
}

.single-cta {
display: flex;
margin-top: 23px;
justify-content: flex-start;
align-items: center;
}

.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #ffffff;
border: 1px solid #ffffff;
color: #fff;
}

.subscribe-form input:focus{
border: none;
}

.subscribe-form button {
position: absolute;
right: 0;
background: linear-gradient(90deg, rgb(32 174 230 / 71%) 0%, rgb(68 78 167 / 91%) 86%);
padding: 13px 20px;
border: 1px solid #dd202600;
top: 0;
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
/* background: linear-gradient(90deg, rgb(32 174 230 / 71%) 0%, rgb(68 78 167 / 91%) 86%); */
border-top: 1px solid #fff;
padding: 25px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #ffffff;
}
.copyright-text p a{
color: #ffffff;
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: 142px;

}

.mobile_left_menu{
width: 43px;
}

.mision h2{
font-size: 35px;
}

.fixed_icon_bar {
position: fixed;
z-index: 999;
background-color: #ffffff;
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: linear-gradient(90deg, rgb(32 174 230 / 71%) 0%, rgb(68 78 167 / 91%) 86%);
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: linear-gradient(90deg, rgb(32 174 230 / 63%) 0%, rgb(68 78 167 / 54%) 86%); */
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: #5a8ecc;
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: #ffffff;
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: #ffffff;
}

.h--timeline-date--selected {
pointer-events: none;
}

.h--timeline-date--selected::after {
background-color: #f7f7f7;
border-color: #ffffff;
}

.h--timeline-date--selected::before {
background-color: #ffffff;
}

.h--timeline-date--older-event::after {
background-color: #ffffff;
border-color: #ffffff;
}

/* 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: #ffffff;
}

.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;
background: linear-gradient(90deg, rgb(32 174 230 / 63%) 0%, rgb(68 78 167 / 54%) 86%);
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: #ffffff;
}

.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: rgb(68 78 167 / 91%);
}

.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;
}

.nav .nav-item button.active {
background-color: transparent;
color: #5a8ecc !important;
font-size: 18px;
font-weight: 700;
}

.nav .nav-item button{
background-color: transparent;
/* color: var(--bs-danger) !important; */
font-size: 18px;
font-weight: 700;
color: #000;
}
.nav .nav-item button.active::after {
content: "";
border-bottom: 2px solid;
width: 100%;
position: absolute;
left: 0;
bottom: -1px;
border-radius: 5px 5px 0 0;
}

/**/
/* FOR RESPONSIVE ONLY  */
.portfolio .section{
padding-top: 60px;
padding-bottom: 60px;
}
.portfolio .portfolio-cats {
display: flex;
justify-content: center;
gap: 1rem;
flex-wrap: wrap;
margin-bottom: 2rem;
}

.portfolio .portfolio-cats li {
background-color: #000;
color: #fff;
padding: 0.5rem 1rem;
cursor: pointer;
}

.portfolio .portfolio-gallery {
position: relative;
}

.portfolio .portfolio-item {
width: 100%;
height: 200px;
margin-bottom: 40px;
padding-left: 15px;
padding-right: 15px;
position: absolute;
top: 0;
left: 0;
transition-property: opacity, transform;
transition-duration: 0.7s;
}

.portfolio .portfolio-item .item-inner {
height: 100%;
overflow: hidden;
box-shadow: 0 0 4px 0px rgb(0 0 0 / 10%);
}

.hides {
opacity:0;

}
.shows {
opacity:1;

}

@media screen and (min-width: 48em) {
.portfolio .portfolio-item {
    width: 50%;
}
}

@media screen and (min-width: 62em) {
.portfolio .portfolio-item {
    width: 33.3333%;
}
}

@media only screen and (max-width:1920px) {
}

@media only screen and (max-width:1184px) {
.banner_title h2 {
font-size: 37px;
text-transform: uppercase;
color: #ffffff;
}
}

@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: #3c62b496;
  border-bottom-right-radius: 80px;
}
}

@media only screen and (max-width:999px) {
  .main_display_menu{
    display: none;
  }

  .mision img {
    max-width: 370px;
}

  .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: 80%;
  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: #3c62b496;
    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 {
position: absolute;
content: "";
top: -16px;
z-index: -1;
}
.company_name h3 {
font-size: 85px;
-webkit-text-stroke: 1px #ffffff;
-webkit-text-fill-color: #4252aa;
-webkit-animation: fill 0.9s infinite alternate;
text-transform: uppercase;
}

.products_box h6 {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}

.testimonial_wrapper::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}


.mision h3 {
  font-size: 22px;
  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;
}
.products_box img {
  /* max-width: 100px; */
  margin: auto;
}
.type_font {
  width: 100%;
}
.poli_addres {
  padding-left: 0px;
}
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: #3c62b496;
  border-bottom-right-radius: 80px;
}
.company_name {
  position: absolute;
  content: "";
  top: -24px;
  z-index: -1;
}
.mobilelogo_wrapper {
  width: 159px;
}
}

@media only screen and (max-width:688px){
.gallery{
display: none;
}

.mision h2 {
font-size: 30px;
}
.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 #ffffff;
  -webkit-text-fill-color: #4252aa;
  -webkit-animation: fill 0.9s infinite alternate;
  text-transform: uppercase;
}

.banner_company {
position: relative;
z-index: 999;
padding-top: 37px;
margin-bottom: 10px;
}

.about_image_cover img {
position: relative;
max-width: 286px;
}

.banner_title h2 {
font-size: 24px;
text-transform: uppercase;
color: #ffffff;
}

.banner_title_text p {
max-width: 450px;
font-size: 19px;
margin-bottom: 21px;
color: #ffffff;
}
.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;
background-image: linear-gradient(90deg, rgb(32 174 230 / 74%) 0%, rgb(68 78 167 / 73%) 86%), url(../images/type_bg.jpg);
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;
}
}

/* _____________________________ */