img {
  width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*/ ======= home page css starts ======= /*/


/*/ --- navbar css starts --- /*/

.navbar {
  padding: 5px 10%;
  background-color: #000;
  z-index: 9999;
  transition: 0.3s ease-in-out;
}

.navbar-brand {
  width: 350px;
}

.navbar .nav-link {
  font-family: Montserrat-Medium;
  color: #fff;
  font-size: 16px;
  padding: 0px 25px !important;
}

.navbar .navbar-nav {
  margin-left: auto;
  margin-top: 45px;
}

.navbar-toggler .b-one {
    display: block;
    width: 15px;
    height: 2.5px;
    background-color: #ffffff;
    margin-bottom: 5px;
}

.navbar-toggler .b-two {
    display: block;
    width: 20px;
    height: 2.5px;
    background-color: #ffffff;
    margin-bottom: 5px;
}

.navbar-toggler .b-three {
    display: block;
    width: 25px;
    height: 2.5px;
    background-color: #ffffff;
}

.topbar {
  padding: 6px 10%;
}

.topbar .topbar-container {
  display: flex;
}

.topbar .top-soc {
  width: 30%;
}

.topbar .top-contact {
  width: 70%;
  text-align: right;
}

.topbar .top-soc ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.topbar .top-soc ul li {
  list-style: none;
  display: inline;
  font-family: Montserrat-Regular;
  color: #000;
  padding-right: 15px;
  font-size: 14px;
}

.topbar .top-contact a {
  color: #000;
}

.topbar .top-contact i {
  vertical-align: middle;
}

.topbar .top-soc ul li a {
  color: #000;
}

.topbar .top-contact ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.topbar .top-contact ul li {
  list-style: none;
  display: inline;
  font-family: Montserrat-Regular;
  color: #000;
  padding-right: 15px;
  font-size: 14px;
}

.navbar-fixed-top.scrolled {
  position: fixed;
  width: 100%;
  top: 0px;
  transition: 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #000;
  border-radius: 0px;
}

.navbar-nav .dropdown-menu .dropdown-item {
  color: #fff;
  font-family: Montserrat-Medium;
  font-size: 16px;
  padding: 15px 25px;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #000;
}

.navbar-nav .dropdown-menu .dropdown-item:focus {
  color: #000;
}

.phn-res {
  display: none !important;
}

/*/ --- navbar css ends --- /*/


/*/ --- slider css starts --- /*/

.carousel {
  position: relative;
}

.carousel .carousel-item img {
  height: 81vh;
  object-fit: cover;
}

.carousel .slider-content {
  position: absolute;
  top: 13%;
  left: 10%;
  width: 35%;
  animation: zoomIn;
  animation-duration: 1.2s;
  background: rgba(255,255,255,.5);
  padding: 29px;
  border-left: 8px solid #e48e15;
}

.carousel .carousel-indicators {
    display:none;
}

.carousel .slider-content h6 {
  color: #e6b147;
  font-family: Montserrat-SemiBold;
  text-transform: uppercase;
  font-size: 16px;
}

.carousel .slider-content h1 {
  font-family: Montserrat-ExtraBold;
  color: #000;
  font-size: 2.2rem
}

.carousel .slider-content p {
  font-family: Montserrat-Regular;
  color: #444444;
  font-size: 15px;
}

.carousel-control-next, .carousel-control-prev {
  width: 7%;
}

.carousel .slider-content a {
  background-color: #e6b147;
  font-family: Montserrat-SemiBold;
  color: #fff;
  text-decoration: none;
  padding: 13px 67px 13px 27px;
  border-radius: 4px;
  display: block;
  width: fit-content;
  position: relative;
  transition: 0.2s ease-in-out;
}

.carousel .slider-content a .fa-arrow-right {
  background-color: #fff;
  color: #e6b147;
  position: absolute;
  right: 8px;
  width: 35px;
  height: 35px;
  top: 8px;
  padding: 8px;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}

.carousel .slider-content a:hover {
  background-color: #000;
  cursor: pointer;
}

/*/ --- slider css ends --- /*/



/*/ --- social media floating button css starts --- /*/

#social-share {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
  /*transitions with relative delay*/
}

#social-share a {
  display: block;
}

