@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,300;1,400;1,500&display=swap');

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;

}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	margin:0;
	padding:0;
    font-family: 'Open Sans', sans-serif;

}
.clear{
	clear:both;
}
.img{
	width:100%;
	display:block;
}
.v_a_img{
	vertical-align:middle;
}

hr{
	border:0.5px solid #f1f1f1;
}


.fix_button2{
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 999999999999;
}


/*--------------------------------------------------------------
Top Nave
--------------------------------------------------------------*/
.ctr_txt23 {
    width: 150px;
	float: left;
	margin: 4% 0% 0%;
}

.ctr_txt23 a {
    font-family: 'Open Sans', sans-serif;

    font-size: 16px;
    background-color: #00a651;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none;
    letter-spacing: 1px;
}

.ctr_txt23 a:hover {
    background-color: #02843c;
    color: #fff;
}


.ab_shawdo {
    -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%;
}

.main_heading h1 {
    font-family: 'Open Sans', sans-serif;

    color:#000;
    font-size: 28px;
    padding: 0% 1%;
    margin: 0% 1%;
    font-weight: 700;
    border-left: 5px solid #068747;
}

.pro_h h1 {
	font-family: 'Open Sans', sans-serif;

	font-size:18px;
	font-weight:600;
	line-height:150%;
	color:#fff;
	padding: 0.7% 1%;
	background-color: #e67625;
}

.pro_h p {
	font-family: 'Open Sans', sans-serif;

	font-size:15px;
	font-weight:500;
	line-height:150%;
	padding: 1% 0%;
	color:#000000;
}


.pro_h h2 {
	font-family: 'Open Sans', sans-serif;

	font-size:16px;
	font-weight:600;
	line-height:150%;
	padding: 1% 0%;
	color:#000000;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.top_main{
	width:100%;
}
.top{
	width:95%;
	margin:0 auto;
	max-width:1400px;
}

.top2{
	width:95%;
	margin:0 auto;
	max-width:1400px;
}

.navbar1{
	width:435px;
	float:right;
	margin:0%;
}
.navbar1 .fa{
	font-size:16px !important;
	color:#00a651;
	
}

.navbar1 ul li a{
	font-family: 'Open Sans', sans-serif;

	color:#000;
	float:left;
	font-size:14px;
	font-weight:500;
	padding: 12px 17px 12px 17px;
	text-decoration:none;
}

.navbar1 ul li a:hover{
	background-color:#00a651;
	color:#fff;
}

.navbar1 ul li a:active{
	background-color:#00a651!important;
	color:#fff;
}

.logo{
	width:320px;
	float:left;
	margin:0.8% 0.5%;
}

.top_right{
	width:800px;
	float:right;
}

.logo2{
	width:18px;
	float:right;
	margin:5.5% 1% 0%;
}

.navbar{
	width:800px;
    float: left;
	margin: 0% 0% 0%;
}

.call_em{
	width:540px;
	float:right;
	margin:0.5% 0.5% 0.5%;
}

.call{
	width:280px;
	float:left;
}

.email{
	width:230px;
	float:left;
}

.s_icon{
	width:100px;
	float:right;
}

.s_icon .fa{
	line-height:210%;
	font-size:15px;
	color:#FFFFFF;
}

.s_icon .fa:hover{
	color:#fff;
}

.call_em_txt{
	font-family: 'Open Sans', sans-serif;

	color:#000;
	font-size:14px;
}

.call_em_txt .fa{
	font-size:16px !important;
	color:#000;
}

.logo2 .fa{
	color:#fff;
	font-size:14px;
}


/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width:100%;
  margin:0 auto;
  float:none;
}

.tab_def{
	margin:1%;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: 0.7%;
  text-align: left;
  font-family: 'Open Sans', sans-serif;

  color:#000;
  font-weight:500;
  font-size:15px;
  line-height:140%;
  border: 1px solid #ddd;
}




.body_text111 {
  padding: 0.7%;
  text-align: left;
  font-family: 'Open Sans', sans-serif;

  color:#000;
  font-weight:500;
  font-size:15px;
  line-height:140%;
  border: 1px solid #ddd;
}


