/*style added by WA 30-8-19*/
@font-face {
    font-family: "OpenSans-bold";
    src: url("fonts/opensans-bold.ttf") ;
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url("fonts/OpenSans-Regular.ttf") ;
}

@font-face {
    font-family: "lato-regular";
    src: url("fonts/lato-regular.ttf") ;
}

@font-face {
    font-family: "lato-light";
    src: url("fonts/lato-light.ttf") ;
}

@font-face {
    font-family: "lato-black";
    src: url("fonts/lato-black.ttf") ;
}

@font-face {
    font-family: "lato-heavy";
    src: url("fonts/lato-heavy.ttf") ;
}

@font-face {
    font-family: "lato-bold";
    src: url("fonts/lato-bold.ttf") ;
}

.navbar-nav {
    float: left;
}
ul.navbar-nav li { float: left; }
ul.navbar-nav li { position: relative; margin: 0 15px; list-style: none; }
ul.sub-menu {background: #fff; box-shadow: 1px 3px 11px #aaaaaa;  position: absolute; float: none; width: 185px; padding: 0; left: 0; z-index: 9999;}
.sub-menu li { display:none; margin: 0px!important;
    padding: 0px !important;
    text-align: center;
    border-bottom: 1px solid #33CC99;
}
ul.navbar-nav li:hover li { float: none; display:block; clear: both; }
ul.sub-menu li a:hover { float: none; display:block; clear: both; }
div#call-popup {
    background: rgba(33, 37, 41, 0.9);
    z-index: 100000;
}
/*submenu*/
.sub-menu li a:before{

    content: '';
    border: none;
    border-top: none !important;
    border-bottom: none !important;

}
.popup_quote div.form-group, .popup_quote div.form-group button{
    width: 100%;
    margin-top: 16px;
    border-radius: .25rem;
}
.call_form_modal .modal-title{
    text-align: center;
    padding: 25px;
}
button.close{
    position: absolute;
    right: 0;
}
.call_form_modal{
    background-color: unset;
    border: none;
    color: #fff;
}
.call_form_modal div.wpcf7-response-output{
    margin: 0px;
}
.embed-responsive iframe{
    padding: 26px;
}
/*section*/
section.we-serve{
    margin-top: 0px;
}

/*style added by WA 30-8-19*/
.news{
    padding-top: 10px;
    padding-bottom: 10px;
}
.news_post{
    border: 1px solid #fff;
    position: absolute !important;
    top: 27.5%;
    width: 350px;
    height: 150px;
    left: 4vw;
}
.carTouch{
    z-index: unset !important;
}
.polyanalytik{
    position: relative;
}
.news_post_content{
    color: #fff;
}

.news_post_content p ,.news_post_content a{
    font-size: 12px;
    color: #fff;
}
.news_post_content a{
    text-decoration: underline;
}
.news_image{
    width: 130px;
}
.large_screen_news{
    display: block;
}
.tab_screen_news{
    display: none;
}


/*slider*/
.col-center {
    margin: 0 auto;
    float: none !important;
}
.carousel {
    margin: 50px auto;
    padding: 0 35px;
}
.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.carousel .testimonial {
    padding: 10px 0 10px;
    text-align: center !important;
    color: #585858;
    font-family: "lato-regular";
    min-height: 101px;
    font-size: 15px;
}
.carousel .overview {
    margin-top: 15px;
    font-family: "lato-bold";
    font-size: 26px;
    color: #585858;
    text-transform: uppercase;
}
.carousel .carousel-control {
    display: none;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}
.carousel-control i {

    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
    bottom: -40px;
    display: none;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}
.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
ul.navbar-nav li a{
    font-size: 12px;
}

/* /////// Call Us Sidebar Wrapper Slider Styles //////// */
.call-us-sidebar-wrapper {
    position: fixed;
    z-index: 999999;
    right: -475px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #f2f2f2;
    max-width: 475px;
    border-radius: 8px 0 0 10px;
    box-shadow: rgba(0,0,0,0.15) 3px 2px 8px;
    font-family: "lato-regular";
    transition: all 0.25s ease-in-out;
}
.call-us-sidebar-wrapper:hover {
    right: 0;
}
.call-us-sidebar-wrapper .call-us-trigger-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    left: -86px;
    height: 54px;
    width: 116px;
    background: #33cc99;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-radius: 0 0 8px 8px;
    box-shadow: rgba(0,0,0,0.2) 0px 3px 6px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.25s ease-in-out;
}
.call-us-sidebar-wrapper .call-us-trigger-btn:hover {
    background: #29B989;
}
.call-us-sidebar-wrapper .form-box {
    width: 100%;
    height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px;
}
.call-us-sidebar-wrapper .form-box .heading{
    margin-bottom: 12px;
}
.call-us-sidebar-wrapper .form-box .heading.space-xx {
    padding: 20px 0 6px;
    margin-bottom: 0;
}
.call-us-sidebar-wrapper .form-box .heading h3{
    font-weight: 300;
    margin-bottom: 13px;
    font-size: 28px;
    color: #202020;
}
.call-us-sidebar-wrapper .form-box .heading h3 a {
    color: #202020;
    transition: all 0.25s ease-in-out;
}
.call-us-sidebar-wrapper .form-box .heading h3 a:hover {
    color: #33cc99;
}
.call-us-sidebar-wrapper .form-box .heading p{
    color: #616161;
    margin-bottom: 26px;
    line-height: 1.4;
    font-size: 14px;
}
.call-us-sidebar-wrapper .form-box .call-us-btn {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.call-us-sidebar-wrapper .form-box .call-us-btn .btn {
    border-radius: 50px !important;
    width: 230px;
    font-size: 17px;
    font-weight: 600;
    color: #202020;
    border: 2px solid #33cc99;
    padding: 15px;
    background: transparent;
    letter-spacing: 0.4px;
}
.call-us-sidebar-wrapper .form-box .call-us-btn .btn:hover {
    background: #33cc99;
    color: #fff;
}

.form-label-group {
    position: relative;
    margin-bottom: 16px;
}
.form-label-group .form-control::placeholder{
    opacity: 0 !important;
}
.form-label-group .form-control {
    height: 58px;
    border-radius: 0;
    background: #fbfbfb;
    border: 2px solid #ededed;
    font-weight: 600;
    font-size: 16px;
    padding-top: 18px;
    padding-left: 16px;
    color: #202020;
}
.form-label-group textarea.form-control {
    height: auto !important;
}
.form-label-group .form-control:focus {
    border-color: #33cc99;
}
.form-label-group label{
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 16px;
    pointer-events: none;
    transition: all 0.2s ease;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-label-group .form-control:not(:placeholder-shown) + label,
.form-label-group .form-control:focus + label {
    top: 6px;
    font-size: 12px;
}

.custom-rounded-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */

div#wpcf7-f1664-o2 span.wpcf7-list-item {
    padding-right: 15px;
}

/* Checkbox element, when checked */
div#wpcf7-f1664-o2 input[type="checkbox"]:checked {
  box-shadow: inset 0 0 0 5px #33cc99;
}

