i[class*="fa-"], span[class*="fa-"] {
    font-family: "Font Awesome 5 Pro";
}
.contact-us .gform_heading h3{
	text-align: center;
    color: #5c0f8b;
}
body[data-fancy-form-rcs="1"] .select2-container:not(.select2-dropdown-open) .select2-choice:hover .select2-arrow b:after {
	border-top-color: #7a3ba0 !important;
}

.contact-us .gform_body ul li#field_1_9 .gfield_label{
	color: #5c0f8b;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px !important;
}


.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    display:none !important;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox] + label{
    font-weight: normal !important;
    cursor:pointer;
    margin-bottom:0;
    padding-left:0;
    line-height:1.3; 
    margin:0;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 2px;
    font-weight: normal;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:before {
    content: "\2714";
    color: white;
    background-color: #5c0f8b;
    border: 1px solid #5c0f8b;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}
.gform_wrapper ul.gfield_radio li input[type="radio"] {
    display: none;
}

.gform_wrapper ul.gfield_radio li input[type="radio"] + label{
    font-weight:normal;
    cursor:pointer;
    margin-bottom:0;
    padding-left:27px;
    line-height:1;
    margin:0;
}
.gform_wrapper ul.gfield_radio li input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 1px;
}
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label:before {
    background-color: #fff;
    border: 4px solid #69f;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
    padding: 10px 10px !important;
    font-size: 15px !important;
    margin: 0 !important;
}
.gform_wrapper textarea.medium {
    height: 150px;
    width: 100% !important;
    background: #f5f5f5;
    padding: 10px;
    margin: 0 !important;
    font-size: 15px !important;
}
.gform_wrapper .top_label .gfield_label {
 margin: 0;
}
body .gform_wrapper .top_label .gfield_label {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
body .ladding-from .gform_wrapper .top_label .gfield_label {
	font-size: 14px !important;
    color: #b48fc9;
}
body .ladding-from .gform_wrapper textarea.medium{
	height: 110px;
    background: #6d2797d4;
    font-size: 14px !important;
}
body .ladding-from .gform_wrapper .gform_footer #gform_submit_button_4{
	background-color: #ff7b02 !important;
    width: 100%;
    margin: 0;
    border-radius: 4px !important;
}
body .ladding-from .select2-container .select2-choice>.select2-chosen {
	color: #ac84c4!important;
}
html body[data-fancy-form-rcs="1"] .ladding-from.sadu-gravaty-style .select2-container .select2-choice, html body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
	background-color: #6d2797 !important;
    border-color: #6d2797;
}
body .ladding-from .gform_wrapper .top_label select.medium , body .ladding-from .gform_wrapper .top_label input.medium {
/* 	background-color:#fff !important; */
}
body .ladding-from .gform_wrapper ul li.gfield {
	
}
body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0 !important;
}
.gform_wrapper ul.gform_fields {
    margin: 0 -10px !important;
}
.gform_wrapper ul li.gfield {
 margin-bottom: 20px;
    padding: 0 10px !important;
}
.gform_wrapper ul li.gfield.sadu-text-half {
    width: 50%;
    float: left;
    clear: inherit;
}
.gform_wrapper ul li.gfield.sadu-text-full {
    width: 100%;
}
.gform_wrapper {
    overflow: inherit;
    margin: 0 !important;
    max-width: 100% !important;
}
.gform_wrapper div.validation_error {
 font-weight: normal !important;
 margin-bottom: 0 !important;
 border-top: 0 !important;
 border-bottom: 0 !important;
 width: 100% !important;
 color: #e60000 !important;
 padding: 0 0 15px 0;
}
.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    clear: both;
    text-align: center;
}
.gform_wrapper select {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    background-color: #f5f5f5;
}
.sadu-gravaty-style.footer-gravaty-style {
    position: relative;
    margin-top: 30px;
}
.sadu-gravaty-style.footer-gravaty-style .gform_wrapper div.validation_error, .sadu-gravaty-style.footer-gravaty-style .gform_wrapper .top_label .gfield_label {
    display: none !important;
}
.gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error textarea {
    border: 1px solid #e60000 !important;
}
.gform_wrapper li.gfield_error select {
   border: 1px solid #e60000 !important;
}
.gform_wrapper .validation_message {
    color: #e60000 !important;
}
.sadu-gravaty-style .gform_wrapper li.gfield {
    margin-bottom: 25px !important;
}
body .ladding-from .gform_wrapper li.gfield {
	margin-bottom: 10px !important;
}
.sadu-gravaty-style .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    background-color: transparent !important;
    border: 0 !important;
}
.sadu-gravaty-style .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: 0;
}
.sadu-gravaty-style .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 0;
    margin-bottom: 0;
    max-width: 100% !important;
}
.sadu-gravaty-style .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    display: none;  
}
.sadu-gravaty-style .gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer, .sadu-gravaty-style .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield, .sadu-gravaty-style .gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer, .sadu-gravaty-style .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {
   max-width: inherit !important;
}
.sadu-gravaty-style .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .sadu-gravaty-style .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: inherit !important;
    margin-right: 0 !important;    
}
.sadu-gravaty-style .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit !important;
    width: 100% !important;
    margin: 15px !important;
    background-color: transparent !important;
    border: none !important;
}
.sadu-gravaty-style.footer-gravaty-style {
    position: relative;
    margin-top: 30px;
}
.sadu-gravaty-style.footer-gravaty-style .gform_wrapper div.validation_error, .sadu-gravaty-style.footer-gravaty-style .gform_wrapper .top_label .gfield_label {
    display: none !important;
}
.sadu-gravaty-style .gform_wrapper li.gfield_error input[type=email], .sadu-gravaty-style .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .sadu-gravaty-style .gform_wrapper li.gfield_error input[type=tel], .sadu-gravaty-style .gform_wrapper li.gfield_error input[type=text], .sadu-gravaty-style .gform_wrapper li.gfield_error input[type=url], .sadu-gravaty-style .gform_wrapper li.gfield_error textarea {
    border: 1px solid #e60000 !important;
}
.sadu-gravaty-style .gform_wrapper li.gfield_error select {
   border: 1px solid #e60000 !important;
}
.sadu-gravaty-style .gform_wrapper .validation_message {
    color: #e60000 !important;
  display:none;
}
.sadu-gravaty-style .gform_wrapper li.gfield {
    margin-bottom: 25px !important;
}
.ladding-from .gform_wrapper .gfield_required {
	color:#fff !Important;
}
.sadu-gravaty-style .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    background-color: transparent !important;
    border: 0 !important;
}
.sadu-gravaty-style .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: 0;
}
.sadu-gravaty-style .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 0;
    margin-bottom: 0;
    max-width: 100% !important;
}
.sadu-gravaty-style .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    display: none;  
}
.sadu-gravaty-style .gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer, .sadu-gravaty-style .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield, .sadu-gravaty-style .gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer, .sadu-gravaty-style .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {
   max-width: inherit !important;
}
.sadu-gravaty-style .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .sadu-gravaty-style .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: inherit !important;
    margin-right: 0 !important;    
}
.sadu-gravaty-style .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit !important;
}
body div#ui-datepicker-div[style] {
    background-color: #fff;
    padding: 10px;
    min-width: 270px;   
}
.ui-datepicker-title select {
    margin-top: 0 !important;
    width: 88px;
    float: left;
    padding: 0px 7px !important;
    height: 32px;
    font-size: 13px;
}
body .ui-datepicker-header {
    background-color: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    min-height: 40px!important;
    border-width: 0 !important;
}
.ui-datepicker .ui-datepicker-header a {
    background-color: #000 !important;
}
.ui-datepicker-prev {
    margin-right: 7px;
}
.ui-datepicker td a, .ui-datepicker td span {
    width: 100% !important;
    background: #fff !important;
    text-shadow: none !important;
    font-size: 14px !important;
    font-weight: normal !important;
    height: 30px !important;
    display: block !important;  
}
.ui-datepicker tbody td {
    padding: 0;
    border: 1px solid #ccc; 
}
td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #eee;
}
.ui-datepicker tbody td:last-child {
    border-right: 1px solid #bbb;
}
.ui-datepicker .ui-datepicker-calendar td {
    height: 30px !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    background-color: transparent !important;
}
.ui-datepicker th {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px !important;
    padding: 0 !important;
    color: #fff !important;
    text-shadow: none !important;
    filter: none !important;
    background-color: #555 !important;
}
.ui-datepicker .ui-datepicker-calendar td:hover, .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
    background-color: #eeeeee !important;
}
.sadu-gravaty-style .gform_wrapper .gfield_error .gfield_label {
    color: #e60000 !important;
}
.loader {
  border: 5px solid #eee;
  border-radius: 50%;
  border-top: 5px solid #0053A0;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.btn-load {
  position: relative;
  opacity: .8;
  color: transparent !important;
  text-shadow: none !important;
}
.btn-load:hover,
.btn-load:active,
.btn-load:focus {
  cursor: default;
  color: transparent;
  outline: none !important;
  box-shadow: none;
}
.btn-load:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  -webkit-animation: ld 1s ease-in-out infinite;
  -moz-animation: ld 1s ease-in-out infinite;
  -o-animation: ld 1s ease-in-out infinite;
  animation: ld 1s ease-in-out infinite;
}
.btn-default.btn-load:before {
  border-left-color: #333333;
  border-right-color: #333333;
}
.btn-lg.btn-load:before {
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
}
.btn-sm.btn-load:before {
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
}
.btn-xs.btn-load:before {
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
}
@-webkit-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-moz-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-o-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
/*
Theme Name:  Salient
Description: Styles for the "Image with Hotspots" page builder element.
*/

