body {
  font-family: 'Poppins', sans-serif;
}
:hover {
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
}
a:hover
{
	text-decoration:none !important;
}
.top
{
	width:100%;
	height:auto;
	padding:5px 0;
	background:#e8e8e8;
	overflow:hidden;
}
.tp_left
{
	width:auto;
	float:left;
	height:auto;
}
.tp_left a img:hover
{
	opacity:0.5;
}
.tp_right
{
	width:auto;
	float:right;
	height:auto;
	margin: 5px 0 0;
}
.tp-1
{
	width:auto;
	float:left;
	height:auto;
	margin: 0 0 0 20px;
	color:#444444;
	font-size:15px;
}
.tp-1 a
{
	color:#444444;
	text-decoration:none;
}
.tp-1 a:hover
{
	color:#a8d22d;
}
.logo
{
	width:100%;
	height:auto;
}
.logo img
{
	max-width:100%;
	height:auto;
}




.header_bg
{
	width:100%;
	height:auto;
	padding: 7px 0;
	overflow:hidden;
}
.hb-left
{
	width:auto;
	height:auto;
	float:left;
	text-transform:uppercase;
	color:#272727;
	font-size:20px;
}
.hb-right
{
	width:auto;
	height:auto;
	float:right;
	color:#272727;
	font-size:20px;
}
.hb-right a
{
	color:#272727;
	text-decoration:none;
}
.hb-right a:hover
{
	color:#a8d22d;
}
.menu_wrap
{
	width:100%;
	height:auto;
	background:#050608;	
	padding:5px 0;
}
.f-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 0px;
}
.banner
{
	width:100%;
	height:auto;
	position:relative;
	margin: 0 0 5px 0;
	min-height:500px;
	background:#000;
}

/*****slider******/


.flexslider {
		width: 100%;
		margin: 0 auto;
		box-shadow: none;
		min-height:450px;
}

.flexslider li {
		position: relative;
}

.flexslider li .meta {
		position: absolute;
		top:125px;
		color: #fff;
		
		width: 100%;
		margin:0px auto;
		overflow: hidden;
}

.flexslider li .b_1{
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeOutLeft;
		animation-name: fadeOutLeft;
}
.flexslider li .b_2{
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeOutLeft;
		animation-name: fadeOutLeft;
}

.flexslider li .b_3{
		-webkit-animation-duration: .7s;
		animation-duration: .7s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeOutLeft;
		animation-name: fadeOutLeft;
}
.flexslider li .b_4{
		-webkit-animation-duration: .8s;
		animation-duration: .8s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeOutLeft;
		animation-name: fadeOutLeft;
}
.flexslider li .b_5{
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeOutLeft;
		animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .b_1{
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
}
.flexslider li.flex-active-slide .b_2{
		-webkit-animation-delay: .4s;
		animation-delay: .4s;
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
}
.flexslider li.flex-active-slide .b_3{
		-webkit-animation-delay: .6s;
		animation-delay: .6s;
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .b_4{
		-webkit-animation-delay: .4s;
		animation-delay: .4s;
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
}
.flexslider li.flex-active-slide .b_5{
		-webkit-animation-delay: .4s;
		animation-delay: .4s;
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
}



@-webkit-keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@-webkit-keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}

@keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}

/*******************Header end*****************/

.b_1
{
	width:100%;
	height:auto;
	font-size:36px;
	color:#fff;
	line-height: 30px;
	float: left;
}
.b_1 span
{
	font-size:56px;
	font-weight:700;
}
.b_2
{
	width:100%;
	height:auto;
	color:#ffffff;
	font-size:58px;
	font-weight:300;
	float: left;
}
.b_2 span
{
	font-size:56px;
}
.b_3
{
	width:100%;
	height:auto;
	color:#ffffff;
	font-size:60px;
	font-weight:600;
	line-height: 40px;
	float: left;
}
.b_4
{
	width:100%;
	height:auto;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	margin:7px 0 0 70px;
	float: left;

}

.b_5
{
	width:100%;
	height:auto;
	margin:30px 0;
	float: left;
}
.b_5 a
{
	padding:12px 30px;
	border:2px solid #ffff;
	color:#000;
	font-size:16px;
	text-decoration:none;
	font-weight:500;
	border-radius:25px;
	background:#fff;
	text-transform:uppercase;
}
.b_5 a:hover
{
	background:#000;
	border:2px solid #000;
	color:#fff;
	text-decoration: none;
}
.bt-1
{
	width:auto;
	float: left; 
	margin: 0 15px 0 0;
}
.bt-1 a
{
	text-decoration: none;
}
.bt-2
{
	width:auto;
	float:left;
}
.bt-2 a
{
	text-decoration: none;
	background: #a8d22d;
	border:2px solid #a8d22d;
}

