@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');


body
{

  font-family: 'Plus Jakarta Sans', sans-serif;
}

.top-bar {
  background:#062254;
  padding: 10px 0px;
  border-bottom: 1px solid #062254;
}

h3.welcm-txt {
  margin-bottom: 0px;
  color: #727272;
  font-size: 0.9rem;
  font-weight: 400;
}

.top-bar p{
    margin-bottom: 0px;
}

ul.top-act {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    list-style:none;
}


ul.top-act li a {
    /* background: #000; */
    padding: 0px 5px;
    /* margin: 0px 4px; */
    display: block;
    color: #fff;
    font-size: 13px;

    font-weight: 500;
    border-radius: 0px;

    line-height: 0px;
}

ul.top-act li a i
{
  font-size: 17px;
  color: #fff;
}

ul.top-act li{border-right:0px solid #565656;}

ul.top-act li:last-child{border-right:0px solid #565656;}

.top-info
{
  display: flex;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

ul.top-info li a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

ul.top-info li a:hover
{
  color: #e20c35;
  text-decoration: none;
}

ul.top-info li a i
{
  color:#fff;
  font-size: 15px;
}

ul.top-info li:first-child {
  margin-right: 19px;
}

a.navbar-brand img {

}

ul.header-right {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

.dropdown-submenu.menu-hover > li:hover .menu-hover.left {
    display: block;
}

ul.dropdown-submenu.menu-hover.left {
    position: absolute;
    left: 100%;
    top: 0px;
}

.header-blue-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #062254;
  padding: 0px 25px;
  height: 50px;
  color: #fff;

  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
margin: 0px 10px;
}

.header-blue-btn:hover
{
  color: #fff;
  transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}


.register-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 4px;
  border: 1px solid #3458ca;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #ffffff;
  padding: 0px 30px;
  height: 50px;
  color: #3458ca;
  font-weight: 400;
}


.register-btn:hover
{

  transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}


.banner-section {
  background-image: url(assets/img/bg-wall.webp);
  height: 590px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
}


.banner-text {
  text-align: center;
  position: absolute;
  top: 20%;
}

.banner-text h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  padding:0px 100px;
}

.banner-text h1 span
{
  font-weight: 700;
}

.banner-text p
{
  color:#fff;
  font-size: 20px;
  margin: 10px 0px;
  padding: 0px 80px;
}

.banner-action
{
  display: flex;
  list-style: none;
  padding-left: 0px;
  justify-content: center;
}

.banner-img
{
  height: 600px!important;
}

.banner-img img
{
  object-fit: cover!important;
  height: 100%;
  position: relative;
}

.banner-img::after
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000008b;
left: 0;
top: 0;
}

.red-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 0px;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #062254;
  padding: 1px 30px;
  height: 50px;
  color: #fff;
  font-weight: 400;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  margin: 0px 10px;
  width: fit-content;
  margin: 20px auto;
  margin-right: 10px;

}
.red-btn:hover
{
  text-decoration: none;
  color: #fff;
  background-color: #000;
  transform: translateY(-3px);
}

.white-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 0px;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #FFF;
  padding: 1px 30px;
  height: 50px;
  color: #333;
  font-weight: 400;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  margin: 0px 10px;
  width: fit-content;
  margin: 20px auto;

}

.white-btn:hover
{
  text-decoration: none;
  color: #fff;
  transform: translateY(-3px);
  background-color: #062254;
}



.banner-section:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(5, 16, 54, 0.5) 0%, #051036 72.43%);
  opacity: 0.8;
}


