*, blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, label, li, ol, p, pre, td, th, ul {
	margin: 0;
	padding: 0
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	scroll-behavior: smooth
}
body {
	font-family: Montserrat, sans-serif
}
p {
	text-align: justify
}
a:hover {
	text-decoration: none
}
.main_wrapper {
	width: 100%;
	position: relative
}
.top_band {
	transition: .5s ease-in-out all;
	background: #fff;
	width: 100%;
	position: static;
	top: 36px;
	z-index:9;
	border-bottom: solid 1px #ccc;
	padding: 10px 0
}
.slider_main {
	position: relative;
	width: 100%;
	overflow: hidden
}
.slider_main img {
	width: 100%;
	height: auto
}
.slider_sec {
	position: relative;
	z-index: 0
}
.slider_sec .carousel-control {
	display: none
}
.full-screen {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}
.logo {
	position: absolute;
	z-index: 4;
	width: auto;
	height: 75px
}
.client_speaks {
	background: rgba(0,0,0,.76);
	width: 332px;
	z-index: 3;
	position: absolute;
	top: 68px;
	right: 0;
	height: 100%;
	padding: 15% 10px 0 10px;
	font-family: 'Monotype Corsiva';
	text-align: center
}
.client_speaks h3 {
	color: #fff;
	text-align: center;
	font-size: 35px
}
.client_speaks p {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	padding: 0 10px
}
.client_speaks p:before {
	background: url(../images/quote-left.png) 0 0 no-repeat;
	width: 23px;
	height: 20px;
	content: "";
	display: inline-block
}
.client_speaks p:after {
	background: url(../images/quote-right.png) 0 0 no-repeat;
	width: 23px;
	height: 20px;
	content: "";
	display: inline-block
}
.bottom_sec {
	width: 100%;
	background: #414042;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0;
	height: 0
}
.bottom_sec p {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	margin: 0
}
.powered_by p a {
	color: #fff
}
.copyright {
	text-align: right
}
.middle_sec {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	min-height: 450px
}
.headline h1 {
	font-family: Raleway;
	font-size: 28px;
	line-height: 30px;
	color: #565656;
	padding-bottom: 25px;
	float: left
}
.headline h1 span {
	border-bottom: 3px solid #ee0547;
	padding-bottom: 4px;
	color: #565454
}
.headline h2 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 6px;
	color: #565656;
	margin: 45px 0 0 0;
	float: left
}
.headline h2 span {
	border-bottom: 3px solid #ee0547;
	padding-bottom: 4px;
	color: #565454
}
.about-text p {
	font-size: 16px;
	color: #6c6c6c;
	line-height: 25px;
	text-align: justify
}
.mousover img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}
.mousover:hover img {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg)
}
.footer-top-area-pic {
	background: url(../images/leaf.jpg) repeat-x top center;
	height: 31px;
	margin-top: 50px
}
.footer-top-area {
	padding: 50px 0;
	background: #392d45;
	background-position: center center;
	background-size: cover
}
.footer-top-area .single-footer ul li {
	font-size: 25px;
	color: #fff;
	line-height: 7;
	list-style: none
}
.footer-top-area .single-footer ul li a {
	color: #fff
}
.footer-top-area .single-footer ul li a:hover {
	text-decoration: none
}
.footer-top-area .single-footer ul li i {
	color: #fff;
	margin-right: 10px
}
.footer-bottom-area {
	margin: 30px 0
}
.project-circle {
	margin: 0 0 40px;
	position: relative;
	z-index: 2;
	font-family: 'Monotype Corsiva'
}
.project-circle span {
	font-size: 22px;
	display: block;
	margin: 20px 0 0;
	text-align: center;
	color: #ee0547
}
.project-circle .ih-item.circle {
	margin: 0 auto
}
.project-circle .ih-item.circle.effect3 .info h3 {
	text-transform: capitalize;
	font-size: 30px;
	font-weight: noraml
}
.project-circle .ih-item.circle.effect3 .info p {
	font-size: 20px
}
.project-circle .info-wedding span {
	font-size: 30px
}
.project-circle .info-wedding {
	margin-top: 20px
}
.project-circle .info-wedding h4 {
	color: #ee0547;
	font-size: 25px;
	text-align: center
}
.project-circle .info-wedding p {
	color: #000;
	font-size: 25px;
	text-align: center
}
.service-col {
	padding: 15px 0;
	font-family: 'Monotype Corsiva';
	color: #6c6c6c
}
.list {
	list-style: none
}
.list li {
	font-size: 18px;
	line-height: 35px
}
.list li .fa-check-circle {
	font-size: 13px;
	color: #404a5a;
	margin: 0 5px 0 0
}
.client-sec h3 {
	font-size: 24px;
	padding-bottom: 5px;
	color: #6c6c6c;
	border-bottom: solid 1px #a79595;
	float: left
}
.contact-sec {
	margin-bottom: 40px
}
.contact-add {
	font-family: 'Monotype Corsiva'
}
.contact-add h6 {
	font-size: 25px;
	color: #555;
	margin: 0;
	padding: 0
}
.contact-add p {
	text-align: left!important;
	font-size: 18px;
	line-height: 30px;
	color: #555
}
.contact-add p a {
	color: #555
}
.contact-add address {
	padding: 0 0 10px 40px;
	margin: 0;
	background: #f2f2f2
}
address {
	background: #f2f2f2
}
.contact-add span .fa {
	color: #6e6e6e;
	padding: 5px 15px 5px 5px
}
.contact-add span .fa-map-marker {
	font-size: 30px
}
.form-sec {
	margin-top: -35px;
	z-index: 2
}
.contact-form {
	position: relative;
	min-height: 200px;
	z-index: 100;
	padding: 10px;
	border: 1px solid #ccc;
	background: #d1d1d1;
	background: -moz-repeating-linear-gradient(-45deg, #efc1cb, #efc1cb 30px, #f2f2f2 30px, #f2f2f2 40px, #c2e8f5 40px, #c2e8f5 70px, #f2f2f2 70px, #f2f2f2 80px);
	background: -webkit-repeating-linear-gradient(-45deg, #efc1cb, #efc1cb 30px, #f2f2f2 30px, #f2f2f2 40px, #c2e8f5 40px, #c2e8f5 70px, #f2f2f2 70px, #f2f2f2 80px);
	background: -o-repeating-linear-gradient(-45deg, #efc1cb, #efc1cb 30px, #f2f2f2 30px, #f2f2f2 40px, #c2e8f5 40px, #c2e8f5 70px, #f2f2f2 70px, #f2f2f2 80px);
	background: repeating-linear-gradient(-45deg, #efc1cb, #efc1cb 30px, #f2f2f2 30px, #f2f2f2 40px, #c2e8f5 40px, #c2e8f5 70px, #f2f2f2 70px, #f2f2f2 80px);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 5px #3f3f3f;
	-moz-box-shadow: 0 1px 5px #3f3f3f;
	box-shadow: 0 1px 5px #3f3f3f
}
.form-inner {
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	overflow: hidden
}
.form-inner .form-control {
	border: dashed 1px #ccc;
	font-size: 15px
}
.form-inner .btn-primary {
	color: #fff;
	background-color: #f15d87;
	border-color: #ee0547
}
.btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .form-inner .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background-color: #7ea01e;
	border-color: #7ea01e
}
.wedding-slider {
	background: #efe9e9;
	max-width: 1100px;
	z-index: 3;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 130px auto 0;
	font-family: 'Monotype Corsiva';
	text-align: center
}
.wedding-slider .headline h1 {
	font-family: 'Monotype Corsiva';
	font-size: 30px;
	border-bottom: 1px solid #979797;
	line-height: 30px;
	color: #ee0547;
	padding-bottom: 6px;
	margin: 25px 0 5px 45px;
	float: left
}
.wedding-slider .headline h1 span {
	border-bottom: 3px solid #ee0547;
	padding-bottom: 4px;
	color: #565454
}
.padding-none {
	padding: 0
}
.border-top {
	border-top: solid 1px #ccc
}
.gallery-col {
	margin-bottom: 25px
}
.gallery-col-inner {
	position: relative
}
.gallery-col-inner h6 {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgba(0,0,0,.71);
	text-align: center;
	font-size: 22px;
	color: #fff;
	padding: 10px 0;
	display: block
}
.martop-20 {
	margin-top: 20px
}
.cocktail-bg {
	background: url(../images/cocktail-sangeet/cocktail-bg.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	min-height: 650px;
	overflow: hidden
}
.gallery-details-sec {
	width: 100%;
	margin-top: 70px
}
.slider-data {
	background: rgba(0,0,0,.67);
	min-height: 498px;
	padding-top: 15px;
	padding-bottom: 15px
}
.slider-data h1 {
	color: #ffc107;
	font-size: 30px
}
.slider-data h6 {
	color: #fff;
	font-size: 20px;
	margin: 7px 0
}
.slider-data h5 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 7px
}
.slider-data p {
	color: #fff;
	text-align: justify;
	font-size: 17px;
	line-height: 30px
}
.menu-sec {
	padding-left: 0;
	padding-right: 0
}
.menu-sec .navbar-collapse {
	padding-left: 5px;
	padding-right: 5px
}
.menu-sec .navbar-default {
	background: #fff;
	border: none
}
.menu-sec .navbar {
	border-radius: 0;
	min-height: 0
}
.menu-sec .navbar-default .navbar-nav>li>a {
	padding: 14px 16px;
	font-size: 15px;
	font-weight: 500;
	transition: .2s ease-in-out all
}
.menu-sec .navbar-default .navbar-nav>li .hvr-bounce-to-bottom:before {
	background: #d0780f
}
.menu-sec .caret {
	color: #585757
}
.menu-sec .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: #e00c0c;
	color: #fff
}
.menu-sec .dropdown-menu .caret {
	color: #fff
}
.menu-sec .open .caret {
	color: #fff
}
.menu-sec .navbar {
	margin-bottom: 0;
	min-height: 20px;
	margin-top: 30px
}
.menu-sec .dropdown-menu {
	padding: 0
}
.menu-sec .dropdown-menu {
	background: #efefef
}
.menu-sec .dropdown-menu>li>a {
	color: #585757
}
.dropdown-menu>li>a:hover, .menu-sec .dropdown-menu>li>a:focus {
	color: #fff;
	background: #414143
}
.menu-sec .dropdown-menu>li>a {
	padding: 10px 20px;
	font-weight: 500
}
.menu-sec .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	color: #fff;
	background: #d0780f
}
.menu-sec .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: 0 0;
	color: #414045
}
.menu-sec .navbar-default .navbar-toggle .icon-bar {
	background-color: #414045
}
.menu-sec .navbar-default .navbar-toggle {
	border-color: #0a558e
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background: #e00c0c!important;
	transition: .2s ease-in-out all
}
.menu-sec .navbar-nav {
	float: right
}
.menu-sec .dropdown-menu.abc>li>a {
	padding: 10px 20px;
	font-weight: 400;
	color: #000;
	background: #fff;
	transition: .5s ease-in-out all
}
.menu-sec .dropdown-menu.abc>li>a:hover {
	color: #fff;
	background: #e00c0c;
	transition: .5s ease-in-out all
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 60px;
	right: 13px;
	display: none
}
.backtotop .btn-primary {
	z-index: 9999;
	color: #fff;
	padding: 7px 11px;
	background-color: #e00c0c;
	border-color: #e00c0c;
	transition: .5s ease-in-out all;
	border-radius: 0
}
.backtotop .btn-primary:hover {
	z-index: 9999;
	color: #fff;
	padding: 9px 13px;
	background-color: #020677;
	border-color: #020677;
	transition: .5s ease-in-out all
}
.backtotop .btn-group-lg>.btn, .btn-lg {
	border-radius: 50%;
	padding: 10px
}
.form-inner .btn-primary.active:focus {
	background-color: #3c1c18!important;
	border-color: #3c1c18!important
}
.affix {
	transition: .5s ease-in-out all;
	top: 0;
	width: 100%
}
.affix .stellarnav {
	margin-top: 15px;
}
.affix li .product-menu, .stellarnav li .product-menu{
    min-width: 800px;
    padding: 0;
    margin: 0;
    display: none;
    transition: all 0.5 ease;
}
.affix li .product-menu:hover, .stellarnav li .product-menu:hover{
    display: block;
}
.active {
	color: #fff!important;
	background: #e01c04!important
}
.carousel-control.right {
	background: 0 0
}
.carousel-control.left {
	background: 0 0
}
.middle-sec {
	overflow: hidden;
	padding: 25px
}
.headding11 {
	color: #2e302e;
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 1.1;
	text-transform: capitalize;
	font-weight: 700
}
.headding11 span {
	font-size: 30px;
	padding: 0 0 15px;
	text-transform: capitalize;
	font-weight: 600;
	color: #e00c0c
}
.products-sec .headding11 {
	color: #fff
}
.middle-sec p {
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .5px;
	text-align: center;
	font-size: 18px
}
.read-more {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600
}
.read-more a {
	color: red;
	text-align: center;
	transition: .5s ease-in-out all
}
.read-more a:hover {
	color: #293893;
	transition: .5s ease-in-out all
}
.section-2-main {
	background: #efefef;
	padding: 15px 0;
	width: 100%;
	overflow: hidden
}
.section-2 {
	margin: 15px 0;
	overflow: hidden
}
.section-2-inner {
	background: #c01118;
	padding: 10px;
	transition: all .7s ease
}
.section-2-inner:hover {
	background: #ccc;
	transition: all .7s ease
}
.section-2-main h3 {
	text-align: center;
	margin-bottom: 25px;
	text-transform: uppercase;
	color: #c01118
}
section.footer {
	width: 100%;
	background: #161616;
	padding: 47px 0
}
.f-logo {
	width: 82%
}
.f-logo img {
	max-width: 100%
}

