/* Style Four */ 
.categories-area { 
  background-attachment: fixed; 
  background-position: center top; 
  background-repeat: no-repeat; 
  background-size: cover; 
  padding-bottom: 50px; 
  padding-top: 50px; 
  position: relative; 
  z-index: 1; 
} 
.categories-area::before { 
  content: ""; 
  height: 100%; 
  left: 0; 
  position: absolute; 
  top: 0; 
  width: 100%; 
  z-index: -1; 
} 
.categories-area .sec-title h1{ 
     
} 
.categories-area .single-item { 
  margin-bottom: 30px; 
  position: relative; 
  padding-left: 90px; 
  background: #ffffff; 
  z-index: 1; 
} 
.categories-area .single-item:before { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 0%; 
  background: #adadad; 
  content: ""; 
  z-index: -1; 
  -webkit-transition: all 0.7s ease; 
  transition: all 0.7s ease; 
  opacity: 0; 
} 
.categories-area .single-item:hover:before{ 
  height: 100%; 
  opacity: 1; 
} 
 
.categories-area .single-item .icon-holder { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 90px; 
  height: 100%; 
  background:#0354be; 
} 
.categories-area .single-item .icon-holder::before { 
  color: #0354be; 
  content: "\f0da"; 
  font-family: FontAwesome; 
  font-size: 20px; 
  font-style: normal; 
  font-weight: normal; 
  padding-right: 0; 
  position: absolute; 
  right: -6px; 
  top: 50%; 
  margin-top: -12px; 
} 
.categories-area .single-item .icon-holder .icon-box { 
  display: table; 
  height: 100%; 
  width: 100%;   
} 
.categories-area .single-item .icon-holder .icon-box .icon{ 
  display: table-cell; 
  vertical-align: middle; 
  padding: 20px; 
} 
.categories-area .single-item .icon-holder span::before { 
  color: #fff; 
  display: block; 
  font-size: 30px; 
  text-align: center; 
} 
.categories-area .single-item .text-holder { 
  padding-left: 30px; 
  padding-top: 27px; 
  padding-bottom: 13px; 
  padding-right: 12px; 
  border: 1px solid rgba(158, 158, 158, 0.39); 
} 
.categories-area .single-item .text-holder h5{ 
  color: #3d3d3d; 
  font-size: 16px; 
  font-weight: 700; 
  text-transform: uppercase; 
  margin: 0 0 8px; 
  transition: all 500ms ease; 
} 
.categories-area .single-item .text-holder p{ 
  transition: all 500ms ease;     
} 
.categories-area .single-item:hover .text-holder h5{ 
  color: #ffffff; 
} 
.categories-area .single-item:hover .text-holder p{ 
  color: #fff;     
} 
 
 
/* Service Custom One  */ 
/*============================= Company Excellence =========================*/ 
 
.company_excellance .container { 
  border-bottom: 2px solid #f4f4f4; 
} 
.company_excellance .hexagon { 
  position: relative; 
  width: 50px;  
  height: 86px; 
  background-color: transparent; 
  margin: 0 auto 25px auto; 
  text-align: center; 
} 
 
.company_excellance .hexagon:before, 
.company_excellance .hexagon:after { 
  content: ""; 
  position: absolute; 
  z-index: 1; 
  width: 36px; 
  height: 36px; 
  -webkit-transform: scaleY(1.7) rotate(-45deg); 
  -ms-transform: scaleY(1.7) rotate(-45deg); 
  transform: scaleY(1.7) rotate(-45deg); 
  -webkit-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out; 
} 
 
.company_excellance .hexagon:before { 
  top: 22px; 
  right: -18px; 
} 
.company_excellance .hexagon:after { 
  bottom: 22px; 
  left: -18px; 
} 
.company_excellance .hexagon .ficon:before { 
  font-size: 40px; 
  line-height: 76px; 
} 
.company_excellance .single_excellance .text { 
  text-align: center; 
 /* min-height: 200px;*/ 
} 
.single_excellance{ 
    padding: 25px; 
} 
.single_excellance:hover{ 
    background-color: #fff; 
    box-shadow: 0 5px 30px rgba(0,0,0,.2); 
    border-radius: .2222222222rem; 
} 
.company_excellance .single_excellance .text p { 
  margin-top:12px; 
} 
.company_excellance .single_excellance .text span { 
  display: block; 
  width:0; 
  height:5px; 
  margin: 0 auto 0 auto; 
} 
.company_excellance .single_excellance:hover .text span { 
  width:70px; 
  margin: 15px auto 23px auto; 
} 
.company_excellance .hexagon { 
    border-top: solid 3px #656565; 
    border-bottom: solid 3px #656565; 
} 
.company_excellance .hexagon:before { 
  border-bottom: solid 3px #656565; 
  border-right: solid 3px #656565; 
} 
.company_excellance .hexagon:after { 
  border-top: solid 3px #656565; 
  border-left: solid 3px #656565; 
} 
.company_excellance .single_excellance:hover .hexagon { 
  border-top: solid 3px #0354be; 
  border-bottom: solid 3px #0354be; 
} 
.company_excellance .single_excellance:hover .hexagon:before { 
  border-bottom: solid 3px #0354be; 
  border-right: solid 3px #0354be; 
} 
.company_excellance .single_excellance:hover .hexagon:after { 
  border-top: solid 3px #0354be; 
  border-left: solid 3px #0354be; 
} 
.company_excellance .hexagon .ficon:before{ 
  color:#0354be; 
} 
.company_excellance .single_excellance:hover .hexagon .ficon:before{ 
  color:#656565; 
} 
 
.custom_one{ 
	position:relative; 
	padding:80px 0px; 
} 
.custom_one .column{ 
	position:relative; 
	margin-bottom:20px;	 
	padding: 35px 10px; 
	border: 1px solid #e7e7e7; 
    -webkit-transition: all 300ms ease;  
    -ms-transition: all 300ms ease; 
    -o-transition: all 300ms ease; 
    -moz-transition: all 300ms ease; 
    transition: all 300ms ease; 
} 
 
.custom_one .column .inner-box{ 
	position:relative; 
	max-width:500px; 
	margin:0 auto; 
	padding-left:100px;	 
} 
 
 .custom_one .column .icon{ 
    position: absolute; 
    left: 10px; 
    top: 18px; 
    /* font-size: 16px; */ 
    color: #0354be; 
    width: 70px; 
    height: 70px; 
    background: rgba(82, 82, 82, 0.31); 
    border-radius: 50%; 
    padding: 11px; 
    text-align: center; 
    transition: all 500ms ease; 
    -moz-transition: all 500ms ease; 
    -webkit-transition: all 500ms ease; 
    -ms-transition: all 500ms ease; 
    -o-transition: all 500ms ease; 
} 
 .custom_one .column .icon [class^="flaticon-"]:before{ 
    
   font-size: 32px; 
   
} 
 
