/*
    Theme Name:Jalco
    Theme URI:
    Description:This is Jalco theme.
    Version:1.0.0
    Author:Anonymous
    Author URI: 
*/
@font-face {
    font-family: 'oswalddemibold';
    src: url('font/oswald_demibold-webfont.eot');
    src: url('font/oswald_demibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/oswald_demibold-webfont.woff2') format('woff2'),
        url('font/oswald_demibold-webfont.woff') format('woff'),
        url('font/oswald_demibold-webfont.ttf') format('truetype'),
        url('font/oswald_demibold-webfont.svg#oswalddemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('font/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('font/MyriadPro-Regular.otf')  format('opentype'),
        url('font/MyriadPro-Regular.woff') format('woff'), url('font/MyriadPro-Regular.ttf')  format('truetype'), url('font/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {margin: 0px;padding: 0px;}
body {background:#fff;color:#fff; font-family: 'Open Sans', sans-serif;font-size: 16px;font-weight: 400;} 
* {-webkit-appearance: none; -moz-border-radius: 0px; -webkit-border-radius: 0px;border-radius: 0px;outline-width: 0px;} 
a ,input, button {text-decoration: none;-webkit-transition: all .3s; -moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;} 
a {color: #fff;}
a:hover ,a:focus {text-decoration: none; color: #76d2f6;} 
a img ,img {border: 0px;max-width: 100%;text-decoration: none;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;} 
a:hover,a:focus,a:visited,a:active{outline: none;text-decoration:none;} 
.no-gutter {margin: 0 !important;padding: 0 !important;}
h1, h2, h3, h4, h5, h6 {color: #999;}
p{color: #4b4b4b;}

/*************************** HEADER CSS START *****************************/
.main_header ,.sticky ,.home_slider ,.home_divisions ,.hm_title ,.home_who_we_are ,.home_who_we_are_orl ,.home_what_we_do ,.home_vid ,.go_top ,.footer_main ,.footer_menu2 {
    float: left;
    width: 100%;    
}
.main_header {
    background: rgba(182,182,182,0.82);
    margin-top: 45px;
    z-index: 9;    
    top: 0px;
    position: fixed;    
    transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
}
.main_header .logo {
    float: left;
    padding: 20px 25px 20px 0px;
}
.main_header .header_right {
    float: right;
}
.nav {
    display:inline-block;
    margin:0px 0px;
    list-style: none;
    font-family: 'oswalddemibold';
}
.nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.nav a {
    display:inline-block;
    font-size:14px;
}
.nav li.hover a{
    color:#17cfb6;
}
.nav li {
    padding: 0px 5px;
    display: inline-block;
}
.nav li a {
    color: #fff;
    line-height: 16px;
    padding: 0px 4px;
    margin: 34px 0px 33px;
    border-left: 2px solid #19acb3;
    text-transform: uppercase;
    display: inline-block;
    z-index: 9;
}
.nav li.acitve a {
    color:#707070;
    border-left: 2px solid transparent;
}
.nav li.active > a {
    color:#707070;
    border-left: 2px solid transparent;
    background: inherit;
}
.nav li a:focus, .nav li a:hover {
    color:#707070;
    background: inherit;
}
.nav li.menu-item-has-children a:focus, .nav li.menu-item-has-children a:hover {
    color:#FFF;
    background: inherit;
}
.nav li ul.sub-menu li a:hover,.sub-menu ul li a:focus{
    color:#000;
}
.mm-listview li.active > a {
    color:#707070;
}
.nav li a.parent {
    display: inline-block;
}
.nav li ul {
    position: absolute;
    font-family: 'Oswald', sans-serif;    
    background:rgba(0,0,0,0.4);
    padding: 8px 0px;
    left: -9999px;
    border: none !important;
    border-radius: inherit !important;
    box-shadow: inherit !important;
    padding: 90px 0 0 !important;
    top: 0;
    width: 105px;
    z-index: 1;
}
.nav > li:hover > ul {
    left: -10px;
}
.nav li ul li {
    border-bottom: 1px solid #adc7c8;
    padding: 0px;
    width: 100%;
}
.nav li ul li:last-child {
    border-bottom: medium none;
}
.nav li li:hover > ul {
    left: 100%;
    top: 0px;
    width: 112px;
}
.nav li ul li a { 
    border: medium none;
    color: #ffffff;
    display: list-item;
    background: url(images/sub-line.png) no-repeat left top;
    font-size: 12px;
    margin: 10px 0px 9px 10px;
    padding: 0px 8px;
    text-transform: uppercase;
}
.nav li ul li > a:hover , .nav li ul li.active > a{
    color: #363636;
    background: url(images/sub-line.png) no-repeat left top;
}
.dropdown-menu li a:focus, .dropdown-menu li a:hover ,.mm-listview a:hover, .mm-navbar a:hover {
    color: #363636;
}
.nav li li.hover a{
    color:#363636;
}
.nav li li ul {
    background:rgba(182,182,182,0.82);
    top: 0px;
    width: 110px;
}
.nav li li li a {    
    display:block;
    color: #fff;
}
.menu_ds {
    float: left;
}
.menu_mb {
    display: none;
}
.header_search {
    float: right;
    width: 130px;
    background: rgba(137,137,137,0.55);
    margin: 30px 0px 28px 15px;
}
.header_search input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 24px;
    line-height: 18px;
    margin: 0px;
    padding: 0px 5px;
    vertical-align: middle;
    width: 75%;
}
.header_search input[type="submit"]{
    background: url("images/search-icon.png") no-repeat scroll left top;
    border: none;
    color: #fff;
    float: right;
    margin: 4px 0px 2px;
    padding: 0px;
    font-size: 12px;
    text-align: center;
    text-indent: -9999px;
    text-transform: capitalize;
    width: 24%;
}
.sticky {
    margin: 0px;
    transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
}
.home_slider {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.slider_text {
    background: rgba(0,170,178,0.81);
    bottom: 10px;
    height: 82%;
    left: 0;
    margin: 0 auto;
    padding: 40px 25px 40px;
    text-align: center;
    position: absolute;
    right: 0;
    width: 34.4%;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.dis_tbe {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.tabe {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.slider_text h4 {
    color: #fff;
    display: inline-block;
    font-family: "Montserrat Alternates",sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
    left: 0;
    margin: 0px 0px 20px;
    position: absolute;
    right: 0;
    top: 21%;
    vertical-align: top;
}
.slider_text h4 span {
    border-bottom: 2px solid #fdbe3c;
    display: block;
    margin: 0 auto;
    padding: 20px 0px 0px;
    width: 150px;
}
.slider_text h2 {
    color: #fdbe3c;
    font-size: 83px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.slider_text h3 {
    color: #fff;
    font-size: 56px;
    margin: 0px;
}
.home_slider .owl-carousel {
    z-index: auto;
}
.home_slider .owl-controls {
    height: 0;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    z-index: 99;
    position: absolute;
    bottom: 120px;
    width: 110px;
}
.home_slider .owl-prev a ,.home_slider .owl-next a {
    background: #79b6c8;
    color: #fff;
    font-size: 28px;
    height: 50px;
    line-height: 15px;
    padding: 16px 19px;
    width: 50px;    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.home_slider .owl-prev a {
    float: left;
}
.home_slider .owl-next a {
    float: right;
}
.home_slider .owl-prev a:hover ,.home_slider .owl-next a:hover ,.home_slider .owl-prev a.hover ,.home_slider .owl-next a.hover {
    background: rgba(48,48,48,0.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.hm_contact {
    position: fixed;
    right: 0px;
    top: 42%;
    z-index: 99;
    transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
}
.hm_contact > a {
    background-color: #00aab2;
    color: #fff;
    float: right;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    height: 140px;
    font-weight:bold;
    margin: 0px -80px;
    padding: 32px 15px;
    text-align: center;
    width: 140px;    
    -webkit-transform: rotate(-90deg) scale(1.3);
    -moz-transform:    rotate(-90deg) scale(1.3);
    -o-transform:      rotate(-90deg) scale(1.3);
    -ms-transform:     rotate(-90deg) scale(1.3);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    letter-spacing:0.5pt;
}
.hm_cont_box {
    display: none;
    float: right;
    width: 100%;
    bottom: 100px;
    width: 395px;
    background-color: #fff;
    padding: 30px;
    position: relative;
    z-index: 9;
}
.hm_cont_box .cont_btn {
    /*    background: #fff;
        border: 2px solid #00aab2;*/
    color: #00aab2;
    display: inline-block;
    font-size: 32px;
    height: 20px;
    left: 2px;
    line-height: 0;
    margin: 0;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 30px;
    /*    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;*/
}
.hm_cont_box input[type="text"],.hm_cont_box input[type="email"], .hm_cont_box textarea ,.hm_cont_box select,.hm_cont_box input[type="tel"]{   
    font-family:"Open Sans",sans-serif;
    font-style : normal;
    font-weight : 100;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #00aab2;
    border-radius:5px;
    box-shadow:0 0 1px 0 #0a949b;
    color: #919191;
    display: inline-block;
    font-size: 14px;
    height: 49px;
    line-height: 24px;
    margin: 0;
    padding: 14px 15px;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 100%;
}
.hm_cont_box input[type="text"]:hover, .hm_cont_box input[type="text"]:focus,.hm_cont_box input[type="email"]:hover, .hm_cont_box input[type="email"]:focus, .hm_cont_box textarea:hover, .hm_cont_box textarea:focus ,.hm_cont_box input[type="tel"]:hover,.hm_cont_box input[type="tel"]:focus{
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease 0s;
}
.hm_cont_box .select_style {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    height: 49px;
    box-shadow:0 0 1px 0 #0a949b;
}
.hm_cont_box  .select_style select {
    font-family:"Open Sans",sans-serif;
    font-style : normal;
    font-weight : 100;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: #919191;
}
:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: #919191;
}
::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1;
    color: #919191;
}
:-ms-input-placeholder {  
    opacity: 1;
    color: #919191;
}
.hm_cont_box textarea {
    height: 147px;
    line-height: 24px;
    padding: 12px 15px;
    resize: none;
    width: 100%;
}
.hm_cont_box input[type="submit"] {
    background-color: #00aab2;
    border: 1px solid #00aab2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight:800;
    height: 59px;
    /*    letter-spacing: 4px;*/
    margin: 9px 0 0;
    padding: 16px 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: top;
    width: 100%;
}
.hm_cont_box input[type="submit"]:hover {
    background-color: #fff;
    color: #00aab2;
    border-bottom: 2px solid #00aab2;
}
.mobile_view_on {
    display: none;
}
#home-divisions {
    float: left;
    width: 100%;
}
.home_divisions {
    margin: 24px 0px 60px;    
    text-align: center;
}
.hm_title {
    margin: 0px 0px 59px;    
    text-align: center;
}
.hm_title h2 {
    color: #47c2c7;
    font-size: 42px;
}
.hm_title h2 span {
    border-bottom: 2px solid #fdbe3c;
    display: block;
    margin: 0px auto;
    padding: 25px 0px 0px;
    width: 100px;
    left: 14px;
    position: relative;
}
.home_divisions .row {
    display: inline-table;
}
.home_divisions .col-md-3.col-sm-3.col-xs-12 {
    display: table-cell;
    float: none;
    margin: 0 auto;
    vertical-align: top;
}
.home_divisions a {
    display: inline-block;
    width: 95%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-transform:scale(1);
}
.home_divisions a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-transform:scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.mobile_view_on .item > a {
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-transform:scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.dk_on > a {
    height: 100%;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width:85%; 
}
.mobile_view_on .item > a {
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.mobile_view_on .item > a img { 
    display: inline-block;
    width: 100%;
    transform-style: flat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.dk_on > a:hover ,.mobile_view_on .item > a:hover  .dk_on > a.hover ,.mobile_view_on .item > a.hover{
    background: rgba(0,0,0,0.9);    
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.dk_on > a:hover img ,.dk_on > a.hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.2;
    -o-transform:scale(1.3);
}
.mobile_view_on .item > a:hover { 
    background: rgba(0,0,0,0.9);
}
.mobile_view_on .item > a:hover img ,.mobile_view_on .item > a.hover img {    
    opacity: 0.2;
    transform-style: flat;
    -o-transform:scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
/*.home_divisions .dk_on:hover a img ,.home_divisions .item:hover a img  {
    opacity: 0.5;
}*/
.home_divisions h3 {
    display: table;
    height: 70px;
    margin: 15px 5px 30px;
    vertical-align: middle;
    width: 100%;
}
.home_divisions h3 a {
    color: #7a7a7a;
    display: table-cell;
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
    text-transform: capitalize;
    vertical-align: bottom;
}
.home_divisions .dk_on:hover h3 a ,.home_divisions .item:hover h3 a {
    color: #4e4e4e;
}
.home_divisions span.divis_line {
    border-bottom: 2px solid #fdbe3c;
    display: block;
    margin: 0px auto;
    width: 38px;
}
.home_divisions p {
    font-family: 'Lato', sans-serif;
    color: #7a7a7a;
    font-style: italic;
    margin: 18px 0px;
}
#home-divisions .owl-controls {
    height: 0px;
    margin: 0px auto;
    width: 110px;
}
#home-divisions .owl-prev a ,#home-divisions .owl-next a {
    background: #79b6c8;
    color: #fff;
    font-size: 28px;
    height: 50px;
    line-height: 15px;
    padding: 16px 19px;
    width: 50px;    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#home-divisions .owl-prev a {
    float: left;
}
#home-divisions .owl-next a {
    float: right;
}
#home-divisions .owl-prev a:hover ,#home-divisions .owl-next a:hover ,#home-divisions .owl-prev a.hover ,#home-divisions .owl-next a.hover {
    background: rgba(48,48,48,0.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.home_who_we_are {
    height: 100%;
    padding: 15px 0px 48px;
    position: relative;
}
.home_who_we_are_orl {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    /*  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    /*  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.home_who_we_are .hm_title h2 ,.home_what_we_do .hm_title h2 {
    color: #555;
}
.home_who_we_are h3 {
    color: #00aab2;
    font-family: "Raleway",sans-serif;
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    margin: 0px;
    padding-right:15px;
}
.home_who_we_are img{
    float: right;
    height: 356px;
    width: auto;
}
.home_who_we_are h3 span {
    border-bottom: 2px solid #fdbe3c;
    display: block;
    margin: 0px 0px 25px;
    padding: 23px 0px 0px;
    width: 38px;
}
.home_who_we_are h4 {
    font-family: 'Lato', sans-serif;
    color: #363636;
    font-size:18px;
    font-weight: 700;
    line-height:1.3; 
    font-style: italic;
    margin-top:0px;
}
.home_who_we_are p {
    font-family: 'Lato', sans-serif;
    color: #636363;
    font-size: 16px;
    font-style: italic;
    /*    margin: 0px -20px 10px 0px;*/
}
.home_what_we_do {
    padding: 30px 0px;
    overflow: hidden;
}
.home_what_we_do .hm_title {
    margin: 0px 0px 20px;
}
.home_what_we_do img {
    margin: 0px 0px 0px -55px;    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.home_what_we_do .img_bg {
    background: rgba(0,170,178,0.65);
    height: 433px;
    width: 433px;
    position: absolute;
    left: 165px;
    top: 0px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.dis_tb {
    display: table;
    height: 460px;
    width: 100%;
}
.tab {
    display: table-cell;
    vertical-align: middle;
}
.home_what_we_do h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #363636;
    font-weight: 700;
    line-height:1.3;
    font-style: italic;
}
.home_what_we_do p {
    font-family: 'Lato', sans-serif;
    color: #636363;
    margin: 16px 0px 10px;
    font-style: italic;
}
.home_vid img {
    width: 100%;
}
video{
    display:none;
    width: 100%;
}
.home_vid .container {
    padding: 0px;
    width: 100%;
}
.go_top {
    text-align: center;
    overflow: hidden;
    margin: 5px 0px -80px;
    position: relative;
/*    z-index: 1;*/
}
.go_top span {
    display: inline-block;
    background: url(images/top-arrow-bg.png) no-repeat center bottom;
    background-size: 100% 100%;
    height: 95px;
    width: 450px;
    padding: 0px;
}
.go_top span a {
    background: #79b6c8;
    color: #fff;
    font-size: 20px;
    height: 45px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 15px;
    margin: 0px 0px -45px;
    padding: 14px;
    width: 45px;    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.footer_main {
    background: url(images/footer-bg.jpg) repeat left top;
    padding: 123px 0px 70px;
    text-align: center;
}
.tinynav1 {
    display: none;
}
.footer_menu {
    display:inline-block;
    width: 100%;
    margin:0px 0px 30px;
    padding: 0px;
    list-style: none;
    font-family: 'Oswald', sans-serif;
}
.footer_menu a {
    font-weight: 700;
    display:inline-block;
    font-size:16px;
}
.footer_menu li.hover > a{
    color:#17cfb6;
}
.footer_menu > li {
    padding: 0px 26px;
    display: inline-block;
}
.footer_menu > li:first-child {
    padding-left: 0px;
}
.footer_menu > li:last-child {
    padding-right: 0px;
}
.footer_menu > li > a {
    color: #fff;
    line-height: 18px;
    padding: 0px 0px 0px 13px;
    border-left: 2px solid #19acb3;
    text-transform: uppercase;
    display: inline-block;
}
.footer_menu > li.acitve > a {
    color:#707070;
    border-left: 2px solid transparent;
}
.footer_menu > li.active > a {
    color:#707070;
    border-left: 2px solid transparent;
    background: inherit;
}
.footer_menu > li > a:focus, .footer_menu > li > a:hover {
    color:#707070;
    background: inherit;
}
.footer_menu2 {
    margin: 0px;
    padding: 25px 0px;
    font-family: 'Lato', sans-serif;
}
.footer_menu2 li {
    border-left: 2px solid #636363;
    color: #636363;
    display: inline-block;
    line-height: 18px;
    padding: 0 12px;
}
.footer_menu2 > li:first-child {
    padding-left: 0px;
    border-left:none;
}
.footer_menu2 > li:last-child {
    padding-right: 0px;
}
.footer_menu2 li a {
    display: inline-block;
    color: #636363;
}
.footer_menu2 li a:hover {
    color: #fff;
}
.tinynav { 
    background-color: rgba(36,36,36,0.8);
    border: 1px solid #00aab2;
    color: #00aab2;
    font-size: 14px;
    margin: 0px auto 20px;
    cursor: pointer;
    padding: 2px 8px;
    text-transform: capitalize;
    width: 70%;
}
.tinynav option {
    padding: 5px 8px;
}
/*------------------------ Laundry Cleaning Page Start  ---------------------------*/

.lh_cleaning ,.lh_left ,.lh_right ,.purpose_facilities ,.lc_product_lines {
    float: left;
    width: 100%;
}
.lh_cleaning {
    padding: 30px 0px;
    overflow: hidden;
}
.lh_cleaning h3 {
    color: #fdbe3c;
    font-size: 60px;
    font-weight: 800;
    margin: 0px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
.lh_cleaning h4 {
    color: #00aab2;
    font-size: 40px;
    margin: 7px 0px 60px 0px;
}
.lh_right {
    float: right;
    text-align: right;
    width: 92%;
}
.lh_cleaning .hm_title {
    margin: 0px 0px 30px;
}
.lh_cleaning h5 {
    color: #363636;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
}
.lh_cleaning p {
    color: #636363;
    font-size: 18px;
    font-family: "Lato",sans-serif;
    font-style: italic;
    font-size: 16px;
    line-height: 1.3;
    margin: 16px 0px 0px;
}
.purpose_facilities {
    padding: 50px 0px 60px;
    text-align: center;
    position: relative;
}
/*.purpose_facilities .home_who_we_are_orl {
    background: rgba(0,170,178,0.58)
}*/
.purpose_facilities .hm_title {
    margin: 0px 0px 15px;
}
.purpose_facilities .hm_title h2 {
    color: #fdbe3c;
    font-weight: 800;
    text-transform: uppercase;
}
.purpose_facilities p {
    color: #fff;
    font-size: 40px;
    padding: 0px 32px;
}
.lc_product_lines {
    background: #cccccc;
    padding: 30px 0px 0px;
    text-align: center;
}
.lc_product_lines .hm_title h2 {
    color: #555;
}
.lc_product_lines .hm_title {
    margin: 0px 0px 30px;
}
.lc_product_lines .hm_title h2 span {
    border-bottom: 2px solid #00aab2;
    padding: 15px 0px 0px;
}
.lc_product_lines .dk_on {
    display: inline-table;
    width: 100%;
    padding: 0px 15px 60px;
    position: relative;
}
.lc_product_lines a {
    display: inline-block;
    color: #00aab2;  
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-transform:scale(1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.lc_product_lines .dk_on > a {
    height: 225px;
    width: 225px;
}
.lc_product_lines a img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-transform:scale(1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.lc_product_lines .dk_on:hover a {
    color: #555;
}
.lc_product_lines ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.lc_product_lines ul li {
    color: #636363;
    display: list-item;
    list-style: disc outside;
    font-family: "Lato",sans-serif;
    font-style: italic;
}
.rgt_personal > h3 {
    text-align: left;
}
.lc_product_lines .rgt_personal ul li {
    margin: 0px 0px 0px 15px;
}
.lc_product_lines .owl-stage-outer {
    padding: 70px 0px 0px;
}
.lc_product_lines .item {
    margin: 0 auto;
    padding: 0;
    width: 70%;
}
.lc_product_lines .owl-controls {
    height: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0px auto;
    width: 90px;
}
#project-lc .owl-prev a ,#project-lc .owl-next a {
    background: #79b6c8;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 15px;
    padding: 11px 10px;
    width: 40px;    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#project-lc .owl-prev a {
    float: left;
}
#project-lc .owl-next a {
    float: right;
}
#project-lc .owl-prev a:hover ,#project-lc .owl-next a:hover ,#project-lc .owl-prev a.hover ,#project-lc .owl-next a.hover {
    background: rgba(48,48,48,0.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.go_top.go_top2 {
    margin: -1px 0px -94px;
}
.go_top.go_top2 span {
    background: url(images/top-arrow-bg2.png) no-repeat center bottom;
    background-size: 100% 100%;
}
/*------------------------ Laundry Cleaning Page Stop  ---------------------------*/
/*------------------------ Vision Values Page Start  ---------------------------*/
.vision_val {
    background: #fff;
}
.lh_cleaning.vision_values_lf h3 {
    color: #00aab2;
    margin: 0px 0px 20px;
}
.lc_product_lines.vision_val .hm_title h2 span {
    border-bottom: 2px solid #fdbe3c;
}
.lc_product_lines.vision_val h4 {
    color: #363636;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Lato",sans-serif;
    margin: 20px 0px 0px;
}
.lc_product_lines .row {
    display: inline-table;
    width: 100%;
}
.lc_product_lines .col-md-4.col-sm-4.col-xs-12 {
    display: table-cell;
    float: none;
    margin: 0 auto;
    vertical-align: top;
}
/*.vision_val .dk_on a:hover img {
    opacity: 0.7;
}*/
.vv_bg1 {
    background: rgba(0,170,178,0.65);
    bottom: 124px;
    display: inline-block;
    height: 125px;
    position: absolute;
    right: -11px;
    width: 125px;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.vv_bg1.vv_bg2 {
    background: rgba(253,190,60,0.65);
    height: 85px;
    left: -15px;
    right: auto;
    top: 25px;
    width: 85px
}
.vv_bg1.vv_bg3 {
    background: rgba(184,169,249,0.65);
    height: 135px;
    right: auto;
    right: -6px;
    top: -20px;
    width: 135px;
}
.vv_bg1.vv_bg4 {
    background: rgba(57,181,141,0.65);
    bottom: 134px;
    height: 100px;
    left: -8px;
    right: auto;
    width: 100px;
}
.vv_bg1.vv_bg5 {
    background: rgba(184,169,249,0.65);
    height: 100px;
    right: 70px;
    top: -35px;
    width: 100px;
}
.lh_cleaning.vision_values_lf h5 {
    font-size: 18px;
    line-height: 1.3;
}
.lh_cleaning.vision_values_lf p {
    font-size: 16px;
    color:#636363;
    line-height: 20px;
}
.purpose_facilities .hm_title h2 {
    font-size: 58px;
}
.purpose_facilities.vision_value_pf {
    padding: 60px 0 75px;
}
.vision_value_pf .purpose_facilities p {
    font-size: 46px;
    line-height: inherit;
}
.purpose_facilities .hm_title h2 span {
    left: -5px;
    padding: 18px 0 0;
    width: 85px;
}
.purpose_facilities.vision_value_pf .hm_title h2 span {
    left: 0;
}
.purpose_facilities.personal_cr .hm_title h2{
    font-size: 48px;
}
.purpose_facilities.automet {
    padding: 50px 0 34px;
}
/*------------------------ Vision Values Page Stop  ---------------------------*/
/*------------------------ Contact Us Page Start  ---------------------------*/
.contact_tt ,.ct_link ,.contact_map ,.map_detail ,.map_conta {
    float: left;
    width: 100%;
}
.contact_tt {
    padding: 15px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.contact_tt select::-ms-expand   {
    display:none;
}
.contact_tt #myModal{
    top:20%;
}
.contact_tt .hm_title {
    margin: 0px 0px 15px;
}
.contact_tt .hm_title h2 span {
    width: 100px;
}
.contact_tt p {
    color: #363636;
    font-style: italic;
    font-family: "Lato",sans-serif;
    margin: 0px;
}
.contact_tt p a {
    color: #47c2c7;
}
.contact_tt p a:hover {
    text-decoration: underline;
}
.modal-open .mm-slideout {
    position: inherit;
}
.modal-backdrop.fade.in{
    background-color: #fff;
    opacity: 0.40;
}
.contact_tt .modal-content {
    border-color: #bcbcbc;    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.contact_tt .close {
    opacity: 1;
}
.contact_tt .modal-header {
    border-bottom: none;
    padding: 35px 35px 0px;
}
.contact_form_pp {
    display: inline-block;
    width: 85%;
    text-align: left;
}
.contact_form_pp .hm_title {
    color: #0a949b;
    font-size: 42px;
    margin: 0px 0px 50px;
}
.contact_tt .modal-dialog {
    width: 755px;
    overflow-y:scroll;
}
.contact_form_pp p {
    margin: 0px 0px 5px;
}
.contact_tt p label {
    color: #919191;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    width: 100%;
}
.contact_tt input[type="text"] ,.contact_tt input[type="email"] ,.contact_tt textarea ,.select_style ,.contact_tt input[type="tel"]{
    background: #ffffff;
    border: 1px solid #0a949b;
    color: #4c4d4f;    
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    line-height: 22px;
    padding: 10px 15px;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow:0px 0px 1px 0px #0a949b;
    -webkit-box-shadow:0px 0px 1px 0px #0a949b;
    -moz-box-shadow:0px 0px 1px 0px #0a949b;
    -ms-box-shadow:0px 0px 1px 0px #0a949b;
    -o-box-shadow:0px 0px 1px 0px #0a949b;
}
.contact_tt input[type="text"]:hover, .contact_tt input[type="text"]:focus, .contact_tt textarea:hover, .contact_tt textarea:focus,.contact_tt input[type="tel"]:focus,.contact_tt input[type="tel"]:hover {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    border-top: 1px solid #0fa0d9;
    transition: all 0.3s ease 0s;
}
.contact_tt .contact_form_pp p{
    margin-bottom:15px;
}
.select_style {
    padding: 0;
    margin: 0;
    background: #fff url("images/select-arrow.png") no-repeat 95% 50%;
}
.select_style select {
    font-size: 14px;
    color: #898989;
    cursor: pointer;
    padding: 12px 15px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select_style select:focus {
    outline: none;
}
.select_style select option {
    border-right: medium none;
    border-top: 1px solid #000;
    padding: 2px 15px;
}
.contact_tt textarea {
    height: 120px;
    line-height: 24px;
    padding: 12px 15px;
    width: 100%;
    resize: none;
}
.contact_tt input[type="submit"] {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 20px;
    background: #00aab2;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    padding: 10px;
    width: 100%;
    margin: 20px 0px 10px;
    border: 2px solid #00aab2;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contact_tt input[type="submit"]:hover {
    background: #fff;
    color: #00aab2;
    border: 2px solid #00aab2;
}
.contact_tt input[type="text"]::-webkit-input-placeholder {
    opacity: 0.8;
    color: #898989;
}
.contact_tt input[type="text"]:-moz-placeholder { /* Firefox 18- */
    opacity: 0.8;
    color: #898989;
}
.contact_tt input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
    opacity: 0.8;
    color: #898989;
}
.contact_tt input[type="text"]:-ms-input-placeholder {  
    opacity: 0.8;
    color: #898989;
}
.captcha_cd {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 25px 0px 5px;
}
.contact_map {
    text-align: center;
    padding: 35px 4px 20px;
}
.map {

    float: left;
    height: 520px;
    margin: 0px 7px 14px;
    overflow: hidden;
    width: 32.55%;
    position: relative;
}
.map iframe {
    height: 510px;
    width: 100%;
}
#map1 ,#map2 ,#map3 ,#map4 ,#map5 ,#map6 {
    height: 508px;
    width: 100%;
}
#map1 ,#map2 ,#map3 ,#map4 ,#map5 ,#map6 {
    border: 1px solid transparent; 
    display: inline-block;
    position: relative;
    transition: all 150ms ease-in 0s;
}
.on_map {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.map:hover .on_map ,.map:hover #map2 ,.map:hover #map3 ,.map:hover #map4 ,.map:hover #map5 ,.map:hover #map6 {
    border: 1px solid #0a949b;    
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.map:hover #map1 ,.map:hover #map2 ,.map:hover #map3 ,.map:hover #map4 ,.map:hover #map5 ,.map:hover #map6 {
    margin: 0;
    height: 515px;
    transform: scale(1.1);
    transition: all 150ms ease-in 0s;
}
.map_detail {
    background: #0a949b;
    padding: 10px 0px 25px;
    bottom: 0px;
    left: 0px;
    margin: 0px auto;
    position: absolute;
    right: 0px;
}
.map h2 {
    color: #fff;
    font-weight: 700;
    font-family: "Lato",sans-serif;
    margin:10px 0px 0px;
    font-size: 20px;
}
.map p {
    color: #fff;
    font-style: italic;
    font-family: "Lato",sans-serif;
    margin: 0px;
}
.map a {
    color: #fff;
}
.map a:hover {
    text-decoration: underline;
}
.map1 .map_detail {
    background: #fdbe3c;
}
.map2 .map_detail {
    background: #fdbe3c;
}
.map.map1 h2 ,.map.map1 p ,.map.map1 p a {
    color: #464646;
}
.map.map2 h2 ,.map.map2 p ,.map.map2 p a {
    color: #464646;
}
.map4 .map_detail {
    background: #f7941d;
}
.map5 .map_detail {
    background: #00a99d;
}
.map6 .map_detail {
    background: #636363;
}
.contact_map {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.map_conta {
    padding: 40px 0px 20px;
}
.map_conta p {
    color: #000000;
    font-size: 20px;
    font-style: italic;
    margin: 0px;
    font-family: "Lato",sans-serif;
}
.map_conta p a {
    color: #0a949b;
}
.map_conta p a:hover {
    color: #000;
}
/*------------------------ Contact Us Page Stop ---------------------------*/
/*------------------------ Automotive Page Start ---------------------------*/

.aut_cl .lh_cleaning h3 {
    margin: 0 0 6px;
}
.aut_cl .lh_cleaning h4 {
    width: 85%;
}
.lh_cleaning.aut_cl {
    padding: 30px 0 55px;
}
/*------------------------ Automotive Us Page Stop ---------------------------*/
/*------------------------ Accreditations Page Start ---------------------------*/
.accreditations_cnt {
    float: left;
    width: 100%;
    padding: 0px 0px 50px;
    overflow: hidden;
}
.accreditations_cnt .container {
    width: 860px;
}
.accreditations_cnt .hm_title {
    margin: 0px 0px 50px;
}
.accreditations_cnt .hm_title > h2 {
    margin: 0px;
}
.accreditations_cnt h3 {
    color: #363636;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 20px;
    font-family: "Lato",sans-serif;
    line-height: 1.3
}
.accreditations_cnt ul {
    margin: 0px;
    padding: 0px;
}
.accreditations_cnt ul li {
    background:#bae8ea url(images/bullet-icon.png) no-repeat left 12px;
    color: #363636;
    display: table;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-style: italic;
    margin: 2px 0px;
    padding: 3px 10px 3px 28px;
}
/*------------------------ Accreditations Us Page Stop ---------------------------*/
/*------------------------ Innovation Page Start ---------------------------*/
.innovation_lf .container {
    width: 1185px;
}
.lh_cleaning.innovation_lf  h3 {
    font-size: 52px;
    line-height: 56px;
}
.innovation_lf .lh_right{
    width: 100%;
}
.lh_cleaning.innovation_lf h5 {
    font-size: 18px;
}
.innocation_pf {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 63px 0px;
}
.innocation_pf .home_who_we_are_orl {
    background: rgba(255,255,255,0.1)
}
.innocation_pf .hm_title h2 {
    font-size: 38px;
    font-family: 'Raleway', sans-serif;
    color: #555555;
    font-weight: 700;
}
.innocation_pf .hm_title h2 span {
    padding: 35px 0px 0px;
}
.inno_ut {
    float: left;
    margin: 115px 0 0;
    width: 100%;
}
.innocation_pf ul {
    margin: 0px;
    padding: 0px;
}
.innocation_pf ul li {
    display: inline-block;
    margin: 0px 8px;
    padding: 0px 20px;
    width: 23%;
    position: relative;
    vertical-align: top;
}
.innocation_pf ul li > h3 ,.innocation_pf .inno_ut .item > h3 {
    background: rgba(0,170,178,0.6);
    color: #ffffff;
    display: inline-block;
    font-size: 27px;
    font-weight: 700;
    height: 208px;
    margin: 0px;
    padding: 89px 0px;
    width: 208px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.innocation_pf ul li:nth-child(2) > h3 ,.innocation_pf .inno_ut .item h3.identi2 {
    background: rgba(253,190,60,0.9);
}
.innocation_pf ul li:nth-child(3) > h3 ,.innocation_pf .inno_ut  .item > h3.identi3 {
    background: rgba(169,165,166,0.9);
}
.innocation_pf ul li:nth-child(4) > h3 ,.innocation_pf .inno_ut .item > h3.identi4 {
    background: rgba(60,184,120,0.9);
}
.innocation_pf ul li > span.inn_arro ,.innocation_pf .item span.inn_arro {
    background: url(images/innovation-arrow.png) no-repeat left top;
    background-size: 100% 100%;
    display: inline-block;
    height: 17px;
    position: absolute;
    right: -65px;
    top: 97px;
    width: 111px;
    z-index: 1;
}
.innocation_pf ul li:last-child > span.inn_arro {
    display: none;
}
.innocation_pf ul li > span.inn_arro.inn_arro2 {
    right: -69px;
    width: 100px;
}
.innocation_pf ul li h4 ,.innocation_pf .item h4{
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    color: #363636;
    line-height: 1.3;
    font-family: "Lato",sans-serif;
    margin: 25px 0px 20px;
}
.innocation_pf ul li p ,.innocation_pf .item p {
    font-size: 14px;
    font-style: italic;
    color: #363636;
    font-family: "Lato",sans-serif;
}
.innocation_pf .item span.inn_arro {
    display: none;
}
.innocation_pf .owl-stage-outer {
    padding: 70px 0px 0px;
}
.innocation_pf .inno_ut .item {
    display: inline-block;
    margin: 0px 8px;
    padding: 0px 20px;
    width: 100%;
    position: relative;
    vertical-align: top;
}
.innocation_pf .owl-controls {
    height: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0px auto;
    width: 90px;
}
.innocation_pf .owl-prev a ,.innocation_pf .owl-next a {
    background: #79b6c8;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 15px;
    padding: 11px 10px;
    width: 40px;    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.innocation_pf .owl-prev a {
    float: left;
}
.innocation_pf .owl-next a {
    float: right;
}
.innocation_pf .owl-prev a:hover ,.innocation_pf .owl-next a:hover ,.innocation_pf .owl-prev a.hover ,.innocation_pf .owl-next a.hover {
    background: rgba(48,48,48,0.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.awards_inn {
    float: left;
    width: 100%;
    padding: 30px 0px 65px;
    text-align: center;
}
.awards_inn .hm_title {
    margin: 0px 0px 15px;
}
.awards_inn h3 {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #363636;
    margin: 15px 0px 45px;
    font-family: "Lato",sans-serif;
    line-height: 1.3;   
}
.awd_custemers {
    float: right;
    width: 90%;
}
.awd_custemers h4 ,.awd_recommenend h4  {
    font-size: 18px;
    color: #636363;
    display: inline-block;
    width: 100%;
    font-style: italic;
    margin: 20px 0px 15px;
    font-family: "Lato",sans-serif;
}
.awd_custemers h4{
    width: 65%;
}
.awd_recommenend h4{
    min-height:40px;
}
.awd_custemers img {
    padding: 0px 0px 0px 22px;
    float: left;
    width:88px;
    height:auto;
    max-width:100%;
    display:inline-block;
}
.awd_custemers ul {float: right;margin: 0;padding: 10px 0 20px;position: relative;text-align: right;width: 90%;}
.awd_custemers ul li {
    color: #636363;
    font-size: 18px;
    display: inline-block;
    font-style: italic;
    font-family: "Lato",sans-serif;
    margin: 3px 0px 0px;
    /*    padding-right:50px; */
}
.awd_custemers ul li:before  ,.awd_recommenend ul li:before{
    content: "•";
    float: left;
    left: 0;
    position: absolute;
}

.awd_custemers ul li:before {
    left:15px; 
}

.awd_recommenend {
    text-align: center;
    float: left;
    width: 100%;
}
.awd_recommenend ul {float: right;margin: 0;padding: 10px 0 20px 25px;position: relative;text-align: left;width: 90%;}
.awd_recommenend ul li {
    color: #636363;
    font-size: 18px; 
    width: 100%;
    display: inline-block;
    font-style: italic;
    font-family: "Lato",sans-serif;
    margin: 3px 0px 0px;

}
/*------------------------ Innovation Us Page Stop ---------------------------*/
/*------------------------ Personal Page Start ---------------------------*/
.personal_cr {
    float: left;
    width: 100%;
}
.lc_product_lines.prc_lc .dk_on {
    padding: 0px 0px 15px;
}
.lh_cleaning.personal_cr {
    padding: 30px 0px 40px;
}
.lc_product_lines.personal_prd {
    padding: 0px;
}
.lc_product_lines.personal_prd .row {
    display: inline-block;
    width: 95%;
}
.lc_product_lines.personal_prd .dk_on {
    width: 100%;
    padding: 0px 0px 115px 15px;
}
.lft_personal {
    float: left;
}
.rgt_personal {
    float: right;
}
/*------------------------ Personal Page Start ---------------------------*/
.lc_product_lines.promotional_pkg ul {
    margin: 15px 0px 0px;
}
.accreditation_lf .lh_left > h3 {
    font-size: 44px;
    line-height: 42px;
}
.vision_values_lf .lh_left > h3 {
    font-size: 46px;
    line-height: 46px;
}
.vid_pl {
    display: block;
}
.home_slider.vid_sld {
    height: 815px;
}

/*------------------------ sample Page and 404 page Start ---------------------------*/
.smp_page {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.smp_page h1 ,.smp_page h2 ,.smp_page h3 ,.smp_page h4 ,.smp_page h5 ,.smp_page h6 ,.smp_page p ,.smp_page a ,.smp_page ul li ,.smp_page ol li ,.smp_page span {
    color: #4b4b4b;
}
.smp_page a:hover {
    color: #76d2f6;
}
.smp_page ul ,.smp_page ol {
    margin: 20px 0px;
}
.pg_not {
    float: left;
    width: 100%;
    padding: 60px 0px;
    text-align: center;
}
.pg_not h2 {
    color: #4b4b4b;
}
.pg_not h2 span {
    color: #00aab2;
    display: inline-block;
    font-family: "Oswald",sans-serif;
    font-size: 110px;
    padding: 0 0 15px;
    width: 100%;
}

.contact_form_pp .wpcf7-form-control.wpcf7-mathcaptcha,.hm_cont_box .wpcf7-form-control.wpcf7-mathcaptcha{
    width:20%; 
}
.fo_logo2 {
    display: inline-block;
    margin: 0 0 0 65px;
    width: 125px;
}
.sample_cms_page h3 {
    margin: 65px 0 25px;
    line-height: 1.3;
}
.sample_cms_page ul {padding: 0 13px;}
.sample_cms_page ul li {margin: 0 0 10px;}
.sample_cms_page p {margin: 0 0 20px;}
.sample_cms_page .container {width: 930px;}
.smp_page.sample_cms_page p{line-height:1.6;margin-bottom:10px;}
.smp_page.sample_cms_page h4{margin-top:30px;}
.main_header .logo img,.mlogo img{height: auto;}
/*.main_header .logo img, .mlogo img {height: auto;width: 175px;}*/

.smp_page.sample_cms_page ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color:#4b4b4b;
}
.smp_page.sample_cms_page li {
    display: table;
    margin-bottom: 0.6em;
    color:#4b4b4b;
}
.smp_page.sample_cms_page li:before {
    display: table-cell;
    padding-right: 0.6em;    
}
.smp_page.sample_cms_page li li {
    margin: 0;
    color:#4b4b4b;
}
.smp_page.sample_cms_page .hm_title h2{margin-top:0px;}
.lc_product_lines .dk_on > a:hover ,.lc_product_lines .mobile_view_on .item > a:hover  .lc_product_lines .dk_on > a.hover ,.lc_product_lines .mobile_view_on .item > a.hover{
    background:transparent;    
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.lc_product_lines .dk_on > a:hover img ,.lc_product_lines .dk_on > a.hover img{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:1;
    -o-transform:scale(1);
}
.lc_product_lines .dk_on:hover a {
    color: #00aab2;
}
.accreditations_cnt{background-color:#E1E1E1;}
.accreditations_cnt ul li{background-color:transparent;padding-right: 15px;}
.accreditations_cnt h3 {text-align: right;padding-left:22px;}
.home_who_we_are h3 span {margin: 0 0 45px;}
.awd_custemers h4, .awd_recommenend h4 {font-weight: bold;}
.home_what_we_do{background-color: #E1E1E1;}

.footer_main ul li ul{
    display:none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding:0px;
    text-decoration: none;
}
.footer_main ul li ul li{
    text-decoration: none;
    list-style:none;
}
.footer_main ul li ul li a{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align:left;
}

.footer_main ul li:hover ul{
    display:block;
    transition:.2s;
}
.modal-backdrop.fade.in {
    z-index: 0;
}