/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/


/*grow Effect*/
.grow-effect figure {
    overflow: hidden;
}

.grow-effect img {
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.grow-effect:hover img {
    /*-moz-transition: -moz-transform 1s;*/
    /*-o-transition: -o-transform 1s;*/
    /*-webkit-transition: -webkit-transform 1s;*/
    /*transition: transform 1s;*/
    transform: scale(1.05);
}

/***********Side Contact New Xiao Chen****************/
a.floating-button {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 240px;
    right: 30px;
    font-size: 20px;
    background-color: rgba(37, 211, 102, 1);
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    z-index: 1000;
    animation: pulsess 3s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.floating-button_phone {
    bottom: 160px;
    background-color: rgba(220, 16, 16, 1);
}

a.floating-button_mail {
    bottom: 80px;
    background-color: rgba(0, 114, 198, 1);
}

a.floating-button_fb {
    bottom: 320px;
    background-color: rgba(53, 120, 229, 1);
}

a.floating-button:hover {
    color: #fff;
    background-color: rgba(37, 211, 102, .45);
    animation-play-state: paused;
}
a.floating-button_phone:hover {
    background-color: rgba(220, 16, 16, .45);
}

a.floating-button_mail:hover {
    background-color: rgba(0, 114, 198, .45);
}

a.floating-button_fb:hover {
    background-color: rgba(53, 120, 229, 0.45);
}

@keyframes pulsess {
  0% {
    box-shadow: 0 0 0 0 rgba(0,0,0, .3);
  }
  30% {
    box-shadow: 0 0 0 10px rgba(0,0,0, 0.1);
  }
  50% {
    box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
  80% {
    box-shadow: 0 0 0 10px rgba(0,0,0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}



@media only screen and (max-width: 768px) {
    #side-contact{
        padding:15px;
        background:#fff;
        display:flex;
        flex-direction:row;
        justify-content:center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index:9999999999;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    
    #side-contact a.floating-button{
        position:initial;
        display: block;
        margin:0 15px;
        width: 45px;
        height: 45px;
        /*line-height: 35px;*/
        display:flex;
        flex-direction:row;
        justify-content:center;
        align-items:center;
        /*font-size: 20px;*/
    }
    
    /*this is testing using javascript*/
    #side-contact.initial{
        /*position:unset;*/
        bottom:-100%;
    }
}

html,body{
  scroll-behavior: smooth;
}


/*Overall*/
html{
    position: relative;
    height: 100%;
    overflow-x: hidden;
}


@media only screen and (max-width: 768px) {

    body{
        <!-- position: relative; -->
        /*height:100%;*/
        overflow-x: hidden;
    }
}

.preloader{display:none !important}
.sydney-hero-area{display:none !important}

.desktop-view{display:block;}
.mobile-view{display:none !important;}

@media only screen and (max-width: 768px) {
    .desktop-view{display:none !important;}
    .mobile-view{display:block !important;}
}

body > *{
  line-height:1.3;
}

h1, h2, h3, h4, h5, h6{
    margin-top:0 !important;
    color:#000;
}

.page .entry-header{display:none;}
.entry-footer{display:none;}

.single .entry-header{display:none;}

.page #content.page-wrap .content-wrapper, 
.single #content.page-wrap .content-wrapper,
.woocommerce #content.page-wrap .content-wrapper{
    padding-top:0;
    padding-bottom:0;
}

.content-wrapper .content-area .hentry{
    padding-bottom:0;
    padding-top:0;
}

/*input field*/
:focus {
    outline: none !important;
}

/*go top*/
.go-top {z-index: 9999999999;}

.entry-content > * {margin-bottom: 0;}

#colophon .sydney-credits {
    text-align: center;
    font-size: 13px;
}

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

ul li,
ol li{
    margin-bottom:13px;
    position:relative;
}

/*menu*/
#mainnav ul li:last-child {
    padding-right: 0 !important;
}

#mainnav ul.menu > li {
    padding: 0 20px;
}

#mainnav ul li {margin-bottom: 0;}

#mainnav ul.menu > li > a {
    color: #000 !important;
    font-weight: 400;
    font-size: 16px;
}

#mainnav ul.menu > li.current-menu-item > a, #mainnav ul.menu > li.current-menu-ancestor > a, 
#mainnav ul.menu > li.current-page-ancestor > a, #mainnav ul.menu > li.current_page_parent > a {
    color: #cb1f7b !important;
}

#sidebar-footer ul.menu li.menu-item a, #sidebar-footer .sidebar-column:nth-child(3) .widget_text p {
    color: #333333;
}

#sidebar-footer ul.menu li.current-menu-item a, #sidebar-footer ul.menu li.menu-item a:hover {
    color: #ff0000;
}

#sidebar-footer ul.menu li.menu-item {
    padding: 0;
}

#mainnav ul.menu > li > ul.sub-menu li a {
    text-align: center;
    line-height: 1.2;
    color: #000;
    font-size: 16px;
}

#mainnav ul.menu > li > ul.sub-menu li.current-menu-item a, #mainnav ul.menu > li > ul.sub-menu li:hover a {
    color: #cb1f7b;
}

#mainnav ul.menu > li:hover > a {
    color: #cb1f7b !important;
}

#mainnav ul.menu > li > ul.sub-menu,
#mainnav ul.menu > li:hover > ul.sub-menu{
    left:50% !important;
    transform:translateX(-50%) !important;
}

#mainnav ul.menu > li > ul.sub-menu li {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

#mainnav ul.menu > li > ul.sub-menu li:after{
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:calc(100% - 40px);
    height:px;
    border-bottom:1px solid #767676;
    display:block !important;
}

#mainnav ul.menu > li > ul.sub-menu li:last-child:after{
    display:none !important;
}

#masthead .header-col.header-elements, #mainnav .dropdown-symbol {
    display: none;
}

