body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  overflow-X: hidden; }
.image img {
    max-width: 100%;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight:500;
  color: #fff;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin: 0px; }
.blog-image img, .swiper-slide img{max-width:100%;}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 1400px) {
  .custom-container {
    max-width: 1590px; } }

/*===== All Button Style =====*/
.main-btn,.btn-localtion{
    display: flex;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 20px;
	padding-right:50px;
    font-size: 1.3rem;
    height: 50px;
    line-height: 1.5em;
    border-radius: 4px;
    color: #1995d2;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 5;
    overflow: hidden;
    border: 2px solid #1995d2;
text-decoration: none;
	
}
.main-btn.list_icon_shop, .btn-localtion{
    padding: 0 25px;
    background: #ca9571;
    -webkit-border-radius: 25px;
	border-radius: 25px;
    -moz-border-radius: 25px;
    color: #ffffff;
    font-size: 1.3rem;
	border:0;
	position:relative;
}
.main-btn.list_icon_shop::after,.btn-localtion::after{
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 9px);
    height: calc(100% - 9px);
    border: 1px solid #fff;
    -webkit-border-radius: 25px;
	border-radius: 25px;
    -moz-border-radius: 25px;
}
  .main-btn::before,.btn-localtion::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    padding: 50%;
    border-radius: 50%;
    background-color: #1995d2;
    z-index: -1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0);
    -o-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  .main-btn:hover,.btn-localtion:hover {
    color: #fff; }
    .main-btn:hover::before,.btn-localtion:hover::before  {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
      transform: translate3d(-50%, -50%, 0) scale(1.5); }
.main-btn-phone{
    position: fixed;
    background: #ff6c3b;
    color: #ffffff;
    border: 0;
    border-radius: 40px;
    font-weight: 300;
    height: auto;
    padding: 5px 20px;
    font-size: 1.2rem;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    left: 0;
    bottom: 30px;
	z-index:1000;
}
.main-btn-phone>strong {
    font-weight: 700;
    font-size: 1.7rem;
}
.main-btn-phone img{
	height:40px; padding-right:10px;
	animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
}
.main-btn-phone>span {
    line-height: 1.5em;
    padding-right: 5px;
}
.main-btn-phone>strong {
    line-height: 1.2em;
}
/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }

/*===== All Section Title Style =====*/
.section-title .sub-title {
    font-weight: 300;
    color: #ffffff;
    font-size: 1.3rem;
    position: relative;
    line-height: 1.8rem;
}
.section-title .title, .sub-title .title{
  font-size: 2.7rem;
  font-weight: 500; }
  
.list_icon .section-title .title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: capitalize;
}

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
      font-size: 2.5rem; } }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 2.3rem;
      letter-spacing: 0; } }
.section-title .sub-title::before {
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  top: 9px; }
  
 .section-title .sub-title::before {
    position: absolute;
    content: '';
    width: 80px;
    height: 12px;
	background-size:100%;
    -webkit-transform: rotate(0deg) translateX(-50%);
    -moz-transform: rotate(0deg) translateX(-50%);
    -ms-transform: rotate(0deg) translateX(-50%);
    -o-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
    top: 3px;}
/*===========================
       02.Header css 
===========================*/
.header-area {
  width: 100%;
  z-index: 999;
  padding: 10px 0;}
 div#header-area-sticky-wrapper {
    z-index: 1000;
    position: relative;
}
div#header-area-sticky-wrapper #header-area {
    width: 100%;
    z-index: 100;
	background: #050d14;
}

