@charset "utf-8";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: 'Poppins', sans-serif !important;
	font-size: 18px;
	line-height: 24px;
	color:#3E3E3E;
	font-weight: 400;
}
.container {
	max-width: 1280px !important;
	font-family: 'Poppins', sans-serif !important;
}
*{
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

.img-100 {
	max-width: 100%;
}

.img-92 {
	max-width: 92%;
}

.img-97 {
	max-width: 97%;
}

.img-95 {
	max-width: 95%;
}

.img-90 {
	max-width: 90%;
}

.img-80 {
	max-width: 80%;
}

.img-70 {
	max-width: 70%;
}

.img-60 {
	max-width: 60%;
}

.img-50 {
	max-width: 50%;
}

.img-40 {
	max-width: 40%;
}

.img-30 {
	max-width: 30%;
}

.img-20 {
	max-width: 20%;
}

.img-10 {
	max-width: 10%;
}

.img-8 {
	max-width: 8%;
}

.img-5 {
	max-width: 5%;
}

.img-2 {
	max-width: 2%;
}
 
.header {
	height:90px;
	background: #fff;
	padding-top: 20px;
} 
.logo {}
.logo img {
	width: 310px;
	margin-top: 0px;
}
.header .navbar-nav {
	margin:10px 50px 0px 50px;
}
.header li a.nav-link {
	color: #1889A6 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	margin: 0px 33px -7px !important;
	padding: 0px 10px 30px !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color:#001A54 !important;
}
.navbar-light .navbar-nav .active > .nav-link{
	color:#001A54 !important;
	border-bottom: solid 5px #001A54;
	padding-bottom: 22px !important;
}
.dropdown-menu {
	position: absolute;
	left: 0;
	border: none !important;
}
.dropdown-item {
	font-size: 14px;
	line-height: 24px;
	color: #1889A6;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #001A54;
	text-decoration: none;
	background-color: #f8f9fa;
}
.dropdown-toggle::after {
	display: inline-block;
	width: 15px !important;
	height: 7px !important;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	background: url(../images/down-arrow.png) no-repeat left bottom !important;
	border-top: 0 !important; 
	border-right: .3em solid transparent !important;
	border-bottom: 0 !important;
	border-left: .3em solid transparent !important;
	top: 2px !important;
	position: relative;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	top: 31px;
	width: 320px ;
}
.navbar-expand-lg .navbar-nav .dropdown-menu  ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu ul li {
	list-style:none;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu ul li:hover{
	background:#001A54;
}
.navbar-expand-lg .navbar-nav .dropdown-menu ul li a.dropdown-item {
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	
}
.navbar-expand-lg .navbar-nav .dropdown-menu ul li a.dropdown-item:hover {
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	background: #001A54;
	color: #fff;
}
.header .navbar-text{	
	margin-top: -20px;
}
.header .navbar-text a, .header .navbar-text1 a  {
	background: #001A54;
	color: #fff !important;
	border-radius:28px;
	font-size: 15px;
	font-weight: 500;
	padding: 8px 25px;
	transition: all 0.4s ease-in-out;
}
.header .navbar-text a:hover, .header .navbar-text1 a:hover {
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}

.header #letstalk .modal-dialog {
	max-width: 900px;
}
.header #letstalk .modal-header {
	background: none;
	border-bottom: 0px
}
.header #letstalk .modal-dialog .modal-content.p-2 {
	border: none;
	border-radius: 10px;
}
.header #letstalk .modal-header h5.modal-title {
	font-size: 30px;
	color: #1889A6;
}
.header #letstalk input, .header #letstalk textarea {
	border:none;
	background: #EFEFEF;
	border-radius: 5px;
}

span.red {
	color: red;
	padding-left: 5px;
}
.header #letstalk .modal-footer {
	border:none;
	color: #3E3E3E;
}

.header #letstalk .modal-footer .btn.btn-primary {
	background: #001A54;
	border-radius: 28px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 32px;
	width: 145px;
	height:46px;
	border: none;
	color: #fff;
}

.banner-home {
	background: url(../images/banner.png) no-repeat center top;
	background-size: 100%;
	max-height: 568px;
	padding: 150px 0px 220px;
}

.banner-home h1 {
	color:#fff;
	font-size: 36px;
	text-align: center;
	line-height: 41px;
	margin-bottom: 30px;	
}

.banner-home h1 span {
	margin: 0px 20px;
}

.banner-home h3 {
	color:#fff;
	font-size: 24px;
	text-align: center;
	line-height: 35px;
	margin-bottom: 20px;	
}

.banner-home h4 {
	color:#fff;
	font-size: 24px;
	text-align: center;
	line-height: 41px;
	margin-bottom: 10px;
	background: #1889A6;
	width: 80%;
	max-width: 550px;
	margin: auto;
}

.quick-check {
	background:#fff;
	border-radius: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #3E3E3E;
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
	margin-top: -140px;
	margin-bottom: 50px;
	position: relative;
}
.quick-check #otherscan {
	margin-top: 5%;
}
.quick-check #otherscan .modal-dialog{
	max-width: 90%;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
}

.quick-check #otherscan .modal-dialog tbody th.pad-left {
	padding-left: 10px;
}
.quick-check #otherscan .modal-dialog tbody th.pad-left1 {
	padding-left: 10px;
}
.quick-check #otherscan .modal-dialog tbody th {
	font-weight: 400;
	border:none !important;
}
.quick-check #otherscan .modal-dialog tbody td {
	border:none !important;
	text-align: center;
}
.quick-check #otherscan .modal-body {
	height: 500px;
	overflow-y: scroll;
}
#ascrail2002 {
	padding-right: 16px;
	width: 15px !important;
}
.quick-check #otherscan .modal-body .table {
	width: 96%;
	margin: auto;
}
.quick-check #otherscan .modal-title {
	font-size: 24px;
	font-weight: 500;
	color: #1889A6;
}
.quick-check #otherscan .head-bg{
	background: #1889A6;
	color: #fff;
	height: 60px;
}

.quick-check #otherscan .table-striped tbody tr:nth-of-type(2n+2) {
	background-color: #F1F1F1 !important;
}
.quick-check #otherscan .table-striped tbody tr:nth-of-type(2n+1) {
	background-color: transparent !important;
}
.quick-check #otherscan .table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}
.quick-check  h2{
	font-size: 34px;
	color: #1889A6;
	margin-bottom: 20px;
}
.quick-check form {
	margin: 0px auto 0px;
	display: block;
	overflow: hidden;
	width: 100%;
}
.quick-check p {
	margin-bottom: 0px;
}
.quick-check p a {
	font-size: 20px;
	text-align: center;
	text-decoration: underline;
	margin:0px auto;
	font-weight: 400;
}
.quick-check div input {
	width: 100% !important;
	height: 60px;
	border:none;
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
	margin: 20px auto;
	border-radius: 10px;
}
.quick-check div .btn.btn-outline-success {
	width: 115px;
	min-height: 60px;
	background: #E74133;
	/*margin-top: 20px;*/
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin-left: 0;
	position: absolute;
	right: 0px;
	top: 20px;
	border: none;
	border-radius: 0px 10px 10px 0px;
}

