/* common css start  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a,
a:focus,
a:hover {
  text-decoration: none; }

ol,
ul {
  list-style: none; }

img {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin-top: 0;
  margin-bottom: 0; }

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

.container {
  width: 90% !important; }

body {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  font-family: "Open Sans", serif;
  font-weight: 400;
  letter-spacing: 1px; }

h2 {
  font-size: 28px;
  text-transform: capitalize;
  color: #3c50b4;
  padding-bottom: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    h2 {
      font-size: 22px; } }

.m-link {
  color: #3c50b4;
  font-size: 13px;
  font-weight: 500;
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  border: 1px solid #3c50b4;
  display: inline-block;
  line-height: 30px;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 30px;
  z-index: 1;
  position: relative;
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  transition: all linear 0.4s 0s; }
  @media (max-width: 767px) {
    .m-link {
      line-height: 25px;
      padding: 0 10px; } }
  .m-link i {
    margin-left: 5px; }
  .m-link:hover {
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s;
    color: white;
    border: 1px solid #3c50b4; }
  .m-link::after {
    position: absolute;
    content: '';
    top: 0%;
    left: 0%;
    width: 0%;
    height: 100%;
    background: #3c50b4;
    border-radius: 30px;
    z-index: -1;
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s; }
  .m-link:hover:after {
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s;
    width: 100%; }

.see_all_btn {
  color: white;
  font-size: 13px;
  font-weight: 500;
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  border: 1px solid #3c50b4;
  background: #3c50b4;
  display: inline-block;
  line-height: 30px;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  transition: all linear 0.4s 0s; }
  .see_all_btn i {
    margin-left: 5px; }
  .see_all_btn:hover {
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s;
    background: #3c50b4;
    color: #3c50b4; }
  .see_all_btn::after {
    position: absolute;
    content: '';
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
    background: white;
    color: #3c50b4;
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s; }
  .see_all_btn:hover:after {
    top: 0;
    left: 0; }

.pagination {
  margin: 15px 0px;
  justify-content: center; }
  .pagination li .page-link {
    color: #3c50b4; }

.social_media {
  padding: 0px;
  margin-top: 15px; }
  .social_media li a {
    display: inline-block; }
    .social_media li a i {
      font-size: 16px;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      width: 30px;
      height: 30px; }
      @media (max-width: 991px) {
        .social_media li a i {
          font-size: 15px;
          line-height: 25px;
          width: 25px;
          height: 25px; } }

.vbox-close {
  top: 15px;
  right: 15px;
  color: #000;
  background: white; }

@media (max-width: 991px) {
  .p-min-md-0 {
    padding: 0 !important; }
  .mt-min-md-3 {
    margin-top: 1rem; } }

@media (max-width: 767px) {
  .ms-p-0 {
    padding: 0px !important; }
  .p-max--sm-0 {
    padding: 0px !important; } }

header {
  background-color: #3c50b4;
  border-bottom: 1px solid white;
  padding: 10px 0px; }
  @media (max-width: 767px) {
    header .content {
      flex-direction: column;
      align-items: center; } }
  header P {
    font-size: 14px;
    color: white;
    font-family: "Open Sans", serif;
    font-weight: 400; }

.navbar {
  background-color: white; }
  .navbar img {
    height: 65px; }
  .navbar .navbar-toggler:focus {
    box-shadow: none; }
  .navbar .navbar-toggler i {
    color: black;
    border: 1px solid black !important;
    padding: 10px; }
  .navbar .navbar-nav .nav-item .nav-link {
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding: 25px 15px;
    -webkit-transition: all linear 0.4s 0;
    -moz-transition: all linear 0.4s 0;
    -o-transition: all linear 0.4s 0;
    transition: all linear 0.4s 0; }
    @media (max-width: 767px) {
      .navbar .navbar-nav .nav-item .nav-link {
        padding: 6px 0px;
        border-bottom: 1px solid black; } }
  .navbar .dropdown-menu {
    background: #3c50b4ba; }
    .navbar .dropdown-menu .dropdown-item {
      color: white; }
      .navbar .dropdown-menu .dropdown-item:hover {
        color: black; }

#banner {
  padding-top: 15px; }
  #banner img {
    height: 500px;
    object-fit: cover;
    border-radius: 10px; }
    @media (max-width: 767px) {
      #banner img {
        height: 200px; } }
  #banner .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: white;
    background: #3c50b4;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 22;
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s; }
    #banner .slick-arrow:hover {
      color: #3c50b4;
      background: white;
      -webkit-transition: all linear 0.3s 0s;
      -moz-transition: all linear 0.3s 0s;
      -o-transition: all linear 0.3s 0s;
      transition: all linear 0.3s 0s; }
  #banner .fa-arrow-left {
    left: 5%; }
  #banner .fa-arrow-right {
    right: 5%; }

#sport {
  padding-top: 50px; }
  #sport .sport_item {
    position: relative;
    width: 100%;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      #sport .sport_item {
        height: 250px; } }
    #sport .sport_item img {
      border-radius: 15px;
      height: 250px;
      object-fit: cover; }
      @media (max-width: 767px) {
        #sport .sport_item img {
          height: 100%; } }
    #sport .sport_item .sport_text {
      width: 90%;
      padding: 5px 10px;
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.5);
      border-top-right-radius: 15px;
      border-top-left-radius: 15px; }
      @media (max-width: 767px) {
        #sport .sport_item .sport_text {
          bottom: 0px; } }
      #sport .sport_item .sport_text h5 {
        color: white;
        margin: 0px;
        text-align: center; }

#service {
  padding-top: 50px; }
  @media (max-width: 767px) {
    #service {
      padding-top: 10px; } }
  #service .service_item {
    margin-bottom: 20px; }
    #service .service_item img {
      height: 250px;
      object-fit: cover; }
      @media (max-width: 767px) {
        #service .service_item img {
          height: 180px; } }

#event {
  margin-top: 50px;
  padding: 25px;
  background: #fffaf0;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    #event {
      margin-bottom: 10px; } }
  #event .evnet_header_content {
    display: flex;
    align-items: center;
    height: 100%; }
    #event .evnet_header_content img {
      width: 100%; }
    #event .evnet_header_content h2 {
      font-size: 110px;
      padding: 0px;
      text-align: left; }
    #event .evnet_header_content p {
      font-size: 30px;
      line-height: 32px;
      color: gray;
      font-weight: 600;
      text-transform: capitalize; }
    #event .evnet_header_content .by_theme {
      font-size: 35px;
      line-height: 37px;
      color: #232323;
      text-transform: uppercase;
      padding-bottom: 10px; }
  #event .eveent_item {
    margin: 0px 7px; }
    #event .eveent_item img {
      height: 250px;
      object-fit: cover; }
      @media (max-width: 767px) {
        #event .eveent_item img {
          height: 180px; } }
    #event .eveent_item h5 {
      text-align: center; }
    #event .eveent_item .tages {
      text-align: center; }
      #event .eveent_item .tages .tag {
        font-size: 14px;
        padding: 0px 10px;
        color: #3c50b4;
        border: 1px solid #3c50b4;
        border-radius: 3px;
        display: inline-block;
        margin: 5px 0px; }
        #event .eveent_item .tages .tag :hover {
          background: #3c50b4;
          color: white;
          border: white; }
    #event .eveent_item p {
      text-align: center;
      padding-top: 10px; }
  #event .slick-arrow {
    position: absolute;
    bottom: -65px;
    transform: translateY(-50%);
    height: 35px;
    width: 35px;
    border: 0px solid white;
    border-radius: 50%;
    color: white;
    font-size: 17px;
    text-align: center;
    line-height: 35px;
    background: #3c50b4;
    padding: 0px !important;
    cursor: pointer;
    z-index: 22;
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s; }
    #event .slick-arrow:hover {
      background: white;
      color: #3c50b4;
      -webkit-transition: all linear 0.3s 0s;
      -moz-transition: all linear 0.3s 0s;
      -o-transition: all linear 0.3s 0s;
      transition: all linear 0.3s 0s; }
  #event .fa-arrow-left {
    left: 45%; }
  #event .fa-arrow-right {
    right: 45%; }
  @media (max-width: 767px) {
    #event .fa-arrow-left {
      left: 35%; }
    #event .fa-arrow-right {
      right: 35%; } }
  @media (max-width: 991px) {
    #event .fa-arrow-left {
      left: 40%; }
    #event .fa-arrow-right {
      right: 40%; } }
  #event .slick-dots {
    text-align: center; }
    #event .slick-dots li {
      display: inline-block; }
      #event .slick-dots li button {
        height: 10px;
        width: 10px;
        font-size: 0;
        background: #545454;
        border: 0;
        border-radius: 5px;
        margin: 0 5px;
        -webkit-transition: all linear 0.3s 0s;
        -moz-transition: all linear 0.3s 0s;
        -o-transition: all linear 0.3s 0s;
        transition: all linear 0.3s 0s; }
    #event .slick-dots .slick-active button {
      background: #3c50b4; }

#tour_package {
  padding-top: 50px; }
  @media (max-width: 767px) {
    #tour_package {
      margin-bottom: 10px; } }
  #tour_package .tour_item {
    margin-bottom: 20px; }
    #tour_package .tour_item img {
      height: 250px;
      object-fit: cover; }
      @media (max-width: 767px) {
        #tour_package .tour_item img {
          height: 180px; } }
    #tour_package .tour_item .card-body {
      align-items: center;
      display: flex;
      height: 180px; }

#haj_tour_package {
  padding-top: 50px; }
  @media (max-width: 767px) {
    #haj_tour_package {
      margin-bottom: 10px; } }
  #haj_tour_package .haj_item {
    margin-bottom: 20px; }
    #haj_tour_package .haj_item .haj_price {
      padding: 5px 7px;
      font-size: 14px;
      font-weight: 400;
      background: #3c50b4;
      color: white;
      display: inline-block;
      border-radius: 5px;
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateX(-50%); }
    #haj_tour_package .haj_item img {
      height: 250px;
      object-fit: cover; }
      @media (max-width: 767px) {
        #haj_tour_package .haj_item img {
          height: 180px; } }
    #haj_tour_package .haj_item .card-body {
      align-items: center;
      display: flex;
      height: 120px; }
      #haj_tour_package .haj_item .card-body .tour_content {
        width: 100%; }
        #haj_tour_package .haj_item .card-body .tour_content p {
          font-size: 13; }
        #haj_tour_package .haj_item .card-body .tour_content ul {
          display: flex; }
          #haj_tour_package .haj_item .card-body .tour_content ul li i {
            color: gold; }

.header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px; }
  .header h2 {
    text-align: left;
    padding: 0px; }

#popular_tour {
  padding-top: 50px;
  margin-top: 50px;
  background: #fffaf0; }
  @media (max-width: 767px) {
    #popular_tour {
      margin-bottom: 10px; } }
  #popular_tour .service_item {
    margin-bottom: 20px; }
    #popular_tour .service_item img {
      height: 250px;
      object-fit: cover; }
      @media (max-width: 767px) {
        #popular_tour .service_item img {
          height: 180px; } }
    #popular_tour .service_item .tour_img {
      position: relative; }
      #popular_tour .service_item .tour_img .price {
        padding: 5px 7px;
        font-size: 14px;
        font-weight: 400;
        background: #3c50b4;
        color: white;
        display: inline-block;
        border-radius: 5px;
        position: absolute;
        bottom: 0px;
        right: 0px; }
  #popular_tour .card-footer {
    text-align: center; }
    #popular_tour .card-footer a {
      display: block; }

#testimonial .testimonials .slick-slide {
  height: auto; }
  #testimonial .testimonials .slick-slide .card {
    margin: 0px 15px; }
    #testimonial .testimonials .slick-slide .card img {
      display: inline-block !important; }

#testimonial .testimonials .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  color: white;
  font-size: 17px;
  text-align: center;
  line-height: 35px;
  background: #3c50b4;
  padding: 0px !important;
  cursor: pointer;
  z-index: 22;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s; }
  #testimonial .testimonials .slick-arrow:hover {
    background: white;
    color: #3c50b4;
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s; }

#testimonial .testimonials .fa-arrow-left {
  left: -5%; }

#testimonial .testimonials .fa-arrow-right {
  right: -5%; }

#team figure img {
  width: 100%;
  height: 430px;
  object-fit: cover; }
  @media (max-width: 991px) {
    #team figure img {
      height: 370px; } }
  @media (max-width: 767px) {
    #team figure img {
      height: 360px; } }

#team figure h4 {
  font-size: 17px; }

#team figure p {
  font-size: 14px; }

.blog-details-section img {
  width: 100%; }

.visa_processign h2 {
  text-align: left; }

.visa_processign .main_img {
  width: 100%;
  margin: 15px 0px; }

.air_ticketing .main_img {
  width: 100%;
  margin: 15px 0px; }

.air_ticketing h2 {
  text-align: left; }
