body, html {
   font-family: 'Poppins', sans-serif ! important; 
   scroll-behavior: smooth; 
}
body{
    background:  #fff;
}
.nopad{
    padding: 0;
}
.pad-left{
    padding-left: 0;
}
.pad-right{
    padding-right: 0;
}

a:hover, a:active  {
    text-decoration: none!important;
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}

a.btnbg {
    background: #eb6420;
    border-radius: 100px !important;
    border: 1px solid #eb6420;
    margin-right: 20px;
}



nav.nav1 {
    display: none;
}

   /*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top:10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 1024px) {
  
.slider .item .carousel-caption {    top: 80px; }  
  .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
  .slider-text .form-group label {font-size:12px; }
  
  }
.open-menu .nav-cross:before {
    position: absolute;
    z-index: -1;
    content: "\f00d";
    font: normal normal normal 21px/2 FontAwesome;
    left: 4px;
}
  
  
  @media screen and (max-width:950px) {
    nav.nav1 {
    display: block;
}
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #fff;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
.open-menu .nav-cross span {
    display:none;
}
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}
/*Scroll css Start here*/


body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

body::-webkit-scrollbar-thumb {
  background-color: #8336b0;
  outline: 1px solid #8336b0;
}




h2.head{
    margin: 0;
    color: #202020;
    font-size: 30px;
    font-weight: 600;
}
h2.head span{
    font-style: italic;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 500;
}
p.def{
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.nav-brand img{
    transition: all ease .5s;
    position: relative;
    z-index: 2;
    width:120px;
}
/*a:hover img{
    animation: arrowanime .4s 1 linear;
    transition: all ease .5s;
}*/
@keyframes arrowanime {
    0%{
        left:-32px;
        opacity:1;
    }
    70%{
        left:-20px;
        opacity:1;
    }
    100%{
        left:0px;
        opacity:0;
    }
}

header{

}
header .head-top{
    background-image: -moz-linear-gradient( 0deg, rgb(205,64,143) 0%, rgb(9,79,195) 100%);
  background-image: -webkit-linear-gradient( 0deg, #ffa708 0%, #0700b8 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(205,64,143) 0%, rgb(9,79,195) 100%);
    padding: 4px 0 !important;
}
header .head-top .soc{

}
header .head-top .soc ul{
    padding: 0;
    margin: 0;
}
header .head-top .soc ul li{
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
header .head-top .soc ul li a{
    color: #fff;
    font-size: 14px;
}
header .head-top .top-info{
    text-align: right;
}
header .head-top .top-info ul{
    padding: 0;
    margin: 0;
}
header .head-top .top-info ul li{
list-style: none;
    display: inline-block;
    border-left: 1px solid #ffffff;
    padding: 0 22px;
    line-height: 22px;
}
header .head-top .top-info ul li:first-child{
    border: none;
}
header .head-top .top-info ul li:last-child{
    padding-right: 0;
}
header .head-top .top-info ul li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;    
}
header .head-btm{
    padding: 15px 0;
}
header .head-btm .logo{
    
}
header .head-btm .logo img{
    width: 100%;
}
header .head-btm .logo a:hover img{
    animation: none;
}
header .head-btm .menu{
    text-align: right;
}
header .head-btm .menu ul{
    padding: 0;
    margin: 0;
}
header .head-btm .menu ul li{
    list-style: none;
    display: inline-block;
    padding: 13px 0 0 12px;
}
header .head-btm .menu ul li a{
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase; 
    padding-bottom: 12px;
    position: relative;   
}
header .head-btm .menu ul li a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #9e77c5;
    transition: all ease .5s;
}
header .head-btm .menu ul li a:hover:before{
    transition: all ease .5s;
    width: 100%;
}
header .head-btm .menu ul li.has-child{
    position: relative;
}
header .head-btm .menu ul li.has-child ul.child {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    background: #f8f6fa;
    z-index: 999;
    text-align: left;
    width: 220px;
    box-shadow: 0px 3px 32.55px 2.45px rgba(203, 183, 214, 0.39);
    border-top: 2px solid #9e77c5;
    top: 20px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all ease .5s;
    z-index: 999999;
}
header .head-btm .menu ul li.has-child ul.child li{
    display: block;
    padding: 0;
    border-bottom: 1px solid #9da6ac9e;
    background: #fff;
}
header .head-btm .menu ul li.has-child ul.child li:hover{
    background-image: -moz-linear-gradient( 0deg, rgb(205,64,143) 0%, rgb(9,79,195) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(205,64,143) 0%, rgb(9,79,195) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(205,64,143) 0%, rgb(9,79,195) 100%);
}
header .head-btm .menu ul li.has-child ul.child li a{
    padding-bottom: 0;
    color: #ae00a2;
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    padding: 10px 0 10px 15px;
}
header .head-btm .menu ul li.has-child ul.child li:hover a{
    color: #fff;
}
header .head-btm .menu ul li.has-child ul.child li a:before{
    display: none;
}
header .head-btm .menu ul li.has-child:hover ul.child{
    height: auto;
    opacity: 1;
    transition: all ease .5s;
    top: 45px;
}


/*sec-banner*/

.sec-banner{
    overflow: hidden;
    padding: 30px 0;
    background-size: cover !important;
    position: relative;
}
.sec-banner .desc{
    color: #fff;
    padding: 100px 0;
}
.sec-banner .desc h1{
    color: #ffffff;
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 30px;
}
.sec-banner .desc h1 span{
    font-style: italic;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    position: relative;
    padding-bottom: 8px;
    display: inline-block;
}
.sec-banner .desc h1 span:before{
    content: '';
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    left: -2px;
    bottom: 0;
}
.sec-banner .desc p{
   color: #ffffff;
   font-size: 14px;
   font-weight: 300;
   line-height: 24px; 
}
.sec-banner .desc ul{
    padding: 0;
    margin: 40px 0 20px;
    overflow: hidden;
}
.sec-banner .desc ul li{
    list-style: none;
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.sec-banner .desc ul li p{
    color: #ffffff;
   font-size: 14px;
   font-weight: 300;
   line-height: 24px; 
   margin: 0;
}
.sec-banner .desc ul li img{
    padding-right: 15px;
}
.sec-banner .desc a.st{
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    margin-right: 35px;
    background: transparent;
    padding: 9px 25px;
    display: inline-block; 
}
.sec-banner .desc a.st img {
    padding-left: 20px;
    filter: brightness(100);
    transition: all ease .7s;
}
.sec-banner .desc a.st:hover{
    color: #ffffff;
    border: 1px solid #4b0979;
    background: #4b0979;
    transition: all ease .7s;
}
.sec-banner .desc a.port{
    color: #4b0979;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    background: #fff;
    padding: 9px 25px;
    display: inline-block;
}
.sec-banner .desc a.port img {
    padding-left: 20px;
}
.sec-banner .desc a.port:hover{
    color: #ffffff;
    border: 1px solid #4b0979;
    background: #4b0979;
    transition: all ease .7s;
}
.sec-banner .desc a.port:hover img{
    filter: brightness(100);
    transition: all ease .7s;
}

.sec-banner .desc h6{
    margin: 55px 0 22px;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
}
.sec-banner .desc img{
    
}

.sec-banner .anim-img{
    max-width: 650px;
    position: absolute;
    top: 60px;
}
.sec-banner .anim-img figure{
    position: relative;
}
.sec-banner .anim-img .img-1{
    z-index: 99;
    position: relative;
}
.sec-banner .anim-img .img-2{
    position: absolute;
    top: auto;
    bottom: -30px;
    left: 80px;
    z-index: 99;
}
.sec-banner .anim-img .img-3{
    position: absolute;
    top: auto;
    bottom: 70px;
    left: 280px;
    z-index: 99;
}
.sec-banner .anim-img .img-4{
        position: absolute;
    top: 80px;
    right: -180px;
}


.startproj{
    width: 304px;
    z-index: 9999;
    top: 0px;
    position: absolute;
    right: 21vw;
}
.startproj .start-btn{
      background: #ae00a2;
       bottom: -43px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 17px;
    font-weight: 700;
    height: 43px;
    padding: 10px 0 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 100%;
    z-index: 2;
    text-align: center;  
}
.startproj .start-btn h3{
     margin: 0;
    font-size: 17px;
    font-weight: 600;   
}
.startproj .start-btn h3 span{ 
   color: yellow; 
}
.startproj .start-btn h3 i{
        padding-left: 5px;
}
.startproj .start-form{
    height: 0px;
    overflow: hidden;
    z-index: 1;
    margin-top: -6px;
    transition: all ease .5s;
}
.startproj .start-form.active{
    height: 248px;
    transition: all ease .5s;
}
.startproj .start-form .form-container{
    position: relative;
}
.startproj .start-form .formcont{
    background: #fff;
    box-shadow: 0 0 30px #000;
    width: 100%;
    padding: 10px 20px 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid #ccc;
    border-top: 0;
    text-align: center;
}
.startproj .start-form  h5 {
    font-size: 14px;
    color: #252525;
    margin: 0 0 20px;
}
.startproj .start-form h5 span{
        color: #FF3366;
    font-weight: 700;
}
.startproj .start-form .inr{
    position: relative;
}
.startproj .start-form .inr i{
    position: absolute;
    top: 12px;
    left: 12px;
    color: #9da6ac;
    font-size: 15px;
}
.startproj .start-form .inr input, .startproj .start-form select, .startproj .start-form textarea{
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 10px 8px 40px;
    font-size: 13px;
    font-weight: 400;
    color: rgb(0 0 0 / 61%);
}
.startproj .start-form .inr input[type="submit"] {
    background: #ae00a2;
    border: none;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
}
.startproj .start-form .formcont .row .col-md-12:nth-child(4) {
    display: none;
}
/*sec-2*/

.sec-2{
       background: linear-gradient(to bottom, #094fc3 0%, #d44495 100%);
  }
.sec-2 .col-md-2{
    flex: 0 0 20%;
    max-width: 20%;
}
.sec-2 .main{
    padding: 40px 0;
    border-right: 1px solid #595959;
    text-align: center;
    min-height: 130px;
}
.sec-2 .col-md-2:last-child .main{
    border: none;
}
.sec-2 .main svg{
    float: left;
}
.sec-2 .main h4{
    margin: 0px 0 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    padding: 0px 0px 0 60px;
    max-width: 100%;
    text-transform: uppercase;
    text-align: left;
}

/*sec-3*/


.sec-3{
    padding: 50px 0;
}
.sec-3 .top-desc{
    max-width: 65%;
    margin: 0 auto 40px;
}
.sec-3 .top-desc h2{
    margin-bottom: 15px;
}
.sec-3 .top-desc p{
    max-width: 80%;
    margin: auto;
}
.sec-3 .box{
    background: #f8f6fa;
    border-radius: 15px;
    padding: 40px 10px 25px;
    text-align: center;
    transition: all ease .7s;
}
.sec-3 .box:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 32.55px 2.45px rgba(203, 183, 214, 0.39);
  transition: all ease .7s;
}

.sec-3 .box img{
        max-height: 90px;
}
.sec-3 .box h4{
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 12px;
}
.sec-3 .box p{
    color: #202020;
    font-size: 14px;
    line-height: 24px;
}




/*sec-4*/

.sec-4 .desc{
    padding-top: 140px;
}
.sec-4  .offset-md-2 {
    margin-left: 20%;
}
.sec-4 .desc h2{
    margin-bottom: 18px;
}
.sec-4 .desc p{
    margin-bottom: 20px;
}
.sec-4 .desc a.st{
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #4b0979;
    margin-right: 15px;
    background: #4b0979;
    padding: 9px 25px;
    display: inline-block; 
}
.sec-4 .desc a.st img {
    padding-left: 20px;
    filter: brightness(100);
}
.sec-4 .desc a.port{
    color: #4b0979;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #ffffff;
    background: #fff;
    padding: 9px 25px;
    display: inline-block;
}
.sec-4 .desc a.port img {
    padding-left: 20px;
}

.sec-4 .main img{
    width: 100%;
}
.sec-4 .slick-arrow {
    border: 0px;
    font-size: 0;
    right: 45%;
    margin-top: 0;
    position: absolute;
    top: auto;
    z-index: 1;
    bottom: -70px;
    background: transparent url(../images/slick-ar.png) no-repeat center center;
    width: 36px;
    height: 40px;
    transform: none;
    -webkit-transform: none;
    cursor: pointer;
}
.sec-4 .slick-arrow:hover {background: transparent url(../images/slick-ar.png) no-repeat center center;}
.sec-4 .slick-next.slick-arrow {
    left: 43%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}





/*sec-5*/

.sec-5{
    margin-top: 100px;
    background: url(/wp-content/themes/kwikpixelstheme/images/cta-bg.jpg) no-repeat;
    padding: 60px 0;
    background-size: cover;
}   
.sec-5 .desc{

}
.sec-5 .desc h2{
    margin: 0 0 2px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}
.sec-5 .desc h3{
    margin: 0;
    color: #ffffff;
    font-size: 38px;
    font-style: italic;
    font-family: 'Playfair Display', sans-serif;
}
.sec-5 .desc p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 30px;
}
.sec-5 .desc a.st{
    color: #4b0979;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-right: 20px;
    background: #fff;
    padding: 9px 20px;
    display: inline-block;
}
.sec-5 .desc a.st img {
    padding-left: 15px;
}
.sec-5 .desc a.port{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    background: transparent;
    padding: 9px 28px;
    display: inline-block;
}

.sec-5 .desc  ul{
    padding: 0;
    margin: 30px 0 0;
}
.sec-5 .desc  ul li {
    display: inline-block;
    margin: 0 3%;
    position: relative;
    padding: 0 0 0 53px;
}

.sec-5 .desc  ul li h6 {
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    margin: 0 0 0;
    text-align: left;
    border-left: 1px solid #e2e2e2;
    padding: 5px 0 5px 14px;
}

.sec-5 .desc  ul li h6 a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.sec-5 .desc  ul li i {
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 0;
    transform: scale(0.8);
    color: #fff;
    font-size: 36px;
}


.sec-5 .formdv{

}
.sec-5 .formdv input{
    color: #9d9d9d;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #a090ae;
    background: transparent;
    width: 100%;
    padding: 9px;
    margin-bottom: 15px;
}
.sec-5 .formdv input::-webkit-input-placeholder { /* Edge */
  color: #9d9d9d;
}

.sec-5 .formdv input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9d9d9d;
}

