@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i');
/* @import url('https://fonts.googleapis.com/css?family=Playfair+Display'); */
body
{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
    
}
p.containertext_whyus
{
    font-size: 18px!important;
    line-height: 26px!important;
}
p.containertext_qa
{
    font-size: 18px!important;
    line-height: 26px!important;
}
p.containertext_infra
{
    font-size: 18px!important;
    line-height: 26px!important;
}
.text_center
{
        text-align: center!important;
}
/* =================== Header Section ==================== */

.shortcut
{   
    display: block;
    position: absolute;
    z-index: 999999;
    width: 100%;
    padding: 60px;
}
.shortcut p
{
    text-align: right;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
}
.shortcut p i
{
    color: #FBB32D;
    font-size: 18px;
}

/* ============================= Menus ============================= */

.menus
{
    margin: 20px 0;
    padding: 0;
}
.menus.right
{
    text-align: right;
}
.menus li
{
    display: inline;
    margin: 0 -4px 0 0;
}
.menus li a
{
    padding: 10px 40px;
    background: #3E4095;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border-left: solid 1px #cccccc;
    transition: all 0.3s ease-in-out;
}
.menus li a.active
{
    background: #F79633;
}
.menus.right li a
{
    padding: 10px 30px;
}
.menus li a:hover
{
    background: #F79633;
    transition: all 0.3s ease-in-out;
}

.menus li.hover
{
    position: relative;
}
.menus li.hover:hover .submenus
{
    display: block;
}
.submenus
{
    display: none;
    position: absolute;
    top: 27px;
    left: 0;
    margin: 0;
    padding: 0;
    border-top: solid 1px #cccccc;
}
.submenus li
{
    display: block;
}
.submenus li a
{
    display: block;
    font-size: 14px;
    border: 0;
    padding: 10px 20px;
    border-bottom: dotted 1px #999;
}

