

body{
	text-align: center;
	color: #323232;
	overflow-x: hidden;
	font-size: 14px;
	font-family: 'Libre Franklin', sans-serif;
	background: #fff;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #323232;
    transition: 0.3s;
}
a:hover{
	text-decoration: none;
	color: #4FB68D;
}
a:focus{
	outline: none;
}
.box{
	margin-bottom: 65px;
	transition: 0.3s;
	text-align: center;
}
.box:hover img{
	opacity: 0.85;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.box .box-header img{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.box a{
	display: block;
}
.box img{
	-webkit-box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);
	width: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.box span{
	text-transform: capitalize;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
}

/*slider*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }
.header-top {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:9;
	text-align:left;
	padding-top:40px;	
}
.header-top.scroll-menu{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #193775;
    padding: 10px 0;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}
@media (max-width:1199px) {
	.header-top {
		position:static;
		background:#3c197b;
		padding:20px 0;
	}
}
.header-top .un-container {
	display:flex;
	align-items:center;
	justify-content: space-between;
}
@media (max-width:991px) {
	.header-top .un-container {
		flex-direction:column;
	}
	.header-top .un-container > div {
		margin-bottom:20px;
	}
	.header-top .un-container > div:last-child {
		margin-bottom:0;
	}
}
.header-top .un-container #top-menu {
	list-style-type:none;
	flex-grow: 1;
	text-align: center;
	padding:0;
	margin: 0;
}
.header-top .un-container #top-menu li {
	display:inline-block;
	padding:0 40px;
}
@media (max-width:1199px) {
	.header-top .un-container #top-menu li {
		padding:0 20px;
	}
}
.header-top .un-container #top-menu li a{
	display:block;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	text-transform:capitalize;
}
.header-top .un-container #top-menu li a:hover {
	color:#4FB68D;
}
.header-top .un-container .link a{
	display: inline-block;
    line-height:45px;
    border-radius: 30px;
    text-transform: capitalize;
    background:#4FB68D;
    color: #fff;
    padding: 0 30px;
    transition: 0.3s;
    font-weight: 700;
    font-size: 16px;
}
.header-top .un-container .link a:hover{
	opacity:0.7;
}
#slider{
	position: relative;
	margin-bottom:100px;
}
#slider img {
	width: 100%;
}
#slider .text-content {
	position: absolute;
	top: 50%;
	left:5.2083%;
	text-align: left;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#slider .text-content .title1 {
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	font-size:68px;
	line-height: 0.9;
	margin-top: 0;
}
#slider .text-content .title1 span {
	display: block;
}
#slider .text-content .title1 .medium {
	font-weight: 700;
}
#slider .text-content p {
	color: #fff;
	font-size: 30px;
	letter-spacing: 0.25px;
}
#slider .text-content .link {
	font-size: 15px;
	color: #222;
	text-transform: uppercase;
	background:#fff;
	line-height:45px;
	padding: 0 35px;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	border-radius: 30px;
	margin-top: 60px;
}
#slider .text-content .link:hover {
	color: #fff;
	background: #4FB68D;
}
/*main_content*/

.main_content{}
.select-page .container-inner{
	padding-bottom: 20px !important;
}
.main_content  .title{
	margin-bottom:65px;
}
.main_content  .title .number_txt{
	position:relative;
	display:inline-block;
	color:#4fb68d;
	font-size:100px;
	font-weight:700;
	margin:0 0 30px 0;
}
.main_content  .title .number_txt span{
	font-size:50px;
	position:absolute;
    top: 8px;
    right: -30px;
	
}
.main_content .title .txt1{
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 0;
	color:#253238;
}
.main_content  .title p{
    font-size: 15px;
    color: #717577;
    margin: 0;
}
/* section-tab-menu */
.menu{

}
.section-tab-menu{
	text-align: center;
	margin-bottom: 50px;
}
.tab-menu-inner{
	text-align: center;
}
.pt_menu{
	margin: 0 5px 10px;
	display: inline-block;
}
.pt_menu a{
	color: #a3a3a3;
	font-weight: 500;
	line-height: 30px;
	display: block;
	padding: 8px 30px;
	border: 2px solid #e0e0e0;
}
.pt_menu .current,
.pt_menu:hover a{
	color: #323232;
	border-color: #323232;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.box .label{
	width: 52px;
	height: 52px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 100%;
	font-size: 0;
	padding: 0;
	background: url('images/lable_new.png') center;
}
.box .label.comingsoon{
	background: url('images/lable_cs.png') center;
}
.box .label.hot{
	width: 52px;
	height: 52px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 100%;
	font-size: 0;
	padding: 0;
	background: url('images/label_hot.png') center;
}
/* select-page */
.select-page{
	padding-bottom: 30px;
}
.select-page .box{
	position: relative;
}
.select-page .portfolioContainer{
	padding-top: 10px;
	padding-left: 1%;
	padding-right: 1%;
}
.select-page .portfolioContainer > div{
	padding: 0 20px;
}


.main_content  .box{

	position: relative;
	margin-bottom: 80px;
	transition: 0.3s;
}
.main_content  .box:hover{
	opacity: 0.85;
}
.main_content  .box:hover span{
	color: #4FB68D;
}
.main_content  .box img {
	border-radius: 2px;
}
.main_content  .box span{
	text-transform: capitalize;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	padding: 0 45px;
	margin-top: 20px;
	border-radius: 2px;
	color:#333333;
	font-weight:400;
}
.image-header {
	margin-top: 20px;
}
.back-grey {
	background:#f5f5f5;
	padding:100px 0;
}
.box-main-inner {
	display: table;
	vertical-align: middle;
	width: 100%;
}
.box-main-inner .image {
	display: table-cell;
	vertical-align: middle;
	width: 52%;
	border-radius: 6px;
	box-shadow: -11px -11px 20px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: -11px -11px 20px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: -11px -11px 20px 2px rgba(0,0,0,0.05);
	-o-box-shadow: -11px -11px 20px 2px rgba(0,0,0,0.05);
}
.box-main-inner .image img {
	width: 100%;
}

.icon-new {
    background: url(images/icon-new.png) no-repeat scroll 0 0;
    height: 74px;
    position: absolute;
    right: 28px;
    top: 0;
    width: 74px;
    z-index: 9;
	}
.box-main-inner .text {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	
	width: 48%;
	padding-left: 6%;
}
.box-custom-view .text {
	padding-left:0;
	padding-right: 6%;
	text-align: right;
}
.box-custom-view .text .text-inner {
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.box-main-inner .text h3 {
	margin-top:0;
	font-size: 36px;
	color: #2c3137;
	font-weight: 500;
	margin-bottom: 25px;
}
.box-main-inner .text p {
	font-size: 18px;
	color: #373737;
	line-height: 24px;
	margin: 0;
	max-width: 550px;
}
.box-main-inner .text a{
	color: #2c3137;
	font-size: 12px;
	line-height: 50px;
	border: 2px solid #2f343a;
	display: inline-block;
	vertical-align: top;
	padding: 0 60px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 80px;
}
.box-main-inner .text a:hover {
	color: #4FB68D;
	border-color: #4FB68D;
}
/* global */
.un-container{
    padding-left: 5.2083%;
    padding-right: 5.2083%;
}
/* site-content */
.main_content section[class^="section-"]{
	padding: 95px 0;
}
.main_content section[class^="section-"] .row{
	margin: 0 -20px;
}
.main_content section[class^="section-"] .row div[class^="col-"]{
	padding: 0 20px;
}

/* section-heading-styles */
#section-heading-styles{
	 background: url('images/bkg_list_header.jpg') center center no-repeat;
	background-size: cover;
	padding:100px 0;
}
#section-heading-styles .box{
	margin-bottom: 40px;
}
#section-heading-styles .title .txt1 {
	 color:#ffffff;
 }
