/*
Theme Name: BONE SOLUTIONS LLC
Description: This is a custom child theme for Salient
Theme URI: https://bonesoln.com/
Author: ThemeNectar
Author URI: https://bonesoln.com/
Template: salient
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,h2,h3,h4,h5,h6,p,a,strong,span{
	 font-family: 'Montserrat', sans-serif !important;
}
h2 {
    color: #32323B;
    font-size: 40px !important;
    font-weight: 600;
    line-height: 1;
}
a.nectar-button.small.regular.accent-color.regular-button {
    color: #fff;
    padding: 15px 48px 15px 20px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0 !important;
    text-transform: uppercase;
}
html {
  scroll-behavior: smooth;
}
p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
a#logo img {
    margin: 0 !important;
    margin-top: -10px !important;
}
a.nectar-button.small.regular.accent-color.regular-button:after {
    content: '\f178';
    font-family: fontawesome !important;
    right: 17px;
    position: absolute;
    font-size: 21px;
    top: 15px;
}
#sec-04 a.nectar-button.small.regular.accent-color.regular-button {
    margin-bottom: 50px;
}
/* ========================================= */
#sec-02 {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
}
#sec-02 h6 {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}
#sec-02 .vc_col-sm-6:nth-child(2) {
    padding-left: 50px;
}
#sec-02 h2 {padding: 20px 0 20px 0px;line-height: 1.1;}
#sec-02 p {
    padding-top: 11px;
    padding-bottom: 10px;
}
#sec-01 h2 {
    float: right;
    width: 62%;
    font-weight: 500;
    text-align: end;
    line-height: 1.3;
    padding-top: 141px;
    font-size: 54px !important;
}
#sec-03 h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 30px;
}
#sec-03 {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}
#sec-03 .vc_col-sm-4 {
    margin: 0 auto;
    display: table;
    text-align: center;
    /* border-bottom: 1px solid #34415D; */
    /* border-right: 1px solid #34415D; */
}
#sec-03 .vc_col-sm-4 img {
    margin: 0 auto;
}
#sec-03 .vc_col-sm-4 h3 {
    color: #fff;
}
#sec-03 .vc_col-sm-4 p.tex {
    color: #fff;
    font-size: 16px;
    padding: 0 0 20px 0;
}
#sec-03 .vc_col-sm-4 h4 a {color: #fff;font-size: 17px;font-weight: 500;}
#sec-03 .vc_col-sm-4 h4 i {
    top: 0;
    right: -9px;
}
#sec-03 .vc_col-sm-4 h4 {
    padding-bottom: 40px;
}
/* ================================================ */
#sec-03  .owl-nav.disabled {
    display: block !important;
    margin: 15px 0px 30px;
    text-align: right;
}
#sec-03  .owl-nav.disabled button {
    border: 2px solid #c4262c;
    border-radius: 28px !important;
    width: 50px;
    height: 50px;
    margin: 0px 6px;
    padding: 0px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    top: 46%;
    right: -6%;
}
#sec-03  .owl-nav.disabled button span {
    display: none;
}
#sec-03  .owl-nav.disabled button.owl-prev:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    transition: all 0.3s linear;
    font-size: 25px;
    font-weight: 700;
}
#sec-03  .owl-nav.disabled button.owl-next:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    transition: all 0.3s linear;
    font-size: 25px;
    font-weight: 700;
}
#sec-03 .owl-dots {
    display: none;
}
#sec-03  .owl-nav.disabled button:hover, #sec-03 .owl-nav.disabled button.owl-prev:hover::before, #sec-03  .owl-nav.disabled button.owl-next:hover::before {
    background: #e02128;
    border-color: #e02128;
    color: #fff;
}
#sec-03  button.owl-prev {
    position: absolute !important;
    bottom: -13% !important;
}
#sec-03  button.owl-next {
    position: absolute !important;
    right: 101% !important;
}
/* ==================================================== */
#sec-04 .carousel-item {
    margin-right: 30px;
}
div#sec-04 {
    padding-top: 58px !important;
}
div#sec-04 h2 {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}
div#sec-04 .vc_col-sm-5 p {
    font-size: 15px;
    padding-right: 100px;
    padding-bottom: 20px;
}
#sec-04 .carousel-item p {
    width: 100%;
    text-align: left;
}
#sec-04 button.owl-prev span,button.owl-next span {
    display: none;
}
div#sec-04  .owl-dots {
    counter-reset:dots;
    margin-bottom: 70px;
}
div#sec-04  .owl-dot:before {
    counter-increment:dots;
    content: "0" counter(dots);
    border: 1px solid #000000;
    padding: 15px;
    margin-right: 20px;
    font-size: 18px;
    color: black;
}
div#sec-04 button.owl-dot.active span {
    display: none !important;
}
div#sec-04 button.owl-dot span {
    display: none !important;
}
#sec-04 button.owl-dot.active:before {
    background-color: #de2229;
    border: 1px solid #000;
    color: #fff;
}
#sec-04  .owl-nav.disabled {
    display: block !important;
    margin: 15px 0px 30px;
    text-align: right;
}
#sec-04  .owl-nav.disabled button {
    border: 2px solid #D8242B;
    border-radius: 0px !important;
    width: 80px;
    height: 40px;
    margin: 0px 6px;
    padding: 0px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    top: -10%;
    right: 10%;
}
div#sec-04 p {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 40px;
}
#sec-04  .owl-nav.disabled button.owl-prev:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #000;
    transition: all 0.3s linear;
    font-size: 25px;
    font-weight: 700;
}
#sec-04  .owl-nav.disabled button.owl-next:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    color: #000;
    transition: all 0.3s linear;
    font-size: 25px;
    font-weight: 700;
}
#sec-04  .owl-nav.disabled button:hover, #sec-04 .owl-nav.disabled button.owl-prev:hover::before, #sec-04  .owl-nav.disabled button.owl-next:hover::before {
    background: #D8242B;
    border-color: #D8242B;
    color: #fff;
}
#sec-04  button.owl-prev {
    position: absolute !important;
    right: 35%;
    bottom: -13% !important;
}
#sec-04  button.owl-next {
    position: absolute !important;
    right: 19% !important;
    bottom: -13% !important;
}
div#sec-05 {
    padding-top: 70px !important;
    margin-bottom: 80px;
}
div#sec-05 a.nectar-button.small.regular.accent-color.regular-button {
    float: right;
}
div#sec-05 h2 {
    padding-bottom: 50px;
}
div#sec-05 .vc_col-sm-6 .wpb_text_column.wpb_content_element {
    padding: 30px;
    border: 1px solid #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    width: 95%;
    margin: 0 auto;
    height: 714px;
}
div#sec-05 .vc_col-sm-6 .wpb_text_column.wpb_content_element img {
    margin: 0;
}
div#sec-05 .vc_col-sm-6 .wpb_text_column.wpb_content_element h3 {
    width: 60%;
    line-height: 1.3;
    padding-bottom: 8px;
    font-size: 26px;
}
div#sec-05 .vc_col-sm-6 .wpb_text_column.wpb_content_element h4 {
    float: right;
}
div#sec-05 .vc_col-sm-6 .wpb_text_column.wpb_content_element h4 i {
    top: 0;
    right: -5px;
}
/* ========================================= */
div#footer-working {
    padding-top: 70px !important;
}
div#footer-working h3 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 10px;
}
div#footer-working ul {
    margin: 0;
}
div#footer-working ul li {
    color: #fff;
    list-style: none;
    padding-bottom: 6px;
    font-size: 15px;
}
div#footer-working ul li a {
    color: #fff;
    font-size: 16px;
}
div#footer-working .divider {
    height: 0 !important;
    border: 1px solid #d8242b;
    margin-top: 20px;
    /* margin-bottom: 10px; */
}
div#last-work ul {
    margin: 0 !important;
    float: right;
}
div#last-work ul li {
    display: inline-block;
    margin-right: 11px;
    margin-top: -40px;
}
div#last-work h4 {
    float: left;
    position: relative;
    right: -40%;
    color: #fff;
    /* top: -6px; */
}
div#footer-working  .vc_col-sm-5 h3 {
    font-size: 18px;
    margin-top: 30px;
}
div#footer-working .vc_col-sm-5 input#esfpx_email_a36ae7cfd24c1 {
    border: 1px solid red;
    width: 70%;
    height: 55px;
    border-radius: 0 !important;
}
div#footer-working .vc_col-sm-5 input#esfpx_email_a36ae7cfd24c1::placeholder {
    color: #fff;
}
#footer-working input[type="submit"] {
    background-color: transparent !important;
    color: transparent !important;
    position: absolute;
    bottom: 6px;
    background-image: url(/wp-content/uploads/2023/12/Group-6793.png);
    background-repeat: no-repeat;
    padding: 0 !important;
    width: 18px;
    height: 20px;
    left: 60%;
    bottom: 25px;
} 
div#last-work p {
    color: #fff;
    font-weight: 500;
}
div#last-work ul li i {
    font-size: 21px;
    border: 1px solid #d8242b;
    padding: 10px;
    border-radius: 60px;
    background-color: #d8242b;
    width: 40px;
    height: 40px;
    padding-top: 10px;
}
#footer-working .vc_col-sm-2:nth-child(2) {
    position: relative;
    left: -4%;
}
#footer-working .vc_col-sm-3:nth-child(4) ul li i {
    font-size: 18px;
    width: 30px;
    height: 20px;
    float: left;
    padding-bottom: 30px;
    top: 6px;
    margin-right: 6px;
}
#footer-working .vc_col-sm-3 {
    padding: 0;
}
#footer-working .vc_col-sm-2:nth-child(3) {
    position: relative;
    left: -2%;
}
#footer-working .vc_col-sm-3 ul li {
    padding-bottom: 12px;
}
#footer-working .vc_col-sm-3 ul li a {font-size: 17px;}
#footer-working .vc_col-sm-3 ul li {
    padding-bottom: 20px;
}
div#footer-working ul li a:hover {
    color: #d8242b;
}
header#top {
    background-color: #101F40;
    height: 94px;
}
#header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 11px;
}
#header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
    display: none;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-101 >a:before {
    display:none;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li:hover >a:before,#header-outer[data-lhe="animated_underline"] #top nav >ul >li.current-menu-item >a:before {
    opacity: 1;
}
#header-outer[data-lhe=animated_underline] #top nav>ul>li>a:hover {
    color: #cc232c;
}
/* =============================================== */
body.post-template-default.single .post .content-inner {
    padding: 0;
}
body.material .comment-wrap {
    padding: 0 !important;
}
body[data-button-style*="slightly_rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a {pointer-events: none !important;}
#page-header-bg .subheader {
    position: absolute;
    right: 0;
    bottom: -201px;
}
#page-header-bg .subheader h3 {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
}
#page-header-bg .subheader h3 a {
    color: #ffffff;
    font-size: 17px;
    font-size: 16px;
    font-weight: 500;
}
#page-header-bg h1 {
    padding-left: 70px;
    font-size: 55px;
}

