/* Base style */
html{
  overflow-x: hidden;
}
body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  font-size: 15px;
  padding: 0px; 
  height: 100vh;
  min-height: 768px;
  position: relative;
}
body:before{
  content: "";
  position: absolute;
  bottom: 200px;
  right: -200px;
  width: 400px;
  height: 400px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(174, 161, 234, 0.3411764705882353);
  z-index: -1;

}

.btn {
  cursor: pointer; }

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

a, a:hover {
  text-decoration: none;
  color: inherit; }

p {
  margin-bottom: 20px; }

/* End Base style */
.sec-pad {
  padding: 30px 0px; }

header{
  padding-top: 60px;
}
.logo{
  text-align: center;
  margin-bottom: 40px;
}
.logo img{
  width: 100%;
  max-width: 600px;
}
h1{
  font-size: 42px;
  margin-bottom: 60px;
}
.btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;

}
.btn-lg{
  font-size: 24px;
  min-width: 450px;
  padding: 20px 15px;
  -webkit-border-radius: 15px 0px 15px 0px;
  border-radius: 15px 0px 15px 0px;
}
.btn-primary{
  background: #ffffff;
  border: 2px solid #3F51B5;
  color: #3F51B5;
}
.modal-content {
  -webkit-border-radius: 30px 0px 30px 0px;
  border-radius: 30px 0px 30px 0px;
  overflow: hidden;
  
}
.modal-content:before{
  content: "";
    position: absolute;
    bottom: -21px;
    right: -31px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(174, 161, 234, 0.3411764705882353);
    z-index: 1;

}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 700;
  color: #3F51B5;
  font-size: 30px;
}
.modal-body p {
  font-size: 16px;
}
.modal-body p a{
  color: #3F51B5;
}
.modal-dialog {
  max-width: 1140px;
}
.modal-header{
  border-bottom-color: transparent;
}
.nav-tabs .nav-link {
  border: 2px solid #0062cc;
  border-radius: 10px 0px 10px 0px;
  font-size: 18px;
  font-weight: 700;
  color: #0062cc;
  margin: 10px 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  border-color: #0062cc;
  background-color: #0062cc;
  color: #fff;
}
.nav {
  justify-content: center;
}
.nav-tabs{
  border-bottom-color: transparent;
}
.pop-content{
  width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 35px 0px;
}
ul li{
  position: relative;
  padding-left: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
ul li:before{
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0062cc;
}
.top-text{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px; } }
@media only screen and (max-width: 1200px) {
  .modal-dialog {
    width: 95%;
}
}
@media only screen and (max-width: 767px) {
 
  .logo img {
    max-width: 250px;
}
h1 {
  font-size: 23px;
  margin-bottom: 40px;
  line-height: 1.4;
}
.btn-lg {
  font-size: 20px;
  min-width: 280px;
}
body:before {
  content: "";
  position: absolute;
  bottom: 100px;
  right: -100px;
  width: 200px;
  height: 200px;
}
body {
  min-height: 500px;
}
.pop-content ul {
  max-width: 209px;
  margin: auto;
}
  }

/*# sourceMappingURL=style.css.map */
