@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size:16px;	
}
img {
    pointer-events: none;
}

.clear{
	clear:both;
}


.bg_clr{
	background-color:#0089c7;
}

.bg_clr1{
	background-color:#f4f4f4;
}


.logo_brd{
	border:1px solid #d3d3d3;
	padding:10px;
}



.img{
	width:100%;
	display:block;
}

#wraper{
	width:100%;
}


.top{
	width:90%;
	margin:0 auto;
	max-width:1200px;

}

.top2{
	width:90%;
	margin:0 auto;
	max-width:1200px;

}

.banner{
	width:100%;
}

/*--------------------------------------------------------------
link
--------------------------------------------------------------*/
a.link:link {
	text-decoration:none;
	color:#fff;
}
a.link:visited {
	text-decoration:none;
	color:#fff;
}
a.link:hover {
	text-decoration:none;
	color:#fff;
}
a.link:active {
	text-decoration:none;
	color:#fff;
}


a.link2:link {
	text-decoration:none;
	color:#000;
}
a.link2:visited {
	text-decoration:none;
	color:#000;
}
a.link2:hover {
	text-decoration:none;
	color:#000;
}
a.link2:active {
	text-decoration:none;
	color:#000;
}

/*--------------------------------------------------------------
top arrow
--------------------------------------------------------------*/
.top_arrow{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	bottom:3%;
	display:none;
	transition-duration: 1s;
	background-image:url('../images/top.jpg');
	cursor:pointer;
}

.top_arrow:hover{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	transition-duration: 1s;
	bottom:3%;
	cursor:pointer;
	background-image:url('../images/top-b.jpg');
	display:none;
}

/*--------------------------------------------------------------
bullet
--------------------------------------------------------------*/
.bullet  {
	width:100%;
	margin-top:2%;
}
.bullet ul {
    list-style-image:url(../images/bullet.png);
	margin-left:5%;
}
.bullet ul li {
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	line-height:120%;
	color:#000;
	margin:0% 2% 1% 2%;
	padding:1% 0.8% 3% 0.8%;
	text-decoration: none;
	font-weight:600;
}

.bullet2{
	width:100%;
	margin-top:1%;
}
.bullet2 ul {
    list-style-image:url(../images/bullet2.png);
}
.bullet2 ul li {
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	line-height:180%;
	color:#000;
	margin:0% 0.5% 0% 1%;
	padding:0% 0% 1% 3%;
	text-decoration: none;
	text-align:left;
	font-weight:600;
}

.bullet3 {
	width:100%;
	margin-top:4%;
}

.bullet3 ul {
    list-style-image:url(../images/bullet3.png);
	margin-left:4%;
}

.bullet3 ul li a{
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	line-height:225%;
	color:#000;
	margin:0% 2% 0.1% 0%;
	padding:1% 0.8% 0.1% 0.8%;
	text-decoration: none;
	font-weight:300;
	text-transform:uppercase;
	border-bottom: 1px solid #bebebe;
	border-style: dashed;
}
.bullet3 ul li a:hover{
	color:#000;
}

.col_smnew2{
	width:38%;
	margin:1%;
	float:left;
}
.col_smnew22{
	width:58%;
	margin:1%;
	float:left;
}

.product_txt p{
	font-family: 'Poppins',sans-serif;
	color: #000;
	font-size: 14px;
	text-align:justify;
	font-weight:500;
	padding:0% 1% 4%;
	line-height:160%;
}
.product_txt h2{
	font-family: 'Poppins',sans-serif;
	color: #0186c1;
	font-size:22px;
	text-align:left;
	font-weight:600;
	padding:2% 1%;
	line-height:120%;
}



/* contaner div start */
.contener{
	width:90%;
	margin:0 auto;
	max-width:1200px;
}
.col_sm1{
	width:100%;
}

.col_sm2{
	width:48%;
	margin:1% 1% 1% 1%;
	float:left;
}
.col_sm3{
	width:31%;
	margin:1% 1%;
	float:left;
	position:relative;
}

.col_sm4{
	width:23%;
	margin:1% 1% 1% 1%;
	float:left;
}

.col_sm5{
	width:18%;
	margin:1%%;
	float:left;
}
.col_sm8{
	width:65%;
	float:left;
	margin: 1%;
}
.col_sm88{
	width:30%;
	margin:1%;
	float:right;
}
.col_sm9{
	width:60%;
	float:left;
	margin: 1%;
}
.col_sm99{
	width:35%;
	margin:1%;
	float:right;
}
/* contaner div ends */

/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.view_mor{
	width:115px;
	margin:1% 0%;
	float:left;
	background-color:#0186c1;
}

