*{margin:0;padding:0}
html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:auto;min-height:100vh}
body{min-width:320px;color:#fff;font-size:1rem;font-weight:400;font-family:'Poppins',sans-serif;overflow-x:hidden;background:#191d29 url(../images/bodybg.png) no-repeat fixed center -67px;height:auto;min-height:100vh;background-size:cover;}

.bodybg::before {
	background-image: url(../images/top-circle-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 486px;
	height: 428px;
	 background-size:100%;
}

.clear{clear:both}
a,button,a::after,a::before,.product-slide .item{transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease}
a{text-decoration:none;color:#fff}
a:hover{text-decoration:none;outline:0;color:#00b1d2}
a:focus,:focus,button:focus{outline:inherit!important;outline-offset:inherit!important;text-decoration:none!important}
a,img{border:none;outline:none}
img{max-width:100%;height:auto;display:inline-block;vertical-align:middle}
label{font-weight:400}
h1,h2,h3,h4,h5,h6{color:#303030;font-family:'Poppins',sans-serif;font-weight:500;line-height:1.3;margin:0;padding:0 0 20px;position:relative}
h1,h2{font-size:2.5rem;padding-bottom:30px}
h3{font-size:1.5rem}
b,strong{font-weight:600}
ul,ol{list-style:none;margin:0}
ul li,ol li{list-style:none}
p{display:block;line-height:1.6875rem;margin:0;padding:0 0 20px}
p:last-child{padding-bottom:0}
.form-control{border-color:#ddd;border-radius:0;box-shadow:none!important;color:#616161;font-family:'Poppins',sans-serif;font-size:1rem;font-weight:300;height:45px;padding:5px 12px;background-color:#fff}
select,select.form-control{text-overflow:ellipsis;white-space:nowrap;padding-right:28px;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;width:100%;background:#fff url(../images/select-arrow.png) no-repeat scroll calc(100% - 12px) center!important}
select.form-control:not([size]):not([multiple]){height:44px}
select,select.form-control option{padding:0 5px}
.form-control:focus{border-color:#00c8dc}
select.form-control.multi{background:#fff;background-image:none!important}
textarea.form-control{min-height:170px;resize:vertical;height:auto}
.radio-custom{display:inline-block;position:relative;vertical-align:top}
.radio-custom input[type="radio"]{bottom:0;display:block;height:100%;left:0;margin:0;opacity:0;position:absolute;right:0;top:0;width:100%}
.radio-custom input[type="radio"] + label{display:inline-block;line-height:23px;font-weight:300;margin:0 15px 10px 0;min-height:23px;padding:0 0 0 35px;position:relative;background:url(../images/radio.png) no-repeat left top;cursor:pointer}
.radio-custom input[type="radio"]:checked + label{background-image:url(../images/radio-a.png)}
.check-custom{display:inline-block;position:relative;vertical-align:top}
.check-custom input[type="checkbox"]{bottom:0;display:block;height:100%;left:0;margin:0;opacity:0;position:absolute;right:0;top:0;width:100%}
.check-custom input[type="checkbox"] + label{color:#555;display:inline-block;font-weight:300;line-height:23px;margin:0 15px 10px 0;min-height:23px;padding:0 0 0 35px;vertical-align:middle;position:relative;background:url(../images/check.png) no-repeat left top;cursor:pointer}
.check-custom input[type="checkbox"]:checked + label{background-image:url(../images/check-a.png)}
.flex{flex:1 0 0}
.relative{position:relative}
.container{max-width:100%;width:100%;padding:0 75px}
.top-header .container {padding: 0 40px;}
.logo {
    padding-top: 30px;
    width: 250px;
    padding-bottom: 40px;
}
.logo img{width:100%;}
.top-header{position:relative;z-index:1}
.header-inner{display:flex;justify-content:space-between}
.learn-more{margin-top:28px}
.custom-btn{border-radius:32px;border:1px solid #fff;padding:11px 20px;font-weight:500;font-size:17px;background:transparent;color:#fff}
.custom-btn:hover{border-color:#2f78b2;box-shadow:inset 0 0 26px 18px #1f495b ,0 0 8px 6px #184d5e;color:#fff}
.banner-content{margin:11rem 0 0 7.2rem;max-width:790px;z-index:1;position:relative}
.banner-content h1{color:#fff;margin:0;padding:0;font-size:3.55rem;font-weight:800;line-height:none}
.banner-content h1 span{color:#00b1d2}
.tagline{margin-top:36px;font-weight:500;font-size:17px}
.banner-btn .btn{padding:17px 40px;border-width:2px;text-transform:uppercase;letter-spacing:3px}
.banner-btn{margin-top:20px}
.rightarrow-btn span{position:relative}
.rightarrow-btn span::after{position:absolute;top:6px;right:-63px;background:url(../images/white-arrow.png) no-repeat right center;width:47px;height:14px;content:'';transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease}
.rightarrow-btn a:hover span::after,  button.rightarrow-btn:hover span::after{background:url(../images/blue-arrow.png) no-repeat right center; right:-72px;}
.contact-popup .modal-header{background:-moz-linear-gradient(0deg,rgba(0,177,210,1) 0%,rgba(59,113,177,1) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,177,210,1)),color-stop(100%,rgba(59,113,177,1)));background:-webkit-linear-gradient(0deg,rgba(0,177,210,1) 0%,rgba(59,113,177,1) 100%);background:-o-linear-gradient(0deg,rgba(0,177,210,1) 0%,rgba(59,113,177,1) 100%);background:-ms-linear-gradient(0deg,rgba(0,177,210,1) 0%,rgba(59,113,177,1) 100%);background:linear-gradient(90deg,rgba(0,177,210,1) 0%,rgba(59,113,177,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b1d2',endColorstr='#3b71b1',GradientType=1);color:#fff;padding:10px}
.contact-popup .modal-header h4{padding:0;margin:0;color:#fff}
.contact-popup .modal-header .close{color:teal;opacity:1;background:#fff;padding:0;margin:0;width:25px;height:25px;line-height:25px}
.contact-popup .modal-body{background:#fff}
.contact-popup .modal-content{border:0;background:transparent;border-radius:0}
.contact-popup .modal-footer{background:#171b27}
.contact-popup .modal-footer .custom-btn{min-width:120px; margin-right:30px}

.contact-from .lbl{color:rgba(0,0,0,0.8);font-size:14px;font-weight:500;margin-bottom:4px}
.contact-from .lbl sup{color:#ff2000}
.contact-from .form-control{height:40px;border-radius:6px}
.contact-from .form-group{margin-bottom:14px}
.modal-backdrop.show {
	opacity: .75;
}
.thanks-popup {
	background: #202430 url(../images/thanksbg.png) no-repeat center top;
	background-size: cover;
	width: 100%;
	padding: 110px 15px 150px;
	text-align: center;
	border:1px solid #2a2d39;
}

.thanks-popup i {
	padding-bottom: 19px;
	display: inline-block;
	width: 100%;
	color: #00b1d2;
	font-style: normal;
	font-weight: 800;
	font-size: 3.55rem;
}

.thanks-message {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 35px;
}

.thanks-popup-modal .close {
	position: absolute;
	right: 12px;
	top: 9px;
	color: #8e9099;
	opacity: 1;
	font-weight: 400;
	border: 1px solid #8e9099;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	text-shadow: none; line-height:23px;
}
.is-invalid{ color:red;  }
.thanks-popup-modal .close:hover{border-color:#2f78b2;box-shadow:inset 0 0 26px 18px #1f495b ,0 0 8px 6px #184d5e; color:#fff !important; opacity:1 !important;}