/***** DEFAULT PRIMARY STYLES *****/
body {
    font-size:16px;
    background:#f7f7fc;
    /* font-family: "Inter",sans-serif; */
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}
h1,.h1 {
    font-size:46px;
    font-weight: 600;
	padding-top: 96px;
    margin: 0;
	text-align: center;
}
h2,.h2 {
    font-size:30px;
    font-weight:normal;
}
h3,.h3 {
    font-size:24px;
    font-weight:normal;
}
h4,.h4 {
    font-size:18px;
    font-weight:normal;
}
h5,.h5 {
    font-size:16px;
    font-weight:normal;
}
h6,.h6 {
    font-size:14px;
    font-weight:normal;
}
p {
    line-height:1.75em;
    margin:0 0 1em 0;
}
a,a:visited {

    text-decoration: none;

}
a {
    color: #49ba6f;
}
a:hover {
    color: #115c2a;
}
ul, ol {
    margin-left:2em;
}
/***** Alignment CSS ****/
.text-center{text-align:center;}

/***** HEADER AREA *****/
header {
    position: fixed;
    width: 100%;
	z-index: 10;
	top: 0;
	box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0,0,0,0.1);
	background: #7379f4;
}
header .nav{
	display:flex;
	align-items: center;
	height: 80px;
	justify-content: space-between;
}
header .nav > div{
	flex: 0 0 50%;
}
.main-menu {
    float: right;
    display: inline;
    position: relative;
    top: 6px;
	margin:0;
	padding: 0;
}
.main-menu li {
    display: inline;
	list-style:none;
}
.main-menu li a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 15px 10px;
    position: relative;
}
/* .navigation{
	display: flex;
    justify-content: flex-end;}
.navigation li{list-style:none;float:left;margin-left:20px;}
.navigation li a{color:#fff;}
.navigation li a:hover{color:#acff0b;}
.navigation nav {
    width: 70%;
    float: right;
    padding: 2% 2.5% 0% 2.5%;
} */
#mobnav-btn {
    display:none;
	width: 48px;
    text-align: right;
    font-size: 24px;
    flex: none;
    float: right;
}
.brand-logo {
    color: #fff;
    padding: 20px;
    font-size: 30px;
    position: relative;
    font-weight: 400;
    display: inline-block;
    font-family: "Inter",sans-serif;
	cursor: pointer;
}
.brand-logo span{
	font-size: 40px;
    color: #acff0b;
    font-weight: 800;
}
.brand-logo .cv2{
	width: 30px;
    bottom: -18px;
    left: 143px;
    z-index: 0;
}