.nectar_image_with_hotspots.no-img{
   background-color:#333;
    width:75%;
    height:400px
}
.row .col .nectar_image_with_hotspots img:not([srcset]) {
    max-width: 100%;
}
.row .nectar_image_with_hotspots img{
   max-width:none;
    width:100%;
    margin-bottom:0
}
.nectar_image_with_hotspots{
   position:relative;
    line-height:0
}
.nectar_image_with_hotspots .nectar_hotspot_wrap{
   position:absolute;
   width:30px;
   height:30px
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip{
   position:relative;
    display:block;
    opacity:0;
    z-index:900;
    cursor:default;
    background-color:#fff;
    padding:23px;
    max-width:250px;
    transition:opacity 0.3s;
    -webkit-transition:opacity 0.3s;
    line-height:22px;
    font-size:14px;
    color:#666;
    border-radius:10px;
    pointer-events:none
}
.nectar_image_with_hotspots[data-tooltip-func="click"] .nectar_hotspot_wrap .open.nttip {
    pointer-events: auto;
    cursor: auto;
}
.nectar_image_with_hotspots[data-tooltip-func="click"] .nectar_hotspot_wrap .nttip{
   transition:opacity 0.2s;
    -webkit-transition:opacity 0.2s
}
.nectar_image_with_hotspots[data-tooltip_shadow="small_depth"] .nectar_hotspot_wrap .nttip{
   box-shadow:0px 1px 4px rgba(0,0,0,0.15)
}
.nectar_image_with_hotspots[data-tooltip_shadow="medium_depth"] .nectar_hotspot_wrap .nttip{
   box-shadow:0 20px 40px rgba(0,0,0,0.16),0 10px 25px rgba(0,0,0,0.1)
}
.nectar_image_with_hotspots[data-tooltip_shadow="large_depth"] .nectar_hotspot_wrap .nttip{
   box-shadow:0 30px 102px rgba(0,0,0,0.33),0 20px 51px rgba(0,0,0,0.18)
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip h4, 
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip h3{
   margin-bottom:4px
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position="bottom"]{
    margin-top:42px;
    margin-left:6px;
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%)
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position="top"]{
    margin-top:-20px;
    margin-left:6px;
    -ms-transform:translateX(-50%) translateY(-100%);
    transform:translateX(-50%) translateY(-100%);
    -webkit-transform:translateX(-50%) translateY(-100%)
}
body .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position].force-top{
    margin-top:-20px;
    margin-left:6px;
    -ms-transform:translateX(-50%) translateY(-100%);
    transform:translateX(-50%) translateY(-100%);
    -webkit-transform:translateX(-50%) translateY(-100%)
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position="left"]{
    margin-left:-20px;
    margin-top:6px;
    -ms-transform:translateX(-100%) translateY(-50%);
    transform:translateX(-100%) translateY(-50%);
    -webkit-transform:translateX(-100%) translateY(-50%)
}
body .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position].force-left{
    margin-left:-20px;
    margin-top:6px;
    -ms-transform:translateX(-100%) translateY(-50%);
    transform:translateX(-100%) translateY(-50%);
    -webkit-transform:translateX(-100%) translateY(-50%)
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position="right"]{
    margin-left:42px;
    margin-top:6px;
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%)
}
body .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position].force-right {
    margin-left:42px;
    margin-top:6px;
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%)
}
.nttip.empty-tip{
   display:none!important
}
.home_clients_slider {
	display: flex;
	flex-wrap: wrap;
}
.home_clients_slider .slider_img_box {
	width: 20%;
	margin-bottom: 20px;
}
.clients_contents {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	justify-content: center;
}
.clients_contents .slider_img_box {
	width: 33.33%;
	margin-bottom: 20px;
}
.clients_contents .slider_img_box .slider_img_box_inner img {
	max-height: 40px !important;
	max-width: 110px;
}


