@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:200i,300,300i,400,400i,500,500i,600,600i,700');
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	
}
body {
	margin:0;
	padding:0;
    font-family: 'Poppins' , sans-serif;
}
.clear{
	clear:both;
}
.img{
	width:100%;
	display:block;
}


hr{
	border-top: 1px dotted #2b839b;
}

.min_hggt{
	min-height:230px;
    border: 1px solid #e9e9e9;
}

.link{
	text-decoration:none;
	color:#fff;
}

.link2{
	text-decoration:none;
	color:#000;
}

.link2:hover{
	text-decoration:none;
	color:#000;
}


.link3{
	text-decoration:none;
	color:#06704a;
}

.link3:hover{
	text-decoration:none;
	color:#06704a;
}


.v_a_img{
	vertical-align:middle;
}

.top_main{
	width:100%;
}

.top{
	width:90%;
	margin:0 auto;
}

.top2{
	width:90%;
	margin:0 auto;
	max-width: 1440px;
}


.team h1 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-align: justify;
    font-family: 'PoppiNs', sans-serif;
	padding:1%;
}

.col_sm1{
	width:100%;
	margin:0 auto;
}

.col_sm11{
	width:98%;
	margin:0 auto;
}


.col_sm2{
	width:48%;
	margin:1%;
	float:left;
}

.col_sm3{
	width:31.3%;
	margin:1%;
	float:left;
}

.col_sm4{
	width:23%;
	margin:1%;
	float:left;
}

.col_sm5{
	width:17%;
	margin:1%;
	float:left;
}


.col_sm8{
	width:18%;
	margin:1%;
	float:left;
}
.col_sm88{
	width:78%;
	float:left;
	margin:1%;
}


.col_sm99{
	width:68%;
	margin:1%;
	float:left;
}
.col_sm9{
	width:28%;
	margin:1%;
	float:left;
}

.col_sm45{
	width:48%;
	margin:1%;
	float:left;
}


.col_sm10{
	width:28%;
	margin:1%;
	float:left;
}
.col_sm100{
	width:68%;
	margin:1%;
	float:left;
}




/*-----------------------------------
home page
------------------------------------*/

.welcome h1{
	font-family: 'Popppins',sans-serif;
    font-size:30px;
    font-weight: 600;
	padding:1%;
    color: #000;
	text-align:left;
	letter-spacing:1px;
}


.welcome h2{
	font-family: 'Popppins',sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #515151;
	line-height:150%;
	text-align:left;
	padding:1% 1%;
}


.welcome h2 span{
    font-weight:600;
}


.welcome p{
	font-family: 'Poppins',sans-serif;
    font-size: 16px;
    color: #000;
    font-weight:400;
    line-height: 170%;
    text-align: justify;
	padding:1% 1%;
}

.brd_grey {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}


.who p {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    color: #000;
    font-weight:600;
    line-height: 150%;
    text-align: left;
    padding: 1% 1%;
}


.welcome2 h1{
	font-family: 'Popppins',sans-serif;
    font-size:20px;
    font-weight: 600;
	padding:1% 1% 2%;
    color: #000;
	text-align:left;
	letter-spacing:1px;
}


.welcome2 p{
	font-family: 'Poppins',sans-serif;
    font-size: 16px;
    color: #000;
    font-weight:400;
    line-height: 160%;
    text-align: justify;
	padding:5% 4% 3% 1%;
}


.review_n h1{
	font-family: 'Poppins',sans-serif;
    font-size: 30px;
    color: #000;
    font-weight:600;
    line-height: 170%;
    text-align: center;
}

.review_n h2{
	font-family: 'Poppins',sans-serif;
    font-size: 22px;
    color: #000;
    font-weight:700;
}


.g_button{
    width: 170px;
    float: left;
	margin:1% 1% 1% 0%;
}

.g_btn {
    width: 100%;
    padding: 5% 5%;
    font-size: 15px;
    text-align: center;
    font-family:'Poppins',sans-serif;
    background-color: #139964;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    border-radius: 5px;
}

.g_btn:hover {
    background-color: #3cba7d;
    color: #fff;
}


.review{
    width: 120px;
    float: left;
	margin:1% auto;
}

