/*masonary Styles */
.masonary-row.row {
	-webkit-column-gap: 30px; 
	-moz-column-gap: 30px;
	column-gap: 30px;
	padding-left: 15px;
	padding-right: 15px;
	word-wrap: break-word;
}
.masonary-row [class*="col-"] {
	 display: inline-block;
	 width: 100%;
	 height: 100%;
	 float: none;
}
@media (min-width: 480px) {
	.masonary-row.row {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media (min-width: 768px) {
	.masonary-row.row {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

/* FAQ Section */
/*
#0970ac
#159eee
*/
#faq-section .card{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#faq-section .card .card-header{
    padding: 0;
    border-radius:0;
    border: 1px solid #ddd;
}
#faq-section .card .card-header .mb-0{
	margin-bottom:0px;
	margin-top:0px;
}
#faq-section .card h5 .btn{
    width: 100%;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
	font-weight: 600;
    color: #555;
    text-align: left;
    background: #eee;
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
    transition: all 0.5s ease 0s;
}
#faq-section .card h5 .btn:hover,
#faq-section .card h5 .btn:focus{
    text-decoration: none;
}
#faq-section .card h5 .btn.collapsed{
    background: #f8f8f8;
    color: #555;
}
#faq-section .card h5 .btn.collapsed:hover{
    color: #2cdd9b;
}
#faq-section .card h5 .btn:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: #2cdd9b;
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#faq-section .card h5 .btn.collapsed:hover:before{
    background: #2cdd9b;
}
#faq-section .card h5 .btn:after{
    content: "\f047";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#faq-section .card h5 .btn.collapsed:after{
    color: #fff;
}
#faq-section .card h5 .btn.collapsed:hover:after{
    color: #fff;
}
#faq-section .card .card-body{
    font-size: 14px;
    color: #5a3245;
    line-height: 25px;
    padding: 20px 15px 10px 40px;
    position: relative;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}
#faq-section .card .card-body:before{
    content: "";
    width: 5px;
    height: 40px;
    background: #2cdd9b;
    position: absolute;
    top: 30%;
    left: 0;
}

/* Feature Block */
		
#fh5co-features .fh5co-service {
	max-width: 100%;
}

#fh5co-features .masonary-row {
    display: block;
}

#fh5co-features{
	background:#ffffff;
}
#fh5co-features .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#fh5co-features .card .card-block{
	padding-left: 50px;
    position: relative;
}
#fh5co-features .card .card-block .fh5co-icon{
	position: absolute;
	font-size: 36px;
	left: 0;
}
#fh5co-features .card .card-block a{
	color: #007b5e !important;
	font-weight:700;
	text-decoration:none;
}
#fh5co-features .card .card-block a i{
	display:none;
	
}
#fh5co-features .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#fh5co-features .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#fh5co-features .card .card-block ul{
	padding:0px;
	margin:0px;
	padding-left: 15px;
}

/* Service Section */

