/*fonts*/
/*****font awesome****/
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*font-family: 'Lato', sans-serif;
font-family: 'Work Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Poppins', sans-serif;*/
/*end fonts*/

* {margin: 0; padding: 0;outline: none}

ul, ol {list-style: none;}

button, input[type='submit'], input[type='reset'], a,* {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
:after,:before {
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}
::selection {color:#ffd6e9;background:#3399ff;}
::-moz-selection {color:#ffd6e9;background:#3399ff;}

::-webkit-input-placeholder {
	color: rgba(54,54,54,1);
}
:-moz-placeholder {
	color: rgba(54,54,54,1);
}
::-moz-placeholder {
	color: rgba(54,54,54,1);
}
:-ms-input-placeholder {
	color: rgba(54,54,54,1);
}
body, html {
  font-family: 'Poppins', sans-serif;
	min-height: 100%;	
	font-weight: normal;
	line-height: normal;
	font-weight: 400;
	color: #fff;
}
body {
	padding-top: 123px;
}
*:focus {
    outline: none;
}
a {
	transition: all .7s;
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	-ms-transition: all .7s;
	color: #3eafe3;
	font-family: 'Poppins', sans-serif;
}
a:hover,
a:focus {	
	text-decoration: none;
	outline: medium none;
	color: #3eafe3;
}
ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	font-family: 'Poppins', sans-serif;
} 
h1 {
	font-family: 'Poppins', sans-serif;
}
h2 {
  font-size: 50px;
}
h3{
	font-size: 34px;
}
img {
	border:none;
  max-width: 100%; 
	height:auto;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;		
}
p {
	color: #646363;
	font-size: 21px;
	margin:0 0 10px;
	line-height:40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.d-flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.justify-center {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.justify-flex-end  {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.container {
	width: 1216px;
}
/*header*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	background: #fff;
}
.header-top {
	background: #2a8fc3 url("../images/header-corner.png") no-repeat top right;
	width: 100%;
	position: relative;
}
.header-top .container {
	min-width: 1230px;
}
.header-top-inner {
	padding: 8px 0;
}
.sngl-item {
	padding-right: 18px;
	margin-right: 15px;
	line-height: 1;
	position: relative;
}
.sngl-item::after {
	position: absolute;
	content: "";
	top: 0;
	right: -10px;
	bottom: 0;
	width: 16px;
	background: url("../images/divider.png") no-repeat;
	height: 42px;
	margin: auto;
}
.sngl-item:last-child {
	padding-right: 0px;
	margin-right: 0px;
}
.sngl-item:last-child::after {
	display: none;
}
.sngl-item p {
	font-size: 15px;
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
	font-weight: 400;
}
.sngl-item p span {
	color: #ade3ff;
	font-weight: 600;
	padding-right: 10px;
}
.sngl-item i {
	margin-right: 10px;
}
.sngl-item i img {
	width: 29px;
}
.sngl-item p a {
	color: #fff;
}
.header-bottom {
	margin: 0;
}
.header-bottom-inner {
	position: relative;
	padding: 12px 50px 12px 0;
}
.logo{
	width: 403px;
	display:block;
	/* position: absolute; */
	z-index: 1;
	/* top: 50%;
	-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
					transform: translateY(-50%); */
	transition: width 0.5s;
	-moz-transition: width 0.5s;
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
	-ms-transition: width 0.5s;
}
.logo img{
	width: 100%;
	height: auto;
}
.search-link {
  position: absolute;
	z-index: 999;
	cursor: pointer;
	right: 0px;
	top: 50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
}
.search-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack:center;
    -ms-flex-pack:center;
				justify-content:center;
				margin-right: -7px;
}
.search-link form {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.search-link form .site-search-field {
	background: #fff;
	border: 2px solid #3eafe3;
	border-radius: 5px;
	height: 50px;
	padding: 10px;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	width: 0;
	opacity: 0;
	pointer-events: none;
}
.search-link form .sm-icon {
	display: none;
	background: transparent url(../images/search-icon-white.png) no-repeat center center;
	width: 18px;
	height: 19px;
	border: 0;
	outline: 0;
	text-indent: -9999px;
	cursor: pointer;
	-webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}
.search-link form .site-search-field.open-search {
	width: 660px;
	opacity: 1;
	pointer-events: inherit;
}
.open-srch .search-link form .sm-icon {
	display: block;
	margin-right: 15px;
	margin-bottom: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: -34px;
	position: relative;
	z-index: 1;
}
.search-link i.active {
	transition: all .3s ease;
	transition-delay: .3s;
	margin: auto;
	width: 24px;
	height: 24px;
}
.search-link i.active img {
	display: none;
}
.search-link i.active:after, 
.search-link i.active:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #3eafe3;
	transition: transform .3s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.search-link i.active:before {
	width: 24px;
	transform: translateY(-50%) rotate(-45deg);
}
.search-link i.active:after {
	width: 24px;
	transform: translateY(-50%) rotate(45deg);
}
.open-srch .main-menu {
	opacity: 0;
}
.open-mobile-menu .search-link {
	z-index: 0;
}
.body-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	background: transparent;
	transition: all 0.5s;
	z-index: -1;
}
.body-overlay.active {
	background: #000;
	z-index: 3;
	opacity: 0.8;
}
/* ---------------- For sticky header: class="float-panel"  ------------------*/
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
    } 
}
/* ----------------end For sticky header  ------------------*/
.hdr_fix {
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.5s ease 0s;
	z-index: 999999;
	/* animation:slide-down 0.9s; */
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	background: #fff;
}
/*************/
.navbar-collapse{
	padding: 0;
}
.navbar-header {
	margin: 0;
	float: none;
	display: inline-block;
	padding: 0px 0 0;
	line-height: 1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.main-menu {
	width: 100%;
	padding-right: 24px;
	position: relative;
}
.main-menu .navbar-toggle {
	display: none;
}
.main-menu ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-menu ul li {
	position: relative;
	padding: 0 22px;
}
.main-menu ul li:first-child {
	padding-left: 0px;
}
.main-menu ul li:last-child {
	padding-right: 0px;
}
.main-menu ul li:last-child::after {
	display: none;
}
.main-menu ul li::after {
	position: absolute;
	content: "";
	right: -2px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 4px;
	background: #3eafe3;
}
.main-menu ul li a{
	color: #3c3c3c;
	font-size: 17px;
	font-weight: 400;
	display: block;
	padding: 0;
	text-transform: uppercase;
}
.main-menu ul li:hover a,
.main-menu ul li.active a,
.main-menu ul li.current-menu-item a,
.main-menu ul li.current-menu-ancestor a,
.main-menu ul li.current-menu-parent a {
	color: #3eafe3;
}
/****cross btn******/
.navbar-toggle {
	display: none;
	cursor: pointer;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
   background-color: transparent;
   border: 0;
}
.navbar-toggle {
   border: 0;
}
.navbar-toggle {
   border: none;
}
.navbar-toggle span:nth-child(2) {
   transform: rotate(0);
}
.navbar-toggle span:nth-child(3) {
  opacity: 1;
}
.open-mobile-menu .navbar-toggle span:nth-child(4) {
   transform: rotate(-45deg);
   transform-origin: 12% 100%;
}
.open-mobile-menu .navbar-toggle span:nth-child(2) { 
   transform: rotate(45deg);
   transform-origin: 10% 10%;
}
.open-mobile-menu .navbar-toggle span:nth-child(3) {
   opacity: 0;
}
/**********************/
/*banner*/
.banner {
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
	overflow: hidden;  
	font-size: 0;
}
.banner img {
	width: 100%;
	height: auto;
}
#particles-js{
  width: 100%;
  height: 100%;
  background-image: url('');
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
}
.banner-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 3;
}
.ban-text-cont {
	text-align: left;
	max-width: 590px;
}
.ban-text-cont h1{
	color: #ffffff;
	font-size: 90px;
/* 	font-size: 60px; */
	margin:0px; 
	text-transform: none;
	font-weight: 300;
	margin-bottom: 25px;
	line-height: 1.1;
	padding-bottom: 30px;
	position: relative;
/* 	margin-bottom: 20px;
	padding-bottom: 15px; */
}
.ban-text-cont h1 em {
	font-weight: 700;
	color: #fff;
	font-style: normal;
}
.ban-text-cont h1::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 91px;
	height: 2px;
	background: url("../images/after.png") no-repeat;
}
.ban-text-cont p{
	color: #ffffff;
	font-size: 28px;
/* 	font-size: 24px; */
	margin:0px; 
	line-height:40px;
/* 	line-height:35px; */
	font-weight: 300;
	padding-bottom: 20px;
}
.cta-button {
	display: block;
	border-radius: 30px 0 30px 0;
	border: 0;
	min-width: 216px;
	text-align: center;
	padding: 18px 10px;
	color: #3eafe3;
	font-size: 20px;
	font-weight: 700;
	background: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #fff;
}
.cta-button-inline {
	display: inline-block;
}
.cta-blue {
	background: rgb(42,143,195); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(42,143,195,1) 0%, rgba(62,175,227,1) 50%, rgba(115,195,235,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(42,143,195,1) 0%,rgba(62,175,227,1) 50%,rgba(115,195,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(42,143,195,1) 0%,rgba(62,175,227,1) 50%,rgba(115,195,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8fc3', endColorstr='#73c3eb',GradientType=1 ); /* IE6-9 */
	color: #fff;
}
.cta-button:hover,
.cta-button:focus {
	background: rgb(42,143,195); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(42,143,195,1) 0%, rgba(62,175,227,1) 50%, rgba(115,195,235,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(42,143,195,1) 0%,rgba(62,175,227,1) 50%,rgba(115,195,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(42,143,195,1) 0%,rgba(62,175,227,1) 50%,rgba(115,195,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8fc3', endColorstr='#73c3eb',GradientType=1 ); /* IE6-9 */
	color: #fff;
	border-radius: 0 30px 0 30px;
}
.cta-button.cta-blue:hover,
.cta-button.cta-blue:focus {
	background: #fff;
	box-shadow:none;
	color: #3eafe3;
}
.ban-text-cont .cta-button {
	margin-right: 15px;
/*     padding: 12px 10px;
    font-size: 16px; */
}
/************/
.blue-strip {
	background: url("../images/blue-strip.png") no-repeat 0 0;
	background-size: cover;
	border-bottom-right-radius: 120px;
	padding: 65px 0;
	position: relative;
}
.blue-strip-inr h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 0;
}
.blue-strip-inr h2 strong {
	font-weight: 700;
}
/***********************************************************/
.comn_inr {
	position: relative;
	z-index: 9999;
}
.commn_hdr {
	margin-bottom: 60px;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.commn_hdr h2 {
	margin: 0;
	color:#010101;
	font-size: 55px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-bottom: 40px;
}
.commn_hdr h2 span {
	font-weight: 700;
}
.commn_hdr h2::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: -15px;
	background: url("../images/hdr-icon.png") no-repeat 0 0;
	width: 128px;
	height: 32px;
	margin: auto;
}
.commn_hdr.align-left h2::after {
	position: absolute;
	content: "";
	left: 0;
	right: auto;
	bottom: -15px;
	background: url("../images/hdr-icon2.png") no-repeat 0 0;
	width: 129px;
	height: 32px;
	margin: auto;
}
.commn_hdr.white h2 {
	color: #fff;
}
.commn_hdr p {
	padding-top: 30px;
	margin-bottom: 0;
	font-size: 21px;
	color: #6c6c6c;
	max-width: 60%;
	margin: 0 auto;
}
/************/
.service_sec {
	padding: 300px 0 210px;
	background: url("../images/service-bg.jpg") no-repeat 0 0;
	background-size: cover;
	margin-top: -195px;
	border-bottom-left-radius: 120px;
}
.srv-block {
	position: relative;
	background: url("../images/center-icon-big.png") no-repeat 0 0;
	background-size: cover;
	width: 548px;
	height: 501px;
	margin: 0 auto;
}
.srv-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
					margin-bottom: 45px;
					position: absolute;
					width: 50%;
}
.srv-item span.icon {
	width: 94px;
	min-width: 94px;
	height: 94px;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 0px 18px rgba(42,143,195,0.5);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
				-webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.srv-item p {
	color: #002031;
	font-size: 21px;
	text-align: right;
	line-height: 26px;
	margin: 0;
	padding-left: 0px;
	padding-right: 50px;
	-webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.srv-item:nth-child(2n) p {
	padding-left: 50px;
	padding-right: 0px;
	-webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
						order: 2;
						text-align: left;
}
.srv-item:nth-child(2n) span.icon { 
	-webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.srv-item:nth-child(2) {
	top: -15px;
	right: -135px;
}
.srv-item:nth-child(4) {
	right: -200px;
	top: 122px;
}
.srv-item:nth-child(6) {
	right: -200px;
	top: 260px;
}
.srv-item:nth-child(8) {
	right: -115px;
	top: auto;
	bottom: -25px;
}
.srv-item:nth-child(1) {
	left: -90px;
	top: -15px;
}
.srv-item:nth-child(3) {
	left: -200px;
	top: 122px;
}
.srv-item:nth-child(5) {
	left: -170px;
	top: 260px;
}
.srv-item:nth-child(7) {
	left: -115px;
	top: auto;
	bottom: -25px;
}
.srv-item:nth-child(9) {
	bottom: -115px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	text-align: center;
}
.srv-item:nth-child(9) p {
	padding: 30px 0 0 0;
	-webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
						order: 2;
						text-align: center;
						max-width: 200px;
}
.srv-item:nth-child(9) span.icon { 
	-webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

/*************/
.support-sec {
	padding: 110px 0 625px;
	background: url("../images/mid-bg.png") no-repeat left bottom;
	background-size: 100% auto;
}
.support-inr {
	margin: 0 -15px;
}
.sngl-support {
	max-width: 375px;
	min-width: 375px;
	margin: 0 15px;
}
.sngl-support:nth-child(2) {
	margin-top: 65px;
}
.sngl-support:nth-child(3) {
	margin-top: 150px;
}
.support-pic {
	position: relative;
}
.support-pic img {
	border-top-right-radius: 80px;
	box-shadow: 0 13px 26px rgba(0,34,52,0.15);
	display: block;
}
.support-icon {
	position: absolute;
	width: 90px;
	height: 73px;
	border-top-right-radius: 20px;
	background: #fff;
	bottom: -8px;
	right: -8px;
}
.support-icon img {
	box-shadow: none;
	border-top-right-radius: 0px;
}
.support-cont {
	padding-top: 42px;
}
.support-cont h4 {
	position: relative;
	color: #298dc1;
	font-size: 40px;
	line-height: 45px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.support-cont h4::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	background: url("../images/after.png") no-repeat;
	background-size: 100% auto;
}
.support-cont p {
	color: #444444;
	font-size: 21px;
	line-height: 34px;
	margin-bottom: 0;
}
/************/
.development-section {
	padding: 110px 0;
	background: #fff url("../images/development-bg.jpg") no-repeat right top;
	border-top-right-radius: 120px;
	margin-top: -135px;
	position: relative;
}
.development-section::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	background: url("../images/side-net.png") no-repeat 0 0;
	background-size: cover;
	width: 139px;
	height: 100%;
}
.development-left,
.development-right {
	width: 50%;
}
.development-left {
	padding-right: 70px;
}
.development-right {
	padding-top: 110px;
}
.development-left .commn_hdr {
	margin-bottom: 32px;
}
.development-left .commn_hdr h2 {
	font-size: 52px;
}
.windows-cont {
	position: relative;
	padding-left: 36px;
	margin-top: 40px;
}
.win-icon {
	position: absolute;
	top: 0;
	left: 0;
}
.windows-text {
	border: 2px solid #73c3eb;
	border-top-left-radius: 50px;
	-webkit-box-align: stretch;
       -ms-flex-align: stretch;
					 align-items: stretch;
					 max-width: 452px;
}
.windows-text p {
	padding: 12px 15px 12px 40px;
	color: #73c3eb;
	font-size: 21px;
	line-height: 26px;
	margin: 0;
}
.title {
	background: #2a8fc3;
	padding: 12px 30px;
	text-align: left;
	border-top-left-radius: 48px;
	font-size: 21px;
	line-height: 1.2;
	margin-left: -2px;
	margin-top: -2px;
	margin-bottom: -2px;
	font-weight: 600;
	max-width: 145px;
	position: relative;
}
.title::after {
	position: absolute;
	content: "";
	right: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 20px solid #2a8fc3;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
}
.dev-inr {
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-pack: end;
			-ms-flex-pack: end;
					justify-content: flex-end;
}
.srv_blck {
	text-align: left;
	background: #ffffff;
	border-top-left-radius: 70px;
	border-bottom-right-radius: 70px;
	box-shadow: 0 8px 14px rgba(0,30,46,0.15);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	width: 276px;
	margin: 10px 10px;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
}
.blk_inr {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
	-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: start;
       -ms-flex-align: start;
           align-items: start;
			padding: 40px 30px;
}
.srv_blck:nth-child(1) {
	margin-top: -110px;
}
.srv_blck:nth-child(3) {
	margin-top: -105px;
}
.srv_icon {
	display: block;
	position: relative;
	text-align: center;
	margin: 15px 0 30px 20px;
	z-index: 1;
}
.srv_icon::after,
.srv_icon::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}
.srv_icon::after {
	background: url("../images/icon-ring.png") no-repeat;
	width: 90px;
	height: 78px;
}
.srv_icon::before {
	background: url("../images/sheild.png") no-repeat;
	width: 46px;
	height: 55px;
	z-index: -1;
	opacity: 0.1;
}

.txt-block {
	padding: 0;
}
.txt-block h4 {
	color: #000;
	font-size: 22px;
	margin: 0 0 20px;
}
.txt-block p {
	color: #7b7b7b;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.srv_blck:hover {
	box-shadow: 0 13px 30px rgba(0,139,190,0.2);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0090c6+0,00b1e6+100 */
	background: rgb(0,144,198); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,144,198,1) 0%, rgba(0,177,230,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,144,198,1) 0%,rgba(0,177,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,144,198,1) 0%,rgba(0,177,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090c6', endColorstr='#00b1e6',GradientType=1 ); /* IE6-9 */
} 
.srv_blck:hover .txt-block h4,
.srv_blck:hover .txt-block p {
	color: #fff;
}
.srv_blck:hover .srv_icon::before {
	opacity: 1;
}
.srv_blck:hover .srv_icon img {
	-webkit-filter: brightness(0) invert(1);
           filter: brightness(0) invert(1);
}
/***************/
.counter_sec {
	padding: 70px 0;
	background: url(../images/counter-bg.jpg) no-repeat 0 0;
	background-size: cover;
	border-bottom-left-radius: 120px;
	position: relative;
	z-index: 2;
}
.counter-block {
	margin: 0 -20px;
}
.sngl-counter {
	width: 263px;
	height: 263px;
	border-radius: 100%;
	position: relative;
	background: url("../images/circle.png") no-repeat;
	background-size: cover;
	margin: 55px 20px;
}
.sngl-counter::after {
	position: absolute;
	content: "";
	right: -15px;
	top: 5px;
	bottom: 0;
	margin: auto;
	background: url("../images/half-circle.png") no-repeat;
	width: 160px;
	height: 298px;
	background-size: 100% 100%;
}
.cntr-cont {
	-webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
					 flex-direction: column;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 0 20px;
}
.cntr-cont h5 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}
.cntr-cont p {
	color: #e2f6ff;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
}
/********************/
.contact_sec{
	background: #fff;
	padding: 120px 0 0;
	position: relative;
	z-index: 0;
}
#particles-js2{
  width: 100%;
  height: 515px;
  background-image: url('');
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
	z-index: -1;
	top: -140px;
}
.contact-info {
	margin-bottom: 45px;
}
.sngl-info h2 {
	position: relative;
	color: #000;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 30px;
}
.sngl-info h2::after {
	position: absolute;
	content: "";
	left: 0;
	top: -16px;
	width: 55px;
	height: 5px;
	background: #2a8fc3;
}
.sngl-info h6 {
	color: #00abe0;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 2px;
}                
.sngl-info p {
	color: #464545;
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 30px;
} 
.sngl-info p a {
	color: #464545;
}
.sngl-info p a:hover {
	color: #00abe0;
}
.contact-form-block {
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
				align-items: stretch;
				box-shadow: 0 14px 26px rgba(1,67,110,0.12);
				border-top-left-radius: 120px;
				border-bottom-right-radius: 120px;
				margin-bottom: -200px;
}
.half-col {
	/* -webkit-box-flex: 1;
			-ms-flex: 1;
					flex: 1; */
					width: 50%;
}
.contact-form {
	border-top-left-radius: 120px;
	padding: 75px 55px 45px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0090c6+0,00b1e6+100 */
	background: rgb(0,144,198); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,144,198,1) 0%, rgba(0,177,230,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,144,198,1) 0%,rgba(0,177,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,144,198,1) 0%,rgba(0,177,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090c6', endColorstr='#00b1e6',GradientType=1 ); /* IE6-9 */
}
.location-map {
	border-bottom-right-radius: 120px;
}
.location-map img {
	border-bottom-right-radius: 120px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/************/
.input_outr {
	position: relative;
	margin-bottom: 45px;
}
.input-label {
	color: #e4f6ff;
	font-size: 17px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}
.input_outr textarea {
	border: 0;
	border-bottom: 2px solid #fff;
	background: transparent;
	width: 100%;
	height: 80px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	resize:none;
	padding: 0px;
	border-radius: 0px; 
}
.input_outr input {
	border: 0;
	border-bottom: 2px solid #fff;
	background: transparent;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 0px;
	border-radius: 0px; 
}
.submit_outr input[type="submit"]{
	border: 0;
	border-radius: 30px 0 30px 0;
	background: #fff;
	width: 274px;
	height: 69px;
	color: #00abe0;
	font-size: 19px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 15px; 
	text-align: center;
	box-shadow: 0 10px 22px rgba(0,24,43,0.12);
}
.submit_outr input[type="submit"]:hover,
.submit_outr input[type="submit"]:focus {
	background: #00abe0;
	color: #fff;
}
/****footer****/
.footer{
	background:url("../images/footer-bg.jpg") no-repeat;
	background-size: cover;
	padding: 338px 0 35px;
}
.ftr-logo{
	display: block;
	margin-bottom: 20px;
	max-width: 375px;
}
.ftr_cont {
	text-align: left;
}
.ftr_cont h4 {
	font-size: 20px;
	color: #e2f3fe;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.ftr_cont h4::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	width: 41px;
	height: 5px;
	background: rgb(42,143,195); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(42,143,195,1) 0%, rgba(62,175,227,1) 50%, rgba(115,195,235,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(42,143,195,1) 0%,rgba(62,175,227,1) 50%,rgba(115,195,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(42,143,195,1) 0%,rgba(62,175,227,1) 50%,rgba(115,195,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8fc3', endColorstr='#73c3eb',GradientType=1 ); /* IE6-9 */
}
.ftr_cont ul li {
	margin-bottom: 10px;
	display: block;
}
.ftr_cont ul li:last-child{margin-bottom: 0;}
.ftr_cont ul li a{
	display: inline-block;
	color: #a9c5d8;
	font-size: 16px;
	font-weight: 400;
}
.ftr_cont ul li:hover a,
.ftr_cont ul li.current-menu-item a {
	color: #2a8fc3;
}
.ftr_cont.last-col ul {
	-webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}
.ftr_cont p {
	color: #a9c5d8;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 30px;
}
.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 40px 0 0;
	text-align: center;
	margin-top: 60px;
}
.footer-bottom ul {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.footer-bottom ul li {
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #a9c5d8;
	line-height: 12px;
}
.footer-bottom ul li:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0;
}
.footer-bottom ul li a {
	display: block;
	color: #a9c5d8;
	font-size: 16px;
	text-transform: uppercase;
} 
p.copy{
	color: #a9c5d8;
	font-size: 16px;
	margin: 0;
	line-height: 1;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
p.copy a{
	color: #a9c5d8;
	text-decoration: none;
	display: inline-block;
}
p.copy a:hover{
	text-decoration: underline;
	color:#2a8fc3;
}
/********/
.social_outr a{
	margin:0 5px;
	display: inline-table;
	vertical-align: middle;
	text-decoration: none;
}
.social_outr a .fa{
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	background: #0f4f78;
	color:#fff;
	font-size: 18px;	
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	width: 34px;
	height: 34px;
	border-radius: 10px 0 0 0;  
}
.social_outr a:hover .fa{
	background: #2a8fc3;
	color: #fff;
}
#map {
	width: 100%;
	height: 100%;
}
/******Product Page*************************/
.footer.footer-inner {
	padding-top: 110px;
}
.banner.product #particles-js {
	height: 200px;
}
.banner.product .ban-text-cont {
	max-width: 465px;
}
.banner.product .ban-text-cont h1 {
	font-weight: 700;
	font-size: 100px;
	padding-bottom: 0;
	margin-bottom: 30px;
/* 	line-height: 80px; */
}
.banner.product .ban-text-cont h1:after {
	display: none;
}
.breadcrumps {
	position: relative;
	padding: 15px 0;
	background: url("../images/line.png") no-repeat left top,url("../images/line.png") no-repeat left bottom;
	background-size: 100% auto;
}
.breadcrumps ul {
	list-style: none;
}
.breadcrumps ul li {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	margin-right: 65px;
	position: relative;
}
.breadcrumps ul li:last-child {
	margin-right: 0px;
}
.breadcrumps ul li::after {
	position: absolute;
	content: "";
	right: -45px;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/arrow.png") no-repeat center right;
	width: 34px;
	height: 15px;
	background-size: 100% 100%;
}
.breadcrumps ul li:last-child:after {
	display: none;
}
.breadcrumps ul li a {
	color: #fff;
	font-weight: 300;
}
.product-sec {
	padding-top: 100px;
	background: url("../images/bg3.png") no-repeat right top;
	background-size: auto;
}
.products-block {
	width: 100%;
	padding: 150px 0;
	position: relative;
}
.product-cont {
	width: 500px;
	padding-right: 85px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
			order: 1;
}
.product-pic {
	width: calc(100% - 500px);
	position: relative;
	z-index: 1;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
			order: 2;
}
.sngl-block:first-child .products-block .product-pic .figure-one {
	display: none;
}
.sngl-block:nth-child(2n) {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbfbfb+0,ecf0f6+100 */
	background: rgb(251,251,251); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(251,251,251,1) 0%, rgba(236,240,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(251,251,251,1) 0%,rgba(236,240,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(251,251,251,1) 0%,rgba(236,240,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ecf0f6',GradientType=1 ); /* IE6-9 */
}
.sngl-block:nth-child(2n) .products-block .product-cont {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
			order: 2;
	padding-right: 0px;
	padding-left: 85px;
}
.sngl-block:nth-child(2n) .products-block .product-pic {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
			order: 1;
}
.product-cont span {
	color: #0091c7;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: block;
	margin-bottom: 20px;
}
.product-cont h2 {
	color: #040b0e;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 52px;
}
.product-cont h2::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	background: url("../images/hdr-icon2.png") no-repeat 0 0;
	width: 129px;
	height: 32px;
}
.after-icon {
	display: block;
	margin-bottom: 15px;
}
.product-cont p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: normal;
}
.figure-one,
.figure-two {
	position: absolute;
	z-index: -1;
}
.figure-two {
	right: -60px;
	bottom: -50px;
}
.figure-one {
	left: -60px;
	top: -50px;
}
.graph-box {
	box-shadow: 0px 35px 40px -18px rgba(62,175,227,0.5);
	border-radius: 10px;
}
.graph-box img {
	border-radius: 10px;
	border: 4px solid #fff;
}
.sngl-block:nth-child(1) {
	background: url("../images/bg1.png") no-repeat left bottom;
	background-size: auto;
}
.sngl-block:nth-child(1) .products-block {
	padding-top: 70px;
}
.sngl-block:nth-child(3) {
	background: url("../images/bg.png") no-repeat right top;
}
.sngl-block:nth-child(3) .products-block {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
}
.sngl-block:nth-child(3) .products-block .product-cont {
	text-align: center;
	padding-right: 0;
	padding-bottom: 80px;
}
.sngl-block:nth-child(3) .products-block .product-cont h2::after {
	background: url("../images/hdr-icon.png") no-repeat 0 0;
	right: 0;
	margin: auto;
}
.sngl-block:nth-child(3) .products-block .product-pic {
	width: 100%;
}
.sngl-block:nth-child(3) .products-block .figure-one {
	right: -60px;
	top: -50px;
	left: auto;
}
.sngl-block:nth-child(3) .products-block .figure-two {
	left: -60px;
	bottom: -50px;
	right: auto;
}
.sngl-block:nth-child(4) .products-block .product-cont {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
			order: 1;
	padding-right: 85px;
	padding-left: 0px;
}
.sngl-block:nth-child(4) .products-block .product-pic {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
			order: 2;
}
.sngl-block:nth-child(4) {
	border-bottom-left-radius: 120px;
}
.sngl-block:nth-child(2) {
	border-top-right-radius: 120px;
}
.sngl-block:nth-child(4) .products-block .product-pic .figure-one {
	display: none;
}
.products-container {
	position: relative;
	background: url("../images/pagi-bg.png") no-repeat bottom right;
	background-size: 100% auto;
	padding-bottom: 470px;
}
.products-container:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: url("../images/side-net2.png") no-repeat 0 0;
	background-size: cover;
	width: 133px;
	height: 100%;
}
.products-block:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: url("../images/dot-square.png") no-repeat 0 0;
	background-size: 100% 100%;
	width: 157px;
	height: 164px;
}
.sngl-block:nth-child(1) .products-block:after {
	left: 75px;
	top: -120px;
}
.sngl-block:nth-child(2) .products-block:after {
	left: 230px;
	top: -85px;
}
.sngl-block:nth-child(3) .products-block:after {
	display: none;
}
.sngl-block:nth-child(4) .products-block:after {
	left: 0px;
	top: -85px;
}
ul.page-numbers {
	display: block;
	margin-top: 120px;
}
ul.page-numbers li {
	display: inline-block;
	vertical-align: middle;
}
ul.page-numbers li a,
ul.page-numbers li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 18px 0 18px 0;
	background: transparent;
	color: #000;
	font-size: 17px;
	font-weight: 500;
}
ul.page-numbers li a:hover,
ul.page-numbers li.active a,
ul.page-numbers li span.current {
	background: rgb(42,143,195); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(42,143,195,1) 0%, rgba(62,175,227,1) 50%, rgba(115,195,235,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(42,143,195,1) 0%,rgba(62,175,227,1) 50%,rgba(115,195,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(42,143,195,1) 0%,rgba(62,175,227,1) 50%,rgba(115,195,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8fc3', endColorstr='#73c3eb',GradientType=1 ); /* IE6-9 */
	color: #fff;
}
ul.page-numbers li:first-child a,
ul.page-numbers li:last-child a,
ul.page-numbers li a.prev,
ul.page-numbers li a.next {
	width: auto;
	height: auto;
	color: #999999;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0 5px;
	position: relative;
}
ul.page-numbers li a.prev:after {
	position: absolute;
	content: "";
	background: url("../images/arrow-l.png") no-repeat 0 0;
	width: 20px;
	height: 10px;
	left: -25px;
	top: 8px;
}
ul.page-numbers li a.next:after {
	position: absolute;
	content: "";
	background: url("../images/arrow-r.png") no-repeat 0 0;
	width: 20px;
	height: 10px;
	right: -25px;
	top: 8px;
}
ul.page-numbers li:first-child:hover a,
ul.page-numbers li:last-child:hover a,
ul.page-numbers li:hover a.prev ,
ul.page-numbers li:hover a.next{
	background: transparent;
}

/********Pricing Page*****************/
.banner.pricing {
	position: relative;
	width: 100%;
	height: 80vh;
	overflow: hidden;
}
.banner.pricing::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%; 
	height: 120px;
	background: url("../images/banner-after.png") no-repeat left bottom;
	background-size: 100% 100%;
	z-index: 1;
}
.banner.pricing::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	display: block;
	width: 100%; 
	height: 100%;
	background: rgba(0,22,34,0.8);
	z-index: 0;
}
.banner.pricing .banner-content {
	top: 40%;
	transform: translateY(-60%);
	-webkit-transform: translateY(-60%);
	-moz-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	-o-transform: translateY(-60%);
}
.banner.pricing .ban-text-cont {
	width: 100%;
	text-align: center;
	max-width: 100%;
}
.banner.pricing .ban-text-cont h1 {
	font-size: 45px;
	font-weight: 700;
	padding-bottom: 20px;
}
.banner.pricing .ban-text-cont h1::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	width: 78px;
	height: 2px;
	background: #229ed8;
	margin: auto;
}
.banner.pricing .ban-text-cont p {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	color: #cdd4d6;
}
.banner.pricing .ban-text-cont p a {
	font-weight: 700;
	text-decoration: underline;
}
.banner.pricing .ban-text-cont p a img {
	width: auto;
}
.banner.pricing .ban-text-cont p a:hover {
	text-decoration: none;
}
.banner.pricing #particles-js {
	height: 300px;
}
/**********/
.pricing-table-wrapper {
	margin-bottom: 150px;
}
.pricing-table {
	background: #fff;
	box-shadow: 0px 35px 40px -18px rgba(62,175,227,0.5);
	border-radius: 20px;
	display: table;
	width: 100%;
	overflow: hidden;
	margin-top: -150px;
	position: relative;
	z-index: 1;
}
.table-row {
	display: table-row;
}
.tbl-cell {
	display: table-cell;
	background: #fff;
	border-right: 1px solid #cdced2;
	padding: 22px;
	text-align: center;
	vertical-align: middle;
	color: #0e1213;
	font-size: 18px;
	width: 320px;
}
.tbl-cell:first-child {
	text-align: left;
	padding: 22px 30px;
	width: 400px;
}
.tbl-cell span {
	color: #404445;
	font-size: 14px;
	display: block;
}
.tbl-cell:last-child {
	border-right: 0;
}
.table-row:nth-child(2n) .tbl-cell {
	background: #ecfcff;
}
.tbl-cell p {
	color: #212829;
	font-size: 14px;
	margin: 0;
	line-height: 22px;
}
.tbl-cell strong {
	color: #051942;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.tbl-cell .icon {
	display: block;
	margin-bottom: 10px;
	min-height: 82px;
}
.tbl-cell h2 {
	color: #071d49;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}
.tbl-cell span.label-txt {
	position: relative;
	color: #5e6571;
	font-size: 20px;
	display: block;
	padding: 0 20px;
	max-width: max-content;
	margin: 0 auto 20px;
}
.tbl-cell span.label-txt::after,
.tbl-cell span.label-txt::before {
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
	width: 30px;
	height: 1px;
	background: #cdd2db;
}
.tbl-cell span.label-txt::after {
	left: -20px;
}
.tbl-cell span.label-txt::before {
	right: -20px;
}
.tbl-cell .price {
	margin-bottom: 20px;
}
.tbl-cell .price em {
	font-style: normal;
	color: #229ed8;
/* 	font-size: 66px; */
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
}
.tbl-cell .price sub {
	color: #071d49;
	font-size: 25px;
	font-weight: normal;
	bottom: 5px;
}
.best-value-tag {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	background: #0568ae;
	padding: 3px 20px;
	position: absolute;
	margin-bottom: 30px;
	top: 15px;
	left: 15px;
	right: 15px;
}
.best-value-tag:after,
.best-value-tag::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 17px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 13px solid transparent;
	top: 0;
	left: 0;
}
.best-value-tag:after {
	right: 0;
	left: auto;
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
.tbl-cell p.pick {
	margin: 0;
	color: #071d49;
	font-size: 30px;
	font-weight: 600;
}
.table-row:first-child .tbl-cell {
	vertical-align: top;
	position: relative;
	padding-top: 70px;
}
.figure {
	position: absolute;
	right: 0;
	margin-top: 20px;
}
.table-row:last-child .tbl-cell {
	padding: 50px 20px;
}
.quote-btn {
	border: 2px solid #0568ae;
	border-radius: 30px;
	text-align: center;
	color: #0568ae;
	font-weight: 500;
	display: block;
	padding: 12px 5px;
	font-size: 16px;
}
.quote-btn:hover,
.quote-btn:focus {
	background:  #0568ae;
	color: #fff;
}
/****************/
.training-section {
	position: relative;
	background: url('../images/training-bg.jpg') repeat-y 0 0;
	background-size: 100% 100%;
	padding: 180px 0 70px;
}
.training-section:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: url('../images/training-after.png') repeat-y 0 0;
	background-size: 100% 100%;
	width: 100%;
	height: 160px;
}
.training-section::before {
	position: absolute;
	content: "";
	left: 0;
	top: -30%;
	background: url('../images/net2.png') no-repeat 0 0;
	background-size: 100% 100%;
	width: 70%;
	height: 573px;
}
.training-pic {
	min-width: 400px;
}
.training-text {
	width: calc(100% - 400px);
	padding: 0 50px;
}
.training-text h2 {
	color: #000000;
	font-size: 42px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 700;
}
.training-text h2::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 75px;
	height: 2px;
	background: #229ed8;
	margin: auto;
}
.training-text p {
	line-height: 36px;
}
.training-text a {
	color: #229ed8;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 30px;
	text-decoration: underline;
	text-transform: uppercase;
}
.training-text a:hover,
.training-text a:focus {
	text-decoration: none;
}

/****************/
.customization-sec {
	background: url('../images/customise-bg.png') no-repeat 0 0;
	background-size: 100% 100%;
	padding: 70px 0 50px;
}
.customization-cont {
	max-width: 930px;
	margin: 0 auto;
}
.customization-cont h2 {
	color: #fff;
	font-size: 52px;
	font-weight: bold;
	margin-bottom: 30px;
}
.customization-cont p {
	color: #eaf9ff;
	font-size: 21px;
	line-height: 34px;
	margin-bottom: 20px;
}
.customization-cont a {
	color: #fff;
	font-size: 19px;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}
.customization-cont a:hover,
.customization-cont a:focus {
	text-decoration: none;
}
.mid-sec .left {
	width: 565px;
	position: relative;
	padding-right: 35px;
}
.mid-sec .left::after {
	position: absolute;
	content: "";
	right: -24px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('../images/divider2.png') no-repeat;
	width: 24px;
	height: 248px;
	background-size: 100% 100%;
}
.mid-sec .right {
	width: calc(100% - 565px);
	padding-left: 45px;
}
.mid-sec .right h3 {
	color: #dcf5ff;
	font-size: 36px;
	font-weight: normal;
}
/***********/
.banner.quote-ban .banner-content {
	top: 120px;
	transform: translateY(-0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
}
.banner.quote-ban .ban-text-cont {
	text-align: center;
	max-width: none;
}
.banner.quote-ban .ban-text-cont h1 {
	color: #071d49;
	font-size: 46px;
	font-weight: 700;
	display: inline;
	padding-bottom: 0;
	margin: 0;
}
.banner.quote-ban .ban-text-cont h1::before,
.banner.quote-ban .ban-text-cont h1::after {
	position: absolute;
	content: "";
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	width: 56px;
	height: 16px;
}
.banner.quote-ban .ban-text-cont h1::before {
	left: -80px;
	background: url("../images/heading-bar-l.png") no-repeat;
	background-size: 100% 100%;
}
.banner.quote-ban .ban-text-cont h1::after {
	right: -80px;
	left: auto;
	background: url("../images/heading-bar.png") no-repeat;
	background-size: 100% 100%;
}
.quote-form {
	background: #fff;
	box-shadow: 0px 35px 40px -18px rgba(62,175,227,0.5);
	border-radius: 50px 0 50px 0;
	padding: 40px 50px 15px;
	margin-top: -150px;
	position: relative;
	margin-bottom: 100px;
}
.form-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
					align-items: center;
					-webkit-box-pack: center;
					-ms-flex-pack: center;
							justify-content: center;
					margin-bottom: 22px;
}
.form-header h2 {
	color: #071d49;
	font-size: 45px;
	font-weight: bold;
	margin: 0;
	min-width: max-content;
	padding-right: 10px;
}
.form-header p {
	color: #505662;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	max-width: 415px;
}
.quote-form form .input-label {
	color: #0e1213;
	font-size: 18px;
	text-transform: none;
}
.quote-form .input_outr {
	margin-bottom: 35px;
	padding: 0 15px;
}
.quote-form .input_outr input {
	border-bottom: 2px solid #001843;
	color: #0e1213;
	height: 32px;
}
.quote-form .input_outr input:focus,
.select-style select:focus {
	border-bottom: 2px solid #0568ae;
}
.quote-form .input_outr p {
	color: #595f6b;
	font-size: 17px;
	margin-bottom: 20px;
	line-height: normal;
}
.select-style {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	border-radius: 0px;
	overflow: hidden;
	color: #0e1213;
	font-size: 16px;
	background: transparent url("../images/daro.png") no-repeat 100% 0;
}
.select-style select {
	height: 32px;
	width: 100%;
	border: none;
	border-bottom: 2px solid #001843;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #0e1213;
	font-size: 16px;
}
.select-style select option {
	color: #0e1213;
	padding: 5px;
}
.quote-form .submit_outr input[type="submit"] {
	border: 0;
	border-radius: 30px 0 30px 0;
	background: #0568ae;
	width: 100%;
	height: 69px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-transform: none;
	padding: 0 15px;
	text-align: center;
	box-shadow: 0 10px 22px rgba(0,24,43,0.12);
}
.quote-form .submit_outr input[type="submit"]:hover {
	background: #00abe0;
	color: #fff;
}
.privacy {
	color: #80848b;
	font-size: 16px;
	line-height: 26px;
	margin: 30px 0 0;
}
/******/
.regular-checkbox {
	display: none;
}
.regular-checkbox + label {
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-bottom: 0!important;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.regular-checkbox:checked + label:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/tick1.png) no-repeat;
	width: 9px;
	height: 7px;
}
.check-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
					align-items: center;
}
.check-list span {
	color: #212829;
	font-size: 16px;
	margin-right: 24px;
}
.terms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 32px;
}
/*******/

