/***** 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;
}
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;
}
header .nav{
	display:flex;
	align-items: center;
	height: 80px;
	justify-content: space-between;
}
header .nav > div{
	flex: 0 0 50%;
}
.darkHeader{
	background:#000;
}
.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: #F74A75;
    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, #2c2d3c 0, #626373 100%) !important;
    background: linear-gradient(50deg, #2c2d3c 0, #626373 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-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:-165px;
	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: #F74A75;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;
    width: 100%;
    height: 100%;
	top:60px;
	z-index: -1;
}
.main-image{
	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;
    right: 5%;
    bottom: 0;
}
.main-containt{
    z-index: 2;
    color: #fff;
    left: 0;
	margin-top: 10%;
}
.sloganarea{width:50%;}
.circles{
	position:relative;
	width:100%;
	height: 100%;
	}
.circles .circle{
	position: absolute;
    right: 10%;
    top: 10%;
    width: 200px;
    height: 200px;
    border-radius: 100%;
	background-size: 90%;
}
.circles .border{border:solid 1px #fff;}
.circles .circle1{
	background: #f7e401 url(../images/art-circle-img-b.png) no-repeat center center;
	background-size: 90%;
}
.circles .circle2{
	background: #F74A75 url(../images/pic3.jpg) no-repeat center center;
	right: 26%;
    top: 26%;
	background-size: cover;
	border: solid 10px #F74A75;
}
.circles .circle3{
	background: #019D98 url(../images/pic1.jpg) no-repeat center center;
	right: 35%;
    top: 55%;
	background-size: cover;
	border: solid 10px #019D98;
}
.bordercircle{
	border: solid 1px #ccc;
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    z-index: -1;
    right: 9%;
    top: 4%;
}
.bordercircle1{
	right: 25%;
    top: 18%;
}
.bordercircle2{
	right: 34%;
    top: 49%;
}
.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: 85%;
	}
	.girl-img{
	width: 300px;
    height: 336px;
	}
	.sign-up{
		width:95%;
    margin: -110px auto 0 auto;
	}
	.section-rotate .section-inner{
		height:100%;
	}
	.circles .circle{
		top: 25%;
	}
	.circles .circle2{
		top: 37%;
	}
	.circles .circle3{
		top: 60%;
	}
	.bordercircle{
		zoom:0.7;
		top: 19%;
	}
	.bordercircle1{
		top: 33%;
	}
	.bordercircle2{
		top: 53%;
	}
	.sloganarea{width:50%!important;}
}
@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%;
		display:none;
        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;
		display: block;
		margin-left: -15px;
    }
    .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: #2d2e33;
        color: #fff!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: 767px) {
	.sloganarea{width:100%;}
	.sections{padding-left:10px;padding-right:10px;}
	.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%;
	}
	h1,.h1 {
    font-size:32px;
	}
	.main-image{
		background: url(../images/degree3.png) no-repeat left -120px;
	}

	.signup .search {
    left: 35%;
    top: 38%;
}
.circles{display:none;}
.girl-img{
	width: 300px;
    height: 356px;
}
}
@media (max-width: 600px) {
	.home-graphics{
	width: 100%;
	margin: -317px auto 0 auto;
	}
}