.prdmenus
{
    background-image: url("../images/menubg.jpg");
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 66.8%;
    left: 16.7%;
    top: 110px;
    z-index: 999;
    border-bottom: solid 5px #3E4095;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    display: none;
}
.prdmenus ul
{
    margin: 0;
    padding: 20px;
}
.prdmenus ul li
{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.prdmenus ul li img
{
    width: 130px;
    padding: 0 10px;
}

.prdmenus ul li ul
{
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.prdmenus ul li ul li
{
    margin: 0;
    padding: 0;
    display: block;
    /* width: 300px; */
    border-right: solid 1px #cccccc;
}
.prdmenus ul li ul li a
{
    display: block;
    padding: 5px 10px;
    color: #3E4095;
    font-size: 12px;
    text-decoration: none;
}
.prdmenus ul li ul li a:hover, .prdmenus ul li ul li a.active
{
    background: #3E4095;
    color: #fff;
}

#MainMenu
{
    text-align: center;
}
#MainMenu img
{
    width: 100px;
    transition: all 0.3s ease-in-out;
}
#MainMenu .list-group-item
{
    border-radius: 0;
    padding: 0;
    margin: 0 0 5px 0;
}
#MainMenu .leftside .list-group-item
{
    margin: 0 !important;
}
#MainMenu .list-group-item:hover
{
    background: none;
}
#MainMenu .list-group-item:hover img
{
    margin-left: 20px;
    transition: all 0.3s ease-in-out;
}
#MainMenu .leftside
{
    text-align: left;
    margin: 0 0 10px 0;
}
#MainMenu .leftside a
{
    padding: 5px 10px;
}
#MainMenu .leftside a:hover
{
    background: #3E4095;
    color: #fff;
}
#MainMenu .leftside a.active
{
    background: #3E4095;
    color: #fff;
}

.servcontent .dbox h4
{
    color: #ED3237;
}
.servcontent .dbox p
{
    color: #333333;
    text-align: justify;
    font-size: 16px;
}
.servcontent .dbox img
{
    width: 300px;
    float: right;
    margin: 0 0 20px 20px;
}
.servcontent .dbox .tblproduct .heads td
{
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    background: #3E4095;
}
.servcontent .dbox .tblproduct tr td
{
    font-size: 16px;
    text-align: center;
}
.servcontent .dbox .fa-tint
{
    color: #3E4095;
}

.scrollerdiv
{
    height: 300px;
    overflow-y: scroll;
}
.dividelinehr
{
    border-top: dotted 1px #cccccc;
    margin: 40px 0; 
    clear: both;
}


#banner
{
    background-image: url("../images/home_banner.jpg");  
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    padding: 0 0 300px;
}
.logo img
{
    width: 100%;
}

  /* -----------------------------------------------QUALITY---------------------------------------------------------- */

  .overview
{
    background-size: 42% 100%;
    padding: 30px 0;
}
.divider-a
{
    width: 57px;
    height: 3px;
    background: #404297;
    margin: 12px 0 28px 2px;
}
.about
{
    padding: 40px 0;
}
.about .abox img
{
    /* width: 100%; */
    border: 1px solid #404297;
}
.about .abox h3
{
    font-size: 36px;
    margin: 0;
    padding: 0;
    /* text-align: center; */
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 500;
}
.about .abox .divider .red
{
    background: #ED3237;
    height: 3px;
    width: 25px;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.about .abox .divider .grey
{
    background: #999;
    height: 3px;
    width: 25px;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.about .abox .divider .white
{
    background: #fff;
    height: 3px;
    width: 25px;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.about .abox .centerdiv
{
    text-align: center;
}
.about .abox p
{
    padding: 18px 0;
    margin: 0;
    text-align: justify;
    color: #333;
    font-size: 18px;
    text-align: justify;
    background-color: #fff;
    color: #000;
    margin-right: -9px;
}
.indtitle
{
    text-align: center!important;
    border: 1px solid #404297;
}
.prd_cat:hover .indtitle 
{
    background-color: #404297;
    color: #fff;
}
.about .abox h4
{
    text-align: center;
    color: #ED3237;
    margin: 0;
    padding: 40px 0 10px;
}
.about .abox h2
{
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 28px;
}
.about .abox h5
{
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 24px;
    border-bottom: solid 1px #15EAEE;
}
.about .abox h5 span
{
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.whyus_quality img
{
    width: 500px;
    float: right!important;
    margin: 28px 22px 25px 56px;
}
.whyus_quality h3
{
    font-size: 28px!important;
}
.whyus_quality1 h3
{
    font-size: 36px !important;
}
.quality_testing_infra
{
    padding-top: 16px;
}
.quality_testing_infra ul
{
    padding: 1px 10px 10px 10px;
    list-style: none;
    overflow-y: scroll;
    height: 400px;
}
.quality_testing_infra ul li
{
    font-size: 18px!important;
    line-height: 2;
}

.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 320px;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height: 450px;
}
#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #3E4095;
}
/* -----------------------------------------------ABOUT US HOME AND INNER----------------------------------------------------- */

.about_content
{
    margin-top: -50px;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}


 .abtcontent img { 
  border: 1px solid gray; 
} 
 .abtcontent img:hover { 
  outline: 2px solid gray; 
} 



.abtcontent img {
    width: 500px;
    float: right!important;
    margin: 28px 22px 25px 56px;
}
.about_home_data
{
    background-color: #fff;
    padding: 150px 50px 100px;
    margin-top: 100px;
    border-radius: 30px;
    box-shadow: 0 0 40px 1px rgba(0,0,0,0.2);
}
.about_home_content h1
{
    font-size: 36px;
    color: #404297;
    margin-top: 0px!important;
    margin-bottom: 25px!important;
}

.aboutusdata
{
    background-color: #fff;
}

.department
{
    margin: 0 !important;
    text-align: center;
    background-color: #fff;
    font-size: 17px;
    padding: 10px 0;
}
.department i
{
    font-size: 50px;
}

div.department:hover {
     /* border: 5px solid #333333; */
     background-color: #404297;
     color: #fff;
     cursor: pointer;
}
div.department:hover i{
    background-color: #404297;
    color: #fff;
    cursor: pointer;
}
.align_box{
        padding-top: 5px!important;
       padding-left: 80px!important;
       margin-top: 15px;
}

.aboutuscontent p
{
   font-size: 18px;
    color: #000;
    margin: 35px 0px 32px 0px;
    text-align: justify;
}

.glyphicon{ 
    font-size: 5em; 
    float: left; 
    margin: 3px 20px; 
    -webkit-transition: 0.6s ease-out;
    -moz-transition:  0.6s ease-out;
    transition:  0.6s ease-out;
  }


.fas:hover {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
   transition:  0.6s ease-out;
}

.why_us {
    background-color: lightgray;
}

.whyus_img
{
    margin-bottom: 40px;
    text-align: center;
}

.Quality_Assurance
{
     background-color: lightgray;
}

.about_home_content p
{
    font-size: 16px;
    color: #000;
    text-align: justify;
}
.about_home_img
{
    text-align: center;
}
.about_home_img img
{
    width: 100%;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.3);
}
.containertext_whyus
{
    padding: 24px 0px 25px 0px;
    text-align: justify;
    color: black;
     font-size: 16px;
}
.containertext_qa
{
    padding: 24px 0px 25px 12px;
    text-align: justify;
    color: black;
     font-size: 16px;
}
.infra_para
{
    padding: 0px 0px 0px 35px;
    text-align: justify;
    color: black;
     font-size: 18px;
}
.containertext_infra
{
    padding: 24px 0px 25px 30px;
    text-align: justify;
    color: black;
     font-size: 16px;
}
.ulcontent
{
           padding: 0px 0px 28px 32px;
           font-size: 18px!important;
    line-height: 26px!important;
}
.ulcontent li
{
    padding: 10px;
    background-color: #404297;
    color: #fff;
    margin: 14px 0px 11px 0px;
}
.ulcontent li i
{
    color: #fff;
}

.vmv
{
    /* background-image: url('../images/background2.jpg'); */
    /* background: #4b6cb7; 
    background: -webkit-linear-gradient(to right, #4b6cb7, #182848); 
    background: linear-gradient(to right, #4b6cb7, #182848);  */
    padding: 40px 0 90px 0;
}
/* .vmv_heading
{
       text-align: center;
} */
.vmv_data
{
    /* padding: 30px; */
    padding-top: 25px;
}

.vision_mission_value
{
    background-image: url("../images/Lubgraph_image.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.vision_mission_value .abox h3
{
    color: #fff;
    text-align: center;
}

.vision
{
    padding: 28px;
    text-align: center;
    background-color: #DFDFDF;
    height: 360px;
    border-bottom: solid 5px #76b900;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.vision .bg_angle i
{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition:  all 0.6s ease-in-out;
}
.vision:hover .bg_angle i
{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition:  all 0.6s ease-in-out;
}
.vision h3
{
    margin-top: 70px;
    color: #76b900;
}
.vision p
{
    text-align: justify;
    font-size: 18px;
    color: #333;
    
}
.vision .bg_angle
{
    background-color: #76b900;
    position: relative;
    width: 175px;
    margin:-28px auto 0;
}
.vision .bg_angle:after
{
    content: "";
    position: absolute;
    border-top: 50px solid #76b900;
    border-left: 87px solid transparent;
    border-right: 88px solid transparent;
    bottom: -50px;
    left: 0;        
}
.vision .bg_angle i
{
    font-size: 50px;
    padding: 9px;
    color: #fff;
}
.vision_bottomline
{
    width: 75px;
    height: 3px;
    background: #76b900;
    margin: 14px auto;
}

.mission
{
    padding: 28px;
    text-align: center;
    background-color: #DFDFDF;
    height: 360px;
    border-bottom: solid 5px #19AD95;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.mission .bg_angle i
{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition:  all 0.6s ease-in-out;
}
.mission:hover .bg_angle i
{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition:  all 0.6s ease-in-out;
}
.mission h3
{
    margin-top: 70px;
    color: #19AD95;
}
.mission p
{
    font-size: 18px;
    color: #333;
}
.mission .bg_angle
{
    background-color: #19AD95;
    position: relative;
    width: 175px;
    margin:-28px auto 0;
}
.mission .bg_angle:after
{
    content: "";
    position: absolute;
    border-top: 50px solid #19AD95;
    border-left: 87px solid transparent;
    border-right: 88px solid transparent;
    bottom: -50px;
    left: 0;        
}
.mission .bg_angle i
{
    font-size: 50px;
    padding: 9px;
    color: #fff;
}
.mission_bottomline
{
    width: 75px;
    height: 3px;
    background: #19AD95;
    margin: 14px auto;
}

.ourvalue
{
    padding: 28px;
    text-align: center;
    background-color: #DFDFDF;
    height: 360px;
    border-bottom: solid 5px #e2941f;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.ourvalue .bg_angle i
{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition:  all 0.6s ease-in-out;
}
.ourvalue:hover .bg_angle i
{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition:  all 0.6s ease-in-out;
}
.ourvalue h3
{
    margin-top: 70px;
    color: #e2941f;
}
.ourvalue p
{
    /* text-align: justify; */
    font-size: 18px;
    color: #333;
}
.ourvalue .bg_angle
{
    background-color: #e2941f;
    position: relative;
    width: 175px;
    margin:-28px auto 0;
}
.ourvalue .bg_angle:after
{
    content: "";
    position: absolute;
    border-top: 50px solid #e2941f;
    border-left: 87px solid transparent;
    border-right: 88px solid transparent;
    bottom: -50px;
    left: 0;        
}
.ourvalue .bg_angle i
{
    font-size: 50px;
    padding: 9px;
    color: #fff;
}
.ourvalue_bottomline
{
    width: 75px;
    height: 3px;
    background: #e2941f;
    margin: 14px auto;
}


.values
{
    padding: 28px;
    text-align: center;
    background-color: red;
    min-height: 340px;
}
.values h3
{
    margin-top: 70px;
    color: #F5AE3C
}
.values p
{
    font-size: 16px;
}
.values .bg_angle
{
    background-color: #F5AE3C;
    position: relative;
    width: 150px;
    margin:-27px auto 0;
}
.values .bg_angle:after
{
    content: "";
    position: absolute;
    border-top: 50px solid #F5AE3C;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    bottom: -50px;
    left: 0;        
}
.values .bg_angle i
{
    font-size: 50px;
    padding: 9px;
    color: #fff;
}
.values_bottomline
{
    width: 110px;
    height: 3px;
    background: #F5AE3C;
    margin: 14px 0 14px 74px;
}
.values ul
{
    list-style: none;
}
.divider-f
{
    width: 57px;
    height: 3px;
    background: #15EAEE;
    margin: 12px 0 28px 548px;
}

#leadership_team .abox h3, #aboutbanner .abox h3
{
    text-align: center;
}
#leadership_team .abox img
{
    width: 100%;
}
#leadership_team .abox h1
{
    margin: 0;
    padding: 0;
}
#leadership_team .abox p.info
{
    height: 450px;
    overflow-y: scroll;
    padding: 0 20px 0 0;
}

#leadership_team .abox p.info::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#leadership_team .abox p.info::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#leadership_team .abox p.info::-webkit-scrollbar-thumb
{
	background-color: #3E4095;
}

#leadership_team .abox ul.lab
{
    margin: 0 0 0 30px;
    padding: 0 0 0 10px;
}
#leadership_team .abox ul.lab li
{
    display: block;
    font-size: 18px;
    line-height: 32px;
}
#leadership_team .abox ul.lab li::before
{
    content: "\f043";
    position: absolute;
    font-family: fontAwesome;
    font-size: 18px;
    left: 20px;
    color: #D73135;
}

#overview .abox h3
{
    text-align: center;
}
#overview .abox h3 i
{
    font-size: 20px;
}
#overview .abox p
{
    padding: 0;
}
#overview .abox img
{
    width: 100%;
}

.servcontent .abox h3
{
    text-align: center;
}

.headline_data
{
    margin-top: 260px;
}
.headline_data h1{
    font-size: 74px;
    font-weight: 800;
    background: linear-gradient(to top, #703F81 0%, #A73A62 100%);
    background-clip: text;
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.headline_data p
{
    font-size: 16px;
    color: #000;
}
.headline_img img
{
    position: absolute;
    top: 120px;
    right: -250px;
    width: 85%;
    z-index: 99;
}
.about_img img
{
    position: absolute;
    width: 42%!important;
    top: 7px!important;
    left: 780px!important;
    z-index: 99;
}

.prd_home
{
    background-image: url("../images/product_banner.jpg");
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    padding: 0 0 100px;
}
.products_content
{
    text-align: center;
    margin-top: 80px;
}
.products_content h1
{
    color: #fff;
    margin-bottom: 35px;
}
.products_content p
{
    font-size: 16px;
    color: #fff;    
}
.products_type
{
    margin-top: 40px;
    text-align: center;
}
.product
{
    padding: 21px;
}
.product img
{
    width: 100%;
    margin: 0 0 -5px;
}
.product p
{
    padding: 40px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    text-align: justify;
    margin: -25px 0 0 0;
}
.read_more_btn
{
    background-color: #ED3237;
    padding: 10px 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    border: none!important;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    outline: none !important;
}
.read_more_btn:hover
{
    background: #3E4095;
    color: #fff;
}
.read_more_btn a
{
    color: #fff;
}
.read_more_btn a:hover
{
    color: #fff;
    text-decoration: none;
}
.read_more a
{
    text-decoration: none !important;
    color: #ED3237;
}
.read_more a:hover
{
    color: #3E4095;
}
.view_all_btn
{
    text-align: center;
}
.view_all
{
    background-color: #F89633;
    padding: 8px 60px;
    border-radius: 50px;
    color: #fff !important;
    font-size: 18px;
    border: none!important;
    text-decoration: none !important;
}
.view_all:hover
{
    background: #3E4095;
}
.prd_view_all
{
    margin-top: 20px!important;
}
.prd_btn1
{
    background-color: #EF363C;
    padding: 10px 40px;
    margin: -20px 0 0 0;
    width: 250px !important;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    border: none!important;
    text-decoration: none !important;
    outline: none !important;
}
.prd_btn1:hover
{
    background: #3E4095;
    color: #fff;
}
.prd_btn2
{
    position: absolute;
    top: 300px;
    right: 100px;
    background-color: #EF363C;
    padding: 8px 40px 8px 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    border: none!important;
}
.prd_btn3
{
    position: absolute;
    top: 300px;
    right: 114px;
    background-color: #EF363C;
    padding: 8px 75px 8px 75px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    border: none!important;
}

.industry_home
{
    margin: 150px 0 0;
}
.industries1 h1
{
    color: #404297;  
    margin-top: 0px!important;  
}
.industries1 p
{
    margin: 26px 5px 46px;
    color: #000;
    font-size: 16px;
}
.industry_img img
{
    margin-bottom: 30px;
    width: 100%;
}

.content {
    position: relative;
    margin: auto;
    overflow: hidden;
  }
  
  .content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    /* height: 99%;
    width: 100%; */
    left: 0;
    top: 0;
    bottom: 29px;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content-details p{
    color: #fff;
    /* font-size: 0.8em; */
    padding: 15px 160px 12px 5px;
    line-height: 1.8;
    text-align: justify;
  }
  
  .fadeIn-bottom{
    top: 80%;
  }
.policy_home img.waterdrop
{
    position: absolute;
    top: 150px;
    right: -150px;
    z-index: 9;
}
.aq_policy
{
    text-align: center;
    background-color: #4E4190;
}
.aq_policy img
{
    margin-top: 61px;
    margin-bottom: 20px;
}
.aq_policy p
{
    padding: 38px 180px 80px 150px;
    text-align: justify;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}
.aq_policy h1
{
    color: #fff;
}
.aaa
{
    padding: 0px!important;
}
.testing_infra
{
    text-align: center;
    background-image: url("../images/infra_bg.jpg");
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}
.testing_infra ul
{
    padding: 3px 91px 85px 200px;
    text-align: justify;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    list-style-type: none;
    line-height: 2.1;
}
.testing_infra ul
{
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.testing_infra ul li
{
    position: relative;
    padding: 0 0 0 30px;
}
.testing_infra ul li::before
{
    content: "\f043";
    position: absolute;
    font-family: fontAwesome;
    font-size: 16px;
    left: 0;
}
.testing_infra h1
{
    font-size: 33px;
    color: #fff;
    padding: 84px 86px 0px 25px;
    margin-top: 0px;
    margin-bottom: 23px;
}
/* .drop
{
    position: absolute;
    top: 180px;
    z-index: 99;
    right: 732px;
} */
.splash
{
    width: 100%;
}
.footer
{
    background-color: #404297;
    padding: 50px 0 20px;
}

.footer h3,p,i
{
    color: #fff;
}
.footer h3
{
    font-weight: 400;
    margin-bottom: 40px;
}
.footer i
{
    color: #fff;
}
.footer1
{
    background-color: #404297;
    padding: 60px 11px 111px 11px;
}
.footer1 h3,p,i
{
    color: #fff;
}
.footer1 h3
{
    font-weight: 400;
    margin-bottom: 40px;
}
.footer_inner
{
    background-color: #404297;
    padding: 50px 0;
}
.footer_inner h3,p,i
{
    color: #fff;
}
.footer_inner h3
{
    font-weight: 400;
    margin-bottom: 40px;
}
.footer_inner i
{
    color: #fff;
}

.clients_home
{
    margin: 20px 20px 170px 20px;
}
.clients_img
{
    padding: 0 20px 0 20px;
    text-align: center;
}
.clients_img img
{
    margin: 25px;
}
.enquiry_form
{
    padding: 40px;
    background-color: #E4E4E6;
    margin: -200px 100px 50px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
}
.enquiry_form h4
{
    color: #EF363C;
    text-transform: uppercase;
    padding: 10px 15px;
}
.enquiry_form input[type="text"]
{
    border-radius: 0;
    font-size: 18px;
}
.enquiry_form textarea
{
    border-radius: 0;
    font-size: 18px;
    resize: none;
    padding: 10px 20px;
    height: 177px !important;
}
.enquiry_form_btn
{
    margin: 0px!important;
}
.itext
{
    padding: 22px!important;
}

.footer .lbox ul
{
    margin: 0;
    padding: 0;
}
.footer .lbox ul li
{
    display: block;
}
.footer .lbox ul li a
{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 2px 0;
    display: block;
    transition: all 0.3s ease-in-out;
}
.footer .lbox ul li a:hover
{
    color: #F79633;
}
.footer .lbox p
{
    text-align: left;
    font-size: 16px;
}
.footer .lbox p a
{
    color: #fff;
    text-decoration: none;
}
.footer .lbox a.btnRead
{
    color: #fff;
    border: solid 1px #fff;
    text-decoration: none;
    padding: 3px 7px;
    font-size: 14px;
}
.footer .lbox a.btnRead:hover
{
    background: #fff;
    color: #000000;
}

.footer p.copyright
{
    padding: 0;
    margin: 0;
}
.footer .social
{
    text-align: right;
}
.footer .social a
{
    text-align: center;
}
.footer .social a i
{
    padding: 6px;
    margin: 0 0 0 5px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}
.footer .social a i:hover
{
    background: #fff !important;
    color: #3E4095;
}
.footer .social a i.fa-facebook
{
    background: #3D5998;
}
.footer .social a i.fa-twitter
{
    background: #57ACEF;
}
.footer .social a i.fa-linkedin
{
    background: #0876B5;
}
.footer .social a i.fa-instagram
{
    background: #DE4B39;
}

p.error
{
    color: #ff0000;
    font-weight: 500;
    display: none;
}
p.error1
{
    color: #008800;
    font-weight: 500;
    display: none;
}

/* ---------------------------------------------SOLUTIONS--------------------------------------------------------- */
.hvrbox .hvrbox-layer_slideup {
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.hvrbox:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.img_zoom
{
    border-radius: 0%!important;
    background: rgba(0, 0, 0, 0.7)!important;
}
.img_zoom h1
{
    top: 20%;
    position: absolute;
    left: 41%;
    font-size: 45px;
}
.products_div
{
    margin: 40px 0;
}
.products_div .plbox img
{
    width: 100%;
}
.prd_desc h1
{
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 40px;
}
.prd_desc p
{
    font-size: 20px;
    padding: 30px 150px 52px 150px;
}
.prd_text
{
    width: 85%!important;
    font-size: 20px!important;
    top: 40%!important;
    text-align: justify !important;
}
.products_img
{
    text-align: center;
}
.products_img p
{
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 10px 0;
    margin: 0;
}
/* -------------------------------------------INNERBANNER---------------------------------------------------------- */
.innerbanner
{
    background-position: center;     
    position: relative;
    background-repeat: no-repeat;
}
.innerbanner img
{
    height: auto;
    width: 100%!important;
}
.innerbanner::after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
}
.innerbanner .title
{
    position: relative;
}
.innerbanner .title h3
{
    position: relative;
    z-index: 99;
    color: #fff;
    font-weight: 400;
    /* padding: 100px 0 0 20px; */
    font-size: 32px;
}
.innerbanner .title p
{
    text-align: center;
    position: absolute;
    z-index: 99;
    color: #fff;
    padding: 10px 10px 10px 10px;
    margin: -40px 0 0 0;
    background-color: #404297;
    width: 380px;
    font-size: 14px;
    right: 0;
}
.innerbanner .title i
{
    color: #fff;
}

.innerbanner .title p:after
{
    content: '';
    border-top: 40px solid transparent;
    border-right: 40px solid #404297;
    position: absolute;
    left: -40px;
    top: 0;
}
.innerbanner .title p a
{
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.innerbanner .title p a:hover
{
    color: #ED3237;
}

/* ---------------------------------------------CONTACT US--------------------------------------------------------- */
.contactus
{
    margin: 40px 0 0;
    padding: 0;
}
.contactus .abox
{
    text-align: center;
}
.abox p
{
    color: #000;
}
.inner_heading
{
    text-align: left !important;
}
.cdetails p,i
{
    color: #000;
    
}

/* -------------------------------------------MOBILE MENUS--------------------------------------------------------- */

.lblmenus
{
    position: absolute;
    z-index: 99999999;
    right: 40px;
    top: 50px;
    font-size: 24px;
    display: none;
}
.lblmenus i
{
    color: #404297;
    font-size: 45px;
}
#chkmenus
{
    display: none;
}
#chkmenus:checked ~ .mmenus
{
    display: block;
}
.mmenus
{
    display: none;
    position: absolute;
    top: 150px;
    z-index: 99999;
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    height: 175px;
    overflow-y: scroll;
    border-bottom: solid 3px #404297;
}
.mmenus li
{
    display: block;

}
.mmenus li a
{
    padding: 5px 40px;
    display: block;
    color: #111111;
    font-size: 16px;
    text-decoration: none;
}
.mmenus li a.active
{
    background: #404297;
    color: #fff;
}

.calltoaction
{
    position: fixed;
    top: 400px;
    right: -70px;
    transform: rotate(90deg);
    z-index: 9999;
}
.calltoaction a
{
    padding: 5px 20px;
    background: #3E4095;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.calltoaction a:hover
{
    background: #ED3237;
}

.calltoaction a {
    -webkit-animation: enquiry 1s infinite;  /* Safari 4+ */
    -moz-animation: enquiry 1s infinite;  /* Fx 5+ */
    -o-animation: enquiry 1s infinite;  /* Opera 12+ */
    animation: enquiry 1s infinite;  /* IE 10+, Fx 29+ */
    }
    @keyframes enquiry {
        0%, 49% {
          background-color: #3E4095;
        }
        50%, 100% {
          background-color: #ED3237;
        }
      }
    @-webkit-keyframes enquiry {
        0%, 49% {
          background-color: #3E4095;
        }
        50%, 100% {
          background-color: #ED3237;
        }
      }

#enquiry
{
    z-index: 9999999999;
}

#enquiry .modal-dialog
{
    margin: 100px auto;
}
#enquiry .modal-content
{
    border-radius: 0;
}
#enquiry .modal-header
{
    background: #F79633;
    color: #fff;
}
#enquiry .btn-primary
{
    background: #3E4095;
    color: #fff;
    border-radius: 0;
}
#enquiry .btn-primary:hover
{
    background: #F79633;
}
#enquiry .btn-default
{
    border-radius: 0;
}
#enquiry input[type="text"], #enquiry textarea
{
    border: solid 1px #e5e5e5;
    border-radius: 0;
    resize: none;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

/* -----------------------------------------------FOOTER---------------------------------------------------------- */


/* 
.footer
{
    margin-top: 50px;
    background-color: #F3F3F3;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.lbox h3
{
    color: #fff;
}
.lbox p
{
    color: #fff;
    font-size: 16px;
    text-align: justify;
}
.foot_pad
{
    padding: 0!important;
}
.foot_pad i
{
    color: #fff;
}
.foot_pad ul
{
    list-style: none;
    padding: 0;
}
.foot_pad ul li a
{
    color: #fff;
}
.copyright
{
    padding: 30px;
    text-align: center;
    background-color: #A19FA2;
    color: #fff;
} */


/* --------------------------------------------MEDIA QUERY--------------------------------------------------------- */

@media only screen and (max-width: 2560px) {
    

 
    /* .policy_home {
        margin-top: 450px;
    }
   
    .testing_infra ul
    {
        padding: 20px 150px 40px 150px;
    }
    .headline_img img
    {
        top: 262px;
    }
    .testing_infra h1
    {
        padding: 35px 16px 0px 25px;
    } */
}

@media only screen and (max-width: 1920px) {
   
    .testing_infra ul
    {
            padding: 3px 91px 83px 200px;
    }
    .aq_policy{
        height: 606px;
    }
}
@media only screen and (max-width: 1440px) {
    .fixedmenu
    {
        width: 250px !important;
    }
    .container{
        max-width: 1100px;
    }
    .prdmenus
    {
        width: 85.8%;
        left: 7.7%;
        background-position: left;
    }
    .headline_img img
    {
        top: 293px;
        left: 375px;
        width: 80%;
    }
    .splash {
        top: -248px;
    }
    .testing_infra h1
    {
        padding: 67px 16px 0px 25px;
    }
    .testing_infra ul
    {
        line-height: 1.8;
        padding: 18px 91px 139px 200px;
    }
    .hmenus li
    {
        padding: 12px;
    }
  
    .hmenus li a.active
    {
        padding: 11px 11px 9px 10px;
    }
    .prd_btn1
    {
        top: 244px;
        right: 78px;
        padding: 8px 60px 8px 60px;
    }
    .prd_btn2
    {
        top: 246px;
        right: 61px;
        padding: 8px 40px 8px 40px;
    }
    .prd_btn3
    {
        top: 246px;
        right: 78px;
        padding:8px 80px 8px 80px;
    }
    .clients_img img {
        margin: 18px;
    }
    
    .department {
        width: 205px!important;
        padding: 15px 0px 9px 0px;
    }
    .vision_bottomline {
  
    margin: 12px 0px 14px 80px;
    }
    .mission_bottomline {
    margin: 14px 0 14px 80px;
    }
    .ourvalue_bottomline {
    width: 100px;
    margin: 12px 0 14px 87px;
    }

    .about_img img {
    top: 55px!important;
    left: 675px!important;
}

.aq_policy {
    height: 733px;
}

.policy_home img.waterdrop {
    top: 200px;
}
.menus.right li a
{
    padding: 10px 25px;
}
.product p
{
    height: 270px;
}
    
}

@media only screen and (max-width: 1366px)
{
    .policy_home img.waterdrop
    {
        width: 250px;
        right: -120px;
        top: 250px;
    }
    .aq_policy
    {
        height: 758px;
    }
    .prdmenus {
        width: 89.8%;
        left: 4.7%;
        background-position: left;
    }
}

@media only screen and (max-width: 1024px) {
    .fixedmenu
    {
        width: 215px !important;
    }
    .prdmenus {
        width: 86.8%;
        left: 6.7%;
        background-position: left;
    }
    .headline_data h1
    {
        font-size: 62px;
    }
    .hmenus li a.active
    {
        padding: 3px 5px 3px 5px!important;
    }
    .hmenus li
    {
        padding: 14px;
    }
    .hmenus li a
    {
        font-size: 12px;
    }
    .about_home_img img
    {
        width: 100%;
    }
    .headline_img img
    {
        top: 250px;
        left: 350px;
        width: 60%;
    }
    .product p
    {
        padding: 40px 20px;
    }
    .prd_btn1
    {
        top: 210px;
        right: 49px;
    }
    .prd_btn2
    {
        top: 207px;
        right: 44px;
    }
    .prd_btn3
    {
        top: 212px;
        right: 55px;
    }
    .policy_home 
    {
        margin-top: 100px;
    }
    .splash 
    {
        top: -178px;
    }
    .testing_infra h1
    {
        padding: 30px 16px 0px 25px;
    }
    .testing_infra ul 
    {
        padding: 40px;
    }
    .enquiry_form
    {
        padding: 21px 23px 24px 40px;
        right: 56px;
    }

.about_img img {
    top: 4px!important;
    left: 617px!important;

}
    .vision {
    min-height: 362px;
}
    .mission {
        min-height: 362px;
        }
        
        .ourvalue {
        min-height: 362px;
        }

.menus li a
{
    padding: 10px 30px;
    font-size: 12px;
}
.logo img
{
    margin: 0 0 0 -30px;
}
.menus.right li a
{
    padding: 10px 20px;
    font-size: 12px;
}
.menus.right
{
    text-align: left;
}
.headline_data
{
    margin-top: 180px !important;
}
.aq_policy p
{
    padding: 40px;
}
.policy_home img.waterdrop
{
    display: none;
}
.aq_policy
{
    height: 619px;
}
.vision p, .mission p, .ourvalue p
{
    font-size: 16px;
}
.prd_text
{
    font-size: 16px !important;
}
.products_img p
{
    font-size: 18px;
}


}

@media only screen and (max-width: 768px) {
    .menus
    {
        display: none;
    }
    .logo
    {
        text-align: left !important;
    }
    .logo img
    {
        width: 200px;
        margin: 40px 20px;
    }
    .shortcut
    {
        padding: 0;
        position: relative;
    }
    .hmenus
    {
        display: none;
    }
    .lblmenus
    {
        display: block;
    }
    .headline_img img {
        top: 363px;
        left: 150px;
        width: 73%;
    }
    .logo
    {
        text-align: center;
    }
    .about_home_data
    {
        padding: 184px 29px 49px 47px;
    }
    .enquiry_form
    {
        margin: 0px!important;
    }
    .industry_img img
    {
        width: 100%;
    }
    .prd_btn1, .prd_btn2, .prd_btn3
    {
        display: none!important;
    }
    .industry_img
    {
        text-align: center;
    }
    .about_home_data
    {
        text-align: center;
    }
    .headline_data h1
    {
        font-size: 46px;
        text-align: center;
    }
    .headline_img img
    {
        top: 150px;
        width: 60%;
    }
    .headline_data
     {
        margin-top: 0 !important;
        text-align: center;
    }
    .prd_home
    {
        height: auto;
    }
    .product p
     {
        padding: 56px 25px 0px 34px;
         background-color:unset;
        color: #fff;
        font-size: 15px;
    }
    .read_more a {
        text-decoration: none;
        color: #fff;
    }
    .industry_home {
        margin-top: 50px;
    }
    .industries
    {
        text-align: center;
    }
    .splash
    {
        top: -135px;
        right: 55px;
    }
    .about_img img {
    top: -17px!important;
    left: 457px!important;
    }
    
  .aboutusdata {
    /* height: 1400px; */
    margin-top: 50px;
    }
.department
{
    margin: 90px;
    width: auto !important;
}
.clients_home
{
    margin: 0;
}

.about_home_content h1
{
    margin-top: 30px !important;
}
#banner
{
    padding: 0 0 80px;
}

.fixedmenu
{
    position: relative !important;
    width: 100% !important;
}
#MainMenu .leftside
{
    width: 100% !important;
}
.vision_bottomline {
    margin: 20px auto;
}
.vision, .mission
{
    margin: 0 0 40px 0;
}
#overview .abox img
{
    margin: 40px 0 0;
}
.calltoaction
{
    top: 300px;
}
.products_img
{
    margin: 0 0 20px 0;
}

}



@media only screen and (max-width: 425px) {
    .headline_data h1 {
        font-size: 25px;
    }
    .about_home_img img {
        width: 100%!important;
    }
    .headline_img img {
        top: 110px;
        left: 31px;
        width: 84%;
    }
    .about_home_data {
        padding: 100px 29px 49px 47px;
    }
    .aq_policy
    {
        height: auto !important;
    }
    .footer, .footer .social
    {
        text-align: center;
    }
    .calltoaction
    {
        top: 250px;
    }
    .logo img
    {
        width: 150px;
    }
    .industry_img img
    {
        width: 100%!important;        
    }
    .aq_policy p
    {
        padding: 38px 50px 80px 50px;
    }
    .testing_infra ul {
        padding: 0px 50px 40px 50px;
    }
    .splash
    {
        display: none;
    }
    .policy_home 
    {
        margin-top: 60px;
    }
    .enquiry_form
    {
        padding: 23px 36px 24px 29px;
        right: 10px;
        top: -411px;
    }

.containertext {
    padding: 24px 50px 25px 50px;
}

.about_img img {
    top: 6px!important;
    left: 267px!important;
}
.servcontent .dbox img
{
    float: none;
    margin: 20px 0;
    width: 100%;
}
.servcontent .dbox .tblproduct .heads td, .servcontent .dbox .tblproduct tr td
{
    font-size: 14px;
}
.content-details h3
{
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px 0;
}
.aq_policy h1, .testing_infra h1
{
    font-size: 28px;
}
.content-details p
{
    padding: 0;
    line-height: normal;
    font-size: 14px;
}
.innerbanner .title p
{
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    width: auto;
}
.innerbanner .title p:after
{
    display: none;
}
.innerbanner::after
{
    background: none;
}
#overview .abox h3, #overview .abox h3
{
    font-size: 24px !important;
}
.about .abox p, .quality_testing_infra ul li
{
    font-size: 15px !important;
}
.prd_text {
    font-size: 14px !important;
}
.products_img p {
    font-size: 16px;
}
.contactus .cdetails
{
    text-align: center;
}
.footer .lbox p
{
    text-align: center;
}

}

@media only screen and (max-width: 375px)
{
    .product img
    {
        width: 100%!important;
    }
    .servcontent .dbox .tblproduct .heads td, .servcontent .dbox .tblproduct tr td
    {
        padding: 0;
    }
    .about_home_data
    {
        padding: 80px 10px 20px;
    }
    .prd_desc h1
    {
        font-size: 24px;
    }
    .products_img p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 320px)
{
    .product img
     {
        width: 100%!important;
    }
    .product p
    {
        padding: 36px 1px 0px 0px;
    }
    .testing_infra h1
    {
        font-size: 30px;
    }
    .clients_img
    {
        padding: 0px!important;
    }
    .view_all
    {
        margin-top: 0px!important;
    }
    .about_home_data {
        padding: 50px 29px 49px 47px;
    }
    .about_home_content h1
    {
        font-size: 34px;
        margin-top: 20px!important;
    }
    .headline_img img
    {
        top: 328px;
    }
    .headline_data h1 {
        font-size: 22px;
    }
    .about_home_data
    {
        margin: 100px 0 0 0;
        padding: 50px 20px 20px;
    }
    .headline_img img {
        top: 100px;
    }
}