.sec-5 .formdv input::placeholder {
  color: #9d9d9d;
}
.sec-5 .formdv input[type="submit"]{
    width: auto;
    color: #4b0979;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    border: none;
    padding: 10px 110px 10px 20px;
    background: #ffffff url(../images/right-ar.png) no-repeat 150px center;
    cursor: pointer;
}


/*sec-port*/

.sec-port{
    padding:30px 0 50px;
}
.sec-port .top-desc{
    margin-bottom: 50px;
}
.sec-port .top-desc h2{
    margin-bottom: 12px;
}
.sec-port .main{
    margin-bottom: 30px;
}
.sec-port .main .pic{
    position: relative;
    overflow:hidden;
}
.sec-port .main .pic:before{
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all ease .5s;
    z-index: 9;
}
.sec-port .main:hover .pic:before, .sec-port .main:hover .pic:after {
    transition: all ease .5s;
    opacity: 1;
}
.sec-port .main .pic:after{
    content: '';
    width: 93.5%;
    height: 94%;
    border: 2px solid #e0e2eb;
    position: absolute;
    left: 16px;
    top: 14px;
    opacity: 0;
    transition: all ease .5s;
    z-index: 99;
}
.sec-port .main.bg .pic:after{
    width: 96.5%;
}
.sec-port .main:hover .pic:before, .sec-port .main:hover .pic:after {
    transition: all ease .5s;
    opacity: 1;
}
.sec-port .main .pic img{
    width: 100%;
    height: 470px;
    object-fit: cover;
    transition: all ease-in-out .5s;
}
.sec-port .main:hover .pic img{
    transform: scale(1.1);
    transition: all ease-in-out .5s;
}
.sec-port .main .desc{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
    transition: all ease-in-out .5s;
    padding: 0 25px;
}
.sec-port .main:hover .desc{
    opacity: 1;
    transition: all ease-in-out .5s;
    top: 130px;
}
.sec-port .main .desc p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 15px 0 0;
    line-height: 24px;
}
.sec-port .main .desc span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 24px;
    display: block;
}
.sec-port .main .desc a.st{
    color: #4b0979;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #ffffff;
    background: #fff;
    padding: 9px 20px 9px;
    display: inline-block;
    margin: 70px 0 0;
    transition: all ease .2s;
}
.sec-port .main .desc a.st img{
    padding-left: 15px;
    transition: all ease .2s;
}
.sec-port .main .desc a.st:hover{
    background: #4b0979;
    border: 1px solid #4b0979;
    color: #fff;
    transition: all ease .2s;
}
.sec-port .main .desc a.st:hover img{
        filter: brightness(100);
        transition: all ease .2s;
}

