/*@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=News+Cycle:wght@400;700&display=swap');
* {
  margin: 0;
  padding: 0;
}

input:focus,
button:focus,
textarea:focus {
  outline: 1px solid #f39d50 !important;
}

/*html {*/
/*  cursor: inherit;*/
/*  scroll-behavior: smooth;*/
/*}*/

/*.circle-out {*/
/*  border-radius: 50%;*/
/*  height: 40px;*/
/*  width: 40px;*/
/*  background: rgba(159, 255, 245, 0.301);*/
/*  position: absolute;*/
/*  padding: 5px;*/
/*  -webkit-animation: grow 0.8s infinite;*/
/*          animation: grow 0.8s infinite;*/
/*  z-index: 9999;*/
/*}*/

/*.circle-in {*/
/*  border-radius: 50%;*/
/*  background: #f39d50;*/
/*}*/

@-webkit-keyframes grow {
  0%,
  100% {
    border: 1px solid #d81159;
    background: rgba(159, 255, 245, 0.2);
  }
  50% {
    border: 2px solid #d81159;
    background: rgba(159, 255, 245, 0.52);
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

body ::-moz-selection {
  color: #002333;
  background: #00ff84;
}

body ::selection {
  color: #002333;
  background: #00ff84;
}

body {
  background: #f8f8f8 !important;
  font-family: 'News Cycle', sans-serif !important;
  overflow-x: hidden;
}

body .required {
  position: relative;
}

body .required::after {
  content: "*";
  font-size: 15px;
  font-weight: bold;
  color: #f39d50;
}

.creative_heading {
  font-family: 'Roboto Slab', serif;
  font-weight: 800;
}

.creative_heading h4 {
  font-weight: 800;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
div {
  font-family: 'Roboto Slab', serif;
}

p,
a {
  font-family: 'Roboto Slab', serif;
}

.fixed_menu {
  -webkit-box-shadow: -2px 1px 3px 2px #2d2d2d1f;
          box-shadow: -2px 1px 3px 2px #2d2d2d1f;
  top: 0;
}

.hero_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.hero_content h4 {
  color: #fff;
  font-size: 60px;
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-align: center;
  line-height: 70px;
}

.header {
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  background: #022557;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 99;
  
}
.bg_socail{
background: #f39d50;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.header .top_header {
  padding: 10px;
}

.header .top_header .social_links {
  width: 50%;
}

.header .top_header .social_links ul {
  margin: 0;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start !important;
}

.header .top_header .social_links ul li {
  display: block;
  margin: 0 10px;
}

.header .top_header .social_links ul li a {
  padding: initial;
  min-width: auto;
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .top_header .social_links ul li a span {
  width: 23px;
  height: 23px;
  background: #f39d50;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .top_header .login_links {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .top_header .login_links ul {
  margin: 0;
  padding: 0;
}

.header .top_header .login_links ul li {
  margin: 0 10px;
  display: block;
}

.header .top_header .login_links ul li a {
  padding: initial;
  min-width: auto;
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
}

.header .bottom_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 10px;
}

.header .bottom_header .logo {
  padding: 0;
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .bottom_header .logo a img {
  width: 100%;
  margin: 0 auto;
}

.header .bottom_header .hero_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}

.header .bottom_header .hero_sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

.header .bottom_header .hero_sec ul li {
  display: block;
  margin: 0 10px;
  position: relative;
}

.header .bottom_header .hero_sec ul li:hover .sub_drop_down {
  display: block !important;
}

.header .bottom_header .hero_sec ul li .sub_drop_down {
  position: absolute;
  padding-top: 10px;
  display: none;
}

.header .bottom_header .hero_sec ul li .sub_drop_down ul {
  background: #fff;
  padding: 5px;
  border-radius: 0px;
  border: 1px solid #ccc;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.header .bottom_header .hero_sec ul li .sub_drop_down ul li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.header .bottom_header .hero_sec ul li .sub_drop_down ul li:hover .sub_menu {
  display: block !important;
}

.header .bottom_header .hero_sec ul li .sub_drop_down ul li .sub_menu {
  position: absolute;
  right: 80%;
  top: -21px;
  padding-right: 80px;
  padding-top: 13px;
  display: none !important;
}

.header .bottom_header .hero_sec ul li .sub_drop_down ul li .sub_menu ul {
  border-radius: 0;
  background: #0246a8;
}

.header .bottom_header .hero_sec ul li .sub_drop_down ul li .sub_menu ul li a {
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 11;
  position: relative;
}

.header .bottom_header .hero_sec ul li .sub_drop_down ul li .sub_menu ul li a:hover {
  color: #000 !important;
  background: #fff !important;
}

.header .bottom_header .hero_sec ul li .sub_drop_down ul li .sub_menu ul li:nth-child(3) {
  border-bottom: 1px solid #ccc !important;
}

.header .bottom_header .hero_sec ul li .sub_drop_down ul li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 11;
  position: relative;
}

.header .bottom_header .hero_sec ul li .sub_drop_down ul li a:hover {
  background: #0246a8;
  color: #fff;
}

.header .bottom_header .hero_sec ul li .sub_drop_down ul li:nth-child(3) {
  border: none !important;
}

.header .bottom_header .hero_sec ul li:hover a.parent-menu::after {
  content: "";
  width: 100%;
}

.header .bottom_header .hero_sec ul li a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #181e38;
  position: relative;
}

.header .bottom_header .hero_sec ul li a::after {
  content: "";
  position: absolute;
  height: 4px;
  background: #0246a8;
  left: 0;
  bottom: -8px;
  width: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header .bottom_header .hero_sec ul li:hover .submenu {
  visibility: visible;
  height: auto;
}

.header .bottom_header .hero_sec ul li .submenu {
  position: absolute;
  padding-top: 15px;
  height: 0;
  visibility: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.header .bottom_header .hero_sec ul li .submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 0px;
  width: 200px;
  border-radius: 9px;
  position: relative;
  -webkit-box-shadow: -2px 1px 3px 2px #2d2d2d1f;
          box-shadow: -2px 1px 3px 2px #2d2d2d1f;
}

.header .bottom_header .hero_sec ul li .submenu ul::after {
  content: "";
  width: 16px;
  height: 13px;
  position: absolute;
  top: -13px;
  background: #ccc;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  left: 10px;
  -webkit-box-shadow: 0px 3px 10px 0 #0410262e;
          box-shadow: 0px 3px 10px 0 #0410262e;
}

.header .bottom_header .hero_sec ul li .submenu ul li {
  margin: 0;
  width: 100%;
}

.header .bottom_header .hero_sec ul li .submenu ul li a {
  width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0px 10px;
  border-bottom: 1px solid #ccc;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .bottom_header .heading_font {
  font-family: "Anton", sans-serif !important;
}

.header .bottom_header .contact_us {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .bottom_header .contact_us a {
  background: #f39d50;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: capitalize;
  min-width: 150px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
          clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
}

.d_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.d_flex .left_sec,
.d_flex .right_sec {
  width: 50%;
  padding: 10px;
  position: relative;
}

.d_flex .left_sec .cards,
.d_flex .right_sec .cards {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.d_flex .left_sec .cards .card_wrapper,
.d_flex .right_sec .cards .card_wrapper {
  margin-right: 10px;
  width: 48%;
  -webkit-box-shadow: 0px 11px 16.15px 0.85px #79797912;
          box-shadow: 0px 11px 16.15px 0.85px #79797912;
  padding: 15px;
  min-height: 330px;
  background: #272727;
}

.d_flex .left_sec .cards .card_wrapper h4,
.d_flex .right_sec .cards .card_wrapper h4 {
  margin: 15px 0;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 15px;
  color: #999;
}

.d_flex .left_sec .cards .card_wrapper p,
.d_flex .right_sec .cards .card_wrapper p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  color: #999;
}

.d_flex .left_sec .cards .card_wrapper a,
.d_flex .right_sec .cards .card_wrapper a {
  font-weight: 700;
  letter-spacing: 1px;
  color: #f39d50;
  display: inline-block;
  margin: 10px 0;
}

.d_flex .left_sec .cards .card_wrapper .card_icon,
.d_flex .right_sec .cards .card_wrapper .card_icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: #ffa502;
  border-radius: 50%;
  padding: 12px;
  margin: 10px 0;
}

.d_flex .left_sec .cards .card_wrapper .card_icon img,
.d_flex .right_sec .cards .card_wrapper .card_icon img {
  width: 100%;
  height: 100%;
}

.d_flex .left_sec .common_heading,
.d_flex .right_sec .common_heading {
  margin: 10px 0;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.d_flex .left_sec .img,
.d_flex .right_sec .img {
  position: relative;
}

.d_flex .left_sec .img::after,
.d_flex .right_sec .img::after {
  content: "";
  position: absolute;
  border: 1px solid #3232322e;
  width: 100%;
  height: 100%;
  left: -35px;
  bottom: -33px;
}

.d_flex .left_sec .img img,
.d_flex .right_sec .img img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 11px 16.15px 8px #7979792b;
          box-shadow: 0px 11px 16.15px 8px #7979792b;
  border-radius: 8px;
}

.d_flex .left_sec p,
.d_flex .right_sec p {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 26px;
}

.hero_sliders_sec {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 4vh);
  z-index: 1;
}

.hero_sliders_sec video {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero_sliders_sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
  background-image: #f39d50;
}

#hero-slider .hero_wrapper {
  width: 100%;
  height: 95vh;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px 0 #bbbbbb80;
          box-shadow: 0 2px 4px 0 #bbbbbb80;
  font-size: 25px;
}

