html{
	font-size: 1em;
}
body{
	font-family: 'Roboto', sans-serif;
	color: #0D4C5C;
}
h1,h2{
	text-transform: uppercase;	
}

a{
	transition: background-color 300ms ease-out;
}

a:hover,a:active,a:visited,a:focus{
	text-decoration: none;
}

/*------------- nav-start ----------*/
nav{
	opacity: 0;
		position: fixed;
	width: 100%;
}
/*------------- nav-end ----------*/

/*------------- header-start ----------*/
header{
	background-image: url('../images/header-background-depositit.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	background-attachment: fixed;
/*	background-position: center;*/
	height: 400px;
}
header > .container >.row{
	position: relative;
}

header> .container > .row > .col-md-12{
	height: 400px;
	background-color: #22BBE6;
}
.siteId{
	padding: 3%;
	max-width: 90%;
	position: absolute;
	top: 50%;
	left: 0px;
	right:0px;
	background-color:rgba(255,255,255,1);
	transform: translateY(-50%);
	-webkit-box-shadow: -10px 20px 50px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: -10px 20px 50px 0px rgba(0,0,0,0.23);
	box-shadow: -10px 20px 50px 0px rgba(0,0,0,0.23);
}
.logo{
	margin-bottom: 15%;
	
}
.siteId h1{
	margin-bottom: 8%;
	font-size: 1.7rem;
}
.siteId a{
	padding: 1% 3%;
	margin-right: 5%;
	max-width: 100%;
	display: block;
	text-transform: uppercase;
	background-color: #0D4C5C;
	color: #fff;
	font-size: 1.5rem;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.32);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.32);
}
.siteId a:hover{
	background-color: #96CA2D;
}
.siteId .fa{
	margin-right: 0.4em;
}
header article h2{
	font-size: 2.3rem;
	font-weight: 900;
	text-align: center;
}
header article h3{
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
}
header article p{
	margin-bottom: 0px;
	font-size: 1.3rem;
	font-weight: 300;
	text-align: justify;
}
/*------------- header-end ----------*/
/*------------- featurs-start ----------*/
.features {
	background-color: #ececec;
}
.features .col-sm-12{
	display: flex;
	justify-content: space-around;
}

.features p{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color:#0D4C5C;	
}
.features .fa{
	font-size: 1.5rem;
}
.features p i{
	margin-right: 0.5em;
}

/*------------- Para-Two-three-start ----------*/