@media only screen and (min-width:690px){
   .nectar_image_with_hotspots[data-tooltip-func="hover"] .nectar_hotspot:hover+.nttip{
       opacity:1
   }
    .nectar_image_with_hotspots[data-tooltip-func="hover"] .nectar_hotspot:hover span{
       transform:rotate(90deg);
        -webkit-transform:rotate(90deg)
   }
    .nectar_image_with_hotspots[data-tooltip-func="click"] .nectar_hotspot.open span{
       transform:rotate(45deg);
        -webkit-transform:rotate(45deg)
   }
/*     .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap{
       opacity:0;
        transform:translateY(80px);
        -webkit-transform:translateY(80px)
   } */
    .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap.animated-in{
       -webkit-animation:nectarBounceIn .8s ease-out forwards;
        animation:nectarBounceIn .8s ease-out forwards
   }
    .nectar_image_with_hotspots[data-tooltip-func="always_show"] .nectar_hotspot_wrap .nttip{
       opacity:1;
       width: 250px!important;
   }
}
.nectar_image_with_hotspots .nttip.open{
   opacity:1!important
}
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"] .nectar_hotspot span{
   display:block;
    pointer-events:none;
    transition:transform 0.3s;
    -webkit-transition:-webkit-transform 0.3s;
    width:22px;
    height:22px
}
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"][data-tooltip-func="click"] .nectar_hotspot span{
   transition:transform 0.2s;
    -webkit-transition:-webkit-transform 0.2s
}
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"] .nectar_hotspot span:before{
   position:absolute;
    display:block;
    height:2px;
    width:10px;
    left:6px;
    top:10px;
    content:' ';
    background-color:#fff
}
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"] .nectar_hotspot span:after{
   position:absolute;
    display:block;
    height:10px;
    width:2px;
    left:10px;
    top:6px;
    content:' ';
    background-color:#fff
}
.nectar_image_with_hotspots .nectar_hotspot{
    height:22px;
    width:22px;
    border-radius:100px;
    position:absolute;
    z-index:100;
    cursor:pointer;
    line-height:22px;
    text-align:center;
    color:#fff;
    font-size:11px;
    display:block
}
.nectar_image_with_hotspots[data-stlye="color_pulse"] .nectar_hotspot{
   background-color:#5C0F8B
}
.nectar_image_with_hotspots[data-stlye="color_pulse"] .nectar_hotspot:before{
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    content:'';
    width:22px;
    height:22px;
    margin:-11px auto auto -11px;
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%;
    border-radius:50%;
    background-color:inherit;
    opacity:1;
    z-index:-1;
    pointer-events:none
}
.nectar_image_with_hotspots[data-stlye="color_pulse"][data-hotspot-icon="numerical"] .nectar_hotspot.pulse:before, 
.nectar_image_with_hotspots[data-stlye="color_pulse"][data-hotspot-icon="plus_sign"] .nectar_hotspot:before{
   -webkit-animation:pulsate 3s cubic-bezier(0.2,1,0.2,1) infinite;
    animation:pulsate 3s cubic-bezier(0.2,1,0.2,1) infinite
}