.common_heading {
  margin: 10px 0;
}

.common_heading h4 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #2f3640;
  line-height: 45px !important;
  font-family: 'Roboto Slab', serif;
}

.common_heading p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
  text-align: center;
  width: 80%;
  margin: 10px auto;
}

.common_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.common_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  border: 3px solid #f39d50;
  padding: 10px 35px;
  background: #f39d50;
}

.common_parent_wrapper {
  padding-left: calc(50% - 715px) !important;
  padding-right: calc(50% - 715px) !important;
  width: 98%;
  margin: auto;
}

.dotted_bg {
  background: url("../img/dott-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.slider_card a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 #b8b8b880;
          box-shadow: 0 2px 4px 0 #b8b8b880;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slider_card a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.slider_card a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.slider_card a .slider_card_img {
  height: 295px;
  overflow: hidden;
}

.slider_card a .slider_card_img img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slider_card a .slider_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 10px;
}

.slider_card a .slider_content h4 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #2f3640;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}

.slider_card a .slider_content p {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #2f3640;
  line-height: 25px;
  margin: 0 !important;
}

.psudo_content {
  position: relative;
}

.psudo_content::after {
  content: "";
  position: absolute;
  font-size: 164px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: capitalize;
  opacity: 0.04;
  color: #000000;
  z-index: -1;
}