.body_text1129 {
	font-family: 'Open Sans', sans-serif;

	font-size:16px;
	line-height:150%;
	text-align:justify;
	color:#000;
	padding:0.5% 1% 0.5% 1%;
	font-weight:500;
	background-color:#e4e4e4;
	margin-left:1.5%;
}


.body_text12red {
	font-family: 'Open Sans', sans-serif;

	font-size:16px;
	line-height:150%;
	text-align:justify;
	color:#000;
	padding:0.5% 1% 0.5% 1%;
	font-weight:700;
}

.body_text_span {
  font-weight:600;
  font-size:25px;
  color:#0166b3;
  font-family: 'Open Sans', sans-serif;

}


table td b {
  font-weight:700;
  font-size:15px;
}

table th {
  font-size: .85em;
   font-family: 'Open Sans', sans-serif;

  color: #000;
  font-weight:600;
  font-size:16px;
}




/*--------------------------------------------------------------
principle-officer-message
--------------------------------------------------------------*/
.messge p {
    font-family: 'Open Sans', sans-serif;

    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 150%;
    text-align: justify;
}


.messge h1 {
    font-family: 'Open Sans', sans-serif;

    font-size:22px;
    font-weight: 600;
    color: #000;
	margin-bottom:2%;
    line-height: 140%;
    text-align: left;
}


