* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #E5E5E5;
}

h1, h2, h3, h4, h5, h6, a, span, p {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

.container {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

ul {
  list-style: none;
  padding-left: 0;
}

::marker {
  display: none;
}

/*== global css START == */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.col-1 {
  width: 8.33333%;
  padding-right: 10px;
  padding-left: 10px;
}

.col-2 {
  width: 16.66667%;
  padding-right: 10px;
  padding-left: 10px;
}

.col-3 {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}

.col-4 {
  width: 33.33333%;
  padding-right: 10px;
  padding-left: 10px;
}

.col-5 {
  width: 41.66667%;
  padding-right: 10px;
  padding-left: 10px;
}

.col-6 {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.col-7 {
  width: 58.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-8 {
  width: 66.66667%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-9 {
  width: 75%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-10 {
  width: 83.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-11 {
  width: 91.66667%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .col-sm-1 {
    width: 8.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-2 {
    width: 16.66667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-3 {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-4 {
    width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-5 {
    width: 41.66667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-7 {
    width: 58.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-8 {
    width: 66.66667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-9 {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-10 {
    width: 83.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-11 {
    width: 91.66667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-12 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
header#header-wrapper {
  background-color: #E5E5E5;
}
header#header-wrapper .tob-bar {
  border-bottom: 1px solid #D5D5D5;
  padding: 11px 0;
}
header#header-wrapper .tob-bar .contect-info {
  display: flex;
  justify-content: end;
}
header#header-wrapper .tob-bar .contect-info .item {
  display: flex;
  align-items: center;
  position: relative;
}
header#header-wrapper .tob-bar .contect-info .item .cont-img {
  margin-right: 9px;
  width: 20px;
  height: 20px;
}
header#header-wrapper .tob-bar .contect-info .item .it {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #41484A;
  transition: all 0.5s;
}
header#header-wrapper .tob-bar .contect-info .item .it:hover {
  color: #DC6026;
}
header#header-wrapper .tob-bar .contect-info .item:nth-child(2) {
  margin-left: 32px;
}
header#header-wrapper .tob-bar .contect-info .item:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  width: 1px;
  height: 21px;
  background: #41484A;
}

.head-inner {
  border-bottom: 1px solid #D5D5D5;
}
.head-inner .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.head-inner .main-header .menu .menu-items {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.head-inner .main-header .menu .menu-items .menu-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #25201F;
  margin-right: 24px;
  transition: all 0.5s;
}
.head-inner .main-header .menu .menu-items .menu-item:hover {
  color: #DC6026;
}
.head-inner .main-header .menu .menu-items .menu-item.active {
  color: #dc6026 !important;
}
.head-inner .main-header .menu .menu-items .sign-in {
  background: #DC6026;
  border: 1px solid #DC6026;
  padding: 12px 32px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff !important;
  margin-right: 0 !important;
  margin-left: 7px;
  border-radius: 4px;
  transition: all 0.5s;
}
.head-inner .main-header .menu .menu-items .sign-in:hover {
  color: #DC6026 !important;
  border: 1px solid #D5D5D5;
  background-color: #fff;
}

.icon {
  display: none;
}

menu.responsive {
  position: relative;
}

menu.responsive {
  float: none;
  display: block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .menu li {
    display: none;
  }
  .icon {
    font-weight: 900 !important;
    font-size: 27px !important;
    padding: 0;
    margin: 0;
    display: flex;
  }
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 87px;
  box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.24);
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #DC6026;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus {
  color: #F7CA18;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.main-footer {
  border-top: 1px solid #D5D5D5;
  padding-top: 32px;
}
.main-footer .footer-info .logo {
  max-width: 170px;
  width: 100%;
}
.main-footer .footer-info .description {
  margin: 20px 0 24px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #41484A;
  max-width: 360px;
}
.main-footer .footer-info .btn-block .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #DC6026;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.main-footer .footer-info .btn-block .btn:hover {
  color: #25201F;
}
.main-footer .footer-info .btn-block .btn .hoverbtn {
  transition: all 0.5s;
}
.main-footer .footer-info .btn-block .btn:hover .hoverbtn {
  fill: #25201F;
}
.main-footer .footer-info .btn-block .btn .btn-foo {
  margin-left: 12px;
}
.main-footer .menu-list .menu-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #25201F;
  display: block;
  margin-bottom: 15px;
  transition: all 0.5s;
}
.main-footer .menu-list .menu-link:hover {
  color: #DC6026;
}
.main-footer .menu-list .menu-item {
  margin-bottom: 20px !important;
  margin-left: 2px;
}
.main-footer .menu-list .menu-item:last-child {
  margin-bottom: 0;
}

.copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin: 32px 16px 24px 16px;
}

.hero-wrapper {
  overflow: hidden;
}
.hero-wrapper .hero-inner {
  background: #e5e5e5;
  position: relative;
}
.hero-wrapper .hero-inner .hero-img {
  position: relative;
}
.hero-wrapper .hero-inner .hero-img .img-path {
  position: absolute;
  left: -29px;
  top: 49px;
  width: auto;
}
.hero-wrapper .hero-inner .hero-content {
  padding: 70px 0 89px;
  position: relative;
  z-index: 9;
}
.hero-wrapper .hero-inner .hero-content .title.hero-block {
  font-weight: 600;
  font-size: 80px;
  line-height: 80px;
  color: #25201F;
}
.hero-wrapper .hero-inner .hero-content .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #41484A;
  margin: 32px 0 40px;
}
.hero-wrapper .hero-inner .hero-content .btn-hero .btn-color {
  display: inline-block;
  padding: 12px 16px;
  background: #DC6026;
  border: 1px solid #DC6026;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.5s;
}
.hero-wrapper .hero-inner .hero-content .btn-hero .btn-color:hover {
  border: 1px solid #D5D5D5;
  color: #DC6026;
  background-color: transparent;
}
.hero-wrapper .hero-inner .hero-content .btn-hero .btn-border {
  display: inline-block;
  padding: 12px 16px;
  border: 1px solid #D5D5D5;
  background: transparent;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #DC6026;
  transition: all 0.5s;
}
.hero-wrapper .hero-inner .hero-content .btn-hero .btn-border:hover {
  border: 1px solid #DC6026;
  color: #ffffff;
  background-color: #DC6026;
}
.hero-wrapper .hero-inner .hero-content .btn-hero .bark-in {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #41484A;
  margin: 0 26px;
  display: inline-block;
}
.hero-wrapper .hero-inner .hero-content .btn-hero .bark-in:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 16px;
  height: 1px;
  background: url(../../asset/images/line.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.hero-wrapper .hero-inner .hero-content .btn-hero .bark-in:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 16px;
  height: 1px;
  background: url(../../asset/images/line.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.hero-wrapper .hero-bootm {
  background: #D5D5D5;
  padding: 24px 0;
}
.hero-wrapper .hero-bootm .info-inner {
  display: flex;
  align-items: center;
}
.hero-wrapper .hero-bootm .info-inner .info-block {
  position: relative;
  display: flex;
  align-items: center;
}
.hero-wrapper .hero-bootm .info-inner .info-block:nth-child(1) {
  margin-right: 48px;
}
.hero-wrapper .hero-bootm .info-inner .info-block:nth-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  width: 1px;
  height: 100%;
  background: rgba(65, 72, 74, 0.2);
}
.hero-wrapper .hero-bootm .info-inner .ic {
  margin-right: 24px;
  width: 24px;
  height: 24px;
}
.hero-wrapper .hero-bootm .info-inner .prefix {
  font-weight: 400;
  font-size: 14px;
  color: #41484A;
  display: inline-block;
  position: relative;
  top: -4px;
}
.hero-wrapper .hero-bootm .info-inner .title-block .in-to {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #25201F;
  transition: all 0.5s;
}
.hero-wrapper .hero-bootm .info-inner .title-block .in-to:hover {
  color: #DC6026;
}
.hero-wrapper .hero-bootm .btn-info {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.hero-wrapper .hero-bootm .btn-info .btn-circle {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 24px 12px 20px;
  background: rgba(220, 96, 38, 0.1);
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #DC6026;
  cursor: pointer;
  transition: all 0.5s;
}
.hero-wrapper .hero-bootm .btn-info .btn-circle .circle-img {
  margin-right: 8px;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.hero-wrapper .hero-bootm .btn-info .btn-circle .circle-hover {
  transition: all 0.5s;
}
.hero-wrapper .hero-bootm .btn-info .btn-circle:hover {
  background: #DC6026;
  color: #ffffff;
}
.hero-wrapper .hero-bootm .btn-info .btn-circle:hover .circle-hover {
  fill: #ffffff !important;
}

.confidently-wrapper {
  margin: 97px 0 96px 0;
}
.confidently-wrapper .section-title .title-block {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #25201F;
  max-width: 432px;
  width: 100%;
  margin: 0 auto 48px;
}
.confidently-wrapper .box-inner .icons {
  margin: auto;
  max-width: 96px;
  width: 100%;
}
.confidently-wrapper .box-inner .box-item {
  padding: 32px 0px;
  background: #E5E5E5;
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}
.confidently-wrapper .box-inner .box-item:hover {
  background: #fff;
  border: 1px solid #fff;
}
.confidently-wrapper .box-inner .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #25201F;
  max-width: 190px;
  width: 100%;
  margin: 7px auto 31px;
}
.confidently-wrapper .box-inner .sub-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #41484A;
}
.confidently-wrapper .box-inner .col-4:nth-child(1) .box-item {
  margin-right: 6px;
}
.confidently-wrapper .box-inner .col-4:nth-child(3) .box-item {
  margin-left: 6px;
}

.Works-wrapper {
  margin-bottom: 120px;
}
.Works-wrapper .section-title .title-block {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #25201F;
  margin: 0 auto 63px;
}
.Works-wrapper .img-block-info {
  position: relative;
}
.Works-wrapper .img-block-info .personal {
  border-radius: 64px 8px 8px 8px;
  width: 100%;
}
.Works-wrapper .img-block-info .btn-block .btn {
  position: absolute;
  bottom: -37px;
  left: -6px;
  right: 0;
  padding: 24px;
  background: #DC6026;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 387px;
  width: 100%;
  margin: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  transition: all 0.5s;
}
.Works-wrapper .img-block-info .btn-block .btn:hover {
  background-color: #25201F;
  color: #FFFFFF;
}
.Works-wrapper .img-block-info .btn-block .btn .hover-e {
  transition: all 0.5s;
}
.Works-wrapper .img-block-info .btn-block .btn:hover .hover-e {
  margin-right: 20px;
}
.Works-wrapper .works-content {
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  margin: 0 -5px 0px 18px;
}
.Works-wrapper .works-content .list-block-item {
  padding: 15px 23px;
  border-bottom: 1px solid #d5d5d5;
}
.Works-wrapper .works-content .list-block-item:last-child {
  border-bottom: none;
}
.Works-wrapper .works-content .list-block-item .block-info {
  display: flex;
  align-items: center;
}
.Works-wrapper .works-content .list-block-item .block-info .number-text {
  -webkit-text-stroke: 1px #DC6026;
  color: transparent;
  font-weight: 700;
  font-size: 64px;
  line-height: 96px;
}
.Works-wrapper .works-content .list-block-item .block-info .title-block .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 58px;
  color: #25201F;
  margin-left: 22px;
}
.Works-wrapper .works-content .list-block-item .block-text .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #41484A;
}

.schucar-wrapper {
  background: #F7F7F7;
  padding: 96px 0;
}
.schucar-wrapper .head-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
.schucar-wrapper .head-block .title-block .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #25201F;
}
.schucar-wrapper .head-block .title-block .sub-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #41484A;
  margin-top: 24px;
  display: block;
}
.schucar-wrapper .head-block .btn-schucar .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #DC6026;
  border: 1px solid #DC6026;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  height: 72px;
  transition: all 0.5s;
}
.schucar-wrapper .head-block .btn-schucar .btn:hover {
  background-color: #DC6026;
  color: #ffffff;
}
.schucar-wrapper .head-block .btn-schucar .btn .hover-e {
  transition: all 0.5s;
}
.schucar-wrapper .head-block .btn-schucar .btn:hover .hover-e {
  margin-right: 20px;
}
.schucar-wrapper .head-block .btn-schucar .btn:hover .schucar-hover {
  fill: #fff;
}
.schucar-wrapper .box-inner .box-item {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  margin-bottom: 24px;
  min-height: 296px;
  transition: all 0.5s;
  cursor: pointer;
}
.schucar-wrapper .box-inner .box-item:hover {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
}
.schucar-wrapper .box-inner .box-item:hover .title {
  color: #DC6026;
}
.schucar-wrapper .box-inner .box-item .icons {
  margin: auto;
  max-width: 96px;
  width: 100%;
}
.schucar-wrapper .box-inner .box-item .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin: 8px 0 17px;
  color: #25201F;
  transition: all 0.5s;
}
.schucar-wrapper .box-inner .box-item .sub-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #41484A;
  display: block;
  max-width: 350px;
  width: 100%;
  margin: auto;
}
.schucar-wrapper .box-inner .box-item.p-l {
  margin-right: 8px;
}
.schucar-wrapper .box-inner .box-item.p-r {
  margin-left: 9px;
}
.schucar-wrapper .box-inner .box-item.h-3 {
  min-height: 320px !important;
}