.svam img{
    width: 32%;
    height: auto;
}
.svam .picture{
    display: flex;
    justify-content: space-between;
}

p.f-content {
	width: 84%;
	color: #fff;
	margin-top: 20px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: .5px
}
.f-heading {
	width: 100%;
	color: #f10808;
	font-weight: 700;
	font-size: 18px;
	margin: 12px 0
}
.f-detail h6 {
	color: #fff;
	font-weight: 400;
	font-size: 16px
}
.f-detail ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 17px;
	color: #fff
}
.f-detail ul li {
	margin-bottom: 26px;
	position: relative;
	padding-left: 24px
}
.f-detail ul li i {
	width: 8%;
	font-size: 20px;
	color: #fff;
	float: left;
	position: absolute;
	top: 0;
	left: 0
}
.f-detail ul li span {
	width: 80%;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px
}
.f-detail ul li span.email {
	color: #fff;
	transition: .5s ease-in-out all;
	margin-left: 8px
}
.f-detail ul li span.email:hover {
	color: red;
	transition: .5s ease-in-out all
}
.top-links {
	width: 100%
}
.top-links ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.top-links ul li {
	margin-bottom: 4px
}
.top-links ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	transition: .5s ease-in-out all;
	letter-spacing: .5px
}
.top-links ul li a:hover {
	color: red;
	transition: .5s ease-in-out all
}
.social {
	width: 100%;
	margin-top: 20px
}
.social ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.social li {
	display: inline-block;
	margin-right: 2px
}
.social a {
	color: #fff;
	width: 34px;
	line-height: 33px;
	background: #e00c0c;
	text-align: center;
	border-radius: 50%;
	display: table;
	transition: .5s ease-in-out all
}
.social a:hover {
	transform: scale(1.1);
	box-shadow: 0 1px 6px #fff;
	transition: .5s ease-in-out all
}
.bottom_sec {
	width: 100%;
	background: #f1f1f1;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	padding: 0;
	display: table
}
.bottom_sec p {
	width: 100%;
	text-align: center;
	padding: 6px 0;
	color: #e00c0c;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1.5px
}
.powered_by p a {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1.5px
}
.powered_by br {
	display: none
}
.slider_main .carousel-control {
	width: 3%
}
.about-sec {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 25px 0
}
.carousel-indicators li {
	border: solid 1px #fff
}
.pure-bg {
	text-align: center;
	color: #fff;
	font-size: 46px;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 2px 2px #000;
	background: url(../images/HiResET76copy.jpeg) 0 0 repeat fixed;
	padding: 111px 0 66px;
	min-height: 184px;
	background-size: cover
}
span.glyphicon.glyphicon-chevron-right {
	background: #2e302e;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 38px
}
span.glyphicon.glyphicon-chevron-left {
	background: #2e302e;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 38px
}
.slider-heading {
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 35px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 50px
}
.slider-heading span {
	font-size: 15px;
	letter-spacing: 1.5px;
	text-transform: capitalize;
	font-weight: 400;
	position: relative;
	color: #ff5353
}
.slider-heading span b {
	color: #6487ff;
	margin-left: 13px
}
.products-sec {
	background: url(../images/wood-bg.jpg) no-repeat fixed;
	padding: 69px 0;
	background-size: cover;
	background-position: bottom
}
.owl-theme .owl-controls {
	width: 70%;
	margin: 0;
	text-align: left;
	position: absolute;
	bottom: -66px;
	right: 0
}
.owl-theme .owl-controls .owl-buttons div {
	width: 70px;
	height: 90px;
	line-height: 90px;
	background: 0 0;
	border-radius: 0;
	opacity: 1;
	position: relative
}
.owl-next:before, .owl-prev:before {
	content: "\f177";
	font-family: fontawesome;
	font-size: 35px;
	font-weight: 900;
	color: #f1080b;
	position: absolute;
	top: -1px;
	left: 25%
}
.owl-next:before {
	content: "\f178"
}
.owl-next:after {
	content: " / ";
	font-size: 40px;
	color: #161616;
	position: absolute;
	top: 0;
	left: -10px
}


