<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900"); */
 

.data2{margin-top:2%;}
.space2{
    padding-left:3%;
    padding-bottom:3%;
    margin-right:0%;
    margin-left:0%;
	text-transform:uppercase;
}

body {
    font-family: CerebriSans;
    font-weight: 700;
    line-height: 28px;
   

    text-align: center;
    overflow-x: hidden;
    margin: auto;
    background-color: #fff;
}

.contact{margin-top:-10px;}
.top{margin-top:10%;}
.contact a {margin:0;color:#fff;text-decoration:none;}
.contact a:hover{margin:0;color:#fff;text-decoration:none;}

h2{
    font-size: 40px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
h3{
    max-width: 100%;
    overflow-x: hidden;
    
    font: 400 14px CerebriSans;
    color: #333;
    line-height: 2em;
    font-weight: bold;
}
li{
    list-style: none;
    display: inline-block;
}
a{
    text-decoration: none;
}

/*---------------------------------------
           HEADER           
-----------------------------------------*/
/* #home {
    background: url(../Images/vsSuiteHomeBanner.jpg) center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.overly{
    background: rgba(0,0,0,.6);
    overflow: hidden;
	height:40em;
}

.overly-fq{
    background: rgba(0,0,0,.6);
    overflow: hidden;
	height:30em;
}
/*----------------------------
        SIDE MENU 
-----------------------------*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #27292b;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	opacity:0.9;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    display: inherit;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: right;
    padding-right: 15px;
	text-transform:uppercase;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav &gt; .sidebar-brand img {
    /* line-height: 75px;
    margin-top: 20px;
    margin-left: 50px; */
    line-height: 96px;
    margin-top: 4px;
    margin-left: 0px;
    float: left;
    margin-bottom: 58px;
}

.sidebar-nav &gt; .sidebar-brand a {
    color: #fff;
}

.sidebar-nav &gt; .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: -5px;
    padding: 8px 16px;
    right: 0;
    background: rgba(30,30,30,.8);
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin-right: 8px;
    margin-top: 2%;
    /* margin: 9px 12px 0 0; */
    /* margin: 15px 15px 0 0; */
    color: #fff;
}
/*---------------------------------------
           HEADER TITLE          
-----------------------------------------*/
.header-title h1{
    
    color: #5B5F6A;
    font-size: 15px;
    font-family: 'Montserrat';
    /* text-transform: uppercase; */
    /* text-shadow: 5px 5px 10px #000; */
}
.header-title p{
    color: black;
    font-size: 18px;
    margin-top: 1px;
    line-height: 30px;
    font-weight: 300
}
.header-title input{
    text-align: center;
    height: 50px;
    font-size: 18px;
    background: #620066;
    color: white;
    padding: 10px 20px;
    border: 2px solid #620066;
    border-radius: 30px;
    transition: 1s;
}

.header-title input:hover{
    cursor: pointer;
    background: white;
    color: #620066;
    border: 2px solid #620066;
}

.icon-1 a img{
    width: 400px;
    margin-top: 6%;
    margin-bottom: 50px;   
}
.icon-2 a i{
    font-size: 40px;
    color: #c3c3c3;
    text-shadow: 1px 1px 5px #000;
    /* margin-top: 2%; */
    margin-bottom: 0;
    /* background: rgba(50,50,50,.5); */
    padding: 10px;
    /* border-radius: 50%; */
}
/*---------------------------------------
                CLIENT           
-----------------------------------------*/
#section-2{
    margin-bottom: 50px;
}
.clients h2{
	font-size: 30px;
    margin-top: 150px;
    margin-bottom: 30px;
}
.clients h3{
	font-size: 17px;
    margin-top: 40px;
}
.client-logo{
    margin-top: 60px;
    margin-bottom: 75px;
}
.client-logo li{
    padding: 5px 20px 5px 20px;
}
.client-logo li:hover{
    -webkit-transition: all 1s;
    -webkit-transform: scale(1.2);
}

/*---------------------------------------
                WORKING PROCESS           
-----------------------------------------*/
#features{
    background: #fafafa;
    overflow: hidden;
	height:auto;
}
.work-title h4 {
    margin-top: 80px;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #620066;
}