.banner-text h3 {
  /* background: #fff; */
  width: fit-content;
  margin: 12px auto;
    padding: 6px 0px;
    font-size: 16px;
    border-radius: 0px;
    color: #ffffff;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

form.search-box {
  background: #fff;
  width: 100%;
  padding: 18px;
  margin: 20px 0px;
  display: flex;
}


form.search-box input {
  width: 100%;
  padding: 15px 20px;
  border-right: 0px;
  border: 1px solid #eee;
}

form.search-box button {
  width: 160px;
  border: none;
  background: #3458ca;
  color: #fff;
}

form.search-box button:hover
{
  background:#2d4eb6 ;
}

.about-content h1 {
  font-size: 30px;
  color: #062254;
  font-weight: 600;
}

.about-content h3 {
  font-size: 21px;
  margin: 15px 0px;
}


.section {
  padding: 60px 0px;
}

.title-bar {

  align-items: center;
}

.part-title p {
  margin-bottom: 0px;
}


.view-more a {
  /* width: 141px; */
  /* background: #dde7ff; */
  display: block;
  text-align: center;
  padding: 0px 0px;
  /* border-radius: 4px; */
  font-size: 15px;
  font-weight: 500;
  border-bottom: 2px solid;
}

.view-more a:hover{
  text-decoration: none;
}

a.navbar-brand img {
    width: 180px;
}

.part-title
{
  text-align: center;
}

.part-title h5
{
  border-bottom: 2px solid #062254;
    color: #062254;
    width: fit-content;
    margin: 0px auto;
    padding: 6px 0px;
    line-height: 22px;
    font-size: 18px;
    border-radius: 0px;
    margin-bottom: 10px;
}

.part-title h3 {
  font-size: 37px;
    font-weight: 600;
    line-height: 50px;
}

.about-content p {
  font-size: 15px;
  line-height: 26px;
  color: #727272;
  text-align:justify;
}

.about-content ul {
  list-style: none;
  padding-left: 26px;
}

.about-content ul li {
  font-size: 15px;
  line-height: 26px;
  color: #727272;
  position: relative;
  margin-bottom: 5px;
}


.about-content ul li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #e20c35;
  top: 7px;
  left: -24px;
  border-radius: 29px;
}




.empty-space
{
  height: 40px;
}




.why-us {
  background: #f5f9ff url(assets/img/bg.png);
  padding: 60px 0px;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-box {
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.service-box:hover
{
  transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow:0 22px 40px rgb(154 150 150 / 15%);
}

.service-box img {
  border-radius: 100%;
  width: 100px;
  margin-bottom: 15px;
}

.service-box i {
  width: 65px;
  height: 65px;
  background: #305ebc;
  color: #fff;
  line-height: 65px;
  border-radius: 100%;
  font-size: 30px;
  margin-bottom: 11px;
}

.service-box a i{
 width: 30px;
    height: 30px;
    background: #f5f9ff;
    color: #062254;
    line-height: 30px;
    border-radius: 100%;
    font-size: 19px;
    margin-bottom: 11px;
}

.service-box:hover>a i
{
  background:#062254;
  color: #fff;
}

.service-box h3 a {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 600;
    line-height: 30px;
    color: #16171a;
    border-bottom: 1px solid #eee;
    padding-bottom: 37px;
    width: 100%;
    display: block;
    height: 30px;
    overflow: hidden;
}

.service-box h3 a:hover
{
  color:#e20c35 ;
  text-decoration: none;
}

.service-box p {
  margin-bottom: 11px;
    padding: 0px 10px;
    line-height: 22px;
    margin-top: 3px;
    font-size: 14px;
    color: #727272;
}


.why-box {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.why-box:last-child {


  border-bottom: 0px dashed #eee;
}


.icon-box i {
    width: 50px;
    height: 50px;
    background: #f5f9ff;
    line-height: 50px;
    color: #062254;
    text-align: center;
    font-size: 26px;
    border-radius: 100%;
    margin-right: 17px;
}

.why-content h3 {
  margin: 0px;
  font-size: 17px;
  margin-bottom: 5px;
}

.testimonials
{
  background:#f5f9ff;
 padding: 80px 0px;
 position: relative;
}

.testimonials:before
{
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  background-image: url(assets/img/shape.png);

}

.test-title h3 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #062254;
  text-align: center;
}

.test-title {
  text-align: center;
  margin-bottom: 30px;
}


.test-title h3 span{
color:#e20c35 ;
}
.testimoni-box {
  background: #fff;
  padding: 30px 14px;
}


.testimoni-box img {
  width: 90px;
  border-radius: 100%;
  margin: 20px 0px;
}

.testimoni-box h5 {
  font-size: 21px;
  color: #305ebc;
}

ul.star-ratings {
  display: flex;
  list-style: none;
  margin: 0px auto;
  padding-left: 0px;
  justify-content: center;
}

ul.star-ratings li {
  margin: 0px 1px;
  color: #ffa600;
}

.testimoni-box p {
  width: 85%;
  margin: 0px auto;
  color: #666;
  font-size: 15px;
  line-height: 25px;
  margin-top: 10px;
}

.testimonail-btn {
  width: 50px;
    height: 50px;
    border: 1px solid;
    background:#062254;
    opacity: 1;
    border-radius: 0px;
}


.testi-nav .carousel-control-prev
{
  top:50%
}


.testi-nav .carousel-control-next
{
  top:50%
}


.news-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, #121315 0%, rgba(18, 19, 21, 0) 100%);
}

.news-img {
  position: relative;
}

.news-box {
  position: relative;
}

.blog-content {

}

.box-content {
 position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
}


.blog-date {
  position: absolute;
  top: 30px;
  right: 17px;
  background-color: #fff;
  padding: 13px 15px 8px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.blog-content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 12px;
  padding-bottom: 27px;
  margin-bottom: 9px;
  border-bottom: 1px solid #fff;
}

.blog-content h3 a
{
  color: #fff;
}

.blog-content h3 a:hover
{
  color: #f1f6fe;
  text-decoration: none;
}

.blog-date p{
  margin-bottom: 0px;
  color: #062254;
  font-size: 14px;
}

.blog-date p span {
  font-weight: 700;
}

.blog-comnt-arrow {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}

.blog-arrow a {
  width: 36px;
  height: 36px;
  background: #fff;
  display: block;
  text-align: center;
  line-height: 36px;

}

.blog-arrow a i
{
  color: #e20c35;
}

.tag {
  position: relative;
  display: inline-block;
  background-color: #ffffff2e;
  padding: 4px 20px 6px;
}

.tag p
{
  margin-bottom: 0;
  color: #fff;
}

.comnt-box {
  color: #fff;
  font-size: 14px;
}

.comnt-box i {
  color: #e20c35;
  font-size: 18px;
  margin-right: 3px;
}

.call-action {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #062254;
  padding: 30px 40px;
  border-radius: 10px;
  align-items: center;

}

.call-action p
{
  color: #fff;
  margin-bottom: 0px;
  font-size: 1.2rem;
}

.call-action a {
    background: transparent;
    padding: 13px 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}

.call-action a:hover
{
  text-decoration: none;
  background-color: #fff;
  color: #062254;
}




footer {
  background-color: #f5f8ff;
  padding: 60px 0px;
  padding-bottom: 0;
}

ul.f-menu {
  padding-left: 0px;
  list-style: none;
}

ul.f-menu li a {
  font-size: 15px;
  width: 100%;
  color: #38393b;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
}
.footer-widget h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #062254;
}

