@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Lato&family=Poppins:wght@300;400&display=swap');

body{
	font-family: 'Poppins', sans-serif;
}
.text-right{
	text-align: right;
}
.custom-html-widget ul li a{
    color: #fff;
}
.prod_list_title h1 {
    font-size: 23px;
    color: #002e5b;
    position: relative;
    padding-bottom: 15px;
}
.prod_list_title {
    padding-top: 20px;
    padding-bottom: 10px;
}
.bg_white {
    padding: 40px 0px;
    background: #f9f9f9;
}
.prod_list_title h1:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 5px;
    background: #000;
    bottom: 0px;
}
.footer {
    background: radial-gradient(circle at 10% 20%, rgb(69, 86, 102) 0%, rgb(34, 34, 34) 90%);
    padding-top: 70px;
}
.foo-copyright p {
	margin: 0;
	color: #b7b7b7;
    font-size: 14px;
}
.foo-copyright{
	background: #000;
	text-align: center;
	padding: 10px;
}
body p{
	text-align: justify;
}
.foo-title h4 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #959595;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.foo_addres ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}
.foo_addres ul {
    padding-left: 0;
    padding-bottom: 40px;
}
.foo_addres ul li i {
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #013499;
    text-align: center;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
}
.d-flex{
	display: flex;
}
.cert_chachy {
    background: #f4f4f4;
    padding: 15px 40px;
    box-shadow: inset 10px 0px 0px 0px #000;
}
.listitem{
	list-style: none;
	padding-left: 1.2rem;
}
.listitem li{
	padding: 5px 0px;
}
.listitem li:before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  float: left;
  margin-left: -28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%:
}

.listitem li:before { 
  background: url("https://info.openpath.com/hubfs/checkmark-round-orange.svg");
  background-size: cover;
  background-position: center;
}
.fnt12{
	font-size: 15px;
	font-style: italic;
}
.logobox img{
    width: 185px;
}
.top_header{
    padding: 10px 0px;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
}
.bg-primary {
    background-color: #013499 !important;
}
.mainhead{
    text-align: center;
    color: #013499;
}
.breadcrumbs{
    padding: 30px 0px;
    background: #edecec;
}
.breadcrumbs h1{
    color: #002e5b;
    font-size: 28px;
}
.contactdetails{
    list-style: none;
    padding-left: 0;
}
.contactdetails li{
    margin-bottom: 15px;
}
.contactdetails li i {
    color: #fff;
    font-size: 14px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    background: #000;
    text-align: center;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
}
.contact-form {
  padding: 30px 40px;
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 100%;
  box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
  border-radius: 0px;
}
textarea {
  height: 150px;
  padding: 10px;
  width: 100%;
}
.form-control:focus{
    border: 1px solid #ced4da;
    box-shadow: none;
}
.form-control{
    margin-bottom: 10px;
    padding: 10px !important;
}
.btn-primary1{
    background: #013499;
    padding: 10px 30px;
    border: none;
    color: #fff;
    border-radius: 0px;
}
.btn-primary1:hover{
    background: #000;
    color: #fff;
}
.mobileid{
    position: fixed; 
    border-radius: 5px 0px 0px 5px; 
    right: 0px; 
    bottom: 17%; 
    z-index: 999; 
    padding: 10px 20px; 
    color: #fff; 
    font-size: 15px; 
    background: #af0505;
    text-decoration: none;
}
.mobileid:hover{
    color: #fff;
    background-color: #013499;
}
.nonetext{
    color: #fff;
    text-decoration: none;
}
.downloadpdf:hover{
    background-color: #013499;
}
.downloadpdf{
    margin-left: 10%;
    width: 80%; 
    padding: 10px 20px; 
    color: #fff; 
    font-size: 15px; 
    background: #af0505;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 720px){
                .logobox .btn{
                    padding: 5px 10px !important;
                }
            }