

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Stalemate&display=swap');

@font-face {
  font-family: Gotham_black;
  src: url("../fonts/Gotham_Black_Regular.ttf") ;
}
@font-face {
  font-family: Franklin_Gothic;
  src: url("../fonts/Franklin_Gothic_Medium_Regular.ttf") ;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.row.m0 {
  margin: 0px;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #282828;
  overflow-x: hidden;
  background-color: #EEEEEE;
}

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

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-25 {
  margin-top: 25px;
}

.p0 {
  padding-left: 0px;
  padding-right: 0px;
}
.custom-container {
 
  padding-right: 15px;
  padding-left: 15px;
 
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 650px){

  .address1 img {
    position: absolute;
    left: 8px;
  
    width: 30px !important;
  }
}

@media (min-width: 1620px) {
  .box_1620 {
    max-width: 1650px;
    margin: auto;
  }
}


button.owl-next img:hover {
  opacity: 0.5;
}
button.owl-prev img:hover{
  opacity: 0.5;

}
.item .inter_des_box{
  overflow: hidden;
}

.item .inter_des_box img{

  transition: transform .5s ease;
  
}

.item .inter_des_box img:hover {

  transform: scale(1.2);
}


.item .dom_des_box{
  overflow: hidden;
}

.item .dom_des_box img{

  transition: transform .5s ease;
  
}

.item .dom_des_box img:hover {

  transform: scale(1.2);
}

.testi_des_box{
  cursor: pointer;
}

header.header_area.navbar_fixed.header-sticky a.logo_h img {
  width:125px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


/* End Main Title Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/


/* nav_bar */

div {
  display: block;
}

a.navbar-brand.logo_h img {
  width: 180px ;
}

/* a.nav-link.active {
  font-weight: 500;
  background: #0C8BD4;
  color: #ffffff !important;
  border-radius: 5px;
  padding-left: 15px !important;
  padding-right: 15px !important;
} */
a.nav-link::after {
  content: "";
  background: #4285F4;
  height: 3px;
  position: absolute;
  width: 30px;
  left: 0px;
  right: 0;
  border-radius: 5px;
  margin: 0 auto;
  bottom: 4px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
  a.nav-link.active::after,
  a.nav-link:hover::after{
    transform: scale(1);



  }
  a.nav-link.active::after{
    transform: scale(1);



  }
  a.nav-link {
    font-size: 16px;
}



  /* border line nav */

 
 /* border line nav */







a.nav-link {
  font-weight: 500;
  color: #353535!important;
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.navbar {

  padding-bottom: 0.6rem !important;
}

.main_menu li {
  padding: 4px;
}

.header-sticky {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  transition: .7s ease-in-out;
  -webkit-animation: header_sticky .7s ease-in-out;
  animation: header_sticky .7s ease-in-out;
  background-color: #181818;
}

#bg-slider .item img{
  z-index: -1;


}

.p-2.foot_menu a:hover{
  color: #0B8DD6;
}



/* banner */

.rec img {
  width: 300px !important;
  z-index: 0 !important;
  position: absolute;
  top: 206px;
  left: 103px;
}

.ban_text {
  position: absolute;
  /* z-index: 1 !important; */
  top: 221px;
  left: 113px;
}

.ban_text h4 {
  font-size: 48px;
  font-family: Gotham_black;
}
.ban_text h5 {
  position: absolute;
  top: 81px;
  font-size: 42px;
  font-family: Franklin_Gothic;
  text-transform: uppercase;
  
}



.button_blue a {
  background: #0B8DD6;
  padding: 10px;
  color: #ffffff !important;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
}

.button_blue p {
  position: absolute;
  top: 16px;
  right: 70px;
}



/* banner */


/* ecxlusive deals */
.exclusive_deals{

  margin-top: 50px;
}
.main_title{
  position: relative;

}
.main_title h2{

  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight:400 ;
}
.main_title h2 span{

  font-weight:800 ;
}

ul#tabs-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  /* float: right; */
  left: 311px;
  bottom: 14px;
  position: absolute;
  flex-wrap: nowrap;
}

ul#tabs-nav li {
  padding-left: 20px;
}

ul#tabs-nav li a {
  font-weight: 500;
  color: #353535!important;
  font-size: 16px;
  position: relative;

}

