@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

p {
  margin: 0 !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

.clear {
  clear: both;
}

.img {
  width: 100%;
  display: block;
}

.v_a_img {
  vertical-align: middle;
}

.link {
  color: #fff !important;
  text-decoration: none !important;
}



/*-----------------------------
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;
  }
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.col_sm1 {
  width: 100%;
}

.col_sm2 {
  width: 48%;
  float: left;
  margin: 1%;
}

.col_sm22 {
  width: 50%;
  float: left;
}

.col_sm3 {
  width: 31%;
  float: left;
  margin: 1%;
}

.col_sm4 {
  width: 23%;
  float: left;
  margin: 1%;
}

.col_sm18 {
  width: 18%;
  float: left;
  margin: 1%;
}

.col_sm8 {
  width: 65%;
  float: left;
  margin: 1%;
}

.col_sm88 {
  width: 30%;
  float: right;
  margin: 1%;
}

.col_sm5 {
  width: 48%;
  float: left;
  margin: 1%;
}

.news_sm8 {
  width: 22%;
  float: left;
  margin: 1%;
}

.news_sm88 {
  width: 73%;
  float: right;
  margin: 1%;
}

.col_sm9 {
  width: 35%;
  float: left;
  margin: 1%;
}

.col_sm99 {
  width: 60%;
  float: left;
  margin: 1%;
}

.top {
  width: 95%;
  margin: 0 auto;
  max-width: 1440px;
}

.top2 {
  width: 95%;
  margin: 0 auto;
  max-width: 1440px;
}

.call_sm {
  width: 50%;
  float: left;
}

.call_sm .fa {
  font-size: 26px;
  vertical-align: middle;
  margin-right: 11px;
}

.call_sm p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 270%;
}

.s_icon {
  width: 195px;
  float: right;
}

.s_icon .fa {
  width: 35px;
  height: 45px;
  border-right: 1px solid #186da7;
  line-height: 279%;
  color: #fff;
  font-size: 16px;
}

.s_icon .fa:first-child {
}

.logo {
  width: 565px;
  float: left;
  margin: 1% 1%;
}

.call_em2 {
  width: 400px;
  float: right;
  margin: 2.8% 0%;
}

.mail {
  width: 350px;
}
.call_em_icon {
  width: 50px;
  float: left;
}
.call_em_icon .fa {
  font-size: 45px;
  color: #201b4f;
}
.call_em_txt {
  width: 280px;
  float: right;
}

.call_em_txt p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 160%;
  color: #2e2e2e;
}
.call_em_txt span {
  font-weight: 600;
  font-size: 20px;
}

.navbarr {
	width: 900px;
	float: left;
}

.banner {
  width: 100%;
  position: relative;
  top: -35px;
}

.banner3 {
  width: 40%;
  margin: 1% auto;
  float: none;
}

.welcome h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #727272;
  margin-bottom: 10px;
}

.welcome h1 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  color: #1b75b3;
  font-weight: 600;
  line-height: 150%;
}

.welcome .brdder_box {
  position: relative;
  display: block;
  width: 80px;
  height: 7px;
  margin: 15px 0px 30px 0px;
}
.welcome .brdder_box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #f5cf30;
}
.welcome .brdder_box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  content: "";
  background: #1b75b3;
}
.welcome p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 160%;
  text-align: justify;
}

.tagline {
  background-color: #201b4f;
  padding: 30px 0px;
}
.tagline h1 {
  position: relative;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.4em;
  float: left;
  font-family: "Poppins", sans-serif;
}
.tagline a {
  position: relative;
  float: right;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: -3px;
  text-decoration: none;
  background-color: #0c8544;
  padding: 10px 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.tagline h2:after {
}

.welcome2 {
  text-align: center;
  margin: 0% 1%;
}
.welcome2 h1 {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  color: #1b75b3;
  font-weight: 600;
}
.welcome2 .brdder_box {
  position: relative;
  display: block;
  width: 80px;
  height: 7px;
  margin: 15px auto 30px auto;
}
.welcome2 .brdder_box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #f5cf30;
}
.welcome2 .brdder_box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  content: "";
  background: #1b75b3;
  right: 0;
  margin: 0 auto;
}

.welcome2 .brdder_box2 {
  position: relative;
  display: block;
  width: 80px;
  height: 7px;
  margin: 15px auto 30px auto;
}
.welcome2 .brdder_box2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
}
.welcome2 .brdder_box2:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  content: "";
  background: #fff;
  right: 0;
  margin: 0 auto;
}

.welcome2 p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
  color: #000;
}

.product_sm3 {
  width: 23%;
  float: left;
  margin: 1%;
  -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 rgba(0, 0, 0, 0.75);
}
.product_sm3 .image {
  position: relative;
  overflow: hidden;
}
.product_sm3 .image img {
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.product_sm3 .image h1 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #e7b904;
  color: #000;
  line-height: 160%;
  padding: 10px 0px;
  width: 80%;
  text-align: center;
}
.product_sm3:hover .image img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.product_sm3 .des {
  padding: 20px;
}
.product_sm3 .des p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 160%;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.product_sm3 .des a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: #1b75b3;
  font-weight: 600;
  text-transform: uppercase;
}
.product_sm3 .des .fa {
  font-size: 18px;
  margin-left: 5px;
}

.why_sm4 {
  width: 23%;
  float: left;
  margin: 1%;
  -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 rgba(0, 0, 0, 0.75);
  padding: 20px;
  text-align: center;
  min-height: 350px;
  border-radius: 10px;
  background-color: #fff;
}
.why_sm4 h1 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #201b4f;
  line-height: 160%;
  margin: 20px 0px;
}
.why_sm4 img {
}
.why_sm4 p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 160%;
  margin-top: 30px !important;
}

/*--------*/
.application_list ul {
  list-style-image: url(../../assets/images/bullet3.png);
  margin-left: 3%;
}

.application_list ul li {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 125%;
  margin: 3% 0%;
  color: #000;
}
/*---------*/
.application_list_1 ul {
  list-style-image: url(../../assets/images/bullet3.png);
  margin-left: 2%;
}

.application_list_1 ul li {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 125%;
  margin: 2% 0%;
  color: #000;
}
/*---------*/
.application_list_2 ul {
  list-style-image: url(../../assets/images/bullet3.png);
  margin-left: 2%;
}

.application_list_2 ul li {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 125%;
  margin: 2% 0% 0% 3%;
  color: #000;
}
/*-------*/

.testimonial {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  position: relative;
  margin-top: 80px;
}
.testimonial .image {
  width: 130px;
  margin: 0 auto;
}
.testimonial .image img {
  border-radius: 50%;
  margin-top: -85px;
  z-index: 9999;
}
.testimonial .content {
  margin-top: 22px;
  padding: 0px 40px;
}
.testimonial .content p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  text-align: center;
  line-height: 160%;
  color: #000;
}
.testimonial .content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 160%;
  color: #0c8544;
  font-weight: 600;
  margin-top: 17px;
}
.testimonial .fa {
  position: absolute;
  top: 32px;
  left: 32px;
  font-size: 40px;
  color: #000;
  opacity: 0.1;
}

