/* Rushil Edit CSS */
*{ outline: none !important; }
body{ font-family: 'Poppins', sans-serif; font-size: 14px; color: #333; margin: 0; padding: 0; }
a, a:hover, a:focus{ text-decoration: none; }
a:hover{ color: #1e9ea4; }

.brand-bg{ background-color: #1e9ea4; }
.container{ max-width: 1200px; }
.p-tb150{ padding: 150px 0; }
.p-tb100{ padding: 100px 0; }
.mb-30{ margin-bottom: 30px; }
.form-control:focus{ box-shadow: none; }

.section-title h2{ color: #444; font-size: 34px; line-height: 38px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding-bottom: 12px; }
.but-element{ background-color: #1e9ea4; border-radius: 3px; color: #FFF; font-size: 16px; text-transform: uppercase; height: 50px; display: inline-block; line-height: 50px; padding: 0 24px; font-weight: 400; letter-spacing: 0.9px; border: none; }
.but-element i{ font-size: 16px; font-weight: 500; margin-left: 5px; }
.catlogue-button{ margin-bottom: 50px;  }
.catalogue-title{ margin-top: 50px;  }

/*===== TopBar =====*/
.top-bar{ padding: 20px 0; }
.contact-info{ margin: 9px 0; }
.contact-info li{ margin-right: 24px; border-right: 1px solid #e9e9e9; padding-right: 24px; }
.contact-info li:last-child{ margin-right: 0; border-right: 0; padding-right: 0; }
.phone-icon, .envelope-icon{ background-color: #333; width: 35px; height: 35px; border-radius: 50%; color: #FFF; font-size: 14px; text-align: center; line-height: 35px; margin-right: 10px; }
.contact-info li span{ color: #999; font-weight: 300; letter-spacing: 0.9px; }
.contact-info li a:hover span, .contact-info li a:focus span, .product:hover span, .company-info a:hover, .catelogue-form .section-title h2, .useful-links ul li a:hover, .copyrights a:hover, .breadcrumb-item.active, .breadcrumb li a:hover{ color: #1e9ea4; }
.envelope-icon{ background-color: #1e9ea4; font-size: 13px; }

/*===== Header =====*/
.nav-holder.sticky{ position: fixed; top: 0; left: 0; width: 100%; background: #fff z-index: 999; -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); z-index: 999; }
.navbar{ padding: 0; }
#navbar .navbar-nav > li > a{ display: inline-block; padding: 20px 35px; font-weight: 500; color: #fff; font-size: 15px; text-transform: uppercase; }
#navbar .navbar-nav > li.active > a, #navbar .navbar-nav li a:hover, #navbar .navbar-nav li a:focus{ background-color: #26959B; }
#navbar .navbar-nav > li.contact-but > a{ background: #FFF; font-weight: 600; color: #1e9ea4; text-transform: unset; border-radius: 5px; padding: 10px 30px; }
#navbar .navbar-nav > li.contact-but > a:hover, #navbar .navbar-nav > li.contact-but > a:focus, .but-element:hover{ background-color: #2BB8BF; color: #FFF; }

/*===== Slider =====*/
.middle-cont{ background-color: rgba(0,0,0,0.4); max-width: 77%; margin: 0 auto; padding: 60px 20px; }
.middle-cont span{ background-color: #FFF; font-size: 20px; letter-spacing: 6px; text-transform: uppercase; font-weight: 500; padding: 12px 20px; color: #1e9ea4; display: inline-block; }
.middle-cont h1{ font-size: 125px; color: #FFF; font-weight: 700; padding-top: 30px; }
.middle-cont p{ font-size: 24px; color: #FFF; font-weight: 400; padding-top: 30px; }
.owl-carousel .owl-dots{ position: absolute; text-align: center; bottom: 20px; left: 0; right: 0; }
.owl-carousel .owl-dots .owl-dot{ display: inline-block; margin: 0 5px; }
.owl-carousel .owl-dots .owl-dot span{ display: block; width: 12px; height: 12px; border-radius: 50%; border: 2px solid #FFF; }
.owl-carousel .owl-dots .owl-dot.active span{ background: #1e9ea4; border: 2px solid #FFF; }

/*===== Products =====*/
.product{ text-align: center; position: relative; }
.product .image{ overflow: hidden; max-height: 257px; box-shadow: 9px 0 30px rgba(0, 0, 0, 0.15); background-color: #FFF; }
.product img{ -webkit-transition: all 0.3s; transition: all 0.3s; }
.product:hover img{ -webkit-transform: scale(1.3); transform: scale(1.3); }
.product span{ display: inline-block; padding-top: 15px; font-size: 16px; color: #444; font-weight: 500; line-height: 20px; width: 100%; text-transform: capitalize; }

/*===== About =====*/
.about-box{ background-color: #f4f4f4; }
.about-box .section-title h2{ padding-bottom: 24px; text-transform: unset; }
.company-info{ max-width: 90%; padding: 80px 0; }
.company-info span{ font-size: 24px; color: #1e9ea4; font-weight: 700; padding-bottom: 24px; display: inline-block; }
.company-info p{ font-size: 16px; color: #888; line-height: 30px; }
.company-info a{ display: inline-block; padding-top: 20px; color: #444; font-size: 16px; font-weight: 500; }
.about-img{ vertical-align: bottom; height: 100vh; max-height: 542px; }

/*===== Brand Logos =====*/
.brand-logos{ width: 100%; float: left; margin: 0px; }
.brand-logos li{ width: 20%; text-align: center; float: left; margin-bottom: 50px; }
.brand-logos .brand-img-box{ display: table; height: 90px; width: 100%; }
.brand-logos .brand-img-box figure{ display: table-cell; vertical-align: middle; margin: 0; }
.brand-logos .brand-img-box figure img{ -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all 0.3s; transition: all 0.3s; }
.brand-logos .brand-img-box figure img:hover{ -webkit-filter: grayscale(0%); filter: grayscale(0%); }

/*===== Catalouge =====*/
.catelogue-box{ background: url(../images/catlog.jpg) no-repeat center center; height: 885px; }
.catelogue-form{ padding: 12px; }
.form-group{ position: relative; margin-bottom: 30px }
.form-group i{ position: absolute; left: 0; top: 0; line-height: 50px; bottom: 0; color: #a09f9f; font-size: 18px; width: 24px; text-align: center; }
.form-group input{ border: none; border-bottom: 1px solid #d7d7d7; border-radius: 0; height: 50px; padding: 13px; padding-left: 13px; padding-left: 36px; font-size: 15px; }
.form-group input:focus, .form-group textarea:focus{ border-color: #1e9ea4 !important; }
.catelogue-form form .but-link .but-element{ font-weight: 500; }

/*===== Footer =====*/
.main-footer{ background: #1f1f1f; position: relative; }
.contact-detail{ padding: 60px 30px 30px 30px; position: relative; z-index: 1; }
.contact-detail h3{ font-size: 24px; font-weight: 600; color: #FFF; padding-bottom: 40px; letter-spacing: 0.9px; }
.contact-detail .position-relative img{ position: absolute; left: 0; top: 5px; width: 24px; height: 24px; }
.contact-detail .position-relative p{ color: #FFF; padding-left: 36px; }
.contact-detail .position-relative:last-child p{ line-height: 32px; }
.contact-detail hr{ border-top: 1px solid #20bfc6; margin: 34px 0; }
.useful-links{ padding-left: 100px; }
.heading4{ color: #FFF; font-size: 18px; font-weight: 600; letter-spacing: 0.9px; padding-bottom: 30px; }
.useful-links ul li{ width: 50%; float: left; padding: 7px 0; }
.useful-links ul li a{ color: #999; font-size: 14px; line-height: 18px; }
.newsletter-box > .input-group > input{ border-radius: 5px !important; background-color: #272727; border: 0; height: 50px; width: 100%; padding: 13px 20px; font-size: 14px; color: #FFF; }
.newsletter-box > .input-group > input:focus{ box-shadow: inset 0 0 0 2px rgb(30, 158, 164, .25); }

.copyrights{ background: #131313; color: #999; line-height: 18px; text-align: center; padding: 24px 0; padding-left: 15%; position: absolute; bottom: 0; left: 0; right: 0; }
.copyrights a{ color: #FFF; }

/*===== Breadcrumb =====*/
.breadcrumbs-box{ background-color: #f7f7f7; border-bottom: 1px solid #eee; /*background: url("../img/texture-bw.png") center center repeat-x;*/ }
.breadcrumbs-box h1{ text-transform: uppercase; letter-spacing: 0.9px; }
.breadcrumb{ margin-bottom: 0; padding: 0; background: none; font-size: 15px; font-weight: 500; }
.breadcrumb li a{ color: #6c757d; }

/*===== About Page =====*/
.inner-about-box .col-lg-6.order-lg-2 .about-img{ height: 100vh; max-height: 472px; }
.section-title h3{ color: #444; padding-bottom: 10px; }

.main-content .about-detail{ display: inline-block; width: 100%; }
.about-detail p, .service-box ul li{ line-height: 26px; font-size: 16px; color: #777; font-weight: 400; }
.about-detail span{ display: inline-block; font-size: 20px; color: #1e9ea4; font-weight: 700; width: 100%; line-height: 36px; }






.inner.company-info{ padding-top: 20px; padding-bottom: 20px; }

/*.section-title h3{ color: #444; padding-bottom: 10px; }
.inner-about-box img.about-img{ height: 100vh; max-height: 390px; }
.about-detail p, .service-box ul li{ line-height: 26px; font-size: 16px; color: #777; font-weight: 400; }
.about-detail span{ display: inline-block; font-size: 22px; color: #1e9ea4; font-weight: 600; width: 100%; line-height: 36px; }
.inner.company-info{ padding: 0; max-width: 100%; }
.inner-about-box .according-data .service-box ul li{ width: 100%; }*/

/*===== Quality Page =====*/
.quality-box h2.comming{ font-size: 80px; font-weight: 700; color: #1e9ea4; }

/*===== Career Page =====*/
.show-email{ font-size: 16px; color: #444; line-height: 20px; font-weight: 500; }
.accordion-content{ border: 1px solid #1e9ea4; margin-bottom: 30px; border-radius: 0; }
.accordion-content:last-child{ margin-bottom: 0; }
.accordion-title a{ width: 100%; display: inline-block; padding: 13px 24px; font-size: 16px; color: #FFF; background-color: #1e9ea4; }
.accordion-content .card-link::after{ font-family: 'FontAwesome'; content: "\f068"; float: right; font-size: 14px; font-weight: normal; }
.accordion-content .card-link.collapsed::after{ content: "\f067"; }

/*===== Apply Now Page =====*/
.resume-apply form .form-group input, #contact-form .form-group input, #contact-form .form-group textarea{ padding-left: 0; }
.resume-apply form .form-group textarea, .resume-apply form .form-group select, #contact-form .form-group textarea, .inquiry_data .form-control{ border: none; border-bottom: 1px solid #d7d7d7; border-radius: 0; padding: 13px; padding-left: 0; font-size: 14px; }
.resume-apply form .form-group select, .inquiry_data select.form-control{ padding: 0; height: 50px !important; background-color: transparent; background: url(../images/select-icon.png) no-repeat right 13px top 22px; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; color: #6c757d; }
.resume-apply form .form-group.attach-file label{ font-size: 16px; color: #6c757d; font-weight: 500; line-height: 22px; }
.resume-apply form .form-group.attach-file input{ height: auto; }
.g-recaptcha.error{ border-bottom: 1px solid #ff0000; }

/*===== Contact Page =====*/
.contact-box .contact-detail{ padding-top: 34px; border-radius: 30px; }
.grecaptcha-badge{ z-index: 2; }

/*===== Magnific Popup =====*/
.mfp-container .mfp-content #catalogue_form, .mfp-container .mfp-content #inquiry_form{ display: block; }
#inquiry_form, #catalogue_form{ display: none; padding: 50px 15px; background-color: #fff; }
.inquiry_data .sub-heading{ font-size: 20px; font-weight: 600; line-height: 24px; color: #444; padding-bottom: 20px; }
.inquiry_data .but-element{ cursor: pointer; }

/*===== Pagination =====*/
.pagination li{ margin: 0 2px; }
.pagination .page-disable .page-link{ cursor: default; background: #e9ecef; }
.page-item.active .page-link{ color: #fff; background-color: #4fbfa8; border-color: #4fbfa8; }
.pagination .page-disable span i{ color: #ccc; }
.message, #contact-message{ display: none; }


/*===== Responsive =====*/
@media (min-width: 992px) and (max-width: 1199px){
	.middle-cont h1{ font-size: 61px; }
	.company-info{ max-width: 100%; }
	.but-element{ padding: 0 14px; }
	.copyrights{ padding-left: 25%; }
	.main-content .pt-5 .col-lg-6.order-xl-2 img{ height: 100vh; max-height: 360px; }
}
@media (max-width:991px){
	.company-info{ max-width: 100%; padding-bottom: 0 !important; }
	.about-img, .inner-about-box .col-lg-6.order-lg-2 .about-img{ width: 100%; height: auto; max-height: unset; }
	.contact-detail{ padding: 30px; margin-top: 50px; }
	.p-tb100.mobile-view{ padding: 50px 28px; }
	.useful-links{ padding-left: 0; margin-bottom: 50px; }
	.copyrights{ padding-left: 0; position: relative; }
	.about-detail{ max-width: 100%; }
	.product .image{ max-height: unset; }
}
@media (min-width: 768px) and (max-width: 991px){
	.middle-cont h1{ font-size: 50px; }
	.brand-logos li{ width: 33.33333333%; }
}
@media (max-width:767px){
	.slider-content{ padding: 60px 0; }
	.middle-cont{ max-width: 100%; }
	.middle-cont h1{ font-size: 40px; }
	.middle-cont p{ font-size: 16px; }
	.section-title h2{ font-size: 24px; }
	.company-info span{ font-size: 17px; }
	.company-info p{ font-size: 14px; }
	.brand-logos li{ width: 50%; }
	.but-element{ padding: 0 14px; }
	.p-tb100.mobile-view{ padding: 50px 0; }
	.breadcrumbs-box h1{ font-size: 24px; text-align: center; }
	.breadcrumb{ text-align: center; display: inline-block; width: 100%; }
	.breadcrumb li{ display: inline-block; }
	.service-box ul li, .mfp-content{ width: 100%; }
	.g-recaptcha{ transform:scale(0.92);-webkit-transform:scale(0.92);transform-origin:0 0;-webkit-transform-origin:0 0; }
	.grecaptcha-badge{ right: -227px !important; bottom: -40px !important; }
}

.catlog-2{     
    max-height: 472px;
    max-width: 100%;
    max-height: 600px;
    margin-top: -60px; 
}

#catalogue-form{
	margin-top: 30px;
}