.work-title h3{
	font-size: 17px;
    line-height: 2em;
    margin-top: 30px;
    margin-bottom: 40px;
}
.layout-icon{
    font-size: 85px;
    color: #620066;
}
.layout{
    box-shadow:  0px 0px 20px #817676;
    padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
	/* box-shadow: 0px 0px 3px rgba(0,0,0,.3); */
	/* border-radius: 3px; */
    border-radius: 20px;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
    /* border-bottom: 4px solid #c3c3c3; */
    background: #fff;
    height: 360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout:hover{
    border-bottom: 4px solid #620066;
    box-shadow: 0px 0px 8px rgba(0,0,0,.4);
    
}
.layout-details p{
    font-size: 12px;
    
}
/*---------------------------------------
              CLIENT FEEDBACK           
-----------------------------------------*/
#section-4{
    overflow: hidden;
}
.feedback-title h2{
	font-size: 30px;
    margin-top: 120px;
}
.feedback-title h3{
	font-size: 17px;
    margin-top: 50px;
    margin-bottom: 80px;
}
.team-details img{
    border: 2px solid #c3c3c3;
    border-radius: 50%;
    width: 160px;
    height: 160px;
}
.team-details li{
    padding: 0px 40px 0px 40px;
}
.team-details h3{
    text-align: right;
}
.team-details p{
    text-align: left;
}
.slide{
    margin-bottom: 0px;
}
/*---------------------------------------
              HIGHLIGHT           
-----------------------------------------*/
#help{
    background: #f2f2f2;
    overflow: hidden;
}
.highlight-title ul{ 
    padding: 50px 0px 50px 0px;
}
.highlight-title li{
    padding: 0px 20px 0px 20px;
}
.highlight-title input{
    text-align: center;
    width: 200px;
    height: 50px;
    font-size: 20px;
    background: #51535f;
    color: #fff;
    border: none;
    border-radius: 30px;
}
.highlight-image{
    background: url(../Images/bridge.jpg) no-repeat center fixed;
    background-size: cover;
    
}
.high-title h2{
    padding-top: 150px;
    color: #fff;
}
.high-title p{
    color: #fff;
    margin-bottom: 32px;
}
.high-title input{
    text-align: center;
    width: 200px;
    height: 50px;
    font-size: 20px;
    background: none;
    color: #fff;
    border: 1px solid #fafafa;
    border-radius: 30px;
    margin-bottom: 150px;
}
.overly-leayr{
    background: rgba(27,14,32,.6);
}
/*---------------------------------------
             PROJECT          
-----------------------------------------*/
#demo{
    overflow: hidden;
    margin-bottom: 2%;
}
.trailer-title h4 {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #620066;
}
.trailer-title h3{
    margin-bottom: 80px;
    /* color: white; */
    font-size: 23px !important;
    font-weight: 600;
}


/*---------------------------------------
                TEAM      
-----------------------------------------*/
.headline-item h2{
    margin-bottom: 30px;
}
.headline-item h3{
    margin-bottom: 50px;
}

.team-member h4{
    font-size: 19px;
    font-weight: bold;
    color: #c8c8c8;
    margin-top: 24px;
}
.team-member p{
    font-size: 16px;
    color: #c8c8c8;
}
.team-member li{
    list-style: none;
    display: inline-block;
    padding: 10px;
    font-size: 20px;
}
.team-member a{
    text-decoration: none;
    color: #c8c8c8;
}
.team-member a:hover{
    color: #1c9fda;
}
.team-member h4:hover{
    color: #1c9fda;
}
.team-member p:hover{
    color: #1c9fda;
}
.team-member{
    background: #fff;
    margin-bottom: 40px;
    overflow: hidden;
}
.team-member img{
    width:100% ;
}
.member-pic img:hover{
    filter: sepia(10%) hue-rotate(50deg);
	-webkit-filter: sepia(10%) hue-rotate(50deg);
	-moz-filter: sepia(10%) hue-rotate(50deg);
	-o-filter: sepia(10%) hue-rotate(50deg);
	-ms-filter: sepia(10%) hue-rotate(50deg);
}

