* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: 0px;
    outline: none;
}

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

li {
    list-style-type: none;
}

html,
body {
    height: 100%;
    font-family: Open Sans;
}

.no-pad {
    padding: 0px;
}

html {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    width: 100%;
}

.container {
    max-width: 1440px;
    width: 100%;
}


/*login Starts*/

.login_lft_banner {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.login_lft {
    position: relative;
}

.login_frm .form-group {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.login_frm .form-group i {
    font-size: 23px;
    left: 34px;
    position: absolute;
    top: 16px;
    color: #adadad
}

.login_frm .form-group i.fa-envelope {
    font-size: 18px;
    top: 19px;
}

.login_cont {
    display: table;
    height: 100vh;
}

.login_frm {
    display: table-cell;
    float: none;
    padding: 50px;
    vertical-align: middle;
}

.logo {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.logo img {
    max-width: 225px;
    width: 100%;
}

.login_frm h3 {
    font-size: 22px;
    color: #606060;
    font-weight: 800;
    margin-bottom: 28px;
    width: 100%;
}

.login_frm .form-control {
    padding-left: 60px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(10, 10, 10, 0.13);
    border-radius: 50px;
    height: 55px;
    font-size: 16px;
    color: #949494;
}

.login_frm .form-control:focus {
    background: #FFFFFF;
    border: 1px solid #005494;
    box-shadow: 0px 4px 51px rgba(10, 10, 10, 0.13);
}

select#contact_sel:focus {
    background-color: #FFFFFF;
    border: 1px solid #005494;
    box-shadow: 0px 4px 51px rgba(10, 10, 10, 0.13);
}

.login_frm .form-group input[type="submit"] {
    background: #005494;
    border-radius: 50px;
    font-size: 18px;
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.login_frm a.forgot_pwd {
    float: right;
    width: 100%;
    margin-top: 11px;
    text-align: right;
    color: #949494;
    font-size: 16px;
    font-weight: 600;
}

.login_acc {
    text-align: center;
    color: #4a4a4a;
    font-size: 16px;
    margin-top: 36px;
    width: 100%;
    float: left;
}

#news_form label.error {
    padding-left: 33px;
}

.login_acc a {
    color: #005494;
    font-weight: 600;
}

.title_center {
    text-align: center;
}

.pwd_reset {
    text-align: center;
    font-size: 16px;
    width: 100%;
    color: #4a4a4a;
    float: left;
    padding: 9px 9px 0px 9px;
    line-height: 24px;
}

.login_sub_tlt {
    position: absolute;
    top: 40%;
    left: 75px;
    font-size: 50px;
    max-width: 566px;
    color: #fff;
    font-weight: 600;
    z-index: 9;
    width: 100%;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.copy_right {
    background: #3b4849 none repeat scroll 0 0;
    bottom: 0;
    color: #70767b;
    float: left;
    font-size: 16px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.error {
    color: #f00;
    padding-top: 10px;
}

.login_frm .form-control.error {
    color: #949494;
}

.btn-primary:focus,
.btn.focus,
.btn:focus {
    outline: none;
}

#register_form .form-group i.fa-envelope {
    top: 19px;
}


/*login Ends*/


/*header Starts*/

.mobile_menu {
    margin-top: 20px;
    display: none;
    cursor: pointer;
}

.header {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px 0px;
}

.header .logo {
    float: left;
    margin-bottom: 0px;
}

.header .logo img {
    max-width: 225px;
    width: 100%;
    float: left;
}

.menu_lst ul {
    margin-top: 23px;
}

.menu_lst ul li {
    float: left;
    color: #2F373D;
    font-size: 16px;
}

.menu_lst ul li a {
    color: #2F373D;
    padding: 0px 23px;
    text-decoration: none;
}

.menu_lst ul li a:hover {
    color: #005494;
}

a.login_btn {
    background: #1F3864;
    margin-top: 14px;
    float: right;
    padding: 9px 32px;
    font-size: 16px;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
}


/*header Ends*/


/*Footer Starts*/

.footer {
    background: #282D36;
    padding: 60px 0px 30px 0px;
    width: 100%;
    float: left;
}

.foot_pronav_cont {
    max-width: 466px;
    width: 100%;
}

.foot_pronav_cont img {
    margin-bottom: 35px;
}

.foot_pronav_cont p {
    color: #70767B;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    float: left;
}

.foot_lst h1,
.social_media h1 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 27px;
    width: 100%;
}

.foot_lst ul {
    width: 45%;
    float: left;
}

.foot_lst ul li {
    float: left;
    width: 100%;
    color: #70767B;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 13px;
}

.foot_lst ul li a {
    color: #70767B;
    text-decoration: none;
    width: 100%;
}

.foot_lst ul li a:hover {
    color: #005494;
}

.social_media ul li {
    float: left;
    padding-right: 7px;
}

.footer .copy_rgt {
    text-align: center;
    width: 100%;
    float: left;
    color: #70767B;
    font-size: 16px;

}

.social_media ul li img {
    max-width: 38px;
}


/*Footer Ends*/


/*Banner Section Starts*/

.banner_section {
    background: rgba(0, 0, 0, 0) url("../images/Bannner BG.png") repeat scroll 0 0;
    float: left;
    padding: 80px 22px;
    width: 100%;
}

.main_bann img {
    max-width: 651px;
    width: 100%;
}

.banner_cont {
    float: left;
    margin-top: 18vh;
    max-width: 450px;
    width: 100%;
}

.banner_cont h1 {
    color: #fff;
    float: left;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
    line-height: 50px;
}

.banner_cont p {
    color: #fff;
    float: left;
    font-size: 20px;
    margin-bottom: 40px;
    width: 100%;
}

.banner_cont a {
    border: 2px solid #ffffff;
    border-radius: 40px;
    color: #fff;
    float: left;
    font-size: 18px;
    line-height: 28px;
    padding: 8px 30px;
    text-decoration: none;
}


/*Banner Section Ends*/


/*Our Mission Starts*/

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

.our_mission h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #005494;
    font-size: 34px;
    margin-bottom: 37px;
    font-weight: 600;
}

.our_mission p {
    color: #2F373D;
    width: 100%;
    text-align: center;
    max-width: 1146px;
    font-size: 18px;
    margin: 0 auto;
    line-height: 33px;
    opacity: 0.7;
}
.our_mission ul li{
    color: #2F373D;
    opacity: 0.7;
}
.our_mission_carou {
    float: left;
    margin-top: 17px;
    margin-bottom: 5px;
}

.ms_mg.go {
    float: right;
}


/*slider css*/

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    padding: 30px 0px;
}

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 124px;
    max-height: 124px;
    display: inline-block;
}