.banner-bottom
{
	width:100%;
	height:auto;
	margin:-23px 0 0 0;
}
.banner-bottom img
{
	width:100%;
	height:auto;
}





/*******************Header end*****************/
.wrapper
{
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0px 0;	
}
.pert_1
{
	width:100%;
	height:auto;
	padding:0px 0 50px;
}

.p_1_heading
{
	text-align:center;
}
.sv-full
{
	width:210px;
	border:1px solid #ccc;
	margin: 40px auto 0;
	text-align:center;
}
.sv-pic
{
	width:80px;
	height:80px;
	background:#a8d22d;
	text-align:center;
	padding:10px 0;
	margin:-30px auto 10px;
}
.p_1 .col:nth-child(2)
{
	margin: 60px auto 0;
}
.p_1 .col:nth-child(4)
{
	margin: 60px auto 0;
}
.p_1 .col
{
	padding-right: 0px;
	padding-left: 0px;
}
.sv-full h5
{
	color:#292929;
	font-size:18px;
	margin:0 0 5px 0;
}
.sv-full p
{
	color:#4d4d4d;
	font-size:14px;
	margin: 0 0 5px 0;
}
.read
{
	width:100%;
	text-align:center;
	height:auto;
	margin:0 0 5px 0;
	font-size:16px;
	font-weight:500;
}
.read a
{
	color:#4d4d4d;
	text-decoration:none;
	text-transform:uppercase;
}
.read a:hover
{
	color:#a8d22d;
}
.p_1_heading h5
{
	font-size:22px;
	font-weight:300;
	color:#292929;
	margin: 0;
}
.p_1_heading h2
{
	font-size:48px;
	font-weight:700;
	color:#292929;
}
.pert_2
{
	width:100%;
	height:auto;
	padding:50px 0 100px;
	background:url(../img/bg-1.png) no-repeat;
	background-size:100% 100%;

}

.p_2_pic
{
	width:100%;
	height:auto;
	padding:30px 30px;
	background:url(../img/blue-border.png) no-repeat;
	background-size:100% auto;
	background-position:0 50%;
	
}
.p_2_pic img
{
	max-width:100%;
	height:auto;
}
.p_2_dec 
{
	width:100%;
	height:auto;
	margin:100px 0 0 0;
}

.p_2_dec h3
{
	font-size:45px;
	color:#292929;
	font-weight:300;
}
.p_2_dec h4
{
	font-sze:50px;
	color:#292929;
	font-weight:600;
}
.p_2_right
{
	width:100%;
	height:auto;
	background:url(../img/black-border.png) no-repeat;
	background-size:auto 100%;
	padding:10px 0 10px 20px;
	overflow: hidden;
	margin:40px 0 0 0;
}
.p_2
{
	width:100%;
	height:auto;
	float:left;
	color:#000;
	font-size:18px;
	margin:0 0 8px 0;
}
.p_2 a
{
	color:#000;
	text-decoration:none;
}
.p_2 a:hover
{
	color:#ccc;
}
.p_2_more
{
	width:100%;
	height:auto;
	margin:40px 0 0 0;
}
.p_2_more a
{
	background:#000;
	padding:14px 35px;
	border-radius:25px;
	color:#fff;
	text-decoration:none;
}
.p_2_more a:hover
{
	background:#a8d22d;
	color:#fff;
}
.pert_3
{
	width:100%;
	height:auto;
	padding:0 0px 0 0px;
	background:url(../img/bg-3.png) no-repeat;
	background-size:100% auto;
	background-position:0 100%;
	overflow: hidden;
}
.p_3_left
{
	width:30%;
	float:left;
	height:auto;
	margin:140px 0 0 0;
}
.p_3_left h4
{
	color:#383838;
	margin:0 0 20px 0;
	font-size:35px;
	font-weight:600;
}
.p_3_left ul
{
	margin:0 0 0 0;
	padding:0 0 0 15px;
	height:auto;
}
.p_3_left ul li:before {
    content: url('../img/star.png');
	margin: 3px 5px 0 -34px;
}

.p_3_left ul li
{
	
	font-size:15px;
	list-style:none;
	margin:0 0 10px 0;
	color:#000;
}
.p_3_left ul li a
{
	color:#000;
}
.p_3_middle
{
	width:25%;
	float:left;
	height:auto;	
}
.p_3_middle img
{
	max-width:160%;
	height: auto;
	margin: 0 0 0 -33%;
}