.btn {
    width: 100%;
    padding: 5% 5%;
    font-size: 15px;
    text-align: center;
    font-family:'Poppins',sans-serif;
    background-color: #139964;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    border-radius: 5px;
}

.btn:hover {
    background-color: #3cba7d;
    color: #fff;
}

.pdg{
	padding:0% 12%;
}



.know_more{
    width: 120px;
    float: left;
	margin:1% auto 1%;
}

.btn2 {
    width: 100%;
    padding: 5% 5%;
    font-size: 15px;
    text-align: center;
    font-family:'Poppins',sans-serif;
    background-color: #139964;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    border-radius: 5px;
}

.btn2:hover {
    background-color: #3cba7d;
    color: #fff;
}


.services h2 {
    font-family:'Poppins', sans-serif;
    color: #000;
    font-size:30px;
    font-weight:600;
    line-height: 160%;
    text-align: center;
    margin-bottom:1%;
}

.services h1 {
    font-family:'Poppins', sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 180%;
    text-align: left;
}


.services p {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 160%;
    text-align: justify;
    padding: 1% 0%;
}


.fixed_btn {
    position: fixed;
    right: 0;
    top:35%;
    z-index: 9999999999999999999999;
}


.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right:16px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
}




/*-----------------------
counter
------------------------*/

.ex_pdgg {
    padding: 6%;
    border-bottom: 2px dashed #ccc;
}


.bg_img1 {
    background-image: url('../images/bg_img1.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.miss_col_sm3{
	width:31%;
	margin:1%;
	float:left;
	padding:1% 1.5%;
	background: #fff;
	border-bottom:4px solid #3cba7d;
}




.products_col_sm3{
	width:23%;
	margin:1%;
	float:left;
	padding:2%;
	background: #fff;
	border-bottom:4px solid #3cba7d;
}

.values h1 {
    font-family: 'Poppins',sans-serif;
    font-size:30px;
    color: #fff;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    padding: 3% 1% 1%;
}

.values h5{
    font-family: 'Poppins',sans-serif;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    padding: 1% 1%;
}


.values h2 {
    font-family: 'Poppins',sans-serif;
    font-size:20px;
    color: #000;
    font-weight: 600;
    line-height: 140%;
    text-align: left;
    padding: 3% 1% 1%;
}



.values p {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    padding: 1% 1%;
}


.products_col_sm1{
	min-height:145px;
}



.ab_shdw22 {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    background-color: rgb(255 255 255);
}

.banner{
	width:100%;
}	

.call_em{
	float: left;
}

.call_em ul li{
	float: left;
	font-family: 'Poppins',sans-serif;
	font-size: 13px;
	color:#000;
	font-weight: 400;
	margin: 8px 10px;
}

.call_em ul li .fa{
	font-size: 18px;
	vertical-align: middle;
}

.s_link{
	width:120px;
	float: right;
    margin: 5px 4px;
}

.s_link .fa{
	width: 22px;
	height: 22px;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	border-radius: 50%;
	text-align: center;
	line-height: 190%;
}

.logo{
	width:400px;
	float: left;
	margin: 1% 1%;
}

.navbarr{
	width:520px;
    float: right;
	margin:1.5% 0% 1%;	
}

.heder_btn a{
	background-color:#06704A;
	color:#fff!important;
}


.main_heder{
	position:absolute;
	z-index:9999999;
	width: 100%;
}



.pms h1 {
    font-family: 'Poppins',sans-serif;
    color: #06704A;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    text-align: left;
}


.pms h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 1% 0%;
	line-height: 150%;
	text-align:justify;
}


.svr_inner_head h1{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight:600;
	text-align:left;
	color:#06704A;
	padding:0% 1% 0%;
	line-height: 150%;
}

.svr_inner_head h2{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:600;
	text-align:left;
	color:#000;
	padding:0% 1% 0%;
	line-height: 150%;
}


.svr_inner_head p{
	font-family:'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	text-align:justify;
	color:#000;
	padding:1%;
	line-height: 145%;
}



.img_curve img{
	border-radius: 10px;
	margin-top: 10px;
}

.ftr_head{
    font-family: 'Poppins',sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 8% 0% 1% 0%;
}



.ftr_menu ul li a{
	font-family: 'Poppins',sans-serif;
	font-size: 15px;
	color:#fff;
	font-weight: 500;
	line-height: 240%;
	text-decoration: none;
}

