

/* Base CSS */
.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a:focus {
	outline: 0 solid
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	color: #231f20;
}

body {
	color: #545051;
	font-weight: 300;
	font-family: HelveticaNeue;
}

.container {
	max-width: 1140px;
}

.selector-for-some-widget {
	box-sizing: content-box;
}

a:hover {
	text-decoration: none
}

@font-face {
	font-family: HelveticaNeue;
	src: url(../fonts/HelveticaNeue.ttf);
}

@font-face {
	font-family: HelveticaNeuemed;
	src: url(../fonts/HelveticaNeue-Medium.ttf);
}

@font-face {
	font-family: HelveticaNeuBold;
	src: url(../fonts/HelveticaNeuBold.ttf);
}


@font-face {
	font-family: HelveticaNeueHv;
	src: url(../fonts/HelveticaNeueHv.ttf);
}

/* Header bar section start */



.hero-slider {
	background-image: url(../img/hero-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0;
	height: 500px;
	display: table;
	width: 100%;
}

.hero-slider-1 {
	background-image: url(../img/hero-bg.jpg);
}

.hero-slider-2 {
	background-image: url(../img/Banner-2.jpg);
}

.hero-slider-3 {
	background-image: url(../img/Banner-3.jpg);
}

.hero-slider-4 {
	background-image: url(../img/Banner-4.jpg);
}

.hero-text {
	max-width: 720px;
	float: right;
	text-align: center;
}

.slide-inner {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.hero-text h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 40px;
	color: #00629d;
	letter-spacing: 1px;
	font-family: HelveticaNeuBold;
}

.hero-text h4 {
	font-size: 24px;
	color: #20222b;
	font-family: HelveticaNeuBold;
	text-transform: uppercase;
}

.hero-text p {
	font-size: 20px;
	color: #20222b;
	font-family: HelveticaNeuemed;
}
.hero-btn {}
.hero-btn ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.hero-btn ul li{
	float: left;
}
.hero-btn ul li a{

}

.hero-btn .middle {
	display: inline-block;
	background: #00629d;
	padding: 8px 20px;
	color: #fff;
	font-size: ;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 10px;
	margin: 0px 10px;
	font-family: HelveticaNeuemed;
}
.ftr-btn {
	background: #ff860f;
	padding: 8px 50px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	margin-top: 10px;
}
.change{

	transition: all ease-in 0.30s;
	position: fixed !important;
	width: 100%;
	left: 0;
	top: 0;
}


.mainmenu {
	float: right;
}

.mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mainmenu li {
	display: inline;
	position: relative;
}

.mainmenu li a {
	display: inline-block;
	color: #20222b;
	font-weight: bold;
	font-family: HelveticaNeue;
	letter-spacing: .7px;
	padding: 5px 20px;
	margin: 0 10px;
}

.current a {
	margin-right: 0;
	background: #ff860f;
	border-radius: 10px;
	color: #fff !important;
}



.hero-area {
	position: relative;
	z-index: 1;
}



.mainmenu li ul {
	width: 220px;
	height: auto;
	background: #fff;
	position: absolute;
	left: 30px;
	top: 50px;
	visibility: hidden;
	opacity: 0;
	transition: .4s;

}

.mainmenu li i {
	font-size: 22px;
	position: relative;
	top: 3px;
	left: 2px;
}

.mainmenu li ul li {
	display: block;
	padding: 4px 0;
	background: #00629D;
	border-bottom: 1px solid #fff;
	color: #fff;
	transition: .4s;
}

.mainmenu li ul li a {
	color: #fff;
	letter-spacing: 1px;
	transition: .4s;
	text-transform: uppercase;
	font-size: 14px;
}

.mainmenu li ul li:last-child {
	border: none;
}

.mainmenu li:hover ul {
	top: 30px;
	visibility: visible;
	opacity: 1;
}

.mainmenu li ul li:hover a {
	color: #00629D;
}

.mainmenu li ul li:hover {
	background: #fff;
}


.logo img {
	width: 190px;
}

.bar-bottom {
	padding: 25px 0;
}

.header-top-bar-right li {
	display: inline;
	margin-left: 25px;
	font-weight: bold;
	letter-spacing: .5px;
	color: #fff;
}

.bar-top li a {
	color: #fff;
	font-weight: bold;
	font-family: HelveticaNeuemed;
	font-size: 14px;
	letter-spacing: 1px;
}

.header-top-bar-right {
	float: right;
	padding: 10px;
	padding-left: 50px;
	position: relative;
	display: inline-block;
}

.header-bar {
	position: relative;
	border-top: 5px solid #005f97;
	z-index: 1;
	padding-top: 50px;
}

.header-bar {
	position: relative;
	border-top: 5px solid #00629d;
	z-index: 999;
	padding-top: 50px;
	padding-bottom: 90px;
	background: url(../img/header-bg-shp.jpg);
	transition: all ease-in 0.30s;
}

.bar-top {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}

.bar-top::after {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 38%;
	background-image: url(../img/bg-shp.png);
	background-size: cover;
	content: '';
	z-index: -1;
}

.bar-bottom {
	padding: 25px 0;
	position: absolute;
	top: 0;
	display: inline-flex;
	width: 100%;
	left: 0;
}

.mainmenu {
	margin-top: 60px;
}

.hero-btn {
	margin-top: 35px;
}

.hero-btn {
	display: inline-block;
	text-align: center;

}

.owl-nav div i {
	width: 45px;
	height: 35px;
	background: rgb(0, 0, 0, .7) !important;
	text-align: center;
	font-size: 22px;
	color: #fff;
	display: inline-block;
	line-height: 35px;
}

.owl-prev {
	position: absolute;
	left: 35px;
	top: 50%;
	margin-top: -17px;
}

.owl-next {
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -17px;
}

.owl-dots div {
	width: 10px;
	height: 10px;
	background: #fff;
	display: inline-block;
	margin: 2px 4px;
	border-radius: 100%;
}

.owl-dots {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

.owl-dot.active {
	background: #000;
}

.owl-dots {
	display: none !important;
}

.hero-btn img {
	width: 160px !important;
	height: 43px;
	margin: 0 5px;
	float: left;
}

.single-hero-btm-item {
	width: 20%;
	float: left;
	text-align: center;
}

.hero-bottom-area {
	padding: 45px 0;
	background: #20222b;
	color: #fff;
}

.single-hero-btm-item img {
	margin-bottom: 20px;
}

.single-hero-btm-item p {
	font-size: 11pt;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
}

.hop-added-text{
	display: block;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: .5px;
	text-align:justify;
	color:#141213;
}
.service-area {
	padding: 100px 0;
}
.custom-home-service-area{padding: 40px 0;}

.service-itm-left {
	display: inline-block;
	float: left;
	margin-right: 25px;
}

.about-itm-left {
	display: inline-block;
	float: left;
	margin-right: 25px;
}

.service-itm-left img {
	width: 190px;
	border-radius: 100%;
	border: 1px solid #000;
}

.service-item-txt h4 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: HelveticaNeuBold;
	color: #20222b;
	font-size: 24px;
}

.service-item-txt p {
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .5px;
	opacity: 1;
}

.service-item-txt a {
	display: inline-block;
	border: 1px solid #20222b;
	text-transform: uppercase;
	font-size: 14px;
	font-family: HelveticaNeuemed;
	color: #20222b;
	padding: 5px 40px;
	letter-spacing: 1px;
	margin-top: 0;
}

.service-item {
	margin: 50px 0;
}


.About-area {
	background: #20222b;
	color: #fff;
}

.About-area .service-item-txt h4 {
	color: #fff;
}

.about-area strong{
	color: #000;
	font-weight: bold;
}
.round-box {
	width: 160px;
	text-align: center;
	height: 160px;
	background: #fff;
	line-height: 160px;
	border-radius: 100%;
}

.About-area .service-item-txt h4 {
	text-transform: capitalize;
}

.brand-area {
	padding: 150px 0;
}

.brand-right h4 {
	font-size: 30px;
	color: #00629d;
	font-family: HelveticaNeuBold;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.yello-btn {
	padding: 6px 15px;
	background: #ff860f;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	letter-spacing: .5px;
	text-transform: uppercase;
	border-radius: 10px;
	text-align: center;
	max-width: 300px !important;
	display: block;
	margin-top: 15px;
}

.yello-btn:hover {
	color: #fff;
}

.brand-right {
	margin-top: -6px;
}

.brand-img img {
	margin-bottom: 20px;
	width: 85px;
}

.btn-img img {
	width: ;
	width: auto;
	height: 55px;
	margin: 0 5px;
}

.brand-img a {
	font-size: 24px;
	letter-spacing: .7px;
	color: #00629d;
}

.brand-img span {
	margin-left: 25px;
	margin-right: 25px;
}

.row.band-logo {
	margin-top: 80px;
}

.brand-bottom h4 {
	font-size: 50px;
	line-height: 70px;
	color: #00629d;
	font-size: ;
	font-weight: 600;
	letter-spacing: 1px;
}

.brand-bottom {
	padding-top: 40px;
}


.promo-area {
	background-position: center;
	background-size: cover;
	background-image: url(../img/promo-bg.jpg);
	padding: 150px 0;
	background-color: #000;
	color: #fff;
}

.promo-area h3 {
	font-size: 30px;
	color: #00629d;
	letter-spacing: 1px;
	font-family: HelveticaNeuemed;
	text-transform: uppercase;
}

.promo-area h4 {
	font-size: 24px;
	color: #00629d;
	letter-spacing: 1px;
	font-family: HelveticaNeuemed;
	text-transform: uppercase;
}

.promo-txt p {
	font-size: 20px;
}

.promo-txt {
	max-width: 550px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: .6px;
}

.promo-txt span {
	display: block;
}

footer {
	padding: 80px 0;
	background: #00629d;
	color: #fff;
}

.footer-wized-one img {
	width: 190px;
	margin-bottom: 15px;
}

.footer-wized-one p {
	font-size: 20px;
	letter-spacing: .5px;
}

.wized-title h4 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffff;
	margin-bottom: 25px;
	font-family: HelveticaNeuemed;
}

.footer-wized p {
	font-size: 16px;
	fw: ;
	font-weight: bold;
	letter-spacing: .5px;
	color: #fff;
}

.footer-wized ul {
	margin: 0;
	padding: 0;
	line-height: ;
	list-style: none;
}

.footer-wized li {
	float: none;
	display: block;
	margin-bottom: 15px;
}

.footer-wized li a {
	color: #fff;
	font-weight: bold;
	letter-spacing: .7px;
	font-size: 16px;
}

.footer-wized-one p {
	font-size: 17px;
	letter-spacing: .5px;
	font-weight: bold;
	padding-right: 30px;
}

.fott-ntn {
	display: inline-block;
	background: #fe850f;
	color: #fff;
	letter-spacing: .7px;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 50px;
	border: ;
	border-radius: 10px;
	margin-top: 10px;
}
.contact-info a {
	color: #fff;
	letter-spacing: 1px;
}
.order-list {
	padding-top: 140px;
}

.brand-img span {
	margin-left: 20px;
	margin-right: 20px;
}

.box-modal .modal-dialog {
	max-width: 550px;
	margin: 12.75rem auto;
}

.modal-box {
	text-align: center;
}

.box-modal .modal-content {
	background: #00629d;
	border: 5px solid #fff;
	position: relative;
}

.box-modal .modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: none;
	border-top-left-radius: none;
	border-top-right-radius: none
}

