/*Font*/

/*Regular*/

@font-face
{
  font-family: 'Axiforma_Regular';
  src: url('../font/Axiforma/Kastelov - Axiforma Regular.otf') format('truetype');
}

/*Bold*/

@font-face
{
  font-family: 'Axiforma_SemiBold';
  src: url('../font/Axiforma/Kastelov - Axiforma SemiBold.otf') format('truetype');
}

/*Medium*/

@font-face
{
  font-family: 'Axiforma_Medium';
  src: url('../font/Axiforma/Kastelov - Axiforma Medium.otf') format('truetype');
}

/*Light*/

@font-face
{
  font-family: 'Axiforma_Light';
  src: url('../font/Axiforma/Kastelov - Axiforma Light.otf') format('truetype');
}

/*Font*/

/*Common Code*/

.common_width 
{
  max-width: 85vw;
  margin: 0vw auto;
}

/*Common Code*/

/*Header*/

.desktop_header
{
  display: block;
}

.mobile_header
{
  display: none;
}

/*.sticky 
{
  position: sticky;
  top: 0px;
  z-index: 11111;
}*/

.header_cf
{
  background-color: #fff;
}

.header_con
{
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}

.header_logo
{
  width: 16vw;
}

.header_col_1
{
  display: grid;
  align-items: center;
}

.header_menu li 
{
  padding: 0.9vw 0.9vw 0.5vw;
}

.header_menu li a 
{
  padding: 0vw !important;
  color: #000000cc;
  font-size: 1vw;
  font-family: 'Axiforma_Medium';
  text-transform: uppercase;
  position: relative;
}

.header_menu li a:focus, .header_menu li a:hover 
{ 
  color: #419A9E;
}

