@import
	url('https://fonts.googleapis.com/css?family=Lato|Poppins:400,500,600')
	;

@font-face {
	font-family: "AR Techni";
	src: url("../fonts/AR_Techni.eot?") format("eot"),
		url("../fonts/AR_Techni.woff") format("woff"),
		url("../fonts/AR_Techni.ttf") format("truetype"),
		url("../fonts/AR_Techni.svg#ARTechni") format("svg");
	font-weight: normal;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
}

.container-fluid {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

body {
	background-color: #fff;
	font-family: "AR Techni";
}

body {
	font-size: 14px !important;
	font-family: 'Work Sans', sans-serif;
}

strong {
	font-weight: 500;
}

.w_dn {
	display: none;
}

.w_displayb {
	display: block;
}

.d_ib {
	display: inline-block;
}

.w_100 {
	width: 100% !important;
}

.f_L {
	float: left;
}

.f_R {
	float: right;
}

.fw600 {
	font-weight: 600;
}

.fw500 {
	font-weight: 500;
}

.blue_bg {
	background: #40a6e8;
}

.h_1 {
	font-size: 24px;
	position: relative;
}

.h_2 {
	font-size: 25px;
	font-weight: 500;
}

.text_Xs {
	font-size: 14px;
}

.text_Xss {
	font-size: 18px;
}

.text_Xsm {
	font-size: 13px;
}
.text_Xz {
	font-size: 11px;
}

.text_Xx {
	font-size: 34px;
}

.text_X {
	font-size: 28px;
}

.clr_grey {
	color: #545454;
}
.clr_grey23
{
	color: #807e7e;
}
.line-height30 {
	line-height: 30px;
}
.line-height16 {
	line-height: 16px;
}

.line-height24 {
	line-height: 24px;
}

.p70 {
	padding: 70px;
}

.p30 {
	padding: 30px;
}

.p10 {
	padding: 10px;
}

.brd_radius {
	border-radius: 4px;
}

.pr5 {
	padding-right: 5px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt50 {
	padding-top: 50px;
}

.mt20 {
	margin-top: 20px;
}

.mt50 {
	margin-top: 50px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt100 {
	margin-top: 100px !important;
}

.pr40 {
	padding-right: 40px;
}

.pl40 {
	padding-left: 40px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.plr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.pl20 {
	padding-left: 20px;
}

.pr20 {
	padding-right: 20px;
}

.text_greyheading {
	color: #999;
}

.text_clrgrey {
	color: #515151;
}

.clr_fff {
	color: #fff;
}

.clr_blk {
	color: #000;
}

.txtclr_B {
	color: #43a8de;
}

.line_H24 {
	line-height: 24px;
}

.font-B {
	font-weight: bold;
}

.font-500 {
	font-weight: 500;
}

.txtclr_Blk {
	color: #000;
}

.deco_none:hover {
	text-decoration: none;
}

.hvr_fff:hover {
	color: #fff;
}

.heading_Uline {
	width: 100%;
	margin: 20px 0;
}

.heading_Uline h2 {
	font-size: 30px;
	text-align: center;
	position: relative;
}

.heading_Uline h2::after {
	content: '';
	width: 100px;
	height: 4px;
	background: #00b9f1;
	position: absolute;
	border-radius: 16px;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.heading_Uline2 {
	width: 100%;
}

.heading_Uline2 h2 {
	font-size: 28px;
	text-align: left;
	position: relative;
	font-weight: normal;
	margin-top: 0 !important;
}

.heading_Uline2 h2::after {
	content: '';
	width: 50px;
	height: 4px;
	background: #00b9f1;
	position: absolute;
	border-radius: 16px;
	bottom: -10px;
	left: 0;
}

.heading_Uline3 {
	width: 100%;
}

.heading_Uline3 h2 {
	font-size: 30px;
	text-align: center;
	position: relative;
	font-weight: normal;
	margin-top: 0 !important;
	color: #fff;
}

.heading_Uline3 h2::after {
	content: '';
	width: 40px;
	height: 4px;
	background: #fff;
	position: absolute;
	border-radius: 16px;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

hr.special-line-lg {
	width: 20%;
	border: 2px solid #000;
	border-radius: 16px;
	margin: 16px auto;
}

hr.allb_line {
	width: 6%;
	border: 1px solid #51b0f0;
	margin: 8px 73px;
}

hr.demob_Wline {
	width: 6%;
	border: 1px solid #fff;
	margin: 8px auto;
}

.logo-wrapper, .nav-wrapper {
	display: inline-block;
}

.nav-wrapper {
	float: right;
}

.main-header-wrapper {
	padding: 14px 0;
	box-shadow: 0 0 10px #ddd;
}

.header {
	/*position: fixed;*/
	background: #fff;
	/* height: 70px; */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.header.shrink {
	height: 70px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.header.shrink #nav-brand img {
	width: 180px;
	margin-top: 7px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.header.shrink #nav-ops ul li a {
	font-size: 16px;
	padding: 20px 0;
	padding: 20px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.header.shrink .down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: solid #292929;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	margin-top: 5px;
	float: right;
	margin-left: 5px;
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 80px;
	background-color: #ffffff; -
	-nav-height: 64px;
	height: var(- -nav-height);
	border-bottom: 1px solid #ffffff; -
	-link-hover-color: #fff;
	color: #eee;
	width: 100vw;
	position: fixed;
	top: 0;
	z-index: 999;
	box-shadow: 0 0 10px #ddd;
	transition: 0.4s linear;
	height: 85px;
	z-index: 99999999999;
}

.scrolled {
	background-color: #fff;
	color: #5d8bd4;
	border: none;
	height: 70px;
	box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1); -
	-link-hover-color: #2f5ca5 !important;
}

.logo-wrapper {
	
}

#nav-brand img {
	width: 250px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#nav-ops ul.nav-menu {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 12px;
	display: flex;
	align-items: center;
}

#nav-ops ul li {
	display: inline-block;
	margin: 0 15px;
}

#nav-ops ul li a {
	color: #292929;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 15px;
	padding: 25px 0;
	letter-spacing: 0.02em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}

#nav-ops ul li a:hover {
	/*border-bottom: 2px solid #fff;*/
	text-decoration: none;
}

.nav-menu .active {
	/*border-bottom: 2px solid #51B1F0;*/
	text-decoration: none;
	color: #51B1F0 !important;
	font-weight: 500;
}

.reach-us {
	text-decoration: none;
	border: 2px solid #00b9f1;
	border-radius: 4px;
	padding: 10px 30px;
	color: black;
	margin-top: 50px !important;
}

.reach-us:hover {
	text-decoration: none;
}

.v_H {
	visibility: hidden !important;
}

.m-t-40 {
	margin-top: 40px;
}

.fnt-big {
	font-size: 30px !important;
	font-weight: normal;
}

.p-menu {
	position: relative;
}

.drop-m {
	display: none;
	position: absolute;
	margin-top: 10px;
	border-radius: 4px;
	padding: 10px 10px !important;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .07);
	box-shadow: 0 0 30px rgba(0, 0, 0, .07);
	width: 205px;
	-webkit-transition: .4s all ease-in-out;
	transition: .4s all ease-in-out;
}

.drop-m li {
	display: block;
	width: 185px;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #51B1F0;
	margin: 0 !important;
}

.drop-m li:last-child {
	border-bottom: none;
}

.drop-m li a {
	color: black !important;
	font-size: 16px !important;
	padding: 15px 15px !important;
	margin: 0px !important;
	display: block;
}

.drop-m li a:hover {
	border-bottom: 0px !important;
	background: #51B1F0 !important;
	color: #fff !important;
}

.p-menu:hover .drop-m {
	display: block;
}
/*.drop-bg{ background:url(./images/arrow-down.png) left no-repeat; width:20px; height:20px; float:right; margin-left: 5px; margin-top:2px;	}*/
.copy-font {
	font-size: 14px !important;
}

.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	margin-top: 5px;
	float: right;
	margin-left: 5px;
}