.cap_tlt {
    font-weight: bold;
    margin-top: 20px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 14px;
    height: 28px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/our_mission/button-previous.png) no-repeat;
    top: 56px !important;
    position: absolute;
    width: 50px;
    height: 50px;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/our_mission/button-next.png) no-repeat;
    top: 56px !important;
    position: absolute;
    width: 50px;
    height: 50px;
}


/*slider css*/


/*Our Mission Ends*/


/* Monitor Section*/

.monitor_section {
    background: #F5F7F9;
    width: 100%;
    float: left;
    padding: 60px 0px 10px;
}

.monitor_content {
    max-width: 590px;
    width: 100%;
    float: left;
    margin-top: 75px;
}

.monitor_content h1 {
    color: #005494;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 600;
    width: 100%;
    float: left;
}

.monitor_content p {
    color: #2F373D;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 29px;
    padding-bottom: 14px;
    opacity: 0.7;
}

.monitor_content a {
    color: #005494;
    font-size: 18px;
    width: 100%;
    float: left;
}

.monitor_content a img {
    padding-left: 10px;
}

.imac_mg {
    margin-top: -108px;
}

.imac_mg img {
    width: 100%;
    max-width: 556px;
}

.reporting_sec {
    background: rgba(0, 0, 0, 0) url("../images/monitoring.png") repeat scroll 0 0;
    float: left;
    padding: 80px 22px;
    width: 100%;
}

.reporting_sec .imac_mg {
    margin-top: 0px;
}


/* Monitor Section*/


/*banner Center Starts*/

.banner_center {
    background: rgba(0, 0, 0, 0) url("../images/banner_center.png") repeat scroll 0 0;
    float: left;
    padding: 105px 22px 80px;
    width: 100%;
}

.banner_cent_mg {
    width: 100%;
    float: left;
    text-align: center;
}

