h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,sans-serif;
    margin: 0;
}

a {
    color: #111111;
    text-decoration: none;
}

img{
    max-width: 100%;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.tab {
    vertical-align: bottom !important;
}

.tat {
    vertical-align: top !important;
}

.fleft{
    float: left;
}

.fright{
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
    font-size: 0;
    line-height: 0;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.bRelative{
    position:relative;
}


a{
    text-decoration: none;
}

body{
    margin: 0;
    font-size: 16px;
}

.cwidth{
    margin: 0 auto;
    max-width: 992px;
    position: relative;
}


.header1{
    background-image: linear-gradient(136deg, #f9f6ff 0%, #fffffe 49%, #f6f4ff 99%);
}

header .logo{
    float: left;
    margin: 30px 20px 30px 0;
    padding-right: 20px;
}

header .logo h1{
    font-size: 1em;
}

header .menu{
    float: left;
    margin: 30px 0 30px 0;
}

header .menu li{
    float: left;
    list-style: none;
    margin: 0 30px 0 0;
}

header .menu a{
    color: rgba(117,117,117,0.8);
    font-weight: 500;
}

header .menu a:hover{
    font-weight: 600;
}

header .landing{
    padding: 100px 0;
}

header .landing .banner{
    float: right;
    max-width: 46%;
    margin-left: auto;
}



header .landing .home{
    width: 44%;
}


header .landing .home h2{
    font-weight: 100;
    font-size: 2.57813rem;
    color: #323d47;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    font-family: Barlow,sans-serif;
    line-height: 1.5;
    box-sizing: border-box;
}

header .landing .home p{
    font-size: 1.125rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
    font-weight: 300;
    line-height: 1.9;
    color: #757575;
    text-align: left;
}

header .landing .home a{
    cursor: pointer;
    border-radius: 10rem;
    padding: 7px 32px 6px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    outline: none;
    transition: 0.15s linear;
    line-height: 2.2;
    color: #fff;
    background-color: #926dde;
    border-color: #926dde;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
}




.header2{
    background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
}

.header2 h1{
    color: #fff;
}

.header2 section{
    padding-bottom: 1.5rem;
}

.header2 h2{
    color: #fff;
    font-weight: 400;
    font-size: 1.75781rem;
    margin-bottom: 0.5rem;
    font-family: Barlow,sans-serif;
    line-height: 1.5;
}

.header2 .menu a{
    color: rgba(255,255,255,0.65);
}

.tools{
    padding: 100px 0;
}

.tools h3{
    font-weight: 400;
    color: #323d47;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
    font-family: Barlow,sans-serif;
    line-height: 1.5;
    margin-top: 0;
    text-align: center;
    font-size: 1.5em;
}

.tools p{
    font-size: 1.125rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 5rem;
    text-align: center;
    line-height: 1.9;
    color: #757575;
}



.tools .item{
    float: left;
    margin: 0 0px 0 0;
    width: 330px;
}

.tools .item h4{
    font-weight: 500;
    color: #323d47;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    font-family: Barlow,sans-serif;
    line-height: 1.5;
    margin-top: 0;
    text-align: left;
}


.tools .item ul{
    margin: 0;
}


.tools .item ul li{
    margin: 0;
    list-style: circle;
}


.tools .item ul li a{
    color: #757575;
    transition: .2s linear;
    text-decoration: none;
    background-color: transparent;
    line-height: 1.9;
    font-weight: 300;
}



.service{
    background-color: #fafbfb;
    padding: 100px 0;
}


.service h3{
    font-weight: 400;
    color: #323d47;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
    font-family: Barlow,sans-serif;
    line-height: 1.5;
    margin-top: 0;
    text-align: center;
    font-size: 1.5em;
}

.service p{
    font-size: 1.125rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 5rem;
    text-align: center;
    line-height: 1.9;
    color: #757575;
}


.service ul{
    margin: 0;
    padding: 0;
}

.service ul li{
    list-style: none;
    margin: 0;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: "Open Sans",sans-serif;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 1.9;
    color: #757575;
    width: 180px;
    margin: 18px;
    text-align: center;
    border:1px solid #eee;
}


.service ul li img{
    width: 86px;
    height: 86px;
    display: block;
    margin: 10px auto;
}

.singlePage{
    padding: 5rem 0;
}

.singlePage .item{
    margin-bottom: 20px;
}

.singlePage h3{
    font-weight: 400;
    color: #323d47;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
    font-family: Barlow,sans-serif;
    line-height: 1.5;
    margin-top: 0;
    font-size: 1.5em;
}

.singlePage p{
    font-size: 1.125rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 5rem;
    line-height: 1.9;
    color: #757575;
}


footer{
    background-color: #fcfdfe;
    font-size: 0.9375rem;
    border-top: 1px solid rgba(241,242,243,0.5);
    padding: 1.25rem 0;
    position: relative;
    z-index: 910;
}

footer .menu{
    float: left;
}

footer .menu ul{
    margin: 0;
    padding: 0;
}

footer .menu ul li{
    float: left;
    list-style: none;
    margin-right: 20px;
}

footer .copyright{
    float: right;
}