
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body,
    html,
    form,
    ul,
    li,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        padding: 0;
        border: 0;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    a,
    a:hover,
    a:focus {
        border: 0;
        outline: none;
        text-decoration: none;
    }
    
    h1 {
        font-size: 45px;
    }
    
    h2 {
        font-size: 43px;
    }
    
    h3 {
        font-size: 17px;
    }
    
    h6 {
        font-size: 25px;
    }
    
    p{
      color: #E9E9E9;
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 15px;
    }
    
    a:focus,
    input:focus {
        outline: none;
    }
    
    .width100 {
        width: 100% !important;
    }
    
    .lh_1 {
        line-height: 1 !important;
    }
    
    .gap60 {
        padding: 60px 0;
    }
    
    
    body {
        font-family: 'Poppins', sans-serif;
        box-sizing: border-box;
        font-size: 16px;
        overflow-x: hidden;
        outline: none !important;
    }

  .top_header{
    padding: 10px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .top_header img{
    width: 450px;
  }
.main_banner{
  position: relative;
  padding: 60px 0 0;
  background-image: linear-gradient(to top left, #636363, #292929);
}
.main_banner h1{
  color: #CC9F3C;
  font-size: 50px;
  position: relative;
  margin: 170px 0 20px;
  padding-bottom: 20px;
  font-weight: 700;
}
.main_banner h1:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 2px;
  background: #CC9F3C;
}
.main_banner h2{
  color: #fff;
  font-size: 42px;
  margin: 0;
  font-weight: 300;
}
.main_ban_right{
  position: relative;
}
.main_ban_right img{
  position: relative;
  width: 85%;
  margin-left: 10%;
}
.ban_pic_back{
  background-image: linear-gradient(to top, #6D6D6E, #252527);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: rotation 5s infinite linear;
}
@-webkit-keyframes rotation {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
  }
}
.brand_seen{
  padding-top: 80px;
}
.brand_seen h4{
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 28px;
}
.brand_seen ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand_seen ul li {
  width: 235px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #212121, #393939);
  margin-right: 20px;
  border-radius: 50px;
  box-shadow: -6px -6px 12px -2px #000 inset, -3px -3px 25px -16px #fff;
  transition: all 500ms ease-in-out 0ms;
}
.brand_seen ul li:hover{
  box-shadow: -6px -6px 12px -2px #000 inset, -6px -6px 16px -2px #a1a1a1;
  transition: all 500ms ease-in-out 0ms;
}
.brand_seen ul li img{
  max-width: 90%;
  margin: 0 auto;
  display: table;
}
.heading{
  position: relative;
  padding-bottom: 30px;
}
.heading h2{
  color: #CC9F3C;
  font-size: 50px;
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 9;
}
.heading h2:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 2px;
  background: #CC9F3C;
}
.box_shadow_dif{
  box-shadow: -6px -6px 12px -2px #000 inset, -3px -3px 25px -16px #fff;
}
.expect_area{
  padding: 70px 0;
  text-align: center;
  background-image: linear-gradient(to top right, #292929, #636363);
  position: relative;
}
.expect_area p{
  font-size: 18px;
  line-height: 28px;
}
.brdr_abs{
  position: absolute;
  width: 90%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 1px;
  background: #111;
}
.round_big{
  width: 410px;
  height: 430px;
  background-image: linear-gradient(to bottom, #212121, #434343);
  position: absolute;
  border-radius: 50%;
  opacity: .5;
}
.round_small{
  width: 80px;
  height: 80px;
  background-image: linear-gradient(to bottom, #212121, #434343);
  position: absolute;
  border-radius: 50%;
  opacity: .5;
}
.life_area{
  padding: 60px 0;
  background-image: linear-gradient(to top left, #636363, #292929);
  position: relative;
}
.life_area_con{
  position: relative;
}
.life_left{
  border-radius: 25px;
  background-image: linear-gradient(to top left, #393939, #212121);
  padding: 30px;
}
.life_left img{
  width: 100%;
}
.life_area h3{
  color: #E9E9E9;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  margin: 20px 0;
}
.life_area h3 span{
  color: #CC9F3C;
  font-weight: 300;
  display: block;
}
.life_b_round1{
  top: -150px;
  right: -300px;
}
.life_b_round2{
  bottom: -300px;
  left: -160px;
}
.life_s_round1{
  bottom: 150px;
  right: 400px;
}
.career_area{
  padding: 60px 0;
  background-image: linear-gradient(to top right, #292929, #636363);
  position: relative;
  overflow: hidden;
}
.career_area_con{
  position: relative;
}
.career_area h3{
  color: #E9E9E9;
  font-size: 30px;
  line-height: 52px;
  font-weight: 700;
  margin: 20px 0;
}
.career_b_round1{
  top: -390px;
  left: -160px;
}
.career_area .brdr_abs{
  z-index: 9;
}
.life_main_area{
  background-image: linear-gradient(to top left, #3A3A3A, #1D1D1D);
  position: relative;
}
.turn_area{
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.turn_area h3{
  color: #E9E9E9;
  font-size: 30px;
  margin: 0 10% 20px;
  font-weight: 700;
  position: relative;
}
.turn_area p{
  padding: 0 8%;
  position: relative;
}
.turn_b_round1 {
  bottom: 30px;
  right: 60px;
  width: 300px;
  height: 320px;
  opacity: 1;
}
.turn_s_round1{
  top: 160px;
  left: -40px;
}
.journey{
  position: relative;
  padding: 60px 0;
}
.journey_info{
  border-radius: 30px;
  background-image: linear-gradient(to top left, #393939, #212121);
  padding: 25px;
}
.journey_info h3{
  color: #CC9F3C;
  font-size: 22px;
  margin: 10px 0 7px;
  position: relative;
  padding-bottom: 7px;
  font-weight: 700;
}
.journey_info h3:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 2px;
  background: #CC9F3C;
}
.journey_info_right{
  margin-left: 50px;
  position: relative;
}
.journey_info_right_round{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: linear-gradient(to top left, #393939, #212121);
  box-shadow: -6px -6px 12px -2px #000 inset, -3px -3px 25px -16px #fff;
  position: absolute;
  left: -100px;
  top: 0;
}
.journey_info_right_round_in{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #CC9F3C;
  position: absolute;
  left: -85px;
  top: 15px;
}
.journey_info_right:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #000;
  left: -66px;
  top: 0;
}
.journey_info_left{
  margin-right: 50px;
  position: relative;
}
.journey_info_left_round{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: linear-gradient(to top left, #393939, #212121);
  box-shadow: -6px -6px 12px -2px #000 inset, -3px -3px 25px -16px #fff;
  position: absolute;
  right: -100px;
  top: 0;
}
.journey_info_left_round_in{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #CC9F3C;
  position: absolute;
  right: -85px;
  top: 15px;
}
.journey_info_left:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #000;
  right: -66px;
  top: 0;
}
.journey_info_end:before{
  display: none;
}
.education{
  padding: 0 0 60px;
}
.journey_info_hold, .education_info_hold{
  position: relative;
}
.journey_info_hold .journey_s_round1{
  bottom: 250px;
  left: 0;
}
.education_info_hold .education_b_round1{
  top: -450px;
  left: -300px;
}
.nutshell_area{
  padding: 60px 0;
}
.web_info_area ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.web_info_area ul li{
  background: #FFFFFF;
  border-radius: 25px 0 25px 0;
  transition: all 500ms ease-in-out 0ms;
  width: 218px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  padding: 10px;
}
.web_info_area ul li:hover{
  border-radius: 0 25px 0 25px;
  transition: all 500ms ease-in-out 0ms;
}
.my_mission_area{
  padding: 50px 0 60px;
  position: relative;
}
.my_mission_area h4{
  color: #E9E9E9;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  margin-top: 30px;
}
.mission_right{
  padding: 25px;
  background-image: linear-gradient(to top left, #393939, #212121);
  border-radius: 25px;
}
.mission_right img{
  width: 100%;
}
.mission_hold{
  position: relative;
}
.mission_s_round1{
  top: 20px;
  left: -170px;
  height: 150px;
  width: 150px;
}


.footer_area{
  background: #ECC161;
  padding: 60px 0;
}
.foot_top_info{
  text-align: center;
}
.foot_top_info h6, .foot_social h6{
  color: #343434;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 15px;
}
.foot_top_info h6, .foot_social h5{
  color: #343434;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
}
.foot_top_info p{
  color: #343434;
  font-size: 16px;
}
.foot_social{
  padding: 20px 0;
  text-align: center;
}
.foot_social ul li{
  display: inline-block;
  margin: 0 15px;
  font-size: 34px;
}
.foot_social ul li a{
  color: #343434;
}
.footer_area ul.foot_menu{
  margin: 0 0 15px;
}
.footer_area ul.foot_menu li{
  display: inline-block;
  font-size: 20px;
}
.footer_area ul.foot_menu li span{
  margin: 0 10px;
  color: #343434;
}
.footer_area ul.foot_menu li a{
  color: #343434;
  font-weight: 600;
}
.footer_area ul.foot_menu li a:hover{
  color: #000;
}
.footer_bot h5{
  color: #343434;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.footer_bot ul li{
  display: inline-block;
  margin: 0 3px;
  font-size: 16px;
}
.footer_bot ul li a{
  color: #343434;
}