.services .serviceBox_3 {
    text-align: center;
    padding: 0px 0px 15px;
    border: 1px solid #ccc;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
	margin-bottom: 30px;
}
.services .serviceBox_3 .service-icon{
	min-height: 220px;
	max-height: 220px;
	overflow: hidden;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.services .serviceBox_3 .service-icon img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.services .serviceBox_3 .service-content
{
	padding-left:15px;
	padding-right:15px;
}
.services .serviceBox_3 .service-content p {
    color: #636363;
    line-height: 26px;
}
.services .serviceBox_3 .read a {
    border: 1px solid #636363;
    border-radius: 50%;
    color: #636363;
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.services .service_img{
	width: 100%;
	max-width: 100%;
}
.services .sub_content {
    padding: 30px 0;
	}
.services .serviceBox_3 .service-icon a{
    display:block;
	height:100%;
	width:100%;
}
.services .serviceBox_3 .service-icon i{
    font-size: 32px;
    line-height: 32px;
    color:#636363;
    transition: all 0.3s ease 0s;
}
.services .serviceBox_3 .service-content h3{
	margin-top: 20px;
    margin-bottom: 10px;
}
.services .serviceBox_3 .service-content h3 a{
    font-size: 16px;
    line-height: 22px;
    color:#181818;
    text-decoration: none;
}
.services .serviceBox_3 .service-content p{
    color:#636363;
    line-height: 20px;
    margin-bottom: 0;
    font-size: 14px;
}
.services .serviceBox_3 .read{
    margin-top: 20px;
}
.services .serviceBox_3 .read1{
    display:none;
}
.services .serviceBox_3 .read a{
    border:1px solid #636363;
    border-radius: 50%;
    color:#636363;
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    transition:all 0.3s ease 0s;
    opacity: 0;
}







/* ---------------
 * Pricing tables
 * ---------------*/
 
.pricing-table {
  background-color: #F6F6F6;
  border-left: 2px solid #fff;
}
.pricing-table .section-heading {
  margin-bottom: 30px;
  color: #636363;
}
.pricing-table .top {
  position: relative;
  padding-top: 20px;
  margin: 0 -15px;
  text-align: center;
  background-color: #71787B;
}
.pricing-table .top:before, .pricing-table .top:after {
  content: '';
  position: absolute;
  top: 45px;
  height: 65%;
  width: 50%;
  background: #71787B;
}
.pricing-table .top:before {
  -moz-transform: skew(0deg, 6deg);
  -ms-transform: skew(0deg, 6deg);
  -webkit-transform: skew(0deg, 6deg);
  transform: skew(0deg, 6deg);
  left: 0;
}
.pricing-table .top:after {
  -moz-transform: skew(0deg, -6deg);
  -ms-transform: skew(0deg, -6deg);
  -webkit-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
  right: 0;
}
.pricing-table .top .heading,
.pricing-table .top .pricing {
  position: relative;
  z-index: 1;
  font-family: Raleway, sans-serif;
  color: #fff;
}
.pricing-table .top .heading {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}
.pricing-table .top .pricing {
  font-size: 28px;
}
.pricing-table .bottom {
  padding: 40px 10px;
  text-align: center;
}
.pricing-table .btn-default {
  background-color: #71787B;
  border-color: #5d6366;
  color: #fff;
}
.pricing-table .btn-default:hover, .pricing-table .btn-default:focus {
  background-color: #5d6366;
}
.pricing-table ul.list-details {
  margin-bottom: 40px;
  font-size: 14px;
}
.pricing-table ul.list-details > li {
  margin-bottom: 15px;
}
.pricing-table.pricing-recommended .top,
.pricing-table.pricing-recommended .top:after,
.pricing-table.pricing-recommended .top:before {
  background-color: #2cdd9b;
}
@media screen and (max-width: 992px) {
  .pricing-table {
    margin-bottom: 30px;
  }
}
.pricing_table_primary{
	color: #FFF !important;
    background-color: #2cdd9b !important;
    border-color: #2cdd9b !important;
}
.pricing-table .btn-default {
    background-color: #71787B !important;
    border-color: #5d6366 !important;
    color: #fff !important;
}
.pricing-table ul > li {
    margin-bottom: 15px;
}
.price-table>ul{
		margin-bottom: 40px;
    font-size: 14px
	}	
	




/* Process */


body #process {
	background-color: #fff;
}
body #process .process-block {
	text-align: center;
}
body #process .process-block:last-child .process-icon-holder::after{
	width: 0%;
}
body #process .process-icon {
	width: 90px;
	height: 90px;
	line-height: 100px;
	background-color: #ddd;
	border-radius: 100%;
	display: inline-block;
}
body #process .process-border {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translate(-50%, -50%);
	line-height: 50%;
	border-radius: 50%;
	border: 0 solid transparent;
	box-sizing: border-box;
	
	-webkit-transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	
}
body #process .process-icon i {
	color: #fff;
	font-size: 25px;
}
body #process .process-icon-holder {
	width: 200px;
	height: 200px;
	background: #fff;
	text-align: center;
	line-height: 200px;
	border: 3px solid #ddd;
	vertical-align: middle;
	border-radius: 100%;
	margin: 0 auto 20px;
	
	position: relative;
}
/*
body #process .process-icon-holder::after {
	content: "";
	width: 20%;
	position: absolute;
	border-bottom: 2px dashed #ddd;
	top: 50%;
	left: 145%;
	transform: translateX(-50%);
}
body #process .lastchild .process-icon-holder::after {
	border-bottom: 0px;
}
*/
#process .process-block .process-text-block h4 a
{
	color: #777777;
}

#process .process-block:hover .process-icon-holder {
    border-color: #2cdd9b;
}
#process .process-block:hover .process-border {
    border: 20px solid rgba(44, 221, 155, 0.2);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translate(-50%, -50%);
}
#process .process-block:hover .process-icon {
    background-color: #2cdd9b;
}
/*
@media screen and (max-width: 1024px) {
body #process .process-border {
	top: 27%;
}
}
@media screen and (max-width: 980px) {
body #process .process-border {
	top: 30%;
}
}
*/
@media screen and (max-width: 768px) {
body #process .process-icon-holder::after {
	border: 0px;
}/*
body #process .process-border {
	top: 30%;
}*/
}
/*
@media screen and (min-width: 641px) and (max-width: 767px) {
body #process .process-border {
	top: 34%;
}
}
@media screen and (min-width: 441px) and (max-width: 640px) {
body #process .process-border {
	top: 34%;
}
}
@media screen and (min-width: 375px) and (max-width: 440px) {
body #process .process-border {
	top: 61%;
}
}
@media screen and (min-width: 320px) and (max-width: 374px) {
body #process .process-border {
	top: 29%;
}
}
*/

