.hero_area {
  background-image: url(../images/police-back.png);
  background-color: #28B463;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
       }
.header_section {
 background-color: #152036;
}
.header_section .container-fluid {
  width: 100%;
  padding-right: 45px;
  padding-left: 45px;
  margin-right: auto;
  margin-left: auto;
}
 .header_section .container-fluid .logo-icon{
   display: flex;
   margin-left:0px;
   margin-right:0px;
}
 .header_section .container-fluid .flag-icon {
   display: flex;
    margin-left:17%;
   margin-right:1%;
}
.navbar {
  position: relative;
   display: flex;
   flex-wrap: wrap;
  align-items: center;
   justify-content: space-between;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
   line-height: 45px;
  font-weight: 700;
 background-color: transparent;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase; 
}
.nav-item {
  display: inline-block;
  position: relative;
    }
ul {
    padding: 0px;
    margin: 0px;
}
.nav-item a{
   color: #03F8FC;
   padding:0 17px; 
   display: block;
    line-height: inherit;
       }
.nav-item:hover {
  background-color: #808080; 
     }
.nav-item a:hover {
   background-color: #fff; 
   color: #000000;
	   }
.nav-item:hover .nav-submenu {
  display: block;
     }
.nav-submenu {
    text-transform: none;
  display: none;
  position: absolute;
  width: 200px;
  background-color: #175373; 
  font-weight: bold;
 }
.nav-submenu-item a:hover {
  color: #000000;
  background-color: #FFF; 
 }
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:hover,
a:focus {
  color: initial;
}
.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}
.custom_nav-container .navbar-toggler {
  outline: none;
}
.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
  cursor: pointer;
}
.slider_section {
  height: auto;
   display: flex;
  -webkit-box-align: center;
     align-items: center;
  color: #ffffff;
}
.slider_section #carouselExampleIndicators {
  width: 100%;
}
.slider_section .row {
  -webkit-box-align: center;
          align-items: center;
}
.slider_section .img-box {
   overflow: hidden;
   position: relative;
  }
.slider_section .img-box img {
  width: 100%; 
}
.slider_section .detail-box h2 {
  font-size: 4rem;
  font-weight: bold;
}
.slider_section .detail-box h3 {
  font-weight: bold;
  font-size: 2.5rem;
}
.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 35px;
}
.slider_section .detail-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}
.slider_section #carouselExampleIndicators .carousel-indicators {
  bottom: 5px;
  margin: 0;
  -webkit-box-align: center;
     align-items: center;
				  }
.slider_section #carouselExampleIndicators .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
 }
.slider_section #carouselExampleIndicators .carousel-indicators li.active {
  border: 4px solid #ffffff;
}
.layout_padding4 {
	 background-image: url(../images/back.png);
    background-size: cover;
	  padding: 60px 0;
}
.layout_padding5 {
  background-color: #28B463;
  background-size: cover;
  padding: 5px 0;
  }
.layout_padding {
  padding: 90px 0;
  background-color: #F8F8FF;
}
.heading_container {
   display: flex;
  -webkit-box-pack: center;
   justify-content: center;
  }
.auto_section {
  text-align: justify;
 line-height: 1.6;
   }
.auto_section .box {
  -webkit-box-direction: normal;
   display: flex;
  -webkit-box-pack: center;
      justify-content: center;
      flex-wrap: wrap;
	 }
.auto_section .box h1{
    margin-left: 80px;
	margin-right:80px;
	 margin-top:40px;
	 font-size: 32px;
	 font-weight: normal;	
}
.auto_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 35px;
  margin-bottom: 45px;
}
.auto_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);   
}
.heading_container h {
  font-weight: bold;
  position: relative;
    font-size: 28px;
	text-align: center;
	text-transform: uppercase;
		}
