body{
	font-family: 'PT sans', sans-serif;

}

@font-face {
  font-family:'PT sans';
  src: url(../fonts/PTSans-Regular.ttf);
}
.hero-section{
	width:100%;
	height:100vh;
	background-color: transparent;
    background-image: linear-gradient(45deg, rgba(11,57,84,0.9) 0%,
     rgba(8,126,139,0.6) 100%),url(../images/ID-Defender-Hero.png);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-size:cover;
    background-position: center;

}
.logo{
	margin-top:20px;
	font-size:30px;
	font-weight:1000;
	color:white;
	line-height:30px;
}
.hero-heading{
	font-size:61px;
	color:white;
	line-height: 79.3px;
	margin-top:120px;
}
.small-hr{
	width:100px;
	height:1px;
	margin-top:30px;
	background:#3a3a3a;
	border:none;
}
.hero-p{
	font-size:17px;
	color:white;
	line-height: 27.2px;
	opacity:70%;
	letter-spacing: normal;
	margin-top:20px;
}
.get-started-today-btn{
	width:266px;
	display: block;
	height: 57px;
	margin:0 auto;
	font-size:24px;
	line-height:57px;
	text-align: center;
	color:white;
	text-transform: uppercase;
	font-weight:600;
	background: #f05d5f;
	border-radius:5px;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px 0px;
	 transition: transform .5s ease;
	 margin-top:60px;
	 text-decoration: none;
}
.get-started-today-btn:hover{
	transform: scale(1.1);
	animation: 2s;
	text-decoration: none;
	color:white;
}
.second-sec-heading{
	font-size:45px;
	line-height: 54px;
	color:#0b3954;
	text-align: center;
}
.second-sec-p{
	font-size:22px;
	line-height:22px;
	letter-spacing: 1px;
	color:#777777;
	text-align: center;
	margin-top:30px;
}
.numbering{
	color:#087e8b;
	font-size:60px;
	letter-spacing: 3px;
	line-height:60px;
	text-align: center;
}
.s-type{
	font-size:22px;
	line-height:28px;
	color:#0b3954;
	font-weight:600;
}
.small-hrr{
	width:100px;
	height:1px;
	margin-top:30px;
	background:#3a3a3a;
	border:none;
	margin-left:0px;
	opacity: .2	;
}
.s-desc{
	font-size:17px;
	line-height: 27px;
	letter-spacing: normal;
	color:#777777;
	margin-top:20px;
}
.safty-right ul{
	padding-left:0px;
	margin-top:25px;

}
.safty-right ul li i{
	width:28px;
	height:28px;
	border-radius:50%;
	text-align: center;
	color:white;
	background:#087e8b;
	line-height:28px;
	margin-right:10px;

}
.safty-right ul li{
	list-style: none;
	font-size:19px;
	line-height:35px;
	color:#54595f;
	margin-bottom:6px;
}
.watch-video-section{
	width:100%;
	height:auto;
	background: #f8f8f8;
}
.wvs-h3{
	color: #0b3954;
    font-family: "PT Sans", Sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2em;
}
.wvs-h3 b{
	color:#f05d5e;
	font-weight: bold;
}
.wvs-p{
	font-size: 18px;
	line-height: 27px;
	columns: #777777;
	opacity:.6;
	margin-top:15px;
}
.watch-the-video-btn{
	display: inline-block;
	margin-top:30px;
	width:200px;
	height: 45px;
	background: #087e8b;
	line-height:45px;
	color:white;
	font-size:18px;
	font-weight: bolder;
	text-transform: uppercase;
	border-radius:5px;
	transition: transform .5s ease;
}
.watch-the-video-btn:hover{
	text-decoration: none;
	color:white;
	transform:scale(1.1);
	background: #f05d5e;

}

.qs-heading{
	font-size:45px;
	line-height:54px;
	color:#0b3954;
}
.qs-h6{
	font-size:17px;
	line-height:17px;
	margin-top:30px;
	color:#777777;
}
.icon img{
	width:80px;
	height: 80px;
}
.qs-tit{
	font-size:28px;
	line-height:36px;
	color:#0b3954;
	font-weight:600;
	margin-top:2px;
}
.qs-pp{
	font-size: 17px;
	color:#777777;
	line-height:27px;
	margin-top:40px;
}
.learn-more-btn{
	width:120px;
	height:40px;
	border-radius:5px;
	line-height:40px;
	color:white;
	text-align: center;
	margin-top:30px;
	display: inline-block;
	background:#0b3954;
}
.learn-more-btn:hover{
	color:white;
	text-decoration: none;
	background:#f05d5e;
}
.case-study-section{
	width: 100%;
	min-height: 629px;
	background-color: transparent;
    background-image: linear-gradient(225deg, rgba(11,57,84,0.9) 0%, rgba(8,126,139,0.85) 100%),url(../images/ID-Defender-Hero-Middle.png);
    opacity: 1;

    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-size:cover;
    background-position: center;
}
.case-main-h5{
	color:white;
	opacity:70%;
	font-size:17px;line-height:17px;
	margin-top:10px;
	letter-spacing: 3px;
}
.case-main-h2{
	font-size:45px;
	line-height:58px;
	color:white;
	margin-top:40px;
}
.case-main p{
	font-size:18px;
	color:white;
	line-height:18px;
	opacity:70%;
}
.case-stdy-btn{
	margin-top:40px;
	width:266px;
	display: block;
	height: 45px;
	font-size:18px;
	line-height:45px;
	text-align: center;
	color:white;
	text-transform: uppercase;
	font-weight:600;
	background: #f05d5f;
	border-radius:5px;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px 0px;
	 transition: transform .5s ease;
	 text-decoration: none;

}
.case-stdy-btn:hover{
	background: #0b3954;
	transform:scale(1.1);
	text-decoration:none;
	color:white;
}
.case-main{
	box-sizing:border-box;
}
.sfty-see ul li{
	font-size:17px;
}
.cta-panel{
	width:100%;
	height: auto;
	background: #0b3954;
}
.testimonal img{
	width:124px;
	height:124px;
	border-radius:50%;
}
.forppp{
	font-size:21px;
	line-height:33px;
	color:#777777;
	margin-top:20px;
}
.reviewer-name{
	font-weight:800;
	color:#0b3954;
	font-size:22px;
}
.desgination{
	font-size: 17px;
	line-height:17px;
	color:#087e8b;
}
.victom{
	max-height:550px;
		background-color: transparent;
    background-image: linear-gradient(225deg, rgba(11,57,84,0.9) 0%, rgba(8,126,139,0.85) 100%),url(../images/business-bacground-2.jpg);
    opacity: 1;

    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-size:cover;
    background-position: center;
}
.strt-tody{
	font-size:17px;
	line-height:17px;
	letter-spacing: 3px;
	word-spacing:3px;
	margin-top:20px;
	opacity:70%;
}
.identity-p{
	font-size:18px;
	line-height:28px;
	opacity:70%;
	color:white;
	font-weight: normal;
}
.footer{
	background:#0b3954;
	color:white;
}