﻿	@import url( css/icomoon.css );



 
/*global setting*/
#Body ,
html, 
body ,
.Head,
.SubTitle ,
.SubSubTitle ,
.Normal{
	color:#5a5b5b;
	font-size:15px;
	line-height:1.8;
	letter-spacing:0.5px;
	Font-Family:"Noto Sans";
	Font-weight:400;
}
html, 
button, 
input, 
select, 
textarea,
.ls-layer, 
.ls-layer *,
.uneditable-input,
.btn{
	Font-Family:"Noto Sans";
	Font-weight:400;
}
div[class^="Theme_Responsive"] select,
div[class^="Theme_Responsive"] textarea,
div[class^="Theme_Responsive"] input[type="text"],
div[class^="Theme_Responsive"] input[type="password"],
div[class^="Theme_Responsive"] input[type="datetime"],
div[class^="Theme_Responsive"] input[type="datetime-local"],
div[class^="Theme_Responsive"] input[type="date"],
div[class^="Theme_Responsive"] input[type="month"],
div[class^="Theme_Responsive"] input[type="time"],
div[class^="Theme_Responsive"] input[type="week"],
div[class^="Theme_Responsive"] input[type="number"],
div[class^="Theme_Responsive"] input[type="email"],
div[class^="Theme_Responsive"] input[type="url"],
div[class^="Theme_Responsive"] input[type="search"],
div[class^="Theme_Responsive"] input[type="tel"],
div[class^="Theme_Responsive"] input[type="color"]{
	Font-Family:Noto Sans;
	Font-weight:400;
}

.dnn_layout,
.container  {
	width: 970px;
}
@media only screen and (min-width: 1600px) {
	.dnn_layout,
	.container {
		width: 1200px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.dnn_layout,
	.container  {
		width: 1170px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.dnn_layout,
	.container  {
		width: 750px;
	}
}
 @media only screen and (max-width: 767px) {
	.dnn_layout,
	.container  {
		width: auto;
	}
}

/*color*/

/* body style*/
.dnngo-main {
								background-image:url(images/Body_bg_2.png);
											background-position:left top;
	background-attachment:scroll;
					background-repeat:repeat;
		background-size:auto ;
}


/*content style*/
#dnn_content,.BannerPane:before{
	background-color:#FFFFFF;
}
	

/*Mode style*/
	#dnn_wrapper{width:auto;}





/*Fixed Top Content*/
#fixedBox{
	display:none;
}
	#fixedBox{
		display:block;
	}
	#fixedContent:before{
		background-color:#0d0d0d;
		filter:alpha(opacity= 60 );
		opacity: 0.6;
	}
	#fixedBox,
	#fixedBox .Normal,
	#fixedToggle .fa{
		font-size:#0d0d0dpx;
		color:#0d0d0d;
	}
	#fixedBox a,
	#fixedBox a:link,
	#fixedBox a:active,
	#fixedBox a:visited,
	#fixedBox a:hover{
		color:#20a3f0;
	}
	#fixedToggle:before{
		border-top-color:#0d0d0d;
		border-right-color:#0d0d0d;
	}
/*h1~h6 style*/
h1 {
	color:#5a5b5b;
	font-size:32px;
	line-height:38px;
	letter-spacing:0px;
	Font-Family:Noto Sans;
	Font-weight:400;
}
 
h2 {
	color:#5a5b5b;
	font-size:28px;
	line-height:36px;
	letter-spacing:0px;
	Font-Family:Noto Sans;
	Font-weight:400;
}

h3 {
	color:#5a5b5b;
	font-size:25px;
	line-height:35px;
	letter-spacing:0px;
	Font-Family:Noto Sans;
	Font-weight:400;
}

h4 {
	color:#5a5b5b;
	font-size:20px;
	line-height:30px;
	letter-spacing:0px;
	Font-Family:Noto Sans;
	Font-weight:normal;
}

h5 {
	color:#5a5b5b;
	font-size:18px;
	line-height:27px;
	letter-spacing:0px;
	Font-Family:Noto Sans;
	Font-weight:400;
}
h6 {
	color:#5a5b5b;
	font-size:15px;
	line-height:24px;
	letter-spacing:0px;
	Font-Family:Noto Sans;
	Font-weight:normal;
}

/*Content Style*/
a, 
a:link,
a:active,
a:visited{
	color:#e48d25;
}
a:hover{
	color:#e48d25;
}
.default_color{
	color:#5a5b5b!important;
}
.accent_color,
.color-accent{
	color:#6075a7!important;
} 
.border-accent{
	border-color:#6075a7!important;
}

.default_size{
	font-size:15px!important;
}
.big_size{
	font-size:16px!important;
}
.small_size{
	font-size:14px!important;
}
.default_family{
	Font-Family:"Noto Sans"!important;
	Font-weight:400;
}
.special_family_1{
	Font-Family:"Noto Sans"!important;
	Font-weight:400;
}
.special_family_2{
	Font-Family:"Noto Sans"!important;
	Font-weight:400;
}
.default_line_height{
	line-height:1.8!important;
} 
.big_line_height{
	line-height:2!important;
} 
.small_line_height{
	line-height:1.5!important;;
} 
.h1-color {
	color:#5a5b5b;
}
 
.h2-color {
	color:#5a5b5b;
}

.h3-color {
	color:#5a5b5b;
}

.h4-color {
	color:#5a5b5b;
}

.h5-color {
	color:#5a5b5b;
}
.h6-color {
	color:#5a5b5b;
}


.btn-accent{
	color:#6075a7;
	border-color:#6075a7;
	background-color:#6075a7;
}
.btn-accent:before{
	background-color:#6075a7;
}

[class*="dg-btn-"].hover-accent:hover{
	color:#6075a7;
	border-color:#6075a7;
	background-color:#6075a7;
}
[class*="dg-btn-"].hover-accent:hover:before{
	background-color:#6075a7;
}

.dg-modal.bg-accent .modal-content,
.dg-modal.header-accent .modal-header,
.list-ico3 .bg-accent,
.bg-accent,
.dropdown-menu.hover-accent a:hover,
.dropdown-menu.hover-accent>.active>a{
	background-color:#6075a7;
}
[data-color="accent"] + .tooltip .tooltip-inner{
	background-color:#6075a7;
}
[data-color="accent"] + .tooltip .tooltip-arrow{
	border-color:#6075a7;
}


/*module style*/
.Skin_05_timeline.news_list .news_date_box span i,
.Skin_05_timeline.news_list .news_post_box .news_post .dot{
	border-color:#FFFFFF;
}
.Skin_03_Simple.simple_list h2.news_title a:hover{
	color:#6075a7;
} 
.galler_datail h4{
	color:#5a5b5b!important;
}
.Skin_04_Box.news_detail .post_date a:hover,
.Skin_04_Box.news_list .post_date a:hover,
.Skin_03_Default.filter_Box .portfolio_categories a:hover{
	color:#6075a7;
}
.Skin_03_Default.galler_datail .comment_form .submit_button .CommandButton{
	text-shadow:none;
	border-color:#6075a7;
	color:#6075a7;
	transition:background-color ease-in 200ms;
}
.Skin_03_Default.galler_datail .comment_form .submit_button .CommandButton:hover{
	background-color:#6075a7;
	color:#FFF;
}
.Skin_03_Simple.news_detail .heading span{
	background-color:#FFFFFF;
}
.wrapper .Theme_Responsive_Default .form_submit .btn,
.Skin_05_timeline .news_date_box span, 
.Skin_05_timeline .news_date_box span i, 
.Skin_05_timeline .news_more_box span, 
.Skin_05_timeline .news_more_box .line span, 
.Skin_05_timeline .news_post_box .news_post .dot, 
.Skin_05_timeline .news_date_box span, 
.Skin_05_timeline .news_date_box span i, 
.Skin_05_timeline .news_more_box span, 
.Skin_05_timeline .xblog_page .pager,
.Skin_05_timeline .news_post_box .post_box .post_more a:hover,
.banner_btn.btn_white:hover:after{
	background-color:#6075a7;
}
.filter_Box.Skin_03_Default #filters li.selected a, 
.filter_Box.Skin_03_Default #filters li.selected a:hover,
.filter_Box.Skin_02_Default #filters li.selected a, 
.filter_Box.Skin_03_Default #filters li.selected a:hover,
.news_detail .post_content .post_categories a:hover{
	background-color:#6075a7;
	color: #fff;
}
.filter_Box.Skin_03_Default .filter-switch,
.filter_Box.Skin_03_Default .view-tenth:hover .portfolio_descr,
.galler_datail.Skin_03_Default .gallery_tags a:hover,
.galler_datail.Skin_02_Default .gallery_tags a:hover,
.filter_Box.Skin_02_Default .filter-switch,
.Theme_21_LinkAndZoom_Default .pager a.selected{
	background-color:#6075a7;
}
.Skin_03_Default #filters li a:hover,
.Skin_03_Default .sort_box li a:hover,
.validationEngineContainer .galler_datail .single_meta a:hover,
.news_list .post_categories a:hover, 
.news_list .post_more a:hover,
.news_detail .post_categories a:hover, 
.news_detail .post_more a:hover,
.news_list.Skin_04_Box  h2.news_title a:hover,
.Skin_04_Box .post_date a:hover,
.Skin_05_timeline .news_post_box .post_box h2.news_title a:hover, 
.Skin_05_timeline .news_post_box .post_box .post_date a:hover, 
.Skin_05_timeline .news_detail_top h2.news_title,
.news_detail .post_date a:hover{
	color:#6075a7;
}
.news_detail_top .tab_right .news_detail_username a:hover,
.Theme_19_Normal .filter_navigation ul li.selected a{
	color:#6075a7!important;
	}
a.abtn.btn_white:hover, 
.banner_btn, 
.banner_btn.btn_white:hover, 
.comment_form .submit_button .CommandButton {
	border-color:#6075a7;
}
.Skin_05_timeline.news_detail .post_date a:hover,
.Skin_05_timeline.news_detail .post_author_info .author_desc{
	color:#6075a7;
}
.Skin_05_timeline.news_detail{
	background:none;
}

/*html style*/  

/*Accent Background Color */
.a_bg_c,
.btn.a_bg_c{
	background-color:#6075a7;
}
.a_bg_c_h:hover,
.btn.a_bg_c_h:hover{
	background-color:#6075a7;
}
/*Accent Color */
.a_t_c,
.btn.a_t_c{
	color:#6075a7;
}
.a_t_c_h:hover,
.btn.a_t_c_h:hover{
	color:#6075a7;
}
/*Accent Border Color */
.a_b_c,
.btn.a_b_c{
	border-color:#6075a7;
}
.a_b_c_h:hover,
.btn.a_b_c_h:hover{
	border-color:#6075a7;
}

/*anchorNav*/
#anchorNav li:hover i, 
#anchorNav li.active i,
#anchorNav li span{
	background-color:#6075a7;
}

/*photo icon*/
.photo_box .ico span, 
.photo_box .ico em, 
.photo_box .ico i, 
.photo_box .ico .fa,
.content_sytle_2 .shade,
.photo_box.content_push_in .content,
.photo_box:hover.entirety_bevel .shade,
.photo_box.ico_push_in .ico,
.photo_box.content_top_increment .content h3,
.photo_box.content_bottom_push_in .content:after{
	background-color:#6075a7;
}
.photo_box.icon_tag_push .ico:before{
    border-right-color: #6075a7;
    border-top-color: #6075a7;
}
.photo_box.content_bottom_push_in .content:before{
    border-bottom-color: #6075a7;
}
/*map sytle*/

		
	

		
		#gmap02{
		height:380px
	}
	
	@media only screen and (min-width: 1600px) {
		#gmap02{
			height:380px
		}
	}
	@media only screen and (min-width: 1200px) and (max-width: 1599px) {
		#gmap02{
			height:380px
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 991px) {
		#gmap02{
			height:380px
		}
	}
	 @media only screen and (max-width: 767px) {
		#gmap02{
			height:300px
		}
	}
	

		
	

		
	

		
	


/*Portfolios*/
.portfolio-list01 .filters a.active,
.portfolio-list02 .filters a.active,
.portfolio-list03 .filters a.active,
.portfolio-list04 .filters a.active,
.portfolio-list05 .filters a.active,
.portfolio-list06 .filters a.active{
	background-color:#6075a7;
	border-color:#6075a7;
}
.portfolio-list01 .filters a:hover,
.portfolio-list02 .filters a:hover,
.portfolio-list03 .filters a:hover,
.portfolio-list04 .filters a:hover,
.portfolio-list05 .filters a:hover,
.portfolio-tag a:hover,
.portfolio-list04 .element-view .more,
.portfolio-detail .detail-port-nav .nav-return,
.portfolio-detail .detail-port-nav a,
.portfolio-detail .detail-preview{
	border-color:#6075a7;
	color:#6075a7;
}
.portfolio-list01 .element-pic .ico-left, 
.portfolio-list01 .element-pic .ico-right,
.portfolio-list02 .element-info .ico-left, 
.portfolio-list02 .element-info .ico-right,
.portfolio-categories > li.active > a,
.portfolio-list03 .ico span,
.portfolio-list04 .element:hover,
.portfolio-list05 .loadmore,
.portfolio-list06 .element-category,
.portfolio-detail .detail-preview:hover,
.gallery-carousel01 .slick-dots li.slick-active button,
.gallery-carousel02 .slick-arrow,
.gallery-carousel02 .slick-dots li.slick-active button,
.gallery-carousel03 .slick-arrow,
.gallery-carousel04 .slick-arrow,
.portfolio-detail .detail-author a:hover{
	background-color:#6075a7;
}
.portfolio-list01 .portfolio-mian h3 a:hover, 
.portfolio-list01 .element-info p a:hover,
.portfolio-list02 .portfolio-mian h3 a:hover, 
.portfolio-list02 .element-info p a:hover,
.portfolio-search:before,
.portfolio-title01,
.portfolio-categories ul li a:hover,
.portfolio-categories ul li.active > a,
.portfolio-list03 .portfolio-mian h3 a:hover, 
.portfolio-list03 .element-info p a:hover,
.portfolio-list05 .element-view a:hover,
.portfolio-list06 .element-view a:hover,
.portfolio-detail .detail-skills dd .fa,
.portfolio-detail .detail-related a:hover,
.portfolio-list06 .filters a:hover{
	color:#6075a7;
}

.gallery-carousel01 .slick-arrow:before{
	border-color:#6075a7;
}

/*Blog*/
.blog-title01{
	color:#6075a7;
}
.blog-category ul li a:hover,
.blog-category ul li.active > a,
.PopularTab .tab-list li h6 a:hover,
.blogdashBoard-carousel h3 a:hover,
.xblog_search:before{
	color:#6075a7!important;
}
.PopularTab .tab-title li.active:before{
	border-color:#6075a7!important;
}
.blogDashBoard-tag a:hover{
	border-color: #6075a7!important;
    color: #6075a7!important;
}
.author-social a:hover,
.blog-category > li.active > a,
.Theme_Carousel_Default .slick-dots li.slick-active button,
.Theme_Carousel_Default .slider-item .fa,
.Theme_Carousel_Default .slick-prev, 
.Theme_Carousel_Default .slick-next,
.Theme_Slider_Default .slick-prev, 
.Theme_Slider_Default .slick-next{
	background-color:#6075a7!important;
}
.Theme_Carousel_Default .slick-prev:hover, 
.Theme_Carousel_Default .slick-next:hover,
.Theme_Slider_Default .slick-prev:hover, 
.Theme_Slider_Default .slick-next:hover{
	background-color:#333333!important;
}


.blog-list01 .list-btn{
	border-color: #6075a7!important;
    color: #6075a7!important;
}
.blog-list01 .list-info a:hover,
.blog-list01 .list-title a:hover,
.blog-detail01 .detail-info a:hover,
.blog-detail01 .detail-relatedlist a:hover,
.blog-detail01 .detail-relatedlist a.more, 
.blog-detail01 .detail-relatedlist a.more:link, 
.blog-detail01 .detail-relatedlist a.more:active, 
.blog-detail01 .detail-relatedlist a.more:visited, 
.blog-detail01 .detail-relatedlist a.more:hover{
	color:#6075a7!important;
}
.blog-list01 .list-btn:hover{
	color:#FFF!important;
	background-color:#6075a7!important;
}
.blog-list01 .blog-slider .slick-prev:hover, 
.blog-list01 .blog-slider .slick-next:hover{
	border-color:#6075a7!important;
	background-color:#6075a7!important;
}
.blog-list01 .list-date .month,
.blog-list01 .list-linkbox,
.blog-detail01 .detail-date .month,
.blog-detail01 .author-social a:hover,
.blog-detail01 .leave-formlist input[type="submit"]{
	background-color:#6075a7!important;
}
.blog-detail01 .detail-heading{
	color:#6075a7!important;
}
.blog-detail01 .leave-formlist input[type="submit"]:hover{
	background-color:#555!important
}
.blog-list01 a:hover .list-linkbox{
	background-color:#333!important;
}
.blog-list01 .blog-page span.index,
.blog-list01 .blog-page a:hover{
	border-color: #6075a7!important;
	background-color:#6075a7!important;
}


.blog-list02 .list-author{
	border-color: #6075a7!important;
}
.blog-list02 .list-btn{
	border-color: #6075a7!important;
    color: #6075a7!important;
}
.blog-list02 .list-title a,
.blog-list02 .list-info a:hover,
.blog-list02 .list-title a:hover,
.blog-detail02 .detail-info a:hover,
.blog-detail02 .detail-relatedlist a:hover,
.blog-detail02 .detail-relatedlist a.more, 
.blog-detail02 .detail-relatedlist a.more:link, 
.blog-detail02 .detail-relatedlist a.more:active, 
.blog-detail02 .detail-relatedlist a.more:visited, 
.blog-detail02 .detail-relatedlist a.more:hover{
	color:#6075a7!important;
}
.blog-list02 .list-btn,
.blog-list02 .list-btn:hover{
	color:#6075a7!important;
}
.blog-list02 .blog-slider .slick-prev:hover, 
.blog-list02 .blog-slider .slick-next:hover{
	border-color:#6075a7!important;
	background-color:#6075a7!important;
}
.blog-list02 .list-date .month,
.blog-list02 .list-linkbox,
.blog-detail02 .detail-date .month,
.blog-detail02 .author-social a:hover,
.blog-detail02 .leave-formlist input[type="submit"]{
	background-color:#6075a7!important;
}
.blog-detail02 .detail-heading{
	color:#6075a7!important;
}
.blog-detail02 .leave-formlist input[type="submit"]:hover{
	background-color:#555!important
}
.blog-list02 a:hover .list-linkbox{
	background-color:#333!important;
}
.blog-list02 .blog-page span.index,
.blog-list02 .blog-page a:hover{
	border-color: #6075a7!important;
	background-color:#6075a7!important;
}

.blog-list03 .list-btn{
	border-color: #6075a7!important;
    color: #6075a7!important;
}
.blog-list03 .list-info a:hover,
.blog-list03 .list-title a:hover,
.blog-detail03 .detail-info a:hover,
.blog-detail03 .detail-relatedlist a:hover,
.blog-detail03 .detail-relatedlist a.more, 
.blog-detail03 .detail-relatedlist a.more:link, 
.blog-detail03 .detail-relatedlist a.more:active, 
.blog-detail03 .detail-relatedlist a.more:visited, 
.blog-detail03 .detail-relatedlist a.more:hover{
	color:#6075a7!important;
}
.blog-list03 .list-btn:hover{
	color:#FFF!important;
	background-color:#6075a7!important;
}
.blog-list03 .blog-slider .slick-prev:hover, 
.blog-list03 .blog-slider .slick-next:hover{
	border-color:#6075a7!important;
	background-color:#6075a7!important;
}
.blog-list03 .list-date .month,
.blog-list03 .list-linkbox,
.blog-detail03 .detail-date .month,
.blog-detail03 .author-social a:hover,
.blog-detail03 .leave-formlist input[type="submit"]{
	background-color:#6075a7!important;
}
.blog-detail03 .detail-heading{
	color:#6075a7!important;
}
.blog-detail03 .leave-formlist input[type="submit"]:hover{
	background-color:#555!important
}
.blog-list03 a:hover .list-linkbox{
	background-color:#333!important;
}
.blog-list03 .blog-page span.index,
.blog-list03 .blog-page a:hover{
	border-color: #6075a7!important;
	background-color:#6075a7!important;
}

.blog-timeline .list-btn{
	border-color: #6075a7!important;
    color: #6075a7!important;
}
.blog-timeline .list-info a:hover,
.blog-timeline .list-title a:hover,
.blog-timeline-detail .detail-info a:hover,
.blog-timeline-detail .detail-relatedlist a:hover,
.blog-timeline-detail .detail-relatedlist a.more, 
.blog-timeline-detail .detail-relatedlist a.more:link, 
.blog-timeline-detail .detail-relatedlist a.more:active, 
.blog-timeline-detail .detail-relatedlist a.more:visited, 
.blog-timeline-detail .detail-relatedlist a.more:hover{
	color:#6075a7!important;
}
.blog-timeline .list-btn:hover{
	color:#6075a7!important;
}
.blog-timeline .blog-slider .slick-prev:hover, 
.blog-timeline .blog-slider .slick-next:hover{
	border-color:#6075a7!important;
	background-color:#6075a7!important;
}
.blog-timeline .list-date .month,
.blog-timeline .list-linkbox,
.blog-timeline .blog-date,
.blog-timeline .timeline-left .list-post:after, 
.blog-timeline .timeline-right .list-post:after,
.blog-timeline-detail .detail-date .month,
.blog-timeline-detail .author-social a:hover,
.blog-timeline-detail .leave-formlist input[type="submit"],
.blog-timeline .blog-date:after{
	background-color:#6075a7!important;
}
.blog-timeline-detail .detail-heading{
	color:#6075a7!important;
}
.blog-timeline-detail .leave-formlist input[type="submit"]:hover{
	background-color:#555!important
}
.blog-timeline a:hover .list-linkbox{
	background-color:#333!important;
}
.blog-timeline .blog-pagemore{
	background-color:#6075a7!important;
}

.blog-timeline2 .list-btn{
	border-color: #6075a7!important;
    color: #6075a7!important;
}
.blog-timeline2 .list-info a:hover,
.blog-timeline2 .list-title a:hover,
.blog-timeline2-detail .detail-info a:hover,
.blog-timeline2-detail .detail-relatedlist a:hover,
.blog-timeline2-detail .detail-relatedlist a.more, 
.blog-timeline2-detail .detail-relatedlist a.more:link, 
.blog-timeline2-detail .detail-relatedlist a.more:active, 
.blog-timeline2-detail .detail-relatedlist a.more:visited, 
.blog-timeline2-detail .detail-relatedlist a.more:hover{
	color:#6075a7!important;
}
.blog-timeline2 .list-btn:hover{
	color:#FFF!important;
	background-color:#6075a7!important;
}
.blog-timeline2 .blog-slider .slick-prev:hover, 
.blog-timeline2 .blog-slider .slick-next:hover{
	border-color:#6075a7!important;
	background-color:#6075a7!important;
}
.blog-timeline2 .list-date .month,
.blog-timeline2 .list-linkbox,
.blog-timeline2 .blog-date,
.blog-timeline2 .timeline-left .list-post:after, 
.blog-timeline2 .timeline-right .list-post:after,
.blog-timeline2-detail .detail-date .month,
.blog-timeline2-detail .author-social a:hover,
.blog-timeline2-detail .leave-formlist input[type="submit"],
.blog-timeline2 .blog-date:after,
.blog-timeline2 .list-date:before{
	background-color:#6075a7!important;
}
.blog-timeline2-detail .detail-heading{
	color:#6075a7!important;
}
.blog-timeline2-detail .leave-formlist input[type="submit"]:hover{
	background-color:#555!important
}
.blog-timeline2 .list-date:after{
	border-color:#6075a7!important;
}
.blog-timeline2 a:hover .list-linkbox{
	background-color:#333!important;
}
.blog-timeline2 .blog-pagemore{
	background-color:#6075a7!important;
}

/*Page*/

/*Page*/
.aboutus01-title1 h3, 
.aboutus01-title2 h3,
.aboutus01-title1 ul li span.fa,
.aboutus01-ibox02.photo_box .ico span,
.tab_list li span,
.aboutus02-testimonials01 small,
.service01-ibox .service01-ibox_main em.fa,
.service02-carousel .blockquote_6 .ico,
.ourteam02-ibox h6,
.detail01-Testimonials .mark,
.detail01-chart .percentage4,
.detail02_box h4,
.faq02-Testimonials blockquote .main h2,
.faq02-chart .faq02-percentage,
.pricing01-list li:hover a, 
.pricing01-list li:hover .fa,
.pricing02-price .unit,
.pricing02-price .price_holder ul li span.fa,
.pricing-full .pricing-full_right .pricing-full_right_main h3,
.pricing02-title1 h3,
.three404-list li .fa,
.four404-list02 li span.fa,
.four404-box a:hover.four404-bnt,
.four404-box .four404-input > a .fa,
.history02-title01,
.history02 ul li em,
.history03-content .accent_text,
.history03-tree_middle em.fa,
.contactus02-out h3,
.Theme_Responsive_20073_ContactUs02 .form_submit input,
a:hover.faq02-bnt{
	color:#6075a7;
}
[class*="dg-tabs-"] h2.resp-tab-active, 
[class*="dg-tabs-"] h2.resp-tab-active:hover,
.aboutus01-testimonials .last_page:hover, 
.aboutus01-testimonials .next_page:hover,
.aboutus01-title2 .img .the4,
.aboutus01-ibox .ico,
.aboutus01-ibox02.photo_box:hover .shade,
.aboutus02-title01 h2:before,
.aboutus02-bnt,
.aboutus02-bg02,
.aboutus02-title3 h2:before,
.aboutus02-testimonials01 .dot a.actived,
.aboutus02-carouse .photo_box .ico span,
.service01-full .service01-full_right,
.service01-ibox02 em.fa,
.service01-tab ul.resp-tabs-list li.resp-tab-active,
.service01-imgbox .service01-imgcon .photo_box .shade,
.service02-bg02,
.service02-carousel .owl-page:hover, 
.service02-carousel .owl-page.active,
.ourteam01-bg03,
.ourteam01-ibox .fa,
.ourteam02-ibox .photo_box em.fa,
.ourteam02-ibox .photo_box .shade,
.detail01-isotope .ico span,
a.pricing01-bnt02:hover, 
a.pricing01-bnt:hover,
.detail02_box ul li a:hover,
.detail02-bg01 > .top-icon, 
.detail02-bg01 > .bottom-icon, 
.detail-bottom-icon > .bottom-icon, 
.detail-bottom-icon .top-icon,
.detail02-list .date:before,
.detail02-carousel .item:hover h3,
.detail02-carousel .owl-page.active,
div.Theme_Responsive_20073_TeamDetails2 .form_submit inpu,
.faq01-Testimonials .faq_list dt:before,
.faq01-Testimonials .dot a:hover, 
.faq01-Testimonials .dot a.actived,
.faq-text .icon,
a.ourteam-bnt, 
a:link.ourteam-bnt,
a:active.ourteam-bnt, 
a:visited.ourteam-bnt,
.detail02-bg01 > .top-icon, 
.detail02-bg01 > .bottom-icon, 
.detail-bottom-icon > .bottom-icon, 
.detail-bottom-icon .top-icon,
.detail02-list .date:before,
.detail02-carousel .item:hover h3,
.detail02-carousel .owl-page.active,
.faq02-ibox .faq02-ibox_left_top .main h3 em.fa, 
.faq02-ibox .faq02-ibox_left_bottom .main h3 em.fa, 
.faq02-ibox .faq02-ibox_right_top .main h3 em.fa, 
.faq02-ibox .faq02-ibox_right_bottom .main h3 em.fa,
.faq02-Testimonials blockquote .main a,
.faq02-accordion .panel-default .accordion_icon,
.pricing01-ibox .ico,
.pricing02-price .price_title em.fa,
.pricing02-price .price_title .line,
.pricing02-price a.btn,
.pricing02-title1 a.links:hover,
.pricing02-ibox .icon em.fa,
div.Theme_Responsive_20073_TeamDetails2 .form_submit input,
.contactus01-ibox .fa,
div.Theme_Responsive_20073_Contact01 .form_submit .btn,
.contactus02-info > span.fa,
.contactus02-title01 h2::before,
.contactus02-ibox .social_list_10 span,
.contactus02-bg02,
.three404-input .btn,
a.three404-bnt, 
a:link.three404-bnt, 
a:active.three404-bnt, 
a:visited.three404-bnt,
.four404-list li:before,
a.history01-bnt, 
a:link.history01-bnt, 
a:active.history01-bnt, 
a:visited.history01-bnt,
.history-box .history-boxmore:hover, 
.history-box .history-boxgotop:hover,
a.history02-bnt, 
a:link.history02-bnt, 
a:active.history02-bnt, 
a:visited.history02-bnt,
.history03-title .line,
.clients-title01 h2:before,
.carousel .owl-buttons .owl-prev:hover, 
.carousel .owl-buttons .owl-next:hover,
.aboutus02-tit2:before,
.contactus02-bg01 .bg_right:before,
.carousel .owl-page.active{
	background-color:#6075a7;
}
.service01-tab ul.resp-tabs-list li.resp-tab-active:before,
.contactus02-bg02 .contactus02-text:after,
.aboutus02-tab01 ul.resp-tabs-list li.resp-tab-active{
	border-top-color:#6075a7;
}
.history-box .history-boxmain .history-boxcontent:before{
	border-right-color:#6075a7;
}
.ourteam01-ibox{
	border-bottom-color:#6075a7;
}
.aboutus02-meetteam .team_member:hover,
.ourteam01-title1 h4:before,
.ourteam01-title1 h4:after,
.service02-carousel .blockquote_6 .ico:before, 
.blockquote_6 .ico:after,
.detail01-Testimonials .dot a.actived,
.detail01-ibox li h3:after,
.faq02-accordion .panel-heading + .panel-collapse .panel-body,
.pricing01-ibox,
.Contactus01-Container01 .Contactus01-heading01:before,
.Contactus01-Container01 .Contactus01-heading01:after,
.history-top img,
.history-box .history-boxmain .history-boxdate,
.history-box .history-boxmain .history-boxcontent,
.history02-carouse02 .owl-buttons .owl-prev:hover:before, 
.history02-carouse02 .owl-buttons .owl-next:hover:before,
.history02 .time_box_left h3:before{
	border-color:#6075a7;
}
.pricing01-ibox .ico:before{
	border-left-color:#6075a7;
	border-top-color:#6075a7;
}
a.aboutus01-bnt:hover,
a.pricing01-bnt:hover{
	border-color:#6075a7;
	background-color:#6075a7;
}
.two404-bg01 a.two404-bnt,
.four404-box a.four404-bnt{
	font-family:Verdana, Geneva, sans-serif;
	border-color:#6075a7;
	background-color:#6075a7;
}
.ourteam01-dropcaps,
.pricing01-bnt02,
a.pricing01-bnt02, 
a:link.pricing01-bnt02, 
a:active.pricing01-bnt02, 
a:visited.pricing01-bnt02,
.detail01-ibox li span,
.pricing02-title1 a.links,
.contactus01-ibox02 li .fa,
div.Theme_Responsive_20073_Contact01 .form_submit .btn:hover{
	color:#6075a7;
	border-color:#6075a7;
}



/*Short Codes*/
/*lightbox*/
.lightbox-title:after{
    border-bottom-color:#6075a7;
}
.lightbox-photo .photo > .fa,
.lightbox-photo .photo > .icon .fa{
	background-color:#6075a7;
}

/*alert*/
.dg-alert01,
.ibox-title:after, 
.ibox-title02:after,
.dg-alert03.alert-accent .icon,
.dg-alert05.alert-accent,
.alertpage-title:after{
    border-color: #6075a7;
}
.dg-alert01.alert-accent,
.dg-alert03.alert-accent,
.dg-alert05.alert-accent .close {
    border-color: #6075a7;
    color: #6075a7;
}
.dg-alert02.alert-accent,
.dg-alert04.alert-accent,
.dg-alert05.alert-accent .icon,
.dg-alert06.alert-accent{
	background-color:#6075a7;
}

/*thumbnail*/
.thumbnail-title h3:after,
.thumbnail-title02:after{
    border-color: #6075a7;
}
.dg-thumbnail .thumb-box em, 
.dg-thumbnail .thumb-box i, 
.dg-thumbnail .thumb-box .fa,
.dg-thumbnail .switcher input[type="checkbox"]:checked + label{
	background-color:#6075a7;
}
.dg-thumbnail .brand a:hover span{
    color: #6075a7;
}
/*list*/
.list-ordened li:before, 
.list-ordened2 li:before, 
.list-ico .fa, 
.list-ico2 .fa, 
.list-ico3 .fa, 
.list-ico .lnr, 
.list-ico2 .lnr, 
.list-ico3 .lnr, 
.list-ico .glyphicon, 
.list-ico2 .glyphicon, 
.list-ico3 .glyphicon{
    color: #6075a7;
}
.list-ordened2 li:before,
.list-ico2 .fa, 
.list-ico2 .lnr, 
.list-ico2 .glyphicon{
    border-color: #6075a7;
}
.list-ordened3 li:before,
.list-ico3 .fa, 
.list-ico3 .lnr, 
.list-ico3 .glyphicon{
	background-color:#6075a7;
}

/*Dividers*/
.dividers-06:before,
.dividers-06 span,
.dividers-06:after,
.dividers-08{
    border-top-color:#6075a7;
}

/*icon-box*/
.dg-ibox04 .btn{
	border-color:#6075a7;
	color:#6075a7;
}
.dg-ibox04 .btn:hover{
	background-color:#6075a7;
}
.dg-ibox13 .more:before{
	border-left-color:#6075a7;
}
.dg-ibox35:before{
	border-top-color:#6075a7;
}

/*Promo-Boxes*/
.promopage-title:after,
.promo-content .line{
	border-color:#6075a7;
}
/*breadcrumb*/
.breadcrumb a:hover,
.breadcrumb .dropdown:hover,
.breadcrumb.bg-default li a:hover,
.breadcrumb.bg-default li .dropdown:hover,
.breadcrumb.bg-default li.right .dropdown:hover{
	color:#6075a7;
}

/*soon*/
.dg-soon-cap-round .soon-label{
	color:#6075a7;
}


/*price*/

.dg-price01 .color-1 .price-title,
.dg-title25 .line:before, 
.dg-title25 .line:after,
.dg-price02 .price-border:hover, 
.dg-price02 .price-border.best-value,
.dg-price07 .price-box .price-pad,
.dg-price08 .price-box,
.dg-price10 .btn:hover,
.dg-price11 .price-title,
.dg-price11 .btn:hover,
.dg-price15 .price-border:hover .price-title em.fa, 
.dg-price15 .price-border:hover .price-box, 
.dg-price18 .price-border,
.dg-price20 .best-value .price-title,
.dg-price20 .price-border:hover .price-title,
.dg-price21 .price-box,
.dg-price24 .price-border:hover .price-title,
.dg-price27 .price-border:hover .price-title,
.dg-price28 .price-border:hover .price-title, 
.dg-price26 .price-border:hover .price-title, 
.dg-price26 li:hover,
.dg-price06 .color-2 .price-title, 
.dg-price06 .color-2 .price-box,
.dg-price09 .color-2 .price-title,
.dg-price12 .price-box,
.dg-price13 .price-border:hover, 
.dg-price13 .price-border.color-1:hover, 
.dg-price13 .price-border.color-2:hover, 
.dg-price13 .price-border.color-3:hover,
.dg-price13 .price-border,
.dg-price14 .price-border .price-title{
	background-color:#6075a7;
}
.dg-title25 .line,
.dg-price07 .price-border,
.dg-price07 .price-box,
.dg-price07 .price-border,
.dg-price23,
.dg-price27 .btn,
.dg-price27 .price-border:hover, 
.dg-price29 .price-border,
.dg-price05 .color-2.best-value, 
.dg-price05 .color-2:hover,
.dg-price12 .price-border.color-3:hover,
.dg-price09 .color-2.price-border:hover,
.dg-price02 .price-border:hover{
	border-color:#6075a7;
}
.dg-price01 .color-1 .price-box .sup, 
.dg-price01 .color-1 .price-box .price,
.dg-price03 .price-title h2,
.dg-price03 .price-holder .fa,
.dg-price03 .price-title h6,
.dg-price03 .btn,
.dg-price05 .color-2 .price-title,
.dg-price10 .price-box,
.dg-price15 .price-title em.fa,
.dg-price15 .price-title h2,
.dg-price15 .price-box,
.dg-price20 .price-holder:hover li:before,
.dg-price20 .best-value .price-holder li:before,
.dg-price21 .price-border:hover .btn,
.dg-price23 .price-box,
.dg-price25 .price-title h2,
.dg-price25 .price-box .sup, 
.dg-price25 .price-box .price,
.dg-price29 .price-box,
.dg-price28 .price-border:hover .price-holder ul li em,
.dg-price29 .price-holder .fa,
.dg-price07 .price-title h2,
.dg-price09 .price-box,
.dg-price14 .price-box .sup,
.dg-price14 .price-box .price{
	color:#6075a7;
}
.dg-price03 .dg-btn-1{
	color:#6075a7!important;
}
.dg-price07 .btn{
	background-color:#6075a7;
	border-color:#6075a7;
}
.dg-price20 .price-popular,
.dg-price23 .price-title em{
	color:#6075a7;
	border-color:#6075a7;
}

/* ProgressBars-Counters */
.chart-list02 .list-percentage2 .percentage_inner,
.chart-list04 .list-percentage4 .percentage_inner,
.chart-list05 .list-percentage5,
.chart-list07 .list-percentage7 .percentage_inner,
.chart-list08 .list-percentage8,
.chart-list08 .list-percentage8 .percentage_inner,
.chart-list09 .list-percentage9,
.chart-list10 .list-percentage10,
.chart-list02 .list-percentage2,
.chart-list04 .list-percentage4,
.chart-list07 .list-percentage7{
	color:#6075a7;
}
.loaded-title:before{
	border-color:#6075a7;
}
.loaded-list04 .bar,
.loaded-list05 .bar,
.loaded-list10 .progress-bar,
.loaded-list09 .progress .progress-bar,
.loaded-list08 .progress .progress-bar{
	background-color:#6075a7;
}

/*Testimonials*/
.Testimonials02-tab .last_page:hover, 
.Testimonials02-tab .next_page:hover {
	border-left-color: #6075a7;
	border-bottom-color: #6075a7;
}
.Testimonials03-tab blockquote h2 {color: #6075a7;}
.Testimonials03-tab .dot a.actived,
.Testimonials05-tab .dot a.actived,
.Testimonials08-tab .dot a.actived,
.Testimonials09-tab .dot a.actived {
	background-color: #6075a7;
}
.testimonials-title01 h2:before {background-color: #6075a7;}
.Testimonials04-tab .last_page:hover:before {
	border-top-color: #6075a7;
	border-left-color: #6075a7;
}
.Testimonials04-tab .next_page:hover:before {
	border-right-color: #6075a7;
	border-bottom-color: #6075a7;
}
.Testimonials05-tab blockquote p {border-top-color: #6075a7;}
.Testimonials06-tab blockquote p:before {border-top-color: #6075a7;}
.Testimonials06-tab blockquote p {border-bottom-color: #6075a7;}
.Testimonials06-tab .last_page:hover:before {
	border-top-color: #6075a7;
	border-left-color: #6075a7;
}
.Testimonials06-tab .next_page:hover:before {
	border-right-color: #6075a7;
	border-bottom-color: #6075a7;
}
.Testimonials07-tab .last_page:hover, 
.Testimonials07-tab .next_page:hover {
	border-color: #6075a7;
	background-color: #6075a7;
}
.image_more_info span {background-color: #6075a7 !important;}
h2.Testimonials10-tab-title {color: #6075a7;}





/*Responsive Tab*/
.dg-tabs-top06 ul.resp-tabs-list li.resp-tab-active, 
.dg-tabs-top09 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top09 ul.resp-tabs-list li.resp-tab-active:hover,
.dg-tabs-top20 .resp_margin h2, 
.dg-tabs-left19 .resp_margin h2,
.tab_list02 li span,
.dg-tabs-left08 ul.resp-tabs-list li.resp-tab-active{
	color:#6075a7;
}

.dg-tabs-top01 ul.resp-tabs-list li:hover, 
.dg-tabs-top01 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top09 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-bottom03 ul.resp-tabs-list li.resp-tab-active span{
	border-bottom-color:#6075a7;
}
.dg-tabs-top03 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top04 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top05 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top06 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top09 ul.resp-tabs-list li.resp-tab-active:before,
.dg-tabs-top06 ul.resp-tabs-list li.resp-tab-active:before,
.dg-tabs-top12 ul.resp-tabs-list li.resp-tab-active:before,
.dg-tabs-top13 ul.resp-tabs-list li.resp-tab-active:before,
.dg-tabs-top20 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-bottom04 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top21 ul.resp-tabs-list li.resp-tab-active:before,
.dg-tabs-top22 ul.resp-tabs-list li.resp-tab-active:before{
	border-top-color:#6075a7;
}
.dg-tabs-left01 ul.resp-tabs-list li.resp-tab-active span,
.dg-tabs-left08 ul.resp-tabs-list li.resp-tab-active:before{
	border-right-color:#6075a7;
}
.dg-tabs-left02 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-left03 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-left05 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-left05 ul.resp-tabs-list li.resp-tab-active:before,
.dg-tabs-left11 ul.resp-tabs-list li.resp-tab-active:before,
.dg-tabs-left12 ul.resp-tabs-list li.resp-tab-active:before,
.dg-tabs-left13 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-left14 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-left19 ul.resp-tabs-list li.resp-tab-active{
	border-left-color:#6075a7;
}
.dg-tabs-bottom01 .resp-tabs-container,
.dg-tabs-bottom02 .resp-tabs-container,
.dg-tabs-bottom02 ul.resp-tabs-list li span,
.dg-tabs-bottom02 ul.resp-tabs-list li,
.dg-tabs-left17 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-left17 ul.resp-tabs-list li.resp-tab-active{
	border-color:#6075a7;
}
.dg-tabs-top07 ul.resp-tabs-list li:hover,
.dg-tabs-top08 ul.resp-tabs-list li:hover,
.dg-tabs-top09 ul.resp-tabs-list li:hover,
.dg-tabs-top10 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top11 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top11 .resp-tabs-container,
.dg-tabs-top12 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top13 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top16 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top17 ul.resp-tabs-list li:hover,
.dg-tabs-top18 ul.resp-tabs-list li:hover,
.dg-tabs-top19 ul.resp-tabs-list li:hover,
.dg-tabs-bottom01 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-bottom02 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top20 .resp_margin .line, 
.dg-tabs-left19 .resp_margin .line,
.dg-tabs-bottom04 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top21 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top22 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-left09  ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-left10 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-left10 .resp-tabs-container,
.dg-tabs-left11 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-left12 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-left15 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-left16 ul.resp-tabs-list li:hover,
.dg-tabs-left18 ul.resp-tabs-list li:hover,
.dg-tabs-left18 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-bottom03 ul.resp-tabs-list li:hover span{
	background-color:#6075a7;
}

/*Accordions*/
.dg-accordion01 .panel-heading .panel-title a,
.dg-accordion01 .panel-heading .panel-title a:hover, 
.dg-accordion01 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion03 .panel-heading .panel-title a:hover, 
.dg-accordion03 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion03 .panel-heading .panel-title a,
.dg-accordion05 .panel-heading .panel-title a:hover, 
.dg-accordion05 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion05 .panel-heading .panel-title a,
.dg-accordion06 .panel-heading .panel-title a:hover, 
.dg-accordion06 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion06 .panel-heading .panel-title a,
.dg-accordion07 .panel-heading .panel-title a:hover, 
.dg-accordion07 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion08 .panel-heading .panel-title a:hover, 
.dg-accordion08 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion08 .panel-heading .panel-title a,
.dg-accordion07 .panel-heading .panel-title a,
.dg-accordion09 .panel-heading .panel-title a:hover, 
.dg-accordion09 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion10 .panel-heading .panel-title a:hover, 
.dg-accordion10 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion09 .panel-heading .panel-title a,
.dg-accordion10 .panel-heading .panel-title a,
.dg-accordion11 .panel-heading .panel-title a:hover, 
.dg-accordion11 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion12 .panel-heading .panel-title a:hover, 
.dg-accordion12 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion11 .panel-heading .collapsed:hover .arrow:before,
.dg-accordion12 .panel-heading .panel-title a,
.dg-accordion12 .panel-heading .arrow,
.dg-accordion11 .panel-heading .arrow,
.dg-accordion11 .panel-heading .panel-title a,
.dg-accordion13 .panel-heading .panel-title a:hover, 
.dg-accordion13 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion13 .panel-heading .arrow,
.dg-accordion13 .panel-heading .panel-title a,
.dg-accordion13 .panel-heading .collapsed:hover .arrow:before,
.dg-accordion14 .panel-heading .panel-title a:hover,
.dg-accordion14 .panel-heading .panel-title a:hover, 
.dg-accordion14 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion14 .panel-heading .collapsed:hover .arrow:before,
.dg-accordion15 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion15 .panel-heading .collapsed:hover .arrow:before,
.dg-accordion16 .panel-heading .panel-title a,
.dg-accordion16 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion17 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion18 .panel-heading .arrow,
.dg-accordion18 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion19 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion20 .panel-heading .panel-title a,
.dg-accordion20 .panel-heading .panel-title a.collapsed:hover{
	color:#6075a7;
}
.dg-accordion01 .panel-heading .arrow,
.dg-accordion01 .panel-heading .collapsed:hover .arrow,
.dg-accordion02 .panel-heading .panel-title a:before,
.dg-accordion03 .panel-heading .collapsed:hover .arrow,
.dg-accordion03 .panel-heading .arrow,
.dg-accordion04 .panel-heading .panel-title strong:before,
.dg-accordion04 .panel-heading .arrow,
.dg-accordion08:before,
.dg-accordion16 .panel-heading .panel-title a:before,
.dg-accordion17 .panel-heading .collapsed:hover .arrow{
	border-color:#6075a7;
}
.dg-accordion02 .panel-heading .panel-title a,
.dg-accordion02 .panel-heading .panel-title a:hover, 
.dg-accordion02 .panel-heading .panel-title a.collapsed:hover,
.dg-accordion05 .panel-heading .arrow,
.dg-accordion05 .panel-heading .collapsed:hover .arrow,
.dg-accordion08 .panel-default>.panel-heading:before,
.dg-accordion07 .panel-heading .arrow,
.dg-accordion07 .panel-heading .collapsed:hover .arrow,
.dg-accordion12 .panel-heading .arrow,
.dg-accordion14 .panel-heading .panel-title a,
.dg-accordion15 .panel-heading .panel-title a,
.dg-accordion18 .panel-collapse,
.dg-accordion18 .panel-heading .panel-title a,
.dg-accordion18 .panel-heading .collapsed:hover .arrow,
.dg-accordion19 .panel-heading .collapsed:hover .arrow,
.dg-accordion20 .panel-heading .arrow,
.dg-tabs-top10  .resp-tabs-container{
	background-color:#6075a7;
}
.dg-accordion06 .panel-heading .arrow,
.dg-accordion06 .panel-heading .collapsed:hover .arrow{
	border-left-color:#6075a7;
}
.dg-accordion17 .panel-heading .panel-title a{
	background-color:#6075a7;
	border-color:#6075a7;
}
.dg-accordion11 .panel-heading .panel-title a:before,
.dg-accordion13 .panel-heading .panel-title a:before,
.dg-accordion18 .panel-heading .arrow:before {
	background: #6075a7;
}
.dg-accordion14 .panel-heading .panel-title .number {
	border-right-color: #6075a7;
}
.dg-accordion04 .panel-heading .panel-title a:hover .arrow {
	border-right-color: #6075a7;
	border-bottom-color: #6075a7;
}
.dg-accordion04 .panel-heading .panel-title a:hover {
	color: #6075a7;
}


/*Animated*/
.animat-col01 li.color-01,
.animat-col05 li:hover,
.animat-col06{
	background-color:#6075a7;
}
.animat-col-title:after,
.animat-col04 h3:before{
	border-color:#6075a7;
}
.animat-col04,
.animat-col05 li{
	color:#6075a7;
}
.Animatedcolumns-title01 h2:before {background-color: #6075a7;}
.animat-col01 li.color-01 .box .btn:hover {color: #6075a7 !important;}
.animat-col05 li .fa {color: #6075a7;}

/*Flip-Box*/
.flip-box02 .back,
.flip-box04 .back,
.flip-box04 .back,
.flip-box06 .back,
.flip-box08 .back,
.flip-box03 .front:after,
.flip-box01 .back .hover-darkturquoise:hover{
	background-color:#6075a7;
}
.flip-box06 .front .v-center > h3,
.flip-box03 .front .fa,
.flip-box02 .size-lg,
.flip-box04 .btn-danger{
	color:#6075a7;
}
.flip-box08 .front .fa{
	color:#6075a7;
	border-color:#6075a7;
}
.flip-box03 .back,
.flip-box01 .back .hover-darkturquoise:hover{
	border-color:#6075a7;
}

/*Clients*/
.clients-title:after,
.clients-carousel01 .img_box:hover,
.clients-carousel02 .img_box:hover,
.clients-title03 h3:after,
.clients-list04 li:before,
.clients-list06 li:before,
.clients-list06{
	border-color:#6075a7;
}
.clients-carousel01 .img_box:before{
	border-bottom-color:#6075a7;
}
.clients-title02 h3,
.clients-title03 h6{
	color:#6075a7;
}
.clients-carousel01 .owl-page.active,
.clients-carousel03 .img_box:hover,
.clients-list04 li:after,
.clients-list07 li:hover,
.clients-bnt01 a, 
.clients-bnt01 a:link{
	background-color:#6075a7;
}
/*Image Box*/
.imgbox01:hover,
.imgbox03:hover, 
.imgbox03:hover .imgbox03-con .btn,
.imgbox04:hover img,
.dg-title23 .line{
	border-color:#6075a7;
}
.dg-title23 .line:after,
.imgbox02:hover,
.imgbox05:hover .btn,
.imgbox07:hover .imgbox07-icon span,
.imgbox10 .btn{
	background-color:#6075a7;
}
.imgbox03:hover .imgbox03-con .btn,
.imgbox05:hover .imgbox05-con h3,
.imgbox10:hover .btn{
	color:#6075a7;
}
.imgbox08 .imgbox08-con .btn:hover,
.imgbox10:hover{
	border-color:#6075a7;
	background-color:#6075a7;
}
.imagebox-title01 h2:before {background-color: #6075a7;}
.imgbox03 .imgbox03-con [class*="dg-btn-"].hover-borland:hover {
	border-color: #6075a7;
	background-color: #6075a7;
}
.imgbox04 img {border-color: #6075a7;}
.imgbox04:hover .imgbox04-con h3 {color: #6075a7;}
.imgbox05:hover .imgbox05-con a[class*="btn"] {background: #6075a7;}
.imgbox06:hover .imgbox06-con a.btn {color: #6075a7;}
.imgbox07:hover .imgbox07-con h3 {color: #6075a7;}
.imgbox08 .imgbox08-con > a[class*="btn"]:hover {border-color: #6075a7;background: #6075a7;}





/*icon box*/
[class*="dg-iconbox"]:hover .dg-ico02, 
[class*="dg-iconbox"]:hover .dg-ico02.fa,
[class*="dg-iconbox"]:hover .dg-ico08, 
[class*="dg-iconbox"]:hover .fa.dg-ico08,
[class*="dg-iconbox"]:hover .dg-ico10:after,
[class*="dg-iconbox"]:hover .dg-ico11:after,
.dg-iconbox12:hover{
    background-color: #6075a7;
}
[class*="dg-iconbox"]:hover .dg-ico03, 
[class*="dg-iconbox"]:hover .dg-ico03.fa,
[class*="dg-iconbox"]:hover .dg-ico11:after,
[class*="dg-iconbox"]:hover .dg-ico13{
	color: #6075a7;
    border-color: #6075a7;
}
[class*="dg-iconbox"]:hover .dg-ico04 .hexagon, 
[class*="dg-iconbox"]:hover .dg-ico04 .hexagon:before, 
[class*="dg-iconbox"]:hover .dg-ico04 .hexagon:after,
.dg-ico01, 
.dg-ico01.fa,
.dg-iconbox13:hover{
    border-color: #6075a7;
    background-color: #6075a7;
}
.dg-ico05.accent,
.dg-iconbox05 h3,
.dg-iconbox07:hover .dg-ico05,
.dg-iconbox07:hover h3,
.dg-iconbox10:hover h3,
.dg-iconbox11 h3,
.dg-iconbox06 h3{
	color: #6075a7;
}
[class*="dg-iconbox"]:hover .dg-ico10, 
[class*="dg-iconbox"]:hover .dg-ico10.fa,
[class*="dg-iconbox"]:hover .dg-ico11,
.dg-iconbox04:hover [class*="dg-ico"] .left-line,
.dg-iconbox05 h3:after,
.dg-iconbox08:after,
.dg-iconbox10:hover,
.dg-iconbox11 h3:after,
.dg-iconbox06 h3:after{
    border-color: #6075a7;
}
.dg-iconbox05,
.dg-iconbox07,
.dg-iconbox09{
    border-top-color: #6075a7;
}
/*Mini-callout-box-ornamental-title*/
.dg-title01 h3,
.dg-title06 h3,
.dg-title07 h3,
.dg-title09 h3,
.dg-title13 .icon,
.dg-title32 .fa{
	color:#6075a7;
}
.dg-title06 h3:before,
.dg-title07 h3:before, 
.dg-title07 h3:after,
.dg-title09 h3:before,
.dg-title26 h3,
.dg-title28 h3:before,
.dg-title30:after{
	border-color:#6075a7;
}
.dg-title08 h3,
.dg-title21 h3:before, 
.dg-title21 h3:after{
	background-color:#6075a7;
}

/*player boxes */
.video-bg .player_line{
	border-color:#6075a7;
}
.player_boxes .btn {
	background-color:#6075a7;
}
/*simpleanchor */
#simpleanchor a:hover,
#simpleanchor .active a{
    color: #6075a7;
    border-left-color:#6075a7;
}
/*OurTeam*/
.ourteam-short .owl-item:hover .teamshort-img img,
.ourteam-short.carousel .owl-buttons .owl-prev:hover, 
.ourteam-short.carousel .owl-buttons .owl-next:hover,
.ourteam-short16:hover{
	border-color:#6075a7;
}
.ourteam-short .owl-buttons .owl-prev:hover:before, 
.ourteam-short .owl-buttons .owl-next:hover:before {
    border-left: 1px solid #6075a7;
    border-bottom: 1px solid #6075a7;
}
.ourteam-short06 h2:before {
    border-right: 8px solid #6075a7; 
}
.ourteam-short06 h2:after {
    border-left: 8px solid #6075a7; 
}
.ourteam-short .owl-buttons .owl-next:hover:before {
    border-left: none;
    border-right: 1px solid #6075a7;
}
.ourteam-short12 .text-style h2:before {
    border-top: 42px solid #6075a7;
}
.ourteam-bg:before { 
    border-left: 1px solid #6075a7;
}
.ourteam-short02 .social em:hover,
.ourteam-short03 .photo_box .ico i:before,
.ourteam-short06 .social em:hover,
.ourteam-short10 span,
.ourteam-short13:hover h2,
.ourteam-short20 .teamshort-r span,
.ourteam-short21 .teamshort-r span,
.ourteam-short22 .teamshort-r span,
.ourteam-short23 .teamshort-r span,
.ourteam-short05 .photo_box .content >.fa:hover{
    color: #6075a7;
}
.ourteam-short05 .ourteam-img:hover {
    border-bottom: 13px solid #6075a7;
}
.ourteam-short04 .photo_box .content >.fa:hover,
.ourteam-short06 h2,
.ourteam-short07:hover,
.ourteam-short08 .photo_box .shade,
.ourteam-short09 .photo_box .shade,
.ourteam-short11 .text-style .social,
.ourteam-short12 .text-style h2,
.ourteam-short12 .text-style .social em,
.ourteam-short16 .social em:hover,
.ourteam-short17:hover .social,
.ourteam-short18:hover .text-style, 
.ourteam-short18:hover p,
.ourteam-short19 .photo_box:hover .text-style,
.ourteam-short20 .social em,
.ourteam19-line,
.ourteam-short21 .social em:hover,
.ourteam-short22:hover{
	background-color:#6075a7;
}






 /*Menu Style*/


	/*HoverStyle_3*/
	#dnngo_megamenu > div.dnngo_gomenu > ul > li{
		margin-left:2px;
	}
	#dnngo_megamenu > div.dnngo_gomenu > ul > li > a > span {
		padding: 0px 17px;
		border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
	}
	#dnngo_megamenu > div > ul > li:hover > a > span,
	#dnngo_megamenu > div > ul > li.current > a > span,
	#dnngo_megamenu > div > ul > li.menu_hover > a > span {
		background-color:#6075a7;
	}
	.roll_menu.roll_activated #dnngo_megamenu > div > ul > li:hover > a > span,
	.roll_menu.roll_activated #dnngo_megamenu > div > ul > li.current > a > span,
	.roll_menu.roll_activated #dnngo_megamenu > div > ul > li.menu_hover > a > span {
		background-color:#6075a7; 
	}

	@media only screen and (min-width: 1200px) {
		#dnngo_megamenu > div.dnngo_gomenu > ul > li > a > span{
			padding: 0px 21px;
		}
	}
	@media only screen and (min-width: 1600px) {
		#dnngo_megamenu > div.dnngo_gomenu > ul > li > a > span{
			padding: 0px 24px;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 991px) {
		#dnngo_megamenu > div.dnngo_gomenu > ul > li > a > span{
			padding: 0px 16px;
		}
	}


	#dnngo_megamenu ul,
	.multi_menu,
	.nav_box{
		font-family: "Noto Sans";
	}
	#dnngo_megamenu > div > ul {
		display: inline-block;
		vertical-align: middle;
	}
	*+html #dnngo_megamenu > div > ul {
		display: inline;
	}
	#dnngo_megamenu > div > ul > li {
		background: none;
		padding:5px 0 5px;
		transition: 		border-color ease-in 200ms;
		-moz-transition: 	border-color ease-in 200ms; /* Firefox 4 */
		-webkit-transition: border-color ease-in 200ms; /* Safari and Chrome */
		-o-transition: 		border-color ease-in 200ms; /* Opera */
		-ms-transition: 	border-color ease-in 200ms; /* IE9? */
	}
	#dnngo_megamenu > div > ul > li > a {
		line-height: 46px;
		transition: 			all ease-in 200ms,line-height 0ms;
		-webkit-transition: 	all ease-in 200ms,line-height 0ms; /* Safari and Chrome */
	}
	#dnngo_megamenu > div > ul > li > a > span {
		font-size: 15px;
		text-transform:capitalize;
		font-weight:400;
		transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms;
		-moz-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
		-webkit-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
		-o-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms; /* Opera */
		-ms-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms; /* IE9? */
	}
	#dnngo_megamenu > div > ul > li.dir > a > span:after {
		content: "";
		height: 5px;
		width: 5px;
		overflow: hidden;
		margin: 0 0px 3px 6px;
		display: inline-block;
		vertical-align: middle;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg); /* IE 9 */
		-moz-transform: rotate(45deg); /* Firefox */
		-webkit-transform: rotate(45deg); /* Safari and Chrome */
		-o-transform: rotate(45deg); /* Opera */
		transition: all ease-in 200ms;
		-moz-transition: all ease-in 200ms; /* Firefox 4 */
		-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
		-o-transition: border ease-in 200ms; /* Opera */
		-ms-transition: border ease-in 200ms; /* IE9? */
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
	}
	
	#dnngo_megamenu > div > ul > li > a > span {
		color: #FFFFFF;
	}
	#dnngo_megamenu > div > ul > li.dir > a > span:after {
		border-bottom: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
	}
	
	#dnngo_megamenu > div > ul > li.dir:hover > a > span:after,
	#dnngo_megamenu > div > ul > li.dir.current > a > span:after,
	#dnngo_megamenu > div > ul > li.dir.menu_hover > a > span:after {
		border-bottom: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
	}
	#dnngo_megamenu > div > ul > li > a > span > i {
		color:#6075a7;
		font-size:16px;
	}
	#dnngo_megamenu > div > ul > li:hover > a > span,
	#dnngo_megamenu > div > ul > li.current > a > span,
	#dnngo_megamenu > div > ul > li.menu_hover > a > span,
	#dnngo_megamenu > div > ul > li > a:hover > span > i,
	#dnngo_megamenu > div > ul > li.menu_hover > a > span > i,
	#dnngo_megamenu > div > ul > li.current > a > span > i{
		color: #ffffff;
	}

/*Sub Menu Style*/
#dnngo_megamenu .dnngo_slide_menu li a{
	padding-left:17px;
}
@media only screen and (min-width: 1200px) {
	#dnngo_megamenu .dnngo_slide_menu li a{
		padding-left:21px;
	}
}
@media only screen and (min-width: 1600px) {
	#dnngo_megamenu .dnngo_slide_menu li a{
		padding-left:24px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#dnngo_megamenu .dnngo_slide_menu li a{
		padding-left:16px;
	}
}

#dnngo_megamenu .dnngo_slide_menu,
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu,
#dnngo_megamenu .dnngo_boxslide {
	background-color: #5a5b5b;
}
#dnngo_megamenu .dnngo_menuslide .dnngo_slide_menu a{
	font-size:13px;
	color:#ffffff;
	transition: 		color ease-in 200ms,border ease-in 200ms,background ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,border ease-in 200ms,background ease-in 200ms;
	-webkit-transition: color ease-in 200ms,border ease-in 200ms,background ease-in 200ms;
	-o-transition: 		color ease-in 200ms,border ease-in 200ms,background ease-in 200ms;
	-ms-transition: 	color ease-in 200ms,border ease-in 200ms,background ease-in 200ms;
}
#dnngo_megamenu .dnngo_menuslide{
	transition: 		color ease-in 200ms,border ease-in 200ms,background ease-in 200ms,top ease-out 200ms;
	-moz-transition: 	color ease-in 200ms,border ease-in 200ms,background ease-in 200ms,top ease-out 200ms;
	-webkit-transition: color ease-in 200ms,border ease-in 200ms,background ease-in 200ms,top ease-out 200ms;
	-o-transition: 		color ease-in 200ms,border ease-in 200ms,background ease-in 200ms,top ease-out 200ms;
	-ms-transition: 	color ease-in 200ms,border ease-in 200ms,background ease-in 200ms,top ease-out 200ms;
}
#dnngo_megamenu .dnngo_submenu {
	transition: 		top ease-out 200ms;
	-moz-transition: 	top ease-out 200ms;
	-webkit-transition: top ease-out 200ms;
	-o-transition: 		top ease-out 200ms;
	-ms-transition: 	top ease-out 200ms;
}

#dnngo_megamenu .dnngo_slide_menu li:hover > a,
#dnngo_megamenu .dnngo_slide_menu li.subcurrent > a {
	color:#FFF;
	background-color:#6075a7;
}
#dnngo_megamenu .dnngo_slide_menu li.dir:before{
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	transition: 		all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
}
#dnngo_megamenu .dnngo_slide_menu li.dir:hover:before,
#dnngo_megamenu .dnngo_slide_menu li.dir.subcurrent:before{
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
#dnngo_megamenu .dnngo_slide_menu li a > span > i{
	color:#ffffff;
	font-size:13px;
}
#dnngo_megamenu .dnngo_slide_menu li a:hover > span > i,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a > span > i,
#dnngo_megamenu .dnngo_slide_menu li.current > a > span > i,
#dnngo_megamenu .dnngo_slide_menu li.subcurrent > a > span > i{
	color:#FFF;
}


#dnngo_megamenu .dnngo_custommenu > .menupane {
	background-color:#5a5b5b;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.topline .pane_space{
	border-top-color:#ffffff;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.bottomline .pane_space{
	border-bottom-color:#ffffff;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.leftline {
	border-left-color:#ffffff;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.rightline {
	border-right-color:#ffffff;
}

#dnngo_megamenu  .pane_space{
	font-size:13px;
	color:#ffffff;
}
.menu-ibox .btn, 
.menu-ibox .btn:link, 
.menu-ibox .btn:active, 
.menu-ibox .btn:visited{
    color:#6075a7;
    border-color:#6075a7;
}
.menu-ibox .btn:hover{
	color:#FFF;
}
.menu-ibox .btn:hover{
	background-color: #6075a7;
}
.menu-cont01 .more, 
.menu-cont01 .more:link, 
.menu-cont01 .more:active, 
.menu-cont01 .more:visited{
    color: #6075a7;
}
.menu-carousel.carousel .owl-page{
	border-color:#6075a7;
}
.menu-carousel.carousel .owl-page.active{
	background-color: #6075a7;
}

#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_5 ul li a:before,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_2 ul li a:before,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_3 ul li a:before{
	border-right:1px solid  #ffffff;
	border-bottom:1px solid  #ffffff;
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_5 ul li a:hover:before,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_2 ul li a:hover:before,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_3 ul li a:hover:before{
	border-right-color:#6075a7;
	border-bottom-color:#6075a7;
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li a,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_5 ul li a,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_2 ul li a,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_3 ul li a,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_4 ul li a{
	color: #ffffff;
}
#dnngo_megamenu .dnngo_custommenu .submenulist_1 .submenu_title a:hover span,
#dnngo_megamenu .dnngo_custommenu .submenulist_5 .submenu_title a:hover span,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_5 ul li a:hover,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_2 ul li a:hover,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_3 ul li a:hover,
#dnngo_megamenu .dnngo_custommenu .submenulist_4 .submenu_title a:hover span,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_4 ul li a:hover,
#dnngo_megamenu .dnngo_custommenu .submenulist_2 .submenu_title span,
#dnngo_megamenu .dnngo_custommenu .submenulist_3 .submenu_title span{
	color:#6075a7;
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li a:hover{
	background-color:#6075a7;
}

#dnngo_megamenu .dnngo_custommenu .submenu_title,
#dnngo_megamenu .dnngo_custommenu .submenulist_4 .submenu_title span,
#dnngo_megamenu .dnngo_custommenu .submenulist_5 .submenu_title span,
#dnngo_megamenu .dnngo_custommenu .submenulist_1 .submenu_title span{
	color:#ffffff;
}
#dnngo_megamenu .dnngo_custommenu .submenu_title,
#dnngo_megamenu .dnngo_custommenu .submenu_title span{
	font-size:15px;
}
#dnngo_megamenu .dnngo_custommenu .submenulist_2 .submenu_title:after{
	border-bottom-color:#ffffff;
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_3 > ul > li > a,
#dnngo_megamenu .dnngo_custommenu .submenulist_4 .submenu_title {
	border-bottom-color:#ffffff;
}

.menu-bloglist li,
.menu-cont01 .line{
	border-bottom-color:#ffffff;
}
.menu-ibox h3{
	color:#ffffff;
	font-size:15px;
}
.menu_list01 li a,
.menu_list01 li a:link,
.menu_list01 li a:active, 
.menu_list01 li a:visited{
	color:#ffffff;
	font-size:15px;
	border-color:#ffffff;
	transition: 		border-color ease-in 200ms;
	-moz-transition: 	border-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: border-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border-color ease-in 200ms; /* Opera */
	-ms-transition: 	border-color ease-in 200ms; /* IE9? */
}
.menu_list01 li a:hover{
	border-color:#6075a7;
}
div.menu_list01 li:after,
div.menu_list02 li:after{
	border-bottom-color:#ffffff;
}
.menu_list02 li a,
.menu_list02 li a:link,
.menu_list02 li a:active, 
.menu_list02 li a:visited{
	color:#ffffff;
	font-size:15px;
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
}
.menu_list02 li a:hover{
	color:#6075a7;
}

.MegaMenuList li a,
.MegaMenuList li a:link,
.MegaMenuList li a:active, 
.MegaMenuList li a:visited{
	font-size:13px;
	color:#ffffff;
}
.MegaMenuList li a:hover{
	background-color:#6075a7;
}
.MegaMenuList li:after{
	border-left-color:#ffffff;
}


/*Fixed Menu Style Start*/
.roll_menu.roll_activated{
	margin:auto;
}
.roll_menu.roll_activated .headerBox{
	margin:auto;
}
.roll_menu.roll_activated .headerBox > .shade {
	background-color:#5a5b5b;
	filter:alpha(opacity= 100 );
	opacity: 1;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.roll_menu.roll_activated #dnngo_megamenu > div > ul > li > a > span {
	color: #ffffff;
	vertical-align:bottom;
}
.roll_menu.roll_activated #dnngo_megamenu > div > ul > li.dir > a > span:after {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.roll_menu.roll_activated #dnngo_megamenu > div > ul > li:hover > a > span,
.roll_menu.roll_activated #dnngo_megamenu > div > ul > li.current > a > span,
.roll_menu.roll_activated #dnngo_megamenu > div > ul > li.menu_hover > a > span {
	color: #ffffff;
}
.roll_menu.roll_activated #dnngo_megamenu > div > ul > li.dir:hover > a > span:after,
.roll_menu.roll_activated #dnngo_megamenu > div > ul > li.dir.current > a > span:after,
.roll_menu.roll_activated #dnngo_megamenu > div > ul > li.dir.menu_hover > a > span:after {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.roll_menu.roll_activated #dnngo_megamenu > div > ul > li > a > span > i {
	color:#ffffff;
}
.roll_menu.roll_activated #dnngo_megamenu > div > ul > li > a:hover > span > i,
.roll_menu.roll_activated #dnngo_megamenu > div > ul > li.menu_hover > a > span > i,
.roll_menu.roll_activated #dnngo_megamenu > div > ul > li.current > a > span > i{
	color:#ffffff;
}

.roll_menu.roll_activated #dnngo_megamenu > div > ul > li{
		padding:5px 0 5px;
}
.roll_menu.roll_activated #dnngo_megamenu > div > ul > li > a{
		line-height: 40px;
}
.roll_menu.roll_activated .dnn_logo {
	float:none;
	margin:0;
	margin-top:0px;
	line-height: 50px;
	height: 50px;
}
.roll_menu.roll_activated .menuRightBox {
	margin:0;
	margin-top:0px;
	line-height: 50px;
	height: 50px;
}

.roll_menu.roll_activated .LogoPane, 
.roll_menu.roll_activated .mobileLogoPane, 
.roll_menu.roll_activated .dnn_logo .Logobox{
	vertical-align:top;
}

.roll_menu.roll_activated .menuRightBox{
	display:none;
}
.roll_menu.roll_activated .headerBox .headertopBox{
	display:none;
}

@media only screen and (min-width:768px) and (max-width:991px){
	.roll_menu.roll_activated .menuRightBox{
		display:none;
	}
}



/*header 6 style*/    


	.headerBox {
		margin:0px auto 0px;
	}
	.headerBox .header-right{
		white-space:nowrap;	
	}
	.headerBox .header-right > *{
		white-space:normal;
	}
	.headerBox .dnn_layout.full{
		width:auto;
	}
	.headerBox .nav_box,
	.headerBox .nav_ico{
		display:inline-block;
		vertical-align:middle;
	}
	.header_bg {
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 10;
	}
	.headerBox > .shade {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		background-color:#ffffff;
		filter:alpha(opacity= 100 );
		opacity: 1;
	}
	.headerBox .HeaderPane,
	.headerBox .HeaderPaneB{
		display:inline-block;
		margin:0;
		vertical-align:middle;
	}
	.headerBox .headertopBox {
		padding:6px 0;
		border-bottom:1px solid #ffffff;
		background-color:#ebebeb;
	}
	.headerBox .header-top .languageBox ,
	.headerBox .header-top .Login{
		display:inline-block;
		vertical-align:middle;
		margin-right:5px;
	}
	.headerBox .header-bottom .searchMainBox {
		position:relative;
	}
	.headerBox .header-bottom #search-icon{
		width:48px;
		line-height: 46px;
		overflow:hidden;
		text-align:center;
		cursor:pointer;
		font-size:16px;
		color:#FFFFFF;
		display:block;
		transition: 		color ease-in 200ms;
		-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
		-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
		-o-transition: 		color ease-in 200ms; /* Opera */
		-ms-transition: 	color ease-in 200ms; /* IE9? */
	}
	.headerBox .searchMainBox #search-icon:hover,
	.headerBox .searchMainBox #search-icon.active{
		color:#ffffff;
	}
	
	
	.headerBox .header-bottom .searchBox{
		display:none;
		background-color:#f9f9f9;
		border:1px solid #e1e1e1;
		padding:10px;
		position:absolute;
		top:100%;
		right:0;
		margin-top:3px;
		z-index:980;
		line-height:1;
		font-family:inherit; 
	}
	.headerBox .header-bottom .searchBox:before{
		content:"";
		border-top:1px solid #e1e1e1;
		border-left:1px solid #e1e1e1;
		background-color:#f9f9f9;
		width:8px;
		height:8px;
		position:absolute;
		top: -5px;
		right: 20px;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
	.headerBox .header-bottom .searchBox input.NormalTextBox{
		width:230px;
		height:40px;
		line-height:40px;
		background-color:#e5e5e5;
		position:static;
	}
	.headerBox .header-bottom .search, 
	.headerBox .header-bottom a.search:link, 
	.headerBox .header-bottom a.search:active, 
	.headerBox .header-bottom a.search:visited{
		position:static;
		display:inline-block;
		width:40px;
		text-align:center;
		height:40px;
		line-height:40px;
		vertical-align:middle;
		font-size:15px;
		color:#ffffff;
		background-color:#6075a7;
		margin-left: -4px;
	}
	.headerBox .header-bottom .searchBox .searchInputContainer{
		margin:0!important;
		vertical-align:middle;
	}
	.headerBox .header-top,
	.headerBox .header-top .Normal,
	.headerBox .header-top a, 
	.headerBox .header-top a:link, 
	.headerBox .header-top a:active, 
	.headerBox .header-top a:visited, 
	.headerBox .header-top .Login, 
	.headerBox .header-top .Login a, 
	.headerBox .header-top .Login a:link, 
	.headerBox .header-top .Login a:active, 
	.headerBox .header-top .Login a:visited{
		color:#5a5b5b;
	}
	.headerBox .header-top a:hover, 
	.headerBox .header-top .Login a:hover{
		color:#6075a7;
	}
	.headerBox .header-top .Login .registerGroup li.userMessages a span, 
	.headerBox .header-top .Login .registerGroup li.userNotifications a span{
		margin-bottom:-6px;
		background-color:#6075a7;
	}
	.headerBox .header-top .languageBox span img {
		border:1px solid #d9d9d9;
	}
	.headerBox .header-top .searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow{
		top:0!important;
	}
	.headerbottomBox {
		background-color:#5a5b5b;
	}
	
	.headerBox .dnn_logo {
		float:none;
		margin:0px;
		line-height:92px;
		height: 112px;
		padding:10px 0;
	}
	.headerBox .HeaderPaneB{
		float:none;
	}
	.menuRightBox{
		line-height:46px;
		height: 46px;
	}
	.headerBox .HeaderPaneB > div {
		display:inline-block;
		vertical-align:middle;
		line-height:1.8;
	}
	
	#header6.bg_boxed .headertopBox ,
	#header6.bg_boxed .headercenterBox,
	#header6.bg_boxed .headerbottomBox{
		margin-left:-15px;
		margin-right:-15px;
		padding-left:15px;
		padding-right:15px;
	}	
	.roll_menu.roll_activated .headertopBox ,
	.roll_menu.roll_activated .headercenterBox{
		display:none;
	}
	.roll_menu.roll_activated .dnn_logo{
		float:left;
		padding:0px ;
	}
	.roll_menu.roll_activated .dnn_logo  a{
		margin-right:15px;
	}
	.roll_menu.roll_activated .nav_box {
		float:right;
	}	
	.roll_menu.roll_activated .headerbottomBox {
		background-color:transparent;
	}	
	
	.roll_menu.roll_activated .searchMainBox #search-icon{
		color:#ffffff;
	}
	.roll_menu.roll_activated .searchMainBox #search-icon:hover,
	.roll_menu.roll_activated .searchMainBox #search-icon.active{
		color: #6075a7;
	}
	.roll_menu.roll_activated .headerBox .header-bottom .search, 
	.roll_menu.roll_activated .headerBox .header-bottom a.search:link, 
	.roll_menu.roll_activated .headerBox .header-bottom a.search:active, 
	.roll_menu.roll_activated .headerBox .header-bottom a.search:visited{
			background-color: #6075a7;
	}
	.roll_menu.roll_activated .headerBox .header-bottom #search-icon{
		margin-top:5px;
		line-height: 40px;
	}
	
	
	@media only screen and (min-width: 768px) and (max-width: 991px) {
		.header-bottom{
			display:block;
		}
		.header-bottom .header-left,
		.header-bottom .header-center,
		.header-bottom .header-right{
			display:block;
			text-align:center;
			white-space:normal;
		}
		.menuRightBox{
			margin:0;
		}
		.header-bottom .header-right {
			display:table;
			text-align:left;
			width:100%;
		}
		.header-right .nav_box ,
		.header-right .menuRightBox{
			display:table-cell;
			vertical-align:middle;
		}
		.header-right .menuRightBox{
			text-align:right;
		}
		.roll_menu.roll_activated .header-bottom{
			display:table;
		}
		.roll_menu.roll_activated .header-left,
		.roll_menu.roll_activated .header-center,
		.roll_menu.roll_activated .header-right{
			display: table-cell;
		}
		.roll_menu.roll_activated .header-right {
			text-align:right;
			width:auto;
		}
		.roll_menu.roll_activated .nav_box ,
		.roll_menu.roll_activated .menuRightBox{
			display:inline-block;
			vertical-align:middle;
		}
     }
	@media only screen and (max-width: 767px) {
	}



@media only screen and (max-width:767px){
	.roll-xs.roll_menu.roll_activated{
		position:relative!important;
		top:0!important;
		left:0!important;
		opacity:1!important;
	}	
	.roll_menu.roll_activated .roll-xs {
		display:none!important;
	}	
}
@media only screen and (min-width:768px) and (max-width:991px){
	.roll-sm.roll_menu.roll_activated{
		position:relative!important;
		top:0!important;
		left:0!important;
		opacity:1!important;
	}	
	.roll_menu.roll_activated .roll-sm {
		display:none!important;
	}	
}

@media only screen and (min-width:992px) and (max-width:1199px){
	.roll-md.roll_menu.roll_activated{
		position:relative!important;
		top:0!important;
		left:0!important;
		opacity:1!important;
	}	
	.roll_menu.roll_activated .roll-md {
		display:none!important;
	}	
}
@media only screen and (min-width:1200px){
	.roll-lg.roll_menu.roll_activated{
		position:relative!important;
		top:0!important;
		left:0!important;
		opacity:1!important;
	}	
	.roll_menu.roll_activated .roll-lg {
		display:none!important;
	}	
}
/*header position*/
	.header_bg{
		position:relative;
	}
	.roll_replace {
		position:relative; 
	}




/*header position*/
.header_bg,
.roll_replace,
.mobile_header {
	position: relative;
}


		@media only screen and (min-width: 768px) and (max-width: 991px) {
			.dnngo-main.boxed .mobile_nav{
				width:auto;
			}
		}	

@media only screen and (max-width: 991px) {
	
			.header_bg.roll_menu {
			position:absolute;
			width:100%;
			top:0;
			padding:0;			
		}
		.mobile_nav{
			position:fixed;
			width:100%;
		}
		body[style*="margin-left: 80px"] .mobile_nav{
			margin-left:-80px;
		
		}
		
		.mobile_header,
	.mobile_dnn_logo,
	.mobile_nav{
		height:46px;
	}
	.mobile_dnn_logo{
		line-height:46px;
	}	
	.mobile_header .Logobox  ,
	.mobile_header .mobileLogoPane{
		display:inline-block;
		vertical-align:middle;
		height:100%;
		max-width:100%;
		margin-top:-1px;
	}	
	.mobile_nav > .shade {
		background-color:#FFFFFF;
		filter:alpha(opacity= 100 );
		opacity: 1;
		box-shadow:0 0 4px rgba(0,0,0,0.4);	
		-moz-box-shadow:0 0 4px rgba(0,0,0,0.4); 	
		-webkit-box-shadow:0 0 4px rgba(0,0,0,0.4);
	}
	.mobile_nav_ico .fa{
		border-color:#5a5b5b;
		color:#5a5b5b;
	}
	.mobile_left_icon .fa, 
	.mobile_right_icon a{
		border-color:#5a5b5b;
		color:#5a5b5b;
	}
	.mobile_right_icon{
		padding-top:1px;
	}
	.mobile_left_icon {
		margin-right:15px;
		right:16px;
	}
	
	.mobile_left_icon #ico_search,
	.mobile_right_icon a:before{
		line-height:1;
		width:16px;
		height:16px;
		font-size:16px;
	}
	.mobile_nav_ico .fa.active{
		color:#6075a7;
	}
	.mobile_left_icon .fa.active,
	html.mm-opening.mm-opened .mobile_right_icon a{
		color:#6075a7;
	}
	
	#mobile_search{
		background-color:#ffffff;
	}
	#mobile_search:before{
		border-bottom-color:#ffffff;
	}
	#mobile_search .search, 
	#mobile_search a.search:link, 
	#mobile_search a.search:active, 
	#mobile_search a.search:visited{
		background-color:#6075a7;
	}
	#mobile_search input.NormalTextBox{
		color:#333333;
		background-color:#e1e1e1;
	}
	.mobile_nav #mobile_nav{
		background-color:#20a3f0;
	}
	.multi_menu ul li a{
		color:#FFF;
		border-color:#FFF;
	}
	.multi_menu ul li.active > a,
	.multi_menu ul li a:hover ,
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		 background-color:#FFF;
		 color:#20a3f0;
	}
	.multi_menu ul li .menu_arrow:before{
		border-bottom-color:#FFF;
	  	border-right-color:#FFF;
	}
	.multi_menu ul li .menu_arrow.arrow_closed:before, 
	.multi_menu ul li.current > a >  .menu_arrow:before, 
	.multi_menu ul li:hover .menu_arrow.arrow_closed:before,
	.multi_menu ul li:hover > a > .menu_arrow:before{
		border-bottom-color:#20a3f0;
	  	border-right-color:#20a3f0;
	}
	.multi_menu > ul > li > a > span {
		font-size:13px;
	}
	.multi_menu ul ul li > a > span {
		font-size:13px;
	}
	
	.mobile_menu.mm-menu{
		background-color:#f3f3f3;
	}
	.mobile_menu .social_list_6 span {
		color:#5a5b5b;
		border-color: #5a5b5b;
	}	
	
	.mobile_menu,
	.mobile_menu .Normal,
	.HeaderPane_mobile, 
	.HeaderPaneB_mobile,
	.mobile_menu .Header_Info,
	.mm-menu .mm-navbar.mm-navbar-top-2, 
	.mm-menu .mm-navbar.mm-navbar-top-2 a,
	.mobile_menu .mm-listview > li > a, 
	.mobile_menu .mm-listview > li > span{
		color:#5a5b5b;
	}
	#mobile_user, 
	#mobile_user a, 
	#mobile_user a:link, 
	#mobile_user a:active, 
	#mobile_user a:visited{
		color:#5a5b5b;
	}
	#mobile_user a:hover{
		color:#6075a7;
	}
	#mobile_user .registerGroup li.userMessages a span, 
	#mobile_user .registerGroup li.userNotifications a span{
		background-color:#6075a7;
	}
	.mobile_menu.mm-menu .mm-navbar .mm-btn:before, 
	.mobile_menu.mm-menu .mm-navbar .mm-btn:after{
		border-color:#5a5b5b;
	}
	.mobile_menu .mm-listview > li, 
	.mobile_menu .mm-listview > li:after, 
	.mobile_menu .mm-listview > li .mm-next, 
	.mobile_menu .mm-listview > li .mm-next:before,
	.mobile_menu .mm-navbar.mm-navbar-top-2,
	.mobile_menu .menu_header,
	.mobile_menu .mm-navbar.mm-navbar-top.mm-navbar-top-1,
	#mobile_user{
		border-color:#ffffff;
	}
	.mobile_menu.mm-menu em.mm-counter,
	.mobile_menu .mm-next:after{
		color:#ffffff;
	}
	.mobile_menu.mm-menu .mm-listview > li .mm-next:after, 
	.mobile_menu.mm-menu .mm-listview > li .mm-arrow:after{
		border-color:#ffffff;
	}
	.mobile_menu.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), 
	.mobile_menu.mm-menu .mm-listview > li.mm-selected > span,
	.mobile_menu.mm-menu .mm-listview > li.current > a:not(.mm-next),
	.mobile_menu.mm-menu .mm-listview > li.subcurrent > a:not(.mm-next),
	.mobile_menu.mm-menu .mm-listview > li.current > .mm-next,
	.mobile_menu.mm-menu .mm-listview > li.subcurrent >.mm-next,
	.mobile_menu.mm-menu .mm-listview > li > a:not(.mm-next):hover,
	.mobile_menu.mm-menu .mm-listview > li > .mm-counter:hover + .mm-next,
	.mobile_menu.mm-menu .mm-listview > li > a.mm-next:hover{
		background-color:#f9f9f9;
	}
	.mobile_menu.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next):hover, 
	.mobile_menu.mm-menu .mm-listview > li.current > a:not(.mm-next),
	.mobile_menu.mm-menu .mm-listview > li.subcurrent > a:not(.mm-next),
	.mobile_menu.mm-menu .mm-listview > li > a:not(.mm-next):hover,
	.mobile_menu.mm-menu .mm-listview > li.current > em,
	.mobile_menu.mm-menu .mm-listview > li.subcurrent > em,
	.mobile_menu.mm-menu .mm-listview > li > em:hover,
	.mobile_menu.mm-menu .mm-listview > li > .mm-next:hover > em,
	.mobile_menu.mm-menu .mm-listview > li.current > .mm-next:after,
	.mobile_menu.mm-menu .mm-listview > li.subcurrent > .mm-next:after,
	.mobile_menu.mm-menu .mm-listview > li > .mm-next:hover:after{
		color:#6075a7!important;
	}
	
	
		.mobile_menu.mm-menu a > span > i{
		display:none;
	}
		
	/*html*/
	
	.HeaderPane_mobile,
	.HeaderPaneB_mobile{
		color:#5a5b5b;
	}
	
	.menu_header_box div.home03-social02 a{
		color:#5a5b5b;
		border-color:#5a5b5b;
	}
	.menu_header_box div.home03-social02 a:hover{
		border-color:#6075a7;
		background-color:#6075a7;
	}
	
	.social_list_7{
		border:none;
	}
	.social_list_7 span{
		margin:0 4px;
		color:#5a5b5b;
		border:1px solid #5a5b5b;
	}
	.social_list_7 a:hover span{
		background-color:#6075a7;;
		border-color:#6075a7;
	}
	.shop_info{
		display:inline-block;
		border:none;
		color:#5a5b5b;
	}
	.shop_info span{
		color:#5a5b5b;
	}
}

@media only screen and (min-width: 992px) {
	html.mm-opening.mm-opened .mm-slideout {
		-webkit-transform: translate(0%, 0);
		-moz-transform: translate(0%, 0);
		-ms-transform: translate(0%, 0);
		-o-transform: translate(0%, 0);
		transform: translate(0%, 0); 
	}
}
@media only screen and (max-width: 991px) {
	.mobile_menu.mm-menu{
		left:auto;
		right:0;
		display:block!important;
	}
	#header_slide{
		display:none;
	}
	.mobile_menu.mm-menu .mm-listview > li > a.mm-next{
		bottom:1px;
	}
	.mobile_menu.mm-menu em.mm-counter{
		z-index:5;
		pointer-events: none
	}
	.mobile_menu.mm-menu .mm-listview i{
		margin-right:3px;
	}
	.HeaderBottom ,
	.Loginandlanguage{
		display:none;
	}	
	.mobile_menu.mm-menu .HeaderBottom ,
	.mobile_menu.mm-menu .Loginandlanguage{
		display:block;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.roll-sm.mobile_header .mobile_nav{
		position:relative!important;
	}	
	.mobile_header .header-fixed .roll-sm .Logobox,
	.mobile_header .header-fixed .roll-sm .mobileLogoPane{
		display:none!important;
	}	
}

@media only screen and (max-width: 767px) {
	.roll-xs.mobile_header .mobile_nav{
		position:relative!important;
	}	
	.mobile_header .header-fixed .roll-xs .Logobox ,
	.mobile_header .header-fixed .roll-xs .mobileLogoPane {
		display:none!important;
	}	
}






.pagetitleBox .pagetitle{
	background:none;
	padding:0;
}
.PageTitle_bg [class*="Pane"] {
    margin-bottom: 0;
}
.HeaderPageTitle_bg{
    position: relative;
    z-index: 5;
}
.pagetitleBox .pagetitletoken,
.page10Box .page10token{
   line-height:1.2;
}
.pagetitleBox .pagetitletoken .fa,
.page10Box .page10token .fa{
  vertical-align:middle;
}
    		.pagetitle_bg{
			position:relative;
			z-index:5;
		}
		.pagetitle_bg  > .shade{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:-1;
		overflow:hidden;
		filter:alpha(opacity= 100 );
		opacity: 1;
	}
	.pagetitle_bg  > .shade .img{
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
					}
			.pagetitle_bg{
			background:none;
		}
		.Breadcrumb_box_bg ,
		.Breadcrumb_box_bg li{
			position:absolute;
			width:100%;
			height:100%;
			top:0;
			left:0;
			margin:0;
			padding:0;
			background-repeat:no-repeat;
			background-size:cover;
			background-position:center center;
			 background-attachment: fixed;				
		}
		.Breadcrumb_box_bg{
			background-color:#000;
			z-index:-1;
			filter:alpha(opacity= 100 );
			opacity: 1;
		}
		.Breadcrumb_box_bg li{
			display:none;
		}
		.pagetitleBox {
		position:relative;
		text-align:center;
	}

	.pagetitleBox .pagetitle-center a,
	.pagetitleBox .pagetitle-center a:link,
	.pagetitleBox .pagetitle-center a:active,
	.pagetitleBox .pagetitle-center a:visited{
		color:#20a3f0;
	}
	.pagetitleBox .pagetitletoken,
	.pagetitleBox .pagetitletoken a,
	.pagetitleBox .pagetitletoken aLlink,
	.pagetitleBox .pagetitletoken a:active,
	.pagetitleBox .pagetitletoken a:visited{
		Font-Size:15px;
		text-transform:inherit;
		color:#5a5b5b;
	 	Font-Family:"Raleway";
		Font-weight:normal;	
	}
	.pagetitleBox h1{
		line-height:1.2;
		margin:0 0 5px 0;
		Font-Size:32px;
		text-transform:inherit;
		color:#5a5b5b;
	 	Font-Family:"Raleway";
		Font-weight:normal;
	}
	.pagetitleBox .pagetitletoken{
	   margin:10px 0 0 0;
	}
	.pagetitleBox .pagetitletoken .fa{
		font-size:1.2em;
	}
	.pagetitleBox .pagetitleborder {
		display:table;
		width:100%;
		padding:100px 0 100px;
		position:relative;
		clear:both;
	}
	.pagetitleBox .pagetitle-left,	
	.pagetitleBox .pagetitle-right{
		text-align:center;
		vertical-align:middle;
	}
	.pagetitle_Pane {
		margin:0;
	}
	.pagetitleBox a:hover{
		text-decoration:none;
		color:#20a3f0;
	}
   .pagetitleBox h1{
      display:block}	  
   .pagetitleBox .pagetitletoken{
      display:block}	  
@media only screen and (max-width: 991px) {
	.pagetitleBox .pagetitleborder {   
		padding: 30px 0;
	}
}
	@media only screen and (max-width: 767px) {
		.pagetitleBox .pagetitleborder {
			display:block;
			padding:15px 0 15px;
		}
		.pagetitleBox .pagetitle-left{
			display:block;
			margin-bottom:0;
		}
		.pagetitleBox .pagetitle-right{
			display:block;
			text-align:left;
		}
		.pagetitleBox h1{
			font-size:20px;
			margin:0 0 0 0;
		}
		.pagetitleBox .pagetitletoken{
		   margin:0;
		}
		.pagetitleBox .pagetitletoken{
		   line-height:1.2;
		}
		.pagetitleBox,
		.pagetitleBox a,
		.pagetitleBox a:link,
		.pagetitleBox a:active,
		.pagetitleBox a:visited,
		.pagetitleBox .pagetitle,
		.pagetitleBox .Normal {
			font-size:13px;
		}
	}	
	

@media only screen and (max-width: 991px) {
		.pagetitleBox h1{
			font-size:20px;
		}
}


 















/*Home Page 01 Style*/
.home01-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	color: #FFF;
}
.home01-banner .banner-bg {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right top, #48a9e1 0%, #c361dc 60%);
	background-image: -webkit-linear-gradient(right top, #48a9e1 0%, #c361dc 50%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48a9e1', endColorstr='#c361dc', GradientType=1 );
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: skew(0deg, -4deg);
	-moz-transform: skew(0deg, -4deg);
	transform: skew(0deg, -4deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}
.home01-banner .banner-title {
	font-size: 80px;
	line-height: 1.2;
	margin: 280px 0 50px;
}
.home01-banner .banner-title span {
	font-weight: bold;
}
.home01-banner .banner-content {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 50px;
}
.home01-banner .banner-link {
	margin-bottom: 50px;
}
.home01-banner .banner-link a {
	display: inline-block;
	padding: 15px 50px;
	margin: 0 30px 15px 0;
	border: 2px solid #FFF;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	font-size: 16px;
	color: #FFF;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home01-banner .banner-link a:hover {
	text-decoration: none;
	color: #20a3f0;
	background-color: #FFF;
}
.home01-banner .banner-img {
	margin-top: 150px;
	text-align: right;
}
.home01-banner .banner-img img {
	max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home01-banner .banner-title {
	font-size: 50px;
}
.home01-banner .banner-link a {
	font-size: 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home01-banner .banner-title {
	font-size: 30px;
}
.home01-banner .banner-content {
	font-size: 15px;
	margin-bottom: 30px;
}
.home01-banner .banner-link a {
	font-size: 13px;
	margin: 0 10px 10px 0;
}
}
@media only screen and (max-width: 767px) {
.home01-banner {
	text-align: center;
}
.home01-banner .banner-title {
	font-size: 30px;
	margin: 60px 0 20px;
}
.home01-banner .banner-link {
	margin: 0 0 20px;
}
.home01-banner .banner-link a {
	font-size: 13px;
	margin: 0 10px 10px 0;
}
.home01-banner .banner-content {
	font-size: 15px;
	margin-bottom: 30px;
}
.home01-img {
	text-align: center;
	margin-top: 10px;
}
.home01-banner .banner-img{
	margin-top:30px;
}
}
.home01-ibox {
	text-align: center;
	padding-bottom: 5px;
}
.home01-ibox > .fa, .home01-ibox > .ico {
	height: 118px;
	line-height: 121px;
	width: 118px;
	margin: 0 auto 25px;
	border: 1px solid #2aa7f1;
	color: #2aa7f1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	font-size: 38px;
	overflow: hidden;
}
.home01-ibox > .ico img {
	max-width: 100%;
	vertical-align: middle;
	margin-bottom: 4px;
}
.home01-ibox > h5 {
	font-size: 17px;
	margin-bottom: 25px;
	font-weight: normal;
}
.home01-bg {
	background-color: #f4f4f4;
}
.home01-title {
	font-size: 30px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 40px;
}
.home01-title:after {
	content: "";
	width: 50px;
	display: block;
	border-bottom: 3px solid #20a3f0;
	margin-top: 30px;
}
.home01-accordion .panel-default {
	background-color: transparent;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow:none;
	-webkit-box-shadow:none;
	
}
.home01-accordion .panel-title {
	line-height: 35px;
}
.home01-accordion .panel-default > .panel-heading {
	background-color: transparent;
	border: none;
	padding: 0px;
	margin-bottom: -1px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.home01-accordion .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding: 0px 20px 20px 45px;
	font-size: 13px;
	line-height: 1.8;
}
.home01-accordion .panel-default > .panel-heading a {
	font-size: 15px;
	font-weight: normal;
	padding: 10px 0px;
	color: #20a3f0;
	display: block;
}
.home01-accordion .panel-default > .panel-heading a.collapsed {
	color: #333333;
	background-color: transparent;
}
.home01-accordion .panel-default > .panel-heading a:hover {
	text-decoration: none;
}
.home01-accordion .panel-default .accordion_icon {
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	color: #FFF;
	background-color: #20a3f0;
	margin: 0px 10px 0 0;
	float: left;
	font-family: 'icomoon';
	-webkit-font-smoothing: antialiased;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.home01-accordion .panel-default .accordion_icon:before {
	content: "\e936";
	color: #FFF;
	font-size: 10px;
}
.home01-accordion .panel-default .collapsed .accordion_icon:before {
	content: "\e937";
	color: #FFF;
}
.home01-loadlist p {
	color: #000;
}
.home01-loadlist .progress {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	height: 15px;
	position: relative;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 7px 0 33px;
	overflow: visible;
}
.home01-loadlist .progress:last-child {
	margin: 0;
}
.home01-loadlist .progress > span {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 10;
	font-size: 13px;
	color: #000;
}
.home01-loadlist .bar {
	height: 15px;
	margin-top: -1px;
	width: 0;
	transition: width ease-in 200ms;
	-moz-transition: width ease-in 200ms; /* Firefox 4 */
	-webkit-transition: width ease-in 200ms; /* Safari and Chrome */
	-o-transition: width ease-in 200ms; /* Opera */
	-ms-transition: width ease-in 200ms; /* IE9? */
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.home01-loadlist .bar span {
	position: absolute;
	right: 0;
	top: -31px;
	font-size: 12px;
	line-height: 1;
	padding: 5px;
	display: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.home01-loadlist .color-1 {
	background-color:#20a3f0;
}
.home01-loadlist .color-2 {
	background-color:#7770cc;
}
.home01-loadlist .color-3 {
	background-color:#b75ccd;
}
.home01-loadlist .color-4 {
	background-color:#4680dd;
}

.home01-bg02 {
	position: relative;
	z-index: 1;
}
.home01-bg02:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #20a3f0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: skew(0deg, -4deg);
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.home01-title02 {
	font-size: 40px;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
	margin-bottom:30px;
}
.home01-title02 .icon {
	width: 42px;
	height: 42px;
	text-align: center;
	display: block;
	margin: 25px auto 0;
	position: relative;
}
.home01-title02 .icon:before, 
.home01-title02 .icon:after {
	content: "";
	width: 80px;
	position: absolute;
	left: auto;
	right: 100%;
	top: 50%;
	margin-right: 15px;
	border-bottom: 1px solid #ffffff;
}
.home01-title02 .icon:after {
	right: auto;
	left: 100%;
	margin-left: 15px;
}
.home01-title02 .icon img{
	vertical-align:text-top;
}

.home01-cont {
	text-align: center;
	position: relative;
}
.home01-cont img {
	max-width: 100%;
}
.home01-cont .text_img {
	display: inline-block;
	position: relative;
	max-width: 65%;
}
.home01-cont .text_img:before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 5%;
	width: 90%;
	height: 16px;
	z-index: -1;
	box-shadow: 0 0 100px #000;
}
.home01-cont dl {
	position: absolute;
	left: 0;
	top: 20%;
	text-align: right;
	max-width: 15%;
}
.home01-cont dl.text_right {
	left: auto;
	right: 0;
	text-align: left;
	top: auto;
	bottom: 20%;
}
.home01-cont dl dt {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: normal;
	color:#fff;
}
.home01-cont dl dd {
	line-height: 1.8;
}
.home01-cont dl .line {
	width: 270px;
	height: 85px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: absolute;
}
.home01-cont dl .line:before, .home01-cont dl .line:after {
	content: "";
	width: 15px;
	height: 15px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: -8px;
	top: -13px;
}
.home01-cont dl .line:after {
	position: absolute;
	left: auto;
	top: auto;
	right: 0;
	bottom: -8px;
	background-color: #ffffff;
}
.home01-cont dl.text_left .line {
	top: 100%;
	margin-top: 30px;
	left: 50%;
}
.home01-cont dl.text_right .line {
	bottom: 100%;
	margin-bottom: 30px;
	right: 50%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home01-cont .text_right, .home01-cont .text_left {
	display: none;
}
}
@media only screen and (max-width: 767px) {
.home01-cont .text_right, .home01-cont .text_left {
	display: none;
}
}
.home01-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.home01-list li {
	padding: 8px 0;
}
.home01-list li:before {
	content: "\f105";
	width: 21px;
	height: 21px;
	line-height: 20px;
	text-align: center;
	color: #20a3f0;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #20a3f0;
	font-family: "FontAwesome";
	margin-right: 10px;
}
.home01-btn, a.home01-btn, a:link.home01-btn, a:active.home01-btn, a:visited.home01-btn {
	padding: 12px 40px;
	font-size: 15px;
	display: inline-block;
	white-space: nowrap;
	color: #20a3f0;
	border: 2px solid #20a3f0;
	margin: 0px 12px 10px 0;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	transition: all ease-in 200ms;
}
.home01-btn .fa, .home01-btn .fa {
	font-size: 24px;
	vertical-align: middle;
	margin: 0 5px;
}
.home01-btn:hover, a.home01-btn:hover {
	color: #FFF!important;
	text-decoration: none;
	background-color: #20a3f0;
	border-color: #20a3f0;
}
.home01-bg03 {
	position: relative;
	z-index: 1;
}
.home01-bg03 > .container{
	position:relative;
	z-index:1;
}
.home01-bg03:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #20a3f0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: skew(0deg, -4deg);
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.home01-bg03:before {
	background: #7770cc;
}
.home01-imgight {
	max-width: 100%;
	overflow: hidden;
	text-align: right;
	margin-top: -15%;
}
.home01-imgight img {
	margin-right: -20%;
}
.home01-btn02, a.home01-btn02, a:link.home01-btn02, a:active.home01-btn02, a:visited.home01-btn02 {
	padding: 14px 40px;
	font-size: 15px;
	display: inline-block;
	white-space: nowrap;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	margin: 0px 12px 10px 0;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	transition: all ease-in 200ms;
	min-width:240px;
	text-align:center;
}
.home01-btn02 .fa {
	font-size: 24px;
	vertical-align: middle;
	margin: 0 5px;
}
.home01-btn02:hover {
	background-color: #2e2e2e!important;
	border-color: #2e2e2e!important;
	color: #FFF;
	text-decoration: none;
}
.home01-title03 {
	font-size: 40px;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
}
.home01-title03 {
	color: #333333;
}
.home01-title03 .icon {
	width: 42px;
	height: 42px;
	text-align: center;
	display: block;
	margin: 25px auto 0;
	position: relative;
}
.home01-title03 .icon {
	color: #27a6f0;
}
.home01-title03 .icon:before, 
.home01-title03 .icon:after {
	content: "";
	width: 80px;
	position: absolute;
	left: auto;
	right: 100%;
	top: 50%;
	margin-right: 15px;
	border-bottom: 1px solid #ffffff;
	height:0;
}
.home01-title03 .icon:before, 
.home01-title03 .icon:after {
	border-bottom-color: #dddddd;
}
.home01-title03 .icon:after {
	right: auto;
	left: 100%;
	margin-left: 15px;
}
.home01-title03 .icon img{
	vertical-align:text-top;
}

.home01-carousel {
	text-align: center;
}
.home01-carousel .owl-buttons .owl-prev, .home01-carousel .owl-buttons .owl-next {
	background: none!important;
}
.home01-carousel .owl-buttons .owl-prev:before {
	border-left: 2px solid #20a3f0;
	border-bottom: 2px solid #20a3f0;
	width: 15px;
	height: 15px;
}
.home01-carousel .owl-buttons .owl-next:before {
	border-right: 2px solid #20a3f0;
	border-bottom: 2px solid #20a3f0;
	width: 15px;
	height: 15px;
}
.home01-carousel .owl-page {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #c0c0c0;
	margin: 5px;
}
.home01-carousel .owl-page:before {
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	background-color: transparent;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: background-color ease-in 200ms;
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
}
.home01-carousel .owl-page.active:before {
	background-color: #c0c0c0;
}
.home01-carousel .owl-page.active {
	background-color: transparent;
}
.home01-carousel .item img {
	max-width: 100%;
}
.dnngo-main.boxed .home01-carousel .owl-buttons .owl-prev {
	left: 0;
}
.dnngo-main.boxed .home01-carousel .owl-buttons .owl-next {
	right: 0;
}
.home01-carousel .item {
	text-align: center;
}
.home01-carousel .img_box {
	display: inline-block;
	max-width: 100%;
	border: 1px solid transparent;
	padding: 5px;
	margin: 0px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: border-color ease-in 200ms;
	-webkit-transition: border-color ease-in 200ms; /* Safari and Chrome */
}
.home01-carousel .img_box a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	max-width: 100%;
}
.home01-carousel .img_box a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home01-carousel .img_box a:after {
	content: "\e922";
	font-family:"icomoon";
	position: absolute;
	width: 80px;
	height: 80px;
	line-height: 80px;
	top: 50%;
	left: 50%;
	font-size:30px;
	margin: -40px 0 0-40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 0;
	background: #FFF;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.home01-carousel .img_box a:hover:after {
	opacity: 1;
}
.home01-carousel .img_box a:hover:before {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.home01-ibox02 {
}
.home01-ibox02 {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFF;
}
.home01-ibox02 .fa {
	width: 80px;
	height: 80px;
	font-size: 26px;
	line-height: 80px;
	text-align: center;
	border: 2px solid #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 15px 10px 0;
	display: inline-block;
	vertical-align: middle;
}
.home01-ibox02 li {
	clear: both;
	min-height: 95px;
	padding-bottom: 25px;
	white-space: nowrap;
}
.home01-ibox02 li .info {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	word-break:break-word;
	max-width: 70%;
}
.home01-ibox02 li span{
	font-size:16px;
}
.home01-number .box {
	width: 225px;
	height: 225px;
	line-height: 225px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
.home01-number .box .number {
	width: 70px;
	height: 70px;

	line-height: 50px;
	text-align: center;
	color: #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 50%;
	margin: -35px 0 0 -35px;
	font-size: 18px;
	border: 10px solid #FFF;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 200ms;
	-webkit-animation-delay: 200ms;
}
.home01-number .box:hover .number {
	-webkit-animation-name: shake2;
	animation-name: shake2;
}
.home01-number .box .info {
	display: inline-block;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.home01-number .box:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -13px 0 0 30px;
	width: 25px;
	height: 25px;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	line-height: 1;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
}
.home01-number > div:last-child .box:before {
	display: none;
}
.home01-tag a, 
.home01-tag a:link, 
.home01-tag a:active, 
.home01-tag a:visited {
	border: 1px solid #aaaaaa;
	padding: 12px 32px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	margin: 0 10px 10px 0;
	display: inline-block;
	color:inherit!important;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home01-tag a:hover {
	border-color: #20a3f0;
	background-color: #20a3f0;
	color: #FFF!important;
	text-decoration: none!important;
}
.home01-imglist {
	margin: 0;
	padding: 0;
}
.home01-imglist li {
	list-style: none;
	display: inline-block;
	margin: 0 3px 3px 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.home01-imglist li a {
	display: inline-block;
}
.home01-imglist li img {
	max-width: 100%;
}
.home01-imglist li a:before {
	content: "+";
	font-family: initial;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	color: #FFF;
	line-height: 100px;
	font-size: 35px;
	visibility: hidden;
	opacity: 0;
	background-color: transparent;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home01-imglist li a:hover:before {
	background-color: rgba(0,0,0,0.4);
	opacity: 1;
	visibility: visible;
}

.home01-number .color-1{
	border-color:#20a3f0;
	color:#20a3f0;
}
.home01-number .color-1 .number{
	background-color:#20a3f0;
}
.home01-number .color-2{
	border-color:#7770cc;
	color:#7770cc;
}
.home01-number .color-2 .number{
	background-color:#7770cc;
}
.home01-number .color-3{
	border-color:#b75ccd;
	color:#b75ccd;
}
.home01-number .color-3 .number{
	background-color:#b75ccd;
}
.home01-number .color-4{
	border-color:#4680dd;
	color:#4680dd;
}
.home01-number .color-4 .number{
	background-color:#4680dd;
}


.home01-custompane-bg{

}
.home01-custompane-bg {
	position:relative;
	z-index:1;
}

.home01-custompane-bg:before{
	content:"";
	width:100%;
	height:100%;
	background: #20a3f0; 
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	transform:skew(0deg,-4deg);
	transform-origin:left bottom;
	-webkit-transform-origin:left bottom;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.home01-custompane-bg:before{
	background: #b75ccd; 
}
.home01-social {
	text-align:center;
}
.home01-social a{
	width:70px;
	height:70px;
	line-height:70px;
	font-size:30px;
	display:inline-block;
	border:2px solid #FFF;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	margin:5px; 
	transition: 		all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home01-social a span {
	color:#FFF;
	transition: 		all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home01-social a:hover {
	background-color:#FFF;
}
.home01-social a:hover span{
	color:#21a4f0;
}

/*Accent colour*/
.home01-banner .banner-link a:hover,
.home01-accordion .panel-default > .panel-heading a,
div.Theme_Responsive_20073_home1 .form_submit .btn:hover,
.home01-title03 .icon,
.home01-carousel .img_box a:after{
	color:#6075a7;
}
.home01-ibox > .fa, 
.home01-ibox > .ico,
.home01-list li:before,
.home01-btn, 
a.home01-btn, 
a:link.home01-btn, 
a:active.home01-btn, 
a:visited.home01-btn{
	color:#6075a7;
	border-color:#6075a7;
}
.home01-title:after,
div.Home01-Container02 .dnntitle:after,
.Home01-heading02:before{
	border-color:#6075a7;
}
.home01-accordion .panel-default .accordion_icon,
.home01-bg02:before,
a:hover.home01-btn,
.photo_box .ico span, 
.photo_box .ico em, 
.photo_box .ico i, 
.photo_box .ico .fa{
	background-color:#6075a7;
}
.Home01-heading01:before{
	border-color:#e48d25;
}
.Theme_Responsive_20073_home01 .form_submit .btn:hover{
	color:#6075a7!important;
}

.footer_box .Home01-heading01:before{
	border-color:#e48d25;
}
.footer_box .home01-tag a:hover{
	border-color:#e48d25;
	background-color:#e48d25;
}
.footer_box .home01-social a:hover span{
	color:#e48d25;
}



























/*Home Page 39 Style*/

/*Home Page 40 Style*/

/*Home Page 41 Style*/






/*Home Page 03 Style*/
.home03-bannerbg {
	width: 100%;
	height: 100%;
}
.home03-bannerbg .bg {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #cd3637;
	width: 100%;
	height: 100%;
	-webkit-transform: skew(45deg, 0deg);
	-moz-transform: skew(45deg, 0deg);
	transform: skew(45deg, 0deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tp-banner .home03-banner-more {
	border: 2px solid #ffffff;
	line-height: 56px;
	display: inline-block;
	padding: 0 40px;
	color: #FFF;
}
.tp-banner .home03-banner-more:hover {
	color: #FFF;
	background-color:#000;
	border-color:#000;
}
.home03-text {
	width:60%;
	text-align:center;
	margin:auto;
	font-size:14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home03-text {
		width:80%;
	}
}
@media only screen and (max-width: 767px) {
	.home03-text {
		width:90%;
	}
}
.home03-social02 a{
	color:#666666;
	border:1px solid #666666;
	width:39px;
	height:39px;
	line-height:39px;
	text-align:center;
	font-size:16px;
	display:inline-block;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.home03-social02 a:hover{
	color:#FFF!important;
	background-color:#cd3637;
	border-color:transparent;
}
@media only screen and (max-width: 767px) {
	.home03-social02{
		padding-bottom:20px;
	}	
}
.home03-ibox {
	position: relative;
	padding: 30px 0 30px 100px;
	min-height: 100px;
}
.home03-ibox .ico {
	position: absolute;
	top: 40px;
	left: 10px;
	color: #cd3637;
	font-size: 50px;
	line-height: normal;
}
.home03-ibox h3{
	font-size:17px;
	color:#333333;
	margin-bottom:20px;
}
@media only screen and (max-width: 767px) {
	.home03-ibox {
		padding: 30px 0 0px 65px
	}
	.home03-ibox .ico{
		font-size:38px;
	}
}


.home03-bg {
	background-color: #f4f4f4;
}
.home03-title {
	font-size: 36px;
	color: #333333;
	line-height: 1.2;
	white-space: normal;
	vertical-align: middle;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0 10px;
	text-align: center;
}
.home03-title:before {
	border-top: 3px solid #cd3637;
	content: "";
	display: block;
	margin: 0 auto 20px;
	width: 40px;
}
.home03-carousel {
	text-align: center;
}
.home03-carousel .item {
	margin: 0 15px;
	padding: 0px 0;
	text-align: center;
}
.home03-carousel .owl-buttons .owl-prev, .home03-carousel .owl-buttons .owl-next, .home03-carousel .owl-buttons .owl-prev:hover, .home03-carousel .owl-buttons .owl-next:hover {
	width: 47px;
	height: 47px;
	margin-top: -56px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: transparent;
}
.home03-carousel .owl-buttons .owl-prev:before, .home03-carousel .owl-buttons .owl-next:before {
	display: none;
}
.home03-carousel .owl-buttons .owl-prev:after, .home03-carousel .owl-buttons .owl-next:after {
	content: "\f053";
	font-family: "FontAwesome";
	font-size: 36px;
	color: #808080;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home03-carousel .owl-buttons .owl-next:after {
	content: "\f054";
}
.home03-carousel .owl-buttons .owl-prev:hover:after, .home03-carousel .owl-buttons .owl-next:hover:after {
	color: #cd3637;
}
.home03-carousel .owl-page {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
	background-color: #cccccc;
	width: 15px;
	height: 15px;
}
.home03-carousel .owl-page:hover, .home03-carousel .owl-page.active {
	background-color: #cd3637;
}
.home03-carousel .item {
	position: relative;
}
.home03-carousel .item .content {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	color: #FFF;
}
.home03-carousel .item .img_box {
	position: relative;
}
.home03-carousel .item .img_box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #cd3637;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home03-carousel .item .img_box:hover:before {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.home03-carousel .item .img_box img {
	width: 100%;
	max-width: 100%;
}
.home03-carousel .item .content .ico {
	font-size: 40px;
}
.home03-carousel .item .content p {
	padding: 0 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
	opacity: 0;
	max-height: 0;
	filter: alpha(opacity=0);
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
}
.home03-carousel .item .img_box:hover p {
	opacity: 1;
	filter: alpha(opacity=100);
	max-height: 150px;
}
.home03-carousel .owl-pagination {
	margin-top: 40px;
}
.dnngo-main.boxed .home03-carousel .owl-buttons .owl-prev {
	left: 0;
}
.dnngo-main.boxed .home03-carousel .owl-buttons .owl-next {
	right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home03-carousel .owl-buttons .owl-prev {
		left: -15px;
	}
	.home03-carousel .owl-buttons .owl-next {
		right: -15px;
	}
}

.home03-bg02 {
	background-color: #cd3637;
}
.home03-title02 {
	font-size: 36px;
	color: #333333;
	line-height: 1.2;
	white-space: normal;
	vertical-align: middle;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0 10px;
	text-align: center;
}
.home03-title02:before {
	border-top: 3px solid #FFF;
	content: "";
	display: block;
	margin: 0 auto 20px;
	width: 40px;
}
.home03-cont02 {
	text-align: center;
	position: relative;
}
.home03-cont02 img {
	max-width: 100%;
	margin-bottom: 60px;
}
.home03-cont02 .text_img {
	display: inline-block;
	position: relative;
	max-width: 45%;
}
.home03-cont02 .text_img:before {
}
.home03-cont02 dl {
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	max-width: 24%;
}
.home03-cont02 dl.text_right {
	left: auto;
	right: 0;
	text-align: right;
}
.home03-cont02 dl dt {
	font-size: 20px;
	margin-bottom: 8px;
	color:#fff;
}
.home03-cont02 dl dt span {
	font-size: 70px;
	font-weight: normal;
	display: block;
}
.home03-cont02 dl dd {
	line-height: 1.8;
}
.home03-cont02 dl .line {
	width: 440px;
	height: 74px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: absolute;
	top: 100%;
	margin-top: 30px;
	left: 10%;
}
.home03-cont02 dl.text_right .line {
	left: auto;
	right: 10%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home03-cont02 dl .line {
	height: 35px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home03-cont02 dl .line {
	display: none;
}
.home03-cont02 dl {
	position: static;
	left: 0;
	top: 0;
	text-align: center;
	max-width: none;
	text-align: left!important;
}
}
@media only screen and (max-width: 767px) {
.home03-cont02 dl {
	position: static;
	left: 0;
	top: 0;
	text-align: left;
	max-width: none;
	text-align: left!important;
}
.home03-cont02 dl .line {
	display: none;
}
}
.home03-btn, a.home03-btn, a:link.home03-btn, a:active.home03-btn, a:visited.home03-btn {
	color: #FFF;
	font-size: 15px;
	padding: 15px 45px;
	margin: 0 0 8px;
	border: 2px solid #ffffff;
	text-decoration: none;
	display: inline-block;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
a.home03-btn:hover {
	border-color: #000;
	background-color: #000;
	color: #FFF!important;
	text-decoration: none;
}
.home03-btn02, a.home03-btn02, a:link.home03-btn02, a:active.home03-btn02, a:visited.home03-btn02 {
	font-size: 14px;
	padding: 15px 50px;
	color: #cd3637;
	border: 2px solid #cd3637;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	margin: 0 8px 8px;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
a.home03-btn02:hover {
	border-color: #cd3637;
	background-color: #cd3637;
	color: #FFF!important;
	text-decoration: none;
}
.home03-ibox02 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.home03-ibox02 li {
	clear: both;
	overflow: hidden;
	padding: 30px 0;
}
.home03-ibox02 .ico {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 34px;
	color: #cd3637;
	border: 2px solid #cd3637;
	margin: 8px 30px 0 0;
	float: left;
}
.home03-ibox02 .content {
	overflow: hidden;
}
.home03-ibox02 li p {
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.home03-ibox02 .ico{
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
}

.home03-title03 {
	font-size: 36px;
	color: #333333;
	line-height: 1.2;
	white-space: normal;
	vertical-align: middle;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0 10px;
	text-align: center;
}
.home03-title03:before {
	border-top: 4px solid #cd3637;
	content: "";
	display: block;
	margin: 0 auto 20px;
	width: 40px;
}
.home03-bg03 {
	background-color: #1e1e1e;
}
.home03-isotope .isotope_item > div {
	margin: 0;
}
.home03-isotope .isotope_group {
	text-align: center;
	padding: 10px 0 30px;
}
.home03-isotope .isotope_group a {
	margin: 0px 5px 5px;
	padding: 10px 35px;
	color: #999999;
	font-size: 13px;
	display: inline-block;
	border: 2px solid #999999;
	text-decoration: none;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home03-isotope .isotope_group a:hover, .home03-isotope .isotope_group a.active {
	border-color: #cd3637;
	color: #cd3637;
	text-decoration: none;
}
.home03-isotope .isotope_item .content {
	width: 100%;
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	font-size: 15px;
}
.home03-isotope .isotope_item .photo:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #cd3637;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.home03-isotope .isotope_item .content .ico {
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	margin: auto;
	border: 2px solid #FFF;
	font-size: 40px;
	margin-bottom: 20px;
}
.home03-isotope .isotope_item .content h3 {
	font-size: 18px;
}
.home03-isotope .isotope_item .content, .home03-isotope .isotope_item .photo:before {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home03-isotope .isotope_item:hover .content {
	opacity: 1;
	filter: alpha(opacity=100);
}
.home03-isotope .isotope_item:hover .photo:before {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.home03-bg04 {
	background: url(images/home03-bg03.jpg) no-repeat center center;
	background-size: cover;
}
.home03-title04 {
	font-size: 36px;
	font-weight: bold;
}
.home03-title04:before {
	border-left: 3px solid #FFF;
	content: "";
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	margin: 0 25px 5px 0;
}
.home03-loadlist p {
	color: #000;
}
.home03-loadlist .progress {
	background-color: #000;
	background-color: rgba(0,0,0,0.25);
	padding: 5px;
	height: 31px;
	position: relative;
	overflow: visible;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0px 0 16px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}
.home03-loadlist .progress:before {
	content: "";
	border: 3px solid #FFF;
	border: 3px solid rgba(255,255,255,0.1);
	position: absolute;
	width: 100%;
	height: 100%;
	top: -3px;
	left: -3px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.home03-loadlist .progress:last-child {
	margin: 0;
}
.home03-loadlist .progress > span {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	font-size: 13px;
	color: #FFF;
}
.home03-loadlist .bar {
	height: 31px;
	line-height: 31px;
	text-indent: 20px;
	font-size: 13px;
	white-space: nowrap;
	width: 0;
	transition: width ease-in 200ms;
	-moz-transition: width ease-in 200ms; /* Firefox 4 */
	-webkit-transition: width ease-in 200ms; /* Safari and Chrome */
	-o-transition: width ease-in 200ms; /* Opera */
	-ms-transition: width ease-in 200ms; /* IE9? */
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}
.home03-loadlist .bar span {
	position: absolute;
	right: 10px;
	top: 15px;
	font-size: 12px;
	line-height: 1;
	color: #FFF;
	display: none;
}
.home03-btn03, a.home03-btn03, a:link.home03-btn03, a:active.home03-btn03, a:visited.home03-btn03 {
	color: #FFF;
	font-size: 15px;
	padding: 15px 45px;
	margin: 0 0 8px;
	border: 2px solid #ffffff;
	text-decoration: none;
	display: inline-block;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
a.home03-btn03:hover {
	border-color: #000;
	background-color: #000;
	color: #FFF!important;
	text-decoration: none;
}
.home03-ibox03 {
	overflow: hidden;
	margin-bottom: 5px;
}
.home03-ibox03 .fa {
	width: 87px;
	height: 87px;
	line-height: 87px;
	text-align: center;
	font-size: 30px;
	float: left;
	margin-right: 30px;
	border: 2px solid;
}

.home03-ibox03 p {
	overflow: hidden;
}
.home03-ibox03 h3 {
	color: #333333;
	font-size: 18px;
	margin: 0;
	padding: 10px 0;
}
@media only screen and (max-width: 767px) {
	.home03-ibox03 .fa {
		width: 60px;
		height: 60px;
		line-height:60px;
	}
	.home03-ibox03 h3{
		padding:0 0 15px
	}
}

.home03-list {
    margin: 0;
    padding: 0;
}
.home03-list li{
    list-style: none;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding: 10px 0;
}
.home03-list li:before {
    content: "\f101";
    font-family: "FontAwesome";
    color: #cb3637;
    margin-right: 8px;
}
.home03-list li a:link,
.home03-list li a:active,
.home03-list li a:visited{
	color:inherit;
}
.home03-social a{
	width:103px;
	height:160px;
	line-height:43px;
	font-size:13px;
	display:inline-block;
	text-align:center;
	color:#FFF;
	margin:0 0 4px;
	transition: 		all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home03-social a,
.home03-social a:link,
.home03-social a:active,
.home03-social a:visited{
	color:#FFF!important;
}
.home03-social a:hover{
	text-decoration:none!important;
}
.home03-social a span {
	color:#FFF;
	width:50px;
	line-height:50px;
	height:50px;
	display:block;
	margin:34px auto 10px;
	font-size:18px ;
	background-color:rgba(255,255,255,0.1);
	transition: 		all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.home03-social a:hover {
	background-color:#000;
	text-decoration:none;
}
.home03-social a:hover span{
	color:#21a4f0;
}
.home03-social .color-1{
	background-color:#3b59a1;
}
.home03-social .color-2{
	background-color:#46b0e4;
}
.home03-social .color-3{
	background-color:#dd4c39;
}
.home03-social .color-4{
	background-color:#db4585;
}

/*Accent colour*/
.home03-bannerbg .bg,
.home03-carousel .item .img_box:before,
.home03-carousel .owl-page:hover, 
.home03-carousel .owl-page.active,
.home03-bg02{
	background-color:#6075a7;
}
.Home03-Container01 .Home03-heading01:before,
.title-6:before,
.home03-ibox02 .ico,
div.home03-title03:before,
.home03-title:before,
.home03-title03:before,
.Home03-Container03 .Home03-heading03:before,
.Home03-heading02:before{
	border-color:#6075a7;
}
.home03-ibox .ico,
.home03-ibox02 .ico,
.home03-carousel .owl-buttons .owl-prev:hover:after, 
.home03-carousel .owl-buttons .owl-next:hover:after,
.home03-list li:before,
.home03-social a:hover span{
	color:#6075a7;
}
.home03-btn02, 
a.home03-btn02, 
a:link.home03-btn02, 
a:active.home03-btn02, 
a:visited.home03-btn02{
	border-color:#6075a7;
	color:#6075a7;
}
a.home03-btn02:hover,
div .Theme_Responsive_20073_home3 .form_submit .btn:hover,
.home03-isotope .isotope_item .photo:before{
	background-color:#6075a7;
}
.home03-isotope .isotope_group a:hover, 
.home03-isotope .isotope_group a.active,
div.Theme_Responsive_20073_home3 .form_submit .btn{
	color:#6075a7;
	border-color:#6075a7;
}

.footer_box .Home03-heading02:before{
	border-color:#e48d25;
}
.footer_box .home03-list li:before,
.footer_box .home03-social a:hover span{
	color:#e48d25;
}



























/*Home Page 39 Style*/

/*Home Page 40 Style*/

/*Home Page 41 Style*/






/*Home Page 06 Style*/
.home06-bg {
	background: url(images/home06-bg.png) no-repeat center bottom;
}
.home06-ibox {
	text-align: center;
}
.home06-ibox h3 {
	margin: 30px 0;
}
.home06-bg02 {
	background-color: #f4f4f4;
}
.home06-title {
	padding: 0px 0 20px;
	text-align: center;
}
.home06-title h3 {
	display: inline-block;
	font-size: 24px;
	line-height: 1.2;
	color: #000000;
	white-space: normal;
	border: 2px solid #000;
	vertical-align: middle;
	font-weight: bold;
	margin: 0px;
	position: relative;
	display: inline-block;
	padding: 18px 42px;
	margin-bottom: 4px;
}
.home06-ibox02 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.home06-ibox02 li {
	position: relative;
	padding: 0 0 30px 60px;
}
.home06-ibox02 li .ico {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	color: #00aec8;
}
.home06-ibox02 li h3 {
	font-size: 15px;
	color: #333333;
	margin-bottom: 15px;
}
.home06-ibox02 li p {
	line-height: 2;
}
.home06-btn, a.home06-btn, a:link.home06-btn, a:active.home06-btn, a:visited.home06-btn {
	font-size: 14px;
	padding: 0px 50px;
	color: #FFF;
	height: 60px;
	line-height: 60px;
	background-color: #00aec8;
	border-left: 4px solid rgba(0,0,0,0.2);
	text-decoration: none;
	display: inline-block;
	margin: 0 20px 8px 0;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
a.home06-btn:hover {
	background-color: #555!important;
	text-decoration: none;
}
.home06-bg03 {
	position: relative;
	z-index: 1;
}
.home06-bg03:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(images/home06-bg03.jpg) center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: skew(0deg, -4deg);
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	z-index: -1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.home06-title02 {
	padding: 0px 0 20px;
	text-align: center;
}
.home06-title02 h3 {
	display: inline-block;
	font-size: 24px;
	line-height: 1.2;
	color: #000000;
	white-space: normal;
	border: 2px solid #000;
	vertical-align: middle;
	font-weight: bold;
	margin: 0px;
	position: relative;
	display: inline-block;
	padding: 18px 42px;
	margin-bottom: 4px;
	color: #FFF;
	border-color: #FFF;
}
.home06-ibox03 {
	border: 1px solid #FFF;
	text-align: center;
	padding: 45px;
	color: #FFF;
	margin-bottom: 10px;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home06-ibox03 .fa {
	font-size: 40px;
	margin-bottom: 30px;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home06-ibox03 h3 {
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 8px;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home06-ibox03:hover {
	background-color: #FFF;
	color: #999999;
}
.home06-ibox03:hover .fa {
	color: #cccccc;
}
.home06-ibox03:hover h3 {
	color: #333333;
}
.home06-ibox04 {
	text-align: center;
	color: #666666;
	margin-bottom: 15px;
}
.home06-ibox04 img {
	max-width: 100%;
	margin-bottom: 30px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.home06-ibox04 h3 {
	color: #333333;
	font-size: 18px;
}
.home06-ibox04 .social {
	text-align: center;
}
.home06-ibox04 .social span {
	width: 33px;
	height: 33px;
	line-height: 33px;
	font-size: 13px;
	display: inline-block;
	margin: 0 2px 5px;
	text-align: center;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.home06-ibox04 .social span {
	color: #FFF;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home06-ibox04 .social a:hover span {
	background-color: #555;
}
.home06-carousel {
}
.home06-carousel .item {
	margin: 0 15px;
	padding: 0px;
}
.home06-carousel .owl-buttons .owl-prev, .home06-carousel .owl-buttons .owl-next, .home06-carousel .owl-buttons .owl-prev:hover, .home06-carousel .owl-buttons .owl-next:hover {
	width: 61px;
	height: 61px;
	line-height: 61px;
	border: 1px solid #bcbcbc;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: transparent;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home06-carousel .owl-buttons .owl-prev {
	left: 0px;
}
.home06-carousel .owl-buttons .owl-next {
	right: 0px;
}
.home06-carousel .owl-buttons .owl-prev:before, .home06-carousel .owl-buttons .owl-next:before {
	display: none;
}
.home06-carousel .owl-buttons .owl-prev:after, .home06-carousel .owl-buttons .owl-next:after {
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 30px;
	color: #bcbcbc;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home06-carousel .owl-buttons .owl-next:after {
	content: "\f105";
}
.home06-carousel .owl-buttons .owl-prev:hover, .home06-carousel .owl-buttons .owl-next:hover {
	border-color: #00aec8;
}
.home06-carousel .owl-buttons .owl-prev:hover:after, .home06-carousel .owl-buttons .owl-next:hover:after {
	color: #00aec8;
}
.home06-carousel .owl-page {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
	background-color: #cecece;
	width: 20px;
	height: 20px;
	margin: 0px 4px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.home06-carousel .owl-page:hover, .home06-carousel .owl-page.active {
	background-color: #00aec8;
}
.home06-carousel .item {
	position: relative;
}
.home06-carousel .item .content {
	background-color: #ffffff;
	padding: 45px;
	border: 1px solid #dddddd;
	border-top: none;
}
.home06-carousel .item .content p {
	color: #666666;
}
.home06-carousel .item .content h3 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 20px;
}
.home06-carousel .item .content .info {
	color: #999999;
}
.home06-carousel .item .img_box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #cd3637;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.home06-carousel .item .img_box:hover:before {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.home06-carousel .owl-pagination {
	margin-top: 40px;
}
.dnngo-main.boxed .home06-carousel .owl-buttons .owl-prev {
	left: 0;
}
.dnngo-main.boxed .home06-carousel .owl-buttons .owl-next {
	right: 0;
}
@media only screen and (min-width: 1300px) {
.home06-carousel .owl-buttons .owl-prev {
	left: -65px;
}
.home06-carousel .owl-buttons .owl-next {
	right: -65px;
}
}
@media only screen and (min-width: 1640px) {
.home06-carousel .owl-buttons .owl-prev {
	left: -130px;
}
.home06-carousel .owl-buttons .owl-next {
	right: -130px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home06-carousel .owl-item .carousel-cont {
	padding: 15px;
}
.home06-carousel .owl-item .carousel-cont.text_left {
	left: -35%;
	width: 35%;
}
.home06-carousel .owl-item .carousel-cont.text_right {
	right: -35%;
	width: 35%;
}
.home06-carousel .owl-buttons .owl-prev {
	left: 0px;
}
.home06-carousel .owl-buttons .owl-next {
	right: 0px;
}
}
 @media only screen and (max-width: 767px) {
.home06-carousel .owl-pagination {
	bottom: 3px;
}
.home06-carousel .owl-item .carousel-cont.text_left, .home06-carousel .owl-item .carousel-cont.text_right {
	height: auto;
	top: auto;
	bottom: 0px;
	padding: 8px 15px;
	width: auto;
}
.home06-carousel .owl-item .carousel-cont.text_top, .home06-carousel .owl-item .carousel-cont.text_bottom {
	padding: 8px 15px;
}
.home06-carousel .owl-item .carousel-cont p {
	display: none;
}
.home06-carousel .owl-item .carousel-cont h3 {
	font-size: 13px;
	padding: 0;
	margin: 0;
}
.home06-carousel .owl-buttons .owl-prev, .home06-carousel .owl-buttons .owl-next {
	margin: 0;
}
}
.home06-bg04 {
	position: relative;
	z-index: 1;
}
.home06-bg04:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #00aec8;
	position: absolute;
	top: 0;
	left: 0;
	transform: skew(0deg, -4deg);
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	z-index: -1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.home06-ibox05 {
	text-align: center;
	position: relative;
}
.home06-ibox05 img {
	max-width: 100%;
}
.home06-ibox05 .text_img {
	display: inline-block;
	position: relative;
	max-width: 30%;
	text-align: center;
}
.home06-ibox05 dl {
	position: absolute;
	max-width: 28%;
}
.home06-ibox05 dl .line span {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #FFF;
	text-align: center;
	line-height: 50px;
	color: #00aec8;
	font-size: 16px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
}
.home06-ibox05 dl.text_box_1 .line span, .home06-ibox05 dl.text_box_3 .line span {
	top: -25px;
	left: -25px;
}
.home06-ibox05 dl.text_box_1 .line, .home06-ibox05 dl.text_box_3 .line {
	width: 150px;
	height: 50px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-left: 60px;
	text-align: left;
}
.home06-ibox05 dl.text_box_1 .line:before, .home06-ibox05 dl.text_box_3 .line:before {
	content: "";
	width: 9px;
	height: 9px;
	background-color: #313131;
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 1px #999;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	right: -5px;
	bottom: -5px;
}
.home06-ibox05 dl.text_box_2 .line span, .home06-ibox05 dl.text_box_4 .line span {
	top: -25px;
	right: -25px;
}
.home06-ibox05 dl.text_box_2 .line, .home06-ibox05 dl.text_box_4 .line {
	width: 150px;
	height: 50px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-right: 60px;
}
.home06-ibox05 dl.text_box_2 .line:before, .home06-ibox05 dl.text_box_4 .line:before {
	content: "";
	width: 9px;
	height: 9px;
	background-color: #313131;
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 1px #999;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: -5px;
	bottom: -5px;
}
.home06-ibox05 dl.text_box_1 {
	left: 0;
	top: 10%;
	text-align: right;
	padding-right: 20px;
}
.home06-ibox05 dl.text_box_2 {
	right: 0;
	top: 10%;
	text-align: left;
	padding-left: 20px;
}
.home06-ibox05 dl.text_box_3 {
	left: 0;
	bottom: 0%;
	text-align: right;
	padding-right: 20px;
}
.home06-ibox05 dl.text_box_4 {
	right: 0;
	bottom: 0%;
	text-align: left;
	padding-left: 20px;
}
.home06-ibox05 dl.text_box_3 .line, .home06-ibox05 dl.text_box_4 .line {
	top: 15px;
}
.home06-ibox05 dl dt {
	color: #333333;
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: lighter;
	letter-spacing: 1px;
}
.home06-ibox05 dl dd {
	line-height: 1.8;
}
.home06-ibox05 dl dt {
	color: #FFF;
	font-size: 18px;
	margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home06-ibox05 dl.text_box_1, .home06-ibox05 dl.text_box_2 {
	top: -10%;
}
.home06-ibox05 dl.text_box_3, .home06-ibox05 dl.text_box_4 {
	bottom: -22%;
}
.home06-ibox05 dl.text_box_1 .line, .home06-ibox05 dl.text_box_3 .line, .home06-ibox05 dl.text_box_2 .line, .home06-ibox05 dl.text_box_4 .line {
	width: 90px;
}
}
 @media only screen and (max-width: 991px) {
.home06-ibox05 dl.text_box_1,  .home06-ibox05 dl.text_box_2,  .home06-ibox05 dl.text_box_3,  .home06-ibox05 dl.text_box_4 {
	text-align: left;
	position: static;
	max-width: inherit;
	padding: 0;
}
.home06-ibox05 dl .line {
	display: none;
}
}
.home06-btn02, a.home06-btn02, a:link.home06-btn02, a:active.home06-btn02, a:visited.home06-btn02 {
	font-size: 14px;
	padding: 0px 50px;
	height: 60px;
	line-height: 60px;
	background-color: #FFF;
	color: #00aec8;
	border-left: 4px solid rgba(0,0,0,0.2);
	text-decoration: none;
	display: inline-block;
	margin: 0 20px 8px 0;
	font-weight: bold;
	transition: background ease-in 200ms;
	-webkit-transition: background ease-in 200ms; /* Safari and Chrome */
}
a.home06-btn02:hover {
	color: #FFF!important;
	border: 2px solid #ffffff;
	background-color: transparent;
	text-decoration: none;
	line-height: 56px;
	padding: 0px 48px 0 52px;
}
.home06-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.home06-list li {
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
}
.home06-list li .fa {
	margin-right: 18px;
	color: #a3a3a3;
	font-size: 20px;
	vertical-align: middle;
}
.home06-list li:last-child {
	border-bottom: none
}
.home06-bg05 {
	position: relative;
	z-index: 1;
}
.home06-bg05:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(images/home06-bg05.jpg) center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: skew(0deg, -4deg);
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	z-index: -1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
#home06-goup {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #FFF;
	font-size: 28px;
	background-color: #00aec8;
	margin: -18px auto 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	cursor: pointer;
}
 @media only screen and (min-width: 1300px) {
#home06-goup {
	margin-top: -34px;
	transform: scale(1);
	-webkit-transform: scale(1);
}
}
@media only screen and (min-width: 1500px) {
#home06-goup {
	margin-top: -24px;
	transform: scale(1);
	-webkit-transform: scale(1);
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
#home06-goup {
	margin-top: -42px;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#home06-goup {
	margin-top: -25px;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}
}
@media only screen and (max-width: 767px) {
#home06-goup {
	margin-top: -25px;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}
}
.home06-img-info {
	position: relative;
	padding: 100px 0 0;
}
.home06-img-info .infobox {
	position: absolute;
	color: #FFF;
}
.home06-img-info .infobox h3 {
	color: #FFF;
	font-size: 18px;
	padding: 0px;
	margin: 0 0 10px;
}
.home06-img-info .infobox01 {
	top: 70px;
	left: 30px;
	max-width: 245px;
	text-align: right;
}
.home06-img-info .infobox02 {
	top: 20px;
	left: 620px;
	max-width: 290px;
}
.home06-img-info .infobox03 {
	top: 615px;
	left: 0px;
	max-width: 335px;
}
.home06-img-info .infobox04 {
	top: 576px;
	left: 500px;
	max-width: 335px;
}
.home06-img-info .infobox .line {
	position: absolute;
}
.home06-img-info .infobox .line:after {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
}
.home06-img-info .infobox .line:before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.home06-img-info .infobox .line span:before {
	content: "";
	position: absolute;
	width: 0;
}
.home06-img-info .infobox .line span:after {
	content: "";
	position: absolute;
	height: 0px;
}
.home06-img-info .infobox01 .line {
	top: 10px;
	left: 100%;
	margin-left: 10px;
	width: 60px;
	height: 70px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.home06-img-info .infobox01 .line:after {
	background-color: #00aec8;
	top: 100%;
	right: -4px;
}
.home06-img-info .infobox01 .line:before {
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	top: -4px;
	left: 0;
}
.home06-img-info .infobox01 .line span:before {
	border-left: 1px solid #00aec8;
	bottom: 0;
	right: -1px;
	height: 15px;
}
.home06-img-info .infobox02 .line {
	top: 10px;
	right: 100%;
	margin-right: 10px;
	width: 90px;
	height: 140px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.home06-img-info .infobox02 .line:after {
	background-color: #00aec8;
	top: 100%;
	left: -4px;
}
.home06-img-info .infobox02 .line:before {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	top: -4px;
	right: 0;
}
.home06-img-info .infobox02 .line span:before {
	border-left: 1px solid #00aec8;
	bottom: 0;
	left: -1px;
	height: 31px;
}
.home06-img-info .infobox03 .line {
	bottom: 100%;
	right: 100%;
	margin-bottom: -10px;
	margin-right: 10px;
	width: 50px;
	height: 85px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.home06-img-info .infobox03 .line:after {
	background-color: #FFF;
	top: -4px;
	right: -45px;
}
.home06-img-info .infobox03 .line:before {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	bottom: -4px;
	right: 0;
}
.home06-img-info .infobox03 .line span:after {
	border-bottom: 1px solid #FFF;
	top: -1px;
	left: 100%;
	width: 45px;
}
.home06-img-info .infobox04 .line {
	bottom: 100%;
	right: 100%;
	margin-bottom: -10px;
	margin-right: 10px;
	width: 15px;
	height: 140px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.home06-img-info .infobox04 .line:after {
	background-color: #00aec8;
	top: 0px;
	left: -4px;
}
.home06-img-info .infobox04 .line:before {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	bottom: -4px;
	right: 0;
}
.home06-img-info .infobox04 .line span:before {
	border-left: 1px solid #00aec8;
	top: 0;
	left: -1px;
	height: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.home06-img-info .infobox01 {
	top: 70px;
	left: 30px;
}
.home06-img-info .infobox02 {
	top: 20px;
	left: 520px;
}
.home06-img-info .infobox03 {
	top: 518px;
	left: 50px;
}
.home06-img-info .infobox04 {
	top: 469px;
	left: 418px;
}
.home06-img-info .infobox04 .line {
	height: 108px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home06-img-info .infobox01 {
	top: 61px;
	left: 224px;
}
.home06-img-info .infobox02 {
	top: 86px;
	left: 503px;
}
.home06-img-info .infobox03 {
	top: 427px;
	left: 20px;
}
.home06-img-info .infobox04 {
	top: 438px;
	left: 418px;
}
.home06-img-info .infobox01 .line {
	left: auto;
	right: 100%;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	margin-right: 10px;
	width: 15px;
}
.home06-img-info .infobox02 .line {
	width: 164px;
	height: 61px;
}
.home06-img-info .infobox03 .line {
	width: 50px;
	height: 43px;
}
.home06-img-info .infobox04 .line {
	width: 86px;
	height: 128px;
}
}
 @media only screen and (max-width: 991px) {
.home06-img-info .infobox {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: inherit;
	text-align: left;
	margin-bottom: 15px;
}
.home06-img-info .infobox .line {
	display: none;
}
}
.home06-list02 {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.home06-list02 li {
	width: 33.2%;
	display: inline-block;
	vertical-align: top;
	padding: 8px 0;
	font-size: 13px;
}
.home06-list02 li .fa {
	margin-right: 10px;
	font-size: 17px;
	vertical-align: middle;
	color: #50bdad;
	margin-bottom: 4px;
}
.home06-list02 li a, .home06-list02 li a:link, .home06-list02 li a:active, .home06-list02 li a:visited {
	color: #666666;
}
.home06-list02 li a:hover {
	color: #50bdad;
}
.home06-social {
}
.home06-social span {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	display: inline-block;
	margin: 0 2px 5px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.2);
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #666666;
}
.home06-social a:hover span {
	background-color: #00aec8;
	border: 1px solid #00aec8;
	color: #FFF;
}
.home06-linklist {
	text-align: center;
	margin-bottom: 20px;
}
.home06-linklist a, .home06-linklist a:link, .home06-linklist a:active, .home06-linklist a:visited {
	color: #999999;
	text-align: center;
	font-size: 15px;
	margin: 0px 10px;
	vertical-align: middle;
}
.home06-linklist .social a, .home06-linklist .social a:link, .home06-linklist .social a:active, .home06-linklist .social a:visited {
	color: #fcc012;
	font-size: 20px;
	vertical-align: middle;
}
.home06-linklist a:hover {
	color: #fcc012;
}

/*Accent colour*/
.home06-ibox02 li .ico,
.home06-carousel .owl-buttons .owl-prev:hover:after, 
.home06-carousel .owl-buttons .owl-next:hover:after,
.home06-ibox05 dl .line span,
.home06-btn02, 
a.home06-btn02, 
a:link.home06-btn02, 
a:active.home06-btn02, 
a:visited.home06-btn02,
.home06-list02 li .fa,
.home06-linklist a:hover{
	color:#6075a7;
}
.home06-btn, 
a.home06-btn, 
a:link.home06-btn, 
a:active.home06-btn, 
a:visited.home06-btn,
.home06-img-info .infobox01 .line:after,
.home06-img-info .infobox02 .line:after,
.home06-img-info .infobox03 .line:after,
.home06-img-info .infobox04 .line:after,
.photo_box .ico span,
.home06-carousel .owl-page:hover, 
.home06-carousel .owl-page.active,
.home06-bg04:before,
div.Theme_Responsive_20073_home06 .form_submit .btn,
#home06-goup,
div.Theme_Responsive_20073_home06-Email .form_submit .btn{
	background-color:#6075a7;
}
.home06-img-info .infobox01 .line span:before,
.home06-img-info .infobox02 .line span:before,
.home06-img-info .infobox03 .line span:before,
.home06-img-info .infobox04 .line span:before,
.home06-carousel .owl-buttons .owl-prev:hover, 
.home06-carousel .owl-buttons .owl-next:hover{
	border-color:#6075a7;
}
div.Theme_Responsive_20073_home06 .form_submit .btn:hover{
	color:#6075a7;
	border-color:#6075a7;
}
.home06-social a:hover span{
	background-color:#6075a7;
	border-color:#6075a7;
}

.footer_box #home06-goup,
.footer_box div.Theme_Responsive_20073_home06-Email .form_submit .btn{
	background-color:#e48d25;
}
.footer_box .home06-social a:hover span{
	background-color:#e48d25;
	border-color:#e48d25;
}
.footer_box .home06-list02 li .fa,
.footer_box .home06-linklist a:hover{
	color:#e48d25;
}



























/*Home Page 39 Style*/

/*Home Page 40 Style*/

/*Home Page 41 Style*/






/*Home Page 07 Style*/	
.home07-banner-title {
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
}
.home07-banner-title span {
	color: #FF8726;
}
.home07-banner-title02 {
	font-size: 20px;
	color: #fff;
	letter-spacing: 3px;
}
.home07-banner-link.tp-caption {
	cursor: pointer;
	border: 2px solid #fff;
	transition: background-color ease-in 200ms, border ease-in 200ms;
	-moz-transition: background-color ease-in 200ms, border ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms, border ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms, border ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms, border ease-in 200ms; /* IE9? */
}
.home07-banner-link.tp-caption:hover {
	border: 2px solid #FF8726;
	background-color: #FF8726;
}
.home07-banner-link.tp-caption{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	display:inline-block;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: color ease-in 200ms; /* Opera */
	-ms-transition: color ease-in 200ms; /* IE9? */
}
.home07-banner-link.tp-caption:hover a {
	color: #fff;
}
.home07-ibox {
	text-align: center;
	position: relative;
	cursor: pointer;
}
.home07-ibox .icon-box, .home07-ibox .icon-box:before, .home07-ibox .icon-box:after {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.home07-ibox .icon-box {
	display: inline-block;
	width: 80px;
	height: 127px;
	line-height: 123px;
	border-top: 2px solid #1e7ad8;
	border-bottom: 2px solid #1e7ad8;
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	background:none;
}
.home07-ibox .icon-box:before {
	width: 80px;
	height: 127px;
	top: -2px;
	left: 0px;
	content: "";
	position: absolute;
	border-top: 2px solid #ff8726;
	border-bottom: 2px solid #ff8726;
	transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	-o-transform: rotate(120deg);
}
.home07-ibox .icon-box:after {
	width: 80px;
	height: 127px;
	top: -2px;
	left: 0px;
	content: "";
	position: absolute;
	border-top: 2px solid #ff8726;
	border-bottom: 2px solid #ff8726;
	transform: rotate(-120deg);
	-ms-transform: rotate(-120deg);
	-moz-transform: rotate(-120deg);
	-webkit-transform: rotate(-120deg);
	-o-transform: rotate(-120deg);
}
.home07-ibox .icon-box span.fa {
	vertical-align: middle;
	position: relative;
	font-size: 48px;
	color: #FF8726;
	z-index: 1;
	position: relative;
	top: auto;
	margin: auto;
	line-height: 124px;
}
.home07-ibox:hover .icon-box, .home07-ibox:hover .icon-box:before, .home07-ibox:hover .icon-box:after {
	background-color: #FF8726;
}
.home07-ibox:hover .icon-box span.fa {
	color: #fff;
}
.home07-ibox h5 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 40px 0 25px 0;
}
.home07-ibox p {
	margin: 0 0 20px 0;
}
.home07-ibox a {
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.home07-ibox {
		padding-bottom:30px;
	}
}

.home7-dividers01 {
	background: url(images/home07-dividers01.png) left top;
	height: 6px;
	border: none;
}

/* title-style */
.home07-title01 {
	text-align: center;
	margin: 0 0 40px 0;
}
.home07-title01 h4 {
	position: relative;
	display: inline-block;
}
.home07-title01 h4:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	border-left: 2px solid #FF8726;
	border-top: 2px solid #FF8726;
	width: 12px;
	height: 12px;
}
.home07-title01 h4:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	border-right: 2px solid #FF8726;
	border-top: 2px solid #FF8726;
	width: 12px;
	height: 12px;
}
.home07-title01 h4 span {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin: 0;
	line-height: normal;
	padding: 17px 39px;
	display: block;
}
.home07-title01 h4 span:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-left: 2px solid #FF8726;
	border-bottom: 2px solid #FF8726;
	width: 12px;
	height: 12px;
}
.home07-title01 h4 span:after {
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-right: 2px solid #FF8726;
	border-bottom: 2px solid #FF8726;
	width: 12px;
	height: 12px;
}
.home07-title01 h4 i, .home07-title01 h4 img {
	font-style: normal;
	color: #ff933c;
}
.home07-carousel .item {
}
.home07-carousel .owl-page {
	cursor: pointer;
	width: 10px;
	height: 10px;
	border: none;
	margin: 0 5px;
	display: inline-block;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #bebebe;
}
.home07-carousel .owl-page.active {
	background-color: #FF8726;
}
.home07-carousel .owl-buttons .owl-prev, .home07-carousel .owl-buttons .owl-next {
	position: absolute;
	left: 32px;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 0px;
	text-align: center;
	cursor: pointer;
	margin: -25px 0 0 0;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #d3d3d3;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
.home07-carousel .owl-buttons .owl-next {
	left: auto;
	right: 32px;
}
.home07-carousel .owl-buttons .owl-prev:before, .home07-carousel .owl-buttons .owl-next:before {
	content: "";
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	font-size: 20px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.home07-carousel .owl-buttons .owl-next:before {
	border-left: none;
	border-right: 3px solid #fff;
	margin-left: -5px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.home07-carousel .owl-buttons .owl-prev:hover, .home07-carousel .owl-buttons .owl-next:hover {
	background-color: #FF8726;
}
.home07-carousel .owl-buttons .owl-prev:hover:before {
}
.home07-carousel .owl-buttons .owl-next:hover:before {
	border-left: none;
}
.home07-carousel .cal1_main {
	position: relative;
	overflow: hidden;
	margin: 0 100px;
}
.home07-carousel .cal1_main .cal1_left1, .home07-carousel .cal1_main .cal1_left2, .home07-carousel .cal1_main .cal1_left3 {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home07-carousel .cal1_main .cal1_left1 {
	background-image: url(images/home07-carousel-p1.jpg);
}
.home07-carousel .cal1_main .cal1_left2 {
	background-image: url(images/home07-carousel-p2.jpg);
}
.home07-carousel .cal1_main .cal1_left3 {
	background-image: url(images/home07-carousel-p3.jpg);
}
.home07-carousel .cal1_main .cal1_right1, 
.home07-carousel .cal1_main .cal1_right2, 
.home07-carousel .cal1_main .cal1_right3 {
	width: 50%;
	margin-left: 50%;
	float: left;
	padding: 100px 60px 50px 60px;
}
.home07-carousel .cal1_main .cal1_right1 {
	background-color: #E1EDED;
}
.home07-carousel .cal1_main .cal1_right2 {
	background-color: #F6E9DF;
}
.home07-carousel .cal1_main .cal1_right3 {
	background-color: #E1F0DF;
}
.home07-carousel .cal1_main h5 {
	color: #333;
	margin: 0;
	line-height: normal;
}
.home07-carousel .cal1_main .line {
	width: 40px;
	height: 2px;
	background-color: #333;
	margin: 20px 0;
}
.home07-carousel .cal1_main a.linker {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	background-color: #333;
	padding: 10px 22px;
	margin: 30px 0 0 0;
	display: inline-block;
	text-decoration: none;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
.home07-carousel .cal1_main a.linker:hover {
	background-color: #ff8726;
}
.home07-carousel .cal1_main .bottomline {
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #999999;
	clear: both;
	margin: 100px 0 30px 0;
}
.home07-carousel .cal1_main .bottomicon {
	float: right;
}
.home07-carousel .cal1_main .bottomicon a.fa {
	font-size: 24px;
	color: #b4c0b2;
	text-decoration: none;
	margin: 0 0 0 2px;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: color ease-in 200ms; /* Opera */
	-ms-transition: color ease-in 200ms; /* IE9? */
}
.home07-carousel .cal1_main .bottomicon a.fa:hover {
	color: #FF8726;
}
@media only screen  and (max-width: 991px) {
	.home07-carousel .cal1_main{
		margin:0;
	}
	.home07-carousel .cal1_main .cal1_left1, 
	.home07-carousel .cal1_main .cal1_left2, 
	.home07-carousel .cal1_main .cal1_left3{
		width: 100%;
		position: relative;
		height: 500px;
	}
	.home07-carousel .cal1_main .cal1_right1, 
	.home07-carousel .cal1_main .cal1_right2, 
	.home07-carousel .cal1_main .cal1_right3{
		width:auto;
		margin:0;
		padding:50px;
	}
	.home07-carousel .cal1_main .bottomline	{
		margin:30px 0;
	}
}


.home07-bg {
	background-color: #2C2C2C;
}
a.home07-btn {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	background-color: #FF8726;
	padding: 22px 50px;
	color: #fff;
	display: inline-block;
	border: 2px solid #ff8726;
	text-decoration: none;
	transition: background-color ease-in 200ms, color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms, color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms, color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms, color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms, color ease-in 200ms; /* IE9? */
}
a.home07-btn:hover {
	background-color: transparent;
	color: #ff8726;
}
a.home07-btn {
	background-color: #ff8726;
	color: #fff;
	border: 2px solid #ff8726;
}
a.home07-btn:link, a.home07-btn:active, a.home07-btn:visited {
	color: #FFF;
}
a.home07-btn:hover {
	color: #ff8726;
}
.home07-cont {
	position: relative;
	padding: 5px 253px 5px 0;
}
.home07-cont h1 {
	font-size: 18px;
	color: #f2f2f2;
	text-transform: uppercase;
	line-height: normal;
}
.home07-cont p {
	font-size: 15px;
	color: #ccc;
	margin: 0;
}
.home07-cont a.home07-btn {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -33px 0 0 0;
}
@media only screen and (max-width: 767px) {
	.home07-cont {
		padding: 5px 0;
	}
	.home07-cont a.home07-btn {
		position:relative;
		margin:20px 0 0;
	}

}

.home07-cont02 {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.home07-cont02 li {
	float: left;
	width: 33.33%;
	height: 470px;
	text-align: center;
	padding: 140px 70px 0 70px;
	cursor: pointer;
	transition: padding ease-in 200ms;
	-moz-transition: padding ease-in 200ms; /* Firefox 4 */
	-webkit-transition: padding ease-in 200ms; /* Safari and Chrome */
	-o-transition: padding ease-in 200ms; /* Opera */
	-ms-transition: padding ease-in 200ms; /* IE9? */
}
.home07-cont02 li:hover {
	padding: 50px 70px 0 70px;
}
.home07-cont02 li.the1 {
	background-color: #E5B700;
}
.home07-cont02 li.the2 {
	background-color: #FF8726;
}
.home07-cont02 li.the3 {
	background-color: #FF5A3A;
}
.home07-cont02 li .icon img {
	height: 112px;
}
.home07-cont02 li h5 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 30px 0 0 0;
}
.home07-cont02 li .line {
	width: 50px;
	height: 3px;
	margin: 20px auto;
	background-color: #fff;
}
.home07-cont02 li p {
	color: #fff;
	margin: 0;
}
.home07-cont02 li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #ff8726;
	padding: 12px 26px;
	background-color: #fff;
	display: inline-block;
	margin: 35px 0 0 0;
}
.home07-cont02 li p, .home07-cont02 li a {
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home07-cont02 li:hover p, .home07-cont02 li:hover a {
	filter: alpha(opacity=100);
	opacity: 1;
}
@media only screen and (max-width: 767px) {
	.home07-cont02 li{
		width:auto;
	}
}

.home07-titlep {
	padding: 0 100px;
	text-align: center;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.home07-titlep {
		padding: 0 10px;
	}
}

.home07-imglist {
	padding: 0;
	margin: 40px 0 0 0;
	list-style-type: none;
}
.home07-imglist li {
	text-align: center;
	margin: -24px 0 0 0;
}
.home07-imglist li:first-child {
	margin: 0;
}
.home07-imglist li a {
	margin: 0 5px;
}
.home07-imglist li a img {
	max-width: 15%;
}
@media only screen and (max-width: 767px) {
	.home07-imglist li {
		margin: -12px 0 0 0;
	}
}

.home07-bg02 {
	background-color: #f5f5f5;
}
.home07-ibox02 {
	position: relative;
	padding: 0 0 0 90px;
}
.home07-ibox02 span.fa {
	width: 55px;
	height: 55px;
	line-height: 55px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FF8726;
	color: #fff;
	text-align: center;
	font-size: 24px;
}
.home07-ibox02 h6 {
	font-size: 15px;

	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 15px 0;
}
@media only screen and (max-width: 991px) {
	.home07-ibox02 span.fa {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.home07-ibox02{
		padding:0 0 0 70px;
	}
}

.home7-bg03 {
	background-image: url(images/home07-bg03.jpg);
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
	.home7-bg03 {
		background-attachment:scroll;
	}
}
.home7-bg03 .home07-title01 span, 
.home7-bg03 .home07-titlep {
	color: #fff;
}
.home07-number .na_box {
	background-image: url(images/home07-number.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	min-width: 246px;
	min-height: 278px;
	padding: 100px 0;
}
.home07-number .na_box span {
	font-size: 50px;
	color: #fff;
	line-height: normal;
	margin-bottom: 8px;
}
.home07-number .na_box p {
	font-size: 16px;
	color: #fff;
	line-height: normal;
	margin: 0;
}
.home1_con_title2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}
.home07-title02 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}
.home07-accordion.panel-group {
	margin-bottom: 0;
}
.home07-accordion .panel-default {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.home07-accordion > .panel-default > .panel-heading {
	background-color: transparent;
	padding: 0px;
	border: none!important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin: -1px -1px 0;
}
.home07-accordion .panel-body {
	border: none!important;
	padding: 20px 30px !important;
}
.home07-accordion .panel-body p.linker {
	text-align: right;
}
.home07-accordion .panel-title a {
	color: #fff;
	display: block;
	padding: 16px 0px 16px 20px;
	position: relative;
	font-size: 15px;
	font-weight: normal;
	background-color: #FF8726;
	transition: color ease-in 200ms, background-color ease-in 200ms;
	-moz-transition: color ease-in 200ms, background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms, background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: color ease-in 200ms, background-color ease-in 200ms; /* Opera */
	-ms-transition: color ease-in 200ms, background-color ease-in 200ms; /* IE9? */
}
.home07-accordion .panel-title a .accordion_icon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin: -10px 0 0 0;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #fff;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
.home07-accordion .panel-title a.collapsed {
	color: #333;
	border: none;
	background-color: transparent;
}
.home07-accordion .panel-title a.collapsed .accordion_icon {
	color: #888888;
	border: 1px solid #888;
}
.home07-accordion .panel-title a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #FF8726;
}
.home07-accordion .panel-title a:hover .accordion_icon {
	color: #fff;
	border: 1px solid #fff;
}
.home07-accordion .accordion_icon:before {
	content: "\f067";
	font-family: 'FontAwesome';
	margin: 0 0 0 -4px;
	margin: 0 0 0 4px\9;
	position: absolute;
}
.home07-accordion .panel-title a .accordion_icon:before {
	content: "\f068";
	font-size: 12px;
}
.home07-accordion .panel-title a.collapsed .accordion_icon:before {
	content: "\f067";
	font-size: 12px;
}
@media only screen and (max-width: 767px) {
	.home07-accordion.panel-group {
		margin-bottom: 15px;
	}

}

.home07-loadlist p {
	margin: 0 0 10px 0;
}
.home07-loadlist .progress {
	background-color: #E7E7E7;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	overflow: inherit;
	margin-bottom: 24px;
}
.home07-loadlist .progress.the4 {
	margin-bottom: 0;
}
.home07-loadlist .progress .bar {
	height: 20px;
	line-height: 20px;
	text-align: right;
	color: #FFF;
	width: 0;
	background-image: url(../images/loaded_list.png);
	transition: width ease-in 200ms;
	-moz-transition: width ease-in 200ms; /* Firefox 4 */
	-webkit-transition: width ease-in 200ms; /* Safari and Chrome */
	-o-transition: width ease-in 200ms; /* Opera */
	-ms-transition: width ease-in 200ms; /* IE9? */
}
.home07-loadlist .progress.the1 .bar {
	background-color: #87C94E;
}
.home07-loadlist .progress.the2 .bar {
	background-color: #E5B700;
}
.home07-loadlist .progress.the3 .bar {
	background-color: #69CFB5;
}
.home07-loadlist .progress.the4 .bar {
	background-color: #FF8726;
}
.home07-loadlist .progress .bar span {
	font-size: 13px;
	color: #666;
	position: absolute;
	bottom: 100%;
	right: 0;
	margin: 0px 0 9px 0;
}
.home07-bg03 {
	background-color: #ECE9E1;
	text-align: center;
}
.home07-cont03 h1 {
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	line-height: normal;
	margin: 0 0 20px 0;
}
.home07-cont03 h1 span {
	color: #FF8726;
}
.home07-cont03 p {
	font-size: 14px;
	color: #333;
	padding: 0 100px;
	margin: 0 0 40px 0;
}
.home07-cont03 a.linker {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	background-color: #FF8726;
	padding: 18px 54px;
	margin: 0 18px;
	border: 2px solid #FF8726;
	text-decoration: none;
	transition: background-color ease-in 200ms, color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms, color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms, color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms, color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms, color ease-in 200ms; /* IE9? */
}
.home07-cont03 a.linker:hover {
	background-color: transparent;
	color: #FF8726;
}
.home07-bg04 {
	background-color: #E1EDED;
}
.home07-bg04 .linker_out {
	display: block;
	text-align: center;
}
.home07-bg04 a.linker {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FF8726;
	margin: 40px auto 0;
	display: inline-block;
	padding: 16px 53px;
	border: 2px solid #FF8726;
	transition: background-color ease-in 200ms, color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms, color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms, color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms, color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms, color ease-in 200ms; /* IE9? */
}
.home07-bg04 a.linker:hover {
	background-color: transparent;
	color: #FF8726;
}
.home07-carousel02 .item {
	background-color: #FFFFFF;
	text-align: center;
}
.home07-carousel02 .item h3 {
	margin: 30px 0 0 0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.home07-carousel02 .item .line {
	width: 80px;
	height: 3px;
	background-color: #FF8726;
	margin: 15px auto 20px;
}
.home07-carousel02 .item p {
	font-size: 13px;
	color: #999;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	display: inline-block;
}
.home07-carousel02 .owl-buttons .owl-prev, .home07-carousel02 .owl-buttons .owl-next {
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 64px;
	line-height: 64px;
	font-size: 0px;
	text-align: center;
	cursor: pointer;
	margin: -32px 0 0 0;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #3B3B39;
}
.home07-carousel02 .owl-buttons .owl-next {
	left: auto;
	right: 0;
}
.home07-carousel02 .owl-buttons .owl-prev:before, .home07-carousel02 .owl-buttons .owl-next:before {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.home07-carousel02 .owl-buttons .owl-next:before {
	border-left: none;
	border-right: 2px solid #ffffff;
}
.home07-ibox03 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.home07-ibox03 li {
	position: relative;
	padding: 11px 0 12px 107px;
}
.home07-ibox03 li img {
	position: absolute;
	left: 0;
	top: 0;
}
.home07-ibox03 .line {
	width: 100%;
	height: 1px;
	background-color: #383838;
	margin: 20px 0;
}
.home07-ibox03 span.date {
	color: #ff8726;
}
.home07-ibox03 p {
	margin: 0 0 3px;
}
.home07-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.home07-list ul li {
	color: #aaa;
	line-height: normal;
}
.home07-list ul li a {
	position: relative;
	color: #979797;
	display: block;
	border-bottom: 1px solid #272727;
	padding: 15px 0;
	text-decoration: none;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: color ease-in 200ms; /* Opera */
	-ms-transition: color ease-in 200ms; /* IE9? */
}
.home07-list ul li a, .home07-list ul li a:link, .home07-list ul li a:active, .home07-list ul li a:visited {
	color: #aaaaaa;
}
.home07-list ul li a:hover {
	color: #FF8726;
	text-decoration: none;
}
.home07-list ul li a:after {
	position: absolute;
	content: "\f105";
	font-family: 'FontAwesome';
	right: 10px;
	font-size: 8px;
	top: 50%;
	margin: -6px 0 0 0;
}
.home07-list ul li a span.fa {
	font-size: 24px;
	vertical-align: middle;
	margin: 0 20px 0 0;
}
.home07-list02 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.home07-list02 li {
	position: relative;
	padding: 0 0 0 50px;
	margin: 34px 0 0 0;
}
.home07-list02 li:first-child {
	margin: 0;
}
.home07-list02 li span.fa {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	color: #777;
}
.home07-list02 li span.date {
	display: block;
	font-size: 12px;
	margin: 10px 0 0 0;
}
.home07-aboutus p {
	margin: 0 0 15px 0;
}
.home07-aboutus ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.home07-aboutus ul li {
	padding: 10px 0;
}
.home07-aboutus ul li span.fa {
	font-size: 18px;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

/*Accent colour*/
.home07-banner-title span,
.home07-ibox .icon-box span.fa,
.home07-cont02 li a,
.home07-carousel .cal1_main .bottomicon a.fa:hover{
	color:#6075a7;	
}
.home07-banner-link.tp-caption:hover{
	background-color:#6075a7;
	border-color:#6075a7;
}
.home07-ibox .icon-box:before,
.home07-ibox .icon-box:after,
.home07-ibox .icon-box,
.home07-title01 h4:before,
.home07-title01 h4:after,
.home07-title01 h4 span:before,
.home07-title01 h4 span:after{
	border-color:#6075a7;
}
.home07-ibox:hover .icon-box, 
.home07-ibox:hover .icon-box:before, 
.home07-ibox:hover .icon-box:after,
.home07-carousel .owl-buttons .owl-prev:hover, 
.home07-carousel .owl-buttons .owl-next:hover,
.home07-carousel .owl-page.active,
.home07-ibox02 span.fa,
.home07-accordion .panel-title a:hover,
.carousel .owl-buttons .owl-prev:hover, 
.carousel .owl-buttons .owl-next:hover,
.home07-carousel02 .item .line,
.home07-accordion .panel-title a,
.home07-carousel .cal1_main a.linker:hover{
	background-color:#6075a7;
}
a.home07-btn,
.home07-bg04 a.linker{
	background-color:#6075a7;
	border-color:#6075a7;
}
a.home07-btn:hover,
.home07-bg04 a.linker:hover{
	color:#6075a7;	
}

.home07-list ul li a:hover,
.home07-ibox03 span.date{
	color:#6075a7;
}
.footer_box .home07-list ul li a:hover,
.home07-ibox03 span.date{
	color:#e48d25;
}



























/*Home Page 39 Style*/

/*Home Page 40 Style*/

/*Home Page 41 Style*/






/*Home Page 08 Style*/
.home08-banner-btn{
	padding: 18px 53px;
	margin: 0px 0 10px 0;
	position: relative;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	color: #FFF;
	border: 1px solid #FFF;
	transition: background-color ease-in 200ms, color ease-in 200ms, border ease-in 200ms;
	-moz-transition: background-color ease-in 200ms, color ease-in 200ms, border ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms, color ease-in 200ms, border ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms, color ease-in 200ms, border ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms, color ease-in 200ms, border ease-in 200ms; /* IE9? */
}
.home08-banner-btn:link, 
.home08-banner-btn:active, 
.home08-banner-btn:visited {
	color: #FFF;
}
.home08-banner-btn:hover {
	color: #FFF!important;
	border-color: #1e7ad8;
	background-color: #1e7ad8;
}
a.home08-btn {
	padding: 10px 16px;
	margin: 0px 0 10px 0;
	position: relative;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	color: #FFF;
	border: 1px solid #FFF;
	transition: background-color ease-in 200ms, color ease-in 200ms, border ease-in 200ms;
	-moz-transition: background-color ease-in 200ms, color ease-in 200ms, border ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms, color ease-in 200ms, border ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms, color ease-in 200ms, border ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms, color ease-in 200ms, border ease-in 200ms; /* IE9? */
}
a.home08-btn:link, a.home08-btn:active, a.home08-btn:visited {
	color: #FFF;
}
.home08-ibox {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: table-row;
	table-layout:fixed;
}
.home08-ibox li {
	width: 25%;
	text-align: center;
	padding: 65px 45px;
	display: table-cell;
}

.home08-ibox li.one, .home08-ibox li.three {
	background-color: #F3F3F3;
}
.home08-ibox li.two, .home08-ibox li.four {
	background-color: #E9E9E9;
}
.home08-ibox li .icon em.fa {
	font-size: 62px;
	color: #1e7ad8;
}
.home08-ibox li h4 {
	font-weight: normal;
	margin: 30px 0;
	padding: 0;
}
.home08-ibox li p {
	line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home08-ibox li {
		width:100%;
		display:block;
	}
}
@media only screen and (max-width: 767px) {
.home08-ibox {
	display:block;
}
.home08-ibox li {
	width:auto;
	text-align: center;
	padding: 65px 45px;
	display: block;
}
	
}

.home08-cont {
	text-align: center;
}
.home08-cont h1 {
	font-size: 32px;
	color: #000;
	font-weight: normal;
	line-height: normal;
}
.home08-cont .line {
	width: 150px;
	height: 1px;
	background-color: #1E7AD8;
	margin: 30px auto;
}
.home08-cont p {
	padding: 0 80px;
	margin: 0 0 40px 0;
}
@media only screen and (max-width: 767px) {
	.home08-cont p {
		padding: 0 20px;
	}
}
.home08-bg {
	background-image: url(images/home08-bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
	.home08-bg {
		background-attachment:scroll;
	}
}
.home08-cont02 {
}
.home08-cont02 h1 {
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	line-height: normal;
}
.home08-cont02 .line {
	width: 150px;
	height: 1px;
	background-color: #fff;
	margin: 30px 0;
}
.home08-cont02 p {
	margin: 0 0 40px 0;
	color: #fff;
	line-height: 20px;
}
.home08-cont02 a.home08-btn02 {
	display: inline-block;
	background-color: #1f7bd8;
	font-size: 15px;
	color: #fff;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 19px 55px;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #1e7ad8;
	background: #1e7ad8;
	background: -moz-linear-gradient(30deg, #1e7ad8 0%, #1ed6d8 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1e7ad8), color-stop(100%, #1ed6d8));
	background: -webkit-linear-gradient(30deg, #1e7ad8 0%, #1ed6d8 100%);
	background: -o-linear-gradient(30deg, #1e7ad8 0%, #1ed6d8 100%);
	background: -ms-linear-gradient(30deg, #1e7ad8 0%, #1ed6d8 100%);
	background: linear-gradient(30deg, #1e7ad8 0%, #1ed6d8 100%);
}
.home08-cont02 a.home08-btn02:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
@media only screen and (max-width: 767px) {
	.home08-cont02{
		padding-bottom:20px;
	}
}

.home08-cont03 .cont-left {
	position: relative;
	padding: 30px 0;
}
.home08-cont03 .cont-left .left-img1 {
	float: left;
	max-width:50%;
}
.home08-cont03 .cont-left .left-img2 {
	float: right;
	max-width:50%;
}
.home08-cont03 .cont-left .left-img3 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0px;
}
.home08-cont03 .cont-left .left-img3 img{
	max-width:56%;
}



.home08-cont03 h1 {
	font-size: 32px;
	color: #000;
	font-weight: normal;
	line-height: normal;
}
.home08-cont03 .line {
	width: 150px;
	height: 1px;
	background-color: #1E7AD8;
	margin: 30px 0;
}
.home08-cont03 p {
	margin: 0 0 40px 0;
	line-height: 20px;
}
.home08-cont03 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.home08-cont03 ul li {
	padding: 3px 0 3px 100px;
	position: relative;
}
.home08-cont03 ul li:first-child {
	margin: 0 0 50px 0;
}
.home08-cont03 ul li em.fa {
	font-size: 36px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border: 1px solid #1e7ad8;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #1e7ad8;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -40px 0 0 0;
}
.home08-cont03 ul li em.fa img{
	vertical-align:text-top;
}
.home08-cont03 ul li h3 {
	font-size: 20px;
	color: #000;
	margin: 0 0 10px 0;
	font-weight: normal;
}
.home08-cont03 ul li p {
	margin: 0;
}
.home08-bg02 {
	background-image: url(images/home08-bg02.png);
	background-color: #2C3B4C;
}
.home08-bg02 h1 {
	margin: 0;
	line-height: normal;
	font-weight: normal;
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.home08-bg02 h1 a {
}
a.home08-btn03 {
	margin: 20px 0 10px 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	transition: background-color ease-in 200ms, color ease-in 200ms, border ease-in 200ms;
	-o-transition: background-color ease-in 200ms, color ease-in 200ms, border ease-in 200ms;
	-ms-transition: background-color ease-in 200ms, color ease-in 200ms, border ease-in 200ms;
	-moz-transition: background-color ease-in 200ms, color ease-in 200ms, border ease-in 200ms;
	-webkit-transition: background-color ease-in 200ms, color ease-in 200ms, border ease-in 200ms;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1.2px;
	line-height: 22px;
	padding: 18px 50px;
}
a.home08-btn03:link, a.home08-btn03:active, a.home08-btn03:visited {
	color: #FFF;
}
a.home08-btn03:hover {
	color: #FFF;
	background-color: #2e2e2e;
	border-color: transparent;
}
.home08-cont04 {
	text-align: center;
}
.home08-cont04 h1 {
	font-size: 32px;
	color: #000;
	font-weight: normal;
	line-height: normal;
}
.home08-cont04 .line {
	width: 150px;
	height: 1px;
	background-color: #1E7AD8;
	margin: 30px auto;
	background-color: #1e7ad8;
	background: #1e7ad8;
	background: -moz-linear-gradient(30deg, #1e7ad8 0%, #1ed6d8 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1e7ad8), color-stop(100%, #1ed6d8));
	background: -webkit-linear-gradient(30deg, #1e7ad8 0%, #1ed6d8 100%);
	background: -o-linear-gradient(30deg, #1e7ad8 0%, #1ed6d8 100%);
	background: -ms-linear-gradient(30deg, #1e7ad8 0%, #1ed6d8 100%);
	background: linear-gradient(30deg, #1e7ad8 0%, #1ed6d8 100%);
}
.home08-cont04 p {
	padding: 0 80px;
	margin: 0 0 40px 0;
}
.home08-carousel .owl-page {
	border: 2px solid #bbb;
	width: 21px;
	height: 21px;
}
.home08-carousel .owl-page.active {
	background-color: #bbb;
}
.home08-carousel .owl-item {
	padding: 0px 15px;
}
.home08-carousel .owl-pagination {
	margin-top: 52px;
}
.home08-carousel .photo_box:hover .shade {
	opacity: 0.7
}
.home08-carousel .photo_box .shade:before {
	content: "";
	width: 59px;
	border-bottom: 1px solid #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -29px;
}
.home08-carousel .photo_box .shade:after {
	content: "";
	height: 59px;
	border-left: 1px solid #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -29px;
}
.home08-bg03 {
	background-color: #F2F2F2;
	text-align: center;
}
.home08-bg03 h3 {
	font-size: 20px;
	color: #333;
	margin: 0 0 20px 0;
	font-weight: normal;
}
.home08-number {
	text-align: center;
}
.home08-number .img {
	border: 1px solid #1e7ad8;
	font-size: 58px;
	color: #1e7ad8;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	width: 150px;
	height: 150px;
	line-height: 150px;
}
.home08-number span.number {
	display: block;
	font-size: 60px;
	color: #1e7ad8;
}
.home08-number p {
	font-size: 15px;
	color: #333;
}
.home08-number .na3_2 .img {
	border: 1px solid #25bad0;
	color: #25bad0;
}
.home08-number .na3_2 span.number {
	color: #25bad0;
}
.home08-number .na3_3 .img {
	border: 1px solid #35b5a1;
	color: #35b5a1;
}
.home08-number .na3_3 span.number {
	color: #35b5a1;
}
.home08-number .na3_4 .img {
	border: 1px solid #64c376;
	color: #64c376;
}
.home08-number .na3_4 span.number {
	color: #64c376;
}
.home08-bg04 {
	background-image: url(images/home08-bg04.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
	.home08-bg04 {
		background-attachment:scroll;
	}
}
.home08-bg04 h1 {
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}
.home08-bg04 .line {
	width: 150px;
	height: 1px;
	margin: 30px auto;
	background-color: #fff;
}
.home08-Testimonials .last_page, .home08-Testimonials .next_page {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	background-color: transparent;
	top: 30px;
	bottom: 0;
	left: 50%;
	right: auto;
	font-size: 0;
	overflow: hidden;
	text-indent: -999;
}
.home08-Testimonials .last_page {
	margin: 0 0 0 -110px;
}
.home08-Testimonials .next_page {
	margin: 0 0 0 70px;
}
.home08-Testimonials .last_page:hover, .home08-Testimonials .next_page:hover {
	background-color: #FFFFFF;
	border: 1px solid #transparent;
}
.home08-Testimonials .last_page:before {
	content: "";
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 8px;
	height: 8px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -4px 0 0 -4px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.home08-Testimonials .last_page:hover:before {
	border-top: 2px solid #333;
	border-left: 2px solid #333;
}
.home08-Testimonials .next_page:before {
	content: "";
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 8px;
	height: 8px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -4px 0 0 -4px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.home08-Testimonials .next_page:hover:before {
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}
.home08-Testimonials .dot {
	right: 0;
	bottom: 3px;
	width: 100%;
	text-align: center;
}
.home08-Testimonials .dot a {
	border: 2px solid #fff;
	width: 14px;
	height: 14px;
}
.home08-Testimonials .dot a.actived {
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	background-color: #fff;
}
.home08-Testimonials blockquote {
	background: none;
	padding: 0px;
	margin: 0px;
	text-indent: 0;
	border-left: none;
	position: relative;
}
.home08-Testimonials blockquote:before {
	position: absolute;
	content: "\f10d";
	top: 50%;
	left: 50px;
	color: #fff;
	font-size: 50px;
	font-family: FontAwesome;
	margin: 10px 0 0 0;
	font-style: normal;
}
.home08-Testimonials blockquote:after {
	position: absolute;
	content: "\f10e";
	top: 50%;
	right: 50px;
	color: #fff;
	font-size: 50px;
	font-family: FontAwesome;
	margin: 10px 0 0 0;
	font-style: normal;
}
.home08-Testimonials blockquote p {
	width: 75%;
	margin: auto;
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-style: normal;
}
.home08-Testimonials .Pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	vertical-align: middle;
	display: block;
	margin: 0px auto 30px;
	overflow: hidden;
	text-align: center;
	text-indent: 0;
}
.home08-Testimonials small {
	position: relative;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #fff;
	font-style: normal;
	padding: 15px 0 40px;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.home08-Testimonials small:before {
	content: " ";
}
.home08-Testimonials small span {
	display: block;
	font-weight: normal;
	text-transform: none;
	margin-top: 4px;
}
@media only screen and (max-width: 767px) {
.home08-Testimonials blockquote:before {
	left: 0px;
	font-size:20px;
}
.home08-Testimonials blockquote:after {
	right: 0px;
	font-size: 20px;
}

}
.home08-cont05 {
	text-align: center;
}
.home08-cont05 h1 {
	font-size: 32px;
	color: #000;
	font-weight: normal;
	line-height: normal;
}
.home08-cont05 .line {
	width: 150px;
	height: 1px;
	background-color: #1E7AD8;
	margin: 30px auto;
}
.home08-cont05 p {
	padding: 0 80px;
	margin: 0 0 40px 0;
}
.home08-price {
	padding: 0;
	margin: 0 -5px;
}
.home08-price > div {
	padding: 0px 5px;
}
.home08-price .price_holder {
	border: none;
	text-align: center;
}
.home08-price .price_box {
	color: #fff;
	padding: 20px 0px;
	background-color: #1E7AD8;
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	margin: -1px -1px 0;
}
.home08-price .price_title {
	color: #fff;
	border: none;
	padding-bottom: 20px;
}
.home08-price .price_title h2 {
	margin: 0px;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	letter-spacing: normal;
	text-transform: uppercase;
}
.home08-price .sup {
	font-size: 60px;
	line-height: normal;
}
.home08-price .price {
	font-size: 60px;
	line-height: normal;
}
.home08-price .price_box p {
	font-size: 14px;
	padding: 0;
	margin: 0 0 20px 0;
}
.home08-price .price_holder {
	margin: 0;
	padding: 0 0 30px 0;
	border: 1px solid #1E7AD8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.home08-price .price_holder ul {
	border: none;
	margin-bottom: 0;
}
.home08-price .price_holder ul li {
	list-style: none;
	border-top: none;
	border-bottom: 1px solid #DCDCDC;
	padding: 15px 40px;
	text-align: left;
	font-size: 13px;
}
.home08-price .price_holder ul li span.fa {
	font-size: 12px;
	color: #1E7AD8;
	margin: 0px 10px 0 0;
}
.home08-price .price_holder a.btn {
	display: inline-block;
	color: #fff;
	padding: 18px 40px;
	margin: 30px 0 0 0;
	background-color: #1E7AD8;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	font-size: 14px;
}
.home08-price .price_holder a.btn:hover {
	text-decoration: none;
	background-color: #333!important;
}
.home08-price .price_holder.color2 .price_box {
	background-color: #25B9CF;
}
.home08-price .price_holder.color2 {
	border: 1px solid #25B9CF;
}
.home08-price .price_holder.color2 ul li span.fa {
	color: #25B9CF;
}
.home08-price .price_holder.color2 a.btn {
	background-color: #25B9CF;
}
.home08-price .price_holder.color3 .price_box {
	background-color: #40B8A6;
}
.home08-price .price_holder.color3 {
	border: 1px solid #40B8A6;
}
.home08-price .price_holder.color3 ul li span.fa {
	color: #40B8A6;
}
.home08-price .price_holder.color3 a.btn {
	background-color: #40B8A6;
}
.home08-price .price_holder.color4 .price_box {
	background-color: #64C376;
}
.home08-price .price_holder.color4 {
	border: 1px solid #64C376;
}
.home08-price .price_holder.color4 ul li span.fa {
	color: #64C376;
}
.home08-price .price_holder.color4 a.btn {
	background-color: #64C376;
}
.home08-bg05 {
	background-image: url(images/home08-bg05.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	text-align: center;
	backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
	.home08-bg05 {
		background-attachment:scroll;
	}
}
.home08-bg05:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #1E7AD8;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-color: #1e7ad8;
	background: #1e7ad8;
	background: -moz-linear-gradient(30deg, #1e7ad8 0%, #1ed6d8 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1e7ad8), color-stop(100%, #1ed6d8));
	background: -webkit-linear-gradient(30deg, #1e7ad8 0%, #1ed6d8 100%);
	background: -o-linear-gradient(30deg, #1e7ad8 0%, #1ed6d8 100%);
	background: -ms-linear-gradient(30deg, #1e7ad8 0%, #1ed6d8 100%);
	background: linear-gradient(30deg, #1e7ad8 0%, #1ed6d8 100%);
}
.home08-bg05 h1 {
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}
.home08-bg05 .line {
	width: 150px;
	height: 1px;
	margin: 30px auto;
	background-color: #fff;
}
.home08-bg05 p {
	color: #fff;
	line-height: 20px;
	padding: 0 80px;
}
.home08-bg05 a {
	margin: 20px 10px 0 10px;
	font-size: 14px;
	text-transform: uppercase;
}
.home08-bg05 a em.fa {
	font-size: 20px;
	margin: 0 15px 0 0;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.home08-bg05 p {
		padding: 0 20px;
	}
}

.home08-cont07 p {
	line-height: 23px;
}
.home08-cont07 a.link {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #aaa;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: inherit;
	transition: color ease-in 200ms, border ease-in 200ms;
	-moz-transition: color ease-in 200ms, border ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms, border ease-in 200ms; /* Safari and Chrome */
	-o-transition: color ease-in 200ms, border ease-in 200ms; /* Opera */
	-ms-transition: color ease-in 200ms, border ease-in 200ms; /* IE9? */
}
html .home08-cont07 a.link {
	color: inherit;
}
.home08-cont07 a em.fa {
	font-size: 12px;
}
.home08-cont07 a:hover {
	border: 1px solid #1E7AD8;
	color: #1E7AD8;
}
.home08-tag a {
	color: #aaaaaa;
	box-shadow: inset 0px 0px 0px 1px rgba(119,119,119,1);
	display: inline-block;
	margin: 0px 1px 8px 0px;
	outline: none;
	line-height: 20px;
	padding: 7px 21px;
	color: #aaa;
	font-size: 13px;
	text-decoration: none;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}
html .home08-tag a:link, html .home08-tag a:active, html .home08-tag a:visited {
	color: inherit;
}
.home08-tag a:hover {
	color: #fff!important;
	text-decoration: none!important;
	border: none;
	box-shadow: none;
	background-color: #1E7AD8;
	background: #1E7AD8;
	background: -moz-linear-gradient(30deg, #1E7AD8 0%, #1ed6d8 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1E7AD8), color-stop(100%, #1ed6d8));
	background: -webkit-linear-gradient(30deg, #1E7AD8 0%, #1ed6d8 100%);
	background: -o-linear-gradient(30deg, #1E7AD8 0%, #1ed6d8 100%);
	background: -ms-linear-gradient(30deg, #1E7AD8 0%, #1ed6d8 100%);
	background: linear-gradient(30deg, #1E7AD8 0%, #1ed6d8 100%);
}
.header08-cont06 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.header08-cont06 li {
	position: relative;
	padding: 25px 0 25px 106px;
}
.header08-cont06 li:first-child {
	padding: 0 0 0 106px;
	margin: 0 0 25px 0;
}
.header08-cont06 li div.img img {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -43px 0 0 0;
}
.header08-cont06 li span.date {
	color: #1e7ad8;
}
.header08-cont06 .line {
	height: 1px;
	background-color: #333333;
	display: block;
}
.home08-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.home08-list li {
	border-bottom: 1px solid #333;
	padding: 14px 0;
}
.home08-list li:first-child {
	padding-top: 0px;
}
.home08-list li a, .home08-list li a:link, .home08-list li a:active, .home08-list li a:visited {
	color: inherit;
	text-decoration: none;
}
.home08-list li a span.fa {
	margin: 0 15px 0 0;
	color: #1E7AD8;
}
.home08-custompane > .left {
	width: 50%;
	float:left;
}
.home08-custompane > .right {
	width: 50%;
	padding: 0 5%;
	float:right;
}
.home08-custompane [class*="Pane"] {
	margin: 0;
}
.home08-title h3 {
	font-size: 32px;
	color: #000000;
	font-weight: normal;
}
.home08-title .line {
	width: 150px;
	display: block;
	margin: 25px 0;
	border-bottom: 1px solid #1e7ad8;
}
@media only screen and (max-width: 991px) {
	.home08-custompane > .left {
		width:auto;
		float:none;
		margin:0px;
	}
	.home08-custompane > .right {
		width:auto;
		padding: 0;
		float:none;
		margin:0px 15px 15px;
	}
}


/*Accent colour*/
.home08-banner-btn:hover{
	color:#6075a7;
	background-color:#6075a7;
}
.home08-cont .line,
.home08-cont04 .line,
.home08-title .line,
.home08-cont05 .line,
.home08-cont03 .line{
	background-color:#6075a7;
	border-color:#6075a7;
}
.home08-cont03 ul li em.fa,
.home08-cont07 a:hover{
	color:#6075a7;
	border-color:#6075a7;
}
div.Theme_Responsive_20073_home08 .form_submit .btn{
	background-color:#6075a7;
}
.home08-list li a span.fa,
.home08-list li a:hover,
.header08-cont06 li span.date{
	color:#6075a7;
}

.footer_box .home08-cont07 a:hover{
	color:#e48d25;
	border-color:#e48d25;
}
.footer_box .home08-list li a span.fa,
.footer_box .home08-list li a:hover,
.footer_box .header08-cont06 li span.date{
	color:#e48d25;
}



























/*Home Page 39 Style*/

/*Home Page 40 Style*/

/*Home Page 41 Style*/






/*Home Page 10 Style*/
.home10-linklist .sep{
	padding:0 10px;
}
.home10-social{
	margin:0;
	padding:0;
	list-style:none;
}
.home10-social li{
	margin:0 0 0 10px;
	padding:0 0 0 60px;
	list-style:none;
	display:inline-block;
	text-align:left;
	position:relative;
	font-size:16px;
	color:#009b85;
}
.home10-social li .fa{
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	position:absolute;
	left:0;
	top:2px;
	background-color:#000;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:20px;
	color:#FFF;
}
.home10-social li.color-1 .fa{
	background-color:#1b58a1;
}
.home10-social li.color-2 .fa{
	background-color:#02bde6;
}
.home10-social li p{
	color:#666666;
	font-size:13px;
}
.home10-ibox {
	margin-bottom: 5px;
	text-align: center;
	overflow: hidden;
	clear: both;
}
.home10-banner-btn{
	line-height:58px;
	
}
.tp-banner .home10-banner-btn {
	display: inline-block;
	padding: 0 40px;
	border:1px solid #009b85;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.tp-banner .home10-banner-btn, 
.tp-banner .home10-banner-btn:link, 
.tp-banner .home10-banner-btn:active, 
.tp-banner .home10-banner-btn:visited {
	color: #009b85;
}
.tp-banner .home10-banner-btn:hover {
	color: #FFF!important;
	background-color:#009b85;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tp-banner .home10-banner-btn a {
		display: inline-block;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	.tp-banner .home10-banner-btn a {
		display: inline-block;
		padding: 0 5px;
	}
}



.home10-ibox .ibox-cont {
	padding: 10px;
}
.home10-ibox .ibox-cont .title {
	font-size: 16px;
	color: #000000;
	vertical-align: middle;
	font-weight: normal;
	text-transform: uppercase;
}
.home10-ibox .ibox-cont .info {
	padding: 13px 0 20px 0;
	vertical-align: top;
	clear: both;
}
.home10-ibox .ibox-cont .info p {
	padding-bottom: 10px;
}
.home10-ibox .ibox-cont .icon {
	height: 78px;
	width: 78px;
	line-height: 78px;
	font-size: 36px;
	margin: auto;
	text-align: center;
	position: relative;
	padding: 25px 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.home10-ibox .ibox-cont:hover .icon {
}
.home10-ibox .icon .fa {
	height: 78px;
	width: 78px;
	line-height: 78px!important;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #FFF;
}
.home10-ibox .ibox-cont {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
	margin: 10px 0 5px;
}
.home10-ibox .ibox-cont:hover, .home10-ibox .ibox-cont:hover .title, .home10-ibox .ibox-cont:hover a, .home10-ibox .ibox-cont:hover a:link, .home10-ibox .ibox-cont:hover a:active, .home10-ibox .ibox-cont:hover a:visited {
	color: #FFFFFF;
}
.home10-ibox .ibox-cont:hover .icon em {
	background: #FFFFFF;
}
.home10-ibox .ibox-cont {
	border: 2px solid #009b85;
}
.home10-ibox .ibox-cont {
	border-color: #009b85;
}
.home10-ibox .ibox-cont .icon em, .home10-ibox .ibox-cont:hover {
	background: #009b85;
}
.home10-ibox .ibox-cont:hover .icon em {
	color: #009b85;
}
.home10-ibox .ibox-cont a, .home10-ibox .ibox-cont a:link, .home10-ibox .ibox-cont a:active, .home10-ibox .ibox-cont a:visited {
	color: #009b85;
}
.home10-bg {
	border-top: 1px solid #e5e5e5;
	background-color: #f7f7f7;
}
.home10-cont h3 {
	font-size: 22px;
	color: #444444;
	margin-bottom: 15px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: normal;
}
.home10-cont .cont-right {
	padding-top: 25px;
	text-align: center;
}
a.home10-btn {
	display: inline-block;
	padding: 12px 35px;
	color: #ffffff !important;
	background-color: #009b85;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
a.home10-btn:hover {
	background-color: #555555;
	text-decoration: none;
}
.home10-bg02 {
	background: url(images/home10-bg02.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
@media only screen and (max-width: 991px) {
	.home10-bg02 {
		background-attachment:scroll;
	}
}
.home10-bg-shade {
	position: relative;
	background-image: url(images/home10-bg02-shade.png);
}
.home10-bg02, .home10-bg02 h3 {
	color: #FFF;
}
.home10-cont02 {
	padding-top: 25px;
	padding-bottom: 30px;
}
.home10-cont02 h3 {
	font-size: 22px;
	line-height: 1.3;
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 0 15px;
}
.home10-cont02 > p {
	font-size: 14px;
	line-height: 1.8;
}
@media only screen and (min-width: 1200px) {
.home10-cont02 {
	padding-top: 64px;
}
}
.home10-list {
	margin: 20px 0 25px;
	list-style: none;
}
.home10-list li {
	line-height: 2;
}
.home10-list li em.fa {
	margin-right: 12px;
	font-size: 18px;
	color: #009b85;
	vertical-align: middle;
}
a.home10-btn02, a.home10-btn02:link, a.home10-btn02:active, a.home10-btn02:visited {
	display: inline-block;
	color: #009b85;
	padding: 10px 30px;
	border: 1px solid #009b85;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
a.home10-btn02:hover {
	text-decoration: none;
	color: #ffffff!important;
	background-color: #009b85;
}
.home10-title {
	text-align: center;
	margin-top: 5px;
	text-transform: uppercase;
}
.home10-title h3 {
	font-size: 22px;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.3;
}
.home10-title .line {
	width: 30px;
	height: 1px;
	background-color: #009b85;
	margin: 20px auto 32px;
}
.home10-cont03, .home10-cont04 {
	border: 1px solid #ededed;
	background-color: #f7f7f7;
	position: relative;
	margin-top: 45px;
}
.home10-cont03 .cont_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 34%;
	height: 100%;
	background: url(images/home3_blog_img1.jpg) center top no-repeat;
	background-size: cover;
}
.home10-cont03 .cont_right {
	float: right;
	width: 66%;
	position: relative;
	padding: 60px 30px 60px 70px;
}
.home10-cont04 .cont_left {
	float: left;
	width: 66%;
	text-align: right;
	position: relative;
	padding: 60px 70px 60px 30px;
}
.home10-cont04 .cont_right {
	position: absolute;
	right: 0;
	top: 0;
	width: 34%;
	height: 100%;
	background: url(images/home3_blog_img2.jpg) center top no-repeat;
	background-size: cover;
}
.home10-cont03 h3, .home10-cont04 h3 {
	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 0 15px;
}
.home10-cont03 .date, .home10-cont04 .date {
	position: absolute;
	top: 50%;
	margin-top: -47px;
	padding-top: 10px;
	width: 95px;
	height: 95px;
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	background-color: #009b85;
	border: 3px solid #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 1;
	line-height: 1.1;
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.2);               /* For Firefox3.6+ */
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.2);            /* For Chrome5+, Safari5+ */
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);                    /* For Latest Opera */
}
.home10-cont04 .date {
	-moz-box-shadow: -3px 3px 6px rgba(0,0,0,0.2);               /* For Firefox3.6+ */
	-webkit-box-shadow: -3px 3px 6px rgba(0,0,0,0.2);            /* For Chrome5+, Safari5+ */
	box-shadow: -3px 3px 6px rgba(0,0,0,0.2);                    /* For Latest Opera */
}
.home10-cont03 .date span, .home10-cont04 .date span {
	font-size: 14px;
	display: block;
}
.home10-cont03 .cont_right .date {
	left: -47px;
}
@media only screen and (max-width: 767px) {
	.home10-cont03 .cont_left,
	.home10-cont04 .cont_right{
		position:static;
		width:100%;
		height:250px;
	}
	.home10-cont03 .cont_right,
	.home10-cont04 .cont_left{
		float:none;
		width:auto;
		padding:60px 30px 30px;
		text-align:left;
	}
	.home10-cont03 .date, 
	.home10-cont04 .date{
		top:0;
		left:30px!important;		
	}

}


.home10-cont04 .cont_left .date {
	right: -47px;
}
.home10-bg03 {
	background-color: #f7f7f7;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.home10-carousel {
	padding: 5px 0 24px;
	text-align: center;
}
.home10-carousel .item {
	padding: 0px 14px;
}
.home10-carousel .photo_box {
	border: 1px solid #e0e0e0;
}
.home10-carousel .owl-pagination {
	padding: 0;
}
.home10-carousel .owl-page {
	width: 16px;
	height: 16px;
	background: #d8d8d8;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;               /* For Firefox3.6+ */
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;            /* For Chrome5+, Safari5+ */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.home10-carousel .owl-page.active {
	padding: 5px;
}
.home10-carousel .owl-page.active span {
	background: #ffffff;
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.home10-carousel .owl-page {
	border: none;
}
.home10-carousel .text {
	clear: both;
	overflow: hidden;
	border: 1px solid #c8c8c8;
	border-top: none;
	padding: 25px;
	font-size: 13px;
	color: #717171;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home10-carousel .text h3 {
	font-size: 16px;
	color: #000000;
	margin-bottom:20px;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: color ease-in 200ms; /* Opera */
	-ms-transition: color ease-in 200ms; /* IE9? */
}
.home10-carousel .text a {
	text-decoration: underline;
}
.home10-carousel .photo_box:hover .text {
	background-color: #07c6f5;
	color: #FFF;
}
.home10-carousel .photo_box:hover .text h3 {
	color: #FFF;
}
.home10-carousel .photo_box:hover .text a {
	color: #FFF;
}
.home10-bg04 {
	background: url(images/home10-bg04.jpg) no-repeat center top;
	background-size:cover;
}
.home10-bg05 {
	background: url(images/home10-bg05.jpg) no-repeat center top;
	background-size:cover;
}
.home10-ibox02 {
	margin: auto 13%;
}
.home10-ibox02 .itmes {
	margin: 60px 0 0px;
	padding: 0 34px 30px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #9b9da1;
	background-color: #6c6f76;
	background-color: rgba(108,111,118,0.5);
}
.dnngo-main.boxed .home10-ibox02 .itmes {
	padding: 0 15px 30px;
}

.home10-ibox02 .itmes em.fa {
	width: 83px;
	height: 83px;
	line-height: 83px;
	font-size: 45px;
	margin: -40px auto 0;
	background-color: #009b85;
}
.home10-ibox02 .itmes h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 30px 0 20px;
	color: #FFF;
}
.home10-ibox02 .itmes .line {
	width: 30px;
	height: 1px;
	background-color: #009b85;
	margin: 20px auto;
}
.home10-ibox02 .itmes p {
	line-height: 2;
	padding: 0px 20px;
}
@media only screen and (max-width: 767px) {
	.home10-ibox02 .itmes{
		padding:0px 10px 15px;
	}
}

.home10-carousel02 {
	text-align: center;
}
.home10-carousel02 img {
	width: 220px;
	height: 220px;
	margin: 10px auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home10-carousel02 h3 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 15px 0 35px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home10-carousel02 h3 span {
	display: block;
	font-size: 13px;
	color: #666666;
	margin-top: 8px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home10-carousel02 .item {
	padding: 0 5px;
}
.home10-carousel02 .item img {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.home10-carousel02 .item:hover img {
	padding: 10px;
	border: 3px solid #009b85;
}
.home10-carousel02 .item:hover h3, .home10-carousel02 .item:hover h3 span {
	color: #009b85;
}
.home10-carousel02 .owl-buttons .owl-prev, 
.home10-carousel02 .owl-buttons .owl-next {
	width: 52px;
	height: 52px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	left: -52px;
	margin-top: -26px;
	background-color: transparent;
}
.home10-carousel02 .owl-buttons .owl-next {
	left: auto;
	right: -52px;
}
.dnngo-main.boxed .home10-carousel02 .owl-buttons .owl-prev{
	left:0;
}
.dnngo-main.boxed .home10-carousel02 .owl-buttons .owl-next{
	right:0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home10-carousel02 .owl-buttons .owl-prev{
		left:-15px;
	}
	.home10-carousel02 .owl-buttons .owl-next{
		right:-15px;
	}
}
@media only screen and (max-width: 767px) {
	.home10-carousel02 .owl-buttons .owl-prev{
		left:0;
	
	}
	.home10-carousel02 .owl-buttons .owl-next{
		right:0;
	}
}

.home10-carousel02 .owl-buttons .owl-prev:before, .home10-carousel02 .owl-buttons .owl-next:before {
	border-color: #959494;
}
.home10-btn03 {
	margin-top: 40px;
}
.home10-btn03 a {
	display: inline-block;
	padding: 10px 35px;
	color: #ffffff !important;
	background-color: #009b85;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home10-btn03 a:hover {
	background-color: #555555;
	text-decoration: none;
}
.home10-imglist {
	margin: 0 -6px;
}
.home10-imglist .padding {
	padding: 0 6px;
	float: left;
	width: 14.286%;
}
.home10-imglist .padding .photo_box .ico span {
	border: none;
	font-size: 18px;
	background-color: transparent;
}
.home10-imglist .padding .photo_box .shade {
	background-color: #009b85;
}
.home10-imglist .padding .photo_box:hover .shade {
	opacity: 0.8;
}
.home10-accordion .panel-default {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-box-shadow: none;               /* For Firefox3.6+ */
	-webkit-box-shadow: none;            /* For Chrome5+, Safari5+ */
	box-shadow: none;                    /* For Latest Opera */
}
.home10-accordion .panel + .panel {
	margin-top: 15px;
}
.home10-accordion .panel-default > .panel-heading {
	background: transparent;
	padding: 0px;
}
.home10-accordion .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding: 16px 20px 21px 58px;
	color: #444444;
}
.home10-accordion .panel-default > .panel-heading a {
	font-size: 13px;
	font-weight: normal;
	color: #009b85;
	padding: 13px 15px 13px 20px;
	display: block;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home10-accordion .panel-default > .panel-heading a.collapsed {
	color: #666666;
	background-color: #ffffff;
}
.home10-accordion .panel-default > .panel-heading a:hover {
	color: #009b85;
	text-decoration: none;
}
.home10-accordion .panel-default > .panel-heading a.collapsed:hover {
}
.home10-accordion .panel-default .accordion_icon {
	width: 21px;
	height: 21px;
	margin: -1px 16px 0 0;
	float: left;
	color: #ffffff;
	background-color: #009b85;
	position: relative;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: background-color ease-in 200ms;
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
}
.home10-accordion .panel-title a:hover .accordion_icon {
	background-color: #009b85;
}
.home10-accordion .panel-default .collapsed .accordion_icon {
	background-color: #999999;
}
.home10-accordion .accordion_icon:before {
	content: "\2212";
	margin: -10px 0 0 -10px;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "FontAwesome";
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}
.home10-accordion .panel-title a:hover .accordion_icon:before {
	content: "\2212";
}
.home10-accordion .panel-title a.collapsed .accordion_icon:before {
	content: "\002B";
}
.home10-accordion .panel-title a.collapsed:hover .accordion_icon:before {
	content: "\002B";
}
.home10-custompane-bg {
	background-color:#f7f7f7;
	box-shadow:0 0 1px rgba(0,0,0,0.4);	
	-moz-box-shadow:0 0 1px rgba(0,0,0,0.4); 	
	-webkit-box-shadow:0 0 1px rgba(0,0,0,0.4);
}
.home10-title02{
	font-size:22px;
	color:#000000;
	font-weight:normal;
	margin-bottom:30px;
}
.home10-title02 span{
	display:inline-block;
	font-size:13px;
	color:#666666;
}
.home10-title02 .line{
	width:30px;
	border-bottom:1px solid #009b85;
	display:inline-block;
	height:0px;
	margin:0 7px;
}
.home10-ibox03{
	margin-bottom:20px;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.home10-ibox03 img{
	float:left;
	margin-right:19px;
	margin-bottom:15px;
}
.home10-ibox03 .text-hidden{
	overflow:hidden;
	margin-bottom:15px;
}
.home10-ibox03 .text-hidden h3{
	font-weight:normal;
	font-size:14px;
	color:#009b85;
	margin:0 0 5px;
}
.home10-ibox03 .text-hidden p{
	margin:0;
}
.home10-ibox03 .text-accent {
	color:#009b85;
}
.home10-tag a{
	display:inline-block;
	padding:14px 25px;
	border:1px solid #aaaaaa;
	margin:0 7px 7px 0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition:	all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.footer_box .home10-tag a, 
.footer_box .home10-tag a:link, 
.footer_box .home10-tag a:active, 
.footer_box .home10-tag a:visited{
	color:inherit;
}
.home10-tag a:hover{
	color:#14e7c9;
	border-color:#14e7c9;
	text-decoration:none!important;
}
.home10-goemail {
    position: relative;
    padding: 10px 10px 12px;
    background-color: #202020;
    line-height: 1.2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.home10-goemail .fa {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
	line-height:38px;
    height: 100%;
    text-align: center;
    background-color: #009b85;
    color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
}

/*Accent colour*/
.tp-banner .home10-banner-btn, 
.tp-banner .home10-banner-btn:link, 
.tp-banner .home10-banner-btn:active, 
.tp-banner .home10-banner-btn:visited,
.home10-ibox .ibox-cont a, 
.home10-ibox .ibox-cont a:link, 
.home10-ibox .ibox-cont a:active, 
.home10-ibox .ibox-cont a:visited,
.home10-list li em.fa,
.home10-carousel02 .item:hover h3, 
.home10-carousel02 .item:hover h3 span,
.home10-accordion .panel-default > .panel-heading a:hover,
.home10-accordion .panel-default > .panel-heading a,
.home10-ibox .ibox-cont:hover .icon em{
	color:#6075a7;
}
.tp-banner .home10-banner-btn,
.home10-ibox .ibox-cont,
.home10-carousel02 .item:hover img,
.home10-title02 .line{
	border-color:#6075a7;
}
.tp-banner .home10-banner-btn:hover,
.home10-ibox .ibox-cont .icon em, 
.home10-ibox .ibox-cont:hover,
a.home10-btn,
a.home10-btn02:hover,
.home10-cont03 .date, 
.home10-cont04 .date,
.photo_box .ico span,
.home10-carousel .photo_box:hover .text,
.carousel .owl-page.active,
.home10-title .line,
.home10-ibox02 .itmes em.fa,
.home10-ibox02 .itmes .line,
.home10-title .line,
.home10-btn03 a,
.home10-accordion .panel-title a:hover .accordion_icon,
.home10-imglist .padding .photo_box .shade,
.home10-accordion .panel-default .accordion_icon,
.photo_box .ico span, 
.photo_box .ico em, 
.photo_box .ico i, 
.photo_box .ico .fa{
	background-color:#6075a7;
}
a.home10-btn02, 
a.home10-btn02:link, 
a.home10-btn02:active, 
a.home10-btn02:visited,
div.Theme_Responsive_20073_home10 .form_submit input:hover{
	color:#6075a7;
	border-color:#6075a7;
}

.Home10-heading01:after,
.home10-tag a:hover{
	border-color:#6075a7;
}
.home10-goemail .fa{
	background-color:#6075a7;
}
.home10-ibox03 .text-hidden h3,
.home10-ibox03 .text-accent,
.home10-tag a:hover{
	color:#6075a7;
}
.footer_box .Home10-heading01:after,
.footer_box .home10-tag a:hover{
	border-color:#e48d25;
}
.footer_box .home10-goemail .fa{
	background-color:#e48d25;
}
.footer_box .home10-ibox03 .text-hidden h3,
.footer_box .home10-ibox03 .text-accent,
.footer_box .home10-tag a:hover{
	color:#e48d25;
}



























/*Home Page 39 Style*/

/*Home Page 40 Style*/

/*Home Page 41 Style*/






/*Home Page 12 Style*/
.home12-banner-btn{
	padding: 16px 35px;
	color: #FFF;
	font-size: 14px;
	border: 1px solid #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.home12-banner-btn, 
.home12-banner-btn:link, 
.home12-banner-btn:active, 
.home12-banner-btn:visited {
	color: #FFF;
}
.home12-banner-btn:hover {
	color: #FFF!important;
	background-color: #3fcfda;
	border: 1px solid #3fcfda;
}
.home12-ibox {
	text-align: center;
}
.home12-ibox .ico {
	width: 127px;
	height: 127px;
	line-height: 127px;
	text-align: center;
	font-size: 45px;
	color: #3fcfda;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #c8d9db;
	margin: 0 auto 40px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home12-ibox:hover .ico {
	background-color: #3fcfda;
	color: #FFF;
	border-color: #3fcfda;
}
.home12-ibox p {
	padding: 10px 0;
	margin: 0;
}
.home12-bg {
	background: url(images/home12-bg.jpg) center bottom no-repeat;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
}
@media only screen and (max-width: 991px) {
	.home12-bg {
		background-attachment:scroll;
	}
}
.home12-bg, .home12-bg .Normal, .home12-bg a, .home12-bg a:link, .home12-bg a:active, .home12-bg a:visited, .home12-bg a:hover {
	color: #333333;
}
.home12-bg h3 {
	color: #000;
}
.home12-title {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 4px;
}
.home12-line {
	width: 37px;
	height: 0;
	clear: both;
	position: relative;
	margin: 15px auto;
	border-bottom: 1px solid #000000;
}
.home12-carousel .owl-buttons .owl-prev, .home12-carousel .owl-buttons .owl-next {
	height: 65px;
	width: 43px;
	background-color: #000000;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.home12-carousel .owl-buttons .owl-prev {
	left: 0px;
}
.home12-carousel .owl-buttons .owl-next {
	right: 0px;
}
.home12-carousel:hover .owl-buttons .owl-prev, .home12-carousel:hover .owl-buttons .owl-next {
	filter: alpha(opacity=100);
	opacity: 1;
}
.home12-carousel .owl-buttons .owl-prev:before {
	width: 15px;
	height: 15px;
	margin: -7px 0 0 -4px
}
.home12-carousel .owl-buttons .owl-next:before {
	width: 15px;
	height: 15px;
	margin: -7px 0 0 -10px
}
.home12-carousel .owl-buttons .owl-prev {
	height: 0px;
	width: 0px;
	background-color: transparent;
	filter: alpha(opacity=100);
	opacity: 1;
	border: 16px solid transparent;
	border-right-color: #4e4e4e;
}
.home12-carousel .owl-buttons .owl-next {
	height: 0px;
	width: 0px;
	background-color: transparent;
	filter: alpha(opacity=100);
	opacity: 1;
	border: 16px solid transparent;
	border-left-color: #4e4e4e;
}
.home12-carousel .owl-buttons .owl-prev:before, .home12-carousel .owl-buttons .owl-next:before {
	display: none;
}
.home12-carousel .owl-buttons .owl-prev:hover {
	background-color: transparent;
	border-right-color: #3dceda;
}
.home12-carousel .owl-buttons .owl-next:hover {
	background-color: transparent;
	border-left-color: #3dceda;
}
.home12-carousel .owl-buttons {
	text-align: center;
}
.home12-carousel .owl-buttons .owl-prev, .home12-carousel .owl-buttons .owl-next {
	position: static;
	margin: 10px 10px 0;
	display: inline-block;
}
a.home12-btn, a:link.home12-btn, a:active.home12-btn, a:visited.home12-btn {
	padding: 10px 25px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	white-space: nowrap;
	color: #000000;
	border: 2px solid #000000;
	margin: 0px 12px 10px 0;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
a:hover.home12-btn {
	border-color: #3cceda;
	color: #3cceda;
}
.home12-bg02 {
	background: url(images/home12-bg02.jpg) center bottom no-repeat;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
	backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
	.home12-bg02 {
		background-attachment:scroll;
	}
}
.home12-bg02, .home12-bg02 .Normal, .home12-bg02 a, .home12-bg02 a:link, .home12-bg02 a:active, .home12-bg02 a:visited, .home12-bg02 a:hover {
	color: #FFF;
}
.home12-title02 h3 {
	color: #333333;
	font-size: 22px;
	margin-bottom: 20px;
	letter-spacing: 4px;
	font-weight: normal;
}
.home12-title02 h6 {
	font-size: 18px;
	color: #3dceda;
	font-weight: normal;
}
.home12-title02 h6:after {
	content: "";
	border-bottom: 1px solid #3dceda;
	width: 87px;
	display: block;
	margin: 17px 0 30px;
}
.home12-title03 {
	font-size: 22px;
	font-weight: normal;
	color: #3dccd9;
	letter-spacing: 4px;
}
.home12-line02 {
	width: 37px;
	height: 0;
	clear: both;
	position: relative;
	margin: 25px auto;
	border-bottom: 1px solid #FFFFFF;
}
.home12-Testimonials .pic {
	display: block;
	padding: 45px 0;
	text-align: center;
}
.home12-Testimonials blockquote, .home12-Testimonials blockquote p {
	text-align: center;
	font-size: 14px;
	font-style: normal;
	text-indent: 0;
	color: #FFF!important;
}
.home12-Testimonials blockquote {
	padding: 0;
}
.home12-Testimonials blockquote small {
	position: static;
	padding: 30px 0 45px;
	text-align: center;
	font-style: italic;
	color: #FFF;
	font-size: 14px;
}
.home12-Testimonials blockquote small span {
	color: #3cceda;
}
.home12-Testimonials blockquote small:before {
	content: "";
}
.home12-Testimonials .dot {
	width: 100%;
	text-align: center;
}
.home12-Testimonials .last_page, .home12-Testimonials .next_page {
	left: 50%;
	bottom: 0px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */

}
.home12-Testimonials .last_page {
	margin: 0 0 0 -40px;
}
.home12-Testimonials .next_page {
	margin: 0 -40px 0 0;
}
.home12-bg03 {
	background: #3cceda;
	text-align: center;
}
.home12-bg03 h3 {
	color: #FFF;
}
.home12-bg03, .home12-bg03 .Normal, .home12-bg03 a, .home12-bg03 a:link, .home12-bg03 a:active, .home12-bg03 a:visited, .home12-bg03 a:hover {
	color: #FFF;
}
.home12-bg04 {
	background: url(images/home12-bg04.jpg) center bottom no-repeat;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
	backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
	.home12-bg04 {
		background-attachment:scroll;
	}
}
.home12-bg04, .home12-bg04 .Normal, .home12-bg04 a, .home12-bg04 a:link, .home12-bg04 a:active, .home12-bg04 a:visited, .home12-bg04 a:hover, .home12-bg04 h3 {
	color: #FFF;
}
.home12-ibox02 {
	position: relative;
	text-align: left;
	padding: 40px 0 40px 59px;
	min-height: 60px;
}
.home12-ibox02 .ico {
	font-size: 35px;
	position: absolute;
	left: 0px;
	top: 35px;
}
@media only screen and (max-width: 767px) {
	.home12-ibox02{
		padding: 20px 0 20px 59px;
		min-height:inherit;
	}
	.home12-ibox02 .ico{
		top:15px;
	}
}
.home12-carousel02 .owl-buttons .owl-prev, .home12-carousel02 .owl-buttons .owl-next {
	background-color: transparent!important;
	margin-top: -29px;
	width: auto;
	height: auto;
	left: 0;
}
.home12-carousel02 .owl-buttons .owl-next {
	left: auto;
	right: 0;
}
.home12-carousel02 .item {
	text-align: center;
}
.home12-carousel02 .owl-buttons .owl-prev:hover, .home12-carousel02 .owl-buttons .owl-next:hover {
	background-color: transparent!important;
}
.home12-carousel02 .owl-buttons .owl-prev:before, .home12-carousel02 .owl-buttons .owl-next:before, .home12-carousel02 .owl-buttons .owl-prev:hover:before, .home12-carousel02 .owl-buttons .owl-next:hover:before {
	width: 15px;
	height: 15px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.home12-carousel02 .owl-buttons .owl-next:before {
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
}
.home12-bg05 {
	background: url(images/home12-bg05.jpg) center bottom no-repeat;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
	backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
	.home12-bg05 {
		background-attachment:scroll;
	}
}
.home12-bg05, .home12-bg05 .Normal, .home12-bg05 a, .home12-bg05 a:link, .home12-bg05 a:active, .home12-bg05 a:visited, .home12-bg05 a:hover, .home12-bg05 h3 {
	color: #FFF;
}
.home12-info {
	font-size: 13px;
	margin-bottom: 10px;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: color ease-in 200ms; /* Opera */
	-ms-transition: color ease-in 200ms; /* IE9? */
}
.home12-info .fa {
	font-size: 50px;
	margin-bottom: 20px;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: color ease-in 200ms; /* Opera */
	-ms-transition: color ease-in 200ms; /* IE9? */
}
.home12-info:hover {
	color: #3dceda;
}
.home12-info:hover .fa {
	color: #3dceda;
}
.home12-bg06 {
	background-color: #f1f1f1;
}
.home12-list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	font-size: 0;
	letter-spacing: 0;
}
.home12-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	letter-spacing: 1px;
	width: 50%;
	margin-bottom: 10px;
	color: #272727;
}
.home12-list li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	color: #3dceda;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

/*Accent colour*/
.home12-banner-btn:hover,
div.Theme_Responsive_20073_home12 .btn:hover,
.home12-ibox:hover .ico {
	background-color: #6075a7;
	border-color:#6075a7;
}
.home12-ibox .ico,
.home12-title02 h6,
.home12-title03,
.home12-Testimonials blockquote small span,
.home12-info:hover,
.home12-list li:before,
.home12-info:hover .fa{
	color:#6075a7;
}
.photo_box .ico span,
.home12-bg03,
.photo_box .ico span, 
.photo_box .ico em, 
.photo_box .ico i, 
.photo_box .ico .fa{
	background-color: #6075a7;
}
.home12-carousel .owl-buttons .owl-next:hover{
	border-left-color: #6075a7;
}
.home12-carousel .owl-buttons .owl-prev:hover{
	border-right-color: #6075a7;
}
.home12-title02 h6:after{
	border-color:#6075a7;
}
a:hover.home12-btn,
.Testimonials_tab .last_page:hover, 
.Testimonials_tab .next_page:hover{
	color:#6075a7;
	border-color:#6075a7;
}



























/*Home Page 39 Style*/

/*Home Page 40 Style*/

/*Home Page 41 Style*/






/*Home Page 13 Style*/
.home13-tab .resp-tabs-container {
	background-color: #f5f5f5;
	min-height: 550px;
}
.home13-tab ul.resp-tabs-list {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin: 0;
}
.home13-tab ul.resp-tabs-list li:first-child {
	border: none;
}
.home13-tab .resp-tabs-container {
	border: none;
	padding: 30px 0 40px;
	color: #000000;
	font-size: 22px;
}
.home13-tab .resp-tabs-list {
	width: 100%;
	clear: both;
	background-color: #1d1d1d;
}
.home13-tab .resp-tabs-list:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}
.home13-tab .resp-tabs-list li {
	display: none;
}
.home13-tab .resp-tabs-list li.resp-tab-item {
	border: none;
	margin: 0;
	position: relative;
	text-align: center;
}
.home13-tab ul.resp-tabs-list li span, .home13-tab ul.resp-tabs-list li.resp-tab-active span, .home13-tab ul.resp-tabs-list li:hover span {
	color: #FFF;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home13-tab ul.resp-tabs-list li span {
	border-right: 2px solid #ffffff;
}
.home13-tab ul.resp-tabs-list li:last-child span {
	border-right: none;
}
.home13-tab ul.resp-tabs-list li.resp-tab-active span {
	background-color: #07c6f5;
}
.home13-tab .resp-tabs-list li.resp-tab-item:hover {
	background: none;
}
.home13-tab .resp-tabs-list li:before {
	content: "";
	border: 10px solid transparent;
	position: absolute;
	width: 0px;
	height: 0px;
	left: 50%;
	bottom: 100%;
	margin: 0px 0px 0px -18px;
	transition: border ease-in 200ms;
	-moz-transition: border ease-in 200ms; /* Firefox 4 */
	-webkit-transition: border ease-in 200ms; /* Safari and Chrome */
	-o-transition: border ease-in 200ms; /* Opera */
	-ms-transition: border ease-in 200ms; /* IE9? */
}
.home13-tab .resp-tabs-list li.resp-tab-item.resp-tab-active:before {
	border-bottom-color: #07c6f5;
}
.home13-tab .resp-tabs-list li.resp-tab-item:first-child:before {
	left: 90%;
}
.home13-tab .resp-tabs-list li.resp-tab-item:last-child:before {
	left: 10%;
}
.home13-tab li.resp-tab-item .tab_ico, .home13-tab li.resp-tab-item.resp-tab-active .tab_ico {
	width: 170px;
	margin: auto;
	color: #000000;
	text-align: center;
}
.home13-tab .tab_ico .fa, .home13-tab li.resp-tab-item:hover .tab_ico .fa, .home13-tab li.resp-tab-item.resp-tab-active .tab_ico .fa {
	width: 170px;
	height: 170px;
	line-height: 160px;
	text-align: center;
	display: block;
	background-color: #07c6f5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 50px;
	color: #FFF;
	margin-bottom: 20px;
}
.home13-tab .tab-container {
	font-size: 13px;
	color: #717171;
	line-height: 1.5;
	letter-spacing: normal;
	padding-top: 80px;
}
.home13-tab .tab-container .tab-smalltitle {
	font-size: 15px;
	color: #717171;
	font-style: italic;
}
.home13-tab .tab-container .tab-title {
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px 0px 30px;
}
.home13-tab .tab-container .tab-tag {
	font-size: 15px;
	color: #000000;
	margin-bottom: 10px;
}
.home13-tab .tab-container .tab-tag:after {
	content: "";
	border-bottom: 2px solid #07c6f5;
	display: block;
	width: 60px;
	padding-top: 3px;
}
.home13-tab .tab-container .btn {
	color: #000000;
	border: 1px solid #000000;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 10px 20px;
	display: inline-block;
	margin: 20px 0 10px;
	background: transparent;
	text-shadow: none;
	transition: background ease-in 200ms;
	-moz-transition: background ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background ease-in 200ms; /* Safari and Chrome */
	-o-transition: background ease-in 200ms; /* Opera */
	-ms-transition: background ease-in 200ms; /* IE9? */
}
.home13-tab .tab-container .btn:hover {
	color: #FFF;
	transition: background ease-in 200ms;
	-moz-transition: background ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background ease-in 200ms; /* Safari and Chrome */
	-o-transition: background ease-in 200ms; /* Opera */
	-ms-transition: background ease-in 200ms; /* IE9? */
}
@media only screen and (max-width: 797px) {
.home13-tab .resp-tabs-container {
	min-height: 0;
	padding: 30px 0;
}
.home13-tab .resp-tabs-container:after {
	content: " ";
	width: 100%;
	height: 0;
	display: block;
	visibility: visible;
	border-bottom: 1px solid #e8e8e8!important;
}
.home13-tab .tab-container {
	padding-top: 30px;
}
.home13-tab .tab-container .tab-title {
	font-size: 20px;
	padding-bottom: 10px;
}
}
.home13-ibox {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	padding: 0px 0 25px 100px;
	margin-bottom: 25px;
	min-height: 70px;
}
.home13-ibox .ico {
	position: absolute;
	top: 5px;
	left: 0px;
	height: 73px;
	line-height: 73px;
	width: 73px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid;
	text-align: center;
	font-size: 25px;
}
.home13-ibox h5 {
	font-size: 15px;
	margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
	.home13-ibox .ico{
		height: 60px;
		line-height: 60px;
		width: 60px;
	}
	.home13-ibox{
		padding-left:75px;
	}
}

.home13-bg {
	background: #f1f1f1;
	text-align: center;
}
.home13-bg.border {
	border-top: 1px solid #e3e3e3;
}
.home13-title {
	text-align: center;
}
.home13-title span {
	font-size: 24px;
	line-height: 1.2;
	color: #000000;
	white-space: normal;
	vertical-align: middle;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.home13-title span:before {
	content: "";
	border-left: 1px solid #000000;
	width: 0px;
	position: absolute;
	left: -38px;
	top: 8px;
	bottom: 5px;
}
.home13-title span:after {
	content: "";
	border-left: 1px solid #000000;
	width: 0px;
	position: absolute;
	right: -38px;
	top: 8px;
	bottom: 5px;
}
.home13-title {
	text-align: center;
}
.home13-isotope .isotope_item > div {
	margin: 0;
}
.home13-isotope .isotope_group {
	text-align: center;
	padding: 10px 0 30px;
}
.home13-isotope .isotope_group a {
	margin: 0px 5px 5px;
	padding: 7px 35px;
	color: #000000;
	font-size: 13px;
	display: inline-block;
	border: 1px solid #cccccc;
	text-decoration: none;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home13-isotope .isotope_group a:hover, .home13-isotope .isotope_group a.active {
	border: 1px solid #07c6f5;
	color: #07c6f5;
	text-decoration: none;
}
.home13-isotope .isotope_item .photo {
	width: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding:0;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home13-isotope .isotope_item .photo img {
	width: 100%;
	transition: all ease-out 400ms;
	-moz-transition: all ease-out 400ms; /* Firefox 4 */
	-webkit-transition: all ease-out 400ms; /* Safari and Chrome */
	-o-transition: all ease-out 400ms; /* Opera */
	-ms-transition: all ease-out 400ms; /* IE9? */
}
.home13-isotope .isotope_item:hover .photo {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.home13-isotope .isotope_item:hover {
	z-index: 1000;
}
.home13-isotope .content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all ease-out 400ms;
	-moz-transition: all ease-out 400ms; /* Firefox 4 */
	-webkit-transition: all ease-out 400ms; /* Safari and Chrome */
	-o-transition: all ease-out 400ms; /* Opera */
	-ms-transition: all ease-out 400ms; /* IE9? */
}
.home13-isotope .content h3 {
	font-size: 32px;
	color: #FFF;
}
.home13-isotope .content h3:after {
	content: "";
	border-bottom: 2px solid #FFF;
	width: 150px;
	display: block;
	margin: 28px auto 30px;
	max-width: 80%;
}
.home13-isotope .content .fa {
	font-size: 30px;
	color: #FFF;
	margin: 0px 20px;
	transition: all ease-out 400ms;
	-moz-transition: all ease-out 400ms; /* Firefox 4 */
	-webkit-transition: all ease-out 400ms; /* Safari and Chrome */
	-o-transition: all ease-out 400ms; /* Opera */
	-ms-transition: all ease-out 400ms; /* IE9? */
}
.home13-isotope .content a:hover .fa {
	color: #000;
}
.home13-isotope .photo:before {
	content: "";
	background-color: #07c6f5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home13-isotope .photo:hover .content {
	opacity: 1;
	visibility: visible;
}
.home13-isotope .photo:hover:before {
	opacity: 0.7;
	visibility: visible;
}
.home13-list {
	margin: 0;
	padding: 30px 0;
	border-top: 1px solid #999999;
}
.home13-list dt {
	position: relative;
	padding-left: 45px;
	margin-bottom: 15px;
}
.home13-list dt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 31px;
	height: 100%;
}
.home13-list dt.bg_color_1:before {
	background-color: #e02246;
}
.home13-list dt.bg_color_2:before {
	background-color: #d67c1c;
}
.home13-list dt.bg_color_3:before {
	background-color: #c2d156;
}
.home13-list dt.bg_color_4:before {
	background-color: #07c6f5;
}
.home13-list .time {
	font-size: 13px;
	color: #1b1b1b;
}
.home13-list .title {
	font-size: 24px;
	color: #1b1b1b;
	padding: 5px 0 8px;
}
.home13-list dd {
	line-height: 1.8;
}
.home13-bg02 {
	background: url(images/home13-bg02.jpg);
	text-align: center;
}
.home13-ourTeam .ourTeam_box {
	width: 55%;
	display: inline-block;
	vertical-align: bottom;
}
.home13-ourTeam .ourTeam_img {
	width: 44%;
	display: inline-block;
	vertical-align: bottom;
}
.home13-ourTeam .ourTeam_thumbnail {
	margin: 0px;
	padding: 0 0 35px 65px;
	text-indent: -65px;
	text-align: left;
}
.home13-ourTeam .ourTeam_thumbnail li {
	list-style: none;
	width: 99px;
	height: 99px;
	border: 1px solid #a9a9a9;
	background-color: #b5b5b5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
	text-indent: 0px;
	cursor: pointer;
	position: relative;
	z-index: 11;
	filter: url(images/gray.svg#grayscale);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home13-ourTeam .ourTeam_thumbnail li.active {
	filter: url(images/gray.svg#normal);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}
.home13-ourTeam .ourTeam_thumbnail li img {
	max-width: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.home13-ourTeam .ourTeam_content {
	text-align: right;
	margin: 0 20px 0 0;
	padding: 0px 0px 70px 0;
	position: relative;
	z-index: 10;
}
.home13-ourTeam .ourTeam_content:after {
	content: "The team";
	font-size: 135px;
	color: #f0f0f0;
	white-space: nowrap;
	position: absolute;
	bottom: -14px;
	right: 0;
	z-index: -1;
	line-height: 1;
	vertical-align: bottom;
}
.home13-ourTeam .ourTeam_content li.item {
	list-style: none;
	display: none;
}
.home13-ourTeam .ourTeam_content li.active {
	display: block;
}
.home13-ourTeam .ourTeam_content .ourTeam_title {
	font-size: 48px;
	color: #717171;
	line-height: 1.2;
	padding-bottom: 5px;
}
.home13-ourTeam .ourTeam_content .ourTeam_title span {
}
.home13-ourTeam .ourTeam_content .ourTeam_name {
	font-size: 24px;
	color: #1b1b1b;
	line-height: 1.2;
	font-weight: bold;
}
.home13-ourTeam .ourTeam_content .ourTeam_info {
	font-size: 13px;
	color: #1b1b1b;
	margin-bottom: 15px;
}
.home13-ourTeam .ourTeam_content .ourTeam_info:before {
	content: "";
	display: inline-block;
	width: 28px;
	border-top: 1px solid #1b1b1b;
	vertical-align: middle;
	margin-right: 10px;
}
.home13-ourTeam .ourTeam_content .social-icons2 {
	padding-top: 12px;
}
.home13-ourTeam .ourTeam_img img {
	max-width: 100%;
}
.home13-ourTeam .social-list {
	font-size: 28px;
	color: #b9b9b9;
}
.home13-ourTeam .social-list span {
	color: #b9b9b9;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home13-ourTeam .social-list a:hover span {
	color: #27cdf6;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home13-ourTeam .ourTeam_thumbnail{
		padding:0;
		text-indent:inherit;
	}
	.home13-ourTeam .ourTeam_thumbnail li{
		margin:0;
		width:90px;
		height:90px;
	}

}
@media only screen and (max-width: 767px) {
	.home13-ourTeam {
		position:relative;
	}
	.home13-ourTeam .ourTeam_content {
		margin:0 0px 0 0;
		text-align:left;
	}
	.home13-ourTeam .ourTeam_box{
		width:100%;
	}
	.home13-ourTeam .ourTeam_thumbnail li{
		margin-right:0px;
		width:50px;
		height:50px;
	}
	.home13-ourTeam .ourTeam_thumbnail{
		padding:0 0 0 30px;
		text-indent:-30px;
	}
	.home13-ourTeam .ourTeam_img {
		position:absolute;
		right:0px;
		bottom:0px;
		filter:alpha(opacity=20)!important;
		opacity:0.2!important;
		
	}
	.home13-ourTeam .ourTeam_content .ourTeam_title{
		font-size:30px;
	}
	.home13-ourTeam .ourTeam_content:after{
		font-size:60px;
		bottom:0px;
	}
	
}


.home13-bg03 {
	background: #1d1d1d;
	text-align: center;
}
.home13-bg03, .home13-bg03 .Normal, .home13-bg03 a, .home13-bg03 a:link, .home13-bg03 a:active, .home13-bg03 a:visited, .home13-bg03 a:hover {
	color: #8a8989;
}
.home13-bg03 h3 {
	color: #FFF;
}
.home13-chart {
	text-align: center;
	color: #07c6f5;
}
.home13-chart .percentage13 {
	position: relative;
	margin: 16px auto 18px;
	width: 150px;
	height: 150px;
	line-height: 150px;
}
.home13-chart .percentage13 .percentage_inner {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 30px;
	font-weight: bold;
	background: url(images/percentage13-bg.png) no-repeat center center;
}
.home13-Testimonials .pic {
	display: block;
	padding: 40px 0;
	text-align: center;
}
.home13-Testimonials blockquote, .home13-Testimonials blockquote p {
	text-align: center;
	font-size: 14px;
	font-style: normal;
	text-indent: 0;
}
.home13-Testimonials blockquote {
	padding: 0;
}
.home13-Testimonials blockquote .mark {
	width: 48px;
	height: 48px;
	line-height: 46px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	color: #FFF;
	font-size: 18px;
	margin: 20px auto 46px;
	position: relative;
}
.home13-Testimonials blockquote .mark:before {
	content: "";
	border: 1px solid #27cdf6;
	width: 60px;
	height: 60px;
	left: -6px;
	top: -6px;
	position: absolute;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.home13-Testimonials blockquote, .home13-Testimonials blockquote p {
	color: #717171;
	font-size: 14px;
}
.home13-Testimonials blockquote small {
	position: static;
	padding: 14px 0 30px;
	margin: 0;
	color: #000000;
}
.home13-Testimonials blockquote small:before {
	content: "";
}
.home13-Testimonials .dot {
	width: 100%;
	text-align: center;
}
.home13-Testimonials blockquote .pic img {
	width: 85px;
	height: 85px;
}
.home13-Testimonials small span {
	display: block;
	text-align: center;
	color: #3cced8;
	padding-top: 12px;
}
.home13-Testimonials .last_page, .home13-Testimonials .next_page {
	left: 50%;
	border-color: #27cdf6;
	bottom: 0px;
	height: 28px;
	width: 28px;
	color: #27cdf6;
}
.home13-Testimonials .last_page {
	margin-left: -32px;
}
.home13-Testimonials .next_page {
	margin-left: 4px;
}
.home13-carousel {
	text-align: center;
}
.home13-carousel .item:hover {
	opacity: 0.5;
}
.home13-carousel .owl-buttons .owl-prev, 
.home13-carousel .owl-buttons .owl-next {
	background: none!important;
	margin-top:-24px;
}
.home13-carousel .owl-buttons .owl-prev:before {
	border-left: 2px solid #07c6f5;
	border-bottom: 2px solid #07c6f5;
	width: 15px;
	height: 15px;
	margin-top:-8px;
}
.home13-carousel .owl-buttons .owl-next:before {
	border-right: 2px solid #07c6f5;
	border-bottom: 2px solid #07c6f5;
	width: 15px;
	height: 15px;
	margin-top:-8px;
}
.dnngo-main.boxed .home13-carousel .owl-buttons .owl-prev {
	left: 0;
}
.dnngo-main.boxed .home13-carousel .owl-buttons .owl-next {
	right: 0;
}
.home13-title02 {
	text-align: center;
}
.home13-title02 h3 {
	font-size: 24px;
	color: #FFF;
	padding: 0px 35px;
	position: relative;
	display: inline-block;
}
.home13-title02 h3:before, .home13-title02 h3:after {
	content: "";
	height: 25px;
	border-left: 1px solid #ffffff;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: 0;
}
.home13-title02 h3:after {
	left: auto;
	right: 0;
}
.home13-info {
	list-style: none;
	margin: 0 0 38px;
	padding: 0;
}
.home13-info li {
	overflow: hidden;
	margin-bottom: 20px;
	white-space: nowrap;
}
.home13-info li .fa {
	width: 56px;
	height: 56px;
	line-height: 56px;
	display: inline-block;
	border: 1px solid #FFF;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 15px;
}
.home13-info li p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.6;
	white-space: normal;
	width: 80%;
}
.fonter-right-bg {
	background-color: rgba(255,255,255,0.18);
	padding: 20px 14px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.home13-social a {
	display: inline-block;
	margin: 0 5px 5px 0;
}
.home13-social .fa {
	font-size: 24px;
	color: #FFF;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: color ease-in 200ms; /* Opera */
	-ms-transition: color ease-in 200ms; /* IE9? */
}
.home13-social a:hover .fa {
	color: #27cdf6;
}

/*Accent colour*/
.home13-tab .tab-container .tab-tag:after,
.home13-Testimonials blockquote .mark:before,
.home13-carousel .owl-buttons .owl-prev:before,
.home13-carousel .owl-buttons .owl-next:before{
	border-color:#6075a7;
}



.home13-tab ul.resp-tabs-list li.resp-tab-active span,
.home13-isotope .photo:before,
div.Theme_Responsive_20073_home13 .btn:hover,
.home13-tab .resp-tab-active, 
.home13-tab .resp-tab-active:hover{
	background-color:#6075a7;
}
.home13-tab .tab-container .btn:hover{
	border-color:#6075a7;
	background-color:#6075a7;
}
.home13-tab .resp-tabs-list li.resp-tab-item.resp-tab-active:before{
	border-bottom-color:#6075a7;
}
.home13-ibox .ico,
.home13-isotope .isotope_group a:hover, 
.home13-isotope .isotope_group a.active,
.home13-Testimonials .last_page, 
.home13-Testimonials .next_page,
div.Theme_Responsive_20073_home13 .btn{
	color:#6075a7;
	border-color:#6075a7;
}
.home13-chart,
.home13-ourTeam .social-list a:hover span,
.home13-social a:hover .fa{
	color:#6075a7;
}

.footer_box div.Theme_Responsive_20073_home13 .btn:hover{
	color:#FFF;
	background-color:#e48d25;
}
.footer_box div.Theme_Responsive_20073_home13 .btn{
	color:#e48d25;
	border-color:#e48d25;
}
.footer_box .home13-social a:hover .fa{
	color:#e48d25;
}



























/*Home Page 39 Style*/

/*Home Page 40 Style*/

/*Home Page 41 Style*/






/*Home Page 14 Style*/
.home14-social {
	border-left: 1px solid rgba(255,255,255,0.1);
	padding: 5px 0px 5px 26px;
}
.home14-social .fa {
	font-size: 28px;
}
.home14-social a {
	text-decoration: none!important;
}
.home14-social .fa.color-1 {
	color: #2e54a3;
}
.home14-social .fa.color-2 {
	color: #00aded;
}
.home14-social .fa.color-3 {
	color: #0076b5;
}


.home14-ibox {
	text-align: center;
	padding: 0px 24px 25px;
	margin: 55px 0 0 5px;
}
.home14-ibox .icon {
	width: 90px;
	height: 90px;
	color: #3b9cf7;
	font-size: 30px;
	display: block;
	margin: 0 auto 15px;
	border: 3px solid #FFF;
	margin-top: -48px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all ease-in 200ms, color ease 1ms;
	-moz-transition: all ease-in 200ms, color ease 1ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms, color ease 1ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms, color ease 1ms; /* Opera */
	-ms-transition: all ease-in 200ms, color ease 1ms; /* IE9? */
}
.home14-ibox .icon .fa {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 78px;
	vertical-align: middle;
	transition: all ease-in 200ms, border ease 1ms;
	-moz-transition: all ease-in 200ms, border ease 1ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms, border ease 1ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms, border ease 1ms; /* Opera */
	-ms-transition: all ease-in 200ms, border ease 1ms; /* IE9? */
}
.home14-ibox h3 {
	padding: 8px 0;
	font-weight: normal;
	font-size: 18px;
}
.home14-ibox:hover .icon {
	color: #FFF;
}
.home14-ibox:hover .icon .fa {
	border: 3px solid transparent;
}
.home14-ibox, .home14-ibox .icon .fa {
	border: 3px solid #3b9cf7;
}
.home14-ibox:hover .icon {
	background-color: #3b9cf7;
}
.home14-bg {
	background-color:#eaebed;
}
.home14-title {
	font-size: 29px;
	line-height: 1.2;
	color: #363839;
	white-space: normal;
	vertical-align: middle;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0 24px;
}

.home14-carousel {
	margin-bottom: 5px;
}
.home14-carousel .item {
	margin: 0px 1px;
}
.home14-carousel .owl-buttons .owl-prev, 
.home14-carousel .owl-buttons .owl-next {
	width: 50px;
	height: 80px;
	margin-top: -33px;
	border: none;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home14-carousel:hover .owl-buttons .owl-prev, 
.home14-carousel:hover .owl-buttons .owl-next {
	filter: alpha(opacity=100);
	opacity: 1;
}
.home14-carousel .owl-buttons .owl-prev {
	left: 0;
}
.home14-carousel .owl-buttons .owl-next {
	right: 0;
}
.home14-carousel .owl-buttons .owl-prev:before, 
.home14-carousel .owl-buttons .owl-prev:hover:before {
	border-left: 3px solid #FFF!important;
	border-bottom: 3px solid #FFF!important;
	margin: -10px 0 0 -5px;
	width: 21px;
	height: 21px;
}
.home14-carousel .owl-buttons .owl-next:before, 
.home14-carousel .owl-buttons .owl-next:hover:before {
	border-right: 3px solid #FFF!important;
	border-bottom: 3px solid #FFF!important;
	margin: -10px 0 0 -15px;
	width: 21px;
	height: 21px;
}
.home14-carousel .owl-buttons .owl-prev:hover, 
.home14-carousel .owl-buttons .owl-next:hover {
	border: none!important;
}
.home14-carousel .text {
	clear: both;
	overflow: hidden;
	margin: 5px;
	text-align:center;
}
.home14-carousel .text h3 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin: 25px 8px 5px;
	padding: 0;
}
.home14-carousel .shade{
	background-color:#3b9cf7;
}
.home14-carousel .pic_box:before{
	content:"";
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	background-color:#3b9cf7;
	opacity:0;
	visibility:hidden;
	z-index:1;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.home14-carousel .pic_box:after{
	content:"";
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	position:absolute;
	background:url(images/home14-carousel-icon.png) no-repeat center center;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	opacity:0;
	visibility:hidden;
	z-index:2;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.home14-carousel .pic_box:hover:before{
	opacity:0.9;
	visibility:visible;
}
.home14-carousel .pic_box:hover:after{
	opacity:1;
	visibility:visible;
}

.home14-list {
	margin: 0px;
	padding: 10px 0;
}
.home14-list li {
	list-style: none;
	padding: 7px 0;
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}
.home14-list li .ico {
	width: 21px;
	height: 21px;
	line-height: 18px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 5px 2px 0;
	font-size: 12px;
	position: relative;
	color: #3b9cf7;
	border: 1px solid #3b9cf7;
}
.home14-list li a,
.home14-list li a:link,
.home14-list li a:active,
.home14-list li a:visited{
	color:inherit;
}
.home14-list li a:hover{
	color:#3b9cf7;
}

.home14-bg02 {
	background: url(images/home14-bg02.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	backface-visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home14-bg02 {
	background-attachment:scroll;
}
}
.home14-bg02 .bg-shade h3 {
	color: #FFF;
}
.home14-bg02 .bg-shade {
	position: relative;
	background-image: url(images/home14-bg02-shade.png);
}
.home14-bg02, .home14-bg02 .Normal {
	color: #FFF;
}
.home14-title03 {
	border-left: 2px solid #ffffff;
	padding: 0 0 0 15px;
	font-size: 28px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 28px;
	text-align: left;
}
.home14-logolist {
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}
.home14-logolist li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 33.3333%;
	margin-right: -4px;
	padding: 0 32px 0 0;
}
.home14-logolist li img {
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.5);
	max-width: 100%;
}
.home14-loadlist p {
	margin: 0px;
	color: #ffffff;
	padding: 11px 15px;
}
.home14-loadlist .progress {
	margin: 0 0 40px;
	height: auto;
	overflow: visible;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: transparent;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.6);
	font-size: 16px;
	color: #ffffff;
}
.home14-loadlist .progress .bar {
	height: 8px;
	line-height: 8px;
	margin: 0 0 -4px -1px;
	width: 0;
	transition: width ease-in 200ms;
	-moz-transition: width ease-in 200ms; /* Firefox 4 */
	-webkit-transition: width ease-in 200ms; /* Safari and Chrome */
	-o-transition: width ease-in 200ms; /* Opera */
	-ms-transition: width ease-in 200ms; /* IE9? */
}
.home14-loadlist .progress .bar span {
	padding-right: 5px;
}
.home14-loadlist .accentColor {
	background-color: #eb4e3b!important;
}
.home14-loadlist .progress .bar {
	background-color: #3b9cf7;
}
a.home14-btn {
	padding:10px 25px;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	color: #FFF;
	margin: 0px 12px 10px 0;
	background-color: transparent;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
	background-color: #3b9cf7;
}
a.home14-btn, 
a.home14-btn:link, 
a.home14-btn:active, 
a.home14-btn:visited{
	color: #FFF;
}
a.home14-btn:hover {
	background-color: #2e2e2e;
	color: #FFF;
	text-decoration: none;
}
.home14-title02 {
	font-size: 29px;
	line-height: 1.2;
	color: #363839;
	white-space: normal;
	vertical-align: middle;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0 15px;
}

.home14-ibox03 {
	text-align: center;
}
.home14-ibox03 .pic {
	position: relative;
}
.home14-ibox03 .text{
	width:80%;
	max-width:none;
	margin:auto;
}
.home14-ibox03 .text h3 {
	color: #363839;
	font-size: 18px;
	padding: 25px 0px 6px;
	font-weight: normal;
	margin-bottom: 0px;
}
.home14-ibox03 .text .info {
	margin-bottom: 10px;
}
.home14-ibox03 .text .social-list a {
	font-size: 18px;
	color: #8a8a8a;
	filter: alpha(opacity=50);
	opacity: 0.5;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home14-ibox03 .text .social-list a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	color: #3b9cf7;
}
.home14-ibox03 .pic_box:before{
	content:"";
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	background-color:#3b9cf7;
	opacity:0;
	visibility:hidden;
	z-index:1;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.home14-ibox03 .pic_box:after{
	content:"";
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	position:absolute;
	background:url(images/home14-carousel-icon.png) no-repeat center center;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	opacity:0;
	visibility:hidden;
	z-index:2;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.home14-ibox03 .pic_box:hover:before{
	opacity:0.9;
	visibility:visible;
}
.home14-ibox03 .pic_box:hover:after{
	opacity:1;
	visibility:visible;
}
@media only screen and (max-width: 767px) {
	.home14-ibox03{
		padding-bottom:20px;
	}	
}

.home14-title04 {
	text-align:center;
	margin-bottom:30px;
}
.home14-title04 small{
	color:#ffffff;
	font-size:13px;
	margin-bottom:12px;
}
.home14-title04 h3{
	font-size:30px;
	font-weight:normal;
	color:#FFF;
}
.home14-title04 span.icon{
	color:#FFF;
	margin-top:10px;
	position:relative;
}
.home14-title04 span.icon:before{
	content:"";
	width:48px;
	position:absolute;
	top:50%;
	left:100%;
	margin-left:8px;
	margin-top:-1px;
	border-bottom:1px solid #FFF;

} 
.home14-title04 span.icon:after{
	content:"";
	width:48px;
	position:absolute;
	top:50%;
	right:100%;
	margin-right:8px;
	margin-top:-1px;
	border-bottom:1px solid #FFF;
} 
.home14-price{
	margin:0!important;
}
.home14-price > div{
	padding:0;
	margin:0 ;
}

.home14-price .price_holder{
	border-color:#c5c5c5;
	border-color:rgba(255,255,255,0.5);
	padding:35px;
	text-align:left;
}
.home14-price .price_box{
	padding:0;
	color:#c5c5c5;
	margin-bottom:15px;
}
.home14-price .price_box .sup{
	color:#FFF;
}
.home14-price .price_box .price{
	color:#FFF;
}
.home14-price .best_value{
	background-color:#090907;
}
.home14-price div.price_title{
	border:none;
	text-align:left;
	padding:0 0 14px;
	color:#3b9cf7;
	margin-top:-10px;
}
.home14-price .best_value .price_title{
	color:#3b9cf7;
	padding:0 0 14px;
}

.home14-price .price_title h2{
	font-size:15px;
	color:inherit;
	font-weight:bold;
}
.home14-price .price_title h3{
	font-size:20px;
	font-weight:bold;
	color:inherit;
	margin:0px 0px 4px;
}
.home14-price .best_value{
	margin-top:-24px;	
}

.home14-price .best_value .price_title h2{
	color:inherit!important;
}

.home14-price .sup{
	vertical-align: text-bottom;
}
.home14-price .price_box p{
	padding:15px 0 20px;
	border-bottom:1px solid #c5c5c5;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.home14-price .price_holder ul{
	margin-bottom:20px;
	border:none;
}
.home14-price .price_holder ul li{
	border:none;
	color:#c5c5c5;
	padding:7px 0;
}
.home14-price .price_holder ul li .fa{
	color:#3b9cf7;
	margin-right:5px;
}
.home14-price a.btn {
	background-color:#eeeeee;
	font-size:13px;
	color:#017df2;
	padding:10px 25px;
	font-weight:bold;
}
.home14-price a.btn:hover {
	background-color:#017df2;
	color:#eeeeee;
}
.home14-price .best_value a.btn{
	margin:15px 0 5px;
	background-color:#017df2;
	color:#eeeeee;
}


.home14-bg03 {
	background: #f1f2f4;
	position: relative;
	background-image: url(images/home14-bg03.jpg);
	text-align: center;
}
.home14-circle {
	overflow: hidden;
}
.home14-circle blockquote {
	padding: 0px 0px 25px;
	margin: 0px;
}
.home14-circle blockquote p {
	color: #8a8a8a;
	font-size: 16px;
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	font-style:normal;
}
.home14-circle blockquote small {
	font-size: 16px;
	color: #3b9cf7;
	position: static;
	text-align: center;
	padding-top: 12px;
	font-style:normal;
}
.home14-circle blockquote small:before {
	content: "";
}
.home14-circle .pic_name {
	font-size: 24px;
	color: #555859;
	font-weight:bold;
	margin-bottom: 20px;
	padding-top:16px;
}
.home14-ibox02 {
	margin: 0;
	padding: 5px 0 0;
	clear: both;
	overflow: hidden;
}
.home14-ibox02 li {
	list-style: none;
	clear: left;
	font-size:14px;
}
.home14-ibox02 li img {
	float: left;
	margin: 0 10px 20px 0;
}
.home14-ibox02 li span {
	color: #737373;
	font-size:13px;
}
.home14-title05{
	overflow:hidden;
	text-align:center;
	margin-bottom:30px;
}
.home14-title05 h3{
	display:inline-block;
	border:1px solid #dbdbdb;
	color:#363839;
	padding:20px;
	position:relative;
	font-size:28px;
	font-weight:normal;
	max-width:80%;
}
.home14-title05 h3:before,
.home14-title05 h3:after{
	content:"";
	position:absolute;
	top:50%;
	border-bottom:1px solid #dbdbdb;
	width:2000px;
	right:100%;
	left:auto;
}
.home14-title05 h3:after{
	left:100%;
	right:auto;
}
.home14-title05 h3 span:before,
.home14-title05 h3 span:after{
	content:"";
	position:absolute;
	top:50%;
	border-bottom:1px solid #3b9cf7;
	width:80px;
	right:100%;
	left:auto;
	max-width:50%;
	z-index:1;
}
.home14-title05 h3 span:after{
	left:100%;
	right:auto;
}
.home14-info{
	margin:0;
	padding:0;
	list-style:none;
}
.home14-info li{
	margin:0;
	padding:0 0 16px;
}
.home14-info li .fa{
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	display:inline-block;
	vertical-align:middle;
	margin-right:8px;
	border:1px solid #737373;
	color:#737373
}
.home14-social02{
	display:inline-block;
	vertical-align:middle;
}
.home14-social02 a{
	font-size:20px;
	margin-left:10px;
}

/*Accent colour*/
.Home14-Container01 .contentmain1:after,
.home14-ibox, 
.home14-ibox .icon .fa,
.home14-title05 h3 span:before, 
.home14-title05 h3 span:after{
	border-color:#6075a7;
}
.home14-ibox:hover .icon,
.home14-carousel .pic_box:before,
.Home14-Container02 .dnntitle .line:after,
a.home14-btn,
.home14-ibox03 .pic_box:before,
.home14-price .best_value a.btn,
div.Theme_Responsive_20073_home14 .btn:hover,
.home14-price a.btn:hover,
.home14-loadlist .progress .bar{
	background-color:#6075a7;
}
.home14-list li .ico{
	color:#6075a7;
	border-color:#6075a7;
}
.home14-ibox03 .text .social-list a:hover,
.home14-price div.price_title,
.home14-price .price_holder ul li .fa,
.home14-price a.btn,
.home14-circle blockquote small{
	color:#6075a7;
}
.home14-price .best_value .price_title{
	color:#6075a7!important;
}
.image_more_info span{
	background-color:#6075a7!important;
}



























/*Home Page 39 Style*/

/*Home Page 40 Style*/

/*Home Page 41 Style*/






.home18-banner-btn {
	text-align: left;
}
.home18-banner-btn, 
.home18-banner-btn:link ,
.home18-banner-btn:active ,
.home18-banner-btn:visited {
	border: 1px solid #ffffff;
	display: inline-block;
	padding: 8px 25px;
	color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: 		background-color ease-in 200ms,border-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,border-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms,border-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,border-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,border-color ease-in 200ms; /* IE9? */
}
.home18-banner-btn:hover, 
.tp-banner .home18-banner-btn:hover {
	color: #FFF;
	background-color: #333;
	border-color: #333;
}
@media only screen and (max-width: 767px) {
.home18-banner-btn a,  .home18-banner-btn a:link {
	padding: 3px 6px;
}
}
.home18-title h3 {
	font-size: 22px;
	color: #444444;
	font-weight: normal;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 5px 0 0;
	padding: 0;
}
.home18-title .line {
	width: 126px;
	height: 1px;
	background-color: #009b85;
	margin: 15px 0 25px;
}
.home18-list {
	margin: 15px 0 22px;
	list-style: none;
}
.home18-list li {
	line-height: 2;
}
.home18-list li em.fa {
	width: 16px;
	height: 16px;
	line-height: 15px;
	text-align: center;
	font-size: 10px;
	color: #009b85;
	border: 1px solid #009b85;
	margin-right: 10px;
	vertical-align: middle;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.home18-accordion .panel-default, .home18-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.home18-accordion .panel-default>.panel-heading {
	background-color: transparent;
	border: none;
	padding: 10px 0px;
}
.home18-accordion .panel-title a {
	text-decoration: none;
	color: #2c2c2c;
}
.home18-accordion .panel-title .arrow {
	height: 17px;
	width: 17px;
	line-height:14px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #009b85;
	display: inline-block;
	font-size: 12px;
	margin: 0 8px 3px 0;
	vertical-align: middle;
}
.home18-accordion .panel-title .arrow:before {
	content: "+";
	font-family: "FontAwesome";
	color: #009b85;
}
.home18-accordion .panel-title .collapsed .arrow:before {
	content: "-";
	font-family: "FontAwesome";
	color: #009b85;
	font-size: 20px;
}
a.home18-btn {
	padding: 12px 30px;
	margin: 0px;
	position: relative;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 10px;
	color: #FFFFFF !important;
	border-radius: 3px 3px 4px 4px;
	-moz-border-radius: 3px 3px 4px 4px;
	-webkit-border-radius: 3px 3px 4px 4px;
	background: url(images/home18-btn.png) repeat-x left bottom;
	background-color: #009b85;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
a.home18-btn {
	padding: 12px 15px;
}
}
a.home18-btn:hover {
	text-decoration: none;
	background-color: #555555;
}
.home18-bg {
	background-color: #f7f7f7;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.home18-ibox {
	margin-bottom: 5px;
	text-align: center;
	overflow: hidden;
	clear: both;
}
.home18-ibox .ibox-cont .title {
	font-size: 18px;
	color: #666666;
	vertical-align: middle;
	font-weight: normal;
	padding: 11px 0px 0px;
	margin: 0px;
}
.home18-ibox .ibox-cont .info {
	padding: 18px 0px 3px 0px;
	vertical-align: top;
	clear: both;
}
.home18-ibox .ibox-cont .icon {
	height: 61px;
	width: 61px;
	line-height: 61px;
	font-size: 36px;
	margin: 15px auto;
	text-align: center;
	position: relative;
}
.home18-ibox .ibox-cont:hover .icon {
}
.home18-ibox .icon .fa {
	height: 61px;
	width: 61px;
	line-height: 61px!important;
	color: #FFF !important;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.home18-ibox .color_1_bg {
	background-color: #009b85;
}
.home18-ibox .color_2_bg {
	background-color: #faa732;
}
.home18-ibox .color_3_bg {
	background-color: #5eb95e;
}
.home18-ibox .color_4_bg {
	background-color: #dd514c;
}
.home18-ibox .info a {
	color: #666666;
	font-size: 14px;
}
.home18-isotope .isotope_main .photo_box {
	margin: 30px 15px 0;
}
.home18-isotope .photo_box .content .ico .Hline {
	background-color: #ffffff;
	height: 2px;
	margin: 0 auto;
	position: relative;
	top: 64px;
	width: 129px;
}
.home18-isotope .photo_box .content .ico .Vlive {
	background-color: #ffffff;
	height: 129px;
	margin: 0 auto;
	width: 2px;
}
.home18-isotope .photo_box .shade {
	background-color: #3b4241;
}
.home18-isotope .photo_box:hover .shade {
	opacity: 0.5;
}
.home18-text {
	line-height: 1.6;
	padding: 12px 0 15px;
}
.home18-text .info {
	float: right;
	padding-top: 10px;
}
.home18-text .info em.fa {
	margin-right: 10px;
}
.home18-text .photo_title {
	color: #444444;
}
.home18-bg02 {
	background: url(images/home18-bg02.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
	.home18-bg02 {
		background-attachment:scroll;
	}
}
.home18-bg02, .home18-bg02 h3 {
	color: #FFF;
}
.home18-title02, .home18-title03, .home18-title04 {
	text-align: center;
	margin-bottom: 30px
}
.home18-title02 h3, .home18-title03 h3, .home18-title04 h3 {
	font-size: 22px;
	color: #ffffff;
	font-weight: normal;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 5px 0 0;
	padding: 0;
}
.home18-title02 .line, .home18-title03 .line, .home18-title04 .line {
	width: 126px;
	height: 1px;
	background-color: #FFF;
	margin: 15px 0 20px;
}
.home18-title02 h3, .home18-title03 h3, .home18-title04 h3 {
	text-align: center;
}
.home18-title02 .line, .home18-title03 .line, .home18-title04 .line {
	margin: 15px auto 18px;
}
.home18-title03 h3, .home18-title04 h3 {
	color: #444444;
}
.home18-title03 .line, .home18-title04 .line {
	background-color: #009b85;
}
.home18-title04, .home18-title04 h3 {
	text-align: left;
}
.home18-title04 .line {
	margin: 15px 0 18px;
}
.home18-ibox02 > div, .home18-ibox03 > div {
	padding: 23px 0;
}
.home18-ibox02 {
	text-align: right;
}
.home18-ibox02 em.fa, .home18-ibox03 em.fa {
	width: 81px;
	height: 81px;
	line-height: 78px;
	font-size: 26px;
	color: #ffffff;
	margin: 2px 0 0;
	border: 3px solid #ffffff;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.home18-ibox02 em.fa {
	float: right;
	margin-left: 18px;
}
.home18-ibox03 em.fa {
	float: left;
	margin-right: 18px;
}
.home18-ibox02 em.fa + div,
.home18-ibox03 em.fa + div{
	overflow:hidden;
}
.home18-ibox02 h3, .home18-ibox03 h3 {
	font-size: 18px;
	color: #ffffff;
	line-height: 1;
	font-weight: normal;
	margin: 0 0 10px;
}
@media only screen and (min-width: 1200px) {
.home18-ibox02 > div,  .home18-ibox03 > div {
	padding: 45px 0;
}
}
@media only screen and (max-width: 767px) {
	.home18-ibox02 em.fa, .home18-ibox03 em.fa{
	width: 64px;
    height: 64px;
    line-height: 64px;
	}
}


.home18-bg03 {
	background-color: #f7f7f7;
}
.home18-carousel .owl-pagination {
	top: auto;
	bottom: 20px;
	margin: 0;
}
.home18-carousel .owl-page {
	width: 21px;
	height: 21px;
	margin: 0px 5px;
}
.home18-carousel .owl-item {
	position: relative;
	overflow: hidden;
}
.home18-carousel .owl-item {
	text-align: left;
}
.home18-carousel .owl-item .item {
	display: inline-block;
	position: relative;
}
.home18-carousel .owl-item .carousel-cont {
	position: absolute;
	top: 0px;
	left: -30%;
	width: 30%;
	height: 100%;
	z-index: 10;
	padding: 25px 30px;
	color: #FFF;
	opacity: 0;
	transition: all 200ms ease-out 0ms;
	-moz-transition: all 200ms ease-out 0ms; /* Firefox 4 */
	-webkit-transition: all 200ms ease-out 0ms; /* Safari and Chrome */
	-o-transition: all 200ms ease-out 0ms; /* Opera */
	-ms-transition: all 200ms ease-out 0ms; /* IE9? */
}
.home18-carousel .owl-item.synced .carousel-cont, .home18-carousel .owl-item.synced .carousel-cont.text_left {
	top: 0px;
	left: 0px;
	opacity: 1;
	transition: all 400ms ease-out 800ms;
	-moz-transition: all 400ms ease-out 800ms; /* Firefox 4 */
	-webkit-transition: all 400ms ease-out 800ms; /* Safari and Chrome */
	-o-transition: all 400ms ease-out 800ms; /* Opera */
	-ms-transition: all 400ms ease-out 800ms; /* IE9? */
}
.home18-carousel .owl-item .carousel-cont.text_right {
	left: auto;
	right: -30%;
	width: 30%;
	height: 100%;
}
.home18-carousel .owl-item.synced .carousel-cont.text_right {
	left: auto;
	right: 0;
}
.home18-carousel .owl-item .carousel-cont.text_top {
	left: 0;
	top: -100%;
	width: 100%;
	height: auto;
	max-height: 100%;
}
.home18-carousel .owl-item.synced .carousel-cont.text_top {
	left: 0;
	top: 0;
}
.home18-carousel .owl-item .carousel-cont.text_bottom {
	left: 0;
	top: auto;
	bottom: -100%;
	width: 100%;
	height: auto;
	max-height: 100%;
}
.home18-carousel .owl-item.synced .carousel-cont.text_bottom {
	left: 0;
	top: auto;
	bottom: 0;
}
.home18-carousel .owl-item .carousel-cont h3 {
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}
.home18-carousel .owl-item .carousel-cont:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2f3d4a;
	filter: alpha(opacity=60);
	opacity: 0.6;
	z-index: -1;
}
.home18-ibox04 {
	border: 1px solid #e5e5e5;
}
.home18-ibox04 .text-hidden {
	overflow: hidden;
}
.home18-ibox04 + .home18-ibox04 {
	margin-top: 17px;
}
.home18-ibox04 .photo_box {
	float: left;
	margin: 0;
}
.home18-ibox04 .photo_box .ico {
	margin-top: -17px
}
.home18-ibox04 .photo_box .ico a em.fa {
	color: #ffffff;
	width: 35px !important;
	height: 35px !important;
	line-height: 35px !important;
	font-size: 16px;
	border: none;
	display: inline-block;
	background-color: #000000;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.home18-ibox04 .photo_box .shade {
	background-color: #009b85;
}
.home18-ibox04 .text-top {
	padding: 10px 20px;
	height: 117px;
}
.home18-ibox04 .text-top h3 {
	font-size: 14px;
	color: #444444;
	font-weight: normal;
}
.home18-ibox04 .text-bottom {
	height: 33px;
	line-height: 33px;
	border-top: 1px solid #e5e5e5;
}
.home18-ibox04 .text-bottom > span {
	padding: 0 10px;
	display: inline-block;
}
.home18-ibox04 .text-bottom > a {
	padding: 0 10px;
	color: #666666;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	display: inline-block;
}
.home18-ibox04:hover .shade, .home18-ibox04 .photo_box:hover .shade {
	opacity: 0.8;
}
.home18-ibox04:hover .ico, .home18-ibox04:hover .content {
	opacity: 1;
}
.home18-ibox04 .text-bottom > a:hover {
	color: #009b85;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	.home18-ibox04 .photo_box{
		float:none;
	}
}
.home18-team-border {
	border-bottom: 1px solid #e5e5e5;
}
.home18-team {
	float: left;
	width: 50%;
}
.home18-team.team-2, .home18-team.team-4 {
	border-left: 1px solid #e5e5e5;
}
.home18-team.team-1, .home18-team.team-2 {
	padding: 0 0 70px;
}
.home18-team.team-3, .home18-team.team-4 {
	padding: 50px 0 30px;
}
.home18-team.team-1, .home18-team.team-3 {
	padding-right: 30px;
	border-right: 1px solid #e5e5e5;
	margin-right: -1px;
}
.home18-team.team-2, .home18-team.team-4 {
	padding-left: 30px;
}
.home18-team .team-left {
	float: left;
	margin: 0 25px 0 15px;
}
.home18-team .team-left img {
	width: 173px;
	height: 173px;
	margin-bottom: 8px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.home18-team .team-social a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	margin: 0 3px;
	color: #ffffff !important;
	background-color: #009b85;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: background-color ease-in 200ms;
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
}
.home18-team .team-social a:hover {
	background-color: #666666;
}
.home18-team .team-title {
	padding: 16px 0 20px;
}
.home18-team .team-title .text-accent {
	color: #009b85;
}
@media only screen and (max-width: 767px) {
	.home18-team,
	.home18-team.team-2, 
	.home18-team.team-4,
	.home18-team.team-1, 
	.home18-team.team-3{
		float:none;
		width:auto;
		border:none;
		padding:20px 0;
	}
	.home18-team-border{
		border:none;
	}
	.home18-team .team-left img {
		width:auto;
		height:auto;
	}
	.home18-team .team-left{
		float:none;
		padding:0;
		margin:0;
	}
	.home18-team .team-title{
		text-align:center;
	}
}

.home18-list02 {
	margin: 8px 0 18px;
	list-style: none;
}
.home18-list02 li {
	line-height: 2;
}
.home18-list02 li em.fa {
	text-align: center;
	color: #009b85;
	margin-right: 10px;
	font-size: 15px;
	vertical-align: middle;
}
.home18-bg04 {
	background: url(images/home18-bg04.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
	.home18-bg04 {
		background-attachment:scroll;
	}
}

.home18-Testimonials {
	text-align: center;
}
.home18-Testimonials blockquote {
	padding: 0;
	margin: 0 0 40px;
	font-style: normal;
}
.home18-Testimonials blockquote p {
	padding: 0 10%;
	text-indent: 0;
	color: #ffffff;
	font-style: normal;
}
.home18-Testimonials blockquote small {
	padding: 35px 0 0;
	font-style: normal;
	font-size: 14px;
	position: relative;
	left: 0;
	top: 0;
	color: #ffffff;
}
.home18-Testimonials small img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.home18-Testimonials blockquote small span {
	display: block;
	padding: 18px 0 8px;
}
.home18-Testimonials blockquote small:before {
	content: "";
}
.home18-Testimonials .last_page, 
.home18-Testimonials .next_page {
	border: none;
	width: 50px;
	height: 50px;
	font-size: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: transparent;
}
.home18-Testimonials .next_page {
}
.home18-Testimonials .last_page {
	left: 50%;
	bottom: 127px;
	margin: 0 0 0 -200px;
}
.home18-Testimonials .next_page {
	left: 50%;
	bottom: 127px;
	margin: 0 0 0 150px;
}
.home18-Testimonials .last_page:before, .home18-Testimonials .next_page:before {
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 42px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	color: #FFF;
	left: 0;
}
.home18-Testimonials .next_page:before {
	content: "\f105";
	left: 2px;
}
.home18-Testimonials .dot {
	width: 100%;
	text-align: center;
}
.home18-Testimonials .dot a {
	border: 2px solid #ffffff !important;
	background-color: #FFF;
	width: 11px;
	height: 11px;
	overflow: visible;
}
.home18-Testimonials .dot a.actived {
	width: 11px;
	height: 11px;
	background: #009b85;
}
@media only screen and (max-width: 767px) {
.home18-Testimonials blockquote p {
	padding: 0;
}
.home18-Testimonials .last_page {
	margin: 0 0 0 -120px;
}
.home18-Testimonials .next_page {
	margin: 0 0 0 70px;
}
}
.home18-price .price_border {
	border: 1px solid #e2e2e2;
	margin: 2px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.home18-price .price_title {
	border: none;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	padding: 30px 0 23px;
	background: #009b85;
	color: #FFF;
	margin: -1px -1px 0;
}
.home18-price .price_title h2 {
	color: #FFF!important;
	font-weight: normal;
}
.home18-price .price_title .line {
	width: 34px;
	height: 3px;
	margin: 12px auto;
	background-color: #FFFFFF;
}
.home18-price .price_box {
	color: #ffffff;
	text-align: center;
	background-color: #1bbc9b;
	padding: 0px 0 32px;
	font-size: 48px;
	margin: 0px -1px 0;
}
.home18-price .price_box .sup {
	vertical-align: middle;
	padding: 0 3px;
}
.home18-price .price_box .price {
	vertical-align: middle;
}
.home18-price .price_box .unit {
	display: block;
	font-size: 18px;
	line-height: 1;
	font-style: italic;
}
.home18-price .price_holder {
	border: none !important;
	border-top: 1px solid transparent;
	text-align: center;
	padding-bottom: 0;
	margin: 0;
}
}
.home18-price .price_holder ul {
	border: none;
	margin: 12px 0px;
}
.home18-price .price_holder ul li {
	border-top: none;
	color: #444444;
	padding: 16px 0;
}
.home18-price .price_holder ul li:nth-child(2n-1) {
	background: #f3f3f3;
}
.home18-price .price_holder a.btn {
	padding: 10px 28px;
	display: inline-block;
	background-color: #1bbc9b;
	margin: 23px 0 37px;
	font-size: 14px;
	color: #FFF !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom: 3px solid rgba(0,0,0,0.1);
}
.home18-price .color_1 .price_title {
	background-color: #009b85;
}
.home18-price .color_1 .price_box, .home18-price .color_1 .price_holder a.btn {
	background-color: #1bbc9b;
}
.home18-price .color_2 .price_title {
	background-color: #ed9d2c;
}
.home18-price .color_2 .price_box, .home18-price .color_2 .price_holder a.btn {
	background-color: #f7bb68;
}
.home18-price .color_3 .price_title {
	background-color: #69ba69;
}
.home18-price .color_3 .price_box, .home18-price .color_3 .price_holder a.btn {
	background-color: #7bd17b;
}
.home18-price .color_4 .price_title {
	background-color: #df5b57;
}
.home18-price .color_4 .price_box, .home18-price .color_4 .price_holder a.btn {
	background-color: #e9635e;
}
.home18-price .price_holder a.btn:hover {
	background-color: #666666!important;
}
.home18-price .best_value {
	margin: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.home18-price .best_value .price_holder {
	padding: 0
}
.home18-price .best_value .price_title {
	padding: 30px 0 23px;
}
.home18-bg4 {
	background-color: #f7f7f7;
	border-top: 1px solid #e6e6e6;
}
.home18-carousel02 .item {
	text-align: center;
	opacity: 0.5;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.home18-carousel02 .item:hover {
	text-align: center;
	opacity: 1;
}
.home18-carousel02 .owl-buttons .owl-prev, 
.home18-carousel02 .owl-buttons .owl-next {
	background-color: #009b85;
	width: 22px;
	height: 22px;
	top: 50%;
	left: -22px;
	right: auto;
	margin-top: -11px;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.home18-carousel02 .owl-buttons .owl-next {
	left: auto;
	right: -22px;
}
.home18-carousel02 .owl-buttons .owl-prev:before, .home18-carousel02 .owl-buttons .owl-next:before {
	width: 5px;
	height: 5px;
	margin: -2px 0 0 -2px;
	border-width: 1px;
}
.home18-carousel02 .owl-buttons .owl-next:before {
	margin: -2px 0 0 -3px;
}
.home18-carousel02 .owl-buttons .owl-prev:hover, .home18-carousel02 .owl-buttons .owl-next:hover {
	background-color: #252d2c;
}
@media only screen and (max-width: 767px) {
	.home18-carousel02 .owl-buttons .owl-prev{
		left: -0px;
	}
	.home18-carousel02 .owl-buttons .owl-next {
		right: 0px;
	}
}
.home18-bg05 {
	background-color: #009b85;
}
.home18-number {
	text-align: center;
	color: #ffffff;
	padding: 0px 20px;
}
.home18-number .number {
	display: block;
	text-align: center;
	font-size: 40px;
}
.home18-number .number_border:hover {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.3);
}
.home18-number .number_border:hover .number_box {
	background-color: #ffffff;
	color: #2a3b4e;
}
.home18-number h3 {
	margin-bottom: 14px;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
}
.home18-photolist {
	margin: 0;
	padding: 0;
	text-align: left;
}
.home18-photolist li {
	display: inline-block;
	vertical-align: top;
	width: 82px;
	list-style: none;
	margin-bottom: 3px;
}
.home18-newslist {
	margin: 0px;
	padding: 0px;
}
.home18-newslist li {
	list-style: none;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 15px 0px 15px 15px;
	position: relative;
}
.home18-newslist li:first-child {
	border-top: none;
}
.home18-newslist li:last-child {
	border-bottom: none;
}
.home18-newslist li:before {
	content: " ";
	position: absolute;
	top: 21px;
	left: 0;
	border: 5px solid transparent;
	border-left-color: #999999;
}
.home18-social02 {
	margin: 0;
	padding: 0;
}
.home18-social02 li a, .home18-social02 li a:link, .home18-social02 li a:visited {
	display: block;
	color: inherit;
}
.home18-social02 em {
	color: inherit;
	font-size: 18px;
	border-radius: 50%;
	border: 1px solid #5e6463;
	display: inline-block;
	vertical-align: middle;
	margin: 6px 8px 6px 0px;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 30px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.home18-social02 li {
	list-style: none;
	border-bottom: 1px solid #3f3f3f;
	position: relative;
	padding: 2px 0;
}
.home18-social02 li:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 3px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-bottom: 1px solid #939393;
	border-right: 1px solid #939393;
	list-style: none;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.home18-social02 li a {
	display: block;
	color: #999999;
}
.home18-social02 a:hover {
	background: none !important;
	text-decoration: none !important;
}

/*Accent colour*/
.home18-title .line,
a.home18-btn,
.home18-title03 .line, 
.home18-title04 .line,
.home18-ibox04 .photo_box .shade,
.home18-team .team-social a,
a.home18-btn,
.home18-Testimonials .dot a.actived,
.home18-carousel02 .owl-buttons .owl-prev, 
.home18-carousel02 .owl-buttons .owl-next,
.home18-bg05{
	background-color:#6075a7;
}
.home18-accordion .panel-title .arrow,
.Home18-heading01:after,
.home18-team .team-title .text-accent,
.home18-title03 .line, 
.home18-title04 .line,
.Home18-Container01 .Home18-heading01:after{
	border-color:#6075a7;
}
.home18-accordion .panel-title .arrow:before,
.ibox-cont a:hover,
.home18-ibox04 .text-bottom > a:hover,
.home18-accordion .panel-title .collapsed .arrow:before,
.home18-team .team-title .text-accent,
.home18-list02 li em.fa{
	color:#6075a7;
}

.home18-social02 li a:hover{
	color:#6075a7;
}
div.Theme_Responsive_20073_home18 .btn{
	color:#6075a7;
	border-color:#6075a7;
}
div.Theme_Responsive_20073_home18 .btn:hover{
	color:#FFF;
	background-color:#6075a7;
}

.footer_box .home18-social02 li a:hover{
	color:#e48d25;
}
.footer_box div.Theme_Responsive_20073_home18 .btn{
	color:#e48d25;
	border-color:#e48d25;
}
.footer_box div.Theme_Responsive_20073_home18 .btn:hover{
	color:#FFF;
	background-color:#e48d25;
}



























/*Home Page 39 Style*/

/*Home Page 40 Style*/

/*Home Page 41 Style*/



















/*Home Page 33 Style*/ 
.tp-banner-container .tparrows.round{
	width:64px;
	height:120px;
	line-height:120px;
	text-align:center;
	background:rgba(0,0,0,0.5);
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.tp-banner-container .tparrows.round .tp-arr-allwrapper{
	display:none!important;
}
.tp-banner-container .tparrows.round:before{
	content:"";
	width:30px;
	height:30px;
	display:inline-block;
	border-top:3px solid #FFF;
	border-left:3px solid #FFF;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -10px;
}
.tp-banner-container .tparrows.round.tp-rightarrow:before{
	transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
    margin: -15px 0 0 -20px;
}
.tp-banner-container .tparrows.round:hover{
	background:rgba(0,0,0,0.8);
}
.tp-banner-container .tp-bullets.simplebullets.round .bullet{
	width:24px;
	height:24px;
	text-align:center;
	line-height:26px;
	background:none;
	background:rgba(0,0,0,0.6);
	box-sizing:inherit;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.tp-banner-container .tp-bullets.simplebullets.round .bullet:after{
	content:"";
	width:10px;
	height:10px;
	display:inline-block;
	background-color:#FFF;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	opacity:0;
	visibility:hidden;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.tp-banner-container .tp-bullets.simplebullets.round .bullet.selected:after{
	opacity:1;
	visibility:visible;
}
.tp-banner-container .home33-banner-text{
	letter-spacing:2px;
}
.tp-banner-container .home33-banner-text .fa{
	margin-right:10px;
	font-size:1.6em;
	vertical-align:middle;
}
.tp-banner-container .home33-banner-btn{
	padding:13px 32px;
	background-color:#333333;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#FFF;
	font-size:15px;
	letter-spacing:2px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.tp-banner-container .home33-banner-btn:hover{
	background-color:#ed474a;
}
.home33-ibox .pic{
	width:200px;
	text-align:center;
	height:200px;
	line-height:200px;
	background-color:#efefef;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin:auto auto 25px;
	border:2px solid #efefef;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.home33-ibox .pic:hover{
	background-color:#f9f9f9;
	border:2px solid #e5e5e5;
}
.home33-ibox .pic img{
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.home33-ibox .pic:hover img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.home33-ibox h4{
	color:#666666;
	font-size:14px;
	font-weight:normal;
}
.home33-ibox h3{
	color:#3d3f40;
	font-size:18px;
	font-weight:normal;
	letter-spacing:1px;
}
.home33-ibox h3:after{
	content:"";
	width:40px;
	border-bottom:2px solid #333333;
	display:block;
	margin:20px auto 20px;
}
@media only screen and (max-width: 767px) {
	.home33-ibox .pic{
		margin-top:20px;
	}
}

.home33-bg{
	position:relative;
}
.home33-bg .left-box{
    float: left;
    width: 50%;
    position: relative;
    padding: 100px 134px;
	z-index:3;	
	background-color:#eeeeee;
    box-shadow: 3px 0 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 0 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 3px 0 3px 0 rgba(0,0,0,0.1);
}
.home33-bg .left-box:after{
	content:"";
	position:absolute;
	top:20%;
	left:100%;
	margin-left:-12px;
	z-index:2;
    height: 24px;
    width: 24px;
	background-color:#eeeeee;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
    box-shadow: 3px -3px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 3px -3px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 3px -3px 3px 0 rgba(0,0,0,0.1);
}
.home33-bg .right-box{
    width: 50%;
    height: 100%;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
	background-position: center right;
}
.home33-bg .right-box img{
	display:none;
		max-width:100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home33-bg .left-box{
		padding: 50px 65px;
	}
}
@media only screen and (max-width: 991px) {
	.home33-bg .left-box{
		float:none;
		width: 100%;
		padding: 50px 64px;
		box-shadow:	none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.home33-bg .right-box{
		width: 100%;
		position:static;
		background:none!important;
	}
	.home33-bg .right-box img{
		display:inline-block;
	}
	.home33-bg .left-box:after{
		display:none;
	}
}
@media only screen and (max-width: 767px) {
	.home33-bg .left-box{
		padding:30px 15px;
	}
}

.home33-title h4{
	font-size:16px;
	color:#666666;
	font-weight:normal;
	letter-spacing:1px;
	margin:0 0 15px;
	letter-spacing:1px;
}
.home33-title h3{
	font-size:24px;
	color:#333333;
	font-weight:normal;
	letter-spacing:1px;
	margin:0;
}
.home33-title:after{
	content:"";
	width:40px;
	border-bottom:2px solid #ed474a;
	display:inline-block;
	margin:17px 0 26px;
}
.home33-btn,
.home33-btn:link,
.home33-btn:active,
.home33-btn:visited{
	background-color:#ed474a;
	padding:15px 30px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	letter-spacing:1px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
	display:inline-block;
}
.home33-btn:hover{
	background-color:#333!important;
}
.home33-textcenter {
	text-align:center;
	max-width:85%;
	margin:auto;
}
@media only screen and (max-width: 767px) {
	.home33-textcenter {
		max-width:none;
	}
}
.home33-isotope{
	overflow:hidden;
}
.home33-isotope .isotope_group {
    text-align: center;
    padding: 10px 0 40px;
}
.home33-isotope .isotope_group a {
    margin: 0px 3px 5px;
    padding: 10px 35px;
    color: #555555;
    font-size: 14px;
	letter-spacing:1px;
    background-color: #e1e1e1;
    text-decoration: none;
    display: inline-block;
    transition: background-color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms;
    -webkit-transition: background-color ease-in 200ms;
    -o-transition: background-color ease-in 200ms;
    -ms-transition: background-color ease-in 200ms;
}
.home33-isotope .isotope_group a:hover, 
.home33-isotope .isotope_group a.active {
    background-color: #ed474a;
    color: #FFF;
    text-decoration: none;
}
.home33-isotope .photo_box.ico_right_rotate .ico {
	width:60px;
	height:60px;
}
.home33-isotope .ico .ico_right{
	width:60px!important;
	height:60px!important;
	line-height:60px!important;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	margin:0;
}
.home33-number {
	background-color:#222222;
	text-align: center;
	color: #FFF;
	font-size:16px;
}
.home33-number .number {
	display: block;
	text-align: center;
	font-size: 48px;
	color: #ed474a;
}
.home33-number .number:after {
	content:"";
	display:block;
	width:40px;
	height:3px;
	background-color:#aaaaaa;
	margin:auto auto 15px;
}
.home33-list {
    list-style: none;
    margin: 10px 0px 0;
}
.home33-list li {
    padding-bottom: 10px;
}

.home33-list li .fa{
	color:#ed474a;
	margin-right:13px;
	font-size:1.4em;
    margin-bottom: 2px;
}
.home33-bg02{
	background-color:#eeeeee;
}
.home33-contbox .contbox-left {
    text-align: right;
	font-size:14px;
}
.home33-contbox .contbox-right {
    text-align: left;
	font-size:14px;
}
.home33-contbox .title {
    font-size: 16px;
    color: #3d3f40;
    font-weight:normal;
    line-height: 50px;
	letter-spacing:1;
    text-transform: uppercase;
}
.home33-contbox .contbox-left > div, 
.home33-contbox .contbox-right > div {
    padding-top: 45px;
}
.home33-contbox .title span{
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: 0 0 0 20px;
    color: #ffffff;
    background-color: #ed474a;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.home33-contbox .contbox-right .title span{
    float: left;
    margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
	.home33-contbox .contbox-left{
		text-align:left;
	}
	.home33-contbox .title span{
		float:left;
		margin:0 20px 0 0;
	}
.home33-contbox .contbox-left > div, 
.home33-contbox .contbox-right > div {
    padding-top: 0;
}
.home33-contbox .contbox-right{
  padding:20px 0 0 0;
}
.home33-contbox .contbox-left{
  padding:0 0 10px 0;}

}

.home33-btn02,
.home33-btn02:link,
.home33-btn02:active,
.home33-btn02:visited{
	background-color:#ed474a;
	padding:14px 20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	letter-spacing:1px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
	margin:0px 15px 15px;
	text-align:center;
	min-width:190px;
	display:inline-block;
	letter-spacing:1.5px;
}
.home33-btn02:hover{
	background-color:#333!important;
}
.home33-list02 {
    display: table;
    border-collapse: collapse;
    color: #ffffff;
}
.home33-list02 .list-cell1, 
.home33-list02 .list-cell2, 
.home33-list02 .list-cell3{
    display: table-cell;
    width: 33.3333%;
    padding: 60px 70px;
}
.home33-list02 .list-cell1{
    background-color: #fe6a56;
}
.home33-list02 .list-cell2{
    background-color: #ed474a;
}
.home33-list02 .list-cell3{
    background-color: #ff6673;
}
.home33-list02 h4{
	color:#FFF;
	font-size:16px;
	font-weight:normal;
}
.home33-list02 h4{
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
}
.home33-list02 h3{
	color:#FFF;
	font-size:18px;
	font-weight:normal;
	margin:0;
	letter-spacing:1px;
}
.home33-list02 h3:after{
	content:"";
	border-bottom:2px solid #FFF;
	width:40px;
	display:block;
	margin:14px 0 15px;
}
@media only screen and (max-width: 991px) {
	.home33-list02 .list-cell1, 
	.home33-list02 .list-cell2, 
	.home33-list02 .list-cell3{
		padding:25px;
	}
}
@media only screen and (max-width: 767px) {
	.home33-list02 {
		display:block;
	}
	.home33-list02 .list-cell1, 
	.home33-list02 .list-cell2, 
	.home33-list02 .list-cell3{
		display:block;
		width:auto;
	}
}
@media only screen and (max-width:1024px) {
	#header1.headerBox {
		margin-top:5px;
	}
	#header1 .menuRightBox,
	#header1 .dnn_logo{
		height: 80px;
		line-height:80px;
	}
	#header1 #dnngo_megamenu > div > ul > li{
		padding: 12px 0 12px;
	}
}

.home33-btn03,
.home33-btn03:link,
.home33-btn03:active,
.home33-btn03:visited{
	padding:12px 30px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color:#FFF;
	text-decoration:none;
	border:1px solid #FFF;
	font-size:14px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
	margin:0px ;
	text-align:center;
	display:inline-block;
	letter-spacing:1.5px;
}
.home33-btn03:hover{
	background-color:#333;
	border-color:#333;
}
.home33-ourteam{
	text-align:center;
}
.home33-ourteam .pic{
	margin-bottom:20px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#000;
	display:inline-block;
	overflow:hidden;
}
.home33-ourteam .pic img{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.home33-ourteam .pic:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.home33-ourteam h4{
	font-size:14px;
	color:#666666;
	font-weight:normal;
}
.home33-ourteam h3{
	font-size:16px;
	color:#3d3f40;
	font-weight:normal;
	margin:0;
}
.home33-ourteam h3:after{
	content:"";
	border-bottom:2px solid #bbbbbb;
	width:40px;
	display:block;
	margin:14px auto 15px;
}
@media only screen and (max-width: 767px) {
	.home33-ourteam .pic{
		margin-top:20px;
	}
}
.home33-bg03{
	background:url(images/home33-bg03.jpg) no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
	backface-visibility: hidden;
}
.home33-title02 h4{
	font-size:16px;
	color:#FFF;
	font-weight:normal;
	letter-spacing:1px;
	margin:0 0 20px;
}
.home33-title02 h3{
	font-size:24px;
	color:#FFF;
	font-weight:normal;
}
.home33-title02:after{
	content:"";
	width:40px;
	border-bottom:2px solid #FFF;
	display:inline-block;
	margin:20px 0 26px;
}
.home33-carousel .owl-buttons .owl-prev, 
.home33-carousel .owl-buttons .owl-next{
	margin-top:-25px;
}
.home33-carousel .owl-buttons .owl-prev, 
.home33-carousel .owl-buttons .owl-next,
.home33-carousel .owl-buttons .owl-prev:hover, 
.home33-carousel .owl-buttons .owl-next:hover{
	background:none;
}
.home33-carousel .owl-buttons .owl-prev:before, 
.home33-carousel .owl-buttons .owl-next:before{
	border-width:4px;
	width:15px;
	height:15px;
}
.home33-carousel img {
	opacity:0.8;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.home33-carousel img:hover {
	opacity:1;
}

.home33-contact{
	position:relative;
}
.home33-contact .contact-left{
	position:absolute;
	left:0;
	width:50%;
}
.home33-contact .contact-right{
	width:50%;
	margin-left:50%;
	padding:120px;
	position:relative;
	z-index:4;
	background-color:#eeeeee;
    box-shadow: -3px 0 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: -3px 0 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: -3px 0 3px 0 rgba(0,0,0,0.1);
}
.home33-contact .contact-right:before {
    content: "";
    position: absolute;
    top: 20%;
    left: -12px;
    height: 24px;
    width: 24px;
    background-color: #eeeeee;
    box-shadow: -3px -3px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: -3px -3px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: -3px -3px 3px 0 rgba(0,0,0,0.1);
    transform: rotate(45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.home33-contact .contact-info .fa{
	float:left;
	width:50px;
	height:50px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#ed474a;
	text-align:center;
	line-height:50px;
	color:#FFF;
	font-size:16px;
	margin-right:30px;
}
.home33-contact .contact-info .info-right{
	overflow:hidden;
	margin-bottom:52px;
}
.home33-contact .contact-info dt{
	color:#333333;
	margin:15px 0px 8px;
	font-weight:normal;
	font-size:15px;
	letter-spacing:1px;
}
.home33-contact .contact-info dd{
	margin-bottom:5px;
}
.home33-contact .contact-social .fa{
	color:#999999;
	font-size:26px;
	margin:0 3px 3px 0;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.home33-contact .contact-social a:hover .fa{
	color:#ed474a;
}
.home33-contact .contact-info {
	border-bottom:1px dashed #aaaaaa;
	margin-bottom:40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home33-contact .contact-right{
		padding:60px;
	}
}
@media only screen and (min-width: 992px) {
	.home33-contact .contact-left{
		height:100%!important;
	}
}

@media only screen and (max-width: 991px) {
	.home33-contact .contact-left{
		width:100%;
	}
	.home33-contact .contact-right{
		width:100%;
		padding:25px;
		margin:0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.home33-contact .contact-right:before{
		display:none;
	}
	.home33-contact .contact-info .info-right{
		margin-bottom:20px;
	}
	.home33-imgpad{
	   padding:0 0 20px 0;
	}
}
@media only screen and (max-width: 767px) {
.home33-contact .contact-info dt {
    margin: 0 0px 8px;
}
.home33-contact .contact-right {  
    padding: 15px;
}
.home33-contact .contact-info .fa,
.home33-contbox .title span,
.home33-contbox .contbox-right .title span {  
    width: 40px;
    height: 40px;   
    line-height: 40px; 
    margin-right: 10px;
}
.home33-contbox .title{
  line-height:40px;
}
.home33-title:after {  
    margin: 15px 0 10px;
}
}

a.home33-more,
a.home33-more:link{
	color:#ed474a;
	font-size:14px;
}
.home33-more .fa{
	display:inline-block;
	width:17px;
	height:17px;
	line-height:17px;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#ed474a;
	color:#FFF;
	margin:0 0px 3px 6px;
	font-size:12px;
	vertical-align:middle;
}
.home33-newslist{
	margin:0;
	padding:0;
	list-style:none;
}
.home33-newslist .date {
	width:52px;
	float:left;
	margin-right:18px;
}
.home33-newslist .date .day{
	height:38px;
	line-height:38px;
	background-color:#FFF;
	display:block;
	text-align:center;
	font-size:25px;
	color:#ed474a;
}
.home33-newslist .date .month{
	height:25px;
	line-height:25px;
	font-size:15px;
	color:#ffffff;
	display:block;
	background-color:#ed474a;
	text-align:center;
}
.home33-newslist li{
	overflow:hidden;
	border-bottom:1px solid rgba(255,255,255,0.2);
	min-height:63px;
	padding:16px 0 12px;
}
.home33-newslist li:first-child{
	padding-top:0px;
}
.home33-newslist li dl{
	overflow:hidden;
}
.home33-newslist li dt{
	overflow:hidden;
	margin:8px 0;
	color:#aaaaaa;
	font-size:14px;
	font-weight:normal;
}
.home33-newslist li dd{
	color:#777777;
}

/* Accent Colour */
.tp-banner-container .home33-banner-btn:hover,
.home33-btn, .home33-btn:link, 
.home33-btn:active, 
.home33-btn:visited,
.home33-isotope .isotope_group a:hover, 
.home33-isotope .isotope_group a.active,
.home33-isotope .ico .ico_right,
.home33-contbox .title span,
.home33-contact .contact-info .fa,
.home33-btn02, 
.home33-btn02:link, 
.home33-btn02:active, 
.home33-btn02:visited{
	background-color:#6075a7;
}
.home33-title:after{
	border-color:#6075a7;
}
.home33-number .number,
.home33-list li .fa,
.home33-contact .contact-social a:hover .fa{
	color:#6075a7;
}
.carousel .owl-buttons .owl-prev:hover:before{
    border-left-color:#6075a7;
    border-bottom-color:#6075a7;
}
.carousel .owl-buttons .owl-next:hover:before{
    border-right-color:#6075a7;
    border-bottom-color:#6075a7;
}

a.home33-more, 
a.home33-more:link,
.home33-newslist .date .day{
	color:#6075a7;
}
.home33-newslist .date .month,
.Theme_Responsive_20073_home33 .btn,
.home33-more .fa{
	background-color:#6075a7;
}


.home33-title h3,
.home33-contbox .title,
.home33-ibox h3,
.home33-ourteam h3{
    color: #5a5b5b;
}
.home33-title h4,
.home33-ibox h4,
.home33-ourteam h4 {
    color: #5a5b5b;
}

.home33-list02 .list-cell1{
	background-color:#fff;
}
.home33-list02 .list-cell2{
	background-color:#6075a7;
}
.home33-list02 .list-cell3{
	background-color:#fff;
}
.accent_color2{
	color:#fff;
}
.accent_color3{
	color:#fff;
}


.footer_box a.home33-more, 
.footer_box a.home33-more:link,
.footer_box .home33-newslist .date .day{
	color:#e48d25;
}
.footer_box .home33-newslist .date .month,
.footer_box .Theme_Responsive_20073_home33 .btn,
.footer_box .home33-more .fa{
	background-color:#e48d25;
}













/*Home Page 39 Style*/

/*Home Page 40 Style*/

/*Home Page 41 Style*/





















/*Home Page 35 Style*/
.home35-social02{
	padding-bottom:20px;
}
.home35-social02 a{
	color:inherit;
	border:1px solid ;
	width:39px;
	height:39px;
	line-height:39px;
	text-align:center;
	font-size:16px;
	display:inline-block;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.home35-social02 a:hover{
	color:#FFF!important;
	border-color:#1e7ad8;
	background-color:#1e7ad8;
}
.home35-banner{
	padding:0;
	margin:0;
	list-style:none;
	color:#ffffff;
}
.home35-banner li{
	background-position:center bottom;
	background-size:cover;
}
.home35-banner .banner-left{
	margin-top:220px;
	padding-right:30px;
}
.home35-banner .banner-right{
	padding-left:35px;
}

.home35-banner .banner-title01{
	font-size:68px;
	color:#ffffff;
	font-weight:normal;
	line-height:1.2;
	margin-top:270px
}
.home35-banner .banner-title02{
	font-size:40px;
	color:#ffffff;
	line-height:1.2;
	font-weight:normal;
}
.home35-banner .banner-cont {
	font-size:15px;
	line-height:1.8;
	padding:30px 30px 70px 0;
	letter-spacing:1.5px;
}

.home35-banner .banner-btn {
	border:1px solid #FFF;
	padding:30px ;
	text-align:center;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	color:#FFFF;
	display:inline-block;
	margin:0px 40px 10px 0;
}
.home35-banner .banner-btn .fa{
	font-size:70px;
	color:#FFF;
	margin-bottom:10px;
}
.home35-banner .banner-btn h3{
	font-size:28px;
	color:#FFF;
	font-weight:normal;
}
.home35-banner .banner-btn h4{
	font-size:15px;
	font-weight:normal;
	color:#FFF;
	margin-bottom:10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home35-banner .banner-left{
		margin-top:120px;
		padding-right:30px;
	}
	.home35-banner .banner-title01{
		font-size:52px;
		margin-top:170px
	}
	.home35-banner .banner-title02{
		font-size:30px;
	}
	.home35-banner .banner-cont {
		padding:15px 15px 35px 0;
	}
}
@media only screen  and (max-width: 991px) {
	.home35-banner .banner-left{
		margin-top:30px;
		padding-right:30px;
	}
	.home35-banner .banner-title01{
		font-size:30px;
		margin-top:60px
	}
	.home35-banner .banner-title02{
		font-size:18px;
	}
	.home35-banner .banner-cont {
		padding:10px 0px 10px 0;
		font-size:13px;
	}
	.home35-banner .banner-btn {
		padding:15px ;
		border-radius:12px;
		-moz-border-radius:12px;
		-webkit-border-radius:12px;
		margin:0px 20px 10px 0;
	}
	.home35-banner .banner-btn .fa{
		font-size:35px;
	}
	.home35-banner .banner-btn h3{
		font-size:14px;
		margin:2px 0;
	}
	.home35-banner .banner-btn h4{
		font-size:13px;
		margin:2px 0;
	}
}



.home35-bg{
	background-color:#f1f1f1;
}
.home35-ibox {
    text-align: center;
}
.home35-ibox .ico {
    text-align: center;
    font-size: 60px;
    color: #3fcfda;
    margin: 0 auto 20px;
	line-height:1;
}
.home35-ibox h3 {
    font-size: 20px;
	color:#666666;
    font-weight: normal;
    letter-spacing: normal;
	margin-bottom:20px;
}
@media only screen and (max-width: 767px) {
	.home35-ibox{
		margin-bottom:10px;
	}
}
.home35-title h3{
	color:#666666;
	font-size:30px;
	font-weight:normal;
	margin-bottom:35px;
	line-height:1.2;
}
.home35-title h3:after{
	content:"";
	border-bottom:1px solid #3cceda;
	width:100px;
	display:block;
	margin-top:30px;
}
a.home35-btn{
	border:1px solid #3cceda;
	padding:12px 33px;
	display:inline-block;
	color:#3cceda;
	font-size:14px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
a.home35-btn:hover{
	background-color:#3cceda;
	color:#FFF!important;
	text-decoration:none;
}
.home35-bg02 {
	background-color:#3cceda;
	color:#FFF;
}
.home35-title02 h3{
	color:#fff;
	font-size:30px;
	font-weight:normal;
	margin-bottom:35px;
}
.home35-title02 h3:after{
	content:"";
	border-bottom:1px solid #fff;
	width:100px;
	display:block;
	margin-top:30px;
}
a.home35-btn02{
	border:1px solid #fff;
	padding:15px 40px;
	display:inline-block;
	color:#fff;
	font-size:14px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	letter-spacing:2px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
a.home35-btn02:hover{
	background-color:#fff;
	color:#3cceda;
	text-decoration:none;
}
.home35-bg03 {
	background:url(images/home35-bg03.jpg) no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
	color:#FFF;
	backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
	.home35-bg03 {
		background-attachment:scroll;
	}
}
.home35-title03 h3{
	color:#fff;
	font-size:30px;
	font-weight:normal;
	margin-bottom:35px;
	text-align:center;
	line-height:1.2;
}
.home35-title03 h3:after{
	content:"";
	border-bottom:1px solid #3cceda;
	width:100px;
	display:block;
	margin:30px auto 0;
}
.home35-textcenter{
	text-align:center;
	max-width:45%;
	margin:auto;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.home35-textcenter{
	text-align:center;
	max-width:65%;
	margin:auto;
}
}
@media only screen and (max-width: 767px) {
	.home35-textcenter{
		max-width:none;
	}
}

.home35-imginfo{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.home35-imginfo > li{
	float:left;
	width:34%;
	text-align:center;
}
.home35-imginfo .ibox-left {
    width: 33%;
	text-align:right;
}
.home35-imginfo .ibox-right {
    width: 33%;
	text-align:left;
}
.home35-imginfo .title{
	font-size:20px;
	color:#FFF;
	font-weight:normal;
	margin-bottom:22px;
}
.home35-imginfo .icon {
	width:70px;
	height:70px;
	line-height:70px;
	border:1px solid #3cceda;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	font-size:32px;
	color:#3cceda;
	position:absolute;
	top:20px;
}
.home35-imginfo .box {
	position:relative;
	min-height:100px;
	margin-bottom:60px;
}
.home35-imginfo .ibox-left .box {
	padding-right:100px;
}
.home35-imginfo .ibox-right .box {
	padding-left:100px;
}
.home35-imginfo .ibox-left  .icon {
	right:0;
}
.home35-imginfo .ibox-right .icon {
	left:0;
}
.home35-imginfo .text{
	line-height:1.8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home35-imginfo > li{
		display:none;
	}
	.home35-imginfo .ibox-left{
		display:block;
		width:48%;
		margin-right:4%;
	}
	.home35-imginfo .ibox-right {
		display:block;
		width:48%;
	}

}
@media only screen and (max-width: 767px) {
	.home35-imginfo > li{
		float:none;
		width:auto;
	}
	.home35-imginfo .ibox-left {
		width:auto;
		text-align:left;
	}
	.home35-imginfo .ibox-right {
		width:auto;
		text-align:left;
	}
	.home35-imginfo .ibox-left .box,
	.home35-imginfo .ibox-right .box {
		padding-right:0;
		padding-left:85px;
	}
	.home35-imginfo .ibox-left  .icon,
	.home35-imginfo .ibox-right  .icon {
		right:auto;
		left:0;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;		
	}
}

.home35-title04 h3{
	color:#666666;
	font-size:30px;
	font-weight:normal;
	margin-bottom:35px;
	text-align:center;
    letter-spacing: 2px;
}
.home35-title04 h3:after{
	content:"";
	border-bottom:1px solid #3cceda;
	width:100px;
	display:block;
	margin:30px auto 0;
}
.home35-ibox02 {
    margin: 40px 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
	position:relative;
}
.home35-ibox02:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:115px;
	border-left:1px solid #3CCEDA;
}

.home35-ibox02 li {
    width: 25%;
    float: left;
    text-align: center;
    border-top: 1px solid #3CCEDA;
    position: relative;
    padding: 0 15px;
}
.home35-ibox02 li:after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	height:115px;
	border-right:1px solid #3CCEDA;
}
.home35-ibox02 li h3 {
    font-size: 20px;
	color:#666666;
    font-weight: normal;
    margin: 23px 0;
}
.home35-ibox02 li .icon{
	width:81px;
	height:81px;
	line-height:84px;
	text-align:center;
	font-size:36px;
	background-color:#3CCEDA;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	color:#FFF;
	margin:-40px auto 0;
}
.home35-ibox02 li p{
	line-height:1.8;
}
@media only screen and (max-width: 767px) {
	.home35-ibox02 li {
		width:auto;
		float:none;
		border-top:none;
		margin-bottom:20px;
	}
	.home35-ibox02 li .icon{
		margin:auto;
	}
	.home35-ibox02:before,
	.home35-ibox02 li:after{
		display:none;
	}
}

.home35-bg04 {
	background:url(images/home35-bg04.jpg) no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
	color:#FFF;
	backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
	.home35-bg04 {
		background-attachment:scroll;
	}
}
.home35-carousel .item{
	margin:0 10px;
}
.home35-carousel blockquote{
	font-style: normal;
	color: #fff;
	position: relative;
	border: none;
	padding: 0;
	margin: 0;
	font-size:13px;
	border-left:none;
}
.home35-carousel blockquote p {
	font-size: 13px;
	line-height: 1.8;
	text-indent:2em;
	margin: 0;
	color: #fff;
	font-style: normal;
	border:1px solid #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:30px;
	display:block;
	position:relative;
}
.home35-carousel blockquote p:before{
	content: '"';
	position: absolute;
	left: 0;
	top: 0;
	/*font-family: "roboto";*/
	color: #fff;
	font-size: 57px;
}
.home35-carousel blockquote p:after{
	content: '"';
	position: absolute;
	right: 35px;
	bottom: -30px;
/*	font-family: "roboto";*/
	color: #fff;
	font-size: 57px;
}
.home35-carousel blockquote small {
	display: inline-block;
	line-height: 18px;
	font-size: 16px;
	position: relative;
	bottom: auto;
	left: auto;
	padding: 36px 0 0 20px;
	float: left;
	color: #fff;
}
.home35-carousel blockquote small:before{
	content:"";
}
.home35-carousel blockquote small .name{
	display:block;
	position:relative;
	font-size:13px;
	color:#fff;
}
.home35-carousel blockquote small .name:before{
	content: '\2014 \00A0';
}
.home35-carousel blockquote .pic{
	float: left;
	padding: 24px 0 0 30px;
	position:relative;
}
.home35-carousel blockquote .pic:before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0px 0 6px;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 6px;
}
.home35-carousel blockquote .pic img{
	width:60px;
	height:60px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;	
}
.home35-carousel .owl-page {
	border: 1px solid #fff !important;
	width: 15px;
	height: 15px;
}
.home35-carousel .owl-page.active{
	background-color:transparent!important;
	padding:2px;
	position:relative;
}
.home35-carousel .owl-page.active:before{
	content: "";
	background-color: #fff;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 2px;
}
.home35-bg05 {
	background-color:#22272c;
}
.home35-cont{
	color:#ffffff;
	font-size:14px;
}
.home35-cont h3{
	font-size:30px;
	color:#ffffff;
	font-weight:normal;
	margin:0 0 18px;
	line-height:1.2;
	letter-spacing:2px;
}
.home35-btn03,
.home35-btn03:link,
.home35-btn03:active,
.home35-btn03:visited{
	border:1px solid #3cceda;
	color:#3cceda;
	padding:12px 25px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display:inline-block;
	font-size:14px;
	margin:0 0 10px 10px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.home35-btn03:hover{
	background-color:#3cceda;
	color:#FFF!important;
	text-decoration:none;
}
.home35-carousel02 .item{
	text-align:center;
	cursor:pointer;
}
.home35-carousel02 .item img{
	display:inline-block;
}
.home35-carousel02 .item:hover img{
	filter:alpha(opacity=80);
	opacity:0.8;
}
.home35-carousel02 .owl-buttons .owl-prev, 
.home35-carousel02 .owl-buttons .owl-next {
	left: -15px;
}
.home35-carousel02 .owl-buttons .owl-next {
	left: auto;
	right: -15px;
}
@media only screen and (min-width: 1600px) {
	.home35-carousel02 .owl-buttons .owl-prev {
		left: -46px;
	}
	.home35-carousel02 .owl-buttons .owl-next {
		right: -46px;
	}
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home35-cont02 .home35-ipad-bottom{
		position:absolute;
		left:0;
		bottom:0;
		max-height:100%;
		text-align:center;
	}
	.home35-cont03 .home35-ipad-botttom{
		position:absolute;
		right:0;
		bottom:0;
		max-height:100%;
		text-align:center;
	}
}



.home35-bg06 {
	background-color:#f1f1f1;
}

.home35-number{
	text-align:center;
}
.home35-number .nob{
	font-size:60px;
	color:#3cceda;
	font-weight:normal;
	font-weight:lighter;
	line-height: normal;
	margin-bottom:20px;
}
.home35-number h6{
	font-size:16px;
	font-weight:normal;
	letter-spacing:normal;
	margin:0 0 5px 0;
}
.home35-number p{
	margin:0;
	color:#888;
}

.home35-bg07 {
	background:url(images/home35-bg07.jpg) no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
	backface-visibility: hidden;
	color:#FFF;
}
@media only screen and (max-width: 991px) {
	.home35-bg07 {
		background-attachment:scroll;
	}
}

.home35-price .price_holder{
	border:none;
	text-align:center;
	cursor:pointer;
}
.home35-price .price_box{
	color: #fff;
	padding: 20px 0px;
	background-color:#3CCEDA;
	border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	transition: 		background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* IE9? */
}
	
.home35-price .price_title {
	color: #fff;
	border:none;
	padding-top: 15px;
	padding-bottom: 11px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	position: relative;
}	
.home35-price .price_title h2 {
	margin: 0px;
	font-weight: bold;
	font-size:20px;
	color:#fff;
	letter-spacing:normal;
	text-transform:uppercase;
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
}	
.home35-price .sup {
	font-size:70px;
	line-height: normal;
}
.home35-price .price {
	font-size:70px;
	line-height: normal;
}
.home35-price .unit{
	font-size:15px;
}
.home35-price .price_holder{
	padding: 0px 0px 40px 0px;
	border:1px solid #3CCEDA;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
	transition: 		border ease-in 200ms;
	-moz-transition: 	border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border ease-in 200ms; /* Opera */
	-ms-transition: 	border ease-in 200ms; /* IE9? */

}
.home35-price .price_holder ul{
	margin:40px 0;
	display:inline-block;
	text-align:left;
	max-width:95%;
	border-bottom:none;
}
.home35-price .price_holder ul li {
	list-style: none;
	border-top: none;
	padding: 5px 0;
	text-align:left;
	font-size:15px;
	color:#fff;
}
.home35-price .price_holder ul li span.glyphicons{
	font-size:20px;
	color:#fff;
	margin: 0px 10px 0 0;
	top: 5px;
}
.home35-price .price_holder ul a.Button_border{
	margin: 35px 0 0 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-transform:uppercase;
}	
.home35-price .price_holder:hover .price_box{
	background-color: #fff;
	color:#3CCEDA;
}
.home35-price .price_holder:hover .price_title h2{
	color:#3CCEDA;
}
.home35-price .price_holder:hover {
	border:1px solid #fff;
}
.home35-price .price_holder .btn, 
.home35-price .price_holder .btn:link, 
.home35-price .price_holder .btn:active, 
.home35-price .price_holder .btn:visited {
    padding: 12px 40px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    color: #3cceda;
    border: 1px solid #3cceda;
    margin: 0 12px 10px 0;
    text-decoration: none;
    transition: background-color ease-in 200ms,color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms,color ease-in 200ms;
    -webkit-transition: background-color ease-in 200ms,color ease-in 200ms;
    -o-transition: background-color ease-in 200ms,color ease-in 200ms;
    -ms-transition: background-color ease-in 200ms,color ease-in 200ms;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.home35-price .price_holder .btn:hover{
	color:#FFF!important;
	background-color:#3cceda
}
.home35-price li .lnr,
.home35-price li .fa{
	margin-right:15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home35-price .sup,
	.home35-price .price{
		font-size:30px;
	}
		
}
.home35-ibox03{
	margin-bottom:20px;
}
.home35-ibox03 .lnr,
.home35-ibox03 .fa{
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	color:#3cceda;
	border:1px solid #3cceda;
	display:inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	font-size:36px;
	float:left;
	margin-right:28px;
}
.home35-ibox03 .box-right{
	overflow:hidden;
}
.home35-ibox03 h3{
	font-size:18px;
	color:#666666;
	margin:12px 0 10px;
	font-weight:normal;
}
@media only screen and (max-width: 767px) {
	.home35-ibox03 h3{
		margin:8px 0 5px;
	}
	.home35-ibox03 .lnr,
	.home35-ibox03 .fa{
		width:60px;
		height:60px;
		line-height:60px;
		font-size:24px;
		margin-right: 20px;
	}
}
.home35-social a{
	display:inline-block;
	border:1px solid #aaaaaa;
	width:35px;
	height:35px;
	line-height:35px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin:0 5px 5px 0;
	text-align:center;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.home35-social a, 
.home35-social a:link, 
.home35-social a:active, 
.home35-social a:visited{
	color:#aaaaaa;
}
.home35-social a:hover{
	color:#3cceda;
	border-color:#3cceda;
}
.home35-tag a{
	display:inline-block;
	border:1px solid #aaaaaa;
	padding:14px 28px ;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 5px 8px 0;
	text-align:center;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.home35-tag a, 
.home35-tag a:link, 
.home35-tag a:active, 
.home35-tag a:visited{
	color:#aaaaaa;
}
.home35-tag a:hover{
	color:#3cceda;
	border-color:#3cceda;
	text-decoration:none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home35-tag a{
		padding:6px 10px;
	}
}

.home35-imglist{
	margin:0;
	padding:0;
	list-style:none;
}
.home35-imglist li{
	border:1px solid #f5f5f5;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	padding:5px;
	display:inline-block;
	vertical-align:top;
	margin:0px 6px 12px 0;
}
.home35-imglist li img{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home35-imglist li{
		max-width: 100px;
	}
}
@media only screen and (max-width: 767px) {
.home35-carousel02 .owl-buttons .owl-prev, 
.home35-carousel02 .owl-buttons .owl-next {
	left:-0;
}
.home35-carousel02 .owl-buttons .owl-next {
	left: auto;
	right:-0;
}
.home35-carousel02 .owl-buttons .owl-prev, 
.home35-carousel02 .owl-buttons .owl-next{
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.home35-carousel02 .owl-buttons .owl-next:before {
    margin-left: -6px;
}
}
/* Accent Colour */
.home35-ibox .ico,
a.home35-btn02:hover,
.home35-number .nob,
.home35-price .price_holder:hover .price_title h2,
.home35-price .price_holder:hover .price_box{
	color: #6075a7;
}
a.home35-btn,
.home35-imginfo .icon,
.home35-btn03, 
.home35-btn03:link, 
.home35-btn03:active, 
.home35-btn03:visited,
.home35-price .price_holder .btn, 
.home35-price .price_holder .btn:link, 
.home35-price .price_holder .btn:active, 
.home35-price .price_holder .btn:visited,
.home35-ibox03 .lnr, 
.home35-ibox03 .fa{
    border-color: #6075a7;
    color: #6075a7;
}
.home35-social02 a:hover {
	background-color: #6075a7;
	border-color: #6075a7;
}
.home35-social02 a:hover {
	background-color:#20a3f0;
	border-color:#20a3f0;	
}

a.home35-btn:hover,
.home35-bg02,
.home35-ibox02 li .icon,
.home35-btn03:hover,
.home35-price .price_box,
.home35-price .price_holder .btn:hover{
	background-color: #6075a7;
}
.home35-title h3:after,
.home35-title03 h3:after,
.home35-title04 h3:after,
.home35-ibox02:before,
.home35-ibox02 li,
.home35-ibox02 li:after,
.home35-price .price_holder,
.Home35-Container01 .Home35-heading01:after{
    border-color: #6075a7;
}
.Theme_Responsive_20073_home35 .btn{
	background-color: #6075a7!important;
}

.home35-title h3,
.home35-title04 h3{
	color: #5a5b5b;
}
.home35-ibox h3,
.home35-ibox03 h3,
.home35-ibox02 li h3,
.home35-number h6{
	color: #5a5b5b;
}



.Home35-Container01 .Home35-heading01:after{
    border-color: #e48d25;
}
.home35-social a:hover,
.home35-tag a:hover{
	color: #e48d25;
    border-color: #e48d25;
}












/*Home Page 39 Style*/

/*Home Page 40 Style*/

/*Home Page 41 Style*/



























/*Home Page 37 Style*/
.home37-bannerrtitle{
	color:#FFF;
	font-size:60px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1;
 }
.home37-bannerline {
	margin:auto 20px;
	width:100%;
	max-width:318px;
	border-bottom:1px solid #FFF;
	text-indent:-999px;
	font-size:0;
	overflow:hidden;
	height:0px;
	
}
.home37-bannercon {
	color:#FFF;
	font-size:20px;
	padding:18px 30px;
	position:relative;
	line-height:1.2;
}
.home37-bannercon:before{
   background-color:rgba(255,255,255,0.3);
   position:absolute;
   left:0;
   content:"";
   width:100%;
   height:100%;
   top:0;  

}
.home37-bannermore a{
	display:inline-block;
	border:2px solid #ffffff;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	padding:15px 20px;
	line-height:1.2;
	color:#fff!important;
	font-size:17px;
	text-align:right;
	text-shadow:1px 1px 1px #000;
}
.home37-bannermore a:hover{
   color:#fff;
   background-color:#009b85;
   border-color:#009b85;
}
.home37-bannermore2{
	font-size:17px;
	color:#FFF!important;
	text-align:left;
	text-shadow:1px 1px 1px #000;
}
.home37-bannermore2 a{
/*	background:url(images/home37-arrow.png) no-repeat right center ;*/
	background-size:contain;
	padding:12px 48px 12px 0;
	display:inline-block;
	margin-left:15px;
	position:relative;
	color:#FFF!important;
}
.home37-bannermore2:after{
  content: "\f105";
  font-family:"FontAwesome";
  position:absolute;
  right:0;
  top:50%;
  margin:-16px 0 0 0;
  border:1px solid #fff;
  width:32px;
  height:32px;
  	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	text-align:center;
	line-height:32px;
  
}

*+html .home37-bannermore,
*+html .home37-bannermore2{
	display:inline;
	
}
.home37-bg{
	background-color:#f7f7f7;
}
.home37-bottom-line{
	border-bottom:2px solid #e0e0e0;
}
.home37-top-line{
	border-top:2px solid #e0e0e0;
}
.home37-cont h3{
	font-size:22px;
	color:#444444;
	margin-bottom:15px;
	line-height:1.2;
	text-transform:uppercase;
	font-weight:normal;
}
.home37-cont .cont-right{ 
	padding-top:25px;
	text-align:center;
}
a.home37-btn{
    padding: 14px 25px;
	line-height:1.2;
    margin: 0px;
    position: relative;
    font-size: 15px;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 10px;
    color: #FFFFFF;
    border-radius: 3px 3px 4px 4px;
    -moz-border-radius: 3px 3px 4px 4px;
    -webkit-border-radius: 3px 3px 4px 4px;
    background-color: #009b85;
    transition: background-color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms;
    -webkit-transition: background-color ease-in 200ms;
    -o-transition: background-color ease-in 200ms;
    -ms-transition: background-color ease-in 200ms;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.43);
	background: url(images/Button_special.png) repeat-x left bottom;
}
a:hover.home37-btn{
  background:#444;
  text-decoration:none;
}
.home37-ibox {
	text-align: center;
}
.home37-ibox h4{
    font-weight: normal;
	padding: 11px 0px 0px;
	margin: 0px;
}
.home37-ibox .home37-ibox-box .home37-ibox-con {
	padding: 18px 0px 3px 0px;
	vertical-align: top;
	clear: both;
}
.home37-ibox .home37-ibox-box .home37-icon {
	height:78px;
	width:78px;
	line-height: 78px;
	font-size: 36px;
	margin:15px auto;
	text-align: center;
	position: relative;
}
.home37-ibox .home37-icon .fa{
	height:78px;
	width:78px;
	line-height:74px!important;
	border:2px solid #009b85;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	color:#009b85;
}
.home37-ibox .home37-icon .fa.color-2{
	border:2px solid #faa732;
	color:#faa732
}
.home37-ibox .home37-icon .fa.color-3{
	border:2px solid #5eb95e;
	color:#5eb95e
}
.home37-ibox .home37-icon .fa.color-4{
	border:2px solid #dd514c;
	color:#dd514c
}
.home37-full{
	position:relative;
	color:#ffffff;
}
.home37-full-left{
	background:url(images/home37-bg.jpg) 0 0 repeat;
	width:50%;
	padding:40px;
	text-align:center;
}
.home37-full .home37-title01 h3{
	color:#ffffff;
}
.home37-list{
	margin:25px 15px 37px;
	list-style:none;
	text-align:left;
	display:inline-block;
}
.home37-list li{
	position:relative;
	padding:2px 0 2px 25px;
}
.home37-list li em.fa{
	color:#009b85;
	margin-right:12px;
	font-size:20px;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:6px;
}
.home37-full-right{
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background-size:cover;
}
.home37-full-right img{
  display:none;
}
.home37-title01 p{
	font-size:16px;
	margin:5px 0 27px;
}
home37-title01{
  text-align:center;
}
.home37-title01 h3,
.home37-title02 h3{
/*	font-size:22px;
	line-height:1.3;
	color:#444444;
	font-weight:normal;*/
	text-transform:uppercase;
	margin:0 0 0;
}
.home37-title02 h2{
	text-transform:uppercase;
	margin:0 0 0;
}
.home37-title01 .line,
.home37-title02 .line{
	width:179px;
	height:18px;
	position:relative;
	margin:25px 0 30px;
}
.home37-title-l,
.home37-title-r{
	width:158px;
	height:1px;
	background-color:#009b85;
	position:absolute;
	top:7px;
	left:0;
}
.home37-title-m{
	width:15px;
	height:15px;
	border-right:1px solid #009b85;
	border-bottom:1px solid #009b85;
	position:absolute;
	top:0;
	right:3px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
	-o-transform:rotate(45deg); /* Opera */
}
.home37-title-m:before{
	content:"";
	width:7px;
	height:7px;
	background-color:#009b85;
	position:absolute;
	left:0;
	top:0;
	margin:2px;
}
.home37-title01 .line{
	width:177px;
	margin:20px auto 25px;
}
.home37-title02 .line{
	margin:15px 0 25px;
}
.home37-title01 .home37-title-l,
.home37-title01 .home37-title-r{
	width:78px;
}
.home37-title01 .home37-title-r{
	left:auto;
	right:0;
}
.home37-title01 .home37-title-m{
	right:auto;
	left:50%;
	margin-left:-8px;
}
a.home37-btn02{
    display: inline-block;
    color: #009b85;
    padding:12px 50px;
    border: 1px solid #009b85;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}
a.home37-btn02:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #009b85;
}
.home37-full2{
   position:relative;
}
.home37-full2 h2{
    font-size: 22px;
    padding-top: 6px;
    text-transform: uppercase;
	color:#fff;
	margin:0;
}
a.home37-btn03{
    padding: 11px 45px;
    margin: 0px;
    position: relative;
    font-size: 15px;
    display: inline-block;
    white-space: nowrap;
    color: #009b85;
	background-color:#fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;  
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
	position:relative;
	display:inline-block;
	position:relative;
}

a.home37-btn03:before{
  position:absolute;
  bottom:-3px;
  left:0;
  border-bottom:3px solid rgba(0,0,0,0.2);
  content:"";
  width:100%;
      border-radius:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
  height: 15px; 
  }
a.home37-btn03:hover{
  background-color:#444;
  text-decoration:none;
  color:#fff;
}
.home37-bg02{
  background-color:#009b85;
  color:#fff;
}
.home37-full2:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin: 0 0 0 -17px;
    border-width: 12px 17px;
    border-style: solid;
    border-color: #009b85 transparent transparent transparent;
}
.home37-ibox02{
	padding-top:15px;
}
.home37-icon02 + .home37-icon02{
	margin-top:20px;
}
.home37-icon02 em.fa{
	width:68px;
	height:68px;
	line-height:68px;
	font-size:22px;
	color:#ffffff;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	left:0;
	position:absolute;
}
.home37-ibox02 .color-1 em.fa{
	background-color:#31aae1;
}
.home37-ibox02 .color-2 em.fa{
	background-color:#03c1a6;
}
.home37-ibox02 .color-3 em.fa{
	background-color:#ec768c;
}
.home37-icon02 h4{
	font-size:14px;
	color:#444444;
	line-height:1.3;
	font-weight:normal;
	margin:7px 0 13px;
}
.home37-icon02{
  position:relative;
  padding:0 0 0 90px;
}
.home37-list02{
	margin:20px 0;
	list-style:none;
}
.home37-list02 li{
	line-height:2;
}
.home37-list02 em.fa{
	color:#009b85;
	margin-right:10px;
	font-size:15px;
	vertical-align:middle;
}
a.home37-btn04{
    display: inline-block;
    color: #666;
    padding: 10px 52px;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}
a.home37-btn04:hover{
  background-color:#009b85;
  color:#fff;
  text-decoration:none;
  border-color:#009b85
}
.home37-loadlist .progress{
	overflow:visible;
	height:40px;
	line-height:40px;
	box-shadow:none;
	background-color:#eae9e9;
	margin-top:38px;
	position:relative;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.home37-loadlist .bar{
    height:40px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background:none;
	background-color:#dd514c;
}
.home37-loadlist .bar span{
   text-align:right;
   color:#666;
   position:absolute;
   right:20px;
}
.home37-loadlist .progress p{
	position:absolute;
	margin:0;
	color:#ffffff;
	width:100%;
	padding:0 20px;
	z-index:1;
}
.home37-Testimonials{
	text-align:center;
}
.home37-Testimonials blockquote{
	padding:0;
	margin:0 0 40px;
	font-style:normal;
}
.home37-Testimonials blockquote p{
	padding:0 2%;
	font-size:16px;
	text-indent:0;
	color:#ffffff;
	font-style:normal;
}
.home37-Testimonials blockquote small{
	padding:15px 0 30px;
	font-style:normal;
	font-size:13px;
	position:relative;
	left:0;
	top:0;
	color:#ffffff;
}
.home37-Testimonials blockquote h4{
  color:#fff;
  font-size:14px;
  margin:0;
}
.home37-Testimonials blockquote small span{
   color:#0a8372;
}
.home37-Testimonials blockquote h2{
	font-size:14px;
	padding-bottom:15px;
	margin:0;
	font-weight:normal;
}
.home37-Testimonials blockquote small:before{
	content:"";
}
.home37-Testimonials-icon1{
	font-size:44px;
	color:#9d9d9f;
	padding-bottom:30px;
}
.home37-Testimonials-icon2{
	font-size:24px;
	color:#009b85;
	padding:60px 0 45px 0; 
}
.home37-Testimonials-icon2 em{
	margin:0 4px;
}
.home37-Testimonials .dot{
	width:100%;
	text-align:center;
}
.home37-Testimonials .dot a{
	border:1px solid transparent;
	width:30px;
	height:10px;
	margin:0 7px;
	overflow:visible;
	background-color:#009b85;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.home37-Testimonials .dot a.actived{
	width:30px;
	height:10px;
	border-color:#ffffff;
	background-color:#009b85;
}
.home37-bg03{
    background: url(images/home37-bg03.jpg) center center no-repeat;
    background-size: cover;
	background-attachment: fixed;
	backface-visibility: hidden;
}
.home37-bg03 h3{
   text-align:center;
   color:#fff;   
}
.home2_team .row + .row{
	margin-top:10px;
}
.home2_team > div > div > div{
	position:relative;
	background-color:#f7f7f7;
	margin-top:20px;
	transition: 		all ease-in 300ms;
	-moz-transition: 	all ease-in 300ms; /* Firefox 4 */
	-webkit-transition: all ease-in 300ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 300ms; /* Opera */
	-ms-transition: 	all ease-in 300ms; /* IE9? */
}
.home2_team > div > div > div:hover{
   background-color:#009b85;
   color:#fff;
}
.home2_team > div > div > div:hover .home37-team-title h3,
.home2_team > div > div > div:hover .home37-social a{
  color:#fff;
}
.home37-team-left{
	position:absolute;
	left:0;
	width:50%;
	height:100%;
	background-size:cover;
	background-position:center center;
}
.home37-team-left img{
  display:none;
}
.home37-team-right{
	float:right;
	width:50%;
	padding:0 20px;
}
.home37-team-border{
	border-bottom:1px solid #dadada;
	padding:27px 0;
}
.home37-team-title{
	padding:0 0 19px;
}
.home37-team-title h3{
	font-size:14px;
	color:#444444;
	font-weight:normal;
	line-height:1.3;
	margin:0;
	transition: 		all ease-in 300ms;
	-moz-transition: 	all ease-in 300ms; /* Firefox 4 */
	-webkit-transition: all ease-in 300ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 300ms; /* Opera */
	-ms-transition: 	all ease-in 300ms; /* IE9? */
}
.home37-social{
	margin:13px 0;
}
.home37-social a{
	font-size:20px;
	color:#999999;
	margin:0 14px 0 0;
}
.home37-full3.row{
	margin:0;
	overflow:hidden;
}
.home37-full3.row > div{
	margin-bottom:-10000px;
	padding-bottom:10000px;
	position:relative;	
}

@media only screen and (max-width: 767px) {
	.home37-full3.row > div{
		margin-bottom:0px;
		padding-bottom:0px
	}
}
.home37-full3{
	background-color:#009b85;
	text-align:center;
	color:#ffffff;
}
.home37-full3 > div{
	position:relative;
	z-index:100;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
.home37-full3 > div.home37-firstchild{
	border-left:none;
}
.home37-full3 > div.lastchild{
	border-right:none;
}
.home37-full3 > div + div:before{
	content:"";
	position:absolute;
	left:-11px;
	top:50%;
	margin:-11px 0 0 0;
	width:20px;
	height:20px;
	border:6px solid #ffffff;
	background-color:#009b85;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
	-o-transform:rotate(45deg); /* Opera */
}
.home37-full3-light .before{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:url(images/home37-full3-bg.png) 0 0 repeat;
	z-index:-1;
}
.home37-full3 em.fa{
	width:104px;
	height:104px;
	line-height:104px;
	font-size:33px;
	text-align:center;
	background-color:#ffffff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	color:#009b85;
}
.home37-full3 h3{
	color:#ffffff;
	font-size:16px;
	margin:25px 0 33px;
	font-weight:normal;
	text-transform:uppercase;
}
.home37-full3 em.fa.color-1{ color:#009b85}
.home37-full3 em.fa.color-2{ color:#faa732;}
.home37-full3 em.fa.color-3{ color:#5eb95e;}
.home37-full3 em.fa.color-4{ color:#dd514c;}

.home37-carousel{
	padding-bottom:0;
}
.home37-carousel .item{
	padding:0px 15px;
}
.home37-carousel .pic_box{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.home37-carousel .owl-pagination{
	padding:0;
	margin-top:30px;
}
.home37-carousel .owl-page{
	width:16px;
	height:16px;
	background:#d8d8d8;
	-moz-box-shadow:	0 1px 3px rgba(0, 0, 0, 0.5) inset;               /* For Firefox3.6+ */
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;            /* For Chrome5+, Safari5+ */
	box-shadow:			0 1px 3px rgba(0, 0, 0, 0.5) inset;   
	border:none;      
}
.home37-carousel .owl-page.active{
	padding:5px;
}
.home37-carousel .owl-page.active span{
	background:#ffffff;
	width:6px;
	height:6px;
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.home37-carousel .text_sytle_7{
  margin:0;
}
.home37-carousel .text_sytle_7 h3{
  font-size:16px;
  color:#666666;
  font-weight:normal;
  line-height:1;
  margin:0;
  padding:30px 0 20px 0;
}
.home37-carousel .text_sytle_7 .line {
    width: 100px;
    height: 1px;
    margin: 0 0 20px 0px;
	background-color:#009b85;
}
.home37-pl10{
   padding-left:170px;
}
.home37-pr10{
   padding-right:170px;
}
.home37-contact-info{
  position:relative;
  padding-left:115px;
  min-height:81px;
}
.home37-contact-info + .home37-contact-info{
	border-top:1px solid #eaeaea;
	padding-top:15px;
	margin-top:34px;
	min-height:96px;
}
.home37-contact-info em.fa{
	float:left;
	width:81px;
	height:81px;
	line-height:81px;
	color:#009b85;
	font-size:40px;
	margin-right:20px;
	text-align:center;
	border:1px solid #999999;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	left:0;
}
.home37-contact-info h3{
	color:#444444;
	font-size:18px;
	font-weight:normal;
	margin:15px 0 3px;
}
.home37-bg04 {
    background: rgba(0, 0, 0, 0) url("images/home37-bg04.jpg") no-repeat fixed center center / cover ;
	color:#fff;
}
.home37-bg04 .home37-title01 h3{
  color:#fff;
  text-align:center;
}
.home37-ibox03{
	margin:0;
	list-style:none;
	text-align:center;
}
.home37-ibox03 li{
	float:left;
	width:20%;
}
.home37-ibox03 .home37-step{
	font-size:35px;
	width:118px;
	font-weight:bold;
	height:118px;
	line-height:112px;
	margin:15px auto 0;
	border:3px solid #ffffff;
	position:relative;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition:all ease-in 200ms;
	-moz-transition:all ease-in 200ms; /* Firefox 4 */
	-webkit-transition:all ease-in 200ms; /* Safari and Chrome */
	-o-transition:all ease-in 200ms; /* Opera */
	-ms-transition:all ease-in 200ms; /* IE9? */
}
.home37-ibox03 .home37-step .line{
	position:absolute;
	top:58px;
	left:100%;
	margin-left:3px;
	height:1px;
	width:70px;
	background-color:#ffffff;
}
.home37-ibox03 h3{
	font-size:18px;
	font-weight:normal;
	margin:26px 0 31px;
	color:#fff;
}
.home37-ibox03 li p{
	line-height:1.8;
	padding:0 5px;
	margin:0;
}
.home37-ibox03 li:hover .home37-step{
	background-color:#009b85;
	border-color:#009b85;
}
.home37-mb{
  margin-bottom:-25px;
}
.home37-social02{
	padding-top:20px;
}
.home37-social02 a{
	width:42px;
	height:42px;
	line-height:42px;
	font-size:18px;
	margin:0 6px 0 0;
	color:#ffffff;
	background-color:#232a34;
	display:inline-block;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.home37-social02 a:hover{
	background-color:#666666;
}
.home37-footerTwo > div + div {
    border-top: 1px dashed #444444;
    padding-top: 15px;
    margin-top: 16px;
}
.home37-footerTwo > div span{
   color:#009b85;
}
.home37-footerFour img{
	float:left;
	margin-right:30px;
	margin-top:6px;
}
.home37-footerFour span{
  color:#716f6f;
  display:block;
  margin:12px 0 0 0;
}
.home37-footerFour + .home37-footerFour{
	margin-top:24px;
}
.home37-footerThree{
  position:relative;
  padding:0 0 0 25px;
}
.home37-footerThree em{
   position:absolute;
   left:0;
   top:3px;
   font-size:20px;
   color:#099f89;
}
.footer_box .home37-social02 a, 
.footer_box .home37-social02 a:link, 
.footer_box .home37-social02 a:active, 
.footer_box .home37-social02 a:visited{
  color:#fff;
}
.footer_box .home37-footerThree a, 
.footer_box .home37-footerThree a:link, 
.footer_box .home37-footerThree a:active, 
.footer_box .home37-footerThree a:visited{
  color:#999;
}
.home37-footerThree{
  color:#716f6f;
}
.home37-social-top{
	margin:0;
	padding:0;
	list-style:none;
}
.home37-social-top li{
	margin:0 0 0 10px;
	padding:0 0 0 60px;
	list-style:none;
	display:inline-block;
	text-align:left;
	position:relative;
	font-size:16px;
	color:#009b85;
}
.home37-social-top li .fa{
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	position:absolute;
	left:0;
	top:2px;
	background-color:#000;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:20px;
	color:#FFF;
}
.home37-social-top li.color-1 .fa{
	background-color:#1b58a1;
}
.home37-social-top li.color-2 .fa{
	background-color:#02bde6;
}
.home37-social-top li p{
	color:#666666;
	font-size:13px;
}
@media only screen and (min-width: 1200px){
.home37-icon02 + .home37-icon02{
	margin-top:50px;
}
.home37-icon02{
    margin-top: 20px;
}

.home37-ibox03 .home37-step .line{
    width:110px;
}
.home37-ibox02{
    padding-top: 60px;
}
.home37-bannermore a{
	padding:15px 38px;
}
}
@media only screen and (min-width: 1600px){
.home37-full-left {
    padding:75px 100px;
}
.home37-ibox03 .home37-step .line{
    width: 119px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home37-ibox03 .home37-step .line{
  display:none;
}
}
@media only screen and (max-width: 991px){
.home37-bg03,.home37-bg04{
    background-attachment: scroll;
}
.home37-social-top li {  
    display:block;
    font-size: 12px;   
    margin:2px 0 0 10px;
    padding: 0 0 0 40px;   
    text-align: left;
}
.home37-social-top li .fa{
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.home37-social-top li p {
    font-size: 12px;
    margin: -5px 0 0;
    text-align: left;
}
a.home37-btn03{
  margin-top:15px;
}
.home37-phonecenter{
  text-align:center;
}
.home37-full-right img{
    display: block;
}
.home37-full-right{
    background-image: inherit !important;
    position: relative;
    width: 100%;
}
.home37-full-left {    
    width: 100%;
	padding:30px 15px;
}
.home37-contact-info + .home37-contact-info { 
    padding-top: 20px;
    margin-top: 20px;
	min-height:auto;
}
.home37-contact-info em.fa {   
    width: 50px;
    height: 50px;
    line-height: 50px;  
    font-size: 20px;
    margin-right: 10px; 
}
.home37-contact-info {
    padding-left: 65px;
    min-height: auto;
}
.home37-contact-info h3 {  
    margin: 0 0 3px 0;
}
}
@media only screen and (max-width: 767px) {
.home37-pr10 {
    padding-right: 0;
}
.home37-pl10 {
    padding-left: 0;
}
.home37-list {   
    margin: 20px 0;
}
.home37-team-left img {
    display: block;
}
.home37-team-left{
    background-image: inherit !important;
    position: relative;
    width: 100%;
}

.home37-team-right {
    float: none;
    padding: 0 10px;
    width: 100%;
}
.home37-icon02 em.fa { 
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.home37-icon02 {
    padding: 0 0 0 55px;
}
.home37-Testimonials blockquote p{
  padding:0;
}
.home37-mb{
  margin-bottom:0;
}
.home37-full3 > div + div:before,
.home37-ibox03 .home37-step .line{
  display:none;
}
.home37-ibox03 li {
    float: none;
    width: 100%;
}
.home37-bannermore a {
    border: 1px solid #ffffff;
    padding: 5px;
    line-height: 1.2;
    font-size: 12px;
	margin:0 50px 0 0;
}
.home37-bannermore2 a { 
    padding: 12px 25px 12px 50px;
	margin:0;
}
.home37-bannermore2:after {   
    margin: -10px 0 0 0;   
    width: 20px;
    height: 20px;
    line-height: 20px;
}
}
/* Accent Colour */
.home37-bannermore a:hover,
.home37-title-l, .home37-title-r,
a.home37-btn02:hover,
.home37-bg02,
.home2_team > div > div > div:hover,
.home37-full3,
.home37-ibox03 li:hover .home37-step,
.home37-title-m:before,
.home37-carousel .owl-page.active,
.home37-carousel .text_sytle_7 .line,
.home37-Testimonials .dot a,
.home37-Testimonials .dot a.actived,
a.home37-btn04:hover,
.home37-ibox02 .color-2 em.fa,
.home37-loadlist .bar,
a.home37-btn{
    background-color:#6075a7;
}
.home37-bannermore a:hover,
a.home37-btn02,
.home37-ibox03 li:hover .home37-step,
a.home37-btn04:hover,
.home37-ibox .home37-icon .fa{
    border-color:#6075a7;
}
.home37-title-m {
    border-right: 1px solid #6075a7;
    border-bottom: 1px solid #6075a7;
}
.home37-list li em.fa,
a.home37-btn02,
a.home37-btn03,
.home37-contact-info em.fa,
.home37-Testimonials-icon2,
.home37-Testimonials blockquote small span,
.home37-list02 em.fa,
.home37-ibox .home37-icon .fa,
.home37-full3 em.fa.color-1{
   color:#6075a7;
}
.home37-full2:before {   
    border-color:#6075a7 transparent transparent transparent;
}
.home37-ibox .home37-icon .fa.color-2,
.home37-full3 em.fa.color-2{
	color: #fff;
}
.home37-ibox .home37-icon .fa.color-2{
	border-color: #fff;
}
.home37-ibox .home37-icon .fa.color-3,
.home37-full3 em.fa.color-3{
	color: #fff;
}
.home37-ibox .home37-icon .fa.color-3{
	border-color: #fff;
}
.home37-ibox .home37-icon .fa.color-4,
.home37-full3 em.fa.color-4{
	color: #fff;
}
.home37-ibox .home37-icon .fa.color-4{
	border-color: #fff;
}
.home37-ibox02 .color-3 em.fa{
    background-color: #fff;
}

.home37-ibox02 .color-1 em.fa{
    background-color: #fff;
}
.Home37-Container01 .dnntitle .line .line_m:before,
.Home37-Container01 .dnntitle .line .line_l, .Home37-Container01 .dnntitle .line .line_r{
    background-color:#6075a7!important;
}
.Home37-Container01 .dnntitle .line .line_m {
    border-right: 1px solid #6075a7!important;
    border-bottom: 1px solid #6075a7!important;

}
.Theme_Responsive_20073_home37 .btn {
    color:#6075a7!important;
    border: 1px solid #6075a7!important;
}
.Theme_Responsive_20073_home37 .btn:hover {
    background:#6075a7!important;
    border-color:#6075a7!important;
	color:#fff!important;
}
.home37-footerTwo > div span,
.home37-footerThree em{
  color:#e48d25;
}





/*Home Page 39 Style*/

/*Home Page 40 Style*/

/*Home Page 41 Style*/















/*Footer */
	.footer_box {
		position:relative;
		z-index:3;
	}
	.foot_bgs{
		display:none;
	}
	.footer_box .footer_bg{
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		opacity: 1;
									background-color:#222c36;
						background-position:center bottom;
				background-repeat:no-repeat;
										background-size:cover ;
	}
	.footer_bottom  {
		overflow:hidden;
	}
	.footer_bottom .footer_bottom_bg{
		opacity: 1;
					background-color:#222222;
				-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-webkit-transform:skew(0deg,0deg);
		-moz-transform:skew(0deg,0deg);
		transform:skew(0deg,0deg);
		transform-origin:right bottom;
	}

.footer_box .Normal {
	color:#aaaaaa;
}

.footer_box a, 
.footer_box a:link, 
.footer_box a:active, 
.footer_box a:visited{
	color:#e48d25;
}
.footer_box a:hover{
	text-decoration:underline;
	color:#e48d25;
}
.footer_box .dnntitle span{
	color: #ffffff;
}

.FooterPane .Normal,
.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited,
.FooterPane a,
.FooterPane a:link,
.FooterPane a:active,
.FooterPane a:visited{
	color: #aaaaaa;
}
.FooterPane .foot_social_3 a:hover span{
	color: #e48d25;
}
.footer_bottom .Normal,
.footer_bottom a,
.footer_bottom a:link,
.footer_bottom a:active,
.footer_bottom a:visited,
.footer_bottom .social_list_1 a span,
.footer_bottom .link_list_1 a, 
.footer_bottom .link_list_1 a:link, 
.footer_bottom .link_list_1 a:active,
.footer_bottom .link_list_1 a:visited{
	color: #aaaaaa;
}
.footer_bottom .link_list_1 .social a, 
.footer_bottom .link_list_1 .social a:link, 
.footer_bottom .link_list_1 .social a:active,
.footer_bottom .link_list_1 .social a:visited,
.footer_bottom .FooterPane a:hover,
.footer_bottom .copyright_style a:hover,
.footer_bottom .link_list_1 a:hover,
.footer_bottom .link_list_1  .social a:hover,
.footer_bottom .list_style_13 li .fa{
	text-decoration:none;
	color: #e48d25;
}
.footer_bottom .social_list_5 a:hover span{
	background-color:#e48d25;
	border-color: #e48d25;
}

.footer_bottom .link_list_1  .social a:hover{
	text-decoration:underline;
}
.footer_bottom .social_list_1 a{
	border-color: #aaaaaa;
}
.footer_bottom .social_list_1 a:hover{
	background-color:#aaaaaa;
}
.footer_bottom .social_list_1 a:hover span{
	color: #e48d25;
}
.footer_box .footer_bottom  {
	padding:0 0 20px;
}
.footer_box .footer_bottom .footer_line{
	padding:20px 0 0;
			border-top:1px solid #393939;
	}

.footer_bottom .dnntitle span{
	color: #FFFFFF;
}
.footer_bottom .title_style_2{
	color: #FFFFFF;
}
.footer_bottom .title_style_2 .icon:before, 
.footer_bottom .title_style_2 .icon:after{
	border-color: #FFFFFF;
}

.footer_bottom .Theme_Responsive_20072_home5-Email .form_submit:before{
	color: #e48d25!important;
}
.footer_bottom .Theme_Responsive_20072_home7-Email .form_submit .btn{
	background-color:  #e48d25!important;
}
.footer_bottom .Theme_Responsive_20072_home7-Email .form_submit .btn:hover{
	background-color: #555!important;
}

.copyright_style, 
.copyright_style a,
.FooterPane {
	font-size:14px;
}




#to_top {
	width: 65px;
	height: 65px;
	line-height:65px;
	right: 90px;
	bottom: 120px;
}
.backtop01 {
	border-color:#e48d25;
}
.backtop01 span:before{
	border-top-color:#e48d25;
	border-left-color:#e48d25;
}
.backtop01 span:after{
	border-left-color:#e48d25;
}
.backtop01:hover {
	background-color:#e48d25;
	border-color:#e48d25;
}

.backtop02 {
	background-color:#e48d25;
}
.backtop02:hover {
	background-color:#e48d25;
}
.backtop03 {
	border-color:#e48d25;
	color:#e48d25;
}
.backtop03:hover {
	border-color:#e48d25;
	background-color:#e48d25;
}
.backtop04 {
	background-color:#e48d25;
}
.backtop04:hover {
	background-color:#e48d25;
}