@media only screen and (max-width:990px) {
.testimonial {
	text-align: center
}
.testimonial .pic {
	width: 200px;
	margin: 0 auto;
	float: none
}
.testimonial .pic:after, .testimonial .pic:before {
	width: 80px;
	height: 100px
}
.testimonial .testimonial-content {
	width: 100%;
	float: none
}
.testimonial .title {
	padding: 15px 0 0 0
}
.testimonial .post {
	padding: 0;
	margin-bottom: 10px
}
.owl-theme .owl-controls {
	width: 100%;
	position: static;
	text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
	height: 50px;
	line-height: 50px
}
}
.container-fluid-new {
	max-width: 1300px;
	margin: 0 auto
}
.gal-grid {
	width: 100%;
	background: #fff;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 99;
	padding: 42px 0
}
.gal-grid:before {
	content: '';
	width: 103%;
	display: none;
	height: 104%;
	border: 8px solid #fff;
	position: absolute;
	z-index: 19;
	left: -1.5%;
	top: -2%
}
.gal-grid ul {
	padding: 0 10px
}
.gal-grid li.gal-item {
	width: 100%;
	float: none;
	text-align: center;
	position: relative;
	z-index: 119;
	padding: 10px 10px 10px 10px;
	display: inline-block;
	background: #f7f7f7;
	overflow: hidden
}
.gal-grid a {
	position: relative;
	display: block
}
.gal-grid a:before {
	content: '';
	width: 400px;
	height: 400px;
	display: none;
	background: #f9f9f9;
	opacity: .6;
	position: absolute;
	bottom: -100px;
	right: -100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}