.sec-port .btnss{
    margin-top: 40px;
}
.sec-port .btnss a.st{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #4b0979;
    margin-right: 35px;
    background: #4b0979;
    padding: 9px 25px;
    display: inline-block;
}
.sec-port .btnss a.st img {
    padding-left: 30px;
    filter: brightness(100);
}
.sec-port .btnss a.port{
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #e3e3e4;
    background: #e3e3e4;
    padding: 9px 25px;
    display: inline-block;
}
.sec-port .btnss a.port img {
    padding-left: 20px;
    filter: brightness(0);
}

/*sec-pricing*/

.sec-pricing{
    background: #f8f6fa;
    padding: 50px 0;
}
.sec-pricing .top-desc{
    margin-bottom: 40px;
}
.sec-pricing .top-desc h2{
    margin-bottom: 10px;
}
.sec-pricing ul.pckg-menu{
    padding: 0;
    margin: 0 0 50px;
    text-align: center;
}
.sec-pricing ul.pckg-menu li{
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}
.sec-pricing ul.pckg-menu li a{
    color: rgb(2 2 2 / 75%);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #b3b2b3;
    padding: 8px 18px;
    transition: all ease .5s;
}
.sec-pricing ul.pckg-menu li.current a, .sec-pricing ul.pckg-menu li:hover a{
    color: #4b0979;
    border-color: #4b0979;
    transition: all ease .5s;
}
.sec-pricing .pdiv{
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #e3e3e4;
    transition: all ease .75s;
    position: relative;
}
/*.sec-pricing .pdiv:after{
	content: '';
	position: absolute;
	background: url(../images/save-50.png) no-repeat;
	top: -18px;
	left: -23px;
	width: 120px;
	height: 120px;
    /*-webkit-animation: 1s ease-in-out infinite pulse;
    animation: 1s ease-in-out infinite pulse;*/
}*/
.sec-pricing .pdiv:hover{
    box-shadow: 0px 3px 32.55px 2.45px rgba(203, 183, 214, 0.39);
    transition: all ease .75s;
}


.sec-pricing .best .pdiv{
    position: relative;
}  
/*.sec-pricing .best .pdiv:before{
    content: '';
    position: absolute;
    background: url(/wp-content/themes/kwikpixelstheme/images/best-badge.png) no-repeat;
    top: -18px;
    right: -20px;
    width: 100px;
    height: 100px;
    -webkit-animation: 1s ease-in-out infinite pulse;
    animation: 1s ease-in-out infinite pulse;
}*/
.sec-pricing .pdiv .top{
    background: #4b0979;
    text-align: center;
    padding: 12px 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #4b0979;
}


