/* CSS Document */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Marcellus+SC&display=swap');
/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/playfair-display-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
url('../fonts/playfair-display-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/playfair-display-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/playfair-display-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/playfair-display-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/playfair-display-v30-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
.headtitleq{
	font-size: 25px;
	font-weight: 400;
	font-family: "Cairo", sans-serif;
	text-align: right;
	width: 80%;
	padding-left: 10%;
	line-height: 50px;
	padding-top: 0%;
	margin-bottom: 20px
}
.suballindexship{
	width: 90%;
	height: auto;
	font-family: 'Cairo', sans-serif;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	background-color: #f1f0e8;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	padding-bottom: 25px;
/*	background-image: url(../sour/services-bg-2.png);*/
	margin-top: -10px;
	padding-top: 30px
}
.contindep{
	width: 92.5%;
	height: auto;
	padding-left: 5%;
	padding-right: 2.5%;
	margin-top: 80px;
	margin-bottom: 30px;
	position: relative;
	background-image: url(../sour/bg-shape-01.png);
}

.containdepprog{
	width: 90%;
	height: auto;
	font-family: 'Cairo', sans-serif;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	background-color: #f1f0e8;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	padding-bottom: 25px;
	background-image: url(../sour/services-bg-2.png);
	margin-top: -10px;
	padding-top: 30px
}
.hlpbanner{
	width: 100%;
	position: absolute;
	left: 0%;
	bottom: -10px;
	height: 30px;
	background-image: url(../sour/rope.png);
	background-repeat: repeat-x;
	background-position: left center;
	z-index: 400
}
.hlpbanner2{
	width: 228px;
	position: absolute;
	right: 5%;
	bottom: -60px;
	height: 311px;
	background-image: url(../sour/sea-anchor.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 228px 311px;
	z-index: 400;
}
.square-border{
	 position: fixed;
    width: 69px;        /* Set the size of the circle */
    height: 59px;
   color: #000000;
padding-top: 10px;   
    overflow: hidden;    /* Ensures nothing leaks outside the boundary */
	 left: 1%;
    text-align: center;
    z-index: 1100;
	bottom: 15px;
	transition: 0.5s ease-out;
	cursor: pointer
}
.half-border-circle {
    position: fixed;
    width: 49px;        /* Set the size of the circle */
    height: 49px;
    border-radius: 50%;  /* Makes it round */
    background-color: transparent;
    border: 2px solid transparent; /* Hide the main border */
    overflow: hidden;    /* Ensures nothing leaks outside the boundary */
	 right: 2%;
    text-align: center;
    z-index: 1100;
	bottom: 15px
}

.hlalf-border-circle::before {
	right: 0%;
    content: '';
    position: absolute;
    width: 100%;  
    height: 100%;
    border-radius: 50%;
    border: 2px solid #E46D30; /* Your border color */
   /* clip-path: inset(0 0 0 10%);  Clip right half */
}
.half-border-circle::before {
    right: 0%;
    content: '';
    position: absolute;
    width: 94%;
    height: 94%;
    border-radius: 50%;
    border: 2px solid #E46D30;
    clip-path: var(--clip-path, inset(0 0 0 50%)); /* Using CSS variable */
}
.half-border-circle .fa-solid {
	font-size: 20px;
	line-height: 46px;
	color: #E46D30;
}
.footcontact{
	width: auto;
	max-width: 91%;
	margin-left: 0%;
	margin-right: 2.5%;
	border:1px solid #ffffff;
	height: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 2%;
	padding-right: 2%
}
.footcontactleft{
	width: 31%;
	float: left;
	border-right: 1px solid #ffffff;
	margin-right: 2%
}
.footcontactleft i{
	width: 20%;
	height: 60px;
	
	float: left;
	color: #ffffff;
	font-size: 40px;
	line-height: 60px;
	margin-right: 5%
}
.footcontactleft p{
	width: 63%;
	padding-left: 2%;
	color:#ffffff;
	float: left;
	font-family: "Cairo", sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: 500
}
#addressabove{
	width: auto;
	height: auto;
	position: absolute;
	top: 40px;
	right: 7.5%;
	float: none;
	padding-top: 0px;
	padding-left: 0%;
	z-index: 150;
	text-align: left
	
}
#addressabove span , #addressabove p span{
	margin-right: 10px;
	margin-top: 8px;
	color: #ffffff;
	font-family: "Cairo", sans-serif;
}
#addressabove p{
	margin-right: 10px;
	margin-top: 8px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 0px;
	font-family: "Cairo", sans-serif;
}
.uppabove{
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
/*	background-color: rgba(5,5,5,0.7);*/
/*	border-bottom: solid 1px rgba(255, 255, 255, 0.12);*/
	display: none
}
.taimade{
	width: 84%;
	margin-left: 5%;
	margin-right: 5%;
	height: 180px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-left: 3%;
	padding-right: 3%;
	background-image: url(../sour/map-2.png) ,-webkit-linear-gradient(180deg,rgba(193,153,10,0.68) 0%,rgba(193,153,10,0.70) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(193,153,10,0.68) 0%,rgba(193,153,10,0.70) 100%),url(../sour/map-2.png);
	background-image: -o-linear-gradient(180deg,rgba(193,153,10,0.68) 0%,rgba(193,153,10,0.70) 100%),url(../sour/map-2.png);
	background-image: url(../sour/map-2.png) ,linear-gradient(270deg,rgba(193,153,10,0.68) 0%,rgba(193,153,10,0.70) 100%);
	background-repeat: no-repeat;
	
}
.taiimg{
	width: 7%;
	float: left
}
.taiimg img{
	width: 100%;
	height: 78px;
	margin-top: 50px
}
.taitext{
	width:70%;
	height: 130px;
	margin-top: 50px;
	float: left;
	margin-left: 2%
	
}
.taitext h1{
	font-family: 'Kumbh Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-align: left;
	line-height: 0
}
.taitext h2{
	font-family: 'Kumbh Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	text-align: left;
	line-height: 10px
}
.taibutton{
	width:20%;
	height: 130px;
	margin-top: 50px;
	float: left;
	margin-left: 1%
	
}
.taibutton h1{
	font-family: 'Kumbh Sans', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 50px;
	background-color: #E5E3E3;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 5px
}

#booknowmenu{
	width: 130px;
	height: 50px;
	position: fixed;
	top: 60px;
	right: 3%;
	background-color: #D30B0E;
	color: #ffffff;
	line-height: 50px;
	text-transform: uppercase;
	z-index: 3;
	border-radius: 8px;
	font-weight: bold;
	display: none
}

#booknowmenu:hover{
	background-color: #18448b;
}
.dropdown-content {
  display: none;
  position: absolute;
  width: 90px;
  font-family: "cairo", serif;
  right:0px;
  z-index: 250;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	transition: 1s
		
}

.langic:hover .dropdown-content {
  display: block;
}
.brancho{
	width: 30%;
	margin-left: 1%;
	margin-right: 1%;
	height: 200px;
	border-radius: 3px;
	border: 2px solid #ededed;
	float: left
}
/*.brancho i{
	margin-top: 30px;
	font-size: 50px;
	color: #3dd1d5
}*/
.brancho i{
	margin-top: 30px;
	font-size: 50px;
	
}
.brancho h2{
	color: #091c3a;
	letter-spacing: 2px
}
.brancho h3{
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #000000
}
/*font-family: 'Roboto', serif;*/
.titleallpage{
	width: 100%;
	padding-left: 0%;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
	font-family: 'Cairo', sans-serif;
	font-size: 13px
}
.zigfoot{
	width: 100%;
	height: 30px;
	background-image: url(../sour/zigzig2.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: -20px
}
.titleallpage .zigo{
	width: 100%;
	height: 30px;
	background-image: url(../sour/zigzig.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.titleallpage h3 img{
	width: 30px;
	height: 30px;
	padding-right: 10px;
	margin-right: 0px;
	border-right: 2px #A80C0F solid;
	float: left;
	margin-top: 10px
}
.titleallpage h2{
	    font-size: 38px;
    	font-family: "Cairo", sans-serif;

    font-weight: 700;
   line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
	letter-spacing: 0px

}

.titleallpage h3{
	    font-size: 42px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
	font-family: "Cairo", sans-serif;
   width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
	border-radius: 5px

}
.titleallpage p{
	font-family: "Cairo", sans-serif;
	line-height: 24px;
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: rgb(40, 54, 75)
}
.titleallpageleft{
	width: 100%;
	padding-left: 0%;
	text-align: left;
	margin-bottom: 40px;
	margin-top: 40px;
	font-family: 'Barlow', sans-serif;
	font-size: 13px
	
}
.titleallpageleft h2{
	    font-size: 35px;
    	font-family: "Poppins", sans-serif;

    font-weight: 700;
   line-height: 10px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
	letter-spacing: 2px

}

.titleallpageleft h3{
	    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
   width: 260px;
	margin-left: 0%;
	padding-top: 10px;
	padding-bottom: 0px;
	border-radius: 5px

}
.titleallpageleft p{
	width: 55%;
	line-height: 22px;
	line-height: 24px
}
#banercontinall2f{
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
	margin-top: 75px;
	overflow: hidden
}
#banercontinall2f .above{
	width: 100%;
	height: 39px;
	background-image: url(../sour/02.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	bottom: -15px;
	z-index: 5
}
#banercontinall2f img{
	width: 100%;
	height: auto;
	filter: brightness(60%);
	
}
#banercontinall2f .divtext {
	width: 70%;
	position: absolute;
	z-index: 100;
	top: 65%;
	font-size: 58px;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 2px;
	font-family: 'Hind', sans-serif;
	line-height: 35px
}
#banercontinall2f .divtext span {
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	color: #ffffff
}
#banercontinall2f .divtext span a {
	text-decoration: none;
	color: #ffffff;
	transition: 1s
}
#banercontinall2f .divtext span a:hover {
	color: #ff5d01
}
#buttons {
	display: none;
	position: absolute;
	top: -2%;
	right: -2%;
	width: 50px;
	height: 50px;
	z-index: 300;
	background-color: transparent
}

.button {
	padding: 10px 20px;
	font-weight: bold;
	letter-spacing: 5px;
	outline: none;
	cursor: pointer;
	color: white;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 4px;
	background-image: url(../sour/close.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#play-button {
	background-color: #2ECC71;
}
#play-button:hover {
	background-color: #27AE60;
}
#pause-button {
	background-color: #E67E22;
}
#pause-button:hover {
	background-color: #D35400;
}
#stop-button {
	background-color: transparent;
}
#stop-button:hover {
	background-color: transparent;
}
#pause-button,
#stop-button {
	margin-left: 0px;
}

.elang{
	
	width: auto;
	text-align: center;
	position: absolute;
	z-index: 1150;
	height: 60px;
	display: block;
	left: 7.7%;
		top: 10px;
		line-height: 24px;
		color: #ffffff;
		text-decoration: none
}
.elang a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold
}
body {
	text-align: center;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#banercontinall2x{
	position: relative;
	width: 100%;
	height: 60vh;
	z-index: 1;
	background-color: #0E0000;
	overflow: hidden
}
#banercontinall2x .above{
	width: 100%;
	height: 39px;
	background-image: url(../sour/over.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	bottom: 0px;
	z-index: 5
}
#banercontinall2x img{
	width: 100%;
	height: 100%;
	filter: brightness(60%);
	
}
#banercontinall2x .divtext {
	width: 100%;
	position: absolute;
	z-index: 100;
	top: 40%;
	font-size: 58px;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 2px;
	font-family: 'Hind', sans-serif;
}
#banercontinall2x .divtext span {
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	color: #ffffff
}
#banercontinall2x .divtext span a {
	text-decoration: none;
	color: #ffffff;
	transition: 1s
}
#banercontinall2x .divtext span a:hover {
	color: #ff5d01
}
.shseprog{
	width: auto;
	height: 60px;
	padding: 5px;
	background-color: #f89623;
	font-size: 32px;
	line-height: 60px;
	text-align: center;
	
}
.reserv{
	width:80%;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #e6e6e6;
	margin-top: -65px
}
.resleft{
	width: 60%;
	margin-right: 1%;
	float:left
}
.resright{
	width: 37%;
	padding-right: 1%;
	padding-left: 1%;
	float: right;
	background-color: #FFFFFF;padding-bottom: 20px
}
.resright h2{
	width:100%;
	text-align: left;
	font-size: 28px;
	font-weight: 700;
	font-family: 'Cairo', sans-serif;
	color: #464646;
	line-height: 12px
}
.resright h3{
	width:100%;
	text-align: left;
	font-size: 17px;
	font-weight: 700;
	font-family: 'Cairo', sans-serif;
	color: #464646;
	line-height: 10px
}
.resright p{
	width:100%;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Cairo', sans-serif;
	color: #464646;
	line-height: 10px
}
.resleft h2{
	width:100%;
	text-align: left;
	font-size: 28px;
	font-weight: 700;
	font-family: 'Cairo', sans-serif;
	color: #464646;
	line-height: 12px
}
.resright .reprice{
	width:100%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Cairo', sans-serif;
	color: #464646;
	line-height: 50px;
	background-color: #f89623;
	height: 50px;
	border-radius: 5px;
	margin-bottom: 10px
}
.resright input[type=checkbox]{
	float: left;
	margin-right: 5px
}
.resright label{
	
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Cairo', sans-serif;
	color: #464646;
	line-height: 12px;
	float: left
}
.resright input[type=submit]{
	
	background-color:#EC0D10;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Cairo', sans-serif;
	color: #ffffff;
	line-height: 12px;
	margin-top: 10px;
	height: 35px;
	outline: none;
	border:none;
	
}
.resleft .resll{
	width: 50%;
	float: left;
	text-align: left
}
.resleft .resll label{
	width:100%;
	text-align: left;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Cairo', sans-serif;
	color: #464646
}
.resleft .resll select{
	width:90%;
	text-align: left;
	font-size: 19px;
	font-weight: 500;
	font-family: 'Cairo', sans-serif;
	color: #464646;
	background-color: #CDCDCD;
	border-radius: 3px
}
.resleft .resll textarea{
	width:90%;
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Cairo', sans-serif;
	color: #464646;
	background-color: #ffffff;
	border-radius: 3px
}
.resleft .resll input[type=date]{
	width:90%;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Cairo', sans-serif;
	color: #464646;
	background-color: #ffffff;
	border-radius: 3px;
	outline: none;
	border:1px solid #D9D7D7
	
}.resleft .resll input[type=time]{
	width:90%;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Cairo', sans-serif;
	color: #464646;
	background-color: #ffffff;
	border-radius: 3px;
	outline: none;
	border:1px solid #D9D7D7
	
}
.resleft .resll input[type=number]{
	width:90%;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Cairo', sans-serif;
	color: #464646;
	background-color: #ffffff;
	border-radius: 3px;
	outline: none;
	border:1px solid #D9D7D7
	
}
.resleft .resll2{
	width: 100%;
	float: none;
	text-align: left
}
.resleft .resll2 label{
	width:100%;
	text-align: left;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Cairo', sans-serif;
	color: #464646
}

