@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');


html { overflow-x: hidden; }
body { font-family: 'Lato', sans-serif; background: #fff; overflow: auto; font-size: 14px; overflow-x: hidden; }
a, a:hover, a:focus { color: inherit; text-decoration: none;  transition: all 400ms ease; }
img{max-width: 100%;}

#myNavbar { margin: 0; padding: 10px 0; }
#myNavbar .navbar-nav > li {margin: 0; position: relative;}
#myNavbar .navbar-nav > li > a { color: #5f80bf; font-size: 15px; padding: 10px 45px; }
#myNavbar .navbar-nav > li > a:hover { background: #5f80bf; color: #fff;}

#myNavbar .navbar-nav > li ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 99;
    display: none;
    min-width: 100%;
}

#myNavbar .navbar-nav > li ul li a {
    display: block;
    padding: 7px 10px;
    background: #5f80bf;
    color: #fff;
    font-size: 11px;
    border-top: solid 1px #fff;
    position: relative;
}
#myNavbar .navbar-nav > li ul li a:after{
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 8px;
    font-family:"Font Awesome 5 Free";
    font-weight: bold;
}
#myNavbar .navbar-nav > li:hover > ul {
    display: block;
}
#myNavbar .navbar-nav > li ul li {position: relative;}
#myNavbar .navbar-nav > li ul ul {
    top: 0;
    left: -100%;
    display: none;
}
a.navbar-brand img {
    max-height: 100px;
}
#myNavbar .navbar-nav > li ul li:hover ul{display: block;}
#myNavbar .navbar-nav > li ul li ul a::after{display: none;}

.modal-content{ border-radius: 0!important;  background: url(""); border: 0!important; background: url(../images/modal_bg.jpg) 0 0 no-repeat; background-size: cover;
                -webkit-border-radius: 0!important;  -webkit-background-color: #fff; -webkit-border: 0!important;
                }
