@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');

body
{
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	line-height:25px;
}


.backgound-blue
{
	background-color:#22409a;
	color:#FFF;
}

.backgound-orange
{
	background-color:#f86622;
	color:#FFF;
}

.backgound-gray
{
	background-color:#f2f2f2;
	color:#22409a;
}
.backgound-gradient {
  background-image: linear-gradient(#031a61, #22409a);
	color: #FFFFFF;
}
.cat-gradient
{
	/*background-image: linear-gradient(#deebf7, #14b5f1);*/
	background-image: linear-gradient(#34a1d9, #23409b);
	color: #ffffff;
}
.background-img {

  /* Full height */
  height: 400px; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-cover {
	background-position: center !important;
	background-repeat: no-repeat !important;
    background-size: cover !important;
	
}

.copyright-text
{
	font-size:11px;
	line-height:20px;
}

.btn-danger, .btn-danger:active, .btn-danger:visited {
    background-color: #22409a !important;
}

.btn-danger:hover{
    background-color: #2b4eb9 !important;
}

.btn-warning, .btn-warning:active, .btn-warning:visited {
    background-color: #f86622 !important;
	color:#FFF;
}

.btn-warning:hover{
    background-color: #f75002 !important;
	color:#FFF;
}
.form-group.required .control-label:after {
  content:"*";
  color:red;
}


.owl-2-style .owl-nav {
  display: none; }

.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }
  .owl-2-style .owl-dots .owl-dot {
    display: inline-block; }
    .owl-2-style .owl-dots .owl-dot span {
      display: inline-block;
      width: 15px;
      height: 3px;
      border-radius: 0px;
      background: #f75002;
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      margin: 3px; }
    .owl-2-style .owl-dots .owl-dot.active span {
      background: #f75002; }
    .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
      outline: none; }