#masthead .site-header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*<!-- full width row padding -->*/
.full-width-left-row .wpb_column:nth-child(1) {
   padding-left: calc((100% - 1140px)/2); 
}

.full-width-right-row .wpb_column:nth-child(2) {
    padding-right: calc((100% - 1140px)/2); 
}

@media only screen and (max-width: 1199px){
    .full-width-left-row .wpb_column:nth-child(1)  {
       padding-left: calc((100% - 940px)/2);
    }
    
    .full-width-right-row .wpb_column:nth-child(2)  {
       padding-right: calc((100% - 940px)/2);
    }
}

@media only screen and (max-width: 991px){
    .full-width-left-row .wpb_column:nth-child(1)  {
        padding-left: calc((100% - 710px)/2);
    }
    .full-width-right-row .wpb_column:nth-child(2)  {
       padding-right: calc((100% - 710px)/2);
    }
}

@media only screen and (max-width: 767px){
    .full-width-left-row .wpb_column:nth-child(1) { 
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    
    .full-width-right-row .wpb_column:nth-child(2) { 
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

}

/*button*/
.readmore .vc_general.vc_btn3 {
	padding: 0;
	padding-right: 12px;
	background-image: none !important;
	font-weight: 400;
	font-size: 14px;
	text-transform:initial;
	border:none !important;
	background-color: transparent !important; 
	color: #fff !important;
	line-height:1;
	position:relative;
	display: inline-block;
    transition: all .1s ease-in-out;
}

.readmore .vc_general.vc_btn3:before,
.readmore .vc_general.vc_btn3:after {
    position: absolute;
    right: 0;
    line-height: 16px;
    font-size: 14px;
    transition: all .1s ease-in-out;
 
}

.readmore .vc_general.vc_btn3:before, .woocommerce ul.products li.product .button:before {
    content: '-';
}

.readmore .vc_general.vc_btn3:after {
    content: '>';
    right: 0;
    opacity: 0;
}

.readmore .vc_general.vc_btn3:hover:after{
    opacity: 1;
    right: -8px;
}

.readmore.green .vc_general.vc_btn3 {
    background-color: #00d40e !important;
    color: #fff !important;
    padding: 13px 25px;
}

.readmore.green .vc_general.vc_btn3:before,
.readmore.green .vc_general.vc_btn3:after {
    display: none;
}

.readmore.green .vc_general.vc_btn3 i.fab.fa-whatsapp {
    font-size: 20px;
}

.readmore.green .vc_general.vc_btn3:hover {
    background-color: #214880 !important;
}

.readmore.pink .vc_general.vc_btn3 {
    color: #cb1f7b !important;
}

/*home-page*/
.home-banner-section {
    padding-top: 0 !important;
    overflow: visible !important;
}
.home-banner rs-fullwidth-wrap  * {
    overflow: visible !important;
}

rs-module-wrap#rev_slider_1_1_wrapper rs-module#rev_slider_1_1 rs-slides > rs-slide > rs-layer-wrap.rs-parallax-wrap:nth-child(2) {
    mix-blend-mode: multiply;
}
.span-title {
    font-size: 35px;
}

.span-title strong {
    font-weight: 600;
}

.white-text {color: #fff;}

.home-about-row {
    position: relative;
    overflow: visible !important;
}
.home-about-row .wpb_text_column.span-title {
    position: absolute;
    top: 20%;
    color: #fff;
    right: 50%;
    transform: translateX(50%);
}

.home-about-row .top-image {
    width: 90%;
    margin-left: auto;
}

.home-about-row .top-image img {
    max-height: 430px;
    object-fit:cover;
}

.home-about-row .about-inner-row {
    position: absolute;
    bottom: -80px;
    right: 15px;
    z-index: 9;
    left: 0;
}

.home-about-row > .wpb_column .vc_row.wpb_row.vc_inner > .wpb_column > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.home-about-row .about-inner-row .wpb_column:first-child {
    position: relative;
    padding: 65px 120px 35px 35px;
    background-color: #214880;
    border-top-right-radius: 130px;
}

.home-about-row .about-inner-row .wpb_column:first-child .wpb_text_column a {
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.home-about-row .about-inner-row > .wpb_column:first-child:before {
    content: '';
    position: absolute;
    background-color: #214880;
    right: 0%;
    width: 9999px;
    height: 100%;
    top: 0;
    z-index: -1;
    border-top-right-radius: 130px;
}


.gap-left {
    padding: 85px 120px 35px;
    padding-left: calc((100% - 1140px)/2) !important;
    background-color: #214880;
    border-top-right-radius: 130px;
}

.home-about-row .about-inner-row .small-image {
    margin-bottom: 0;
}

.home-about-row .about-inner-row .small-image img {
    max-height: 250px;
    object-fit: cover;
}

.home-about-row .about-inner-row .wpb_column:last-child{
    padding-top: 65px;
}

.vc_section.home-section-2 {
    padding-top: 9em !important;
    background-position: bottom !important;
}

.strength-icon-row .wpb_single_image,
.grid-col .wpb_single_image {
    margin-bottom: 25px;
}

.strength-icon-row .wpb_single_image img,
.grid-col .wpb_single_image img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

.strength-icon-row .wpb_text_column {width: 80%;}

.strength-icon-row {
    margin-bottom: 45px;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.home-service-row .wpb_text_column {
    font-size: 18px;
}

.home-service-row .wpb_single_image {
    margin-bottom: 25px;
}

.hover-color {
    position: relative;
}

.hover-color:before {
    content: '';
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.home-service-row .wpb_single_image:before {
    background-color: rgba(0,0,0,0.7);
}

.home-service-row .wpb_text_column {
    font-size: 20px;
}

.home-service-row .readmore {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: 9;
}

.home-service-row .wpb_column:hover .readmore {
    top: 40%;
}

.home-service-row .wpb_column:hover .readmore,
.home-service-row .wpb_column:hover .wpb_single_image:before {
    opacity: 1;
}

.home-our-product {
    padding-top: 50px;
    padding-bottom: 35px;
}

.facility-section,
.home-facility-row1, .home-facility-row2 {
    overflow: visible !important;
}

.home-facility-row1 .wpb_column:first-child {
    position: relative;
    z-index: 1;
    height: 400px;
}

.home-facility-row1 .wpb_column:last-child {
    z-index: 0;
    position: absolute;
    right: 65px;
}

.home-facility-row1 .wpb_column .wpb_single_image img {
    margin-top: 65px;
    max-height: 350px;
    object-fit: cover;
}

.home-facility-row1 .span-title {
    margin-bottom: 15px;
}

.home-facility-row2 {
    position: relative;
    margin-top: -8em;
    z-index: 9;
    margin-bottom: 15px;
}

/*.home-facility-row2 {*/
/*    position: absolute;*/
/*    top: calc(100% - 130px);*/
/*    left: calc((100% - 1140px)/2);*/
/*    right: calc((100% - 1140px)/2);*/
/*}*/

.home-facility-row2 .wpb_column > .vc_column-inner {
    padding: 0 !important;
}

.home-facility-row2 .wpb_single_image img {
    max-height: 330px;
    object-fit: cover;
}

.home-facility-row2 .wpb_column:last-child .wpb_single_image {
    margin-top: 100px;
}

.home-facility-row2 .content-link  {
    padding: 0 15px;
}

.home-facility-row2 .content-link .vc_custom_heading, .facility-automation .content-link .vc_custom_heading {
    margin-bottom: 25px !important;
}

.home-facility-row2 .content-link ul,
.facility-automation .content-link ul {
    padding-left: 15px;
}

.home-facility-row2 .content-link ul li, 
.facility-automation .content-link ul li {
    margin-bottom:20px;
}

.home-facility-row2 .content-link ul li a,
.facility-automation .content-link ul li a {
    color: #1a1a1a;
}

.home-facility-row2 .content-link ul li a:hover,
.facility-automation .content-link ul li a:hover {
    color: #cb1f7b;
}

.home-facility-row2 .content-link .col-break ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.facility-automation > .wpb_column > .vc_column-inner {
    padding: 0;
}

.facility-automation > .wpb_column:first-child {
    padding-right: 35px;
}

.facility-automation > .wpb_column:last-child {
    padding-left: 35px;
} 


.facility-automation {
    margin-bottom: 75px;
}

/*.home-career-contact {*/
/*    margin-top: calc(50% + 80px);*/
/*}*/

.home-career-contact .wpb_single_image {
    position: relative;
    margin-bottom: 0;
}

.home-career-contact .wpb_column:last-child .hover-color:before {
    background-color: rgba(33,72,128,0.63);
    opacity: 1;
    visibility: visible;
}

.home-career-contact .span-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
}

.home-career-contact .span-title a {
    color: #fff !important;
}

.home-career-contact .wpb_single_image img {
    max-height: 350px;
    object-fit: cover;
}


.home-career-contact .wpb_single_image {
    position: relative;
    overflow: hidden;
}
    

.home-career-contact .wpb_single_image:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}
.home-career-contact .wpb_wrapper:hover .wpb_single_image:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.home-career-contact .wpb_single_image:after {
  opacity: 0;
}


/*about page*/
.all-banner {
    margin-bottom: 100px;
}

.about-company-section {
    margin-top: 14em !important;
}

.about-company-section .move-up-row {
    overflow: visible !important;
    padding-top: 0;
}

.about-company-section .move-up-row .gap-left.vc_col-sm-7 {
    z-index: 3;
    position: relative;
    padding-right: 8em;
}

.about-company-section .move-up-row .wpb_column.vc_col-sm-5 {
    width: 48%;
    position: absolute;
    right: 0;
    z-index: 1;
    top: -75%;
}

.about-company-section .move-up-row .wpb_column .wpb_single_image {
    margin-bottom: 0;
}

.about-company-section .move-up-row .wpb_column .wpb_single_image img {
    max-height: 560px;
    object-fit: cover;
    object-position: 100% 25%;
}

.about-company-section .move-up-row .wpb_single_image * {
    width: 100%;
}

.about-company-section2 {
    padding-top: 100px !important;
}

.about-company-section2 .strength-icon-row .wpb_text_column {
    width: 100%;
}

.about-company-section2 .strength-icon-row {
    margin-bottom: 85px;
}

.about-company-section2 .strength-icon-row > .wpb_column .vc_column-inner {
    transition: transform .3s linear;   
}

.about-company-section2 .strength-icon-row > .wpb_column:hover .vc_column-inner,
.grid-main-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .grid-col:hover .vc_column-inner {
    background-color: #fff !important;
    border: 1px solid #d3d3d3;
}

.grid-main-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 15px;
}

.grid-main-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .grid-col:nth-child(1) {grid-area: 1 / 1 / 2 / 3;}
.grid-main-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .grid-col:nth-child(2) {grid-area: 1 / 3 / 2 / 5;}
.grid-main-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .grid-col:nth-child(3) {grid-area: 1 / 5 / 2 / 7;}
.grid-main-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .grid-col:nth-child(4) {grid-area: 2 / 1 / 3 / 4;}
.grid-main-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .grid-col:nth-child(5) {grid-area: 2 / 4 / 3 / 7;}


.grid-main-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .grid-col {
    background-color: #e7e7e8;
    margin-left: 0;
    margin-right: 0;
}

.grid-main-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .grid-col .vc_column-inner {
    padding-top: 35px;
}

.about-vision-row .wpb_column:first-child {
    background-image: url('https://www.creative-pe.com/wp-content/uploads/2022/09/vision-mission-1.png');
}

.about-vision-row .wpb_column:last-child {
    background-color: #4d4d4d;
}

.about-vision-row .wpb_single_image {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0;
}

.about-vision-row .wpb_single_image img {
    max-height: 50px;
    width: 50px;
    object-fit: contain;
}

.about-vision-row .wpb_singleimage_heading {
    font-size: 25px;
    color: #fff;
    margin-top: 15px !important;
}

.about-vision-row .wpb_text_column {
    color: #fff;
}

.about-vision-row > .wpb_column {
    padding: 100px 70px 65px;
}

.about-vision-row > .wpb_column > .vc_column-inner > .wpb_wrapper > :nth-child(2) {
    margin-bottom: 65px;
} 

.about-vision-row .wpb_column:last-child .wpb_singleimage_heading {
    margin-bottom: 7px;
}

.about-vision-row .wpb_column:last-child .wpb_text_column p {
    font-size: 25px;
    margin-bottom: 35px;
}

.about-vision-row .wpb_column:last-child ul li {
    font-weight: 600;
}

.about-vision-row {
    margin-top: 100px;
}

.resources-row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.resources-row .vc_custom_heading {
    background-color: #214880;
    font-size: 18px;
    margin-bottom: 0 !important;
    padding: 15px 20px;
    height: 77px;
    display: flex;
    align-items: center;
}

.resources-row .wpb_text_column {
    padding: 25px 20px 25px 0;
    margin-bottom: 0;
}

.resources-row .wpb_column .vc_column-inner {
     padding: 0 !important;
}

.our-resources-section {
    margin: 100px 0;
}

.customer-satisfaction-section .customer-accordion .vc_tta-panel-heading,
.customer-satisfaction-section .customer-accordion  .vc_tta-panel-body,
.customer-satisfaction-section .customer-accordion .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: transparent !important;
    border: none !important;
    background-image: none !important;
}

.customer-satisfaction-section .customer-accordion  .vc_tta-panel-body {
    padding-top: 0 !important;
}

.customer-satisfaction-section .customer-accordion  .vc_tta-panel-body .wpb_text_column {
    color: #fff;
    margin-bottom: 15px !important;
}

.customer-satisfaction-section .customer-accordion ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.customer-satisfaction-section .customer-accordion .vc_tta-panel h4.vc_tta-panel-title a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.customer-satisfaction-section .customer-accordion .vc_tta-panel.vc_active h4.vc_tta-panel-title a {
    font-weight: 700;
}

.customer-satisfaction-section .customer-accordion .vc_tta-panel .vc_tta-panel-heading:hover a {
    color: #fff !important;
}

.customer-satisfaction-section .customer-accordion .vc_tta-panel {
    border-bottom: 1px solid rgba(255,255,255,0.8);
    margin-bottom: 5px;
}

.vc_general.vc_tta .vc_tta-panel .vc_tta-controls-icon::before,
.vc_general.vc_tta .vc_tta-panel.vc_active .vc_tta-controls-icon::before {
    border-color: #fff !important;
}

.customer-satisfaction-section {
    padding-top: 100px !important;
    padding-bottom: 90px;
}

.roadmap-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 25px;
}

