@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Inline+One:ital@0;1&family=Barlow:wght@300;400;500;600&family=Poppins:wght@300;400;600&family=Roboto:wght@400;500;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=DynaPuff:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');



  /*  font-family: 'Alumni Sans Inline One', cursive;
font-family: 'Alata', sans-serif;

    font-family: 'Poppins', sans-serif;
    font-family: 'DynaPuff', cursive;
    font-family: 'Barlow', sans-serif;

    font-family: 'Roboto', sans-serif;*/

body p{
	font-family: 'Barlow', sans-serif;
}
.top{
	background:#01B7F2;
	color: #fff;
	padding: 10px 0px;
	text-align: right;
}

.top p{
	margin: 0;
	font-family: 'Barlow', sans-serif;
  
   margin: 0;
}
.top ul{
	padding: 0;
	margin: 0;
}
.top ul li i{
	margin: 0px 10px;
}
.top ul li{
	list-style: none;
	display: inline-block;
	font-family: 'Barlow', sans-serif;
}

.top ul li a{
color:#fff;
text-decoration:none;
}

.top-currency{
float:right;    
}
.top-currency select
{
font-size: 14px;
height: 24px;
padding: 0px 10px;
position: relative;
}

.top .top-ryt {
	padding: 0;
	float: right;
}
.top .top-ryt li i{
	color: #fff;
	margin: 0px 10px;
}
.logo img{
	width: 80%;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.logo {
	position: absolute;
	z-index: 999;
	top: -45px;
}

.navbar-expand-lg .navbar-nav .active::before{
	display: none;
}
.navbar-expand-lg .navbar-nav .active > .nav-link, .navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link.show, .navbar-expand-lg .navbar-nav .show > .nav-link {
    color:#EA6C18;
}
.navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #EA6C18;
}
.navbar-expand-lg .navbar-nav .nav-link {
   padding: 20px 20px;
color: #222;
font-family: 'Barlow', sans-serif;
font-weight: 400;
position: relative;
   
}
.nav-menu{
	display: none;
}
.navbar-expand-lg .navbar-nav .nav-link::before{
position: absolute;
background: #c1c1c1;
content: '';
width: 1px;
height: 16px;
top: 25px;
left: 0px;
}
.navbar { 
	float: right;
}
.dropdown-item {
font-family: 'Alata', sans-serif;
 
    font-size: 14px;
    text-transform: uppercase;
}
.dropdown-item:hover {
    color: #e32429;
    text-decoration: none;
    background-color: #f8f9fa;
}
.banner {
	overflow: hidden;
	position: relative;
	line-height: 0;
}
.ban-top {
	text-align: center;
	z-index: 999;
}
.carousel-indicators {
	bottom: -11px;
	}
	
.b-capt{
    font-size:20px;
}

/*
inspired from http://codepen.io/Rowno/pen/Afykb
& https://jsfiddle.net/q0rgL8ws/
*/
.carousel-fade .carousel-inner .carousel-item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.carousel-item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .carousel-item.next,
    .carousel-fade .carousel-inner > .carousel-item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .carousel-item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .carousel-item.next.left,
    .carousel-fade .carousel-inner > .carousel-item.prev.right,
    .carousel-fade .carousel-inner > .carousel-item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.carousel-caption {
	top: 20%;
	text-align: center;
	z-index: 999;
	left: 10%;
	}
	.carousel-caption h1{
	font-family: 'Alata', sans-serif;
    font-weight: 400;
    font-size: 80px;
    color:#fff;
	}
	.carousel-caption p{
		line-height: 28px;
	}
	.carousel-caption span{
-webkit-text-stroke: 1px #fff;
-webkit-text-fill-color: #ea6c18;
	}
	.ban-list{
		padding: 0;
	}
	.ban-list li:hover{
		background: #ea6c18;
	}
	.ban-list li{
		list-style: none;
		display: inline-block;
		background: #e8095a00;
width: 100px;
text-align: center;
color: #fff;
border-radius: 5px;
font-family: 'Barlow', sans-serif;
font-weight: 400;
position: relative;
overflow: hidden;
line-height: 24px;
border: 1px solid #8e8e8e;
padding: 10px 20px 0px 20px;
margin-right: 20px;
transition: all .4s;
	}
	.ban-list li a{
		color: #fff;
	}
	.ban-list li a::hover{
		text-decoration: none;
	}
	.ban-list li img{
		float: left;
	}
