@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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;
	margin: 0;
	padding: 0;	
}

body {
	margin:0;
	padding:0;
    font-family: 'Poppins', sans-serif;
}
.clear{
	clear:both;
}
.img{
	width:100%;
	display:block;
}
.v_a_img{
	vertical-align:middle;
}

.top_bgnew {
    background-size: 100% 100%;
	background-image:url(../images/top_bgnew.jpg);
}




/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.top_main{
	width:100%;
}

.top{
	width:90%;
	margin:0 auto;
	max-width:1600px;
}

.top2{
	width:90%;
	margin:0 auto;
	max-width:1600px;
}

.addre{
	width:450px;
	float:left;
	margin:0.5%;
}

.addre p{
	color:#fff;
	font-family: 'PoppiNs', sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:150%;
}

.logo{
	width:386px;
	float:left;
	margin-top: 1%;
	margin-right: 0.5%;
	margin-bottom: 1%;
	margin-left: 0.5%;
}

.logo h2 {
    font-family: "open Sans",sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
	margin:0px;
}

.top_link{
	text-decoration: none!important;
}

.logo img{
	display:block;
}

.navbarr{
	width:705px;
	float: right;
	margin: 2% 1% 1%;
}

.flw{
	width:90px;
	float:left;
	margin:0.5% 1.5%;
}

.flw .fa {
    color: #fff;
    font-size: 17px;
    text-align: center;
}

.login_regi{
	width:445px;
	float:right;
	margin:0.5%;
}

.login_regi p{
	color:#fff;
	font-family: 'PoppiNs', sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:150%;
	margin:0px;
}

.col_em{
	width:420px;
	float:right;
}
.col_em p{
	color:#7d7d7d;
	font-family: 'PoppiNs', sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:150%;
}
.col_em_clr{
	color: #fff;
    font-weight: 500;
    font-size: 14px;
}


.lab_1 {
    font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    padding: 1% 1.5% 1%;
    line-height: 160%;
    margin: 0;
}



/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #7fc040;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}



/*--------------------------------------------------------------
Zoom img
--------------------------------------------------------------*/
a p {
    color: black;
    margin-top: 8px;
    font-family:'PoppiNs', sans-serif;
}

a:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner{
	width:100%;
	position:relative;
}

.shdw {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}

/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.tab_def{
	margin:1%;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
   font-family:'PoppiNs', sans-serif;
  color: #000;
  font-weight:600;
  font-size:20px;
  text-align:center;
  margin:1% 0%;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.td_head1{
text-align:left;
line-height: 160%;
}

table th,
table td {
  padding:1.5% 1%;
  text-align: center;
  font-family:'PoppiNs', sans-serif;
  color: #000;
  font-weight:500;
  font-size:15px;
  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: 16px;
    font-weight:500;
    color: #000;
    font-family:'PoppiNs', sans-serif;
	text-align:left;
    padding: 1%;
}

.table_hed2{
	font-size: 16px;
    font-weight:500;
    color: #000;
    font-family: 'PoppiNs', sans-serif;
	text-align:left;
    padding:2%;
}

.table_hed3{
	font-size: 17px;
    font-weight:600;
    color: #000;
    font-family: 'PoppiNs', sans-serif;
	text-align:left;
    padding:1%;
}

.tr_hed2{
    background-color: #009863!important;
}

/*--------------------------------------------------------------
aboutus_aboutcompany 
--------------------------------------------------------------*/
.inner_header_title {
    font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-size: 30px;
    text-align: left;
    font-weight: 700;
    padding: 0% 0% 1%;
    line-height: 180%;
}

.inner_header_title2 {
    font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-size: 30px;
    text-align: left;
    font-weight: 700;
    padding: 0% 1% 1%;
    line-height: 180%;
}

.about h1{
	font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-size:21px;
    padding: 1%;
    text-align: left;
	line-height:130%;
    font-weight: 600;
    margin: 0;
}


.about h2{
	font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-size:23px;
    padding: 1% 0%;
    text-align: left;
	line-height:130%;
    font-weight: 600;
    margin: 0;
}

.about p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    padding:1%;
    font-family: 'PoppiNs', sans-serif;
    line-height: 150%;
}

