/*------------------Go to back----------------*/
.scrollToTop{
      display: none; /* Hidden by default */
      font-size: 20px;
      position: fixed; /* Fixed/sticky position */
      bottom: 30px; /* Place the button at the bottom of the page */
      right: 30px; /* Place the button 30px from the right */
      z-index: 99; /* Make sure it does not overlap */
      border: none; /* Remove borders */
      outline: none; /* Remove outline */
      background-color: #4b5320; /* Set a background color */
      color: #ffffff; /* Text color */
      cursor: pointer; /* Add a mouse pointer on hover */
      padding: 7px 7px 12px 7px; /* Some padding */
      border-radius: 5px; /* Rounded corners */
      border: 1px solid #fff;
}
.scrollToTop:hover{
  background-color: #20b5d8;
  color:#ff0000;
  border: 1px solid #fff;
}
/*------------------End Go to back----------------*/
.text-gray-dark {
    color: #fff !important;
    font-size: 30px;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.text-gray-dark:hover {
    color: #dd0000 !important;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.footer-top {
    color: #fff;
    display: block;
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 15px;
    bottom: 0 !important;
    position: absolute;
    width: 100% !important;
    background: #192450;
}
.foot-img-top{
  margin-top: 20px;
  margin-bottom: -3px;
}
.ul-footer-top > ul {
  list-style-type: none;
  padding: 0;
}
.ul-footer-top > ul p{
  color: #fff;
  list-style-type: none;
  padding-right: 15px;
  text-align: left;
}

.ul-footer-top > ul > li > a {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  padding-top: 15px;
}

.ul-footer-top > ul > li > a:hover   {
  text-decoration: underline;
}
.icon-footer > a {
  font-family: 'Open Sans', sans-serif;
  margin-left: 8px;
}
.footer-bottom {
    color: #f8f9fa !important;
    font-weight: bold;
    border-top: 1px dotted #ccc;
    text-align: center;
    /* background: #b19268; */
    background: #101c4b;
    padding-bottom: 20px;
    padding-top: 20px;
}
.footer-icon img {
  width: 350px;
  padding-top: 50px;
}
.footer-title{
  font-family: 'Exo', sans-serif;
  display: block;
  color: #ffffff;
  font-size: 15px;
  /*border-bottom: 1px solid #fff;*/
  margin-bottom: 20px;
  font-weight: bolder;
}
.foot-texts{
  font-family: 'Exo', sans-serif;
  display: block;
  color: #ffffff;
  font-size: 15px;
  padding-bottom: 15px;
  line-height: 1.8em;
}

/*-----------------Facebook Icon----------------*/
.facebook-icon {
  font-size: 30px;
  text-align: center;
}
.facebook-icon > a {
  color: #ffffff;
}
.facebook-icon > a:hover {
  color: #00bf3f;
}
/*-----------------Twitter Icon----------------*/
.twitter-icon {
  font-size: 30px;
  text-align: center;
}
.twitter-icon > a {
  color: #ffffff;
}
.twitter-icon > a:hover {
  color: #42c0fb;
}
/*-----------------Youtube Icon----------------*/
.youtube-icon {
  font-size: 30px;
  text-align: center;
}
.youtube-icon  > a {
  color: #ffffff;
}
.youtube-icon  > a:hover {
  color: #ff0000;
}
/*-----------------Googleplus Icon----------------*/
.googleplus-icon {
  font-size: 30px;
  text-align: center;
}
.googleplus-icon  > a {
  color: #ffffff;
}
.googleplus-icon  > a:hover {
  color: #DB4437;
}

.icon-social-label{
  padding-top: 5px;
  text-align:center;
  color:#ffffff;
  font-size: 13px;
}

.line-soften-yellow {
    height: 2px;
    margin-bottom: 15px;
    background-image: -webkit-linear-gradient(left, rgba(11,156,49,0), rgba(11,156,49,.9), rgba(11,156,49,0));
    background-image: -moz-linear-gradient(left, rgba(11,156,49,0), rgba(11,156,49,.9), rgba(11,156,49,0));
    background-image: -ms-linear-gradient(left, rgba(11,156,49,0), rgba(11,156,49,.9), rgba(11,156,49,0));
    background-image: -o-linear-gradient(left, rgba(11,156,49,0), rgba(11,156,49,.9), rgba(11,156,49,0));
    border: 0;
}


.fixed_left{
  position:fixed;
  top:20%;
  text-align:right;
  z-index:99;
  right:5px;
}
.fixed_left img{
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fixed_left img:hover{
  /*
    -moz-transform: scalex(1.2);
    -webkit-transform: scalex(1.2);
    transform: scalex(1.2);
  */
}
.fixed_left ul{
    list-style:none;
    margin:0px; padding:0px;
}
.fixed_left ul li{
    margin-bottom:1px;
    padding-bottom:1px;
}
.flexslider .slides img {
  width: inherit;
}
.fixed_left ul li img a:hover {
  opacity: 0.8;
}
.flexslider.carousel .slides img {
  width: auto;
}
.fixed_left ul li a:hover {
  opacity: 0.8;
}


/*---------------------for mobile----------------*/
@media (max-width: 767.98px) {
  .mobile-hide {
    display: none !important;
  }
  .footer-bottom {
    margin-bottom: 2px;
  }
  .ul-footer-top > ul p {
	font-size: 12px !important;
  }
  .ul-footer-top > ul > li > a {
    color: #ffffff;
    padding-top: 10px;
    line-height: 1.5em;
  }
  .navbar-inverse {
    background-color: #ffffff;
    border-top: 2px solid #e7e7e7;
  }
  .col-xs-3{
    margin: 0;
    padding: 3px;
  }
  .footer-title{
    font-size: 12px !important;
  }
  .foot-texts{
    font-size: 12px !important;
    padding: 10px 0;
    line-height: 1.6em;
  }
  .foot-img-top{
    margin-bottom: -2px;
  }
  .facebook-icon {
    font-size: 35px;
  }
  .twitter-icon {
    font-size: 35px;
  }
  .youtube-icon {
    font-size: 35px;
  }
  .googleplus-icon {
    font-size: 35px;
  }
  .icon-social-label{
    font-size: 10px;
  }
  .icons-style{
		text-align: center;
		list-style: none;
		text-decoration: none;
		font-size: 20px;
	}
	.icons-style a{
		list-style: none;
		text-decoration: none;
	}
	.icons-label{
		width: 100%;
		margin: 0;
		padding-top: 2px;
		text-align:center;
		color:#000000;
		font-size: 10px;
	}
  .footer-title{
    border-bottom: 1px solid #fff;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    text-decoration: none;
  }
  .ul-footer-top > ul > li > a {
    font-size: 10px;
    color: #ffffff;
    padding-top: 10px;
    padding-left: 10px;
    line-height: 1.6em;
  }
  .scrollToTop{
        font-size: 12px;
        bottom: 55px; /* Place the button at the bottom of the page */
        right: 10px; /* Place the button 30px from the right */
        padding: 5px 5px 10px 5px; /* Some padding */
        border-radius: 5px; /* Rounded corners */
  }

}
