/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: #990000;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}

.page-id-183 #cll-action {
    display: none !important;
}
.page-id-183 #cll-action.paged-in {
    display: block !important;
}
.page-id-183 #cll-action.paged-in h3 {
    color:#fff;
}

/* header css  */
nav ul li a span:after {
    border: none !important;
}

nav ul li a {
    margin: 0 17px !important;
    opacity: unset !important;
}

/* banneer css  */

.bnner-list {
    display: flex;
    gap: 30px;
    margin: 0;
}

.bnner-list li {
    list-style: none;
    text-transform: uppercase;
    font-weight: 900;
    color: #E42727;
    font-size: 20px;
    line-height: 28px;
}

#main-banner h1, #main-banner p {
    color: #fff;
}

#red-btn {
    padding: 15px 50px 15px 50px !important;
    font-size: 17px;
    line-height: 25px;
    transition: all 0.5s !important;
}

#red-btn:hover {
    background: #000 !important;
    transition: all 0.5s !important;
    transform: translate(10px, 10px);
}

/* servies section  */
#services-boxed .row-bg {
    background: #000000;
}

#services-boxed h3 {
    color: #fff;
    position: relative;
}

#services-boxed p {
    color: #A5A5A5;
}


@keyframes upDownSmooth {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* Move up */
  }
  100% {
    transform: translateY(0); /* Back to original */
  }
}
.red-box {
    animation: upDownSmooth 2s ease-in-out infinite;
    margin-top: -110px;
}
.image-blk .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.image-blk .wpb_wrapper img {
    padding: unset !important;
    margin: unset !important;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.image-blk .wpb_wrapper p {
    padding: unset;
}
/* about css  */

#about-us h2 {
    color: #001427;
    max-width: 530px;
}

#about-us p {
    color: #565656 !important;
    font-weight: bold;
}

.red-border {
    background: #F4F2EE;
    padding: 32px;
    border-left: 8px solid #990000;
}
.red-border h4 {
    color: #001427;
}
.year-exp .wpb_wrapper {
    background: #F4F2EE;
    padding: 13px;
}
.year-exp h4 {
    color: #990000;
    font-size: 36px !important;
    line-height: 28px !important;
}
.year-exp {
    border: 1px solid #990000;
    padding: 14px;
}
.abt-list li {
    list-style: none;
    position: relative;
    padding: 7px 0px !important;
    color: #565656 !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}
.abt-list li:before {
    position: absolute;
    content: '\f00c';
    left: 0;
    font-family: 'FontAwesome';
    color: #fff;
    background: #990000;
    left: -25px;
    font-size: 12px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    border-radius: 50px;
}
#blue-btn {
    padding: 13px 40px 13px 40px;
    background: #001427 !important;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 24px;
}
#blue-btn:hover {
    background: #990000 !important;
    transition: all 0.5s !important;
    transform: translate(10px, 10px);
}
.cld-list li {
    list-style: none;
    color: #fff;
    position: relative;
}
.cld-list a {
    color: #fff;
}
.cld-list {
    background: #990000;
    position: absolute;
    bottom: 10px;
    left: 0px;
    padding: 12px 40px 12px 80px;
}
.cld-list a:before {
    position: absolute;
    content: '\f27a';
    left: -61px;
    color: #fff;
    font-family: 'FontAwesome';
    top: -18px;
    font-size: 26px;
    background: #b2160782;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
}
.with-icon h5 {
    position: relative;
    color: #565656;
}
.abt-inner .cld-list {
    background: #990000;
    position: absolute;
    bottom: 100px;
    left: 210px;
    padding: 12px 40px 12px 80px;
}
.with-icon h5:before {
    position: absolute;
    content: '';
    left: -20px;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}

/* services css */

#services-hero h2, #services-hero h5 {
    text-align: center;
    color: #fff;
}

#services-hero .carousel-item {
    background: #fff;
    margin: 0px 10px;
    padding: 10px 0 0 0 !important;
    transition: all 0.5s !important;
}

#services-hero .wpb_text_column.wpb_content_element {
    padding: 4px 18px;
}

#services-hero .carousel-item:hover {
    background: #990000 !important;
    color: #fff !important;
    transition: all 0.5s !important;
}

#services-hero .carousel-item:hover h3 {
    color: #fff !important;
    transition: all 0.5s !important;
}

#services-hero h3 {
    transition: all 0.5s !important;
    color: #001427;
}
#services-hero .ser-one {
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 185px;
    z-index: 1;
    left: 20px;
	 transition: all 0.5s !important;
}

#services-hero .carousel-item:hover .ser-one {
    background: #990000 !important;
	 transition: all 0.5s !important;
	
}
#services-hero .ser-two {
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 185px;
    z-index: 1;
    left: 20px;
	 transition: all 0.5s !important;
}

#services-hero .carousel-item:hover .ser-two {
    background: #990000 !important;
	 transition: all 0.5s !important;
	
}
#services-hero .ser-three{
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 185px;
    z-index: 1;
    left: 20px;
	 transition: all 0.5s !important;
}

#services-hero .carousel-item:hover .ser-three {
    background: #990000 !important;
	 transition: all 0.5s !important;
	
}
#services-hero h5 {
    position: relative;
}

#services-hero h5:before {
    position: absolute;
    content: '';
    left: 34.3em;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}
#services-hero .owl-dots.disabled {
    display: block !important;
}

.inner-slides .carousel-item {
    background: #001428 !important;
    margin: 0px 10px;
    padding: 10px 0 0 0 !important;
    transition: all 0.5s !important;
    color: #fff !important;
}
.inner-slides h3 {
   color: #fff !important;
}
.inner-slides h5, .inner-slides h2{
    color:#001428 !important;
}
.same-with {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 12px;
    max-width: 430px;
    margin-left: 80px;
}