#social-share div.social-open-menu .btn-share, #social-share ul.social-itens .btn-share {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  line-height: 1;
  outline: 0;
  border: 0;
  margin-top: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#social-share div.social-open-menu .btn-share:hover, #social-share ul.social-itens .btn-share:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#social-share ul.social-itens {
  list-style: none;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  padding-left: 6px;
  margin-bottom: 0px;
  /* display: none; */
}
#social-share ul.social-itens .btn-share {
  width: 50px;
  height: 50px;
  /* transform: none; */
}
#social-share ul.social-itens .btn-share.social-item-1 {
  background-color: #3B5998;
}
#social-share ul.social-itens .btn-share.social-item-1 i {
  text-shadow: 0px 0px #344e86, 1px 1px #344e86, 2px 2px #344e86, 3px 3px #344e86, 4px 4px #344e86, 5px 5px #344e86;
}
#social-share ul.social-itens .btn-share.social-item-2 {
  background-color: #E91E63;
}
#social-share ul.social-itens .btn-share.social-item-2 i {
  text-shadow: 0px 0px #d81558, 1px 1px #d81558, 2px 2px #d81558, 3px 3px #d81558, 4px 4px #d81558, 5px 5px #d81558;
}
#social-share ul.social-itens .btn-share.social-item-3 {
  background-color: #4caf50;
}
#social-share ul.social-itens .btn-share.social-item-3 i {
  text-shadow: 0px 0px #1b8220, 1px 1px #1b8220, 2px 2px #1b8220, 3px 3px #1b8220, 4px 4px #1b8220, 5px 5px #1b8220;
  font-size: 26px;
}
#social-share ul.social-itens .btn-share.social-item-4 {
  background-color: #ff1e32;
}
#social-share ul.social-itens .btn-share.social-item-4 i {
  text-shadow: 0px 0px #b91120, 1px 1px #b91120, 2px 2px #b91120, 3px 3px #b91120, 4px 4px #b91120, 5px 5px #b91120;
  font-size: 26px;
}
#social-share ul.social-itens.open .btn-share {
  transform: scale(1);
  opacity: 1;
  padding: 12px;
  /* transform: translate(0px, -15px); */
}
#social-share ul.social-itens li {
  position: relative;
}
#social-share ul.social-itens li .btn-share {
  transform: scale(0);
  opacity: 0;
}
#social-share ul.social-itens li .btn-share-text {
  /* opacity: 0; */
  position: absolute;
  bottom: 15px;
  right: 100%;
  margin-right: 10px;
  min-width: 75px;
  border-radius: 2px;
  padding: 3px 4px;
  text-align: center;
  font-weight: 300;
  background: rgba(20, 20, 20, 0.7);
  color: #fff;
  display: block;
  opacity: 0;
  /* transition: all 500ms ease-in-out  0.5s; */
  line-height: 20px;
}
#social-share ul.social-itens li:hover .btn-share-text {
  opacity: 1;
}
#social-share div.social-open-menu .btn-share {
  width: 70px;
  height: 70px;
  background-color: #25D366;
}
#social-share div.social-open-menu .btn-share i {
  text-shadow: 0px 0px #148b41, 1px 1px #148b41, 2px 2px #148b41, 3px 3px #148b41, 4px 4px #148b41, 5px 5px #148b41;
  font-size: 38px;
}
#social-share .social-itens.open .social-item-1, #social-share .social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}
#social-share .social-itens.hidden .social-item-1, #social-share .social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
#social-share .social-itens.open .social-item-2, #social-share .social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
#social-share .social-itens.hidden .social-item-2, #social-share .social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
#social-share .social-itens.open .social-item-3, #social-share .social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
#social-share .social-itens.hidden .social-item-3, #social-share .social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
#social-share .social-itens.open .social-item-4, #social-share .social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
#social-share .social-itens.hidden .social-item-4, #social-share .social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}

/*/ --- social media floating button css ends --- /*/


/*/ --- popup css starts --- /*/

.overlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  z-index: 9999;
  transition: 0.2s ease-in-out;
}
/* Popup */
.popup {
  border-radius: 3px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
  width: 500px;
  /*Change your width here*/
  height: 355px;
  /*Change your height here*/
  /* margin: auto; */
  /* Popup Inner */
  z-index: 9999;
  transition: 0.2s ease-in-out;
}

.popup .popup-inner {
  position: relative;
}
.popup .popup-inner input.s3-btn-close {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  background: black;
  border: solid 2px white;
  color: white;
  cursor: pointer;
  border-radius: 15px;
  outline: none;
  z-index: 99;
}

.popup .popup-inner p {
  font-family: Poppins-Light;
  font-size: 12px;
  color: #444444;
  margin-top: 25px;
}

.popup .popup-inner p a {
  font-family: Poppins-Light;
  font-size: 12px;
  color: #444444;
  margin-top: 25px;
}

#popup {
    width: 600px;
    height: fit-content;
    z-index: 100022;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translateX(-50%) translateY(-50%);
    max-width: 75%;
     transition: 0.2s ease-in-out;
     border-radius: 100px 10px 100px 10px;
}

#popup .close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    cursor: pointer;
    opacity: 0.7;
    height: 25px;
}

.close {
    color: #fff;
    opacity: 1;
    outline: none;
}

#popup_bg {
    position: fixed;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    z-index: 10002;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.popup .int-head input  {
  font-family: Poppins-Light;
  width: 100%;
  background-color: #efefef;
  border-radius: 5px;
  padding: 12px;
  border: none;
  margin-bottom: 15px;
  font-size: 14px;
}

.popup .int-head input:focus {
  outline: none;
}

.popup .int-head select  {
  font-family: Poppins-Light;
  width: 100%;
  background-color: #efefef;
  border-radius: 5px;
  padding: 12px;
  border: none;
  margin-bottom: 15px;
  font-size: 14px;
}

.popup .int-head select:focus {
  outline: none;
}

.popup .int-head {
  padding: 1px 40px;
}

.popup .int-head .popup-content {
  padding: 20px;
  border-radius: 15px;
}

.popup .int-head .popup-content img {
  width: 80px;
  margin-bottom: 20px;
}

.popup .int-head .popup-content h4 {
  font-family: Nexa-Bold;
  color: #444444;
  text-align: left;
  font-size: 22px;
  margin-bottom: 20px;
}

.popup .int-head .popup-content .sch-btn {
  font-family: Nexa-Bold;
  color: #fff;
  background-color: #7F00FF;
  padding: 8px 16px;
  border-radius: 23px;
  display: block;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.popup .contact-form-box {
  text-align: center;
  padding: 47px 0px 50px; 
}

.popup .contact-form-box h4 {
  font-family: Montserrat-SemiBold;
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 35px;
}

.popup .contact-form-box .form-group {
  position: relative;
}

.popup .contact-form-box .form-group input {
  background-color: transparent!important;
  border: 1px solid #eee!important;
  border-radius: 5px;
  padding-top: 12px;
  height: 55px;
  margin-bottom: 15px;
}

.popup .contact-form-box .form-group label {
  left: 22px;
  top: -7px;
  display: block;
  position: absolute;
  line-height: 1;
  padding: 0 6px;
  background-color: #fff;
  font-size: 15px;
  font-family: Montserrat-Medium;
}

.popup .contact-form-box button {
  background-color: #e6b147;
  font-family: Montserrat-SemiBold;
  color: #fff;
  text-decoration: none;
  padding: 13px 67px 13px 27px;
  border-radius: 4px;
  display: block;
  width: fit-content;
  position: relative;
  transition: 0.2s ease-in-out;
  font-size: 14px;
  border: 1px solid #e6b147;
  cursor: pointer;
  width: 100%;
}

.popup .contact-form-box button:focus {
  outline: none;
}

.popup .contact-form-box button .fa-arrow-right {
  background-color: #fff;
  color: #e6b147;
  position: absolute;
  right: 8px;
  width: 35px;
  height: 35px;
  top: 5px;
  padding: 8px;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}

.popup .contact-form-box button:hover {
  background-color: #fff;
  color: #e6b147;
}

.popup .contact-form-box button:hover .fa-arrow-right {
  background-color: #e6b147;
  color: #fff;
}

/*/ --- popup css ends --- /*/




/*/ --- news slider css starts --- /*/

.news-slider-home {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}

.news-slider-home .news-slider-container {
  padding: 40px 7% 20px;
}

.news-slider-home #newsslider {
  background-color: #000;
  min-height: 82px;
}