/*---------------------------------------
              PRICING          
-----------------------------------------*/
#pricing{
    background: #fafafa;
    overflow: hidden;
    font-weight: 200;
}
.strong{
    font-weight: 600;
}
.pricing-heading{
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin: 0;
    font-size: 25px;
    color: #070107;
}
.price-title h2{
    margin-top: 20px;
    margin-bottom: 10px;
}
.price-title h3{
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin: 0;
    font-size: 25px;
    color: #070107;
    margin-bottom: 20px;
    margin-bottom: 20px;
    
}
.pricing-table {
	padding-left: 5px;
	padding-right: 5px;
    margin-bottom: 20px;
}

.single-pricing {
	background: #ffffff;
	border-radius: 40px;
	padding-bottom: 10px;
	border: 1px solid #e4e7e7;
	border-bottom: 4px solid #e4e7e7;
    max-width: 353px;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
    margin: auto;
    height: 510px;
	margin-bottom: 20px;
}
.single-pricing1
{
    background: #2c3140;
    color: #fafafa;
	border-radius: 40px;
	padding-bottom: 10px;
	border: 1px solid #e4e7e7;
	border-bottom: 4px solid #e4e7e7;
    max-width: 353px;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
    margin: auto;
    height: 510px;
	margin-bottom: 20px;  
}

/* .single-pricing:hover{
    border-bottom: 4px solid #620066;
} */

.package-title h3 {
   
    font-size: 24px;
	line-height: 60px;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 3px;
    /*color: #ffffff;*/
    border-radius: 40px 40px 0px 0px;
   /* text-transform: uppercase;*/
}

.pricing-footer{
    color: #ffffff !important;
    font-size:13px;
}

.price {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 18px;
    font-size: 38px;
    font-weight: normal;
}
.price1
{
    font-size: 38px;
    margin-top: 0;
	margin-bottom: 0;
	/* border-bottom: 1px solid #ececec; */
	padding-bottom: 25px;
    font-weight: normal;
    color:#ffff;
    font-weight: normal;
}

    text-decoration: line-through;
}

.price .superscript {
	vertical-align: super;
	font-size: 25px;
}
.price1 .superscript {
	vertical-align: super;
	font-size: 25px;
}

.price-script {
	font-size: inherit;
	display: block;
    margin-top: 0;
    margin-bottom: 10px;
	line-height: 1;
	font-size: 14px !important;
	font-weight: 300;
}

.package-list {
	padding-top: 9px;
    margin-bottom: -17px;
    list-style: none;
    padding-left: 0;
}

.package-list li {
	margin-top: 12px;
	margin-bottom: 12px;
	/* border-bottom: 1px dotted #eaeaea; */
	padding-bottom: 10px;
    margin: 0px;

}

.package-list1 li span {
	margin-right: 8px;
}
.package-list1 {
    padding-top: 8px;
    margin-bottom: -8px;
    list-style: none;
    padding-left: 0;
}

.package-list1 li {
	margin-top: 12px;
	margin-bottom: 12px;
	/* border-bottom: 1px dotted #eaeaea; */
	padding-bottom: 10px;
    margin: 0px;

}

.package-list1 li span {
	margin-right: 8px;
}


.single-pricing .button {
	margin-bottom: 20px;
}

.highlighted {
	margin-top: -24px;
}

.highlighted .package-title h3 {
	line-height: 84px;
}
.white-line
{
    border:1px solid;
    background-color: #fff;
    margin: 15px 99px 0px 99px;
 
}
.black-line
{   border:1px solid;
    background-color: #525252;
    margin: 0px 99px 0px 99px;
}
.white-text{
 
    color:#000000!important;
    font-family: Montserrat;
    font-style: normal;
    font-size: 24px!important;
    font-weight: bold;
    
}
.brown-text
{    color: #ffff!important;
    font-family: Montserrat;
    font-size: 24px!important;
    font-style: normal;
    font-weight: bold;
    
}

