@import url(http://weloveiconfonts.com/api/?family=zocial);

/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,500italic,700,700italic,800);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,700,600,800);
 @import url('font-awesome.css');
@import url('flaticon.css');
@import url('pe-icon-7-stroke.css');
@import url('animate.css');
@import url('jquery.bxslider.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.min.css');
@import url('jquery.fancybox.css');
@import url('jquery.datepick.css');
@import url('hover.css');
/*** 

====================================================================
Reset
====================================================================

***/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
/*** 

====================================================================
Global Settings
====================================================================

***/
html, body{ height:100%; }
.hero-containt .owl-controls { display:none; }
.amzn-ad-container {
    background: #fff;
    width: 100% !important;
    overflow: hidden;
    height: 231px;
    border: 1px solid #ddd;
    padding: 3px 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #565656;
	line-height: 1.8em;
	font-weight: 600;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin: 0px;
	margin-bottom: 10px;
	background: none;
	line-height: 20px;
	font-size: 15px;
}
input, button, select, textarea {
	font-family: 'Open Sans', sans-serif;
}
p {
	position: relative;
	line-height: 2em;
}
.strike-through {
	text-decoration: line-through;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 320px;
	min-height: 500px;
	overflow: hidden;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
img {
	max-width: 100%;
}
/*
.full-width {
	width: 100%;
}*/
.centered {
	text-align: center;
}
.anim-3, .anim-3-all * {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.anim-5, .anim-5-all * {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.anim-7, .anim-7-all * {
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.default-btn {
	position: relative;
	padding: 12px 25px;
	line-height: 24px;
	text-transform: uppercase;
	background: #e90005;
	color: #ffffff !important;
	font-size: 13px;
	border: 1px solid #e90005 !important;
	font-family: "Roboto", sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.default-btn .fa {
	padding-left: 5px;
}
.default-btn:hover {
	background: #ffffff;
	color: #303030 !important;
	border-color: #303030 !important;
}
.regular-btn {
	position: relative;
	padding: 10px 20px;
	line-height: 28px;
	text-transform: uppercase;
	background: #ffffff;
	color: #777777 !important;
	font-size: 13px;
	border: 1px solid #c9c9c9 !important;
	font-family: "Roboto", sans-serif;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.btn-info {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.modal-content {
    z-index: 9999;
    width: 80%;
    margin: 0 auto;
}
.modal-header {
    text-align: center;
    font-size: 19px;
    color: #212121;
	font-weight: 800;
	text-transform: uppercase;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.form-module {
    position: relative;
    background: #ffffff;
    max-width: 400px;
    width: 100%;
    border-top: 5px solid #e90005;
    margin: 1em auto;
}
.form-module input[type="text"], .form-module input[type="password"], .form-module input[type="email"] {
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-weight: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 14px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	 z-index: 0;
    background-color: #000;
}
.form-module input[type="submit"] {
    background: #919191;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
}
.regular-btn:hover {
	background: #e90005 !important;
	color: #ffffff !important;
	border-color: #e90005 !important;
}
.roboto-font {
	font-family: "Roboto", sans-serif !important;
}
.opensans-font {
	font-family: 'Open Sans', sans-serif;
}
.playfair-font {
	font-family: 'Playfair Display', serif;
}
.raleway-font {
	font-family: 'Raleway', sans-serif;
}
.no-bg {
	background: none !important;
}
.sec-p {
	padding-bottom: 70px;
	padding-top: 70px;
}
.tp-m0 {
	margin: 0 !important;
}
.m-top0 {
	margin-top: 0 !important;
}
.m-top10 {
	margin-top: 10px !important;
}
.m-top15 {
	margin-top: 15px !important;
}
.m-top20 {
	margin-top: 20px !important;
}
.m-top50 {
	margin-top: 50px !important;
}
.tp-mb0 {
	margin-bottom: 0 !important;
}
.tp-mb10 {
	margin-bottom: 10px !important;
}
.m-rit15 {
	margin-right: 15px !important;
}
.m-btm20 {
	margin-bottom: 20px !important;
}
.m-btm50 {
	margin-bottom: 50px !important;
}
.tp-p0 {
	padding: 0 !important;
}
.tp-pb30 {
	padding-bottom: 30px !important;
}
.tp-mb40 {
	margin-bottom: 40px !important;
}
.tp-pb70 {
	padding-bottom: 70px !important;
}
.tp-pt30 {
	padding-top: 30px !important;
}
.p-top0 {
	padding-top: 0 !important;
}
.bdt-5 {
	border-top: 5px solid #9101cc;
}
.bg-color-f5 {
	background-color: #f5f5f5 !important;
}
.bg-color-f8 {
	background-color: #f8f8f8 !important;
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.gif);
}
/*** 

====================================================================
Icons style
====================================================================

***/

.icon-style {
	margin: 15px 0;
}
.icon-style .icon {
	display: inline-block;
	font-size: 36px;
	margin: 15px 0;
}
.icon-style .title {
	color: #1c1c1c;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	letter-spacing: 0;
}
.icon-style .icon.icon-bg {
	display: inline-block;
	font-size: 36px;
	margin: 15px 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #e90005;
	color: #fff;
	border-radius: 50%;
}
.icon-style .icon.icon-gray {
	background: #eee;
	color: #e90005;
}
.icon-style .icon.icon-bg.icon-lg {
	font-size: 42px;
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.style-round {
	border-radius: 50%;
}
.icon-style .icon.style-border {
	background: transparent;
	border: 2px solid #888888;
	color: #888888;
}
.icon-style .icon.style-border.white {
	border-color: #fff;
	color: #fff;
}
.icon-style .icon.style-border.color {
	border-color: #e90005;
	color: #e90005;
}
/*Social Icon Style*/

.social-links {
	display: inline-block;
}
.social-links a {
	line-height: 24px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.social-links a:hover {
	color: #e90005;
	border-color: #e90005;
}
/*** 

====================================================================
Main Header style
====================================================================

***/

.main-header {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 999;
	background: #ffffff;
	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-header .header-top {
	position: relative;
	padding: 6px 0px;
	background: #ffffff;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	
	
}
.fixed-top-header .header-top {
	padding: 10px 0px;
	display:none;
	transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
}
.fixed-top-header {
	position: fixed;
}
.main-header .logo {
	position: relative;
	padding: 0px 0px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.fixed-top-header .logo {
	padding: 0px 0px;
}
.main-header .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.main-header .header-top .search-form .form {
	position: relative;
	margin-top: 25px;
	padding-left: 30px;
}
.main-header .header-top .form input[type="text"], .main-header .header-top .form input[type="password"] {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 24px;
	font-size: 13px;
	padding: 7px 50px 7px 15px;
	border: 1px solid #cccccc;
	background: #ffffff;
}
.phonefa {
	font-size: 18px;
	color: #e90005;
	margin-right: 5px;
}
.hero-size {
	font-size: 12px;
	text-transform: uppercase;
	color: #36404B !important;
}
.hero-color {
	font-size: 15px;
	color: #e90005 !important;
	font-weight: 600;
}
.main-header .header-top .form select {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 24px;
	font-size: 13px;
	padding: 7px 15px;
	border: 1px solid #cccccc;
	border-right: none;
	color: #888888;
	background: #ffffff url(../images/icons/icon-down.html) center right no-repeat;
	cursor: pointer;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
}
.main-header .header-top .form-group {
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.main-header .header-top .medium {
	width: 150px;
}
.main-header .header-top .form button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #000000;
	line-height: 40px;
	color: #ffffff;
	font-size: 14px;
}
.main-header .header-top .form button:hover {
	background: #e90005;
}
.main-header .header-top .large {
	width: 320px;
}
.main-header .header-top .user-links {
	position: relative;
	margin-top: 25px;
}
.main-header .header-top .user-links a {
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 30px;
	padding: 5px 0px;
	display: inline-block;
	margin: 0px 5px;
	color: #565656;
}
.main-header .header-top .user-links a:hover, .main-header .header-top .user-links a.active {
	color: #e90005;
}
.main-header .header-lower {
	position: relative;
	padding: 0px 0px;
	background: #b00114;
}
.main-menu {
	position: relative;
	z-index: 5;
}
.main-menu .navbar-collapse {
	padding: 0px 0px;
}
.main-menu .navbar-collapse > ul > li {
	position: relative;
	float: left;
}
.main-menu .navbar-collapse > ul > li.dropdown > a:after {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 10px;
	height: 20px;
	display: block;
	color: #ffffff;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	z-index: 5;
}
.main-menu .navbar-collapse > ul > li > a {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 10px;
	padding: 16px 9px;
	color: #ffffff;
	background: none;
	overflow: hidden;
	text-transform: uppercase;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-weight: 600;
}
.main-menu .navbar-collapse > ul > li.dropdown > a {
	padding: 16px 40px 16px 15px;
}
.main-menu .navbar-collapse > ul > li:hover > a, .main-menu .navbar-collapse > ul > li.current > a, .main-menu .navbar-collapse > ul > li.current-menu-item > a {
	color: #ffffff;
	background: #720529;
}
.main-menu .navbar-collapse > ul > li > ul {
	position: absolute;
	display: block;
	width: 210px;
	top: 120%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background: #e90005;
	border: 1px solid rgba(255,255,255,0.50);
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-ms-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
}
.main-menu .navbar-collapse > ul > li:hover > ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	transition: all 400ms ease 100ms;
	-moz-transition: all 400ms ease 100ms;
	-webkit-transition: all 400ms ease 100ms;
	-ms-transition: all 400ms ease 100ms;
	-o-transition: all 400ms ease 100ms;
}
.main-menu .navbar-collapse > ul > li > ul > li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.50);
}
.main-menu .navbar-collapse > ul > li > ul li.dropdown:after {
	font-family: 'FontAwesome';
	content: '\f0da';
	position: absolute;
	right: 7px;
	top: 7px;
	width: 20px;
	height: 20px;
	display: block;
	color: #ffffff;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	z-index: 5;
}
.main-menu .navbar-collapse > ul > li > ul > li:last-child {
	border: none;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	background: url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
}
.main-menu .navbar-collapse > ul > li > ul > li > a {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #ffffff;
	padding: 7px 15px;
	background: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}
.main-menu .navbar-collapse > ul > li > ul > li:hover > a {
	background: rgb(114, 5, 41);
	padding-left: 20px;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul {
	position: absolute;
	display: block;
	width: 210px;
	top: -1px;
	left: 120%;
	opacity: 0;
	visibility: hidden;
	background: #e90005;
	border: 1px solid rgba(255,255,255,0.50);
	border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	-ms-border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	-o-border-radius: 0px 5px 5px 5px;
}
.main-menu .navbar-collapse > ul > li > ul > li:hover > ul {
	opacity: 1;
	left: 100%;
	visibility: visible;
	transition: all 400ms ease 100ms;
	-moz-transition: all 400ms ease 100ms;
	-webkit-transition: all 400ms ease 100ms;
	-ms-transition: all 400ms ease 100ms;
	-o-transition: all 400ms ease 100ms;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul > li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.50);
}
.main-menu .navbar-collapse > ul > li > ul > li > ul > li:last-child {
	border: none;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul > li > a {
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #ffffff;
	padding: 7px 15px;
	background: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul > li:hover > a {
	background: rgba(255,255,255,0.30);
	padding-left: 20px;
}
.header-lower .social-outer {
	text-align: right !important;
}
.header-lower .social-links {
	position: relative;
	padding-top: 3px;
}
.header-lower .social-links a {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 32px;
	text-align: center;
	background: #E4717A;
	color: #ffffff;
	font-size: 16px;
	line-height: 32px;
	margin: 9px 2px 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
}
.header-lower .social-links a:hover {
	background: #412B34;
}
/* Header Top Infos Styles */

.header-top-infos > ul {
	display: inline-block;
	float: right;
}
.header-top-infos > ul > li {
	border-right: 1px solid #D3D3D3;
	float: left !important;
	display: inline-block;
	padding: 0 30px;
}
.header-top-infos > ul > li:last-child {
	border: none;
	padding-right: 5px;
}
.header-top-infos > ul > li:last-child {
	border: none;
}
.header-top-infos {
	font-size: 14px;
	line-height: 20px;
	color: #36404B;
	margin-top: 7px;
}
.header-top-infos p {
	margin-bottom: 5px;
}
.header-top-infos li div {
	display: inline-block;
}
.header-top-infos li div img {
	float: left !important;
	margin-right: 10px;
	margin-top: 17px;
}
.header-top-infos li div p {
	float: left;
}
/*** 

====================================================================
Main Slider style
====================================================================

***/
.bhg{
	width: 40px;
	height: 40px;
	background-color: #000;
	color:#fff;
	position: absolute;
	top: -2%;
	right: -2%;
	border-radius: 50%;
	z-index: 1000;
}
.submt{
	width: 100%;
	background: #b00114 !important;
}
.form-wid{
	margin-top: 30px;
	padding-right: 40px;
}
.join{
	font-size: 22px;
	text-align: center;
	color: #c30010;
	margin-bottom: 10px;
}

.pty{
	position: fixed;
	top:45%;
	left: -2%;
	transform: rotate(-90deg);
	/* text-orientation: upright;
	flex-direction: column; */
	padding: 10px 20px!important;
	display: flex;
	border: none;
	background-color: #C30010;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	font-size: 14px !important; 
	text-transform: uppercase;
}
.pty:hover{
	border: none;
	background-color: #000;
}
.form-group-inner {
    position: relative;
    display: table;
    width: 100%;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
 .icon-box label {
    position: relative;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #3d3d3d;
    margin: 0px;
    background: #ffffff;
    border-right: 1px solid #d0d0d0;
}
.form-control{
	border: none;
	box-shadow: none;
	background-color: transparent;
	border-bottom: 1px solid #00000071;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 13px;
}
.field-outer input{
	padding: 3px;
	width: 100%;
}
.innerg{
	display: flex;
	align-items: center;
}
.fa-file{
	margin-right: 5px;
}
.ptys{
	display: none;
}
.m-contetc{
	width: 100% !important;
}
.modal-body{
	position: relative;
	padding: 0 !important;
	background: #fee3e252;
}
.main-slider {
	position: relative;
	background: none;
	color: #1c1c1c;
}
.main-slider .slide-text {
	font-size: 20px;
	font-style: italic;
	font-family: 'Gorgia', 'Times New Roman';
}
.tp-bullets.preview4 .bullet {
	background: #e90005 !important;
	border-color: #202020 !important;
}
.tp-bullets.preview4 .bullet:hover, .tp-bullets.preview4 .bullet.selected {
	border-color: #e90005 !important;
}
/*** 

====================================================================
Main Slider style 2
====================================================================

***/


/* slider update styles */
.main-slider .slider-title1 .title {
	background-color: rgba(43, 178, 224, 0.5);
	font-size: 60px;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	color: #fff;
	line-height: 60px;
	letter-spacing: 0;
	display: inline-block;
	padding: 5px 15px 12px;
	vertical-align: top;
}
.main-slider .slider-title2 .title {
	background-color: #000;
	font-size: 32px;
	font-family: 'Playfair Display', serif;
	color: #bbb;
	line-height: 39px;
	letter-spacing: 0;
	font-weight: 600;
	padding: 10px 25px;
	display: inline-block;
	vertical-align: top;
}
.main-slider .slider-title3 .title {
	background-color: #000;
	font-size: 22px;
	font-family: 'Playfair Display', serif;
	color: #bbb;
	line-height: 33px;
	letter-spacing: 0;
	font-weight: 600;
	padding: 10px 25px;
	display: inline-block;
	vertical-align: top;
}
.main-slider .slider-text p {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #fefefe;
	line-height: 28px;
	letter-spacing: 0;
	font-weight: 400;
}
/*** 

====================================================================
Form - Videos Upload Form
====================================================================

***/

/*Upload Videos Form*/
.videos-upload-form {
	bottom: 50px;
	position: absolute;
	right: 260px;
	z-index: 99;
	display: none;
}
.videos-upload-form .form-group {
	background: #eee;
	color: #717171;
	margin-bottom: 0;
	padding: 30px 50px;
}
.videos-upload-form .form-group .title {
	color: #e90005;
	font-size: 17px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}
.videos-upload-form .videos-upload-btn {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.videos-upload-form .form-group label {
	background: #e90005 none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 54px;
	margin-bottom: 10px;
	padding: 0 34px;
	text-transform: uppercase;
}
.fb_iframe_widget {
	display: inline-block;
	position: relative;
	margin-top: 121px !important;
}
.td-adspot-title {
	color: #bbbbbb;
	text-align: center;
	display: block;
}
.td-block-title-wrap {
	position: relative;
}
.td-block-title {
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 18px;
}
.td-block-title-1 {
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 18px;
	margin-top:-10px;
}
.entry-title {
    font-weight: bold;
}
.entry-title {
    margin-top: 0;
    margin-bottom: 7px;
    word-wrap: break-word;
    font-size: 20px;
    line-height: 40px;
}
.td-post-date-1 {
    /* margin-left: 4px; */
    color: #e90005;
    float: left;
    margin-bottom: 20px;
}
.td-post-content p, .td-post-content {
    font-family: "Open Sans";
    font-size: 17px;
    line-height: 31px;
}
.td-post-content p {
    word-wrap: break-word;
}
.td-post-content-1 {
	font-family: "Open Sans";
    font-size: 25px;
    line-height: 31px;
    color: #000;
    font-weight: 600;
}
.td-pulldown-size {
	background-color: #e90005 !important;
	padding: 8px 60px 8px !important;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}
.td-pulldown-size-1 {
	background-color: #e90005 !important;
	padding: 8px 88px 8px !important;
	width: 100%;
	color: #fff;
}
.td_block_template_3 .td-block-title > * {
	background-color: #000;
	color: #fff;
	padding: 0 10px;
}
.ad {
	width:100% !important;
}
	
.td-module-meta-info {
	position: absolute;
	bottom: -38px;
	background-color: #fff;
	border-bottom: 1px dashed #f1f1f1;
	margin: 0 20px;
	padding: 14px 0px 7px 23px;
}
.td-module-meta-info {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 11px;
	margin-bottom: 37px;
	line-height: 1;
	min-height: 17px;
}
.close {
    float: right;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    color: #e90005;
    filter: alpha(opacity=20);
    opacity: 1;
}
h3.entry-title td-module-title {
	line-height: 1;
	font-size: 15px !important;
}
.video-author a {
	color: #e90005;
}
.box {
	margin-top: -24px;
}
/*** 

====================================================================
Parallax Section
====================================================================

***/

.parallax-section {
	position: relative;
	padding: 80px 0px;
	color: #1c1c1c;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.parallax-section .auto-container {
	position: relative;
	z-index: 1;
}
.parallax-section h2 {
	position: relative;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 30px;
	font-family: "Roboto", sans-serif;
}
.parallax-section h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 40px;
	position: relative;
}
.parallax-section .line {
	position: relative;
	width: 100px;
	height: 3px;
	background: #e90005;
	margin: 0px auto 50px;
}
/*** 

====================================================================
Team Section style
====================================================================

***/

.team-area {
	border: 1px dotted #ddd;
	position: relative;
	margin-bottom: 30px;
}
.team-area img {
	display: block;
	width: 100%;
}
.team-area-hvr .team-area .image {
	overflow: hidden;
}
.team-area-hvr .team-area img {
	transform: scale(1);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.team-area-hvr .team-area:hover img {
	transform: scale(1.1);
}
.team-area .content {
	padding-right: 15px;
}
.team-area .title-box {
	padding-top: 18px;
}
.team-area .title-box h4 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.team-area .title-box p {
	color: #e90005;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 5px;
}
.team-area .text {
	color: #454545;
	font-family: "Roboto", sans-serif;
	margin-bottom: 12px;
}
/*** 

====================================================================
Pager Outer style
====================================================================

***/

.pager-outer .pagination a {
	color: #505050;
	font-size: 14px;
	padding: 7px 15px;
	text-align: center;
	display: block;
	border: 1px solid #e90005 !important;
}
.pager-outer .pagination li {
	position: relative;
	float: left;
	margin: 3px;
	border: none !important;
}
.pager-outer .pagination a:hover, .pager-outer .pagination .active a {
	background: #e90005;
	color: #ffffff;
}
/*** 

====================================================================
Featured Three Column style
====================================================================

***/

.featured-three-column {
	position: relative;
	padding: 50px 0px 10px;
}
.featured-three-column .column {
	position: relative;
	margin-bottom: 30px;
}
.featured-three-column .column .image {
	position: relative;
	margin-bottom: 15px;
}
.featured-three-column .column .image img {
	position: relative;
	display: block;
	width: 100%;
}
.featured-three-column .column h2 {
	position: relative;
	font-size: 19px;
	margin-bottom: 20px;
	color: #1c1c1c;
	line-height: 1.6em;
}
.featured-three-column .column h3 {
	position: relative;
	font-size: 17px;
	margin-bottom: 10px;
	color: #1c1c1c;
}
.featured-three-column .column .text {
	position: relative;
	margin-bottom: 20px;
}
.featured-three-column .column .read-more {
	position: relative;
	color: #e90005;
	font-size: 13px;
}
.featured-three-column .column .read-more .icon {
	padding-left: 5px;
}
.feautered-videos .section-title.title-m2 {
	margin-bottom: 10px;
}
.feautered-videos .section-title .title-border {
	margin-bottom: 20px;
	margin-top: 12px;
}
.feautered-videos .section-title.title-m3 {
	margin-bottom: 10px;
}
.feautered-videos .section-title.title-m3 .title-border {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.font-color-bbb {
	color: #bbb;
}
.title-2 {
	font-size: 14px !important;
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 0;
}
/*** 

====================================================================
Tabs Section style
====================================================================

***/

.tabs-section {
	position: relative;
	padding: 50px 0px 20px;
	background: #f7f7f7;
}
.tab-style {
	display: inline-block;
	border: 1px solid #9101cc;
}
.tab-style .column {
	position: relative;
	margin-bottom: 10px !important;
}
.tab-style .column.content-column {
	padding: 0 15px;
}
.tab-style .column .tab-btns {
	position: relative;
}
.tab-style .column .tab-btns .tab-btn {
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background: #9101cc;
	padding: 10px 20px;
	line-height: 24px;
	margin-bottom: 10px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.tab-style .tab-btns .tab-btn:hover, .tab-style .tab-btns .tab-btn.active {
	color: #ffffff;
	background: #e90005;
	border-color: #e90005;
}
.tab-style .column.content-column {
	margin-bottom: 15px !important;
	position: relative;
}
.tab-style .column .tab {
	position: relative;
	display: none;
}
.tab-style .column .tab.collapsed {
	display: block;
}
.tab-style .column .content-column h2 {
	position: relative;
	font-size: 19px;
	margin-bottom: 20px;
}
.tab-style .content-column h3 {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
}
.tab-style .content-column .image {
	position: relative;
	margin-bottom: 10px;
}
.tab-style .content-column .image img {
	position: relative;
	display: block;
	max-width: 100%;
}
/*** 

====================================================================
Featured Services style
====================================================================

***/

.featured-services {
	position: relative;
	padding: 50px 0px 20px;
}
.featured-services .featured-box {
	position: relative;
	margin-bottom: 30px;
}
.featured-services .featured-box .inner-box {
	position: relative;
	padding: 20px 20px 15px 80px;
	background: #ffffff;
	overflow: hidden;
	border: 1px solid #cccccc;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.featured-services .featured-box .inner-box:hover {
	border-color: #e90005;
	color: #ffffff;
	background: #e90005;
}
.featured-services .featured-box h3 {
	position: relative;
	font-size: 17px;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: #1c1c1c;
}
.featured-services .featured-box .inner-box:hover h3 {
	color: #ffffff;
}
.featured-services .featured-box h3 .icon {
	position: absolute;
	left: -60px;
	font-size: 40px;
	top: 0px;
	color: #cccccc;
}
.featured-services .featured-box .inner-box:hover h3 .icon {
	color: #ffffff;
}
.featured-services .featured-box p {
	z-index: 2;
}
.featured-services .featured-box .number-icon {
	position: absolute;
	right: -6px;
	top: 64%;
	z-index: 0;
}
/*** 

====================================================================
Testimonials Section style
====================================================================

***/

.testimonials-section {
	position: relative;
	padding: 30px 0px 0px;
	background-color: #ffffff;
}
.testimonials-section .sec-title {
	border: none;
	color: #ffffff;
}
.testimonials-section .sec-title h3 {
	display: inline-block;
	padding: 0px 0px 10px;
	border-bottom: 2px solid #e90005;
}
.testimonials-section .testimonials-slider {
	position: relative;
}
.testimonials-section .testimonials-slider .slide-item {
	position: relative;
	margin: 50px 0px 0px 0px;
	border: 1px solid #cccccc;
	background: #ffffff url(../images/icons/icon-quote.png) 15px 60px no-repeat;
	text-align: center;
}
.testimonials-section .testimonials-slider .slide-item:hover {
	border-color: #e90005;
}
.testimonials-section .testimonials-slider .image-box {
	position: relative;
	width: 80px;
	height: 80px;
	margin: -40px auto 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}
.testimonials-section .testimonials-slider .image-box img {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}
.testimonials-section .slide-item h3 {
	position: relative;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #000000;
	margin: 0px 5px 20px 0px;
}
.testimonials-section .rating {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.testimonials-section .rating .fa-star {
	position: relative;
	display: inline-block;
	margin: 0px 3px;
	color: #ffcc02;
}
.testimonials-section .slide-text {
	position: relative;
	font-size: 14px;
	color: #565656;
	line-height: 2em;
	padding: 20px;
}
.testimonials-section .column-carousel.three-column .owl-nav {
	display: none !important;
}
.testimonials-section .column-carousel.three-column .owl-controls {
	position: relative;
	text-align: center;
	padding: 20px 0px;
	top: 0px;
}
.testimonials-section .column-carousel.three-column .owl-dots {
	display: block !important;
}
.testimonials-section .column-carousel.three-column .owl-dot span {
	background: #505050;
}
.testimonials-section .column-carousel.three-column .owl-dot span:hover, .testimonials-section .column-carousel.three-column .owl-dot.active span {
	background: #e90005;
}
/*Testimonials Style*/
.client-testimonial {
	border: 1px dotted #ddd;
	border-bottom: 3px solid #e90005;
	border-radius: 15px;
	padding: 20px 15px;
}
.client-testimonial .thumb-img {
	margin-bottom: 15px;
}
.client-testimonial .content {
	margin-bottom: 10px;
}
.client-testimonial .content .text {
	font-size: 14px;
	position: relative;
}
.client-testimonial .content .text::after {
	bottom: -74%;
	color: #777777;
	content: "\f10e";
	font-family: "FontAwesome";
	font-size: 90px;
	left: 0;
	opacity: 0.1;
	position: absolute;
	right: 0;
}
.client-testimonial .content .author {
	margin-top: 18px;
}
.client-testimonial .content .occupation {
	color: #e90005;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
}
.testimonials-carousel .thumb-img img {
	margin: auto;
	width: auto !important;
}
.testimonials-carousel .owl-dots {
	margin-top: 15px;
}
.testimonials-carousel .owl-dots .owl-dot span {
	background: #d6d6d6;
	border-radius: 50%;
	height: 10px;
	margin: 5px 5px;
	width: 10px;
}
.testimonials-carousel .owl-dots .owl-dot:hover span, .testimonials-carousel .owl-dots .owl-dot.active span {
	background: #e90005;
}
/*** 

====================================================================
Default Section
====================================================================

***/

.default-section {
	position: relative;
	width: 100%;
	padding: 50px 0px 10px;
}
.default-section .column {
	position: relative;
	margin-bottom: 30px;
}
.default-section h3 {
	position: relative;
	margin-bottom: 10px;
	font-size: 19px;
	text-transform: none;
	color: #1c1c1c;
}
.default-section .color-theme {
	position: relative;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: none;
	font-style: italic;
	color: #212121 !important;
	font-family: 'Georgia', serif;
}
h3.latest-text {
	border-left: 5px solid #e90005;
	color: #212121;
	text-transform: uppercase;
	padding: 0.3em 0.5em;
}
.default-section .text {
	position: relative;
}
.default-section .text p {
	line-height: 2em;
}
.default-section .read-more {
	position: relative;
	display: inline-block;
	margin-top: 15px;
	color: #e90005;
	text-transform: uppercase;
	font-size: 13px;
}
.default-section .read-more .icon {
	padding-left: 10px;
}
/*** 

====================================================================
Page Title Section
====================================================================

***/

.page-title {
	position: relative;
	padding: 80px 0px;
	color: #ffffff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-title:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.30);
	z-index: 0;
}
.parallax-section .auto-container {
	position: relative;
	z-index: 1;
}
.page-title h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 800;
	margin-bottom: 30px;
	position: relative;
	text-transform: uppercase;
}
.page-title .line {
	position: relative;
	width: 100px;
	height: 3px;
	background: #e90005;
	margin: 0px auto 30px;
}
.page-title .icon {
	position: relative;
	margin: 0px auto 40px;
}
.page-title .bread-crumb {
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 7px;
	color: #ffffff;
	display: inline-block;
	padding: 6px 25px;
	position: relative;
}
.page-title .bread-crumb a {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding-right: 22px;
	position: relative;
}
.page-title .bread-crumb a:after {
	color: #ffffff;
	content: "\f0da";
	display: block;
	font-family: "FontAwesome";
	line-height: 25px;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 0;
	width: 15px;
}
.page-title .bread-crumb a:last-child {
	padding-right: 0;
}
.page-title .bread-crumb a:last-child:after {
	display: none;
}
.page-title .bread-crumb a i {
	margin-right: 5px;
}
.page-title .bread-crumb a:hover, .page-title .bread-crumb a.current {
	color: #f7f7f7;
}
/*** 

====================================================================
Attorney Profile Section
====================================================================

***/

.profile-section {
	position: relative;
	padding: 50px 0px 10px;
}
.profile-section.style-two {
	background: #f7f7f7;
}
.profile-section .member-info {
	position: relative;
	margin-bottom: 40px;
}
.profile-section .member-info .image img {
	position: relative;
	display: block;
	max-width: 100%;
}
.profile-section .member-info .member-title {
	position: relative;
	padding: 20px 0px 0px;
	border-bottom: 1px solid #c9c9c9;
}
.profile-section.style-two .member-info .member-title {
	border-bottom: 2px solid #e90005;
}
.profile-section .member-info .member-title h4 {
	font-size: 16px;
	text-transform: capitalize;
	color: #1c1c1c;
	margin-bottom: 5px;
}
.profile-section .member-info .member-desc {
	position: relative;
	padding: 15px 0px 5px;
	border-bottom: 1px solid #c9c9c9;
}
.profile-section .member-info .info {
	position: relative;
	padding: 15px 0px;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
}
.profile-section .member-info .info li {
	position: relative;
	margin-bottom: 5px;
}
.profile-section .member-info .info strong {
	position: relative;
	font-weight: normal;
	color: #e90005;
	text-transform: uppercase;
	padding-right: 10px;
}
.profile-section .member-info .info a {
	color: #555555;
}
.profile-section .column h3 {
	position: relative;
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 15px;
	color: #1c1c1c;
}
.styled-list {
	position: relative;
	margin-left: 30px;
}
.styled-list li {
	position: relative;
	margin-bottom: 7px;
	padding-left: 10px;
	list-style-type: disc;
	list-style-image: url(../images/icons/icon-bullet.png);
}
.skills {
	position: relative;
}
.skills .skill-box {
	position: relative;
	margin-bottom: 27px;
}
.skills .skill-box h4 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}
.skills .skill-box .bar {
	position: relative;
	height: 4px;
}
.skills .skill-box .bar .bar-innner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10px;
	background: #9101cc;
}
.skills .skill-box .bar .bar-fill {
	position: relative;
	width: 0px;
	height: 10px;
	background: #e90005;
}
.skills .skill-box .percent {
	position: absolute;
	right: 0px;
	width: 50px;
	top: -30px;
	font-size: 14px;
	color: #fff;
}
/*** 

====================================================================
Our Services style
====================================================================

***/

.services-section {
	position: relative;
	padding: 50px 0px 10px;
}
.services-section .column {
	position: relative;
	margin-bottom: 30px;
}
.services-section .column .image {
	position: relative;
	margin-bottom: 15px;
}
.services-section .column .image img {
	position: relative;
	display: block;
	width: 100%;
}
.services-section .column h2 {
	position: relative;
	font-size: 19px;
	margin-bottom: 20px;
	color: #1c1c1c;
	line-height: 1.6em;
}
.services-section .column h3 {
	position: relative;
	font-size: 17px;
	margin-bottom: 10px;
	color: #1c1c1c;
}
.services-section .column .text {
	position: relative;
	margin-bottom: 20px;
}
.services-section .column .read-more {
	position: relative;
	color: #e90005;
	font-size: 13px;
}
.services-section .column .read-more .icon {
	padding-left: 5px;
}
/*** 

====================================================================
Fact Counter Section
====================================================================

***/

.fact-counter {
	background-color: #e90005;
	color: #fff;
	position: relative;
}
.fact-dialogue .our-dialogue {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 2px;
	margin-top: 25px;
}
.fact-counter .column {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.fact-counter .count-outer {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
}
.fact-counter .column .line {
	position: relative;
	width: 50px;
	height: 2px;
	background: #e90005;
	margin: 20px auto;
}
.fact-counter .column .title {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
/*** 

====================================================================
Gallery Section
====================================================================

***/

/*Gallery Style Full*/

.gallery-section {
	position: relative;
	background: #ffffff;
	padding: 70px 10px 0;
}
.gallery-section.full-width {
	padding-bottom: 0px;
}
.gallery-section .filter-tabs {
	position: relative;
	margin: 10px 0px 40px;
	text-align: center;
}
.gallery-section .filter-tabs.tabs-right {
	text-align: right;
}
.gallery-section .filter-tabs li {
	background-color: #f3f1f1;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 5px 5px;
	padding: 10px 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.gallery-section .filter-tabs li:hover, .gallery-section .filter-tabs li.active {
	border-color: #e90005;
	color: #ffffff;
	background: #e90005;
}
.gallery-section .image-box {
	position: relative;
	float: left;
	margin-bottom: 0px;
	display: block;
}
.gallery-section.slider-section {
	padding-bottom: 0px;
	overflow: hidden;
}
.gallery-section.slider-section .slider-outer {
	margin-left: -2px;
	margin-right: -2px;
}
.gallery-section.slider-section .image-box {
	margin-bottom: 0px;
	width: 100%;
	display: block;
	border: 2px solid #ffffff;
	border-top-width: 4px;
}
.gallery-section .filter-list .image-box {
	display: none;
}
.gallery-section.full-width .image-box {
	margin-bottom: 0px;
}
.gallery-section .image-box .inner-box {
	position: relative;
	width: 100%;
	display: block;
	background: #ffffff;
	overflow: hidden;
}
.gallery-section .image-box .image {
	position: relative;
	display: block;
	width: 100%;
}
.gallery-section .image-box .image img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.gallery-section .image-box:hover .image img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.gallery-section .image-box .zoom-btn {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-size: 42px;
	color: #92b201;
	outline: 2px solid #92b201;
	outline-offset: -10px;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	transform: scale(0, 0);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.gallery-section .image-box .zoom-btn .icon {
	position: relative;
	display: inline-block;
	line-height: 50px;
	top: 50%;
	margin-top: -25px;
}
.gallery-section .image-box .inner-box:hover .zoom-btn {
	background-color: rgba(255,255,255,0.70);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
}
.gallery-section .image-box .btn-zoom {
	position: absolute;
	left: 0px;
	top: -100%;
	width: 100%;
	text-align: center;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.70);
	opacity: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.gallery-section .image-box:hover .btn-zoom {
	top: 0px;
	opacity: 1;
}
.gallery-section .image-box .btn-zoom .icon {
	position: relative;
	width: 30px;
	height: 30px;
	font-size: 42px;
	line-height: 30px;
	display: inline-block;
	top: 50%;
	margin-top: -15px;
	color: #e90005;
}
.btn-thm.full-gallery {
	border-radius: 25px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.gallery-section .section-title .title {
	margin-top: 10px;
	margin-left: -14px
}
.gallery-section .section-title .title .title-border {
	margin-bottom: 30px;
}
.gallery-section .filters .filter-tabs {
	margin-bottom: 10px;
}
/*** 

====================================================================
Pricing Section
====================================================================

***/

.pricing-table {
	background-color: #f7f7f7;
	border-radius: 2px 2px 0 0;
	border-top: 3px solid #e90005;
	position: relative;
}
.pricing-table.active {
	border-top-color: #9101cc;
}
.pricing-table .pricing-header {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.pricing-table .pricing-header .package-price {
	background-color: rgba(125, 60, 243, 0.97);
	border: 10px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	bottom: -50px;
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	height: 118px;
	left: 0;
	line-height: 65px;
	margin: auto;
	position: absolute;
	right: 0;
	width: 118px;
}
.pricing-table.active .pricing-header .package-price {
	background-color: rgba(145, 1, 204, 0.97);
}
.pricing-table .pricing-title {
	background-color: #e90005;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
}
.pricing-table.active .pricing-title {
	background-color: #9101cc;
}
.pricing-table .pricing-feature {
	padding-left: 30px;
}
.pricing-table .pricing-feature li {
	border: 1px solid #f1f1f1;
	padding: 10px 0;
	text-transform: uppercase;
}
.pricing-table .pricing-feature li:first-child {
	padding-top: 25px;
}
.pricing-table .pricing-feature li:last-child {
	padding-bottom: 25px;
}
.pricing-table .pricing-feature li i {
	color: #e90005;
	font-size: 16px;
	margin-right: 15px;
}
.pricing-table.active .pricing-feature li i {
	color: #9101cc;
}
.pricing-table .pricing-btn {
	text-align: center;
}
.pricing-table .pricing-btn .btn {
	background-color: #e90005;
	border-radius: 0;
	padding: 7px 0;
	width: 100%;
}
.pricing-table.active .pricing-btn .btn {
	background-color: #9101cc !important;
}
.pricing-table.active .pricing-btn .btn:hover {
	background-color: #1c1c1c !important;
}
/* Pricing Style Two */

.pricing-style2 .pricing-table .pricing-title {
	background-color: #e90005;
}
.pricing-style2 .pricing-table.active .pricing-title {
	background-color: #9101cc;
}
.pricing-style2 .pricing-table .pricing-btn {
	background-color: #333333;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: left;
}
.pricing-style2 .pricing-table .pricing-btn span {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin-top: 10px;
	text-align: center;
	width: 50%;
}
.pricing-style2 .pricing-table .pricing-btn .btn {
	background-color: #e90005;
	border-radius: 0;
	padding: 7px 0;
	width: 50%;
}
/*** 

====================================================================
Featured Section
====================================================================

***/

.featured-section {
	position: relative;
}
.featured-section::before {
	background-color: #141414;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.96;
	position: absolute;
	right: 0;
	top: 0;
}
/*** 

====================================================================
FAQ Section
====================================================================

***/

.faq-post {
	margin-bottom: 40px;
}
.faq-post .title {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.faq-post .detail {
	font-size: 13px;
}
/*** 

====================================================================
Accordions style
====================================================================

***/

.accordion-box {
	position: relative;
}
.accordion-box .block {
	margin-bottom: 25px;
	position: relative;
}
.accordion-box .block .acc-btn {
	border: 1px solid #9101cc;
	color: #fff;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	padding: 12px;
	position: relative;
}
.accordion-box .block .acc-btn.active {
	border-bottom: 1px solid #e90005;
	border-color: #e90005;
	color: #fff;
	padding-bottom: 10px;
}
.accordion-box .block .icon-outer {
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: -10px;
}
.accordion-box .block .icon-outer .icon {
	color: #e90005;
	line-height: 52px;
	position: absolute;
	top: 8px;
	right: 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;
}
.accordion-box .block .icon-outer .icon-plus {
	opacity: 0;
}
.accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
}
.accordion-box .block .active .icon-outer .icon-minus {
	opacity: 1;
}
.accordion-box .block .active .icon-outer .icon-plus {
	opacity: 0;
}
.accordion-box .block .acc-content {
	position: relative;
	display: none;
}
.accordion-box .block .acc-content.current {
	display: block;
}
.accordion-box .block .content {
	border: 1px solid #e90005;
	border-top: none;
	font-size: 13px;
	padding: 7px 12px 8px;
	position: relative;
}
/*Accordion Style Two*/

.accordion-box.style-two .block .acc-btn {
	font-size: 20px;
}
.accordion-box.style-two .block .content {
	font-size: 14px;
}
/*** 

====================================================================
Contact Us Section
====================================================================

***/

.contact-section {
	position: relative;
	padding: 0px 0px 20px;
}
.contact-section .sec-title {
	margin-bottom: 25px;
}
.contact-section .form-group {
	position: relative;
	margin-bottom: 20px;
}
.contact-section .form-group-inner {
	position: relative;
	display: table;
	width: 100%;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.contact-section .form-group .icon-box {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.contact-section .form-group .icon-box label {
	position: relative;
	display: inline-block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #3d3d3d;
	margin: 0px;
	background: #ffffff;
	border-right: 1px solid #d0d0d0;
}
.contact-section .form-group label.error {
	display: none !important;
}
.contact-section .form-group .field-outer {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.contact-section .form-group-inner input[type="text"], .contact-section .form-group-inner input[type="password"], .contact-section .form-group-inner input[type="tel"], .contact-section .form-group-inner input[type="email"], .contact-section .form-group-inner select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 9px 15px;
	color: #222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.contact-section .form-group input[type="text"].error, .contact-section .form-group input[type="password"].error, .contact-section .form-group input[type="tel"].error, .contact-section .form-group input[type="email"].error, .contact-section .form-group select.error, .contact-section .form-group textarea.error {
	background: rgba(255,0,0,0.20);
}
.contact-section .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 8px 15px;
	color: #222222;
	height: 200px;
	resize: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.contact-section button {
	position: relative;
	display: inline-block;
	background: #e90005;
	color: #ffffff;
	padding: 8px 30px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
}
.contact-section button:hover {
	position: relative;
	display: inline-block;
	background: #000000;
	color: #ffffff;
	padding: 8px 30px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
}

.contact-section button .icon {
	position: relative;
	top: 2px;
}
.contact-section button:before {
	background: #e90005;
}
/*** 

====================================================================
Map Section
====================================================================

***/

.map-section {
	position: relative;
	padding: 2px;
	border: 1px solid #e90005;
	margin-bottom: 10px;
}
.map-section .map-container {
	position: relative;
	width: 100%;
	height: 450px;
}
/*** 

====================================================================
Button Style
====================================================================

***/

.btn-thm {
	background: #e90005 !important;
	color: #fff !important;
	display: inline-block;
	font-family: "Roboto", sans-serif !important;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1px;
	line-height: 40px;
	padding: 0 27px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-thm:hover, .btn-thm:focus, .btn-thm:active {
	background: #212832 !important;
}
.btn-thm:hover, .btn-thm:focus, .btn-thm:active {
	color: #fff !important;
}
.btn-thm.btn-white {
	color: #7d3cf3 !important;
	background: #fff !important;
}
.btn-thm.btn-white i {
	border-left: 1px solid #f8f8f8 !important;
}
.btn-thm.btn-white:hover, .btn-thm.btn-white:focus, .btn-thm.btn-white:active {
	color: #fff !important;
	background: #212832 !important;
}
.btn-thm.btn-black {
	color: #fff !important;
	background: #1c1c1c !important;
}
.btn-thm.btn-black i {
	border-left: 1px solid #150202 !important;
}
.btn-thm.btn-black i:after {
	background: #5e5a5a !important;
}
.btn-thm.btn-black:hover, .btn-thm.btn-black:focus, .btn-thm.btn-black:active {
	color: #fff !important;
	background: #e90005 !important;
}
.btn-thm.btn-black:hover i, .btn-thm.btn-black:focus i, .btn-thm.btn-black:active i {
	border-left-color: #a271fb !important;
}
.btn-thm.btn-black:hover i:after, .btn-thm.btn-black:focus i:after, .btn-thm.btn-black:active i:after {
	background: #6329cf !important;
}
.btn-xs {
	font-size: 11px;
	line-height: 33px;
	padding: 0 12px;
}
.btn-xs i {
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 0;
}
.btn-lg {
	font-size: 16px;
	padding: 5px 25px;
}
/*** 

====================================================================
Global Settings
====================================================================

***/

.sec-title {
	margin-bottom: 40px;
	text-align: center;
}
.sec-title .title {
	color: #242424;
	font-size: 32px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.sec-title .p-text {
	color: #727272;
	font-size: 16px;
}
/* Title bottom style */

.title-bottom {
	position: relative;
}
.title-bottom::after {
	background-color: #e90005;
	bottom: -4px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 30px;
}
.title-bottom.center::after {
	left: 0;
	margin: auto;
	right: 0;
}
.title-bottom.black::after {
	background-color: #1c1c1c;
}
.title-bottom.lg::after {
	width: 70px;
}
/* Title border bottom style */

.title-border {
	display: block;
	margin-bottom: 40px !important;
	position: relative;
}
.title-border-1 {
	display: block;
	margin-bottom: 40px !important;
	position: relative;
}
.title-border:after {
	border: 1px solid #e90005;
	bottom: 0;
	content: "";
	height: 1px;
	left: -14px;
	position: absolute;
	width: 100px;
}
.title-border:before {
	border: 1px solid #ebedee;
	bottom: 0;
	content: "";
	height: 1px;
	left: -14px;
	position: absolute;
	right: 0;
	width: 100%;
}
.title-border-1:before {
	border: 1px solid #ebedee;
	bottom: 0;
	content: "";
	height: 1px;
	left: -14px;
	position: absolute;
	right: 0;
	width: 90% !important;
}
.title-border-1:after {
	border: 1px solid #e90005;
	bottom: 0;
	content: "";
	height: 1px;
	left: -14px;
	position: absolute;
	width: 100px;
}
.title-border.gray:before {
	border: 1px solid #ddd;
	width: 100%;
}
.section-title .title {
	color: #242424;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	margin-bottom: 20px;
	margin-left: -14px;
}
.sub-title {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.color-theme-2 {
	color: #212121 !important;
	font-size: 18px;
}
.img-fullwidth {
	width: 100%;
}
/* Font Size*/

.fs-12 {
	font-size: 12px !important;
}
.fs-13 {
	font-size: 13px !important;
}
.fs-14 {
	font-size: 14px !important;
}
.fs-15 {
	font-size: 15px !important;
}
.fs-16 {
	font-size: 16px !important;
}
.fs-18 {
	font-size: 18px !important;
}
.fs-20 {
	font-size: 20px !important;
}
.fs-24 {
	font-size: 24px !important;
}
.fs-28 {
	font-size: 28px !important;
}
.fs-30 {
	font-size: 30px !important;
}
.fs-36 {
	font-size: 36px !important;
}
.fs-48 {
	font-size: 48px !important;
}
.fs-60 {
	font-size: 60px !important;
}
.fs-64 {
	font-size: 64px !important;
}
.fs-72 {
	font-size: 72px !important;
}
/* Font Color */
.color-theme {
	color: #fff !important;
	font-size: 18px;
}
.hvr-color-theme:hover {
	color: #e90005 !important;
}
.color-theme2 {
	color: #9101cc !important;
}
.color-white {
	color: #ffffff !important;
}
.color-light-white {
	color: #f9f9f9 !important;
}
.color-black {
	color: #1c1c1c !important;
}
.color-gray {
	color: #888888 !important;
}
.color-light-gray {
	color: #c9c9c9 !important;
}
/* background Color */
.bg-color-theme {
	background-color: #e90005 !important;
}
.hvr-bg-color-theme:hover {
	background-color: #e90005 !important;
}
.bg-color-theme2 {
	background-color: #9101cc !important;
}
.bg-color-white {
	background-color: #ffffff !important;
}
.bg-color-light-white {
	background-color: #f9f9f9 !important;
}
.bg-color-black {
	background-color: #1c1c1c !important;
}
.bg-color-gray {
	background-color: #888888 !important;
}
.bg-color-light-gray {
	background-color: #c9c9c9 !important;
}
/* Font Weight */

.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-b {
	font-weight: bold !important;
}
.fs-italic {
	font-style: italic;
}
/* Line Height*/
.lh-20 {
	line-height: 20px;
}
/* Letter Spacing*/
.letter-spacing-1 {
	letter-spacing: 1px;
}
/* Margin Padding*/
.tp-mb5 {
	margin-bottom: 5px !important;
}
.tp-mt5 {
	margin-top: 5px !important;
}
.tp-mb12 {
	margin-bottom: 12px !important;
}
.tp-mt12 {
	margin-top: 12px !important;
}
.tp-pl25 {
	padding-left: 25px;
}
.tp-pr25 {
	padding-right: 25px;
}
.tp-pt1 {
	padding-top: 1px;
}
.tp-pt2 {
	padding-top: 2px;
}
.no-border {
	border: none !important;
}
.no-before::before {
	content: none !important;
}
.bg-image {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.bg-half-d1 {
	background-image: url("../images/photos/d01.html");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 510px;
	position: relative;
}
.zi-9 {
	position: relative;
	z-index: 9999;
}
.separator {
	height: 20px;
	margin-top: 10px;
	position: relative;
	width: 100%;
}
.small-separator {
	background-image: url("../images/icon/title-separator-small.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.text-left {
	text-align: left !important;
}
.video-wrapper {
	padding: 0;
	position: relative;
	width: 100%;
}
iframe {
	border: medium none;
	width: 100%;
}
.under-construction {
	padding-top: 200px;
	padding-bottom: 200px;
}
.under-construction .title {
	font-size: 64px;
	margin-bottom: 0;
}
.under-construction p {
	font-size: 16px;
}
/*** 

====================================================================
theme-overlay
====================================================================

***/

.theme-overlay {
	position: relative;
}
.theme-overlay::before {
	background-color: rgba(125, 60, 243, 0.65);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.theme-overlay.overlay-white::before {
	background-color: rgba(255, 255, 255, 0.65);
}
.theme-overlay.overlay-deep-white::before {
	background-color: rgba(255, 255, 255, 0.92);
}
.theme-overlay.overlay-black::before {
	background-color: rgba(0, 0, 0, 0.75);
}
.theme-overlay.overlay-deep-black::before {
	background-color: rgba(0, 0, 0, 0.92);
}
/*** 

====================================================================
Owl Carousel 
====================================================================

***/

.owl-carousel.owl-nav-style .owl-nav .owl-prev, .owl-carousel.owl-nav-style .owl-nav .owl-next {
	background: rgba(240, 240, 240, 0.85);
	border-radius: 0px;
	margin: 0;
	padding: 10px 12px;
	position: absolute;
	text-align: center;
	top: 45%;
}
.owl-carousel.owl-nav-style .owl-nav .owl-prev i, .owl-carousel.owl-nav-style .owl-nav .owl-next i {
	color: #666;
	font-size: 20px;
}
.owl-carousel.owl-nav-style .owl-nav .owl-prev {
	left: 0;
}
.owl-carousel.owl-nav-style .owl-nav .owl-next {
	right: 0;
}
/* owl nav style two */

.owl-carousel.owl-nav-style.owl-nav2 .owl-nav .owl-prev, .owl-carousel.owl-nav-style.owl-nav2 .owl-nav .owl-next {
	opacity: 0;
	top: 30%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.owl-carousel.owl-nav-style.owl-nav2:hover .owl-nav .owl-prev, .owl-carousel.owl-nav-style.owl-nav2:hover .owl-nav .owl-next {
	opacity: 1;
}
/* owl nav style three */

.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-prev, .owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-next {
	background-color: #f5f5f5;
	border: 1px solid #e9e9e9;
	left: auto;
	padding: 0 10px;
	top: -60px;
}
.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-prev {
	right: 30px;
}
.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-next {
	right: 0;
}
.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-prev i, .owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-next i {
	font-size: 14px;
}
/*** 

====================================================================
Bx Carousel 
====================================================================

***/

.bx-wrapper {
	margin: 0 auto 7px;
	padding: 0;
	position: relative;
}
.bx-wrapper .bx-viewport {
	background: transparent;
	border: none;
	box-shadow: none;
	left: 0;
}
/* bx top nav style */
.bx-controls .bx-controls-direction > a {
	background-image: none;
	color: #fff;
	height: auto;
	line-height: 26px;
	padding: 0 11px;
	width: auto;
	text-indent: 0;
	top: -34px;
	z-index: 0;
}
.bx-controls .bx-controls-direction > a:hover {
	background: #fff;
	color: #e90005;
}
.bx-controls .bx-controls-direction > a:hover i {
	color: #e90005;
}
.bx-controls .bx-controls-direction > a i {
	color: #757575;
}
.bx-controls .bx-controls-direction .bx-prev {
	right: 28px;
	left: auto;
}
.bx-controls .bx-controls-direction .bx-next {
	right: 0;
}
/*** 

====================================================================
Video Post
====================================================================

***/

.video-post {
/*	border: 1px solid #eee;*/
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	border: 1px solid #eaeaea;
	border-bottom-width: 3px;
}
.video-post .thumb {
	position: relative;
}
.video-post .thumb {
	position: relative;
}
.video-post .video-duration {
	background-color: #e90005;
	bottom: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 18px;
	padding: 0 5px 1px;
	position: absolute;
	right: 0;
}
.video-post .video-add {
	bottom: 0;
	font-weight: 700;
	left: 0;
	line-height: 1.5;
	padding: 0 5px;
	position: absolute;
	z-index: 1;
}
.video-post .video-add i {
	color: #ddd;
	font-size: 16px;
}
.video-post .video-add:hover i {
	color: #e90005;
}
.video-post .video-play-button {
	left: 0;
	position: absolute;
	right: 0;
	top: -19px;
}
.video-post .video-play-button img {
	width: 100%;
}
.video-post .video-info ul li {
	line-height: 1;
}
.video-post .video-info {
	background-color: #f9f9f9;
	color: #e90005;
	font-size: 12px;
	padding: 12px 12px 20px;
}
.col-lg-2 .video-post .video-info {
	background-color: #f6f6f6;
	font-size: 7px;
}
.video-post .video-info .title {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 0;
    min-height: 60px;
}
.col-md-12 .video-post .video-info .title {
	line-height: 22px;
}
.col-md-6 .video-post .video-info .title {
	line-height: 20px;
}
.col-lg-2 .video-post .video-info .title {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
}
.col-lg-2 .video-post .video-info .list-inline {
	margin-top: 10px !important;
}
.video-post .video-info .title a {
	color: #0c97c6;
	font-family: 'Open Sans', sans-serif;
: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transtnsraitionition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.video-post:hover .video-info .title a {
	color: #1c1c1c;
}
.video-post .video-info .post-date {
	color: #565656;
	float: left;
	font-weight: 600;
}
.video-post .video-info .post-date i {
	color: #e90005;
	margin-right: 2px;
}
.video-post .video-info .viewers {
	color: #565656;
	float: right;
	font-weight: 600;
}
.video-post .video-info .viewers a {
	color: #e90005;
}
.video-post .video-info .viewers a i {
	color: #e90005;
}
.video-post .video-info .video-ratting {
	float: left;
}
.video-post .video-info .video-ratting a i {
	color: #e90005;
}
.video-post .video-info .video-ratting a i:before {
	font-weight: 600;
}
.video-post .video-info .video-ratting a i:last-child {
	color: #ccc;
}
.video-post .video-info .video-author {
	color: #565656;
	float: right;
	font-weight: 600;
}
.video-post .video-info .video-author a {
	color: #e90005;
}
.latest-videos .section-title.title2 {
	margin-bottom: 10px;
}
.latest-videos .section-title .title-border {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* Video Search Form */

.video-search-form {
	background-color: rgba(125, 60, 243, 0.75);
}
.video-search-form .form-group .form-control {
	background-color: rgba(3, 3, 3, 0.05);
	background-image: none;
	border: 1px solid #a261f4;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	height: 45px;
}
 .video-search-form .form-group .form-control::-moz-placeholder {
color: #fff;
}
 .video-search-form .form-group .form-control::-webkit-input-placeholder {
color: #fff;
}
.video-search-form .form-group .form-control option {
	background-color: #9E6DF6;
	border-bottom: 1px solid #ddd;
	color: #fff;
	padding: 7px 5px;
}
.video-search-form .form-group .btn {
	background: #9668ea;
	border: 1px solid #9567d7;
	color: #fff;
	font-size: 13px;
	height: 45px;
	outline: medium none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.video-search-form .form-group .btn:hover {
	background: #7d3cf3;
	border-color: #7d3cf3;
	color: #fff;
}
.video-search-form .form-group .btn i {
	font-size: 11px;
	margin-right: 3px;
}
.search-videos .search-inner {
	margin-bottom: 30px;
}
.search-videos .search-inner .video-search-form {
	padding: 15px;
}
.search-videos .search-inner .video-search-form .form-group {
	margin-bottom: 0;
	padding-right: 0;
}
.search-videos .search-inner .video-search-form .form-group.text-right {
	padding-right: 15px;
}
.search-videos .search-inner .video-search-form .form-group .btn-block {
	margin-top: 0;
	padding-left: 30px;
	padding-right: 30px;
}
/* Video Post with sideber */

.video-postsideber {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.video-postsideber.media + .media {
	margin-top: 20px;
}
.video-postsideber .thumb {
	position: relative;
}
.video-postsideber .media-left .thumb {
	display: block;
	position: relative;
	width: 120px;
}
.video-postsideber .video-duration {
	background-color: rgba(3, 3, 3, 0.75);
	bottom: 0;
	color: #fff;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 18px;
	padding: 0 3px;
	position: absolute;
	right: 0;
}
.video-postsideber .video-add {
	bottom: 0;
	font-weight: 700;
	left: 0;
	line-height: 0;
	padding: 0 3px 2px;
	position: absolute;
	z-index: 1;
}
.video-postsideber .video-add i {
	color: #ddd;
	font-size: 12px;
}
.video-postsideber .video-add:hover i {
	color: #e90005;
}
.video-postsideber .video-play-button {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.video-postsideber .video-play-button img {
	width: 100%;
}
.video-postsideber .video-info {
	color: #717171;
	font-size: 10px;
}
.video-postsideber .video-info ul li {
	line-height: 1;
	margin-bottom: 8px;
}
.video-postsideber .video-info ul li:last-child {
	margin-bottom: 0;
}
.video-postsideber .video-info ul li ul li {
	margin-bottom: 0;
}
.video-postsideber .video-info .title {
	line-height: 1.2;
	margin-bottom: 8px;
	margin-top: 0;
}
.video-postsideber .video-info .title a {
	color: #0c97c6;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.video-postsideber .video-info .title a:hover {
	color: #e90005 !important;
}
.video-postsideber:hover .video-info .title a {
	color: #1c1c1c;
}
.video-postsideber .video-info .viewers a, .video-postsideber .video-info .video-author a {
	color: #565656;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.video-postsideber .video-info .viewers a i {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.video-postsideber:hover .video-info .viewers a, .video-postsideber:hover .video-info .viewers a i, .video-postsideber:hover .video-info .video-author a {
	color: #e90005;
}
.video-postsideber .video-info .video-ratting a i {
	color: #e90005;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.video-postsideber .video-info .video-ratting a i:last-child {
	color: #ccc;
}
/*video postsideber carousel*/
.video-widget .bx-wrapper .bx-viewport {
	height: 440px !important;
}
.sidebar-page .widget .bx-wrapper .bx-viewport {
	height: 450px !important;
}
.widget-bxslider .video-postsideber {
	margin-bottom: 20px !important;
	margin-top: 5px !important;
}
.bx-controls .bx-controls-direction a {
	background-color: #f5f5f5;
	border: 1px solid #e9e9e9;
	line-height: 20px;
	padding: 0 8px;
	top: -25px;
}
/* bx top nav style */
.sidebar .widget .bx-controls .bx-controls-direction a {
	background: #fff;
	top: -28px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.sidebar .widget .bx-controls .bx-controls-direction > a:hover {
	background: #f7f7f7;
}
.sidebar .widget .bx-controls .bx-controls-direction > a i {
	color: #e90005;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.sidebar .widget .bx-controls .bx-controls-direction > a:hover i {
	color: #e90005;
}
.sidebar .widget .bx-controls .bx-controls-direction .bx-prev {
	right: 28px;
	left: auto;
}
.sidebar .widget .bx-controls .bx-controls-direction .bx-next {
	right: 0;
}
.video-widget .section-content .sub-title {
	margin-top: 0;
}
.video-widget .section-content .title-border {
	margin-bottom: 20px;
	margin-top: 10px;
}
.video-widget .video-info .post-date {
	padding: 0 !important;
}
/*** 

====================================================================
About Box
====================================================================

***/

.welcome-section .img-box .thumb {
	border: 1px solid rgba(125, 60, 243, 0.75);
	border-radius: 50%;
	display: inline-block;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.welcome-section .img-box img {
	border-radius: 50%;
	width: 120px;
}
.welcome-section .img-box .title {
	color: #1c1c1c;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.welcome-section .img-box:hover .title {
	color: #454545;
}
/*** 

====================================================================
About Box
====================================================================

***/

.about-box {
	display: inline-block;
}
.about-box .icon {
	float: left;
	margin-right: 20px !important;
	margin-top: 5px !important;
}
.about-box .media-left {
	padding-right: 15px;
}
.about-box .media-left a {
	border: 10px solid rgba(125, 60, 243, 0.75);
	display: inline-block;
	border-radius: 50%;
}
.about-box .media-left img {
	width: 100px;
}
/*** 

====================================================================
Feature Box
====================================================================

***/

.feature-box {
	background-color: #f7f7f7;
	border-radius: 3px 10px 3px 3px;
	border-top: 3px solid #e90005;
	margin-bottom: 25px;
	padding: 15px;
}
.feature-box .title {
	margin-bottom: 15px;
}
.feature-box .icon {
	color: #e90005;
}
.feature-box .details {
	font-size: 13px;
}
/*** 

====================================================================
Sponsors Style
====================================================================

***/

.sponsors-section {
	position: relative;
	text-align: center;
	background: #e90005;
	padding: 35px 0px;
	border-top: 1px solid #c9c9c9;
}
.no-padding {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.sponsors-section .auto-container {
	padding-left: 30px;
	padding-right: 30px;
}
.sponsors-section .slider {
	position: static;
}
.sponsors-section .slider .owl-stage-outer {
	z-index: 10;
}
.sponsors-section li img {
	position: relative;
	display: inline-block !important;
	width: auto !important;
	max-width: 100% !important;
	opacity: 1;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
}
.sponsors-section li img:hover {
	opacity: 0.50;
}
.sponsors-section .owl-dots {
	display: none !important;
}
.sponsors-section .owl-controls {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	margin: 0px !important;
	opacity: 0.10;
}
.sponsors-section:hover .owl-controls {
	opacity: 1;
}
.sponsors-section .owl-controls .owl-prev {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 50px;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
	text-indent: 100px;
	background: url(../images/icons/icon-prev-1.png) center center no-repeat !important;
}
.sponsors-section .owl-controls .owl-next {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
	width: 50px;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
	text-indent: 100px;
	background: url(../images/icons/icon-next-1.png) center center no-repeat !important;
}
/*** 

====================================================================
Blog Section style
====================================================================

***/

.blog-section {
	position: relative;
}
.blog-post {
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
}
.blog-post .content {
	margin-top: 30px;
	padding-right: 30px;
}
.blog-post .title a {
	color: #1c1c1c;
}
.blog-post .post-header {
	position: relative;
}
.blog-post-hvr .blog-post .post-header {
	overflow: hidden;
}
.blog-post-hvr .blog-post .post-header img {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.blog-post-hvr .blog-post:hover .post-header img {
	transform: scale(1.1);
}
.blog-post .entry-meta {
	bottom: 0;
	color: #fff;
	position: absolute;
	right: 0;
	text-align: center;
}
.blog-post .entry-date {
	background-color: #e90005;
	color: #eee;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	padding: 12px 18px 10px;
	text-transform: uppercase;
}
.blog-post .entry-date span {
	font-size: 24px;
	font-weight: 600;
	line-height: 20px;
}
.blog-post .entry-comment {
	background-color: #9101cc;
	font-weight: 600;
	padding: 5px 0;
}
.blog-post .entry-comment i {
	margin-right: 5px;
}
.blog-post .post-info {
	margin-bottom: 15px;
}
.blog-post .post-info a {
	color: #e90005;
}
.blog-post .post-info .icon {
	color: #9101cc;
	margin-right: 5px;
}
.blog-post .content .text {
	margin-bottom: 20px;
}
.blog-post.post-tale .content {
	padding: 0 25px 30px;
}
.blog-post .content .read-more {
	border: 1px solid #ddd;
	color: #9101cc;
	padding: 7px 10px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
}
.blog-post .content .read-more:hover {
	background-color: #e90005;
	border: 1px solid #e90005;
	color: #fff;
}
/*Featured Blog Post Style*/
.featured-blog-post {
	position: relative;
	margin-bottom: 40px;
}
.featured-blog-post .inner-box {
	position: relative;
	background: #ffffff;
	margin: 0 auto;
	border-radius: 5px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.featured-blog-post .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.featured-blog-post .image img {
	position: relative;
	display: block;
	width: 100%;
}
.featured-blog-post .post-lower {
	position: relative;
	padding: 0px 20px 20px;
	border: 1px solid #dadada;
}
.featured-blog-post .post-header {
	position: relative;
	padding: 10px 15px 10px 80px;
}
.featured-blog-post .post-header .date {
	position: absolute;
	left: -20px;
	top: 0px;
	padding: 7px 0px;
	width: 80px;
	height: 80px;
	color: #ffffff;
	background: #e90005;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
}
.featured-blog-post .post-header .day {
	position: relative;
	font-size: 30px;
}
.featured-blog-post .post-header .title {
	position: relative;
	color: #1c1c1c;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.featured-blog-post .post-header .title a {
	position: relative;
	color: #353535;
}
.featured-blog-post .post-header .title a:hover {
	color: #e90005;
}
.featured-blog-post .post-header .post-info li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
.featured-blog-post .post-header .post-info li a {
	color: #e90005;
}
.featured-blog-post .post-header .post-info li .icon {
	color: #777777;
	padding-right: 10px;
}
.featured-blog-post .post-desc {
	position: relative;
	padding: 15px 0px 0px;
}
.featured-blog-post .post-desc p {
	line-height: 2em;
	font-size: 13px;
}
/*** 

====================================================================
Shop Page Style 
====================================================================

***/

.shop-post {
	background-color: #f7f7f7;
	border: 1px solid #f4f5f6;
	margin-bottom: 30px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.shop-post .thumb {
	position: relative;
	overflow: hidden;
}
.shop-post .thumb img {
	transform: scale(1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	width: 100%;
}
.shop-post:hover .thumb img {
	transform: scale(1.075);
}
.shop-post .thumb .popup {
	background-color: rgba(125, 60, 243, 0.95);
	bottom: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
}
.shop-post .details {
	padding: 20px 15px;
}
.shop-post .details .title {
	color: #333333;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.shop-post .details .value {
	color: #e90005;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.shop-post .details .btn-shop {
	background-color: transparent;
	border: 1px solid #ddd;
	color: #222222;
	font-size: 12px;
	font-weight: 800;
	margin-top: 5px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.shop-post .details .btn-shop:hover {
	background-color: #e90005;
	border-color: #e90005;
	color: #fff;
}
/* Shop Details Style */
.post-details .thumb {
	border: 1px solid #fbf4f7;
	overflow: hidden;
}
.post-details .thumb img {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.post-details .thumb:hover img {
	transform: scale(1.075);
}
.post-details .thumb-list {
	margin-top: 20px;
}
.post-details .thumb-list a img {
	border: 1px solid #fbf4f7;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	width: 100%;
}
.post-details .thumb-list a:hover img {
	border: 1px solid #ddd;
}
.post-details .caption .title {
	color: #333333;
	font-family: "Roboto", sans-serif;
	font-size: 42px;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.post-details .caption .shop-review i {
	color: #e90005;
	font-size: 16px;
	margin-bottom: 10px;
}
.post-details .caption .value {
	color: #e90005;
	font-size: 42px;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.post-details .caption .input-box {
	float: left;
}
.post-details .caption .input-box input {
	border: 1px solid #ececec;
	color: #222222;
	display: block;
	font-weight: 700;
	height: 100%;
	line-height: 46px;
	outline: medium none;
	text-align: center;
	width: 120px;
}
.post-details .caption .btn-shop {
	background-color: #222222;
	border: 1px solid #222222;
	color: #fff;
	float: right;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0;
	padding: 12px 32px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.post-details .caption .btn-shop:hover {
	background-color: #e90005;
	border-color: #e90005;
	color: #fff;
}
.post-details .product-descrption .tab-style .column {
	margin-bottom: 0 !important;
}
.post-details .product-descrption .tab-style .column.content-column {
	background-color: #f8f8f8;
	padding: 15px 30px 30px;
}
.post-details .product-descrption .tab-style .column .tab-btns {
	border-bottom: 2px solid #f8f8f8;
}
.post-details .product-descrption .tab-style .column .tab-btns .tab-btn {
	background: transparent;
	border: 1px solid #f8f8f8;
	color: #222222;
	margin-bottom: 0;
	padding: 10px 20px;
}
.post-details .product-descrption .tab-style .tab-btns .tab-btn:hover, .post-details .product-descrption .tab-style .tab-btns .tab-btn.active {
	background: #f8f8f8;
	border-color: #f8f8f8;
	color: #222222;
}
/* Shop Cart */

.table-shopcart thead tr th {
	background-color: #eeeeee;
	color: #222222;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.table-shopcart tr th, .table-shopcart tr td, .table-shopcart .coupon label, .table-shopcart .coupon input, .table-shopcart .coupon button {
	vertical-align: middle !important;
}
.table-shopcart tr td {
	padding: 10px 12px !important;
}
.table-shopcart .product-remove {
	text-align: center;
}
.table-shopcart .product-remove a {
	color: #222222;
	font-size: 16px;
	font-weight: 700;
}
.table-shopcart .product-name a {
	color: #333333;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.table-shopcart .product-thumb img {
	max-height: 75px;
	max-width: 75px;
}
.table-shopcart .quantity .qty {
	border: 1px solid #ccc;
	color: #333333;
	font-size: 13px;
	font-weight: 600;
	height: 41px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 70px;
}
.table-shopcart .product-price {
	color: #333333;
	font-size: 15px;
	font-weight: 600;
}
.table-shopcart .product-subtotal .amount {
	color: #333333;
	font-size: 15px;
	font-weight: 600;
}
.table-shopcart .coupon input {
	border: 1px solid #eee;
	height: 34px;
	margin-left: 10px;
	padding-left: 20px;
	width: 50%;
}
table.no-border td {
	border: none !important;
}
.calculate-shipping tr td {
	padding-left: 0 !important;
}
.calculate-shipping input, .calculate-shipping select {
	border-radius: 0;
	height: 42px;
}
.calculate-shipping select option {
	background-color: #f8f8f8;
	color: #222222;
	padding: 7px 10px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.calculate-shipping .form-control {
	color: #888888;
}
.shopping-crt-totals {
	margin-top: 10px;
}
.shopping-crt-totals tr td {
	height: 48px;
	vertical-align: middle !important;
}
/*** 

====================================================================
Subscribe Newsletter Form
====================================================================

***/

.subscribe-form .form-control {
	height: 45px;
	text-align: center;
}
.subscribe-form .btn.btn-default {
	background-color: #e90005;
	border: 1px solid #e90005;
	color: #fff;
	height: 45px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.subscribe-form .btn.btn-default:hover {
	background-color: #111;
	border: 1px solid #111;
	color: #fff;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	text-transform: uppercase;
    letter-spacing: 1px;
}
.subscribe-newsletter .sub-title {
	margin-top: 0;
}
.subscribe-newsletter .title-border {
	margin-bottom: 20px;
	margin-top: 10px;
}
.subscribe-newsletter .subscribe-form {
	padding: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 0;
}
.subscribe-newsletter .subscribe-form .form-group {
	margin-bottom: 15px;
}
.subscribe-newsletter .subscribe-form .form-group.text-center {
	margin-bottom: 0;
}
.bg-color-eee {
background-color: background-color: rgba(238, 238, 238, 0) !important;
}
.subscribe-postadd {
	margin-top: 10px;
}
.subscribe-postadd .display-table-cell {
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 28px;
}
.subscribe-postadd .display-table-cell ul li:first-child {
	margin-bottom: 20px;
}
/*** 

====================================================================
Sidebar Page Style
====================================================================

***/

.sidebar-page {
	position: relative;
	padding: 60px 0px 40px;
}
.sidebar-page blockquote {
	font-size: 15px;
	padding: 15px 15px 15px 20px;
	background: #f1f1f1;
	border: 1px solid #d0d0d0;
	border-left: 5px solid #e90005;
	margin-bottom: 20px;
	font-style: italic;
}
.sidebar-page .video-description {
	position: relative;
	padding: 30px;
	border: 1px solid #dddddd;
	margin-bottom: 40px;
}
.sidebar-page .video-description .title {
	font-size: 16px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.sidebar-page .video-about {
	border: 1px solid #dddddd;
	display: inline-block;
	margin-bottom: 0;
	padding: 20px;
	width: 100%;
}
.sidebar-page .video-about .video-about-like {
	float: left;
}
.sidebar-page .video-about .social-links {
	float: right;
}
.video-about .social-links a {
	background-color: #e90005;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 25px;
	line-height: 22px;
	margin-right: 0;
	text-align: center;
	width: 25px;
}
.sidebar-page .about-author {
	position: relative;
	padding: 30px;
	border: 1px solid #dddddd;
	margin-bottom: 40px;
}
.sidebar-page .about-author h3 {
	margin-bottom: 30px;
	font-size: 20px;
}
.sidebar-page .about-author .author-info {
	margin-bottom: 10px;
}
.sidebar-page .about-author .author-info strong {
	color: #1c1c1c;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.sidebar-page .about-author .author-desc {
	position: relative;
	padding: 0px 10px 10px 100px;
}
.sidebar-page .about-author .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 84px;
	height: 84px;
}
.sidebar-page .about-author .author-thumb img {
	width: 100%;
	display: block;
}
/*** 

====================================================================
Comments Area
====================================================================

***/

.sidebar-page .comments-area {
	position: relative;
}
.sidebar-page .comments-area h2, .sidebar-page .comments-area h2 strong {
	font-size: 22px;
	color: #1c1c1c;
	font-weight: normal;
}
.sidebar-page .comments-area .comment-box {
	position: relative;
}
.sidebar-page .comments-area .comment {
	position: relative;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 10px 110px;
}
.sidebar-page .comments-area .reply-comment {
	margin-left: 50px;
}
.sidebar-page .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 84px;
	height: 84px;
}
.sidebar-page .comments-area .comment-box .author-thumb img {
	width: 100%;
	display: block;
}
.sidebar-page .comments-area .comment-info {
	margin-bottom: 10px;
	color: #bcbcbc;
}
.sidebar-page .comments-area .comment-box strong {
	color: #292929;
	font-weight: 600;
}
.sidebar-page .comments-area .reply-btn {
	position: absolute;
	right: 0px;
	top: -10px;
	font-size: 14px;
	color: #ffffff;
	padding: 3px 20px;
	background: #e90005;
	border-color: #e90005;
	text-transform: capitalize;
}
/*** 

====================================================================
Comment Form
====================================================================

***/

.comment-form .form-group {
	position: relative;
	margin-bottom: 20px;
}
.comment-form h2, .comment-form h2 strong {
	font-size: 22px;
	color: #1c1c1c;
	font-weight: normal;
}
.comment-form .form-group-inner {
	position: relative;
	display: table;
	width: 100%;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.comment-form .form-group .icon-box {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.comment-form .form-group .icon-box label {
	position: relative;
	display: inline-block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #3d3d3d;
	margin: 0px;
	background: #ffffff;
	border-right: 1px solid #d0d0d0;
}
.comment-form .form-group label.error {
	display: none !important;
}
.comment-form .form-group .field-outer {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.comment-form .form-group-inner input[type="text"], .comment-form .form-group-inner input[type="password"], .comment-form .form-group-inner input[type="tel"], .comment-form .form-group-inner input[type="email"], .comment-form .form-group-inner select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 9px 15px;
	color: #222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.comment-form .form-group input[type="text"].error, .comment-form .form-group input[type="password"].error, .comment-form .form-group input[type="tel"].error, .comment-form .form-group input[type="email"].error, .comment-form .form-group select.error, .comment-form .form-group textarea.error {
	background: rgba(255,0,0,0.20);
}
.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 8px 15px;
	color: #222222;
	height: 200px;
	resize: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.comment-form button {
	position: relative;
	display: inline-block;
	background: #222a33;
	color: #ffffff;
	padding: 8px 30px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
}
.comment-form button .icon {
	position: relative;
	top: 2px;
}
.comment-form button:before {
	background: #e90005;
}
/* Appoinment Form */

.comment-form.appoinment-form .form-group textarea {
	height: 140px;
}
/*** 

====================================================================
Side Bar Style
====================================================================

***/
.sidebar-page .sidebar {
	position: relative;
	padding: 0px 0px 0px;
}
.sidebar .widget {
	position: relative;
	margin-bottom: 12px;
}
.sidebar .search-form input[type="search"], .sidebar .search-form input[type="text"] {
	position: relative;
	width: 100%;
	line-height: 24px;
	padding: 8px 42px 8px 15px;
	border: 1px solid #d0d0d0;
	background: #ffffff;
	color: #3d3d3d;
	height: 42px;
	font-size: 14px;
	color: #292929;
}
.sidebar .search-form input[type="search"]:focus, .sidebar .search-form input[type="text"]:focus {
	border-color: #e90005;
}
.sidebar .search-form .form-group {
	position: relative;
}
.sidebar .search-form button {
	position: absolute;
	right: 1px;
	top: 1px;
	line-height: 24px;
	display: block;
	width: 40px;
	height: 40px;
	padding: 7px 10px 8px;
	text-align: center;
	font-size: 16px;
	color: #cccccc;
	background: none;
}
.sidebar .search-form button:hover {
	color: #e90005;
}
.sidebar .sidebar-title {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.sidebar .sidebar-title h3 {
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 700;
	text-transform: uppercase;
}
.sidebar .sidebar-title:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #f1f1f1;
}
.sidebar .sidebar-title:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 2px;
	background: #e90005;
}
.sidebar .recent-posts .post {
	position: relative;
	font-size: 14px;
	margin-bottom: 20px;
	min-height: 60px;
	padding: 0px 0px 0px 84px;
	color: #cccccc;
}
.sidebar .recent-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 72px;
	height: 72px;
}
.sidebar .recent-posts .post .post-thumb img {
	width: 100%;
	display: block;
}
.sidebar .recent-posts .post h4 {
	font-size: 15px;
	font-weight: 400;
	margin: 0px 0px 5px;
	line-height: 2em;
	color: #292929;
}
.sidebar .recent-posts .post a, .sidebar .recent-posts .post a:hover {
	color: #e90005;
}
.sidebar .recent-posts .post h4 a {
	color: #292929;
}
.sidebar .recent-posts .post .fa {
	font-size: 18px;
}
.sidebar-page .contact-info {
	position: relative;
	font-size: 14px;
	margin-bottom: 30px;
}
.sidebar-page .contact-info .text {
	position: relative;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	color: #7f7f7f;
}
.sidebar-page .contact-info li {
	position: relative;
	margin-bottom: 8px;
	line-height: 1.8em;
	color: #7f7f7f;
}
.sidebar-page .contact-info li strong {
	position: relative;
	padding-right: 10px;
	font-weight: 600;
	color: #292929;
}
.sidebar-page .contact-info a {
	color: #e90005;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
}
.sidebar-page .contact-info a:hover {
	color: #3d3d3d;
}
.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 20px;
	padding: 4px 10px 5px;
	background: #ffffff;
	color: #777777;
	margin: 0px 2px 7px 0px;
	text-transform: none;
	font-size: 12px;
	border: 1px solid #cccccc;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.sidebar .popular-tags a:hover {
	background-color: #e90005;
	color: #ffffff;
}
.sidebar .list {
	position: relative;
}
.sidebar .list li {
	position: relative;
	margin-bottom: 10px;
	line-height: 32px;
	padding: 0px 0px 0px 20px;
}
.sidebar .list li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 32px;
	line-height: 32px;
	display: block;
	color: #e90005;
	font-size: 12px;
}
.sidebar .list li a {
	position: relative;
	display: block;
	color: #3d3d3d;
	font-size: 14px;
	font-weight: 600;
}
.sidebar .list li a:hover {
	color: #e90005;
}
.sidebar .recent-gallery {
	position: relative;
}
.sidebar .recent-gallery .image {
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0px 10px 10px 0px;
}
.sidebar .recent-gallery .image img {
	position: relative;
	display: block;
	width: 100%;
}
/*** 

====================================================================
Main Footer style
====================================================================

***/

.main-footer {
	background-image: url(../images/bg.jpg);
	/*background-repeat: repeat;*/
	background-position: center center;
	background-attachment: scroll;
	/*padding-top: 60px;*/
	/*padding-bottom: 55px;*/
	-webkit-background-size: cover;
	
	font-weight: 600;
	position: relative;
}
.main-footer .auto-container {
	position: relative;
}
.main-footer .footer-upper {
	position: relative;
	padding: 75px 0 50px;
}
.main-footer .footer-widget {
	position: relative;
	margin-bottom: 40px;
	z-index: 5;
}
.main-footer .contact-widget {
	position: relative;
	padding-right: 50px;
}
.main-footer .contact-widget .form-group {
	position: relative;
	margin-bottom: 20px;
}
.main-footer .contact-widget input[type="text"], .main-footer .contact-widget input[type="email"], .main-footer .contact-widget input[type="password"], .main-footer .contact-widget input[type="date"], .main-footer .contact-widget input[type="datetime"], .main-footer .contact-widget input[type="url"], .main-footer .contact-widget input[type="time"], .main-footer .contact-widget select {
	position: relative;
	display: block;
	width: 100%;
	background: rgba(0,0,0,0.65);
	border: 1px solid #222222;
	line-height: 20px;
	padding: 7px 30px 7px 10px;
	color: #ffffff;
	font-size: 13px;
	height: 45px;
	margin-bottom: 5px;
	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-footer .contact-widget input.date-field {
	background: #423a34 url(../images/icons/icon-calendar.png) right center no-repeat;
}
.main-footer .contact-widget select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: #423a34 url(../images/icons/caret-down.png) right center no-repeat;
	cursor: pointer;
}
.main-footer .contact-widget select option {
	color: #303030;
	text-indent: 15px;
	background: #ffffff;
}
.main-footer .contact-widget textarea {
	position: relative;
	display: block;
	width: 100%;
	background: rgba(0,0,0,0.65);
	border: 1px solid #222222;
	line-height: 20px;
	padding: 7px 30px 7px 10px;
	color: #ffffff;
	font-size: 13px;
	height: 100px;
	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-footer .contact-widget input[type="text"]:focus, .main-footer .contact-widget input[type="email"]:focus, .main-footer .contact-widget input[type="password"]:focus, .main-footer .contact-widget input[type="date"]:focus, .main-footer .contact-widget input[type="datetime"]:focus, .main-footer .contact-widget input[type="url"]:focus, .main-footer .contact-widget input[type="time"]:focus, .main-footer .contact-widget select:focus, .main-footer .contact-widget textarea:focus {
	border-color: #ffffff;
	background-color: #1c1c1c;
}
.main-footer .contact-widget button {
	background: #e90005 none repeat scroll 0 0;
	bottom: 0;
	color: #ffffff;
	font-size: 13px;
	line-height: 22px;
	padding: 8px 30px;
	right: 15px;
	margin-top: 5px;
	text-transform: uppercase;
	width: 100%;
}
.main-footer .footer-widget .widget-title {
	position: relative;
	margin-bottom: 30px;
}
.main-footer .footer-widget h3 {
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding-right: 50px;
	position: relative;
	text-transform: capitalize;
}
.main-footer .footer-widget h3::after {
	background: #e90005;
	bottom: -10px;
	content: "";
	display: block;
	height: 2px;
	margin-top: 0;
	position: absolute;
	width: 40px;
	left: 0;
}
.main-footer .about-widget {
	color: #757575;
	position: relative;
	margin-bottom: 30px;
}
.main-footer .about-widget .contact {
	margin: 15px 0;
}
.main-footer .about-widget .contact li {
	font-size: 13px;
	margin: 7px 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.main-footer .about-widget .contact li:hover {
	color: #eee;
}
.main-footer .about-widget .contact i {
	color: #666;
	font-size: 16px;
	margin-right: 18px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.main-footer .about-widget .contact li:hover i {
	color: #eee;
}
.main-footer .about-widget .des-text {
	position: relative;
	padding-left: 180px;
	min-height: 100px;
	font-size: 13px;
	color: rgba(255,255,255,0.70);
	padding-bottom: 10px;
	border-bottom: 1px solid #555555;
}
.main-footer .about-widget .des-text .logo-image {
	position: absolute;
	left: 0px;
	top: 10px;
	max-width: 180px;
}
.main-footer .about-widget p {
	margin-top: 0;
}
.main-footer .about-widget ul.contact {
	margin: 0;
}
.main-footer .about-widget ul.contact li {
	margin: 0;
}
.footer-widget .widget-news .media {
	border-bottom: 1px dashed #454545;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 0;
}
.footer-widget .widget-news .media .media-left a {
	display: block;
	width: 75px;
}
.footer-widget .widget-news .media .media-body .title {
	color: #757575;
	display: inline-block;
	font-size: 13px;
	line-height: 22px;
	margin-top: -5px;
	margin-bottom: 5px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.footer-widget .widget-news .media:hover .media-body .title {
	color: #fff;
}
.footer-widget .widget-news .media .media-body .post-date {
	color: #e90005;
	font-style: italic;
	letter-spacing: 0;
}
.main-footer .links-widget {
	position: relative;
	margin-bottom: 20px;
}
.main-footer .links-widget li {
	border-bottom: 1px dashed #333;
	line-height: 1;
	margin-bottom: 18px;
	padding-bottom: 8px;
	position: relative;
}
.main-footer .links-widget li a {
	position: relative;
	font-size: 14px;
	color: #757575;
	padding-left: 28px;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.main-footer .links-widget li a:hover {
	color: #e90005;
}
.main-footer .links-widget li a:before {
	content: "\f16a";
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 14px;
	line-height: 1;
	color: #F00;
	font-family: FontAwesome;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.main-footer .links-widget li a:hover:before {
	color: #e90005;
}
.main-footer .footer-bottom {
	position: relative;
	padding: 15px 0px;
	background-color: #020000;
	z-index: 6;
	color: #cccccc;
}
.footer-widget .social-links a {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 25px;
	line-height: 22px;
	margin-right: 0;
	text-align: center;
	width: 25px;
}
.footer-widget .social-links.icon-bg-theme a {
	background-color: #e90005;
	border: 1px solid #e90005;
	border-radius: 50%;
	color: #fff;
}
.footer-widget .social-links a:hover {
	background-color: #e90005;
	border-color: #e90005;
}
.footer-widget .social-links.icon-bg-theme a:hover {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #e90005;
}
.main-footer .footer-bottom p {
	margin-bottom: 0;
}
.main-footer .footer-bottom .footer-widget {
	margin-bottom: 0;
}
.main-footer .footer-bottom .footer-widget .social-links li:first-child {
	margin-right: 10px;
}
/*** 

====================================================================
Demo Page Style
====================================================================

***/

.overview-post {
	text-align: center;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.overview-post .thumb {
	border: 1px solid #eee;
	margin-bottom: 30px;
	text-align: center;
}
.overview-post .thumb a img {
	width: 100%;
}
.overview-post .view-btn {
	border: 1px solid #eee;
	color: #333;
	font-weight: 600;
	padding: 10px 12px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.overview-post .view-btn:hover {
	background-color: #333;
	border-color: #919191;
	color: #fff;
}
/*** 

====================================================================
Scroll To Top style
====================================================================

***/

.scroll-to-top {
	background: #e90005;
	border: 1px solid #e90005;
	bottom: 0;
	color: #ffffff;
	cursor: pointer;
	display: none;
	font-size: 14px;
	height: 40px;
	line-height: 38px;
	position: fixed;
	right: 10px;
	text-align: center;
	width: 40px;
	z-index: 100;
}
.scroll-to-top:hover {
	background: #e90005;
	color: #fff;
	border-color: #e90005 !important;
}
/*** 

====================================================================
Section Padding style
====================================================================

***/
.sec-padding96 {
	padding-top: 90px !important;
	padding-bottom: 60px !important;
}
.sec-padding89 {
	padding-top: 80px !important;
	padding-bottom: 90px !important;
}
.sec-padding87 {
	padding-top: 80px !important;
	padding-bottom: 70px !important;
}
.sec-padding86 {
	padding-top: 80px !important;
	padding-bottom: 60px !important;
}
.sec-padding85 {
	padding-top: 80px !important;
	padding-bottom: 50px !important;
}
.sec-padding77 {
	padding-top: 15px !important;
	padding-bottom: 0px !important;
}
.sec-padding75 {
	padding-top: 70px !important;
	padding-bottom: 50px !important;
}
.sec-padding66 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.sec-padding55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}
.sec-padding57 {
	padding-top: 50px !important;
/*	padding-bottom: 70px !important;*/
}
.sec-padding60 {
	padding-top: 60px !important;
	padding-bottom: 0 !important;
}
.sec-padding63 {
	padding-top: 30px !important;
	padding-bottom: 0px !important;
}
.sec-padding67 {
	padding-top: 60px !important;
	padding-bottom: 70px !important;
}
.sec-padding180 {
	padding-top: 180px !important;
	padding-bottom: 180px !important;
}
.sec-padding200 {
	padding-top: 2000px !important;
	padding-bottom: 200px !important;
}


/* model on page load */
 #modelPageLoad button.close{
	 z-index: 10;
	position: relative;
	color:#FFFFFF;
 }
 #modelPageLoad .btn-area{
	 text-align:center;
 }
 #modelPageLoad  p{
	 text-align:center;
	 line-height:1.4;
	 margin: 0 0 20px;
 }
 #modelPageLoad .modal-header{
     background: #b00114;
	 color:#FFFFFF;
 }
 
 #modelPageLoad .modal-header h4{
	 color:#FFFFFF;
 }
 
  #modelPageLoad .modal-body {
    padding: 25px 30px;
}
#modelPageLoad .btn-primary {
    color: #fff;
    background-color: #e90005;
    border-color: #e90005;
}
#modelPageLoad .modal-dialog {
    margin: 130px auto;
}

/*test model on page load */
 #modelPageLoad2 button.close{
	 z-index: 10;
	position: relative;
	color:#FFFFFF;
 }
 #modelPageLoad2 .btn-area{
	 text-align:center;
 }
 #modelPageLoad2  p{
	 text-align:center;
	 line-height:1.4;
	 margin: 0 0 20px;
 }
 #modelPageLoad2 .modal-header{
     background: #b00114;
	 color:#FFFFFF;
 }
 
 #modelPageLoad2 .modal-header h4{
	 color:#FFFFFF;
 }
 
  #modelPageLoad2 .modal-body {
    padding: 25px 30px;
}
#modelPageLoad2 .btn-primary {
    color: #fff;
    background-color: #e90005;
    border-color: #e90005;
}
#modelPageLoad2 .modal-dialog {
    margin: 130px auto;
}


<!-- slider area=-->

.main-slider .carousel-inner{height:100%;}
.main-slider .carousel-inner, .main-slider .carousel, .main-slider .carousel .item, .main-slider .carousel-inner > .item > a > img, .main-slider .carousel-inner > .item > img{
	height:100%;
}
.main-slider{height:475px; max-height:475px;}
.main-slider .carousel-indicators {
    position: relative;
    left: inherit;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left:0;
    text-align: center;
    list-style: none;
	bottom:inherit;
	display:none;
}
.main-slider .carousel-indicators .active{
	background-color: #6F8907;
}
.main-slider .carousel-indicators li{
	border: 1px solid #e90005;
	border-radius: 10px;
}
.main-slider .carousel-control{
	width: 25px;
}
.sec-padding57 {
    padding-top: 50px !important;
}
@media only screen and (max-width:767px) and (min-width:320px){
	.videos-upload-form{
		bottom: 10px;
		position: absolute;
		z-index: 99;
		left: inherit;
		right: 0px;
	}
	.videos-upload-form .form-group{
		padding: 14px 17px;
	}
	.videos-upload-form .btn-thm{
		font-size: 14px;
		padding: 0px 17px;
	}
	.sec-padding57{
		padding-top: 23px !important;
	}
	
}
@media only screen and (max-width:767px) and (min-width:551px){
	.main-slider{height:300px;}
}
@media only screen and (max-width:550px){
	.main-slider{height:220px;}
}

.pdln
{
	padding-left:0px;
}
.elementor-widget-wrap {
    width: 100%;
    position: relative;
	padding-top:30px;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}
.elementor-widget {
    position: relative;
}
.elementor-5 .elementor-element.elementor-element-srwd79w .elementor-widget-container {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.elementor-5 .elementor-element.elementor-element-srwd79w > .elementor-widget-container {
    margin: 0px 0px -10px 0px;
}
.elementor-5 .elementor-element.elementor-element-srwd79w .elementor-heading-title {
    color: #e12b5f !important;
    font-size: 70px;
}
.elementor-widget-heading .elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}
.elementor-5 .elementor-element.elementor-element-sgz4c59 .elementor-widget-container {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.elementor-5 .elementor-element.elementor-element-sgz4c59 .elementor-heading-title {
    color: #e12b5f;
    font-size: 40px;
}
.elementor-widget-heading .elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1;
}
.elementor-5 .elementor-element.elementor-element-mm3gg97 .elementor-widget-container {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.elementor-5 .elementor-element.elementor-element-hchkcgk a.elementor-button, .elementor-5 .elementor-element.elementor-element-hchkcgk .elementor-button {
    font-size: 15px;
    font-family: "Fira Sans", Sans-serif;
    font-weight: bold;
    color: #070707;
    background-color: #e6e6e6;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 28px 18px 28px;
}
.elementor-button .elementor-button-text {
    display: inline-block;
    white-space: pre-wrap;
}

.elementor-5 .elementor-element.elementor-element-hchkcgk a.elementor-button, .elementor-5 .elementor-element.elementor-element-hchkcgk .elementor-button {
    font-size: 15px;
    font-family: "Fira Sans", Sans-serif;
    font-weight: bold;
    color: #070707;
    background-color: #e6e6e6;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 28px 18px 28px;
}
.elementor-button.elementor-size-sm {
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 3px;
}
.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
    color: #fff;
    opacity: .9;
}
.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.elementor-button {
    display: inline-block;
    /*line-height: 1;*/
    background-color: #e90005;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	/*
	
	 border-radius: 5px;
	 width: 165px;
	 transition: all 0.5s; 
	 cursor: pointer;*/
	 
}
/*.elementor-button span {
    cursor: pointer;
  	display: inline-block;
  	position: relative;
  	transition: 0.5s;
 }
 
 .elementor-button span:after {
   content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
 }
 
 .elementor-button:hover span {
 padding-right: 25px;
 }
 
 .elementor-button:hover span:after {
 opacity: 1;
  right: 0;
 }
 */
 .elementor-button:hover {
background-color:#000;

 }

.elementor-button .elementor-button-text {
    display: inline-block;
    white-space: pre-wrap;
}







/* ---------- Social Sidebar ---------- */
.hsocial {
    font-size: 16px;
    float: right;
    margin-top: 10px;
}
.hsocial a {
    color: #F0AAB1;
    display: inline-block;
    margin-left: 20px;
}

.hsocial a:hover {
    color: #B00114;
}
/*.container-soical {
    z-index: 3;
	float: right;
	margin-top: 5px;
}
#social-sidebar li{
	display:inline-block;
	position: relative;
}
#social-sidebar li:first-child a { border-radius: 5px 0px 0px 5px; }
#social-sidebar li:last-child a { border-radius: 0px 5px 5px 0px; }
#social-sidebar a {
	background: #b00114;
	color: #fff;
	display: block;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	position: relative;
	text-align: center;
	width: 32px;
}
#social-sidebar a:hover span {
	left:0;
	opacity: 1;
}
#social-sidebar a span {
border-radius: 3px;
line-height: 24px;
margin-top: -16px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
padding: 4px 8px;
position: absolute;
-webkit-transition: opacity .3s, left .4s;
-moz-transition: opacity .3s, left .4s;
-ms-transition: opacity .3s, left .4s;
-o-transition: opacity .3s, left .4s;
transition: opacity .3s, left .4s;
top:-80%;
white-space: nowrap;
z-index: -1;
font-size: 12px;
color: #fff;
}
#social-sidebar a span:before {
content: "";
display: block;
height: 8px;
bottom: -4px;
position: absolute;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 8px;
z-index: -2;
}

#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before { background: #006E9A; z-index: 4;}

#social-sidebar a[class*="twitter"]:hover,
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before { background: #006E9A; z-index: 4;}

#social-sidebar a[class*="googleplus"]:hover,
#social-sidebar a[class*="googleplus"] span,
#social-sidebar a[class*="googleplus"] span:before { background: #006E9A;z-index: 4; }

#social-sidebar a[class*="youtube"]:hover,
#social-sidebar a[class*="youtube"] span,
#social-sidebar a[class*="youtube"] span:before { background:#006E9A;z-index: 4;}

#social-sidebar a[class*="instagram"]:hover,
#social-sidebar a[class*="instagram"] span,
#social-sidebar a[class*="iinstagram"] span:before { background:#006E9A;z-index: 4;}

#social-sidebar a[class*="pinterest"]:hover,
#social-sidebar a[class*="pinterest"] span,
#social-sidebar a[class*="pinterest"] span:before { background: #006E9A;z-index: 4;}
*/
.wrapper {
    background-color: rgba(0,0,0,0.88);
    background-image: url(../images/award-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.text-hero {
    font-size: 36px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 43px;
}
.hero-text {
    font-size: 14px;
    color: #c7c7c7;
	font-family: 'Open Sans', sans-serif;
}
.imageframe-align-center {
    text-align: center;
}
.fusion-imageframe {
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
}
.fusion-imageframe img {
    vertical-align: top;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.wrapper-2 {
	padding:20px 0;
	background-image: url(../images/playstore_bg.png);
}
.text-space {
	font-size: 33px;
    color: #000000;
    font-family: arial;
    text-align: right;
}
.text-and {
    color: #b00114;
	font-weight:800;
	text-align: center;
	line-height: 45px;
}
.wrapper-3 {
    background-color: #ffffff;
    background-image: url(../images/newsletter_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: none;
}
.text-bar {
    font-size: 33px;
    line-height: 43px;
	color: #333333;
	font-weight: 700;
	text-align:center;
}
.subscribe-form .form-control {
    height: 45px;
    text-align: center;
}

.home-newsletter .single {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.home-newsletter .single h2 {
font-size: 22px;
color: white;
text-transform: uppercase;
margin-bottom: 40px; }
.home-newsletter .single .form-control {
height: 50px;
background: rgba(255, 255, 255, 0.6);
border-color: transparent;
border-radius: 20px 0 0 20px;
letter-spacing:1px;
width:350px;
}
.home-newsletter .single .form-control:focus {
box-shadow: none;
border-color: #243c4f; }
.home-newsletter .single .btn {
min-height: 50px; 
border-radius: 0 20px 20px 0;
background: #e90005;
color: #fff;
text-transform: uppercase;
font-weight:700;
}

/***************************Images Efects**************************/
.snip1295 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  padding: 6px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}
.snip1295 img {
  max-width: 100%;
  vertical-align: top;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1295 .border {
  position: absolute;
  opacity: 0.45;
}
.snip1295 .border:before,
.snip1295 .border:after,
.snip1295 .border div:before,
.snip1295 .border div:after {
	background-color: #760306;
	position: absolute;
	content: "";
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
 
  
}
.snip1295 .border:before,
.snip1295 .border:after {
  width: 0;
  height: 2px;
}
.snip1295 .border div:before,
.snip1295 .border div:after {
  width: 2px;
  height: 0;
}
.snip1295 .border.one {
  left: 0;
  top: 0;
  right: 12px;
  bottom: 12px;
}
.snip1295 .border.one:before,
.snip1295 .border.one div:before {
  left: 0;
  top: 0;
}
.snip1295 .border.one:after,
.snip1295 .border.one div:after {
  bottom: 0;
  right: 0;
}
.snip1295 .border.two {
  left: 12px;
  top: 12px;
  right: 0;
  bottom: 0;
}
.snip1295 .border.two:before,
.snip1295 .border.two div:before {
  right: 0;
  top: 0;
}
.snip1295 .border.two:after,
.snip1295 .border.two div:after {
  bottom: 0;
  left: 0;
}
.snip1295 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1295:hover .border:before,
.snip1295.hover .border:before,
.snip1295:hover .border:after,
.snip1295.hover .border:after {
  width: 100%;
}
.snip1295:hover .border div:before,
.snip1295.hover .border div:before,
.snip1295:hover .border div:after,
.snip1295.hover .border div:after {
  height: 100%;
}
/* Demo purposes only */
body {
  /*background-color: #212121;*/
}

/****************custom css create*********************************/

.subscribe{
	
	background-image: url(../images/award-background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: none;
	margin-top: 25px
	
}

.text-bar2 {
    font-size: 33px;
    line-height: 100px;
    color: #333333;
    font-weight: 700;
    text-align: center;
	b
}

.back{
	background-color: #ededed;
	padding-top:60px !important;
	padding-bottom:40px !important;
}

.button {
  display: inline-block;
  border-radius: 5px;
  background-color: #e90005;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight:bold;
  padding: 10px;
  width: 140px;
  transition: all 0.5s;
  cursor: pointer;
  margin-top:35px;
  
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
  
}

.button:hover span:after {
  opacity: 1;
  right: 0;
  
}

.button:hover {
	background-color:#000;
  
}
<!---->
.button2 {
  display: inline-block;
  border-radius: 5px;
  background-color: #e90005;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight:bold;
  padding: 10px;
  width: 140px;
  transition: all 0.5s;
  cursor: pointer;
  margin-top:20px;
  
}
.button2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button2 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button2:hover span {
  padding-right: 25px;
  
}

.button2:hover span:after {
  opacity: 1;
  right: 0;
  
}

.button2:hover {
	background-color:#006e9a;
  
}

 hr.style-eight { 
  border: 0; 
  height: 1px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(156, 7, 10), rgba(0, 0, 0, 0));
  overflow:visible;
  padding:0px;
  text-align:center;
  

} 
 
 hr.style-eight:after { 
 	content: "\f16a";
    font-family: FontAwesome;
	border: solid 1px #e20307;
	border-radius: 50px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #e20307;
    display: inline-block; 
	position: relative; 
	top: -0.7em; 
	font-size: 1.2em; 
	padding: 0 0.25em; 
	background: white; 
 }

 hr.style-four { 
 height: 12px; 
 border: 0; 
 
 }
 
 .image:hover {
-webkit-transform:scale(1.2);
transform:scale(1.2);
}
.image {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.gallery-section .elementor-heading-title{
	color: #333333 !important; font-size: 48px;
}
.sub_heading{
	color: #333333;font-size: 48px;line-height: 47px;
	padding:0;
	margin:0;
}

@media only screen and (min-width:320px) and (max-width:620px){
	
	.single .text-bar2 {
    font-size: 33px;
    line-height: 46px;
    color: #333333;
    font-weight: 700;
    text-align: center;
}
.gallery-section .elementor-heading-title{
	font-size: 30px;
	line-height:1.3;
}
.sub_heading{
	font-size:31px;line-height: 1.3px;
}

.sub_heading2{
	font-size:36px;line-height: 40px;
}


.elementor-widget-container .element{
	font-size:30px;
	line-height:40px;

}
.top_text{
	
	text-align:center;
	font-size:11px;
	
	}
	.top_text2{
	
	text-align:center;
	font-size:11px;
	
	}
	
	.text-space  {
   
    text-align: center;
}


}

.top_header{
	background-color: #006e9a;
	color:#FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	line-height: 34px;
	 
}
.fixed-top-header .top_header{
	border-bottom: 1px solid #fff;
}
.top_text2 a{
	
	text-align:center;
	color:#FFF;
	
	}
	
.top_text2 :hover{
	color:#b6a89c;
	
}
	
.txt{
	text-align:center;
	font-size:34px;
	line-height:1.5em;
	color:#fecc00;
}
.top_log{
	text-align:right;
}
.top_log li{
	display:inline-block;
	position:relative;
}
.top_log li ~ li{
	margin-left:5px;
	padding-left:10px;
}
.top_log li ~ li:before{
	content:'';
	height: 15px;
	width: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 10px;
}
<!-------------satyajit ray images start------------------------->


/*-----------------------------------
 * TABLE OF CONTENT
 * 1. LIBRARIES AND DEFINED VARIABLES
 * 2. CORE
 * 3. THEME
 * 4. HEADER
 * 5. FOOTER
 * 6. BLOG
 * 7. WOOCOMMERCE
 * 8. SHORTCODES
 * 9. THEMECHECK
 * 10. RESPONSIVE PAGES
 *-----------------------------------*/
/*-----------------------------------
 * 1. LIBRARIES AND DEFINED VARIABLES
 *-----------------------------------*/
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%); }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%); }
  51% {
    opacity: 1; } }

@keyframes toRightFromLeft {
  49% {
    transform: translate(100%); }
  50% {
    opacity: 0;
    transform: translate(-100%); }
  51% {
    opacity: 1; } }

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes spinner {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@-o-keyframes spinner {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@-moz-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px); } }

@-webkit-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px); } }

@-o-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px); } }

@keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px); } }

/*-----------------------------------
 * ICON HOVER EFFECT KEYFRAMES
 *-----------------------------------*/
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fd6500, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fd6500, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0; } }

@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fd6500, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fd6500, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0; } }

@keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fd6500, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fd6500, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0; } }



/*-----------------------------------
 * 7. SHORTCODES
 *-----------------------------------*/
/*-----------------------------------
 * SHORTCODES
 *-----------------------------------*/
/* Shortcode banner */
.banner-shortcode-wrapper.style_1 .banner-content-wrapper {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 15px 0 rgba(51, 51, 51, 0.45);
  -moz-box-shadow: 0 10px 15px 0 rgba(51, 51, 51, 0.45);
  box-shadow: 0 10px 15px 0 rgba(51, 51, 51, 0.45); }
  
  .banner-shortcode-wrapper.style_1 .banner-content-wrapper:hover .banner-content-inner {
    background: rgba(253, 101, 0, 0.2);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    .banner-shortcode-wrapper.style_1 .banner-content-wrapper:hover .banner-content-inner:before {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .banner-shortcode-wrapper.style_1 .banner-content-wrapper:hover .banner-content-inner:after {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .banner-shortcode-wrapper.style_1 .banner-content-wrapper:hover .banner-content-inner .banner-content {
      opacity: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
  .banner-shortcode-wrapper.style_1 .banner-content-wrapper img {
    width: 100%; }
  .banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    .banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-content-inner:before {
      content: '';
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      opacity: 0;
      position: absolute;
      top: 30px;
      right: 30px;
      bottom: 30px;
      left: 30px;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
      @media screen and (max-width: 991px) {
        .banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-content-inner:before {
          top: 15px;
          right: 15px;
          bottom: 15px;
          left: 15px; } }
    .banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-content-inner:after {
      content: '';
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      opacity: 0;
      position: absolute;
      top: 30px;
      right: 30px;
      bottom: 30px;
      left: 30px;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
      @media screen and (max-width: 991px) {
        .banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-content-inner:after {
          top: 15px;
          right: 15px;
          bottom: 15px;
          left: 15px; } }
    .banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-content-inner .banner-content {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      opacity: 0;
      color: #fff;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .banner-shortcode-wrapper.style_1 .banner-content-wrapper .banner-content-inner .banner-content .banner-title {
        font-weight: 300;
        color: #fff; }
.column-inner {
    padding-left: 0;
    padding-right: 0
}
.content_element{
	    margin-bottom: 35px;
}
	
.column-inner::after, .column-inner::before {
    content: " ";
    display: table;
}
/*-----------------------------------
 * 9. RESPONSIVE PAGES
 *-----------------------------------*/


.banner-home-1-1 {
  margin-bottom: -60%;
  z-index: 2; }
 

.banner-home-1-2 .custom_heading {
  color: rgba(38, 38, 38, 0.4);
  font-weight: 700; }

.banner-home-1-2 p {
  color: rgba(38, 38, 38, 0.2);
  font-size: 36px;
  font-style: italic;
  line-height: 40px;
  margin-top: -20px; }



.input-group-btn1 {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    left: 100%;
}


/* header top silder */
  .social_slider1{
        margin: 20px auto 0;
    }
	.sicoal_item{
		text-align:center;
	}
	.sicoal_item img{
		width:auto;
		max-width:180px;
		margin:0 auto;
	}
 @media screen and (max-width: 767px) {
    .banner-home-1-1 {
      margin-bottom: 0; }
	  
	  .input-group-btn1{
		  left: 70%;
	  }
	  .home-newsletter .single .form-control{
		  width: 70%;
	  }
	  .pty, .desk{
         display: none;
	  }
	  .form-wid {
    margin-top: 20px;
     padding: 20px;
}
.ptys{
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 10px 20px!important;
	display:block;
	align-items: center;
	border: none;
	background-color: #C30010;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	font-size: 14px !important; 
	text-transform: uppercase;
	z-index: 999;
   border-radius: 0
}
.ptys:hover{
	background-color: #000;
	border: none;
}
.footer-bottom{
	margin-bottom: 30px;
}
.pim{
	text-align: center;
}
}

@media screen and (max-width: 991px) {
  .banner-home-1-2 {
    margin-top: 20%; } 
}

<!----------------------Satyajit ray images start--------------------->

.fab.fa-x-twitter{
	font-family:sans-serif;
}
.fab.fa-x-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