.footer {
  background-color: #1b75b3;
  padding: 50px 0px 0px 0px;
}
.ftr_sm4 {
  width: 23%;
  float: left;
  margin: 1%;
}

.ftr_logo img {
}
.ftr_logo p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 160%;
  color: #a8a8a8;
  margin-top: 20px !important;
}
.ftr_head {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
.ftr_link ul li {
  margin-bottom: 5%;
}
.ftr_link ul li a {
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-decoration: none;
  line-height: 160%;
  font-size: 15px;
}
.contact p {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 160%;
  margin-top: 5px !important;
}

.contact p span {
  font-weight: 400;
  font-size: 16px;
}

.ftr_sm2 {
  width: 50%;
  float: left;
}
.ftr_brd {
  border-top: 1px solid #126dac;
  margin-top: 25px;
}
.ftr_sm2 p {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 15px;
  padding: 25px 0px;
}
.ftr_sm2 a {
  color: #fff;
  text-decoration: none;
}
.txt_right {
  text-align: right;
}

.video_txt {
  padding-top: 20px;
}
.video_txt h1 {
  position: relative;
  color: #000;
  font-size: 32px;
  line-height: 1.4em;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.video_txt h2 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 150%;
  color: #000;
  margin-top: 15px;
  text-align: justify;
}


.solutions {
  
}

.solutions h1 {
  position: relative;
  color: #000;
  font-size: 22px;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding-top: 20px;
}

.solutions h2 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  margin-top: 15px;
  text-align: center;
}
.solutions p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 150%;
  color: #000;
  margin-top: 15px;
  text-align: left;
}

