@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=Libre+Baskerville:wght@400;0,500;0,600;0,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&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;
}

p {
    margin-bottom: 0!important;
}


body {
	margin:0;
	padding:0;
    font-family:'Poppins', sans-serif;
}

.clear{
	clear:both;
}
.img{
	width:100%;
	display:block;
}

hr{
	border:0.5px solid #f1f1f1;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.top_main{
	width:100%;
	z-index: 999999;
    position: static;
}
.top{
	width:95%;
	margin:0 auto;
	max-width:1600px;
}

.top2{
	width:95%;
	margin:0 auto;
	max-width:1600px;
}

.logo{
	width:500px;
	float:left;
	margin:0.8%;
}

.navbarrr {
    width: 487px;
    float: right;
    margin: 1% 0% 0%;
}

.brd-btm{
    border-bottom: 0.5px solid #2b2d92;
}

.img{
	width:100%;
	display:block;
}

.vm-logo{
    width: 130px;
    margin: 0 auto;
}

.who h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 150%;
    color: #2c318c;
    margin: 1%!important;
}

.who h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    text-align: justify;
    color: #a8a8a8;
    margin: 1%!important;
}


.who p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #25283a;
    line-height: 160%;
    text-align: justify;
    margin: 1%;
}

.wel-pdg-top{
    padding-top:40px;
}

.wel-pdg-top1 {
    padding-top: 90px;
}

.img-radi{
    border-radius: 15px;
}

.read_mre{
	width: 160px;
	float: left;
	margin:3% 1% 1%;
}

.read_mre_btn {
	width: 100%;
	padding:7% 7%;
	font-size: 15px;
	text-align: center;
	font-family:'Poppins', sans-serif;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: 500;
	border-radius:50px;
	background-color: #01a85c;
}

.read_mre_btn:hover {
	background-color: #71ac16;
	color: #fff;
	border:1.5px solid #71ac16;
}

.bg_img-cont {
    background-image: url('../images/contact-bg.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}


.serv-bg{
    background-image: url('../images/serv-bg.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}


/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/

.contact_txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 1% 1% 0%;
    color: #122a5a;
}

.cont_col_sm3 {
    width: 23%;
    float: left;
    margin: 1%;
    background-color: rgb(255, 255, 255, 0.8);
    border: 1px solid #f5f5f5;
    min-height: 207px;
    border-radius: 5px;
}

.cont_pdg_sm3 {
    padding: 1% 1.5%;
}

.con_heading h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 2% 1% 2%;
    text-align: center;
}

.cont_icn {
    width: 26px;
    float: none;
    margin: 2% auto 1%;
}

.cont_icn i {
    font-size: 40px;
    color: #303593;
}

.cont_txt_main {
    width: 98%;
    float: left;
    margin: 1%;
}

.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
}

/*---------------------*/



.pro11 h2 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    /* letter-spacing: 0.5px; */
    line-height: 140%;
    padding: 10px;
    /* min-height: 58px; */
    /* margin: 1% 1% 0% !important; */
}


.brd1 {
    border: 1px solid #fff;
    border-radius: 0px 0px 20px 20px;
}
.read_mre-up {
    width: 160px;
    float: right;
    margin: 1% 1% 1%;
}

.design-head h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 150%;
    color: #2c318c;
    margin: 1% 0.5% !important;
    text-align: justify;
}

.design-head p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #25283a;
    line-height: 140%;
    text-align: justify;
    margin: 1%;
}

.design-head-vm p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #25283a;
    line-height: 140%;
    text-align: center;
    margin: 1%;
}

.design-head-vm h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #25283a;
    line-height: 140%;
    text-align: center;
    margin: 1%;
}

.read_mre{
	width: 160px;
	float: left;
	margin:3% 1% 1%;
}

.read_mre_btn {
    width: 100%;
    padding: 7% 7%;
    font-size: 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
    /* cursor: pointer; */
    font-weight: 500;
    border-radius: 5px;
    /* border: 1.5px solid #fff; */
    background-color: #466fbf;
}

.read_mre_btn:hover {
	background-color: #002367;
	color: #fff;
	border:1.5px solid #002367;
}

.read_mre-1 {
    width: 160px;
    float: none;
    margin: 0% auto;
}

.counter2 h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 140%;
    color:#000000;
    font-weight: 600;
}

.counter2 {
    width:31%;
    float: left;
    margin: 1%;
    text-align: center;
    padding: 1% 0% 1% 0%;
}