.roadmap-row {
    position: relative;
}

/*.roadmap-row:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    border-bottom: 1px dashed #000;*/
/*    top: 65px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 53%;*/
/*    display: block;*/
/*    z-index: 0;*/
/*}*/

.roadmap-row .roadmap-col .year {
    position: relative;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    z-index: 9;
    margin-bottom: 85px;
    margin-left: auto;
    margin-right: auto;
    border: 1px dashed #000;
}

.roadmap-row .roadmap-col .year > .wpb_wrapper {
    border: 10px solid #000;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px 5px #929090;
    background-color: #ffff;
}

.roadmap-row .roadmap-col:not(:last-child) .year:before {
    content: '';
    position: absolute;
    border-bottom: 1px dashed #000;
    top: 50%;
    right: -250px;
    transform: translateY(-50%);
    width: 250px;
    display: block;
    z-index: 0;
}

.roadmap-row .roadmap-col .year:after {
    content: "";
    position: absolute;
    background-image: url(https://www.creative-pe.com/wp-content/uploads/2022/09/dashed-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
    bottom: -35%;
    left: 50%;
}

.roadmap-row .roadmap-col .wpb_column:hover .year,
.roadmap-row .roadmap-col .wpb_column:hover .year > .wpb_wrapper {
    border-color: #214880;
}

.roadmap-row .roadmap-col .wpb_column:hover .year {
    color: #214880;
}

.roadmap-row .roadmap-col .wpb_column:hover .year:after {
    filter: invert(20%) sepia(98%) saturate(813%) hue-rotate(187deg) brightness(92%) contrast(89%);
}

.our-journey-row {
    position: relative;
}

.our-journey-row .span-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 42px;
    width: 300px;
    height: 300px;
    border: 1px dashed #214880;
    border-radius: 50%;
}