.news-slider-home .news-slider-head {
  background-color: #e6b147;
  padding: 15px 25px;
  height: 100%;
}

.news-slider-main-head {
  padding-right: 0px;
}

.news-slider-content {
  padding-left: 0px;
}

.news-slider-home h4 {
  font-family: Montserrat-Bold;
  color: #000;
  font-size: 18px;
  margin-bottom: 0px;
}

.news-carousel {
  padding: 10px;
}

.news-slider-home p {
  font-family: Montserrat-Regular;
  color: #fff;
  font-size: 15px;
  margin-bottom: 0px;
}

.news-slider-home a {
  color: #e6b147 !important;
  font-family: Montserrat-SemiBold;
}

.news-slider-home a:hover {
    cursor:pointer;
}

.news-slider-home a i {
  vertical-align: middle;
}

/*/ --- news slider css ends --- /*/



/*/ --- destination css starts --- /*/

.destination-home .destination-container {
  padding: 50px 7%;
}

.destination-home .destination-head h6 {
  color: #e6b147;
  font-family: Montserrat-SemiBold;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}

.destination-home .destination-head h2 {
  font-family: Montserrat-Bold;
  color: #000;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
}

.destination-home .des-content-box {
  padding: 20px 15px 20px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #eee;
  border-top: none;
  transition: 0.3s ease-in-out;
}

.destination-home .des-content-box h4 {
  font-family: Montserrat-Bold;
  color: #000;
  font-size: 22px;
}

.destination-home .des-content-box p {
  font-family: Montserrat-Regular;
  color: #666666;
  font-size: 14px;
  min-height: 85px;
  line-height: 24px;
}

.destination-home .des-box img {
  border-radius: 5px 5px 0 0;
  height: 200px;
  object-fit: cover;
}

.destination-home .des-box a {
  background-color: #e6b147;
  font-family: Montserrat-SemiBold;
  color: #fff;
  text-decoration: none;
  padding: 9px 60px 9px 15px;
  border-radius: 4px;
  display: block;
  width: fit-content;
  position: relative;
  transition: 0.2s ease-in-out;
  font-size: 14px;
}

.destination-home .des-box a .fa-arrow-right {
  background-color: #fff;
  color: #e6b147;
  position: absolute;
  right: 5px;
  width: 28px;
  height: 28px;
  top: 5px;
  padding: 8px;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}

.destination-home .des-box:hover a {
  background-color: #fff;
  color: #e6b147;
}

.destination-home .des-box:hover .fa-arrow-right {
  background-color: #000;
}

.destination-home .des-box:hover .des-content-box {
  background-color: #000;
}

.destination-home .des-box:hover h4 {
  color: #fff;
}

.destination-home .des-box:hover h4 p {
  color: #fff;
}

.destination-home .des-box:hover .des-content-box {
  border: 1px solid #000;
}

.destination-home .des-box .des-img {
  position: relative;
}

.destination-home .des-box .des-img:before {
  position: absolute;
  left: 0;
  content: '';
  right: 0;
  height: 65px;
  bottom: -2px;
  background-image: url('../img/des-bt-w.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s ease-in-out;
}

.destination-home .des-box:hover .des-img:before {
  background-image: url('../img/des-bt-b.png');
}

/*/ --- destination css ends --- /*/



/*/ --- home about section css starts --- /*/

.about-home .about-container {
  padding: 50px 7%;
}

.about-home .about-content h6 {
  color: #e6b147;
  font-family: Montserrat-SemiBold;
  text-transform: uppercase;
  font-size: 16px;
}

.about-home .about-content h2 {
  font-family: Montserrat-Bold;
  color: #000;
  font-size: 40px;
  margin-bottom: 30px;
}

.about-home .about-content p {
  color: #666666;
  line-height: 1.8;
  font-family: Montserrat-Regular;
}

.about-home .about-content .about-ft-icon-box i {
  font-size: 40px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 8%);
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);
  position: relative;
  color: #e6b147;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  margin-top: 20px;
  display: block;
}

.about-home .about-content .about-ft-icon-box h4 {
  font-size: 22px;
  font-family: Montserrat-Bold;
  color: #000;
}

.about-home .about-content .about-ft-icon-box:hover i {
  background-color: #e6b147;
  color: #fff;
}

.about-home .about-content a {
  background-color: #fff;
  font-family: Montserrat-SemiBold;
  color: #000;
  text-decoration: none;
  padding: 13px 67px 13px 27px;
  border-radius: 4px;
  display: block;
  width: fit-content;
  position: relative;
  transition: 0.2s ease-in-out;
  font-size: 14px;
  margin-top: 40px;
  border: 1px solid #e6b147;
}