.btn-outline-success.focus, .btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(231,65,51,.5) !important;
}

.quick-check form .btn-outline-success:not(:disabled):not(.disabled).active, .quick-check form .btn-outline-success:not(:disabled):not(.disabled):active, .show > .quick-check form .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #E74133 !important;
	border-color: #E74133 !important;
}

.quick-check form .btn-outline-success:not(:disabled):not(.disabled).active:focus, .quick-check form .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .quick-check form .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0,0,0,.8) !important;
}

.quick-check #sitedetailspopup .modal-dialog {
	max-width: 700px;
	text-align: left;
}
.quick-check #sitedetailspopup .modal-header {
	background: none;
	border-bottom: 0px;
	padding-left: 0px;
}
.quick-check #sitedetailspopup .modal-body {
	margin-bottom: 0px;
	padding: 0px;
}
.quick-check #sitedetailspopup .modal-content.p-3 {
	border: none;
	border-radius: 10px;
}
.quick-check #sitedetailspopup .modal-header h5.modal-title {
	font-size:27px;
	color: #1889A6;
	text-align: left;
	width:100%;
	margin: auto;
}
.quick-check #sitedetailspopup input, .quick-check #sitedetailspopup textarea {
	border:none;
	background: #EFEFEF;
	border-radius: 5px;
}
.quick-check #sitedetailspopup label {
	font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.quick-check #sitedetailspopup input {
	height:42px;
	border-radius: 6px;
	border:none;
	background: #EFEFEF;
	box-shadow: none;
	margin: 0px auto 0px;
}
.quick-check #sitedetailspopup .modal-footer {
	border:none;
	padding: 0px;
}

.quick-check #sitedetailspopup .modal-footer .btn.btn-primary {
	background: #001A54;
	border-radius: 28px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 32px;
	width: 145px;
	height:46px;
	border: none;
	color: #fff;
	margin: 20px auto 0px;
}
.calltoaction{
	background:#fff;
	border-radius: 30px;
	text-align: center;
	color: #3E3E3E;
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
	width:100%;
	height: 650px;
	padding: 30px 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	margin: 20px auto;
	position: relative;
}

.calltoaction img {
	margin: 15px auto;
}
.calltoaction h3{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}
.calltoaction p {
	text-align: left;
	min-height: 200px;
}
.calltoaction hr {
	width: 70px;
	height: 1px;
	background: #8CC4D2;
}

.calltoaction:hover {
	background:#1889A6;
	color: #fff;
}
.calltoaction .read-more {
	position: absolute;
	right: 35px;
	bottom: 35px;
	float: right;
	vertical-align: bottom;
}

.calltoaction .read-more a {
	color: #3E3E3E;
	font-weight: 500;
}

.calltoaction:hover .read-more a {
	color: #fff;
}

.calltoaction .img-cta-1 {
	background: url(../images/cta-1.png) no-repeat center top;
	width: 76px;
	height:76px;
	margin: 20px auto;
}
.calltoaction:hover .img-cta-1 {
	background: url(../images/cta-1.png) no-repeat center -86px;
}
.calltoaction .img-cta-2 {
	background: url(../images/cta-2.png) no-repeat center top;
	width: 74px;
	height: 70px;
	margin: 20px auto;
}
.calltoaction:hover .img-cta-2 {
	background: url(../images/cta-2.png) no-repeat center -80px;
}
.calltoaction .img-cta-3 {
	background: url(../images/cta-3.png) no-repeat center top;
	width: 76px;
	height: 76px;
	margin: 20px auto;
}
.calltoaction:hover .img-cta-3 {
	background: url(../images/cta-3.png) no-repeat center -86px;
}
.calltoaction .img-cta-4 {
	background: url(../images/cta-4.png) no-repeat center top;
	width: 76px;
	height: 76px;
	margin: 20px auto;
}
.calltoaction:hover .img-cta-4 {
	background: url(../images/cta-4.png) no-repeat center -86px;
}
.security-partners {
	font-size: 20px;
	color:#3E3E3E;
	line-height: 32px;
	padding: 0px 0px;
	margin: 80px 0px 0px;
} 
.security-partners h3 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
	color: #1889A6;
}
.security-partners h4 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 400;
	
}
.security-partners p {
	font-size: 18px;
	padding-bottom: 20px;
	text-align: justify;
}
.security-partners hr, .autoplay-new hr  {
	width:90%;
} 
.risk-content {
	margin: 100px auto;
}

.autoplay-new {
	margin: 30px auto 50px;
}
.auto .slider {
	margin: 0px 20px;
}
.slider.slick-slide {
	margin: 0px 20px;
}
.slider .slider-img img{
	margin: 10px auto;
	text-align: center;
	width: 40%;
}
.slider .slider-content h5 {
	font-size: 20px;
	text-align: left;
	font-weight: 400;
	margin-bottom: 15px;
}
.slider .slider-content p {
	font-size: 16px;
	line-height: 26px;
}
.risk-content h4 {
	text-align: left;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #1889A6;
}
.risk-content p {
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: 500;
}

.risk-content .btn.btn-primary {
	background: #001A54;
	border-radius: 38px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 38px;
	width: 252px;
	height: 50px;
	border:none;
}

.Ransomware {
	 background: url(../images/satistics-bg.png) no-repeat center top;
	 background-size: cover;
}
.Ransomware-content {
	margin-top: 120px;
}
.Ransomware-content h4 {
	text-align: left;
	font-size: 30px;
	margin-bottom: 40px;
	font-weight: 500;
	color: #1889A6;
}
.Ransomware-content .btn.btn-primary {
	background: #001A54;
	border-radius: 38px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 38px;
	width: 252px;
	height: 50px;
	border:none;
}
.Ransomware .row {
	margin-bottom: 30px;
}
.Ransomware .card {
	width: 100%;
	display: inline-block;
	height: 300px;
	background: none;
	border: none;
	text-align: center;
	margin-top: 50px;
	font-size: 18px;
	vertical-align: bottom;
}
.Ransomware .card img {
	margin: 10px auto 20px;
	vertical-align: top;
	transition: all 0.4s ease-in-out;
}
.Ransomware .card img:hover {
	transform: translateY(-10px);
	
}
.Ransomware .card p, .Ransomware .card p a {
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.Ransomware .card h5, .Ransomware .card h5 a {
	font-size:30px;
	font-weight: 500;
	text-align:center;
	color: #fff;
	
}

.certificate {
text-align: center;
}
.certificate h4 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #1889A6;
}
.address .vizius {
	text-align: left;
	font-size: 17px;
	color: #3E3E3E;
}
.address .vizius p a {
	color: #3E3E3E;
}