.texty-blk:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: -100px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/Group-2085662870.png);
    background-repeat: no-repeat;
}

.texted-blk:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: -100px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/Group-2085662869.png);
    background-repeat: no-repeat;
}

/* blog css */
#our-blogs .blog-recent .col {
    margin-bottom: 40px;
    border-bottom: 8px solid #000;
    transition: all 0.5s !important;
    background: #F2F5F9;
    padding: 20px;
    min-height: 445px;
}
#page-header-wrap {
    display: none !important;
}
.blog-banner {
    margin-top: -80px;
}
#blg-detail {
    padding-bottom: 0px !important;
}
#author-bio {
    display: none;
}
#blg-detail h2 {
    font-size: 30px;
    line-height: 38px;
    color: #001427;
}
.comments-section {
    display: none !important;
}
#blg-detail p {
    text-align: justify;
}

#blg-detail img {
    min-height: 580px;
}
#our-blogs .blog-recent .col:hover {
    border-bottom: 8px solid #990000 !important;
    transition: all 0.5s !important;
}

#our-blogs .blog-recent .col a {
    color: #001427 !important;
}

#our-blogs .blog-recent .excerpt {
    color: #707070 !important;
}
#our-blogs .meta-category {
    display: none;
}
/* monial start */
#testimonial-row h2, #testimonial-row h5 {
    text-align: center;
}

#testimonial-row h2 {
    color: #001427;
}

#testimonial-row h5 {
    color: #565656;
}
.review-list {
	display: flex;
	gap: 10px;
	margin: 0;
}
.review-list li {
    list-style: none;
}

.review-list i {
    color: #990000;
    font-size: 20px;
    line-height: 28px;
}

.test-list {
    background: #F4F2EE;
    position: absolute;
    right: 0;
    top: -60px;
    padding: 33px 140px 33px 30px;
    border-radius: 30px 0px 0px 0px;
}

.reviews-list li {
    list-style: none;
}

.reviews-list {
    margin: 0;
}

.strong {
    font-size: 20px;
    line-height: 28px;
    color: #001427;
    font-weight: bold;
}

#inner-testimonial {
    margin-top: 100px;
}

#inner-testimonial .vc_column-inner {
    background: #001427;
    padding: 70px 50px 0px 70px;
    min-height: 408px;
}

#inner-testimonial p {
    color: #fff;
}

.prof-img {
    position: absolute !important;
    bottom: 40px;
    left: -20px;
}
#testimonial-row h5:before {
    position: absolute;
    content: '';
    left: 34.3em;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}
#testimonial-row .nectar_video_lightbox.play_button {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0;
    display: inline-block;
    background: #ffffffbd;
    border-radius: 60px;
    border: none !important;
    left: 15em;
}
/* why choose us */


#why-us .row-bg {
    background: #F4F2EE;
}

#inner-vdo .row-bg {
    background: unset !important;
}

#inner-vdo {
    padding: 80px;
    margin-bottom: -120px;
    margin-right: -50px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

#inner-vdo h3 {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
}

#touch-btn {
    background: #fff !important;
    color: #000 !important;
    font-size: 17px;
    padding: 14px 40px 14px 40px;
    transition: all 0.5s !important;
    opacity: unset !important;
}

#touch-btn:hover {
    background: #000 !important;
    color: #fff !important;
    transform: translateX(10px);
    transition: all 0.5s !important;
}
#inner-vdo .nectar_video_lightbox.play_button {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0;
    display: inline-block;
    background: #ffffffbd;
    border-radius: 60px;
    border: none !important;
    left: 15em;
}


#why-us h2 {
    color: #001427;
}

#why-us p {
    color: #565656;
    font-weight: 600;
    max-width: 830px;
}

#why-us h5 {
    color: #565656;
    position: relative;
    left: 28px;
}

#why-us h5:before {
    position: absolute;
    content: '';
    left: -30px;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}
#white-boxes .wpb_wrapper {
    display: flex !important;
    gap: 5px;
    align-items: center;
}

.why-box .wpb_wrapper {
    display: block !important;
    padding: 10px 10px 10px !important;
}

#white-boxes .wpb_wrapper .wpb_text_column .wpb_wrapper {
    display: block !important;
}
#white-boxes .vc_column-inner {
    padding: 30px;
    background: #fff;
    position: relative;
    min-width: 463px;
}
/* footer css  */

#cll-action h2 {
    color: #fff;
}
#cll-action h2 {
    color: #fff;
}
.social-list {
    display: flex;
    gap: 40px;
    margin: 0;
}

.social-list li {
    list-style: none;
}

.social-list i:hover {
    background: #b61d0b !important;
    transition: all 0.5s !important;
    transform: scale(1.1);
}

.social-list i {
    background: #182738;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 50px;
    color: #fff;
    transition: all 0.5s !important;
}

#main-footer .row-bg {
    background: #001427;
}

#main-footer li {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0;
}

#main-footer ul {
    margin: 0;
}

#main-footer h4 {
    color: #fff;
}

#main-footer a {
    color: #958F91;
}

.cntxt-list a {
    font-size: 16px;
    line-height: 24px;
}
div#copyright {
    display: none;
}

#end-copy .row-bg {
    background: #001427;
    border-top: 1px solid #ffffff4d;
}

#end-copy p {
    color: #fff;
}

/* inner-pages css  */
.in-image {
    position: absolute;
    top: 100px;
    left: 70px;
}

.expreice {
    font-size: 70px;
    line-height: 78px;
    font-weight: bold;
    font-family: 'Oswald';
}

