@import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
body {
	padding: 0;
	margin: 0;
	font-family: "Fira Sans", sans-serif;
	font-size: 15px;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
	-webkit-transition: .4s;
	transition: .4s;
}
a:hover, a:focus {
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #222222;
}
p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.8;
	color: #363838;
}
.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pt-5 {
	padding-top: 5px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-100 {
	padding-bottom: 100px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-20{
	margin-top:20px;
}
.mt-30 {
	margin-top: 50px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-0 {
	margin-top: 0px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mt-28{
	margin-top:28px;
}
.section-title {
	margin-bottom: 60px;
	text-align: center;
	margin-top: -6px;
}
.section-title h3, .section-title h1, .barline {
	font-size: 30px;
	position: relative;
	padding-bottom: 20px;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.section-title h3::before, .section-title h1::before, .barline::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 75px;
	height: 3px;
	border-radius: 5px;
	right: 0;
	margin: 0 auto;
}
.section-title span {
	text-transform: uppercase;
	display: block;
	font-size: 15px;
	margin-bottom: 6px;
}
.section-title p {
	max-width: 750px;
	margin: 0 auto;
	font-size: 20px
}
.owl-theme .owl-nav {
	margin-top: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
	font-size: 17px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	display: inline-block;
	border-radius: 0;
	position: absolute;
	left: 20px;
	top: 22%;
	height: 150px;
	opacity: 0;
	overflow: hidden;
	width: 15px;
	line-height: 150px;
	-webkit-transition: .4s;
	transition: .4s;
}
.owl-theme .owl-nav .owl-next {
	left: auto;
	right: 20px;
}
.owl-theme:hover .owl-nav [class*="owl-"] {
	opacity: 1;
	overflow: visible;
	left: 0;
}
.owl-theme:hover .owl-nav .owl-next {
	left: auto;
	right: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	color: #ffffff;
}
.btn {
	font-size: 16px;
	border-radius: 0px;
	padding: 10px 27px;
	position: relative;
	overflow: hidden;
}
.btn::before {
	content: '';
	position: absolute;
	display: block;
	width: 200px;
	height: 100px;
	-webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
	transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
	-webkit-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
	background: rgba(255, 255, 255, 0.5);
	left: 0;
	top: 0;
}
.btn:hover::before {
	background: #ffffff;
	-webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
	transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #ffffff;
}
.btn-primary:hover {
	color: #ffffff;
}
.btn-primary {
	color: #ffffff;
}
.btn-primary.disabled, .btn-primary:disabled {
	opacity: 1;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-secondary.focus, .btn-secondary:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	color: #ffffff;
	background-color: #f06334;
	border-color: #f06334;
}
.btn-secondary:hover {
	color: #ffffff;
	background-color: #f06334;
	border-color: #f06334;
}
.btn-secondary {
	color: #ffffff;
	background-color: #f06334;
	border-color: #f06334;
}
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #ffffff;
}
.preloader .loader {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -60px;
	margin-left: -45px;
}
.preloader .loader .spinner {
	width: 60px;
	height: 60px;
	position: relative;
}
.preloader .loader .spinner .double-bounce1, .preloader .loader .spinner .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.preloader .loader .spinner .double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
0%, 100% {
-webkit-transform:scale(0);
}
50% {
-webkit-transform:scale(1);
}
}
@keyframes sk-bounce {
0%, 100% {
transform:scale(0);
-webkit-transform:scale(0);
}
50% {
transform:scale(1);
-webkit-transform:scale(1);
}
}
.navbar {
	padding: 12px 0;
	border-bottom: 1px solid #f6f6f6;
}
.bg-light {
	background-color:#f7f7f7 !important;
}
.navbar img{
	height: 45px;
}
.navbar-light .navbar-brand {
	color: #222222;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 700;
}
.navbar-light .navbar-toggler {
	border-radius: 0;
}
.navbar-light .navbar-nav .nav-item {
	padding-left: 5px;
	padding-right: 5px;
}
.navbar-light .navbar-nav .nav-item:last-child {
	padding-right: 0;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0;
}
.navbar-light .navbar-nav .nav-link {
	color: #222222;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
.main-banner {
	/*height: 490px;*/
	position: relative;
	z-index: 1;
}
.main-banner-content {
	text-align: left;
	position: relative;
	z-index: 2;
	margin-top: 50px;
}
.main-banner-content h1 {
	font-size: 2rem !important;
	font-weight: 500;
	margin-bottom: 20px;
}
.main-banner-content p {
	margin-bottom: 30px;
	font-size: 16px;
}
.main-banner-content .btn-primary {
	margin-right: 10px;
}
.features-area {
	padding-bottom: 70px;
}
.single-features {
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
	background: #ffffff;
	padding: 28px;
	border-radius: 30px;
	margin-bottom: 30px;
	cursor: pointer;
	text-align: center;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-features i {
	font-size: 40px;
	display: inline-block;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-features h3 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-features p {
	-webkit-transition: .4s;
	transition: .4s;
}
.single-features:hover i, .single-features:hover h3, .single-features:hover p {
	color: #ffffff;
}
.about-area {
	position: relative;
}
.about-content {
	margin-top: 20px;
}
.about-content h3 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 15px;
}
.about-content p {
	margin-bottom: 25px;
	font-size: 16px;
}
.about-content .pull-left {
	float: left;
	margin-right: 45px !important;
}
.about-content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.about-content ul li {
	color: #666666;
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
}
.about-content ul li:first-child {
	margin-top: 0;
}
.about-content .btn {
	margin-top: 25px;
}
.about-text span {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin-bottom:20px;
}
.about-text h3 {
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 25px;
	display: inline-block;
}
.about-text h2 {
	display: inline-block;
}
.about-text ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 15px;
	margin-left: 20px;
}
.about-text ul li {
	color: #646a70;
	margin-top: 10px;
	font-weight: 400;
	list-style-type: disc;
}
.about-text ul li:first-child {
	margin-top: 0;
}
.about-text .blockquote {
	margin-bottom: 0;
	padding: 15px;
	margin-top: 15px;
	border-radius: 5px;
}
.about-text .blockquote p {
	color: #37383e;
}
.tab {
	overflow: hidden;
}
.tabs {
	list-style-type: none;
	margin-bottom: 40px;
	padding-left: 0;
	padding-bottom: 35px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tabs li {
	-ms-flex: 0 0 16.6666666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.tabs li:first-child {
	padding-left: 0;
}
.tabs li:last-child {
	padding-right: 0;
}
.tabs a {
	color: #222222;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
}
.tabs a:hover i {
	color: #ffffff;
}
.tabs a i {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #edf5ff;
	text-align: center;
	font-size: 30px;
	border-radius: 50%;
	margin-bottom: 15px;
	-webkit-transition: .4s;
	transition: .4s;
}
.tabs .current a i {
	color: #ffffff;
}
.tabs_item {
	display: none;
}
.tabs_item:first-child {
	display: block;
}
.tabs_item_content h3 {
	font-size: 22px;
	margin-bottom: 15px;
}
.tabs_item_content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 15px;
}
.tabs_item_content ul li {
	color: #666666;
	margin-top: 10px;
	font-weight: 400;
}
.tabs_item_content ul li:first-child {
	margin-top: 0;
}
.funfacts-area {
	position: relative;
	background: #428BCA;
}
.funfacts-area::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .84;
}
.funFact {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	-webkit-transition: .4s;
	transition: .4s;
}
.funFact i {
	font-size: 28px;
	background: #ffffff;
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 1px solid #ffffff;
	line-height: 61px;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s;
}
.funFact h3 {
	font-size: 40px;
	color: #ffffff;
	margin-top: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.funFact p {
	color: #ffffff;
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	margin-bottom: 0;
}
.funFact:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.funFact::before, .funFact::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 75px;
	background: #ffffff;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	-webkit-transition: .4s;
	transition: .4s;
}
.funFact::after {
	top: auto;
	bottom: 0;
}
.funFact:hover::before, .funFact:hover::after {
	height: 0;
}
.funFact:hover i {
	color: #ffffff;
	background: transparent;
}
.single-box {
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	background: #ffffff;
	padding: 30px;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
}
.single-box span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 54px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 18px;
	background: #edf5ff;
	border-radius: 50%;
	font-weight: 700;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-box h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.single-box.with-line::before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 217px;
	height: 210px;
	top: 10px;
	right: -85px;
}
.single-box:hover span {
	color: #ffffff;
}
.single-box p {
	font-size: 16px;
}
.testimonials-area {
	padding-bottom: 70px;
	position: relative;
}
.testimonials-item {
	-webkit-box-shadow: 10px 2px 20px 14px rgba(0, 0, 0, 0.06);
	box-shadow: 10px 2px 20px 14px rgba(0, 0, 0, 0.06);
	padding: 30px;
	position: relative;
	border-radius: 5px;
	margin-bottom: 30px;
	-webkit-transition: .4s;
	transition: .4s;
}
.testimonials-item:hover .client-info .client-title span, .testimonials-item:hover .client-info .client-title h4, .testimonials-item:hover p {
	color: #ffffff;
}
.testimonials-item i {
	position: absolute;
	right: 28px;
	bottom: 20px;
	font-size: 98px;
	color: #edf5ff;
	-webkit-transition: .4s;
	transition: .4s;
}
.testimonials-item:hover i {
	color: #636363;
}
.client-info {
	position: relative;
	padding-left: 110px;
	margin-bottom: 40px;
}
.client-info .img {
	position: absolute;
	left: 0;
	top: 0;
}
.client-info .img img {
	border-radius: 50%;
	height: 60px;
	width: 60px;
}
.client-info .client-title {
	display: inline-block;
	margin-top: 14px;
}
.client-info .client-title h4 {
	font-size: 20px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.client-info .client-title span {
	display: inline-block;
}
.client-info .client-title span, .client-info .client-title h4, .testimonials-item p {
	position: relative;
	z-index: 1;
	-webkit-transition: .4s;
	transition: .4s;
}
.partner-area .item {
	text-align: center;
}
.partner-area .item {
	margin-bottom: 40px;
	border: 1px solid #dcaa28;
	padding: 1px;
}
.partner-area .item:hover {
	border: 1px solid #506CEA;
}
.partner-area .item a img {
	display: inline-block;
}

.partner-area .service {
	margin-bottom: 40px;
    background: #fafafa;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #f06334;
}
.partner-area .service:hover {
	background:#FFFFFF;
}
.partner-area a .service img {
	display: block;
    margin: 0px auto;
}
.partner-area .service p{
	font-size:15px;
	margin-top:14px;
	font-weight:600;
	color:#f06334;
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	padding-bottom:0px;
}
.subscribe-area {
	text-align: center;
	position: relative;
	z-index: 1;
}
.newsletter {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	background: #ffffff;
	padding: 35px;
	border-radius: 5px;
}
.newsletter p {
	text-transform: capitalize;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: 600;
}
.newsletter p span {
	text-transform: uppercase;
	color: #506CEA;
}
.newsletter form {
	position: relative;
}
.newsletter form .validation-danger {
	margin-top: 20px;
	color: red;
}
.newsletter form .validation-success {
	margin-top: 20px;
}
.newsletter form .form-control {
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border: none;
	height: 75px;
	border-radius: 50px;
	padding-left: 20px;
	font-size: 17px;
}
.newsletter form .btn {
	position: absolute;
	right: 7px;
	border-radius: 30px;
	top: 8px;
	height: 60px;
	text-transform: uppercase;
	width: 175px;
}
.contact-box {
	background: #ffffff;
	padding: 20px 20px 20px 90px;
	border-radius: 5px;
	position: relative;
	-webkit-transition: .4s;
	transition: .4s;
}
.contact-box .icon {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 47px;
	border-radius: 50%;
	font-size: 28px;
	-webkit-transition: .4s;
	transition: .4s;
}
.contact-box .content h4 {
	font-size: 24px;
    margin-bottom: 6px;
}
.contact-box .content p a {
	color: #777777;
	text-decoration: none;
}
.contact-box:hover {
	-webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.contact-box:hover .icon {
	color: #ffffff;
}
.contact-text h3 {
	font-size: 22px;
	margin-bottom: 0;
}
.contact-text p {
	margin-top: 20px;
}
.form-control {
	height: 45px;
	padding: 15px;
	border: none;
	border-radius: 5px;
	font-weight: 300;
	font-size: 16px;
	-webkit-transition: .4s;
	transition: .4s;
}
.form-control:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	padding-left: 20px;
}
#contactForm .list-unstyled li {
	color: red;
}
#contactForm .btn {
	text-transform: uppercase;
	padding: 10px 35px;
	margin-top: 15px;
	font-weight: 500;
	font-size: 18px;
}
.repair-boxes-area {
	background-color: transparent;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}
.repair-boxes-area::before {
	content: '';
	position: absolute;
	left: 0;
	height: 90%;
	bottom: 0;
	width: 201%;
	background: #ffffff;
	z-index: -1;
	-webkit-transform: skewY(177deg);
	transform: skewY(177deg);
}
.single-repair-box {
	text-align: center;
	border-radius: 5px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	padding: 45px 25px;
	margin-bottom: 45px;
}
.single-repair-box i {
	font-size: 50px;
	color: #f06334;
	-webkit-transition: .5s;
	transition: .5s;
}
.single-repair-box h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 15px;
	-webkit-transition: .5s;
	transition: .5s;
}
.single-repair-box a {
	font-weight: 600;
	margin-top: 20px;
	color: #222222;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
}
.single-repair-box a:hover, .single-repair-box a:focus {
	color: #4457c3;
	text-decoration: none;
	letter-spacing: 1.5px;
}
.single-repair-box .img-box img:first-child {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	opacity: .70;
	-webkit-transition: .5s;
	transition: .5s;
}
.single-repair-box .img-box img:last-child {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
}
.single-repair-box::before, .single-repair-box::after {
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	height: 40px;
	width: 100%;
	background: #4457c3;
	border-radius: 5px 5px 0 0;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
}
.single-repair-box::after {
	top: auto;
	bottom: -40px;
	border-radius: 0 0 5px 5px;
}
.single-repair-box.active {
	border-radius: 0;
	background-color: #4457c3;
}
.single-repair-box.active i {
	color: #ffffff;
}
.single-repair-box.active h3 {
	color: #ffffff;
}
.single-repair-box.active p {
	color: #ffffff;
}
.single-repair-box.active a {
	color: #ffffff;
}
.single-repair-box.active::before, .single-repair-box.active::after {
	opacity: 1;
	visibility: visible;
}
.single-repair-box.active .img-box img:first-child {
	opacity: 0;
	visibility: hidden;
}
.single-repair-box.active .img-box img:last-child {
	opacity: .35;
	visibility: visible;
}
.repair-about-content .section-title {
	text-align: left;
	margin-bottom: 25px;
}
.repair-about-content .section-title h3 {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
}
.repair-about-content .section-title h3::before {
	display: none;
}
.repair-about-content .section-title p {
	margin-left: 0;
	margin-right: 0;
}
.repair-about-content ul {
	padding-left: 0;
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: -15px;
	margin-right: -15px;
}
.repair-about-content ul li {
	float: left;
	width: 50%;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 17px;
	font-weight: 600;
}
.repair-about-content ul li i {
	color: #f06334;
	margin-right: 3px;
}
.repair-about-content .read-more-btn {
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
	color: #f06334;
	font-size: 14px;
	font-weight: 700;
}
.repair-about-content .read-more-btn:hover {
	color: #4457c3;
	text-decoration: none;
}
.single-repair-blog-post {
	margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #FFF;
    background: #FFF;
}
.single-repair-blog-post .blog-image {
	overflow: hidden;
	position: relative;
}
.single-repair-blog-post .blog-image a {
	display: block;
}
.single-repair-blog-post .blog-image a img {
	-webkit-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
}
.single-repair-blog-post .blog-image .tags {
	position: absolute;
	right: 15px;
	z-index: 2;
	top: 15px;
	-webkit-transition: .4s;
	transition: .4s;
}
.tags{
	margin-bottom:10px;
}
.tags a {
	background: #A30033;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px 5px;
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
}
.single-repair-blog-post .blog-content {
	margin-top: 20px;
}
.single-repair-blog-post .blog-content h3, .single-repair-blog-post .blog-content p {
	line-height: 1.4;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	height: 50px;
}
.blog-like h3, .blog-like p {
	font-size: 15px !important;
	height: 65px !important;
}
.like_heading{
    font-weight: 600;
    font-size: 24px;
}
.single-repair-blog-post .blog-content h3 a, .single-repair-blog-post .blog-content p a {
	color: #222222;
}
.single-repair-blog-post .blog-content h3 a:hover, .single-repair-blog-post .blog-content h3 a:focus, .single-repair-blog-post .blog-content p a:hover, .single-repair-blog-post .blog-content p a:focus {
	color: #4457c3;
	text-decoration: none;
}
.single-repair-blog-post .blog-content ul {
	list-style-type: none;
	margin-top: 15px;
	margin-bottom: 0;
	border-top: 1px solid #eeeeee;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-left: 0;
}
.single-repair-blog-post .blog-content ul li {
	display: inline-block;
	color: #A30033;
	position: relative;
	margin-right: 18px;
}
.single-repair-blog-post .blog-content ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 7px;
	height: 2px;
	background: #4457c3;
	left: -13px;
}
.single-repair-blog-post .blog-content ul li a {
	color: #6F8BA4;
}
.single-repair-blog-post .blog-content ul li a:hover, .single-repair-blog-post .blog-content ul li a:focus {
	color: #4457c3;
	text-decoration: none;
}
.single-repair-blog-post .blog-content ul li:first-child::before {
	display: none;
}
.single-repair-blog-post .blog-content ul li:last-child {
	float: right;
	margin-right: 0;
}
.single-repair-blog-post .blog-content ul li:last-child::before {
	display: none;
}
.single-repair-blog-post .blog-content ul li:last-child a {
	text-transform: uppercase;
	color: #f06334;
}
.single-repair-blog-post .blog-content ul li:last-child a:hover, .single-repair-blog-post .blog-content ul li:last-child a:focus {
	color: #4457c3;
}
.single-repair-blog-post:hover .blog-image a img, .single-repair-blog-post:focus .blog-image a img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.footer-area {
	padding-bottom: 0;
	background-attachment: fixed;
}
.single-footer .logo {
	margin-top: -6px;
	margin-bottom: 15px;
}
.single-footer .logo a {
	color: #222222;
	text-transform: uppercase;
	font-size: 25px;
	text-decoration: none;
	font-weight: 700;
}
.single-footer .btn {
	margin-top: 15px;
}
.single-footer .heading {
	font-size: 24px;
	margin-top: -5px;
	margin-bottom: 25px;
	font-weight:600;
}
.single-footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.single-footer ul li a {
	color: #646a70;
	margin-top: 8px;
	display: block;
	text-decoration: none;
	font-size: 16px;
}
.single-footer ul li a:hover {
	padding-left: 7px;
}
.single-footer ul li:first-child a {
	margin-top: 0;
}
.single-footer .contact-info {
	margin-top: 15px;
}
.single-footer .contact-info li {
	margin-bottom: 10px;
	color: #737373;
	position: relative;
	padding-left: 25px;
}
.single-footer .contact-info li i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 20px;
}
.single-footer .contact-info li:last-child {
	margin-bottom: 0;
}
.copyright-area {
	margin-top: 50px;
	background: #edf5ff;
	padding: 20px 0;
}
.copyright-area p {
	color: #222222;
	margin-top: 3px;
}
.copyright-area ul {
	text-align: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.copyright-area ul li {
	display: inline-block;
	margin: 0 2px;
}
.copyright-area ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
}
.copyright-area ul li a:hover {
	color: #ffffff;
}
.social-links li {
	display: inline-block;
	margin-right: 2px;
}
a.review-btn {
	background-color: #f06334;
	border: 1px solid #f06334;
	color: #fff !important;
	padding: 10px 30px !important;
	font-size: 15px !important;
	border-radius: 30px;
	display: inline-block;
}
a.review-btn:hover {
	background-color: #333333;
	border: 1px solid #333333;
}
.search-box {
	border: 3px solid #fff;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    width: 100%;
    margin-bottom: 10px;
}
.search_btn{
	text-align: center;
    width: 100%;
}
/* download-section start here */
.download-section {
	width: 100%;
	padding: 40px 0px;
	text-align: left;
	background: #fafbff;
}
.download-section .download-img {
	border:2px dotted #f06334;
	text-align: center;
}
.download-section .download-img img {
	height: 308px;
}
.download-section h3 {
	color: #f06334;
	font-size: 24px;
	font-weight: 600;
	margin: 30px 0px;
	transition: all 0.5s ease-in-out;
	text-align:center;
}
.download-section h3:hover {
	color: #333333;
	transition: all 0.5s ease-in-out;
}
.download-section .video_mp4 {
	background: #FFFFFF;
	padding: 0px 10px;
	border:2px dotted #f06334;
}
.download-section .video_mp4 .table thead th {
	border-bottom: none;
	border-top: none;
	padding: 22px 10px;
	vertical-align: middle;
}
.download-section .video_mp4 .table tbody td {
	vertical-align: middle;
	color: #585858;
}
.download-section .video_mp4 table tbody .btn-download {
	background: #506CEA;
	border-color: #506CEA;
	border-radius: 0px;
	color: #fff;
	font-size: 13px;
	padding: 6px 10px;
	transition: all 0.5s ease-in-out;
}
.search_btn .btn-download{
	margin-right:0px;
}
.download-section .video_mp4 table tbody a.btn-play {
	background: #f06334;
	border-color: #f06334;
	border-radius: 0px;
	color: #fff;
	font-size: 13px;
	padding: 6px 10px;
	transition: all 0.5s ease-in-out;
}
.download-section .video_mp4 table tbody a i, .download-section .video_mp4 table tbody button i {
	font-size: 15px;
	vertical-align: middle;
}
.download-section .video_mp4 table tbody a:hover, .download-section .video_mp4 table tbody button:hover {
	background: #555;
	transition: all 0.5s ease-in-out;
	border-radius: 0px;
}
/* download-section end here */