.address .vizius h5 {
		font-size: 22px;
		margin: 0px auto 10px;
		font-weight: 700;
}
.address .vizius img {
	margin: 20px auto 0px;
}
.address .vizius .fa {
	color: #0f1348;
	margin-right: 20px;
	margin-bottom: 46px;
	float: left;
}
.address .vizius .fa.fa-volume-control-phone {
	margin-bottom:20px;
}
.address .vizius p {
	clear: both;
}

.footer {
	background: #EEF0F3;
}

.footer .vizius {
	text-align: left;
	font-size: 17px;
	color: #3E3E3E;
}
.footer .vizius img {
	margin:10px auto 10px;
}


.footer .amber {
	text-align: left;
	font-size: 16px;
	color: #3E3E3E;
}
.footer .amber img {
	margin: 9px auto 10px;
}

.footer .quick-links {
	text-align: left;
	font-size: 16px;
	color: #3E3E3E;
	margin-left: 20px;
}
.footer .quick-links h4 {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 700;
}
.footer .quick-links ul {
	text-align: left;
	margin: 10px auto;
	padding: 0px;
}
.footer .quick-links li {
	list-style: none;
	font-size: 16px;
	line-height: 20px;
	color: #1889A6;
	margin:0px 0px 15px;
	padding: 0px;
	width: 100%;
}
.footer .quick-links li a {
	text-decoration: none;
	color: #1889A6;
}
.footer .quick-links li a:hover {
	color: #001A54;
	text-decoration: underline;
}
.footer .email-signup {
	font-size: 16px;
	font-weight: 500;
}

.footer .email-signup input {
	width: 74% !important;
	height: 50px;
	border: none;
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
	margin-top: 20px;
	border-radius: 10px;
}
.footer .email-signup form .btn.btn-outline-success {
	width: 90px;
	min-height: 50px;
	background: #1889A6;
	margin-top: 20px;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	margin-left: 0;
	position: absolute;
	right: 22px;
	top: 0px;
	border: none;
	border-radius: 0px 10px 10px 0px;
}

.copy {
	background: #fff;
	font-size: 15px;
	color: #1889A6;
}
.copy .left {
	text-align:left;
}
.copy .left a {
	font-size: 15px;
	color: #1889A6;
	padding:0px 10px;
}
.copy .left a:first-child {
	padding-left: 0px;
}
.copy .right {
	text-align:right;
}


.slick-next::before {
	content: '→';
	color: #000;
}
.slick-prev, .slick-next {
	width: 48px !important;
	height: 48px !important;
}
.slick-next::before {
	background: url(../images/arrow-right.png) no-repeat left top;
	width: 48px;
	height: 48px;
	display: block;
}

.slick-prev::before {
	background: url(../images/arrow-left.png) no-repeat left top;
	width: 48px;
	height: 48px;
	display: block;
	position: relative;
	left: 0px;
}
.slick-dots li button::before {
	color: #1889A6 !important;
	width:5px !important;
	font-size: 10px !important;
}
.slick-dotted.slick-slider {
	margin-bottom: 65px !important;
}
.slick-prev::before, .slick-next::before {
	font-size: 0px !important;
}
.slick-dots {
	bottom: -45px !important;
}


.customer-logos {
	background-color: #fff;
  }
  
  /* Slider */
  .slick-slide {
	  margin: 20px 10px;
  }
  
  .slick-slide img {
	  width: 75%;
  }
  
  .slick-slider
  {
	  position: relative;
	  display: block;
	  box-sizing: border-box;
  
	  -webkit-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
  
	  -webkit-touch-callout: none;
	  -khtml-user-select: none;
	  -ms-touch-action: pan-y;
		  touch-action: pan-y;
	  -webkit-tap-highlight-color: transparent;
  }
  
 /*contact us page */

 .banner-contact {
	background: url(../images/banner.png) no-repeat center top;
	background-size: 100%;
	max-height: 350px;
}

.banner-contact h3 {
	color:#fff;
	font-size: 60px;
	text-align: center;
	line-height: 60px;
	padding: 100px 50px 100px;
}

.contactus {}

.contactus form input {
	height: 50px;
}

.contactus .btn.btn-primary.btn-lg {
	width: 180px;
	min-height:50px;
	background: #001A54;
	margin-top: 20px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	float: right; 
	border: none;
	border-radius: 28px;
	line-height: 35px;
}

#contact-form label {
	font-weight: 500;
	font-size: 17px;
}

#contact-form label span.red {
	color: red;
}
 
 /*Security Assessment */

 .banner-assessment {
	background: url(../images/banner.png) no-repeat center top;
	background-size: 100%;
	max-height: 350px;
}

.banner-assessment h3 {
	color:#fff;
	font-size: 35px;
	text-align: center;
	line-height: 41px;
	padding: 10px 0px 70px;
}

.banner-assessment h5 {
	color:#fff;
	font-size: 25px;
	text-align: center;
	line-height: 41px;
	padding: 70px 0px 0px;
}

.assessment {
	margin: 50px 0px;
}
.assessment h3 {
	color:#1889A6;
	font-size: 28px;
	text-align: left;
	line-height: 41px;
	padding: 0px 0px 10px;
}
.assessment p {
	line-height: 27px;
	font-size: 16px;
}

.assessment hr {
	margin: 25px auto;
}

/*about us new */

.banner-about-new {
	margin: 0px auto;
	padding: 0px;
	background: url(../images/about-banner-new.png) no-repeat center top;
	background-size: cover;
	min-height: 337px;
}

.banner-about-new .tab-section  {
	text-align: center;
	color:#fff;
	margin-top: 20px;
}

.banner-about-new .tab-section .nav-tabs {
	border-bottom:none;
	margin-top: 25px;
}
.col-md-12.tab-section h5 {
	text-align: center;
	color: #fff;
}

.banner-about-new .tab-section .tab-content{
	background: rgba(24,137,166,0.7);
	 padding: 20px 15px;
	 text-align: left;
}

.banner-about-new .tab-section .tab-content p {
	margin-bottom: 0px !important;
}

