body {
  font-family: "inter", sans-serif;
  color: #444444;
  /* background-color: #1F2235; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo", Sans-serif;
}

h2 {
  color: #051441;
  font-weight: 800;
  font-size: 40px;
}

h4 {
  color: #ffffff;
}

p {
  color: #ffffff;
}

a:hover {
  color: #ffffff;
}

/*-------------------Header start--------------------------*/

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


.header {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  background-color: #f7fdfc;
}

.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.header .logo img {
  max-height: 66px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
  font-family: var(--font-primary);
}

.header .logo h1 span {
  color: #f96f59;
}

.sticked-header-offset {
  margin-top: 70px;
}

section {
  scroll-margin-top: 70px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 8px 10px 8px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    color: rgb(5 20 65);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-decoration: none;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-secondary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #f26728;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: #292B41;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-secondary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}
li.cont-btn {
  background: #F26728;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
  box-shadow: 0px 3px 6px #00000012;
  opacity: 1;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.7s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #051441;
    overflow-y: auto;
    transition: 0.7s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    transition: 0.7s;
    text-decoration: none;
  }
  li.cont-btn {
    background: #F26728;
    color: #fff;
    border-radius: 50px;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
    box-shadow: 0px 3px 6px #00000012;
    opacity: 1;
    text-decoration: none;
    width: 100px;
}

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: #292B41;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color:#292B41;
    border: 1px solid #292B41;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: rgb(5 20 65);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: #292b4180;
    z-index: 9996;
  }
}


/*---------------------Hero Section start-----------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-image: url(../img/bd1.jpg);
  background-position:center;
  background-repeat: no-repeat;

}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel {
  display: flex;
  align-items: center;
  /* position: absolute; */
  bottom: 0;
  /* top: 0%; */
  /* left: 22%; */
  transform: translate(35%, 71%);
}


#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
}

#hero p {
  margin: 30px 0px;
  color: #fff;
  font-size: 20px;
}


#hero .btn-reach {
  font-size: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  border:1px solid #F26728;
}

#hero .btn-reach-us {
  font-size: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  color: #fff;
  border: 1px solid #ffffff;
}

#hero #hero .btn-reach-us:hover {
  background: #F26728;
  color: #fff;
}


/*---------------------Hero Section end-----------------------*/


/*---------------------home abouts Section start-----------------------*/
#about {
  margin-bottom: 100px;
}

.common-heading h2 {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.common-heading h2::after {
  border: 1px solid #F26728;
  bottom: -10px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  width: 60%;
}

.common-heading.text-center {
  margin-bottom: 50px;
}

#about p {
  text-align: center;
}

.common-heading {
  margin-bottom: 30px;
}


/*---------Home page about-sec-sec start--------------*/