.banner_cent_mg img {
    margin-left: auto;
    margin-right: auto;
    max-width: 651px;
    width: 100%;
}


/*banner Center Ends*/


/*App Video Starts*/

.app_video_sec {
    background: rgba(0, 0, 0, 0) url("../images/watch_video_bg.png") repeat scroll 0 0;
    float: left;
    padding: 80px 22px 70px;
    width: 100%;
    text-align: center;
}

.app_video_sec h1 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 36px;
    font-weight: 600;
    float: left;
    width: 100%;
}

.app_video_sec p {
    font-size: 18px;
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.video_sect {
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
}

.video_sect>img {
    max-width: 820px;
    width: 100%;
}

.video_play {
    position: absolute;
    top: 76px;
    left: auto;
    right: auto;
    text-align: center;
    float: left;
    width: 100%;
}

.video_play img {
    margin: 0 auto;
}


/*App Video Ends*/


/*NewsLetter Starts*/

.newsletter {
    width: 100%;
    float: left;
    padding: 50px 0px;
    background: #F5F7F9;
}

.news_frm .form-group {
    position: relative;
}

.news_frm .form-group .vector_arw {
    position: absolute;
    right: 14px;
    top: 12px;
}

.news_cont h1 {
    width: 100%;
    float: left;
    font-size: 34px;
    color: #005494;
    font-weight: 600;
    margin-bottom: 20px;
}

.news_cont p {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #55667F;
    font-weight: 600;
}

.newsletter .form-control {
    padding-left: 30px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(10, 10, 10, 0.13);
    border-radius: 50px;
    height: 55px;
    font-size: 16px;
    color: #949494;
}

.newsletter .form-control:focus {
    background: #FFFFFF;
    border: 1px solid #005494;
    box-shadow: 0px 4px 51px rgba(10, 10, 10, 0.13);
}

.news_frm {
    margin-top: 25px;
}


/*/NewsLetter End*/


/*our_services*/

.our_services {
    background: rgba(0, 0, 0, 0) url("../images/our_service_bg.png") repeat scroll 0 0;
    float: left;
    padding: 50px 22px 70px;
    width: 100%;
    text-align: center;
}

.our_services h1 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 50px;
    width: 100%;
    float: left;
    text-align: center;
}