.custom_one .column:hover .icon{ 
	transform:scale(0.8,0.8); 
	-webkit-transform:scale(0.8,0.8); 
	-moz-transform:scale(0.8,0.8); 
	-o-transform:scale(0.8,0.8); 
	-ms-transform:scale(0.8,0.8);	 
} 
.overlay_s.gallery-section{padding:0px!important;} 
.custom_one .column h3,.company_excellance h3,.single-service-box-two .text-box h3,.text-holder h3{ 
	position:relative; 
	font-size:16px; 
	font-weight:800; 
	margin-bottom:15px; 
	color:#3a4145; 
	text-transform:capitalize; 
} 
 
.custom_one .column .text,.4_text p{ 
	position:relative; 
	color:#888888;	 
} 
.custom_one .column:hover { 
    background-color: #fff; 
    box-shadow: 0 5px 30px rgba(0,0,0,.2); 
    border-radius: .2222222222rem; 
} 
/***  
 
==================================================================== 
	Top Services style 
==================================================================== 
 
***/ 
 
.sec-title{ 
	position:relative; 
	margin-bottom:45px; 
	text-align:center;	 
} 
 
.sec-title h3{ 
	position:relative; 
	text-transform:uppercase; 
	font-size:15px; 
	font-weight:800; 
	color:#0354br; 
	margin-bottom:0px;	 
} 
 
.sec-title h2{ 
	position:relative; 
	text-transform:uppercase; 
	font-size:24px; 
	font-weight:800; 
	color:#3a4145; 
} 
 
.sec-title p{ 
	position:relative; 
	font-size:15px; 
	color:#3a4145; 
	margin-bottom:10px; 
} 
 
.sec-title.style-two h3, 
.sec-title.style-two h2, 
.sec-title.style-two p{ 
	color:#ffffff;	 
} 
 
.sec-title .line{ 
	position:relative; 
	width:40px; 
	height:6px; 
	background:#0354be; 
	margin:20px auto 0px; 
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-ms-border-radius:3px; 
	-moz-border-radius:3px; 
	-o-border-radius:3px;	 
} 
 
 
 
.sec-title.style-three{ 
	text-align:center;	 
} 
 
.sec-title.style-three .line { 
    margin: 30px auto 0; 
} 
.top-services{ 
	position:relative; 
	padding:50px 0px 30px; 
} 
 
.top-services .column{ 
	position:relative; 
	margin-bottom:40px;	 
} 
 
.top-services .column .inner-box{ 
	position:relative; 
	max-width:500px; 
	margin:0 auto; 
	padding-left:100px;	 
} 
 .top-services .column .icon [class^="flaticon-"]:before{ 
		font-size:72px!important; 
} 
 .top-services .column .icon{ 
	position:absolute; 
	left:0px; 
	top:10px; 
	font-size:72px!important; 
	color:#0354be; 
	width:80px; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease;	 
} 
 
.top-services .column:hover .icon{ 
	transform:scale(0.8,0.8); 
	-webkit-transform:scale(0.8,0.8); 
	-moz-transform:scale(0.8,0.8); 
	-o-transform:scale(0.8,0.8); 
	-ms-transform:scale(0.8,0.8);	 
} 
 
.top-services .column h3{ 
	position:relative; 
	font-size:16px; 
	font-weight:800; 
	margin-bottom:15px; 
	color:#3a4145; 
	text-transform:capitalize; 
} 
 
