
@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/acumin/AcuminPro-BoldItalic.woff2') format('woff2'),
        url('../fonts/acumin/AcuminPro-BoldItalic.woff') format('woff'),
        url('../fonts/acumin/AcuminPro-BoldItalic.svg#AcuminPro-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/acumin/AcuminPro-Italic.woff2') format('woff2'),
        url('../fonts/acumin/AcuminPro-Italic.woff') format('woff'),
        url('../fonts/acumin/AcuminPro-Italic.svg#AcuminPro-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/acumin/AcuminPro-Bold.woff2') format('woff2'),
        url('../fonts/acumin/AcuminPro-Bold.woff') format('woff'),
        url('../fonts/acumin/AcuminPro-Bold.svg#AcuminPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/acumin/AcuminPro-Regular.woff2') format('woff2'),
        url('../fonts/acumin/AcuminPro-Regular.woff') format('woff'),
        url('../fonts/acumin/AcuminPro-Regular.svg#AcuminPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Effra';
    src: url('../fonts/effera/Effra-Regular.woff2') format('woff2'),
        url('../fonts/effera/Effra-Regular.woff') format('woff'),
        url('../fonts/effera/Effra-Regular.svg#Effra-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('../fonts/effera/EffraLight-Regular.woff2') format('woff2'),
        url('../fonts/effera/EffraLight-Regular.woff') format('woff'),
        url('../fonts/effera/EffraLight-Regular.svg#EffraLight-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('../fonts/effera/EffraMedium-Regular.woff2') format('woff2'),
        url('../fonts/effera/EffraMedium-Regular.woff') format('woff'),
        url('../fonts/effera/EffraMedium-Regular.svg#EffraMedium-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('../fonts/effera/Effra-Bold.woff2') format('woff2'),
        url('../fonts/effera/Effra-Bold.woff') format('woff'),
        url('../fonts/effera/Effra-Bold.svg#Effra-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}





@font-face {
    font-family: 'GE SS Two';
    src: url('../fonts/gg-ss/subset-GESSTwoMedium-Medium.woff2') format('woff2'),
        url('../fonts/gg-ss/subset-GESSTwoMedium-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GE SS Two';
    src: url('../fonts/gg-ss/subset-GESSTwoLight-Light.woff2') format('woff2'),
        url('../fonts/gg-ss/subset-GESSTwoLight-Light.woff') format('woff');
    font-weight: 300;
    font-style: lighter;
}



body {
	font-family:  "Acumin Pro","Helvetica Neue", "HelveticaNeue";
}
a {
	color: #313B38;
}

p {
	font-size: 19px;
    line-height: 32px;
}

a:hover {
    text-decoration: none;
    color: #0083CA;
}
h1, h2, h3 {
    font-weight: normal;
}


.pink-text {
    color: #ed0e6a;
}

textarea:focus, input:focus, button{
    outline: none !important;
}

.form-control:focus {
  box-shadow: none !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c6c0c0 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c6c0c0 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c6c0c0 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #c6c0c0 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}


#logo img {
	width: 120px;
}

.text-para{
    color: #717D79;
}


#lang-switcher {
	border-bottom: #313B38 2px solid;
	font-size: 19px;
	font-family: "GE SS Two";
    padding: 0;
    color: #313B38;
}
#main-hero {
	height: 100vh;
    border-radius: 0;
    /* background-image: url(../img/hero-img.jpg); */
    background-color: #F7F7F7;
    background-size: cover;
    background-repeat: no-repeat;
    
}
#main-hero .logo-main {
    width: 420px;
    margin-top: -103px;
}

#main-hero h1{
    margin-top: 35px;
	/* max-width: 692px; */
    font-size: 30px;
    text-align: center;
    /* margin-top: -135px; */
    margin-left: auto;
    margin-right: auto;
    /* text-shadow: 1px 1px 11px #afafaf; */
    color: #717D79;
    font-weight: normal;
    line-height: 40px;
}

h6 {
    line-height: 22px;
}


#mouse-icon{
	display: block;
	margin-top: -62px;
}



#mouse-icon img {
	width: 20px;
}

.brand-btn-icon {
	background: #717D79;
    color: #fff;
    border-radius: 0px;
    border: none;
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    /* padding-left: 78px !important; */
    /* padding-right: 22px !important; */
    font-weight: 300;
    position: relative;


}