.certification {
  width: 200px;
  float: right;
  margin: 25px 0px;
  text-align: right;
}

.certification .cer_sm3 {
  width: 100%;
  float: right;
}

.cer_sm3 p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #000;
  margin-top: 15px !important;
  text-align: right;
}

.client img {
  border: 1px solid #e3e3e3;
}

.news_mian {
  background-color: #1b75b3;
  padding: 30px 0px;
}
.news_head {
}

.news_head h1 {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}

.news_head p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 150%;
  text-align: justify;
}

.news_panel {
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  background-color: #fff;
}

.news_panel h1 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}
.news_panel a {
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  background: #0c8544;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #fff;
}


/*----bullet-------*/
.bullet ul {
    list-style-image:url(../images/bullet2.png);
    margin-left:0%;
}
.bullet ul li{ 
  font-family: 'PoppiNs', sans-serif;
  color: #000;
    font-weight: 400;
  font-size:15px; 
  margin:2% 0%;
  line-height:150%;
  text-align:justify;
  margin:2% 1% 2% 4%; 
}
.bullet ul li span{  
    font-weight: 600;
}
.bullet ul li{
  text-align:left;
}
.bullet ul {
    margin-left: 1%;
}
/********** PD start ***************/

.mg-20 {
  margin: 20px 0px;
}
.mg-40 {
  margin: 40px 0px;
}
.pd-20 {
  padding: 40px 0px;
}
.pd-40 {
  padding: 40px 0px;
}
.pd-60 {
  padding: 60px 0px;
}

.pd-all-20 {
  padding: 20px;
}
.pd-left-20 {
  padding-left: 40px;
}

/********** PD end ***************/

/********** BG start ***************/
.border{
  border: 1px solid #ccc;
}

.bg_clr1 {
  background-color: #1b75b3;
}
.bg_clr2 {
	background-color: #f5cf30;
	border-radius: 5px;
	padding: 0px 20px;
	z-index: 99999;
	position: relative;
}
.bg_clr3 {
	background-color: #f5cf30;
	padding: 30px 0px;
}
.bg_clr4 {
  background-color: #25234a;
}
.bg_clr5 {
  background-color: #ebebeb;
}
.bg_img1 {
  background-image: url("../../assets/images/wencome-bg.jpg");
  background-position: center;
  padding: 50px 0px;
}
.bg_img2 {
  background-image: url("../../assets/images/bg2.jpg");
  background-position: center;
  padding: 50px 0px;
}

.mg-top-35 {
  margin-top: -35px;
}

.txt_white {
  color: #fff !important;
}
.bg_clr7 {
  background-color: #cfcfcf;
}
/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/
.con_icon {
  width: 130px;
  float: none;
  margin: 1% auto;
}

.c_icon_txt {
  width: 98%;
  float: right;
}

.c_txt {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
}

.c_txt span {
  font-weight: 600;
  font-size: 15px;
}

.con_main_head {
  font-family: "Roboto", sans-serif;
  color: #005fa1;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 1%;
  padding-left: 1%;
}
.c_link2 {
  color: #000;
  text-decoration: none;
}

.c_col_sm8 {
  width: 98%;
  margin: 1%;
  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: 2% 3% 2% 3%;
}