.p_3_right
{
	width:45%;
	float:left;
	height:auto;
	margin:140px 0 0 0;
}
.p_3_right h4
{
	color:#383838;
	margin:0 0 15px 0;
	font-size:35px;
	font-weight:600;
}
.p_3_right h4 span
{
	margin:0 0 0 50px;
}
.p_3_right p
{	
	font-size:15px;
	color:#7f7f7f;
	font-weight:300px;
}
.pert_4
{
	width:100%;
	height:auto;
	padding:50px 0 70px;
	background:#f2f2f2 url(../img/bg-5.jpg) no-repeat;
	background-position:100% 100%;
	position:relative;
}
.p_4_pic
{
	width:100%;
	height:auto;
}
.p_4_pic img
{
	max-width:100%;
	height:auto;
}
.p_4_right h4
{
	text-align:right;
	color:#2f2f2f;
	font-size:46px;
	margin:30px 0 20px 0;
	font-weight:600;
}
.p_4_right p
{
	color:#575757;
	font-size:15px;
	font-weight:300;
	text-align:right;
}
.p_4_l_full
{
	width:100%;
	height:auto;
	margin:40px 0 0 0;
}
.p_4_1
{
	width:228px;
	float:left;
	height:auto;
	margin: 0 25px 0 0;
}
.p_pic
{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow:0 0 10px #d9dada;
}
.p_pic img
{
	width:100%;
	height:100%;
	padding:7px;
	border-radius: 50%;
}
.p_dec
{
	width:100%;
	height:auto;
	color:#430d60;
	font-size:18px;
	margin:10px 0 0;
}
.p_4_bt
{
	width:100%;
	height:auto;
	position:absolute;
	bottom:-50px;
}
.p_4_bt img
{
	width:100%;
	height:auto;
}

.pert_5
{
	width:100%;
	height:auto;
	padding:50px 0 ;
}
.p_5_1
{
	width:170px;
	height:170px;
	margin:0px auto 15px;
	text-align:center;
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	background:#ccc;
	padding:1px;
}
.p_5_1_inner
{
	width:100%;
	height:100%;
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	background:#fff;
	padding:4px;
}

