@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;800&display=swap');

body{
	background-color:#fff;
    color: #111;
	font-family: 'Poppins';
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px !important;
margin-left: 0px !important;
}

.banner{
    background-image: url(../images/backgroundimg.png);
    background-size: cover;
    background-repeat: NO-REPEAT;
    background-position: top center;
    width: 100%;
    
}
.navbar{
	padding:0;
}
.navbar .navbar-brand{
	color:#151314;
	text-align:center;
	font-size: 33px;
}


.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.main{
	width:100%; 
	text-align:center; 
	
	z-index:2;
	
}

.main h2{
	color:#fff;
	font-size:38px;
	/* font-weight:bold; */
}

.main-head{
	text-transform:uppercase;
	color:#fff;
	width:100%; 
	text-align:center;
	margin:30px;
	background-color:rgb(0 0 0 / 60%);
	padding:20px;
	font-weight:bold;
	z-index:2;
	
}

.main-head h4{
font-size:30px;	
}

.main-head p{
font-size:14px;	
}

.form-group{
	text-transform:uppercase;
	}

.form .btn-primary{
	border-radius:0;
	text-transform:uppercase;
	width:100%;
	padding: 4px 0;
}

.form .btn-primary .sub-text{
	width: 100%;
    float: left;
    font-size: 14px;
    font-weight: normal;

}
.form-control{
	border-radius:0;
	height: 45px;
	border: 0;
}
.form-group{
	margin:0;
	width:100%;
}

.btn-primary{
	background-color:#040404;
	text-transform:capitalize;
	color: #fff;
    
    font-size: 19px;
	border:3px solid #040404;
	border-radius:0;
	text-transform: uppercase;
    font-weight: normal;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
	background-color: #040404!important;
    color: #fff !important;
    border:3px solid #040404 !important;
	box-shadow:none !important;
}
.form-control::placeholder{
	color:#c7c7c7;
	font-weight: normal;
}

.applybtn{
	width:100%;
	margin:30px 0px 10px;
	
}

.whatis{
	margin: 75px 0px;
	display:flex;
	
}

.whatis .question{
	font-size:24px;
	line-height:1.5;
}

.whatis .first{
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
	background-color:#f49520;
	border-radius:6px;
	    padding: 12px 30px;
   	text-decoration:none;
}


.work
{
	width:100%
	}

.work h4{
	
	text-align:center;	
	width:100%;
}
.work{
	display:flex;
	color:#000;
	flex-wrap: inherit;
}

.workpart{
	padding-top:20px;
	text-align:center;
	min-height: 382px;
	border-radius:10px;
	background-color:#fff;
	margin-bottom: 1rem;

}

.workpart img{
	padding-top:20px;
	padding-bottom:20px;
}

.work h6 {
    text-transform: uppercase;
    font-size: 16px;
    padding: 0px 5px;
}

.work p{
	font-size:16px;
	padding:5px 15px 20px;
	
}

.banner2{
    /* background-image: url(../images/background2.jpg); */
	background-color: #00957b;
    background-size: cover;
    background-repeat: NO-REPEAT;
    background-position: top center;
    width: 100%;
	padding: 4rem;
    min-height: 675px;
	
}

.title{	
	color:#fff;
	margin-top:26px;
	text-align:center;
	width:100%;
}

.title h4{
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-size:28px;
}

.title p{
	padding:0px;
	margin:0px;
	color:#fff;
	font-size:24px;
	margin-bottom:60px;
}

.question .main{
	margin:0px 0 40px;
	margin-top:86px;
    display: inline-block;
    width: 96%;
    text-align: center;
    color: #040404;
    font-weight: bold;
    font-size: 34px;
}

