/*  Color Variable  */
/*  Font Variable  */
/*40px;*/
/*36px;*/
/*30px;*/
/*24px;*/
/*20px;*/
/*18px;*/
/*16px;*/
/*14px;*/
/*12px;*/
/*10px;*/
/*  Font-family  Variable  */
h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 2.25rem; }

h3 {
  font-size: 1.875rem; }

h4 {
  font-size: 1rem; }

p.error, .error, .error-msg {
  font-size: 0.75rem;
  color: #E60A11; }

body {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3; }

p {
  font-size: 1rem;
  line-height: 1.45; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.disc {
  list-style: disc;
  padding-left: 25px; }

ol.number {
  list-style: number;
  padding-left: 25px; }

.red {
  color: #E60A11; }

.blue {
  color: #6E4EE0; }

.pink {
  color: #CE127B; }

/*@media all and (max-width: 767px) {
	h3 {
		font-size: $large-title;
	}
}*/
/*  Color Variable  */
/*  Font Variable  */
/*40px;*/
/*36px;*/
/*30px;*/
/*24px;*/
/*20px;*/
/*18px;*/
/*16px;*/
/*14px;*/
/*12px;*/
/*10px;*/
/*  Font-family  Variable  */
/*  Mixin and Inheritance */
.transition, .btn, .btn-blue, .creative-block .creative-list > li {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.box-shadow {
  box-shadow: 0 3px 20px #000;
  -webkit-box-shadow: 0 3px 20px #000; }

/*  Mixin and Inheritance */
.transition, .btn, .btn-blue, .creative-block .creative-list > li {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.box-shadow {
  box-shadow: 0 3px 20px #000;
  -webkit-box-shadow: 0 3px 20px #000; }

#header {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 999;
  width: 100%; }

.header-inner {
  display: flex;
  text-align: center;
  justify-content: space-between;
  padding: 12px 0; }

.link-header ul {
  display: flex;
  align-items: center; }
.link-header li a {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  padding: 10px 15px;
  display: inline-block; }
  .link-header li a:hover {
    color: #EF01FE; }
.link-header .get-touch {
  min-width: inherit;
  background: #fff;
  height: 40px;
  font-weight: bold;
  padding: 3px 20px !important;
  color: #6E4EE0 !important; }
  .link-header .get-touch:hover {
    color: #fff !important; }

.gotop {
  display: flex;
  align-items: center; }
  .gotop a {
    font-size: 1.125rem; }
    .gotop a i {
      font-weight: normal; }

@media all and (max-width: 576px) {
  .logo img {
    max-height: 35px; }

  .link-header li a {
    font-size: 0.75rem;
    font-weight: bold; }

  .gotop span {
    display: none; }
  .gotop a {
    font-size: 1rem; } }
/*  Mixin and Inheritance */
.transition, .btn, .btn-blue, .creative-block .creative-list > li {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.box-shadow {
  box-shadow: 0 3px 20px #000;
  -webkit-box-shadow: 0 3px 20px #000; }

footer {
  /*border-top: solid 18px $blue;*/
  background: #85D9FF; }

.inner-footer {
  display: flex;
  align-items: center; }

.contact-detail {
  padding: 0px 0px 0px 100px; }
  .contact-detail .contact-text {
    font-size: 3.75rem;
    color: #6E4EE0;
    font-weight: 800;
    display: flex;
    align-items: center; }
  .contact-detail .cont-img {
    min-width: 110px; }

.list-contact {
  position: relative; }
  .list-contact li {
    display: flex;
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 35px; }
  .list-contact:after {
    position: absolute;
    width: 30%;
    height: 8px;
    background: #00A1E9;
    content: "";
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: -60px; }

.footer-map {
  width: 50%;
  box-shadow: 10px 3px 20px rgba(0, 0, 0, 0.175); }
  .footer-map img {
    width: 100%; }
  .footer-map iframe {
    width: 100%;
    height: 100%;
    min-height: 700px; }

.cont-dot {
  width: 38px;
  height: 38px;
  background: #CE127B;
  border-radius: 50%;
  display: block;
  margin-right: 25px; }

@media all and (max-width: 767px) {
  .inner-footer {
    display: block; }

  .footer-map {
    width: 100%; }

  .contact-detail {
    padding: 30px; }
    .contact-detail .contact-text {
      font-size: 1.5rem;
      text-align: center;
      justify-content: center; }
    .contact-detail .cont-img {
      min-width: 70px; }
      .contact-detail .cont-img img {
        max-height: 40px; }

  .cont-dot {
    width: 15px;
    height: 15px; }

  .list-contact li {
    font-size: 0.875rem;
    margin-bottom: 15px;
    align-items: center; }
  .list-contact:after {
    bottom: -22px; } }
.wrapper {
  width: 100%;
  overflow: hidden; }

.wrap-top {
  overflow-x: hidden; }

.banner-block {
  background: #fff; /*6E4EE0*/
  position: relative; }

/*.banner-inner {
	display: flex;	
	align-items: center;
}*/
.banner-right {
  text-align: center; }
  .banner-right .logo-block {
    margin-bottom: 50px; }
  .banner-right h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 3.75rem;
    margin-bottom: 50px; }

.easy-step-block {
  background: #6E4EE0;
  padding: 25px 0; }
  .easy-step-block .step-img {
    margin-right: 15px; }
  .easy-step-block .step-block {
    display: flex;
    align-items: center; }
  .easy-step-block .step-text {
    color: #fff;
    font-size: 3.5rem;
    font-weight: bold; }

.bg-lightblue {
  background: #E5FFFF;
  padding: 50px 0; }

.count-step {
  position: relative;
  font-size: 1.875rem;
  color: #6E4EE0;
  font-weight: bold; }
  .count-step:after {
    height: 8px;
    background: #6E4EE0;
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 100%; }

.count-bg {
  background: #E5FFFF;
  padding: 20px 15px 20px 0;
  position: relative;
  z-index: 3; }

.count-num {
  width: 70px;
  height: 70px;
  background: #6E4EE0;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 70px; }

.present-txt li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative; }
  .present-txt li:before {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    left: 0px;
    top: 1px;
    content: "";
    z-index: 3;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%; }

.block-desclaimers {
  padding: 30px 0; }
  .block-desclaimers h4 {
    font-size: 1.125rem;
    margin-bottom: 20px; }

/*timeline*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 25px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 16px;
  background-color: #65BEE5;
  left: 50%;
  margin-left: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: 34%;
  float: left;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  background: #a0e3f8;
  -webkit-box-shadow: 10px 13px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 10px 13px 6px rgba(0, 0, 0, 0.175); }

.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
  margin-top: 0px; }

.timeline > li:not(.timeline-inverted) {
  padding-right: 0px; }

.timeline > li.timeline-inverted {
  padding-left: 0px; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 72px;
  height: 72px;
  line-height: 72px;
  font-size: 2.4375rem;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -30px;
  background-color: #6E4EE0;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-weight: bold; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-size: 2.4375rem; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

.timeline-body p {
  font-weight: bold; }

.timeline > li.timeline-inverted > .timeline-badge:after {
  position: absolute;
  border-bottom: dotted 5px #000;
  left: 75px;
  top: 50%;
  content: "";
  z-index: 2;
  width: 100px;
  height: 5px; }
.timeline > li.timeline-inverted > .timeline-badge:before {
  position: absolute;
  right: -400px;
  top: 3px;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  z-index: 2;
  font-weight: normal;
  color: #000; }

.timeline > li > .timeline-badge:after {
  position: absolute;
  border-bottom: dotted 5px #000;
  right: 75px;
  top: 50%;
  content: "";
  z-index: 2;
  width: 100px;
  height: 5px; }
.timeline > li > .timeline-badge:before {
  position: absolute;
  left: -115px;
  top: 3px;
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  z-index: 2;
  font-weight: normal;
  color: #000; }

.wrap-timeline {
  display: flex; }
  .wrap-timeline .wraptime-img {
    min-width: 130px;
    padding: 0 15px; }

.crcl-right .present-txt li {
  padding-right: 25px;
  padding-left: 0px; }
  .crcl-right .present-txt li:before {
    right: 0px;
    left: auto; }

@media all and (max-width: 992px) {
  .banner-right .logo-block {
    margin-bottom: 10px; }
    .banner-right .logo-block img {
      max-height: 55px; }
  .banner-right h2 {
    font-size: 2.25rem;
    margin-bottom: 10px; }

  .easy-step-block .step-text {
    font-size: 2.25rem; }

  .count-step {
    font-size: 1.5rem;
    margin-bottom: 0px !important; }

  .timeline-title {
    font-size: 1.5rem; }

  .timeline > li > .timeline-badge {
    position: absolute;
    margin-bottom: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: -18px;
    font-size: 1.25rem; }
    .timeline > li > .timeline-badge:before, .timeline > li > .timeline-badge:after {
      display: none; }

  .count-num {
    min-width: 40px;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px; }

  .timeline:before {
    width: 8px; }

  .timeline > li > .timeline-panel {
    width: 45%; }

  .count-step:after {
    display: none; }

  .count-bg {
    display: flex; }

  .contact-detail .contact-text {
    font-size: 1.5rem; }
  .contact-detail .cont-img {
    min-width: 70px; }
    .contact-detail .cont-img img {
      max-height: 40px; }

  .list-contact li {
    font-size: 1.25rem; } }
@media all and (max-width: 767px) {
  .count-step {
    font-size: 1rem;
    margin-bottom: 0px !important; }

  .count-num {
    min-width: 40px;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px; }

  .count-bg {
    display: flex;
    align-items: center; }

  .easy-step-block .step-text {
    font-size: 1rem; }

  .bg-lightblue {
    padding: 15px 0; }

  .banner-right h2 {
    font-size: 2.25rem; }

  .step-img img {
    max-height: 48px; }

  .banner-right .logo-block {
    margin-bottom: 10px; }
    .banner-right .logo-block img {
      max-height: 55px; }
  .banner-right h2 {
    margin-bottom: 10px; }

  .timeline:before {
    display: none; }

  .timeline > li > .timeline-panel {
    width: 100%; }

  .timeline > li > .timeline-badge {
    position: relative;
    margin-bottom: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.25rem; }
    .timeline > li > .timeline-badge:before, .timeline > li > .timeline-badge:after {
      display: none; }

  .timeline-title {
    font-size: 1.125rem; } }
/*what we do*/
.btn, .btn-blue {
  white-space: nowrap;
  padding: 9px 16px;
  display: inline-block;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  vertical-align: top;
  font-size: 1.125rem;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  min-width: 216px;
  border-radius: 50px;
  font-weight: 600; }
  .btn:focus, .btn-blue:focus {
    outline: none;
    box-shadow: none !important; }

.btn {
  border: 1px solid #6E4EE0;
  color: #fff;
  background: #6E4EE0; }
  .btn:hover {
    background: #5233C1;
    color: #fff;
    border-color: #5233C1; }
  .btn:focus {
    background: #6E4EE0;
    color: #fff;
    border-color: #6E4EE0; }
  .btn.more-height {
    padding: 12px 16px; }

.whatwedo {
  padding: 60px 0; }

.border-title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 28px; }
  .border-title:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    max-width: 150px;
    width: 100%;
    height: 2px;
    background: #E60A11;
    content: "";
    transform: translate(-50%, -50%); }

.creative-block {
  margin: 40px 0; }
  .creative-block .img-block {
    margin-bottom: 15px; }
    .creative-block .img-block img {
      height: 65px; }
  .creative-block h4 {
    /*font-size: $defailt-title;*/
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 22px; }
  .creative-block .creative-list {
    display: flex; }
    .creative-block .creative-list > li {
      border-radius: 20px;
      background: #fff;
      padding: 30px 15px 15px 15px;
      margin: 15px;
      border: solid 1px #ddd;
      background: #fff;
      width: 25%; }
      .creative-block .creative-list > li:hover {
        background: #fff;
        box-shadow: none;
        -webkit-box-shadow: 0px 0px 20px rgba(139, 139, 139, 0.15);
        box-shadow: 0px 0px 20px rgba(139, 139, 139, 0.15); }
  .creative-block .creative-list {
    margin-bottom: 20px; }
    .creative-block .creative-list a {
      color: #525252; }
      .creative-block .creative-list a:hover {
        color: #E60A11; }

.servlist li {
  margin-bottom: 10px; }

.aboutwinsec {
  background: #FAFAFA;
  padding: 60px 0; }

.content-about {
  padding-top: 15px; }

.block-recent-project {
  padding: 60px 0; }
  .block-recent-project .list-project {
    display: flex;
    flex-wrap: wrap; }
    .block-recent-project .list-project li {
      width: 25%;
      min-height: 295px;
      position: relative; }
    .block-recent-project .list-project .proect-desc {
      position: absolute;
      bottom: 0px;
      max-height: 60px;
      border-top: solid 1px #fff;
      padding: 10px;
      width: 100%; }
    .block-recent-project .list-project .proj-title {
      font-size: 16px;
      font-weight: bold;
      color: #fff; }
    .block-recent-project .list-project p {
      font-size: 14px;
      margin-bottom: 0px;
      color: #fff; }
    .block-recent-project .list-project .img-block {
      min-height: 237px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }

.product-thumb a {
  padding: 0;
  margin: 0; }
  .product-thumb a img {
    width: 100%; }

/*.proj-col-1 {
	background: #F83263;
}
.proj-col-2 {
	background: #AD68FF;
}
.proj-col-3 {
	background: #4F94FC;
}
.proj-col-4 {
	background: #FFBA38;
}
.proj-col-5 {
	background: #FDC623;
}
.proj-col-6 {
	background: #EA534C;
}
.proj-col-7 {
	background: #EFA0CF;
}
.proj-col-8 {
	background: #4C4CE0;
}*/
.block-author {
  background: url(../images/quote.png) right bottom no-repeat;
  min-height: 50px;
  display: flex;
  align-items: center; }
  .block-author .user-image {
    width: 88px;
    height: 88px;
    margin-right: 20px;
    background: #E6E6E6;
    border-radius: 50%;
    padding: 4px;
    display: block;
    text-align: center; }
    .block-author .user-image img {
      border: solid 2px #fff;
      border-radius: 50%;
      width: 80px;
      height: 80px; }

.author-detail h4 {
  font-size: 18px; }
.author-detail span {
  font-size: 12px; }

.banner-promotion {
  padding: 60px 0;
  text-align: center; }

.testimonial-block {
  padding: 0px 0 60px 0; }

.info-contact h4 {
  color: #E60A11;
  font-size: 22x;
  margin: 20px 0; }
.info-contact p {
  margin-bottom: 0px; }

.contact-map {
  text-align: center;
  padding: 50px 0; }

.form-content {
  text-align: center;
  max-width: 440px;
  margin: 0 auto; }

.banner-block {
  text-align: center; }

.banner-inner {
  max-width: 1170px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff; }
  .banner-inner h2 {
    font-weight: 200;
    font-size: 45px;
    width: 100%;
    margin-bottom: 20px; }
  .banner-inner p {
    color: #fff; }

.banner-btn {
  text-align: center;
  margin-top: 20px;
  width: 100%; }
  .banner-btn a {
    margin: 0 auto;
    background: #EF01FE; }

.social-link {
  text-align: center;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .social-link li {
    margin-right: 15px;
    text-align: center; }
  .social-link a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    background: #f3f3f3;
    text-align: center;
    font-size: 28px;
    line-height: 48px; }
  .social-link i {
    width: 25px; }

#uptotop {
  position: fixed;
  font-size: 16px;
  line-height: 24px;
  bottom: 80px;
  right: 20px;
  border: 1px solid #f1eef3;
  padding: 7px;
  background: #fff;
  z-index: 99;
  display: none;
  color: #6c6e6f;
  font-weight: 700;
  -moz-transition: border-color 1s;
  -o-transition: border-color 1s;
  -webkit-transition: border-color 1s;
  transition: border-color 1s; }

.modal-backdrop.show {
  opacity: 0.5 !important; }

@media all and (max-width: 767px) {
  .whatwedo, .aboutwinsec, .block-recent-project, .testimonial-block, .banner-promotion, .contact-map {
    padding: 15px 0; }

  .whatwedo p, .content-about p {
    text-align: justify; }

  .creative-block .creative-list {
    display: block; }
    .creative-block .creative-list > li {
      margin: 0px 0 15px 0;
      width: 100%; }

  .block-recent-project .list-project {
    display: block; }
    .block-recent-project .list-project li {
      width: 100%;
      margin-bottom: 15px; }

  .info-contact {
    margin-bottom: 35px; }

  .banner-block {
    padding: 0; }
    .banner-block h2 {
      font-size: 25px; }

  .banner-inner {
    position: relative;
    max-width: 100%;
    padding: 0px;
    margin: 0px !important;
    left: 0;
    top: 0;
    transform: inherit;
    background: url(../images/banner.jpg); }
    .banner-inner p {
      padding: 0 15px; }

  .banner-btn {
    margin-top: 0px; }

  .desk-banner {
    display: none; }

  .content-about {
    text-align: center; }

  .block-recent-project .product-thumb a {
    padding: 0px;
    margin: 0px; }
    .block-recent-project .product-thumb a img {
      width: 100%; } }

/*# sourceMappingURL=style-front.css.map */