.resleft .resll2 textarea{
	width:90%;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Cairo', sans-serif;
	color: #464646;
	background-color: #ffffff;
	border-radius: 3px
}
.bookcon{
display: none
}
.mobyes{
	display: none
}
.mobno{
	
	float: right;
	line-height: 50px
}
.lilo{
	text-align: center;
    font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #01b7f2;
	font-size: 22px;
	text-transform: capitalize;
	font-style: normal;
	background-color: transparent;
    background-image: url(../sour/line.png);
    background-repeat: no-repeat;
    padding-bottom: 20px;
    position: relative;
    background-position: center bottom;
    z-index: 2;
}


.lilo:before, .lilo:after {
    background: #454545 none repeat scroll 0 0;
    bottom: 4.8px;
    content: "";
    height: 1px;
    left: -170px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100px;
}

.lilo:after {
    left: 160px;
}

.dyt{
			width: 40%;
			height: auto;
			margin-left: 30%;
			margin-right: 30%;
			border: 1px solid #C9C8C8;
			background-color: #ffffff
		}
		.dytup{
			width: 96%;
			height: 80px;
			padding-top: 30px;
			padding-bottom: 10px;
			padding-left: 2%;
			padding-right: 2%;
			background-color: #f89623;
			color: #ffffff;
			font-size: 23px;
			font-family: 'Lato', sans-serif;
			
		}.dytcont{
			width: 90%;
			margin-left: 5%;
			margin-right: 5%;
			height: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			padding-top: 5px;
			padding-bottom: 5px;
			text-align: left
			
		}
		.dytcont label{
			font-size: 16px;
			font-weight: normal;
			text-align: left;
			color: #454545;
		}
		.dytcont label span{
			color: #EF090D
		}
		.dytcont input{
			font-size: 16px;
			font-weight: normal;
			text-align: left;
			color: #454545;
			width: 98%;
			border: 1px #ACABAB solid;
			height: 30px;
			padding-left: 1%;
			margin-top: 5px;
			background-color: #DBD8D8;
			outline: none
		}
		.dytcont select{
			font-size: 16px;
			font-weight: normal;
			text-align: left;
			color: #454545;
			width: 99%;
			border: 1px #ACABAB solid;
			height: 30px;
			padding-left: 1%;
			margin-top: 5px;
			background-color: #DBD8D8;
			outline: none
		}
		.dytcont .radioon{
			float:left;
			color: #454545;
			width: 15px;
			height:15px;background-color: #FFFFFF
			
		}
		.dytcont textarea{
			font-size: 16px;
			font-weight: normal;
			text-align: left;
			color: #454545;
			width: 98%;
			border: 1px #ACABAB solid;
			height: 60px;
			padding-left: 1%;
			margin-top: 5px;
			background-color: #DBD8D8;
			outline: none
		}
		.dytcont input[type=submit]{
			font-size: 16px;
			font-weight: normal;
			text-align: center;
			color: #ffffff;
			width: 20%;
			border: 1px #ACABAB solid;
			height: 30px;
			padding-left: 1%;
			margin-top: 5px;
			background-color: #f89623;
			outline: none;
			margin-left: 40%;
			margin-right: 40%
		}
#banercontinall2{
	position: relative;
	width: 100%;
	height: 65vh;
	z-index: 1;
	background-color: #0E0000;
	overflow: hidden
}
#banercontinall2 .above{
	width: 100%;
	height: 39px;
	position: absolute;
	bottom: 0px;
	z-index: 5
}
#banercontinall2 img{
	width: 100%;
	height: 100%;
	filter: brightness(60%);
	
}
.pagee {
	text-align: center;
	display: block;
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
}

.pag2 {
	display: inline;
	float: left;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	color: #960;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	padding: 1px;
	border-radius: 5px;
}

.pag2 a {
	text-decoration: none
}



.pag3 {
	display: inline;
	float: left;
	height: 20px;
	width: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}

.pag3 a {
	display: inline;
	float: left;
	height: 20px;
	width: auto;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #960;
	font-weight: bold;
	text-decoration: none
}

.pag4 {
	display: inline;
	float: left;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
}

.pagact {
	display: inline;
	float: left;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	color: #960;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	padding: 1px;
	border-radius: 5px;
	background-color: antiquewhite
}
.pagact a{
text-decoration: none
}
.w {
	color: #333;
	font-weight: bold;
	text-align: center;
}
.carin{
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	height: 250px;
	background-color: #ffffff;
	box-shadow: -1px 3px 5px 5px rgba(222,212,212,0.75);
-webkit-box-shadow: -1px 3px 5px 5px rgba(222,212,212,0.75);
-moz-box-shadow: -1px 3px 5px 5px rgba(222,212,212,0.75);
	float: left;
	margin-bottom: 20px;
	overflow: hidden
}
.carin img{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 7%;
	height: 160px;
}

.carin .efo{
	
	transition: 2s
}
.carin:hover .efo{
	transform:scale(1.1)
}
.carinname{
	background-color: #020202;
	height: 40px;
	margin-top: 10px;
	width: 50%;
	margin-left: 10%;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
	float: left;
	color: #ffffff;
	line-height: 40px;
	letter-spacing: 2px
}
.carinname2{
	background-color: #01b7f2;
	height: 40px;
	margin-top: 10px;
	width: 30%;
	margin-right: 10%;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	color: #ffffff;
	text-align: center;
	z-index: 2;
	position: relative;
	line-height: 40px;
	letter-spacing: 2px
}
.carinname2 .er{
	position: absolute;
	left: -21px;
	z-index: 5;
	width: 20%;
	height: 40px;
	top: 0
}
.carinname2 .er img{
	height: 40px;
	width: 100%;
	margin-top: 0px
}
.footerend{
	width: 80%;
	text-align: center;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 82px;
	margin-left: 0%;
	margin-right: 10%;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid rgba(247,247,247,0.47);
	
	height: 82px
}
.footerend img{
	width: 25%;
	float: right;
	margin-right: 10%;
	height: 30px;
	margin-top: 30px
}
.trustedall{
	width: 80%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../sour/clients.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-left: 10%;
	padding-right: 10%
}
.trustedall h1{
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	line-height: 45px;
	text-transform: capitalize;
	color: #ffffff
}
.trust1{
	width: 14%;
	margin-left: 1%;
	margin-right: 1%;
	
	height: 105px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	margin-bottom: 20px
}
.trust1 img{
	width:100%;
	height: 105px
}
.contindex{
	width:30%;
	margin-right: 1%;
	margin-left: 1%;
	height: 250px;
	float: left
}
.contindex i{
	
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 55px;
	padding: 15px;
    color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 0 11px 1px rgb(0 0 0 / 20%);
	line-height: 70px
}
.contindex p{
	font-size: 17px;
	color: #212121;
	font-family: 'Poppins', sans-serif;
	font-weight: 700
}
.contindex p span{
	font-size: 16px;
	color: #777777;
	font-family: 'Roboto', sans-serif;
	font-weight: 400
}
.abountindex{
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	height: auto;
	padding-top: 45px;
	padding-bottom: 30px;
	background-color: #f3f2ed;
	background-repeat: no-repeat;
	position: relative;
	background-position: center right;
	background-size: contain;
	background-image: url(../sour/home-1-img-1.jpg);
}
.imgcarr{
	position: absolute;
	bottom: -80px;
	left: 3%;
	
}
.abountindex h1{
	font-size: 48px;
	color: #212121;
	font-family: 'Poppins', sans-serif;
	font-weight: 700
}
.abountindex h1 span{
	font-size: 40px;
	color: #3c4251;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-transform: uppercase
}


.aboutleftin .abl{
	width: 15%;
	height: 70px;
	background-color: #3c4251;
	float: left;
	color: #ffffff;
	font-size: 42px;
	text-align: center;
	line-height: 70px;
	margin-bottom: 10px
}
.abr{
	width: 26%;
	
	height: 250px;
	border-radius: 5px;
	float: left;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-top: 30px;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 1.5s;
	border: 1px solid #CCCCCC;
}

.abreff{
	-ms-transform: rotatey(360deg); /* IE 9 */
  transform: rotatey(360deg);
}
.aboutleftin .abr h1{
	font-size: 18px;
	color: #ffffff;
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 0px
}
.aboutleftin .abr i{
	
	border-radius: 50%;
	width: 75px;
	height: 75px;
	
	line-height: 70px;
	font-size: 75px;
	text-align: center
}
.aboutleftin .abr:hover i{
	color: #ffffff;
	
}
.aboutleftin .abr p{
	font-size: 15px;
	color: #cccccc;;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	line-height: 20px;
	margin-top: 0px
	
}
.aboutleftin h2{
	font-size: 20px;
	color: #ffffff;
	font-family: 'Cairo', sans-serif;
	font-weight: 700
}

.aboutleftin p{
	font-size: 14px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 55px;
	
}
.aboutleftin .cd{
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
	
	font-size: 14px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.aboutleftin .cd i{
	color: #ff385c;
	font-size: 22px;
	margin-right: 20px
	
}
.aboutleftin{
	float: right;
	width: 56%;
	margin-right: 2%;
	text-align: left;
	height: 400px;
	margin-top: 10px;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 35px;
	padding-bottom: 35px;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.aboutrightin{
	float: left;
	width: 32%;
height: 400px;
	z-index: 10;
	position: absolute
}
.aboutrightin input{
	height: 45px;
	text-align: left;
	direction: ltr;
	padding-left: 2%;
	width: 45%;
	color: #000000;
	margin-bottom: 20px;
	border-radius: 3px;
	outline: 0px;
	border:none;
	margin-right: 2%;
	background-color: #ffffff;
	float: left
}.aboutrightin input:placeholder{
	
	color: #888888
}
.aboutrightin textarea{
	height: 95px;
	text-align: left;
	direction: ltr;
	padding-left: 2%;
	width: 95%;
	color: #000000;
	margin-bottom: 10px;
	border-radius: 3px;
	outline: 0px;
	border:none;
	background-color: #ffffff;
	float: left;
	padding-top: 10px
}.aboutrightin input:placeholder{
	
	color: #888888
}
.aboutrightin input[type=submit]{
	width: 80%;
	margin-left: 10%;
	color: #000000;
	outline: none;
	border: none;
	border-radius: 3px;
	text-align: center;
	float: left;
	font-size: 16px;
	margin-top: 25px
	
}
.aboutrightin img{
	width: 100%;
	height: 550px
}
.aboutrightin h2{
	color:#000000;
	font-family: 'Cairo', sans-serif;
	font-size: 23px;
	font-weight: 700;
	text-align: left
}
.abountindex h3{
	color:#ede8e0;
	font-family: 'Cairo', sans-serif;
	font-size: 70px;
	font-weight: 700;
	text-align: left;
	position: absolute;
	top: -50px;
	z-index: 1;
	left: 7%
	
}
.aboutrightin h4{
	color: #000000;
	font-family: 'Cairo', sans-serif;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	background-color: rgba(252,252,252,0.58);
	width: auto
}
.aboutrightin p{
	color:#cccccc;
	font-family: 'Arimo', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-align: left
}
.aboutrightin .fa-check{
	
	font-size: 15px;
	padding-right: 10px
}
.mface{
	position: fixed;
	bottom: 15px;
	width: 50px;
	height: 50px;
	font-size: 35px;
	color: #ffffff;
	border-radius: 50%;
	line-height: 50px;
	right: 60px;
	background-color: #1877F2;
	text-align: center;
	z-index: 1100;
}
 
.watzapp{
	position: fixed;
	bottom: 15px;
	width: 50px;
	height: 50px;
	font-size: 35px;
	color: #ffffff;
	border-radius: 50%;
	line-height: 50px;
	right: 5px;
	background-color: #037805;
	text-align: center;
	z-index: 1100;
	
}
.fotrupz{
	position: fixed;
	bottom: 15px;
	width: 35px;
	height: 30px;
	
	border-radius: 5px;
	left: 2%;
	
	text-align: center;
	z-index: 1100;
	padding-top: 7px
}
.fotrupz img{
	height: 33px;
	width: 100%;
	 -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.fotrupz i{
	color: #ffffff;
	margin-top: 0px;
	font-size: 19px
	
}
.clear{
	clear:both;
	height: 0px;
}
img {
	image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;

}
/* eff all */
.effall{
	
	-webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    transition: color .3s ease,opacity .3s ease,border .3s ease,background .3s ease,box-shadow .25s ease-in-out;
    
   
   
    border: 15;
    -webkit-background-clip: border-box !important;
    -moz-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    outline-width: 1px;
    outline-style: solid;
    outline-offset: 1px;
	
}
		.effall:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.effall:hover:before, .effall:focus:before, .effall:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* eff all */
#cflight{
	width: 11%;
	height: 35px;
	position: absolute;
	top: 55px;
	right: 2%;
	float: left;
	padding-top: 0px;
	padding-left: 0%;
	z-index: 6;
	border-radius: 8px;
	border: 2px solid #01B7F2;
	line-height: 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #01B7F2;
}
#cinfo{
	width: auto;
	height: 35px;
	position: absolute;
	top: 3px;
	left: 2%;
	float: left;
	padding-top: 0px;
	padding-left: 0%;
	z-index: 6;
	
	
}
#cinfo div{
	line-height: 45px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	float: left;
	margin-right: 20px
}
#cinfo div .fa{
	margin-right: 12px;
	float: left;
	line-height: 45px;
	font-weight: 600;
	font-size: 14px;
}
#linedash{
	width: 80%;
	left: 11%;
	position: absolute;
	top: 40px;
	height: 2px;
	border-bottom: 1px solid #DFDFDF;
	z-index: 2;
	opacity: 0.6
}
#csocial1{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0%;
	float: none;
	padding-top: 0px;
	padding-left: 0%;
	z-index: 150;
	display: none
	
}

