/***** DEFAULT PRIMARY STYLES *****/
body {
    font-size:16px;
    background:#f7f7fc;
    /* font-family: "Inter",sans-serif; */
	font-family: 'Montserrat', sans-serif;
	color:#4a4b65;
	margin: 0;
}
h1,.h1 {
    font-size:46px;
    font-weight: 600;
	padding-top: 44px;
    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;
	background: -o-linear-gradient(40deg, #6e00ff 0, #460a5d 65%) !important;
    background: linear-gradient(50deg, #6e00ff 0, #460a5d 65%) !important;
}
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 0;
    font-size: 30px;
    position: relative;
    font-weight: 400;
    display: inline-block;
    font-family: "Inter",sans-serif;
}
.brand-logo span{
	font-size: 40px;
    color: #f7e401;
    font-weight: 800;
}
.brand-logo .haticon{
	width: 47px;
    bottom: 44px;
    left: 94px;
    position: absolute;
    z-index: 2;
    transform: rotate(-18deg);
   /*  background: url(../images/haticon.png) no-repeat; */
}
.brand-logo .haticon img{width:100%;}

.bg-gradient {
    background: #766df4 !important;
    background: -o-linear-gradient(40deg, #6e00ff 0, #bb00ff 100%) !important;
    background: linear-gradient(50deg, #6e00ff 0, #bb00ff 100%) !important;
}
.bg-gradient2{background:#fff !important;}
.text-highlighted{
	padding:5px;
	background:rgba(118,109,244,0.08) !important;
	color: #6e00ff !important;
}
.position-relative {
    position: relative !important;
}

.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;
	padding:0 15px;
}
.section3{
	padding: 50px 0;
	min-height:500px;
}
.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;}
.two-column h2{margin-top:0px;}
.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: #f7e401;
    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;
}

.section-rotate {
    padding-top: 4rem;
    padding-bottom: 7rem;
    overflow: hidden;
    background: transparent;
    position: relative;
    z-index: 0;
	min-height: 550px;
}
.section-rotate .section-inner {
	position: absolute;
	overflow: hidden;
    top: -40%;
    left: -1rem;
    width: 130%;
    height: 124%;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    border-bottom-left-radius: 3rem;
}
.main-image{
	background: url(../images/degree3.png) no-repeat left;
	width:100%;
	height:100%;
	background-size:cover;
	filter: saturate(0.2);
    opacity: 0.4;
	border-bottom-left-radius: 3rem;
}
.girl-img{
	background: url(../images/girl.png) no-repeat;
    width: 500px;
    height: 556px;
    background-size: contain;
    position: absolute;
    z-index: 1;
    transform: rotate(7deg);
    left: 0;
    bottom: -23px;
}
.main-containt{
	position: absolute;
    z-index: 2;
    color: #fff;
    left: 0;
    right: 0;
	width: 50%;
}

.img-frame{
	-webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
	background-color: #FFF;
    background-clip: border-box;
    border: 1px solid #EFF2F7;
    border-radius: 0.375rem;
	padding:15px;
	margin: 0 15px;
}
.img-frame img{width:100%;}
.section-pdd{
	padding:50px 0;
}
/** Responsive Classes **/
@media (min-width: 1024px) and (max-width: 1366px) {
  
  .home-graphics{
	width: 33vh;
	}  
}
@media (min-width: 768px) and (max-width: 1024px){
	.main-containt{
	width: 70%;
	}
	.girl-img{
	width: 300px;
    height: 336px;
	}
	.sign-up{
		width:95%;
    margin: -110px auto 0 auto;
	}
}
@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:#b3b3b3; 
        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: #7b5eda !important;
        color: #fff !important;
        padding-left: 20px;

    }
	
}
@media (max-width: 768px) {
	.flex-reverse{flex-direction: column-reverse!important;}
	.img-frame{margin:0 0 10px 0;}
	.two-column{flex-direction:column;}
	.brand-logo{
		zoom:0.7;
	}
	.main-containt{
		width: 95%;
	}
	.girl-img{
		display:none;
	}
	h1,.h1 {
    font-size:34px;
	}
	.main-image{
		background: url(../images/degree3.png) no-repeat left -120px;
	}

	.signup .search {
    left: 35%;
    top: 38%;
}
.sign-up{margin-left:10px;margin-right:10px;}
}
@media (max-width: 600px) {
	.home-graphics{
	width: 100%;
	margin: -317px auto 0 auto;
	}
}