.ftr_icon{
	width: 5%;
	float: left;
}

.ftr_icon .fa{
	color:#fff;
}

.ftr_txt{
	width: 90%;
	float: right;
}

.ftr_txt p{
	font-family: 'Poppins',sans-serif;
	font-size: 15px;
	color:#fff;
	font-weight: 500;
	line-height: 160%;
}

.ftr_lt_txt{
	font-family: 'Poppins',sans-serif;
	font-size: 15px;
	color:#fff;
	line-height: 160%;
}

.txt_right{
	text-align: right;
}

.product_head{
	font-family: 'Poppins',sans-serif;
    font-size: 27px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
    color: #0e2f98;
}

.product{
	background-color: #fff;
    width: 94%;
    padding-bottom: 20px;
}
.pro_icon{
	width: 75px;
    height: 75px;
    border-radius: 50%;
    padding: 15px;
    margin: -31px auto 0px auto;
    background-color: #ffffff;
    position: relative;
}

.product h2{
	font-family: 'Poppins',sans-serif;
	color:#000;
	font-size: 22px;
	font-weight: 600;
	margin: 2% 0%;
	text-align: center;
}

.product p{
	font-family: 'Poppins',sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin: 2% 3%;
    text-align: center;
    line-height: 160%;
}


.cola_sm888{
	width:30%;
	padding:1%;
	float:left;
}

.cola_sm8888{
	width:66%;
	padding:1%;
	float:left;
}


.ftr_logo_text p {
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    color: #fff;
	text-align:justify;
    font-weight: 500;
    line-height: 160%;
}


.inner_header_title {
    font-family:'Poppins',sans-serif;
    color: #000;
    font-size:27px;
    text-align: left;
    font-weight: 700;
    padding: 2% 0% 0%;
    border-bottom: 4px solid #b50311;
	display:inline-block;
    line-height: 180%;
}


.inner_header_title2 {
    font-family:'Poppins',sans-serif;
    color: #000;
    font-size:27px;
    text-align: left;
    font-weight: 700;
    padding: 2% 0% 0%;
    border-bottom: 4px solid #b50311;
	display:inline-block;
    line-height: 180%;
	margin:0% 1%;
}