.banner-about-new .tab-section .nav-tabs .nav-item.show .nav-link, .banner-about-new .tab-section .nav-tabs .nav-link.active {
	color: #001A54;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.banner-about-new .tab-section .nav-tabs .nav-item {
	margin-bottom:0px;
	width: 24.82%;
	font-size: 20px;
	margin-right: 3px;
}
.banner-about-new .tab-section .nav-tabs .nav-item:last-child {
	margin-right: 0px;
}
.banner-about-new .tab-section .nav-tabs .nav-link {
	color: #fff;
	font-size: 21px !important;
	border: none !important;
	font-weight: 600;
	background: rgba(24,137,166,0.7);
	padding: .9rem 1rem;
}
.banner-about-new .tab-section .nav-tabs .nav-link:focus, .banner-about-new .tab-section .nav-tabs .nav-link:hover {
	background: #fff !important;
	color: #001A54 !important;
	font-size: 21px !important;
	border: none !important;
	font-weight: 700;
}
/*about us */

.banner-about .container-fluid {
	margin: 0px auto;
	padding: 0px;
	overflow-x: hidden;
	 
}
.banner-about .container-fluid .col-md-5 {
	margin: 0px;
	padding: 0px;
}
.banner-about .tab-section {
	background: #273B40;
	padding:30px 25px 35px;
}
.banner-about .tab-section h5 {
	font-size: 20px;
	color: #fff;
	margin-bottom:10px;
	font-weight: 500;
}
.banner-about .tab-section  .nav-tabs .nav-item.show .nav-link, .banner-about .tab-section  .nav-tabs .nav-link.active {
	color: #E62B22 !important;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
	font-size: 10px;
	font-weight: 700;
}
.banner-about .tab-section .tab-content > .active {
	display: block;
	background: #fff;
	color: #E62B22 !important;
	padding: 0px 0px 4px;
	
}
.banner-about .tab-section .tab-content > .active p {
	color: #E62B22 !important;
	padding: 15px 15px 0px;
	font-size: 15px;
}

.nav-tabs .nav-link {
	color: #fff;
	font-size: 21px !important;
	border: none !important;
	font-weight: 700;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	background: #fff !important;
	color: #E62B22 !important;
	font-size: 21px !important;
	border: none !important;
	font-weight: 700;
}
.banner-about .tab-section h4 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 0px;
}
.banner-about .tab-section p {
	color: #fff;
	padding-bottom: 0px;
}
.about-content {
	font-size: 16px;
	line-height: 30px;
}
.about-content h5 {
	font-size: 20px;
	color: #3E3E3E;
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing: 1px;
}
.about-content h4 {
	font-size: 30px;
	color: #1889A6;
	margin-bottom: 20px;
}
.about-testimonial {
	padding: 80px 0px;
	background:rgba(241,241,241,.5);
}
.testmonial-box {
	background: #fff;
	width: 100%; 
	box-shadow: 0px 0px 30px 10px rgba(68, 88, 144, 0.1);
	margin: auto;
	font-size: 18px;
	color: #333333;
}

.testmonial-box .logo {
	margin:0px auto 50px;
	text-align: center;
}
.testmonial-box p {
	padding: 15px 10px 0px;
	line-height: 30px;
}
.testmonial-box p.author {
	font-size: 24px;
	color: #333333;
	padding: 0px 0px 5px;
	margin-bottom: 0px;
	font-weight: 500;
}
.testmonial-box p.designation {
	font-size: 18px;
	color: #333333;
	padding: 0px 0px 5px;
	margin-bottom: 0px;
	font-weight: 400;
}
.readytostart {
	background: url(../images/ready-start.png) no-repeat center top;
	background-size: 100%;
	text-align: center;
	padding: 100px 0px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	max-height: 368px;
}

.readytostart h3 {
	text-align: center;
	color: #fff;
	font-size:34px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 15px auto;
}

.readytostart .btn.btn-primary {
	width: 197px;
	height: 50px;
	background: #001A54;
	border-radius: 28px;
	color: #fff;
	border: none;
	font-size: 20px;
	line-height: 32px;
	font-family: 'Poppins', sans-serif;
	margin: 20px 5px 0px;
}

.readytostart .btn.btn-info {
	width: 171px;
	height: 50px;
	background: #fff;
	border-radius: 28px;
	color: #001A54;
	border: none;
	font-size: 20px;
	line-height: 36px;
	font-family: 'Poppins', sans-serif;
	margin: 20px 5px 0px;
}


/*resources*/


.banner-resources {
	background: url(../images/resouces-banner.jpg) no-repeat center top;
	background-size: 100%;
	max-height: 350px;
}