body.home.page-template-default.page.page-id-2 #sec-03 .row-bg.viewport-desktop.using-bg-color:before {
    content: '';
    border: 7px solid #5b555580;
    position: absolute;
    width: 100%;
}
body.home.page-template-default.page.page-id-2 #sec-03 .row-bg.viewport-desktop.using-bg-color:after {
    content: '';
    border: 7px solid #5b55556b;
    position: absolute;
    width: 100%;
    top: 11px;
}

 div#abo-1 .row-bg.viewport-desktop:before {
    content: '';
    border: 7px solid #5b555580;
    position: absolute;
    width: 100%;
}
div#abo-1 .row-bg.viewport-desktop:after {
    content: '';
    border: 7px solid #5b55556b;
    position: absolute;
    width: 100%;
    top: 11px;
}
 div#caiers .row-bg.viewport-desktop.using-bg-color:before {
    content: '';
    border: 7px solid #5b555580;
    position: absolute;
    width: 100%;
}
div#caiers .row-bg.viewport-desktop.using-bg-color:after {
    content: '';
    border: 7px solid #5b55556b;
    position: absolute;
    width: 100%;
    top: 11px;
}
 div#serwork .row-bg.viewport-desktop:before {
    content: '';
    border: 7px solid #5b555580;
    position: absolute;
    width: 100%;
}
div#serwork .row-bg.viewport-desktop:after {
    content: '';
    border: 7px solid #5b55556b;
    position: absolute;
    width: 100%;
    top: 11px;
}
div#procc .row-bg.viewport-desktop:before {
    content: '';
    border: 7px solid #5b555580;
    position: absolute;
    width: 100%;
}
div#procc .row-bg.viewport-desktop:after {
    content: '';
    border: 7px solid #5b55556b;
    position: absolute;
    width: 100%;
    top: 11px;
}