.in-image p, .in-image h6 {
    color: #fff !important;
}

.in-image h6 {
    font-size: 40px;
    line-height: 48px;
    font-family: 'Oswald';
    font-weight: bold;
}

.inner-service #blue-btn {
    position: absolute;
    top: 25em;
    left: 70px;
    background: transparent !important;
    font-family: 'Oswald';
}

.inner-service #blue-btn i {
    position: absolute !important;
    left: -10px;
    background: #fff !important;
    color: #990000;
    padding: unset !important;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
}
#services-hero #blue-btn {
    background: transparent !important;
    color: #000 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#services-hero #blue-btn:hover {
    background: unset !important;
    transform: unset !important;
    color: #fff !important;
}
#services-hero .carousel-item:hover  #blue-btn {
     color: #fff !important;
}
.inner-service #blue-btn:hover {
    background: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
    transform: unset !important;
}
#services-hero.inner-slides #blue-btn {
    background: transparent !important;
    color: #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
/* contact us page css  */
.contact-info-list {
    display: flex;
    gap: 180px;
    padding: 10px 140px 10px 140px;
}

.contact-info-list li {
    list-style: none !important;
    color:#1E1E1E !important;
}
.contact-info-list a {
    color:#1E1E1E !important;
}

.contact-info-list strong {
    font-size: 30px;
    line-height: 38px;
    color: #1E1E1E;
}

#information-del {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 30px;
    margin-top: 70px;
}

.contact-address:before {
    position: absolute;
    content: '\f3c5';
    left: -90px;
    right: 0;
    top: 0px;
    bottom: 0;
    font-family: 'FontAwesome';
    background: #001427;
    width: 70px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    border-radius: 60px;
}

.contact-info-list li {
    position: relative;
}

.contact-email:before {
  position: absolute;
    content: '\f0e0';
    left: -90px;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    background: #001427;
    width: 70px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    border-radius: 60px;  
}

.contact-phone:before {
    position: absolute;
    content: '\f095';
    left: -90px;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    background: #001427;
    width: 70px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    border-radius: 60px; 
}
#touch-text h2 {
    color: #001427;
}

#touch-text p {
    color: #000000;
}
#touch-text h2 {
    color: #001427;
}

#touch-text p {
    color: #000000;
}

.form input, .form textarea {
    background: transparent;
    border: 1px solid #00000040;
}

.form input {
    padding: 17px;
}

.form input::placeholder, .form textarea::placeholder {
    color: #000;
    font-weight: bold;
}

.wpcf7-submit.sbt-btn, body[data-form-submit=regular] .container-wrap input[type=submit] {
    background: #001427 !important;
    padding: 15px 60px 15px 60px !important;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    border-radius: unset !important;
}

.wpcf7-submit.sbt-btn:hover {
    transform: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
    background: #a91407 !important;
}
/* Responsive start */

@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
.red-border {
    background: #F4F2EE;
    padding: 16px;
    border-left: 8px solid #990000;
}

h1 {
    font-size: 50px !important;
}

p {
    font-size: 14px;
    line-height: 22px;
}
.abt-list li {
    list-style: none;
    position: relative;
    padding: 7px 0px !important;
    color: #565656 !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}
.abt-list li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #fff;
    background: #990000;
    left: -25px;
    font-size: 12px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 7px;
    border-radius: 50px;
}
#services-hero h3 {
    transition: all 0.5s !important;
    color: #001427;
    font-size: 17px;
    line-height: 25px;
}
#services-hero .ser-three{
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 153px;
    z-index: 1;
    left: 20px;
    transition: all 0.5s !important;
}
#services-hero .ser-two {
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 153px;
    z-index: 1;
    left: 20px;
	 transition: all 0.5s !important;
}
#services-hero .ser-one {
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 153px;
    z-index: 1;
    left: 20px;
	 transition: all 0.5s !important;
}
#services-hero h5:before {
    position: absolute;
    content: '';
    left: 32.3em;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}
#testimonial-row h5:before {
    position: absolute;
    content: '';
    left: 33em;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}

#services-hero p {
    font-size: 12px;
    line-height: 20px;
}

.why-box h4 {
    font-size: 14px !important;
    line-height: 22px !important;
}
#inner-vdo h3 {
    color: #fff;
    font-size: 30px;
    line-height: 38px;
}
.contact-info-list {
    display: flex;
    gap: 180px;
    padding: 10px 100px 10px 100px;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
.red-border {
    background: #F4F2EE;
    padding: 16px;
    border-left: 8px solid #990000;
}

h1 {
    font-size: 50px !important;
}

p {
    font-size: 14px;
    line-height: 22px;
}
.abt-list li {
    list-style: none;
    position: relative;
    padding: 7px 0px !important;
    color: #565656 !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}
.abt-list li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #fff;
    background: #990000;
    left: -25px;
    font-size: 12px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 7px;
    border-radius: 50px;
}
#services-hero h3 {
    transition: all 0.5s !important;
    color: #001427;
    font-size: 17px;
    line-height: 25px;
}
#services-hero .ser-three{
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 132px;
    z-index: 1;
    left: 20px;
    transition: all 0.5s !important;
}
#services-hero .ser-two {
    width: 23% !important;
    position: absolute;
    background: #fff;
   top: 132px;
    z-index: 1;
    left: 20px;
	 transition: all 0.5s !important;
}
#services-hero .ser-one {
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 132px;
    z-index: 1;
    left: 20px;
	 transition: all 0.5s !important;
}
#services-hero h5:before {
    position: absolute;
    content: '';
    left: 27.3em;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}
#testimonial-row h5:before {
    position: absolute;
    content: '';
    left: 27.8em;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}

