* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;

}

a {
  text-decoration: none;
}

p{
   font-family: "Raleway", sans-serif;
}

.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 / 78%) 50%, rgb(255 255 255) 88%);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  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(6 152 203) 2% -67%, rgb(0 0 0 / 36%) 50%, rgb(255 255 255) 94%);
  width: 100%;
  height: 100%;
}

.banner_img img {
  width: 100%;
  height: 115vh;
  object-fit: cover;
}


.banner_img_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_img_inner::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background: #000000;
  background: linear-gradient(1deg, rgb(6 152 203) 2% -67%, rgb(0 0 0 / 36%) 50%, rgb(255 255 255) 94%);
  width: 100%;
  height: 100%;
}

.banner_img_inner img {
    width: 100%;
    height: 453px;
    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: #0698cb;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 24px;
}

.con_icon i{
  font-size:20px;
  color:#fff;
}

.con_text{
  width:80%;
}

.con_text p{
  margin-bottom: 0px;
}

.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: 45px;
}

.small ul li a{
     font-size: 18px;
    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-image: linear-gradient(to bottom, #1a96c2, #0a68899e), url(../images/menu_bg.webp);
    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-color: #0698cb;
}

.banner_text {
  position: absolute;
  content: "";
  z-index: 999;
}

.banner_text h3 {
  font-size: 68px;
  text-transform: uppercase;
  color: #ffffff;
}

.abt img {
    border-radius: 20px;
    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 {
  border-radius: 20px;
}

.menu_name {
  cursor: pointer;
}

.menu_list.show {
  max-height: 200px;
  /* enough space for menu items */
  opacity: 1;
}

.detail_txt h3{
    font-size: 37px;
    font-weight: 700;
    text-align: center;
}

.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: #fff;
}

.year h3{
   font-weight: 600;
    font-size: 17px;
    margin-bottom: 0px;
    letter-spacing: 5px;
    line-height: 26px;
    color: #ffffff;
}

.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;
background: linear-gradient(1deg, rgb(255 255 255) 2% -67%, rgb(255 255 255 / 36%) 50% 50%, rgb(6 152 203) 97% -2%);
    background-color: #174e61;
}

.detail_txt h6{
  font-weight: 700;
  color: #c1751a !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);
  background-position: center;
  background-size: cover;
}

.abt_text h6{
  color: #c1751a !important;
  font-weight: 700;
  text-transform: uppercase;
}

.services_box{
  position: relative;
}

.services_box::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: #ffffff;
    background: linear-gradient(0deg, rgb(26 150 194) 12%, rgba(255, 255, 255, 0) 50%);
    width: 100%;
    height: 100%;
}

.ser_text{
position: absolute;
    content: "";
    width: 90%;
    bottom: 0px;
    left: 14px;
    z-index: 99;
}

.ser_text{
  color:#fff;
}

.why_us{
    position: relative;
    padding: 80px 0px;
    background-color: #ffffff;
        background: linear-gradient(1deg, rgb(1 153 203) 2% -67%, rgb(255 255 255 / 36%) 50% 50%, rgb(255 255 255) 97% -2%);
    background-color: #174e61;
}

.why_us_lf p{
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}

.why_con_img{
  position:relative;
}

.why_con_img::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: #ffffff;
    background: linear-gradient(0deg, rgb(36 90 109 / 90%) 12%, rgba(255, 255, 255, 0) 50%);
    width: 100%;
    height: 100%;
}

.why_con_img{
  max-width:450px;
  margin: auto;
}

.user_wrapper{
  position: relative;
  padding: 80px 0px;
  background-color: #064459;
  background-image: url(../images/bg_steeel.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_box{
background-color: #fff;
    border-radius: 46px;
    padding: 34px;
    max-width: 437px;
}

.input-wrapper input {
    font-size: 13px;
    color: #0e0e0e;
    width: 100%;
    height: 49px;
    outline: none;
    border: 1px solid #444243;
    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 #444243;
    padding: 10px 20px;
    border-radius: 25px;
    position: relative;
    background-color: #f3f7fc00;
}

.wrappers {

display: flex;
    border: 3px solid #1a96c2;
    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 {
  font-size: 14px;
}

.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-color: #1a96c2;
}

.bottom p {
    font-size: 12px;
    color: #ffffff;
}

.number{
      font-family: 'Manrope';
}

.main_btn button{
        background-color: #1196c5;
    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: 10px;
    font-size: 15px;
    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;
}

.fixed_icon_bar {
    position: fixed;
        z-index: 9;
    background-color: #ffffff;
    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: #1a96c2;
}

@media screen and (max-width: 768px) {
  .banner_img img {
    width: 100%;
    height: 84vh;
    object-fit: cover;
}

.menu_name{
  visibility: visible;
}


.menu_list{
  display: none;
}

.detail_txt h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.why_us_lf p {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 12px;
}
.footer_sec {
    position: relative;
    padding: 52px 0px;
    background-color: #1a96c2;
}
}