@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: none;
  transition: all .3s;
}

a:hover {
  text-decoration: none;
  transition: all .5s;
}

button,
button:focus {
  outline: none;
}



li {
  list-style: none;
}

input,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
.form-control:hover,
.form-control:focus {
  outline: none !important;
  box-shadow: none;
}

p:empty {
  display: none;
}

input[type=password] {
  font-family: sans-serif !important;
}


/*home page*/
.homemainbg {
  overflow: hidden;
}

header {
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 99;
}

.headernavbar {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
  align-items: center;
  align-content: center;
}

.headernavbar .navbar {
  width: 100%;
  padding: 0;
}

.headernavbar .navbar-brand {
  padding: 0;
  margin: 0;
}

.headernavbar .navbar-brand .img-fluid {
  max-width: 200px;
}

/**/
.homebanner {
  width: 100%;
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 2;
}

.homebanner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

.banner_details h4 {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  background: #ff7f13;
  padding: 7px 15px;
  border-radius: 30px;
  margin: 0 0 15px;
}

.banner_details h2 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px;
}

.banner_details p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 20px;
}

.btn.redborderbtn {
  white-space: nowrap;
  
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  box-shadow: none;
  background: #2a1407;
  text-transform: capitalize;
  min-width: 150px;
}
  
.btn.redborderbtn:hover {
  background: #824a06
  ;
  color: #ffffff;
}

.banner_right {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 35px 30px;
}

.banner_right .form-group {
  margin: 0 0 15px;
}

.banner_right .form-group label {
  color: #2a1407;
  width: 100%;
  margin: 0 0 3px;
  font-size: 16px;
  text-transform: uppercase;
}

.banner_right .form-group .form-control {
  background-color: #ffffff;
  border-radius: 0;
  font-size: 16px;
  padding: 7px 15px;
  height: 48px;
  border: 1px solid #919191;
  color: #2a1407;
}

.banner_right .form-group .form-control::-webkit-input-placeholder {
  color: #2a1407;
  font-size: 14px;
}

.banner_right .form-group .form-control:-ms-input-placeholder {
  color: #2a1407;
  font-size: 14px;
}

.banner_right .form-group .form-control::placeholder {
  color: #2a1407;
  font-size: 14px;
}

/**/
.hometourpackage {
  width: 100%;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.heading_row {
  text-align: center;
}

.heading_row h4 {
  font-size: 16px;
  color: #2a1407;
  margin: 0 0 7px;
}

.heading_row h2 {
  font-size: 36px;
  color: #2a1407;
  font-weight: 700;
  margin: 0 0 15px;
}

.hovereffect {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 12px rgba(239, 104, 34, 0.55);
  margin: 12px 0;
}

.tourimgbox {
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
}

.tourimgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transition: all .5s linear;
}

.tourimgbox h4 {
  position: absolute;
  bottom: 55px;
  left: 0;
  background-color: rgba(249, 65, 65, 0.85);
  color: #fff;
  font-weight: 600;
  transition: all .4s ease-in-out;
  font-size: 17px;
  padding: 5px 10px;
}

.tourimgbox h5 {
  position: absolute;
  bottom: 15px;
  left: 0;
  background-color: rgba(224, 153, 51, 0.85);
  padding: 6px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.btn.tourpackagebtn {
  padding: 13px 15px;
  border-top: 0;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  transition: .5s;
  color: #2a1407;
  font-weight: 600;
  background-color: #fff;
  font-size: 15px;
  transition: all .5s linear;
}

.hovereffect:hover .btn.tourpackagebtn {
  background: #ff7f13;
  color: #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/**/
.homecarental_sec {
  width: 100%;
  padding: 70px 0;
  background: #efefef;
}

.carhireslider .slick-slide {
  padding: 0 12px;
}

.carhire_col {
  width: 100%;

  margin: 12px 0;
  background: #fff;
}
.carhire_col:hover {
   -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.carhire_img {
  width: 100%;
  height: 250px;
  display: block;
}

.carhire_img .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carhiredata {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 0px 13px 20px;
}

.carhiredata h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2a1407;
  margin: 0 0 5px;
}

.carhiredata h5 {
  font-size: 13px;
  
  margin: 0;
  color: #ff7f13;
}

.carhiredata .btn.redborderbtn {
  border-radius: 4px;
  min-width: auto;
  font-size: 13px;
  padding: 7px 10px;
}

.carhireslider .slick-dots {
  bottom: 0;
  margin: 0;
  position: relative;
}

.carhireslider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 3px;
}

.carhireslider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  border: 20px;
  margin: 0 2px;
  cursor: pointer;
  background-color: #cfcfcf;
}

