@import url("/template/future/default.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;600;900&display=swap');
body {font-family: 'Montserrat'; font-weight: 400;}

header {
    background:none;
    z-index: 1000;
    position:relative;
    background: linear-gradient(to right, #e3e3e3, #2c7ac8) !important;
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    z-index: 1000;
}


.nav-item.active {
    background-color: rgba(44, 123, 200, 0.6);
}
.content {z-index: -29;margin-top: 60px;}
/* Forms */
.formheading {
    border-bottom: 2px solid #2c7ac8;
    margin-bottom: 25px;
}

#cvform .filename {margin:10px 5px; display:block; color:#007bff;}
#cvform .filelabel {
    display: block;
    cursor: pointer;
    background: #007bff;
    padding: 10px;
    color: white;
    border-radius: 5px;
    clear: both;   
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
}
#cvform input[type=file]{display:none;}

/* Home Page */
.hometop {
     background-image: url('images/frontop.jpg');
     background-size:cover;
     width:100%;
     text-align:center;
     min-height: 700px;
     position:relative;
     /* margin-top: -65px; */
     position: relative;
     padding-top: 400px;
     background-position: top center;
}

.hometop h1{
    color  : white;
    font-size: 60px;
}

.hometop h3{
    color: white;
    font-size: 30px;
    text-transform: uppercase;
}

.hometop .buttons{
    position: absolute;
    bottom: 45px;
    width: 100%;
}

.hometop .buttons div{
  display:inline-block;
  width: 180px;
  color: white;
}

.hometop .buttons div a {
   color: white;
   padding: 25px  30px;
   border-radius: 10px;
}

.hometop .upload_cv {
    background:#4984aa;
}
.hometop .upload_cv:hover {
    color:#4984aa!important;
    background:white;
}


.hometop .browse_jobs{
    background: #6a6a6a;

}
.hometop .browse_jobs:hover{
  color: #6a6a6a;
  background:white;
}

/* Submit CV */
#cv-upload {
   background: linear-gradient(90deg, rgb(248 249 251) 20%, rgb(225 236 246) 80%);
   min-height: 300px;
   padding-top: 20px;
}
#cv-upload .container {
	 background-image: url('images/submit-cv.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

/* Contact Us */
#get-in-touch, #clients {min-height: 600px;}
.contactus{
	background:url('images/contactpage.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 800px;
	background-position: center;
	padding-top: 20px;
}
.clients{
	background:url('images/clients-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 650px;
	background-position: top;
	padding-top: 140px;
}

.contactus h2 {color: #efefef;padding-bottom: 15px;}

.contactus input, .contactus textarea {background: #ffffff99}
.contactus .btn {background: #2c7ac8;}
.contactus .form-label-wrapper {display:none;}
.clients h2 {color:#efefef;text-align: center;font-size: 290%;display: block;max-width: 460px;margin: auto;}
#clientCarousel{max-width: 300px; margin-left:100px;}
.carousel .slide-content {min-height: 270px; color:#2c7ac8;}
.carousel .subtitle p {margin:0; }
.carousel-indicators button {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
/*Bottom Widget */

.homebottom {
   min-height: 250px;
   position: relative;
   margin-top: 30px;
   padding: 0 10px;
}

.homebottom h3{
    color: #2c7ac8;
    text-transform: uppercase;
}

.homebottom h4 {
    text-align: center;
}

.homebottom span{
    
}
.socialicons {
    position:relative;
    background: url('images/footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 200px;
    width: 100%;
}

.socialicons a {
    display: inline-block;
    width: 60px;
    height: 40px;
    color:black;
    border-radius:35px;
    border:2px solid;    
    text-align:center;   
    line-height:40px;
    transition: 300ms linear;
    }
.socialicons a:hover{
  -webkit-animation: spin 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: spin 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        background:#2c7ac8;
	        color:white;
	        width:80px;
	        margin-left:-15px;
	        height:50px;
	        font-size:25px;
	        line-height:45px;

}
.socialicons a span {display:none;}
.socialicons a:before{font-size:20px;}
.socialicons a:hover:before{font-size:25px;}
.socialicons a.fa-facebook{ position:absolute; top:0px; left:25%;}
.socialicons a.facebook:before{}
.socialicons a.fa-linkedin{ position:absolute; top:30px; left:10%; }
.socialicons a.linkedin:before{}
.socialicons a.fa-twitter{position:absolute;top:0;right: 25%;}
.socialicons a.twitter:before{}
.socialicons a.fa-instagram{ position:absolute; top:30px; right:10%;}
.socialicons a.instagram:before{}

.footerlogo {text-align:center;}

/*Widgets */
.jobsearchform
{
    position: relative;
    background: #a6c0da;
    border-radius: 10px;
}

.jobsearchform form{

}
.jobsearchform .form-label-wrapper {
	display:none;
}

.jobsearchform form .btn{margin: 10px; background:#2d7ac8; border: 1px solid white;}

.jobsearchform .chosen-container {
   border-radius: 10px;
   margin-top: 10px;
   }

   .jobsearchform .chosen-single{
   	height: 38px;
   	line-height: 22px;
   }
.jobsearchform select {
	margin-top:10px;
}

.joblisting {
	border-top: 1px solid #8db2d6;
	padding-top: 10px;
}

/* Pages */
#jobs,  #browse-jobs{
    border-bottom: 1px solid #8db2d6;
}


/*Animations*/
.rotate-in-center {
	-webkit-animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
	        animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}


.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s both;
}
.fade-in {
	-webkit-animation: fade-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: fade-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    
  }
}
@keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1200px) { 
    
}

@media (max-width: 992px) { 
    #job_search .col-3 {max-width:50%; flex:0 0 50%;}
.clients h2 {font-size:200%;}

}

@media (max-width: 768px) { 
    article > div {background-position: top left!important;background-size: 3000px!important;}
}

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