body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6,p{
  margin: 0;
}
a:hover{
  text-decoration: none;
}
ul{
  margin:0;
  padding:0;
  list-style: none;
}
h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 38px;
  color:#2f2f2f;
  text-transform: inherit;
}
h2{
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 32px;
  color:#4ca7dd;
  text-transform: inherit;
}
h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 28px;
  color:#4ca7dd;
  text-transform: inherit;
}
h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 19px;
  color:#000000;
  text-transform: inherit;
}
p{
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color:#000000;
  text-transform: inherit;
}
html{
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

.for_mobile {
  display: none;
}

/*==============================================================
  ======           Start Header Menu Section Css           =====
  ==============================================================*/
  .header-menu-section{
    padding-bottom:25px;
    box-shadow: 0 0 15px #707070;
  }
  .header-logo img{
    width:160px;
    height: auto;
    margin-left: -40px;
  }
  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -40px;
  }
  .menu ul li{
    margin-left: 40px;
  }
  .menu ul li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color:#b9b9b9;
    text-transform: uppercase;
  }
  .menu ul li a:hover{
    color:#2ED3BA;
  }
  .header-menu-section {
   padding-bottom:25px;
    box-shadow: 0 0 15px #707070;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 99;
  }
/*==============================================================
  ======            End Header Menu Section Css            =====
  ==============================================================*/

/*==============================================================
  ======           Start Free Trial Section Css            =====
  ==============================================================*/