#services-hero p {
    font-size: 12px;
    line-height: 20px;
}

.why-box h4 {
    font-size: 14px !important;
    line-height: 22px !important;
}
#inner-vdo h3 {
    color: #fff;
    font-size: 30px;
    line-height: 38px;
}
.bnner-list li {
  list-style: none;
  text-transform: uppercase;
  font-weight: 900;
  color: #E42727;
  font-size: 15px;
  line-height: 23px;
}
.red-box {
  position: absolute !important;
  bottom: -40px;
  animation: upDownSmooth 2s ease-in-out infinite;
  right: -40px;
  min-width: 270px !important;
}
.prof-img {
  position: absolute !important;
  bottom: 40px;
  left: -60px;
}
.test-list {
  background: #F4F2EE;
  position: absolute;
  right: 0;
  top: -60px;
  padding: 33px 110px 33px 30px;
  border-radius: 30px 0px 0px 0px;
}
#inner-vdo {
  padding: 30px;
  margin-bottom: -120px;
  margin-right: -50px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
#inner-vdo .nectar_video_lightbox.play_button {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0;
  display: inline-block;
  background: #ffffffbd;
  border-radius: 60px;
  border: none !important;
  left: 10em;
}
#why-us {
    padding-top: 30px !important;
}
#action-inner #touch-btn {
  background: #fff !important;
  color: #000 !important;
  font-size: 15px !important;;
  padding: 14px 19px 14px 19px !important;
  transition: all 0.5s !important;
  opacity: unset !important;
  line-height: 23px !important;
}
#main-footer a {
  color: #958F91;
  font-size: 14px !important;
  line-height: 22px !important;
}
.social-list {
  display: flex;
  gap: 20px;
  margin: 0;
}
#main-footer li {
  list-style: none;
  font-size: 14px;
  line-height: 22px;
  padding: 6px 0;
}
.in-image {
    position: absolute;
    top: 30px;
    left: 70px;
}
.inner-service #blue-btn {
    position: absolute;
    top: 19em;
    left: 70px;
    background: transparent !important;
    font-family: 'Oswald';
}
.abt-inner .cld-list {
    background: #990000;
    position: absolute;
    bottom: 170px;
    left: 70px;
    padding: 12px 40px 12px 80px;
}
.contact-info-list {
    display: flex;
    gap: 110px;
    padding: 10px 140px 10px 80px;
}	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
.red-border {
    background: #F4F2EE;
    padding: 16px;
    border-left: 8px solid #990000;
}

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

p {
    font-size: 12px;
    line-height: 20px;
}
.abt-list li {
    list-style: none;
    position: relative;
    padding: 7px 0px !important;
    color: #565656 !important;
    font-weight: 600;
    font-size: 11px;
    line-height: 19px;
}
.abt-list li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #fff;
    background: #990000;
    left: -25px;
    font-size: 12px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 7px;
    border-radius: 50px;
}
#services-hero h3 {
    transition: all 0.5s !important;
    color: #001427;
    font-size: 17px;
    line-height: 25px;
}
#services-hero .ser-three{
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 132px;
    z-index: 1;
    left: 20px;
    transition: all 0.5s !important;
}
#services-hero .ser-two {
    width: 23% !important;
    position: absolute;
    background: #fff;
   top: 132px;
    z-index: 1;
    left: 20px;
	 transition: all 0.5s !important;
}
#services-hero .ser-one {
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 132px;
    z-index: 1;
    left: 20px;
	 transition: all 0.5s !important;
}
#services-hero h5:before {
    position: absolute;
    content: '';
    left: 20.9em;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}
#testimonial-row h5:before {
    position: absolute;
    content: '';
    left: 21.5em;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}

#services-hero p {
    font-size: 12px;
    line-height: 20px;
}

.why-box h4 {
    font-size: 14px !important;
    line-height: 22px !important;
}
#inner-vdo h3 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
.bnner-list li {
  list-style: none;
  text-transform: uppercase;
  font-weight: 900;
  color: #E42727;
  font-size: 13px;
  line-height: 21px;
}
.red-box {
  position: absolute !important;
  bottom: -40px;
  animation: upDownSmooth 2s ease-in-out infinite;
  right: -40px;
  min-width: 270px !important;
}
.prof-img {
  position: absolute !important;
  bottom: 40px !important;
  left: -60px !important;
}
.test-list {
  background: #F4F2EE;
  position: absolute;
  right: 0;
  top: -46px;
  padding: 12px 40px 16px 30px;
  border-radius: 30px 0px 0px 0px;
}
  #inner-vdo {
    padding: 30px;
    margin-bottom: -120px;
    margin-right: -50px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
#inner-vdo .nectar_video_lightbox.play_button {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0;
  display: inline-block;
  background: #ffffffbd;
  border-radius: 60px;
  border: none !important;
  left: 10em;
}
#why-us {
    padding-top: 30px !important;
}
#action-inner #touch-btn {
  background: #fff !important;
  color: #000 !important;
  font-size: 15px !important;;
  padding: 14px 19px 14px 19px !important;
  transition: all 0.5s !important;
  opacity: unset !important;
  line-height: 23px !important;
}
#main-footer a {
  color: #958F91;
  font-size: 11px !important;
  line-height: 19px !important;
}
.social-list {
  display: flex;
  gap: 20px;
  margin: 0;
}
#main-footer li {
  list-style: none;
  font-size: 11px;
  line-height: 19px;
  padding: 4px 0;
}
#services-boxed h3 {
  color: #fff;
  position: relative;
  font-size: 13px;
  line-height: 21px;
}

