/*-------------------------------------
    
	Author: Ra Theme 
	Copyright © 2018
	
---------------------------------------
    
    CSS INDEX
    ===================
	
    1. BODY
	2. CUSTOM CSS
	3. PRELOADER
	4. top_shape_wrapper
	5. slider_Wrapper
	5. btc_team_main_wrapper
	6. about_wrappper
	7. port_menu_wrapper
	8. counter_section
	9. event_wrapper
	10. footer_wrapper
---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
body, html {
	font-family: 'Lato';
	font-size: 16px;
	line-height: 26px;
	color: #797979;
	width:100%;
	background:#fff;
	overflow-x:hidden;
	
}
a {
	color: #797979;
	text-decoration: none;
		-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover, a:focus {
	color: #797979;
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Raleway';
	line-height: 1.1;
	font-weight:400;
	color: #111111;
	margin:0;
	padding:0;
}
p{
	margin:0;
}
input, select, button, textarea {
	outline: none;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
	box-shadow:none;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}

/*-- Preloader css start --*/
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img {
}
#return-to-top {
   position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    top: -23px;
    background: #347bdd;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}
#return-to-top i:before {
    color: #fff;
    margin: 0;
    position: relative;
    left: 17px;
    top: 13px;
	font-size:16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i:before {
    color: #fff;
    top: 10px;
	  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*-- try top banner main wrapper Start --*/
.top_shape_wrapper{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	padding-top:15px;
}
.mobile-menu-area{
	float:left;
	width:100%;
	height:8px;
}
.main-header{
	float:left;
	width:100%;
	background:rgba(255, 255, 255, 0.55);
	z-index:100;
}
.serach-header {
   float:right;

   z-index:1;
}
.serach-header .searchd {
    background: transparent;
    line-height: 50px;
    height: 50px;
    border: 0;
}
 .serach-header .searchd i {
    color: #29abff;
    font-size: 16px;
    border: 0 !important;
}
.searchd{
	background: transparent;
    float: left;
    height: 45px;
    font-size: 17px;
    border: 0;
    color: #111;
	    padding-right: 25px;
}
.serach-header .searchbox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11000;
}
 .serach-header .searchbox .close {
    background-color: transparent;
    box-shadow: none;
    color: #347bdd;
    font-size: 40px;
    font-weight: bold;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 20px;
    top: 15px;
    text-shadow: none;
}
 .serach-header .searchbox form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #347bdd;
    font-size: 28px;
    font-weight: lighter;
    left: 0;
	 right: 0;
    margin: 0px auto;
    outline: medium none;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 30px;
    position: absolute;
    top: 45%;
    width: 36%;
    line-height: 60px;
}
 .serach-header .searchbox form button {
    display: inline-block;
    line-height: 60px;
    height: 60px;
    left: 64%;
    position: absolute;
    top: 49%;
    transform: translate(0%, -55%);
    background: transparent;
    color: #347bdd;
    border: 0;
    font-size: 20px;
}

 .serach-header .searchbox.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.serach-header .searchbox form::-webkit-input-placeholder {
    color: rgba(219, 187, 10, 0.6);
}
.serach-header .searchbox form:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(219, 187, 10, 0.6);
}
.serach-header .searchbox form::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(219, 187, 10, 0.6);
}
.serach-header .searchbox form:-ms-input-placeholder {
    color: rgba(219, 187, 10, 0.6);
}
.s{
	float:left;
	width:100%;
	margin-top:30px;
}
.main-menu{
	position:relative;
	float:left;
    width: 100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}
.main-menu .navigation{
	position:relative;
	    float: right;
}
.main-menu .navigation > li{
	position:relative;
	float:left;
	margin:0px 0px 0px 30px;
}
.width_calc{
	float:left;
	width:100%;
}
.main-box{
	margin-right:-11px;
}
.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:16px;
	line-height:25px;
	color:#444444;
	opacity:1;
	padding:30px 0px;
	text-transform:capitalize;
	font-weight:500;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:240px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:2px solid #fa4e4b;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:100%;	
}
.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.15);
}
.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}
.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:22px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	color:#222222;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.main-menu .navigation > li > ul > li:hover > a{
	background:#4a5064;
	color:#ffffff;	

}
.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}
.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	border-top:2px solid #fa4e4b;
	background:#ffffff;
	margin-top: -2px;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.15);
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}
.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:22px;
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background:#4a5064;
	color:#ffffff;
}
.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:18px;
	line-height:28px;
	color:#4a5064;
	background:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}