ul#tabs-nav li a::after {
  content: "";
  background: #4285F4;
  height: 3px;
  position: absolute;
  width: 30px;
  left: 0px;
  margin: 0 auto;
  right: 0px;
  border-radius: 5px;
  bottom: -4px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

ul#tabs-nav li.active a::after,
ul#tabs-nav li a:hover::after{
  transform: scale(1);
 
}

ul#tabs-nav li.active a {
  font-weight: 600;
  color: #000000!important;

}
.tab_deals {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  /* float: right; */
  left: 311px;
  bottom: 14px;
  position: absolute;
}
ul.tab_deals li {
  font-size: 16px;
  padding-right: 10px;
}



a.tab_link::after {
  content: "";
  background: #4285F4;
  height: 3px;
  position: absolute;
  width: 30px;
  left: 0;
  margin: 0 auto;

  right: 0px;
  border-radius: 5px;
  bottom: 0px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
  a.tab_link.active::after,
  a.tab_link:hover::after{
    transform: scale(1);
  }
 
  a.tab_link {
    font-weight: 500;
    color: #353535!important;
    position: relative;
  }

  li.tab_item.active a {
    color: #000000;
    font-weight: 600;
}



.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
 
  margin-left: 15px !important;
}

.owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
  bottom: 0;
}

.exclusive_deals{

  position: relative;
}

.hotdeals{
  margin-top: 40px;
}

section.flightdeals {
  margin-top: 40px;
}
/* exclusive deals */


/* international_destination */

section.international {
  margin-top: 50px;
}

.main_title span{
  font-weight: 700;
}

.inter_des-slider.aos-init.aos-animate {
  margin-top: 30px;
}

.inter_des_box{

  position: relative;
}

.inter_head{

  position: absolute;
  top:5px;
  padding-left: 10px;

}


.inter_head h4{
  background: linear-gradient(to top,  rgba(255, 255, 255, 0.418), rgb(255, 255, 255));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.box {
  display: block;
  position: relative;
  background: #00000068;
  margin-top: -100px;
  height: 100px;
  width: 100%;
  color: white;
 
  padding-top: 95px;
  padding-left: 3px;
  font-size: 14px;
  font-weight: 600;
  
}

.box p {
  position: absolute;
  top: 15px;
  left: 15px;

}
.box p::before {
  display: block;
  background: #0B8DD6;
  width: 5px;
  height: 19px;
  position: absolute;
  content: '';
  top:2px;
  left:-10px;
}
.box h3 {
  top: 50px;
  position: absolute;
  font-family: "Roboto", sans-serif;
  left:15px;
}

.box h3 span{

  font-size: 14px;
}


/* international destination */




/* Domestic_destination */

section.domestic {
  margin-top: 50px;
}

.main_title span{
  font-weight: 700;
}

.dom_des-slider.aos-init.aos-animate {
  margin-top: 30px;
}

.dom_des_box{

  position: relative;
}

.dom_head{

  position: absolute;
  top:5px;
  padding-left: 10px;

}


.dom_head h4{
  background: linear-gradient(to top,  rgba(255, 255, 255, 0.418), rgb(255, 255, 255));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}



/* domestic destination */

/* ozone */

.ozone{

  margin-top: 50px;
  margin-bottom: 50px;
 
}
.ozone h5{
  font-family: "Roboto", sans-serif;

}
.ozone h2{
  font-family: "Roboto", sans-serif;

}
.ozone p{
  font-family: "Roboto", sans-serif;

}
.booknow a {
  color: #1E1E1E;
  border-radius: 10px;
  border: 1px solid #1E1E1E;
  padding: 10px 60px;
  font-family: "Roboto", sans-serif;
  transition: all .6s ease-out;
}
.ozone_text{
  margin:auto 0;
}



.booknow {
    margin-top: 80px;
}

.booknow a:hover{
  cursor: pointer;
  border:transparent 1px solid;
  background-position: left bottom;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 50%);
  background-size: 200% 100%;
  background-position: right bottom; 
  transition: all .5s ease-out;
  
  color:#ffffff;
}