/* Option elements, when selected */
div#wpcf7-f1664-o2 option:checked {
  box-shadow: 0 0 0 3px lime;
  color: #33cc99;
}
.custom-rounded-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
/* 	display: inline-block; */
}

/* Create a custom checkbox */
.custom-rounded-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #33cc99;
    transition: all 0.2s ease;
}

/* On mouse-over, add a grey background color */
.custom-rounded-checkbox:hover input ~ .checkmark {
    border-width: 3px;
}

/* When the checkbox is checked, add a blue background */
.custom-rounded-checkbox input:checked ~ .checkmark {
    background-color: #33cc99;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-rounded-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-rounded-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-rounded-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.2s ease;
}
.custom-rounded-checkbox:hover input:checked ~ .checkmark {
    border-width: 2px !important;
}

.custom-checkbox-box > .custom-class-checkboxes {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
}


@media only screen and (max-width:1600px){
    .news_post{
        top: 26%;
        left: 100px;
    }
}
@media only screen and (max-width:1470px){
    .news_post{
        top: 27%;
        left: 100px;
    }
}
@media only screen and (max-width:1370px) and (min-width: 1161px){
    .header .call-btn a{
        font-size: 12px;
    }
    .search-bar a{
        font-size: 12px;
    }
    .explore-parent{
        top: 67% !important;
    }
    .news_post {
        top: 27.2%;
        left:50px;
    }
    ul.navbar-nav li {
        margin: 0 12px;
    }
    .header .navbar-light .navbar-nav{
        font-size: 12px;
    }
}
@media only screen and (max-width:1160px) and (min-width: 1024px){

    .explore-parent{
      top: 70% !important;
  }
    .news_post {
        top: 27.2%;
        left:50px;
    }
}
@media only screen and (max-width:1023px){
    .post_news{
        padding-top: 20px;
    }
    .explore-parent{
            top: 70% !important;
        }
    .news_post {
        top: 22.2%;
        left:50px;
    }
}
@media only screen and (max-width: 992px){
    .news_post {
        left: 0;
        display: block;
        border: none;
        position: relative !important;
        top: unset;
        width: 100% !important;
        height: 240px !important;
    }

    .news_post_content p ,.news_post_content a{
        text-align: center !important;
        color: #585858;
        font-family: "lato-regular";
        min-height: 101px;
        font-size: 15px;

    }
    .news_image {
        height: 200px;
        width: 100%;
    }
    .news.item{
        height: 150px;
        width: 100% !important;
        padding: 15px;
    }
    .news_post_content h4{
        font-family: "lato-bold";
        font-size: 20px;
        text-align: center;
        color: #585858;

    }
}
@media only screen and (max-width:767px){
    .news_single{ padding-left: 40px; }
    .news_post {
        left: 0;
        display: block;
        border: none;
         position: relative !important;
      top: unset;
        width: 100% !important;
        height: 240px !important;
    }

    .news_post_content p ,.news_post_content a{
        text-align: center !important;
        color: #585858;
        font-family: "lato-regular";
        min-height: 101px;
        font-size: 15px;

    }
    .news_image {
        height: 200px;
        width: 100%;
    }
    .news.item{
        height: 150px;
        width: 100% !important;
        padding: 15px;
    }
    .large_screen_news{
        display: none;
    }
    .tab_screen_news{
        display: block;
    }
    .news_post_content h4{
        font-family: "lato-bold";
        font-size: 20px;
        text-align: center;
        color: #585858;

    }
	
/* ============= Inquire button ============== */
.call-us-sidebar-wrapper .call-us-trigger-btn {
    left: -63px;
    height: 40px;
    width: 84px;
    font-size: 13px;
}
	/* ============= Inquire button end ============== */
.custom-checkbox-box > .custom-class-checkboxes {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}

}
@media only screen and (max-width:575px){
    .news_post_content{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .news_post{
        height: 380px !important;
    }
    .call-us-sidebar-wrapper .form-box .heading h3 {
        font-size: 24px;
    }
    .call-us-sidebar-wrapper .form-box .heading p {
        font-size: 13px;
    }
    .call-us-sidebar-wrapper .form-box .heading.space-xx {
        padding: 16px 0 2px;
    }
}
@media only screen and (max-width:479px){
    .news_post{
        height: 420px !important;
    }
}
@media only screen and (max-width:379px){
    .news_post{
        height: 450px !important;
    }
	.custom-checkbox-box > .custom-class-checkboxes {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
}