/* company */
.container .center,
.container{
  max-width: 100%;
}
.container .center{
  margin-top: 0;
  flex-wrap: wrap;
}
.container .center > div{
  width: 100%;
}
.company{
  max-width: 1400px ;
  margin: auto;

}
.company >  div > div:first-child{
  position: absolute;
  height: 100%;
  width: 15%;
  max-width: 206px;
  right: 0;
  top: 0;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company > div > div:first-child span{
  font-weight: bold;
  font-size: 100px;
  color: #D0D0D0;
  transform: rotate(90deg);
  white-space: nowrap;
  font-family: "OpenSans-Bold";

}
.company > div{
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 80px;
  padding-top: 100px;
  position: relative;
  padding-right: calc(15% + 70px);
}
.company > div > span:nth-child(2){
  font-family: "OpenSans-Bold";
  font-weight: bold;
font-size: 40px;
text-transform: uppercase;
}

.company > div > .hr{
  width: 50%;
  max-width: 330px;
  height: 1px;
  background: #AEAEAE;
  display: flex;
  margin: 30px 0 20px;
  position: relative;
}
.company > div > .hr::after{
  position: absolute;
  content: '';
  width: 70px;
  top: calc(50% - 1.5px);
  left: 0;
height: 3px;
background: #0258FF;
}
.company > div > p:nth-child(4){
  font-weight: 400;
  font-size: 22px;
}
.company > div > p:nth-child(5),
.company > div > p:nth-child(6),
.company > div > p:nth-child(7){
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 42.5px;
}

.company > ul {
  display: flex;
  width: 100%;
  margin-top: 65px;
  margin-bottom: 110px;
}
.company > ul li{
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.company > ul li:last-child::after{
  display: none;
}
.company > ul li::after{
  content: '';
  right: 0;
  top: calc(50% - 37px);
  width: 1px;
height: 74px;
background: #AAAAAA;

  position: absolute;
}
.company > ul li span{
  font-weight: bold;
  text-align: center;
  font-size: 50px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  font-family: "OpenSans-Bold";
}
.company > ul li p{
  font-weight: 400;
  font-size: 20px;
}

/* services */
.services{

}
.services > div{
  margin: auto;
}

.services > ul{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.services > ul > li:first-child{
  background: #ECECEC;
}
.services > ul > li:first-child > span{
  display: flex;
  font-weight: bold;
  z-index: 2;
  position: relative;
font-size: 40px;
margin-left: 45px;
font-family: "OpenSans-Bold";
text-transform: uppercase;
}
.services > ul > li:first-child > span p{
  font-weight: bold;
font-size: 40px;
color: #FFFFFF;
font-family: "OpenSans-Bold";
margin-right: 10px;
  display: block;
}
.services > ul > li:first-child > span div{
  position: absolute;
  left: -45px;
  top: calc(50% - 54.5px);
  background: #0258FF;
  width: 229px;
height: 109px;
z-index: -1;
}
.services > ul > li:first-child > span div::after{
  position: absolute;
  right: -26px;
  bottom: -13px;
  content: '';
  width: 31px;
height: 26px;
background: #0258FF;
opacity: 0.1;
}

.services > ul > li{
  height: 320px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
}
.services > ul > li:nth-child(1),
.services > ul > li:nth-child(3){
  padding-left: 260px;
}
.services > ul > li:nth-child(2),
.services > ul > li:nth-child(4){
  padding-left: 120px;
  padding-right: 210px;
}

.services > ul > li > span:nth-child(2){
  display: flex;
  width: 100%;
  font-weight: 600;
  margin-top: 5px;
font-size: 32px;
font-family: "OpenSans-SemiBold";
}

.services > ul > li > .hr{
  width: 50%;
  max-width: 227px;
  height: 1px;
  background: #AEAEAE;
  display: flex;
  margin: 20px 0 22.5px;
  position: relative;
}
.services > ul > li > .hr::after{
  position: absolute;
  content: '';
  width: 38px;
  top: calc(50% - 1.5px);
  left: 0;
height: 3px;
background: #0258FF;
}
.services > ul > li > p{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
/* feature */
.feature{
  
}
.feature > div:first-child{
  background: #05192B;
  width: 100%;
  box-sizing: border-box;
  padding: 110px 260px 274px;
}

.feature > div:first-child{
  position: relative;
}
.feature > div:first-child > p:nth-child(1){
  font-weight: bold;
font-size: 40px;
color: #FFFFFF;
font-family: "OpenSans-Bold";
text-transform: uppercase;
}
.feature > div:first-child > .hr{
  width: 50%;
  max-width: 330px;
  height: 1px;
  background: #AEAEAE;
  display: flex;
  margin: 30px 0 20px;
  position: relative;
}
.feature > div:first-child > .hr::after{
  position: absolute;
  content: '';
  width: 70px;
  top: calc(50% - 1.5px);
  left: 0;
height: 3px;
background: #0258FF;
}
.feature > div:first-child > span:nth-child(3){
  font-weight: 400;
font-size: 22px;
color: #FFFFFF;
}
.feature > div:first-child > p:nth-child(4){
  font-weight: 400;
  line-height: 1.5;
  margin: 50px 0;
font-size: 16px;
color: #FFFFFF;
}

.feature > div:first-child > ul{
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  max-width: 1400px;
  bottom: -200px;
}
.feature > div:first-child > ul li{
  background: #fff;
  width: calc(25% - 15px);
  box-sizing: border-box;
  max-width: 335px;
  padding:  30px 30px 76px;
}
.feature > div:first-child > ul li p:first-child{
  font-weight: bold;
font-size: 28px;
color: #222222;
width: 65%;
line-height: 1.25;
font-family: "OpenSans-Bold";
}
.feature > div:first-child > ul li p:last-child{
  font-weight: 400;
font-size: 16px;
color: #222222;
line-height: 1.5;
}

.feature > div:first-child > ul li div{
  display: flex;
  justify-content: space-between;
  margin: 50px 0 70px;
  align-items: center;
}
.feature > div:first-child > ul li div span{
  font-weight: bold;
font-size: 80px;
color: #E3E3E3;
font-family: "OpenSans-Bold";
}


.feature > div:last-child{
  background: #F7F7F7;
  height: 320px;
  width: 100%;
}

/* our */
.our{
  position: relative;
  padding: 110px 0 200px;
  background: #fff;
}

.our > img{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.our_title{
  z-index: 2;
  margin: auto;
  text-align: center;
  width: 100%;
}

.our_title p{
  font-weight: bold;
font-size: 40px;

text-transform: uppercase;

color: #1F2129;
font-family: "OpenSans-Bold";
}
.our_title div{
  width: 100%;
  max-width: 280px;
  height: 1px;
  background: #AEAEAE;
  display: flex;
  margin: 30px auto 20px;
  position: relative;
}
.our_title div:after{
  position: absolute;
  content: '';
  width: 70px;
  top: calc(50% - 1.5px);
  left: calc(50% - 35px);
height: 3px;
background: #0258FF;
}
.our_title span{
  font-weight: 400;
  
font-size: 18px;
}

.our > ul{
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  display: flex;
  margin: 109px  auto 0;
  justify-content: space-between;
}
.our > ul li{
  width: 20%;
  text-align: center;
  position: relative;
}
.our > ul li::after{
  position: absolute;
  content: '';
  width: 150px;
  height: 8px;
  right: -74px;
  top:37px;
  background-size: 100% 100%;
  background: url('/static/agents/images/our-x.webp') no-repeat;

}
.our > ul li:last-child:after{
display: none;
}
.our > ul li span{
  width: 74px;
height: 74px;
background: #FFFFFF;
box-shadow: 0px 7px 35px 0px rgba(3,41,104,0.18);
border-radius: 50px;
display: flex;
margin: auto;
align-items: center;
justify-content: center;
}
.our > ul li p{
  font-weight: 600;
font-size: 20px;
font-family: "OpenSans-SemiBold";
margin-top: 30px;
}

/* profile */
.profile > div:last-child{
 margin:100px auto 0;
}
.profile > img{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 }
 .profile {
  position: relative;
  padding: 110px 0 100px;
 }
 .profile > div{
  z-index: 2;
 }
 .head{
  padding: 0 160px;
 }


body{
  background: #fff;
}
@media screen and (max-width:1700px){
  .feature > div:first-child{
    padding: 50px 50px 274px;
  }
}

@media screen and (max-width:1400px){

  .feature > div:first-child > ul li{
    padding:  15px 15px 76px ;
  }
  .feature > div:first-child > ul{
    width: 90%;
  }

  .services > div img,
  .profile > div:last-child img{
    width: 100%;
  }
  .services > ul > li:nth-child(1), .services > ul > li:nth-child(3){
    padding-left: 0;
  }
  .services > ul > li:nth-child(2), .services > ul > li:nth-child(4){
    padding-right: 0;
    padding-left: 20px;
  }


}




@media screen and (max-width:1200px){
  .our > ul li::after{
    display: none;
  }
}



  /* m */
  @media screen and (max-width:767px){
    

/* banner */
.banner{
  position: relative;
}
.banner span{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  bottom: 45px;
  left: 15px;
}
.banner span p:first-child{
  font-weight: 400;
  text-transform:uppercase;
font-size: 32px;
width: 100%;
font-family: "OpenSans-Bold";
font-style: oblique;
color: #FFFFFF;
  
}

.banner span p:last-child{
  font-weight: 400;
  font-size: 13px;
  margin-top: 10px;
  font-style: oblique;
  color: #FFFFFF
}

.company > div > div:first-child{
  display: none;
}
.services > div img,
.profile > div img{
  width: 100%;
}


.company > div{
  padding: 0;
  border:none;
}

.company > ul,
.feature > div:first-child > ul,
.our > ul{
  flex-wrap: wrap;
}
.services > ul > li{
  padding: 0 !important;
}
.feature > div:first-child{
  padding: 0;
}
.feature > div:first-child > ul li{
  padding: 0;
}
.feature > div:first-child > ul li{
  width: calc(50% - 5px);
  border: 1px solid #DDDDDD;
  margin-bottom: 10px;
  padding: 20px 15px;
  box-sizing: border-box;
}

.company > ul li{
  box-sizing: border-box;
  text-align: center;
  width: 50%;
  padding: 0 25px;
  margin-top: 30px;
}
.feature > div:first-child > ul li div{
  margin: 25px 0;
}
.feature > div:first-child > ul li p:last-child{
  font-size: 12px;
}


.company > div > span:nth-child(2){
font-size: 19px;
display: block;
margin-top: 50px;
}
.company > div > p:nth-child(4){
font-size: 13px;
}
.company > div > p:nth-child(5), .company > div > p:nth-child(6), .company > div > p:nth-child(7){
font-size: 12px;
margin-top: 25px;
}

.company > div > .hr{
  margin: 15px 0 10px;
}

.company > ul li:nth-child(2)::after{
  display: none;
}

.company > ul li span{
  font-size: 30px;
}
.company > ul li p{
  font-size: 14px;
  line-height: 1.25;
  height: 35px;
}



.company > ul{
  margin: 0 0 30px;
}

.services > div{
  margin-left: -10px;
  margin-bottom: 25px;

}

.services > div img{
  width: calc(100% + 10px);
}
.services > ul > li:first-child{
  width: 100%;
  justify-content: center;
  max-width: 100%;
  height: 105px;
}
.services > ul > li:first-child > span,
.services > ul > li:first-child > span p{
  font-size: 20px;
}
.services > ul > li:first-child > span div {
  left: -22.5px;
  top: calc(50% - 27.5px);
  width: 115px;
  height: 55px;

}
.services > ul > li{
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.services > ul > li > span:nth-child(2){
  font-size: 16px;
}
.services > ul > li > p{
  font-size: 12px;
}
.services > ul > li > .hr{
  margin: 10px 0 15px;
}
.services > ul > li > div img{
  max-width: 45px;
}

.services > ul{
  margin-bottom: 45px;
}
.feature{
  padding: 0 !important;
}
.feature > div:first-child{
  padding: 55px 10px 125px;
}

.feature > div:first-child > p:nth-child(1){
  font-size: 19px;
}
.feature > div:first-child > span:nth-child(3){
  font-size: 13px;
}

.feature > div:first-child > p:nth-child(4){
  font-size: 12px;
  margin: 25px 0;
}

.feature > div:first-child > .hr{
  margin: 15px 0 10px;
}


.feature > div:first-child > ul li p:first-child{
  font-size: 16px;
}

.feature > div:first-child > ul li div img{
  max-width: 35px;
}

.feature > div:first-child > ul li div span{
  font-size: 40px;
}

.feature > div:last-child {
  background: #fff;
  height: 410px;

}

.our > ul li{
  width: 50%;
}
.our > ul li::after{
  display: none;
}

.feature > div:first-child > ul{
  bottom: -365px;
  width: calc(100% - 20px);
}

.our_title p{
font-size: 19px;
}
.our_title span{
  font-size: 13px;
}

.our_title div{
  margin: 15px auto 10px;
  max-width: 140px;
}

.our_title div:after{
  max-width: 35px;
  left: calc(50% - 17.5px);
}






.profile{
  padding: 50px  10px 30px !important;
}

.profile > div:last-child{
  margin: 40px auto 0;
}





.our > ul{
  margin: 10px 0 60px;
}
.our > ul li{
  margin-top: 30px;
}
.our > ul li:nth-child(1),
.our > ul li:nth-child(2),
.our > ul li:nth-child(3){
  width: 33%;
}

.services > ul > li:first-child > span{
  margin-left: 0;
}


.our > ul li:nth-child(4),
.our > ul li:nth-child(5){
  width: 50%;
}
.our > ul li span{
  width: 50px;
  height: 50px;
}
.our > ul li span img{
  width: 30px;

}


.our > ul li p{
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.25;
}









  }



























