/* Creation Arts */

/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	height: 100%;
	background: #f1f3f9;
	}
body > #wrapper {
	height: auto;
	min-height: 100%;
	
	}	
#main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:0px;
	}
#main_inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top: 204px;
	}
* {
	padding: 0;
	margin: 0;
	}
/* #Grid system
================================================== */
.container {
	width: 1170px;
	margin: 0 auto;
	}
.container:before, .container:after, .row:before, .row:after {
	content: "";
	display: table;
	}
.container:after, .row:after {
	clear: both;
	}
.row {
	margin-left: -10px;
	margin-right: -10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	}
.col-sm-12 {
	width: 100%;
	}
.col-sm-11 {
	width: 91.66666667%;
	}
.col-sm-10 {
	width: 83.33333333%;
	}
.col-sm-9 {
	width: 75%;
	}
.col-sm-8 {
	width: 66.66666667%;
	}
.col-sm-7 {
	width: 58.33333333%;
	}
.col-sm-6 {
	width: 50%;
	}
.col-sm-5 {
	width: 41.66666667%;
	}
.col-sm-4 {
	width: 33.33333333%;
	}
.col-sm-3 {
	width: 25%;
	}
.col-sm-2 {
	width: 16.66666667%;
	}
.col-sm-1 {
	width: 8.33333333%;
	}
.flt-right {
	float: right;
	}
.flt-left {
	float: left;
	}
.dbx{
	display: block;
	}
/* #Buttons Styles
================================================== */
span.btn {
	float: left;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin: 4% 0 0;
	background: none;
	transition: background-color .3s;
	color: #20366c;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	border: 1px solid #20366c;
	text-transform:capitalize;
	transition: all 300ms ease 0s;
	}
span.btn:hover {
	background: #20366c;
	color: #fff;
	border: 1px solid #20366c;
	}
/* #Homepage Styles
================================================== */
.clr {
	clear: both;
	}
.center {
	text-align: center;
	}
.pd_tp{
	padding-top:10px;
	}
.pd_bt{
	padding-bottom: 15px;
	}
.pd_bt2{
	padding-bottom:37px !important;
	}
.mr_rt{
	margin-right:20px;
	}
.mr_btm{
	margin-bottom:33px;
	}
.dbox{
	display:block;
	}
.mbox{
	display: none;
	}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top: 10;
	left: 0;
	z-index: 999;
	}
header .top_header{
	width:100%;
	padding:1% 0% 3%;
	background: #0a4564;
	}
header .top_header .top_contact {
	text-align: left;
	float: left;
	}
header .top_header .top_contact a {
	font-size: 13px;
	color: #fff;
	font-weight:400;
	display: inline-block;
	text-align: left;
	padding:0px 10px;
	border-right: 1px solid #fff;
	transition: all 300ms ease 0s;
	}
header .top_header .top_contact a:last-child{
	border:none;
	}
header .top_header .top_media {
	width: 15%;
	text-align: right;
	float: right;
	}
header .top_header .top_media a {
	font-size: 13px;
	font-weight:400;
	display: inline-block;
	text-align: center;
	transition: all 300ms ease 0s;
	width:25px;
	height:25px;
	border-radius: 50%;
	margin-right:7px;
	background: #fff;
	}
header .top_header .top_media a:first-child{
	padding:0;
	}
header .btm_header{
	padding:0px 10px;
	margin:-3% auto 0;
	background: #09587d;
	}
header .btm_header .logo {
	width:18%;
	float:left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 1% 0%;
	}
header .btm_header nav {
	width:80%;
	float:right;
	padding:2.2% 0 0;
	}
header.smaller {
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	}
/* Banner*/
.banner {
	width: 100%;
	}
.banner img{
	width: 100%;
	}

/*Section One*/
.Section_One{
	width: 100%;
	margin: 0 auto;
	background: #e8e8e8;
	padding:4% 0;
	}
.Section_One .lt{
	width: 50%;
	float: left;
	padding-right: 10px;
	}
.Section_One .rt{
	width: 50%;
	float: left;
	padding-left: 10px;
	}
.Section_One .dream_destinations{
	width: 100%;
	position: relative;
	}