.about-wrapper {
  margin-bottom: 35px;
  margin-top: -27px;
}
.about-wrapper .about-inner {
  position: relative;
  padding-left: 0;
  z-index: 9;
}
.about-wrapper .about-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 278px;
  background: #F7F7F7;
}
.about-wrapper .about-inner .row {
  position: relative;
}
.about-wrapper .about-inner .col-7 {
  padding-left: 0;
}
.about-wrapper .about-inner .col-7 .about-img {
  margin-left: 4px;
}
.about-wrapper .about-inner .col-7 .about-img .about-moblie {
  max-width: 643px !important;
}
.about-wrapper .about-inner .about-content {
  margin: 28px 1px 0px 6px;
}
.about-wrapper .about-inner .about-content .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #25201F;
  max-width: 290px;
  width: 100%;
}
.about-wrapper .about-inner .about-content .sub-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #41484A;
  display: block;
  margin: 15px 0 40px 0;
}
.about-wrapper .about-inner .about-content .btn-block .btn {
  background: #DC6026;
  border-radius: 4px;
  padding: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.about-wrapper .about-inner .about-content .btn-block .btn:hover {
  background-color: #25201F;
}
.about-wrapper .about-inner .about-content .btn-block .btn .hover-e {
  transition: all 0.5s;
}
.about-wrapper .about-inner .about-content .btn-block .btn:hover .hover-e {
  margin-right: 20px;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.custom-model-main .custom-model-inner {
  transition: transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
}
.custom-model-main .custom-model-inner .custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  overflow-y: auto;
}
.custom-model-main .custom-model-inner .custom-model-wrap .model-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #D5D5D5;
}
.custom-model-main .custom-model-inner .custom-model-wrap .model-top .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #25201F;
}
.custom-model-main .custom-model-inner .custom-model-wrap .model-top .close-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.custom-model-main .custom-model-inner .custom-model-wrap .model-top .close-btn .close-ti {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #41484A;
  display: inline-block;
}
.custom-model-main .custom-model-inner .custom-model-wrap .model-top .close-circle {
  width: 24px;
  height: 24px;
  margin-left: 6px;
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-up-content-wrap {
  padding: 24px 24px;
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-up-content-wrap .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #41484A;
  margin-bottom: 24px;
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-up-content-wrap .box-inner .title {
  font-size: 16px;
  line-height: 24px;
  color: #25201F;
  font-weight: 400;
  margin-bottom: 16px;
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-up-content-wrap .box-inner .box-item {
  padding: 8px 0 16px 0;
  text-align: center;
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  transition: all 0.5s;
  cursor: pointer;
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-up-content-wrap .box-inner .box-item:hover {
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-up-content-wrap .box-inner .box-item .icons {
  max-width: 64px;
  width: 100%;
  margin: auto;
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-up-content-wrap .box-inner .box-item .title-in {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #25201F;
  max-width: 129px;
  width: 100%;
  margin: 0 auto 12px;
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-up-content-wrap .box-inner .box-item .sub-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #41484A;
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-up-content-wrap .info-block {
  margin-top: 20px;
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-up-content-wrap .info-block .description-in {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #41484A;
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-up-content-wrap .info-block .description-in:nth-child(1) {
  margin-bottom: 20px;
}
.custom-model-main .custom-model-inner .custom-model-wrap .model-bottom {
  padding: 24px;
  background: #F7F7F7;
}
.custom-model-main .custom-model-inner .custom-model-wrap .model-bottom .title-bo {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #25201F;
  margin-bottom: 6px;
}
.custom-model-main .custom-model-inner .custom-model-wrap .model-bottom .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #41484A;
  max-width: 433px;
  margin: auto;
  width: 100%;
}
.custom-model-main .custom-model-inner .custom-model-wrap .model-bottom .description .call-info {
  font-weight: 400;
  text-align: center;
  text-decoration-line: underline;
  color: #DC6026;
  transition: all 0.5s;
}
.custom-model-main .custom-model-inner .custom-model-wrap .model-bottom .description .call-info:hover {
  color: #000;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.model-open .custom-model-inner {
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
  height: 100%;
  display: flex;
  align-items: center;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: background 0.15s linear;
}

@media (max-width: 1440px) {
  .hero-wrapper .hero-inner:after {
    right: -216px;
  }
}
@media (max-width: 1366px) {
  .hero-wrapper .hero-inner:after {
    right: -120px;
    bottom: -38px;
  }
}
@media (max-width: 1199px) {
  .hero-wrapper .hero-inner .hero-content .title.hero-block {
    font-size: 62px;
    line-height: 70px;
    max-width: 340px;
  }
  .hero-wrapper .hero-inner .hero-img .img-path {
    position: absolute;
    left: -29px;
    top: 29px;
    width: auto;
  }
  .schucar-wrapper .box-inner .col-4 {
    margin-bottom: 30px;
  }
  .schucar-wrapper .box-inner .box-item {
    margin-bottom: 0;
    height: 100%;
  }
  .hero-wrapper .info-block:nth-child(1) {
    margin-right: 38px !important;
  }
}
@media (max-width: 1120px) {
  .hero-wrapper .hero-inner:after {
    right: -220px;
    bottom: -58px;
  }
  .hero-wrapper .hero-inner .hero-content .btn-hero .btn-border {
    margin-top: 16px;
  }
  .hero-wrapper .hero-inner .hero-content .btn-hero .bark-in {
    display: none;
  }
  .hero-wrapper .hero-inner .hero-content .btn-hero .btn-color {
    margin-right: 20px;
  }
}
@media (max-width: 1023px) {
  .hero-wrapper .hero-inner .hero-content .title.hero-block {
    font-size: 52px;
    line-height: 60px;
  }
  .hero-wrapper .hero-inner .hero-content .description {
    margin: 22px 0 30px;
  }
  .hero-wrapper .hero-inner:after {
    right: -220px;
    bottom: -44px;
  }
  .hero-wrapper .hero-inner .hero-img .img-path {
    top: 81px;
    width: auto;
  }
  .confidently-wrapper {
    margin: 60px 0 60px 0;
  }
  .confidently-wrapper .section-title .title-block {
    font-size: 38px;
    line-height: 48px;
    max-width: 422px;
    margin: 0 auto 36px;
  }
  .confidently-wrapper .box-inner .title {
    font-size: 20px;
    line-height: 30px;
    max-width: 160px;
    margin: 7px auto 18px;
  }
  .confidently-wrapper .box-inner .icons {
    max-width: 82px;
  }
  .confidently-wrapper .box-inner .sub-text {
    font-size: 16px;
    line-height: 20px;
  }
  .Works-wrapper {
    margin-bottom: 70px;
  }
  .Works-wrapper .section-title .title-block {
    font-size: 38px;
    line-height: 48px;
    max-width: 422px;
    margin: 0 auto 36px;
  }
  .Works-wrapper .img-block-info .btn-block .btn {
    left: 0;
    padding: 24px;
    max-width: 320px;
    width: 100%;
  }
  .Works-wrapper .works-content .list-block-item .block-info .title-block .title {
    font-size: 26px;
    line-height: 38px;
    margin-left: 22px;
  }
  .Works-wrapper .works-content .list-block-item .block-info .number-text {
    font-size: 54px;
    line-height: 72px;
  }
  .Works-wrapper .works-content .list-block-item .block-text .description {
    font-size: 16px;
    line-height: 24px;
  }
  .schucar-wrapper {
    padding: 60px 0;
  }
  .schucar-wrapper .head-block {
    margin-bottom: 40px;
  }
  .schucar-wrapper .head-block .title-block .title {
    font-size: 38px;
    line-height: 48px;
  }
  .schucar-wrapper .head-block .title-block .sub-text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
  }
  .schucar-wrapper .head-block .btn-schucar .btn {
    height: 62px;
  }
  .schucar-wrapper .box-inner .box-item .icons {
    max-width: 82px;
  }
  .schucar-wrapper .box-inner .box-item .title {
    font-size: 20px;
    line-height: 26px;
    margin: 8px 0 17px;
    max-width: 180px;
    margin: 8px auto 16px;
  }
}
@media (max-width: 991px) {
  .hero-wrapper .hero-inner:after {
    right: -320px;
    bottom: -62px;
  }
  .head-inner .main-header .menu .menu-items .menu-item {
    margin-right: 20px;
  }
  .head-inner .main-header .menu .menu-items .sign-in {
    padding: 12px 20px;
  }
  .about-wrapper .about-inner .about-content .title {
    font-size: 26px;
    line-height: 35px;
  }
  .about-wrapper .about-inner .about-content .sub-text {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0 21px 0;
  }
  .about-wrapper .about-inner .about-content .btn-block .btn {
    padding: 18px 24px;
  }
  .about-wrapper .about-inner:before {
    height: 216px;
  }
}
@media (max-width: 767px) {
  #header-wrapper .tob-bar {
    display: none;
  }
  #header-wrapper .sidenav .menu-list-moblie .moblie-menu {
    text-align: center;
  }
  #header-wrapper .sidenav .menu-list-moblie .menu-item {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #25201F;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
    transition: all 0.5s;
  }
  #header-wrapper .sidenav .menu-list-moblie .menu-item:hover {
    color: #DC6026;
  }
  #header-wrapper .sidenav .menu-list-moblie .menu-item.sign-in {
    padding: 12px 32px !important;
    background: #DC6026;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF !important;
    transition: all 0.5s;
  }
  #header-wrapper .sidenav .menu-list-moblie .menu-item.sign-in:hover {
    background-color: #25201F !important;
    color: #fff !important;
  }
  #header-wrapper .sidenav .contect-info {
    background: #F7F7F7;
    border-top: 1px solid #E5E5E5;
    padding: 32px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #header-wrapper .sidenav .contect-info .item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header-wrapper .sidenav .contect-info .item .cont-img {
    width: 20px;
    height: 20px;
  }
  #header-wrapper .sidenav .contect-info .item .it {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #41484A;
    padding: 0 0 0 8px !important;
  }
  #header-wrapper .sidenav .contect-info .item:nth-child(1) {
    margin-bottom: 20px;
  }
  .menu-items .icon {
    padding: 6px 10px;
    border: 1px solid #d5d5d5;
    background: #fff;
    border-radius: 6px;
  }
  .hero-wrapper .hero-img {
    margin-bottom: 20px;
  }
  .hero-wrapper .hero-img .img-path {
    position: unset !important;
    width: 100% !important;
    top: 0 !important;
    left: 0;
    right: 0;
    margin: auto;
  }
  .hero-wrapper .hero-inner .col-6 {
    width: 100%;
  }
  .hero-wrapper .hero-inner .hero-content {
    padding: 30px 0 30px;
    text-align: center;
  }
  .hero-wrapper .hero-inner .hero-content .title.hero-block {
    font-size: 46px;
    line-height: 50px;
    margin: auto;
    max-width: 100%;
  }
  .hero-wrapper .hero-inner .hero-content .description {
    margin: 22px 0 30px;
    max-width: 500px;
    margin: 22px auto 30px;
    font-size: 16px;
  }
  .hero-wrapper .hero-bootm .col-9,
  .hero-wrapper .hero-bootm .col-3 {
    width: 100%;
  }
  .hero-wrapper .hero-bootm .info-inner {
    display: block;
  }
  .hero-wrapper .hero-bootm .info-inner .info-block {
    display: block;
  }
  .hero-wrapper .hero-bootm .info-inner .info-block:nth-child(1):after {
    display: none;
  }
  .hero-wrapper .hero-bootm .info-inner .info-block:nth-child(1) {
    margin-right: 0 !important;
  }
  .hero-wrapper .hero-bootm .info-inner .info-block .text-block {
    text-align: center;
  }
  .hero-wrapper .hero-bootm .info-inner .ic {
    margin-right: 0;
    margin: 0 auto 18px;
  }
  .hero-wrapper .hero-bootm .info-inner .phone-cont {
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(65, 72, 74, 0.2);
    padding-bottom: 24px;
  }
  .hero-wrapper .hero-bootm .btn-info {
    justify-content: center;
    margin-top: 30px;
  }
  .confidently-wrapper .box-inner .row {
    justify-content: center;
  }
  .confidently-wrapper .box-inner .col-4 {
    width: 50%;
  }
  .confidently-wrapper .box-inner .col-4:nth-child(1), .confidently-wrapper .box-inner .col-4:nth-child(2) {
    margin-bottom: 30px;
  }
  .Works-wrapper .img-block-info .personal {
    max-width: 425px;
    margin: auto;
  }
  .Works-wrapper .Works-inner .col-5,
  .Works-wrapper .Works-inner .col-7 {
    width: 100%;
  }
  .Works-wrapper .works-content {
    margin: 90px 0px 0px 0;
  }
  .schucar-wrapper .box-inner .col-4 {
    width: 50% !important;
    margin-bottom: 20px;
  }
  .schucar-wrapper .box-item.p-r {
    margin-left: 0 !important;
  }
  .schucar-wrapper .box-item.p-l {
    margin-right: 0 !important;
  }
  .schucar-wrapper .btn-schucar {
    display: none;
  }
  .schucar-wrapper .head-block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .schucar-wrapper .btn-schucar.moblie-schucar {
    display: flex !important;
    text-align: center;
    justify-content: center;
    margin: 20px 0 50px;
  }
  .schucar-wrapper .btn-schucar.moblie-schucar .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #DC6026;
    border: 1px solid #DC6026;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    height: 62px;
    transition: all 0.5s;
  }
  .schucar-wrapper .btn-schucar.moblie-schucar .btn:hover {
    background-color: #DC6026;
    color: #ffffff;
  }
  .schucar-wrapper .btn-schucar.moblie-schucar .btn:hover .schucar-hover {
    fill: #fff;
  }
  section.about-wrapper .col-7,
  section.about-wrapper .col-5 {
    width: 100%;
  }
  section.about-wrapper .about-inner .col-7 .about-img .about-moblie {
    max-width: 475px !important;
    width: 100%;
    margin: auto;
  }
  section.about-wrapper .about-inner .about-content .title {
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    margin: auto;
  }
  section.about-wrapper .about-inner .about-content .sub-text {
    text-align: center;
  }
  section.about-wrapper .about-inner .about-content .btn-block .btn {
    max-width: 250px;
    width: 100%;
    margin: auto;
  }
  .footer-inner {
    text-align: center;
  }
  .footer-inner .col-5,
  .footer-inner .col-2,
  .footer-inner .col-3 {
    width: 100% !important;
  }
  .main-footer .menu-list .menu-item {
    margin-bottom: 0px !important;
    margin-left: 0;
  }
  .main-footer .menu-list .menu-item .menu-link {
    margin-bottom: 6px;
  }
  .main-footer .footer-info .description {
    margin: 20px auto 16px;
  }
  .main-footer .footer-info .logo {
    margin: auto;
  }
  .main-footer .btn-block .btn {
    justify-content: center;
  }
  .footer-info {
    margin-bottom: 24px;
  }
  .copyright {
    margin: 20px 16px 24px 16px;
  }
  .about-wrapper {
    margin-bottom: 35px;
    margin-top: 30px;
  }
  .about-wrapper .about-inner:before {
    height: 100%;
    border-radius: 6px;
  }
  .about-wrapper .about-inner {
    padding: 24px;
  }
  .schucar-wrapper {
    padding: 50px 0 10px 0px;
  }
  .custom-model-main .custom-model-inner .custom-model-wrap {
    margin: 0 16px;
  }
  .custom-model-main .box-inner .col-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .custom-model-main .box-inner .col-4:last-child {
    margin-bottom: 0;
  }
  .custom-model-main .custom-model-inner .custom-model-wrap {
    max-height: calc(100vh - 70px);
  }
}
@media (max-width: 575px) {
  .hero-wrapper .hero-inner .hero-content .title.hero-block {
    font-size: 30px;
  }
  .hero-wrapper .hero-inner .hero-content .description {
    margin: 8px auto 30px;
  }
  .hero-wrapper .hero-inner .hero-content .btn-hero {
    max-width: 425px;
    width: 100%;
    margin: auto;
  }
  .hero-wrapper .hero-inner .hero-content .btn-color {
    margin-right: 0 !important;
  }
  .confidently-wrapper .section-title .title-block {
    font-size: 28px;
    line-height: 38px;
    max-width: 900px;
    margin: 0 auto 36px;
  }
  .confidently-wrapper .box-inner .col-4 {
    width: 100%;
  }
  .confidently-wrapper .box-inner .col-4:nth-child(1) .box-item {
    margin-right: 0;
  }
  .confidently-wrapper .box-inner .col-4:nth-child(3) .box-item {
    margin-left: 0;
  }
  .confidently-wrapper .box-inner .title {
    font-size: 24px;
    line-height: 36px;
    max-width: 160px;
    margin: 7px auto 18px;
  }
  .Works-wrapper .section-title .title-block {
    font-size: 28px;
    line-height: 36px;
  }
  .Works-wrapper .works-content .list-block-item .block-info .title-block .title {
    font-size: 20px;
    line-height: 38px;
    margin-left: 16px;
  }
  .Works-wrapper .works-content .list-block-item .block-info .number-text {
    font-size: 44px;
    line-height: 50px;
  }
  .schucar-wrapper .head-block .title-block .title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  .schucar-wrapper .box-inner .col-4 {
    width: 100% !important;
  }
}/*# sourceMappingURL=app.css.map */