.banner-resources h1 {
	font-size: 60px;
	text-align: center;
	color: #fff;
	padding: 100px 0px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.resources-content {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
}

.resources-content h3 {
	font-size: 34px;
	color: #1889A6;
	text-align: center;
	font-weight: 500;
	margin: 50px auto 40px;
}

.resources-content .impact {
	background: #F1F1F1;
	border-radius: 20px;
	color: #3E3E3E;
}

.resources-content .impact:hover {
	background: #1889A6;
	border-radius: 20px;
	color: #fff;
}
.resources-content .impact h4 {
	font-size: 30px;
	 margin-bottom: 20px;
	 color: #1889A6;
}

.resources-content .impact:hover h4, .resources-content .impact:hover h5, .resources-content .likelihood:hover h4, .resources-content .likelihood:hover h5 {
	color: #fff;
}

.resources-content .impact h5 {
	font-size: 20px;
	color: #3E3E3E;
}

.resources-content .likelihood {
	background: #F1F1F1;
	border-radius: 20px;
	color: #3E3E3E;
}
.resources-content .likelihood:hover {
	background: #1889A6;
	border-radius: 20px;
	color: #fff;
}
.resources-content .likelihood h4 {
	font-size: 30px;
	 margin-bottom: 20px;
	 color: #1889A6;
}

.resources-content .likelihood h5 {
	font-size: 20px;
	color: #3E3E3E;
}

.resources-content .btn.btn-info {
	width: 257px;
	height: 50px;
	background: #001A54;
	border-radius: 28px;
	color: #fff;
	border: none;
	font-size: 15px;
	line-height: 36px;
	font-family: 'Poppins', sans-serif;
	margin: 20px 5px 0px;
	font-weight: 500;
}

.resources-reading {
	background: #F1F1F1;
	font-size: 18px;
	color: #333333;
	line-height: 27px;
}

.resources-reading p span {
	background: #FFCFCB;
	padding: 5px 15px;
	text-align: center;
	width: 316px;
	height: 47px;
	color: #E74133;
	font-size: 16px;
}

.resources-reading p {
	padding-bottom: 15px;
}

.resources-reading h3 {
	text-align: left;
	color: #1889A6;
	font-size:34px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 30px auto;
}

.resources-reading .btn.btn-info {
	width: 197px;
	height: 50px;
	background: #001A54;
	border-radius: 28px;
	color: #fff;
	border: none;
	font-size: 15px;
	line-height: 36px;
	font-family: 'Poppins', sans-serif;
	margin: 20px 5px 0px;
	font-weight: 500;
}

.book-summary {
	background: url(../images/book-summary.png) no-repeat center top;
	background-size: 100%;
	max-height: 355px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}
.book-summary h4 {
	text-align: center;
	color: #fff;
	font-size:34px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 15px auto;
}
.book-summary h5 {
	text-align: center;
	color: #fff;
	font-size:20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 5px auto;
}

.book-summary .btn.btn-info {
	width: 263px;
	height: 50px;
	background: #001A54;
	border-radius: 28px;
	color: #fff;
	border: none;
	font-size: 15px;
	line-height: 36px;
	font-family: 'Poppins', sans-serif;
	margin: 20px 5px 0px;
	font-weight: 500;
}

.management-team-banner {
	background: url(../images/management-banner.png) no-repeat center top;
	background-size: 100%;
	max-height: 350px;
}

.team-members button {
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
	cursor: pointer;
}

.team-members button .img-thumbnail {
	padding: 0px;
	width: 316px;
}
.team-members .modal-dialog {
	max-width: 700px;
	text-align: left;
}

.team-members .modal-dialog .modal-header{
	text-align: left;
	display: block;
}
.team-members .modal-dialog .modal-header h5, .team-members .modal-dialog .modal-header p {
	text-align: left;
	margin-bottom: 5px;
	
}
.team-members .modal-dialog .modal-body p {
	text-align: left;
}
.team-members .modal-dialog .modal-body p a {
	color: #707070;
}
.team-members .modal-dialog .modal-body img {
	filter:none !important;
	float: left;
	margin: 0px 20px 10px 0px;
}
.management-team-banner h1 {
	font-size: 60px;
	text-align: center;
	color: #fff;
	padding: 100px 0px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.resources-content {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
}

/* Tabs*/
.management-team section {
    padding: 60px 0 0px;
	width: 84%;
	margin: auto;
}


.management-team h4 {
	text-align: center;
	color: #3E3E3E;
	font-size:20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 15px auto;
}
.management-team h3 {
	text-align: center;
	color: #1889A6;
	font-size:34px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 5px auto 35px;
}

.management-team h5 {
	text-align: left;
	color: #1889A6;
	font-size:34px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 25px auto;
}

.management-team h6 {
	text-align: left;
	color: #3E3E3E;
	font-size:20px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin: 5px auto;
	letter-spacing: 1px;
}
.management-team section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.management-team .nav-tabs {
	border-bottom: 1px solid #dee2e6;
	width: 50%;
	margin: 0px auto 50px;
}

.management-team #tabs{
	background: #fff;
    color: #3E3E3E;
}
.management-team #tabs h6.section-title{
    color: #707070;
}

.management-team #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #707070;
    font-size: 24px;
	font-weight: 600;
}
.management-team #tabs .nav-tabs .nav-link:focus, .management-team #tabs .nav-tabs .nav-link:hover{
	color: #001A54 !important;
}
.management-team #tabs .nav-tabs .nav-item.show .nav-link, .management-team .nav-tabs .nav-link.active {
    color: #001A54 !important;
    background-color: transparent;
    border-color: transparent transparent #001A54;
    border-bottom: 4px solid !important;
    font-size: 24px;
    font-weight: 600;
}
.team-members {
	margin: 50px auto;
	text-align: center;
}

.team-members img {
	/* filter: grayscale(100%); */
  }

.team-members img:hover {
    filter: grayscale(100%);
    transition-duration: 0.2s;
}

.team-members h5 {
	text-align: center;
	color: #333333;
	font-size:20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 20px auto 10px;
}
.team-members p {
	font-size: 16px;;
	text-align: center;
	color: #707070;
}

.get-in-touch {
	background: #1889A6;
	margin-bottom: 50px;
	color: #fff;
	font-size: 18px;
}

.get-in-touch h3 {
	font-size: 34px;
	font-weight: 500;
	color: #fff;
}

.get-in-touch  .btn.btn-info {
	width: 197px;
	height: 50px;
	background: #001A54;
	border-radius: 28px;
	color: #fff;
	border: none;
	font-size: 15px;
	line-height: 36px;
	font-family: 'Poppins', sans-serif;
	margin: 20px auto 0px;
	font-weight: 500;
	display: block;
}

.btn-outline-success.focus, .btn-outline-success:focus {
	box-shadow: none !important;
}



 /*cyber offering page */

 .banner-cyber {
	background: url(../images/cyer-offering.png) no-repeat center top;
	background-size: 100%;
	max-height: 450px;
}

.banner-cyber h3 {
	color:#fff;
	font-size: 60px;
	text-align: center;
	line-height: 50px;
	padding: 50px 50px 10px;
}
.banner-cyber p {
	padding: 20px 50px 120px;
	color: #fff;
	text-align: center;
	width: 90%;
	margin: 0px auto 20px;
	font-size: 17px;
}

.cyber-offereing {
	margin-top: -110px;
}

.cyber-offereing .container-fluid {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.cyber-offereing ul li {
	width: 33.33%;
}
.faq {
	margin: auto;
}
.faq h2 {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	color: #1889A6;
	padding-bottom: 10px;
}
#home ul {
	margin: 10px auto;
}

#home ul li {
	width: 100%;
	margin-bottom: 10px;
	list-style: circle;
}
.cyber-offereing .nav-tabs .nav-item:first-child, .cyber-offereing .nav-tabs .nav-item:last-child {
	border: 0px;
}
.cyber-offereing .nav-tabs .nav-item.show .nav-link, .cyber-offereing .nav-tabs .nav-link.active{
	color: #fff;
	background-color: transparent !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	font-family: 'Poppins', sans-serif;
	border-right: solid 1px #fff !important;
	line-height: 74px;
	border-radius: 0px;
}
.cyber-offereing .nav-tabs .nav-link {
	color: #fff;
	background-color: transparent !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	font-family: 'Poppins', sans-serif;
	border-right: solid 1px #fff !important;
	border-left: solid 0px #fff !important;
	line-height: 74px;
	border-radius: 0px;
}
.cyber-offereing .nav-tabs .nav-link.active,  .cyber-offereing .nav-tabs .nav-link:hover {
	background-color: rgba(24,137,166,.5) !important;
	color: #fff !important;
	font-weight: 400 !important;
}

.cyber-offereing .nav-item img  {
	margin-right: 20px;
}