.invest1{
	width:85%;
	float:left;
	margin-left:2%;
	position:relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.welcome_txt_new{
	font-family:'Poppins',sans-serif;
	font-size:25px;
	color:#0052a5;
	margin:2% 0% 0% 0%;
	text-align:justify;
	font-weight:700;
	text-transform: uppercase;	
	font-style: italic;
}

.front_pg_body_txt2{
	font-family:'Poppins',sans-serif;
    font-size: 16px;
    color: #000;
	margin:2% 0% 0% 0%;
    line-height: 150%;
    font-weight: 500;
	text-align:justify;

}


.invest1_bg{
	background-image : url("../images/invest1-bg.jpg");
	height:270px;
	border-right:5px solid #f8d12e;
    background-repeat: no-repeat;
	border-right:5px solid #b50311;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.invest2_bg{
	background-image : url("../images/invest2-bg.jpg");
	height:270px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.invest3_bg{
	background-image : url("../images/invest3-bg.jpg");
	height:270px;
	border-right:5px solid #b50311;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.invest4_bg{
	background-image : url("../images/invest4-bg.jpg");
	height:270px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.invest5_bg{
	background-image : url("../images/invest5-bg.jpg");
	height:270px;
	border-right:5px solid #b50311;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.why_invest{
	padding:1%;
	
}

.why_invest h1 {
    font-family:'Poppins',sans-serif;
    font-size: 22px;
    color: #0e2f98;
    padding: 0% 0% 2%;
    font-weight: 600;
    text-transform: capitalize;
    font-style: italic;
    text-align: justify;
}


.why_invest h2 {
    font-family:'Poppins',sans-serif;
    font-size: 17px;
    color: #000;
    padding: 0% 0% 1%;
    font-weight: 700;
    text-transform: capitalize;
    text-align: justify;
}


.why_invest p {
    font-family:'Poppins',sans-serif;
    font-size: 15px;
    color: #000;
    padding: 0% 0% 1% 0%;
    line-height: 160%;
    font-weight: 500;
    text-align: justify;
}

.brd{
	border:1px dashed #ccc;
}


.bdr {
    border-right: 5px solid #b50311;
}

.col_sm22{
	width:50%;
	padding:1%;
	float:left;
	height:270px;
}

.arrow1 {
    position: absolute;
    right: 0;
    top: 40%;
}

.arrow2 {
    position: absolute;
    left: 0;
    top: 40%;
}

.arrow3 {
    position: absolute;
    right: 0;
    top: 40%;
}


.invest2 {
    width: 85%;
    float: right;
    margin-right: 2%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hedd h1{
	font-family:'Poppins',sans-serif;
    font-size: 25px;
    color: #0e2f98;
    padding: 8% 0% 2%;
    font-weight: 600;
    text-transform: capitalize;
    font-style: italic;
    text-align: center;
	margin-top:3%;
}

.hedd2 h1{
	font-family:'Poppins',sans-serif;
    font-size: 25px;
    color: #0e2f98;
    padding:4% 0% 2%;
    font-weight: 600;
    text-transform: capitalize;
    font-style: italic;
    text-align: center;
	margin-top:3%;
}

.centt{
	width:210px;
	margin:1% auto;
	float:none;
}

.login h1{
	font-family:'Poppins',sans-serif;
    font-size:16px;
    color: #000;
    padding:4% 0% 2%;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
	margin-top:3%;
}



/*--------------------------------------------------------------
Footer Page Link
--------------------------------------------------------------*/

.page_link ul {
	padding-top:1%;
}
.page_link ul li a{
	font-family:'PoppiNs', sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:400;
	text-align:center;
	line-height:160%;
	margin:0%;
	padding:0% 4%;
	text-decoration:none;
	float:left;
	border-right: 1px solid #fff;
}

.page_link li:last-child a {
	border-right: none;
}

.page_link3 ul {
	padding-top:1%;
	
}

.page_link3 ul li{
	font-family:'PoppiNs', sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:400;
	text-align:center;
	line-height:180%;
	padding:0% 1%;
	margin-bottom:0.5%;
	text-decoration:none;
	float:left;
	border-right: 1px solid #fff;
	letter-spacing:0.5px;
}

.page_link3 li:last-child{
	border-right: none;
}

.page_link2 ul {
    padding-top:1%;
	
	
}
.page_link2 ul li {
	font-family:'PoppiNs', sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:400;
	text-align:center;
	line-height:160%;
	margin:0%;
	padding:0% 1%;
	float:right;
	text-decoration:none;
	border-right: 1px solid #fff;
	letter-spacing:1px;
}

.border3{
	border-bottom:0.5px solid #fff;
	opacity: 0.2;
}

/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tab_def{
	margin:1%;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: 1%;
  text-align: left;
  font-family:'PoppiNs', sans-serif;
  color: #000;
  font-weight:500;
  font-size:15px;
  line-height:140%;
  border: 1px solid #ddd;
}

table td b {
  font-weight:700;
  font-size:15px;
}

table th {
  font-size: .85em;
   font-family:'PoppiNs', sans-serif;
  color: #000;
  font-weight:600;
  font-size:16px;
}

.table_hed{
	font-size: 18px;
    font-weight:600;
    color: #8a000d;
    font-family:'PoppiNs', sans-serif;
	text-align:left;
    text-transform: uppercase;
    padding: 1%;
}

.table_hed2{
	font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'PoppiNs', sans-serif;
	text-align:left;
    padding: 1%;
}


.table_para{
	font-size: 17px;
    font-weight: 600;
    color: #000;
    font-family: 'PoppiNs', sans-serif;
	text-align:left;
    padding: 0% 1% 0%;
}


.table_para2{
	font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'PoppiNs', sans-serif;
	text-align:justify;
    padding: 0% 1% 0%;
	line-height:170%;
}

.tr_hed2{
    background-color: #009863!important;
}


/*---------------------------------------------
bg clr
----------------------------------------------*/
.bg_clr1{
	background-color:#0e2f98;
}
.bg_clr2{
	background-color:#02aacf;
	
}
.bg_clr3{
	background-color:#013c27;
}
.bg_clr4{
	background-color:#f5f5f5;
	padding: 50px 0px;
}
.bg_clr5{
	background-color:#fff;
	padding:20px;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}

.bg_clr6{
	background-color:rgba(255,255,255,0.9);
	
}



.bg_clr7{
	background-color:#f5f5f5;
	padding:2.5%;
	border-radius: 6px !important;
    border-bottom: 5px solid #06704a !important;
}

.pdggggg{
	padding: 20px 0;
}
.bg_img2{
    background-image: url(../images/footer-bg.jpg);
}




/*--------
fixe img
---------*/
.hero1 {
    background-image: url(../images/bg_img1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 20px 0px;
}

.hero2 {
    background-image: url(../images/bg_img2.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 20px 0px;
}

.hero4 {
    background-image: url(../images/bg_img4.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 20px 0px;
}


.tag p{
	font-family:'Poppins',sans-serif;
	font-size:16px;
	text-align:justify;
	line-height:160%;
	color:#fff;
	padding:1% 1% 1% 1%;
	font-weight:400;
}

.tag h1{
	font-family:'Poppins',sans-serif;
	font-size:22px;
	text-align:justify;
	color:#fff;
	padding:1% 1% 0%;
	font-weight:600;
}


.tag h2{
	font-family:'Poppins',sans-serif;
	font-size:20px;
	text-align:justify;
	color:#fff;
	padding:1% 1% 0%;
	font-weight:600;
}




.bg_img3{
	background-size: cover;
	background-color:#06704a;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 0%;
}


.bg2{
	background-color:#f5f5f5;
}


.bg3{
	background-image: url(../images/bgg.jpg);
	background-repeat: repeat;
}

.bg4{
	background-color:#f5f5f5;
	background-image: url(../images/bgg2.jpg);
	background-repeat: repeat;
}

.body_text{
	font-family: 'Poppins',sans-serif;
	font-size: 15px;
	line-height: 160%;
	text-align: left;
	color:#000;
}



.body_text span{
	font-weight: 600;
    color: #7ba331;
    font-size: 18px;
}


/*--------------------------------------------------------------
about Us
--------------------------------------------------------------*/

.main_heading h1 {
    font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-size: 28px;
    padding: 1% 1%;
    font-weight: 600;
}


.abt h1 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-align: justify;
    font-family: 'PoppiNs', sans-serif;
}



.abt p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: justify;
    font-family: 'PoppiNs', sans-serif;
}



/*--------------------------------------------------------------
servi
--------------------------------------------------------------*/
.servi h1 {
    font-size: 20px;
    font-weight: 600;
    color: #06704A;
    text-align: justify;
    font-family: 'PoppiNs', sans-serif;
	padding:1% 0% 0%;
}

.servi p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: justify;
    font-family: 'PoppiNs', sans-serif;
	padding:1% 0% 1%;
	line-height: 160%;
}


.servi p span{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: justify;
    font-family: 'PoppiNs', sans-serif;
	padding:1% 0%;
	line-height: 160%;
}


/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arow{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	bottom:5%;
	transition-duration: 1s;
	background-image:url('../images/top.png');
	cursor:pointer;
	background-repeat:no-repeat;
	z-index: 999;
}
.top_arow:hover{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	transition-duration: 1s;
	bottom:5%;
	cursor:pointer;
	background-image:url('../images/top-b.png');
}

.bullet2 ul {
    list-style-image: url(../images/bullet2.png);
    margin-left: 3%;
    margin-top: 1%;
}

.bullet2 ul li {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 180%;
    color: #000!important;
    text-decoration: none;
    text-align:justify;
    font-weight:400;
}


.bullet3 ul {
    list-style-image: url(../images/bullet.png);
    margin-left: 3%;
    margin-top: 0%;
}

.bullet3 ul li {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 180%;
    color: #fff!important;
    margin: 0% 0.5% 0% 0%;
    padding: 0% 0.5% 1% 0%;
    text-decoration: none;
    text-align:justify;
    font-weight: 500;
}


.bullet4 ul {
    list-style-image: url(../images/bullet.png);
    margin-left: 6%;
    margin-top: 0%;
}

.bullet4 ul li {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 140%;
    color: #fff!important;
    margin: 0% 0.5% 0% 0%;
    padding: 0% 0.5% 1% 0%;
    text-decoration: none;
    text-align:justify;
    font-weight: 500;
}

.sticky{
	position: sticky;
	top:100px;

}

.promoters{
	    width: 31%;
    float: left;
    margin: 1%;
    background-color: #f6f6f6;
}

.pro_img{
	
}

.pro_img img{
	    width: 150px;
    height: 150px;
    background-color: #b1b1b1;
    border-radius: 50%;
    position: relative;
    margin: -85px auto 0px auto;
    border: 5px solid #fff;
}

.pro_cont{
	width: 100%;
    padding: 20px;
        min-height: 400px;
}

.pro_cont h1{
	    font-family: 'Poppins',sans-serif;
    color: #7ba331;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}

.pro_cont h2{
	font-family: 'Poppins',sans-serif;
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}

.pro_cont p{
	font-family: 'Poppins',sans-serif;
	color:#000;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	line-height: 160%;
	margin:2% 0%;
}


.pm_top{
	margin-top: 100px;
}

/*--------------------------------------------------------------
contact page
--------------------------------------------------------------*/
.cont_txt h3{
    font-family: 'Poppins', sans-serif;
    font-size:20px;
    font-weight:600;
    padding:1% 1% 1%;
    color:#78483c;
}
.cont_col_sm3{
    width:31%;
    float:left;
    margin:1%;
    border:1px solid #e9e9e9;
    background-color:#f3f3f3;
    min-height:152px;
}
.cont_pdg_sm3{
    padding:1% 1.5%;
}

.cont_pdc_sm3{
    padding:0% 1.5%;
	text-align: justify;
	width: 100%;
}

.con_heading h2{
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight:600;
    padding:2% 1% 3%;
}


.con_heading h1{
    font-family: 'Poppins', sans-serif;
    color: #8a000d;
    font-size: 18px;
    font-weight:600;
	text-align: justify;
    padding:2% 1% 1%;
}

.con_heading p{
    font-family: 'Poppins', sans-serif;
    color: #444444;
    font-size: 15px;
    font-weight:600;
    padding:0% 1% 0%;
}

.con_hedng_h1{
    font-family: 'Poppins', sans-serif;
    color: #b80403;
    font-size: 15px;
    font-weight:600;
    padding:1% 1% 1%;
}

.cont_icn {
    width:20px;
    float:left;
    margin:0.5% 3% 0% 1%;  
}
.cont_icn i {
    font-size:20px;
}
.cont_txt_main {
    width: 85%;
    float: left;
}
.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align:left;
}

/*--------------------------------------------------------------
contact page
--------------------------------------------------------------*/
.cont_txt h3{
    font-family:'Poppins', sans-serif;
    font-size:20px;
    font-weight:600;
    padding:1% 1% 1%;
    color:#78483c;
}

.cnt_col_sm2{
    width:31%;
    float:left;
	margin: 1%;
}

.cont_col_sm3{
    width:98%;
    float:left;
    margin:1%;
    border:1px solid #e9e9e9;
    background-color:#f3f3f3;
    min-height:115px;
}


.cont{
    font-size: 24px;
    font-weight: 600;
    color: #06704A;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    padding: 1%;
}

.cont_col_sm33{
	width:98%;
    float:right;
    margin:1%;
}
.cont_pdg_sm3{
    padding:2% 3.5%;
}

.cont_pdc_sm3{
    padding:0% 1.5%;
	text-align: justify;
	width: 100%;
}

.con_heading_img{
	margin:1% auto;
	width:200px;
	float:none;
}

.bo_radi{
	border-radius:100px;
}



.con_heading h2{
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight:600;
    padding:2% 1% 3%;
}


.con_heading h1{
    font-family: 'Poppins', sans-serif;
    color: #8a000d;
    font-size: 18px;
    font-weight:600;
	text-align: justify;
    padding:2% 1% 1%;
}

.con_heading p{
    font-family: 'Poppins', sans-serif;
    color: #444444;
    font-size: 15px;
    font-weight:600;
    padding:0% 1% 0%;
}

.con_hedng_h1{
    font-family: 'Poppins', sans-serif;
    color: #b80403;
    font-size: 15px;
    font-weight:600;
    padding:1% 1% 1%;
}

.cont_icn {
    width:20px;
    float:left;
    margin:0.5% 3% 0% 1%;  
}
.cont_icn i {
    font-size:20px;
}
.cont_txt_main {
    width: 85%;
    float: left;
}
.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align:left;
}



.gallery p{
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
	padding:1%;
    line-height: 150%;
    text-align:left;
	text-decoration:none;
	min-height:56px;
}

/*--------------------------------------------------------------
Contact Start
--------------------------------------------------------------*/
.c_col_sm8{
	width:68%;
	float:left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.11);
	       min-height: 386px;
	padding:3% 3% 0% 3%;
}
.c_col_sm88{
	width:32%;
	float:left;
	min-height:372px;
}
.c_bg{
	 /* background-image: url("../images/con-bg.jpg");/ */
	background: #7ba331;
	padding:2%;
}
.c_top2 {
    width: 80%;
    margin: 0 auto;
   
}
.con_main_head{
	font-family: 'Poppins', sans-serif;
    color: #7ba331;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 1%;
    padding-left: 1%;
}

.c_head h1 {
    font-family:'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0%;
}

.c_icon {
    width: 8%;
    float: left;
}

.c_icon .fa {
    color: #fff;
    margin-top: 20%;
    font-size: 16px !important;
}

.c_icon_txt {
    width: 90%;
    float: right;
}

.c_txt {
	font-family: 'Poppins', sans-serif;
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	text-align: justify;
}


.c_txt span {
	font-family:'Poppins', sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	line-height: 160%;
	text-align: justify;
}
	

/*-----------------------------------------
Contact End
-----------------------------------------*/

@media only screen and (max-width:1030px){

.col_sm22 {
    width: 98%;
}

.bdr {
    border: none;
}

.invest2 {
    width:96%;
}

.top {
    width: 100%;
    margin: 0 auto;
}

.top2 {
    width: 98%;
    margin: 0 auto;
}
}

@media only screen and (max-width:950px){
.navbarr {
    width: 100%!important;
    float: none!important;
    margin: 0% auto!important;
    background-color: #139964!important;
}
.logo{
	float: none;
	margin: 0% auto;
	padding:1% 0%;
}

.main_heder{
	position:static;
}
}


@media only screen and (max-width:800px){

.col_sm4{
	width:48%;
}

.call_em{
	float: none;
    margin: 0 auto;
}

.col_sm8{
	width: 98%;
	float: none;
	margin: 1% auto;
}
.col_sm88{
	width: 98%;
	float: none;
	margin: 1% auto;
}
.col_sm2{
	width: 98%;
	float: none;
	margin: 0% auto;
}
.col_sm3{
	width: 98%;
	float: none;
	margin: 0% auto;
	padding:15px 0px;
}

.ftr_menu ul li a {
    line-height: 210%;
}

.ftr_txt {
    width: 93%;
}

.c_col_sm8{
	width: 100%;
	float: none;
	min-height: auto;
}
.c_col_sm88{
	width: 100%;
	float: none;
	min-height: auto;
}
.sticky{
	position: static;
	top:0;
}
.txt_right{
	text-align: left;
	padding: 1% !important;
}
.ftr_lt_txt{
	padding: 1%;
}
}

@media only screen and (max-width:800px){


.cnt_col_sm2 {
    width: 98%;
}

.miss_col_sm3 {
    width: 98%;
}

.ex_pdgg {
    padding: 2%;
    border-bottom: 2px dashed #ccc;
}

.products_col_sm3 {
    width: 98%;
}
.products_col_sm1 {
    min-height: auto;
}




.bullet3 ul li {
    line-height: 150%;
}

.col_sm99 {
    width:98%;
}
.col_sm9 {
    width:98%;
	margin:1% auto;
	float:none;
}
.col_sm10{
	width:98%;
}

.col_sm100{
	width:98%;
}

.cont_col_sm3 {
    width: 98%;
}
.ftr_head {
    margin: 0% 0% 0% 0%;
}

.bg_clr1{
	display: none;
}	

.bullet3 ul {
    margin-left: 6%;
}
}


@media only screen and (max-width:600px){
.s_link {
    width: 120px;
    float: left;
    margin: 5px 4px;
}
}

@media only screen and (max-width:500px){
.col_sm4{
	width:98%;
}

.bullet3 ul {
    margin-left:7%;
}
}

@media only screen and (max-width:400px){
.logo {
    width: 90%;
}
}