.Section_One .dream_destinations h3.Title{
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-align: left;
	text-transform:uppercase;
	padding: 0 0 4%;
	}
.Section_One .dream_destinations h3.Sub_Title{
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	}
.Section_One .dream_destinations p{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	}
.Section_One .dream_destinations_wht{
	width: 100%;
	position: relative;
	background: #fff;
	padding:7% 6%;
	-webkit-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
	}
.Section_One .dream_destinations_wht h3.Title{
	font-size:18px;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-transform:uppercase;
	padding: 0 0 2%;
	}
.Section_One .dream_destinations_wht h3.Sub_Title{
	font-size:16px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	text-transform: capitalize;
	}
.Section_One .dream_destinations_wht p{
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	padding-bottom: 10px;
	}
.Section_One .dream_destinations .dd_contain{
	position: absolute;
	width: 100%;
	padding:7%;
	top: 0;
	}
.Section_One .dream_destinations_two{
	width: 48%;
	position: relative;
	float: left;
	}
.Section_One .dream_destinations_two img{
	width: 100%;
	}
.Section_One .dream_destinations_two .dd_contain{
	position: absolute;
	width: 100%;
	padding:7%;
	bottom: 0;
	background: rgba(255, 255, 255, 0.6);
	}
.Section_One .dream_destinations_two .dd_contain a.view{
	color: #000;
	font-size: 15px!important;
	}
.Section_One .dream_destinations_two h3.Title{
	font-size:18px;
	font-weight: 700;
	color: #2e3b59;
	text-align: left;
	text-transform:uppercase;
	padding: 0 0 4%;
	}
.Section_One .dream_destinations_two h3.Sub_Title{
	font-size:16px;
	font-weight: 400;
	color: #2e3b59;
	text-align: left;
	text-transform: capitalize;
	}
.wht{
	background-color:#fff;
	color:#2e3b59;
	}
.blue{
	background-color:#2e3b59;
	color: #fff;
	}
.Section_One .know_btn {
	width:30%;
	float:left;
	margin-top:6%;
	}
.Section_One .know_btn .know_btn_lt {
	width:70%;
	float:left;
	position: relative;
	display: block;
	padding:10px 10px;
	font-size:13px;
	font-weight:700;
	cursor:pointer;
	text-align:center;
	text-transform: uppercase;
	}
.Section_One .know_btn .know_btn_lt a{
	color:#0a4564;
}
/*Section Two*/
.Section_Two {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	padding: 6% 0;
	position: relative;
	}
.Section_Two::before {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	}
.Section_Two .container {
	position: relative;
	z-index: 5;
	}
.Section_Two .Title_bg{
	position: relative;
	z-index: 5;
	width: 30%;
	float: left;
	background: #fff;
	padding:2% 0% 2% 11%;
	color: #030303;
	font-size:22px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 6%;
	}
.Section_Two .Title_bg span{
	font-size:24px;
	font-weight: 700;
	display: block;
	}
.Section_Two .container .service_box {
	width: 100%;
	display: block;
	overflow: hidden;
	background: #fff;
	transition: all 0.3s;
	margin-bottom: 50px;
	}
.Section_Two .container .service_box .thum {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
	}
.Section_Two .container .service_box h4 {
	font-size:18px;
	color:#030303;
	text-align: center;
	font-weight:700;
	padding:0px 10px 10px;
	text-transform: uppercase;
	}
.Section_Two .container .service_box .text {
	font-size: 14px;
	color: #374048;
	text-align: justify;
	line-height:18px;
	transition: all 300ms ease 0s;
	padding:0% 8%;
	height: 120px;
	}
.Section_Two .container .service_box:hover h4 {
	color: #34c4cd;
	}
.Section_Two .know_btn {
	width:60%;
	padding:6% 0%;
	margin: 0 auto;
	display: flex;
	}
.Section_Two .know_btn .know_btn_lt {
	width:70%;
	float:left;
	position: relative;
	display: block;
	padding:10px 10px;
	font-size:13px;
	color: #fff;
	font-weight:700;
	cursor:pointer;
	text-align:center;
	text-transform: uppercase;
	background: #37435f;
	}
