/*

Template 2100 Artist

http://www.tooplate.com/view/2100-artist

*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;0,600;1,400;1,500&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    overflow-x: hidden;
    background-repeat: no-repeat;
}
html, body{
  /* background: #82e4ff;
  background-image: url('../assets/images/bg.png');
  background-size: cover; */
  width: 100%;
  height: 100%;
}

.bg1{
  background: -webkit-linear-gradient(top, rgb(35, 58, 141) 0%, rgb(76, 51, 157) 100%);
  background: -o-linear-gradient(top, rgb(35, 58, 141) 0%, rgb(76, 51, 157) 100%);
  background: -ms-linear-gradient(top, rgb(35, 58, 141) 0%, rgb(76, 51, 157) 100%);
  background: -moz-linear-gradient(top, rgb(35, 58, 141) 0%, rgb(76, 51, 157) 100%);
  background: linear-gradient(to bottom, rgb(35, 58, 141) 0%, rgb(76, 51, 157) 100%);
  

}

.candidates{
  background: -webkit-linear-gradient(top, rgb(80, 50, 158) 0%, rgb(135, 40, 179) 60%, rgb(165, 35, 190) 100%);
background: -o-linear-gradient(top, rgb(80, 50, 158) 0%, rgb(135, 40, 179) 60%, rgb(165, 35, 190) 100%);
background: -ms-linear-gradient(top, rgb(80, 50, 158) 0%, rgb(135, 40, 179) 60%, rgb(165, 35, 190) 100%);
background: -moz-linear-gradient(top, rgb(80, 50, 158) 0%, rgb(135, 40, 179) 60%, rgb(165, 35, 190) 100%);
background: linear-gradient(to bottom, rgb(80, 50, 158) 0%, rgb(135, 40, 179) 60%, rgb(165, 35, 190) 100%);

}


/*---------------------------------------
  Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}

h1 {
  color: #3d3d3f;
  font-family: 'Poppins', serif;
  font-size: 60px;
  line-height: normal;
}

h2 {
  color: #ffffff; 
  font-size: 35px;
  line-height: normal;
 
}

h3 {
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h4 {
  color: #797979;
  font-size: 20px;
  font-weight: 400;
}

p {
  color: #212529;
  /* font-size: 1rem; */
  font-weight: 400;
  line-height: 1.5;
  font-family: Poppins;
  /* letter-spacing: 0.2px; */
}

strong, span {
  color: #ffffff;
  font-weight: normal;
  font-size: 1.2em;
}

#bi-navigation{
  background: #272d3d;
  color: #fff;
  font-weight: 600;
  border:none;
  border-radius: 0;
}



/*---------------------------------------
  Buttons               
-----------------------------------------*/

.arrow-btn i {
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 32px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.arrow-btn i:hover {
  background: #ff0000;
}



/*---------------------------------------
  General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #414141;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #000000;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  margin: 0;
  padding-bottom: 32px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

#about, #work,
#contact, footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}


/*---------------------------------------
  Pre loader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #000000;
  border-top-color: #f9f9f9;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}


/*---------------------------------------
  Home section              
-----------------------------------------*/

#home {
  /* background: url('../assets/images/2.jpg'); */
  
  text-align: center;
  position: relative;

}

#bi-background {

  /* background: url('../assets/images/banner2.png');
  background-position: center center;
  border-radius: 5px;
  background-repeat: no-repeat;
  height: 100vh; */
  text-align: center;
  position: relative;
  /* margin: 0px 12px 0 12px;
  margin: 0px 12px 0 12px; */
}

#bi-education {
  /* background: url('../assets/images/banner3.png');
  background-position: center center;
  border-radius: 5px;
  background-repeat: no-repeat;
  height: 100vh; */
  text-align: center;
  position: relative;
  /* margin: 0px 12px 0 12px;
  margin: 0px 12px 0 12px; */
}

#bi-rewards {
  background: url('../assets/images/banner4.png');
  background-position: center center;
  border-radius: 5px;
  background-repeat: no-repeat;
  height: 100vh;
  text-align: center;
  position: relative;
  margin: 0px 12px 0 12px;
  margin: 0px 12px 0 12px;
}

