@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');

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;
}

.v_a_img{
	vertical-align:middle;
}

hr{
	border:0.5px solid #f1f1f1;
}


/*------------------------------------
Header
--------------------------------------*/
.top_main{
	width:100%;
	z-index: 999999;
    position: absolute;
}
.top{
	width:95%;
	margin:0 auto;
	max-width:1500px;
}

.top2{
	width:95%;
	margin:0 auto;
	max-width:1500px;
}


.logo{
	width:250px;
	float:left;
	margin:2% 1%;
}

.navbarrr{
	width:620px;
	float: left;
	margin: 0% 0% 0%;
}

.tagline{
	width:375px;
	float: right;
	margin: 0% 0% 0%;
}

.tagline p{
	font-family:'Poppins', sans-serif;
	color:#fff;
	font-size:16px;
	padding: 1%;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 3% 0% 0%;
}

.call_em{
	width:405px;
	float:right;
	margin:2.2% 1% 0%;
}

.call{
	width:220px;
	float:left;
	padding: 2.5% 1% 1% 7%;
}

.email{
	width:170px;
	float:left;
	padding:2.5% 1%;
	border-right:0.2px solid rgba(255, 255, 255, 0.7);
}

.call_em_txt{
	font-family:'Poppins', sans-serif;
	color:#000;
	font-size:17px;
	font-weight:400;
}

.call_em_txt .fa{
	font-size:16px !important;
	color:#fff;
}


.linkin{
	width: 30px;
	margin: 0 auto;
	padding-bottom: 1%;
}

.view_all{
    width: 130px;
    float: none;
	margin:4% auto 1%;
}

.bttn {
    width: 100%;
    padding: 7% 7%;
    font-size: 17px;
    text-align: center;
    font-family:'Poppins',sans-serif;
    background-color: #fff;
    color: #050f42;
    text-decoration: none;
    cursor: pointer;
    font-weight:500;
    border-radius: 5px;
}

.bttn:hover {
    background-color: #050f42;
    color: #fff;
}




/*-----------------------------
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: 50px;
    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:#000;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.col_sm1{
	width:100%;
	margin:0 auto;
}

.col_sm11{
	width:98%;
	margin:0 auto;
}

.col_sm2{
	width:48%;
	float:left;
	margin:1% 1%;
}
.col_sm22{
	width:50%;
    float: left;
}

.col_sm3{
	width:31%;
	float:left;
	margin:1%;
	position:relative;
}

.col_sm4{
	width:23%;
	margin:1%;
	float:left;
}
.col_sm5{
	width:18%;
	margin:1%;
	float:left;
}

.col_sm6{
	width:14.5%;
	margin:1%;
	float:left;
}

.col_sm8{
	width:40%;
	margin:1%;
	float:left;
}
.col_sm88{
	width:55%;
	margin:1%;
	float:left;
}

.col_sm9{
	width:12%;
	margin:1%;
	float:left;
}

.col_sm99{
	width:84%;
	margin:1%;
	float:left;	
}

.col_sm10{
	width:28%;
	float:left;
	margin:1%;
}

.col_sm100{
	width:65%;
	float:right;
	margin:1%;
}

.ab_shdw22 {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    background-color: rgb(255 255 255);
	margin:1% auto;
}

.ftr_menu ul li a {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 210%;
	font-weight: 500;
    font-size: 15px;
	text-transform:capitalize;
}

.ftr_menu ul {
    margin-left:10%;
}


/*--------------------------------------------------------------
partners-policies
--------------------------------------------------------------*/


.page_head2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-top: 3%;
    margin-right: 0%;
    margin-bottom: 1%;
    margin-left: 0%;
    border-left: 5px solid #050f42;
    padding-left: 1%;
}

.page_head {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-top: 3%;
    margin-right: 0%;
    margin-bottom: 1%;
    margin-left: 1%;
    border-left: 5px solid #050f42;
    padding-left: 1%;
}


.page_para {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight:400;
    margin: 1%;
}

.page_para span {
    color: #050f42;
    font-size: 17px;
    font-weight:600;
}


.pdf_icon{
	width:100px;
	float: none;
	margin: 0 auto;
}