.Service_Call{
	width: 100%;
	margin: 0 auto;
	}
.Service_Call .sline{
	font-size:25px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	}
.Service_Call .scall{
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	}
/* Section Three */

/*Section_Four*/
.Section_Four{
	width: 100%;
	background: #f1f3f4;
	padding:2% 0% 10%;
}
.Section_Four .Sub_Title{
	font-size: 16px;
	color: #2e3b59;
	font-weight: 300;
	line-height:26px;
	text-transform: uppercase;
	text-align: center;
	}
.Section_Four .Title {
    font-size: 18px;
    color: #2e3b59;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
	}
.Section_Four p{
	font-size: 15px;
	color: #a5a5a5;
	font-weight: 300;
	line-height:26px;
	text-align: center;
	}
#slider3 {
	position: relative;
	padding:2% 0 0;
}
.prev3 {
	display: block;
	position: absolute;
	left:-35px;
	top: 42%;
	z-index: 100;
	padding: 1%;
}
.prev3:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.next3 {
	display: block;
	position: absolute;
	right:-20px;
	top: 42%;
	z-index: 100;
	padding: 1%;
}
.next3:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel-box {
	position: relative;
}
.carousel-box .inner {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.carousel.main {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin: 0 20px 0 34px;
}
#slider5 .carousel.main {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin: 0 20px 0 20px;
}
.caroufredsel_wrapper {
	padding: 0;
	margin: 0;
}
.caroufredsel_wrapper ul {
	padding: 0;
	margin: 0;
}
.carousel-box ul li {
	float: left;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 376px!important;
	overflow: hidden;
	padding-right: 31px;
	margin: 0px 3px;
}

.carousel-box2 ul li {
	float: left;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	position: relative;
	width:425px!important;
	overflow: hidden;
	padding-right:18px;
	margin: 0px;
}
.carousel-box3 ul li {
	float: left;
	display: inline-block;
	padding: 0px 0px 0px 14px;
	position: relative;
	width:556px!important;
	overflow: hidden;
	padding-right:0;
	margin: 0px;
}
.carousel-box3 ul li img{
	width:100%;
	}
.Holiday_Packages {
	position: relative;
	background: #fff;
}
.Holiday_Packages .destination_thum {
	text-align: center;
	padding-bottom:2%;
}

.Holiday_Packages .destination_name {
	font-weight: 700;
	font-size: 18px;
	color: #2e3b59;
	text-align: left;
	padding:2% 8%;
}
.Holiday_Packages p {
	font-weight: 400;
	font-size: 14px;
	color: #999898;
	text-align: left;
	padding:2% 8%;
}
.Holiday_Packages .days {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	text-align: left;
	background: #2e3b59;
	padding:4% 8%;
}
/*Section Five*/
.Section_Five {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	}
.Section_Five::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	}
.Section_Five .container {
	position: relative;
	z-index: 5;
	}
.Section_Five .Video_Box{
	width:40%;
	float: left;
	margin-top: -5%;
	}
.Section_Five .Video_Box .Video_Thum{
	position: relative;
	text-align: center;
	}
.Section_Five .Video_Box .Video_Thum .video_btn{
	position: absolute;
	top: 30%;
	left: 22%;
	cursor: pointer;
	}
.Section_Five .Video_Box .Video_Thum .video_btn p{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	}
.Section_Five .Top_Review{
	width:45%;
	float: right;
	padding:2% 4% 8%;
	margin:10% 0 -5% 0;
	background: #fff;
	position: relative;
	-webkit-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
	}
.Section_Five .Top_Review .Sub_Title{
	font-size: 22px;
	color: #565656;
	font-weight:700;
	line-height:26px;
	text-transform: capitalize;
	text-align: left;
	}
.Section_Five .Top_Review .Title {
    font-size:30px;
    color: #565656;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 15px;
	}
#slider5 {
	padding: 2% 0 0;
}
.prev5 {
	display: block;
	position: absolute;
	right: 123px;
	bottom:27%;
	z-index: 100;
	padding: 1%;
}
.prev5:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.next5 {
	display: block;
	position: absolute;
	right:90px;
	bottom: 27%;
	z-index: 100;
	padding: 1%;
}
.next5:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.client_slide {
	position: relative;
	background: #fff;
	padding: 5%;
	border:1px solid #cdcdcd;
}
.client_slide .client_thum{
	width:20%;
	float:left;
	margin-right: 10px;
	}