.box-modal button.close {
	padding: 0;
	background-color: #00629d;
	border: 0;
	-webkit-appearance: none;
	border: 2px solid #fff;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	opacity: 1;
	position: absolute;
	right: 3px;
	top: 3px;
	outline: none;
}

.box-modal .modal-header button span {
	color: #fff;
	font-size: 20px;
	position: relative;
	top: -3px;
}

.modal-box h4 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	font-family: HelveticaNeuemed;
	margin-bottom: 25px;
}

.modal-btn a {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
	padding: 8px 25px;
	margin: 0 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: .3s;
	font-family: HelveticaNeuemed;
}

.modal-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}

.form-modal .modal-dialog {
	max-width: 800px;
	margin: 4.75rem auto;
}


/*slide-menu style*/

.menu-bar {
	width: 36px;
	height: 35px;
	border: 0px solid #fff;
	display: block;
	float: right;
	margin-top: 9px;
	position: relative;
	cursor: pointer;
	transition: .3s;
	z-index: 9;
	padding: 6px 4px !important;
}

.menu-bar span {
	display: block;
	height: 2px;
	width: 100%;
	background: #00629d;
	margin-bottom: 5px;
}

.menu-bar {
	display: none
}








.slide-menu {
	display: none
}

.slide-menu {
	position: fixed;
	background: #f0f0f0;
	top: 0;
	right: -300px;
	width: 270px;
	height: 100%;
	z-index: 9999;
	transition: .4s;
	padding-top: 100px;
	padding-left: 15px;
	padding-right: 15px;
}

