.et-db #et-boc .et-l .footer-border-top {
    border-top: 1px solid #3b9ac9;
}
.footer-icon-d-flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: normal;
}
.footer-icon-d-flex a {
    color: #fff;
    text-decoration: none;
	font-weight: 600;
}
.footer-icon-d-flex a:hover {
    color: #3bc99d;
}
.footer-icon-d-flex .et_pb_icon a span.et_pb_icon_wrap .et-pb-icon:hover {
    color: #3bc99d;
    transition: all 0.5s ease;
}
.copy-right-footer a {
    color: #fff;
    text-decoration: none;
}
.footer-first-row {
    display: flex;
    align-items: center;
}
.footer-logos-row {
    display: flex;
    align-items: flex-end;
}
.svg-icon-d-flex .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.difference-main-section {
    background-position: 0px 100%;
}
.difference-main-section .et_pb_row .et_pb_column {
    padding: 20px 0px;
}
.warehouse-img-col {
    position: relative;
}
.warehouse-img-col::before {
   content: '';
    position: absolute;
    top: -120px;
    right: 95px;
    background-image: url(images/big-arrow-top.png);
    height: 200px;
    width: 70px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.warehouse-main-section {
    position: relative;
}
.warehouse-main-section::after{
    content: '';
    position: absolute;
    bottom: -80px;
    left: 48%;
    transform: translateX(-48%);
    background-image: url(images/mini-arrow-bottom.png);
    height: 130px;
    width: 56px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.warehouse-main-section .warehouse-row{
	position: relative;
}
.warehouse-main-section .warehouse-row::before{
	content: '';
    position: absolute;
    top: 0px;
    right: 30px;
    background-image: url(images/mini-arrow-bottom.png);
    height: 100px;
    width: 60px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.main-baaner-section {
    position: relative;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(35, 31, 32, .5) 15%,rgba(0, 0, 0, 0) 45%),url(images/banner-background.jpg);
    background-size: auto, cover;
}
.main-baaner-section,
.cfo-services-baaner-section,
.manufacturing-hero,
.cfo-partners-baaner-section {
    position: relative;
    background-attachment: fixed;
    background-size: auto, cover;
}
.et-db #et-boc .et-l  .cfo-services-baaner-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(35, 31, 32, .5) 15%, rgba(0, 0, 0, 0) 45%), url(images/cfo-services-baaner.jpg);
}
.et-db #et-boc .et-l div.hero-banner-section.manufacturing-hero{
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(35, 31, 32, .5) 15%, rgba(0, 0, 0, 0) 45%), url(images/manufacturing-hero.jpg);
}
.et-db #et-boc .et-l  div.hero-banner-section.cfo-partners-baaner-section{
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(35, 31, 32, .5) 15%, rgba(0, 0, 0, 0) 45%), url(images/cfo-partners-banner.jpg);
}
.et-db #et-boc .et-l div.hero-banner-section.contact-banner-div{
    background-size: auto;
    background-color: #245b7c;
    width: 100%;
    justify-content: flex-end;	
    align-items: flex-start;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 100% 100px;
    background-image: url(images/contact-bg.png);
	background-attachment: scroll;
}
.contact-page-border-radius{
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.start_here_form .wpcf7-form-control-wrap #minimum_case_own_sunny {
    display: flex;
}
.start_here_form input::placeholder {
    color: #4B4B4B;
    font-weight: 400;
    font-weight: normal;
}
.start_here_form input[type="text"],
.start_here_form textarea,
.start_here_form select,
.start_here_form input[type="email"],
.start_here_form input[type="tel"],
.start_here_form .textbox {
    display: inline-block;
    background-color: #f5f8fa;
    height: 40px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    background: #f5f8fa;
}
.start_here_form input[type="text"]:focus,
.start_here_form textarea:focus,
.start_here_form select:focus,
.start_here_form input[type="email"]:focus,
.start_here_form input[type="tel"]:focus,
.start_here_form .textbox:focus {
    border: 1px solid #52a8eccc;
}
.footer-form .start_here_form td label {
    color: #ffffff;
}
.footer-form label span,
.start_here_form span {
    color: #ff0000;
}
.footer-form .submit_td p {
    padding-top: 25px;
}
.footer-form .submit_td p input{
    background-color: #245B7C;
    border-color: #245B7C;
    font-weight: 700;
}
.start_here_form input[type=radio] {
    appearance: none;
    border: 2px solid #CA9594;
    background-color: #F2F2F2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: normal;
    position: relative;
    cursor: pointer;
}
.start_here_form input[type=radio]:checked::after {
    content: "";
    background: #CA9594;
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
    position: absolute;
    border-radius: 50%;
}
.entry-content table.how-much-cost,
.entry-content table.how-much-cost tr td,
.entry-content table.start_here_form,
.entry-content table.start_here_form tr td {
    border: none;
    outline: none;
    margin-bottom: 0px;
}
.how-much-cost p {
    font-size: 20px;
}
.start_here_form td label.screen-reader-radio {
    font-size: 10px;
    color: #3A2A29;
    font-weight: 400;
    width: 60%;
    line-height: normal;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 10px;
}
body .start_here_form textarea {
    height: auto !important;
}
.start_here_form td {
    padding: 0px 15px 15px !important;
    vertical-align: top;
    position: relative;
}
.start_here_form td.radio-btn p {
    display: flex;
    align-items: center;
}
.start_here_form span.wpcf7-list-item-label {
    font-size: 12px;
    color: #000;
}
.start_here_form .wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.start_here_form .wpcf7-not-valid-tip {
    font-size: 14px;
    color:#790000;
    font-weight: normal;
}
.entry-content .start_here_form td.submit_td {
    padding-top: 20px !important;
    text-align: start;
}
.submit_td input {
    border-radius: 5px;
    border: 1px solid #245B7C;
    padding: 12px 24px !important;
    cursor: pointer;
    font-weight: 500;
    background: #245B7C;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}
select {
    cursor: pointer;
}
.sticky-form .StickyFormInner {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.sticky-form .Sticky-Title {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 10px 0;
    width: 170px;
}
.sticky-form .Sticky-Title h3 {
    font-size: 25px;
    padding-bottom: 0;
}
.sticky-form .Sticky-Title h3 span {
    color: #fff;
}
.sticky-form .StickyForm {
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
    position: relative;
    padding: 0 0px 0 16px;
}
.StickyForm span#errorTd {
    color: #fffefe;
    position: absolute;
    top: -10px;
}
.sticky-form {
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
    position: fixed;
    bottom: -90px;
    background: #EA002E;
    background-image: url(images/sticky-footerbg.png);
    background-repeat: no-repeat;
    padding: 15px 140px;
}
.sticky-form::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(images/sticky-footerbg.png);
    width: 160px;
    height: 100px;
}
.StickyForm table tr td {
    padding: 0px 5px;
    position: relative;
}
.StickyTable input[type="text"],
.StickyTable input.textbox {
    padding: 10px 12px;
    border: none;
    height: 37px;
    font-size: 16px;
    outline: none;
    width: 100%;
    margin: 0;
    color: #4B4B4B;
    z-index: 1;
    background: #FFF;
    box-sizing: border-box;
}
.sticky-form input.theme-btn {
    font-size: 18px;
    line-height: normal;
    border-radius: 5px;
    border: 2px solid #3392D2;
    background: #3392D2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 42px;
    text-align: center;
    display: block;
    margin-left: 15px;
    cursor: pointer;
    font-weight: normal;
}
.stickyform_bottom_popup {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 99999999 !important;
    cursor: pointer;
    width: 100%;
    overflow: auto;
    max-height: 90vh;
    max-width: 700px !important;
    position: fixed !important;
    margin: auto;
    padding: 35px 30px 35px 30px;
    background: #fff;
    border-radius: 10px;
}
.stickyform_bottom_popup input {
    font-size: 16px;
}
.stickyform_bottom_popup select {
    cursor: pointer;
}
.stickyform_bottom_popup .submit_td input {
    padding: 11px 60px;
}
.stickyform_bottom_popup .radio-btn p {
    margin-bottom: 15px;
}
.stickyform_bottom_popup td.radio-btn p {
    display: flex;
    align-items: center;
    justify-content: left; 
}
.stickyform_bottom_popup td {
    padding: 0px 5px 10px !important;
}
.stickyform_bottom_popup textarea {
    height: auto !important;
}
.b-close {
    float: right;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    background: none;
    right: 25px;
    top: 35px;
}
.b-close {
    float: right;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    background: none;
    right: 25px;
    top: 35px;
}
.b-close:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.b-close:after,
.b-close:before {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -3px;
    content: '';
    width: 70%;
    height: 3px;
    background: #245b7c;
    float: left;
    position: relative;
    clear: both;
}
.b-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
input.hs-input.error {
    border-color: #c87872;
}
.contact-form-div h5 {
    border-bottom: 1px solid #245b7c;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contact-form-div .start_here_form td.submit_td input {
    background: #245B7C;
    border-color: #245B7C;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
}
.start_here_form td label {
    color: #33475b;
    font-size: 14px;
}
.et-db #et-boc header.et-l .et_pb_menu_inner_container,
.et-db #et-boc header.et-l .et_pb_module,
.et-db #et-boc header.et-l .header-row,
.et-db #et-boc header.et-l .et_pb_column {
    position: unset;
}
.main_div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.boxs {
    width: calc(25% - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 2px rgba(35,31,32,0.1);
    transition: .5s transform ease-in-out;
}
.boxs:hover{
    transform: scale3d(1.2,1.2,1.2);
    transition: .5s transform ease-in-out;
}
.boxs a.first_link {
    font-size: 18px;
    font-weight: 600;
    color: #245b7c;
    text-align: left;
    line-height: 1.2;
    text-decoration: none;
    display: block;
    width: 100%;
}
.boxs span a {
    color: #0074db;
    text-decoration: none;
}
.boxs span {
    color: #404040;
    display: block;
    padding: 10px 0px;
}
.boxs button {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0px;
}
.boxs button a {
    font-size: 12px;
    color: #3b9ac9;
    font-weight: 500;
    margin-top: 16px;
    text-decoration: none;
    position: relative;
}
.boxs button a::before{
    content: '>';
    position: absolute;
    top: 50%;
    right: -15px;
    font-size: 16px;
    transform: translateY(-50%);
    color: #3bc99d;
    font-weight: 800;
}
.main_div .pagination{
    display: block;
    width: 100%;
}
.main_div .pagination a{
    color: #245b7c;
    font-size: 12px;
}
.main_div .pagination a:hover{
    color: #3bc99d;
}
.main_div .pagination span.current{
    color: #c9613b;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
}
.et-db #et-boc header.et-l .header-nav-col .et_pb_menu__wrap .mobile_nav .mobile_menu_bar:before{
    color: #fff;
    padding: 15px;
} 
header .header-nav-col .et_pb_menu__wrap .mobile_nav .mobile_menu_bar:hover::before{
    color: #3bc99d;
}
.et-db #et-boc header.stickyheader.et-l .header-nav-col .et_pb_menu__wrap .mobile_nav .mobile_menu_bar:before{
    color: #245b7c;
}
header.stickyheader .header-nav-col .et_pb_menu__wrap .mobile_nav .mobile_menu_bar:hover::before{
    color: #3bc99d;
}
.user_content_main_div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.user_main_div {
    width: 100%;
}
.user_main_div a {
    display: block;
}
.user_main_div .user_img img {
    background-color: rgba(147, 149, 152, 0.25);
    width: 100%;
    height: auto;
}
.user_main_div .user_img_contet a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    text-decoration: none;
    line-height: 2.2;
}
.user_main_div .user_img_contet a:empty{
    display: none;
}
.user_main_div .user_img_contet .user_img {
    width: 100%;
    height: 325px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.user_main_div .user_img_contet .user_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.user_main_div:hover a {
    color: rgb(1 208 130);
}
.heading_tag h3 {
    color: #404040;
    font-size: 24px;
    border-bottom: 1px solid #404040;
    padding-bottom: 8px;
}
.et-db #et-boc .et-l .main_structure h5 {
    font-weight: 600;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
}
.main_structure ul {
    padding: 0px;
    margin: 10px 0px 0px 0px;
}
.main_structure ul li {
    list-style: none;
    padding-bottom: 5px;
}
.main_structure ul li a {
    color: #231f20;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
.main_structure a:hover {
    color: #3bc99d;
}
.main_structure .left_side {
    width: calc(50% - 25px);
    padding: 20px 0px;
}
.main_structure .right_side {
   	width: calc(50% - 25px);
    padding: 20px 0px;
}
.main_structure {
	display: flex;
    flex-wrap: wrap;
	grid-gap: 25px;
}
.et-db #et-boc .et-l .fluid-width-video-wrapper {
    width: 100%;
    position: relative;
	padding-top: 55%;
	margin-bottom: 20px;
}
.testimonial{
    background-color: #3b9ac9;
}
.testimonial p{
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.testimonial h3{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    border-bottom: none;
    margin: 0px;
}
.testimonial .container{
    max-width: 1080px;
    margin: auto;
}
div.testimonials-section .testimonial div.container{
	max-width: 100%;
	width: 100%;
}

.testimonial .row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
	row-gap: 10px;
}
.testimonial h6{
    font-size: 16px;
    color: #fff;
    margin: 0px;
    padding: 10px 0;
    padding-bottom: 10px;
}
.video_text br{
    display: none;
}
.img-bottom-text ul{
    padding-left: 2.5rem;
}
.img-bottom-text ul li{
    font-size: 15px;
	list-style-type: disc;
}
body .accomplishments-list li{
    padding: 0px 0px 20px 15px;
}
body .details-content-section .et_pb_row:empty{
    display: none;
}
.text_main_div span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.text_main_div span.partner-title,
.text_main_div span.partner-title:hover{
	color: #3bc99d;
	font-size: 11px;
}
.text_main_div span:hover{
	color: #3bc99d;
}
.et-db #et-boc .et-l .text_main_div h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    margin-top: 0px;
    padding-bottom: 0px;
	line-height: 1.6;
}
.text_main_div p {
    color: #ffffff;
    font-size: 16px;
}
.text_main_div .btn_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.text_main_div .btn_div a.btn-class {
   	padding: 8px 15px 8px 15px;
    text-decoration: none;
    border-radius: 7px;
    background-color: #3bc99d;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.text_main_div .btn_div a.btn-class svg{
	margin-right: 5px;
	width: 24px;
    height: 18px;
}
.text_main_div .btn_div a.btn-class:hover{
    background-color: #c9613b;
}
.text_main_div .btn_div a.btn-class img{
    height: 24px;
    width: 24px;
    display: none;
    position: relative;
}
.text_main_div .btn_div a.linkedin{
	position: relative;
}
.text_main_div .btn_div img {
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin: 0px 5px;
}
.max-width-module h5{
    padding-bottom: 0px;
}
.text_main_div .btn_div .call_div {
    display: flex;
    align-items: center;
    color: #fff;
}
.text_main_div .btn_div .call_div > a svg{
	margin-right: 3px;
}
.text_main_div .btn_div .call_div a:last-child,
.text_main_div .btn_div .call_div a:nth-child(2){
	font-size: 24px;
}
.text_main_div .btn_div .call_div a{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
	padding-left: 10px;
	display: flex;
    align-items: center;
    grid-gap: 5px;
}
.text_main_div .btn_div .call_div a:last-child{
	padding-left: 5px;
}
.text_main_div .btn_div .call_div a:hover{
    color: #3bc99d;
}
.btn-group a.phone-btn{
    font-family: 'IBM Plex Sans';
    color: #ffffff;
    font-weight: 500;
    padding-left: 16px;
    border-left-width: none;
    border-left-style: solid;
    padding-right: 16px;
    border-left-color: #ffffff;
    font-size: 15px;
}
.et-db #et-boc header.et-l.stickyheader .btn-group a.phone-btn{
	color: #245b7c;
	border-left-color: #245b7c;
}
.btn-group a.phone-btn:hover{
    color: #3bc99d;
}
.btn-group a.popup-btn{
    padding: 14px 30px;
    background: #3bc99d;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #3bc99d;
    display: inline-block;
    color: #fff !important;
}
.btn-group{
    display: none;
}
.main_structure .left_side > ul li,
.documents-div > ul li{
	padding-left: 25px;
	position: relative;
}
.main_structure .left_side > ul li:before{
	position: absolute;
	content: " ";
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	background-image: url(images/file-text.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.documents-div > ul li:before{
	position: absolute;
	content: " ";
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	background-image: url(images/link.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
ul.footer-social-icon li a.icon:hover:before{
	background: #3bc99d;
	border-radius: 3px;
}
div.accomplishments-list div.et_pb_text_inner ul li{
	font-size: 15px;
}
div.accomplishments-list div.et_pb_text_inner ul li ul li{
	padding-bottom: 0px;
}
body.single-case-study div.case-study-banner div.case-study-heading span.title{
	position: relative;
	text-transform: uppercase;
	color: #3bc99d;
	font-weight: 600;
	font-size: 13px;
	padding-left: 25px;
}
body.single-case-study div.case-study-banner div.case-study-heading span.title .fa-newspaper:before{
	position: absolute;
	content: " ";
	top: 50%;	
	left: 0px;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-image: url(images/newspaper.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
section.testimonial div.first_part{
	border-bottom: 1px solid #ffffff39;
    padding-bottom: 15px;
	padding-top: 15px;
}
div.cfo-project-row div.serivics-text div.et_pb_text_inner h5{
	padding-bottom: 0px;
}
div.cfo-project-row div.serivics-text div.et_pb_text_inner p{
	padding-bottom: 25px;
}
.testimonials-section .container:before{
	display: none;
}
.resources-section .resources-module .main_structure{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	grid-row-gap: 10px;
}
.resources-section .resources-module .et_pb_text_inner .resources_col.video_div{
	grid-column: 1/3;
}
.et-db #et-boc .et-l .resources-section .resources-module .et_pb_text_inner .resources_col h5{
	font-size: 18px;
	color: #404040;
	font-weight: 600;
	margin-bottom: 0px;
}
.resources-module .resources_col ul{
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.et-db #et-boc .et-l .resources-section .resources-module .et_pb_text_inner .resources_col.resources_div ul li a,
.et-db #et-boc .et-l .resources-section .resources-module .et_pb_text_inner .resources_col.case_study_div ul li a,
.et-db #et-boc .et-l .resources-section .resources-module .et_pb_text_inner .resources_col.blog_div ul li a{
	position: relative;
	padding-left: 25px;
}
.et-db #et-boc .et-l .resources-section .resources-module .et_pb_text_inner .resources_col.resources_div ul li a:before{
	content: " ";
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(images/chain.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.et-db #et-boc .et-l .resources-section .resources-module .et_pb_text_inner .resources_col.case_study_div ul li a:before{
	content: " ";
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(images/file.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.et-db #et-boc .et-l .resources-section .resources-module .et_pb_text_inner .resources_col.blog_div ul li a:before{
	content: " ";
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(images/artical.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

div.left-side-col .resources_col{
	margin-bottom: 25px;
}
.et-db #et-boc .et-l .resources-section .resource-heading .et_pb_text_inner h3{
	color: #404040;
	font-size: 24px;
	font-weight: 700;
}
.resources-section .resources-module .et_pb_text_inner .resources_col ul li{
	line-height: 1.2;
	margin-bottom: 5px;
}
.resources-section .resources-module .et_pb_text_inner .resources_col ul li a{
	color: #231f20;
    font-size: 14px;
    font-weight: 500;
}
.et-db #et-boc .et-l .accomplishments-list .et_pb_text_inner h5{
	color: #245b7c;
    font-size: 18px;
    padding-bottom: 20px;
}
.et-db #et-boc .et-l .resources-section .resources-module .resources_col ul li a:hover{
	color: #3bc99d;
}
#main-content .testimonials-section section.testimonial .container{
	padding-top: 0px;
}





@media only screen and (min-width:1600px){
	.warehouse-main-section::before{
		right: 270px;
	}
}





@media only screen and (max-width:1230px) {
    htmlbody header div.header-section div.header-row div.header-nav div.et_pb_menu__menu > nav.et-menu-nav > ul.et-menu li a {
        padding: 0px 5px;
    }
}


@media only screen and (max-width:1180px) {
    .btn-group{
        display: block;
    }
    .mobile-menu-phone-link,
    .header-btn{
        display: none;
    }
    .et-db #et-boc .et-l div.header-section div.header-row div.header-nav-col{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .et-db #et-boc .et-l #mobile_menu1.et_mobile_menu {
        background-color: #231f20 !important;
    }
    .et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li a {
        line-height: normal;
        padding: 5px 0px;
        background-color: transparent;
        opacity: 1;
    }
    body .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
        color: #3bc99d !important;
    }
    .et-db #et-boc header.et-l .header-section .et_pb_row .header-nav-col .et_pb_menu_inner_container  .et_pb_menu__wrap .et_mobile_nav_menu{
        display: block;
    }
    .et-db #et-boc header.et-l .header-section .et_pb_row .header-nav-col .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu{
        display: none;
    }
    .et-db #et-boc header.et-l .header-section .et_pb_row .header-nav-col .et_pb_menu .et_mobile_menu {
        top: 100%;
        padding: 20px;
		border-top: 3px solid #245b7c;
    }
    header .header-section .et_pb_row .header-nav-col li{
        list-style: none;
        text-align: start;
    }
    .boxs {
        width: calc(33% - 25px);
    }
	.et-db #et-boc header.et-l .header-nav-col .et_pb_menu__wrap .mobile_nav .mobile_menu_bar:before{
		font-size: 50px;
		padding-right: 0px;
	}
	
}

