#all #this_col {
  background-color: #f1f1f1;
  /*background-color: #fff;*/
}
#all #this_col #banner {
  position: relative;
  overflow: hidden;
}
#all #this_col #banner > .img_b {
  overflow: hidden;
}
#all #this_col #banner > .img_b img {
  width: 100%;
}
#all #this_col #banner .banner_text .banner_text_in {
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#all #this_col #banner .banner_text .banner_text_in h2 {
  font-weight: bold;
  color: #fff;
  font-size: 55px;
  padding-bottom: 5px;
}
#all #this_col #banner .banner_text .banner_text_in h5 {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 1vw;
}
#all #this_col #banner .banner_text .banner_text_in h5 span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0 5px;
  background-color: #fff;
}
#all #this_col #banner .banner_text .banner_text_in h5 span:last-child::after {
  background-color: transparent;
}
#all #this_col #banner .banner_text .banner_text_in .hvr-sweep-to-right:before {
  border-radius: 8px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #db7c19;
}
#all #this_col #content #why,
#all #this_col #content #process,
#all #this_col #content #team,
#all #this_col #content #delivery,
#all #this_col #content #faq {
  width: 70vw;
  margin: auto;
  margin-top: 120px;
}
#all #this_col #content #why .top_text,
#all #this_col #content #process .top_text,
#all #this_col #content #team .top_text,
#all #this_col #content #delivery .top_text,
#all #this_col #content #faq .top_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col #content #why .top_text h5,
#all #this_col #content #process .top_text h5,
#all #this_col #content #team .top_text h5,
#all #this_col #content #delivery .top_text h5,
#all #this_col #content #faq .top_text h5 {
  color: #155e8a;
  font-size: 16px;
}
#all #this_col #content #why .top_text h3,
#all #this_col #content #process .top_text h3,
#all #this_col #content #team .top_text h3,
#all #this_col #content #delivery .top_text h3,
#all #this_col #content #faq .top_text h3 {
  padding: 15px 20px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