.question h4{
	margin: 55px 0 14px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.question h2{
	font-weight:bold;
	margin:15px;
}

.faq{
    text-align: center;
    margin: 0px 0 100px;
    display: inline-block;
	width:100%;
}
.faq .accordion{
	text-align:left;
	display:flex;
}
.accordion .card{
	border:0;
    display:flex;
}
.accordion .card .card-header{
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.accordion .card .card-header .btn-link{
    color: #262626;
    background: #f7f7f7;
    width: 100%;
    text-align: left;
    border: 1px solid #c3c3c3;
    padding: 14px;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 300;
	text-decoration:none;

	font-weight:bold;
}
.accordion .card .card-header .btn-link::before {
	content: "+";
	padding-right: 19px;
}
.accordion .card .card-body{
    padding: 0 0 16px 30px;
    font-size: 15px;
    color: #9a9999;
	font-weight:300;
}
.more-question {
	margin-top: 24px;
}
.more-question h4{
	 color: #040404;
	 text-transform:uppercase;
	 font-weight:bold;
	 padding-bottom:10px;
}
.faq .qabtn{	
    position: relative;
	text-align:center;
    }

.faq .btn-primary{
	background-color:#208144;
	/* color:#fffss; */
	max-width:200px;
	width:100%;
	border:none;
    font-size: 22px;
	border-radius:6px;
	text-transform:none;
	padding:5px;
}

.advantage{
	width:100%;
	margin:0px 0px 50px;
	
	
}
.advantage h4{
	margin:0px 0 40px;
	margin-top:20px;
    display: inline-block;
    width: 96%;
    text-align: center;
    color: #040404;
    font-weight: bold;
    font-size: 34px;
}
.module{
	display:flex;
	margin-bottom:50px;
}


.module .modsection .mod{
	background-color:#f49520ec;;
	color:#fff;
	padding:5px 30px 15px;
	font-size:18px;
	border-radius:7px;
}

.module .modsection .mod .number{
	background-color: #00957b;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
	font-size:22px;
    width: 26%;
    
    border-radius: 50px;
}

.number{
	position:relative;
	right:-89px;
	top:-45px;
}
.text{
	text-align:center;
	margin-top:-25px;
	line-height: 22px;
}


/* .footer{
	text-align:left;
	color:#fff;
	border-bottom:1px solid #fff;
	font-size:12px;
		margin-bottom:15px;
		width:100%;
} */
/* .footer ul{
	padding:15px 0;
	margin:0;
	text-align: left;
    width: 100%;
}
.footer ul li{
	color:#fff;
	display:inline-block;
}
.footer ul li:after{
	content:'  -  ';
}
.footer ul li:last-child{
	float:right;
}
.footer ul li:last-child:after,
.footer ul li:nth-child(8):after{
	display:none;
}
.footer ul li a{
	color:#fff;
}

.disclaimer {
  font-size: 13px;
  line-height: 1.5;
  text-align:left;
  color:#fff;
}
.disclaimer p{
	margin: 10px 0px 0px;
	font-size:12px;
}
.disclaimer a{
	color:#fff;
}
.disclaimer p.collapse:not(.show) {
    height: 40px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	font-size:12px;
    -webkit-box-orient: vertical;
}

.disclaimer p.collapsing {
    min-height: 40px !important;
	margin: 10px 0 0;
	font-size:12px;
}

.disclaimer a.collapsed:after  {
    content: 'Read More';
	font-size:12px;
}

.disclaimer a:not(.collapsed):after {
    content: 'Read Less';
	font-size:12px;
}

.footerhead{
	background-color:#208144;
	padding:20px 0px;
} */



@media (min-width: 700px){
	.btn-primary {
		padding: 4px 4px;
	}
.main{
	margin-top:75px;	
}
.banner{
    
    min-height: 610px;
}
.whatis .button{
	
    margin: 0px 0px 0px 0px;
    padding: 33px 0px;
}
.whatis .first{
	
    margin: 30px 8px 0px 0px;
	
}
.whatis img {
    /* display: none; */
    width: 100%;
    margin-top: 4rem;
}
.module .modsection{
	padding:0px;
}
.module .modsection .mod .number{
	background-color: #00957b;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
	font-size:22px;
    width: 26%;
    padding: 7px 0px 0px;
    border-radius: 50px;
}
.number{
	
position: relative;
    right: -55px;
    top: -39px;
}
}

@media (min-width: 992px){
.btn-primary{
    padding: 4px 30px;
}	
.main{ 
	margin-top:120px;
	
}
.banner{
    min-height: 675px;
}
.whatis img{
display:block;
  margin: 0px 15px 0px;

}
.whatis .button{
	margin:30px 40px 0px 0px;
}
.whatis .first{
	
    margin: 30px 30px 0px 0px;
	
}
.module .modsection{
	padding:0px 0px;
}

.module .modsection .mod .number{
	background-color: #00957b;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
	font-size:22px;
    width: 26%;
    padding: 9px 0px 0px;
    border-radius: 50px;
}
.number{
	position:relative;
	right:-89px;
	top:-45px;
}
}
/*================= FOOTER =================  */
.footer_content ul{
	padding: 0 15px;
}

.ulstyle {
	list-style: none;
	display: flex;
  }
  .ulstyle li a {
	font-size: 18px;
	/* font-weight: bold; */
	color: #fff !important;
	cursor: pointer;
  }
  
.footer {
	background-color: #00957b;
	color: white;
	/* text-align: center; */
	padding: 4rem 0rem 0rem 0rem;
	/* color: black; */
  }
  .footerseals{
	  display: flex;
	  justify-content: space-between;
  }
  .footer-sealLogo{
	display: flex !important;
	justify-content: space-between;
	width: 100%;
  }
  .row-seals{
	display: flex;
	flex-direction: row;
  }
  .secure-logos{
	display: inline-flex;
  }
  
  .secureLogosWidth{
	width: 50%;
	float: right;
	margin-left: 10px;
	max-height: 32px;
  }
   
  .footer-logo img {
	margin-bottom: 2rem;
	width:65%;
  }
  img[alt="OLA Seal"] {
	width: 40px !important;
	height: 40px !important;
	margin-left: 10px;
  }
  .footer ul li {
	display: inline;
	/* color: black; */
  }
  .footer ul {
	margin: auto;
	text-align: center;
	width: 100%;
    padding: 0px;
	margin-bottom: 1rem;
  }
  
  .footer ul li a {
	color: rgb(255, 255, 255);
	font-size: 14px;
	margin-left: 6px;
  }
  
  #copyright {
	text-align: center;
	font-size: 12px;
	margin: 2rem 0rem 2rem 0rem;
  }
  
  #footerDesc_ {
	text-align: justify;
	font-size: 12px;
  }
