p{
    line-height: 1.6;
    text-align: justify;
    word-spacing: normal;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color:#2c2d2d;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
.section-pd{
    padding:60px 0px;
}
.header{
    background-image: url(../images/hader-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.sec-pd{
    padding:10px 70px;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
}
.navbar-brand{
    background-color: #fff;
}
.navbar-nav .nav-link{
    color:#fff;
    text-transform: uppercase;
    font-weight:700;
}
.navbar-nav .nav-link:hover{
    color:#3867ae;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #3867ae;
    text-transform: uppercase;
    font-weight:700;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 25px;
    padding-left: 25px;
}
.horizontal-line{
    width:100%;
    height:1px;
    background-color: #fff;
    margin-top:-30px;
}
.border-right{
    border-right: 1px solid #fff;
}
.banner-content{
    color: #fff;
    height: 500px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-content h2{
    font-weight:700;
}
.banner-content p{
    line-height: 1.6;
    text-align: justify;
    word-spacing: normal;
    color:#fff;
}
.horizontal-line-2{
    width:100%;
    height:1px;
    background-color: #fff;
}
.social-medias ul{
    list-style: none;
}
.social-medias li{
    margin: 40px 0px;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
}
  .social-medias .first-media:before {
    content: "";
    height: 152px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    top: -111px;
    right: 21px;
}
.social-medias .first-media:after{
  content: "";
  height: 40px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 81px;
  right: 21px;
}
.social-medias .second-media:after{
  content: "";
  height: 40px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 160px;
  right: 21px;
}
.social-medias .third-media:after {
  content: "";
  height: 152px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -111px;
  right: 21px;
}
.media-sec{
    justify-content: center;
    display: flex;
    align-items: center;
}
.header-bottom{
    display: flex;
    padding:30px 0px;
    color:#fff;
    justify-content: center;
}
.circle span{
    font-size:20px;
    font-weight:700;
}
.circle{
    width:40px;
    height:40px;
    border:1px solid #fff;
    border-radius: 50%;
    padding:3px;
    text-align: center;
    margin-right:8px;
}
.circle-content h4{
    margin-bottom:0;
}
.circle-content a{
    color:#fff;
    text-decoration: none;
}
.circle-content a:hover{
    color:#3867ae;
    text-decoration: underline;
}
.bottom-button{
    width:40px;
    height:80px;
    border:1px solid #fff;
    border-radius: 20px;
    padding:3px;
    text-align: center;
}
.bottom-button i{
    font-size: 40px;
    margin-top: 35px
}
.bottom{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-nav{
    display:none;
}
.mobile-nav a{
text-decoration: none;
color:#000;
}
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    will-change: transform;
    transform: translateZ(0);
    display: flex;
    height: 50px;
    box-shadow: 0 -2px 5px -2px #333;
    background-color: #fff;
  }
  .mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mobile-bottom-nav__item--active {
    color: #3867ae;
  }
  .mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;
  }
  /**************About Section************/
  .about-section{ 
  background-repeat:no-repeat;
  background-position: bottom right; 
    background-image: url(../images/about-bg.png);
    background-size: 250px;
  }
  .about-right-section{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
  }
  /************service section*************/
  .service-section{
    background-image: url(../images/service-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    color:#fff;
  }
 
  .service-section a{
    color:#fff;
    text-decoration: none;
  }
  .service-section p{
    color:#fff;
  }
  /****************offer section**************/
  .offer-image{
    position:relative;
  }
  .offer-image-content p, .offer-image-content span, .offer-image-content-2 p, .offer-image-content-2 span{
    color:#fff;
  }
  .offer-image-content{
    position: absolute;
    top: 0;
    padding: 50px 100px;
    width: 100%;
    height: 100%;
    color:#fff;
  }
  .bold-offer-text{
    font-size:70px;
    font-weight:900;
    font-family: 'Poppins', sans-serif;
  }
  .vertical-text{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 24px;
    font-weight: bolder;
    letter-spacing: 2px;
  }
  .margin-b{
    margin-bottom:-20px;
  }
  .offer-image .btn{
    background-color: #3867ae;
    color:#fff;
    border-radius: 0;
    font-size:12px;
    font-weight:600;
  }
  .offer-image .btn:hover{
    background-color: #fff;
    color:#3867ae;
  }
  .offer-image-content-2{
    position:absolute;
    bottom:0;
    padding:50px;
    color:#fff;
  }
  .first-offer-text{
    font-size: 30px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
  }
  .number{
    font-size: 30px;
    margin-bottom: -10px;
  }
  .line{
    height: 30px;
    background-color: #fff;
    width: 2px;
    margin: 20px;
  }
  .special-class{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /************footer***********/
  .footer{
    background-color: #3867ae;
    color:#fff;
  }
  .footer p{
    color:#fff;
  }
  .footer a{
    color:#fff;
    text-decoration: none;
  }
  .footer a:hover{
    color:#000;
    text-decoration: underline;
  }
  .footer-num{
    margin-bottom:0;
  }
  .footer-sec ul{
    list-style: none;
    padding-left:0;
  }
  .footer-sec img{
    margin-right:10px;
  }
  .footer-sec li{
    display: flex;
    align-items: center;
    line-height: 2.2;
  }
  .map{
    margin-top:-140px;
  }
  .exploring-section{
    padding:0px 0px 150px 0px;
  }
  .footer-section{
    padding:20px;
  }
  .copyright{
    margin-bottom:0;
  }
  .single{
    font-weight:700px; margin-top:-20px;
  }
  .days{
    font-size:13px; margin-top:10px;
  }
  /**********service Page************/
  .service-page-section{
    padding: 60px 0px 120px 0px;
  }
  .image-box{
    border:2px solid #3867ae;
    padding:15px;
  }
  .service-page-sec{
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
  }
  .service-page-content{
    color: #fff;
   padding-top:60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-page-content h2{
    font-weight:700;
}
.service-page-content p{
    line-height: 1.6;
    text-align: justify;
    word-spacing: normal;
    color:#fff;
}
.service-button-section .bottom-button{
        width:40px;
        height:80px;
        border:1px solid #fff;
        border-radius: 20px;
        padding:3px;
        text-align: center;
        display: inline-block;
    }
    /*************contact page***********/
    .contact-page-section{
        padding: 60px 0px 150px 0px; 
    }
    .contact-box{
        padding:20px;
        border:2px solid #3867ae;
        color:#3867ae;
        margin:0px 25px;
    }
    .contact-box a{
        text-decoration: none;

    }
    .contact-form{
        background-color: #f2f2f2;
        padding:30px;
    }
    .form-floating>label{
      padding: 10px 0px 0px 25px;
    }
.number-flex{
  display:flex;
}
.number-flex p{
  font-size:14px;
  margin-bottom:0;
  color:#000;
  font-weight:500;
}
.contact-box a{
  color:#000;
  font-weight:500;
}