.dropdown-menu {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: 0 3px 10px rgba(218,235,255,.51);
	-webkit-box-shadow: 0 3px 10px rgba(218,235,255,.51);
	position: absolute;
	z-index: 99;
	min-width: 210px;
	background-color: #fff;
	border-top: 1px solid #506CEA;
	white-space: nowrap;
	animation: fadeIn .4s;
	-webkit-animation: fadeIn .4s;
	-moz-animation: fadeIn .4s;
	-o-animation: fadeIn .4s;
	-ms-animation: fadeIn .4s
}
.dropdown:hover .dropdown-menu {
	display: block;
	position: absolute;
	text-align: left;
	top: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.dropdown .dropdown-menu .dropdown-item {
	width: 100%;
	padding: 12px 23px;
	font-size: 14px;
	color: #272727;
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0;
	display: inline-block;
	float: left;
	clear: both;
	position: relative;
	outline: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.dropdown .dropdown-menu .dropdown-item:hover {
	background: #506CEA;
	color: #FFF;
}
.dropdown .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0;
}
ul > li:last-child .dropdown-menu {
	right: 4px;
	left: auto;
}
.social-share {
	margin-top: 20px;
}
.btn-social-icon {
	position: relative;
	color: #fff !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 34px;
	width: 34px;
	padding: 0px !important;
	line-height: 34px !important;
	font-size: 16px !important;
}
.btn-facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}
.btn-twitter {
	background-color: #55acee;
	border-color: #55acee;
}
.btn-envelope {
	background-color: #dd4b39;
	border-color: #dd4b39;
}
.btn-linkedin {
	background-color: #007bb6;
	border-color: #007bb6;
}
.btn-whatsapp {
	background-color: #24CC63;
	border-color: #24CC63;
}
.btn-instagram {
	background-color: #3f729b;
	border-color: #3f729b;
}
.btn-flickr {
	background-color: #ff0084;
	border-color: #ff0084;
}
.btn-github {
	background-color: #444;
	border-color: #444;
}
.btn-tumblr {
	background-color: #2c4762;
	border-color: #2c4762;
}
.btn-vk {
	background-color: #587ea3;
	border-color: #587ea3;
}
.source-heading {
	font-weight: normal;
	padding-top: 16px;
	text-align:center;
}
#validator_subscribe_error {
	color: #F00;
	margin-top: 12px;
}
#validator_subscribe_success {
	color: green;
	margin-top: 12px;
}
.search-bar-area {
	padding: 50px 0px 100px 0px;
}
.search-bar-area h1 {
	color: #FFF;
	font-size: 28px;
	margin-bottom: 30px;
}
#enquiry_success_msg {
	margin-top: 10px;
}
.with-errors {
	color: red;
}
.with-success {
	color: green;
}
.error-actions {
	margin-top: 15px;
	margin-bottom: 15px;
}
 @media only screen and (min-width:320px) and (max-width:640px), only screen and (max-width:740px), only screen and (max-width:1024px) {
.col-xs-6 {
	width: 50%
}
.partner-area .item {
	margin-bottom: 20px;
}
footer .useful-links {
	margin-left: 0px;
}
.hidden-xs {
	display: none;
}
footer .how_to_download {
	margin-bottom: 10px;
}
}
.main-timeline {
	overflow: hidden;
	position: relative
}
.main-timeline .timeline {
	position: relative;
	margin-top: -79px
}
.main-timeline .timeline:first-child {
	margin-top: 0
}
.main-timeline .timeline-icon, .main-timeline .year {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}
.main-timeline .timeline:after, .main-timeline .timeline:before {
	content: "";
	display: block;
	width: 100%;
	clear: both
}
.main-timeline .timeline:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2
}
.main-timeline .timeline-icon {
	width: 178px;
	height: 174px;
	border-radius: 50%;
	border: 25px solid transparent;
	border-top-color: #3e5eab;
	border-right-color: #3e5eab;
	z-index: 1;
	transform: rotate(47deg);
}
.main-timeline .year {
	display: block;
	width: 110px;
	height: 110px;
	line-height: 120px;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0,0,0,.4);
	text-align: center;
	transform: rotate(-45deg)
}
.main-timeline .year i {
	font-size: 40px;
}
.main-timeline .timeline-content {
	width: 35%;
	float: right;
	background: #3e5eab;
	padding: 16px 16px;
	margin: 50px 0;
	z-index: 1;
	position: relative;
	height: 130px;
}
.main-timeline .timeline-content:before {
	content: "";
	width: 20%;
	height: 15px;
	background: #3e5eab;
	position: absolute;
	top: 50%;
	left: -20%;
	z-index: -1;
	transform: translateY(-50%)
}
.main-timeline .title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px
}
.main-timeline .description {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin: 0
}
.main-timeline .timeline:nth-child(2n):before {
	box-shadow: 8px 0 5px -5px rgba(0,0,0,.5) inset
}
.main-timeline .timeline:nth-child(2n) .timeline-icon {
	transform: rotate(-135deg);
	border-top-color: #f44556;
	border-right-color: #f44556
}
.main-timeline .timeline:nth-child(2n) .year {
	transform: rotate(135deg);
	color: #e97e2e
}
.main-timeline .timeline:nth-child(2n) .timeline-content {
	float: left
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
	left: auto;
	right: -20%
}
.main-timeline .timeline:nth-child(2n) .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content:before {
	background: #f44556
}
.main-timeline .timeline:nth-child(3n) .timeline-icon {
	border-top-color: #e97e2e;
	border-right-color: #e97e2e
}
.main-timeline .timeline:nth-child(3n) .timeline-content, .main-timeline .timeline:nth-child(3n) .timeline-content:before {
	background: #e97e2e
}
.main-timeline .timeline:nth-child(4n) .timeline-icon {
	border-top-color: #13afae;
	border-right-color: #13afae
}
.main-timeline .timeline:nth-child(4n) .timeline-content, .main-timeline .timeline:nth-child(4n) .timeline-content:before {
	background: #13afae
}
.main-timeline .timeline:nth-child(5n) .timeline-icon {
	border-top-color: #5d6d75;
	border-right-color: #5d6d75
}
.main-timeline .timeline:nth-child(5n) .timeline-content, .main-timeline .timeline:nth-child(5n) .timeline-content:before {
	background: #5d6d75
}
.main-timeline .timeline:nth-child(6n) .timeline-icon {
	border-top-color: #a574ab;
	border-right-color: #a574ab
}
.main-timeline .timeline:nth-child(6n) .timeline-content, .main-timeline .timeline:nth-child(6n) .timeline-content:before {
	background: #a574ab
}
.main-timeline .timeline:nth-child(7n) .timeline-icon {
	border-top-color: #888a3b;
	border-right-color: #888a3b
}
.main-timeline .timeline:nth-child(7n) .timeline-content, .main-timeline .timeline:nth-child(7n) .timeline-content:before {
	background: #888a3b
}
.main-timeline .timeline:nth-child(8n) .timeline-icon {
	border-top-color: #ab7483;
	border-right-color: #ab7483
}
.main-timeline .timeline:nth-child(8n) .timeline-content, .main-timeline .timeline:nth-child(8n) .timeline-content:before {
	background: #ab7483
}
@media only screen and (max-width:1199px) {
.main-timeline .timeline {
	margin-top: -103px
}
.main-timeline .timeline-content:before {
	left: -18%
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
	right: -18%
}
}
@media only screen and (max-width:990px) {
.main-timeline .timeline {
	margin-top: -127px
}
.main-timeline .timeline-content:before {
	left: -2%
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
	right: -2%
}
}
@media only screen and (max-width:767px) {
.main-timeline .timeline {
	margin-top: 0;
	overflow: hidden
}
.main-timeline .timeline:before, .main-timeline .timeline:nth-child(2n):before {
	box-shadow: none
}
.main-timeline .timeline-icon, .main-timeline .timeline:nth-child(2n) .timeline-icon {
	margin-top: -30px;
	margin-bottom: 20px;
	position: relative;
	transform: rotate(135deg)
}
.main-timeline .timeline:nth-child(2n) .year, .main-timeline .year {
	transform: rotate(-135deg)
}
.main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
	width: 100%;
	float: none;
	border-radius: 0 0 20px 20px;
	text-align: center;
	padding: 25px 20px;
	margin: 0 auto
}
.main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(2n) .timeline-content:before {
	width: 15px;
	height: 25px;
	position: absolute;
	top: -22px;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, 0)
}
}
.product {
	border: 1px solid #E7E7E7;
	box-shadow: 1px 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	margin-bottom: 10px;
	margin-top: 10px;
}
.product img {
	height: 100px;
	margin: 0px auto;
	padding: 2px;
}
.short-description {
	background: #fff none repeat scroll 0 0;
	padding: 5px 10px 15px;
	position: relative;
	overflow: hidden;
}
.short-description h3 {
	margin: 0px 0px 10px;
	height: 26px;
	line-height: 18px;
}
.short-description h3 a {
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
.recent-searches {
	text-align: center;
	font-size: 28px;
	margin-top: 18px;
}
.footer-services {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.blog-sidebar .widget {
	position: relative;
	border-color: #eeeeee;
	border-radius: 0;
	box-shadow: none;
	background-color: #fff;
	border: 1px solid #eeeeee;
	padding: 5px 25px;
	overflow: hidden;
	margin-bottom: 20px;
}
.blog-sidebar .widget .widget-heading {
	border: medium none;
}
.blog-sidebar .widget .widget-heading p {
	border-bottom: 2px solid #e3e3e3;
	color: #323232;
	margin: 0 0 15px;
	padding: 16px 0px 16px 0px;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
}
.blog-sidebar .widget .widget-heading p a {
	color: #333;
}
.blog-sidebar #sidebar-wrapper ul {
	padding-left: 0px;
}
.blog-sidebar #sidebar-wrapper .sidebar-nav li {
	text-indent: 0;
	line-height: 45px;
	margin-bottom: 5px;
	list-style-type: none;
}
.blog-sidebar #sidebar-wrapper .sidebar-nav li a {
	display: block;
	text-decoration: none;
	background: #506CEA;
	color: #fff;
}
.blog-sidebar #sidebar-wrapper .sidebar-nav li a:hover {
	background: #f06334;
}
.blog-sidebar #sidebar-wrapper .sidebar-nav li a .sidebar-icon {
	padding: 0 4px 0px 12px;
}
.blog-sidebar .widget-post {
	padding: 0px;
}
.blog-sidebar .widget-post li {
	list-style-type: none;
	border-bottom:1px solid #eee;
	margin-bottom:15px;
}
.blog-sidebar .widget-post li:last-child {
	border-bottom: none;
}
.blog-sidebar .widget-post li .widget-post-media {
	width: 80px;
	display: inline-block;
}
.blog-sidebar .widget-post li .widget-post-media img {
	width: 100%;
	height: 55px;
	vertical-align: baseline;
}
.blog-sidebar .widget-post li .widget-post-info {
	display: inline-block;
	color: #9d9d9d;
	line-height: 20px;
	width:100%;
}
.blog-sidebar .widget-post li .widget-post-info h6{
	/*margin-top:10px;*/
}
.blog-sidebar .widget-post li .widget-post-info p a {
	color: #585c5f;
	font-size: 14px;
	font-weight: 600;
}
.blog-sidebar .widget-post li .widget-post-info .date {
	color: #333333;
    font-size: 14px;
    float: right;
}
.box {
	background: #FFFFFF;
	margin: 0 0 30px;
	padding: 20px;
}
.blog h1, .box_heading {
	font-size: 24px !important;
	color: #FFF !important;
	margin-bottom: 20px;
	text-align: center;
	background: #A30033;
	padding: 12px;
}
#comment-form .form-control {
	box-shadow: 0 0 1px 1px rgb(0 0 0 / 20%);
    border-radius: 0px;
}
#comment_success_msg {
	margin-top: 10px;
}
.blog-comments {
	background-color: #fff;
	padding: 20px;
}
.blog-comments .user-comment {
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.blog-comments .user-comment:last-child {
	border-bottom: none;
}
.blog-comments .user-comment img {
	height: 65px;
}
.blog-comments h4 {
	display: inline-block;
	font-size: 15px;
	color: #555;
	margin: 0px;
}
.blog-comments .author-date {
	display: block;
	padding: 0px;
	color: #807b7b;
	font-size: 12px;
}
.blog-comments p {
	font-size: 14px;
	color: #666666;
	padding: 10px 0px 0px 0px;
}
.blog-comments .author-desc {
	margin-bottom: 14px;
}
.blog p {
	margin-bottom: 10px;
	line-height: 32px;
	color: #596066;
	padding-bottom: 20px;
	text-shadow: 2px 2px 12px #d3d3d3;
	word-spacing: 1px;
	font-size: 18px;
}
.blog ol li, .blog ul li {
	margin-bottom: 10px;
	line-height: 32px;
	color: #596066;
	padding-bottom: 20px;
	text-shadow: 2px 2px 12px #d3d3d3;
	word-spacing: 1px;
	font-size: 18px;
}
.service-top-content p {
	font-size: 18px;
}
.service-para-content{
	margin-bottom:30px !important;
}
.service-para-content p {
	font-size: 17px;
}
.service-content-image {
	display: flex;
	align-items: center;
	height: 315px;
}
.service-para-content ol{
	margin-top: 10px;
	padding-left: 17px;
}
.service-para-content ol li{
	font-size: 16px;
    line-height: 34px;
}
.blog-bar-area {
	padding: 30px 0px 30px 0px;
}
.blog-bar-area .page-title-content ul {
	margin-top: 20px;
}
.service-breadcrumbs {
	text-align: left;
}
.service-breadcrumbs li {
	color: #333 !important;
}
.service-breadcrumbs li a, .service-breadcrumbs li i {
	color: #000 !important;
}
.ft-28 {
	font-size: 28px !important;
}
#faq ul {
	margin-left: 0px;
}
#faq ul li {
	list-style-type: none;
}
.hidden-md {
	display: none;
}
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 30px;
	right: 20px;
	font-size: 25px;
	color: #ffffff;
	background-color: #f06334;
	z-index: 1;
	display: none;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 39px;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s;
}
.tmdb {
	background: #FFF;
	padding: 2em;
	margin-bottom: 20px;
}
.tmdb-title {
	margin: 0px !important;
	margin-bottom: 20px !important;
	font-weight: 600 !important;
	font-size:26px;
}
.tmdb-release-date, .tmdb-generes, .tmdb-duration {
	margin: 20px 0px;
}
.tmdb-release-date span, .tmdb-duration span {
	color: #f06334;
}
.tmdb-genere:first-of-type {
	margin-left: 35px;
}
.tmdb-genere {
	margin-right: 10px;
    background: #f06334;
    color: #FFF;
    font-weight: normal;
    border-radius: 50px;
    padding: 5px 20px;
    font-size: 14px;
    margin-bottom: 13px;
    display: inline-block;
}
.tmdb-color {
	display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    border-radius: 20px;
    color: #FFF;
    font-weight: normal;
    padding: 6px 18px;
    font-size: 15px;
}
.tmdb-orange {
	background: #ff9f1a;
}
.tmdb-green {
	background: #85ad00;
}
.tmdb-blue {
	background: #0076ad;
}
.tmdb-read-btn {
	margin-top: 20px;
}
.tmdb-image {
	height: 350px;
	width: 100%;
}
.tmdb-section {
	width: 100%;
	padding: 50px 0px;
	text-align: left;
	background: #f7f9ff;
}
.tmdb-casting {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.tmdb-casting ul {
	padding-left: 0px;
}
.tmdb-casting ul li {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid rgba(227,227,227,1);
	padding-bottom: 10px;
	border-radius: 14px;
	overflow: hidden;
	min-width: 160px;
	width: 180px;
}
.tmdb-casting ul li img {
	height: 190px;
	width: 100%;
}
.tmdb-cast-description {
	padding: 6px 10px;
	height:110px;
}
.tmdb-cast-description p {
	color: #000;
	white-space: initial;
}
.tmdb-casting::-webkit-scrollbar {
 	height:7px;
}
.tmdb-casting::-webkit-scrollbar-track {
 	border:1px solid #333333;
 	border-radius:50px;
}
.tmdb-casting::-webkit-scrollbar-thumb {
 	border-radius: 10px;
 	background-color: #dbdbdb;
}
.tmdb-casting .section-title {
	margin-bottom: 30px;
	margin-top: 0px;
}
.tmdb h3 {
	font-size: 26px;
}
.tmdb .section-title {
	margin-bottom:0px;
}

.tmdb-tabs nav > .nav.nav-tabs {
	border: none;
	color: #fff;
	background: #272e38;
	border-radius: 0;
}

.tmdb-tabs nav > div a.nav-item.nav-link {
	border: none;
	padding: 18px 25px;
	color: #fff;
	background: #272e38;
	border-radius: 0;
}

.tmdb-tabs .tab-content {
	background: #fdfdfd;
	line-height: 25px;
	border: 1px solid #ddd;
	border-top: 5px solid #f06334;
	padding: 30px 25px;
}
.tmdb-tabs nav > div a.nav-item.nav-link.active {
	background: #f06334;
	color: #fff;
}
.tmdb-tabs nav > div a.nav-item.nav-link:hover, nav > div a.nav-item.nav-link:focus {
	border: none;
	background: #f06334;
	color: #fff;
	border-radius: 0;
	transition: background 0.20s linear;
}
.tmdb-tabs .tmdb-movie-videos {
	padding: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.tmdb-tabs .tmdb-movie-videos ul {
	padding-left: 0px;
}
.tmdb-tabs .tmdb-movie-videos ul li {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	border: 1px solid rgba(227,227,227,1);
	padding-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
	min-width: 350px;
	width: 350px;
}
.tmdb-tabs .tmdb-movie-videos ul li h5{
	padding:10px;
	white-space: initial;
	font-size:18px;
	height:74px;
	line-height:25px;
}
.tmdb-tabs .tmdb-movie-videos::-webkit-scrollbar {
 	height:7px;
}
.tmdb-tabs .tmdb-movie-videos::-webkit-scrollbar-track {
 	border:1px solid #333333;
 	border-radius:50px;
	margin-left:10px;
}
.tmdb-tabs .tmdb-movie-videos::-webkit-scrollbar-thumb {
 	border-radius: 10px;
 	background-color: #dbdbdb;
}

.tmdb-tabs .tmdb-backdrops, .tmdb-tabs .tmdb-posters, .tmdb-tabs .tmdb-seasons {
	padding:10px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.tmdb-tabs .tmdb-backdrops ul, .tmdb-tabs .tmdb-posters ul, .tmdb-tabs .tmdb-seasons ul {
	padding-left: 0px;
}
.tmdb-tabs .tmdb-backdrops ul li {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 8px;
	overflow: hidden;
	min-width: 350px;
	width: 350px;
}
.tmdb-tabs .tmdb-backdrops ul li img {
	height: 190px;
	width: 100%;
}
.tmdb-tabs .tmdb-backdrops::-webkit-scrollbar, .tmdb-tabs .tmdb-posters::-webkit-scrollbar, .tmdb-tabs .tmdb-seasons::-webkit-scrollbar {
 	height:7px;
}
.tmdb-tabs .tmdb-backdrops::-webkit-scrollbar-track, .tmdb-tabs .tmdb-posters::-webkit-scrollbar-track, .tmdb-tabs .tmdb-seasons::-webkit-scrollbar-track {
 	border:1px solid #333333;
 	border-radius:50px;
	margin-left:10px;
}
.tmdb-tabs .tmdb-backdrops::-webkit-scrollbar-thumb, .tmdb-tabs .tmdb-posters::-webkit-scrollbar-thumb, .tmdb-tabs .tmdb-seasons::-webkit-scrollbar-thumb {
 	border-radius: 10px;
 	background-color: #dbdbdb;
}

.tmdb-tabs .tmdb-posters ul li {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 8px;
	overflow: hidden;
	min-width: 220px;
	width: 220px;
}
.tmdb-tabs .tmdb-posters ul li img {
	height: 280px;
	width: 100%;
}

.tmdb-tabs .tmdb-seasons ul li {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 8px;
	overflow: hidden;
	min-width: 220px;
	width: 220px;
}
.tmdb-tabs .tmdb-seasons ul li img {
	height: 280px;
	width: 100%;
	margin-bottom:10px;
}
.tmdb-tabs .tmdb-seasons ul li h5 {
	font-size:16px;
}

.tmdb-reviews h3{
	font-size:26px;
}
.tmdb-review{
	background: #faf7f7;
    border-radius: 8px;
    padding: 10px;
	margin:0px 10px 20px 10px;
}
.tmdb-review img{
	border-radius: 50px;
    margin-top: 15px;
	margin-bottom:40px;
}
.tmdb-review .tmdb-review-rating{
	background: #f06334;
    color: #FFF;
    padding: 9px;
    text-align: center;
    border-radius: 50px;
	margin-top:25px;
}
.tmdb-review h4{
	font-size: 22px;
    margin-top: 12px;
	margin-bottom:2px;
}
.tmdb-review .tmdb-review-comment{
	margin-top:14px;
}

.tmdb-recommendations {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.tmdb-recommendations ul {
	padding-left: 0px;
}
.tmdb-recommendations ul li {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid rgba(227,227,227,1);
	padding-bottom: 10px;
	border-radius: 14px;
	overflow: hidden;
	min-width: 220px;
	width: 220px;
}
.tmdb-recommendations ul li img {
	height: 190px;
	width: 100%;
}
.tmdb-recommendation-description {
	padding: 6px 10px;
	height:90px;
}
.tmdb-recommendation-description p {
	color: #000;
	white-space: initial;
}
.tmdb-recommendations::-webkit-scrollbar {
 	height:7px;
}
.tmdb-recommendations::-webkit-scrollbar-track {
 	border:1px solid #333333;
 	border-radius:50px;
}
.tmdb-recommendations::-webkit-scrollbar-thumb {
 	border-radius: 10px;
 	background-color: #dbdbdb;
}
.tmdb-recommendations .section-title {
	margin-bottom: 30px;
	margin-top: 0px;
}
.tmdb-recommendations h3 {
	font-size: 26px;
}

.tmdb-sidebar{
	margin-top:30px;
}
.tmdb-sidebar .widget {
    position: relative;
    box-shadow: 1px 2px 6px 1px #666;
    padding: 15px 25px;
    margin-bottom: 20px;
}
.tmdb-sidebar .widget p strong{
	color: #f06334;
    font-weight: 600;
}

.tmdb-provider {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.tmdb-provider .tmdb-title{
	font-size:16px;
	margin-bottom:10px !important;
}
.tmdb-provider ul {
	padding-left: 0px;
}
.tmdb-provider ul li {
	display: inline-block;
	margin-right: 10px;
	border-radius: 10px;
	border:1px solid #E7E7E7;
	overflow: hidden;
	min-width: 65px;
	width: 65px;
}

.tmdb-provider::-webkit-scrollbar {
 	height:7px;
}
.tmdb-provider::-webkit-scrollbar-track {
 	border:1px solid #333333;
 	border-radius:50px;
}
.tmdb-provider::-webkit-scrollbar-thumb {
 	border-radius: 10px;
 	background-color: #dbdbdb;
}

.tmdb-features {
    -webkit-box-shadow: 0 2px 20px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 6%);
    background: #ffffff;
    padding: 10px;
    border-radius: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.tmdb-features h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    transition: .4s;
}

.date-sec {
	background:linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.58), rgba(0,0,0,0));
	position: absolute;
	top:5%;
	width: 20%;
}
.date-sec span {
	color: white;
	font-size: 13px;
	display: inline-block;
	padding: 5px 0px 5px 7px;
	font-style:italic;
}
.widget-post-info i{
	color:#f06334;
}

.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #f06334 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #f06334 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "\ea5b";
    font-family: "IcoFont";
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "\ea5d";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

#blog_section .section-title{
	margin-bottom:30px;
}


.related-search .single-repair-blog-post .blog-content h3{
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.write-to-us ul li{
	width:25%;
}

.plan_table {
    width: 750px;
    margin: auto;
    padding: 20px;
    max-width: 100%;
    box-shadow: 4px 7px 24px 0 #0000000f;
    background-color: #fff;
}

.plan_table .table tr th{
	border-top: none;
	border-bottom:none;
}

.why_advertise h4, .why_advertise p{
	margin-bottom:20px;
}
.why_advertise ul li {
    list-style-type: disc;
    font-size: 16px;
    color: #363838;
    line-height: 26px;
    margin-bottom: 7px;
    text-align: justify;
	list-style-type:square;
}

#fixed_sidebar{
	position:sticky;
	top:0px;
}

.blog img{
	width:100% !important;
}
.blog h2{
	font-size:30px;
}
.p14{
	padding: 0px 14px !important;
}



.shake-lr {
	-webkit-animation: shake-lr 3s cubic-bezier(.455, .030, .515, .955) 2s infinite alternate-reverse both;
	animation: shake-lr 3s cubic-bezier(.455, .030, .515, .955) 2s infinite alternate-reverse both
}
@-webkit-keyframes shake-lr {
0%, 100% {
-webkit-transform:rotate(0);
transform:rotate(0);
-webkit-transform-origin:50% 50%;
transform-origin:50% 50%
}
10% {
-webkit-transform:rotate(8deg);
transform:rotate(8deg)
}
20%, 40%, 60% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
30%, 50%, 70% {
-webkit-transform:rotate(10deg);
transform:rotate(10deg)
}
80% {
-webkit-transform:rotate(-8deg);
transform:rotate(-8deg)
}
90% {
-webkit-transform:rotate(8deg);
transform:rotate(8deg)
}
}
@keyframes shake-lr {
0%, 100% {
-webkit-transform:rotate(0);
transform:rotate(0);
-webkit-transform-origin:50% 50%;
transform-origin:50% 50%
}
10% {
-webkit-transform:rotate(8deg);
transform:rotate(8deg)
}
20%, 40%, 60% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
30%, 50%, 70% {
-webkit-transform:rotate(10deg);
transform:rotate(10deg)
}
80% {
-webkit-transform:rotate(-8deg);
transform:rotate(-8deg)
}
90% {
-webkit-transform:rotate(8deg);
transform:rotate(8deg)
}
}


.addmore{
	padding: 4px 10px;
    font-size: 12px;
    float: right;
}
.no-image{
	height:100px;
	max-width:100px;
	margin:0px auto;
}
.no-image img{
	height:auto;
}

#keywordDensityList ul {
    padding: 0;
    text-align: center;
	column-count:3;
}
#keywordDensityList ul li {
    display: inline-block;
    list-style-type: none;
    background: #E7E7E7;
    width: 100%;
	padding-bottom:0px;
	overflow:hidden;
	font-size:16px;
}
#keywordDensityList ul li .word-text {
    display: inline-block;
    padding: 5px 5px 5px 10px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 115px;
}
#keywordDensityList ul li .word-count {
    display: inline-block;
    background: #f06334;
    padding: 5px;
    font-weight: 600;
    float: right;
    width: 60px;
	color:#FFFFFF;
}