.curve-shape{height: 568px;color:#fff;}
.curve-shape h3{margin-top:10px;}
.bg-gradient {
    background: #766df4 !important;
    background: linear-gradient(to right, #766df4 0%, #766df4 30%, #6a9bf4 100%) !important;
}

.cs-shape-curve {
    padding-bottom: 6.2%;
}
.cs-shape svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
}
svg {
    max-width: 100%;
}
.cs-shape-bottom {
    bottom: 0;
    margin-bottom: -1px;
}
.cs-shape {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}
.cs-shape.bg-body {
    color: #f7f7fc !important;
}
.position-relative {
    position: relative !important;
}

.home-graphics{
	position: relative;
    margin: -327px auto 0 auto;
    width: 54vh;
    text-align: center;
    left: 0;
    z-index: 5;
    right: 0;
}
.home-graphics img{width:100%;}
.home-graphics .circle{
	width: 100%;
    position: absolute;
    height: 138px;
    z-index: -1;
    bottom: 0;
    border-radius: 100%;
    display: block;
    background: #edecec;
}
.cv1{
	transform: rotate(10deg);
    background: url(../images/cv-icon2.png) no-repeat;
    width: 80px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    background-size: contain;
    z-index: 8;
    bottom: 1px;
    left: 25%;
}
.cv2{
	transform: rotate(-30deg);
    background: url(../images/cv-icon2.png) no-repeat;
    width: 80px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    background-size: contain;
    z-index: 8;
    bottom: 37%;
    right: 19%;
}
.search{
	transform: rotate(116deg);
    background: url(../images/search-icon.png) no-repeat;
    width: 80px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    background-size: contain;
    z-index: 8;
    bottom: 37%;
    left: 25%;
}
.signup .cv1, .signup .search, .signup .cv2{display: block;}
.signup .cv1{
	top: 246px;
	bottom:none;
	left: 19%;
}
.signup .search{
	left: 48%;
}
.section2{
	background-color: #f7f7fc;
	margin-top: 50px;
    min-height: 400px;
}
.section2 h1{
	padding: 55px 0;
}
.cards {display:flex;flex-wrap:wrap;}
.card {
	flex:1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
	margin: 10px;
	padding: 1.5rem;
	min-width: 150px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.085);
    border-radius: 1rem;
	text-align:center;
}
.card i{font-size:55px;color:#acff0b;}
.box-shadow {
    box-shadow: 0 0 0.625rem -0.1875rem rgba(0,0,0,0.13);
}
.container{
	max-width:1024px;
	margin: 0 auto;
}
.section3{
	background:#37384e !important;
	padding: 50px 0;
	color:#fff;
	min-height:500px;
	background: linear-gradient(to right, #2a2b3e 0%, #515269 27%, #2a2b3e 100%) !important;
}
.job-image{
	background: url(../images/jobs-image.jpg) no-repeat right;
    background-size: cover;
    display: block;
    border-radius: 100%;
	border: solid 10px #fff;
    width: 30vw;
    height: 30vw;
	position: absolute;
    z-index: 2;
}
.job-circle{
	border-radius: 100%;
    width: 30vw;
    position: absolute;
    top: -15px;
    z-index: 0;
    left: 7px;
    height: 30vw;
    border: solid 3px #595b71;
}

.two-column{display:flex;flex-wrap:wrap;}
.two-column > div{flex:1;}
.box-xs{margin-top:20px;display:flex;}
.box__left{padding-right:15px;font-size:45px;color:#acff0b;}
.box__body{font-size:25px;}
.points{padding: 0 15px;}

.sign-up{
	padding:50px 0;
	margin-top:-245px;
	position: relative;
}
.call_btn{
	background: #acff0b;
    padding: 15px 20px;
    border-radius: 10px;    
	color: #000;
	border:none;
}
.call_btn:hover{background: #fff;}
.sign-up .call_btn:hover{background: #7379f4;color:#fff;cursor:pointer;}


footer{
	background:#2a2b3e;
	color:#fff;
	height:80px;
	text-align:right;
	display: flex;
    justify-content: center;
	align-items:center;
}


/** Responsive Classes **/
@media (min-width: 1024px) and (max-width: 1366px) {
  
  .home-graphics{
	width: 33vh;
	}  
}
@media (min-width: 769px) and (max-width: 1024px){
	.home-graphics{
	width: 33vh;
	} 
}
@media (max-width:955px) {
	/***** MOBILE BUTTON *****/
    #mobnav-btn {
        position: fixed;
        right: 15px;
        opacity: 1;
        color: #fff;
        display: block;
        cursor: pointer;
        font-size: 30px;
        z-index: 999999999999;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-border-radius: 3px;
        border-raius: 3px;
    }
    .mobile-menu #mobnav-btn .mobnav-btn-label {
        display: inline-block;
    }
    .mobile-menu-open #mobnav-btn {
        color: #232128;
    }
    .mobile-menu-open {
        left: 50%;
        overflow: hidden;
    }
    .mobile-menu-open #mobnav-btn i {
        background: none;
        color:#000; 
        line-height:1;
        margin:0;
    }
    .mobile-menu-open #mobnav-btn span.middle {
        background-color: white;
    }
    #xnav {
        position: fixed;
        background-color: #f7f7fc;
        width: 100%;
        top: 8%;
		opacity:0;
        z-index: 99999999999999999;
        zoom: 1;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .mobile-menu-open #xnav {
        z-index: 9999999999999;
        zoom: 1;
        top: 80px;
		opacity: 1;
    }
    .xnav-wrapper {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        height: 100%;
    }

    .main-menu {
        float: left;
        width: 100%;
        position: relative;
        top: 0px;
    }

    .main-menu{
        margin-left: 0em;
        padding-left: 0em;
    }

    .main-menu li {
        display: block;
        float: none;
        margin: 0px!important;
        background: none!important;
        width: 100%;
    }
    .main-menu a, .main-menu .first a {
        background-color: #f7f7fc;
        color: #000!important;
        margin-left: 0px;
        margin-right: 0px;
        display: block;        
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        text-decoration: none;
        padding: 5px 20px 10px 20px;
    }
    .main-menu a:hover {
        background-color: #6368d3 !important;
        color: #fff !important;
        padding-left: 20px;

    }
	
}
@media (max-width: 768px) {
	
	.cv1, .cv2, .search{display:none;}
	h1,.h1 {
    font-size:36px;
	}
	.home-graphics{
	width: 40vh;
	}
/* 	.two-column > div {
    flex: 1 auto;
    display: flex;
    justify-content: center;
	} */
	.job-image, .job-circle{
		width:60vw;
		height:60vw;
	}
	.round-image {
		display:none;
	}
	.job-circle{left:90px;}
	.signup .search {
    left: 35%;
    top: 38%;
}
}
@media (max-width: 600px) {
	.home-graphics{
	width: 100%;
	margin: -317px auto 0 auto;
	}
}