a{
    text-decoration:none;
}
#main-content {
    position: relative;
    overflow: hidden;
}
/*#home .container, #about .container{
  max-width: 1440px;
}*/
#demo1 .banner-wrapper {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
#demo1 .banner-wrapper {
    background: url(../img/azuracast-dediacted/bg.png) no-repeat left;
}/* banner section css start */
#demo1 .banner-wrapper {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat; }
  #demo1 .banner-wrapper:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -736px;
    width: 386px;
    /*height: 987px;*/
    background: url(../img/azuracast-dediacted/banner-bg.png) no-repeat left;
    opacity: 0.1;
    z-index: -1; }

.banner-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: calc(85px + (170 - 85) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(70px + (180 - 70) * ((100vw - 320px) / (1920 - 320))); }
  /*.banner-wrapper .row {
    align-items: center; }*/

.banner-content .banner-main-title {
  font-size: 50px;
  /*font-size: calc(20px + (60 - 20) * ((100vw - 320px) / (1920 - 320)));
  */line-height: calc(26px + (66 - 26) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(10px + (27 - 10) * ((100vw - 320px) / (1920 - 320)));
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase; }

.banner-content .banner-dec {
  font-size: 20px;
  line-height: calc(20px + (26 - 20) * ((100vw - 320px) / (1920 - 320)));
  color: #ffffff;
  margin-bottom: 33px; }

.banner-image {
  text-align: right;
  position: relative; }
  .banner-image .banner-img {
    margin-right: -53px; }

.slider-animation-images span {
  display: block;
  position: absolute; }

.slider-animation-images .image1 {
  left: 2.6%;
  top: 1%;
  animation: animationFramesOne 15s infinite linear; }

.slider-animation-images .image2 {
  top: 38%;
  left: 17.8%;
  animation: animationFramesThree 15s infinite linear; }

.slider-animation-images .image3 {
  left: 1.5%;
  bottom: 35.6%;
  animation: animationFramesOne 15s infinite linear; }

.slider-animation-images .image4 {
  left: 33%;
  bottom: 13%;
  animation: animationFramesTwo 15s infinite linear; }

.slider-animation-images .image5 {
  left: 37%;
  bottom: 16%;
  animation: animationFramesTwo 15s infinite linear; }

.slider-animation-images .image6 {
  right: 40.2%;
  top: -1%;
  animation: animationFramesFour 15s infinite linear; }

.slider-animation-images .image7 {
  right: 33.5%;
  bottom: 0;
  animation: animationFramesFive 15s infinite linear; }

.slider-animation-images .image8 {
  right: 42.3%;
    top: 13%;
  animation: animationFramesSix 15s infinite linear; }

.slider-animation-images .image9 {
  right: 12%;
  bottom: 91%;
  animation: ripple4 15s linear infinite; }

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    -webkit-transform: translate(200px, -1px) rotate(36deg) scale(0.7);
    transform: translate(200px, -1px) rotate(36deg) scale(0.7); }
  40% {
    -webkit-transform: translate(251px, 140px) rotate(72deg) scale(0.6);
    transform: translate(251px, 140px) rotate(72deg) scale(0.6); }
  60% {
    -webkit-transform: translate(141px, 250px) rotate(108deg) scale(0.7);
    transform: translate(141px, 250px) rotate(108deg) scale(0.7); }
  80% {
    -webkit-transform: translate(-40px, 100px) rotate(144deg) scale(0.8);
    transform: translate(-40px, 100px) rotate(144deg) scale(0.8); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    transform: translate(0px, 0px) rotate(0deg) scale(1); } }

@keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(1000px, 1000px);
    transform: translate(1000px, 1000px); }
  100% {
    -webkit-transform: translate(-500px, -500px);
    transform: translate(-500px, -500px); } }

@keyframes animationFramesFour {
  0% {
    transform: translate(-1000px, 1000px); }
  100% {
    transform: translate(200px, -200px); } }

@keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(200px, 200px);
    transform: translate(200px, 200px); }
  100% {
    -webkit-transform: translate(-1000px, -1000px);
    transform: translate(-1000px, -1000px); } }

@keyframes ripple4 {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.5; } }

@keyframes animationFramesSix {
  0% {
    -webkit-transform: translate(-250px, 200px);
    transform: translate(-250px, 200px); } }

/* responsive css */
@media (max-width: 1799px) {
  .banner-image .banner-img {
    margin-right: 0; } }