/* ozone */


/* testimonials*/

section.testimonials {
  margin-top: 50px;
  margin-bottom: 30px;
}


.main_title span{
  font-weight: 700;
}

.testi_des-slider.aos-init.aos-animate {
  margin-top: 30px;
}

.testi_des_box{

  position: relative;
}

.testi_head {
  position: absolute;
  top: 5px;
  padding-left: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}


.testi_head h4{
  background: linear-gradient(to top,  rgba(255, 255, 255, 0.418), rgb(255, 255, 255));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.box1 {
  display: block;
  position: relative;
  background: #00000068;
  margin-top: -140px;
  height: 140px;
  width: 100%;
  color: white;
 
  padding-top: 95px;
  padding-left: 3px;
  font-size: 14px;
  font-weight: 600;
  
}

.box1 p {
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: 300;
  font-style: italic;
}

.box1 h3 {
  top: 50px;
  position: absolute;
  font-family: "Roboto", sans-serif;
  left:15px;
}

.box1 h3 span{

  font-size: 14px;
}
.box1 span {
  position: absolute;
  right: 18px;
  bottom: 9px;
  font-family: "Stalemate", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}




/* testimonials */



/* tours_page */


/* what we offers */
.we_offers{

  margin-top: 80px;
  padding-bottom: 50px;
  
}

.we_offers h2{

  font-size: 40px;
  font-family: Franklin_Gothic; 
  font-weight: 200;
  margin-bottom: 30px;


}



.offer_box img{

  border-radius: 10px;
}


.offer_text{
  display: block;
  position: absolute;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0, #000000bd 90%);
  width: 100%;
  height: 100%;
  
top:0px;
  bottom: 0px;
  color: white;
  border-radius: 10px;

}

.offer_text h5{
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
margin-bottom: 10px;

}

.offer_text p{

  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  width:200px;
  margin-bottom: 50px;

}
.offer_text a{

  background-color: #020202;
  color:#ffffff;
  padding:10px;
  border-radius: 20px;
}
.offer_text a:hover{

  background-color: #0B8DD6;

}
.text{

 margin-left: 20px;
}

.banner_small{
  margin-bottom: 50px;


}

/* what we offers */




/* tours_page */

/* blog_page */

.inner_banner {

  background-size: cover;
  width:100%;
  padding-top:125px;
  padding-bottom: 125px;
  background-position: center;
  
 }

 section.inner_banner h2 {
  color: #ffffff;
  font-size: 48px;
}

.blog_full{
  background-color: #ffffff;
padding-top: 30px;
padding-bottom: 30px;
  margin-top:50px
}

.blog_block{

  margin-top: 30px;
}

.blog_block h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.blog_pg_date{
  margin-left: 20px;
  margin-top: 10px;


}

.discuss_text2 a {
  color: #1E1E1E;
  border-radius: 10px;
  border: 1px solid #1E1E1E;
  padding: 10px 60px;
  font-family: "Roboto", sans-serif;

  transition: all .6s ease-out;
}
.discuss_text2 a:hover{


cursor: pointer;
border:transparent 1px solid;
background-position: left bottom;
background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 50%);
background-size: 200% 100%;
background-position: right bottom; 
transition: all .5s ease-out;

color:#ffffff;

}
.pagination {
 
  justify-content: center;
  margin-top: 50px;
}
.page-item.active .page-link {
 
  background-color: #0B8DD6 !important;
  border-color: #0B8DD6 !important;
  color:#ffffff !important;
}
.page-link {
 
  color: #1d1d1d !important;

}

