/*
  Theme Name: PEMS
  Author: Mohammad Nasher
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


body {
  background: #3a3a3a;
  color: #444;
  font-family: "Open Sans", sans-serif;
}


@media(max-width: 768px){
    body{
        background: #f9f9f9;
    }
}
a {
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}



.cover-filter{
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  opacity: .8;
  position: fixed;
  z-index: 1000;
}
/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 12000;
  transition: all 0.5s;
  padding: 20px 0;
  background: #004b64;
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.7);*/
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #3a3a3a;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  max-height: 40px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background-size: cover;
  padding: 200px 0 120px 0;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
  width: 50%;
  float: left;
}

#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

/*--------------------------------------------------------------
# Who we are section
--------------------------------------------------------------*/

.brief-intro {
  width: 100%;
  max-height: 40%;
  padding: 5em 22em 5em 20em;
  background-color: #3a3a3a;
  color: #F9F9F9;
  margin: 0 !important;
}

@media (max-width: 1768px) {
  .brief-intro{
    padding: 5em 10em 5em 10em;
  }
}

@media (max-width: 1400px) {
  .brief-intro{
    padding: 5em 5em 5em 5em;
  }
}

@media (max-width: 1150px) {
  .brief-intro{
    padding: 2em;
  }
}
.brief-intro h3
,p {
  color: #f9f9f9;
}