.top-services .column .text{ 
	position:relative; 
	color:#888888; 
    line-height:24px; 
    font-family: inherit;	 
} 
.top-services .content h3 a{color:#252525} 
.section_padding{ 
padding:50px 0px 50px!important; 
} 
.featured-three-column{ 
	position:relative; 
	background:none; 
	z-index:100; 
} 
 
.featured-three-column.style-two{ 
	padding:70px 0px 0px; 
	margin-top:0px; 
} 
 
.featured-three-column .column{ 
	position:relative; 
	margin-bottom:50px; 
	text-align:center;	 
} 
 
.featured-three-column .column .overlay{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	overflow:hidden; 
} 
 
.featured-three-column .column .overlay .left-curve{ 
	position:absolute; 
	left:-10px; 
	top:0px; 
	width:10px; 
	height:100%; 
	opacity:0; 
	background:#0354be; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease; 
} 
 
.featured-three-column .column:hover .overlay .left-curve{ 
	left:0px; 
} 
 
.featured-three-column .column .overlay .right-curve{ 
	position:absolute; 
	right:-10px; 
	top:0px; 
	width:10px; 
	height:100%; 
	opacity:0; 
	background:#0354be; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease; 
} 
 
.featured-three-column .column:hover .overlay .right-curve{ 
	right:0px; 
} 
 
.featured-three-column .column .overlay .overlay-link{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	opacity:0; 
	background-color:rgba(106, 175, 8, 0.8); 
	z-index:1; 
	transform:scale(0,0); 
	-webkit-transform:scale(0,0); 
	-ms-transform:scale(0,0); 
	-o-transform:scale(0,0); 
	-moz-transform:scale(0,0); 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease; 
} 
 
.featured-three-column .column:hover .overlay .overlay-link{ 
	opacity:1; 
	transform:scale(1,1); 
	-webkit-transform:scale(1,1); 
	-ms-transform:scale(1,1); 
	-o-transform:scale(1,1); 
	-moz-transform:scale(1,1); 
} 
 
.featured-three-column .inner-box{ 
	position:relative; 
	max-width:500px; 
	margin:0 auto; 
	background:#252525; 
	color:#cccccc; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease; 
} 
 
.featured-three-column .column .inner-box:hover{ 
	box-shadow:0px 0px 10px 2px rgba(106, 175, 8, 0.8); 
	-webkit-box-shadow:0px 0px 10px 2px rgba(106, 175, 8, 0.8); 
	-ms-box-shadow:0px 0px 10px 2px rgba(106, 175, 8, 0.8); 
	-o-box-shadow:0px 0px 10px 2px rgba(106, 175, 8, 0.8); 
	-moz-box-shadow:0px 0px 10px 2px rgba(106, 175, 8, 0.8);	 
} 
 
.featured-three-column .inner-box .content{ 
	position:relative; 
	padding:20px 20px 20px;	 
} 
 
.featured-three-column .column:nth-child(even) .inner-box{ 
	background:#0354be; 
	color:#ffffff; 
} 
 
.featured-three-column .image{ 
	position:relative; 
	overflow:hidden;	 
} 
 
.featured-three-column .image img{ 
	position:relative; 
	display:block; 
	width:100%; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease;	 
} 
 
.featured-three-column .column:hover .image img{ 
	transform:scale(1.1,1.1); 
	-webkit-transform:scale(1.1,1.1); 
	-moz-transform:scale(1.1,1.1); 
	-o-transform:scale(1.1,1.1); 
	-ms-transform:scale(1.1,1.1);	 
} 
 
.featured-three-column h3{ 
	font-size:20px; 
	color:#ffffff; 
	font-weight:800; 
	padding:15px 0px; 
	text-transform:capitalize; 
} 
 
.featured-three-column .link{ 
	position:relative; 
	bottom:-40px; 
} 
 
.featured-three-column .column:nth-child(even) .normal-btn{ 
	background:#252525; 
} 
 
.featured-three-column .column .normal-btn:hover{ 
	background:#ffffff !important; 
	color:#0354be !important; 
	border-color:#0354be !important;	 
} 
 
.fea_two_c{ 
	position:relative; 
	background:none; 
	margin:0px; 
	z-index:100; 
} 
 
 
 
.fea_two_c .column{ 
	position:relative; 
	margin-bottom:70px; 
	text-align:center;	 
} 
 
.fea_two_c .column .overlay{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	overflow:hidden; 
} 
 
.fea_two_c .column .overlay .left-curve{ 
	position:absolute; 
	left:-10px; 
	top:0px; 
	width:10px; 
	height:100%; 
	opacity:0; 
	background:#0354be; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease; 
} 
 
.fea_two_c .column:hover .overlay .left-curve{ 
	left:0px; 
} 
 
.fea_two_c .column .overlay .right-curve{ 
	position:absolute; 
	right:-10px; 
	top:0px; 
	width:10px; 
	height:100%; 
	opacity:0; 
	background:#0354be; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease; 
} 
 
.fea_two_c .column:hover .overlay .right-curve{ 
	right:0px; 
} 
 
.fea_two_c .column .overlay .overlay-link{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	opacity:0; 
	background-color:rgba(214,3,3,0.0); 
	z-index:1; 
	transform:scale(0,0); 
	-webkit-transform:scale(0,0); 
	-ms-transform:scale(0,0); 
	-o-transform:scale(0,0); 
	-moz-transform:scale(0,0); 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease; 
} 
 
.fea_two_c .column:hover .overlay .overlay-link{ 
	opacity:1; 
	transform:scale(1,1); 
	-webkit-transform:scale(1,1); 
	-ms-transform:scale(1,1); 
	-o-transform:scale(1,1); 
	-moz-transform:scale(1,1); 
} 
 
.fea_two_c .inner-box{ 
    position: relative; 
    max-width: 500px; 
    margin: 0 auto; 
    background: #f1f1f1; 
    color: #292929; 
    transition: all 500ms ease; 
    -moz-transition: all 500ms ease; 
    -webkit-transition: all 500ms ease; 
    -ms-transition: all 500ms ease; 
    -o-transition: all 500ms ease; 
} 
 
.fea_two_c .column .inner-box:hover{ 
	box-shadow: 0 5px 30px rgba(0,0,0,.2); 
	-webkit-box-shadow:0 5px 30px rgba(0,0,0,.2); 
	-ms-box-shadow:0 5px 30px rgba(0,0,0,.2); 
	-o-box-shadow:0 5px 30px rgba(0,0,0,.2); 
	-moz-box-shadow:0 5px 30px rgba(0,0,0,.2);	 
	background:#fff; 
} 
 
.fea_two_c .inner-box .content{ 
	position:relative; 
	padding:10px 20px 20px;	 
} 
 
.fea_two_c .column:nth-child(even) .inner-box{ 
	background:#f1f1f1; 
	color:#292929; 
} 
.fea_two_c h3{ 
    color: #202A30; 
    font-weight: 700; 
    padding: 10px 0px; 
    text-align: center; 
    text-transform: uppercase; 
} 
.fea_two_c .image{ 
	position:relative; 
	overflow:hidden;	 
} 
 
.fea_two_c .image img{ 
	position:relative; 
	display:block; 
	width:100%; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease;	 
} 
 
.fea_two_c .column:hover .image img{ 
	transform:scale(1.1,1.1); 
	-webkit-transform:scale(1.1,1.1); 
	-moz-transform:scale(1.1,1.1); 
	-o-transform:scale(1.1,1.1); 
	-ms-transform:scale(1.1,1.1);	 
} 
 
 
.fea_two_c .text{ 
    margin-bottom: -15px; 
} 
.fea_two_c .link{ 
	position:relative; 
	bottom:-40px; 
} 
 
.fea_two_c .column:nth-child(even) .normal-btn{ 
	background:#252525; 
} 
 
.fea_two_c .column .normal-btn:hover{ 
	background:#ffffff !important; 
	color:#0354be !important; 
	border-color:#0354be !important;	 
} 
/* Service Five */ 
 
.service_5 .services-section .welcome-wrp { 
    padding: 0 !important; 
} 
 
.service_5 .services-wlc { 
    background-color: #053636; 
    min-height: 320px; 
} 
 
.service_5 .services-wlc .content { 
    float: right; 
    padding-right: 35px; 
    position: relative; 
    right: 0; 
    text-align: right; 
    top: 50px; 
    width: 65%; 
} 
 
.service_5 .services-wlc .content .title { 
    color: #fff; 
    font-size: 22px; 
    font-weight: 600; 
    margin-bottom: 15px; 
    margin-top: 0; 
    text-transform: uppercase; 
} 
 
.service_5 .services-content .service-box { 
    margin-bottom: 30px; 
    overflow: hidden; 
    position: relative; 
    transition: all ease-in 400ms; 
    -webkit-transition: all ease-in 400ms; 
    -moz-transition: all ease-in 400ms; 
} 
 
.service_5 .services-content.services-carousel .service-box { 
    margin-bottom: 30px; 
} 
 
.service_5 .services-content .service-box .img-thumb img { 
    min-height: 225px; 
    width: 100%; 
} 
 
.service_5 .services-content .service-box .content { 
    bottom: 0; 
    display: inline-block; 
    left: 0; 
    position: absolute; 
    right: 0; 
    text-align: center; 
    z-index: 1; 
} 
 
.service_5 .services-content .service-box .content .title  { 
    background-color: #0354be; 
    color: #fff; 
    font-size: 14px; 
    font-weight: 600; 
    margin: 0 22px; 
    padding: 15px 0; 
    position: relative; 
    text-transform: uppercase; 
    transition: all ease-in 400ms; 
    -webkit-transition: all ease-in 400ms; 
    -moz-transition: all ease-in 400ms; 
} 
 
.service_5 .services-content .service-box .content .title:before { 
    background-color: #0354be; 
    bottom: 0; 
    content: ""; 
    height: 101%; 
    left: 0px; 
    position: absolute; 
    transform: skewX(-40deg); 
    -webkit-transform: skewX(-40deg); 
    width: 50px; 
    transition: all ease-in 400ms; 
    -webkit-transition: all ease-in 400ms; 
    -moz-transition: all ease-in 400ms; 
} 
 
.service_5 .services-content .service-box .content .title:after { 
    background-color: #0354be; 
    bottom: 0; 
    content: ""; 
    height: 101%; 
    position: absolute; 
    right: 0px; 
    transform: skewX(40deg); 
    -webkit-transform: skewX(40deg); 
    width: 50px; 
    transition: all ease-in 400ms; 
    -webkit-transition: all ease-in 400ms; 
    -moz-transition: all ease-in 400ms; 
} 
.service_5 .services-content .service-box:hover .content .title { 
    background-color: #1c1c1c; 
} 
 
.services-content .service-box:hover .content .title:before { 
    background-color: #1c1c1c; 
} 
 
.service_5 .services-content .service-box:hover .content .title:after { 
    background-color: #1c1c1c; 
} 
 
.service_5 .services-content .service-box .content .title a { 
    color: #fff; 
    position: relative; 
    z-index: 9999; 
} 
 
.service_5 .services-content .service-box .overlay { 
    background-color: #0354be; 
    display: inline-block; 
    left: 0; 
    padding: 50px 30px 30px; 
    position: absolute; 
    right: 0; 
    text-align: center; 
    top: -100%; 
    height: 100%; 
    transition: all ease-in 500ms; 
    -webkit-transition: all ease-in 500ms; 
    -moz-transition: all ease-in 500ms; 
    z-index: 0; 
} 
 
.service_5 .services-content .service-box:hover .overlay { 
    top: 0; 
} 
 
.service_5 .services-content .service-box .overlay::before { 
    background-color: #0354be; 
    bottom: -50px; 
    content: ""; 
    height: 50px; 
    left: -25px; 
    position: absolute; 
    transform: skewX(-40deg); 
    -webkit-transform: skewX(-40deg); 
    width: 40px; 
} 
 
.service_5 .services-content .service-box .overlay::after { 
    background-color: #0354be; 
    bottom: -50px; 
    content: ""; 
    height: 50px; 
    right: -25px; 
    position: absolute; 
    transform: skewX(40deg); 
    -webkit-transform: skewX(40deg); 
    width: 40px; 
} 
 
.service_5 .services-content .service-box .overlay p { 
    color: #fff; 
    line-height: 22px; 
} 
 
.service_5 .services-content .service-box .overlay .value { 
    color: #fff; 
    display: inline-block; 
    font-size: 18px; 
    width: 100%; 
} 
 
.service_5 .services-content .service-box .overlay .value .service-price { 
    color: #f4d03f; 
    font-size: 22px; 
} 
 
.service_5 .services-content .service-box .overlay .btn-link  { 
    color: #ffffff; 
    display: inline-block; 
    font-size: 13px; 
    font-weight: 600; 
    margin-top: 10px; 
    border: 1px solid #fff; 
    padding: 8px 15px; 
} 
.service_5 .services-content .service-box .overlay .btn-link i{margin-left:5px;} 
.service_5 .services-content .service-box .overlay .btn-link:hover { 
    text-decoration: none; 
} 
 
 
/* Service One */ 
 
.services-section{ 
	position:relative; 
} 
 
.services-section.style-two{ 
	padding:30px 30px 0px; 
	background:#ffffff;	 
} 
 
.services-section .column{ 
	position:relative; 
	margin-bottom:40px;	 
} 
 
.services-section .column h2{ 
	position:relative; 
	font-size:24px; 
	text-transform:capitalize; 
	color:#3a4145; 
	font-weight:800; 
	margin-bottom:10px;	 
} 
.services-section.style-two .main-title{ 
	position:relative; 
	font-size:24px; 
	text-transform:capitalize; 
	color:#3a4145; 
	font-weight:800; 
	margin-bottom:15px;		 
} 
.main-title { 
    text-align: center; 
    margin-bottom: 25px; 
} 
.main-title h2 a{ 
    color:#0354be; 
} 
.services-section .column h3{ 
    position: relative; 
    font-size: 20px; 
    font-weight: 700; 
    color: #202A30; 
    margin-bottom: 15px; 
    text-transform: uppercase; 
} 
 
.services-section.style-two .column h2{ 
	position:relative; 
	font-size:16px; 
	font-weight:800;	 
} 
 
.services-section .column .image{ 
	position:relative; 
	margin-bottom:15px; 
	overflow:hidden; 
} 
 
.services-section .column .image img{ 
	position:relative; 
	display:block; 
	width:100%; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease;	 
} 
 
.services-section .column:hover .image img{ 
	transform:scale(1.1,1.1); 
	-webkit-transform:scale(1.1,1.1); 
	-moz-transform:scale(1.1,1.1); 
	-o-transform:scale(1.1,1.1); 
	-ms-transform:scale(1.1,1.1);	 
} 
 
.services-section .column .read-more .fa{ 
	padding-right:5px;	 
} 
.services-section .column .read-more{ 
    font-weight: 700; 
    color: #0354be; 
    text-transform: uppercase; 
    font-size: 14px; 
	margin-top: 15px; 
} 
 
.services-section .column .read-more:hover{ 
	color:#0354be; 
} 
 
 
.service-details{ 
	position:relative; 
	margin-bottom:10px; 
} 
 
.service-details .content-outer{ 
	position:relative; 
	padding:20px; 
	background:#ffffff;	 
} 
 
.service-details h2{ 
	font-size:24px; 
	color:#3a4145; 
	font-weight:800; 
	margin-bottom:20px; 
	text-transform:capitalize;	 
} 
 
.service-details h3{ 
	font-size:16px; 
	color:#3a4145; 
	font-weight:800; 
	margin-bottom:20px; 
	text-transform:capitalize;	 
} 
 
.service-details .full-image{ 
	position:relative;	 
} 
 
.service-details .full-image img{ 
	position:relative; 
	display:block; 
	width:100%;	 
} 
/* Service Two */ 
.service-box-one .single-service-box-one { 
  border-bottom: 1px solid #F4F4F4; 
  padding-bottom: 25px; 
  position: relative; 
  transition: border-color .4s ease; 
} 
.service-box-one .single-service-box-one:hover {border-color: #0354be;} 
.service-box-one .single-service-box-one:after { 
  content: ''; 
  display: block; 
  width: 100%; 
  height: 1px; 
  background: #F4F4F4; 
  position: absolute; 
  bottom: -4px; 
  left: 0; 
  transition: background .4s ease; 
} 
.service-box-one .single-service-box-one:hover:after {background: #0354be;} 
.service-box-one .single-service-box-one h3, 
.service-box-one .single-service-box-one p { 
  margin: 0; 
} 
.service-box-one .single-service-box-one h3 { 
  font-size: 20px; 
  color: #333333; 
  font-family: "Montserrat-Regular", sans-serif; 
  line-height: 22px; 
  -webkit-transition: color .4s ease; 
          transition: color .4s ease; 
} 
.service-box-one .single-service-box-one h3:hover { 
  color: #0354be; 
} 
.service-box-one .single-service-box-one p { 
  color: #999999; 
  line-height: 26px; 
  font-weight: 300; 
} 
.service-box-one .single-service-box-one i { 
  font-size: 50px; 
  color: #0354be; 
} 
.service-box-one .single-service-box-one span { 
  font-size: 40px; 
  color: #F8F8F8; 
  line-height: 22px; 
  font-family: "PT Serif", serif; 
} 
.service-box-one .single-service-box-one .icon-box { 
  margin-bottom: 20px; 
} 
.service-box-one .single-service-box-one .title-box { 
  margin-bottom: 10px; 
} 
.service-box-two .sec-title { 
  margin-bottom: 0; 
} 
.service-box-two.sec-pad{padding:50px 0} 
.single-service-box-two { 
    border: 1px solid rgba(193, 193, 193, 0.4); 
    margin-left: 37.5px; 
    margin-top: 30px; 
    padding-top: 24px; 
    padding-bottom: 20px; 
    padding-right: 4px; 
    -webkit-transition: border-color .5s ease; 
    transition: border-color .5s ease; 
} 
.single-service-box-two .icon-box, 
.single-service-box-two .text-box { 
  float: left; 
} 
.single-service-box-two .icon-box { 
    width: 61px; 
    text-align: center; 
    margin-left: -40.5px; 
    padding: 3px 0; 
} 
.single-service-box-two .icon-box .inner-box { 
  width: 75px; 
  height: 81px; 
  -webkit-transition: 0.6s; 
          transition: 0.6s; 
  -webkit-transform-style: preserve-3d; 
          transform-style: preserve-3d; 
  position: relative; 
} 
.single-service-box-two .icon-box .inner-box i { 
  line-height: 70px; 
  font-size: 32px; 
  color: #ffffff; 
} 
.single-service-box-two .icon-box .inner-box .top-box, .single-service-box-two .icon-box .inner-box .bottom-box { 
  position: absolute; 
  background: #0354be; 
  border-radius: 23% 50%; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  -webkit-backface-visibility: hidden; 
          backface-visibility: hidden; 
} 
.single-service-box-two .icon-box .inner-box .top-box { 
  background: #0354be; 
  z-index: 2; 
  /* for firefox 31 */ 
  -webkit-transform: rotateY(0deg); 
          transform: rotateY(0deg); 
} 
 
 
.single-service-box-two .icon-box .inner-box .bottom-box { 
   background: #0354be; 
  border-radius: 23% 50%; 
  -webkit-transform: rotateY(180deg); 
          transform: rotateY(180deg); 
} 
.single-service-box-two .icon-box .inner-box .bottom-box i { 
  color: #fff; 
} 
.single-service-box-two .text-box { 
  padding-left: 20px; 
  width: 88%; 
  float: right; 
} 
.single-service-box-two .text-box h3, 
.single-service-box-two .text-box p { 
  margin: 0; 
  padding: 0; 
} 
 
.single-service-box-two .text-box p { 
  font-weight: 300; 
  margin-top: 19px; 
} 
.single-service-box-two:hover { 
  border-color: #0354be!important; 
} 
.single-service-box-two:hover .icon-box .inner-box { 
  -webkit-transform: rotateY(180deg)!important; 
          transform: rotateY(180deg)!important; 
} 
.service-page.sec-pad { 
  padding-bottom: 60px; 
} 
.single-service-page-box { 
  margin-bottom: 50px; 
} 
.single-service-page-box .img-holder { 
  overflow: hidden; 
  position: relative; 
} 
.single-service-page-box .img-holder .overlay { 
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  background: rgba(53, 99, 169, 0.9); 
  -webkit-transform: translate3d(0, 100px, 0); 
          transform: translate3d(0, 100px, 0); 
  opacity: 0; 
  visibility: hidden; 
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease; 
          transition: transform .4s ease, opacity .4s ease, visibility .4s ease; 
} 
.single-service-page-box .img-holder .overlay .box { 
  display: table; 
  width: 100%; 
  height: 100%; 
} 
.single-service-page-box .img-holder .overlay .box .content { 
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
} 
.single-service-page-box .img-holder .overlay .box .content i { 
  color: #fff; 
  font-size: 22px; 
} 
.single-service-page-box .title { 
  margin-top: 25px; 
  margin-bottom: 8px; 
} 
.single-service-page-box .title h3 { 
  font-size: 20px; 
  color: #333333; 
  font-family: "Montserrat-Regular", sans-serif; 
  margin: 0; 
  line-height: 22px; 
} 
.single-service-page-box .title .decor-line { 
  width: 65px; 
  height: 2px; 
  background: #0354be; 
  display: inline-block; 
  vertical-align: top; 
  margin-top: 12px; 
} 
.single-service-page-box a.read-more { 
  font-size: 14px; 
  color: #333333; 
  font-family: "Montserrat-Regular", sans-serif; 
  -webkit-transition: color .4s ease; 
          transition: color .4s ease; 
} 
.single-service-page-box a.read-more:hover { 
  color: #0354be; 
} 
.single-service-page-box:hover .img-holder .overlay { 
  -webkit-transform: translate3d(0, 0, 0); 
          transform: translate3d(0, 0, 0); 
  opacity: 1; 
  visibility: visible; 
} 
.service-box-three .single-service-box-three .icon-box, .service-box-three .single-service-box-three .text-box { 
  display: table-cell; 
  vertical-align: top; 
} 
.service-box-three .single-service-box-three .icon-box i { 
  font-size: 32px; 
  color: #0354be; 
} 
.service-box-three .single-service-box-three .text-box { 
  padding-left: 20px; 
} 
.service-box-three .single-service-box-three .text-box h3 { 
  margin: 0; 
  font-size: 20px; 
  line-height: 22px; 
  color: #333333; 
  font-family: "Montserrat-Regular", sans-serif; 
} 
.service-box-three .single-service-box-three .text-box p { 
  font-weight: 300; 
  color: #999999; 
  margin: 0; 
  margin-top: 24px; 
} 
.service-box-three .single-service-box-three .text-box a { 
  color: #333; 
  font-size: 14px; 
  font-family: "Montserrat-Regular", sans-serif; 
  margin-top: 17px; 
  display: inline-block; 
  -webkit-transition: color .4s ase; 
          transition: color .4s ase; 
} 
.service-box-three .single-service-box-three .text-box a:hover { 
  color: #0354be; 
} 
/* Department Custom Two DO NOT DELETE*/ 
.service_3 .department { 
	border-bottom: 3px solid #0354be; 
	border-radius: 0 0 2px 2px; 
	min-height: 400px; 
	overflow: hidden; 
	position: relative; 
} 
.service_3 .department .thumb { 
	overflow: hidden; 
	position: relative; 
} 
.service_3 .department .thumb .round-style { 
	background-color: #fbf7f8; 
	border-radius: 50%; 
	bottom: 12px; 
	height: 70px; 
	left: 0; 
	margin: auto; 
	position: absolute; 
	right: 0; 
	transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-webkit-transition:all 0.3s ease; 
	-ms-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	width: 70px; 
} 
.service_3 .department:hover .thumb .round-style { 
	bottom: 76px; 
} 
.service_3 .department .department-details  { 
    background-color: #fbf7f8; 
    bottom: -25px; 
    padding: 0 15px 20px; 
    position: absolute; 
    text-align: center; 
    transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease; 
    -ms-transition: all 0.3s ease; 
    -o-transition: all 0.3s ease; 
    width: 100%; 
} 
.service_3 .department .department-details .title,.service_3 .services-section .services2 .column h2 { 
	color: #202A30; 
	font-weight: 700; 
	text-align:left; 
} 
.service_3 .department .department-details h3.title{font-size:20px} 
.service_3 .department-details .round-style { 
    background: #fbf7f8 none repeat scroll 0 0; 
    border-radius: 50%; 
    height: 70px; 
    left: 0; 
    margin: 0 auto; 
    position: absolute; 
    right: 0; 
    top: -35px; 
    width: 70px; 
	display:none; 
} 
.service_3 .department:hover .department-details { 
	bottom: 0; 
} 
.service_3 .department .department-details .icon { 
	color: #0354be; 
	display: inline-block; 
	font-size: 30px; 
	position: relative; 
	top: -15px; 
	display:none; 
} 
.service_3 .department .department-details .title { 
	margin-bottom: 10px; 
} 
.service_3 .department .department-details .details { 
    font-size: inherit; 
    padding-bottom: 8px; 
    padding: 0px; 
    text-align: left; 
} 
.service_3 .department .department-details a.btn-thm { 
	margin-top: 15px; 
} 
.service_3 .department:hover .department-details a.btn-thm { 
	margin-top: 10px; 
} 
.service_3 .featured-causes { 
	background-color: #fff; 
	display: inline-block; 
	margin-bottom: 10px; 
} 
.service_3 .thumb { 
	position: relative; 
} 
.service_3 .department-details h4 { 
	margin-top: 25px; 
 
}  
.service_3 .department-details h3 { 
	color: #454545; 
	font-weight: 600; 
	line-height: 26px; 
	margin-bottom: 25px; 
	margin-top: 10px; 
} 
.service_3 .department-details p { 
	font-size: 13px; 
} 
.service_3 .department-details .p-title { 
	color: #fc7437; 
	font-weight: 600; 
	margin-bottom: 15px; 
} 
.service_3 .department-details h6 { 
	color: #454545; 
	font-size: 12px; 
	font-weight: 700; 
	line-height: 20px; 
	margin-bottom: 10px; 
	text-transform: uppercase; 
} 
.service_3 .department-details .thm-btn { 
	margin-bottom: 20px; 
	margin-top: 20px; 
} 
.service_3 .social { 
	padding-left: 0px; 
} 
.service_3 .social li { 
	display: inline-block; 
} 
.service_3 .social li a { 
	display: inline-block; 
	width: 30px; 
	height: 30px; 
	color: #fc7437; 
	border: 1px solid #CACFD3; 
	line-height: 30px; 
	text-align: center; 
	font-size: 15px; 
	border-radius: 50%; 
	margin-right: 3px; 
	transition: all .3s ease; 
} 
.service_3 .social li a:hover { 
	background: #fc7437; 
	border-color: #fc7437; 
	color: #fff; 
} 
/***  
 
==================================================================== 
	Default Section style 
==================================================================== 
 
***/ 
 
.default-section .column{ 
	position:relative; 
	margin-bottom:50px;	 
} 
 
.icon-column{ 
	position:relative;	 
} 
 
.icon-column .inner-box{ 
	position:relative;	 
} 
 
.icon-column h3{ 
	position:relative; 
	margin-bottom:10px; 
	font-size:14px; 
	font-weight:600; 
	color:#3a3a3a; 
	font-family:'Open Sans',sans-serif; 
} 
 
.icon-column h3.montserrat-font{ 
	font-weight:400; 
	text-transform:uppercase; 
	font-family:'Montserrat',sans-serif;	 
} 
 
.icon-column .text{ 
	position:relative; 
	line-height:2.2em; 
	text-align:justify; 
} 
 
.icon-column .text-center .text{ 
	text-align:center; 
} 
 
.icon-column .inner-box{ 
	position:relative; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease;	 
} 
 
.boxed-icon-column .inner-box{ 
	padding:30px 30px 25px; 
	border:1px solid #d0d0d0; 
	border-top-width:5px; 
	-webkit-border-radius:0px 0px 5px 5px; 
	-ms-border-radius:0px 0px 5px 5px; 
	-o-border-radius:0px 0px 5px 5px; 
	-moz-border-radius:0px 0px 5px 5px; 
	border-radius:0px 0px 5px 5px;	 
} 
 
.default-section .boxed-icon-column:nth-child(1n+1) .inner-box{ 
	border-top-color:#0354be;	 
} 
 
.default-section .boxed-icon-column:nth-child(2n+2) .inner-box{ 
	border-top-color:#ffa800;	 
} 
 
.default-section .boxed-icon-column:nth-child(3n+3) .inner-box{ 
	border-top-color:#fc3950;	 
} 
 
.icon-column .inner-box .icon{ 
	position:relative;	 
	font-size:18px; 
	margin-bottom:20px; 
} 
 
.icon-column .inner-box .icon span{ 
	display:inline-block;	 
} 
 
.boxed-icon-column .inner-box .icon{ 
	font-size:42px; 
	margin-bottom:35px; 
	color:#93a6ba; 
} 
 
.circle-icon-column .inner-box .icon{ 
	font-size:24px; 
	margin-bottom:30px; 
	color:#0354be; 
	width:64px; 
	height:64px; 
	text-align:center; 
	line-height:64px; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease; 
} 
 
.circle-icon-column .inner-box .icon:before{ 
	content:''; 
	position:absolute; 
	left:-1px; 
	top:-1px; 
	width:66px; 
	height:64px; 
	border-radius:50%; 
	-webkit-border-radius:50%; 
	-ms-border-radius:50%; 
	-o-border-radius:50%; 
	-moz-border-radius:50%; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease; 
	border:1px solid #0354be; 
} 
 
.purple-theme .circle-icon-column .inner-box .icon:before{ 
	border:1px solid #9e70fc;	 
} 
 
.circle-icon-column .inner-box .icon:after{ 
	content:''; 
	position:absolute; 
	left:-12px; 
	top:-12px; 
	width:88px; 
	height:88px; 
	border-radius:50%; 
	-webkit-border-radius:50%; 
	-ms-border-radius:50%; 
	-o-border-radius:50%; 
	-moz-border-radius:50%; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease; 
	-webkit-transform:scale(0.8,0.8); 
	-ms-transform:scale(0.8,0.8); 
	-o-transform:scale(0.8,0.8); 
	-moz-transform:scale(0.8,0.8); 
	transform:scale(0.8,0.8); 
	border:5px solid #0354be; 
	opacity:0; 
} 
 
.purple-theme .circle-icon-column .inner-box .icon:after{ 
	border:5px solid #9e70fc;	 
} 
 
.circle-icon-column .inner-box:hover .icon:after{ 
	-webkit-transform:scale(1,1); 
	-ms-transform:scale(1,1); 
	-o-transform:scale(1,1); 
	-moz-transform:scale(1,1); 
	transform:scale(1,1); 
	opacity:1; 
} 
 
.circle-icon-column .inner-box:hover .icon:before{ 
	-webkit-transform:scale(0.8,0.8); 
	-ms-transform:scale(0.8,0.8); 
	-o-transform:scale(0.8,0.8); 
	-moz-transform:scale(0.8,0.8); 
	transform:scale(0.8,0.8); 
	opacity:0; 
} 
 
.purple-theme .circle-icon-column .inner-box .icon{ 
	color:#9e70fc; 
	border-color:#9e70fc; 
} 
 
.circle-icon-column:hover .inner-box .icon{ 
	color:#ffffff; 
	background:#0354be; 
	border-color:#0354be;	 
} 
 
.purple-theme .circle-icon-column:hover .inner-box .icon{ 
	background:#9e70fc; 
	border-color:#9e70fc;	 
} 
 
.circle-icon-column .inner-box h3{ 
	font-size:14px; 
	text-transform:uppercase; 
	font-family:'Montserrat',sans-serif; 
	margin-bottom:10px; 
	font-weight:normal;	 
} 
 
.center-icon-column .inner-box .icon{ 
	position:relative; 
	top:0px; 
	font-size:36px; 
	width:110px; 
	height:110px; 
	line-height:90px; 
	border:10px solid #ffffff; 
	margin:0 auto 30px; 
	color:#ffffff; 
	z-index:2; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease; 
} 
 
.center-icon-column .inner-box .icon:before{ 
	content:''; 
	position:absolute; 
	left:-11px; 
	top:-11px; 
	width:113px; 
	height:113px; 
	border-radius:50%; 
	-webkit-border-radius:50%; 
	-ms-border-radius:50%; 
	-o-border-radius:50%; 
	-moz-border-radius:50%; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease; 
	border:1px solid rgba(0,0,0,0.40); 
} 
 
.center-icon-column .inner-box .icon:after{ 
	content:''; 
	position:absolute; 
	left:-17px; 
	top:-17px; 
	width:125px; 
	height:125px; 
	border-radius:50%; 
	-webkit-border-radius:50%; 
	-ms-border-radius:50%; 
	-o-border-radius:50%; 
	-moz-border-radius:50%; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease; 
	-webkit-transform:scale(0.8,0.8); 
	-ms-transform:scale(0.8,0.8); 
	-o-transform:scale(0.8,0.8); 
	-moz-transform:scale(0.8,0.8); 
	transform:scale(0.8,0.8); 
	border:8px solid rgba(0,0,0,0.50); 
	opacity:0; 
} 
 
.default-section .center-icon-column .inner-box .icon.bg_blue:after { 
    border-color: #0354be; 
} 
 
.default-section .center-icon-column .inner-box .icon.bg_purple:after{ 
	border-color:#9e70fc;	 
} 
 
.default-section .center-icon-column .inner-box .icon.bg_orange:after{ 
	border-color:#ffa800;	 
} 
 
.default-section .center-icon-column .inner-box .icon.bg_red:after{ 
	border-color:#fc3950;	 
} 
 
.center-icon-column .inner-box:hover .icon:after{ 
	-webkit-transform:scale(1,1); 
	-ms-transform:scale(1,1); 
	-o-transform:scale(1,1); 
	-moz-transform:scale(1,1); 
	transform:scale(1,1); 
	opacity:1; 
} 
 
.center-icon-column .inner-box:hover .icon:before{ 
	-webkit-transform:scale(0.8,0.8); 
	-ms-transform:scale(0.8,0.8); 
	-o-transform:scale(0.8,0.8); 
	-moz-transform:scale(0.8,0.8); 
	transform:scale(0.8,0.8); 
	opacity:0; 
} 
 
.center-icon-column .inner-box:hover .icon span{ 
	position:relative; 
	z-index:2;	 
} 
 
.connected .center-icon-column:nth-child(2) .inner-box:before{ 
	content:''; 
	position:absolute; 
	left:-50%; 
	top:55px; 
	width:200%; 
	height:1px; 
	background:#e0e0e0; 
	z-index:0; 
} 
/***  
 
==================================================================== 
	Featured Three Column style 
==================================================================== 
 
***/ 
 
 
.featured-three-col .column{ 
	position:relative; 
	margin-bottom:50px;	 
} 
 
.featured-three-col .column .inner-box{ 
	position:relative; 
	display:block; 
	border-bottom:2px solid rgba(0,0,0,0.05); 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease;	 
} 
 
.featured-three-col .column .inner-box:hover, 
.featured-three-col .column .inner-box.active{ 
	border-bottom-color:#0354be; 
} 
 
.featured-three-col .column .image-box{ 
	position:relative; 
	overflow:hidden; 
} 
 
.featured-three-col .column .image-box img{ 
	position:relative; 
	display:block; 
	width:100%; 
	height:auto; 
	transition:all 500ms ease; 
	-moz-transition:all 500ms ease; 
	-webkit-transition:all 500ms ease; 
	-ms-transition:all 500ms ease; 
	-o-transition:all 500ms ease; 
	background:#eb1d1d;	 
} 
 
.featured-three-col .column .inner-box:hover .image-box img{ 
	transform:scale(1.1,1.1) rotate(-3deg); 
	-webkit-transform:scale(1.1,1.1) rotate(-3deg); 
	-ms-transform:scale(1.1,1.1) rotate(-3deg); 
	-o-transform:scale(1.1,1.1) rotate(-3deg); 
	-moz-transform:scale(1.1,1.1) rotate(-3deg); 
	background:#0354be; 
	opacity:0.90;	 
} 
 
.featured-three-col .column .content{ 
	position:relative; 
	padding:25px 0px 5px;	 
} 
 
.featured-three-col.style-two .column .post-info{ 
	color:#ff5412; 
	margin-bottom:15px;	 
} 
 
.featured-three-col .column .post-info a{ 
	position:relative; 
	color:#ff5412; 
} 
 
.featured-three-col .column h3{ 
	position:relative; 
	font-size:14px; 
	color:#262b2f; 
	font-weight:400; 
	margin-bottom:15px; 
	padding-bottom:15px; 
	text-transform:capitalize; 
	font-family:'Montserrat',sans-serif; 
} 
 
.featured-three-col .column h3:after{ 
	content:''; 
	position:absolute; 
	left:0px; 
	bottom:0px; 
	width:50px; 
	height:2px; 
	background:#0354be;	 
} 
 
.featured-three-col .column h3 a{ 
	position:relative; 
	color:#262b2f; 
} 
 
.featured-three-col .column h3 a:hover, 
.featured-three-col .column .read-more:hover, 
.featured-three-col .column .post-info li a:hover{ 
	color:#0354be;	 
} 
 
.featured-three-col .column .text{ 
	text-align:justify; 
	font-size:13px; 
	padding-bottom:10px; 
} 
 
.featured-three-col.style-two .column .text{ 
	border-bottom:none; 
	margin-bottom:0px;	 
} 
 
.featured-three-col .column .author-thumb{ 
	position:absolute; 
	right:20px; 
	top:-42px; 
	width:84px; 
	height:84px; 
	border:2px solid #ffffff; 
	-webkit-border-radius:50%; 
	-ms-border-radius:50%; 
	-o-border-radius:50%; 
	-moz-border-radius:50%; 
	border-radius:50%; 
	box-shadow:0px 0px 3px 1px rgba(0,0,0,0.50); 
	-webkit-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.50); 
	-ms-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.50); 
	-o-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.50); 
	-moz-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.50); 
} 
 