div#header-area-sticky-wrapper.is-sticky #header-area {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
/*===========================
       03.Banner css 
===========================*/
.banner-content-wrapper {position:absolute; top:0; left:0; width:100%; height:100%; }
    .banner-content-wrapper .banner-content .title {
      font-size: 3rem;
      font-weight: bold;
      color: #2e3d62; line-height:1.5em; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .banner-content-wrapper .banner-content .title {
          font-size: 35px; } }
      @media (max-width: 767px) {
        .banner-content-wrapper .banner-content .title {
          font-size: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-content-wrapper .banner-content .title {
          font-size: 30px; } }
    .banner-content-wrapper .banner-content p {
      font-size: 18px;
      font-weight: 500;
      line-height: 34px;
      margin-top: 35px; }
      @media (max-width: 767px) {
        .banner-content-wrapper .banner-content p {
          font-size: 16px;
          line-height: 28px; } }
      .banner-content-wrapper .banner-content .download-btn li {
        margin-top: 10px;
        display: inline-block;
        margin-right: 18px; }
        .banner-content-wrapper .banner-content .download-btn li:last-child {
          margin-right: 0; }
        .banner-content-wrapper .banner-content .download-btn li a {
          padding-left: 25px;
          padding-right: 25px;
          padding-top: 5px;
          padding-bottom: 5px;
          position: relative;
          border-radius: 5px;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .banner-content-wrapper .banner-content .download-btn li a {
              padding-top: 10px;
              padding-bottom: 10px;
              padding-left: 30px;
              padding-right: 30px; } }
          @media (max-width: 767px) {
            .banner-content-wrapper .banner-content .download-btn li a {
              padding-top: 10px;
              padding-bottom: 10px;
              padding-left: 30px;
              padding-right: 30px; } }
          .banner-content-wrapper .banner-content .download-btn li a i {
            font-size: 28px;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 40px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .banner-content-wrapper .banner-content .download-btn li a i {
                left: 30px;
                font-size: 24px; } }
            @media (max-width: 767px) {
              .banner-content-wrapper .banner-content .download-btn li a i {
                left: 30px;
                font-size: 24px; } }
          .banner-content-wrapper .banner-content .download-btn li a .text-1 {
            font-size: 14px;
            font-weight: 500;
            color: #fff;
            display: block; }
          .banner-content-wrapper .banner-content .download-btn li a .text-2 {
            font-size: 1.4rem;
            font-weight:500;
            color: #fff;
            display: block; }
  .banner-content-wrapper .banner-image {
    margin-top: 50px; }
    .banner-content-wrapper .banner-image .image {
      -webkit-transform: rotate(15deg);
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      transform: rotate(15deg);
      -webkit-animation: ImgBounce1 2s ease-in-out infinite alternate;
      -moz-animation: ImgBounce1 2s ease-in-out infinite alternate;
      -o-animation: ImgBounce1 2s ease-in-out infinite alternate;
      animation: ImgBounce1 2s ease-in-out infinite alternate; }
@-webkit-keyframes ImgBounce1 {
  0% {
    -webkit-transform: translateY(0) rotate(15deg);
    -moz-transform: translateY(0) rotate(15deg);
    -ms-transform: translateY(0) rotate(15deg);
    -o-transform: translateY(0) rotate(15deg);
    transform: translateY(0) rotate(15deg); }
  100% {
    -webkit-transform: translateY(-20px) rotate(15deg);
    -moz-transform: translateY(-20px) rotate(15deg);
    -ms-transform: translateY(-20px) rotate(15deg);
    -o-transform: translateY(-20px) rotate(15deg);
    transform: translateY(-20px) rotate(15deg); } }
@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0) rotate(15deg);
    -moz-transform: translateY(0) rotate(15deg);
    -ms-transform: translateY(0) rotate(15deg);
    -o-transform: translateY(0) rotate(15deg);
    transform: translateY(0) rotate(15deg); }
  100% {
    -webkit-transform: translateY(-20px) rotate(15deg);
    -moz-transform: translateY(-20px) rotate(15deg);
    -ms-transform: translateY(-20px) rotate(15deg);
    -o-transform: translateY(-20px) rotate(15deg);
    transform: translateY(-20px) rotate(15deg); } }