/* =============================================== */

/* =============================================== */

.sec-05-1 .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    padding: 30px;
    border: 1px solid #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    width: 100%;
    margin: 0 auto;
    height: 588px;
}
.sec-05-1 .vc_col-sm-4 .wpb_text_column.wpb_content_element img {
    margin: 0;
}
.sec-05-1 .vc_col-sm-4 .wpb_text_column.wpb_content_element h3 {
    width: 93%;
    line-height: 1.3;
    padding-bottom: 8px;
    font-size: 22px;
}
.sec-05-1 .vc_col-sm-4 .wpb_text_column.wpb_content_element h4 {
    float: right;
}
.sec-05-1 .vc_col-sm-4 .wpb_text_column.wpb_content_element h4 i {
    top: 0;
    right: -5px;
}
.sec-05-1 h2 {
    padding-bottom: 30px !important;
    
}
ul.controls {
    display: none !important;
}
div#abo-1 {
    padding-top: 60px !important;
}
div#abo-1 h2 {
    padding-bottom: 10px;
}
div#abo-2 {
    padding-top: 40px !important;
}
div#abo-2 h2 {
    padding-top: 40px;
    padding-bottom: 20px;
}
div#abo-2 img {
    width: 95%;
}
div#value img {
    width: 25%;
    margin: 0 auto;
    display: table;
    height: 70px;
    object-fit: scale-down;
}
div#value h2 {
    text-align: center;
    font-size: 26px !important;
    font-weight: 600;
    padding-bottom: 10px;
}
div#value .vc_col-sm-6 .wpb_text_column.wpb_content_element {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 30px;
    text-align: center;
    height: 280px;
    border: 1px solid white;
}
div#value {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#value p {
    font-size: 16px;
    line-height: 1.5;
}
div#value .vc_col-sm-6 .wpb_text_column.wpb_content_element:hover h2 {
    color: #d8242b;
    transition: 1s ease;
}
#footer-working img.img-with-animation.skip-lazy {
    width: 40%;
}
div#value .vc_col-sm-6 .wpb_text_column.wpb_content_element:hover {
    border: 1px solid #d8242b;
    transition: 1s ease;
}
div#abo-3 h3 {
    font-size: 30px;
    padding-bottom: 7px;
    font-weight: 600;
    color: #000;
}
div#abo-3 {
    padding-bottom: 40px !important;
}
div#abo-3 ul {
    margin: 20px 0 0px 0;
}
div#abo-3 ul li {
    font-size: 16px;
    padding-bottom: 30px;
}
div#abo-3 ul li strong {
    font-weight: 600;
    color: #000;
    font-size: 24px;
}
div#abo-3 ul li::marker {
    color: #101f40;
    font-size: 19px;
}
#header-outer .sf-menu li ul li a {
    font-size: 15px;
    color: #000;
    line-height: 1.3;
    font-weight: 500;
}
/* =============================================== */
div#value-1 img {
    width: 25%;
    margin: 0 auto;
    display: table;
    height: 70px;
    object-fit: scale-down;
}
div#value-1 h2 {
    text-align: center;
    font-size: 26px !important;
    font-weight: 600;
    padding-bottom: 10px;
}
div#value-1 .vc_col-sm-6 .wpb_text_column.wpb_content_element {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 30px;
    text-align: center;
    height: 330px;
    border: 1px solid white;
}
body.home.page-template-default.page.page-id-2 #sec-03 .vc_col-sm-4 img {
    filter: invert(1);
    width: 18%;
}
div#value-1 {padding-bottom: 30px !important;}
div#value-1 p {
    font-size: 16px;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
}
div#value-1 .vc_col-sm-6 .wpb_text_column.wpb_content_element:hover h2 {
    color: #d8242b;
    transition: 1s ease;
}
div#value-1 .vc_col-sm-6 .wpb_text_column.wpb_content_element:hover {
    border: 1px solid #d8242b;
    transition: 1s ease;
}
div#adhrer {
    padding-top: 20px;
    border-top: 2px solid #101f405e;
    margin-top: 50px !important;
}
div#adhrer .vc_col-sm-6:nth-child(2) {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    height: 270px;
    position: relative;
    left: -12%;
    background-color: #fff;
    margin-top: 90px;
    padding: 30px;
}
div#adhrer .vc_col-sm-6:nth-child(2) h2 {
    font-size: 38px !important;
    padding-bottom: 10px;
    line-height: 1.1;
}
div#proc {
    padding-top: 60px !important;
}
div#proc h2 {
    padding-bottom: 10px;
}
div#proc img {
    padding-top: 40px;
}
div#comp {
    /* padding-top: 22px !important; */
    /* padding-bottom: 40px !important; */
}
div#comp h2 {
    padding-bottom: 10px;
}
div#comp ul {
    margin: 0 0 0 20px;
}
div#comp ul li {
    font-size: 16px;
    color: #000;
    padding-bottom: 13px;
}
div#comp p {
    font-weight: 500;
    color: #000;
}
div#prsonn {
    padding-top: 70px !important;
}
div#prsonn h2 {
    font-size: 38px !important;
    width: 90%;
    line-height: 1.1;
    padding-bottom: 10px;
}
div#right {
    padding-top: 40px !important;
}
div#right img {
    width: 97%;
}
div#right h2 {
    font-size: 38px !important;
    width: 90%;
    line-height: 1.1;
    padding-bottom: 10px;
}
div#right ul {
    margin-left: 10px;
    margin-bottom: 13px;
}
div#right ul li {
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
}
div#adhrer-2 {
    padding-top: 20px;
    border-top: 2px solid #101f405e;
    margin-top: 50px !important;
    padding-top: 40px !important;
}
div#adhrer-2 .vc_col-sm-6:nth-child(1) {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    height: 270px;
    position: relative;
    left: 12%;
    background-color: #fff;
    margin-top: 90px;
    padding: 30px;
    z-index: 1;
}
div#adhrer-2 .vc_col-sm-6:nth-child(1) h2 {
    font-size: 38px !important;
    padding-bottom: 10px;
    line-height: 1.1;
}
div#comp h3 {
    color: #000;
    font-size: 22px;
    padding-bottom: 0px;
}
body.page-template-default.page.page-id-192 div#proc img {
    padding: 0;
}
body.page-template-default.page.page-id-136 div#comp {
    padding-top: 40px !important;
}
div#caiers img {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
    
}
div#choos-work {
    padding-top: 40px;
}
div#choos-work h2 {
    font-size: 30px !important;
    text-align: center;
    background-color: #101f40;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
}
div#choos-work p {
    text-align: center;
}
div#proc h3 {
    font-size: 25px;
    padding-bottom: 2px;
    color: #32323b;
}
/* ========================================= */
#bulk img {
    width: 25%;
    margin: 0 auto;
    display: table;
    height: 70px;
    object-fit: scale-down;
}
#bulk h2 {
    text-align: center;
    font-size: 26px !important;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 1.3;
    padding-top: 10px;
}
#bulk .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 21px;
    text-align: center;
    height: 346px;
    border: 1px solid white;
    margin-bottom: 20px;
}
#bulk {padding-bottom: 30px !important;}
#bulk p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.6;
}
#bulk .vc_col-sm-4 .wpb_text_column.wpb_content_element:hover h2 {
    color: #d8242b;
    transition: 1s ease;
}
#bulk .vc_col-sm-4 .wpb_text_column.wpb_content_element:hover {
    border: 1px solid #d8242b;
    transition: 1s ease;
}
#bulk {
    margin-top: 40px !important;
}
div#fuel-w .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    height: 270px !important;
}
/* ======================================================== */
body.page-template-default.page.page-id-230 #bulk .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    text-align: left;
}
body.page-template-default.page.page-id-230 #bulk .vc_col-sm-4 .wpb_text_column.wpb_content_element ul li {
    font-size: 14px;
    padding-bottom: 10px;
    color: #000;
}
body.page-template-default.page.page-id-230 #bulk .vc_col-sm-4 .wpb_text_column.wpb_content_element ul li::marker {
    color: #d8242b;
    font-size: 19px;
}
body.page-template-default.page.page-id-230 #bulk .wpb_text_column.wpb_content_element h3 {
    text-align: center !important;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
