<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0px;
  margin: 0px;
}

li{
	list-style-position:inside;
}

/*===========================
	 HEADER SECTION
=============================*/
.vboutTheme_software03-Header01.vboutTheme_software03-Header01_block{
    background: url(../images/vbtb-LP23-software03-headerDarkBg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #ffffff;
    padding: 20px 0px 225px 0px;
}
.vbtb-software03-headerLogo{
    width: 200px;
    display: block;
}
.vbtb-software03-headerButton-section {
    padding-top: 10px;
}
.vbtb-software03-headerButton-Link{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    color: #70bd55;
    display: block;
    width: 140px;
    max-width: 100%;
    border: 1px solid #ffffff;
    margin: 0px 0px 0px 115px;
    
}
.vbtb-software03-headerButton-Link:hover{
    color: #70bd55;
    text-decoration: none;
}
.vbtb-software03-headerSection{
    padding-top: 150px;
}
.vbtb-software03-headerTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 66px;
    text-align: center;
    text-shadow: 1px 1px #454545;
    letter-spacing: 1px;
    color: #ffffff;
    width: 550px;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.vbtb-software03-headerSubTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px #656565;
    color: #ffffff;
    width: 550px;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.vbtb-software03-headerButton02-Link{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #70bd55;
    background-color: #70bd55;
    color: #ffffff;
    box-shadow: 0px 5px 20px 0 rgb(0 0 0 / 27%);
    letter-spacing: 1px;
    display: block;
    width: 170px;
    max-width: 100%;  
    margin: 0px auto;
    
}
.vbtb-software03-headerButton02-Link:hover{
    color: #ffffff;
    text-decoration: none;
}
/*===========================
    END HEADER SECTION
=============================*/


/*===========================
	       BRIEF
=============================*/
.vboutTheme_software03-Brief01.vboutTheme_software03-Brief01_block{
    background-color: #1c1c1c;
    padding: 90px 0px 100px 0px;
}
.vbtb-software03-briefTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: left;
    color: #ffffff;
    max-width: 100%;
    border-left: 4px solid #70bd55;
    padding: 0px 0px 0px 5px;
    margin: 0;
    margin-bottom: 25px;
}
.vbtb-software03-briefGreenTitle{
    color: #70bd55;
}
.vbtb-software03-briefText{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    color: #ababab;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-bottom: 15px;
}
.vbtb-software03-briefSection{
    width: 100%;
    height: auto;
    position: relative;
    animation-name: grow-shrink;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes grow-shrink {
    40% { transform: scale(1.2); }
    80% { transform: scale(1); }
}
/*===========================
	    END BRIEF
=============================*/


/*===========================
	     ABOUT US
=============================*/
.vboutTheme_software03-Aboutus01.vboutTheme_software03-Aboutus01_block{
    background-color: #ffffff;
    padding: 90px 0px 100px 0px;
}
.vbtb-software03-aboutUs-Title{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    color: #1c1c1c;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-bottom: 25px;
}
.vbtb-software03-aboutUs-GreenTitle{
    color: #70bd55;
}
.vbtb-software03-aboutUs-SubTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    color: #1c1c1c;
    width: 600px;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.vbtb-software03-aboutus-TextSection{
    padding-top: 65px;
}
.vbtb-software03-aboutus-TextTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #1c1c1c;
    text-align: left;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-bottom: 20px;
}
.vbtb-software03-aboutus-GreenTextTitle{
    color: #70bd55;
}
.vbtb-software03-aboutus-TextSubTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #1c1c1c;
    text-align: left;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-bottom: 15px;
}
.vbtb-software03-aboutus-TextList{
    font-family: 'Roboto', sans-serif;
    list-style: none;
    list-style-image: none;
}
.vbtb-software03-aboutus-TextList-li{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #1c1c1c;
    text-align: left;
    max-width: 100%;
    list-style-type: none;
    display: list-item;
    text-align: -webkit-match-parent;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
}
.vbtb-software03-aboutus-TextList-i{
    font-size: 18px;
    line-height: 18px;
    margin-right: 6px;
    color: #70bd55;
}
.vbtb-software03-aboutus-ButtonLink{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    background-color: #333333;
    border: 1px solid #333333;
    border-left: 8px solid #579d36;
    border-radius: 0px 0px;
    margin: 0px;
    margin-top: 10px;
    padding: 15px 30px;
    display: inline-block;
}
.vbtb-software03-aboutus-ButtonLink:hover{
    color: #ffffff;
    text-decoration: none;
}
.vbtb-software03-aboutusImg{
    width: 100%;
    display: block;
    padding-top: 55px;
}
/*===========================
	    END ABOUT US
=============================*/


