* {
  font-family: 'Poppins';
}
.first-strip-header {
  background-color: #f5f5f5;
  padding: 0px !important;
  margin: 0 !important;
}
.second-strip-header {
  background-color: #ff5372d9;
}
.second-strip-style {
  float: right;
  margin-right: 25rem;
}
.header-contact {
  /* padding: 5px; */
  float: right;
}
.padding {
  padding: 10px;
  color: white;
}
.padding0 {
  padding: 0px;
}
.margin0 {
  margin: 0px;
}

.img-width {
  position: absolute;
  width: 250px;
  height: 120px;
  /*left: 20px;*/
  background-color: #ffffff;
  z-index: 999;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
  margin: 0 auto;
  left: 10px;
}
.img {
  position: relative;
  width: 100%;
  height: 100%;
}
.img-width-reponsive {
  position: absolute;
  width: 170px;
  height: 170px;
  /*left: 20px;*/
  background-color: #ffffff;
  z-index: 999;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
  margin: 0 auto;
  left: 80px;
}
.img-responsive {
  position: relative;
  width: 100%;
  height: 100%;
}
.fab {
  font-size: 20px;
  margin-left: 20px;
}
.fab-border {
  padding-right: 10px;
}
.style {
  font-size: 16px;
  color: #ea506c;
  margin-right: 10px;
  font-weight: bold;
  margin-left: 30px;
}
.nav-item {
  padding: 12px;
  padding-left: 20px;
  text-decoration: none;
  color: black;
  text-transform: uppercase; 
}
.a-style {
  /* font-weight: bold; */
  font-size: 18px;
  color: #ffffff;
}
.a-style:hover {
  text-decoration: none;
}
.width {
  margin-left: 15px;
}
/*end header*/

.index-page .about-heading {
  font-family: "Nanum Gothic", sans-serif;
  text-transform: capitalize;
  font-size: 45px;
  margin-top: 50px;
  font-weight: 500;
}
.index-page .after-heading-line {
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 20px;
  color: gray;
}
.index-page .about-para {
  line-height: 30px;
  letter-spacing: 1px;
  padding-top: 30px;
}
.about-img {
  width: 400px;
}