.standard-button1:hover
{
    background-color: white!important;
    color: #620066!important;
    border: 2px solid #620066;
    overflow: hidden;
    white-space: nowrap;
    transition: 1s;
    width: 140px;
    font-weight: bold;
}
.standard-button1 .iconarrow {
    display: none;
}
.standard-button1:hover .iconarrow {
    display: inline;
}

 /* .fa-arrow-up-right
 {
  
 content: "\f061";
    font-weight: bold;
    font-size: 12px!important;
    padding: 4px!important;
   
}   */
.fa-arrow-right1:before 
{
    content: "\f061"!important;
    font-size: 12px!important;
    padding: 4px!important;
    transform: rotate(0);
}
.standard-button1
{
    display: flex!important;
    align-items: center;
    white-space: nowrap;
    border-radius: 5px;
    background-color: #620066;
    color: white!important;
    width: 115px;
    border: 2px solid #620066!important;
    margin-bottom: 10px;
    height: 40px;
    
}
.standard-button{
    width: 165px;
    height: 40px;
    background: #ffffff;
    color: #620066!important;
    border: 2px solid #620066;
    border-radius: 6px;
    font-weight: bold;
    display: flex;
    transition: margin-left 20s;
    margin: auto;
    align-items: center;
    padding: 5px 15px;
}

.standard-button:hover .fa-arrow-right:before{
    font-size: 17px!important;
}

 .standard-button:hover
{
    background-color: #ffffff;
    width: 190px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    transition: 1s;

} 
.standard-button:hover .iconarrow
{
    display: contents !important;
}
.standard-button2{
    width: 120px;
    background: #620066!important;
    color: #ffff !important;
    border: 2px solid #ffff!important;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: bold;
    align-items: center;
    margin: auto;
    text-align: center;
    display: flex;
    transition: margin-left 20s;
}

.standard-button2:hover
{
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    transition: 1s;
    width: 140px;
}

.standard-button2:hover .fa-arrow-right:before{
    font-size: 17px!important;
}
.standard-button2:hover .iconarrow
{
    display: contents !important;
    /*color: #c3c3c3 !important;
    background-color: #620066;*/
}
 .iconarrow 
{   
     display: none;
}  
.fa-arrow-right:before 
{   
    content: "\f061"!important;
    font-size: 20px!important;
    padding: 4px!important;
    margin-left: 6px;
}
#link
{
    text-decoration: underline;
    color:#3F3F3F;
}
#link-1
{
    text-decoration: underline;
    color: #BDBDBD;
}
#link:hover
{
   color:#620066;
}
#link-1:hover
{
    color:#620066;
}
.dropdown-item 
{
    color: #620066;
    font-size: bold;
    font-weight: bold;
}
.color{
    color: #620066;
}
/*---------------------------------------
              QUESTION           
-----------------------------------------*/
#section-8{
    background: #fff;
    overflow: hidden;
}
.question-title h2{
    margin-top: 140px;
    margin-bottom: 30px;
}
.question-title h3{
    margin-bottom: 80px;
}
.asked p{
    color:#666;
    text-align: left;
    margin-bottom: 20px;
}
.asked{
    margin-bottom: 120px;
}
.col-border{
   
    text-align:left;
}
/*---------------------------------------
              CONTACT           
-----------------------------------------*/
#contact_us{
    background-image: url(../Images/see.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}
