body {
	background-color: #272727;
	position: relative;
	color: #fff;
	font-family: 'Circular Std Book';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: .1px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;


}
.line-ng {
	position: relative;
    background-color: #1a1a65;
}

.line-ng:before {
	content: '';
	background-image: url(../images/lines_bg.svg);
	background-repeat: no-repeat;
	background-position:top center;
	opacity: .6;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

header.mainheader {
	padding: 32px 10px 10px;
}

header.mainheader .navbar-collapse {
    flex-grow: initial;
}

/*.navbar ul li {
	letter-spacing: .1;
}

.navbar ul li a {
	color: #fff;
}*/

container-fluid{
    position: relative;
}

.navbar-main{
    width: 70%;
    float: right;
    text-align: right;
}

.menu {
  float:right;
  display:inline-block;
  text-align:right;
  margin: 0;
  padding: 0;
  list-style: none;
  }

  .menu li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
  }

  .menu a{
    color: #fff;
  }

  .menu a:hover{
    text-decoration: none;
    opacity: 0.7;
  }

section {
	padding: 50px 0;
}

.banner-wrapper{
    padding: 40px 0 0 100px;
    position: relative;
}

.banner-wrapper .row{
    margin-right: 0;
}

.banner-wrapper .col-md-7{
    padding-right: 0;
}

.banner-wrapper .text-holder{
    max-width: 500px;
}

.banner-wrapper .container{
    max-width: 100%;
    padding: 0;
}

.banner-wrapper .download-now{
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 99;
}

.banner-wrapper .download-now:hover{opacity: 0.7;}

.banner-wrapper h2 {
	font-size: 48px;
	line-height: 53px;
	letter-spacing: .4px;
	margin-bottom: 20px;
}

.banner-wrapper .description-text{
    max-width: 430px;
}

.banner-wrapper .col-md-5{
    padding: 120px 0 30px;
}

.banner-wrapper .click-link{
    font-size: 22px;
    font-weight: 500;
    color: #00fffb;
}

.banner-wrapper .click-link:hover{
    text-decoration: none;
    opacity: 0.7;
}

.downloadSrcs, .sociallist {
	list-style: none;
	margin: 0;
	padding: 0;
    overflow: hidden;
}

.downloadSrcs li, .sociallist li {
	display: inline-block;
	margin: 0px 10px;
}

.downloadSrcs li {
	margin: 0px 20px 20px;
}

.mainfooter {
	background-color: #272727;
	padding: 50px;
}

.mainfooter .footer-logo{
	max-width: 125px;
	height: auto;
}

.mainfooter .row {
    align-items: flex-end;
}

.downloadttl {
  font-size: 31px;
  line-height: 1.28;
  letter-spacing: 0.4px;
  text-align: center;
  color: #22216d;
  margin-bottom: 80px;
}

.aqua-section{
    padding: 118px 0 50px;
}

.add-node,
.aqua-section{
    background: #00fffb;
    color: #000;
    font-size: 15px;
}

.add-node h3,
.aqua-section h3{
    font-size: 30px;
    color: #252574;
}

.add-node .text-holder,
.aqua-section .text-holder{
    max-width: 596px;
    margin: 0 auto;
}