.carhireslider .slick-dots li button::before {
  display: none;
}

.carhireslider .slick-dots li.slick-active button {
  background-color: #ff7f13;
}

/**/
.testimonial_sec {
  width: 100%;
  padding: 70px 0;
  background: #ffffff
}

.testimonial_slider .slick-slide {
  padding: 0 12px;
}

.client_col {
  width: 100%;
  text-align: center;
  margin: 12px 0;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  overflow: hidden;
}

.clientdetails p {
  font-size: 15px;
  color: #1c1c1c;
  line-height: 28px;
  margin: 0 0 10px;
}

.clientdetails h4 {
  font-size: 18px;
  color: #2a1407;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
}

.clietstar .svg-inline--fa.fa-star {
  color: #e5b621;
  font-size: 14px;
}

.testimonial_slider .slick-dots {
  bottom: 0;
  margin: 10px 0 0;
  position: relative;
}

.testimonial_slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 3px;
}

.testimonial_slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  border: 20px;
  margin: 0 2px;
  cursor: pointer;
  background-color: #cfcfcf;
}

.testimonial_slider .slick-dots li button::before {
  display: none;
}

.testimonial_slider .slick-dots li.slick-active button {
  background-color: #ff7f13;
}

/**/
footer {
  background: #333333;
  padding: 50px 0 0;
}

.topfooter {
  padding: 0 0 40px;
  position: relative;
}

.footlogo {
  display: inline-block;
  margin: 0 0 10px;
}

.footlogo .img-fluid {
  max-width: 230px;
}

.footerabout p {
  font-size: 15px;
  color: #ffffff;
  line-height: 26px;
  margin: 0 0 15px;
}

.footerheading {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.social_links {
  display: flex;
  align-items: center;
  align-content: center;
}

.social_links li {
  padding: 0 3px;
}

.social_links li a {
  background: #4f4f4f;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.social_links li a:hover {
  background: #ff7f13;
  color: #ffffff;
}

.footer_link li {
  padding: 4px 0;
}

.footer_link li a {
  color: #ffffff;
  display: block;
  padding: 0;
  font-size: 15px;
}

.footer_link li a .svg-inline--fa,
.footer_link li a i {
  padding-right: 5px;
  width: 16px;
  height: 16px;
}

.footer_link li a:hover {
  color: #ff7f13;
}

.footercontact p {
  font-size: 15px;
  color: #ffffff;
  line-height: 25px;
  padding: 5px 0;
}

.footercontact p strong {
  color: #ea8412;
  display: block;
  font-weight: 500;
}

.footercontact a {
  color: #ffffff;
}

.footercontact a:hover {
  color: #ff7f13;
}

.bottomfooter {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 15px 0;
  width: 100%;
  text-align: center;
}

.bottomfooter_row p {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
}

.bottomfooter_row p a {
  color: #ff7f13;
}

/*Scroll Button*/
#elevator_item {
  transition: opacity .4s ease-in-out;
  opacity: 1;
  z-index: 800;
  display: none;
  margin: 15px 0 0;
}

#elevator_item.off {
  opacity: 0;
  visibility: hidden;
}

#elevator {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(../images/icon_top.png) center center no-repeat;
  background-size: 40%;
  background-color: #464646;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

/*About Us*/
.innerbanner {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 300px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 9;
}