#csocialabove{
	width: 19%;
	height: auto;
	position: absolute;
	top: 30px;
	left: 7%;
	float: right;
	padding-top: 0px;
	padding-left: 0%;
	z-index: 160;
	
	
}

 #csocialabove .fa-facebook , #csocialabove .fa-twitter , #csocialabove .fa-instagram , #csocialabove .fa-youtube , #csocialabove .fa-whatsapp{
	width:28px;
	height: 28px;
	line-height: 30px;
	float: left;
	font-size: 21px;
		margin-right: 5px;
	border-radius: 4px;
	margin-top: 8px;
	 
	 transition: 1s
}


#csocialabove span{
	float: left;
	margin-right: 5px;
	margin-top: 11px;
	color: #ffffff;
	font-weight: 600
}
#cbook{
	width: 13%;
	height: 45px;
	position: fixed;
	top: 75px;
	right: 1%;
	float: none;
	padding-top: 0px;
	padding-left: 0%;
	z-index:150;
	transition: 1s;
	line-height: 45px;
	border-radius: 5px;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 800;
	color: #ffffff;
	font-family: 'Cairo', sans-serif;
	
	border: solid 5px rgba(255,255,255,0.30);
    
    box-shadow: 0 0 5px rgba(255,255,255,0.30) inset;
	
}
#cbook h2{
	width: 95%;
	height: 36px;
	line-height: 36px;
	margin-top: 4.5px;
	background-color: rgba(255,255,255,0.30);
	font-size: 13px;
	font-weight: 800;
	color: #ffffff;
	font-family: 'Cairo', sans-serif;
	margin-left: 2.55%;
	margin-right: 2.55%;
	border-radius: 5px;
}
#clogo{
	width: 14%;
	height: auto;
	position: absolute;
	top: 0px;
	float: none;
	padding-top: 0px;
	padding-left: 0%;
	z-index: 150;
	transition: 1s;
	left: 50%;
    transform: translate(-50%, 25%); /* This moves the div back to the center */
	
}
#clogo img{
	width: 190px;
	height: 51px;
	margin-top: 8px;
	
}
.cmenl1{
	width:90%;
	
	float: none;
	margin-top: 10px;
	height: 110px;
}
.menucol{
	color: #d41d38;
	
}
.menucolw{
	color: #d41d38;
	
}
.menucol:hover{
	
	
}
.menucolw:hover{
	
	
}
#csocial{
	width: 98%;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	padding-top: 10px;
	padding-left: 1%;
	padding-right: 1%;
	z-index: 5;
	border-bottom: 1px solid #ffffff;
}
.cmenz{
	margin-top: -50px;
}
.cmenw{
	margin-top: -50px;
	background-color: rgba(255,255,255,1.00);
	padding-top: 30px;
	padding-bottom: 30px
}

.cmenbackground{
	
	background-color: rgba(255,255,255,1);
	
}
.cmen1{
	margin-top: -65px;
	
}
.cmen1book{
	margin-top: -75px;
	
}

.cmen1book{
	margin-top: -64px;
	border: solid 5px rgba(32, 149, 174,0.30); 
    box-shadow: 0 0 5px rgba(32, 149, 174,0.30) inset;
}
.cmen1book1{
	margin-top: 0px;
	
}

.cmenl{
	width:90%;
	
	float: none;
	margin-top: 5px;
	height: 95px
}
#cmenu{
	
	height: auto;
	position: fixed;
	
	right: 0%;
	
	float: right;
	padding-top: 20px;
	padding-bottom: 15px;
	z-index: 150;
	left: 0%;
	transition: 1s;
	display: flex;
	justify-content: center;  /* This centers the menu horizontally */
	align-items: center;
	border-top: 1px solid rgba(255,255,255,0.43);
	border-bottom: 1px solid rgba(255,255,255,0.43);
}
.cmenz{
	margin-left: 7.5%;
	margin-right: 7.5%;
	width: 85%;
	top: 150px;
}
.cmen{
	margin-top: 0px;
	background-color: rgba(255,255,255,1);
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%
}

#cmenudr{
	width: 75%;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0%;
	padding-left: 20%;
	padding-right: 5%;
	float: left;
	padding-top: 30px;
	padding-bottom: 20px;
	z-index: 4;
	right: 10%;
	
}
.conline{
	width: 6%;
	height: 40px;
	line-height: 0px;
	position: absolute;
	top: 5px;
	right: 0%;
	float: left;
	text-transform: uppercase;
	padding-left: 0%;
	padding-right: 0%;
	z-index: 7;
	font-size: 20px;
	color: #FFFFFF;
}


.conline  .whatsinfo {
 width: auto;
	height: 40px;
	float: left;
	font-size: 13px;
	color:rgba(255, 255, 255, 0.95);
	font-weight: 400;
	line-height: 50px;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	
}

.conline  .whatsinfo div {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid rgba(255,255,255,0.44);
	line-height: 40px;
	height: 40px
}
.conline  .whatsinfo div:nth-child(2) {
border-right:0px solid
	
}
.conline  .whatsinfo div i {
float: left;
	margin-right: 5px;
	line-height: 40px;
	font-size: 12px;
	color: #3dd1d5
}
.conline  .wdiv {
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid rgba(255,255,255,0.44);
	line-height: 25px;
	height: 40px;
	font-size: 16px;
	color:rgba(255, 255, 255, 0.95);
	font-weight: 400;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	width: auto
	
}
.conline .wdiv span{
	line-height: 30px;
	font-family: 'Cairo', cursive;
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	
}
.langic {
	position: absolute;
	width: auto;
	height: auto;
	padding-left: 0px;
	padding-top: 5px;
	color: #000000;
	font-size: 13px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	right: 1%;
	z-index: 250;
	cursor:pointer
}
.langic span{
	color: #ffffff;
	font-size: 17px
}
.langic img{
	float: left;
	width: 25px;
	height: 20px;
	margin-right: 5px
	
}
.invert{
	filter: brightness(0) invert(1);
}
.conline  .fa-whatsapp {
 color:#6ba61e;
	background-color:transparent;
	float:none;
	font-size: 28px;
	padding-left: 10px;
	padding-top: 10px;
	margin-right: 5px
	
}
.conline  .fa-facebook {
  color:#ffffff;
	float:right;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	border-radius: 5px;
	margin-left: 3px;
	margin-right: 3px;
	transition: 0.5s
}
.conline  .fa-twitter {
 color:#ffffff;
	float:right;
	font-size: 14px;
	padding-left: 7px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	margin-top: 10px;
	border-radius: 5px;
	margin-left: 3px;
	margin-right: 3px;
	transition: 0.5s
	
}
.conline  .fa-instagram {
 color:#ffffff;
	float:right;
	font-size: 15px;
	padding-left:7px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	
	margin-top: 10px;
	border-radius: 5px;
	margin-left: 3px;
	margin-right: 3px;
	transition: 0.5s
	
}
.conline  .fa-youtube {
 color:#ffffff;
	float:right;
	font-size: 14px;
	padding-left: 7px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	margin-top: 10px;
	border-radius: 5px;
	margin-left: 3px;
	margin-right: 3px;
	transition: 0.5s
	
}
.conline  .fa-linkedin:hover , .fa-instagram:hover , .fa-twitter:hover , .fa-facebook:hover {
	
	
}
#banercontinallv{
	position: relative;
	width: 100%;
	height: 85vh;
	z-index: 1;
	background-color: #0E0000;
	overflow: hidden
}
#banercontinallv img{
	width: 100%;
	height: auto;
	filter: brightness(60%)
}
#banercontinall{
	position: relative;
	width: 100%;
	height: 130vh;
	z-index: 1;
	overflow: hidden;
	margin-top: 0px;
	text-align: center;
}
#banercontinall img{
	width: 100%;
	object-fit: cover;
	min-height: 130vh;
	height: 130vh;
}
#banercontinall .above{
	width: 100%;
	height: 39px;
	background-image: url(../sour/02.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	bottom: 0px;
	z-index: 5
}
#banercontinall img{
		filter: brightness(90%);
	object-fit: cover;
	min-width: 100%;
	min-height: 100vh
	
	
}
#banercontinall .divtext {
	width: 90%;
	position: absolute;
	z-index: 100;
	top: 40%;
	font-size: 21px;
	text-align: right;
	font-weight: 800;
	color: #ffffff;
	margin-right: 10%;
	font-family: 'Cairo', sans-serif;
}
#banercontinall .divtext h2 {
	font-size: 48px;
	text-align: right;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Cairo', sans-serif;
	line-height: 60px;
	margin-top: 30px
}

#banercontinall .divtext span a{
	font-size: 24px;
	text-align: center;
	font-weight: 400;

	color: #ffffff;
	text-decoration: none
}
#banercontinall2 .divtext {
	width: 100%;
	position: absolute;
	z-index: 100;
	top: 65%;
	font-size: 58px;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 2px;
	font-family: 'Hind', sans-serif;
	line-height: 35px
}
#banercontinall2 .divtext span {
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	color: #ffffff
}
#banercontinall2 .divtext span a {
	text-decoration: none;
	color: #ffffff;
	transition: 1s
}
#banercontinall2 .divtext span a:hover {
	color: #ff5d01
}
#banercontin{
	position: relative;
	width: 100%;
	height: 135vh;
	z-index: 1;
	margin-top: 0px;
	
}
.shad2{
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index:90;
	top: 0;
	left: 0;
	background-color: rgba(5,92,155,0.5);
}
.shad{
	position: absolute;
	width: 100%;
	height: 155vh;
	z-index:90;
	top: 0;
	left: 0;
	background-color: rgba(5,92,155,1);
}
.shdin{
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index:90;
	top: 0;
	left: 0;
	background-color: rgba(5,92,155,0.0);
}
.white-wave{
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0;
	z-index: 10;
	background-image: url(../sour/white-wave.png);
}
.searchback{
	width: 100%;
	height: 200px;
	
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../sour/searchb.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.searchback .lft{
	width: 30%;
	height: 70px;
	line-height: 44px;
	font-family: 'Roboto', sans-serif;
	font-size: 33px;
	color: #ffffff;
	font-weight: 700;
	
	letter-spacing: 1px;
	float: left
	
}
.searchback .lft .fa{
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px
}
.searchback .rt{
	width: 70%;
	height: 70px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-size: 33px;
	color: #ffffff;
	font-weight: 700;
	padding-top: 30px;
	letter-spacing: 1px;
	float: left;
	position: relative
}
.searchback .rt input[type=text]{
	width:30%;
	height: 50px;
	outline: none;
	
	float: left;
	margin-left: 2%;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #D9D8D8;
}
.searchback .rt input[type=date]{
	width:30%;
	height: 50px;
	outline: none;
	
	float: left;
	margin-left: 2%;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #D9D8D8;
}
.searchback .rt select{
	width:30%;
	height: 50px;
	outline: none;
	
	float: left;
	margin-left: 2%;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #686767;
	margin-bottom: 20px
}
.searchback .rt .prse{
	position: absolute;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	height: 50px;
	outline: none;
	left:35%;
	margin-right: 2%;
	font-family: 'Roboto', sans-serif;
	font-size: 52px;
	color: #ffffff;
	margin-bottom: 15px;
	background-color: #ff5d01;
	line-height: 50px;
	min-width: 60px
}
.searchback .rt .prsecoin{
	position: absolute;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: 50px;
	outline: none;
	left:48%;
	margin-left: 2%;
	font-family: 'Roboto', sans-serif;
	font-size: 52px;
	color: #ffffff;
	margin-bottom: 15px;
	line-height: 50px
}
.searchback .rt input[type=submit]{
	width:12%;
	height: 120px;
	outline: none;
	border-radius: 5px;
	
	float: left;
	margin-left: 34%;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #ffffff;
	
	margin-top: -75px
	
}
.searchback .lft span{
	font-size: 22px;
	
	font-weight: 400
	
}
.carlogo{
	width: 100%;
	text-align: center;
	height: auto
}
.carlogo img{
	width: 145px;
	height: 33px
}
/* start social style */
#csocial ul {
	list-style: none;
	margin-bottom: auto;
	margin-top: -5px;
}

#csocial ul li {
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  
  float: right;
  transition: all 0.5s ease;
	
}
#csocial ul li img {
	width: 25px;
	padding-top: 5px
}
#csocial ul li .fa {
  color: #ffffff;
  margin-top: 2px;
  transition: all 0.5s ease;
	font-size: 18px
}


#csocial ul li .fa-facebook {
color: #ffffff;
	padding-left: 7px;padding-right: 7px;padding-top: 5px;padding-bottom: 5px;
	border-radius: 5px
}
#csocial ul li:hover .fa-facebook {
  color: #0a5fdf;
  text-shadow: 0 0 5px #ffffff;
  transition: all 0.5s ease;
	background-color: transparent;
}


#csocial ul li .fa-twitter {
  color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	
}
#csocial ul li:hover .fa-twitter {
  color: #00aced;
  text-shadow: 0 0 2px #ffffff;
  transition: all 0.5s ease;
	background-color: transparent;
}


#csocial ul li .fa-instagram {
  color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	
}
#csocial ul li:hover .fa-instagram {
  color: #bc2a8d;
  text-shadow: 0 0 5px #ffffff;
  transition: all 0.5s ease;
	background-color: transparent;
}



