body {
  font-family: "Josefin Sans", sans-serif;
}

.default-1-450 {
  width: 100%;
  float: left;
  margin: 0rem 0;
  padding: 2rem 0vw;
  position: relative;
  background: #ffffff;
  /*.slick-dots li.slick-active button:before{ background: var(--accent-color, #EF4763);}*/
  /*.slick-dots li button:hover:before, .slick-dots li button:focus:before{ background: var(--accent-color, #EF4763);}*/
  /*.slick-dots li button{ width: 55px; height: 18px; transition: all 0.3s ease-in-out;}*/
  /*.slick-dots li{ margin: 0px 2px; display: inherit; width: 55px; height: 18px; transition: all 0.3s ease-in-out;}*/
}
.default-1-450 a {
  text-decoration: none;
  outline: none;
}
.default-1-450 .no-padding {
  padding: 0px !important;
}
.default-1-450 .no-margin {
  margin: 0px !important;
}
.default-1-450 .overlay {
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0,0.3);*/
  position: absolute;
  transition: all 500ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  top: 0px;
  left: 0;
  padding: 3rem;
}
.default-1-450 .row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
}
.default-1-450 .row-eq-height:before,
.default-1-450 .row-eq-height:after {
  display: inline-block;
}
.default-1-450 .alt {
  display: flex;
}
.default-1-450 .slider-main {
  width: 100%;
  display: inline-block;
  margin: 0px;
}
.default-1-450 .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: inline-block;
  outline: none;
  padding: 0rem;
}
.default-1-450 .slick-slider {
  padding: 0px;
  height: auto;
  overflow: visible;
  margin-bottom: 13px;
}
.default-1-450 .slick-list {
  padding: 0px !important;
  overflow: hidden;
  outline: none !important;
}
.default-1-450 .banner-main {
  width: 100%;
  display: inline-block;
  margin: 0px;
  position: relative;
}
.default-1-450 .banner-img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  margin: 0px;
}
.default-1-450 .banner-details {
  width: 600px;
  display: inline-block;
  margin: 0px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 155px 45px 125px 75px/15px 125px 15px 155px;
  padding: 5rem 4rem;
  text-align: center;
  transform: scale(1.5);
  opacity: 0;
  transition: all 0.6s linear;
}
.default-1-450 .banner-title {
  width: 100%;
  display: inline-block;
  margin: 0px;
  color: #675444;
  font-weight: 600;
  font-size: 6rem;
  line-height: 7.3rem;
}
.default-1-450 .banner-desc {
  width: 100%;
  display: inline-block;
  margin: 2.5rem 0 3rem 0;
  color: #808080;
  font-size: 24px;
  font-weight: 400;
}
.default-1-450 .banner-btn {
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
  display: inline-block;
  margin: 0px;
  padding: 1.4rem 2rem;
  background: #f9575c;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
  transition: all 0.3s linear;
}
.default-1-450 .banner-btn:hover {
  background: #f9be4f;
}
.default-1-450 .slick-active .banner-details {
  transform: scale(1);
  opacity: 1;
}
.default-1-450 .slick-dots {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  bottom: 2rem;
  transition: all 0.3s ease-in-out;
}
.default-1-450 .slick-dots li button:before {
  /*width: calc(100% - 10px);*/
  font-size: 15px;
  color: #fff;
  /* height: calc(100% - 10px); background: #cfcfcf; top: 5px; left: 5px; content: ""; transition: all 0.3s ease-in-out; opacity: 0.8;*/
}
.default-1-450 .slick-prev {
  left: auto;
  display: none !important;
}
.default-1-450 .slick-next {
  right: auto;
  display: none !important;
}
.default-1-450 .slider-controls {
  width: auto;
  display: inline-flex;
  margin: 0rem 0 0 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0px 50px -12px #000;
  position: absolute;
  top: 9.8rem;
  left: -2.3rem;
}
.default-1-450 .left-icon {
  font-size: 2.4rem;
  color: var(--accent-color, #ffffff);
  padding: 0rem 5px 0 2px;
  cursor: pointer;
  position: absolute;
  font-weight: 300;
  z-index: 9;
  line-height: 4.9rem;
  /*box-shadow: inset 0 0px 30px -12px #fff;*/
  width: 50px;
  border: 2px solid #fff;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  top: 45%;
  left: 2rem;
  transition: all 400ms ease-in;
}
.default-1-450 .right-icon {
  font-size: 2.4rem;
  color: var(--accent-color, #ffffff);
  padding: 0rem 0 0 3px;
  cursor: pointer;
  position: absolute;
  font-weight: 300;
  z-index: 9;
  line-height: 4.9rem;
  /* box-shadow: inset 0 0px 30px -12px #fff;*/
  width: 50px;
  border: 2px solid #fff;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  top: 45%;
  right: 2rem;
  transition: all 400ms ease-in;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .default-1-450 .overlay {
    padding: 0px;
  }
  .default-1-450 .banner-details {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .default-1-450 .overlay {
    padding: 0px;
  }
  .default-1-450 .banner-details {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .default-1-450 .banner-details {
    padding: 5rem 2rem;
  }
  .default-1-450 .banner-title {
    font-size: 4rem;
    line-height: 5.3rem;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0%, 100%, 0);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInLight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: transparent;
  -webkit-border-radius: 100px;
}

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  /*Prevent it from getting too small */
}

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px;
}
body {
  font-family: "Josefin Sans", sans-serif;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
}

.row-eq-height:before,
.row-eq-height:after {
  display: inline-block;
}

.wrapper-157 {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 5rem 0;
}
.wrapper-157 .no-padding {
  padding: 0;
}
.wrapper-157 .title-part {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wrapper-157 .title-part .title {
  font-size: 60px;
  color: black;
  line-height: 60px;
  margin: 0;
  padding: 0;
  font-weight: 900;
}
.wrapper-157 .title-part .bor1 {
  width: 140px;
  height: 3px;
  display: inline-block;
  margin-top: 1rem;
  background: #febf34;
}
.wrapper-157 .title-part .desc {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  margin-top: 2rem;
  color: #999;
  max-width: 700px;
}
.wrapper-157 .cls {
  margin-top: 7rem;
  padding: 0 5rem;
}
.wrapper-157 .profile-pic {
  position: relative;
  -webkit-clip-path: polygon(
    0% 15%,
    15% 15%,
    15% 0%,
    59% 6%,
    100% 0,
    100% 0,
    84% 51%,
    100% 100%,
    61% 94%,
    15% 100%,
    15% 85%,
    0% 85%
  );
  clip-path: polygon(
    0% 15%,
    15% 15%,
    15% 0%,
    59% 6%,
    100% 0,
    100% 0,
    84% 51%,
    100% 100%,
    61% 94%,
    15% 100%,
    15% 85%,
    0% 85%
  );
  background: #febf34;
  height: 450px;
  width: 100%;
  display: inline-block;
}
.wrapper-157 .profile-pic .picture-box-main {
  position: relative;
  height: 450px;
  width: 100%;
  padding: 2rem;
}
.wrapper-157 .profile-pic .picture-box-main .imgc {
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-clip-path: polygon(
    0% 15%,
    15% 15%,
    15% 0%,
    59% 6%,
    100% 0,
    100% 0,
    84% 51%,
    100% 100%,
    61% 94%,
    15% 100%,
    15% 85%,
    0% 85%
  );
  clip-path: polygon(
    0% 15%,
    15% 15%,
    15% 0%,
    59% 6%,
    100% 0,
    100% 0,
    84% 51%,
    100% 100%,
    61% 94%,
    15% 100%,
    15% 85%,
    0% 85%
  );
  object-fit: cover;
}
.wrapper-157 .about-detail {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
}
.wrapper-157 .about-detail .title {
  font-size: 36px;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 40px;
}
.wrapper-157 .about-detail .bor {
  width: 70px;
  height: 3px;
  display: inline-block;
  margin-top: 1rem;
  background: #febf34;
}
.wrapper-157 .about-detail .dsc {
  margin: 0;
  padding: 0;
  line-height: 25px;
  color: #333;
  font-size: 16px;
  margin-top: 2rem;
}
.wrapper-157 .list-item {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
}
.wrapper-157 .list-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  height: auto;
}
.wrapper-157 .list-item ul li {
  padding: 1.5rem 0;
  border-top: 1px solid #ededed;
  font-size: 16px;
  color: #666;
  display: block;
  margin: 0;
}
.wrapper-157 .list-item .button-about {
  display: block;
  margin-top: 3rem;
  position: relative;
}
.wrapper-157 .list-item .button-about .btn-dwnld {
  border: 2px solid #febf34;
  padding: 1rem 3rem;
  font-weight: bold;
  color: #000;
  outline: none;
  transition: all 0.3s linear;
  border-radius: 50px;
  background: transparent;
  margin-right: 2rem;
  font-size: 16px;
  line-height: 16px;
}
.wrapper-157 .list-item .button-about .btn-dwnld:hover {
  border: 2px solid transparent;
  background: #febf34;
  transition: all 0.3s linear;
}
.wrapper-157 .list-item .button-about .btn-hire-me {
  border: 2px solid transparent;
  padding: 1rem 3rem;
  font-weight: bold;
  background: #febf34;
  color: #000;
  outline: none;
  transition: all 0.3s linear;
  border-radius: 50px;
  font-size: 16px;
  line-height: 16px;
}
.wrapper-157 .list-item .button-about .btn-hire-me:hover {
  border: 2px solid #febf34;
  background: transparent;
  transition: all 0.3s linear;
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
  .wrapper-155 .image-block {
    height: 500px;
  }

  .wrapper-157 .list-item .button-about {
    text-align: center;
  }

  .wrapper-157 .list-item .button-about .btn-dwnld {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .wrapper-157 .profile-pic {
    margin-bottom: 3rem;
  }

  .wrapper-157 .list-item {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .wrapper-157 .profile-pic {
    margin-bottom: 3rem;
  }

  .wrapper-157 .list-item {
    margin-top: 3rem;
  }

  .wrapper-157 .cls {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .wrapper-157 .profile-pic {
    margin-bottom: 3rem;
  }

  .wrapper-157 .list-item {
    margin-top: 3rem;
  }

  .wrapper-157 .cls {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-157 .profile-pic {
    margin-bottom: 3rem;
  }

  .wrapper-157 .list-item {
    margin-top: 3rem;
  }

  .wrapper-157 .cls {
    padding: 0;
    margin-top: 5rem;
  }

  .wrapper-157 .list-item .button-about .btn-dwnld {
    margin-right: 1rem;
    font-size: 14px;
    padding: 1rem 2rem;
  }

  .wrapper-157 .title-part .title {
    line-height: 50px;
    font-size: 40px;
  }
}
@media all and (max-width: 320px) {
  .wrapper-157 .profile-pic {
    margin-bottom: 3rem;
  }

  .wrapper-157 .list-item {
    margin-top: 3rem;
  }

  .wrapper-157 .cls {
    padding: 0;
    margin-top: 5rem;
  }

  .wrapper-157 .list-item .button-about .btn-dwnld {
    margin-right: 1rem;
    font-size: 14px;
    padding: 1rem 1.5rem;
  }

  .wrapper-157 .title-part .title {
    line-height: 50px;
    font-size: 40px;
  }
}

/*# sourceMappingURL=wrapper-157.css.map */
body {
  font-family: "Josefin Sans", sans-serif;
}

.default-1-186 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 5rem 2vw;
  position: relative;
  background: #ffffff;
}
.default-1-186 a {
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.default-1-186 .no-padding {
  padding: 0px !important;
}
.default-1-186 .no-margin {
  margin: 0px !important;
}
.default-1-186 .overlay {
  width: 100%;
  height: 100%;
  background: rgba(111, 195, 223, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease-out;
  padding: 0rem 0 0 0;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.default-1-186 .row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
}
.default-1-186 .row-eq-height:before,
.default-1-186 .row-eq-height:after {
  display: inline-block;
}
.default-1-186 .alt {
  display: flex;
}
.default-1-186 .collection-details {
  width: 100%;
  display: inline-block;
  margin: 0px;
}
.default-1-186 .collection-title {
  width: 100%;
  display: inline-block;
  margin: 0px 0 1rem 0;
  color: #00cbc9;
  font-size: 5rem;
  font-weight: 600;
}
.default-1-186 .title-bottom-border {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 80px;
  height: 2px;
  background: #fca8a8;
  border: none;
}
.default-1-186 .collection-desc {
  width: 100%;
  display: inline-block;
  margin: 3.5rem 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.default-1-186 .quote-main {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #27d3d1;
  border-bottom: 1px solid #27d3d1;
  padding: 4rem 0 2.5rem;
  margin: 3.5rem 0 0 0;
}
.default-1-186 .quote-main {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #27d3d1;
  border-bottom: 1px solid #27d3d1;
  padding: 4rem 0 2.5rem;
  margin: 3.5rem 0 0 0;
}
.default-1-186 .quote-title {
  width: 100%;
  display: inline-block;
  margin: 0px;
  color: #333333;
  font-size: 32px;
  font-weight: 500;
}
.default-1-186 .quote-name {
  width: 100%;
  display: inline-block;
  text-align: right;
  font-size: 18px;
  color: #f73f3f;
  margin: 8px 0 0 0;
}
.default-1-186 .collection-img-main {
  width: 100%;
  display: inline-block;
  margin: 0px;
}
.default-1-186 .collection-img {
  width: 305px;
  height: 305px;
  object-fit: cover;
  margin: 0px;
  border-radius: 50%;
  border: 3px solid #f73f3f;
}
.default-1-186 .collection-img2 {
  width: 405px;
  height: 405px;
  object-fit: cover;
  margin: 0px;
  border-radius: 50%;
  border: 3px solid #f73f3f;
  position: absolute;
  left: 9vw;
  top: 6rem;
}
.default-1-186 .collection-img3 {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 0px;
  border-radius: 50%;
  border: 3px solid #f73f3f;
  position: absolute;
  top: 1rem;
  right: 0px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .default-1-186 .collection-img-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8rem 0px;
  }
  .default-1-186 .collection-img2 {
    position: relative;
    top: auto;
    left: auto;
    margin: 5rem 0;
  }
  .default-1-186 .collection-img3 {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .default-1-186 .collection-img-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8rem 0px 3rem;
  }
  .default-1-186 .collection-img2 {
    position: relative;
    top: auto;
    left: auto;
    margin: 5rem 0;
  }
  .default-1-186 .collection-img3 {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .default-1-186 .collection-img-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8rem 0 3rem;
  }
  .default-1-186 .collection-img2 {
    position: relative;
    top: auto;
    left: auto;
    margin: 5rem 0;
  }
  .default-1-186 .collection-img3 {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 480px) {
  .default-1-186 .row-eq-height {
    display: block;
  }
  .default-1-186 .collection-img-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8rem 0 3rem;
  }
  .default-1-186 .collection-img2 {
    position: relative;
    top: auto;
    left: auto;
    margin: 5rem 0;
    width: 300px;
    height: 300px;
  }
  .default-1-186 .collection-img3 {
    position: relative;
    top: auto;
    right: auto;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0%, 100%, 0);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInLight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: transparent;
  -webkit-border-radius: 100px;
}

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  /*Prevent it from getting too small */
}

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px;
}

/*# sourceMappingURL=default-1-186.css.map */
body {
  font-family: "Josefin Sans", sans-serif;
}

.default-2-54 {
  width: 100%;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
  padding: 5em 0em;
  text-align: center;
}
.default-2-54 .Main-title {
  margin-bottom: 3em;
  position: relative;
  display: block;
}
.default-2-54 .Main-title h2 {
  font-weight: bold;
}
.default-2-54 .main-bg {
  width: 100%;
  display: inline-block;
  background: #fff;
  text-align: center;
  padding: 0 3em;
  margin-bottom: 3em;
  position: relative;
}
.default-2-54 .main-bg .title {
  background: #00a000;
  color: #fff;
  padding: 1em 2em;
  display: inline-block;
  font-size: 12px;
  margin: 0;
  letter-spacing: 0.25px;
  font-weight: bold;
}
.default-2-54 .main-bg .imgc {
  position: relative;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.default-2-54 .main-bg .content {
  padding: 0.5em 0;
  display: inline-block;
  margin: 0;
  text-align: left;
  width: 100%;
}
.default-2-54 .main-bg .content .post-title {
  font-weight: bold;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
  line-height: 25px;
}
.default-2-54 .main-bg .content .post {
  text-align: left;
}
.default-2-54 .main-bg .content .post a {
  color: #999;
  font-size: 16px;
}

/*# sourceMappingURL=default-2-54.css.map */
body {
  font-family: "Josefin Sans", sans-serif;
}

.wrapper-334 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  height: auto;
  padding: 5rem 13vw;
  background-color: #f29e03;
  background-image: url(http://api.storearmy.com/edit/themes/wrapper/images/svg-yelow-dot.svg);
  background-repeat: repeat;
  background-attachment: fixed;
}
.wrapper-334 .no-padding {
  padding: 0;
}
.wrapper-334 .title-part {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 6rem;
}
.wrapper-334 .title-part .title {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
.wrapper-334 .title-part .bor {
  width: 80px;
  height: 5px;
  display: inline-block;
  background: #fff;
}
.wrapper-334 .main-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  position: relative;
}
.wrapper-334 .main-block:hover .inner-1 {
  transform: scale(0.5) translateX(-260px);
  position: absolute;
  z-index: 9;
  transition: all 0.3s linear;
}
.wrapper-334 .main-block:hover .inner-2 {
  transform: translateX(0px);
  z-index: 1;
  position: relative;
  opacity: 1;
  transition: all 0.3s linear;
}
.wrapper-334 .main-block .inner-1 {
  width: 300px;
  height: 300px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.wrapper-334 .main-block .inner-1 .imgc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  padding: 0;
  z-index: 2;
}
.wrapper-334 .main-block .inner-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 300px;
  display: flex;
  height: 300px;
  background: #7b1b1b;
  transform: translateX(300px);
  border-radius: 50%;
  align-items: center;
  justify-content: flex-end;
  text-align: left;
  padding: 2rem;
  transition: all 0.3s linear;
  opacity: 0;
}
.wrapper-334 .main-block .inner-2 .content {
  display: inline-block;
  width: 150px;
  position: relative;
}
.wrapper-334 .main-block .inner-2 .content .title {
  color: #fff;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 1rem;
  padding: 0;
}
.wrapper-334 .main-block .inner-2 .content .dsc {
  color: #fff;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .wrapper-334 {
    padding: 5rem 5vw;
  }

  .wrapper-334 {
    padding: 5rem 5vw;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .wrapper-334 {
    padding: 5rem 4vw;
  }

  .wrapper-334 .main-block:hover .inner-1 {
    transform: scale(0.5) translateX(-230px);
  }

  .wrapper-334 .main-block .inner-1,
  .wrapper-334 .main-block .inner-2 {
    height: 250px;
    width: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .wrapper-334 .main-block {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .wrapper-334 .main-block {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .wrapper-334 .main-block {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-334 .main-block {
    margin-bottom: 3rem;
  }

  .wrapper-334 .main-block:hover .inner-1 {
    transform: scale(0.5) translateX(-230px);
  }

  .wrapper-334 .main-block .inner-1,
  .wrapper-334 .main-block .inner-2 {
    height: 250px;
    width: 250px;
  }
}
@media all and (max-width: 320px) {
  .wrapper-334 .main-block {
    margin-bottom: 3rem;
  }

  .wrapper-334 .main-block:hover .inner-1 {
    transform: scale(0.5) translateX(-230px);
  }

  .wrapper-334 .main-block .inner-1,
  .wrapper-334 .main-block .inner-2 {
    height: 250px;
    width: 250px;
  }
}
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800");
body {
  font-family: "Raleway", sans-serif;
}

.decor-7 a,
a:hover,
a:focus,
a:active {
  outline: 0 !important;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer !important;
}
.decor-7 button {
  cursor: pointer !important;
}
.decor-7 .no-padding {
  padding: 0;
}
.decor-7 .margin-top-20 {
  margin-top: 20px;
  display: inline-block;
}
.decor-7 .margin-top-30 {
  margin-top: 30px;
  display: inline-block;
}
.decor-7 .margin-top-40 {
  margin-top: 40px;
  display: inline-block;
}
.decor-7 .margin-top-50 {
  margin-top: 50px;
  display: inline-block;
}
.decor-7 .btn-default {
  border-radius: 50px;
  border: 1px solid #fcbb76;
  background: transparent;
  color: #fff;
  padding: 10px 35px;
  text-transform: uppercase;
  display: inline-block;
}
.decor-7 .btn-default:hover {
  border: 1px solid #fff;
}

/*==================== start css ======================*/
.decor-7 {
  width: 100%;
  display: inline-block;
  padding: 70px 0px;
  position: relative;
  background: #fc5656;
}

.decor-7 .subscribe-new-img {
  width: 50px;
  float: left;
  margin: 30% 0 0;
}
.decor-7 h3.title-subscribe {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.decor-7 .con-text-subscribe {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
.decor-7 .btn-subscribe {
  font-size: 18px;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  padding: 10px 30px;
  float: left;
  font-weight: 600;
  border-radius: 4px;
  margin: 20px 0 0;
}
.decor-7 .inpt-subscribe {
  width: 100%;
  height: 50px;
  background: #fff;
  color: #000;
  border: 0;
  text-indent: 15px;
  border-radius: 4px;
  margin: 20px 0 0 0;
  font-size: 16px;
}

.decor-7 .btn-subscribe:hover {
  background: #fff;
  color: #fc5656;
}
.decor-7 .subscribe-new-img {
  width: 85px;
  float: right;
  margin: 10% 0 0;
  background: #fff;
  padding: 20px;
  border-radius: 70%;
  border: 0px solid #fff;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .decor-7 h3.title-subscribe {
    font-size: 21px;
  }
  .decor-7 .con-text-subscribe {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .decor-7 {
    padding: 60px 0;
  }
  .decor-7 .subscribe-new-img {
    float: none;
    margin: 0 auto 20px;
  }
  .decor-7 h3.title-subscribe {
    text-align: center;
    font-size: 23px;
  }
  .decor-7 .con-text-subscribe {
    text-align: center;
    font-size: 17px;
  }
  .decor-7 .btn-subscribe {
    float: none;
    margin: 20px auto 0;
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .decor-7 {
    padding: 60px 0;
  }
  .decor-7 .subscribe-new-img {
    float: none;
    margin: 0 auto 20px;
  }
  .decor-7 h3.title-subscribe {
    text-align: center;
    font-size: 21px;
  }
  .decor-7 .con-text-subscribe {
    text-align: center;
    font-size: 16px;
  }
  .decor-7 .btn-subscribe {
    float: none;
    margin: 20px auto 0;
    display: inline-block;
  }
}