.policy h1 {
    font-family: 'Poppins', sans-serif;
    font-size:16px;
    font-weight: 600;
    text-align: center;
    margin: 7% 1% 0%;
    color: #000;
    line-height: 130%;
    letter-spacing: 0px;
    min-height:70px;
    margin-bottom: 0px!important;
}

.ppro h1{ 
	font-family: 'Poppins', sans-serif;
    font-size:25px;
    font-weight: 600;
    text-align: justify;
    margin: 1% 1% 0%;
    color: #000;
    line-height: 130%;
    letter-spacing: 0px;
    margin-bottom: 0px!important;
}

.ppro p{ 
	font-family: 'Poppins', sans-serif;
    font-size:16px;
    font-weight: 500;
    text-align: justify;
    margin: 2% 1% 0%;
    color: #000;
    line-height: 150%;
    letter-spacing: 0px;
    margin-bottom: 0px!important;
}

.ppro h3{ 
	font-family: 'Poppins', sans-serif;
    font-size:16px;
    font-weight: 500;
    text-align: justify;
    margin: 4% 1% 0%;
    color: #000;
    line-height: 130%;
    letter-spacing: 0px;
    margin-bottom: 0px!important;
}

.ab_shdw3 {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    background-color: rgb(255 255 255);
}



/*--------------------------------------------------------------
about us
--------------------------------------------------------------*/
.who_home p {
    font-family:'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 150%;
    text-align: center;
    margin: 0% 1%;
    padding: 2% 1%;
}



.who_0 h1 {
    font-family:'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    color: #050f42;
    margin: 1%!important;
    text-align: center;
}

.who_0 p {
    font-family:'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 150%;
    text-align: center;
    margin: 1% 1%;
    padding: 2% 1%;
}


.who_0 p span{
    font-size: 16px;
    font-weight:500;
}

.img1{
	width: 42px;
	float: none;
	margin: 0 auto;
}

.img2{
	width:180px;
	float: none;
	margin: 0 auto;
}

.leadership h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 148%;
    text-align: center;
    margin: 0% 1% 0%!important;
    color: #000;
}

.leadership h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 150%;
    padding-bottom:2%;
    text-align: center;
    margin: 0.5% 1% 0%!important;
    color: #fff;
}

.leadership p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 150%;
    text-align: center;
    margin: 0% 0%;
    padding: 1% 1% 2%;
}

.pdg4 {
    padding: 1%;
}

.l_min_hgt{
	min-height:330px;
}


/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width:98%;
  margin:0 auto;
  float:none;
}

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: 1%;
  text-align: left;
  font-family:'PoppiNs', sans-serif;
  color:#000;
  font-weight:500;
  font-size:15px;
  line-height:140%;
  border: 1px solid #ddd;
}

table td b {
  font-weight:700;
  font-size:15px;
}

table th {
  font-size: .85em;
   font-family:'PoppiNs', sans-serif;
  color: #000;
  font-weight:600;
  font-size:16px;
}

.body_text1129 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: 'PoppiNs', sans-serif;
    text-align: left;
    padding: 1%;
    background-color: #050f42;
}


#tb tr:nth-child(even){background-color: #f2f2f2;}

.tab_part td p{
  padding: 1%;
  text-align: left;
  font-family:'PoppiNs', sans-serif;
  color:#000;
  font-weight:500;
  font-size:15px;
  line-height:140%;
  margin: 1% 0%;
}



/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/


.bg_clr1{
	background-color:#fff;
	padding: 1% 0.5%;
	border-radius: 15px;
	border: 1px solid #ddd;
}

.bg_clr6{
	background:rgba(5,15,66,0.8);
	border-radius:5px;
}

.bg_clr3{
	background-color:#101c5c;
	padding:20px 0px;
}

.bg_clr5{
	background-color:#050f42;
}

.bg_clr7{
	background-color:#f5f5f5;
}

.bg_clr8{
	background-color:#fff;
}