.sec-pricing .pdiv .top h3{
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
}
.sec-pricing .pdiv .top h3 span{
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
    top: -6px;
    position: relative;
    padding-left: 18px;
}
.sec-pricing .pdiv .btm{
    text-align: center;
    padding: 10px 25px;
}
.sec-pricing .pdiv .btm img{
    margin: 10px auto;
}
.sec-pricing .pdiv .btm h4{
    margin: 0 0 25px;
    color: #202020;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.sec-pricing .pdiv .btm ul{
    padding: 0;
    margin: 0;
    text-align: left;
}
.sec-pricing .pdiv .btm ul li{
    list-style: none;
    display: block;
    position: relative;
    padding-left: 23px;
    color: #202020;
    font-size: 14px;
    font-weight:400;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.sec-pricing .pdiv .btm ul li:before{
    content: "\f00c";
    color: #4b0979;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    top: 4px;
    position: absolute;
    left: 0;  
}
.sec-pricing .pdiv .btm a.order{
    background-image: -moz-linear-gradient( 0deg, rgb(200,32,144) 0%, rgb(106,20,209) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(200,32,144) 0%, rgb(106,20,209) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(200,32,144) 0%, rgb(106,20,209) 100%);
     transition: all ease 1s;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 35px;
    margin: 15px 0 10px;
}
.sec-pricing .pdiv .btm a.order:hover{
    background-image: -moz-linear-gradient( 0deg,rgb(106,20,209)0%, rgb(200,32,144) 100%);
    background-image: -webkit-linear-gradient( 0deg,rgb(106,20,209) 0%, rgb(200,32,144) 100%);
    background-image: -ms-linear-gradient( 0deg,rgb(106,20,209) 0%, rgb(200,32,144) 100%); 
     transition: all ease 1s;
}


.sec-pricing .pdiv .btm ul.cta{
    overflow: hidden;
    margin: 18px 0 8px;
}
.sec-pricing .pdiv .btm ul.cta li{
       padding: 0;
    margin: 0;
    width: 50%;
    float: left;
    border: none; 
}
.sec-pricing .pdiv .btm ul.cta li:before{
    display: none;
}
.sec-pricing .pdiv .btm ul.cta li a{
    color: #202020;
    font-size: 14px;
    font-weight: 500;
}
.sec-pricing .pdiv .btm ul.cta li a i{
    color: #4b0979;
    padding-right: 4px;
}


/*
 *  STYLE 14
 */
.style-14::-webkit-scrollbar-track{
    background-color: #e3e3e4;
}
.style-14::-webkit-scrollbar{
    width: 3px;
    background-color: #4b0979;
}
.style-14::-webkit-scrollbar-thumb{
    background-color: #4b0979;    
}
.sec-pricing .tab-content .scrollbar{
	float:none;
	}
.scrollbar{
    margin-left: 0px;
    float: left;
    height: 250px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px !important;
    padding-right: 20px !important;
    overflow-x: hidden;
}

.sec-pricing .cdiv{
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #e3e3e4;
    transition: all ease .75s;
    margin-top: 30px;
    position: relative;
}
/*.sec-pricing .cdiv:after{
	content: '';
	position: absolute;
	background: url(../images/save-50.png) no-repeat;
	top: -18px;
	left: -23px;
	width: 120px;
	height: 120px;
    /*-webkit-animation: 1s ease-in-out infinite pulse;
    animation: 1s ease-in-out infinite pulse;*/
}
.sec-pricing .cdiv:hover{
    box-shadow: 0px 3px 32.55px 2.45px rgba(203, 183, 214, 0.39);
    transition: all ease .75s;
}
.sec-pricing .seller .cdiv{
    position: relative;
}
/*.sec-pricing .seller .cdiv:before{
    content: '';
    position: absolute;
    background: url(../images/mega-badge.png) no-repeat;
    top: -14px;
    right: 30px;
    width: 158px;
    height: 126px;
    -webkit-animation: 1s ease-in-out infinite pulse;
    animation: 1s ease-in-out infinite pulse;
}*/
.sec-pricing .cdiv .ctop{
    background: #4b0979;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #4b0979;
}
.sec-pricing .cdiv .ctop h2{
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    margin: 0;
}
.sec-pricing .cdiv .cbtm{
    padding: 25px;
}
.sec-pricing .cdiv .cbtm h4.tit{
    color: #202020;
    font-size: 24px;
    font-weight: 700;
}
.sec-pricing .cdiv .cbtm h4 img{
    padding-right: 20px;
}
.sec-pricing .cdiv .cbtm h3{
    margin: 20px 20px 0px 0px;
    color: #4b0979;
    font-size: 43px;
    font-weight: 800;
}
.sec-pricing .cdiv .cbtm h3 span{
    color: #a8a8a8;
    font-size: 21px;
    font-weight: 400;
    text-decoration: line-through;
    position: relative;
    top: -8px;
    padding-left: 12px;
}
.sec-pricing .cdiv .cbtm h5{
    color: #4b0979;
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 20px;
    display: inline-block;
}

.sec-pricing .cdiv .cbtm ul{
    padding: 0;
    margin: 0;
    text-align: left;
}
.sec-pricing .cdiv .cbtm ul li{
    list-style: none;
    display: block;
    position: relative;
    padding-left: 23px;
    color: #202020;
    font-size: 14px;
    font-weight:400;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.sec-pricing .cdiv .cbtm ul li:before{
    content: "\f00c";
    color: #4b0979;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    top: 4px;
    position: absolute;
    left: 0;  
}
.sec-pricing .cdiv .cbtm a.order{
    background-image: -moz-linear-gradient( 0deg, rgb(200,32,144) 0%, rgb(106,20,209) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(200,32,144) 0%, rgb(106,20,209) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(200,32,144) 0%, rgb(106,20,209) 100%);
     transition: all ease 1s;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 35px;
    margin: 15px 0 10px;
        width: 100%;
}
.sec-pricing .cdiv .cbtm a.order:hover{
    background-image: -moz-linear-gradient( 0deg,rgb(106,20,209)0%, rgb(200,32,144) 100%);
    background-image: -webkit-linear-gradient( 0deg,rgb(106,20,209) 0%, rgb(200,32,144) 100%);
    background-image: -ms-linear-gradient( 0deg,rgb(106,20,209) 0%, rgb(200,32,144) 100%); 
     transition: all ease 1s;
}

.sec-pricing .cdiv .cbtm ul.mrgn {
    margin:0 0 200px;
}
.sec-pricing .cdiv .cbtm h5.sm{
    color: #4b0979;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 12px;
    text-align: right;
}
.sec-pricing .cdiv .cbtm p {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.sec-pricing .cdiv .cbtm a.call{
  color: #202020;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.sec-pricing .cdiv .cbtm a.call span{
    color: #4b0979;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sec-pricing .cdiv .cbtm a.call i{
    color: #4b0979;
    padding-left: 20px;
    padding-right: 5px;
    vertical-align: middle;
}
.sec-pricing .tab-content{
    display: none;
    /*align-items: center;*/
    justify-content: center;
}
.sec-pricing #pr-tab1{
    display: flex;
}



/*sec-cta2*/


.sec-cta2{
    background: url(/wp-content/themes/kwikpixelstheme/images/cta2-bg.jpg) no-repeat;
    padding: 80px 0;
}
.sec-cta2 .desc{ 
    
}
.sec-cta2 .desc h3{  
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}
.sec-cta2 .desc h2{  
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 40px;
    font-style: italic;  
    font-family: 'Playfair Display', sans-serif;
}
.sec-cta2 .desc p{  
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}
.sec-cta2 .desc a.st{
    color: #4b0979;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-right: 20px;
    background: #fff;
    padding: 9px 20px;
    display: inline-block;
}
.sec-cta2 .desc a.st img {
    padding-left: 15px;
}
.sec-cta2 .desc a.port{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    background: transparent;
    padding: 9px 28px;
    display: inline-block;
}


/*sec-mile*/

.sec-mile{
    padding: 70px 0;
    position: relative;
    overflow:hidden;
}
.sec-mile .abs-img{
    position: absolute;
    top: 8%;
    right: 0;
    opacity: 0;
    transition: all ease 1s;
}
.sec-mile.anim-play .abs-img{
    -webkit-animation: 1s ease-in-out 0.9s 1 backInRight;
    animation: 1s ease-in-out  1 backInRight;
    opacity: 1;
    transition: all ease 1s;
}
@-webkit-keyframes backInRight{
    0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}
    80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}
    to{-webkit-transform:scale(1);transform:scale(1);opacity:1}
}
@keyframes backInRight{
    0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}
    80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}
    to{-webkit-transform:scale(1);transform:scale(1);opacity:1}
}
.sec-mile .top-desc{
    max-width: 60%;
    margin: 0 auto 40px;
}
.sec-mile .top-desc h2{
    margin-bottom: 8px;
}
.sec-mile .top-desc p{
    max-width: 95%;
    margin: auto;
}
.sec-mile .cimg{
   box-shadow: 2.034px -4.568px 24.55px 2.45px rgba(203, 183, 214, 0.60); 
   border-radius: 20px;
   margin-bottom: 50px;
}
.sec-mile .cimg img{
    width: 100%;
}
.sec-mile .col-md-5 {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
    margin-right: 30px;
}
.sec-mile .cbtn{
    margin-top: 65px;
    display: block;
}
.sec-mile .cbtn a{
    color: #4b0979;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.sec-mile .cbtn a img{
    padding-left:10px;
}
.sec-mile .cbtn p{
    color: #202020;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    font-family: 'Playfair Display', sans-serif;
    margin: 0;
    padding-right: 40px;
}