#csocial ul li .fa-whatsapp {
  color: #ffffff;
	padding: 5px;
	border-radius: 5px
}
#csocial ul li:hover .fa-whatsapp {
  color: #4dc247;
  text-shadow: 0 0 5px #ffffff;
  transition: all 0.5s ease;
	background-color:transparent;
}
/* end social style */
/* start banner style */
.swiper-container {
      width: 100%;
      height: 100%;
     background-color: rgba(5,92,155,1);
    }
    .swiper-slide {
      font-size: 18px;
      color:#fff;
     
    }
    .parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 130%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }
    .swiper-slide .title {
	font-size: 17px;
	font-weight: 400;
	position: absolute;
	top: 45%;
	left: 8%;
	font-family: 'Roboto', sans-serif;
	width: auto;
	text-align: left;
	background-color: #ED0509;
		padding: 5px;
		letter-spacing: 4px;
		text-transform: uppercase
    }
    .swiper-slide .subtitle {
      font-size: 44px;
      font-weight: 300;
		position: absolute;
		top: 54%;
		left: 8%;
		font-family: 'Roboto', sans-serif;
		width: auto;
		text-align: left;
		letter-spacing: 4px;
		text-transform: uppercase
    }
    .swiper-slide .text {
	font-size: 21px;
	font-weight: 300;
	position: absolute;
	top: 350px;
	left: 42%;
	
	
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 25px;
		padding-right: 25px;
	color: rgba(86,85,85,1.00);
    }
	/* .banimg{
		 width: 100%;
		 height: 110vh;
		 position: absolute;
		 z-index: 0;
		 left:0;
		 top: 0;
	 }*/
.banimg{
width: 100%;
height: 135vh;
		
			 
			 }
/* end banner style */



/*end meny style */
.contallw{
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	height: auto
}
.contallw h1{
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	font-family: 'Varela Round', sans-serif;
	letter-spacing: 2px;
	line-height: 45px;
	text-transform: capitalize
}
.contallw h1 span{
	color: #e01a4b;
	
}
.contall{
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	height: auto
}
.contall h1{
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	font-family: 'Varela Round', sans-serif;
	letter-spacing: 2px;
	line-height: 45px;
	text-transform: capitalize
}
.contall h1 span{
	color: #e01a4b;
	
}
.why h3{
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	z-index: 5;
	padding-top: 80px;
	color: #ffffff
}.empcont h1{
	font-size: 39px;
	text-align: center;
	font-weight: 700;
	z-index: 5;
	padding-top: 0px;
	color: #01b7f2;
	font-family: 'Varela Round', sans-serif;
}
.goout{
	width: 28%;
	height: 260px;
	overflow: hidden;
	position: relative;
	float: left;
	transition:transform 2.2s;
	border: 13px solid #f2efea;
	margin-left: 1%;
			margin-right: 1%;
			margin-bottom: 20px;
			background-color: #f2efea
		}
		
		
		
		.goout img{
			width:100%;
			height: 200px;
			transition: transform .5s ease;
			filter: brightness(100%)
		}
		.goout:hover img{
		transform : scale(1.4)
		}
		.goout .goouttext{
			width:100%;
			position: absolute;
			z-index: 100;
			bottom:0%;
			font-size: 17px;
	
	font-weight: 400;
			text-transform: capitalize;
			color:#28364b;
			letter-spacing: 2px;
			text-align: left;
			line-height: 40px
		}
		.goout .gooutbut{
	width: 30%;
	position: absolute;
	z-index: 100;
	bottom: 1%;
	font-size: 14px;
	
	font-weight: 400;
	text-transform: capitalize;
	color: #000000;
	letter-spacing: 2px;
	text-align: center;
	height: 30px;
	line-height: 27px;
	background-color: #15B0FB;
			right: 1%
		}
		.gooutdiv{
			overflow: hidden;
			width: 100%;
			height: 200px
		}
		


.goout:hover .caption::before{-webkit-transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 120%, 0);transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -145%, 0)}

.caption::before{position:absolute;top:0;left:0;width:100%;height:100%;background:#01b7f2;content:'';transition:transform 2.2s;-webkit-transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -120%, 0);transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 90deg) translate3d(0, 100%, 0);z-index:0}

.caption{background:#01b7f2;color:#fff;z-index: 1}
.hide {
    opacity:0;
	bottom:2vh
}
.show {
    opacity:1;
    bottom:25vh;
}


.mapbaner{
   width:20%;
	height: auto;
	position: absolute;
	
	left:10%;
	z-index: 10;
	
    transition: all 2s;
}


.mapbaner .fa{
	font-size: 32px;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 50%;
	width: 12%;
	height: 30px;
	float: left;
	
}
.mapbaner .underfa{
	width: 86%;
	height: 25px;
	background-color: rgba(206,189,136,0.63);
	float: right;
	margin-top: 5px;
	margin-left: -20px;
	padding: 1%;
	line-height: 27px;
	cursor: pointer;
	font-weight: 500;
	border-radius: 5px;
	font-size: 18px;
	color: #000000
}
.happybaner{
   width:20%;
	height: auto;
	position: absolute;
	right:10%;
	
	z-index: 10;
	 transition: all 2s;
}
.happybaner .fa{
	font-size: 32px;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 50%;
	width: 12%;
	height: 30px;
	float: right;
	
}
.happybaner .underfa{
	width: 86%;
	height: 25px;
	background-color: rgba(206,189,136,0.63);
	float: left;
	margin-top: 5px;
	margin-right: -20px;
	padding: 1%;
	line-height: 27px;
	cursor: pointer;
	font-weight: 500;
	border-radius: 5px;
	font-size: 18px;
	color: #000000
}

.rainbow-1:hover{
   background-image: linear-gradient(90deg, #ffffff 0%, #01b7f2 49%);
   animation:slidebg 5s linear infinite;
}
@keyframes slidebg {
  to {
    background-position:20vw;
  }
}
.rainbow-11:hover{
   background-image: linear-gradient(-90deg, #ffffff 0%, #01b7f2 49%);
   animation:slidebg1 5s linear infinite;
}
@keyframes slidebg1 {
  to {
    background-position:-20vw;
  }
}
.showmoreall{
	width: 20%;
    height: 40px;
    line-height: 40px;
    color: #000000;
    
    
    margin-left: 40%;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
	margin-bottom: 30px;
	
	font-family: 'Roboto', sans-serif;transition: 0.5s
}
.showmoreall:hover{
	
}
		/*
.showmoreall:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	color: #000000;
}

.showmoreall:hover:before, .showmoreall:focus:before, .showmoreall:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
	color: #000000
}
*/
.qshowmoreall{
	width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #01b7f2;
    
    margin-left: 40%;
    border-radius: 10px;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    margin-top: 20px;
	margin-bottom: 30px;
	-webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    transition: color .3s ease,opacity .3s ease,border .3s ease,background .3s ease,box-shadow .25s ease-in-out;
    
   
   
    border: 0;
    -webkit-background-clip: border-box !important;
    -moz-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0px 0 50px #01b7f2;
    outline-width: 1px;
    outline-style: solid;
    outline-offset: 1px;
	font-family: 'Roboto', sans-serif;
}

		.qshowmoreall:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  background:#01b7f2;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	color: #000000;
}

.qshowmoreall:hover:before, .qshowmoreall:focus:before, .qshowmoreall:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
	color: #000000
}
.why{
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(../sour/whyback.jpg);
	margin-top: 30px;
	margin-bottom: 250px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	background-color: rgba(11,1,1,1.00);
	background-size: 100% 900px;
	padding-bottom: 250px
}
.whycaron{
	position: absolute;
	bottom: -200px;
	width: 100%;
	z-index: 1
}
.whycaron img{
	float: right;
	width: 95%;
	height: 500px;
	margin-right: 2%
}
.wavewhy{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0;
	z-index: 1;
	height: 70px;
	background-image: url(../sour/wave2.png);
	background-repeat: no-repeat;
}
.wavewhy2{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0;
	z-index: 1;
	height: 70px;
	background-image: url(../sour/wave1.png);
	background-repeat: no-repeat;
}

.footer{
	width: 80%;
	height: 500px;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
	background-image: url(../sour/footer_bg.png);
	background-repeat: no-repeat;
	background-position: top  right;
	background-color: #00111e
}
.footer .rob{
	width: 100%;
    position: absolute;
    left: 0%;
    top: -10px;
    height: 30px;
    background-image: url(../sour/rope.png);
    background-repeat: repeat-x;
    background-position: left center;
    z-index: 400;
}
.footer::after{
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../sour/rope.png);
}
.footeradd{
width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	height: 80px;
	border:1px solid #273a65;
	margin-top: 75px;
	margin-bottom: 75px;
	
}
.footeradd .finfo{
	width:30%;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: #212121;
	line-height: 26px;
	float: left;
	margin-left: 3%;
	border-right: 1px solid #273a65
}
.footeradd .finfo:nth-child(3){
	border-right: none
}
.footeradd .finfo i{
	float: left;
	margin-right: 15px;
	width: 70px;
	height: 70px;
	
	font-size: 44px;
	color: #ffffff;
	 transform: scaleX(-1);
	line-height: 70px;
	text-align: center;
	
	
}
.footeradd .finfo span{
	color:#bbc1ce;
	font-size: 14px
}
.carleftfot{
	position: absolute;
	bottom: 0px;
	left: -4%;
	z-index: 2
}
.carrightfot{
	position: absolute;
	bottom: 0px;
	right: -6%;
	z-index: 2
}
.wavewhy3{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0;
	z-index: 1;
	height: 120px;
	background-image: url(../sour/wave3.png);
	background-repeat: no-repeat;
	background-size: 100% 120px
}
.wavewhy3 h3{
	padding-top: 6%;
	color: #ffffff
}
.footerlefttrip{
	width: 16%;
	margin-right: 2%;
	float: left;
	z-index: 4;
	
}
.footerlefttrip .tripadv{
	width: 210px;
	height: 100px;
	margin-top: 40px
}
.footerleft{
/*	width: 24%;*/
	margin-right: 1%;
	float: right;
	z-index: 4;
	
	
}
.footerleft .tripadv{
	width: 210px;
	height: 100px;
	margin-top: 20px;
	float: right
}
.footerleft input[type="email"]{
	width: 70%;
	float: left;
	height: 30px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-right: 0px
}
.footerleft input[type="image"]{
	width: 20%;
	float: left;
	height: 30px;
	background-color: #f7921e;
	border: none;
	outline: none;
	margin-left: -1px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top: 1px
	
}
.fotpad{
	padding-left: 5%;
	width:18%
}

.footerleft .footlogo{
	width:200px;
	height: 69px;
	float: right;
	margin-right: 0%;
	
}
.footerend .master{
	width: 205px;
	height: 30px;
	float: right;
	margin-top: 30px;
	filter:  brightness(100%) invert(0)
}
.footerleft .galfot{
	width: 46%;
	height: 75px;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 2%;
	border-radius: 2px;
	transition: 0.9s
}
.footerleft .galfot:hover{
	filter: brightness(40%)
}
.footerleft .hours{
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 20px
}
.footerleft .fas{
	font-size: 11px;
	color: #01b7f2;
	
}
.footerleft .hours span{
	margin-left: 5%;
	color: #e2b756
}
.footerleft h1{
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase
}
.footerleft h3{
	font-size: 30px;
	font-family: "Cairo", serif;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	text-align: right;
	text-transform: capitalize;
	letter-spacing: 0px
}

.footerleft p{
	font-size: 15px;
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 26px;
	color: #ffffff;
	text-align: right;
	margin-left: 0%
}
.footerleft .fa-envelope{
	line-height: 30px
}
.footerleft .tags{
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 10px;

	padding-top: 10px;
	float: left;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #FFFFFF;text-align: left
}
.footerleft .tags:hover{
	color: #ffffff;
}
.footerleft .logfooter{
	width: 100%;
	margin-left: 0%;
	height: 120px;
	margin-bottom: 50px
}
.footerleft .payfooter{
	width: 70%;
	margin-left: 5%;
	height: 31px
}

.footerleft i{
	font-size: 24px;
	margin-right: 3%
}
.footerleft .fa-facebook , .footerleft .fa-twitter , .footerleft .fa-instagram , .footerleft .fa-youtube , .footerleft .fa-whatsapp ,   .footerleft .fa-skype ,   .footerleft .fa-tiktok ,   .footerleft .fa-x-twitter{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: right;
	color: #ffffff;
	border-radius: 20%;
	font-size: 18px;
	transition: 1s;
	margin-right: 2%
}
.footerleft .ssocial{
	width: 35px;
	height: 35px;
	margin-right: 2%;
	float: right
}
.footbig{
	width: 36%;
	
}
.footsmall{
	width: 20%
}
.footerleft .fa-whatsapp{
/*background-color: #1A8804;*/

}
.footerleft .fa-facebook{
/*background-color: #3b5998;*/

}
.footerleft .fa-twitter{
/*background-color: #1da1f2;*/

}
.footerleft .fa-instagram{
/*background-color: #de4b39;*/

}
.footerleft .fa-youtube{
/*background-color: #d0201f;*/

}
.footerleft .fa-map-marker , .footerleft .fa-phone , .footerleft .fa-envelope{
	color: #222121;
	font-size: 20px;
	float: right;
	padding-right: 0px;
	margin-left: 5px
}
.footerleft .pf{
	line-height: 15px
}
.serfot{
	width: 100%;
	height: 70px;
	position: relative;
	padding-bottom: 5px
	
}
.serfot img{
	width:40%;
	height: 70px;
	float: left
}
.serfot .sernamefot{
	width:58%;
	
	float: left;
	padding-left: 2%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	text-align: left
}
.footerleft .infofot{
	font-size: 15px;
	color: #ffffff;
	float: right;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	width: 90%;
	padding-bottom: 0px;
	 text-transform: capitalize;
	text-align: right;
	margin-bottom: 30px;
	letter-spacing: 0px;
	line-height: 10px
}
.footerleft .infofot i{
font-size: 12px;
	margin-left: 3px;
	float: right
}
.footerleft .infofot a{
	
	text-decoration: none;
	transition: 1s
	
}

.footerleft input{
	width: 90%;
	
	float: left;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 1%;
	color: #210101;
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 15px;
	border: 1px solid #025686;
	outline: none
}
		.footerleft input[type=submit]{
	width: 40%;
	
	float: left;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	padding-left: 1%;
	color: #ffffff;
	background-color: #d4a656;
	border-radius: 5px;
	margin-bottom: 15px;
	outline: none
}
.fotmore{
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	color: #ffffff;
	background-color: #01b7f2;
	text-decoration: none;
	margin-top: 10px
}
.incontwidth{
	width: 98%;
	height: auto;
	padding-left: 1%;
	padding-right: 1%;
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px
}
.incont{
	width: 80%;
	height: auto;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 50px
}
.aboutleft{
	width: 48%;
	float: left;
	margin-left: 2%
}
.aboutleft img{
	width: 100%;
	height: 300px
}
.aboutright{
	width: 50%;
	float: left
}
.aboutall{
	width:100%;
	height: auto;
	margin-top: 50px;
	padding-bottom: 50px
}
.about1{
	width: 28%;
	margin-left: 1%;
	margin-right: 1%;
	height: 330px;
	background-color: #ffffff;
	box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.75);
	float: left;
	padding-left: 1%;
	padding-right: 1%;

}
.aboutall .about1 h1{
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
	color: #000000;
	text-align: center
}
.aboutall .about1 section{
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 27px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0px;
	color: #6E6E6E;
	text-align: center
}
.aboutall .about1 .fas{
	text-align: center;
	color: #0791be;
	font-size: 28px;
	padding-top: 20px
}
.titlein{
	font-family: 'Roboto', sans-serif;
	text-align: left;
	font-size: 28px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
	color: #f89623
}
.textin{
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.6;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0px;
	text-align: left;
	color: #6E6E6E;
}

