@CHARSET "UTF-8";
/* ********************************************************************************************************
 *				Status Color
 *
 * ********************************************************************************************************/


/* .btn-blue { */
/*   background: #108FE8; */
/*   border: 0.1em solid #fff; */
/*   border-radius: 100%; */
/*   box-shadow: 0 -2px 0 3px #0d72b8 inset, 0 5px 5px rgba(3, 25, 41, 0.17), 0 15px rgba(255, 255, 255, 0.25) inset; */
/*   cursor: pointer; */
/*   display: inline-block; */
/*   height: 1vw; */
/*   width: 1vw; */
/* } */
/* .btn-blue:hover { */
/*   background: #333; */
/*   box-shadow: 0 -2px 0 3px #1a1a1a inset, 0 5px 5px rgba(0, 0, 0, 0.17), 0 15px rgba(255, 255, 255, 0.32) inset; */
/* } */
.highcharts-tooltip{
max-height:350px !important;
overflow-y: scroll !important;
 }
.re-margin{
	margin:0 !important;
}
.re-pad{
	padding:2px !important;
}
.re-pad-top{
	padding:0 5px 5px 5px !important;
}
.re-pad-bottom{
	padding:5px 5px 0 5px !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background-color: rgb(30,144,255) !important;
}
.dropdown-menu>li>a{
	padding: 0 30px !important;
}
.dropdown-menu li{
	margin:0 !important;
	padding:0 !important;
}
.multiselect-container {
	overflow-y: scroll;
    height: auto;
    max-height: 300px;
}
.hide-bullet,.hide-bullet li{
	list-style:none;
}

/* validate */ 
.error {
    color: #f00;
    font-size: 12px !important;
    margin-top: 5px !important;
}
.btn-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0 solid rgba(0, 0, 0, 0.25);
}
.btn-red {
  background: #E53030;
  border: 0.1em solid #fff;
  border-radius: 100%;
  box-shadow: 0 -2px 0 3px #c91919 inset, 0 5px 5px rgba(65, 8, 8, 0.17), 0 15px rgba(255, 255, 255, 0.25) inset;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  width: 1em;
}
.btn-red:hover {
  background: #333;
  box-shadow: 0 -2px 0 3px #1a1a1a inset, 0 5px 5px rgba(0, 0, 0, 0.17), 0 15px rgba(255, 255, 255, 0.32) inset;
}

.btn-green {
  background: #0EC518;
  border: 0.1em solid #fff;
  border-radius: 100%;
  box-shadow: 0 -2px 0 3px #0b9512 inset, 0 5px 5px rgba(0, 7, 1, 0.17), 0 15px rgba(255, 255, 255, 0.25) inset;
  cursor: pointer;
  display: inline-block;
  height:1em;
  width: 1em;
}
/* .btn-green:hover { */
/*   background: #333; */
/*   box-shadow: 0 -2px 0 3px #1a1a1a inset, 0 5px 5px rgba(0, 0, 0, 0.17), 0 15px rgba(255, 255, 255, 0.32) inset; */
/* } */

.btn-yellow {
  background: #FFC334;
  border: 0.1em solid #fff;
  border-radius: 100%;
  box-shadow: 0 -2px 0 3px #ffb401 inset, 0 5px 5px rgba(103, 73, 0, 0.17), 0 15px rgba(255, 255, 255, 0.25) inset;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  width: 1em;
}
.btn-yellow:hover {
  background: #333;
  box-shadow: 0 -2px 0 3px #1a1a1a inset, 0 5px 5px rgba(0, 0, 0, 0.17), 0 15px rgba(255, 255, 255, 0.32) inset;
}

.btn-black {
  background: #333;
  border: 0.1em solid #fff;
  border-radius: 100%;
  box-shadow: 0 -2px 0 3px #333 inset, 0 5px 5px rgba(65, 8, 8, 0.17), 0 15px rgba(255, 255, 255, 0.25) inset;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  width: 1em;
}


/* .btn-black:hover { */
/*   background: #333; */
/*   box-shadow: 0 -2px 0 3px #1a1a1a inset, 0 5px 5px rgba(0, 0, 0, 0.17), 0 15px rgba(255, 255, 255, 0.32) inset; */
/* } */



/* ********************************************************************************************************
 *				Checkbox Radio Color
 *
 * ********************************************************************************************************/
/* 
	Example =
	<div class="checkbox checkbox-primary">
                        <input id="checkbox2" class="styled" type="checkbox" checked>
                       <label for="checkbox2">
                            
   </div> */


.checkbox {
  padding-left: 20px; }
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  margin-left: -20px;
  /* padding-left: 1px;
  
  padding-top: 0; */
  text-align:center; 
  padding: auto;
  font-size: 9px;
      color: #555555; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
    z-index: 1; }
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
        cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px; }
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
  opacity: 0;
    z-index: 1; }
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
      transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

  
  
  
  
  
  
/*  loading bar  */



#circularG{
	position:absolute;
	width:58px;
	height:58px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
}