#all #this_col #content #why .top_text span,
#all #this_col #content #process .top_text span,
#all #this_col #content #team .top_text span,
#all #this_col #content #delivery .top_text span,
#all #this_col #content #faq .top_text span {
  font-size: 14px;
  color: #888888;
}
#all #this_col #content #why {
  width: 70vw;
  height: 80px;
  margin: auto;
  position: relative;
}
#all #this_col #content #why .this_in {
  border-radius: 10px;
  position: absolute;
  transform: translate(0, -18vw);
  background-color: #ffffff;
  box-shadow: 2px 2px 3px #e9e9e9;
  display: flex;
  align-items: center;
  padding-left: 30px;
  
  width: 70vw;
}
#all #this_col #content #why .this_in .left_text {
  width: 45vw;
  /*padding-right: 20px;*/
  /*padding-top: 30px;*/
}
#all #this_col #content #why .this_in .left_text h3 {
  font-size: 35px;
  font-weight: 700;
}
#all #this_col #content #why .this_in .left_text p {
  margin-top: 30px;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 28px;
}
#all #this_col #content #why .this_in .right_text {
  padding: 30px 10px 35px;
  width: 55vw;
  display: flex;
  flex-wrap: wrap;
}
#all #this_col #content #why .this_in .right_text .this_child {
  margin: 20px 0;
  padding-right: 8px;
  width: 50%;
  display: flex;
}
#all #this_col #content #why .this_in .right_text .this_child .img_b {
  overflow: hidden;
  /*width: 100px;*/
  width: 5vw;
  margin-right: 10px;
}
#all #this_col #content #why .this_in .right_text .this_child .img_b img {
  width: 100%;
}
#all #this_col #content #why .this_in .right_text .this_child .this_text {
  display: flex;
  flex-direction: column;
  width:33vw;
}
#all #this_col #content #why .this_in .right_text .this_child .this_text h5 {
  font-size: 16px;
  font-weight: 600;
}
#all #this_col #content #why .this_in .right_text .this_child .this_text p {
  margin-top: 5px;
  font-size: 14px;
  color: #7d7d7d;
  line-height: 20px;
}
#all #this_col #content #our {
  margin-top: 7vw;
  width: 100vw;
  background-image: url("../img/index/our.png");
}
#all #this_col #content #our .this_in {
  display: flex;
  margin: auto;
  width: 80vw;
  align-items: center;
}
#all #this_col #content #our .this_in .left_text {
  width: 28vw;
  margin-right: 4vw;
}
#all #this_col #content #our .this_in .left_text h3 {
  font-size: 45px;
  color: #fff;
}
#all #this_col #content #our .this_in .left_text p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding: 40px 0;
}
#all #this_col #content #our .this_in .left_text button {
  border: 1px solid #fff;
  padding: 20px 50px 15px 20px;
  background-color: transparent;
  color: #fff;
}
#all #this_col #content #our .this_in .right_text {
  padding: 2vw 0 3vw;
  width: 47vw;
  display: flex;
  flex-wrap: wrap;
}
#all #this_col #content #our .this_in .right_text .this_child {
  position: relative;
  width: 22vw;
  height: 14vw;
  margin-right: 1vw;
  margin-top: 1vw;
}
#all #this_col #content #our .this_in .right_text .this_child .flip-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 600ms ease-in-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
#all #this_col #content #our .this_in .right_text .this_child .back {
  transform: rotateY(0.5turn);
}
#all #this_col #content #our .this_in .right_text .this_child .front {
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1vw;
}
#all #this_col #content #our .this_in .right_text .this_child .front .img_b {
  overflow: hidden;
}
#all #this_col #content #our .this_in .right_text .this_child .front .img_b img {
  width: 100%;
}
#all #this_col #content #our .this_in .right_text .this_child .front .this_text {
  margin-top: 0.5vw;
}
#all #this_col #content #our .this_in .right_text .this_child .front .this_text p {
  color: #fff;
  font-size: 30px;
  line-height: 28px;
}
#all #this_col #content #our .this_in .right_text .this_child .back {
  background-color: rgba(21, 94, 138, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1vw;
}
#all #this_col #content #our .this_in .right_text .this_child .back h5 {
  text-align: start;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
#all #this_col #content #our .this_in .right_text .this_child .back p {
  text-align: start;
  margin-top: 0.5vw;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