body.page-template-default.page.page-id-230 #bulk .wpb_text_column.wpb_content_element p {
    text-align: center;
    width: 60%;
    margin-bottom: 10px;
    font-size: 15px;
}
body.page-template-default.page.page-id-230 div#fuel-w .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    height: unset !important;
}
#sec-03 .vc_col-sm-4 .wpb_text_column.wpb_content_element:hover h4 a, #sec-03 .vc_col-sm-4 .wpb_text_column.wpb_content_element:hover h3 {
    color: #d8242b;
}
/* ======================================= */
#contact-work {
    padding-top: 60px !important;
}
#contact-work h2 {
    padding-bottom: 10px;
}
#contact-work p {
    padding-bottom: 0;
}
#contact-work input {
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    width: 80%;
}
#contact-work textarea {
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    height: 60px;
    margin-top: 10px;
    width: 80%;
}
#contact-work input::placeholder,#contact-work textarea::placeholder {
    color: #000;
    font-size: 16px;
}
#contact-work button#wpforms-submit-251 {
    color: #fff;
    padding: 15px 40px 15px 40px !important;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0 !important;
    background-color: #d8242b;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}
#contact-work div.wpforms-container-full .wpforms-form input:focus {border-bottom: 2px solid #d8242b !important;}
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
    font-size: 18px !important;
    font-weight: 500;
}
body.page-template-default.page.page-id-258 div#caiers img {
    width: unset;
}
body.page-template-default.page.page-id-258 div#caiers {
    padding-bottom: 40px !important;
}
#top nav ul .slide-out-widget-area-toggle a .lines:after, #top nav ul .slide-out-widget-area-toggle a .lines:before {
    background: #FFF !important;
}
#top .slide-out-widget-area-toggle a .lines-button:after {
    background: #fff !important;
}
div#uni .vc_col-sm-6 .wpb_text_column.wpb_content_element {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 30px;
    height: 280px;
    border: 1px solid red;
    margin-top: 30px;
}
div#uni .vc_col-sm-6 .wpb_text_column.wpb_content_element h3 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 10px;
}
div#uni .vc_col-sm-6 .wpb_text_column.wpb_content_element ul {
    margin: 0 auto;
    display: table;
}
div#uni .vc_col-sm-6 .wpb_text_column.wpb_content_element ul li {
    text-align: center;
    padding-bottom: 6px;
    list-style: none;
}
div#uni .vc_col-sm-6 .wpb_text_column.wpb_content_element ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
div#uni .vc_col-sm-6 .wpb_text_column.wpb_content_element ul li::marker {
    color: red;
}
div#uni .vc_col-sm-6 .wpb_text_column.wpb_content_element:hover {
    background-color: #d8242b;
    transition: 1s ease;
}
div#uni .vc_col-sm-6 .wpb_text_column.wpb_content_element:hover ul li a, div#uni .vc_col-sm-6 .wpb_text_column.wpb_content_element:hover h3,div#uni .vc_col-sm-6 .wpb_text_column.wpb_content_element:hover ul li::marker {
    color: #fff;
}
/* ================================================ */
div#uni-2 .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 30px;
    height: 319px;
    border: 1px solid red;
}
div#uni-2 .vc_col-sm-4 .wpb_text_column.wpb_content_element h3 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 10px;
}
div#uni-2 .vc_col-sm-4 .wpb_text_column.wpb_content_element ul {
    margin: 0 auto;
    display: table;
}
div#uni-2 .vc_col-sm-4 .wpb_text_column.wpb_content_element ul li {
    text-align: center;
    padding-bottom: 6px;
    list-style: none;
}
div#uni-2 .vc_col-sm-4 .wpb_text_column.wpb_content_element ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
div#uni-2 .vc_col-sm-4 .wpb_text_column.wpb_content_element ul li::marker {
    color: red;
}
div#uni-2 .vc_col-sm-4 .wpb_text_column.wpb_content_element:hover {
    background-color: #d8242b;
    transition: 1s ease;
}
div#uni-2 .vc_col-sm-4 .wpb_text_column.wpb_content_element:hover ul li a, div#uni-2 .vc_col-sm-4 .wpb_text_column.wpb_content_element:hover h3,div#uni-2 .vc_col-sm-4 .wpb_text_column.wpb_content_element:hover ul li::marker {
    color: #fff;
}
div#uni-2 {
    margin-top: 60px;
}
div#uni-2 iframe {
    float: right;
    width: 100%;
}
h4.service-all {
    text-align: center;
    padding-bottom: 0px;
    text-decoration: underline;
    color: white;
}
div#sec-03 .carousel-item img {
    width: 23%;
    margin: auto;
    filter: invert(1);{1}
}
div#sec-03 .tex {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
div#sec-03 h4 {
    text-align: center;
}
div#sec-03 h3 {
    color: #fff;
    text-align: center;
}
div#sec-03 a:hover {
    color: #fff;
}
div#sec-03 h3 {
    color: #fff;
}
div#sec-03 .carousel-item:hover h3, div#sec-03 .carousel-item:hover a {
    color:#d5242b;
}
div#sec-03 h4 a {
    color: white;
}

