.portfolio-content .container {
  margin: 0 auto;
  max-width: 1110px;
  width: 100%;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}
body {
  background-color: #f5f5f5;
}
h2 {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: -0.3px;
  text-transform: capitalize;
}
p {
  font-size: 1.6rem;
}
/*body{
 background:url(../images/jexbg.jpg) no-repeat;
 background-position-y: 150px;
 }
 .wrapper{
 opacity:0.5;
 } */
/* global close*/

/* Portfolio section styling */
.portfolio-block {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  border-radius: 60px;
}
.portfolio-banner {
  background-color: #37a9c7;
  background: -moz-linear-gradient(
    -45deg,
    #b3b462 0%,
    #68afae 29%,
    #2e9b9e 50%,
    #118aa0 82%,
    #37a9c8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #b3b462 0%,
    #68afae 29%,
    #2e9b9e 50%,
    #118aa0 82%,
    #37a9c8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #b3b462 0%,
    #68afae 29%,
    #2e9b9e 50%,
    #118aa0 82%,
    #37a9c8 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 112px 0 50px;
  margin-top: 190px;
}
.portfolio-banner .container {
  position: relative;
}
.portfolio-wrap {
  padding: 0 15px;
}
.jex-logo svg {
  width: 192px;
  height: 99px;
}
.jexmovers-block {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: -200px;
  left: 16px;
}
.jex-detail {
  margin-top: 30px;
}
.jex-star {
  display: flex;
  justify-content: center;
}
.jex-logo {
  position: relative;
  left: -35px;
  top: 8px;
}
.jex-star svg {
  width: 50px;
  height: 57px;
}
.jex-rectangle {
  background: #171717;
  border-radius: 156px;
  width: 100px;
  height: 150px;
  position: relative;
}
.jex-line {
  display: block;
  height: 1px;
  position: absolute;
  bottom: 22px;
  width: 81px;
  background: #ffffff;
  transform: rotate(90deg);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.jex-line:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50px;
  position: absolute;
  left: -3px;
  bottom: -3px;
}
.jex-line:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50px;
  position: absolute;
  right: -7px;
  bottom: -3px;
}
.jex-detail p {
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #171717;
  font-weight: 600;
}
.jex-img img {
  border-radius: 10px;
}
.jex-circle {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #171717;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  bottom: 0;
}
.jex-circle svg {
  width: 35px;
}
/* Portfolio section styling close */
/* our-service-section-start */
.service-wrap {
  padding: 25px 15px;
}
.our-service {
  border: 1px solid #000;
  background-color: #fff;
}
.service-wrap .middle-line {
  display: none;
}
.service-wrap .left-part {
  margin-bottom: 20px;
}
.service-wrap .img-wrapper img {
  display: block;
  width: 100%;
}
.service-wrap .right-part h2 {
  margin-bottom: 15px;
}
/* our-service-section-end */
/* delivery-section-start */
.delivery {
  background-color: #181818;
  padding: 25px 0;
  position: relative;
}
.delivery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/cccccc.png) no-repeat;
  background-size: 100% 100%;
}
.delivery-circle {
  display: none;
}
.delivery-wrap {
  padding: 25px 15px;
}
.delivery-wrap .left-part {
  margin-bottom: 20px;
  color: #fff;
}

.delivery-wrap .left-part h2 {
  margin-bottom: 15px;
  color: #ffffff;
}

.delivery-wrap .left-part p {
  color: #ffffff;
}
.inform-dot {
  position: relative;
}
.inform-dot:after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: -10px;
  /* bottom:10px;
	 right:0; */
  width: 13px;
  height: 13px;
  background-color: #ffc531;
  border-radius: 50%;
}
.inform-dot.white:after {
  background-color: #fff;
}
.delivery-wrap .right-part {
  position: relative;
}

.delivery-wrap .right-part .circle {
  width: 100px;
  height: 150px;
  margin: auto;
  display: flex;
  align-items: center;
}