.size{
	font-size: 18px;
	font-weight: 800;
	text-align: left
}
.incont iframe{
	width: 100%;
    height: 300px;
    margin-bottom: 50px;
    float: left;
    border-radius: 10px;
    margin-top: 25px;
}

.pertopc{
	width: 100%;
	font-size: 24px;
	margin-top: 10px;
	color: #ff5d01;
	text-transform: capitalize;
		background-image: url(../sour/progline.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%  33px;
	margin-bottom: 25px;
	font-weight: 700;
	font-family: 'Hind', sans-serif;
}
.allcover{
	width: 85%;
	height: auto;
	padding-left: 7.5%;
	padding-right: 7.5%;
	padding-bottom: 50px;
	background-color: #ffffff;
	margin-top: -20px;
	padding-top: 50px
}
/*.allcover i{
	color: #ffffff;
	background-color: #<?php echo  $adds['color']  ?>;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-right: 2%;
	margin-top: 5px;
	font-size: 23px
}*/
.allcover h4{
	font-size: 1.5vw;
	font-family: 'Cairo', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #444444;
	text-align: center;
}
.allcover h2{
	font-size: 1.5vw;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	margin-top: 30px;
	line-height: 0px;
	width: 100%;
	margin-left: 0%
}

.allcover iframe{
	width: 100%;
	height: 300px;
	margin-bottom: 30px
}
.allcover p{
	font-size: 1.3vw;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #444444;
	text-align: left;
	margin-top: 0px;
	line-height: 27px;
	
}
.callleftroma{
	width: 62%;
	height: auto;
	float: left;
	margin-right: 6%;
}
.callleftroma h1{
		font-size: 22px;
	font-family: 'Cairo', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #000000;
	text-align: right;
	text-transform: capitalize;
	margin-top: 10px;
	line-height: 30px;
	padding-top: 15px;
	height: 60px
	}
.callleftroma input{
	width: 82%;
	height: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	float: left;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	background-color: #ffffff;
	color: #4d87a9;
	font-weight: 500;
	border: 1px #d1d3d5  solid;
	margin-bottom: 20px;
	margin-right: 12%;border-radius: 5px;
	padding-right: 2%
}
.callleftroma input::placeholder{
	color: #4d87a9;
}
.callleftroma textarea{
	width: 82%;
	height: 175px;
	padding-top: 10px;
	padding-bottom: 3px;
	text-align: right;
	float: left;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	background-color: #ffffff;
	color: #4d87a9;
	font-weight: 500;
	border: 1px #d1d3d5  solid;
	margin-bottom: 20px;
	padding-right: 2%;border-radius: 5px;
}
.callleftroma input[type=submit]{
	width: 38%;
	height: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	float: left;
	font-size: 18px;
	font-family: 'Cairo', sans-serif;
	background-color: #4d87a9;
	color: #000000;
	font-weight: 500;border-radius: 3px;
	margin-left: 3%;
	cursor: pointer
}
.callrightroma{
	width:30%;
	height: auto;
	padding-top: 25px;
	float: right;
	background-size: cover;
	background-color: #ffffff;
	padding-bottom: 25px;
	border-radius: 10px;
	padding-left: 1%;
	padding-right: 1%
	
}
.callrightroma span{
	text-align: right;
	color: #000000;
	font-size: 20px;
	float: right;
	font-weight: bold
}
.callrightroma i{
	color: #ffffff;
	width: 50px;
	height: 60px;
	float: right;
	margin-left: 2%;
	margin-top: 0px;
	font-size: 33px;
	line-height: 60px;
	border-radius: 3px;
}
.callrightroma p{
	font-size: 15px;
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	text-align: right;
	text-transform: capitalize;
	margin-top: 10px;
	line-height: 30px;
	padding-top: 15px;
	height: auto
	
}
.callrightroma p span{
	padding-top: 10px;
	font-size: 17px;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #000000;
	float: right;
	text-align: right;width: 85%
}
.callrightroma h5{
	font-size: 15px;
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	text-align: right;
	text-transform: capitalize;
	margin-top: 0px;
	line-height: 22px;
	padding-top: 15px
	
}
.callrightroma h2{
	font-size: 25px;
	font-family: 'Cairo', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #000000;
	text-align: right;
	text-transform: capitalize;
	margin-top: 0px;
	line-height: 28px;
	width: 80%;
	margin-right: 6%
}

.callrightroma h3{
	font-size: 1vw;
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	line-height: 24px;
	width: 80%;
	margin-left: 6%
}
.callrightroma .info{
	width:20%;
	margin-left: 1%;
	text-align: left;
	margin-bottom: 10px;float: left
	
}
.callrightroma .info i{
	color: #ffffff;
	background-color: #0761CC;
	float: left;
	margin-right: 1%;
	margin-top: 0px;
	font-size: 23px;border-radius: 5px
}
.callrightroma .info p{
	font-size: 1.2vw;
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	text-align: left;
	text-transform: capitalize;
	margin-top: 0px;
	line-height: 40px;
	width: 80%;
	margin-left: 6%
}
.branchleft{
	width: 90%;
	height: auto;
	margin-right: 2%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px
}
.branchleft ul{
	list-style: none;
	
	display: block
}
.branchleft ul li{
	width: 30%;
	float: left;
	text-align: center;
	padding-top: 0px;
	height: 450px;
	margin-right: 2%;
	box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.30);
-webkit-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.30);
-moz-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.30);
}
.pertopc{
	width: 100%;
	font-size: 24px;
	margin-top: 10px;
	
	text-transform: capitalize;
		background-image: url(../sour/progline.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%  33px;
	margin-bottom: 25px;
	font-weight: 700;
	font-family: 'Hind', sans-serif;
}
.branchleft ul li img{
	width: 100%;
	margin-bottom: 30px;
	height: 200px;
	
}
.branchleft ul li .fa {
	font-size: 20px;
	color: #ffffff;
	border-radius: 50%;
	background-color: #f89623;
	padding-left: 0px;
	padding-right: 0px;
	width: 40px;
	height: 40px;
	margin-top: 0px;
	line-height: 40px;
	float: left;margin-right: 10px
}
.branchleft ul li .fas{
	font-size: 20px;
	color: #ffffff;
	border-radius: 50%;
	background-color: #f89623;
	padding-left: 0px;
	padding-right: 0px;
	width: 40px;
	height: 40px;
	margin-top: 0px;
	line-height: 40px;
	float: left;margin-right: 10px
}
.branchleft ul li h1{
	font-size: 25px;
	color: #00abdd;
	font-weight: 800;
	text-align: left;
		font-family: 'Roboto', serif;
	line-height: 0px
	
}
.branchleft ul li span{
	font-size: 18px;
	
	text-align: center;
	font-family: 'Hind', sans-serif;
	float: none;
	padding-left: 0px;
	font-weight: 600
}
/*.branchleft ul li:nth-child(1) {

	border-right: dotted 1px #9C7F04 ;
	
}
.branchleft ul li:nth-child(2) {

	border-right: dotted 1px #9C7F04 ;
	
}
.branchleft ul li:nth-child(3) {

	border-right:none ;
	
}*/
.branchleft1{
	float: left;
	width: 10%;
	margin-right: 1%
}
.branchleft1 img{
	width: 100%;
	height: 50px
}
.branchleft2{
	float: left;
	width: 89%
}
.branchleft2 h1{
	font-size: 17px;
	text-align: left;
	font-family: 'Roboto', serif;;
	font-weight: 600;
	color: #333333
}
.branchleft2 h5{
	font-size: 14px;
	text-align: left;
	font-family: 'Roboto', serif;;
	font-weight: 400;
	color: #666666;
	margin-top: 0px
}
.branchleft2  i{
	font-size: 17px;
	text-align: left;
	font-weight: 600;
	color: #333333;
	background-color: none;
	float: left;
	margin-right: 3%;
	margin-bottom: 5px

}
.aboutrightroma{
	width:45%;
	height: 450px;
	float: left;
	
	
}
.aboutrightroma img:nth-child(1){
	width: 70%;
			height: 400px
	
}
.aboutrightroma img:nth-child(2){
	height: 350px;
	margin-top: 50px;
	width: 39%;
}
.aboutleftroma{
	width:51%;
	height: auto;
	float: left;
	padding-left: 2%;
	padding-right: 2%
	
}

.aboutleftroma h2{
	font-size: 30px;
	font-family: 'Hind', sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #000000;
	text-align: left;
	text-transform: capitalize;
	margin-top: 0px;
	line-height: 28px;
	width: 80%;
	margin-left: 6%
}

.aboutleftroma p{
	font-size: 17px;
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	line-height: 28px;
	width: 80%;
	margin-left: 6%
}



.lineonew{
	width: 30%;
	margin-left: 35%;
	background-image: url(../sour/progline1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%  33px;
	margin-bottom: 50px;
	margin-top: 50px;
	font-weight: 700;
	font-family: 'Hind', sans-serif;
}
.lineonew .fa-star{
	font-size: 14px;
	margin-right: 5px
}
.lineone{
	width: 10%;
	margin-left: 45%;
	margin-top: 10px;
	
	
		background-image: url(../sour/progline1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%  33px;
	margin-bottom: 0px;
	font-weight: 700;
	font-family: 'Hind', sans-serif;
}
.lineone .fa-star{
	font-size: 14px;
	margin-right: 5px
}


.banerbigover{
	width: 100%;
	height: 500px;
 	background: linear-gradient(rgba(32, 51, 100, 0.5), rgba(32, 51, 100, 0.5));
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	text-align: center
	
}
.banerbigover h2{
	font-size: 2.5vw;
	font-weight: 800;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	margin-top: 170px;
	text-transform: uppercase
}
.banerbigover h3{
	font-size: 1.0vw;
	font-weight: 800;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	margin-top: -10px;line-height: 28px
}
		.visacontall{
			width:80%;
			margin-left: 10%;
			margin-right: 10%;
			
			margin-top: 20px
		}
		.visacont{
			width: 30%;
			margin-right: 2%;
			height: auto;float: left;
		}
		.visacontselect{
			height: 40px;
			width: 100%;
			background-color: #ffffff;
			overflow: hidden;
			border-radius: 3px
		}
		.visacont select{
			height: 40px;
			width: 100%;
			outline: none;
			border: solid 1px #8F8F8F;
			border-radius: 3px;
			background: transparent   url("../sour/arr.png") no-repeat right 1% center;
			-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
			font-size: 20px;
			font-weight: 500;
			font-family: 'Roboto', sans-serif;
			color: #505050;text-indent: 1%
		}
		.visacont label{
			color: #ffffff;
			font-weight: 800;
			font-size: 19px;
			text-align: left;float: left;margin-bottom: 10px
		}
		.visacont input[type=submit]{
			height: 38px;
			width: 100%;
			outline: none;
			border: none;
			border-radius: 3px;
			background-color: #01b7f2;
			font-size: 20px;
			font-weight: 500;
			font-family: 'Roboto', sans-serif;
			color: #ffffff;text-align:center;
			margin-top: 32px
		}
		.visadetailseall{
		width: 80%;
			margin-left: 10%;
			margin-right: 10%
		}
		.visadetailseform{
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
			background-color: #929090;
			padding-top: 20px;
			padding-bottom: 20px
		}
		.visadetailseform select{
			height: 40px;
			width: 100%;
			outline: none;
			border: solid 1px #8F8F8F;
			border-radius: 3px;
			background: transparent   url("../sour/arr.png") no-repeat right 1% center;
			-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
			font-size: 20px;
			font-weight: 500;
			font-family: 'Roboto', sans-serif;
			color: #505050;text-indent: 1%;float: left
		}
		.visadetailseform label{
			color: #ffffff;
			font-weight: 800;
			font-size: 19px;
			text-align: left;float: left;margin-bottom: 10px;width: 15%;margin-left: 2%;padding-top: 5px
		}
		.visadetailseform input[type=submit]{
			height: 38px;
			width: 25%;
			outline: none;
			border: none;
			border-radius: 3px;
			background-color: #01b7f2;
			font-size: 20px;
			font-weight: 500;
			font-family: 'Roboto', sans-serif;
			color: #ffffff;text-align:center;
			margin-top: 0px;float: left;margin-left: 3%
		}
		.visacontselectrequired{
			height: 40px;
			width: 25%;
			background-color: #ffffff;
			overflow: hidden;
			border-radius: 3px;float: left
		}
		.visadetailse{
			width: 95%;
			padding-left: 2.5%;
			padding-right: 2.5%;
			padding-top: 20px;
			text-align: center;
			background-color: #ffffff;
			color: #000000;
			position: relative
		}
		.visadetailse input[type=submit]{
			width: 20%;
			margin-left: 40%;
			margin-right: 40%;
			text-align: center;
			height: 38px;
			outline: none;
			border: none;
			border-radius: 3px;
			background-color: #01b7f2;
			font-size: 20px;
			font-weight: 500;
			font-family: 'Roboto', sans-serif;
			color: #ffffff;text-align:center;
			margin-top: 3px;
			margin-bottom: 20px;
		}
		.visadetailseform h2{
			font-size: 23px;
			font-weight: 700;
			font-family: 'Roboto', sans-serif;
			color: #000000;
			text-align: center
		}
		.visadetailse label{
			width: 50%;
			height: 30px;
			text-indent: 2%;
			height: 10px;
		    margin-bottom: 10px;
			z-index: 2;
			margin-top: 1px;
			font-size: 17px;
			font-weight: 400;
			color: #706F6F;
			position:absolute;text-align: left
		}
		.visadetailse input{
			width: 50%;
			height: 50px;
			text-indent: 2%;
			outline: none;
			border-radius: 3px;
			border: 1px #B3B0B0 solid;
			margin-bottom: 10px
		}
		.visadetailse select{
			width: 50%;
			height: 50px;
			text-indent: 2%;
			outline: none;
			border-radius: 3px;
			border: 1px #B3B0B0 solid;
			margin-bottom: 10px
		}
		.visadetailse h3{
			font-size: 20px;
			font-weight: 600;
			color: #000000;
			width: 60%;
			text-indent: 2%;
			font-family: 'Roboto', sans-serif;
			text-align: left;
			margin-left: 20%;
			margin-right: 20%
			
		}
/* media queries */


@media screen  and (max-width: 500px) {
	.footbig{
	width: 90%;
	
}
	.footsmall{
	width: 90%
}
	.suballindexship{
	
	padding-bottom: 80px
}
	.footerlefttrip{
	width: 100%;
	margin-right: 0%;
	float: left;
	z-index: 4;
	
}
	.contindex{
	width:98%;
	margin-right: 1%;
	margin-left: 1%;
	height: 250px;
	float: left
}
	.titleallpage p{
	
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	
}
	.hlpbanner2{
display: none
}
	.footcontact{
	width: auto;
	max-width: 91%;
	margin-left: 0%;
	margin-right: 2.5%;
	border:1px solid #ffffff;
	height: 230px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 2%;
	padding-right: 2%;
		
}
.footcontactleft{
	width: 98%;
	float: left;
	border-right: none;
	margin-right: 2%;
	margin-bottom: 20px;
	border-bottom: 1px solid #ffffff;
}
	.titleallpageleft{
margin-bottom: 70px;
		text-align: center;
		width: 100%;
		padding-left: 0%
	}
	.swiper-container {
      width: 100%;
      height: 579px;
      background-color: rgba(5,92,155,1);
    }
	#booknowmenu{
	width: 100px;
	height: 30px;
	position: absolute;
	top: 8px;
	right: 1%;
	background-color: #D30B0E;
	color: #ffffff;
	line-height: 30px;
	text-transform: capitalize;
	z-index: 20;
	border-radius: 0px;
	font-weight: bold;
		display: block
}
	#cmenudr{
	display: none
}
	.branchleft ul li .fa {
	font-size: 20px;
	color: #ffffff;
	line-height: 40px;border-radius: 50%;
	background-color: #f89623;
	padding-left: 0px;
	padding-right: 0px;
	width: 40px;
	height: 40px;
	margin-top: 0px;text-align: center
}
.branchleft ul li .fas{
	font-size: 20px;
	color: #ffffff;
	line-height: 40px;border-radius: 50%;
	background-color: #f89623;
	padding-left: 0px;
	padding-right: 0px;
	width: 40px;
	height: 40px;
	margin-top: 0px;text-align: center
}
	.incont iframe{
	width: 100%;
	height: 300px;
	margin-bottom: 0px;
	float: left
}
	.footerend img{
	width: 80%;
	float: none;
	margin-left: 10%;
	height: 30px;
	margin-top: 10px;
		margin-bottom: 10px
}
	.footer{
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right:0px;
		padding-left: 0px;
	margin-top: -40px;
	position: relative;
}
	.footerend{
	width: 60%;
	text-align: center;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
		position:static;
		margin-top: 50px;
		line-height: 20px;
		padding-top: 30px;
		height: 60px;
		padding-left: 20%;
		padding-right: 20%
		
}
	.abountindex{
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	height: 650px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-size: contain;
	background-position: bottom right
		
}
	.aboutrightin{
	float: none;
	width: 100%;
height: auto;
		margin-bottom: 10px;
		margin-left: 0%;
}
	.aboutrightin h2{
	
	font-size: 20px;
	
}
	.aboutrightin input[type=submit]{
	width: 45%;
	background-color: #ff385c;
	color: #ffffff;
	outline: none;
	border: none;
	border-radius: 3px;
	text-align: center;
	float: left;
	font-size: 16px
	
}
	.aboutrightin img{
	
	width: 100%;
height: 300px
}
	.about1{
	width: 98%;
	
	height: 350px;
	background-color: #ffffff;
	box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.75);
	float: left;
	padding-left: 1%;
	padding-right: 1%;
		margin-bottom: 20px

}
	
	
	.shad{
	
	height: 398px;
	
}
	.searchback{
	width: 100%;
	height: 450px;
	
	padding-top: 10px;
	padding-bottom: 50px;
	background-image: url(../sour/searchb.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.searchback .lft{
	width: 100%;
	height: 70px;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #ffffff;
	font-weight: 700;
	
	letter-spacing: 1px;
	float: left
	
}
.searchback .lft .fa{
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px
}
.searchback .rt{
	width: 100%;
	height: 70px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-size: 33px;
	color: #ffffff;
	font-weight: 700;
	padding-top: 30px;
	letter-spacing: 1px;
	float: left
}
.searchback .rt input[type=text]{
	width:95%;
	height: 50px;
	outline: none;
	
	float: left;
	margin-left: 5%;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #D9D8D8;
}
.searchback .rt input[type=date]{
	width:90%;
	height: 50px;
	outline: none;
	
	float: left;
	margin-left: 5%;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #D9D8D8;
}
.searchback .rt select{
	width:90%;
	height: 50px;
	outline: none;
	
	float: left;
	margin-left: 5%;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #D9D8D8;
	margin-bottom: 20px
}
	.searchback .rt .prse{
	position: absolute;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	height: 50px;
	outline: none;
	left:27%;
	margin-left: 2%;
	font-family: 'Roboto', sans-serif;
	font-size: 52px;
	color: #ffffff;
	margin-top: 60px;
	background-color: #ff5d01;
	line-height: 50px;
		
}
.searchback .rt .prsecoin{
	position: absolute;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: 50px;
	outline: none;
	left:48%;
	margin-left: 2%;
	font-family: 'Roboto', sans-serif;
	font-size: 52px;
	color: #ffffff;
	margin-top: 60px;
	line-height: 50px
}
.searchback .rt input[type=submit]{
	width:90%;
	height: 50px;
	outline: none;
	border-radius: 5px;
	
	float: left;
	margin-left: 5%;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #ffffff;
	
	margin-top: 80px
	
}
.searchback .lft span{
	font-size: 22px;
	
	font-weight: 400
	
}
	#csocial ul {
	list-style: none;
	margin-bottom: auto;
	margin-top:-10px;
		float: none;
		margin-left: 0%
}
 
	#cflight{
		display: none
		
	}
#cinfo{
	
	display: none
	
}