.counter2 h1 span {
    font-family:'Poppins', sans-serif;
    color: #000000;
    font-weight: 500;
    font-size: 28px;
}

.brd-left{
    border-Right: 1px solid #a1a1a1;
}

.infra_icon {
    width: 100px;
    margin: -14% auto 5%;
    position: relative;
}

.infra_icon1 {
    width: 100px;
    margin: -6% auto 0%;
    position: relative;
}

/*-----------certi-----------*/

.serv-head h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 150%;
    color: #fff;
    margin: 1% 0.5% !important;
    text-align: center;
}

.clent-head h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 150%;
    color: #2c318c;
    margin: 1% 0.5% !important;
    text-align: center;
}

.clint-brd{
    border: 1px solid #c3c3c3;
}

/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width:98%;
  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:'PoppiNs', sans-serif;
  color:#000;
  font-weight:500;
  font-size:15px;
  line-height:140%;
  border: 1px solid #ddd;
}




.body_text111 {
  padding: 0.6%;
  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;
}

.body_text1129{
    font-size: 18px;
    font-weight:600;
    color: #33348e;
    font-family:'PoppiNs', sans-serif;
    text-align:left;
    padding: 0.6%;
}


.t_hed{
    font-size: 20px;
    font-weight:600;
    color: #fff;
    font-family:'PoppiNs', sans-serif;
    text-align:left;
    text-transform: uppercase;
}

/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 10px;
  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: 130px;
    right: 10px;
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/

.banner{
	width:100%;
	position:relative;
}

.link{
	text-decoration:none;
	color:#fff;
}

.link:hover{
	text-decoration:none;
	color:#fff;
}

.link2{
	text-decoration:none;
	color:#303030;
}

.link3{
	text-decoration:none;
	color:#002367;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.col_sm1{
	width:100%;
	margin:0 auto;
}

.col_sm1-1{
    width:100%;
    margin:1%;
}


.col_sm2{
	width:48%;
	float:left;
	margin:1% 1%;
}


.col_sm2-1 {
    width: 48%;
    float: left;
    margin: 0% 1%;
}

.col_sm3{
	width:31%;
	float:left;
	margin:1%;
}

.col_sm4{
	width:23%;
	margin:1%;
	float:left;
}

.col_sm5{
	width:18%;
	margin:1%;
	float:left;
}

.col_sm8{
	width:38%;
	margin:1%;
	float:left;
}
.col_sm88{
	width:58%;
	margin:1%;
	float:left;
}

.what_we_col_sm3{
	width:96%;
	float:left;
	margin:1% 2%;
}

.bg_clr6{
	background: #f4f4ff;
}

.bg_clr3{
	background-color:#e9e9e9;
	padding:20px 0px;
}

.bg_clr8-1 {
    background-color: rgb(255, 255, 255, 0.7);
}

.brd-1 {
    border: 4px solid #fff;
}

.vision h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
    color: #353535;
    text-align: center;
}

.vision p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 170%;
    text-align: center;
    margin: 2% 2%;
    padding: 0% 4%;
}

.ftr-logo {
    width: 330px;
    float: left;
    margin: 1%;
}

.ftr_icon{
	width:10%;
	float:left;
	margin:1%;
}

.ftr_icon .fa{
	font-size: 20px;
	color:#000;
}

.ftr_txt{
    width: 85%;
    float: left;
	margin:1%;
}

.ftr_txt h1{
	font-family:'Poppins', sans-serif;
	font-size:23px;
	font-weight:500;
	margin:0% 0% 8% 0%;
	color:#000;
}

.ftr_txt p{
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	font-weight:500;
	margin:0% 0%;
	line-height:160%;
	color:#000;
	text-align:justify;
}

.ftr_lt_txt{
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	font-weight:500;
	line-height:160%;
	color:#000;
	margin:0;
}

.ftr_right{
	text-align:right;
}

.ftr_txt-2{
    width: 85%;
    float: left;
    margin:1%;
}

.ftr_txt-2 p{
    font-family: 'Poppins', sans-serif;
    font-size:15px;
    font-weight:500;
    margin:0% 0%;
    line-height:160%;
    color:#000;
    text-align:justify;
}

.pdg-top-img{
    padding-top: 50px;
}

/*--------------------------------------------
Bullet
--------------------------------------------*/

.bullet  {
    width:100%;
/*    margin-top:1%;*/
}