.featured-three-col .column .author-thumb img{ 
	display:block; 
	width:80px; 
	height:80px; 
	-webkit-border-radius:50%; 
	-ms-border-radius:50%; 
	-o-border-radius:50%; 
	-moz-border-radius:50%; 
	border-radius:50%;	 
} 
 
.featured-three-col .column .post-info{ 
	position:relative; 
	padding-right:80px; 
	margin-bottom:20px; 
	color:#b0b0b0;	 
} 
 
.featured-three-col .column .post-info li{ 
	position:relative; 
	font-size:13px; 
	float:left; 
	margin-right:15px;	 
} 
 
.featured-three-col .column .post-info li a{ 
	color:#b0b0b0;	 
} 
 
.featured-three-col .column .post-info li .icon{ 
	position:relative; 
	padding-right:8px; 
	color:#888888; 
	font-size:15px;	 
} 
 
/* department section */ 
 
.service_3 .department { 
	border-bottom: 3px solid #0354be; 
	border-radius: 0 0 2px 2px; 
	min-height: 400px; 
	overflow: hidden; 
	position: relative; 
} 
.service_3 .department .thumb { 
	overflow: hidden; 
	position: relative; 
} 
.service_3 .department .thumb .round-style { 
	background-color: #fbf7f8; 
	border-radius: 50%; 
	bottom: 12px; 
	height: 70px; 
	left: 0; 
	margin: auto; 
	position: absolute; 
	right: 0; 
	transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-webkit-transition:all 0.3s ease; 
	-ms-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	width: 70px; 
} 
.service_3 .department:hover .thumb .round-style { 
	bottom: 76px; 
} 
.service_3  .department .department-details { 
	background-color: #fbf7f8; 
	bottom: -30px; 
	padding: 0 15px 20px; 
	position: absolute; 
	text-align: center; 
	transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-webkit-transition:all 0.3s ease; 
	-ms-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	width: 100%; 
} 
.service_3 .department .department-details h4,.services-section .services2 .column h2 { 
	color: #202A30; 
	font-weight: 700; 
} 
.service_3 .department-details .round-style { 
    background: #fbf7f8 none repeat scroll 0 0; 
    border-radius: 50%; 
    height: 70px; 
    left: 0; 
    margin: 0 auto; 
    position: absolute; 
    right: 0; 
    top: -35px; 
    width: 70px; 
	display:none; 
} 
.service_3 .department:hover .department-details { 
	bottom: 0; 
} 
.service_3 .department .department-details .icon { 
	color: #0354be; 
	display: inline-block; 
	font-size: 30px; 
	position: relative; 
	top: -15px; 
	display:none; 
} 
.service_3 .department .department-details .title { 
	margin-bottom: 10px; 
} 
.service_3 .department .department-details .details { 
	font-size: 15px; 
	padding-bottom: 8px; 
        padding: 25px; 
} 
.service_3 .department .department-details a.btn-thm { 
	margin-top: 15px; 
} 
.service_3 .department:hover .department-details a.btn-thm { 
	margin-top: 10px; 
} 
 