@media (max-width: 1499px) {
  .banner-image .banner-img {
    max-width: 80%; }
  .slider-animation-images .image8 {
    display: none; } }

@media (max-width: 1199px) {
  .banner-wrapper:before {
    display: none; }
  .banner-content .banner-main-title {
    margin-bottom: 10px;
    line-height: normal; }
  .banner-content .banner-dec {
    margin-bottom: 20px;
    line-height: normal; } }

@media (max-width: 767px) 
{
  .banner-content {
    max-width: 80%; 
  }
  .banner-image {
    text-align: center; 
  }
  .banner-image .banner-img {
      max-width: 60%; 
  }
  .banner-wrapper:before {
      display: none; 
  }
  .banner-image 
  {
    display: none; 
  } 
  .small_txt_center{
    text-align: center !important;
  }
  .button1{
    display: inline-block !important;
  }
  .features{
    margin-right : 0px !important;
  }
  .left{
    margin-left: 0px  !important;
  }
}




@media (max-width: 480px) {
  .banner-image .banner-img {
    max-width: 80%; }
  .banner-content {
    max-width: 100%; } }

.banner-btn-wrapper {
    display: flex;
}

.button1.button3 {
    padding-left: 18px;
    padding-right: 18px;
    min-width: auto;
}
.button3 {
    background-color: transparent;
    border: 3px solid #ffffff;
    margin-right: 15px;
}
.button1 {
    background-color: #ffffff;
    border-radius: 100px;
    min-width: 75px;
    max-width: 125px;
    height: 50px;
    text-align: left;
    padding: 13px 15px 11px 15px;
    /*position: relative;
    display: flex;*/
    align-items: center;
    background-size: 200% auto;
    transition: all 0.5s ease-in-out;
}
.button3 .title {
    -webkit-text-fill-color: #ffffff;
}
.button3 {
    background-color: transparent;
    border: 2px solid #ffffff;
    margin-right: 15px;
}
.button1 .title {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background-clip: text;
    -webkit-background-clip: text;

}
.button1:hover {
    box-shadow: 0 6px 22px 3px rgba(0, 0, 0, 0.12);
    background-position: right center;
    transform: translateY(-2px);
}
.button2 .title {
    -webkit-text-fill-color: #ffffff;
}
.gradient-color {
    background: linear-gradient(to right, #e100ff 0%, #7f00ff 100%);
}
.button4 .btn-icon {
    border: 2px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.button1 .btn-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    text-align: center;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    transition: all 0.5s ease-in-out;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.gradient-color1 {
    background-image: linear-gradient(white, white), linear-gradient(to bottom, #e100ff, #7f00ff);
}
.button4 .btn-icon i , .button1 .title{
  color:blueviolet;
  }
.i{
  color: #fff;
}
/*.button4 .btn-icon i {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.button1 .btn-icon i {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}*/
/* banner section css end */
/* service section css start */
/*#service .container {
    max-width: 1440px;
}*/
#service{
  margin-bottom: 70px;
}
.service-wrapper .row 
{
  align-items: center; 
}
.main-title-wrapper .sitemain-subtitle {
    font-weight: 600;
    font-size: 35px;
    color: #202020;
    margin-bottom: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
}
.main-title-wrapper .site-subtitle2 {
    color: #606060;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    margin-bottom: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
}
.service-content-1 .service-title {
  color: #777777;
  font-size: 25px;
  font-weight: 400;
  position: relative;
  padding-bottom: calc(12px + (18 - 12) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
  text-transform: capitalize; }
  .service-content-1 .service-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    background: url(../img/azuracast-dediacted/left-line.png) no-repeat left;
    width: 56px; }
.service-content-1.main-title-wrapper {
  margin-bottom: 0;
  padding-right: 50px;
  text-align: left; }

.service-dec,.service-dec-content {
  color: #777777;
    font-size: 19px;
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
    transition: all 0.5s ease-in-out;
  margin-bottom: 50px;
  }

.service-block2 {
  margin-top: -115px; }

.service-block-content {
  padding-top: calc(25px + (68 - 25) * ((100vw - 320px) / (1920 - 320))); }

.service-content {
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 5px; }
  .service-content .service-content-dec .service-title {
    color: #202020;
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    position: relative;
    margin-bottom: 5px;
    transition: all 0.5s ease-in-out; }
  .service-content .service-content-dec .service-dec-content {
    margin: 0; }

.service-icon {
  text-align: center;
  position: relative;
  padding: 14px 0; }
  .service-icon span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s ease-in-out; }
    .service-icon span:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: url(../img/azuracast-dediacted/service/img5.png) no-repeat center;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      transform: scale(0.4);
      filter: opacity(0);
      transition: all 0.5s ease-in-out; }
    .service-icon span i {
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 32px;
      position: relative;
      z-index: 1;
      color: #202020;
      transition: all 0.5s ease-in-out; }