#keywordDensityList ul li .word-percent {
    display: inline-block;
    padding: 5px 15px 5px 5px;
    float: right;
}

.short-btn{
	background: #f06334;
    color: #FFF;
    padding: 5px 10px;
}
.short-btn:hover{
	background: #333333;
    color: #FFF;
}

.age_box{
	padding:14px;
	margin-bottom:20px;
}
.age_box h4{
	text-align: center;
    margin-bottom: 24px;
}
.age_box p{
	font-weight:600;
	padding-bottom:0px;
	margin-left:25px;
}
.age_box p span{
	color:#f06334;
	margin-right:5px;
}

.highlight.striped{
	width:100%;
}
.highlight.striped tr td {
    font-size: 16px;
    padding: 3px 10px;
    border-bottom: 1px solid #ddd;
}
.highlight.striped tr td:last-of-type, .border-left {
    border-left: 1px solid #ddd;
}

.go-back{
	background: #A30033;
    color: #FFFFFF !important;
    float: right;
    border-radius: 4px;
    padding: 0px 4px;
}
.go-back a{
	color: #FFFFFF;
    padding: 10px;
    font-size: 18px;
    vertical-align: middle;
}
.cat_icon{
    font-size: 18px;
    margin-bottom: 16px;
}
.cat_icon a{
	color:#000000;
	font-weight:600;
}
.cat_icon img{
	height:50px;
	margin-right:10px;
}