@media only screen and (min-width:690px){
    .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot{
       height:30px;
        width:30px;
        line-height:30px;
        font-size:14px
   }
    .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span{
       height:30px;
        width:30px
   }
    .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span:before{
        height:2px;
        width:12px;
        left:9px;
        top:14px
   }
    .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span:after{
        height:12px;
        width:2px;
        left:14px;
        top:9px
   }
    .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot_wrap .nttip[data-tooltip-position="bottom"]{
        margin-top:60px;
        margin-left:15px
   }
    .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot_wrap .nttip[data-tooltip-position="top"]{
        margin-top:-30px;
        margin-left:15px
   }
    .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot_wrap .nttip[data-tooltip-position="left"]{
        margin-left:-30px;
        margin-top:15px
   }
    .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot_wrap .nttip[data-tooltip-position="right"]{
        margin-left:60px;
        margin-top:15px
   }
}

@media only screen and (max-width : 690px) {
    body .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip {
        position: fixed!important;
        left: 0!important;
        top: 0!important;
        width: 100%!important;
        max-width: none!important;
        margin: 0!important;
        height: 100%;
        box-shadow: none!important;
        border-radius: 0;
        text-align: center;
        transform: none!important;
        -webkit-transform: none!important;
        z-index: 999;
   }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .inner {
        transform: translateY(-50%) translateX(-50%) scale(0.8);
        -webkit-transform: translateY(-50%) translateX(-50%) scale(0.8);
        -webkit-transition: all 0.2s ease-in-out!important;
        transition: all 0.2s ease-in-out!important;
        top: 50%;
        left: 50%;
        position: absolute;
        width: 60%;
        text-align: center;
   }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip.open .inner {
        transform: translateY(-50%) translateX(-50%) scale(1);
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
   }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip.open {
        pointer-events: auto!important;
   }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose {
        position: absolute;
        top: -50px;
        left: 50%;
        margin-left: -11px;
        height: 22px;
        width: 22px;
        line-height: 22px;
        border: 2px solid #000;
        border-radius: 100px;
   }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        display: block;
        height: 18px;
        width: 18px;
        transform-origin: center;
   }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:before {
        position: absolute;
        display: block;
        height: 2px;
        width: 10px;
        left: 4px;
        top: 8px;
        content: ' ';
   }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:after {
        position: absolute;
        display: block;
        height: 10px;
        width: 2px;
        left: 8px;
        top: 4px;
        content: ' ';
   }
}
.products-section .products_inner .products-tab {
	border-bottom: 1px solid #5c0f8b;
    padding-bottom: 50px;
	margin-bottom: 20px;
}
.products-section .products_inner .products-tab ul{
	margin:0 ;
}
.products-section .products_inner .products-tab ul li{
	margin-right: 30px;
    list-style: none;
    display: inline-block;
    border-right: 2px solid #5c0f8b;
    padding-right: 40px;
}
.products-section .products_inner .products-tab ul li:last-child{
	border:0 !important;
}
.products-section .tabbed ul{
	border-bottom: 1px solid #5c2d88 !important;
	margin-bottom: 25px !important;
    padding-bottom: 40px;
}
.products-section .tabbed ul li {
	margin-right: 30px;
	list-style: none;
	display: inline-block;
	border-right: 2px solid #5c0f8b;
	padding-right: 40px;
}
.products-section .tabbed ul li:last-child{ 
	border:0 !important;
}
.products-section .tabbed ul li a.active {
	opacity: 1;
}
.products-section .tabbed ul li a { 
	font-size: 52px;
	letter-spacing: 2px;
	opacity: 0.3;
	color: #5c0f8b;
}
.products-section .products_inner .products-tab ul li a {
	font-size: 52px;
	letter-spacing: 2px;
	opacity: 0.3;
	color: #5c0f8b;
}
.products-section .products_inner .products-tab ul li a.active {
	opacity: 1;
}