/* ===================================== */
/* ======================================= */
/* ================================responsive===================== */

@media (max-width: 767px) and (orientation:portrait){
h2 {
    font-size: 30px !important;
    padding: 0;
    margin: 0;
    text-align: center !important;
}
p {
    width:100% !important;
    text-align: center !important;
    font-size: 15px !important;
}
h3 {
    font-size: 20px !important;
    text-align: center;
}
#sec-01 h2 {
    width: 100%;
    font-size: 24px !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
}
div#sec-03 {
    padding-top: 36px !important;
}
div#sec-03 h2 {
    padding-bottom: 12px;
}
#sec-03 .vc_col-sm-4 {
    border: none;
}
div#sec-04 h2 {
    padding-top: 0 !important;
}
div#sec-04 {
    padding-top: 36px !important;
}
div#sec-04 .vc_col-sm-5 p {
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
}
a.nectar-button.small.regular.accent-color.regular-button {
    float: unset !important;
    margin: 0 auto;
    display: table;
    margin-bottom: 60px;
}
#sec-04 .owl-nav.disabled button {
    right: -10px;
    width: 14%;
}
#sec-04 .carousel-item h3 {
    float: unset;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    padding-bottom: 20px;
}
p.tex-1 {
    text-align: center !important;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
#sec-04 .carousel-item {
    margin: 0;
}
div#sec-05 h2 {
    padding-bottom: 0;
}
div#sec-05 {
    padding-top: 36px !important;
}
div#sec-05 a.nectar-button.small.regular.accent-color.regular-button {
    margin: 0 auto;
    display: table !important;
    float: unset !important;
    position: relative;
    left: 50%;
    margin-bottom: 20px;
}
div#sec-05 .vc_col-sm-6 .wpb_text_column.wpb_content_element {
    width: 100%;
    padding: 20px;
    height: auto !important;
}
div#sec-05 .vc_col-sm-6 .wpb_text_column.wpb_content_element h3 {
    width: 100%;
}
div#sec-05 .vc_col-sm-6 .wpb_text_column.wpb_content_element h4 {
    float: unset !important;
    text-align: center;
    font-size: 16px;
}
div#sec-05 {
    margin-bottom: 50px !important;
}
div#footer-working {
    padding-top: 36px !important;
}
div#footer-working img {
    margin: 0 auto;
}
div#footer-working .vc_col-sm-5 input#esfpx_email_a36ae7cfd24c1 {
    width: 70%;
    margin: 0 auto;
    display: table;
}
#footer-working input[type="submit"] {
    left: 70%;
}
div#footer-working h3 {
    text-align: center;
}
#footer-working .vc_col-sm-2:nth-child(2) {
    position: unset !important;
    width: 100%;
}
#footer-working .vc_col-sm-2:nth-child(3) {
    position: unset;
    width: 100%;
}
ul li a {
    font-size: 14px !important;
    text-align: center !important;
}
div#footer-working ul li {
    text-align: center;
}
	#footer-working .vc_col-sm-3 ul li {padding-bottom: 10px;}
