@import url("../bootstrap-scss/mixins/_breakpoints.scss");
@import url("../bootstrap-scss/mixins/_grid.scss");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://use.typekit.net/zvf1zgc.css");
/********************************************************************/
.section {
  padding: 100px 0px;
}

@media (max-width: 967.98px) {
  .section {
    padding: 50px 0px;
  }
}

input {
  outline: 0;
  border-width: 0 0 2px;
  border-color: #adb5bd;
}

input:focus {
  border-color: #adb5bd;
}

ul {
  padding-left: 0;
}

ul li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins',sans-serif;
}

p {
  font-family: 'Poppins',sans-serif;
}

.btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffdf72), to(#ffc602));
  background-image: linear-gradient(90deg, #ffdf72, #ffc602);
  border: none;
  letter-spacing: 1px;
  padding: 15px 60px;
  font-weight: 500;
  font-family: 'Poppins',sans-serif;
  color: #000;
  font-size: 17px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffc602), to(#ffdf72));
  background-image: linear-gradient(90deg, #ffc602, #ffdf72);
}

.home h1 {
  color: white;
  font-weight: bold;
  font-size: 70px;
}

.home .ram {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#034638), to(#060059));
  height: 100%;
}

.home .overlay {
  background-image: url("/static/image/services-bg.svg");
  background-size: cover;
}

.home img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 30%;
  height: 91px;
  padding-left: 20px;
  position: absolute;
}
@media (max-width: 767.98px){
 .home img{
	width:100%;
}
 .home h1{
        font-size:50px;
}
.home .form {
  background: white;
  padding: 50px;
  border-radius: 10px;
}

.home .form h5 {
  color: #034638;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.home .form input {
  width: 82%;
  height: 35px;
  outline: none;
}

.home .form .btn {
  margin-top: 10px;
  font-weight: bold;
}

.home .form .register {
  margin-top: 20px;
}

.home .form .register a {
  color: #034638;
  font-weight: bold;
}

.home .form .register a:hover {
  color: #ffcf2d;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  text-decoration: none;
}

.home .form .errorlist {
  padding-left: 0px;
}

.home .form .errorlist li {
  color: orangered;
  list-style-type: none;
}

.registration h1 {
  color: white;
  font-weight: bold;
  font-size: 70px;
}

.registration .ram1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#034638), to(#060059));
  height: 100%;
}

.registration .overlay {
  background-image: url("/static/image/services-bg.svg");
  background-size: cover;
}

.registration img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 44%;
  height: 91px;
  padding-left: 20px;
  position: absolute;
}

.registration h2 {
  color: #034638;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

.registration ul {
  padding-left: 0;
}

.registration ul li {
  list-style-type: none;
  color: black;
}

.registration ul li a {
  color: #034638;
  font-weight: bold;
}

.registration ul li a:hover {
  color: #ffcf2d;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  text-decoration: none;
}

.registration form .helptext {
  color: orangered;
  display: none;
}

.registration form label {
  width: 100%;
}

.registration form input {
  width: 100%;
  height: 35px;
  outline: none;
}

.registration form .errorlist li {
  display: block;
  color: orangered;
}

.registration form ul {
  padding-left: 0px;
}

.registration form ul li {
  list-style-type: none;
  display: none;
}

.registration .btn {
  margin-top: 10px;
  font-weight: bold;
}

.registration .login {
  margin-top: 20px;
}

.registration .login a {
  color: #034638;
  font-weight: bold;
}

.registration .login a:hover {
  color: #ffcf2d;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  text-decoration: none;
}

.header {
  background: #f7f7fb;
  position: fixed;
  height: 98px;
  width: 100%;
  z-index: 1;
}

.header .btnd {
  padding-right: 93px;
}

.header .button {
  position: relative;
  display: inline-block;
  padding: 22px 0px;
}

.header .button button {
  border-radius: 50px;
  width: 58px;
  height: 58px;
  background: #034638;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.header .button:hover .button-content {
  display: block;
}

.header .button:hover .dropbtn {
  background-color: #3e8e41;
}

.header .button-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 128px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: left;
}

.header .button-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.header .button-content a:hover {
  background-color: #ddd;
}

.header img {
  width: 100%;
  height: 48px;
  margin-top: 20px;
}

.header .btn {
  padding: 25px;
  border-radius: 52%;
  width: 80px;
  margin-top: 11px;
  background: #034638;
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.find h3 span {
  color: orangered;
}

.find h6 {
  font-style: italic;
  margin-top: 30px;
}

.find select {
  width: 100%;
  height: 35px;
}

.find .btn {
  margin-top: 30px;
}

.find .find-now {
  background: #f7f7fb;
  padding: 36px 40px;
}

.find .find-now h2 {
  font-size: 47px;
}

.topic {
  padding: 50px 0px;
}

.topic h4 {
  padding-left: 15px;
}

.topic a {
  color: #ffc602;
  text-transform: none;
  text-decoration: none;
  margin-left: 10px;
  font-weight: bold;
  font-size: 17px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.topic a:hover {
  color: #034638;
  text-transform: none;
  text-decoration: none;
}

.topic h3 {
  margin-bottom: 50px;
}

.topic h3:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 10px;
  border-radius: 5px;
  display: block;
  background: #ffcf2d;
  top: 110px;
  margin-top: 20px;
}

.topic .single {
  background: #f7f7fb;
  padding: 30px;
  margin-bottom: 50px;
}

.topic .single h5 {
  font-weight: 600;
}

.topic .single p {
  min-height: 91px;
}

.topic .single .single-desti {
  min-height: 72px;
}

.topic .btn {
  margin-top: 20px;
}

.topic .btn1 {
  outline: none;
  background: #d9d9d9;
  border: none;
  padding: 10px;
}

.topic .find .find-now h2 {
  font-size: 27px !important;
}

.topic .find h2:after {
  content: '';
  position: absolute;
  width: 55px;
  height: 10px;
  border-radius: 5px;
  display: block;
  background: #ffcf2d;
  top: 64px;
}

.find .single {
  background: aliceblue;
  margin-bottom: 40px;
  padding: 31px;
}

.find .single h4 {
  font-size: 24px;
}

.completed_stories table th {
  background: #034638;
  color: #ffcf2d;
}
/*# sourceMappingURL=style.css.map */