.gal-grid a:hover:before {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2)
}
.gal-grid span {
	position: absolute;
	left: 0;
	text-transform: uppercase;
	font-weight: 400;
	width: 100%;
	bottom: 10px;
	color: #d20c0c;
	font-size: 20px;
	z-index: 89;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}
.gal-grid span small {
	display: block;
	margin-top: 3px;
	font-size: 15px;
	color: #3a3a3a;
	font-weight: 400;
	padding: 5px 0;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca
}
.gal-grid a:hover span {
	bottom: 95px;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: 0.6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.gal-grid.simple {
	margin: 0;
	padding: 0;
	background: 0 0
}
.gal-grid.simple:before {
	display: none
}
.carousel .slick-slide {
	padding: 20px
}
.carousel-multi-item .slide {
	margin: 0 1%!important
}
.gal-grid li.gal-item img {
	width: 100%;
	height: auto
}
.circle {
	position: absolute;
	left: 50%;
	margin-top: 0;
	margin-left: -90px;
	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spinnerRotate;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spinnerRotate;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear
}
.certifications {
	min-height: 360px;
	padding: 60px 0 0;
	background: url(../images/vator.jpg) repeat left top
}
#testimonial-items .img-circle {
	border-radius: 50%;
	height: 150px;
	width: 150px;
	border: solid 2px #eaeaea;
	padding: 15px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	background: #fff
}
#testimonial-items .img-circle:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	border: solid 2px #d60a0a
}
#testimonial-items.owl-theme .owl-controls {
	width: 100%;
	margin: 0;
	text-align: left;
	position: absolute;
	bottom: 28px;
	right: 0
}
.certifications h2 {
	text-align: center;
	color: #d60a0a;
	margin-bottom: 15px;
	font-size: 35px;
	font-family: Oswald, sans-serif;
	margin-bottom: 50px
}
.certifications .owl-prev:before {
	content: "\f104";
	font-family: fontawesome;
	font-size: 45px;
	font-weight: 900;
	color: #ddd;
	position: absolute;
	top: 0;
	left: 25%;
	color: #7b7b7b
}
.certifications .owl-next:before {
	content: "\f105";
	font-family: fontawesome;
	font-size: 45px;
	font-weight: 900;
	color: #ddd;
	position: absolute;
	top: 0;
	left: 25%;
	color: #7b7b7b
}
.certifications .owl-next:after {
	display: none
}
.certifications .owl-next {
	float: right
}
.certifications .owl-theme .owl-controls .owl-buttons div.owl-prev {
	margin-left: -54px
}
.certifications .owl-theme .owl-controls .owl-buttons div.owl-next {
	margin-right: -70px
}
.certifications .owl-carousel .owl-wrapper-outer {
	z-index: 2
}
.certifications .testimonial {
	text-align: center
}
.details-header {
	width: 100%;
	background: #d8d8d8;
	padding: 12px 15px;
	margin-top: 5%
}
.details-header ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.details-header li {
	display: inline-block;
	margin-right: 21px;
	color: #272727;
	font-weight: 400;
	font-family: sans-serif;
	font-size: 12px
}
i.fa.fa-home {
	color: #d80e0e;
	font-size: 23px
}
.details-header a {
	color: #d80e0e;
	margin-left: 6px;
	font-weight: 600;
	font-size: 15px;
	font-family: sans-serif
}
section.details {
	background: #fff;
	width: 100%;
	padding: 36px 0;
	overflow: hidden
}
.machine {
	margin: 0;
	width: 100%
}
.machine.led {
	margin-top: -94px
}
.machine img {
	max-width: 100%;
	max-height: 100%
}
section.details h1 {
	width: 100%;
	text-align: left;
	color: #d80e0e;
	font-size: 26px;
	font-weight: 400
}
section.details p {
	width: 100%;
	color: #000;
	font-size: 15px;
	letter-spacing: .5px;
	margin: 10px 0
}
section.details p b {
	width: 100%;
	font-weight: 300;
	font-size: 14px;
	margin-left: 7px
}
.table-section {
	width: 100%;
	margin-top: 24px
}
.table-section h2 {
	font-size: 20px;
	color: #d80e0e;
	font-weight: 400;
	margin-bottom: 10px
}
table.table.table-striped.abc {
	display: table;
	border: 1px solid #ddd
}
table.table.table-striped.abc th {
	color: #000;
	font-weight: 500
}
table.table.table-striped.abc td {
	color: #636363;
	font-weight: 300
}
.aditional-info {
	width: 100%;
	margin-top: 45px
}
.info-heading {
	width: 100%;
	color: #d80e0e;
	text-align: center
}
.aditional-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-top: 9px
}
.aditional-info li {
	display: inline-block;
	width: 30%;
	text-align: center
}
.aditional-info li span {
	display: table;
	width: 100%;
	text-align: center;
	font-weight: 300;
	margin-top: 7px
}
.pages-bg.contact {
	width: 100%;
	background-image: url(../images/contact-bg.jpg)
}
.contact-us {
	width: 100%;
	margin: 45px 0
}
.top-co-heading {
	width: 100%;
	font-size: 21px;
	font-weight: 500;
	color: #000;
	margin: 8px 0;
	padding: 13px 0;
	border-bottom: 1px solid #d8d8d8
}
.location {
	width: 100%;
	background: radial-gradient(#fff 30%, #f7f2ed 100%);
	padding: 25px 24px
}
.logo3 {
	width: 102px;
	overflow: hidden
}
.logo3 img {
	max-width: 100%
}
.co-heading {
	font-weight: 600;
	letter-spacing: 1.5px;
	margin: 14px 0
}
p.co-content {
	font-weight: 400;
	line-height: 25px;
	letter-spacing: .5px;
	width: 62%
}
a.co-content.abc {
	margin-top: 31px;
	transition: .5s ease-in-out all;
	display: table;
	text-decoration: none;
	font-size: 15px;
	color: #840909;
	font-weight: 500
}
a.co-content.abc:hover {
	color: #e00c0c;
	transition: .5s ease-in-out all
}
.co-heading.tlf {
	margin-bottom: 3px
}
.map {
	width: 100%;
	height: 324px
}
.pages-bg.inquiry {
	width: 100%;
	background-image: url(../images/inquiry-bg.jpg)
}
.inquiry-section {
	width: 100%;
	margin-top: 31px
}
.inquiry-heading {
	width: 100%;
	text-align: center;
	color: #e00c0c;
	margin: 0 auto;
	font-size: 20px;
	text-transform: capitalize;
	letter-spacing: 1.5px;
	margin-bottom: 19px;
	border-bottom: 1px solid #d0d0d0;
	padding: 7px 0
}
label.iqr {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 8px
}
.form-control.abc {
	letter-spacing: .5px;
	font-size: 12px;
	font-weight: 400;
	height: 28px;
	border-radius: 0;
	border: 1px solid #b7b7b7
}
.inq-detail {
	background: #f5f5f5;
	padding: 27px 34px;
	margin: 30px 0;
	border: 1px solid #d2d2d2
}
.col-md-6.pad {
	float: none;
	margin: 0 auto
}
.inq-detail form a {
	color: #fff;
	transition: .5s ease-in-out all;
	display: table;
	background: #ad090a;
	padding: 7px 18px;
	text-decoration: none;
	letter-spacing: .5px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600
}
.inq-detail form a:hover {
	background: #ff0202;
	transition: .5s ease-in-out all
}
textarea.form-control.txt {
	letter-spacing: .5px;
	font-size: 12px;
	font-weight: 400;
	border-radius: 0;
	border: 1px solid #b7b7b7
}
.pages-bg {
	width: 100%;
	background-image: url(../images/about-bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 53px;
	letter-spacing: 1.5px
}
section.about-main {
	width: 100%;
	background: #eaeaea;
	padding: 35px 0;
	padding-bottom: 45px
}
.about-heading {
	width: 100%;
	text-align: center;
	color: #e00c0c;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 14px;
	letter-spacing: 1.5px
}
p.about-content {
	font-weight: 300;
	letter-spacing: .5px;
	width: 100%;
	line-height: 25px
}
.pages-bg.Product {
	background-image: url(../images/product-bg.jpg)
}
.gal-grid.prd {
	margin: 20px 0
}
.pages-bg.gallery1 {
	background-image: url(../images/gallery-background.jpg);
	width: 100%
}
.gallery {
	margin: 10px;
	list-style-type: none;
	padding: 0;
	font-size: 0
}
.gallery li {
	font-size: 13px;
	display: inline-block;
	position: relative;
	width: 25%;
	padding-bottom: 25%
}
.gallery a {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	overflow: hidden
}
.gallery a img {
	width: 100%
}
.gallery a span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: -50px;
	background: #000;
	background: rgba(0,0,0,.5);
	color: #fff;
	padding: 10px;
	text-align: center;
	transition: all .3s ease-out
}
.gallery a:hover span {
	bottom: 51px;
	transition: .3s ease-in-out all
}
html.no-touch .gallery a:hover span, html.touch .gallery a.touchFocus span {
	margin-bottom: 0
}

@media only screen and (max-width:740px) {
.gallery li {
	width: 33.3%;
	padding-bottom: 33.3%
}
}

@media only screen and (max-width:540px) {
.gallery li {
	width: 50%;
	padding-bottom: 50%
}
}

@media only screen and (max-width:320px) {
.gallery li {
	width: 100%;
	padding-bottom: 100%
}
}
.tab-heading {
	text-align: center;
	color: #e00c0c;
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 35px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 50px
}
.pages-bg.led {
	width: 100%;
	background-image: url(../images/led-tv-background.jpg)
}
.led-section {
	width: 100%;
	border-top: 1px solid #e4e4e4
}
.box-content {
	width: 100%;
	position: absolute;
	top: -280px;
	height: 100%;
	padding: 0 15px;
	transition: .5s ease-in-out all;
	background: #bf0000e0;
	color: #fff
}
.gal-grid.led .tab-heading {
	color: #010063d1
}
.box-content.led a.b-btn {
	background: #fff;
	transition: .5s ease-in-out all
}
.box-content.led a.b-btn:hover {
	background: #fff;
	color: #000;
	transition: .5s ease-in-out all
}
.box:hover .box-content {
	top: 0;
	transition: .5s ease-in-out all
}
.gal-grid.led .view-btn {
	background: #283b8a;
	transition: .5s ease-in-out all
}
.gal-grid.led .view-btn:hover {
	background: #0689e8;
	transition: .5s ease-in-out all
}
.box-content h3.b-heading {
	font-size: 19px;
	width: 100%;
	margin-top: 49px;
	font-weight: 400;
	letter-spacing: .5px
}
.box-content small {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	padding: 8px 0;
	display: table;
	margin-top: 10px;
	border-top: 1px solid #ffffff96;
	border-bottom: 1px solid #ffffff85
}
a.b-btn {
	text-decoration: none;
	background: #fff;
	color: #000;
	display: table;
	position: relative;
	margin: 0 auto;
	letter-spacing: .5px;
	transition: .5s ease-in-out all;
	margin-top: 20px;
	z-index: 99999;
	font-size: 12px;
	font-weight: 400;
	border-radius: 5px;
	padding: 8px 16px;
	text-transform: uppercase
}
a.b-btn:hover {
	background: #fff;
	color: #000;
	transition: .5s ease-in-out all
}
.view-btn {
	background: #e00c0c;
	position: none;
	text-decoration: none;
	color: #fff;
	display: inherit;
	margin: 0 auto;
	letter-spacing: .5px;
	transition: .5s ease-in-out all;
	margin-top: 28px;
	font-size: 15px;
	padding: 9px 24px;
	text-transform: uppercase
}
.view-btn:hover {
	background: #900000;
	color: #fff;
	transition: .5s ease-in-out all
}
.gal-grid.home li.gal-item .box-content {
	height: 269px
}
.gal-grid.led li.gal-item .box-content {
	height: 269px
}
.pages-bg.thanks {
	width: 100%;
	background-image: url(../images/thanks-bg.jpg);
	padding: 164px 0
}
.header-main {
	width: 100%;
	display: table;
	background: #e00c0c
}
.top-header {
	width: 100%;
	background: #e00c0c;
	padding: 7px 0;
	text-align: right
}
.top-header a {
	color: #fff;
	font-weight: 400;
	letter-spacing: .5px;
	font-size: 16px
}
.top-header .top-email {
	margin-left: 15px
}
.logimg {
	top: -48px;
	background: #fff;
	padding: 1px 7px
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: right!important
}
.secondmar {
	margin-bottom: 30px
}
.pheading {
	color: #fff;
	font-size: 52px;
	line-height: 50px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 30px
}
.ptext {
	color: #fff;
	font-size: 18px;
	margin-bottom: 32px
}
.affix .logimg {
	width: 90px;
	top: -12px
}
.gal-item {
	width: 100%;
	float: none;
	text-align: center;
	position: relative;
	z-index: 119;
	padding: 10px 10px 10px 10px;
	display: inline-block;
	background: #f7f7f7;
	overflow: hidden
}
.testimonial-slider {
	padding: 70px 0
}
.testimonial {
	margin: 0 20px 40px
}
.testimonial .testimonial-content {
	padding: 35px 25px 35px 50px;
	margin-bottom: 35px;
	background: #f1080b;
	position: relative;
	min-height: 200px
}
.testimonial .testimonial-content:before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	border-top: 15px solid #718076;
	border-left: 15px solid transparent;
	border-bottom: 15px solid transparent
}
.testimonial .testimonial-content:after {
	content: "";
	position: absolute;
	bottom: -30px;
	right: 0;
	border-top: 15px solid #718076;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent
}
.testimonial-content .testimonial-icon {
	width: 50px;
	height: 45px;
	background: #161616;
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 42px;
	position: absolute;
	top: 37px;
	left: -19px
}
.testimonial-content .testimonial-icon:before {
	content: "";
	border-bottom: 16px solid #000;
	border-left: 18px solid transparent;
	position: absolute;
	top: -16px;
	left: 1px
}
.testimonial .description {
	font-size: 17px;
	font-style: italic;
	color: #fff;
	line-height: 23px;
	margin: 0
}
.testimonial .title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin: 18px 0 0 0
}
.testimonial .post {
	display: block;
	font-size: 14px;
	color: #fff
}
.owl-theme .owl-controls {
	margin-top: 20px
}
.owl-theme .owl-controls .owl-page span {
	background: #ccc;
	opacity: 1;
	transition: all .4s ease 0s
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #0cca4a
}
.owl-theme .owl-controls .owl-buttons div {
	margin: 0;
	padding: 0 0;
	font-size: 12px;
	opacity: 1!important
}
.testbox {
	border-right: 3px solid red;
	padding: 0 30px
}
.testbox p {
	font-weight: 400;
	font-size: 18px
}
.pheading span {
	color: #f1080b;
	font-size: 35px;
	font-weight: 700
}
.home-1 {
	background: #f1080b
}
.header-inner {
	background: #161616;
	padding: 40px 0
}
.breadcrumbs ul {
	margin: 0;
	padding: 0
}
.header-inner .breadcrumbs ul li {
	color: #fff;
	display: inline-block
}
.header-inner .breadcrumbs ul li a {
	color: #fff
}
.header-inner .headding11 {
	color: #fff;
	margin: 0
}
.abtus {
	padding: 70px 0
}
.install_content p{
    font-size: 22px;
    margin-bottom: 2.5%;
}
.install_content ul{
    padding: 0 30px;
}
.install_content ul li{
    font-size: 17px;
    margin-top: 10px;
    line-height: 26px;
}
.img-wrap img{
    width: 100%;
    height: auto;
}
.title {
	overflow: hidden;
	margin-left: -1px;
	text-align: left
}
.title h2 {
	color: #e00c0c;
	font-weight: 700;
	font-size: 35px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-right: 25px
}
.title h2:after {
	content: '-';
	font-size: 2px;
	background: rgba(0,0,0,.1);
	color: rgba(0,0,0,.1);
	height: 4px;
	display: block;
	width: 2000%;
	position: absolute;
	right: -2000%;
	top: 50%
}
.abttext p {
	font-size: 17px;
	margin-top: 15px
}
.img-fluid {
	width: 100%
}
.mtext {
	padding: 20px 0 50px
}
.mtext h2 {
	font-weight: 700;
	color: #e00c0c
}
.mtext h2 span {
	font-weight: 700;
	color: #161616
}
.mt-1{
	margin-top: 16px
}
.mt-2{
	margin-top: 32px;
}
.mt-4 {
	margin-top: 70px
}
.f19 {
	font-size: 19px!important
}
.corelist ul {
	padding: 0;
	text-align: center
}
.corelist ul li {
	list-style: none;
	display: inline-block;
	width: 33%;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 18px
}
.service-icon {
	color: #4e4e4e;
	background: #e00c0c;
	font-size: 32px;
	line-height: 81px;
	width: 80px;
	height: 80px;
	margin: 0 auto 22px;
	border-radius: 50%;
	position: relative;
	z-index: 1
}
.service-icon:after, .service-icon:before {
	content: "";
	background: #faf6f7;
	width: 80%;
	height: 80%;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1
}
.service-icon:after {
	background: #e00c0c;
	width: 15px;
	height: 15px;
	border-radius: 0;
	box-shadow: none;
	top: auto;
	bottom: -23px;
	clip-path: polygon(0 0, 50% 100%, 100% 0)
}
.ntitle {
	text-align: center;
	margin-bottom: 40px
}
.ntitle h2 {
	padding-left: 25px
}
.ntitle h2:before {
	content: '-';
	font-size: 2px;
	background: rgba(0,0,0,.1);
	color: rgba(0,0,0,.1);
	height: 4px;
	display: block;
	width: 100%;
	position: absolute;
	left: 100%;
	top: 50%
}
.ntitle h2:after {
	content: '-';
	font-size: 2px;
	background: rgba(0,0,0,.1);
	color: rgba(0,0,0,.1);
	height: 4px;
	display: block;
	width: 100%;
	position: absolute;
	right: 100%;
	top: 50%
}
.hoffice {
	text-align: center
}
.hoffice h3 {
	font-weight: 600;
	margin-bottom: 15px
}
.hoffice h4 {
	font-weight: 600;
	font-size: 24px;
	color: #e00c0c;
	margin-bottom: 10px
}
.hoffice p {
	font-size: 18px;
	font-weight: 600;
	text-align: center
}
.left-addon input, .left-addon textarea {
	padding-left: 32px
}
.form-control, .selectcorp, textarea {
	font-family: "Work Sans", sans-serif, FontAwesome;
	width: 100%;
	height: auto;
	min-height: 40px;
	padding: 8px 10px;
	border: solid 1px rgba(0,0,0,.11);
	background-color: #f9f9f9;
	color: #777;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none
}
.inner-addon {
	position: relative
}
.left-addon i {
	left: 0
}
.inner-addon i {
	position: absolute;
	top: 12px;
	padding: 0 12px;
	pointer-events: none;
	color: #858585
}
.btn-primary-corp-big {
	background-color: #e00c0c;
	color: #fff!important;
	padding: 0 25px;
	height: 48px;
	line-height: 48px;
	text-transform: uppercase
}
.ftop {
	top: 10px!important
}
.mt-3 {
	margin-top: 50px
}
.red {
	color: #e00c0c
}
.tabbtn {
	text-align: center;
	margin-top: 25px
}
.tabbtn ul {
	padding: 0
}
.tabbtn ul li {
	list-style: none;
	display: inline-block;
	background: #e00c0c;
	padding: 7px 20px
}
.tabbtn ul li:hover {
	background: #161616
}
.tabbtn ul li a {
	color: #fff;
	font-weight: 600;
	font-size: 16px
}
.planinfo h3 {
	font-weight: 600;
	margin: 15px 0 10px
}
.planinfo p {
	font-size: 17px;
	text-align: justify;
	line-height: 32px
}
.ptitle {
	text-align: center;
	color: #e00c0c;
	font-weight: 900
}
.adbox {
	padding: 35px 20px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	min-height: 235px
}
.adbox img {
	margin: auto;
	display: block;
	margin-bottom: 10px;
	background: #fff
}
.adbox p {
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
	font-size: 16px
}
.line {
	background: #161616;
	width: 71px;
	height: 3px;
	display: block;
	margin: auto
}
.leftbox {
	background: #fff;
	padding: 20px;
	min-height: 352px;
	border-radius: 10px
}
.leftbox h3 {
	font-weight: 600;
	margin-bottom: -6px
}
.leftbox p {
	font-weight: 600;
	font-size: 16px
}
.lisyt li {
	list-style: none;
	position: relative;
	padding-left: 10px;
	margin-bottom: 15px;
	font-weight: 600
}
.lisyt li i {
	list-style: none;
	position: absolute;
	left: 0;
	top: 2px;
	font-weight: 600
}
.slist li {
	list-style: circle;
	padding-left: 0;
	margin-bottom: 8px;
	font-weight: 500
}
.slist {
	padding-left: 20px;
	margin-top: 10px
}
.hrline {
	border-top: 2px solid #b7b4b4
}
.ctable thead {
	background: #e00c0c;
	color: #fff
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px;
	text-align: center;
	font-weight: 600;
	font-size: 16px
}
.table-bordered>tbody>tr>td {
	text-align: center;
	background: #fff
}
.imgtile img {
	border: 1px solid #f2f2f2;
	margin: auto;
	display: block
}
.btntabbs {
	padding-top: 70px
}
.fsec {
	padding: 50px 30px
}
.fsec .container {
	background: #f2f2f2;
	padding: 35px 30px
}
.fsec-1 {
	padding: 15px 30px
}
.fsec-1 .container {
	background: #f0f8ff;
	padding: 35px 30px
}
#suvidha .container {
	background: #faebd7
}
.marff {
	margin-top: 30px
}
.content p{
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 4%;
}
.ttext .text-img-ras{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 320px;
}