/*===========================
	     ABOUT US 02
=============================*/
.vboutTheme_software03-Aboutus02.vboutTheme_software03-Aboutus02_block{
    background: url(../images/vbtb-LP23-software03-aboutusBg01.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #ffffff;
    padding: 90px 0px 100px 0px;
}
.vbtb-software03-aboutus02Title{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: left;
    color: #ffffff;
    max-width: 100%;
    border-left: 4px solid #70bd55;
    padding: 0px 0px 0px 5px;
    margin: 0;
    margin-bottom: 25px;
}
.vbtb-software03-aboutus02Text{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    color: #ffffff;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-bottom: 15px;
}
.vbtb-software03-aboutus02-ButtonLink{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    background-color: #333333;
    border: 1px solid #333333;
    border-left: 8px solid #579d36;
    border-radius: 0px 0px;
    margin: 0px;
    margin-top: 10px;
    padding: 15px 30px;
    display: inline-block;
}
.vbtb-software03-aboutus02-ButtonLink:hover{
    color: #ffffff;
    text-decoration: none;
}
/*===========================
	    END ABOUT US 02
=============================*/


/*===========================
	    TEAM SECTION
=============================*/
.vboutTheme_software03-Team01.vboutTheme_software03-Team01_block{
    background-color: #ffffff;
    padding: 90px 0px 100px 0px;
}
.vbtb-software03-teamSection{
    padding-bottom: 60px;
}
.vbtb-software03-teamTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    color: #1c1c1c;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-bottom: 15px;
}
.vbtb-software03-teamGreenTitle{
    color: #70bd55;
}
.vbtb-software03-teamSubTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    color: #1c1c1c;
    width: 600px;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.vbtb-software03-teamBlock{
    margin: 0 auto 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.vbtb-software03-teamImg{
    width: 100%;
}
.vbtb-software03-teamSocial{
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    height: 120px;
    line-height: 140px;
    position: absolute;
    right: -10px;
    top: -29px;
    width: 120px;
}
.vbtb-software03-teamProfile{
    background-color: #579d36;
    margin: auto;
    padding: 14px 0;
    width: 90%;
}
.vbtb-software03-teamName{
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
}
.vbtb-software03-teamJobTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
}
/*===========================
	END TEAM SECTION
=============================*/


/*===========================
	   FEATURES
=============================*/
.vboutTheme_software03-Feature01.vboutTheme_software03-Feature01_block{
    background-color: #eeeeee;
    padding: 90px 0px 100px 0px;
}
.vbtb-software03-featureSection{
    padding-bottom: 80px;
}
.vbtb-software03-featureTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    color: #1c1c1c;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-bottom: 15px;
}
.vbtb-software03-featureGreenTitle{
    color: #70bd55;
}
.vbtb-software03-featureSubtitle{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    color: #1c1c1c;
    width: 600px;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.vbtb-software03-featureSection-2Icon{
    background: #333333 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 49px !important;
    height: 138px;
    line-height: 138px!important;
    margin-bottom: 15px;
    text-align: center;
    width: 138px;
}
.vbtb-software03-featureSection-2Title{
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    color: #1c1c1c;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 25px;
}
.vbtb-software03-featureSection-2TitleColor{
    color: #70bd55;
}
.vbtb-software03-featureSection-2Text{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    color: #1c1c1c;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 10px 0 30px;
}
.vbtb-software03-feature-ButtonLink{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    background-color: #333333;
    border: 1px solid #333333;
    border-left: 8px solid #579d36;
    border-radius: 0px 0px;
    margin: 0px;
    padding: 10px 20px;
    display: inline-block;
}
.vbtb-software03-feature-ButtonLink:hover{
    color: #ffffff;
    text-decoration: none;
}
.vbtb-software03-featureSpace{
    padding-top: 80px;
}
/*===========================
	   END FEATURES
=============================*/


/*===========================
	    GALLERY SECTION
=============================*/
.vboutTheme_software03-Gallery01.vboutTheme_software03-Gallery01_block{
    background-color: #ffffff;
    padding: 90px 0px 100px 0px;
}
.vbtb-software03-gallerySection{
    padding-bottom: 50px;
}
.vbtb-software03-galleryTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    color: #1c1c1c;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-bottom: 15px;
}
.vbtb-software03-galleryGreenTitle{
    color: #70bd55;
}
.vbtb-software03-gallerySubTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    color: #1c1c1c;
    width: 600px;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.vbtb-software03-gallerySections{
    display: inline-block;
    margin: 0 0 1rem;
}
.vbtb-software03-galleryBlock{
    display: block;
    margin-bottom: 10px;
}
.vbtb-software03-galleryImg{
    width: 100%;
    height: auto;
}
/*===========================
	   END GALLERY SECTION
=============================*/