.heading_container h::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 75px;
  height: 5px;
  background-color: #30ae69;
  transform: translateX(-50%);
}
.how_section .how_container {
      display: flex;
    justify-content: center;
 padding: 60px 30px;
      flex-wrap: wrap;
}
.how_section .how_container .box {
  text-align: center;
  margin: 10px;
  min-width: 200px;
  width: 325px;
}
.how_section .how_container .box .detail-box {
  margin-top: 15px;
   }
.how_section .how_container .box .detail-box h2 {
    position: relative;
   background-color: #F8F8FF; 
 }
.how_section .how_container .box .detail-box h2 a{
  font-weight: bold;
  position: relative;
  color: #215F36;
  font-size: 18px;
}
.how_section .how_container .box .detail-box h2 a:hover{
  font-weight: bold;
  position: relative;
  color: #1F1FFF;
 }
.how_section .how_container .box .detail-box h2::before {
  display: none;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 75px;
  height: 2px;
  background-color: #30ae69;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.how_section .how_container .box .detail-box p {
  color: #000015;
   text-align: justify;
  font-size: 18px;
  padding-right:10px;
 line-height: 1.5;
 }
.how_section .how_container .box .detail-box p:hover {
  color: #574A00;
 }
.how_section .how_container .box .detail-box p a{
  color: #1F1FFF;
  font-size: 16px;
}
.how_section .how_container .box .detail-box p a:hover{
  color: #215F36;
  }
.how_section .how_container .box .detail-box h5 {
  font-weight: bold;
  position: relative;
   font-size: 20px;
}
.how_section .how_container .box .detail-box h4 {
letter-spacing: 1px;
padding-top:5px;
padding-bottom:5px;
color:#fff;
font-size: 16px;
text-transform: uppercase;
background-color: #152036;
font-weight: bold;
 }
.how_section .how_container .box .detail-box h5 a{
  font-weight: bold;
  position: relative;
  color: #215F36;
 }
.how_section .how_container .box .detail-box h5 a:hover{
  font-weight: bold;
  position: relative;
  color: #1F1FFF;
 }
.how_section .how_container .box .detail-box h5::before {
  display: none;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 75px;
  height: 2px;
  background-color: #30ae69;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.how_section .how_container .box:hover .detail-box {
  margin-top: 15px;
 }
.how_section .how_container .box:hover .detail-box h5::before {
  display: block;
}
.how_section .how_container .box:hover .detail-box h2::before {
  display: block;
}
.how_section .how_container .box .detail-box .link {
  color: #000015;
   text-align: left;
  font-size: 18px;
  padding-right:10px;
  }
.how_section .how_container .box .detail-box .link h8{
   text-align: left;
  padding-right:10px;
 line-height: 1.9;
  }
.how_section .how_container .box .detail-box .link h9{
   color: #000015;
   text-align: justify;
  font-size: 18px;
  padding-right:10px;
 line-height: 1.9;
 }
.how_section .how_container .box .detail-box .link h9:hover {
  color: #574A00;
 }
.how_section .how_container .box .detail-box .link h8 a{
    font-size: 18px;
  color: #1F1FFF;
   }
.how_section .how_container .box .detail-box .link h8 a:hover{
  color: #215F36;
 }
 .how_section .btn-box {
   display: flex;
  justify-content: center;
}
.how_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  transition: transform 0.3s, -webkit-transform 0.3s;
 }
.how_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
  }
/*  owl corosul heading */
.owl_content{
    font-size: 17px;
    text-transform: uppercase;
    color: #1e1e1e;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
}
.about_section {
  text-align: justify;
 line-height: 1.6;
  color: #ffffff
   }
.about_section .box {
  -webkit-box-direction: normal;
   display: flex;
  -webkit-box-pack: center;
      justify-content: center;
      flex-wrap: wrap;
	 }
.about_section .box h1{
    margin-left: 80px;
	margin-right:80px;
	 margin-top:40px;
	 font-size: 32px;
	 font-weight: normal;	
}
.about_section .box h1:hover{
   	color: #66FFFF;
	}