.ban-p{
	padding: 0;
}
.overflow{
	background: rgba(22,43,50,.4);
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 999;
	overflow: hidden;
}
.top-btn .btn i{
	margin-right: 5px;
}

.top-btn .btn{
		font-weight: 600;

font-family: 'Barlow', sans-serif;
color: #fff;
background: #EA6C18;
display: inline-block;
padding: 10px 30px;
border: 2px solid#EA6C18;
box-sizing: border-box;
transition: all .4s;
border-radius: 5px;
margin-top: 15px;
}
.top-btn .btn:hover {
  background: 0 0;
  color:#EA6C18;
}
header{
	position: relative;
}

.sec-top{
	position: relative;
}
.slider-img{
	position: relative;
}
.slider-img .overflow{
position: absolute;
inset: 0;
background: transparent;
text-align: center;
color: #fff;
justify-content: center;
padding-bottom: 50px;
transition: .2s;
}
.slider-img .overflow h3{
	opacity: 0;
font-family: 'Alata', sans-serif;
    font-weight: 700;
    font-size: 30px;
   margin-top: 80px;
}
.slider-img .overflow:hover h3{
	opacity: 10;
}
.slider-img:hover .overflow {
  background: rgba(45,55,60,.8);
}

.sec-1{
	padding: 40px 0px;
}
.sec-1 .service{
	padding: 0 20px;
display: flex;
position: relative;
}
.sec-1 .service img{
padding-right: 18px;
height: 42px;
margin-top: 5px;
}
.sec-1 .s-b{
border-right: 1px solid #ddd;

height: 70px;
}
.sec-1  .sec1-text{
	width: 256px;
}
.sec-1  .sec1-text h5{
font-size: 13px;
font-weight: 600;
color: #222;
line-height: 20px;
text-transform: capitalize;
padding-bottom: 3px;
}
.sec-1  .sec1-text p{
font-size: 13px;
line-height: 20px !important;
}



.sec-2 {
	padding: 40px 0px;
}
.sec-2   p{
	color: #666;
	font-family: 'Barlow', sans-serif;
	line-height: 28px;

}
.sec-2  h4{
		color: #666;
	font-family: 'Barlow', sans-serif;
	position: relative;
	font-size: 16px;
}
.sec-2  h4::before{
	position: absolute;
content: '';
background:#01B7F2;
width: 70px;
height: 1px;
bottom: 6px;
left: 70px;
}
.sec-2  span{
	  color: #EA6C18;
	display:block;
}
.sec-2  h1{
font-family: 'Alata', sans-serif;
    font-weight: 700;
    position: relative;
    font-size: 35px;
    margin-top: 10px;
   color: #01b7f2;
}



.sec-3{
	padding-top: 40px;
}
.sec-3 h1{
	font-family: 'Alata', sans-serif;
    font-weight: 700;
    text-align: center;
}
.sec-3 p{
	color: #666;
	font-family: 'Barlow', sans-serif;
	line-height: 28px;

}

