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

body {
  background-color: #E8EAEA !important;
  min-height: 100vh;
}

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

.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 */

/* START BANNER */
.banner {
  min-height: 85vh;
  padding: 100px 0px;
}

.banner .heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 80px;
  font-weight: 600;
  color: #3B3F80;
}

.banner .heading .victory {
  margin-left: 20px;
  height: 80px;
  width: 60px;
}

.banner .description {
  font-size: 35px;
  font-weight: 400;
  color: #3B3F80;
  margin: 40px auto;
}

.banner .btn {
  border: 2px solid #36A966;
  border-radius: 26px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

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

.banner .btn span.second {
  display: none;
}

.banner .btn:hover span.first {
  display: none;
}

.banner .btn:hover span.second {
  display: inline-block;
}

.banner .col-5 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.banner .talk-bubble {
  display: inline-block;
  position: relative;
	width: 200px;
	height: auto;
	background-color: #36A966;
  border-radius: 27px;
}

.banner .tri-right.border.btm-right:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -8px;
	bottom: -40px;
	border: 20px solid;
	border-color: #36A966 #36A966 transparent transparent;
}

.banner .tri-right.btm-right:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 20px;
	bottom: -23px;
	border: 12px solid;
	border-color: #36A966 #36A966 transparent transparent;
}

.banner .talktext{
  padding: 1em;
	text-align: left;
  line-height: 1.5em;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.banner .talktext p{
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.banner .banner-img {
  position: relative;
  top: 100px;
}
/* END BANNER */

/* START DESCRIPTION */
.descriptions {
  min-height: 100vh;
}

.descriptions .descriptions-container {
  background: #313133;
  border-radius: 80px;
  margin: 50px 200px;
  padding: 50px;
}

.descriptions .title1 {
  font-size: 40px;
  font-weight: 600;
  color: #36A966;
  padding-left: 50px;
}

.descriptions .col-8 {
  padding: 0 50px;
}

.descriptions .content {
  font-size: 25px;
  font-weight: 400;
  color: #E8EAEA;
}

.descriptions .btn1 {
  background: none;
  border: 2px solid #36A966;
  border-radius: 36px;
  outline: none;
  color: #36A966;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  margin: 20px 0px;
}

.descriptions .title2 {
  font-size: 40px;
  font-weight: 600;
  color: #C550F0;
  padding-left: 50px;
}

.descriptions .btn2 {
  background: none;
  border: 2px solid #C550F0;
  border-radius: 36px;
  outline: none;
  color: #C550F0;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  margin: 20px 0px;
}

.descriptions .title3 {
  font-size: 40px;
  font-weight: 600;
  color: #2FB0E0;
  padding-left: 50px;
}

.descriptions .btn3 {
  background: none;
  border: 2px solid #2FB0E0;
  border-radius: 36px;
  outline: none;
  color: #2FB0E0;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  margin: 20px 0px;
}

.descriptions .btn1 span,
.descriptions .btn2 span,
.descriptions .btn3 span {
  font-size: 20px;
  font-weight: 600;
  margin-left: 5px;
}
/* DESCRIPTION END */

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

.features .title {
  font-size: 100px;
  font-weight: 700;
  color: #3B3F80;
  margin-bottom: 100px;
}

.features .content .col-md-8 {
  color: #3B3F80;
  font-size: 40px;
}

.features .content .title {
  font-size: 40px;
  font-weight: 600;
  color: #36A966;
  margin-bottom: 20px;
}

.features .content img {
  width: 300px;
  height: 200px;
}

.features .content .description {
  font-size: 25px;
  font-weight: 400;
  color: #36A966;
  padding-right: 100px;
}
/* FEATURES END */

/* TESTIMONIALS START */
.testimonials {
  min-height: 100vh;
  padding: 50px 100px !important;
}

.testimonials .talk-bubble {
	margin: 20px;
  display: inline-block;
  position: relative;
	width: 250px;
	height: auto;
	background-color: #36A966;
  border-radius: 27px;
  left: 600px;
}

.testimonials .tri-right.border.btm-right:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -8px;
	bottom: -40px;
	border: 20px solid;
	border-color: #36A966 #36A966 transparent transparent;
}

.testimonials .tri-right.btm-right:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 20px;
	bottom: -23px;
	border: 12px solid;
	border-color: #36A966 #36A966 transparent transparent;
}

