@font-face {
    font-family: segoe; 
    src: url("../fonts/segoeuisl.ttf"); 
}
@font-face {
    font-family: segoe regular; 
    src: url("../fonts/segoeui.ttf"); 
}
@font-face {
    font-family: segoe semi bold; 
    src: url("../fonts/seguisb.ttf"); 
}

html, body{
  padding:0px; 
  margin:0px; 
  font-family: segoe; 
}
/*======== header css ========*/
.na_navbar1{
   border-radius: 0px; 
   margin: 0px;   
}
.na_navbar2{margin-top:57px; }

.na_navbar_brand{
   height:auto; 
}
.na_navbar1{
   border-radius: 0px; 
   margin: 0px; 
   background: #fff; 
   /* box-shadow: 0px 3px 6px #c6c6c6;  */
   border-top: 1px solid #f3f3f3;   
}
.na_navbar_collapse{
   padding:0px; 
}
.na_navbar1 .navbar-right>li{    
	border-right:0px solid #000; 
}
.na_navbar1 .navbar-right>li:last-child{    
	border-right:0px solid #159fd5; 
}
.na_navbar1 .nav>li>a{
  color:#666666; 
  font-family: segoe semi bold;  
  text-transform:uppercase;
}
.na_navbar1 .nav>li>a:focus, .na_navbar1 .nav>li>a:hover {
    text-decoration: none; 
    background-color: transparent; 
	color: #0e74af; 	
}
.na_navbar1 .navbar-right>li>a{    
    color: #1c2802; 
    font-size: 14px; 
    padding: 0px 15px 0px 15px; 
    margin: 0px; 
	
}
/* .na_navbar1 .navbar-right>li>a{     */
    /* color: #000;  */
    /* font-size: 14px;  */
    /* padding: 0px 15px 0px 15px;  */
    /* margin: 0px;  */
	
/* } */