@media screen and (max-device-width: 991px) {
	.ulstyle {
		list-style: none;
		display: block;
	  }
  .footer-sealLogo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 15px;
	}
	.secureLogosWidth {
		max-height: 28px;
	}
	.text {
		text-align: center;
		margin-top: -25px;
		font-size: 16px;
		line-height: 20px;
	}
	.main-head h4 {
		font-size: 25px;
	}
}
@media screen and (min-device-width: 425px) and (max-device-width: 768px) {
.main h2{
	color:#fff;
	font-size:32px;
	/* font-weight:bold; */
}
.main-head h4 {
    font-size: 25px;
}
	.footer-logo img {
		width: 80%;
		margin-bottom: 2rem;
	}
	
	.footer-sealLogo{
		display: flex;
		justify-content: space-between;
		/* justify-content: center; */
		width: 100%;
	}
	.footer ul {
		margin: 0px 0px 10px;
		text-align: center;
		width: 100%;
		padding: 0px 10px;
	}
	.secureLogosWidth{
		width: 50%;
		float: right;
		margin-left: 10px;
		max-height: 28px;
	  }
	  .text {
		text-align: center;
		margin-top: -25px;
		font-size: 16px;
		line-height: 20px;
	}
}	
@media screen and (max-device-width: 425px) {
	.navLinkSty{
		text-align: center;
	}
	.footer_content ul{
		padding: 0 0px;
	}
	.main-head {
		margin: 0px;
	}
	.main-head h4 {
		font-size: 18px;
	}
	.main h2 {
		font-size: 25px;
	}
	.bannerText{
		font-size: 25px;
   	    margin-top: 2rem;
	}
	.logtextSize{
		width: 60%;
	}
	.adv_container{
		display: none;
	}
	.whatis {
		margin: 75px 0px;
		text-align: center;
	}
	.banner2 {
		padding: 4rem 0rem;
	}
	/* .whatis img{
		display: none;
	} */
	.divImg{
		display: none;
	}
	.secureLogosWidth{
		color:rgba(0, 0, 0, 0.075)
	}
	.footer {
		padding: 2rem 0.5rem 0rem 0.5rem;
	}

	.footer-sealLogo{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footerseals {
		display: block;
		margin-bottom: 1rem;
		text-align: center;
		
	}
	.footer-logo img {
		width: 85%;
	}
}

@media screen and (max-device-width: 320px) {

}