.innerbanner:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.innerbanner h2 {
  font-size: 46px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}

.aboutus_pagesec {
  width: 100%;
  padding: 70px 0;
}

.aboutpagedetail h2 {
  font-size: 32px;
  color: #2a1407;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: capitalize;
}

.aboutpagedetail p {
  font-size: 16px;
  color: #1c1c1c;
  line-height: 28px;
  margin: 0 0 15px;
}

.aboutimgbox {
  width: 100%;
  height: 450px;
  border: 2px solid #c1bebe;
  padding: 5px;
}

.aboutimgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutotherbox {
  width: 100%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  margin: 15px 0;
  padding: 24px 25px;
  border-radius: 10px;
}

.aboutotherbox .img-fluid {
  margin: 0 0 13px;
}

.aboutotherbox h3 {
  font-size: 22px;
  color: #2a1407;
  font-weight: 700;
  margin: 0 0 10px;
}

.aboutotherbox p {
  font-size: 16px;
  color: #1c1c1c;
  line-height: 28px;
  margin: 0 0 10px;
}

.aboutotherbox .redborderbtn {
  min-width: 120px;
  padding: 7px 5px;
}

/*Gallery*/
.gallerypage {
  width: 100%;
  padding: 70px 0;
}

.newgallerybox {
  width: 100%;
  border: 2px solid #ff7f13;
  margin: 12px 0;
  padding: 0;
  position: relative;
  transition: all .5s;
  overflow: hidden;
  background: #fff;
}

.newgallerybox>img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.newgallerybox h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 12px 10px;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
  background: #082d3c;
}

.galleyhover {
  width: 0%;
  height: 0%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(8, 45, 60, 0.6);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
  font-size: 26px;
  color: #fff;
}

.newgallerybox:hover {
  border-color: #082d3c;
}