.our-journey-row .span-title,
.our-journey-row .span-title > .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-journey-row .span-title > .wpb_wrapper {
    border: 15px solid #214880;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    box-shadow: 5px 5px 5px #929090;
    background-color: #ffff;
}

.our-journey-row:before {
    content: "";
    position: absolute;
    background-image: url(https://www.creative-pe.com/wp-content/uploads/2023/01/circle-line-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.our-journey-row  {
    min-height: 500px;
    position: relative;
    display: flex;
    
}

.our-journey-row .journey-col ol {
    padding-left: 5px;
}

.journey-col .year-label,
.journey-col .year-label > .wpb_wrapper {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.journey-col .year-label {
    width: 92px;
    height: 92px;
    border: 1px dashed #214880;
    font-size: 20px;
    font-weight: 600;
    color: #214880;
}

.journey-col .year-label > .wpb_wrapper {
    width: 80px;
    height: 80px;
    border: 8px solid #214880;
    background-color: #ffff;
}

.our-journey-row .journey-col:nth-child(-n+6) > .wpb_column > .vc_column-inner > .wpb_wrapper{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: fit-content;
    gap: 25px;
    justify-content: flex-end;
}

.our-journey-row .journey-col .content {
    width: 50%;
    font-size: 14px;
}

.our-journey-row .journey-col:nth-child(-n+6) .content {
    text-align: right;
}

.our-journey-row .journey-col:nth-child(n+6) > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 25px;
    justify-content: flex-end;
}

.our-journey-row .journey-col {position: absolute;}

.our-journey-row .journey-col:nth-child(2) {
    top: -26px;
    left: 185px;
}

.our-journey-row .journey-col:nth-child(3) {
    top: 13%;
    left: 205px;
}

.our-journey-row .journey-col:nth-child(4) {
    top: 36%;
    left: 85px;
}

.our-journey-row .journey-col:nth-child(5) {
    top: 60%;
    left: 90px;
}

.our-journey-row .journey-col:nth-child(6) {
    right: 51%;
    top: 83%;
    /*transform: translateX(50%);*/
}

.our-journey-row .journey-col:nth-child(7) > .wpb_column > .vc_column-inner > .wpb_wrapper{
    flex-direction: column;
}

.our-journey-row .journey-col:nth-child(13) > .wpb_column > .vc_column-inner > .wpb_wrapper {
    flex-direction: column-reverse;
}

.our-journey-row .journey-col:nth-child(7) > .wpb_column > .vc_column-inner > .wpb_wrapper  .year-label,
.our-journey-row .journey-col:nth-child(13) > .wpb_column > .vc_column-inner > .wpb_wrapper .content {
    margin-bottom: 0;
}

.our-journey-row .journey-col:nth-child(7) {
    right: 43%;
    top: 89%;
}

.our-journey-row .journey-col:nth-child(8) {
    right: 23%;
    top: 84%;
}

.our-journey-row .journey-col:nth-child(9) {
    right: 130px;
    top: 65%;
}

.our-journey-row .journey-col:nth-child(10) {
    right: 2%;
    top: 43%;
}

.our-journey-row .journey-col:nth-child(11) {
    right: 0;
    top: 19%;
}

.our-journey-row .journey-col:nth-child(12) {
    right: 13%;
    top: -3px;
}

.our-journey-row .journey-col:nth-child(13) {
    right: 40%;
    top: -17%;
}


.our-journey-row .journey-col:nth-child(5) .content,
.our-journey-row .journey-col:nth-child(7) .content,
.our-journey-row .journey-col:nth-child(13) .content,
.our-journey-row .journey-col:nth-child(12) .content {
    width: auto;
}



.journey-section {
    padding-top: 15em !important;
    padding-bottom: 10em;
    margin-top: -70px;
    margin-bottom: 100px;
}

.testimonials-row {
    padding-top: 65px;
    padding-bottom: 65px;
}

.testimonials-row .span-title {
    font-size: 40px;
}

.testimonials-row #customer_testimonials .sa_hover_container:after {
    content: '';
    position: absolute;
    top: 35px;
    background-image: url(https://www.creative-pe.com/wp-content/uploads/2022/09/quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.testimonials-row #customer_testimonials .sa_hover_container .testimonial-con {
    padding-top: 50px;
}

.testimonials-row #customer_testimonials .sa_hover_container .testimonial-con h5 {
    font-weight: 900;
    font-size: 16px;
}
.testimonials-row #customer_testimonials .owl-nav .owl-prev, 
.testimonials-row #customer_testimonials .owl-nav .owl-next {
    background: none !important;
}

