/*
Theme Name: Travel Tech
Description: This is a custom theme developed for Travel Tech website. This theme supprts ACF Blocks.
Author: AmDee LLC
Author URI: https://amdeellc.com
Version: 1.0
 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root{
    --white-default-color: #FFFFFF;
    --black-default-color: #000000;
    --menu-btn-color: #e0e721;
    --menu-border-color: #7c943f;
    --footer-head: #244c5a;
    --open-sans: 'Open Sans', sans-serif;
    --main-head: #194a59;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-style: normal;
    color: var(--black-default-color);
    background-color: var(--white-default-color);
    font-family: var(--open-sans);
    overflow-x: hidden;
}
  
  b,
  strong {
    font-weight: 700;
  }
  
  p,
  .single_page_content .page_inner_banner_content p{
    margin: 0 0 22px 0;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
  }

  p:last-child {
    margin-bottom: 0;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 20px 0;
    padding: 0;
  }
  
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0;
  }
  
  img {
    max-width: 100%;
  }
  
  /* Start Form Input */
  input, button,
  input:focus, button:focus,
  input:active, button:active{
    outline: none;
    box-shadow: none;
  }
  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  select {
    background-color: #ffffff;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    border: 1px solid #cdcdcd;
    height: 65px;
    padding: 0 31px;
    outline: none !important;
    font-size: 18px;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0;
  }
  
  textarea {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
  }
  
  select {
    width: 100%;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center
      transparent;
    background-color: #ffffff;
    background-size: 12px;
    padding-right: 42px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  input[type="submit"] {
    background: #ff539c;
    color: #ffffff;
    height: 60px;
    border: 1px solid #fbfef9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Oswald";
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.08em;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  input[type="submit"]:hover {
    background: #2d2d2d;
    border: 1px solid #ff539c;
    color: #ff539c;
  }
  
  ::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
  }
  
  :-ms-input-placeholder {
    opacity: 1;
    color: #000;
  }
  
  ::-moz-placeholder {
    opacity: 1;
    color: #000;
  }
  
  :-moz-placeholder {
    opacity: 1;
    color: #000;
  }
  /* End Form Input */
  
  a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    color: var(--black-default-color);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*display: inline-block;*/
  }

  a:hover,
  a:focus{
    color: var(--menu-btn-color);
  }

  figure {
    margin-bottom: 0;
    width: 100%;
  }
  ul{
    margin: 0;
    padding: 0;
  }
  ul li {
    list-style: none;
  }

  .background_concern,
  .inner_page_banner,
  .action_center{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .container{
    max-width: 1280px;
    margin: 0 auto;
  }
  .main_banner_content h1{
    font-size: 120px;
    line-height: 130px;
    font-family: var(--open-sans);
    font-weight: 800;
  }

  .home_heading h2{
    font-size: 73px;
    line-height: 78px;
    font-weight: 800;
    font-family: var(--open-sans);
  }

  .home_locate h3{
    font-family: var(--open-sans);
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }
  h2{
    font-size: 50px;
    line-height: 56px;
    color: var(--main-head);
    font-weight: 800;
    font-family: var(--open-sanss);
    margin-bottom: 40px;
  }
  .common_padding{
    padding: 85px 0;
  }
  .content_container{
    max-width: 1140px;
  }
  
  .learn_more{
    text-transform: uppercase;
    color: var(--menu-btn-color);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
  }  
  .learn_more i{
    margin-left: 25px;
    font-size: 20px;
  }
  .learn_more:hover{
    color: var(--white-default-color);
  }
  .btn_join_us{  
    width: 100%;
    padding: 25px 0;
    font-size: 50px;
    line-height: 50px;
    background-color: #e0e721;
    text-transform: uppercase;
    color: #194a59;
    font-weight: 800;
    text-align: center;
    position: relative;
    z-index: 0;
    border: 1px solid transparent;
  }
  .btn_join_us:hover{
    background: transparent;
    border-color: var(--menu-btn-color);
    color: var(--menu-btn-color);
  }
  .btn_join_us:hover::before{
    opacity: 1;
  }
  .btn_join_us::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.64;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 170%;
    background-image: url(assets/images/backgrshpe_map.png);
  }
  h3{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--open-sans);
  }
  /*navbar*/