.upcoming_sudo::after {
  content: "Upcoming Events";
  top: 50%;
  left: 0%;
}

.mice_sudo::after {
  content: "Namah Mice";
  top: 50%;
  left: 0%;
}

.package_sudo::after {
  content: "Our Packages";
  top: -10%;
  right: 0%;
}

.video_sudo::after {
  content: "Video Gallery";
  top: -10%;
  left: 0%;
}

.about_psudo::after {
  content: "NaMah India";
  top: 70%;
  right: 0%;
}

.about_detail {
  position: relative;
  padding-left: calc(50% - 715px) !important;
  padding-right: calc(50% - 715px) !important;
}

.about_detail .about_bg {
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_detail .about_video {
  width: 50%;
  background: #ccc;
  height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-right: 30px;
  -webkit-box-shadow: 0 2px 4px 0 #b8b8b880;
          box-shadow: 0 2px 4px 0 #b8b8b880;
  border-radius: 10px;
}

.about_detail .about_video a {
  position: absolute;
  z-index: 11;
  background: #f39d50;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
  z-index: 10;
  font-weight: 900;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: capitalize;
}

.about_detail .about_video a::after {
  content: "";
  -webkit-animation: ping 0.8s ease-in-out infinite both;
  animation: ping 0.8s ease-in-out infinite both;
  position: absolute;
  width: 100px;
  height: 100px;
  background: #f8f8f8;
  border-radius: 50%;
  z-index: -1;
}

.about_detail .about_video a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.about_detail .about_video a:hover::after {
  content: "";
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 0;
}

.about_detail .about_video a:nth-child(1) {
  top: 20%;
  left: 5%;
}

.about_detail .about_video a:nth-child(2) {
  top: 20%;
  right: 5%;
}

.about_detail .about_video a:nth-child(3) {
  bottom: 20%;
  left: 40%;
}

.about_detail .about_video img {
  position: relative;
  -o-object-fit: cover;
     /*object-fit: cover;*/
  width: 100%;
  height: 100%;
}

.about_detail .about_video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
  background-image: #1e272e;
}

