


/*--Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
 --*/

body {
    margin: 0;
    background: #fff;
    font-family: 'Archivo', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html,
body {
	margin: 0;
	font-size: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	background: #fff;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

a:hover {
	text-decoration: none;
}

input[type="button"],
input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

/*-- header --*/

header {
	width: 100%;
	background: rgba(0, 0, 0, 0.72);
}

/*-- nav --*/

.navbar-default {
	background: none;
	border: none;
}

.navbar {
	margin-bottom: 0;
}

.w3_navigation {
	border-top: none;
	position: relative;
}

.navbar-nav {
	float: none;
}

.navbar-collapse {
	padding: 0;
}

.navbar-right {
	float: none !important;
	margin-right: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fa3d03;
	background: none;
}

.navbar-default .navbar-nav>li>a {
	color: #f5f5f5;
}

.navbar-nav>li>a {
	margin: 0;
	padding: .8em 1em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

.navbar-nav>li:nth-child(3) {
	margin-right: 23.5em !important;
}

.w3_navigation_pos {
	position: absolute;
	top: 7%;
	left: 37.6%;
	z-index: 999;
}

.w3_navigation_pos h1 a {
	font-size: 1.1em;
	color: #212121;
	text-decoration: none;
	display: block;
}

.w3_navigation_pos h1 a span:before,
.w3_navigation_pos h1 a span:after {
	content: '';
	position: absolute;
	top: 11%;
	width: 40px;
	height: 42px;
}

.w3_navigation_pos h1 a i {
	display: block;
	font-size: .25em;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	letter-spacing: 8px;
	color: #65b126;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #ff688e;
}

.menu__list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu__item {
	display: block;
	margin: 1em 0;
}

.menu__link {
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Miranda */

.menu--miranda .menu__item {
	position: relative;
	margin: 1.5em 1.3em;
}

.menu--miranda .menu__link {
	position: relative;
	display: block;
	text-align: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.menu--miranda .menu__link:hover,
.menu--miranda .menu__link:focus {
	color: #929292;
}

.menu--miranda .menu__item--current .menu__link {
	color: #ff688e;
}

.menu--miranda .menu__item::before,
.menu--miranda .menu__item::after,
.menu--miranda .menu__link::before,
.menu--miranda .menu__link::after {
	content: '';
	position: absolute;
	background: #3d59e8;
	-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
	transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

/* left and right line */

.menu--miranda .menu__item::before,
.menu--miranda .menu__item::after {
	top: 0;
	width: 1px;
	height: 100%;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}

/* left line */

.menu--miranda .menu__item::before {
	left: 0;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

/* right line */

.menu--miranda .menu__item::after {
	right: 0;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

/* top and bottom line */

.menu--miranda .menu__link::before,
.menu--miranda .menu__link::after {
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

/* top line */

.menu--miranda .menu__link::before {
	top: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

/* bottom line */

.menu--miranda .menu__link::after {
	bottom: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

/* Delays (first reverse, then current) */

/* These rules can be simplified, but let's keep it for better readability */

/* bottom line */

.menu--miranda .menu__item .menu__link::after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.menu--miranda .menu__item--current .menu__link::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/* left line */

.menu--miranda .menu__item::before {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.menu--miranda .menu__item--current::before {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

/* top line */

.menu--miranda .menu__item .menu__link::before {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.menu--miranda .menu__item--current .menu__link::before {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

/* right line */

.menu--miranda .menu__item--current::after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.menu--miranda .menu__item--current::before,
.menu--miranda .menu__item--current::after,
.menu--miranda .menu__item--current .menu__link::before,
.menu--miranda .menu__item--current .menu__link::after,
.menu__item:hover::before,
.menu__item:hover::after,
.menu--miranda .menu__link:hover::before,
.menu--miranda .menu__link:hover::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/*-- //header --*/

.banner {
	background: url(../../../../20211224071353im_/http_/anjalitourtravel.com/images/bannerb.html)no-repeat 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	min-height: 730px;
	position: relative;
	margin-bottom: 6.5em;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: transparent;
}

.dropdown-menu>li>a {
	padding: 6px 20px;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

/*--header -top--*/

.banner-top {
	background: #fff;
}

.social-bnr-agileits {
	float: left;
	margin-left: 1em;
}

.social-bnr-agileits ul li {
	display: inline-block;
	float: left;
	margin: 0px 6px;
	text-align: center;
}

.social-bnr-agileits ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 2px solid #dadada;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.social-bnr-agileits ul {
	margin-top: 10px;
}

.social-bnr-agileits ul li i {
	padding-top: 6px;
	color: #000;
	font-size: 13px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;

	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.social-bnr-agileits ul li a:hover i {
	color: #ff688e;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.social-bnr-agileits ul li a:hover {
	border-color: #ff688e;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.contact-bnr-w3-agile {
	float: right;
}

.contact-bnr-w3-agile ul li {
	list-style: none;
	display: inline-block;
	border-left: 1px solid #918c8c;
	padding: 13px 20px;
	color: #000;
	font-size: 14px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.contact-bnr-w3-agile ul li a {
	color: #000;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-transform: lowercase;
	font-size: 16px;
}

.contact-bnr-w3-agile ul li a:hover {
	color: #3d59e8;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.contact-bnr-w3-agile ul li i {
	color: #ff688e;
	font-size: 16px;
	margin-right: 15px;
}

/*--search--*/

.search label.icon-search {
	color: #212121;
	cursor: pointer;
}

.search_form {
	position: absolute;
	z-index: 9999;
	right: 0;
	top: 15px;
	overflow: hidden;
	width: 20px;
	height: 0px;
	background: #000000;
	transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
	-webkit-transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}

.search_form form {
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.search_form input[type='search'] {
	width: 359px;
	padding: 6px;
	outline: none;
	font-size: 14px;
	color: #fff;
	border: 1px solid #999;
	background: none;
}

.search_form input[type='search']::-webkit-input-placeholder {
	color: #fff !important;
}

.search_form input[type='submit'] {
	outline: none;
	background: #3d59e8;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	border: 1px solid #3d59e8;
	text-transform: uppercase;
	padding: 6px 34px;
}

.search_form input[type='submit']:hover {
	background: #ff688e;
	border: 1px solid #ff688e;
}

.search_box {
	visibility: hidden;
}

.search_box:checked~.search_form {
	width: 500px;
	height: 53px;
	padding: 10px;
	top: 52px;
	transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
	-webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}

.search_box:checked~.search_form form {
	opacity: 1;
	transition: 0.3s all ease-out 0.5s;
	-webkit-transition: 0.3s all ease-out 0.5s;
}

label.icon-search span {
	color: #3d59e8;
	font-size: 1.2em;
	/* top: 0px; */
	padding-right: 12px;
	/* background: #62a0ec; */
	/* padding: 10px; */
}

/*--//search--*/

/*-- //header -top--*/

/*--header-nav--*/

.w3_navigation_pos h1 a {
	text-decoration: none;
	color: #faf8f7;
	font-size: 35px;
	font-family: 'Monoton', cursive;
}

.w3_navigation_pos span {
	color: #3d59e8;
	font-family: 'Monoton', cursive;
	font-size: 60px;
	font-weight: bold;
}

/*-- //header-nav--*/

/*-- banner-text--*/

.banner-text {
	text-align: center;
	padding: 8.3em 0 0 0;
}

.banner-text h2 {
	color: #fff;
	text-shadow: 4px 4px 7px #212121;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 5em;
	letter-spacing: 2px;
	line-height: 1.3em;
	width: 80%;
	margin: 0 auto;
}

/*-- //banner-text--*/

/*-- //banner --*/

/*-- modal --*/

.modal-content img {
	width: 100%;
}

.modal-content h4 {
	color: #bc0023;
	text-align: center;
	font-size: 35px;
	margin-bottom: 15px;
}

.modal-content h5 {
	color: #1ca0de;
	padding: 20px 0 6px;
	font-size: 22px;
	margin-left: 0px;
}

.modal-content p {
	color: #000;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.2px;
	word-spacing: 1px;
}

.modal-header {
	min-height: 16.42857143px;
	padding: 20px 30px;
}

.modal-dialog {
	width: 600px;
	margin: 109px auto;
}

/*-- //modal --*/

.mail-grid1,
.about-section,
.count-agileits,
.testimonials,
.services,
.contact-page,
.agile-blogs,
.agile-about-top,
.features,
.special,
.gallery,
.inner-padding,
.team {
	padding: 5em 0;
}

/*-- services --*/

h5.title-w3 {
	font-size: 2em;
	color: #3d59e8;
	margin: 0em 0 1em;
	text-align: center;
}

/*-- //services --*/

/*--/review--*/

/*--flexisel--*/

/*--gallery--*/

.flex-slider {
	background: #222227;
	padding: 70px 0 165px 0;
}

.opportunity {
	background: #28282e;
	margin: 0px 20px;
	padding: 80px 0;
	position: relative;
}

#flexiselDemo1 {
	display: none;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}

.nbs-flexisel-item {
	float: left;
	margin-right: 0.1em;
	padding: 0;
	position: relative;
	line-height: 0px;
}

.nbs-flexisel-item>img {
	cursor: pointer !important;
	position: relative;
}

/*---- Nav ---*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	z-index: 999;
	top: 105% !important;
}

.nbs-flexisel-nav-left {
	left: 55%;
	background: url(../../../../20220106013045im_/http_/anjalitourtravel.com/images/next.png) no-repeat 0px 0px;
	background-size: 30px;
}

.nbs-flexisel-nav-right {
	right: 55%;
	background: url(../../../../20220112131447im_/http_/anjalitourtravel.com/images/back.html) no-repeat 0px 0px;
	background-size: 30px;
}

/*--//flexisel--*/

.gallery-ban {
	position: absolute;
	left: 12.9em;
	bottom: -6.5em;
}

.gallery-ban {
	position: relative;
	bottom: -6.3em;
	left: 0em;
}

/*-- gallery --*/

/*-- about --*/

p.para-w3l {
	color: #fff;

line-height: 2em;

font-size: 19px;

letter-spacing: 0.7px;
}

p.white-clr,
h3.white-clr {
	color: #fff;
}

.about-read a {
	display: block;
	text-align: center;
	color: #3d59e8;
	text-decoration: none;
}

a.read {
	border: none;
	outline: none;
	background: #3d59e8;
	padding: .8em 1.8em;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .79em;
	font-weight: 600;
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	text-decoration: none;
	margin-top: 1.5em;
}

a.read:hover {
	text-decoration: none;
	background: #ff688e;
}

/*--about --*/

.about-w3ls-right {
	padding: 2em 0 2em 3em;
}

.about-img {
	background: url(../../../../20220113002153im_/http_/anjalitourtravel.com/images/about.html)no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 300px;
}

.about-bottom {
	padding: 1.5em 2em;
	background: #3d59e8;
}

h3.subheading-wthree {
	color: #fbf7f8;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 3px;
	margin-bottom: 0.5em;
	text-transform: capitalize;
}

.about-top {
	text-align: center;
	margin: 0em 0em 2em;
}

.about-w3ls-right ul li {
	list-style: none;
	font-size: 16px;
	letter-spacing: 1px;
	display: block;
	margin-top: 1em;
	color: #777;
}

.about-w3ls-right ul li span {
	font-size: 15px;
	display: inline-block;
	margin-right: 1em;
	color: #000;
}

.mid-info {
	padding: 2em;
}

@media (min-width: 992px) {
	.about-main {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

@media (min-width: 992px) {
	.about-w3-left {
		flex-basis: 45%;
		-webkit-flex-basis: 45%;
	}
}

@media (min-width: 992px) {
	.about-w3ls-right {
		flex-basis: 55%;
		-webkit-flex-basis: 55%;
	}
}

/*--// about --*/

/*-- about --*/

/*-- offer--*/

.agile-blog1 h2 {
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	padding-bottom: 48px;
	font-weight: bold;
	color: #333;
}

.left-blog-contn1 img,
.left-blog-contn2 img {
	width: 100%
}

.left-blog-contn1 {
	float: left;
	width: 46%;
	position: relative;
}

.text-w3 {
	float: right;
	width: 47%;
	padding: 20px 0px;
	text-align: center;
}

.text-w3 h4,
.text-w3l h4 {
	color: black;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.text-w3 h4 a,
.text-w3l h4 a {
	color: #333 !important;
	text-decoration: none;
}

.view {
	font-size: 18px;
	color: white;
	background: #333;
	padding: 18px 28px;
	letter-spacing: 1px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.agile-blog2 {
	padding: 3.5em 0em 0em;
}

.g3.agile-blog1 {
	padding: 26px 0px;
}

.agile-blog2 img {
	width: 100%;
}

.left-blog-contn2 {
	float: right;
	width: 46%;
	position: relative;
}

.text-w3l {
	float: left;
	width: 47%;
	padding: 30px 0px;
	text-align: center;
}

.blog-grid li {
	list-style: none;
}

.blog-grid ul li:nth-child(1) {
	float: left;
}

.blog-grid ul li:nth-child(2) {
	float: right;
}

.blog-grid ul li span {
	font-size: 20px;
	color: #3d59e8;
	margin-right: 6px;
}

.blog-grid ul li {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #4a4a4a;
}

.blog-grid ul {
	margin: 1em 0;
}

.agile-blog1 {
	position: relative;
}

.agile-blog2 {
	position: relative;
}

h5.cost1,
h5.cost2 {
	font-size: 36px;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 3px 3px 1px #000000;
	font-weight: 400;
}

h5.cost1 {
	position: absolute;
	left: 3%;
	bottom: 7%;
}

h5.cost2 {
	position: absolute;
	right: 3%;
	bottom: 7%;
}

/*-- //offer--*/

/*--counter-section--*/

.count-agileits {
	background: url(../../../../20211224071353im_/http_/anjalitourtravel.com/images/bannerb.html) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	text-align: center;
}

.count-bgcolor-w3ls {
	background: rgba(0, 0, 0, 0.58);
}

.count-bgcolor-w3ls {
	padding: 2em 0em;
}

.count-grids {
	width: 100%;
}

.count-grid span {
	background: #ff688e;
	display: block;
	width: 65px;
	height: 2px;
	margin: 0 auto;
}

.count-grid h4 {
	font-size: 4em;
	color: #fff;
}

.count-grid h5 {
	font-size: 1.4em;
	font-weight: 300;
	color: #fff;
	margin-top: .5em;
	letter-spacing: 1px;
}

.count-grid i {
	font-size: 2em;
	color: #ff688e;
}

.numscroller {
	font-size: 2.5em;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	padding: 0.3em 0;
	letter-spacing: 2px;
	font-weight: 800;
}

/*--//counter-section--*/

/*--services-secytion--*/

@media(min-width:1051px) {
	.services-w3layouts {
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
	}
	.agitsworkw3ls-grid {
		flex-basis: 50%;
		-webkit-flex-basis: 50%;
	}
	.agitsworkw3ls-grid-2 {
		flex-basis: 50%;
		-webkit-flex-basis: 50%;
	}
}

.agitsworkw3ls-grid {
	background: rgb(32, 32, 32);
	padding: 3em 2em;
}

.agitsworkw3ls-grid p {
	text-align: center;
	margin: 1em 0 2em;
}

.features-img {
	background: url(../../../../20220110171924im_/http_/anjalitourtravel.com/images/feature.html) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 200px;
	margin-bottom: 1.4em;
}

.agitsworkw3ls-grid h3 {
	margin-bottom: 0.7em;
	text-align: left;
}

.services-left-w3-agile {
	width: 50%;
	float: left;
}

.services-right-w3-agile {
	width: 50%;
	float: left;
}

.agitsworkw3ls-grid ul li {
	list-style: none;
	text-align: left;
	margin-bottom: 17.8px;
	/* line-height: 31px; */
	text-transform: capitalize !important;
	font-size: 15px;
	display: block;
	letter-spacing: 1px;
	color: #9c9a9a;
}

.agitsworkw3ls-grid ul li:nth-child(6) {
	margin-bottom: 0;
}

.agitsworkw3ls-grid ul li i {
	font-size: 11px;
	color: #ff688e;
	padding-right: 7px;
}

/*-- //Tabs --*/

.info-imgs ul li {
	float: left;
	width: 50%;
	list-style: none;
}

.info-imgs ul li img {
	width: 100%;
}

.agitsworkw3ls-grid-2 {
	padding: 0;
}

h3.tittle.two {
	text-align: left;
	color: #fff;
}

/*-- gallery --*/

.agile_gallery_grids {
	margin: 2em 0 0;
}

.demo>li {
	float: left;
	list-style-type: none;
	margin: 10px;
}

.demo>li img {
	width: 265px;
	cursor: pointer;
}

/*jquery.picEyes*/

.picshade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	background-color: #000;
	opacity: 0.91;
	filter: alpha(opacity=91);
	z-index: 99;
	display: none;
}

.pictures_eyes_close {
	position: fixed;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../../../../20220111075226im_/http_/anjalitourtravel.com/images/close.png) no-repeat;
	z-index: 100;
	display: none;
}

.pictures_eyes {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 199;
	display: none;
}

.pictures_eyes_in {
	position: relative;
	text-align: center;
}

.pictures_eyes_in img {
	max-height: 500px;
}

.pictures_eyes_in .prev,
.pictures_eyes_in .next {
	position: absolute;
	top: 50%;
	width: 51px;
	height: 51px;
	cursor: pointer;
}

.pictures_eyes_in .prev {
	left: 35px;
	background: url(../../../../20220113002154im_/http_/anjalitourtravel.com/images/left1.html) no-repeat;
}

.pictures_eyes_in .next {
	right: 35px;
	background: url(../../../../20220111154559im_/http_/anjalitourtravel.com/images/right1.html) no-repeat;
}

.pictures_eyes_indicators {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 299;
}

.pictures_eyes_indicators a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 6px 3px 0 3px;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 2px #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	overflow: hidden;
}

.pictures_eyes_indicators img {
	height: 50px;
}

.pictures_eyes_indicators .current {
	filter: alpha(opacity=100);
	opacity: 1;
}

.gallery-grid1 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.gallery-grid1 .p-mask,
.row .product .vm-product-media-container .p-mask {
	opacity: 0;
	visibility: hidden;
	background: rgba(25, 24, 24, 0.8);
	bottom: 0%;
	position: absolute;
	padding: 1em 1.3em;
	width: 100%;
	-webkit-transform: translate3d( 0px, 100%, 0px);
	-moz-transform: translate3d( 0px, 100%, 0px);
	-ms-transform: translate3d( 0px, 100%, 0px);
	-o-transform: translate3d( 0px, 100%, 0px);
	transform: translate3d( 0px, 100%, 0px);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-align: left;
	border-top: 5px solid #3d59e8;
}

.gallery-grid1 .p-mask .p-desc {
	color: #a3a3a3;
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1em;
}

.gallery-grid1:hover .p-mask,
.row .product:hover .p-mask {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d( 0px, 0px, 0px);
	-moz-transform: translate3d( 0px, 0px, 0px);
	-ms-transform: translate3d( 0px, 0px, 0px);
	-o-transform: translate3d( 0px, 0px, 0px);
	transform: translate3d( 0px, 0px, 0px);
}

.p-mask h4 {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 1.8em;
	text-transform: uppercase;
	font-weight: bold;
}

.p-mask p {
	margin: 0;
	color: #f5f5f5;
	line-height: 1.8em;
	font-size: 16px;
}

.p-mask span {
	color: #ff688e;
}

.pictures_eyes_in {
	position: relative;
	text-align: center;
}

/*--//services-section--*/

/*-- testimonials --*/

.w3_testimonials_grid_left p {
	margin: 0em auto 2em;
	width: 73%;
	text-align: center;
	color: #555;
	line-height: 2em;
	font-size: 17px;
	letter-spacing: 0.7px;
}

.w3_testimonials_grid_right img {
	border: 8px solid #ff688e;
	/* border-radius: 120px; */
	margin: 0 auto;
	position: absolute;
	top: 17px;
	left: 18px;
}

.w3_testimonials_grid_right {
	position: relative;
	width: 115px;
	height: 115px;
	margin: 0 auto 0.6em;
	border: 8px solid #9c9c9c;
}

/*-- //testimonials --*/

/*-- newsletter--*/

.n-right,
.n-left {
	padding: 0;
}

.n-left h6 {
	font-size: 2.5em;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: 500;
}

.w3layouts_newsletter_right {
	padding: 2.5em 0;
	background: #3d59e8;
}

.w3layouts_newsletter_right input[type="submit"],
.w3layouts_newsletter_right input[type="text"] {
	width: 30%;
}

.w3layouts_newsletter_right input[type="email"],
.w3layouts_newsletter_right input[type="text"] {
	outline: none;
	border: none;
	padding: 10px;
	background: #fff;
	border: 2px solid #ffffff;
	color: #212121;
	font-size: 15px;
	text-align: center;
	float: left;
}

.w3layouts_newsletter_right input[type="email"] {
	width: 38%;
	margin: 0 1%;
}

.w3layouts_newsletter_right input[type="submit"] {
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 16px;
	text-transform: capitalize;
	padding: 9.5px 0px;
	border: none;
	outline: none;
	background: #ff688e;
	border: 2px solid #ff688e;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

.w3layouts_newsletter_right input[type="submit"]:hover {
	background: transparent;
	color: #fff;
}

/*-- //newsletter--*/

/*--inner-pages--*/

.inner-bg-w3 {
	min-height: 275px !important;
	margin-bottom: 0px !important;
}

/*-- about-inner --*/

.about-bg {
	padding: 0em 0 3em 0 !important;
}

.about-heading {
	text-align: center;
}

.about-heading h2 {
	font-size: 2em;
	margin: 1.5em 0 0 0;
	color: #000000;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
}

/*-- Responsive-Slider --*/

#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0, 0, 0, .25);
	box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
	float: none;
	text-align: center;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}

.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	bottom: 326px;
	left: 0;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	width: 50px;
	height: 50px;
	background: transparent url(../../../../20211228014615im_/http_/anjalitourtravel.com/images/arrows.html) no-repeat left top;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	left: 95.5%;
}

.callbacks_nav.prev {
	right: auto;
	background-position: left top;
	left: 22px;
}

.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}

#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}

#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}

#slider-pager a {
	padding: 0;
}

#slider-pager li {
	display: inline-block;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}

.rslides li {
	position: relative;
	display: block;
	float: none;
}

.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 75.5%;
	z-index: 999;
	left: -7.5%;
	padding: 0em 0.6em 0.3em 0.3em;
	margin: 0;
	border-bottom: 2px dotted #2b2b2b;
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0.5em;
}

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #ff688e;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.65);
	border: none;
	border-radius: 50%;
}

.callbacks_here a:after {
	background: #3d59e8;
}

.slider-info {
	position: absolute;
	top: 9em;
	z-index: 999;
	left: 13em;
	width: 75%;
	height: 100%;
}

.slider-info img {
	width: 150px;
	margin: 0 auto;
	margin-bottom: 2.5em;
}

.slider-info h3 {
	font-size: 45px;
	font-weight: 900;
	color: #FFF;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 2px 0px 10px;
}

.slider-info p {
	font-size: 18px;
	font-weight: 100;
	color: #d3d8d8;
	margin: 0 auto;
	line-height: 35px;
	letter-spacing: 1px;
}

.slider-info h4 {
	font-size: 45px;
	color: #b56d10;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-top: 7px;
}

/*-- //Responsive-Slider --*/

/*--team--*/

ul.top-icons.team-icon {
	text-align: center;
	margin-top: 10px;
}

.team-icon li i {
	color: #fff;
	padding-top: 8px;
}

.team-icon li {
	display: inline-block;
	margin: 0px 4px;
	width: 32px;
	height: 32px;
	background: #ff688e;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.team-icon li:hover {
	background: #3d59e8;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

/*--//team--*/

.agile_team_grid1 {
	padding: 1em;
	border: 4px double #ddd;
	text-align: center;
}

.agile_team_grid:nth-child(even) {
	margin-top: 7%;
}

.agile_team_grid1 h4 {
	font-size: 23px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #3d59e8;
}

span.designation {
	font-size: 17px;
	letter-spacing: 1px;
	color: #a5a5a5;
	display: block;
	margin: 6px 0 9px;
}

.agile_team_grid_main .p-mask {
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.72);
	bottom: 0%;
	position: absolute;
	padding: 1em 0 .6em;
	width: 100%;
	-webkit-transform: translate3d( 0px, 100%, 0px);
	-moz-transform: translate3d( 0px, 100%, 0px);
	-ms-transform: translate3d( 0px, 100%, 0px);
	-o-transform: translate3d( 0px, 100%, 0px);
	transform: translate3d( 0px, 100%, 0px);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-align: center;
}

.agile_team_grid:hover .p-mask {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d( 0px, 0px, 0px);
	-moz-transform: translate3d( 0px, 0px, 0px);
	-ms-transform: translate3d( 0px, 0px, 0px);
	-o-transform: translate3d( 0px, 0px, 0px);
	transform: translate3d( 0px, 0px, 0px);
}

/*--//team--*/

/*-- //about-inner --*/

/*-- services-inner --*/

/*-- services --*/

.services-grids {
	width: 31.2%;
	float: left;
	text-align: center;
	box-shadow: -2px 2px 6px #737373;
	position: relative;
}

.services-grids h6 {
	color: #fff;
	font-size: 17px;
	text-transform: capitalize;
	letter-spacing: 1px;
	position: absolute;
	width: 100%;
	padding: 0.7em 0;
	background: rgba(0, 0, 0, 0.64);
	border-bottom: 4px solid #3d59e8;
	bottom: 0;
}

.services-grids:hover h6 {
	background: #3d59e8;
	border-bottom: 4px solid #ff688e;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
}

.services-grids:nth-child(1),
.services-grids:nth-child(2),
.services-grids:nth-child(3),
.services-grids:nth-child(4),
.services-grids:nth-child(5),
.services-grids:nth-child(6) {
	min-height: 200px;
}

.services-grids:nth-child(1) {
	background: url(../../../../20220110171923im_/http_/anjalitourtravel.com/images/1.html)no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.services-grids:nth-child(2) {
	background: url(../../../../20211224071353im_/http_/anjalitourtravel.com/images/bannerb.html)no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.services-grids:nth-child(3) {
	background: url(../../../../20211228014614im_/http_/anjalitourtravel.com/images/4.jpg)no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.services-grids:nth-child(4) {
	background: url(../../../../20211203164100im_/http_/anjalitourtravel.com/images/3.jpg)no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.services-grids:nth-child(5) {
	background: url(../../../../20220110171923im_/http_/anjalitourtravel.com/images/1.html)no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.services-grids:nth-child(6) {
	background: url(images/2.jpg)no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.services-grids:nth-child(2),
.services-grids:nth-child(5) {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.services-grids:nth-child(1),
.services-grids:nth-child(2),
.services-grids:nth-child(3),
.services-grids:nth-child(4),
.services-grids:nth-child(5),
.services-grids:nth-child(6) {
	margin-bottom: 30px;
}

.profile-btm-w3l {
	margin-top: 30px;
}

.profile-pic-w3ls {
	text-align: center;
	border: 1px solid #e6e4e4;
	background: #f5f5f5;
	padding: 2em 2em;
	box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
	-webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
	-o-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02)
}

.pic-w3layouts {
	position: relative;
	border: 10px solid #dedede;
	width: 150px;
	height: 150px;
	margin: 0 auto 2.5em;
}

.pic-w3layouts img {
	border: 9px solid #c1c1c1;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
	height: 150px;
}

/*-- //services --*/

/*--// services-inner --*/

/*-- features --*/

.features-right-info p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	color: #000;
}

.features-right-left {
	background: #3d59e8;
	width: 60px;
	height: 60px;
	padding: .7em 0 0 0;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-top-left-radius: 0px;
}

.features-right-grids:hover .features-right-left {
	background: #ff688e;
}

.features-right-left i {
	font-size: 1.5em;
	color: #FFFFFF;
	padding: .3em;
}

.features-right-right {
	margin-top: 1em;
}

.features-right-icon {
	position: relative;
}

/*-- Effect 2--*/

.features-right-icon:after {
	pointer-events: none;
	position: absolute;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-top-left-radius: 0px;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.effect-2 {
	-webkit-transition: background 0.5s, color 0.2s;
	-moz-transition: background 0.5s, color 0.2s;
	transition: background 0.5s, color 0.2s;
}

.effect-2:after {
	top: -18px;
	left: -8px;
	box-shadow: 0 0 0 2px #ff688e;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
	-webkit-transform: scale(0.8);
	-moz-transition: -moz-transform 0.5s, opacity 0.2s;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transition: transform 0.5s, opacity 0.2s;
	transform: scale(0.8);
	opacity: 0;
}

.features-right-grids:hover.features-right-icon {
	background: #FF7200;
	color: #fff !important;
}

.features-right-grids:hover .features-right-icon:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/*--//Effect 1--*/

.features-left {
	border: 3px solid rgba(38, 215, 151, 0.53);
	padding: 0;
}

/*-- //features --*/

/*--//services inner --*/

/*-gallery-inner-*/

/*-- gallery --*/

.gallery-heading {
	text-align: center;
}

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */

.grid figure {
	position: relative;
	overflow: hidden;
	margin: 10px 0 0;
	height: auto;
	text-align: center;
	/*cursor: pointer;*/
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

.grid figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
	font-weight: 300;
	margin: 0;
	text-align: center;
	font-size: 1.05em;
	letter-spacing: 3px;
	color: #fff;
	padding: 6px;
	background: rgba(0, 0, 0, 0.62);
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	font-weight: 600;
}

/*-----------------*/

/***** Apollo *****/

/*-----------------*/

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
	-moz-transform: scale3d(1.05, 1.05, 1);
	-o-transform: scale3d(1.05, 1.05, 1);
	-ms-transform: scale3d(1.05, 1.05, 1)
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-mz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 168px;
	border-right: 4px solid #3d59e8;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	color: #ffffff;
	text-shadow: 2px 2px 3px #000;
	font-size: 1em;
	text-transform: capitalize;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*-- //gallery --*/

/*--//gallery-inner*/

/*-- contact-page --*/

.form-bg input[type="text"],
.form-bg input[type="email"],
.form-bg textarea {
	width: 100%;
	padding: 8px 10px;
	height: 39px;
	font-weight: 500;
	background: none;
	background: rgba(53, 53, 53, 0.45);
	border-radius: 0;
	border: none;
	border-bottom: 2px solid rgb(64, 64, 64);
	color: #ffffff;
	outline: none;
	font-size: 15.5px;
	letter-spacing: 1px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	font-family: 'Source Sans Pro', sans-serif;
	box-sizing: border-box;
}

.form-bg input[type="text"],
.form-bg input[type="email"] {
	margin-bottom: 1em;
}

.contact-fields {
	padding-left: 0;
}

.contact-fields:nth-child(2) {
	padding-right: 0;
}

.form-bg textarea {
	resize: none;
	height: 100px;
}

.form-bg input[type="submit"] {
	background: rgb(61, 89, 232);
	color: #ffffff;
	font-size: 16px;
	text-transform: capitalize;
	margin: 0 auto;
	margin-top: 2em;
	border: 2px solid #3d59e8;
	outline: none;
	letter-spacing: .5px;
	display: block;
	cursor: pointer;
	-webkit-appearance: none;
	padding: 0.7em 5em;
	font-family: 'Source Sans Pro', sans-serif;
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}

.form-bg input[type="submit"]:hover {
	background: transparent;
	color: #fff;
}

.form-bg {
	padding: 4em;
	background: #252525;
}

.resp-tab-content {
	padding: 1em 0 0;
}

.resp-tab-content iframe {
	width: 100%;
	border: none;
	outline: none;
	height: 300px;
	padding: 1em;
	background: #e2e2e2;
}

.resp-tabs-list li {
	color: #000;
	background: #e2e2e2;
	border: none;
	border-left: 1px solid #fff;
}

.resp-tabs-list li:nth-child(1) {
	border-left: none;
}

.add-left {
	margin-top: 2em;
}

.add-left p:nth-child(2) {
	margin: 1em 0;
}

.resp-tabs-container p span {
	color: #3d59e8;
	font-weight: 600;
	display: block;
}

.resp-tabs-container p a {
	color: #555;
	letter-spacing: .5px;
}

.resp-tabs-container p a:hover {
	color: #ff688e;
}

.contact-maps {
	margin-top: 5em;
}

/*--// contact-page --*/

/*-- single --*/

.admin-text {
	border: 1px solid #fff;
	padding: 2em;
	margin-top: 2em;
	background: #ff688e;
}

.admin-text h5 {
	font-size: 1.3em;
	letter-spacing: 1px;
	margin: 0 0 1em 0;
	color: #fff;
}

.admin-text-right p,
.video_agile_player p {
	color: #fff;
	font-size: 16px;
	margin: 0 0 18px;
	line-height: 28px;
	letter-spacing: .6px;
}

.video_agile_player p {
	margin-top: 18px;
	color: #555;
}

.admin-text-left {
	float: left;
	width: 11%;
}

.admin-text-right {
	float: right;
	width: 86%;
}

.admin-text-left img {
	width: 100%;
}

.admin-text-right span {
	font-size: 15px;
	margin: 0 0 1em 0;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 1px;
}

.admin-text-right span a {
	color: #0c0d0d;
	text-decoration: none;
}

.admin-text-right span a:hover {
	color: #fff;
	transition: .5s all;
}

.media.response-info {
	margin-top: 3em;
}

.response-info-mdl {
	margin: 1em 0px 1em 4em;
}

.response {
	margin: 3em 0;
}

.media-left.response-text-left {
	width: 11%;
}

.response-text h5 {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 1em 0;
	color: #fff;
}

.response h4 {
	font-size: 1.5em;
	letter-spacing: 1px;
	margin: 0 0 1em 0;
	color: #0c0d0d;
	text-transform: uppercase;
}

.response-text-left h5 a {
	text-decoration: none;
	color: #0c0d0d;
	text-transform: uppercase;
	font-size: 0.95em;
}

.response-text-left h5 a:hover {
	text-decoration: none;
	color: #fe423f;
	transition: .5s all;
}

.response-text-left h5 {
	font-size: 17px;
	margin: 1em 0 0 0;
}

.response-text-right p {
	color: #555;
	margin: 0 0 15px;
	line-height: 1.9em;
	font-size: 16px;
	letter-spacing: 0.6px;
}

.wom-right p {
	font-size: 0.99em;
	letter-spacing: .5px;
	margin: 0 0 8px;
	margin-top: 0.6em;
	line-height: 1.8em;
	color: #555;
}

.response-text-right ul {
	padding: 0;
	text-align: right;
}

.response-text-right ul li {
	display: inline-block;
	color: #0c0d0d;
	font-size: 1em;
	margin-right: 1em;
	letter-spacing: 1px;
}

.response-text-right ul li a {
	color: #ff688e;
	font-size: 1em;
}

.response-text-right ul li a:hover {
	color: #3d59e8;
	text-decoration: none;
}

.media-left a img {
	width: initial;
}

.w3l-blog-list li,
.blog-list1 li {
	list-style: none;
}

.w3l-blog-list li a:hover {
	color: #111;
}

.response-text-right ul {
	padding: 0;
	text-align: left;
}

h3.tittle,
h2.w3l-inner-h-title,
h3.w3l-inner-h-title {
	font-size: 1.8em;
}

.video-grid-single-page-agileits {
	margin-bottom: 1em;
}

.w3l-blog-list li a {
	color: #555;
	font-size: 0.99em;
	letter-spacing: .5px;
	text-decoration: none;
	display: block;
	margin: 12px 0;
}

.w3l-blog-list {
	margin-top: 1.3em;
}

.w3l-blog-list i {
	color: #ff688e;
	margin-right: 12px;
}

ul.w3l-sider-list li {
	display: inline-block;
	color: #666;
	font-size: .9em;
	margin-right: 18px;
}

ul.w3l-sider-list li i {
	display: inline-block;
	color: #0c0d0d;
	font-size: .9em;
	margin-right: 10px;
}

.side-bar-form input[type="search"] {
	background: #fff;
	width: 81%;
	outline: none;
	padding: 8px 10px;
	font-size: 15.5px;
	color: #000000;
	letter-spacing: 1px;
	border: 1px solid #e4e3ea;
	float: left;
}

.side-bar-form input[type="submit"] {
	background: url(../../../../20220104014659im_/http_/anjalitourtravel.com/images/search.html) no-repeat 9px 9px #ff688e;
	width: 44px;
	height: 40px;
	border: none;
	outline: none;
	padding: 0;
	background-size: 24px;
	float: left;
}

h4.side-t-w3l-agile {
	font-size: 20px;
	margin-bottom: 1em;
	font-weight: 400;
	letter-spacing: 1px;
}

.agile-info-wthree-box input[type="text"],
.agile-info-wthree-box input[type="email"],
.agile-info-wthree-box textarea {
	outline: none;
	border: 1px solid #d6d4d4;
	background: none;
	padding: 13px 13px;
	width: 100%;
	font-size: 15.5px;
	letter-spacing: 1px;
	color: #333;
}

.agile-info-wthree-box textarea {
	resize: none;
	min-height: 118px;
	margin-bottom: 6px;
}

.form-info {
	padding-left: 0;
}

.all-comments-info h5,
.single-agile-shar-buttons h5 {
	font-size: 1em;
	margin: 0;
	font-weight: 600;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #0c0d0d;
	margin: 0em 0 1em 0;
}

.all-comments-info {
	padding: 2em;
	border: 1px solid#ddd;
	margin: 2em 0;
}

.agile-info-wthree-box input[type="submit"] {
	outline: none;
	font-style: normal;
	padding: 0.78em 4em;
	background: #3d59e8;
	font-size: 14px;
	color: #fff;
	display: block;
	border: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}

.agile-info-wthree-box input[type="submit"]:hover {
	background: #ff688e;
}

.agile-info-wthree-box input[type="email"]:nth-child(2) {
	margin: 1em 0;
}

.wom {
	float: left;
	width: 25%;
}

.wom-right {
	float: right;
	width: 70%;
}

.wom-right h5 a,
.video_agile_player h4 {
	color: #3d59e8;
	font-size: 16px;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: 1px;
}

.video_agile_player h4 {
	color: #e86085;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 0.5em;
	text-transform: capitalize;
	line-height: 35px;
}

.w3l-recent-grid {
	margin: 1em 0;
}

/*-- //single --*/

/*--//inner-pages--*/

/*-- main --*/

.tittle-w3 {
	font-size: 3.5em;
	color: #ea350f;;
	margin: 0em 0 0.7em;
	text-align: center;
	text-transform: capitalize;
	font-weight: 300;
	letter-spacing: 5px;
}

.sub-head {
	color: #e86085;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 3px;
	margin-bottom: 0.5em;
	text-transform: capitalize;
	line-height: 45px;
}

/*-- //main --*/

/*-- footer --*/

.map-w3-agileits iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.map-w3-agileits {
	padding: 1em;
	background: rgb(255, 204, 84);
	flex-basis: 50%;
	-webkit-flex-basis: 50%;
}

.w3l-social ul {
	padding: 0;
	margin: 0;
}

.w3l-social ul li {
	display: inline-block;
}

.w3l-social ul li a {
	text-align: center;
}

.w3l-social ul li a.fa {
	margin: 0 2em;
	font-size: 16px;
	color: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.w3l-social ul li a.fa.fa-facebook:hover {
	color: #3b5998;
}

.w3l-social ul li a.fa.fa-twitter:hover {
	color: #1da1f2;
}

.w3l-social ul li a.fa.fa-google-plus:hover {
	color: #dd4b39;
}

.w3l-social ul li a.fa.fa-instagram:hover {
	color: #e1306c;
}

.w3l-social ul li a.fa.fa-linkedin:hover {
	color: #00a0dc;
}

.w3l-social ul li a:hover,
.w3l-social ul li a:focus {
	text-decoration: none;
}

.w3l-social {
	text-align: center;
}

.w3ls_address_mail_footer_grids {
	padding: 4em 0;
	background: #191919;
	border-bottom: 2px solid #ffffff;
}

.w3ls_footer_grid_left p {
	color: #7d7d7d;
	line-height: 2em;
	font-size: 1em;
	letter-spacing: 1px;
}

.w3ls_footer_grid_left {
	text-align: center;
}

.w3ls_footer_grid_left p span {
	display: block;
}

.w3ls_footer_grid_left p a {
	color: #999;
	text-decoration: none;
}

h6.footer-logo {
	text-align: center;
	margin: 3em 0 2em;
}

h6.footer-logo a {
	text-decoration: none;
	color: #faf8f7;
	font-size: 35px;
	left: 0.4em;
	font-family: 'Monoton', cursive;
	margin: 0.2em 0 0.3em;
	display: inline-block;
}

h6.footer-logo a span {
	color: #3d59e8;
	font-family: 'Monoton', cursive;
	font-size: 60px;
	font-weight: bold;
}

h6.footer-logo a:hover,
h6.footer-logo a:focus {
	text-decoration: none;
	outline: none;
}

.copyright-wthree {
	background: #191919;
	padding: 1.5em 0;
}

.copyright-wthree p {
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 300;
	word-spacing: 1px;
	text-align: center;
}

.copyright-wthree a {
	color: #ffffff;
	text-decoration: underline;
}

.copyright-wthree a:hover {
	color: #ff688e;
}

/*-- //Footer --*/

/*-- //Footer --*/

/*-- icons --*/

.codes a {
	color: #999;
}

.icon-box {
	padding: 8px 15px;
	background: rgba(149, 149, 149, 0.18);
	margin: 1em 0 1em 0;
	border: 5px solid #ffffff;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	cursor: pointer;
}

.icon-box:hover {
	background: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.icon-box:hover a {
	color: #fff;
}

.icon-box:hover i.fa {
	color: #fff !important;
}

.icon-box:hover a.contentmk-icon {
	color: #fff !important;
}

.codes .bs-glyphicons li {
	float: left;
	width: 12.5%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}

.codes .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
}

.codes .bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}

h3.icon-subheading {
	margin: 30px 0 15px;
	font-size: 30px;
	color: #e86085;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: capitalize;
}

h3.contentmkits-icons-title {
	text-align: center;
	font-size: 33px;
	color: #222222;
	font-weight: 600;
	letter-spacing: 2px;
}

.icons a {
	color: #999;
}

.icon-box i {
	margin-right: 10px !important;
	font-size: 20px !important;
	color: #282a2b !important;
}

.bs-glyphicons li {
	float: left;
	width: 18%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
	background: rgba(149, 149, 149, 0.18);
	margin: 1%;
}

.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #282a2b;
}

.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}

ul.bs-glyphicons-list li:hover {
	background: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

ul.bs-glyphicons-list li:hover span {
	color: #fff;
}

@media (max-width:991px) {
	h3.contentmkits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
}

@media (max-width:768px) {
	h3.contentmkits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 25px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.icon-box {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.icon-box {
		width: 50%;
		float: left;
	}
}

@media (max-width: 640px) {
	.icon-box {
		float: left;
		width: 50%;
	}
}

@media (max-width: 480px) {
	.bs-glyphicons li {
		width: 31%;
	}
}

@media (max-width: 414px) {
	h3.contentmkits-icons-title {
		font-size: 23px;
	}
	h3.icon-subheading {
		/*font-size: 18px;*/
	}
	.bs-glyphicons li {
		width: 31.33%;
	}
}

@media (max-width: 384px) {
	.icon-box {
		float: none;
		width: 100%;
	}
}

/*-- //icons --*/

/*-- Codes --*/

.well {
	font-weight: 300;
	font-size: 14px;
}

.list-group-item {
	font-weight: 300;
	font-size: 14px;
}

li.list-group-item1 {
	font-size: 14px;
	font-weight: 300;
}

.typo p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
}

.show-grid [class^=col-] {
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}

.grid_3 {
	margin-bottom: 2em;
}

.xs h3,
h3.m_1 {
	color: #000;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 1em;
}

.grid_3 p {
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}

.grid_4 {
	background: none;
}

.label {
	font-weight: 300 !important;
	border-radius: 4px;
}

.grid_5 {
	background: none;
	padding: 2em 0;
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg,
h3.bars {
	margin-bottom: 1em;
	font-size: 30px;
	color: #e86085;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: capitalize;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border-top: none !important;
}

.tab-content>.active {
	display: block;
	visibility: visible;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 0;
}

.badge-primary {
	background-color: #03a9f4;
}

.badge-success {
	background-color: #22cdf3;
}

.badge-warning {
	background-color: #ffc107;
}

.badge-danger {
	background-color: #e51c23;
}

.grid_3 p {
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}

.bs-docs-example {
	margin: 1em 0;
}

section#tables p {
	margin-top: 1em;
}

.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 15px !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}

.tab-content>.active {
	display: block;
	visibility: visible;
}

.label {
	font-weight: 300 !important;
}

.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}

.alert {
	font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
	line-height: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li.list-group-item1 {
	line-height: 2.5em;
}

.input-group {
	margin-bottom: 20px;
}

.in-gp-tl {
	padding: 0;
}

.in-gp-tb {
	padding-right: 0;
}

.list-group {
	margin-bottom: 48px;
}

.typo ol {
	margin-bottom: 44px;
}

h2.typoh2 {
	margin: 0 0 10px;
}

@media (max-width:768px) {
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}

@media (max-width:640px) {
	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3,
	.grid_5 h2,
	.grid_5 h1,
	.grid_5 h4,
	.grid_5 h5,
	h3.hdg,
	h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,
	.grid_3 p,
	ul.list-group li,
	li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
}

@media (max-width:480px) {
	.grid_5 h3,
	.grid_5 h2,
	.grid_5 h1,
	.grid_5 h4,
	.grid_5 h5,
	h3.hdg,
	h3.bars {
		font-size: 1.2em;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,
	p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.mkstyles {
		margin-top: 25px;
	}
}

@media (max-width: 320px) {
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert,
	p,
	ol.breadcrumb li,
	.grid_3 p,
	.well,
	ul.list-group li,
	li.list-group-item1,
	a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav>li>a {
		font-size: 14px;
	}
	table.table.table-striped,
	.table-bordered,
	.bs-docs-example {
		display: none;
	}
}

h3.title-allahsuperl.allahsuperl-2:before {
	right: 25%;
}

/*-- //Codes --*/

/*-- to-top --*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 30px;
	height: 30px;
	border: none;
	text-indent: 100%;
	background: url(../../../../20220113002152im_/http_/anjalitourtravel.com/images/arr.html) no-repeat 0px 0px;
	background-size: 30px;
}

#toTopHover {
	width: 64px;
	height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*-- //to-top --*/

/*--responsive--*/

@media(max-width:1680px) {}

@media(max-width:1440px) {
	.w3_navigation_pos {
		top: 11%;
		left: 37%;
	}
	.banner-text h2 {
		width: 85%;
	}
}

@media(max-width:1366px) {
	.banner-text h2 {
		font-size: 4.7em;
		line-height: 1.4em;
	}
}

@media(max-width:1080px) {
	.banner {
		margin-bottom: 8.758em;
		min-height: 657px;
	}
	.navbar-nav>li:nth-child(3) {
		margin-right: 19.5em !important;
	}
	.w3_navigation_pos {
		left: 34%;
	}
	.menu--miranda .menu__item {
		margin: 1.5em .5em;
	}
	.banner-text {
		padding: 6.5em 0 0 0;
	}
	.banner {
		margin-bottom: 6.95em;
		min-height: 657px;
	}
	h3.subheading-wthree {
		font-size: 25px;
		line-height: 30px;
	}
	h5.cost1,
	h5.cost2 {
		font-size: 30px;
	}
	.team-icon li {
		margin: 0px 2px;
	}
}

@media(max-width:1050px) {
	.numscroller {
		font-size: 1.8em;
	}
	.banner-text h2 {
		font-size: 4em;
		line-height: 1.3em;
		letter-spacing: 1px;
		width: 92%;
	}
	.banner {
		margin-bottom: 6.95em;
		min-height: 612px;
	}
	.tittle-w3 {
		font-size: 3.1em;
		letter-spacing: 4px;
	}
	.mail-grid1,
	.about-section,
	.count-agileits,
	.testimonials,
	.services,
	.contact-page,
	.agile-blogs,
	.agile-about-top,
	.features,
	.special,
	.gallery,
	.inner-padding,
	.team {
		padding: 4em 0;
	}
	.contact-maps {
		margin-top: 4em;
	}
	.flex-control-nav li {
		margin: 0 6px;
	}
	.flex-control-nav {
		left: 59%;
	}
	h3.subheading-wthree {
		font-size: 23px;
		letter-spacing: 2px;
		line-height: 30px;
	}
}

@media(max-width:1024px) {
	.w3_navigation_pos h1 a {
		font-size: 28px;
	}
	.w3_navigation_pos span {
		font-size: 55px;
	}
	.navbar-nav>li:nth-child(3) {
		margin-right: 17em !important;
	}
	.w3_navigation_pos {
		left: 36.5%;
	}
	.menu--miranda .menu__item {
		margin: 1.5em .77em;
	}
	.n-left h6 {
		font-size: 2.2em;
		letter-spacing: 1.3px;
	}
	.latest-news-agile-left-content {
		width: 100%;
	}
	.latest-news-agile-right-content {
		width: 100%;
	}
}

@media(max-width:991px) {
	.w3_navigation_pos h1 a {
		font-size: 32px;
	}
	.navbar-nav>li:nth-child(3) {
		margin-right: 16.2em !important;
	}
	.menu__list {
		margin-left: 0;
	}
	.contact-bnr-w3-agile ul li {
		padding: 13px 15px;
	}
	.menu--miranda .menu__item {
		margin: 1.2em 0.15em;
	}
	.navbar-nav>li>a {
		font-size: 13px;
	}
	.dropdown-menu>li>a {
		font-size: 12px;
	}
	.w3_navigation_pos span {
		font-size: 50px;
	}
	.w3_navigation_pos {
		left: 32%;
	}
	.search_box:checked~.search_form {
		width: 415px;
	}
	.search_form input[type='submit'] {
		font-size: 13px;
		padding: 6.7px 28px;
	}
	.search_form input[type='search'] {
		width: 300px;
	}
	.banner {
		margin-bottom: 5.7em;
		min-height: 572px;
	}
	.form-info {
		margin-top: 1em;
	}
	.n-left {
		margin-bottom: 1.5em;
	}
	.about-w3ls-right {
		margin: 2em 0 0;
		padding: 0;
	}
	.tittle-w3 {
		margin: 0em 0 0.5em;
	}
	.count-grid {
		width: 33%;
		float: left;
	}
	.left-blog-contn1 {
		float: none;
		width: 100%;
	}
	.text-w3 {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 1.5em;
	}
	.text-w3l {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 2em;
	}
	.agile-blog2 {
		padding: 2.5em 0em 0em;
	}
	.left-blog-contn2 {
		float: none;
		width: 100%;
	}
	.flex-control-nav {
		left: 60%;
		bottom: 13%;
	}
	.ab-text {
		margin-top: 2em;
	}
	.agile_team_grids {
		width: 60%;
		margin: 0 auto;
	}
	.agile_team_grid:nth-child(even),
	.agile_team_grid:nth-child(3) {
		margin-top: 1.5em;
	}
	.features-right-grids:nth-child(2) {
		margin: 2em 0;
	}
	.gallery-grid {
		width: 50%;
		float: left;
	}
	.contact-fields {
		padding-right: 0;
	}
	.add-left {
		margin: .6em 0em 1.5em;
	}
	.form-bg {
		padding: 3em;
	}
}

@media(max-width:900px) {
	.banner-text h2 {
		font-size: 3.8em;
		line-height: 1.4em;
	}
	.banner {
		margin-bottom: 5.95em;
	}
	.w3_navigation_pos h1 a {
		font-size: 34px;
	}
	.w3_navigation_pos {
		left: 31.3%;
	}
	.mail-grid1,
	.about-section,
	.count-agileits,
	.testimonials,
	.services,
	.contact-page,
	.agile-blogs,
	.agile-about-top,
	.features,
	.special,
	.gallery,
	.inner-padding,
	.team {
		padding: 3.5em 0;
	}
	.contact-maps {
		margin-top: 3.5em;
	}
	.w3ls_address_mail_footer_grids {
		padding: 3em 0;
	}
}

@media(max-width:800px) {
	.w3_navigation_pos span {
		font-size: 48px;
	}
	.w3_navigation_pos {
		left: 31.2%;
		top: 8%;
	}
	.banner-text h2 {
		font-size: 3.5em;
	}
	.gallery-ban {
		bottom: -5.3em;
	}
	.banner {
		margin-bottom: 5.95em;
		min-height: 542px;
	}
	h6.footer-logo a {
		font-size: 30px;
	}
	h6.footer-logo a span {
		font-size: 50px;
	}
	.callbacks_tabs {
		top: 86.5%;
		left: -1.5%;
	}
	.w3l-social ul li a.fa {
		margin: 0 1.5em;
		font-size: 14px;
	}
	.add-left p:nth-child(2) {
		margin: 0.5em 0;
	}
}

@media(max-width:768px) {
	.w3_navigation_pos {
		left: 31.4%;
		top: 12%;
	}
	.banner-text h2 {
		font-size: 3em;
	}
	.banner {
		margin-bottom: 7em;
		min-height: 550px;
	}
	.add-right {
		margin-bottom: 1.5em;
	}
}

@media(max-width:767px) {
	.w3_navigation_pos {
		position: initial;
		text-align: center;
	}
	.menu__list {
		background: rgba(17, 17, 17, 0.85);
	}
	.navbar-default .navbar-toggle {
		border-color: #3d59e8;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ff688e;
	}
	.navbar-toggle {
		margin: 1em 0;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: none;
	}
	.menu--miranda .menu__item {
		margin: 1em;
		font-size: 14px;
	}
	.navbar-nav>li:nth-child(3) {
		margin-right: 1em !important;
	}
	.menu--miranda .menu__item:last-child {
		margin-right: 1em;
	}
	.dropdown-menu {
		text-align: center;
		background: transparent;
		float: none;
		width: 100%;
	}
	.dropdown-menu>li>a {
		color: #f5f5f5 !important;
	}
	.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:focus {
		color: #ff688e !important;
	}
	div#bs-example-navbar-collapse-1 {
		background: rgba(0, 0, 0, 0.83);
		margin: 0;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 999;
		border: 1px solid #656363;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #ffffff;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		text-align: center;
	}
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 0px 5px 0px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #1ca0de;
	}
	.banner {
		margin-bottom: 6.6em;
		min-height: 520px;
	}
	.w3_navigation_pos h1 a {
		display: inline-block;
		margin-top: 0.2em;
	}
	h6.footer-logo a span {
		font-size: 41px;
	}
	h6.footer-logo a {
		font-size: 26px;
	}
	.icon-box {
		width: 50%;
		float: left;
	}
	.gallery-ban {
		bottom: -4.3em;
	}
	.banner {
		margin-bottom: 6.7em;
	}
}

@media(max-width:736px) {
	.w3ls_footer_grid_left .sub-head {
		font-size: 24px;
		letter-spacing: 2px;
		line-height: 24px;
	}
	.w3ls_footer_grid_left:nth-child(2) {
		margin: 1.4em 0;
	}
}

@media(max-width:667px) {
	.banner-text {
		padding: 4.8em 0 0 0;
	}
	.banner {
		min-height: 475px;
	}
	.flex-control-nav {
		left: 63%;
	}
	.callbacks_tabs {
		top: 84.5%;
	}
	.services-grids:nth-child(2),
	.services-grids:nth-child(5) {
		margin-left: 19.5px !important;
	}
	figure.effect-apollo p {
		margin: 1em 2em;
	}
	.form-bg input[type="submit"] {
		margin-top: 1.4em;
		padding: 0.5em 4em;
	}
	.features-right-left i {
		font-size: 1.3em;
	}
	.features-right-left {
		width: 55px;
		height: 55px;
	}
	.effect-2:after {
		left: -7px;
	}
	.features-right-icon:after {
		width: 70px;
		height: 70px;
	}
}

@media(max-width:640px) {
	.banner {
		min-height: 550px;
	}
	.services-grids:nth-child(2),
	.services-grids:nth-child(5) {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.services-grids:nth-child(1),
	.services-grids:nth-child(2),
	.services-grids:nth-child(3),
	.services-grids:nth-child(4),
	.services-grids:nth-child(5),
	.services-grids:nth-child(6) {
		margin-bottom: 25px;
		width: 100%;
	}
	.services-grids:nth-child(6) {
		margin-bottom: 0px;
	}
}

@media(max-width:600px) {
	.book-form {
		width: 92%;
	}
	.book-form form input[type="submit"] {
		margin-top: 2.11em;
		padding: .88em 1em;
	}
	.social-bnr-agileits ul li {
		width: 27px;
		height: 27px;
		margin: 0px 3.5px;
	}
	.social-bnr-agileits ul li i {
		font-size: 11px;
		padding-top: 0px;
	}
	.contact-bnr-w3-agile ul li {
		padding: 13px 13px;
	}
	.contact-bnr-w3-agile ul li i {
		font-size: 14px;
	}
	.banner-text h2 {
		font-size: 2.6em;
		width: 95%;
		font-weight: 500;
	}
	.banner {
		min-height: 516px;
	}
	.tittle-w3 {
		font-size: 2.95em;
		letter-spacing: 2px;
	}
	.count-grid i {
		font-size: 1.7em;
	}
	.sub-head {
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 38px;
	}
	.w3_testimonials_grid_left p {
		width: 97%;
	}
}

@media(max-width:568px) {
	.book-form label i {
		margin-right: 2px;
	}
	.social-bnr-agileits ul li {
		width: 30px;
		height: 30px;
		margin: 0px 6px;
	}
	.social-bnr-agileits ul {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.social-bnr-agileits {
		float: none;
		margin-left: 0;
		padding: 1em 0;
	}
	.contact-bnr-w3-agile ul li:nth-child(1) {
		border-left: none;
	}
	.contact-bnr-w3-agile {
		float: none;
		text-align: center;
		border-top: 1px solid #918c8c;
	}
	.social-bnr-agileits ul li {
		float: none;
	}
	.search_box:checked~.search_form {
		top: 106px;
		height: 52px;
		right: 71px;
	}
	.search_form {
		right: 71px;
		top: 106px;
	}
	.search_form input[type='search'] {
		line-height: 17px;
		font-size: 15px;
	}
	.search_form input[type='submit'] {
		font-size: 14px;
		padding: 5px 28px;
	}
	.callbacks_tabs {
		top: 81.5%;
	}
	.w3layouts_newsletter_right input[type="submit"],
	.w3layouts_newsletter_right input[type="text"] {
		width: 100%;
		float: none;
	}
	.w3layouts_newsletter_right input[type="email"] {
		width: 100%;
		margin: .5em 0 1em;
	}
	.n-left h6 {
		text-align: center;
	}
	.copyright-wthree p {
		letter-spacing: 1.5px;
		word-spacing: 0px;
	}
	a.read {
		font-size: .9em;
	}
}

@media(max-width:480px) {
	.contact-bnr-w3-agile ul li {
		padding: 8px 18px;
	}
	h3.hdg {
		font-size: 1.6em;
	}
	.search_box:checked~.search_form {
		right: 25px;
	}
	.search_form {
		right: 25px;
	}
	.banner {
		min-height: 668px;
	}
	.about-bottom {
		padding: 1em 1.3em;
	}
	.count-grid {
		width: 100%;
		float: none;
	}
	.count-grid:nth-child(2) {
		margin: 2em 0;
	}
	.services-right-w3-agile,
	.services-left-w3-agile {
		width: 100%;
		float: none;
	}
	.services-right-w3-agile {
		margin-top: 1.5em;
	}
	.flex-control-nav {
		left: 68%;
	}
	.copyright-wthree p {
		line-height: 28px;
	}
	.copyright-wthree {
		padding: 1.2em 0;
	}
	.callbacks_tabs {
		top: 77.5%;
	}
	.agile_team_grids {
		width: 90%;
	}
	.gallery-grid {
		width: 100%;
		float: none;
	}
	figure.effect-apollo p {
		margin: 1.8em 2.3em;
	}
	.icon-box {
		width: 100%;
		float: none;
	}
	.wthree_testimonials_grid_main img {
		width: 100%;
	}
	.banner {
		min-height: 675px;
	}
	.banner-text h2 {
		font-size: 2.2em;
		font-weight: 400;
	}
	.count-grid h5 {
		font-size: 1.3em;
		letter-spacing: 1.5px;
	}
	.form-bg {
		padding: 2em 1.3em;
	}
	.blog-grid ul li:nth-child(1) {
		float: none;
	}
	.blog-grid ul li:nth-child(2) {
		float: none;
		margin-top: 0.7em;
	}
	.admin-text-left {
		float: none;
		width: 30%;
	}
	.admin-text-right {
		float: none;
		width: 100%;
		margin-top: 1em;
	}
	.media-left.response-text-left {
		display: block;
	}
	.all-comments-info {
		padding: 1em;
	}
	.form-info {
		padding: 0;
	}
	.admin-text {
		padding: 1.3em;
	}
	.media.response-info {
		margin-top: 1.5em;
	}
	a.read {
		margin-top: .7em;
	}
}

@media(max-width:440px) {
	.contact-bnr-w3-agile ul li {
		padding: 8px 13px;
	}
	.search_form input[type='search'] {
		width: 195px;
	}
	.search_box:checked~.search_form {
		right: 52px;
		width: 312px;
	}
	.search_form {
		right: 52px;
	}
	.banner {
		min-height: 643px;
	}
	.copyright-wthree p {
		margin: 0 1em;
	}
	.callbacks_tabs {
		top: 74.5%;
		left: -3.5%;
	}
}

@media(max-width:414px) {
	.contact-bnr-w3-agile ul li {
		padding: 8px 9px;
	}
	.contact-bnr-w3-agile ul li i {
		margin-right: 10px;
	}
	.search_form input[type='search'] {
		width: 190px;
	}
	.search_form input[type='submit'] {
		padding: 5px 21px;
	}
	.search_box:checked~.search_form {
		right: 57px;
		width: 290px;
	}
	.search_form {
		right: 57px;
	}
	.banner-text h2 {
		font-size: 2em;
	}
	.banner {
		min-height: 613px;
	}
	.info-imgs ul li {
		float: none;
		width: 100%;
	}
	.tittle-w3 {
		font-size: 2.75em;
	}
	.mail-grid1,
	.about-section,
	.count-agileits,
	.testimonials,
	.services,
	.contact-page,
	.agile-blogs,
	.agile-about-top,
	.features,
	.special,
	.gallery,
	.inner-padding,
	.team {
		padding: 3em 0;
	}
	.wom {
		float: none;
		width: 30%;
		margin-bottom: 1.5em;
	}
	.wom-right {
		float: none;
		width: 100%;
	}
}

@media(max-width:384px) {
	.inner-bg-w3 {
		min-height: 310px !important;
	}
	.contact-bnr-w3-agile ul li:nth-child(1) {
		border-left: none;
		border-bottom: 1px solid #918c8c;
		width: 100%;
	}
	.contact-bnr-w3-agile ul li:nth-child(2) {
		width: 60%;
		float: left;
		border-right: 1px solid #918c8c;
	}
	.contact-bnr-w3-agile ul li:nth-child(3) {
		width: 40%;
		float: right;
	}
	.contact-bnr-w3-agile ul li {
		font-size: 15px;
	}
	.search_box:checked~.search_form {
		right: 40px;
		top: 149px;
		width: 290px;
	}
	.search_form {
		right: 40px;
		top: 149px;
	}
	.callbacks_tabs a:after {
		width: 10px;
		height: 10px;
	}
	.callbacks_tabs li {
		margin: .3em;
	}
	.agile_team_grids {
		width: 100%;
	}
	.w3_navigation_pos h1 a {
		font-size: 31px;
	}
	.w3_navigation_pos span {
		font-size: 40px;
	}
	.w3_navigation_pos h1 a {
		margin-top: 0.26em;
	}
	.flex-control-nav li {
		margin: 0 4px;
	}
	.flex-control-nav {
		left: 72%;
	}
	.banner-text h2 {
		letter-spacing: 0.5px;
	}
}

@media(max-width:375px) {
	.contact-bnr-w3-agile ul li {
		border-left: none;
	}
	.search_box:checked~.search_form {
		top: 149px;
		right: 35px;
	}
	.search_form {
		top: 149px;
	}
	.banner-text h2 {
		font-size: 2em;
	}
	.banner-text h2 {
		font-size: 2.2em;
	}
	.flex-control-nav {
		left: 71%;
	}
}

@media(max-width:320px) {
	.search_box:checked~.search_form {
		right: 9px;
	}
	.search_form {
		right: 9px;
	}
	.w3_navigation_pos span {
		font-size: 38px;
	}
	.w3_navigation_pos h1 a {
		font-size: 28px;
		margin-top: 0.4em;
	}
	.banner-text h2 {
		font-size: 2em;
	}
	.banner-text {
		padding: 2.8em 0 0 0;
	}
	.banner {
		min-height: 547px;
	}
	.agitsworkw3ls-grid {
		padding: 1.5em 1.3em;
	}
	.w3l-social ul li a.fa {
		margin: 0 1.2em;
	}
	.flex-control-nav {
		left: 34%;
		bottom: 27%;
	}
	.callbacks_tabs {
		top: 69.5%;
	}
	.grid figure figcaption {
		padding: 1em;
	}
	.bs-glyphicons li {
		height: 147px;
	}
	h3.hdg {
		font-size: 1.5em;
	}
}

/*--responsive--*/
/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
    font-size: 100%;
	font-family: 'Roboto', sans-serif;
}
body{
	background:#FFFFFF;
}
/*-- banner --*/
.banner{
    background: url(images/2.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- header-left --*/
.header {
    padding: 1em;
}
/*-- //header-left --*/
/*-- w3-header-bottom --*/
.w3-header-bottom {
	background: #212121;
    padding: 3em 2em;
}
.agileinfo-phone {
	float: left;
    margin: .5em 2em 0 0;
}
.agileinfo-phone p {
	color: #FFFFFF;
    font-size: .9em;
    margin: 0;
    font-weight: 600;
}
.agileinfo-map{
	margin-right:0;
}
.search-grid{
    float: right;
    width: 14%;
}
.search-grid input[type="text"] {
    display: inline-block;
    background: none;
    border: none;
    border-bottom: solid 1px #ffffff;
    width: 80%;
    padding: .5em;
    outline: none;
    font-size: .9em;
    color: #FFFFFF;
}
.big-dog::-webkit-input-placeholder {
	color: #FFFFFF !important;
}
.search-grid i.fa.fa-paper-plane-o{
    color: #FFFFFF !important;
    font-size: 1.2em !important;
}
.search-grid button.btn1 {
    color: #ffffff;
    font-size: .9em;
    border: none;
    text-align: center;
    text-decoration: none;
    background: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.search button:hover{
    border: solid 1px #212121;
    background: #212121;
}
.search button:hover i.fa.fa-paper-plane-o{
    color: #FFFFFF !important;
}
.w3layouts-logo{
	text-align: center;
    float: left;
}
.w3layouts-logo h1 {
    margin: 0;
}
.w3layouts-logo h1 a {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*-- top-nav --*/
.top-nav{
	float: left;
    text-align: center;
    width: 70%;
    margin: .8em 0 0 0;
}
.navbar-default {
    border: none !important;
    background: none !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none !important;
}
.top-nav ul{
    padding: 0;
    margin: 0;
    float: none;
}
.top-nav ul li{
    display: inline-block;
    float: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0);
    outline: none;
    border-right: none;
}
.top-nav ul li a{
    color: #ffffff !important;
    font-size: 1em;
    margin: 0 2em;
    padding: 0;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    border-right: none;
    text-transform: uppercase;
}
.top-nav ul li a.list-border{
	border-left: none;
}
.top-nav ul li a:hover{
    color: #fec303 !important;
}
.top-nav ul li a.active{
	color: #fec303 !important;
    background: none;
}
ul.dropdown-menu {
    background: #fec303;
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 2.8em;
    left: 0px;
    min-width: 106px;
}
ul.dropdown-menu li{
    width: 100% !important;
    margin: 0 !important;
}
ul.dropdown-menu li:after{
	background:none !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: .5em 1em !important;
    text-align: center;
    clear: both;
    margin: .2em 0 !important;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF !important;
    border: none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #FFFFFF;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 103%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*-- //top-nav --*/
/*-- social-icons --*/
.agileinfo-social-grids{
    float: right;
}
.agileinfo-social-grids ul{
	padding:0;
	margin:0;
}
.agileinfo-social-grids ul li{
    display: inline-block;
}
.agileinfo-social-grids ul li a {
	color: #FFFFFF;
    text-align: center;
}
.agileinfo-social-grids ul li a i.fa{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #363636;
    width: 40px;
    height: 40px;
    line-height: 2.5em;
    border-radius: 50%;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
	background:#3b5998;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter{
	margin:0 1em;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter:hover{
	background: #55acee;
}
.agileinfo-social-grids ul li a i.fa.fa-rss{
	margin:0 1em 0 0;
}
.agileinfo-social-grids ul li a i.fa.fa-rss:hover{
	background: #f26522;
}
.agileinfo-social-grids ul li a i.fa.fa-vk:hover{
	background: #45668e;
}
/*-- w3-header-bottom --*/
/*-- banner-info --*/
.banner-info{
	padding: 3em 0;
}
.w3layouts-banner-info{
    text-align: center;
}
.w3layouts-banner-info h3{
	color: #FFFFFF;
    font-size: 2em;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 7px;
}
.w3layouts-banner-info h3 span{
	font-size: 8em;
    font-weight: 800;
}
.w3layouts-banner-info p{
    color: #FFFFFF;
    font-size: .9em;
    margin: 1em 0 0 0;
    line-height: 1.8em;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-weight: 800;
}
.w3ls-button {
    margin: 2em auto 1em;
}
.w3ls-button a {
	color: #212121;
    font-size: 1em;
    padding: .5em 2em;
    border: solid 2px #fec303;
    text-decoration: none;
    margin: 0;
    background: #fec303;
}
.w3ls-button a:hover {
    color: #FFFFFF;
    background: none;
    border: solid 2px #FFFFFF;
}
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 109px;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: transparent url(../../../../20211228014615im_/http_/anjalitourtravel.com/images/arrows.html) no-repeat left top;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
	height: auto;
	border: 0;
 }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 48%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    background: #fec303;
    border: 2px solid #fec303;
}
/*-- //slider --*/
/*-- //banner-info --*/
/*-- model --*/
.agileits-w3layouts-info img{
	width:100%;
}
.modal-header h4 {
    font-size: 2em;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
	color:#212121;
}
.modal-body p{
    margin: 1em 0 0 0;
    font-size: .875em;
    color: #999999;
    line-height: 1.8em;
}
/*-- //model --*/
/*-- welcome --*/
.welcome,.about-bottom,.features,.gallery,.testimonial,.team,.blog,.contact,.rate{
	padding:4em 0;
}
.wthree-heading h2,.wthree-heading h3{
    text-align: center;
    color: #212121;
    font-size: 3em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 6px;
}
.wthree-heading p{
    color: #999999;

    font-size: .9em;
    margin: 1em auto 0;
    line-height: 1.8em;
    width: 65%;
    text-align: center;
}
.w3-welcome-grids,.about-bottom-grids,.w3-agileits-gallery,.testimonial-grids,.agile-team-grids,.blog-agileinfo,.address,.agileinfo-rate-grids{
	margin:4em 0 0 0;
}
.w3-welcome-grid-info{
    padding: 1em;
    border: solid 1px #e4e4e4;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	 height: 350px;
    overflow-y: auto;
	
}

.first_ img
{
	height:225px;
}

.w3-welcome-grid-info img{
	width:100%;
}
.w3-welcome-grid-info h4{
	color:#212121;
	font-size:1em;
	font-weight:600;
	text-transform:uppercase;
	margin:1em 0;
}
.w3-welcome-grid-info p{
	color:#999999;
	font-size:.9em;
	margin:0;
	line-height:1.8em;
}
.w3-welcome-grid-info:hover{
	background:#fec303;
    border: solid 1px #fec303;
}
.w3-welcome-grid-info:hover p{
	color:#FFFFFF;
}
/*-- //welcome --*/
/*-- about --*/
.about-bottom{
    background: url(../../../../20220110171923im_/http_/anjalitourtravel.com/images/1.html) no-repeat 0px 0px;
    background-size: cover;
}
.about-heading h3{
	color:#FFFFFF;
}
.about-heading p{
	color:#FFFFFF;
}
.w3ls-about-bottom-grids{
    margin: 4em 0 0 0;
}
.about-bottom-left h4 {
    color: #ffffff;
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.about-bottom-left p {
    color: #ffffff;
    font-size: .9em;
    margin: 2em 0 0 0;
    line-height: 1.8em;
}
.about-bottom-left p span {
  display: block;
  margin: 2em 0;
}
/*-- //about --*/
/*-- offer --*/
.offer-left{
    background: url(../../../../20211203164102im_/http_/anjalitourtravel.com/images/6.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 450px;
}
.offer-right{
	text-align: left;
    padding: 5em 5em 3em 5em;
}
.offer-heading h3{
	text-align:left;
}
.offer-right h4{
    color: #212121;
    margin: 1em 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.offer-right p{
    color: #999999;
    font-size: .9em;
    margin: 0;
    line-height: 1.8em;
}
/*-- //offer --*/
/*-- gallery --*/
.gallery {
	background: #e6e6e6;
}
.gallery-bg {
    float: left;
    width: 39.4%;
    height: auto;
    padding: .1em;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery-bg a img{
    width: 100%;
    border: solid 2px #e6e6e6;
}
.gallery-small{
	float: left;
    width: 20%;
    height: auto;
    padding: .1em;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery-small a img{
    width: 100%;
    border: solid 2px #e6e6e6;
}
.align-center {
  text-align: center;
}
/*-- Effect 2--*/
.gallery-bg-text:after {
    pointer-events: none;
    position: absolute;
    width: 400px;
    background: rgba(0, 0, 0, 0.36);
    height: 175px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.effect-2 {
	-webkit-transition: background 0.5s, color 0.2s;
	-moz-transition: background 0.5s, color 0.2s;
	transition: background 0.5s, color 0.2s;
}
.effect-2:after {
    top: 27px;
    left: 27px;
    box-shadow: 0 0 0 2px #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    background: url(../../../../20211224071353im_/http_/anjalitourtravel.com/images/search1.html) no-repeat 50% 50% rgba(0, 0, 0, 0.36);
    opacity: 0;
}
.gallery-bg:hover.gallery-bg-text{
	background:#FF7200;
	color: #fff !important;
}
.gallery-bg:hover .gallery-bg-text:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 2--*/
/*-- Effect 3--*/
.gallery-small-text:after {
    pointer-events: none;
    position: absolute;
    width: 175px;
    background: rgba(0, 0, 0, 0.36);
    height: 175px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.effect-3 {
	-webkit-transition: background 0.5s, color 0.2s;
	-moz-transition: background 0.5s, color 0.2s;
	transition: background 0.5s, color 0.2s;
}
.effect-3:after {
    top: 27px;
    left: 27px;
    box-shadow: 0 0 0 2px #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    background: url(../../../../20211224071353im_/http_/anjalitourtravel.com/images/search1.html) no-repeat 50% 50% rgba(0, 0, 0, 0.36);
    opacity: 0;
}
.gallery-small:hover.gallery-small-text{
	background:#FF7200;
	color: #fff !important;
}
.gallery-small:hover .gallery-small-text:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 2--*/
/*-- //gallery --*/
/*-- testimonial --*/
.testimonial-info p {
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.testimonial-grid h4,.testimonial-grid-right h4{
	color: #212121;
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.testimonial-info h5 {
	color: #fec303;
    font-size: 1em;
    margin: 0.5em 0 0;
}
.testimonial {
    padding: 4em 0;
}
.testimonial-info p span {
    font-size: 2em;
    color: #222;
}
.testimonial-info {
    margin-top: 2em;
}
.Works-grids {
    margin-top: 2em;
}
.Works-grid p{
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 1em 0 0 0;
}
/*-- //testimonial --*/
/*-- team --*/
.team{
	background:url(../../../../20220110220010im_/http_/anjalitourtravel.com/images/2.jpg) no-repeat 0px 0px;
	background-size:cover;
}
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
	transform-style: preserve-3d;
}
	/*  UPDATED! flip the pane when hovered */
	.flip-container:hover .back {
		transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
	}
	.flip-container:hover .front {
	    transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
	}

.flip-container, .back {
	width: 100%;
    height: 383px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	background:#000;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}
.front img{
	width:100%;
}
/* back, initially hidden pane */
.back {
	transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    background: #fec303;
    padding: 8em 2em 0;
    text-align: center;
}

/* 
	Some vertical flip updates 
*/
.vertical.flip-container {
	position: relative;
}

.vertical .back {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
    transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
    transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}
.back h4{
	color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 0;
}
.back p{
	font-size: .9em;
    margin-top: 1em;
    color: #fff;
}
.w3l-social {
    margin: 1em 0 0 0;
}
.w3l-social ul{
	padding:0;
	margin:0;
}
.w3l-social ul li{
	display:inline-block;
}
.w3l-social ul li a {
	color: #333;
    text-align: center;
}
.w3l-social ul li a i.fa.fa-facebook{
	height: 40px;
    width: 40px;
    background: #FFFFFF;
    line-height: 40px;
    color: #383838;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l-social ul li a i.fa.fa-facebook:hover {
	background: #3b5998;
	color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-twitter{
	height: 40px;
    width: 40px;
    background: #FFFFFF;
    line-height: 40px;
    color: #383838;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l-social ul li a i.fa.fa-twitter:hover{
	background: #1da1f2;
	color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-rss{
	height: 40px;
    width: 40px;
    background: #FFFFFF;
    line-height: 40px;
    color: #383838;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;	
}
.w3l-social ul li a i.fa.fa-rss:hover{
	background: #f26522;
	color: #FFFFFF;
}
/*-- //team --*/
/*-- blog --*/
.blog-agileinfo a.wthree-blogimg {
    display: block;
    border: 3px solid #fff; 
    background-color: #000;
	-webkit-transition: .5s all;
	-moz-transition: .5s all; 
	transition: .5s all;
	overflow:hidden;
}
.blog-agileinfo:hover a.wthree-blogimg {
    border-color: #fec303;
}
.blog-agileinfo a img.img-responsive {
    opacity: .5;
	-webkit-transition: .5s all;
	-moz-transition: .5s all; 
	transition: .5s all;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.blog-agileinfo:hover a img.img-responsive {
    opacity: 1;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
} 
.blog-agileinfo a img:focus{
	outline:none;
}
.blog-w3grid-text {
    margin: 4em 0 0 0;
}
.blog-agileinfo h4 {
	margin:0;
}
.blog-agileinfo h4 a{
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    color: #212121;
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.blog-agileinfo h4 a:hover{
    color: #fec303;
    text-decoration: none;
}
.blog-agileinfo h4 a:focus{
	outline:none;
}
.blog-agileinfo h6 {
    font-size: .9em;
    color: #888;
    margin: 1.8em 0;
}
.blog-agileinfo h6 a {
    display: inline-block;
    color: #212121;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.blog-agileinfo h6 a:hover{ 
    color: #888;
}
.blog-agileinfo p {
    line-height: 1.8em;
    font-size: .9em;
    margin: 0;
    color: #999999;
}
.blog-w3grid-img.blog-img-rght {
    float: right;
} 
/*-- //blog --*/
/*-- rate --*/
.rate {
	background:url(../../../../20220110220010im_/http_/anjalitourtravel.com/images/2.jpg) no-repeat 0px 0px;
	background-size:cover;
}
.agileinfo-rate-grid-nfo {
    width: 70%;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
}
.agileinfo-rate-grid ul{
	padding:0;
	margin:0;
}
.agileinfo-rate-grid ul li:nth-child(1){
    border-right: solid 1px #e6e6e6;
}
.agileinfo-rate-grid ul li{
	color: #212121;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    display: inline-block;
    padding: 2em 1em;
    width: 49%;
}
/*-- //rate --*/
/*-- contact --*/
.address-grids {
    padding: 0;
}
.address ul {
    padding: 0;
    margin: 0;
}
.address p {
    margin: 0 0 .3em 0;
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
}
.address p span{
	display:block;
}
.address a {
    color: #999999;
    font-size: .9em;
    letter-spacing: 1px;
	text-decoration:none;
}
.address a:hover{
    color: #fec303;
}
.contact-form{
	margin:2em 0 0 0;
}
.contact-form h4,.address h4,.agileits-w3layouts-map h4{
    margin: 0 0 1em 0;
    color: #212121;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.contact input[type="text"],.contact input[type="email"],.contact textarea{
    font-size: .9em;
    color: #999999;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
	outline: none;
}
.contact textarea { 
	min-height: 150px;
    resize: none;
} 
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #fec303;
    top: -1.3em;
    -webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input {
	width: 49%;
    margin: 2em 0 1em 1em;
    position: relative;
    float: left;
}
.styled-input:nth-child(1),.styled-input:nth-child(3){
	margin-left:0;
}
.textarea-grid{
	float:none !important;
	width:100% !important;
	margin-left:0 !important;
}
.styled-input label {
	color: #8c8c8c;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: .9em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
    width: 0;
    height: 2px;
    background: #fec303;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input textarea ~ span { 
    bottom: 5px; 
}
.styled-input input:focus.styled-input textarea:focus { 
	outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;  
	transition: all 0.075s; 
} 
/*-- //input-effect --*/
.contact input[type="submit"] {
    outline: none;
    color: #212121;
    padding: .8em 4em;
    font-size: .9em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #fec303;
    border: 2px solid #fec303;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.contact input[type="submit"]:hover {
    background-color: transparent;
	background:none;
	border: 2px solid #212121;
}
.agileits-w3layouts-map{
	margin:4em 0 0 0;
}
.agileits-w3layouts-map iframe {
    border: none;
    width: 100%;
    height: 400px;
}
/*-- //contact --*/
/* footer */
.w3ls-footer-grids{
	background: #282828;
    padding: 50px 0;
}
.copy-left p{
	color: #ffffff;
    font-size: .9em;
    margin: 0;
}
.copy-left p a {
	color:#fec303;
	text-decoration:none;
}
.copy-left p a:hover{
	color:#FFFFFF;
}
.w3l-footer{
	float:left;
}
.w3l-footer h3{
    margin: 0 0 1em 0;
    color: #ffffff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
p.adam{
	float:right;
	color:#6F6E6E !important;
	font-size:13px !important;
	margin-top:20px;
}
.w3l-footer.one p{
	color: #828282;
    line-height: 28px;
    font-size: 13px;
}
.w3l-footer.two ul{
	margin:0;
	padding:0;
}
.w3l-footer ul {
    padding: 0;
    margin: 0;
}
.w3l-footer.two ul li{
	list-style-type:none;
	display:block;
    line-height: 1.5em;
	font-size:14px;
	margin: 18px 0;
}
.w3l-footer.three {
    list-style-type: none;
}
.w3l-footer.two ul li i {
    font-size: 13px;
    margin-right: 15px;
    width: 30px;
    text-align: center;
    color: #fff;
    background: #6E65F1;
    padding: 9px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    width: 30px;
    height: 30px;
}
.w3l-footer.two ul li i.fa.fa-facebook {
	background:#5d82d2;
}
.w3l-footer.two ul li i.fa.fa-twitter {
	background:#3bbef5;
}
.w3l-footer.two ul li i.fa.fa-google-plus {
	background:#ea5d4b;
}
.w3l-footer.two ul li i.fa.fa-dribbble {
	background:#f7659b;
}
.w3l-footer.two ul li i.fa.fa-pinterest-p {
	background:#e23139;
}
.w3l-footer.two ul li a{
	color: #908F8F;
    display: block;
    text-decoration: none;
    font-size: 13px;
}
.w3l-footer.three ul li {
    margin-bottom: .6em;
    display: block;
}
.w3l-footer.three ul li i {
    float: left;
    font-size: .9em;
    color: #fff;
    line-height: 1.8em;
}
.w3l-footer.three ul li p {
    list-style-type: none;
    display: block;
    color: #908F8F;
    font-size: .9em;
    line-height: 1.8em;
    float: left;
    margin-left: 1em;
}
.w3l-footer.three ul li span {
    display: block;
}
.w3l-footer.one {
    padding-right: 40px;
}
.tweet p {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}
.tweet ul li{
    display: block;
    font-size: 15px;
    color: #000;
}
.tweet ul li:nth-child(1) {
	border-bottom: 1px solid #404040;
	margin-bottom:12px;
	padding-bottom:12px;
}
.tweet ul li a{
	color: #828282;
    line-height: 25px;
    font-size: 13px;
    text-decoration: none;
}
.tweet ul li a i{
    color: #fec303;
    font-style: normal;
    display: block;
    margin: 2px 0;
}
.tweet ul li a i.fa {
    color: #3bbef5;
    font-style: normal;
    margin: 2px 0;
    font-size: 19px;
    float: left;
    display: block;
    width: 14%;
}
.tweet ul li span{
    display: block;
    color: #FFFFFF;
    font-size: 11px;
    margin-top: 5px;
}
.tweet p a {
    color: #55ACEE;
    margin-left: 5px;
}
.w3l-footer.three ul li a {
	display: block;
    color: #908F8F;
    float: left;
    margin-lefT: 1em;
    font-size: .9em;
}
i.fa-envelope-o {
	float:left;
}
.copy-right-grids {
	padding: 20px 0px;
    background: #211E1E;
}
.copy-left{
	text-align:center;
}
.copy-right ul li a:hover,.w3l-footer.three ul li a:hover{
    color: #fec303;
    text-decoration: none;
}
.w3l-footer.two ul li:nth-child(1) a:hover {
	color:#5D82D2;
}
.w3l-footer.two ul li:nth-child(2) a:hover {
	color:#3bbef5;
}
.w3l-footer.two ul li:nth-child(3) a:hover {
	color:#ea5d4b;
}
.w3l-footer.two ul li:nth-child(4) a:hover {
	color:#f7659b;
}
.w3l-footer.two ul li:nth-child(5) a:hover {
	color:#e23139;
}
/* //footer */
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../../../../20220111154558im_/http_/anjalitourtravel.com/images/arrow.html) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- responsive --*/
@media(max-width:1366px){
	.top-nav ul li a {
		margin: 0 1em;
	}
	.top-nav {
		width: 68%;
	}
}
@media(max-width:1280px){
	.top-nav {
		width: 65%;
	}
}
@media(max-width:1080px){
	.top-nav {
		width: 60%;
	}
	.top-nav ul li a {
		margin: 0 .5em;
	}
	.search-grid {
		width: 20%;
	}
	.offer-right {
		padding: 4em 4em 3em 4em;
	}
	.offer-left {
		min-height: 483px;
	}
	.gallery-bg-text:after {
		width: 320px;
		height: 135px;
	}
	.gallery-small-text:after {
		width: 135px;
		height: 135px;
	}
	.back {
		padding: 8em 1em 0;
	}
	.flip-container, .back {
		height: 308px;
	}
	.back h4 {
		letter-spacing: 2px;
	}
	.back {
		padding: 6em 1em 0;
	}
	.top-nav {
		width: 57%;
	}
	.top-nav ul li a {
		font-size: .9em;
	}
	.w3layouts-banner-info h3 span {
		font-size: 8em;
	}
}
@media(max-width:1024px){
	.offer-left {
		min-height: 508px;
	}
	.callbacks_tabs {
		top: 100%;
		left: 47%;
	}
}
@media(max-width:991px){
	.w3layouts-logo {
		float: none;
		width: 100%;
		margin:0 0 1em 0;
	}
	.top-nav {
		width: 58%;
		text-align: left;
	}
	.w3layouts-banner-info h3 span {
		font-size: 5em;
	}
	.w3-welcome-grid {
		float: left;
		width: 50%;
	}
	.w3-welcome-grid:nth-child(3),.w3-welcome-grid:nth-child(4){
		margin:2em 0 0 0;
	}
	.about-bottom-right {
		margin: 2em 0 0 0;
	}
	.w3ls-about-bottom-grids {
		margin: 2em 0 0 0;
	}
	.gallery-bg-text:after {
		width: 240px;
		height: 95px;
	}
	.gallery-small-text:after {
		width: 95px;
		height: 95px;
	}
	.Works-grid {
		margin: 2em 0;
	}
	.back {
		padding: 6em .5em 0;
	}
	.back h4 {
		letter-spacing: 0px;
	}
	.back {
		padding: 4em .5em 0;
	}
	.flip-container, .back {
		height: 226px;
	}
	.blog-w3grid-img.blog-img-rght {
		float: none;
	}
	.blog-w3grid-text {
		margin: 2em 0 0 0;
	}
	.agileinfo-rate-grid-nfo {
		width: 80%;
	}
	.wthree-heading p {
		width: 95%;
	}
	.testimonial-grid-right {
		margin: 2em 0 0 0;
	}
	.w3l-footer {
		float: none;
		margin:2em 0 0 0;
	}
	.w3l-footer:nth-child(1){
		margin:0;
	}
	.styled-input {
		width: 48%;
	}
	.tweet ul li a i.fa {
		width: 5%;
	}
}
@media(max-width:900px){
	.top-nav {
		width: 100%;
		text-align: center;
		float: none;
		margin: 1em 0;
	}
	.agileinfo-social-grids {
		float: none;
		width: 100%;
		text-align: center;
	}
	.search-grid {
		width: 25%;
	}
	.Works-grid {
		margin: 2em 0 0 0;
	}
}
@media(max-width:736px){
	.navbar-toggle {
		float: none;
		margin-right: 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #fec303;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.top-nav ul li {
		display: block;
		float: none;
		margin: 1em 0;
	}
	.top-nav ul li a {
		margin: 0;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
		background: rgba(0, 0, 0, 0.78);
		z-index: 9999;
	}
	.gallery-bg-text:after {
		width: 225px;
		height: 90px;
	}
	.gallery-small-text:after {
		width: 90px;
		height: 90px;
	}
	.team-grid {
		float: left;
		width: 50%;
		margin: 2em 0 0 0;
	}
	.team-grid:nth-child(1),.team-grid:nth-child(2){
		margin:0;
	}
	.flip-container, .back {
		height: 474px;
	}
	.address-grids {
		margin:2em 0;
	}
	.address-grids:nth-child(1){
		margin:0;
	}
}
@media(max-width:667px){
	.w3layouts-banner-info h3 span {
		font-size: 7em;
	}
	.w3layouts-banner-info h3 {
		font-size: 1em;
	}
	.w3-header-bottom {
		padding: 1em 1em;
	}
	.gallery-bg-text:after {
		width: 195px;
		height: 70px;
	}
	.gallery-small-text:after {
		width: 70px;
		height: 70px;
	}
	.flip-container, .back {
		height: 419px;
	}
	.back {
		padding: 9em .5em 0;
	}
}
@media(max-width:640px){
	.offer-left {
		min-height: 400px;
	}
}
@media(max-width:600px){
	.gallery-bg-text:after {
		width: 180px;
		height: 70px;
	}
	.effect-3:after {
		top: 22px;
		left: 22px;
	}
	.effect-2:after {
		top: 22px;
		left: 22px;
	}
	.flip-container, .back {
		height: 370px;
	}
	.agileinfo-rate-grid-nfo {
		width: 95%;
	}
	.back {
		padding: 8em .5em 0;
	}
	.search-grid {
		width: 30%;
	}
}
@media(max-width:568px){
	.gallery-bg-text:after {
		width: 165px;
		height: 65px;
	}
	.gallery-small-text:after {
		width: 65px;
		height: 65px;
	}
	.callbacks_tabs {
		left: 45%;
	}
	.wthree-heading h2, .wthree-heading h3 {
		font-size: 2em;
	}
	.flip-container, .back {
		height: 346px;
	}
}
@media(max-width:480px){
	.search-grid {
	    width: 100%;
		float: left;
		text-align: center;
		margin: 1em 0 0 0;
	}
	.search-grid input[type="text"] {
		width: 50%;
	}
	.agileinfo-map {
		float: right;
	}
	.w3layouts-banner-info h3 {
		font-size: .9em;
	}
	.offer-left {
		min-height: 300px;
	}
	.offer-right {
		padding: 3em;
	}
	.gallery-bg {
		float: none;
		width: 100%;
	}
	.gallery-small {
		float: none;
		width: 100%;
	}
	.effect-2:after {
		top: 15px;
		left: 15px;
	}
	.gallery-bg-text:after {
		width: 400px;
		height: 190px;
	}
	.effect-3:after {
		top: 15px;
		left: 15px;
	}
	.gallery-small-text:after {
		width: 400px;
		height: 400px;
	}
	.flip-container, .back {
		height: 280px;
	}
	.back {
		padding: 5em .5em 0;
	}
}
@media(max-width:414px){
	.w3layouts-banner-info h3 span {
		font-size: 4em;
	}
	.w3layouts-banner-info p {
		letter-spacing: 4px;
	}
	.welcome, .about-bottom, .features, .gallery, .testimonial, .team, .blog, .contact, .rate {
		padding: 2em 0;
	}
	.w3-welcome-grids, .about-bottom-grids, .w3-agileits-gallery, .testimonial-grids, .agile-team-grids, .blog-agileinfo, .address, .agileinfo-rate-grids {
		margin: 2em 0 0 0;
	}
	.w3-welcome-grid {
		float: none;
		width: 100%;
	}
	.w3-welcome-grid:nth-child(2),.w3-welcome-grid:nth-child(3), .w3-welcome-grid:nth-child(4) {
		margin: 2em 0 0 0;
	}
	.wthree-heading h2, .wthree-heading h3 {
		font-size: 1.5em;
	}
	.offer-right {
		padding: 2em;
	}
	.offer-right h4 {
		font-size: .9em;
	}
	.gallery-bg-text:after {
		width: 335px;
		height: 155px;
	}
	.gallery-small-text:after {
		width: 335px;
		height: 335px;
	}
	.flip-container, .back {
		height: 230px;
	}
	.back {
		padding: 4em .5em 0;
	}
	.agileinfo-rate-grid ul li {
		padding: 1em 1em;
	}
	.agileinfo-rate-grid ul li {
		font-size: .9em;
		width: 49%;
	}
	.styled-input {
		width: 100%;
	}
	.styled-input.agile-styled-input-top {
		margin: 1em 0 1em 0em;
	}
	.styled-input {
		margin: 2em 0 1em 0em;
	}
	.agileits-w3layouts-map {
		margin: 2em 0 0 0;
	}
	.contact-form {
		margin: 0em 0 0 0;
	}
}
@media(max-width:384px){
	.agileinfo-phone {
		margin: .5em 0em 0 0;
	}
	.callbacks_tabs {
		left: 42%;
	}
	.w3layouts-logo h1 a {
		font-size: 1em;
	}
	.offer-left {
		min-height: 235px;
	}
	.gallery-bg-text:after {
		width: 300px;
		height: 140px;
	}
	.gallery-small-text:after {
		width: 300px;
		height: 300px;
	}
	.team-grid {
		float: none;
		width: 100%;
	}
	.team-grid:nth-child(2){
		margin:2em 0 0 0 !important;
	}
	.flip-container, .back {
		height: 458px;
	}
	.w3layouts-banner-info p {
		letter-spacing: 3px;
	}
	.wthree-heading h2, .wthree-heading h3 {
		letter-spacing: 4px;
	}
	.back {
		padding: 9em .5em 0;
	}
	.w3ls-footer-grids {
		padding: 2em 0;
	}
}
@media(max-width:375px){
	.flip-container, .back {
		height: 448px;
	}
}
@media(max-width:320px){
	.agileinfo-phone {
		float: none;
		text-align: center;
		width: 100%;
	}
	.agileinfo-map {
	    margin: .5em 0 0 0!important;
	}
	.search-grid {
	    float: none;
		margin: .5em 0 0 0;
	}
	.w3layouts-logo h1 a {
		font-size: .8em;
	}
	.w3layouts-banner-info h3 {
		font-size: .8em;
		letter-spacing: 4px;
	}
	.w3layouts-banner-info p {
		letter-spacing: 1px;
		font-size: .8em;
	}
	.offer-left {
		min-height: 200px;
	}
	.gallery-bg-text:after {
		width: 245px;
		height: 110px;
	}
	.gallery-small-text:after {
		width: 245px;
		height: 245px;
	}
	.top-nav {
		margin: .5em 0;
	}
	.w3layouts-logo {
		margin: 0 0 .5em 0;
	}
	.banner-info {
		padding: 1em 0;
	}
	.callbacks_tabs {
		top: 92%;
	}
	.flip-container, .back {
		height: 366px;
	}
}
/*-- //responsive --*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Archivo', sans-serif;
}

p {
    margin: 0;
    color: #ed6916;
    font-size: 2em;
    line-height: 1.1;
	text-shadow:#F00 ;

}

ul,
label {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
    text-decoration: none;
}
.header {
    padding: 1em;
}
img {
  vertical-align: middle;
  max-width: 150px;
}

/*-- bottom-to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../../../../20220112131448im_/http_/anjalitourtravel.com/images/move-top.png) no-repeat 0px 0px;
}
.logo-pos{
	width:auto
	}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

/*-- nav --*/

.navbar-default {
    background: none;
    border: none;
}

.w3_navigation {
    border-top: none;
    position: relative;
    background: #b9fbda;
	min-height: 110px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
	margin-top: 20px;
}

.navbar-nav {
    float: none;
}

.navbar-collapse {
    padding: 0;
}

.navbar-right {
    float: none !important;
    margin-right: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fa3d03;
    background: none;
}

.navbar-default .navbar-nav>li>a {
    color: #fe533d;
}

.navbar-default .navbar-nav>li>a {
    color: #76003b  !important;
	background: #b9fbda;
	
}

.num_head
{
	color:#76003b;
	font-size:21px;
	margin-top:28px;
	margin-left: 100px;
}

.navbar-nav>li>a {
    margin: 0;
    padding: 13px 22px;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 800;
}

.navbar-nav>li:nth-child(3) {
    margin-right: 0em !important;
}

.w3_navigation_pos {
    position: static;
    top: 24%;
    left: 43%;
    z-index: 999;
}

.w3_navigation_pos h1 a {
    font-size: 1.1em;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    display: block;
    text-align: center;
    background: #fe533d;
    padding: 7px 13px;
    border-radius: 5px;
    font-family: 'Great Vibes', cursive;
}

.w3_navigation_pos h1 a span {
    text-transform: uppercase;
    display: block;
    font-size: 9px;
    letter-spacing: 4px;
    font-family: 'Archivo', sans-serif;
    color: #000;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fe533d;
}

.menu__list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu__item {
    display: block;
    margin: 1em 0;
}

.menu__link {
    font-size: 1.05em;
    font-weight: bold;
    display: block;
    padding: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Miranda */

.menu--miranda .menu__item {
    position: relative;
    margin: 20px 5px;
}

.menu--miranda .menu__item:last-child {
    margin-right: 0;
}

.menu--miranda .menu__link {
    position: relative;
    display: block;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.menu--miranda .menu__link:hover,
.menu--miranda .menu__link:focus {
    color: #929292;
}

.menu--miranda .menu__item--current .menu__link {
    color: #76003b !important;
}

.menu--miranda .menu__item::before,
.menu--miranda .menu__item::after,
.menu--miranda .menu__link::before,
.menu--miranda .menu__link::after {
    content: '';
    position: absolute;
    background: #fe533d;
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

/* left and right line */

.menu--miranda .menu__item::before,
.menu--miranda .menu__item::after {
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

/* left line */

.menu--miranda .menu__item::before {
    left: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

/* right line */

.menu--miranda .menu__item::after {
    right: 0;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

/* top and bottom line */

.menu--miranda .menu__link::before,
.menu--miranda .menu__link::after {
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

/* top line */

.menu--miranda .menu__link::before {
    top: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

/* bottom line */

.menu--miranda .menu__link::after {
    bottom: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

/* Delays (first reverse, then current) */

/* These rules can be simplified, but let's keep it for better readability */

/* bottom line */

.menu--miranda .menu__item .menu__link::after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.menu--miranda .menu__item--current .menu__link::after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* left line */

.menu--miranda .menu__item::before {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.menu--miranda .menu__item--current::before {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/* top line */

.menu--miranda .menu__item .menu__link::before {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menu--miranda .menu__item--current .menu__link::before {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

/* right line */

.menu--miranda .menu__item--current::after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.menu--miranda .menu__item--current::before,
.menu--miranda .menu__item--current::after,
.menu--miranda .menu__item--current .menu__link::before,
.menu--miranda .menu__item--current .menu__link::after,
.menu__item:hover::before,
.menu__item:hover::after,
.menu--miranda .menu__link:hover::before,
.menu--miranda .menu__link:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/*-- //header --*/

.banner-bg-agileits {

    background: url(../images/2.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 690px;
}

/*-- banner-text --*/

.banner-dot {
    
    background-size: 200px;
    -webkit-background-size: 200px;
    -moz-background-size: 200px;
    -o-background-size: 200px;
    -ms-background-size: 200px;
}

.banner-text {
    text-align: center;
    padding: 14em 0;
    width: 50%;
    margin: 0 auto;
}

fieldset {
    padding: 1em 0 1em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
    border-radius: 20px;
}

legend {
    width: 56%;
    margin-bottom: 0;
}

.banner-text h2 {
    color: #fff;
    font-size: 7em;
    letter-spacing: 0.5px;
    font-family: 'Sacramento', cursive;
    text-transform: capitalize;
    text-shadow: 0px 4px 1px #000;
}

.banner-text h3 {
    font-size: 3.2em;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-family: 'Great Vibes', cursive;
    text-transform: capitalize;
}

.banner-text span.banner-txt {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 2em;
}

.banner-text span.banner-txt1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2em;
    display: block;
    letter-spacing: 1.5px;
    padding: 10px 0;
    text-shadow: 1px 5px 1px #000;
}

.banner-sub-txt {
    margin: 10px 0;
}

.banner-text span.fa {
    color: #fff;
    font-size: 1.5em;
    opacity: 0.8;
}

.banner-text p {
    width: 51%;
    color: #fff;
    margin: 1em auto 2em;
    font-size: 1em;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 5px;
}

/* //banner */

/*-- about --*/

.agile-section {
    padding: 6em 0;
}

.w3_agileits-about-bottom {
    background: url(../images/taxi1.png) no-repeat center;
    min-height: 300px;
    background-size: cover;
}

.agile-about-left h4.agileits-title {
    font-size: 3em;
    text-transform: capitalize;
    color: #fe533d;
}

.agile-about-left p {
    margin-bottom: 0.5em;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}

h3.agileits-title {
    color: #101628;
    text-transform: capitalize;
    font-size: 3.5em;
    font-weight: 600;
    margin-bottom: 1em;
    font-style: italic;
}

span.wthree-line {
    background: #ffb500;
}

.agile-about-left h5 {
    color: #b1acac;
    font-style: italic;
    font-size: 1em;
    text-transform: uppercase;
    margin: 1em 0;
    line-height: 1.8em;
    font-weight: 600;
    letter-spacing: 1px;
}

.w3_agileits-about-right span.w3ls-abt {
    background: #fe533d;
    width: 6px;
    height: 70px;
    display: block;
    position: absolute;
    left: 5%;
    top: 2%;
}

span.w3ls-txt {
    margin-top: 1em;
    display: block;
    line-height: 2;
    color: #777;
}

.w3_agileits-about-right {
    position: relative;
    padding: 0 0 0 4em;
}

ul.w3l-list {
    padding: 2em 2em 2em 0;
}

ul.w3l-list li {
    padding: 0.5em 0;
}

span.w3ls-type {
    color: #fe533d;
    margin-right: 1em;
    font-size: 1.2em;
    font-weight: 600;
}

/*-- //about --*/

/*-- services --*/

#services {
    background: url(../images/f.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

#services h3.agileits-title,
#team h3.agileits-title {
    color: #fff;
}

.service-grid1 {
    background: #fff;
    padding-bottom: 2em;
    padding: 3em 2em;
}

.agileits-services-grids h4 {
    font-size: 1.5em;
    margin: 1em 0 .5em;
    color: #000;
    line-height: 1.5em;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}

.service-grid1 p {
    color: #000;
}

.agileits-services-grids h6 {
    padding: 1px;
    background: #2954a2;
    width: 33%;
    margin: 2em auto 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.agileits-services-grids:hover h6 {
    width: 55%;
    background: #2954a2;
}

/*-- Effect 1--*/

.agileits-services-grids span {
    font-size: 1.8em;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    padding: 1em;
}

.agileits-services-grids span:after {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.effect-1 {
    background: #fe533d;
    -webkit-transition: background 0.5s, color 0.2s;
    -moz-transition: background 0.5s, color 0.2s;
    transition: background 0.5s, color 0.2s;
}

.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}

.agileits-services-grids:hover span {
    background: #101628;
    color: #fff !important;
}

.agileits-services-grids:hover span:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/*-- //services --*/

/*-- gallery --*/

.gallery-grid-img {
    padding: 0.5em;
}

.w3-agilepic {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-animation: anima 2s;
    -moz-animation: anima 2s;
    animation: anima 2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 500;
    -webkit-transform-style: preserve-3d;
}

.w3ls-overlay h4 {
    font-size: 2em;
    color: #fff;
    padding: 28% 0;
    font-weight: 300;
}

.w3-agilepic .pic-image,
.w3ls-overlay,
.w3-agilepic:hover .w3ls-overlay,
.w3-agilepic:hover img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.w3-agilepic:hover .w3ls-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.w3ls-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(20, 35, 64, 0.5);
    padding: 10px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: rotateY(-90deg) rotateX(-90deg);
    -moz-transform: rotateY(-90deg) rotateX(-90deg);
    -o-transform: rotateY(-90deg) rotateX(-90deg);
    -ms-transform: rotateY(-90deg) rotateX(-90deg);
    transform: rotateY(-90deg) rotateX(-90deg);
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.w3-agilepic:hover .w3ls-overlay {
    -webkit-transform: rotateY(0) rotateX(0);
    -moz-transform: rotateY(0) rotateX(0);
    -o-transform: rotateY(0) rotateX(0);
    -ms-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0);
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
}

/*-- //gallery --*/

/*--team--*/

.team {
    background: url(../../../../20211231141916im_/http_/anjalitourtravel.com/images/f.jpg) left no-repeat #dad8d8;
    background-size: contain;
}

.team h3.h3-w3l {
    color: #fe533d;
}

.team-grids {
    padding: 1em 2em;
    width: 48%;
    position: relative;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.team-grids h5 {
    font-size: 1.8em;
    color: #333;
}

.team-grids p {
    margin-top: 1em;
}

.team-row .social-icons {
    margin: 1em 0 0;
}

.team-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #8EB021;
    width: 100%;
    height: 100%;
    transition: .7s all;
    -webkit-transition: .7s all;
    -moz-transition: .7s all;
}

.team-img img {
    width: 100%;
}

.team-grids:hover div.team-img {
    top: 100%;
}

section.team {
    padding: 70px 0 80px;
}

h3.title {
    color: #fff;
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 3px;
}

.team-grids h5 {
    font-size: 1.5em;
    color: #fe533d;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: 2px;
}

.team-grids p {
    color: #777;
    font-size: 14.5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 25px;
}

.abt-social-icons a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-clip: content-box;
    transition: .5s;
    color: #545454;
    font-size: 15px;
    margin: 0 5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.abt-social-icons a i {
    background: #fe533d;
    color: #fff;
    padding: 8px 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.abt-social-icons a i:hover {
    opacity: 0.8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.w3_agileits-team-head h5 {
    color: #fff;
    font-size: 2.5em;
    line-height: 1.2;
    margin: 1em 0;
    text-transform: capitalize;
    letter-spacing: 3px;
}

.w3_agileits-team-head p {
    width: 70%;
    font-size: 1em;
    color: #ffffff;
}

.w3-team.w3l-button a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.8em;
    margin: 3em 0 0;
    display: block;
    width: 43%;
    background: #101628;
    padding: 1em 1em;
    font-weight: 700;
}

.w3-team.w3l-button a:hover {
    background: #fff;
    color: #000;
}

.team-row {
    margin: 2em 0;
}

/*--//team--*/

/*-- testimonial --*/

.agile-testi {
    background: #101628;
    padding: 2em;
}

.agile-testi h3 {
    color: #fff;
    padding: 2em 0;
}

.test-grid1 p {
    font-size: 1em;
    width: 90%;
    color: #908f8f;
    letter-spacing: 1px;
    margin-top: 1em;
}

.test-grid1 h4 {
    font-size: 1.4em;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 1em 0 .5em;
}

.test-grid1 span {
    font-size: 0.9em;
    color: #999;
    font-style: italic;
    display: block;
}

.test-grid1 {
    position: relative;
    padding: 0em 3em 1.9em;
    margin-top: 2em;
}

img.img-r {
    border-radius: 100px;
}

.test-gri1 {
    margin: 0 auto;
    background: #101628;
    padding: 2em;
}

/*-- //testimonial --*/

/*-- contact --*/

.contact-left {
    background: #000;
    padding: 0em 2em 1em;
}

.contact-right-w3l .contact-left h4 {
    color: #fff;
}

.agile-contact h6 {
    color: #777;
    font-size: 2.5em;
    text-transform: capitalize;
}

h6.agile-contact {
    color: #fff;
    font-size: 2em;
    background: #14638e;
    display: inline;
    text-transform: capitalize;
    padding: 0.3em 1em;
}

.contact-info li h5 {
    color: #000;
    font-size: 2em;
    text-transform: capitalize;
}

.contact-right-w3l h4 {
    color: #000;
    font-size: 2em;
    margin: 1em 0;
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0dede;
}

.contact-right-w3l input[type="text"],
.contact-right-w3l input[type="email"] {
    font-size: 1em;
    border: 1px solid #fff;
    background: #fff;
    outline: none;
    padding: 0.7em;
    width: 48.6%;
    margin-bottom: 1em;
    color: #000;
    border-radius: 5px;
}

.contact-right-w3l input[type="text"]:nth-child(1),
.contact-right-w3l input[type="email"] {
    margin-right: 2%;
}

.contact-right-w3l textarea {
    width: 100%;
    padding: 0.7em;
    outline: none;
    resize: none;
    height: 150px;
    border: 1px solid #fff;
    font-size: 1em;
    background: #fff;
    color: #000;
    border-radius: 5px;
}

.contact-right-w3l input[type="submit"] {
    background: #fe533d;
    color: #fff;
    letter-spacing: 1px;
    padding: .9em 1.8em;
    margin-top: 1.3em;
    border: 1px solid #ffffff;
    outline: none;
    font-size: 0.9em;
    border-radius: 5px;
}

.contact-right-w3l input[type="submit"]:hover {
    background: #777;
    color: #fff;
    border: 1px solid #777;
}

ul.contact-info li i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fe533d;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-right: 10px;
}

ul.contact-info li {
    padding: 10px 0;
    margin: 0.5em 0 0;
    list-style: none;
    color: #777;
    font-weight: 600;
}

ul.contact-info li a {
    color: #777;
}

.contact-right {
    background: #ededed;
    padding: 0 2em 2em 2em;
}

/*-- //contact --*/

/*-- Map --*/

.agileits-map iframe {
    width: 100%;
    height: 400px;
    display: block;
}

.agileits-map.agile-section {
    padding-bottom: 0;
}

/*-- /Map --*/

/* packages */

.package-grids {
    margin: 7em 0 0;
}

.pricing {
    float: left;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.pricing:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 9999;
}

.pricing-table {
    margin: 5% auto 0 auto;
    width: 65%;
}

.price-top h3 {
    font-size: 1.5em;
    color: #ffffff;
    font-weight: 400;
    position: absolute;
    top: 0;
    border-radius: 25px 0px 1px 25px;
    left: 0px;
    text-transform: capitalize;
    background: #101628;
    padding: 0.5em 1em;
}

.price-bottom h3 {
    font-size: 2.5em;
    color: #333;
}

.price-bottom p {
    font-size: .9em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: .8em;
}

.price-bottom ul li {
    font-size: 1em;
    line-height: 1.8em;
    color: #000;
    letter-spacing: 0.5px;
    padding: .5em 0;
    font-weight: 600;
    text-transform: capitalize;
}

.price-bottom b {
    font-weight: 600;
    color: #000;
    font-size: 1em;
}

.pricing:nth-child(4) {
    margin-right: 0;
}

.price-bottom {
    padding: 1em 1em 1em;
    background: #fff;
    text-transform: uppercase;
    border: 1px solid #dedede;
}

a.button.but1 {
    background: #7BD553;
}

a.button.but2 {
    background: #3AD5A0;
}

a.button.but3 {
    background: #45D0DA;
    padding: 2em;
    border-radius: 50%;
    top: -8%;
    left: 40%;
    color: #fff;
}

.w3layouts-tr-price {
    position: absolute;
    background: #ededed;
    color: #000;
    width: 100px;
    height: 100px;
    left: 37%;
    border-radius: 50%;
    top: -12%;
    padding: 1.2em 1em;
}

span.sicon {
    font-size: 1.8em;
    color: #101628;
}

span.sicon p {
    font-size: 0.6em;
}

.price-bottom li:nth-child(odd) {
    border: 1px solid #cecece;
    border-width: 1px 0;
}

.price-bottom ul {
    margin: 1em 0;
}

.tr-button a {
    color: #ffffff;
    font-size: 1em;
    text-decoration: none;
    padding: .8em 1.5em;
    background: #101628;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.tr-button a:hover {
    background: #81c4e6;
    color: #0087c9;
}

/*--//packages --*/

/* footer */

.footer-cpy {
    background: #101628;
    padding: 2em 0;
}

.footer-copy {
    margin: 2em 0 0;
}

.footer-copy p {
    font-size: 1em;
    color: #fff;
    text-align: center;
    line-height: 1.8em;
    letter-spacing: 1px;
}

.footer-copy p a {
    color: #fe533d;
}

.footer-copy p a:hover {
    color: #fff;
}

/*-- social-icon --*/

.social_list li {
    display: inline-block;
    margin-left: 1em;
}

.social_list li a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 23px;
    line-height: 46px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

a.facebook {
    background: #3b5998;
}

a.facebook:hover {
    background: #fff;
    color: #3b5998
}

a.twitter {
    background: #1da1f2;
}

a.twitter:hover {
    color: #1da1f2;
    background: #fff;
}

a.dribble {
    background: #ea4c89;
}

a.dribble:hover {
    color: #ea4c89;
    background: #fff
}

a.vimeo {
    background: #1ab7ea;
}

a.vimeo:hover {
    color: #1ab7ea;
    background: #fff;
}

/*-- //social icons --*/

/* -- Responsive code -- */

@media screen and (max-width: 1440px) {
    .banner-text h2 {
        color: #fff;
        font-size: 6.5em;
    }
}

@media screen and (max-width: 1366px) {
    .banner-text span.banner-txt1 {
        font-size: 1.8em;
    }
    .banner-bg-agileits {
        min-height: 686px;
    }
}

@media screen and (max-width: 1280px) {
    .agileits-services-grids span {
        font-size: 1.6em;
    }
    .w3_agileits-team-head h5 {
        font-size: 2.2em;
    }
    .banner-text h2 {
        font-size: 6.3em;
    }
}

@media screen and (max-width: 1080px) {
    .banner-text {
        width: 57%;
    }
    .w3_navigation_pos {
        left: 40%;
    }
    .menu--miranda .menu__item {
        margin: 1.8em 1em 0.5em 0;
    }
    .w3_navigation_pos h1 a {
        font-size: 1em;
        padding: 0.1em 0.5em 0.2em;
    }
    .w3_navigation_pos h1 a i {
        letter-spacing: 7px;
    }
    .navbar-nav>li>a {
        padding: 1em 1.7em;
    }
    .navbar-nav>li:nth-child(3) {
        margin-right: 15.6em !important;
    }
    .service-grid1 p {
        font-size: 0.95em;
        letter-spacing: 0.2px;
    }
    .w3_agileits-team-head {
        width: 49%;
    }
    .team-row {
        width: 51%;
    }
    .w3-team.w3l-button a {
        width: 64%;
    }
    .contact-left {
        padding: 0em 1.5em 1em;
    }
    .social_list li a {
        font-size: 20px;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 1050px) {
    .banner-text h2 {
        font-size: 6em;
    }
    .w3_agileits-team-head h5 {
        font-size: 2.1em;
    }
    .banner-bg-agileits {
        min-height: 640px;
    }
}

@media screen and (max-width: 1024px) {
    .banner-bg-agileits {
        min-height: 550px;
    }
    .banner-text {
        width: 60%;
        padding: 10em 0;
    }
    .banner-text h2 {
        font-size: 5.8em;
    }
    .agile-section {
        padding: 5em 0;
    }
    h3.agileits-title {
        font-size: 3.3em;
    }
}

@media screen and (max-width: 991px) {
    .banner-text h2 {
        font-size: 5.6em;
    }
    .banner-bg-agileits {
        min-height: 522px;
    }
    .navbar-nav>li>a {
        padding: 1em 1em;
        letter-spacing: 1px;
    }
    .w3_navigation_pos h1 a {
        font-size: .9em;
    }
    .banner-info p {
        font-size: 1em;
    }
    .w3_navigation_pos {
        left: 37%;
        top: 20%;
    }
    .menu--miranda .menu__item {
        margin: 23px 3px 0px;
    }
    .banner-posit {
        top: 5%;
        width: 42%;
    }
    .navbar-nav>li:nth-child(3) {
        margin-right: 12em !important;
    }
    .banner-text span.banner-txt1 {
        font-size: 1.6em;
    }
    .banner-text {
        padding: 9em 0;
    }
    .w3ls-overlay h4 {
        font-size: 1.6em;
    }
    .w3_agileits-about-right {
        padding: 0 0 0 3em;
    }
    .agileits-services-grids:nth-child(3),
    .agileits-services-grids:nth-child(4) {
        margin-top: 2em;
    }
    .service-grid1 p {
        font-size: 1em;
    }
    ul.w3l-list {
        padding: 0;
    }
    .price-top h3 {
        font-size: 1.2em;
        padding: 0.5em 0.8em;
    }
    .tr-button a {
        font-size: 0.9em;
        padding: .5em 1.4em;
    }
    span.sicon {
        font-size: 1.7em;
    }
    .w3layouts-tr-price {
        position: absolute;
        padding: 1.4em 1em;
    }
    div#team .container {
        width: 90%;
    }
    .w3_agileits-team-head {
        width: 49%;
    }
    .team-row {
        width: 51%;
    }
    .w3-team.w3l-button a {
        width: 71%;
    }
    .w3_agileits-team-head p {
        width: 85%;
    }
    .team-grids {
        width: 49%;
    }
    .test-grid1 {
        text-align: center;
        margin-top: 0;
    }
    .test-grid1 p {
        width: 100%;
        margin-top: 0;
    }
    .contact-right-w3l h4 {
        font-size: 1.8em;
        margin: 0;
        padding: 0.8em 0;
    }
    .contact-right-w3l h4 {
        font-size: 1.7em;
    }
}

@media screen and (max-width: 900px) {
    .banner-bg-agileits {
        min-height: 515px;
    }
    .banner-text h2 {
        font-size: 5.3em;
    }
    .agile-about-left h4.agileits-title {
        font-size: 2.8em;
    }
    .agile-section {
        padding: 4em 0;
    }
    h3.agileits-title {
        font-size: 3.1em;
    }
    .w3_agileits-team-head {
        width: 47%;
    }
    .team-row {
        width: 53%;
    }
    .w3-team.w3l-button a {
        width: 83%;
    }
    .w3_agileits-team-head h5 {
        font-size: 1.8em;
    }
    .team-grids {
        padding: 1em 1.8em;
    }
}

@media screen and (max-width: 800px) {
    .banner-bg-agileits {
        min-height: 502px;
    }
    .banner-text h2 {
        font-size: 5em;
    }
    .banner-text span.banner-txt1 {
        font-size: 1.3em;
    }
    .banner-text {
        width: 64%;
    }
    .w3_navigation_pos {
        left: 38%;
    }
    .w3_agileits-team-head p {
        width: 88%;
    }
    .w3_agileits-team-head {
        width: 43%;
    }
    .team-row {
        width: 57%;
    }
    .w3_agileits-team-head h5 {
        letter-spacing: 2px;
    }
    .w3-team.w3l-button a {
        width: 80%;
        letter-spacing: 3px;
    }
    .w3-team.w3l-button a {
        width: 82%;
        letter-spacing: 2px;
    }
    .team-grids p {
        font-size: 14px;
    }
    div#team .container {
        width: 95%;
    }
}

@media screen and (max-width: 768px) {
    .banner-text h2 {
        font-size: 4.8em;
    }
    .banner-bg-agileits {
        min-height: 498px;
    }
    .agile-about-left h4.agileits-title {
        font-size: 2.6em;
    }
    .w3_agileits-team-head {
        width: 100%;
    }
    .team-row {
        width: 100%;
    }
    .w3-team.w3l-button a {
        width: 34%;
    }
    .team-grids {
        width: 40%;
        float: left;
    }
}

@media (max-width: 767px) {
    .banner-text {
        padding: 10em 0;
    }
    .w3_navigation_pos h1 a {
        font-size: .9em;
    }
    .w3_navigation_pos {
        position: inherit;
        float: left;
        margin: 1em 0;
    }
    .navbar-default {
        border: none;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 96%;
        z-index: 999;
    }
    .navbar-default .navbar-toggle {
        border-color: #fe533d;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .navbar-toggle {
        margin: 1.7em 0 0;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }
    .menu__list {
        background: rgba(0, 0, 0, 0.89);
    }
    .menu--miranda .menu__item {
        margin: 1em;
        font-size: 14px;
    }
    .navbar-nav>li:nth-child(3) {
        margin-right: 1em !important;
    }
    .menu--miranda .menu__item:last-child {
        margin-right: 1em;
    }
}

@media screen and (max-width: 736px) {
    .banner-text h2 {
        font-size: 4.3em;
    }
    .agileits-services-grids {
        margin-bottom: 2em;
        margin-top: 0;
    }
    .w3_agileits-about-right span.w3ls-abt {
        left: 3%;
        top: 13%;
    }
    .w3_agileits-about-right {
        padding: 3em 0 0 3em;
    }
    .p3 {
        margin-top: 6em;
    }
    .w3-team.w3l-button a {
        width: 36%;
    }
}

@media screen and (max-width: 667px) {
    .banner-text h2 {
        font-size: 4em;
    }
    .navbar-default {
        width: 95%;
    }
    .w3-team.w3l-button a {
        width: 39%;
    }
    .banner-text {
        width: 73%;
    }
}

@media screen and (max-width: 640px) {
    .banner-text span.banner-txt {
       letter-spacing: 1px;
        font-size: 1.8em;
    }
    .w3_agileits-about-right {
        padding: 2em 0 0 3em;
    }
    .w3_agileits-about-right span.w3ls-abt {
        left: 3%;
        top: 10%;
    }
    .team-grids {
        width: 50%;
        padding: 3em 2em;
    }
    .w3-team.w3l-button a {
        width: 42%;
    }
}

@media screen and (max-width: 600px) {
    .banner-text {
        width: 78%;
    }
    h3.agileits-title {
        margin-bottom: 0.5em;
    }
    .w3-team.w3l-button a {
        width: 45%;
    }
}

@media screen and (max-width: 568px) {
    .banner-text h2 {
        font-size: 3.5em;
    }
    .banner-text {
        width: 83%;
    }
    .banner-bg-agileits {
        min-height: 480px;
    }
    .agile-about-left h4.agileits-title {
        font-size: 2.4em;
    }
    .agile-section {
        padding: 3em 0;
    }
    .team-grids {
        padding: 3em 1em;
    }
    .w3-team.w3l-button a {
        width: 48%;
        letter-spacing: 3px;
    }
    .w3-team.w3l-button a {
        width: 51%;
    }
    .contact-right-w3l input[type="text"]:nth-child(1),
    .contact-right-w3l input[type="email"] {
        margin-right: 1%;
    }
}

@media screen and (max-width: 480px) {
    .gallery-grid-img {
        float: none;
        width: 100%;
    }
    .pricing {
        width: 100%;
    }
    .pricing.p2 {
        margin-top: 6em;
    }
    h3.agileits-title {
        font-size: 2.8em;
    }
    .banner-text span.banner-txt1 {
        font-size: 1.25em;
    }
    .banner-text {
        width: 94%;
        padding: 9em 0;
    }
    .banner-bg-agileits {
        min-height: 460px;
    }
    .w3_agileits-team-head h5 {
        font-size: 2em;
        letter-spacing: 1px;
    }
    .w3-team.w3l-button a {
        width: 62%;
        letter-spacing: 3px;
    }
    .team-grids {
        padding: 2em 1em;
    }
    .test-grid1 {
        padding: 0em 1em 1.9em;
    }
    .contact-right {
        padding: 0 1em 1em 1em;
    }
    .contact-right-w3l input[type="text"],
    .contact-right-w3l input[type="email"] {
        width: 100%;
    }
    .social_list li a {
        font-size: 16px;
        line-height: 35px;
        width: 34px;
        height: 35px;
    }
    .footer-copy {
        margin: 1em 0 0;
    }
}

@media screen and (max-width: 414px) {
    .banner-text h2 {
        font-size: 3.3em;
    }
    .banner-text span.banner-txt1 {
        font-size: 1.2em;
    }
    .banner-text span.banner-txt {
        font-size: 1.6em;
    }
    .navbar-default {
        width: 92%;
    }
    .w3_agileits-about-right span.w3ls-abt {
        left: 3%;
        top: 8%;
    }
    .w3-team.w3l-button a {
        width: 76%;
    }
    .team-grids {
        width: 100%;
        padding: 4em 2em;
    }
    .w3_agileits-team-head {
        text-align: center;
    }
    .w3-team.w3l-button a {
        margin: 2em auto;
    }
    .w3_agileits-team-head p {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 384px) {
    .banner-text h2 {
        font-size: 3.1em;
    }
    .banner-text {
        width: 92%;
        padding: 8.5em 0 7em;
    }
    .agile-about-left h4.agileits-title {
        font-size: 2.1em;
    }
    .banner-bg-agileits {
        min-height: 408px;
    }
    h3.agileits-title {
        font-size: 2.6em;
    }
    .w3_navigation_pos h1 a {
        font-size: .85em;
        letter-spacing: 1px;
    }
    .w3_navigation_pos {
        margin: 22px 0 0;
    }
    .w3_navigation_pos h1 a span {
        letter-spacing: 3px
    }
    .w3_agileits-about-right {
        padding: 2em 0 0 2.5em;
    }
    .w3-team.w3l-button a {
        width: 82%;
        letter-spacing: 3px;
    }
    .w3_agileits-team-head h5 {
        font-size: 1.7em;
        letter-spacing: 0px;
    }
    .test-grid1 {
        padding: 0;
    }
    .test-gri1 {
        padding: 2em 2em 4em;
    }
}

@media screen and (max-width: 375px) {
    .banner-text h2 {
        font-size: 2.85em;
    }
    .w3-team.w3l-button a {
        width: 88%;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 320px) {
    .w3_navigation_pos h1 a {
        font-size: .8em;
    }
    .agileits-services-grids span {
        font-size: 1.4em;
    }
    .banner-text {
        width: 96%;
        padding: 8em 0 6em;
    }
    .agile-about-left h4.agileits-title {
        font-size: 1.8em;
    }
    .banner-bg-agileits {
        min-height: 400px;
    }
    .banner-text span.banner-txt {
        font-size: 1.3em;
    }
    .service-grid1 {
        padding: 3em 1.5em;
    }
    h3.agileits-title {
        font-size: 2.5em;
    }
    .w3_agileits-team-head h5 {
        font-size: 1.3em;
    }
    .w3-team.w3l-button a {
        width: 81%;
        letter-spacing: 1px;
    }
    .team-grids {
        padding: 4em 1em;
    }
    .w3-team.w3l-button a {
        width: 90%;
    }
}
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}

.banner {
    background: url('../../../../20211231141916im_/http_/anjalitourtravel.com/images/banner1.html') no-repeat 0px 0px;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}

/* banner typed text */

#message p {
    margin: 1em 0;
    font-size: 21px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
}

.ghost,
.glitch {
    opacity: 0.25;
}

#message {
    position: absolute;
    height: 260px;
    width: 50%;
    left: 30%;
    top: 35%;
}

#animate {
    text-shadow: 0 0 8px rgba(209, 194, 165, 0.1);
    position: absolute;
    color: #4f4228;
    bottom: 0;
}

/* banner typed text */

/* navbar */

.bg-light {
    background-color: transparent !important;
}

.dropdown-item {
    font-size: 13.5px;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.navbar-light .navbar-brand {
    color: #ffffff;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 4px;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgb(205, 255, 16);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgb(205, 255, 16);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.dropdown-toggle::after {
    margin-left: 0;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #ffffff;
}

/* navbar */

header h3 {
    color: rgb(130, 165, 1);
    font-size: 40px;
    letter-spacing: 2px;
}

header p {
    color: rgb(156, 156, 156);
    font-size: 15px;
}

.agileits-s-grid i {
    font-size: 30px;
    padding: 20px;
    border: 1px solid #eee;
    background: #000;
    color: #ffffff;
}

i.icon1 {
    background: #ffaf40;
}

i.icon2 {
    background: #04b6ff;
}

i.icon3 {
    background: #f46952;
}

i.icon4 {
    background: #7d67bc;
}

i.icon5 {
    background: #e24848;
}

i.icon6 {
    background: #e248a6;
}

.agileits-s-grid h4 {
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    font-style: italic;
}

.agileits-s-grid p {
    color: #7d7d7d;
    font-size: 15px;
    line-height: 1.8;
}

/* -- about --*/

.wthree-abt-info {
    background-color: #f9f9f9;
    padding: 6%;
}

.wthree-abt-info h2 {
    color: #000000;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 2px;
}

.wthree-abt-info p {
    color: #656565;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 2.2;
}

.wthree-abt-info a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    border: none;
    border-radius: 0;
    background: #04b6ff;
    padding-top: 11px;
    padding-bottom: 11px;
}

/* -- /about --*/

/* gallery */

ul.portfolio-area li figure {
    margin: 0;
}

.portfolio-categ li {
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 6px 15px;
    font-size: 1.1em;
    margin: 0 0.4em;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.portfolio-categ li a {
    color: #333;
    text-transform: uppercase;
    font-size: 13.5px;
    letter-spacing: 2px;
}

a.image-gal {
    display: block;
}

.portfolio-area li {
    float: left;
    list-style-type: none;
    overflow: hidden;
    width: 19%;
    margin: 0.5%;
	width: 355px;
}

.home-portfolio-text {
    margin-top: 10px;
}

.portfolio-categ li.active {
    background: #48c7d6;
    color: #fff;
}

.portfolio-categ li.active a {
    color: #fff;
}

/* //gallery */

/*--  interior-designs --*/

.w3ls-interior-design-grids:nth-child(2) {
    padding: 15px 0;
}

/*-- effect --*/

.w3ls-interior-design-grid-left {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */

.w3ls-interior-design-grid-left figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
}

.w3ls-interior-design-grid-left figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.w3ls-interior-design-grid-left figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.w3ls-interior-design-grid-left figure figcaption::before,
.w3ls-interior-design-grid-left figure figcaption::after {
    pointer-events: none;
}

.w3ls-interior-design-grid-left figure figcaption,
.w3ls-interior-design-grid-left figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***** Lexi *****/

/*---------------*/

figure.effect-lexi {
    background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
    background: linear-gradient(-45deg, #000 0%, #fff 100%);
}

figure.effect-lexi img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 285px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lexi h3 {
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0);
    font-size: 25px;
    color: #fff;
}

figure.effect-lexi h3 span {
    color: #82a550;
}

figure.effect-lexi p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1em 1em 0em;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0);
    font-size: .8em;
    line-height: 1.8em;
}

figure.effect-lexi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-lexi:hover h3,
figure.effect-lexi:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*-- //effect --*/

.w3ls-interior-design-grid-right h3 {
    font-size: 25px;
    color: #48c7d6;
    margin-top: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.w3ls-interior-design-grid-right h3 span {
    color: #82a501;
}

.banner-bottom-info {
    padding-top: 3em;
    border-top: 1px solid #c0c0c0;
}

.w3ls-interior-design-grid-right p {
    margin: 20px 0 0;
    color: #656565;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 2.2;
}

.w3ls-interior-design-grid-right p span {
    display: block;
    margin: 20px 0 0;
}

/*--  interior-designs --*/

/* video */

.w3ls-video-info h1.heading1 {
    font-size: 26px;
    text-align: center;
    color: #fff;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.8;
}

.w3ls-video-info p {
    margin: 20px auto;
    width: 60%;
    text-align: center;
    color: #fff;
    font-size: 13.5px;
    letter-spacing: 1px;
    line-height: 28px;
}

.center-container {
    background: rgba(0, 0, 0, 0.45);
}

.readmore-w3 {
    float: left;
    margin-left: 13em;
}

.w3ls-video-info ul li {
    display: inline-block;
    font-size: 1em;
}

.w3ls-video-info ul li a {
    padding: 10px 40px;
    text-decoration: none;
    color: #212121;
}

.w3l_contact,
.w3ls_more:hover {
    border: 2px solid #fff;
    color: #ffffff !important;
    background: none;
}

.w3ls_more,
.w3l_contact:hover {
    border: 2px solid #146eb4;
    background: #146eb4;
    color: #fff !important;
}

/* //video */

/* Team Members */

.team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.team-members .team-avatar {
    position: relative;
}

.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-members .team-desc {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-members .team-desc h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.team-members .team-desc span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

ul.social-icons li {
    list-style-type: none;
}

ul.social-icons li a i {
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #eee;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

i.fab.fa-facebook-f:hover {
    background: #3b5998;
    border: 1px solid #3b5998;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

i.fab.fa-twitter:hover {
    background: #1da1f2;
    border: 1px solid #1da1f2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

i.fab.fa-google-plus-g:hover {
    background: #dd4b39;
    border: 1px solid #dd4b39;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/*-- stats --*/

.stats_info p {
    font-size: 50px;
    letter-spacing: 1px;
    color: #000000;
    line-height: 2;
}

.stats_info h4 {
    font-size: 15px;
    color: #efefef;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.stats_info i {
    font-size: 3em;
    color: #eee;
    margin: 0;
}

.stats_bottom_grid_left img {
    margin: 0 auto;
}

.stats_info.counter_grid {
    background: #04b6ff;
}

.stats_info.counter_grid1 {
    background: #f46952;
}

.stats_info.counter_grid2 {
    background: #ffaf40;
}

.stats_info.counter_grid3 {
    background: #e248a6;
}

.stats_info {
    text-align: center;
    padding: 0;
    border-top: none;
    border-bottom: none;
}

.stats_info:nth-child(3) {
    border-right: 0px;
}

.stats_info:nth-child(2) {
    border-left: 0px;
    border-right: 0px;
}

.stats_info label {
    width: 45px;
    height: 2px;
    background: #fff;
    display: block;
    margin-bottom: 25px;
}

/*-- //stats --*/

p.card-text {
    margin: 20px 0 0;
    color: #656565;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 2;
}

a.btn.more {
    outline: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: red;
}

.modal-body p {
    color: #212121;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 2;
}

/* ---------------------------------------------- */

section.testimonials {
    background: url(../../../../20211231141915im_/http_/anjalitourtravel.com/images/clients-bg.html) no-repeat 0px 0px;
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
}

p.diff {
    color: #dadada;
}

.testimonials p.speech {
    padding: 40px;
    margin: 20px;
    position: relative;
    text-align: center;
    line-height: 2;
    background-color: #fff;
    border: 2px solid rgb(130, 165, 1);
    /* Primary color, can be changed via colors.css */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.testimonials p.speech:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 80px;
    top: 100%;
    border: 15px solid;
    border-color: rgb(130, 165, 1) transparent transparent rgb(130, 165, 1);
    /* Primary color, can be changed via colors.css */
}

.testimonials p.speech:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 83px;
    top: 100%;
    border: 12px solid;
    border-color: #fff transparent transparent #fff;
}

.client-info {
    padding: 10px;
}

.client-info h4 {
    color: rgb(130, 165, 1);
    /* Primary color, can be changed via colors.css */
    margin: 10px 0 0 0;
    padding: 0;
}

.client-info span {
    display: block;
    padding: 5px;
    color: #fff;
}

.client-info img {
    border: 2px solid #fff;
    padding: 2px;
    border-radius: 50px;
    height: 100px;
    width: 100px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: #ffffff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #82a501;
}

/* ---------------------------------------------- */

.contact-form .form-group {
    padding: 5px 0;
    min-height: 100%;
}

.contact-form .form-group label {
    font-weight: 600;
}

.contact-form .form-group button {
    display: inline-block;
    min-height: 100%;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    border-radius: 0;
    padding: 20px 10px;
    min-width: 100%;
    font-size: 16px;
}

.contact-form .form-group textarea {
    padding-top: 10px;
}

.contact-form .form-group .btn-default {
    min-width: 100%;
}

.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    /* Increase height as required */
    margin-bottom: 0px;
    padding: 0 10px;
    /*  Now only left & right padding */
}

.agile-w3ls-contact-address ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.agile-w3ls-contact-address ul li {
    font-size: 16px;
}

.agile-w3ls-contact-address ul li span {
    font-weight: 600;
    display: inline-block;
    min-width: 80px;
}

.contact-form label.error,
.contact-form label.error.valid {
    color: #f00;
    padding-top: 10px;
}

.contact-form label.error.valid {
    color: #018804;
}

.form-alerts .alert {
    border-radius: 0;
    border: 0;
}

.form-alerts .alert.alert-success,
.form-alerts .alert.alert-danger {
    color: #fff;
    background: #85ceab;
}

.form-alerts .alert.alert-danger {
    background: #fe8080;
}

address a {
    color: rgb(130, 165, 1);
}

.w3-agile-google-map iframe {
    height: 400px;
}

/* ---------------------------------------------- */

footer#footer {
    background: rgba(54, 53, 54, .96);
    /* Dark color/Footer color, can be changed via colors.css */
    color: #fff;
}

footer h2 {
    display: inline-block;
    color: #fff;
}

footer h4 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #fff;
}

footer p {
    margin: 10px 0;
    font-size: 14px;
    color: #fff;
}

footer p a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

footer p a:hover {
    color: rgb(130, 165, 1);
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

footer ul.blog-entries,
footer ul.twitter-entries {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

footer ul.blog-entries li,
footer ul.twitter-entries li {
    margin: 10px 0;
    line-height: 1.5;
}

footer ul.blog-entries li span,
footer ul.twitter-entries li span {
    display: block;
    color: #6d7579;
}

footer .w3l-copynote {
    background: rgba(54, 53, 54, 1);
    /* Dark color/Footer color, can be changed via colors.css */
}

footer .w3-social a {
    display: inline-block;
    padding: 6px;
}

.scroll-top {
    display: none;
    position: fixed;
    bottom: 4%;
    right: 1%;
    z-index: 100;
}

.scroll-top a:link,
.scroll-top a:visited {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid rgba(254, 82, 76, 1);
    background: rgba(254, 82, 76, 1);
    /* Primary color, can be changed via colors.css */
    font-size: 30px;
}

.scroll-top a:hover {
    border: 1px solid #fff;
    /* Hover border color, can be changed via colors.css */
    outline: 0;
    color: #fff;
    background: #df514c;
    /* Hover color, can be changed via colors.css */
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../../../../20220106013045im_/http_/anjalitourtravel.com/images/top_move.html) no-repeat 0px 0px;
}

/*- Typography page -*/

.inner-banner {
    background: url('../../../../20211231141916im_/http_/anjalitourtravel.com/images/banner1.html') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}

div#breadcrumb_wrapper {
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.06);
}

div#breadcrumb_wrapper h2 {
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #rgba;
}

div#breadcrumb_wrapper h6 {
    color: #fff;
    font-style: italic;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
}

.overlay_shadow
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:1;
}

.features-grids
{
	position:relative;
	z-index:2;
}

#services
{
	position:relative;
}

/*- Typography page -*/

/*- Responsive -*/
@media (max-width:1680px) {
	.portfolio-area li {
		width: 310px;
	}
}
@media (max-width:1600px) {
	.portfolio-area li {
		width: 295px;
	}
}
@media (max-width:1440px) {
    #message {
        width: 55%;
        left: 25%;
        font-size: 12px;
    }
    .wthree-abt-info {
        padding: 5%;
    }
	.portfolio-area li {
		width: 264px;
	}
}
@media (max-width:1366px) {
    .wthree-abt-info {
        padding: 3%;
    }
	.portfolio-area li {
		width: 250px;
	}
}
@media (max-width:1280px) {
    #message {
        width: 60%;
        left: 20%;
    }
    .wthree-abt-info {
        padding: 2%;
    }
	.portfolio-area li {
		width: 234px;
	}
}
@media (max-width:1080px) {
    #message {
        width: 80%;
        left: 10%;
    }
    .portfolio-area li {
        width: 24%;
        margin: 0.5%;
		width: 247px;
    }
    .w3ls-interior-design-grid-right h3 {
        font-size: 23px;
        margin-top: 8px;
        letter-spacing: 1px;
    }
}
@media (max-width:1050px) {
	.portfolio-area li {
		width: 240px;
	}
}
@media (max-width:1024px) {
    .w3ls-video-info p {
        width: 75%;
    }
	.portfolio-area li {
		width: 234px;
	}
}

@media (max-width:991px) {
	.collapse.show {
		z-index: 9;
	}
    .navbar-toggler {
        background-color: #ffffff;
    }
    .navbar-light .navbar-nav .nav-link {
        text-align: center;
    }
    ul.navbar-nav {
        background: rgba(0, 0, 0, 0.5607843137254902);
        padding: 12px 0;
    }
    .agileits-s-grid h4 {
        font-size: 18px;
    }
    .wthree-abt-info {
        padding: 6%;
    }
    .w3ls-video-info h1.heading1 {
        font-size: 21px;
        letter-spacing: 0px;
    }
    .w3ls-video-info p {
        width: 95%;
        line-height: 26px;
    }
    .navbar-nav .dropdown-menu {
        text-align: center;
    }
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
	.portfolio-area li {
		width: 226px;
	}
}
@media (max-width:900px) {
	.portfolio-area li {
		width: 204px;
	}
}
@media (max-width:800px) {
    #message p {
        font-size: 18px;
    }
    .stats_info h4 {
        font-size: 14px;
    }
	.portfolio-area li {
		width: 243px;
	}
}
@media (max-width:768px) {
    #message p {
        font-size: 17px;
    }
    header h3 {
        font-size: 38px;
    }
    .portfolio-area li {
        width: 31.333%;
        margin: 1%;
		width: 225px;
    }
}
@media (max-width:736px) {
    #message {
        width: 86%;
        left: 7%;
    }
    .portfolio-categ li a {
        font-size: 13px;
        letter-spacing: 1px;
    }
	.portfolio-area li {
		width: 215px;
	}
}
@media (max-width:667px) {
    #message p {
        font-size: 16px;
        margin: 0.8em 0;
    }
    .w3-agile-google-map iframe {
        height: 350px;
    }
	.portfolio-area li {
		width: 194px;
	}
}
@media (max-width:640px) {
	.portfolio-area li {
		width: 185px;
	}
}
@media(max-width:600px) {
    .w3-agile-google-map iframe {
        height: 320px;
    }
	.portfolio-categ li {
		padding: 6px 12px;
	}
	.portfolio-area li {
		width: 173px;
	}
}
@media(max-width:568px) {
    .portfolio-categ li {
        padding: 4px 10px;
        font-size: 1em;
    }
    header h3 {
        font-size: 34px;
    }
    .agileits-s-grid p {
        font-size: 14px;
    }
    header p {
        font-size: 14px;
    }
    .portfolio-area li {
        width: 48%;
        margin: 1%;
		width: 250px;
    }
    .w3ls-interior-design-grid-right p {
        margin: 12px 0 0;
    }
}
@media(max-width:480px) {
    .portfolio-categ li {
        padding: 3px 6px;
        margin: 0 0em;
    }
    .w3ls-interior-design-grid-right h3 {
        font-size: 22px;
    }
	.portfolio-area li {
		width: 207px;
	}
}
@media(max-width:440px) {
    .portfolio-categ li a {
        letter-spacing: 0px;
    }
    .w3ls-interior-design-grid-right h3 {
        letter-spacing: 0px;
    }
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
	.portfolio-area li {
		width: 188px;
	}
}
@media(max-width:414px) {
    .testimonials p.speech {
        padding: 35px;
        font-size: 15px;
        margin: 15px;
    }
    .w3ls-interior-design-grid-right h3 {
        font-size: 20px;
    }
	.portfolio-area li {
		width: 176px;
	}
}
@media(max-width:384px) {
    header h3 {
        font-size: 30px;
    }
	.portfolio-area li {
		width: 161px;
	}
}
@media(max-width:375px) {
    .portfolio-area li {
        width: 100%;
		width: 328px;
        margin: 3% 0px;
    }
    #message p {
        font-size: 15px;
    }
}
@media(max-width:320px) {
    header h3 {
        letter-spacing: 0px;
    }
	.portfolio-area li {
		width: 273px;
	}
}
