/*Resets*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*Resets End*/

/*Fonts*/

@font-face {
    font-family: 'WPBook';
    src: url('../fonts/WPBook.eot?#iefix') format('embedded-opentype'), url('../fonts/WPBook.otf') format('opentype'),
    url('../fonts/WPBook.woff') format('woff'), url('../fonts/WPBook.ttf') format('truetype'), url('../fonts/WPBook.svg#WPBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WPLight';
    src: url('../fonts/WPLight.eot?#iefix') format('embedded-opentype'), url('../fonts/WPLight.otf') format('opentype'),
    url('../fonts/WPLight.woff') format('woff'), url('../fonts/WPLight.ttf') format('truetype'), url('../fonts/WPLight.svg#WPLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WPBold';
    src: url('../fonts/WPBold.eot?#iefix') format('embedded-opentype'), url('../fonts/WPBold.otf') format('opentype'),
    url('../fonts/WPBold.woff') format('woff'), url('../fonts/WPBold.ttf') format('truetype'), url('../fonts/WPBold.svg#WPBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AVLight';
    src: url('../fonts/AVLight.eot?#iefix') format('embedded-opentype'), url('../fonts/AVLight.otf') format('opentype'),
    url('../fonts/AVLight.woff') format('woff'), url('../fonts/AVLight.ttf') format('truetype'), url('../fonts/AVLight.svg#AVLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AV';
    src: url('../fonts/AV.eot?#iefix') format('embedded-opentype'), url('../fonts/AV.otf') format('opentype'),
    url('../fonts/AV.woff') format('woff'), url('../fonts/AV.ttf') format('truetype'), url('../fonts/AV.svg#AV') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Fonts End*/

/*Generic*/
* {
    margin: 0px 0px 0px 24px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'AVLight';
    font-size: 16px;
    line-height: 1.9em;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a, a:focus, a:active, a:hover {
    text-decoration: none !important;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
a:focus{
    color:#FFF!important;
}

/*Generic End*/

/*navbar*/
.navbar-toggle{
    margin-top:30px;
}
.navbar-default .navbar-toggle {
    border-color: #78cd64;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #78cd64;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
/*Header*/
.topnav {
    height: 90px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    margin-bottom: 0;
    border-radius: 0px;
    position: fixed;
    width: 100%;
    z-index: 9999
}

.header {
    height: 90px;
    position: absolute;
    width: 100%;
    top: 0;
}

.topnav ul {
     margin-top: -25px; 
}

.topnav ul li {

}

.topnav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    color: #327d9e !important;
    padding: 10px 20px;
}

.topnav ul li a:hover {
    color: #78cd64 !important;
}

.topnav .active a {
    color: #78cd64 !important;
    background-color: none !important;
    border-radius: 3px;
    background: none !important;
    box-shadow: none !important;
    font-weight: 900;
    /*border: 1px solid #327d9e;*/
}

.searchbar {
    padding-top: 2px;
}

.searchbar a i {
    color: #78cd64;
}

.multiseparator {
    height: 6px;
    width: 100%;
    top: 90px;
    z-index: 999;
    position: absolute;
    background: rgba(37, 99, 134, 1);
    background: -moz-linear-gradient(left, rgba(37, 99, 134, 1) 0%, rgba(37, 99, 134, 1) 50%, rgba(131, 204, 91, 1) 50%, rgba(131, 204, 91, 1) 50%, rgba(130, 204, 91, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37, 99, 134, 1)), color-stop(50%, rgba(37, 99, 134, 1)), color-stop(50%, rgba(131, 204, 91, 1)), color-stop(50%, rgba(131, 204, 91, 1)), color-stop(100%, rgba(130, 204, 91, 1)));
    background: -webkit-linear-gradient(left, rgba(37, 99, 134, 1) 0%, rgba(37, 99, 134, 1) 50%, rgba(131, 204, 91, 1) 51%, rgba(131, 204, 91, 1) 50%, rgba(130, 204, 91, 1) 100%);
    background: -o-linear-gradient(left, rgba(37, 99, 134, 1) 0%, rgba(37, 99, 134, 1) 50%, rgba(131, 204, 91, 1) 50%, rgba(131, 204, 91, 1) 50%, rgba(130, 204, 91, 1) 100%);
    background: -ms-linear-gradient(left, rgba(37, 99, 134, 1) 0%, rgba(37, 99, 134, 1) 50%, rgba(131, 204, 91, 1) 50%, rgba(131, 204, 91, 1) 50%, rgba(130, 204, 91, 1) 100%);
    background: linear-gradient(to right, rgba(37, 99, 134, 1) 0%, rgba(37, 99, 134, 1) 50%, rgba(131, 204, 91, 1) 50%, rgba(131, 204, 91, 1) 50%, rgba(130, 204, 91, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#256386', endColorstr='#82cc5b', GradientType=1);
}

/*Banner*/

.fscroller{
    padding-top: 90px;
    margin-top: -90px;
}
.scrolldownarrow i{
    color:#FFF;
    font-size:50px;
}

.scrollaligner{
    position: absolute;
    bottom: 30px;
    left: 50%;
    right: 50%;
}

.mainbanner {
    background: url(../images/banner.jpg);
    text-align: center;
    height: 100%;
    min-height: 100%;
    background-attachment: scroll !important;
    background-size: cover !important;
    display: table;
    width: 100%;
    background-position: 0 90px!important;
    background-repeat: no-repeat;
    position: relative;
}

.bannercontent{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    width:100%;
}
.tagline {
    color: #FFF;
    font-size: 60px;
    font-family: 'WPLight';
    margin-top: 50px;
}

.subtagline {
    font-size: 30px;
    margin: 20px 10%;
    color: #FFF;
    line-height: 40px;
}

.btngreen {
    background: #78cd64;
}

.btn1 {
    padding: 12px 45px;
    border-radius: 5px;
    color: #FFF;
    font-family: 'AV';
    font-size: 21px;
    display: inline-block;
}

.btngreen:hover {
    color: #f5f5f5;
    background:#5cb347;
}

.btn2 {
    padding: 12px 20px;
    border-radius: 5px;
    color: #FFF;
    font-family: 'AV';
    font-size: 21px;
    margin-left: 7px;
    border: 1px solid #FFF;
    display: inline-block;
}

.btn2:hover {
    background: rgba(0, 0, 0, 0.36);
    color: #ffffff;
}

/*Feature Slider*/
.featureslider {
    text-align: center;
    padding: 100px 0;
}

.primaryheading {
    font-size: 56px;
    font-family: 'WPLight';
    color: #000;
}

.featurerow {
    margin-top: 100px;
}

.fslides .owl-item img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.featureimg img {
    margin: 0 auto;
}

.featuredetail {
    text-align: left;
    padding-right: 80px;
    padding-top: 15px;
}

.featuredetail h2 {
    text-align: left;
    font-family: "WPBook";
    font-size: 36px;
}

.featuredetail p {
    text-align: justify;
    font-family: "AVLight";
    font-size: 19px;
    color: #939191;
    line-height: 35px;
    margin: 15px 0;
}

.btn3 {
    padding: 8px 30px;
    border-radius: 5px;
    color: #FFF;
    font-family: 'AV';
    font-size: 18px;
    display: inline-block;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.btnblue {
    background: #327d9e;
}

.btnblue:hover {
    color: #f5f5f5;
    background: #246b8a;
}

/*edexrow*/
.edexrow {
    background: url("../images/edexbg.jpg");
    background-attachment: fixed;
    background-size: cover;
    padding: 80px 0;
}

.edexrow h1 {
    font-family: "WPBold";
    font-size: 66px;
    color: #FFF;
}

.edexrow h2 {

    font-family: "AV";
    color: #FFF;
    font-size: 22px;
    line-height: 36px;
    font-style: italic;
}

.edexrow p {

    font-family: "AVLight";
    font-size: 19px;
    line-height: 30px;
    color: #FFF;
    margin: 20px 0;
}

.edexright {
    text-align: right;
}

.edexright img {
    margin-top: 40px;
}

/*jetfiling*/

.jetfilingrow {

}

.jfleft {
    background: url("../images/jfleft.jpg");
    background-size: cover;
    padding: 130px 50px;
    text-align: center;
    padding-right: 70px;
    height: 500px;
}

.jfleft h2 {
    font-size: 26px;
    font-family: "AVLight";
    line-height: 35px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-style: italic;
    color: #FFF;
    margin-bottom: 50px;

}

.jfright {
    background: url("../images/jfright.jpg");
    background-size: cover;
    padding: 100px 70px;
    height: 500px;
}

.jfright h1 {
    font-family: "WPBold";
    font-size: 66px;
    color: #FFF;
}

.jfright p {
    font-family: "AVLight";
    font-size: 19px;
    line-height: 30px;
    color: #FFF;
    margin: 20px 0;
}

/*Why DWC Love*/

.whydwcrow {

    text-align: center;

    padding: 100px 0;
}

.dwcicons {

    margin-top: 100px;
}

.dwcicons img {

}

.dwcicons h2 {

    font-family: "AVLight";

    font-size: 32px;

    margin: 25px 0 10px 0;
}

.dwcicons p {

    font-family: "AVLight";

    font-size: 17px;

    color: #939191;
}

/*Testimonials*/

.testimonialrow {
    padding: 100px 0;
    background: #f5f5f5;
    text-align: center;
}

.testiwords {

    font-family: "AVLight";

    font-size: 22px;

    width: 80%;

    margin: 0 auto;

    margin-top: 40px;

    line-height: 40px;
}

.testiwords::after {
    content: url(../images/quote.png);
    position: absolute;
    width: 100px;
}

.testiauthor {

    font-family: "AV";

    font-size: 28px;

    color: #000;

    margin: 20px 0;
}

/*clients*/
.clientrow {
    padding: 100px 0;
    text-align: center;
}

.clientslides {
    margin-top: 70px;
}

.clientslides .owl-controls {
    display: none;
}

/*footer*/
.footer {
    background: url(../images/footerbg.jpg);
    padding: 100px 0 0 0;
    background-size: cover;
    color: #FFF;
    text-align: left;
}

.footer h1 {

    font-family: "WPBook";

    font-size: 30px;

    margin-bottom: 30px;
}

.quicklinks a {

    font-family: 'Montserrat', sans-serif;

    text-transform: uppercase;

    font-size: 14px;
}

.tel span, .email span {
    vertical-align: top;
    padding: 7px 10px;
    display: inline-block;
    font-size: 17px;
    font-family: "AV";
}
.tel{
    margin-bottom: 10px;
}
.address{
    font-size: 15px;
    font-family: "AV";
    margin-top: 18px;
}
.officehours {
    font-size: 18px;
    font-family: "AV";
}
.socialize{
    font-size: 15px;
    font-family: "AV";
}

.socialize img {
    /*padding-right: 20px;*/
}
.socialize  span{
    vertical-align: top;
    padding: 7px 10px;
    display: inline-block;
    font-size: 17px;
    font-family: "AV";
}

.copyrightrow {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    margin-top: 50px;
    font-size: 18px;
    font-family: "AV";
}

.bottomlogo{
    margin-top: 25px;
    width: 80%;
    max-width:237px;
}

.copytext {
    /*margin-top: 15px;*/
}

/*back to top button*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(50, 125, 158, 0.71);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 17px;
    top: 9px;
    font-size: 28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background:rgba(50, 125, 158, 0.9)
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/*-------------------ABOUTUSPAGE--------- */

.innerbanner{
    height: 310px;
    background-size: cover;
    background-position: center;
    display: table;
    margin-top: 90px;
    width: 100%;
}
.innerbanner h1{
    text-align: center;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    font-size: 60px;
    font-family: 'WPLight';
}

/*-------------------SUPPORT--------- */
.supportbanner{
    background: url(../images/support.jpg);
    background-size: cover;
    background-position: center center;
}
.brd-r{
    border-left: 1px solid #dedede;
}
.supportcenter , .supportcenter h2 ,.supportcenter p{
    text-align:center!important;
}
.supportcenter{
    margin-top:50px;
    padding-right:0;
}
.supporticons img{
    max-width: 100%;
}
.supportcenter p{
    width: 70%;
    margin: 15px auto;
}
.callbtn{
    padding:8px 70px!important;
}

/*-------------------CONTACT--------- */
.contactbanner{
    background: url(../images/contact.jpg);
    background-size: cover;
    background-position: center center;
}
.customform input ,.customform textarea{
    width: 80%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #dedede;
    margin: 6px 0;
}
.contactheading{
    text-align: left;
    width: 80%;
    margin: 0 auto 10px auto;
    font-family: "AVLight";
    font-size: 20px;
}
.submitbtn{
    background: #327d9e;
    color: #FFF;
    font-family: "AV";
    border: 1px solid #327d9e;
}
.contactdetail{
    text-align:left;
    padding: 60px 60px;
}
.contactdetail h1{
    font-family: "AV";
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}
.contactdetail p{
    color: #6f6d6d;
    margin-bottom: 50px;
}
.locateheading{
    text-align: center;
    margin:0 0 100px 0;
}

/*-------------------DEMO--------- */

.demobanner{
    background: url(../images/demo.jpg);
    background-size: cover;
    background-position: center center;
}

/*-------------------PRICING--------- */

.pricingbanner{
    background: url(../images/pricing.jpg);
    background-size: cover;
    background-position: center center;
}

.pricing{
    margin-top: 100px;
}
.pricing .toppart{
    background: #eeeeee;
    height: 130px;
    border: 1px solid #eeeeee;
    border-radius: 5px 5px 0 0;
}
.price{
    border-radius: 100%;
    border: 5px solid white;
    width: 125px;
    height: 125px;
    margin: 0 auto;
    position: relative;
    margin-top: -55px;
    display: inline-block;
    background: rgba(130,205,193,1);
    background: -moz-linear-gradient(top, rgba(130,205,193,1) 0%, rgba(130,205,193,1) 13%, rgba(84,132,195,1) 96%, rgba(84,132,195,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,205,193,1)), color-stop(13%, rgba(130,205,193,1)), color-stop(96%, rgba(84,132,195,1)), color-stop(100%, rgba(84,132,195,1)));
    background: -webkit-linear-gradient(top, rgba(130,205,193,1) 0%, rgba(130,205,193,1) 13%, rgba(84,132,195,1) 96%, rgba(84,132,195,1) 100%);
    background: -o-linear-gradient(top, rgba(130,205,193,1) 0%, rgba(130,205,193,1) 13%, rgba(84,132,195,1) 96%, rgba(84,132,195,1) 100%);
    background: -ms-linear-gradient(top, rgba(130,205,193,1) 0%, rgba(130,205,193,1) 13%, rgba(84,132,195,1) 96%, rgba(84,132,195,1) 100%);
    background: linear-gradient(to bottom, rgba(130,205,193,1) 0%, rgba(130,205,193,1) 13%, rgba(84,132,195,1) 96%, rgba(84,132,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cdc1', endColorstr='#5484c3', GradientType=0 );
}
.price span{
    margin-top: 45px;
    display: block;
    font-family: "WPBold";
    color: #FFF;
    font-size: 28px;
}
.price i{
    color: #FFF;
    font-family: "av";
    font-size: 14px;
}
.priceplan{
    font-family: "WPBold";
    margin-top: 14px;
    font-size: 22px;
}

.bottompart{
    background: white;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-top: -1px;
    text-transform: uppercase;
    padding: 20px 0px 10px 0px;
}
.bottompart ul li{
    padding: 12px 10px;
    font-size: 14px;
    font-family: "WPBold";
    color: #5d5d5d;
    line-height: 25px;
}
.bottompart ul li span{
    font-family:"WPBold";
    color:#327d9e;
}
.toppartsilver{
    border-radius: 5px 5px 0 0;
    height: 130px;
    border: 1px solid #eeeeee;
    background: rgba(130,205,193,1);
    background: -moz-linear-gradient(top, rgba(130,205,193,1) 0%, rgba(130,205,193,1) 13%, rgba(84,132,195,1) 96%, rgba(84,132,195,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,205,193,1)), color-stop(13%, rgba(130,205,193,1)), color-stop(96%, rgba(84,132,195,1)), color-stop(100%, rgba(84,132,195,1)));
    background: -webkit-linear-gradient(top, rgba(130,205,193,1) 0%, rgba(130,205,193,1) 13%, rgba(84,132,195,1) 96%, rgba(84,132,195,1) 100%);
    background: -o-linear-gradient(top, rgba(130,205,193,1) 0%, rgba(130,205,193,1) 13%, rgba(84,132,195,1) 96%, rgba(84,132,195,1) 100%);
    background: -ms-linear-gradient(top, rgba(130,205,193,1) 0%, rgba(130,205,193,1) 13%, rgba(84,132,195,1) 96%, rgba(84,132,195,1) 100%);
    background: linear-gradient(to bottom, rgba(130,205,193,1) 0%, rgba(130,205,193,1) 13%, rgba(84,132,195,1) 96%, rgba(84,132,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cdc1', endColorstr='#5484c3', GradientType=0 );
}
.silver{
    background: #222534!important;
}
.silver ul li{
    color: #eaeaea!important;
}
.silver ul li span{
    color:#78cd64!important;
}


/*-------------------PRODUCTS--------- */

.productbanner{
    background: url(../images/product.jpg);
    background-size: cover;
    background-position: center center;
}
.productrow {
    background: url("../images/productbg.jpg");
    background-attachment: fixed;
    background-size: cover;
    padding: 80px 0;
}

.productrow h1 {
    font-family: "WPBold";
    font-size: 66px;
    color: #fff;
}

.productrow h2 {

    font-family: "AV";

    color: #fff;

    font-size: 22px;

    line-height: 36px;

    font-style: italic;
}

.productrow p {

    font-family: "AVLight";

    font-size: 19px;

    line-height: 30px;

    color: #fff;

    margin: 20px 0;
}

.productright {
    text-align: right;
}

.productright img {
    margin-top: 40px;
    max-width: 100%;
}

.howitworks{
    padding: 100px 0;
    text-align: center;
}
.productrow .btn3{
    box-shadow:none!important;
}
.benefits{
    padding:80px 0 0 0;
    text-align: center;
}
.benefits h1{
    font-family: "WPLight";
    color: #000;
    font-size: 60px;

}
.howitimg{
    max-width: 100%;
}
.nobg{
    text-align:right;
    background:url("../images/edexbg.jpg")!important;

}
.benefitsicons h2{
    font-family: "montserrat";
    margin-top: 20px;
    vertical-align: middle;
    margin-left: 15px;
    font-weight: 300;
    font-size: 25px;
    color: #717171;
    width: 80%;
    margin: 0 auto;
}
.imgsizer{
    width:120px;
}

.bi_row{
    padding: 30px 0;
}
.benefitsicons{
    margin-top:80px;
}
.readytoupgrade {
    padding: 0 0 50px 0;
    text-align: center;
}
.readytoupgrade h1{
    font-size: 34px;
    margin-bottom: 15px;
    font-family: "AV";
}
.readytoupgrade p , .freedemo p{
    /*width: 70%;*/
    margin: 0 auto;
}
.gtbtn{
    margin-top:50px;
}


span.help-inline-error{
    display: block;
    color: red;
}
input.help-inline-error ,textarea.help-inline-error{
    border:1px solid red;
    outline: none;
}

/*-------------------SIGN IN, SIGN UP--------- */

.login{
    text-align: center;
    height: 100%;
    background: #f5f5f5;
    height: 100vh;

}
.loginbox{
    width:100%;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #dedede;
    padding: 40px 40px;
    border-radius: 3px;
    background: #FFF;
}
.loginlogo{
    margin-top: 100px;
    margin-bottom: 40px;
}
.loginform input{
}
.loginbox h1{
    text-align: left;
    width: 100%;
    margin: 0 auto 10px auto;
    font-family: "AVLight";
    font-size: 20px;
}
.loginbox p{
    margin-top:20px;
}
.slink{
    color: #327d9e;
    font-family: "av";
}
.signinbtn{
    border-radius: 3px;
    border: 1px solid #78cd64;
    margin: 0 10px;
}
.signupbtn{
    border-radius: 3px;
    border: 1px solid #327d9e;
}
.topnav ul li a.signinbtn{
    color:#78cd64!important;
}
.topnav ul li a.signinbtn:hover{
    color:#fff!important;
    background-color: #78cd64;
}
.topnav ul li a.signupbtn:hover{
    color:#fff!important;
    background-color: #327d9e;
}