@media only screen and (max-width:1024px){
	.user_main_div .user_img_contet .user_img{
		height: 280px;
	}
	
}




@media only screen and (max-width:980px) {
    .warehouse-main-section .warehouse-row::before {
        position: unset;
    }
    body .service-section .et_pb_column {
        width: 33.33%;
        margin-bottom: 0px;
    }
    .boxs {
        width: calc(33.33% - 25px);
    }   
    .about-us-section2{
        padding-bottom: 80px;
    }
    .start_here_form td {
        padding: 0px 15px 15px 0px !important;
    }
    div.hero-banner-section.manufacturing-hero {
        background-size: 100%;
    }
    .blog-list-section article{
        margin-bottom: 30px !important;  
    }
    div.blog-list-section div.blog-grid-col div.et_pb_salvattore_content div.column{
        grid-gap: 30px;
        grid-row-gap: 30px;
    }
    body div.blog-list-section div.blog-grid-col div.et_pb_salvattore_content div.column{
        /* grid-gap: 0px; */
        grid-row-gap: 0px;
    }
    .difference-main-section .et_pb_column,
    .et-db #et-boc footer.et-l .et_pb_column{
        margin-bottom: 0px;
		padding-bottom: 0px;
    }
	.container{
		width: 90%;
	}
	.main_structure .left_side,
	.main_structure .right_side{
		width: 100%;
	}
	.main_structure .left_side{
		padding-bottom: 0px;
	}
	.main_structure .right_side{
		padding-top: 0px;
	}
    .user_main_div {
        width: 100%;
    }
	.user_content_main_div{
		grid-template-columns: repeat(3, 1fr);
	}
	.et-db #et-boc header.et-l .header-section .et_pb_row .header-nav-col .et_pb_menu .et_mobile_menu{
		height: 100vh;
	}
	.resources-section .resources-module .main_structure{
		grid-template-columns: repeat(1, 1fr);
	}
	.resources-section .resources-module .et_pb_text_inner .resources_col.video_div{
		grid-column: auto;
	}
	.et-db #et-boc .et-l .resources-section .resources-module .et_pb_text_inner .resources_col.case_study_div ul li a:before{
		top: 50%;
		transform: translateY(-50%);
	}
	.testimonials-section section.testimonial{
		padding: 0px;
	}
}


