/* PAGE MAIN IMAGE START  */
.page-image{
    width: 100%;
    height: 20rem;
    background: var(--light-hover) url("../img/hero3.png") center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-image::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.542);
	z-index: 3;
}
.page-image-container{
    width: 80%;
    z-index: 4;
}
.page-image-container h1{
    font-weight: 800;
    font-size: 2.5rem;
    color: var(--light);
    margin-bottom: 1rem;
}
.page-image-container h2{
    font-weight: 500;
    font-size: 1rem;
    color: var(--light);
    margin-bottom: 1rem;
}
.page-image-container .page-location{
    color: var(--light-hover);
}
.page-image-container .page-location a{
    color: var(--secondary-color);
}
@media screen and (max-width: 1200px){
    .page-image{
        height: 16rem;
    }
}
@media screen and (max-width: 992px){
    .page-image-container{
        width: 90%;
    }
}
@media screen and (max-width: 768px){
    .page-image-container{
        width: 95%;
    }
}
/* PAGE MAIN IMAGE END  */

/* APPLY NOW FIRST START  */
.apply-first-section {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 4rem 0 10rem 0;
    background: var(--light-hover) url("../img/abstractnews.jpg") no-repeat center center/cover fixed;
    border-radius: 0 0 5% 5%;
  }
  @media only screen and (max-device-width: 1200px) {
    .apply-first-section {
      background-attachment: scroll;
    }
  }
  .apply-first-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.132);
}
  .apply-first-container{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .apply-first-title {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 600;
}
.apply-first-title::after{
    content: "";
    width: 8rem;
    height: .35rem;
    position: absolute;
    bottom: -.5rem;
    left: 0;
    background: var(--secondary-color-hover);
    transition: .3s;
    border-radius: .2rem;
}
.apply-first-sub-title {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}
.apply-first-sub-title::after{
    content: "";
    width: 6rem;
    height: .25rem;
    position: absolute;
    bottom: -.5rem;
    left: 0;
    background: var(--secondary-color-hover);
    transition: .3s;
    border-radius: .2rem;
}
.apply-first-container p{
    font-weight: 500;
  }
  .apply-first-container ul {
    list-style: none;
    text-align: left;
    padding: 0;
  }
  
  .apply-first-container li {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .apply-first-container li i{
    color: var(--secondary-color-hover);
  }
  @media screen and (max-width: 992px){
    .apply-first-container{
        width: 90%;
    }
}
@media (max-width: 767px) {
  .apply-first-container{
      width: 95%;
  }
  .apply-first-title {
    font-size: 28px;
  }
  
    .apply-first-sub-title {
      font-size: 20px;
    }
  
    li {
      font-size: 16px;
    }
  }
/* APPLY NOW FIRST END  */

/* CONTACT FIRST START  */
.contactcontainer {
    width: 100%;
    border-radius: 6px;
    padding: 3rem 0 5rem 0;
    /* height: 600px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url('../img/news-abstract.jpg') center/cover no-repeat fixed;
  }
  @media only screen and (max-device-width: 1200px) {
    .contactcontainer {
      background-attachment: scroll;
    }
  }
  .contactcontainer .content {
    width: 80%;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 100%;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
    /* background: #fcfcfc; */
    border-radius: .3rem;
    box-shadow: 0 0 2rem #00000020;
    margin-top: -8rem;
    background: var(--light);
    padding: 1rem;
  
  }
  .contactcontainer .content .right-side {
    width: 100%;
    /* margin-left: 75px; */
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }
  .contactcontainer .right-side .topic-text {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 1rem;
  }
  .right-side-container form{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .contactcontainer .content .right-side .input-box-title{
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: .2rem;
  }
  .contactcontainer .content .right-side .input-box-title p{
    font-size: 1.1rem;
    font-weight: 500;
  }
  .contactcontainer .content .right-side .input-box {
    min-height: 50px;
    width: 100%;
    margin: .3rem 0;
  }
  .contactcontainer .content .right-side .input-box:not(.not-box-shadow){
      box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.07);
  }
  .contactcontainer .content .right-side .sinput-box{
    width: 48%;
    border-left: .2rem solid var(--secondary-color);
  }
  .contactcontainer .right-side .input-box input,
  .contactcontainer .right-side .input-box textarea {
    height: 100%;
    width: 100%;
    font-size: 16px;
    border: none;
    outline: none;
    /* border-left: 6px solid #ce4f3e;
    border-bottom: 3px solid #ce4f3e; */
    background: #fff;
    padding: 0 10px;
    resize: none;
  }
  .contactcontainer .right-side .input-box input[type="radio"] {
    width: 3%;
    min-width: 15px;
    height: 50%;
  }
  .contactcontainer .right-side .input-box span {
    position: inherit;
    font-size: 16px;
    padding-bottom: 20px;
  }
  .contactcontainer .right-side .message-box {
    min-height: 110px;
  }
  .contactcontainer .right-side .button {
    display: inline-block;
    margin-top: 12px;
  }
  .contactcontainer .right-side .message-box textarea {
    padding-top: 6px;
    resize: vertical;
    height: 100px;
  }
  .contactcontainer .right-side .button{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  .contactcontainer .right-side .button input[type="submit"]{
    border: none;
    outline: none;
    padding: .5rem 1.8rem;
    font-size: 1.1rem;
    background: var(--secondary-color);
    cursor: pointer;
    border: .15rem solid var(--secondary-color);
    font-weight: 500;
    position: relative;
    transition: .3s;
}
.contactcontainer .right-side .button input[type="submit"]:hover{
    padding: .5rem 2rem;
    border: .15rem solid var(--secondary-color-hover);
    color: var(--light);
    z-index: 2;
    background: var(--secondary-color-hover);
}
  @media screen and (max-width: 1200px){
    .contactcontainer .content .left-side .contactinfo {
      position: absolute;
      top: 40px;
      left: 0;
      width: 100%;
      color: #ffffff;
      /* color: #000; */
      padding: 10px;
      border-radius: 10px;
      z-index: 100;
    }
  }
  @media screen and (max-width: 1024px) {
    .contactcontainer .content .right-side {
      margin-left: 25px;
    }
  }
  @media screen and (max-width: 876px) {
    .contactcontainer .content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      /* height: 1150px; */
      overflow: visible;
    }
    .contactcontainer .content .left-side {
      width: 100%;
      height: 30%;
      min-height: 350px;
    }
    .contactcontainer .content .left-side .contactinfo {
      top: 10px;
      left: 0;
      width: 100%;
    }
    .contactinfo h2 {
      margin-bottom: 1rem;
    }
    .contactinfo p {
      margin: 0;
    }
    .contactinfo p:last-child {
      margin: 10px 0 0 0;
    }
    .contactcontainer .content .right-side {
      width: 100%;
      height: 70%;
      margin-left: 0px;
      padding: 10px;
    }
    .contactcontainer .content .right-side .right-side-container{
      margin: 0 0;
    }
    .contactcontainer .content .right-side .sinput-box{
      width: 100%;
    }
  }  
  @media screen and (max-width: 768px){
    .contactcontainer .content{
      width: 95%;
    }
  }
/* CONTACT FIRST END  */