/* Penguin Holidays */


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	height: 100%;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
	background: #fff;
}
#main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top: 140px;
}
#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;
}
/* #Buttons Styles
================================================== */
span.explore {
	float: left;
	position: relative;
	display: block;
	background: none;
	transition: background-color .3s;
	font-family: 'PT Sans', sans-serif;
	color: #000;
	font-size: 16px;
	font-weight:400;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	transition: all 300ms ease 0s;
	background: #c3da7d;
	border: none;
	margin:2% 0% 0%;
	padding: 2% 4%;
}
span.explore:hover {
	background: #c3da7d;
	color: #fff;
	border: none;
}
/* #Homepage Styles
================================================== */
.clr {
	clear: both;
}
.center {
	text-align: center;
}
.pd_lt{
	padding-left:22%!important;
}
.pd_tp2{
	padding-top: 2%!important;
}
/* =Header
-------------------------------------------------------------- */
.header_main {
	padding: 0 5%;
}
header{
	width:100%;
	position:fixed;
	top:10;
	left:0;
	z-index:99;
	background: #fff;
	-webkit-transition:height 0.3s;
	-moz-transition:height 0.3s;
	-ms-transition:height 0.3s;
	-o-transition:height 0.3s;
	transition:height 0.3s;
}
header .top_cont_box {
	float: right;
	width: 70%;
	padding:0.5% 0 0.5% 3%;
	font-size: 13px;
	text-align: left;
	color: #000;
	background: #c3da7d;
}
header .top_cont_box a {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #4d4d4d;
	font-weight:400;
	display: inline-block;
	text-align: left;
	transition: all 300ms ease 0s;
	padding: 0 0 0 1.2%;
	cursor: pointer;
}
header .top_cont_box a:hover{
	color: #000;
}
header .top_cont_box a:first-child{
	padding:0;
}
header .logo {
	width:12%;
	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 nav {
	width: 80%;
	float:right;
	padding:3.8% 0 0;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
header.smaller{
	background: #fff;
	top:0;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	  -webkit-box-shadow: 0 4px 3px -3px #363636;
       -moz-box-shadow: 0 4px 3px -3px #363636;
            box-shadow: 0 4px 3px -3px #363636;
}
header.smaller .logo{
	width:8%;
}
header.smaller nav{
	padding:3% 0 0;
}
/* Banner*/
.banner {
	width: 100%;
	position: relative;
	text-align: center;
}
.banner img{
	width: 100%;
}
.banner .Title_Box {
	width: 100%;
	position: absolute;
	bottom:0%;
	background: rgba(0, 0, 0, .6);
	font-family: 'sippin_on_sunshineregular';
	font-size:55px;
	color:#fff;
	text-align: center;
	font-weight:300;
	text-transform:uppercase;
	}
.bg{
	background: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.breadcrumb{
	width:100%;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	text-align: left;
	margin:0.5% 0% 0%;
	}
.breadcrumb ul{
	margin:0 auto;
	width:100%;
	}
.breadcrumb li{ 
	font-family: 'PT Sans', sans-serif;
	font-size:12px;
	color:#43bbda;
	font-weight:300;
	letter-spacing:1px;
	display:inline-block;
	margin:10px 0 10px 10px;
	text-align:left;
	text-transform: capitalize;
	}
.breadcrumb li a{
	font-family: 'PT Sans', sans-serif;
	font-size:12px;
	color:#000;
	font-weight:300;
	text-transform: capitalize;
	}
.breadcrumb li a:after{
	color: #8a8a8a;
	font-family:'FontAwesome';
	font-weight: 900; 
	content: "\f0da";
	padding:10px 0px 10px 10px;
	}
.breadcrumb > li + li::before{
	color:#8a8a8a;
	}
.breadcrumb li:first-child{
	margin: 10px 0 10px 0px;
}
.about_intro {
	width: 100%;
	padding:2% 0% 0%;
}
.about_intro h3.Title {
	font-family: 'sippin_on_sunshineregular';
	font-size:45px;
	color:#43bbda;
	text-align: center;
	font-weight:300;
	padding: 1% 0;
	text-transform:uppercase;
}
.about_intro p{
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #525252;
	text-align: center;
	font-weight:400;
	line-height:26px;
	padding:0% 11%;	
}
.about_intro p span{
	color:#013282;
}
.about_intro .punchline{
	background: #000;
	padding: 5px;
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #c3da7d;
	font-weight: 700;
	text-align: center;
	text-transform:uppercase;
	margin:4% 0%;
}
/* Section One
================================================== */
.Section_One {
	width: 100%;
	margin: 0 auto;
	padding:2% 0 4%;
	position:relative;
}
.Section_One .cat_box{
	width: 100%;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
}
.Section_One .cat_box .cat_img{
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.Section_One .cat_box .cat_name{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 5px;
	font-family: 'sippin_on_sunshineregular';
	font-size:24px;
	color:#fff;
	text-align: center;
	background-color: rgba(48, 48, 48, 0.6);
}
/* Section Two
================================================== */
.Section_Two {
	width: 100%;
	margin: 0 auto;
	padding:4% 0;
	position:relative;
	background: #fff;
}
.Section_Two .picnic_img{
	width: 100%;
}
.Section_Two .picnic_info{
	width: 100%;
	padding:0% 0% 0% 6%;
}
.Section_Two .picnic_info h3.Title{
	font-family: 'sippin_on_sunshineregular';
	font-size:38px;
	color:#43bbda;
	text-align: left;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 42px;
	padding-bottom: 2%;
}
.Section_Two .picnic_info p{
	font-family: 'PT Sans', sans-serif;
	font-size:17px;
	color:#000000;
	text-align: justify;
}
.penguin{
	position: absolute;
	right: -36px;
	bottom: -56px;
}
/* Section Three
================================================== */
.Section_Three{
	width: 100%;
	margin: 0 auto;
	padding:4% 0 4%;
	position:relative;
}
.Section_Three h3.Title {
	font-family: 'sippin_on_sunshineregular';
	font-size:45px;
	color:#43bbda;
	text-align: center;
	font-weight:300;
	padding: 1% 0;
	text-transform:uppercase;
}
.Section_Three p{
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #525252;
	text-align: center;
	font-weight:400;
	line-height:26px;
	padding:0% 13% 2%;	
	}
.Section_Three .specialize_box{
	width: 100%;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
}
.Section_Three .specialize_box .specialize_img{
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.Section_Three .specialize_box .specialize_img img{
	width: 100%;
}
.Section_Three .specialize_box .specialize_img:hover{
	opacity: 0.6;
	transition: all 300ms ease 0s;
}
.Section_Three .specialize_box .specialize_name{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 5px;
	font-family: 'sippin_on_sunshineregular';
	font-size:24px;
	color:#fff;
	text-align: center;
	background-color: rgba(48, 48, 48, 0.6);
}
/* Section Four
================================================== */
.Section_Four{
	width: 100%;
	margin: 0 auto;
	padding:2% 0 10%;
	position:relative;
	background: #000;
}
.Section_Four h3.Title {
	font-family: 'sippin_on_sunshineregular';
	font-size:45px;
	color:#43bbda;
	text-align: center;
	font-weight:300;
	padding: 1% 0;
	text-transform:uppercase;
}
.Section_Four p{
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #fff;
	text-align: center;
	font-weight:400;
	line-height:26px;
	padding:0% 0%;	
}
.Section_Four p span{
	display: block;
}
/* Section Five
================================================== */
.Section_Five{
	width: 100%;
	margin: 0 auto;
	padding:2% 0 4%;
	position:relative;
	background: #7ad8f0;
}
.Section_Five .traval_box{
	width: 100%;
	margin-top: -120px;
	background: #fff;
	padding: 2%;
}
.Section_Five .traval_box .travel_cat{
	width: 100%;
	position: relative;
	margin:0 auto;
	text-align: center;
}
.Section_Five .traval_box .travel_cat .travel_cat_img{
	width: 100%;
}
.Section_Five .traval_box .travel_cat .travel_cat_name{
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #fff;
	text-align: left;
	font-weight:700;
	text-transform: uppercase;
	position: absolute;
	bottom:20px;
	float: left;
	background: #000;
	padding:8px 8px 8px 0px;
}
.Section_Five .traval_box .travel_cat .travel_cat_name::before {
	content: url(../images/line.png) ;
	padding: 5px 5px 5px 0px;
}

/* Section Nine
================================================== */
.Section_Nine{
	width: 100%;
	margin: 0 auto;
	padding:2% 0;
	position:relative;
}
.Section_Nine h3.Title {
	font-family: 'sippin_on_sunshineregular';
	font-size:45px;
	color:#43bbda;
	text-align: center;
	font-weight:300;
	padding: 1% 0;
	text-transform:uppercase;
}
.Section_Nine p{
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #fff;
	text-align: center;
	font-weight:400;
	line-height:26px;
	padding:0% 0%;	
}
.Section_Nine .luxury_box{
	width: 100%;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
}
.Section_Nine .luxury_box .luxury_img{
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.Section_Nine .luxury_box .luxury_img img{
	width: 100%;
	transition: transform .5s ease;
}
.Section_Nine .luxury_box .luxury_img img:hover{
	transform: scale(1.5);
}
.Section_Nine .luxury_box .luxury_name{
	width: 100%;
	padding: 5px;
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color:#000;
	text-align: center;
}
/* Section Six
================================================== */
.Section_Six{
	width: 100%;
	margin:2% auto 0%;
	padding:2% 0 4%;
	position:relative;
	background: #000 url(../images/bg1.png) no-repeat center;
}
.Section_Six .penguin_big{
	position: absolute;
	right: 0px;
	bottom: 0;
}
.Section_Six h3.Title {
	font-family: 'sippin_on_sunshineregular';
	font-size:45px;
	color:#43bbda;
	text-align: center;
	font-weight:300;
	padding: 1% 0;
	text-transform:uppercase;
}
.Section_Six p{
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #fff;
	text-align: center;
	font-weight:400;
	line-height:26px;
	padding:0% 0% 5%;	
}
.Section_Six .whyus{
	width: 100%;
}
.Section_Six .whyus .whyus_img{
	width: 100%;
	text-align: center;
}
.Section_Six .whyus .whyus_name{
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	color: #fff;
	text-align: center;
	font-weight:700;
	text-transform: uppercase;
	padding: 2% 0%;
}
/* Section Seven
================================================== */
.Section_Seven{
	width: 100%;
	margin:0% auto;
	padding:0% 0 2%;
	position:relative;
}
.Section_Seven .bg_img{
	position: relative;
	width: 100%;
}
.Section_Seven .years{
	position:absolute;
	left: 100px;
	top: 157px;
}
.Section_Seven .years2{
	position:absolute;
	left:600px;
	top: 157px;
}
.Section_Seven .years3{
	position:absolute;
	right: 100px;
	top: 157px;
}
.Section_Seven .years .num{
	font-family: 'sippin_on_sunshineregular';
	font-size:145px;
	color:#c3da7d;
	text-align: center;
	font-weight:300;
	line-height: 150px;
}
.Section_Seven .years .text{
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	color:#000;
	text-align: center;
	font-weight:700;
	text-transform: uppercase;
}
.Section_Seven .years2 .num{
	font-family: 'sippin_on_sunshineregular';
	font-size:145px;
	color:#c3da7d;
	text-align: center;
	font-weight:300;
	line-height: 150px;
}
.Section_Seven .years2 .text{
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	color:#000;
	text-align: center;
	font-weight:700;
	text-transform: uppercase;
}
.Section_Seven .years3 .num{
	font-family: 'sippin_on_sunshineregular';
	font-size:145px;
	color:#c3da7d;
	text-align: center;
	font-weight:300;
	line-height: 150px;
}
.Section_Seven .years3 .text{
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	color:#000;
	text-align: center;
	font-weight:700;
	text-transform: uppercase;
}

/* Testimonial Section
================================================== */

.Testimonial_Section{
	padding:0%;
	background: #fff;
	position: relative;
}
.Testimonial_Section .box{
	width: 100%;
	background:#f2f7e5;
	padding:6% 7% 6% 14%;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.25);
	border-radius:5px;
	margin-bottom: 5%;
	position: relative;
}
.Testimonial_Section .box p{
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	color:#525252;
	text-align: left;
	font-weight:300;
	line-height: 24px;
	padding-bottom:4%;
}
.Testimonial_Section .box .name{
	font-size: 14px;
	color: #43bbda;
	line-height:16px;
	font-style: italic;
	font-weight: 700;
	padding-bottom: 5px;
}
.Testimonial_Section .box .des{
	font-size: 12px;
	color: #525252;
	line-height:16px;
	font-style: italic;
	padding-right: 8%;
}


/*Section Eight*/
.Section_Eight{
	width: 100%;
	margin: 0 auto;
	padding:0% 0% 4%;
}
.Section_Eight h3.Title {
	font-family: 'sippin_on_sunshineregular';
	font-size:45px;
	color:#43bbda;
	text-align: center;
	font-weight:300;
	text-transform:uppercase;
	padding-bottom: 2%;
}
/*Popup*/
.popup_box{
	position:fixed;
	width:100%;
	height:100vh;
	background-color:rgba(0, 0, 0, 0.9);
	z-index:999999999;
	display:none;
	overflow:hidden;
	padding:1%;
	}
.popup_box .Box_Inner{
	width:45%;
	margin:1% auto;
	background:#fff;
	border-radius:5px;
	padding:2px;
	position:relative;
	}
.popup_box .close_btn{
	padding:5px 10px;
	cursor:pointer;
	float:right;
	position:absolute;
	z-index:99;
	right:0;
	top:-1px;
	}
.width30{
	width: 31%!important;
	}
.popup_box .Box_Inner .req_form{
	margin: 0 auto;
	padding: 2%;
	}
.popup_box .Box_Inner .req_form .Title{
	font-family: 'PT Sans', sans-serif;
	font-size:22px;
	color:#43bbda;
	text-align: left;
	font-weight:300;
	padding-bottom: 4%;
	}
.popup_box .Box_Inner .req_form p{
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	color:#000;
	text-align: left;
	font-weight:300;
	padding-bottom: 4%;
}
.popup_box .Box_Inner .req_form p a{
	color: #43bbda;
	transition: all 300ms ease 0s;
}

/* Inner Page
================================================== */
.inner_page {
	width: 100%;
	padding:2% 0%;
	}
.inner_page h3.Title {
	font-family: 'sippin_on_sunshineregular';
	font-size:45px;
	color:#43bbda;
	text-align: center;
	font-weight:300;
	padding:0 0 1% 0;
	text-transform:uppercase;
	}
.inner_page p{
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #525252;
	text-align: center;
	font-weight:400;
	line-height:26px;
	padding:0% 0%;	
	}
.inner_page .picnic_lis{
	width: 100%;
	padding: 2% 0%;
	}
.inner_page .picnic_lis ul{
	padding:0;
	margin: 0;
	}
.inner_page .picnic_lis ul li::before {
	content: url(../images/dot.png);
	margin-right: 5px;
	}
.inner_page .picnic_lis ul li{
	padding:0 15px 10px 0px;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	color: #000;
	text-align: left;
	font-weight:400;
	display:block;
	}
.parallax_section {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	padding: 4% 0;
	position: relative;
	}
.parallax_section::before {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	}
.parallax_section .container{
	position: relative;
 	}
.why_principals{
	width: 100%;
	padding:4% 0% 0%;
	}
.why_principals .col-sm-3{
	padding:0 30px;
}
.why_principals .Title{
	font-family: 'sippin_on_sunshineregular';
	font-size:45px;
	color:#fff;
	text-align: center;
	padding:0% 0% 4%;
	text-transform: capitalize;
	}
.why_principals .why_box{
	width: 100%;
	}
.why_principals .why_box .Title{
	width:50px;
	height: 50px;
	margin: 0 auto;
	border:1px solid #fff;
	border-radius:50%;
	font-family: 'PT Sans', sans-serif;
	font-size:22px;
	color:#fff;
	text-align: center;
	padding:4% 0% 0%;
	}
.why_principals .why_box .details{
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #fff;
	text-align: center;
	font-weight:400;
	line-height:26px;
	padding:3% 0% 0%;	
	}
/* Projects
================================================== */
.projects_wrap{
	width: 100%;
	}
.projects_wrap .col-sm-4{
	padding: 2px;
	}
.projects_wrap .projects_box{
	width: 100%;
	}
.projects_wrap .projects_box .thum{
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	}
.projects_wrap .projects_box .thum img{
	width: 100%;
	transition: transform 2.8s ease;
	}
.projects_wrap .projects_box .thum img:hover{
	transform: scale(1.05);
	}
.projects_wrap .projects_box .projects_cat{
	width: 100%;
	padding: 10px;
	/*background: rgba(0,0,0,0.6);*/
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,3)),color-stop(1,rgba(0,0,0,0)));
	text-align: center;
	font-family: 'sippin_on_sunshineregular';
	font-size:22px;
	color: #fff;
	font-weight: 400;
	text-transform:uppercase;
	position: absolute;
	bottom: 0;
	border-bottom:4px solid #000;
	letter-spacing: 1px;
	transition: all 0.3s;
	}
.projects_wrap .projects_box:hover .projects_cat{
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.75)),color-stop(1,rgba(0,0,0,0)));
	border-bottom:4px solid #c3da7d;
	}
