/**
* Template Name: Resi - v2.1.0
* Template URL: https://bootstrapmade.com/resi-free-bootstrap-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
  font-family: "Helvetica";
  color: #444444;
}

a {
  color: #5a5af3;
}

a:hover {
  color: #2a2af0;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #255fcd;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #7272f5;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled, #header.header-inner-pages {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #5a5af3;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #255fcd;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #255fcd;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #255fcd;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #255fcd;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

li img{
    width: 15px;
}   

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  color: #5a5af3;
  border-radius: 50px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 13px;
  display: inline-block;
  border: 2px solid #5a5af3;
  text-transform: uppercase;
  font-weight: 600;
}

.get-started-btn:hover {
  background: #5a5af3;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #434175;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #434175;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #5a5af3;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(48, 47, 84, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Wrapper 
--------------------------------------------------------------*/

.wrapper{
    width: 100%;
    height: 1500px;
    background-color: #F0F0F0;
    margin: 0px auto;
}

/*--------------------------------------------------------------
# Form 
--------------------------------------------------------------*/

h2{
    padding-top: 120px;
    text-align: center;
}

#form{
    width: 1000px;
    height: auto;
    background-color: white;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    margin-left: 220px;
    margin: 0px auto;	
}

#form row{
    display: flex;
}

#form #form-upper-img{
   width: 80px;
    height: 80px;
    margin-left: 60px;
}

.form-upper{
    background-image: linear-gradient(#2B6DC6, #3685F0);
    width: 1000px;
    height: auto;
    margin-left: 1px;
    margin-top: 30px;
    
}

.form-upper h5{
    text-align: center;
    padding-top: 30px;
    color: white;
}

#group1 h6{
    margin-top: 20px;
    font-weight: lighter;
    margin-left: 20px;
}

/*--------------------------------------------------------------
# Input Containers 
--------------------------------------------------------------*/

.input-container{
    display: flex;
    margin-top: 40px;
}

.input3{
    margin-top: 20px;
    display: none;
}

.input4{
    margin-top: 0px;
    margin-left: 120px;
    margin-bottom: 20px;
    display: none;
}

.input5{
    margin-top: 20px;
    margin-left: 20px;
}

.input13{
    margin-top: 20px;
    margin-left: 20px;
}

.input15{
    margin:auto;
    width: 50%;
    text-align: center;
    margin-left: 370px;
    margin-top: 50px;
}

#myfile{
    margin-top: 20px;
    margin-left: 20px;
}

#img1{
    width: 30px;
    height: 30px;
    margin-left: 60px;
}

#img2{
    width: 30px;
    height: 30px;
    margin-left: 60px;
}

#img3{
    width: 30px;
    height: 30px;
    margin-left: 60px;
}

#img4{
    width: 30px;
    height: 30px;
    margin-left: 90px;
}

#img5{
    width: 30px;
    height: 30px;
    margin-left: 40px;
    margin-top: 10px;
}

#img6{
    width: 30px;
    height: 30px;
    margin-left: 60px;
}

#img7{
    width: 35px;
    height: 25px;
    margin-left: 60px;
}

#img8{
    width: 30px;
    height: 30px;
    margin-left: 60px;
}

#img9{
    width: 30px;
    height: 30px;
    margin-left: 60px;
    margin-top: 20px;
}

#img10{
    width: 30px;
    height: 30px;
    margin-left: 60px;
}

#img11{
    width: 30px;
    height: 30px;
    margin-left: 60px;
}

#img12{
    width: 30px;
    height: 30px;
    margin-left: 60px;
    margin-top: 5px;
}

#img13{
    width: 25px;
    height: 20px;
    margin-left: 60px;
    margin-top: 5px;
}

#img14{
    width: 30px;
    height: 30px;
    margin-left: 45px;
    margin-top: 20px;
}

#img15{
    width: 20px;
    height: 20px;
    margin-left: 45px;
    margin-top: 15px;
}

#img16{
    width: 30px;
    height: 30px;
    margin-left: 60px;
}