.btn{
	width:100%;
	font-family: 'Poppins',sans-serif;
	font-size:15px;
	border:0px solid;
	cursor:pointer;
	text-align:center;
	color:#fff;
	padding:10px 0px;
	font-weight:500;
	transition-duration: 1s;
}
.btn:hover{
	background-color:#016693;
	color:#fff;
	transition-duration: 1s;
}


.call_em{

}

.call_em ul li a{
	font-family: 'Poppins',sans-serif;
	float: left;
	margin: 10px 0px;
	padding: 0px 10px;
	color:#fff;
	text-decoration: none;
	font-size: 13px;
	border-right: 1px solid #fff;
	transition: all 0.3s ease;
}

.call_em ul li:last-child a{
	border-right:none;
}


.call_em ul li a .fa{
	color:#f2d845;
	margin-right: 2px;
}

.logo{
	width: 103px;
	float: left;
	margin: 0% 1%;
	transition: all 0.3s ease;
}

.navbarr{
	    width: 831px;
    float: right;
    transition: all 0.3s ease;
}

.welcome h1{
	    font-family: 'Poppins',sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #006d8a;
    line-height: 160%;
    margin: 0% 0% 2% 0%;
}
.welcome p{
	font-family: 'Poppins',sans-serif;
    font-size: 14px;
    text-align: justify;
    line-height: 160%;
    color: #000;
}

.welcome a{
	    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    text-align: justify;
    line-height: 160%;
    color: #006d8a;
    text-decoration: none;
}

.welcome a .fa{
	    font-size: 20px;
    margin-top: 15px;
    font-weight: 700;
}

.wel_sm8{
	width: 45%;
	float: left;
	margin: 1%;
}
.wel_sm88{
	width: 50%;
	float: right;
	margin: 1%;
}

.wel_box{
	position: relative;
	border-left: 2px solid #006d8a;
	padding-left: 40px;
}

.icon_box{
	width: 60px;
	height: 60px;
	float: left;
	background-color: #006d8a;
	border-radius: 50%;
	text-align: center;
	margin: 10px 0px 20px 0px;
}

.icon_box .fa{
	color:#fff;
	font-size: 24px;
	margin-top:18px;
}

.wel_box h1{
	    font-family: 'Poppins',sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 28px 0px 0px 76px;
    line-height: 160%;
}

.wel_line{
	width: 15%;
	height: 2px;
	background-color: #006d8a;
	position: absolute;
	left: 0;
	top: 45%;
}

.bg_img1{
	 
  background-image: url("../images/counter-bg.jpg");


  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;	

  background-color: #000;
  padding: 80px 0px 60px 0px; 
}

.counter{
	width: 23%;
	float: left;
	margin: 1%;
	background-color: #fff;
	border-radius: 3px;
}

.counter_icon{
	width: 67px;
    height: 50px;
    background-color: #006d8a;
    text-align: center;
    position: relative;
    margin: -30px 0px 0px 20px;
}

.counter_icon .fa{
	color: #fff;
    font-size: 30px;
    margin-top: 8px;
}

.counter_txt{
	padding: 20px;
}

.counter_txt h1{
	font-family: 'Poppins',sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #006d8a;
}

.counter_txt h1 span{
	    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
}

.client h1{
	    font-family: 'Poppins',sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #006d8a;
    margin: 2% 0%;
}

.bg_img2{
  background-image: url("../images/ctr_bg.jpg");


  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;	
  height: 250px;
  background-color: #000;
  padding: 80px 0px 60px 0px; 
  position: relative;
}