.bg_img4 {
    background-image: url(../images/bg_img4.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.crc h1 {
    font-family: 'Open Sans', sans-serif;

    color: #fff;
    font-size: 22px;
    padding: 1% 1%;
    font-weight: 700;
	text-align:left;
}


.crc p {
    font-family: 'Open Sans', sans-serif;

    font-size: 15px;
    font-weight: 500;
    color: #fff;
	padding: 1% 1%;
    line-height: 140%;
    text-align: justify;
}

.product h1 {
    font-family: 'Open Sans', sans-serif;

    color: #000;
    font-size: 20px;
    padding: 1% 0%;
    font-weight: 700;
	text-align:left;
}


.product h2 {
    font-family: 'Open Sans', sans-serif;

    color: #000;
    font-size:16px;
    padding: 1% 0% 0%;
    font-weight: 700;
	text-align:left;
}

.product h3 {
    font-family: 'Open Sans', sans-serif;

    color: #000;
    font-size:16px;
    padding: 1% 0% 1%;
    font-weight: 600;
	text-align:left;
}


.product p {
    font-family: 'Open Sans', sans-serif;

    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 150%;
    text-align: justify;
}


.bord4 {
    border: 1px dashed #dedede;
    margin: 0.5% 0%;
}

.uply {
    font-family: 'Open Sans', sans-serif;

    font-size: 15px;
    background-color: #fff;
    color: #000;
    padding: 10px 10px;
    text-align: left;
    text-decoration: none;
}


.c_col_sm8 {
    width: 98%;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 11%);
    min-height: 350px;
    padding: 3% 3% 0% 3%;
}

.con_icon{
	width: 130px;
	float: none;
	margin:1% auto;
}

.c_icon_txt {
    width: 98%;
    float: right;
}

.c_txt {
    font-family: 'Open Sans', 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;
}


.con_main_head {
    font-family: 'Open Sans', sans-serif;

    color: #3ea4dd;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 1%;
    padding-left: 1%;
}
.c_link2 {
    color: #000;
    text-decoration: none;
}

/*--------------------------------------------------------------
Footer Text Line
--------------------------------------------------------------*/
.ftr_bg_clr{
	background-color:#f8f8f8;
}
.ftr_bg_clr2{
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	background-color:#f8f8f8;
}
.ftr_bg_clr3{
	background-color:#f8f8f8;
}
.footer_text_maq{
	font-family: 'Open Sans', sans-serif;

	color:#000;
	font-size: 14px;
	text-align: left;
	font-weight:500;
	padding:0.5%;
}

.inner_container{
	width:90%;
	max-width:1300px;
	margin:0 auto;
}


.border3{
	border:1px solid #341e7f;
	margin:1% 0%;
}



.page_link ul {
    list-style-image:;
}
.page_link ul li a{
	font-family: 'Open Sans', sans-serif;

	font-size:13px;
	color:#fff;
	font-weight:500;
	text-align:center;
	line-height:160%;
	margin:0%;
	padding:0% 1%;
	text-decoration:none;
	float:left;
	border-right: 1px solid #341e7f;
}
.page_link li:last-child a {
	border-right: none;
}

.page_link2 ul {
    list-style-image:;
}
.page_link2 ul li {
	font-family: 'Open Sans', sans-serif;

	font-size:13px;
	color:#fff;
	font-weight:500;
	text-align:center;
	line-height:160%;
	margin:0%;
	padding:0% 1%;
	text-decoration:none;
	float:left;
	border-right: 1px solid #242424;
}

.disclaimer{
	font-family: 'Open Sans', sans-serif;

	color:#fff;
	font-size:14px;
	text-align:justify;
	line-height:160%;
	padding-bottom:1%;
}



/*--------------------------------------------------------------
banner text
--------------------------------------------------------------*/

.hero-text{
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:70%;
}

.hero-text h1 {
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;

    font-size: 40px;
    font-weight:700;
    line-height: 160%;
}

.hero-text p {
    color: #fff;
	text-align: center;
    font-family: 'Open Sans', sans-serif;

    font-size:18px;
    font-weight:500;
    line-height: 150%;
}


/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner{
	width:100%;
	position:relative;

}

.link{
	text-decoration:none;
	color:#333333;
}

.link:hover{
	text-decoration:none;
	color:#1A9055;
}


.flink{
	text-decoration:none;
	color:#fff;
}

.flink:hover{
	text-decoration:none;
	color:#fff;
}

.link2{
	text-decoration:none;
	color:#000;
}




/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.col_sm0{
	width:98%;
	margin:0 auto;
}

.col_sm1{
	width:100%;
	margin:0 auto;
}

.col_sm1111{
	width:70%;
	margin:0 auto;
}

.col_sm2{
	width:48%;
	float:left;
	margin:1% 1%;
}
.col_sm22{
	width: 40%;
    margin: 1%;
    float: left;
}

.col_sm222{
	width: 56%;
    margin: 1%;
    float: right;
}
.col_sm3{
	width:31%;
	float:left;
	margin:1%;
	position:relative;
}


.latest h1{
	font-family: 'Open Sans', sans-serif;

    color: #fff;
    font-size: 25px;
    text-align: left;
    font-weight: 400;
	line-height:140%;
}

.latest p{
	font-family: 'Open Sans', sans-serif;

    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
	line-height:160%;
}


.col_sm33{
	width:23%;
	float:left;
	margin:1% 1%;
}

.ftr_menu ul li a {
    font-family: 'Open Sans', sans-serif;

    color: #fff;
    text-decoration: none;
    line-height: 250%;
	font-weight: 500;
    font-size: 15px;
	text-transform:capitalize;
}

.ftr_menu ul {
    margin-left:10%;
}



.col_sm4{
	width:23%;
	margin:1%;
	float:left;
}
.col_sm5{
	width:18%;
	margin:1%;
	float:left;
}
.col_sm8{
	width:31%;
	margin:1%;
	float:left;
}
.col_sm88{
	width:65%;
	margin:1%;
	float:left;
}

.col_sm9{
	width:15%;
	margin:1%;
	float:left;
}
.col_sm99{
	width:80%;
	margin:1%;
	float:left;	
}

.col_sm10{
	width:60%;
	float:left;
	margin:1%;
}

.col_sm100{
	width:35%;
	float:right;
	margin:1%;
}

.ab_shdw22 {
	border: 1px solid #e7e7e7;
    background-color: rgb(255 255 255);
	margin:1% auto;
}

.ab_shdw22_c {
	border-top: 1px solid #e7e7e7;
	margin:1% auto;
}


/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/
.bg_clr1{
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	background-color: #FFFFFF;
}

.bg_clr6{
	background: #fff;
	box-shadow: rgb(0 0 0 / 8%) 0px 0.125rem 0.25rem;
}


.bg_clr7{
	background-color:#f5f5f5;
}

.logo_brd {
    border: 1px solid #d3d3d3;
}

.bg_clr2{
	background-color:#f0f0f0;
	padding:40px 0px;
}

.bg_clr3{
	background-color:#f5f5f5;
	padding:20px 0px;
}

.bg_clr4{
	background-color:#fff;
}

.bg_clr5{
	background-color:#000;
}

.hero1 {
    background-image: url(../images/testi_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 20px 0px;
}

.latest_col_sm3{
	width:33%;
	float:left;
	position:relative;
	overflow:hidden;
}

.miss_vision {
    background-image: url(../images/miss_vision.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    padding: 40px 0px 50px 0px;
}

.bg_img1{
  background-image: url("../images/bg_img1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 95px 70px;
  height:300px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  
}

.bg_img1:hover {  
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
} 

.bg_img2{
  background-image: url("../images/bg_img2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 95px 70px;
  height:300px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; 
}


.bg_img2:hover {  
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
} 


.bg_img3{
  background-image: url("../images/bg_img3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 95px 70px;
  height:300px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  
}


.bg_img3:hover {  
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
} 


/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/

.wel_col20{
	width:18%;
	float:left;
	margin:1%;
}

.wel_col40{
	width:38%;
	float:left;
	margin:1%;
}





.line1{
	width: 10%;
    background-color: #a2a2a2;
    height: 1px;
    margin: 1% auto;
}

.line2{
	width:5%;
    background-color: #a2a2a2;
    height: 1px;
    margin: 0% auto;
}

.pro{
	text-align:center;
}

.pro h1{
	font-family: 'Open Sans', sans-serif;

    color: #000;
    font-size:27px;
    text-align: center;
    margin: 3% 0% 2% 1%;
    font-weight: 700;
}


.pro h1 span{
    font-size:15px;
	color:#038499;
    text-align: center;
    font-weight: 500;
}

.col_sm1_ovo{
	width:100%;
	position:relative;
	
}


.col_sm1_ovo2{
    background-color: #fff!important;
    padding: 10px 10px 10px 10px;
}


.pro h2 {
    font-family: 'Open Sans', sans-serif;

    color: #222222;
    font-size:17px;
    text-align: center;
    font-weight: 600;
	padding:1%;
}

.brd_left{
	border-left: 1px solid #c5c5c5;
    padding-left: 25px;
}


.who h1 {
	font-family: 'Open Sans', sans-serif;

	font-size:20px;
	font-weight:500;
	line-height:150%;
	color:#000000;
}

.who h1 span{
	font-family: 'Open Sans', sans-serif;

	font-size:27px;
	font-weight:700;
	color:#000000;
}



.brd{
	border:1.5px solid #323887;
	width:10%;
	margin:2% 0%;
}

.who h2{
	font-family: 'Open Sans', sans-serif;

	font-size:16px;
	font-weight:600;
	line-height:150%;
	text-align:justify;
	margin:0% 0%;
}

.who p{
	font-family: 'Open Sans', sans-serif;

	font-size:15px;
	font-weight:500;
	color:#000;
	line-height:160%;
	text-align:justify;
	margin:2% 0%;
}

.who h5 {
	font-family: 'Open Sans', sans-serif;

	font-size:15px;
	font-weight:500;
	color:#000;
	line-height:150%;
	text-align:justify;
	margin:1% 1%;
}



.testi h1{
	font-family: 'Open Sans', sans-serif;

	font-size:35px;
	font-weight:700;
	text-align:left;
	margin:1% 1% 2%;
	color:#000;
	line-height:140%;
}


.testi p{
	font-family: 'Open Sans', sans-serif;

	font-size:15px;
	font-weight:400;
	color:#000;
	line-height:160%;
	text-align:justify;
	margin:3% 1% 2%;
}


.testi h5{
	font-family: 'Open Sans', sans-serif;

	font-size:16px;
	font-weight:500;
	color:#000;
	line-height:170%;
	text-align:center;
	margin:2% 0%;
}
.testi h2{
	font-family: 'Open Sans', sans-serif;

	font-size:18px;
	font-weight:600;
	text-align:center;
	margin:2% 0%;
	color:#00a651;
	line-height:140%;
	text-transform:uppercase;
}

.testi h3{
	font-family: 'Open Sans', sans-serif;

	font-size:18px;
	font-weight:500;
	text-align:left;
	margin:2% 3% 0%;
	color:#00a651;
	line-height:140%;
}



.who2 h1 span{
	font-family: 'Open Sans', sans-serif;

	font-size:31px;
	font-weight:700;
	text-align:left;
	margin:2% 0%;
	line-height:120%;
	text-transform:capitalize;
}

.who2 h1{
	font-family: 'Open Sans', sans-serif;

	font-size:15px;
	font-weight:400;
	text-align:left;
	margin:2% 0%;
	line-height:140%;
}


.who h4{
	font-family: 'Open Sans', sans-serif;

	font-size:18px;
	font-weight:600;
	text-align:left;
	margin:2% 1% 0%;
	line-height:140%;
}


.who2 p{
	font-family: 'Open Sans', sans-serif;

	font-size:15px;
	font-weight:400;
	color:#000;
	line-height:160%;
	text-align:justify;
	margin:2% 0%;
}

.who ul li a{
	font-family: 'Open Sans', sans-serif;

    float: left;
    margin: 0% 1%;
    padding: 18px 22px;
    background-color: #ef3f34;
    text-decoration: none;
    color: #fff;
}

.values{
	text-align:center;
}

.values h1{
	font-family: 'Open Sans', sans-serif;

	font-size:24px;
	font-weight:600;
	text-align:center;
	margin:3% 0%;
	line-height:160%;
}


.values h1 span{
	font-size:20px;
	font-weight:500;
	line-height:130%;
	text-transform:uppercase;
}

.ftr_txt h1{
	font-family: 'Open Sans', sans-serif;

	font-size:20px;
	font-weight:600;
	margin:0% 0% 5% 0%;
	color:#000;
	text-transform:uppercase;
}

.ftr_txt3 h1{
	font-family: 'Open Sans', sans-serif;

	font-size:20px;
	font-weight:600;
	margin:0% 0% 10% 10%;
	color:#fff;
	text-transform:uppercase;
}

.ftr_txt h2{
	font-family: 'Open Sans', sans-serif;

	font-size:18px;
	font-weight:500;
	margin:0% 0% 2% 0%;
	color:#fff;
}

.ftr_txt p{
	font-family: 'Open Sans', sans-serif;

	font-size:15px;
	font-weight:400;
	margin:1% 0%;
	line-height:150%;
	color:#000;
	text-align:left;
}



.ftr_logo{
	width:290px;
	float: left;
}



.ftr_txt2 p{
	font-family: 'Open Sans', sans-serif;

	font-size:15px;
	font-weight:400;
	margin:1% 1% 1% 1%;
	line-height:150%;
	color:#000;
	text-align:justify;
}

.ftr_lt_txt{
	font-family: 'Open Sans', sans-serif;

	font-size:14px;
	font-weight:400;
	line-height:160%;
	color:#fff;
}

.ftr_right{
	text-align:right;
}









.m_v h1{
	font-family: 'Open Sans', sans-serif;

	font-size:22px;
	font-weight:600;
	line-height:150%;
	text-align:justify;
	margin:2% 0% 1%;
	color:#000;
}

.m_v p{
	font-family: 'Open Sans', sans-serif;

	font-size:15px;
	font-weight:500;
	color:#000;
	line-height:160%;
	text-align:justify;
	margin:2% 0%;
}











.srv_view_all3 {
    width:120px;
    float: left;
    margin:3% 1%;
}

.srv_btn3 {
    width: 100%;
    padding: 8% 2% 8% 2%;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;

    background-color: #f2b914;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #f2b914;
    text-transform: uppercase;
}

.srv_btn3:hover{
	background-color: #f2b914;
	border: 1px solid #f2b914;
	color: #000;
}






.downd {
    width:160px;
    float: left;
    margin:1% 0%;
}

.downd_btn3 {
    width: 100%;
    padding: 7% 7% ;
    font-size: 14px;
    text-align: left!important;
    font-family: 'Open Sans', sans-serif;

    background-color: #f2b914;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #f2b914;
    text-transform: uppercase;
}

.downd_btn3:hover{
	background-color: #f2b914;
	border: 1px solid #f2b914;
	color: #000;
}



/*--------------------------------------------------------------
Circle image hover effect
--------------------------------------------------------------*/

.img2 {
    display:block;
    width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.hover15 figure {
	position: relative;
	display: block;
    overflow: hidden;
	
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/
.bullet  {
	width:100%;
	margin-top:0%;
}

.bullet ul {
    list-style-image:url(../images/bullet.png);
	margin-left:3%;
}

.bullet ul li{
	font-family: 'Open Sans', sans-serif;

	font-size:15px;
	line-height:150%;
	color:#000;
	margin:0% 2% 0.1% 2%;
	text-decoration: none;
	font-weight:500;
}


.bullet2  {
	width:100%;
	margin-top:0%;
}

.bullet2 ul {
    list-style-image:url(../images/bullet2.png);
	margin-left:2%;
}

.bullet2 ul li{
	font-family: 'Open Sans', sans-serif;

	font-size:15px;
	line-height:150%;
	color:#000;
	margin:0% 2% 0.1% 2%;
	text-decoration: none;
	font-weight:500;
	text-align: justify;
}


.bullet3  {
	width:100%;
	margin-top:0%;
}

.bullet3 ul {
    list-style-image:url(../images/bullet2.png);
	margin-left:3.5%;
}

.bullet3 ul li{
	font-family: 'Open Sans', sans-serif;

	font-size:15px;
	line-height:150%;
	color:#000;
	margin:0% 2% 0.1% 2%;
	text-decoration: none;
	font-weight:500;
	text-align: justify;
}





/*--------------------------------------------------------------
crystal belapur Page
--------------------------------------------------------------*/
.cry-belapur h1{
	font-family: 'Open Sans', sans-serif;

	color: #000;
	font-size: 22px;
	font-weight: 700;
	padding:2% 1% 1%;
}
.cry-belapur h2{
	font-family: 'Open Sans', sans-serif;

	font-size:20px;
	font-weight:600;
	padding:2% 1% 1%;
	color:#323887;
}

.col_sm111{
	width: 25%;
    margin: 1%;
    float: left;
    background-color:#efefef;
    min-height: 70px;
    padding: 10px 0px 10px 20px;
}

.col_sm11{
	width:71%;
	margin:1%;
	float:right;
}

.valu{
	font-family: 'Open Sans', sans-serif;

    margin: 3% 1% 0% 1.5%;
    font-size: 24px;
    font-weight:600;
	text-align:left;
    color: #c32927;
}

.inner_txt span {
    font-family: 'Open Sans', sans-serif;

    font-size:20px;
    font-weight: 500;
    margin:1% 0%;
    line-height: 160%;
    color: #000;
    text-align: justify;
}
.inner_txt p{
    font-family: 'Open Sans', sans-serif;

    font-size: 15px;
    font-weight: 400;
    margin: 1% 0%;
    line-height: 160%;
    color: #000;
    text-align: justify;
}

.consultant h1{
	font-family: 'Open Sans', sans-serif;

    font-size:18px;
    font-weight: 600;
    margin: 1% 0%;
    line-height: 150%;
    color: #000;
    text-align: left;
}

.consultant h2{
	font-family: 'Open Sans', sans-serif;

    font-size: 25px;
    font-weight: 700;
    margin: 1% 0%;
    line-height: 150%;
    color: #323887;
    text-align: left;
}




.hedd{
    font-family: 'Open Sans', sans-serif;

    color: #000;
    font-size:20px;
    font-weight: 600;
    padding:1% 1% 1%;
	line-height:170%;
	text-align:justify;
}

.p_col_sm3 {
    width: 31%;
    float: left;
    margin: 1% 1% 1% 0%;
}
.pro_head {
    font-family: 'Open Sans', sans-serif;

    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 2% 1% 1%;
	text-transform: uppercase; 
    text-align: center;
	 min-height: 50px;
}
.k_brd{
	border:1px solid #d3d3d3;
}

.prodt_brd{
	border-bottom: 1.9px dashed #068747;
}


/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/
.page_head{
	font-family: 'Open Sans', sans-serif;

	color: #000;
	font-size: 28px;
	font-weight: 700;
	margin-top: 3%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 1%;
}
.contact_txt h2{
	font-family: 'Open Sans', 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:154px;
}
.cont_pdg_sm3{
	padding:1% 1.5%;
}
.con_heading h2{
	font-family: 'Open Sans', sans-serif;

	color: #000;
	font-size: 18px;
	font-weight:600;
	padding:2% 1% 0%;
}
.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: 'Open Sans', sans-serif;

    color: #303030;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-align: justify;
}

/* profole css start here */
        .col_lg_1{
            width: 35%;
            float: right;
            margin: 1%;
        }
        .col_lg_11{
            width: 61%;
            float: left;
            margin: 1%;
        }

        .prD_head h2{
            font-family: 'Open Sans', sans-serif;

            font-size: 24px;
            font-weight: 700;
            color: #2f3885;
			padding:1% 0% 2%;
        }

        .Idl_txt p{
            font-family: 'Open Sans', sans-serif;

            font-size: 15px;
            font-weight: 400;
            color: #000;
            line-height: 140%;
            text-align: justify;
            margin: 2% 0%;
        }

        .Idl_txt p strong{
            font-weight: 700;
            color: #000;
        }
	

/*--------------------------------------------------------------
profile
--------------------------------------------------------------*/	
		
.pro_col_sm9 {
    width: 66%;
    float: left;
    margin: 1%;
}
.pro_col_sm99 {
    width: 30%;
    float: right;
    margin: 1%;
}
.d_col_sm2{
	 width: 48%;
    float: left;
    margin: 1% 1% 1% 1%;
	min-height:305px;
	background-color: #fafafa;
}

.d_col_sm22{
	 width: 48%;
    float: left;
    margin: 1% 1% 1% 1%;
	min-height: 200px;
	background-color: #fafafa;
}

.dire_txt h2 {
    font-family: 'Open Sans', sans-serif;

    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 2% 0% 2%;
}

.dire_txt p {
    font-family: 'Open Sans', sans-serif;

    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 150%;
    text-align: center;
    margin: 2% 0%;
}

.dire_brd{
	border:1px solid #d3d3d3;
	padding:1%;
	border-radius: 25px;
}

.dir_bld{
	font-family: 'Open Sans', sans-serif;

    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.cen_txt{
	text-align:center;
}

.dir_bg{
	background-color:#fafafa;
	padding:2% 0%;
}

.pro_col_sm3{
	width: 31%;
    float: left;
    margin: 1% 1% 1% 0%;
}

@media only screen and (max-width:1000px){
.pro_col_sm9 {
    width: 98%;
    float: left;
    margin: 1%;
}
.pro_col_sm99 {
    width: 50%;
    float: none;
    margin: 1% auto;
}
}

@media only screen and (max-width:980px){
.d_col_sm2 {
    width: 98%;
    min-height: auto;
}
.d_col_sm22 {
    width: 98%;
    min-height: auto;
}
}

@media only screen and (max-width:800px){
.pro_col_sm99 {
    width: 60%;
}

.ftr_txt3 h1 {
    margin: 0% 0% 4% 0%;
}

.ftr_menu ul {
    margin-left: 0%;
}

.col_sm99 {
    width: 98%;
}
.col_sm9 {
    width: 98%;
}
.testi h1 {
    margin: 1% 1% 1%;
}
.testi p {
    margin: 1% 1% 1%;
}

.col_sm8 {
    width: 98%;
}

.col_sm88 {
    width: 98%;;
}

}

@media only screen and (max-width:700px){
.pro_col_sm3 {
    width: 49%;
}
.pro_col_sm99 {
    width: 70%;
}
}

@media only screen and (max-width:600px){

.pro_col_sm99 {
    width: 80%;
}
}
@media only screen and (max-width:550px){
.pro_col_sm3 {
    width: 98%;
}
}
@media only screen and (max-width:500px){
.pro_col_sm99 {
    width: 98%;
}
}
		

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow{
	width:35px;
	height:38px;
	position:fixed;
	right:1%;
	bottom:18%;
	transition-duration: 1s;
	background-image:url('../images/top.png');
	cursor:pointer;
	background-repeat:no-repeat;
	z-index: 999;
	background-size:100% 100%;
}
.top_arrow:hover{
	width:35px;
	height:38px;
	position:fixed;
	right:1%;
	transition-duration: 1s;
	bottom:18%;
	cursor:pointer;
	background-image:url('../images/top-b.png');
	background-size:100% 100%;
}


.m-blk{
	display:none!important;
}



@media only screen and (max-width:1150px){
.inner_container{
	width:98%;
}
}


@media only screen and (max-width:1125px){
.top{
	width:98%;
}
.top2{
	width:96%;
}
}

@media only screen and (max-width:1033px){
.top_right {
    width: 724px;
}
}


@media only screen and (max-width:999px){
.navbar {
    width: 484px;
}
.top_right {
    width: 683px;
}
}

@media only screen and (max-width:960px){
.m-blk{
	display:block!important;
}
.navbar1{
	display:none;
}

.top {
    width: 100%;
}
.top_right {
    width: 100%;
	float:none;
}
.navbar {
    width: 100%!important;
	float:none!important;
	margin:0% auto!important;
	background-color: #068747!important;
}
.logo{
	margin:1% auto;
	float:none;
}
.logo2{
	margin:1% auto;
	float:none;
}

.top_main {
    position: static;
}
}

@media only screen and (max-width:900px){
.cont_col_sm3{
	width:100%;
}
.col_sm100 {
    width: 50%;
    float: none;
    margin: 1% auto;
}
.col_sm10 {
    width: 98%;
    float: left;
    margin: 1%;
}
}


@media only screen and (max-width:800px){
.p_col_sm3 {
    width: 49%;
}
.col_sm111{
	width:320px;
}
.col_sm11{
	width:98%;
	margin:2% auto;
}
.col_sm3{
	width:100%;
	float:none;
	margin:4% 0%;
	border:1px solid #dcdcdc;
	padding-bottom:20px;
}	
.col_sm22{
	width: 100%;
}
.col_sm222{
	width: 100%;
}
.brd_left {
    border-left: 0px;
    padding-left: 0px;
}
.col_sm4{
	width:100%;
}
.col_sm33{
	width:100%;
	margin:1% 0%;
}
.ftr_txt h1{
	margin:4% 0%;
}
.col_sm2{
	width:100%;
}
.ftr_right{
	text-align:left;
}
.col_sm100 {
    width: 60%;
}


}


@media only screen and (max-width:750px){
.page_link ul li a{
	padding:0% 2.5%;
}
.page_link2 ul li {
	padding:0% 2.5%;
}
}


@media only screen and (max-width:700px){
.col_sm100 {
    width: 70%;
}
}

@media only screen and (max-width:600px){
.col_sm100 {
    width: 80%;
}

.bullet ul {
    margin-left: 3%;
}

.bullet2 ul {
    margin-left: 5%;
}

.bullet3 ul {
    margin-left: 3%;
}

.call_em {
    width:98%;
    float: right;
    margin: 1%;
}
}


@media only screen and (max-width:525px){
.s_icon {
    display: none;
}
}

@media only screen and (max-width:550px){

.call{
	margin:2% 0%;
}
.email{
	margin:2% 0%;
}
.col_sm100 {
    width: 98%;
}
.p_col_sm3 {
    width: 98%;
}

.call_em {
    width: 355px;
}
}



@media only screen and (max-width:400px){
.bullet ul {
    margin-left: 5%;
}

.logo {
	width:80%;
    margin: 1% auto;
    float: none;
}
}

@media only screen and (max-width:360px){
.call_em {
    width: 320px;
}
}