.para-three{
	background-color: #22BBE6;
}
.para-two .col-md-6,.para-three .col-md-6 {
	padding-top:5% ;
	padding-bottom: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.para-two .col-md-6:nth-child(2),.para-three .col-md-6:nth-child(1){
	padding: 0px;
}
.para-three .row {
	position: relative;
}
.para-three .col-md-6:nth-child(2){
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #fff;
}
.para-two h2,.para-three h2{
	font-size: 1.6rem;
	font-weight: 900;
}
.para-two p,.para-three p{
	font-size: 1.3rem;
	font-weight: 300;
}
.para-three .col-md-6:nth-child(2) p:nth-child(3){
	margin-bottom: 8%;
}
.para-three img{
	width: 100%;
}

.para-three a{
	padding: 1.5% 3%;
	margin-bottom: 4%;
	margin-right: 0.5em;
	font-size: 1.5rem;
	text-transform: uppercase;
	background-color: #96CA2D;
	color: #fff;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.28);
}
.para-three a:hover{
	background-color: #22BBE6;	
}
.para-three .fa{
	margin-right: 0.5em;
}
/*------------- Para-Two-three-start ----------*/
/*------------- Testimonials-start ----------*/
.testimonials{
	background-color: #fff;
}

.t_wrapper{
	margin-top: 10%;
	margin-bottom: 10%;
	padding: 5% 10%;
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #22BBE6;
	-webkit-box-shadow: -10px 20px 50px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: -10px 20px 50px 0px rgba(0,0,0,0.23);
	box-shadow: -10px 20px 50px 0px rgba(0,0,0,0.23);
}
.t_wrapper p{
	margin-bottom: 0em;
	font-size: 1.7rem;
	font-weight: 300;
	color: white;
}
.t_wrapper p:nth-child(2){
	font-weight: 500;
}
.t_wrapper img{
	position: absolute;
	width: 44%;
	bottom: 0%;
	right: 3%;
	z-index: -1;
}
/*------------- Testimonials-end ----------*/
/*------------- footer-start ----------*/
footer{
	padding-top: 5%;
	background: url('../images/footer-background-cyber-security-depositit.jpg');
	background-position: left;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;	
}

footer img{
	margin-bottom: 1%;
	width: 25%;
}
footer .col-sm-12 > h2{
	margin-bottom: 0.5%;
	font-size: 1.8rem;
	font-weight: 300;
	text-transform: uppercase;
}
footer p { 
	text-transform: uppercase;
}
footer .fa{
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 2em;
	font-size: 1.5rem;
	color: #22BBE6;
}
.legal{
	padding: 0.2em 0;
	text-align: center;
	background-color: #22BBE6;
	color: #fff;
}
.legal p{
	margin-bottom: 0px;
	font-weight: 300;
	text-transform: uppercase;
}
.legal a{
	color: #fff;
}
.legal a:hover{
	text-decoration: underline;
}
.upArrow{
	position: fixed;
	bottom: 0px;
	right: 3%;
	width: 3%;
	height: 48px;
	background-color: #fff;
}


@media screen and (max-width: 1199px) and (min-width: 992px) {
	header{
	height: 350px;
}
	header> .container > .row > .col-md-12{
	height: 350px;
}

}

@media (max-width: 1199px) {
	html{
	font-size: 0.9em;
}
.siteId a{
	padding: 1.6% 3%;

}
.para-two img {
	margin-top: 6%;
}
}

@media screen and (min-width: 992px) {
.siteId .col-lg-4{
	padding-right: 6%;
}
.siteId a{
	margin-right: 0%;
}
.siteId a:nth-child(1){
	margin-bottom: 15%;
}
}
@media screen and (max-width: 991px) {

html{
	font-size: 0.85em;
}

nav .col-xs-6:nth-child(2){
	padding-top: 0.6em;
}

header{
	text-align: center;
	height: 400px;
}
header > .container >.row{
	position: static;
}
header > .container > .row > .col-md-12{
	display: none;
}
.logo{
	margin-top: 0%;
	max-width: 45%;
}
.siteId{
	position: static;
	height: 400px;
	max-width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transform: translateY(0%);
	background-color:rgba(255,255,255,0);
}
.logo{
	margin-bottom: 3%;
}
.siteId h1{
	display: none;
	font-weight: 300;
	font-size: 1.5rem;
	margin-bottom: 3%;
}
.siteId a{
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 3%;
	padding: 1% 4%;
	display: inline-block;
	background-color: #22BBE6;
}
.para-one h2{
	margin-bottom: 100%;
}
.features{
	background-color: #22BBE6;
}
.features p{
	color: #fff;
}
.para-one h2{
	margin-bottom: 1%;
}
.para-two img {
	margin-top: 28%;
}
.para-three a{
	font-size: 1.25rem;
}
.t_wrapper{
	margin-top: 12%;
	margin-bottom: 12%;
	padding: 4% 6%;
}
.t_wrapper p{
	font-size: 1.55rem;
}
.t_wrapper p:nth-child(1){
	line-height: 1.6rem;
}
.t_wrapper img{
	width: 50%;
}
footer img{
	width: 30%;
}
}


@media (max-width: 768px) {
.container {
   	width: 100%;
}
.features p{
	margin-right: 3%;
}
.para-two .row {
  	display:flex;
  	flex-direction: column-reverse;
}
.para-two .col-md-6{
	padding-top: 0%;
}
.para-two img {
	margin-top: 0%;
	max-width: 60%;
}
.para-three h2{
	margin-bottom: 2% ;
}
.para-three .col-md-6:nth-child(2){
	position: static;	
}
.para-three .col-md-6:nth-child(2) p:nth-child(3){
	margin-bottom: 4%;
}
.para-three a{
	font-size: 1.25rem;
}
.t_wrapper img{
	width: 55%;
}
footer{
	padding-top: 8%;
}
}

@media screen and (max-width: 543px) and (min-width:374px)  {
.logo{
	margin-top: 5%;
	}
}
@media (max-width: 543px) {
html{
	font-size: 0.7em;
}
header{
	text-align: center;
	height: 350px;
}
header article p{
	text-align: center;
}
.siteId{
	height: 350px;	
}
.features .fa{
	margin-bottom: 10%;
	margin-left: 0%;
	margin-right: 0%;
}
.features .col-sm-12 p{
	margin-left: 1%;
	margin-right: 1%;
	display: flex;
	flex-direction: column;
	font-size: 0.9rem;
}
.para-two .col-md-6, .para-three .col-md-6{
	min-height: 0em;
}
.para-three a{
	padding: 1.7% 3%;
	text-align: center;
	display: block;
	font-size: 1.25rem;
}
.t_wrapper p{
	font-size: 1.4rem;
}
footer img{
	width: 40%;
}
}


@media (max-width: 440px) {
.siteId h2{
	font-size: 1.7em;
}
.siteId h3{
	font-size: 1.4em;
}
}

@media (max-width: 374px) {
body{
	overflow-x: hidden;
}
header{
	text-align: center;
	height: 350px;
}	
header> .container > .row > .col-md-12{
	height: 350px;
}
nav{
	padding-top: 1em;
	padding-bottom: 1em;
	opacity: 0;
	background-color: #fff;
	z-index: 100;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.19);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.19);
	transition: opacity 300ms ease-out;
}
.navOn{
	opacity: 1;
}
.navLogo{
	width: 10em;
}
nav a{
	margin-right: 0.8em;
	float: right;
	font-size: 1.8rem;
	color: #22BBE6;
	text-transform: uppercase;
}
.siteId{
	height: 320px;
}
.siteId a{
	display: none;
	margin:4% auto;
}
.siteId h2{
		font-size: 1.6em;
}
.siteId h3{
	font-size: 1.3em;
}
.para-three a{
	padding: 1.5% 3%;
	display: block;
	font-size: 1.25rem;
}
.t_wrapper{
	padding: 6% 4%;
}
.t_wrapper p{
	font-size: 1.13rem;
}
.t_wrapper img{
	width: 80%;
}
footer img{
	width: 50%;
}
footer{
	padding-top: 12%;
}
footer img{
	margin-bottom: 4%;
}
footer .col-sm-12 >h2{
	margin-bottom: 3%;
	font-size: 1.3rem;
}
}
@media screen and (max-width: 374px) and (min-width:335px)  {
.logo{
	margin-top: 10%;
	}
}

@media screen and (max-width: 374px) and (min-width: 296px)  {
header{
	height: 330px;
}
header> .container > .row > .col-md-12{
	height: 300px;
}
.logo{
	margin-top: 6%;
}
}

@media screen and (max-width:295px) {
.logo{
	margin-top: 10%;
}
}
@media screen and (max-width:278px) {
header{
	text-align: center;
	height: 380px;
}	
header> .container > .row > .col-md-12{
	height: 380px;
}
.logo{
	margin-top: 5%;
}
}