.our_services h3 {
    color: #fff;
    font-size: 18px;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

.serv_data {
    width: 140px;
    margin: 0 auto;
    height: 140px;
    border-radius: 140px;
    margin-bottom: 10px;
}

.serv_data img {
    margin-top: 35px;
}

.org_clr {
    background: #E64A19;
}

.green_clr {
    background: #4CB050;
}

.yellow_clr {
    background: #FF9F00;
}

.violet_clr {
    background: #9B59B6;
}


/*/our_services*/


/*Product Page Starts*/

.product_banner {
    background: rgba(0, 0, 0, 0) url("../images/Product Banner.png") repeat scroll 0 0;
    float: left;
    padding: 50px 22px 20px 22px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%!important;
}

.product_cont {
    float: left;
    margin-top: 0px;
    max-width: 450px;
    width: 100%;
}

.product_cont h1 {
    color: #fff;
    float: left;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
    line-height: 50px;
}


/* what about */

.our_mission.about_sec {
    background: url(../images/product_about.png);
    background-repeat: no-repeat;
}

.about_cent_mg {
    width: 100%;
    float: left;
    padding: 50px 0px 30px;
    text-align: center;
}

.about_cent_mg img {
    max-width: 900px;
    width: 100%;
}


/* /what about */

h1.title {
    width: 100%;
    float: left;
    text-align: center;
    color: #005494;
    font-size: 34px;
    margin-bottom: 37px;
    font-weight: 600;
}


/*Feature Section Starts*/

.feature_section {
    background: #F5F7F9;
    width: 100%;
    float: left;
    padding: 50px 0px 40px;
}

.feature_lst {
    text-align: center;
    width: 100%;
    float: left;
}

.feature_icon {
    width: 85px;
    margin: 0 auto;
    height: 85px;
    border-radius: 85px;
    margin-bottom: 10px;
    border: 1px solid #005494;
}

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

.feature_icon i {
    font-size: 44px;
    line-height: 77px;
    width: 83px;
    text-align: center;
    color: #005494;
}

.feature_content h3 {
    font-size: 18px;
    color: #005494;
    width: 100%;
    float: left;
    margin-bottom: 14px;
    font-weight: 600;
}

.feature_content p {
    font-size: 16px;
    color: #31393F;
    padding: 0px 50px;
    width: 100%;
    margin-bottom: 12px;
    line-height: 25px;
    opacity: 0.5;
}

.feature_sublst {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.feature_sublst:hover {
    background: #005494;
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease 0s;
    transform: scale(1.05);
}

.feature_sublst:hover .feature_content h3 {
    color: #ffffff;
}

.feature_sublst:hover .feature_content p {
    color: #ffffff;
    opacity: 1;
}

.feature_sublst:hover .feature_icon i {
    color: #ffffff;
}

.feature_sublst:hover .feature_icon {
    border: 1px solid #ffffff;
}


/*Feature Section Ends*/


/*Gallery Section Starts*/

.gallery_section {
    background: rgba(0, 0, 0, 0) url("../images/Gallery_bg.png") repeat scroll 0 0;
    float: left;
    padding: 50px 22px;
    width: 100%;
    text-align: center;
}

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


/*Gallery Section Ends*/


/*Product Page Ends*/


/*Analysis Page Starts*/

.txt_lft {
    text-align: left !important;
}

.cont_mg {
    width: 100%;
}


/*real_time_monitoring*/

.analysis_section {
    background: transparent;
}

.custom_report {
    background: #F5F7F9;
}

.analysis_section h1 {
    margin-bottom: 19px;
}

.analysis_wrap {
    width: 100%;
    float: left;
    padding: 0px 10px;
}

.analysis_wrap h4 {
    color: #2D3338;
    font-size: 24px;
    width: 100%;
    float: left;
    opacity: 0.7;
}

.analysis_wrap p {
    clear: both;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 4px;
    float: left;
    opacity: 0.7;
}

.read_more {
    color: #264170;
}


/*/real_time_monitoring*/


/*Analysis Page Ends*/

.selected {
    color: #005494 !important;
}

a:focus {
    outline: none !important;
}


/*ScrollTop Starts*/

.scrollTop {
    position: fixed;
    right: 30px;
    top: 70%;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
    font-size: 18px;
    color: #fff;
}


/*ScrollTop Starts*/

.feature_sublst {
    transition: all 0.4s ease 0s;
}


/* Tab Section Starts */

.tabs_section {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
}

.tabs_section.analysis_wrap ul {
    margin-bottom: 37px;
    width: 100%;
    float: left;
    margin-top: 25px;
}

.tabs_section.analysis_wrap ul li {
    width: 46%;
    float: left;
    margin-right: 2%;
}

.tabs_section.analysis_wrap ul li a {
    background: #F5F7F9;
    padding: 18px;
    text-align: center;
    font-size: 20px;
    border-radius: 0px;
    color: #1F3864;
}

.tabs_section.analysis_wrap ul li.active a {
    background: #005494;
    color: #ffffff;
}

.analysis_wrap .tab-content p {
    margin-bottom: 4px;
    margin-top: 4px;
}

ul.user_guide_lst {
    width: 100%;
    float: left;
    margin-top: 16px;
}

ul.user_guide_lst li {
    width: 100% !important;
    float: left;
    color: #1F3864 !important;
    font-size: 18px;
    padding-bottom: 16px;
}

.tabs_section .nav li.active {
    position: relative;
}

.tabs_section .nav li.active::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid #005494;
    clear: both;
    content: "";
    height: 0;
    left: 47%;
    position: absolute;
    bottom: -11px;
    width: 0;
}

.cont_info {
    background: #F6F6F6;
    border-radius: 5px;
    padding: 13px 3vw;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 15px;
}

.cont_info span {
    width: 100%;
    float: left;
}

.cont_info span i {
    float: left;
    font-size: 23px;
    color: #2F373D;
    opacity: 0.7;
    width: auto;
    margin-top: 9px;
    margin-right: 12px;
}

.cont_info span p {
    width: auto;
    color: #2F373D;
    float: left;
    opacity: 0.7;
    clear: none;
    margin-bottom: 0px !important;
}

.cont_info a {
    color: #1F3864;
    font-size: 18px;
    width: 100%;
    float: left;
}


/* Tab Section Ends */


/*FAQ's Starts*/

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

.faq_content div#accordion {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.faq_content .panel.panel-default {
    width: 100%;
    float: left;
    border: 0px;
    box-shadow: inherit;
    margin-bottom: 3px;
}

