/*-------------------------------------
    
	Author: A Future 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: #818d9a;
	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: #f12711;
    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;
	background: #ffffff;
}
.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;
}
.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: #2ed374;
    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: #2ed374;
    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: #2ed374;
    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:#f12711;
	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%;
    left: -50%;
    width: 30%;
    z-index: 999;
	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 {
    left: 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: #f12711;
}
.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: #f12711;
    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:50px;
	padding-top:25px;
	padding-bottom:20px;
}
.right_sidebar ul{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}
.right_sidebar ul li{
	display:inline-block;
	float:left;
}
.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:#f12711;
	-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:#f12711;
	-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:#f12711;
	-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:#f12711;
	-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
}
.logo img{
	height: 72px;
}
.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;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobail_menu_main {
    float: none;
    width: 100%;
}
.GC_slider_Wrappwer{
	float:left;
	width:100%;
}
/*-- try top banner main wrapper End --*/
/*-- GC slider Css Start --*/
.GC_slider_Wrappwer{
	float:left;
	width:100%;
}
#rev_slider_348_1_wrapper, #rev_slider_348_1,#rev_slider_348_1_forcefullwidth{
	height:1000px !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:#f12711 !important;
	font-size:16px !important;
	letter-spacing:2px !important;
	color:#ffffff !important;
	text-align:center !important;
	line-height:45px !important;
	border-radius:5px !important;
	text-transform:uppercase !important;
	border:2px solid #f12711 !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:2px solid #f12711 !important;
	color:#ffffff !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:uppercase !important;
	background:transparent !important;
	border:2px solid #f12711 !important;
	color:#ffffff !important;
	text-align:center !important;
	line-height:45px !important;
	border-radius:5px !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:#f12711 !important;
	color:#ffffff !important;
	border:2px solid #f12711 !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:#f12711 !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:#f12711;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- GC slider Css End --*/
/*-- buss absout Css Start --*/
.bus_about_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
}
.offer_right_wrapper{
	float:left;
	width:100%;
}
.offer_left_wraper img {
   margin-left:-30px;
}
.sw_disc_txt_wrapper{
    float: left;
    width: 100%;
}
.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;
}
.aa h3{
	font-size:26px;
	color:#3a424a;
	text-transform:uppercase;
	font-weight:500;
	padding-top:20px;
}
.sw_desc_btm_txt{
	float: left;
    width: 100%;
	    margin-top: 20px;
}
.sw_disc_image {
    float: left;
    width: 30px;
	    padding-top: 5px;
}
.sw_disc_image i{
	color:#111;
}
.sw_disc_head_text {
    font-size: 15px;
    font-weight: 500;
    float: left;
    width: calc(100% - 30px);
}
.sw_disc_head_text h5 a {
    font-size: 22px;
    color: #111;
    font-weight: 600;
	float:left;
	width:100%;
	padding-bottom:10px;
	text-transform:uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sw_dark_heading_wraper h1{
	color:#fff;
}
.sw_dark_heading_wraper p{
	color:rgba(255, 255, 255, 0.7);
	margin-top:15px;
	font-weight:300;
}
.abt_txt_box p{
	color:#818d9a;
	padding-top:20px;
}
.buss_about_bottom_bcont_wrapper{
	float:left;
	width:100%;
	padding-top:20px;
}
.tb_left_heading_wraper span{
	position:relative;
}
.tb_left_heading_wraper span:after{
	content:'';
	border:1px solid #f12711;
	width:130px;
	position:absolute;
	    top: 10px;
    left: 45px;
}
.buss_about_bottom_bcont_wrapper li a{
	margin-top:40px;
	float:left;
	width:170px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#f12711;
	border:1px solid #f12711;
	color:#ffffff;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
	    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.buss_about_bottom_bcont_wrapper li a:hover{
	background:transparent;
	border:1px solid #f12711;
	color:#f12711;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bus_about_right_img_wrapper{
	float:left;
	width:100%;
}
.bus_about_right_img_wrapper img{
	margin-top:-30px;
}
/*-- buss absout Css End --*/
/*-- bus service Wrapper Start --*/
.bus_service_main_wrapper{
	float:left;
	width:100%;
	background:url('../images/service_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.bus_service_img_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(6, 6, 16, 0.9);
}
.bus_services_heading span{
	position:relative;
}
.bus_services_heading span:after{
	content:'';
	border:1px solid #f12711;
	width:130px;
	position:absolute;
	    top: 10px;
    left: 45px;
}
.bus_services_heading span:before{
	content:'';
	border:1px solid #f12711;
	width:130px;
	position:absolute;
	    top: 10px;
    right: 45px;
}
.bus_services_heading p{
	padding-top:10px;
}
.bus_services_heading h3 {
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 20px;
}
.bus_ser_boxes1{
	float:left;
	width:100%;
	text-align:center;
	margin-top:60px;
	    min-height: 202px;
}
.bus_ser_boxes1 h3{
	padding-top:20px;
	text-transform:uppercase;
}
.bus_ser_boxes1 p{
	padding-top:20px;
}
.bus_ser_boxes1 h3 a{
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bus_ser_boxes1 h3 a:hover{
	color:#f12711;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bus_ser_boxes1:hover img{
	    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}
.am_home_icons img{
	width: 100px !important;
}
/*-- bus service Wrapper End --*/
/*-- bus counter Wrapper Start --*/
.bus_counter_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
	background:#ffffff;
}
.bus_services_heading_black h3{
	color:#3a424a;
}
.counterOne .chart_one{
  position: relative;
  margin-bottom: 15px;
}

.counterOne .percent {
	position: absolute;
	top: 38%;
	left: 0;
    right: 0;
    margin: 0px auto;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color: #111111;
	letter-spacing: 3px;
}

.counterOne .percent:after {
	content: '%';
	font-size: 18px;
	position: absolute;
	margin-top: -5px;
}
.counterOne h4{
	line-height: 24px;
	color: #3a424a;
	padding-top: 10px;
	font-weight:600;
	text-transform:uppercase;
}
.counterOne p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	padding-top: 10px;
}
.our-progress{
	margin-top:60px;
}
/*-- bus counter Wrapper End --*/
/*-- bus Progress Wrapper Start --*/
.bus_progress_main_wrapper{
	float:left;
	width:100%;
	background:url('../images/progrees_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-top:100px;
	text-align:center;
}
.bus_progress_img_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(6, 6, 16, 0.9);
}
.progressFive{
	text-align:left;
	    margin-top: 130px;
}
.progressFive .progress-wrapper {
	margin-bottom: 30px;
}
.progressFive .progress-item {
	line-height: 10px;
}

.progressFive .progress-title {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	text-transform:capitalize;
	margin-bottom: 20px;
	color:#818d9a;
}
.progress{
	margin-bottom:40px;
}
.progressFive .progress {
	height: 10px;
	background-color: #f9f9f9;
	box-shadow: none;
	border-radius: 10px;
}

.progressFive .progress-bar {
	box-shadow: none;
	text-align: right;
	border-radius: 10px;
	background:#f12711;
}

.progressFive .progress-percent {
	font-size: 16px;
	color: #818d9a;
	font-weight:bold;
}
.buss_progress_img_wrapper{
	float:left;
	width:100%;
	margin-top:40px;
}
/*-- bus Progress Wrapper End --*/
/*-- bus gallery Wrapper Start --*/
.bus_gallery_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
#filter{
	position:relative;
	display:inline-block;
	height:50px;
	border:2px solid #f12711;
	background:#ffffff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#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: #f12711;
    position: absolute;
    z-index: 1;
    bottom: -48px;
    transition: all .4s linear;
    border-radius: 5px;;
}
#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:#f12711;
	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:#f12711;
	opacity: .8;
	-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;
}
.my_slide_filter{
	margin-top:60px;
}
.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: 50px;
    line-height: 50px;
    text-align: center;
    background: #f12711;
    border: 1px solid #f12711;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -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 #f12711;
    color: #f12711;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/*-- bus gallery Wrapper End --*/
