/*
Theme Name: Promero Special
Theme URI: https://www.promero.com/
Author: Friends IT
Author URI: https://friendsitltd.com/
Description: The Promero Special theme is for https://www.promero.com, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: promero
*/
.footer-v1 .footer {
background: #000 !important;
}

.footer .col-md-3 {
width: 33% !important;
}

.footer-v1 .footer p {
color: #fff !important;
}

div#elementor-tab-content-1452 ol {
    padding-left: 20px !important;
}
div#elementor-tab-content-1452 ol li {
    color: white !important;
}




.footer-v1 .link-list a {
color: #fff !important;
}
.footer .headline h2 {
border-bottom: 2px solid #e74c3c !important;
}
.copyright {
background: black !important;
border-top: 1px solid #f5f5f5 !important;
}
.copyright p {
color: white !important;
}
.col-md-8.orcl-8s {
    margin-bottom: 30px;
}
.pricing_table .pricing_column .bottom{
    height:0;
    visibility:hidden;
    transition: all .5s ease 0s;
    transform: scaleY(0);
    min-height:0 !important;
    transform-origin: 0 0 0;
    position:absolute;
    z-index:999;
    background:#fff;
    width:100%;
    border:1px solid #888;
}
.pricing_table .pricing_column:hover .bottom{
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
    height:auto;
    min-height: 300px !important;
}
.featured-section .collapsed {
    position: relative;
}

/*replace the content value with the
corresponding value from the list below*/
.featured-section .btn{
    text-align:left;
}
.featured-section .btn:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 4px;
    right: 0;
}

.featured-section .open:before{
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    right: 0;
}


.tooltip-title:hover{
    height:100%;
    background:#fff;
    z-index:9999;
}
.tooltip-title .Card{	
    left: 236px;
    position: absolute !important;
    top: 2px;
    visibility: hidden;
}
.tooltip-title:hover .Card{
    visibility: visible;
    height:200px;
    width: 390px;
}
.tooltip-title .btn.btn-default.btn-sm {
    width: 210px;
    text-align: left;
    position: relative;
    left: -6px;
}
.tooltip-title .btn.btn-danger.btn-sm {
    width: 30px;
}
.md-show.md-modal{
    z-index: 99999999;
}

/*Updated pop up form*/
.controls {
    background: linear-gradient(rgb(255, 255, 255), rgb(227, 227, 227));
    position: absolute;
    z-index: 999;
    padding: 0 15px 0!important;
    margin-top: 25px;
    border-radius: 5px;
    width: 100%
}
.form-group input[type="text"], input[type="email"], input[type="tel"] {
    border-radius: 4px 4px 4px 4px;
    padding: 3px;
    background: #fff;
    border: 1px solid #cbcbcb;
    color: #000;
}
.price_heading {
    background: rgb(229, 41, 32);
    margin-bottom: 15px;
    border-radius: 5px 5px 0 0;
}

.pop_submit_btn #sbt {
    width: 100%!important;
    color: #fff;
    background-color: #3faee4;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    margin: 6px 0 9px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    text-transform: uppercase;
    transition: All 0.6s ease-in-out;
    border: 0;
}
.pop_submit_btn #sbt:hover {
    background-color: rgb(0, 116, 200);
}


.home_controls {
    /*position: fixed;*/
    z-index: auto;
    /*position: absolute;*/
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}

.homepage_form {
    /*    position: fixed;
        top: 100px;*/
    position: relative;
    top: 34px;
    width: 80%;
}

.footer_controls .controls {
    background: rgba(0, 0, 0, .9);
    position: absolute;
    z-index: 999;
    padding: 0 20px 0;
    border-radius: 5px;
    width: 100%}
.form {
    z-index: 1;
}
label.checkbox {
    color: #fff;
    font-size: 12px;
}
select.form-control {
    border-radius: 4px;
    padding-right: 38px;
    font-weight: 400;
}
textarea#form_message {
    border: none;
    border-radius: 4px 4px 4px 4px;
}
.col-md-12.price_heading h2 {
    text-align: center;
    color: #fff;
    margin: 15px 0 20px;
    font-weight: 400;
}
.col-md-6.main_checkbox {
    padding-left: 35px;
}

.banner-controls .portfolio-box-v1-in h5 {
    color: #fff;
}
.banner-controls .portfolio-box-v1 li img {
    height: 140px;
}
.banner-controls {
    position: absolute;
    z-index: 999;
    padding: 0 20px 0;
    margin-top: 10px;
    width: 100%;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1051!important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .6);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}
