html {
scroll-behavior: smooth;
}
header .top-bar br {
display: none;
}
header .top-bar a {
text-decoration:none;
color: #fff;
font-size: 14px;
padding: 6px 0;
text-align: right;
}
.home-contact {
background: #174078; }
.home-contact form label, .contact-form label {
display: none;
}
div#gform_fields_1 ::placeholder, div#gform_fields_2 ::placeholder, div#gform_fields_3 ::placeholder, div#gform_fields_5 ::placeholder { 
color: #fff;
opacity: 1; 
}
div#gform_fields_1 :-ms-input-placeholder, div#gform_fields_2 :-ms-input-placeholder, div#gform_fields_3 :-ms-input-placeholder, div#gform_fields_5 :-ms-input-placeholder { 
color: #fff !important;
}
div#gform_fields_1 ::-ms-input-placeholder, div#gform_fields_2 ::-ms-input-placeholder, div#gform_fields_3 ::-ms-input-placeholder { 
color: #fff !important;
}
div#gform_fields_4 ::placeholder {
color: #505355 !important;
opacity: 0.6;
}
div#gform_fields_4 :-ms-input-placeholder { 
color: #505355 !important;
opacity: 0.6;
}
div#gform_fields_4 ::-ms-input-placeholder { 
color: #505355 !important;
opacity: 0.6;
}
#gform_fields_4 input, #gform_fields_4 select, #gform_fields_4 textarea{
color: #505355;
font-size: 16px;
}
#gform_fields_4 textarea {
height: 145px;
}
#input_4_8 {
opacity: 0.6;
}
.home-contact input, .newsletter-section input, .contact-form input,.home-contact select, .newsletter-section select, .contact-form select{
padding: 0 !important;
background: transparent;
border-top: none;
border-left: none;
border-right: none;
outline:none;
border-bottom: 2px solid #91a4bf;
color: #fff;
font-size: 18px;
font-weight: normal;
box-shadow: none !important;
border-radius: 0;
font-family: 'Segoe UI Bold';
height: 40px;
}
.home-contact textarea, .contact-form textarea{
height: 110px;
padding: 0 !important;
background: transparent;
border-top: none;
border-left: none;
outline:none;
border-right: none;
border-bottom: 2px solid #91a4bf;
color: #fff;
font-size: 18px;
font-weight: normal;
box-shadow: none !important;
border-radius: 0;
font-family: 'Segoe UI Bold';
}
.gform_heading {
display: none;
}
input#gform_submit_button_1 {
border-radius: 35px;
opacity: 1;
font-size: 17px !important;
padding: 0 15px;
background: #E7344F;
line-height: 48px;
min-width: 180px;
height: 52px;
border: 2px solid #E7344F;
box-shadow: none !important;
font-family: 'Oswald', sans-serif;
color: #fff;
margin-bottom: 0;
}
input#gform_submit_button_4 {
border-radius: 35px;
opacity: 1;
font-size: 17px !important;
padding: 0 15px;
background: #E7344F;
line-height: 48px;
min-width: 180px;
height: 52px;
border: 2px solid #E7344F;
box-shadow: none !important;
font-family: 'Oswald', sans-serif;
color: #fff;
margin-bottom: 0;
}
input#gform_submit_button_4:hover {
color: #E7344F;
background: #fff;
}
input#gform_submit_button_1:hover {
color: #E7344F;
background: #fff;
}
input#gform_submit_button_2,input#gform_submit_button_5 {
border-radius: 35px;
opacity: 1;
font-size: 17px !important;
padding: 0 15px;
background: #E7344F;
line-height: 48px;
min-width: 180px;
height: 52px;
border: 2px solid #E7344F;
box-shadow: none !important;
font-family: 'Oswald', sans-serif;
color: #fff;
}
input#gform_submit_button_2:hover,input#gform_submit_button_5:hover {
color: #E7344F;
background: #fff;
}
select option {
color: #24272A !important;
}
.gform_footer.top_label, .gform_footer.before {
text-align: center;
display: block !IMPORTANT;
}
#gform_wrapper_1 .validation_message, #gform_wrapper_2 .validation_message, #gform_wrapper_3 .validation_message,#gform_wrapper_5 .validation_message {
padding:0;
background:none;
border:none;
}
#gform_wrapper_3 div#field_submit {
display: inline-block !important;
}
#menu-primary .dropdown-menu li a:hover {
background: #002F49 !important;
}
.gas-plant
{
position:relative;
}
.hiddenclass
{
display:none !important;
}
.ripple {
height: 20px;
width: 20px;
border-radius: 50%;
background-color: #E7344F;   transform: translate(0%,0%);
margin-left: auto;
margin-right: auto;
position: absolute;
left: 30%;
top: 30%;
opacity:0.9;
}
.ripple:before,
.ripple:after {
content: '';
display: block;
position: absolute;
top: 0; 
right: 0; 
bottom: 0; 
left: 0;
border-radius: 50%;
}
a.data-hover-link {
position: absolute;
z-index:9;
}
.ripple:before {
animation: ripple 2s linear infinite;
}
.ripple:after {
animation: ripple 2s linear 1s infinite;
}
.innerpopup {
position: absolute;
background: #fff;
padding: 20px;
border-radius: 15px;
text-align: left;
width: 240px;
z-index: 10;
}
.innerpopup h4 {
color: #174078;
font-size: 20px;
font-weight: 600;
}
.innerpopup a {
color: #E7344F !important;
text-decoration: none;
font-family: 'Oswald', sans-serif;
letter-spacing: 1px;
font-weight: 500;
}
@keyframes ripple {
0% {
box-shadow: 0 0 0 2px rgba(231, 52, 79, 0.3),
0 0 0 4px rgba(231, 52, 79, 0.3),
0 0 0 7px rgba(231, 52, 79, 0.3);
}
100% {
box-shadow: 0 0 0 5px rgba(231, 52, 79, 0.3),
0 0 0 8px rgba(231, 52, 79, 0.3),
0 0 0 10px rgba(231, 52, 79, 0.3);
}
}
@media only screen and (max-width: 991px) {
.innerpopup {
top: 100% !important;
left: 0% !important;
width: 500px;
box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
position: absolute;
max-width: 100%;
}
} .tab-faq {
display: flex;
justify-content: center;
position: relative;
margin-bottom: 50px;
}
.tab-faq .tablinks {
background: #fff;
color: #E7344F;
border-radius: 35px;
opacity: 1;
font-size: 17px;
padding: 0 15px;
line-height: 48px;
min-width: 180px;
height: 52px;
border: 2px solid #E7344F;
box-shadow: none !important;
font-family: 'Oswald', sans-serif;
}
.tab-faq .tablinks:hover {
background: #E7344F;
color: #fff;
}
.tab-faq .tablinks {
margin: 0 8px;
}
.tab-faq .tablinks.active {
color: #fff;
background: #E7344F;
}
.accordion-item.faq-main h2 span {
position: absolute;
right: 30px;
color: #505355;
font-size: 14px;
text-transform: capitalize;
}  .timeline {
position: relative;
padding: 20px 0 20px;
list-style: none;
}
.timeline:before {
content: " ";
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 3px;
margin-left: -1.5px;
background-color: #eeeeee;
}
.timeline > li {
position: relative;
margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li > .timeline-panel {
float: left;
position: relative;
width: 46%;
padding: 20px;
background: #174078;
border: 1px solid #d4d4d4;
border-radius: 2px;
-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
box-shadow: 0 1px 6px rgba(0,0,0,0.175);
}
.timeline > li > .timeline-panel:before {
content: " ";
display: inline-block;
position: absolute;
top: 26px;
right: -15px;
border-top: 15px solid transparent;
border-right: 0 solid #ccc;
border-bottom: 15px solid transparent;
border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
content: " ";
display: inline-block;
position: absolute;
top: 27px;
right: -14px;
border-top: 14px solid transparent;
border-right: 0 solid #174078;
border-bottom: 14px solid transparent;
border-left: 14px solid #174078;
}
.timeline > li > .timeline-badge {
z-index: 100;
position: absolute;
top: 16px;
left: 50%;
width: 65px;
height: 65px;
margin-left: -33px;
border-radius: 50% 50% 50% 50%;
text-align: center;
font-size: 1.4em;
line-height: 50px;
color: #fff;
background: #174078;
display: flex;
align-items: center;
justify-content: center;
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
right: auto;
left: -15px;
border-right-width: 15px;
border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
right: auto;
left: -14px;
border-right-width: 14px;
border-left-width: 0;
}
.timeline-badge.primary {
background-color: #2e6da4 !important;
}
.timeline-badge.success {
background-color: #3f903f !important;
}
.timeline-badge.warning {
background-color: #f0ad4e !important;
}
.timeline-badge.danger {
background-color: #d9534f !important;
}
.timeline-badge.info {
background-color: #5bc0de !important;
}
.timeline-title {
margin-top: 0;
color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
margin-bottom: 0;
}
.timeline-body > p + p {
margin-top: 5px;
}
.timeline-badge span{
width: 35px;
height: 35px;
display: inline-block;
background: #E7344F;
border-radius: 100%;
}
.timeline-heading h4 {
font-size: 40px;
line-height: 48px;
color: #E7344F;
font-weight: 500;
}
.timeline-panel .timeline-body p {
font-size: 16px;
line-height: 24px;
color: #fff;
min-height: 55px;
}
.bg-gry{
background: #EEEFF1;	
}
.contact-details .accordion-item:first-child .accordion-header .accordion-button{
padding-top: 0 !important;
}
.approch-section ul {
margin: 0;
}  .surgery-content p:last-child{
margin-bottom: 0;
}
.premiumfrom select {
background: url(//www.atpsolutions.co/wp-content/themes/atp/assets/images/arrowdown.png) no-repeat 100% 50%;
font-family: 'Segoe UI Bold';
}
.premiumfrom select option{
padding: 0px 10px !important;
}
.pdb-25{
padding-bottom: 25px;
}
.slider-container {
max-width: 850px;
margin: 0px auto;
}
.product-thumb{
margin-top:15px;
}
.product-thumb .slick-slide {
margin: 10px 8px;
text-align: center;
box-shadow: 0px 3px 6px #00000080;
}
.pro-view-tabs{
overflow: hidden;
} p.banner-normal { 
text-transform: uppercase;
word-spacing: 15px;
font-size: 52px;
line-height: 54px;
font-family: 'Oswald', sans-serif;
font-weight: normal;
margin-top: 0;
margin-bottom: 0.5rem;
}
.alm-reveal {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0px 30px;
}
.alm-btn-wrap .done {
display: none !important;
}
.alm-btn-wrap .alm-load-more-btn.done, .alm-btn-wrap .alm-load-more-btn.loading, .alm-btn-wrap .alm-load-more-btn.more {
background-color: #E7344F !important;
color:#fff !important;
border-radius: 35px !important;
font-size: 17px !important;
}
.slider-content img	{
width:100%;
}
a.downloadbtnfaq {
color: #E7344F !important;
text-decoration: none;
border: 2px solid #E7344F;
border-radius: 35px;
padding: 0px 15px;
display: inline-block;
height: 42px;
line-height: 37px;
width: 130px;
text-align: center;
font-size: 17px;
font-family: 'Oswald', sans-serif; }
a.downloadbtnfaq:hover {
background: #E7344F;
color: #fff !important;
}
.filerow.row {
align-items: center;
margin-bottom: 18px;
}
.filerow.row:last-child {
margin-bottom: 0px;
}
.filerow.row .align-end {
text-align: right;
}
.filerow.row span {
margin-right: 10px;
font-size: 14px;
color: #505355;
}
.filerow.row h4 {
font-family: 'Segoe UI Regular';
font-size: 18px;
line-height: 26px;
color:#24272A;
}
.top-bar span {
display: inline-block;
margin-left: 28px;
}
.top-bar span i {
color: #E7344F;
margin-right: 5px;
}
.filerow.row .col-md-5.col-sm-6.col-xs-6.align-end span {
font-family: 'Oswald', sans-serif;
}
.mobilenavsec
{
display:none;
}
.header.sticky {
position: fixed;
left: 0;
top: 0;
width: 100%;
background: #174078;
transition: .2s all ease;
}
div#myModalProduct .close {
position: absolute;
background: none;
border: none;
right: -15px;
top: -8px;
color: #fff;
font-weight: 600;
font-size: 20px;
width: 40px;
align-items: center;
justify-content: center;
height: 40px;
display: flex;
border-radius: 100%;
z-index: 99;
background: #E7344F;
}
div#myModalProduct .modal-header {
padding: 0px; border: none;
}
div#myModalProduct .modal-dialog {
width: 600px !important;
max-width: 100%;
}
div#myModalProduct .contact-us-form {
width: 100%;
}
div#myModalProduct .modal-body {
padding:0px;
}
img.bgimagenew {
width: 100%;
}
@media(max-width: 1199px){
.top-bar {
display: none !important;
}
.mobilenavsec
{
display: flex;
align-items: center;
}
.mobilenavsec > span {
margin-right: 15px;
font-size: 20px;
}
.mobilenavsec > span i {
color: #E7344F !important;
}
}
@media(max-width: 600px){
.home-banner {
padding: 95px 0 70px;
}
.product-banner, .contact-banner {
padding: 100px 0 80px !important;
}
.our-clients img {
width: 100% !important;
max-width: 100% !important;
display: inline-block;
padding-left: 15px;
padding-right: 15px;
}
}
.pro-box a {
text-decoration: none;
}
.heading-jobs h3 {
font-size: 34px;
color: #174078;
margin-bottom: 20px;
line-height: normal;
}
.job-name {
color: #24272A;
max-width: 65%;
font-weight: 600;
line-height: 26px;
font-size: 20px;
font-family: 'Segoe UI Regular';
text-transform: capitalize;
}
.job-loactioncat {
font-weight: 400;
font-size: 20px;
text-transform: capitalize;
font-family: 'Segoe UI Regular';
position: absolute;
color: #174078;
right: 30px;
}
.job-main .accordion-body  {
padding: 25px 25px 25px 0px;
}
.job-main .accordion-body a {
color: #fff;
background: #E7344F;
display: inline-block;
padding: 10px 30px !important;
min-width: 130px;
text-decoration:none;
font-size: 16px;
font-family: 'Oswald', sans-serif;
border: 2px solid #E7344F;
border-radius: 50px !important;
}
.jobs-apply {
text-align: end;
}
.job-main .accordion-body {
border-bottom: 2px solid #919191;
}
.soicial-icon > span {
margin-right: 15px;
font-size: 20px;
}
.soicial-icon > span i {
color:#E7344F !important;
}
.social-icon {
text-align:left !important;
}
.soicial-icon.header-soical span {
margin-right: 15px !important;
margin-left:0 !important;
}
#gform_wrapper_4 .gfield_error [aria-invalid=true], #gform_wrapper_3 .gfield_error [aria-invalid=true], #gform_wrapper_1 .gfield_error [aria-invalid=true], #gform_wrapper_5 .gfield_error [aria-invalid=true], #gform_wrapper_2 .gfield_error [aria-invalid=true] {
border-bottom: 1px solid #c02b0a !important;
border:none;
}
#gform_wrapper_4 .validation_message {
padding:0;
background:none;
border:none;
}
.term-condition {
margin-top: 44px;
}
div#sidebar {
display: none;
}
.pro-box h5 a, .pro-box h4 a{
color:#24272A;
text-decoration|:none;
}
.alm-listing.alm-ajax.css-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0px 13px;
}
.sub-description p a {
color: #4A84D2;
}
.sub-description h2 {
font-size: 30px;
line-height: 40px;
} .page-template-front-page-2025 .homer-industries-outer .mCSB_container { display:inline-block !important; left: 0 !important; width: 100% !important; margin-bottom:0 !important; }
.page-template-front-page-2025 .home-industries-box { width:20% !important; float: left; }
.page-template-front-page-2025 #mCSB_2_scrollbar_horizontal { display:none !important; }
.case-studies { padding: 75px 0 30px; margin: 0 auto 75px; background: #eeeff1; }
.page-template-front-page-2025 .homer-service-outer .mCSB_container { left: 0 !important; width: 100% !important; margin-bottom:0 !important; left: 0 !important; margin-bottom: 0 !important; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; grid-gap: 1.5rem; }
.page-template-front-page-2025 .home-service-box { padding:15px; max-width:unset; }
.previous_work { padding: 30px 0; }
.previous_work .col-12 { margin-bottom: 0 !important; }
.previous_work .d-slider-text { padding-right:30px; }
.previous_work p, .page-template-front-page-2025 .home-delivery-modal p { text-align:justify !important; }
.page-template-front-page-2025 #mCSB_1_scrollbar_horizontal { display:none !important; }
.case-studies .n2-section-smartslider { margin-bottom:3rem; }