.cross-btn {
	position: absolute;
	top: 8px;
	font-size: 23px;
	color: #000;
	cursor: pointer;
}

.cross-btn i {
	transition: .3s;
}

.cross-btn i:hover {
	color: #bf002d;
}

.slide-menu.active {
	right: 0;
	z-index: 999999999;
}

.slide-menu-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slide-menu-main li {
	display: block;
	float: none;
	border-bottom: 1px solid #ddd;
}

.slide-menu-main ul li a {
	font-size: 13px;
	letter-spacing: .7px;
	color: #2b2c2c;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	margin: 5px 0;
	padding: 5px 0;
	transition: .3s;
	font-weight: bold;
	letter-spacing: 1px;
}

.slide-menu-main li a i {
	font-size: 19px;
	position: relative;
	top: 3px;
}

.collapse.show li i {
	transform: rotate(90deg) !important;
}

.slide-menu {
	display: block;
	box-shadow: -1px 0 3px #b8b8b8;
}

.slide-menu-main ul li a:hover {
	color: #00629d;
}

.signin-area a {
	padding: 8px 30px;
	background: #eac000;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	display: inline-block;
	float: left;
	letter-spacing: .7px;
}

.signin-area {
	margin-top: 50px;
}

.slide-menu-main li ul li a {
	font-size: 12px;
	padding-left: 15px;
}




/*slide-menu style*/
.get-btn {
	position: fixed;
	top: 11%;
	z-index: 99;
	width: 170px;
	text-align: center;
	display: none;
	z-index: 9999999;
	margin-left: 8%;
	left: 28%;
}

.get-btn a {
	padding: 7px 20px;
	background: #ff860f;
	border-radius: 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	color: #fff;
}




.slide-menu-main li i {
	font-size: 20px !important;
	margin-left: 10px;
}












/*=============== Payment Page Style Start  =================*/
.area-banner-area {
	height: 380px;
	background-image: url(../img/Payment.jpg);
	background-position: center;
	background-size: cover;
	display: table;
	width: 100%;
}

.area-inner {
	display: table-cell;
	height: 100%;
	text-align: center;
	width: 100%;
	vertical-align: middle;
}

.area-banner-area h1 {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #20222b;
	font-family: HelveticaNeuBold;
	text-transform: uppercase;
}


.reference-title {
	text-align: center;
	margin-bottom: 140px;
}

.reference-area {
	padding-top: 120px;
	padding-bottom: 300px;
}

.reference-title h2 {
	font-size: 30px;
	color: #20222b;
	letter-spacing: 1.5px;
	font-family: HelveticaNeuBold;
	text-transform: uppercase;
}

.reference-title {
	max-width: 700px;
	margin: 0 auto;
}

.reference-title p {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .7px;
}

.reference-title {
	margin-bottom: 130px;
}

.telcom-reference-txt h4 {
	font-size: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: HelveticaNeuBold;
}

.telcom-reference-txt p {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .7px;
	margin-bottom: 5px;
}


.telcom-reference-txt p strong {
	letter-spacing: 1px;
	font-family: HelveticaNeuemed;
	font-size: 18px;
	text-transform: uppercase;
}

.telcom-reference-form {
	margin-top: 100px;
	margin-bottom: 90px;
}

.single-ref-from {
	width: 33.33%;
	float: left;
}

.row.telcom-reference-inner {
	max-width: 825px;
	margin: 0 auto;
}

.ref-form span {
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
	margin-bottom: 5px;
}

.ref-form input {
	width: 95%;
	height: 50px;
	border: 1px solid #b4b4b4;
	padding: 10px;
}

.ref-form.ref-form-top input {
	width: 31.65%;
}

.ref-form.ref-form-top {
	margin-bottom: 80px;
}

.ref-form.ref-form-top span {
	width: ;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: HelveticaNeuemed;
}

.single-ref-btn button {
	width: ;
	border: none;
	background: #ff860f;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.8px;
	padding: 10px 35px;
	display: inline-block;
	border-radius: 10px;
	float: right;
	cursor: pointer;
	margin-top: 30px;
}

.single-ref-from:nth-child(3) input {
	width: 100%;
}

.row.telcom-reference-inner {
	padding-bottom: 80px;
	border-bottom: 1px solid #b4b4b4;
}

.ref-form {
	display: inline-block;
	width: 100%;
}

.telcom-reference-txt.Amount-txt {
	margin-bottom: 30px;
}

.telcom-reference-form p {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .7px;
	margin-top: 20px;
}

.billing-inner {
	margin-top: 80px !important;
}

.billing-address h2 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 80px;
	font-family: HelveticaNeuBold;
}

.billing-form p span {
	width: 25% !important;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	height: 50px;
	line-height: 48px;
}

.billing-form p input {
	width: 72%;
	float: right;
	height: 50px;
	margin-bottom: 35px;
	border: 1px solid #b4b4b4;
	padding: 12px;
}


.row.telcom-reference-inner.billing {
	padding-top: 80px;
}