#bi-gov-service {
  background: url('../assets/images/banner5.png');
  background-position: center center;
  border-radius: 5px;
  background-repeat: no-repeat;
  height: 100vh;
  text-align: center;
  position: relative;
  margin: 0px 12px 0 12px;
  margin: 0px 12px 0 12px;
}

#bi-proj-comp {
  background: url('../assets/images/banner6.png');
  background-position: center center;
  border-radius: 5px;
  background-repeat: no-repeat;
  height: 100vh;
  text-align: center;
  position: relative;
  margin: 0px 12px 0 12px;
  margin: 0px 12px 0 12px;
}

#bi-personal {
  background: url('../assets/images/banner7.png');
  background-position: center center;
  border-radius: 5px;
  background-repeat: no-repeat;
  height: 100%;
  text-align: center;
  position: relative;
  margin: 0px 12px 0 12px;
  margin: 0px 12px 0 12px;
}

#bi-social {
  background: #f0f0f0;
  background-position: center center;
  border-radius: 5px;
  background-repeat: no-repeat;
  /* height: 20vh; */
  text-align: center;
  position: relative;
}

#bi-social i {
  font-size: 1.2em;
}

.home-wrapper {
  background: rgba(250,250,250,0.8);
  padding: 32px 12px;
}


/*---------------------------------------
  About section              
-----------------------------------------*/

#about {
  padding-top: 100px;
}

#about .col-md-4 img {
  border-radius: 5px;
  margin-bottom: 28px;
}

#about .col-md-4 a {
  background: #e8e8e8;
  border-radius: 8px;
  color: #000000;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 40px;
}

#about .col-md-4 a:hover {
  background: #000000;
  color: #ffffff;
}

#about .about-thumb {
  background: #ffffff;
  border-radius: 5px;
  padding: 42px 32px;
}


/*---------------------------------------
  Work section              
-----------------------------------------*/

#work {
  background: #ffffff;
}

#work .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#work .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#work .work-thumb img {
  border-radius: 5px;
  cursor: crosshair;
}

/*---------------------------------------
  Contact section              
-----------------------------------------*/

#contact .form-control {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 5px;
  box-shadow: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact input {
  height: 55px;
}

#contact button#submit {
  background: #ff0000;
  border: none;
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  height: 55px;
  padding-bottom: 10px;
  margin-top: 24px;
}

#contact button#submit:hover {
  background: #3d3d3f;
  color: #ffffff;
}


/*---------------------------------------
  Footer section              
-----------------------------------------*/

footer {
  background: #272d3d;
}

footer h4 {
  color: #fbff00;
  font-family: 'Poppins', serif;
  font-size:  34px;
}

footer a {
  color: #aaa;
}

footer a:hover {
  color: #fff;
}

footer .col-md-4 .support-cus:last-child {
  padding-top: 12px;
}

footer .col-md-4 .support-cus p {
  line-height: 20px;
}

footer .newsletter .form-control {
  box-shadow: none;
  transition: all 0.4s ease-in-out;
  margin-top: 16px;
  margin-bottom: 2px;
}

footer .newsletter .form-control:focus {
  border-bottom-color: #f2f2f2;
}

footer .newsletter input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
}

footer .newsletter button {
  background: #f9f9f9;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  height: 50px;
}

footer .newsletter button:hover {
  background: #ff0000;
  color: #ffffff;
}

footer .dash-line {
  border-top: 1px solid #292929;
  margin-top: 62px;
  padding-bottom: 52px;
  position: relative;
}


/*---------------------------------------
  Social icon             
-----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  background: #f9f9f9;
  border-radius: 100%;
  color: #3d3d3f;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0px 6px 10px 6px;
}

.social-icon li a:hover {
  background: #ff0000;
  color: #ffffff;
  transform: scale(1.1);
}

/*---------------------------------------
  Mobile Responsive styles              
-----------------------------------------*/

@media (max-width: 980px) {

 h1 {font-size: 30px;}

 #about .about-thumb {
  padding-left: 0px;
 }

 #work .work-thumb {
  margin-top: 25px;
 }

}

@media (max-width: 768px) {

  h1 {
    font-size: 27px;
  }

  h2 {font-size: 25px;}

  footer .col-md-4 {
    margin-bottom: 35px;
  }

  footer .col-md-6 {
    text-align: center;
  }

  footer .copyright-text {
    padding-bottom: 12px;
  }

}

