@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,700;0,900;1,100&family=League+Spartan:wght@400;600&family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,100;1,900&family=League+Spartan:wght@400;600&family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,100&family=League+Spartan:wght@400;600&family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,700;0,900;1,100&family=League+Spartan:wght@400;600&family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu', sans-serif;
  /* font-family: 'Lato', sans-serif; */
  /* font-family: 'Lato', sans-serif; */
  /* font-family: "Poppins", Arial, sans-serif; */
}

.container {
  max-width: 1300px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.home {
  /* background: radial-gradient(#fff, #ffd6d6); */
  /* background-color: #DAF7DC;
  /* background-image: linear-gradient(45deg, #f5f7fa, #ccd3db); */
  /* background: linear-gradient(to bottom, #86a8e7, #8aa6ec, #8fa4f0, #95a2f4, #9d9ff7, #ad9af4, #bd95ef, #cc90e9, #e088d9, #ef81c6, #f97db2, #ff7b9d); */
  /* background-image: url('/images/rm309-adj-03.jpg'); */
  /* background: url('/images/bg.jpg'); */
  background-color: #7FCDDF;
  background-color: #00b4cf;
  background-color: #dbf7ff;
  /* background: linear-gradient(90deg,hsla(0,0%,96%,.8),#dbf7ff),url(/images/rm309-adj-03.jpg); */
  padding-top: 90px;
  padding-bottom: 90px;
}

.navbar {
  display: flex;
  position: fixed;
  top: 0;
  height: 85px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: black;
  margin-bottom: 40px;
  background-color: #DAF7DC;
  background-color: #dbf7ff;
  background-color: white;
  /* background-color: linear-gradient(45deg, #f5f7fa, #ccd3db); */
  z-index: 1000;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 0px 0px 50px rgba(77, 88, 114, 0.3);
}

.logo img {
  width: 130px;
  height: 50px;
  padding: 0px;
  margin: 4px 0px 0px 37px;
}

.navbar-links {
  height: 100%;
}

.navbar-links ul {
  display: flex;
  margin: 20px 0px 0px 0px;
  padding: 0;
}

.navbar-links li {
  list-style: none;
}

.navbar-links li a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 13px;
  font-size: 16px;
  font-weight: 500;
}

.navbar-links li a:hover {
  /* color: white; */
}

.toggle-button {
  position: absolute;
  top: .75rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: black;
  border-radius: 10px;
}

.row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.col-2 {
  min-width: 300px;
  flex-basis: 50%;
}

.col-2 img {
  max-width: 100%;
  padding: 0px 0px;
  margin-top: 0px;
  height: 30rem;
}

.col-2 h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
  margin: 25px 42px;
  margin-top: 60px;
  /* font-family: 'Nato', sans-serif; */
  color: #413e66;
  color: black;

}

.col-2 p {
  margin: 24px 42px;
  font-size: 18px;
  /* font-style: italic; */
  /* color: balck; */
  /* font-weight: 700; */
}


.btn {
  display: inline-block;
  padding: 10px 37px;
  /* margin: 20px 29px; */
  border-radius: 30px;
  color: white;
  background-color: #9EE493;
  background-color: #2F4858;
  background-color: #ccd3db;
  background-color: #1bb1dc;
  background-color: #2845BA;
  height: 45px;
  width: 180px;
  font-size: 20px;
  font-family: 600;
  cursor: pointer;
  text-decoration: none;
  margin-left: 36px ;
}


/* about section start here  */about {
  /* height: 1000px; */
  margin-bottom: 50px;
}

.row .col-2 ul li {
  list-style: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.row .col-2 p {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding: 0;
}

.about-heading {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 900;
  color: #333;
  /* font-family: sans-serif; */
}

.about-para {
  text-align: center;
  font-size: 18px;
  font-style: italic;

}

h3 {
  font-size: 25px;
}

h6 {
  color: #696592;
  font-weight: 600;
  font-size: 20px;
  padding-left: 47px;
}

/* about section ends here */


/* salient feature start here*/
.small-container {
  max-width: 1080px;
  margin: auto;
  padding-left: 15px;
  padding-right: 25px;
}

.small-container h2 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 40px;
  color: black;
  color: white;
}

