/* Theme Name: sensoft  
Author: Sensors and Software
Template: sensoft
Description: Sensoft is a theme created by Sensors and Software
Version: 1.0.3
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: sensoft  */

body {
    font-family: 'Conv_Forza-Book';
    font-size: 15px;
    color: #313131;
    background: #fff;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-text-size-adjust: none;
    font-weight: normal;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

:focus {
    outline: 0;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

a:hover,
:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    border: none;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1,
h2
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    padding: 0;
    font-weight: normal;
    font-family: "Conv_Forza-Bold";
}


h2 {
      font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    color: #656565;
    font-size: 18px;
        font-family: "Conv_Forza-Medium";
    margin: 0 0 20px 0;
    font-weight: normal;
}

p {
    margin: 0;
    padding: 0;
    line-height: 25px;
    font-family: 'Conv_Forza-Book';
    font-size: 15px;
    color: #43494E;
}
.section p {
    margin: 0 0 15px;
}
.section .heading p {
    font-size: 20px;
}

.outer:before,
.outer:after {
    content: " ";
    display: table;
}

.outer:after {
    clear: both;
}

.outer {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
}

.container {
    margin: auto;
    width: 96%;
    max-width: 100%;
}

.section .container {
    /*max-width: 1140px;*/
    width: 90%;
}


/*** default style start here ***/

.read_more {
    margin-top: 10px;
    display: inline-block;
    background: rgba(255,209,0,0.8);
    font-size: 16px;
    color: #000;
    text-align: center;
    height: auto;
    line-height: 20px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    margin-bottom: 30px;
    width: auto;
    padding:10px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.read_more:hover {
    background: #455560;
    color: #fff;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

a.backtohome {
    
     color: #000;
    display: inline-block;
    font-family: "Conv_Forza-Medium";
    font-size: 15px;
    padding: 10px 25px;
    position: relative;
    z-index: 1;
      background: #ffd300;
}

.backtohome:hover {
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.button {
    text-align: center;
}

.button a {
   margin-top: 10px;
    display: block;
    background: #ffd300;
    font-size: 16px;
    color: #000;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    border-radius: 0px;
    margin-bottom: 30px;
  width: 100%;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.button a:hover {
    background: #455560;
    color: #fff;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.section h2,
.heading h2 {
    margin: 0 0 15px;
}

.heading {
    text-align: center;
}


/*** default style end here ***/


/*** header style start here ***/
.main_outer{
    overflow: hidden;
}
.main_outer .content {
    width: 100%;
    padding-top: 100px;
}
.header {
    padding: 15px 0;
    position: fixed;
    background: #fff;
    width: 100%;  
    z-index:999!important;
        transition: all .3s linear 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.logo {
    float: left;
    width: auto;
        transition: all .3s linear 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.logo a {
    display: block;
}

.logo img {
    width: 300px;
        transition: all .3s linear 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.nav_box {
    float: right;
}

.login_box {
    float: right;
    margin: 15px 0 20px;
}

.login_box a {
/*
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border: 1px solid #ccc;
*/
    padding: 5px 0;
    color: #555;
    float: left;
    font-size: 15px;
    text-align: center;
    min-width: 68px;
    font-family: 'Conv_Forza-Medium';
}

.login_box a:last-of-type {
    padding-right: 10px;
}

.login_box .serch_form {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 150px;
    float: right;
    margin: 0 0 0 5px;
}

.login_box .serch_form input {
    border: none;
    padding: 0;
}

.login_box .serch_form label {
display: none;
}




.login_box .serch_form input.text {
    color: #666;
    font-size: 12px;
    width: 120px;
    float: left;
    background: none;
    padding: 2px 5px;
    font-family: "Conv_Forza-Book";
}

.login_box .serch_form input.submit {
    background: url(../images/search_icon.png) no-repeat 0 2px;
    width: 20px;
    height: 20px;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
}

.login_box a:hover {
    color: #0F86B8;
/*
    background: #0F86B8;
    border: 1px solid #0F86B8;
*/
}

.serch_form form {
    /*height: 20px;
    float: left;*/
    width: 100%;
}

.login_box .login {
    margin: 0 0 0 0;
}
.login_box .register {
    margin: 0 10px 0 0;
}
.login_box .contact{
    margin: 0 5px 0 0;
    border: none;
}
.login_box .contact:hover{
    background: none;
    border: none;
    color: #0184BA;
}
.menu_desktop {
    clear: both;
}

.menu_desktop ul {
    width: 100%;
}

.menu_desktop ul,
.menu_desktop ul li {
    float: left;
    position: relative;
    z-index: 999;
}

.menu_desktop ul li {
    margin: 0 15px 0 15px;
    position: relative;
    padding: 0 0 0 0;
}

.menu_desktop ul li a {
    color: #7A7A7A;
    font-family: 'Conv_Forza-Medium';
    font-size: 15px;
    padding: 0 0 30px 0;
    cursor: pointer;
}

.menu_desktop ul li a:hover {
    color: #0184ba;
}

.menu_desktop ul li:last-child {
    margin: 0  0 0 15px;
}

.header .menu_desktop ul li ul {
    left: 0;
    top: 40px;
}
.header .menu_desktop ul li.current-menu-item a, .header .menu_desktop ul li.current_page_parent a{
    color: #0184ba;
}
.header .menu_desktop ul li ul {
    background: rgba(69,85,96,0.9);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    text-align: left;
    width: 260px;
    z-index: 999;
    padding: 0;
    top: 32px;
    left: -70px;
    display: none;
 
    opacity: 0;
    visibility: hidden;
 
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;

}

.header .menu_desktop ul li ul li {
    display: block;
    margin: 0;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #098ec4;
}

.header .menu_desktop ul li ul li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.header .menu_desktop ul li ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff!important;
    font-size: 15px;
}

.header .menu_desktop ul li ul li a:hover {
    color: #FEDE00!important;
}

.menu_desktop ul li ul li,
.menu_desktop ul li ul li ul li {
    display: block;
}

.menu_desktop ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

.header .menu_desktop ul li ul li ul {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    left: 260px;
    top: -1px;
    padding: 0;
}

.header .menu_desktop ul li ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}


/*** header style end here ***/




/*================== mobile responsive menu ======================*/
/** navigation bar */

#topnav {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 9999;
    top: 70px;
}
#navbtn {
    display: none;
}

#navbtn2 {
    display: none;
}


#topnav #navbtn2 {
  display: none;
  float: right;
  top: 0;
  margin-right: 10px;
  right: 10px;
  width: 40px;
  height: 70px;
  background: url('../images/menu_small.png') center no-repeat;
  text-indent: -99999px;
  overflow: hidden;
}
#topnav #navbtn {
  display: none;
  float: right;
  top: 0;
  margin-right: 10px;
  right: 10px;
  width: 40px;
  height: 70px;
  background: url('../images/menu_small.png') center no-repeat;
  text-indent: -99999px;
  overflow: hidden;
}

#topnav nav {
  position: absolute;
  top: 0; 
  right: -10px;
}

#topnav nav ul {
  list-style: none;
}
#topnav nav ul li {
  display: block;
  float: left;
  font-size: 16px;
  margin-right: 4px;
}