.cyber-offereing .nav-tabs {
	border: solid 1px #fff;
	border-bottom: 0px;
}
.cyber-offereing .nav-tabs .nav-item {
	text-align: center;
}
.cyber-offereing .gray-box {
	background: #F1F1F1;
	border-radius: 20px;
	margin: 20px auto;
	font-size: 17px;
	color: #3E3E3E;
	text-align: center;
	min-height: 267px;
}
.cyber-offereing .gray-box:hover {
	background: #1889A6;
	color: #fff;
}

.cyber-offereing .gray-box h3 {
	font-size: 28px;
	color: #1889A6;
	margin-bottom: 20px;
}
.cyber-offereing .gray-box:hover h3 {
	color: #fff;
}


.cyber-offereing .table {
	width: 100%;
	border:solid 1px #eee;
	margin: 30px auto;
}
 
.cyber-offereing .head-bg {
	background: #1889A6;
	color: #fff;
	height: 60px;
}
.cyber-offereing .table-striped tbody tr:nth-of-type(2n+2) {
	background-color: #F1F1F1 !important;
}
.cyber-offereing .table-striped tbody tr:nth-of-type(2n+1) {
	background-color: transparent !important;
}
.cyber-offereing .table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}
.cyber-offereing tbody td {
	border: none !important;
	text-align: center;
}
.cyber-offereing  .table thead tr {
	height: 60px;
}
.cyber-offereing  .table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}
.cyber-offereing tbody th {
	font-weight: 400;
	border: none !important;
}

.cyber-offereing tbody th.pad-left {
	padding-left: 10px;
}
.cyber-offereing tbody th.pad-left1 {
	padding-left: 10px;
}
.cyber-offereing #myTabContent {
font-size: 18px;
line-height: 30px;
}

.cyber-offereing #myTabContent .content-blue {
	background: rgb(212,233,238);
background: linear-gradient(90deg, rgba(212,233,238,1) 0%, rgba(212,233,238,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	 
	font-size: 18px;
	line-height: 35px;
	color: #3E3E3E;
}
.cyber-offereing #myTabContent h2 {
	text-align: center;
	font-size: 30px;
	color: #1889A6;
	font-weight: 400;
	margin-bottom:50px;
}

.cyber-offereing #myTabContent .box {
	width: 300px;
	float: left;
	margin: 0px auto;
	text-align: center;
	padding: 10px 0px 20px;
	font-size: 17px;
	line-height: 30px;
}
.cyber-offereing #myTabContent .box a {
	text-decoration: none;
	color: #3E3E3E;
}
.cyber-offereing #myTabContent .box a:hover {
	text-decoration: underline;
}
.cyber-offereing #myTabContent .box h3 {
	font-size: 34px;
	font-weight: 500;
	color: #3E3E3E;
	font-family: 'Poppins', sans-serif;
}
.cyber-offereing #myTabContent .box img {
	margin: 20px auto;
}
.cyber-offereing #myTabContent .business-content {
	margin: 0px auto;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.cyber-offereing #myTabContent .business-content h3 {
	font-size: 30px;
	font-weight: 500;
	color: #1889A6;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin-bottom: 30px;
}
.cyber-offereing #myTabContent .business-content img {
	float: right;
}
.cyber-offereing #myTabContent .business-content ul {
	margin: 30px 0px 0px;
	padding: 0px;
}
.cyber-offereing #myTabContent .business-content ul li {
	list-style: none;
	font-size: 18px;
	color: #3E3E3E;
	background: url(../images/bullet-1.png) no-repeat left 10px;
	padding-left:30px;
	margin: 0px 0px 13px;

}
.security-dna {
	margin: 30px auto;
	font-size: 17px;
	color: #3E3E3E;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}
.security-dna ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 10px 0px 0px;
}
.security-dna ul li {
	width: 100%;
	padding-bottom: 10px;
	line-height: 26px;
}
.security-dna h5, .security-dna h5 a {
	font-size: 20px;
	margin-bottom:20px;
	text-decoration: none;
	color: #1889A6;
	cursor: pointer;
}
.security-dna .btn.btn-primary {
	background: #001A54;
	border-radius: 28px;
	font-size: 18px;
	text-transform: none;
	line-height: 32px;
	width: 100%;
	height:46px;
	border: none;
	color: #fff;
	margin: 0px auto 20px;
	font-weight: 500;
	transition: all 0.4s ease-in-out;
	font-family: 'Poppins', sans-serif;
}
.security-dna .btn.btn-primary br {
	display: none;
}
.security-dna .btn.btn-primary:hover {
	transform: translateY(-5px);
	box-shadow: 0 2px 10px 0 rgba(118, 119, 125, 0.5);
}
.security-dna h3 {
	text-align: left;
	font-size: 30px;
	margin-bottom: 30px;
	color: #1889A6;
}
.security-dna p {
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}

.security-dna p b a {
	color: #3E3E3E;
}

.cyber-offereing .content-bg {
	background: url(../images/content-bg.png) no-repeat center top;
	background-size: cover;
	font-size: 18px;
	line-height: 26px;
	color:#fff;
}

.cyber-offereing .content-bg h3 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.cyber-offereing .content-bg ul {
	margin: 20px auto;
	padding: 0px;
}

.cyber-offereing .content-bg ul li {
	width:100%;
	list-style: none !important;
	background: url(../images/arrow.png) no-repeat left 5px;
	margin-right:0px;
	padding-left: 50px;
	margin-bottom:30px !important;
	font-size: 18px;
	font-weight: 400;
}
.cyber-offereing .content-bg ul li b {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}
.cyber-offereing .content-bg ul li br {
	margin: 5px auto;
}
.cyber-offereing .content-bg1 {
	background: url(../images/whycyber-eye.png) no-repeat center top;
	background-size: cover;
	font-size: 18px;
	line-height: 26px;
	color:#fff;
}
.cyber-offereing .content-bg1 h3 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.cyber-offereing .content-bg1 ul {
	margin: 20px auto;
	padding: 0px;
}

.cyber-offereing .content-bg1 ul li {
	width:100%;
	list-style: none !important;
	background: url(../images/arrow.png) no-repeat left 5px;
	margin-right:0px;
	padding-left: 50px;
	margin-bottom:30px;
}
.cyber-offereing .content-bg1 ul li b {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}
#profile .content-bg, .cyber-offereing #myTabContent .content-bg-profile {
	background: url(../images/Application-Security-ssessment.png) no-repeat center top;
	background-size: cover;
	font-size: 18px;
	line-height: 26px;
	color:#fff;
	text-align: center;
}
#profile .content-bg h3 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}
#profile .content-bg .box-white, .cyber-offereing #myTabContent .content-bg-profile .box-white {
	background:rgba(255, 255, 255, 0.2);	
	border-radius: 20px;
	margin: 20px auto;
	font-size: 18px;
	color: #fff;
	text-align: left;
}
.cyber-offereing #myTabContent .content-bg-profile .box-white ul {
margin: 20px 0px 0px 20px;
padding: 0px 0px;
}
.cyber-offereing #myTabContent .content-bg-profile .box-white li {
	text-decoration: none;
	color: #fff;
	width: 100%;
	padding-bottom: 10px;
}
.cyber-offereing #myTabContent .content-bg-profile .box-white ul li a {
	text-decoration: none;
	color: #fff;
}