#all #this_col #content #our .this_in .right_text .this_child:hover .flip-text {
  transform: rotateX(0.5turn);
}
#all #this_col #content #our .this_in .right_text .this_child:hover .flip-text.back {
  transform: rotateY(0turn);
}
#all #this_col #content #process .this_in .bottom_img {
  margin-top: 3vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#all #this_col #content #process .this_in .bottom_img .this_child {
  position: relative;
  width: 22vw;
  background-color: #fff;
  margin-right: 1vw;
  margin-top: 1vw;
}
#all #this_col #content #process .this_in .bottom_img .this_child .back {
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: flex-start;
  padding: 2vw 2vw;
  /*height:21vw;*/
}
#all #this_col #content #process .this_in .bottom_img .this_child .back span {
  color: #155e8a;
  font-size: 18px;
  text-transform: uppercase;
}
#all #this_col #content #process .this_in .bottom_img .this_child .back h5 {
  text-align: start;
  font-size: 23px;
  font-weight: 700;
}
#all #this_col #content #process .this_in .bottom_img .this_child .back p {
  color: #949494;
  margin-top: 15px;
  font-size: 1vw;
  line-height: 25px;
}
#all #this_col #content #process .this_in .bottom_img .this_child:hover .flip-text {
  transform: rotateX(0.5turn);
}
#all #this_col #content #process .this_in .bottom_img .this_child:hover .flip-text.back {
  transform: rotateY(0turn);
}
#all #this_col #content #process .this_in .bottom_line {
  margin-top: 1vw;
  background-image: url("../img/support/line.png");
  background-repeat: no-repeat;
  background-position: center;
}
#all #this_col #content #process .this_in .bottom_line .line_in {
  display: flex;
  justify-content: space-around;
}
#all #this_col #content #business {
  margin-top: 120px;
  background-image: url("../img/support/cur.png");
  background-repeat: no-repeat;
  /*background-size: 100%;*/
}
#all #this_col #content #business .this_in {
  padding: 3vw 0;
  width: 75vw;
  margin: auto;
  display: flex;
  align-items: center;
}
#all #this_col #content #business .this_in .left_text {
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-top-right-radius: 20px;
  width: 50%;
}
#all #this_col #content #business .this_in .left_text .top_text {
  display: flex;
  flex-direction: column;
}
#all #this_col #content #business .this_in .left_text .top_text h3 {
  font-size: 45px;
  line-height: 48px;
  color: #fff;
  padding: 15px 0 28px;
}
#all #this_col #content #business .this_in .left_text .top_text p {
  font-size: 1vw;
  line-height: 25px;
  color: #fff;
}
#all #this_col #content #business .this_in .left_text .this_icon .this_child {
  display: flex;
  margin-top: 25px;
}
#all #this_col #content #business .this_in .left_text .this_icon .this_child .img_b {
  overflow: hidden;
  width: 40px;
  margin-right: 20px;
}
#all #this_col #content #business .this_in .left_text .this_icon .this_child .img_b img {
  width: 100%;
}
#all #this_col #content #business .this_in .left_text .this_icon .this_child .this_text {
  width: calc(30vw - 50px);
  display: flex;
  flex-direction: column;
}
#all #this_col #content #business .this_in .left_text .this_icon .this_child .this_text p {
  font-size: 1vw;
  color: #fff;
}
#all #this_col #content #business .this_in .right_img {
  width: 50%;
}
#all #this_col #content #business .this_in .right_img .img_b {
  overflow: hidden;
}
#all #this_col #content #business .this_in .right_img .img_b img {
  width: 100%;
}
#all #this_col #content #delivery {
  background-image: url("../img/support/dashed.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
#all #this_col #content #delivery .bottom_img {
  width: 80vw;
  margin: auto;
  margin-top: 2vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#all #this_col #content #delivery .bottom_img .this_child {
  width: 19vw;
  margin-right: 1vw;
  margin-top: 1vw;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2vw 2vw;
}
#all #this_col #content #delivery .bottom_img .this_child span {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  border-radius: 100px;
  background-color: #155e8a;
  padding: 8px 15px;
}
#all #this_col #content #delivery .bottom_img .this_child h5 {
  text-align: start;
  font-size: 1.3vw;
  font-weight: 700;
  margin: 15px 0;
  text-transform: capitalize;
}
#all #this_col #content #delivery .bottom_img .this_child p {
  color: #949494;
  font-size: 1vw;
  line-height: 25px;
}
#all #this_col #content #delivery .bottom_img .this_transform {
  transform: translate(0, 20%);
}
#all #this_col #content #faq {
  margin-top: 180px;
}
#all #this_col #content #faq .this_in {
  margin-top: 40px;
}
#all #this_col #content #faq .this_in .bottom_content {
  display: flex;
  align-items: flex-start;
}
#all #this_col #content #faq .this_in .bottom_content .left_form {
  width: 40%;
  background-color: #fff;
}
#all #this_col #content #faq .this_in .bottom_content .left_form .this_text {
  padding: 20px 15px;
  padding-left: 25px;
}
#all #this_col #content #faq .this_in .bottom_content .left_form .this_text h5 {
  color: #155e8a;
  font-size: 1vw;
}
#all #this_col #content #faq .this_in .bottom_content .left_form .this_text h3 {
  font-size: 1.7vw;
  color: #202020;
  font-weight: 700;
  text-transform: uppercase;
}
#all #this_col #content #faq .this_in .bottom_content .left_form .this_form {
  padding-bottom: 30px;
}
#all #this_col #content #faq .this_in .bottom_content .left_form .this_form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}
#all #this_col #content #faq .this_in .bottom_content .left_form .this_form form .input_textarea {
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
}
#all #this_col #content #faq .this_in .bottom_content .left_form .this_form form .input_textarea .this_child {
  margin-top: 10px;
  padding-right: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 50%;
}
#all #this_col #content #faq .this_in .bottom_content .left_form .this_form form .input_textarea .this_child label {
  font-weight: 700;
}
#all #this_col #content #faq .this_in .bottom_content .left_form .this_form form .input_textarea .this_child input {
  background-color: #ebebeb;
  padding: 10px 5px;
}
#all #this_col #content #faq .this_in .bottom_content .left_form .this_form form .input_textarea .this_child textarea {
  background-color: #ebebeb;
  padding: 10px 5px;
}
#all #this_col #content #faq .this_in .bottom_content .left_form .this_form p{width:100%;}
#all #this_col #content #faq .this_in .bottom_content .left_form .this_form form .this_submit {
  color: #fff;
  background-color: #155e8a;
  margin-top: 30px;
  width: calc(100% - 15px);
  border-radius: 5px;
  padding: 10px 0;
}
#all #this_col #content #faq .this_in .right_down {
  width: 60%;
}
#all #this_col #content #faq .this_in .right_down .this_list {
  display: flex;
  padding-left: 30px;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul {
  width: 100%;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul ul {
  font-size: 18px;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul ul .one_li {
  margin-bottom: 1vw;
  background-color: #ffffff;
  padding: 1rem 0 0 0;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul ul .one_li .one_a {
  padding: 0 1rem;
  padding-bottom: 1rem;
  width: 100%;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul ul .one_li .one_a text {
  font-size: medium;
  font-size: 18px;
  color: #3e4851;
  display: inline-block;
  width: 90%;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul ul .one_li .one_a div {
  width: 15px;
  overflow: hidden;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul ul .one_li .one_a div img {
  width: 100%;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul ul .one_li .li_in_ul {
  display: none;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul ul .one_li .li_in_ul .two_li {
  padding: 1rem 1vw;
  padding-bottom: 2em;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul ul .one_li .li_in_ul .two_li .two_a {
  color: #949494;
  font-size: medium;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul ul .one_li .li_in_ul .two_li .two_a_active {
  color: #fe3f3f;
  border-bottom: #fe3f3f 1px solid;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul ul .one_li .ul_active {
  background-color: #fff;
  padding: 0 10px;
  border: none;
  display: block;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul ul .one_li_active {
  border-bottom: none;
  background-color: #155e8a;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul ul .one_li_active .one_a text {
  color: #fff;
  display: inline-block;
  width: 90%;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul ul .one_li_active .one_a div {
  width: 15px;
  overflow: hidden;
}
#all #this_col #content #faq .this_in .right_down .this_list #list_nav_ul ul .one_li_active .one_a div img {
  width: 100%;
}


@media screen and (min-width: 1921px) {
#all #this_col #content #business { 
  background-size: 100%;
} 

}
@media screen and (max-width: 1440px) {
    #all #this_col #content #why { 
    height: 150px; 
    }
}

@media screen and (max-width: 1340px) {
  #all #this_col #content #why {
    height: 18vw;
  }
  #all #this_col #content #why .this_in {
    /*transform: translate(0, -40%);*/
  }
  #all #this_col #content #business .this_in .left_text .top_text h3 {
    font-size: 2.3vw;
    line-height: 36px;
    text-transform: uppercase;
  }
  #all #this_col #content #business .this_in .left_text .top_text p {
    font-size: 18px;
    line-height: 23px;
  }
  #all #this_col #content #business .this_in .left_text .this_icon .this_child .this_text p {
    font-size: 16px;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
    
 #all #this_col #content #business  {
     background-size: 300%;
  }
    
  #all #this_col #content #why {
    height: 450px;
  }
  
  
  #all #this_col #content #why .this_in {
      
    flex-direction: column;
    /*transform: translate(0, -30%);*/
  }
  
  #all #this_col #content #why .this_in .left_text {
    margin-top: 3vw;
    width: 100%;
    /* padding-right: 20px; */
    /* padding-top: 30px; */
}

    #all #this_col #content #why .this_in .right_text {
         
        width: 100%;
        /* padding-right: 20px; */
        /* padding-top: 30px; */
    }
}