.circularG{
	position:absolute;
	background-color:rgba(255,255,255,0.95);
	width:14px;
	height:14px;
	border-radius:9px;
		-o-border-radius:9px;
		-ms-border-radius:9px;
		-webkit-border-radius:9px;
		-moz-border-radius:9px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#circularG_1{
	left:0;
	top:23px;
	animation-delay:0.41s;
		-o-animation-delay:0.41s;
		-ms-animation-delay:0.41s;
		-webkit-animation-delay:0.41s;
		-moz-animation-delay:0.41s;
}

#circularG_2{
	left:6px;
	top:6px;
	animation-delay:0.55s;
		-o-animation-delay:0.55s;
		-ms-animation-delay:0.55s;
		-webkit-animation-delay:0.55s;
		-moz-animation-delay:0.55s;
}

#circularG_3{
	top:0;
	left:23px;
	animation-delay:0.69s;
		-o-animation-delay:0.69s;
		-ms-animation-delay:0.69s;
		-webkit-animation-delay:0.69s;
		-moz-animation-delay:0.69s;
}

#circularG_4{
	right:6px;
	top:6px;
	animation-delay:0.83s;
		-o-animation-delay:0.83s;
		-ms-animation-delay:0.83s;
		-webkit-animation-delay:0.83s;
		-moz-animation-delay:0.83s;
}

#circularG_5{
	right:0;
	top:23px;
	animation-delay:0.97s;
		-o-animation-delay:0.97s;
		-ms-animation-delay:0.97s;
		-webkit-animation-delay:0.97s;
		-moz-animation-delay:0.97s;
}

#circularG_6{
	right:6px;
	bottom:6px;
	animation-delay:1.1s;
		-o-animation-delay:1.1s;
		-ms-animation-delay:1.1s;
		-webkit-animation-delay:1.1s;
		-moz-animation-delay:1.1s;
}

#circularG_7{
	left:23px;
	bottom:0;
	animation-delay:1.24s;
		-o-animation-delay:1.24s;
		-ms-animation-delay:1.24s;
		-webkit-animation-delay:1.24s;
		-moz-animation-delay:1.24s;
}

#circularG_8{
	left:6px;
	bottom:6px;
	animation-delay:1.38s;
		-o-animation-delay:1.38s;
		-ms-animation-delay:1.38s;
		-webkit-animation-delay:1.38s;
		-moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}

@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}

@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}

@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}

@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}


.cover{
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    width: 100%;
    height: 100%;
    padding:150px;
    display:none;
}
.cover-wait{
	height: 100%;
    width: 100%;
    margin: auto auto;
    position: relative;
    z-index: 99999;
	text-align:center;
}
.cover-wait label{
	margin-top:60px;
	color:#fff;
}