.cyber-offereing .penetration-test {
	margin: 30px auto;
	font-size: 18px;
	color: #3E3E3E;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}
.cyber-offereing .penetration-test h2 {
	font-size: 22px;
	color: #3E3E3E;
	margin-bottom: 30px;
	text-align: left;
}

.cyber-offereing .penetration-test ul {

}

.cyber-offereing .penetration-test ul li {
	width:100%;
	list-style: none;
	background: url(../images/blue-arrow.png) no-repeat left 5px;
	margin-right:0px;
	padding-left: 50px;
	margin-bottom:20px;
}

#contact .content-bg {
	background: url(../images/Penetration-bg.png) no-repeat center top;
	background-size: cover;
	font-size: 18px;
	line-height: 26px;
	color:#fff;
	text-align: center;
}
.cyber-offereing #contact .content-bg h3 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-align: left;
}

.cyber-offereing #contact .content-bg ul {
	margin: 20px 20px;
	text-align: left;
}

.cyber-offereing #contact .content-bg ul li {
	background:none;
	text-align: left !important;
	list-style: disc;
	margin-bottom: 15px;
	padding-left: 20px	;
}
.sitemap-content {
	text-align: left;
	font-size: 17px;
	color: #3E3E3E;
}

.sitemap-content ul {
	margin: 20px auto;
}

.sitemap-content ul li  {
	list-style: none;
	padding: 0px 0px 20px 30px;
	background: url(../images/sitemap-arrow.png) no-repeat left 5px;
}


.privacy-content {
	text-align: left;
	font-size: 17px;
	color: #3E3E3E;
}

.privacy-content  h3 {
	font-size: 28px;
	color: #1889A6;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-align: left;
}
.privacy-content p {
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 15px;
}
.privacy-content ul {
	margin: 20px auto;
}

.privacy-content ul li  {
	list-style: none;
	padding: 0px 0px 20px 30px;
	background: url(../images/sitemap-arrow.png) no-repeat left 5px;
}

.banner-privacy h3 {
	color: #fff;
	font-size: 60px;
	text-align: center;
	line-height: 60px;
	padding: 100px 50px 100px;
}

.banner-privacy {
	background: url(../images/privacy-policy.jpg) no-repeat center top;
	background-size: 100%;
	max-height: 350px;
}


.banner-terms h3 {
	color: #fff;
	font-size: 60px;
	text-align: center;
	line-height: 60px;
	padding: 100px 50px 100px;
}

.banner-terms {
	background: url(../images/terms-and-conditions.jpg) no-repeat center top;
	background-size: 100%;
	max-height: 350px;
}


.banner-sitemap h3 {
	color: #1889A6;
	font-size: 60px;
	text-align: center;
	line-height: 60px;
	padding: 100px 50px 100px;
}

.banner-sitemap {
	background: url(../images/sitemap.jpg) no-repeat center top;
	background-size: 100%;
	max-height: 350px;
}


.banner-application {
	background: url(../images/app-assesment-banner.png) no-repeat center top;
	background-size: 100%;
	max-height: 450px;
}

.banner-application h3 {
	color:#fff;
	font-size: 60px;
	text-align: center;
	line-height: 50px;
	padding: 50px 50px 10px;
}
.banner-application p {
	padding: 20px 0px 120px;
	color: #fff;
	text-align: center;
	width: 90%;
	margin: 0px auto 20px;
	font-size: 17px;
}
.banner-application p a {
	text-decoration: none;
	color: #fff;
}

.cyber-application {
	margin-top: -110px;
}

.cyber-application .container-fluid {
	padding: 0px;
	margin: 0px;
}

.cyber-application ul li {
	width: 33.33%;
}

.lets-talk-mobile {
	display: none;
}



.security-dna #sitedetailspopup .modal-dialog {
	max-width: 700px;
	text-align: left;
}
.security-dna #sitedetailspopup .modal-header {
	background: none;
	border-bottom: 0px;
	padding-left: 0px;
}
.security-dna #sitedetailspopup .modal-body {
	margin-bottom: 0px;
	padding: 0px;
}
.security-dna #sitedetailspopup .modal-content.p-3 {
	border: none;
	border-radius: 10px;
}
.security-dna #sitedetailspopup .modal-header h5.modal-title {
	font-size:25px;
	color: #1889A6;
	text-align: left;
	width:100%;
	margin: auto;
	line-height: 30px;
}
.security-dna #sitedetailspopup input, .security-dna #sitedetailspopup textarea {
	border:none;
	background: #EFEFEF;
	border-radius: 5px;
}
.security-dna #sitedetailspopup label {
	font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.security-dna #sitedetailspopup input {
	height:42px;
	border-radius: 6px;
	border:none;
	background: #EFEFEF;
	box-shadow: none;
	margin: 0px auto 0px;
}
.security-dna #sitedetailspopup .modal-footer {
	border:none;
	padding: 0px;
}

.security-dna #sitedetailspopup .modal-footer .btn.btn-primary {
	background: #001A54;
	border-radius: 28px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 32px;
	width: 145px;
	height:46px;
	border: none;
	color: #fff;
	margin: 20px auto 0px;
}



.show-in-mobile, .navbar-text1 {
    display: none;
}

#ascrail2001 {
	padding-right: 20px;
}

.error {
	color: red;
	font-size:14px!important;
}

form[name='subscriptionForm']{
	position: relative;
}
#email-error {
	position: absolute;
	bottom: -34px;
	left: 5px;
}
.quick-check .form-inline {
	position: relative;
}

.blue-color{
	color:#001A54;
}

.banner-thankyou{
	background: url(../images/thankyou.jpg) no-repeat center center;
	background-size: 100%;
	max-height: 350px;
}

.banner-thankyou h3 {
	color: #fff;
	font-size: 60px;
	text-align: center;
	line-height: 60px;
	padding: 100px 50px 100px;
}


/*cookies policy*/

