* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Google Sans Flex", sans-serif;

}

a {
  text-decoration: none;
}

p{
   
}

.menu_name{
  visibility: hidden;
}

.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}

.logo_left {
  width: 120px;
}

.logo_left img {
  width: 92px;
}

.nav_header {
  position: fixed;
  width: 100%;
  padding: 10px 0px;
  z-index: 99;
}

.nav_header.fixed {
  
background: linear-gradient(1deg, rgb(255 255 255 / 63%) 50%, rgb(255 255 255) 88%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 0%);
    z-index: 1000;
}


.banner_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_img::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background: #000000;
      background: linear-gradient(1deg, rgb(18 59 139) 2% -67%, rgb(0 0 0 / 36%) 50%, rgb(255 255 255) 94%);
  width: 100%;
  height: 100%;
}

.banner_img img {
  width: 100%;
    height: 100vh;
  object-fit: cover;
}

.banner_type_img img{
  border-radius:10px;
}

.banner_img_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_list ul li a i{
     color: #123b8b;
    font-weight: 500;
    font-size: 16px;
}

.banner_text h4{
 font-size: 27px;
    text-transform: uppercase;
    color: #123b8b !important;
}

.banner_img_inner::after {
position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: #000000;
    background: linear-gradient(1deg, rgb(255 255 255 / 0%) 2% -67%, rgb(255 255 255 / 36%) 50%, rgb(255 255 255) 94%);
    width: 100%;
    height: 100%;
}

.banner_img_inner img {
     width: 100%;
    height: 282px;
    object-fit: cover;
}

.con_box{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 17px;
    margin-top: 26px;
}

.con_icon {
    width: 53px;
    height: 53px;
    display: flex;
    background-color: #123b8b;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 24px;
}

.services_boxx img{
  border-top-right-radius: 80px;
}

.product_info{
  position: relative;
    padding: 80px 0px;
    background: linear-gradient(90deg, #ffffff, #527fafa3);
    /*background-image: url(../images/grid.png);*/
}

.con_icon i{
  font-size:20px;
  color:#fff;
}

.con_text{
  width:80%;
}

.con_text p{
    margin-bottom: 0px;
    font-family: 'Mulish';
}

.con_text h3{
  font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
        color: #000000;
}

.small ul{
  list-style-type: none;

  gap:6px;
  margin-bottom:0px;
  padding-left:0px;
}

.small ul li {
    margin-bottom: 23px;
}

.small ul li a{
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 64vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%);
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
        background-color: #123b8b;
    background-image: url(../images/grid.png);
    background-position: center;
    background-size: cover;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s 
ease-in-out;
}