#img17{
    width: 20px;
    height: 30px;
    margin-left: 45px;
    margin-top: 20px;
}

#img18{
        width: 30px;
        height: 30px;
        margin-left: 45px;
        margin-top: 5px;
}

#img19{
    width: 30px;
    height: 25px;
    margin-left: 45px;
    margin-top: 0px;
}

.input8 p{
    margin-top: 20px;
}

.input5 p{
    margin-top: 10px;
}

#form .input-container p{
    padding-top: 5px;
    width: 100px;
}

#form .common p{
    padding-top: 5px;
    width: 150px;
}

#form .input-container #relocate-p{
    width: 300px;
    margin-left: 10px;
}

label{
    font-weight: lighter;
}

.input6{
    margin-top: 0px;
}

.input7{
    margin-top: 50px;
}

.input8{
    margin-top: 20px;
}

/*--------------------------------------------------------------
# Input boxes/Radio boxes for all 
--------------------------------------------------------------*/

.donate-now {
     list-style-type:none;
     margin-left: 40px;
     padding:0;
}

.option3 .donate-now {
    margin-left: 20px;
}

.donate-now li {
     float:left;
     margin:0 5px 0 0;
    width:250px;
    height:40px;
    position:relative;
}

.option4 .donate-now li {
    width:50px;
    height:40px;
    position:relative;
}

.option3 .donate-now li {
    margin: 0 -1px 0 0;
}

.donate-now label, .donate-now input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.donate-now input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.donate-now input[type="radio"]:checked + label {
    background:#2B6DC6;
    color: white;
    border-style: none;
}

.donate-now label {
     padding:5px;
     box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
     cursor:pointer;
    border-radius: 5px;
    z-index:90;
}

.option3 .donate-now label {
     padding:5px;
    border-style: solid;
    border-color: #BEBEBE;
    border-width: thin;
    box-shadow: none;
     cursor:pointer;
    z-index:90;
}

.donate-now label:hover {
     background:#2B6DC6;
    color: white;
}

.option3 .donate-now label:hover {
    background:#2B6DC6;
    color: white;
    border-style: none;
}

.radio-boxes label{
    text-align: center;
}

/*--------------------------------------------------------------
# Checkbox - Option2 
--------------------------------------------------------------*/

.checkboxes{
    margin-left: 15px;
    display: flex;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border-color: #2B6DC6;
  border-style: solid;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2B6DC6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
    padding-left: 0.5px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkboxes #label2{
    margin-left: 60px;
}

/*--------------------------------------------------------------
# Option 3 
--------------------------------------------------------------*/

#border1{
    text-align: center;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#border2{
    text-align: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#border{
    border-radius: 0px;
    text-align: center;
}

/*--------------------------------------------------------------
# Phone
--------------------------------------------------------------*/

.phone1{
    padding:5px;
    height: 35px;
    border-style: solid;
    border-color: #BEBEBE;
    border-width: thin;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 20px;
}

.input5 input[type=text] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #BEBEBE;
    padding-left: 10px;
    margin-left: 15px;
    color: #0F0F0F;
    outline: none;
    outline-style: none;
    padding: 3px 10px;
    font-weight: lighter;
}

.input5 input[type=tel] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #BEBEBE;
    padding-left: 10px;
    margin-left: 15px;
    color: #0F0F0F;
    outline: none;
    outline-style: none;
    padding: 3px 10px;
    font-weight: lighter;
}

::placeholder{
    color: #BEBEBE;
}

.input6 input[type=text] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #BEBEBE;
    padding-left: 10px;
    margin-left: 15px;
    color: #0F0F0F;
    outline: none;
    outline-style: none;
    padding: 3px 10px;
    width: 247px;
    font-weight: lighter;
}

.input8 input[type=text] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #BEBEBE;
    padding-left: 10px;
    margin-left: 15px;
    color: #0F0F0F;
    outline: none;
    outline-style: none;
    font-weight: lighter;
}