/*
 *  STYLE 15
 */
.style-15::-webkit-scrollbar-track{
    background-color: #e3e3e4;
}
.style-15::-webkit-scrollbar{
    width: 3px;
    background-color: #4b0979;
}
.style-15::-webkit-scrollbar-thumb{
    background-color: #4b0979;    
}
.pscroll{
    margin-left: 0px;
    float: none;
    height: 155px;
    width: 100%;
    overflow-y: scroll;
    padding-right: 20px !important;
}


/*sec-rev*/

.sec-rev{
    background: url(/wp-content/themes/kwikpixelstheme/images/rev-bg.png) no-repeat;
    padding: 60px 0 90px;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}
.sec-rev .abs-img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all ease 1s;
}
.sec-rev.anim-play .abs-img{
    -webkit-animation: 1s ease-in-out 0.9s 1 fadeInLeft;
    animation: 1s ease-in-out  1 fadeInLeft;
    opacity: 1;
    transition: all ease 1s;
}
@-webkit-keyframes fadeInLeft{
    0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
    to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
    }
@keyframes fadeInLeft{
    0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
    to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
}

.sec-rev .top-desc{
    margin: 80px 0 40px;
}
.sec-rev .top-desc h2{
    color: #fff;
    margin: 0 0 8px;
}
.sec-rev .top-desc p{
    color: #fff;
    max-width: 43%;
}
.sec-rev .slick-list {
    padding: 0 28vw 0 0;
}
.sec-rev .main{
    background: #fff;
    padding: 20px 15px 30px;
}
.sec-rev .main h2{
    color: #4b0979;
    font-size: 22px;
    font-weight: 700;
    display: block;
        margin: 0 0 15px;
}
.sec-rev .main h2 img{
    display: inline-block;
    float: right;
    width: 90px;
}
.sec-rev .main p{
    color: #202020;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.sec-rev .slick-arrow {
    border: 0px;
    font-size: 0;
    left: 4%;
    margin-top: 0;
    position: absolute;
    top: auto;
    z-index: 1;
    bottom: -60px;
    background: transparent url(../images/slick-rev.png) no-repeat center center;
    width: 36px;
    height: 40px;
    transform: none;
    -webkit-transform: none;
    cursor: pointer;
    transition: all ease 1s;
}
.sec-rev .slick-arrow:hover {
    background: transparent url(../images/slick-rev.png) no-repeat center center;
    opacity: .5;
    transition: all ease 1s;
}
.sec-rev .slick-next.slick-arrow {
    left: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.ocean { 
    height: 21%;
    width: 100%;
    position: absolute;
    top: 200px;
    left: 0;
    background: #f2f2f2;
    z-index: -1;;
}
.wave {
  background: url(../images/wave.svg) repeat-x; 
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}
.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}





/*sec-cont*/

.sec-cont{
    padding: 80px 0;
}
.sec-cont .desc{

}
.sec-cont .desc h2{ 
    margin-bottom: 20px;    
}
.sec-cont .desc h2 span{
    display: block;
}
.sec-cont .desc p{  
    margin-bottom: 30px;
}
.contact-form p {
    font-size: 18px;
    line-height: 2.6;
    color: #202020;
}
.contact-form .interactive {
    padding: 0 .3rem;
    margin: 0 .3rem;
}

.interactive {
    position: relative;
    text-align: left;
    min-width: 110px;
    outline: 0;
    border-bottom: #4b0979 1px solid;
    line-height: 1.4;
    color: #4b0979;
        display: inline-block;
}
.interactive:before {
    transition: all .4s cubic-bezier(.52, 0, .08, 1) 0s;
    position: absolute;
    opacity: 0;
    width: 200px;
    top: 2rem;
    font-size: 11px;
    color: #e42e5c;
}
.interactive:before.underline {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.interactive .options {
    transition: all .25s cubic-bezier(.52, 0, .08, 1) 0s;
    position:  relative;
    overflow: hidden;
    width: 300px;
    max-height: 0;
    top: 5px;
    left: -1rem;
    z-index: 9;
    background-color: transparent;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0);
    user-select: none;
}
.interactive .options .option {
    display: block;
    padding: 3px 0 0 15px;
}
.interactive .options .option.button {
    width: 100%;
    border: none;
    background-color: transparent;
    text-transform: capitalize;
    font-size: 18px;
    color: #fff;
}
.interactive:focus:before {
    opacity: 1;
    top: 1.9rem;
}
.interactive:focus .options {
    top: -95px;
    background-color: #7f1565;
    max-height: 330px;
    color: #fff;
}
.interactive:focus .options .option {
    padding: 3px 0 0 15px;
}
.interactive:focus .options .option.selected {
    background-color: #4d0e87;
}
.interactive:focus .options .option:hover {
    cursor: pointer;
    background-color: #fff;
    color: #333;
}
.interactive.center .options {
    left: 50%;
    margin-left: -150px;
}
.interactive.center .options .option {
    padding: 3px 0 0;
}