.products-section .light-box {
	padding: 20px 30px;
}
.products-section .light-box img { 
	margin-bottom:0 !important;
	height: 40px;
}
.products-section .light-box h3 {
    color: #5c0f8b;
    margin: 0;
    height: 40px;
    font-size: 30px;
    line-height: 1.3;
}
.products-section .light-box h5 { 
    color: #5c0f8b;
    margin: 0;
    font-size: 19px;
    padding-bottom: 15px;
}
.products-section .light-box p{ 
    min-height: 115px;
	line-height: 27px;
}
.products-section{
	padding-top: 0px !important;
}
.products-section-nav {
	padding-top: 60px !important;
}
.products_lists {
	padding-bottom: 50px;
	margin: 0 -30px;
}
.products_accessories_list {
	padding-bottom: 80px !important;
	margin: 0 -30px;
}
.services_accessories_list {
	padding-bottom: 80px !important;
	margin: 0 -30px;
}
.related_products {
	padding-bottom: 0px !important;
	margin: 0 -10px;
}
.products-section .related_products .light-box {
    padding: 0px 10px 30px 10px;
}


.products_accessories h3 {
	color: #5c0f8b;
    border-bottom: 1px solid #5c0f8b;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.our_clients_page_box {
	overflow: hidden;
}
.our_clients_page_box h2 {
	color: #fff;
	background-color: #5c0f8b;
	position: relative;
	padding: 10px 20px 10px 0px;
	margin: 20px 0 30px 0;
	display: inline-block;
}
.our_clients_page_box h2:before {
    content: "";
    width: 140%;
    height: 100%;
    position: absolute;
    left: -140%;
    top: 0;
    background-color: #5c0f8b;
}
.our_clients_page_box h5 {
	color: #5c0f8b;
    padding-bottom: 30px;
}
.our_clients_page_box .clients {
	margin: 0 -14%;
}
.our_clients_page_box .clients .no-link {
	margin-bottom: 20px !important;
}
.our_clients_page_box .clients .no-link img{
	width: 150px;
    height: 50px;
    object-fit: contain;
}
html body[data-fancy-form-rcs="1"] .select2-container .select2-choice, html body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
	background-color: #fff !important;
	color: #000 !important;
}
html body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover, html body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover >.select2-chosen, html body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice, html body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice >.select2-chosen {
	color: #000 !important;
}
html body[data-fancy-form-rcs="1"] .sadu-gravaty-style .select2-container .select2-choice, html body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
	background-color: #f5f5f5 !important;
}