/****custom checkbox***WP********/
.wpcf7-list-item input {
	display: none;
}
span.wpcf7-list-item {
    margin: 0 !important;
}
span.wpcf7-list-item label {
    margin-bottom: 0;
}
input[type="checkbox"] + span::before {
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-bottom: 0!important;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
input[type="checkbox"]:checked + span::before {
	background: url('https://cybersecurityzeeland.nl/wp-content/uploads/2020/12/tick1.png') no-repeat center center;
    content: '';
}

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " ";
    transition: none;
}
.wpcf7-list-item-label {
	color: #212829;
    font-size: 16px;
    margin-right: 24px;
    font-weight: normal;
} 
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #f00;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
    text-align: center;
}
/***end*custom checkbox***********/

.need-quote {
	background: url('../images/bottom-bg.png') no-repeat left bottom;
	background-size: cover;
	padding: 50px 0 300px;
	position: relative;
}
.need-quote::before {
	position: absolute;
	content: "";
	left: 0;
	top: -30%;
	background: url('../images/net.png') no-repeat 0 0;
	background-size: 100% 100%;
	width: 100%;
	height: 553px;
	z-index: -1;
}
.need-content {
	width: 340px;
	float: right;
}
.need-content h2 {
	color: #010101;
	font-size: 45px;
	font-weight: bold;
	margin: 0 0 15px;
	padding-bottom: 15px;
	position: relative;
	display: inline-block;
}
.need-content h2::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	background: #229ed8;
	margin: auto;
}
.need-content p {
	color: #4f4e4e;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
}
.loaction-field {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.loaction-field span {
	min-width: 60px;
	margin-right: 10px;
}
.loaction-field p {
	color: #4a4a4a;
	font-size: 19px;
	line-height: normal;
	margin: 0;
}
.loaction-field p strong {
	color: #0568ae;
	font-size: 28px;
	font-weight: 700;
	display: block;
}
/*****mobile table******/
.mobile-tbl-outr {
	width: 530px;
	background: #fff;
	box-shadow: 0px 0px 40px -18px rgba(62,175,227,0.5);
	border-radius: 10px;
	overflow: hidden;
	margin: 50px auto;
	position: relative;
	z-index: 1;
	display: none;
}
.mobile-tbl-outr .pricing-table {
	box-shadow: none;
	border-radius: 0px;
	margin: 0;
}
.table-header-top {
	padding: 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}
.table-header-top .tbl-cell {
	width: auto;
	border: 0;
	-webkit-box-flex: 1;
			-ms-flex: 1;
					flex: 1;
	text-align: center;
}
.top-header-title {
	position: relative;
}
.top-header-title:after {
	position: absolute;
	content: "";
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	background: url('../images/divider3.png') no-repeat center right;
	width: 41px;
	height: 137px;
	background-size: auto;
}
.top-header-title h2 {
	font-size: 32px;
	margin-bottom: 0px;
}
.top-header-title.tbl-cell .icon {
	text-align: center;
}
.top-header-info.tbl-cell span.label-txt {
	margin: 0 auto 10px;
	font-size: 16px;
}
.top-header-info.tbl-cell .price {
	margin-bottom: 10px;
}
.top-header-info.tbl-cell .price em {
/* 	font-size: 52px; */
}
.top-header-info.tbl-cell .price sub {
	font-size: 18px;
	bottom: 1px;
}
.table-header-bottom {
	text-align: center;
	background: #ecfcff;
	padding: 10px 30px;
}
.table-header-bottom p {
	color: #212829;
	font-size: 14px;
	margin: 0;
	line-height: 22px;
}
.mobile-tbl-outr .pricing-table .tbl-cell {
	padding: 10px 20px;
	width: 150px;
	font-size: 16px;
}
.mobile-tbl-outr .pricing-table .table-row:first-child .tbl-cell {
	padding: 10px 20px;
	vertical-align: middle;
}
.mobile-tbl-outr .pricing-table .tbl-cell:first-child {
	width: 450px;
	padding: 10px 20px;
}
.table-footer {
	padding: 25px;
    border-top: 1px solid #cdced2;
    overflow: hidden;
}
.table-footer .quote-btn {
	max-width: 300px;
	margin: 0 auto;
}
.plan-hrd {
	display: none;
}