* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.para {
  padding:35px 10px 10px 20px;
  text-align:justify;
  width: 90%;
  margin: 0% 5%;
}
#blogs a
{
	color:#3B3F80;
	text-decoration:none;
}
#blogs a:hover
{
	text-decoration:underline;
}
body {
  background-color: #E8EAEA !important;
  min-height: 100vh;
}

/* START NAVBAR */
.navbar {
  background-color: #fff !important;
  padding: 70px;
}

.navbar .navbar-brand img {
  height: 50px;
}

.navbar .nav-item .nav-link {
  color: #3B3F80 !important;
  font-size: 16px !important;
  margin-right: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar .nav-item .nav-link.active {
  background: #3B3F80;
  border-radius: 26px;
  color: #fff !important;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar .btn {
  border-radius: 26px;
  padding-left: 20px;
  padding-right: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* END NAVBAR */

/* BANNER START */
.banner {
  min-height: 89vh;
  padding: 80px 100px !important;
}

.banner .title {
  font-size: 70px;
  font-weight: 600;
  color: #3B3F80;
}

.banner .description {
  font-size: 30px;
  font-weight: 400;
  color: #3B3F80;
  margin: 70px auto 0px auto;
}

.banner .col-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* BANNER END */

/* FEATURES START */
.features {
  min-height: 100vh;
  padding: 0px 100px;
}

.features .individual {
  min-height: 80vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.features .image-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.features .image-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.features .image-left img,
.features .image-right img {
  min-height: 200px;
  min-width: 200px;
}

.features .description .title {
  font-size: 42px;
  font-weight: 500;
  color: #36A966;
  margin-bottom: 25px;
}

.features .description .title a {
  text-decoration: none;
  color: #36A966;
}

.features .description .title a:hover {
  text-decoration: underline;
}

.features .description .text {
  font-size: 23px;
  font-weight: 400;
  color: #36A966;
  max-width: 500px;
  margin-bottom: 25px;
}

.features .item {
  font-size: 20px;
  font-weight: 700;
  color: #36A966;
  margin-bottom: 20px;
}
/* FEATURES END */

/* CONTACT SECTIONS */
.contact {
  min-height: 100vh;
  padding: 50px 100pX;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact .title {
  font-size: 90px;
  font-weight: 700;
  color: #3B3F80;
}

.contact .description {
  font-size: 30px;
  font-weight: 400;
  color: #3B3F80;
  margin: 50px 300px;
  text-align: center;
}

.contact .email {
  display:flex;
  flex-direction:row;
  border:2px solid #36A966;
  border-radius: 30px;
  background: none;
  width: 35vw;
}

.contact .email input {
  flex-grow:2;
  border:none;
  background: none;
  padding: 10px 20px;
  color: #3B3F80;
}

.contact .email input::placeholder {
  color: #36A966;
  font-size: 15px;
  font-weight: 500;
  opacity: 1; 
}

.contact .email input:-ms-input-placeholder { 
  color: #36A966;
  font-size: 15px;
  font-weight: 500;
}

.contact .email input::-ms-input-placeholder {
  color: #36A966;
  font-size: 15px;
  font-weight: 500;
}

.contact .email input:focus {
  outline: none;
}

.contact .demo {
  border:2px solid #35A965;
  border-radius: 30px;
  background: #35A965;
  color:white;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 500;
}

.contact .demo span {
  font-weight: 600;
  margin-left: 5px;
}
/* CONTACT SECTION */

/* START FOOTER */
.footer {
  background-color: #313133;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  min-height: 40vh;
  padding: 50px 100px;
}

.footer .footer-logo {
  width: 150px;
  height: 50px;
  margin-bottom: 40px;
}

.footer .section-1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.footer .section-1 .home,
.footer .section-3 .home{
  display: flex;
  flex-direction: column;
  min-width: 150px;
}

.footer .section-1 a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  color: #E8EAEA;
  margin: 5px 0px;
  text-transform: uppercase;
}

.footer .section-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer .section-2 .btn {
  border: 2px solid #36A966 !important;
  border-radius: 36px;
  outline: none;
  margin-bottom: 20px;
  padding: 10px 30px !important;
  font-size: 16px;
}

.footer .section-2 .btn span {
  font-size: 20px;
  font-weight: 600;
  margin-left: 5px;
}

.footer .section-2 .btn span.second {
  display: none;
}

.footer .section-2 .btn:hover span.first {
  display: none;
}

.footer .section-2 .btn:hover span.second {
  display: inline-block;
}

.footer .section-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.footer .section-3 a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #E8EAEA;
  margin: 5px 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* END FOOTER */

/* START MODAL */
.modal .btn-close {
  position: absolute;
  right: 15px;
}

.modal .contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.modal .form-control {
  border: 1px solid #3B3F80;
  color: #3B3F80;
  height: 42px;
}

.modal .contacts .fa-phone-alt {
  color: #3B3F80;
  font-size: 60px;
}

.modal .contacts h6 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #3B3F80;
  text-align: center;
}

.modal .btn-primary {
  display: block;
  margin: 10px auto;
  background-color: #3B3F80   !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  padding: 10px 40px;
  border-radius: 25px;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
/* END MODAL */

/* Small devices (landscape phones, 576px and below) */
@media (max-width: 576px) { 
  .navbar {
    padding: 10px;
  }
  .navbar .nav-item .nav-link {
    margin: 10px 0px;
  }
  .navbar .nav-item .nav-link.active {
    max-width: 150px;
  }
  .banner {
    padding: 30px 20px !important;
  }
  .banner .title {
    font-size: 35px;
  }
  .banner .description {
    font-size: 20px;
    margin: 30px auto 0px auto;
  }
  .banner img {
    margin: 40px auto;
  }
  .features {
    padding: 20px;
  }
  .features .description .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .features .description .text {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .features .item {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .features .image-left img, 
  .features .image-right img {
    min-height: 150px;
    min-width: 150px;
    display: block;
    margin: 0 auto;
  }
  .contact {
    min-height: 50vh;
    padding: 10px 20px;
  }
  .contact .title {
    font-size: 30px;
    text-align: center;
  }
  .contact .description {
    font-size: 20px;
    margin: 20px;
  }
  .contact .email {
    width: 95vw;
  }
  .contact .email input {
    padding: 5px 10px;
  }
  .footer {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 30px 20px;
  }
  .footer .footer-logo {
    margin-bottom: 20px;
  }
  .footer .section-1 {
    margin: 10px 0px 20px 0px;
  }
  .footer .section-2 {
    align-items: flex-start;
  }
  .footer .section-2 .btn {
    padding: 5px 20px !important;
    font-size: 15px;
  }
  .footer .section-3 {
    align-items: flex-start;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
  .banner {
    padding: 30px 50px !important;
  }
  .banner .title {
    font-size: 45px;
  }
  .banner .description {
    font-size: 25px;
    margin: 50px auto;
  }
  .banner img {
    margin: 40px auto;
  }
  .features {
    padding: 30px 50px;
  }
  .features .description .title {
    font-size: 42px;
    margin-bottom: 25px;
  }
  .features .description .text {
    font-size: 23px;
    max-width: 500px;
    margin-bottom: 25px;
  }
  .features .item {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .features .image-left img, 
  .features .image-right img {
    min-height: 150px;
    min-width: 150px;
    display: block;
    margin: 0 auto;
  }
  .contact {
    min-height: 60vh;
    padding: 20px 50px;
  }
  .contact .title {
    font-size: 50px;
    text-align: center;
  }
  .contact .description {
    font-size: 25px;
    margin: 50px auto;
  }
  .contact .email {
    width: 80vw;
  }
  .footer {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 30px 20px;
  }
  .footer .footer-logo {
    margin-bottom: 20px;
  }
  .footer .section-1 {
    margin: 10px 0px 20px 0px;
  }
  .footer .section-2 {
    align-items: flex-start;
  }
  .footer .section-2 .btn {
    padding: 5px 20px !important;
    font-size: 15px;
  }
  .footer .section-3 {
    align-items: flex-start;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
  .navbar {
    padding: 70px 20px;
  }
  .navbar .nav-item .nav-link {
    font-size: 14px !important;
    margin-right: 10px;
  }
  .navbar .btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px !important;
  }
  .banner {
    min-height: 89vh;
    padding: 80px 100px !important;
  }
  .banner .title {
    font-size: 70px;
    font-weight: 600;
    color: #3B3F80;
  }
  .banner .description {
    font-size: 30px;
    font-weight: 400;
    color: #3B3F80;
    margin: 70px auto 0px auto;
  }
  .banner .col-5 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner img {
    margin: 0;
  }
  .features {
    padding: 0px 100px;
  }
  .features .image-left img, .features .image-right img {
    min-height: 200px;
    min-width: 200px;
    margin: 0;
  }
  .contact {
    min-height: 90vh;
    padding: 50px 100px;
  }
  .contact .title {
    font-size: 80px;
  }
  .contact .description {
    font-size: 30px;
    margin: 50px 100px;
  }
  .contact .email {
    width: 40vw;
  }
  .footer {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding: 50px 100px;
  }
  .footer .footer-logo {
    margin-bottom: 40px;
  }
  .footer .section-1 .home,
  .footer .section-3 .home{
    display: flex;
    flex-direction: column;
    min-width: 150px;
  }
  .footer .section-2 {
    align-items: center;
  }
  .footer .section-2 .btn {
    padding: 10px 30px !important;
    font-size: 16px;
  }
  .footer .section-3 {
    align-items: flex-end;
  }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
  .navbar {
    padding: 70px 50px;
  }
  .navbar .nav-item .nav-link {
    font-size: 16px !important;
    margin-right: 30px;
  }
  .navbar .btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px !important;
  }
  .contact .title {
    font-size: 90px;
  }
  .contact .description {
    margin: 50px 300px;
  }
}