.interactive .options {
    transition: all .25s cubic-bezier(.52,0,.08,1) 0s;
    position: absolute;
    overflow: hidden;
    width: 300px;
    max-height: 0;
    top: 5px;
    left: -1rem;
    z-index: 9;
    background-color: transparent;
    line-height: 1.7;
    color: rgba(255,255,255,0);
    user-select: none;
}
.interactive .options .option {
    display: block;
    padding: 3px 0 0 15px;
}

.contact-form .interactive.name-input:before {
    content: 'Jhon Smith';
}
.contact-form .interactive.business-input:before {
    content: 'business name, type, etc.';
}
.interactive:before {
    transition: all .4s cubic-bezier(.52,0,.08,1) 0s;
    position: absolute;
    opacity: 0;
    width: 200px;
    top: 2rem;
    font-size: 11px;
    color: #4b0979;
}
.contact-form .interactive.contact-input:before {
    content: 'email@example.com';
}


.contact-form input[type="submit"]{
    width: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    border: none;
    padding: 10px 70px 10px 20px;
    background: #4B0978 url(../images/ar-wt.png) no-repeat 200px center;
    cursor: pointer;
}


/*footer*/

.footer{

}
.footer .foot-top{
    background: #f8f6fa;
    padding: 80px 0 40px;
}
.footer .foot-logo{

}
.footer .foot-logo img{
    width: 200px;
}
.footer .foot-logo p{
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 30px 0 0;
    max-width: 90%; 
}

.footer .foot-links{

}
.footer .foot-links h3{
    margin: 0 0 25px;
    color: #202020;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.footer .foot-links ul{
    padding: 0;
    margin:0;
}
.footer .foot-links ul li{
    position: relative;
    list-style: none;
    margin-bottom: 15px;
    padding-left: 20px;
}
.footer .foot-links ul li:before{
    content: "\f105";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #202020;
    left: 0;
    top: 5px;
     transition: all ease .5s;
}
.footer .foot-links ul li:before:hover{
    color: #4b0979;
    transition: all ease .5s;
}
.footer .foot-links ul li a{
    color: #202020;
    font-size: 12px;
    font-weight: 500;
    transition: all ease .5s;
}
.footer .foot-links ul li a:hover{
    color: #4b0979;
    transition: all ease .5s;
}

.footer ul.soc-links{
    padding: 0;
    margin: 40px 0 0;
}
.footer ul.soc-links li{
    list-style: none;
    display: inline-block;
    padding: 0 15px;
}
.footer ul.soc-links li a{
    color: #202020;
    font-size: 20px;
    transition: all ease .5s;
}
.footer ul.soc-links li a:hover{
    color: #9e77c5;
    transition: all ease .5s;
}

.footer .foot-btm{
    background: #222222;
    padding: 15px 0;
}
.footer .foot-btm p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}


.mob-mock{
    display: none;
}





/*majento-page*/

.sec-banner.majento-ban .anim-img .img-3 {
    position: absolute;
    top: 30px;
    bottom: auto;
    left: 270px;
    z-index: 99;
}
.sec-banner.majento-ban .anim-img .img-2 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 180px;
    z-index: 99;
}

/*sec-majento-3*/

.sec-majento-3{
    padding: 50px 0;
}
.sec-majento-3 .top-desc{
    margin-bottom: 70px;
}
.wrd-dev .sec-majento-3 .top-desc{
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.wrd-dev .sec-majento-3 .rt .main .desc {
    padding-left: 90px;
}
.sec-majento-3 .top-desc h2{
    margin-bottom: 10px;
}
.sec-majento-3 .top-desc p{
    
}
.sec-majento-3 .main-img img{
    width: 100%;
}
.sec-majento-3 .lf{
    margin-top: 25px;
}
.sec-majento-3 .rt{
    margin-top: 25px;
}
.sec-majento-3 .main{
    position: relative;
    margin-bottom: 70px;
}
.sec-majento-3 .main .desc{
    padding-right: 80px;
    text-align: right;
}
.sec-majento-3 .rt .main .desc{
    text-align: left;
    padding-left: 80px;
    padding-right: 0;
}
.sec-majento-3 .main .desc h4{
    margin: 0 0 8px;
    color: #4b0979;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;  
}
.sec-majento-3 .main .desc p{
    color: #202020;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.sec-majento-3 .main .icon{
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 32.55px 2.45px rgba(203, 183, 214, 0.39);
    width: 69px;
    height: 66px;
    text-align: center;
    padding: 15px 0 0;
    position: absolute;
    right: 0;
    top: 0; 
    transition: all ease .5s;
}
.sec-majento-3 .main:hover .icon{
  background-image: -moz-linear-gradient( 90deg, rgb(205,64,143) 0%, rgb(9,79,195) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(205,64,143) 0%, rgb(9,79,195) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(205,64,143) 0%, rgb(9,79,195) 100%);
  transition: all ease .5s;
}
.sec-majento-3 .main .icon img{
    
}
.sec-majento-3 .main:hover  .icon img{
    filter: brightness(100);
    transition: all ease .5s;
}

.sec-majento-3 .rt .main .icon{
    left: 0;
}

.sec-majento-3 .btnss{
    margin-top: 40px;
}
.sec-majento-3 .btnss a.st{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #4b0979;
    margin-right: 35px;
    background: #4b0979;
    padding: 9px 25px;
    display: inline-block;
}
.sec-majento-3 .btnss a.st img {
    padding-left: 30px;
    filter: brightness(100);
}
.sec-majento-3 .btnss a.port{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #202020;
    padding: 9px 25px;
    display: inline-block;
}
.sec-majento-3 .btnss a.port img {
    padding-left: 20px;
    filter: brightness(100);
}



/*sec-majento-4*/

.sec-majento-4{
    padding: 50px 0 0;
}
.sec-majento-4 .top-desc{
}
.sec-majento-4 .top-desc h2{
    margin-bottom: 8px;
}
.sec-majento-4 .top-desc p{
    
}
.sec-majento-4 .proj-slider{
    margin-left: 20%;
}
.sec-majento-4 .slick-list {
    padding: 0 15vw 0 0;
}
.sec-majento-4 .slick-track{
    padding: 40px 0;
}

.sec-majento-4 .main{
    position: relative;
    transition: all ease .7s;
}
.sec-majento-4 .main:hover {
    box-shadow: 0px 3px 32.55px 2.45px rgb(203 183 214 / 56%);
    transition: all ease .7s;
}

.sec-majento-4 .main .pic{
    width: 100%;
    height: 470px;
}
.sec-majento-4 .main .pic img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-majento-4 .main .desc{
      
}
.sec-majento-4 .main .desc h3{
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
}
.sec-majento-4 .main .desc p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 80%;
    margin: auto;
    line-height: 24px;
}