.na_navbar1 .navbar-right>li>a:hover, .na_navbar1 .navbar-right>li>a:focus{   
   color:#40b85e; 
}
.na_navbar1 .navbar-right{
   margin-right: 0px; 
}
.na_nav_toggle{
   border: 1px solid #333333; 
    border-radius: 0px; 
    margin-top: 28px; 
    margin-right: 15px; 
	padding: 9px 8px; 
}
.na_nav_toggle>.icon-bar{
   display: block; 
    width: 22px; 
    height: 2px; 
    border-radius: 1px; 
    background: #333; 
}
.no_pad{padding:0px; }
.navbar-brand {    
    padding: 10px 10px; 
}
.na_navbar2 .active {
    color: #4ebd93;    
    cursor: default;
	padding: 0px 15px 0px 15px;
	font-size:14px;
	font-family: segoe semi bold;
    line-height: 20px;
	text-transform:uppercase;
}
.dropdown-menu>li>a
{
	font-size:15px;
	color: #000;
	padding: 5px 15px 5px 15px;
    text-decoration: none;
	background:transparent;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover
{
	color: #40b85e;
    text-decoration: none;
	background:transparent;
}
/*---------navbar-----*/

/*----- Banner----*/
.et_banner_blcok1 {
    height: 350px;
    width: 100%;
}
.et_banner_img1 {
    background-image: url(../images/banner_home.jpg);
    background-size: cover !important;
    background-position: 50% 0% !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: block;
}

/*---- products -----*/

.products{ padding:30px 0px; }
.product_block{background:#fff; padding: 5px; border:1px solid #ccc;}
.products .product_block>p{font-family:"segoe regular"; font-size:15px; color:#000; padding:0px 0px 15px 0px; margin:0px;}
.products h2{font-family: "segoe";
    font-size: 30px;
    color: #1f1f1f;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
	text-align:center;
	font-weight:bold;}
.products h3{font-family: "segoe semi bold";
    font-size: 16px;
    color: #333;
    padding: 0px 0px 10px 0px;
    margin: 0px;
	min-height:30px;
    }
.products h4{font-family: "segoe semi bold";
    font-size: 15px;
    color: #333;
    padding: 25px 0px 5px 0px;
    margin: 0px;
    }
.product p{
	font-family: "segoe regular";
    font-size: 16px;
    color: #404040;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    line-height: 21px;
	text-align:left;
    }
	.products blockquote {
    border-color: #009ae8;
    background: #efefef;
    font-size: 25px;
    font-style: italic;
    line-height: 36px !important;
    padding: 20px;
}
.title-line.wide50 {
    height: 2px;
    width: 50px;
	margin-bottom:5px;
}
 .title-line.color{
background: #ff8700;
}
.products img{margin-bottom:10px;}
.media-carousel1 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel1 .carousel-control.left 
{
  left: -12px;  
  height: 40px;
  width : 40px;
  margin-top: 120px;
  font-size:60px;
  color:#33be97;
}
/* Next button  */
.media-carousel1 .carousel-control.right 
{
  right: -12px !important;  
  height: 40px;
  width : 40px;
  margin-top: 120px;
  font-size:60px;
  color:#33be97;
}
/* Changes the position of the indicators */
.media-carousel1 .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel1 .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel1 .carousel-indicators .active 
{
  background: #333333;
}

/*-------Products end----*/


/*---- services -----*/
.services{ padding:50px 0px; background:#33be97;}
.services p{ font-family:"segoe regular"; font-size:15px; color:#fff; padding:0px 0px 15px 0px; margin:0px; line-height:24px; text-align:center;}
.services h2{ font-family:"segoe regular"; font-size:30px; color:#fff; padding:0px 0px 15px 0px; margin:0px; line-height:24px; text-align:center;}
.rounded-circle {
    border-radius: 50%!important;
}
.services .col-md-3 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.services .in_services h3{
	font-family: "segoe semi bold";
    font-size: 21px;
    color: #333;
    padding: 0px 0px 0px 0px;
    margin: 0px;
	min-height:60px;
    }
.services .in_services p{ font-family:"segoe regular"; font-size:15px; color:#404040; padding:0px 0px 10px 0px; margin:0px; line-height:24px; text-align:center;}

.service_block{background:#fff; padding: 10px;}
.service_block ol li{font-family:"segoe regular"; font-size:15px; color:#404040; margin:0px; padding:0px 10px;}
button.read_btn {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 30px;
    margin: 10px 0px 20px 0px;
    background: #41b962;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: "segoe";
    text-align: left;
}
button.read_btn:hover {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 30px;
    margin: 10px 0px 10px 0px;
    background: #50c871;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: "segoe";
    text-align: left;
}

p.read_btn_services>a {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 30px;
    margin: 10px 0px 10px 0px;
    background: #41b962;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: "segoe";
    text-align: left;
	text-decoration:none;
}
p.read_btn_services>a:hover {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 30px;
    margin: 10px 0px 10px 0px;
    background: #50c871;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: "segoe";
    text-align: left;
}

/*------inner----------*/
.services_page{padding:30px 0px;}
.services_page p{font-family:"segoe regular"; font-size:16px; color:#404040; padding:0px 0px 10px 0px; margin:0px; line-height:24px; text-align:justify;}
.services_page h2{font-family:"segoe"; font-size:30px; color:#4cbb91; padding:0px 0px 10px 0px; margin:0px; text-transform:uppercase;}
.services_page h3{font-family:"segoe semi bold"; font-size:21px; color:#231f20; padding:0px 0px 10px 0px; margin:0px; }
.et_services_ul {
    margin: 0px;
    padding: 0px;	
}
.et_services_ul ol {
    margin: 0px;
    padding: 10px 10px;	
}
.et_services_ul ol>li {   
    text-align: left;
    margin-left: 5px;
    color: #231f20;
	padding:3px 5px !important;
	font-size: 15px;
	font-family:"segoe";
}

/*-------services end----*/


/*---- Customers-----*/

.customers{ padding:30px 0px; }
.customers p{ font-family:"segoe regular"; font-size:15px; color:#404040; padding:0px; margin:0px; line-height:24px; text-align:center;}
.customers h2{
	font-family: "segoe";
    font-size: 30px;
    color: #1f1f1f;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    text-transform: uppercase;
	text-align:center;
	font-weight: bold;
}	
.customers .thumbnails {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff; 
border:1px solid #ccc;    
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}


.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 10px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;  
  height: 40px;
  width : 40px;
  margin-top: 0px;
  font-size:60px;
  color:#33be97;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;  
  height: 40px;
  width : 40px;
  margin-top: 0px;
  font-size:60px;
  color:#33be97;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
/* .media-carousel img { */
    /* width: 120px; */
    /* height: 80px; */
/* } */
	
/* Careers------------------*/
.customers_page{padding:30px 0px;}
.customers_page p{font-family:"segoe semi bold"; font-size:18px; color:#404040; padding:0px 0px 10px 0px; margin:0px; line-height:24px; text-align:justify;}
.customers_page h2{font-family:"segoe"; font-size:30px; color:#4cbb91; padding:0px 0px 10px 0px; margin:0px; text-transform:uppercase;}
.customers_page .customers_block h3{
	font-family: "segoe semi bold";
    font-size: 14px;
    color: #404040;
    padding: 0px 0px 5px 0px;
    margin: 0px;    
	text-align:center;
	min-height: 55px;
}
.customers_block {
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.customers_block img {
    display: block;
    text-align: center;
    font-size: 40px;    
    margin: 10px auto;
    
}
	.career_block{background:#fff; padding: 5px; border:1px solid #ccc; margin-bottom:10px;}
	.career_block p{ font-family:"segoe regular"; font-size:14px; color:#404040; padding:0px; margin:0px; line-height:24px; text-align:center; min-height:125px;}
	.career_block h2{
	font-family: "segoe";
    font-size: 30px;
    color: #0e74af;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    text-transform: uppercase;
	text-align:center;
}	
.career_page h3{
	font-family: "segoe";
    font-size: 24px;
    color: #252122;
    padding: 0px 0px 10px 0px;
    margin: 0px;    
	text-align:center;
}	
.career_block h3{
	font-family: "segoe";
    font-size: 21px;
    color: #0e74af;
    padding: 10px 0px 10px 0px;
    margin: 0px;    
	text-align:center;
}	
.career_page{padding:30px 0px;}
.career_block i{display: block;
    text-align: center;
    font-size: 40px;
    color: #fff;
    background: #50bf95;
    width: 70px;
    height: 70px;
    border-radius: 45px;
    line-height: 70px;
    margin: 10px auto;
    border: 1px solid #ebebeb;}
.career_page h2{font-family:"segoe"; font-size:30px; color:#4cbb91; padding:0px 0px 10px 0px; margin:0px; text-transform:uppercase;}
	
/*about us page*/
.about_us_banner {
    background: #e4e4e4;
    padding: 40px 0px 60px;
    background-image: url(../images/about-us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
	min-height: 200px;
	display: block;
}
.careers_banner {
    background: #e4e4e4;
    padding: 40px 0px 60px;
    background-image: url(../images/careers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
	min-height: 200px;
	display: block;
}
.thank_you_banner {    background-color: #e4e4e4; padding: 10px ; background-image: url(../images/thank_you_banner.jpg); background-size: cover;    background-repeat: no-repeat; background-position: 100% 100%; }
.our_team_banner {
    background: #e4e4e4;
    padding: 40px 0px 60px;
    background-image: url(../images/our_team_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
	min-height: 200px;
}
.contact_us_banner {
    background: #e4e4e4;
    padding: 40px 0px 60px;
    background-image: url(../images/contact-us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
	min-height: 200px;
}

.support_banner {
    background: #e4e4e4;
    padding: 40px 0px 60px;
    background-image: url(../images/support.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
	min-height: 200px;
}
.customers_banner {
    background: #e4e4e4;
    padding: 40px 0px 60px;
    background-image: url(../images/our-customers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
	min-height: 200px;
}
.products_banner {
    background: #e4e4e4;
    padding: 40px 0px 60px;
    background-image: url(../images/products.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
	min-height: 200px;
}
.services_banner {
    background: #e4e4e4;
    padding: 40px 0px 60px;
    background-image: url(../images/services.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 70%;
    min-height: 220px;
}
.about_banner_head {
    font-size: 3em;
    color: #fff;
    margin: 0px 0px 0px 25px;
    line-height: 48px;
}
.about_us_page{padding:30px 0px;}
.about_us_page p{font-family:"segoe regular"; font-size:16px; color:#404040; padding:0px 0px 10px 0px; margin:0px; line-height:24px; text-align:justify;}
.about_us_page h2{font-family:"segoe"; font-size:30px; color:#4cbb91; padding:0px 0px 10px 0px; margin:0px; text-transform:uppercase;}
.contact_us_section{background:#4ebd93; min-height:455px; padding:25px;}
.contact_us_head p{font-family:"segoe"; font-size:30px; color:#fff; padding:10px 0px 10px 0px; margin:0px; text-transform:uppercase; text-align:center;}
.ff_field {
    width: 100%;
    height: 30px;
    font-size: 14px;
    padding: 6px 10px;
    margin: 5px 0px;
    background: transparent;
    border: 1px solid #f2f2f2;
    color: #fff;
	font-family: segoe;
}
button.cte_btn {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 35px;
    margin: 10px 0px 0px 0px;
    background: #02794c;
    color: #fff;
    border: none;
    border-radius: 3px;
	font-family:"segoe";
	text-align:left;
}
::placeholder { 
  color: #fff;
  font-family: segoe;
  
}
 textarea::placeholder {
  color: #fff; 
  font-family: segoe;
}
textarea {
  color: #fff; 
  font-family: segoe;
}


.r_f_field.cte_textarea_field {
    height: inherit;
	    color: #fff;
}
.r_f_field {
    display: block;
    width: 100%;
    font-size: 14px; 
    height: 30px;
    padding: 6px 10px; 
    margin-top: 1px; 
	background: transparent;
    border: 1px solid #f2f2f2;
    color: #fff;
}
.about_img{background:#0e74af; padding:15px; margin-bottom:10px; min-height: 185px;}
.about_img h3{font-family:"segoe"; font-size:16px; color:#fff; padding:0px; margin:0px; text-transform:uppercase; text-align:center; }
.about_img>img{padding-bottom:10px}


/*---- applications ----*/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.cte_f_ul {
    margin: 0px;
    padding: 0px;
}
.cte_f_ul>li {
    list-style-type: none;
    text-align: left;
	font-family: "segoe";
	font-size: 16px;
	color:#333;
	font-weight: bold;
	padding: 10px 10px;
	background: #d9edf9;
	margin-bottom: 2px;	
}
.cte_f_ul>li>a {
    font-size: 14px;
    padding: 4px 0px;
    display: inline-block;
    color: #333333;
}
.cte_f_ul>li>i {padding-right: 10px;}

/*---- news ----*/
.divider-d-dashed {
    border-bottom: 1px solid #ccc;   
    float: left;
    height: 5px;
    margin: 25px 0 25px;
    width: 100%;
}
.news{padding:30px 0px;}
.news h2{font-family: "segoe";
    font-size: 30px;
    color: #0e74af;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    text-transform: uppercase;
	}
.news_section p{
	font-family: "segoe regular";
    font-size: 16px;
    color: #404040;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    line-height: 21px;
	text-align:justify;
    }

/*-----contact -----*/
.get_title{font-size:24px; font-family:segoe; color:#333; padding:0px; margin:0px;}
.contacts{padding:30px 0px;}
.contacts h2{font-family: "segoe";
    font-size: 30px;
    color: #33be97;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    text-transform: uppercase;
}
	.contacts>p{font-family:"segoe regular"; font-size:15px; color:#404040; padding:0px 0px 10px 0px; margin:0px; line-height:21px; }
	.contacts h3{
	font-family: "segoe semi bold";
    font-size: 18px;
    color: #231f20;
    padding: 0px 0px 5px 0px;
    margin: 0px;
	line-height: 21px;	
    }
.contact_form{ border:1px solid #ccc; padding:15px; margin-bottom:10px;}
.r_f_label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0px 0px 4px 0px;
}
.r_f_field {
    display: block;
    width: 100%;
    font-size: 14px;
    height: 30px;
    padding: 3px 8px;
    margin-top: 1px;
	color: #231f20;
}
.r_f_field1 {
    display: block;
    width: 100%;
    font-size: 14px;
    height: 30px;
    padding: 3px 8px;
    margin-top: 1px;
	color: #000;
}
.r_f_div1 {
    margin: 8px 0px;
}
.r_f_field.r_f_textarea_field {
    height: inherit;
}
textarea {
    overflow: auto;
}
.sub_btn{ background:#159fd5; padding:5px 10px; font-family:segoe; color:#fff; border:0px;}
.sub_btn:hover{ background:#0c89ba; padding:5px 10px; font-family:segoe; color:#fff; border:0px;}
.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.list.list-icons.list-icons-style-3 li {
    padding-top: 5px;
    padding-left: 0px;
	margin-bottom: 5px;
}
icons.list-icons-style-3 li{
    color: #FFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
    font-size: 0.8em;
    line-height: 1.3;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	 
}
.fas_icon{
	color: #159fd5;
    width: 30px;
    height: 30px;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
	
	 }
.list.list-icons li {
    position: relative;
    padding-left: 25px;
	font-family: "segoe";
}






/*----- Footer ----*/
.footer{padding:30px 0px; background:#302e2f; background-repeat:no-repeat; background-size:cover;}
.field--type-text-with-summary p:first-child {
    margin-top: 10px;
}
.nt_f_head, .nt_f_head>a {
    font-size: 16px;
    margin: 0px 0px 3px 0px;
    color: #fff;
    text-align: left;
}
.nt_f_head, .nt_f_head>a {
    font-size: 16px;
    margin: 0px 0px 3px 0px;
    color: #fff;
    text-align: left;
}
.et_f_ul {
    margin: 0px;
    padding: 10px 0px;	
}
.et_f_ul>li {
   list-style-type: square;
    text-align: left;
    margin-left: 18px;
    color: #33be97;
	padding:5px 5px;
}
.et_f_ul>li>a {
    font-size: 13px;
    padding: 4px 0px;    
	color: #33be97;
	margin:0px 0px;
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
}
ul.et_f_ul i {
    font-size: 20px;
    margin-right: 10px;
	color: #33be8a;
}

.footer_head {
    font-size: 21px !important;
	color:#33be97;
	font-family: "segoe";
	font-weight:bold;
}
.footer_para{font-family: "segoe"; color:#33be97; font-size:14px;}
.cte_ul {
    margin: 0px;
    padding: 5px 0px;    
}
.cte_ul>li {
    list-style-type: none;
    margin-bottom: 10px; 
	color:#33be97;	
}
.cte_ul>li>a {     
color:#33be97;	
font-family: "segoe";
font-size:14px;
}

ul.cte_ul i {
    font-size: 20px;
    margin-right: 10px;
	color: #33be8a;
}

.cte_ul>li:before{
content: “\f13d”;
font-family: “FontAwesome”;
width: 10px;
height: 10px;
margin-right: 5px;
}

.et_ul {
    margin: 0px;
    padding: 5px 0px;    
}
.et_ul>li {
    list-style-type: none;
    margin-bottom: 10px; 
	color:#33be97;	
	display:inline;
}
.et_ul>li>a {     
color:#33be97;	
font-family: "segoe";
font-size:14px;
}

ul.et_ul i {
    font-size: 20px;
    margin-right: 10px;
	color: #33be8a;
}

.et_ul>li:before{
content: “\f13d”;
font-family: “FontAwesome”;
width: 10px;
height: 10px;
margin-right: 5px;
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}



.copyrights{background:#000; padding: 5px 0px;}
.copyrights p{color:#33be8a; font-size:12px; font-family:"segoe regular";  padding:10px 0px; margin: 0px;}
/*============== Scroll top css =================*/
.na_scroll_top{
  position: fixed; 
  right: -50px; 
  bottom: 280px; 
  -webkit-transition: right .5s ease; 
  -moz-transition: right .5s ease; 
  -ms-transition: right .5s ease; 
  transition: right .5s ease; 
}

.na_s_img>img{
   width: 36px; 
   cursor:pointer; 
}
.na_transform_scrolltop{
   -webkit-transition: right .5s ease; 
  -moz-transition: right .5s ease; 
  -ms-transition: right .5s ease; 
  transition: right .5s ease; 
  right: 0px; 
}



@media (max-width: 1199px){

   .na_navbar1 .nav>li>a{
      padding: 15px 13px; 
   }
   .na_navbar1 .navbar-right>li>a{
      font-size: 14px; 
      padding: 0px 8px 0px 8px; 
   }   
	.na_b_btn_grp {
		margin: 35px 0px 0px 0px; 
	}
	.na_btn{
	   padding: 12px 22px; 
	}	
	
	.na_navbar2 {
		margin-top: 50px; 
	}
	.part_logo h3{min-height:70px;}
}

@media (max-width: 991px){
.product_block img{width:100%;}
.customers img{width:100%;}
.na_navbar1 .nav>li>a {	padding: 15px 10px;}
.na_navbar1 .navbar-right>li>a {padding: 0px 5px;}	
.na_navbar2{margin-top:25px;}
.grid-do_more figure{position:relative; float:left; overflow:hidden !important; background:#fff; cursor:pointer;}
.custom_col{width:50%}
	
	
	.na_logo_img {
    width: 145px;
}
.na_navbar2 .active {
    color: #40b85e;    
    cursor: default;
	padding: 0px 5px 0px 5px;
	font-size:14px;
	font-family: segoe semi bold;
}
.product_img_align{float:left; margin-top: 15px;}
}

@media (max-width: 767px){
	.copyrights .text-right{text-align:left;}
    .na_logo_img{
	  width:180px; 
	}
	.na_navbar1 {
		border-radius: 0px; 
		margin: 0px; 
		background: transparent; 
		box-shadow: none; 
		border-top: 0px solid #f3f3f3; 
		min-height: 0px; 
	}
	.na_navbar1{
	    border-bottom: 1px solid #333; 
	}
	.na_navbar1 .navbar-nav{
	   margin:0px; 
	   padding-top:8px; 
	}
	.na_navbar1 .nav>li>a {
		padding: 10px 10px; 
	}	
	.custom_col2 {
		width: 100%; 
	}  
  .na_navbar2{margin-top:0px; }
  .na_navbar1 .navbar-right>li{    
	border-right:0px solid #159fd5; 
}
  .grid-do_more figure{position:relative; float:left; overflow:hidden !important;  background:#fff; cursor:pointer; }
  
  .img_partner { width: 50%;}
  .partners_img {
    width: 50%;
    float: left;
}
.na_navbar2 .active {
    color: #0e74af;
    cursor: default;
	padding: 5px 5px 5px 10px;
	font-size:14px;
	font-family: segoe semi bold;
}
.product_img_align{float:left; margin-top: 15px;}
.navbar-header{border-bottom: 1px solid #ccc;}
}
@media (max-width: 560px){
	.na_btn {
		padding: 12px 22px; 
		display: block; 
		margin-bottom: 18px; 
	}
	.custom_col{width:100%}	
	.img_partner {width: 25%;}
	.partners_img {
    max-width: 100%;
    float: left;
}

.about_us_banner {
    background-position: 30% 100%;
}
/* .careers_banner { */
    /* background-position: 30% 100%; */
/* } */
.our_team_banner {
    background-position: 30% 100%;
}
.products_banner {
    background-position: 30% 100%;
}
.services_banner {
    background-position: 30% 70%;
}
.customers_banner {
    background-position: 30% 100%;
}
.support_banner {
    background-position: 30% 100%;
}

.thank_you_banner {
	background-position: 30% 100%;
}
.contact_us_section {
    margin-top: 15px;
}


}