#about-us img {
    min-height: 560px;
    min-width: 390px;
}
	.abt-inner img {
    min-height: 430px !important;
}
.with-icon h5 {
  position: relative;
  color: #565656;
  left: 20px;
}
#why-us h2 {
  color: #001427;
  font-size: 30px;
  line-height: 38px;
}
nav ul li a {
    font-size: 15px !important;
    line-height: 23px !important;
    margin: 0 12px !important;
}
#why-us .row_col_wrap_12.col.span_12.dark.left {
  padding-left: 50px;
}
#white-boxes .vc_column-inner {
  padding: 20px;
  background: #fff;
  position: relative;
  min-width: 263px;
}
.in-image {
    position: absolute;
    top: 30px;
    left: 70px;
}
.inner-service #blue-btn {
    position: absolute;
    top: 17em;
    left: 70px;
    background: transparent !important;
    font-family: 'Oswald';
}
.abt-inner .cld-list {
    background: #990000;
    position: absolute;
    bottom: 170px;
    left: 70px;
    padding: 12px 40px 12px 80px;
}
.expreice {
    font-size: 60px;
    line-height: 68px;
    font-weight: bold;
    font-family: 'Oswald';
}

.abt-inner h4 {
    font-size: 12px !important;
    line-height: 20px !important;
}
.in-image h6 {
    font-size: 30px;
    line-height: 38px;
    font-family: 'Oswald';
    font-weight: bold;
}

.men-blk {
    min-width: 480px;
    min-height: 480px;
}
#our-blogs .blog-recent .col {
    margin-bottom: 40px;
    border-bottom: 8px solid #000;
    transition: all 0.5s !important;
    background: #F2F5F9;
    padding: 10px;
    min-height: 445px;
}
.contact-info-list {
    display: flex;
    gap: 90px;
    padding: 10px 20px 10px 70px;
}
.contact-info-list strong {
    font-size: 23px;
    line-height: 31px;
    color: #1E1E1E;
}
.contact-info-list li {
    position: relative;
    font-size: 13px;
    line-height: 21px;
}

.contact-address:before {
    position: absolute;
    content: '\f3c5';
    left: -73px;
    right: 0;
    top: 0px;
    bottom: 0;
    font-family: 'FontAwesome';
    background: #001427;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    border-radius: 60px;
}
.contact-email:before {
  position: absolute;
  content: '\f0e0';
  left: -72px;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'FontAwesome';
  background: #001427;
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  border-radius: 60px;
}

.contact-phone:before {
    position: absolute;
    content: '\f095';
    left: -72px;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    background: #001427;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    border-radius: 60px;
}	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	
.red-border {
    background: #F4F2EE;
    padding: 16px;
    border-left: 8px solid #990000;
}

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

p {
    font-size: 12px;
    line-height: 20px;
}
.abt-list li {
    list-style: none;
    position: relative;
    padding: 7px 0px !important;
    color: #565656 !important;
    font-weight: 600;
    font-size: 11px;
    line-height: 19px;
}
.abt-list li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #fff;
    background: #990000;
    left: -25px;
    font-size: 12px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 7px;
    border-radius: 50px;
}
#services-hero h3 {
    transition: all 0.5s !important;
    color: #001427;
    font-size: 17px;
    line-height: 25px;
}
#services-hero .ser-three{
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 150px;
    z-index: 1;
    left: 20px;
    transition: all 0.5s !important;
    margin: unset;
}
#services-hero .ser-two {
    width: 23% !important;
    position: absolute;
    background: #fff;
   top: 132px;
    z-index: 1;
    left: 20px;
	 transition: all 0.5s !important;
}
#services-hero .ser-one {
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 132px;
    z-index: 1;
    left: 20px;
	 transition: all 0.5s !important;
}
#services-hero h5:before {
    position: absolute;
    content: '';
    left: 20.9em;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}
#testimonial-row h5:before {
    position: absolute;
    content: '';
    left: 21.5em;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}

#services-hero p {
    font-size: 12px;
    line-height: 20px;
}

.why-box h4 {
    font-size: 14px !important;
    line-height: 22px !important;
}
#inner-vdo h3 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
.bnner-list li {
  list-style: none;
  text-transform: uppercase;
  font-weight: 900;
  color: #E42727;
  font-size: 13px;
  line-height: 21px;
}
.red-box {
  position: unset;
  bottom: 0;
  right: 0;
  min-width: 270px !important;
  margin: unset;
}
.prof-img {
  position: absolute !important;
  bottom: 40px !important;
  left: -60px !important;
}
.test-list {
  background: #F4F2EE;
  position: absolute;
  right: 0;
  top: -46px;
  padding: 12px 40px 16px 30px;
  border-radius: 30px 0px 0px 0px;
}
  #inner-vdo {
    padding: 30px;
    margin-bottom: -120px;
    margin-right: -50px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
#inner-vdo .nectar_video_lightbox.play_button {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0;
  display: inline-block;
  background: #ffffffbd;
  border-radius: 60px;
  border: none !important;
  left: 10em;
}
#why-us {
    padding-top: 30px !important;
}
#action-inner #touch-btn {
  background: #fff !important;
  color: #000 !important;
  font-size: 15px !important;;
  padding: 14px 19px 14px 19px !important;
  transition: all 0.5s !important;
  opacity: unset !important;
  line-height: 23px !important;
}
#main-footer a {
  color: #958F91;
  font-size: 11px !important;
  line-height: 19px !important;
}
.social-list {
  display: flex;
  gap: 20px;
  margin: 0;
}
#main-footer li {
  list-style: none;
  font-size: 11px;
  line-height: 19px;
  padding: 4px 0;
}
#services-boxed h3 {
  color: #fff;
  position: relative;
  font-size: 13px;
  line-height: 21px;
}