.projects_wrap .projects_box .projects_name{
	width: 100%;
	padding: 10px;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,3)),color-stop(1,rgba(0,0,0,0)));
	position: absolute;
	border-bottom:4px solid #000;
	bottom: 0;
	transition: all 0.3s;
	height: 100px;
	}
.projects_wrap .projects_box:hover .projects_name{
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.75)),color-stop(1,rgba(0,0,0,0)));
	border-bottom:4px solid #c3da7d;
	}
.projects_wrap .projects_box .projects_name .namec{
	width: 100%;
	position: absolute;
	text-align: center;
	font-size:16px;
	color: #fff;
	font-weight: 400;
	text-transform:uppercase;
	letter-spacing: 1px;
	bottom:8px
	}
/* Projects Inner
================================================== */
.projects_wrap{
	width: 100%;
	}
.projects_wrap .col-sm-3{
	padding: 2px;
	}
.projects_wrap .projects_box_inner{
	width: 100%;
	}
.projects_wrap .projects_box_inner .thum{
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	}
.projects_wrap .projects_box_inner .thum img{
	width: 100%;
	}
/* Contact
================================================== */	
.contact{
	width: 100%;
	padding:0% 0% 4% 0%;
	}	
.contact .sub_title {
    padding: 0% 0% 1%;
    font-size: 30px;
    color: #5a5757;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 4%;
}
.Address{
	width: 100%;
	}
