
/* Header....... */

.custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 5em !important;
}

/* logo       ............  */

.navbar-brand>img {
    display: unset;
    height: 42px;
    margin-top: -7px;
}
.custom-navbar {
    background: #ffffff;
    border-top: 5px solid #4b6e97 !important;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(26, 40, 102, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
}
.custom-navbar .nav li.active > a {
    background-color: #0e49a1 !important;
    color: #ffffff;
}
.custom-navbar .nav li a:hover {
    background-color: #2969ca !important;
    color: #ffffff;
}

/* ...................  */


p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: justify !important;
}



/*start portfolio  
                   Products*/
.portfolio{
  padding:80px 0;
  background: #f7f7f7;
}
.portfolio p{
  color: rgba(255,255,255,.6);
  margin: 20px 40px;
  letter-spacing: 1px;
  line-height:1.5em;
}

/*start tabs*/
.portfolio input[type="radio"]{
  display: none;
}
.portfolio .tabs label{
  display: inline-block;
  color: #3f4244;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 18px;
  margin-bottom: 20px;
  cursor: pointer;
}
.portfolio .tabs .all{
  display: none;
  transform-origin: 10% 50%;
}
.portfolio .tabs .content {
  margin-bottom: 29px;
  position: relative;
  overflow: hidden;
}
.portfolio .tabs .content img {
    height: 300px !important;
    width: 80% !important;
}
.portfolio .tabs label:not(:first-of-type){
  margin-left: -4px;
}
.portfolio input[id="all"]:checked ~ .content .all{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="websiteDesign"]:checked ~ .content .websiteDesign{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="PHOTOGRAPHY"]:checked ~ .content .PHOTOGRAPHY{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="graphicDesign"]:checked ~ .content .graphicDesign{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[type="radio"]:checked + label{
  background-color: transparent;
  border: 1px solid #00e1ff;
  cursor: default;
}
.portfolio .tabs .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top:100%;
  padding-top: 10%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: rgba(0,0,0,.5);
  left: 0;
  transition: all .5s;
  transition: all .5s linear;

}
.portfolio .tabs .all .content:hover .overlay{
  top: 0;
}
.portfolio .tabs .overlay span{
  padding: 2px 8px;
  border: 1px solid #fff;
  border-radius: 3px;
  cursor: pointer;
}
.portfolio .tabs .overlay span:hover{
  background: #5CC05C;
  border-color: #5CC05C;
}
@keyframes animateTabe{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.classic-list{
  list-style-type: none;
}

/* Product..............  */

h3, h3 a {
    color: #0f0f0f !important;
}
.caption h3{
  color: white !important;
}

/* Client  ................  */
.owl-carousel .owl-item img {
    display: block;
    width: 60%;
}
.courses-image {
    background: white !important;
}




/* .....................  */
/* sustainability     */


section#testimonial {
    background-color: #dee4e9;
}
figcaption.sustain {
    margin: 28px;
    padding: 23px;
}

/* contcat    */

#contact {
    background: #202d70;
}

/* Footer  icon   */ 

.social-icon li a {
    border-radius: 100px;
    color: #35ace7;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
}
.social-icon li a:hover {
   background-color: #2969ca;
}

img.responsive-img {
    height: 183px;
}