.delivery-wrap .alternates-circle {
  position: absolute;
  right: 35px;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff651;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.delivery-wrap .stars {
  width: 25px;
  display: block;
  margin: auto;
}

.delivery-wrap .stars img {
  display: block;
  width: 100%;
}

/* delivery-section-end */
/* management-section-start */
.management {
  background-color: #fff;
  position: relative;
  border: 1px solid #000;
}

.management-wrapper {
  padding: 25px 15px;
}

.management-wrapper .left-part {
  margin-bottom: 25px;
}

.management-img img {
  display: block;
  width: 100%;
}

.management-wrapper .right-part h2 {
  margin-bottom: 15px;
}
/* management-section-end */
/* payment-section-start */
.payment {
  position: relative;
  background: rgb(185, 181, 92);
  background: -moz-linear-gradient(
    -45deg,
    rgba(185, 181, 92, 1) 8%,
    rgba(2, 159, 178, 1) 28%,
    rgba(2, 159, 178, 1) 68%,
    rgba(2, 159, 178, 1) 68%,
    rgba(84, 181, 219, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(185, 181, 92, 1) 8%,
    rgba(2, 159, 178, 1) 28%,
    rgba(2, 159, 178, 1) 68%,
    rgba(2, 159, 178, 1) 68%,
    rgba(84, 181, 219, 1) 100%
  );
}
.payment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/realtime-bg.png) no-repeat;
  background-size: 100% 100%;
}
.payment-wrapper {
  padding: 25px 15px;
}
.payment-wrapper .left-part {
  margin-bottom: 20px;
}
.payment-wrapper .left-part h2 {
  margin-bottom: 15px;
}
.payment-img img {
  display: block;
  width: 100%;
}
.camera-txt {
  position: relative;
}
.camera-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb21a;
  width: 70px;
  height: 40px;
  border-radius: 39px;
  position: absolute;
  top: -13px;
  right: -80px;
}
.camera-bg svg {
  padding-top: 3px;
}
/* payment-section-end */
/* user-interface-section-start */
.user-interface {
  position: relative;
  background-color: #f9cf67;
}
.interface-wrapper {
  padding: 25px 15px;
}
.interface-wrapper .left-part {
  margin-bottom: 20px;
}
.interface-wrapper .image-wrapper img {
  display: block;
  width: 100%;
}
.interface-wrapper .right-part h2 {
  margin-bottom: 15px;
}
.user-interface .star {
  display: none;
}

/* user-interface-section-start */

/* order-details-section-start */
.order-details {
  position: relative;
  padding-top: 35px;
  background-color: #231f20;
}
.order-details .postman-img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
  height: 50px;
  width: 50px;
}
.postman-img svg {
  width: 61px;
  height: 53px;
}
.order-details .postman-img img {
  display: block;
  width: 100%;
}

.order-details-wrap {
  padding: 40px 15px;
}

.order-wrap img {
  display: block;
  width: 100%;
}

/* order-details-section-end */
/* contact-us-section-start */
.contact-us {
  padding: 25px 0;
  background-color: #f5f5f5;
  text-align: center;
  border: 4px solid #0babc1;
}

.contact-info h2 {
  margin-bottom: 15px;
}

.contact-info p {
  margin-bottom: 15px;
}