#topnav nav ul li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 10px;
  border-bottom: 2px solid #fff;
    font-weight: normal;
}
#topnav nav ul li a:hover {
  color: #fff;
  background: #1096c9;
  border-bottom-color: #CCD0CA;
}
/*================== End mobile responsive menu ======================*/



/*** responsive menu style start here ***/

.mobile-menu-button {
    display: none;
}

.menu_mobile {
    display: none;
}

.menu_desktop {
    display: block;
}

.menu_mobile {
    background: #f0f0f0 none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: -84%;
    position: absolute;
    top: 0;
}
#topnav .menu_arrow{
    display: none;
}
.header .menu_desktop ul li ul li .menu_arrow{
    display: none;
}
/*** responsive menu style end here ***/


/*** banner style start here ***/

.banner {
    min-height: 468px;
    margin: 0 0 0 0;
}

.banner .container {
/*    max-width: 1600px;*/
    max-width: 100%;
    width: 100%;
}

.bxslider img {
    max-width: 100%;
}

.bxslider li img {
    width: 100%;
}

.bxslider {
    float: left;
    width: 100%;
}

.bxslider li {
    float: left;
    min-height: 468px;
    width: 100%;
    position: relative;
    background: #FDDC01;
}

.bxslider li .left {
    float: left;
    width: 40%;
    min-height: 468px;
    background: url(../images/banner_leftBg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
}

.bxslider li .left img.pixel {
    width: 100%;
}

.bxslider li .left img {
    bottom: 0;
    position: absolute;
    width: 36%;
    left: 3%;
/*    z-index: 990;*/
    z-index: 9;
}

.bxslider li .right {
    float: right;
    width: 60%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.2) inset;
    /*  background: url(../images/banner-right.jpg);*/
    background-size: cover !important;
    min-height: 468px;
}

.bxslider li .right img {
    width: 100%;
}

.bxslider .caption {
    padding: 80px 80px 0 30%;
    bottom: 0;
    -webkit-background-size: 70%;
    background-size: 70%;
}

.bxslider .caption .read_more {
     background: #0184BA;
    z-index: 999;
}

.bxslider .caption .read_more:hover {
    color: #fff;
    background: #455560;
}

.bxslider .caption h3 {
    margin: 0 0 10px 0;
    font-family: 'Conv_Forza-Bold';
    font-size: 45px;
    line-height: 50px;
}

.bxslider .caption p {
    margin: 0 0 30px 0;
    font-family: 'Conv_Forza-Book';
    font-size: 18px;
    position: relative;
    z-index: 999;
}    

