/*
Theme Name: Agies
Theme URI: 
Author: storm
Author URI: 
Description: 
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: Agies
*/

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    /*padding-top: 0px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. background-color: #e0e0e0; */   
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

@media(max-width: 700px){
  /* header.carousel .fill{
    width: 320px;
    height: auto;
    background-size: 320px;
  } */
  .carousel-caption {
    top: 30px;
    /* height: 10px; */
  }
.animated h2 {
    width: auto;
    padding: 0px 10px 10px 10px;
   /*  height: 10px; */
    font-size: 10px;
  }
}

header.carousel {
    height: 60%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.carousel-caption{
  left: 15%;
}
 .carousel-inner>.item>img, .img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.img-full {
    min-width: 100%;
}




.animated{
  -webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 3s;
-moz-animation-duration: 3s;
-ms-animation-duration: 3s;
-o-animation-duration: 3s;
animation-duration: 3s;
}
  .animated h2 {
    width: auto;
    padding: 10px 60px 10px 10px;
    /* opacity: 100; */
    border-radius: 3px;
    float: left;
    background-color: #5eb1b5;
    border: 1px solid #5eb1b5;
}
 @-webkit-keyframes fadeInLeft {
            0% {
               opacity: 0;
               -webkit-transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               -webkit-transform: translateX(0);
            }
         }
         
         @keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
         }
         
         .fadeInLeft {
         -webkit-animation-name: fadeInLeft;
         animation-name: fadeInLeft;
         } 
         animation-name: fadeInDown;
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
  background: #343547;
  color: #fff;
  padding: 37px 0 13px;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
footer h2 {
  color: #dedede;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  vertical-align: top;
  width: 100%;
  margin:auto;
}
footer h3 {
  margin-bottom: 30px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #539497;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2C3E50;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
footer ul {
  display: inline-block;
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
.ageisfooter li a {
  background: #4b9497;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  height: 40px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}
.ageisfooter p {
  font-family: "Roboto",sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #539497;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #18BC9C;
  border-color: #18BC9C;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18BC9C;
  border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/*    .navbar-right {
float: left!important;
margin-left: 300px;
margin-top: 40px;
}
.navbar-default .navbar-nav>li>a {
color: #539497;
font-size: 16px;
} */
.navbar-default .navbar-nav>li>a {
   color: #539497;
}
@media (min-width: 1200px){
  .navbar-default .navbar-nav {float: left;margin: 30px 0px 0px 325px;}
  .navbar-default .navbar-nav>li>a {color: #539497;font-size: 16px;font-weight: 600;}
  .navbar-default .navbar-nav>li>a:hover {color: #343549;}
  .navbar-default .navbar-nav>li>a:hover {color: #539497; background-color: #343549;}
  .navbar-default .nav>li>a:focus .nav>li>a:hover {text-decoration: none; background-color: #343549;}
  .navbar-default .navbar-nav>.active>a{color: #539497; background-color: #343549;}
/*   .navbar-default .navbar-nav>.open>a .navbar-default .navbar-nav>.open>a:focus .navbar-default .navbar-nav>.open>a:hover{color: #539497; background-color: #343549;}
   */  .dropdown-menu{display: none;background-color: #343549;}
  .dropdown-menu>li>a {color: #fff;}
  .dropdown-menu>li>a:hover{color: #539497; background-color: transparent;}
  .dropdown:hover .dropdown-menu{display: block;}
  /* .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808;.navbar-default .navbar-nav>.open>a:hover
  } */
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #539497;
}
}
@media (min-width: 320px){
.navbar-default .navbar-nav>.open>a:hover .navbar-nav>.open>li:focus {
    color: #539497;
    background-color: #343549;
    
}

/* @media (min-width: 1300px){
.col-md-3 .col-sm-6{
width:100%;
margin:0px;
padding: 0px;
}
} */

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#343549;
text-align:center;
position:relative;
font-size:20px;
font-weight: bolder;
background:rgba(255, 255, 255, 0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:20px;
margin-top: 150px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.clearfix {
    clear:both;
}

.rowcolor {
    background-color:#CCCCCC;
}

.padall {
    padding:10px;
}

.icon {
    font-size:23px;
    color:#197BB5;
}

.underco{
  background-color:#5eb1b5;
}
.whatser{
  margin-bottom: 0px;
}

.list-group-item.current_page_item, .list-group-item.current_page_item:focus, .list-group-item:hover {
    z-index: 2;
    color: white;
    background-color: #343549;
    border-color: #337ab7;
}
.list-group-item a:hover  {
  text-decoration: none;
}

.list-group {
  box-shadow: -10px 0px 0px #539497; 
  margin-left: 20px;
}
.list-group-item.current_page_item a{
  color: white;
}

#art {
  background-color: #edebeb;
  opacity: 1px;
}

@media (min-width: 992px){
.col-md-9 {
    width: 73%;
    }
  }
.entry-title{
      border-bottom: 3px solid #539497;
      padding-bottom: 10px;
      margin-bottom: 50px;
}

#img-circle{
  -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #edebeb; width: 150px; height: 150px;
  /* box-shadow: 5px 5px 9px 0px #539497; 
  margin-left: 50px; */
  margin-bottom: 50px;
}

.img-portfolio{
  margin-left: -50px;
}
.img-portfolio h1{
    color: black;
    font-size: 14px;
    margin: 10px 0px 0px 0px;
}

.img-portfolio small p{
  color:#539497;
  margin: 0px 0px 0px 0px;
}

.welbanner p{
  color:white; 
  font-size:20px; 
  padding:50px 20px 20px 20px;
}

.text-center h1{
  font-size: 2.5em;
  font-weight: 700;
  color: #343549;
}