.about_detail .about_detail {
  width: 45%;
  padding: 0 !important;
}

.about_detail .about_detail h4 {
    display: none;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 30px;
  background: #f39d50;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about_detail .about_detail h6 {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 800;
  line-height: 35px;
}

.about_detail .about_detail .about_content p {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 26px;
}

.about_detail .about_detail .about_content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000;
  font-size: 15px;
  color: #181e38;
}

.about_detail .about_detail .about_content a span {
  margin-right: 6px;
  position: relative;
  top: 3px;
  font-size: 18px;
  font-weight: 700;
}

.feature {
  position: relative;
  z-index: 1;
}

.feature .common_heading {
  margin: 0 !important;
}

.feature .feature_grid .feature_wrapper {
  width: auto;
  margin: 5px;
  padding: 14px;
  height: auto;
  background: #fff;
  min-height: 138px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px 0 #b8b8b880;
          box-shadow: 0 2px 4px 0 #b8b8b880;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature .feature_grid .feature_wrapper img {
  width: 18%;
  display: block;
  border-radius: 10px;
  margin-right: 10px;
}

.feature .feature_grid .feature_wrapper h4 {
  font-size: 15px;
  letter-spacing: 1px;
  color: #2f3640;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
}

.feature .feature_grid .feature_wrapper:nth-child(1) {
  border-left: 2px solid #e74c3c;
}

.feature .feature_grid .feature_wrapper:nth-child(2) {
  border-left: 2px solid #f39c12;
}

.feature .feature_grid .feature_wrapper:nth-child(3) {
  border-left: 2px solid #2980b9;
}

.feature .feature_grid .feature_wrapper:nth-child(4) {
  border-left: 2px solid #2ecc71;
}

.events_detail ul {
  margin-bottom: 1rem;
}

.events_detail ul .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-bottom: 3px solid #1e272e;
  padding-bottom: 5px;
  opacity: 1 !important;
}

.events_detail ul li {
  margin-right: 20px;
}

.events_detail ul li a {
  color: #1e272e;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 0.6;
}

.feed {
  padding-bottom: 110px;
}

.feed .feedback_wrapper {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 #b8b8b880;
  box-shadow: 0 2px 4px 0 #b8b8b880;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feed .feedback_wrapper p {
  color: #2f3640;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 23px;
}

.feed .feedback_wrapper .feed_user_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feed .feedback_wrapper .feed_user_detail img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
}

.feed .feedback_wrapper .feed_user_detail h4 {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #1e272e;
  line-height: 23px;
  margin-left: 10px;
}

.feed .feedback_wrapper:nth-child(odd) {
  border-left: 2px solid #e74c3c;
}

.feed .feedback_wrapper:nth-child(even) {
  border-left: 2px solid #2980b9;
}

.feed #feed-slider .owl-nav {
  top: 100% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 19px) !important;
          transform: translate(-50%, 19px) !important;
  width: 30%;
}

.video_card {
  width: 32%;
  margin: 0 6px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

#footer_parent_wrapper .footer_sec {
  padding-top: 50px;
  background: #022557;
  color: white;
  z-index: 111;
  position: relative;
}

#footer_parent_wrapper .footer_sec .footer_grid {
          justify-content: flex-start;
          align-items: flex-start !important;
}

#footer_parent_wrapper .footer_sec .footer_grid .footer_list {
  width: 24%;
}

#footer_parent_wrapper .footer_sec .footer_grid .footer_list h4 {
  color: #f8f8f8;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 800;
  font-family: 'Roboto Slab', serif;
}

#footer_parent_wrapper .footer_sec .footer_grid .footer_list ul {
  margin: 0;
  padding: 0;
}

#footer_parent_wrapper .footer_sec .footer_grid .footer_list ul li {
  display: block;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  margin: 10px 0;
}

#footer_parent_wrapper .footer_sec .footer_grid .footer_list ul li a {
  display: block;
  color: #f8f8f8;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 0.6;
  font-size: 15px;
  margin: 0;
  width: 85%;
}

#footer_parent_wrapper .footer_bottom p {
  margin: 10px 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  color: white;
}

.icons_list ul li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icons_list ul li span {
  margin-right: 10px;
}

.follow-us {
          justify-content: flex-start !important;
}

.follow-us li {
  margin: 0 10px;
}