.ttext .text-img-ras img{
    width: 120px;
    height: 120px;
}
.ttext .dia-img{
    width: 650px;
    height: 480px;
}
.ttext .text-ras{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 320px;
}
.ttext .ras-installation td{
    padding: 0 20px;
}
.ttext .ras-installation tr{
    height: 50px;
}
.ttext .ras-installation tr:nth-child(odd){
    background-color: whitesmoke;
}


.ttext .nodes-ras{
    border: 1px solid grey;
}
.ttext .nodes-ras td,th{
    padding: 0 20px;
    border: 1px solid grey;
}
.ttext .nodes-ras tr{
    height: 50px;
}
.ttext h3 {
	margin-bottom: 15px
}
.ttext h4 {
	margin-bottom: 5px;
	color: #e00c0c
}
.ttext p {
	font-size: 17px
}
.ttext ul li {
	list-style: none;
	font-size: 17px;
	position: relative;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 26px
}
.ttext ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #e00c0c
}
.nlist li {
	display: inline-block;
	border: 1px solid #e00c0c;
	padding: 3px 20px;
	margin-top: 10px;
	width: 30%;
	text-align: center;
	font-weight: 600
}
.margrtop {
	margin-top: 0
}
.genuine h3 {
	text-align: center
}
.genuine p {
	font-size: 17px;
	margin-top: 15px;
	text-align: center
}
.genuine ul {
	margin-top: 15px;
	text-align: center
}
.genuine ul li {
	display: inline-flex;
	width: 32%;
	border: 1px solid #e00c0c;
	justify-content: center;
	min-height: 51px;
	align-items: center;
	margin: 0 5px;
	margin-bottom: 10px;
	font-weight: 600;
	vertical-align: top
}
.rbullt {
	padding-left: 20px
}
.rbullt li {
	list-style: circle!important;
	padding-left: 10px!important
}
.margbttm {
	margin-bottom: 20px
}
.cinfo {
	padding: 20px;
	position: relative;
	padding-left: 32px
}
.cinfo h4 {
	margin-bottom: 8px;
	color: #e00c0c;
	font-weight: 600;
	font-size: 20px
}
.cinfo span {
	font-size: 18px;
	font-weight: 600
}
.cinfo i {
	position: absolute;
	top: 12px;
	left: -19px;
	color: #fff;
	background: #e00c0c;
	height: 40px;
	width: 40px;
	border-radius: 5px;
	font-size: 18px;
	padding: 12px 15px
}
.cinfo p {
	line-height: 27px;
	font-weight: 600
}
.cinfo h3 {
	font-weight: 600;
	border-bottom: 1px dashed #e00c0c;
	margin-bottom: 10px;
	line-height: 30px
}
.boffice .cinfo {
	min-height: 350px
}
.rightlogo {
	float: right
}
.affix .rightlogo {
	width: 80px
}
.affix .menu-sec .navbar {
	margin-top: 15px
}
.desktop-none {
	display: none
}
.affix {
	position: fixed;
	top: 0
}
.top-header br {
	display: none
}
.stellarnav li.has-sub>a:hover:after {
	border-top: 6px solid #fff
}
.product-col {
	margin-bottom: 30px
}
.product-mobile-name {
	background: #fff;
	text-align: center;
	padding: 5px 0;
	display: none
}
.product-mobile-name p {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-align: center
}
.product-mobile-name a {
	display: block;
	color: #e01c04;
	font-weight: 500
}
.mobile {
	display: none
}
.float-right {
	float: right!important
}
.secondlist {
	padding: 0 0 0 15px
}
.secondlist li {
	list-style: inherit!important;
	padding-left: 5px!important
}
.feed p {
	font-size: 20px;
	margin-top: 20px;
	font-weight: 600
}
.btnbg {
	background: #646363;
	color: #fff
}
.pat20 {
	margin-top: 20px
}
.conform {
	background: #f2f2f2;
	padding: 30px 20px;
	margin-top: 10px;
	margin-bottom: 30px
}
.qform {
	background: #f2f2f2;
	padding: 30px 20px;
	margin-bottom: 30px
}
.qform label {
	margin-bottom: 5px
}
.product-grid {
	text-align: center;
	border: 1px solid #eee;
	transition: all .3s ease 0s;
	margin-bottom: 20px
}
.product-grid .product-image {
	background-color: #999;
	overflow: hidden;
	position: relative
}
.product-grid .product-image a.image {
	display: block
}
.product-grid .product-image .pic-1 {
	transition: all .2s linear
}
.product-grid .product-image img {
	width: 100%;
	height: auto
}
.product-grid .product-image .pic-2 {
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .2s linear
}
.product-grid .product-content {
	padding: 10px 15px;
	background: #e00c0c
}
.product-grid .title {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 7px;
	text-align: center
}
.product-grid .title a {
	color: #fff;
	font-size: 18px
}
.product-grid:hover .product-image .pic-2 {
	opacity: 1
}
.gal-item .box {
	position: relative
}
	.footer-service-link { margin-bottom: 30px;}
	.footer-service-link .f-heading{ margin: 5px 0 5px}
	.footer-link li{ display: inline-block;     border: solid 1px #fff;
    padding: 5px 10px; margin: 0 5px 15px}