#points-section {
    background: #313B38;
}

.brand-btn-icon span img {
    transition: 0.1s transform linear;
}

.brand-btn-icon:hover span img {
	transform: scale(1.2);
	transition: 0.1s transform linear;
}


.brand-btn-icon:hover {
	background: #000000;
}

#about-logo {
	width: 342px;
    margin-top: -35px;

}

.scale-transition-start {
	transform: scale(0.8);
    transition: 0.3s transform linear;
    transition-delay: 0.5s;
}

.scale-transition-end {
	transform: scale(1);
    transition: 0.3s transform linear;
    transition-delay: 0.5s;
}

.brand-btn-icon.small {
	    font-size: 14px;
    font-weight: normal;
}

.brand-btn-icon.small span img {
	width: 16px;
}


.brand-btn-icon span {
    display: inline-block;
    background: #717D79;
    padding: 15px 18px;
    /* margin-right: 20px; */
    position: absolute;
    top: 0;
    right: 0;
}

.brand-btn-icon span img {
       width: 24px;
      
}

.brand-btn-icon:hover {
	color: #fff;
}

.heading-icon {
	width: 42px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
footer#footer {
  background: #313B38;
    color: #fff;
    padding-top: 18px;
    padding-bottom: 0px;

}

footer#footer p {
    font-size: 16px;
    font-weight: 300;
    font-weight: lighter;
    font-family: "Effra";
}
footer#footer a {
	color: #fff;
	/*text-decoration: underline;*/
}

#footer-logo {
	    width: 170px;
}

form.forms input.form-control,form.forms textarea.form-control {
	background: transparent;
    border: none;
    border-bottom: 1px solid #58595B;
    border-radius: 0px;
    padding-left: 0;
    padding-right: 0;
}

form.forms select.form-control {
    appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
    border: none;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #58595B;
    border-radius: 0px;
    padding-left: 0;
    padding-right: 0;
    height: 40px;
}

form.forms select.form-control option {
    color:red;
}


form.forms input.form-control.is-invalid, form.forms textarea.form-control.is-invalid {
	border-bottom: 1px solid #F44336;
}


.form-group.is-invalid .invalid-feedback {
	display: block;
}

form.forms label {
	color: #58595B;
}

.input.required {
	display: none;
}

#hero-button {
    box-shadow: 1px 1px 7px #a5a5a5;
}

#job-seeking-section {
    /* background-image: url(../img/looking-job-bg.jpg); */
    background-color: #FAFAFA;
    background-size: 52%;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.logo-wrapper img {
    width: 100%;
    margin: 0 auto;
    display: block;
}


#employee-seeking-section {
	background-image: url(../img/looking-hire-job.jpg);
    background-size: 52%;
    background-repeat: no-repeat;
    background-position: bottom left;
}


.text-captial {
	text-transform: uppercase;
}

.mt-120{
	margin-top: 120px;
}

.style-heading {
	font-size: 18px;
}

.text-bold {
	font-weight: bold;
}

.text-lighter {
	font-weight: 300;
}

.pink-devider {
	width: 80px;
    height: 1px;
    background: #313B38;
    margin-top: 49px;
    margin-bottom: 16px;
}


.style-heading {
    position: relative;
    margin-left: 55px;
}

.number-box {
}

.number-box svg{
    width: 80px;
    margin-top: -32px;
}

.number-box:before {
    content: "";
}

.style-heading:before {
	content: "";
    width: 42px;
    height: 2px;
    background: #313B38;
    position: absolute;
    left: -53px;
    top: 40%;

    transform: translateX(-30%);
    opacity: 0;
    transition: 0.2s all linear;
}

.style-heading.apeared:before {
	transition: 0.2s all linear;
	transform: translateX(0%);
    opacity: 1;
    transition-delay: 1.2s;
}


.style-heading-both {
	position: relative;
    display: inline-block;

	font-size: 32px;
    margin-top: 5px;
}
.style-heading-both:before {
	content: "";
    width: 42px;
    height: 2px;
    background: #313B38;
    position: absolute;
    left: -62px;
    top: 50%;
	transition: 0.2s all linear;
    transform: translateX(-60%);
    opacity: 0;
}