#footer-working .vc_col-sm-3:nth-child(4) ul li i {
    margin: 0;
    height: 0;
}
div#last-work p {
    font-size: 15px !important;
    line-height: 1.3;
}
div#last-work h4 {
    position: unset;
    text-align: center !important;
    width: 100%;
}
div#last-work ul {
    float: unset;
    width: 100%;
    margin: 0 auto;
    display: table;
}
div#last-work ul li {
    margin: 0 auto;
    display: table;
    display: inline-block;
    position: relative;
    left: 25%;
    margin-right: 20px;
}
div#last-work {
    padding-bottom: 37px !important;
}
div#last-work ul li i {
    width: 35px;
    height: 35px;
    font-size: 17px;
    padding: 9px;
}
	header#top {
    padding: 10px;
    margin: 0 !important;
}
.off-canvas-menu-container.mobile-only {
    display: none !important;
}
div#value .vc_col-sm-6 .wpb_text_column.wpb_content_element {
    height: unset;
    padding: 20px;
}
div#abo-1 {
    padding-top: 36px !important;
}
div#abo-2 h2 {
    padding-top: 12px;
}
div#abo-3 h2 {
    padding-bottom: 20px;
}
div#abo-3 ul li strong {
    font-size: 19px;
    text-align: center;
}
div#abo-3 ul li {
    text-align: center;
}
ul li {
    font-size: 15px !important;
}
    div#abo-2 img {
    width: 100%;
}

