@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Nunito:wght@600&display=swap');
*{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
html {
  scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    }
    a{
      cursor: pointer;
      transition: .3s;
    }
    a:hover{
      color: #ff6f06!important;;
    }
    h1 {
      color: #FFFFFF;
      font-size: 30px;
      font-weight: 800;
      margin-bottom: 20px;
    }
    @media only screen and (min-width: 430px){
    h1 {
      color: #FFFFFF;
      font-size: 38px;
      font-weight: 800;
      margin-bottom: 20px;
    }
  }
    h2 {
      font-size: 32px;
      font-weight: 800;
      align-items: center;
      color: #000080;
      padding-bottom: 30px;
    }
  .con-sp{
      padding-top: 70px;
  padding-bottom: 70px;
    }
.inner-box{
  padding-left: 20px;
  padding-right: 20px;
}
  .main {
      width: 100%;
      padding: 0px;
      margin: 0px;
  }
  .container{
    max-width: 1260px;
    margin: auto;
  }
  .container_inner{
    max-width: 1260px;
    margin: auto;
    z-index: 4;
    position: relative;
    width: 100%;
  }
  @media only screen and (min-width: 992px){
  .container_head {
    width: 100%;
    height: 800px;
    background-color: #18184A !important;
  }
}
  .container_head_left{
    width: 100%;
    height: 440px;
  }
  @media only screen and (min-width: 992px){
  .container_head_left{
    width: 49%;
    display: inline-block;
  }
}
  .container_head_left-background{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 600px;
    }
  @media only screen and (min-width: 992px){
  .container_head_left-background{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60%;
    height: 800px;
    }
  }
  .container_head_left-background img{
    object-fit: cover;
    width: 100%;
    height: 600px;
    }
  @media only screen and (min-width: 992px){
 .container_head_left-background img{
  object-fit: cover;
  width: 100%;
  height: 800px;
  }
}
.head_text_box_c {
  max-width:600px;
  padding-top: 50px;
}
@media only screen and (min-width: 992px){
  .head_text_box_c {
    max-width: 380px;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px){
.container_head_right {
  width: 100%;
  background-color: #18184A !important;
  }
}
@media only screen and (min-width: 992px){
  .container_head_right {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 400px;
    }
  }
  .container_head_absolute {
    width: auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
@media only screen and (min-width: 1200px){
  .container_head_absolute {
    position: absolute;
    width: 720px;
    height: auto;
    top: -82px;
    right: 58px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px){
  .container_head_absolute {
    position: absolute;
    width: 520px;
    height: auto;
    top: 19px;
    right: 99px;
  }
}
@media only screen and (max-width: 991px){
  .container_head_absolute img{
    width: 80%;
    height: auto;
  }
}
@media only screen and (min-width: 992px){
  .container_head_absolute img{
    width: 100%;
    height: auto;
  }
}


.head_text_box{
  padding-left: 20px;
}
  .head_text_box_p{
    max-width: 280px;
  }
  .head_text_box_p p{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .head_text_box_btn button {
    background-color: #FF6F06;
    color: white;
    border: none;
    border-color: #FF6F06;
    width: 140px;
    height: 50px;
    border-radius: 24px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

 .header-logo{
  display: inline-block;
  margin-left: 0px!important;
  margin-right: auto;
  width: 20%;
 }
 .header-logo img{
  margin-top: 20px;
 }
  .head_buttons {
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    text-align: right;
    width: 79%;
  }

  .head_buttons a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
  }
  .head_buttons a:first-child {
    margin-right: 20px;
  }
  @media only screen and (min-width: 992px){
  .head_buttons a:first-child {
    margin-right: 40px;
  }
}

  @media only screen and (min-width: 992px){
  .blocks {
    width: 100%;
    display: flex;
  }
}
  .block {
    width: 100%;
  }
  @media only screen and (min-width: 992px){
  .block {
    width: 33%;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
  }
}
  .block  .block-inner{
    max-width: 260px;
    margin: auto;
  }
  

  .block .block-title{
    color: #15616D;
    font-size: 24px;
    font-weight: 800;
  }

  .block p {
    color: #15616D;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
  }

  .container_info_img img{
    height: 380px;
    width: 100%;
    object-fit: cover;
  }
  .container_info {
    width: 100%;
    background-color: #18184A;
  }
  .container_info_text{
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
@media only screen and (min-width: 1200px){
  .container_info {
    position: relative;
    height: 720px;
  }
  .container_info_img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 720px;
    width: 60%;
  }
  .container_info_img img{
    width: 100%;
    height: 720px;
    object-fit: cover;
  }
  .container_info_text{
    width:30% ;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1199px){
  .container_info_text{
    width:45% ;
    padding-left: 20px;
  }
  .container_info {
    position: relative;
    height: 580px;
  }
  .container_info_img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 580px;
    width: 50%;
  }
  .container_info_img img{
    width: 100%;
    height: 580px;
    object-fit: cover;
  }
}

  .container_info_text p {
    color: white;
    font-weight: 400;
    line-height: 24px;
  }

  .container_info_text_box {
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
  }
.container_aboutus{
  padding-left: 20px;
  padding-right: 20px;
}
  .container_aboutus_head {
    text-align: center;
  }

 

  .container_aboutus_text p {
    max-width: 960px;
    margin: auto;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #15616D;
  }
  .container_consist{
    padding-left: 20px;
    padding-right: 20px;
  }
.container_consists_header{
  text-align: center;
}
  .container_footer {
    background-color: #18184A;
  }

  .container_footer_copyright{
    border-top: 1px solid #15616D;
  }

  .container_footer_copyright p{
    font-size: 14px;
    line-height: 19.12px;
    letter-spacing: 0.88px;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .container_footer_info {
    width: 100%;
  }
  @media only screen and (min-width: 460px){
  .container_footer_info {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
  .container_footer_info_left{
    width: 100%;
    text-align: center;
      }
  @media only screen and (min-width: 460px){
  .container_footer_info_left{
width: 50%;
text-align: left;
  }
}
.container_footer_info_left p{
  color: white;
  font-size: 17px;
  line-height: 21px;
  max-width: 200px;
  margin: auto!important;
  font-weight: 300;
  padding-bottom: 40px;
}
@media only screen and (min-width: 460px){
  .container_footer_info_left p{
    color: white;
    font-size: 17px;
    line-height: 21px;
    max-width: 200px;
    font-weight: 300;
    margin-left: 0!important;
  }
}
  .container_footer_info_left img{
    padding-bottom: 20px;
  }
  .container_footer_info_right {
    width: 100%;
    text-align: center;
      }
  @media only screen and (min-width: 460px){
  .container_footer_info_right {
width: 49.8%;
text-align: right;
  }
}
.footer_info_right_inner{
  text-align: center;
  margin:auto;
  max-width: 249px;
}
@media only screen and (min-width: 460px){
  .footer_info_right_inner{
    text-align: left;
    margin-right: 0px;
    margin-left: auto;
    max-width: 249px;
  }
}

  .container_footer_info_right h4 {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    letter-spacing: 0.69px;
    font-weight: 700;
    color: white;  
  }
  .container_footer_info_right p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.69px;
    font-weight: 300;
    color: white;  
  }
  

 


  