/* blog_page */

/* blogpost */

.blog_post{

  background-color: #eeeeee;
  margin-top: 50px;
  padding:30px
}

.blog_post h2{
  
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  font-size:36px;


}

.blog_post p{

  font-family: "Roboto", sans-serif;
  font-size: 16px;


}

.blog_post_date{

  margin-top: 10px;
}

.inner_side_blog{

  position: sticky;
  top:150px;
}
.side_blogs{

  margin: 10px;
  box-shadow: #1D1D1D ;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 20px;
  /* border-bottom: #6f6f6f 1px solid; */
}



/* blogpost */

/* contact us */
section.contact-area {
  padding-top: 80px;
  padding-bottom:80px;
}
.contact-area h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  margin-left: 30px;
}
.box_contact {
  background-color: #eee;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 14% 11% 14% 11%;
  position: relative;
  border-radius: 10px;
}
.second-title h3 {
  font-family: "Roboto", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 700;

  margin-bottom: 25px;
}
.form-style-5 .style-line {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form-style-5 .style-line[class*="icon-"]::before {
  color: #333;

  display: block;

  font: normal normal normal 14px/1 FontAwesome;

    font-weight: normal;
    font-size: 14px;

  font-size: 20px;

  font-weight: 400;

  position: absolute;

  z-index: 1;

  top: 15px;

  left: 0;

}

.form-style-5 .style-line .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.form-style-5 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), textarea {
  padding-left: 36px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 15px 15px -14px rgba(0,0,0,.015);
  -ms-box-shadow: 0 15px 15px -14px rgba(0,0,0,.015);
  box-shadow: 0 15px 15px -14px rgba(0,0,0,.015);
  width: 100%;
  box-sizing: border-box;
  padding: 13px 0;
    padding-left: 0px;
  padding-left: 35px;
  line-height: 1.5em;
  border-color: transparent;
  outline: none;
  background-color: transparent;
}
.form-style-5 .style-line .line {
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  background-color: #ddd;
  -webkit-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
  margin-top: -1px;
}
.form-style-5 .style-line .line::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #0C8BD4;
  -webkit-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.form-style-5 .style-line[class*="icon-"]::before {
  color: #333;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
    font-weight: normal;
    font-size: 14px;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 0;
}
.column-1_1 {
  margin-bottom: 25px;
}
.wpcf7-submit {
  color: #fff;
  margin: 0;
  padding: 14px 45px 14px;
  background-color: #0B8DD6;
  border: 0px;
  position: relative;
  z-index: 1;
  
}
.address1 li {
  color: #000000;
  width: 250px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
} 
.address1 img{
  position: absolute;
  left: 0;
  width: 30px !important;


}
.icon-name::before {
  content: "\f2c0";
}
.icon-phone::before {
  content: "\f095";
}
.icon-email::before {
  content: "\f003";
}


/* contavct us */












/* footer */

footer{

  background-color: #000000;
  padding:80px;
}

.p-2.foot_menu {
  padding: 20px !important;
  color:#ffffff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.p-2.foot_menu a {

  color:#ffffff;

}

.footer-area h4{

  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color:#ffffff;
  font-size:18px;
  margin-left:30px;

}

.address img{
  position: absolute;
  left: 0;
  width: 30px !important;

}

.address li{
color:#ffffff;
width:250px;

font-family: "Roboto", sans-serif;
font-weight: 300;

}

.address{

  margin-top:20px;
}

li{
  list-style: none;
}

p.col-lg-12.col-md-8.footer-text.m-0 {
  color: white;
}

/* footer */

/* responsive */