/*--------------------------------------------------------------
# Dropdown
--------------------------------------------------------------*/

.dropdown_roles{
    width: 200px;
    height: 40px;
    margin-left: 20px;
    border-color: #BEBEBE;
    font-weight: lighter;
    border-radius: 5px;
    margin-top: 10px;
}

.dropdown_skill{
    width: 200px;
    height: 40px;
    margin-left: 20px;
    border-color: #BEBEBE;
    font-weight: lighter;
    border-radius: 5px;
}

.options_roles{
    width: 200px;
    font-weight: lighter;
}

.options_skill{
    width: 200px;
    margin-top: 0px;

}

#default{
    color: #BEBEBE;
}

.mobile-sem{
    display: none;
}

.dropdown{
    display: none;
}

/*--------------------------------------------------------------
# Notifications
--------------------------------------------------------------*/

.notif h6{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: lighter;
}

.notif .checkboxes label{
    margin-left: 100px;
}

#submit{
    margin-left: 430px;
    background-color:#2B6DC6;
    color: white;
    width: 150px;
    border-style: none;
    height: 40px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.checkbox_last{
    border-radius: 0px;
}

#profile{
    margin-top: 20px;
}

.input2 {
    display: none;
}

#group1 {
    display: none;
}

#group2 {
    display: none;
}

#notif {
    display: none;
}

.input1 {
    padding-bottom: 5px;
}

/*--------------------------------------------------------------
# Mobile Responsive Form
--------------------------------------------------------------*/

@media (max-width: 768px){
    #form{
        width: 400px;
    }
    
    .wrapper{
        height: 1950px;
    }
}

/*--------------------------------------------------------------
# Mobile Responsive Upper Form Strip
--------------------------------------------------------------*/

@media (max-width: 768px){
    h2{
        padding-top: 90px;
        text-align: center;
        font-size: 20px;
    }
    
    .form-upper{
        background-image: linear-gradient(#2B6DC6, #3685F0);
        width: 400px;
        height: auto;
        margin-left: 1px;
        margin-top: 20px;

    }
    
    #form #form-upper-img{
        width: 50px;
        height: 50px;
        margin-left: 20px;
    }
    
    .form-upper h5{
        text-align: center;
        padding-top: 10px;
        color: white;
        font-size: 15px;
        width: 300px;
    }
}

/*--------------------------------------------------------------
# Mobile Responsive Input 1 
--------------------------------------------------------------*/

@media (max-width: 768px){
    #img1{
        margin-left: 20px;
    }
    
    .donate-now {
        margin-left: 0px;
    }
    
    .donate-now li {
        float: none;
    }
    
    #form .input-container p{
        padding-top: 5px;
        width: 70px;
    }
    
    #form .common p {
        padding-top: 5px;
        width: 230px;
    }
}

/*--------------------------------------------------------------
# Mobile Responsive Input 2 
--------------------------------------------------------------*/

@media (max-width: 768px){
    #img2{
        margin-left: 20px;
    }
    
    .checkboxes{
        margin-left: 0px;
        margin-top: 10px;
        display: flex;
        width: 100px;
    }
    
    .checkboxes #label2{
        margin-left: 10px;
    }
    
    .checkmark{
        width: 20px;
        height: 20px;
    }
    
    .container {
        padding-left: 23px;
    }
    
    #container2 {
        margin-top: 0px;
    }
}

/*--------------------------------------------------------------
# Mobile Responsive Input 3 
--------------------------------------------------------------*/

@media (max-width: 768px){
    #img3{
        margin-left: 20px;
    }
    
    #border1{
        border-radius: 5px;
    }
    
    #border2{
        border-radius: 5px;
    }
}

/*--------------------------------------------------------------
# Mobile Responsive Relocation Input 4
--------------------------------------------------------------*/

@media (max-width: 768px){
    #img4{
        margin-left: 20px;
    }
    
    #form .input-container #relocate-p{
        width: 200px;
        margin-left: 10px;
    }
    
    #relocate .donate-now {
        margin-right: 20px;
    }
}