div#value {
    padding-top: 36px !important;
    padding-bottom: 30px !important;
}
	div#value-1 .vc_col-sm-6 .wpb_text_column.wpb_content_element {
    height: unset;
    padding: 20px;
}
div#value-1 h2 {
    font-size: 20px !important;
}
	#page-header-bg[data-bg-pos=center] .page-header-bg-image {
    height: 181px;
}
#page-header-bg h1 {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}
#page-header-bg .subheader {
    position: inherit;
}
#page-header-bg .subheader h3 {
    font-size: 15px !important;
}
#page-header-bg .subheader h3 a {
    font-size: 15px !important;
}
div#value-1 h4 {
    font-size: 16px !important;
}
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-129 {}

ul.sub-menu li a {
    text-align: left !important;
}
body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
    font-size: 15px !important;
}
	div#proc {
    padding-top: 36px !important;
}
div#proc h2 {
    font-size: 20px !important;
    line-height: 1.3;
}
div#proc img {
    padding-top: 0;
}
div#adhrer {
    margin: 0 !important;
    padding: 23px 0 !important;
}
div#adhrer .vc_col-sm-6:nth-child(2) {
    position: unset;
    height: unset;
    margin-top: 30px !important;
    padding: 20px !important;
}
div#adhrer .vc_col-sm-6:nth-child(2) h2 {
    font-size: 25px !important;
}
body.page-template-default.page.page-id-136 div#comp {
    padding-top: 20px !important;
}
div#comp h2 {
    font-size: 25px !important;
}
div#comp ul li {
    text-align: center;
    font-size: 15px !important;
}
body.page-template-default.page.page-id-136 div#comp {
    padding: 0 0 16px 0px !important;
}
div#prsonn h2 {
    width: 100%;
    font-size: 25px !important;
}
div#prsonn {
    padding-top: 35px !important;
}
div#right img {
    width: 100%;
}
div#right h2 {
    font-size: 25px !important;
    width: 100%;
}
div#right ul li {
    text-align: center;
}
div#adhrer-2 .vc_col-sm-6:nth-child(1) {
    position: unset;
    margin: 0;
    height: unset;
    margin-bottom: 40px;
}
div#adhrer-2 .vc_col-sm-6:nth-child(1) h2 {
    font-size: 25px !important;
}
	div#right {
    padding-top: 20px !important;
}