.sec3-img {
	margin-top: 20px;
}
.sec3-img img{
	width: 100%;
	overflow: hidden;
	transition: all .4s;
	margin-right: 20px;
}
.sec3-img:hover img {
  transform: scale(1.04);
}
.sec3-img{
	position: relative;
border-radius: 5px;
overflow: hidden;
	margin-right: 20px;
}
.sec3-img .overflow{
position: absolute;
inset: 0;
background: transparent;
text-align: center;
color: #fff;
justify-content: center;
padding-bottom: 50px;
transition: .2s;
}
.sec3-img:hover .overflow {
  background: rgba(45,55,60,.8);
}
.sec3-img .overflow .pro-text h3{
	  font-weight: 700;
  font-size: 30px;
  letter-spacing: .02em;
  color: #fff;
  transform: translateY(40px);
  transition: all .3s;
  color: #fff;
  font-family: 'Alata', sans-serif;
}
.sec3-img a{
	color: #fff;
	font-size: 35px;
	font-family: 'Alata', sans-serif;
	opacity: 0;
}
.sec3-img:hover a{
	text-decoration: none;
	opacity: 10;
}
.sec3-img .overflow .pro-text  .text-p{
padding-top: 7px;
transform: translateY(40px);
transition: all .3s;
text-align: center;
}
.sec3-img .overflow .pro-text  .text-p .place-count{
	position: relative;

}
.sec3-img .overflow .pro-text  .text-p .place-count::before{
position: absolute;
content: "";
top: 50%;
right: -10px;
transform: translateY(-50%);
height: 15px;
width: 2px;
background: #ff4838;
}