/*--------------------------------------------------------------
# Mobile Responsive Input 5
--------------------------------------------------------------*/

@media (max-width: 768px){
    #img5{
        width: 25px;
        height: 25px;
        margin-left: 0px;
        margin-top: 17px;
    }
    
    .phone1{
        margin-left: 5px;
    }
}

/*--------------------------------------------------------------
# Mobile Responsive Input 6
--------------------------------------------------------------*/

@media (max-width: 768px){
    #img6{
        width: 30px;
        height: 30px;
        margin-left: 20px;
    }
    
    #img7{
        margin-left: 20px;
    }
}

/*--------------------------------------------------------------
# Mobile Responsive Input 7
--------------------------------------------------------------*/

@media (max-width: 768px){
    #img8{
        width: 25px;
        height: 25px;
        margin-left: 20px;
        margin-top: 5px;
    }
    
    .row1{
        display: flex;
    }
    
    .row1 #border1{
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    
    .row1 #border2{
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    
    .desktop-sem{
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Responsive Input 8
--------------------------------------------------------------*/

@media (max-width: 768px){
    #img9{
        margin-left: 20px;
        margin-top: 20px;
    }
    
    .input8{
        margin-top: 0px;
    }
}

/*--------------------------------------------------------------
# Mobile Responsive Cities
--------------------------------------------------------------*/

@media (max-width: 768px){
    .cities {
        display: block;
    }
    
    #img11{
        margin-left: 20px;
    }
}

/*--------------------------------------------------------------
# Mobile Responsive Dropdown 1
--------------------------------------------------------------*/

@media (max-width: 768px){
    #img12{
        width: 30px;
        height: 30px;
        margin-left: 20px;
        margin-top: 5px;
    }
    
    #img18{
        width: 30px;
        height: 30px;
        margin-left: 0px;
        margin-top: 5px;
    }
    
    .dropdown{
        display: block;
    }
    
    .desktop{
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Responsive Dropdown 2
--------------------------------------------------------------*/

@media (max-width: 768px){
    #img13{
        width: 25px;
        height: 20px;
        margin-left: 20px;
        margin-top: 0px;
    }
    
    #img19{
        width: 25px;
        height: 20px;
        margin-left: 0px;
        margin-top: 20px;
    }
}

/*--------------------------------------------------------------
# Mobile Responsive Notif
--------------------------------------------------------------*/

@media (max-width: 768px){
    .notif h6{
        font-size: 15px;
    }
    
    .notif .checkboxes label {
        margin-left: 20px;
    }
    
    #submit{
        margin-left: 130px;
    }
    
}

/*--------------------------------------------------------------
# Mobile Responsive Profile Photo
--------------------------------------------------------------*/

@media (max-width: 768px){
    #img14{
        width: 30px;
        height: 30px;
        margin-left: 0px;
        margin-top: 20px;
    }
    
    #img15{
        width: 20px;
        height: 20px;
        margin-left: 5px;
        margin-top: 15px;
    }
    
    #img16{
        width: 30px;
        height: 30px;
        margin-left: 20px;
    }
    
    #img17{
        width: 20px;
        height: 30px;
        margin-left: 5px;
        margin-top: 20px;
    }
    
    .input15{
        margin:auto;
        width: 100%;
        text-align: center;
        margin-left: 70px;
        margin-top: 50px;
    }
    
    #phone{
        margin-right: 20px;
    }
    
    #skill{
        margin-right: 20px;
    }
    
    #myfile{
        margin-top: 40px;
        margin-left: 80px;
    }
    
    .mobile-skill{
        margin-top: 20px;
    }
    
    .common .dropdown{
        margin-left: 0px;
    }
    
}







#field1 {
    display: none;
}

#group3 {
    display: none;
}

#group4 {
    display: none;
}

#group5 {
    display: none;
}

#group6 {
    display: none;
}

#group7 {
    display: none;
}

#group2_col {
    display: none;
}

#group5_city {
    display: none;
}