/*=============== Payment Page Style Ens  =================*/









/*=============== Payment Page Style Ens  =================*/
.pat-text-area {
	padding-top: 140px;
}

.pat-txt h4 {
	font-size: 20px;
	letter-spacing: .5px;
	font-family: HelveticaNeuemed;
	text-transform: uppercase;
	line-height: 30px;
}

.pat-txt p {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .5px;
}

.pat-list span {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.pat-list {
	margin-bottom: 35px;
	margin-left: 25px;
}

.pat-txt {
	margin-bottom: 140px;
}


.pat-txt a {
	margin-right: 0;
	background: #ff860f;
	border-radius: 10px;
	padding: 6px 25px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	width: 100% !important;
	display: block;
	text-align: center;
	margin-top: 25px !important;
}

.gray-pat-txt {
	background: #e8e8e8;
	padding: 50px 25px;
}

.order-list-txt {
	margin: 25px;
	margin-left: 35px;
}

.order-list-txt li {
	display: block;
	list-style: none;
	position: relative;
	font-weight: bold;
	letter-spacing: .7px;
	margin-bottom: 10px;
}

.order-list-txt li::after {
	position: absolute;
	left: -15px;
	top: 10px;
	width: 6px;
	height: 6px;
	background: #005f97;
	content: ;
	content: '';
	border-radius: 100%;
}

.area-title {
	text-align: center;
	margin-bottom: 80px;
}

.area-title h2 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: HelveticaNeuBold;
}

.area-title p {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

.product-area {
	padding-bottom: 125px;
}

.call-box {
	text-align: center;
	max-width: 850px;
	margin: 0 auto;
}

.call-box-main {
	padding: 30px;
	background: #b4b4b4;
	color: #000;
	text-transform: uppercase;
	margin-top: 0px;
}

.call-box h4 {
	letter-spacing: 1px;
	font-size: 24px;
	font-family: HelveticaNeuBold;
}

.call-box h2 {
	font-weight: bold;
	left: ;
	letter-spacing: 1px;
	font-size: 30px;
}

.call-info {
	margin: 35px 0 0 0;
	position: relative;
}
#spnPhoneStatus{
	color: green;
	text-align: left;
	position: absolute;
	left: 32px;
	top: -33px;
}

.call-info #email{
	width: 45%;
	height: 50px;
	padding: 14px;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: bold;
	border: 1px solid #d4d4d4;
	margin-right: 23px;
}

.call-info #submit {
	width: 45%;
	height: 50px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	background: #ff860f !important;
	color: #fff;
	border: none;
	border-radius: 10px;
	outline: none;
	cursor: pointer;

}

.row.call-info {
	margin-top: 50px;
}

.clearHeader {
	height: 200px;
	background-color: rgba(107, 107, 107, 0.66);
	position: fixed;
	top: 200;
	width: 100%;
}

.header_bottom{
	background: #00629d;
	height: 45px;
	clear: both;
	z-index: -1;
	width: 100%;
	position: relative;
	bottom: -90px;
}


.single-product-area.dark-bg {
	background: #20222b;
	padding: 100px 0;
}

.single-pro-itm img {
	float: left;
	width: 150px;
	margin-right: 25px;
	display: ;
}

.pro-itm-txt {
	display: flow-root;
}

.pro-itm-txt h4 {
	font-size: 22px;
	color: #fff;
	font-family: HelveticaNeuemed;
	font-weight: bold;
	letter-spacing: .9px;
	line-height: 30px;

}

.pro-itm-txt p {
	color: #fff;
	font-weight: bold;
	letter-spacing: .5px;
	font-size: 15px;
}

.dark-pro-text {
	padding: 30px;
	background: transparent;
	color: #000;
	text-transform: uppercase;
	margin-top: 125px;
	border: 1px solid #b4b4b4;
}

.call-box-main.dark-pro-text h4,
.call-box-main.dark-pro-text h2 {
	color: #fff;
}

.single-product-area.light-bg {
	padding: 100px 0;
	color: #333 !important;
}

.light-bg .pro-itm-txt h4,
.light-bg .pro-itm-txt p {
	color: #20222b;
}

.product-long-list {
	margin-bottom: 70px;
}

.prodct-list-txt {
	display: flow-root;
}

.prodct-list-txt h4 {
	font-size: 22px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 30px;
	font-family: HelveticaNeuemed;
}

.product-long-list img {
	float: left;
	margin-right: 30px;
	width: 200px;
}

.prodct-list-txt p {
	color: #fff;
	left: ;
	letter-spacing: .7px;
	font-weight: bold;
}


.single-hom-product {
	width: 20%;
	text-align: center;
	float: left;
}

.single-hom-product img {
	width: 115px;
	margin-bottom: 10px;
}