.clients[data-additional_padding="3"].no-carousel >div {
    padding: 2%;
}
.clients[data-additional_padding="3"].no-carousel >div img {
    padding: 1%;
}
/* Forms */
.form_mktoForm {
	
}
.form_mktoForm .mktoForm {
    font-family: Nunito;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 35px !important;
    color: #0a0a0a !important;
    width: 100% !important;
}
.form_mktoForm .mktoForm .mktoFormRow {
	width: 50%;
    float: left;
    clear: none;
    padding: 10px 15px;
}
.form_mktoForm .mktoForm .mktoFormRow:nth-child(10) {
	width: 100%;
    float: none;
    clear: both;
}
.form_mktoForm .mktoForm .mktoFormRow:nth-child(11) {
	width: 100%;
    float: none;
    clear: both;
}
.form_mktoForm .mktoForm .mktoField {
	padding: 0;
	color: #0a0a0a;
	background-color: transparent;
	border: 0;
	font-size: 14px;
}
.form_mktoForm .mktoForm input[type=url], .form_mktoForm .mktoForm input[type=text], .form_mktoForm .mktoForm input[type=date], .form_mktoForm .mktoForm input[type=tel], .form_mktoForm .mktoForm input[type=email], .form_mktoForm .mktoForm input[type=number], .form_mktoForm .mktoForm textarea.mktoField, .form_mktoForm .mktoForm select.mktoField {
	background-color: #f5f5f5;
	height: 42px;
	padding: 10px 15px;
	line-height: 42px !important;
	box-shadow: none;
}
.form_mktoForm .mktoForm .mktoFormRow:nth-child(11) textarea.mktoField {
	height: 150px !important;
    line-height: 1.5 !important;
}
.form_mktoForm .mktoForm .mktoFieldWrap label.mktoLabel {
	padding: 0 0 10px 0;
}
.form_mktoForm .mktoForm .mktoRequiredField label.mktoLabel .mktoAsterix {
	display: inline-block;
    float: none;
    padding-left: 0;
    padding-right: 5px;
}
.form_mktoForm .mktoForm .mktoButtonRow {
	text-align: center;
}
.form_mktoForm .mktoForm .mktoButtonRow .mktoButtonWrap {
	margin: 0 !important;
    display: inline-block;
}
.form_mktoForm .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
	padding: 10px 40px !important;
	font-size: 20px !important;
	font-weight: 300 !important;
	border: 0 !important;
	background-color: #5c0f8b !important;
}
.mktoForm_sidebar {
	
}
.mktoForm_sidebar .form_mktoForm {
	padding: 30px 15px;
}
.mktoForm_sidebar .form_mktoForm .mktoForm input[type=url], .mktoForm_sidebar .form_mktoForm .mktoForm input[type=text], .mktoForm_sidebar .form_mktoForm .mktoForm input[type=date], .mktoForm_sidebar .form_mktoForm .mktoForm input[type=tel], .mktoForm_sidebar .form_mktoForm .mktoForm input[type=email], .mktoForm_sidebar .form_mktoForm .mktoForm input[type=number], .mktoForm_sidebar .form_mktoForm .mktoForm textarea.mktoField, .mktoForm_sidebar .form_mktoForm .mktoForm select.mktoField {
	background-color: #ffffff;
}
.killing-germs-inner .hover-wrap-inner img {
	height: 80px;
}
/* patents */
.patents_list_wrap .nectar-fancy-ul ul li {
    display: block;
    width: 25%;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
    float: left;
}
.patents_list_wrap .nectar-fancy-ul ul:after {
	content: "";
	display: block;
	clear: both;
}
.patents_list_wrap .nectar-fancy-ul ul li i.icon-default-style[class^="icon-"].icon-salient-thin-line {
	font-size: 25px !important;
	height: 25px !important;
	line-height: 25px !important;
	position: absolute;
	left: 0;
	width: auto !important;
	padding-right: 0 !important;
}