@media screen and (max-width: 850px) {
     #all #this_col #content #why {
    height: 500px;
  }
  
}

@media screen and (max-width: 768px) {
  #all #this_col #content #why {
    height:650px;
  }
  #all #this_col #content #why .this_in {
    /*transform: translate(0, -20%);*/
    padding: 0 10px;
    flex-wrap: wrap;
  }
  #all #this_col #content #why .this_in .left_text {
    width: 100%;
    padding-right: 20px;
    padding-top: 30px;
  }
  #all #this_col #content #why .this_in .left_text p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  #all #this_col #content #why .this_in .right_text {
    width: 100%;
  }
  #all #this_col #content #process .this_in .bottom_img .this_child .back p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  #all #this_col #content #delivery .bottom_img .this_child p {
    color: #949494;
    font-size: 14px;
    line-height: 20px;
  }
  #all #this_col #content #business .this_in {
    width: 90vw;
  }
  #all #this_col #content #business .this_in .left_text .top_text h3 {
    font-size: 24px;
    line-height: 28px;
  }
  #all #this_col #content #business .this_in .left_text .top_text p {
    font-size: 16px;
    line-height: 18px;
  }
  #all #this_col #content #business .this_in .left_text .this_icon .this_child .this_text {
    width: calc(30vw - 0px);
    display: flex;
    flex-direction: column;
  }
  #all #this_col #content #faq {
    width: 95vw;
  }
}
@media screen and (max-width: 640px) {
    
     #all #this_col #content #why {
    height:700px;
  }
  #all #this_col #content #why .top_text h3,
  #all #this_col #content #process .top_text h3,
  #all #this_col #content #team .top_text h3,
  #all #this_col #content #delivery .top_text h3,
  #all #this_col #content #faq .top_text h3 {
    font-size: 28px;
  }
 
  #all #this_col #content #why .this_in {
    /*transform: translate(0, -10%);*/
  }
  #all #this_col #content #why .this_in .left_text {
    padding-right: 0;
    padding-top: 30px;
  }
  #all #this_col #content #business {
    background-size: cover;
  }
  #all #this_col #content #business .this_in {
    width: 90vw;
    flex-wrap: wrap;
  }
  #all #this_col #content #business .this_in .left_text {
    width: 90vw;
  }
  #all #this_col #content #business .this_in .left_text .top_text h3 {
    font-size: 24px;
    line-height: 28px;
  }
  #all #this_col #content #business .this_in .left_text .top_text p {
    font-size: 16px;
    line-height: 18px;
  }
  #all #this_col #content #business .this_in .left_text .this_icon .this_child .this_text {
    width: 100vw;
    display: flex;
    flex-direction: column;
  }
  #all #this_col #content #business .this_in .right_img {
    width: 90vw;
  }
  #all #this_col #content #delivery .bottom_img {
    width: 95vw;
  }
  #all #this_col #content #delivery .bottom_img .this_child {
    width: 46vw;
  }
  #all #this_col #content #faq {
    width: 95vw;
  }
  #all #this_col #content #faq .this_in .bottom_content {
    flex-wrap: wrap;
  }
  #all #this_col #content #faq .this_in .bottom_content .left_form {
    width: 95vw;
  }
  #all #this_col #content #faq .this_in .bottom_content .right_down {
    margin-top: 2vw;
    width: 95vw;
  }
  #all #this_col #content #faq .this_in .bottom_content .right_down .this_list {
    padding-left: 0px;
  }
}
@media screen and (max-width: 600px) {
  #all #this_col #content #why {
    height: auto;
    width: 85vw;
  }
  #all #this_col #content #why .this_in { 
    width: 85vw;
    position: static;
    transform: translate(0);
  }
  #all #this_col #content #process {
    width: 90vw;
  }
  #all #this_col #content #process .this_in .bottom_img .this_child {
    position: relative;
    width: 90vw;
    margin-right: 1vw;
    margin-top: 1vw;
  }
}/*# sourceMappingURL=support.css.map */