.tour_detail .tour_package {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
  margin: 10px;
}

.tour_detail .tour_package:hover {
  border: 1px solid #000;
}

.tour_detail .tour_package:hover .tour_button {
  height: 45px;
  opacity: 1;
}

.tour_detail .tour_package .tour_event_img img {
  width: 100%;
}

.tour_detail .tour_package .tour_content {
  padding: 10px;
}

.tour_detail .tour_package .tour_content h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 800;
  font-size: 19px;
  margin: 10px 0;
}

.tour_detail .tour_package .tour_content h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 10px 0;
  font-weight: 600;
}

.tour_detail .tour_package .tour_content h6 span {
  font-weight: 900;
  letter-spacing: 1px;
  color: #f39d50;
}

.tour_detail .tour_package .tour_content p {
  font-family: 'Roboto Slab', serif;
  margin: 0;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 1px;
}

.tour_detail .tour_package .tour_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0px;
  overflow: hidden;
  background: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.tour_detail .tour_package .tour_button a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  text-align: center;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.no_data_found {
  height: 200px;
}

.no_data_found h4 {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1px;
  opacity: 0.5;
}

.pulsate-fwd {
  -webkit-animation: ping 0.8s ease-in-out infinite both;
  animation: ping 0.8s ease-in-out infinite both;
}

/**
 * ----------------------------------------
 * animation ping
 * ----------------------------------------
 */
@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}

@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}

.cursor {
  width: 1.4rem;
  height: 1.4rem;
  border: 4px solid #2e6ff6;
  border-radius: 50%;
  position: relative;
  margin-bottom: 100px;
  position: fixed;
  z-index: 999;
}

.link-grow {
  background: white;
}

.custom_grid_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  margin: 50px 0;
}

.custom_grid_buttons a {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  border-radius: 10px;
  margin: 0 10px;
  font-size: 23px;
  text-align: center;
  font-weight: 800;
  text-transform: capitalize;
  border-radius: 5px;
  font-size: 14px;
  background: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.custom_grid_buttons a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  border-radius: 0;
  -webkit-box-shadow: 0 2px 4px 3px #b8b8b880;
          box-shadow: 0 2px 4px 3px #b8b8b880;
}

.custom_grid_buttons a img {
  width: 100%;
  height: 100%;
}

.custom_grid_buttons a:nth-child(1) {
  border: 3px solid #f39d50;
  color: #f39d50;
}

.custom_grid_buttons a:nth-child(2) {
  border: 3px solid #38b4fb;
  color: #38b4fb;
}

.custom_grid_buttons a:nth-child(3) {
  border: 3px solid #307f36;
  color: #307f36;
}

.cot {
  width: 96%;
  margin: 30px auto;
  border-radius: 10px;
  background: black;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.cot .cot_left {
  width: 70%;
}

.cot .cot_left h4 {
  font-size: 35px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  opacity: 0.8;
  line-height: 55px;
  margin: 0 40px;
  font-family: 'Roboto Slab', serif;
}

.cot .cot_right {
  width: 30%;
}

.cot .cot_right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 50px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cot .cot_right a:hover {
 background: #0246a8;
 color: #ffffff;
}

.bread_crumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  height: 80vh;
  background-size: cover !important;
  background-position: center !important;
  padding: 50px;
  position: relative;
  z-index: 1;
}

.bread_crumb video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.bread_crumb::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}

.bread_crumb h4 {
  font-size: 40px;
  color: #fff;
  width: 48%;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Roboto Slab', serif;
  text-transform: capitalize;
  line-height: 50px;
  text-align: center;
}

.bread_crumb h4 span {
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  color: #f39d50;
}

.content-lines-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.content-lines-wrapper .content-lines-inner {
  position: absolute;
  width: 1140px;
  left: 50%;
  margin-left: -570px;
  top: 0;
  height: 100%;
  border-left: 1px solid #aaaaaa63;
  border-right: 1px solid #aaaaaa63;
  border-bottom: 1px solid #aaaaaa63;
}

.content-lines-wrapper .content-lines-inner .content-lines {
  position: absolute;
  left: 33.666666%;
  right: 33.666666%;
  height: 100%;
  /*border-left: 1px solid #aaaaaa63;
  border-right: 1px solid #aaaaaa63;*/
}

.mice {
  padding: 50px 100px;
}

.mice .common_heading {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.videos_wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 650px;
  overflow: hidden;
}