@media only screen and (max-width:767px) {
    .btn-group{
        display: none;
    }
    .mobile-menu-phone-link,
    .header-btn{
        display: block;
    }
    .warehouse-img-col::before {
        display: none;
    }
    .difference-main-section .et_pb_row .et_pb_column {
        padding: 10px 0px;
    }
    .svg-icon-d-flex .et_pb_column {
        align-items: center;
    }
    .footer-first-row {
        display: block;
    }
    .footer-icon-d-flex {
        justify-content: start;
    }
    .footer-icon-d-flex .et_pb_icon {
        margin: 0px;
    }
    .entry-content table.start_here_form tr td {
        display: block;
        width: 100%;
        padding: 0px 0px 15px 0px !important;
    }
    body .start_here_form textarea {
        width: 100%;
    }
  
    .user_content_main_div {
        justify-content: center;
    }
    body .service-section .et_pb_column {
        width: 100%;
    }
    
    .main_structure .left_side {
        width: 100%;
    }
    .main_structure .right_side {
        width: 100%;
    }
    .main_structure ul li {
        padding-bottom: 10px;
        line-height: 1.3;
    }
    .main_structure {
        flex-wrap: wrap;
    }
	.text_main_div span {
		display: none;
	}
	.text_main_div span.partner-title{
		display: block;
	}
	.et-db #et-boc footer.et-l .et_pb_column{
		margin-bottom: 15px;
	}
	.text_main_div .btn_div a.btn-class{
		padding: 8px 13px 8px 13px;
	}
	.user_content_main_div{
		grid-template-columns: repeat(2, 1fr);
	}
	.et-db #et-boc .et-l div.case-study-heading{
		padding: 0px 40px;
	}
	
}


@media only screen and (max-width:550px){
	
    .footer-form table.start_here_form tr td {
        display: block;
        width: 100%;
        padding: 15px 0px 0px 0px !important;
    }
    .start_here_form td p {
        line-height: normal;
    }
    .start_here_form td label {
        padding-bottom: 5px;
        display: block;
    }
    .stickyform_bottom_popup {
        width: 90%;
    }
    .stickyform_bottom_popup form table.start_here_form tr td{
        display: block;
        width: 100%;
    }
    .boxs {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
   
    .user_main_div .user_img_contet a {
        text-align: center;
    }
	.user_main_div .user_img_contet .user_img{
		height: 250px;
	}
	.et-db #et-boc header.et-l .header-nav-col .et_pb_menu__wrap .mobile_nav .mobile_menu_bar:before{
		padding: 0px;
	}
	.et-db #et-boc .et-l div.case-study-heading{
		padding: 0px 20px;
	}
}


