@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Home Search
7. About
8. Milestones
9. Why choose us
10. Team
11. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Oswald:400,500,600,700');

/*********************************
2. Body and some general stuff
*********************************/
@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins-Bold.otf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/Poppins-Medium.otf');
}
@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins-Regular.otf');
}

@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: Ananda-Black-Personal-Use;
    src: url('../fonts/Ananda-Black-Personal-Use.ttf');
}

@font-face {
    font-family: Back to Black Demo;
    src: url('../fonts/Back to Black Demo.ttf');
    font-weight: 600;
}

@font-face {
    font-family: Blacksword;
    src: url('../fonts/Blacksword.ttf');
}

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 1.9285;
	font-weight: 400;
	color: #72728c;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;

	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	
}
p::selection
{
	
}
h1{font-size: 72px;}
h2{font-size: 48px;}
h3{font-size: 36px;}
h4{font-size: 24px;}
h5{font-size: 18px;}
h1, h2, h3, h4, h5, h6
{
	 font-family: Roboto-Bold;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
   
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.section_subtitle
{
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #72728c;
	line-height: 0.75;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.section_title
{
	color: #181818;
	margin-top: 26px;
}
.button
{
	width: 161px;
	height: 52px;
	background: rgba(24,24,24,1);
	text-align: center;
	border-radius: 20px;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button a
{
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 52px;
}
.button:hover
{
	background: rgba(24,24,24,0.7);
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header_content
{
	width: 100%;

	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled
{
	background: #1d89c3;
}
.about_content ul li{
	    margin-bottom: 2px;
    list-style: disc;
    margin-left: 15px;
    font-size: 16px;
    text-align: justify;
}
.about_content h3{
	font-size: 30px;
    color: #1d89c3;
    margin: 10px 0px;
}
.about_content p{
    font-size: 17px;
    text-align: justify;
    margin-bottom: 7px;
    line-height: 27px;
}
.aboutmuta h4{
	color: #1d89c3;
}
.header.scrolled .header_content
{
	height: 55px;
}
.header_content_inner
{
	width: 100%;
}
.logo a
{
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.75;
}
.main_nav
{

}
.main_nav ul li
{
	position: relative;
}
.main_nav ul li::after
{
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -104px;
	width: 2px;
	height: 0px;
	background: #FFFFFF;
	content: '';
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li.active::after,
.main_nav ul li:hover::after
{
	
	visibility: visible;
	opacity: 1;
}
.main_nav ul li:not(:last-child)
{
	margin-right: 54px;
}
.main_nav ul li a
{
font-family: Poppins-Regular;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap;
}
.header_phone
{
	margin-right: 60px;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}
.header_social
{
	position: absolute;
	top: 0;
	right: 119px;
	height: 148px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header_social.scrolled
{
	height: 90px;
}
.header_social ul
{
	margin-top: 6px;
}
.header_social ul li:not(:last-child)
{
	margin-right: 32px;
}
.header_social ul li a i
{
	font-size: 14px;
	color: rgba(255,255,255,1);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header_social ul li a i:hover
{
	color: rgba(255,255,255,0.5);
}
.hamburger
{
	display: none;
}
.hamburger i
{
	font-size: 20px;
	color: rgba(255,255,255,0.5);
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover i
{
	color: rgba(255,255,255,1);
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	left: -100vw;
	width: 100vw;
	height: 100vh;
	background: rgba(242,245,246,0.95);
	-webkit-transition: all 1000ms cubic-bezier(.18,.43,.59,.92);
	-moz-transition: all 1000ms cubic-bezier(.18,.43,.59,.92);
	-ms-transition: all 1000ms cubic-bezier(.18,.43,.59,.92);
	-o-transition: all 1000ms cubic-bezier(.18,.43,.59,.92);
	transition: all 500ms cubic-bezier(.84,.38,.6,.85);
	z-index: 1000;
}
.menu.active
{
	left: 0;
}
.menu_header
{
	width: 100%;
	height: 148px;
	padding-left: 60px;
	padding-right: 60px;
}
.menu_logo a
{
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #181818;
	line-height: 0.75;
}
.menu_close_container
{
	width: 18px;
	height: 18px;
	transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}
.menu_close
{
	width: 100%;
	height: 100%;
	transform-style: preserve-3D;
}
.menu_close div
{
	width: 100%;
	height: 2px;
	background: #232323;
	top: 8px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close div:last-of-type
{
	-webkit-transform: rotate(90deg) translateX(-2px);
	-moz-transform: rotate(90deg) translateX(-2px);
	-ms-transform: rotate(90deg) translateX(-2px);
	-o-transform: rotate(90deg) translateX(-2px);
	transform: rotate(90deg) translateX(-2px);
	transform-origin: center;
}
.menu_close:hover div
{
	background: #937c6f;
}
.menu_content
{
	position: absolute;
	left: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu_content ul li a
{
	font-size: 48px;
	font-weight: 500;
	color: #181818;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_content ul li a:hover
{
	color: rgba(0,0,0,0.5);
}
.menu_social
{
	position: absolute;
	left: 60px;
	bottom: 30px;
}
.menu_phone
{
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: rgba(0,0,0,0.5);
	margin-bottom: 10px;
}
.menu_social ul li:not(:last-child)
{
	margin-right: 32px;
}
.menu_social ul li a i
{
	font-size: 14px;
	color: rgba(0,0,0,0.5);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_social ul li a i:hover
{
	color: #181818;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 500px;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
}
.home_slider_content_container
{
	position: absolute;
	top: 31.5%;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
}
.home_title h2
{
	font-size: 100px;
	line-height: 1.1;
	font-weight: 400;
	color: #FFFFFF;
}

/*********************************
6. Home Search
*********************************/
.gallery{
	margin: 3em 0px;
}
.gallery .latest__item {
	margin: 10px 5px;
}
.gallery .latest__item img{
	    box-shadow: -1px 4px 7px -2px;
    border: 1px solid #000;
}
.home_search
{
	width: 100%;
	height: 0;
	background: #FFFFFF;
	z-index: 1;
}
.home_search_container
{
	position: absolute;
	top: -339px;
	width: calc(100% + 122px);
	left: -61px;
	padding-top: 47px;
	padding-left: 61px;
	padding-right: 61px;
	padding-bottom: 59px;

	border-radius: 12px;
}
.home_search_title
{


	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 200px;
	font-family: Roboto-Bold;
	font-size: 50px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}
.umrah{
	line-height:65px;
}
.umrah span{

	font-family: Back to Black Demo;
	font-size: 70px;

}
.home_search_content
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 67px;
	padding-right: 83px;
}
.search_input
{
	height: 50px;
	background: #f2f5f6;
	border: none;
	outline: none;
	padding-left: 17px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #72728c !important;
}
.search_input_1
{
	width: 25%;
}
.search_input_2
{
	width: 15%;
}
.search_input_3
{
	width: 15%;
}
.search_input_4
{
	width: 20%;
}
.search_input::-webkit-input-placeholder
{
	font-family: 'Oswald', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #72728c !important;
}
.search_input:-moz-placeholder
{
	font-family: 'Oswald', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #72728c !important;
}
.search_input::-moz-placeholder
{
	font-family: 'Oswald', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #72728c !important;
} 
.search_input:-ms-input-placeholder
{ 
	font-family: 'Oswald', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #72728c !important;
}
.search_input::input-placeholder
{
	font-family: 'Oswald', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #72728c !important;
}
.home_search_button
{
	width: 161px;
	height: 52px;
	background: #181818;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 20px;
	border: none;
	outline: none;
	cursor: pointer;
}

/*********************************
7. About
*********************************/
.aboutmuta ul li{
	font-size: 17px;
    font-family: Roboto-Regular;
    color: #72728c;
    line-height: 45px;
}
.travelimg{
	text-align: right;
}
.aboutdetails{
	background:#f8f8f8;
	margin:3em 0px;
	padding: 2em 0px;
} 
.visionimg img{
	box-shadow: 1px 0px 9px 4px;
	margin-top: 20px;
}
.vision h3{
font-size: 30px;
    font-family: Roboto-Regular;
    color: #1d89c3;
    font-weight: 600;
    text-align: left;
    margin: 15px 0px;
}
.vision ul li{
    font-size: 17px;
    font-family: Roboto-Regular;
    color: #72728c;
    text-align: justify;
    list-style: disc;
    margin-left: 15px;
}
.tablelist .fa{
    border: 1px solid;
    border-radius: 50%;
    padding: 9px 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 7px;
}
.newfa{
	border:none !important;
}
.serviceicons img{
    max-width: 80%;
    background: #1d89c3;
    border-radius: 50%;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
}
.serviceicons .col-md-3{
	text-align: center;
}
.serviceicons h3{
	font-size: 18px;
	color: #000;
	    padding-top: 15px;
}
.service_content p {
    font-size: 25px;
    text-align: justify;
    margin-bottom: 7px;
    line-height: 27px;
    margin: 2em 0px;
}
.serviceicons .icon1{
    box-shadow: -3px -3px 10px 2px;
    padding: 7px;
    margin-bottom: 13px;
     padding: 18px 5px 5px;
    overflow: hidden;
    height: 320px;
        display: grid;
    text-align: center;
    margin: 0 auto;
}
.info h3{
	font-size: 37px;
    font-family: Roboto-Regular;
    color: #1d89c3;
    font-weight: 600;
    text-align: left;
    margin: 0px 0px 24px;
    text-align: center;
}
.tablelist tr td{
	font-size: 16px;
    font-family: Roboto-Regular;
    font-weight: 400;
}
.about
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 5px;
}
.about_row
{
	margin-top: 35px;
}
.about_content
{
	width: 100%;
	margin-top: -7px;
}
.text_highlight
{
	font-size: 18px;
	font-weight: 700;
	color: #181818;
	line-height: 1.66;
}
.about_text
{
	margin-top: 35px;
}
.about_button
{
	margin-top: 67px;
}
.about_image
{
	width: 100%;
	text-align: right;
}
.about_image img
{
	max-width: 100%;
	    box-shadow: 1px 0px 9px 4px;
}

/*********************************
8. Milestones
*********************************/

.milestones
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 115px;
	padding-bottom: 115px;
}
.milestone
{
	width: 100%;
}
.milestone_icon
{
	display: inline-block;
	height: 82px;
	width: 82px;
}
.milestone_icon img
{
	max-width: 100%;
}
.milestone_counter
{
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	font-weight: 500;
	color: #181818;
	line-height: 0.75;
	margin-top: 35px;
}
.milestone_text
{
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #838383;
	margin-top: 31px;
	line-height: 0.75;
}

/*********************************
9. Why choose us
*********************************/

.why
{
	width: 100%;
	padding-top: 115px;
	padding-bottom: 113px;
}
.why .section_subtitle,
.why .section_title
{
	color: #FFFFFF;
}
.why_row
{
	margin-top: 100px;
}
.why_item
{
	width: 100%;
	background: #FFFFFF;
}
.why_image
{
	width: 100%;
}
.why_image img
{
	max-width: 100%;
}
.why_content
{
	padding-top: 48px;
	padding-bottom: 55px;
	padding-left: 35px;
	padding-right: 35px;
}
.why_title
{
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #181818;
	line-height: 1.1;
}
.why_text
{
	margin-top: 20px;
}
.why_icon
{
	position: absolute;
	top: -29px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 73px;
	height: 73px;
	background: #f2f5f6;
	border-radius: 50%;
}
.why_icon img
{
	max-width: 60%;
}

/*********************************
10. Team
*********************************/

.team
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 115px;
	padding-bottom: 67px;
}
.team_row
{
	margin-top: 100px;
}
.team_item
{
	width: 100%;
	padding-bottom: 48px;
}
.team_image
{
	width: 195px;
	height: 195px;
	border-radius: 50%;
	overflow: hidden;
}
.team_image img
{
	max-width: 100%;
}
.team_content
{
	width: 100%;
}
.team_title
{
	margin-top: 37px;
}
.team_title a
{
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: rgba(24,24,24,1);
	line-height: 1.2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.team_title a:hover
{
	color: rgba(24,24,24,0.7);
}
.team_text
{
	margin-top: 22px;
}

/*********************************
11. Footer
*********************************/

.footer
{
	display: block;
	position: relative;
	padding-top: 30px;
}
.newsletter_title
{
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.2;
}
.newsletter_subtitle
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 300;
	margin-top: 18px;
}
.newsletter_form_container
{
	margin-top: 84px;
}
.newsletter_input
{
	width: 100%;
	height: 50px;
	background: rgba(255,255,255,0.5);
	border: none;
	outline: none;
	padding-left: 22px;
	color: #FFFFFF;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_form > div:not(:last-child)
{
	margin-right: 15px;
}
.newsletter_form > div:first-child
{
	width: calc(100% - 176px);
}
.newsletter_form > div:first-child > div:first-child
{
	width: calc((100% - 15px) * 0.35);
}
.newsletter_form > div:first-child > div:last-child
{
	width: calc((100% - 15px) * 0.65);
}
.newsletter_form > div > div > div
{
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.newsletter_button
{
	width: 161px;
	height: 50px;
	border-radius: 20px;
	background: rgba(255,255,255,0.5);
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
}
.footer_contact_row
{
	margin-top: 0px;
	padding-bottom: 50px;
}
.footer_contact_item
{
	width: 100%;

}
.footer_contact_icon
{
	width: 68px;
	height: 68px;
}
.footer_contact_icon img
{
	max-width: 100%;
}
.cr
{
	width: 100%;
	height: 68px;
}
.cr div
{
	font-size: 12px;
	font-weight: 400;
	color: rgba(255,255,255,0.48);
}
.footer_contact_title
{
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 18px;
}
.footer_contact_list
{
	margin-top: 19px;
}
.footer_contact_list ul li
{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.71;
}
.footer_contact_list ul li:not(:last-child)
{
	margin-bottom: 7px;
}






.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* testimonials */
.testimonials{
	padding:5em 0;
	background: #232323;
}
.testimonials-grid-1 {
    width: 200px;
}
.w3-testimonials-head h3 {
    color: #fff;
}

.testimonials h5 {
    font-size: 25px;
    color: #fff;
}
.w3l-info1 h1{
    font-size: 3em;
    color: #000;
    text-transform: uppercase;
	line-height:1.4em;
	letter-spacing:0.2em;
    font-weight: 900;
}
.w3l-info1 p {
    font-size: 15px;
    color: #ccc;
	letter-spacing: 1px;
    line-height: 1.8em;
    margin-top: 20px;
	margin-bottom:15px;
    padding-right: 60px;
}
.w3l-info1 h3 {
    font-size: 3em;
	color:#999;
}
.testimonials h5 {
    font-size: 16px;
    color: #eee;
    margin-top: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.testimonials i.fa.fa-quote-left {
    margin-right: 1em;
    color: #da9d40;
}
.testimonials i.fa.fa-quote-right {
    margin-left: 1em;
    color: #da9d40;
}
.testimonials h4 {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    color: #da9d40;
}
.flexslider .slides > li {
    display: block;
}
.testi{
	background:#1d89c3;
	margin: 3em 0px;
	padding: 5em 0px;
}
.carousel .img-box img {
    max-width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    padding-top: 1em;
}
.carousel .testimonial {
    padding: 30px 0 10px;
}
.testi .testimonial{
	font-size: 18px;
	color: #f5f5f5;
}
.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.carousel .overview {
 text-align: center;
    padding-bottom: 5px;
    font-size: 24px;
    color: #fff;
}
.star-rating{
	text-align: center;
}
.carousel-indicators{
	bottom: -40px;
}
.arrow{
	font-size: 30px;
	color: #fff;
}
.addressnew{
	padding: 0px;
}
.detailsnew{
	padding: 0px;
}
.packages_right {
   
}
.packagelist h2{
	font-size: 35px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.packagelist{
	 padding: 1em 1em 3em;
    background: #1d89c3;
    text-align: center;
}
.packages_left h4 {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    background: #fff;
    width: auto;
    padding: 6px 0px;
  border-radius: 5px;
    font-family: Poppins-Regular;
}
.packages_right h3 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.addressnew{
	color: #fff;
}
.addressnew p{
	color: #f5f5f5;
		font-size: 17px;
		    margin-bottom: 0px;
}
.detailsnew p{
	color: #fff;

}
.packages_right h4 {
  font-size: 24px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    background: #fff;
    width: auto;
    padding: 6px 0px;
    margin:10px 0px;
  border-radius: 5px;
    font-family: Poppins-Regular;
}
.packages_left h5{
	text-align: center;
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    /* margin: 0 auto; */
    line-height: 30px;
    font-size: 27px;
    padding-top: 16px;
    color: #1d89c3;
}
.addressnew h5{
	 font-size: 24px;
    font-weight: 900;
    color: #000;
  
    background: #fff;
    width: auto;
    padding: 6px 0px;
    margin:10px 0px;
  border-radius: 5px;
    font-family: Poppins-Regular;
}
.addressnew a{
	background: #fff;
    padding: 10px 20px;
    color: #000;
    font-size: 25px;
    border-radius: 5px;
}
.packages_left ul li{
	    color: #fff;
	    font-size: 16px;
    
}
.packages_right ul li{
	    color: #fff;
	    font-size: 16px;
   
}
.packages_right p {
    font-size: 14px;
    line-height: 28px;
    margin: 1em 0 2em;
    color: #e0e0e0;
}
.packages_right a {
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    letter-spacing: 1px;
}
.packages_right1 {
    background: #2b2b2b !important;
}
.packages_right2 {
    background: #da9d40 !important;
}
.packages{
	margin: 2em 0px;

}

.contact-right input[type="text"], .contact-agileinfo input[type="email"] {
    width: 100%;
    color: #999;
    background: none;
    outline: none;
    font-size: 14px;
    padding: 1em;
    letter-spacing: 1px;
    border: solid 1px #b5b5b5;
    -webkit-appearance: none;
    display: inline-block;
    margin-bottom: 1em;
}
.contact-right input[type="email"], .contact-agileinfo input[type="email"] {
    width: 100%;
    color: #999;
    background: none;
    outline: none;
    font-size: 14px;
    padding: 1em;
    letter-spacing: 1px;
    border: solid 1px #b5b5b5;
    -webkit-appearance: none;
    display: inline-block;
     margin-bottom:1em;
}

.contact-right textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: 14px;
    padding: 1em;
    outline: none;
    letter-spacing: 1px;
    border: solid 1px #b5b5b5;
    min-height: 10em;
    -webkit-appearance: none;
    margin-top: .2em;
}
.contact-right input[type="submit"] {
    border: none;
    margin: 1em 1em 0 0;
    font-size: 14px;
    color: #fff;
    background: #1d89c3;
    padding: 10px 50px;
    text-transform: capitalize;
    letter-spacing: 1px;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.address p {
    margin-top: 0em;
    font-size: 18px;
    letter-spacing: .5px;
    margin-bottom: 0em;
}
.address p i.glyphicon {
    color: #da9d40;
    margin-right: 0.5em;
    font-size: 17px;
}
.address h5 {
    font-size: 1.2em;
    font-weight: 600;
    color: #000;
}
.packagelist{
	background:url(../images/package1.jpg) no-repeat;
}