.header_menu li a:after 
{    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 0.1vw;
  left: 50%;
  position: absolute;
  background: #419A9E;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.header_menu li a:hover:after 
{ 
  width: 100%; 
  left: 0; 
}

.header_icons
{
  padding-left: 1vw;
}

.header_icons i 
{
  font-size: 1.4vw;
  color: #000000e6;
}

.header_icons i:focus, .header_icons i:hover
{
  color: #419A9E;
}

/*Header*/

/*Footer*/

.footer_linkedinicon
{
    font-size: 1.1vw;
}

.footer_logo_txt
{
    color: #fff;
    text-decoration: none;
    font-size: 1.1vw;
    letter-spacing: 0.1vw;
    text-transform: uppercase;
}

.footer_a
{
    text-decoration: none;
}

.footer_cf
{
/*  margin-top: 5vw;*/
/*  background-color: #419A9E;*/
  background-color: #4e8285;
  padding-top: 4vw;
  /*padding-bottom: 1.5vw;*/
  margin-bottom: 0vw;
  display: grid;
  align-items: end;
}

.footer_logo
{
  width: 15vw;
}

.footer_col1
{
  padding-right: 0vw;
}

.footer_col1::after 
{
  content: "";
  position: relative;
  border-left: 0.1vw solid #80C9D1;
  height: 3vw;
  display: block;
  bottom: 4vw;
  left: 17.5vw;
}

.footer_col2
{
  padding-left: 0vw;
  padding-right: 0vw;
}

.footer_txt
{
  color: #fff;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.5vw;
  margin-bottom: 1vw;
  font-family: 'Axiforma_Light';
  letter-spacing: 0.1vw;
  width: 35vw;
}

.footer_readmore
{
  color: #fff;
  font-weight: 400;
  font-size: 0.8vw;
  line-height: 1.5vw;
  margin-bottom: 0vw;
  font-family: 'Axiforma_Regular';
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  padding: 0.7vw 2vw 0.5vw;
  border: 0.1vw solid #fff;
  border-radius: 2vw;
}

.footer_readmore:hover
{
  color: #186263;
  border: 0.1vw solid #186263;
}

.footer_col3
{
  text-align: right;
}

.footer_icons_span 
{
  letter-spacing: 0.2vw;
}

/*.footer_fb_icon 
{
  font-size: 0.9vw;
  color: #fff;
  background: transparent;
  border: 0.1vw solid #fff;
  padding: 0.7vw 0.7vw;
  border-radius: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;
}

.footer_fb_icon:hover
{
  color: #000000e6;
  background: transparent;
  border: 0.1vw solid #000000e6;
}*/

.footer_icon 
{
  /*font-size: 0.9vw;
  color: #fff;
  background: transparent;
  border: 0.1vw solid #fff;
  padding: 0.8vw 0.8vw;
  border-radius: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;*/

  font-size: 1.3vw;
  color: #fff;
  background: transparent;
  border: 0.1vw solid #fff;
  padding: 0.6vw 0.6vw;
  border-radius: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;
}

.footer_icon:hover
{
  color: #000000e6;
  background: transparent;
  border: 0.1vw solid #000000e6;
}

.footer_hr
{
  color: #fff;
  height: 0.1vw;
  opacity: 1;
  margin: 3vw 0vw;
}

.footer_head
{
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.8vw;
  font-family: 'Axiforma_Medium';
  margin-bottom: 0.9vw;
}

.footer_menu 
{
  color: #fff;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.8vw;
  margin-bottom: 0vw;
  font-family: 'Axiforma_Light';
  letter-spacing: 0.1vw;
  text-decoration: none;
  display: block;
  width: fit-content;
}

.footer_menu:hover
{
  color: #000000e6;
}

.context 
{
  color: #fff;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.5vw;
  margin-bottom: 0vw;
  font-family: 'Axiforma_Light';
  letter-spacing: 0.1vw;
  padding-left: 1vw;
}

.footer_div1
{
  display: inline-flex;
}

.footer_con_icon
{
  font-size: 1.2vw;
  color: #fff;
}

.footer_div2
{
  display: inline-flex;
}

.footer_mail
{
  color: #fff;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.5vw;
  margin-bottom: 0vw;
  font-family: 'Axiforma_Light';
  letter-spacing: 0.1vw;
  padding-left: 1vw;
  text-decoration: none;
}

.footer_mail:hover
{
  color: #000000e6;
}

.footer_div3
{
  margin-top: 1vw;
}

.footer_con_icon2
{
  font-size: 1.2vw;
  color: #fff;
  transform: rotate(90deg);
  float: left;
  margin-top: 0.8vw;
}

.footer_phn 
{
  padding-left: 1vw;
}

.footer_phn a
{
  color: #fff;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.5vw;
  margin-bottom: 0vw;
  font-family: 'Axiforma_Light';
  letter-spacing: 0.1vw;
  padding-left: 1vw;
  text-decoration: none;
}

.footer_phn a:hover
{
  color: #000000e6;
}

.footer_col5
{
  width: 30%;
}

.footer_col6
{
  width: 50%;
}

.footer_col7
{
  width: 20%;
  margin-top: 2.6vw;
}

.footer_hr_2
{
  color: #fff;
  height: 0.1vw;
  opacity: 1;
  margin: 3vw 0vw 2vw;
}

.footer_copy
{
  color: #fff;
  font-weight: 400;
  font-size: 0.9vw;
  line-height: 1.5vw;
  margin-bottom: 0vw;
  font-family: 'Axiforma_Light';
  letter-spacing: 0.1vw;
  position: relative;
  top: 0.3vw;
}

.footer_col9
{
  text-align: center;
}

.footer_col10
{
  text-align: center;
/*  margin-top: 0.9vw;*/
}

.footer_col10 span
{
  color: #fff;
  font-weight: 400;
  font-size: 0.9vw;
  line-height: 1.8vw;
  margin-bottom: 0vw;
  font-family: 'Axiforma_Light';
  letter-spacing: 0.1vw;
}

.footer_link
{
  color: #fff;
  font-weight: 400;
  font-size: 0.9vw;
  line-height: 1.8vw;
  margin-bottom: 0vw;
  font-family: 'Axiforma_Light';
  letter-spacing: 0.1vw;
  text-decoration: none;
}

.footer_link:hover
{
  color: #000000e6;
}

/*Footer*/

.index_body
{
  overflow: hidden;
}

.slider-inner img 
{
  width: 100%;
/*  height: 100vh;*/
}

.slider_item
{
  position: relative;
}

.slider_txt
{
  position: absolute;
  right: 0;
  bottom: 13vw;
  left: 12vw;
}

.slider_txt p 
{
  color: #000000e6;
  text-align: left;
  margin-bottom: 0px;
  line-height: 3.2vw;
  font-size: 2.1vw;
  font-family: 'Axiforma_Regular';
}

.slider_txt2 p 
{
  color: #fff;
}

.slider_txt p span 
{
  font-family: 'Axiforma_SemiBold';
}

.slider_btn 
{
  color: #fff;
  border: 0.1vw solid #186263;
  padding: 1vw 2.5vw 0.7vw;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8vw;
  margin: 2vw 0vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
  background-color: #186263;
  font-family: 'Axiforma_Regular';
  text-transform: uppercase;
  border-radius: 2vw;
}

.slider_btn:hover
{
  background-color: #419A9E;
  border: 0.1vw solid #419A9E;
}

.slidersec .carousel-control-next, 
.slidersec .carousel-control-prev 
{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
}

.slider_arrows
{
  font-size: 5vw;
}

.slider_arrows:hover
{
  opacity: 0.5;
}

.mob_exp_row
{
  display: none;
}

.exp_title
{
  color: #000000e6;
  font-size: 3vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 1.5vw;
}

.white_sec
{
/*  margin-top: 3vw;
  margin-bottom: 3vw;*/
  padding: 3vw 1vw 3vw 3vw;
  background-color: #efefef;
  border-radius: 1vw;
}

.white_sec_img
{
  width: 5vw;
}

.white_sec_title
{
  color: #000000e6;
  font-size: 1.3vw;
  line-height: 1.8vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.9vw;
/*  width: 20vw;*/
}

.white_sec_txt
{
  color: #6A6A6A;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.9vw;
  margin-bottom: 0.5vw;
  font-family: 'Axiforma_Light';
/*  width: 16vw;*/
}

.expertise_div
{
  margin-top: 2vw;
}

.white_sec_link
{
  color: #000000e6;
  font-weight: 600;
  font-size: 0.8vw;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Axiforma_Regular';
  position: relative;
}

.white_sec_link:after
{
  top: 1vw;
  content: "";
  display: block;
  height: 0.1vw;
  left: 0vw;
  position: absolute;
  background: #419A9E;
  width: 100%;
}

.white_sec_link:hover
{
  color: #419A9E;
}

.white_sec_col1
{
  padding-right: 0vw;
  padding-left: 0vw;
}

.white_sec_col2
{
  padding-left: 0vw;
  padding-right: 6vw;
}

.white_sec_col
{
  padding: 0vw;
}

.abt_cf
{
  background-color: #EFF9FA;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.abt_img
{
  width: 30vw;
}

.abt_title
{
  color: #419A9E;
  font-size: 0.8vw;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.5vw;
}

.abt_subtitle
{
  color: #000000e6;
  font-size: 3vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.5vw;
}

.abt_txt 
{
  color: #6A6A6A;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.9vw;
  margin-bottom: 1vw;
  font-family: 'Axiforma_Light';
  width: 34vw;
}

.abt_subtxt
{
  color: #186263;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.9vw;
  margin-bottom: 1vw;
  font-family: 'Axiforma_Medium';
}

.abt_btn 
{
  color: #fff;
  border: 0.1vw solid #186263;
  padding: 1vw 2.5vw 0.7vw;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8vw;
  margin: 2vw 0vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
  background-color: #186263;
  font-family: 'Axiforma_Regular';
  text-transform: uppercase;
  border-radius: 2vw;
}

.abt_btn:hover 
{
  background-color: #419A9E;
  border: 0.1vw solid #419A9E;
}

.exp_sec
{
  margin-top: 4vw;
  margin-bottom: 4vw;
}

/*.product_con
{
  margin-top: 4vw;
  margin-bottom: 4vw;
}*/

.products_sec
{
    margin-top: 4vw;
    margin-bottom: 4vw;
}

.product_head 
{
  color: #000000e6;
  font-size: 3vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.5vw;
}

.product_head_new
{
  color: #000000e6;
  font-size: 3vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.5vw;
  text-align:center ;
}

.product_txt
{
  color: #6A6A6A;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.9vw;
  margin-bottom: 1vw;
  font-family: 'Axiforma_Light';
  width: 38vw;
}

.product_btn 
{
  color: #186263;
  border: 0.1vw solid #419A9E;
  padding: 1.1vw 2vw 0.9vw;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8vw;
  margin: 0.8vw 0vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
  background-color: transparent;
  font-family: 'Axiforma_SemiBold';
  text-transform: uppercase;
  border-radius: 2vw;
}

.product_btn:hover 
{
  background-color: #419A9E;
  border: 0.1vw solid #419A9E;
  color: #fff;
}

.product_col2
{
  text-align: right;
}

.product_div1
{
  background-color: #EFEFEF;
/*  border: 0.1vw solid #EFEFEF;*/
  padding: 2vw 3vw;
  border-radius: 1vw;
  cursor: pointer;
/*  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);*/
  transition: all 0.5s ease-out;
  min-height: 33vw;
}

.product_div1:hover
{
/*  border: 0.1vw solid #000000e6;*/
  background-color: #419A9E;
}

.product_div1:hover .product_title,
.product_div1:hover .product_dis,
.product_div1:hover .product_link
{
  color: #fff;
}

.product_div1:hover .product_link:after 
{
  background: #fff;
}



.product_div_new
{
  background-color: #EFEFEF;
/*  border: 0.1vw solid #EFEFEF;*/
  padding: 2vw 3vw;
  border-radius: 1vw;
  cursor: pointer;
/*  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);*/
  transition: all 0.5s ease-out;
  min-height: 29vw;
}

.product_div_new:hover
{
/*  border: 0.1vw solid #000000e6;*/
  background-color: #419A9E;
}

.product_div_new:hover .product_title,
.product_div_new:hover .product_dis,
.product_div_new:hover .product_link
{
  color: #fff;
}

.product_div_new:hover .product_link:after 
{
  background: #fff;
}




.product_div2
{
  padding: 1vw 0vw 0vw;
  text-align: center;
}

.product_title
{
  color: #000000e6;
  font-size: 1.3vw;
  line-height: 1.8vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.9vw;
  text-align: center;
}

.product_dis
{
  color: #000000e6;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.9vw;
  text-align: center;
  margin-bottom: 1vw;
/*  min-height: 10vw;*/
  font-family: 'Axiforma_Light';
  padding-top: 1rem;
}

.product_link
{
  color: #000000e6;
  font-size: 0.8vw;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Axiforma_Medium';
  position: relative;
}

.product_link:after 
{
  top: 1vw;
  content: "";
  display: block;
  height: 0.1vw;
  left: 0vw;
  position: absolute;
  background: #000000e6;
  width: 100%;
}

.product_link:hover 
{
  color: #000000e6;
}

.product_img
{
  height: 12vw;
  display: flex !important;
  width: auto !important;
  text-align: center;
  margin: 0 auto;
}

.product_row2
{
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.product_col3
{
  padding-right: 3vw;
}

.product_col4
{
  padding-right: 2vw;
  padding-left: 2vw;
}

.product_col5
{
  padding-left: 3vw;
}

/*.mob_product_sec
{
  display: none;
}*/

/*Mobile Menu*/

.mob_overlay 
{
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  background-color: #F7F7F7;
  background-color: #F7F7F7;
  overflow-y: hidden;
  transition: all 1s ease-out;
}

.mob_overlay_content 
{
  width: 100%;
  text-align: center;
  margin-top: 10vw;
}

.mob_menu 
{
  padding: 3vw;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  color: #000000bf;
  font-size: 5vw;
  font-family: 'Axiforma_Medium';
  text-transform: uppercase;
  position: relative;
  width: max-content;
  margin: 0vw auto;
}

.mob_menu:after 
{
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 0.5vw;
  left: 50%;
  position: absolute;
  background: #419A9E;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.mob_menu:hover:after 
{
    width: 100%;
    left: 0;
}

.mob_menu:hover, 
.mob_menu:focus 
{
  color: #419A9E;
}

.mob_overlay .mob_closebtn 
{
  position: relative;
  bottom: 5vw;
  font-size: 11vw;
  color: #000000e6;
  text-decoration: none;
}

.mob_overlay .mob_closebtn:hover
{
  color: #419A9E;
} 

/*Mobile Menu*/

/*Inner Pages*/

.inner_body .footer_cf
{
  margin-top: 5vw;
  padding-top: 4vw;
  padding-bottom: 0vw;
}

.inner_body .footer_lastrow
{
  margin-top: 3vw;
}

.banner_cf 
{
/*  background-image: url('../images/about/banner.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;*/
  background-color: #8fd3d7;
  padding-top: 5vw;
  padding-bottom: 5vw;
  margin-bottom: 3vw;
}

.banner_txt 
{
  color: #fff;
  font-size: 3vw;
  font-family: 'Axiforma_SemiBold';
  margin: 0vw auto 0vw;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.inner_hr 
{
  width: 100%;
  margin: 1vw auto;
  border: 0vw solid #000000e6;
  opacity: 1;
  color: #000000e6;
/*  height: 0.1vw !important;*/
}

.hr_col
{
  padding-left: 0vw;
  padding-right: 0vw;
}

/*Inner Pages*/

/*About*/

/*.adv_sec
{
  background-color: #efefef;
  padding-top: 1vw;
  padding-bottom: 2vw;
}*/

.abt_scroll_col1
{
  padding: 0vw;
}

.abt_sec_cf
{
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.abt_sec_col1
{
  padding-left: 0vw;
  padding-right: 0vw;
}

.abt1img 
{
  width: 90%;
  margin: 0vw auto;
}

.abt_sec_col2
{
  display: grid;
  align-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
}

.abt_story_head
{
  color: #000000e6;
  font-size: 2.5vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.9vw;
}

.abt_story_txt
{
  color: #000000e6;
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: 'Axiforma_Light';
  margin-bottom: 0.9vw;
}

.abt_miss_cf
{
/*  margin-top: 10vw;*/
  margin-bottom: 5vw;
}

.abt_miss_img
{
  width: 7vw;
  margin: 0vw auto;
/*  margin-top: -6vw;*/
/*  background-color: #fff;*/
}

.floating 
{  
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating 
{
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 15px); }
  to   { transform: translate(0, -0px); }    
}

.abt_miss_col1
{
  padding: 1vw;
}

.abt_miss_div
{

  background-color: #EFEFEF;
  display: grid;
  align-items: center;
/*  border: 0.1vw solid #000000e6;*/
/*  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
  border-radius: 1vw;
  padding: 2vw;
}

.abt_miss_col2
{
  display: grid;
  align-items: center;
  padding: 6vw 10.3vw;
}

.abt_miss_col3
{
  display: grid;
  align-items: center;
  padding: 6vw 10.3vw;
}

.abt_sec_head
{
  color: #000000e6;
  font-size: 2.5vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.9vw;
  margin-top: 2vw;
  text-align: center;
}

.abt_sec_txt
{
  color: #000000e6;
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: 'Axiforma_Light';
  margin-bottom: 0.9vw;
  text-align: center;
}

.abt_team_cf
{
  margin-top: 4vw;
  margin-bottom: 5vw;
  background-color: #efefef;
  padding-top: 4vw;
  padding-bottom: 5vw;
}

.abt_team_head
{
  color: #000000e6;
  font-size: 2.5vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 2.5vw;
  text-align: center;
}

.abt_owl_col
{
  padding-left: 0vw;
  padding-right: 0vw;
}

.abt_team_div 
{
  background-color: #e5e5e5;
/*  padding: 2vw;*/
  border: 0.1vw solid #afafaf;
  min-height: 5vw;
  position: relative;
}

.abt_scroll_img
{
  width: 80% !important;
  margin: 0vw auto;
}

.abtdiv
{
  min-height: 2vw;
/*  background-color: #fff;*/
  padding: 2vw 0vw;
}

.abt_scroll_item
{
/*  border: 0.1vw solid #000000e6;*/
  padding: 1vw;
  border-radius: 1vw;
  background-color: #fff;
  min-height: 30vw;
}

.abt_team_name
{
  color: #000000e6;
  font-size: 2vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.2vw;
  margin-top: 0vw;
/*  text-align: center;*/
}

.abt_team_pos
{
 color: #000000e6;
    font-size: 1.3vw;
    font-family: 'Axiforma_Regular';
    margin-bottom: 0.1vw;
    margin-top: 0vw;

}

.abt_team_dis
{
  color: #000000e6;
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: 'Axiforma_Light';
  margin-bottom: 0.9vw;
  margin-top: 1vw;
/*  text-align: center;*/
}

.abt_partner_head
{
  color: #000000e6;
  font-size: 2.5vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.5vw;
  text-align: center;
}

.abt_partner_txt
{
  color: #000000e6;
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: 'Axiforma_Light';
  margin-bottom: 5vw;
  text-align: center;
}

.abt_team_scroll .owl-prev 
{
  float: left;
  position: absolute;
  bottom: 50%;
  right: 102%;
}

.abt_team_scroll .owl-next 
{
  float: left;
  position: absolute;
  bottom: 50%;
  left: 102%;
}

.adv_scroll .owl-nav
{
  display: block !important;
}

.adv_scroll .owl-prev 
{
  float: left;
  position: absolute;
  bottom: 50%;
  right: 102%;
}

.adv_scroll .owl-next 
{
  float: left;
  position: absolute;
  bottom: 50%;
  left: 102%;
}

.adv_item
{
  padding: 0.4vw;
}

.adv_arrow 
{
  font-size: 3vw;
  color: #000000e6;
}

.adv_arrow:hover
{
  color: #419A9E;
}

.partner_con
{
  margin-top: 3vw;
/*  margin-bottom: 2vw;*/
}

.partner_col 
{
    letter-spacing: 3vw;
}

.partner_logo 
{
  width: 21%;
  height: 60%;
  border-radius: 1vw;
/*  border: 0.1vw solid #e1e1e1;*/
  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 18%);
  margin-bottom: 3vw;
  transition: all 0.6s ease-in-out;
}

.partner_logo:hover 
{
/*  border: 0.1vw solid #000000e6;*/
  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 58%);
  transition: all 0.6s ease-in-out;
  transform: translateY(-2px);
}

.adv_con
{
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.adv_head 
{
  color: #000000e6;
  font-size: 2.5vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 2vw;
  text-align: center;
}

.adv_txt 
{
  color: #000000e6;
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: 'Axiforma_Light';
  margin-bottom: 5vw;
  text-align: center;
}

.adv_img
{
/*  margin-top: -15vw;*/
  width: 80% !important;
  margin: 0vw auto;
}

.adv_row2
{
  margin-top: 0vw;
}

.adv_div 
{
  background-color: #fff;
  padding: 2vw;
/*  box-shadow: inset rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
  min-height: 49vw;
/*  border: 0.1vw solid #afafaf;*/
  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 18%);
  position: relative;
  border-radius: 1vw;
}

.adv_div2
{
  min-height: 2vw;
}

.adv_name 
{
  color: #000000e6;
  font-size: 2vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.9vw;
  margin-top: 2vw;
  text-align: center;
}

.adv_subdis
{
  color: #000000e6;
  font-size: 1.3vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0vw;
  margin-top: 1vw;
  text-align: center;
}

.adv_subdis2
{
  color: #000000e6;
  font-size: 1.3vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.9vw;
  text-align: center;
}

.adv_dis 
{
  color: #000000e6;
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: 'Axiforma_Light';
  margin-bottom: 0.9vw;
  margin-top: 1vw;
  text-align: center;
}

.abt_para_con
{
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.abt_para_col
{
  background-color: #e9e9e9;
  text-align: center;
  padding: 4vw 5vw 3.5vw;
  border-radius: 1vw;
}

.abt_para_txt
{
  color: #000000e6;
  font-size: 2.1vw;
  line-height: 3vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.9vw;
}

.abt_para_txt2
{
  color: #000000e6;
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: 'Axiforma_Light';
  margin-bottom: 0.9vw;
}

.abt_team_link
{
  color: #419A9E;
  font-size: 1.2vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.9vw;
  margin-top: 0vw;
  text-decoration: none;
}

.abt_team_link:hover
{
  color: #000000e6;
}


/*About*/

/*Contact*/

.form_cf
{
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.form_col1
{
  background-color: #FAFAFA;
/*  border: 0.1vw solid #000000e6;*/
/*  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 58%);*/
/*  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 18%);*/
  padding: 3vw;
  border-radius: 1vw;
}

.con_head
{
  color: #000000e6;
  font-size: 3vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.9vw;
}

.forminput 
{
  padding-left: 2vw;
  margin-top: 2.3vw;
  border: unset;
/*  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 18%);*/
  width: 100%;
  border-radius: 1vw;
  background-color: #e7f2f3;
  font-family: 'Axiforma_Regular';
  font-size: 1vw;
  line-height: 3vw;
}

.formselect 
{
  margin-top: 2.3vw;
  border: unset;
  width: 100%;
  border-radius: 1vw;
  background-color: #e7f2f3;
  font-family: 'Axiforma_Regular';
  font-size: 1vw;
  line-height: 3vw;
  padding: 1vw 2vw 1vw 2vw;
  color: #757575;
}

.form_textarea
{
  padding: 0.1vw 0vw 2.4vw 2vw;
}

.submitbtn 
{
  box-shadow: unset !important;
  color: #fff;
  border: 0.1vw solid #186263;
  background-color: #186263;
  padding: 1vw 4vw 0.8vw;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 1vw auto 0vw;
  border-radius: 2vw;
  font-size: 0.8vw;
  text-transform: uppercase;
  font-family: 'Axiforma_Regular';
  letter-spacing: 0.1vw;
  line-height: 2vw;
  cursor: pointer;
}

.submitbtn2
{
  margin: 2vw auto;
  display: block;
}

.submitbtn:hover 
{
  border: 0.1vw solid #186263;
  background-color: transparent;
  color: #000000e6;
}

.contactdiv 
{
  background-color: #d9eeef;
  width: 100%;
  padding: 3vw;
  border-radius: 1vw;
  height: 100%;
}

.contxtinfo 
{
  display: inline-flex;
  margin-top: 1vw;
  position: relative;
}

.con_icon
{
  font-size: 1.2vw;
  color: #000000e6;
}

.con_logo
{
  width: 75%;
  margin: 0vw auto;
  display: block;
}

.con_p
{
  color: #000000e6;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.5vw;
  margin-bottom: 0vw;
  font-family: 'Axiforma_Light';
  letter-spacing: 0.1vw;
  padding-left: 1vw;
}

.con_a
{
  color: #000000e6;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.5vw;
  margin-bottom: 0vw;
  font-family: 'Axiforma_Light';
  letter-spacing: 0.1vw;
  padding-left: 1vw;
  text-decoration: none;
}

.con_a:hover
{
  color: #186263;
}

.con_no
{
  padding-left: 1vw;
}

.con_no a 
{
  color: #000000e6;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.5vw;
  margin-bottom: 0vw;
  font-family: 'Axiforma_Light';
  letter-spacing: 0.1vw;
  padding-left: 1vw;
  text-decoration: none;
}

.con_no a:hover
{
  color: #186263;
}

.con_icon2 
{
  font-size: 1.2vw;
  color: #000000e6;
  transform: rotate(90deg);
  position: absolute;
  top: 1vw;
}

.con_hr
{
  width: 100%;
  margin: 3vw auto;
  border: 0vw solid #000000e6;
  opacity: 1;
  color: #000000e6;
  height: 0.1vw !important;
}

.follow_txt 
{
  color: #000000e6;
  font-size: 2.5vw;
  font-family: 'Axiforma_Regular';
  text-align: center;
  margin-bottom: 0.9vw;
}

.con_icons 
{
  letter-spacing: 1vw;
  text-align: center;
}

.con_social_icon 
{
  /*font-size: 0.9vw;
  color: #000000e6;
  background: transparent;
  border: 0.1vw solid #000000e6;
  padding: 0.8vw 0.8vw;
  border-radius: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;*/

  font-size: 1.5vw;
  color: #000000e6;
  background: transparent;
  border: 0.1vw solid #000000e6;
  padding: 0.5vw 0.5vw;
  border-radius: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;
}

.con_social_icon:hover
{
  color: #186263;
  background: transparent;
  border: 0.1vw solid #186263;
}

.con_social_icon2
{
  padding: 0.8vw 0.9vw;
}

.con_social_icon2:hover
{
  color: #186263;
  background: transparent;
  border: 0.1vw solid #186263;
}

.map_col
{
  padding-left: 0vw;
  padding-right: 0vw;
}

/*Contact*/

/*Media*/

.media_cf
{
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.media_col
{
  padding: 0.8vw;
  border-radius: 1vw;
}

.mediaimg
{
  width: 100%;
  border-radius: 1vw;
  height: 20vw;
}

.mediadiv 
{
  margin-bottom: 3vw;
/*  border: 0.1vw solid #000000e6;*/
  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 18%);
  background-color: #419a9e;
/*  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
  border-radius: 1vw;
  cursor: pointer;
}

.mediadiv:hover
{
/*  border: 0.1vw solid #000000e6;*/
  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 18%);
  transition: all 0.6s ease-in-out;
  transform: translateY(-2px);
}

.mediadiv2 
{
  background-color: #419a9e;
  padding: 1.5vw;
  border-radius: 1vw;
  min-height: 13vw;
}

.mediadiv2 p 
{
  color: #fff;
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: 'Axiforma_Light';
  margin-bottom: 0.9vw;
  margin-top: 0.9vw;
  text-align: center;
}

.media_a 
{
  text-decoration: none;
}

.mediap
{
  display: inline-block;
}

.mediadiv3
{
  text-align: center;
}

.mediaa
{
  color: #fff;
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: 'Axiforma_Light';
  text-decoration: none;
}

.mediaa:hover
{
  color: #000;
}

/*Media*/

/*Products*/

.pro_cf1
{
  padding-bottom: 4vw;
  padding-top: 4vw;
  background-color: #def2f3;
}

.pro_cf2
{
  margin-top: 1vw;
  margin-bottom: 4vw;
}

.pro_col1
{
  padding: 3vw;
}

.pro_col2
{
  display: grid;
  align-items: center;
  padding: 0vw;
}

.pro_col3
{
  padding: 3vw;
/*  background-color: #efefef;*/
/*border: 0.1vw solid #000;*/
  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 18%);
  margin-top: 3vw;
  border-radius: 1vw;
}

.pro_img
{
  width: 100%;
  border-radius: 1vw;
}

.pro_img1
{
  width: 55%;
  margin: 0vw auto;
}

.pro_title 
{
  color: #000000e6;
  font-size: 2.5vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.9vw;
}

.pro_txt
{
  color: #000000e6;
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: 'Axiforma_Light';
  margin-bottom: 0.9vw;
}

.pro_benefits_title
{
  color: #000000e6;
  font-size: 1.9vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.9vw;
}

.benefits_ul li
{
  color: #000000e6;
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: 'Axiforma_Light';
  margin-bottom: 0.9vw;
}

.benefits_ul li span 
{
  font-family: 'Axiforma_SemiBold';
}

.products_body .banner_cf
{
  margin-bottom: 0vw;
}

/*Products*/

/*Partnership*/

.partners_item 
{
  padding: 0.4vw;
}

.partners_scroll_div 
{
  background-color: #fff;
  padding: 2vw;
  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 18%);
  position: relative;
  border-radius: 1vw;
  min-height: 22vw;
}

.partners_scroll_img 
{
  width: 80% !important;
  margin: 0vw auto;
/*  height: 8vw;*/
}

.partners_p
{
  color: #000000e6;
  font-size: 1vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0vw;
  margin-top: 5vw;
  text-align: center;
}

.partners_scroll .owl-prev 
{
  float: left;
  position: absolute;
  bottom: 50%;
  right: 102%;
}

.partners_scroll .owl-prev:hover
{
  background: unset !important;
}

.partners_scroll .owl-next 
{
  float: left;
  position: absolute;
  bottom: 50%;
  left: 102%;
}

.partners_scroll .owl-next:hover
{
  background: unset !important;
}

.partners_arrow
{
  font-size: 2.5vw;
  color: #000000e6;;
}

.partners_arrow:hover 
{
  color: #419A9E;
}

.partner_head 
{
  color: #000000e6;
  font-size: 2.5vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.5vw;
  text-align: center;
}

.partner_txt 
{
  color: #000000e6;
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: 'Axiforma_Light';
  margin-bottom: 5vw;
  text-align: center;
}

.partners_img 
{
  width: 100%;
  padding-top: 0.8vw;
}

.partners_name 
{
  color: #000000e6;
  font-size: 1.6vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0.9vw;
  margin-top: 2vw;
}

.partners_dis 
{
  color: #000000e6;
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: 'Axiforma_Light';
  margin-bottom: 0.9vw;
  margin-top: 1vw;
}

.partners_row1
{
  background-color: #f2f3f3;
  padding: 1.8vw;
  border-radius: 1vw;
}

.partners_row2
{
  background-color: #8fd3d7;
  padding: 1.8vw;
  border-radius: 1vw;
}

.partners_col2
{
  padding: 0vw 4vw;
}

.partners_div
{
  margin-top: 3vw;
}

/*Partnership*/


/*Landing*/

.landing_img
{
  width: 20vw;
}

.landing_p
{
  color: #16163F;
  font-size: 3.8vw;
  line-height: 6vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0vw;
}

.landing_div
{
  margin-top: 4vw;
}

.landing_sec
{
  margin-top: 15vw;
}

/*Landing*/


.footer_lastrow
{
  background-color: #213132;
  padding: 1vw;
  margin-top: 2vw;
}

/*Contact Popup*/

.product_popup 
{
  z-index: 11111111111111 !important;
  background-color: #000000a6 !important;
}

.product_modal 
{
  max-width: 60vw;
}

.product_popup_modal_content 
{
  padding: 2vw;
  border-radius: unset;
}

.modal_head 
{
  border-bottom: unset;
}

.product_popup_head
{
  color: #000000e6;
  font-size: 2.5vw;
  font-family: 'Axiforma_SemiBold';
  margin-bottom: 0vw;
/*  text-align: center;*/
}

.product_popup_txt
{
  color: #6A6A6A;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.9vw;
  margin-bottom: 1vw;
  font-family: 'Axiforma_Light';
/*  text-align: center;*/
}

.product_popup_ul li
{
  color: #6A6A6A;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.9vw;
  margin-bottom: 1vw;
  font-family: 'Axiforma_Light';
}

/*Contact Popup*/

/*Dropdown*/

.dropdown_menu_ul
{
    background: #fff !important;
    position: absolute !important;
    z-index: 1000 !important;
    display: none !important;
    min-width: 10vw !important;
    padding: 1vw 1vw !important;
    text-align: left !important;
    list-style: none !important;
    background-clip: padding-box !important;
}

.dropdown_menu_ul li 
{
    color: #000000e6;
    font-size: 1vw;
    font-family: 'Axiforma_Medium';
    text-transform: uppercase;
    display: block !important;
    width: 100% !important;
    padding: 0vw 0vw !important; 
    clear: both !important;
    text-align: inherit !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    background-color: transparent !important;
    border: 0 !important;
}

.dropdown_menu_ul li:focus, .dropdown_menu_ul li:hover 
{
    color: #419A9E !important;
    background-color: unset !important;
}

.dropdown-content:hover .dropdown_menu_ul
{
    display: block !important;
}

/*Dropdown*/
  
  /*.testimonial_scroll .owl-nav*/
  /*{*/
  /*  font-size: 5.5rem;*/
  /*  position: relative;*/
  /*  top: -22rem;*/
  /*}*/
  
  .testimonial_scroll .owl-prev {
    float: left;
    position: absolute;
    bottom: 40%;
    right: 102%;
   }
   
   .testimonial_scroll .owl-prev:hover
   {
    background: unset !important;
    color: #419A9E !important; 
   }
   
   .testimonial_scroll .owl-next {
    float: left;
    position: absolute;
    bottom: 40%;
    left: 102%;
   }
   
   .testimonial_scroll .owl-next:hover
   {
    background: unset !important;
    color: #419A9E !important; 
   }
   
   .testimonial_scroll .owl-nav
   {
     font-size: 5rem;
   }
   
   .staricon .fas
   {
    color: #FDC508;
    font-size: 1.3rem;
   }









/*Media Queries*/

@media only screen
and (min-width: 0px)
and (max-width: 576px)
{
    
  .formselect
  {
    font-size: 3.5vw;
    padding: 2.5vw 2vw 2.5vw 2vw;
  }

  .mediaa
  {
    font-size: 3.5vw;
  }

  /*.partners_scroll_img
  {
    height: 35vw;
  }*/

  .partners_p
  {
    font-size: 4vw;
  }

  .partners_scroll_div
  {
    padding: 7vw;
    min-height: 72vw;
  }

  .partners_scroll .owl-next
  {
    position: unset;
    float: unset;
  }

  .partners_scroll .owl-prev
  {
    position: unset;
    float: unset;
  }

  .partners_arrow
  {
    font-size: 5vw;
  }

  .footer_logo_txt
  {
    font-size: 2.5vw;
  }

  .adv_div
  {
    min-height: 150vw;
  }

  .adv_subdis
  {
    font-size: 4vw;
  }

  .adv_subdis2
  {
    font-size: 4vw;
  }

  .abt_team_link
  {
    font-size: 4vw;
    margin: 2vw auto 0vw;
    display: block;
    text-align: center;
  }

  .product_popup_ul li
  {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .product_modal
  {
    max-width: 100%;
  }

  .product_popup_head
  {
    font-size: 6vw;
  }

  .product_popup_txt
  {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .partners_div 
  {
    margin-top: 10vw;
  }

  .footer_lastrow 
  {
    padding: 5vw;
  }

  .index_body 
  {
    overflow: unset;
  }

  .desktop_header
  {
    display: none;
  }

  .mobile_header
  {
    display: block;
  }

  .mob_header_logo
  {
    width: 35vw;
  }

  .mob_header_wid1
  {
    width: 50%;
  }

  .mob_header_wid2
  {
    width: 50%;
    text-align: right;
  }

  .mob_header_cf
  {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .header_togglebtn
  {
    font-size:6vw;
    cursor:pointer
  }

  .header_togglebtn:hover
  {
    color: #419A9E;
  }

  .slider_txt 
  {
    left: 11vw;
  }

  .slider_txt p 
  {
    line-height: 5vw;
    font-size: 3.5vw;
  }

  .slider_btn
  {
    font-size: 3vw;
  }

  .white_sec_img 
  {
    width: auto !important;
    margin: 0vw auto;
  }

  .white_sec_title 
  {
    font-size: 4vw;
    line-height: 5vw;
    margin-bottom: 1vw;
    margin-top: 2vw;
    width: unset; 
  }

  .white_sec_txt
  {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 55vw;
    margin: 0vw auto;
    display: block;
  }

  .white_sec_link
  {
    font-size: 3vw;
  }

  .white_sec_link:after
  {
    top: 3.5vw;
  }

  .white_sec_col1
  {
    text-align: center;
  }

  .white_sec_col2
  {
    text-align: center;
    padding-right: 0vw;
  }

  .white_sec 
  {
    display: none;
  }

  .mob_white_sec_col
  {
    margin-top: 5vw;
  }

  .exp_title
  {
    font-size: 6vw;
  }

  .mob_exp_row
  {
    display: block;
  }

  .exp_scroll .owl-dots .owl-dot span 
  {
    width: 3.5vw;
    height: 3.5vw;
    margin: 2vw 2vw;
    background: #efefef;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 5vw;
  }

  .exp_scroll .owl-dots .owl-dot.active span, 
  .exp_scroll .owl-dots .owl-dot:hover span 
  {
    background: #186263;
  }

  .exp_div
  {
    text-align: center;
    background-color: #efefef;
    border-radius: 1vw;
    padding: 5vw 0vw;
    min-height: 75vw;
  }

  .abt_img
  {
    width: 80%;
    margin: 0vw auto;
    display: block;
  }

  .abt_col2
  {
    text-align: center;
    margin-top: 12vw;
  }

  .exp_con
  {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .abt_title
  {
    font-size: 4vw;
  }

  .abt_subtitle
  {
    font-size: 6vw;
  }

  .abt_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
    margin-bottom: 1vw;
    width: 80vw;
    margin: 2vw auto;
  }

  .abt_subtxt 
  {
    font-size: 3.5vw;
    line-height: 6vw;
    margin-bottom: 1vw;
  }

  .abt_btn
  {
    font-size: 3vw;
  }

  .product_con
  {
    margin-top: 5vw;
  }

  .product_row2
  {
    display: none;
  }

  .mob_product_sec
  {
    display: block;
    margin-top: 5vw;
  }

  .product_scroll .owl-dots .owl-dot span 
  {
    width: 3.5vw;
    height: 3.5vw;
    margin: 2vw 2vw;
    background: #efefef;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 5vw;
  }

  .product_scroll .owl-dots .owl-dot.active span, 
  .product_scroll .owl-dots .owl-dot:hover span 
  {
    background: #186263;
  }

  .product_head
  {
    font-size: 6vw;
  }
  
  .product_head_new
  {
    font-size: 6vw;
  }

  .product_txt
  {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 65vw;
    margin: 0vw auto;
  }

  .product_col1
  {
    text-align: center;
  }

  .product_col2
  {
    text-align: center;
    margin-top: 3vw;
  }

  .product_btn
  {
    font-size: 3vw;
  }

  .product_title
  {
    font-size: 4vw;
    margin-bottom: 3vw;
  }

  .product_img
  {
    height: 40vw;
    width: auto !important;
    margin: 0vw auto;
  }

  .product_dis
  {
    font-size: 3.5vw;
    line-height: 5vw;
    text-align: center;
  }

  .product_div2
  {
    text-align: center;
    padding: 8vw 0vw 0vw;
  }

  .product_link
  {
    font-size: 3vw;
  }

  .product_link:after
  {
    top: 3.5vw;
  }

  .product_col3
  {
    padding-right: 3vw;
  }

  .product_col4
  {
    padding-left: 3vw;
    padding-right: 3vw;
    margin-top: 6vw;
  }

  .product_col5
  {
    padding-left: 3vw;
    margin-top: 6vw;
  }

  .product_div1
  {
    padding: 5vw;
    min-height: 95vw;
  }
  
  .product_div_new
  {
    padding: 3vw;
    min-height: 70vw;
  }

  .footer_logo
  {
    width: 35vw;
  }

  .footer_col1
  {
    text-align: center;
  }

  .footer_col1::after
  {
    display: none;
  }

  .footer_col2
  {
    text-align: center;
    margin-bottom: 6vw;
  }

  .footer_txt
  {
    font-size: 3vw;
    line-height: 4.5vw;
    width: 65vw;
    margin: 4vw auto 0vw;
  }

  .footer_readmore
  {
    font-size: 3vw;
  }
  
  .footer_linkedinicon
  {
      font-size: 3vw;
  }

  .footer_col3
  {
    text-align: center;
  }

  .footer_icon 
  {
    font-size: 3vw;
    padding: 1.9vw 1.7vw;
    border-radius: 5vw;
    width: 7vw;
    height: 7vw;
  }

  .footer_head
  {
    font-size: 3.8vw;
    margin-bottom: 3vw;
  }

  .footer_menu 
  {
    font-size: 3vw;
    line-height: 6vw;
    margin: 0vw auto;
  }

  .footer_con_icon
  {
    font-size: 3vw;
  }

  .context
  {
    font-size: 3vw;
    line-height: 4.5vw;
    padding-left: 2vw;
  }

  .footer_mail
  {
    font-size: 3vw;
    line-height: 4.5vw;
    padding-left: 2vw;
    word-break: break-all;
  }

  .footer_con_icon2
  {
    font-size: 3vw;
    margin-top: 4.5vw;
  }

  .footer_phn a
  {
    font-size: 3vw;
    line-height: 4.5vw;
    padding-left: 2vw;
  }

  .footer_col5
  {
    width: 100%;
    text-align: center;
  }

  .footer_col6
  {
    width: 55%;
    margin-top: 5vw;
  }

  .footer_col7
  {
    width: 45%;
    margin-top: 8vw;
  }

  .footer_phn
  {
    padding-left: 2vw;
  }

  .footer_copy 
  {
    font-size: 3vw;
    top: 1.3vw;
    text-align: center;
  }

  .footer_col10 span
  {
    font-size: 3vw;
  }

  .footer_link 
  {
    font-size: 3vw;
  }

  .footer_col10
  {
    text-align: center;
    margin-top: 2vw;
  }

  .abt_cf
  {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .footer_cf
  {
    margin-top: 10vw;
    padding-top: 7vw;
    padding-bottom: 0vw;
    margin-bottom: 0vw;
  }

  .slider-inner img
  {
    height: unset;
  }

  .footer_hr
  {
    margin: 5vw auto;
  }

  .banner_cf
  {
    padding-top: 7vw;
  }

  .banner_txt
  {
    font-size: 8vw;
  }

  .abt_sec_cf 
  {
    margin-top: 10vw;
    margin-bottom: 7vw;
  }

  .abt_sec_col2
  {
    margin-top: 5vw;
    text-align: center;
  }

  .abt_story_head
  {
    font-size: 6vw;
  }

  .abt_story_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .abt_miss_cf 
  {
    margin-top: 8vw;
    margin-bottom: 15vw;
  }

  .abt_sec_head 
  {
    font-size: 6vw;
  }

  .abt_sec_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
    text-align: center;
  }

  .flex_row
  {
    display: flex;
    flex-direction: column-reverse;
  }

  .abt_team_cf 
  {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  .abt_team_head
  {
    font-size: 6vw;
  }

  .abt_team_name
  {
    font-size: 4vw;
    text-align: center;
  }

  .abt_team_dis
  {
    font-size: 3.5vw;
    line-height: 5vw;
    text-align: center;
    margin-bottom: 5vw;
  }

  .br_class
  {
    display: none;
  }

  /*.abt_team_div
  {
    padding: 5vw;
  }*/

  .abtdiv
  {
    padding: 7vw;
  }

  .abt_scroll_item
  {
    min-height: 150vw;
  }

  .partner_con 
  {
    margin-top: 5vw;
    margin-bottom: 3vw;
  }

  .abt_partner_head
  {
    font-size: 6vw;
  }

  .abt_partner_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .adv_head
  {
    font-size: 6vw;
  }

  .adv_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .adv_name
  {
    font-size: 4vw;
  }

  .adv_dis
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .partner_col 
  {
    letter-spacing: 5vw;
  }

  .partner_logo 
  {
    width: 45%;
    height: 35%;
  }

  .con_head
  {
    font-size: 6vw;
  }

  .forminput
  {
    font-size: 3.5vw;
    line-height: 10vw;
  }

  .submitbtn
  {
    font-size: 3vw;
    padding: 2.5vw 4vw 1.5vw;
  }

  .con_hr 
  {
    margin: 6vw auto;
  }

  .con_p
  {
    font-size: 3.5vw;
    line-height: 5vw;
    padding-left: 5vw;
  }

  .con_icon
  {
    font-size: 3.5vw;
  }

  .con_icon2
  {
    font-size: 3.5vw;
    top: 4vw;
  }

  .con_no a
  {
    font-size: 3.5vw;
  }

  .con_no
  {
    padding-left: 6vw;
  }

  .con_a
  {
    padding-left: 4vw;
    font-size: 3.5vw;
  }

  .contactdiv
  {
    padding: 5vw;
  }

  .contxtinfo
  {
    margin-top: 5vw;
  }

  .follow_txt
  {
    font-size: 5.5vw;
  }

  .con_social_icon 
  {
    font-size: 3vw;
    padding: 1.9vw 1.9vw;
    border-radius: 5vw;
    width: 7vw;
    height: 7vw;
  }

  .con_social_icon2
  {
    padding: 1.9vw 2.5vw;
  }

  .form_cf 
  {
    margin-top: 14vw;
    margin-bottom: 15vw;
  }

  .form_col1
  {
    margin-top: 10vw;
  }

  .mediadiv2 p
  {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .mediadiv2
  {
    padding: 5vw;
  }

  .pro_title
  {
    font-size: 6vw;
  }

  .pro_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .pro_benefits_title 
  {
    font-size: 4vw;
  }

  .benefits_ul li
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .pro_col3
  {
    margin-top: 5vw;
  }

  .pro_cf2 
  {
    margin-top: 4vw;
    margin-bottom: 8vw;
  }

  .pro_cf1 
  {
    padding-bottom: 8vw;
    padding-top: 6vw;
  }

  .partner_head
  {
    font-size: 6vw;
  }

  .partner_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .abt_team_pos
  {
    font-size: 3vw;
    text-align: center;
  }

  .partners_name
  {
    font-size: 4vw;
    text-align: center;
  }

  .partners_dis
  {
    font-size: 3.5vw;
    line-height: 5vw;
    text-align: center;
  }

  .adv_arrow
  {
    font-size: 6vw;
  }

  .abt_para_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .abt_para_txt2 
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .abt_para_con 
  {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .abt_para_col
  {
    padding: 10vw 10vw 8.5vw;
  }

  .abt_miss_img 
  {
    width: 65px;
/*    margin-top: -12vw;*/
  }

  .abt_miss_col1
  {
    margin-top: 13vw;
  }

  .landing_img
  {
    width: 45vw;
  }

  .landing_p 
  {
    font-size: 4.8vw;
    line-height: 8vw;
  }

  .landing_sec 
  {
    margin-top: 50vw;
  }

  .dropdown_menu_ul li
  {
    font-size: 5vw;
    padding: 2vw !important
  }

  .dropdown_menu_ul 
  {
    min-width: 1vw !important; 
    margin: 0px auto;
    padding: 2vw 4vw !important;
    width: fit-content;
    text-align: center!important;
    list-style: none !important;
    position: static !important;
    background-clip: padding-box !important;
  }
  
  .testimonial_scroll .owl-prev 
  {
    float: unset;
    position: unset;
  }
  
  .testimonial_scroll .owl-next 
  {
    float: unset;
    position: unset;
  }
  
  .staricon .fas
   {
    font-size: 1.7rem;
   }

}

@media only screen
and (min-width: 577px)
and (max-width: 767px)
{

  .formselect
  {
    font-size: 3.5vw;
    padding: 2.5vw 2vw 2.5vw 2vw;
  }

  .mediaa
  {
    font-size: 3.5vw;
  }

  /*.partners_scroll_img
  {
    height: 35vw;
  }*/

  .partners_p
  {
    font-size: 4vw;
  }

  .partners_scroll_div
  {
    padding: 7vw;
    min-height: 72vw;
  }

  .partners_scroll .owl-next
  {
    position: unset;
    float: unset;
  }

  .partners_scroll .owl-prev
  {
    position: unset;
    float: unset;
  }

  .partners_arrow
  {
    font-size: 5vw;
  }
    
  .footer_logo_txt
  {
    font-size: 2.5vw;
  }

  .adv_div
  {
    min-height: 150vw;
  }

  .adv_subdis
  {
    font-size: 4vw;
  }

  .adv_subdis2
  {
    font-size: 4vw;
  }

  .abt_team_link
  {
    font-size: 4vw;
    margin: 2vw auto 0vw;
    display: block;
    text-align: center;
  }

  .product_popup_ul li
  {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .product_modal
  {
    max-width: 100%;
  }

  .product_popup_head
  {
    font-size: 6vw;
  }

  .product_popup_txt
  {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .partners_div 
  {
    margin-top: 10vw;
  }

  .footer_lastrow 
  {
    padding: 5vw;
  }

  .index_body 
  {
    overflow: unset;
  }

  .desktop_header
  {
    display: none;
  }

  .mobile_header
  {
    display: block;
  }

  .mob_header_logo
  {
    width: 35vw;
  }

  .mob_header_wid1
  {
    width: 50%;
  }

  .mob_header_wid2
  {
    width: 50%;
    text-align: right;
  }

  .mob_header_cf
  {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .header_togglebtn
  {
    font-size:6vw;
    cursor:pointer
  }

  .header_togglebtn:hover
  {
    color: #419A9E;
  }

  .slider_txt 
  {
    left: 11vw;
  }

  .slider_txt p 
  {
    line-height: 5vw;
    font-size: 3.5vw;
  }

  .slider_btn
  {
    font-size: 3vw;
  }

  .white_sec_img 
  {
    width: auto !important;
    margin: 0vw auto;
  }

  .white_sec_title 
  {
    font-size: 4vw;
    line-height: 5vw;
    margin-bottom: 1vw;
    margin-top: 2vw;
    width: unset; 
  }

  .white_sec_txt
  {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 55vw;
    margin: 0vw auto;
    display: block;
  }

  .white_sec_link
  {
    font-size: 3vw;
  }

  .white_sec_link:after
  {
    top: 3.5vw;
  }

  .white_sec_col1
  {
    text-align: center;
  }

  .white_sec_col2
  {
    text-align: center;
    padding-right: 0vw;
  }

  .white_sec 
  {
    display: none;
  }

  .mob_white_sec_col
  {
    margin-top: 5vw;
  }

  .exp_title
  {
    font-size: 6vw;
  }

  .mob_exp_row
  {
    display: block;
  }

  .exp_scroll .owl-dots .owl-dot span 
  {
    width: 3.5vw;
    height: 3.5vw;
    margin: 2vw 2vw;
    background: #efefef;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 5vw;
  }

  .exp_scroll .owl-dots .owl-dot.active span, 
  .exp_scroll .owl-dots .owl-dot:hover span 
  {
    background: #186263;
  }

  .exp_div
  {
    text-align: center;
    background-color: #efefef;
    border-radius: 1vw;
    padding: 5vw 0vw;
    min-height: 75vw;
  }

  .abt_img
  {
    width: 80%;
    margin: 0vw auto;
    display: block;
  }

  .abt_col2
  {
    text-align: center;
    margin-top: 12vw;
  }

  .exp_con
  {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .abt_title
  {
    font-size: 4vw;
  }

  .abt_subtitle
  {
    font-size: 6vw;
  }

  .abt_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
    margin-bottom: 1vw;
    width: 80vw;
    margin: 2vw auto;
  }

  .abt_subtxt 
  {
    font-size: 3.5vw;
    line-height: 6vw;
    margin-bottom: 1vw;
  }

  .abt_btn
  {
    font-size: 3vw;
  }

  .product_con
  {
    margin-top: 5vw;
  }

  .product_row2
  {
    display: none;
  }

  .mob_product_sec
  {
    display: block;
    margin-top: 5vw;
  }

  .product_scroll .owl-dots .owl-dot span 
  {
    width: 3.5vw;
    height: 3.5vw;
    margin: 2vw 2vw;
    background: #efefef;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 5vw;
  }

  .product_scroll .owl-dots .owl-dot.active span, 
  .product_scroll .owl-dots .owl-dot:hover span 
  {
    background: #186263;
  }
  
  .product_head
  {
    font-size: 6vw;
  }
  
  .product_head_new
  {
    font-size: 6vw;
  }

  .product_txt
  {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 65vw;
    margin: 0vw auto;
  }

  .product_col1
  {
    text-align: center;
  }

  .product_col2
  {
    text-align: center;
    margin-top: 3vw;
  }

  .product_btn
  {
    font-size: 3vw;
  }

  .product_title
  {
    font-size: 4vw;
    margin-bottom: 3vw;
  }

  .product_img
  {
    height: 40vw;
    width: auto !important;
    margin: 0vw auto;
  }

  .product_dis
  {
    font-size: 3.5vw;
    line-height: 5vw;
    text-align: center;
  }

  .product_div2
  {
    text-align: center;
    padding: 8vw 0vw 0vw;
  }

  .product_link
  {
    font-size: 3vw;
  }

  .product_link:after
  {
    top: 3.5vw;
  }

  .product_col3
  {
    padding-right: 3vw;
  }

  .product_col4
  {
    padding-left: 3vw;
    padding-right: 3vw;
    margin-top: 6vw;
  }

  .product_col5
  {
    padding-left: 3vw;
    margin-top: 6vw;
  }

  .product_div1
  {
    padding: 5vw;
    min-height: 95vw;
  }
  
  .product_div_new
  {
    padding: 3vw;
    min-height: 70vw;
  }

  .footer_logo
  {
    width: 35vw;
  }

  .footer_col1
  {
    text-align: center;
  }

  .footer_col1::after
  {
    display: none;
  }

  .footer_col2
  {
    text-align: center;
    margin-bottom: 6vw;
  }

  .footer_txt
  {
    font-size: 3vw;
    line-height: 4.5vw;
    width: 65vw;
    margin: 4vw auto 0vw;
  }

  .footer_readmore
  {
    font-size: 3vw;
  }
  
  .footer_linkedinicon
  {
      font-size: 3vw;
  }

  .footer_col3
  {
    text-align: center;
  }

  .footer_icon 
  {
    font-size: 3vw;
    padding: 1.9vw 1.7vw;
    border-radius: 5vw;
    width: 7vw;
    height: 7vw;
  }

  .footer_head
  {
    font-size: 3.8vw;
    margin-bottom: 3vw;
  }

  .footer_menu 
  {
    font-size: 3vw;
    line-height: 6vw;
    margin: 0vw auto;
  }

  .footer_con_icon
  {
    font-size: 3vw;
  }

  .context
  {
    font-size: 3vw;
    line-height: 4.5vw;
    padding-left: 2vw;
  }

  .footer_mail
  {
    font-size: 3vw;
    line-height: 4.5vw;
    padding-left: 2vw;
    word-break: break-all;
  }

  .footer_con_icon2
  {
    font-size: 3vw;
    margin-top: 4.5vw;
  }

  .footer_phn a
  {
    font-size: 3vw;
    line-height: 4.5vw;
    padding-left: 2vw;
  }

  .footer_col5
  {
    width: 100%;
    text-align: center;
  }

  .footer_col6
  {
    width: 55%;
    margin-top: 5vw;
  }

  .footer_col7
  {
    width: 45%;
    margin-top: 8vw;
  }

  .footer_phn
  {
    padding-left: 2vw;
  }

  .footer_copy 
  {
    font-size: 3vw;
    top: 1.3vw;
    text-align: center;
  }

  .footer_col10 span
  {
    font-size: 3vw;
  }

  .footer_link 
  {
    font-size: 3vw;
  }

  .footer_col10
  {
    text-align: center;
    margin-top: 2vw;
  }

  .abt_cf
  {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .footer_cf
  {
    margin-top: 10vw;
    padding-top: 7vw;
    padding-bottom: 0vw;
    margin-bottom: 0vw;
  }

  .slider-inner img
  {
    height: unset;
  }

  .footer_hr
  {
    margin: 5vw auto;
  }

  .banner_cf
  {
    padding-top: 7vw;
  }

  .banner_txt
  {
    font-size: 8vw;
  }

  .abt_sec_cf 
  {
    margin-top: 10vw;
    margin-bottom: 7vw;
  }

  .abt_sec_col2
  {
    margin-top: 5vw;
    text-align: center;
  }

  .abt_story_head
  {
    font-size: 6vw;
  }

  .abt_story_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .abt_miss_cf 
  {
    margin-top: 8vw;
    margin-bottom: 15vw;
  }

  .abt_sec_head 
  {
    font-size: 6vw;
  }

  .abt_sec_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
    text-align: center;
  }

  .flex_row
  {
    display: flex;
    flex-direction: column-reverse;
  }

  .abt_team_cf 
  {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  .abt_team_head
  {
    font-size: 6vw;
  }

  .abt_team_name
  {
    font-size: 4vw;
    text-align: center;
  }

  .abt_team_dis
  {
    font-size: 3.5vw;
    line-height: 5vw;
    text-align: center;
    margin-bottom: 5vw;
  }

  .br_class
  {
    display: none;
  }

  /*.abt_team_div
  {
    padding: 5vw;
  }*/

  .abtdiv
  {
    padding: 7vw;
  }

  .abt_scroll_item
  {
    min-height: 150vw;
  }

  .partner_con 
  {
    margin-top: 5vw;
    margin-bottom: 3vw;
  }

  .abt_partner_head
  {
    font-size: 6vw;
  }

  .abt_partner_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .adv_head
  {
    font-size: 6vw;
  }

  .adv_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .adv_name
  {
    font-size: 4vw;
  }

  .adv_dis
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .partner_col 
  {
    letter-spacing: 5vw;
  }

  .partner_logo 
  {
    width: 45%;
    height: 35%;
  }

  .con_head
  {
    font-size: 6vw;
  }

  .forminput
  {
    font-size: 3.5vw;
    line-height: 10vw;
  }

  .submitbtn
  {
    font-size: 3vw;
    padding: 2.5vw 4vw 1.5vw;
  }

  .con_hr 
  {
    margin: 6vw auto;
  }

  .con_p
  {
    font-size: 3.5vw;
    line-height: 5vw;
    padding-left: 5vw;
  }

  .con_icon
  {
    font-size: 3.5vw;
  }

  .con_icon2
  {
    font-size: 3.5vw;
    top: 4vw;
  }

  .con_no a
  {
    font-size: 3.5vw;
  }

  .con_no
  {
    padding-left: 6vw;
  }

  .con_a
  {
    padding-left: 4vw;
    font-size: 3.5vw;
  }

  .contactdiv
  {
    padding: 5vw;
  }

  .contxtinfo
  {
    margin-top: 5vw;
  }

  .follow_txt
  {
    font-size: 5.5vw;
  }

  .con_social_icon 
  {
    font-size: 3vw;
    padding: 1.9vw 1.9vw;
    border-radius: 5vw;
    width: 7vw;
    height: 7vw;
  }

  .con_social_icon2
  {
    padding: 1.9vw 2.5vw;
  }

  .form_cf 
  {
    margin-top: 14vw;
    margin-bottom: 15vw;
  }

  .form_col1
  {
    margin-top: 10vw;
  }

  .mediadiv2 p
  {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .mediadiv2
  {
    padding: 5vw;
  }

  .pro_title
  {
    font-size: 6vw;
  }

  .pro_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .pro_benefits_title 
  {
    font-size: 4vw;
  }

  .benefits_ul li
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .pro_col3
  {
    margin-top: 5vw;
  }

  .pro_cf2 
  {
    margin-top: 4vw;
    margin-bottom: 8vw;
  }

  .pro_cf1 
  {
    padding-bottom: 8vw;
    padding-top: 6vw;
  }

  .partner_head
  {
    font-size: 6vw;
  }

  .partner_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .abt_team_pos
  {
    font-size: 3vw;
    text-align: center;
  }

  .partners_name
  {
    font-size: 4vw;
    text-align: center;
  }

  .partners_dis
  {
    font-size: 3.5vw;
    line-height: 5vw;
    text-align: center;
  }

  .adv_arrow
  {
    font-size: 6vw;
  }

  .abt_para_txt
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .abt_para_txt2 
  {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .abt_para_con 
  {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .abt_para_col
  {
    padding: 10vw 10vw 8.5vw;
  }

  .abt_miss_img 
  {
    width: 65px;
/*    margin-top: -12vw;*/
  }

  .abt_miss_col1
  {
    margin-top: 13vw;
  }

  .landing_img
  {
    width: 45vw;
  }

  .landing_p 
  {
    font-size: 4.8vw;
    line-height: 8vw;
  }

  .landing_sec 
  {
    margin-top: 50vw;
  }

  .dropdown_menu_ul li
  {
    font-size: 5vw;
    padding: 2vw !important
  }

  .dropdown_menu_ul 
  {
    min-width: 1vw !important; 
    margin: 0px auto;
    padding: 2vw 4vw !important;
    width: fit-content;
    text-align: center!important;
    list-style: none !important;
    position: static !important;
    background-clip: padding-box !important;
  }
  
  .testimonial_scroll .owl-prev 
  {
    float: unset;
    position: unset;
  }
  
  .testimonial_scroll .owl-next 
  {
    float: unset;
    position: unset;
  }
  
  .staricon .fas
   {
    font-size: 1.7rem;
   }

}

@media only screen
and (min-width: 768px)
and (max-width: 992px)
{
    
  .formselect
  {
    font-size: 1.2vw;
  }

  .partners_p
  {
    font-size: 1.5vw;
  }

  .partners_scroll_div
  {
    min-height: 29vw;
  }
    
  .footer_col1::after
  {
    /*bottom: 7vw;*/
    left: 17vw;
  }

  .adv_div
  {
    min-height: 60vw;
  }

  .abt_scroll_item
  {
    min-height: 35vw;
  }

  .product_popup_ul li
  {
    font-size: 1.2vw;
  }

  .product_popup_txt
  {
    font-size: 1.2vw;
  }

  .footer_lastrow 
  {
    padding: 2vw;
  }

  .index_body
  {
    overflow: unset;
  }

  .header_menu li a
  {
    font-size: 1vw;
  }

  .header_icons 
  {
    padding-left: 2vw;
    position: relative;
  }

  .header_icons i 
  {
    font-size: 1.3vw;
    position: absolute;
    top: -1vw;
  }

  .slider_btn 
  {
    font-size: 1vw;
  }

  .white_sec_link
  {
    font-size: 1vw;
  }

  .white_sec_link:after
  {
    top: 1.5vw;
  }

  .white_sec
  {
    padding: 3vw 3vw 3vw 3vw;
  }

  .abt_btn
  {
    font-size: 1vw;
  }

  .product_con
  {
    margin-top: 5vw;
  }

  .product_btn
  {
    font-size: 1vw;
  }

  .white_sec_title 
  {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .white_sec_txt
  {
    font-size: 1.2vw;
/*    width: 20vw;*/
  }

  .product_div1
  {
    min-height: 37vw;
  }
  
  .product_div_new
  {
    min-height: 37vw;
  }

  .exp_con
  {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .abt_title 
  {
    font-size: 1vw;
  }

  .abt_txt
  {
    font-size: 1.2vw;
    width: 40vw;
  }

  .abt_subtxt
  {
    font-size: 1.2vw;
  }

  .product_txt
  {
    font-size: 1.2vw;
  }

  .product_title
  {
    font-size: 1.5vw;
  }

  .product_dis
  {
    font-size: 1.2vw;
/*    min-height: 12vw;*/
  }

  .product_link
  {
    font-size: 1vw;
  }

  .footer_icon
  {
/*    padding: 0.7vw 0.7vw;*/
    width: 2.6vw;
    height: 2.6vw;
  }

  .footer_readmore
  {
    font-size: 1vw;
  }

  .footer_con_icon2
  {
    margin-top: 2.8vw;
  }

  .footer_copy
  {
    top: 1.5vw;
  }

  .footer_cf
  {
    margin-top: 10vw;
    padding-top: 7vw;
    padding-bottom: 0vw;
    margin-bottom: 0vw;
  }

  .slider-inner img
  {
    height: unset;
  }

  .con_p
  {
    font-size: 1.2vw;
  }

  .forminput
  {
    font-size: 1.2vw;
  }

  .con_no a
  {
    font-size: 1.2vw;
  }

  .con_icon2
  {
    top: 2.5vw;
  }

  .con_a
  {
    font-size: 1.2vw;
  }

  .submitbtn
  {
    font-size: 1vw;
  }

  .con_social_icon 
  {
/*    padding: 0.8vw 0.7vw;*/
    width: 2.7vw;
    height: 2.7vw;
  }

  .con_social_icon2 
  {
    padding: 0.8vw 0.9vw;
  }

  .abt_team_pos
  {
    font-size: 1.5vw;
  }

  .landing_img 
  {
    width: 35vw;
  }

  .landing_p 
  {
    font-size: 4.8vw;
    line-height: 8vw;
  }

  .landing_sec 
  {
    margin-top: 14vw;
  }
}

@media only screen
and (min-width: 993px)
and (max-width: 1199px)
{
  .index_body
  {
    overflow: unset;
  }

  .product_con
  {
    margin-top: 5vw;
  }

  /*.footer_cf
  {
    margin-top: 10vw;
    padding-top: 7vw;
    padding-bottom: 2.5vw;
  }*/

  .exp_con
  {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .slider-inner img
  {
    height: unset;
  }
}

@media screen and (min-width: 1200px)
{
  #fullpage 
  {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
  }

  #fullpage section 
  {
    height: 100vh;
    display: grid;
    align-items: center;
  }

/*#fullpage section 
{
  letter-spacing: 0.8px;
  margin: 0;
  padding: 8px;
  text-align: left;
  line-height: 0px;
  font-size: 12px;
  color: #000000e600;
}*/

/*ul 
{
  display: flex;
  list-style: none;
  top: 0;
  left: 0;
}

li 
{
  position: relative;
  padding-left: 0;
  color: red;
}*/

  #fullpage section:nth-child(1) 
  {
    background: #fff;
  }

  #fullpage section:nth-child(2) 
  {
    background: #fff;
  }

  #fullpage section:nth-child(3) 
  {
    background: #EFF9FA;
  }

  #fullpage section:nth-child(4) 
  {
    background: #fff;
    margin-top: -4vw;
  }

  #fullpage section:nth-child(5) 
  {
    background: #fb900b;
  }

  #fullpage section:nth-child(6) 
  {
    background: #009fff;
  }

  #fullpage section:nth-child(7) 
  {
    background: #ffa22f;
  }

  #fullpage section:nth-child(8) 
  {
    background: #fb900b;
  }

  #fullpage section:nth-child(9) 
  {
    background: #0086d6;
  }

}

/*Media Queries*/






