#about-us img {
    min-height: 560px;
    min-width: 390px;
}
	.abt-inner img {
    min-height: 430px !important;
}
.with-icon h5 {
  position: relative;
  color: #565656;
  left: 20px;
}
#why-us h2 {
  color: #001427;
  font-size: 30px;
  line-height: 38px;
}
nav ul li a {
    font-size: 15px !important;
    line-height: 23px !important;
    margin: 0 12px !important;
}
#why-us .row_col_wrap_12.col.span_12.dark.left {
  padding-left: 50px;
}
#white-boxes .vc_column-inner {
  padding: 20px;
  background: #fff;
  position: relative;
  min-width: unset !important;
  max-width: 95%;
}
.in-image {
    position: absolute;
    top: 30px;
    left: 70px;
}
.inner-service #blue-btn {
    position: absolute;
    top: 17em;
    left: 70px;
    background: transparent !important;
    font-family: 'Oswald';
}
.abt-inner .cld-list {
    background: #990000;
    position: absolute;
    bottom: 170px;
    left: 70px;
    padding: 12px 40px 12px 80px;
}
.expreice {
    font-size: 60px;
    line-height: 68px;
    font-weight: bold;
    font-family: 'Oswald';
}

.abt-inner h4 {
    font-size: 12px !important;
    line-height: 20px !important;
}
.in-image h6 {
    font-size: 30px;
    line-height: 38px;
    font-family: 'Oswald';
    font-weight: bold;
}

.men-blk {
    min-width: 480px;
    min-height: 480px;
}
#our-blogs .blog-recent .col {
    margin-bottom: 40px;
    border-bottom: 8px solid #000;
    transition: all 0.5s !important;
    background: #F2F5F9;
    padding: 10px;
    min-height: 445px;
}
.contact-info-list {
    display: flex;
    gap: 90px;
    padding: 10px 20px 10px 70px;
}
.contact-info-list strong {
    font-size: 23px;
    line-height: 31px;
    color: #1E1E1E;
}
.contact-info-list li {
    position: relative;
    font-size: 13px;
    line-height: 21px;
}

.contact-address:before {
    position: absolute;
    content: '\f3c5';
    left: -73px;
    right: 0;
    top: 0px;
    bottom: 0;
    font-family: 'FontAwesome';
    background: #001427;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    border-radius: 60px;
}
.contact-email:before {
  position: absolute;
  content: '\f0e0';
  left: -72px;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'FontAwesome';
  background: #001427;
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  border-radius: 60px;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 90px !important;
    }
.contact-phone:before {
    position: absolute;
    content: '\f095';
    left: -72px;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    background: #001427;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    border-radius: 60px;
}

div#main-banner {
    padding-top: 150px !important;
}

#services-hero .carousel-item {
}

#services-hero #blue-btn {
    padding: 12px 40px !important;
}

#services-hero .wpb_text_column.wpb_content_element {
    min-height: 160px;
}

#services-hero .img-blk {
    top: 170px;
    min-height: unset !important;
}



div#footer-outer {
    display: none;
}



.right-edge .vc_column-inner {
    padding-left: 50px;
}

div#main-footer {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#why-us {
    margin-bottom: unset !important;
}	
.form .row {
    padding: unset;
}	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
.form .row {
    padding: unset;
}	
	.red-border {
    background: #F4F2EE;
    padding: 16px;
    border-left: 8px solid #990000;
}

h1 {
    font-size: 36px !important;
    line-height: 44px !important;
}

p {
    font-size: 12px;
    line-height: 20px;
}
.abt-list li {
    list-style: none;
    position: relative;
    padding: 7px 0px !important;
    color: #565656 !important;
    font-weight: 600;
    font-size: 11px;
    line-height: 19px;
}
.abt-list li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #fff;
    background: #990000;
    left: -25px;
    font-size: 12px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 7px;
    border-radius: 50px;
}
#services-hero h3 {
    transition: all 0.5s !important;
    color: #001427;
    font-size: 17px;
    line-height: 25px;
}
#services-hero .ser-three{
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 150px;
    z-index: 1;
    left: 20px;
    transition: all 0.5s !important;
    margin: unset;
}
#services-hero .ser-two {
    width: 23% !important;
    position: absolute;
    background: #fff;
   top: 132px;
    z-index: 1;
    left: 20px;
	 transition: all 0.5s !important;
}
#services-hero .ser-one {
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 132px;
    z-index: 1;
    left: 20px;
	 transition: all 0.5s !important;
}
#services-hero h5:before {
    position: absolute;
    content: '';
    left: 20.9em;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}
#testimonial-row h5:before {
    position: absolute;
    content: '';
    left: 21.5em;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}

#services-hero p {
    font-size: 12px;
    line-height: 20px;
}

.why-box h4 {
    font-size: 14px !important;
    line-height: 22px !important;
}
#inner-vdo h3 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
.bnner-list li {
  list-style: none;
  text-transform: uppercase;
  font-weight: 900;
  color: #E42727;
  font-size: 11px;
  line-height: 19px;
}
.red-box {
  position: unset;
  bottom: 0;
  right: 0;
  min-width: 270px !important;
  margin: unset;
}
.prof-img {
  position: absolute !important;
  bottom: 40px !important;
  left: -60px !important;
}
.test-list {
  background: #F4F2EE;
  position: absolute;
  right: 0;
  top: -46px;
  padding: 12px 40px 16px 30px;
  border-radius: 30px 0px 0px 0px;
}
  #inner-vdo {
    padding: 30px;
    margin-bottom: -120px;
    margin-right: -50px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
