body{
  margin: 0px;
  padding: 0px;
}
* {
  font-family: 'Nunito', sans-serif;
}
h1,h2,h3,h4,h5,h6{
  position: relative;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  display: inline-block;
}
p{
  position: relative;
  font-family: 'Nunito', sans-serif;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}
#status {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -37.5px 0 0 -37.5px;
}
#status .spinner-border{
  width: 75px;
  height: 75px;
}
.dropdown-item{
  color: white;
  border-bottom: 1px solid #444;
}
.dropdown-item:last-child{
  border-bottom: 0px;
}
.dropdown-item:hover{
  color: white;
  background-color: #333;
}
.btn-primary{
  background-color: #00679d;
}
.btn-outline-primary{
  border-color: #00679d;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active{
  background-color: #00679d;
  color: white;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
  outline:0px !important;
  -webkit-appearance:none;
  box-shadow: none !important;
}
.clear{
  clear: both;
}
.display-table{
  width: 100%;
  height: 100%;
  display: table;
}
.display-table-cell{
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.section1{
  position: absolute;
  z-index: 25;
  width: 100%;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section1-content{
  background-color: rgba(0,0,0,0.0);
  margin-top: -90px;
}

.section1 .page-form-header img{
  max-width: 250px;
}
.section1 .page-form-content .fa{
  color: rgba(255, 255, 255, 0.5);
  min-width: 25px;
  text-align: center;
}
.section2{
  position: relative;
  width: 100%;
  min-height: 250vh;
  z-index: 23;
}
.section2-content{
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  padding-top: 170px;
  padding-bottom: 100px;
  background-image: url('../images/bg1.png');
  background-size: cover;
}
.section2-content p, .section3-content p, .section4-content p, .section5-content p, .section6-content p, .section9-content p{
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #777;
}
.section3-content{
  background-color: #eee;
  text-align: center;
  overflow: hidden;
}
.section3-header{
  padding-top: 150px;
  padding-bottom: 50px;
}
.page-form-header{
  text-align: center;
  padding: 45px 25px;
}
.page-form-header img{
  max-width: 100%;
}
.page-form-content{
  width: 100%;
}
.page-form-content p{
  margin: 10px 0px 5px 10px;
  padding: 0px;
  font-size: 12px;
  color: #fff;
}
.page-form-content label{
  width: 100%;
  position: relative;
  display: block;
}
.page-form-content label .fa{
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  color: rgba(0,0,0,0.3);
}
.page-form-content input{
  padding: 10px;
  width: 100%;
  display: block;
  padding-left: 40px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  background-color: rgba(0,0,0,0.1);
  color: whitesmoke;
}
.page-form-content input:active, .page-form-content input:focus{
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-form-content h4{
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #aaa;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.btn-forget-password{
  font-size: 12px;
  padding: 0px;
  color: #fff;
}
.btn-forget-password:hover{
  color: #fff;
}
.showPassword{
  cursor: pointer;
}
.btn-login{
  border-radius: 5px;
  font-size: 16px;
  min-width: 150px;
  background-color: rgba(0,0,0,0.3);
  color: #fff;
}
.btn-login:hover{
  color: white;
  background-color: rgba(0,0,0,0.2);
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #e46774;
}
.invalid-feedback {
  color: #e46774;
  display: none;
}
.login-error{
  width: 350px;
  position: fixed;
  left: 50%;
  top: 20px;
  margin-left: -175px;
  z-index: 99999999;
  color: white;
  font-size: 14px;
  padding: 13px 40px;
  padding-right: 50px;
  text-align: center;
}
.login-error .btn-close{
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
}
.login-error .btn-close:hover{
  color: white;
  background-color: rgba(255,255,255,0.2);
}
.page-form-footer{
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.page-form-logo{
  padding-bottom: 25px;
  text-align: center;

}
.saying:hover{
  color: white !important;
  cursor: pointer;
}
.page-form-footer .line{
  width: 100%;
  height: 1px;
  background-color: #2F3439;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-form-footer .line-mid{
  position: absolute;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  font-size: 12px;
  background-color: #2F3439;
  border: 1px solid #2F3439;
  z-index: 2;
  margin-top: -10px;
  color: #aaa;
}
.page-form-footer .btn-bottom{
  border-radius: 0px;
  font-size: 14px;
  min-width: 150px;
  margin-top: 5px;
  margin-left: -2px;
  margin-right: -2px;
}
.page-form-footer .btn-outline-secondary:nth-child(1){
  border-right: 0px;
}
.page-form-footer .btn-outline-secondary:nth-child(2){
  border-left: 0px;
}
.checkBox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 5px;
}
.checkBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
}
.checkBox:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkBox input:checked ~ .checkmark {
  background-color: rgba(255,255,255,0.3);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkBox input:checked ~ .checkmark:after {
  display: block;
}
.checkBox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer img{
  max-width: 50px;
  margin-right: 10px;
}
.footer{
  background-color: #f5f5f5;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer p{
  font-size: 12px;
  margin: 0px;
}
.section4, .section6{
  padding-top: 100px;
  padding-bottom: 100px;
}
.mid-heading{
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.img2, .img3{
  display: none;
}
.section5{
  position: relative;
  width: 100%;
  height: auto;
  background-image: url('../images/abstract-background.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section5-content{
  min-height: 80vh;
}
.section5-content a{
  display: inline-block;
}
.section4 img, .section5 img, .section6 img{
  width: 150px;
  max-width: 100%;
}
.headLine{
  width: 100%;
  height: 25px;
  background-color: #eee;
  position: absolute;
  z-index: -1;
  bottom: -5px;
}
.goToTop{
  display: none;
  position: fixed;
  z-index: 999;
  right: 30px;
  top: 20px;
  background-color: white;
  box-shadow: 0px 0px 20px 0px #eee;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.goToTop .btn{
  text-transform: uppercase;
  font-size: 12px;
}
.goToTop:after, .goToTop:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.goToTop:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ddd;
  border-width: 10px;
  margin-left: -10px;
}
.goToTop:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ddd;
  border-width: 16px;
  margin-left: -16px;
}
.section7{
  padding-bottom: 100px;
}
#showMoreDetails{
  width: 100%;
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}
.referans{
  width: 100%;
  height: auto;
  position: relative;
  background-color: #eee;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.referans-logo{
  text-align: center;
  padding: 25px;
}
.referans-logo img{
  max-width: 100%;
}
.referans-text{
  position: relative;
  min-height: 80px;
}
.referans-text .display-table{
  min-height: 80px;
}
.referans-text p{
  font-size: 12px;
}
.section8{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}
.section8 h4{
  width: 100%;
  display: block;
}
.section8 div.col-lg-3{
  padding: 25px;
}
.section8 img{
  width: 110px;
  margin-bottom: 25px;
}
.goToNextSection:hover{
  cursor: pointer;
}
.section9{
  padding-bottom: 150px;
}
.section9 img{
  max-width: 200px;
}
.section9-content .btn-outline-primary{
  margin-top: 25px;
  margin-bottom: 25px;
}
.section9-content .btn-outline-primary .fas{
  margin-left: 25px;
}
.imgMaxHeight204 img{
  max-height: 204px;
}
.goDown{
  min-width: 100px;
  min-height: 61px;
  padding: 15px 25px;
  background-color: #111;
  text-align: center;
  height: auto;
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 90;
  margin-top: -45px;
  color: white;
  border-radius: 25px 0px 0px 25px;
}
.goDown img{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content-button-list{
  width: 100%;
}
.btn-outline-primary{
  border-color: #353A40;
  color: #353A40;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: white;
  background-color: #353A40;
  box-shadow: none !important;
  outline: 0px !important;
}
.myModal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 999999 !important;
}
.myModalContent{
  position: relative;
  max-width: 480px;
  background-color: white;
  padding: 40px;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  margin-bottom: 250px;
}
.myModal2{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 999999 !important;
}
.myModalContent2{
  position: relative;
  max-width: 480px;
  background-color: white;
  padding: 40px;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  margin-bottom: 250px;
}
.emailSended .fa{
  color: #28a745;
  font-size: 50px;
}
.emailSended{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: white;
  z-index: 999;
  padding: 40px;
  border-radius: 6px;
  display: none;
}
.emailSended2 .fa{
  color: #28a745;
  font-size: 50px;
}
.emailSended2{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: white;
  z-index: 999;
  padding: 40px;
  border-radius: 6px;
  display: none;
}
.forgetPasswordClass{
  padding: 30px;
  background-color: rgba(0,0,0,0.5);
}
#forgetDiv{
  display: none;
}
.demo-form{
  display: none;
}
@media (min-width: 578px){
  .big_screen_white_space{
    white-space: nowrap;
  }
}
@media (min-width: 1368px){
  .section1{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 2000px){
  .section1{
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 578px){
  body{
    overflow-x: hidden;
  }
  .section1 .container{
    padding-left: 35px;
    padding-right: 35px;
  }
  .footer_icon{
    display: none;
  }
  .section1-content{
    background-color: rgba(53, 58, 64,0.8);
  }
  .goDown{
    min-width: 25px;
    top: 10%;
  }
  .section2-content{
    padding-top: 20px;
  }
  .goDown span{
    display: none !important;
  }
  #goDownText{
    display: none !important;
  }
}

.frm-style {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

#username, #password{
  border-radius: 5px;
}

#captcha{
  border-top-left-radius: 5px;
  border-bottom-left-radius:  5px;
}

#capcha-img{
  float:right;
  height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  border-top-right-radius:  5px;
  border-bottom-right-radius:  5px;
}