.animate-charcter{
   text-transform: uppercase;
  	background-image: linear-gradient(
    	-225deg,
    	#231557 0%,
    	#44107a 29%,
    	#ff1361 67%,
   	 	#fff800 100%
  	);
  	background-size: auto auto;
  	background-clip: border-box;
  	background-size: 200% auto;
  	color: #fff;
  	background-clip: text;
  	text-fill-color: transparent;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	animation: textclip 2s linear infinite;
  	display: inline-block;
}

@keyframes textclip {
	to {
    	background-position: 200% center;
  	}
}

.service-tags {
    background: #A30033;
    color: #FFF;
    padding: 5px 12px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 10px;
    font-size: 14px;
}
.service-tags:hover{
	background: #333333;
}

.box h3{
	font-size: 27px;
}

.peoples {
	background-color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(227,227,227,1);
    padding-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.peoples h4{
	font-size: 20px;
    font-weight: 600;
    padding-top: 15px;
    color: #f06334;
    margin-bottom: 0px;
}
.peoples p{
	padding: 6px 4px 7px 4px;
}
.h70{
	height:70px !important;
}

.query_tags{
    display: block;
    width: 100%;
    height: 160px;
    overflow-y: scroll;
	overflow-x:auto;
}

.query_tags::-webkit-scrollbar {
	width:6px;
}
.query_tags::-webkit-scrollbar-track {
 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.query_tags::-webkit-scrollbar-thumb {
 	background-color: #f06334;
}

.service-para-content ul li{
	list-style-type: square !important;
    margin-left: 20px;
    color: #363838;
    font-size: 17px;
}

.bmd-form-group{
	margin-bottom: 3rem;
}
.query_tags_heading{
	font-size: 24px;
    font-weight: 600;
}