#csocial ul li .fa {
  color: #ffffff;
  margin-top: 2px;
  transition: all 0.5s ease;
	font-size: 15px
}
  
	.banerbigover{
	width: 100%;
	height: 800px;
 	background: linear-gradient(rgba(32, 51, 100, 0.5), rgba(32, 51, 100, 0.5));
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	text-align: center
	
}
.banerbigover h2{
	font-size: 4.5vw;
	font-weight: 800;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	margin-top: 170px;
	text-transform: uppercase
}
.banerbigover h3{
	font-size: 3.0vw;
	font-weight: 800;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	margin-top: -10px;line-height: 24px
}
	.visacontall{
			width:80%;
			margin-left: 10%;
			margin-right: 10%;
			width: auto;
			margin-top: 0px
		}
		.visacont{
			width: 100%;
			margin-right: 0%;
			margin-left: 0%;
			height: auto;float: left;
		}
		.visacontselect{
			height: 40px;
			width: 100%;
			background-color: #ffffff;
			overflow: hidden;
			border-radius: 3px
		}
	.visadetailseall{
		width: 96%;
			margin-left: 2%;
			margin-right: 2%
		}
		.visadetailseform{
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
			background-color: #929090;
			padding-top: 20px;
			padding-bottom: 20px
		}
		.visadetailseform select{
			height: 40px;
			width: 100%;
			outline: none;
			border: solid 1px #8F8F8F;
			border-radius: 3px;
			background: transparent   url("../sour/arr.png") no-repeat right 1% center;
			-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
			font-size: 20px;
			font-weight: 500;
			font-family: 'Roboto', sans-serif;
			color: #505050;text-indent: 1%;float: left
		}
		.visadetailseform label{
			color: #ffffff;
			font-weight: 800;
			font-size: 19px;
			text-align: left;float: left;margin-bottom: 10px;width: 100%;margin-left: 0%;padding-top: 5px
		}
		.visadetailseform input[type=submit]{
			height: 38px;
			width: 100%;
			outline: none;
			border: none;
			border-radius: 3px;
			font-size: 20px;
			font-weight: 500;
			font-family: 'Roboto', sans-serif;

			color: #ffffff;text-align:center;
			margin-top: 10px;float: left;margin-left: 0%
		}
	.visacontselectrequired{
			height: 40px;
			width: 100%;
			background-color: #ffffff;
			overflow: hidden;
			border-radius: 3px;float: left
		}
		.visadetailse{
			width: 95%;
			padding-left: 2.5%;
			padding-right: 2.5%;
			padding-top: 20px;
			text-align: center;
			background-color: #ffffff;
			color: #000000;
			position: relative
		}
		.visadetailse input[type=submit]{
			width: 100%;
			margin-left: 0%;
			margin-right: 0%;
			text-align: center;
			height: 38px;
			outline: none;
			border: none;
			border-radius: 3px;
			background-color: #01b7f2;
			font-size: 20px;
			font-weight: 500;
			font-family: 'Roboto', sans-serif;
			color: #ffffff;text-align:center;
			margin-top: 10px;
			margin-bottom: 20px;
		}
	.visadetailse label{
	width: 100%;
	height: 30px;
	text-indent: 2%;
	height: 10px;
	margin-bottom: 10px;
	z-index: 2;
	margin-top: 1px;
	font-size: 13px;
	font-weight: 400;
	color: #706F6F;
	position: absolute;
	text-align: left;
	left: 1%
		}
	.visadetailse input{
			width: 100%;
			height: 50px;
			text-indent: 2%;
			outline: none;
			border-radius: 3px;
			border: 1px #B3B0B0 solid;
			margin-bottom: 10px
		}
		.visadetailse select{
			width: 100%;
			height: 50px;
			text-indent: 2%;
			outline: none;
			border-radius: 3px;
			border: 1px #B3B0B0 solid;
			margin-bottom: 10px
		}
		.visadetailse h3{
			font-size: 20px;
			font-weight: 600;
			color: #000000;
			width: 100%;
			text-indent: 2%;
			font-family: 'Roboto', sans-serif;
			text-align: left;
			margin-left: 0%;
			margin-right: 0%
			
		}
	.elang{
	width: auto;
	text-align: center;
	position: absolute;
	z-index: 1000;
	height: auto;
	display: block;
	left: 1%;
		right: auto;
		top: 14px;
		line-height: 24px;
		color: #D1070A;
		text-decoration: none
}
	.elang a{
		
		text-decoration: none
	}
	.elang img{
		margin-right: 5px;
		height: 12px;
		width: 18px;
		margin-top: 10px
	}
	#csocialabove span{
	display: none	
	}
	#clogo{
	width: auto;
	height: auto;
	position: absolute;
	top: 0px;
	left: 30%;
	float: left;
	padding-top: 0px;
	padding-left: 0%;
	transform: translate(0%, 0%); /* This moves the div back to the center */
	display: block;
}
#clogo img{
	width: 190px;
	height: 51px;
	margin-top: 10px;
}
#csocial{
	width: 100%;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	float: none;
	padding-top: 10px;
	padding-left: 0%;
	z-index: 2;
	text-align: left;
}
	.uppabove{
	width: 100%;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
/*	background-color: rgba(5,5,5,0.7);*/
	border-bottom: solid 1px rgba(0, 0, 0, 0.4);
	display: block;
}
#cmenu{
	width: 9%;
	height: 40px;
	position: absolute;
	top: 20px;
	right: -4%;
	float: right;
	padding-top: 20px;
	padding-left: 0%;
	padding-right: 0%;
	background-color: transparent;
	border: none;
	left: auto
		
}
	.bckmenu{
		width: 100%;
		background-color: #d1cdcc;
		position: absolute;
		top: 0px;
		height: 100px
	}
	#banercontin{
	position: relative;
	width: 100%;
	height: 679px;
	z-index: 1;
	margin-top: 70px;
	margin-bottom: 0px
}
	#csocial ul li {
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin-top: 0;
	margin-right: 5px;
	
	margin-bottom: 0;
	text-align: center;
	cursor: pointer;
	
	float: left;
	transition: all 0.5s ease;		
		
}
	#csocial ul li:first-child {
		margin-left: -15px
	}
	.mapbaner{
   width:48%;
	height: auto;
	position: absolute;
	
	left:2%;
	z-index: 10;
	
    transition: all 2s;
}
	.mapbaner .fa{
	font-size: 25px;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 50%;
	width: 10%;
	height: 25px;
	float: left;
	
}
.mapbaner .underfa{
	width: 86%;
	height: 22px;
	background-color: rgba(206,189,136,0.63);
	float: right;
	margin-top: 5px;
	margin-left: -20px;
	padding: 1%;
	line-height: 22px;
	cursor: pointer;
	font-weight: 500;
	border-radius: 5px;
	font-size: 16px;
	color: #000000
}
	.happybaner{
   width:46%;
	height: auto;
	position: absolute;
	right:2%;
	
	z-index: 10;
	 transition: all 2s;
}
.happybaner .fa{
	font-size: 25px;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 50%;
	width: 9%;
	height: 25px;
	float: right;
	
}
.happybaner .underfa{
	width: 86%;
	height: 22px;
	background-color: rgba(206,189,136,0.63);
	float: left;
	margin-top: 5px;
	margin-right: -20px;
	padding: 1%;
	line-height: 22px;
	cursor: pointer;
	font-weight: 500;
	border-radius: 5px;
	font-size: 16px;
	color: #000000
}
.goout{
	width: 95%;
	height: 260px;
	overflow: hidden;
	position: relative;
	float: left;
	transition:transform 2.2s;
	border: 13px solid #f2efea;
	margin-left: 0%;
			margin-right: 5%;
			margin-bottom: 20px;
			background-color: #f2efea
		}
	.showmoreall{
	width: 70%;
    font-size: 18px;
    margin-left: 15%;
   
}
	