.free-trial-section {
  /* background: url(../images/header_bg.png); */
  background: url(../images/herobg.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  /* background-size: 100% 100%; */
  /* margin-top: 80px; */
  padding-top: 85px;
  padding-bottom: 500px;
  background-position: top right;
}
.free-trial-section .row{
  align-items: center;
}
.free-trial-left,.free-trial-right {
  padding-top: 100px;
}

.free-trial-heading h1 {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 10px;
}
.free-trial-heading h2 {
  font-weight: 300;
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
}
  .free-trial-heading h1{
    position: relative;
  }
  .free-trial-heading h1:after{
    content:"";
    position:absolute;
    background:url(../images/before.png);
    height: 2px;
    width:0px;
    bottom:-35px;
    left:0;
    -webkit-transition: 2s;
    transition: 2s;
  }
  .free-trial-section.active .free-trial-heading h1:after{
    width:180px;
  }
  .free-trial-heading h1 span{
    position: relative;
    z-index: 1;
  }
  .free-trial-heading h1 span:after{
    content:"";
    position: absolute;
    background:#2ed3ba;
    height: 15px;
    width: 0%;
    bottom:0;
    left: 0;
    z-index: -1;
    -webkit-transition: 2s;
    transition: 2s;
  }
  .free-trial-section.active .free-trial-heading h1 span:after{
    width: 100%;
  }
  .free-trial-btn a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    background-image: -webkit-linear-gradient(350deg, #2ed3ba 0%, #4ca7dd 100%);
    background-image: linear-gradient(100deg, #2ed3ba 0%, #4ca7dd 100%);
    color:#ffffff;
    text-transform: uppercase;
    line-height: normal;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .free-trial-btn a:hover{
     background-image: -webkit-linear-gradient(190deg, #2ed3ba 0%, #4ca7dd 100%);
     background-image: linear-gradient(-100deg, #2ed3ba 0%, #4ca7dd 100%);
  }
  .single-free-trial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-free-trial img {
    margin-bottom: 5px;
    width: 15px;
  }
  .single-free-trial p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #000000;
    margin-left: 12px;
  }
  .free-trial-right{
    max-width: 550px;
    height: auto;
    margin:auto;
    position: relative;
    z-index: 1;
  }
/*  .free-trial-right:before {
    content: "";
    position: absolute;
    background: url(../images/befores.png);
    width: 270px;
    height: 268px;
    bottom: -65px;
    left: -135px;
    z-index: -1;
  }*/
/*  .free-trial-right:after {
    content: "";
    position: absolute;
    background: url(../images/befores.png);
    width: 270px;
    height: 268px;
    top: -50px;
    right: -70px;
    z-index: -1;
  }*/
  .free-trial-right img{
    width:100%;
    height: auto;
    transform: scale(1.3);
  }
  .mobile-trial-image {
    max-width: 550px;
    height: auto;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  .mobile-trial-image img{
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
/*==============================================================
  ======            End Free Trial Section Css             =====
  ==============================================================*/

/*==============================================================
  ======            Start Marketing Section Css            =====
  ==============================================================*/
  .marketing-section{
    margin-top: -370px;
    overflow: hidden;
    padding-bottom: 70px;
  }
  .marketing-heading h1{
    font-size:32px;
  }
  .marketing-text p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size:16px;
    color:#4ca7dd;
    margin-top: 50px;
  }
  .marketing-heading h1 span{
    position:relative;
    z-index: 1;
  }
  .marketing-heading h1 span:after{
    content: "";
    position:absolute;
    background:#2ed3ba;
    height: 15px;
    width: 0%;
    bottom:0;
    left: 0;
    z-index: -1;
    -webkit-transition: 2s;
    transition: 2s;
  }
  .marketing-section.active1 .marketing-heading h1 span:after{
    width: 100%;
  }
  .marketing-heading h1{
    position:relative;
  }
  .marketing-heading h1:after {
    content: "";
    position: absolute;
    background: url(../images/before.png);
    height: 2px;
    width: 0px;
    bottom: -30px;
    left: 38%;
    -webkit-transition: 2s;
    transition: 2s;
  }
  .marketing-section.active1 .marketing-heading h1:after{
    width: 180px;
  }
.marketing-video {
  background: #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
  padding: 40px;
  border-radius: 14px;
  margin-top: 106px;
  position: relative;
}
.marketing-video iframe {
  width: 100%;
  height: 550px;
}
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .marketing-video img{
    width:100%;
    height: auto;
  }
  .play-button{
    max-width: 295px;
    height: auto;
  }
  .play-button:focus{
    outline: none;
  }
  .play-button img{
    width:100%;
    height: auto;
  }
/*==============================================================
  ======             End Marketing Section Css             =====
  ==============================================================*/

/*==============================================================
  ======             Start Watcing Section Css             =====
  ==============================================================*/
  .watcing-section{
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .sub-watching-section {
    background: url(../images/first_bg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    padding-top: 500px;
    padding-bottom: 800px;
    margin-top: -340px;
  }
  .watching-area{
    width: 50%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
    border-radius: 0 20px 20px 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
  }
  .watching-area h3 {
    margin-left: 125px;
    max-width: 520px;
    padding:60px 0;
  }
  .watching-area img {
    position: absolute;
    top: 36px;
    left: 95px;
    width: 75px;
    z-index: -1;
  }
  .watching-area h3 span{
    position: relative;
    z-index: 1;
  }
  .watching-area h3 span:after{
    content: "";
    position:absolute;
    background:#2ed3ba;
    height: 15px;
    width: 100%;
    bottom:0;
    left: 0;
    z-index: -1;
  }
  .single-funnels-image{
    max-width: 480px;
    height: auto;
  }
  .single-funnels-image img{
    width:100%;
    height: auto;
  }
  .single-funnel-play-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
  .funnels-play-button{
    margin:0 8px;
  }
  .funnels-play-button a{
    background-image: -webkit-linear-gradient(#32CCBF,#49ABD9);
    background-image: linear-gradient(#32CCBF,#49ABD9);
    display: inline-block;
    border-radius: 5px;
  }
  .funnels-play-button a ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px;
  }
  .funnels-play-button a ul li{
    margin:5px;
  }
  .funnels-play-button a ul li img.single{
    width:70px;
    height: auto;
  }
  .funnels-play-button a ul li img.fstsingle {
    width: 25px;
    height: auto;
  }
/*==============================================================
  ======              End Watcing Section Css              =====
  ==============================================================*/

/*==============================================================
  ======           Start Done Funnels Section Css          =====
  ==============================================================*/
  .done-funnels-section{
    overflow: hidden;
    position: relative;
    margin-top: -620px;
  }
  .done-funnels-section:after {
    content: "";
    position: absolute;
    background: #2ED3BA;
    height: 93.7%;
    width: 2px;
    top: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .single-done-funnels{
    margin-bottom: 320px;
  }
  .margin-single-done{
    margin-bottom: 0;
  }
  .sh-funnel-btn a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #4CA7DD;
    border: 1px solid #4CA7DD;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 50px;
    margin-right: 70px;
    margin-top: 20px;
  }
  .sh-funnel-btn a:hover{
    background: #092b71;
    color:#FFF;
  }
  .single-funnel-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .single-funnel-head h2 {
    margin-top: -4px;
    margin-left: 10px;
    position: relative;
  }
  .single-funnel-head h2:after{
    content: "";
    position: absolute;
    background: url(../images/before.png);
    width: 0px;
    height: 2px;
    bottom:-25px;
    left: 0;
    -webkit-transition: 2s;
    transition: 2s;
  }
  .single-funnels-text.active2 .single-funnel-head h2:after{
    width:180px;
  }
  .single-funnel-head img {
    width: 38px;
    height: auto;
  }
  .single-funnel-head-icon img{
    width: 25px;
    height: auto;
  }
  .single-funnel-text{
    margin-top: 35px;
  }
  .single-funnel-text p {
    width: 85%;
    margin-left: 48px;
  }
  .single-funnel-text p.extra-margin{
    margin-top: 37px;
    margin-bottom:37px;
  }
  .sha-funnel-three{
    margin-top: 60px;
  }
  .sha-funnel-two{
    margin-top: 20px;
  }
  .sha-funnel{
    margin-top: 95px;
  }
  .sha-funnel p{
    width:88%;
  }
  .single-funnels-text {
    position: relative;
  }
  .dotImageOne img {
    position: absolute;
    top: -9px;
    left: -29px;
    z-index: 1;
  }
  .sh-dotImageOne img {
    position: absolute;
    top: 10px;
    left: -20px;
    z-index: 1;
  }
  .dotImageTwo img {
    position: absolute;
    top: 6px;
    left: -20px;
    z-index: 1;
  }
/*==============================================================
  ======            End Done Funnels Section Css           =====
  ==============================================================*/

/*==============================================================
  ======           Start Watcing Two Section Css           =====
  ==============================================================*/
  .sub-watcing-two-section {
    background: url(../images/second_bg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    padding-top: 450px;
    padding-bottom: 330px;
    margin-top: -160px;
  }
  .watcing-two-area h3{
   padding-bottom: 50px;
   position: relative;
 }
 .watcing-two-area h3:after{
  content: "";
  position: absolute;
  background:url(../images/before.png);
  width: 180px;
  height: 2px;
  bottom:20px;
  left: 0;
}
.watcing-two-area p{
  margin-left: 125px;
  max-width: 520px;
  width:55%;
  padding-bottom: 60px;
  color:#4CA7DD;
}
.sha-watcing-two-test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: -8px 70px 0 70px;
  position: relative;
  z-index: 1;
}
.sha-single-watcing{
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  background-color: #ffffff;
  max-width: 280px;
  height: auto;
  padding-bottom: 40px;  
  position:relative;
}
.sha-watcing-bg img {
  position: absolute;
  bottom: -135px;
  left: -150px;
  z-index: -1;
}
.sha-watching-heading h4 {
  background: #4ca7dd;
  color: #ffffff;
  padding: 18px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  line-height: 25px;
}
.sha-watching-icon{
  margin-top: 30px;
  margin-bottom: 45px;
}
.sha-watching-text p {
  font-size: 14px;
  color: #000000;
  margin: auto;
  padding: 0 28px;
  position:relative;
}
.sha-watching-text p:after {
  content: "";
  position: absolute;
  background: url(../images/before.png);
  width: 0px;
  height: 2px;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 15s;
  transition:15s;
}
.sha-watcing-two-test.active3 .sha-watching-text p:after{
  width:185px;
}
/*==============================================================
  ======            End Watcing Two Section Css            =====
  ==============================================================*/

/*==============================================================
  ======          Start Watcing Three Section Css          =====
  ==============================================================*/
  .watcing-three-section.watcing-two-section.watcing-section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -150px;
    overflow: hidden;
  }
  .watcing-three-area h3{
    padding-bottom: 100px;
  }
  .sha-watcing-three-test{
    margin-top: -20px;
  }
  .watcing-three-before-img {
    position:relative;
  }
  .watcing-three-before-img img {
    position: absolute;
    top: -240px;
    right: -235px;
    z-index: 1;
  }
  .testing-this{
    padding-bottom: 0 !important;
  }
  .sha-watching-profile{
    height: 150px;
    width:150px;
    border-radius:50%;
    margin:auto;
    padding-top: 10px;
  }
  .sha-watching-three-text {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .sha-watching-profile img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
    object-position: top;
  }
  .watching-review ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .watching-review ul li{
    margin:0 5px;
  }
  .watching-review img {
    width: 28px;
    height: auto;
  }
 /* .sha-watching-three-text p{
    width:90%;
  }*/
  .watching-three-extra-margin{
    margin-top: 40px;
  }
  .load-more-btn a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color:#4ca7dd;
    text-transform: uppercase;
    display: inline-block;
    padding:5px 30px;
    border:2px solid #4ca7dd;
    border-radius: 25px;
    margin-top: 60px;
  }
  .load-more-btn a:hover{
    background: #4ca7dd;
    color:#FFF;
  }
/*==============================================================
  ======           End  Watcing Three Section Css          =====
  ==============================================================*/

/*==============================================================
  ======              Start Package Section Css            =====
  ==============================================================*/
  .package-section {
    background: url(../images/first_ft_bg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    padding-top: 600px;
    padding-bottom: 900px;
    margin-top: -425px;
  }
  .package-section .package-area .col-md-4.package-margin-reduce{
    padding-left: 0;
    padding-right: 0;
  }
  .single-package-area{
    border: 2px solid #79e0ff;
    background:#ffffff;
    border-radius: 30px;
  }
  .single-package-focus{
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    position: relative;
    z-index: 1;
    margin-right: 0;
    border: none;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.42);
  }
  .package-header h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #2ed3ba;
    text-transform: uppercase;
    padding-top: 40px;
  }
  .package-header p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #707070;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 5px;
    position: relative;
  }
  .package-header p:after {
    content: "";
    position: absolute;
    background: #949494;
    width: 230px;
    height: 2px;
    bottom: 34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .package-price{
    background: #2ed3ba;
  }
  .package-price h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size:60px;
    color:#ffffff;
    text-transform: inherit;
    padding-top: 8px;
  }
  .package-price p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size:15px;
    color:#ffffff;
    padding-bottom: 5px;
    text-transform: uppercase;
  }
  .package-description ul li {
    margin: 10px 0 10px 40px;
  }
  .package-description ul li a img{
    margin-top: -2px;
  }
  .package-description ul li a span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size:15px;
    color:#707070;
    text-transform: inherit;
    margin-left: 15px;
    position:relative;
  }
  .package-description ul li a span:after {
    content: "";
    position: absolute;
    background: #949494;
    width: 210px;
    height: 2px;
    bottom: -10px;
    left: 4px;
  }
  .package-description ul li a span.no-after:after{
    display: none;
  }
  .sh-free-trial-btn a{
    background:#ffffff;
    color: #4CA7DD;
    border:2px solid #4CA7DD;
    padding: 8px 25px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .sh-free-trial-btn a:hover{
    background: -webkit-linear-gradient(350deg, #79e0ff 0%, #184384 78%, #092b71 100%);
    background: linear-gradient(100deg, #79e0ff 0%, #184384 78%, #092b71 100%);
    color:#FFF;
  }
  .package-price-linear{
   background-image: -webkit-linear-gradient(342deg, #2ed3ba 0%, #4ca7dd 100%);
   background-image: linear-gradient(108deg, #2ed3ba 0%, #4ca7dd 100%);
 }
 .single-package-focus .package-header h4{
  color:#4ca7dd;
}
.single-package-focus p{
  font-size: 14px;
}
.package-description-list ul li a span{
  font-weight: 600;
  font-size: 14px;
}
.package-description-list ul li a span:after{
  height: 1.5px;
}
.sha-trial-btn a{
  border:none;
  background-image: -webkit-linear-gradient(350deg, #79e0ff 0%, #184384 78%, #092b71 100%);
  background-image: linear-gradient(100deg, #79e0ff 0%, #184384 78%, #092b71 100%);
  color: #ffffff;
}
.sha-trial-btn a:hover{
  background-image: -webkit-linear-gradient(190deg, #79e0ff 0%, #184384 78%, #092b71 100%);
  background-image: linear-gradient(-100deg, #79e0ff 0%, #184384 78%, #092b71 100%);
  -webkit-transition: .5s;
  transition: .5s;
}
.not-sure-button a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4ca7dd;
  border: 2px solid #4ca7dd;
  border-radius: 20px;
  padding: 3px 35px;
  display: inline-block;
  margin-top: 130px;
}
.not-sure-button a:hover{
  background: #4ca7dd;
  color:#ffffff;
}




.watching-right-area {
  background:#ffffff;
  margin-left: 50%;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
  padding-top: 69px;
  padding-bottom: 90px;
  position: relative;
  margin-bottom: 35px;
}
.watching-right-area h3 {
  max-width: 545px;
  margin-right: 70px;
  padding-left: 35px;

}
.watching-right-area h3 span{
  position: relative;
  z-index: 1
}
.watching-right-area h3 span:after{
  content: "";
  position: absolute;
  background: #2ed3ba;
  height: 12px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.watching-right-area img {
  position: absolute;
  top: 28px;
  left: 30px;
  width: 65px;
}
/*==============================================================
  ======               End Package Section Css             =====
  ==============================================================*/

/*==============================================================
  ======        Start Frequently Asked Section Css         =====
  ==============================================================*/
  .frequently-asked-section {
    padding-top: 0;
    padding-bottom: 300px;
    margin-top: -800px;
  }
  .frequently-asked-text h4{
   font-family: 'Montserrat', sans-serif;
   font-weight: 600;
   font-size: 28px;
   color:#707070;
   text-transform:capitalize;
   margin-bottom: 50px;
   position: relative;
 }
 .frequently-asked-text h4:after{
  content: "";
  position: absolute;
  background:url(../images/before.png);
  width: 180px;
  height: 2px;
  bottom: -30px;
  left: 0;
}
.single-frequently-asked{
  margin-bottom: 25px;
}
.single-frequently-asked h5{
 font-family: 'Poppins', sans-serif;
 font-weight: 600;
 font-size: 17px;
 color: #000000;
}
.single-frequently-asked p{
 font-family: 'Poppins', sans-serif;
 font-weight: 300;
 font-size: 14px;
 color:#000000;
}
.frequently-asked-bg{
  position: relative;
  max-width: 1300px;
  height:auto;
}
.frequently-asked-bg img{
  width:100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*==============================================================
  ======          End Frequently Asked Section Css         =====
  ==============================================================*/

/*========================================================================================================
  ======                                   Start Home1-4 Page Css                                    =====
  ========================================================================================================*/
  .focused-funnel-section{
    overflow: hidden;
    padding-top:180px;
    padding-bottom: 500px;
  }
.focused-funnel {
  /* border: 1px solid #707070; */
  /* border-radius: 70px; */
  /* -webkit-box-shadow: 0 0 20px #707070; */
  /* box-shadow: 0 0 20px #707070; */
  /* padding-top: 130px; */
  /* padding-bottom: 215px; */
  background: #FFF;
  padding: 20px;
}
.modal-dialog {
  max-width: 750px;
  margin: 28px auto;
  margin: 1.75rem auto;
}
  .focused-funnel h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 32px;
    color:#000000;
  }
  .single-funnel h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 32px;
    color:#4ca7dd;
    padding-bottom: 50px;
    position: relative;
  }
  .single-funnel-image{
    max-width: 480px;
    height: auto;
    margin:auto;
    padding-bottom: 115px;
  }
  .single-funnel-image img{
    width:100%;
    height: auto;
  }
  .single-funnel h1:before {
    content: "";
    position: absolute;
    background: url(../images/before.png);
    width: 180px;
    height: 2px;
    top: 60px;
    left: 38%;
  }
/*========================================================================================================
  ======                                    End Home1-4 Page Css                                     =====
  ========================================================================================================*/



/*================================================
  ====      Start See More Examples Popup     ====
  ================================================*/ 
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 999;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .popup {
    margin: auto;
    border-radius: 5px;
    width: 100%;
    position: relative;
    -webkit-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    height: 100%;
    max-width: 750px;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    z-index: 9999;
  }
  .popup .close:hover {
    color: #06D85F;
  }
  .popup .content {
    max-height: 100%;
    overflow: auto;
  }
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
    
  }
/*================================================
  ====       End See More Examples Popup      ====
  ================================================*/ 



.sh-free-trial-btn p a {
  background: transparent;
  color: #4ca7dd;
  font-size: 14px;
  font-weight: normal !important;
  text-transform: inherit;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  border: none;
}

.sh-free-trial-btn p a:hover{
  background: none;
  color:#19a1f2;
}

.free-trial-pack-area .sh-free-trial-btn  a{
  margin-bottom: 15px;
}



  /*******************************************/
 /******** work_exmpl_main_area css  ********/
/*******************************************/
.work_exmpl_main_area {
  margin-top: -430px;
  margin-bottom: 490px;
}
.work_exm_heading h3 {
  color: #2F2F2F;
  font-size: 38px;
  text-align: center;
  font-weight: 300;
  position: relative;
  margin-bottom: 20px;
}
.work_exm_heading h3 span{
  font-weight: 700;
}
.work_exm_heading h3:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 2px;
  bottom: -15px;
  left: 50%;
  background: #3BC0C9;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.single_work_exmple:nth-child(1){
  margin-bottom: 230px;
}
.single_work_exmple:nth-child(3) {
  margin-bottom: 200px;
}
.single_work_exmple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 285px;
}
.left_work_exmpl{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.right_work_exmple {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
.single_work_exmple:nth-child(1) .work_exmp_imag {
  max-width: 310px;
  width: 100%;
}
.single_work_exmple:nth-child(3) .work_exmp_imag {
  max-width: 350px;
  width: 100%;
}
.single_work_exmple:nth-child(4) .work_exmp_imag {
  max-width: 300px;
  width: 100%;
  margin-left: 18px;
}
.single_work_exmple:nth-child(5) .work_exmp_imag {
  max-width: 320px;
  width: 100%;
  margin-left: 15px;
}
.work_exmp_imag {
  max-width: 340px;
  width: 100%;
}
.work_exmp_imag img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.work_exmple_items {
  margin-top: 65px;
}
.exmp_content h3 {
  color: #4CA7DD;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single_work_exmple:nth-child(1) .exmp_content h3{
  margin-top: 30px;
}
.exmp_content h5 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
/*  max-width: 280px;
  width: 100%;*/
}
.exmp_content p {
  font-family: 'Roboto', sans-serif;
  color: #092B71;
  font-weight: 300;
  font-size: 20px;
  max-width: 410px;
  width: 100%;
  margin-top: 15px;
}
.exmp_content a {
  color: #092B71;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-decoration: underline;
  font-size: 20px;
  margin-top: 15px;
  display: block;
}
.work_down_arrow{
  position: relative;
}
.work_down_arrow:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/exmple/arrow.png) no-repeat scroll 0 0 / cover;
  bottom: -335px;
  left: 39%;
  background-size: 15px 180px;
}
.single_work_exmple:nth-child(2) .work_exmp_imag {
  margin-top: 30px;
}
.single_work_exmple:nth-child(2) .work_down_arrow:after{
  bottom: -310px;
}
.single_work_exmple:nth-child(4) .work_down_arrow:after {
  bottom: -400px;
}
.single_work_exmple:nth-child(5) {
  margin-bottom: 0px;
}
.exmple_btn {
  text-align: center;
  margin-top: 45px;
}
.single_work_exmple:nth-child(3) .work_down_arrow:after {
  bottom: -405px;
}
/*new_global_work_area*/
.global_img_button a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #2F2F2F;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  outline: none;
}
.global_img_button img {
  width: 10px;
  height: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.global_systems_work img {
  width: 100%;
  height: auto;
}

.global_systems_content {
  position: fixed;
  max-width: 700px;
  width: 100%;
  margin: 0 0 0 auto;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
  background: #FFF;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 1s;
  transition: 1s;
  right: 0;
  top: 77px;
  z-index: 98;
}
.global_systems_content.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.global_systems_content.show .global_img_button img {
  width: 10px;
  height: auto;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.global_img_button img {
  width: 10px;
  height: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.global_systems_work {
  max-width: 520px;
  margin: auto;
  padding: 20px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.global_img_button {
  background: #FFF;
  box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
  display: inline-block;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: -181px;
  top: 34%;
  z-index: 11;
}

.pro__package {
  position: relative;
  overflow: hidden;
}
.price_label {
  background: #FF0000;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 8px 35px;
  font-size: 14px;
  transform: rotate(45deg);
  position: absolute;
  right: -38px;
  top: 18px;
}

.top-announcement {
  background: linear-gradient(100deg, #2ed3ba 0%, #4ca7dd 100%);
  font-size: 0.9rem;
  padding: 9px 24px;
  color: #fafafa;
  text-align: center;
  margin-bottom: 25px;
}
.top-announcement p {
  color: #fafafa;
  font-weight: 600;
}
.top-announcement p a {
  color: #fafafa;
  text-decoration: underline;
}