.about p span{
    font-size: 17px;
    font-weight: 600;
}

.brd_left{
	border-left:7px solid #7fc040;
	padding-left:2%;
}

/*--------------------------------------------------------------
our Promoters
--------------------------------------------------------------*/

.team_new8{
	width:22%;
	float:left;
	margin:1% ;
}

.team_new88{
	width:74%;
	float:left;
	margin:1% ;
}

.team_new h1 {
    font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-size:23px;
    padding: 0% 1% 0.5% 1%;
    text-align: left;
    line-height: 130%;
    font-weight: 800;
    margin: 0;
}

.team_new h3 {
    font-family: 'PoppiNs', sans-serif;
    color: #7fc040;
    font-size:18px;
    padding: 1%;
    text-align: justify;
    font-weight: 600;
    margin: 0;
}

.team_new p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    padding: 1%;
    font-family: 'PoppiNs', sans-serif;
    line-height: 145%;
}

.team_new p span{
    font-size: 16px;
    font-weight:700;
    color: #000;
}

/*--------------------------------------------------------------
Welcome 
--------------------------------------------------------------*/
.welcome h1{
	font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-size: 31px;
    padding: 0% 1% 0.5% 1%;
    text-align: left;
	line-height:130%;
    font-weight: 800;
    margin: 0;
}

.welcome h1 span{
    font-size: 27px;
    font-weight: 500;
}

.welcome h3 {
    font-family: 'PoppiNs', sans-serif;
    color: #7fc040;
    font-size: 20px;
    padding: 1%;
    text-align: justify;
    font-weight: 600;
    margin: 0;
	line-height:140%;
}

.welcome h4 {
    font-family: 'PoppiNs', sans-serif;
    color: #db2b14;
    font-size:20px;
    padding: 1%;
    text-align: justify;
    font-weight: 600;
    margin: 0;
}

.welcome p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    padding:1%;
    font-family: 'PoppiNs', sans-serif;
    line-height: 150%;
}

.lin2{
	width: 102px;
    height: 3px;
    background-color: #d5d5d5;
    margin: 0 auto;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
     max-width: none!important; 
    height: auto;
}


.accredi_img{
	width:100%;
	margin:0 auto;
	float:none;
	border:1px solid #e4e4e4;
	padding:10%;
}

.accredi p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding:1%;
	margin-top:5%;
    font-family: 'PoppiNs', sans-serif;
    line-height: 130%;
	min-height:70px;
}


/*--------------------------------------------------------------
Services
--------------------------------------------------------------*/
.srv2_bg {
    background: url(../images/counter_bg.jpg);
    background-size: cover;
    padding: 2% 0%;
    /* min-height: 200px; */
    height: 335px;
}

.shdw {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    padding: 1%;
}

.srv_bg{
	background-color: #f5f5f5;
	padding: 3% 0%;
}

.srv_brd{
	border-left: 2px solid #000;
}

.testing h1{
	font-size:20px;
    font-weight: 600;
    color: #000;
    text-align: justify;
	line-height:140%;
    font-family: 'PoppiNs', sans-serif;
	margin:0px;
}

.testing h2{
	font-size:19px;
    font-weight: 600;
    color: #7fc040;
    text-align:left;
	line-height:150%;
    font-family: 'PoppiNs', sans-serif;
	margin:0px;
}

.testing p{
	font-size:16px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    text-align: justify;
    font-family: 'PoppiNs', sans-serif;
    line-height: 150%;
	margin:0px;
}






.services h1{
	font-size:30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding:0% 0% 1% 1%;
    font-family: 'PoppiNs', sans-serif;
    text-transform: uppercase;
	margin:0px;
}