.contact-info .btn {
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  background-color: #e42c38;
  padding: 20px;
  color: #fff;
  border-radius: 5px;
  font-size: 1.6rem;
  border: 2px solid transparent;
  transition: 0.3s all;
  font-weight: 700;
}
.contact-info .btn:hover {
  background-color: #f5f5f5;
  color: #14151b;
  border: 2px solid #e42c38;
}
/* contact-us-section-end */
@media (min-width: 576px) {
  .icon-stare svg {
    width: 33px;
  }
  .rectangle {
    border-radius: 57px;
    width: 135px;
    height: 206px;
  }
}
@media (min-width: 768px) {
  .portfolio-block {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    border-radius: 80px;
  }

  /* Portfolio section styling */
  .jexmovers-block {
    top: -290px;
  }
  .jex-rectangle {
    width: 220px;
    height: 320px;
  }
  .jex-logo svg {
    width: 420px;
    height: 128px;
  }
  .jex-logo {
    left: -77px;
    top: 30px;
  }
  .jex-detail {
    margin-top: 75px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .jex-line {
    bottom: 60px;
    width: 230px;
    left: 38px;
  }
  .jex-detail p {
    width: 40%;
    max-width: 312px;
  }
  .jex-img {
    width: 55%;
    max-width: 570px;
  }
  .jex-star svg {
    margin-top: 15px;
    width: 80px;
    height: 80px;
  }
  .jex-circle {
    display: flex;
    right: 40px;
    bottom: -24px;
  }
  /* Portfolio section styling close*/
  /* our-service-section-start */
  .our-service .container {
    position: relative;
  }
  .our-service .container::after,
  .delivery::after,
  .management:after,
  .payment:after,
  .user-interface:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 1px;
  }

  .our-service .container::after {
    top: 15%;
    background-color: #d9d9d9;
  }
  .service-wrap:before {
    content: "";
    background: url(../images/down-arrow.svg) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -33px;
    left: 0;
    right: -2px;
    margin: 0 auto;
    transform: rotate(360deg);
    z-index: 1;
  }
  .service-wrap {
    display: flex;
    position: relative;
    padding: 50px 0;
  }
  .service-wrap .middle-line {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25px;
    z-index: 1;
  }

  .service-wrap .middle-line img {
    display: block;
    width: 100%;
  }

  .service-wrap .left-part {
    width: 50%;
    margin-bottom: 0px;
  }

  .service-wrap .left-part .img-wrapper {
    display: block;
    padding: 0 40px 0 60px;
  }

  .service-wrap .right-part {
    width: 50%;
  }

  .service-wrap .information {
    padding: 0 63px 0 40px;
  }

  /* our-service-section-end */
  /* delivery-section-start */
  .delivery {
    padding: 50px 0 0;
    position: relative;
  }

  .delivery::after {
    top: 0;
    background-color: #fff;
  }

  .delivery-wrap {
    display: flex;
    padding: 50px 15px;
  }
  .delivery-wrap .left-part {
    width: 50%;
    margin-bottom: 0;
  }

  .delivery-wrap .left-part .information {
    padding: 0 40px 0 51px;
  }

  .delivery-wrap .right-part {
    width: 50%;
  }
  .delivery-wrap .right-part:before {
    content: "";
    position: absolute;
    top: -70px;
    right: 10px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #fff651;
  }
  .delivery-wrap .right-part .triangle {
    border-left-color: #fff;
    left: 0;
  }

  .delivery-wrap .right-part::after,
  .management .left-part::after,
  .payment-wrapper .right-part::after,
  .interface-wrapper .left-part::after {
    display: block;
    position: absolute;
    content: "";
    height: 1px;
    top: 50%;
  }

  .delivery-wrap .right-part::after {
    left: 0;
    width: 50%;
    background-color: #fff;
  }

  .delivery-wrap .alternates-circle {
    right: 65px;
    height: 40px;
    width: 40px;
  }

  .delivery-wrap .right-part .circle {
    width: 120px;
    height: 195px;
    border-radius: 75px;
    position: relative;
    z-index: 2;
    background-color: #181818;
  }
  .delivery-circle {
    width: 70px;
    height: 70px;
    background-color: #fff651;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -70px;
    top: -25px;
  }
  .delivery-circle svg {
    width: 35px;
  }
  /* delivery-section-end */
  /* management-section-start */
  .management::after {
    top: 0;
    background-color: #000;
  }

  .management .left-part {
    position: relative;
  }

  .triangle {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 15px solid transparent;
  }

  .management .left-part .triangle {
    right: 0;
    border-right-color: #000;
  }

  .management .left-part:after {
    right: 0;
    width: 36%;
    background-color: #000;
  }

  .management-wrapper {
    display: flex;
    padding: 50px 15px;
  }

  .management-wrapper .left-part {
    margin-bottom: 0px;
    width: 50%;
  }

  .management-wrapper .management-img {
    display: block;
    padding: 0 34px 0 44px;
    position: relative;
  }

  .management-wrapper .right-part .information {
    padding: 0 50px 0 45px;
  }
  .management-wrapper .right-part {
    width: 50%;
    margin-top: 15px;
  }
  /* management-section-end */
  /* payment-section-start */
  .payment:after {
    top: 0;
    background-color: #000;
  }
  .payment-wrapper {
    display: flex;
    align-items: center;
    padding: 50px 15px;
  }
  .payment-wrapper .left-part {
    width: 50%;
    margin-bottom: 0;
  }
  .payment-wrapper .information {
    padding: 0 40px 0 33px;
  }
  .payment-wrapper .right-part {
    position: relative;
    width: 50%;
  }
  .payment-wrapper .right-part .triangle {
    border-left-color: #000;
  }
  .payment-wrapper .right-part::after {
    left: 0;
    width: 40%;
    background-color: #000;
  }
  .payment-wrapper .payment-img {
    display: block;
    padding: 0 35px 0 78px;
    position: relative;
    z-index: 2;
  }
  .payment-wrapper .payment-img img {
    max-height: 285px;
  }
  /* payment-section-end */
  /* user-interface-section-start */
  .user-interface:after {
    top: 0;
    background-color: #000;
    height: calc(100% + 50px);
    z-index: 1;
  }
  .interface-wrapper {
    display: flex;
    align-items: center;
    padding: 50px 15px;
  }
  .interface-wrapper .left-part {
    position: relative;
    margin-bottom: 0px;
    width: 50%;
  }
  .interface-wrapper .left-part .triangle {
    right: 0;
    border-right-color: #000;
  }
  .interface-wrapper .left-part::after {
    right: 0;
    width: 36%;
    background-color: #000;
  }
  .interface-wrapper .image-wrapper {
    display: block;
    padding: 0 79px 0 30px;
    position: relative;
    z-index: 2;
  }
  .interface-wrapper .right-part {
    width: 50%;
  }
  .interface-wrapper .right-part .information {
    padding: 0 75px 0 57px;
  }
  .user-interface .star {
    position: absolute;
    display: block;
    left: -9px;
    right: 0;
    margin: 0 auto;
    bottom: -59px;
    width: 30px;
    z-index: 1;
  }
  .user-interface .star img {
    display: block;
    width: 100%;
  }
  /* user-interface-section-start */
  /* order-details-section-start */
  .order-details {
    padding-top: 125px;
  }
  .order-details-wrap {
    padding: 50px 15px;
  }
  .order-details .postman-img {
    width: 80px;
    top: 81px;
  }
  .postman-img svg {
    width: 98px;
    height: 93px;
  }
  /* order-details-section-end */
  /* contact-us-section-start */
  .contact-us {
    padding: 50px 0;
    border: 8px solid #0babc1;
  }
  .contact-info {
    max-width: 845px;
    margin: auto;
  }
  /* contact-us-section-end */
}
@media (min-width: 992px) {
  /* global */
  h2 {
    font-size: 4.5rem;
  }
  .portfolio-block {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0;
    border-radius: 500px;
  }
  /* global close*/
  /* Portfolio section styling */
  .jexmovers-block {
    top: -228px;
  }
  .jex-detail p {
    font-size: 2.2rem;
    width: 45%;
    max-width: 410px;
    padding-left: 80px;
    margin-bottom: 0;
    margin-bottom: 0;
  }
  .portfolio-banner {
    margin-top: 220px;
    padding-bottom: 90px;
  }
  .jex-circle {
    bottom: -22px;
    right: 61px;
  }
  .jex-img {
    width: 42%;
    padding-right: 50px;
    position: relative;
  }
  .jex-line {
    bottom: 76px;
    width: 186px;
    left: 59px;
  }
  .jex-detail {
    margin-top: 0;
  }
  .jex-logo {
    top: 40px;
  }
  .jex-rectangle {
    height: 310px;
  }

  /* Portfolio section styling close*/
  /* our-service-section-start */
  .our-service {
    margin-bottom: 60px;
  }
  .service-wrap:before {
    right: -3px;
  }
  .service-wrap .middle-line {
    width: 30px;
  }
  .service-wrap .left-part .img-wrapper {
    padding: 0 85px 0 90px;
  }
  .service-wrap .information {
    padding: 0 82px 0 40px;
  }
  /* our-service-section-end */
  /* delivery-section-start */
  .delivery-wrap {
    padding: 80px 15px 60px;
  }
  .delivery-wrap .right-part:before {
    right: 30px;
  }
  .delivery-wrap .right-part::after {
    width: 45%;
  }
  .delivery-wrap .left-part .information {
    padding: 0 50px 0 51px;
  }
  .delivery-wrap .alternates-circle {
    right: 80px;
    top: -9px;
    width: 70px;
    height: 70px;
  }
  .delivery-wrap .stars {
    width: 35px;
  }
  /* delivery-section-end */
  /* management-section-start */
  .management .left-part:after {
    width: 36%;
  }
  /* management-section-end */
  /* payment-section-start */
  .payment-wrapper .information {
    padding: 0 42px 0 52px;
  }
  .payment-wrapper .payment-img {
    padding: 0 55px 0 117px;
  }
  .payment-wrapper .right-part img {
    max-height: 362px;
  }
  .camera-bg {
    top: 0;
  }
  /* payment-section-end */
  /* user-interface-section-start */
  .user-interface {
    margin-bottom: 170px;
  }
  .interface-wrapper .left-part::after {
    width: 30%;
  }
  .interface-wrapper .image-wrapper {
    padding: 0 114px 0 55px;
  }
  .user-interface .star {
    right: 0;
    bottom: -94px;
  }
  /* user-interface-section-start */
  /* contact-us-section-start */
  .contact-info h2 {
    font-size: 3.6rem;
    margin: auto;
    margin-bottom: 14px;
    letter-spacing: -1px;
  }
  /* contact-us-section-end */
  /* Order detail section style */
  .order-details {
    padding-top: 0;
  }
  .order-details-wrap {
    padding: 70px 20px;
  }
  .order-wrap {
    width: 80%;
    margin: 0 auto;
  }
  .order-details .postman-img {
    top: -50px;
  }
  /* Order detail section style close */
}