.cookie-overlay {
	position: static; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.0); /* Black background with opacity */
	z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
   /* cursor: pointer; */ /* Add a pointer on hover */
  }
  
  .cookie-overlay .bg-white {
	  position: fixed;
	  bottom:0rem;
	  left: 0%;
	  right: 0%;
	  background: #fff;
	  z-index: 9999;
	  line-height: 20px;
	  font-size: 14px;
	  border-radius: 0px;
	  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	  text-align: left;
	  width: auto;
  }
  
	.cookie-overlay a {
	  text-decoration: underline;
	  color: #1889A6 !important;
	}
  
	.cookie-overlay .bg-warning {
	  background-color: #fff1c6 !important;
  }
	.cookie-overlay .close-cookies {
	  cursor: pointer;
	}
  
	.cookie-overlay h4 {
	  color: #E62B22 ;
	  font-weight: 600;
	  font-size: 1rem !important;
	  /* font-size: 3.5vw; */
	  text-align: left;
	}
	.cookie-overlay .btn {
	  font-size: 0.9rem;
	}
  
  
  .modal-backdrop {
	  position: unset;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 0;
	  background-color: #000;
  }
  
  .modal-backdrop.show {
	  opacity: 1;
	background: none;
	position: unset;
	z-index: unset;
  }

  .modal-open {
	overflow: visible;
}
  
  
  
  .cookie-overlay .bg-white .modal {
	  position: fixed;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: unset;
	  z-index: 1050;
	  display: none;
	  overflow: hidden;
	  outline: 0;
  }
  
  .cookie-overlay .bg-white .modal-header {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: flex-start;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  padding: 1rem 1rem 0px;
	  border: 0px;
  }
  
  .cookie-overlay .bg-white .modal-body {
	  padding: 0rem 2rem 1rem;
  }
  
  .cookie-overlay .bg-white .modal-body h5 {
	   color: #E62B22 ;
	 font-size: 1rem;
	 font-weight:600;
  }
  
  .cookie-overlay .bg-white .modal-content {
	background: rgba(255, 255, 255, .90);
	height: 100%;
	right:-17px;
  }
  .cookie-overlay .bg-white .modal-content .card-body{
   overflow-y: auto;
   scroll-behavior: smooth;
   font-size: 13px;
   line-height: 18px;
  }
  .cookie-overlay .bg-white .modal-footer {
	  padding: 1rem;
	  border-top: 0px solid #e9ecef;
  }
  
  .cookie-overlay .bg-white .modal .modal-dialog {
	  max-width: 600px;
	  margin: 0px 0px;
	float: right;
	height: 100%;
	 
  }
  
  .cookie-overlay .bg-white .btn-orange {
	  background: #1889A6;
	  color: #fff;
	margin: auto;
	display: inline-block;
	font-weight: 700;
	width: 150px;
	height: 45px;
	font-size: 15px;
  }
  .cookie-overlay .bg-white .btn-success {
	  background:none !important;
	  color: #1889A6;
	margin: auto;
	display: inline-block;
	font-weight: 700;
	width: 150px;
	height: 45px;
	border:none !important;
	text-decoration: underline;
	font-size: 15px;
  }
  
  
  .cookie-overlay .bg-white #exampleModal .btn-orange {
	  background-color: #1889A6;
	  color: #fff;
	margin: auto;
	display: block;
	font-weight: 700;
	width: 150px;
	height: 45px;
  }
  
  .cookie-overlay .bg-white .modal-body .accordion .card-header::after {
	font-family: 'FontAwesome';  
	content: "\f068";
	float: left; 
	font-size:15px;
	margin-right: 20px;
	font-weight: 400;
	color: #585858;
  }
  
  .cookie-overlay .bg-white .modal-body .accordion .collapsed::after {
	/* symbol for "collapsed" panels */
	content: "\f067"; 
	font-family: 'FontAwesome';  
	color: #585858;
  }
  
  .cookie-overlay .bg-white #exampleModal{
   width: 100%;
	background-color: rgba(0,0,0,0.50); /* Black background with opacity */
	z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
   /* cursor: pointer; */ /* Add a pointer on hover */
  }
  
  .cookies-policy h5 {
	  color: #001A54;
	font-weight: 700;
  }
  .cookies-policy h5 b {
	  color: #E62B22 ;
	font-weight: 500;
  }
  
  .cookies-policy hr {
	margin: 30px auto;
  }
  
  .cookies-policy .nav-tabs {
	  border-bottom: 0px solid #dee2e6;
	margin-bottom: 20px;
  }
  
  .cookies-policy .nav-tabs .nav-item {
	  margin: 0px 10px 0px;
  }
  
  .cookies-policy .nav-tabs .nav-link {
	  border: none;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
  }
  
  .cookies-policy .nav-tabs .nav-item.show .nav-link, .cookies-policy .nav-tabs .nav-link.active {
	  color: #E62B22 ;
	  background-color: #fff;
	  border-bottom: 3px solid #E62B22 ;
  }
  
  .close {
	  opacity:1;
  }
  
  .cookies-btn {
	  background-color: #001A54;
	  height: 43px;
	  width: 43px;
	  border-radius: 100%;
	  position: fixed;
	  bottom: 46px;
	  left: 25px;
	  cursor: pointer;
	border:solid 1px #dcdcdc;
	padding: 3px;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
  -moz-box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
  box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
  }
  
   
  .cookies-policy .table-bordered thead th {
	color: #E62B22 ;
  }

  .cookies-policy p {
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 15px;
}

.cookies-policy ul {
	margin: 0px;
	padding: 0px;
}

.cookies-policy ul li {
	font-size: 16px;
	line-height: 30px;
}

.cookies-policy h3 {
	font-size: 28px;
	color: #1889A6;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-align: left;
}

.cookie-overlay .btn-success.focus, .cookie-overlay .btn-success:focus {
	box-shadow: 0 0 0 .2rem rgb(24, 137, 166) !important;
}

.cookie-overlay .btn-success:not(:disabled):not(.disabled).active, .cookie-overlay .btn-success:not(:disabled):not(.disabled):active, .cookie-overlay .show > .btn-success.dropdown-toggle {
	color: #1889A6;
	background-color: #fff;
	border-color: #1889A6;
}
  
  /*body.modal-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
  }*/
 
  .cookie-overlay .bg-white #exampleModal .card-header {
	background-color:#fff;
	border-bottom: 1px solid rgba(0,0,0,.125);
	padding: .75rem 1.25rem !important;
 
}
 
 
  @media (max-width: 560px) {
   
	.cookie-overlay h4 {
	  font-size: 0.85rem !important;
	  margin: 10px 0px 0px 25px !important;
  }
  .cookie-overlay .bg-white {
	font-size: 12px;
  }
  .cookie-overlay .bg-warning {
	margin-bottom: 10px;
  }
  .bg-white.p-4 {
	padding: 10px 0px !important;
  }
  .cookie-overlay .bg-white .modal-content {
	background: rgba(255, 255, 255, .90);
	height: 100%;
	right: 0;
  }
  .cookie-overlay .bg-white .modal-header img {
	width: 70%;
  }
  }