.p_5_1_pic
{
	width:100%;
	height:100%;
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	background:#ccc;
	padding:1px;
}
.p_5_1_pic_inner
{
	width:100%;
	height:100%;
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	background:#fff;
	padding:47px 0 0 0px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.p_5_1_pic:hover
{
	background:#000;
	
}
.p_5_1_pic_inner img:hover
{
	
	-webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p_5 h5
{
	text-align:center;
	color:#2b2b2b;
	font-size:24px;
	font-weight:500;
}
.p_5 p
{
	text-align:center;
	color:#454545;
	font-size:15px;
	font-weight:300;
}
.pert_6
{
	width:100%;
	height:auto;
	padding:50px 0 0;
}
.p_6_pic
{
	width:100%;
	height:auto;
}
.p_6_pic img
{
	max-width:100%;
	height:auto;
}
.p_6_heading
{
	width:95%;
	height:auto;
	float:left;
	background:#a8d22d;
	padding:15px 15px;
	color:#fff;
	font-size:26px;
	font-weight:600;
}
.p_6_heading span
{
	font-weight:300;
}
.bk_fm
{
	width:80%;
	height:auto;
	margin:0 0 0 50px;
}
.bk_fm h5
{
	color:#430d60;
	font-size:15px;
	margin:0 0 5px 0;
}
.inp
{
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	position:relative;
}
.inp input
{
	width:100%;
	height:40px;
	border:1px solid #a2a2a2;
	border-radius:5px;
	padding:5px 10px 5px 30px;
	color:#b3b3b3;
	font-size:15px;
}
.inp-ic
{
	width:auto;
	position:absolute;
	top: 9px;
	left: 10px;
	color:#b3b3b3;
}
.inp-btn
{
	width:100%;
	height:auto;
	text-align:center;
}
.inp-btn input
{
	width:100%;
	height:40px;
	background:#000;
	border:1px solid #000;
	border-radius:5px;
	padding:5px 0;
	color:#fff;
	font-size:16px;
	font-weight:600;
}
.inp-btn input:hover
{
	background:#a8d22d;
}



.pert_7
{
	width:100%;
	height:auto;
	padding:0px 0 0;
	background:url(../img/bg-3.jpg) no-repeat;
	background-size:100% auto;
	padding:40px 0;
	text-align:center;
}
.pert_7 h3
{
	color:#fff;
	font-size:56px;
	font-weight:700px;
	margin:0 0 35px 0;
}
.bts
{
	width:100%;
	height:auto;
	margin:0 0 25px 0;
}
.bts a
{
	padding: 12px 30px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 25px;
    background: #000;
    text-transform: uppercase;
	margin:0 10px;

}
.bts a:hover
{
	background:#a8d22d;
	border:2px solid #a8d22d;
	color:#fff;
}
.bts-2
{
	background:#a8d22d !important;
	border:2px solid #a8d22d !important;
}
.bts-2:hover
{
	background:#000 !important;
	border:2px solid #fff !important;
}
.pert_8
{
	width:100%;
	height:auto;
	padding:50px 0;
	background:#f7f9fb;
}
.blg
{
	width:100%;
	height:auto;
	position:relative;
	box-shadow:0 0 5px #ccc;
}
.blg-pic
{
	width:100%;
	height:auto;
	position:relative;
}
.blg-pic img
{
	width:100%;
	height:auto;
}
.blg-time
{
	width:auto;
	height:auto;
	position:absolute;
	top:0;
	right:0;
	float:right;
	background:#a8d22d;
	color:#fff;
	font-size:16px;
	font-weight:300;
	padding: 8px 10px 8px 0;
}
.blg-time span {

    background: #fff;
    color: #000;
    padding: 10px 0 1px 7px;
    font-size: 26px;
    line-height: 20px;
    margin: 0 10px 0 0;
	
}
.bb-left
{
	width:20%;
	float:left;
	height:auto;
	background:#fff;
	min-height:200px;	
	padding: 20px 0 0;
    text-align: center;	
}
.bb_left_1
{
	width:100%;
	float:left;
	padding:10px 0;
	border-bottom:1px solid #d1d3d5;
}
.bb_icon
{
	width:100%;
	height:auto;
	font-size:24px;
	color:#bdbdbd;
}
.bb_icon:hover
{
	color:#000;
}
.bb_text
{
	width:100%;
	height:auto;
	font-size:16px;
	color:#bdbdbd;
}

.bb-right
{
	width:100%;
	height:auto;
	float:left;
	background:#f1f1f1;
	padding:45px 5px 10px 15px;
	border-left:1px solid #cdcdcd;
}
.bb_pic
{
	margin: -70px 0 0 0;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
}
.bb-right h5
{
	color:#232323;
	font-size:15px;
	font-weight:300;
}
.bb-right h5 span
{
	color:#a8d22d;
}
.bb-right h4
{
	font-size:24px;
	font-weight:500;
}
.bb-right h4 a
{
	color:#000;
	text-decoration:none;
}
.bb-right h4 a:hover
{
	color:#a8d22d;
}
.bb-right p
{
	color:#232323;
	font-size:15px;
	font-weight:300;
}
.p_8_heading
{
	text-align:center;
}
.p_8_heading h3
{
	color:#000;
	font-size:42px;
	font-weight:600;
}
.pert_9
{
	width:100%;
	height:auto;
	padding:50px 0;
	background:url(../img/map.jpg) no-repeat;
	background-position:100% 0;
	background-size:50% 100%;
}
.test-heading
{
	width:100%;
	height:auto;
	margin:0 0 20px 0;	
}
.test-heading h5
{
	color:#292929;
	font-size:20px;
	font-weight:300;
	margin:0 0 0 0;
}
.test-heading h3
{
	color:#292929;
	font-size:52px;
	font-weight:600;
}
.test-fl
{
	width:100%;
	height:auto;
	margin:30px 0 0 0;
}
.test-pic
{
	width:74px;
	height:74px;
	border-radius:50%;
	overflow:hidden;
	float:left;
}
.test-name
{
	width:75%;
	float:left;
	color:#430d60;
	font-size:20px;
	margin:20px 0 0 20px;
}
.test-inner
{
	width:80%;
	float:left;
	margin:0 0 0 30px;
}
.test-inner p
{
	color:#696969;
	font-size:16px;
	font-weight:300;
}
.p_9_right
{
	width:100%;
	max-width:90%;
	height:auto;
	float:right;
	margin:50px 0 30px 0;
}
.p_9_right p
{
	color:#696969;
	font-size:18px;
	font-weight:300;
}
.p_9_right h3
{
	color:#292929;
	font-size:52px;
	font-weight:600;
	margin:0 0 30px 0;
}
.p_9_right h4
{
	color:#1d1d1d;
	font-size:26px;
	font-weight:500;
	margin:0 0 20px 0;
}
.location
{
	width:100%;
	height:auto;
}
.location select
{
	width:100%;
	height:50px;
	border:1px solid #1d1d1d;
	background:none;
	padding:0 10px;
	border-radius:5px;
}
.loca
{
	width:100%;
	height:auto;
	margin:30px 0 0 0 ;
}
.loca input
{
	padding:12px 25px;
	background:#a8d22d;
	border:1px solid #a8d22d;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	border-radius:5px;
}
.loca input:hover
{
	background:#000;
	color:#fff;
}
.pert_10
{
	width:100%;
	height:auto;
	padding:50px 0;
	background:#efefef;
	margin:20px 0 0 0;
}
.pert_10 h4
{
	text-align:center;
	color:#121212;
	font-weight:300;
	font-size:26px;
	margin:0 0 40px 0;
}
.p_10
{
	text-align:center;
	width:155px;
	height:auto;
}
.p_10 img
{
	max-width:100%;
	height:auto;
}
.ada
{
	width:120px;
	background:#ebebeb;
	border-radius:5px 0 0 5px;
	padding:5px;
	position:fixed;
	right:0;
	z-index:9;
	top:150px;
	display:none;
}
.ada img
{
	max-width:100%;
}


/*****Inner page********/
.inner-banner
{
	width:100%;
	height:auto;
	position:relative;
}
.in-banner-pic
{
	width:100%;
	height:auto;
	position:relative;
}
.in-banner-pic img
{
	width:100%;
	height:auto;
}
.in-banner-text
{
	width:100%;
	height:auto;
	position:absolute;
	top:100px;
}
.in-ban-left
{
	width:auto;
	float:left;
	height:auto;
	font-size:37px;
	color: #fff;
	font-weight:700;
	text-shadow: 0 0 7px #000;
}
.in-ban-right
{
	width:auto;
	float:right;
	height:auto;
	text-align:right;
	font-size:18px;
	color: #a8d22d;
	margin: 12px 0 0 0;
}
.in-ban-right a
{
	color:#fff;
	text-decoration:none;
}
.in-ban-right a:hover
{
	color:#a8d22d;
}
.about-page
{
	width:100%;
	height:auto;
	padding:50px 0;
}
.ap-1 h1
{
	font-size: 60px;
	margin-bottom: 50px;
	font-weight:300;
	color: #656565;
}
.ap-1 p
{
	font-weight:300;
	color: #656565;
	font-size: 16px;
	line-height:28px;
}
.ap-1 p a
{
	color:#000;
	font-weight:600;
	text-decoration:underline;
}
.ap-1 p a:hover
{
	color:#a8d22d;
}
.ap-1 ul li
{
	font-weight:300;
	color: #656565;
	font-size: 16px;
	line-height:28px;
}
.bs
{
	border-left:5px solid #ccc;
	padding:0 0 0 25px;
}
.ap-1-pic
{
	width:100%;
	height:auto;
	margin:0 0 25px 0;
}
.ap-1-pic img
{
	max-width:100%;
	height:auto;
}
.ap-list
{
	width:100%;
	height:auto;
	margin:20px 0 0 0;
}

.advantages_item {
    padding: 29px 29px 34px 31px;
    border: 1px solid #CCCBCB;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    color: #656565;
    text-transform: uppercase;
    margin-bottom: 1;
}
.advantages_item strong {
    float: left;
    font-size: 34px;
    color: #201E20;
    display: inline-block;
    margin-right: 24px;
    line-height: 1;
    font-weight: normal;
    text-transform: none;
}
.advantages_item span {
    float: left;
    display: inline-block;
    padding-top: 7px;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.advantages_item:nth-child(2) {
    margin-left: 196px;
}
.advantages_item:nth-child(3) {
    margin-left: 96px;
}
.svs-pic
{
	width:100%;
	height:auto;
	margin:0 0 0 0;
	background:#000;
}
.svs-pic img
{
	max-width:100%;
	height:auto;
	opacity:0.7;
}
.svs-pic img:hover
{
	opacity:1;
}
.svs-dec
{
	width:100%;
	height:auto;
	padding:15px 10px 10px 15px;
	border-left:5px solid #ccc;
	margin:0 0 40px 0;
	background:#f3f2f2;
}
.svs-dec h4
{
	font-size:28px;
    color: #a8d22d;
    font-weight:600;
}
.svs-dec p
{
	color: #4d4d4d;
	font-size: 16px;
	font-weight:300;
}
.svs-dec ul li
{
	color: #4d4d4d;
	font-size: 16px;
	font-weight:300;
}
.more
{
	width:100%;
	height:auto;
}
.more a
{
	color:#000;
	text-decoration:none;
}
.more a:hover
{
	color:#a8d22d;
}

.Accordions {
  display: block;
  max-width: 800px;
  margin: auto;
}

.Accordion_item {
  width: 100%;
  height: auto;
  margin: 5px 0;
}
.Accordion_item:first-child {
  margin-top:20px;
}
.Accordion_item .title_tab {
    width: 100%;
	background-color: #000;
	color: #fff;
	padding: 12px 30px 12px 10px;
	cursor: pointer;
	transition: background-color .3s ease-in;
	border-radius: 0;
}
.Accordion_item .title_tab .title {
  font-size:18px;
  letter-spacing: 1px;
  position: relative;
  margin:0 0 0 0;
}
.Accordion_item .title_tab .title .icon {
  position: absolute;
  right: -11px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-color: transparent;
  transform: rotate(-90deg);
  transition: transform 0.3s ease-in;
}
.Accordion_item .title_tab .title .icon:before, .Accordion_item .title_tab .title .icon:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #FCFCFC;
}
.Accordion_item .title_tab .title .icon:before {
  top: 0;
  left: 2px;
  transform: rotate(-45deg);
}
.Accordion_item .title_tab .title .icon:after {
  top: 0;
  right: 2px;
  transform: rotate(45deg);
}

.inner_content {
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden;
}
.inner_content p {
  width: 98%;
  margin: auto;
  padding:10px 10px;
  font-weight: 300;
	color: #656565;
	font-size: 16px;
	line-height: 28px;
  opacity: 0;
  transform: translate3d(0px, 60px, 0px);
  transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
}

/* ================================= */
.Accordion_item .title_tab.active {
  background-color: #a8d22d;
  transition: background-color .3s ease-in;
}
.Accordion_item .title_tab.active .title .icon {
  transform: rotate(0deg);
  transition: transform .3s ease-in;
}
.Accordion_item .title_tab:hover {
  background-color: #a8d22d;
  transition: background-color .3s ease-in;
}
.Accordion_item .inner_content p.show {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
}
.about-page .test-inner
{
	width:100%;
	margin:0 0 30px 0;
	background:#f1f1f1;
	padding:30px;
}
.sidebar {
	background-color: #f6f6f6;
	padding: 15px;
}
.sidebar-widget{
	border: 1px solid #ddd;
	margin-bottom: 30px;
	padding: 10px;
}

.sidebar .widget-title {
	background: #E3E8F8 none repeat scroll 0 0;
	font-size: 16px;
	margin-bottom: 0;
	padding: 15px;
}
.event_location,
.latest_post,
.catagory_section,
.achive_section {
	margin-bottom: 30px;
}

.event_location .map_area {
	height: 350px;
	width: 100%;
}

.search_post>h3,
.event_location>h3,
.latest_post>h3,
.catagory_section>h3,
.tag_section>h3,
.achive_section>h3 {
	color: #5e5e5e;
}

.search-box {
	margin-top: 10px;
	position: relative;
}
.search-box > button {
	background: #068940 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.achive_section ul{
	margin-top: 10px;
	padding: 0;
}
.achive_section ul li
{
	list-style:none;
}
.achive_section ul li>a,
.catagory_section ul li>a {
	color:#444;
	display: block;
	padding: 5px 0 5px 10px;
	text-decoration:none;
}

.achive_section ul li>a:hover,
.catagory_section ul li>a:hover {
	color: #068940;
}

.achive_section ul li>a>i,
.catagory_section ul li>a>i {
	padding-right: 10px;
}

.catagory_section ul{
	margin-top: 10px;
	padding: 0;
}
.catagory_section ul li
{
	list-style:none;
}

.latest_post .single_latest_post {
	border-bottom: 1px dashed #dadada;
	padding-bottom: 37px;
	padding-left: 100px;
	padding-top: 30px;
	position: relative;
	z-index: 1;
}

.latest_post .single_latest_post>a>h5 {
	color: #444;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	transition-duration: 500ms;
	text-decoration:none;
}

.latest_post .single_latest_post>a>h5:hover {
	color: #068940;
	text-decoration:none;
}

.latest_post .single_latest_post>p {
	margin: 0;
	color: #6f6f6f;
}

.latest_post .single_latest_post>img {
	left: 0;
	position: absolute;
	top: 30px;
	width: 90px;
	height: auto;
	z-index: 9;
}

.tag_section ul{
	margin-top: 10px;
	padding:0px;
}
.tag_section ul>li {
	display: inline-block;
	margin: 2px;
}

.tag_section ul>li>a {
	background-color: #2c3e50;
	display: inline-block;
	padding: 5px 10px;
	width: auto;
	color: #fff;
	text-decoration:none;
}

.tag_section ul>li>a:hover {
	background-color: #068940;
}

.search_post>form input {
	border: 1px solid #dadada;
	height: 40px;
	margin-bottom: 10px;
	padding: 5px 15px;
	transition-duration: 500ms;
	width: 100%;
}

.search_post>form input:focus {
	box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
}

.search_post h3 span,
.event_speakers h3 span,
.gallery_area.event_details h3 span,
.latest_post h3 span,
.catagory_section h3 span,
.tag_section h3 span {
	color: #A578FF;
}

.latest_blog_news_area.blog.sidebar .pagination {
	padding-top: 50px;
}
.sv_more
{
	width:100%;
	height:auto;
	float:left;
	margin:15px 0 0 0;
}
.sv_more a
{
	padding: 8px 25px;
	border: 2px solid #262626;
	font-size: 15px;
	text-decoration: none;
	color: #262626;
	font-weight: 500;
	margin: 0 0 0 0;
}
.sv_more a:hover
{
	border: 2px solid #068940;
	color:#068940;
}
.p_3_pic_1
{
	width:100%;
	height:auto;
	margin:80px 0 0 0;
	text-align:center;
}
.p_3_pic_1 img
{
	width:57%;
}
.contact-full
{
	width:100%;
	height:auto;
	box-shadow:0 0 15px #ccc;
	margin:0px auto;
	overflow:hidden;
}
.con-left
{
	width:65%;
	float:left;
	height:auto;
	padding:50px 34px 34px 34px;
}
.con-left h4 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #0c213e;
	font-weight:600;
}

.con-right
{
	width:35%;
	float:left;
	height:auto;
	background:#353534;
	padding:50px 34px 34px 34px;
}
.con-right h4
{
	margin:0 0 30px 0;
	font-size:26px;
	color:#fff;
}
.cp-right
{
	width:100%;
	height:auto;
	overflow: hidden;
	margin:0 0 15px 0;
}

.cp-r-l
{
	width:40px;
	float:left;
	height:auto;
}
.cp-r-l img
{
	max-width:95%;
	height:auto;
}
.cp-r-r
{
	width:80%;
	float:left;
	height:auto;
	color:#fff;
	font-size:17px;
}
.contact-scl
{
	width:100%;
	height:auto;
	margin:35px 0 0 0;
}
.contact-scl a
{
	margin:0 10px 0 0;
	opacity:0.5;
}
.contact-scl a:hover
{
	opacity:0.9;
}
.cp
{
	height:40px;
	border:1px solid #ccc;
	width:100%;
	margin:0 0 15px 0;
	border-width:0 0 1px 0;
}
textarea.cp
{
	height:140px;
}

.cp-btn
{
	width:100%;
	position:relative;
	height:auto;
	margin-top: -38px;
	text-align: right;
}
.cp-btn input
{
	width:70px;
	height:70px;
	background:#a8d22d url(../img/shr.png) no-repeat;
	border-radius:50%;
	background-position:50% 50%;
	border:1px solid #a8d22d;
	text-indent:9999px;
	cursor:pointer;
}
.cp-btn input:hover
{
	background:#000 url(../img/shr.png) no-repeat;
	background-position:50% 50%;
}
.contact-map
{
	width:100%;
	height:auto;
	margin:40px auto;
}
.contact-map iframe
{
	width:100%;
	height:400px;
	border:1px solid #ccc;
}
.about-page .bk_fm
{
	width: 90%;
	height: auto;
	margin: 0 0 0 0;
}
.dent-pic 
{
	width:100%;
	height:auto;
	margin:30px 0 0 0;
}
.dent-pic img
{
	max-width:100%;
	height:auto;
}
.pro-more
{
	width:100%;
	height:auto;
	margin:120px 0 0 0;
	text-align:center;
}
.pro-more a
{
	padding: 12px 40px;
	border: 2px solid #a8d22d;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-weight: 500;
	border-radius:5px;
	background: #a8d22d;
	text-transform: uppercase;
}
.pro-more a:hover
{
	background:#000;
}
.yt
{
	width:100%;
	height:auto;
}
.yt iframe
{
	width:100%;
	height:300px;
	border:1px solid #ccc;
}


/***********footer*************/
footer
{
	width:100%;
	height:auto;
	padding:50px 0 30px;
	background:url(../img/ft-bg.jpg) no-repeat;
	background-size:100% 100%;
	border-top:5px solid #ccc;
}
.sc
{
	width:100%;
	height:auto;
}
.sc a
{
	margin:0 4px 0 0;
}
.ft-logo
{
	width:100%;
	height:auto;
	margin:0 0 15px 0;
}
.ft-logo img
{
	max-width:100%;
	height:auto;
}

footer h4
{
	color:#fff;
	font-size:24px;	
	margin:20px 0 5px 0;
}
.line
{
	width:100%;
	height:auto;
	margin:0 0 15px 0;
}
footer p
{
	font-size:14px;
	color:#c2c2c2;
	font-weight:300;
}
footer h5
{
	font-size:18px;
	color:#ffffff;
	font-weight:600;
}
footer h6
{
	margin:15px 0 10px 0;
	font-size:16px;
	color:#ffffff;
	font-weight:600;
}
.pay
{
	width:100%;
	height:auto;
}
.pay img
{
	max-width:100%;
	height:auto;
}


footer .list-group li
{
	list-style:none;
	color:#c2c2c2;
	font-size:16px;
	font-weight:300;
	border-bottom:2px dotted #353536;
	padding:5px 0;
}
footer .list-group a
{
	color:#c2c2c2;
	text-decoration:none;	
}
footer .list-group a:hover
{
	color:#a8d22d;	
}
.add
{
	padding:0px;
	margin:0px;
	overflow: hidden;
}
.add li
{
	list-style:none;
	float:left;
	border-bottom:2px dotted #353536;
	padding:7px 0;
	width:100%;
}
.ic
{
	width:30px;
	height:auto;
	float:left;	
	font-size:16px;
	color:#919191;
}
.ic_text
{
	width:80%;
	height:auto;
	float:left;	
	font-size:14px;
	color:#c2c2c2;
}
.ic_text a
{
	color:#c2c2c2;
	text-decoration:none;
}
.ic_text a:hover
{
	color:#a8d22d;
}
.email
{
	width:100%;
	height:auto;
	position:relative;
	margin: 0 0 25px 0;
}
.email-left
{
	width:100%;
	height:auto;
	position:relative;
}
.email-left input
{
	width:80%;
	height:40px;
	background:#fff;
	border-radius:25px 0 0 25px;
	padding:5px 10px;
	font-size:14px;
	color:#000;
	border:1px solid #fff;
}
.email-right
{
	width:80px;
	position:absolute;
	top:0;
	height:40px;
	right:0;
	z-index:9;
}
.email-right input
{
	width:100%;
	height:40px;
	background:#a8d22d url(../img/ap.png) no-repeat;
	background-position:50% 50%;
	border:1px solid #fff;
	border-radius:25px 25px 25px 25px;
}
.email-right input:hover
{
	background:#000 url(../img/ap.png) no-repeat;
	background-position:50% 50%;
	cursor:pointer;
}
.email-heading
{
	width:100%;
	height:auto;
	margin:20px 0 5px 0;
	color:#a8d22d;
	font-size:18px;
	font-weight:600; 
}
.sml
{
	width:100%;
	height:auto;
	background:rgba(255,255,255,0.7);
	padding:7px;
	margin:7px 0 0 0;
	text-align:center;
}
.sml img
{
	max-width:80%;
	height:auto;
}
.sml:hover
{
	background:rgba(255,255,255,1);
}
.m_pic
{
	width:100%;
	height:auto;
	background:#000;
}
.m_pic img
{
	max-width:100%;
	height:auto;
	border:3px solid #eee;
	
}
.m_pic img:hover
{
	opacity:0.6;
}








.margin-top-20
{
	margin-top:20px;	
}
.margin-top-30
{
	margin-top:30px;	
}
.margin-top-40
{
	margin-top:40px;	
}
.margin-top-50
{
	margin-top:50px;	
}
.margin-top-100
{
	margin-top:100px;	
}
.last_footer
{
	width:100%;
	height:auto;
	padding:10px 0;
	margin:0px auto;
	background:#000d17;
	overflow:hidden;
}
.nopadding
{
	padding:0px;	
}
.overflow
{
	overflow:hidden;	
}
.cop
{
	width:100%;
	height:auto;
	text-align:center;	
}
.cop img
{
	width:auto;
	max-width:100%;	
}

.table-info ul li
{
	border-bottom:1px dotted #e0e0e0;
	font-weight:300;
	padding:0 0 5px;
	margin:0 0 5px 0;
}
.table-info ul li::before {
    content: url('../img/tk.png');
    margin: 0 10px 0 0;
}
#email-subscribers-2 .es_textbox input{
	outline: none;
}
#email-subscribers-2 .es_button{
	padding-top: 0;
}
#cssmenu > ul > li.has-sub > a::after{
	display: none;
}
#cssmenu > ul > li.has-sub > a{
	padding-right: 7px !important;
}
#menu-header_menu li.dropdown li.active a{
    color: #000;
    background: #a8d22d;
}