.abt_sec {
  position: relative;
  padding: 60px 0px;
    background: linear-gradient(90deg, #ffffff, #527fafa3);
  /*background-image: url(../images/grid.png);*/
}

.banner_text {
  position: absolute;
  content: "";
  z-index: 9;
}

.banner_text h3 {
font-size: 47px;
    text-transform: capitalize;
    color: #ffffff;
}

.abt img {
     clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.menu_name h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.menu_name img {
  width: 27px;
}

.menu_list ul {
  padding-left: 0px;
  display: inline-flex;
  margin-bottom: 0px;
  gap: 34px;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.menu_list {
  overflow: hidden;
  /* max-height: 0; */
  opacity: 1;
  transition: max-height 0.5s ease, opacity 0.4s ease;

}

.abt2 {
  max-width: 272px;
  border-radius: 20px;
  margin-top: 10px;
}

.abt2 img {
   clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.menu_name {
  cursor: pointer;
}

.menu_list.show {
  max-height: 200px;
  /* enough space for menu items */
  opacity: 1;
}

.detail_txt h3{
font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.detail_txts h3{
      font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
}

.detail_txts a {
background-color: #ffffff;
    color: #123b8b;
    padding: 15px 20px;
    margin-top: 10px;
    border-radius: 23px;
    font-size: 14px;
    letter-spacing: 2px;
}

.detail_txt a{
    background-color: #1a96c2;
    color: #fff;
    padding: 15px 20px;
    margin-top: 10px;
    border-radius: 23px;
    font-size: 14px;
    letter-spacing: 2px;
}

.year{
    width: 184px;
    margin: auto;
    background: linear-gradient(1deg, rgb(255 255 255 / 40%) 2% -67%, rgba(253, 29, 29, 0) 50%, rgb(255 255 255 / 0%) 94%);
    border-radius: 29px;
}

.year h2{
    font-weight: 600;
    font-size: 110px;
    margin-bottom: 0px;
    color:#163c88;
}

.year h3{
   font-weight: 600;
    font-size: 17px;
    margin-bottom: 0px;
    letter-spacing: 5px;
    line-height: 26px;
    color:#163c88;
}

.white{
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius:50%;
}

.white i{
  color:#000000;
}

.abt_section_blue{
  position: relative;
  padding: 80px 0px;
  background-color: #ffffff;
  
}

.history_img img{
      clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.detail_txt h6{
  font-weight: 700;
  color: #c1751a !important;
  text-transform: uppercase;
}

.detail_txt h2{
font-weight: 500;
    font-size: 19px;
    color: #123b8b !important;
    text-transform: uppercase;
}


.abt_btn img{
  max-width:300px;
}

.abt_section_white{
  position: relative;
  padding: 80px 0px;
      /* background-image: linear-gradient(to bottom, #ffffffa8, #ffffffb0), url(../images/chain_steel.png); */
 
}

.abt_text h6{
  color: #c1751a !important;
  font-weight: 700;
  text-transform: uppercase;
}

.abt_texts p{
  color:#000;
}

.abt_texts h6 {
    color: #c1751a !important;
    font-weight: 700;
    text-transform: uppercase;
}

.ser_text p{
  font-size:12px;
}

.services_boxo {
    position: relative;
    height: 300px;
}

.services_boxo img{
  object-fit: cover;
  height:100%;
clip-path: polygon(
    0 0,
    calc(100% - 30px) 0,
    100% 30px,
    100% 100%,
    30px 100%,
    0 calc(100% - 30px)
  );
}



.services_box {
    position: relative;
    height: 400px;
    border: 1px solid #e1dcdc;
}

.services_box img{
  object-fit: cover;
  height:100%;
clip-path: polygon(
    0 0,
    calc(100% - 30px) 0,
    100% 30px,
    100% 100%,
    30px 100%,
    0 calc(100% - 30px)
  );
}

.services_box::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: #ffffff;
        background: linear-gradient(0deg, rgb(255 255 255) 12%, rgba(255, 255, 255, 0) 50%);
    width: 100%;
    height: 100%;
        clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

 .one {
    top: 50px;
    background: #ffffff;
    margin-top: 10px;
  }
  .two {
    top: 80px;
    background: #ffffff;
    margin-top: 10px;
  }
  .three {
    top: 110px;
    background: #ffffff;
    margin-top: 10px;
  }
  
  .four {
    top: 140px;
    background: #ffffff;
    margin-top: 10px;
  }

  .cardx{
     position: sticky;
         top: 50px;
  
    margin-top: 10px;
  } 

  .history_heading h6{
    font-size: 25px;
    text-transform: uppercase;
 
  }

  .card {
    width: 80%;
    margin: 0 20px;
    box-sizing: border-box;
    background: #ffffff00;
    height: 249px;
    border-radius: 0px;
    background-color: #123b8b;
    background-image: url(../images/grid.png);
    position: sticky;
    margin: auto;
    border-bottom: 1px solid #ffffff;
    font-weight: medium;
    padding: 20px;
    color:#fff;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.ser_text{
position: absolute;
    content: "";
    width: 90%;
    bottom: 0px;
    left: 14px;
    z-index: 99;
}

.ser_text{
  color:#000000;
}

.why_us{
    position: relative;
    padding: 80px 0px;
    background: linear-gradient(90deg,#527fafa3 , #ffffff);
    /*background-image: url(../images/grid.png);*/
}

.why_us_lf p{
       margin-bottom: 0px;
       text-transform: capitalize;
       font-weight: 500;
       color: #ffffff;
}

.why_con_img{
  position:relative;
      clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.why_con_img::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: #ffffff;
    background: linear-gradient(0deg, rgb(36 90 109 / 0%) 12%, rgba(255, 255, 255, 0) 50%);
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
    width: 100%;
    height: 100%;
}

.why_con_img{
  max-width:450px;
  margin: auto;
}

.user_wrapper{
     position: relative;
    padding: 80px 0px;
    background-image: linear-gradient(to bottom, #123b8b5e, #1d3880), url(../images/ss-big.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}


.clip{
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.mison{
  background-color: #00369f;
    background-image: url(../images/grid.png);
}

.mission_blue {
    position: relative;
    padding: 51px 0px 80px 0px;
    background: linear-gradient(90deg, #000328, #00458E);
}

.testimonial{
  padding-top:50px;
}

.mis1{
  height:100%;
}

.contact_box {
    background-color: #fff;
    border-radius: 30px;
    padding: 26px;
    max-width: 437px;
}

.abt_secs h1 {
    font-size: 35px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
}

.mis1 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.mis_text {
    padding: 20px;
    border: 1px solid #8080806e;
}

.input-wrapper input {
        font-size: 10px;
    color: #0e0e0e;
    width: 100%;
    height: 49px;
    outline: none;
   border: 1px solid #a19a9d;
    padding: 10px 20px;
    border-radius: 25px;
    position: relative;
    background-color: #f3f7fc00;
}

.input-wrapper label {
    color: #000000 !important;
    font-size: 15px;
    text-transform: capitalize;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
    font-weight: 700;
    padding: 0 8px;
    pointer-events: none;
    background: #ffffff;
    -webkit-transition: -webkit-transform 100msease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100msease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.input-wrapper {
    width: 100%;
    position: relative;
    line-height: 14px;
    margin-top: 23px;
    display: inline-block;
}

textarea.form-control {
    min-height: calc(1.5em + (.75rem + 2px));
        font-size: 13px;
    color: #0e0e0e;
    width: 100%;

    outline: none;
    border: 1px solid #a19a9d;
    padding: 10px 20px;
    border-radius: 25px;
    position: relative;
    background-color: #f3f7fc00;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: rgb(255 255 255);
    border: 0;
    opacity: .25;
}

.wrappers {
    display: flex;
        border: 1px solid #1b438d4f;
    margin: 50px auto;
    padding: 20px;
    position: relative;
    flex-wrap: wrap;
    width: 87%;
}


.wrappers:after, .wrappers:before {
  content: "";
  position: absolute;
  font-family: fontAwesome;
  font-size: 50px;
  color: #111;
  background: #fff;
}


.wrappers:after {
  content: "\ec51";
  font-family: remixicon !important;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  box-shadow: 10px 10px 0 #fff;
}

.wrappers:before {
  content: "\ec52";
  font-family: remixicon !important;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  box-shadow: -10px -10px 0 #fff;
}

.description {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.description h6 {
   height: 81px;
    overflow-y: scroll;
    font-size: 14px;
    color: #645959;
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background-color: #f5f5f500;
}

#style-1::-webkit-scrollbar
{
	width: 2px;
	background-color: #f5f5f500;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #55555500;
}

.count_text h4{
        font-size: 50px;
    font-weight: 400;
    color: #fff;
    color: #ffffff00;
    -webkit-text-stroke: 1px #163c88;
    margin-top: 15px;
}

.count_text h6{
  font-size:12px;
}

.counter {
 margin: 20px 0px;
}

.title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  position: relative;
    z-index: 9;
}
.title small {
  display: block;
  font-size: 25px;
  text-align: right;
}

.abt_foot{
  position: relative;
}

.fot_0nr{
  position: absolute;
  width:70%;
  content:"";
  bottom:0;
}

.footer_sec{
position: relative;
    padding: 80px 0px;
 background: linear-gradient(90deg, #000328, #00458E);
    /*background-image: url(../images/grid.png);*/
}

.bottom p {
    font-size: 12px;
    color: #ffffff;
}

.number{
      font-family: 'Manrope';
}

.main_btn button{
        background-color: #123b8b;
    color: #fff;
    padding: 15px 20px;
    margin-top: 10px;
    border-radius: 23px;
    font-size: 14px;
    letter-spacing: 2px;
}

.why_us_lf p i{
      color: #d2a875;
    font-weight: 300;
}

.footer_content {
    max-width: 450px;
}

.fixedhome_menu2 ul {
    list-style-type: none;
    display: inline-flex;
    gap: 23px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.fixedhome_menu2 ul li a {
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
}

.footer_content h6 {
    color: #fff;
    font-size: 15px;
}

.foot_ul ul li a {
    text-decoration: none;
    color: #fff;
}

.foot_ul ul {
 list-style-type: none;
    padding-left: 0px;
    flex-direction: column;
    display: flex;
    gap: 18px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
}

.footer_content p {
    font-size: 16px;
    color: #fff;
    font-weight: 100;
}

.footer_content h6{
text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 700;
}

.foot_ul h6{
  color: #ffffff !important;
  font-weight: 700;
}

.title img{
 width:120px !important;
 border-radius:50%;
}

.menu_list{
  display: block;
}

.menu_list ul li a{
    color: #000;
    font-weight: 500;

}
.fixed_icon_bars2 {
    position: fixed;
    z-index: 9;
    background-color: #123b8b;
       bottom: 30px;
    right: 92px;
    height: 60px;
    width: 60px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed_icon_bar {
    position: fixed;
        z-index: 9;
  background-color: #123b8b;
    bottom: 29px;
    right: 29px;
    height: 60px;
    width: 60px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed_icon a {
    text-decoration: none;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
  .banner_img img {
    width: 100%;
    height: 84vh;
    object-fit: cover;
}

.menu_name{
  visibility: visible;
}

.ser_text p {
    font-size: 12px;
    font-weight: 500;
}

    .ser_text h5 {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .ser_text {
        position: absolute;
        content: "";
        width: 100%;
        bottom: 0px;
        left: 1px;
        z-index: 9;
        padding: 10px;
        background-color: #618ab68f;
    }
.menu_list{
  display: none;
}

.detail_txt h3 {
    font-size: 24px;

    text-align: center;
}

.detail_txt h6 {
    font-weight: 700;
    color: #c1751a !important;
    text-transform: uppercase;
    text-align: center;
}

.why_us_lf p {
margin-bottom: 0px;
        text-transform: uppercase;
        font-weight: 400;
        color: #ffffff;
        font-size: 12px;
}
.footer_sec {
    position: relative;
    padding: 52px 0px;
    background-color: #123b8b;
    background-image: url(../images/grid.png);
}

.contact_box {
    background-color: #fff;
    border-radius: 46px;
    padding: 21px;
    max-width: 437px;
}

.services_boxo {
    position: relative;
    height: 180px;
}

.count_text h4
 {
    font-size: 39px;
    font-weight: 400;
    color: #fff;
    color: #ffffff00;
    -webkit-text-stroke: 1px #ffffff;
    margin-top: 15px;
}
.detail_txts h3 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
}

.services_box {
    position: relative;
    height: 245px;
}

.card {
    width: 100%;
    margin: 0 20px;
    box-sizing: border-box;
    background: #ffffff00;
    height: 249px;
    border-radius: 0px;
    background-color: #123b8b;
    background-image: url(../images/grid.png);
    position: sticky;
    margin: auto;
    border-bottom: 1px solid #ffffff;
    font-weight: medium;
    padding: 20px;
    color: #fff;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.history_heading h6 {
    font-size: 21px;
    text-transform: uppercase;
}

.services_box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.con_icon {
    width: 43px;
    height: 43px;
    display: flex;
    background-color: #123b8b;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 24px;
}

.abt_section_blue {
    position: relative;
    padding: 40px 0px;
    background-color: #ffffff;
}

     .banner_img img {
  width: 100%;
        height: 63vh;
        object-fit: cover;
    }

    .banner_text h3 {
    font-size: 28px;
    text-transform: capitalize;
    color: #ffffff;
}
.year h2 {
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 0px;
    color: #fff;
}

.wrappers {
    display: flex;
        border: 1px solid #1b438d4f;
    margin: 50px auto;
    padding: 20px;
    position: relative;
    flex-wrap: wrap;
    width: 87%;
}
.con_text h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
}
}

@media screen and (max-width: 668px) {
.detail_txt h2 {
    font-weight: 500;
    font-size: 19px;
    color: #c1751a !important;
    text-transform: uppercase;
}
.smb{
  display: none !important;
}
    .detail_txts h3 {
        font-size: 22px;
        font-weight: 500;
        text-transform: uppercase;
        color: #000000;
        text-align: left;
    }
    .abt_section_blue {
        position: relative;
        padding: 30px 0px;
        background-color: #ffffff;
    }

    .year h3 {
        font-weight: 600;
        font-size: 11px;
        margin-bottom: 0px;
        letter-spacing: 3px;
        line-height: 26px;
        color: #ffffff;
    }
}
.toastt {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 250px;
    padding: 12px 18px;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
    animation: 0.3s slideIn;
    background: #2500ac;
}
.toastt.success {
    background-color: #28a745;
}
.toastt.danger {
    background-color: #dc3545;
}