.footerleft{
	width: 95%;
	margin-right: 2.5%;
	float: left;
	z-index: 4;
	margin-bottom: 15px;
	margin-left: 2.5%
}
	.footeradd .finfo{
	width:100%;
	margin-bottom: 25px;
		border-right: none
}

	.footeradd{
width: 96%;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 250px;
	
	margin-top: 20px;
	margin-bottom: 25px;
		padding-left: 2%;
		padding-right: 2%
	
}
	.wavewhy3 h3{
	padding-top: 6%;
	color: #ffffff;
		font-size: 14px
}
.mface{
bottom: 5px;
}
.watzapp{

bottom: 5px;
}
	.fotrupz{
		bottom: 5px;
	}
#banercontinallv{
	position: relative;
	width: 100%;
	height: 120vh;
	z-index: 1;
	background-color: #0E0000;
	overflow: hidden
}
#banercontinallv img{
	width: 100%;
	height: auto;
	filter: brightness(60%)
}	
	.visacont select{
			height: 40px;
			width: 100%;
			outline: none;
			border: solid 1px #8F8F8F;
			border-radius: 3px;
			background: transparent   url("../sour/arr.png") no-repeat right 1% center;
			-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
			font-size: 20px;
			font-weight: 500;
			font-family: 'Roboto', sans-serif;
			color: #505050;text-indent: 1%
		}
		.visacont label{
			color: #ffffff;
			font-weight: 800;
			font-size: 19px;
			text-align: left;float: left;margin-bottom: 2px
		}
		.visacont input[type=submit]{
			height: 38px;
			width: 100%;
			outline: none;
			border: none;
			border-radius: 3px;
			background-color: #01b7f2;
			font-size: 20px;
			font-weight: 500;
			font-family: 'Roboto', sans-serif;
			color: #ffffff;text-align:center;
			margin-top: 12px
		}
	#banercontinallprog{
	position: relative;
	width: 100%;
	height: 70vh;
	z-index: 1;
	overflow: hidden
}

	#banercontinall{
	position: relative;
	width: 100%;
	height: 597px;
	z-index: 1;
	margin-top: 70px;
	overflow: hidden
}
	#banercontinall .divtext {
	width: 95%;
	position: absolute;
	z-index: 100;
	top: 40%;
	font-size: 21px;
	text-align: right;
	font-weight: 800;
	color: #ffffff;
	margin-right: 5%;
	
}
#banercontinall .divtext h2 {
	font-size: 28px;
	text-align: right;
	font-weight: 700;
	color: #ffffff;
	
	line-height: 50px;
	margin-top: 30px
}
#banercontinall img{
	filter: brightness(60%);
	object-fit: cover;
	min-width: 100%;
	min-height: 100%
}
	#banercontinallprog{
	position: relative;
	width: 100%;
	height: 30vh;
	z-index: 1;
	margin-top: 120px;
	overflow: hidden
}

	.aboutleft{
	width: 45%;
	float: none;
	margin-left: 5%;
		display: none
}
.aboutleft img{
	width: 100%;
	height: 360px
}
.aboutright{
	width: 100%;
	float: right
}
	
.lineone{
	width: 50%;
	margin-left: 25%;
	margin-top: 10px;
	color: #09334e;
	
		background-image: url(../sour/progline1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%  33px;
	margin-bottom: 0px;
	font-weight: 700;
	font-family: 'Hind', sans-serif;
}
.lineone .fa-star{
	font-size: 14px;
	margin-right: 5px
}

	/*end menu style */
.aboutleftin{
	float: left;
	width: 98%;
	margin-right: 0%;
	text-align: left;
	height: 250px;
	padding-bottom: 0px;
		margin-left: 0%;
		background-size: contain;
		padding-left: 1%;
		padding-right: 1%;
	display: none
}.aboutleftin .cd{
	
	font-size: 12px;
	
}
.aboutleftin h2{
	font-size: 23px;
	color: #ffffff;
	font-family: 'Cairo', sans-serif;
	font-weight: 700
}

.aboutleftin p{
	font-size: 15px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 27px;
	
}

.aboutleftin .abl{
	width: 20%;
	height: 50px;
	background-color: #3c4251;
	float: left;
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	line-height: 50px;
	margin-bottom:90px
}
.aboutleftin .abr{
	width: 88%;
	height: 50px;
	height: 200px;
	border-radius: 5px;
	
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 10px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 10px;
	padding-bottom: 10px
}
.aboutleftin .abr h1{
	font-size: 18px;
	color: #ffffff;
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top: 10px;
	padding-top: 0px
}
.aboutleftin .abr p{
	font-size: 15px;
	color: #cccccc;;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	line-height: 20px;
	margin-top: 0px
	
}
	
.trust1{
	width: 14%;
	margin-left: 1%;
	margin-right: 1%;
	background-color: #FFFFFF;
	height: 70px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	margin-bottom: 20px
}
.trust1 img{
	width:100%;
	height: 70px
}
	.why{
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(../sour/whyback.jpg);
	margin-top: 30px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	background-color: rgba(11,1,1,1.00);
	background-size: 100% 900px;
	padding-bottom: 40px
}
.whycaron{
	position: absolute;
	bottom: -200px;
	width: 100%;
	z-index: 1;
	display: none
}
.whycaron img{
	float: right;
	width: 95%;
	height: 500px;
	margin-right: 2%
}
.banimg{
width: 100%;
		 height: 70vh;
		
			 
			 }
	
	.dyt{
			width: 98%;
			height: auto;
			margin-left: 1%;
			margin-right: 1%;
			border: 1px solid #C9C8C8;
			background-color: #ffffff
		}
	.conline{
	width: 98%;
	height: 40px;
	line-height: 0px;
	position:absolute;
	top: 0px;
	left: 0%;
	float: left;
	text-transform: uppercase;
	padding-left: 1%;
	padding-right: 1%;
	z-index: 6;
	font-size: 20px;
	color: #FFFFFF;
	
}
	
	.bookcon{
	width: 35%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 4px;
	right: 1%;
	float: right;
	text-transform: uppercase;
	padding-left: 1%;
	padding-right: 1%;
	z-index: 7;
	background-color: #ff5d01;	
	font-size: 16px;
	color: #FFFFFF;
		display: block
	
}
	
.conline  .whatsinfo {
 width: auto;
	height: 60px;
	float: left;
	font-size: 12px;
	color:#ffffff;
	font-weight: 800;
	line-height: 30px;
	text-transform:none;
	
}

.langic {
  
	position: absolute;
	width: auto;
	height: auto;
	padding-left: 0px;
	padding-top: 5px;
	color: #000000;
	font-size: 13px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	right: 2%;
	z-index: 150;
	cursor:pointer
	
}
	.conline  .wdiv {
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	border-right: 1px solid rgba(255,255,255,0.44);
	line-height: 0px;
	height: 40px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.95);
	font-weight: 400;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	
}
.conline .wdiv span{
	line-height: 0px;
	font-family: 'Cairo', cursive;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	
}
	
	.conline  .fa-whatsapp {
 color:#6ba61e;
	background-color:transparent;
	float:none;
	font-size: 20px;
	padding-left: 5px;
	padding-top: 10px;
	margin-right: 5px
	
}
	#linedash{
		display: none;
		z-index: -1
	}
	.imgcarr{
	position: absolute;
	bottom: 0px;
	left: 3%;
		width: 90%
	
}
	.imgcarr img{
		width: 100%
	}
	.carleftfot{
	display: none
}
.carrightfot{
	display: none
}
	#banercontinall2 .above{
	display: none
}
	.aboutleftroma{
	width:96%;
	height: 850px;
	float: left;
	padding-left: 2%;
	padding-right: 2%
	
}
	.aboutrightroma{
	display: none
	
}
	.mobyes{
	display: block
}
.mobno{
	display: none
}
	#banercontinall2{
	position: relative;
	width: 100%;
	height: 80vh;
	z-index: 1;
	background-color: #0E0000;
	overflow: hidden
}

#banercontinall2 img{
	width: 100%;
	height: 100%;
	filter: brightness(60%);
	
}
	.reserv{
	width:95%;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 20px;

	padding-bottom: 20px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	background-color: #e6e6e6;
	margin-top: -65px
}
.resleft{
	width: 100%;
	margin-right: 0%;
	float:left
}
.resright{
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	float: right;
	background-color: #FFFFFF;padding-bottom: 20px
}

	
	.resleft h2{
	width:100%;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Cairo', sans-serif;
	color: #464646;
	line-height: 12px
}
.resleft .resll{
	width: 100%;
	float: left;
	text-align: left
}
.allcover{
	width: 98%;
	height: auto;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 50px;
	
	margin-top: 20px;
	padding-top: 50px;
	margin-left: 0%
}
	.callleftroma p{
		font-size: 15px;
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	text-align: left;
	text-transform: capitalize;
	margin-top: 10px;
	line-height: 30px;
	padding-top: 15px;
	height: 60px
	}
	.callleftroma{
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%
}
	.callleftroma textarea{
	width: 96%;
	height: 175px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: none;
	font-size: 15px;
	font-family: 'Cairo', sans-serif;
	background-color: #ffffff;
	color: #8d8d8d;
	font-weight: 500;
	border: 1px #d1d3d5  solid;
	margin-bottom: 20px;
}
	.callleftroma input[type=submit]{
	width: 60%;
	height: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	float: none;
	font-size: 13px;
	font-family: 'Cairo', sans-serif;
	color: #ffffff;
	font-weight: 500;border-radius: 3px
}
	.callleftroma input[type=text]{
	width: 98%;
	height: 40px;
	padding-top: 3px;
	padding-bottom: 3px;

	float: left;
	font-size: 15px;
	font-family: 'Cairo', sans-serif;
	background-color: #ffffff;
	color: #8d8d8d;
	font-weight: 500;
	border: 1px #d1d3d5  solid;
	margin-bottom: 20px;
	
}
		.callleftroma input[type=email]{
	width: 98%;
	height: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	font-size: 15px;
	font-family: 'Cairo', sans-serif;
	background-color: #ffffff;
	color: #8d8d8d;
	font-weight: 500;
	border: 1px #d1d3d5  solid;
	margin-bottom: 20px;
}
	.callrightroma{
	width:100%;
	height: auto;
	float: right;
	margin-left: 0%;
	margin-right: 0%;
		margin-top: -80px
}

.allcover h2{
	font-size: 5.5vw;
	font-family: 'Cairo', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: capitalize;
	margin-top: 30px;
	line-height: 0px;
	width: auto;
	
}

.allcover iframe{
	width: 100%;
	height: 300px;
	margin-bottom: 30px
}
	.callrightroma p{
	font-size: 15px;
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	
	margin-top: 0px;
	line-height: 28px;
	width: 90%;
	
}
	.callrightroma p span{
	width: 80%
}
	.callrightroma i{
	color: #ffffff;
	
	padding-top: -4px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
	margin-right: 2%;
	margin-top: 5px;
	font-size: 23px
}
.callrightroma h2{
	font-size: 4.2vw;
	font-family: 'Cairo', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #000000;
	text-align: right;
	text-transform: capitalize;
	margin-top: 30px;
	line-height: 0px;
	width: 80%;
	margin-right: 3%
}
.callrightroma h2:after{
 content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 0; /* This will center the border. */
    width: 20%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
   
}
.callrightroma h3{
	font-size: 4vw;
	font-family: 'Cairo', sans-serif;
	font-weight: 400;

	font-style: normal;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	line-height: 24px;
	width: 80%;
	margin-left: 6%
}
.callrightroma .info{
	width:20%;
	margin-left: 3%;
	text-align: left;
	margin-bottom: 10px
	
}
.callrightroma .info i{
	color: #ffffff;
	
	float: left;
	margin-right: 1%;
	margin-top: 0px;
	font-size: 23px;border-radius: 5px
}
.callrightroma .info p{
	font-size: 4.2vw;
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	text-align: left;
	text-transform: capitalize;
	margin-top: 0px;
	line-height: 40px;
	width: 80%;
	margin-left: 6%
}
	.allcover p{
	font-size: 4.3vw;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #444444;
	text-align: left;
	margin-top: 0px;
	line-height: 27px;
	
}
	.branchleft{
	width: 96%;
	height: auto;
	margin-right: 2%;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px
}
	
.contallw h1{
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	font-family: 'Varela Round', sans-serif;
	letter-spacing: 2px;
	line-height: 20px;
	text-transform: capitalize
}
.contallw h1 span{
	color: #e01a4b;
	
}
	.lineonew{
	width: 30%;
	margin-left: 35%;
	background-image: url(../sour/progline1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%  33px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 700;
	font-family: 'Hind', sans-serif;
		
}
		#banercontinall2f{
	position: relative;
	width: 100%;
	height: 55vh;
	z-index: 1;
	background-color: #0E0000;
	overflow: hidden;
			margin-top: 75px
}