.modal-content {
    position: fixed;
    bottom: 0;
    left: 29%;
    top: 80px;
    background-color: #fefefe;
    width: 47%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    border: 0!important;
}
.footer_modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .6);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}
.footer_modal-content {
    position: absolute;
    bottom: 0;
    left: 25%;
    top: 42px;
    width: 50%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
}
.close {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: #fff;
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #000;
}
.close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.contactclose {
    color: white!important;
    float: right;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    left: 580px;
    top: 37px;
    z-index: 9999;
    opacity: 0.8!important;
}
.contactclose:hover, .contactclose:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.footerclose {
    color: white!important;
    float: right;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    left: 580px;
    top: 37px;
    z-index: 9999;
    opacity: 0.8!important;
}
.footerclose:hover, .footerclose:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.modal-body {
    padding: 2px 16px;
}
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#myBtn {
    position: fixed;
    top: 250px;
    right: -3px;
    padding: 10px;
    width: auto;
    z-index: 15;
    border-radius: 3px 3px 3px 3px;
    display: inline;
    background: #e74c3c;
    border: none;
    padding-top: 0;
    transform: rotate(0deg);
}
#myBtn:hover {
    background: #c0392b;
    transition: all 0.4s ease-in-out;
}
#myBtn p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    text-align: left;
    margin-top: 10px;
    margin-right: 10px;
}
span#contact_pop:hover {
    cursor: pointer;
}
.footer_form_input {
    display: none;
}
.pum-theme-10 .pum-container {
    padding: 0px!important;
}
.pum-content #gform_wrapper_2 {
    margin: 0;
    max-width: none;
}
.tp-rightarrow.tparrows.hesperiden {
    display: none;
}
.tp-leftarrow.tparrows.hesperiden {
    display: none;
}
.col-xs-6.news-numb {
    text-align: right;
    font-size: 16px;
}
.col-xs-6.news-numb span {
    display: block;
    font-size: 13px;
}
.row.news-header {
    margin-bottom: 35px;
}
ul#menu-footer-menu {
    padding: 0;
    list-style: none;
    font-weight: 700;
}
.textwidget .btn {
    padding: 7px 12px;
    position: absolute;
}
.footer-v1 .footer p {
    font-weight: 700;
}
b.footer_chat {
    padding-right: 11px;
}
p.eureka_para {
    margin-bottom: 0!important;
    position: initial!important;
}
.eureka_pro_logo {
    text-align: center;
}
.eureka_pro_logo img {
    padding: 10px 0px;
}
.shadow-wrapper1 {
    width: 75%;
    margin-top: -30px;
}
.content-boxes-v2-o span.wing {
    display: inline!important;
    font-size: 25px;
    font-family: Wingdings;
}
span.wing_para {
    display: inline!important;
    font-size: 20px;
    padding-left: 5px;
}
.unlimited_hr {
    margin-bottom: 30px!important;
    margin-top: 40px!important;
    border: 1px solid #555;
}
.et_pb_column.et_pb_column_1_3.u-column--5.et_pb_column_4 {
    position: relative;
    bottom: 30px;
}
.landing-page-form {
    box-shadow: rgba(0, 0, 0, .29) 2px 2px 1px;
    background: linear-gradient(rgb(255, 255, 255), rgb(227, 227, 227));
    border-width: 1px;
    border-style: solid;
    border-color: rgb(227, 227, 227);
    border-image: initial;
    margin: 0 0;
    padding: 2em 0;
}
.landing-page-form .banner {
    color: rgb(255, 255, 255);
    position: relative;
}
.landing-page-form .banner::after, .landing-page-form .banner::before {
    bottom: -11px;
    content: "";
    height: 0;
    left: -19px;
    position: absolute;
    transform: rotate(225deg);
    width: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid rgb(115, 11, 26);
}
.landing-page-form .banner .banner-text {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    background: rgb(229, 41, 32);
    margin: 0 -20px 21px;
}
.landing-page-form .banner::after {
    left: auto;
    right: -19px;
    transform: rotate(135deg);
}
.landing-page-form form>fieldset {
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 0;
    padding: 0;
}
fieldset .control-group1 {
    padding-bottom: 0;
}
.landing-page-form .control-group1 {
    margin: 0 0 1em;
    text-align: left;
}
fieldset label {
    display: block;
}
.landing-page-form .control-group1 label {
    color: #888;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
}
.landing-page-form .control-group1 .controls1 input, .landing-page-form .control-group1 .controls1 select {
    background: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    color: #555;
    height: 34px;
    padding: 8px;
    width: 100%}
.landing-page-form form {
    padding: 1em 28px;
}
.landing-page-form .form-actions {
    text-align: center;
}
.landing-page-form .form-actions .button {
    background-color: #3faee4;
    cursor: pointer;
    font-weight: 700;
    padding: 11px 25px!important;
    border: 0!important;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    color: #fff!important;
    display: inline-block;
    line-height: 1.2!important;
    position: relative;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    text-transform: uppercase;
    transition: All 0.6s ease-in-out;
    z-index: 1;
}
.landing-page-form .form-actions .button:hover {
    background-color: rgb(0, 116, 200);
}
.improve_checkbox {
    text-align: justify;
}
.improve_checkbox input[type="checkbox"] {
    margin-right: 6px;
}
.unlimited_text textarea {
    width: 100%;
    padding: 7px 7px;
    /*font-size: 13px;*/
}