@media (max-width: 991px){
  a.nav-link::after {
    content: "";
    background: #4285F4;
    height: 3px;
    position: absolute;
    width: 30px;
    left: 21px;
    right: 0px;
    border-radius: 5px;
    margin: 0 0;
    bottom: 7px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

  .navbar {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
  }
  
  
  .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #0C8BD4;;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
  }
  .navbar-toggler:hover {
    text-decoration: none;
  }
  .navbar-light .navbar-toggler {
    color: rgb(0 0 0 / 0%);
    border-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .ozone_text {
   
    margin-top: 48px;
}
  }
  
  @media screen and (max-width: 991px) and (min-width: 768px){

    .discuss_text2 a {
      color: #1E1E1E;
      border-radius: 10px;
      border: 1px solid #1E1E1E;
      padding: 10px 60px;
      font-family: "Roboto", sans-serif;
    
      transition: all .6s ease-out;
  }
  .discuss_text2 a:hover{
  
    cursor: pointer;
border:transparent 1px solid;
background-position: left bottom;
background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 50%);
background-size: 200% 100%;
background-position: right bottom; 
transition: all .5s ease-out;

color:#ffffff;
  }
  }
  
  @media (min-width: 992px){

   
  
    .navbar-expand-lg .navbar-collapse {
      display: flex;
      flex-basis: auto;
      flex-direction: row-reverse;
  }
  
  
    .navbar-expand-lg .navbar-collapse {
  
 
      justify-content: flex-end !important;
      margin-right: 20px;
      flex-direction: row;
  }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 15px !important;
      padding-left:15px !important;
    }
    .nav-link {
      display: block;
      padding: 5px 15px !important;
      color: #0d6efd;
      text-decoration: none;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    }
    
    
    
    }
    @media (max-width: 991px){
  
      
    .header_area + section, .header_area + row, .header_area + div {
        margin-top: 0px;
    }
    .navbar {
      padding-bottom: 0rem !important;
      padding-top: 0rem !important;
    }
    
  
    .navbar-nav .nav-link {
      padding-right: 15px;
      padding-left: 15px;
    }
   
    .navbar-toggler span {
      display: block;
      width: 25px;
      height: 3px;
      background: #0C8BD4;;
      margin: auto;
      margin-bottom: 4px;
      transition: all 400ms linear;
      cursor: pointer;
    }
    .navbar-toggler:hover {
      text-decoration: none;
    }
    .navbar-light .navbar-toggler {
      color: rgb(0 0 0 / 0%);
      border-color: rgba(0, 0, 0, 0.1);
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
    }
  


    

@media(max-width:1200px) and (min-width:992px){
  a.nav-link {
    font-size: 12px;
}
.main_menu li {
  padding: 2px;
}
a.nav-link.active {

 
  padding-left: 10px !important;
  padding-right: 10px !important;}
 

}

@media (max-width: 575px){

  .justify-content-end {
    justify-content: center !important;
}
.justify-content-start {
  justify-content: center !important;
}
.address {
  padding-left: 20px;
}
.address img {
  position: absolute;
  left: 10px;
  width: 30px !important;
}

.main_title h2 {
    font-size: 25px;
}
.booknow {
  margin-top: 40px;
}
.discuss_text2 a {
  color: #1E1E1E;
  border-radius: 10px;
  border: 1px solid #1E1E1E;
  padding: 10px 60px;
  font-family: "Roboto", sans-serif;

  transition: all .6s ease-out;
}
.discuss_text2 a:hover{

  cursor: pointer;
  border:transparent 1px solid;
  background-position: left bottom;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 50%);
  background-size: 200% 100%;
  background-position: right bottom; 
  transition: all .5s ease-out;
  
  color:#ffffff;
}

}



@media (max-width: 767px){
  
ul#tabs-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  /* float: right; */
  left: 0px;
  bottom: -25px;

  position: absolute;
  flex-wrap: nowrap;
}

.p-2.foot_menu a {
  color: #ffffff;
  font-size: 12px;
}

.inner_side_blog{
  display: none;
}

}


/* responsive */