/*===========================
      04.Features css 
===========================*/
.features-area {
  padding-top: 80px;
  position: relative;
  z-index: 5;
  overflow: hidden; }
  .list-image {
    border: 10px solid #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    margin-bottom: 30px;
}
  .features-background .features-area::before, .features-background-blue>.features-area>.background{
    position: absolute;
    content: '';
    background-color: #e0f7ff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
.features-blue .features-area::before,.features-background-blue>.features-area>.background{
	background:#cfebf9;
	height:45%;
}
.features-background .features-area::after {
    position: absolute;
    content: '';
    background: url(../img/affter-right.png) no-repeat;
    width:100%;
    height:60%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: bottom left;
    background-size: contain;
}
.features-blue .features-area::after{
	display:none;
}
	.features-relative {
    position: relative;
    z-index: 100;
}
.single-features {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 60px 60px 23px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 65px;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 5; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-features {
      padding: 60px 30px 28px; } }
  @media (max-width: 767px) {
    .single-features {
      padding: 60px 30px 28px; } }
  .single-features::before {
    position: absolute;
    content: '';
    bottom: -170px;
    right: -170px;
    width: 0;
    height: 0;
    border-bottom: 170px solid rgba(255, 255, 255, 0.2);
    border-left: 170px solid transparent;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .single-features .features-number {
    font-size: 90px;
    line-height: 80px;
    color: #2e3d62;
    opacity: 0.05;
    position: absolute;
    top: 50px;
    right: 60px;
    font-weight: 300;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .single-features .features-icon i {
    font-size: 64px;
    line-height: 60px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .single-features .features-content .features-title a {
    font-size: 22px;
    line-height: 34px;
    font-weight: 800;
    color: #2e3d62;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 32px; }
  .single-features .features-content p {
    margin-top: 37px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .single-features .features-btn {
    position: relative;
    bottom: -70px;
    display: inline-block;
    background-color: #fff;
    padding: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 5px; }
    .single-features .features-btn a {
      width: 60px;
      height: 60px;
      line-height: 60px;
      background-color: #5dd8d3;
      color: #fff;
      text-align: center;
      font-size: 22px;
      border-radius: 5px;
      -webkit-box-shadow: 0px -25px 30px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px -25px 30px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px -25px 30px 0px rgba(0, 0, 0, 0.05);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .single-features .features-btn a i {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .single-features.features-1 .features-icon i {
    color: #5dd8d3; }
  .single-features.features-1 .features-btn a {
    background-color: #5dd8d3; }
  .single-features.features-1:hover {
    background-color: #5dd8d3; }
    .single-features.features-1:hover .features-icon i {
      color: #fff; }
    .single-features.features-1:hover .features-content .features-title a {
      color: #fff; }
    .single-features.features-1:hover .features-content p {
      color: rgba(255, 255, 255, 0.8); }
  .single-features.features-2 .features-icon i {
    color: #9364d4; }
  .single-features.features-2 .features-btn a {
    background-color: #9364d4; }
  .single-features.features-2:hover {
    background-color: #9364d4; }
    .single-features.features-2:hover .features-icon i {
      color: #fff; }
    .single-features.features-2:hover .features-content .features-title a {
      color: #fff; }
    .single-features.features-2:hover .features-content p {
      color: rgba(255, 255, 255, 0.8); }
  .single-features.features-3 .features-icon i {
    color: #ee539b; }
  .single-features.features-3 .features-btn a {
    background-color: #ee539b; }
  .single-features.features-3:hover {
    background-color: #ee539b; }
    .single-features.features-3:hover .features-icon i {
      color: #fff; }
    .single-features.features-3:hover .features-content .features-title a {
      color: #fff; }
    .single-features.features-3:hover .features-content p {
      color: rgba(255, 255, 255, 0.8); }
  .single-features:hover::before {
    bottom: 0;
    right: 0;
    opacity: 1;
    visibility: visible; }

/*===========================
    05.Powerful Tools css 
===========================*/
.powerful-tools-area {
  position: relative;
  overflow: hidden; }
.powerful-shape {
    position: absolute; }
     .powerful-shape.shape-2 {
      top: 70px;
      right:13%;
      -webkit-animation: rotated 15s infinite linear;
      -moz-animation: rotated 15s infinite linear;
      -o-animation: rotated 15s infinite linear;
      animation: rotated 15s infinite linear; z-index:100;}
	  .powerful-shape.shape-2 img{max-width:100%;}
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
       .powerful-shape.shape-2 {
          width: 150px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .powerful-shape.shape-2 {
          width: 200px; } }
      @media (max-width: 767px) {
        .powerful-shape.shape-2 {
          width: 90px; } }

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.powerful-image .image {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  margin-left: -75px;
  -webkit-animation: ImgBounce2 2s ease-in-out infinite alternate;
  -moz-animation: ImgBounce2 2s ease-in-out infinite alternate;
  -o-animation: ImgBounce2 2s ease-in-out infinite alternate;
  animation: ImgBounce2 2s ease-in-out infinite alternate; }

@-webkit-keyframes ImgBounce2 {
  0% {
    -webkit-transform: translateY(0) rotate(-15deg);
    -moz-transform: translateY(0) rotate(-15deg);
    -ms-transform: translateY(0) rotate(-15deg);
    -o-transform: translateY(0) rotate(-15deg);
    transform: translateY(0) rotate(-15deg); }
  100% {
    -webkit-transform: translateY(-20px) rotate(-15deg);
    -moz-transform: translateY(-20px) rotate(-15deg);
    -ms-transform: translateY(-20px) rotate(-15deg);
    -o-transform: translateY(-20px) rotate(-15deg);
    transform: translateY(-20px) rotate(-15deg); } }
@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0) rotate(-15deg);
    -moz-transform: translateY(0) rotate(-15deg);
    -ms-transform: translateY(0) rotate(-15deg);
    -o-transform: translateY(0) rotate(-15deg);
    transform: translateY(0) rotate(-15deg); }
  100% {
    -webkit-transform: translateY(-20px) rotate(-15deg);
    -moz-transform: translateY(-20px) rotate(-15deg);
    -ms-transform: translateY(-20px) rotate(-15deg);
    -o-transform: translateY(-20px) rotate(-15deg);
    transform: translateY(-20px) rotate(-15deg); } }
	
.discover-area {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative; }
 .discover-shape {
    position: absolute; }
.discover-shape.shape-1 {
      width: 368px;
      top: -80px;
      left: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
 .discover-shape.shape-1 {
          width: 220px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
 .discover-shape.shape-1 {
          width: 268px; } }
      @media (max-width: 767px) {
.discover-shape.shape-1 {
          width: 120px; } }
.discover-shape.shape-1 img {
        width: 100%; }
/*===========================
    07.Everything css 
===========================*/
.everything-area {
  background-color: #fff8f6;
  padding-top: 70px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden; }
  .everything-area .everything-shape {
    position: absolute; }
    .everything-area .everything-shape.shape-1 {
      width: 588px;
      height: 588px;
      background-color: #1995d2;
      border-radius: 50px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 13%;
      left: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .everything-area .everything-shape.shape-1 {
          width: 420px;
          height: 420px;
          top: 25%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .everything-area .everything-shape.shape-1 {
          top: 7%; } }
      @media (max-width: 767px) {
        .everything-area .everything-shape.shape-1 {
          width: 320px;
          height: 320px;
          top: 5%; } }
    .everything-area .everything-shape.shape-2 {
      width: 488px;
      height: 488px;
      background-color: #fff;
      border-radius: 50px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -30%;
      right: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .everything-area .everything-shape.shape-2 {
          width: 388px;
          height: 388px; } }
      @media (max-width: 767px) {
        .everything-area .everything-shape.shape-2 {
          width: 388px;
          height: 388px; } }

.everything-image .image {
  position: relative;
  -webkit-animation: ImgBounce3 2s ease-in-out infinite alternate;
  -moz-animation: ImgBounce3 2s ease-in-out infinite alternate;
  -o-animation: ImgBounce3 2s ease-in-out infinite alternate;
  animation: ImgBounce3 2s ease-in-out infinite alternate; }
  @media only screen and (min-width: 1400px) {
    .everything-image .image {
      left: -50px; } }
  .everything-image .image img {
    width: 100%; }

@-webkit-keyframes ImgBounce3 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }
.everything-content-wrapper .everything-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .everything-content-wrapper .everything-content p {
      font-size: 16px;
      line-height: 28px; } }
  @media (max-width: 767px) {
    .everything-content-wrapper .everything-content p {
      font-size: 16px;
      line-height: 28px; } }
.everything-content-wrapper .everything-content .everything-items li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 25px;
 }
   .everything-content-wrapper .sub-title .title{font-size:2.3rem; font-weight:bold;}
  .everything-content-wrapper .everything-content .everything-items li span {
    text-align: center;
    font-size: 18px;
    font-weight:500;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin-top: 3px; }
.everything-content-wrapper .everything-content .everything-items .content h3, .list-features-item h3{
    font-size: 1.1rem;
    margin-bottom: 5px;
	font-weight: 500;
	line-height:1.5em;
}
.list-features-item h3 {
    font-weight: 300;
}
.list-features-item .icon {
    width: 60px;
    margin: 0 auto;
	margin-bottom: 20px;
}
.everything-content-wrapper .everything-content .everything-items li .content .content-description, .list-features-item  .content-description{font-size:.85rem;}
  .everything-content-wrapper .everything-content .everything-items li p {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px; }
.bg-while{background:#ffffff;}
.everything-content-wrapper .everything-content .main-btn {
  padding: 0 50px;
  margin-top: 52px;
  height: 70px;
  line-height: 70px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .everything-content-wrapper .everything-content .main-btn {
      height: 50px;
      line-height: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .everything-content-wrapper .everything-content .main-btn {
      height: 50px;
      line-height: 50px; } }
  @media (max-width: 767px) {
    .everything-content-wrapper .everything-content .main-btn {
      height: 45px;
      line-height: 45px;
      padding: 0 30px; } }

/*===========================
        12.Blog css 
===========================*/
.single-blog {
    margin-bottom: 30px;
}
.blog-area {
  padding:5rem 0;
  background-color: #f7f7fd;
  position: relative; }
  .blog-area .blog-shape {
    position: absolute; }
    .blog-area .blog-shape.shape-1 {
      width: 488px;
      height: 488px;
      background-color: #fff;
      border-radius: 50px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -28%;
      left: 3%; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .blog-area .blog-shape.shape-1 {
          width: 388px;
          height: 388px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-area .blog-shape.shape-1 {
          width: 320px;
          height: 320px;
          top: 0; } }
      @media (max-width: 767px) {
        .blog-area .blog-shape.shape-1 {
          width: 188px;
          height: 188px;
          top: -2%; } }
.single-blog {
    box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.single-blog .blog-image {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    background: #e9e9e9;
}
.single-blog.news-item .blog-image{padding:0;}
  .single-blog .blog-image a {
    display: block; }
    .single-blog .blog-image a img {
      width: 100%;
      border-radius: 5px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
.single-blog .blog-content {
 padding: 2rem 3rem; background:#ffffff;}
 .single-blog .blog-content h4.blog-title {
    font-size: 1.5rem;
}
.news-item.single-blog .blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
	    padding: 1rem 2rem;
		width:100%;
}
  .single-blog .blog-content .meta li {
    display: inline-block;
    position: relative; }
    .single-blog .blog-content .meta li + li {
      margin-left: 30px; }
      .single-blog .blog-content .meta li + li::before {
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #1995d2;
        bottom: 4px;
        left: -18px; }
    .single-blog .blog-content .meta li a {
      font-size: 14px;
      font-weight:500;
      color: #1995d2;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .single-blog .blog-content .meta li a:hover {
        color: #2e3d62; }
  .single-blog .blog-content .blog-title a {
    font-size: 24px;
    font-weight:500;
    color: #2e3d62;
    margin-top: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;margin:0;}
	.news-item.single-blog .blog-content .blog-title a {
		font-size: 1rem;
		color: #ffffff;
		line-height: 1.5em;
		font-size:1rem;
	}
.news-item.single-blog .navbar-btn>a {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #ccc;
    margin-top: 20px;
}
.news-item.single-blog .navbar-btn>a:hover{
	border-color:#44b9f3;
	color:#44b9f3;
}
    @media (max-width: 767px) {
      .single-blog .blog-content .blog-title a {
        font-size: 20px; } }
  .single-blog .blog-content p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-blog .blog-content p {
        font-size: 16px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .single-blog .blog-content p {
        font-size: 16px;
        line-height: 28px; } }
.single-blog .blog-content .blog-title a:hover {
  color: #44b9f3; }
.blog-list-area {
  padding-top: 65px;
  padding-bottom: 115px; }
ul.content-list li {
    position: relative;
    margin-top: 10px;
    padding-left: 1rem;
    font-size: 1rem;
}
ul.content-list li:before{
	position: absolute;
    left: 0;
    top: 4px;
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: .5rem;
    color: #333;
}
/*===== Back To Top =====*/
.back-to-top {
    position: fixed;
    bottom: 45px;
    right: 25px;
    font-size: 26px;
    width: 50px;
    height: 50px;
	line-height:50px;
    display:flex;
	justify-content:center;
	align-items:center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 99;
    text-align: center;
    display: none;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
    -moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
    box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    color: #fff;
    background-color: #ca9571;
    z-index: 1000000;
}
.back-to-top:hover {
    color: #fff;
    background-color: #1995d2;
}
@media(max-width:768px){
	.back-to-top {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 25px;
	}
}
.footer-copyright {
    color: #fff;
    font-size: .6rem;
    font-weight: 300;
}
.footer-copyright .social li {
display: inline-block; }
 .footer-copyright .social li + li {
  margin-left: 8px; }
.footer-copyright .social li a {
    width: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 34px;
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.footer-copyright .social li a:hover {color: #ff8257; }
.gallery-thumbs .swiper-slide {
    cursor: pointer;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active * {
    color: #fff;
	transition: all .4s;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .list-features-item .icon{
	opacity:1;
}
.gallery-top .swiper-slide img{width:100%;}
.swiper-pagination {
  position: relative;
  margin-top: 45px;
  text-align: center; }
  .swiper-pagination .swiper-pagination-bullet {
    background: #2e3d62;
    margin: 0 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #ff8257;
      -webkit-transform: scale(1.7);
      -moz-transform: scale(1.7);
      -ms-transform: scale(1.7);
      -o-transform: scale(1.7);
      transform: scale(1.7); }
.swiper-button-next, .swiper-button-prev {
    background: rgba(255,255,255,1);
    padding: 10px;
    width: auto;
    height: auto;
    color: #333;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}
.swiper-button-next{right:0;border-radius: 10px 0 0 10px;}
.swiper-button-prev{left:0;border-radius: 0 10px 10px 0;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 2rem;
}

/*===========================
      10.Screenshot css 
===========================*/
.screenshot-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center; }
  .screenshot-pagination .swiper-pagination-bullet {
    background: #2e3d62;
    margin: 0 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .screenshot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #1995d2;
      -webkit-transform: scale(1.7);
      -moz-transform: scale(1.7);
      -ms-transform: scale(1.7);
      -o-transform: scale(1.7);
      transform: scale(1.7); }
/*--------------------------------------------------------------
4. Preloader
----------------------------------------------------------------*/
@-webkit-keyframes animateGradient{0%{background-position:left bottom}50%{background-position:right top}100%{background-position:left bottom}}@keyframes animateGradient{0%{background-position:left bottom}50%{background-position:right top}100%{background-position:left bottom}}
.preloader{position:fixed;top:0;width:100vw;height:100vh;z-index:10000;-webkit-transition:all .25s ease;transition:all .25s ease;-webkit-transition-delay:1s;transition-delay:1s;background:#1995d2;background:linear-gradient(45deg, #1995d2 0%, #41baf5 50%, #d7ebf5 100%); background-size:200% 200%;background-position:left bottom;-webkit-animation-name:animateGradient;animation-name:animateGradient;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.preloader img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}body.loaded .preloader{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
.preloader img{width:200px; max-width:100%;}
/*****************************************/
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}