div#adhrer-2 {
    margin: 30px 0 !important;
}
	div#proc h3 {
    line-height: 1.3;
}
div#choos-work {
    padding-top: 20px;
}
	div#choos-work h2 {
    padding: 5px;
    font-size: 25px !important;
}
	#bulk .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    height: unset;
}
div#fuel-w .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    height: unset !important;
}
#bulk h2 {
    font-size: 20px !important;
}
	#bulk {
    margin-top: 20px !important;
}
body.page-template-default.page.page-id-230 #bulk .wpb_text_column.wpb_content_element h3 {
    line-height: 1.3;
    padding: 0 !important;
}
body.page-template-default.page.page-id-230 #bulk .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    text-align: center;
}
#contact-work input {
    width: 100%;
}
#contact-work textarea {
    width: 100%;
}
#contact-work button#wpforms-submit-251 {
    margin: 0 auto;
    display: table;
}
	div#uni-2 .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    height: 270px;
}
div#uni .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    height: 270px;
    margin: 0;
}
body.page-template-default.page.page-id-248 div#contact-work {
    padding: 0 !important;
}
body.home.page-template-default.page.page-id-2 #sec-03 .row-bg.viewport-desktop.using-bg-color:before {
   display:none;
}
body.home.page-template-default.page.page-id-2 #sec-03 .row-bg.viewport-desktop.using-bg-color:after {
    display:none;
}
 #sec-03 .owl-nav.disabled button {
    top: 40px;
    right: 0;
}
#sec-03 button.owl-next {
    right: 81% !important;
}
}
