@charset "UTF-8";

.landing-page-content [class*="-section-wrapper"]:not(.third-section-wrapper):not(.fourth-section-wrapper),
.third-section-wrapper .third-section,
.fourth-section-wrapper .fourth-section,
footer .top-footer{
  width: 85%;
  margin: 0 auto;
}

.logo-div{
  background: #354350;
  border-radius: 8px;
  color: #fff;
  padding: 27px 40px 15px 30px
}

.logo-div .icon-title{
  letter-spacing: 10px;
  font-family: Arial, Helvetica, sans-serif
}

.landing-page-wrapper,
.landing-page-content,
footer{
  font-family: Quicksand;
}

.first-section{
  margin-top: 5rem
}

.first-section .btn-dark-red{
    padding: 8px;
    border-radius: 10px;
    letter-spacing: 2px;
}

.first-section .btn-dark-red .fas{
  margin-right: 10px;
}

.first-section .auth-div{
  margin-left: auto;
}

.first-section .label-control{
  letter-spacing: 1.5px;
  margin-bottom: 0.8rem;
}

.first-section .float-right{
  margin-left: 3.5rem;
}

.second-section{
  margin-top: 5rem;
}

.second-section h5{
  color: #c12938;
  letter-spacing: 2px;
}

.second-section h3{
  font-weight: bold;
  margin-top: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
}

@media only screen and (max-width: 320px){
  .second-section h5{
    font-size: 1.3rem;
  }
  .second-section h3{
    font-size: 1.3rem;
  }
}

.col.right-img-cropped{
    background: url("../../images/Pilotleser-Home.png") no-repeat;
    background-size: cover;
    max-height: 350px;
    background-position: top 0px center;    
    height: 600px;
    -webkit-box-shadow: inset 0px 0px 49px 30px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 49px 30px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 49px 30px rgba(255,255,255,1); 
}

.text-red{
  color: #CC2E3D;
}

.third-section .col:last-child p{
  font-size: 18px;
  letter-spacing: 2px;
}

.third-section .item{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 1px 6px rgba(0,0,0,0.23);
  padding: 25px 35px;
  border-radius: 10px;
  border-bottom: 5px solid #cb2e3c;
  position: relative;
  height: 100%;
  background: #ffffff;
}

.third-section .item .item-title{
  font-weight: bold;
  color: #717b84;
  letter-spacing: 5px;
  border-bottom: solid thin #dddd;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
}

.third-section .item .item-icon{
  background: #cc3340;
  color: #fff;
  padding: 5px 18px;
  border-radius: 10px;
  position: absolute;
  right: -1px;
  bottom: -4px;
}

.third-section .item p{
  font-size: 15px;
}
/*
.third-section .row .col-md-6:nth-child(2) .item p{
  font-size: 14px;
}

.third-section .row .col-md-6:first-child .item{
  padding-bottom: 43px;
}

.third-section .row .col-md-6:nth-child(3) .item{
  padding-bottom: 46px;
} */

.third-section .col-md-7 .row{
  position: relative;

  /* top: -50px; */
}

.third-section .col{
  padding: 90px 0 0 83px;
}

.third-section .col .font-weight-bold{
  margin-bottom: 1.8rem;
  letter-spacing: 3px;
}

.third-section .col .btn-dark{
  padding: 7px 18px;
  border-radius: 10px;
  word-spacing: 2px;
  letter-spacing: 1px;
  margin-top: 1.8rem;
}

.third-section-wrapper{
  position: relative;
  margin-top: 5rem;
  padding-bottom: 25rem;
}

.third-section-wrapper::before{  
  background: url(/images/circle-bg.png) #fff;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;  
  height: 120%;
}

.fourth-section-wrapper{
  background: #f7f7f7;
}

.fourth-section-wrapper .fourth-section .box-wrapper{
  position: relative;
  margin-top: -300px;
}

@media only screen and (max-width: 650px){
  .fourth-section-wrapper .fourth-section .box-wrapper{
    position: relative;
    margin-top: -350px;
  }
}

.fourth-section-wrapper .fourth-section .box-wrapper .box-container{
  height: 700px;
  padding: 20px;
  background: #ffffff;
  border-radius: 15px;
}

