/*-------------------------------------
    
	Author: MWT HTML UI Kit
	Copyright © 2021-22
	
---------------------------------------
    
    CSS INDEX
    ===================
	
    1. BODY
	2. CUSTOM CSS
	3. PRELOADER
	4. logo_wrapper
	5. plumb_slider_wrapper
	5. jp_banner_jobs_categories_wrapper
	6. portfolio_wrapper
	7. work_process
	8. booking_wrapper
	9. contact_info_section
	10. page_title_section
	11. project_single_wrapper
---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
body, html {
	 font-family: 'Open Sans';
	font-size: 16px;
	line-height: 26px;
	color: #797979;
	width:100%;
	background:#ffffff;
	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: 'Unna';
	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;
}
#return-to-top {
   position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    top: -40px;
    background: #282e35;
	border-radius:3px;
    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: 12px;
	font-size:22px;
    -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;
	  -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;
}
.house_toggle svg{
	fill:#333 !important;
	width:25px;
	height:45px;
}
.aries_padding_left{
	padding-left:10px;
}
/*---------- Custom Css Start -------*/
/*---------- btn Css Start -------*/
.hs_btn_wrapper li a {
	float: left;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #282e35;
    color: #fff;
	font-weight:500;
    font-size: 16px;
	border:1px solid #282e35;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.hs_btn_wrapper li a:hover {
    background: transparent;
	border:1px solid #282e35;
    color: #282e35;
	box-shadow: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;
}
.hs_btn_wrapper_form li a{
	background:#fff;
	color:#111;
	border:1px solid #fff;
}
.hs_btn_wrapper_form li a:hover{
	background:transparent;
	color:#fff;
	border:1px solid #fff;
}
/*---------- btn Css End -------*/
/*-- Preloader css start --*/
/*-- 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%);
}
/*-- hs Navigation Start --*/
.logo_wrapper {
    float: left;
    width: 15%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.logo_wrapper .logo_dark{
	display:inline-block;
}
.logo_wrapper .logo_white {
    display: none;
}
.menu_fixed .logo_wrapper .logo_dark {
    display: none;
}
.menu_fixed .logo_wrapper .logo_white {
    display: inline-block;
}
.hs_btn_wrapper{
	float:right;
	text-align:center;
	margin-top:-5px;
}
.hs_main_menu{
	float: left;
    background: transparent;
    width: calc(85% - 250px);
    padding-left: 5%;
}
.hs_main_menu ul{
	display:inline-block;
}
.right_menu_wrapper {
    float: left;
    width: 250px;
    position: relative;
    padding-top: 34px;
    padding-bottom: 0;
}
.hs_navigation_header_wrapper{
	float:left;
	width:100%;
	position:relative;
	z-index:10;
	background:rgba(255, 255, 255, 0.6);
}
.hs_main_menu li{
	float:left;
	position:relative;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_main_menu a {
    text-align: center;
    padding: 40px 30px 30px 30px;
    display: inline-block;
    color: #7a7a7a;
	font-weight:500;
	 font-family: 'Unna';
	text-transform:uppercase;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header_Btn_wrapper li a{
	width:130px;
}
.hs_main_menu li:after {
    content: "";
    display: block;
    width: 29px;
    height: 2px;
    background-color: #dfdfdf;
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -14px;
}
.hs_main_menu .drop-menu a{
	padding: .75em 1em;
	padding-left: 20px;
    text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: #252525;
	color:#fff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.menu-button i{
	margin-left:6px;
	font-weight:400;
	color:#b3b3b3;
}
.hs_main_menu a:hover, .hs_main_menu a:hover i {
      color: #000;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_main_menu .drop-menu a:hover {
	background:#fff;
      color: #111;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.active{
	color:#000 !important;
}
.active i{
	color:#000 !important;
}
.hs_main_menu li:last-child:after{
	display:none;
}

/* menu_fixed */

.menu_fixed{
	position:fixed;
	top:0;
	left: 0;
    right: 0;
    z-index: 100;
	background:#000000;
}
.menu_fixed a{
    color: #fff;
}
.menu_fixed .hs_main_menu a:hover, 
.menu_fixed .hs_main_menu a:hover i{
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.menu_fixed .hs_main_menu li:hover a, 
.menu_fixed .hs_main_menu li .active a {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.menu_fixed .active {
    color: #fff !important;
}
.menu_fixed .hs_btn_wrapper li a {
    background: #fff;
    color: #282e35;
    border: 1px solid #fff;
}
.menu_fixed .hs_btn_wrapper li a:hover {
	background:transparent;
	color:#fff;
    border: 1px solid #fff;
}
.menu_fixed .hs_main_menu .drop-menu a:hover {
    background: #111;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*====================================
  DROPDOWN MENU STYLES
====================================*/

.drop-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: max-height .4s, opacity .3s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position:absolute;
}
.drop-menu > .menu-button {
  height: 100%;
  transition: transform .4s;
  transform: translateY(-300%);
  background: #333;
      float: left;
    width: 100%;	
}
.dropdown-wrapper:hover > .menu-button { 
      -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.dropdown-wrapper .drop-menu{
	width:200px;
	top:103px;
}
.hs_main_menu .drop-menu a{
	font-size:16px;
	color:#fff;
	text-transform:capitalize;
}
.hs_main_menu li:hover>a {
    color: #111;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.dropdown-wrapper:hover .drop-menu{
  max-height: 500px;  
  opacity: 1;
  z-index: 1000;
}
.dropdown-wrapper:hover > .drop-menu .menu-button {
  transform: translateY(0%); 
}
.hs_main_menu li:hover a, .hs_main_menu li .active a {
    color: #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_main_menu li .drop-menu a{
	 color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/******------header end------***********/
/*-- Slider Css Start --*/
.plumb_slider_wrapper{
	float:left;
	width:100%;
	position:relative;
	margin-top:-100px;
}
.plumb_main_slide1{
	background:url('../images/slider1.jpg') 50% 0 repeat-y;
	width:100%;
	min-height:900px;
	background-size:cover;
	background-position:center 0;
	position:relative;
}
.plumb_main_slide2{
	background:url('../images/slider2.jpg') 50% 0 repeat-y;
	width:100%;
	min-height:900px;
	background-size:cover;
	background-position:center 0;
	position:relative;
}
.plumb_main_slide3{
	background:url('../images/slider3.jpg') 50% 0 repeat-y;
	width:100%;
	min-height:900px;
	background-size:cover;
	background-position:center 0;
	position:relative;
}
.plumb_slider_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(257,257,257,0.8);
}
.plumb_slider_img_section  .owl-theme .owl-dots{
	 position: absolute;
    top: 80%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1;
	display:block;
}
.plumb_slider_img_section  .owl-theme .owl-dots .owl-dot span{
	width:13px;
	height:13px;
	background:#b1b1b1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_slider_img_section  .owl-theme .owl-dots .owl-dot.active span, .plumb_slider_img_section  .owl-theme .owl-dots .owl-dot:hover span {
	background:#303030;
	width:13px;
	height:13px;
		-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_slider_img_section  .owl-theme .owl-nav {
  display:none;
}
.owl-theme .owl-nav.disabled + .owl-dots{
	margin-top:115px;
}
.plumb_slider_cont1_wrapper{
	text-align:center;
}
.plumb_slider_cont1{
	position:absolute;
	top:30%;
	left:0;
	right:0;
	z-index:1000;
}
.plumb_slider_cont1 h2{
	color:#303030;
	text-transform:capitalize;
	font-size:24px;
	font-weight:400;
	font-family: 'Roboto';
	padding-bottom:30px;
	animation-delay: 1.3s;
}
.plumb_slider_cont1 h1{
	font-size:60px;
	text-transform:uppercase;
	color:#303030;
	line-height:70px;
	font-weight:700;
	margin-top:10px;
	animation-delay: 2.0s;
}

.plumb_slider_cont1 ul{
	margin-top:70px;
	display:inline-block;
}
.plumb_slider_cont1 li{
	float:left;
	margin-left:20px;
	animation-delay: 2.5s;
}
.plumb_slider_cont1 li:first-child{
	margin-left:0;
}
.plumb_slider_cont1 li a{
	width:170px;
	height:50px;
	float:left;
	background:#fff;
	color:#303030;
	text-align:center;
	line-height:52px;
	letter-spacing:2px;
	font-size:16px;
	font-weight:500;
	box-shadow:0px 3px 15px -1px rgba(0, 0, 0, 0.2);
	text-transform:uppercase;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_slider_cont1 li a:hover{
	background:#303030;
	color:#fff;
	box-shadow: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;
}
.plumb_slider_cont1 li:last-child a{
	width:170px;
	height:50px;
	float:left;
	background:#303030;
	color:#ffffff;
	text-align:center;
	line-height:52px;
	font-size:16px;
	font-weight:500;
	box-shadow:none;
	text-transform:uppercase;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
}
.plumb_slider_cont1 li:last-child a:hover{
	background:#fff;
	color:#303030;
	box-shadow:0px 3px 15px -1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 767px){
	.plumb_slider_cont1 h1{font-size:40px;}
}

/*-- Slider Css End --*/
/*-- about wrapper css--*/
.about_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.abt_img_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.tb_work_txt_wrapper {
    float: left;
	padding-left:50px;
    width: 100%;
}
.abt_txt_box h5 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 8px;
    margin-bottom: 77px;
}
.tb_left_heading_wraper {
    margin-bottom: 50px;
}
.abt_list_wrapper{
	float:left;
	width:100%;
}
.abt_list_wrapper ul {
    list-style: none;
    padding: 0;
    text-transform: capitalize;
    margin-top: 20px;
}
.abt_list_wrapper ul li{
	padding-bottom:10px;
}
.abt_list_wrapper ul li a{
	color:#111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.abt_list_wrapper ul li a:hover{
	color:#72d69c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.abt_list_wrapper ul li a i{
	margin-right:10px;
	color:#72d69c;
}
.tb_left_heading_wraper h4 {
    font-size: 46px;
    color: #222222;
	font-weight:400;
	padding-bottom:20px;
    text-transform: capitalize;
}
.tb_left_heading_wraper p:after {
    content: '';
    border: 1px solid #222;
    width: 60px;
    position: absolute;
    left: 0;
	right:0;
	margin:0px auto;
    bottom: -20px;
}
.tb_left_heading_wraper p {
    font-size:16px;
	position:relative;
}
.project_btn{
	float:left;
	width:100%;
	padding-top:30px;
}
.abt_img_wrapper{
	-webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite;
}
@keyframes movebounce {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(20px); }
  100% {
    transform: translateX(0px); } }
/*****-----pricing table wrapper css----******/
.tb_pricing_table {
    float: left;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 100px;
}
.tb_pricing_box .pricing-table-default {
    text-align: center;
	float:left;
	width:100%;
	padding-bottom:30px;
    border: 3px solid #e0e0e0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tb_pricing_box .pricing-table-default:hover {
    border: 3px solid #282e35;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_btn{
	float:left;
	width:100%;
}
.pricing_btn ul{
	display:inline-block;
}
.tb_pricing_box .pricing-table-default:hover h3,
.tb_pricing_box .pricing-table-default:hover h3 sup {
    background: #282e35;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tb_pricing_box .pricing-head {
    padding: 20px 0 27px;
}
.tb_pricing_box .pricing-head h2 {
    font-size: 26px;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 35px;
    padding-top: 20px;
}
.tb_pricing_box .pricing-icon {
    padding-bottom: 30px;
    font-size: 40px;
}
.tb_pricing_box .pricing-head h3 {
    font-size: 40px;
    color: #111;
    font-weight: 700;
    margin: 0;
    background: #f1f1f1;
    padding: 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tb_pricing_box .pricing-head h3 sup {
    font-size: 18px;
    color: #797979;
    font-weight: 400;
    text-transform: capitalize;
}
.tb_pricing_box .pricing-table-default h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background: #282e35;
    text-transform: uppercase;
    padding: 15px 50px;
    display: inline-block;
    margin-top: -2px;
}
.tb_pricing_box .pricing-list {
    padding-bottom: 25px;
}
.tb_pricing_box .pricing-list li {
    display: block;
    line-height: 40px;
    padding: 4px 0;
    color: #797979;
}	
/******------- sw newsletter wrapper css-----******/
.sw_news_letter_wrapper {
    float: left;
    width: 100%;
    padding-bottom: 90px;
    padding-top: 80px;
	background:#282e35;
}
.sw_nl_heading_wrapper {
    float: left;
    width: 70%;
    margin-top: 20px;
	position:relative;
}
.sw_nl_heading_wrapper h2 {
    font-size: 30px;
    color: #fff;
	line-height:28px;
    text-transform: capitalize;
    font-weight: 600;
}
.abt_wrapper{
	float:left;
	width:100%;
}
.sw_nl_heading_wrapper i {
    color: #fff;
    float: left;
   width:50px;
   height:50px;
   line-height:60px;
    margin-right: 40px;
}
.sw_nl_heading_wrapper i:before{
	font-size:55px;
}
.sw_nl_heading_wrapper h5{
	color:#fff;
	font-size:18px;
	font-weight:400;
	font-family: 'Roboto';
	padding-bottom:13px;
}
.sw_nl_form_wrapper {
    float: left;
	position:relative;
    width: 30%;
}
.news_btn{
	width:auto;
	float:right;
	padding-top:25px;
}
/*-- portfolio wrapper css--*/
.portfolio_wrapper{
	float:left;
	width:100%;
	padding-top:90px;
	padding-bottom:80px;
}
.portfolio-area{
	float:left;
	width:100%;
	overflow:hidden;
}
.portfolio-filter {
	float:right;
	display:inline-block;
    padding-top: 10px;
}
#filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
	color:#777;
	background:transparent;
    padding: 8px 10px;
	text-transform:capitalize;
    margin-right: 10px;
	border:0;
	font-weight:400;
	position:relative;
	-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 a:before {
   position: absolute;
    right: -6px;
    top: 11px;
    content: '';
    background: #dfdfdf;
    height: 20px;
    width: 2px;
}
#filter .pd1 a:before{
	display:none;
}
#filter li a:hover,
#filter li a.active{
	color:#222222 !important;
}
#filter li a:last-child{
    margin-right: 0px;
}
.portfolio_main_wrapper{
	float: left;
    width: 100%;
    position: relative;
}
.portfolio_img{
	float:left;
	width:25%;
}
.portfolio_img img{
	width:100%;
}
.portfolio_cont_overlay .img_wrapper{
    display: block !important;
    position: relative;
	overflow:hidden;
}
.portfolio_main_wrapper .search{
	visibility:hidden;
}
.portfolio_main_wrapper:hover .search{
	visibility:visible;
}
.portfolio_cont_overlay .img_wrapper:after {
    content: '';
    width: 100%;
    position: absolute;
    background: #282e35;
    opacity: 0.9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 150%;
    transform: skew(-33deg);
    -webkit-transform: skew(-33deg);
}
.portfolio_cont_overlay .filter_fullwidth_text {
    position: absolute;
    text-align: right;
    right: 30px;
    bottom: -100px;
}
.filter_fullwidth_text h2{
    font-size: 26px;
    text-transform: capitalize;
    color: #fff;
	font-weight:600;
    margin-bottom: 20px;
}
.filter_fullwidth_text a{
	color:#fff;
	width:45px;
	height:45px;
	line-height:42px;
	border: 2px solid #fff;
	border-radius:50%;
	font-size: 16px;
	text-align:center;
	display: inline-block;
	-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_fullwidth_text a:hover{
	background:#ffffff;
	color:#222;
	-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_fullwidth_text .search{
	margin-right:10px;
}
.center_line {
	padding-bottom:30px;
}
.portfolio_main_wrapper:hover .filter_fullwidth_text {
    bottom: 28px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio_main_wrapper:hover .img_wrapper:after{
    left: 45%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio_img1{
	margin-bottom:40px;
	overflow:hidden;
}
.portfolio_img1 img{
	width:100%;
}
.project_btn ul{
	display:inline-block;
}
/* portfolio wrapper end*/
/*-- work process wrapper css--*/
.work_process{
	float:left;
	width:100%;
	background:#f7f7fd;
	padding-top:100px;
	padding-bottom:100px;
}
.progress_icon i:before {
    font-size: 40px;
    color: #000000;
		-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.progress_icon{
	font-size: 30px;
    color: #111;
    background: #fff;
	border:1px solid #e6e6e6;
    border-radius: 50%;
    width: 100px;
    height: 100px;
	font-weight:500;
	box-shadow:none;
    line-height: 100px;
    display: inline-block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon-section:hover .progress_icon{
	box-shadow:0px 5px 20px -2px rgba(0, 0, 0, 0.07);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.progress_icon_wrapper{
    display: inline-block;
	margin-bottom:30px;
}
.icon-section{
	 text-align: center;
	 -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon-section h4 a{
	color:#222222;
	font-size:22px;
	padding-bottom:10px;
	float:left;
	width:100%;
	text-transform:capitalize;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon-section p{
	padding: 0px 30px;
}
/* contact_info_section start */

.contact_info_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.icon_text{
    border: 1px solid #e6e6e6;
    padding: 40px;
    position: relative;
    padding-top: 85px;
	margin-top:65px;
	height: 240px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon_text i{
    font-size: 32px;
    color: #222222;
    background: #fff;
    text-align: center;
    border: 1px solid #e6e6e6;
    width: 100px;
	border-radius:100px;
    line-height: 100px;
    height: 100px;
	position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0px auto;
		-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_text h4 a{
	margin-bottom:20px;
	font-size:20px;
	color:#111;
	float:left;
	width:100%;
	text-transform:capitalize;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_text:hover{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon_text:hover p{
   color:#111;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon_text:hover .fa{
	color:#fff;
	background:#282e35;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_text:hover h4 a{
	color:#282e35;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/* contact_info_section end */
/************-------loaction wrapper------------************/
.location_wrapper{
	float: left;
    width: 100%;
    background: #282e35;
    position: relative;
	min-height:600px;
}
#map{
    float: left;
	width:100%;
    height:600px;
}
.location_left{
	float:left;
	width:50%;
	position:relative;
	z-index:1;
}
.location_right{
	float:left;
	width:50%;
	position:relative;
	z-index:1;
	padding-top:70px;
	padding-left:120px;
	padding-right:120px;
	padding-bottom:80px;
}
.abt_heading_wrapper h1{
	font-size: 40px;
    color: #fff;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
	padding-bottom:40px;
}
.abt_heading_wrapper h1:after {
    content: '';
    border: 1px solid #fff;
    width: 60px;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 55px;
}
.uy{
	margin-top:0;
	padding-bottom:40px;
}
.dfgr{
	padding-bottom:30px;
	margin-top:0;
}
.response{
	color:#fff;
	float:right;
}
.contect_form1 input{
	width:100%;
	height:50px;
	padding-left:20px;
	margin-top:22px;
	color:#444;
	border:0;
	background:#fff;
	-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:20px;
	background:#fff;
	color:#444;
	border: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;
}
.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%;
	margin-top:30px;
	padding-left:20px;
	color:#444;
	padding-top:10px;
	background:#fff;
	border: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;
	resize:none;
} 
.contect_btn button{
	padding:0;
	list-style:none;
	margin-top:40px;
	float:left;
}
.contect_btn button{
	float: left;
    width: 150px;
    height: 47px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    color: #111111;
	font-weight:500;
    font-size: 16px;
    text-transform: capitalize;
	border:2px solid #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.contect_btn button:hover {
    background: transparent;
    color: #fff;
	border:2px solid #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* footer wrapper css */
.section1_bottom_wrapper{
	background:#282e35;
	float:left;
	position:relative;
	width:100%;
	padding-top:30px;
	padding-bottom:10px;
}
.section1_copyright_wrapper, .copyright_icon_wrapper{
	float:left;
	width:100%;
}
.section1_bottom_wrapper .section1_copyright_wrapper p{
	text-transform:capitalize;
	color:#fff;
	margin:0;
}
.section1_copyright_wrapper p a{
	color:#fff;
}
.copyright_icons{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.copyright_icons li { 
	float:left;
	margin-left:10px;
}
.copyright_icons li:first-child{ 
	margin-left:0px;
}
.copyright_icons li a i{ 
	    color: #fff;
    font-size: 30px;
    opacity: 0.7;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.copyright_icons li a i:hover{ 
    opacity: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.copyright_icons li a{ 
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer-top h2 {
	float:left;
	width:100%;
	text-align:center;
    font-size: 46px;
    font-weight: 400;
    line-height: 65px;
    color: #222222;
	text-transform:capitalize;
}
.footer_wrapper{
	float:left;
	width:100%;
}
.footer-top p {
	float:left;
	width:100%;
	text-align:center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.footer_wrapper .footer-top {
  display: block;
  background: #f5f5f5;
  overflow: hidden;  
  padding-top:90px;
  padding-bottom:110px;
  vertical-align: middle;
}
.footer_wrapper .footer-top .subs-form {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: -99px;
  height: 55px;
  line-height: 55px;
  z-index: 999;
}
.footer_wrapper .footer-top .subs-form form {
  width: 100%;
}
.footer_wrapper .footer-top .subs-form form input {
  width: 100%;
  border: none;
  background: transparent;
  border:1px solid #222;
  padding: 0 45px;
}
.footer_wrapper .footer-top .subs-form form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #777;
}
.footer_wrapper .footer-top .subs-form form input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #777;
}
.footer_wrapper .footer-top .subs-form form input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #777;
}
.footer_wrapper .footer-top .subs-form form input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #777;
}
.footer_wrapper .footer-top .subs-form form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 25px;
  background: #282e35;
  color: #fff;
  font-weight: 600;
  height:56px;
  border:0;
  line-height:60px;
  text-transform: uppercase;
}
.footer_wrapper .footer-top .footer-content {
  display: block;
  margin-top: 125px;
  text-align: center;
}
.footer_wrapper .footer-top .footer-content p {
  width: 65%;
  margin: 0 auto;
  color: #dadada;
}
.footer_wrapper .footer-top .footer-content .foo-social {
  display: inline-block;
  padding: 34px 0;
  padding-bottom:40px;
}
.footer_wrapper .footer-top .footer-content .foo-social li {
  padding: 0 7px;
  margin: 0;
}
.footer_wrapper .footer-top .footer-content .foo-social li a {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border:1px solid #282e35;
  text-align: center;
  color: #222;
  font-size:18px;
  background: transparent;
}
.footer_wrapper .footer-top .footer-content .foo-social li a:hover {
  background: #222222;
  color:#fff;
    border:1px solid #222222;
}
.footer_wrapper .footer-top .footer-content .foo-con-info li {
  padding: 0 12px;
}
.footer_wrapper .footer-top .footer-content .foo-con-info li:first-child {
  padding-left: 0;
}
.footer_wrapper .footer-top .footer-content .foo-con-info li:last-child {
  padding-right: 0;
}
.footer_wrapper .footer-top .footer-content .foo-con-info li i {
  color: #222222;
}
.footer_wrapper .footer-top .footer-content .foo-con-info li span {
  color: #222222;
  padding-left: 15px;
}
.footer_wrapper .footer-top-two {
  display: block;
  position: relative;
  background: #333;
  padding: 100px 0 60px;
}
.footer_wrapper .footer-top-two .wighet h3 {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  display: block;
  margin: 0 0 45px;
}
.footer_wrapper .footer-top-two .foo-about {
  padding-right: 15px;
}
.footer_wrapper .footer-top-two .foo-about p {
  font-family: Constantia;
  color: #a5a5a5;
  font-style: italic;
  line-height: 20px;
  font-size: 13px;
}
.footer_wrapper .footer-top-two .foo-about ul {
  overflow: hidden;
  vertical-align: middle;
}
.footer_wrapper .footer-top-two .foo-about ul li {
  display: block;
  float: left;
  margin: 0 0 10px;
}
.footer_wrapper .footer-top-two .foo-about ul li:last-child {
  margin: 0;
}
.footer_wrapper .footer-top-two .foo-about ul li i {
  color: #ea2c58;
  font-size: 15px;
  display: inline-block;
  float: left;
  margin-right: 8px;
}
.footer_wrapper .footer-top-two .foo-about ul li span {
  display: table;
  color: #a5a5a5;
  line-height: 18px;
  font-size: 13px;
}
.footer_wrapper .footer-top-two .foo-link {
  display: block;
  position: relative;
  padding: 0 15px;
  border-left: 1px solid #434242;
}
.footer_wrapper .footer-top-two .foo-link ul li {
  display: block;
  padding: 7px 0;
}
.footer_wrapper .footer-top-two .foo-link ul li:first-child {
  padding-top: 0;
}
.footer_wrapper .footer-top-two .foo-link ul li:last-child {
  padding-bottom: 0;
}
.footer_wrapper .footer-top-two .foo-link ul li a {
  display: block;
  color: #a5a5a5;
  position: relative;
  padding-left: 15px;
}
.footer_wrapper .footer-top-two .foo-link ul li a:hover {
  color: #ea2c58;
}
.footer_wrapper .footer-top-two .foo-link ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  border: 1px solid #ea2c58;
  top: 38%;
}
.footer_wrapper .footer-top-two .foo-social {
  display: block;
  padding: 0 15px;
  border-left: 1px solid #434242;
}
.footer_wrapper .footer-top-two .foo-social ul li {
  margin: 7px 4px;
  padding: 0;
}
.footer_wrapper .footer-top-two .foo-social ul li a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #2b2b2b;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}
.footer_wrapper .footer-top-two .foo-social ul li a:hover {
  background: #ea2c58;
}
/*Common Page Header*/

.page_title_section {
	float:left;
	width:100%;
	padding-top:40px;
	position:relative;
	padding-bottom:60px;
}
.page_header {
	padding-bottom: 0;
	border-bottom: 0;
}
.sub_title_section{
    float: left;
	width:100%;
	text-align:center;
    position: relative;
    top: 0;
	text-align:center;
}
.sub_title_section .top_title h4 {
    font-size: 46px;
    font-weight: 400;
    line-height: 70px;
    color: #222222;
	padding-bottom:10px;
    text-transform: capitalize;
}
.page_header .sub_title li{
	text-align:center;
    font-size: 16px;
	line-height:35px;
	text-transform:capitalize;
    color: #111;
	margin-right:10px;
	float:left;
	font-weight: 400;
}
.page_header .sub_title li:last-child{
	color: #000;
}
.page_header .sub_title a {
    color: #222;
    font-size: 16px;
}
.page_header .sub_title a:hover {
    color: #222;
}
@media (max-width : 766px) {
	
}
.iner_header_bg{
	background: url(../images/iner_bg.jpg) 50% 0 repeat-y;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	margin-top:-1px;
}
.iner_overlay{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
}
.iner_page_menu a{
	color:#fff;
}
.sub_title{
	display:inline-block;
	background:#fff;
	padding: 5px 10px 5px 20px;
}
.iner_topbar{
	position:relative;
	z-index:1;
}
/*--we provide wrapper css--*/
.we_provide_wrapper{
	float: left;
    width: 100%;
    background: #282e35;
    padding-top: 90px;
    padding-bottom: 100px;
}
.we_do_content{
	float: left;
    width: 100%;
}
.dark_heading h4{
	color:#fff;
}
.dark_heading span:before {
    content: '';
    border: 1px solid #fff !important;
}
.dark_heading{
	margin-bottom:40px;
}
.we_do_content p{
	float: left;
    width: 100%;	
	color:rgba(255, 255, 255, 0.6);
	margin-bottom:20px;
}
.pd4{
	padding-left:5px;
	padding-right:5px;
}
.inner-box{
	margin-bottom:10px;
}
.provide_btn{
	float:left;
	text-align:left;
}
.provide_btn li a{
	background:#fff;
	color:#222;
	border:1px solid #fff;
}
.provide_btn li a:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.trh_btn{
	float:right;
	text-align:right;
}
.we_provide_wrapper .inner-box {
    position: relative;
    padding: 40px 0px;
    text-align: center;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.we_provide_wrapper  .inner-box .overlay-link {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}
.we_provide_wrapper .inner-box .icon-box {
    position: relative;
    font-size: 40px;
    line-height: 1em;
    color: #8a8a8a;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.we_provide_wrapper .inner-box .icon-box i:before{
	font-size:40px;
	color:#000;
}
.pd3{
	padding-left:40px;
}
.we_provide_wrapper .inner-box:hover .icon-box{
	transform: scale(1.3);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.we_provide_wrapper .inner-box h3 {
    position: relative;
    color: #222;
    font-size: 20px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*-- about wrapper css--*/
.iner_abt_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:90px;
}
.lr_es_top_slider_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.lr_es_top_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.lr_es_top_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    z-index: 1000;
    display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.lr_es_top_slider_wrapper .owl-theme .owl-nav .owl-prev{
    margin: 0;
    padding: 0;
    left: 10px;
	top:0;
	color:#111;
	width:45px;
	height:45px;
	line-height: 45px;
	background:#f5f5f5;
	border:0;
    position: absolute;
    text-align: center;
	    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	-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_es_top_slider_wrapper  .owl-theme .owl-nav .owl-next{
    right: 10px;
    top: 0;
    position: absolute;
	color:#111;
	width:45px;
	padding-left: 11px;
    height: 45px;
	margin:0;
    line-height: 36px;
	background:#f5f5f5;
	border:0;
    text-align: center;
	    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	-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_es_top_slider_wrapper  .owl-theme .owl-nav .owl-next i:before,
.lr_es_top_slider_wrapper .owl-theme .owl-nav .owl-prev i:before{
	font-size:16px;
	margin-left:0;
	font-weight:600;
	-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_es_top_slider_wrapper  .owl-theme .owl-nav .owl-prev:hover i:before,
.lr_es_top_slider_wrapper  .owl-theme .owl-nav .owl-next:hover i:before{
	color:#fff;
}
.about_heading{
	margin-bottom:30px;
}
.about_heading h3{
	font-size:26px;
	color:#222;
	text-transform:capitalize;
}
.lr_es_slider_img_wrapper{
	float:left;
	width:100%;
}
.lr_es_slider_img_wrapper img{
	width:100%;
}
.le_es_slider_bottom_left_content_wrapper{
	float:left;
	width:100%;
	padding-top:40px;
}
.le_es_slider_bottom_left_content_wrapper p{
	float:left;
	width:100%;
	margin-top:-20px;
}
.lr_es_top_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .lr_es_top_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
    color: #fff;
    background: #282e35;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- graph wrapper css--*/
.graph_wrapper{
	float:left;
	width:100%;
	background:#282e35;
	padding-top:100px;
	padding-bottom:100px;
}
.sales-chart{
    float: left;
    width: 100%;
}
.center_dark_heading h4{
	color:#222;
}
.center_dark_heading span:after {
    content: '';
    border: 1px solid #222 !important;
}
/*******------service css-----********/
.iner_service_Wrapper{
	float:left;
	width:100%;
}
.serv_left{
	padding-top:100px;
}
.service_wrapper_img{
	 float: left;
    width: 100%;
}
.sw_disc_txt_wrapper{
    float: left;
    width: 100%;
	padding-top:40px;
}
.sw_disc_img_btm{
	position:absolute;
	top:0;
	left:0;
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sw_right_img_wrapper:hover .sw_disc_img_btm{
	top:60px;
	left:-80px;
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sw_desc_btm_txt{
	float: left;
    width: 100%;
	margin-bottom:25px;
}
.sw_disc_image {
    float: left;
    width: 60px;
	line-height:55px;
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sw_disc_image i{
	color:#222;
}
.sw_disc_image i:before{
	font-size:40px;
}
.sw_disc_head_text {
    font-size: 15px;
    font-weight: 500;
    float: left;
    width: calc(100% - 60px);
    padding-left: 10px;
}
.sw_disc_head_text h5 a {
    font-size: 22px;
    color: #111;
    font-weight: 500;
	float:left;
	width:100%;
	padding-bottom:12px;
	text-transform:capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sw_disc_head_text h5 a:hover {
    color: #222;
	text-transform:capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sw_disc_head_text p{
	font-size:16px;
	font-weight:400;
}
.sw_desc_btm_txt:hover .sw_disc_image{
	transform: scale(1.3);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.counter_wrapper_iner{
	float:left;
	width:100%;
	background:#282e35;
	padding-top:100px;
	padding-bottom:100px;
}
.counter_wrapper_iner .icon i:before{
	font-size: 45px;
	margin:0;
	color:rgba(255, 255, 255, 0.4);
}
.counter_wrapper_iner .icon{
    line-height: 1;
}
.counter_wrapper{
	float:left;
	width:100%;
	position:relative;
	padding-left:50px;
}
.counter_wrapper_iner .count-description{
	display: inline-block;
	font-size: 50px;
	color: #fff;
    line-height: 1;
	padding-left:15px;
	padding-bottom: 18px;
}
.counter_wrapper_iner h4 a{
	color: #fff;
	font-size:20px;
	color:rgba(255, 255, 255, 0.4);
	text-transform:capitalize;
}
.counter_wrapper:before {
    position: absolute;
    right:20px;
    top: -20px;
    content: '';
    background: #43484e;
    height: 120px;
    width: 1px;
}
.iner_map_wrap{
	padding-top:100px;
}
.seee:before{
	display:none;
}
/*-- prs patner slider Start --*/
.prs_patner_main_section_wrapper{
	float:left;
	width:100%;
	padding-top:90px;
	padding-bottom:90px;
}
.prs_pn_slider_wraper{
	float:left;
	width:100%;
}
.prs_pn_slider_wraper  .owl-theme .owl-dots{
	display:none;
}
.prs_pn_slider_wraper .owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    z-index: 1000;
    display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_pn_slider_wraper .owl-theme .owl-nav .owl-prev{
    margin: 0;
    padding: 0;
    left: -75px;
	font-size: 26px;
	top:0;
	color:#111;
	width:50px;
	height:50px;
	padding-left: 3px;
    line-height: 45px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	background:#f5f5f5;
    position: absolute;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.prs_pn_slider_wraper .owl-theme .owl-nav .owl-prev:hover{
	color:#fff;
	background:#282e35;
	-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_pn_slider_wraper  .owl-theme .owl-nav .owl-next{
    font-size: 26px;
    right: -75px;
	top:-5px;
    position: absolute;
	color:#111;
	width:50px;
	padding-left: 10px;
    height: 50px;
    line-height: 39px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	background:#f5f5f5;
    text-align: center;
	-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_pn_slider_wraper .owl-theme .owl-nav .owl-next:hover{
	color:#fff;
	background:#282e35;
	-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_pn_slider_wraper  .owl-theme .owl-nav .owl-next i:before,
.prs_pn_slider_wraper .owl-theme .owl-nav .owl-prev i:before{
	margin-left:0;
}
.prs_pn_img_wrapper img{
	width:100%;
	opacity:0.4;
	-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_pn_img_wrapper img:hover{
	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 patner slider End --*/
/******--------project details wrapper css-----*******/
.tb_left_heading_wraper span{
	position:relative;
}
.tb_left_heading_wraper span:before{
	content: '';
    border: 1px solid #222;
    width: 60px;
    position: absolute;
    left: 0;
    bottom: 7px;
}
.center_heading span:after {
	content: '';
    border: 1px solid #fff;
    width: 60px;
    position: absolute;
    left: -30px;
	right:0;
	margin:0px auto;
    bottom: 3px;
}
.center_heading span:before{
	display:none;
}
.left_heading{
	float:left;
	display:inline-block;
}
.project_single_wrapper {
    float: left;
    width: 100%;
    padding-bottom: 90px;
    padding-top: 100px;
}
#blog_section_slider .carousel-control {
	top: auto;
	bottom: 25px;
	width: 45px;
    height: 45px;
    line-height: 45px;
    background: #f5f5f5;
	font-size: 24px;
	color: #222;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
	text-align: center;
	border-radius:100px;
}
#blog_section_slider .carousel-control.left,
#blog_section_slider .carousel-control.right {
	background-image: none;
	top:45%;
}
#blog_section_slider .carousel-control:focus, 
#blog_section_slider .carousel-control:hover {
  background-color: #222;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
   -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#blog_section_slider .carousel-control.left {
	left: 10px;
}
#blog_section_slider .carousel-control.right {
	right: 10px;
}
.port-content{
	float:left;
	width:100%;
	margin-top:50px;
}
.port_img_section .port-post-wrapper .post-thumbnail img{
	width: 100%;
}
.port_img_section .port-content h4{
	font-size:22px;
	font-weight:600;
	text-transform:uppercase;
}
.port_img_section .port-post-wrapper .post-thumbnail .posted-date{
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background-color: #4285f4;
  color: #fff;
  width: 146px;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 400;
  padding: 4px 0;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
}
.port_img_section .port-post-wrapper .entry-content p{
	margin: 0;
	text-align:left;
	margin-bottom:20px;
	width:97%;
}
.port_img_section .entry-meta li i{
	color:#b9b9b9;
	margin-right:8px;
}
.port_img_section .entry-meta li{
	color:#333;	
	font-size:14px;
	text-transform:capitalize;
	margin-right:15px;
	margin-top:5px;
}
.port_img_section .entry-meta li a{
	color:#333;
}
.tb_abt_bottom_link_wrapper{
	float:left;
	width:100%;
	border-top:1px solid #dedede;
	margin-top:20px;
	padding-top:30px;
}
.tb_btm_link_left{
	float:left;
	display:inline-block;
}
.tb_btm_link_right{
	float:right;
	display:inline-block;
}
.tb_btm_link_left ul{
	float:left;
}
.tb_btm_link_left li{
	float:left;
	margin-right:15px;
	color:#111;
	font-size:16px;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
}
.tb_btm_link_left li:first-child{
	margin-top:5px;
}
.tb_btm_link_left li a{
	float:left;
	padding:0px 25px;
	padding-top:1px;
	text-align:center;
	font-size:14px !important;
	border:1px solid #dedede;
	font-weight:500;
	text-transform:uppercase;
	color:#797979;
	line-height:32px;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius:30px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tb_btm_link_left li a:hover{
	background:#282e35;
	color:#fff;
	border:1px solid #282e35;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tb_btm_link_right ul{
	float:right;
}
.tb_btm_link_right li{
	float:left;
	margin-right:10px;
	color:#111;
	font-size:14px;
	font-weight:500;
}
.tb_btm_link_right li a{
	float:left;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#8c8c8c;
	border:1px solid #dedede;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.tb_btm_link_right li a:hover{
	color:#fff;
	background:#282e35;
	border:1px solid #282e35;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tb_btm_link_right li:first-child{
	position:relative;
	font-size:14px;
	top:5px;
}
.tb_sidebar_psingle{
	float:left;
	width:100%;
	margin-top:50px;
}
.tb_sidebar_psingle h4{
	font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.tb_sidebar_cntnt{
	float:left;
	width:100%;
	margin-top:30px;
}
.tb_sidebar_cntnt h4{
	text-transform:uppercase;
	font-size: 16px;
    font-weight: 500;
	color:#111;
	padding-bottom:3px;
}
.tb_sidebar_cntnt p i{
	color:#282e35;
}
.tb_sidebar_cntnt p{
	text-transform:capitalize;
	font-size: 16px;
    font-weight: 400;
}
.iner_cntct{
	padding-top:0;
	padding-bottom:100px;
}
.iner_chat_box, .iner_boking_box{
	margin-top:-180px;
	margin-bottom:0;
}
/********------------slider wrapper start------************/
.slider_area {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 0;
}
#rev_slider_348_1_wrapper, #rev_slider_348_1,#rev_slider_348_1_forcefullwidth{
	height:900px !important;
}
.gc_slider_content{
	color:red !important;
}
.tp-caption .et_slider_btn li{
	float:left;
	margin-left:20px;
}
.tp-caption .et_slider_btn li:first-child{
	margin-left:0;
}
.tp-caption .et_slider_btn li a{
	float:left !important;
	width:160px !important;
	height:50px !important;
	background:#282e35 !important;
	font-size:16px !important;
	letter-spacing:0 !important;
	color:#ffffff !important;
	text-align:center !important;
	line-height:48px !important;
	border-radius:0 !important;
	text-transform:capitalize !important;
	border:1px solid #282e35 !important;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	transition: all 0.5s !important;
}
.tp-caption .et_slider_btn li a:hover{
	background:transparent !important;
	border:1px solid #282e35 !important;
	color:#282e35 !important;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	transition: all 0.5s !important;
}
.tp-caption .et_slider_btn li:last-child a{
	float:left !important;
	width:160px !important;
	height:50px !important;
	font-size:16px !important;
	text-transform:capitalize !important;
	background:transparent !important;
	border:1px solid #282e35 !important;
	color:#282e35 !important;
	text-align:center !important;
	line-height:48px !important;
	border-radius:0 !important;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	transition: all 0.5s !important;
}
.tp-caption .et_slider_btn li:last-child a:hover{
	background:#282e35 !important;
	color:#fff !important;
	border:1px solid #282e35 !important;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	transition: all 0.5s !important;
}
.tp-rightarrow, .tp-leftarrow{
	left:152px !important;
	top:90% !important;
}
.tp-bullets{
	left: 37px !important;
    margin-left: 5px !important;
    margin-top: -5px !important;
	top:87% !important;
	 -ms-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}
.uranus.tparrows:before{
	font-size:26px !important;
}
.tparrows:hover{
	background:transparent !important;
}
.tparrows:before{
	color:#ffffff !important;
}
.tparrows:hover:before{
	color:#111 !important;
	opacity:1 !important;
}
.bullet-bar.tp-bullets{}
.bullet-bar.tp-bullets:before{
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box;
}
.bullet-bar .tp-bullet{
	width:30px;
	height:2px;
	position:absolute;
	background:#ffffff;
	cursor:pointer;
	box-sizing:content-box;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;}
.bullet-bar .tp-bullet:hover,.bullet-bar .tp-bullet.selected{
	background:#111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.icon-section:hover .progress_icon{
	border:1px solid #282e35;
	background:#282e35;
	color:#fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon-section:hover .progress_icon i:before{
	color:#fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon-section:hover h4 a{
	color:#000;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.agency_inner_header{
	background:#fff;
	float: left;
    width: 100%;
}