.salient-feature {
  padding-top: 50px;
  /* background-color: #1; */
  /* background-image: linear-gradient(45deg, #f5f7fa, #ccd3db); */
  /* background-color: #DAF7DC; */
  /* background-color: #dbf7ff; */
  padding-bottom: 60px;
}


.salient-feature .col-3 {
  flex-basis: 30%;
  min-width: 250px;
  margin-bottom: 50px;
  text-align: center;
  padding: 40px 20px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.5s;
  background-color: white;
  height: 300px;
}

.salient-feature .col-3 img {
  width: 90px;
  margin-top: 35px;
  text-align: center;
  filter: drop-shadow(5px 5px 5px rgb(184, 184, 184));
  background: #1bb1dc;
  /* background-color: red; */

  border-radius: 50%;
  padding: 12px;
  color: white;
}

.salient-feature,
.col-3:hover {

  transform: translateY(-15px);
}

.salient-feature .col-3 p {
  visibility: hidden;
  opacity: 0;

}

.salient-feature,
.col-3:hover p {
  color: #777;
  font-size: 20px;
  margin: 12px 0;
  visibility: visible;
  opacity: 1;
  text-align: left;
  font-size: 15px;
}


.salient-feature .col-3 h3 {
  font-weight: 600;
  color: #333;
  font-size: 20px;
  text-align: center;
  margin-top: 100px;
}

.salient-feature,
.col-3:hover img {
  /* transform: translateY(-75px); */
}

.salient-feature .col-3:hover h3 {
  color: #2F4858;
  /* color: #1bb1dc; */
  transform: translateY(-80px);
}

.salient-feature .col-3:hover p {
  transform: translateY(-85px);
}

/* salient feature end here */


/* counter start here  */
.counter {
  background-color: #2f4858;
  background-color: #333333;
  /* color: black; */
  background-color: #F0F3FF;
  background-color: #041735;

  height: 140px;
  width: 100%;
}

.counter h2 {
  color: #333;
  color: white;
}

.counter p {
  color: #333;
  color: white;
  position: relative;
  bottom: 55px;
  font-size: 25px;
  font-weight: 500;
}

.counter1 {
  color: white;
  font-size: 50px;
}

/* counter end here  */