.banner .bx-controls {
    display: block;
}

.banner .bx-pager {
    display: none;
}

.product_slider .bx-pager {
    display: none;
}

.product_slider {
    position: relative;
}

.product_slider .bx-prev,
.product_slider .bx-next {
    width: 25px;
    height: 40px;
    position: absolute;
    bottom: 220px;
}


/*** banner style end here ***/


/*** solutions style start here ***/

.section_solutions {
    background: #fff;
    padding: 0 0 5px 0;
}

.section_solutions .heading {
    background: #455560;
    padding: 20px 0 35px 0;
    color: #fff;
    margin: 0 0 30px 0;
    position: relative;
}
.section_solutions .heading h2 {
    margin: 0 0 15px;
}
.section_solutions .heading p {
    margin: 0;
    color: #fff;
    width: 55%;
    display: inline-block;
}
.section_solutions .heading span {
    background: rgba(0, 0, 0, 0) url("../images/arrow_grey.png") no-repeat scroll 0 0;
    bottom: -14px;
    height: 14px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 34px;
    z-index: 99;
}
.section_solutions .solution_widget{
    padding: 15px 0 0 0;
}
.solution_widget ul,
.solution_widget ul li {
    float: left;
}

.solution_widget ul li {
    background: #fff;
    margin: 0 1% 2%;
    padding: 1.5%;
    width: 28%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    min-height: 260px;
    border: 1px solid #e5e5e5; 
 
}
.solution_widget ul li p{
    margin: 0;
    line-height: 22px;
    height: 80px;
}
.solution_widget ul {
    margin: 0 0 5px 0;
    width: 100%;
}
.solution_bottom {
    text-align: center;
}
.solution_bottom h3 {
    margin: 0 0 15px 0;
    color: #656565;
    font-family: 'Conv_Forza-Book';
    font-size: 18px;
}
.solution_bottom h3 a{
    color: #656565;
}
.solution_bottom h3 a:hover{
    color: #027caf;
}
.solution_bottom h3:hover {
    color: #027caf;
}

.solution_widget p {
    padding: 0 10px;
    text-align: center;
}

.solution_widget .solution_top {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.2) inset;
    background: url(../images/solution-img1.jpg);
    margin: 0 0 20px;
}

.solution_widget .solution_top img {
    top: 0 !important;
    width: 100%;
}


/*** solutions style end here ***/

/*** Software Downloads styles start here ***/

#software-downloads a {
    color: #0085b7;
}

/*** Software Download styles end here ***/


/*** section_contact style start here ***/

.section_contact {
    background: url(../images/contact_us.jpg) #FEDE00 right bottom no-repeat;
    background-image: none!important;
    padding:40px 0;
}

.section_contact .left {
    float: left;
    width: 30%;
    margin: 40px 0  80px 0;
}
.section_contact .left a{
	background-color:#027caf;
}
.section_contact .left a:hover{
	background-color:#455560;
}
.section_contact .right {
    float: right;
    width: 65%;
}
.section_contact .right iframe{
    width: 100%!important;
}
.section_contact .right img {
    bottom: -20px;
    max-width: 100%;
    position: relative;
}


/*** section_contact style end here ***/


/*** section_products style end here ***/

.section_products .heading {
    background: #027caf;
    padding: 20px 0 35px 0;
    color: #fff;
    margin: 0 0 30px 0;
    position: relative;
}

.section_products .heading span {
    background: rgba(0, 0, 0, 0) url(../images/arrow_blue.jpg) no-repeat scroll 0 0;
    bottom: -14px;
    height: 14px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 34px;
    z-index: 99;
    background:url(../images/arrow_blue.jpg)
}

.section_products p {
    margin: 0;
    color: #fff;
    width: 96%;
    display: inline-block;
}

.product_slider {
    background: #fff;
    padding: 30px 0 0 0;
}

.bxslider1,
.bxslider2,
.bxslider1 li,
.bxslider2 li {
    float: left;
    width: 100%;
}

.product_slider .container {
    margin: 0 auto;
}

.spacer {
    padding: 0 0 50px 0;
}

.product_slider .bx-wrapper {
    margin: 0 auto 30px 0;
}

.bxslider1 li .box,
.bxslider2 li .box {
    display: inline-block;
    margin: 0;
    padding: 1%;
    text-align: center;
    vertical-align: top;
    width: 22%;
}

.bxslider1 li .box img,
.bxslider2 li .box img {
    width: 90%;
    margin: 0 auto;
}

.bxslider1 li .product_title,
.bxslider2 li .product_title {
    margin: 20px 0 0;
    display: block;
    color: #445461;
    cursor: pointer;
    font-family: 'Conv_Forza-Medium';
    font-size: 18px;
}

.bxslider1 li .product_title:hover,
.bxslider2 li .product_title:hover {
    color: #0184ba;
}