#inner-vdo .nectar_video_lightbox.play_button {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0;
  display: inline-block;
  background: #ffffffbd;
  border-radius: 60px;
  border: none !important;
  left: 10em;
}
#why-us {
    padding-top: 30px !important;
}
#action-inner #touch-btn {
  background: #fff !important;
  color: #000 !important;
  font-size: 15px !important;;
  padding: 14px 19px 14px 19px !important;
  transition: all 0.5s !important;
  opacity: unset !important;
  line-height: 23px !important;
}
#main-footer a {
  color: #958F91;
  font-size: 11px !important;
  line-height: 19px !important;
}
.social-list {
  display: flex;
  gap: 20px;
  margin: 0;
}
#main-footer li {
  list-style: none;
  font-size: 11px;
  line-height: 19px;
  padding: 4px 0;
}
#services-boxed h3 {
  color: #fff;
  position: relative;
  font-size: 13px;
  line-height: 21px;
}

#about-us img {
    min-height: 560px;
    min-width: 390px;
}
	.abt-inner img {
    min-height: 430px !important;
}
.with-icon h5 {
  position: relative;
  color: #565656;
  left: 20px;
}
#why-us h2 {
  color: #001427;
  font-size: 30px;
  line-height: 38px;
}
nav ul li a {
    font-size: 15px !important;
    line-height: 23px !important;
    margin: 0 12px !important;
}
#why-us .row_col_wrap_12.col.span_12.dark.left {
  padding-left: 50px;
}
#white-boxes .vc_column-inner {
  padding: 20px;
  background: #fff;
  position: relative;
  min-width: unset !important;
  max-width: 95%;
}
.in-image {
    position: absolute;
    top: 30px;
    left: 70px;
}
.inner-service #blue-btn {
    position: absolute;
    top: 17em;
    left: 70px;
    background: transparent !important;
    font-family: 'Oswald';
}
.abt-inner .cld-list {
    background: #990000;
    position: absolute;
    bottom: 170px;
    left: 70px;
    padding: 12px 40px 12px 80px;
}
.expreice {
    font-size: 60px;
    line-height: 68px;
    font-weight: bold;
    font-family: 'Oswald';
}

.abt-inner h4 {
    font-size: 12px !important;
    line-height: 20px !important;
}
.in-image h6 {
    font-size: 30px;
    line-height: 38px;
    font-family: 'Oswald';
    font-weight: bold;
}

.men-blk {
    min-width: 480px;
    min-height: 480px;
}
#our-blogs .blog-recent .col {
    margin-bottom: 40px;
    border-bottom: 8px solid #000;
    transition: all 0.5s !important;
    background: #F2F5F9;
    padding: 10px;
    min-height: 445px;
}
    .contact-info-list {
        display: flex;
        gap: 40px;
        padding: 10px 20px 10px 70px;
        flex-direction: column;
    }
.contact-info-list strong {
    font-size: 23px;
    line-height: 31px;
    color: #1E1E1E;
}
.contact-info-list li {
    position: relative;
    font-size: 13px;
    line-height: 21px;
}

.contact-address:before {
    position: absolute;
    content: '\f3c5';
    left: -73px;
    right: 0;
    top: 0px;
    bottom: 0;
    font-family: 'FontAwesome';
    background: #001427;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    border-radius: 60px;
}
.contact-email:before {
  position: absolute;
  content: '\f0e0';
  left: -72px;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'FontAwesome';
  background: #001427;
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  border-radius: 60px;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 90px !important;
    }
.contact-phone:before {
    position: absolute;
    content: '\f095';
    left: -72px;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    background: #001427;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    border-radius: 60px;
}

div#main-banner {
    padding-top: 150px !important;
}

#services-hero .carousel-item {
}
.bnner-list {
    display: flex;
    gap: 10px;
    margin: 0;
}
#services-hero #blue-btn {
    padding: 12px 40px !important;
}

#services-hero .wpb_text_column.wpb_content_element {
    min-height: 160px;
}

#services-hero .img-blk {
    top: 170px;
    min-height: unset !important;
    width: 70px !important;
}



div#footer-outer {
    display: none;
}




div#main-footer {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#why-us {
    margin-bottom: unset !important;
}

div#header-outer.scrolled-down {
    background: transparent;
    backdrop-filter: blur(5px);
}

div#about-us {
    padding-top: 50px !important;
}

div#about-us .hover-wrap {
    padding-right: unset;
}

#services-hero .img-blk img {
    max-width: 40px;
}

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
	
	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
.form .row {
    padding: unset;
}	
.red-border {
    background: #F4F2EE;
    padding: 16px;
    border-left: 8px solid #990000;
}

h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

p {
    font-size: 12px;
    line-height: 20px;
}
.abt-list li {
    list-style: none;
    position: relative;
    padding: 7px 0px !important;
    color: #565656 !important;
    font-weight: 600;
    font-size: 11px;
    line-height: 19px;
}
.abt-list li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #fff;
    background: #990000;
    left: -25px;
    font-size: 12px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 7px;
    border-radius: 50px;
}
#services-hero h3 {
    transition: all 0.5s !important;
    color: #001427;
    font-size: 17px;
    line-height: 25px;
}
#services-hero .ser-three{
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 150px;
    z-index: 1;
    left: 20px;
    transition: all 0.5s !important;
    margin: unset;
}
#services-hero .ser-two {
    width: 23% !important;
    position: absolute;
    background: #fff;
   top: 132px;
    z-index: 1;
    left: 20px;
	 transition: all 0.5s !important;
}
#services-hero .ser-one {
    width: 23% !important;
    position: absolute;
    background: #fff;
    top: 132px;
    z-index: 1;
    left: 20px;
	 transition: all 0.5s !important;
}
#services-hero h5:before {
    position: absolute;
    content: '';
    left: 20.9em;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}