#section-heading-styles .title .txt2 {
	 color:#ffffff;
 }

/* section-heading */
.section-heading{
	text-align: center;
	max-width: 900px;
	margin: 0 auto 65px;
}
.section-heading .section-title{
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 20px;
	margin-top: 0;
}
.section-heading .line-1{
	font-size: 17px;
	color: #565555;
	margin: 0;
}
/* site-header */
#site-header{
	padding: 50px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: transparent;
	transition: padding 0.5s;
}
#site-header.minimized{
	background: rgba(66, 86, 160, 0.9);
	padding: 10px 0;
	-webkit-box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);
}
#site-header .header-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#site-header .header-row .logo{
	order: 0;
}
#site-header .header-row .site-menu{
	order: 1;
}
#site-header .header-row .site-button{
	order: 2;
}
#site-header .site-menu{
	text-align: center;
	display: flex;
	align-items: center;
	position: relative !important;
	justify-content: center;
}

.box-header-option .image-header {
	margin-bottom: 40px;
}
.box-header-option .image-header:last-child {
	margin-bottom: 0;
}
footer {
	background: url(images/bkg_footer.jpg);
	background-size: cover;
}
footer {
	background:#253238;
	position:relative;
}
footer:before {
	content:"";
	background: url(images/lable_footer.png);
	width:322px;
	height:65px;
	position:absolute;
	top: -25px;
	left:50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.footer-top{
	padding: 155px 0 100px 0;
}
.footer_bottom{
	padding: 30px 0;
	color: #fff;
	background:#1e2c33;
}
.footer_bottom p{
	margin:0;
}
.footer_bottom a{
	color: #fff;
}
.footer_bottom a:hover{
	text-decoration: underline;
}
.footer-top h3{
	text-transform: capitalize;
	font-size: 36px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 700;
	margin-top: 0;
}
.footer-top p {
	color: #fff;
	font-size: 24px;
}
.footer-top a.button{
	display: inline-block;
	line-height: 50px;
	border-radius: 30px;
	text-transform: uppercase;
	background: #4FB68D;
	color: #fff;
	padding: 0 43px;
	margin: 65px 0 0;
	transition: 0.3s;
	font-weight: 700;
	font-size: 14px;
}
.footer-top a.button:hover{
	opacity: 0.7;
}

@media (max-width: 1199px){
	#slider .text-content .title1 {
		font-size: 5.5vw;
		margin-bottom: 1vw;
	}
	#slider .text-content p {
		font-size: 3vw;
	}
	#slider .text-content .link {
		margin-top: 3vw;
		font-size: 1.6vw;
		padding: 0 3vw;
		line-height: 5vw;
	}
	.box-main-inner .text h3 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.box-main-inner .text a {
		margin-top: 40px;
		line-height: 40px;
		padding: 0 30px;
	}
	.box-main-inner .text p {
		font-size: 16px;
	}
	.select-page .portfolioContainer > div{
		padding:0 15px;
	}
}
@media(max-width: 1024px){

	#site-header{
		padding: 20px 0;
	}
	#site-navigation ul li a{
		font-size: 14px;
	}
	#site-navigation ul li{
		padding: 0 20px 0 0;
	}
	#section-heading-styles{
		padding:70px 15px 30px;
	}
	.main_content .title .txt1{
		font-size:30px;
	}
	.main_content .title p{
		font-size:15px;
	}
	#section-feature{
		margin:0 !important;
	
	}
}