.aqua-section .images{
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.aqua-section .images .mw-300{
    max-width: 300px;
    width: 100%;
}

.add-node{
    background-color: #fff;
    background-image: url(../images/background-add-node.png);
    padding: 170px 20px 100px;
    color: #3d3d3d;
}

.add-node .text-holder{
    margin: 0 auto 100px;
}

.add-node .features-block,
.add-node .text-holder{
    max-width: 800px;
}

.add-node .features-block{
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}

.add-node .features-block .col-md-4{
    margin: 0 0 60px;
}

.add-node .features-block img{
    max-width: 128px;
    height: auto;
    margin: 0 0 30px;
}

.tag-feature{
    background: #252574;
    color: #47cfde;
    font-size: 18px;
    padding: 100px 15px;
}

.tag-feature h3{
    font-size: 15px;
    color: #fff;
    margin: 0 0 25px;
}

.tag-feature h3 img{
    width: 40px;
    margin-right: 10px;
}

.tag-feature .text-holder{
    max-width: 320px;
}

.tag-feature h2{
    color: #fff;
    font-size: 36px;
    margin: 0 0 20px;
}

.download-links{
    background: #fff;
    padding: 150px 15px 140px;
}

.download-links .icon-holder{
    margin: 0 0 70px;
}

.download-links .icon-holder img{
    max-width: 176px;
}

.build-node h3{
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.4px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 150px;
}

@media (max-width: 1200px){
    .banner-wrapper .col-md-5{
        padding: 0 0 40px;
    }

    .banner-wrapper h2 {
        font-size: 38px;
        line-height: 43px;
    }
}

@media (max-width: 768px){
    
    .banner-wrapper{
        padding: 0;
    }

    .banner-wrapper .col-md-5{
        padding: 40px;
    }

    .navbar-brand{
        width: 115px;
    }
    .navbar-main{
        width: 100%;
    }
    .menu {
         text-align:right;
         width:100%;
         background: rgba(26,26,100, 0.4);
 }
    .menu li{
         display:none;
         width:100%;
         padding:0;
         margin:0;
    }
    .menu li:hover{
        background: rgb(26,26,100);
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .menu a{
        display:table;
        width:100%;
        color:white;
        text-decoration:none;
        font-size:20px;
        padding:9px 0;
        overflow:hidden;
        border-bottom:thin solid #202168;
        opacity: 1;
    }
    .burger{
        width: 35px;
        height: 35px;
        display: block;
        background: transparent;
        position: absolute;
        top: 5px;
        right: 0;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .burger i{
        display: block;
        width: 32px;
        height: 2px;
        background: white;
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .burger i:before,
    .burger i:after{
        content: '';
        position: absolute;
        height: 2px;
        background: white;
        width: 32px;
        top: 50%;
        left: 0;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .burger i:before{
        margin-top: -12px;
    }
    .burger i:after{
        margin-top: 12px;
    }
    .burger.active i{background: transparent;}
    .burger.active i:before {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 12px;
    }
    .burger.active i:after {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -12px;
    }
    .banner{
        padding: 0;
    }
    .banner-wrapper .download-now{
        width: 50px;
    }
    .downloadttl,
    .build-node h3,
    .banner h2{
        font-size: 31px;
        line-height: 35px;
    }
    .banner p{
        font-size: 14px;
        line-height: 1.5;
    }
    .build-node h3{
        margin-bottom: 70px;
    }

    .aqua-section{
        padding: 50px 0 10px;
    }

    .aqua-section .images .col-md-4{
        margin: 0 0 20px;
    }

    .aqua-section .images .mw-300{
        max-width: 200px;
    }

    .add-node{
        padding: 50px 15px 0;
    }

    .tag-feature{
        padding: 50px 15px 30px;
    }

    .tag-feature h2{
        font-size: 28px;
    }

    .tag-feature .col-md-7{
        margin: 0 0 40px;
    }

    .download-links{
        padding: 50px 15px;
    }

    .download-links .icon-holder img{
        max-width: 125px;
    }

    .download-links .icon-holder {
        margin: 0 0 45px;
    }

    .full-screens {
        padding-top: 80px;
    }
    .downloadSrcs li {
        margin: 0px 20px 20px;
    }
    .downloadlinks {
        padding-bottom: 90px;
    }
    .mainfooter{
        padding: 50px 20px 0;
    }
    .mainfooter .col-md-6{
        margin: 0 0 50px;
    }
    .main-wrap .nav-tabs .nav-link{
        font-size: 14px;
    }
    .main-wrap .ac-tab{
        margin: 0 0 65px;
    }

}



/*Support Page*/

.main-wrap{
    background: white;
    color: #142637;
    padding: 35px 0;
}

.main-wrap hr{
    margin: 0;
}

.main-wrap .container{
    max-width: 1155px;
}

.main-wrap ul.list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-wrap ul.list li {
    background: url(../images/uncheck.png) no-repeat left 3px;
    min-height: 16px;
    margin-bottom: 10px;
    padding-left: 25px;
}


.main-wrap ul.list li.check {
    background: url(../images/check.png) no-repeat left 3px;
}

.main-wrap .highlight {
    padding: 10px 30px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.main-wrap a{
    color: #25258c;
}

.main-wrap a:hover{
    text-decoration: none;
    opacity: 0.7;
}

.main-wrap .support-title{
    margin: 0 0 40px;
}

.main-wrap h3, .main-wrap h4{
    font-size: 19px;
    line-height: 23px;
    margin: 20px 0;
    font-weight: bold;
}

.main-wrap h4{
    font-size: 15px;
    line-height: 20px;
}

.main-wrap p{
    font-size: 14px;
    line-height: 20px;
}

.main-wrap .contact .avtr {
    display: block;
    width: 103px;
    float: left;
    margin-right: 15px;
}

.main-wrap .contact h3{
    margin: 0 0 3px;
}

.main-wrap .contact form {
    padding: 0 20px 20px 20px;
    border: solid 1px #d6d6d6;
    margin-top: 20px;
}

.main-wrap .contact form h3 {
    border-bottom: solid 1px #d6d6d6;
    margin: 0 -20px 20px -20px;
    padding: 10px 20px 10px 20px;
    color: #25258c;
    position: relative;
}

.main-wrap .contact .btn {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    background-color: #25258c;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
}






/*@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 1rem;
	    padding-left: 1rem;
	}
}*/