/* Table */
.reviewed_studies_table {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 50px;
	font-size: 16px;
	line-height: 1.3;
}
.reviewed_studies_table .reviewed_studies_table_list {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
}
.reviewed_studies_table .reviewed_studies_table_list:nth-child(2n + 2) {
	background-color: #ffffff;
}
.reviewed_studies_table .reviewed_studies_table_list.reviewed_studies_table_head {
	background-color: #5c0f8b;
	color: #fff;
	border: 1px solid #5c0f8b;
}
.reviewed_studies_table .reviewed_studies_table_list:after {
	content: "";
	display: block;
	clear: both;
}
.reviewed_studies_table .reviewed_studies_table_list > div {
    float: left;
    padding: 14px 15px;
    width: 25%;
}
.reviewed_studies_table .reviewed_studies_table_list.reviewed_studies_table_head > div {
    padding: 18px 15px;
    font-weight: 600;
}
.reviewed_studies_table .reviewed_studies_table_list > div a {
	
}
.reviewed_studies_table .reviewed_studies_table_list > div .table_res {
	display: none;
}
.reviewed_studies_table .reviewed_studies_table_list .table_facility {
	
}
.reviewed_studies_table .reviewed_studies_table_list .table_organism {
	width: 35%;
}
.reviewed_studies_table .reviewed_studies_table_list .table_publication_details {
	width: 40%;
}
.reviewed_studies_table .reviewed_studies_table_list .table_date {
	width: 20%;
}
.reviewed_studies_table .reviewed_studies_table_list .table_title {
	width: 40%;
}
.ladding-page .reviewed_studies_table_list .table_title {
	width: 16%;
}
.ladding-page .reviewed_studies_table .reviewed_studies_table_list .table_link {
	width: 30%;
	text-align:left;
}
.ladding-page .reviewed_studies_table .reviewed_studies_table_list .table_news_outlet {
    width: 34%;
}
.reviewed_studies_table .reviewed_studies_table_list .table_news_outlet {
	width: 25%;
}
.reviewed_studies_table .reviewed_studies_table_list .table_link {
	width: 15%;
	text-align: center
}
.resources_news .reviewed_studies_table .reviewed_studies_table_list {
	border: 1px solid #ffffff;
}
body.single-post.material[data-bg-header="true"] .container-wrap {
	padding-bottom: 0;
}
.gride > .row {
	padding: 0;
}
/* Modal */
.video_modal {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9999;
	display: none;
}
.video_modal_wrap {
    background-color: #fff;
    max-width: 700px;
    position: absolute;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 428px;
    height: 100%;
}
.video_modal_content {
	position: relative;
}
.video_modal_close {
	position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    right: 0;
    cursor: pointer;
    color: #dc0000;
}
.video_modal_content .video_modal_script {
	padding: 40px 30px 30px 30px;
}
.transparent #header-secondary-outer {
	background-color: transparent !important;
}
body.material .transparent #header-secondary-outer nav >ul >li >a {
    font-size: 18px !important;
    letter-spacing: 2px;
    color: #fff !important;
}
body.material .transparent #header-secondary-outer nav >ul >li#menu-item-312:before {
	background-color: #fff;
	border-radius: 50%;
}