.pro_title {
   /* width: 80%; */
    margin: 0 auto 30px;
}

.pro_title ul li a {
    font-family: 'Conv_Forza-Book';
    font-size: 18px;
    color: #7a7a7a;
}

.pro_title ul,
.pro_title ul li {
    display: inline-block;
}

.pro_title ul {
    margin: 0 auto;
    text-align: center;
}

.pro_title ul li {
    margin: 0 15px 15px;
}

.pro_title ul li a:hover {
    border-bottom: 3px solid #0198cf;
    color: #0198cf;
}


/*** section_products style end here ***/


/*** latest_news style start here ***/

.latest_news {
    background: #fafafa;
    padding: 45px 0;
   
}

.latest_news .container {
    max-width: 1140px;
    width: 90%;
}

.latest_news .widget {
    float: left;
    margin: 0 5% 0 0;
    width: 30%;
}

.latest_news .widget .read_more{
	background-color:#027caf;
    margin: 15px 0 0 0;
}

.latest_news .widget .read_more:hover{
	background-color:#455560;
}

.latest_news .widget h3,
.latest_news .widget h4 {
    margin: 0 0 20px;
}

.latest_news .widget h4 {
    line-height: 24px;
    font-family: 'Conv_Forza-Book';
    font-size: 18px;
    color: #313131;
}

.latest_news .widget h4 a {
 
    color: #313131;
}

.latest_news .widget h4 a:hover {
    color: #0184ba;
 
}
.latest_news .widget span {
    line-height: 24px;
    font-family: 'Conv_Forza-Book';
    font-size: 18px;
    color: #313131;
    display: block;
    padding: 0 0 15px 0;
}

.latest_news .widget span a {
 
    color: #313131;
}

.latest_news .widget span a:hover {
    color: #0184ba;
 
}



.latest_news .widget h3 {
    font-family: 'Conv_Forza-Book';
    font-size: 22px;
}

.latest_news .widget p {
    margin: 0 0 30px 0;
}

.latest_news .widget .latest {
    margin: 0 0 15px 0;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.2) inset;
}

.latest_news .widget.widget_last {
    margin: 0;
}

.latest_news .latest img {
    width: 100%;
}


/*** latest_news style end here ***/


/*** footer style start here ***/

.footer {
    background: #23282E;
    padding: 30px 0;
}

.footer .sec {
    float: left;
}

.footer .sec h3 {
    margin: 0 0 10px 0;
    color: #65696C;
    font-size: 18px;
}

.footer .sec h3 a {
    color: #65696C;
}

.footer .sec h3 a:hover {
    color: #ccc;
}

.footer .container {
    max-width: 98%;
    padding: 30px 0 0px 0;
}

.footer .footer_top .sec {
    width: 20%;
}
.footer .footer_top .sec1{
    width: 18%;
}
.footer .footer_top .sec2{
    width: 23%;
}
.footer .footer_top .sec3{
    width: 20%;
}
.footer .footer_top .sec4{
    width: 19%;
}
.footer .footer_top .sec5{
    width: 20%;
}
.footer .menu a {
    color: #65696C;
}

.footer .menu a:hover {
    color: #ccc !important;
}

.footer .menu li {
    margin: 0 0 8px 0;
    color: #65696C;
    font-size: 18px;
    font-family: "Conv_Forza-Medium";
}
.footer .menu li a{
   color: #999; 
}
.footer .menu li li a{
    color: #7b7b7b;
}
.footer .menu li .sub_menu {
    display: block;
    padding: 10px 0 10px 10px;
}
.footer .menu li ul{
    margin: 0 0;
    padding: 10px 0 0 0;
}
.footer .menu li ul li {
    background: none;
    padding: 0 0 0 0;
    font-family: 'Conv_Forza-Book';
    margin: 0 0 5px 0;
    font-size: 15px;
}
.footer .menu li ul li ul{
    padding: 10px 0 3px 0;
    margin: 0 0 0 5px;
}
.footer .menu li ul li ul li{
/*     background: rgba(0, 0, 0, 0) url("../images/list_bullet.jpg") no-repeat scroll 0 9px;*/
    padding: 0 0 0 5px;
}
.footer_top {
    margin: 0 0 20px 0;
}

.footer .sec h6,
.footer .sec p {
    color: #7b7b7b;
    float: left;
    width: 100%;
    font-family: 'Conv_Forza-Book';
    font-weight: normal;
}

.footer .sec h6 a{
	color: #888888;
	font-weight:bold;
}

.footer .sec p {
    font-size: 15px;
}

.footer_bottom .sec1 {
    width: 25%;
    margin: 0 5% 0 0;
}

.footer_bottom .sec2 {

    width: 40% !important;
}

.footer_bottom .slogan {

	width: 20%; 
	padding-left: 20px;
	float: right;
	
}
.footer_bottom .sec2 .menu li {
    float: left;
    background: none;
    padding: 0;
    font-family: 'Conv_Forza-Book';
    font-size: 15px;
    
}