.testimonials-row #customer_testimonials .owl-nav .owl-prev {
    left: -30px;
}

.testimonials-row #customer_testimonials .owl-nav .owl-next {
    right: -30px;
}

.testimonials-row #customer_testimonials .owl-nav .owl-prev::after {
  content: "\f053";
}

.testimonials-row #customer_testimonials .owl-nav .owl-next::after {
  content: "\f054";
}

.testimonials-row #customer_testimonials .owl-nav .owl-prev::after,
.testimonials-row #customer_testimonials .owl-nav .owl-next::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}

/*footer*/
#sidebar-footer .footer-widgets-grid {
    display: grid;
    grid-template-columns: 36% 1fr 16%;
    padding-bottom: 55px;
}
#sidebar-footer .sidebar-column:nth-child(1) .widget_media_image {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

#sidebar-footer .sidebar-column:nth-child(1) .widget_media_image img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}

#sidebar-footer .widget-title {
    text-transform: capitalize;
}

#sidebar-footer .sidebar-column:nth-child(1) .widget_media_image .widget-title {
    color: #000;
    width: 68%;
    padding-top: 13px;
}

#sidebar-footer .sidebar-column:nth-child(1) .widget_media_image .widget-title::after {
    content: '199101017821 (228132-T)';
	display: block;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
}

#sidebar-footer .sidebar-column aside {
    margin-bottom: 0;
}

#sidebar-footer .footer-contact {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

#sidebar-footer .footer-contact p {
    margin-bottom: 10px;
}

#sidebar-footer .footer-contact p strong {
    color: #cb1f7b;
    font-weight: 400;
}

#sidebar-footer .sidebar-column:nth-child(3)  .widget_text p, #sidebar-footer ul.menu li.menu-item {
    margin-bottom: 22px;
}

/*service*/
.service-row {
    display: flex;
    align-items: flex-end;
    position: relative;
}


.blue-background:before {
    content: '';
    position: absolute;
    background-color: #214880;
    width: 63%;
    height: 70%;
    left: 0;
    bottom: 0;
    border-top-right-radius: 130px;
}

.service-row > .wpb_column:first-child {
    padding-right: 65px;
}
@media only screen and (min-width: 1700px) {
    .blue-background:before {
        width: 60%;
    }
}

.service-row .wpb_single_image img {
    max-height: 350px;
    height: 350px;
    object-fit: cover;
}

.service-row .wpb_single_image {
    padding-bottom: 65px;
}

.service-row .service-content-col {
    padding-left: 35px;
}

.gap-top{
    margin-top: 100px;
}

.service-row .service-content-col ul li::marker {
    color: #214880;
}