.works h2{
    color: #fff;
    padding-top: 150px;
    margin-bottom: 35px;
}
.works h3{
    font-family: 'Montserrat';
    font-size: 40px;
    padding-top: 150px;
    color: #fff;
    margin-bottom: 25px;
    color: #fff;
    margin-bottom: 25px;
}
.works input{
    text-align: center;
    /* width: 200px; */
    height: 50px;
    font-size: 20px;
    background: none;
    color: #fff;
    border: 1px solid #fafafa;
    border-radius: 30px;
    margin-bottom: 50px;
}
.work-overly{
    overflow: hidden;
    background: rgba(27,14,32,.6);
}
/*---------------------------------------
              CONTACT FORM           
-----------------------------------------*/
.contact-title h2{
    margin-top: 80px;
    margin-bottom: 30px;
}
.contact-title h3{
    margin-bottom: 80px;
}
.contact-111{
    width: 90%;
    border: none;
    border-bottom: 2px solid #c3c3c3;
}
.contact-1{
    width: 30%;
    border: none;
    border-bottom: 2px solid #c3c3c3;
}
.contact-222{
    width: 92%;
    height: 150px;
    margin-top: 20px;
    border: 2px solid #c3c3c3;
    border-radius: 5px;
}
.contact-2{
    width: 60%;
    height: 200px;
    margin-top: 20px;
    border: 2px solid #c3c3c3;
    border-radius: 5px;
}
.contact-3{
    width: 60%;
    height: 50px;
    background: #5b5f6b;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 30px;
    margin-bottom: 120px;
}
/*---------------------------------------
              FOOTER          
-----------------------------------------*/
.footer{
    background: #323544;
    color: #fff;
   padding:3%;
    font-size: 16px;
}
.s-icon{
    margin-top: 30px;
}
.s-icon a{
    margin: 10px;
    font-size: 28px;
    color: #fff;
}
/*---------------------------------------
              MAP          
-----------------------------------------*/
#get-tuch{
    overflow: hidden;
    background: #fff;
}
.map-title{
    margin-top: 100px;
    margin-bottom: 80px;
}

.header-title input:focus,.header-title input:active {
    outline: none !important;
    box-shadow: none;
 }

 .high-title input:focus,.high-title input:active {
    outline: none !important;
    box-shadow: none;
 }

 .works input:focus,.works input:active {
    outline: none !important;
    box-shadow: none;
 }
 .link-bold{
    color: mediumpurple;
    font-weight: bold;
}
.link-bold a{
    color: mediumpurple;
}

.small-font{
    font-size: 13px;
    color:#000000 !important;
}
@media screen and (max-width: 800px)
{
.header-title p {
    font-size: 14px;
    font-weight: 300
}
.header-title input{
    text-align: center;
    height: 46px;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 30px;
}
}

/* float div on top */

#top {
    position: fixed;
    /* top: 100px; */
    left: 0;
    z-index: 1500;
    width: 100%;
    height: 23px;
    color: #000;
    background-color:rgba(220, 198, 224, 0.3)
  }
  /* ================================== */

  .minheight{
    min-height:200px;
  }
 
  .pricing_dropdown {
    text-align: left;
}  

.our_pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 25px;
    gap: 20px;
    flex-wrap: wrap;
}

.our_pricing .dropdown-menu{
     padding-left: 10px;
}

.our_pricing h3 {
    margin: 0;
    font-size: 25px;
    color: #070107;
    
}

.our_pricing_btn {
    background-color: transparent;
    font-weight: bold;
    outline: none;
    position: relative;
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 8px 16px;
    border-radius: 8px;
    text-align: left;
    width: 109px;
    align-items: center;
    height: 36px;
    display: flex;
    color: #620066;
}