.footer-widget p {
  font-size: 15px;
  color: #38393b;
}

ul.contact-info {

  list-style: none;
  padding-left: 0;
}
ul.contact-info li {
  /* border: 1px solid #ffffff; */
  font-size: 15px;
  margin-bottom: 14px;
}


ul.social-media {
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

ul.contact-info li i {
  font-size: 8px;
  width: 30px;
  height: 30px;
  background: #062254;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  border-radius: 100%;
  margin-right: 10px;
}

ul.contact-info li a
{
  text-decoration: none;
  color: #000;
}


ul.social-media li a {
  width: 40px;
    height: 40px;
    background: #fff;
    display: block;
    margin-right: 8px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    border-radius: 100%;
    color: #062254;
}

.footer-copyright {
  background: #062254;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  padding: 20px 0px;
  margin-top: 60px;
}


.footer-copyright p
{
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
  font-size: 15px;
}



.breadcumb {
  width: 100%;
  padding: 80px 0px;
  background: #000 url('assets/img/breadcumb.png');
  border-radius: 10px;
  margin-bottom: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.breadcumb::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(5, 16, 54, 0.5) 0%, #051036 72.43%);
  top: 0;
  border-radius: 10px;
  opacity: 0.8;
}

.breadcumb-text {
  padding: 0px 80px;
}

.breadcumb-text h3 {
  color: #fff;
  font-size: 34px;
}

.breadcumb-text p {
  color: #fff;

}

.bread-nav
{
  list-style: none;
  padding-left: 0px;
  display: flex;
}

.bread-nav li
{
  color: #fff;
}

.bread-nav li a {
  color: #4b99ed;
  margin-right: 10px;
  position: relative;
  padding: 0px 7px 0px 0px;
}

.bread-nav li a:after {
  content: '/';
  left: 46px;
  position: absolute;
}


.section-about {
  padding: 80px 0px;
}


.about-img img {
  border-radius: 20px;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.about-text h3 {
  color: #062254;
}

.about-text p {
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  color: #727272;
  margin: 18px 0px;
}

.total-fact
{
  background-color: #062254;
}

.start-btn
{
  display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid #3458ca;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #ffffff;
    padding: 0px 30px;
    height: 50px;
    color: #3458ca;
    font-weight: 400;
    width: fit-content;
}

.start-btn:hover
{
  text-decoration: none;
  background:#3458ca;
  color: #fff;
}

.start-btn i {
  margin-left: 10px;
}


.facts {
  text-align: center;
  border: 1px solid #eee;
  padding: 30px 0px;
  border-radius: 10px;
}

.fact-number {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
}

.facts p {
  margin-bottom: 0px;
  color: #fff;
}

.detail-part {
  padding: 60px 0px;
}

.package-slide{

   box-shadow: 0 9px 18px rgba(0, 0, 0, 0.15);
   border-radius: 16px;
   margin-bottom: 20px;
}
.package-slide img {
  border-radius: 16px;
  /* box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15); */
}

.pack-breadcumb {
  background: #e20c35 url(assets/img/breadcumb.jpeg);
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.pack-breadcumb::before
{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, #121315 0%, rgba(18, 19, 21, 0) 100%);
top: 0;
left: 0;
}

.pack-breadcumb .bread-nav {
  margin-bottom: 0px;
}



.pack-breadcumb .breadcumb-text {
  padding: 0;
}
.pack-nav li {
  margin-right: 30px!important;
  position: relative;
  font-size: 14px;
}

.pack-nav li:last-child:after
{
  display: none;
}

.pack-nav li:after {
  content: '>';
  position: absolute;
  right: -21px;
}

.detail-left h1 {
  font-size: 30px;
  margin-bottom: 4px;
  color: #051036;
}

.destination-overview h3
{
  font-size: 1.3rem;
  color: #333;
}

.destination-overview p
{
  font-size: 15px;
  color: #727272;
  line-height: 26px;
}

.destination-overview h5 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #333;
}

.destination-overview ul{
padding-left: 20px;
}
.destination-overview ul li{
font-size: 15px;
    color: #727272;
    margin-bottom: 6px;
}

.table-responsive table thead {
  background: #e20c35;
  color: #fff;
  font-size: 14px;
}

.destination-overview .table
{
  border: 1px solid #eee;
}

.destination-overview .table tbody tr td ul li {
  font-size: 13px;
  color: #727272;
  line-height: 21px;
  margin-bottom: 15px;
  list-style: auto;
}

.destination-overview .table thead th
{
  text-align: center;
}


.booking-form {
  box-shadow: 0px 10px 60px 0px #0510360D;
  border: 1px solid #dddddd;
  padding: 30px;
  border-radius: 10px;

}
.booking-form form input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #697488;
  font-size: 14px;
}


.booking-form form textarea{
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #697488;
  font-size: 14px;
}

.booking-form form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #697488;
  font-size: 14px;
}