.hero1 {
    background-image: url(../images/testi_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 0px 0px;
}

.hero2{
    background-image: url(../images/tolk_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    padding: 0px 0px;
}

.hero3 {
    background-image: url(../images/policies.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    padding: 0px 0px;
}


/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/

.pdg{
	padding:2% 2% 0.5%;
}


.pdg2{
	padding:2% 2%;
}


.who h1{
	font-family: 'Poppins', sans-serif;
	font-size:26px;
	font-weight:400;
	line-height:150%;
	margin:0!important;
}

.who h1 span{
	font-family: 'Poppins', sans-serif;
	font-size:26px;
	font-weight:700;
	line-height:150%;
	color: #193053;
}

.who h2{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight:500;
	line-height:150%;
	text-align:justify;
	margin:1% 0% 1%;
}

.who p{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#000;
	line-height:160%;
	text-align:justify;
	margin:2% 0%;
}


.why h1{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight:500;
	line-height:130%;
	color:#000;
	padding: 1% 1%;
	margin:0!important;
}

.why p{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#000;
	line-height:160%;
	text-align:justify;
	margin:1% 0%;
	padding: 1% 1%;
}

.talk h1{
	font-family: 'Poppins', sans-serif;
	font-size:29px;
	font-weight:500;
	text-align:justify;
	margin:1% 1% 1%;
	color:#fff;
	line-height:120%;
	margin-bottom:0px!important;
}

.talk p{
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#fff;
	line-height:160%;
	letter-spacing: 1px;
	text-align:justify;
	margin:1% 1% 2%!important;
}



.servi h2{
	font-family: 'Poppins', sans-serif;
	font-size:30px;
	font-weight:400;
	line-height:148%;
	text-align:center;
	padding:1% 1% 1%;
	margin:0!important;
	color: #000;
}

.servi h2 span{
	font-weight:700;
	color: #193053;
}

.servi h1{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight:600;
	line-height:140%;
	text-align:center;
	padding:1% 1% 1%;
	margin:0!important;
	color: #fff;
}

.servi p{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#fff;
	line-height:160%;
	text-align:justify;
	margin:0% 0%;
	padding: 1% 1% 1%;
}

.servi p:hover{
	color:#fff;
}







.m-v-v h1{
	font-family: 'Poppins', sans-serif;
	font-size:24px;
	font-weight:500;
	text-align:justify;
	margin:2% 1% 0%;
	color:#fff;
	line-height:120%;
	margin-bottom:0px!important;
}

.m-v-v h2{
	font-family: 'Poppins', sans-serif;
	font-size:22px;
	font-weight:500;
	text-align:justify;
	margin:3% 1% 0%;
	color:#fff;
	line-height:120%;
	margin-bottom:0px!important;
}



.m-v-v p{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#fff;
	line-height:160%;
	text-align:justify;
	margin:1% 1% 2%!important;
}


.ftr_txt h1{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight:600;
	margin:0% 0% 10% 0%;
	color:#fff;
	text-transform:uppercase;
}

.ftr_txt3 h1{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight:600;
	margin:0% 0% 10% 10%;
	color:#fff;
	text-transform:uppercase;
}

.ftr_txt h2{
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	font-weight:500;
	margin:0% 0% 2% 0%;
	color:#fff;
}

.ftr_txt p{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	margin:1% 0%;
	line-height:150%;
	color:#fff;
	text-align:left;
	letter-spacing:0.5px;
}

.ftr_txt2 h1{
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	font-weight:500;
	margin: 1% 10% 1% 1%;
	line-height:150%;
	color:#fff;
	text-align:justify;
}


.ftr_txt2 p{
	font-family: 'Poppins', sans-serif;
	font-size:17px;
	font-weight:400;
	margin: 1% 8% 1% 1%;
	line-height:160%;
	color:#fff;
	letter-spacing:1px;
	text-align:justify;
}

.ftr_lt_txt{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:160%;
	color:#fff;
	margin:0;
}

.ftr_right{
	text-align:right;
}


/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/
.bullet  {
	width:100%;
	margin-top:0%;
}

.bullet ul {
    list-style-image:url(../images/bullet.png);
	margin-left:1%;
}

.bullet ul li{
	font-family:'Poppins', sans-serif;
	font-size:15px;
	line-height:160%;
	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:3%;
}

.bullet2 ul li{
	font-family:'Poppins', sans-serif;
	font-size:15px;
	line-height:160%;
	color:#fff;
	margin:0% 2% 0.1% 2%;
	text-decoration: none;
	font-weight:500;
}

/*--------------------------------------------------------------
contact page
--------------------------------------------------------------*/

.cnt_col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
    border: 1px solid #e9e9e9;
    background-color: #f3f3f3;
    min-height: 170px;
}

.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
}

.cont_pdg_sm3 {
    padding: 1% 1.5%;
}

.con_heading h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    margin: 3% 1% 1%;
    text-align: justify;
}