/* Contact Us */

.contact .contact input,.contact textarea {
    border: 1px solid #d5d5d5;
    color: #333;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 20px;
    width: 100%;
}
.contact .contact textarea{
    min-height: 120px;
}
.contact .contact #submit i.fa {
    color: #fff;
}
.contact .contact-details ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.contact .contact-details ul li {
    float: left;
	font-size: 14px;
	line-height: 45px;
	margin-bottom: 20px;
	width: 100%;
	color:#777;
	font-weight: normal;
}
.contact .contact-details ul li span:first-child {
    float: left;
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: 45px;
	border-radius: 50%;
}
.contact .contact-details ul li span.detail {
    float: right;
	width: calc(100% - 55px);
	line-height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.contact .contact-details ul li span i{
    margin: 0;
    color: #FFF;
    font-size: 18px;
}
.contact #message {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

/*carsouel*/
.flex-direction-nav a {
	margin: -10px 0 0;
}
.simple-carousel .slides > li .overlay {
  width:100%;
  height: 100%;
  position: absolute;
  background-color: rgba(21, 158, 238, 0.8);
}
.simple-carousel .slides > li .info {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 15px;
  right: 15px;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.simple-carousel .slides > li .overlay, .simple-carousel .slides > li .info {
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}							
.simple-carousel .slides > li:hover .overlay, .simple-carousel .slides > li:hover .info {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 1;
}
.simple-carousel .slides > li .info i{
	color:#fff;
}

.simple-carousel .slides > li {
	margin-right: 30px; 
	position:relative;
}
.simple-carousel {
	position: relative;
}	
.simple-carousel .flex-viewport li {
 float:left;
 overflow:hidden;
}
.simple-carousel .flex-viewport li img {
 width:100%;
 float:none!important;
 margin:0 auto!important;
 -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%;
}
/*
.simple-carousel li:hover {
 background:#fafafa
}
*/
.simple-carousel li:hover img {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}	
.flex-control-paging li a.flex-active {
	background: #2cdd9b;
}
.flex-direction-nav .flex-next {
 right:0px;
 opacity:.7;
}
.flex-direction-nav .flex-prev {
 margin-right:36px;
 left:0px;
 opacity:.7;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
 opacity:1
}
.flex-direction-nav a::before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	margin-top: -8px;
	margin-left: 10px;
}
.flex-direction-nav a.flex-next::before {
	content: '\f002';
	margin-right: 10px;
}	


/* Testimonials */
.testimonial .box-testimony {
    margin-bottom: 2em;
}
.testimonial .box-testimony blockquote {
    padding-left: 0;
    border-left: none;
    padding: 40px;
    background: #ddd;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.testimonial .box-testimony blockquote .quote {
    position: absolute;
    top: 0;
    left: 10px;
    text-align: center;
    font-size: 30px;
    line-height: 0;
    display: table;
    color: #fff;
    width: 56px;
    height: 56px;
    margin-top: -30px;
    background: #6173f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.testimonial .box-testimony blockquote .quote > span {
    display: table-cell;
    vertical-align: middle;
}
.testimonial .box-testimony blockquote p {
    font-style: italic;
	color:#7f7f7f;
}
.testimonial .box-testimony .author {
    line-height: 20px;
    color: #7f7f7f;
    font-size: 20px;
    margin-left: 20px;
	margin-top: 20px;
}
.testimonial p.author .img-container{
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: relative;
}
.testimonial .box-testimony blockquote:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    border-top: 15px solid black;
    border-top-color: #ddd;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.testimonial p.author .testimonial_img{
	border-radius: 50%;
	width: auto !important;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.testimonial .box-testimony .author .subtext {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}
.testimonial .simple-carousel li:hover {
    background: none;
}

#main-wrapper section:nth-child(2n+2){
	background-color: #f4f8fa;
}

/* Language Changer */

#color-style-switcher .bottom a.settings{
	background-color: #2cdd9b !important;
	color: #555;
}
#color-style-switcher .bottom a.settings:hover{
	background-color:#1dc8cc !important;
}

/*Blog Section*/
#blogs .card a.img-wrapper{
	border:1px solid #f4f4f4;
}