.services p{
	font-size:16px;
    font-weight: 600;
    color: #fff;
    text-align: justify;
    padding:0% 0% 1% 0%;
    text-align: center;
    font-family: 'PoppiNs', sans-serif;
    line-height: 160%;
}

.srv_text{
	background-color: #fff;
	padding: 2%;
}

.srv_text p{
	font-size:14px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding:1% 1% 1% 1%;
    font-family: 'PoppiNs', sans-serif;
    line-height: 160%;
	margin:0px;
}


.srv_text h1{
	font-size:16px;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding:1.5% 0% 1% 0%;
    font-family: 'PoppiNs', sans-serif;
    line-height: 135%;
	margin:0px;
	min-height:50px;
}

.srv_brd2{
	background-color: #fff;
	padding: 0.5%;
}

.srv_view_all2 {
    width: 100px;
    float: none;
    margin: 0% auto 7%;
}

.srv_btn2 {
    width: 100%;
    padding: 8% 2% 8% 5%;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    background-color: #0094da;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #f5f5f5;
}

.srv_btn2:hover{
	background-color: #017ab3;
	color: #fff;
}

.btn3_link{
	text-decoration: none!important;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.contener{
	width:90%;
	margin:0 auto;
	max-width:1600px;
}

.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%;
	float: left;
	margin: 1%; 
}

.col_sm4{
	width: 23%;
	float: left;
	margin: 1%;
}

.col_sm5{
	width:18%;
	float: left;
	margin: 1%;
}

.col_sm6{
	width:14%;
	float: left;
	margin: 1%;
}

.col_sm8{
	width:18%;
	float: left;
	margin: 1%;
}
.col_sm88{
	width:78%;
	float: left;
	margin: 1%;
}


.col_sm9{
	width:38%;
	float: left;
	margin: 1%;
}
.col_sm99{
	width:58%;
	float: left;
	margin: 1%;
}

.col_sm10{
	width:58%;
	float: left;
	margin: 1%;
}
.col_sm100{
	width:38%;
	float: left;
	margin: 1%;
}


.col_sm8_new{
	width:31%;
	float: left;
	margin: 1%;
}
.col_sm88_new{
	width:65%;
	float: left;
	margin: 1%;
}

/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/
.page_head h1{
	font-family:'PoppiNs', sans-serif;
	color: #54c2bf;
	font-size: 30px;
	font-weight: 800;
	border-left: 3px solid #54c2bf;
	padding-left: 10px;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
}
.contact_txt h2{
	font-family:'PoppiNs', sans-serif;
	font-size:20px;
	font-weight:600;
	padding:1% 1% 0%;
	color:#122a5a;
}
.cont_col_sm3{
	width:31%;
	float:left;
	margin:1%;
	border:1px solid #e9e9e9;
	background-color:#f3f3f3;
	min-height:140px;
}
.cont_pdg_sm3{
	padding:1% 1.5%;
}
.con_heading h2{
	font-family:'PoppiNs', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight:600;
	padding:2% 1% 0%;
	margin:0;
}
.cont_icn {
    width: 20px;
    float: left;
    margin: 1.5% 3% 0% 1%;  
}
.cont_icn i {
	font-size:20px;
	color:#FFFFFF;
}

.cont_txt_main {
    width: 85%;
    float: left;
}
.cont_txt_main p {
    font-family:'PoppiNs', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight:500;
    line-height:150%;
    text-align:justify;
	margin:4px 0px 10px;
}

.cont_txt h2 {
    font-family:'PoppiNs', sans-serif;
    font-size:18px;
    font-weight:600;
    margin:2% 1% 1%;
	line-height:130%;
    color: #fff;
}


.cont_txt h4{
    font-family:'PoppiNs', sans-serif;
    font-size:18px;
    font-weight:600;
    margin:2% 1% 1%;
	line-height:130%;
    color: #fff;
	min-height:47px;
}