.client_slide .client_thum img{
	border-radius: 50%;
	}
.client_slide .client_info{
	width:80%;
	float:left;
	}
.client_slide .details {
	font-weight: 400;
	font-size: 14px;
	color: #9c9ea0;
	line-height:18px;
	text-align: left;
	padding-bottom:30px;
	}
.client_slide .client_info .client_name {
	font-weight: 400;
	font-size: 18px;
	color: #565656;
	text-align: left;
	padding:10px 0px;
	}
/* Section Six */
.Section_Six{
	width: 100%;
	background: #f1f3f4;
	padding:8% 0% 4%;
	font-size: 30px;
	color: #095a87;
	font-weight: 400;
	text-align: center;
	text-transform:uppercase;
	}
.Section_Six span{
	display: block;
	}
/*Inner Page*/
.Inner_Page{
	width: 100%;
	margin:0 auto;
	padding:4% 2%;
	}
.Inner_Page h1.Title{
	font-size: 40px;
	font-weight: 400;
	color: #2e3b59;
	line-height: 42px;
	padding-bottom:2%;
	}
.Inner_Page h1.Title span{
	font-weight: 800;
	display: block;
	text-transform: uppercase;
	}
.About_Page{
	width: 100%;
	}
.About_Page p{
	font-size: 15px;
	color: #6a6b6b;
	font-weight: 400;
	text-align: center;
	}
.whyus{
	width: 100%;
	}
.whyus .thum{
	width: 100%;
	}
.whyus .thum img{
	width: 100%;
	}
.whyus .whyus_contain{
	width: 100%;
	padding-top:2%;
	}
.whyus .whyus_contain .Title{
	font-size:28px;
	font-weight: 400;
	color: #2e3b59;
	padding-bottom:5px;
	}
.whyus .whyus_contain .Title span{
	font-weight: 800;
	display: block;
	text-transform: uppercase;
	}
.whyus .whyus_contain p{
	font-size: 15px;
	color: #6a6b6b;
	font-weight: 400;
	line-height: 22px;
	padding: 0px 0px 3% 0px;
	}
.mvv{
	width: 100%;
	margin: 0 auto;
	padding: 4% 0%;
	}
.mvv .mvv_box{
	width: 100%;
	}
.mvv .mvv_box .Thum{
	width: 100%;
	text-align: center;
	}
.mvv .mvv_box .Thum img{
	width: 100%;
	}
.mvv .mvv_box .mvv_contain{
	width: 100%;
	background:#fff;
	padding: 2% 4% 8%
	}
.mvv .mvv_box .mvv_contain .Title{
	font-size: 25px;
	font-weight: 800;
	color: #2e3b59;
	line-height: 42px;
	padding-bottom:2%;
	}
