@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
/* CSS Document */

/* main container */



/* header container*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.user_social ul li
{
    display: inline-block;
}

#logo_area{
    
    padding: 20px;  
}

/*slider text*/
/*
.shape{
  text-align:center;
  background-color:rgba(3,78,136,0.7);
  width:200px;
  height:60px;
  line-height:60px;
  color:white;
  margin:17px auto;
  position:relative;
}
.shape:before{
  content:"";
  width:0px;
  height:0px;
  border-top:60px solid rgba(3,78,136,0.7);
  border-right:60px solid transparent;
  position:absolute;
  left: 100%;
  top:0px;
}

.shape2{
  text-align:center;
  background-color:rgba(3,78,136,0.7);
  width:500px;
  height:60px;
  line-height:60px;
  color:white;
  margin:17px auto;
  position:relative;
}
.shape2:before{
  content:"";
  width:0px;
  height:0px;
  border-bottom:60px solid rgba(3,78,136,0.7);
  border-left:60px solid transparent;
  position:absolute;
  right:100%;
  top:0px;
}
*/

/*navigation bar*/

.navbar{
    border: 0px;
        border-radius: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
        color: #fff;
    background-color: #ffa500;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
{
    color: #fff;
}
.navbar-default .navbar-nav>li>a
{
color: white;
}
.navbar-default .navbar-brand
{
        color: white;
}
.image_size{ 
width: 100px;
    height: auto;
}

/* image grid style*/
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
    
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.big_img:hover .image
{
      -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
    opacity: 0.3;
}
.hover_container:hover .middle {
  opacity: 1;
}



.text {
  background-color: #ffa500;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.hover_container{
    padding: 3px;
    position: relative;
    border: 0px ;
      -webkit-transition: border-radius 5s;
    overflow: hidden;
    border-radius: 5px 
    
 
}


/* end of image grid*/

/* latest article grid style */

.tabbable-panel {
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
    margin: auto;
    width: 30.8%;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #ffa500;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #F8F8FF;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover
{
        border-bottom: 4px solid #000;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.image_style
{
    width: 100%;
    height: 150px;
    border-radius: 3px;
}

.bottom_tag_content
{
    background-color: #ffa500;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;height: 25px;
    padding: 3px;
}

.hover_fade:hover div
{
    opacity: 0.3;
}

.hover_fade:hover middele {
  opacity:1;
}

.img_cont_div
{
    
    border-radius: 5px;
}

.img_border
{
    border-radius: 1%;
    height: 165px;
}

.text_float{
    top: 36%;
}
.text
{
    padding: 5px 14px;
    
}

.ancher_style
{
    color: black;
    text-decoration: none !important;
}
.ancher_style:hover
{
    color: black;
}
.ancher_style p
{
    color: white;
}


/* scroll*/






.scroll_con_update
{
    text-align: center;
    margin-top: -47px;
}





.demo a {

  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}



#section03 a {
  padding-top: 60px;
}
#section03 a span {
  position: absolute;
  top: 21px;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #000;
  border-radius: 100%;
  box-sizing: border-box;
}
#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite ;
  box-sizing: border-box;
    
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/*  end of scroll  */


/*  end of latest article grid style */

/* Testimonial */

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.img-circle{
    
    border-radius: 0px;
}


#quote-carousel .carousel-control.left
{
        left: -40px;

}

#quote-carousel .carousel-control.right
{
        right: -40px !important;
}
/* end of testimoinal*/




/* footer style */
#footer_container{
    background-color: black;
}
.footer_heading_style{
    color: white;
}
#footer_p_size{
    font-size: 11px;
}
.list_style{
    list-style: none;
    text-align: left;
    margin-left: -39px;
    
}
ul li{
    color: white;
    font-size: 15px;
    
}
ul li a{color: white;

}
.font_style{
    font-family: sans-serif;
}
.tlcolor
{
    background-color: #000;
}
.nav_decorate
{
    background-color: #ffa500;
    height: 5px;
    margin-top: -20px;
}
.btn-success
{
    background-color:#ffa500 !important;
    border-color: #ffa500 !important;
    padding: 0px 8px !important;
}
/*
.img_column_size
{
    text-align: center;
    width: 50%;
    height: 190px;
    
}*/
.img_grid_static_border
{
    border-radius: 5px;
}
.footer_logo_img
{
    margin-top: 15px;
    margin-bottom: 20px;
}
.icon_latest {
    display: inline;
    margin-left: 10px;
}
.services_tl:hover
{
text-decoration: none;
}
.services_tl
{
    color: black;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    padding-bottom: 10px !important;
}