.header{
  position: relative;
  z-index: 999;
}
.header .navigation{
  padding: 20px 0;
}
.navigation .navbar_area_btn{
  width: 55px;
  height: 57px;
  border-radius: 0;
  background-color: var(--menu-btn-color);
  border: 1px solid var(--menu-border-color);
}
.navigation .custom_container{
  max-width: 1185px;
}
.navigation .navbar_area_btn .menu_toggle{
  position: relative;
  display: block;
  width: 75%;
  height: 1px;
  background-color: var(--menu-border-color);
  margin: 0 auto;
}
.navigation .navbar_area_btn .menu_toggle::before,
.navigation .navbar_area_btn .menu_toggle::after{
  content: "";  
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-color: var(--menu-border-color);
}
.navigation .navbar_area_btn .menu_toggle::before{
  top: -10px;
}
.navigation .custom_container{
  justify-content: flex-end;
}
.navigation .navbar_container_area{
  width: 800px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation .navbar_area_btn .menu_toggle::after{
  bottom: -10px;
}
.navigation .navbar-brand{
  width: 405px;
  height: 100px;
  max-width: 100%;
}
.navigation .navbar-brand img,
.news_box .news_pic img,






.archive_main_pic img,
.large_pic .large_image img,
.passport_area .pass_port_img img,
.banner_image_one img,
.banner_image_two img,
.inner_banner_content_wrap .histo_img img,
.general_another_content .general_con_pic img,
.banner_gallery .banner_part img,
.instra_feed a img,
.join_banner_gallery .banner_part img,
.join_banner_gallery .join_us_banner_inner .banner_part img,
.informed_wrapper_img img,
.get_ready_to_start .person_start_pic img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
input, button{
  outline: none;
  box-shadow: none;
}
input:active,
input:focus,
input:focus-visible{
  border: none;
}
input:active, button:active,
input:focus, button:focus,
input:focus-visible, button:focus-visible{
  outline: none;
  box-shadow: none;
}
/*common*/
.main_heading_top{
  margin-bottom: 45px;
}
.main_heading_top h2{
  font-size: 73px;
  line-height: 75px;
  color: var(--white-default-color);
  font-weight: 700;
}
.theme_btn{
  padding: 14px 15px 14px 30px;
  border-radius: 35px;
  background-color: #d3dbde;
  font-size: 16px;
  color: #244c5a;
  font-weight: 800;
  font-family: "Open Sans";
  border: 1px solid transparent;
  text-transform: capitalize;
}
.theme_btn i{
  margin-left: 25px;
  font-size: 22px;
}
.theme_btn:hover{
  border-color: #244c5a;
  color: #244c5a;
  background: transparent;
}
/*OffCanvas Menu*/
/* .header .drop_area_navbar::-webkit-scrollbar{
  width: 10px;
} */
.header .drop_area_navbar{
  overflow-y: scroll;
  display: block;
  filter: drop-shadow(0 0 79px #000000);
  z-index: 1050;
  background: #fff;
  padding: 30px 100px 100px 100px;
  top: 0;
  width: 65%;
  max-width: 780px;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .drop_area_navbar::-webkit-scrollbar{
  width: 7px;
}
.header .drop_area_navbar::-webkit-scrollbar-track{
  background-color: #fff;
}
.header .drop_area_navbar::-webkit-scrollbar-thumb{
  background-color: var(--menu-btn-color);
  width: 7px;
}
.header .offcanvas-body{
  overflow-y: visible;
}
.drop_area_navbar .navbar_menu{
  display: flex;
  flex-direction: column;
}
.header .modal-backdrop{
  background: transparent;
}
.header .btn-close{
  background-image: url(assets/images/close.png);
  opacity: 1;
  background-size: 100%;
  width: 100px;
  height: 40px;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .btn-close:hover{
  filter: invert(1); 
}
.drop_area_navbar .navbar-brand_inner{
  width: 100%;
  height: 125px;
  margin: 100px 0;
}
.drop_area_navbar .navbar-brand_inner img,
.inner_banner_content_wrap .histo_img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.drop_area_navbar .navbar_menu li{
  margin-bottom: 35px;
}
.drop_area_navbar .navbar_menu li:last-child{
  margin: 0;
}
.drop_area_navbar .navbar_menu li a{
  font-size: 50px;
  line-height: 56px;
  text-transform: uppercase;
  color: #194a59;
  font-weight: 800;
  font-family: var(--open-sans);
}
.drop_area_navbar .navbar_menu li a:hover,
.drop_area_navbar .navbar_menu li a.active{
  color: var(--menu-btn-color);
}
.drop_area_navbar .navbar_menu li.current_class a{
  color: var(--menu-btn-color);
}
.drop_area_navbar .join_us{
  margin-top: 45px; 
}
.toggle_menu{  
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*Banner*/
.home_banner{
  padding-top: 100px;
  position: relative;
  z-index: 0;
  padding-bottom: 350px;
  background-position: right bottom;
  background-size: 95% 85%;
  background-repeat: no-repeat;
} 
body .home_banner::before{
  top: -18%;
}
.bg_pattern{
  position: absolute;
  top: 0;
  left: -1%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 58% 100%;
  background-image: url(assets/images/backgrshpe_map.png);
  width: 100%;
  height: 100%;
  z-index: -1;
  min-height: 900px;
}
.bg_shape_map::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 60% 100%;
  background-image: url(assets/images/backgrshpe_map.png);
  z-index: -1;
}
.home_banner .home_banner_img{
  max-width: 950px;
}
.home_banner .home_banner_img img{
  position: absolute;
  top: 0;
}
.banner_content_area h1{
  font-size: 120px;
  line-height: 130px;
  color: #194a59;
  font-weight: 800;
  font-family: var(--open-sans);
}
.banner_content_area h5{
  font-size: 32px;
  line-height: 36px;
  color: #0064a0;
  font-weight: 600;
  font-style: italic;
  font-family: var(--open-sans);
}

.get_start{
  position: relative;
  background-color: var(--footer-head);
  padding: 25px 0 70px 0; 
}
.get_start::before{
  content: "";
  height: 75%;
  width: 100%;
  position: absolute;
  top: -25%;
  left: 0;
  z-index: -1;
  background-color: var(--footer-head);
}
.get_ready_to_start.margin_box{
  margin-top: 40px;
}
.get_start_map{
  margin: 0 25px;
  color: var(--white-default-color);
  position: relative;
}
.get_start .get_start_map::before{
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  width: 1px;
  height: 100%;
  background-color: #d7dfe1;

}
.get_involed .get_start_map p{
  font-size: 17px;
  letter-spacing: 0px;
  color: #ffffff;
  font-style: italic;
}
.get_ready_to_start.get_involed .get_start_map p{
  margin: 0;  
  width: 95%;
  margin: 15px 35px 25px 0;
}
.get_start .col_child:first-child .get_start_map{
  margin-left: 0;
}
.get_start .col_child:last-child .get_start_map{
  margin-right: 0;
}
.get_start .col_child:last-child .get_start_map::before{
  background: transparent;
}
.get_start_map p{
  font-style: italic; 
  margin-bottom: 30px;
}
.get_involed .get_start_map{
  position: relative;
}
.get_involed .col-sm-6:first-child .get_start_map:before{
  width: 1px;
  height: 100%;
  right: -25px;
  top: 0;
  background-color: #FFF;
  content: "";
  position: absolute;

}
.get_involed .btn_readmore_wrap{
  margin-top: 40px;
}
.get_start_map h3{
  margin: 15px 0;
}
.general_another_content  .page_inner_banner_content{
  margin: 0;
}
/*Start Page Advocate*/
.prior_banner_head h1{
  font-size: 64px;
  line-height: 64px;
}
h1{
  font-size: 90px;
  line-height: 96px;
  font-weight: 800;
  font-family: var(--open-sans);
}
h4{
  font-size: 17px;
  font-weight: 700;
  font-family: "Helvetica";
}
.heading_area{
  position: relative;
  z-index: 0;
}
.heading_area::before{
  content: "";
  width: 95%;
  height: 1px;
  background-color: var(--main-head);
  position: absolute;
  top: 30%;
  right: 0%;
  transform: translateY(30%);
  left: 2%;
  z-index: -1;
}
.heading_area .slide_block_heading{
  background-color: #f0f1f2;
  padding-right: 15px;
}
.heading_area .head_btn{
  background-color: #fff;
  padding-left: 15px;
}
.content_block_container{
  max-width: 1100px;
}
.container_980{
  max-width: 980px;
}
.locate_shape{
  position: absolute;
  right: 10%;
  top: 145px;
  pointer-events: none;
  width: 250px;
  height: 500px;

}
.locate_shape img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.inner_page_banner{
  margin-top: 140px;
}
.inner_page_banner::before{
  top: 0;
}
/* .inner_page_banner::after{
  content: "";
  background-image: url(assets/images/location_path.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
  width: 250px;
  height: 500px;
  position: absolute;
  right: 0;
  top: 0;
} */
.inner_page_banner{
  padding: 85px 0;
  background-size: 100% 100%;
}
.page_inner_banner_content{
  position: relative;
  margin-left: 40px;
}
.page_inner_banner_content::before{
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 1px;
  height: 100%;
  background-color: #244c5a;

}
.page_inner_banner_content h2{
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  font-family: var(--open-sans);
}
.page_inner_banner_content p{
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.slide_block_area .head_btn{
  display: flex;
  align-items: center;
  background-color: #fff;
}

.prev_arrow_area,
.prev_arrow_gen{
  margin-right: 15px;
}
.prev_arrow_area,
.next_arrow_area,
.prev_arrow_gen,
.next_arrow_gen{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; 
  color: #244c5a;
  background-color: #d3dbde;
  outline: none;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.prev_arrow_area:hover,
.next_arrow_area:hover,
.prev_arrow_gen:hover,
.next_arrow_gen:hover{
  border-color: #244c5a;
  background: transparent;
}
.prev_arrow_area{
  right: 60px;
}
.slick-slide {
  height: auto;
}
.slick-disabled{
  opacity: 0.5;
}
.heading_area{
  padding-bottom: 50px;
}
.slick_main_container{
  max-width: 1100px;
}
.slick_main_container .slick-list {
  padding-right: 150px;

}
.slick_main_container .slide_box{
  padding: 0 6px;
}
.slick_main_container .slide_box .slide_block_img{
  width: 100%;
  height: 360px;
}
.slick_main_container .slide_box .slide_block_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick_main_container .show_area_head_btn{
  margin: 10px 0;
}
.show_head h3{
  font-size: 20px;
  line-height: 28px;
  color: #244c5a;
  font-weight: 800;
  font-family: var(--open-sans);
}
.btn_show_arrow .btn_arrow{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #244c5a;
  background-color: #d3dbde;
  border: 1px solid transparent;
  outline: none;
  transition: all 0.3s;
}
.btn_show_arrow .btn_arrow:hover{
  border-color: #244c5a;
  background: transparent;
}
.slick_main_container{
  height: 400px;
}
.bg_shape_panel{
  position: relative;
  z-index: 0;
}
.bg_shape_panel::before{
  content: "";
  width: 61%;
  height: 75%;
  background-color: #f0f1f2;
  position: absolute;
  top: 0;
  left: -15px;
  z-index: -1;

}
.latest_news::before{
  width: 62%;
}
.border_bottom.latest_news::before{
  width: 65%;
}
.slick-current .slide_block_img{
  position: relative;
}
.slick-current .slide_block_img::before,
.instra_feed a.active::before{
  width: 100%;
  height: 100%;
  background-color: #78bcddb5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.travel_tech_position{
  background-color: #194a59;
}
.travel_tech_position .travel_tech_wrap h2{
  text-align: center; 
  color: #FFF;
}
.travel_tech_wrap p{
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
}
.travel_tech_position .travel_tech_wrap ul{
  margin-top: 45px;
}
.travel_tech_position .travel_tech_wrap ul li{
  position: relative;
  margin-bottom: 45px;

}
.travel_tech_position .travel_tech_wrap ul li span{
  font-size: 64px;
  line-height: 85px;
  color: #e0e721;
  font-weight: bold;
  font-family: var(--open-sans);
  position: absolute;
  left: -60px;
  top: -25px;
}
.travel_tech_position .travel_tech_wrap ul li::before{
  content: "";
  width: 32px;
  height: 45px;
  background-image: url(assets/images/icon_location.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: -4px;
  left: -50px;
  opacity: 0.64;
}
  
.travel_tech_position .travel_tech_wrap ul li{
  margin-left: 40px;
}
.travel_tech_position .travel_tech_wrap ul li p{
  font-size: 20px;
  line-height: 28px;
}
.travel_tech_position .travel_tech_wrap{
  color: #fff;
}
.line_bg_shape{
  position: relative;
  z-index: 0;
}
.line_bg_shape::after{
  content: "";
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  bottom: -45%;
  left: 0;
  background-image: url(assets/images/line_shape.png);
}
.latest_news{
  position: relative;
  z-index: 0;
}
.latest_news::after{
  bottom: 0;
  z-index: -2;
}
.news_box{
  box-shadow: 0 0 15px 1px #0000003a;
}
.news_box .news_pic{
  height: 200px;
  width: 100%;  
}
.news_box .news_content{
  padding: 25px 20px 20px;
  background-color: #FFF;
}
.date_area{
  position: relative;
}

.date_area::before,
.archive_banner_area .archive_listing_tags::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4d6e79;
  left: 0;
  position: absolute;
}
.date_area::before{
  bottom: -15px;

}
.news_tag ul li:first-child::before{
  content: none;
}
.news_tag ul li{
  position: relative;
  margin-right: 12px;
}
.news_tag ul li:last-child{
  margin: 0;
}
.news_tag ul li::before{
  content: "";
  width: 1px;
  height: 75%;
  background-color: #000;
  bottom: 2px;
  left: -5px;
  position: absolute;
}
.news_tag ul li a{
  font-size: 14px;
  letter-spacing: 1px;
  font-style: italic;
  font-family: "Source Sans Pro";
}
.news_tag ul li a:hover{
  color: var(--menu-btn-color);
}
.date_area i{
  color: #e5554f;
  font-size: 15px;
}
.date_area span{
  font-size: 12px;
  margin-left: 5px;
}
.news_tag ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.latest_news .col-lg-4{
  display: flex;
}
.latest_news .col-lg-4 .news_box{
  display: flex;
  flex-direction: column;  
}
.latest_news .news_box{
  background-color: #FFF;
}
.latest_news .col-lg-4 .news_box .news_content{
  flex: 0 0 auto;
} 

.action_center{
  padding-bottom: 150px;
  position: relative;
  z-index: 0;
  padding-top: 0;
}
.action_center::before,
.action_center::after,
.action_center .action_box::before{
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.action_center::before{  
  background: linear-gradient(188deg, #ffffff, #fff , #ffffff00, #f8f8f800);
}
.action_center::after{
  background-image: url(assets/images/nmbg.png);
  background-position: center;
  background-repeat: repeat-x;  
  background-size: contain;
}


.action_center .action_box{
  padding: 65px;
  box-shadow: 0 0 15px 1px #0000003a;
  background-color: #fff;
}
.action_center .action_box::before{
  background-image: url(assets/images/tranWhite.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -100px;
  left: -30px;
}
.action_box h2{
  margin-bottom: 30px;
}
.action_box h6{
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 3px;
  margin-right: 25px;  
}
.action_box p{
  margin-right: 75px;  

}
.action_box p a{
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
.action_box p a:hover{
  color: var(--menu-btn-color);
}
.action_box .short_head h6{
  font-weight: 900;
}
/*End Page Advocate*/

/*Start archive Pgae*/
.archive_banner_area{
  padding-bottom: 0;
}
.archive_banner_area .archive_main_pic{
  width: 100%;
  height: 340px; 
}
.archive_main_post_content h2{
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 700;
  font-family: var(--open-sans);
  margin-bottom: 15px;
}
.archive_main_post_content p{
  margin:  30px 0;
}
.archive_banner_area .archive_listing_tags{
  position: relative;
}
.archive_banner_area .archive_listing_tags::before{
  top: -10px;
  bottom: initial;
}
.blog_listing .form_field{
  width: 100%; 
}
.blog_listing .form_field label{
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  display: block;
}
.blog_listing .form_field select{
  text-transform: capitalize;
  padding: 0 12px;
  border-radius: 3px;
  border: 2px solid #a29bb6;
  height: 45px;
  font-size: 16px;
  line-height: 24px; 
}
.search_bar{
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.search_bar input{
  width: 95%;
  padding: 10px;
  font-size: 14px;
  border: 2px solid #a29bb6;
  border-radius: 3px 0 0 3px;
  display: block;
  width: 100%ss;
  outline: none;
}
.search_bar input:focus,
.search_bar input:active,
.blog_listing .form_field select:focus,
.blog_listing .form_field select:active{
  box-shadow: none;
  border-color: #194a59;
}
.search_bar button{
  border: 2px solid #194a59;
  outline: none;
  width: 45px;
  height: 45px;
  background-color: #194a59;
  color: #FFF;
  transition: all 0.5s ;
  margin-left: -1px;
}
.search_bar button:focus,
.search_bar input:focus,
.search_bar button{
  box-shadow: none;
}
.search_bar button:hover{
  color: #194a59;
  background: transparent;
}
.listing_pagination ul{
  display: flex;  
  align-items: center;
}
.listing_pagination ul li:first-child a,
.listing_pagination ul li:last-child a{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #244c5a;
  background-color: #d3dbde;
  border: 1px solid transparent;
  outline: none;
  font-size: 16px;
  margin: 0;
}
.listing_pagination ul li{
  margin: 0 10px;
}
.listing_pagination ul li a{
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 28px;
  font-weight: 500;

}
.blog_listing .news_box{
  margin-top: 0;
  margin-bottom: 30px;
}
.listing_pagination ul li a.disabled_link{
  opacity: 0.65;
}
.listing_pagination ul li:first-child a:hover,
.listing_pagination ul li:last-child a:hover,
.listing_pagination ul li a:hover{
  border-color: #244c5a;
  background: transparent;
}
/*end archive Pgae*/

/*start educate Pgae*/
.listing_edu_details li .edu_details_pic img,
.what_we_offer .tour_travel_info .tour_travel_img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.listing_edu_details li:nth-child(even) .up-after{
  order: 1;
}
.listing_edu_details li:nth-child(even) .donw-before{
  order: 0;
}
.listing_edu_details li:not(:last-child){
  margin-bottom: 45px;
}
.listing_edu_details li .edu_details_pic{
  width: 200px;
  height: 220px;
}
.listing_edu_details li .learn_more_details h5{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
body .large_pic{
  padding-top: 0;
}
.large_pic .large_image{
  width: 100%;
  height: 560px;
}
.what_we_offer::before{
  height: 100%;
}
.what_we_offer .tour_travel_info .tour_travel_img{
  width: 100px;
  height: 130px;
  margin: 0 auto 20px auto;
}
.tour_travel_info h6{
  font-size: 19px;
  color: #194a59;
  font-weight: 800;
  line-height: 26px;
}
.what_we_offer .benefits_list{
  padding: 0 68px;
}
.passport_area::after{
    top: 0;
}
.passport_area .pass_port_img{
  width: 100%;
  height: 330px;
  margin-bottom: 40px;

}
.subcribe_form .form_field input{
  padding: 15px 15px;
  background-color: #f1f2f2;
  border: 1px solid transparent;
  outline: none;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  font-weight: 600;
}
.subcribe_form .form_field input::placeholder{
  color: #000;
}
.subcribe_form .form_field input:focus,
.subcribe_form .form_field input:active{
  border-color: #194a59;
  box-shadow: none;
}
.form_field input[type=submit]{  
  border: 1px solid #244c5a;
  width: 100%;
  padding: 25px 0;
  font-size: 24px;
  line-height: 8px;
  background-color: #e0e721;  
  text-transform: capitalize;
  color: #194a59;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 170%;
  background-image: url(assets/images/backgrshpe_map.png);
  font-family: var(--open-sans);
  background-blend-mode: soft-light;
}
.form_field input[type=submit]:hover{
  background: transparent;
  border-color: var(--menu-btn-color);
  color: var(--menu-btn-color);
}
.informed_wrapper{
  margin-right: 30px;
}
.informed_wrapper p{
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.passport_area::before{
  bottom: 0;
}
.edu_inner_banner_con h2{
  width: 65%;
}
/*end educate Pgae*/

/*Single Page*/
.list_icon_fun ul{
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.list_icon_fun ul li{
  margin: 0 8px;                                 
}
.list_icon_fun ul li a{
  font-size: 14px;
  font-weight: 600;
}
.Single_banner_pic{
  width: 440px;
  max-width: 440px;
  height: 260px;
}
.single_apge_banner{
  padding: 0;
}
.single_inner_banner h1{
  font-size: 36px;
  line-height: 44px;
  font-weight: 800;
  font-family: var(--open-sans);
}
.page_inner_banner_content h5{
  font-size:  22px;
  line-height: 28px;
  font-weight: 700;
}
/*Single Page*/
/*innovate*/
.line_up_padding::after{
  bottom: 0;
  z-index: -2;
}
.line_up_padding{
  padding: 120px 0;
}
.line_up_padding::before{
  top: 10%;
  height: 60%;
}
/*innovate*/
.working_group{
  background-color: #f0f1f2;
  z-index: 0;
  position: relative;
}
.working_group .group_box{
  padding: 25px 30px;
  background: #FFF;
  border-radius: 15px;
  margin-bottom: 25px;
}
.group_box h6{
  margin: 12px 0;
}
.group_box .rule_pic{
  width: 80px;
  height: 90px;
  margin: 0 auto;
}
.group_box .rule_pic img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.two_imgage_banner{
  padding-bottom: 0 !important;
}
.two_imgage_banner .banner_image_one{
  width: 100%;
  height: 350px;
}
.two_imgage_banner .banner_image_two{
  width: 100%;
  height: 480px;
}
.two_imgage_banner .heading_banner h1{
  color: #194a59;
  margin-top: 50px;
}
/* .inner_banner_content_wrap{
  padding: 100px 0;
} */
.inner_banner_content_wrap .histo_img{
  width: 100%;
  height: 130px;
}
.head_grow h5{
  font-size: 30px;
  line-height: 36px;
  color: #194a59;
  font-weight: 400;
  margin-bottom: 10px;
}
.inner_banner_content_wrap .head_grow{
  margin-bottom: 35px;
}
.page_inner_banner_content h2{ 
  margin-bottom: 15px;
}
.content_head_img{
  display: flex;
  flex-direction: column;
}
/*innovate*/
/* start about page*/
.about_indus{
  background-color: #f0f1f2;
  margin-top: 80px;
}
.about_indus p{
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.about_page_content_wrapper_an h2,
.about_page_content_wrapper h2{
  color: #000000;
}
.bg_shadow{
  border-radius: 12px;
  background-color: #ffffff;  
  position: relative;
}
.year_travel_content{
  max-width: 880px;
  width: 85%;
  margin: 0 auto;
}
.year_travel_content p{
  font-size: 24px;
  line-height: 31px;
  color: #000000;
}
.groww_chart{
  padding: 30px 25px;
}
.groww_chart_content{
  padding: 50px;
}
.groww_chart::before,
.groww_chart_content::before,
.segment_base::before,
.groww_pie::after,
.groww_chart_shape::before,
.groww_chart_content_seg::after{
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 45px;
}
.segment_base::before,
.groww_pie::after{
  background-image: url(assets/images/shpae_histo.png);
  bottom: 15px;
  right: 15px;
  background-size: 90%;
}
.groww_chart_shape::before,
.groww_chart_content_seg::after{
  background-image: url(assets/images/shape_arrow.png);
  right: 15px;
  background-size: 100%;

}
.groww_chart_shape::before{
  bottom: 15px;
}
.groww_chart_content_seg::after{
  top: 15px;
}
.groww_pie{
  padding: 95px 60px;
}
.about_indus .pie_chart{
  width: 285px;
  height: 285px;
  margin: 25px auto 0 auto;
}
.about_indus .pie_chart img,
.about_indus .groww_chart_shape_seg img{
  object-fit: contain;
  width: 100%;
  height: 100%;

}
.about_indus .segment_base{
  padding: 30px 25px;
}
.about_indus .head_grow h5{
  font-size: 28px;
  line-height: 32px; 
  color: #194a59;
  font-weight: 400;
}
.about_indus .head_grow h2{
  font-size: 44px;
  line-height: 48px;
  color: #194a59;
  font-weight: 800;                 
}
.about_indus .height_bit{
  display: flex;
}
.about_indus .height_bit .bg_shadow{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.com_margin{
  margin-bottom: 35px;
}
.groww_chart::before,
.groww_chart_content::before{ 
  background-size: 100%;

  background-image: url(assets/images/chart_maker.png);
  right: 15px;
  top: 15px;
}
.groww_chart_shape{
  padding: 35px;
}
.groww_chart_content_seg{
  padding: 40px 35px;
}
.histo_img{
  width: 100%;
  height: 120px;
  margin-top: 15px;
}
.histo_img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.custom_base{
  display: flex;
}
.custom_base .group_box{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.person_who_travel .heading_area::before{
  content: none;
}
.year_img,
.year_info{
  height: auto;
}
.about_indus .groww_chart_shape_seg{
  width: 100%;
  height: 250px;
  margin-top: 35px;
}
.slide_year_pic .year_img{
  position: relative;
  background-color: #194a59;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 60px;
} 
.slide_year_pic .year_img::before{
  width: 102%;
  height: 102%;
  background-color: #e6e7e8;
  position: absolute;
  top: -1%;
  left: -1%;
  content: "";
  border-radius: 50%;
}
.slide_year_pic .slick-current .year_img::before{
  content: none;
}
.slide_year_pic .slick-track{
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-current .year_img{
  width: 130px !important;
  height: 130px !important;
  padding: 25px;
  margin: 0 auto;
}
.slide_year_pic .slider_box:nth-child(even) .year_img{
  width: 80px;
  height: 80px;
  padding: 15px;
  margin: 0 auto;

}
.slide_year_pic .slider_box:nth-child(odd) .year_img{
  width: 60px;
  height: 60px;
  padding: 10px;
  margin: 0 auto;

} 
.slide_year_pic{
  max-width: 85%;
  margin: 0 auto;
  position: relative;
}
.slide_year_pic::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.slide_year{
  position: relative;
  margin-top: 55px;
}
.arrow_slide_left,
.arrow_slide_right{
  width: 75px;
  height: 75px;
  top: 60px;
  position: absolute;
  transform: translateY(-50%);
  z-index: 99;
  font-size: 32px;
}
.arrow_slide_left{
  left: 0;
}
.arrow_slide_right{
  right: 0;
}
.slide_year_content{
  max-width: 620px;
  width: 65%;
  text-align: center;
  margin: 25px auto;
}
.slide_year_content .year_info span{
  font-size: 34px;
  line-height: 40px;
  color: #194a59;
  font-weight: 800;
  margin-bottom: 20px;
  display: block;
}
.person_profile_img{
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.person_profile_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about_person_details h5{
  font-size: 21px;
  line-height: 28px;
  color: #194a59;
  font-weight: 800;
  margin: 0;
}
.designation_person span{
  font-size: 19px;
  line-height: 26px;
  font-weight: 600;
  font-style: italic;
  margin: 5px 0;
  display: block;
}
.read_more_btn_wrapper a{
  display: inline-flex;
  align-items: center;
}
.read_more_btn_wrapper a span{
  margin-left: 30px;
}
.read_more_btn_wrapper .read_more{
  font-size: 16px;
  line-height: 24px;
  color: #244c5a;
  font-weight: 800;
  text-transform: uppercase;
}
.read_more_btn_wrapper .read_more:hover .btn_arrow{
  background: transparent;
  border-color: #244c5a;
}
.person_wrapper:not(:last-child){
  margin-bottom: 65px;
}
/*end about page*/
/*start general apge*/
.two_imgage_banner .gen_content{
  margin-top: 55px; 
  margin-bottom: 90px;
}
.general_another_content .general_con_pic{
  width: 100%;
  height: 410px;
}
.general_another_con p{
  margin-bottom: 0;
}
.general_block_slide::after{
  bottom: 0;
  z-index: -2;
}
/*end general apge*/
/*Polity Page Start*/
.two_imgage_banner .policy_inner_wrapper p{
  margin-bottom: 22px;
}
.two_imgage_banner .banner_gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner_gallery .banner_part:first-child{
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
}
.banner_gallery .banner_part{
  width: 48%;
  height: 150px;
}
.members_area .member_brand_entity{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.map_shape_member{
  position: relative;
  z-index: 0;
}
.map_shape_member::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20%;
    left: 0;
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100% 140%;
    background-image: url(assets/images/map_full_shape.png);
    z-index: -1;
}
.z-One{
  z-index: 1;
}
.member_brand_entity .member_logo{
  width: 22%;
  margin: 40px 0;
  height: 120px;
}

/*.member_brand_entity .member_logo:last-child{
  margin-right: auto;  
  margin-left: 35px;

}
.member_brand_entity .member_logo:nth-last-child(2){
  margin-left: auto;
  margin-right: 35px;
}*/
.member_brand_entity .member_logo img{
  width: 100%;  
  height: 100%;
  object-fit: scale-down;
}
.members_area .single_head{
  max-width: 900px;
  width: 75%;
  margin: 0 auto;
}
.single_head h2{
  margin-bottom: 25px;
}
.instragram_feed_area{
  position: relative;
  background-color: var(--footer-head);
}
.instragram_feed_area .single_head h2{
  color: var(--white-default-color);
}
.instragram_feed_area .instra_feed{
  margin-bottom: 25px;
}
.instra_feed a{
  width: 100%;
  height: 250px;
  display: block;
  position: relative;
}
.margin_box{
  margin-top: 90px;
}
.get_btn_box .get_btn{
  border: 1px solid #4d6e81;
  background-color: var(--menu-btn-color);
}
.get_btn_box .get_btn:hover{
  background: transparent;
}
.get_btn_box .visit_btn:hover{
  color: var(--menu-btn-color);
  border-color: var(--menu-btn-color);
}
.get_btn_box .get_btn i{
  margin-left: 30px;
  font-size: 22px;
}
.visit_btn_box{
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;  
}

/*Polity Page End*/
/*Join Us page start*/
.join_banner_gallery{
  display: flex;
  justify-content: space-between;
}
.join_banner_gallery .join_us_banner_inner_first{
  width: 48%;
  height: 340px;
}
.join_banner_gallery .join_us_banner_inner{
  width: 48%;
  height: 340px;
}
.join_banner_gallery .banner_part{
  width: 100%;
  height: 100%;
}
.join_banner_gallery .join_us_banner_inner .banner_part{
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
}
.tutorial_video .video_play_area{
  width: 70%;
  max-width: 750px;
  margin: 0 auto;


}
.tutorial_video .video_play_area .video_modal{
  width: 100%;
  position: relative;
  height: 440px;
}
.tutorial_video .video_play_area .video_modal img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play_btn{
  font-size: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.trans_script-text{
  margin-top: 20px;
}
.trans_script-text a{
  text-decoration: 1px solid underline;
  font-size: 23px;
  line-height: 20px;
  color: #000000;
  font-weight: 800;
}
.tutorial_video{
  z-index: 0;
}
.intro_area::after{
  height: 200%;
  opacity: 0.85;
}
.intro_area .testi_person_details .testi_profile_pic{
  width: 180px;
  height: 180px;
  border: 15px solid var(--menu-btn-color);
  border-radius: 50%;
}
.intro_area .tesi_slide{
  width: 80%;
  max-width: 860px;
  margin: 0 auto;
}
.testi_person_details .testi_profile_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.tesi_content h5{ 
  font-size: 22px;
  color: #194a59;
  font-weight: 800;
  line-height: 28px;
}
.intro_area .testi_person_details{
  height: auto;
}
.intro_area .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.intro_area .slick-dots li{
  margin: 0 7px;
}
.intro_area .slick-dots li button{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #194a59;
  font-size: 0;
  border: none;
  outline: none;
}
.intro_area .slick-dots li.slick-active button{
  background-color: var(--menu-btn-color);
}
.member_slab .head_member_ship_type{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.member_slab .member_acc:not(:last-child){
  margin-bottom: 20px;
}
.member_ship_type{
  width: 85%;
  max-width: 970px;
  margin: 0 auto;
}
.member_acc{
  border: 2px solid #033141;
  padding: 25px 15px 25px 25px;
  background-color: #244c5a;
}
.member_acc .content_member_ship_details{
  margin: 40px 60px 20px 0;
}
.member_acc span{
  width: 30px;
  height: 30px;
  font-size: 16px;
  background-color: var(--menu-btn-color);
  color: var(--footer-head);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member_acc h5{
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}
.member_acc.acc_parent{
  background: transparent;
}
.member_acc.acc_parent span{
  color: var(--footer-head);
  background-color: #d3dbde;
  align-self: self-start;
}
.member_acc.acc_parent h5{
  color: #194a59;
}
.shape_panel{
  position: relative;
  z-index: 0;
}
.shape_panel::after{
  content: "";
  width: 85%;
  height: 130%;
  background-color: var(--footer-head);
  position: absolute;
  top: -15%;
  right: -5%;
  z-index: -1;
}
.form_head{
  width: 80%;
  margin: 0 auto 25px auto;
}
.form_head h4{
  font-size: 36px;
  line-height: 36px;
  color: var(--white-default-color);
  font-weight: 600;
  text-align: center;
}
.feedback_form .form_field input{
  height: 50px;
  padding: 12px;
  font-size: 16px;

}
.feedback_form .form_field input[type=submit]{
  font-size: 20px;
  text-transform: capitalize;
}
.informed_wrapper_img{
  height: 390px;
  width: 100%;
}
.get_ready_to_start{
  padding: 78px 0;
  z-index: 1;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-color: var(--footer-head);
  min-height: 528px;
}
.get_ready_to_start .person_start_pic{
  width: 210px;
  height: 210px;
  margin-left: auto;
}
.get_ready_to_start .person_start_pic img{
  border-radius: 50%;
}
.get_ready_to_start .footer_shape_pic{
  position: absolute;
  top: -10px;
  right: 0;
}
.get_ready_to_start .main_heading_top h2{
  font-size: 56px;
  line-height: 56px;
}
.get_ready_to_start .get_start_map{
  margin-top: 30px;
  margin-left: 25px;

}
/*.get_ready_to_start .get_start_map p{
  width: 60%;
}*/
.get_ready_to_start .get_start_map h3{
  margin: 5px 0;
}
/*Join Us page End*/
/*Priority page start*/
.locate_trans_map{
  position: relative;
  background-color: #f0f1f2;
  padding: 100px 0;
}
.priority_qouate {
  margin-top: 90px;
}
.priority_qouate .quoated_content{
  width: 85%;
  max-width: 850px;
  margin: 0 auto;
}
.priority_qouate .quoated_content blockquote{
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-weight: 400;
}
.locate_trans_map::after{
  content: "";
  background-image: url(assets/images/transparent_locate.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
  width: 370px;
  height: 580px;
  position: absolute;
  right: 10%;
  top: -50px;
}
.priority_another_content .general_block::before{
  content: none;
}
.priority_another_content .general_block .general_con_pic{
  margin-left: 0;
}
.priority_another_content .general_another_con{
  margin-left: 20px;
}
/*Priority page end*/
/*Industry Page*/
.margin_bottom{
  margin-bottom: 90px;
}
/* .page_inner_banner_content{
  margin-bottom: 90px;
} */
.page_inner_banner_content  h2{
  color: #000000;
}
/*.page_inner_banner_content p{
  margin-bottom: 0;
}*/
.helpful_link{
  position: relative;
  z-index: 0;
}
.helpful_link .heading_area::before{
  background: transparent;
}
.helpful_link .help_support{
  border-bottom: 1px solid #e1e0e5;
  padding: 40px 0;
}
.helpful_link .title_helpful{
  position: relative;
  margin-left: 60px;
}
.helpful_link .title_helpful::before{
  content: "";
  width: 30px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -60px;
  background-image: url(assets/images/blue_location.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;  
}
.title_helpful h3{
  font-size: 27px;
  line-height: 32px;
  font-weight: 800;
}
.title_helpful h3 a{
  color: #244c5a;
}
.title_helpful h3 a:hover{
  color: var(--menu-btn-color);
}
.map_world{
  position: relative;
  z-index: 0;
}
.map_world::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 75%;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: left;
  background-size:contain;
  background-image: url(assets/images/map_shape.png);
}
.map_world .informed_wrapper_img{
  position: relative;
  z-index: 0;
}
.map_world .informed_wrapper_img::before{
  content: "";
  width: 150px;
  height: 250px;
  position: absolute;
  top: -80px;
  left: -70px;
  z-index: -1;
  background-image: url(assets/images/transparent_locate.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100%;
}
.single_head p{
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
/*Industry Page*/
/*footer*/
.footer{
  padding-top: 35px;
  border-top: 10px solid #244c5a;
}
.footer h4{
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--open-sans);
  color: var(--footer-head);
  margin-bottom: 12px;
  text-transform: capitalize;
  letter-spacing: 1.5px;
}
.footer .footer_container{
  max-width: 1200px;  
}
.footer .logo_footer_area .logo_footer{
  width: 270px;
  height: 65px;
}
.footer .logo_footer_area .logo_footer img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .social_link ul{
  display: flex; 
  align-items:
   center;
}
.footer .social_link ul li a{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--menu-btn-color);
  color: var(--footer-head);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--footer-head);
}
.footer .social_link ul li a:hover{
  background-color: transparent;
}
.footer .social_link ul li a i{
  font-size: 17px;
  color: var(--footer-head);
  
}
.footer .copy_right{
  padding: 20px 0;
  border-top: 1px solid #99c1d9;
}
.footer .copy_right ul{
  display: flex;
  align-items: center;
}
.footer .copy_right ul li{
  margin-right: 40px;
  position: relative;
}
.footer .copy_right ul li:last-child{
  margin: 0;
}
.footer .copy_right ul li::before{
  content: "";
  width: 1.3px;
  height: 80%;
  background-color: var(--black-default-color);
  position: absolute;
  right: -20px;
  top: 15%;
}

.footer .copy_right ul li:last-child:before{
  background: none;
}
.footer .copy_right ul li a,
.footer .copy_right p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.footer .copy_right ul li a{
  text-decoration: 1px underline;
}
.footer .copy_right ul li a:hover{
  color: var(--menu-btn-color);
}
.footer .copy_right{
  margin-top: 30px;
}
.footer .addresd_list{
  width: 280px; 
}
.menu-item-has-children{
  position: relative;
  cursor: pointer;
}
.menu-item-has-children::before{
  content: "";
  background-image: url(assets/images/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 0;
}
.menu-item-has-children .sub-menu{
  margin: 20px;
 display: none;
}
.menu-item-has-children .sub-menu li{
  margin-bottom: 10px;
}

.priority_qouate .quoated_content {
    line-height: 50px;
}
.what_we_offer .heading_area .slide_block_heading {
    background-color: #ffffff;
}
.what_we_offer.bg_shape_panel .heading_area .slide_block_heading {
    background-color: #f0f1f2;
}
.news_description p {
	font-size: 24px;
    line-height: 32px;
    font-weight: 400;
	margin-bottom: 20px;
}
.travel-tech-industry-banner-block p a, .travel-tech-page-summary-block p a, .single_page_content p a {
	color: #194a59;
	text-decoration: underline;
	display: inline;
}
.travel-tech-industry-banner-block ul li, .travel-tech-page-summary-block ul li, .single_page_content ul li {
	list-style: disc;
	font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}
.travel-tech-industry-banner-block ul, .travel-tech-page-summary-block ul, .single_page_content ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

.page_inner_banner_content ol, .page_inner_banner_content ul {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