.newgallerybox:hover .galleyhover {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

/*Car Rental Hire*/
.rentalcar_page {
  width: 100%;
  padding: 10px 0;
      background: #F7FAFD;
}

.rentalcar_page .row {
  padding: 25px 0;
}

.rentalcarimg .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*Sightseen page*/
.sightseen_page {
  width: 100%;
  padding: 40px 0;
}

.sightseen_page .row {
  padding: 25px 0;
}

.sightseen_page .row:nth-child(even) {
  flex-direction: row-reverse;
}

.sightseen_imgbox {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  padding: 5px;
}

.sightseen_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*Contact Us*/
.contactpage {
  width: 100%;
  padding: 70px 0;
}

.contact_details>h3 {
  font-size: 28px;
  font-weight: 700;
  color: #082d3c;
  margin: 0 0 5px;
}

.contact_list li {
  padding: 15px 0;
}

.contactlistbox {
  position: relative;
  min-height: 65px;
  padding-left: 85px;
  display: inline-block;
  width: 100%;
}

.contactimg {
  position: absolute;
  top: 0;
  left: 0;
}

.contactlistbox h4 {
  font-size: 20px;
  font-weight: 700;
  color: #082d3c;
  margin: 0 0 5px;
}

.contactlistbox p,
.contactlistbox a {
  font-size: 16px;
  color: #082d3c;
  line-height: 28px;
  display: block;
  margin: 0;
}

.contactpageform {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 38px rgba(94, 94, 94, 0.15);
  padding: 35px 30px;
  border-radius: 12px;
}

.contactpageform .form-group {
  margin: 0 0 15px;
}

.contactpageform .form-group label {
  font-size: 16px;
  margin: 0 0 5px;
  width: 100%;
}

.contactpageform .form-group .form-control {
  border: 1px solid #cfcfcf;
  font-size: 15px;
  color: #082d3c;
  padding: 7px 15px;
  height: 50px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

.contactpageform .form-group textarea.form-control {
  height: auto;
}

.contactenquirybtn {
  display: flex;
  align-items: center;
}

.enquirysubmit {
  margin-left: 20px;
}

/*Packages Page*/
.innerbanner.packagebanner {
  height: 400px;
}

.packagebanner h2 {
  font-size: 32px;
  margin: 0 0 10px;
}

.packagebanner h4 {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background: #2a1407;
  padding: 8px 15px;
  border-radius: 30px;
  margin: 0 0 15px;
}

.packagebanner p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.tourpackages_sec {
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}

.packagedetail h3 {
  font-size: 24px;
  font-weight: 700;
  color: #082d3c;
  padding: 20px 0 13px;
  margin: 0;
}

.packagedetail p {
  font-size: 16px;
  color: #082d3c;
  line-height: 28px;
  display: block;
  margin: 0 0 13px;
}

.packagedetail ul,
.packagedetail ol {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 20px;
}

.packagedetail li {
  font-size: 16px;
  color: #082d3c;
  line-height: 26px;
  padding: 3px 0;
  list-style: disc;
}

.packagedetail .accordion-item {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}

.packagedetail .accordion-header .accordion-button {
  padding: 10px 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  background: #ffffff;
  color: #2a1407;
}

.packagedetail .accordion-header .accordion-button span {
  background: #2a1407;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  margin: 0 10px 0 15px;
  color: #fff;
}

.packagedetail .accordion-header .accordion-button strong {
  font-weight: 600;
  color: #f55613;
}

.packagedetail .accordion-body {
  padding: 0 0 5px 80px;
  margin: 0;
}



/*Responsive Media Query*/
@media (min-width: 1200px) {
  body .container {
    max-width: 1200px;
  }

}


@media (min-width: 992px) {
  #openavbar {
    justify-content: flex-end;
  }

  .headernavbar .navbar-nav>li {
    margin-right: 30px;
  }

  .headernavbar .navbar-nav>li:last-child {
    margin: 0;
  }

  .headernavbar .navbar-nav>li>a {
    font-size: 16px;
    color: #424155;
    text-transform: capitalize;
    padding: 10px 0;
    display: block;
    position: relative;
    font-weight: 500;
  }

  .headernavbar .navbar-nav>li:hover>a,
  .headernavbar .navbar-nav>li.active>a {
    color: #2a1407;
  }

  .headernavbar .navbar-nav>.dropdown>a:after {
    content: "\f107";
    font: normal 16px/1 FontAwesome;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
  }

  .headernavbar .navbar-nav .dropdown .dropdown-menu {
    background: #ffffff;
    display: block;
    min-width: 350px;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    border: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(30px);
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }

  .headernavbar .navbar-nav .dropdown .dropdown-menu li a {
    font-size: 15px;
    color: #424155;
    padding: 10px 13px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    text-transform: capitalize;
  }

  .headernavbar .navbar-nav>.dropdown>.dropdown-menu>.dropdown>a:after {
    content: "\02192";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 1px;
    font-size: 27px;
  }

  .headernavbar .navbar-nav .dropdown>.dropdown-menu>li:hover>a {
    background: #2a1407;
    color: #fff;
  }

  .headernavbar .navbar-nav>.dropdown:hover>.dropdown-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    top: 100%;
    left: 0;
  }

  .headernavbar .navbar-nav>.dropdown>.dropdown-menu>.dropdown>.dropdown-menu {
    left: 100%;
    top: 0;
  }

  .headernavbar .navbar-nav>.dropdown>.dropdown-menu>.dropdown:hover>.dropdown-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }

  /*sticky header*/
  header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1010;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    animation-name: slideInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
  }

  header.sticky .headertop {
    display: none;
  }

  @-webkit-keyframes slideInDown {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }

    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

  @keyframes slideInDown {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }

    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }


}


@media (min-width: 1367px) {
  body .container {
    max-width: 1360px;
  }


}


@media (max-width: 1199px) {
  .headertop_menu {
    display: none;
  }

  .headernavbar .navbar-nav>li {
    margin-right: 15px;
  }

  .headernavbar .navbar-nav>li>a {
    font-size: 15px;
  }

  .topfooter {
    padding: 0 0 20px;
  }

  .topfooter .col-md-6 {
    margin: 17px 0;
  }

  .topfooter .col-md-6:first-child {
    order: 1;
  }

  .topfooter .col-md-6:last-child {
    order: 2;
  }


}