.faq_content .panel-body {
    border: 0px !important;
}

.faq_content .panel-body {
    font-size: 18px;
    color: #2F373D;
    opacity: 0.9;
    line-height: 32px;
    width: 100%;
}

.faq_content .panel-heading {
    background: transparent;
    padding: 16px;
}

.faq_content .current .panel-heading {
    background: #F5F7F9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    clear: both;
}

.faq_content .collapse.in .panel-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #F5F7F9;
    clear: both;
}

.faq_content .current .panel-heading .panel-title a {
    text-decoration: none;
}

.faq_content .collapse.in {
    background: #F5F7F9;
}

.faq_content .panel-title {
    float: none;
    font-size: 20px;
    color: #1F3864;
    opacity: 1;
}

.faq_content .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: #1F3864;
    /* adjust as needed */
}

.faq_content .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}

.faq_content .has-search .form-control-feedback {
    right: initial;
    right: 0;
    color: #ccc;
}

.faq_content .has-search .form-control {
    padding-right: 12px;
    padding-left: 14px;
}

.search_box_faq {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.search_box_faq .has-feedback {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    float: none;
}

.faq_content .has-search .form-control-feedback {
    right: 13px;
    color: #CBCBCB;
    top: 10px;
    font-size: 18px;
}

.faq_content .has-search .form-control {
    padding-right: 12px;
    padding-left: 36px;
    background: #F5F7F9;
    border: 0px;
    box-shadow: inherit;
    height: 55px;
    border-radius: 39px;
    color: #CBCBCB;
    font-size: 20px;
}

.faq_content .panel-heading h4 span {
    clear: both;
    margin: 0px 10px 1px 0px;
    padding-right: 27px;
}


/*FAQ's Starts*/


/*Contact Section starts*/

.contact_section {
    width: 100%;
    float: left;
    padding: 70px 0px;
}


/*contact section right*/

.map {
    width: 100%;
    float: left;
    max-width: 600px;
}

.map iframe {
    width: 100%;
}

ul.contact_lst {
    float: left;
    width: 100%;
    margin-top: 22px;
}

.contact_lst li {
    color: #000000;
    font-size: 18px;
    margin-bottom: 23px;
    float: left;
    width: 100%;
}

.contact_lst li:last-child {
    margin-bottom: 0px;
}

.contact_lst h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    float: left;
    line-height: 26px;
}

.contact_lst li img {
    padding-right: 15px;
}


/*contact section right*/

.login_frm #contact_form .form-control {
    padding-left: 23px;
}

textarea#contact_text {
    height: 120px;
    border-radius: 30px;
}

#contact_form label {
    font-size: 18px;
    color: #474747;
    padding-bottom: 13px;
    float: left;
    width: 100%;
    font-weight: normal;
}

.login_frm #contact_form .form-group input[type="submit"] {
    height: 50px;
    max-width: 100%;
}

label.error {
    color: #f00 !important;
}

.contact_section_lft.login_frm {
    display: block;
    float: left;
    width: 100%;
    padding: 0px !important;
    margin-bottom: 20px;
}

.contact_section_lft.login_frm form {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    max-width: 600px;
    padding: 40px 40px;
}

.contact_section_lft.login_frm form .form-group {
    float: none;
}

select#contact_sel {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/cont_arw.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}


/*Contact Section Ends*/
/*18-10*/
section#pages-2 h2 {
    color: #fff;
}
input#arrow-icon {
    position: absolute;
       top: 20%;
    right: 4%;
opacity: 0;
}
/*input#news-email{

background: url('/suas/wp-content/themes/suas/assets/images/vector_arw.png');
background-repeat: no-repeat;
    background-position: 93%;
}*/
.ana_nopad {
   position:relative;
}

/* 21/10 */
input#news-email {
    padding-right: 16%;
}
.current_page_item a {
    color: #005494!important;
}
.banner_cont a:focus, .banner_cont a:hover {
    color: #fff;
    text-decoration: none
}