.modal-body>.close{ color: #5f80bf; opacity: 1; -webkit-color: #5f80bf; -webkit-opacity: 1; }
.modal-body { width: 500px;  height: 150px; padding: 20px; -webkit-width: 500px;  -webkit-height: 150px; -webkit-padding: 20px; -webkit-height: auto; }
.modal-body { color:#5f80bf; font-size: 0.95em; text-align: center; font-weight: 600; -webkit-color:#5f80bf; -webkit-font-size: 0.95em; -webkit-font-weight: 600; }
.modal-body img{ width: 20%; margin: 0 0 0 30px; -webkit-width: 20%; -webkit-margin: 0 0 0 30px; }
.modal-backdrop { background-color: transparent; -webkit-background-color: transparent; }
body.modal-open { margin-right: 0 !important;  padding-right: 0 !important; -webkit-margin-right: 0 !important;  -webkit-padding-right: 0 !important; }
.modal-dialog { margin:0; position:fixed; top:auto; right:0; left:auto; bottom:0; -webkit-margin:0; -webkit-position:fixed; -webkit-top:auto; -webkit-right:0; -webkit-left:auto; -webkit-bottom:0; }  
.slider .carousel-caption { position: absolute; right: 0; bottom: 50px; left: 0; text-align: left; }
.slider .carousel-caption h1 {margin: 0; padding: 0; font-size: 60px; font-weight: 700; color: #fff; line-height: 1.1;}
.slider .carousel-caption h3 { margin: 0; padding: 0; font-size: 42px; color: #fff; line-height: 1.1; }
.slider .carousel-caption a {margin: 20px 0 0; padding: 10px 20px; border-radius: 15px; font-size: 18px; color: #fff; background: #5f80bf;
display: inline-block; font-weight: 700;}
.slider .carousel-indicators li {width: 10px; height: 10px; border-radius: 50%; border:solid 5px #5f80bf; background: transparent;}
.slider .carousel-indicators li.active {background: #fff;}
.slider img {width: 100%;}
.ourProducts { padding: 80px 0; }
.section_heading { text-align: center; }
.section_heading h2 { display: inline-block; margin: 0 0 50px; padding: 10px 30px; position: relative; font-size: 34px; font-weight: 700; color: #5f80bf; }
.section_heading h2:after, .section_heading h2:before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 2px;background: #5f80bf;}
.section_heading h2:after { top: auto; bottom: 0; }
section.aboutSection {
    padding: 50px 0;
}
.ourProducts_bx { position: relative; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.23921568); overflow: hidden; }
.ourProducts_bx img {
    width: 100%; transform: scale(1); transition: all 400ms ease;
}
.ourProducts_bx:hover img {
    transform: scale(1.2); transition: all 400ms ease;
}
.ourProducts_bx h3{margin: 0;text-align: center;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;}
.ourProducts_bx h3 a {
    margin: 0;
    padding: 15px 10px;
    background: #5f80bf;
    color: #fff;
	font-size: 18px;
	font-weight: 400;
    letter-spacing: 1px;
    display: block;
}
.ourProducts_bx h3 a:hover{background: #3854a4;}
/* Home page flip card */
.flip-card {
  background-color: transparent;
  width: 400px;
  height: 250px;
  margin: 20px 0 20px 0;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
     box-shadow:  
    0 2px 2px rgba(0, 0, 0, 0.034),
    0 2px 2px rgba(0, 0, 0, 0.048),
    0 10px 10px rgba(0, 0, 0, 0.03),
    0 10px 10px rgba(0, 0, 0, 0.03),
    0 10px 10px rgba(0, 0, 0, 0.04),
    0 10px 10px rgba(0, 0, 0, 0.02);
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card-inner h3 {
    font-size: 26px;
    font-weight: 900;
    margin-top: 20px;
    color: #5f80bf;
}
.flip-card-inner img {
    margin-top: 40px;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: black;
}

.flip-card-back {
  background-color: #5f80bf;
  color: white;
  padding: 30px 30px 30px 30px;
  font-size: 1.2em;
  transform: rotateY(180deg);
}
.abt_bx {
    text-align: center;
    padding: 40px 40px;
    margin-bottom: 40px;
    box-shadow:  
    0 2px 2px rgba(0, 0, 0, 0.034),
    0 2px 2px rgba(0, 0, 0, 0.048),
    0 10px 10px rgba(0, 0, 0, 0.03),
    0 10px 10px rgba(0, 0, 0, 0.03),
    0 10px 10px rgba(0, 0, 0, 0.04),
    0 10px 10px rgba(0, 0, 0, 0.02);
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}
.abt_bx_container:hover .abt_box{
    transform: rotateY(180deg);
}

.abt_bx h3 {
    font-size: 26px;
    font-weight: 900;
    margin-top: 20px;
    color: #5f80bf;
}

.abt_bx p {
    color: #1f1f1f;
    font-size: 17px;
    margin: 25px 0 0;
}
.global_country ul {
    margin: 0 0 31px;
    padding: 0 50px;
    list-style-type: circle;
    display: flex;
    flex-wrap: wrap;
}

.global_country ul li {
    width: calc(100% / 7);
    color: #5f80bf;
    margin-bottom: 5px;
    font-size: 15px;
}
.global_map img { width: 100%; padding-bottom: 30px; }

.pageFooter {padding: 100px 0 20px; background: url(../images/footer_bg.jpg) 0 0 no-repeat; background-size: cover;}

.footer_links, .footer_content {padding: 30px 0 0;}
.pageFooter h3 { margin: 0 0 10px; padding: 0 0 10px; color: #fff; display: inline-block; font-size: 19px; color: #afbcd7; position: relative;}
.pageFooter h3:after {content: ""; width: 100%; height: 1px; background: #afbcd7; display: block; position: absolute; left: 0; bottom: 0;}
.footer_links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer_links ul li a, .footer_content a, .footer_content p {
    color: #afbcd7;
    font-size: 12px;
    line-height: 1.8;
    display: inline-block;
}
.footer_links ul li a:hover {color: #5b7ab5;}
.footer_content p {display: block;}
.footer_contact {
    display: flex;
    justify-content: space-between;
}
.copyright p {
    margin: 0;
    text-align: center;
    color: #afbcd7;
    padding: 15px 0 0;
    font-size: 16px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}

/******========contact-us========*******/
.contactBanner {background: url(../images/contact_bg.jpg) 0 0 no-repeat; padding: 100px 0 300px;}
.contactBanner h2 {margin: 0; padding: 0; font-size: 48px; font-weight: 700; color: #fff;}
.contact_wrp {
    display: flex;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16862745098039217);
    margin-top: -140px;
    margin-bottom: 100px;
    background: #fff;
}

.contact_bx {
    width: 60%;
    padding: 40px;
}

.contact_info {
    background: #3854a4;
}

.contact_bx h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #3854a4;
}

input.half_input {
    width: 40%;
}

input.full_input {
    width: 100%;
}

.form_row {
    justify-content: space-between;
    display: flex;
}

.form_row input {
    padding: 8px;
    border: none;
    border-bottom: solid 2px #d4d4d4;
    color: #333;
}

.form_row input::placeholder {
    color: #d4d4d4;
}

.form_submit button {
    background: none;
    border: none;
    text-align: right;
    padding: 0;
    box-shadow: 0px 0px 10px #00000026;
}
.form_submit button img {
    max-width: 100px;
}
.form_submit {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.contact_info {
    background: #3854a4;
    padding: 123px 70px;
    width: 40%;
}
.contact_info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact_info h3 {
    margin: 0 0 20px;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-bottom: solid 2px #fff;
    padding-bottom: 10px;
}

.contact_info ul li {
    display: flex;
    margin-bottom: 15px;
}

.contact_info ul li span {
    max-width: 98px;
    display: inline-block;
    width: 97px;
    flex: 0 0 70px;
}

.contact_info ul li span img {
    display: inline-block;
    width: 45px;
}

.contact_info ul li p {
    font-size: 16px;
    color: #fff;
}
/**===========about-us===========**/
.inner_banner {text-align: center; background: url(../images/inr_banner_about.jpg) 0 0 no-repeat; background-size: cover; padding: 119px 20px;}
.inner_banner h2 {margin: 0; font-size: 52px; color: #fefefe; font-weight: 600;}
.mid_content { padding: 100px 0; } 

.side_cnt h3 {
    font-size: 44px;
    color: #5f80bf;
    font-weight: bold;
}

.side_cnt p {
    color: #302f2f;
    font-size: 14px;
    font-weight: 400;
}

.about_cnt.side_cnt {
    padding-top: 55px;
}
.about_image.side_img {
    padding-right: 50px;
}
/**===========certificates===========**/
.certificates{ padding: 150px 0;
    background: url(../images/certi_bg.jpg) 0 0 no-repeat; background-size: cover; min-height: 700px;
}
.certificates_cnt {
    position: absolute;
    right: 0;
    background: #fff;
    padding: 50px;
    box-shadow: 0px 0px 15px #00000063;
}

.certificates_cnt img {
    margin-bottom: 20px;
}

.certificates_cnt a, .custom_btn {
    display: inline-block;
    padding: 10px 25px;
    background: #5f80bf;
    color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.26);
}
.certificates_heading h2 {font-size: 54px;color: #fefefe;font-weight: 600;}

.certificates_heading {
    padding: 70px;
    margin-top: 70px;
}

.certificates_heading:after {content: "";position: absolute;left: -55px;top: 0;width: 100%;border: solid 10px #ffffff4a;height: 100%;}
.lvl_rsa { padding: 200px 50px; }
.certificates_cnt a:hover {background: #3854a4;}
.custom_btn:hover {background: #3854a4;}

/*======product-page=======*/


/* Upper-room GUV fixtures starts*/

.guv-tabs{
    border-bottom: 0;
}
.guv-link{
    display: block;
    padding: 15px 34px;
    text-align: center;
    border: solid 1px #5b7ab5;
    border-radius: 0;
}
.guv-link.active{
    color: #fff;
    background-color: #5b7ab5;
    border: none;
    border-radius: 0;
}
.tab-content{
    background-color: #fbfbfb;
    text-align: justify;
    padding: 20px 20px;
}
.guv_features_img>img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.tab-pane>h4{
    font-weight: 700;
    color: #5b7ab5;
    margin: 40px 0 10px 0; 
}
.specifications-table{
    width: 100%
    height: auto;
}
.specifications-table td{
    padding: 20px 20px; 
    text-align: center;
    height: auto;
    border-bottom: solid 1px #5b7ab5;
}
.specifications-table th{
    background-color: #5b7ab5;
    color: #fff;
    padding: 10px 20px; 
    text-align: center;
    height: auto;
}
.specifications-table-1{
    width: 100%
    height: auto;
}
.specifications-table-1 td{
    padding: 20px 20px; 
    text-align: center;
    height: auto;
    border-bottom: solid 1px #5b7ab5;
}
.specifications-table-1 th{
    background-color: #5b7ab5;
    color: #fff;
    padding: 10px 20px; 
    text-align: center;
    height: auto;
}
.installation_area_list{
    width: 315px;
    text-align: center;
    padding: 20px 10px;
    margin: 10px 40px 10px 0;
    border-radius: 30px;
    border: solid 1px #5b7ab5;
    float: left;

}
.installation_area_list:hover{
    cursor: pointer;
    background-color: #5b7ab5;
    color: #fff;
    transition: 0.4s ease;
}
.img-caption{
    text-align: center;
}
.text-center h5{
    margin-top: 25px;
    font-size: 1.9em;
    font-weight: 800;
    color:#5b7ab5; 
}

.guv-info{
    padding: 50px 0 ;
    background-color: #3854a4;
    color: #fff;
}
.guv-info-1{
    border: solid 8px #fff;
    box-shadow:  
    0 2px 2px rgba(0, 0, 0, 0.034),
    0 2px 2px rgba(0, 0, 0, 0.048),
    0 10px 10px rgba(0, 0, 0, 0.03),
    0 10px 10px rgba(0, 0, 0, 0.03),
    0 10px 10px rgba(0, 0, 0, 0.04),
    0 10px 10px rgba(0, 0, 0, 0.02);
    padding: 0;
}
.guv-info-2{
    padding: 120px 80px 0 80px;
    color: #fff;
    font-size: 2.1em;
}

/* Upper-room GUV fixtures ends */
/* air flow meter starts*/
.bold_list{font-weight: 700; font-size: 1.2em;}
/* air flow meter ends*/

.aeromed_zir_purifires {background: url(../images/aeromed_air_purefires.jpg) 0 0 no-repeat; background-size:cover;}
.prod_cnt{ background-color: #5b7ab5;  width: 87%; margin-left: 5%;  padding: 35px 35px; }
.prod_cnt p{ font-size: 17px; text-align: justify; color: #fff; }
.prod_cnt a {font-size: 20px; font-weight: 700; padding: 10px 40px;}
.aerosol_treatment_chembers {padding-top: 100px;}
.prod_cnt ul {
    padding: 0 0 0 15px;
}

.prod_cnt ul li {
    margin-bottom: 5px;
    color: #5f80bf;
    font-weight: 600;
}

.current_placements h3 { margin: 0 0 50px; font-size: 32px; color: #5f80bf; font-weight: 700; }
.current_placements .side_img { text-align: center; margin-bottom: 30px;}
.current_placements h4 { margin:20px 0 0; font-size: 24px; color: #5f80bf; font-weight: 700; }

.list_btns a {
    font-size: 17px;
    margin-right: 30px; margin-bottom: 15px;
}


.servicemaster_india_content {
    padding: 90px 70px;
    background: #5b7ab5;
    min-height: 688px;
}

.servicemaster_india_content h3 {
    font-size: 32px;
    color: #fff;
    padding:  0 0 15px;
    margin: 0 0 15px;
    border-bottom: solid 2px #fff;
    font-weight: bold;
}

.servicemaster_india_content p {
    color: #fff;
    font-size: 18px;
}
.pdf-bg{ background: url(../images/pdf_bg.png) 0 0 no-repeat; background-size: cover; }
.pdf-bg h3{ font-weight: 800; font-size: 2.5em; color:#5b7ab5; text-align: right; float: right; margin: 0 50px 80px 0;}
.aeromed_india_content object{width: 100%; min-height:100vh; border: 40px solid #fff;}
.aeromed_partnership{background: url(../images/aeromed_india_partnership_bg.jpg) 0 0 no-repeat; background-size: cover;}
.abt_aeromed_partnership_cnt{display: flex;}
.abt_aeromed_partnership_cnt h3 {margin: 0; font-size: 36px; color: #fff; font-weight: bold;text-align: right;}
.abt_aeromed_partnership_img img { box-shadow: 0 0 15px rgba(0, 0, 0, 0.12); }
section.connect_aeromed {
    padding: 50px 0;
    text-align: center;
}

section.connect_aeromed h2 {
    font-size: 32px;
    font-weight: bold;
    color: #5b7ab5;
    line-height: 1.1;
    margin: 0 0 30px;
}

.smcl_address { padding: 50px 0 0 0; }
.smcl_address img{ width: 20%; float: right; }
.smcl_address h4{ font-weight: 700; color:#5b7ab5; text-align: left; margin: 20px 0 0 0; }
.smcl_address p{ font-size: 1.2em; text-align: left; }

.arm_ind_cnt {
    padding: 25px 15px;
    border: solid 1px #5b7ab5;
}

.arm_ind_cnt h3 {
    font-size: 30px;
    font-weight: bold;
    color: #5b7ab5;
}

.arm_ind_cnt p {
    margin: 0 0 5px;
    font-size: 22px;
    color: #5b7ab5;
}
.rec_and_acc{ padding:50px 0; background: url(../images/rec_and_acc_bg.jpg) 0 0 no-repeat; background-size: cover;}
.rec_sec_wrp{ padding:100px 0; background: url(../images/rec_and_acc_bg.jpg) 0 0 no-repeat; background-size: cover;}
.left_0{right: auto; left: 0; z-index: 9;}
.certificates_heading_right{margin-top: 0; padding: 135px;}
.certificates_heading_right h2{ font-size: 36px; text-align: right; margin: 0;}
.certificates_heading_right:after{z-index: 1;}
.certificates_heading_right1 h2{ font-size: 36px; text-align: right; margin: 0;}
.certificates_heading_right1:after{z-index: 1;}

.certificates_heading_right.padding {padding:215px 135px;}
.certificates_heading_right1.padding {padding:100px 135px;}
.aero_puf_bx{text-align: center;}
.aero_puf_bx a{color: #fff !important; margin-top: 10px; }

/*=======Flipbook=====*/