.footer_bottom .sec2 .menu {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.footer_bottom .sec2 .menu li a {
    color: #7b7b7b;
}

.footer_bottom .sec2 .menu li {
    margin: 0 20px 0 0;
}

.footer_bottom .sec2 h6 {
    float: left;
}

.news_letter_form {
    clear: both;
    height: 35px;
    position: relative;
    width: 292px;
    height: 40px;
}

.news_letter_form .text {
    background: #fefcf2;
    padding: 10px 0;
    text-indent: 10px;
    width: 210px;
    float: left;
    height: 25px;
    font-family: 'Conv_Forza-Book';
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
}

.news_letter_form .submit {
    background: #fede00 none repeat scroll 0 0;
    color: #222;
    right: 0;
    position: absolute;
    /*    top: -3px;*/
    padding: 9px;
    height: 45px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    width: 82px;
    font-family: 'Conv_Forza-Medium';
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
}

input,
submit {
    border: none;
}

.social {
    margin: 0;
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
}

.social a {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.social a:hover {
    opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.6;
    -moz-opacity: 0.6;
}

.opational_button_last {
    margin: 0 !important;
}

.header.large {
    padding: 10px 5%;
    width: 90%;
    background: #fff;
}


/*** scrollToTop ***/

.scrollToTop {
    background: url("../images/arrow_up.jpg") no-repeat scroll center center;
    color: #444;
    display: none;
    font-weight: bold;
    height: 37px;
    width: 37px;
    padding: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    bottom: 30px;
    cursor: pointer;
    z-index: 99999;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 0.7;
}


/*** scrollToTop ***/


/* about us page*/

.banner_about {
    
    color: #fff;
    text-align: center;
    font-family: 'Conv_Forza-Book';
    min-height: 350px;
    margin: 0;
}

.about_desc h5 {
    font-size: 23px;
    font-family: 'Conv_Forza-Book';
}

.page_about h3 {
    font-size: 31px;
    font-family: 'Conv_Forza-Book';
}


.page_about p {
    font-size: 18px;
}

.about_desc p {
    color: #93c3d8;
}

.banner_about h5,
.banner_about p {
    margin: 0 0 30px 0;
}

.about_desc {
/*    padding: 80px 0;*/
    padding: 25px 0 40px 0;
}

.switcher_menu,
.switcher_menu li {
    display: inline-block;
}

.switcher_menu {
    margin: 0 auto;
    text-align: center;
}

.switcher_menu li {
    margin: 0 5px;
}

.switcher_menu li a {
    color: #fff;
    font-size: 19px;
}

.switcher_menu li a:hover {
    color: #b7bbf0;
}

.banner.banner_about .container {
    max-width: 940px;
}

.page_about .vision {
    background: #fff;
    padding:0px 0;
}

.page_about .vision .container {
    max-width: 1140px;
}
.box_left ul{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 10px 0;
}
.box_left ul li {
    display: inline-block;
    vertical-align: top;
    width:15%;
    padding: 0 0;
    margin: 0 .5%;
    text-align: center;
}
.box_left ul li img{
    max-width: 100%;
}
.page_about .vision .box {
    width: 94%;
    min-height: 350px;
    padding: 3%;
/*    border: 3px solid #e1e1e1;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
}

.page_about .vision .box .icon {
    display: none;
    height: 60px;
    margin: 0 auto 35px;
    text-align: center;
    width: 80px;
}

.page_about .vision .box_left {
    float: left;
}

.page_about .vision .box_right {
    float: right;
}

.page_about .vision .box h3 {
    margin: 0 0 30px 0;
}

.sec_history {
/*    background: url(../images/section_historyBg.jpg) no-repeat;*/
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 70px 0;
    
}
.sec_history a{
    color: #0183BF;
}
.sec_history h3{
    color: #455560;
}
.sec_history h2{
    margin: 0 0 25px 0;
}
.career h2{
    text-align: center!important;
    margin: 0;
    margin: 0 0 25px 0;
}
.slider_history {
    background: #fff;
    min-height: 400px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 50px 0;
}

.slider_history p {
    font-size: 15px;
}

.slider_history .bx-wrapper .bx-viewport {
    left: 0;
    max-width: 700px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    min-height: 400px;
    padding: 0 0 30px 0;
}

.slider_history .container {
    max-width: 650px;
}

.slider_history .bx-wrapper .bx-prev {
    left: 40px;
    height: 100%;
/*    background: #efefef;*/
    top: 0;
    width: 120px;
}
.slider_history .bx-wrapper .bx-prev:hover{
   background: #F9F9F9 url("../images/bx-prev.png") no-repeat scroll 50px 300px;
}

.slider_history .bx-wrapper .bx-next {
    right: 40px;
    height: 100%;
/*    background: #efefef;*/
    top: 0;
    width: 120px;
}
.slider_history .bx-wrapper .bx-next:hover{
    background: #F9F9F9 url("../images/bx-next.png") no-repeat scroll 50px 300px;
}

.sec_history h3 {
    margin: 0 0 40px 0;
}

.circle {
    border-radius: 100%;
    width: 175px;
    height: 175px;
    background: #ccc;
    margin: 0 auto 30px;
}
.slider_history ul li h4{
    font-size: 18px;
    font-family: 'Conv_Forza-Book';
    margin: 0 0 20px 0;
}
.pager_item ul,
.pager_item ul li {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.pager_item ul li {
    border: 1px solid #efefef;
    margin: 0 5px 10px;
    padding: 5px;
}

.slider_history .bx-pager {
    display: none;
}

.pager_item {
    padding: 35px 0 0;
    margin: 0 30px;
    border-top: 1px solid #ccc;
}

.pager_item ul {
    width: 60%;
}

.pager_item ul li a {
    font-size: 14px;
    color: #888989;
    font-family: 'Conv_Forza-Book';
}

.pager_item ul li a.current-menu-item,
.pager_item ul li a.active {
    color: #027caf;
}
.bx-wrapper .bx-loading{
    display: none;
}
.sec_people{
    background: #fff;
/*    padding: 80px 0;*/
    padding: 20px 0 40px 0;
    text-align: center;
}
.sec_people h2 {
    margin: 25px 0;
}
.sec_people .box{
    float: left;
    margin: 0 5% 0 0;
    width: 30%;
}

.right .sec_people .box{
    float: left;
    margin: 0 5% 25px 0;
    width: 30%;
}
.sec_people .box.box_last{
    margin: 0;
}
.sec_people .box h4 {
    font-size: 18px;
    margin: 0 0 20px 0;
    font-family: 'Conv_Forza-Medium';
}
.sec_people h3{
    margin: 0 0 30px 0;
}
.icon_social{
    display: inline-block;
    width: 38px;
    height: 37px;
    margin: 0px 0 20px 0;
}

a.icon_social {
        padding: 0!important;
}
/* about us page*/

.post-content {
    width: 100%;
    min-height: 140px;
}

.g-recaptcha iframe {
    
    width: 100%!important;
    
}.g-recaptcha div {
    
    width: 100%!important;
    
}

.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 147px!important;
}
.filter-section{
    padding: 0 0 25px 0;
    text-align: center;
}
select.filter {
    width: 60%;
    max-width: 150px;
    background: #fff;
    border: 1px solid #D6D6D3;
    padding: 10px 0;
    text-indent: 10px;
    color: #8e8d8d;
    font-family: 'Conv_Forza-Book';
    font-size: 15px;
    line-height: 22px;
    margin: 0 10px 5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select_arrow.png)no-repeat 98% 20px;
}
input.newssearch{
    width: 40%;
    max-width: 250px;
    background: #fff;
    border: 1px solid #D6D6D3;
    padding: 10px 0;
    text-indent: 10px;
    color: #8e8d8d;
    font-family: 'Conv_Forza-Book';
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 5px 0;
}
.register select{
    width: 100%;
    background: #fff;
    border: 1px solid #D6D6D3;
    padding: 10px 0;
    text-indent: 10px;
    color: #8e8d8d;
    font-family: 'Conv_Forza-Book';
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select_arrow.png)no-repeat 98% 20px;
}
.register input{
    width: 100%;
    background: #fff;
    border: 1px solid #D6D6D3;
    padding: 10px 0;
    text-indent: 10px;
    color: #8e8d8d;
    font-family: 'Conv_Forza-Book';
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 5px 0;
}
.register .submit {
    background: #0085b7!important;
    border: none;
    color: #fff!important;
    width: 130px!important;
    float: right!important;
    padding: 10px 0!important;
    font-family: "Conv_Forza-Medium"!important;
}
.register .submit:hover {
    background: #455560!important;
}
.register .form_box {
    width: 100%;
}
.register .form_box:before, .register .form_box:after{
    content: "";
    display: table;
}
.register label.error {
    color: #ae211a;
    font-size: 14px;
    padding: 0px 0 10px 0;
    display: block;
}
.register .form_box:after{
    clear: both;
}
.reg_left {
    float: left;
    width: 49%;
    padding: 0;
}
.reg_right{
    float: right;
    width: 49%;
    padding: 0;
}
.register .form_box .left_l {
    width: 100%;
    padding: 0;
}
.register .select_box {
    margin: 0 0 0 0;
}
.login-page {
    width: 75%;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
.login-page label{
    width: 25%;
    float: left;
    padding: 0 0;
}
.login-page input{
    width: 74%;
    /*float: left;*/
    background: #fff;
    border: 1px solid #D6D6D3;
    padding: 10px 0;
    text-indent: 10px;
    color: #8e8d8d;
    font-family: 'Conv_Forza-Book';
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 5px 0;
}
.login-page input[type="checkbox"] {
    width: 17px!important;
    float: left;
    margin: 5px 5px 0 0!important;
}
.button-primary:hover{
    background: #455560!important;
}
.button-primary{
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    color: #fff!important;
    display: block;
    font-family: "Conv_Forza-Medium"!important;
    font-size: 16px;
    background: #0085b7!important;
    padding: 10px 0;
    margin: 0 0 10px 0!important;
    width: 130px!important;
    cursor: pointer;
    float: right;
    border: none!important;
}
/*
p.login-remember, p.login-submit{
    padding: 30px 0 0 0!important;
    float: left;
}*/

.userrole{
    width: 100%;
    padding: 50px 0 0 0;
}
.userrole ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 0;
}
.userrole ul li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px;
    margin: 0 2px;
    font-family: 'Conv_Forza-Book';
    font-size: 17px;
    text-transform: capitalize;
    color: #047db2;
    text-align: center;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.userrole ul li a{
    color: #047db2;
}

 