.bg-image-value {
  /* background-image: url(https://as2.ftcdn.net/jpg/02/06/20/17/500_F_206201785_g1VERBba6DIKoTYz5vIyUolnD9YGwfMS.jpg); */
  background-image: linear-gradient(
    rgb(98, 198, 255),
    rgb(255, 126, 152),
    rgb(98, 109, 255)
  );
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-size: cover;
  background-attachment: fixed;
  /* background-color: #ff4d6c4a; */
}
.our-value-heading {
  color: #386796 !important;
  text-align: center;
  font-weight: bold;
  font-size: 45px;
}
.text-v {
  color: rgb(224, 224, 216);
}
.fa-4x {
  
  color: #ffffff !important;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-top: 9px;
  padding: 26px;
  width: 90px;
  height: 90px;
  font-size: 2rem !important;
  margin: 20px auto;
}
.fa-4x:hover {
  box-shadow: 0px 5px 30px 0px #6db6e5e3;
  background-image: linear-gradient(to right, #18252dc2, #329ee6d9) !important;
  box-shadow: 0px 5px 30px 0px #6db6e57a;
  cursor: pointer;
}
.max-title {
  padding-bottom: 50px;
}

.slider {
  width: auto !important;
  height: 650px !important;
  margin: 0 auto !important;
}

.our-package-heading {
  text-align: center;
  /*font-weight: bold;*/
  padding-top: 30px;
  font-size: 24px;
}
.our-package-p {
  text-align: center;
  margin-bottom: 30px;
}
.heading-border {
  border-bottom: 2px solid #ea506c;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.card-group {
  width: 100%;
  margin: 0px 0px 15px auto;
  margin-bottom: 10px;
}
.card {
  margin-right: 20px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
  margin-top: 20px;
  bottom: 20px;
}
.card:hover {
  margin-top: 5px;
  /*margin-bottom: 0px;*/
  transition: 1s;
  bottom: 0px;
  /*opacity: 0.5;*/
}
.card-body {
  margin-top: 10px;
}
.card-img-top {
  width: 350px;
  height: 250px;
}
.card-md-style {
  padding: 0px;
}
.card-img-top:hover {
}
.fas-style {
  color: #ea506c;
  font-size: 16px;
  top: 30px;
}
.far-style {
  color: #ea506c;
  font-weight: 17px;
  margin-right: 10px;
}

.pricing {
  float: left;
  /* font-weight: bold; */
  color: #009ccf;
  font-size: 25px;
}

/*responsive header*/
.column {
  align-content: center;
  width: 33.33%;
  float: left;
  margin-right: 50px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 14rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-left: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.sidebar a {
  padding: 8px 8px 8px 16px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  transition: 0.3s;
  text-align: left;
  margin-left: 10px;
  background-image: url();
  /*background: url(../img/f-li.png) no-repeat 0px 10px;"*/
}

.sidebar a:hover {
  color: #bb001b;
}
.responsive-sidebar-box {
  background-color: #edece7;
  height: 500px;
  /*margin-top: 20px;*/
}
.responsive-sidebar-box-img {
  margin-top: 30px;
}
.responsive-sidebar-box-header {
  font-size: 20px;
  padding-top: 20px;
}
.responsive-sidebar-box-h6 {
  width: 250px;
  margin-top: 10px;
  font-size: 13px;
}
.responsive-sidebar-box-no {
  font-size: 20px;
  color: #b00404;
  margin-top: 0px;
  /* cursor: */
}
.responsive-sidebar-box-id {
  font-size: 20px;
  color: #b00404;
  margin-top: 10px;
  cursor: pointer;
}
.responsive-sidebar-box-icon {
  margin-top: 15px;
}
.responsive-sidebar-box-input {
  margin-top: 30px;
  width: 70%;
  margin-right: 10px;
}
.responsive-sidebar-box-input-btn {
  background-color: white;
  border: 0px;
  /*padding: 10px 20px;*/
  /* margin-right:; */
  height: 22px;
}
.form-control {
  width: 50px;
}
/* .responsive-header {
  width: 100%;
  background-color: #fafafa;
} */
.responsive-header-img {
  float: left;
  margin: 10px 20px auto;
  width: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
}

/*end responsive header*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .first-strip-header {
    display: none;
  }
  .second-strip-header {
    display: none;
  }
  .width {
    margin: 0 !important;
  }
  .index-page {
    padding: 0 !important;
  }

  .index-page .about-heading {
    padding-bottom: 0 !important;
    color: #56a5f0;
    font-size: 21px;
  }
  .index-page .after-heading-line {
    font-weight: 100;
  }
  .index-page .about-para {
    font-weight: 100 !important;
    line-height: 25px;
    padding-top: 0;
  }
  .about-img {
    width: 90%;
  }
  .img-width {
    display: none;
  }
  .img-width-reponsive {
    background-color: none;
    box-shadow: none;
    background: none;
    padding: 0px;
    padding-top: 5px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    left: 113px;
    position: none;
  }
  /* .responsive-header {
    width: 100%;
    background-color: #fafafa;
    border-bottom: none;
    margin-left: 15px;
    margin-right: 15px;
  } */
  .slider {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
  }
}

/* Mobile View */
@media (max-width: 500px) {
  .index-page {
    padding: 0 !important;
  }
  .index-page .about-heading {
    padding-bottom: 0 !important;
    color: #56a5f0;
    font-size: 21px;
  }
  .index-page .after-heading-line {
    font-weight: 100;
  }
  .index-page .about-para {
    font-weight: 100 !important;
    line-height: 25px;
    padding-top: 0;
  }
  .about-img {
    width: 90%;
  }
  .img-width-reponsive {
    background-color: none;
    box-shadow: none;
    background: none;
    padding: 0px;
    padding-top: 5px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    left: 113px;
    position: none;
  }
  /* .responsive-header {
    width: 100%;
    background-color: #fafafa;
    border-bottom: none;
    margin-left: 15px;
    margin-right: 15px;
  } */
  .slider {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  .responsive-header {
    display: none;
  }
  .sidenav {
    display: none;
  }
  .responsive-sidebar-box {
    display: none;
  }
}

@media screen and (min-width: 1280px) and (max-height: 800px) {
  .responsive-header {
    display: none;
  }
  .sidenav {
    display: none;
  }
  .responsive-sidebar-box {
    display: none;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .responsive-header {
    display: none;
  }
}



.custom-file-control:read-only, .form-control:read-only {
  background-image: none !important}
select, select.custom-file-control, select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
}