@media (min-width: 1024px) {
  /* global */
  h2 {
    font-size: 3.8rem;
  }
  p {
    font-size: 1.8rem;
    line-height: 1.36;
  }
  /* global close*/
  /* our-service-section-start */
  .service-wrap {
    padding: 75px 0;
  }
  .our-service {
    margin-bottom: 70px;
  }
  .service-wrap .information {
    padding: 0 80px 0 40px;
  }
  /* our-service-section-end */
  /* delivery-section-start */
  .delivery {
    padding: 67px 0 0;
  }
  .delivery-wrap {
    padding: 135px 15px 110px;
  }
  .delivery-wrap .right-part::after {
    top: 36%;
  }
  .delivery-wrap .right-part .triangle {
    top: 36%;
  }
  /* delivery-section-end */
  /* management-section-start */
  .management-wrapper .management-img {
    padding: 0 50px 0 65px;
  }
  .management-wrapper .right-part .information {
    padding: 0 73px 0 50px;
  }
  .management-wrapper .triangle {
    top: 50%;
  }
  /* management-section-end */
  /* payment-section-start */
  .payment {
    border-radius: 331px;
    margin: 0 45px;
  }
  /* payment-section-end */
  /* user-interface-section-start */
  /* user-interface-section-start */
  /* order-details-section-start */

  /* order-details-section-end */
  /* contact-us-section-start */
  .contact-us {
    padding: 60px 0 50px;
    border: 7px solid #0babc1;
  }
  .contact-info p {
    margin-bottom: 42px;
  }
  .contact-info .btn {
    padding: 16px 25px;
    font-size: 2.2rem;
  }
  /* contact-us-section-end */
}
@media (min-width: 1200px) {
  /* global */
  h2 {
    font-size: 4.2rem;
  }
  .portfolio-block {
    max-width: 1140px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .portfolio-block.jobs-scrolling {
    max-width: 100%;
    border-radius: 50px;
  }
  .jobs-scrolling .container {
    max-width: 1170px;
  }
  /* global close*/
  /* Portfolio section styling */
  .portfolio-banner {
    padding-bottom: 130px;
    margin-top: 300px;
  }
  section {
    transition: all 0.3s ease-in-out;
  }
  .order-details-wrap {
    transition: all 0.6s ease-in-out;
  }
  section.jobs-scrolling:nth-child(8) .order-details-wrap {
    border-radius: 0;
    margin: 0;
  }
  .jex-circle {
    width: 82px;
    height: 82px;
    bottom: -32px;
    right: 98px;
    -webkit-animation: left 8.05s infinite ease-in-out;
    -moz-animation: left 8.05s infinite ease-in-out;
    animation: left 8.05s infinite ease-in-out;
  }
  .jex-logo svg {
    width: 760px;
    height: 128px;
  }
  .jex-rectangle {
    width: 268px;
    height: 390px;
    top: -45px;
  }
  .jex-detail p {
    font-size: 2.8rem;
    width: 43%;
    max-width: 500px;
    padding-left: 90px;
  }
  .jex-star svg {
    margin-top: 15px;
    width: 111px;
    height: 92px;
    animation: left 6.05s infinite linear;
  }
  .jex-logo {
    top: 25px;
    left: -135px;
  }
  .jex-img {
    width: 50%;
    padding-right: 0;
  }
  .jex-line {
    bottom: 78px;
    width: 225px;
    left: 56px;
  }
  .jex-detail {
    padding-top: 14px;
  }

  /* Portfolio section styling close*/

  /* our-service-section-start */
  section.jobs-scrolling:nth-child(2) {
    border-radius: 0;
  }
  .service-wrap {
    padding: 120px 0 70px;
  }
  .service-wrap:before {
    bottom: -38px;
  }
  .our-service .container::after {
    top: 22%;
  }

  .service-wrap .middle-line {
    width: 46px;
  }

  .service-wrap .information {
    padding: 7px 27px 0 85px;
  }
  /* our-service-section-end */
  /* delivery-section-start */
  /* .delivery .container {
 max-width: 1320px;
 } */

  .delivery-wrap {
    padding: 161px 15px 182px;
  }
  .delivery-wrap .left-part h2 {
    margin-bottom: 33px;
  }
  .delivery-wrap .left-part .information {
    padding: 0 87px 0 14px;
  }
  .delivery-wrap .right-part {
    margin-top: -32px;
  }

  .delivery-wrap .right-part::after {
    width: 40%;
    top: 48%;
  }
  .delivery-circle {
    width: 95px;
    height: 95px;
    right: -77px;
    top: -53px;
    -webkit-animation: left 6.05s infinite linear;
    -moz-animation: left 6.05s infinite linear;
    animation: left 6.05s infinite linear;
  }
  .delivery-circle svg {
    width: 53px;
  }
  .delivery-wrap .right-part:before {
    top: -127px;
    right: 8px;
    -webkit-animation: left 10.05s infinite ease-in-out;
    -moz-animation: left 10.05s infinite ease-in-out;
    animation: left 10.05s infinite ease-in-out;
  }
  .delivery-wrap .right-part .circle {
    width: 210px;
    height: 284px;
    border-radius: 99px;
    left: 50px;
    top: -4px;
  }
  .delivery-wrap .right-part .triangle {
    border-left-color: #fff;
    left: 0;
    top: 48%;
  }
  .delivery-wrap .alternates-circle {
    right: 80px;
    top: -54px;
    width: 100px;
    height: 100px;
  }

  .delivery-wrap .stars {
    width: 50px;
  }
  /*Key Animation*/
  @-webkit-keyframes right {
    0% {
      -webkit-transform: translate(-15px);
    }
    50% {
      -webkit-transform: translate(15px);
    }
    100% {
      -webkit-transform: translate(-15px);
    }
  }
  @-webkit-keyframes left {
    0% {
      -webkit-transform: translate(15px);
    }
    50% {
      -webkit-transform: translate(-15px);
    }
    100% {
      -webkit-transform: translate(15px);
    }
  }

  @-moz-keyframes right {
    0% {
      -moz-transform: translate(-15px);
    }
    50% {
      -moz-transform: translate(15px);
    }
    100% {
      -moz-transform: translate(-15px);
    }
  }

  @-moz-keyframes left {
    0% {
      -moz-transform: translate(15px);
    }
    50% {
      -moz-transform: translate(-15px);
    }
    100% {
      -moz-transform: translate(15px);
    }
  }
  @keyframes right {
    0% {
      transform: translate(-15px);
    }
    50% {
      transform: translate(15px);
    }
    100% {
      transform: translate(-15px);
    }
  }
  @keyframes left {
    0% {
      transform: translate(15px);
    }
    50% {
      transform: translate(-15px);
    }
    100% {
      transform: translate(15px);
    }
  }

  /* delivery-section-end */
  /* management-section-start */
  .management-wrapper {
    padding: 73px 15px 100px;
  }
  .inform-dot:after {
    bottom: 10px;
    right: 0;
  }
  /* management-section-end */
  /* payment-section-start */
  .payment-wrapper {
    padding: 56px 15px 50px;
    align-items: flex-start;
  }
  .payment-wrapper .right-part::after {
    top: 48%;
  }
  .triangle {
    top: 48%;
  }
  .payment-wrapper .payment-img {
    padding: 0;
    left: 90px;
  }
  .payment-wrapper .information {
    padding: 155px 89px 3px 5px;
  }
  .payment-wrapper .left-part h2 {
    margin-bottom: 27px;
  }
  .payment-wrapper .right-part img {
    max-height: 554px;
  }
  .payment .information p {
    padding-right: 70px;
  }
  .camera-wrap {
    position: relative;
  }
  .camera-bg {
    width: 96px;
    height: 57px;
    top: -8px;
    right: -120px;
    animation: left 6.05s infinite ease-in-out;
  }
  .camera-bg svg {
    padding-top: 0;
    margin-top: 4px;
  }
  /* payment-section-end */
  /* user-interface-section-start */
  .interface-wrapper {
    padding: 100px 15px 90px;
    align-items: flex-start;
  }
  .interface-wrapper .right-part {
    padding-top: 96px;
  }
  .interface-wrapper .right-part .information {
    padding: 0 30px 0 86px;
  }
  .user-interface .star {
    width: 36px;
    right: -5px;
  }
  .interface-wrapper .right-part h2 {
    margin-bottom: 28px;
    padding-right: 20px;
  }
  .user-interface .triangle {
    top: 50%;
  }
  /* user-interface-section-start */
  /* order-details-section-start */
  .order-details-wrap {
    padding: 99px 15px 100px;
  }
  .service-wrap .right-part h2 {
    margin-bottom: 37px;
  }
  .postman-img svg {
    width: 130px;
    height: 130px;
    animation: left 6.05s infinite linear;
  }
  /* order-details-section-end */
  /* contact-us-section-start */
  .contact-us {
    padding: 74px 0 68px;
    border: 10px solid #0babc1;
  }

  /* contact-us-section-end */
}

@media (min-width: 1280px) {
  /*Global*/
  h2 {
    font-size: 4.8rem;
  }
  .portfolio-block {
    max-width: 1170px;
    margin: 0 auto;
  }
  /*Global Close*/
  /* portfolio section styling start */
  .jexmovers-block {
    top: -220px;
  }
  .jex-rectangle {
    width: 290px;
    height: 420px;
    top: -75px;
    left: -20px;
  }
  .portfolio-banner {
    margin-top: 320px;
    padding-bottom: 162px;
  }
  .jex-star {
    margin: 9px 40px 0 0;
  }
  .jex-star svg {
    margin-top: 35px;
  }
  .jex-logo svg {
    width: 750px;
  }
  .jex-logo {
    top: 20px;
    left: -161px;
  }
  .jex-line {
    bottom: 50px;
    width: 248px;
    left: 49px;
    height: 2px;
  }
  .jex-detail p {
    padding-left: 30px;
    padding-bottom: 14px;
  }
  .jex-circle {
    right: 0;
  }
  .jex-circle svg {
    width: 53px;
  }
  /* portfolio section styling end */
  /* Our-service-section styling start */
  .our-service {
    margin-bottom: 80px;
  }
  .service-wrap {
    padding: 162px 0 94px;
  }
  .service-wrap .left-part .img-wrapper {
    padding: 0 0px 0 10px;
    max-width: 365px;
    margin-left: 48px;
  }
  .service-wrap:before {
    bottom: -45px;
    right: -4px;
  }
  /* Our-service-section styling end */
  /* management-section-start */
  .management-wrapper {
    padding: 73px 15px 154px;
  }
  .management-wrapper .management-img {
    padding: 0 14px 0px 19px;
    width: 421px;
  }
  .management .left-part:after {
    width: 48%;
  }
  .management-wrapper .right-part .information {
    padding: 0 109px 0 84px;
  }
  .management-wrapper .right-part h2 {
    margin-bottom: 39px;
  }
  .management-wrapper .right-part {
    margin-top: 64px;
  }
  /* management-section-end */
  /* user-interface-section-start */
  .user-interface {
    margin-bottom: 215px;
  }
  .order-details .postman-img {
    width: 130px;
  }
  .interface-wrapper {
    padding: 130px 15px 128px;
  }
  .interface-wrapper .image-wrapper {
    padding: 0 133px 0 0px;
  }
  .user-interface .star {
    bottom: -126px;
  }
  .user-interface:after {
    height: calc(100% + 84px);
  }
  /* user-interface-section-end */
}
@media (min-width: 1366px) {
  /*Global*/
  .portfolio-block {
    max-width: 1230px;
  }
  /*Global Close*/
  /*order-details-section-start*/
  .order-wrap {
    width: 86%;
  }
  /*order-details-section-start Close*/
}
@media (min-width: 1400px) {
  /* our-service-section-start */
  .our-service .container::after {
    top: 28%;
  }
  /* our-service-section-end */
  /* delivery-section-start */
  .delivery-wrap .alternates-circle {
    right: 143px;
  }
  /* delivery-section-end */
}

@media (min-width: 1440px) {
  /*Global*/
  h2 {
    font-size: 5.2rem;
    letter-spacing: -2px;
  }
  .service-wrap .right-part h2 {
    font-size: 6.2rem;
  }
  .portfolio-block {
    max-width: 1320px;
  }
  /*Global Close*/
  /*Portfolio section start*/

  .portfolio-banner {
    margin-top:315px;
    padding-bottom: 143px;
  }
  .portfolio-banner .container {
    max-width: 1201px;
  }
  .jex-rectangle {
    width: 312px;
    height: 499px;
    left: -75px;
    top: -106px;
  }
  .jex-star {
    justify-content: flex-start;
    margin: 0;
    padding: 45px 10px 10px 80px;
  }
  .jex-star svg {
    margin-top: 0;
  }
  .jex-line {
    bottom: 88px;
  }
  .jex-logo {
    top: 16px;
    left: -237px;
  }
  .jex-logo svg {
    width: 916px;
    height: 128px;
  }
  .jex-detail {
    padding-top: 17px;
  }
  .jex-detail p {
    width: 43%;
    max-width: none;
    padding-left: 60px;
    padding-bottom: 34px;
  }

  /*Portfolio section Close*/
  /*order-details-section-start*/
  .order-wrap {
    width: 91%;
  }
  /*order-details-section-close*/
}
