/* -----------------
global settings 
------------------*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}
::before,
::after{
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
body{
	font-family: Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}
a{
	text-decoration: none;
}
ul{
	list-style-type: none;
}
.wrapper{
	width: 100%;
	height: 100vh;
	/*overflow: auto;*/
	padding: 0 7.39vh 7.39vh 7.39vh;
	background-color: grey;
}

/*Master Header Styles*/
.wrapper .mast-head{
	width: 100%;
	height: 7.39vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*justify-content: center;*/
	padding: 5px 20px;
	background-color: rgb(100, 179, 228);
}
.wrapper .mast-head .name{
	/*width: 45%;*/
}
.wrapper .mast-head .name p{
	font-size: 30px;
	margin-top: -5px;
	color: #ffffff;
	text-transform: uppercase;
	font-family:"Arial Narrow";
}
.wrapper .mast-head .desc{
	/*width: 55%;*/
	margin-left: 20px;
}
.wrapper .mast-head .desc .heading{
	font-family: "Times New Roman", Sans-Serif;
	font-size: 24px;
	margin: 0;
	line-height: 16px;
	color: #3b3951;
	text-transform: capitalize;
}
.wrapper .mast-head .desc .sub-heading{
	font-size: 14px;
	color: #3b3951;
	font-weight: 600;
	font-family:Helvetica;
}


/*Menu Styles*/
.wrapper .menu{
	width: 100%;
	height: 4.9vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	background-color: black;
}
.wrapper .menu ul{
	width:100%;
	padding-left:27.5%;
	/*text-align: right;
	margin: auto;
	text-align: center;
	*/
}
.wrapper .menu ul li{
	display: inline-block;
	margin-right: 15px;
}
.wrapper .menu ul li a{
	font-size: 14px;
	color: #ffffff;
	text-transform: capitalize;
	transition: all 0.3s ease;
}
.wrapper .menu ul li a:hover{
	opacity: 0.8;
	font-size: 15px;
}
.wrapper .menu ul li.dropdown-btn{
	position: relative;
}
.wrapper .menu ul .dropdown-btn a:hover{
	color: #c4e0b2;
}
.wrapper .menu ul .dropdown-btn:nth-child(2) a:hover{
	color: #f1cfa2;
}
.wrapper .menu ul li .dropdown-content{
	display: none;
	min-width: 250px;
	position: absolute;
	top: 25px;
	background-color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	padding: 5px 0;
	border: 1px solid #000000;
	text-align: left;
}
.wrapper .menu ul li.dropdown-btn:hover .dropdown-content {
  display: block;
}
.wrapper .menu ul li .dropdown-content li{
  display: block;
}
.wrapper .menu ul li .dropdown-content li a{
  position: relative;
  font-size: 12px;
  color: #000000;
  padding: 3px 10px;
  display: block;
}

/*Main Styles*/
.wrapper .main{
	width: 100%;
	height: 79.32vh;
	display: flex;
	flex-wrap: wrap;
	/*overflow: hidden;*/
}

/*Sidebar Styles*/
.wrapper .main .sidebar{
	width: 25%;
	height: 100%;
	background-color: rgb(239, 245, 252);
}
.wrapper .main .sidebar ul{
	width: 100%;
	height: 100%;
}
.wrapper .main .sidebar ul li{
	height: 14%;
	border-bottom: 3px solid #d6d6ff;
}
.wrapper .main .sidebar ul li:last-child{
	border-bottom: none;
}
.wrapper .main .sidebar ul li a{
	width: 100%;
	height: 100%;
	font-size:22px;
	color: #2c2a2b;
	line-height: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 20px;
	font-family:"Times New Roman", Times, serif;
}