.about_section .btn-box {
  display: -webkit-box;
  -webkit-box-pack: center;
  }
.about_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 35px;
  margin-bottom: 35px;
}
.about_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
 -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
      }
.products_container {
 -webkit-box-direction: normal;
   display: flex;
  -webkit-box-pack: center;
      justify-content: center;
      flex-wrap: wrap;
    }
.products_container h1 {
     padding: 50px 40px 20px 50px;
	color: #010261 ;
	font-size: 32px;
  font-weight: normal;
    text-align: justify;
}
.info_section {
  background-color: #152036;
  padding: 60px 0 5px 0; 
}
.infoBrand{
display: flex;
align-items: center;
position: relative;
}
.infoBrand stone {
  color: #ffffff;
  position: relative;
  z-index: 3;
  font-family: "MV Boli", Times, serif;
  font-size: 22px;
 }
.infoBrand::before {
  content: "";
  position: absolute;
  left: -25px;
  width: 16px;
  height: 16px;
  background-color: #30ae69;
  z-index: 3; 
 }
.info_section .info_contact .img-box {                  
  display: flex;
  -webkit-box-pack: center;
   justify-content: center;
}
.info_section .info_contact k {
  margin: 0;
   color: #ffffff;
   margin-bottom:8px;
}
.info_section .info_contact email {
  margin: 0;
   color: #ffffff;
  font-size: 15px;
}
.info_section .info_contact email a{
  margin: 0;
   color: #ffffff;
  font-size: 15px;
}
.info_section .info_contact email a:hover{
  margin: 0;
   color: #EB2C06;
  font-size: 15px;
}
.info_section .info_contact > div {    
  display: flex;
  -webkit-box-align: center;
   align-items: center;
   margin-bottom:3px;
}
.info_section .info_contact > div img {
  height: auto;
  margin-right: 12px;
}
.info_section .info_links ul {
  padding: 0;
}
.info_section .info_links ul li {
 text-align: left;
  color: #ffffff;
}
.info_section .info_links ul li a {
  display: inline-block;
  color: #ffffff;
  margin: 2px 0;
  line-height: 22px;
   font-size: 17px;
   text-align: justify;
}
.info_section .info_links ul li a:hover {
    color: #EB2C06 ;
}
.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.info_section .info_form form input::-webkit-input-placeholder {
  color: #ffffff;
}
.info_section .info_form form button {
  display: inline-block;
  padding: 8px 35px;
  background-color: #1D5E38;
  border: 1px solid #30ae69;
  color: #ffffff;
  border-radius: 0;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
}
.info_section .info_form form button:hover {
  -webkit-transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
     }