.booking-form form button {
  background: #062254;
  width: 100%;
  padding: 13px 0px;
  color: #fff;
  border: 0px;
  border-radius: 4px;
}


.booking-form form h3 {
  text-align: center;
    font-size: 23px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #062254;
}
.booking-form form p
{
  text-align: center;
  color: #717171;
}

.day-wise {
  margin-top: 20px;
}
.day-wise .card {
  margin-bottom: 14px;
  border: 2px solid #305ebc;
  border-bottom: 2px solid #305ebc!important;
  border-radius: 6px!important;
  background: #fff!important;
}

.day-wise .card .card-header
{
  background-color: #325bc3;
}


.day-wise .card .card-header button {
  padding: 0px 0px;
  font-weight: 500;
  color: #fff;
}

.review-box {
  margin-top: 23px;
  display: flex;
}

.user-box {
  margin-right: 20px;
}

.user-box img {
  border-radius: 100%;
}


.user-info h3 {
  font-size: 20px;
}

ul.ratings-review {
  padding-left: 0px;
  list-style: none;
  display: flex;
  margin-bottom: 8px;
}
ul.ratings-review li {
  margin-right: 4px;
  color: #ffc900;
}

.user-info h3 {
  font-size: 20px;
  color: #183d8b;
}

.review-box {
  margin-top: 23px;
  display: flex;
  background: #fff;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 10px;
}

.commnt-form
{
  margin-top: 10px;
}

form.commnt-form input {
  width: 100%;

  padding: 12px 16px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #697488;
  font-size: 15px;
}

form.commnt-form textarea {
  width: 100%;
  height: 200px;
  padding: 12px 16px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #697488;
  font-size: 15px;
}

form.commnt-form button {
  background: #305ebc;
  border: none;
  color: #fff;
  padding: 10px 32px;
  border-radius: 4px;
}

.contact-page {
  padding: 60px 0px;
  background: #fff;
}

.Contact-box-form {
  background: #f5f8ff;
  padding: 40px;
  border-radius: 0px;
}
.Contact-box-form h2
{
  color:#062254;
}

.Contact-box-form p
{
  color:#333;
}

.Contact-box-form form input {
  width: 100%!important;
  background: #fff;
  border: 0px;
  border-bottom: 1px solid #fff;
  padding: 28px 16px;
  border-radius: 0px;
  margin-bottom: 16px;
}