/* testimonial start here  */
.small-container {
  max-width: 1080px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.col-3 {
  flex-basis: 30%;
  min-width: 250px;
  margin-bottom: 30px;
}

.testimonial {
  padding-top: 0px;
  margin-bottom: 40px;
  margin-top: 60px;
}

.testimonial h2 {
  font-size: 35px;
}

.testimonial .col-3 {
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  /* height: 400px; */
  background-color: #e3e6e3;
  transition: 0.5s;

}

.testimonial .col-3 img {
  width: 50px;
  margin-top: 20px;
  border-radius: 50%;
}

.testimonial,
.col-3:hover {
  transform: translateY(-10px);
  z-index: 0;
}

.testimonial .col-3 p {
  color: rgb(0, 0, 0);
  font-size: 14px;
  margin: 12px 0;
  text-align: left;
}

.testimonial .col-3 h3 {
  font-weight: 700;
  color: #555;
  font-size: 19px;
  text-align: center;
}

/* testimonial end here  */



/*footer start here */
.footer {
  /* background: #1b4ecd;
  color: white; */
  background-color: #DAF7DC;
  background-color: #dbf7ff;
  background-color: #041735;
  color: black;
  color: white;
  padding: 60px 0 20px;
}

.footer p {
  color: black;
  color: white;

}

.footer p a {
  text-decoration: none;
  color: black;
  color: white;

  font-size: 17px;
}

.footer h3 {
  font-size: 17px;
  font-weight: bold;
  color: #413e66;
  color: white;

  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  /* font-family: "Montserrat", sans-serif; */
}


.footer-col-1,
.footer-col-2,
.footer-col-3 {
  min-width: 250px;
  margin-bottom: 20px;
  cursor: pointer;
}

.footer-col-1 {
  flex-basis: 38%;
  position: relative;
  bottom: 76px;
}

.footer-col-1 ul li a {
  text-decoration: none;
  color: black;
  color: white;

  line-height: 30px;
  font-size: 17px;
}

.footer-col-1 ul li a:hover {
  font-weight: 700;
  text-decoration: underline;
}

.footer-col-1 ul li {
  list-style: none;
  padding-left: 0;
}

.footer-col-2 {

  flex-basis: 25%;
  position: relative;
  bottom: 48px;
}

.fa {
  width: 50px;
  height: 36px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  display: inline-block;
}

.fa:hover {
  opacity: 0.8;
}

.fa-facebook {
  background-color: #2F4858;
  background: #1bb1dc;
  background-color: #2845BA;

  color: white;
}

.fa-instagram {
  background-color: #2F4858;
  background: #1bb1dc;
  background-color: #2845BA;

  color: white;
}

.fa-twitter {
  background-color: #2F4858;

  background: #1bb1dc;
  background-color: #2845BA;
  color: black;
}

.footer-col-2 .social-media {
  display: inline-block;
}

.footer-col-2 .social-media a {
  padding: 8px;
  margin: 0px 10px;
  color: white;
}

.footer-col-3 {
  flex-basis: 25%;
  cursor: pointer;
}

.footer-col-3 form input {
  height: 30px;
  width: 310px;
  padding-left: 20px;
  margin: 5px 8px 8px 0px;
  border-radius: 8px;
  border: none;
  font-size: 15px;
}

.footer-col-3 form textarea {
  padding-left: 20px;
  margin: 5px 0px 8px 0px;
  border-radius: 8px;
  border: none;
  font-size: 15px;

}

.footer-col-3 form button {
  padding: 9px;
  color: white;
  background-color: #2F4858;
  background-color: #1bb1dc;
  background-color: #2845BA;
  border-radius: 5px;
  border: none;
  height: 35px;
  width: 109px;
  font-size: 17px;
  cursor: pointer;
}

.footer-col-3 form button:hover {
  opacity: 0.8;
}

.footer hr {
  border: none;
  background-color: #b5bb55;
  height: 1px;
  margin: 20px 0;
}

.copyright {
  text-align: center;
}


.containerr {
  background-color: #ffffff;
  /* border-radius: 5px; */
  /* box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
  position: relative;
  overflow: hidden;
  width: 99vw;
  /* margin-bottom: 50px; */
  max-width: 100%;
  min-height: 450px;
  min-width: 370px;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.form-container {
  display: flex;

}

.left-container {
  flex: 1;
  height: 480px;
  background-color: #041735;
  background-color: #7FCDDF;
}

.right-container {
  display: flex;
  flex: 1;
  height: 460px;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
}

.left-container {
  display: flex;
  flex: 1;
  height: 600px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  color: #333;
}

.left-container p {
  font-size: 0.9rem;
}

.right-inner-container {
  width: 70%;
  height: 80%;
  text-align: center;
}

.left-inner-container {
  height: 50%;
  width: 80%;
  text-align: center;
  line-height: 22px;
}

input,
textarea {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
  font-size: 0.8rem;
}

input:focus,
textarea:focus {
  outline: 1px solid #00b4cf;
}

button {
  border-radius: 20px;
  border: 1px solid #00b4cf;
  background-color: #00b4cf;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  cursor: pointer;
  margin-top: 20px;
}

button:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 600px) {
  .left-container {
    /* display: none; */
    flex: 1;
  }
  .form-container{
    display: flex;
    flex-direction: column;
  }

  .lg-view {
    /* display: none; */
  }
}

@media only screen and (min-width: 600px) {
  .sm-view {
    display: none;
  }
}

form p {
  text-align: left;
}

/* footer end here  */


/* go to top button  */
#myBtnn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #2F4858;
  background-color: #1bb1dc;
  background-color: #041735;
  background-color: #2845BA;

  color: white;
  cursor: pointer;
  font-size: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  /* padding: 10px; */
  /* border-radius: 100%; */

}

#myBtn:hover {
  opacity: 0.9;
}

/* go to top buttn end here  */