.Address p{
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	color:#2d2d2d;
	font-weight: 300;
	padding:0 0 10px;
	text-align:left;
	}
.Address p span{
	display: block;
	}
.Address p strong{
	color: #000;
	font-weight: 700;
	}
.Address p a{
	color: #43bbda;
	}
.contact_thum{
	width: 85%;
	padding:10px 0 0;
}
.form{
	width: 80%;
	float: right;
}

/* Terms & Conditions
================================================== */	
.terms_condition{
	width: 100%;
	margin: 0 auto;
	}
.terms_conditions a{
	color:#43bbda;
	}
.terms_conditions .sub_title {
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	color:#525252;
	text-align: left;
	font-weight:600;
	padding:0 0 1% 0;
	text-transform:uppercase;
	}
.terms_conditions p{
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #525252;
	text-align: left;
	font-weight:400;
	line-height:26px;
	padding:0% 0% 1%;	
	}
.terms_conditions .points_list{
	width: 100%;
	padding:0% 0% 2% 0%;
	}
.terms_conditions .points_list ul{
	padding:0 0 0 15px;
	margin: 0;
	}
/*.terms_conditions .points_list ul li::before {
	content: url(../images/dot.png);
	margin-right: 5px;
	}*/
.terms_conditions .points_list ul li{
	padding:0 15px 10px 0px;
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #525252;
	text-align: left;
	font-weight:400;
	line-height: 26px;
	list-style-type: disc;
	}