.footer_section {
  background-color: #152036;
 	 border-top: solid 1px #ff9000;
	 border-bottom: solid 1px #152036; 
  padding-bottom: 0px;
}
.footer_section p {
  padding: 20px;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
}
.footer_section a {
  color: #FFE02E;
}
.footer_section a:hover {
  color: #00FFFF;
}
.admin {
	color: #98FB98;
}
.admin:hover {
   color: #ffffff;
}
/* caption over video */
.caption ab {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
/* responsive */
 .slider_section .box {
        margin: 55px 0 60px 0;
    }
@media screen and (min-width: 3180px) {
.header_section .container-fluid .flag-icon {
   margin-left: 30%;
  margin-right: 1%;
}
}
@media screen and (min-width: 2180px) {
.header_section .container-fluid .flag-icon {
   margin-left: 22%;
  margin-right: 1%;
}
.how_section .how_container .box .detail-box p{
    font-size: 28px;
  }
.how_section .how_container .box .detail-box p a {
    font-size: 28px;
  }
.how_section .how_container .box .detail-box h2 a{
   font-size: 28px;
}
}	
@media only screen and (max-width: 1650px) {
.auto_section .box h1{
  	 font-size: 25px;
	}
.about_section .box h1{
   font-size: 25px;
	}
.products_container h1{
	font-size: 25px;
    padding: 40px 80px 40px 80px;
	}
}
@media only screen and (max-width: 1380px) {
.header_section .container-fluid {
    padding-left: 25px; 
	 padding-right:25px;
}
.header_section .container-fluid .flag-icon {
 margin-left: 12%;
  margin-right: 0%;
}
.auto_section .box h1{
  	 font-size: 24px;
	 margin-left:60px;
	  margin-right:60px;
	}
.about_section .box h1{
  font-size: 24px;
	 margin-left:60px;
	  margin-right:60px;
		}
.products_container h1{
	font-size: 24px;
    padding:  40px 80px 40px 80px;
		}
}
@media only screen and (max-width: 1280px) {
.header_section .container-fluid {
    padding-left: 20px; 
	 padding-right:15px;
}
.header_section .container-fluid .logo-icon {
    width: 225px;
	height: 42px;
  }
.header_section .container-fluid .flag-icon {
 margin-left: 17%;
  margin-right: 1%;
  width: 56px;
  height: 36px;
}
.nav-item a  {
	  padding: 0 10px;
      font-size: 14px;
  }
.slider_section .detail-box h2 {
        font-size: 2.6rem;
    }
    .slider_section .detail-box h3 {
        font-size: 1.6rem;
    }
 }
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media screen and (max-width: 1180px) {
	.header_section .container-fluid {
    padding-left: 20px; 
	 padding-right:15px;
}
.header_section .container-fluid .flag-icon {
  margin-left: 12%;
  margin-right: 5%;
}
.info_section .info_form form button {
	padding: 8px 12px 8px 12px;
	font-size: 12px;
}
.caption ab {
    font-weight: 500;
  }
}
@media screen and (max-width: 1080px) {
.header_section .container-fluid .flag-icon {
  margin-left: 10%;
  margin-right: 5%;
}
.auto_section .box h1{
  	 font-size: 22px;
	  margin-left:60px;
	  margin-right:60px;
	}
.about_section .box h1{
  font-size: 22px;
	  margin-left:60px;
	  margin-right:60px;
	}
.products_container h1{
	font-size: 22px;
	 padding: 20px 40px 20px 40px;
	}
}
@media only screen and (max-width: 991.98px) {
.nav-submenu {
	position: relative; 
    display: block;
	overflow: hidden;
    background-color: inherit;
    font-family: Garamond, serif; 
	  	  }
.header_section .container-fluid {
    padding-left: 20px; 
	padding-right:15px;
}
.header_section .container-fluid .logo-icon {
    width: 210px;
	height: 39px;
  }
.header_section .container-fluid .flag-icon {
  margin-left: 6%;
  margin-right: 11%;
}
.navbar-nav {
	margin-top:20px;
}
	}
@media (max-width: 768px) {
      .slider_section .box {
        margin: 0px 0 50px 0;
    }
 }
@media (max-width: 768px) {
.header_section .container-fluid {
    padding-left: 20px; 
	 padding-right: 20px;
}
.header_section .container-fluid .logo-icon {
    width: 190px;
	height: 35px;
  }
.header_section .container-fluid .flag-icon {
   margin-left: 6%;
  margin-right: 7%;
  width: 48px;
  height: 31px;
}
 .slider_section .detail-box {
        text-align: center;
		          }
.slider_section .detail-box h2 {
	    font-size: 2.2rem;
		 padding-top: 30px;
    }
.slider_section .detail-box h3 {
        font-size: 1.6rem;
    }
.slider_section .detail-box a {
	margin-top: 25px;
	margin-bottom: 35px;
	}
.auto_section .box h1{
  	 font-size: 20px;
	   margin-left:40px;
	  margin-right:40px;
	}
.heading_container h {
    font-size: 22px;
		  }
.about_section .box h1{
  font-size: 20px;
	   margin-left:40px;
	  margin-right:40px;
	}
.products_container h1{
	 padding: 20px 40px 20px 40px;
	font-size: 17px;
} 
.info_section .col-md-3 {
        text-align: center;
    }
.info_section .col-md-3:not(:nth-last-child(1)) {
        margin-bottom: 35px;
    }
.info_section .col-md-3>div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
.info_section .info_form form input {
        text-align: center;
    }
.info_section .info_links ul li a{
 line-height: 28px;
  }
.caption ab {
    font-weight: 300;
  }
}
@media screen and (max-width: 600px) {
.how_section .how_container .box .detail-box .link h8{
  line-height: 1.4;
	 }
 .how_section .how_container .box .detail-box .link h8 a{
    font-size: 14px;
	 }
 .how_section .how_container .box .detail-box .link h9{
  line-height: 1.4;
  font-size: 14px;
	 }
 .how_section .how_container .box .detail-box h4 {
    font-size: 15px;
  }
 .how_section .how_container .box .detail-box h5 {
    font-size: 15px;
  }
.owl_content{
    font-size: 14px;
  }
 .how_section .how_container .box .detail-box p{
    font-size: 15px;
		  }
.how_section .how_container .box .detail-box p a {
    font-size: 15px;
  }
.how_section .how_container .box .detail-box h2 a{
    font-size: 15px;
  }
.heading_container h {
    font-size: 17px;
		  }
.how_section .how_container .box .detail-box h4 {
 font-size: 12px;
padding-top:1px;
padding-bottom:1px;
font-weight: normal;
  }
.footer_section p {
    font-size: 12px;
     }
}
@media screen and (max-width: 480px) {
.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}
.header_section .container-fluid {
    padding-left: 5px; 
	 padding-right: 2px;
}
.header_section .container-fluid .logo-icon {
    width: 175px;
	height: 34px;
	  }
.header_section .container-fluid .flag-icon {
    margin-left: 2%;
  margin-right: 2%;
  width: 44px;
  height: 28px;
}
.slider_section .detail-box h2 {
        font-size: 1.8rem;
		 padding-top: 20px;
    }
.slider_section .detail-box h3 {
        font-size: 1.3rem;
    }
.auto_section .box h1{
  	 font-size: 17px;
	   margin-left:30px;
	  margin-right:30px;
	}
.about_section .box h1{
   font-size: 17px;
	   margin-left:30px;
	  margin-right:30px;
	}
.heading_container h {
    font-size: 15px;
		  }
.products_container h1{
	 padding: 20px 20px 20px 20px;
	font-size: 17px;
}
 }
@media screen and (max-width: 280px) {
.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 35px;
}
.header_section .container-fluid {
    padding-left: 0px; 
	 padding-right: 0px;
}
.header_section .container-fluid .logo-icon {
    width: 132px;
	height: 24px;
	  }
.header_section .container-fluid .flag-icon {
  margin-left: 0%;
  margin-right: 0%;
  width: 32px;
  height: 20px
}
.slider_section .detail-box a {
		font-size:15px;
		padding: 7px 7px 7px 7px;
	}
.slider_section #carouselExampleIndicators .carousel-indicators li {
	 width: 10px;
  height: 10px;
   margin-right: 2px;
  margin-left: 2px;
}
.slider_section .detail-box h2 {
        font-size: 1.3rem;
    }
    .slider_section .detail-box h3 {
        font-size: .90rem;
    }
.auto_section .box h1{
  	 font-size: 15px;
	   margin-left:20px;
	  margin-right:20px;
	}
.about_section .box h1{
  	 font-size: 15px;
	   margin-left:20px;
	  margin-right:20px;
	}
.heading_container h {
    font-size: 13px;
		  }
.products_container h1{
	padding: 10px 20px 10px 20px;
	font-size: 15px;
}
}