@media(min-width: 992px){
	.select-page .content > div:nth-child(3n+1){
		clear: both;
	}	
	.select-page .portfolioContainer > div{
		width: 24.25%;
	}
}

@media (max-width: 991px){
	.main_content .box span {
		padding: 0 30px
	}
	.select-page .portfolioContainer > div{
		width: 32%;
	}
	.main_content .box{
		margin-bottom:60px;
	}
	#slider{
		margin-bottom:70px;
	}
}

@media (max-width: 767px){
	.box-main-inner {
		display: block;
	}
	.box-main-inner .image,.box-main-inner .text {
		display: block;
		width: 100%;
	}
	.box-main-inner .text {
		padding-left: 0;
		padding-top: 30px;
	}
	.box-custom-view .text {
		padding: 0;
		text-align: left;
		padding-bottom: 30px;
	}

	.main_content .box {
		margin-bottom: 40px;
	}
	.footer-top {
		padding: 80px 0;
	}
}
@media(max-width: 640px){
	.select-page .portfolioContainer > div{
		width: 48%;
	}
	.box .label.comingsoon,
	.box .label{
		background-size: cover;
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 480px){
	.main_content .box{
		padding: 0 15px;
	}	
}
@media (max-width: 479px){
	.main_content .col-xs-6{
		width: 100%;
	}
	
	#slider .text-content .link {
		font-size: 2vw;
	}
	.footer-top h3 {
		font-size: 30px;
	}
}
@media(max-width: 374px){
	.select-page .portfolioContainer > div{
		width: 100%;
	}
	.box .label.comingsoon,
	.box .label{
		background-size: cover;
		width: 40px;
		height: 40px;
	}
}