.sec-majento-4 .slick-arrow {
    bottom: -20px;
    background: transparent url(../images/slick-ar.png) no-repeat center center;
    border: 0px;
    font-size: 0;
    width: 36px;
    height: 40px;
    left: 3%;
    margin-top: 0;
    position: absolute;
    top: auto;
    cursor: pointer;
}
.sec-majento-4 .slick-next.slick-arrow {
    left: 0%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.sec-majento-4 .slick-arrow:hover {
    background: transparent url(../images/slick-ar.png) no-repeat center center;

}


/*sec-majento-5*/

.sec-majento-5{
    padding: 50px 0 0;
}
.sec-majento-5 .top-desc{
    margin-bottom: 40px;
}
.sec-majento-5 .top-desc h2{
    margin-bottom: 8px;
}
.sec-majento-5 .top-desc p{
    
}
.sec-majento-5 .main{
    position: relative;
}
.sec-majento-5 .main img{
    padding-left: 15px;
    max-width: 85px;
}
.sec-majento-5 .main span.abs{
    position: absolute;
    color: #e1e1e1;
    font-size: 36px;
    font-weight: 700;
    left: 0;
    z-index: -1;
    top: 14px;
}
.sec-majento-5 .main h4{
    margin: 12px 0 15px;
    color: #4b0979;
    font-size: 20px;
    font-weight: 400;
}
.sec-majento-5 .main p{
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}


.sec-majento-5 .btnss{
    margin-top: 40px;
}
.sec-majento-5 .btnss a.st{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #4b0979;
    margin-right: 35px;
    background: #4b0979;
    padding: 9px 25px;
    display: inline-block;
}
.sec-majento-5 .btnss a.st img {
    padding-left: 30px;
    filter: brightness(100);
}
.sec-majento-5 .btnss a.port{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #202020;
    padding: 9px 25px;
    display: inline-block;
}
.sec-majento-5 .btnss a.port img {
    padding-left: 20px;
    filter: brightness(100);
}


/*ecommerce solutions*/


.sec-banner.ecom-sol .anim-img .img-1 {
    top: 90px;
}
.sec-banner.ecom-sol .anim-img .img-1 img {
    max-width: 690px;
}

/*opencart page*/

.sec-banner.opencart-ban .anim-img .img-3 {
    position: absolute;
    top: -30px;
    bottom: auto;
    left: 300px;
    z-index: 99;
}
.sec-banner.opencart-ban .anim-img .img-2 {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 60px;
    z-index: 99;
}
.sec-banner.opencart-ban .anim-img {
    top: 100px;
}

/*shopify page*/
.sec-banner.shopify-ban .anim-img {
    top: 130px;
}
.sec-banner.shopify-ban .anim-img .img-1 img { 
    width: 720px;
}

/*woocommerce page*/




.sec-banner.woo-ban .anim-img .img-3 {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 190px;
    z-index: 99;
}
.sec-banner.woo-ban .anim-img .img-2 {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 240px;
    z-index: 99;
}
.sec-banner.woo-ban .anim-img {
    top: 70px;
}


/*wordpress-page*/

.wordpress-sup .sec-banner .anim-img {
    max-width: 650px;
    position: relative;
    top: 80px;
}
.wordpress-sup .sec-banner .anim-img .img-1 img {
        width: 550px;
}
.wordpress-sup .sec-3 .top-desc {
    max-width: 65%;
}
.wordpress-sup .sec-3 .box{
    margin-bottom: 30px;
    min-height: 350px;
}
.wordpress-sup .sec-pricing .price-note{
    max-width: 65%;
    margin: 50px auto 0;
}
.wordpress-sup .sec-pricing .price-note p{
    color: #202020;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.wordpress-sup section.sec-4 {
    padding: 50px 0 0;
}
.wordpress-sup .sec-4 .desc {
    padding-top: 90px;
}
.wordpress-sup .sec-4 .desc h4{
    color: #202020;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}
.wordpress-sup .sec-5 {
    margin-top: 0;
    padding-bottom: 40px;
}



/*faq page*/

.sec-faqs{
  padding: 70px 0;
}
.sec-faqs .top-desc{
  margin-bottom: 40px;
}
.sec-faqs .inner{
  margin-bottom: 40px;
}
.sec-faqs .icon{
    background-image: -moz-linear-gradient( -90deg, rgb(200,32,144) 0%, rgb(106,20,209) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(200,32,144) 0%, rgb(106,20,209) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(200,32,144) 0%, rgb(106,20,209) 100%);
    width: 65px;
    height: 65px;
    text-align: center;
    padding: 8px 0 0;
}
.sec-faqs .icon p{
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.sec-faqs .desc{
  
}
.sec-faqs .desc h4{
    margin: 20px 0 15px;
    color: #202020;
    font-size: 14px;
    font-weight: 600;
}
.sec-faqs .desc p{ 
  color: #202020;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}


/*health care page*/


.sec-banner.health-ban .anim-img {
    top: -40px;
}
.sec-banner.health-ban .anim-img img{
    max-width: 850px;
}
.sec-banner.health-ban .desc {
    color: #fff;
    padding: 10px 0;
}
.health .sec-4{
        padding: 50px 0;
}

.sec-banner.health-ban  .desc h1 {
    margin: 0 0 20px;
}



/*combo-packages*/

.combo-pckge .sec-5{
    margin-top: 0;
}
.combo-pckge .sec-rev {
    margin: 160px 0 10px;
}

.sec-banner.combo-ban .anim-img {
    top: 30px;
}
.sec-banner.combo-ban .anim-img img {
    width: 100%;
}

/*Portfolio page*/


.portfolio-page .sec-port .top-desc {
    margin-bottom: 40px;
}
.portfolio-page .sec-port .top-desc h2 {
    margin-bottom: 0;
}
.portfolio-page .sec-port ul.port-menu{
    padding: 0;
    margin: 0 0 30px;
    text-align: center;
}
.portfolio-page .sec-port ul.port-menu li{
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}
.portfolio-page .sec-port ul.port-menu li a{
    color: rgb(2 2 2 / 75%);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #b3b2b3;
    padding: 8px 18px;
    transition: all ease .5s;
    width: 230px;
    display: block;
    text-align: center;
}
.portfolio-page .sec-port ul.port-menu li.current a, .portfolio-page .sec-port ul.port-menu li:hover a{
    color: #4b0979;
    border-color: #4b0979;
    transition: all ease .5s;
}

.sec-port .tab-content{
    display: none;
}
.sec-port #pr-tab1{
    display: flex;
}
.portfolio-page .sec-port .main {
	height:auto;
    max-height: 470px;
    overflow: hidden;
}
.portfolio-page .sec-5 {
    margin-top: 0;
    margin-bottom: 100px;
}


.sec-port .moreBox, .sec-port .moreBox1, .sec-port .moreBox2, .sec-port .moreBox3{
    display: none;
}

/*contact us page*/

.sec-banner.cont-ban  .anim-img {
    position: relative;
    top: 60px;
}
.sec-banner.cont-ban  .anim-img img{
    width: 100%;
}


.cont-sec-2{
    padding: 70px 0px;
}
.cont-sec-2 .top-desc{
  margin-bottom: 60px;
}
.cont-sec-2 .top-desc h2 span{
    display: block;
}
.cont-sec-2 .box{
  
}
.cont-sec-2 .box .icon {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-image: -moz-linear-gradient( -90deg, rgb(200,32,144) 0%, rgb(106,20,209) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(200,32,144) 0%, rgb(106,20,209) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(200,32,144) 0%, rgb(106,20,209) 100%);
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 18px;
    padding: 20px 0 0;
    transition: all .5s;
    border: 2px solid rgb(234, 234, 234);
}

.cont-sec-2 .box:hover .icon {
    background: #fff;
    border: 2px solid  #981796;
    color: #981796;
    transition: all .5s;
}
.cont-sec-2 .col-md-4{
    border-right: 1px solid #f1f1f1;
}
.cont-sec-2 .col-md-4:last-child{
    border-right: none;
}
.cont-sec-2 .box img{
  
}
.cont-sec-2 .box h4{
    margin: 25px 0;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.cont-sec-2 .box p, .cont-sec-2 .box a{
    font-size: 14px;
    line-height: 23px;
    color: #666666; 
    display: block;
}


.contact-page iframe {
    filter: grayscale(1.5);
}


/*cont-sec-3*/

.cont-sec-3{
    padding: 60px 0 0
}
.cont-sec-3 .top-desc{
    margin-bottom: 40px;
}
.cont-sec-3 .top-desc h2{
    
}
.cont-sec-3 .top-desc h2 span{
    display: inline-block;
}
.cont-sec-3 .top-desc p{
    color: #888888;
}
.cont-sec-3 input, .cont-sec-3 textarea {
    width: 100%;
    border: 1px solid #ececec;
    padding: 18px;
    margin-bottom: 25px;
    color: #b5b4b4;
    font-size: 14px;
    font-weight: 400;
    resize: none;
}
.cont-sec-3 input::-webkit-input-placeholder { /* Edge */
  color: #b5b4b4;
}

.cont-sec-3 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b5b4b4;
}

.cont-sec-3 input::placeholder {
  color: #b5b4b4;
}
.cont-sec-3 textarea::-webkit-input-placeholder { /* Edge */
  color: #b5b4b4;
}

.cont-sec-3 textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b5b4b4;
}

.cont-sec-3 textarea::placeholder {
  color: #b5b4b4;
}
.cont-sec-3 textarea{
    height: 150px;
}
.cont-sec-3 input[type="submit"] {
    width: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    border: none;
    padding: 10px 110px 10px 20px;
    background: #4b0979 url(../images/ar-wt.png) no-repeat 150px center;
    cursor: pointer;
}


body.health .sec-banner .desc h1{
    font-size: 34px;
}


/**thankyou page*/


.thank{
    background: url(../images/thankyou-ban.jpg) no-repeat;
    height: 550px;
    background-size: cover;
}
.thank .desc{
    padding-top: 180px;
}
.thank .desc h1{
    margin: 0;
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    text-transform: uppercase;
}
.thank .desc h4 {
    margin: 0 0 12px;
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    padding: 1px 10px;
    background-image: -moz-linear-gradient( 0deg, rgb(205,64,143) 0%, rgb(9,79,195) 100%);
    background-image: -webkit-linear-gradient( 
0deg
 , rgb(205,64,143) 0%, rgb(9,79,195) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(205,64,143) 0%, rgb(9,79,195) 100%);
}
.thank .desc p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}



/*page-def*/

.page-def{
    padding: 60px 0;    
}
.page-def h3{
    margin: 0 0 20px;
    color: #202020;
    font-size: 30px;
    font-weight: 600;
}
.page-def h4{
      margin: 0 0 8px;
    color: #4b0979;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;  
}
.page-def p, .page-def ul li{
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;  
}

.page-def ul{
    padding: 0 0 0px 20px;
}

/*Web lead popup*/


.popupform {
    width: 450px;
    border-radius: 23px;
    padding: 0;
    overflow: visible;
    border-bottom: #0467ff 5px solid;
    border: 9px solid #4b0979;
}
.popupform .box-lead{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 27px 0px rgb(0 0 0 / 15%);
    padding: 40px;
    text-align: center;
    margin-top: 0;
    border-radius: 15px;
}

.popupform .box-lead h4{
    margin: 0 0 7px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}   
.popupform .box-lead h3{
    margin: 0 0 15px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}
.popupform .box-lead h3 span{
    color: #4b0979;
}
.popupform .box-lead form{

}
.popupform .box-lead form input, .popupform .box-lead form select, .popupform .box-lead form textarea{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 14px;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    width: 100%;
}
.popupform .box-lead form textarea {
    height: 90px;
    resize: none;
}
.popupform .box-lead form input[type="submit"]{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    background: #4b0979;
    text-transform: uppercase;
    cursor: pointer;
}
.popupform .box-lead form p{
    margin: 10px 0 0;
    color: #000000;
    font-weight: 500;
    font-size: 12.5px;
}
.popupform .box-lead form p a{
    text-decoration: underline;
    color: #000;
}

.popupform .fancybox-close-small {
    border: #4b0979 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -20px;
    top: -20px;
    overflow: visible;
}
.popupform .fancybox-close-small:after {
    color: #4b0979;
    font-size: 24px;
    right: 4px;
    content: "\f00d";
    font: normal normal normal 20px/1 FontAwesome;
    width: auto;
    height: auto;
    left: 4px;
    top: 8px;
}
.fancybox-close-small:focus:after {
    outline: none;
}


.sec-pricing.lp .pdiv:after {
    content: '';
    position: absolute;
    background: url(../images/save-70.png) no-repeat;
    top: -19px;
    left: -22px;
    width: 110px;
    height: 110px;
    background-size: 100%;
}

.sec-pricing.lp .cdiv:after{
    content: '';
    position: absolute;
    background: url(../images/save-70.png) no-repeat;
    top: -19px;
    left: -22px;
    width: 110px;
    height: 110px;
    background-size: 100%;
}

.startproj {
    display: none;
}
.sec-4 .desc a{
    display: none !important;
}


.sec-cont {
    display: none;
}