.our_pricing_btn:hover {
    background-color: #f5f4fb!important;
    border: none;
    outline: none; 
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.price-titlePos {
    position: relative;
    z-index: 4;
}

.our_pricing_btn::after{
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    top: 8px;
    border-left: 5px solid #620066;
    border-top: 5px solid #620066;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transform: rotate(225deg);
    z-index: 0;
}

.mini_font {
    font-size: 12px !important;
}

.templatecard_imgDiv {
    max-height: 200px;
}

.templatecard_imgDiv img{
   max-height: 200px;
}

/* ========vsecommerce changes========== */

.vsecommercehomebanner {
    background: url(../Images/vsSuiteHomeBanner-Recovered8.png) center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    
}

.homeBannerHeading { 
 text-align: left;
 max-width: 1400px;
 margin: 0 auto;
 padding: 0 20px;
 padding-top: 120px;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 800;
    font-style: normal;
    font-display: block; 
    src: local('Montserrat'),  
         url('/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype')
  }

.fontFMonst {
    font-family: 'Montserrat';
}

.homeBannerHeading h1 {
    color: #620066;
    line-height: 50px;
    font-size: 38px;
    letter-spacing: -1px;
    font-weight: 800;
    margin: 0px;
}

.homeBannerHeading h3 {
    line-height: 45px;
    font-weight: 800;
    font-size: 27px;
    margin: 0px;
    margin-top: 7px;
}

.storeIcons {
    width: 100%;
    max-width: 150px;
}
.storeIcons-home {
    width: 100%;
    max-width: 140px;
}
.contact_us_sec h2{
  text-transform: none;
}

.contact_us_sec input {
    text-align: center;
    height: 48px;
    font-size: 14px;
    background: none;
    color: white;
    padding: 8px 12px;
    border: 1px solid white;
    border-radius: 30px;
    margin-top: 30px;
    padding: 5px 15px;
}

.contact_us_sec input:hover{
    background: #620066;
    color: #ffffff;
    border: 2px solid #620066;
    cursor: pointer;
}

.news_letter_sec h4 {
    font-size: 25px;
    color: #620066;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.starterImage{
    width: 30px;
    height: 30px;
    margin: auto;
}
.images{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.colClass{
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}

.rowClass{
    width: 100%;
    display: inline-block;
}

.arrowImage{
    position: absolute;
    top: 0px;
    left: -50px;
    width: 400px;
}

.testSize{
    font-size: 20px;
}

.vslogoMobile{
    width: 80px;
    height: 50px;
    margin-left: 10px;
    margin-top: 10px;
}
.homebanner_overly {
    /* position: absolute;
    background: rgba(255, 255, 255, 0.425);
    width: 100%;
    height: 100%; */
}

.subtitle{
    margin-bottom: 10px !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #620066;
    margin-top: 0px !important;
}

.templateImage{
    /* box-shadow: 0px 0px 3px rgb(0 0 0 / 30%); */
    border-radius: 3px;
}

.templateImagescroll{
    height: 400px;
    height: 400px;
    background: #E3E6EC;
    box-shadow: inset 4.43099px 3.54479px 5.02179px rgb(209 217 230 / 34%),
     inset 4.43099px 4.13559px 5.61259px rgb(209 217 230 / 40%), 
     inset 4.43099px 5.16949px 6.64649px rgb(209 217 230 / 48%), 
     inset 4.43099px 7.97579px 9.00969px rgb(209 217 230 / 67%), 
     inset -2.954px -9.30509px 9.60048px rgb(255 255 255 / 75%), 
     inset -2.954px -5.44039px 6.30263px rgb(255 255 255 / 54%), 
     inset -2.954px -4.63242px 5.17333px rgb(255 255 255 / 45%), 
     inset -2.954px -4.1974px 4.45561px rgb(255 255 255 / 38%);
    border-radius: 5px;
    padding: 19px;
    overflow-x: auto;
    overflow-y: hidden;
}

.templateImagescroll img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 3s ease-in-out;
}
.templateImagescroll:hover img {
    object-position: bottom center;
}

.imageTemp{
    width: 100%;
    object-fit: contain;
}

#templates{
    /* background-color: #620066; */
    padding-bottom: 15px;
    background: #F3F3F3;
}