.mvv .mvv_box .mvv_contain p{
	font-size: 14px;
	color: #999898;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	}
.About_Form {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 4% 0;
    position: relative;
	}
.About_Form .Connect_Form{
	width: 100%;
	padding: 4% 2%;
	background: rgba(255,255,255,0.6);
	}
.About_Form .Connect_Form .Captcha{
	width: 100%;
	background: #ddd;
	padding: 15px;
	font-size: 14px;
	color: #464645;
	font-weight: 700;
	}
.About_Form .Connect_Form .form-control {
	padding:8px;
	border-bottom:2px solid #cdcdcd;
	transition: all .3s ease;
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
	background:none;
	width: 100%;
	outline: none;
	}
.About_Form .Connect_Form .form-control:focus {
	border-color:#2c6eb5;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
	}
.About_Form .Connect_Form .form-control::-moz-placeholder {
	color:#999;
	opacity:1
	}
.About_Form .Connect_Form .form-control:-ms-input-placeholder {
	color:#999
	}
 .About_Form .Connect_Form.form-control::-webkit-input-placeholder {
	color:#999
	}
.About_Form .Connect_Form .form-control option{
	color: #999!important;
	}
.About_Form .Title{
    color: #fff;
    font-size:50px;
    text-align: right;
    font-weight:800;
    text-transform: capitalize;
    line-height: 56px;
    text-shadow: 2px 2px #000;
    float: left;
    padding: 4% 0 0;
	}
.About_Form .Title span{
	display: block;
	}
/*photography_wrap*/
.photography_wrap{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	}
.photography_wrap .photo{
	width: 100%;
	margin-bottom:20px;
	}
.grid {
	position: relative;
	margin: 0 auto;
	max-width:100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px;
	/*min-width: 320px;
	max-width: 480px;
	max-height: 360px;*/
	width: 32%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.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 h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.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%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

/*Contact Page*/
.Contact_Page_Wrap {
	width: 100%;
	margin: 0 auto;
	}
.Contact_Page_Wrap .Contact_Lt{
	width: 100%;
	float: left;
	}
.Contact_Page_Wrap .Contact_Rt{
	width: 100%;
	float: left;
	}
.Contact_Page_Wrap h2 {
	font-size:34px;
	color: #333;
	text-align: left;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 12px;
    margin-bottom: 12px;
	}
.bottm_bor {
    border-bottom: 1px solid #000;
	}
.Contact_Page_Wrap h3 {
    color: #2e3b59;
    font-size: 20px;
    font-weight: 400;
    margin-bottom:1%;
	}
.Contact_Page_Wrap .Contact_Lt p {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height:24px;
    text-align: left;
    padding-bottom: 4%;
	}
.Contact_Page_Wrap .Contact_Lt p span{
	display: block;
}
.Contact_Page_Wrap .Contact_Lt p a{
	color: #333;
	transition: all 0.3s;
	}
.Contact_Page_Wrap .Contact_Lt p a:hover{
	color: #f1a841;
	}
.Contact_Page_Wrap .Contact_Rt .Form{
	width: 100%;
	float: left;
	}
/*footer*/
.footer {
    background:#0a4564;
    padding:2% 0%;
    width: 100%;
	}
.footer .address{
    color: #fff;
    font-size:14px;
    list-style: outside none none;
    text-align: left;
    text-decoration: none;
	line-height:22px;
	font-weight:300;
	padding: 4% 0 0;
	}
.footer .address span{
	display: block;
}
.bdr{
	border:none!important;
	}
.footer .ft_link1{
	padding:5% 0 0;
	}
.footer .ft_link1 ul li {
    list-style: outside none none;
    text-align: left;
    text-decoration: none;
	color: #fff;
    font-size:14px;
	font-weight:300;
	}
.footer .ft_link1 ul li a{
    color: #fff;
    font-size:14px;
    text-align: left;
    text-decoration: none;
	line-height:24px;
	font-weight:300;
	transition: all 300ms ease 0s;
	}
.footer .ft_link1 ul li a:hover {
	color:#fecd0b;
	text-decoration: underline;
	}
.footer .ft_link{
	padding:0;
	}
.footer .ft_link ul{
	padding:5% 0 0;
	}
.footer .ft_link ul li {
    list-style: outside none none;
    text-align: left;
    text-decoration: none;
	color: #fff;
    font-size:14px;
	font-weight:300;
	}
.footer .ft_link ul li a {
    color: #fff;
    font-size:14px;
    text-align: left;
    text-decoration: none;
	line-height:34px;
	font-weight:300;
	transition: all 300ms ease 0s;
	}
.footer .ft_link ul li a:hover {
	color:#fecd0b;
	text-decoration: underline;
	}
.footer .btm_media {
	text-align: left;
	float: right;
	padding:62% 0% 0%;
	}
.footer .btm_media a {
	font-size: 13px;
	font-weight:400;
	display: inline-block;
	text-align: center;
	transition: all 300ms ease 0s;
	width:60px;
	height:60px;
	border-radius: 50%;
	margin-left:3px;
	background: #fff;
	}
.footer .copyright {
	width: 35%;
	float: right;
	padding:1% 0 0;
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	text-align:right;
	font-weight:300;
	padding:0  15px 0 0;
	}
.footer .copyright .lt{
	width:100%;
	float: left;
	
	}
.footer .copyright  span{
	display: block;
	}