.service-row > .service-content-col ul li {
   margin-bottom: 25px;
}

.pdd-top {
    padding-top: 100px !important;
}

.page-id-180 #sidebar-footer, .woocommerce #sidebar-footer,
.page-id-273 #sidebar-footer {
    background-color: #dbdbdb;
}

.page-id-180 .site-footer, .woocommerce .site-footer, .page-id-273 .site-footer,
.page-id-327 .site-footer {
    background-color: #fff;
}

.page-id-327 #sidebar-footer{display: none;}

/*woocommerce*/
.woocommerce .woocommerce-breadcrumb {
    border-bottom: none;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #000;
}
.woocommerce .woocommerce-breadcrumb strong {
    color: #214880;
    font-weight: 700;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product  .woocommerce-loop-product__title {
    text-align: left;
    font-size: 18px;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-category__title,
.woocommerce ul.products li.product:hover  .woocommerce-loop-product__title,
.home-our-product ul.products li.product .woocommerce-loop-category__title {
    font-weight: 600;
}

.woocommerce ul.products li.product .product-image {
    position: relative;
}

.woocommerce ul.products li.product .product-image:before {
    content: 'Read More -';
    position: absolute;
    background-color: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    transition: all .1s ease;
    visibility: hidden; 
    z-index: 9;
}

.woocommerce ul.products li.product .product-image:after {
    content: '>';
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 42px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    transition: all .1s ease;
    visibility: hidden; 
    z-index: 9;
    align-items: center;
    justify-content: center;
}

.woocommerce ul.products li.product .product-image:hover:after {
    left: 47px;
    visibility: visible;
}

.woocommerce ul.products li.product:hover .product-image:before {
    visibility: visible;
}

.woocommerce ul.products li.product .loop-button-wrapper {
    text-align: left;
    margin-top: 15px;
}

.woocommerce ul.products li.product .button {
    text-transform: capitalize;
    text-align: left;
    background-color: transparent;
    color: #214880;
    padding: 0;
    position: relative;
}

.woocommerce ul.products li.product .button:before {
    content: '-';
    position: absolute;
    right: -15px;
    line-height: 16px;
    font-size: 14px;
    transition: all .1s ease-in-out;
}

.woocommerce.archive.post-type-archive ul.products li:nth-child(3n + 2),
.home-our-product ul.products li:nth-child(3n + 2), .product-inner-row > .wpb_column:nth-child(3n + 2) {
    margin-top: 75px;
}

.home-our-product .product-inner-row > .wpb_column .wpb_single_image {
    margin-bottom: 15px;
    position: relative;
}

.home-our-product .product-inner-row > .wpb_column .wpb_text_column {
    font-size: 18px;
}

.home-our-product .medium-title {
    font-size: 25px;
}


.home-our-product .product-inner-row.linked > .wpb_column .wpb_single_image:before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.product-inner-row.linked > .wpb_column .readmore {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.home-our-product .product-inner-row.linked > .wpb_column:hover .wpb_single_image:before,
.product-inner-row.linked > .wpb_column:hover .readmore {
    visibility: visible;
    transition: all 0.3s ease-in-out;
}


.woocommerce.archive.post-type-archive nav.woocommerce-breadcrumb {display: none;}
.home-career-contact .wpb_column .wpb_single_image * {
    width: 100%;
}

.home-career-contact .wpb_column.col-md-6{
    padding: 0;
}

.woocommerce ul.products li.product .button .sydney-svg-icon {
    display: none;
}

.woocommerce ul.products li.product .button {
    text-transform: capitalize;
    display: none;
}

.single-product.woocommerce #content div.product div.images,
.single-product.woocommerce .product_meta {
    display: none;
}

.single-product.woocommerce #content div.product .product-gallery-summary {
    display: flex;
    flex-direction: row-reverse;
    z-index: 9;
}

.woocommerce #content div.product div.summary h1,
.product-cat-banner.row h3 {
    background-color: #214880;
    padding: 100px;
    padding-left: 0;
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 35px;
    border-top-right-radius: 130px;
}

.woocommerce #content div.product div.summary h1:after,
.product-cat-banner.row h3:after {
    content: '';
    position: absolute;
    width: 9999px;
    height: 100%;
    background-color: #214880;
    top: 0;
    z-index: -1;
    border-top-right-radius: 130px;
}

.woocommerce #content div.product div.summary h1:after {
   right: -45%;  
}

.product-cat-banner.row h3:after {
    right: -30%;
}

.woocommerce #content div.product .product-image img,
.product-cat-banner.row img {
    position: relative;
    padding-top: 65px;
    max-height: 430px;
}

.woocommerce #content div.product .product-image img {
    z-index: 999;
}

.product-cat-banner.row, .single-product.woocommerce #content div.product .product-gallery-summary {
    margin-top: 45px;
}

.single-product.woocommerce #content {
    position: relative;
}
.single-product.woocommerce div.product {
    z-index: 9;
}
.single-product.woocommerce #content:after {
    content: '';
    position: absolute;
    background-image: url(https://www.creative-pe.com/wp-content/uploads/2022/09/about-page-bg.png);
    width: 100%;
    height: 90%;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {display: none;}



.single-product.woocommerce div.product .woocommerce-tabs .panel .wpb_single_image {
    margin-bottom: 15px;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel .wpb_single_image img {
    max-height: 400px;
    object-fit: cover;
}

.single-product.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {border-bottom: none;}


.single-product.woocommerce #content div.product .woocommerce-tabs {
    padding-top: 100px;
}

.about-company-section2.facility {
    padding-top: 100px !important;
}

.facility-accordion-row {
    padding-top: 10px;
    margin-bottom: 35px;
}

.facility-accordion-row > .wpb_column > .vc_column-inner {
    padding: 0;
}

.facility-accordion.vc_general.vc_tta  .vc_tta-panel .vc_tta-panel-title {
    margin-bottom: 0;
}

.facility-accordion.vc_general.vc_tta .vc_tta-panel .vc_tta-panel-heading,
.facility-accordion.vc_general.vc_tta .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #214880;
    border-color: #214880;
    background-image: none !important;
}