@media (max-width: 991px) {
  #offcanvasnavbar {
    z-index: 99999;
    height: 100vh;
  }

  .offcanvas-backdrop.fade.show {
    z-index: 2500;
  }

  .offcanvas-logo img {
    max-width: 200px;
  }

  .headernavbar .navbar-toggler {
    box-shadow: none;
    border-radius: 0;
    padding: 4px 7px;
  }

  #openavbar {
    padding: 0;
  }

  .headernavbar .navbar-nav>li {
    margin-right: 0;
  }

  .headernavbar .navbar-nav>li>a {
    padding: 10px 50px 10px 15px;
    color: #0a0a0a;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    border-top: 1px solid #f1f1f1;
    display: block;
    position: relative;
  }

  .headernavbar .navbar-nav li.dropdown>a:before {
    content: "\f105";
    font: normal 14px/1 FontAwesome;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #f1f1f1;
  }

  .headernavbar .navbar-nav>li.activemenu>a,
  .headernavbar .navbar-nav>li>a:hover,
  .mobilemenu li a:hover {
    background: #ff7f13;
    color: #ffffff;
  }

  .headernavbar .navbar-nav li.dropdown.activemenu>a:before {
    content: "\f107";
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.15);
  }

  .headernavbar .navbar-nav .dropdown>.dropdown-menu {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: #e3e2e2;
    padding: 0;
  }

  .headernavbar .navbar-nav>.dropdown>.dropdown-menu>li>a {
    padding: 10px 50px 10px 15px;
    color: #0a0a0a;
    display: block;
    font-size: 15px;
    border-top: 1px solid #d8d8d8;
  }

  .headernavbar .navbar-nav>.dropdown>.dropdown-menu>li>a::before {
    border-color: #d8d8d8;
  }

  .headernavbar .navbar-nav>.dropdown>.dropdown-menu>li.activemenu>a::before,
  .headernavbar .navbar-nav>li>a:hover:before {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .headernavbar .navbar-nav>.dropdown.activemenu>.dropdown-menu {
    display: block;
  }

  .headernavbar .navbar-nav .activemenu>.dropdown-menu>.activemenu>a {
    background: #650965;
    color: #fff;
    border-color: #650965;
  }

  .headernavbar .activemenu>.dropdown-menu>.activemenu>.dropdown-menu {
    display: block;
    padding: 10px 0;
    background: #4f084f;
  }

  .headernavbar .activemenu>.dropdown-menu>.activemenu>.dropdown-menu>li>a {
    display: block;
    padding: 4px 15px;
    font-size: 15px;
    color: #fff;
  }

  .banner_details h2 {
    font-size: 28px;
    margin: 0 0 10px;
  }

  .banner_details {
    margin: 0 0 20px;
  }

  .heading_row h2 {
    font-size: 28px;
  }


}


@media (max-width: 767px) {
  .topheader_row {
    display: block;
    text-align: center;
  }

  .banner_right {
    padding: 15px;
  }

  .banner_details h2,
  .heading_row h2 {
    font-size: 22px;
  }

  .banner_details p,
  .clientdetails p {
    font-size: 15px;
    line-height: 26px;
  }

  .client_col {
    padding: 20px 12px;
  }

  footer {
    padding: 20px 0 0;
  }

  .topfooter .col-md-6 {
    order: inherit !important;
    margin: 0;
  }

  .topfooter .col-md-6>div {
    border-top: 1px solid #4c4c4c;
    padding-top: 20px;
    margin-top: 20px;
  }

  .topfooter .col-md-6:first-child>div {
    border-top: 0;
    margin-top: 0
  }

  .footerabout p,
  .footercontact p {
    padding: 2px 0;
  }

  /*modal*/



}


@media (max-width: 480px) {
  .headernavbar .navbar-brand img {
    max-width: 150px;
  }

}