section#text-3 h2 {
    color: #fff;
}
body #wpcf7-f105-o1 input:-internal-autofill-selected{
	background: url(/suas/wp-content/themes/suas/assets/images/vector_arw.png) no-repeat !important;
}
img.input-send {
    position: absolute;
    right: 4%;
    z-index: 99;
    top: 15%;
}
div#wpcf7-f105-o1 p{
    position: relative;
}
.screen-reader-response li {
    display: none;
}
span.wpcf7-not-valid-tip {
    color: #e41d1d;
    padding-top: 7px;
    display: inline-block;
}
.screen-reader-response {
    display: none;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #3DC480;
}
.video_play {
    display: none;
}
@media only screen and (min-width:768px) and (max-width:991px){
	.menu-main-menu-container li:last-child a {
    padding: 0;
}
}
@media only screen and (max-width:767px){
video#video-15-1 {
    width: 100%;
}
}


@media screen and (min-width:767px){
.num_email .no-pad {
    padding-left: 0px;
}

}






textarea
{
resize: none;
}

select#contact_sel
{
    margin-top: -8px;
}

textarea#contact_text
{
margin-top: 2px;
}


/*04-11-2019*/
.analysis_wrap p {
    text-align: left;
}
.our_mission p {
    text-align: center;
}

.our_mission ul li {
    list-style: disc;
    list-style-position: inside;
	    line-height: 30px;
}
.our_mission h1 {
    /*margin: 0px;*/
    margin-bottom: 37px;
}
.analysis_wrap {
    margin-bottom: 20px;
}
.our_mission ul {
    margin-top: 15px;
}
div#reporting1 h4 {
    margin-top: 20px;
}
div#user_guide ol li {
    list-style: unset;
    list-style-position: inside;
    line-height: 30px;
}
div#contact_tech_support ul li {
    width: 100% !important;
}
.login_menu {
    color: #2F373D;
    padding: 0px 23px;
    text-decoration: none;
	
    font-size: 16px;
}


/****************************sticky*********************************************/

#menu-top_idf {
float: left;
width: 100%;
}

#menu-section.stick {
position: fixed;
top: 0;
z-index: 10000;
width: 100%;
float: left;
background: #fff;
-webkit-box-shadow: 0px 5px 5px 0px rgba(249, 240, 235, 0.75);
-moz-box-shadow: 0px 5px 5px 0px rgba(249, 240, 235, 0.75);
box-shadow: 0px 5px 5px 0px rgba(249, 240, 235, 0.75);
}


/***********************************faq****************************************/

/*12-11-2019*/
.our_mission.animatedParent.animateOnce {padding-top: 30px;}
.feature_sublst:focus {background: #005494;color: #ffffff !important;}



@media screen and (max-width: 992px)
{
	.ana_nopad.custom_analysis_img {
    padding: 13px !important;
}
	ul.user_guide_lst {
    display: none;
}
.our_mission.analysis_section.animatedParent.animateOnce.support {
    padding-bottom: 0px !important;
}
.newsletter.animatedParent.animateOnce {
    padding-top: 10px !important;
}
	div#reporting1,.analysis_wrap
	{
    padding: 0px !important;
}
/*div#reporting1 .col-lg-6.col-md-6.col-sm-6.col-xs-12.ana_nopad p {
    padding: 0px !important;
}*/
.col-lg-6.col-md-6.col-sm-6.col-xs-12.no-pad.ana_nopad {
    padding: 0px;
}
div#reporting1 p {
    padding: 15px !important;
}
div#reporting1 p,.analysis_wrap p,div#reporting2 p,div#reporting3 p
 {
    text-align: justify !important;
}
.ana_nopad p {
    text-align: justify!important;
}
	.product_banner 
	{
    height: 155px;
    object-fit: cover;
    background-size: cover !important;
    background-position: center center;
}
div#wrapper {
    width: 100%;
    float: left;
    overflow-x: hidden;
}
.our_mission.about_sec {
 
    background: none;
}
}








@media only screen and (max-width: 1200px) and (min-width:768px)
{

.menu_lst {
    float: left !important;
    margin-right: 0px !important;
}
a.login_menu {
    padding-left: 10px !important;
}
}

a.login_menu:focus {
color: #2F373D;
}

/*13-11-19*/
.hover-bg{background:#005494;}



div#reporting1 p ,div#reporting2 p ,div#reporting3 p {
    text-align: left;
}

div#user_guide p,div#contact_tech_support p {
    text-align: left;
}