/********************************/
/*          Page Header         */
/********************************/
.page-header{background-image:url(../images/header-bg.png);background-repeat:no-repeat;background-position:center -100px;background-color:#ca992c;background-size:100%;padding:0;margin:0;position:relative;padding:80px 0 30px;}
.page-header .overlay-header{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(8, 54, 127,.5)}
.page-header .page-title{margin-top:0;color:#fff}
.page-header .page-sub-title{margin-bottom:15px;letter-spacing:3px;font-size:12px;line-height:15px;color:rgba(255,255,255,.7);}
.page-header .breadcrumbs{margin-top:20px;text-align:right;font-size:11px;letter-spacing:2px;color:#fff;}
.page-header .breadcrumbs a,.page-header .breadcrumbs .bread-current{color:#fff}
.page-header .breadcrumbs a:hover,.page-header .breadcrumbs .bread-current:hover{color:#fff}
.page-header .breadcrumbs .slash-divider{margin-right:7px;margin-left:7px;color:rgba(255,255,255,.7);}


.ib-1{background-image:url(../images/inner-banner-1.png)}
.ib-2{background-image:url(../images/inner-banner-2.png)}
.ib-3{background-image:url(../images/inner-banner-3.png)}
@media (max-width: 768px){
.page-header{padding:140px 0 50px;}
}
@media (max-width:767px){
.page-header{padding:50px 0 10px;min-height:135px;background-position: 0 0;background-size:cover;}
.page-header .page-sub-title{display:none;}
.page-header h1{margin:25px auto;font-size: 18px; padding-left:0;}
.ib-1{background-image:url(../images/inner-banner-small-1.png)}
.ib-2{background-image:url(../images/inner-banner-small-2.png)}
.ib-3{background-image:url(../images/inner-banner-small-3.png)}
}

/********************************/
/*          Inner Page          */
/********************************/
.content{background:#fff;margin:20px auto;padding:15px;}
.content p, .content li{font-size:12px;letter-spacing:1px; color:#666;}
.content ul{ margin-left:20px;list-style-position: inside;}

/********************************/
/*       Page Section 8         */
/********************************/
.page-section-8{background:#eee;padding:0px 0;}
.page-section-8 .main-text-cont{margin:0 auto;padding:50px 50px 50px;max-width:800px;display:table;}
.page-section-8 .main-text-cont .title{line-height:45px;font-weight:300;font-size:45px;color:#4b4e53;}
.page-section-8 .main-text-cont .title span{font-weight:bold}
.page-section-8 .line{margin-top:11px;height:3px;width:70px;background:#4b4e53;}
.page-section-8 p{font-size:14px;line-height:18px;padding-top:20px}
.page-section-8 .img {background:url(../images/fes2.jpg) center center no-repeat;position: relative;-webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;background-size: cover;box-sizing: border-box;width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;overflow: hidden;  display: block;height:550px;}
@media screen and (max-width: 768px){
.page-section-8 .main-text-cont{padding: 25px 0px 25px;}
}


.our-team{padding:30px 0;}
.our-team .col-md-3{box-shadow:0 0 15px rgba(10, 10, 10,0.08);-moz-box-shadow:0 0 15px rgba(10, 10, 10,0.08);-webkit-box-shadow: 0 0 15px rgba(10, 10, 10,0.08); margin:10px;padding:0}
.box1{border-radius:2px;position:relative}
.box1 img{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);}
.box1:hover img{-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);}
.box1 .overlay{display:none}
.box1:hover .overlay{position:absolute;z-index:1;top:0;left:0;display:block;}
.details{position:relative;float:left;width:100%;text-align:center;text-transform:uppercase;padding:10px;}
.details h4{font-size:16px;font-weight:bold;color:#383838;}
.details h5{font-size:12px;}
@media screen and (max-width: 768px){
.our-team .col-sm-6{width:47%;}
}
@media screen and (max-width: 767px){
.our-team .col-sm-6{width:auto;}
}