.cont_txt h5 {
    font-family:'PoppiNs', sans-serif;
    font-size:16px;
    font-weight:500;
    margin:2% 1% 1%;
    color: #000;
}



.cont_txt h3 {
    font-family:'PoppiNs', sans-serif;
    font-size:25px;
    font-weight:700;
    margin:1% 1% 1%;
    color: #3f6081;
}


.cont_txt p {
    font-family:'PoppiNs', sans-serif;
    font-size:16px;
    font-weight:500;
	line-height:150%;
    margin:4% 1% 1%;
    color: #fff;
}

.bg_clr6{
	background-color:#7fc040;
	padding:2%;
}

.min_hhgt{
	min-height:225px;
}


/*--------------------------------------------------------------
link
--------------------------------------------------------------*/
a.link:link {
	color:#000;
	text-decoration:none;
}
a.link:visited {
	color:#000;
	text-decoration:none;
}
a.link:hover {
	color:#7fc040;
	text-decoration:none;
}
a.link:active {
	color:#000;
	text-decoration:none;
}




a.link2:link {
	color:#000;
	text-decoration:none;
}
a.link2:visited {
	color:#000;
	text-decoration:none;
}
a.link2:hover {
	color:#7fc040;
	text-decoration:none;
}
a.link2:active {
	color:#000;
	text-decoration:none;
}


a.link3:link {
	color:#000;
	text-decoration:none;
}
a.link3:visited {
	color:#000;
	text-decoration:none;
}
a.link3:hover {
	color:#7fc040;
	text-decoration:none;
}
a.link3:active {
	color:#000;
	text-decoration:none;
}


a.link4:link {
	color:#7fc040;
	text-decoration:none;
}
a.link4:visited {
	color:#7fc040;
	text-decoration:none;
}
a.link4:hover {
	color:#7fc040;
	text-decoration:none;
}
a.link4:active {
	color:#7fc040;
	text-decoration:none;
}


/*--------------------------------------------------------------
time line
--------------------------------------------------------------*/

.history-tl-container{
  font-family: 'PoppiNs', sans-serif;
  width:98%;
}
.history-tl-container ul.tl{
    margin:20px 0 0px;
    padding:0;

}
.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
    margin-left:1%;
    min-height:50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left:1px dashed #9bda5e;
    padding:0 0 40px 30px;
    position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
    position: absolute;
    left: -15px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #7fc040;
    height: 30px;
    width: 30px;
    transition: all 500ms ease-in-out;
}

/*.history-tl-container ul.tl li:hover::before{
    border-color:  #7fc040;
    transition: all 1000ms ease-in-out;
}*/

ul.tl li .item-title{
	color:rgba(0,0,0,0.5);
    font-size:18px;
	color:#3f6081;
	font-weight:600;
	line-height:130%;
	padding:0% 1% 2%;
}

ul.tl li .item-detail{
    color:rgba(0,0,0,0.5);
    font-size:16px;
	color:#000000;
	font-weight:500;
	padding:0% 1% 1%;
	line-height:150%;
	text-align: justify;
    font-family: 'PoppiNs', sans-serif;
}


ul.tl li .timestamp{
    color: #8D8D8D;
    position: absolute;
    width:100px;
    left: -50%;
    text-align: right;
    font-size: 12px;
}



/*--------------------------------------------------------------
Extra
--------------------------------------------------------------*/
.bg_clr{
	background-color:#3f6081;
}

.bg_clr2{
	background-color:#fff;
}

.bg_clr3{
	background-color:#7fc040;
}

.bg_clr4{
	background-color:#32323b;
	padding:2%;
	border:2px solid #188ece;
}

.bg_clr5 {
    background: rgba(255, 255, 255, 0.9);
	margin:1%;
}


.bg_clr7{
	background-color:#f7f7f7;
}