.facility-accordion.vc_general.vc_tta .vc_tta-panel .vc_tta-panel-title>a,
.facility-accordion.vc_general.vc_tta .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
}

.facility-accordion.vc_general.vc_tta #Tooling_Facilities i.vc_tta-icon:before,
.facility-accordion.vc_general.vc_tta #Inspection_Equipment i.vc_tta-icon:before {
    content: '';
    
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.facility-accordion.vc_general.vc_tta #Tooling_Facilities i.vc_tta-icon:before {
    background-image: url(https://www.creative-pe.com/wp-content/uploads/2022/09/Tooling-Facilities.png);
}

.facility-accordion.vc_general.vc_tta #Inspection_Equipment i.vc_tta-icon:before {
    background-image: url(https://www.creative-pe.com/wp-content/uploads/2022/09/Inspection-Equipment.png);
}

.facility-accordion.vc_general.vc_tta .wpb_single_image {
    margin-bottom: 15px;
}

.facility-accordion.vc_general.vc_tta .vc_tta-panel-body {
    border-color: #e7e7e8 !important;
    background-color: #e7e7e8 !important;
    background-image: none !important;
    padding-top: 45px;
}

.subheading {
    font-size: 18px;
}

.facility-accordion.vc_general.vc_tta table tr td {
    border: none;
    text-align: left;
}

.facility-accordion.vc_general.vc_tta table tr td:first-child {
    width: 280px;
}

.facility-accordion .inspection-content > .wpb_column:first-child .wpb_single_image:last-child {
    margin-bottom: 0;
}

.facility-accordion .inspection-content {
    margin-bottom: 15px;
}

.facility-accordion .inspection-content > .wpb_column:last-child .vc_column-inner {
    margin-right: 15px;
}

.facility-accordion-row .vc_tta-container {
    margin-bottom: 65px;
}

/*career*/
.career-row .span-title {
    margin-bottom: 25px;
}


.form {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
    margin-bottom: 15px;
}

.contact_form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    margin-bottom: 15px;
}

.form #name {grid-area: 1 / 1 / 2 / 3;}
.form #phone {grid-area: 1 / 3 / 2 / 5;}
.form #email {grid-area: 1 / 5 / 2 / 7;}
.form #job {grid-area: 2 / 1 / 3 / 4;}
.form #resume {grid-area: 2 / 4 / 3 / 7;}
.form #msg {grid-area: 3 / 1 / 4 / 7;}

.contact_form #msg {
    grid-column: 1/4;
}

.form input,
.contact_form input {
    width: 100%;
    height: 55px;
    border: none !important;
    background-color: #fff;
    font-weight: 400;
    color: #000;
}

.form #resume {
    display: flex;
    background-color: #fff;
    align-items: center;
    padding-left: 20px;
    column-gap: 20px;
     height: 55px;
}

.form #resume span.wpcf7-form-control-wrap input {
    height: auto;
}

.form textarea,
.contact_form textarea {
    width: 100%;
    border: none !important;
    background-color: #fff;
    font-weight: 400;
    color: #000;
    height: 55px;
}

.contact_form input {height: 45px;}
.contact_form textarea {
    height: 100px;
}

.form #resume label {
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: #000 !important;
    font-size:16px;
    font-weight: 400;
}

.form .enquiry::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  font-size:16px;
  font-weight:400;
  opacity: 1; /* Firefox */
}

.form .enquiry:focus {
    border: 1px solid transparent;
}

#send input {
    background-color: #c81e00;
    padding: 7px 35px;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff !important;
    border: none;
}

#send input:hover {
    background-color: #214880;
}

.work-with-us {
    padding: 75px 0 100px;
    margin-top: 65px;
}

/*contact-page*/

.home-about-row.contact-page .span-title {
    line-height: 1;
}

.home-about-row.contact-page .about-inner-row .wpb_column:last-child {
    padding-top: 100px;
}

.home-about-row.contact-page .about-inner-row {
    bottom: -90px;
}

.home-about-row.contact-page .span-title small {
    font-size: 16px;
}

.home-section-2.contact-page {
    padding-bottom: 95px;
}

.wpb_gmaps_widget.wpb_content_element {margin-bottom: 0;}

.work-with-us .wpcf7-response-output {
    color: #fff;
}



.career-row .position-col ul {
    padding-left: 20px;
}

.career-row .vc_separator {
    margin: 35px 0 60px;
}

.product-banner {
    padding-bottom: 65px;
}

.product-sec-grey .medium-title {
    font-size: 20px;
}

.product-sec-grey {
    padding-top: 0 !important;
    padding-bottom: 65px;
    margin-bottom: 100px;
}

.page-id-477 .wpb_single_image {margin-bottom: 15px;}

#sidebar-footer ul.menu li.menu-item a {
    pointer-events: none;
}

.sidebar-column .widget .widget-title a {
    color: #476596;
}