.ctr_txt{
  width: 80%;		
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.ctr_txt h1{
	font-family: 'Poppins',sans-serif;
	color:#fff;
	font-size: 35px;
	font-weight: 600;
	line-height: 145%;
}
.ctr_txt h1 span{
	font-size: 22px;
	font-weight: 400;
}
.ctr_txt h2{
	font-family: 'Poppins',sans-serif;
	color:#f2d845;
	font-size: 22px;
	font-weight: 400;
	line-height: 200%;
}
.ctr_txt a{
	font-family: 'Poppins',sans-serif;
	font-size: 15px;
	background-color: #fff;
	color:#000;
	padding:10px 20px;
	text-decoration: none; 
}


.uply{
	font-family: 'Poppins',sans-serif;
	font-size: 15px;
	background-color: #fff;
	color:#000;
	padding:10px 10px;
	text-align:left;
	text-decoration: none; 
}


.bg_clr2 {
    background-color: #141414;
    padding: 20px 0px 20px 0px;
}

.ftr_logo{
	width: 100px;
}

.ftr_logo_txt{
	font-family: 'Poppins',sans-serif;
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	margin: 4% 0%;
	color:#fff; 
}

.ftr_s_icon .fa{
	font-size: 18px;
	width: 40px;
	height: 40px;
	background-color: #626262;
	border-radius: 50%;
	color:#a7a7a7;
	text-align: center;
	line-height: 230%;
	cursor: pointer;
}	

.ftr_s_icon .fa:hover{
	background-color: #0186c1;
	color:#fff;
}


.ftr_s_icon2 .fa{
	font-size: 18px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	color:#0186c1;
	text-align: center;
	line-height: 230%;
	cursor: pointer;
}	




.ftr_head{
	font-family: 'Poppins',sans-serif;
	font-size: 22px;
	font-weight: 600;
	color:#fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.ftr_menu ul li a{ 
	font-family: 'Poppins',sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 220%;
    font-size: 15px;
}

.ftr_icon{
	width: 10%;
	float: left;
}

.ftr_icon{
	color:#fff;
	font-size: 22px;
	margin-top: 1px;
}

.ftr_txt{
	width: 85%;
	float: right;
}

.ftr_txt p{
	font-family: 'Poppins',sans-serif;
	font-size: 14px;
	line-height: 160%;
	color:#fff; 
}

.bg_clr3{
	background-color: #181818;
}

.ftr_lt_txt{
	font-family: 'Poppins',sans-serif;
	font-size: 14px;
	line-height: 160%;
	color:#fff; 
	padding: 10px 0px;
}

.txt_right{
	text-align: right;
}




.gg_col_sm4 {
    width: 18%;
    margin: 1%;
    float: left;
    min-height: 320px;
}

.g_body_txt {
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 1% 0%;
    color: #000;
    line-height: 160%;
    text-align: center;
}

.why-us{
	margin: 0% 1%;
    border: 1px solid #0089c7;
    /* padding: 20px; */
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgb(0 137 199);
    position: relative;
}

.why-us h1{
	font-family: 'Poppins',sans-serif;
    background: #0089c7;
    display: inline-block;
    padding: 12px 55px 12px 55px;
    color: #fff;
    /* border-right: 5px solid #333; */
    position: relative;
    margin: -24px 0px 0px -2px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    font-size: 18px;
    position: absolute;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    left: 2%;
}

.why-us ul{
	    padding: 30px 20px;
    list-style-image: url(../images/bullet2.png);
    margin-left: 3%;
    margin-top: 1%;
}
.why-us ul li{
	width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    /* font-weight: 600; */
    padding: 1% 0%;
    line-height: 120%;
}


.why-us p{
	    padding: 30px 20px;
    font-family: 'Poppins',sans-serif;
    margin-top: 1%;
    line-height: 160%;
    text-align: left;
    font-size: 15px;
}

.why-height{
	    min-height:210px;
}

.g_head{
	padding: 1% 1%!important;
    font-family: 'Poppins',sans-serif;
    margin-top: 1%;
    line-height: 160%;
	color:#000000;
    text-align: center;
    font-size: 15px;
	text-decoration:none;
}


.faq ul{
	    padding: 10px 20px;
    list-style-image: url(../images/bullet2.png);
    margin-left: 1%;
}
.faq ul li{
	width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    /* font-weight: 600; */
    padding: 0.5% 0%;
    line-height: 100%;
}

.faq p{
	padding: 1% 1%;
    font-family: 'Poppins',sans-serif;
    margin-top: 1%;
    line-height: 160%;
	color:#000000;
    text-align: left;
    font-size: 15px;
}



.page_head{
	font-family: 'Poppins',sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin: 3% 1% 2% 1%;
    color: #0186c1;
}

.page_head_p{
	margin: 3% 1% 2% 1%;
    font-family: 'Poppins',sans-serif;
    margin-top: 1%;
    line-height: 160%;
    text-align: justify;
    font-size: 15px;
}

.page_head_p span{
    font-size: 16px;
	font-weight:600;
}


.col_sm10{
	width: 60%;
	float: left;
	margin:1%;
}
.col_sm100{
	width: 35%;
	float: left;
	margin:1%;
	position: sticky;
	top:10px;
}

.about h1{
	font-family: 'Poppins',sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0% 0% 2% 0%;
	text-decoration: underline;
    color: #0186c1;
}

.about p{
	font-family: 'Poppins',sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 160%;
    text-align: justify;
}

.about p span{
	font-weight: 500;
}

.about ul{
	list-style-image: url(../images/bullet2.png);
    margin-left: 3%;
    margin-top: 1%;
}
.about ul li{
	width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    padding: 1% 0%;
    line-height: 150%;
}

.about ul li span{
	font-weight:600;
}


.team_heading{
	    font-family: 'Poppins',sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #0186c1;
    border-top: 1px solid #ebebeb;
    padding: 25px 0px 10px 0px;
}

.team_head{
	width: 80%;
	margin:1% auto;
}
.team{
	width:28%;
	float: left;
	margin: 2% 2% 1%;
	position: relative;
}
.team img{}
.team h2{
	    font-family: 'Poppins',sans-serif;
    background-color: #0186c1;
    padding: 12px 15px;
    color: #fff;
    text-align: center;
    border-top-left-radius: 25px;
    top: -25px;
    border-bottom-right-radius: 25px;
    position: relative;
    margin-top: 1px;
}
.team p{
	font-family: 'Poppins',sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-top:-10px;
	line-height: 150%;
}

.pd_all{
	padding: 1%;
}


.training_head{
	width: 60%;
	margin:1% auto;
}
.training{
	width:46%;
	float: left;
	margin: 2% 2% 1%;
	position: relative;
}
.training img{}
.training h2{
	    font-family: 'Poppins',sans-serif;
    background-color: #0186c1;
    padding: 12px 15px;
    color: #fff;
    text-align: center;
    border-top-left-radius: 25px;
    top: -25px;
    border-bottom-right-radius: 25px;
    position: relative;
    margin-top: 1px;
}
.training p{
	font-family: 'Poppins',sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-top:-10px;
	line-height: 150%;
}


.training_span{
	font-weight: 700;
	font-size: 17px;
}

i.fa.fa-file-pdf-o {
    color: #0186c1;
    font-size: 15px;
    margin-right: 1%;
}

.training_link{
	text-decoration: none;
	color: #000;
}

.line_height{
	line-height: 241% !important;
	margin-left: 0.5% !important;
}



/*--------------------------------------------------------------
Contact Start
--------------------------------------------------------------*/

.con_icon{
	width: 130px;
	float: none;
	margin:1% auto;
}

.c_col_sm8{
	width:92%;
	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:350px;
	padding:3% 3% 0% 3%;
}
.c_col_sm88{
	width:32%;
	float:left;
	min-height: 341px;
}
.c_bg{
	 /* background-image: url("../images/con-bg.jpg");/ */
	background: #0186c1;
	padding:2%;
}
.c_top2 {
    width: 80%;
    margin: 0 auto;
   
}
.con_main_head{
	font-family: 'Poppins',sans-serif;
    color: #0186c1;
    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: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
}

.c_txt span {
    font-weight: 600;
    font-size: 15px;
}


.c_link2 {
    color: #000;
    text-decoration: none;
}
.c_bld{
	font-size:17px;
	font-weight:600;
}
.c_mar{
	margin-top:3%;
}
/*--------------------------------------------------------------
Contact End
--------------------------------------------------------------*/


@media only screen and (max-width:1000px){
.top{
	width: 98%;
}
.top2{
	width: 98%;
}

.team_head {
    width: 100%;
}
}

@media only screen and (max-width:950px){
.logo{
	float: none;
	margin: 1% auto;
}
.top{
	width: 100%;
}
.navbarr{
	float: none;
	width: 100%;
	background-color: #0186c1;
}
.col_sm8{
	width: 98%;
	float: none;
	margin:1% auto;
}
.col_sm88{
	width: 98%;
	float: none;
	margin:1% auto;
}
.wel_box{
	    width: 48%;
    float: left;
    margin: 1%;
    border-left: 0;
    padding-left: 0;
    position: static;
}
.wel_line{
	display: none;
}

.gg_col_sm4 {
    width: 31%;
    min-height: 500px;
}
.col_sm99{
    width: 98%;
    float: left;
}
.col_sm9{
    width: 98%;
    float: left;
}
}

@media only screen and (max-width:830px){
.col_smnew22{
	width:100%;
	margin:1% 0%;
	float:none;
}
.col_smnew2{
	width:100%;
	margin:1% 0%;
	float:none;
}

.col_sm10 {
    width: 98%;
    margin: 1%;
}

.col_sm100 {
    width:98%;
    float: left;
    margin: 1%;
    position: static;
    top: 10px;
}
.team {
    width: 46%;
}
}

@media only screen and (max-width:700px){
.wel_sm88{
	width: 98%;
	float: none;
	margin:1% auto;
}
.wel_sm8{
	width: 98%;
	float: none;
	margin:1% auto;
	display: none;
}
.counter{
	width: 48%;
	margin-top: 60px;
}
.col_sm4{
	width: 48%;
	margin-top: 60px;
}
.col_sm2{
	width: 98%;
}
.ftr_lt_txt{
	padding: 5px 0px;
}
.txt_right{
	text-align: left;
}
.gg_col_sm4 {
    width:48%;
}

}

@media only screen and (max-width:600px){
.wel_box{
	width: 98%;
}
.counter{
	width: 98%;
	margin-top: 60px;
}
.col_sm4{
	width: 98%;
	margin-top: 60px;
}
}


@media only screen and (max-width:550px){
.team {
    width: 96%;
}
.gg_col_sm4 {
    width:98%;
}

}