.Contact-box-form form select {
  width: 100%!important;
  background: #fff;
  border: 0px;
  border-bottom: 1px solid #fff;
  padding: 16px 16px;
  border-radius: 0px;
  margin-bottom: 16px;
}


.Contact-box-form form textarea {
  width: 100%!important;
  background: #fff;
  border: 0px;
  border-bottom: 1px solid #fff;
  padding: 28px 16px;
  border-radius: 0px;
  margin-bottom: 16px;
  height: 130px;
  padding-top: 10px;
}

.Contact-box-form form button
{
  width: 100%;
  padding: 16px 0px;
  background-color: #062254;
  border: 2px solid #062254;
  color: #fff;
  font-weight: 600;
}

.Contact-box-form form button:hover
{
  background-color: #000;
  color:#fff;
  border-color: #000;
}

ul.info-list {
  list-style: none;
  padding-left: 0px;
}

.info-list li
{
  display: flex;
margin-bottom: 25px;
}


.info-list li i {
  width: 40px;
  height: 40px;
  background: #062254;
  text-align: center;
  color: #fff;
  line-height: 40px;
  border-radius: 100%;
  font-size: 20px;
  margin-right: 11px;
}


.add-info p {
  margin-bottom: 0px;
  color: #727272;
}

ul.social-section {
  list-style: none;
  padding-left: 0px;
  display: flex;
}

ul.social-section li a {
  width: 40px;
  height: 40px;
  background-color:#062254;
  display: block;
  margin-right: 10px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  border-radius: 64px;
}

ul.social-section li a:hover
{
  background-color: #3865d8;
}

.add-info p a {
  color: #232324;
  font-weight: 500;
}

.single-adderss-block {
  background: #fff;
  padding: 40px;
  box-shadow: 0px 10px 60px 0px #0510360D;
    border: 1px solid #eee;
}

.single-adderss-block h3 {
  font-size: 1.3rem;
}

.sign-up-box
{
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px #0510360D;

}

.sign-up-box h2
{
  color: #e20c35;
}

.sign-up-box p
{
  color: #333;
}

.sign-up-box form input
{
  border: 1px solid #eee;
  padding: 24px 16px;
  font-size: 14px;
}

.sign-up-box form textarea
{
  border: 1px solid #eee;
  font-size: 14px;
}

.sign-up-box form button
{
  background-color: #e20c35;
  color: #fff;
  margin-bottom: 10px;
}

.sign-up-box form button:hover
{
  background-color: #e20c35;
  color: #fff;
}

.table-responsive table thead tr th {
    padding: 10px 17px;
}

.table-responsive table tbody tr td {
    font-size: 13px;
    padding: 8px 8px;
}


@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover>.dropdown-menu{ display: block; }
	.dropdown-menu.menu-hover > li:hover .dropdown-submenu.menu-hover.left {
        display: block;
    }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

@media only screen and (max-width: 600px) {
.top-info {
    display: none!important;}
    
ul.top-act {
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0px!important;
}
a.navbar-brand img {
    width: 140px;
}
.about-content {
    padding: 30px 5px;
}
.service-box {
    margin: 0px 0px 25px 0px;
}
.news-img {
    margin-bottom: 20px;
}

.call-action {
    width: 100%;
    display: flex;
    background: #e20c35;
    padding: 30px 31px;
    border-radius: 10px;
    flex-direction: column;
    align-content: center;
    align-items: start;
}
.call-action p {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 15px;
}
ul.social-media {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 25px;
}
.banner-text h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    padding:0px 10px;
}

.carousel-caption
{
    left:5%;
    right:5%;
}

.banner-img {
    height: 450px!important;
}

.banner-text h3
{font-size:12px;}

ul.banner-action {
    flex-direction: column;
}

.red-btn
{
    margin: 5px auto;
    width: fit-content;
}

.white-btn
{
    margin: 5px auto;
       width: fit-content;
}

.part-title h3
{
    font-size:30px;
}

.test-title h3
{
    font-size:30px;
}
    



}



.dropdown-item
{
    font-size: 0.8rem;
    color:#727272;
    font-weight:500;
}

.foot-whtsap {
    margin-bottom: 11px!important;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    z-index: 16000160;
    bottom: 0;
    /* text-align: center; */
    overflow: hidden;
    float: right;
    text-align: right;
    font-family: 'Plus Jakarta Sans', sans-serif;
    right: 0;
}

.foot-whtsap a {
    margin: 0px 15px;
}

.foot-whtsap img {
    margin: 0px 26px;
    box-shadow: 1px 3px 4px rgba(0,0,0,0.4);
    border-radius: 74px;
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 5px;
}

.foot-whtsap span {
    color: #333;
    font-size: 13px;
}