.sidebar-column .widget .widget-title a:hover {color: #cb1f7b;}

.service-row.top {margin-top: 90px;}

.home-our-product .product-inner-row > .wpb_column .wpb_text_column a {color: #000;}

.home-our-product .product-inner-row:not(.linked) {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}


.home-our-product .vc_separator {
    margin-top: 35px;
    margin-bottom: 65px;
}

.service-section .vc_custom_heading {
    font-size: 25px !important;
}

.add-grey-bg:before {
    content: '';
    position: absolute;
    background: #d3d3d3;
    width: 100%;
    height: 45%;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-id-477 #sidebar-footer .footer-widgets-grid {
    border-top: 1px solid #d3d3d3;
    margin-top: 35px;
}

.chart.desktop-view {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}


/*customer satisfaction*/
.customer-satisfaction-section .content-col {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.customer-satisfaction-section .content-col .vc_custom_heading {
    background-color: #4D4D4D;
    color: #fff !important;
    font-size: 18px;
    padding: 15px 15px;
    margin-bottom: 0 !important;
}

.customer-satisfaction-section .content-col .description {
    background-color: #fff;
    padding: 20px 0;
    margin-bottom: 0;
    padding-right: 15px;
}

.content-col > .wpb_column {
    position: relative;
}

.content-col > .wpb_column:before {
    content: '';
    position: absolute;
    bottom: -60px;
    background: url(./images/dot-line.svg) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 60px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

.content-col.top > .wpb_column:first-child:before,
.content-col.top > .wpb_column:last-child:before,
.content-col.bottom > .wpb_column:nth-child(2):before {
    background-image: url(./images/dot-line-long.svg);
    width: 14px;
    height: 85px;
    background-size: cover;
    background-position: center top;
    
}

.content-col.top > .wpb_column:first-child:before,
.content-col.top > .wpb_column:last-child:before {
    bottom: -85px;
}

.content-col > .wpb_column:nth-child(2):after,
.content-col > .wpb_column:nth-child(3):after {
    content: '';
    position: absolute;
    background: #fff;
    width: 50%;
    height: 2px;
}

.content-col.top > .wpb_column:nth-child(2):after,
.content-col.top > .wpb_column:nth-child(3):after {
    bottom: -60px;
}

.content-col.top > .wpb_column:nth-child(2):after {
    right: 0;
}

.content-col.top > .wpb_column:nth-child(3):after {
    left: 0;
}

.content-col > .wpb_column:first-child:after,
.content-col > .wpb_column:last-child:after,
.middle-row:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 150%;
    height: 2px;
}

.content-col.top > .wpb_column:first-child:after,
.content-col.top > .wpb_column:last-child:after {
    bottom: -85px;
}

.content-col.top > .wpb_column:first-child:after {
    right: -100%;
}

.content-col.top > .wpb_column:last-child:after {
    left: -100%;
}

.content-col.bottom > .wpb_column:nth-child(2):before {
    top: -85px;
    transform: rotate(180deg) translateX(50%);
}

.content-col.bottom > .wpb_column:first-child:before, 
.content-col.bottom > .wpb_column:last-child:before {
    top: -60px;
    transform: rotate(180deg) translateX(50%);
}

.content-col.bottom > .wpb_column:first-child:after, 
.content-col.bottom > .wpb_column:last-child:after,
.content-col.bottom > .wpb_column:nth-child(2):after {
    top: -60px;
    width: 100%;
}

.content-col.bottom > .wpb_column:first-child:after {
    right: -50%;
}

.content-col.bottom > .wpb_column:last-child:after {
    left:-50%;
}

.middle-row {
    position: relative;
    padding-top: 85px;
    padding-bottom: 75px;
    margin-top: 60px;
}

.middle-row:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 70px;
}

.customer-satisfaction-section .content-col > div > div {
    padding: 0 !important;
    height: 100%;
}

.customer-satisfaction-section .content-col > div > div > div {
    height: 100%;
}

.middle-row .span-title {
    font-size: 40px;
}

@media only screen and (max-width: 991px) {
    .middle-row .span-title {
        font-size: 25px;
    }
    .middle-row .span-title p {
        text-align: left !important;
    }
    .customer-satisfaction-section {
        display: flex;
        flex-direction: column;
    }
    .customer-satisfaction-section > div:nth-child(1) {
        order: 2;
    }
    .customer-satisfaction-section > div:nth-child(2) {
        order: 1;
    }
    .customer-satisfaction-section > div:nth-child(3){
        order: 3;
    } 
    .customer-satisfaction-section .content-col > .wpb_column {
        width: 100%;
    }
    .customer-satisfaction-section .content-col {
        display: flex;
        flex-wrap: wrap;
    }
    .middle-row {
        padding-bottom: 0;
        padding-top: 0;
        margin-top: 0;
    }
    .middle-row:before {
        display: none !important;
    }
    .content-col > .wpb_column {
        position: relative;
        padding-left: 65px !important;
        padding-right: 35px !important;
    }
    .content-col.top > .wpb_column:first-child:before, .content-col.top > .wpb_column:last-child:before,
    .content-col.bottom > .wpb_column:first-child:before, .content-col.bottom > .wpb_column:last-child:before,
    .content-col.bottom > .wpb_column:nth-child(2):before {
        bottom: auto;
        transform: rotate(90deg);
        left: 30px;
        top: 20px;
        width: 10px;
        height: 40px;
    }
    .content-col > .wpb_column:before, .content-col.bottom > .wpb_column:first-child:before, .content-col.bottom > .wpb_column:last-child:before {
        width: 15px;
        height: 40px;
        left: 30px;
        bottom: auto;
        transform: rotate(90deg);
        top: 20px;
    }
    .content-col > .wpb_column:nth-child(2):after, .content-col > .wpb_column:nth-child(3):after,
    .content-col.top > .wpb_column:first-child:after, .content-col.top > .wpb_column:last-child:after {
        content: '';
        position: absolute;
        background: #fff;
        width: 2px;
        height: 100%;
    }
    .content-col.top > .wpb_column:nth-child(2):after, .content-col.top > .wpb_column:nth-child(3):after,
    .content-col.top > .wpb_column:first-child:after, .content-col.top > .wpb_column:last-child:after {
        bottom: auto;
        top: 0;
        left: 15px;
    }
    .content-col.bottom > .wpb_column:first-child:after, .content-col.bottom > .wpb_column:last-child:after, .content-col.bottom > .wpb_column:nth-child(2):after {
        top: 0;
        width: 2px;
        left: 15px;
    }
    .content-col.bottom > .wpb_column:last-child:after {
        left: 15px;
        height: 41px;
    }
    .content-col.bottom > .wpb_column:first-child:after {
        right: auto;
        height: 100%;
    }
}

body.error404 div#content {
    padding-top: 65px;
}