#banercontinall2f img{
	width: 100%;
	height: 100%;
	filter: brightness(60%);
	
}
	.brancho{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	height: 200px;
	border-radius: 3px;
	border: 2px solid #ededed;
	float: left;
		margin-bottom: 15px
}
	.titleallpage h2{
	    font-size: 32px;
    line-height: 49px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
	letter-spacing: 0px

}
	.titleallpageleft h2{
	    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 20px;
	letter-spacing: 2px

}
	#banercontinall2f .divtext {
	width: 100%;
	position: absolute;
	z-index: 100;
	top: 35%;
	font-size: 35px;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 2px;
	font-family: 'Hind', sans-serif;
	line-height: 35px
}
	.conline  .fa-whatsapp {
 color:#6ba61e;
	background-color:transparent;
	float:none;
	font-size: 28px;
	padding-left: 10px;
	padding-top: 10px;
	margin-right: 5px
	
}
.conline  .fa-facebook {
  color:#ffffff;
	float:right;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #385da9;
	margin-top: 10px;
	border-radius: 5px;
	margin-left: 3px;
	margin-right: 3px;
	transition: 0.5s
}
.conline  .fa-twitter {
 color:#ffffff;
	float:right;
	font-size: 14px;
	padding-left: 7px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	margin-top: 10px;
	border-radius: 5px;
	margin-left: 3px;
	margin-right: 3px;
	transition: 0.5s
	
}
.conline  .fa-instagram {
 color:#ffffff;
	float:right;
	font-size: 16px;
	padding-left:7px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	background-color: #f44c28;
	margin-top: 10px;
	border-radius: 5px;
	margin-left: 3px;
	margin-right: 3px;
	transition: 0.5s
	
}
.conline  .fa-youtube {
 color:#ffffff;
	float:right;
	font-size: 16px;
	padding-left:7px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	background-color: #D70B0F;
	margin-top: 10px;
	border-radius: 5px;
	margin-left: 3px;
	margin-right: 3px;
	transition: 0.5s
	
}
.conline  .fa-linkedin:hover , .fa-instagram:hover , .fa-twitter:hover , .fa-facebook:hover {
	background-color: #ffffff;
	color: #3dd1d5
}
	#banercontinall2 .divtext {
	width: 100%;
	position: absolute;
	z-index: 100;
	top: 65%;
	font-size: 38px;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 2px;
	font-family: 'Hind', sans-serif;
	line-height: 35px
}
	#csocialabove{
		width: auto;
	height: auto;
	position: absolute;
	top: 10px;
	right: 1%;
	float: right;
	padding-top: 0px;
	padding-left: 0%;
	z-index: 160;
		display: none
	}
	.titleallpage h3{
		
	}
	.taimade{
	width: 84%;
	margin-left: 5%;
	margin-right: 5%;
	height: 280px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-left: 3%;
	padding-right: 3%;
	background-image: -webkit-linear-gradient(180deg,rgba(193,153,10,0.68) 0%,rgba(193,153,10,0.70) 100%),url(../sour/map-2.png);
	background-image: -moz-linear-gradient(180deg,rgba(193,153,10,0.68) 0%,rgba(193,153,10,0.70) 100%),url(../sour/map-2.png);
	background-image: -o-linear-gradient(180deg,rgba(193,153,10,0.68) 0%,rgba(193,153,10,0.70) 100%),url(../sour/map-2.png);
	background-image: linear-gradient(270deg,rgba(193,153,10,0.68) 0%,rgba(193,153,10,0.70) 100%),url(../sour/map-2.png);
	background-repeat: no-repeat;
	background-size: 100% 280px;
		position: relative
}
.taiimg{
	width: 17%;
	float: left
}
.taiimg img{
	width: 100%;
	height: 78px;
	margin-top: 50px
}
.taitext{
	width:80%;
	height: 130px;
	margin-top: 50px;
	float: left;
	margin-left: 3%
	
}
.taitext h1{
	font-family: 'Kumbh Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-align: left;
	line-height: 0
}
.taitext h2{
	font-family: 'Kumbh Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-align: left;
	line-height: 20px
}
.taibutton{
	width: 80%;
	height: 50px;
	float: none;
	margin-left: 10%;
background-color: #E5E3E3;	position: absolute;
	bottom: 50px;
	border-radius: 5px;
}
.taibutton h1{
	font-family: 'Kumbh Sans', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 5px;
	
}
	.branchleft ul{
	list-style: none;
	margin: 0px;
		padding: 0px;
	display: block
}
	.branchleft ul li{
	width: 98%;
	float: none;
	text-align: center;
	padding-top: 0px;
	height: 450px;
	margin-right: 1%;
		margin-left: 1%;
		margin-bottom: 20px
}
	#addressabove{
	display: none	
	}
	.titleallpageleft p{
		width: 100%;
	line-height: 22px;
	line-height: 24px;
		text-align: left
}
	.titleallpageleft h2{
	text-align: center;
		width: 100%;
}
	.titleallpageleft h3{
	text-align: center;
		width: 100%;
}
	.titleallpageleft{
margin-bottom: 70px;
		text-align: center;
		width: 100%;
		padding-left: 0%
	}
	
	#csocial1{
	width: auto;
	height: 40px;
	position: absolute;
	top: 8px;
	right: 29%;
		left: auto;
	float: right;
	padding-top: 0px;
	padding-left: 0%;
		padding-right: 0%;
	z-index: 150;
	display: block;
		
	
}
	


	#csocial1 .fa-facebook , #csocial1 .fa-twitter , #csocial1 .fa-instagram , #csocial1 .fa-youtube , #csocial1 .fa-whatsapp{
	width:28px;
	height: 28px;
	line-height: 30px;
	float: left;
	font-size: 15px;
		margin-right: 5px;
	border-radius: 4px;
	margin-top: 8px;
	 color: #ffffff;
	 transition: 1s
}
	#csocial1 .fa-facebook{
	background-color:  #0165E1;
}
#csocial1 .fa-instagram{
	background-color:  #5851DB;
}
#csocial1 .fa-youtube{
	background-color:  #FF0000;
}
#csocial1 .fa-whatsapp{
	background-color:  #5FFC7B;
}
	.footerlefttrip .master{
	width: 210px;
	height: 35px;
	float: none;
	margin-top: 4px;
	filter:  brightness(100%) invert(0);
		position: absolute;
		right: 0%;
		left: 24%;
}
.footerleft .master{
	width: 225px;
	height: 35px;
	float: none;
	margin-top: 10px;
	filter:  brightness(100%) invert(0);
		position: absolute;
		right: 0%;
		left: 2%;
}
	.footerend .master{
	width: 205px;
	height: 30px;
	float: none;
	margin-top: 40px;
	filter:  brightness(100%) invert(0);
		position: absolute;
		right: 0%;
		left: 20%;
}
	.fgfg{
	width: 40%;
	 margin-left: 30%;
	margin-right: 0%
}
	.footerleft .footlogo{
width:225px;
	height: 77px;
	
		margin-left: 10%
}
	#cbook{
			width: 30%;
	height: 28px;
	position: absolute;
	top: 8px;
	left: 3%;
	float: none;
	padding-top: 0px;
	padding-left: 0%;
	z-index: 150;
	transition: 1s;
	line-height: 0px;
	border-radius: 0px;
	letter-spacing: 1px;
	font-size: 2.5vw;
	font-weight: 800;
	color: #ffffff;
	font-family: 'Cairo', sans-serif;
	}
	#cbook h2{
	width: 95%;
	height: 18px;
	line-height: 18px;
	margin-top: 5px;
	background-color: rgba(255,255,255,0.30);
	font-size: 8px;
	font-weight: 800;
	color: #ffffff;
	font-family: 'Cairo', sans-serif;
	margin-left: 2.55%;
	margin-right: 2.55%;
	border-radius: 2px;
		
}
	.square-border{

	bottom: 5px;
	
}
}
@media screen and (min-width: 505px) and (max-width: 1100px){
	.dyt{
			width: 98%;
			height: auto;
			margin-left: 1%;
			margin-right: 1%;
			border: 1px solid #C9C8C8;
			background-color: #ffffff
		}
	.callleftroma{
	width:90%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%
}
	.callrightroma{
	width:95%;
	height: auto;
	float: right;
	margin-left: 0%;
	margin-right: 0%;
		margin-top: -80px;
		padding-right: 2%;
}
	.footbig{
	width: 48%;
	
}
	.footsmall{
	width: 48%
}
	#banercontinall .divtext {
	
	top: 30%;
	
}
	#banercontinall .divtext h2 {
	font-size: 28px;
	text-align: right;
	font-weight: 700;
	color: #ffffff;
	
	line-height: 50px;
	margin-top: 30px
}
	.titleallpage h2{
	    font-size: 48px;
    	font-family: "cairo", serif;

    font-weight: 400;
   line-height: 48px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
	letter-spacing: 2px

}
.footerlefttrip{
	width: 30%;
	margin-right: 0%;
	float: right;
	z-index: 4;
	
}
	.aboutrightin input[type=submit]{
	width: 55%;
	
	color: #000000;
	outline: none;
	border: none;
	border-radius: 3px;
	text-align: center;
	float: left;
	font-size: 16px;
	margin-top: 25px
	
}
	.titleallpage p{
	
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	
}
	.footerlefttrip .master{
	width: 210px;
	height: 35px;
	float: none;
	margin-top: 4px;
	filter:  brightness(100%) invert(0);
		margin-left: 7%;
}
	.footerleft .master{
	width: 225px;
	height: 35px;
	float: none;
	margin-top: 10px;
	filter:  brightness(100%) invert(0);
		margin-left: 0%;
}
	.mobyes{
	display: block
}
	.mobno{
	display: none
}
	.titleallpageleft h2{
	    font-size: 35px;
    	font-family: "Poppins", sans-serif;

    font-weight: 700;
   line-height: 10px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
	letter-spacing: 2px

}
	#banercontinall img{
	filter: brightness(60%);
	object-fit: cover;
	min-width: 100%;
	min-height: 100%
}

.swiper-container {
      width: 100%;
      height: 440px;
      background-color: rgba(5,92,155,1);
    }
	#banercontinallprog{
	position: relative;
	width: 100%;
	height: 60vh;
	z-index: 1;
	margin-top: 120px;
	overflow: hidden
}
	#banercontinall{
	position: relative;
	width: 100%;
	height: 425px;
	z-index: 1;
	margin-top: 70px;
	
	overflow: hidden
}
	.showmoreall{
	width: 30%;
    font-size: 18px;
    margin-left: 35%;
   
}
	.footerleft{
	min-height: 400px;
	margin-right: 1%;
	float: left;
	z-index: 4;
	
	
}
	.footerleftmore{
	width: 43%;
	margin-left: 5%;
	float: left;
	
}
	.fotpad{
	padding-left: 0%;
	width:32%;
	padding-right: 0%
}
	.footer{
	width: 80%;
	height: 800px;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 10%;
		padding-right: 10%;
	
	margin-top: 20px;
	position: relative;
}
	.footerend{
	
	
}
	#csocial1{
	width: auto;
	height: 40px;
	position: absolute;
	top: 8px;
	right: 10%;
		left: auto;
	float: right;
	padding-top: 0px;
	padding-left: 0%;
		padding-right: 5%;
	z-index: 150;
	display: block;
		
		
}
	#csocial1 .fa-facebook , #csocial1 .fa-twitter , #csocial1 .fa-instagram , #csocial1 .fa-youtube , #csocial1 .fa-whatsapp{
	width:28px;
	height: 28px;
	line-height: 30px;
	float: left;
	font-size: 15px;
		margin-right: 5px;
	border-radius: 4px;
	margin-top: 8px;
	 color: #ffffff;
	 transition: 1s
}
	#csocial1 .fa-facebook{
	background-color:  #0165E1;
}
#csocial1 .fa-instagram{
	background-color:  #5851DB;
}
#csocial1 .fa-youtube{
	background-color:  #FF0000;
}
#csocial1 .fa-whatsapp{
	background-color:  #5FFC7B;
}
	#addressabove{
	display: none	
	}
	.elang{
	width: auto;
	text-align: center;
	position: absolute;
	z-index: 1000;
	height: 60px;
	display: block;
	left: 1%;
		right: auto;
		top: 18px;
		line-height: 24px;
		color: #D1070A;
		text-decoration: none
}
	.elang a{
		
		text-decoration: none
	}
	.elang img{
		margin-right: 10px;
		height: 12px;
		width: 18px;
		margin-top: 10px
	}
	.langic {
  
	
	
}
	#csocialabove{
		width: 25%;
	height: auto;
	position: absolute;
	top: 0px;
	right: 1%;
	float: right;
	padding-top: 0px;
	padding-left: 0%;
	z-index: 210;
		display: none
	}
	#cbook{
			width: 15%;
	height: 28px;
	position: absolute;
	top: 8px;
	left: 3%;
	float: none;
	padding-top: 0px;
	padding-left: 0%;
	z-index: 150;
	transition: 1s;
	line-height: 0px;
	border-radius: 5px;
	letter-spacing: 1px;
	font-size: 2.5vw;
	font-weight: 800;
	color: #ffffff;
	font-family: 'Cairo', sans-serif;
	}
	#cbook h2{
	width: 95%;
	height: 18px;
	line-height: 18px;
	margin-top: 5px;
	background-color: rgba(255,255,255,0.30);
	font-size: 8px;
	font-weight: 800;
	color: #ffffff;
	font-family: 'Cairo', sans-serif;
	margin-left: 2.55%;
	margin-right: 2.55%;
	border-radius: 2px;
		
}
	.bckmenu{
		width: 100%;
		background-color: #d1cdcc;
		position: absolute;
		top: 0px;
		height: 100px
	}
#cmenu{
	width: 0%;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 0%;
	float: right;
	padding-top: 20px;
	padding-left: 0%;
	padding-right: 0%;
	
	border: none;
	left: auto;
	z-index: 1500
		
}
	#clogo{
	width: 14%;
	height: auto;
	position: absolute;
	top: -10px;
	left: 45%;
	float: none;
	padding-top: 0px;
	padding-left: 0%;
	z-index: 210;
	transition: 1s;
	
}
	#clogo img{
	width: 190px;
	height: 51px;
	margin-top: 0px;
		
}
	#banercontin{
	position: relative;
	width: 100%;
	height: 825px;
	z-index: 180;
	margin-top: 70px;
	margin-bottom: 0px
	
}
.shad{
	
	height: 425px;
	
}
	.aboutrightin{
	float: left;
	width: 52%;
height: 400px;
	z-index: 10;
	position: absolute
}
}