#testimonial-row h5:before {
    position: absolute;
    content: '';
    left: 21.5em;
    right: 0;
    top: 3px;
    bottom: 0;
    background-image: url(https://rollinsproductionmetals.com/wp-content/uploads/2025/05/text-icon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 19px;
}

#services-hero p {
    font-size: 12px;
    line-height: 20px;
}

.why-box h4 {
    font-size: 14px !important;
    line-height: 22px !important;
}
#inner-vdo h3 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
.bnner-list li {
  list-style: none;
  text-transform: uppercase;
  font-weight: 900;
  color: #E42727;
  font-size: 12px;
  line-height: 20px;
}
.red-box {
  position: unset;
  bottom: 0;
  right: 0;
  min-width: 270px !important;
  margin: unset;
}
.prof-img {
  position: absolute !important;
  bottom: 40px !important;
  left: -60px !important;
}
.test-list {
  background: #F4F2EE;
  position: absolute;
  right: 0;
  top: -46px;
  padding: 12px 40px 16px 30px;
  border-radius: 30px 0px 0px 0px;
}
  #inner-vdo {
    padding: 30px;
    margin-bottom: -20px;
    margin-right: 0;
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
#inner-vdo .nectar_video_lightbox.play_button {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0;
  display: inline-block;
  background: #ffffffbd;
  border-radius: 60px;
  border: none !important;
  left: 10em;
}
#why-us {
    padding-top: 30px !important;
}
#action-inner #touch-btn {
  background: #fff !important;
  color: #000 !important;
  font-size: 15px !important;;
  padding: 14px 19px 14px 19px !important;
  transition: all 0.5s !important;
  opacity: unset !important;
  line-height: 23px !important;
}
#main-footer a {
  color: #958F91;
  font-size: 11px !important;
  line-height: 19px !important;
}
.social-list {
  display: flex;
  gap: 20px;
  margin: 0;
}
#main-footer li {
  list-style: none;
  font-size: 11px;
  line-height: 19px;
  padding: 4px 0;
}
#services-boxed h3 {
  color: #fff;
  position: relative;
  font-size: 13px;
  line-height: 21px;
}

#about-us img {
    min-height: 250px;
    min-width: 100%;
    object-fit: cover;
}
	.abt-inner img {
    min-height: 430px !important;
}
.with-icon h5 {
  position: relative;
  color: #565656;
  left: 20px;
}
#why-us h2 {
  color: #001427;
  font-size: 30px;
  line-height: 38px;
}
nav ul li a {
    font-size: 15px !important;
    line-height: 23px !important;
    margin: 0 12px !important;
}
#why-us .row_col_wrap_12.col.span_12.dark.left {
  padding-left: unset;
}
#white-boxes .vc_column-inner {
  padding: 20px;
  background: #fff;
  position: relative;
  min-width: unset !important;
  max-width: 95%;
}
.in-image {
    position: absolute;
    top: 20px;
    left: 30px;
}
.inner-service #blue-btn {
    position: absolute;
    top: 17em;
    left: 70px;
    background: transparent !important;
    font-family: 'Oswald';
}
.abt-inner .cld-list {
    background: #990000;
    position: absolute;
    bottom: 170px;
    left: 70px;
    padding: 12px 40px 12px 80px;
}
.expreice {
    font-size: 60px;
    line-height: 68px;
    font-weight: bold;
    font-family: 'Oswald';
}

.abt-inner h4 {
    font-size: 12px !important;
    line-height: 20px !important;
}
.in-image h6 {
    font-size: 30px;
    line-height: 38px;
    font-family: 'Oswald';
    font-weight: bold;
}

.men-blk {
    min-width: unset;
    min-height: 330px;
    object-fit: cover;
}
#our-blogs .blog-recent .col {
    margin-bottom: 40px;
    border-bottom: 8px solid #000;
    transition: all 0.5s !important;
    background: #F2F5F9;
    padding: 10px;
    min-height: 445px;
}
    .contact-info-list {
        display: flex;
        gap: 40px;
        padding: 10px 20px 10px 50px;
        flex-direction: column;
    }
.contact-info-list strong {
    font-size: 23px;
    line-height: 31px;
    color: #1E1E1E;
}
.contact-info-list li {
    position: relative;
    font-size: 13px;
    line-height: 21px;
}


    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 90px !important;
    }
   ul.contact-info-list  li:before {
      width: 40px;
      height: 40px;
      color: #fff;
      font-size: 14px;
      border-radius: 60px;
      left: -60px;
    }



div#main-banner {
    padding-top: 150px !important;
    padding-bottom: 70px !important;
}

#services-hero .carousel-item {
}
.bnner-list {
    display: flex;
    gap: 10px;
    margin: 0;
    flex-wrap: wrap;
}
#services-hero #blue-btn {
    padding: 12px 40px !important;
}

#services-hero .wpb_text_column.wpb_content_element {
    min-height: 160px;
}

#services-hero .img-blk {
    top: 170px;
    min-height: unset !important;
    width: 70px !important;
}



div#footer-outer {
    display: none;
}




div#main-footer {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#why-us {
    margin-bottom: unset !important;
    padding: 20px;
}

div#header-outer.scrolled-down {
    background: transparent;
    backdrop-filter: blur(5px);
}

div#about-us {
    padding-top: 50px !important;
}

div#about-us .hover-wrap {
    padding-right: unset;
}

#services-hero .img-blk img {
    max-width: 40px;
}

h2 {
    font-size: 26px !important;
    line-height: 34px !important;
}	
	
}