/* features */
#section-feature {
	margin-bottom:50px;
	margin-top:50px;
}
#section-feature .title {
	padding-top:0;
}
#section-feature .box {
	background:#ffffff;
	text-align:center;
	-webkit-box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);
	height:195px;
	margin-bottom:50px;
}
#section-feature .box .icon_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
}
#section-feature .box .icon_box img {
	width:auto;
	box-shadow:none;
}
#section-feature .box .text_box {
	padding:0 10px 20px 10px;
}
#section-feature .box .text_box .title_features{
	font-size: 12px;
    font-weight: 700;
    color: #101010;
    text-transform: uppercase;
    margin-bottom: 3px;
}
#section-feature .box .text_box .sub_title{
	font-size: 11px;
    font-weight: 400;
    color: #909090;
    padding: 0 5px;
}
@media (min-width: 1200px) {
	#section-feature .col-lg-2 {width: 20%;}
}
/* support */
.support {
	padding:100px 0;
	
}
@media (min-width: 992px){
	.support .un-container > .row {
		display:flex;
		align-items:center;
	}
}
.support .box-support{
	display:grid;
	grid-template-columns:50% 50%;
	grid-template-rows: auto auto;
}
@media (max-width: 479px){
	.support .box-support{
		display: block;
	}
}
.support .box-support .iteam-support {
	text-align:center;
	margin-bottom:35px;
}
.support .box-support .iteam-support:nth-child(3){
    grid-column: 1/3;
}
.support .box-support .iteam-support img{
	margin-bottom:20px;	
}
.support .box-support .iteam-support h4{
	font-size: 18px;
    font-weight: 700;
    color: #253238;
    text-transform: capitalize;
    margin-bottom:5px;
}
.support .box-support .iteam-support p{
	font-size: 18px;
    color: #253238;
	line-height:28px;
	margin:0;
}
.support .contact_now {
	display: inline-block;
    line-height: 50px;
    border-radius: 30px;
    text-transform: uppercase;
    background:#4FB68D;
    color: #fff;
    padding: 0 30px;
    margin: 30px 0 0;
    transition: 0.3s;
    font-weight: 700;
    font-size: 14px;
}
.support .contact_now {
	display: inline-block;
    line-height: 50px;
    border-radius: 30px;
    text-transform: uppercase;
    background:#4FB68D;
    color: #fff;
    padding: 0 30px;
    margin: 30px 0 0;
    transition: 0.3s;
    font-weight: 700;
    font-size: 14px;
}
.support .contact_now img {
    vertical-align: -3px; 
    margin-right: 10px;
}
.support .contact_now:hover{
	    opacity: 0.7;
}

/* testimonial */
@media (min-width: 1200px) {
.testimonial-block .row > div:nth-child(3n+1) {
    clear: both;
}
}
@media (max-width: 1199px) {
.testimonial-block .row > div:nth-child(2n+1) {
    clear: both;
}
}
.testimonial-block {
	padding:100px 0 50px 0;
	background:#f5f5f5;
}
.testimonial-block .title .rating {
	margin-top:30px;
}
.testimonial-block .testimonial {
	background:#ffffff;
	padding:40px 30px;
	box-shadow: 1px 1px 13.95px 1.05px rgba(0, 0, 0, 0.07);
	margin-bottom:50px;
	    min-height: 323px;
}
 .testimonial .desc_testimonial {
	font-size:16px;
	color:#253238;
	line-height:28px;
	margin-bottom:20px;
}
 .testimonial .customer h4 {
	font-size:14px;
	color:#253238;
	font-weight:700;
}