.landing-vector {
  padding: 2em;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.news{
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 2em;
}


@media(max-width: 768px){
    .news{
        padding: 0px 0px 50px 0px !important;
    }
}

.tab-selector{
  width: 100%;
  text-align: center;
  color: #3a3a3a;
  margin: 0 auto;
}

.tab-selector 
a{
  color : #3a3a3a;
  display: inline-block;
    border: 1px solid #004b64;
    border-radius: 10px;
  padding-right: 100px;
  padding-left: 100px;
    padding-top: 8px;
  padding-bottom: 10px;
  transition: .3s;
}

.tab-selector 
a:hover{
  color: #004b64 !important;
  border-radius: 10px;
    border-color: #004b64;
  transition: .1s;
  cursor: pointer;
}


@media(max-width: 768px){
    .tab-selector{
        margin-top: 20px;
    }
    .tab-selector a{
        padding-top: 10px;
        padding-left: 0!important;
        padding-right: 0!important;
        width: 30%;
    }
}
.active-selector{
    background-color: #004b64;
  color: #f9f9f9 !important;
  border: 2px solid #374049;
    border-radius: 10px;
  transition: .1s;
}

.active-selector:hover{
    color: #f9f9f9 !important;
}


.tab-selector .active-selector:hover{
  color: #f9f9f9 !important;
}
.News-Container{
  width: 80%;
  margin: 0 auto;
  height: auto;
  padding: 4em;
  padding-top: 3em;
}

@media(max-width: 1440px){
    .News-Container{
      padding: 3em !important;
      width: 100%;
    }
}

@media(max-width: 768px){
  .News-Container{
    padding: 1em !important;
  }
}
.news-img{
  max-width: 100%;
  height: auto;
  background-color: rgba(65, 65, 65, 0.47);
}

.news-img-cont{
  float: left;
}


.active-link{
  text-decoration: underline !important;
  
}
@media (max-width: 768px) {
  .news-img-cont{
    text-align: center;
  }
}
.news-text{
  padding: 2em;
    padding-top: 0 !important;
  float: left;
  height: auto;
  color: #414141;
  text-align: justify;
}


@media(max-width: 768px){
    .news-text{
        width: 100% !important;
        padding: 1em !important;
        text-align: center;
    }
}
.ma-btn{
    width: 100%;
    height: 40px;
  background-color: #004b64;
  border: 1px solid #004b64;
  border-radius: 1px;
  box-shadow: #414141 0px 1px 1px;
  padding-bottom: 10px;
    padding-top: 8px;
  padding-left: 1em;
  padding-right: 1em;
  color: white;
  font-weight: normal;
    border-radius: 5px;
  transition: .3s;
}

.ma-btn:hover{
  background-color: white;
  color: #004b64;
  border: 1px solid #004b64;
  box-shadow: none;
  cursor: pointer;
  transition: .3s;
}


.more-info-btn{
    width: auto;
    font-size: 50px;
    color: #767676;
    border-radius: 50px;
    text-align: center;
    margin-top: 7px;
    /*background-color: #3a3a3a;*/
    transition: .1s;
}

.more-info-btn-n{
  width: auto;
  font-size: 50px;
  color:red;
  border-radius: 50px;
  text-align: center;
  margin-top: 7px;
  /*background-color: #3a3a3a;*/
  transition: .1s;
}

.card-topic-2{
    text-align: right;
    color: #f9f9f9;
    margin-left: 20px;
    width: 50%;
    padding-top: 5px;
    opacity: .6;
}
.card-topic-1{
  color: #f9f9f9;
   margin-bottom: 0;
    margin-top: 20px;
     margin-left: 20px;
      width: 50%;
       border-bottom: 1px solid
        rgba(255,255,255,.3);
         padding-bottom: 10px;
}

.card-info-des{
  color: #e5e5e5;
  margin-left: 20px;
  margin-bottom: 9px; 
  width: 50%; 
  opacity: .8;
}

.card-img{
  width: 300px; 
  height: 300px; 
  border-radius: 50%; 
  position: absolute; 
  z-index: 11000; 
  margin-left: 5em; 
  margin-top: 3em;
}

.card-content-container{
   padding: 2em;
}


.card-left-area{
  height: 400px; 
  background-color: #3a3a3a;
}

.social-1{
  right: 100px;
}

.social-2{
  right: 160px;
}

.social-3{
  right: 220px;
}

.social-4{
  right: 280px;
}

.card-container{
  padding-left: 2em; 
  padding-right: 2em;
}

@media(max-width: 1200px){
    .more-info-btn{
      margin-top: 0 !important;
    }

    .more-info-btn-n{
      margin-top: 0 !important;
    }
    .who-res{
      margin-bottom: 0 !important;
    }

    .card-topic-1{
      width: 70%;
    }

    .card-info-des{
      width: 100%;
    }
    .card-topic-2{
      width: 70%;
    }
    .card-img{
      width: 250px;
      height: 250px;
      margin-left: 3em !important;
    }

    .card-content-container{
      padding-top: 0 !important;
    }
}
@media(max-width: 992px){
  .who-res{
    margin-bottom: 0 !important;
  }
  .card-topic-1{
    width: 100%;
    text-align: center;
  }

  .card-info-des{
    width: 100%;
  }
  .card-topic-2{
    width: 100%;
    text-align: center;
  }
  .card-info-des{
    text-align: center;
  }
  .card-img{
    display: none;
  }

  .card-left-area{
    display: none;
  }
  .card-content-container{
    padding-top: 0 !important;
  }
  .social-1{
    right: 90px;
  }
  
  .social-2{
    right: 150px;
  }
  
  .social-3{
    right: 210px;
  }
  
  .social-4{
    right: 270px;
  }
}

@media(max-width: 768px){
  .card-content-container{
    background-color: #004b64;
    height: 500px;
  }
  .card-res-cont{
    position: relative !important;
    margin-top: 300px;
  }

  .res-topic-people{
    position: static !important;
    margin-top: 500px;
  }

  .res-topic-text{
    position: relative !important;
    margin-bottom: 2em !important;
    margin-top: 2em !important;
  }

  .card-info-des{
    margin-left: 0 !important;
  }

  .card-topic-1{
    margin-left: 0 !important;
  }

  .card-topic-2{
    margin-left: 0 !important;
  }
  .card-container{
    padding: 0 !important;
  }

  .social-1{
    right: 50px;
  }
  
  .social-2{
    right: 110px;
  }
  
  .social-3{
    right: 170px;
  }
  
  .social-4{
    right: 230px;
  }

  .card-img{
    position: relative !important;
    display: block;
  }
}


.more-info-btn:hover{
  transform: scale(1.1);
  transition: .1s;
}

.more-info-btn-n:hover{
  transform: scale(1.1);
  transition: .1s;
}

.more-info-btn-close{
  color: red;
}

.stu-info-container{
  background-color: #194b64;
  border-radius: 5px;
  z-index: 1001;
  height: 400px;
}

.social-icon-link{
  width: 30px; height: 30px;
   border-radius: 50%;
   position: absolute;
   z-index: 11000;
   margin-left: 75px;
   margin-top: 2px;
   box-shadow: 1px 1px 1px #3a3a3a;
   transition: .2s;
}
.social-icon-link:hover{
   transform: scale(1.1);
   transition: .2s;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #f9f9f9;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  /*color: #fd5129;*/
  text-decoration: none;
  transform: scale(1.1);
  transition: 0.3s;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #004b64;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #f9f9f9;
  text-align: center;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  text-decoration: underline;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  margin-top: 3em;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #004b64;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: white;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #f9f9f9;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(255,255,255,0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }
}


.img-container
{
  width: 100%;
  height: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  .landing-vector{
    width: 100%;
    height: auto;
    display: block;
  }
  .brief-intro{
    padding: 1em !important;
    text-align: center;
      margin: 0 !important;
      margin-top: 350px !important;
  }
}

@media (min-width: 768px) and (max-width: 1310px){
  .landing-vector{
    padding: 10px !important;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}



.Landing-img {
  width: 100%;
  height: 50% !important;
  background-color: #414141;
  color: white;
  margin-top: 80px;
}

.brief-text {
    padding-top: 3em;
}


@media(max-width:768px){
    .brief-text{
        padding-top: 1em;
    }
    .Landing-img{
        margin-top: 60px !important;
    }
}
.link-sections {
    width: 100%;
    height: 40%;
    background-color: #f9f9f9;
}

.footer-link {
    color: #b6b4b4;
    text-decoration: none;
    transition: .3s;
}
.footer-link:hover{
    cursor: pointer;
    color: #f9f9f9;
    text-decoration: underline;
    transition: .3s;
}

.hpr-link {
    color: #b7d8ff;
    text-decoration: none;
    transition: .3s;
}
.hpr-link:hover{
    cursor: pointer;
    color: #b7fff0;
    text-decoration: underline;
    transition: .3s;
}



.page-footer {
    background-color: #3a3a3a;
    padding: 4em;
}

@media (max-width: 1440px) {
    .page-footer{
      padding: 2em !important;
    }
}

@media (max-width: 768px) {
  .page-footer{
    padding: 1em !important;
  }
}

.topic-link-footer {
    color: #aecce9;
}

.link-title {
    color: #6a6a6a;
}

.footer-map-image {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #f9f9f9;
}

.news-title {
  float: left;
  height: auto;
  color: #004b64;
    padding-top: 2em;
    padding-left: 1em;
    text-align: justify;
}


@media(max-width: 768px){
  .news-title{
    text-align: center;
  }
}
.map-frame {
    background-color: #3a3a3a;
    width: 100%;
}



#map {
    height: 250px;
    z-index: 2;
}

.hidden {
    display: none;
}

.search-section {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
}

.search-topic {
    width: 100%;
    text-align: center;
    color: #3a3a3a;
}

.search-container {
    padding-top: 8em;
    margin: 0 auto !important;
}

.pub-search {
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    padding: 10px;
    padding-left: 20px;
    margin-top: 50px;
    background-color: transparent;
}

.search-btn {
    
}

.devider {
    height: 1px;
    background-color: #3a3a3a;
    opacity: .2;
    margin-top: 50px;
}

.res-detail {
    color: #3a3a3a;
    padding-left: 2em;
}

.res-img {
    max-width: 100%;
    height: auto;
}

.info-image{
  max-width: 100%;
  height: 200px;
}

.searc-text-not {
    padding-top: 3em;
    opacity: .6;
}

@media(max-width: 768px){
    .searc-text-not{
        text-align: center;
    }
}

.not-found {
    margin-top: 50px;
}

.top-publications {
    height: auto;
    margin-top: 30px;
}

.row-top {
}

.pub-top-topic {
    width: 100%;
    color: #3a3a3a;
    opacity: .6;
    text-align: center !important;
    width: 100%;
}

.research-section {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
}

.research-content-container {
    height: auto;
    padding: 8em;
}

@media(max-width: 1440px){
  .research-content-container{
    padding: 1em;
  }
}

.research-title {
    color: #3a3a3a;
    text-align: left;
    margin-top: 30px;
}

.research-des {
    text-align: left;   
    color: #3a3a3a;
    opacity: .8;
}

@media(max-width: 768px){
    .research-title{
        text-align: center;
    }
    .research-des{
        text-align: center;
    }
    .research-section {
        padding: 2em;
    }
    .search-container {
        padding-top: 2em;
    }
    .research-content-container{
        padding-right: 1em;
        padding-left: 1em;
    }
}



.people-card-container {
    marign-top:50px;
    border: 1px solid #3a3a3a;
    height: auto;
    background-color: #3a3a3a;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #3a3a3a;
}

.card-image {
    border-radius: 50%;
    margin-left: 30px;
}

.card-image-container {
    padding: 3em;
}

.card-name {
    width: auto;
    color: #f9f9f9;
    text-align: left;
    border-bottom: 1px solid #f9f9f9;
    padding: 10px;
}

@media(max-width:768px){
    .card-name{
        text-align: left;
    }
}

.card-text-container {
    padding:7em 2em 6em 1em;
}

.card-des {
    width: 100%;
    color: #f9f9f9;
    text-align: left;
}

.res-card-links{
  margin: 0 auto !important;
  text-align: center !important;
}




.row.heading h2 {
    color: #fff;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
ul{
  margin:0;
  padding:0;
  list-style:none;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
	 text-align:center; 
	 margin-bottom:28px; 
	 padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}

.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#3a3a3a; 
   padding:30px 20px; 
   text-align:center; 
    border-radius: 5px;
   margin: 0 0 28px;
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h4 a{
  text-decoration:none;
	color:#f9f9f9 !important;
}
.our-webcoderskull .cnt-block h4 a:hover{
	color:#f9f9f9;
}
.our-webcoderskull .cnt-block p{ 
   color:#f9f9f9; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
.our-webcoderskull .cnt-block .follow-us{
	margin:10px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{ 
    display:inline-block; 
	width:auto; 
	margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}

.margin-card {
    margin-top: 30px;
}

.cnt-block-active{
  z-index: 1110; 
  position: relative;
}