.main-header.fixed-header .main-menu .navigation > li > a{
	color: #4a5064;
}
.main-header.fixed-header .main-menu .navigation > li.current > a,
.main-header.fixed-header .main-menu .navigation > li > a:hover{
	color: #fa4e4b;
}
.header_login{
	font-weight:500;
}
.header_login i{
	color:#347bdd;
	margin-right:8px;
}
/*********---------sidebar menu---------*****************/
.prs_slidebar_wrapper{
	float:right;
}
.prs_slidebar_wrapper button{
	border:0;
	height:45px;
	margin-left:13px;
	padding:0;
	background:transparent;
	line-height:0;
	    color: #fff;
    font-size: 28px;
	    position: relative;
}
#mobile-nav {
    position: fixed;
    top: 0;
	height:100%;
    right: -50%;
    width: 30%;
    z-index: 999;
    overflow-y: scroll;
	background:rgba(0, 0, 0, 0.85);
    transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -webkit-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -moz-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -o-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    overflow-x: hidden;
}
body.active #mobile-nav {
    right: 0 !important;
}
.mobile-nav-box {
    padding: 50px 30px;
    height: 100%;
    width: 100%;
    position: relative;
}
.mobile-logo {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 50;
}
.mobile-logo .manu-close {
    margin-left: auto;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.mobile-logo .manu-close i {
    font-size: 24px;
}
.mobile-logo .manu-close:hover {
    color: #347bdd;
}
.mobile-main-logo {
    width: 200px;
    padding-left: 25px;
}
.mobile-main-logo img {
    width: 100%;
}
.mobile-list-nav {
    padding: 100px 0;
    position: relative;
    z-index: 90;
	float:left !important;;
    padding-left: 25px;
}
.mobile-list-nav > li {
    padding: 15px 0 !important;
	float:none !important;
	width:100% !important;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.mobile-list-nav > li > a {
    font-size: 16px;
    color: #fff;
    position: relative;
	text-transform:uppercase;
    font-weight: bold;
    display: inline-block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.mobile-list-nav > li > a.dropdownlink::after {
    position: absolute;
    top: 2px;
    right: -10px;
    content: '\f078';
    width: 5px;
    height: 10px;
    font-family: FontAwesome;
}
.mobile-list-nav > li:hover > a {
    color: #2ab263;
    transform: scale(1.1);
    transform: translateX(8px) scale(1.1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.right_sidebar{
	float:right;
	width:180px;
	padding-top:25px;
	padding-bottom:20px;
}
.right_sidebar ul{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	    margin-top: 3px;
}
.right_sidebar ul li{
	display:inline-block;
	float:left;
}
.right_sidebar li a{
    float: left;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #347bdd;
    border: 1px solid #347bdd;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.right_sidebar li a:hover {
    background: transparent;
    border: 1px solid #347bdd;
    color: #347bdd;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mobile-list-nav {
	width:100%;
    padding: 60px 0 !important;
    position: relative !important;
    z-index: 90 !important;
    padding-left: 25px !important;
}
.lr_footer_first_heading_cont{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	padding-top:30%;
	padding-left:20px;
}
.social_links_wrapper_left a{
	color:#111;
	font-weight:500;
	font-size:16px;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.social_links_wrapper_left a i{
	margin-right:6px;
	color:#444;
}
.social_links_wrapper_left a:hover{
	color:#347bdd;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lr_footer_first_heading_cont ul{
	float:left;
}
.lr_footer_first_heading_cont li{
	float:left;
	margin-right:10px;
}
.lr_footer_first_heading_cont li a{
	float:left;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background: rgba(113, 113, 113, 0.52);
    color: #ffffff;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lr_footer_first_heading_cont li a:hover{
	background:#2ab263;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.topbar {
    background: #efefef;
   float:left;
   width:100%;
}
.social_links_wrapper_left{
	float:left;
	width:50%;
	 line-height: 50px;
}
.social_links_wrapper {
    width: 50%;
    float: right;
    line-height: 50px;
}
.header_login{
	float:right;
	padding-left:12px;
}
.header_login a{
	font-size:18px;
	text-transform:capitalize;
	color:#111111;
	font-weight:600;
}
.inner_top_header {
	float: left;
    width: 100%;
	position:relative;
}
.header_login a:hover{
	color:#2ab263;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.social_links {
    float: right;
}
.social_links ul li {
    float: left;
    margin-right: 17px;
}
.social_links ul li i{
	font-size:17px;
	color:#111;
}
.social_links ul li i:hover{
	color:#2ab263;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
nav ul li:last-child > ul {
    right: 0 !important;
	width:320px !important;
	padding:0 15px 0 15px;
}

.transparent-menu {
	float:left;
	width:100%;
	padding-left:25px;
	padding-right:25px;
    background: #030204;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.logo {
    display: inline-block;
    vertical-align: middle;
	position:relative
}
.float-right {
    float: right;
}
.search_div {
    z-index: 100;
}
.mean-container {
    position: relative;
}
.search_response {
    top: 2px;
}
/*topbar*/
#dropdownMenuLink i{
	margin-left:7px;
}
.dropdown-menu{
	margin:0;
	padding:0;
	border:0; 
    border-radius: 0px; 
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.1); 
}
.dropdown-menu .dropdown-item{
	float:left;
	width:100%;
	padding-left:15px;
	border-bottom:1px solid #e0e0e0;
}
.dropdown-menu .dropdown-item img{
	margin-right:5px;
}
.bt_main_menu_wrapper {
    float: left;
    width: 100%;
    background: transparent;
}
.mobail_menu_main {
    float: none;
    width: 100%;
}
.GC_slider_Wrappwer{
	float:left;
	width:100%;
}
/*-- port top banner main wrapper Start --*/
.port_top_banner_main_wrapper{
	background:url('../images/banner_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	float:left;
	width:100%;
	height:100%;
	position:relative;
	    margin-top: -111px;
		padding-bottom:100px;
}
.port_top_banner_img_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(255, 255, 255, 0.82);
}
.port_top_slider_main_Wrapper{
	float:left;
	width:100%;
	margin-top:190px;
}
.port_slider_left_section_wrapper{
	float:left;
	width:450px;
	background:#ffffff;
	min-height:650px;
}
.port_slider_left_section_wrapper img{
	position:relative;
}
.port_slider_right_section_wrapper{
	float:left;
	width:calc(100% - 450px);
	background:#347bdd;
	min-height:650px;
	    padding-left: 80px;
    padding-top: 100px;
}
.slider-area .carousel-inner .item .caption-1 {
  width:100%;
  height:100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/coffee/header/banner_bg2.jpg) 50% 0 repeat-y;
  position: relative;
  min-height:850px;
}
.slider-area .carousel-inner .item .caption-2 {
width:100%;
  height:100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/coffee/header/banner_bg1.jpg) 50% 0 repeat-y;
  position: relative;
  min-height:850px;
}
.slider-area .carousel-inner .item .caption-3 {
width:100%;
  height:100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/coffee/header/banner_bg3.jpg) 50% 0 repeat-y;
  position: relative;
  min-height:850px;
}
.slider-area .carousel-inner .item .carousel-captions:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.slider-area .carousel-inner .item .carousel-captions .content {
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding-top:250px;
  padding-bottom:250px;
}
.slider-area .carousel-inner .item .carousel-captions .content_tabs{
	display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding-top:140px;
}

.slider-area .carousel-inner .item .carousel-captions .content li{
	animation-delay: 3.2s;
}
.slider-area .carousel-inner .carousel-indicators {
  position: absolute;
  list-style: none;
  z-index: 9;
  width: auto;
  bottom:50px;
  left: 62%;
  border: 4px solid #fff;
}
.slider-area .carousel-inner .carousel-indicators li {
  text-indent: 0;
  height: 100px;
  float:left;
  line-height: 50px;
  background-color: transparent;
  display: block;
  border: none;
  border-radius: 0;
  width: 200px;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  color: #fff;
}
.slider-area .carousel-inner .carousel-indicators li:nth-child(2){
	border-left:4px solid #ffffff;
	border-right:4px solid #ffffff;
}
.slider-area .carousel-inner .carousel-indicators li img{
	width:100%;
	z-index:-1;
	position:relative;
}
.slider-area .carousel-inner .carousel-indicators li.active{
  background: rgba(163, 102, 55, 0.47);
  border:4px solid #a36637;
}
.slider-area .carousel-inner .carousel-indicators li:first-child {
  margin-top: 0;
}
.carousel-nevigation{
	position:absolute;
	top:50%;
	float:left;
	width:100%;	
}
.carousel-nevigation > .prev{
	left:-138px;
	position:absolute;
	width:90px;
	height:90px;
	background:#a3663d;
	text-align:center;
	line-height:90px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation > .next{
	right:-138px;
	position:absolute;
	width:90px;
	height:90px;
	background:#a3663d;
	text-align:center;
	line-height:90px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.slider-area:hover .carousel-nevigation > .prev{
	left:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.slider-area:hover .carousel-nevigation > .next{
	right:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation > .prev i:before{
	color:#ffffff;
	font-size:35px;
	margin-left:0;
}
.carousel-nevigation > .next i:before{
	color:#ffffff;
	font-size:35px;
	margin-left:0;
}
.lr_thumbs_slide{
	float:left;
	width:100%;
	text-align:center;
}
.lr_banner_content_inner_wrapper{
	float:left;
	width:100%;
}
.lr_banner_content_inner_wrapper h2{
	font-size:30px;
	color:#ffffff;
	animation-delay: 1.5s;
	font-weight:900;
}
.lr_banner_content_inner_wrapper h3{
	font-size:90px;
	color:#ffffff;
	font-weight:900;
	margin-top:20px;
	position:relative;
	animation-delay: 2.1s;
}
.lr_banner_content_inner_wrapper h3 span{
	color:#111111;
}
.lr_banner_content_inner_wrapper p{
	font-size:36px;
	color:#ffffff;
	font-weight:600;
	    line-height: 41px;
		animation-delay: 2.5s;
		padding-top:20px;
}
.lr_banner_content_inner_wrapper a{
	margin-top:40px;
	animation-delay: 2.8s;
	    float: left;
    width: 125px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #347bdd;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 2px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.port_slider_right_section_wrapper .carousel-indicators li{
	display:block;
	margin-top:8px;
}
.port_slider_right_section_wrapper .carousel-indicators{
	    right: 25px;
    left: auto;
    width: auto;
    top: 58%;
}
.lr_banner_content_inner_wrapper a:hover{
	color:#ffffff;
	background: transparent;
    border: 1px solid #ffffff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/*-- port top banner main wrapper End --*/
/*-- port About main wrapper Start --*/
.port_about_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.port_about_left_img{
	float:left;
	width:100%;
}
.port_about_right_wrapper{
	float:left;
	width:100%;
	    padding-top: 30px;
}
.port_about_right_wrapper h2{
	font-size:30px;
	color:#111111;
	font-weight:800;
	position:relative;
}
.port_about_right_wrapper h3{
	font-size:22px;
	color:#111111;
	font-weight:600;
	padding-top:60px;
}
.port_about_right_wrapper h2:after{
	content:'';
	position:absolute;
	left:0;
	bottom:-15px;
	border:1px solid #347bdd;
	width:70px;
}
.port_about_right_wrapper p{
	padding-top:20px;
}
.port_about_right_progress_wrapper{
	float:left;
	width:100%;
	padding-top:40px;
}
.progressOne .progress-item {
	position: relative;
}

.progressOne .progress-title {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 5px;
	padding-bottom: 8px;
	color:##111111;
}
.progressOne .progress {
	height: 5px;
	box-shadow: none;
	border-radius: 0px;
}
.progressOne .progress-bar {
	background-color: #347bdd;
	box-shadow: none;
	text-align: right;
}
.progressOne .progress-percent {
	font-size: 10px;
	background-color: #347bdd;
	position: absolute;  
	top: 5px;
	padding: 0 8px;
	border-radius: 3px;
}
.progressOne .progress-percent::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -4px;
	border-top: 6px solid #347bdd;
	border-right: 8px solid transparent;
}
.port_about_right_progress_wrapper ul{
	margin-top:40px;	
}
.port_about_right_progress_wrapper li{
	float:left;
	margin-right:20px;
	margin-top:20px;
}
.port_about_right_progress_wrapper li:first-child a{
	    float: left;
    width: 170px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    background: #347bdd;
    border: 1px solid #347bdd;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.port_about_right_progress_wrapper li:first-child a:hover{
	    background: transparent;
    border: 1px solid #347bdd;
    color: #347bdd;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.port_about_right_progress_wrapper li:last-child a{
	    float: left;
    width: 170px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    background: transparent;
    border: 1px solid #347bdd;
    color: #347bdd;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.port_about_right_progress_wrapper li:last-child a:hover{
	    background: #347bdd;
    border: 1px solid #347bdd;
    color: #ffffff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/*progressOne end*/
/*-- port About main wrapper End --*/
/*-- bus counter Wrapper Start --*/
.bus_counto_main_wrapper{
	float:left;
	width:100%;
	background:url('../images/counter_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-bottom:100px;
	text-align:center;
}
.bus_counto_img_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(6, 6, 16, 0.9);
}
.con{
	width:120px;
	height:120px;
	text-align:center;
	line-height:120px;
	display:inline-block;
	color:#fff;
	font-size:30px;
	position:relative;
	margin-top:60px;
}
.con_right_border:after{
	    content: '';
    border: 1px solid #347bdd;
    width: 60px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    bottom: -5px;

}
.con i:before{
	margin-left:0;
	font-size:50px;
}
.count-description {
	margin-top:40px;
}
.count-description span{
	font-size:46px;
	color: #3f8fff;
	margin-top:50px;
	font-weight:900;
}
.con1, .con2, .con3, .con4{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color:#fff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.count-description h5{
	margin-top:20px;
}
/*-- bus counter Wrapper End --*/
/*-- bus experience Wrapper Start --*/
.port_experience_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.port_exper_heading_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:60px;
}
.port_exper_heading_wrapper h2{
	font-size:30px;
	color:#111111;
	font-weight:800;
	position:relative;
	text-transform:uppercase;
}
.port_exper_heading_wrapper p{
	padding-top:30px;
}
.port_exper_heading_wrapper h2:after{
	    content: '';
    position: absolute;
    left: 0;
    right: 0;
	margin:0px auto;
    bottom: -15px;
    border: 1px solid #347bdd;
    width: 70px;
}
.experience-Section-title{
	position:relative;
	text-align:center;
	margin-bottom: 60px;
}
.experience-Section-title i{
	display:inline-block;
	width:100%;
	font-size: 40px;
    font-weight: 700;
	color: #ce5050;
}
.experience-Section-title span {
	color:#fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}
.experience-section p {
	color:#797979;
}

.experience-left,.experience-right{
	 float:left;
	 width:100%;
}
.experience-left{
	padding: 20px 40px 0px 0px;
	border-right: 2px solid rgba(240, 240, 240, 0.3);
	text-align:right;
}
.experience-right{
	 padding: 20px 0px 0px 30px;
}
.experience-item-area {
	float:left;
	width:100%;
	color:#fff;
}
.experience-item-area .experience-item h2 {
	font-size: 16px;
    position: relative;
	text-transform: uppercase;
	margin-bottom:20px;
    padding: 10px 0px 0px;
	color:#111111;
}
.experience-item-area .experience-item h2 span{
    margin-bottom: 10px;
    display: inline-block;
	font-size: 24px;
	color:#111111;
}
.experience-item-area .experience-right .experience-item h2:before {
    left: 0px;
    right: inherit;
}
.experience-item-area .experience-item h2:before{
	content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    top: 0px;
    right: 0px;
    background: #347bdd;
}
.experience-item-area .experience-item:last-child {
  margin-bottom: 0px;
}
.experience-item-area .experience-item .post-mate {
  margin: 20px 0px;
}
.experience-item-area .experience-item .post-mate li span.current {
  color: #ffffff;
  padding: 5px 10px;
}
.experience-item-area .experience-item a {
  margin-top: 25px;
  color:#347bdd;
  font-style: italic;
}
.experience-item-area  .experience-item{
    position: relative;
    margin-bottom: 80px;
}
.experience-item-area .experience-item:before {
    top: -3px;
    right: -54px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 3px solid red;
    background-color: transparent;
}
.experience-left .experience-item:after {
    top: 4px;
    right: -47px;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: red;
}
.experience-left .experience-item:before, .experience-left .experience-item:after {
    content: '';
    position: absolute;
}
.experience-item.exp1:before {
    border-color: #46e29a;
}
.experience-item.exp1:before { border-color: #347bdd; }
.experience-item.exp1:after { background-color: #347bdd; }

.experience-item.exp2:before { border-color: #347bdd; }
.experience-item.exp2:after { background-color: #347bdd; }

.experience-item.exp3:before { border-color: #347bdd; }
.experience-item.exp3:after { background-color: #347bdd; }

/*-- bus experience Wrapper End --*/
.vedio_wrapper {
    background: url(../images/vedio.jpg) 50% 0 repeat-y;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 90px;
    padding-top: 100px;
}
.news_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(6, 6, 16, 0.9);
}
.res_btn, .ved_cntnt{
	float:left;
	width:100%;
	text-align:center;
}
.ved_cntnt h2{
	font-size:17px;
	color:#fff;
	float:left;
	width:100%;
	text-transform:uppercase;
	margin-top:40px;
}
.res_btn{
	margin-top:40px;
}
.ved_cntnt h3 a{
	font-size:34px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	padding:0;
}
.disc_btn ul{
	display:inline-block;
}
.disc_btn li a{
	    float: left;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #347bdd;
    border: 1px solid #347bdd;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.disc_btn li a:hover{
	    background: transparent;
    border: 1px solid #347bdd;
    color: #347bdd;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#filter{
	position:relative;
	display:inline-block;
	height:50px;
	border:2px solid #347bdd;
	background:#ffffff;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
#filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
	color:#000000;
	font-weight:600;
	letter-spacing:1px;
	background:transparent;
    padding: 5px 10px;
    margin-right: 10px;
	position:relative;
	z-index:1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li{
	position:relative;
}
.my_filter_tabs .active{
	position:relative;
}
#filter li a:last-child{
    margin-right: 0px;
}
.three-column{
	margin-top:25px;
}
.III_column{
	margin-top:30px;
}
.list-inline > li{
	padding: 0;
	float:left;
}
#filter li a{
	padding: 10px 50px;	
}
.prs_gallery_btn_wrapper ul{
	margin-top:60px;
}
.filter_slider{
  display: inline-block;
    height: 50px;
    border-radius: 3px;
    background-color: #347bdd;
    position: absolute;
    z-index: 1;
    bottom: -48px;
    transition: all .4s linear;
    border-radius: 50px;;
}
#filter li .active{
	color:#ffffff !important;
}
.lr_element_tabs_main_wrapper .nav-tabs .active a {
    background-color: transparent!important;
    border: none!important;
    color: #ffffff!important;
    position: relative;
    z-index: 10000;
}
.prs_ms_scene_slider_img img{
	width:100% !important;
}
.prs_ms_scene_img_overlay img{
	width:auto!important;
}
.gallery-area .gallery-nav ul {
  display: block;
  margin: 0 0 60px;
}
.gallery-area .gallery-nav ul li {
  cursor: pointer;
  color: #111;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  background: #fff;
  border-radius: 5px;
  line-height: 40px;
  padding: 0 15px;
  transition: all 0.3s;
}
.gallery-area .gallery-nav ul li.active {
  background: #009146;
  color: #fff;
}
.gallery-area .gallery-nav ul li.active:hover {
  color: #fff;
}
.gallery-area .gallery-nav ul li:hover {
  color: #009146;
}
.gallery-area .gallery figure {
  position: relative;
  margin: 0 0 30px !important;
}
.gallery-area .gallery figure:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.gallery-area .gallery figure a img {
  width: 100%;
  display: block;
}
.gallery-area .gallery figure a span {
  position: absolute;
  z-index: 999;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: rgba(0, 145, 70, 0.8);
  transition: all 0.3s;
  opacity: 0;
}
.gallery-area .gallery figure a span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  margin: auto;
  background: #fff;
}
.gallery-area .gallery figure a span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 50px;
  width: 2px;
  margin: auto;
  background: #fff;
}
.gallery-area .gallery figure:hover a span {
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 10%;
  opacity: 1;
}
.prs_ms_scene_img_overlay:after{
	content:'';
	position:absolute;
	top:200px;
	bottom:200px;
	right:200px;
	left:200px;
	background:#2ab263;
	opacity:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border-radius: 5px;
}
.gc_filter_cont_overlay_wrapper{
	position:relative;
}
.gc_filter_cont_overlay_wrapper:hover .prs_ms_scene_img_overlay:after{
	content:'';
	position:absolute;
	    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
	background: rgb(52 123 221 / .78);
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.gc_filter_cont_overlay_wrapper img{
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.prs_ms_scene_img_overlay a{
	display:inline-block;
	line-height:40px;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	top:42%;
	font-size:14px;
	z-index:10;
	opacity:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_ms_scene_img_overlay a i:before{
	margin-left:0;
	color:#ffffff;
}
.gc_filter_cont_overlay_wrapper:hover .prs_ms_scene_img_overlay a{
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_ms_scene_img_overlay ul{
	display:inline-block;
	    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 40%;
}
.lr_es_timer_main_wrapper .list-inline > li{
	float:none;
}
.buss_btn_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.buss_btn_wrapper ul{
	display:inline-block;
}
.buss_btn_wrapper li a{
	    margin-top: 60px;
    float: left;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #347bdd;
    border: 1px solid #347bdd;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.buss_btn_wrapper li a:hover {
    background: transparent;
    border: 1px solid #347bdd;
    color: #347bdd;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/*-- bus Gallery Wrapper Start --*/
.my_filter_tabs .active a {
    color: #ffffff;
}
.port_gallery_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
/*-- bus Gallery Wrapper end --*/
/*-- bus Form Wrapper Start --*/
.location_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#fbfbfb;
}
.abt_heading_wrapper h1, .abt_heading_wrapper h1{
	font-size:30px;
	color:#111111;
	font-weight:800;
	position:relative;
	text-transform:uppercase;
}
.abt_heading_wrapper h1:after, .abt_heading_wrapper h1:after{
	    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    border: 1px solid #347bdd;
    width: 70px;
}
.abt_heading_wrapper p{
	    padding-top: 30px;
}
#map{
    float: left;
	width:100%;
    height: 480px !important;
}
.uy{
	margin-top:0;
	padding-bottom:40px;
}
.dfgr{
	padding-bottom:30px;
	margin-top:0;
}
.response{
	color:#111;
	float:right;
}
.contect_form1 input{
	width:100%;
	height:50px;
	padding-left:20px;
	margin-bottom:22px;
	color:#444;
	border:0;
	    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	background:#ececec;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form3 input{
	width:100%;
	height:50px;
	padding-left:30px;
	background:#ececec;
	color:#444;
	border:0;
	    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form3{
	width:100%;
}
.contect_form3 i{
	margin-left:-30px;
	color:#777;
}
.booking_box ::placeholder {
    color: #7bddc7;
    opacity: 1; /* Firefox */
}

.booking_box :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #7bddc7;
}

.booking_box ::-ms-input-placeholder { /* Microsoft Edge */
   color: #7bddc7;
}
.contect_form4 textarea{
	width:100%;
	padding-left:20px;
	padding-top:15px;
	color:#444;
	background:#ececec;
	border:0;
	    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	resize:none;
} 
.contect_btn button{
	padding:0;
	list-style:none;
	margin-top:40px;
	float:left;
}
.contect_btn button{
	width:160px;
	height:40px;
	float:left;
	color:#fff;
	background:#347bdd;
	text-align:center;
	line-height:30px;
	border-radius:50px;
	font-size:16px;
	font-weight:500;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid transparent;
}
.contect_btn button:hover{
	background:transparent;
	border:2px solid #347bdd;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#347bdd;
}
/*-- bus Form Wrapper end --*/
/*-- jp footer Wrapper Start --*/
.jp_footer_logo_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:50px;
	border-bottom:1px solid rgba(255, 255, 255, 0.17);
	position:relative;
}
.jp_footer_logo_wrapper:after{
	    content: '';
    position: absolute;
    left: 0;
	right:0;
	margin:0px auto;
    bottom: -1px;
    border: 1px solid #347bdd;
    width: 50px;
}
.jp_footer_three_sec_main_wrapper{
	float:left;
	width:100%;
	padding-top:80px;
}
.jp_footer_main_wrapper{
	float:left;
	width:100%;
	padding-top:50px;
	background:#000000;
}
.jp_footer_logo{
	display:inline-block;
}
.jp_footer_first_cont h2{
	font-size:20px;
	color:#ffffff;
	text-transform:capitalize;
	position:relative;
}
.jp_footer_first_cont h2:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    border: 1px solid #347bdd;
    width: 50px;
}
.jp_footer_first_cont p{
	padding-top:60px;
	color:#ffffffd9;
}
.jp_footer_first_cont ul{
	margin-top: 20px;
}
.jp_footer_first_cont li a{
	font-size:14px;
	font-weight:bold;
	color:#2ab263;
	text-transform:uppercase;
}
.jp_footer_candidate h2{
	font-size:20px;
	color:#ffffff;
	text-transform:capitalize;
	position:relative;
}
.jp_footer_candidate h2:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    border: 1px solid #347bdd;
    width: 50px;
}
.jp_footer_candidate ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	margin-top:55px;
}
.jp_footer_candidate ul li{
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px 0px 15px 0px;
}
.jp_footer_candidate ul li a{
	float:left;
	width:auto;
	text-transform:capitalize;
	font-size: 16px;
	color:#ffffffd9;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.jp_footer_candidate ul li a i{
	padding-right: 10px;
    color: #347bdd;
    font-size: 8px;
    position: relative;
    top: -2px;
}
.jp_footer_candidate ul li a:hover{
	color:#347bdd;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.jp_bottom_footer_Wrapper{
	float:left;
	width:100%;
	border-top:1px solid rgba(255, 255, 255, 0.17);
	    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
	text-align:center;
}
.jp_bottom_footer_left_cont p{
	color:#ffffff8c;
	margin-top: 12px;
}
.jp_footer_first_cont ul{
	float:left;
}
.jp_footer_first_cont li{
	float:left;
	margin-right:10px;
}
.jp_footer_first_cont li a{
	float:left;
	width:35px;
	height:35px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	background:transparent;
	border:1px solid rgba(255, 255, 255, 0.5490196078431373);	
	text-align:center;
	line-height:35px;
	color:rgba(255, 255, 255, 0.5490196078431373);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.jp_footer_first_cont li a:hover{
	background:#2ab263; 
	border:1px solid #2ab263;
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.jp_bottom_footer_left_cont{
	position:relative;
}
.jp_footer_first_cont span, .jp_footer_candidate span{
	position:relative;
	    margin-top: 3px;
    float: left;
}
.jp_footer_first_cont span:after, .jp_footer_candidate span:after{
	content:'';
	border:1px solid #2ab263;
	width:60px;
	position:absolute;
	    top: 15px;
    left: 45px;
}
/*-- jp footer Wrapper End --*/
/************************----------------- ABOUT CSS START ----------------**************/
/*-- prs title wrapper Start --*/
.prs_title_main_sec_wrapper{
	background:url('../images/title_bg.jpg') 50% 0 repeat-y;
	background-repeat:no-repeat;
	background-position:center 0;
	background-size:cover;
	width:100%;
	height:100%;
	float:left;
	position:relative;
	padding-top:75px;
	text-align:center;
}
.prs_title_img_overlay{
	position:absolute;
	left:0%;
	right:0%;
	top:0%;
	bottom:0%;
	background:rgba(0,0,0,0.8);
}
.prs_title_heading_wrapper{
	float:left;
	width:100%;
}
.prs_title_heading_wrapper h2{
	font-size:36px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
}
.prs_title_heading_wrapper ul{
	display:inline-block;
	background:rgba(255, 255, 255, 0.13);
	padding:10px 30px;
	margin-top:40px;
	position: relative;
    top: 4px;
}
.prs_title_heading_wrapper li{
	float:left;
	color:#347bdd;
}
.prs_title_heading_wrapper li a{
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s; 
}
.prs_title_heading_wrapper li a:hover{
	color:#347bdd;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s; 
}
.port_team_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.port_exper_heading_wrapper_team{
	padding-bottom:0;
}
.et_ser_elect_main_wrapper{
	overflow:hidden;
	margin-top:80px;
}
.et_ser_elect_img_wrapper{
	position: relative;
}
.et_ser_elect_cont_wrapper{
	display:inline-block;
	background:#f7f7f7;
	float:left;
	width:100%;
	padding-bottom:20px;
	position: relative;
    top: 81px;
	margin-top: -80px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_ser_elect_main_wrapper:hover .et_ser_elect_cont_wrapper{
	position:relative;
	top:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_ser_elect_cont_wrapper h2 {
	padding-top:20px;
}
.et_ser_elect_cont_wrapper h2 a{
	font-size:20px;
	color: #111111;
    font-weight: 600;
}
.et_ser_elect_cont_wrapper p{
	color:#347bdd;
}
.et_ser_elect_cont_wrapper ul{
	display:inline-block;
}
.et_ser_elect_cont_wrapper li{
	float:left;
	margin-left:15px;
}
.et_ser_elect_cont_wrapper li:first-child{
	margin-left:0;
}
.et_ser_elect_cont_wrapper li a{
	float:left;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	-webkit-border-radius:100%;
    -moz-border-radius: 100%;
	border-radius:100%;
	background:transparent;
	border:1px solid #e5e5e5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_ser_elect_cont_wrapper li:hover a{
	border:1px solid transparent;
	background:#347bdd;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.image {
  display: block;
  width: auto;
  height: auto;
}

.et_ser_overlay {
  position: absolute;
  top: -275px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: black;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.et_ser_elect_main_wrapper:hover .et_ser_overlay {
  opacity: 0.4;
  top:0;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.et_ser_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.port_partners_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#fbfbfb;
}
.pn_slider_wraper .owl-theme .owl-nav{
	display:none;
}
.pn_slider_wraper .owl-theme .owl-dots{
	display:none;
}
.pn_img_wrapper img {
    width: auto !important;
    display: inline-block !important;
}
.pn_img_wrapper {
    margin-top: 60px;
}
.btc_contact_tittle_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
}
.btc_contact_tittle_box_wrapper{
	float:left;
	width:100%;
	display:inline-block;
}
.btc_contact_tittle_contant_wrapper{
	float:left;
	width:100%;
}
.btc_contact_tittle_contant_wrapper h2{
	font-size:20px;
	font-weight:bold;
	color:#000000;
	padding-top:30px;
}
.btc_contact_tittle_contant_wrapper p{
	margin:0;
	padding-top:30px;
}
.btc_contact_tittle_contant_wrapper p a{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_tittle_contant_wrapper p a:hover{
	color:#347bdd;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_step_hover_effect i{
	width:125px;
	height:125px;
	background:#f9f9f9;
	position:relative;
	color:#347bdd;
	text-align:center;
	line-height:125px;
	display:inline-block;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_step_hover_effect i:before{
	font-size:45px;
	margin-left:0;
	color:#347bdd;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_step_icon_cont_wrapper{
	float:left;
	width:100%;
	padding-top:30px;
	display:inline-block;
}
.btc_step_icon_cont_wrapper h2{
	padding-bottom:30px;
}
.btc_step_icon_cont_wrapper h2 a{
	font-size:20px;
	color:#000000;
	font-weight:bold;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_step_icon_cont_wrapper h2 a:hover{
	color:#ff880e;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_step_icon_cont_wrapper p{
	padding-bottom:20px;
}
.btc_step_icon_cont_wrapper h4 a{
	font-size:16px;
	font-weight:bold;
	color:#ff880e;
	text-transform:uppercase;
	margin-top:20px;
	font-family: 'Lato', sans-serif;
}
.btc_step_icon_cont_wrapper span{
	width: 45px;
    height: 45px;
    line-height: 28px;
    text-align: center;
    background: #222222;
    color: #ffffff;
    border: 8px solid #fff;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	display:inline-block;
	margin-top:45px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.port_contact_map_wrapper{
	float:left;
	width:100%;
}
.location_wrapper_inner_contact{
	background:#ffffff;
}
/*-- prs title wrapper End --*/