

/* ================ Default CSS ================= */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
html * {
  outline: 0 !important;
}

html,
body {
  height: 100%;
  overflow-x: hidden; font-size: 14px;
 
}
body {
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}
ol {
    margin: 0;
    padding: 0px 15px;
	font-size:15px;
}
ol li{font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 23px;
    margin: 15px 0px;}
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.custom-control-input:focus {
  box-shadow: none !important;
}
.custom-select:focus {
  box-shadow: none !important;
}
.custom-control-label::before {
  box-shadow: none !important;
}
/* ===== Typography ===== */

h1 {
  font-size: 36px;
  font-weight: bold;
}
h2 {
  font-size: 32px;
  font-weight: bold;
}
h3 {
  font-size: 28px;
  font-weight: bold;
}
h4 {
  font-size: 20px;
  font-weight: bold;
}
h5 {
  font-size: 20px;
  font-weight: bold;
}
h6 {
  font-size: 18px;
  font-weight: bold;
}
h1,h2,h3,h4,h5,h6{margin:25px 0px;}
p {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  line-height: 23px;
  margin:15px 0px;
}
.clear{clear: both !important;}
/* ===== Title ===== */

.space{width:100%; margin:70px;}
table tr th {
    background: #f7f7f7;
}
/* ===== Button ===== */

/* ===== Button Back Top ===== */

.back-top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 2px solid #fb7a00;
  background-color: #fb7a00;
  width: 40px;
  height: 40px;
  border-radius:50%;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  z-index: 100;
  color: #fff;
  bottom: 0;
  opacity: 1;
  transition: all 0.9s linear 0s;
}
.back-top a::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 40px;
  height: 40px;
  animation: ripple 1.6s ease-out infinite;
  opacity: 1;
  background: #ff5d21;
}
@-webkit-keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.back-top {
  position: relative;
  top: 0;
  display: block;
}
.back-top.active a {
  opacity: 1;
  top: 90%;
}
.back-top a:hover {
  background-color: #ff5d21;
  border: 2px solid #ff5d21;
  color: #fff;
}

/* ===== Button Back Top ===== */

table {
    margin:0px 0px;
}

table tr th, td {
    border:1px solid #cdcdcd;
    padding: 15px;
}

.dottedbdr {
    border-bottom: 1px dotted #c9c9c9;
    width: 100%;
    margin: 35px 0px;
    padding: 10px 0px;
}

.accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.accordion-title.collapsed:before {
    float: right !important;
    content:"\f067";
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    margin: 5px 0px;
}
.card-header {
    padding: 5px 10px 2px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

a.card-link.accordion-title {
    color: #111;
    font-weight: bold;
    font-size: 0.9rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 15px;
}

ul.listview {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ul.listview li {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 34px;
}

ul.listview li:before {
    content: "\f101";
    font-family: "FontAwesome";
    color: #521646;
    padding: 0px 6px 0px 0px;
    font-size: 18px;
}
.section1 img {
	width: 100%;
}
header {
	position: fixed;
	width: 100%; z-index: 1;
}
header.inner-header-wrap .navbar.navbar-expand-lg.fixed-top.scrolling-navbar .container-fluid.clearfix .navbar-brand img {
	height: auto;
}
.inner-header-wrap .navbar.navbar-expand-lg.fixed-top.scrolling-navbar .navbar-rightlink .navbar-nav {
	z-index: 1;
	position: relative;
}
.inner-header-wrap .navbar.navbar-expand-lg.fixed-top.scrolling-navbar .container-fluid.clearfix .navbar-rightlink .btn-floating.btn-lg {
	z-index: 11;
}
.fixed-top .container-fluid.clearfix .navbar-rightlink {
	float: right;
}
.inner-header-wrap .fixed-top .navbar-rightlink .Sociallink-top.d-lg-block {
	width: 100%;
	text-align: right; margin-bottom: 20px;
} 
.btn-fb {
	color: #fff;
	background-color: #3b5998 !important;
}
.btn-tw {
	color: #fff;
	background-color: #55acee !important;
}
.btn-ins {
	color: #fff;
	background-color: #2e5e86 !important;
}
.btn-yt {
	color: #fff;
	background-color: #ed302f !important;
}
.inner-header-wrap .fixed-top .navbar-rightlink {
	margin-top: -75px; margin-right: 80px;
}
.inner-header-wrap .fixed-top .navbar-rightlink .Sociallink-top.d-lg-block .top_social a {
	border-radius: 100%;
	font-size: 15px;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 25px;
	text-align: center;
}
.inner-header-wrap .fixed-top .navbar-rightlink .Sociallink-top.d-lg-block .top_social a:hover{color: #fff;}
.inner-header-wrap .fixed-top .navbar-rightlink .navbar-nav {
	background: #701471;
	border-radius: 25px;
	color: #fff;
	padding: 0px 55px 0 30px;
	float: right;
}
.inner-header-wrap .navbar.navbar-expand-lg.fixed-top.scrolling-navbar .navbar-rightlink .navbar-nav li {
	float: left;
}
.inner-header-wrap .navbar.navbar-expand-lg.fixed-top.scrolling-navbar .navbar-rightlink .navbar-nav li a{
  color: #fff;
}
a.travel-advisory {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	animation-name: example;
	float: left;
	animation: example 1s infinite;
	margin-top: 7px;
	margin-right: 30px;
}
.navbar .navbar-nav .nav-item .nav-link.custom-btn-white {
	color: #333 !important;
	font-weight: 500;
	background: #fff;
}
.inner-header-wrap .fixed-top .navbar-rightlink .btn-floating.menubar-btn {
	float: right;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 10px;
	display: inline-block;
	background: #120047;
	border-radius: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	position: absolute;
	right: 85px;
	z-index: 2;
	top: 60px;
}
footer.page-footer {
	background-color: #f5f5f5;
}
footer.page-footer {
	bottom: 0;
	color: #fff;
}
footer.page-footer .footer-copyright {
	background: rgb(112, 20, 113);
	color: #fff;
}
footer.page-footer .footer-copyright a {
	color: #fff;
}
footer.page-footer h6 {
	color: #701471;
	margin: 0 0 5px 0;
}
.font-weight-bold {
	font-weight: 700 !important;
}
.info-color {
	background-color: #33b5e5 !important;
}
footer.page-footer p {
	margin-bottom: 10px;
}
footer.page-footer p a {
	color: #666;
	font-weight: 400;
}
footer.page-footer p a:hover {
	color: #701471;
	padding-left: 3px;
}
a:hover {
	color: #0056b3;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul.footer-img {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.footer-img li {
	width: 50%;
	float: left;
	padding: 5px;
	margin: 0 0 5px;
}
footer.page-footer a {
	color: #fff;
}

.side-nav.fixed.right-aligned {
	right: 0;
	left: auto;
}
.side-nav.fixed {
	position: fixed;
	right: -214px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.side-nav.fixed.active {
	right: 0;
}
.side-nav .collapsible > li .fa.fa-angle-down {
	float: right;
}
.side-nav ul li .collapsible-body {
	padding: 0 0 0 15px;
}
.side-nav ul li .collapsible-body ul li a {
	padding: 5px 0 5px 0;
}
.side-nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1040;
	width: 15rem;
	height: 100%;
	padding: 0;
	padding-bottom: 3.75rem;
	margin: 0;
	overflow: hidden;
	list-style-type: none;
	background-color: #701471;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}
.side-nav ul {
	padding-left: 0;
	list-style: none;
	list-style-type: none;
}
.side-nav > ul {
	max-height: 100vh;
}
.ps {
	overflow: hidden !important;
	-ms-touch-action: auto;
	touch-action: auto;
	overflow-anchor: none;
	-ms-overflow-style: none;
}
.side-nav ul li {
	padding: 0;
}
.side-nav .collapsible {
	padding: 0;
	margin: 0;
	margin-top: 1rem;
}
.side-nav .collapsible > li {
	border-radius: 2px;
}
.side-nav ul li {
	padding: 0;
}
ul.custom-scrollbar li a.close-sidenav {
	text-align: right;
	width: 100%;
	font-size: 30px;
	padding: 0 10px 0 0;
}
.side-nav .collapsible a {
	color: #fff;
}
ul.custom-scrollbar li a {
	color: #fff;
	height: auto;
	line-height: inherit;
	font-size: 1rem;
	padding: 10px;
}
.side-nav a {
	display: block;
	height: 56px;
	padding-left: 20px;
	font-size: 1rem;
	line-height: 56px;
}

.inner-header-wrap .fixed-top .navbar-rightlink .Sociallink-top.d-lg-block .GoogleTrans {
	float: right;
	margin-top: 5px;
	margin-right: 25px;
}
.inner-header-wrap .fixed-top .navbar-rightlink .Sociallink-top.d-lg-block .top_social {
	float: right; margin-bottom: 15px;
}

#google_translate_element select {
	margin: 0 !important;
	background: #701471;
	cursor: pointer;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgba(193,38,32,.8);
	display: block !important;
	border: 1px solid #fff;
}

.second {
	clear: both;
}
.second .pagetitle.heading2 h1 {
	font-size: 26px;
}
.second h2 {
	font-size: 22px;
}
.second table tr:nth-of-type(even) {background: #f9f9f9;}
.second table tr:nth-of-type(odd) {background: #fdf7f7;}
.second table tr th {
	background: #701471;
	color: #fff;
}
.faqsection .card-header {
	background-color: #631164;
	color: #fff;
}
.faqsection .card-header .card-link.accordion-title {
	color: #fff;
	font-size: 15px;
}
.second a {
	color: #701471;
}
.UsefulLinks strong {
	float: left;
	font-weight: 600;
	color: #666;
}
.UsefulLinks ul {
	clear: both;
	margin: 0;
	color: #666;
	padding: 0;
	list-style: none;
}
.UsefulLinks ul li {
	float: left;
	margin-right: 15px;
	position: relative;
	color: #666;
	padding-left: 11px;
	margin-bottom: 2px;
	line-height: 20px;
}
.UsefulLinks ul li::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #666;
	position: absolute;
	left: 0;
	top: 9px;
}
.UsefulLinks ul li a {
	font-size: 12px;
	color: #666;
	text-transform: capitalize;
}
.WhatsappLink {
	position: fixed;
	z-index: 1;
	right: 5px;
	top: 30%;
	background: #15ac50;
	border-radius: 5px;
}

@media screen and (max-width:991px){
  .inner-header-wrap .fixed-top .navbar-rightlink .btn-floating.menubar-btn {
    float: right;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px;
    display: inline-block;
    background: #120047;
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    position: absolute;
    right: 22px;
    z-index: 2;
    top: 30px;
  }
  .inner-header-wrap .fixed-top .navbar-rightlink .Sociallink-top.d-lg-block .top_social{display: none;}
}

@media screen and (max-width:767px){
	.second .pagetitle.heading2 h1 {font-size: 22px;}
	.second h2 {font-size: 19px;}
	.section1 img {
		width: 100%;
		height: 200px;
	}
}

@media screen and (max-width:460px){
  header.inner-header-wrap .navbar.navbar-expand-lg.fixed-top.scrolling-navbar a.navbar-brand img {
    width: 100px;
  }
  .inner-header-wrap .fixed-top .navbar-rightlink .navbar-nav{padding: 0;}
  .navbar .navbar-nav .nav-item .nav-link.custom-btn-white {
    color: #fff !important;
    font-weight: 500;
    background: #701471;
  }
  .inner-header-wrap .fixed-top .navbar-rightlink{margin-top: -25px;}
  .inner-header-wrap .fixed-top .navbar-rightlink .Sociallink-top.d-lg-block .GoogleTrans{margin-right: 0;}
  .section1 img {
	width: 100%;
	height: 140px;
}
}