.about-home .about-content a .fa-arrow-right {
  background-color: #fff;
  color: #e6b147;
  position: absolute;
  right: 8px;
  width: 35px;
  height: 35px;
  top: 5px;
  padding: 8px;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}

.about-home .about-content a:hover {
  background-color: #e6b147;
  color: #fff;
}

/*/ --- home about section css ends --- /*/



/*/ --- home banner section starts --- /*/

.home-banner {
  background-image: url('../img/banner-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 10px;
}

.home-banner .banner-content h6 {
  font-family: Montserrat-Medium;
  color: #e6b147;
  text-align: center;
  text-transform: uppercase;
}

.home-banner .banner-content h1 {
  font-family: Montserrat-Regular;
  color: #fff;
  text-align: center;
  width: 35%;
  margin: 25px auto;
  font-size: 3.5rem;
}

.home-banner .banner-content a {
  border-radius: 5px;
  border: 2px solid #e6b147;
  font-family: Montserrat-SemiBold;
  color: #fff;
  display: block;
  margin: auto;
  width: fit-content;
  padding: 15px 30px;
  transition: 0.2s ease-in-out;
}

.home-banner .banner-content a:hover {
  background-color: #e6b147;
}

/*/ --- home banner section ends --- /*/



/*/ --- home contact starts --- /*/

.home-contact {
  background-color: #000;
  position: relative;
}

.home-contact:before {
  content: '';
  left: 0;
  right: 0;
  position: absolute;
  top: -2px;
  height: 65px;
  background-image: url('../img/form-wt.png');
  background-position: center bottom;
  background-repeat: repeat no-repeat;
  background-size: contain;
  transform: rotateX(180deg);
}

.home-contact:after {
  content: '';
  left: 0;
  right: 0;
  position: absolute;
  bottom: -2px;
  height: 65px;
  background-image: url('../img/form-wt.png');
  background-position: center bottom;
  background-repeat: repeat no-repeat;
  background-size: contain;
}

.home-contact .contact-container {
  padding: 110px 7%;
}

.home-contact .form-title h6 {
  color: #e6b147;
  font-family: Montserrat-SemiBold;
  text-transform: uppercase;
  font-size: 16px;
}

.home-contact .form-title h2 {
  font-family: Montserrat-Bold;
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}

.home-contact .contact-form-box {
  text-align: center;
  padding: 80px 60px 60px;
  background-color: #fff;
  border-radius: 100px 10px 100px 10px;
}

.home-contact .contact-form-box h4 {
  font-family: Montserrat-SemiBold;
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 35px;
}

.home-contact .contact-form-box .form-group {
  position: relative;
}

.home-contact .contact-form-box .form-group input {
  background-color: transparent!important;
  border: 1px solid #eee!important;
  border-radius: 5px;
  padding-top: 12px;
  height: 55px;
  margin-bottom: 15px;
}

.home-contact .contact-form-box .form-group label {
  left: 22px;
  top: -7px;
  display: block;
  position: absolute;
  line-height: 1;
  padding: 0 6px;
  background-color: #fff;
  font-size: 15px;
  font-family: Montserrat-Medium;
}

.home-contact .contact-form-box button {
  background-color: #e6b147;
  font-family: Montserrat-SemiBold;
  color: #fff;
  text-decoration: none;
  padding: 13px 67px 13px 27px;
  border-radius: 4px;
  display: block;
  width: fit-content;
  position: relative;
  transition: 0.2s ease-in-out;
  font-size: 14px;
  border: 1px solid #e6b147;
  cursor: pointer;
  width: 100%;
}

.home-contact .contact-form-box button:focus {
  outline: none;
}

.home-contact .contact-form-box button .fa-arrow-right {
  background-color: #fff;
  color: #e6b147;
  position: absolute;
  right: 8px;
  width: 35px;
  height: 35px;
  top: 5px;
  padding: 8px;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}

.home-contact .contact-form-box button:hover {
  background-color: #fff;
  color: #e6b147;
}

.home-contact .contact-form-box button:hover .fa-arrow-right {
  background-color: #e6b147;
  color: #fff;
}

/*/ --- home contact ends --- /*/



/*/ --- university slider css starts --- /*/

.university-slider .university-slider-container {
  padding: 50px 7%;
}

.university-slider .university-slider-container h2 {
  font-family: Montserrat-Bold;
  color: #000;
  font-size: 40px;
  margin-bottom: 30px;
}

.university-slider .university-slider-container img {
  padding: 10px;
}

/*/ --- university slider css ends --- /*/




/*/ --- footer css starts --- /*/

footer {
  background-color: #000;
}

footer .footer-container {
  padding: 50px 7% 15px;
}

footer .footer-logo img{
  width: 250px;
  margin-bottom: 20px;
}

footer .footer-logo p {
  font-family: Montserrat-Regular;
  color: #a9a9a9;
  font-size: 14px;
}

footer .footer-logo h4 {
  font-family: Montserrat-SemiBold;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

footer .footer-logo a {
  font-family: NunitoSans-Light;
  color: #a9a9a9;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

footer .footer-logo a span {
  font-family: Montserrat-Medium;
  color: #fff;
}

footer .quick-link-box {
  padding-top: 30px;
  padding-left: 35px;
}

footer .quick-link-box h4 {
  font-family: Montserrat-SemiBold;
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

footer .quick-link-box ul {
  padding-left: 0px;
}

footer .quick-link-box ul li {
  list-style: none;
}

footer .quick-link-box ul li a {
  font-family: Montserrat-Regular;
  color: #a9a9a9;
  font-size: 15px;
  display: block;
  margin: 15px 0px;
}

footer .footer-soc-box {
  padding-top: 30px;
  padding-left: 35px;
}

footer .footer-soc-box h4 {
  font-family: Montserrat-SemiBold;
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

footer .footer-soc-box ul {
  padding-left: 0px;
}

footer .footer-soc-box ul li {
  list-style: none;
  display: inline-flex;
}

footer .footer-soc-box ul li a {
  font-family: NunitoSans-Light;
  color: #a9a9a9;
  font-size: 15px;
  display: block;
  margin: 15px 15px 0px 0px;
}


footer .footer-soc-box p {
  font-family: NunitoSans-Light;
  color: #a9a9a9;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}


footer .footer-soc-box  a {
  font-family: NunitoSans-Light;
  color: #a9a9a9;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

footer .footer-soc-box a span {
  font-family: Montserrat-Medium;
  color: #fff;
}

footer .footer-copyright p {
  margin-bottom: 0px;
  font-family: Montserrat-Regular;
  color: #a9a9a9;
  font-size: 14px;
  text-align: center;
}

footer .footer-copyright {
  border-top: 1px solid #171717;
  padding: 20px 10px 10px;
}

/*/ --- footer css ends --- /*/




/*/ --- home-services css starts --- /*/

.home-services .service-container {
  padding: 50px 7%;
}

.home-services .service-head h2 {
  font-family: Montserrat-Bold;
  color: #000;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
}

.home-services .service-box {
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
}

.home-services .service-box img {
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.home-services .service-box h4 {
  font-family: Montserrat-SemiBold;
  color: #000;
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}

.home-services .service-box {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.home-services .service-box:hover img {
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}

.home-services .service-box .s-btn {
   top: 63%;
   left: 53%;
   opacity: 0;
   visibility: hidden;
   margin-top: 20px;
   position: absolute;
   background-color: #b26e0f;
   font-family: Montserrat-SemiBold;
   color: #fff;
   text-decoration: none;
   padding: 9px 60px 9px 15px;
   border-radius: 4px;
   width: fit-content;
   transition: 0.2s ease-in-out;
   font-size: 14px;
   border: 1px dashed #fff;
}

.home-services .service-box .s-btn {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

/*/ --- home-services css ends --- /*/



/*/ ======= home page css ends ======= /*/






/*/ ======= about page css starts ======= /*/

.h-b-about {
  background-image:url('../img/head-banner-bg.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.head-banner .head-banner-content {
        background-color: #0000007d;
    padding: 115px 10px;
}

.head-banner .head-banner-content h3 {
  font-family: Montserrat-ExtraBold;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
}

.about-main .about-content-box {
  background-color: #fafafa;
  border-radius: 20px;
}

.about-main .about-container {
  padding: 50px 7%;
}

.about-main .about-content {
  padding: 20px;
}

.about-main .about-content h6 {
  color: #e6b147;
  font-family: Montserrat-SemiBold;
  text-transform: uppercase;
  font-size: 16px;
}

.about-main .about-content h4 {
  font-family: Montserrat-Bold;
  color: #000;
  font-size: 40px;
  margin-bottom: 10px;
}

.about-main .about-content p {
  color: #666666;
  line-height: 1.8;
  font-family: NunitoSans-Regular;
}

.about-main .about-img img {
  border-radius: 20px 0px 0px 20px;
}

.about-main .about-content .about-ft-icon-box i {
  font-size: 40px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 8%);
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);
  position: relative;
  color: #e6b147;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  margin-top: 20px;
  display: block;
}

.about-main .about-content .about-ft-icon-box h4 {
  font-size: 22px;
  font-family: Montserrat-Bold;
  color: #000;
}

.about-main .about-content .about-ft-icon-box:hover i {
  background-color: #e6b147;
  color: #fff;
}

.about-main  .about-img-main {
  height: inherit;
}

.about-main  .about-img {
  height: 100%;
}

.about-main  .about-img img {
  height: 100%;
  object-fit: cover;
}

.about-form .form-container {
  padding: 50px 7%;
}

.about-form .contact-form-box {
  background-image: url('../img/ab-form-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  /* border: 1px solid #e5e5e5; */
  padding: 60px 12%;
}

.about-form .contact-form-box h4 {
  font-family: Montserrat-Bold;
  color: #000;
  font-size: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.about-form .contact-form-box .form-group {
  position: relative;
}

.about-form .contact-form-box .form-group input {
  background-color: #f7f7f9;
  border: 1px solid #c0c0c0!important;
  border-radius: 5px;
  padding-top: 12px;
  height: 55px;
  margin-bottom: 15px;

}

.about-form .contact-form-box .form-group label {
  left: 22px;
  top: -7px;
  display: block;
  position: absolute;
  line-height: 1;
  padding: 0 6px;
  background-color: #f7f7f9;
  font-size: 15px;
  font-family: Montserrat-Medium;
  border-radius: 3px;
}

.about-form .contact-form-box button {
  background-color: #e6b147;
  font-family: Montserrat-SemiBold;
  color: #fff;
  text-decoration: none;
  padding: 13px 67px 13px 27px;
  border-radius: 4px;
  display: block;
  width: fit-content;
  position: relative;
  transition: 0.2s ease-in-out;
  font-size: 14px;
  border: 1px solid #e6b147;
  cursor: pointer;
  width: 100%;
}

.about-form .contact-form-box button:focus {
  outline: none;
}

.about-form .contact-form-box button .fa-arrow-right {
  background-color: #fff;
  color: #e6b147;
  position: absolute;
  right: 8px;
  width: 35px;
  height: 35px;
  top: 5px;
  padding: 8px;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}

.about-form .contact-form-box button:hover {
  background-color: #fff;
  color: #e6b147;
}

.about-form .contact-form-box button:hover .fa-arrow-right {
  background-color: #e6b147;
  color: #fff;
}


/*/ ======= about page css ends ======= /*/


/*/ ==== head banner css starts ==== /*/

.h-b-service {
  background-image:url('../img/head-banner-bg-service.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-contact {
  background-image:url('../img/head-banner-bg-contact.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-uk {
  background-image:url('../img/head-banner-bg-uk.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-australia {
  background-image:url('../img/head-banner-bg-australia.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-nz {
  background-image:url('../img/head-banner-bg-nz.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-canada {
  background-image:url('../img/head-banner-bg-canada.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-germany {
  background-image:url('../img/head-banner-bg-germany.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-netherlands {
  background-image:url('../img/head-banner-bg-netherlands.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-usa {
  background-image:url('../img/head-banner-bg-usa.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-portugal {
  background-image:url('../img/head-banner-bg-portugal.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-france {
  background-image:url('../img/head-banner-bg-france.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-italy {
  background-image:url('../img/head-banner-bg-italy.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-overseas {
  background-image:url('../img/head-banner-bg-overseas.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-airport {
  background-image:url('../img/head-banner-bg-airport.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-bank {
  background-image:url('../img/head-banner-bg-bank.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-training {
  background-image:url('../img/head-banner-bg-training.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-interview {
  background-image:url('../img/head-banner-bg-interview.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-visa {
  background-image:url('../img/head-banner-bg-visa.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-immigration {
  background-image:url('../img/head-banner-bg-immigration.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-application {
  background-image:url('../img/head-banner-bg-application.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.h-b-accomodation {
  background-image:url('../img/head-banner-bg-accomodation.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

/*/ ==== head banner css ends ==== /*/



/*/ ======= destination page css starts ======= /*/

.h-b-destination {
  background-image:url('../img/head-banner-bg-des.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
  padding: 0px;
}

.destination-main .destination-container {
  padding: 50px 7%;
}

.destination-main .des-box {
  margin-bottom: 25px;
}

.destination-main .des-content-box {
  padding: 20px 15px 20px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #eee;
  border-top: none;
  transition: 0.3s ease-in-out;
}

.destination-main .des-content-box h4 {
  font-family: Montserrat-Bold;
  color: #000;
  font-size: 22px;
}

.destination-main .des-content-box p {
  font-family: Montserrat-Regular;
  color: #666666;
  font-size: 14px;
  min-height: 85px;
  line-height: 24px;
}

.destination-main .des-box img {
  border-radius: 5px 5px 0 0;
  height: 200px;
  object-fit: cover;
}

.destination-main .des-box a {
  background-color: #e6b147;
  font-family: Montserrat-SemiBold;
  color: #fff;
  text-decoration: none;
  padding: 9px 60px 9px 15px;
  border-radius: 4px;
  display: block;
  width: fit-content;
  position: relative;
  transition: 0.2s ease-in-out;
  font-size: 14px;
}

.destination-main .des-box a .fa-arrow-right {
  background-color: #fff;
  color: #e6b147;
  position: absolute;
  right: 5px;
  width: 28px;
  height: 28px;
  top: 5px;
  padding: 8px;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}

.destination-main .des-box:hover a {
  background-color: #fff;
  color: #e6b147;
}

.destination-main .des-box:hover .fa-arrow-right {
  background-color: #000;
}

.destination-main .des-box:hover .des-content-box {
  background-color: #000;
}

.destination-main .des-box:hover h4 {
  color: #fff;
}

.destination-main .des-box:hover h4 p {
  color: #fff;
}

.destination-main .des-box:hover .des-content-box {
  border: 1px solid #000;
}

.destination-main .des-box .des-img {
  position: relative;
}

.destination-main .des-box .des-img:before {
  position: absolute;
  left: 0;
  content: '';
  right: 0;
  height: 65px;
  bottom: -2px;
  background-image: url('../img/des-bt-w.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s ease-in-out;
}

.destination-main .des-box:hover .des-img:before {
  background-image: url('../img/des-bt-b.png');
}

/*/ ======= destination page css ends ======== /*/




/*/ ======= destination detail page css starts ======== /*/

.destination-detail-main .destination-detail-container {
  padding: 50px 7%;
}

.destination-detail-main .destination-detail-content h4 {
  font-family: Montserrat-Bold;
  color: #000;
  font-size: 40px;
  margin-bottom: 10px;
}

.destination-detail-main .destination-detail-content p {
  color: #666666;
  line-height: 1.8;
  font-family: NunitoSans-Regular;
}

.destination-detail-main .destination-detail-content img {
  height: 350px;
  object-fit: contain;
  object-position: left;
}

.destination-right-content h4 {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 30px;
  position: relative;
  font-size: 20px;
  font-family: Montserrat-Bold;
  color: #000;
}

.destination-right-content h4:before {
  left: 0;
  width: 70px;
  height: 1px;
  content: '';
  bottom: -1px;
  position: absolute;
  background-color: #e6b147;
}

.destination-right-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.destination-right-content ul li {
  font-weight: 700;
  overflow: hidden;
  margin-bottom: 13px;
  padding-bottom: 13px;
  color: #000;
  border-bottom: 1px dashed #eee;
}

.destination-right-content ul li a {
  display: block;
  position: relative;
  color: #000;
  transition: 0.2s ease-in-out;
}

.destination-right-content ul li a:hover {
  color: #e6b147;
}

.destination-right-content ul li a:hover .ri-arrow-right-s-line {
  right: 5px;
}

.destination-right-content ul li a .ri-arrow-right-s-line {
  top: 50%;
  right: 5px;
  position: absolute;
  font-size: var(--fontSize);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--optionalColor);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/*/ ======= destination detail page css ends ======== /*/





/*/ ======= contact page css starts ======== /*/

.contact-main .contact-container {
  padding: 50px 7% 0px;
}

.contact-main .contact-details h2 {
  font-family: Montserrat-Bold;
  color: #000;
  font-size: 40px;
  margin-bottom: 30px;
}

.contact-main .contact-details p {
  color: #666666;
  margin-bottom: 2px;
  font-family: Montserrat-Regular;
  font-size: 16px;
}

.contact-main .contact-details {
  margin-bottom: 20px;
  text-align: center;
}

.contact-main .about-ft-icon-box i {
  font-size: 40px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 8%);
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);
  position: relative;
  color: #e6b147;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contact-main .about-ft-icon-box h4 {
  font-size: 22px;
  font-family: Montserrat-Bold;
  color: #000;
}

.contact-main .about-ft-icon-box:hover i {
  background-color: #e6b147;
  color: #fff;
}

.contact-main .about-ft-icon-box p {
  color: #666666;
  margin-bottom: 2px;
  font-family: Montserrat-Regular;
  font-size: 15px;
}

.contact-main .about-ft-icon-box p a {
  color: #666666;
}

.contact-main .contact-map iframe {
  border-radius: 20px;
  height: 325px;
}

/*/ ======= contact page css ends ======== /*/




/*/ ======= service page css starts ======= /*/


.service-main-two .service-container {
  padding: 50px 7%;
}

.service-main-two .card-features{
  padding: 0% 4%;
}

.card-header:first-child {
    background: none;
    border: none;
    padding: 0px;
}

.service-main-two .card-features .card-feature-head h4 {
  background-color: #000;
  color: #fff;
  font-family: Montserrat-SemiBold;
  border-radius: 5px;
  padding: 7px 25px;
  position: relative;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 28px;
  text-align: left;
}

.service-main-two .card-features .card-feature-head h4:after {
  content: '';
  display: block;
  background-color: #000000;
  width: 29px;
  height: 20px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -13px;
  border-radius: 3px;
}

.service-main-two .card-features .card-feature-head h4 button {
  text-decoration: none;
  color: #fff;
  font-family: Montserrat-Medium;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  position: relative;
  width: 100%;
}

.service-main-two .card-features .collapse {
  padding: 10px 15px;
}

.service-main-two .card-features .card-feature-head h4 button:focus {
  text-decoration: none;
}

.service-main-two .card-features p {
  font-family: Montserrat-Regular;
}

.service-main-two .card-features h6 {
  font-family: Montserrat-Medium;
}

.service-main-two .card-features .card-feature-head h4 button::after {
    content: url(../img/btn-close.png);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 2;
    color: #dc2126;
    transform: rotate(
135deg);
    -webkit-transform: rotate(
135deg);
    -ms-transform: rotate(135deg);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.service-main-two .card-features .card-feature-head h4 button.collapsed::after {
    transform: rotate(
0deg);
    -webkit-transform: rotate(
0deg);
    -ms-transform: rotate(0deg);
}

.card {
    background: none;
    border: none;
}

/*/ ======= service page css ends ======= /*/




/*/ --- delayed popup css starts --- /*/

/* //////////////////////////////////////////////////////////////////////////////////////////////
  //   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  z-index: 9999;
  display: none;
}

/*   This is the Popup Window   */
.delayedPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  max-width: 600px;
  min-height: 310px;
  top: 48%;
  left: 48%;
  margin-left: -260px;
  margin-top: -180px;
  z-index: 9999;
}

.delayedPopupWindow .contact-form-box h4 {
    font-family: Montserrat-SemiBold;
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-bottom: 35px;
}

/*   This is the closing button  */
#btnClose {
  width: 100%;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #BCBCBC;
}

/*   This is the closing button hover state  */
#btnClose:hover {
  color: #c90c12;
}

/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
  float: left;
  display: block;
  width: 44%;
  padding: 1% 3%;
  font-size: 18px;
  color: #666;
  clear: left;
}

/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
  color: #444444;
  font-size: 36px;
  line-height: 40px;
}

/* 
////////// MailChimp Signup Form //////////////////////////////
*/
/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
  float: left;
  width: 47%;
  padding: 1%;
  display: block;
  font-size: 16px;
  color: #666;
  margin-left: 1%;
}

/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
  width: 95%;
  height: 30px;
  font-size: 18px;
  padding: 3px;
  margin-bottom: 5px;
}

/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
  border: solid 2px #40c348;
  box-shadow: 0 1px 3px #AAAAAA;
}

/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
  border: solid 2px #40c348;
  box-shadow: none;
}

/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
  width: 100% !important;
  height: 40px !important;
  margin: 10px auto 0 auto;
  background: #5D9E62;
  border: none;
  color: #fff;
}

/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
  background: #40c348;
  color: #fff;
  box-shadow: none !important;
  cursor: pointer;
}

.delayedPopupWindow {
    border-radius: 100px 10px 100px 10px;
    background-color:#fff;
}

.delayedPopupWindow .contact-form-box {
    padding: 20px 30px;
}

.delayedPopupWindow .contact-form-box .form-group {
  position: relative;
}

.delayedPopupWindow .contact-form-box .form-group input {
  background-color: transparent!important;
  border: 1px solid #eee!important;
  border-radius: 5px;
  padding-top: 12px;
  height: 55px;
  margin-bottom: 15px;
}

.delayedPopupWindow .contact-form-box .form-group label {
  left: 22px;
  top: -7px;
  display: block;
  position: absolute;
  line-height: 1;
  padding: 0 6px;
  background-color: #fff;
  font-size: 15px;
  font-family: Montserrat-Medium;
}

.delayedPopupWindow .contact-form-box button {
  background-color: #e6b147;
  font-family: Montserrat-SemiBold;
  color: #fff;
  text-decoration: none;
  padding: 13px 67px 13px 27px;
  border-radius: 4px;
  display: block;
  width: fit-content;
  position: relative;
  transition: 0.2s ease-in-out;
  font-size: 14px;
  border: 1px solid #e6b147;
  cursor: pointer;
  width: 100%;
}

.delayedPopupWindow .contact-form-box button:focus {
  outline: none;
}

.delayedPopupWindow .contact-form-box button .fa-arrow-right {
  background-color: #fff;
  color: #e6b147;
  position: absolute;
  right: 8px;
  width: 35px;
  height: 35px;
  top: 5px;
  padding: 8px;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}

.delayedPopupWindow .contact-form-box button:hover {
  background-color: #fff;
  color: #e6b147;
}

.delayedPopupWindow .contact-form-box button:hover .fa-arrow-right {
  background-color: #e6b147;
  color: #fff;
}

/*/ ------- delayed popup css ends ------ /*/


@media only screen and (min-width:991.5px) {
    .news-slider-home {
        margin-top:-86px;
    }
    .news-slider-home .news-slider-container {
        padding: 0px 7%;
    }
}

@media only screen and (min-width: 991.5px) and (max-width: 1312.5px) {
    .carousel .slider-content{
        top:7%;
    }
    .carousel .slider-content h1 {
        font-size:1.5rem;
    }
    .carousel .slider-content p {
        font-size:14px;
    }
    .navbar {
      padding: 5px 8%;
    }
}

@media only screen and (min-width: 767.5px) and (max-width: 991.5px) {
  .home-services .service-box .s-btn {
    top: 53%;
    left: 33%;
    padding: 9px 55px 9px 8px;
  }
  .carousel .slider-content h1 {
        font-size:1.2rem;
    }
}


@media only screen and (max-width: 991.5px) {
  .navbar .navbar-nav {
    margin-top: 10px;
  }
  .navbar .nav-link {
    padding: 10px 25px !important;
  }
  .navbar-collapse {
    position: absolute;
    background-color: rgb(0, 0, 0);
    width: 100%;
    left: 0px;
    top: 97px;
  }
  .home-banner .banner-content h1 {
    width: 45%;
  }
  footer .footer-logo img {
    width: 190px;
  }
  footer .footer-soc-box a {
    font-size: 14px;
  }
}


@media only screen and (max-width: 767.5px) {
  .topbar {
    display: none;
  }
  .destination-home .destination-head h2 {
    font-size: 2.2rem;
  }
  .carousel .slider-content {
   top: 44% !important;
   /* left: 7%; */
   width: 90% !important;
   border-left: 2px solid #e48e15;
   border-right: 2px solid #e48e15;
   border-radius: 20px 20px 0 0;
  }
  .carousel .carousel-item img {
    object-position: 70%;
  }
  .carousel .slider-content h1 {
    font-size: 1.2rem;
  }
  .about-home .about-container {
    padding: 20px 7%;
  }
  .destination-home .destination-container {
    padding: 20px 7%;
  }
  .about-home .about-img {
    margin-bottom: 15px;
  }
  .about-home .about-ft-icon-box {
    text-align: center;
  }
  .about-home .about-content .about-ft-icon-box i {
    margin: 15px auto;
  }
  .about-home .about-content h2 {
    font-size: 30px;
  }
  .university-slider .university-slider-container h2 {
    font-size: 30px;
  }
  .home-banner .banner-content h1 {
    width: 75%;
    font-size: 3rem;
  }
  .about-home .about-content a {
    margin: auto;
  }
  footer {
    padding: 30px 7%;
  }
  .university-slider .university-slider-container {
    padding: 30px 7%;
  }
  footer .footer-soc-box {
    padding-top: 10px;
    padding-left: 0px;
  }
  footer .quick-link-box {
    padding-top: 10px;
    padding-left: 0px;
  }
  footer {
    text-align: center;
  }
  footer .footer-logo img {
    margin: 0px auto 10px;
  }
  .home-services .service-container {
    padding: 30px 7%;
  }
  .destination-detail-main .destination-detail-content img {
    height: 250px;
  }
  #accordion .card {
    padding: 0px !important;
  }
  .service-main-two .card-features {
    padding: 0%;
  }
  .service-main-two .card-features .card-feature-head h4 {
    padding: 5px 2px;
  }
  .service-main-two .service-container {
    padding: 50px 0%;
  }
  .service-main-two .card-features .card-feature-head h4 button {
    padding: 5px 3px;
    font-size: 12px;
  }
  .service-main-two .card-features p {
    font-size: 12px;
  }
  .service-main-two .card-features h6 {
    font-size: 12px;
  }
  .news-slider-home p {
    font-size: 14px;
    text-align: justify;
  }
  .news-slider-main-head {
    padding-right: 15px;
  }

  .news-slider-content {
    padding-left: 15px;
  }
  .phn-res {
    display: block !important;
  }
  .phn-ds {
    display: none !important;
  }
}

@media only screen and (max-width: 499.5px) {
  .carousel .carousel-item img {
    object-position: 66%;
  }
  .carousel .slider-content h1 {
    font-size: 1rem;
  }
  .carousel .slider-content {
    padding: 20px;
  }
  .carousel .slider-content p {
    font-size: 12px;
  }
  .carousel .slider-content {
    top: 38% !important;
    left: 5%;
    width: 46%;
  }
  .carousel .slider-content a {
    font-size: 14px;
    padding: 10px 50px 10px 15px;
  }
  .carousel .slider-content a .fa-arrow-right {
    width: 30px;
    height: 30px;
    top: 6px;
  }
  .carousel .carousel-item img {
    height: 70vh;
  }
  .home-banner .banner-content h1 {
    width: 100%;
    font-size: 3rem;
  }
  .home-banner {
    padding: 100px 10px;
  }
  .home-contact .contact-form-box {
    padding: 80px 13px 60px;
  } 
  .navbar-brand {
    width: 175px;
  }
  #popup{
    max-width: 90%;
  }
  .navbar-collapse {
    top: 83px;
  }
  .delayedPopupWindow {
        max-width: 95%;
        left: unset !important;
        margin-right: auto;
        margin-left: 5px;
  }
  .delayedPopupWindow .contact-form-box {
    padding: 20px 30px 50px;
  }
  .head-banner .head-banner-content {
      padding: 80px 10px;
  }
}