.bullet ul {
    list-style-image:url(../images/bullet1.png);
    margin-left:2%;
}
.bullet ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 140%;
    color: #25283a;
    margin: 0% 2% 0.1% 2%;
    text-decoration: none;
    font-weight: 400;
    text-align: justify;
}

.bullet ul li span{
    color:#25283a;
    font-size:17px;
    font-weight:500;
}

.bullet1  {
    width:100%;
/*    margin-top:5%;*/
}

.bullet1 ul {
    list-style-image:url(../images/bullet1.png);
    margin-left:4%;
}
.bullet1 ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 140%;
    color: #25283a;
    margin: 0% 2% 0.1% 2%;
    text-decoration: none;
    font-weight: 400;
    text-align: justify;
}

.bullet1 ul li span{
    color:#25283a;
    font-size:17px;
    font-weight:500;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/

.top_arrow{
	width:29px;
	height:29px;
	position:fixed;
	right:1%;
	bottom:6%;
	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:29px;
	height:29px;
	position:fixed;
	right:1%;
	transition-duration: 1s;
	bottom:6%;
	cursor:pointer;
	background-image:url('../images/top-b.png');
	background-size:100% 100%;
}

@media only screen and (max-width:1400px){
    .ftr-logo {
    width: 270px;
    }
}

@media only screen and (max-width:1560px){

.bullet1 ul li {
    font-size: 14px;
    text-align: left;
}
}


@media only screen and (max-width:1300px){
    .ftr-logo {
    width: 247px;
    }
    .counter2 h1 sub {
    font-size: 10px;
    }   
    .pro11 h2 {
    min-height: 72px;
    }
}

@media only screen and (max-width:1200px){

}

@media only screen and (max-width:1125px){
.top{
	width:98%;
}

.top2{
	width:96%;
}

.logo_rigt {
    width:760px;
}

}

@media only screen and (max-width:1000px){

}


@media only screen and (max-width:1000px){
.navbarrr {
    width: 523px;
}
.logo_rigt {
    width: 660px;
}
}


@media only screen and (max-width:960px){

.logo {
    margin: 0% auto 1%;
    padding-top: 1%;
    float: none;
    width: 300px;
}

.top {
    width: 100%;
}
.navbarrr {
    width: 100%!important;
	float:none!important;
	margin:0% auto!important;
	background-color: #1948b9!important;
}

.logo_rigt {
    width: 100%;
    float: right;
}

.ftr_txt h1 {
    margin: 1%;
}
.ftr_icon {
    width: 3%;
}

.ftr_txt-2 {
    width: 98%;
}

.col_sm8 {
    width: 98%;
}
.col_sm88 {
    width: 98%;
}

.col_sm2 {
    width: 98%;
}


}

@media only screen and (max-width:900px){

.col_sm4 {
    width: 98%;
}



}


@media only screen and (max-width:800px){
.wel-pdg-top1 {
    padding-top: 0px;
}

.col_sm2-1 {
    width: 98%;
    float: left;
    margin: 0% 1%;
}

.col_sm8 {
    width: 98%;
}

.col_sm88 {
    width: 98%;;
}

.col_sm3{
	width:98%;
	float:none;
	margin:1%;
}	

.ftr_txt h1{
	margin:4% 0%;
}

.col_sm2 {
    width: 98%;
}

.ftr_right{
	text-align:left;
}

.pro11 h2 {
    min-height:90px;
}

.pro11 p {
    min-height:145px;
}

.ftr_icon {
    width: 3%;
}

}


@media only screen and (max-width:600px){
.brd-left {
     border-Right: none; 
    border-bottom: 1px solid #a1a1a1;
}
.top22 {
    width: 98%;
}

.counter2 {
    width: 98%;
}
.cont_col_sm3 {
    width: 98%;
}

}

@media only screen and (max-width:500px){

.ftr_icon {
    width: 5%;
}
}

@media only screen and (max-width:450px){
.counter2 {
    width: 98%;
}

.who h2 {
    font-size: 18px;
}

.design-head h2 {
    font-size: 22px;
}

.bullet ul {
    margin-left: 6%;
}


}


@media only screen and (max-width:400px){

.ftr_icon {
    width: 8%;
}

.read_mre {
    width: 160px;
    float: none;
    margin: 10px auto;
}

}


@media only screen and (max-width:360px){

.design-head h2 {
    font-size: 28px;
}
}