.page_heading {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin: 2% 0% 0% 1%;
  color: #333;
  padding-left: 10px;
  border-left: 6px solid #1b75b3;
}

.page_sub_heading {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 2% 1% 1% 1%;
  color: #fff;
  padding: 1% 1%;
  background-color: #1b75b3;
}

.product_head {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 2% 0%;
  color: #333;
  line-height: 140%;
}

.product_sub {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 3% 0% 2% 0%;
  color: #333;
}

.divider {
  border: 1px dashed #dbdbdb;
  margin: 1% 0%;
}
.specification {
  width: 150px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-weight: 600;
  /* border: 2px solid #333; */
  border-left: 8px solid #f7c501;
  font-size: 13px;
  text-decoration: none;
}

.specification:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.pd_brd {
  border: 1px solid #e6e6e6;
  padding: 10px 0px 30px 0px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(156, 156, 156, 1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(156, 156, 156, 1);
  box-shadow: 0px 0px 2px 0px rgba(156, 156, 156, 1);
  min-height: 385px
}
.txt_pd_ctr {
  text-align: center;
}
/********** BG end ***************/
/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 2%;
  bottom: 7%;
  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: 36px;
  height: 36px;
  position: fixed;
  right: 2%;
  transition-duration: 1s;
  bottom: 7%;
  cursor: pointer;
  background-image: url("../images/top-b.png");
  display: none;
}

.owl-prev {
  position: absolute;
  left: 0;
  top: 40%;
}

.owl-next {
  position: absolute;
  right: 0;
  top: 40%;
}

.owl-prev .fa,
.owl-next .fa {
  font-size: 15px;
  background-color: #1b75b3;
  padding: 10px;
  color: #fff;
}
.product_head {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin: 3% 0%;
  color: #333;
}

.product_head2 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 8% 0% 1% 0%;
  color: #333;
  padding: 0px 10px;
  text-align: center;
}

.product_sub {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 3% 0% 2% 0%;
  color: #333;
}

.product_dec {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  color: #333;
  text-align: center;
  text-transform: capitalize;
}

@media only screen and (max-width: 1200px) {
  .top2 {
    width: 98%;
  }
}

@media only screen and (max-width: 900px) {
  .col_sm9 {
    width: 98%;
  }

  .col_sm99 {
    width: 98%;
  }

  .product_sm3 {
    width: 48%;
  }
}

@media only screen and (max-width: 800px) {
  .col_sm3 {
    width: 98%;
  }
  .logo {
    width: 565px;
    float: none;
    margin: 1% auto;
  }

  .col_sm4 {
    width: 98%;
    float: left;
    margin: 1%;
  }

  .banner {
    top: 0px;
  }

  .cer_sm3 p {
    margin-top: 0px !important;
    text-align: center;
    font-size: 18px;
  }

  .certification {
    width: 200px;
    float: none;
    margin: 2% auto;
  }

  .call_sm {
    width: 100%;
  }

  .s_icon {
    width: 195px;
    float: left;
  }

  .col_sm2 {
    width: 98%;
  }

  .ftr_sm4 {
    width: 98%;
  }

  .pd-left-20 {
    padding-left: 0px;
  }

  .ftr_link ul li {
    margin-bottom: 1%;
  }

  .ftr_sm2 {
    width: 98%;
  }

  .txt_right {
    text-align: left;
  }

  .ftr_sm2 p {
    padding: 10px 0px;
  }
}

@media only screen and (max-width: 600px) {
  .news_sm8 {
    width: 98%;
  }
  .news_sm88 {
    width: 98%;
  }
  .call_sm .fa {
    font-size: 18px;
  }
  .call_sm p {
    font-size: 14px;
    line-height: 200%;
  }
}

@media only screen and (max-width: 575px) {
  .logo {
    width: 98%;
  }
}

@media only screen and (max-width: 550px) {
  .product_sm3 {
    width: 98%;
  }
  .s_icon {
    width: 193px;
    float: left;
    display: none;
  }
}