.bg_img2 {
    background-image: url('../images/bg_img2.png');
    background-size: 100% ;
    background-position: center;
    background-repeat: no-repeat;
}


.bg_img1 {
    background-image: url('../images/bg_img1.jpg');
    background-size: 100% ;
    background-position: center;
    background-repeat: no-repeat;
}

.pdg{
	padding:2%;
}


.apply {
    width: 100px;
    float: left;
    margin:0.5% 1%;
}

.btn2 {
    width: 100%;
    padding: 10%;
    font-size: 13px;
    text-align: center;
    font-family: 'PoppiNs', sans-serif;
    background-color: #3f6081;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
	border-radius: 5px;
	border-radius:5px;
    text-transform: capitalize;
}


.know_more {
    width:200px;
    float: left;
    margin: 1%;
}

.btnnn {
    width: 100%;
    padding: 4% 1%;
    font-size: 15px;
    text-align: center;
    font-family: 'PoppiNs', sans-serif;
    background-color: #0094da;
    color: #fff;
    text-decoration: none!important;
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
}


.bullet2 ul {
    list-style-image:url(../images/bullet3.png);
	margin-left:1%;
}
.bullet2 ul li{	
	font-family: 'PoppiNs', sans-serif;
	color: #000;
    font-weight: 500;
	font-size:16px;	
	margin:2% 0%;
	line-height:150%;
	text-align:left;
	margin:2% 1% 2% 2%;	
}

.bullet2 ul li span{	
    font-weight: 600;
}


.bullet3 ul {
    list-style-image:url(../images/bullet3.png);
	margin-left:3%;
}
.bullet3 ul li{	
	font-family: 'PoppiNs', sans-serif;
	color: #000;
    font-weight: 500;
	font-size:16px;	
	margin:2% 0%;
	line-height:130%;
	text-align:justify;
	margin:2% 1% 2% 2%;	
}
/*-------------
Training page
---------------*/


.services-training-list  ul {
    list-style:square;
	margin-left:1%;
}
.services-training-list  ul li{	
	font-family: 'PoppiNs', sans-serif;
	color: #000;
    font-weight: 500;
	font-size:16px;	
	margin:2% 0%;
	line-height:150%;
	text-align:justify;
	margin:2% 1% 2% 3%;	
}