#employee-submit {
    background: #313B38;
    padding-right: 82px;
    padding-left: 32px;
    padding-top: 15px !important;
}

.style-heading-both:after {
	content: "";
    width: 42px;
    height: 2px;
    background: #313B38;
    position: absolute;
    right: -62px;
    top: 50%;
	transition: 0.2s all linear;
    transform: translateX(60%);
    opacity: 0;
}


.style-heading-both.apeared:before {
	transition: 0.2s all linear;
    transform: translateX(0%);
    opacity: 1;
        transition-delay: 1.2s;
}

.style-heading-both.apeared:after {
	transition: 0.2s all linear;
    transform: translateX(0%);
    opacity: 1;
        transition-delay: 1.2s;
}
.grey-bg {
	background: #FAFAFA;
}

.form-error-message, .form-error-message-captcha{
	background: #F44336;
    color: #fff;
    text-align: center;
    padding: 9px 0px;
    border: #F44336 2px solid;
    display: none;
}

.form-success-message{
	background: #4CAF50;
    color: #fff;
    text-align: center;
    padding: 9px 0px;
    border: #4CAF50 2px solid;
    display: none;
}


.mouse-animation {
        -webkit-animation: ca3_fade_move_down 1.7s ease-in-out 4;
    -moz-animation:    ca3_fade_move_down 1.7s ease-in-out 4;
    animation:         ca3_fade_move_down 1.7s ease-in-out 4;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}


.custom-file-label {
    border-radius: 0;
    border: 1px solid #707070;
    background: transparent;
    width: 310px;
    text-align: center;
}

.custom-file-label>span{
    font-size: 12px;

}

.filename-upload {
    font-weight: bold;
    font-size: 13px;
    /*color: #ed0e6a;*/
}

.custom-file-label:after {
    display: none;
}

.brand-btn-icon .loader-wrap span{
    background: #313b38 !important;
    /* padding: 5px 11px !important; */
    position: absolute !important;
    top: -5px;
    right: 11px;
    height: 29px !important;
    width: 29px !important;
    display: none;
    padding: 0 !important;
    margin-top: 16px;
    margin-left: 16px;
}
.loading-btn.brand-btn-icon .loader-wrap span{
    display: inline-block !important;
}



.facts-hold{
    margin-top: 60px !important;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}


@media (max-width: 1024px) {

	#about-logo {
	    width: 282px !important;
	}
}


@media (max-width: 786px) {


    #employee-submit {
   
        padding-top: 22px !important;
    }

    .brand-btn-icon span {
        padding: 19px 18px;
    }

    #main-hero .logo-main {

        width: 210px;
    }


	.brand-btn-icon {
		padding-bottom: 17px !important;
	}
	h4 {
		font-size: 18px;
	}

	p {
		font-size: 16px;
	}
	#mouse-icon {
	    margin-top: -30%;
	}


	#main-hero h1 {
		font-size: 22px;
	}

	#main-hero a.btn {
		

		width: 90%;
		font-size: 16px;
        margin-top: 10px;
		margin-left: 0px !important;

		/*width: 100%;*/
	}



	.style-heading::before {
		display: none;
	}

	#about-logo {
        width: 100% !important;
        margin-top: 20px;
	}

	.style-heading-both {
		font-size: 22px
	}
   .style-heading-both:before, .style-heading-both:after {
    display: none;
   }

	#job-seeking-section {
	    background-size: 92% !important;
    }
    

    .logo-wrapper {
        margin-top: 10px !important;
    }
    .logo-wrapper img {
        width: 100% !important;
        margin-top: 0 !important;
        padding: 0 !important;
        /* margin-top: 26px; */
    }

    .logo-item {
        margin-top: 10px;
        height: 100px;
        /* background: red; */
        padding: 30px;
    }

    .number-box {
        margin-top: 50px;
    }




	#employee-seeking-section {
	    background-size: 93% !important;
	}


	#footer-logo {
	    width: 110px !important;
	    margin-bottom: 20px !important;
	}

	#footer p {
		    float: none !important;
			text-align: center;
	}
 
	.mt-120 {
		margin-top: 30px;
	}


    .dev-by {
        font-size: 12px !important;
    }
    .meem-logo {
        width: 80px !important;
        margin-top: -15px !important;
    }

}