/* Box shardows */
.box-gray{
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.20);
}
p{
//	font-size : 12px;
	word-wrap: break-word;
	margin: 1px 0 0px; !important
}
.notiMessage{
	background-color: white;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	Z-index: 9999999;
	width: 40%;
	height: auto;
	padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.bg-home{
	position: relative;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 10px;
    background: white;
}

.bubble {
	clear: both;
	margin: 0px auto;
/* 	width: auto; */
	background: #fff;
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	position: relative;
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
	padding: 10px;
/* 	height: 200px; */
}
.bubble-pin {
	clear: both;
	margin: 0px auto;
	width: auto;
	background: #fff;
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	position: relative;
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
	height: 200px;
}

.rectangle {
	background: #ff9800;
	height: 35px;
	width: 122%;
	position: relative;
	left:-37px;
	top: -8px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.rectangle-content {
	background: #ff9800;
	height: 35px;
	width: 108%;
	position: relative;
	left:-28px;
	top: 18px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.rectangle h2 {
	font-size: 22px;
	color: #fff;
	padding-top: 6px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	margin-top: -2px;
/*     margin-left: 50px; */
}
.rectangle-content h2 {
	font-size: 22px;
	color: #fff;
	padding-top: 6px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	margin-top: -2px;
/*     margin-left: 50px; */
}
.triangle-l {
	border-color: transparent #7d90a3 transparent transparent;
	border-style:solid;
	border-width:10px;
	height:0px;
	width:0px;
	position: relative;
	left: -47px;
	top: 17px;
	z-index: -1; /* displayed under bubble */
}
.triangle-l-content {
	border-color: transparent #7d90a3 transparent transparent;
	border-style:solid;
	border-width:10px;
	height:0px;
	width:0px;
	position: relative;
	left: -38px;
	top: 42px;
	z-index: -1; /* displayed under bubble */
}

.triangle-r {
	border-color: transparent transparent transparent #7d90a3;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 350px;
	top: 35px;
	z-index: -1; /* displayed under bubble */
}
/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.box-sreach{
	margin-top: 30px; 
	margin-right: 20px;
}
.txt-home-head{
	font-size: 22px;
    padding: 10px;
}
.div-home-heightligth{
	border: dashed 3px #FF9800;
	padding: 25px;
	border-radius: 15px;
	margin-top: 25px;
    margin-left: 15px;
    margin-bottom: 25px;
}

.div-home-newcontent{
	margin-left: 50px;
    margin-top: 25px;
    border: dashed 3px #FF9800;
    border-radius: 15px;
/*     height: 250px; */
}
.news-content{
	margin-top: 50px;
}

.bg-image-1{
	background-image: url(../../../../storage/app/index-1-1920x630.jpg);
	position: relative;
	/* Set a specific height */
     height: 130px; 
    
	/* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    
}
.bg-image-1 h2 {
    position: relative;
    z-index: 1;
    text-shadow: 0 3px rgba(0, 0, 0, 0.2);
    margin: 30px 0 0;
}
.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.txt-white {
    color: #fff;
    font-size:58px;
}
.bg-colors{
	background-color: #fff;
/*     height: 500px; */
	font-size: 16px;
}
.txt-Highlight{
	font-size: 20px;
    margin-top: 20px;
}
.txt-Highlight h2 {
    margin-top: 0px;
    margin-bottom: 25px;
}
.div-sreach{
	padding: 10px;
}
/* add new 25-07-2560 */
/* .head-under-line{ */
/* 	margin-top: 10px; */
/*     margin-bottom: 10px; */
/*     border-bottom: 3px solid #424242; */
/* } */
/* .txt-header-home{ */
/* 	vertical-align: bottom; */
/* 	font-size: 25px; */
/* 	margin-left: 10px; */
/* } */
/* .hot-news-content{ */
/* 	height: 50%; */
/*     z-index: 1; */
/*     position: absolute; */
/*     left: 4px; */
/*     right: 0px; */
/*     bottom: 0; */
/*     opacity: 0.8; */
/*     padding-left: 4px; */
/*     background: linear-gradient(0deg,rgba(0,0,0,1) 0,rgba(0,0,0,0) 90%); */
/* } */
/* .hot-news-content p{ */
/* 	position: absolute; */
/*     top: 25%; */
/*     padding: 10px; */
/*     font-size: 16px; */
/*     color: #fff; */
/*     font-weight: 700; */
/*     line-height: 20px; */
/*     text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
/* } */
/* .hot-news-content-big { */
/*     background: linear-gradient(0deg,rgba(0,0,0,1) 0,rgba(0,0,0,0) 90%); */
/*     height: 50%; */
/*     z-index: 1; */
/*     position: absolute; */
/*     left: 30px; */
/*     right: 15px; */
/*     bottom: 0; */
/*     opacity: 0.8; */
/*     padding-left: 4px; */
/* } */
/* .hot-news-content-big p { */
/* 	position: absolute; */
/*     top: 50%; */
/*     padding: 10px; */
/*     font-size: 25px; */
/*     color: #fff; */
/*     font-weight: 700; */
/*     line-height: 46px; */
/*     text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
/* } */
/* .fade { */
/*    opacity: 1; */
/*    transition: opacity .25s ease-in-out; */
/*    -moz-transition: opacity .25s ease-in-out; */
/*    -webkit-transition: opacity .25s ease-in-out; */
/*    } */

/* .fade:hover { */
/*    opacity: 0.5; */
/* } */
/* .div-news-text-subject{ */
/* 	padding-left: 0px; */
/*     font-size: 20px; */
/* } */
/* .div-news-text-content{ */
/* 	padding-left: 0px; */
/*     font-size: 16px; */
/* } */
/* /* Pulse Shrink */ */
/* @-webkit-keyframes hvr-pulse-shrink { */
/*   to { */
/*     -webkit-transform: scale(0.9); */
/*     transform: scale(0.9); */
/*   } */
/* } */

/* @keyframes hvr-pulse-shrink { */
/*   to { */
/*     -webkit-transform: scale(0.9); */
/*     transform: scale(0.9); */
/*   } */
/* } */

/* .hvr-pulse-shrink { */
/*   display: inline-block; */
/*   vertical-align: middle; */
/*   -webkit-transform: translateZ(0); */
/*   transform: translateZ(0); */
/*   box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
/*   -webkit-backface-visibility: hidden; */
/*   backface-visibility: hidden; */
/*   -moz-osx-font-smoothing: grayscale; */
/* } */
/* .hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active { */
/*   -webkit-animation-name: hvr-pulse-shrink; */
/*   animation-name: hvr-pulse-shrink; */
/*   -webkit-animation-duration: 0.3s; */
/*   animation-duration: 0.3s; */
/*   -webkit-animation-timing-function: linear; */
/*   animation-timing-function: linear; */
/*   -webkit-animation-iteration-count: infinite; */
/*   animation-iteration-count: infinite; */
/*   -webkit-animation-direction: alternate; */
/*   animation-direction: alternate; */
/* } */

.padding-control{
	padding-left: 0px;
}

@media (max-width: 972px) { 
	.padding-control{
		padding-left: 0px;
	}
}
@media (max-width: 720px) { 
	.padding-control{
		padding-left: 0px;
	}
}
@media (max-width: 640px) { 
	.padding-control{
		padding-left: 0px;
	}
}
@media (max-width: 480px) { 
	.padding-control{
		padding-left: 0px;
		font-size: small;
	}
}
@media (max-width: 320px) {
	.padding-control{
		padding-left: 0px;
		font-size: small;
	}
}