.con_heading h1 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 2% 1% 3%;
}

.con_heading h3 {
    font-family: 'Poppins', sans-serif;
    color: rgba(5, 15, 66);
    font-size:25px;
    font-weight: 600;
    padding:1% 1% 0%;
}

.cont_icn {
    width: 20px;
    float: left;
    margin: 1.5% 4% 0% 1%;
}

.cont_icn i {
    font-size: 20px;
}

.cont_txt_main {
    width: 80%;
    float: left;
}

.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    margin: 1%;
    text-align: justify;
}




.read-more {
    width: 160px;
    float: right;
    margin: 3% 1% 0%;
    background-color: #ffcb05;
    border-radius: 10px;
}

.read-more_btn {
    width: 100%;
    padding:7% 2%;
    font-size: 16px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    
}



/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow{
	width:35px;
	height:38px;
	position:fixed;
	right:1%;
	bottom:3%;
	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:3%;
	cursor:pointer;
	background-image:url('../images/top-b.png');
	background-size:100% 100%;
}



@media only screen and (max-width:800px){

.col_sm6 {
    width: 30.5%;
}

.ftr_txt3 h1 {
    margin: 0% 0% 4% 0%;
}

.ftr_menu ul {
    margin-left: 0%;
}

.col_sm99 {
    width:98%;
}
.col_sm9 {
    width:40%;
}
.testi h1 {
    margin: 1% 1% 1%;
}
.testi p {
    margin: 1% 1% 1%;
}
}


@media only screen and (max-width:1125px){
.top{
	width:98%;
}
.top2{
	width:96%;
}
}



@media only screen and (max-width:999px){
.navbarrr {
    width: 484px;
}
}



@media only screen and (max-width:1020px){
.navbarrr {
    width: 590px;
}
}


@media only screen and (max-width:1000px){
.tagline {
    width: 100%;
    float: none;
    margin: 0% auto;
}

.tagline p {
    font-size: 16px;
    text-align: center;
    padding: 1%;
    margin: 0% 0% 0%;
}

.call_em {
    display: none;
}
.logo {
    margin: 0% auto 1%;
	padding-top:1%;
    float: none;
}

.top {
    width: 100%;
}

.navbarrr {
    width: 100%!important;
	float:none!important;
	margin:0% auto!important;
	background-color: #004fa3!important;
}
}

@media only screen and (max-width:900px){

.col_sm5{
	width:31%;
}


.col_sm100 {
    width:98%;
    float: left;
    margin: 1%;
}

.col_sm22 {
    width: 100%;
    float: left;
}

.col_sm8 {
    width: 98%;
}

.col_sm88 {
    width: 98%;;
}
}


@media only screen and (max-width:800px){

.read-more {
    float: left;
    margin:0% 1% 0%;
}


.cnt_col_sm3 {
    width:98%;
    min-height: 130px;
}

.col_sm10 {
    width: 25%;
}

.view_all {
    margin: 0% 1% 1%;
}

.col_sm3{
	width:98%;
	float:none;
	margin:1%;
}	

.ftr_txt2 p {
    margin: 1% 1% 1% 1%;
}

.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;
}
}


@media only screen and (max-width:767px){
.top_main {
    background: rgba(5,15,66,0.9);
    position: relative;
}

.col_sm5{
	width:48%;
}
}



@media only screen and (max-width:600px){
.bullet ul {
    margin-left: 3%;
}

.bullet2 ul {
    margin-left: 5%;
}

.col_sm10 {
    width: 30%;
}
}

@media only screen and (max-width:500px){
.col_sm6 {
    width: 48%;
}
.call{
	margin:2% 0%;
}
.email{
	margin:2% 0%;
}

.call {
    width: 200px;
}

.call_em {
    width: 355px;
}

.col_sm5{
	width:98%;
}
}


@media only screen and (max-width:400px){
.bullet ul {
    margin-left: 5%;
}
.col_sm6 {
    width: 98%;
}
}

@media only screen and (max-width:360px){
.call_em {
    width: 320px;
}
}
