

/* Page Banner Sec Start */
.page-banner {
  background: url("../assets/banner/research-banner.jpg")no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15% 0;
  position: relative;
}

.page-banner .opacity {
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
}

.page-banner .content {
  position: relative;
  z-index: 15;
}

.page-banner .content h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}

.page-banner .content a {
  color: #fff;
}

.page-banner .content span {
  color: #0074d9;
  font-size: 18px;
}

.about-pg-sec {
  padding: 5% 0;
}

.about-pg-sec .sec-title{
    margin-bottom: 25px;
}
.about-pg-sec .scnd-para{
    padding: 3% 0 0 0;
}

.about-pg-sec .img {
  position: relative;
  background-color: #0074d9;
  border-radius: 0 0 20px 20px;
  height: 550px;
}

.about-pg-sec .img img {
  position: absolute;
  top: 10%;
  right: 0;
  left: 5%;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
  width: 90%;
}




/* Services page css */
.service-pg {
  padding: 5% 0;
}

.service-pg .main-left-menu{
    position: relative;
}
.service-pg .main-left-menu .left-menu{
    position: sticky;
}

.service-pg .left-menu {
  position: relative;
  background-color: #efefef;
  border-radius: 20px 20px 20px 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
}

.service-pg .left-menu .arrow-r {
  position: absolute;
  right: 5%;
}

.service-pg .right-content{
    /*overflow-y: scroll;*/
    /*height: 600px;*/
    padding: 0 7.5% 0 0;
}
/* width */
.service-pg .right-content::-webkit-scrollbar {
  width: 8px;
  border-radius: 15px;
}

/* Track */
.service-pg .right-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.service-pg .right-content::-webkit-scrollbar-thumb {
  background: #2d99f7;
  border-radius: 15px;
}

/* Handle on hover */
.service-pg .right-content::-webkit-scrollbar-thumb:hover {
  background: #0275d9
}

.link-box{
  padding: 3% 4%;
}

.link-box:hover{
  background-color: #192136;
  color: #fff;
}
.link-active{
  background-color: #192136;
  color: #fff;
}
.service-pg .link-active a{
  color: #fff;
}

.link-box:hover > a{
  color: #fff;
  align-items: center;
}
.service-pg a{
  font-size: 16px;
  text-transform: capitalize;
  padding: 2% 0 0 0;
  text-decoration: none;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  display: inline-block;
  width: 100%;
}

.right-content .content h3{
  font-size: 35px;
  padding: 5% 0 2%;
  font-family: "Nunito", sans-serif;
}

.service-pg .right-content .sec-title{
    margin-bottom: 15px;
        padding: 5% 0 0 0;
}
.service-pg .right-content .sec-title h2 {
    font-size: 35px;
}


.right-content .content ol li{
  font-size: 14px;
  color: #000;
  padding: 0% 0% 2% 0%;
}
.right-content .img img{
  border-radius: 0 20px 20px 20px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
    width: 100%;
}




/* Contact Section start */
.contact-pg {
  padding: 5% 0 32%;
  position: relative;
}

.contact-pg .contact-container {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: grid;
  grid-template-columns: 35% 65%;
  position: absolute;
  top: -20%;
  left: 10%;
  right: 10%;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  z-index: 15;
}

.contact-pg .contact-container .form-box {
  background-color: #192136;
  padding: 5%;
}

.touch-box {
  background-color: #fff;
  padding: 10% 8%;
}

.touch-box h4 {
  font-size: 35px;
  font-family: "Nunito", sans-serif;
  color: #192136;
  font-weight: 700;
  padding: 0 0 10% 0;
}

.touch-box h5 {
  font-size: 18px;
  color: #192136;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.touch-box a {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #000;
  font-size: 14px;
}

.touch-box .content {
  padding: 0 0 0 2%;
}

.touch-box .contct-icon {
  font-size: 25px;
  color: #0074d9;
}

.contact-pg .contact-container .send-btn {
  padding: 2% 5%;
  font-size: 18px;
  font-weight: 600;
  border-radius: 15px 0;
}






.form-box h4 {
  font-size: 35px;
  font-family: "Nunito", sans-serif;
  color: #fff;
  font-weight: 700;
  padding: 0 0 3% 0;
}

.form-box p {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #aaa;
  font-weight: 700;
  padding: 0% 0 5% 0;
}

.call-to {
   margin: 0 0 8% 0;
    display: grid;
    grid-template-columns: 10% 90%;
}

.form-box .form-control {
  border-radius: 10px;
  padding: 4% 0 4% 2.5%;
  margin: 0 0 3% 0;
}

@media only screen and (max-width: 768px) {
  .about-pg-sec .img {
           height: 335px;
        margin: 0 0 25% 0;
    }
  .about-pg-sec .about-pg-sec .head-con{
      padding: 20% 0 0 0;
  }
  .page-banner{
          padding: 50% 0 25%;
  }
  .contact-pg .contact-container{
      grid-template-columns: 100%;
      left: 5%;
    right: 5%;
  }
  .contact-pg {
    margin: -10% 0 225%;
  }
  .service-pg .main-left-menu .left-menu {
    margin: 0 0 10% 0;
   }
   .service-pg .right-content{
       padding: 0 3.5% 0 0;
   }
   .service-pg .right-content .sec-title h2{
       font-size: 30px;
   }
   .mobile-menu .contact-info ul li{
       font-size: 13px;
       margin-bottom: 10px;
   }
}