.sec-4{
	padding-top: 40px;
}
.sec4-side{
	background: rgb(234,108,24);
border-radius: 3px 0px 0px 3px;
height: 379.483px;
padding: 30px 40px;
}
.sec4-p{
	padding: 0;
}
.sec4-side h1{
	color: #fff;
	font-family: 'Alata', sans-serif;
    font-weight: 700;
    font-size: 30px;
}
.sec4-side  p{
	color: #fff;
	font-family: 'Barlow', sans-serif;
	line-height: 28px;
}
.sec4-side input{
	height: 50px;
font-family: 'Barlow', sans-serif;
padding: 10px;
}
.sec4-side .btn{
	font-weight: 600;
font-family: 'Barlow', sans-serif;
color: #fff;
background: #01b7f2;
display: inline-block;
padding: 11px 25px;
border: 2px solid #01b7f2;
box-sizing: border-box;
transition: all .4s;
border-radius: 0px;
}
.sec4-side .btn:hover{
color: #fff;
background: #01b7f2;
border: 2px solid #01b7f2;
}
.burj-list{

	padding: 0;
}
.burj-list li{
	list-style: none;
	color: #fff;
	line-height: 28px;
}
.burj-star {
	padding: 0;
	margin: 0;
}
.burj-star li {
	list-style: none;
	display: inline-block;
	color: #01b7f2;
}
.burj-star li span{
	color: #fff;
}
.sec-5{
	position: relative;
margin: 40px 0px;
}
.sec5-bg{
	height: 54%;
background-image: url(../images/sec5-bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.sec5-text{
	padding: 40px 0px;
	text-align: center;
	color: #fff;
	position: relative;
	
}
.sec5-text .separator {
  position: absolute;
  left: 47%;
bottom: 20%;
  display: block;
  width: 70px;
  height: 7px;
  background: url('../images/title-separator.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.sec5-text span{
font-weight: 600;
font-family: 'Barlow', sans-serif;

}
.sec5-text h1{
	font-family: 'Alata', sans-serif;
    font-weight: 700;
   
}


 .tour-img{
	position: relative;
	display: block;
	padding-bottom: 72px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	margin-right: 20px;
}

.tour-img .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 5px;
}

.tour-img .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.tour-img .image-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 120%;
	left: -10%;
	height: 50px;
	background: #ffffff;
	border-top: 7px solid transparent;
	-ms-transform: rotate(-17deg);
	-webkit-transform: rotate(-17deg);
	transform: rotate(-17deg);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 1;
}

.tour-img:hover .image-box:before{
	border-top-color: rgb(234,108,24);
}

.tour-img .tour-text{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin-left: 40px;
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2px;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 3;
}

.tour-img:hover .tour-text{
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
}

.tour-img .lower-content{
	position: relative;
	display: block;
	background: #ffffff;
	padding: 35px 15px;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0px 0px 3px 3px;
	z-index: 1;
}
.tour-img .lower-content h4{
font-family: 'Alata', sans-serif;
    color: #222;
    font-size: 18px;
}
.tour-img .lower-content  a:hover{
	text-decoration: none;
	color: #222;
}
.tour-img .lower-content  span{
font-weight: 600;
font-family: 'Barlow', sans-serif;
color: #666;
}
.tour-img .lower-content  h6{
	font-weight: 600;
font-family: 'Barlow', sans-serif;
}
.tour-img  .tour-text .icon-box  {
  position: absolute;
  right: 30px;
  top: -40px;
  width: 70px;
  height: 70px;
  background: rgb(234,108,24);
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 70px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
.tour-img  .tour-text .icon-box a{
	color: #fff;

}



.sec-6{
	padding: 40px 0px;
}
.sec-6 h1{
font-family: 'Alata', sans-serif;
    font-weight: 700;
}
.sec-6 p{
	color: #666;
	font-family: 'Barlow', sans-serif;
	line-height: 28px;

}
 .btn{
	font-weight: 600;

font-family: 'Barlow', sans-serif;
color: #fff;
background:#ea6c18;
display: inline-block;
padding: 10px 25px;
border: 2px solid #ea6c18;
box-sizing: border-box;
transition: all .4s;
border-radius: 5px;

}/*.sec1-side {
	margin-top: 50px;
}*/
.btn:hover {
  background: 0 0;
  color: #ea6c18;
}
.sec1-box{
  box-shadow: 3px 5px 35px rgba(86,68,169,.1);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
overflow: hidden;
  margin-top: 30px;
}
.sec1-box p{
	  font-weight: 600;
	 font-family: 'Alata', sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff !important;
  background: #01B7F2;
  border-radius: 3px;
  position: absolute;
  padding: 9px 32px;
 top: 48%;
  left: 20px;
  transform: translateY(50%);
  clip-path: polygon(9% 0,90% 3%,100% 94%,0 100%);
}
.sec1-body{
	padding: 30px 25px;
	box-shadow: 3px 5px 35px rgba(86,68,169,.1);
	border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
overflow: hidden;
}
.sec1-body .btn{
	background: 0 0;
color: #ea6c18;
}
.sec1-body:hover .btn{
 background: #ea6c18;
 color: #fff;
}
.sec1-body span{
font-family: 'Barlow', sans-serif;
}
.box-prize {
	float: right;
}
.box-prize h6{
	color: #01B7F2;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	margin: 0;
}

.f-ab{
	padding: 0;
}
.f-ab li{
	list-style: none;
	display: inline-block;
	margin-right: 20px;
margin-top: 10px;
}
.f-ab li a i{
	color: #fff;
	transition: .35s;

}
.f-ab li a i:hover{
transform: scale(1.05);
}
.f-ab li a:hover{
	background: 0 0;
color: #01B7F2;
text-decoration: none;
}
.f-ab li a{
	  display: inline-flex;
  width: 37.5px;
  height: 37.5px;
  background:#01B7F2;
  box-shadow: 0 2px 15px rgba(0,0,0,.06);
  border-radius: 34px;
  border: 1px solid #01B7F2;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: .35s;
}

.trans-list{
	padding-left: 0;
}

.trans-list li{
font-family: 'Barlow', sans-serif;
color: #666;
list-style: none;
line-height: 28px;
}

.trans-list li i{
padding-right: 5px;
color: #ea6c18;
}

.txi-title{
text-align: center;
font-family: 'Alata', sans-serif;
color: #ea6c18;
position: relative;
text-transform: uppercase;
padding: 20px 0;
}

.txi-title h3::before{
position: absolute;
content: '';
left: 48%;
bottom: 20px;
width: 40px;
height: 2px;
background: #01b7f2;
}

.trans-box{
border: 1px solid #ececec;
padding: 15px;
margin: 15px 0;
text-align: center;
position: relative;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.trans-box:hover{
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
transform: translateY(-5px);
}

.trans-box::before {
	border-top: 20px solid transparent;
	border-right: 20px solid #ea6c18;
	content: "";
	display: block;
	height: 0px;
	right: 2px;
	position: absolute;
	bottom: 2px;
	width: 6px;
}

.trans-box h4{
font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #01b7f2;
}

.trans-box p{
	text-align: left;
border-bottom: 1px solid #ececec;
padding-bottom: 4px;
margin-bottom: 10px;
}

.trans-box p span{
float: right;
font-weight: 600;
}

.trans-box .btn{
	margin-top: 15px;
}

.trans-box h6{
background: #2d373c;
padding: 10px 7px;
font-family: 'Barlow', sans-serif;
color: #fff;
border-radius: 30px;
margin-top: 16px;
font-weight: 400;	
}

.trans-box a{
text-decoration: none;
}


.cr-bokk{
width: 100%;
margin-bottom: 20px;
text-transform: uppercase;
}

.cr-bokk i{
	padding-right: 4px;
}

.gt-qes{
padding: 30px 40px;
background: url(../images/gt-qes-bg.jpg);
border-radius: 20px;
}

.gt-qes h4{
font-family: 'Poppins', sans-serif;
font-weight: 700;
color: #fff;
}

.gt-qes p{
color: #f1f1f1 !important;
line-height: 24px !important;
font-size: 15px ;
}

.gt-qes h5 a{
	font-family: 'Barlow', sans-serif;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}

.gt-qes h5 a i{
padding-right: 5px;
}

.visa-box a{
text-decoration: none;
display: block;
margin: 15px 0;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.visa-box a:hover{
transform: translateY(-5px);
box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06);
}

.vsa-details{
padding: 12px;
background: #fff;
text-align: center;
border: 1px solid #eee;
}

.visa-box h5{
font-family: 'Poppins', sans-serif;
color: #01b7f2;
font-size: 18px;
font-weight: 600;
text-align: left;
}

.visa-box h5 span{
	font-weight: 500;
	font-size: 15px;
	float: right;
	color: #666;
}

.visa-box h5 span i{
font-size: 13px;
color: #ea6c18;
position: relative;
top: -1px;
padding-right: 2px;
}

.visa-box p{
font-size: 13px;
padding: 0px 8px;
border: 1px solid #ececec;
border-radius: 30px;
}

.visa-box h6{
font-family: 'Barlow', sans-serif;
text-align: left;
position: relative;
color: #fff;
z-index: 9;
}

.visa-box h6::before{
position: absolute;
content: '';
left: -12px;
top: -2px;
background: #ea6c18;
width: 120px;
height: 24px;
z-index: -1;
}

.visa-box h6::after{
position: absolute;
content: '';
left: 100px;
top: 2px;
background: #ea6c18;
width: 16px;
height: 17px;
z-index: -1;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}

.visa-box h6 span{
float: right;
color: #666;
font-weight: 600;
}



footer p{
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
	color: #fff;
}
footer{
	padding-top: 40px;
	padding-bottom: 10px;
	background: #2d373c;
}
.f-list{
	padding: 0;
}
.f-list li{
	list-style: none;
	line-height: 28px;

}

.f-list li a:hover::before {

    opacity: 1;

}
.f-list li a{
  display: inline-block;
font-weight: 500;
font-size: 16px;
letter-spacing: .02em;
color: #fff;
position: relative;
transition: all .35s;
font-family: 'Barlow', sans-serif;
}
.f-list li a:hover{
	text-decoration: none;
	transform: translateX(14px);
	color: #01B7F2;
}
.f-list li a::before{
position: absolute;
content: "";
top: 55%;
transform: translateY(-50%);
left: -12px;
height: 5px;
width: 5px;
background:#01B7F2;
border-radius: 50%;
opacity: 0;
transition: all .35s;
}
footer h3{
font-weight: 700;
font-size: 25px;
color: #fff;
padding-bottom: 5px;
font-family: 'Alata', sans-serif;
}


.bottom-con {
padding: 0;
margin: 0;
}
.bottom-con  li{
margin-bottom: 15px;
font-size: 15px;
color: #fff;
list-style: none;
font-family: 'Barlow', sans-serif;
}
.bottom-con  li i{
	color: #33b5e6;
	margin-right: 10px;
}
.bottm {
	padding: 5px 0px;
	background:#01b7f2;
	text-align: center;
}
.bottm p{
	margin: 0;
	color:#fff;
	font-family: 'Barlow', sans-serif;
}



.inr-ban {
	background-image: url(../images/inr-ban.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0px;
	background-position: center;
}
.ban-text{
	text-align: center;
}
.ban-text h1{
	color: #fff;
	font-family: 'Alata', sans-serif;
	text-transform: uppercase;
}
.ban-text ul{
	padding: 0;
}
.ban-text ul li{
	list-style: none;
	color: #fff;
	display: inline-block;
	font-family: 'Barlow', sans-serif;
}
.ban-text ul li a{
	color: #fff;
}
.ban-text ul li a:hover{
	color: #fff;
}
.inr-text{
	padding: 40px 0px;
}
.inr-text h1{
font-family: 'Alata', sans-serif;
	color: #ea6c18;
	position: relative;
}
.inr-text h1::before{
	  position: absolute;
  content: '';
  background: #01B7F2;
  width: 50px;
  height: 2px;
  bottom: -2px;
  left: 0;
}
.inr-text h2{
	font-family: 'Alata', sans-serif;
	color: #ea6c18;
	position: relative;
}
.inr-text p{
	font-family: 'Barlow', sans-serif;
	color: #666;
	line-height: 28px;
}
.side-bar h3 {
  font-family: 'Alata', sans-serif;
	color: #fff;
	position: relative;
	margin: 0;
	background: #01B7F2;
	padding: 5px 10px;
}
.side-bar ul{
    padding: 0
}
.side-bar ul li{
        list-style: none;
}
.side-bar ul li a{
     color: #555;
    font-family: 'Alata', sans-serif;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 10px;
    display: block;
    text-decoration: none;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}
.side-bar ul li a i{
    margin-right: 5px;
color: #01B7F2;
float: left;
margin-top: 6px;
}
.side-bar ul li p{
	  margin-left: 30px;
  margin-bottom: 0;

}
.side-bar ul li:hover p{
	color: #fff;
}
.side-bar ul li:hover i{
    color: #fff;
}
.side-bar ul li:hover a{
    text-decoration: none;
    color: #fff;
}
.side-bar ul li:nth-child(2n) {
    background: #f0f0f0;
}
.side-bar ul li:nth-child(2n):hover{
     background: #01B7F2;
     color: #fff;
     transition: .4s;
}
.side-bar ul li:nth-child(2n+1) {
    background: #fff;
}
.side-bar ul li:nth-child(2n+1):hover{
    background:  #01B7F2;
    color: #fff;
    transition: .4s;
}
.side-form {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 1px 13px rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 13px rgba(0,0,0,.1);
-webkit-box-shadow: 0 1px 13px rgba(0,0,0,.1);
padding: 20px;
margin-bottom: 30px;
}


.side-form ul{
padding-left: 0px;
}

.side-form span{
font-size: 18px;
font-family: 'Barlow', sans-serif;
font-weight: 600;
text-transform: uppercase;
color: #01b7f2;
}
.side-form h6{
	font-family: 'Alata', sans-serif;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.side-form h6::before{
	position: absolute;
	content: '';
	background: #ea6c18;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.form-list{
	padding: 0;
}
.form-list li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	color: #666;
}
.form-list span{
font-size: 30px;
font-family: 'Barlow', sans-serif;
font-weight: 600;
color: #ea6c18;
padding-left: 6px;
}

.form-list li i{
font-size: 27px;
transform: rotate(90deg);	
color: #222;
}


.form-tag {
	padding: 0;
}
.form-tag li{
	list-style: none;
	position: relative;
}
.form-tag  li select{
	height:50px;
background: none;
box-shadow: none;
width: 125%;
display: unset;
border: 1px solid #eee;
padding: 10px 10px;
}

.form-tag .form-control{
border-radius: 0px;
border: 1px solid #e5e5e5;
height: 45px;
padding: 10px 15px 10px 40px;
margin-bottom: 15px; 
font-family: 'Barlow', sans-serif;
font-size: 15px;
}

.form-tag .form-control::placeholder{
	color: #aaa;
	
}

.form-tag li i{
position: absolute;
top: 15px;
left: 11px;
color: #ea6c18;
}

.form-tag textarea.form-control{
height: auto;
}


.inc-list {
	padding-left: 15px;
}
.inc-list li{
	font-family: 'Barlow', sans-serif;
	color: #666;
	line-height: 28px;
}
.inr-list{
	margin-bottom: 30px;
	margin-top: 30px;
}
.inr-list i{
  float: left;
  margin-right: 10px;
  color: #ea6c18;
}
.inr-list-text h5{
	font-family: 'Barlow', sans-serif;
	color: #666;
	font-size: 16px;
}
.inrpro-text img{
  border-radius: 10px;
  margin-top: 20px;
}
.nav-pills{
	border-top: 1px solid #eee;
	padding-top: 40px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ea6c18;
}
.nav-pills .nav-link {
  color: #222;
font-family: 'Alata', sans-serif;
border: 2px solid #ea6c18;
margin-right: 20px;
border-radius: 50px;
}
.con-box{
	border-style: dashed;
border-width: 1px 1px 1px 1px;
border-color: #E8E8E8;
box-shadow: 0px 15px 45px 0px rgba(51, 51, 51, 0.08);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin: 0px 15px 0px 15px;
padding: 20px 0px 20px 0px;
text-align: center;
margin-top: 30px;
}
.con-box h3{
	font-family: 'Alata', sans-serif;
margin-top: 10px;
font-size: 20px;
}
.con-box p{
	color: #666;
	font-family: 'Barlow', sans-serif;
}
.con-box i{
border-style: solid;
border-width: 5px 5px 5px 5px;
border-color: #ebf1f7;
border-radius: 50px 50px 50px 50px;
font-size: 20px;
color: #ea6c18;
width: 55px;
height: 55px;
line-height:45px;
text-align: center;
}
.enq-text {
	text-align: center;
	padding: 40px 0px;
}
.enq-text span{
	color: #666;
}
.enq-form{
  background: #fff;
  position: relative;
  padding: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.enq-form::before{
background: url(../images/enquiry-side.jpg) 50% 50%;
background-repeat: no-repeat;
position: absolute;
content: '';
top: 0px;
right: -60%;
width: 100%;
height: 100%;
z-index: -1;
}

.enq-form h4{
  font-size: 15px;
    color: #222;
    position: relative;
    background: #f0f0f0;
    display: inline-block;
    padding: 6px 0px 6px 15px;
    margin-bottom: 0px;
}

.enq-form h4::before{
      width: 31px;
    height: 0px;
    position: absolute;
    left: 100%;
    top: 0px;
    content: "";
    border-bottom: 30px solid #f0f0f0;
    border-right: 15px solid transparent;
}

.enq-form .form-control{
  margin-bottom: 30px;
  font-size: 13px;
border-radius: 0;
}

.enq-form .btn{
  background: #ea6c18;
width: 100%;
color: #fff;
}

.enq-img img{
 margin-top: 170px;
}


.visa-form{
  background: #fff;
  position: relative;
  padding: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.visa-form h4{
  font-size: 15px;
    color: #222;
    position: relative;
    background: #f0f0f0;
    display: inline-block;
    padding: 6px 0px 6px 15px;
    margin-bottom: 0px;
}

.visa-form h4::before{
      width: 31px;
    height: 0px;
    position: absolute;
    left: 100%;
    top: 0px;
    content: "";
    border-bottom: 30px solid #f0f0f0;
    border-right: 15px solid transparent;
}

.visa-form .form-control{
  margin-bottom: 30px;
  font-size: 13px;
border-radius: 0;
}

.visa-form .btn{
  background: #ea6c18;
width: 100%;
color: #fff;
}

.form-control:focus {
  box-shadow: none;
}


.trsnpt-side{
border: 4px solid #ececec;
padding: 20px;
border-radius: 20px;
margin-bottom: 15px;
}

.trsnpt-side h4{
font-family: 'Barlow', sans-serif;
font-size: 18px;
background: #01b7f2;
padding: 6px 15px;
color: #fff;
border-radius: 20px;
margin-bottom: 15px;
}
.trsnpt-side h4 i{
	padding-right: 4px;
}

.trsnpt-side p{
border-bottom: 1px solid #ececec;
padding-bottom: 4px;
margin-bottom: 10px;
}

.trsnpt-side p span {
	float: right;
	font-weight: 600;
}



@media only screen and (min-width: 300px) and  (max-width:599px) {

.top {
  text-align: center;
  font-size: 13px;
}
.top .top-ryt {
	float: none;
}
.logo{
	  text-align: center;
	position: inherit;
	top: 0;
	margin-top: 10px;
}
.logo img {
	display: inline-block;
 
    width: 30%;
    box-shadow: none;
}
.navbar {
  float: left;
background: #094970;
width: 100%;
padding: 0;
margin-top: 10px;
}
.navbar-toggler {
  color: #fff;
  line-height:auto;
  padding: 8px 10px;
}

.navbar-toggler-icon {
  height: 1.2em;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link::before {
  display:none;  
}

.mpad0{
  padding:0;  
}

.carousel-caption {
  top: 9%;
  padding: 0;
}

.ban-list li {
  width: 80px;
  height:80px;
  padding:10px 0 0 0;
}

.ban-list li img {
	width: 30px;
	float: none;
	padding-bottom:2px;
}
.ban-list li a p{
    font-size:13px;
}

.sec4-side {
    height:auto;
}

.b-capt {
font-size: 12px;
line-height: 14px !important;
margin-bottom: 8px;
}

.nav-menu{
	display: inline;
	color: #fff;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	margin-right: 12px;
}
.top-btn{
	text-align: center;
	margin-bottom: 15px;
}
.carousel-caption h1 {
  font-size: 20px;
}
.sec h1 {font-size: 25px;
	}
.sec p{
	font-size: 13px;
}
	.btn{
		font-size: 13px;
   padding: 5px 10px;
   margin-bottom: 10px;
	}
	.sec-2 {
  padding-top: 0px;
}
.sec-2 h1 {
  font-size: 30px;
}

.sec4-text {
  margin-top: 0px;
}
.sec-4 h1 {
font-size: 30px;
line-height: 40px;
}
.sec-4 p {
  font-size: 15px;
  }
  .sec-4 .btn {
  	font-size: 15px;
  	padding: 7px 23px;
}

.sec-3 h1 {
	font-size: 25px;
}

.sec5-text h1 {
  font-size: 25px;
}

.sec5-text span {
  font-size: 13px;
}

.sec5-text .separator {
  left: 39%;
}

.sec-6 h1 {
  font-size: 23px;
}

.sec3-img .overflow .pro-text h3 {
    transform: translateY(100px);
}

.sec3-img a {
	font-size: 30px;
}

.sec-1 .sec1-text p {
  display: none;
}

.m-sb{
   border:none !important; 
}

.sec-1 .s-b {
  margin-bottom: 10px;
}

.sec4-box {
	padding: 15px;
	min-height: 160px;
}
.sec4-box img{
		width: 30%;
}
.sec4-box h2 {
	font-size: 35px;
}
.sec4-box h4 {
	font-size: 18px;
	}
	.sec-1 h1 {
  font-size: 23px;
}

footer h3 {
	font-size: 18px;
}


}