.footer-link li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    transition: .5s ease-in-out all;
    letter-spacing: .5px;
}
.lithium .abttext ul{
	padding: 0px 15px;
}
.lithium .abttext ul li {
    list-style: disc;
    font-size: 17px;
    margin-top: 10px;
    line-height: 26px;
}
.lithium-item{
	padding: 20px 0px;
}
.Features-handing{
	margin-bottom: 30px;
	display: inline-block;
}
@media only screen and (max-width:540px) {
	.application-item{
		padding: 10px !important;

	}
	.benefits-items{
		align-items: flex-start !important;
		vertical-align: top;
	}
	.benefits-item{
		vertical-align: top;
	}
	}

.application-item .fa {
	font-size: 30px !important;
	color: #000 !important;
}
/* .benefits-heading{
	margin-left: 14px !important;
} */
.benefits-sub-heading{
	font-size: 18px;
	font-weight: blod;
	color: #e01c04;
	text-align: left !important;
}
.application-items{
	padding: 10px 0px;
}
.application-item{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.benefits-items{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.benefits-item{
	/* border: 1px solid #e00c0c; */
	margin-right: 10px;
	padding: 0px !important;
    min-height: 51px;
    margin: 0 5px;
    margin-bottom: 10px;
    font-weight: 600;
	min-height: 75px;
    vertical-align: middle !important;
	padding: 0px !important;
}
.benefits-item p{
	font-size: 14px !important;
	font-weight: 200 !important;
	margin-top: 3px !important;
	text-align: left !important;
}

@media screen and (max-width: 680px) {
	.benefits-items{
		display: block;
	}
	.benefits-item{
		display: flex;
				min-height: 35px !important;
	}
	.benefits-sub-heading{
		margin-right: 20px;
	}
  }
  }
  @media screen and (min-width: 480px) {
	.benefits-items{
		display: block;
	}
	.benefits-item{
		display: flex;
		min-height: 35px !important;
	}
	.benefits-sub-heading{
		margin-right: 20px;
	}
  }