.videos_wrapper .videos_card {
  width: 31%;
  height: 300px;
  background: #fff;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
}

.videos_wrapper .videos_card img {
  width: 100%;
  height: 100%;
}

.modal-title {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
}

.common_button button {
  margin: 10px 0;
  padding: 10px 50px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: 'Roboto Slab', serif;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.common_button button::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  top: 0;
  z-index: -1;
}

.common_button button:hover {
  color: #2f3640 !important;
}

.common_button button:hover::after {
  width: 100% !important;
}

.common_button button.primary {
  border: 2px solid #ffff;
  background: transparent;
  color: #fff;
}

.corporate_counter {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 20px;
  margin-top: -60px;
  width: 84%;
  -webkit-box-shadow: 0 0 19px #0000000d;
          box-shadow: 0 0 19px #0000000d;
}

.corporate_counter .counter_flex .counter_inner {
  width: 31%;
  border-right: 1px solid #ccc;
  margin-right: 10px;
}

.corporate_counter .counter_flex .counter_inner h4 {
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0;
}

.corporate_counter .counter_flex .counter_inner p {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 5px 0;
}

.corporate_counter .counter_flex .counter_inner:nth-child(3) {
  border: none !important;
}

.upskilling_sec {
  padding: 50px 100px;
}

.upskilling_sec .upskilling_wrapper .bg_layer {
  position: relative;
}

.upskilling_sec .upskilling_wrapper .bg_layer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ff980057;
  z-index: -1;
}

.upskilling_sec .upskilling_wrapper .left_sec {
  width: 45% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.upskilling_sec .upskilling_wrapper .left_sec img {
  width: 100%;
  height: 100%;
}

.upskilling_sec .upskilling_wrapper .left_sec h4 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 40px;
  color: #fff;
}

.upskilling_sec .upskilling_wrapper .left_sec h4 span {
  font-weight: 700;
  letter-spacing: 1px;
}

.upskilling_sec .upskilling_wrapper .right_sec {
  width: 55%;
  -webkit-box-shadow: 0px 11px 16.15px 0.85px #79797912;
          box-shadow: 0px 11px 16.15px 0.85px #79797912;
  padding: 40px;
  min-height: 400px;
  background: #272727;
  margin-top: 100px;
  margin-left: -60px;
}

.upskilling_sec .upskilling_wrapper .right_sec .corporate_black_flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.upskilling_sec .upskilling_wrapper .right_sec .corporate_black_flex .full_width_flex {
  width: 100%;
  padding: 40px 0;
  border-top: 2px solid #f39d50;
}

.upskilling_sec .upskilling_wrapper .right_sec .corporate_black_flex .full_width_flex p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1px;
}

.upskilling_sec .upskilling_wrapper .right_sec .corporate_black_flex .corporate_flex_inner {
  width: 100%;
}

.upskilling_sec .upskilling_wrapper .right_sec .corporate_black_flex .corporate_flex_inner h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.upskilling_sec .upskilling_wrapper .right_sec .corporate_black_flex .corporate_flex_inner p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  width: 100%;
  letter-spacing: 1px;
}

.feature_carousel .services_wrapper .slider_card {
  width: 32%;
  margin: 10px;
  height: auto;
  border-radius: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.feature_carousel .services_wrapper .slider_card a {
  margin: 0 !important;
}

.feature_carousel .services_wrapper .slider_card a h4 {
  height: auto !important;
}

.feature_carousel .services_wrapper .slider_card a img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.feature_carousel .services_wrapper .slider_card:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.service_details_wrapper {
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 20px 0;
}

.service_details_wrapper .service_heading {
  background: #fff;
  border: 1px solid #ccc;
  padding: 3px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 19px #00000014;
          box-shadow: 0 0 19px #00000014;
  padding: 7px 10px;
}

.service_details_wrapper .service_heading ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
}

.service_details_wrapper .service_heading ul li {
  display: block;
}