.single-hom-product p {
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

.single-hom-product {
	margin-top: 50px;
}

.product-item-all {
	display: inline-block;
	width: 100%;
	border: 1px solid #eee;
	margin-top: 100px;
	padding-top: 25px;
	padding-bottom: 45px;
}

.product-item-all-title {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}























/* 1. Hero */
.h2-hero-bg {
	background-image: url(assets/img/img/hero/h2_hero_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 212px;
	padding-bottom: 200px;
}

.hero-text.h2_hero_text {
	float: none;
	max-width: 100%;
	text-align: center;
}

.hero-text.h2_hero_text h1 {
	font-size: 80px;
	color: #20222b;
}

.single-hero-btm-item p {
	text-transform: uppercase;
}

.h2-hero-bg {
	background-image: url(../img/h2_hero_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 212px;
	padding-bottom: 200px;
}

.hero-text.h2_hero_text {
	float: none;
	max-width: 100%;
	text-align: center;
}

.hero-text.h2_hero_text h1 {
	font-size: 50px;
	color: #20222b;
}

.single-hero-btm-item p {
	text-transform: uppercase;
}

/* 2. About */
.about-content h2 {
	font-weight: 700;
	font-family: HelveticaNeuBold;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1.2;
}

.about-content p {
	font-family: HelveticaNeue;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}

.about-area {
	padding-top: 140px;
	padding-bottom: 110px;
}

.features-area {
	background: #20222b;
	padding-top: 165px;
	padding-bottom: 110px;
}

.features-heading h2 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 28px;
	font-family: HelveticaNeuemed;
}

.features-heading p {
	font-size: 18px;
	color: #fff;
	font-family: HelveticaNeue;
	font-weight: bold;
	margin-bottom: 43px;
}

.features-list ul {
	padding-left: 15px;
}

.features-list ul li {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}

.features-list ul li strong {
	font-weight: 500;
	font-family: HelveticaNeuBold;
}

.insurances-content .single-content p {
	font-size: 18px;
	font-weight: bold;
	color: #20222b;
	line-height: 28px;
}

.insurances-content .single-content h2 {
	margin-bottom: 30px;
	font-family: HelveticaNeuBold;
}

.insurances-content .single-content {
	margin-bottom: 86px;
}

.insurances-content {
	padding-right: 75px;
}

.insurances-polices {
	padding-top: 178px;
	padding-bottom: 75px;
}

.features-list.features-list-2 ul {
	list-style: none;
	padding: 0;
}

.features-heading-2 p {
	margin-bottom: 30px;
}

.servey-box {
	text-align: center;
}

.servery-heading h2 {
	color: #ffff;
	font-family: HelveticaNeue;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 10px;
}

.servery-heading h3 {
	color: #fff;
	font-size: 25px;
	font-family: HelveticaNeuemed;
}

.servey-box {
	text-align: center;
	padding: 30px;
	border: 1px solid #fff;
}

.servey-form input {
	width: 405px;
	background: 0;
	border: 1px solid #fff;
	padding: 0;
	height: 46px;
	padding-left: 15px;
}

.servey-form input::placeholder {
	font-size: 15px;
	color: #fff;
	font-weight: 700;
}

.servey-form button {
	height: 45px;
	width: 404px;
	background: #ff860f;
	border: 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 10px;
	margin-left: 24px;
}

.servery-heading {
	margin-bottom: 41px;
}

.insurances-content .single-content p.aditoinal {
	font-family: HelveticaNeuemed;
	font-weight: 700;
	padding-right: 133px;
}

.promo-area {
	background-position: center;
	background-size: cover;
	background-image: url(../img/promo-bg.jpg);
	padding: 150px 0;
	background-color: #000;
	color: #fff;
}

.promo-txt span {
	display: block;
	text-transform: uppercase;
}

.promo-txt p {
	margin-bottom: 43px;
}

.about-content.about-content-2 p {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.about-content.about-content-2 p br {
	margin-bottom: 28px;
}

a.btn {
	background: #ff860f;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-family: HelveticaNeue;
	letter-spacing: .7px;
	padding: 5px 43px;
	margin: 0 10px;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 20px;
}

.pricing-heading {
	text-align: center;
}

.pricing-heading h3 {
	margin-bottom: 0;
	font-size: 25px;
	color: #fff;
	font-family: HelveticaNeuemed;
}

.pricing-heading {
	padding: 25px;
	background: #00629d;
}

.pricing-heading span {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: bold;
}

.pricing-content {
	text-align: center;
	padding: 25px;
	border: 1px solid #20222b;
	border-top: 0;
	margin-bottom: 30px;
}

.new-price {
	font-size: 80px;
	font-weight: 300;
	color: #00629d;
	line-height: 1;
}

.new-price strong {
	font-weight: 700;
	font-size: 40px;
	position: relative;
	top: -23px;
	left: -9px;
	font-family: HelveticaNeuBold;
}

.star {
	font-size: 50px;
	position: relative;
	top: -16px;
	left: 6px;
}

.old-price {
	display: block;
	font-size: 25px;
	color: #ee0000;
	font-family: HelveticaNeuBold;
	text-decoration: line-through;
	margin-bottom: 22px;
}

.pricing-content ul {
	padding: 0;
}

.pricing-content ul li {
	list-style: none;
	font-size: 20px;
	color: #20222b;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000000;
}

.aditional-info {
	color: #8c8c8c;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.pricing-area {
	padding-top: 130px;
	padding-bottom: 75px;
}

.blue-bg {
	background: #00629d;
}

.about-content.ccfotate-content p {
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	color: #20222b;
	padding-right: 73px;
}

.about-content.ccfotate-content h2 {
	font-size: 30px;
}

.about-content.ccfotate-content p br {
	margin-bottom: 7px;
}

.ccfootage-area {
	padding-top: 188px;
	padding-bottom: 140px;
}

.brand-right2 h4,
.brand-right2 p {
	color: #fff;
}

.brand-right.brand-right2 p {
	padding-right: 94px;
}

.brand-bottom-2 h4 {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	font-family: HelveticaNeue;
	text-transform: capitalize;
	padding-right: 20px;
}

.brand-img-2 span {
	color: #fff;
}

.about-content-2 h6 {
	font-size: 20px;
}

.about-content-4 h2 {
	margin-bottom: 45px;
}

.servey-box.servey-box-3 {
	background: #e8e8e8;
}

.servey-box.servey-box-3 h2 {
	color: #20222b;
}

.servey-box.servey-box-3 .servery-heading h3 {
	color: #20222b;
	font-size: 25px;
}

.servey-box.servey-box-3 .servey-form input {
	width: 405px;
	background: 0;
	border: 1px solid #d4d4d4;
	padding: 0;
	height: 46px;
	padding-left: 15px;
	background: #fff;
}

.servey-box.servey-box-3 .servey-form input::placeholder {
	color: #d4d4d4;
}

.camera-des-box h3 {
	font-size: 20px;
	margin-bottom: 21px;
}

.camera-des-area {
	background: #20222b;
	padding-top: 120px;
	padding-bottom: 100px;
}

.camera-des-box h3 {
	font-size: 20px;
	margin-bottom: 21px;
	color: #fff;
}

.camera-des-box {
	color: #fff;
}

.camera-des-box {
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	padding-right: 111px;
}

.camera-des-box br {
	margin-bottom: 44px;
}

.contact-address .text span {
	font-size: 25px;
	line-height: 30px;
	color: #20222b;
	font-weight: bold;
}

.contact-address .text {
	padding-left: 25px;
}

.contact-address {
	margin-bottom: 55px;
	padding-right: 50px;
}

.contact-form form input,
.contact-form form textarea {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	border: 1px solid #d4d4d4;
	height: 58px;
	padding: 15px;
}

.contact-form form textarea {
	height: 150px;
}

.form-btn {
	text-align: center;
}

.about-content-5 h2 {
	font-size: 30px;
	line-height: 40px;
}

.about-right {
	text-align: center;
}
.call-box-main.bggary {
	background: #e8e8e8;
}
.call-box-alarms {
	margin-top: -30px;
}

.call-box-alarms input {
	background: transparent !important;
	color: #fff;
}

.pricing-title h3 {
	font-family: HelveticaNeuemed;
}


.about-area .call-box-main {
	background: #e8e8e8;

}

.call-box h4 i {
	font-size: 20px;
	margin-right: 4px;
}
.call-box-main.light-box {
	background: #e8e8e8;
}


.product-area {
	margin-top: 100px;
}

.product-item-all-title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.Calculate-txt h2 {
	font-size: 30px;
	letter-spacing: 1.5px;
	line-height: 45px;
	font-family: HelveticaNeuBold;
}

.Calculate-txt span {
	color: red;
}

.Calculate-list li {
	font-weight: bold;
	letter-spacing: 1.5px;
	position: relative;
	margin-bottom: 5px;
	font-size: 18px;
	list-style: none;
}

.Calculate-list li i {
	margin-right: 5px;
}

.calculat-right h4 {
	font-size: 22px;
	font-weight: bold;
	left: ;
	letter-spacing: 1px;
}

.row.calculat-warp {
	margin-top: 50px;
}


.thanks-txt h4 {
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 38px;
	font-family: HelveticaNeuBold;
}

.thanks-txt p {
	font-size: 18px;
	letter-spacing: .6px;
	font-weight: bold;
}

.thanks-txt {
	margin-bottom: 50px;
}

.row.thanks-txt-warp {
	margin-top: 50px;
}

.thanks-txt-single h4 {
	font-size: 24px;
	letter-spacing: .5px;
	color: #000;
	font-weight: bold;
	font-family: HelveticaNeuemed;
}

.thanks-txt-single p {
	font-weight: bold;
	letter-spacing: .7px;
	line-height: 27px;
}

.thanks-txt-single {
	margin-bottom: 60px;
}

.barnd-quotation .band-logo {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.brand-area.barnd-quotation {
	padding: 80px !important;
}
.product-item-all {
	padding-top: 50px;
}

#example-1 input {
	padding: 8px 12px;
}




.card-area {
	padding: 100px 0;
}
.example.example1 fieldset {
	margin: 15px 40px;
	padding: 0 50px;
	border-style: none;
	background-color: #7795f8;
	box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #829fff;
	border-radius: 4px;
}
.example.example1 {
	background-color: #6772e5;
	padding-top: 25px;
	padding-bottom: 40px;
}
fieldset {
	padding-bottom: 25px !important;
	padding-top: 25px !important;
}
#example1-phone {
	border-bottom: 1px solid #809ffc;
}






#example1 .success {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	text-align: center;
	pointer-events: none;
	overflow: hidden;
}
.example.example1 button {
	display: block;
	/* width: calc(100% - 30px); */
	height: 40px;
	margin: 40px 15px 0;
	background-color: #f6a4eb;
	box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #ffb9f6;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	width: 91.5%;
	margin: 0 auto;
	margin-top: 50px;
}




.get-btn {
	position: absolute;
	top: 60%;
	z-index: 99; 
	width: 170px;
	text-align: center;
	z-index: 9999999;
	margin-left: 0;
	left: -32%;
}

.copyright p {
	color: #ffff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 15px;
	margin-top: 15px;
	line-height: 28px
}
.copyright-area {
	background: #00629d;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}

iframe {
	width: 100%;
	height: 500px;
}



.container-ckx{
	display: block;
	position: relative;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;    

}
.container-ckx label{padding:0px;}
.container-ckx a,.container-ckx a:hover{color:white;}
.special-ckx{display:inline-block;width:70%; float:right;}



.container-ck {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container-ck  input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #fff;
}

/* On mouse-over, add a grey background color */
.container-ck:hover input ~ .checkmark {
	background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-ck input:checked ~ .checkmark {
	background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-ck input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-ck .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal-content.book-modal {
	background: #00629d;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}

.main.form {
	width: 65%;
	float: left;
}
.single-borm-boxx input {
	width: 100%;
	height: 40px;
	border: none;
	padding: 10px;
	font-weight: bold;
	-webkit-text-fill-color:#000000; 
	-webkit-opacity:1!important;
	opacity: 1!important;
	color:#000000; 
	letter-spacing: 1px;
	-webkit-appearance: none;
	padding: 0;padding-left: 8px;
}

.single-borm-boxx input::-webkit-input-placeholder{
	color: #000000;
	-webkit-appearance: none;
} 


.single-borm-boxxs input {
	width: 70%;
	display:inline-block;
	float:right;
	height: 25px;
	border: none;
	-webkit-text-fill-color:#000000; 
	-webkit-opacity:1!important;
	opacity: 1!important;
	color:#000000; 
	letter-spacing: 0.5px;
	-webkit-appearance: none;
	padding-left: 4px;
}
.single-borm-boxxs textarea{	
	width: 70%;
	display:inline-block;
	float:right;
	border: none;
	-webkit-text-fill-color:#000000; 
	-webkit-opacity:1!important;
	opacity: 1!important;
	color:#000000; 
	letter-spacing: 0.5px;
	-webkit-appearance: none;
	padding-left: 4px;}

	.single-borm-boxxs input::-webkit-input-placeholder{
		color: #000000;
		-webkit-appearance: none;
	} 
	.single-borm-boxxs button{
		color: #000000;
		-webkit-appearance: none;
	} 
	.sbmit-cls:hover{background-color:white;color:#ccc;}


	input[disabled] {
		color:#000 !important;
		opacity: 1 !important;
		-webkit-appearance: none;
	}

	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #000000;
	}
	::-moz-placeholder { /* Firefox 19+ */
		color: #000000;
	}
	:-ms-input-placeholder { /* IE 10+ */
		color: #000000;
	}
	:-moz-placeholder { /* Firefox 18- */
		color: #000000;
	}

	textarea,
	input[type="text"],
	input[type="email"],
	input[type="submit"] {
		-webkit-appearance: none;
		border-radius: 0;
	}
	.main.form {
		width: 65%;
		float: left;
		padding: 25px;
	}
	.single-borm-boxx p {
		margin-bottom: 5px;
		letter-spacing: 2px;
	}
	.single-borm-boxx textarea {
		width: 100%;
		height: 80px;
		border: none;
		padding: 10px;
	}
	.single-borm-boxx {
		margin-bottom: 20px;
	}
	.form-title-txt h4 {
		font-size: 20px;
		letter-spacing: 1px;
		font-weight: bold;
		color: #fff;
		letter-spacing: 2px;
		line-height: 26px;
		margin-bottom: 35px;
	}
	.close {
		width: 30px;
		height: 30px;
		background: #fff !important;
		opacity: 1;
		border-radius: 100%;
		border: 2px solid #1497e7 !important;
		position: absolute;
		right: -10px;
		top: -15px;
		z-index: 99;
		outline: none !important;
	}
	.container-ck p {
		font-size: 16px;
		letter-spacing: 2.4px;
		padding-right: 15px;
		line-height: 24px;
	}
	.container-ck a {
		color: #fff;
		display: inline-block;
		border-bottom: 1px solid #fff;
	}
	.single-borm-boxx input[type="submit"] {
		height: auto;
		width: 100%;
		font-weight: bold;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #fff;
		border: none;
		padding: 10px;
		background: #ff860f;
		margin-top: 15px;
		cursor: pointer;
	}
	.form-box-txt {
		width: 35%;
		float: left;
		background: #0572B2;
		padding: 0 20px;
		height: 100%;
		position: relative;
	}

	.form-box-txt .bold{
		font-weight: bold;
		font-size: 20px;
	}

	.modal-content.book-modal {
		color: #fff;
		font-weight: bold;
		letter-spacing: 1px;
		position: relative;
		height: 100%;
	}
	.modal-body {
		position: relative;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 1rem;
		padding: 0;
	}
	.form-box-txt {
		width: 35%;
		float: left;
		background: #0572B2;
		padding: 25px 20px;
		height: 100%;
		position: absolute;
		right: 0;
	}
	.form-txxt-bottoms {
		position: absolute;
		padding: 20px;
		width: 100%;
		height: auto;
		bottom: 0;
		left: 0;
	}
	.form-box-txt p {
		font-size: 13px;
		letter-spacing: 1.3px;
	}
	.form-box-txt p a{
		color: #ddd;
	}


	.contact-area .main.form{
		width: 100%;
		float: left;
		padding: 25px;
		background: #20222b;
	}

	.contact-area .single-borm-boxx p{
		color: #fff;
	}



	.header_bottom a {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		padding-top: ;
		margin-top: 8px;
		display: inline-block;
	}

	.contact-info a {
		font-family: HelveticaNeuemed;
		letter-spacing: 1.5px;
	}

	.header_bottom{
		text-align: center;
	}
	.map-sec {
		margin-top: 80px;
	}
	.current a {
		margin-right: 0;
		background: #ff860f;
		border-radius: 10px;
		color: #fff !important;
		padding: 6px 20px !important;
	}
	.thanks-txt {
		max-width: 800px;
		margin: 0 auto;
	}
	.thanks-txt-single h2 {
		font-weight: bold;
	}
	.header_bottom a span {
		color: #ff860f;
	}

/* fixing safari alignment 
@media not all and (min-resolution:.001dpcm) { 
    @media {
        .curren { 
            color:#9EC053; 
            background-color:#9EC053; 
        }
    }
}

















/* =====================   Luton theme Style staart        =================*/

.crime-map-area h4 {
	font-family: HelveticaNeuBold;
	text-transform: uppercase;
	margin-bottom: 80px;
}
.crime-map-area {
	padding: 100px 0;
}
.crime-txt p {
	font-weight: bold;
	letter-spacing: .6px;
}

.system-txt h4 {
	font-family: HelveticaNeuBold;
	text-transform: uppercase;
	margin-bottom: 40px;
	color: #fff;
}
.system-txt p {
	font-weight: bold;
	color: #fff;
	letter-spacing: .7px;
	line-height: 28px;
	margin-bottom: 20px;
}
.system-txt strong {
	letter-spacing: 1px;
	font-family: HelveticaNeuemed;
	opacity: .7
}
.cctv-system-area {
	background: #20222b;
	padding: 150px 0;
}
.system-bg {
	height: 100%;
	display: table;
}
.system-iinr {
	display: table-cell;
	vertical-align: middle;
}

.row.band-logo.Luton-theme-bnd {
	margin-top: 50px;
	margin-bottom: 120px;
}
.brand-right p {
	font-weight: bold;
	letter-spacing: .6px;
}
.system-bg {
	width: 100%;
}





.area-banner-area.Luton-theme-bg {
	background-image: url(../img/Luton-Smart-Security.jpg) !important;
}

.area-banner-area.Luton-theme-bg h1 {
	color: #fff !important;
	text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 0px -2px 0 #000;
	font-size: 55px;
}





/* =====================     Luton theme Style End      =================*/






/***************************** CUSTOM STYLES MADE BY ALI MUGHAL **************************/

.tp_header_tptop {
	position: absolute;
	top: -12px;
	display: inline-block;
	max-width: 480px;
	left: 22%;
	z-index: 99;
}
.header-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.hero-area {
	margin-top: 145px;
}
.rda23 {
	max-width: 205px;
	background: white;
	padding: 15px 15px;
	margin-top: 30px;
	height: 130px;
	border-radius: 5px;
}
.area-banner-area {
	margin-top: 145px;
}
.bar-bottom .container {
	position: relative;
}



.mainmenu li a {
	transition: 0.3s ease all !important;
	border-bottom: 2px solid transparent;
}
.mainmenu li a:hover {
	border-bottom: 2px solid #00629d;
}

.vss_ra24 {
	margin-top: 190px;
}

.contact-address .icon img {
	max-width: 50px !important;
}


section.sd_priv_terms {
	padding: 100px 0;
}


.prv_content p {
	color: black;
	font-weight: 500;
	font-size: 18px;
	font-family: sans-serif;
	margin-bottom: 25px;font-family: 'Open Sans', sans-serif;
}
.prv_content h4 {
	color: #00629d;
	font-size: 32px;
	font-family: sans-serif;
	font-weight: 700;
	margin-bottom: 25px;font-family: 'Open Sans', sans-serif;
}
.prv_content a {
	color: black;font-family: 'Open Sans', sans-serif;
}

.prv_content ul li {
	font-family: 'Open Sans', sans-serif;
}
.prv_content ul li {
	font-weight: 500;
	font-family: sans-serif;
	margin-bottom: 20px;
	font-size: 17px;
	color: black;
}

.prv_content h5 {
	font-weight: 600;
	font-family: sans-serif;
	font-size: 25px;font-family: 'Open Sans', sans-serif;
	color: #ff860f;
}
.pfterm_1 {

}
.pfterm_1 p {
	margin-bottom: 0;
}

.pfterm {
	padding: 10px 0 25px 0;
}
.pfterm a {
	color: white !important;
	font-weight: bold;
	padding-left: 0;
	display: inline-block;
}
.pfterm span {
	display: inline-block;
	color: white;
	font-weight: bold;
	padding: 0 10px;
}

@media screen and (max-width: 1200px) {
	.tp_header_tptop {
		left: 21%;
	}
}
@media screen and (max-width: 992px) and (min-width: 768px) {
	.tp_header_tptop {
		left: -5%;
	}
	.logo {
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
.tp_header_tptop {
    display: block;
    top: 17px;
    left: 0;
}
.slide-menu-main ul li a {
    font-size: 13px;
    letter-spacing: .7px;
    font-weight: bold;
    font-family: Helvetica;
}

	.rda23 {
		margin-left: auto;
		margin-right: auto;
	}
	.hero-area {
		margin-top: 135px;
	}
	.area-banner-area {
		margin-top: 140px;
	}
	.get-btn {
		left: -20% !important;
	}
	.single-borm-boxx input {
		width: 100%;
		border-radius: 0 !important;
		padding: 3px 10px 3px 10px !important;
		height: auto !important;
		font-size: 13px;
	}
	.single-borm-boxx p {
		font-size: 13px !important;
		font-weight: 600 !important;
		color: white;
	}
	.half-form {
		margin-bottom: 9px !important;
	}
	.container-ck {
		font-size: 13px !important;
	}
	.form-title-txt h4 {
		font-size: 15px !important;
		text-align: left;
		margin-bottom: 25px !important;
		padding-top: 12px !important;
	}


	.vss_ra24 {
		margin-top: 185px !important;
	}
	.single-borm-boxx input {
		border-radius: 4px !important;
		border: 1.5px solid #cecece;
	}
	.single-borm-boxx textarea {
		border-radius: 4px !important;
		border: 1.5px solid #cecece;
		height: 60px !important;
	}




}


@media screen and (max-width: 576px) and (min-width: 400px) {
	.get-btn {
		left: -35% !important;
		top: 56% !important;
	}
}

@media screen and (max-width: 400px) {
	.get-btn {
		top: 57% !important;
		width: 160px !important;
		left: -30% !important;
	}
}

@media screen and (max-width: 377px) {
	.get-btn {
		width: 126px !important;
	}
	.header_bottom a {
		font-size: 12px;
		margin-top: 13px;
	}

}

@media screen and (max-width: 576px) {
	.hero-btn .middle {
		margin: 0px 0 14px 0;
		display: block;
	}
}

@media screen and (max-width: 767px) {
/*	.bar-top {
		text-align: left !important;
	}*/
	.header-top-bar-right ul {
		padding: 0 !important;
	}
/*		.get-btn {
			top: -26px !important;
			left: unset !important;
			right: -25px !important;
			}*/
		/*.get-btn a {
			padding: 13px 12px !important;
			border-radius: 0 !important;
			font-size: 13px !important;
			}*/
			.single-borm-boxx input[type="submit"] {
				padding: 8px 0 !important;
				margin-top: 10px !important;
			}
			.bar-bottom {
				padding: 40px 0 25px 0;
			}


		}


		@media screen and (max-width: 425px) {
			/*.header-top-bar-right ul {
				display: none;
			}*/
		}



		.label_checkbox_popup input {
			position: unset;
			width: auto;
			height: auto;
			opacity: 1;
		}
		.label_checkbox_popup {
			position: absolute;
			left: -9px;
			top: 3px;
		}
		
		
		
		/*////////////////////////////////////////////////////////////*/
		@media screen and (min-width: 768px){
		    
		    .form-modal .modal-dialog {
                margin: 1rem auto;
            }
            .form-title-txt {
    margin-bottom: 0px;
}
.single-borm-boxx {
    margin-bottom: 5px;
}
.single-borm-boxx input {
    height: 33px;
}
.single-borm-boxx p {
    margin-bottom: 3px;
    font-size: 15px;
}
.single-borm-boxx textarea {
    height: 55px;
}
.form-title-txt h4 {
    font-size: 18px;
}
.form-title-txt h4 {
    margin-bottom: 10px;
}
.container-ck {
    margin-bottom: -10px;
    font-size: 14px;
}
.main.form {
    padding: 15px 25px;
}
.form-box-txt {
    padding: 15px 20px;
}
		    
		}