.service-content:hover {
  box-shadow: rgba(39, 79, 117, 0.2) 0 40px 90px -30px;
  transform: translateY(-10px); }
  .service-content:hover .service-icon span:after {
    transform: scale(1); }

  .service-content:hover .service-icon span i {
    -webkit-background-clip: text;
    color: transparent; 
}
.service-content:hover .service-title{
    color: #8200ff;
  }
  .service-content:hover .service-icon>span>i{
    color: #8200ff !important;
  }
.fa-area-chart:before {
    content: "\f1fe";
    font-weight: 900;
}

.service-content:hover .service-icon img {
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.35); }

.service-block1 .service-content.service-0,
.service-block2 .service-content.service-0 {
  margin-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320))); }

/* responsive css */
@media (max-width: 1199px) {
  .service-maintitle {
    margin-bottom: 10px; } }

@media (max-width: 1199px) {
  .service-content-1.main-title-wrapper {
    padding: 0; }
  .slider-outer {
    padding-top: 25px; }
  .service-title {
    margin-bottom: 5px; } }

@media (max-width: 767px) {
  .service-block2 {
    margin: 0; } }

@media (max-width: 575px) {
  .service-block1 .service-content.service-1 {
    margin-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320))); } 
}
.service-content:hover .service-icon span:after,
.blog-second-block:hover .blog-icon:after,
.contact-wrapper .contact-animation-images span{
  filter: opacity(0.1) drop-shadow(0 0 0 #e100ff);
}
.gradient-color {
  background: linear-gradient(to right, #e100ff 0%, #7f00ff 100%);
}
.gradient-color1 {
  background-image: linear-gradient(white, white), linear-gradient(to bottom, #e100ff, #7f00ff);
}

/* service section css end */
/* about section css start */
.about-content-block.main-title-wrapper .sub-title-wrapper h4 {
    color: #ffffff;
}
.about-wrapper {
  z-index: 1; }
  .about-wrapper .row {
    align-items: center; }

.about-content-block .about-dec {
  color: #ffffff;
  line-height: 28px; }
  .about-content-block .about-dec.about-dec-1 {
    margin-bottom: 25px;
    font-size: 19px;
     }
.about-content-block{
      padding: 50px 0px !important;
}
.about-content-block .about-twosub-title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  position: relative;
  margin-bottom: 22px; }

.about-content-block .button1 {
  margin: 0;
  margin-top: calc(20px + (35 - 20) * ((100vw - 320px) / (1920 - 320))); }

.about-image {
  text-align: right;
  margin-top: -2%;
  padding-top: 15px; }

/* responsive css*/
@media (max-width: 991px) {
  .about-content-block .button1 {
    margin-top: 10px; }
  .about-image img {
    max-width: 100%; } }

@media (max-width: 767px) {
  .about-image {
    display: none; } }

@media (max-width: 575px) {
  .about-content-block .about-title,
  .about-content-block .about-subtitle {
    margin-bottom: 10px; } }

/* about section css end */
/* ----------------------------------------------------------------
     [ 04 Start Features ]
-----------------------------------------------------------------*/
.center-title .title {
    text-transform: capitalize;
    padding-bottom: 30px;
}
h2.title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 0px;
    font-weight: 700;
}
.center-title .sub-title {
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    max-width: 750px;
    margin: 0 auto;
    font-weight: 500;
}
.ws-section-spacing {
    padding: 50px 0 50px;
}
#priicing_head, #pricing_plan{
  margin-bottom: 50px;
}
#priicing_head h1{
  font-weight: 800 !important;
}
#priicing_head .h1{
  font-weight: 800 !important;
  font-size: 2.5rem !important;
}
#priicing_head h4{
  color: #764AC7;
  font-weight: 600;
}
.center-title {
    text-align: center;
    padding-bottom: 60px;
}
.feature-iocn {
    background-color: #fbdae6;
    position: relative;
    width: 100px;
    height: 100px;
    transform: rotate(17deg);
    left: -2px;
    top: -23px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.feature-iocn {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
.feature-iocn {
    float: left;
    width: 20%;
}
.feature-iocn i{
  
  font-size: 40px;
    line-height: 3.2;
    margin-left: 37px;
}
.i1{
  color: #dc356c;
}
.i2{
  color: #ecc304;
}
.i3{
  color: #35eeab;
}
.i4{
  color: #8a60ef;
}

/*.flaticon-alarm-clock:before {
    content: "\f101";
    font-size: 40px;
    line-height: 3.2;
    margin-left: 37px;
    color: #dc356c;
}*/
.feature-contain {
    width: 100%;
    margin-left: 20px;
}
.feature-title {
    margin-bottom: 10px;
}
/*bittu*/
.feature-iocn {
    background-color: #fbdae6;
    position: relative;
    width: 100px;
    height: 100px;
    transform: rotate(17deg);
    left: -2px;
    top: -23px;
    border-radius: 8px;
      transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.features:hover .feature-iocn {
       transform: rotate(0deg);
}

.flaticon-alarm-clock:before {
    content: "\f101";
    font-size: 40px;
    line-height: 3.2;
    margin-left: 37px;
    color: #dc356c;
}


li.flaticon-alarm-clock {
    transform: rotate(-17deg);
}

.features {
    overflow: hidden;
}

.feature-iocn.i-2 {
    background-color: #fcfdd7;
}

.feature-iocn.i-3 {
    background-color: #eafdf7;
}

.feature-iocn.i-4 {
    background-color: #f3effd;
}

.i-2 .flaticon-alarm-clock:before {
    content: "\f114";
    color: #ecc304;
}

.i-3 .flaticon-alarm-clock:before {
    content: "\f109";
    color: #35eeab;
}

.i-4 .flaticon-alarm-clock:before {
    content: "\f100";
    color: #8a60ef;
}

/*bittu*/

.feature-bg {
  background-image: url(../img/azuracast-dediacted/feature-bg.png);
  width: 100%;
  background-repeat: no-repeat;
}

.features {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 3px 19px 0px rgba(40, 44, 71, 0.18);
  padding: 30px;
  margin-bottom: 30px;
}

.feature-iocn {
  float: left;
}

.feature-iocn span.iocn-bg i:before {
  font-size: 40px;
}

.iocn-bg {
  width: 83px;
  height: 83px;
  border-radius: 60px;
  background-color: #cdffb6;
  display: block;
  text-align: center;
  line-height: 2;
  color: #598e3e;
}

.bg-02 {
  background-color: #FFF;
  color: #5569e5;
}

.bg-03 {
  background-color: #fdffb6;
  color: #a6a668;
}

.bg-04 {
  background-color: #b6f4ff;
  color: #53939d;
}

.feature-contain {
  width: 75%;
  margin-left: auto;
}

.feature-title {
  margin-bottom: 20px;
}

.features:hover {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.features.active {
  background-color: #5569e5;
}

.features.active .feature-contain h4 {
  color: #fff;
}

.features.active .feature-contain p {
  color: #fff;
}

.features:hover .feature-iocn .iocn-bg {
  background-color: #FFF;
  color: #5569e5;
}

.feature-bg {
    background-image: url(../img/azuracast-dediacted/feature-bg-02.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.features {
    border-radius: 37px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(15, 90, 125, 0.15);
    padding: 0px 20px 20px 0px;
    margin-right: 100px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.feature-iocn {
    float: none;
    margin-bottom: 20px;
}

.feature-contain {
    width: 100%;
    margin-left: 20px;
}

.left {
    margin-left: 100px;
    margin-right: 0;
}

.feature-iocn img {
    width: 45%;
}

.feature-phone img {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: hover 3.25s ease infinite;
    animation: hover 3.25s ease infinite;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}

@-webkit-keyframes hover {
    0% {
        webkit-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        -webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
    }
    25% {
        webkit-transform: translateY(-6.25px);
        -webkit-transform: translateY(-6.25px);
        transform: translateY(-6.25px);
        webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        -webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
    }
    50% {
        webkit-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        -webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
    }
    75% {
        webkit-transform: translateY(6.25px);
        -webkit-transform: translateY(6.25px);
        transform: translateY(6.25px);
        webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        -webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
    }
    100% {
        webkit-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.feature-title {
    margin-bottom: 10px;
}

/* ----------------------------------------------------------------
     [ End Features-Section ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ start plan-Section ]
-----------------------------------------------------------------*/
.gray-bg {
    background-color: #fafbfc;
    height: 100%;
    position: relative;
}

.bg-card {
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(15, 90, 125, 0.15);
    padding: 30px 0 0 0;
    min-width: 230px;
    text-align: center;
    position: relative;
    margin: 0 14px;
}

.price-tag {
    background-color: #5a68ef;
    padding: 10px 30px;
    color: #fff;
    border-radius: 30px 30px 0 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    font-weight: 600;
    top: 0;
}
.bg-card p{
  font-size: 18px;
  color: #A8ADAE;
  /*text-align: left;*/
}
.bg-card h3{
  font-size: 24px !important;
}
.product-01 {
    background: #eff5fb;
    padding: 15px 25px;
    border-radius: 30px;
    margin: 35px 20px 22px;
    display: block;
     min-height : 329px;
}

.product-01 img {
    width: 75%;
    margin: 0 auto;
}

.bg-card a {
    background: #5a68ef;
    width: 100%;
    font-weight: 500;
    display: inline-block;
    color: #FFF;
    padding: 10px;
    border-radius: 0 0 30px 30px;
     transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.bg-card h3 {
    margin-bottom: 22px;
}

.bg-card a:hover {
    background-color: #764AC7;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.buy-watch .slick-track {
    top: 5%;
}

.buy-watch .slick-prev {
    left: -45%;
    top: inherit;
    z-index: 9;
    bottom: 28%;
}
.buy-watch .slick-next {
    left: -32%;
    z-index: 9;
    bottom: 28%;
    top: inherit;
}
/*try*/
 @media (min-width: 495px) and (max-width: 991px) {
    
    .buy-watch .slick-next{
            left: 55% !important;
    z-index: 9;
    bottom: -9%  !important;
    top: inherit;
    }
    
    .buy-watch .slick-prev{
        left: 20%  !important;
        top: inherit;
        z-index: 9;
        bottom: -9%  !important;
    }
    .slick-list{
      margin-bottom:40px;
    }
    #priicing_head .left-title h4, #priicing_head .left-title h2{
        text-align:center !important;
    }
  }
  @media (min-width: 245px) and (max-width: 495px) {
    .buy-watch .slick-next {
        left: 50%  !important;
        z-index: 9;
        bottom: -13%  !important;
        top: inherit;
    }
    .buy-watch .slick-prev {
        left: 28%  !important;
        top: inherit;
        z-index: 9;
        bottom: -13%  !important;
    }
    .left-title h4,.left-title h2{
        text-align:center !important;
    }
  }
  

.buy-watch .slick-prev:before {
    content: "\f116";
}

.buy-watch .slick-next:before {
    content: '\f117';
}

.slick-prev:before,
.slick-next:before {
    /*font-family: Flaticon;*/
    font-size: 37px;
    color: #5a68ef;
    padding: 0 20px;
    line-height: 1;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

/*.slick-next:hover:before {
    color: #f6d107;
    border: 2px solid #f6d107;
    border-radius: 30px;
    padding: 2px 20px;
}

.slick-prev:hover:before {
    color: #f6d107;
    border: 2px solid #f6d107;
    border-radius: 30px;
    padding: 2px 20px;
}*/
.slick-next:before {
    color: #5a68ef;
    border: 2px solid #5a68ef;
    border-radius: 30px;
    padding: 2px 20px;
}

.slick-next:hover:before {
  color: #764AC7;
    border: 2px solid #764AC7;
}
.slick-prev:before {
    color: #5a68ef;
    border: 2px solid #5a68ef;
    border-radius: 30px;
    padding: 2px 20px;
}
.slick-prev:hover:before {
  color: #764AC7;
    border: 2px solid #764AC7;
  }
.buy-watch .slick-next:before{
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
}
.slick-prev:before, .slick-next:before{
  color: #5a68ef !important; 
  font-size: 35px !important;
}
.slick-prev:hover:before, .slick-next:hover:before{
  color: #764AC7 !important; 
  font-size: 35px !important;
}
.buy-watch .slick-prev:before{
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060";
}
.title-2 {
    font-size: 32px;
    font-weight: 400;
}

h2.title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 0px;
    font-weight: 700;
}
/* ----------------------------------------------------------------
     [ End plan-Section ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ start counsulting-Section ]
-----------------------------------------------------------------*/
#counsulting{
  margin-top: 100px;
}
.consulting {
  overflow: hidden; }
  @media (min-width: 992px) {
    .consulting .post-thumb {
      padding-right: 32px; } }
  .consulting .post-thumb .cp-thumb {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url(../img/azuracast-dediacted/02.-Lector.png);
    mask-image: url(../img/azuracast-dediacted/02.-Lector.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat; }
#counsulting p{
  font-size: 18px;
  color: rgba(64, 54, 99, 0.8);
}
#counsulting h2{
  color: #403663;
    font-weight: 600;
    font-size: 43px;
}
@media (min-width: 576px){
.consulting .post-content p {
    margin-bottom: 35px;
}
}
    .consulting .post-thumb .cp-thumb img {
      width: 100%;
      transform: scale(1); }
  .consulting .post-content h2 {
    margin: 0;
    margin-bottom: 25px; }
    @media (max-width: 575px) {
      .consulting .post-content h2 {
        font-size: 24px;
        margin-bottom: 15px; } }
  .consulting .post-content p {
    margin-bottom: 25px; }
    @media (min-width: 576px) {
      .consulting .post-content p {
        margin-bottom: 35px; } }
  .consulting .post-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px !important; }
    .consulting .post-content ul li {
      width: 100%;
      padding: 10px 0;
      display: inherit;
      color: rgba(64, 54, 99, 0.8);
      font-size: 16px; 
    }
      @media (max-width: 575px) {
        .consulting .post-content ul li {
          padding: 8px 0; } }
      .consulting .post-content ul li i {
        width: 17px;
        height: 17px;
        line-height: 17px;
        font-size: 10px;
        text-align: center;
        background: #49bcf7;
        color: #fff;
        margin-right: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      @media (min-width: 576px) {
        .consulting .post-content ul li {
          width: 50%; } }
  .consulting .post-content .btn {
    font-size: 14px;
    padding: 16px 42px;
    background: #49bcf7;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 50px;

     }
    .consulting .post-content .btn:hover {
      background: #ff7555; }
  @media (max-width: 991px) {
    .consulting .post-thumb {
      margin-bottom: 40px; } }
  .consulting .post-thumb img {
    width: 100%; }
    @media (min-width: 992px) {
      .consulting .post-thumb img {
        -webkit-transform: scale(1.1) translateX(-40px);
        -ms-transform: scale(1.1) translateX(-40px);
        transform: scale(1.1) translateX(-40px); } }
/* ----------------------------------------------------------------
     [ End counsulting-Section ]
-----------------------------------------------------------------*/

/* recommended service section css start */
.but {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #0E0E9C, #0050d7) repeat scroll 0 0;padding: 6px 20px;
    font-size: 18px;
    border-radius: 6px;
    box-shadow: 0 0 16px rgba(173, 124, 255, 0.6);
    }
.but:hover {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, right top, left top, from(#0E0E9C), to(#0050d7)) repeat scroll 0 0;
}
.mr-15{
    margin-right: 15px;
}
.txt-center{
  text-align: center;
}
.margin-t-b-100{
  margin-top: 100px;
  margin-bottom: 100px;
}
#recommended_service h2{
  color: #153C89;
  margin-bottom: 45px;
}
/* recommended service section css end */

@media screen and (max-width:768px){
	.service-wrapper{padding-top: 40px;}
	.features{display: flex;}
	.features .feature-iocn{width: 100px; flex: 0 0 100px; margin-bottom: 0;}
	.features .feature-contain{flex-grow: 1; padding-top: 15px;}
	.features .feature-contain p{margin: 0; padding: 0;}
	.feature-phone{width: 250px; margin: 0 auto;}
	.feature-phone img{width: 100%;}
	.margin-t-b-100{margin: 50px 0;}
	.mb-sm-0{margin-bottom: 0!important;}
	#how-we-help-div{margin-bottom: 0!important; padding-bottom: 0!important;}
}
@media screen and (max-width:576px){
	.banner-content{
		width: 95%; margin: 0 auto;
		max-width: none;
	}
	.banner-content .banner-main-title{font-size: 40px;}
	.service-icon{padding-top: 0;}
	#service{margin-bottom: 40px;}
	.consulting .post-content ul{margin-bottom: 0!important;}
}