/*footer*/
.footer {
    background:#1f1f1f;
    padding:1% 5%;
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    margin: 0 auto;
    text-align: center;
}
.footer ul{
	 margin: 0 auto;
    text-align: center;
}
.footer ul li {
    text-align: left;
    text-decoration: none;
	color: #fff;
    font-size:14px;
	font-weight:300;
	display: inline-block;
	padding-right: 2%;
}
.footer ul li a::before {
	content: url(../images/dot.png);
	color:#43bbda;
}
.footer ul li a {
    color: #fff;
    font-size:14px;
    text-align: left;
    text-decoration: none;
	line-height:27px;
	font-weight:300;
	transition: all 300ms ease 0s;
	list-style: disc;
}
.footer ul li a:hover {
	color:#43bbda;
}
.footer ul li a.active {
	color:#43bbda;
}
.footer p {
    color: #fff;
    font-size:14px;
    list-style: outside none none;
    text-align: left;
    text-decoration: none;
	line-height:27px;
	text-transform: uppercase;
	font-weight:300;
}
.footer_btm {
	font-family: 'PT Sans', sans-serif;
	background: #000;
	padding:1% 5%;
}
.footer_btm .copyright {
	color: #b7b6b6;
	font-size: 13px;
	line-height: 22px;
	text-align:center;
	font-weight:400;
	padding:2% 0 0;
}
.footer_btm .copyright a{
	color: #b7b6b6!important;
	transition: all 300ms ease 0s;
}
.footer_btm .copyright a:hover{
	color:#43bbda!important;
}
.footer_btm .note {
	color:#fff;
	font-size: 15px;
	line-height: 22px;
	text-align:center;
	font-weight: 400;
	padding:0.5% 0;
}
.footer_btm .note a{
	color: #fff;
	transition: all 300ms ease 0s;
}
.footer_btm .note a:hover{
	color: #43bbda;
}
.footer_btm .note .companyname{
	color:#43bbda;
	display: block;
	padding-bottom: 5px;
}
.footer_btm .note .companyadd{
	color:#fff;
	display: block;
	padding-bottom: 5px;
}
.footer_btm .note .companycon{
	color:#fff;
	display: block;
}
.footer_btm .note .companycon span{
	color: #cacaca;
}
.scrollToTop {
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom:25px;
    right: 23px;
    display: none;
    width: 80px;
    padding: 13px;
    z-index: 9;
}


   /* #modal_one .Box_Inner {
    width: 50%;
}

#modal_two .Box_Inner {
    width: 55%;
}*/


 #modal_one .Box_Inner {
    width: 45% !important;
}

#modal_two .Box_Inner {
    width: 65%;
}



@media only screen and (max-width:667px) {
    
  /*  
    #modal_one .Box_Inner {
    width: 60%;
}
    #modal_two .Box_Inner {
    width: 85%;
}
    */
    
    
      
    #modal_one .Box_Inner {
    width: 65%;
}
    #modal_two .Box_Inner {
    width: 90%;
}
    
    
    
    
}