.fourth-section-wrapper .fourth-section .box-wrapper .box-container .box-outer{
  background: url(/images/office-3295561_1920.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 95%;
  height:100%;
  position:relative;
  overflow: hidden;
}

.fourth-section-wrapper .fourth-section .box-wrapper .box-container .box-inner{
  position: absolute;
  top: 70px;
  left: 72px;
  background: rgba(71, 84, 96, 0.88);
  padding: 20px;
  width: auto;
}

@media only screen and (max-width: 1120px){
  .fourth-section-wrapper .fourth-section .box-wrapper .box-container .box-inner{
    width: calc(100% - 144px);
  }
}

@media only screen and (max-width: 640px){
  .fourth-section-wrapper .fourth-section .box-wrapper .box-container {
    height: 500px;
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;    
  }
  .fourth-section-wrapper .fourth-section .box-wrapper .box-container .box-inner{
    top: 70px;
    left: 32px;
    width: calc(100% - 64px);
  }
}

@media only screen and (max-width: 572px){
  .fourth-section-wrapper .fourth-section .box-wrapper .box-container {
    height: 530px;
  }
}

@media only screen and (max-width: 510px){
  .fourth-section-wrapper .fourth-section .box-wrapper .box-container .box-inner{
    position: absolute;
    top: 70px;
    left: 5%;
    padding: 20px;
    width: 90%;
  }
}

@media only screen and (max-width: 448px){
  .fourth-section-wrapper .fourth-section .box-wrapper .box-container {
    height: 560px;
  }
}

@media only screen and (max-width: 384px){
  .fourth-section-wrapper .fourth-section .box-wrapper .box-container {
    height: 620px;
  }
}

@media only screen and (max-width: 359px){
  .fourth-section-wrapper .fourth-section .box-wrapper .box-container {
    height: 560px;
  }
}

@media only screen and (max-width: 359px){  
  .fourth-section-wrapper .fourth-section .box-wrapper .box-container .box-inner .box-content h2{
    /*font-size: 1.2rem;*/
  }  
}

.fourth-section-wrapper .fourth-section .box-wrapper .box-container .box-inner .box-content{
  border: 1.4px solid rgba(236, 237, 238, 0.3803921568627451);
  padding: 35px 35px 45px;
}

@media only screen and (max-width: 359px){
  .fourth-section-wrapper .fourth-section .box-wrapper .box-container .box-inner .box-content{
    padding: 35px 10px 45px;
  }
}
.fourth-section-wrapper .fourth-section .box-wrapper .box-container .box-inner .box-content h2{
  font-weight: bold;
  letter-spacing: 5px;
  color: #ffffff;
}

.fourth-section-wrapper .fourth-section .box-wrapper .box-container .box-inner .box-content .btn{
  padding: 10px 30px 8px;
  border-radius: 10px;
  margin-top: 1.5rem;
}

.fourth-section-wrapper .fourth-section .bottom-container{
  margin-top: 4rem;
}

.fourth-section-wrapper .fourth-section .bottom-container h2{
  letter-spacing: 5px;
}

.fourth-section-wrapper .fourth-section .bottom-container p{
  margin-top: 1.5em;
  letter-spacing: 2px;
}

.fourth-section-wrapper .fourth-section .bottom-container .btn{
  padding: 8px 15px 6px;
  border-radius: 12px;
  letter-spacing: 1px;
  margin-top: 1rem;
}

.fourth-section-wrapper .fourth-section .bottom-container img{
  margin-top: 1rem;
}

.fifth-section{
  margin-top: 3rem;
}

.fifth-section .btn-dark-red{
  padding: 6px 25px;
  font-size: 15px;
  border-radius: 10px;
  letter-spacing: 1px;
  margin-top: 1rem;
  margin-right: 10px;
}

.fifth-section .btn-dark-red i{
  margin-right: 10px;
}

footer{
  background: linear-gradient( rgba(75, 84, 93, 0.82),  rgba(75, 84, 93, 0.82)), url(/images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  position:relative;
}

footer .top-footer{
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 360px){
  footer .top-footer {
    margin-top: -50px;
  }
}

footer .top-footer img{
  width: 150px;
}

footer .top-footer ul{
  padding-left: 0px;
  list-style: none;
  margin-top: 15px;
}

footer .top-footer ul li:not(:last-child){
  margin-bottom: 5px;
}

footer .bottom-footer{
  border-top: 1px solid #a1a6ab;
  padding: 20px 0;
}

.message-icon-wrapper{
  position: fixed;
  bottom: 55px;
  right: 30px;
}

.message-icon-container{
  background: #c12938;
  padding: 20px 15px;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-box-shadow: 4px 5px 26px -5px rgba(179,179,179,1);
  -moz-box-shadow: 4px 5px 26px -5px rgba(179,179,179,1);
  box-shadow: 4px 5px 26px -5px rgba(179,179,179,1);
  cursor: pointer;
}

.message-icon-container img{
  height:40px;
  width:50px;
}

@media only screen and (max-width: 640px){

  .message-icon-wrapper{
    position: fixed;
    bottom: 85px;
    right: 0;
  }

  .message-icon-container{
    background: #c12938;
    padding: 16px 14px;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-box-shadow: 4px 5px 26px -5px rgba(179,179,179,1);
    -moz-box-shadow: 4px 5px 26px -5px rgba(179,179,179,1);
    box-shadow: 4px 5px 26px -5px rgba(179,179,179,1);
    cursor: pointer;
  }

  .message-icon-container img{
    height:24px;
    width:30px;
  }

}

.message-wrapper{
  width: 300px;
  background: #fff;
  position: fixed;
  bottom: 165px;
  right: 30px;
  border-radius: 10px;
  padding: 20px 20px 25px;
  -webkit-box-shadow: 4px 5px 26px -5px rgba(179,179,179,1);
  -moz-box-shadow: 4px 5px 26px -5px rgba(179,179,179,1);
  box-shadow: 4px 5px 26px -5px rgba(179,179,179,1);
}

.message-content.outer{
  position:relative
}

.message-content.outer .form-control{
  border: none !important;
  background: #f8f8f8;
  border-radius: 0;
  padding: 5px 18px;
  margin-bottom: 10px;
  margin-top: 1rem;
  margin-bottom: .25rem;
}

.message-content.inner{
  position: absolute;
  right: -8px;
  top: -12px;
  color: #dbdbdb;
  font-size: 18px;
  cursor: pointer;
}

.message-content.outer .btn-dark-red{
  border-radius: 0;
  margin-top: 15px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}

.ripple {
  background-position: center;
  transition: background 0.8s;
}

.ripple:hover {
  background: #c12938 radial-gradient(circle, transparent 1%, #c12938 1%) center/15000%;
}

.ripple:active {
  background-color: rgba(214, 97, 115, 0.73);
  background-size: 100%;
  transition: background 0s;
}

/* section{
  width: 100%;
}

.flex-70{
  height: 70%;
}

section.w-bg-img{
  position: relative;
  overflow: hidden;
}

section.first-row{
  height: 1025px;
  background : url('/images/write-593333_1920.jpg');
  background-size: cover;
  background-position: center;
}

section.first-row::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 100%;
  left: 0;
  transform-origin: top left;
  transform: skewY(-15deg)
}

section.first-row .navbar{
  background-color: transparent !important;
  padding: 0;
  padding-left: 18px;
  border-bottom: 1px solid #A0AAB3;
}

section.first-row .navbar a{
  color: #ffffff !important;
}

section.first-row .navbar li:nth-child(2){
  background: #DB6075
}

section.first-row .navbar li{
  padding: 0 10px;
}

.login-lbl{
  position: relative;
  top: -6px;
  margin-left: 2px;
}

section.second-row{
    position: relative;
    margin-top: -25px;
    z-index: 2;
}

section.second-row .item,
section.fourth-row .item,
section.fifth-row .item,
section.sixth-row .item{
  width: 60%;
  margin: 0 auto;
}

section.third-row{
  margin-top: -40px;
  z-index: 1;
}

section.third-row .float-left
{
  height: 700px;
}

section.third-row .float-left:nth-child(odd) {
  width: 39%;
  background : linear-gradient(
    rgba(20,20,20, .5),
    rgba(20,20,20, .5)),
    url('/images/write-593333_1920.jpg');
  background-size: cover;
  background-position: center;
}

section.third-row .float-left:nth-child(even) {
  width: 22%;
  background : linear-gradient(
    rgba(38, 43, 49, 0.6901960784313725),
    #262B31),
    url(/images/write-593333_1920.jpg);
  background-size: cover;
  background-position: center;
}

section.third-row::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  bottom: 100%;
  right: 0;
  transform-origin: top right;
  transform: skewY(-15deg)
}

section.third-row::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 100%;
  left: 0;
  transform-origin: top left;
  transform: skewY(-15deg)
}

section.third-row .item{
  width: 60%;
  margin: 0 auto;
  border: solid thin black;
}

section.fifth-row{
  height: 1025px;
  background : url('/images/write-593333_1920.jpg');
  background-size: cover;
  background-position: center;
}

section.fifth-row::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  bottom: 100%;
  right: 0;
  transform-origin: top right;
  transform: skewY(-15deg)
}

section.fifth-row::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #282F35;
  top: 100%;
  left: 0;
  transform-origin: top left;
  transform: skewY(-15deg)
}

section.fifth-row .item{
  height: 100%;
  color: #ffffff;
}

section.fifth-row .item .display-flex{
  justify-content: left
}

section.fifth-row .item .display-flex div.form-container{
  width: 65%;
  margin-top: 8rem;
}

section.fifth-row .form-control{
  border-radius: 0;
  line-height: 2;
  font-size: 20px;
}

section.fifth-row .btn{
  padding: 10px 60px;
  border-radius: 0;
  background: #282F35;
  border-color: #212529;
}

section.fifth-row .btn:hover{
  background: #495057;
}

section.sixth-row{
  height: 600px;
  background: #282F35;
}

section.sixth-row .item{
  height: 100%;
  position: relative;
  color: #ffffff;
}

section.sixth-row .footer{
  position: absolute;
  bottom: 15%;
  width: 100%;
}

section.sixth-row .footer .form-control{
  border-radius: 0;
  font-size: 0.9rem;
}

section.sixth-row .footer .btn{
  border-radius: 0;
  color: #495B5F;
  font-weight: 300;
  font-size: 0.9rem;
}

section.sixth-row .footer ul{
  padding-left: 0;
  margin-bottom: 0
}

section.sixth-row .footer ul li{
  list-style: none;
  display: inline;
}

section.sixth-row .footer .float-left ul li{
  margin-right: 25px;
}

section.sixth-row .footer ul li a{
  text-decoration: none;
  color:#E0DEDF
}

section.sixth-row .footer ul li a i{
  border-radius: 50%;
  background: #333333;
}

section.sixth-row .footer hr{
  background: #8C9093
}

section.sixth-row .footer .copyright{
  color: #9A9B9D
}

.fa-facebook-f{
  padding: 5px 10px
}

.fa-twitter{
  padding: 5px
}

.fa-instagram{
  padding: 5px 6px
}

.fa-linkedin-in{
  padding: 5px 7px
}

.fa-pinterest-p{
  padding: 5px 8px
}

.l-spacing-10
{
  letter-spacing: 10px
} */



/* Jerome CSS for responsive index page */
@media only screen and (max-width: 955px){
  .third-section .row .col-md-7{
    flex: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px){
  .first-section .label-control{
    margin-top: 0.8rem;
  }

  .fourth-section-wrapper .fourth-section .bottom-container .row .col-md-4{
    margin-bottom: 40px;
  }

  .third-section .col{
    padding: 30px 20px 0 20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 600px){
  .logo_img{
    margin-left: -60% !important;
  }  
}


@media  only screen and (max-width: 1382px) and (min-width: 1302px){
  .auth-div .row .col-md-6:first-child a{
    margin-top: 24px;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1285px){
  .auth-div .row .col-md-6:first-child a{
    /*margin-top: 24px;*/
  }
}

@media only screen and (max-width: 1023px) and (min-width: 959px){
  .first-section .btn-dark-red{
    padding: 11px;
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 960px) and (min-width: 861px){
  .first-section .btn-dark-red{
    padding: 11px;
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 860px) and (min-width: 769px){
  .first-section .btn-dark-red{
    padding: 11px;
    font-size: 0.5rem;
  }
}

@media only screen and (max-width: 640px){
  #curveDownColor path{
    d : path("M1 0 C 35 50 70 37 100 0 Z");
  }
}

@media only screen and (max-width: 415px){
  #curveDownColor path{
    d : path("M0 0 C 28 37 70 37 100 0 Z");
  }
}


@media only screen and (max-width: 460px){
  .logo_img{
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 320px){
  .logo_img {
    margin-left: 30% !important;
  }
}

footer a, footer a:hover{
  color: #fff;
  text-decoration: none;
}

.chapter_end_indicator {
  width:100%;
  text-align:center;
  border-bottom: 1px dashed #f00;
  line-height:0.1em;
  margin:10px 0 20px;
}

.chapter_end_indicator:before {
  content: "End of Chapter";
  background:#fff;
  padding:0 10px;
}
