.icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
}

 .icon-box i {
  float: left;
  color: #d9232d;
  font-size: 40px;
}

.icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.icon-box h4 a {
  color: #556270;
  transition: 0.3s;
}

.icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

 .icon-box:hover h4 a {
  color: #d9232d;
}


/*team*/
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);

.members {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
}

.members h1,
.members h2,
.members h3,
.members h4,
.members h5,
.members h6 {
    color: #3e4555;
}

.members .font-weight-medium {
    font-weight: 500;
}

.members .bg-light {
    background-color: #f4f8fa !important;
}

.members .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.members .pro-pic {
    min-height: 200px;
}

.members .pro-pic .card-img-overlay ul {
    top: 50%;
}

.members .pro-pic .card-img-overlay ul li a {
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

.members .pro-pic .card-img-overlay ul li a:hover {
    -webkit-transform: translate3d(0px, -5px, 0px);
    transform: translate3d(0px, -5px, 0px);
}

.members .pro-pic:hover .card-img-overlay {
    display: block;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoinstagram:hover {
    background-color: #33ccff;
}

.social-network a.icoJoomla:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoinstagram:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social {
    background-color: #D3D3D3;
}
@media only screen and (max-width: 600px) {
  .card-box {
   width:   unset;
   height:  unset;
  }
    .card-image {
   width:   unset;
   height:  unset;
  }


}
/*team*/
.our-team 
{
  width: 80%;
}
.our-team img{
    width: 100%;
    height: auto;
   /* border: 2px solid #122b7f;*/
    border-radius: 5px;
    transition: all 0.30s linear 0s;
}
.our-team:hover img{
    border:2px solid #ffff;
}
.our-team .team-prof h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 20px 0;
    /*text-transform: uppercase;*/
}
.our-team .team-prof span{
    font-size: 14px;
    color: #808080;
    display: block;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.our-team .social-links{
    padding:0;
    margin:0;
    list-style: none;
}
.our-team .social-links li{
    display: inline-block;
    margin-right: 15px;
}
.our-team .social-links li a{
    color: #6a6060;
    font-size: 18px;
    transition: all 0.30s linear 0s;
}
.our-team .social-links li a:hover{
    color: #122b7f
    text-decoration: none;
}
.our-team .social-links:after{
    content: "";
    display: block;
    width: 20%;
    margin-top: 20px;
    border-bottom: 2px solid #fff;
    transition: all 0.30s linear 0s;
}
.our-team:hover .social-links:after{
    border-bottom: 2px solid #122b7f;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom:20px; }
}
.social-links .fa-facebook:hover{
  color: white;
  background-color: darkblue;
  width: 23px;
  height: 23px;
  border-radius: 13px;
  padding: 4px;
}
.social-links .fa-instagram:hover{
  color: white;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  width: 23px;
  height: 23px;
  border-radius: 13px;
  padding: 4px;
}
.social-links .fa-envelope-o:hover{
/* background-image: url(assets/gmail.png);
  background-color: white;*/
  background-color: red;
  color: white;
  width: 23px;
  height: 23px;
  border-radius: 13px;
  padding: 3px;
}

/*@media (min-width: 481px) and (max-width: 767px){
  
  img .team5 {
   height: 500px;
  }*/
  @media only screen and (max-width: 600px){
    .team5{
       height: 400px !important;
    }    
}

/*our motto */
.main-timeline{
    font-family: 'Raleway', sans-serif;
    position: relative;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50%;
    margin: 0 10px 20px 0;
    float: left;
}
.main-timeline .timeline-content{
    background: #f72727;
    padding: 30px 85px 30px 30px;
    border-radius: 0 40px;
    display: block;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: '';
    background-color: rgba(0,0,0,0.25);
    border-radius: 0 40px;
    position: absolute;
    left: 0;
    right: 55px;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.main-timeline .timeline-content:after{
    background-color: #fff;
    box-shadow: -10px -10px 0 rgba(0,0,0,0.1) inset;
    left: 10px;
    top: 10px;
}
.main-timeline .timeline-year{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 25px;
    transform: translateY(-50%) rotate(-90deg);
    position: absolute;
    right: -9px;
    top: 50%;
}
.main-timeline .title{
    color: #f72727;
    font-size: 22px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.main-timeline .description{
    color: black;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: justify;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right;
    margin: 0 0 20px 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 30px 35px 30px 85px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before,
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    left: 55px;
    right: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    box-shadow: 10px 10px 0 rgba(0,0,0,0.1) inset;
    top: 0;
    bottom: 10px;
    left: 55px;
    right: 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: -16px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content{ background-color: #ff680a; }
.main-timeline .timeline:nth-child(4n+2) .title{ color: #ff680a; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content{ background-color: #7CBA01; }
.main-timeline .timeline:nth-child(4n+3) .title{ color: #7CBA01; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content{ background-color: #009BBA; }
.main-timeline .timeline:nth-child(4n+4) .title{ color: #009BBA; }
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width:576px){
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        text-align: center;
        padding: 75px 30px 30px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        top: 50px;
        right: 0;
        left: 0;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        box-shadow: -10px -10px 0 rgba(0,0,0,0.1) inset;
        top: 60px;
        right: 0;
        left: 10px;
        bottom: 0;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateX(-50%) translateY(0) rotate(0);
        top: 12px;
        right: auto;
        left: 50%;
    }
    .main-timeline .title{ font-size: 20px; }
}
/*team strength*/
:root{
    --white: #fff;
    --black: #000;
    --color_1: #EA2027;
    --color_2: #1F5295;
    --color_3: #89b743;
    --color_4: #e02a6d;
}
.main-timeline1{ font-family: 'Niramit', sans-serif; }
.main-timeline1:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline1 .timeline1{ margin: 0 -15px; }
.main-timeline1 .timeline-content1{
    color: var(--color_1);
    text-align: left;
    display: block;
    position: relative;
}
.main-timeline1 .timeline-content1:hover{ text-decoration: none; }
.main-timeline1 .timeline-icon1{
    font-size: 70px;
    text-align: center;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.main-timeline1  .timeline1:hover .timeline-icon1{ transform: rotateY(360deg); }
.main-timeline1 .timeline-year1{
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.main-timeline1 .timeline-year1:after{
    content: '';
    height: 60px;
    width: 107%;
    background-color: var(--color_1);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
}
.main-timeline1 .timeline-year1 span{
    color: #var(--white);
    background-color: var(--color_1);
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    line-height: 120px;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 10px #999, 0 0 0 15px #var(--white);
    display: block;
}
.main-timeline1 .inner-content1{
    padding: 0 10px 10px 15px;
    border-left: 15px solid var(--color_1);
}
.main-timeline1 .title{
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.main-timeline1 .description{
    color: #333;
    font-size: 15px;
    letter-spacing: 1px;
}
.main-timeline1 .timeline.blue .timeline-icon1,
.main-timeline1 .timeline.blue .title{
    color: var(--color_2);
}
.main-timeline1 .timeline.blue .timeline-year1:after,
.main-timeline1 .timeline.blue .timeline-year1 span{
    background-color: var(--color_2);
}
.main-timeline1 .timeline.blue .inner-content1{ border-left-color: var(--color_2); }
.main-timeline1 .timeline.green .timeline-icon1,
.main-timeline1 .timeline.green .title{
    color: var(--color_3);
}
.main-timeline1 .timeline.green .timeline-year1:after,
.main-timeline1 .timeline.green .timeline-year1 span{
    background-color: var(--color_3);
}
.main-timeline1 .timeline.green .inner-content1{ border-left-color: var(--color_3); }
.main-timeline1 .timeline.pink .timeline-icon1,
.main-timeline1 .timeline.pink .title{
    color: var(--color_4);
}
.main-timeline1 .timeline.pink .timeline-year1:after,
.main-timeline1 .timeline.pink .timeline-year1 span{
    background-color: var(--color_4);
}
.main-timeline1 .timeline.pink .inner-content1{ border-left-color: var(--color_4); }
@media screen and (max-width:767px){
    .main-timeline1 .timeline1{ margin: 0 0 15px; }
    .main-timeline1 .timeline-year1:after{ width: 100%; }
}