@media only screen and (max-width: 900px) {
  .container {
    padding-left: 0px;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
    height: 85px;
    position: fixed;
    position: relative;
    padding: 0px;
    margin: -89px 0px 0px 1px
  }

  .toggle-button {
    display: flex;
  }

  .navbar-links {
    display: none;
    width: 100%;
    height: 100%;
  }

  .navbar-links ul {
    width: 70vw;
    height: 50vh;
    /* flex-direction: column; */
    display: block;
    /* position: static; */
    /* position: fixed; */
    top: 60px;
    left: -100%;
    transition: all 0.6 s ease;
    height: 700px;
    opacity: 1;
    background-color: #2F4858;
    background-color: #1bb1dc;
    background-color: #041735;

  }

  .navbar-links ul li {
    text-align: left;
    padding-left: 22px;
    margin: 30px 10px;

  }

  .navbar-links ul li a {
    color: aliceblue;
    padding: 0px;
    font-size: 22px;
  }

  .navbar-links.active {
    display: flex;
  }
  .btn{
    margin-left: 0;
    z-index: 1000000;
  }


}

@media only screen and (max-width: 600px) {
  .container {
    padding: 0;
  }

  .row {
    text-align: center;
  }

  .col-2,
  .col-3,
  .col-4 {
    flex-basis: 100%;
  }

  .col-2 ul {
    flex-basis: 100%;
    padding-left: 47px;
    text-align: center;
  }

  .footer-col-3 form {
    margin: -15px;
  }

  .footer {
    padding-top: 125px;
  }

  .counter {
    height: 333px;
  }

  .footer-col-1 ul li a {
    text-align: center;
  }

  #about {
    /* height: 2070px; */
  }

  .row .col-2 p {
    text-align: left;
  }

  .row .col-2 ul li {
    text-align: left;
  }
  
}



/* about  */


/* feature salient  */
#feature {
  /* background-color:#3FB8AF; */
  background-color: #041735;
  color: white;

}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
  margin-bottom: 80px;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}

.timeline>li {
  position: relative;
  min-height: 30px;
  margin-bottom: 30px;
}

.timeline>li:after,
.timeline>li:before {
  display: table;
  content: " ";
}

.timeline>li:after {
  clear: both;
}

.timeline>li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline>li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 1px;
  height: 1px;
  margin-left: 0;
  text-align: center;
  /* color: white; */
  /* border: 7px solid #e9ecef; */
  border-radius: 100%;
  /* background-color: #ffc800; */
  background-color: white;
  /* background-color: #1bb1dc; */
}

.timeline>li .timeline-image img {
  width: 72px;
  margin-top: 15px;
  text-align: center;
  /* filter: drop-shadow(5px 5px 5px rgb(184, 184, 184)); */
  background-color: white;
  border-radius: 100%;
  /* background: #1bb1dc; */
  /* background-color: red; */

  /* border-radius: 100%; */
  padding: 12px;
  color: white;
}

.timeline>li .timeline-image h4,
.timeline>li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4,
.timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading,
.timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}

.timeline .timeline-body>ul,
.timeline .timeline-body>p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline>li .timeline-image img{
    margin-top: 10px;
    width: 90px;
  }
  .timeline>li {
    min-height: 100px;
    margin-bottom: 100px;
  }

  .timeline>li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }

  .timeline>li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    /* background-color: white; */
  }

  .timeline>li .timeline-image h4,
  .timeline>li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 0px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline>li {
    min-height: 150px;
  }

  .timeline>li .timeline-panel {
    padding: 0 20px 20px;
  }

  .timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }

  .timeline>li .timeline-image h4,
  .timeline>li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline>li .timeline-image img{
    width: 120px;
    margin-top: 10px;
  }

}

@media (min-width: 1200px) {
  .timeline>li {
    min-height: 170px;
  }

  .timeline>li .timeline-panel {
    padding: 0 20px 20px 100px;
  }

  .timeline>li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }

  .timeline>li .timeline-image h4,
  .timeline>li .timeline-image .h4 {
    margin-top: 40px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.page-section {
  padding: 6rem 0;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  /* margin-bottom: .1rem; */
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  section {
    padding: 9rem 0;
  }
}

.text-center {
  text-align: center !important;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}

.text-muted {
  /* --bs-text-opacity: 1; */
  /* color: #6c757d !important; */
  color: white;
  width: 100%;
}

p {
  line-height: 1.75;
  /* font-size: 20px; */
}

h4 {
  font-size: 20px;
}