/*===========================
	    BLOG SECTION
=============================*/
.vboutTheme_software03-Blog01.vboutTheme_software03-Blog01_block{
    background-color: #1c1c1c;
    padding: 90px 0px 100px 0px;
}
.vbtb-software03-blogSection{
    padding-bottom: 80px;
}
.vbtb-software03-blogTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: left;
    color: #ffffff;
    max-width: 100%;
    border-left: 4px solid #70bd55;
    padding: 0px 0px 0px 5px;
    margin: 0;
    margin-bottom: 25px;
}
.vbtb-software03-blogGreenTitle{
    color: #70bd55;
}
.vbtb-software03-blogBlock{
    margin: 0 auto 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 387px;
}
.vbtb-software03-blogImg{
    width: 100%;
}
.vbtb-software03-blogDateSection{
    background-color: #70bd55;
    border-radius: 50%;
    color: black;
    height: 100px;
    padding-top: 27px;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 100px;
}
.vbtb-software03-blogDate{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
}
.vbtb-software03-blogBlackDate{
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.vbtb-software03-blogProfile{
    background-color: #70bd55;
    color: #fff;
    margin: -9px auto;
    padding: 30px 15px;
    position: relative;
    width: 98%;
    z-index: 999;
}
.vbtb-software03-blogText{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px;
}
.vbtb-software03-blogName{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #000000;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px
}
/*===========================
	   END BLOG SECTION
=============================*/


/*===========================
	    PRICING SECTION
=============================*/
.vboutTheme_software03-Pricing01.vboutTheme_software03-Pricing01_block{
    background-color: #ffffff;
    padding: 90px 0px 100px 0px;
}
.vbtb-software03-pricingSection{
    padding-bottom: 50px;
}
.vbtb-software03-pricingTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    color: #1c1c1c;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-bottom: 15px;
}
.vbtb-software03-pricingGreenTitle{
    color: #70bd55;
}
.vbtb-software03-pricingSubtitle{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    color: #1c1c1c;
    width: 600px;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.vbtb-software03-pricingBlock{
    border: 2px solid #e2e8eb;
    margin: 20px auto 0;
    max-width: 320px;
    padding: 0 0px 50px;
    background: #fff;
    position: relative;
}
.vbtb-software03-pricingTableTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    max-width: 100%;
    background-color: #222222;
    border: 1px solid #222222;
    padding: 20px 0px 20px 0px;
    margin: 0;
}
.vbtb-software03-pricingTablePrice{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #333333;
    max-width: 100%;
    background-color: #dddddd;
    padding: 10px 0px 10px 0px;
    margin: 0;
    margin-bottom: 10px;
}
.vbtb-software03-pricingList{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #666666;
    padding: 30px 17px 15px;
    position: relative;

}
.vbtb-software03-pricingListText{
    border-bottom: 1px dashed #999;
    list-style: outside none none;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.vbtb-software03-pricingListIconCheck{
    color: #579d36;
    margin-right: 32px;
}
.vbtb-software03-pricingListIconClose{
    color: #df2228;
    margin-right: 32px;
}
.vbtb-software03-pricing-Button {
    text-align: center;
}
.vbtb-software03-pricing-ButtonLink{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    background-color: #333333;
    border: 1px solid #333333;
    border-left: 8px solid #579d36;
    border-radius: 0px 0px;
    margin: 0px auto;
    padding: 10px 20px;
    display: inline-block;
}
.vbtb-software03-pricing-ButtonLink:hover{
    color: #ffffff;
    text-decoration: none;
}
.vbtb-software03-pricingTablePopular{
    background-color: #2e8b57;
    border-radius: 0 20px 20px 0;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 5px 0 5px 13px;
    position: absolute;
    right: -28px;
    text-transform: uppercase;
    top: 33px;
    transform: rotate(90deg);
    width: 93px;
}
/*===========================
	   END PRICING SECTION
=============================*/


/*===========================
	   FORM SECTIOM
=============================*/
.vboutTheme_software03-Form01.vboutTheme_software03-Form01_block{
    background-color: #f7f7f7;
    padding: 90px 0px 100px 0px;
}
.vbtb-software03-formTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    color: #1c1c1c;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-bottom: 15px;
}
.vbtb-software03-formGreenTitle{
    color: #70bd55;
}
.vbtb-software03-formSubtitle{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    color: #1c1c1c;
    width: 600px;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.vbtb-software03-formSection{
    padding-bottom: 80px;
}
.vboutTheme_software03-Form01.vboutTheme_software03-Form01_block .vbtb-software03-WholeFormBlock {
    max-width: 100%;
    background-color: #ffffff;
    box-shadow: 1px 6px 5px #eee;
    padding: 30px;
}
.vboutTheme_software03-Form01.vboutTheme_software03-Form01_block .vbtb-software03-FormSection01{
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.vboutTheme_software03-Form01.vboutTheme_software03-Form01_block div.vbtb-software03-WholeFormBlock .vbfs-input input, .vboutTheme_software03-Form01.vboutTheme_software03-Form01_block div.vbtb-software03-WholeFormBlock .vbfs-select select, .vboutTheme_software03-Form01.vboutTheme_software03-Form01_block div.vbtb-software03-WholeFormBlock .vbfs-textarea textarea, .vboutTheme_software03-Form01.vboutTheme_software03-Form01_block div.vbtb-software03-WholeFormBlock .vbfs-phone input, .vboutTheme_software03-Form01.vboutTheme_software03-Form01_block div.vbtb-software03-WholeFormBlock .vfb-birthday{
    font-family: 'Roboto', sans-serif;
    width: 100%;
	max-width: 100%;
    line-height: normal;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    background: #f2f2f2;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 10px 10px 10px;
    margin-bottom: 13px;
}
.vboutTheme_software03-Form01.vboutTheme_software03-Form01_block div.vbtb-software03-WholeFormBlock .vbfs-textarea textarea{
    height: 223px;
}
.vboutTheme_software03-Form01.vboutTheme_software03-Form01_block div.vbtb-software03-WholeFormBlock .vbfs-choice {
    color: #555555;
}
.vboutTheme_software03-Form01.vboutTheme_software03-Form01_block div.vbtb-software03-WholeFormBlock .vbfs-label {
    color: #555555;
}
.vboutTheme_software03-Form01.vboutTheme_software03-Form01_block div.vbtb-software03-WholeFormBlock .vfb-gdpr-disclaimer {
    color: #555555;
}
.vboutTheme_software03-Form01.vboutTheme_software03-Form01_block div.vbtb-software03-WholeFormBlock .vbfs-label label {
  font-size: 15px;
  color: #555555;
  font-family: 'Roboto', sans-serif;
  text-align:left;
  margin: 0;
}
.vboutTheme_software03-Form01.vboutTheme_software03-Form01_block div.vbtb-software03-WholeFormBlock .vbfs-label {
  text-align:left;
  padding-top: 15px;
}
.vboutTheme_software03-Form01.vboutTheme_software03-Form01_block div.vbtb-software03-WholeFormBlock .vbfs-field label {
  font-weight: normal;
  display: inline;
  color: #555555;
  text-align:left;
  font-family: 'Roboto', sans-serif;
}
.vboutTheme_software03-Form01.vboutTheme_software03-Form01_block div.vbtb-software03-WholeFormBlock .vbfs-field{
    padding-top: 5px;
}
.vboutTheme_software03-Form01.vboutTheme_software03-Form01_block div.vbtb-software03-WholeFormBlock .vbfs-submit{
    text-align: left;
}
.vboutTheme_software03-Form01.vboutTheme_software03-Form01_block div.vbtb-software03-WholeFormBlock .vbfs-submit input{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    height: 60px;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 0.04em;
    border: 0;
    cursor: pointer;
    background-color: #2f9a0a;
    padding: 17px 45px;
    max-width: 100%;
    margin: 0;
    margin-top: 15px;
    
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555555;
  opacity: 1; /* Firefox */
  font-size:14px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #555555;
  font-size:14px;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #555555;
  font-size:14px;
}
input.required.error {
    margin-bottom: 0!important;
}
.vbfs-field label.error {
    color: red!important;
    font-size: 70%;
    display: flex!important;
}



.vbtb-software03-mapSection{
    background-color: #ffffff;
    box-shadow: 1px 6px 5px #eee;
    padding: 30px;
}
.vbtb-software03-mapAddress{
    background: rgba(3, 10, 0, 0.85);
    bottom: 30px;
    color: #fff;
    height: 200px;
    position: absolute;
    text-align: center;
    width: 480px;
    max-width: 100%;
    padding-top: 45px;
}
.vbtb-software03-mapAddressName{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
}
.vbtb-software03-mapAddressPhone{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
/*===========================
	   END FORM SECTIOM
=============================*/


/*===========================
	    CTA SECTIOM
=============================*/
.vboutTheme_software03-CTA01.vboutTheme_software03-CTA01_block{
    background-color: #ffffff;
    padding: 90px 0px 100px 0px;
}
.vbtb-software03-ctaTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    color: #1c1c1c;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-bottom: 15px;
}
.vbtb-software03-ctaGreenTitle{
    color: #70bd55;
}
.vbtb-software03-ctaSubTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    color: #1c1c1c;
    width: 600px;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.vbtb-software03-ctaButton {
    text-align: center;
}
.vbtb-software03-ctaButtonLink{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    height: 60px;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 0.04em;
    border: 0;
    cursor: pointer;
    background-color: #2f9a0a;
    padding: 17px 45px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}
.vbtb-software03-ctaButtonLink:hover{
    color: #ffffff;
    text-decoration: none;
}
/*===========================
	   END CTA SECTIOM
=============================*/


/*====================
	FOOTER SECTION
====================*/
.vboutTheme_software03-Footer01.vboutTheme_software03-Footer01_block{
    background-color: #1c1c1c;
    padding: 50px 0px 50px 0px;
}
.vbtb-software03-footerTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-top: 20px;
}
.vbtb-software03-footerGreenTitle{
    color: #70bd55;
}
/*=======================
	END FOOTER SECTION
=========================*/




@media only screen and (max-width: 1199px){
	.vbtb-software03-mapAddress{
        width: 81.3%;
    }
}

@media only screen and (max-width: 991px){
	.vbtb-software03-mapAddress{
        width: 75%;
    }
}

@media only screen and (max-width: 768px){
  
}

@media only screen and (max-width: 767px){
    .vbtb-software03-mapSection{
        margin-top: 25px;
    }
    .vbtb-software03-mapAddress{
        width: 83.4%;
    }
}

@media only screen and (max-width: 703px){
	
}

@media only screen and (max-width: 575px){
	.vbtb-software03-mapAddress {
        width: 84.3%;
    }
}

@media only screen and (max-width: 536px){
	.vbtb-software03-mapAddress {
        width: 83.2%;
    }
}

@media only screen and (max-width: 428px){
    .vbtb-software03-mapAddress {
        width: 78.2%;
    }
    .vbtb-software03-headerLogo{
        margin: 0 auto;
    }
    .vbtb-software03-headerButton-Link{
        margin: 0 auto;
    }
    .vbtb-software03-featureSection-2Icon{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 414px){
    .vbtb-software03-mapAddress {
        width: 78.2%;
    }
}

@media only screen and (max-width: 375px){
    .vbtb-software03-mapAddress {
        width: 76%;
    }
}

@media only screen and (max-width: 320px){
	.vbtb-software03-mapAddress{
        width: 72%;
    }
}</pre></body></html>