.imagesStyle{
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .imagesStyle:hover {
    background-color: #EBEBEB;
} */

.mobbImage:hover {
    height: 340px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #620066;
    border-radius: 50%;
    width: 340px;
}

.mobbImage {
    height: 280px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #D9D9D9;
    border-radius: 50%;
    width: 280px;
    transition: 1.5s;
}

.tabbImage:hover {
    height: 340px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #620066;
    border-radius: 50%;
    width: 340px;
}

.tabbImage {
    height: 280px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #D9D9D9;
    border-radius: 50%;
    width: 280px;
    transition: 1.5s;
}

.launchhead{
    position: absolute;
    top: 50px;
    left: 20px;
}

.usingtext{
    margin: 0px;
}
.headinglaunch{
    font-size: 14px;
    margin: 0px;
}
.vsEcommercehead{
    color: #620066;
    font-weight: 600;
    font-size: 18px;
}
.workImage{
    width: 360px;
    transition: 1.5s;
}
.workImage:hover{
    width: 430px;
}

.launchhead input {
    text-align: center;
    height: 40px;
    font-size: 14px;
    color: white;
    padding: 5px 12px;
    border-radius: 30px;
    background: #620066;
    border: 2px solid #620066;
}

.launchhead input:hover{
    background: none;
    color: #620066;
    border: 2px solid #620066;
    cursor: pointer;
}

.appstore{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.vslogoView{
    height: 100px;
    /* margin: 0px; */
    width: 115px;
    margin: auto;
    margin-top: 30px;
}
.appplayStoreDiv{
    display: flex;
    justify-content: center;
}
.appStoreIcon{
    height: 75px;
    width: 75px;
}

.imageLaunchDiv{
    background-color: #f2f2f2;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .vsecommercehomebanner {
        margin-top: 0;
    }
    .homeBannerHeading {
        padding-top: 90px;
    }
    .homeBannerHeading h3 {
        line-height: 35px;
        font-weight: 800;
        max-width: 500px;
    }    

    .mobbImage:hover {
        height: 300px;
        width: 300px;
    }
    
    .mobbImage {
        height: 240px;
        width: 240px;
    }
    
    .tabbImage:hover {
        height: 300px;
        width: 300px;
    }
    
    .tabbImage {
        height: 240px;
        width: 240px;
    }
    
    .workImage{
        width: 280px;
    }
    .workImage:hover{
        width: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homeBannerHeading h3 {
      line-height: 40px;
      font-size: 25px;
      max-width: 400px;
    }
    .homeBannerHeading {
        padding-top: 90px;
    }
    .homeBannerHeading h1 {
        font-size: 38px;
      }
      .header-title input {
          margin-top: 10px;
      }
      .contact_us_sec h2 {
          font-size: 32px;
      }

      .mobbImage:hover {
        height: 280px;
        width: 280px;
    }
    
    .mobbImage {
        height: 220px;
        width: 220px;
    }
    
    .tabbImage:hover {
        height: 280px;
        width: 280px;
    }
    
    .tabbImage {
        height: 220px;
        width: 220px;
    }
    
    .workImage{
        width: 270px;
    }
    .workImage:hover{
        width: 290px;
    }
    .imagesStyle{
        height: 480px;
    }
  }

  @media only screen and (max-width: 991px) {
    .homebanner_overly {
        /* background-color: rgba(255, 255, 255, 0.377); */
    }
    .vsecommercehomebanner {
        margin-top: 0;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .homeBannerHeading h3 {
      font-size: 20px;
      line-height: 30px;
      max-width: 300px;
    }

    .subtitle{
        font-size: 17px !important;
        margin-bottom: 20px;
    }
    .homeBannerHeading h1 {
        font-size: 36px;
        line-height: 40px;
      }

      .homeBannerHeading {
        padding: 0 20px;
        padding-top: 90px;
      }

      .vsecommercehomebanner {
          /* padding-top: 70px; */
          margin-top: 0;
      }
      .header-title input {
          margin-top: 20px;
      }

      .icon-2 a i {
        padding: 5px;
        margin-top: 0;
        font-size: 40px;
      }
      .appstoreIconsdiv {
          text-align: center;
      }
      .storeIcons {
        max-width: 120px;
      }
      .contact_us_sec h2 {
        font-size: 22px;
    }
    #contact_us {
      background-attachment: scroll;
    }

    .mobbImage:hover {
        height: 240px;
        width: 240px;
    }
    
    .mobbImage {
        height: 200px;
        width: 200px;
    }
    
    .tabbImage:hover {
        height: 240px;
        width: 240px;
    }
    
    .tabbImage {
        height: 200px;
        width: 200px;
    }
    
    .workImage{
        width: 220px;
    }
    .workImage:hover{
        width: 250px;
    }

    .appstore{
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    
    .vslogoView{
        height: 80px;
        width: 130px;
    }
    .appStoreIcon{
        height: 60px;
        width: 65px;
    }
    .launchhead{
        position: absolute;
        top: 20px;
        left: 10px;
    }
    .headinglaunch{
        font-size: 10px;
        margin: 0px;
    }
    .storeIcons-home{
        max-width: 90px;
    }
  }

  @media only screen and (max-width: 500px){
    .storeIcons-home{
        max-width: 65px;
    }
    .imagesStyle {
        margin-top: 100px;
    }
    .toggle-Button-cover {
        width: 100% !important;
    }
    .Button-cover::after{
        font-size: 15px !important ;
        position: absolute;
        top: 24%;
         left: 8% ;


    }
    .Button-cover:before{
        left:10%  !important;
        font-size: 15px !important;
    }

    .launchhead {
        position: absolute;
        top: -100px;
        left: 0px;
        width: 100%;
        background: #f2f2f2;
        padding-top: 20px;
    }
    .headinglaunch {
        font-size: 11px;
    }

    .layout{
       height: auto;
    }
  }
  @media only screen and (max-width: 280px){
    .Button-cover:before{
        left: 0% !important;
    }
  
    } 

  @media only screen and (max-width: 350px){
    .homeBannerHeading h3 {
        font-size: 16px;
      }
      .homeBannerHeading h1 {
          font-size: 30px;
        }
  }
  
  

.sec_ptb_medium {
    padding: 50px 0;
}

/* swiper default styles */
.swiper-pagination {
    position: static;
    display: block;
    line-height: 1;
  }
  
  .swiper-pagination--vertical {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 50px;
    bottom: auto;
    left: auto;
  }
  
  .swiper-pagination--vertical .swiper-pagination-bullet {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    margin-right: 0;
  }
  
  .swiper-pagination--vertical .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
  }
  
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    position: relative;
    outline: none;
    margin-right: 20px;
  }
  
  .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  
  .swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background: #d8d8d8;
    z-index: 1;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  .swiper-pagination .swiper-pagination-bullet:hover:before {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #620066;
  }
  
  .swiper-pagination .swiper-pagination-bullet-active:before {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #620066;
  }
  
  .site-wrapper-reveal {
    position: relative;
    z-index: 2;
    background: #ffffff;
  }
  
  .swiper-pagination.swiper-pagination-white .swiper-pagination-bullet {
    margin: 8px;
  }
  
  .swiper-pagination.swiper-pagination-white .swiper-pagination-bullet:hover:before {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #fff;
  }
  
  .swiper-pagination.swiper-pagination-white .swiper-pagination-bullet-active::before {
    opacity: 1;
    background: #fff;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 9px #ededed;
            box-shadow: 0 0 9px #ededed;
  }
  
  .swiper-pagination.swiper-pagination-black .swiper-pagination-bullet {
    margin: 8px;
  }
  
  .swiper-pagination.swiper-pagination-black .swiper-pagination-bullet:hover:before {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #333;
  }
  
  .swiper-pagination.swiper-pagination-black .swiper-pagination-bullet-active::before {
    opacity: 1;
    background: #333;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 9px #8b7b7b;
            box-shadow: 0 0 9px #8b7b7b;
  }
  
  .swiper-nav-button {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.1s linear 2s, opacity 0.1s linear 2s;
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.1s linear 2s, opacity 0.1s linear 2s;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.1s linear 2s, opacity 0.1s linear 2s;
    background-image: none;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    outline: none;
    width: 48px;
    height: 48px;
    font-size: 24px;
    color: #6d70a6;
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin: 0;
    top: 50%;
  }
  
  .swiper-nav-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    color: #fff;
    background: #fff;
  }
  
  .swiper-nav-button:hover {
    color: #fff;
  }
  
  .swiper-nav-button:hover::before {
    color: #fff;
    background: #620066;
  }
  
  .swiper-container {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  .swiper-container:hover .swiper-nav-button {
    opacity: 1;
    visibility: visible;
  }
  
  .swiper-nav-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  /* .swiper-nav-button i::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: '\f104';
  } */
  
  /* .swiper-nav-prev i::before {
    content: '\f104';
  }
  
  .swiper-button-next i::before {
    content: '\f105';
  } */
  
  .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
         -o-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
  
  .single-element-wrap ul li {
    margin-bottom: 15px;
  }
  
  .single-element-wrap ul li:last-child {
    margin-bottom: 0;
  }

  .newsLetterImg {
      height: 100%;
      width: 100%;
  }

  .newsLetterImgDiv {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   max-height: 150px;
  }</pre></body></html>