.service_details_wrapper .service_heading ul li a {
  display: block;
  margin-right: 20px;
  color: #1e272e;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.service_details_wrapper .service_heading ul li a.active-menu {
  background: #f39d50;
  padding: 7px 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.service_details_wrapper .service_content {
  padding: 30px 0;
}

.service_details_wrapper .service_content .common_heading {
  width: 80%;
  margin: 10px auto;
  display: block;
}

.service_details_wrapper .service_content .common_heading h4 {
  margin: 0;
  font-size: 25px;
}

.service_details_wrapper .service_content .common_heading p {
  margin: 10px auto;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 26px;
}

.service_details_wrapper .service_content .service_cards {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_details_wrapper .service_content .service_cards .service_cards_inner {
  background: #fff;
  width: 31%;
  text-align: center;
  padding: 20px;
  border-radius: 4px;
  margin: 10px;
  min-height: 300px;
  -webkit-box-shadow: 0 0 19px #00000014;
          box-shadow: 0 0 19px #00000014;
}

.service_details_wrapper .service_content .service_cards .service_cards_inner h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 28px;
}

.service_details_wrapper .service_content .service_cards .service_cards_inner p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 27px;
  padding: 4px;
}

.service_details_wrapper .service_content .service_cards .service_cards_inner img {
  width: 100%;
  margin-bottom: 20px;
}

.service_details_wrapper .service_content .service_cards .service_cards_inner:nth-child(1) {
  border-top: 3px solid #eb4d4b;
}

.service_details_wrapper .service_content .service_cards .service_cards_inner:nth-child(2) {
  border-top: 3px solid #130f40;
}

.service_details_wrapper .service_content .service_cards .service_cards_inner:nth-child(3) {
  border-top: 3px solid #4834d4;
}

.service_details_wrapper .service_content .service_cards .service_cards_inner:nth-child(4) {
  border-top: 3px solid #f9ca24;
}

.service_details_wrapper .service_content .service_cards .service_cards_inner:nth-child(5) {
  border-top: 3px solid #6ab04c;
}

.service_details_wrapper .service_content .service_cards .service_cards_inner:nth-child(6) {
  border-top: 3px solid #181e38;
}

.fixed_menu {
  position: fixed !important;
  top: 126px !important;
  left: 0 !important;
  width: 100% !important;
  padding: 7px 295px !important;
  z-index: 11 !important;
}

#tour .common_heading h4 {
  font-size: 40px !important;
}

#tour #tour_packages .service_cards_inner {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#tour #tour_packages .service_cards_inner .service_card_img {
  width: 30%;
}

#tour #tour_packages .service_cards_inner .service_card_img img {
  width: 100%;
}

#tour #tour_packages .service_cards_inner .service_card_inner_content {
  width: 70%;
  text-align: left;
  padding: 10px;
}

#tour #tour_packages .service_cards_inner .service_card_inner_content p {
  margin: 0 !important;
}

.package_step_wrapper .package_step {
  background: #fff;
  padding: 20px;
  width: 30%;
  margin: 10px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 19px #00000014;
          box-shadow: 0 0 19px #00000014;
  position: relative;
  min-height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.package_step_wrapper .package_step h4 {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 25px;
  margin-top: 19px;
  color: #2f3640;
}

.package_step_wrapper .package_step span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  z-index: 4;
}

.package_step_wrapper .package_step::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  border: 3px dotted #fe9a35;
  right: -169px;
  top: 28%;
  border-bottom: 0;
  z-index: 1;
}

.package_step_wrapper .package_step:nth-child(1) {
  border-left: 3px solid #e91e63;
}

.package_step_wrapper .package_step:nth-child(1) span {
  background: #e91e63;
}

.package_step_wrapper .package_step:nth-child(4) {
  border-left: 3px solid #8bc34a;
}

.package_step_wrapper .package_step:nth-child(4)::after {
  content: '';
  opacity: 0 !important;
}

.package_step_wrapper .package_step:nth-child(4) span {
  background: #8bc34a;
}

.package_step_wrapper .package_step:nth-child(3) {
  border-left: 3px solid #ff9800;
}

.package_step_wrapper .package_step:nth-child(3) span {
  background: #ff9800;
}

.package_step_wrapper .package_step:nth-child(2) {
  border-left: 3px solid #3f51b5;
}

.package_step_wrapper .package_step:nth-child(2) span {
  background: #3f51b5;
}

#itinerary .common_heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#itinerary .feature_wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32%;
  min-height: 250px;
}

#itinerary .feature_wrapper h4 {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 25px;
  margin-top: 19px;
  margin: 0;
  font-size: 24px;
  color: #1e272e;
}

#itinerary .feature_wrapper p {
  margin: 10px 0;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
  text-align: center;
}