/* footer */
.footer-1-1 p {
	font-size: 16px;
	line-height: 24px;
}

footer {
	background-color: #F9F9FB;
	color: #525252;
	padding: 0 4%;
	width: 100%;
	clear: both;
}

.footer-1 {
	padding: 50px 24px 0;
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.footer-1-1 {
	width: 25%;
}

.footer-1-1 .brand img {
	height: 44px;
}

.footer-1-1 .brand {
	margin-bottom: 15px;
}

.footer-1-1-child {
	padding-top: 8px;
	display: flex;
	margin: 8px 13px;
}

.footer-1-1-child.phone .img-div img {
	width: 15px;
}

.footer-1-1-child .img-div {
	text-align: center;
}

.footer-1-1-child .img-div {
	width: 32px;
}

.footer-1-1-child .text-div {
	margin-left: 10px;
	line-height: 1.8;
}

.footer-1-1-child .text_uline {
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.footer-1-2 {
	display: flex;
	justify-content: space-evenly;
	width: 78%;
	padding: 0 16px;
}

.footer-1-2-child {
	padding: 0 18px;
}

.footer-1-2-child h4 {
	text-transform: uppercase;
	font-size: 20px;
}

.footer-1-2-child ul {
	list-style-type: none;
	padding: 20px 0;
}

.footer-1-2-child ul li {
	padding: 12px 0;
}

.footer-1-2-child ul li a {
	color: #525252;
	text-decoration: none;
	font-size: 16px;
}

.footer-1-3 {
	width: 26%;
	box-shadow: 1px 2px 7px #969696;
	border-radius: 14px;
}

.footer-1-3 form {
	background-color: #fff;
	color: #4a4a4a;
	border-radius: 12px;
	padding: 18px;
}

.footer-1-3 form ::-webkit-input-placeholder {
	color: #4a4a4a;
}

.footer-1-3 form p {
	line-height: 25px;
	text-align: center;
	font-size: 17px;
	color: #000;
	font-weight: 500;
}

.footer-1-3 form hr {
	margin: 8px 0;
}

.footer-1-3 form input {
	padding: 12px 0;
	border: none;
	border-bottom: 1px solid #4a4a4a;
	outline: none;
	width: 100%;
	margin: 12px 0;
	font-size: 14px;
}

.footer-1-3 .submit-div {
	padding: 16px 0;
	display: flex;
	flex-direction: row-reverse;
}

.footer-1-3 .submit-div button {
	background-color: #000;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.footer-2 {
	padding: 25px 32px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	border-top: 1px solid #ddd;
	margin-top: 35px;
}

.footer-2-2 {
	display: flex;
	align-items: center;
}

.footer-2-2 span {
	padding: 12px;
}

.footer-2-2 ul {
	list-style-type: none;
	display: flex;
}

.footer-2-2 ul li {
	padding: 0 8px;
	filter: brightness(90%);
	transition: 0.2s ease;
}

.footer-2-2 ul li:hover {
	filter: brightness(100%);
}

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

.page-inner-container {
	margin-top: 53px;
}

.backTopIcon {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	position: fixed;
	bottom: -100px;
	right: 35px;
	background:
		url('https://web-builder-staging.s3.amazonaws.com/36dd427f-160c-4170-b0e4-d9b9d0e94df4/IMG/1526886024719.png')
		no-repeat center center #00b9f1;
	box-shadow: -2px -2px 1px rgba(0, 0, 0, .2);
	transform: rotate(180deg);
	cursor: pointer;
	transition: all linear .3s;
	z-index: 10;
}

.backTopIcon:hover {
	background-color: #222;
}

.backTopIcon.visible {
	bottom: 100px;
}

.footer-1-3-contact {
	width: 30%;
	border-radius: 14px;
}

/*bootstrap class custmoize*/
.nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before,
	.navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
	display: table !important;
	content: none !important;
}

.live-top-pad {
	padding-top: 7%;
}

.cap-top-pad {
	padding-top: 9%;
}

.mang-top-pad {
	padding-left: 15%;
}

.moniter-top-pad {
	padding-top: 9%;
}

.noti-top-pad {
	padding-left: 35%;
}

.get-touch {
	background: black;
	color: #fff;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 40px;
	border-radius: 4px;
	text-decoration: none;
}

.get-touch:hover {
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.b_Cum {
	color: #b7b7b7;
}

.b_Cum a {
	color: #000;
	font-size: 13px;
}

.b_Cum a.active {
	color: #b7b7b7;
}

.li-none {
	background: transparent !important;
	box-shadow: none !important;
}

.max-hgt {
	max-height: 160px;
	overflow: hidden;
}

[data-toggle~="collapse"] {
	cursor: pointer;
}

.text_XM {
	font-size: 24px;
}

.btm-ftr{
background: #f7f7f7;
padding-bottom: 10px;
}

