/* cairo-regular - arabic */

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

body {
    font-size: 13px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
	background-color: #fff;
}
a,body,h1,h2,h3,h4,h5,h6,label,p,span{
font-family: 'Roboto', sans-serif;
margin: 0px;
}

ul{
	padding:0px;
	margin:0px;
    margin-bottom: 0px;
}
li{
	float:left;	
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

.site-header{
  width:100%;
  background:#fff;
  border-bottom:1px solid #eee;
  padding:12px 20px;
  position:sticky;
  top:0;
  z-index:999;
}
a{text-decoration: none;}
.site-header .container{
margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1307px;
}

.site-header .left{
  display:flex;
  align-items:center;
  gap:12px;
}

.site-header .logo img{

}

/* Hamburger */
.hamburger{
  width:35px;
  height:28px;
  display:none;
  flex-direction:column;
  justify-content:space-between;
  border:none;
  background:transparent;
  cursor:pointer;
}

.hamburger span{
  display:block;
  height:3px;
  width:100%;
  background:#000;
  border-radius:5px;
  transition:0.3s;
}

/* Desktop Nav */
.nav-links{
  display:flex;
  align-items:center;
  gap:25px;
}

.nav-links a{
  text-decoration:none;
  color:#000;
  font-size:15px;
  font-weight:500;
  position:relative;
  padding:6px 0;
  transition:0.3s;
}

/* Hover underline animation */
.nav-links a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  height:2px;
  width:0%;
  background:#e53935;
  transition:0.3s;
}

.nav-links a:hover{
  color:#e53935;
}

.nav-links a:hover::after{
  width:100%;
}

/* Contact Button */
.contact-btn{
  background:#e53935;
  color:#fff !important;
  padding:10px 16px !important;
  border-radius:4px;
  transition:0.3s;
}

.contact-btn:hover{
  background:#c62828;
  transform:translateY(-2px);
}

/* Sidebar */
.sidebar{
  position:fixed;
  top:0;
  left:-320px;
  width:300px;
  height:100%;
  background:#fff;
  box-shadow:2px 0 15px rgba(0,0,0,0.2);
  transition:0.35s ease;
  z-index:9999;
  padding:20px;
}

.sidebar.active{
  left:0;
}

.sidebar-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
}

.sidebar-logo{
  height:40px;
}

.close{
  border:none;
  background:transparent;
  font-size:22px;
  cursor:pointer;
}

.sidebar-menu{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.sidebar-menu a{
  text-decoration:none;
  color:#000;
  font-size:16px;
  padding:8px 0;
  transition:0.3s;
}

.sidebar-menu a:hover{
  color:#e53935;
  transform:translateX(6px);
}

.mobile-contact{
  text-align:center;
  margin-top:10px;
}

/* Overlay */
.overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.55);
  opacity:0;
  visibility:hidden;
  transition:0.3s;
  z-index:9998;
}

.overlay.active{
  opacity:1;
  visibility:visible;
}

/* Responsive */
@media(max-width:900px){
  .nav-links{
    display:none;
  }
  .hamburger{
    display:flex;
  }
}