@media (max-width: 580px) {

  h3 {
    font-size: 14px;
    letter-spacing: 4px;
  }

  #about .about-thumb {
    padding: 22px 12px;
    margin-top: 0px;
  }

}


@media screen and (max-width: 1760px) {
  #home {
    /* height: 70vh !important; */
    background-size: cover;
  }
  /* #bi-background{
    height: 70vh !important;
    background-size: contain;
  }
  #bi-education{
    height: 70vh !important;
    background-size: contain;
  }
  #bi-rewards{
    height: 90vh !important;
    background-size: contain;
  }
  #bi-gov-service{
    height: 70vh !important;
    background-size: contain;
  }
  #bi-proj-comp{
    height: 70vh !important;
    background-size: contain;
  }
  #bi-personal{
    height: 70vh !important;
    background-size: contain;
  } */
}

@media screen and (max-width: 1260px) {
  /* #home {
    height: 70vh !important;
    background-size: cover;
  }
  #bi-background{
    height: 60vh !important;
    background-size: contain;
  }
  #bi-education{
    height: 55vh !important;
    background-size: contain;
  }
  #bi-rewards{
    height: 80vh !important;
    background-size: contain;
  }
  #bi-gov-service{
    height: 70vh !important;
    background-size: contain;
  }
  #bi-proj-comp{
    height: 70vh !important;
    background-size: contain;
  }
  #bi-personal{
    height: 70vh !important;
    background-size: contain;
  } */
}

@media screen and (max-width: 1024px) {
  /* #home {
    height: 61vh !important;
    background-size: cover;
    bottom: 0px;
  }
  #bi-background{
    height: 61vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-education{
    height: 61vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-rewards{
    height: 61vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-gov-service{
    height: 61vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-proj-comp{
    height: 61vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-personal{
    height: 61vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-social{
    height: 59vh !important;
  } */
}

@media screen and (max-width: 768px) {
  /* #home {
    height: 40vh !important;
    background-size: cover;
    bottom: 0px;
  }
  #bi-background{
    height: 40vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-education{
    height: 50vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-rewards{
    height: 60vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-gov-service{
    height: 50vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-proj-comp{
    height: 50vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-personal{
    height: 50vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-social{
    /* height: 49vh !important; */
  }
  #bi-navigation{
    display: block;
    margin-bottom: 0 !important;
  }
  #bi-main-nav{
    display: none;
  } */
}

@media screen and (max-width: 640px) {
  /* #home {
    height: 35vh !important;
    background-size: cover;
    bottom: 0px;
  }
  #bi-background{
    height: 35vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-education{
    height: 35vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-rewards{
    height: 35vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-gov-service{
    height: 35vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-proj-comp{
    height: 35vh !important;
    background-size: contain;
    bottom: 0px;
  }
  #bi-personal{
    height: 35vh !important;
    background-size: contain;
    bottom: 0px;
  } */
}

@media screen and (max-width: 500px) {
  /* #home {
    height: 27vh !important;
    background-size: cover !important;
    bottom: 0px;
  }
  #bi-background{
    height: 27vh !important;
    background-size: contain !important;
    bottom: 0px;
  }
  #bi-education{
    height: 27vh !important;
    background-size: contain !important;
    bottom: 0px;
  }
  #bi-rewards{
    height: 33vh !important;
    background-size: contain !important;
    bottom: 0px;
  }
  #bi-gov-service{
    height: 27vh !important;
    background-size: contain !important;
    bottom: 0px;
  }
  #bi-proj-comp{
    height: 27vh !important;
    background-size: contain !important;
    bottom: 0px;
  }
  #bi-personal{
    height: 27vh !important;
    background-size: contain !important;
    bottom: 0px;
  }
  #bi-social{
    /* height: 49vh !important; 
  }
  #bi-navigation{
    display: block !important;
  }
  #bi-main-nav{
    display: none !important;
  } */
}




/* @media (max-width: 360px) {
  #home {
    height: 85vh !important;
    background-size: contain !important;
  } 
} */

#contact select {
  height: 55px;
}

.cursor-pointer{
  cursor: pointer;
}

#footer a {
  font-size: 29px;
  color: #fff;
}

.ft-top{
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
}

#footer p{
  font-weight: 400;
  color: #fff;
}

.prof-navigation a{
  font-weight: 600;
  color: #f0f0f0;
}

.none{
  display:none;
}