a.training-link:link{
	color: #7fc040;
	text-decoration: none;
}
a.training-link:hover{
	color: #3f6081;
	text-decoration: none;
}
.tr-bg{
	background-image: url(../images/tr_bg.jpg);
	background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.services-training2{
	margin: 20px 0;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.services-training2 p{
	font-family: 'PoppiNs', sans-serif;
	color: #000;
	font-weight: 500;
	line-height: 140%;
	text-align: justify;
	font-size:16px;
	padding:1%;
	
}

.line{
	border-bottom:1.5px dashed #ccc;
	margin:0% 1%;
}

.cliennt p {
    font-family:'Poppins', sans-serif;
    color: #000;
    font-size:17px;
    font-weight:500;
    padding: 2% 1% 1%;
    text-align:center;
    line-height:160%;
}


.shdddw{
	-webkit-box-shadow: 0px 0px 13px -10px rgba(46,46,46,1);
	-moz-box-shadow: 0px 0px 13px -10px rgba(46,46,46,1);
	box-shadow: 0px 0px 13px -10px rgba(46,46,46,1);
	padding:2%;
}

/*-------------
footer
---------------*/

.f_txt{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.ftr_hed h3{
	font-family: 'PoppiNs', sans-serif;
	font-size:20px;
	text-align:left;
	padding:2% 0% 2%;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
}
.ftr_icn_txt{
	width:100%;
	margin-top:5.5%;
}
.ftr_icon{
	width:32px;
	float:left;
}
.ftr_txt p {
    width: 85%;
    float: left;
    margin-left: 1%;
    font-family:'PoppiNs', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 150%;
    padding: 0% 1% 0%;
}

.ftr_link ul li a {
    font-family: 'PoppiNs', sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 200%;
    font-size: 15px;
}

.ftr_col_sm2{
	width:50%;
	margin:0%;
	float:left;
}

.ftr_txt1{
	font-family: 'PoppiNs', sans-serif;
	color: #fff;
	font-size: 14px;
	text-align:left;
	font-weight:400;
	padding:2% 2%;
}
.ftr_txt2{
	text-align:right;
}

.col_sm33 {
    width: 29%;
    float: left;
    margin: 1% 2%;
}

.ftr_txt1{
	color:#fff;
	font-size: 15px;
	padding: 2% 1%;
	font-family: 'PoppiNs', sans-serif;
	margin:0px;
}

.ftr_txt2{
	float: right;
}

/* ------------------------------------------------------
top arrow
------------------------------------------------------ */
.top_arrow{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	bottom:15%;
	display:none;
	transition-duration: 1s;
	background-image:url('../images/top-b.png');
	cursor:pointer;
	background-repeat:no-repeat;
	z-index: 999;
}

.top_arrow:hover{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	transition-duration: 1s;
	bottom:15%;
	cursor:pointer;
	background-image:url('../images/top-b.png');
	display:none;
}


@media only screen and (max-width:1250px){
.top{
	width:100%;
}
.top2{
	width:100%;
}
.contener{
	width:100%;
}
}


@media only screen and (max-width:1125px){
.logo img{
	width:100%;
}

}

@media only screen and (max-width:900px){
.navbarr {
    width:100%;
	background-color:#3f6081;
	margin:0 auto;
}

.logo{
	float:none;
	margin:1.5% auto;
}

.col_sm8 {
    width:70%;
}

.col_sm88 {
    width: 98%;
}

.col_sm4{
	width: 48%;
}
}


@media only screen and (max-width:800px){
.history-tl-container ul.tl li {
    margin-left: 2%;
}

.team_new8 {
    width: 55%;
}

.team_new88 {
    width: 98%;
}
.col_sm2{
	width:98%;
}

.flw {
    display: none;
    padding: 2% 1% 1.1%;
}

.bullet2 ul li{
	text-align:left;
}

.col_sm8_new{
	width:98%;
}
.col_sm88_new{
	width:98%;
}

.col_sm8 {
    width:98%;
}

.col_sm9 {
    width:98%;
}
.col_sm99 {
    width:98%;
}

.col_sm10 {
    width:98%;
}
.col_sm100 {
    width:98%;
}

.col_sm33 {
    width: 98%;
    float: left;
    margin: 1% 2%;
}

.ftr_icn_txt {
    width: 100%;
    margin-top: 0.0%;
}

}


@media only screen and (max-width:700px){
.col_sm3{
	width:98%;
}

.top_right{
	padding:0;
}
}


@media only screen and (max-width:600px){

.history-tl-container ul.tl li {
    margin-left: 4%;
}

.col_sm4{
	width: 98%;
}

.ftr_col_sm2{
	width:98%;
}

.ftr_txt2{
	float: left;
}

.ic.menu{
	top: 34px !important;
}
.min_hhgt{
	min-height:auto;
}

.cont_txt h4 {
    min-height: auto;
}
}


@media only screen and (max-width:550px){
.logo {
    margin: 3% auto;
    float: none;
}

.bullet2 ul {
    margin-left: 1%;
}
}

@media only screen and (max-width:460px){

.bullet2 ul {
    margin-left: 2%;
}

.logo {
    width:90%;
    float: none;
    margin: 2% auto;
}

.logo h2 {
    font-size: 29px;
}
}

@media only screen and (max-width:450px){
.login_regi {
    width: 100%;
    float: left;
    margin: 1% auto;
}
.login_regi p {
    font-size: 13px;
}
}