.home .container .solution_widget ul li{
    
    width:13.8%;
    padding: 0.5%;
    margin:0.7%;
    min-height: 75px;
    border: none;
    
}

.home  .heading {
    
    background: #fff!important;
    padding: 120px 0 65px 0;
    color: #fff;
    margin: 0 0 0px 0;
    position: relative;
}
    
 
.home   .heading span {
    
 display: none;
    
}.home   .heading h2 {
    
 color: #313131;
    
}

.home   .heading p {
    
 color: #43494E;
    padding: 0 30%;
        width: auto;
}

.home .container .solution_widget p {
     
    display: none;
    
}

.home .container .solution_widget .solution_top {
     
        height: 150px;
    -webkit-border-radius:100%;
-moz-border-radius: 100%;
border-radius: 100%;
    
}.home .container .solution_widget  {
     
  padding: 30px 0 75px 0;
    
}
/*===========================*/
.circle img{
    border-radius: 100%;
    width: 100%;
    height: 100%;
}
.message .success{
    border-bottom: 3px solid #08960e;
}
/*==========floating header==========================*/
.brd{
    border-bottom:1px solid #F5F5F5;
    padding: 10px 0 0 0;
} 
.brd .logo img{
    width: 80%;
        transition: all .3s linear 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
.brd .login_box{
    padding: 0px 0;
    margin: 0 0 10px 0;
}
.content .brd{
    position: relative;
    padding: 0;
    border: none;

}
/*=================*/

.news_section .heading {
    background: #455560;
    padding: 20px 0 35px 0;
    color: #fff;
    margin: 0 0 0px 0;
    position: relative;
}

.news_section h2, .heading h2 {
    margin: 0 0 15px;
}
.news_section .heading p {
    margin: 0;
    color: #fff;
    width: 55%;
    display: inline-block;
    font-size: 18px;
}
.news_section .heading span {
    background: rgba(0, 0, 0, 0) url("../images/arrow_grey.png") no-repeat scroll 0 0;
    bottom: -14px;
    height: 14px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 34px;
    z-index: 99;
}

ul.secondary_li {
    
    margin:  15px  0 15px 0!important;
     float: left;
    width: 100%; 
    
}

.secondary_li li {
    
    
    border: none!important;
    list-style: disc!important;
    color: #fff!important;
    font-size: 15px!important;
    margin: 0 0 5px 45px!important;
    float: left!important; 
}


.secondary_li li a {
    border: none!important;
    padding: 0px!important;
    margin: 0px!important;
}


.left_links ul li {
    
    float: left;
    width: 100%;
}

.pa li {
    
    padding-bottom:  25px!important;
    color: #43494E!important;
}


/*===================18-1-16 STYLES===============*/

 
.rp_out .lg_user {
        background: rgba(69,85,96,0.8) url("../images/lock_01.png") no-repeat scroll 95% center;
}
.rp .lg_user {
    background: #455560 url("../images/lock.png") no-repeat scroll 95% center;
}
 

.c_in .customer {
     background: #455560 url("../images/lock.png") no-repeat scroll 95% center;
}


.c_in .dealer {
     background: #455560 url("../images/lock_01.png") no-repeat scroll 95% center;
}

.c_in .other {
     background: #455560 url("../images/lock_01.png") no-repeat scroll 95% center;
}

.d_in .dealer {
     background: #455560 url("../images/lock.png") no-repeat scroll 95% center;
}

.d_in .customer {
     background: #455560 url("../images/lock_01.png") no-repeat scroll 95% center;
}

.d_in .other {
     background: #455560 url("../images/lock_01.png") no-repeat scroll 95% center;
}

.o_in .other {
     background: #455560 url("../images/lock.png") no-repeat scroll 95% center;
}

.o_in .customer {
     background: #455560 url("../images/lock_01.png") no-repeat scroll 95% center;
}

.o_in .dealer  {
     background: #455560 url("../images/lock_01.png") no-repeat scroll 95% center;
}


.c_in .c_d , .d_in .c_d {
         background: #455560 url("../images/lock.png") no-repeat scroll 95% center;
}

.c_in .c_o , .o_in .c_o {
         background: #455560 url("../images/lock.png") no-repeat scroll 95% center;
}

.o_in .d_o , .d_in .d_o {
         background: #455560 url("../images/lock.png") no-repeat scroll 95% center;
}

.d_in .c_o  {
         background: #455560 url("../images/lock_01.png") no-repeat scroll 95% center;
}

.o_in .c_d  {
     background: #455560 url("../images/lock_01.png") no-repeat scroll 95% center;
}

.c_in .d_o  {
     background: #455560 url("../images/lock_01.png") no-repeat scroll 95% center;
}



div.wpcf7 img.ajax-loader {
     vertical-align: middle; 
     margin-left: 0; 
    position: absolute;
    left: 0;
    top: 47px;
}
.news_letter_form div.wpcf7-mail-sent-ok{
    border: 2px solid #FBFBFB;
    margin: 15px 0 0 0;
    float: left;
    background: #fff;
    color: #148439;
    display: none!important;
}
.news_letter_form div.wpcf7-validation-errors{
    display: none!important;
}

.excert {
    height: 150px;
    overflow: hidden;
}
.people_exc .excert {
    height: 80px;
    overflow: hidden;
}

.on .excert {
    height: auto!important;
    overflow: visible!important;
}

.right .sec_people .box a { 
     color: #0183bf;
    font-family: 'Conv_Forza-Medium';
    font-size: 15px;
    padding: 0 0 30px 0;
    cursor: pointer;
}

.right .sec_people .box a:hover  {
     color: #7A7A7A;
    font-family: 'Conv_Forza-Medium';
    font-size: 15px;
    padding: 0 0 30px 0;
    cursor: pointer;
}


.sec_people .box .expand a.more { 
     color: #0183bf;
    font-family: 'Conv_Forza-Medium';
    font-size: 15px;
    padding: 15px 0 30px 0;
    cursor: pointer;
    display: block;
}

.sec_people .box .expand a.more:hover  {
     color: #7A7A7A;
    font-family: 'Conv_Forza-Medium';
    font-size: 15px;
    padding: 15px 0 30px 0;
    cursor: pointer;
}

.sec_people .box .expand a.hide { 
     color: #0183bf;
    font-family: 'Conv_Forza-Medium';
    font-size: 15px;
    padding: 15px 0 30px 0;
    cursor: pointer;
    display: block;
}

.sec_people .box .expand a.hide:hover  {
     color: #7A7A7A;
    font-family: 'Conv_Forza-Medium';
    font-size: 15px;
    padding: 15px 0 30px 0;
    cursor: pointer;
}


.open-panel {
    
text-indent: -9999px!important;
    width:0px;
     height:0px;
}

strong.nwhead  {
    margin: 0 0 10px 0;
    color: #7b7b7b;
    font-size: 18px;
    display: block;
    font-family: "Conv_Forza-Medium";
}


strong.nwhead a {
    color: #7b7b7b;
}


strong.nwhead a:hover {
    color: #7b7b7b;  
}

.solution-subtitle {
    font-size: 24px;
    font-family: "Conv_Forza-Medium";
    font-weight: bold;
    color: #FAD000;
}


/*** Mobile Footer Updates - 28/09/23 - SW ***/
@media all and (max-width: 684px){
    .footer .sec .menu .sub-menu {
        display: none !important;
    }
    
    .desktop-only {
        display: none !important;
    }
    
    .mobile-only {
        display: block !important;
    }
}

@media all and (min-width: 685px){
    .desktop-only {
        display: block !important;
    }
    
    .mobile-only {
        display: none !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 684px) {
  html .section_full_width_wrpr .yellow_banner {
    min-height: auto;
  }
}


/*** Welcome Page Updates - 01/01/24 - SW ***/

.product-link-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 32px;
    row-gap: 0;
}

@media all and (min-width: 685px) and (max-width: 981px){
    .product-link-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media all and (max-width: 684px){
    .product-link-grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

.product-link-grid a {
    display: block;
    text-align: center;
    padding: 8px 16px;
    border: solid 4px #0560a5;
    border-radius: 4px;
    color: #303030 !important;
    transition: all 0.25s ease-in-out;
}

.product-link-grid a:hover {
    background-color: #0560a5;
    color: #FFFFFF !important;
}

.btn-container a {
    margin-top: 10px;
    display: inline-block;
    background: #0085b7;
    font-size: 16px;
    color: #000;
    text-align: center;
    height: auto;
    line-height: 20px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    margin-top: 30px;
    width: auto;
    padding: 10px 20px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    line-height: 26px;
    font-size: 18px;
}

.btn-container a:hover {
  color: #455560;
  background: #fcdc00;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}