.two_grid_sec .first_grid, .two_grid_sec .second_grid {
  width: 50%;
  padding: 20px;
}

.two_grid_sec .first_grid img, .two_grid_sec .second_grid img {
  width: 100%;
  -webkit-box-shadow: 0 0 19px #00000014;
          box-shadow: 0 0 19px #00000014;
  border-radius: 10px;
}

.two_grid_sec .first_grid h4, .two_grid_sec .second_grid h4 {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: auto;
  margin-top: 19px;
  margin: 0;
  font-size: 26px;
  color: #1e272e;
}

.two_grid_sec .first_grid p, .two_grid_sec .second_grid p {
  margin: 10px 0;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
}

.two_grid_sec .first_grid ul, .two_grid_sec .second_grid ul {
  padding-left: 2rem;
}

.two_grid_sec .first_grid ul li, .two_grid_sec .second_grid ul li {
  margin: 10px 0;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
}

#glimpse_sec .first_grid {
  border-top: 3px solid #4834d4;
}

#glimpse_sec .second_grid {
  border-top: 3px solid #eb4d4b;
}

#glimpse_sec .first_grid, #glimpse_sec .second_grid {
  width: 45%;
  margin: 10px;
  min-height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 19px #00000014;
          box-shadow: 0 0 19px #00000014;
  background: #fff;
}

#glimpse_sec .first_grid p, #glimpse_sec .second_grid p {
  font-size: 15px;
}

#glimpse_sec .first_grid a, #glimpse_sec .second_grid a {
  background: transparent;
  color: #2f3640;
  border: 2px solid #2f3640;
  border-radius: 20px;
}

.faq .card {
  margin: 20px 0;
  border-radius: 10px;
}

.faq .card .card-header {
  background: #2f3640;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.faq .card .card-header a {
  color: #fff;
  width: 100%;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px;
}

.faq .card .collapse .card-body {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 25px;
}

#training .service_cards_inner {
  padding: 0 !important;
  min-height: 450px;
}

#training .service_cards_inner h4 {
  padding: 10px;
  display: none;
}

#contact {
  height: 300px;
}

.contact_wrapper {
  margin-top: 150px;
  background: url("../img/shape-48.png") #fff;
  position: relative;
  z-index: 11;
  min-height: 600px;
}

.contact_wrapper .contact_detail_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 20px;
  background: #fff;
  width: 71%;
  margin: 20px auto;
  position: relative;
  top: -84px;
}

.contact_wrapper .contact_detail_wrapper .contact_inner {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.contact_wrapper .contact_detail_wrapper .contact_inner .contact_icon img {
  width: 65px;
  margin-right: 10px;
}

.contact_wrapper .contact_detail_wrapper .contact_inner .contact_content h4 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
}

.contact_wrapper .contact_detail_wrapper .contact_inner .contact_content p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #000;
}

.contact_wrapper .contact_detail_wrapper .contact_inner .contact_content a {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #000;
}

.contact_wrapper .contact_forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: 10px auto;
  position: relative;
  top: -53px;
}

.contact_wrapper .contact_forms .left {
  width: 45%;
  background: #fff;
  -webkit-box-shadow: 0 0px 50px #020d3133;
          box-shadow: 0 0px 50px #020d3133;
  padding: 30px;
  margin-right: 20px;
}

.contact_wrapper .contact_forms .left .custom_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.contact_wrapper .contact_forms .left .custom_input label {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.contact_wrapper .contact_forms .left .custom_input input {
  width: 100%;
  height: 50px;
  padding: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 2px solid #ccc;
}

.contact_wrapper .contact_forms .left .custom_input button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  border: 3px solid #f39d50;
  padding: 10px 35px;
  background: #f39d50;
}

.contact_wrapper .right {
  width: 53%;
  padding: 20px;
}

.contact_wrapper .right img {
  width: 100%;
  height: 100%;
}

.web-hide {
  display: none;
}

@media only screen and (max-width: 768px) {
  .web-hide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    top: 30px;
  }
  .web-hide span {
    width: 100%;
    height: 3px;
    background: #000;
  }
  .web-hide span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    top: 10px;
  }
  .web-hide span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    top: 20px;
  }
  #feed-slider .owl-nav {
    width: 100% !important;
    display: none !important;
  }
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f39d50;
  position: absolute;
  right: 71px;
}
/*# sourceMappingURL=style.css.map */