@font-face {
    font-family: 'montserratblack';
    src: url('/fonts/montserrat-black-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratextrabold';
    src: url('/fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('/fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {background: #fff !important;color:#000; font-family: 'Helvetica'; font-size:18px; font-weight:400; line-height:1.6;}
/*header*/
header{
    background-color: #5641ff;
}
.site-header a.navbar-brand {
    font-family: 'Helvetica';
    text-transform: uppercase;
}
ul.navbar-nav {
    width: 100%;
    justify-content: space-evenly;
}
.site-header a.navbar-brand img {
    width: 45px;
}
.navbar-brand span{
	text-transform: capitalize !important;
	font-family: 'Helvetica';
}
header .navbar-collapse .nav-link {
    background:  /*#f0602d*/ #ff5757;
    margin: 0 10px;
    display: block;
    border: 1px solid #ff5757;
    border-radius: 20px;
    color: #fff;
    padding: 7px 17px !important;
    font-weight: bold;
    transition: all .3s ease-in-out;
    font-family: 'Helvetica';
}
header .navbar-collapse .nav-link:hover {
    color: #ff5757;
    background: #fff;
    border: 1px solid;
    box-shadow: 0 3px 3px;
}
header .navbar-collapse .nav-link.active {
    color: #ff5757;
    background: #fff;
    border: 1px solid;
    box-shadow: 0 3px 3px;
}

header .navbar-nav .nav-item {
	min-width: 120px;
	text-align: center;
}

/*header*/

/*footer*/
footer .foot-1 img {
    width: 100%;
}
footer h4 {
    color: #fff !important;
    font-weight: bold !important;
}
footer p {
    color: #fff;
    margin: 0;
}
footer a {
    color: #fff !important;
    text-decoration: none;
    font-family: 'Helvetica';
}
footer .footer-copyright a {
    text-decoration: underline;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li {
    margin: 0 0 10px 0;
}
.footer-social ul li {
    margin: 0 10px 0 0;
}
/* .footer-social ul li img.clr {
    display: none;
}
.footer-social ul li a:hover img.clr {
    display: block;
}
.footer-social ul li a:hover img.white {
    display: none;
} */
/*footer*/

/*globle*/


h2 {
    font-size: 38px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-bottom: 20px !important;
    font-family: 'Helvetica Rounded Bold';
}
h3 {
    color: #000 !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    font-family: 'Helvetica Rounded Bold';
}
h4 {
    color: #5541ff !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    font-family: 'Helvetica Rounded Bold';
}
h5 {
    color: #000 !important;
    margin: 20px auto !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-family: 'Helvetica Rounded Bold';
}
h6 {
    color: #000 !important;
    margin: 20px auto !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-family: 'Helvetica Rounded Bold';
}
p {
    /*font-family: 'Helvetica';*/
    font-size: 16px;
}
a {
    outline: none !important;
}
a.all-in-one-btn {
    background: #ff5757;
    border-radius: 20px;
    color: #fff;
    padding: 7px 30px !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    transition: all .3s ease-in-out;
    width: fit-content;
    margin: 0 auto;
    /*border: 1px solid;*/
    font-family: 'Helvetica';
}
a.all-in-one-btn:hover {
    background: #fff;
    color: #ff5757;
    /*border: 1px solid;*/
    box-shadow: 0 5px 5px;
}
button.all-in-one-btn {
    background: #ff5757;
    border-radius: 20px;
    color: #fff !important;
    padding: 7px 30px !important;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    transition: all .3s ease-in-out;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid;
}
button.all-in-one-btn:hover {
    background: #fff;
    color: #ff5757 !important;
    border: 1px solid;
    box-shadow: 0 5px 5px;
}
/*globle*/

/*Pop-Up alert................*/
.alert-popup .modal-header {
    justify-content: end;
}
.alert-popup .modal-header {
    padding: 0 10px;
    border-bottom: navajowhite;
    padding-bottom: 0;
    display: block;
    text-align: right;
}
.alert-popup .modal-header button.close {
    border: navajowhite;
    background: transparent;
    font-weight: bold;
    font-size: 30px;
    color: #00adc5;
    line-height: normal;
}
.alert-popup .modal-content {
    background: #cff4fc;
}
.alert-popup .modal-body p.alert {
    font-size: 20px;
    font-family: 'Helvetica';
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
    border: navajowhite;
    color: #151c48;
    background: transparent;
}
.alert-popup .modal-body {
    padding-top: 0;
}
/*Pop-Up alert................*/

/*home-page*/
.section-banner {
    background: linear-gradient(180deg, #5641ff, #d3cdff);
    height: 550px;
}
.section-banner .banner-content h1 {
    font-size: 75px;
    color: #fff;
    text-transform: normal;
    padding-top: 120px;
    font-weight: bold;
    line-height: 75px;
    font-family: 'Helvetica Rounded Bold';
    margin: 0;
}
.section-banner .banner-content p {
    font-size: 35px;
    color: #fff;
    /*text-transform: capitalize;*/
    font-weight: 600;
    line-height: 35px;
    margin: 15px auto;
}
.section-banner .banner-content a {
    border: none;
}
/* .section-banner .banner-content a {
    background: #ff5757;
    margin: 0;
    border-radius: 20px;
    color: #fff;
    padding: 10px 40px !important;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    transition: all .3s ease-in-out;
}
.section-banner .banner-content a:hover {
    background: #fff;
    color: #ff5757;
    border: 1px solid;
    box-shadow: 0 5px 5px;
} */
.section-banner .banner-video {
    height: 550px;
}
.section-banner video {
    clip-path: ellipse(60% 100% at 50% 0%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-empowering-student h4 {
    text-transform: unset !important;
}
.section-empowering-student {
    background: linear-gradient(180deg, #d3cefc, #fff);
    padding-top: 80px;
}
.section-empowering-student .inner-box {
    background: #d3cdff;
    border-radius: 20px;
}
.section-empowering-student .inner-box p {
    text-align: left;
    font-size: 20px;
}
.section-empowering-student .inner-box a {
    padding: 7px 45px !important;
    text-transform: uppercase;
}
.section-easysteps h2 {
    color: #5541ff !important;
}
.section-easysteps p.font-bold {
    font-weight: bold;
    font-size: 20px;
}
.section-easysteps img.object-contain {
    background: #ff5757;
    width: 32px;
    height: 32px;
    padding: 5px;
    border-radius: 50%;
}
.section-easysteps ul.stepsitems {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-easysteps  ul.stepsitems .items-start img {
    margin-right: 10px;
}
/*.section-easysteps .self-end img.easystepsimg {
    position: relative;
    bottom: 30px;
}*/
.section-your-skills h2 {
    color: #5541ff !important;
    text-transform: unset !important;  
}
.section-your-skills h4 {
    color: #000 !important;  
}
.section-testimonials h2 {
    color: #5541ff !important;    
}
.section-testimonials .testi-side .item {
    background: #d3cdff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}
.section-testimonials .testi-side .item img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
}
.section-testimonials .testi-side .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
}
.section-testimonials .testi-side .owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
}
.section-testimonials .testi-side .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
}
.section-testimonials img.testi-star {
    width: 100%;
    max-width:30%;
}
/* .section-join-ready a {
    background: #ff5757;
    margin: 0 auto; 
    border-radius: 20px;
    color: #fff;
    padding: 10px 40px !important;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    width: fit-content;
} */
/*home-page*/

/*contact-us-page*/
.right_conatct_social_icon{
    background: #ff5757;
}
.contact_us{
    background-color: #f1f1f1;
    padding: 120px 0px;
}  
.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
} 
.contact_field h3{
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    background: #fff;
    margin-bottom: 15px;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}
.contact_info_sec {
    position: absolute;
    background-color: #5641ff;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
    color: #fff !important;
}
.info_single{
    margin: 30px 0px;
}
.info_single i{
      margin-right: 15px;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 10px;
}
  
/* button.contact_form_submit {
    background: #ff5757;
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
} */
ul.socil_item_inner {
    list-style: none;
    padding: 0;
    width: 100%;
    justify-content: center;
}
ul.socil_item_inner li{
    margin: 0 5px;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 0px;
    font-size: 14px;
}
/* .socil_item_inner{
    padding-bottom: 10px;
} */
.map_sec{
    padding: 50px 0px;
}
.map_inner h4, .map_inner p{
    color: #000;
    text-align: center
}
.map_inner p{
    font-size: 13px;
}
.map_bind{
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}
/*contact-us-page*/

/*what-we-do-page*/
.what-we-do-page ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.portal-counter-area .counter-item {
    text-align: center;
    margin-bottom: 30px;
}
.counter-item h3 {
    color: #ff5757 !important;
    font-weight: bold !important;
}
.counter-item p {
    font-weight: 600;
    /* text-transform: capitalize; */
}
.counter-area {
    background: #5641ff;
}
.counter-area h3 {
    color: #fff !important;
    margin: 20px auto;
}
.counter-area h5 {
    color: #fff !important;
}
.popular-content ul li {
    margin-bottom: 20px;
}
.popular-content ul li img {
    background: #ff5757;
    padding: 5px;
    margin-right: 10px;
    border-radius: 10px;
}
.sets-apart-box {
    background: #d3cdff;
    border-radius: 20px;
    padding: 30px;
}
.sets-apart-box h3 {
    font-weight: bold !important;
}
.sets-apart-box-inner {
    padding-left: 30px !important;
    position: relative;
}
.sets-apart-box-inner::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: 20px;
    left: 0;
    background-image: url(/images/correct.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
} 
/* .sets-apart-box li {
    padding-left: 30px;
    position: relative;
}
.sets-apart-box li::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background-image: url(/images/correct.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
} */
/* .sets-apart-box a {
    background: #ff5757;
    border-radius: 20px;
    color: #fff;
    padding: 7px 30px !important;
    text-decoration: none;
    text-transform: uppercase;
} */
.Opportunities-area {
    background: #ff5757;
}
.Opportunities-area h3 {
    color: #fff !important;
}
/*what-we-do-page*/

/*login-page*/
.card {
    background: #d3cdff !important;
    border: none !important;
    border-radius: 20px !important;
}
.card-header {
    background: transparent !important;
    color: #000 !important;
    border: none !important;
}
.card-body {
    background: #d3cdff;
    border-radius: 0 0 20px 20px;
}
/*login-page*/

/*register-page*/
.register-page {
    border-radius: 20px;
    background: #d3cdff;
}
.register-page h2 {
    color: #fff;
}
/*register-page*/

/*post-job-page*/
.post-job-inner {
    background: #d3cdff;
    border-radius: 20px;
    padding: 30px;
}
/*post-job-page*/

/*dashboard-page*/
.dashboard-page-inner {
    border-radius: 20px;
    background: #d3cdff;
}
.dashboard-page-inner .side-bar {
    padding: 20px 10px;
    border-radius: 20px 0 0 20px;
    background: #ff5757;
}
.dashboard-page-inner .side-bar h3 {
    color: #fff !important;
    margin-bottom: 30px;
    border-bottom: 1px solid;
}
.dashboard-page-inner .side-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dashboard-page-inner .side-bar ul li {
    margin: 0 0 30px;
}
.dashboard-page-inner .side-bar ul li a {
    background: #5641ff;
    border-radius: 20px;
    color: #fff;
    padding: 7px 30px !important;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    transition: all .3s ease-in-out;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid;
    font-family: 'Helvetica';
}
.dashboard-page-inner .side-bar ul li a:hover {
    background: #fff;
    color: #5641ff;
    border: 1px solid;
    box-shadow: 0 5px 5px;  
}
.dashboard-page-inner .profile-detail {
    padding: 20px;
}
.dashboard-page-inner .profile-detail .form-group p {
    border-bottom: 1px solid #fff;
    background: #fff;
    padding: 10px;
    margin: 0;
}
.dashboard-page-inner .profile-detail .find-box {
    background: #fff;
}
/*dashboard-page*/

/*find-job-page*/
/*.find-job-page .job-side-bar {
    background: #ff5757;
    padding: 20px;
    border-radius: 20px 0 0 20px;
    height: 100%;
    position: sticky;
    top: 50px;
}
.find-job-page .job-side-bar h3 {
    color: #fff !important;
    border-bottom: 1px solid;
    margin-bottom: 30px !important;
    font-size: 28px !important;
}
.find-job-page .job-side-bar .cat-list label {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}
.find-job-page .job-box {
    padding: 20px 10px;
    border-radius: 20px;
    background: #d3cdff;
}
.find-job-page .job-box .job-image {
    text-align: center;
}
.find-job-page .job-box .job-details h6 {
    margin: 20px auto 0 !important;
}
.find-job-page .job-box .job-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}*/
.find-job-page h2 {
    color: #5641ff !important;
}
.find-job-page h6 {
    font-size: 15px !important;
}
.find-box {
    border: 3px solid #ccc;
}
.find-box p {
    font-size: 20px;
    line-height: normal;
    margin: 0;
}
.find-job-page a.all-in-one-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    font-size: 14px;
    text-transform: none;
}
.bg-clr {
    background: #d3cdff;
}
a.all-in-one-btn.blue-clr {
    background: #5641ff;
    color: #fff;
}
a.all-in-one-btn.blue-clr:hover {
    box-shadow: 0 5px 5px #5641ff;
    color: #5641ff;
    background: #fff;
}
/*find-job-page*/

/*job-details-page*/
.job-details-page {
    /* background: linear-gradient(180deg, #d3cefc, #fff); */
    background: linear-gradient(180deg, #5641ff, #d3cdff, #fff, transparent);
}
.chat-log {
    background: #d3cdff;
    border-radius: 20px;
    padding: 20px;
}
.chat-log__item img {
    border-radius: 50%;
    object-fit: cover;
}
.chat-log__item p {
    margin: 0 0 0 10px;
}
/*job-details-page*/

/*posted-job-page*/
.posted-jobs-page a.all-in-one-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    font-size: 14px;
    text-transform: none;
}
/*posted-job-page*/

@media (max-width:1599.98px) {
	
}

@media (max-width: 1359.98px) {	
	header .navbar-nav .nav-item {
		min-width: 110px;
	}
	header .navbar-collapse .nav-link {
		padding: 5px 5px !important;
		margin: 0 5px !important;
	}
	
}

@media( max-width : 991px ){
	
}
@media (min-width: 768px) {
	
}

@media (max-width:767.98px) {
		
}