.improve_checkbox label {
    color: #888;
}
h1.heading-sm.overflow-h {
    margin-bottom: 40px;
    margin-top: 50px;
}
.homepage_form .landing-page-form {
    box-shadow: rgba(0, 0, 0, .29) 2px 2px 1px;
    background: linear-gradient(rgb(255, 255, 255), rgb(227, 227, 227));
    border-width: 1px;
    border-style: solid;
    border-color: rgb(227, 227, 227);
    border-image: initial;
    margin: 0 -6px;
    padding: 13px 0;
}
.homepage_form .landing-page-form .banner {
    color: rgb(255, 255, 255);
    position: relative;
}
.homepage_form .landing-page-form .banner::after, .landing-page-form .banner::before {
    bottom: -11px;
    content: "";
    height: 0;
    left: -19px;
    position: absolute;
    transform: rotate(225deg);
    width: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid rgb(115, 11, 26);
}
.homepage_form .landing-page-form .banner .banner-text {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: center;
    background: rgb(229, 41, 32);
    margin: -4px -20px 15px;

}
.homepage_form .landing-page-form .banner::after {
    left: auto;
    right: -19px;
    transform: rotate(135deg);
}
.homepage_form .landing-page-form form>fieldset {
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 0;
    padding: 0;
}
.homepage_form fieldset .control-group1 {
    padding-bottom: 0;
}
.homepage_form .landing-page-form .control-group1 {
    margin: 0 0 .5em;
    text-align: left;
    padding: 0 20px;
}
.email_bots_form .landing-page-form .control-group1 {
    padding: 0 30px;
}
.homepage_form fieldset label {
    display: block;
}
.homepage_form .landing-page-form .control-group1 label {
    color: #888;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
}
.homepage_form .landing-page-form .control-group1 .controls1 input, .landing-page-form .control-group1 .controls1 select, .controls .control-group1 .controls1 select {
    background: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    color: #555;
    height: 30px;
    padding: 6px;
    width: 100%}
.homepage_form .landing-page-form form {
    padding: 0 5px;
}
.homepage_form .landing-page-form .form-actions {
    text-align: center;
}
.homepage_form .landing-page-form .form-actions .button {
    background-color: #3faee4;
    cursor: pointer;
    font-weight: 700;
    padding: 11px 25px!important;
    border: 0!important;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    color: #fff!important;
    display: inline-block;
    line-height: 1.2!important;
    position: relative;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    text-transform: uppercase;
    transition: All 0.6s ease-in-out;
    z-index: 1;
    margin: 9px auto;
}
.homepage_form .landing-page-form .form-actions .button:hover {
    background-color: rgb(0, 116, 200);
}
.homepage_form .improve_checkbox label {
    margin-bottom: 0!important;
}
.homepage_form .improve_checkbox {
    text-align: justify;
    padding: 0 20px;
    font-size: 12px;
}
.homepage_form .improve_checkbox input[type="checkbox"] {
    margin-right: 6px;
}
.homepage_form .improve_checkbox label {
    color: #888;
}
.margin-bottom-8 {
    margin-bottom: 8px;
}
.home_math_captcha .controls1 {
    text-align: center;
    margin-top: 10px;
}
.home_math_captcha input {
    width: 90%!important;
    font-size: 15px;
    text-align: center;
}
.home_math_captcha span {
    font-weight: 700;
    font-size: 16px;
    display: inline!important;
}
.home_math_captcha .controls1 img#homepageimgid {
    width: 60%;
    border-radius:  4px;
}
i.fa.fa-refresh.fa-2x {
    padding: 10px 18px;
}
img#popupimgid  {
    border-radius:  4px;
}
i.fa.fa-refresh.fa-3x {
    padding-left: 10px;
    color: #ddd;
}