.testimonials .talktext{
  padding: 1em;
	text-align: left;
  line-height: 1.5em;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.testimonials .talktext p{
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.testimonials .description {
  font-size: 40px;
  font-weight: 400;
  color: #3B3F80;
  margin-top: 150px;
}

.testimonials .image {
  margin-top: 20px;
}

.testimonials .wrapper{
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.testimonials .wrapper .box{
  width: 50vw;
  padding: 25px;
  border: 4px solid #3A3D7D;
  border-radius: 20px;
}

.testimonials .title-container {
  position: relative;
  top: -50px;
  padding-left: 10px;
}

.testimonials .title-container .name {
  font-size: 25px;
  font-weight: 700;
  color: #3A3D7D;
  margin: 0;
}

.testimonials .title-container .designation {
  font-size: 15px;
  font-weight: 500;
  color: #3A3D7D;
  margin: 0;
}

.testimonials .wrapper .box i.left-quote {
  background-color: #E8EAEA;
  position: relative;
  left: -50px;
  font-size: 30px;
  color: #36A966;
  padding: 10px;
}

.testimonials .wrapper .box .content {
  color: #36A966;
  padding-left: 10px;
  font-size: 20px;
}

.testimonials .wrapper .box i.right-quote {
  background-color: #E8EAEA;
  position: relative;
  right: -46vw;
  font-size: 30px;
  color: #36A966;
  padding: 10px;
}

.testimonials .wrapper.right {
  position: relative;
  margin-left: 37vw;
}

.testimonials .wrapper.right .box i.right-quote {
  background-color: #E8EAEA;
  position: absolute;
  right: -20px;
  bottom: 20px;
  font-size: 30px;
  color: #36A966;
  padding: 10px;
}
/* TESTIMONIALS END */

/* 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;
  }
  .banner .heading {
    font-size: 50px;
  }
  .banner .heading .victory {
    height: 50px;
    width: 40px;
  }
  .banner .description {
    font-size: 18px;
    margin: 20px auto;
  }
  .banner .btn {
    padding: 5px 20px;
    font-size: 14px;
    margin-bottom: 50px;
  }
  .banner .col-lg-5 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner .talk-bubble {
    width: 170px;
    position: relative;
    top: -40px;
  }
  .banner .talktext {
    padding: 15px;
    font-size: 16px;
  }
  .banner .banner-img {
    width: 150px;
    height: auto;
    top: 30px;
  }
  .descriptions .descriptions-container {
    margin: 20px 10px;
    padding: 10px 20px;
    border-radius: 50px;
  }
  .descriptions .title1,
  .descriptions .title2,
  .descriptions .title3 {
    font-size: 25px;
    margin: 15px 0px;
    padding-left: 10px;
  }
  .descriptions .content {
    font-size: 18px;
  }
  .descriptions .btn1,
  .descriptions .btn2,
  .descriptions .btn3 {
    font-size: 14px;
    padding: 10px 15px;
    margin: 10px 0px;
  }
  .features {
    padding: 10px 20px !important;
  }
  .features .title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .features .content .col-md-8 {
    font-size: 25px;
  }
  .features .content .title {
    font-size: 25px;
    margin: 10px 0px;
  }
  .features .content .description {
    font-size: 15px;
    padding-right: 0px;
  }
  .testimonials {
    padding: 10px 20px !important;
  }
  .testimonials .description {
    font-size: 25px;
    margin-top: 10px;
  }
  .testimonials .wrapper {
    margin: 30px auto;
  }
  .testimonials .wrapper .box {
    width: 90vw;
    padding: 20px;
  }
  .testimonials .title-container .name {
    font-size: 20px;
  }
  .testimonials .wrapper .box .content {
    font-size: 15px;
  }
  .testimonials .wrapper .box i.right-quote {
    right: -73vw;
  }
  .testimonials .wrapper.right {
    margin-left: 0;
  }
  .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 0px;
  }
  .banner .heading {
    font-size: 60px;
  }
  .banner .heading .victory {
    height: 60px;
    width: 40px;
  }
  .banner .description {
    font-size: 25px;
    margin: 20px auto;
  }
  .banner .btn {
    padding: 5px 20px;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .banner .col-lg-5 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner .talk-bubble {
    width: 200px;
    position: relative;
    top: -40px;
  }
  .banner .talktext {
    padding: 15px;
    font-size: 16px;
  }
  .banner .banner-img {
    width: 150px;
    height: auto;
    top: 50px;
  }
  .descriptions .descriptions-container {
    margin: 20px 10px;
    padding: 10px 20px;
    border-radius: 50px;
  }
  .descriptions .title1,
  .descriptions .title2,
  .descriptions .title3 {
    font-size: 25px;
    margin: 15px 0px;
    padding-left: 10px;
  }
  .descriptions .content {
    font-size: 18px;
  }
  .descriptions .btn1,
  .descriptions .btn2,
  .descriptions .btn3 {
    font-size: 14px;
    padding: 10px 15px;
    margin: 10px 0px;
  }
  .features {
    padding: 10px 20px !important;
  }
  .features .title {
    font-size: 55px;
    margin-bottom: 20px;
  }
  .features .content .col-md-8 {
    font-size: 35px;
  }
  .features .content .title {
    font-size: 35px;
    margin: 10px 0px;
  }
  .features .content .description {
    font-size: 20px;
    padding-right: 0px;
  }
  .testimonials {
    padding: 10px 20px !important;
  }
  .testimonials .description {
    font-size: 35px;
    margin-top: 10px;
  }
  .testimonials .wrapper {
    margin: 30px auto;
  }
  .testimonials .wrapper .box {
    width: 90vw;
    padding: 20px;
  }
  .testimonials .title-container .name {
    font-size: 25px;
  }
  .testimonials .wrapper .box .content {
    font-size: 20px;
  }
  .testimonials .wrapper .box i.right-quote {
    right: -83vw;
  }
  .testimonials .wrapper.right {
    margin-left: 0;
  }
  .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) {
  .banner .heading .victory {
    height: 80px;
    width: 60px;
  } 
  .features .content img {
    width: 200px;
    height: 150px;
  }
  .testimonials .talk-bubble {
    margin: 20px;
    width: 250px;
    left: 200px;
  }
  .testimonials .description {
    margin-top: 100px;
  }
  .testimonials .image {
    margin-top: 100px;
    width: 250px;
    height: 250px;
  }
  .testimonials .wrapper.right .box i.right-quote {
    right: -0px;
  }
}

/*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 {
    padding: 100px 0px;
  }
  .banner .heading {
    font-size: 80px;
  }
  .banner .description {
    font-size: 35px;
    margin: 40px auto;
  }
  .banner .btn {
    border-radius: 26px;
    padding: 10px 30px;
    font-size: 16px;
  }
  .banner .btn span {
    font-size: 20px;
    margin-left: 5px;
  }
  .features .content img {
    width: 300px;
    height: 200px;
  }
  .banner .talk-bubble {
    width: 200px;
    top: -100px;
  }
  .banner .tri-right.btm-right:after{
    right: 20px;
  }
  .banner .talktext{
    font-size: 18px;
  }
  .banner .talktext p{
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
  }
  .banner .banner-img {
    top: 50px;
    width: 200px;
    height: 300px;
  }
  .descriptions {
    min-height: 100vh;
  }
  .descriptions .descriptions-container {
    margin: 50px 200px;
    padding: 50px;
  }
  .descriptions .title1 {
    font-size: 40px;
    padding-left: 50px;
  }
  .descriptions .col-8 {
    padding: 0 50px;
  }
  .descriptions .content {
    font-size: 25px;
  }
  .descriptions .btn1,
  .descriptions .btn2,
  .descriptions .btn3 {
    font-size: 20px;
    padding: 10px 30px;
    margin: 20px 0px;
  }
  .descriptions .title1,
  .descriptions .title2,
  .descriptions .title3 {
    font-size: 40px;
    padding-left: 50px;
  }
  .descriptions .btn1 span,
  .descriptions .btn2 span,
  .descriptions .btn3 span {
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
  }
  .features {
    padding: 50px 100px !important;
  }
  .features .title {
    font-size: 70px;
    margin-bottom: 100px;
  }
  .features .content .col-md-8 {
    font-size: 40px;
  }
  .features .content .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .features .content img {
    width: 300px;
    height: 200px;
  }
  .features .content .description {
    font-size: 25px;
    padding-right: 100px;
  }
  .testimonials {
    padding: 50px 100px !important;
  }
  .testimonials .talk-bubble {
    left: 250px;
  }
  .testimonials .description {
    font-size: 40px;
    margin-top: 150px;
  }
  .testimonials .image {
    margin-top: 100px;
    width: 330px;
    height: 330px;
  }
  .testimonials .wrapper{
    margin: 100px auto;
  }
  .testimonials .wrapper .box{
    width: 50vw;
  }
  .testimonials .wrapper .box i.right-quote {
    right: -46vw;
  }
  .testimonials .wrapper.right {
    position: relative;
    margin-left: 30vw;
  }
  .testimonials .wrapper.right .box i.right-quote {
    right: -20px;
  }
  .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;
  }
  .banner .col-lg-5 {
    display: block;
  }
  .banner .talk-bubble {
    width: 200px;
    top: -50px;
    margin: 10px;
  }
  .banner .banner-img {
    top: 100px;
    width: 220px;
    height: 320px;
  }
  .features .title {
    font-size: 100px;
  }
  .testimonials .talk-bubble {
    left: 550px;
  }
  .testimonials .wrapper.right {
    position: relative;
    margin-left: 35vw;
  }
}

/* PARTNER */

.partners {
  color: #3B3F80 !important;
  text-align: right;
  margin-bottom: 100px;
}

.partners-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.partners-subtitle {
  margin-top: 20px;
  font-size: 1.2rem;
}

.partners-logos img {
  padding: 0px 100px;
  width: 400px;
}

@media (max-width: 768px) {
  .partners {
    text-align: center;
  }  
}