/*-- bus counter Wrapper Start --*/
.bus_counto_main_wrapper{
	float:left;
	width:100%;
	background:url('../images/counter_img.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-top:100px;
	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;
	background:rgba(0,0,0,0.5);
	border:1px solid rgba(255, 255, 255, 0.52);
	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 #f1271178;
    width: 90px;
    position: absolute;
    top: 60px;
    right: -132px;
}
.con_right_border:before{
	content: '';
    width: 10px;
    height: 10px;
    background: #f12711;
    position: absolute;
    top: 56px;
    right: -92px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
}
.con i:before{
	margin-left:0;
	font-size:50px;
}
.count-description {
	margin-top:40px;
}
.count-description span{
	font-size:46px;
	color:#f5af19;
	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 pricing Wrapper Start --*/
.bus_pricing_main_wrapper{
	float:left;
	width:100%;
	transition: transform .2s;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
	background:#fbfbfb;
	-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_pricing_box_wrapper{
	float:left;
	width:100%;
	text-align:center;
	margin-top:60px;
}
.btc_pricing_icon_wrapper{
	display:inline-block;
	 -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: #fbfbfb;
	padding: 10px;
	    z-index: 10;
    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;
}
.btc_pricing_hover_effect{
	position:relative;
	float:left;
	width:100%;
}
.btc_step_overlay{
	position:absolute;
	left:50%;
	right:50%;
	top:50%;
	bottom:50%;
	opacity:0;
	padding:10px;
	 -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;
}
.btc_pricing_box_wrapper:hover{
	-ms-transform: scale(1.16); /* IE 9 */
  -webkit-transform: scale(1.16); /* Safari 3-8 */
  transform: scale(1.16); 
  -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_pricing_box_wrapper:hover .btc_step_overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#f12711;
	opacity:1;
}
.btc_pricing_hover_effect i{
	width:125px;
	height:125px;
	background:#ffffff;
	text-align:center;
	line-height:125px;
	float:left;
	-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;
}
.btc_pricing_hover_effect i:before{
	position:relative;
	font-size:45px;
	margin-left:0;
	color: #f12711;
	 -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_pricing_box_wrapper:hover .btc_pricing_hover_effect i:before{
	color:#ffffff;
	z-index: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_pricing_cont_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding-top:125px;
	padding-bottom:50px;
	    position: relative;
    margin-top: -84px;
	 -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;
}
.btc_pricing_box_wrapper:hover .btc_pricing_cont_wrapper{
	background:#f12711;
	-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_pricing_cont_wrapper h3{
	    font-size: 45px;
	color:#000000;
	text-transform:uppercase;
	font-family: 'Lato';
	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_pricing_cont_wrapper h3 span{
	font-size:14px;
}
.btc_pricing_box_wrapper:hover .btc_pricing_cont_wrapper h3{
	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;
}
.btc_pricing_cont_bottom_line{
	position:relative;
}
.btc_pricing_cont_bottom_line:before{
	    content: '';
    border: 1px solid #e5e5e5;
    width: 1px;
    height: 13px;
    position: absolute;
    right: 0;
    left: 9px;
    margin: 0px auto;
    top: 30px;
    -ms-transform: rotate(228deg);
    -webkit-transform: rotate(228deg);
    transform: rotate(228deg);
	-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_pricing_cont_bottom_line:after{
	content: '';
    border: 1px solid #e5e5e5;
    width: 1px;
    height: 13px;
    position: absolute;
    right: 9px;
    left: 0;
    top: 30px;
    margin: 0px auto;
    ms-transform: rotate(313deg);
    -webkit-transform: rotate(313deg);
    transform: rotate(313deg);
	-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_pricing_cont_bottom_line_state{
	position:relative;
}
.btc_pricing_cont_bottom_line_state:after{
	content:'';
	border:1px solid #e5e5e5;
	width:130px;
	height:1px;
	position:absolute;
	left:0;
	right:0;
	top:31px;
	margin:0px auto;
	-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_pricing_cont_bottom_line_state:before{
	content:'';
	border:1px solid #ffffff;
	width:15px;
	height:1px;
	position:absolute;
	left:0;
	right:0;
	top:31px;
	margin:0px auto;
	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;
}
.btc_pricing_cont_wrapper p{
	color: #f12711;
	padding-top:65px;
	-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_pricing_cont_wrapper ul{
	margin-top:25px;
	display:inline-block;
}
.btc_pricing_cont_wrapper li i{
	padding-right:10px;
	color: #f12711;
	-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_pricing_cont_wrapper li:first-child{
	margin-top:0;
}
.btc_pricing_cont_wrapper li{
	margin-top:20px;
	text-align:left;
	-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_pricing_cont_wrapper h4{
	font-family: 'Lato', sans-serif;
	font-size:16px;
}
.btc_pricing_cont_wrapper h4 a {
	display:inline-block;
    width: 180px;
    height: 50px;
    background: #f12711;
    color: #ffffff;
	font-weight:bold;
	text-transform:uppercase;
    text-align: center;
    line-height: 45px;
	margin-top:40px;
    border: 1px solid transparent;
    -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;
}
.btc_pricing_box_wrapper:hover .btc_pricing_cont_wrapper h4 a{
	background:#ffffff;
	color:#000000;
	-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_pricing_box_wrapper:hover .btc_pricing_cont_wrapper h3, .btc_pricing_box_wrapper:hover .btc_pricing_cont_wrapper p, .btc_pricing_box_wrapper:hover .btc_pricing_cont_wrapper li i, .btc_pricing_box_wrapper:hover .btc_pricing_cont_wrapper li{
	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;
}
.btc_pricing_box_wrapper:hover .btc_pricing_cont_bottom_line_state:after, .btc_pricing_box_wrapper:hover .btc_pricing_cont_bottom_line:after, .btc_pricing_box_wrapper:hover .btc_pricing_cont_bottom_line:before{
	border:1px solid #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;
}
.btc_pricing_box_wrapper:hover .btc_pricing_cont_bottom_line_state:before{
	border:1px solid #f12711;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- bus pricing Wrapper Start --*/
/*-- bus blog Wrapper Start --*/
.bus_blog_main_wrapper{
	float:left;
	width:100%;
	background:url('../images/blog_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.bus_blog_img_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(6, 6, 16, 0.9);
}
.btc_blog_indx_box_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.btc_blog_indx_img_wrapper{
	position:relative;
}
.btc_blog_indx_img_wrapper img{
	width:100%;
	-webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}	
.btc_blog_indx_date_wrapper{
    width: 100px;
    height: 100px;
    background: #f12711;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0px auto;
    border: 12px solid #ffffff;
}
.btc_blog_indx_date_wrapper p{
	font-size:24px;
	color:#ffffff;
	font-weight:bold;
}
.btc_blog_indx_date_wrapper ul{
	padding-top:15px;
}
.btc_blog_indx_date_wrapper li:first-child{
	font-size:24px;
	color:#ffffff;
	font-weight:bold;
}
.btc_blog_indx_date_wrapper li:last-child{
	font-size:14px;
	color:#ffffff;
}
.btc_blog_indx_cont_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding-top:70px;
	padding-left:40px;
	padding-right:40px;
}
.btc_blog_indx_cont_wrapper h5{
	font-size:20px;
	color:#222222;
	line-height: 28px;
}
.btc_blog_indx_cont_wrapper p{
	padding-top:30px;
}
.btc_blog_indx_cont_wrapper h4{
	padding-top:20px;
	padding-bottom:40px;
}
.btc_blog_indx_cont_wrapper h4 a{
	font-size:16px;
	font-weight:bold;
	color: #f12711;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
}
.btc_blog_indx_cont_bottom{
	float:left;
	width:100%;
	background:#ffffff;
	border-top:1px solid #e5e5e5;
}
.btc_blog_indx_cont_bottom_left{
	float:left;
	width:50%;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
	border-right:1px solid #e5e5e5;
}
.btc_blog_indx_cont_bottom_left p, .btc_blog_indx_cont_bottom_right p{
	margin:0;
}
.btc_blog_indx_cont_bottom_left p i, .btc_blog_indx_cont_bottom_right p i{
	color: #f12711;
}
.btc_blog_indx_cont_bottom_right{
	float:left;
	width:50%;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
}
.btc_blog_indx_cont_bottom_left p a, .btc_blog_indx_cont_bottom_right 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_blog_indx_cont_bottom_left p a:hover, .btc_blog_indx_cont_bottom_right p a:hover{
	color:#2ab25c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- bus blog Wrapper End --*/
/*-- bus partners Wrapper Start --*/
.bus_partners_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.pn_img_wrapper img{
	width:auto !important;
	display:inline-block !important;
}
.pn_slider_wraper .owl-theme .owl-nav{
	display:none;
}
.pn_slider_wraper .owl-theme .owl-dots{
	display:none;
}
.pn_img_wrapper{
	margin-top:60px;
}
/*-- bus partners Wrapper Start --*/
/*-- bus news latter Wrapper Start --*/
.bus_news_latter_main_wrapper{
	float:left;
	width:100%;
	background:url('../images/newslatter_img.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-top:70px;
	padding-bottom:70px;
}
.bus_news_latter_img_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(6, 6, 16, 0.9);
}
.btc_newsletter_text{
	float:left;
	width:100%;
	padding-top: 2px;
}
.btc_newsletter_field{
	float:left;
	width:100%;
}
.btc_newsletter_field input{
	float: left;
    width: calc(95% - 160px);
    border: 2px solid rgba(255, 255, 255, 0.2784313725490196);
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    color: #ffffff;
    background-color: transparent;
    position: relative;
    padding-left: 40px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btc_newsletter_field i{
	position:absolute;
	left: 29px;
    z-index: 1;
    top: 17px;
	color:rgba(255, 255, 255, 0.47843137254901963);
}
.btc_newsletter_text h1{
	font-size:33px;
	color:#ffffff;
	font-weight:100;
	float:left;
	width:calc(100% - 40px);
	text-transform:uppercase;
	    padding-top: 10px;
}
.btc_newsletter_text h1 span{
	font-weight:bold;
}
.btc_newsletter_field input::-webkit-input-placeholder {
	color: #ffffff7a;
}
.btc_newsletter_field input::-moz-placeholder {
	color: #ffffff7a;
}
.btc_newsletter_field input:-ms-input-placeholder {
	color: #ffffff7a;
}
.btc_newsletter_field input:-moz-placeholder {
	color: #ffffff7a;
}
.btc_newsletter_field button{
	float:right;
	width:160px;
	height:50px;
	font-size:16px;
	text-transform:uppercase;
	border-radius:2px;
	background-color: #f12711;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:1px;
	border:0px;
	border:1px solid #f12711;
	-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;
}
.btc_newsletter_field button:hover{
	background:transparent;
	color: #f12711;
	border:1px solid #f12711;
	-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_newsletter_text i{
	width:40px;
	float:left;
	padding-top: 10px;
}
.btc_newsletter_text i:before{
	font-size:30px;
	color:#ffffff;
	margin:0;
}
/*-- bus news latter Wrapper End --*/
/*-- jp footer Wrapper Start --*/
.jp_footer_logo_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:50px;
	border-bottom: 1px solid #ffffff1a;
}
.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_logo img{
	height: 92px;
}
.jp_footer_first_cont h2{
	font-size:20px;
	color:#ffffff;
	text-transform:capitalize;
	position:relative;
}
.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:#f12711;
	text-transform:uppercase;
}
.jp_footer_first_cont li i{
	color:#f12711;
	padding-right:5px;
}
.jp_footer_candidate h2{
	font-size:20px;
	color:#ffffff;
	text-transform:capitalize;
	position:relative;
}
.jp_footer_candidate ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	margin-top:30px;
}
.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:#f12711;
}
.jp_footer_candidate ul li a:hover{
	color:#f12711;
	-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.10196078431372549);
	    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.jp_bottom_footer_left_cont p{
	color:#ffffff8c;
	margin-top: 12px;
}
.jp_bottom_footer_right_cont ul{
	float:right;
}
.jp_bottom_footer_right_cont li{
	float:left;
	margin-left:20px;
}
.jp_bottom_footer_right_cont li a{
	float:left;
	width:40px;
	height:40px;
	-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:40px;
	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_bottom_footer_right_cont li a:hover{
	background:#f12711; 
	border:1px solid #f12711;
	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 #f12711;
	width:60px;
	position:absolute;
	    top: 15px;
    left: 45px;
}
/*-- jp footer Wrapper End --*/
/**********************-- Buss BAOUT CSS Start --************************/
.inner_top_header_iiner{
	background:url('../images/slide1.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	float:left;
	width:100%;
	height:100%;
	position:relative;
	padding-top: 20px;
    padding-bottom: 20px;

}
.buss_about_index_header_inner_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(6, 6, 16, 0.9);
}
.top_shape_wrapper_inner{
	padding-top:0;
}
.lr_inner_header_bottom_title_wrapper{
	background:url('../images/tittle_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	height:100%;
	float:left;
	width:100%;
	    padding-top: 20px;
    padding-bottom: 20px;
}
.lr_inner_title_heading_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.lr_inner_title_heading_wrapper h2{
	font-size:30px;
	color:#2b4a62;
	font-weight:600;
	display:inline-block;
	text-transform:uppercase;
	padding-top:20px;
	padding-bottom:20px;
}
.lr_inner_title_right_Wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.lr_inner_title_right_Wrapper ul{
	display:inline-block;
	padding-top:20px;
	padding-bottom:20px;
}
.lr_inner_title_right_Wrapper li{
	float:left;
	margin-left:15px;
	color:#f12711;
}
.lr_inner_title_right_Wrapper li 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;
}
.lr_inner_title_right_Wrapper li a:hover{
	color:#f12711;
	-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_about_section_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:94px;
}
.lr_about_slider_main_wrapper{
	float:right;
	width:100%;
}
.lr_about_slider_main_wrapper  .owl-theme .owl-dots{
	display:none;
}
.lr_about_slider_main_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    z-index: 1000;
    display: block;
	right:0;
}
.lr_about_slider_main_wrapper .owl-theme .owl-nav .owl-prev{
    margin: 0;
    padding: 0;
    right: 0;
	font-size: 26px;
	top:0;
	color:#ffffff;
	width:60px;
	height:50px;
	line-height: 47px;
	background:rgba(0, 0, 0, 0.63);
    position: absolute;
    text-align: center;
	    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 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;
}
.lr_about_slider_main_wrapper .owl-theme .owl-nav .owl-prev:after{
	    content: '';
    border: 1px solid rgba(255, 255, 255, 0.36);
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 30px;
    z-index: 1;
}
.lr_about_slider_main_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 26px;
    right: 0;
    top: 50px;
    position: absolute;
	color:#ffffff;
	width:60px;
	padding-left: 11px;
    height: 50px;
	margin:0;
    line-height: 37px;
	background:rgba(0, 0, 0, 0.63);
    text-align: center;
	    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 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;
}
.lr_about_slider_main_wrapper  .owl-theme .owl-nav .owl-next i:before,
.lr_about_slider_main_wrapper .owl-theme .owl-nav .owl-prev i:before{
	margin-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;
}
.lr_about_slider_main_wrapper  .owl-theme .owl-nav .owl-next:hover i:before,
.lr_about_slider_main_wrapper  .owl-theme .owl-nav .owl-prev:hover i:before{
	color:#2ab262;
	-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_index_about_right_wrapper p{
	padding-top:30px;
}
.lr_index_about_right_wrapper li a {
    margin-top: 40px;
    float: left;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f12711;
    border: 1px solid #f12711;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.lr_index_about_right_wrapper li a:hover {
    background: transparent;
    border: 1px solid #f12711;
    color: #f12711;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.plumb_special_main_cont_wrapper{
	margin-top:80px;
}
.plumb_special_main_cont1_wrapper{
	text-align:center;
	background-color:#f7f7f7;
	float:left;
	width:100%;
	padding-bottom:10px;
}
.plumb_special_main_cont1 h4{
	color:#000000;
	font-size:18px;
	display:inline-block;
	padding-top:20px;
}
.plumb_special_main_cont1 p{
	color:#000000;
}
.plumb_special_cont_overlay_wrapper {
  position: relative;
  width:auto;

}
.plumb_special_cont_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity:0;
  transition: .2s ease;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
}
.plumb_special_main_cont_wrapper:hover .plumb_special_cont_overlay {
  background-color: rgb(255 0 0 / 0.55);
  opacity:1;
	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;
}
.plumb_special_main_cont_wrapper:hover .plumb_special_cont_overlay .plumb_special_text{
	bottom:-35px;
	-webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.plumb_special_main_cont_wrapper:hover .plumb_special_cont_overlay i{
	opacity:1;
}
.plumb_special_cont_overlay_wrapper img{
	width:100%;
}
.plumb_special_text {
  position: absolute;
  bottom:-100px;
  left: 50%;
  width:100%;
  height:60px;
  background:#f7f7f7;
  text-align:center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.plumb_special_text ul{
	display:inline-block;
	padding-top:24px;
}
.plumb_special_text li{
	float:left;
	margin-left:10px;
	font-size:20px;
}
.plumb_special_text li:first-child{
	margin-left:0;
}
.plumb_special_text li a{
	color:#000000;
	-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_special_text li a:hover{
	color: #f12711;
	-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_testimonial_info{
	float:left;
	width:100%;
	text-align:center;
	padding-top: 100px;
	padding-bottom: 60px;
}
.plumb_testimonial_info img{
	display:inline-block;
	margin-top:-80px;
    position: relative;
    z-index: 1;
}
/* Carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 10px;
    color: #ffffff;
}
#quote-carousel .carousel-control {
	display:none;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 60px;
    height: 60px;
    margin: 5px;
    cursor: pointer;
	border: 2px solid transparent;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
	border-radius:0;
}
#quote-carousel .carousel-indicators li  img{
	padding:5px;
	margin: 0px;
    display: block;
}
#quote-carousel .carousel-indicators .active {
    background: transparent;
    width: 60px;
    height: 60px;
	border: 2px solid #f12711;
    opacity: 1;
    overflow: hidden;
}
.plumb_testimonial_info .carousel-inner {
    min-height: 100px;
}
.plumb_testimonial_info .carousel-inner > .item p{
	float:left;
	width:100%;
	font-style:italic;
	font-size:20px;
	color:#818d9a;
}
.plumb_testimonial_info .carousel-inner > .item h4{
	float:left;
	width:100%;
	font-size:20px;
	margin:20px 0px 5px 0px;
	color:#818d9a;
    font-weight: 500;
}
.plumb_testimonial_info .carousel-inner > .item small{
	float:left;
	width:100%;
	color:#707070;
}
@media (max-width: 540px){
	#quote-carousel .carousel-indicators{bottom:-58px;}
	.plumb_testimonial_info{padding-bottom:100px;}
}
.bus_services_heading_inner h3{
	color:#3a424a;
}
.bus_ser_boxes1_inner h3 a{
	color:#3a424a;
	font-weight:600;
}
.bus_service_img_overlay_inner{
	background:#ffffff;
}

.portfolio-filter {
    margin-bottom: 30px;
}
.bus_inner_tabs #filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
	color:#202020;
	background:transparent;
    padding: 10px 20px;
    margin-right: 10px;
	font-weight:400;
	text-transform:capitalize;
    border:1px solid #eaeaeb;
	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;
}
.bus_inner_tabs #filter li a:hover,
.bus_inner_tabs #filter li a.active{
	color:white;
    background:#f12711;
	 border:1px solid #f12711;
}
.bus_inner_tabs #filter li a:last-child{
    margin-right: 0px;
}
.tab_image_text {
	float:left;
	width:100%;
	background:white;
    border: 1px solid #e1e1e1;
	padding:30px;
	border-top: none;
	padding-top: 10px;
    padding-bottom: 10px;
}
.project_category{
	float:left;
}	
.project_likes{
	float:right;
	    padding-top: 10px;

}
.project_category h4 a{
	color:#999999;
	font-size:14px;
	text-transform:capitalize;
}
.project_title h4{
	font-size:18px;
	font-weight:bold;
	text-align:left;
	text-transform:capitalize;
}
.project_title h4 a{
	color:#111111;
}
.project_title{
	display:block;
}
.project_likes a {
	color:#4285f4;
	font-size:16px;	
	color:#000;
}
.project_likes a i{
	color: #f12711;
}
.gc_filter_cont_overlay_wrapper {
  position: relative;
  width:auto;
  visibility:visible;
}
.gc_filter_cont_overlay {
      width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    background: rgba(26, 26, 26, 0.65);
}
.portfolio-thumb:hover .gc_filter_cont_overlay {
  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;
	overflow:hidden;
	visibility:visible;
}
.gc_filter_cont_overlay_wrapper:hover .tab_image_text {
    border: 1px solid  #f12711;
	background: #f12711;
	border-top: 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;
}
.gc_filter_cont_overlay_wrapper:hover .project_title h4 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;
}
.gc_filter_cont_overlay_wrapper:hover .project_category h4 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;
}
.gc_filter_cont_overlay_wrapper:hover .project_likes 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;
}
.gc_filter_cont_overlay_wrapper:hover .project_likes a 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;
}
.gc_filter_cont_overlay_wrapper figure{
	display:block;
	margin:0;
	overflow:hidden
}
.gc_filter_cont_overlay_wrapper figure img{
	width:100%;
	display:block;
	transition:all 0.3s
}
.gc_filter_cont_overlay_wrapper:hover figure img {
    transform: scale(1.1, 1.1);
}
 .gc_filter_cont_overlay_wrapper:hover .gc_filter_cont_overlay i{
	 color:#4285f4;
	 opacity:1;
 }
.bus_inner_tabs #filter{
	border:0;
	margin-top:60px;
}
.bus_inner_tabs #filter li a{
	border:1px solid transparent;
}
.bus_inner_tabs #filter li a:hover, .portfolio-filter #filter li a.active{
	border-radius:5px;
}
.bus_blog_img_overlay_inner{
	background:#ffffff;
}
.btc_blog_indx_cont_wrapper_iiner{
	background:#fafafa;
}
.btc_blog_indx_date_wrapper_inner{
	    border: 12px solid #fafafa;
}
/**********************-- Buss ABOUT CSS End --************************/
/**********---------------- BLOG CATEGORIES CSS START --------------****************/
/*-- btc blog Category Wrapper Start --*/
.btc_blog_category_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.btc_blog_cate_post_main_wrapper{
	float:left;
	width:100%;
}
.btc_blog_cate_post_img_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.btc_blog_cate_post_img_wrapper img{
	width:100%;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.btc_blog_cate_date_wrapper{
    width: 100px;
    height: 100px;
    background: #f12711;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: -50px;
    right: 100px;
    border: 12px solid #ffffff;
}
.btc_blog_cate_date_wrapper p{
	font-size:24px;
	color:#ffffff;
	font-weight:bold;
}
.btc_blog_cate_date_wrapper ul{
	padding-top:15px;
}
.btc_blog_cate_date_wrapper li:first-child{
	font-size:24px;
	color:#ffffff;
	font-weight:bold;
}
.btc_blog_cate_date_wrapper li:last-child{
	font-size:14px;
	color:#ffffff;
}
.btc_blog_cate_cont_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding:40px;
	padding-bottom:0;
	border:1px solid #e5e5e5;
	border-top:0;
}
.btc_blog_cate_cont_wrapper h5{
	font-size:20px;
	color:#222222;
	line-height: 28px;
}
.btc_blog_cate_cont_wrapper p{
	padding-top:30px;
}
.btc_blog_cate_cont_wrapper h4{
	padding-top:20px;
	padding-bottom:40px;
}
.btc_blog_cate_cont_wrapper h4 a{
	font-size:16px;
	font-weight:bold;
	color:#f12711;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
}
.btc_blog_bottom_cate_cont_wrapper{
	float:left;
	width:100%;
	border:1px solid #e5e5e5;
	border-top:0;
}
.btc_blog_bottom_cont_small_box{
	float:left;
	width:25%;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
.btc_blog_bottom_cont_small_box p{
	margin:0;
}
.btc_blog_bottom_cont_small_box p i{
	color:#f12711;
	padding-right:5px;
}
.btc_blog_bottom_cont_small_box 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_blog_bottom_cont_small_box p a:hover{
	color:#f12711;
	-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_blog_bottom_cont_small_box2{
	border-left:1px solid #e5e5e5;
}
.btc_blog_bottom_cont_small_box3{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
.btc_blog_cate_post_main_wrapper_second{
	margin-top:60px;
}
.btc_blog_cate_right_main_wrapper{
	float:left;
	width:100%;
}
.btc_blog_cate_left_cate_wrapper{
	padding-bottom:40px;
}
.btc_blog_cate_right_social_wrapper{
	float:left;
	width:100%;
	margin-top:40px;
	padding-bottom:40px;
	margin-bottom:40px;
}
.btc_blog_cate_right_social_wrapper h1{
	font-size:30px;
	color:#222222;
}
.btc_blog_cate_social_fb_wrapper{
	float:left;
	width:100%;
	background:#39599f;
	text-align:center;
}
.btc_blog_cate_social_fb_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_social_fb_wrapper a i{
	font-size:20px;
}
.margin_top_fifte{
	margin-top:50px;
}
.btc_blog_cate_social_tw_wrapper{
	float:left;
	width:100%;
	background:#45b0e3;
	text-align:center;
}
.btc_blog_cate_social_tw_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_social_tw_wrapper a i{
	font-size:20px;
}
.btc_blog_cate_social_gp_wrapper{
	float:left;
	width:100%;
	background:#f84e3f;
	text-align:center;
	margin-top:30px;
}
.btc_blog_cate_social_gp_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_social_gp_wrapper a i{
	font-size:20px;
}
.btc_blog_cate_social_shair_wrapper{
	float:left;
	width:100%;
	background:#9fdd7c;
	text-align:center;
	margin-top:30px;
}
.btc_blog_cate_social_shair_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_social_shair_wrapper a i{
	font-size:20px;
}
.btc_blog_cate_client_slider_wrapper{
	float:left;
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:40px;
}
.btc_blog_cate_client_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.btc_blog_cate_client_slider_wrapper .owl-theme .owl-nav {
    display:none;
}
.btc_blog_cate_client_slider_cont{
	float:left;
	width:100%;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
	padding-top:40px;
	padding-bottom:40px;
	margin-top:50px;
	border:1px solid #e5e5e5;
}
.btc_blog_client_headin_wrapper h1{
	font-size:30px;
	color:#222222;
	position:relative;
}
.btc_blog_client_headin_wrapper h1:after{
	content:'';
	border:1px solid #f12711;
	width:30px;
	position:absolute;
	bottom:-15px;
	left:0;
}
.btc_blog_cate_testi_quote_wrapper1{
	position:relative;
}
.btc_blog_cate_testi_quote_wrapper1:after{
	content:'';
	border:1px solid #f12711;
	background:#f12711;
	width:12px;
	height:25px;
	position:absolute;
	left:-23px;
	right:0;
	margin:0px auto;
	top: 7px;
}
.btc_blog_cate_testi_quote_wrapper1:before{
	content: '';
    border-left: 12px solid transparent;
    border-top: 12px solid #ffffff;
    position: absolute;
    margin-left:-17px;
    margin-top:6px;
    z-index: 1;
}
.btc_blog_cate_testi_quote_wrapper2{
	position:relative;
}
.btc_blog_cate_testi_quote_wrapper2:after{
	content:'';
	border:1px solid #f12711;
	background:#f12711;
	width:12px;
	height:25px;
	position:absolute;
	left:18px;
	right:0;
	margin:0px auto;
	top: 7px;
}
.btc_blog_cate_testi_quote_wrapper2:before{
	content: '';
    border-left: 12px solid transparent;
    border-top: 12px solid #ffffff;
    position: absolute;
    margin-left: 3px;
    margin-top:6px;
    z-index: 1;
}
.btc_blog_cate_client_slider_cont p{
	padding-top:40px;
}
.btc_blog_trengle_cont_bottom_line{
	position:relative;
}
.btc_blog_trengle_cont_bottom_line:before{
	    content: '';
    border: 1px solid #e5e5e5;
    width: 1px;
    height: 23px;
    position: absolute;
    left: 21px;
    top: 38px;
    -ms-transform: rotate(215deg);
    -webkit-transform: rotate(215deg);
    transform: rotate(215deg);
    -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_blog_trengle_cont_bottom_line:after{
	    content: '';
    border: 1px solid #e5e5e5;
    width: 1px;
    height: 23px;
    position: absolute;
    left: 9px;
    top: 39px;
    ms-transform: rotate(326deg);
    -webkit-transform: rotate(326deg);
    transform: rotate(331deg);
    -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_blog_trengle_cont_bottom_line_state{
	position:relative;
}
.btc_blog_trengle_cont_bottom_line_state:before{
	content: '';
    border: 1px solid #ffffff;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 6px;
    top: 40px;
    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;
}
.btc_blog_cate_client_slider_wrapper .owl-carousel .owl-stage:after{
	height:20px;
}
.btc_blog_cate_client_slider_img_wrapper{
	float:left;
	width:100%;
	margin-top:40px;
}
.btc_blog_slider_img_width_divied{
	float:left;
	width:85px;
}
.btc_blog_slider_img_width_divied img{
	    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	border:2px solid #e5e5e5;
}
.btc_blog_slider_img_cont_width_divied{
	float:left;
	width:calc(100% - 85px);
	padding-left:20px;
	padding-top:20px;
}
.btc_blog_slider_img_cont_width_divied p{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	position:relative;
}
.btc_blog_slider_img_cont_width_divied p:after{
	content:'';
	border:1px solid #f12711;
	position:absolute;
	width:40px;
	left:0;
	top:-15px;
}
.btc_blog_post_headin_wrapper h1{
	font-size:30px;
	color:#222222;
}
.gc_footer_ln_img_wrapper{
	float:left;
	width:80px;
}
.gc_footer_ln_cont_wrapper{
	float:left;
	width:calc(100% - 80px);
	padding-left:20px;
}
.gc_footer_ln_cont_wrapper h4{
	font-size:16px;
	line-height:22px;
}
.gc_footer_ln_cont_wrapper h4 a{
	color:#797979;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_footer_ln_cont_wrapper h4 a:hover{
	color:#f12711;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_footer_ln_cont_wrapper p{
	font-size:14px;
	color:#797979;
	margin: 0;
    padding-top: 10px;
}
.gc_footer_ln_cont_wrapper p i{
	color:#f12711;
	padding-right:5px;
}
.gc_footer_ln_main_wrapper{
	float:left;
	width:100%;
	margin-top:50px;
}
.gc_footer_ln_main_wrapper2{
	margin-top:30px;
}
.btc_blog_cate_right_recent_post_wrapper{
	float:left;
	width:100%;
	padding-bottom: 40px;
}
.btc_shop_searchbar_wrapper{
	float:left;
	width:100%;
}
.btc_shop_searchbar_wrapper input{
	width:calc(100% - 60px);
	float:left;
	height:50px;
	border:2px solid #efefef;
	border-right:0;
	background:#ffffff;
	padding-left:20px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.btc_shop_searchbar_wrapper button{
	float:left;
	width:60px;
	height:50px;
	background:#ffffff;
	border:2px solid #efefef;
	border-left:0;
	-webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.btc_shop_left_cate_wrapper{
	float:left;
	width:100%;
	padding-top:45px;
}
.btc_shop_left_cate_wrapper h1{
	font-size:30px;
	color:#222222;
}
.btc_shop_left_cate_wrapper ul{
	margin-top:50px;
}
.btc_shop_left_cate_wrapper li{
	margin-top:10px;
}
.btc_shop_left_cate_wrapper li:first-child{
	margin-top:0;
}
.btc_shop_left_cate_wrapper li i{
	color:#f12711;
	padding-right:7px;
}
.btc_shop_left_cate_wrapper li span{
	color:#f12711;
	float:right;
}
.btc_shop_left_cate_wrapper li 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_shop_left_cate_wrapper li a:hover{
	color:#f12711;
	-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_shop_adver_img_main_wrapper{
	float:left;
	width:100%;
	background:#f12711;
	margin-top:40px;
	text-align:center;
	padding-bottom:30px;
}
.btc_shop_adver_img_wrapper img{
	width:100%;
	-webkit-border-bottom-right-radius: 110px;
    -moz-border-bottom-right-radius: 110px;
    border-bottom-right-radius: 110px;
	-webkit-border-bottom-left-radius: 110px;
    -moz-border-bottom-left-radius: 110px;
    border-bottom-left-radius: 110px;
}
.btc_shop_adver_img_cont_wrapper h4{
	font-size:20px;
	font-family: 'Lato', sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	padding-top:20px;
	font-weight:bold;
}
.btc_shop_adver_img_cont_wrapper p{
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:5px;
	margin:0;
}
.btc_shop_pagi a{
	background:#f9f9f9 !important;
	-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_shop_pagi a:hover{
	background:#f12711 !important;
	-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_shop_indx_cont_list_box_wrapper{
	float:left;
	width:100%;
	overflow:hidden;
	margin-top:35px;
}
.btc_shop_list_img_wrapper{
	width:270px;
	float:left;
}
.btc_shop_list_img_cont_wrapper{
	float:left;
	width:calc(100% - 270px);
	text-align:center;
	border:1px solid #e5e5e5;
	padding-top:45px;
	padding-bottom:40px;
	position:relative;
}
.btc_shop_list_img_cont_wrapper h1{
	font-size:20px;
	color:#222222;
	line-height: 26px;
	padding-bottom:30px;
	padding-top: 17px;
}
.orange{
	color:#f12711;
}
.btc_shop_list_price{
	display:inline-block;
	width:90px;
	height:30px;
	text-align:center;
	line-height:30px;
	background:#f12711;
	color:#ffffff;
	font-weight:bold;
	 -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.btc_shop_list_bottom_social_wrapper{
	float:left;
	width:100%;
	border-top:1px solid #e5e5e5;
	background:#ffffff;
	position: absolute;
    bottom: -110px;
	-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_shop_indx_cont_list_box_wrapper:hover .btc_shop_list_bottom_social_wrapper{
	bottom: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;
}
.btc_shop_list_bottom_social_wrapper li a{
	float:left;
	width:33.33%;
	height:60px;
	font-size:20px;
	line-height:60px;
	text-align:center;
	background:#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;
}
.btc_shop_list_bottom_social_wrapper li a:hover{
	background:#f12711;
	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;
}
.btc_shop_list_bottom_social_wrapper li:nth-child(2) a{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
.blog_comment1_wrapper{
	margin-top:90px;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:50px;
}
.blog_single_comment_heading h1{
	font-size:30px;
	color:#000000;
	margin-top:60px;
}
.blog_comment1_img{
	width:120px;
	float:left;
}
.blog_comment1_cont{
	width:calc(80% - 120px);
	margin-left:150px;
}
.blog_single_comment_heading span{
	color:#f12711;
}
.blog_comment1_cont h3{
	font-size:22px;
	font-weight:bold;
	padding-top:10px;
}
.blog_comment1_cont i{
	font-size:15px;
	color:#e8e8e8;
	padding-left:10px;
	padding-right:10px;
}
.blog_comment1_cont span{
	color:#f12711;
	font-size:16px;
	font-style: italic;
}
.blog_comment1_cont span a{
	color:#f12711;
	text-decoration:underline;
}
.blog_comment1_cont p{
	padding-top:5px;
}
.blog_comment2_wrapper{
	margin-top:60px;
	padding-bottom:50px;
}
.comment_cont2_border{
	border-bottom:1px solid #f2f2f2;
	float:left;
	width:100%;
}
.blog_comment3_wrapper{
	margin-top:60px;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:50px;
}
.contect_form1 input{
	width:100%;
	height:50px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-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 i{
	margin-left:-30px;
	color:#f12711;
	font-size:22px;
}
.contect_form4 i{
	margin-left:-30px;
	color:#f12711;
	font-size:22px;
	position:relative;
	top:-75px;
}
.contect_form1 input:hover, .contect_form1 input:focus, .contect_form2 input:hover, .contect_form2 input:focus{
	border:2px solid #f12711;
	-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_form2 input{
	width:100%;
	height:50px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-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_form4 textarea{
	width:100%;
	margin-top:30px;
	padding-left:20px;
	padding-top:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-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_form4 textarea:hover, .contect_form4 textarea:focus{
	border:2px solid #f12711;
	-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_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
	float:left;
}
.contect_btn li a{
	width:170px;
	height:50px;
	float:left;
	color:#fff;
	background:#f12711;
	text-align:center;
	line-height:45px;
	border-radius:5px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	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;
	letter-spacing:2px;
	border:2px solid transparent;
}
.contect_btn li a:hover{
	background:transparent;
	border:2px solid #f12711;
	-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:#000000;
}
.blog_contect_wrapper{
	margin-top:60px;
}
.btc_blog_cate_cont_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding:40px;
	padding-bottom:0;
	border:1px solid #e5e5e5;
	border-top:0;
}
.btc_blog_cate_cont_wrapper h5{
	font-size:20px;
	color:#222222;
	line-height: 28px;
}
.btc_blog_cate_cont_wrapper p{
	padding-top:30px;
}
.btc_blog_cate_cont_wrapper h4{
	padding-top:20px;
	padding-bottom:40px;
}
.btc_blog_cate_cont_wrapper h4 a{
	font-size:16px;
	font-weight:bold;
	color:#f12711;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
}
.btc_blog_bottom_cate_cont_wrapper{
	float:left;
	width:100%;
	border:1px solid #e5e5e5;
	border-top:0;
}
.btc_blog_bottom_cont_small_box{
	float:left;
	width:25%;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
.btc_blog_bottom_cont_small_box p{
	margin:0;
}
.btc_blog_bottom_cont_small_box p i{
	color:#f12711;
	padding-right:5px;
}
.btc_blog_bottom_cont_small_box 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_blog_bottom_cont_small_box p a:hover{
	color:#f12711;
	-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_blog_bottom_cont_small_box2{
	border-left:1px solid #e5e5e5;
}
.btc_blog_bottom_cont_small_box3{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
.btc_blog_single_post_bottom_post_wrapper{
	float:left;
	width:100%;
	padding-left: 80px;
    padding-right: 25px;
    border: 1px solid #e5e5e5;
	margin-top:40px;
	padding-bottom:30px;
	position:relative;
}
.btc_blog_single_post_bottom_post_wrapper:after{
	    content: '';
    border: 2px solid #f12711;
    width: 1px;
    height: 100px;
    position: absolute;
    left: -2px;
    top: 30px;
}
.btc_blog_single_post_quote_wrapper1{
	position:relative;
}
.btc_blog_single_post_quote_wrapper1:after{
	    content: '';
    border: 1px solid #f12711;
    background: #f12711;
    width: 12px;
    height: 25px;
    position: absolute;
    left: -50px;
    top: 35px;
}
.btc_blog_single_post_quote_wrapper1:before{
	    content: '';
    border-left: 12px solid transparent;
    border-top: 12px solid #ffffff;
    position: absolute;
    left: -50px;
    top: 34px;
    z-index: 1;
}
.btc_blog_single_post_quote_wrapper2{
	position:relative;
}
.btc_blog_single_post_quote_wrapper2:after{
	content: '';
    border: 1px solid #f12711;
    background: #f12711;
    width: 12px;
    height: 25px;
    position: absolute;
    left: -30px;
    top: 35px;
}
.btc_blog_single_post_quote_wrapper2:before{
	content: '';
    border-left: 12px solid transparent;
    border-top: 12px solid #ffffff;
    position: absolute;
    left: -30px;
    top: 34px;
    z-index: 1;
}
.btc_blog_single_post_bottom_post_wrapper h1{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	font-family: 'Lato', sans-serif;
	margin-top:40px;
}
.padding_60{
	padding-top:60px;
	padding-bottom:30px;
	float:left;
}
.blog_single_comment_heading span, .blog_single_comment_heading span, .btc_blog_cate_left_cate_wrapper span, .btc_blog_cate_right_social_wrapper span, .btc_blog_post_headin_wrapper span {
    position: relative;
    margin-top: 3px;
    float: left;
}
.blog_single_comment_heading span:after, .blog_single_comment_heading span:after, .btc_blog_cate_left_cate_wrapper span:after, .btc_blog_cate_right_social_wrapper span:after, .btc_blog_post_headin_wrapper span:after {
    content: '';
    border: 1px solid #f12711;
    width: 60px;
    position: absolute;
    top: 15px;
    left: 45px;
}
.bus_partners_main_wrapper_inner{
	background:#fbfbfb;
}
/*-- btc blog Category Wrapper End --*/
/**********---------------- BLOG CATEGORIES CSS END --------------****************/
/**********---------------- CONTACT CSS START --------------****************/
.sc_contact_us_section{
	float:left;
	width:100%;
}
.gallery_cont1_img{
	width:60px;
	height:60px;
	border:1px solid #eeeeee;
	border-top:transparent;
	text-align:center;
	line-height:60px;
	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;
}
.gallery_cont1_img [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{
	color:#254a93;
	font-size:26px;
}
.pd-0{
	float:left;
	width:20%;
}
.galery_hover_div:hover .gallery_cont1_img{
	border:1px solid rgba(255, 255, 255, 0.30);
	border-top:transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.top_serv_box ul li {
    float: left;
    width: 30%;
    margin-right: 20px;
    border: 1px solid #eeeeee;
}
.gallery_cont1_img {
    width: 60px;
    height: 60px;
    border: 1px solid #eeeeee;
    border-top: transparent;
    text-align: center;
    line-height: 60px;
    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;
}
.cntct_icon a i {
    font-size: 22px;
    color: #f12711;
}
.top_serv_box_txt span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.galery_hover_div span {
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #000;
    margin-bottom: 30px;
}
.top_serv_box_txt p {
    padding: 0 13px 12px 13px;
}
.bus_contact_box{
	float:left;
	width:100%;
	text-align:center;
	padding-top:60px;
	padding-bottom:60px;
}
.bus_contact_box span{
	float:left;
	width:100%;
	font-size:24px;
	color:#3a424a;
	padding-top:20px;
	padding-bottom:20px;
}
.buss_contact_boxes_main_wrapper{
	float:left;
	width:100%;
}
#map{
	width:100%;
	height:400px;
}
.buss_contact_form_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.cmnt_area_div_mn  form{
	float:left;
	width:100%;
	margin-top:60px;
}
.cont_main_section{
	float:left;
	width:100%;
	margin-top:60px;
}
.cntct_2_btn_wrapper button {
    width: 180px;
    height: 50px;
    display:inline-block;
    color: white;
    text-transform: uppercase;
    background: #f12711;
    text-align: center;
    line-height: 46px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
	margin-top: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;
    border: 2px solid transparent;
}
.cntct_2_btn_wrapper button:hover {
    background: transparent;
    border: 2px solid #f12711;
    -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: #f12711;
}
/**********---------------- CONTACT CSS END --------------****************/
.full_pdf{
			width: 100%;
    		height: calc(100vh - 20px);
		}