.featured-causes { 
	background-color: #fff; 
	display: inline-block; 
	margin-bottom: 10px; 
} 
.featured-causes .thumb { 
	position: relative; 
} 
.featured-causes .department-details h4 { 
	margin-top: 25px; 
 
}  
.featured-causes .department-details h3 { 
	color: #454545; 
	font-weight: 600; 
	line-height: 22px; 
	margin-bottom: 25px; 
	margin-top: 10px; 
} 
.featured-causes .department-details p { 
	font-size: 13px; 
} 
.featured-causes .department-details .p-title { 
	color: #fc7437; 
	font-weight: 600; 
	margin-bottom: 15px; 
} 
.featured-causes .department-details h6 { 
	color: #454545; 
	font-size: 12px; 
	font-weight: 700; 
	line-height: 20px; 
	margin-bottom: 10px; 
	text-transform: uppercase; 
} 
.featured-causes .department-details .thm-btn { 
	margin-bottom: 20px; 
	margin-top: 20px; 
} 
.featured-causes .social { 
	padding-left: 0px; 
} 
.featured-causes .social li { 
	display: inline-block; 
} 
.featured-causes .social li a { 
	display: inline-block; 
	width: 30px; 
	height: 30px; 
	color: #fc7437; 
	border: 1px solid #CACFD3; 
	line-height: 30px; 
	text-align: center; 
	font-size: 15px; 
	border-radius: 50%; 
	margin-right: 3px; 
	transition: all .3s ease; 
} 
.featured-causes .social li a:hover { 
	background: #fc7437; 
	border-color: #fc7437; 
	color: #fff; 
} 
.normal-btn { 
    position: relative; 
    padding: 9px 10px; 
    line-height: 24px; 
    text-transform: uppercase; 
    background: #0354be; 
    color: #ffffff !important; 
    font-size: 14px; 
    border: 2px solid #ffffff !important; 
    font-family: 'Raleway', sans-serif; 
    font-weight: 700; 
    border-radius: 20px; 
    -webkit-border-radius: 20px; 
    -ms-border-radius: 20px; 
    -o-border-radius: 20px; 
    -moz-border-radius: 20px; 
    transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease; 
    -ms-transition: all 0.3s ease; 
    -o-transition: all 0.3s ease; 
}