.about-sec {
  margin-bottom: 100px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #F26728;
 border: none;
 border-radius: 30px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link p {
  color: #6E6E6E;
  font-size: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border:0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs {
  border-bottom: none;
  margin-bottom: 25px;
}
.pro-detils {
  border: 1px solid #F26728;
  padding: 20px;
  border-radius: 5px;
  margin: 50px 0px;

}
.pro-detils h4 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}
.pro-detils p {
  font-size: 24px;
  color: #fff;
}

/*---------Home page about-sec-sec end--------------*/

/*---------Home page abt  service-sec start--------------*/

.bio-sec {
  width: 100%;
  padding: 60px 0;
  background-color: #f7fdfc;
}

.bio-icon-box img {
  width: 70%;
}

.bio-sec-heading {
  text-align: center;
  padding-bottom: 30px;
}

.bio-inner-box {
  padding: 20px;
  border-radius: 10px;
  transition: 1s;
  background-color: #051441;
}

.bio-icon-box {
  width: 93px;
  height: 93px;
  line-height: 25px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff9d14;
}

.bio-sec h3 {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
}

.bio-sec p {
  font-size: 16px;
  font-weight: 300;
}

.btn-service {
  font-size: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background-color: #F26728;
}

.bio-btn {
  margin-top: 40px;
  text-align: center;
}

/*---------Home page abt  service-sec end--------------*/



/* ----------home footer section Starts------------ */
.footer {
  background-color: #23253A;
  width: 100%;
  height: auto;
  padding: 60px 0 0 0;
}

.footer h2 {
  font-size: 28px;
  font-weight: 500;
  color: #FAFAFA;
  margin-bottom: 20px;

}

.footer img {
  margin-bottom: 20px;
}

.footer-aboutus-sec p {
  color: #BDC2CB;
  font-size: 14px;
  font-weight: 200;
}

.footer-aboutus-sec,
.footer-Links-sec,
.footer-cu-sec {
  margin-bottom: 30px;
}

.footer-Links-sec ul li {
  list-style-type: none;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 14px;
  padding: 0;
  font-weight: 200;
}

.footer-Links-sec ul {
  padding: 0;
  margin-bottom: 0px;
}

.footer hr {
  color: #ffffff;
}

.footer-cu-sec address {
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 200;
}

.footer-cu-sec p {
  color: #BDC2CB;
  margin-bottom: 23px;
  font-weight: 200;
}

.footer-cu-sec-align,
.footer-Links-sec-align {
  display: flex;
  justify-content: center;
}

.design p {
  text-align: end;
}

.copy-rights {
  color: #ffffff;
  font-size: 14px;
}

.copy-rights p {
  text-align: start;
}

.footer-bt-sec {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #ffffff;
}

.footer-bt-sec p {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 200;
}


.footer a {
  text-decoration: none;
  position: relative;
  color: #ffffff;
  transition: 0.5s;
}

.footer a:hover {
  text-decoration: none;
  position: relative;
  color: #fff;
}

.social-links {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.social-links a {
  font-size: 21px;
    border: 1px solid #F26728;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
}
.home-social-links {
  display: flex;
  align-items: center;
}

.home-social-links a {
  font-size: 21px;
  border: 1px solid #F26728;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: #ffffff;
  text-decoration: none;border-radius: 50px;
}


/* ----------home footer section ends------------ */



#contactus-sec .Left-sec {
  padding: 20px;
  border-radius: 5px;
}

#contactus-sec .common-heading span {
  margin-bottom: 20px;
}

#contactus-sec .right-sec {
  background-color: #23253A;
  border-radius: 5px;
  padding: 20px;


}

.form-control {
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  border: none;
  background-color: #fcfdff;

}

.form-label {
  font-size: 15px;
  color: #fff;
}

#contactus-sec .right-sec p {
  color: #ffffff;
}

#contactus-sec .right-sec h5 {
  color: #ffffff;
  font-weight: 700;
}

#contactus-sec .right-sec p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}

#contactus-sec .right-sec address {
  color: #ffffff;
  font-weight: 300;
}

#contactus-sec .followus-sec h5 {
  margin-bottom: 20px;
}

.map-sec iframe {
  width: 100%;
  height: 500px;
}

#contactus-sec {
  margin-bottom: 50px;
  margin-top: 100px;
}

.social-links i {
  color: #BDC2CB;
}

button.btn.contact-btn {
  background-color: #F26728;
  color: #ffffff;
  padding: 12px 30px;
  border: none;
  transition: 1s;
  border-radius: 50px;
  margin-top: 20px;
}



img.Portfolio1 {
  width: 100%;
  border-radius: 30px;
}
img.Portfolio {
  width: 100%;
  border-radius: 30px;
}
section#Portfolio-sec {
  margin: 100px 0px;

}


.ftr-nw-subcribe-btn {
  font-size: 22px;
  color: #fff;
  background-color: #051441;
  border: none;
  font-family: "Exo", Sans-serif;
  font-weight: 600;
  padding: 9px 30px;
  border-radius: 999px 999px 999px 999px;
  margin-top: 20px;
}

span.booking {
  font-size: 18px;
}

.bio-icon-box i {
  font-size: 35px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(52 172 203 / 35%);
}
.download-app {
  margin-top: 26%;
  margin-left: 36%;
}
h3.ftr-nw-title {
  color: #051441;
}