.roboto{
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}
.about .read-more a{    
    display: inline-block;
    background: #d9232d;
    color: #fff;
    padding: 6px 20px 7px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}
.nav-style{
    /*background-color: rgba(0, 0, 0, 0.2);*/
    border-radius: 12px;
    padding: 10px;
}

/*Image Frame*/
.frame {
  background-color:#ddc;
  border:solid 2vmin #eee;
  border-bottom-color:#fff;
  border-left-color:#eee;
  border-radius:2px;
  border-right-color:#eee;
  border-top-color:#ddd;
  box-shadow:0 0 5px 0 rgba(0,0,0,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
  box-sizing:border-box;
  display:inline-block;
  margin:0px;
  /*height:80vh;*/
  padding:0px;
  position:relative;
  text-align:center;
  &:before {
    border-radius:2px;
    bottom:-2vmin;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.25) inset;
    content:"";
    left:-2vmin;
    position:absolute;
    right:-2vmin;
    top:-2vmin;
  }
  &:after {
    border-radius:2px;
    bottom:-2.5vmin;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    content:"";
    left:-2.5vmin;
    position:absolute;
    right:-2.5vmin;
    top:-2.5vmin;
  }
}
.frame-vision {
  background-color:#ddc;
  border:solid 2vmin #eee;
  border-bottom-color:#fff;
  border-left-color:#eee;
  border-radius:2px;
  border-right-color:#eee;
  border-top-color:#ddd;
  box-shadow:0 0 5px 0 rgba(0,0,0,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
  box-sizing:border-box;
  display:inline-block;
  margin:0px;
  /*height:80vh;*/
  padding:0px;
  position:relative;
  &:before {
    border-radius:2px;
    bottom:-2vmin;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.25) inset;
    content:"";
    left:-2vmin;
    position:absolute;
    right:-2vmin;
    top:-2vmin;
  }
  &:after {
    border-radius:2px;
    bottom:-2.5vmin;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    content:"";
    left:-2.5vmin;
    position:absolute;
    right:-2.5vmin;
    top:-2.5vmin;
  }
}
.frame-img {
  border:solid 2px;
  border-bottom-color:#ffe;
  border-left-color:#eed;
  border-right-color:#eed;
  border-top-color:#ccb;
  max-height:100%;
  max-width:100%;
}

.pic{
    padding: 10px;
}

/*IFRAME*/
iframe{
    width:100%;
    height:500px
}
@media only screen and (max-width: 790px) {
    iframe{
        width:100%;
        height:250px
    }

    .video-img{
        display: none;
    }
}
/*Video Frame*/

/*IMAGE PROFILE*/
.section-team{
    font-family: "Poppins", sans-serif;
    padding: 40px 0;
}

.header-section {
    margin-bottom: 20px;
}

.header-section .small-title {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #525252;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.header-section .title {
    font-size:28px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #556270;
}

.single-person {
    margin-top: 16px;
    padding: 20px;
    background-color: #f6f9ff;
    border-radius: 5px;
    height: auto;
}

.single-person:hover {
    background: #ff2b2b;
}

.single-person .person-image {
    position: relative;
    margin-bottom: 34px;
    /*border-radius: 50%;*/
    border: 4px dashed transparent;
    transition: padding .3s;
}

.single-person:hover .person-image {
    padding: 12px;
    border: 4px dashed #fff;
}

.single-person .person-image img {
    width: 100%;
    border-radius: 10px;
}

.single-person .person-image .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ff2b2b;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.single-person:hover .person-image .icon {
    background: none;
    background: #fff;
    color: #016cec;
}
.icon .icon-img1{
    max-width: 40px;
    margin: auto;
}

.icon .icon-img{
    max-width: 40px;
    margin: auto;
    margin-top: 10px;
}

.single-person .person-info{
    text-align: center;
}
.single-person .person-info .full-name {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #016cec;
    text-align: center;
}

.single-person:hover .full-name,
.single-person:hover .speciality {
    color: #fff;
}

/*Card*/
.card{
    /*border: 1.4px solid #4a5562;*/
    margin-bottom: 10px;
}
.card-header{
    background:linear-gradient(to right, #016cec, #00b5f7);;
}
.card-header h2{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-align: center;
}

/*Card Vison And Mission*/
.card-vision{
    border: 2px solid #4a5562;
}
.card-header-vision{
    background:#556270;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.card-body-vision{
    font-weight: 500;
    font-size: 15px;
}
/*Video Image*/
.video-img{
    max-width: 120px;
    position: absolute;
    top: 5%;
    left: 46%;
}

/*Quote*/
.quote-date{
    text-align: right;
    font-size: 10pt;
}
.testimonial-img{
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

/*paragraph font*/
p{
    font-size: 18px;
    font-family: 'IcoFont';
}

article.entry {
    background: #fff;
}

.gallery-title{
    font-size: 1em !important;
    font-family: 'IcoFont' !important;
}

/*Running Text*/
/* CSS Document */

marquee {
  margin-top: 5px;
  width: 100%;
}

.runtext-container {
  background-color:#ddddff;
  *background-color:#ccf;
  background-image:-moz-linear-gradient(top,#ccf,#fff);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#ccf),to(#fff));
  background-image:-webkit-linear-gradient(top,#ccf,#fff);
  background-image:-o-linear-gradient(top,#ccf,#fff);
  background-image:linear-gradient(to bottom,#ccf,#fff);
  background-repeat:repeat-x;
    border: 4px solid #fff200;
    box-shadow:0 5px 20px rgba(0, 0, 0, 0.9);

  width: 99%;
  overflow-x: hidden;
  overflow-y: visible;
  padding:0 3px 0 3px;

  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin-left: 8px;
  z-index: 100;
  }

  .main-runtext {margin: 0 auto;
  overflow: visible;
  position: relative;
  height: 40px;
  background: #016cec;
  }
  
  .runtext-img{
    max-width: 30px;
    background: #fff;
    border-radius: 4px;
    padding: 2px;
  }

  .runtext-container .holder {
  position: relative;
  overflow: visible;
  display:inline;
  float:left;

  }

  .runtext-container .holder .text-container {
    display:inline;
  }

  .runtext-container .holder a,span{
    text-decoration: none;
    font-weight: bold;
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    line-height: -0.5em;
    font-size:16px;
  }

  .runtext-container .holder a:hover{
    text-decoration: none;
    color:#6600ff;
  }

.map {
    overflow:hidden;
    resize:none;
    max-width:100%;
    width:100%;
    height:440px;
}

.image-map {
    width: 100%;
    height: 440px;
    object-fit: cover;
}
@media (max-width: 480px){
    .header-section .title {
        font-size: 18px;
    }

    p {
        font-size: 13px;
    }

    .map {
        overflow:hidden;
        resize:none;
        max-width:100%;
        width:100%;
        height:160px;
    }

    .image-map {
        width: 100%;
        height: 160px;
        object-fit: cover;
        margin-top: 10px;
    }
}

.img-thumbnail {
    width: 100% !important;
}

@media screen and (max-width: 500px) {
    .header-section .small-title {
        letter-spacing: 0 !important;
    }
}

#blogCarousel img{
    height: 450px;
    object-fit: cover;
}

@media (max-width:768px){
  #blogCarousel img{
    height: 190px;
    object-fit: cover;
}  
}