/** old code css -*/
.sectn01 .box,.sectn01 .box img{border-radius:5px}.sectn02,.sectn04{clear:both}.bannersec .txth1,.sectn03 .box .txth4,.txth3{text-transform:capitalize}body{font-family:Barlow,sans-serif;margin:0;padding:0}.sectn02 .owl-controls,.sectn02 .post-slide .txtsmall span,.sectn04 .owl-controls,.sectn04 .postslide2 .txtsmall span,picture{display:block}.titlbox{margin-bottom:10px}.txth3{font-size:28px;font-weight:700;line-height:38px;color:#0d0d0d;margin:0}.txth4,.txth5{color:#161616;font-weight:600}.txth4{font-size:18px;line-height:26px;margin:0 0 5px;display:inline-block}.txth5{font-size:21px;line-height:31px;margin:0 0 15px}.sectn01 .box:hover .texth4,.txth6{color:#e72d2b}.txth6{font-size:14px;font-weight:700;line-height:24px;text-transform:uppercase;letter-spacing:1px;margin:0 0 5px}.txtlarge,.txtmedium,.txtsmall{font-weight:400;color:#353535}.txtlarge{font-size:19px;line-height:29px;margin:0}.txtmedium{font-size:17px;line-height:27px;margin:0}.txtmedium+.textmedium{margin-top:15px}.txtsmall{font-size:15px;line-height:25px;margin:0}.textmedium a,.textsmall a,.txtlarge a{color:#5e993d}.textmedium a:hover,.textsmall a:hover,.txtlarge a:hover{color:#4a7134}.hedersec .navbar{background:#fff;padding:5px 0}.hedersec .navbar .navbar-nav .nav-item .nav-link{font-size:15px;font-weight:700;line-height:normal;color:#000;padding:10px 0;margin:0 15px;transition:.5s;position:relative}.hedersec .navbar .navbar-nav .nav-item .nav-link:hover{color:#000}.hedersec .navbar .navbar-nav .nav-item .nav-link:after{content:"";position:absolute;left:0;bottom:-2.6px;height:4px;background:#e72d2b;right:0;opacity:0;width:100%;transition:.5s;transform:scaleX(0);margin:0 auto}.hedersec .navbar .navbar-nav .nav-item .nav-link:hover:after{opacity:1;transform:scaleX(1)}.hedersec .navbar .navbar-nav .nav-item:last-child .nav-link{margin-right:0}.hedersec .navbar .navbar-nav .nav-item{display:flex;justify-content:center;align-items:center}.hedersec .navbar .navbar-nav .nav-item .nav-link.agentloginbtn{padding:9px 15px;background:#e72d2b;color:#fff;margin:0 10px}.hedersec .navbar .navbar-nav .nav-item .nav-link.agentloginbtn:after{display:none}.hedersec .navbar .navbar-nav .nav-item .nav-link.agentloginbtn:hover{background-color:#00375e}.hedersec .navbar .navbar-nav.navbar_navryt .nav-item:first-child .nav-link.agentloginbtn{margin-left:20px}


.bannersec{height:690px;position:relative;display:flex;justify-content:center;background-repeat:repeat;background-position:center;background-size:cover;    z-index: 99; background-image: url(https://pikme.org/images/org-images/banner/Banner_org-background-img.webp);}.bannersec:after,.innerpagebnr:after{/*content:"";position:absolute;background:#0000007a;width:100%;height:100%;left:0;top:0*/}.innerpagesec,.sectn01 .box,.sectn01 .box .imgbox{position:relative}.bannersec .container{display:flex;flex-direction:column;z-index:1;margin-top:54px}.bannersec .txth1{font-size:28px;font-weight:700;line-height:normal;color:#ffc107;margin:0 0 15px;text-align:left}.bannersec .txth1 a{text-decoration:none;color:#ffc107}.bannersec .txth5{font-size:18px;font-weight:500;color:#fff;text-align:left}.sectn01 .boxsec{padding:0 6px}.sectn01 .box{display:block;margin:8px -4px;text-decoration:none;text-align:center;transition:.5s;box-shadow:0 0 5px #cccccc8c;overflow:hidden}.sectn01 .box .imgbox:after{content:"";background:#0000001f;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:5px;transition:.5s}.sectn01 .box:hover .imgbox:after{background:#e72d2b40}.sectn01 .box .cptonbox{padding:15px 10px;background:#fff;border-radius:0 0 5px 5px}.sectn01 .box .texth4{color:#000;line-height:normal;margin:0;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sectn02 .post-slide,.sectn04 .postslide2{margin:20px 15px;border-radius:15px;background:#fff;display:block;text-decoration:none;text-align:center}.sectn02,.sectn03{background:#f2f2f2}.sectn02 .owl-controls .owl-buttons,.sectn04 .owl-controls .owl-buttons{position:absolute;top:50%;margin-top:-15px;width:100%;display:flex;justify-content:center;align-content:center}.sectn02 .owl-controls .owl-buttons .owl-next,.sectn02 .owl-controls .owl-buttons .owl-prev,.sectn04 .owl-controls .owl-buttons .owl-next,.sectn04 .owl-controls .owl-buttons .owl-prev{background:#e72d2b;position:absolute;padding:0;border-radius:50px;transition:background .5s;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.sectn02 .owl-controls .owl-buttons .owl-prev,.sectn04 .owl-controls .owl-buttons .owl-prev{left:-2.5%}.sectn02 .owl-controls .owl-buttons .owl-next,.sectn04 .owl-controls .owl-buttons .owl-next{right:-2.5%}.sectn02 .owl-controls .owl-buttons .owl-next:after,.sectn02 .owl-controls .owl-buttons .owl-prev:after,.sectn04 .owl-controls .owl-buttons .owl-next:after,.sectn04 .owl-controls .owl-buttons .owl-prev:after{content:"\f104";font-family:FontAwesome;color:#fff;font-size:20px}.sectn02 .owl-controls .owl-buttons .owl-next:after,.sectn04 .owl-controls .owl-buttons .owl-next:after{content:"\f105"}.section01 .owl-controls .owl-buttons:hover .owl-next:after,.sectn02 .owl-controls .owl-buttons:hover .owl-prev:after,.sectn04 .owl-controls .owl-buttons:hover .owl-prev:after{color:#01008b}.sectn02 .post-slide{box-shadow:0 0 15px #dfd6e2;padding:30px 20px}.sectn02 .post-slide .icnbox{margin:0 auto 15px}.sectn02 .post-slide .txtmedium,.sectn04 .postslide2 .txtmedium{font-weight:600;margin-bottom:3px}.sectn02 .post-slide .txtsmall,.sectn04 .postslide2 .txtsmall{font-weight:600;color:#552e6a}.sectn04 .postslide2{box-shadow:0 0 15px #1716171f;padding:15px}.sectn04 .postslide2 .icnbox{margin:0 auto;width:100px;height:63px;display:flex;justify-content:center;align-items:center}.sectn04 .postslide2 .icnbox img{width:100%}.sectn03 .col-md-4{display:flex;flex-wrap:wrap}.sectn03 .box{padding:30px;background:#fff;border-radius:10px;display:flex;flex-direction:column;text-align:center;justify-content:center;align-items:center;margin:12px 0}.innerpagebnr,.sectn03 .box .icnbox{justify-content:center;display:flex}.sectn03 .box .icnbox{width:70px;height:70px;border-radius:50%;border:2px solid #fff;background:#e72d2b;align-items:center;margin-bottom:20px}.sectn03 .box .icnbox i{font-size:25px;color:#fff}.sectn03 .box .txth4{font-size:22px;color:#777}.fotrsec{background:#000;float:left;width:100%}

.fotrsec .fotrtp .box .texth4{font-size:18px;font-weight:700;color:#fff;margin-bottom:20px;text-align:left}.fotrsec .fotrtp .box .texth4:after{content:"";width:40px;border-bottom:3px solid #e3e7ec;display:block;margin-top:10px}.fotrsec .fotrtp .box ul{list-style:none;padding:0;margin:0}

.fotrsec .fotrtp .box ul li{margin-top:7px;text-align:left;width: 100%;}
.fotrsec .fotrtp .box ul li a{font-size:14px;font-weight:500;color:#fff;text-decoration:none;text-transform:capitalize}.fotrsec .fotrtp .box p{font-size:14px;font-weight:500;color:#fff}.fotrsec .fotrtp .box+.box{margin-top:20px}

.fotrsec .fotrtp .box ul.socialicn{display:flex;align-items:center;margin-top:20px;float: left;}

.fotrsec .fotrtp .box ul.socialicn li{margin:0}.fotrsec .fotrtp .box ul.socialicn li a{padding:0 20px;border-left:1px solid #fff;line-height:5px}.fotrsec .fotrtp .box ul.socialicn li:first-child a{padding-left:0;border-left:0}.fotrsec .fotrtp .box ul.socialicn li a i{font-size:18px}.fotrsec .fotrcntr{padding:50px 0 30px}.fotrsec .fotrcntr .texth4{font-size:16px;font-weight:700;color:#fff;text-transform:uppercase;margin-bottom:8px;text-align:left}.fotrsec .fotrcntr p{font-size:14px;font-weight:500;color:#fff;margin-bottom:15px;text-align:left}.fotrsec .fotrcntr p a,.navbar_navryt .adhCustomerLoginBox>a{color:#fff;text-decoration:none}.fotrsec .fotrcntr p a:hover{text-decoration:underline}.fotrsec .fotrbtm{padding:15px 0;border-top:1px solid #e3e7ec}.fotrsec .fotrbtm .container{display:flex;justify-content:space-between}.fotrsec .fotrbtm p{font-size:14px;font-weight:500;color:#fff;margin:0}#news-sliders,.fotrsec .fotrbtm .crdryt,.u-fb{display:flex}@media only screen and (max-width:768px){.sectn03 .box{padding:25px 15px}.fotrsec,.fotrsec .fotrbtm{text-align:center}.fotrsec .fotrbtm .container{display:block}.fotrsec .fotrbtm .crdryt{display:block;margin-top:10px}.fotrsec .fotrtp .box ul.socialicn{justify-content:center}}.searchbox{position:absolute;padding:0;top:110px;z-index:99999},.innerpagetxt a,.innerpagetxt h1,.innerpagetxt h2,.innerpagetxt h3,.innerpagetxt h4,.innerpagetxt h5,.innerpagetxt h6,.innerpagetxt li,.innerpagetxt ol,.innerpagetxt p,.innerpagetxt ul{margin:0;padding:0;line-height:normal}.innerpagebnr{background-position:center;background-repeat:no-repeat;background-size:cover;height:350px;align-items:center;text-align:center;position:relative}.innerbnrcap{position:relative;z-index:1}.innerbnrcap h1{font-size:35px;line-height:normal;font-weight:600;color:#fff;text-transform:uppercase;text-shadow:5px 5px 1px #0000005c}.innerpagetxt h2,.innerpagetxt h3,.innerpagetxt h4{color:#000;margin-bottom:12px;font-weight:500}.innerpagetxt{padding:50px 0 35px}.innerpagetxt h2{font-size:25px;line-height:35px}.innerpagetxt h3{font-size:22px;line-height:32px}.innerpagetxt h4{font-size:20px;line-height:30px}.innerpagetxt h6{font-size:18px;line-height:28px;color:#333;margin-bottom:12px;font-weight:500}.innerpagetxt p{font-size:15px;line-height:25px;color:#333;margin-bottom:25px;font-weight:400}.innerpagetxt a,.innerpagetxt a:hover{color:#0d233e}.innerpagetxt ol,.innerpagetxt ul{padding-left:20px;margin:5px 0 25px}.innerpagetxt ol li,.innerpagetxt ul li{font-size:14px;line-height:24px;color:#000;margin:0 0 15px;font-weight:400;position:relative;padding-left:20px;float:none;display:block}.innerpagetxt ol li:before,.innerpagetxt ul li:before{content:"";position:absolute;width:6px;height:6px;background:#0d233e;left:0;top:9px;border-radius:50px}@media only screen and (max-width:480px){.innerpagebnr{height:300px}.innerpagetxt{padding:40px 0 25px}.innerpagetxt ol,.innerpagetxt ul{padding-left:10px}}.boxflg0{font-size:12px;color:#fff;font-weight:500;line-height:24px;width:130px;position:absolute;left:-39px;top:11px;background-color:#e72d2b;display:flex;justify-content:center;align-items:center;transform:rotate(-45deg)}.adhCustomerLoginBox:hover .name_div_dropdown{left:0;top:38px}.adhCustomerLoginBox .name_div_dropdown a{text-decoration:none;padding:12px}.flight-app-banner-middle{float:left;padding-left:13px;width:50%}.flight-app-banner-middle-text{font-size:14px}.flight-app-banner-middle-texttw .star-reting{background-color:#278a48;font-size:13px;padding:7px 0 7px 9px;border-radius:5px;display:inline-block;color:#fff;float:left;width:32%}.flight-app-banner-middle-texttw .star-reting .fa{padding-left:5px}.flight-app-banner-middle-texttw .star-trusted{float:left;display:inline-block;position:relative;width:67%;text-align:center;top:-10px}.flight-app-banner-right{padding:20px 0 25px 16px;width:22%;float:left}.flight-app-banner-right a{display:inline-block;border:1px solid #e72d2b;border-radius:5px;padding:7px;color:#000;font-size:13px}.flight-app-banner-middle-texttw .star-trusted span{display:inline-block;font-size:14px;font-weight:600}.flight-app-banner-middle-texttw .star-trusted:before{content:"";background-image:url("../images/imge_left.png")}.flight-app-banner-middle-texttw .star-trusted:after{content:"";background-image:url("../images/imge_right.png")}.flight-app-banner-left{float:left;width:65px;height:65px;margin-left:24px}.app-download-sticky-wrapper{position:sticky;top:0;z-index:50;background-color:#fbfefe;display:none}.flight-app-download-banner{border-bottom:1px solid rgba(0,0,0,.14);position:relative}.download-banner-close-btn{font-size:10px;height:20px;left:0;position:absolute;text-align:center;top:0;width:20px;cursor:pointer}.ixi-icon-cross .fa{font-size:13px}.flight-app-banner-img-container{width:100%;float:left}.flight-app-download-banner-img{display:block;width:100%}@media (max-width:1024px) and (min-width:100px){.app-download-sticky-wrapper{display:block}}@media only screen and (max-width:991px){.hedersec nav>.container-fluid,.sectn01 .boxsec{padding:0}.sectn01 .box{margin:12px 0}.hedersec .navbar .navbar-nav.navbar_navryt .nav-item:first-child .nav-link.agentloginbtn{margin-left:10px;margin-bottom:10px}.navbar-toggler{background-color:#e72d2b!important;color:#fff}.sectn02 .owl-controls .owl-buttons .owl-prev,.sectn04 .owl-controls .owl-buttons .owl-prev{left:0;top:inherit;z-index:1}.sectn02 .owl-controls .owl-buttons .owl-next,.sectn04 .owl-controls .owl-buttons .owl-next{right:0;top:inherit;z-index:1}.sectn02 .post-slide .txtsmall span,.sectn04 .postslide2 .txtsmall span{display:inline}.searchbox{position:relative;top:34px}

.bannersec{height:auto;padding:25px 0 60px}.bannersec .container{display:block;margin:0}.fotrsec .fotrtp .box .texth4{margin-bottom:12px;margin-top:20px}#navbarSupportedContent{border-top:1px dashed #e7e7e7;margin-top:7px}.hedersec nav>.container-fluid .navbar-brand{padding-left:25px}.hedersec nav>.container-fluid .navbar-toggler{margin-right:20px}#navbarSupportedContent>ul{float:left;width:100%}#navbarSupportedContent>ul li{text-align:left;display:inline-block}#navbarSupportedContent>ul li a{border-bottom:1px dashed #efefef;margin:0;padding:10px 20px}.navbar_navryt{display:inline-block!important}.navbar_navryt li{width:45%!important;text-align:center!important;margin-left:13px}.navbar_navryt li a{border-bottom:0 solid #ddd!important;border-radius:2px!important;padding:14px!important;display:inline-block;width:100%}.bannersec .txth1{font-size:20px}}

.bannersec_full_1{float: left;width: 100%;padding: 40px 0px 40px 40px;}
.bannersec_text1{float: left;width: 100%;}
.bannersec_text1_left{float: left;}
.bannersec_text1_left h1{color: #fff;font-size: 28px;}
.bannersec_text1_left h2{color: #fff;font-size: 25px;}
.bannersec_text1_left p{color: #fff;font-size: 16px;}
.bannersec_text1_right{float: right;text-align: right;}
.bannersec_text1_right a{display: inherit;padding: 0px 45px 0px 0px;}
.bannersec_text1_right a img{margin: 0px;}
.bannersec_text1_right_air{margin-top: 25px;width: 67%;float: right;}
.bannersec_text1_right_air p{background-color: #fff;padding: 10px 20px;margin: 0px 0px 5px 0px;font-weight: 600;font-size: 15px;text-align: left;}



.bannersec_text1_right_air p:first-child{border-radius: 30px 0px 0px 0px;}
.bannersec_text1_right_air p:last-child{border-radius: 0px 0px 0px 30px;}

.tabsss{float: left;width: 100%;}
.tabsss ul{    margin: 0px;     padding: 0px;     display: flex ;     justify-content: center;}
.tabsss ul li{cursor: pointer;font-size: 14px;cursor: pointer;float: left;list-style: none;padding: 10px 25px;     margin-right: 10px;     border-radius: 5px;display: flex;flex-direction: column;justify-content: center;align-items: center;transition: all .24s ease-in-out;height: 70px;width: 90px;border-radius: 7px;border: 1px solid rgba(255, 255, 255, .28);     box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);background-color: #ffffff;}
.tabsss ul li a{color: #e22e2c;font-weight: 600;font-size: 15px;}
.tabsss ul li img{}
.tabsss ul .active{background-color: #e22e2c;}
.tabsss ul .active a{color: #fff;}
.tab_alltype{position: absolute;right: 0px;left: 0px;top: 170px;z-index: 999;}
.travel_our{position: absolute;bottom: 40px;left: 0px;text-align: center;right: 0px;}
.banner_bottom_img{position: absolute;bottom: 0px;left: 0px;}
.banner_bottom_img img{}
.haadingt{font-size: 22px;font-weight: 600;}
.div_linka{float: left;width: 100%;margin-top: 10px;}
.div_linka a{font-weight: 600;padding-right: 15px;}
.fotrcntr .haadingt{color: #fff;} 
.fotrcntr b{}
.Imge_banner{width: 50% !important;margin: 49px 0px 0px 0px;text-align: right;border: 2px solid #fdfdfd;border-radius: 4px;box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;}
.Imge_banner img{width: 100%;}
.Imge_banner1{width: 50% !important;}
.Imge_banner2{}

.sectn03 .box .icnbox{width:100px;height:100px;border-radius:50%;border:solid 2px #fff;background:#fff;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.sectn03 .col-md-4{display:unset;flex-wrap:wrap}.txtsmall{font-size:15px;text-align:justify;font-weight:400;line-height:25px;color:#353535;margin:0}a{color:#0d6efd;text-decoration:auto}.fotrsec .fotrcntr p a{color:#fff;text-decoration:underline}.sectn02 .post-slide2{background:#fff;box-shadow:0 0 15px #dfd6e2;margin:0 0 20px;border-radius:15px;padding-top:1px;padding:0 0;text-align:center;text-decoration:none;display:block}



.box_titlst{text-align:center;font-size:18px;margin:0;font-weight:500;padding:15px;border:1px solid #f9f9f9;border-radius:5px}.sectn02{position:relative}.section_overl{position:absolute;left:0;right:0;bottom:0;background-color:#fff;z-index:999999;opacity:.5;top:0}.sectn02:hover .section_overl{opacity:0;left:inherit;right:inherit;bottom:inherit}.bannersec .container{margin-top:85px;position:relative}.sectn01_shape{position:relative}.sectn01_shape img{width:100%;position:absolute;top:-108px;left:0;right:0;z-index:1}.searchbox{top:170px;left:12px;right:12px}.sectn01 .boxsec{transition:0.5s;position:relative;z-index:9;top:0}@media only screen and (max-width:991px){.bannersec .container{margin-top:0}.searchbox{top:30px;left:0}.sectn01_shape img{display:none}.sectn01 .boxsec{top:5px}}@media only screen and (max-width:991px){.slider .bx-pager{display:none}.container-slider{width:100%;max-width:100%}.slider{padding:20px 30px 0 30px}ul#tabs-nav{display:inline-block;padding:15px 0 11px 18px}ul#tabs-nav li{padding:8px 50px 8px 0;float:left;width:100%;text-align:left!important}.pRow_low ul li{padding-left:0;padding-right:0;float:left;width:100%}.pRow_low_2{margin-top:20px;margin-bottom:20px}.pRow_low_3{margin-top:20px}.pRow_low .why_choose_box2{background-repeat:repeat;margin-bottom:20px;background-position:50% 100%}.pRow_low .why_choose_box5{background-repeat:repeat;background-position:50% 100%}.fotrsec .fotrtp .box .texth4:after{width:100%}}

.grw-net-widget{margin:0}.bannersec .searchbox{top:210px}.call img{height:80px;width:215px}.tripadvisor_logo img{margin-left:0;margin-top:-40px}.tab-block .tab-mnu{margin-top:25px!important}@media only screen and (max-width:767px){.tripadvisor_logo img{float:right}.grw-net-widget{margin-left:0px!important}.fotrsec .fotrtp .box ul.socialicn{justify-content:flex-start}.call img{float:left}}@media only screen and (min-width:768px) and (max-width:1024px){.tripadvisor_logo img{margin-left:-40px;margin-top:-20px}}@media only screen and (max-width:991px){.pRow_low .why_choose_box5{background-repeat:repeat!important;background-position:50% 100%}.why_choose .why_choose_box_img{background-repeat:repeat!important}.why_choose .why_choose_box_img1{background-repeat:repeat!important}.why_choose .why_choose_box_img2{background-repeat:repeat!important}.grw-net-widget{margin-left:-30px}.call img{height:80px;width:185px}.bannersec .searchbox{top:30px}}@media only screen and (min-width:380px) and (max-width:767px){.tripadvisor_logo img{margin-left:0;margin-top:0}}@media only screen and (max-width:786px){ul.tab-mnu.adi-full{margin-top:27px!important}.bannersec .searchbox{top:30px}}@media only screen and (max-width:320px){.tripadvisor_logo img{margin-top:-20px}.why_choose_box_code{display:flex}}.grw-net-widget {
    all: initial;
    display: table;
    font-family: 'Roboto', sans-serif;
    margin: 0 !important;
}.innerwrapSE {
    margin: 0 auto;
    padding: 38px 15px;
    position: relative;
}
.innerwrapSE h1 {
    font-size: 36px;
    text-align: center;
    margin: 0 0 6px;
    color: #fff;
    font-weight: 600;
}.brdcrm {
    width: 100%;
    background: #f3f9fd 0% 0% no-repeat padding-box;
    margin: 0 auto;
    font-weight: 500;
    padding: 10px;
}

@media only screen and (max-width: 991px) {
	.Imge_banner img {width: 100% }
	.Imge_banner{width: 100% !important;margin: 0px 0px 30px 0px;text-align: left;}
.Imge_banner1{width: 100% !important;}
.haadingt{text-align: left;padding-bottom: 11px;}
}
@media only screen and (max-width:1060px) {

.container-slider {
    max-width: 100% !important;
    margin: 0 auto;
    width: 100% !important;
}

}

@media only screen and (max-width: 480px) {
    .bannersec .txth1 {
        font-size: 15px;
    }
	.bannersec .txth5{font-size: 13px!important;}
	.travel_our img{width:100%;}
}
@media only screen and (max-width:1160px) {
.bannersec{height: 750px;}
.bannersec_text1_right_air{display:none;}
.bannersec_text1_right_air p {width: 50%;float: left;}
.tab_alltype{top: 200px;}
}

@media screen and (max-width: 882px) {
	.bannersec{height: 900px;}
	.bannersec_text1_right{    display: none;}
}

/** new code css -*/





















































.pikme-footer{
  background:#000;
  color:#fff;
  padding-top:60px;
  font-family: Arial, sans-serif;
}

/* Top 4 columns */
.pikme-footer-top{
  max-width:1250px;
  margin:auto;
  padding:0 20px 50px;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; /* ✅ 4 Columns */
  gap:50px;
  border-bottom:1px solid rgba(255,255,255,0.12);
}

.pikme-col h4{
  font-size:15px;
  font-weight:700;
  margin-bottom:18px;
  position:relative;
  padding-bottom:10px;
}

.pikme-col h4::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:30px;
  height:2px;
  background:#fff;
}

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

.pikme-col ul{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:10px;
}

/* ✅ Left slide hover animation */
.pikme-col ul li a{
  color:#bdbdbd;
  text-decoration:none;
  font-size:13.5px;
  display:inline-block;
  transform:translateX(0);
  transition:0.3s ease;
  position:relative;
  padding-left:0;
}

.pikme-col ul li a:hover{
  color:#fff;
  transform:translateX(10px);
}


.download-area{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.download-btn{
  text-decoration:none;
  color:#fff;
  border:1px solid rgba(255,255,255,0.2);
  padding:12px 14px;
  border-radius:10px;
  font-size:13px;
  transition:0.3s ease;
}

.download-btn:hover{
  background:#fff;
  color:#000;
  transform:translateX(6px);
}

.badge-area{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.badge{
  background:#fff;
  color:#000;
  padding:14px;
  border-radius:10px;
  font-weight:700;
  font-size:13px;
  transition:0.3s ease;
}

.badge:hover{
  transform:translateX(6px);
}

.social-icons{
  display:flex;
  gap:12px;
  margin-top:5px;
}

.social-icons a{
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,0.25);
  text-decoration:none;
  color:#fff;
  transition:0.3s ease;
}

.social-icons a:hover{
  background:#fff;
  color:#000;
  transform:translateY(-3px);
}

.call-box{
  background:#fff;
  color:#000;
  border-radius:12px;
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:6px;
  transition:0.3s ease;
}

.call-box:hover{
  transform:translateX(6px);
}

.call-box span{
  font-size:13px;
  color:#333;
}

.call-box strong{
  font-size:15px;
}

/* About */
.pikme-about{
  max-width:1250px;
  margin:auto;
  padding:45px 20px;
  border-bottom:1px solid rgba(255,255,255,0.12);
}

.pikme-about h5{
  font-size:13px;
  color:#bbb;
  margin-bottom:12px;
}

.pikme-about h3{
  font-size:18px;
  margin:18px 0 10px;
}

.pikme-about p{
  color:#ccc;
  font-size:14px;
  line-height:1.8;
}

.pikme-about ul{
  margin-left:18px;
  margin-top:10px;
  color:#ccc;
  font-size:14px;
  line-height:1.9;
}

/* Links */
.pikme-links{
  max-width:1250px;
  margin:auto;
  padding:35px 20px;
  border-bottom:1px solid rgba(255,255,255,0.12);
}

.pikme-links h4{
  font-size:14px;
  margin-bottom:15px;
}

.links-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.links-row a{
  color:#bdbdbd;
  text-decoration:none;
  font-size:13px;
  transition:0.3s ease;
  display:inline-block;
}

.links-row a:hover{
  color:#fff;
  transform:translateX(8px);
}

/* Bottom */
.pikme-bottom{
  max-width:1250px;
  margin:auto;
  padding:18px 20px;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
  color:#aaa;
  font-size:13px;
}

/* Responsive */


@media(max-width:768px){
  .pikme-footer-top{
    grid-template-columns: 1fr;
  }

  .pikme-bottom{
    flex-direction:column;
    text-align:center;
  }
}


@media(max-width:1100px){
  .pikme-footer-top{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:768px){
  .pikme-footer-top{
    grid-template-columns: 1fr;
  }
}

.image_fulldv{}
.image_fulldv a{float: left;margin-right: 45px;}