.wrapper .main .center{
	width: 55%;
	padding: 4.9vh;
	background-color: #ffffff;
}
.wrapper .main .center .a4-webpage{
	width: 100%;
	height: 100%;
	background-color: pink;
}
.wrapper .main .center .a4-webpage .a4-webpage-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.wrapper .main .center .a4-webpage .a4-webpage-img img{
	width: 100%;
	height: 100%;
}
.wrapper .main .center .a4-webpage .heading{
	font-size: 28px;
	padding-top: 20px;
	text-transform: uppercase;
	text-align: center;
}
.wrapper .main .advert{
	width: 20%;
	padding: 4.9vh 4.9vh 4.9vh 0;
	background-color: #ffffff;
}
.wrapper .main .advert .ads{
	width: 100%;
	height: 100%;
	/*padding-top: 20px;*/
	cursor: pointer;
	background-color: yellow;
}
.wrapper .main .advert .ads img{
	width: 100%;
	height: 100%;
}
.wrapper .main .advert .ads p{
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}


/* -------------------------
secret-whistlerblower.html
--------------------------*/
.secret-whistlerblower-cont{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
.secret-whistlerblower{
	width: 100%;
	height: 100%;
	padding: 0 20px;
	border: 1px solid black;
}
.secret-whistlerblower .heading{
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	color: #5879bc;
	line-height: 20px;
}
.secret-whistlerblower .sub-heading{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 50px;
	font-family:Helvetica !important;
}
.secret-whistlerblower .desc{
	font-size: 10px;
	font-weight: 600;
}
.secret-whistlerblower .desc span{
	color: #d84b35;
}
.secret-whistlerblower .left-right{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}
.secret-whistlerblower .left{
	width: 75%;
}
.secret-whistlerblower .left p{
	font-size: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.secret-whistlerblower .left a{
	font-size: 14px;
	color: #6572b6;
}
.secret-whistlerblower .right{
	width: 20%;
}
.secret-whistlerblower .right img{
	width: 100%;
}
.secret-whistlerblower .right a{
	display: block;
	background-color: #6572b6;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	padding: 7px 5px 5px 0;
	font-size: 14px;
	margin-top: -10px;
}


/* --------------
contact.html
---------------*/
.contact-cont{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
.contact-cont .contact{
	width: 100%;
	height: 100%;
	padding: 0 20px;
	border: 1px solid black;
}
.wrapper .main .center .a4-webpage .contact-cont .contact .heading{
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	line-height: 20px;
}
.contact-cont .contact .sub-heading{
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	line-height: 30px;
}
.contact-cont .contact .sub-heading1{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 22px;
}
.contact-cont .contact .contact-items{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.contact-cont .contact .contact-items .contact-item{
	width: 47%;
}
.contact-cont .contact .contact-items .contact-item img{
	width:100%;
	height:100%;
}
.contact-cont .contact .contact-items .contact-item .contact-item-heading{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.contact-cont .contact .contact-items .contact-item .contact-item-desc{
	font-size: 8px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 10px;
}
.contact-cont .contact .contact-items .contact-item .step-heading{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width:20%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	color:#385692;
}
.contact-cont .contact .contact-items .contact-item .step-des{
	font-size: 12px;
	color: #000000;
	font-weight: 400;
	width:80%;
	display: flex;
	flex-wrap: wrap;
}
.wrapper .main .advert .ads .contact-form{
	width: 100%;
	height: 100%;
	background-color: #e4e6ec;
}
.wrapper .main .advert .ads .contact-form .contact-form-heading{
	background-color: black;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
}
.wrapper .main .advert .ads .contact-form form{
	padding: 10px;
	padding-bottom: 0;
}
.wrapper .main .advert .ads .contact-form .form-group{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.wrapper .main .advert .ads .contact-form .form-group .form-group-item{
	width: 48%;
}
.wrapper .main .advert .ads .contact-form .form-group .form-control{
	width: 100%;
	padding: 4px 10px;
	border: none;
	outline: none;
	font-size: 12px;
}
.wrapper .main .advert .ads .contact-form .form-group label{
	font-size: 13px;
	/*font-weight: 600;*/
	display: block;
	margin-bottom: 5px;
}
.wrapper .main .advert .ads .contact-form .form-group .form-control::placeholder{
	color: #d4d8e0;
	font-size: 12px;
}
.wrapper .main .advert .ads .contact-form .form-group .submit-btn{
	border: none;
	background-color: #5779bb;
	color: #ffffff;
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 600;
}
.footer{
	text-align:center;
	font-size:14px;
	font-weight:500;
	padding-top:5px;
}
.footer a{
	color:#ffffcc;
}

/* --------------
Checker app style
---------------*/
.checker-app{
	width: 100%;
	height: 100%;
	background-color: #e9f2ca;
	position:relative;
}
.checker-app .btn-sub{
	width:100%;
}
.form-content{
	width: 100%;
	height: 100%;
	padding:10px;
}
.checker-app .form-group{
	padding:10px;
}
.app-content{
	font-family:Helvetica;
	font-size:13px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 10px;
}
.checker-app .app-heading{
	background-color:#2b2b2b;
	color:#FFF;
	font-family:Helvetica;
	font-size:10px;
	font-weight:600;
	text-align:center;
}
.checker-app .app-heading img{
	width:100%;
}
.checker-app .form-group{
	padding:5px;
}
.checker-app .form-group .submit-btn{
	border: none;
	background-color: #5779bb;
	color: #ffffff;
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer;
}
.form-group label{
	width:100%;
	font-size:10px;
	font-family:Helvetica;
	font-weight:600;
	display:block;
}
.form-group select{
	width:100%;
}
.form-group input{
	width:100%;
}
.form-group .form-control{
	width: 100%;
	padding: 4px 10px;
	border: none;
	outline: none;
	font-size: 12px;
}
.bluecolortext{
	color:#385692;
}
.headingsidebar{
	font-family: "Times New Roman", Sans-Serif;
	font-size: 32px;
	color: #385692;
	text-align:center;
	line-height:34px;
	margin-top:10px;
	margin-bottom:10px;
}
.sidebar-sub-heading{
	font-size: 16px;
	font-weight: 400;
	font-family:Helvetica;
	text-align: center;
	line-height: 22px;
}
.select-control{
	width: 100%;
	padding:12px;
	border: none;
	outline: none;
	font-family:Helvetica;
	font-weight:400;
  	font-size:14px;
}
.select-control-new{
	width: 100%;
	padding:8px;
	border: none;
	outline: none;
	font-family:Helvetica;
	font-weight:400;
  	font-size:14px;
}
.select-control-small{
	width: 100%;
	padding:5px;
	border: none;
	outline: none;
	font-family:Helvetica;
	font-weight:400;
  	font-size:12px;
}
.notetext{
	font-family:Helvetica;
	font-weight:600;
	font-size:10px;
	padding-bottom:5px;
}
.notetextsmall{
	font-family:Helvetica;
	font-weight:400;
	font-size:14px;
	padding-bottom:5px;
	text-align:left;
	text-transform:none;
}
.titleimg img{
	width:100%;
	height:auto;
}
.checkerapp-btn{
	bottom:-30px;
	position:absolute;
	width:100%;
}
.send-btn{
	bottom:-10px;
	position:absolute;
	width:100%;
}
.contact-item{
	width: 48%;
	display:inline-block;
	margin-bottom:10px;
}
.last{
	float:right;
}
.mb10{
	padding-bottom:4px;
}
.mb11{
	margin-bottom:10px;
}
.mb12{
	margin-bottom:5px;
}
/* --------------
Contact app style
---------------*/
.contact-app{
	width: 100%;
	height: 100%;
	background-color: #e0e1e3;
	position:relative;
}
.contact-app .btn-sub{
	width:100%;
}
.contact-app .form-group{
	padding:10px;
}
.contact-app .app-heading{
	background-color:#2b2b2b;
	color:#FFF;
	font-family:Helvetica;
	font-size:10px;
	font-weight:600;
	text-align:center;
}
.contact-app .app-heading img{
	width:100%;
}
.contact-app .form-group{
	padding:5px;
}
.contact-app .form-group .submit-btn{
	border: none;
	background-color: #5779bb;
	color: #ffffff;
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer;
}
/* --------------
Comments suggestions
---------------*/
.comments{
	width:100%;
	height:100%;
	background-color: #eef2ce;
}
.commentscontent{
	padding:0px 15px;
}
.commentsblocks{
	width:48%;
	display:inline-block;
}
.commentsblocks img{
	width:100%;
	height:auto;
}
.commentsblocks input{
	width:100%;
	height:auto;
}
.scoreblocks{
	width:40%;
	display:inline-block;
}
.scoreblocks img{
	width:100%;
	height:auto;
}
.scoreblocks-one{
	width:58%;
	display:inline-block;
}
.scoreblocks-one label{
	width:25%;
	height:auto;
	float:left;
	padding:0;
	margin:0;
}
.scoreblocks-one img{
	width:100%;
	padding:0px;
	margin:0px;
}

.serviceradio{
	width:58%;
	display:inline-block;
}
.serviceradio img{
	width:100%;
	height:auto;
}
.serviceradio-one{
	width:38%;
	display:inline-block;
}
.serviceradio-one label{
	width:38%;
	height:auto;
	float:left;
	padding:0;
	margin:0;
}
.serviceradio-one img{
	width:40px;
	height:40px;
	padding:0px;
	margin:0px;
}

.satisfied{
	width:68%;
	display:inline-block;
}
.satisfied img{
	width:100%;
	height:auto;
}
.satisfied-one{
	width:28%;
	display:inline-block;
}
.satisfied-one label{
	width:23%;
	height:auto;
	display:inline-block;
	padding:0;
	margin:0px;
}
.satisfied-one img{
	width:40px;
	height:40px;
	padding:0px;
	margin:0px;
}
.ml-5{
	margin-left:25px;
}

.step3{
	width:43%;
	display:inline-block;
}
.step3 img{
	width:100%;
	height:auto;
}
.step3-one{
	width:48%;
	display:inline-block;
}

.step4{
	width:55%;
}
.step4 img{
	width:100%;
	height:auto;
}
.step4-one{
	width:38%;
	display:inline-block;
}
.formhalf{
	width:48%;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.cformtext{
	font-size:14px;
	padding:5px 0px;
}
.cformtext img{
	width:93% !important;
	height:auto;
	float:right;
}
.cformtext1{
	font-size:12px;
	padding:5px 0px;
	line-height:normal;
}
.cformtext2{
	padding:5px 0px;
}
.cformtext2 img{
	width:90% !important;
	padding-bottom:3px;
}
.cborder{
	padding: 0 10px;
    border: 1px solid black;
	background:#FFF !important;
}
.tcenter{
	text-align:center;
}
.newstyleforms{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newstyleforms img{
	width:100%;
	height:100%;
}
.newstyleforms .halfblock{
	width:50%;
	float:left;
}
.newstyleforms .halfblock-one{
	width:38%;
	float:left;
}
.newstyleforms .halfblock-two{
	width:62%;
	float:left;
}
.pr25{
	padding-right:25px;
}
.pl25{
	padding-left:25px;
}
.freepage-bg{
	background-color:#ecf2ce;
}

.contact-cont .contact .contact-items .contact-item1{
	width: 27%;
}
.contact-cont .contact .contact-items .contact-item1 img{
	width:100%;
	height:100%;
}
.contact-cont .contact .contact-items .contact-item1 .contact-item-heading{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.contact-cont .contact .contact-items .contact-item2{
	width: 73%;
}
.contact-cont .contact .contact-items .contact-item2 img{
	width:100%;
	height:100%;
}
.pdfform-bg{
	background:#e7edbc;
}
.contact-cont .contact .contact-items .contact-item3{
	width: 40%;
	margin-right:2%;
}
.contact-cont .contact .contact-items .contact-item3 img{
	width:100%;
	height:100%;
}
.contact-cont .contact .contact-items .contact-item3 .contact-item-heading{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.contact-cont .contact .contact-items .contact-item4{
	width: 58%;
}
.contact-cont .contact .contact-items .contact-item4 img{
	width:100%;
	height:100%;
}
.smalltext{
	font-size:11px;
	line-height:15px;
}
/* --------------
responsive
---------------*/
@media(max-width: 1024px){
	
}
@media(max-width: 991px){
	
}
@media(max-width:  767px){	
	
}
@media(max-width: 575px){
	
}