@media only screen and (max-width: 991px) {  
	.products-section .tabbed ul li a {
    	font-size: 32px;
	}
}
@media only screen and (max-width: 690px) {  
	.products-section-nav {
		padding-top: 40px !important;
		margin-bottom: 0 !important;
	}
	.products-section .products_inner .products-tab ul li {
		margin-right: 10px;
		border-right: 2px solid #5c0f8b;
		padding-right: 14px;
	}
	.products-section .tabbed ul li {
		margin-right: 10px;
		border-right: 2px solid #5c0f8b;
		padding-right: 14px;
	}
	.products-section .tabbed ul li a {
		font-size: 28px;
		padding: 0px 7px 0 7px !important;
		letter-spacing: 0;
	}
	.products-section .products_inner .products-tab ul li a {
		font-size: 30px;
	}
	.products-section .products_inner .products-tab {
		padding-bottom: 30px;
		margin-bottom: 0px;
	}
	.nectar-fancy-ul ul li i.icon-default-style[class^="icon-"].icon-salient-thin-line {
		color: #000;
		font-weight: bold;
	}
	.blog-section .row .span_6 .news-blog-wrap .news-blog-inner-box {
		max-width: 480px;
		margin: 0 auto;
		padding: 50px 30px 50px 30px;
	}
	.services_accessories_list {
    	padding-bottom: 0px !important;
	}
	.reviewed_studies_section {
		overflow-y: scroll;
	}
	.reviewed_studies_table {
		padding: 0 10px;
		width: 200%;
		overflow-y: scroll;
	}
	.services_accessories_list .span_4{
		margin-bottom: 0!important;
	}
	.products_lists {
		padding-bottom: 0px;
		margin-bottom: 0 !important;
	}
	.products-section .light-box p {
    	min-height: 85px;
	}

}