.right_math_captcha input {
    width: 100%!important;
    margin-bottom:  5px;
    font-size: 15px;
    text-align: center;
}
.right_math_captcha span {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.unlimited_math_captcha {
    margin-bottom: -16px;
}
.unlimited_math_captcha input {
    width: 100%!important;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.unlimited_math_captcha span {
    display: inline!important;
    font-weight: 700;
    font-size: 16px;
}
.unlimited_math_captcha .controls1 {
    text-align: center;
}
i.fa.fa-refresh.fa-4x {
    padding-left: 10px;
}

/*sms-email-chatbots*/

.email_bots_form .landing-page-form {
    margin: 0px;
    padding: 0 4px;
}
.email_chatbots_home_controls {
    position: absolute;
    right: 22px;
    width: 100%;
}
.email_bots_form #textArea_main {
    min-height: 162px;
}
.email_bots_wat_img img, .email_bots_logo_img img {
    position: absolute;
    z-index: 1;
    margin-top: 10px;
    width: 50%;
}
.email_bots_wat_img img {
    width: 35%;
}
.email_bots_logo_img img {
    margin-left: 258px;
    margin-top: 19px;
    width: auto;
    height: 28px;
    /*background-color: rgba(255,255,255,0.7);*/
}
.email_bots_banner .banner-text {
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 0px;
    padding-top: 2px;
    text-align: center;
    background: rgb(229, 41, 32);
    margin: -1px -5px 10px;
    color: #fff;
	padding: 10px 0px;
}
.email_bots_form .right_math_captcha {
    padding: 0 18px;
}

.email_bots_form .landing-page-form .control-group1 .controls1 input, .landing-page-form .control-group1 .controls1 select, .controls .control-group1 .controls1 select {
    height: 26px;
    padding: 4px;
}
.bot_up_border hr {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: 90px;
}

.footer_math_captcha input {
    width: 40%!important;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.footer_math_captcha span {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.contact_math_captcha input {
    width: 40%!important;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.contact_math_captcha span {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.refferal_math_captcha input {
    width: 100%!important;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.refferal_math_captcha span {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.clarissa {
    float: left;
    padding: 10px;
}
.cla_text {
    padding: 0 10px;
}
.tag-box-v7 i.fa.fa-circle {
    font-size: 12px;
    padding-right: 5px;
}
.tag-box-v7 h2 {
    font-size: 25px!important;
    line-height: 35px!important;
    font-weight: 400;
    padding-left: 20px;
}
.tag-box-v7 h1 {
    font-size: 30px;
}
.tag-box-v7 i {
    font-weight: 400;
}
.onestop h2  {
    text-transform:  inherit !important;
}
.sentiment  {
    background-color:  #C6D9F0;
}

/* Style the Image Used to Trigger the Modal */
#myImg1, #myImg2, #myImg3  {
    border-radius:  5px;
    cursor:  pointer;
    transition:  0.3s;
}

#myImg1:hover  {
    opacity:  0.7;
}

#myImg2:hover  {
    opacity:  0.7;
}

#myImg3:hover  {
    opacity:  0.7;
}

/* The Modal (background) */
.watson_modal  {
    display:  none;
    position:  fixed;
    z-index:  1;
    padding-top:  100px;
    left:  0;
    top:  0;
    width:  100%;
    height:  100%;
    overflow:  auto;
    background-color:  rgb(0, 0, 0);
    background-color:  rgba(0, 0, 0, 0.9);
}

/* Modal Content (Image) */
.watson_modal-content  {
    margin:  auto;
    display:  block;
    width:  80%;
    max-width:  700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption  {
    margin:  auto;
    display:  block;
    width:  80%;
    max-width:  700px;
    text-align:  center;
    color:  #ccc;
    padding:  10px 0;
    height:  150px;
}

/* Add Animation - Zoom in the Modal */
.watson_modal-content,  #caption  {
    -webkit-animation-name:  zoom;
    -webkit-animation-duration:  0.6s;
    animation-name:  zoom;
    animation-duration:  0.6s;
}

@-webkit-keyframes zoom  {
    from  {
        -webkit-transform: scale(0);
    }
    to  {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom  {
    from  {
        transform: scale(0);
    }
    to  {
        transform: scale(1);
    }
}

/* The Close Button */
.watson_close  {
    position:  absolute;
    right:  35px;
    color:  #f1f1f1;
    font-size:  40px;
    font-weight:  bold;
    transition:  0.3s;
}

.watson_close:hover, 
.watson_close:focus  {
    color:  #bbb;
    text-decoration:  none;
    cursor:  pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width:  700px) {
    .watson_modal-content  {
        width:  100%;
    }
}

/*Text Area*/
#textAreaWrap_main, #textAreaWrap_pop, #textAreaWrap_bots {
    position: relative;
    background-color: white;
    top: 5px;
}

#textArea_main, #textArea_bots {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 157px;
    padding: 6px 12px;
    resize: vertical;
    background-color: transparent;
    border: 1px solid #a5a5a5;
    margin-bottom: -6px;
}
#textArea_pop {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 120px;
    resize: vertical;
    background-color: transparent;
    border: 1px solid #a5a5a5;
    margin-bottom: -5px;
}

#placeholderDiv_main, #placeholderDiv_pop, #placeholderDiv_bots {
    position: absolute;
    top: 0;
    padding: 6px 13px;
    font-size: 12px;
    line-height: 141%;
    width: 100%;
}
.placeholder_left {
    float: left;
    overflow: hidden;
    width: 52%;
}
.placeholder_right {
    float: right;
    overflow: hidden;
    width: 45%;
}


/*Bright page*/
.multi_img img {
    width: 90%!important;
}
.multi_img {
    margin-bottom: 9px!important;
}
.webchat_img img {
    margin: 0 auto;
}


/*Mobile Apps Page*/
.demo .industry-section {
    position: relative;
    background-color: #fff;
    width: 100%;
    padding: 30px 20px 20px 20px;
    font-size: 24px;
    font-weight: 400;
    color: #3e70ab;
    text-align: center;
}

/*Custom Software Development Page*/
.home-page-tabs>li.active>a {
    color: #000 !important;
    cursor: default;
    background-color: transparent !important;
    border: #fff !important;
    border-bottom: 1px solid #0097a4 !important;
    font-weight: bold;
}
.home-page-tabs>li {
    float: left;
    margin-bottom: -1px;
    text-align: center;
    width: 16.66%;
}
.home-page-tabs {
    background-color: transparent !important;
    margin-top: 30px;
}
.method-tab>li {
    width: 33.33%;
}
br.br-hidden {
    display: none;
}
.margin-top-30 {
    margin-top: 30px;
}
h2.soft_dev_heading {
    font-weight: bold;
}
.tab-menu-block {
    text-align: center;
    height: 147px;
}
.tab-menu-block h3 {
    font-size: 15px!important;
    font-weight: 400;
}
.tab-menu-block .circle {
    display: inline-block;
    background-color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 44px;
    text-align: center;
    box-shadow: 0px 0px 11px #ddd;
    padding-top: 16px;
    transition: all ease 0.2s;
}
.tab-menu-block .circle:hover {
    box-shadow: 0px 0px 11px #0097a4;
	cursor: pointer;
}
.tech-ind-agriculture-new-icon {
    background-position: -200px -107px;
    width: 32px;
    height: 39px;
	
}
.tech-ind-aviation-icon {
    background-position: -240px -107px;
    width: 31px;
    height: 41px;
}
.tech-ind-banking-icon {
    background-position: -282px -107px;
    width: 42px;
    height: 41px;
}
.tech-ind-construction-icon {
    background-position: -312px -162px;
    width: 43px;
    height: 37px;
}
.tech-ind-corection-icon {
    background-position: -388px -108px;
    width: 40px;
    height: 40px;
}
.tech-ind-e-learning-icon {
    background-position: -675px -4px;
    width: 40px;
    height: 39px;
}
.tech-ind-finance-icon {
    background-position: -621px -5px;
    width: 42px;
    height: 38px;
}
.tech-ind-food-beverage-icon {
    background-position: -270px -315px;
    width: 63px;
    height: 35px;
}
.tech-ind-gambaling-teal-icon {
    background-position: -204px -433px;
    width: 42px;
    height: 41px;
}
.tech-ind-gaming-icon {
    background-position: -569px -5px;
    width: 40px;
    height: 38px;
}
.tech-ind-healthcare-icon {
    background-position: -156px -108px;
    width: 35px;
    height: 38px;
}
.tech-ind-hospitality-icon {
    background-position: -106px -107px;
    width: 40px;
    height: 40px;
}
.tech-ind-hcm-icon {
    background-position: -466px -55px;
    width: 40px;
    height: 39px;
}
.tech-ind-legal-icon {
    background-position: -438px -107px;
    width: 39px;
    height: 38px;
}
.tech-ind-lending-icon {
    background-position: -489px -107px;
    width: 36px;
    height: 40px;
}
.tech-ind-Media-Entertainment {
    background-position: -684px -264px;
    width: 48px;
    height: 39px;
}
.tech-ind-meeting-icon {
    background-position: -535px -107px;
    width: 43px;
    height: 40px;
}
.tech-ind-oil-icon {
    background-position: -590px -107px;
    width: 33px;
    height: 38px;
}
.tech-ind-payment-icon {
    background-position: -632px -108px;
    width: 38px;
    height: 39px;
}
.tech-ind-real-estate-icon {
    background-position: -732px -107px;
    width: 37px;
    height: 38px;
}
.tech-ind-retail-icon {
    background-position: -415px -57px;
    width: 41px;
    height: 38px;
}
.tech-ind-sports-icon {
    background-position: -8px -161px;
    width: 43px;
    height: 39px;
}
.tech-ind-supply-chain-icon {
    background-position: -321px -56px;
    width: 37px;
    height: 37px;
}
.tech-ind-telecommunication-icon {
    background-position: -165px -56px;
    width: 40px;
    height: 38px;
}
.tech-ind-transportation-icon {
    background-position: -267px -57px;
    width: 44px;
    height: 38px;
}
.tech-ind-utility-icon {
    background-position: -113px -54px;
    width: 41px;
    height: 41px;
}
.tech-dev-application-icon {
    background-position: -116px -214px;
    width: 41px;
    height: 38px;
}
.tech-dev-backup-icon {
    background-position: -168px -215px;
    width: 36px;
    height: 36px;
}
.tech-dev-custom-icon {
    background-position: -213px -216px;
    width: 37px;
    height: 36px;
}
.tech-dev-implementation-icon {
    background-position: -106px -4px;
    width: 45px;
    height: 41px;
}
.tech-dev-infrastructure-icon {
    background-position: -5px -5px;
    width: 49px;
    height: 40px;
}
.tech-dev-product-life-icon {
    background-position: -577px -54px;
    width: 38px;
    height: 44px;
}
.tech-dev-quality-icon {
    background-position: -61px -4px;
    width: 40px;
    height: 39px;
}
.tech-dev-reengineering-icon {
    background-position: -261px -213px;
    width: 49px;
    height: 38px;
}
.tech-dev-sla-icon {
    background-position: -322px -217px;
    width: 42px;
    height: 34px;
}
.tech-dev-staffing-icon {
    background-position: -374px -214px;
    width: 37px;
    height: 38px;
}
.tech-dev-soft-security-icon {
    background-position: -422px -215px;
    width: 35px;
    height: 37px;
}
.tech-dev-sys-integration-icon {
    background-position: -518px -58px;
    width: 48px;
    height: 35px;
}
.tech-dev-web-hosting-icon {
    background-position: -729px -56px;
    width: 36px;
    height: 41px;
}
.tech-lang-dotnet-icon {
    background-position: -209px -16px;
    width: 54px;
    height: 23px;
}
.tech-lang-cplus-icon {
    background-position: -468px -215px;
    width: 37px;
    height: 36px;
}
.tech-lang-csharp-icon {
    background-position: -516px -215px;
    width: 28px;
    height: 37px;
}
.tech-lang-cf-icon {
    background-position: -556px -216px;
    width: 45px;
    height: 34px;
}
.tech-lang-delphi-icon {
    background-position: -612px -214px;
    width: 39px;
    height: 39px;
}
.tech-lang-embeded-icon {
    background-position: -659px -215px;
    width: 52px;
    height: 36px;
}
.tech-lang-golang-icon {
    background-position: -720px -216px;
    width: 62px;
    height: 34px;
}
.tech-lang-java-icon {
    background-position: -9px -263px;
    width: 35px;
    height: 41px;
}
.tech-lang-js-icon {
    background-position: -324px -8px;
    width: 47px;
    height: 31px;
}
.tech-lang-perl-icon {
    background-position: -52px -267px;
    width: 37px;
    height: 36px;
}
.tech-lang-php-icon {
    background-position: -96px -264px;
    width: 35px;
    height: 39px;
}
.tech-lang-python-icon {
    background-position: -140px -264px;
    width: 48px;
    height: 40px;
}
.tech-lang-ror-icon {
    background-position: -201px -265px;
    width: 41px;
    height: 39px;
}
.tech-lang-sql-icon {
    background-position: -254px -265px;
    width: 39px;
    height: 39px;
}
.tech-lang-unibasic-icon {
    background-position: -398px -266px;
    width: 41px;
    height: 37px;
}
.tech-lang-web-services-icon {
    background-position: -349px -265px;
    width: 38px;
    height: 38px;
}
.tech-lang-xml-icon {
    background-position: -304px -265px;
    width: 33px;
    height: 38px;
}

.home-sprite-tech-tab {
    background-image: url(https://www.promero.com/wp-content/uploads/2018/08/Home_Sprite.png);
    display: inline-block;
    background-repeat: no-repeat;
}


.timer-sec div {
    text-align: center;
    color: #fff;
}
.timer-sec .App-Built {
    background-color: #15a0b7;
    padding-bottom: 14px;
    padding-top: 14px;
    min-height: 203px;
}
.thumb-white-icon-new {
    background-position: -159px -371px;
    width: 45px;
    height: 51px;
    margin-bottom: -2px;
}
.font-size-40 {
    font-size: 40px !important;
}
.timer-sec .data-text {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0px !important;
    display: inline-block;
	color: #fff;
}
.timer-sec .Happy-Customers {
    background-color: #16aac3;
    padding-bottom: 14px;
    padding-top: 14px;
    min-height: 203px;
}
.happy-customers-white-icon {
    background-position: -491px -370px;
    width: 37px;
    height: 53px;
    margin-bottom: -4px;
}
.display-inline-block, .CTA-button, .display-inline {
    display: inline-block !important;
}
.timer-sec .Repeat-Business {
    background-color: #18b3cd;
    padding-bottom: 14px;
    padding-top: 14px;
    min-height: 203px;
}
.Repeat-Business-white-icon {
    background-position: -2px -371px;
    width: 52px;
    height: 51px;
    margin-bottom: -2px;
}
.timer-sec .timer-title:before {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 2px;
    width: 33px;
    bottom: 73px;
    left: calc((100% - 33px ) / 2);
}
.timer-sec .Developers {
    background-color: #19bdd9;
    padding-bottom: 14px;
    padding-top: 14px;
    min-height: 203px;
}
.Developers-white-icon {
    background-position: -221px -370px;
    width: 52px;
    height: 53px;
    margin-bottom: -4px;
}

.main-thumb {
	min-height: 275px;
    width: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .5s ease;
}
.boat {
    min-height: 550px;
}
.main-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    transition: all .5s ease;
    top: 0px;
    left: 0px;
}
.main-thumb .middle {
    opacity: 0;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0 5px;
    transition: all .5s ease;
}
.main-thumb .middle .main-thumb-titile {
    font-size: 16px;
    text-transform: uppercase;
}
.main-thumb .middle p {
    font-size: 15px;
	color: #ffffff;
}
.main-thumb:hover::before {
    background: rgba(0,151,164,0.9);
}
.main-thumb:hover .middle {
    opacity: 1;
}
.main-thumb:hover .middle .main-thumb-titile {
    transform: translateY(-10px);
    transition: all .7s ease-in-out;
}
.main-thumb:hover .middle p {
    opacity: 1;
}


/*================================*/
/*Bot Checklist Page*/

.bot_checklist_slider_heading:after {
    content: "";
    width: 65%;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.containerContent .infoContent {
    padding-top: 35px;
    padding-right: 8%;
}
.containerContent .formContent {
    background-color: #e7e7e7;
    padding: 0;
}
.infoContent h3 {
    color: #DA291C;
    font-weight: 700;
    padding-bottom: 15px;
}
.infoContent p {
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
}
.containerContent .formContent h3 {
    font-family: inherit;
    font-size: 1.125rem;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 3%;
    background-color: #da291c;
    border-bottom: 4px solid #004059;
	margin: 0 auto;
}
.containerContent .formContent form ul.contentFields {
    padding: 15px 2% 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.containerContent .formContent form ul.contentFields li.formFild {
    float: none;
    margin: 0 auto 15px;
    padding: 0;
}
.containerContent .formContent form ul.contentFields li.formFild >label {
    width: 100%;
    margin-bottom: -5px;
    padding-left: 3px;
    font-size: 15px;
}
.containerContent .formContent form ul.contentFields li.formFild input, .containerContent .formContent form ul.contentFields li.formFild textarea, .containerContent .formContent form ul.contentFields li.formFild select {
    width: 100%;
    height: 40px;
    display: block;
    border: 2px solid #95bcd4;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 1rem;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.containerContent .formContent form .containerBtn p.legalInfo {
    width: 100%;
    text-align: center;
}
.containerContent .formContent form .containerBtn input[type="submit"] {
    display: block;
    margin: 0 auto;
    background-color: #da291c;
    border: none;
    padding: 12px 30px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 1.0625rem;
    font-size: 17px;
    font-family: inherit;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: bold;
}
.customs-services {
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

.start-video.start-video-4 {
    left: 130px !important;
    top: 70px;
}
.start-video.videos-rights {
    left: 38%;
    top: 31%;
}
button.btn.btn-default.margin-bottom-40.margin-top-50 {
    margin-top: 48px;
}
.mobile-silders {
    display: none;
}
@media only screen and (max-device-width: 480px) {
.mobile-silders {
    display: block;
}
.desktop-silders {
   display: none;
}	
}

/*==============beyondtrust page=================*/
.srv-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.cart-title {
    font-size: 17px;
    text-align: center;
}
.main-cards {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.section-three-box a {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.section-three-box .col-md-4 {
    height: 290px;
}
h3.tombstone__title a, p.tombstone__description a {
    color: #000;
}
.site-alert-gray {
    background: #DFE3EB !important;
   
}

.alert-content {
    margin-left: 30px;
}
.alert-cta a.button.btn-gray {
    padding: 3px !important;
    position: absolute;
    top: 13px;
    font-size: 16px;
    background-color: #54585b;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.section-boxs {
    background-color: #f4f4f4;
    padding: 30px 0px;
    clear: both;
}
.section-titles {
    font-size: 35px;
    text-align: center;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.section-sub-titles {
    font-size: 16px;
    text-align: center;
    padding: 0px 30px;
}
.section-three-box {
    display: inline-block;
    padding: 11px;
}
.section-three-box .col-md-4 {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 32%;
    margin-right: 11px;
}
.section-three-box .col-md-4 img {
    text-align: center !important;
    margin: 0 auto !important;
    display: inherit;
    padding: 12px 0px;
}
h3.tombstone__title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
p.tombstone__description {
    text-align: center;
    font-size: 15px;
}
div#cta-25172 {
    margin: 30px 0px;
    text-align: center;
}
a.btn-solid-orange {
    color: #ffffff;
    background: rgba(255, 85, 0, 0.92);
    border-color: transparent;
    background-color: #ee5306;
    padding: 13px;
    font-size: 17px;
    font-weight: 600;
}
p.callout_description {
    font-size: 16px;
}
h2.section-twos-heading {
    font-size: 34px;
    line-height: 38px;
}
.section-twos .col-md-6:first-child {
    background-color: #d0d3d4;
    padding: 40px;
}
.section-twos .col-md-6:last-child {
    padding: 0px;
}
.section-twos .col-md-6 img {
    width: 100%;
    padding: 0px;
    height: 294px;
}
.section-last-titles {
    font-size: 26px;
    text-align: center;
    padding: 20px 0px;
}
.section-last-ones {
    background-color: #fff;
    padding-bottom: 30px;
}
.section-last-ones img {
    
    text-align: center;
}
.yt_thumbs {
    margin-top: -11px;
}
/*==============End-beyondtrust page=================*/
/*==============beyondtrust pdf page=================*/
.whitepapaer-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #000;
}
.whitepapaer-content {
    margin-top: 20px;
}
.whitepapaer-content p {
    font-size: 16px;
    color: #000;
}
.whitepapaer-content ul li {
    list-style: circle;
    font-size: 16px;
}
.whitepapaer-content-privileged {
    margin-top: 20px;
}
.whitepapaer-content-privileged h3 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.whitepapaer-content-privileged p {
    font-size: 16px;
    text-align: center;
    padding: 18px;
}
.bg-color-gray-light-with-gradient {
    background-color: #f4f4f4;
display: inline-block;
}
p.box-content-privileged-p {
    font-size: 17px;
    text-align: center;
}
h3.box-content-privileged-h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}
img.box-content-privileged-img {
    margin: 0 auto;
    display: block;
}
.box-content-privileged .col-md-4 {
    background-color: #fff;
    margin-right: 10px;
    padding: 50px 9px 50px 9px;
}
.box-content-privileged {
    padding: 25px;
}
.col-md-12.webcasts img {
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
.col-md-12.webcasts {
    background-color: #fff;
    margin-top: 50px;
}
.col-md-12.webcasts h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 22px 0px;
}
.col-md-12.webcasts p {
    font-size: 16px;
    text-align: center;
}
/*=====================6 page =====================*/
.section-testmonial {
    background: url(https://www.promero.com/wp-content/uploads/2019/02/tests.jpg);
    display: -webkit-box;
    padding: 70px 25px;
}
.section-testmonial img {
    margin: 0 auto;
    text-align: center;
    display: inherit;
}
.section-testmonial h3 {
    color: #000;
    font-size: 30px;
    text-align: center;
	line-height: 40px;
}
.section-testmonial p {
    font-size: 16px;
    text-align: center;
}
.pass-safe h3 {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
    margin-top: 20px;
    color: #000;
    font-weight: 500;
}
.pass-safe h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #000;
}
.pass-safe img {
    margin: 0 auto;
    display: block;
}
.pass-safe p {
    font-size: 16px;
    text-align: center;
    color: #000;
}
.callout-41527 img {
    width: 100%;
}
.callout-41527 .col-md-6 {
    margin: 0;
    padding: 0;
    width: 49%;
    position: relative;
    left: 15px;
}
.col-md-6.tw-gry-sectn {
    background-color: #D0D3D4;
    padding: 30px 84px;
}
.tw-gry-sectn h3 {
    font-size: 37px;
    line-height: 41px;
}
.tw-gry-sectn p {
    font-size: 17px;
}
div#cta-33199 {
    margin-left: -5px;
    margin-top: 22px;
}
.benefits-of-privileged h3 {
    font-size: 30px;
    margin: 35px 12px;
    color: #000;
}
.benefits-of-privileged h4 {
    font-size: 26px;
    margin-bottom: 22px;
    color: #000;
}
.benefits-of-privileged p {
    font-size: 16px;
}
.benefits-of-privileged .col-md-6 {
    margin-bottom: 30px;
}
.content-section-last-light-gray {
    background-color: #f4f4f4;
    padding: 20px 15px;
	clear: both;
}
.content-section-last-light-gray h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
	text-align: center;
}
.col-md-4.page-last-three-box {
    background-color: #fff;
    width: 32%;
    margin: 7px;
    padding: 28px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
      height: 300px;
}
.col-md-4.page-last-three-box h4 {
    text-align: center;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}
.col-md-4.page-last-three-box p {
    text-align: center;
    font-size: 16px;
}
.content-section-last-light-gray p {
    font-size: 16px;
}
div#cta-40703 a {
    float: left;
}
.Looking-btns {
    padding: 8px;
}
.grid-layout-endpoint h3 {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin: 30px 0px;
    font-weight: 500;
}
.end-below-section {
    background-color: #f4f4f4;
    display: -webkit-box;
}
.end-below-section .col-md-8 h4 {
    text-align: center;
    font-size: 24px;
    margin: 20px 0px;
    font-weight: 600;
}
.endpoint-divider {
    border: 2px solid #ff5500;
    width: 14%;
    margin: 15px auto;
}
p.navy---text {
    text-align: center;
    font-size: 16px;
}
.stacked-margin-top {
    text-align: center;
}
.stacked-margin-top a {
    font-size: 16px;
    color: #000;
}
.end-below-section .col-md-4 {
    padding: 0px;
}
.col-md-4.md4-scnd {
    margin-left: 20px;
}
.Looking-btns p {
    font-size: 16px;
}
.Looking-btns h3 {
    font-size: 36px;
    color: #000;
    font-weight: 500;
    margin: 20px 0;
    text-align: left; 
}
.access-forms {
    display: -webkit-box;
}
.remote-access-forms input.wpcf7-text {
    width: 100%;
    border: 1px solid #000;
    height: 42px;
    border-radius: 0;
}
.remote-access-forms label {
    font-size: 16px;
    width: 100%;
}
.remote-access-forms input.wpcf7-form-control.wpcf7-submit {
    text-align: left;
    float: left;
}
.injection-sections h3 {
    font-size: 30px;
    margin: 20px 0;
    font-weight: 500;
    line-height: 35px;
}
.injection-sections p {
    font-size: 16px;
    text-align: justify;
}
.injection-sections .col-md-11 {
    padding-left: 0px;
}
div#cta-40703 {
    margin-left: -6px;
}
.section-vendors h3 {
    text-align: center;
    margin: 30px 0;
    font-size: 30px;
    color: #000;
    font-weight: 500;
}
.section-vendors img {
    margin: 0 auto;
    display: -webkit-box;
}
.section-vendors h4 {
    text-align: center;
    font-size: 25px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
}
.section-vendors p {
    font-size: 16px;
    text-align: center;
}
.section-vendors {
    margin-bottom: 50px;
}
.singl-boxs {
    background-color: #fff;
    padding: 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.singl-boxs h5 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.singl-boxs h6 {
    font-size: 23px;
    text-align: center;
    font-weight: bold;
    color: #000;
}
.auditing-sections h3 {
    font-size: 30px;
    margin-left: 11px;
    font-weight: 500;
    margin: 30px 11px;
	color: #000;
}
.auditing-sections img {
    width: 100%;
}
.auditing-sections h4 {
    font-size: 26px;
    margin: 20px 0px;
    color: #000;
    font-weight: 500;
}
.auditing-sections p {
    font-size: 16px;
    text-align: justify;
}
.auting-tabel tr {
    height: 40px;
    line-height: 68px;
}
.section-boxs.vanles .col-md-4 {
    height: 320px;
}
.col-md-6.right-vanues img {
    height: 330px;
}
.vanues-video {
    background-color: #253746;
    padding: 30px;
}
.vanues-video h3 {
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    margin: 20px 0;
}
.vanues-video img {
    margin: 0 auto;
    display: -webkit-box;
}
.flexibles-sections {
    background-color: #f4f4f4;
    padding: 70px 0px;
}
.flexibles-sections h3 {
    text-align: center;
    font-size: 30px;
    margin: 20px 0px;
    color: #000;
    font-weight: 500;
}
.flexibles-sections p {
    font-size: 16px;
    text-align: center;
    padding: 0px 70px;
}
.cta-407031 {
    position: relative;
    left: 89px;
}
.col-md-12.orcl-8s {
    margin-top: 20px !important;
}
.content-section-last-light-gray {
    display: none;
}
