@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');


@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/themes/TopBuilders/fonts/HelveticaNeue-Black.woff2') format('woff2'),
        url('/wp-content/themes/TopBuilders/fonts/HelveticaNeue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/themes/TopBuilders/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('/wp-content/themes/TopBuilders/fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/themes/TopBuilders/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('/wp-content/themes/TopBuilders/fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/themes/TopBuilders/fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('/wp-content/themes/TopBuilders/fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/themes/TopBuilders/fonts/HelveticaNeue-Heavy.woff2') format('woff2'),
        url('/wp-content/themes/TopBuilders/fonts/HelveticaNeue-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/themes/TopBuilders/fonts/HelveticaNeue-Thin.woff2') format('woff2'),
        url('/wp-content/themes/TopBuilders/fonts/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/themes/TopBuilders/fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('/wp-content/themes/TopBuilders/fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/** font-family: 'Helvetica Neue'; **/
/** font-family: "Nunito", sans-serif; **/
/** font-family: "Montserrat", sans-serif; **/


:root {

  --body-font: "Nunito Sans", sans-serif;
  --header-font: "Montserrat", sans-serif;
  --base-font: "Helvetica Neue", sans-serif;
  --poppins-font: "Poppins", sans-serif;

  --primary-color: #00B9FA;
  --secondary-color: #0096E1;
  --tertiary-color: #0082D2;
  --quaternary-color: #0869AA;
  --quinary-color: #15324E;
  --senary-color: #001A26;
  --septenary-color: #001A26;
  --octonary-color: #F1F5F8;
  --nonary-color: #F48E00;
  --denary-color: #EC7100;
  --eleven-color: #BCCBDD;
  --header-color: #2F404F;
}

/*wp site*/
.lp-page .form_script .success-message {font-size: 14px;line-height: 1.5;}
.lp-page .form_script .success-message strong {font-weight: normal;}
body.page-template-request-demo-template { margin-top: 0; }
body.white-bg { background: #fff; }
body { margin:0; padding:0; font-size:23px; line-height: 41px; font-family: var(--body-font); color: var(--quinary-color);; font-weight:400; background: var(--octonary-color); }
.body-02 { font-size: 20px; line-height: 31px; }
.body-03 { font-size: 17px; line-height: 29px; }

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

strong { font-weight:700; }

a { outline:none; color:var(--tertiary-color); text-decoration: none; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  } 
a:hover { text-decoration:none; color:var(--quaternary-color); outline:none; }
a:focus { text-decoration:none; color:var(--quaternary-color); outline:none; }

input , form button , textarea, select { outline:none; border:1px solid #ccc; background:#fff; height:54px; padding:0 20px; font-family: var(--body-font); font-size:16px; width:100% !important; }
button { margin:0; padding:0; outline:none; background:url(images/blank.png) no-repeat; border:none; }
input[type=checkbox] , input[type=radio] { width:auto !important; height:auto; } 
textarea { padding:15px 20px !important; height:100px !important; }
input[type=submit] , form button { width:auto !important; border:none; cursor:pointer; background:url(images/blank.png) no-repeat left top var(--primary-color); font-size:21px; line-height:32px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
input[type=submit]:hover , form button:hover { background-color: var(--quinary-color); border-color: var(--quinary-color); color: #FFF; }

strong { font-weight:700; }

img { border:0; max-width:100%; height:auto; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 
 
.clear { clear:both; }

p { margin:0; padding:0 0 15px; }
 
h1 { margin:0; padding:0 0 15px; font-size: 60px; line-height:75px; color:var(--header-color); font-family: var(--header-font); font-weight:700; clear:both; }
h2 { margin:0; padding:0 0 15px; font-size: 45px; line-height:61px; color:var(--header-color); font-family: var(--header-font); font-weight:700; clear:both; }
h3 { margin:0; padding:0 0 15px; font-size: 31px; line-height:49px; color:var(--header-color); font-family: var(--header-font); font-weight:700; clear:both; }
h4 { margin:0; padding:0 0 15px; font-size: 27px; line-height:41px; color:var(--header-color); font-family: var(--header-font); font-weight:700; clear:both; }
h5 { margin:0; padding:0 0 15px; font-size: 23px; line-height:35px; color:var(--header-color); font-family: var(--header-font); font-weight:700; clear:both; }
h6 { margin:0; padding:0 0 15px; font-size: 21px; line-height:31px; color:var(--header-color); font-family: var(--header-font); font-weight:700; clear:both; }

strong { font-weight:700; }
.lp-page .form_script {color: #fff;}
/*** 1.9.0 ***/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */

.text-white,.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6,.text-white.eyebrow{color:#FFF;}
.text-blue,.text-blue h1,.text-blue h2,.text-blue h3,.text-blue h4,.text-blue h5,.text-blue h6,.text-blue.eyebrow{color:var(--primary-color);}
.text-uppercase,.title-uppercase h1,.title-uppercase h2,.title-uppercase h3,.title-uppercase h4,.title-uppercase h5,.title-uppercase h6{text-transform:uppercase;}

.text-center { text-align:center; }
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-italic { font-style:italic; }

.d-flex { display: flex; flex-wrap: wrap; }
.align-center { align-items: center; }
.align-start { align-items: flex-start; }
.align-end { align-items: flex-end; }
.justify-center { justify-content: center; } 
.justify-end { justify-content: flex-end;  } 
.justify-start { justify-content: flex-start; } 
.justify-between { justify-content: space-between; } 

.fancybox-close-small { color: #F48E00; opacity: 1; }

[class*="button-"] a { padding: 12px 20px; font-size: 17px; line-height: 22px; border: solid 1px; font-weight: 700; text-align: center; border-radius: 40px; min-width: 172px; display: inline-block; text-decoration: none; }
[class*="button-"].fat-button a{padding:19px 20px;min-width:394px;}

body .fancybox-slide--video .fancybox-content { overflow: visible; }

.medium-btn a { min-width: 206px; }
.large-btn a { min-width: 317px; }

.button-1 a { background-color: var(--nonary-color); border-color: var(--nonary-color); color: #FFF; }
.button-1 a:hover { background-color: var(--denary-color); border-color: var(--denary-color); }

.button-2 a { background-color: var(--tertiary-color); color: #FFF; border-color: var(--tertiary-color); }
.button-2 a:hover { background-color: var(--septenary-color); border-color: var(--septenary-color); color: #FFF; }
.button-2.no-border a { border: none; }

.button-3 a { background-color: var(--octonary-color); color: #FFF; border-color: var(--octonary-color); }
.button-3 a:hover { background-color: var(--eleven-color); border-color: var(--eleven-color); color: #FFF; }
.button-3.no-border a { border: none; }

.arrow-up a:after { content: ''; margin-left: 10px; width: 12px; height: 12px; display: inline-block; vertical-align: middle; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="14" viewBox="0 0 13 14" fill="none"><path d="M11.729 1.4585L0.64567 12.5418" stroke="%23FFFFFF" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.59859 1.4585L11.729 1.4585L11.729 9.58891" stroke="%23FFFFFF" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>'); transition: all .4s ease-in-out; }
.arrow-up a:hover:after { transform: rotate(45deg); }

.button-4 a { border-radius: 11px; background: var(--quinary-color); border-color: var(--quinary-color); font-size: 18px; line-height: 29px; padding: 21px 25px; color: #fff; }
.button-4 a:after { content: ''; width: 24px; height: 24px; background: url('/wp-content/uploads/2024/07/envelope.svg') no-repeat; display: inline-block; vertical-align: middle; margin-left: 12px; }
.button-4 a:hover { background: var(--senary-color); border-color: var(--senary-color); }

.button-5 a { padding: 9px 11px 9px 20px; background: transparent; border-color: var(--octonary-color); color: var(--octonary-color) }
.button-5 a:after { content: ''; width: 40px; height: 40px; background: url('/wp-content/uploads/2024/07/play_circle.svg') no-repeat; display: inline-block; vertical-align: middle; margin-left: 12px; }
.button-5 a:hover { background: #596D81; border-color: #596D81; color: #FFF; }

.button-6 a { background-color: var(--primary-color); color: #FFF; border-color: var(--primary-color); }
.button-6 a:hover { background-color: var(--secondary-color); border-color: var(--secondary-color); color: #FFF; }
.button-6.no-border a { border: none; }

.img-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.img-bg img { width: 100%; height: 100%; object-fit: cover; }

.load-more > a { margin: 50px 0 0; display: flex; align-items: center; justify-content: center; flex-flow: column; color: #000; font-size: 18px; line-height: 24px; font-weight: 700; font-family: var(--header-font); cursor: pointer; text-decoration: none; }
.load-more img { margin: 10px 0 0; transition:all .3s ease-in-out; position: relative; top: 0; }
.load-more:hover img { top: 5px; }

.link-style { font-size: 17px; line-height: 31px; font-weight: 700; }
.link-style a { display: flex; align-items: center; color: var(--tertiary-color); }
.link-style a:after { content: ''; width: 16px; height: 16px; background: url('/wp-content/uploads/2024/07/arrow-blue.svg') no-repeat; margin-left: 14px; position: relative; left: 0; transition:all .4s ease-in-out; }
.link-style a:hover:after { left: 3px; }

.container { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; float: none; box-sizing: border-box; }
.container:after { clear: both; content: ""; display: table; }

/*** slick ***/
button.slick-arrow { position: absolute; bottom: -88px; right: 0; width: 54px; height: 54px; font-size: 0; line-height: 0; border-radius: 100%; background: var(--primary-color) url('/wp-content/uploads/2024/07/arrow_left.svg') no-repeat center center; transform: scaleX(-1); cursor: pointer; transition: all .4s ease-in-out; }
button.slick-prev.slick-arrow { right: 70px; transform: scaleX(1); }
button.slick-arrow:hover { background-color: var(--secondary-color); }

.arrow-slider button.slick-arrow { background: url('/wp-content/uploads/2024/07/arrow_back_ios.svg') no-repeat center center; background-size: 22px; }
.arrow-slider button.slick-prev.slick-arrow { z-index: 1; }
.arrow-slider button.slick-arrow:hover { background-color: transparent; }

@media (min-width:768px) { .container { width:750px; } }
@media (min-width:992px) { .container { width:970px; } }
@media (min-width:1201px) { .container { width:1170px; } }
@media (min-width:1401px) { .container { width:1370px; } }
@media (min-width:1501px) { .container { width:1410px; } }
/*@media (min-width:1630px) { .container { width:1600px; } }*/

/**** style guide ***/
.title-style { padding: 10px 0; background: #E2E8F0; font-size: 32px; line-height: normal; font-weight: 300; color: #475569; font-family: var(--poppins-font); min-height: 96px; display: flex; align-items: center; }

.tag { display: flex; flex-wrap: wrap; gap: 5px; margin: 0 0 20px; }
.tag a { font-size: 16px; line-height: 21px; color: #fff; background: var(--primary-color); padding: 5px 25px; border-radius: 7px; min-width: 115px; text-align: center; font-weight: 700; }

.date { font-size: 16px; line-height: 30px; margin: 0 0 10px; opacity: 0.65; display: flex; align-items: center; }
.date span { color: var(--secondary-color); margin: 0 7px; }

.sub-title { margin-bottom: 10px; font-size: 31px; line-height: 49px; font-weight: 700; font-family: var(--header-font); color: var(--nonary-color); }

.dark-bg { background: var(--quinary-color); }

/*** menusub ***/
.menusub { margin: 0 0 50px; width: 100% }
.menusub ul { display: flex; flex-wrap: wrap; margin: 0; padding: 0; list-style-type: none; font-size: 15px; line-height: 24px; font-weight: 600; }
.menusub ul li { margin: 0; padding: 0; display: flex; align-items: center; font-weight: 600; }
.menusub ul li , .menusub ul li a { color: var(--senary-color); }
.menusub ul li:after { content: '>'; margin: 0 9px; color: var(--secondary-color); }
.menusub ul li:last-child:after { display: none; }
.menusub ul li a:hover , .menusub.white ul li a:hover { color:var(--quaternary-color); }
.menusub.white ul li , .menusub.white ul li a { color: #fff; }

/*** menusub end ***/

section.blog-hero { padding: 40px 0 0; font-size: 25px; line-height: 41px; font-weight: 300; }
section.blog-hero .container { display: flex; flex-wrap: wrap; align-items: center; }
section.blog-hero .left { width: calc(100% - 473px); }
section.blog-hero .left .topic { font-size: 17px; line-height: 24px; font-weight: 700; color: var(--senary-color);; margin: 0 0 10px; }
section.blog-hero .text-group .left-text { width: calc(100% - 453px); max-width: 907px; opacity: 0.71; }

section.blog-hero .image { width: 473px; }

.text-group { display: flex; align-items: start;}

.tags-section.top-tag-search { padding-bottom: 5px; justify-content: end; }

.featured-article .topic { margin: -25px 0 25px; font-size: 21px; line-height: 25px; font-weight: 700; text-transform: uppercase; color: #0082D2; font-family: var(--header-font); }
.featured-article .main { padding: 40px; background: #fff; border-radius: 11px; display: flex; flex-wrap: wrap; font-size: 19px; line-height: 30px; }
.featured-article .image { width: 747px; border-radius: 11px; overflow: hidden; line-height: 0; }
.featured-article .image img { width: 100%; height: 100%; object-fit: cover; transition:all .4s ease-in-out; }
.featured-article .text { width: calc(100% - 747px); padding: 0 20px 0 56px; display: flex; flex-flow: column; justify-content: center; }
.featured-article .text h3 { font-size: 35px; line-height: 45px; }
.featured-article .text h3 a { color: var(--header-color); }
.featured-article .text [class*="button-"] { margin: 25px 0 0; }

.featured-article .main:hover { box-shadow: 0 0 25px rgba(0,0,0,0.1); }
.featured-article .main:hover .image img { transform: scale(1.1) rotate(-1deg); }
.featured-article .main:hover h3 a { color: var(--secondary-color); }

.tags-section { padding: 38px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
section.blog-hero .image .button-4 {text-align: right;}

.tags-section ul { margin: 0; padding: 0; list-style-type: none; display: flex; flex-wrap: wrap; gap: 25px; }
.tags-section ul li a { font-size: 17px; line-height: 25px; font-weight: 700; padding: 15px 35px; border-radius: 40px; display: inline-block; min-width: 152px; text-align: center; color: #15324E; background: #BCCBDD; text-decoration: none; }
.tags-section ul li.active a { background: var(--secondary-color); color: #FFF; }
.tags-section ul li a:hover { background: rgb(188, 203, 221, 0.8); color: #fff; }

.tags-section .search { position: relative; }
.tags-section .search input { padding: 0 60px 0 20px; min-width: 440px; height: 50px; background: #BCCBDD; color: #15324E; border-radius: 11px; border: none; font-weight: 400; }
.tags-section .search  button { position: absolute; top: 0; right: 0; z-index: 1; width: 50px; height: 50px; padding: 4px 0 0; cursor: pointer; }


.blog-listing { padding: 0 0 107px; overflow-x: clip; }
.blog-listing .main { gap: 30px; display: flex; flex-wrap: wrap; min-height: 600px; }
.blog-listing .row-box { width: calc(33.33% - 20px); background: #fff; padding: 40px; border-radius: 11px; height: 100%; transition:all .4s ease-in-out; }
.blog-listing .row-box .tag a { font-size: 13px; line-height: 17px; text-decoration: none; }
.blog-listing .row-box .image { line-height: 0; height: 220px; border-radius: 11px; overflow: hidden; }
.blog-listing .row-box .image img { width: 100%; height: 100%; object-fit: cover; transition:all .4s ease-in-out; }
.blog-listing .row-box .text { margin: 28px 0 0; }
.blog-listing .row-box h4 { font-size: 23px; line-height: 35px; }
.blog-listing .row-box h4 a { text-decoration: none; color: var(--quinary-color) }
.blog-listing .row-box [class*="button-"] { margin: 25px 0 0; }

.blog-listing .row-box:hover { box-shadow: 0 0 25px rgba(0,0,0,0.1); }
.blog-listing .row-box:hover .image img { transform: scale(1.1) rotate(-1deg); }
.blog-listing .row-box:hover h4 a { color: var(--tertiary-color); }
.blog-listing .row-box:hover .link-style a:after { left: 3px; }

.hero-post { padding: 28px 0 100px; background: #fff; }

.hero-post .main { margin: 0 auto; max-width: 889px; }
.hero-post .main h1 { font-size: 47px; line-height: 61px; color: var(--quinary-color); }
.hero-post .main .hero-text { font-size: 25px; line-height: 41px; font-weight: 300; margin: 0 0 35px; }
.hero-post .main .hero-text .text { opacity: 0.71; }
.hero-post .main .image { border-radius: 11px; overflow: hidden; line-height: 0; margin: 25px 0; }
.hero-post .main .image img { width: 100%; }
.hero-post .contact { margin: 0 0 47px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.hero-post .social-icon span { margin-right: 30px; }
.hero-post .social-icon { border-radius: 11px; background: var(--octonary-color); display: flex; align-items: center; padding: 18px 35px; font-size: 19px; line-height: 29px; font-weight: 700; }
.hero-post .social-icon ul { margin: 0; padding: 0; list-style-type: none; display: flex; align-items: center; gap: 22px; line-height: 0; }
.hero-post .social-icon ul li a img { transition:all .4s ease-in-out; }
.hero-post .social-icon ul li a:hover img { filter: drop-shadow(0px 0 5px rgba(0, 26, 38, 0.3)); }
.hero-post [class*="button-"] a { display: flex; align-items: center; font-size: 18px; line-height: 29px; height: 100%; border-radius: 11px; }
.hero-post [class*="button-"] a img { margin-left: 12px; }

.hero-post .table-contents h5 { margin: 0; font-size: 19px; line-height: 30px; color: #15324E; font-family: var(--body-font); }
.table-contents { margin-bottom: 40px; padding: 30px 45px; border-radius: 7px; background: rgba(0, 185, 250, 0.11); }
.table-contents ul { margin: 0; padding: 0; list-style: none; font-size: 17px; line-height: 30px; text-transform: capitalize;}
.table-contents ul a { font-weight: 700; color: var(--secondary-color); display: inline-block; width: 100%; padding: 6px 0; }

.hero-post h2 { font-size: 35px; line-height: 45px; margin: 40px 0 0; }
.hero-post h3 { margin: 40px 0 0; color: var(--secondary-color); }
.hero-post h4 { margin: 40px 0 0; }
.hero-post h5 { margin: 40px 0 0; color: var(--secondary-color); }
.hero-post h6 { margin: 40px 0 0; color: var(--secondary-color); }

.body-content { font-size: 19px; line-height: 30px; }
.body-content h2:first-child { margin-top: 0; }
.body-content img { margin: 60px auto 80px; display: block; filter: drop-shadow(0px 4px 50px rgba(0, 26, 38, 0.21)); }
.body-content ul { margin: 15px 0; padding: 0 0 0 10px; list-style-type: none; }
.body-content ul li { margin: 8px 0; position: relative; padding: 0 0 0 16px; display: inline-block; width: 100%; }
.body-content ul li:before { content: ''; width: 6px; height: 6px; position: absolute; top: 12px; left: 0; border-radius: 10px; background: var(--senary-color);; }
.body-content ul.cout { column-count: 2; }

.body-content ol { margin: 15px 0; padding: 0 0 0 10px; list-style-type: none; counter-reset: my-sec-counter; }
.body-content ol li { margin: 8px 0; position: relative; padding: 0 0 0 22px; display: inline-block; }
.body-content ol li:before { counter-increment: my-sec-counter; content: counter(my-sec-counter) ". "; position: absolute; top: 0; left: 0; }

.about-author { padding: 40px 60px 65px; border-radius: 7px; background: var(--octonary-color); margin: 100px 0 0; border-bottom: 15px solid var(--secondary-color); position: relative; }
.about-author:before { content: ''; width: 205px; height: 127px; background: url('/wp-content/uploads/2024/07/cloud.svg') no-repeat; position: absolute; top: 40px; right: 100px; }
.hero-post .about-author h3 { margin: 0; font-size: 23px; line-height: 35px; color: var(--quinary-color); padding: 0 0 30px; position: relative; }
.about-author .inside { display: flex; flex-wrap: wrap; position: relative; z-index: 1; }
.about-author .left { width: 143px; }
.about-author .left .img { width: 143px; height: 143px; border-radius: 100%; overflow: hidden; }
.about-author .left .img img { width: 100%; height: 100%; object-fit: cover; }
.about-author .left .social ul { margin: 0; padding: 0; list-style-type: none; text-align: center; }
.about-author .left .social ul li a img { transition: all .4s ease-in-out; }
.about-author .left .social ul li a:hover img { filter: drop-shadow(0px 0 5px rgba(0, 26, 38, 0.3)); }
.about-author .left .social { margin: 20px 0 0; }
.about-author .right { width: calc(100% - 143px); padding: 0 0 0 30px; font-size: 17px; line-height: 30px; }
.about-author .right h4 { margin: 0; font-size: 20px; line-height: 36px; letter-spacing: -0.08px; padding: 0; color: var(--senary-color) }
.about-author .right .pos { font-style: italic; font-size: 17px; line-height: 29px; letter-spacing: -0.068px; }
.about-author .right .cont { margin: 10px 0 0; }

section.related-content { padding: 65px 0 100px; }
.related-content .main-title { margin: 0 0 30px; }

/**** ****/
.hero-section { padding: 20px 0 90px; position: relative; }
.hero-section:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; right: 0; background: url(/wp-content/uploads/2024/06/shadow-right.png) no-repeat top right;  }
.hero-section:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; right: 0; background: url(/wp-content/uploads/2024/06/shadow-left.png) no-repeat bottom left;  }
.hero-section .menusub { margin-bottom: 70px; }
.hero-section .container { position: relative; z-index: 1; }
.hero-section .img-bg:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #15324E; mix-blend-mode: multiply; }
.hero-section .left { width: calc(100% - 563px); padding: 0 20px 0 0; }
.hero-section .left h1 { font-size: 100px; line-height: 102px; padding: 0 0 25px; }
.hero-section .left [class*="button-"] { margin: 30px 0  0; }
.hero-section .left .inner { max-width: 712px; width: 100%; }

.number-count { margin-top: 40px; padding: 27px 60px 20px; width: 563px; border-radius: 7px; background: rgba(21, 50, 78, 0.55); backdrop-filter: blur(80.05000305175781px); }
.number-count h1 { padding: 0 0 10px; font-size: 86px; line-height: 86px; color: var(--nonary-color); }
.number-count div span { color: var(--nonary-color); }
.number-count .box { padding: 23px 0; border-bottom: 1px solid #8FA0AA; font-size: 23px; line-height: 35px; font-weight: 700; font-family: var(--header-font); }
.number-count .box:last-child { border-bottom: none; }

.study-quote { margin-top: 50px; width: 563px; border-radius: 7px; background: rgba(21, 50, 78, 0.4); backdrop-filter: blur(80.05000305175781px); padding: 70px 80px; position: relative; }
.study-quote:before { content: ''; width: 135px; height: 85px; background: url(/wp-content/uploads/2024/07/cloud.svg) no-repeat; background-size: 135px; position: absolute; bottom: 40px; right: 30px; opacity: 0.21; }
.study-quote .text { font-size: 27px; line-height: 51px; font-weight: 100; font-style: italic; position: relative; }
.study-quote .details { margin: 37px 0 0; display: flex; align-items: center; position: relative; }
.study-quote .details .image { width: 100px; height: 100px; overflow: hidden; border-radius: 100%; }
.study-quote .details .image img { width: 100%; height: 100% !important; object-fit: cover; }
.study-quote .details .content { width: calc(100% - 100px); padding: 0 0 0 23px; font-size: 15px; line-height: 25px; }
.study-quote .details .content h4 { padding: 0; font-size: 18px; line-height: 36px; }

.the-challenge .left { padding: 80px 38px 0; padding-left: calc((100% - 1380px) / 2); width: 60%; font-size: 20px; line-height: 31px; letter-spacing: -0.08px; }
.the-challenge .left .main { margin: 20px 0 0; display: flex; flex-flow: column; gap: 20px; }
.the-challenge .left h2 { margin: 65px 0 20px; padding: 0; display: inline-block; width: 100%; color: var(--senary-color); }
.the-challenge .left h2:after { content: ''; width: 205px; height: 3px; background: #F48E00; display: block; margin: 13px 0 0; border-radius: 2px; }
.the-challenge .left h2:first-child { margin-top: 0; }
.the-challenge .left h5 { color: #15324E; margin: 20px 0 0; }

.the-challenge .main .box { display: flex; border-radius: 7px; background: #FFF; overflow: hidden; }
.the-challenge .main .box .num { font-size: 44px; width: 98px; display: flex; align-items: center; justify-content: center; font-family: var(--header-font); background: #15324E url(/wp-content/uploads/2024/06/blue-round.png) no-repeat center; font-weight: 700; }
.the-challenge .main .box .text { width: calc(100% - 98px); padding: 36px 40px 30px; }
.the-challenge .main .box .text h4 { margin: 0; color: var(--tertiary-color); }

.the-challenge .right { margin-top: -37px; padding: 60px 54px; padding-right: calc((100% - 1380px) / 2); width: 40%; font-size: 17px; line-height: 29px; letter-spacing: -0.068px; background: #fff; border-top: 37px solid #0869AA; position: sticky; top: 0; min-height: 100vh; }
.the-challenge .right h4 { margin: 20px 0 0; color: var(--senary-color); }
.the-challenge .right h4:after { content: ''; width: 97px; height: 3px; background: var(--nonary-color); display: block; margin: 13px 0 0; border-radius: 2px; }
.the-challenge .right .logo { margin: 0 0 25px; line-height: 0; }

.the-challenge .testimonials { margin: 80px 0 10px; border-radius: 7px; background: #FFF; padding: 70px 80px; position: relative; z-index: 1; border-bottom: 15px solid var(--secondary-color); }
.the-challenge .testimonials .image { position: absolute; bottom: 40px; right: 20px; z-index: -1; }
.the-challenge .testimonials .content { font-size: 31px; line-height: 51px; font-style: italic; font-weight: 300; }
.the-challenge .testimonials .details { margin: 32px 0 0; display: flex; align-items: center; }
.the-challenge .testimonials .details .img { line-height: 0; width: 100px; height: 100px; overflow: hidden; border-radius: 100px; }
.the-challenge .testimonials .details .img img { width: 100%; height: 100%; object-fit: cover; }
.the-challenge .testimonials .details .text { width: calc(100% - 100px); padding: 0 0 0 23px; font-size: 17px; line-height: 29px; }
.the-challenge .testimonials .details .text h6 { margin: 0; padding: 0; font-size: 20px; line-height: 36px; color: var(--senary-color); }

.the-challenge .left .main.orange { margin-bottom: 50px; }
.the-challenge .left .orange .text h4 { color: var(--denary-color); }
.the-challenge .left .orange .num { background-image: url(/wp-content/uploads/2024/06/orange-round.png); }

.form-schedule { margin: 45px 0 0; padding: 90px 0; background: #15324E; color: #fff; position: relative; z-index: 1; }
.form-schedule:before { content: ''; position: absolute; top: 0; right: -38px; left: -100%; bottom: 0; background: #15324E; z-index: -1; }
.the-challenge .left .form-schedule h2 { color: #fff; margin: 0 0 40px; }
.form-schedule h2:after { content: ''; width: 205px; height: 3px; display: block; background: #F48E00; margin: 25px 0 0; }
.form-schedule .text { opacity: 0.71; font-weight: 300; letter-spacing: -0.08px; }
.form-schedule .title { margin: 50px 0 0; }
.form-schedule .title h3 { margin: 0; padding: 0; color: var(--denary-color); }
.the-challenge .left .form-schedule .title h2 { color: var(--primary-color); padding: 0 0 20px; margin: 0; }
.form-schedule .title h2::after { display: none; }
.the-challenge .left .title h5 { color: #fff; margin: 0 0 15px; }

/* popup css  */
.custom-popup { display: none; }
.custom-popup.show { display: block; }

body .subscribe-popup { min-width: 440px; padding: 36px; border-radius: 11px; background: #15324E; color: #FFF; font-size: 21px; line-height: 32px; }
.subscribe-popup h2.gform_title { font-size: 27px; line-height: 29px; color: #00B9FA; }
.subscribe-popup { padding: 36px; max-width: 414px; }
.subscribe-popup input { height: 55px !important; border-radius: 7px !important; padding: 0 21px !important; font-size: 19px !important; line-height: 24px !important; border-color: #fff !important; }
.subscribe-popup input.gform_button { width: 100% !important; font-size: 21px !important; line-height: 32px !important; height: 54px !important; background: var(--primary-color) !important; border-color: var(--primary-color) !important; }
.subscribe-popup input.gform_button:hover { background: var(--denary-color) !important; }
.subscribe-popup .gfield_error .input { border-color: #fff !important; }
.subscribe-popup .gform-theme--framework .gfield_validation_message { color: #fff; }

body .popup-close-btn { position: absolute; top: 12px; right: 12px; line-height: 0; }
body .popup-close-btn button { font-size: 0; width: 24px; height: 24px; background: url('/wp-content/uploads/2024/06/close.svg') no-repeat center center; }

.subscribe-popup .gform-theme--framework .gfield_validation_message { color: #fff; }
.subscribe-popup .gform-theme--framework .gform_validation_errors { border: none; padding: 0; color: #fff; }
.subscribe-popup .gform-theme--framework .gform_validation_errors .gform_submission_error { color: #fff; }
.subscribe-popup .gform-theme--framework .gform_validation_errors .gform-icon:before { color: #fff; }
#gform_wrapper_2 .gform_validation_errors {display:none!important;}

.subscribe-content .gform-theme--framework p { font-size: 21px; line-height: 32px; font-weight: 300; }
.subscribe-popup .gform_heading p.gform_required_legend { display: none; }
.subscribe-popup .gform_heading { margin: 0 0 15px; }
.subscribe-popup input.button { background-color: #F48E00 !important; border-color: #F48E00 !important; }


.overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); z-index: 1; display: none; }
.custom-popup { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff; padding: 20px; z-index: 5; display: none; }
.popup-close-btn { text-align: right; }
.popup-close-btn button { background-color: #ccc; border: none; padding: 5px 10px; cursor: pointer; }


/* career page pop up */
.pop-show{overflow-y: hidden;}
.subscribe-popup.custom-description-popup { width: 100%; max-width: 994px; background: #fff; border-radius: 7px; margin: 30px 0;     padding: 24px 24px 24px 70px;}
.subscribe-popup.custom-description-popup .popup-close-btn { right: 24px; top: 39px; }
.subscribe-popup.custom-description-popup .popup-close-btn button { background: url('/wp-content/uploads/2025/04/Close-Out.svg'); width: 48px; height: 48px; }


.subscribe-popup.custom-description-popup .pop-content { max-height: 550px; overflow: auto; padding-right: 70px; padding-top:20px; }


.subscribe-popup.custom-description-popup .pop-header { display: flex; justify-content: space-between; padding-top: 36px; align-items: flex-end;}
.subscribe-popup.custom-description-popup .pop-header .pop-left h6{padding: 0; padding: 0;font-size: 16px;font-style: normal;font-weight: 700;line-height: 23px; text-transform: uppercase;color: #00B9FA;}
.subscribe-popup.custom-description-popup .pop-right { padding-right: 100px; }
.subscribe-popup.custom-description-popup .pop-right img { width: 172px; }
.subscribe-popup.custom-description-popup .pop-content .content { font-size: 17px; font-style: normal; font-weight: 400; line-height: 26px; color: #15324E; }
.subscribe-popup.custom-description-popup .pop-content .content p { margin-bottom: 30px; padding: 0; }
.subscribe-popup.custom-description-popup .pop-content .content ol { margin: 0; list-style-position: outside; padding-left: 21px; margin-top: 15px; }
.subscribe-popup.custom-description-popup .pop-content .content ol li { padding-bottom: 20px; font-size: 15px; font-style: normal; font-weight: 400; line-height: 26px; letter-spacing: -0.06px; }
.subscribe-popup.custom-description-popup .pop-content .job-profile h3 { padding: 0; max-width:530px; }
.subscribe-popup.custom-description-popup .pop-content .job-profile h6 { margin: 35px 0; padding: 0; }
.subscribe-popup.custom-description-popup .pop-content .job-profile.skill-data h6 { font-size: 20px; font-style: normal; font-weight: 700; line-height: 31px; letter-spacing: -0.08px; color: #0082D2; }

.subscribe-popup.custom-description-popup .pop-content .mail-box { margin-top: 47px; padding-right: 15px; }
.subscribe-popup.custom-description-popup .pop-content .mail-box h6 { margin: 0; padding: 0; font-size: 20px; font-style: normal; font-weight: 700; line-height: 31px; letter-spacing: -0.08px; word-wrap: break-word;}
.subscribe-popup.custom-description-popup .pop-content .mail-box h6 a { letter-spacing: -0.08px; text-decoration-line: underline; text-decoration-style: solid; text-decoration-skip-ink: none; text-decoration-thickness: auto; text-underline-offset: auto; text-underline-position: from-font; color: #EC7100; }

.subscribe-popup.custom-description-popup .pop-content::-webkit-scrollbar { width: 25px; border-radius: 21px;}
.subscribe-popup.custom-description-popup .pop-content::-webkit-scrollbar-track { border-radius: 21px; background: #F1F5F8; }
.subscribe-popup.custom-description-popup .pop-content::-webkit-scrollbar-thumb { width: 14px; background-color: #B5C9D5; border-radius: 21px; border: 5px solid transparent; background-clip: content-box; }

.popup-block-btn-info { margin-top: 17px; }



/* End career page pop up */

/**** Form ****/
.gform_validation_errors { display: none !important; }
.gform-theme--foundation .gform_fields { gap: 26px 24px !important; }
.gform-theme--foundation .gform-grid-row { gap: 0 12px; }
.gform-theme--foundation .gfield input,
.gform-theme--foundation .gfield select { height: 46px !important; border-radius: 7px !important; padding: 0 20px !important; font-size: 16px !important; line-height: 42px !important; }

.gform-theme--framework p { font-size: 13px; line-height: 32px; }
.gform-theme--framework p a { color: var(--primary-color); text-decoration: underline; }
.form .button { font-size: 20px !important; line-height: normal !important; font-weight: 700 !important; width: 100% !important; border-radius: 40px !important; background: var(--nonary-color) !important; padding: 18px 20px !important; border-color: var(--nonary-color) !important; }
.form .button:hover { background: var(--denary-color) !important; border-color: var(--denary-color) !important; }
.form .button:focus { outline: none !important; }


/**** Home Page ****/
.hero-banner { position: relative; min-height: 705px; padding: 0; overflow-x: clip; display: flex; }
.hero-banner .img-bg:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: var(--quinary-color); opacity: 0.81; mix-blend-mode: multiply; }
.hero-banner:before,
.hero-banner:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url('/wp-content/uploads/2024/07/accent-left.png') no-repeat; pointer-events: none; }
.hero-banner:after { background: url('/wp-content/uploads/2024/07/accent-right.png') no-repeat top right; }
.hero-banner .container { position: relative; }
.hero-banner .left { padding: 60px 0; width: calc(100% - 700px); }
.hero-banner .left .sub { margin: 0 0 15px; padding: 0; font-size: 16px; line-height: 23px; text-transform: uppercase; font-weight: 700; color: #8FA0AA; font-family: var(--header-font); }
.hero-banner .left div.h2 { font-size: 70px; line-height: 75px; padding: 0 0 28px; font-family: var(--header-font); font-weight: 700; }
.hero-banner .left div.h2 span { font-size: 91px; line-height: 1; font-weight: 800; width: 100%; display: inline-block; font-style: italic; background: linear-gradient(90deg, #F48E00 30.22%, #EC4700 93.48%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-banner .list { font-size: 20px; line-height: 31px; margin: 28px 0 0; background: rgba(143, 160, 170, 0.2); padding: 15px 28px; border-radius: 11px; gap: 10px; max-width: 612px; }
.hero-banner .list ul { margin: 0; padding: 0; list-style-type: none; gap: 10px; }
.hero-banner .list label { font-weight: 700; }
.hero-banner .list ul li:before { content: 'âœ“'; margin: 0 8px 0 0; font-size: 23px; font-weight: 600; color: var(--nonary-color); }
.hero-banner .list ul li { display: flex; align-items: center; }
.hero-banner .left [class*="button-"] { margin: 50px 0 0; }
.hero-banner .right { width: 700px; position: relative; display: flex; align-items: end; justify-content: flex-end; line-height: 0; z-index: 1; }
.hero-banner .right:before { content: ''; width: 517px; height: 517px; position: absolute; bottom: 70px; left: 138px; background: #00B9FA; border-radius: 100%; z-index: -1; opacity: 0.5; }
.hero-banner .right:after { content: ''; width: 323px; height: 323px; background: #EC7100; border-radius: 100%; position: absolute; left: 0; bottom: 0; z-index: -1; opacity: 0.65; }

.trusted-by { padding: 80px 0 50px; }
.trusted-by .main { position: relative; border-radius: 17px; padding: 40px 0 24px; border: 15px solid rgba(21, 50, 78, 0.11); background: #FFFFFF; }
.trusted-by .main h6 { text-transform: uppercase; font-size: 16px; line-height: 23px; color: var(--quinary-color); padding: 0 5% 30px; }
.trusted-by .cover { gap: 28px; }
/*.trusted-by .cover img { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; }*/
.trusted-by .cover .slick-track { display: flex; gap: 50px; align-items: center; }
.trusted-by .main img { margin: 0 auto; filter: brightness(0) saturate(100%) invert(16%) sepia(26%) saturate(1577%) hue-rotate(169deg) brightness(89%) contrast(92%); }

.content-section { padding: 50px 0; position: relative; }
.content-section:before { content: ''; width: 455px; height: 682px; position: absolute; top: -130px; right: 0; background: url('/wp-content/uploads/2024/07/solution-shape.png') no-repeat; }
.content-section .main { margin: 0 auto; max-width: 910px; width: 100%; position: relative; z-index: 1; }

.contractor-tools { padding: 50px 0; background: url('/wp-content/uploads/2024/07/custom-crafted.png') no-repeat center left; overflow-x: clip; }
.contractor-tools h2 { text-align: center; padding: 0 0 50px; }
.contractor-tools .main { margin: 0 auto; padding: 48px 0 40px; max-width: 1230px; width: 100%; border: 20px solid rgba(21, 50, 78, 0.11); background: #FFFFFF; border-radius: 11px; position: relative; }
.contractor-tools .main:before { content: ''; width: 517px; height: 517px; position: absolute; top: -60px; right: -170px; background: #00B9FA; border-radius: 100%; z-index: -1; opacity: 0.21; }
.contractor-tools .main:after { content: ''; width: 244px; height: 244px; background: #EC7100; border-radius: 100%; position: absolute; top: 300px; right: -200px; z-index: -1; opacity: 0.21; }

.contractor-tools .list-box { padding: 0 48px; }
.contractor-tools .list-box .slick-track { display: flex; gap: 10px; }
.contractor-tools .list-box .slick-track > div.slick-slide { height: inherit; }
.contractor-tools .list-box .slick-track  div { height: 100%; }

.list-box { gap: 11px; }
.list-box .box { width: calc(20% - 8.8px); }
.list-box .box a { min-height: 123px; width: 100%; height: 100%; display: flex; flex-flow: column; padding: 15px; background: var(--octonary-color); border-radius: 11px; font-size: 16px; line-height: 26px; font-weight: 700; color: var(--quinary-color); overflow: hidden; position: relative; text-align: center; }
.list-box .box a:after { content: ''; width: 100%; height: 5px; position: absolute; bottom: 0; left: 0; background: var(--quinary-color); transition: all .4s ease-in-out; }
.list-box .box .icon { line-height: 0; height: 55px; display: flex; align-items: center; justify-content: center; margin: 0 0 10px; }
.list-box .box .icon img { max-height: 100%; transition: all .4s ease-in-out; }
.list-box .slick-current .box a { background: var(--quinary-color); color: var(--secondary-color); }
.list-box .slick-current .box a:after { background: var(--secondary-color); }
.list-box .slick-current .box a .icon img { filter: contrast(0%) brightness(2); }

.contractor-tools .list-box .slick-list { padding: 0 !important; }
.contractor-tools .row-box { padding: 60px 0 40px 92px; }
.contractor-tools .row-box .left { width: calc(100% - 607px); padding: 0 42px 0 0; }
.contractor-tools .row-box .right { width: 607px; }
.contractor-tools .row-box .right .image { padding: 51px 0 51px 51px; border-radius: 11px 0px 0px 11px; background: #FFF; filter: drop-shadow(0px 4px 17.1px rgba(21, 50, 78, 0.11)); }
.contractor-tools .row-box .left ul { margin: 0; padding: 0 0 0 10px; list-style-type: none; display: flex; flex-flow: column; gap: 10px 0; }
.contractor-tools .row-box .left ul li { display: inline-block; width: 100%; position: relative; font-size: 17px; line-height: 31px; padding: 0 0 0 14px; }
.contractor-tools .row-box .left ul li:before { content: ''; width: 6px; height: 6px; position: absolute; top: 12px; left: 0; background: var(--senary-color); border-radius: 100px; }
.contractor-tools .row-box .left [class*="button-"] { margin: 60px 0 0; }
.contractor-tools .row-box .left [class*="button-"] a { padding: 13px 20px; min-width: 277px; }

.number-box { margin: 32px 0 0; gap: 6px; }
.number-box .num { width: 170px; font-size: 14px; line-height: 20px; text-transform: uppercase; font-weight: 700; font-family: var(--header-font); padding: 7px 16px 12px; border-radius: 11px; background: var(--octonary-color); }
.number-box .num h3 { padding: 0; color: #0082D2; }

.company-logo { padding: 110px 0 70px; }
.company-logo .main-title h4 { color: var(--tertiary-color); }
.company-logo .main { margin: 0 auto; max-width: 1245px; width: 100%; gap: 18px; }

.company-logo [class*="cover-"]{margin:17px 0 0;text-align:center;position:relative;}
.company-logo [class*="cover-"]:before,
.company-logo [class*="cover-"]:after{content:'';width:100px;height:100%;position:absolute;top:0;left:0;background:rgb(255,255,255);background:linear-gradient(102deg,rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);z-index:1;}
.company-logo [class*="cover-"]:after{left:auto;right:0;transform:scale(-1);}
.company-logo [class*="cover-"] .slick-track{display:flex;align-items:center;justify-content:center;gap:15px;margin:0 auto;}
.company-logo [class*="cover-"] .box{padding:10px 40px;background:#F1F5F8;border-radius:31px;line-height:0;min-height:100px;display:flex!important;align-items:center;justify-content:center;/*min-width:297px;*/}
.company-logo [class*="cover-"] .box img{max-height:100%;}
.company-logo [class*="cover-"] .slick-slide{float:none;display:inline-block;}
.company-logo [class*="cover-2"]{margin:17px auto 0;max-width:1000px;}
.company-logo [class*="cover-3"]{max-width:763px;margin:17px auto 0;}
.company-logo.extra-company-logo-option{background:#fff;}

/*.company-logo.extra-company-logo-option [class*="cover-"]:before,
.company-logo.extra-company-logo-option [class*="cover-"]:after{background:linear-gradient(102deg,rgba(241,245,248,1) 10%,rgba(241,245,248,0) 100%);}*/

.company-logo .content { margin: 40px auto 0; max-width: 901px; width: 100%; }
.company-logo [class*="button-"] a { min-width: 273px; }
.company-logo [class*="button-"] { margin: 44px 0 0; }

.comment-section { padding: 75px 0 200px; position: relative; }
.comment-section:before , .comment-section:after { content: ''; margin: auto; width: 455px; height: 682px; position: absolute; top: -60px; left: 20px; bottom: 0; background: url('/wp-content/uploads/2024/07/solution-shape.png') no-repeat; pointer-events: none; }
.comment-section:after { left: auto; right: 20px; transform: scaleX(-1); }
.comment-section > div { position: relative; z-index: 1; }
.comment-section .main-title { margin: 0 0 45px; }
.comment-section .slick-track { display: flex; gap: 30px; }
.comment-section .slick-track .slick-slide { display: flex; flex-flow: column; gap: 30px; height: inherit; }
.comment-section .box { width: calc(33.33% - 20px); padding: 24px 36px 28px; background: var(--quinary-color); border-radius: 11px; display: flex !important; flex-flow: column; gap: 20px 0; position: relative; overflow: hidden; height: 100%; }
.comment-section .box .boxin { display: flex; flex-flow: column; gap: 20px 0; }
.comment-section .box:after { content: ''; width: 100%; height: 10px; position: absolute; bottom: 0; left: 0; background: var(--primary-color); }
.comment-section .box .reting { font-weight: 700; gap: 10px 15px; }
.comment-section .box .star { line-height: 0; width: 120px; overflow: hidden; }
.comment-section .box .star img { min-width: 120px; }
.comment-section .box .content { font-weight: 700; }
.comment-section .box .employees { color: #8FA0AA; }
.comment-section .slick-track .slick-slide > div { height: 100%; }

.comment-section .box .star.four { width: 97px; }
.comment-section .box .star.tree { width: 73px; }
.comment-section .box .star.two { width: 47px; }
.comment-section .box .star.one { width: 25px; }

.overall-rating { margin: 36px 0 0; gap: 50px; }
.overall-rating .logo { line-height: 0; width: 213px; }
.overall-rating .reting { gap: 20px; font-size: 16px; line-height: 31px; font-weight: 700; }
.overall-rating .reting .star { line-height: 0; width: 167px; overflow: hidden; }
.overall-rating .reting .star img { min-width: 167px; }

.overall-rating .reting .star.four { width: 132px; }
.overall-rating .reting .star.tree { width: 100px; }
.overall-rating .reting .star.two { width: 66px; }
.overall-rating .reting .star.one { width: 35px; }

.recent-news { padding: 80px 0 130px; background: rgba(21, 50, 78, 0.05); position: relative; overflow-x: clip; }
.recent-news:before { content: ''; position: absolute; top: -35px; left: calc((100% - 1380px) / 2); right: 0; height: 35px; border-radius: 31px 0 0 0; background: var(--primary-color); }
.recent-news:after { content: ''; width: 455px; height: 682px; position: absolute; top: -80px; right: 100px; background: url('/wp-content/uploads/2024/07/solution-shape.png') no-repeat; pointer-events: none; transform: rotate(-88deg) scaleX(-1); }
.recent-news > div { position: relative; z-index: 1; }

.recent-news .main { gap: 0; min-height: auto; }
.recent-news .main { margin: 0 -30px; }
.recent-news .slick-track { display: flex; gap: 30px; }
.recent-news .main-title { margin: 0 0 87px; max-width: 910px; }
.recent-news .main-title h2 { padding: 0 0 30px; }
.recent-news .tags { font-size: 16px; line-height: 30px; margin: 0 0 10px; text-transform: uppercase; font-weight: 700; font-family: var(--header-font); }
.recent-news .tags a { color: var(--denary-color); }
.recent-news [class*="button-"] { margin: 55px 0 0; }
.recent-news [class*="button-"] a { min-width: 273px; }
.recent-news .slick-slide { height: initial; }
.recent-news .slick-slide > div { height: 100%; }

/*** ***/
.contractor-hero { padding: 0 0 40px; position: relative; min-height: 705px; overflow-x: clip; display: flex; flex-flow: column; }
.contractor-hero:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url('/wp-content/uploads/2024/07/accent-right.png') no-repeat top right; pointer-events: none; }
.contractor-hero .container { position: relative; }
.contractor-hero .left { padding: 93px 0; width: calc(100% - 512px); }
.contractor-hero .left h1.sub { font-size: 16px; line-height: 23px; text-transform: uppercase; font-weight: 700; color: #8FA0AA; font-family: var(--header-font); margin: 0 0 15px; padding: 0; }
.contractor-hero .left h1, .contractor-hero .left h2 { font-size: 60px; line-height: 75px; padding: 0 0 28px; color: var(--primary-color); }
.contractor-hero .left [class*="button-"] { margin: 20px 0 0; }
.contractor-hero .right { margin-right: -40px; width: 552px; position: relative; display: flex; align-items: end; justify-content: flex-end; line-height: 0; z-index: 1; text-align: center; }
.contractor-hero .right:before { content: ''; margin: 0; width: 338px; height: 338px; background: var(--primary-color); border-radius: 100%; position: absolute; left: 35px; bottom: 250px; z-index: -1; }
.contractor-hero .right:after { content: ''; margin: 0 0 0 auto; width: 463px; height: 463px; position: absolute; bottom: 0; left: 0; right: 0; background: var(--quinary-color); border-radius: 100%; z-index: -1; }

.contractor-hero .right .img { position: absolute; bottom: 0; left: 0; :; max-width: 460px; width: 100%; display: flex; flex-flow: column; }
.contractor-hero .right .img [class*="img-"] { width: 385px; padding: 30px 0 30px 30px; background: #FFF; border-radius: 12px; filter: drop-shadow(0px 4px 17.1px rgba(21, 50, 78, 0.11)); }
.contractor-hero .right .img [class*="img-2"] { width: 220px; margin: -40px 0 0 auto; padding: 18px 0 18px 18px; }
.white-banner-video-cta a { padding: 2px 20px; border-color: #2f404f; color: #2f404f; min-height: auto; display: flex; align-items: center; justify-content: center; }
.contractor-hero .left .btn-group { gap: 10px 20px; }

.decisions-section { padding: 42px 0 125px; position: relative; }
.decisions-section:before , .decisions-section:after { content: ''; margin: auto; width: 455px; height: 682px; position: absolute; top: -300px; left: 20px; bottom: 0; background: url('/wp-content/uploads/2024/07/solution-shape.png') no-repeat; pointer-events: none; transform: scaleX(-1); opacity: 0.4; }
.decisions-section:after { top: 100%; left: auto; right: 20px; transform: scaleX(1); }
.decisions-section > div { position: relative; }
.decisions-section .main-title { margin: 0 auto 48px; max-width: 910px; width: 100%; }
.decisions-section .main { margin: 0 auto; max-width: 910px; width: 100%; gap: 27px; }
.decisions-section .box { width: calc(33.33% - 18px); padding: 20px 30px; background: #FFF; border-radius: 11px; font-size: 20px; line-height: 31px; height: 100%; }
.decisions-section .box h2 { padding: 0; }
.decisions-section .box h2 span { color: var(--primary-color); }
.decisions-section .box h4 { padding: 0 0 12px; font-size: 28px; line-height: 31px; }

.text-image { padding: 80px 0; background: #FFF; }
.text-image.first { position: relative; }
.text-image.first:after { content: ''; width: 100%; height: 369px; position: absolute; top: -80px; background: #FFF; filter: blur(44.349998474121094px); pointer-events: none; }
.text-image > div { position:  relative; z-index: 1; }
.text-image .title { max-width: 910px; width: 100%; margin: 0 0 30px; }
.text-image .left { width: calc(100% - 675px); padding: 0 28px 0 0; font-size: 20px; line-height: 31px; }
.text-image .left h3 { color: var(--primary-color); }
.text-image .left p { padding: 0 0 22px; }
.text-image .left h6 { font-size: 20px; }
.text-image .left ul { margin: 0; padding: 0 0 0 10px; list-style-type: none; }
.text-image .left ul li { position: relative; margin: 6px 0; display: inline-block; width: 100%; padding: 0 0 0 14px; font-size: 17px; line-height: 31px; }
.text-image .left ul li:before { content: ''; width: 6px; height: 6px; position: absolute; top: 12px; left: 0; background: #000; border-radius: 10px; }
.text-image .image { width: 675px; position: relative; z-index: 1; }
.text-image .image > div { width: 100%; max-width: 528px; margin: 0 0 0 auto; padding: 40px; padding-right: 0; background: #FFF; border-radius: 10px; filter: drop-shadow(0px 4px 44.1px rgba(21, 50, 78, 0.11)); }
.text-image .image > div.img-2 { margin: -160px 0 0 0; padding: 25px 0 25px 25px; max-width: 331px; }
.text-image .image:before,
.text-image .image:after { content: ''; width: 446px; height: 446px; border-radius: 100%; background: var(--primary-color); position: absolute; top: -20px; left: 0; opacity: 0.51; }
.text-image .image:after { background: var(--denary-color); width: 334px; height: 334px; bottom: -70px; top: auto; left: auto; right: 70px; z-index: -1; opacity: 0.21; mix-blend-mode: multiply; }
.text-image.last { padding-bottom: 200px; }

.text-image.set-shadow .image:before { left: 40px; top: -60px; }
.text-image.set-shadow .image:after { left: -30px; right: auto; bottom: -58px; }

.testimonial-section { padding: 75px 0; background: #FFF; position: relative; }
.testimonial-section:before , .testimonial-section:after { content: ''; margin: auto; width: 455px; height: 682px; position: absolute; top: -60px; left: 20px; bottom: 0; background: url('/wp-content/uploads/2024/07/solution-shape.png') no-repeat; pointer-events: none; transform: scaleX(-1); opacity: 0.4; }
.testimonial-section:after { top: 100%; left: auto; right: 20px; transform: scaleX(1); }
.testimonial-section .main { margin: 0 auto; max-width: 1100px; width: 100%; padding: 0 50px; }
.testimonial-section .box { margin: 0 auto; max-width: 910px; }
.testimonial-section .box h3 { font-family: var(--body-font); font-style: italic; }
.testimonial-section .box .content:before { content: ''; width: 57px; height: 46px; background: url('/wp-content/uploads/2024/07/quote.svg') no-repeat; display: block; margin: 0 auto 26px; }
.testimonial-section .details { margin: 20px 0 0; font-size: 17px; line-height: 29px; }
.testimonial-section .details .logo { line-height: 0; margin: 0 0 25px; }
.testimonial-section .details .logo img { margin: 0 auto; }
.testimonial-section .details h6 { padding: 0 0 5px; font-size: 20px; }


/*.schedule-demo { padding: 95px 0 112px; background: var(--quinary-color) url('/wp-content/uploads/2024/07/line-right.png') no-repeat center left; position: relative; }
.schedule-demo h2 { color: var(--primary-color); }
.schedule-demo .image { width: 559px; position: relative; text-align: right; }
.schedule-demo .image .img { width: 100%; border-radius: 559px; overflow: hidden; line-height: 0; opacity: 0.5; }
.schedule-demo .image .img + .img { position: absolute; top: 0; left: 0; height: 480px; opacity: 1; z-index: 1; border-radius: 0; }
.schedule-demo .image .img + .img:before { content: ''; width: 465px; height: 465px; position: absolute; top: 0; left: 0; background: var(--primary-color); border-radius: 100%; z-index: 1; opacity: 0.5; }

.schedule-demo .image:after { content: ''; margin: 0 auto; width: 559px; height: 559px; position: absolute; bottom: 0; left: 0; right: 0; border-radius: 100%; background: var(--quinary-color); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); mix-blend-mode: multiply; }
.schedule-demo .right { width: calc(100% - 559px); padding: 0 0 0 40px; }
.schedule-demo .right .sub { color: var(--denary-color); font-family: var(--header-font); text-transform: uppercase; font-weight: 700; font-size: 16px; line-height: 23px; margin: 0 0 10px; }
.schedule-demo .right h6 { color: #FFF; font-size: 23px; line-height: 35px; }

.schedule-demo .form .gform_heading { display: none; }
.schedule-demo .form label.gfield_label { display: none; }
.schedule-demo .form { margin: 25px 0 0; }*/

.schedule-demo { padding: 95px 0 112px; background: var(--quinary-color) url('/wp-content/uploads/2024/07/line-right.png') no-repeat center left; position: relative; }
.schedule-demo h2 { color: var(--primary-color); }
.schedule-demo .image { width: 559px; position: relative; text-align: right; border-radius: 0 0 1000px 1000px; overflow: hidden; opacity: 0.31; }
.schedule-demo .image:before { content: ''; width: 559px; height: 559px; position: absolute; bottom: 0; left: 0; background: #15324E; }
.schedule-demo .image .img { border-radius: 1000px; line-height: 0; position: relative; background: #15324E; mix-blend-mode: multiply; width: 560px; height: 560px; opacity: 0.95; display: flex; align-items: flex-end; }
.schedule-demo .image .circle { position: absolute; top: 2px; left: 0px; height: 465px; width: 465px; overflow: hidden; border-radius: 100%; background: #00B9FA; opacity: 1; mix-blend-mode: normal; z-index: 0; }
.schedule-demo .image > .img:first-child { margin: 150px 0 0; z-index: 1; }
.schedule-demo .image > .img:first-child img { position: relative; z-index: 1; margin: -147px 0 0 0; right: -60px; }


.schedule-demo.schedule-demo-modify .image .circle { background: #F48E00; left: auto; right: 0; }
.schedule-demo.schedule-demo-modify .image > .img:first-child img { margin: 0; right: 0; }

.schedule-demo .right { width: calc(100% - 559px); padding: 0 0 0 40px; position: relative; }
.schedule-demo .right .sub { color: var(--denary-color); font-family: var(--header-font); text-transform: uppercase; font-weight: 700; font-size: 16px; line-height: 23px; margin: 0 0 10px; }
.schedule-demo .right h6 { color: #FFF; font-size: 23px; line-height: 35px; }

.schedule-demo .form { margin: 25px 0 0; position: relative; }
.schedule-demo .form .gform_heading { display: none; }
.schedule-demo .form label.gfield_label { display: none; }
.schedule-demo .form p { color: #FFF; }

.schedule-demo .form iframe { min-height: 530px !important; }

/**** Who We Help ***/
.company-hero { margin-bottom: -195px; padding: 0 0 250px; background: var(--senary-color); color: var(--octonary-color); overflow-x: clip; }
.company-hero:before { content: ''; width: calc(100% + 400px); height: 1000px; position: absolute; top: calc(100% - 260px); left: -200px; background: #FFF; filter: blur(118.9000015258789px); }
.company-hero h1 { color: var(--primary-color); }
.company-hero .left { padding:39px 37px 39px 0; }
.company-hero .btn-group { gap: 0 38px; }
.company-hero .btn-group [class*="button-1"] a { min-width: 300px; }
.company-hero .btn-group [class*="button-"] a { height: 100%; display: flex; align-items: center; justify-content: center; }
.company-hero .right { padding: 100px 0 70px 0; }
.company-hero .right:before { left: auto; right: 50px; }
.company-hero .right:after { right: auto; background: var(--tertiary-color); opacity: 0.85; width: 433px; height: 433px; bottom: 70px; left: -9px; }
.company-hero .right .image { margin-right: -33px; }
.company-hero .right .img { left: 30px; }
.company-hero .right .img [class*="img-2"] { margin: -90px 0 0 auto; }

.text-section { margin: 75px 0 40px; position: relative; }
.text-section:before , .text-section:after { content: ''; margin: auto; width: 455px; height: 682px; position: absolute; top: -300px; left: 20px; bottom: 0; background: url('/wp-content/uploads/2024/07/solution-shape.png') no-repeat; pointer-events: none; transform: scaleX(-1); opacity: 0.4; }
.text-section:after { top: 100%; left: auto; right: 20px; transform: scaleX(1); }
.text-section .main { margin: 0 auto; max-width: 910px; width: 100%; }
.text-section .main h2 { padding: 0 0 29px; }
.text-section .main h2 span { color: var(--primary-color); }

.text-image-who .image::before { right: 0; margin: auto; background: var(--tertiary-color); }
.text-image-who .image::after { background: var(--quinary-color); width: 274px; height: 274px; }
.text-image-who .btn-group { gap: 30px; margin: 40px 0 0; max-width: 616px; }
.text-image-who .btn-group [class*="button-"] { width: calc(50% - 15px); }
.text-image-who .btn-group [class*="button-"] a { width: 50%; }
.text-image-who .btn-group [class*="button-"] a { width: 100%; padding: 17px 20px; }

.text-image-who.image-left .main { flex-direction: row-reverse; }
.text-image-who.image-left .left { padding: 0 0 0 60px; width: calc(100% - 620px); }
.text-image-who.image-left .image { width: 620px; }
.text-image-who.image-left .image::before { right: auto; left: -10px; }
.text-image-who.image-left .image::after { top: -50px; bottom: auto; left: 0; right: 0; margin: auto; }

.testimonial-section .main-title { margin-bottom: 50px; }
.testimonial-section .main-title .sub { font-size: 16px; line-height: 23px; text-transform: uppercase; font-weight: 700; color: var(--tertiary-color); margin: 0 0 15px; }
.testimonial-section .main-title h2 { color: var(--quinary-color); }

.faq-section { padding: 60px 0 150px; background: #FFF; font-size: 17px; line-height: 29px; }
.faq-section .main-title { margin: 0 0 10px; }
.faq-section .question { padding: 24px 34px 24px 0; cursor: pointer; font-size: 20px; line-height: 31px; font-weight: 700; min-height: 116px; display: flex; align-items: center; position: relative; }
.faq-section .question:after { content: ''; width: 20px; height: 12px; background: url('/wp-content/uploads/2024/07/keyboard_arrow_down-1.svg') no-repeat center center; position: absolute; right: 0; transition: all .4s ease-in-out; }
.faq-section .question.active:after { transform: rotate(180deg); }
.faq-section .box { border-top: 1px solid rgba(21, 50, 78, 0.21); }
.faq-section .box .answer { padding: 0 0 45px; display: none; }
.faq-section .box:last-child { border-bottom: 1px solid rgba(21, 50, 78, 0.21); }

.schedule-who .image .circle { width: 433px; height: 433px; }
.schedule-who .image > .img:first-child { margin: 103px 0 0; display: flex; align-items: end; justify-content: center; }
.schedule-who .image > .img:first-child img { margin: 0 0 0 123px; position: relative; top: -13px; min-width: 578px; }
.schedule-who .image { overflow: visible; }
.schedule-who .image:before { border-radius: 100%; bottom: 9px; }

.testimonial-section.shape-set:after { top: 0; }
.testimonial-section.shape-set:before { top: -100%; }

.shape-right { position: relative; }
.shape-right:after { content: ''; margin: auto; width: 455px; height: 682px; position: absolute; top: -50%; right: 20px; bottom: 0; background: url(/wp-content/uploads/2024/07/solution-shape.png) no-repeat; pointer-events: none; opacity: 0.4; transform: scaleX(1); }


/*** Integrations Overview ****/
.hero-integrations { padding: 39px 0 0; position: relative; }
.hero-integrations:before , .hero-integrations:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url('/wp-content/uploads/2024/07/right-shape.png') no-repeat top right; pointer-events: none; opacity: 0.50; }
.hero-integrations:before { transform: scaleX(-1); }
.hero-integrations .main { margin: 0 auto; max-width: 675px; width: 100%; position: relative; z-index: 1; }
.hero-integrations h1.sub { margin: 0 0 10px; padding-bottom: 0; font-size: 16px; line-height: 24px; text-transform: uppercase; font-weight: 700; color: #8FA0AA; }
.hero-integrations h2 { font-size: 60px; line-height: 75px; }

.hero-integrations .cloud { height: 300px; display: flex; align-items: end; justify-content: center; background: url('/wp-content/uploads/2024/07/dots.png') no-repeat center center; padding: 0 0 50px; position: relative; }
.hero-integrations .cloud:before { content: ''; width: 100%; height: 100px; position: absolute; bottom: 0; left: 0; background: var(--octonary-color); z-index: 1; }
.hero-integrations .cloud img { position: relative; z-index: 1; }
.hero-integrations .cloud:after { content: ''; width: 82%; height: 82px; position: absolute; bottom: 40px; left: 0; right: 0; opacity: 0.21; background: #15324E; filter: blur(18.350000381469727px); border-radius: 200px; margin: 0 auto; }

.business-efforts { margin: 0 0 48px; }
.business-efforts .left-in { width: calc(100% - 440px); padding: 0 30px 0 0; }
.business-efforts .right-in { width: 440px; padding: 25px 32px; background: #FFF; border-radius: 11px; }
.business-efforts .right-in .sub { text-transform: uppercase; font-weight: 700; font-size: 16px; line-height: 25px; color: #8FA0AA; }
.business-efforts .right-in  h5 { color: #0082D2; padding: 0 0 5px; }
.business-efforts .right-in [class*="button-"] { margin: 20px 0 0; }
.business-efforts .right-in .left { width: calc(100% - 130px); }
.business-efforts .right-in .left .con { max-width: 200px; width: 100%; }
.business-efforts .right-in .right { width: 130px; position: relative; line-height: 0; }
.business-efforts .right-in .right .image { width: 110px; margin: 0 auto; position: relative; z-index: 1; }
.business-efforts .right-in .right .img { width: 106px; border-radius: 3px; padding: 8px 0 8px 5px; filter: drop-shadow(0px 4px 9.8px rgba(0, 0, 0, 0.11)); margin: -50px 0 0; background: #FFF; position: relative; z-index: 1; }
.business-efforts .right-in .right .image img { position: relative; z-index: 1; border-radius: 0 0 100px 100px; }
.business-efforts .right-in .right .image:before,
.business-efforts .right-in .right .image:after { content: ''; width: 128px; height: 128px; position: absolute; bottom: 0px; left: -10px; background: #15324E; border-radius: 100%; }
.business-efforts .right-in .right .image:after { width: 94px; height: 94px; bottom: auto; top: 0; left: -30px; background: #00B9FA; z-index: -1; }


.nav-list { position: sticky; top: 87px; left: 0; z-index: 9; padding: 17px 0; }
.nav-list ul { margin: 0; padding: 0; list-style-type: none; display: flex; flex-wrap: wrap; gap: 15px; }
.nav-list ul li { margin: 0; padding: 0; display: inline-block; }
.nav-list ul li a { font-size: 17px; line-height: 23px; padding: 14px 29px; border-radius: 40px; background: var(--eleven-color); color: var(--quinary-color); font-weight: 700; display: inline-block; cursor: pointer; }
.nav-list ul li a:hover , .nav-list ul li.active a { background: var(--tertiary-color); color: #FFF; }
.nav-list.active { background: #FFF; }

.nav-list label { width: 100%; padding: 12px 15px; border-radius: 5px; border: 1px solid var(--quinary-color); font-size: 14px; line-height: 24px; position: relative; text-transform: uppercase; font-weight: 600; letter-spacing: 0.5px; display: none; }

.integrations-cover { padding: 0 0 100px; }
.integrations-section { margin: 100px 0 0; }
.integrations-section h2 { color: var(--tertiary-color); }
.integrations-section .main-title { max-width: 1142px; width: 100%; margin: 0 0 50px; }
.integrations-section .main { gap: 30px; position: relative; }
.integrations-section .main:after { content: ''; margin: auto; width: 455px; height: 682px; position: absolute; top: -60%; right: -120px; bottom: 0; background: url('/wp-content/uploads/2024/07/solution-shape.png') no-repeat; pointer-events: none; opacity: 0.4; }
.integrations-section .main.remove-shape:after { display: none; }
.integrations-section .box { width: calc(50% - 15px); background: #FFF; border-radius: 11px; padding: 60px 48px 110px; position: relative; z-index: 1; }
.integrations-section .box .logo { line-height: 0; height: 62px; display: flex; align-items: center; margin: 0 0 40px; }
.integrations-section .box [class*="button-"] { position: absolute; bottom: 0; right: 0; }
.integrations-section .box [class*="button-"] a { min-width: 217px; padding: 13px 20px; border-radius: 11px 0; }
.integrations-section .box [class*="button-"] a span { display: flex; align-items: center; justify-content: center; }
.integrations-section .box [class*="button-"] a span:after { content: ''; width: 16px; height: 16px; background: url('/wp-content/uploads/2024/07/white-arrow.svg') no-repeat center center; display: inline-block; margin-left: 10px; position: relative; left: 0; transition:all .4s ease-in-out; }
.integrations-section .box [class*="button-"] a:hover span:after { left: 3px; }

.integrations-section .box.remove-btn { padding-bottom: 60px; }

.integrations-section .main .image-cover { padding: 0; text-align: right; line-height: 0; background: transparent; }
.integrations-section .main .image-cover .img { position: absolute; top: 0; left: 0; bottom: 0; display: flex; align-items: center; justify-content: center; }
.integrations-section .main .image-cover .image { margin: 0 0 0 auto; width: 433px; position: relative; z-index: 1; }
.integrations-section .main .image-cover .image img { position: relative; z-index: 1; }
.integrations-section .main .image-cover .image:before , .integrations-section .main .image-cover .image:after { content: '';  width: 433px; height: 433px; position: absolute; right: 0; bottom: 0; background: var(--quinary-color); opacity: 0.55; border-radius: 100% }
.integrations-section .main .image-cover .image:after { width: 203px; height: 203px; background: var(--nonary-color); left: -40px; bottom: 30px; }

.integrations-section .main .image-cover.center .image:before { left: -25px; }
.integrations-section .main .image-cover.center .image:after { bottom: auto; top: 30px; }

.integrations-section .main .image-cover.top-left-circle .image:before { left: -25px; }
.integrations-section .main .image-cover.top-left-circle .image:after { bottom: auto; top: 30px; }

.integrations-section .main .image-cover.top-right-circle .image:before { right: -25px; }
.integrations-section .main .image-cover.top-right-circle .image:after { top: 50px; bottom: 0; right: 0; left: auto; }
.integrations-section .main .image-cover.blue .image:after { background: var(--primary-color); }

/**** integration-specific ****/
.specific-hero { padding: 39px 0; position: relative; }
.specific-hero:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url('/wp-content/uploads/2024/07/accent-right.png') no-repeat top right; pointer-events: none; }
.specific-hero > div { position: relative; }
.specific-hero .left { width: calc(100% - 422px); padding: 0 50px 0 0; position: relative; z-index: 1; }
.specific-hero .right { width: 422px; position: relative; }
.specific-hero .left .sub { margin: 0 0 15px; padding: 0; text-transform: uppercase; font-weight: 700; font-size: 16px; line-height: 24px; font-family: var(--header-font); opacity: 0.55; }
.specific-hero .left h2 { padding: 0 0 30px; font-size: 60px; line-height: 75px; }
.specific-hero .right .image { position: relative; line-height: 0; z-index: 1; }
.specific-hero .right .image img { position: relative; z-index: 1; }
.specific-hero .right .image:before,
.specific-hero .right .image:after { content: ''; width: 407px; height: 407px; border-radius: 100%; opacity: 0.55; background: var(--TB-Header-Blue, #15324E); position: absolute; bottom: -2px; left: -18px; }
.specific-hero .right .image:after { top: 30px; left: -40px; width: 245px; height: 245px; background: #F48E00; }
.specific-hero .right .img { position: absolute; bottom: 0; top: 60px; right: 0; min-width: 740px; margin: auto; display: inline-block; align-items: center; }
.specific-hero .right .logo { padding: 20px; width: 383px; height: 102px; background: #FFF; border-radius: 11px; display: flex; align-items: center; justify-content: center; margin: -60px 0 0; position: relative; z-index: 1; filter: drop-shadow(0px 0px 28.4px rgba(49, 70, 95, 0.17)); }

.company-grey { padding: 50px 0 180px; }
.company-grey .main-title { margin: 0 auto 20px; max-width: 907px; width: 100%; }
.company-grey .main-title .content { margin: 0; }
.company-grey [class*="cover-"] .box { background: #FFF; }
.company-grey [class*="cover-"]:before,
.company-grey [class*="cover-"]:after { background: linear-gradient(102deg, rgba(241, 245, 248, 1) 10%, rgba(255, 255, 255, 0) 100%); }
.company-grey [class*="button-"] { margin: 58px 0 0; }

.procore-integration { padding: 50px 0 60px; }
.procore-integration .main-title { margin: 0 0 40px; }
.procore-integration .main-title h2 { color: var(--tertiary-color); }
.procore-integration .main { gap: 49px 30px; }
.procore-integration .box { width: calc(33.33% - 20px); border-radius: 11px; background: #FFF; padding: 0 45px 45px; position: relative; z-index: 1; display: flex; flex-flow: column; justify-content: space-between; }
.procore-integration .box:before { content: ''; width: 100%; height: 100%; background: url('/wp-content/uploads/2024/07/shape-box.png') no-repeat top right; position: absolute; top: 0; right: 0; opacity: 0.31; pointer-events: none; }
.procore-integration .box .icon { width: 138px; height: 138px; display: flex; align-items: center; justify-content: center; background: rgba(21, 50, 78, 0.55); border-radius: 100%; margin: -14px 0 29px; position: relative; }
.procore-integration .box .icon:before { content: ''; width: 83px; height: 83px; background: var(--primary-color); border-radius: 100px; position: absolute; top: -5px; left: -10px; opacity: 0.55; }
.procore-integration .box .icon img { position: relative; }
.procore-integration .box.orange .icon:before { background: var(--denary-color); }
.procore-integration .box.dark .icon:before { background: var(--tertiary-color); }
.procore-integration .box .btn-group { margin: 35px 0 0; display: flex; flex-flow: column; gap: 27px 0; }
.procore-integration .box .btn-group > div a { width: 100%; }


/* modify one last block */
.procore-integration.maximize-section-modify .box.img-box { width: calc(33.33% - 20px); position: relative; right: 0; bottom: 0; z-index: -1; }
.procore-integration.maximize-section-modify .box.img-box .image:after { width: 155px; height: 155px; left: 50px; right: auto; top: 50%; transform: translateY(-25%); }
.procore-integration.maximize-section-modify .box.img-box .image:before { width: 330px; height: 330px; }
.procore-integration.maximize-section-modify .box.img-box .img { left: -139px; width: 100%; z-index: -1; }

.real-time { padding: 60px 0; overflow-x: clip; }
.real-time .main-title { max-width: 1140px; width: 100%; margin: 0 0 32px; }
.real-time .main-title h2 { color: var(--tertiary-color); }
.real-time .main { margin: 0 auto; max-width: 910px; width: 100%; position: relative; }
.real-time .main:before , .real-time .main:after { content: ''; margin: auto; width: 680px; height: 455px; position: absolute; left: -390px; bottom: 0; background: url('/wp-content/uploads/2024/07/accent-shape.png') no-repeat; opacity: 0.11; }
.real-time .main:after { right: -340px; left: auto; top: 0; bottom: auto; } 
.real-time .main-row { background: #FFF; border-radius: 11px; position: relative; z-index: 1; }
.real-time .main .title { background: var(--quinary-color); border-radius: 11px 11px 0 0; min-height: 104px; display: flex; align-items: center; justify-content: center; }
.real-time .main .title h3 { padding: 0; color: var(--primary-color); }
.real-time .cover { padding: 22px 28px; }
.real-time .logos { display: flex; flex-wrap: wrap; gap: 10px; }
.real-time .logos > div:nth-child(2) { width: 109px; }
.real-time .logos > div { width: calc(50% - 65px); background: var(--octonary-color); border-radius: 7px; padding: 10px; display: flex; align-items: center; justify-content: center; height: 93px; }
.real-time .logos > div img { max-width: 190px; }
/* .real-time .custom-intigration-title { max-width: 100%;} */

.real-time .row { padding: 10px 0; display: flex; flex-flow: column; gap: 8px; }
.real-time .box { display: flex; flex-wrap: wrap; border-radius: 7px;}
.real-time .box > div:nth-child(2) { width: 109px; }
.real-time .box > div { width: calc(50% - 55px); min-height: 69px; padding: 10px; display: flex; align-items: center; justify-content: center; }
.real-time .box:nth-child(even) { background: var(--octonary-color); }

.procore-integration .box.img-box { width: calc(66.67% - 10px); padding: 0; background: transparent; display: flex; justify-content: flex-end; align-items: center; }
.procore-integration .box.img-box .image { width: 433px; display: flex; justify-content: flex-end; position: relative; z-index: 1; }
.procore-integration .box.img-box .image:before,
.procore-integration .box.img-box .image:after { content: ''; width: 433px; height: 433px; position: absolute; bottom: 0; right: 0; background: #15324E; border-radius: 100%; opacity: 0.55; }
.procore-integration .box.img-box .image img { position: relative; }
.procore-integration .box.img-box .image:after { width: 203px; height: 203px; left: -40px; bottom: 30px; background: #F48E00; }
.procore-integration .box.img-box .img { position: absolute; top: 0; bottom: 0; width: 100%; text-align: center; }
.procore-integration .box.img-box:before { display: none; }

.procore-integration.dark-bg { position: relative; overflow-x: clip; }
.procore-integration.dark-bg:before { content: ''; width: 455px; height: 680px; background: url('/wp-content/uploads/2024/08/shape-img.png') no-repeat; position: absolute; top: 0; left: -30px; }

.process-works { padding: 50px 0; position: relative; }
.process-works:before , .process-works:after { content: ''; margin: auto; width: 455px; height: 682px; position: absolute; top: -60px; left: 20px; bottom: 0; background: url('/wp-content/uploads/2024/07/solution-shape.png') no-repeat; pointer-events: none; transform: scaleX(-1); opacity: 0.4; }
.process-works:after { top: auto; bottom: 0; left: auto; right: 20px; transform: scaleX(1); }
.process-works .main-title { max-width: 1140px; width: 100%; margin: 0 0 32px; }
.process-works .main-title h2 { color: var(--tertiary-color); }

.process-works .main { margin: 0 auto; max-width: 1150px; width: 100%; position: relative; z-index: 1; }
.process-works .title-box { display: flex; flex-flow: wrap; justify-content: center; gap: 12px; }
.process-works .ttl-box { width: calc(50% - 6px); min-height: 70px; background: #FFF; border-radius: 7px; display: flex; align-items: center; justify-content: center; gap: 30px; font-size: 17px; line-height: 25px; font-weight: 700; padding: 10px 20px; }
.process-works .ttl-box span { gap: 0 14px; }

.process-works .title-box .line { width: calc(50% - 6px); min-height: 34px; border: 2px solid #15324E; border-top: 0; margin: -12px 0 0; position: relative; opacity: 0.75; }
.process-works .title-box .line:before { content: ''; height: 45px; width: 2px; background: #15324E; display: block; margin: 0 auto; position: absolute; bottom: -46px; right: 0; left: 0; }
.process-works .title-box .line:after { content: ''; width: 10px; height: 10px; margin: 0 auto; background: #15324E; position: absolute; bottom: -50px; left: 0; right: 0; border-radius: 10px; }

.process-works .cover { margin: 60px 0 0; }
.process-works .cover > div { display: flex; flex-flow: column; gap: 18px; }
.process-works .cover .box { width: 321px; font-size: 16px; line-height: 25px; background: #FFF; border-radius: 7px; position: relative; }
.process-works .cover .box .title { border-radius: 7px 7px 0px 0px; background: rgba(21, 50, 78, 0.75); color: #FFF; padding: 7px 10px; font-size: 17px; line-height: 25px; font-weight: 700; min-height: 52px; display: flex; align-items: center; justify-content: center; }
.process-works .cover .box .content { padding: 25px 30px; }
.process-works .cover .box .image { padding: 0 0 35px; line-height: 0; margin: 0 auto; max-width: 180px; }

.process-works .cover .center { gap: 28px; }
.process-works .num { width: 209px; font-size: 17px; line-height: 21px; font-weight: 700; }
.process-works .num .count { width: 65px; height: 65px; padding: 4px 10px; color: #FFF; background: #0082D2; border-radius: 100px; font-size: 20px; line-height: 31px; margin: 0 auto; }
.process-works .num .text { padding: 15px 10px; background: #FFF; min-height: 52px; display: flex; align-items: center; justify-content: center; border-radius: 7px; margin: -30px 0 0; }
.process-works .num.dark .count { background: #15324E; }

.process-works .cover .right { gap: 40px; padding: 70px 0 0; }
.process-works .cover .right > div:last-child { margin: 140px 0 0; }

.process-works .cover .box .line { position: absolute; top: 0; bottom: 0; right: 100%; display: flex; align-items: center; width: 140px;}
.process-works .left .box .line { left: calc(100% + 9px); right: auto; }
.process-works .left .box .line { padding: 0 0 30px; }

.process-works .left .box:nth-child(3) .line { padding: 0; top: -48px; bottom: auto; }
.process-works .left .box:nth-child(3) .line.two { padding: 0; top: 80px; bottom: auto; left: 100%; }
.process-works .left .box:last-child .line { padding: 0 0 65px; }

.process-works [class*="button-"] { margin: 75px 0 0; }
.process-works [class*="button-"] a { min-width: 282px; padding: 13px 20px; }

/* 11-11-24 */
.viewpoint-spectrum-end-to-end-process.process-works .cover .box .line{height: calc(100% - 95px);}
.viewpoint-spectrum-end-to-end-process.process-works .cover .box:nth-child(1) .line { top: 30px; }
.viewpoint-spectrum-end-to-end-process.process-works .cover .box:nth-child(3) .line { top: -18px; }
.viewpoint-spectrum-end-to-end-process.process-works .cover .left .box:nth-child(3) .line { top: -5px; }
.viewpoint-spectrum-end-to-end-process.process-works .cover .left .box:nth-child(2) .line { top: -6px; }

/**/
html[lang="en-US"],
html.js { margin: 0 !important; }
/*html #wpadminbar,
body #wpadminbar { top: auto; bottom: 0; }*/

.eyebrow { line-height: normal; color: var(--nonary-color); font-family: var(--header-font); font-size: 16px; font-weight: 700; text-transform: uppercase; margin: 0 0 10px; }
.eyebrow h1 { font-size: 16px; line-height: normal; padding: 0; }
.main-wrapper { }
.main-wrapper .left-part { width: 50%; }
.main-wrapper .left-part .left-content { width: calc(100% - 275px); }
.main-wrapper .left-part .image { width: 275px; position: relative; z-index: 1; }
.main-wrapper .left-part .image img { display: block; }
.main-wrapper .left-part .image:before,
.main-wrapper .left-part .image:after { content: ''; width: 298px; height: 298px; opacity: 0.55; background: var(--quinary-color); position: absolute; left: -30px; bottom: 0px; z-index: -1; border-radius: 100%; }
.main-wrapper .left-part .image:after { width: 193px; height: 193px; background: var(--denary-color); right: -10px; bottom: auto; left: auto; top: 49px; }

.banner-top { position: relative; z-index: 1; }
.banner-top:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; background: var(--quinary-color); z-index: -1; opacity: 0.8; mix-blend-mode: multiply; }
.banner-top h1 { font-size: 45px; font-weight: 700; line-height: 61px; }
.banner-top .banner-inner { padding: 40px 40px 40px 20px; max-width: 725px; margin: 0 0 0 auto; }
.banner-top .logo { max-width: 278px; }
.banner-top .title-dv { padding: 20px 0 0; }

.main-wrapper .right-form { width: 50%; background: var(--senary-color) url(/wp-content/uploads/2024/07/form-part-back.svg) no-repeat 60px 65%; border-top: solid 6px var(--primary-color); }
.main-wrapper .right-form .inner { padding: 55px 50px 0 50px; max-width: 530px; position: sticky; top: 0px; }
.main-wrapper .right-form .form-ttl h3 { color: var(--nonary-color); font-size: 23px; line-height: normal; margin: 0 0 10px; text-transform: uppercase; }
.main-wrapper .right-form .gform-theme--foundation .gform_fields { display: block; }
.main-wrapper .right-form .gform-theme--foundation .gfield { line-height: normal; margin-bottom: 20px; }
.main-wrapper .right-form .gform-theme--foundation .gform-grid-row { display: block; margin: 0; }
.main-wrapper .right-form .gform-theme--foundation .gfield input,
.main-wrapper .right-form .gform-theme--foundation .gfield select { background: var(--octonary-color); height: auto !important; padding: 18px 22px !important; line-height: normal !important; border: none; }
.main-wrapper .right-form .gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto { display: block; padding: 0; margin: 0 0 20px; }
.main-wrapper .right-form .gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto:last-child { margin: 0; }
.main-wrapper .right-form .gform-theme--framework p { line-height: normal; color: #fff; }
.main-wrapper .right-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit] { border: none; background: var(--nonary-color) !important; font-size: 20px !important; font-weight: 700 !important; line-height: normal !important; padding: 16px 15px !important; min-width: 307px !important; border-radius: 100px !important; }
.main-wrapper .right-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:hover { background: var(--denary-color) !important; }

.main-content { font-size: 20px; font-weight: 400; line-height: 31px; letter-spacing: -0.08px; }
.main-content .main-inner { padding: 40px 40px 0 20px; max-width: 725px; margin: 0 0 0 auto; }
.main-content p { margin-bottom: 30px; }
.main-content h3,
.main-content h4 { color: var(--tertiary-color); margin: 0 0 20px; }
.main-content h6 { font-size: 20px; font-weight: 700; line-height: 31px; letter-spacing: -0.08px; }
.main-content ul { margin: 10px 0 40px; padding: 0; list-style: none; font-size: 17px; line-height: 29px; letter-spacing: -0.068px; }
.main-content ul li + li { margin-top: 15px; }
.main-content ul li { position: relative; padding: 0 0 0 21px; }
.main-content ul li:before { content: 'âœ“'; margin: 0 8px 0 0; font-size: 16px; font-weight: 600; color: var(--nonary-color); position: absolute; left: 0; top: 2px; }

.rating-slider { padding: 0 0 220px 0; overflow: hidden; }
.rating-slider .inner { padding: 0 40px 40px 20px; max-width: 725px; margin: 0 0 0 auto; }
.rating-slider .overall-rating { gap: 30px; margin: 0 0 40px 0; }
.rating-slider .overall-rating .logo { width: 174px; }
.rating-slider .slider { max-width: 470px; }
.rating-slider .slide-space { padding: 0 15px; }
.rating-slider .box { padding: 24px 36px 28px; background: var(--quinary-color); border-radius: 11px; display: flex !important; flex-flow: column; gap: 20px 0; position: relative; overflow: hidden; }
.rating-slider .box:after { content: ''; width: 100%; height: 10px; position: absolute; bottom: 0; left: 0; background: var(--primary-color); }
.rating-slider .box .reting { font-weight: 700; gap: 10px 15px; }
.rating-slider .box .star { line-height: 0; width: 120px; overflow: hidden; }
.rating-slider .box .star img { min-width: 120px; }
.rating-slider .box .content { font-weight: 700; }
.rating-slider .box .employees { color: #8FA0AA; }
.rating-slider .box .star.four { width: 97px; }
.rating-slider .box .star.tree { width: 73px; }
.rating-slider .box .star.two { width: 47px; }
.rating-slider .box .star.one { width: 25px; }
.rating-slider button.slick-arrow { right: auto; left: 0; }
.rating-slider button.slick-arrow.slick-next { left: 80px; }
.rating-slider .slick-list { overflow: visible !important; }

.banner404 { background: var(--senary-color); position: relative; color: var(--octonary-color); padding: 108px 0 160px; overflow: hidden; }
.banner404:before,
.banner404:after { content: ''; position: absolute; left: 70px; top: -40px; width: 445px; height: 750px; background: url(/wp-content/uploads/2024/07/form-part-back.svg) no-repeat center / 100% auto; z-index: 1; filter: grayscale(0.8); transform: scaleX(-1); }
.banner404:after { left: auto; top: 0; width: 969px; height: calc(100% - 35px); background: url(/wp-content/uploads/2024/06/shadow-right.png) no-repeat center / 100% auto; right: -220px; transform: none; filter: none; opacity: 0.7; }
.banner404 h1 { font-size: 299px; font-weight: 700; line-height: 224px; color: var(--primary-color); margin: 50px 0 40px; padding: 0; }
.banner404 .inner { position: relative; z-index: 2; }
.banner404 .back-image { position: absolute; left: 0; top: 0; mix-blend-mode: overlay; }
.banner404 .back-image img { display: block; }
.banner404 .eyebrow { color: #8FA0AA; }
.banner404 .content { font-size: 20px; line-height: 31px; letter-spacing: -0.08px; }
.banner404 [class*="button-"] { margin: 54px 0 0; }

.privacy-main { font-size: 17px; line-height: 29px; letter-spacing: -0.068px; padding: 80px 0; }
.privacy-main h2 { margin-left: -190px; font-size: 60px; line-height: 75px; color: var(--quinary-color); }
.privacy-main h4 { margin: 10px 0; }
.privacy-main .inner { max-width: 910px; margin: 0 auto; }
.privacy-main p + p { margin-top: 10px; }
.privacy-main ul { padding-left: 20px; margin-bottom: 32px; }
.privacy-main ol { padding-left: 20px; margin-bottom: 32px; }
.privacy-main ol ol,
.privacy-main ol ul { margin-top: 20px; transform: translateX(-20px); }
.privacy-main ol li + li { margin-top: 10px; }
.privacy-main ul + h2,
.privacy-main p + h2 { margin-top: 80px; margin-bottom: 50px; }

.banner-who-we-help { background: var(--senary-color); position: relative; padding: 39px 0 160px; overflow: hidden; }
.banner-who-we-help .back-image { position: absolute; right: 0; top: 0; mix-blend-mode: overlay; }
.banner-who-we-help .back-image img { display: block; }
.banner-who-we-help:before { content: ''; position: absolute; left: 20px; top: 509px; width: 455px; height: 680px; background: url(/wp-content/uploads/2024/07/form-part-back.svg) no-repeat center / 100% auto; z-index: 1; filter: grayscale(0.8); transform: scaleX(-1);    /* background-color: red; */ opacity: 0.7; }
.banner-who-we-help:after { content: ''; position: absolute; width: 898px; height: 755px; background: url(/wp-content/uploads/2024/06/shadow-right.png) no-repeat 0 0 / 100% auto; z-index: 1; right: -50px; top: 0; }
.banner-who-we-help .title-box { max-width: 900px; color: var(--octonary-color); }
.banner-who-we-help .title-box .eyebrow,
.banner-who-we-help .title-box .eyebrow h1 { color: #8FA0AA; }
.banner-who-we-help .h1 { font-size: 91px; line-height: 75px; margin: 20px 0 20px; }
.banner-who-we-help .container { position: relative; z-index: 2; }

.banner-who-we-help .list-wrapper { margin: 70px -15px 0; }
.banner-who-we-help .list { background: #fff; border-radius: 11px; width: calc(50% - 30px); margin: 0 15px 30px; position: relative; z-index: 1; padding: 60px 70px 70px; }
.banner-who-we-help .list:before { content: ''; width: 100%; height: 100%; background: url(/wp-content/uploads/2024/07/shape-accent.png) no-repeat top right; position: absolute; top: 0; right: 0; pointer-events: none; z-index: -1; }
.banner-who-we-help .list .image { position: relative; }
.banner-who-we-help .list .image img { max-width: 282px; display: block; }
.banner-who-we-help .list .image:after { content: ''; position: absolute; left: -5px; bottom: -1px; width: 238px; height: 238px; background: var(--tertiary-color); border-radius: 100%; z-index: -1; }
.banner-who-we-help .list .image:before { content: ''; position: absolute; left: 84px; top: -1px; width: 162px; height: 162px; background: var(--primary-color); border-radius: 100%; z-index: -1; }
.banner-who-we-help .list .box-content { padding: 23px 0 0; font-size: 20px; line-height: 31px; letter-spacing: -0.08px; }
.banner-who-we-help .list [class*="button-"] { margin: 54px 0 0; }
.banner-who-we-help .list:nth-child(even) .image:after { background: var(--quinary-color); opacity: 0.85; }
.banner-who-we-help .list:nth-child(even) .image:before { background: var(--nonary-color); }

.slider-section { padding: 162px 0 75px; position: relative; }
.slider-section:before,
.slider-section:after { content: ''; margin: auto; width: 455px; height: 682px; position: absolute; top: 550px; left: 20px; bottom: 0; background: url('/wp-content/uploads/2024/07/solution-shape.png') no-repeat; pointer-events: none; transform: scaleX(-1); opacity: 0.4; }
.slider-section:after { top: -390px; left: auto; right: 20px; transform: scaleX(1); }
.slider-section .eyebrow { margin-bottom: 17px; }
.slider-section .main { margin: 53px auto 0; max-width: 1100px; width: 100%; padding: 0 50px; }
.slider-section .box { margin: 0 auto; max-width: 910px; }
.slider-section .box h3 { font-family: var(--body-font); font-style: italic; }
.slider-section .box .content:before { content: ''; width: 57px; height: 46px; background: url('/wp-content/uploads/2024/07/quote.svg') no-repeat; display: block; margin: 0 auto 26px; }
.slider-section .details { margin: 20px 0 0; font-size: 17px; line-height: 29px; }
.slider-section .details .logo { line-height: 0; margin: 0 0 25px; }
.slider-section .details .logo img { margin: 0 auto; }
.slider-section .details h6 { padding: 0 0 5px; font-size: 20px; }

/*** contact us ***/
.contact-hero { background: var(--quinary-color); padding: 108px 0 70px; }
.contact-hero h1 { padding: 0 0 20px; }
.contact-hero .left { width: calc(100% - 282px); padding: 0 150px 0 0; }
.contact-hero .sub { margin: 0 0 15px; text-transform: uppercase; font-weight: 700; font-size: 16px; line-height: 24px; font-family: var(--header-font); opacity: 0.55; }
.contact-hero .content { max-width: 910px; width: 100%; }
.contact-hero .right { line-height: 0; width: 282px; position: relative; }
.contact-hero .right:before { content: ''; width: 455px; height: 670px; background: url('/wp-content/uploads/2024/08/contact-hero-shape.png') no-repeat; position: absolute; bottom: 0; left: -140px; top: 0; right: 0; margin: auto; }
.contact-hero .right:after { content: ''; width: 360px; height: 360px; background: var(--senary-color); position: absolute; bottom: 5px; right: -24px; border-radius: 100%; opacity: 0.55; }
.contact-hero .right > div { position: relative; z-index: 1; }
.contact-hero .right > div:before,
.contact-hero .right > div:after { content: ''; width: 168px; height: 168px; background: var(--nonary-color); position: absolute; bottom: 30px; left: -100px; border-radius: 100%; opacity: 0.44; }
.contact-hero .right > div:after { width: 95px; height: 95px; background: var(--tertiary-color); left: -90px; bottom: 150px; }
.contact-hero .right > div img { position: relative; }

.contact-text { padding: 40px 0; background: var(--quinary-color); color: #FFF; font-size: 20px; line-height: 31px; }
.contact-text h2 { color: var(--tertiary-color); padding: 0 0 22px; }

.general-form { padding: 40px 0 50px; background: var(--quinary-color); position: relative; }
.general-form:before { content: ''; width: 455px; height: 680px; background: url('/wp-content/uploads/2024/08/shape-img.png') no-repeat; position: absolute; top: -120px; right: 0; pointer-events: none; }
.thank-you:before { transform: scaleX(-1); }
.general-form .main { margin: 0 auto; max-width: 909px; width: 100%; }
.general-form .main h4 { color: var(--nonary-color); padding: 0 0 24px; }
.general-form .main .main-title { color: #FFF; font-size: 20px; line-height: 31px; margin: 0 0 30px; }
.general-form .form { padding-bottom: 61.5%; position: relative; min-height: 670px; }
.general-form .form iframe { position: absolute; top: 0; left: 0; height: 100%; }

/*** ***/
.thank-you { padding: 100px 0 140px; position: relative; }
.thank-you:before , .thank-you:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url('https://www.topbuildersolutions.com/wp-content/uploads/2024/08/shape-right.svg') no-repeat top right; pointer-events: none; }
.thank-you:before { transform: scaleX(-1); }
.thank-you > div { position: relative; z-index: 1; }
.thank-you h1.sub { font-size: 16px; line-height: 26px; text-transform: uppercase; font-family: var(--header-font); color: var(--quinary-color); opacity: 0.55; }
.thank-you h2 { font-size: 61px; line-height: 75px; }
.thank-you .main { margin: 0 auto; max-width: 824px; width: 100%; gap: 20px; position: relative; }
.thank-you .main > div { max-width: 350px; width: 100%; font-size: 20px; line-height: 31px; position: relative; }
.thank-you .main > div:first-child:after { content: 'or'; position: absolute; left: calc(100% + 25px); top: 0; margin: auto; width: 74px; height: 74px; background: #FFF; color: rgba(21, 50, 78, 0.55); font-size: 34px; line-height: 40px; font-weight: 700; display: flex; align-items: center; justify-content: center; border-radius: 100%; font-family: var(--header-font); }
.thank-you .main .num { width: 92px; height: 92px; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; background: rgba(21, 50, 78, 0.55); border-radius: 100px; font-size: 45px; line-height: 61px; font-family: var(--header-font); font-weight: 700; color: #FFF; position: relative; }
.thank-you .main .num:after { content: ''; width: 52px; height: 52px; position: absolute; bottom: -14px; right: -14px; background: var(--primary-color); border-radius: 100px; opacity: 0.55; }
.thank-you .main-title { margin: 0 0 45px; }

.thank-you .meeting { margin: 0 auto; height: 100%; position: relative; max-width: 1000px; width: 100%; }
.thank-you .meeting iframe { height: 660px; }

body.blog , body.post-template-default { margin-top: 86px; }

/**/
body.why-choose-topbuilders-main .career-hero h1 { font-size: 91px; line-height: 1.18; }
body.why-choose-topbuilders-main .specific-hero { padding: 100px 0 50px; }
body.why-choose-topbuilders-main .career-hero .right .image:before { display: none; }
body.why-choose-topbuilders-main .about-hero.specific-hero .right .image:after { bottom: 15px; height: 202px; width: 202px; }
body.why-choose-topbuilders-main .career-hero .right::after { height: 113px; width: 113px; bottom: 140px; left: -40px; }

section.procore-integration.dark-background { background: var(--quinary-color); padding-bottom: 130px; }
section.procore-integration.dark-background .sub { color: rgb(241 245 248 / 55%); font-size: 16px; line-height: 23px; font-weight: 700; text-transform: uppercase; margin-bottom: 11px; }
section.procore-integration.dark-background h2 { color: #00B9FA; }

section.testimonial-section.shape-set.dark-background { background: #001A26; padding: 100px 0; overflow: hidden; }
section.testimonial-section.shape-set.dark-background:before { top: 0; left: auto; right: -65px; }
section.testimonial-section.shape-set.dark-background:after { right: auto; left: -65px; }
section.testimonial-section.shape-set.dark-background .sub { color: #F1F5F8; }
section.testimonial-section.shape-set.dark-background h2 { color: #00B9FA; }
section.testimonial-section.shape-set.dark-background .box h3 { color: #fff; }
section.testimonial-section.shape-set.dark-background .details, section.testimonial-section.shape-set.dark-background .details h6 { color: #fff; }

.top-result-grid-section.dark-background { background: var(--quinary-color); padding: 130px 0 0; overflow: hidden; }
.top-result-grid-section.dark-background .main-title { color: #fff; width: 900px; max-width: 100%; margin: 0 auto 50px; }
.top-result-grid-section.dark-background .main-title h2 { color: #0082D2; }
.top-result-grid-section.dark-background .main { width: 1230px; max-width: 100%; margin: 0 auto; padding: 0 15px; justify-content: flex-start; }
.top-result-grid-section.dark-background .main .box { width: 33.33%; padding: 0 20px 70px; color: #fff; font-size: 20px; line-height: 1.55; }
.top-result-grid-section.dark-background .main .box h5 { font-size: 27px; line-height: 36px; color: #fff; }
.top-result-grid-section.dark-background .main .box .icon { margin-bottom: 10px; }

.comment-section.additional_class { background: #15324e; color: #fff; padding-top: 30px; padding-bottom: 100px; }
.comment-section.additional_class:before { display: none; }
.comment-section.additional_class .main-title { width: 910px; max-width: 100%; margin: 0 auto 70px; }
.comment-section.additional_class .main-title h2 { color: #0082D2; margin-bottom: 15px; }
.comment-section.additional_class .box { background: #001A26; }

.top-result-grid-section.dark-background .main .box.last .img { position: absolute; bottom: 0; left: -80px; z-index: -1; top: 0; margin: auto 0; display: flex; align-items: center; }
.top-result-grid-section.dark-background .main .box.last { position: relative; z-index: 1; }
.top-result-grid-section.dark-background .main .box.last .image { position: relative; z-index: 1; }
.top-result-grid-section.dark-background .main .box.last:after { position: absolute; content: ""; height: 367px; width: 549px; top: -70px; right: -130px; background: url(https://www.topbuildersolutions.com/wp-content/uploads/2024/09/Accent.png) no-repeat center / cover; z-index: -1; }
.top-result-grid-section.dark-background .main .box.last .image:before { content: ''; width: 134px; height: 134px; position: absolute; bottom: 30px; left: -20px; background: var(--tertiary-color); border-radius: 100%; opacity: 0.55; z-index: 1; }

/*** ***/
.constructionbi-hero { background: var(--quinary-color); padding: 80px 0 150px; position: relative; }
.constructionbi-hero:before,
.constructionbi-hero:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url('https://www.topbuildersolutions.com/wp-content/uploads/2024/10/Accent.png') no-repeat left 50px top 142px; }
.constructionbi-hero:after { transform: scaleX(-1); }
.constructionbi-hero .main { margin: 0 auto; max-width: 910px; width: 100%; position: relative; z-index: 1; }
.constructionbi-hero .main-title { margin: 0 0 50px; }
.constructionbi-hero .main-title .sub { text-transform: uppercase; font-size: 16px; line-height: 24px; color: var(--octonary-color); font-weight: 700; opacity: 0.65; }
.constructionbi-hero .main-title h1 { font-size: 61px; line-height: 75px; }
.constructionbi-hero .main-title .text strong { color: var(--nonary-color); }

.constructionbi-hero .video { border-radius: 11px; background: rgba(21, 50, 78, 0.21); overflow: hidden; padding: 0 0 56%; position: relative; }
.constructionbi-hero .video iframe { width: 100%; position: absolute; top: 0; left: 0; height: 100%; }

.constructionbi-hero .main-cover { margin: 60px 0 0; }
.constructionbi-hero .main-cover .left { width: 50%; }
.constructionbi-hero .main-cover .sub-title { font-size: 16px; line-height: 24px; text-transform: uppercase; }
.constructionbi-hero .main-cover h2 { font-size: 36px; line-height: 49px; color: var(--primary-color); }

.constructionbi-hero .video { border-radius: 11px; background: rgba(21, 50, 78, 0.21); overflow: hidden; padding: 0 0 56%; position: relative; }
.constructionbi-hero .video iframe { width: 100%; position: absolute; top: 0; left: 0; height: 100%; }
.constructionbi-hero .main-cover { margin: 60px 0 0; }
.constructionbi-hero .main-cover .left { width: 50%; }
.constructionbi-hero .main-cover  .sub-title { font-size: 16px; line-height: 24px; text-transform: uppercase; }
.constructionbi-hero .main-cover  h2 { font-size: 36px; line-height: 49px; color: var(--primary-color); }
.constructionbi-hero .main-cover .form { width: 50%; }
.constructionbi-hero .main-cover .form iframe { min-height: 420px !important; !i; !; }
.constructionbi-hero .arrow-image { padding: 0 30px; }

.video_resources { display: inline-block; width: 100%; vertical-align: top; padding: 70px 0 150px; }
.video_resources .titlecont_img { display: flex; flex-wrap: wrap; align-items: center; padding-bottom: 50px; }
.video_resources .titlecont_img .title_cont { width: 70%; padding-right: 50px; }
.video_resources .titlecont_img .video_img { width: 30%; padding-left: 15px; text-align: center; }

.tab_part .tab_wrap { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.tab_part .tab_wrap .tab_col { width: 50%; padding: 0 15px 30px; }
.tab_part .tab_col .tab_inner { border-radius: 11px; background: #FFF; padding: 43px 40px; position:relative; height: 100%; }
.tab_part .tab_col .tab_inner .img { border-radius: 11px; background: #F1F5F8; padding: 20px; position: relative; display: flex; align-items: center; justify-content: center; }
.tab_part .tab_col .tab_inner .img:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; border-radius: 11px; background: rgba(21, 50, 78, 0.21); }
.tab_part .tab_col .tab_inner .img img { }
.tab_part .tab_col .tab_inner .img .play_btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: inline-block; }
.tab_part .tab_col .tab_inner .img .play_btn a { display: flex; align-items: center; justify-content: center; width: 105px; height: 105px; background: var(--quinary-color); border-radius: 100%; }
.tab_part .tab_col .tab_inner .btm_part { padding-top: 25px; }
.tab_part .tab_col .tab_inner .btm_part h4 { font-size: 23px; line-height: 35px; }
.tab_part .tab_col .tab_inner .btm_part .content { font-size: 19px; line-height: 30px; padding-bottom: 30px; }
.tab_part .tab_col .tab_inner .btm_part .publish_date { font-size: 17px; font-weight: 700; line-height: 29px; /* 170.588% */ letter-spacing: -0.068px; color: var(--tertiary-color); padding-bottom: 10px; }
.tab_part .tab_col .tab_inner .inner { position: relative; padding-bottom: 50px; }
.tab_part .watch_video { display: inline-block; position: absolute; bottom: 0; left: 0; }
.tab_part .watch_video a { border-radius: 31px; border: 1px solid var(--quinary-color); font-size: 17px; font-style: normal; font-weight: 700; line-height: 38px; display: flex; padding: 5px 25px; color: var(--quinary-color); position: relative; align-items: center; justify-content: center; text-align: center; }
.tab_part .watch_video a span { line-height: 1; margin-left: 10px; max-width: 34px; }
.tab_part .tab_col .tab_inner a.no_text { position: absolute; width: 100%; height: 100%; z-index: 1; top:0; left:0; }
.tab_part .tab_col .tab_inner:hover .watch_video a { background: var(--quinary-color); color: #fff; border-color: var(--quinary-color); }

.video_resources .breadcrumbs.menusub { margin-top: -50px; }
.video_resources .breadcrumbs.menusub ul li a { font-weight: 600; }
.resource-loading {border: 8px solid #d3d3d3;border-radius: 50%;border-top: 8px solid #00b9fa;width: 60px;height: 60px;-webkit-animation: spin 2s linear infinite; /* Safari */animation: spin 2s linear infinite;margin: 0 auto;}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*25-11-2024-59*/
.sage-intacct-integration-features .cover .right { padding: 62px 0 0; gap: 25px; }
.sage-intacct-integration-features .cover .left .box:last-child { margin: 123px 0 0; }
.sage-intacct-integration-features .cover .left .box:last-child .line { padding-bottom: 0; top:105px; }
.sage-intacct-integration-features .cover .right > div:last-child { margin: 134px 0 0; }
.sage-intacct-integration-features .left .box:nth-child(2) .line { padding-bottom: 13px; }
.sage-intacct-integration-features .cover .left { padding: 62px 0 0; }

.lp-page { padding: 56px 0 100px; position: relative; }
.lp-page:before,
.lp-page:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url('https://www.topbuildersolutions.com/wp-content/uploads/2025/01/Accent.png') no-repeat; pointer-events: none; }
.lp-page:after { background: url('https://www.topbuildersolutions.com/wp-content/uploads/2025/01/Accent-1.png') no-repeat top right; }
.lp-page > div { position: relative; }
.lp-page .left { width: calc(100% - 515px); padding: 0 50px 0 0; letter-spacing: -0.08px; font-size: 20px; line-height: 31px; }
.lp-page .form { width: 515px; border-radius: 11px; background: var(--quinary-color); padding: 55px 74px; }
.lp-page .form h3 { font-size: 31px; line-height: 49px; color: var(--primary-color); }
.lp-page .left .sub { font-size: 16px; line-height: 24px; font-weight: 700; color: #15324E; opacity: 0.55; margin: 0 0 10px; }
.lp-page .left h1 { font-size: 45px; line-height: 61px; }
.lp-page .left .date { margin: 0 0 30px; font-size: 23px; line-height: 35px; font-weight: 700; opacity: 1; }
.lp-page .left .date a { color: #0082D2; position: relative; padding: 4px 0 5px 50px; display: inline-block; }
.lp-page .left .date a:before { content: ''; width: 44px; height: 44px; position: absolute; top: 0; left: 0; background: url(https://www.topbuildersolutions.com/wp-content/uploads/2025/01/event_note.svg) no-repeat; }
.lp-page .left .date a:hover { color: var(--quaternary-color); }
.lp-page .testimonial { margin: 0 0 40px; font-size: 16px; line-height: 25px; letter-spacing: -0.064px; gap: 34px; }
.lp-page .testimonial .box { display: flex; flex-wrap: wrap; border-radius: 11px; background: #FFF; padding: 22px 28px; width: calc(50% - 17px); }
.lp-page .testimonial .box .image { width: 110px; height: 110px; border-radius: 100%; overflow: hidden; }
.lp-page .testimonial .box.full-box {width: 100%;}
.lp-page .testimonial .box .image img { width: 100%; height: 100%; object-fit: cover; }
.lp-page .testimonial .box .text { width: calc(100% - 110px); padding: 0 0 0 28px; }
.lp-page .testimonial .box .position { text-transform: uppercase; font-weight: 700; color: #EC7100; }
.lp-page .testimonial .box h5 { font-size: 17px; line-height: 29px; letter-spacing: -0.068px; padding: 0 0 3px; }
.lp-page .left .content { margin: 0 0 45px; }
.lp-page .left .box-text .img { width: 243px; position: relative; padding: 8px 0 0 8px; }
.lp-page .left .box-text .text { width: calc(100% - 243px); padding: 0 0 0 40px; }
.lp-page .left .box-text ul { margin: 0; padding: 0 0 0 10px; list-style-type: none; }
.lp-page .left .box-text ul li { margin: 5px 0; padding: 0 0 0 20px; display: inline-block; width: 100%; position: relative; }
.lp-page .left .box-text ul li:after { content: ''; width: 6px; position: absolute; top: 12px; left: 0; background: #000; border-radius: 10px; height: 6px; }
.lp-page .left .box-text .img:before { content: ''; width: 136px; height: 136px; position: absolute; top: 0; left: 0; background: #F48E00; opacity: 0.55; border-radius: 100%; }
.lp-page .left .box-text .img img { position: relative; }

/*** ***/
.hero-resource { padding: 70px 0 110px; background: #15324E; position: relative; }
.hero-resource:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url('https://www.topbuildersolutions.com/wp-content/uploads/2025/01/Accent-shadow.png') no-repeat top right; }
.hero-resource > div { position: relative; z-index: 1; }
.hero-resource .logos { margin: 0 0 45px; }
.hero-resource .sub { font-size: 16px; line-height: 23px; text-transform: uppercase; font-weight: 700; color: #8FA0AA; font-family: var(--header-font); margin: 0 0 15px; }
.hero-resource .left { width: 50%; padding: 0 40px 0 0; }
.hero-resource .right { width: 50%; position: relative; z-index: 1; }
.hero-resource .left h3 { font-weight: 400; color: #00B9FA; padding: 0 0 22px; }
.hero-resource .left h1 { padding: 0 0 20px; }
.hero-resource .left [class*="button-"] { margin: 50px 0 0; }
.hero-resource .left [class*="button-"] a { font-size: 18px; border-radius: 11px; padding: 24px 36px; }
.hero-resource .left [class*="button-"] a:after { content: ''; width: 24px; height: 24px; display: inline-block; vertical-align: middle; background: url('https://www.topbuildersolutions.com/wp-content/uploads/2025/01/download-icon.svg') no-repeat; margin-left: 15px; }
.hero-resource .right .image { display: inline-block; position: relative; line-height: 0; }
.hero-resource .right .image:after { content: ''; margin: auto; width: 537px; height: 537px; position: absolute; bottom: 0; left: 0; right: 0; border-radius: 100%; background: #001A26; }
.hero-resource .right .image:before { content: ''; width: 237px; height: 268px; background: url('https://www.topbuildersolutions.com/wp-content/uploads/2025/01/shape-2.png') no-repeat; position: absolute; bottom: 5%; left: -5%; }
.hero-resource .right .image img { position: relative; z-index: 1; }
.hero-resource .arrow { position: absolute; bottom: -39px; left: 0; right: 0; line-height: 0; width: 89px; margin: 0 auto; }

.overwhelm-section { padding: 100px 0; background: #FFF; }
.overwhelm-section .main { max-width: 910px; width: 100%; margin: 0 auto; font-size: 19px; line-height: 30px; }
.overwhelm-section .main h5 { font-size: 27px; line-height: 41px; }

.pillar-box { background: #FFF; }
.pillar-box .image { width: 100%; height: 386px; border-radius: 10px; overflow: hidden; position: relative; margin: 0 0 -110px; }
.pillar-box .image img { width: 100%; height: 100%; object-fit: cover; opacity: 0.2; }
.pillar-box .image:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #152F49; mix-blend-mode: multiply; }
.pillar-box .image:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url('https://www.topbuildersolutions.com/wp-content/uploads/2025/01/Accent-2.png') no-repeat top right; }
.pillar-box .main { padding: 72px 79px; background: #FFF; border-radius: 10px 10px 0 0; max-width: 1064px; width: 100%; margin: 0 auto; position: relative; font-size: 19px; line-height: 30px; }
.pillar-box .main h2 { color: var(--tertiary-color); padding: 0 0 20px; }
.pillar-box .main h3 { padding: 20px 0 25px; }
.pillar-box .main p { padding: 0 0 25px; }
.pillar-box .main a { text-decoration: underline; }
.pillar-box .list { display: flex; flex-wrap: wrap; margin: 0 0 36px; }
.pillar-box .list .icon { width: 92px; height: 92px; display: flex; align-items: center; justify-content: center; background: rgb(0, 130, 210, 0.55); border-radius: 100px; position: relative; }
.pillar-box .list .text { width: calc(100% - 92px); padding: 0 0 0 55px; }
.pillar-box .list .text strong { color: var(--tertiary-color); }
.pillar-box .list .icon:after { content: ''; width: 52px; height: 52px; position: absolute; bottom: -15px; right: -15px; background: rgb(236, 113, 0, 0.5); border-radius: 100%; }

.pillar-box .main ul { margin: 10px 0 25px; padding: 0 0 0 8px; list-style-type: none; }
.pillar-box .main ul li { padding: 0 0 0 16px; position: relative; }
.pillar-box .main ul li:before { content: ''; width: 6px; height: 6px; position: absolute; top: 11px; left: 0; background: var(--quinary-color); border-radius: 10px; }


section.nav-menu { position: fixed; bottom: 50px; right: 15px; z-index: 9; }
section.nav-menu ul { margin: 0 0 125px 0; padding: 15px 20px; list-style: none; border-radius: 7px; background: #0082D2; width: 323px; display: none; }
section.nav-menu ul h2 { font-size: 16px; line-height: 24px; font-weight: 400; padding: 8px 0; color: #FFF; cursor: pointer; }
section.nav-menu ul h2:hover , section.nav-menu ul h2.active { color: var(--octonary-color); }
section.nav-menu.open ul { display: block; }

.toggle-nav { padding: 0 30px; width: 108px; height: 108px; font-size: 16px; line-height: 1; text-transform: uppercase; position: absolute; right: 0; bottom: 0; background: #0082D2; color: #FFF; display: flex; align-items: center; justify-content: center; flex-flow: column; border-radius: 100%; cursor: pointer; }
.toggle-nav label { margin: 18px 0 -19px; color: #FFF; } 
.toggle-nav span:after,
.toggle-nav span:before { content: ""; position: absolute; left: 0; top: -9px; }
.toggle-nav span:after { top: 9px; }
.toggle-nav span { position: relative; display: block; }
.toggle-nav span,
.toggle-nav span:after,
.toggle-nav span:before { width: 100%; height: 2px; background-color: #FFF; transition: all 0.3s; backface-visibility: hidden; border-radius: 2px; }
/* on activation */
.toggle-nav.on span { background-color: transparent; }
.toggle-nav.on span:before { transform: rotate(45deg) translate(5px, 5px); }
.toggle-nav.on span:after { transform: rotate(-45deg) translate(7px, -8px); }

.cta-strip { position: relative; }
.cta-strip .main { margin: 0 auto; max-width: 1025px; }
.cta-strip .left { width: calc(100% - 387px); padding: 40px 40px 40px 0; display: flex; flex-flow: column; justify-content: center; }
.cta-strip .left h3 { font-size: 27px; line-height: 41px; padding: 0 0 25px; }
.cta-strip .left h3 span { color: var(--tertiary-color); }
.cta-strip .right { width: 387px; }
.cta-strip .right .imgae { line-height: 0; margin: -80px 0; position: relative; }
.cta-strip .right .imgae:before { content: ''; width: 384px; height: 387px; position: absolute; bottom: 0; left: 2px; right: 0; background: #00B9FA; border-radius: 100%; opacity: 0.55; }
.cta-strip .right .imgae img { position: relative; z-index: 2; }
.cta-strip .right .imgae:after { content: ''; width: 209px; height: 209px; position: absolute; bottom: 38%; right: -50px; background: #EC7100; border-radius: 100%; opacity: 0.55; }

.faq-guide { padding: 100px 0 80px; background: #15324E; font-size: 17px; line-height: 29px; position: relative; z-index: 2; }
.faq-guide .main-title { margin: 0 0 10px; }
.faq-guide .main { margin: 0 auto; max-width: 937px; width: 100%; }
.faq-guide .box { border-top: 1px solid rgba(255, 255, 255, 0.21); }
/*.faq-guide .box:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.21); }*/
.faq-guide .box .question { padding: 24px 34px 24px 0; cursor: pointer; font-size: 20px; line-height: 31px; font-weight: 700; min-height: 116px; display: flex; align-items: center; position: relative; }
.faq-guide .box .question:after { content: ''; width: 20px; height: 12px; background: url('/wp-content/uploads/2024/07/keyboard_arrow_down-1.svg') no-repeat center center; position: absolute; right: 0; transition: all .4s ease-in-out; }
.faq-guide .box .question.active:after { transform: rotate(180deg); }
.faq-guide .box .answer { padding: 0 0 45px; display: none; }


.search-popup {padding: 100px 0;background: #15324E;position: fixed;top: 0;left: 0;right: 0;bottom: 0;max-width: 100%;width:100%;margin: 0 auto;max-height: 100%;overflow-y: scroll;z-index: 10111;}
.search-popup .main-title h2 { color: #0082D2; }
.search-popup .main-title { margin: 0 0 30px; }
.search-popup .cover { margin: 0 auto; max-width: 908px; width: 100%; font-size: 19px; line-height: 30px; position: relative; }
.search-popup .cover .close { position: absolute; top: -40px; right: 0; cursor: pointer; }
.search-popup .cover h4 { font-size: 23px; line-height: 35px; }
.search-popup .box { margin: 0 0 70px; }
.search-popup [class*="button-"] { margin: 20px 0 0; }
.search-popup [class*="button-"] a { padding: 13px 22px; background: transparent; }
.search-popup [class*="button-5"] { display: flex; }
.search-popup [class*="button-5"] a { padding: 4px 15px 4px 22px; display: flex; align-items: center; }
.search-popup [class*="button-"] a:hover { background: #FFF; color: var(--denary-color); }

.filter-group-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }


/* 23-01-25  */

.form_script .webinar-registration-header span { font-size: 18px; line-height: 35px; font-weight: 400; }
.lp-page .form_script em { letter-spacing: -0.08px; font-size: 20px; line-height: 31px; }
.webinar-registration-form label.gotowebinar-required { letter-spacing: -0.08px; font-size: 20px; line-height: 31px; }
.lp-page .form { padding: 35px; z-index:9;}
.webinar-registration-form .gotowebinar_registration_submit { box-shadow: none; outline: none; background-color: var(--nonary-color); border-color: var(--nonary-color); color: #FFF; font-size: 20px; line-height: 30px; border-radius: 30px; height: 48px; margin-top: 10px; }
.webinar-registration-form .gotowebinar_registration_submit:hover { background-color: var(--denary-color); border-color: var(--denary-color); }
.lp-page .webinar-registration-header h3 { font-size: 23px; font-size: 23px; line-height: 35px; font-weight: 700; }
.lp-page .form_script .webinar-registration-header {display: none;}


.ContractorBI-video .left { width: 50%; padding-right: 80px; }
.ContractorBI-video .left img.small-top-img { margin-bottom: 15px; }
.ContractorBI-video .video { margin: 0; width: 50%; align-items: center; }
.ContractorBI-video .video::before , .ContractorBI-video .video::after { display: none; }
.ContractorBI-video .video .image { width: 100%; }
.ContractorBI-video .video .img-video { width: 100%; position: relative; border-radius: 11px; overflow: hidden; }
.ContractorBI-video .video .img-video:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(21, 50, 78, 0.21); }
.ContractorBI-video .video .img-video img.imgBox { width: 100%; }
.ContractorBI-video .video .img-video .play { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 104px; height: 104px; background: #001A26; display: flex; align-items: center; justify-content: center; border-radius: 100%; z-index: 1; margin: auto; filter: drop-shadow(0px 4px 37.8px #F48E00); padding-left: 12px; }

/* 07-04-2025 */
.resellers-zentek-consultants .specific-hero { padding: 106px 0 56px; }
.procore-integration.maximize-section-modify { position: relative; }
.procore-integration.maximize-section-modify:before { content: ''; width: 495px; height: 455px; position: absolute; top: -230px; right: 0; background: url(/wp-content/uploads/2025/04/Accent.png) no-repeat; pointer-events: none; }
.procore-integration.maximize-section-modify .main-title { max-width: 1145px; }

.company-logo.text-center.company-grey.company-grey-modify { position: relative; }
.company-logo.text-center.company-grey.company-grey-modify:after { content: ''; margin: auto; width: 460px; height: 455px; position: absolute; top: 0; left: 0; background: url(/wp-content/uploads/2025/04/left-shape.png) no-repeat; pointer-events: none; background-size: contain; }
.company-logo.text-center.company-grey.company-grey-modify:before { content: ''; margin: auto; width: 446px; height: 455px; position: absolute; top: -56px; right: 0; background: url(/wp-content/uploads/2025/04/right-shapes.png) no-repeat; pointer-events: none; background-size: contain; }


/* 06-05-2025-59 */
section.nav-menu ul { padding: 0; max-height: calc(100vh - 220px); overflow-y: auto; }
section.nav-menu ul h2 { padding: 13px 29px; }
section.nav-menu ul h2:first-child { padding-top: 20px; } 
section.nav-menu ul h2.active { background: #0869AA; }
section.nav-menu ul h2:hover { color: #001A26; }
.heading-content-group-wrap { display: flex; flex-flow: wrap; margin: 0 -15px; padding-bottom: 30px; }
.heading-content-group { flex-basis: calc(100% / 2); flex-shrink: 1; flex-grow: 1; padding: 0px 15px; }
.pillar-box .main .heading-content-group h3 { padding-top: 0; }
.heading-content-group .content ul:first-child { margin-top: 0; }
.heading-content-group .content ul:last-child { margin-bottom: 0; }
.pillar-box .main .heading-content-full-width-wrap h3 { padding-top: 0; }
.heading-content-full-width-wrap { padding-top: 30px; }
.heading-content-full-width-wrap .content p { padding-bottom: 0; }
.two-column-img-wrap { display: flex; flex-flow: wrap; margin: 0 -15px; padding-top: 35px; }
.two-column-img-wrap > div { flex-basis: calc(100% / 2); flex-shrink: 1; flex-grow: 1; padding: 0px 15px; }
.two-column-img { text-align: center; }
.two-column-img img { max-width:100%; }
.pillar-box .main .two-column-content ul { padding-left: 37px; margin-top: 0; }
.heading-content-full-width-wrap .content ul:first-child { margin-top: 0; }
.heading-content-full-width-wrap .content ul:last-child { margin-bottom: 0; }

.two-column-img-wrap.img_left { flex-flow: row-reverse; align-items: center; }
.two-column-img-wrap.img_left .two-column-img { text-align: left; }
.pillar-box.bottom-space .main { padding-bottom: 110px; }


/* 16-05-25 */
.custom-extra-middle-content .text-white h4 {font-size: 21px; }
.custom-extra-middle-content ol {padding: 0 0px 56px 0; margin: 0; list-style-position: inside;}
.custom-extra-middle-content ol li {font-size: 20px; font-style: normal; font-weight: 400;  line-height: 47px; letter-spacing: -0.08px;}


/*========================================================
=     constructions smarter analytics-solution            =
========================================================*/
/* Banner section */
.construction-section { position: relative; overflow: hidden; padding-bottom: 50px; }
.construction-inner { position: relative; padding: 94px 0 150px; }
.construction-inner .play { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 149px; height: 149px; background: #fff; display: flex; align-items: center; justify-content: center; border-radius: 100%; z-index: 1; margin: auto; filter: drop-shadow(0px 4px 37.8px #f48e00); padding-left: 12px; }
.construction-inner .img-video { width: 100%; position: relative; border-radius: 11px; overflow: hidden; line-height: 0; }
.construction-inner .video-bottom-box { position: relative; background: #15324E; margin: 0 auto; }
.construction-inner .video-box { max-width: 933px; margin: 0 auto; padding: 14px; background: #fff; border-radius: 11px; position: relative; z-index: 2; }
.construction-inner .img-video .imgBox { width: 100%; height: 100%; }
.construction-inner:before,
.construction-inner:after { content: ''; background-repeat: no-repeat; position: absolute; top: 0; width: 675px; height: 704px; display: block; z-index: 1; background-size: contain; }
.construction-inner:before { background-image: url('/wp-content/uploads/2025/06/left-shape-banner.svg'); left: 0; }
.construction-inner:after { background-image: url(/wp-content/uploads/2025/06/right-shape-banner.svg); right: 0; }
.construction-inner .top-data { max-width: 933px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.construction-inner .top-data .top-logo { max-width: 456px; margin: 0 auto; }
.construction-inner .top-data h1 { color: #00B9FA; margin: 30px 0; padding: 0; }
.construction-inner .top-data h4 { color: #fff; padding-bottom: 65px; }
.construction-inner .top-data h4 span { color: #F48E00; }

.video-bottom-box .image { width: 563px; position: relative; text-align: right; border-radius: 0 0 1000px 1000px; overflow: hidden; }
.video-bottom-box .image:before { content: ''; width: 559px; height: 559px; position: absolute; bottom: 0; left: 0; background: #15324e; opacity: 0.85; }
.video-bottom-box .image .img { border-radius: 1000px; line-height: 0; position: relative; background: #15324E; width: 560px; height: 548px; opacity: 1; display: flex; align-items: flex-end; }
.video-bottom-box .image .circle { position: absolute; top: 60px; left: 120px; height: 304px; width: 304px; overflow: hidden; border-radius: 100%; background: #00B9FA; z-index: 0; opacity: 0.2; }
.video-bottom-box .image>.img:first-child { margin: 165px 0 0; z-index: 1; mix-blend-mode: multiply; opacity: 0.4; }
.video-bottom-box .image>.img:first-child img { position: relative; z-index: 1; margin: -147px 0 0; right: -60px }
.video-bottom-box .image>.img:first-child img { margin: 0; right: 0; }
.video-bottom-box .left-image-man { position: absolute; top: -128px; left: 130px; }
.video-bottom-box .right-image-man { position: absolute; right: 0; top: 0; }
.video-bottom-box .right-image-man { top: -165px; right: 130px; }
.video-bottom-box .left-image-man .img.clone { height: 466px; position: absolute; top: 245px; left: 0; z-index: 1; opacity: 1; mix-blend-mode: multiply; opacity: 0.5; background: transparent; }
.video-bottom-box .right-image-man .image .circle { top: 140px; right: 60px; left: auto; }
.video-bottom-box .right-image-man .img > img { top: -28px; }
.construction-section:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: var(--quinary-color); mix-blend-mode: multiply; }

/* End Banner section */


/* Trusted by hunter */
.white-sprad { width: 2500px; height: 192px; background: #fff; filter: blur(38px); margin-top: 0; left: -100px; position: absolute; bottom: -100px; z-index: 1; }
.trusted-by.trusted-by-modify { background: #fff; padding: 0 0 50px; }
.trusted-by.trusted-by-modify .main { border: none; padding: 0; max-width: 1143px; margin: 0 auto; }
.trusted-by.trusted-by-modify .main .btn-group { justify-content: center; margin-top: 45px; gap: 31px; }
.trusted-by.trusted-by-modify .main .btn-group .button-5 a { border-color: #15324E; color: #15324E; font-size: 21px; font-style: normal; font-weight: 700; line-height: 47px; }
.trusted-by.trusted-by-modify .main .btn-group a { font-size: 21px; font-style: normal; font-weight: 700; line-height: normal; min-width: 339px; height: 61px; display: flex; align-items: center; justify-content: center; }
.trusted-by.trusted-by-modify .main .btn-group .button-5 a:hover { background: transparent; border-color: #15324E; }
.trusted-by.trusted-by-modify .main h6 { padding-bottom: 45px; }


/* modify section */
.white-spred { width: 100%; height: 101px; background: #fff; filter: blur(30px); margin-top: 0; left: 0; position: absolute !important; top: -50px; z-index: -1; }

.decisions-section.decisions-section-modify:after { top: 48%; }


.contractor-tools.contractor-tools-modify .button-2 a { background: #F48E00; border-color: #F48E00; }
.contractor-tools.contractor-tools-modify .button-2 a:hover { background-color: var(--denary-color); border-color: var(--denary-color); }
.contractor-tools.contractor-tools-modify .row-box .right .image { background: transparent; padding: 0 55px 0 0; }


.contractor-tools.contractor-tools-modify .main:before { left: -250px; right: 0; opacity: .2; background: #0082D2; }
.contractor-tools.contractor-tools-modify { background-image: url('https://www.topbuildersolutions.com/wp-content/uploads/2025/06/how-win-right-shape.png'); background-position: right bottom; }
.contractor-tools.contractor-tools-modify  .main:after { right: auto; left: -200px; background: #F48E00; }
.top-section-head { max-width: 910px; margin: 0 auto; padding: 0 0 75px; text-align:center; }
.contractor-tools.contractor-tools-modify h2 { padding: 0 0 30px; }

.decisions-section.decisions-section-modify {padding-bottom: 66px;}

.testimonial-section.testimonial-section-modify { background: transparent; }

.company-logo.text-center.company-logo-modify .box { background: #fff; }






.specific-hero.about-hero.specific-hero-used-inner-modify::after { content: none; }
.specific-hero.about-hero.specific-hero-used-inner-modify .right .image:before { background: #00B9FA; left: -83px; bottom: 3px; }
.specific-hero.about-hero.specific-hero-used-inner-modify .right .img { right: 23px; min-width: 645px; }
.specific-hero.about-hero.specific-hero-used-inner-modify .right:after { width: 118px; height: 118px; bottom: 160px; left: -120px; right: auto; }
.specific-hero.about-hero.specific-hero-used-inner-modify .right .image:after { width: 212px; height: 212px; }
.specific-hero.about-hero.specific-hero-used-inner-modify .right .image:after { left: -110px; }
.specific-hero.about-hero.specific-hero-used-inner-modify h1 , .specific-hero.about-hero.specific-hero-used-inner-modify.modify-tag-info h2 { font-family: Montserrat; font-size: 45px; font-style: normal; font-weight: 700; line-height: 61px; color: #15324E; padding-bottom: 25px; }
.specific-hero.about-hero.specific-hero-used-inner-modify .sub { font-size: 27px; font-style: normal; font-weight: 700; line-height: 41px; color: #0082D2; opacity: 1; text-transform: none; padding-bottom:20px; margin: 0; }
.specific-hero.about-hero.specific-hero-used-inner-modify .left-top { max-width: 675px; }
.specific-hero.about-hero.specific-hero-used-inner-modify .left-top ul { padding: 0 0 0 30px; margin: 0; }
.specific-hero.about-hero.specific-hero-used-inner-modify .left-top ul li { padding: 10px 0; }
.specific-hero.about-hero.specific-hero-used-inner-modify .left-top ul li:first-child { padding: 0; }
.specific-hero.about-hero.specific-hero-used-inner-modify .btn-group .button-5 a { border-color: #15324E; color: #15324E; font-size: 21px; font-style: normal; font-weight: 700; line-height: 47px; min-width: 340px; }
.specific-hero.about-hero.specific-hero-used-inner-modify .btn-group .button-5 a:hover { background: transparent; border-color: #15324E; }
.specific-hero.about-hero.specific-hero-used-inner-modify .btn-group { margin: 34px 0 0; }


/*================================
=            cro Page            =
================================*/

.contractor-hero.company-hero.text-white.cro-hero{padding-bottom: 400px; padding-top: 80px;}
.contractor-hero.company-hero.text-white.cro-hero .button-1 a { color: #000; min-width: 317px; height: 61px; font-size: 21px; font-style: normal; font-weight: 700; }
.contractor-hero.company-hero.text-white.cro-hero .button-1 a:hover{color: #fff;}
.contractor-hero.company-hero.text-white.cro-hero:before { background: #F1F5F8; height: 300px; top: calc(100% - 106px); background: linear-gradient(132deg, rgba(241, 245, 248, 1) 0%, rgba(241, 245, 248, 1) 55%, rgba(241, 245, 248, 1) 100%); filter: blur(118px); }
.contractor-hero.company-hero.text-white.cro-hero:after { opacity: .3; top: -51px; left: 79px; }
.contractor-hero.company-hero.text-white.cro-hero .img-1 { padding: 0; margin: 0; background: transparent; width: 373px; }
.contractor-hero.company-hero.text-white.cro-hero .img-2 { background: transparent; width: 314px; padding: 18px 0; }
.contractor-hero.company-hero.text-white.cro-hero .img-2 img { border-radius: 7px; filter: drop-shadow(0 4px 27.3px rgba(0, 0, 0, 0.75)); }
.contractor-hero.text-white.cro-hero.company-hero .right { margin-left: auto; padding-top:0; }
.contractor-hero.text-white.cro-hero.company-hero .right .image { margin-right: 91px; }
.contractor-hero.company-hero.text-white.cro-hero .right:after { left: 50px; opacity: .5; height: 367px; width: 412px; top: 100px; }
.contractor-hero.text-white.cro-hero.company-hero .right::before {background: #F48E00;width: 160px;height: 160px;right: auto;left: 17px;opacity: .5;bottom: 34%;}
.contractor-hero.text-white.cro-hero.company-hero .right .image:before {content: '';width: 89px;height: 89px;background: #0082D2;display: block;position: absolute;border-radius: 50%;opacity: .5;top: 170px;left: 19px;}
.contractor-hero.text-white.cro-hero.company-hero .right .img {left: 0;max-width: 487px;}
.contractor-hero.text-white.cro-hero.company-hero .right .img [class*="img-2"] { margin: -185px 0 0 auto; }
.contractor-hero.company-hero.text-white.cro-hero .content { font-size: 31px; font-style: normal; font-weight: 700; line-height: 49px; color: #F1F5F8; max-width: 670px;}
.contractor-hero.company-hero.text-white.cro-hero .only-text { margin: 20px 0 0; font-size: 16px; font-style: italic; font-weight: 400; line-height: 42px; color: #F1F5F8; display: flex; align-items: center; }
.cro-hero .text-section .main h4 { color: #0096E1; margin-top: 35px; }
.cro-hero .text-section:before {top: 100%;content: '';height: 680px;position: absolute;left: 16px;}
.cro-hero .text-section:after{content: none;}
.procore-integration.maximize-section-modify.cro-maximize-section-modify { position: relative; margin-top: -442px; overflow: hidden; z-index: 1;}
.procore-integration.maximize-section-modify.cro-maximize-section-modify:before { content: ''; width: calc(100% + 400px); position: absolute; right: 0; pointer-events: none; background: #F1F5F8; height: 200px; top: 359px; filter: blur(38.900002px); left: -200px; z-index: -1; }




.company-logo.cro-company-logo { padding: 50px 0; }
.company-logo.cro-company-logo .main-title .content { margin: 15px auto 25px; }
.company-logo.company-grey.company-grey-modify.cro-company-logo:before, .company-logo.company-grey.company-grey-modify.cro-company-logo:after{content: none;}

.without-slider-logo .box { padding: 10px 40px; background: #fff; border-radius: 31px; line-height: 0; min-height: 100px; display: flex; align-items: center; justify-content: center; width: calc(33.33% - 28px); position: relative; flex-wrap: wrap; transition: .5s all;}
.without-slider-logo .box img{object-fit: cover;}
.without-slider-logo .box:hover { filter: drop-shadow(0 11px 31.9px rgba(0, 0, 0, 0.11)); }
.box.blank-linkbox:hover { filter: none; }
.three-logo { display: flex; gap: 28px; justify-content: center; flex-wrap:wrap; }
.without-slider-logo { max-width: 1045px; margin: 0 auto; gap: 25px; display: flex; flex-direction: column; }
.two-logo { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; }
.without-slider-logo .clikable { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

.package-section { padding: 50px 0; }
.package-section-title h3 { color: #0096E1; padding-bottom: 28px; }
.data-box { max-width: 909px; margin: 0 auto; background: #fff; border-radius: 11px; border: 1px solid #D9DEE0; padding: 9px; }

.package-section table tbody tr:nth-child(even) { background: #fff; }
.package-section table tbody tr:nth-child(odd) { background: #F1F5F8; }
.package-section table tbody td { font-size: 20px; font-style: normal; font-weight: 700; line-height: 31px; letter-spacing: -0.08px; color: #0082D2; }
.package-section table tbody tr:nth-child(1),
.package-section table tbody tr:nth-child(3) { font-size: 20px; }
.package-section table tbody td:nth-child(2),
.package-section table tbody td:nth-child(3) { font-weight: 400; color: #000; }
.package-section table tbody td:nth-child(3) { padding-right: 55px; }

.package-section table {border-collapse: collapse;width: 100%;border: none;}
.package-section table td {text-align: left; padding: 28px 0 29px 46px;}
.package-section table thead th { background-color: #fff; font-size: 21px; font-style: normal; font-weight: 700; line-height: 31px; color: #000; padding: 22px 0 25px 46px; text-align: left; font-family: Montserrat; }


.testimonial-section.cro-testimonial-section { background: #F1F5F8; padding: 70px 0;}
.testimonial-section.cro-testimonial-section:after,
.testimonial-section.cro-testimonial-section:before { content: none; }
.testimonial-section.cro-testimonial-section .box h3 { color: #001A26; }
.testimonial-section.cro-testimonial-section .details h6 { letter-spacing: -0.08px; }
.testimonial-section.cro-testimonial-section .logo img { width: 100px; height: 100px; }





.trial-section { padding-bottom: 94px; }
.trial-section-inner { max-width: 909px; margin: 0 auto; text-align: center; }
.trial-section .btn-group { max-width: 645px; margin: 38px auto; gap: 33px; }
.terms { font-size: 14px; font-style: italic; font-weight: 400; line-height: 42px; }
.trial-section .btn-group .medium-btn a { min-width: 306px; padding: 6px 20px; font-size: 21px; font-style: normal; font-weight: 700; line-height: 47px; margin-top: 10px; color: #001A26;}
.trial-section .btn-group .medium-btn a:hover {color:#fff; }
.button-1.medium-btn.preview-btn a { background: #001A26; border: 1px solid #001A26; color: #00B9FA; }
.testimonial-section.cro-testimonial-section h2 { color: #15324E; }
.trial-section-inner h2 { padding-bottom: 35px; }



/*=====  End of cro Page  ======*/



@media(min-width: 1500px){
    .specific-hero.about-hero.specific-hero-used-inner-modify::after { content: none; }
    .specific-hero.about-hero.specific-hero-used-inner-modify .right .image:before { background: #00B9FA; left: -83px; bottom: 3px; }
    .specific-hero.about-hero.specific-hero-used-inner-modify .right .img { right: 23px; min-width: 645px; }
    .specific-hero.about-hero.specific-hero-used-inner-modify .right:after { width: 118px; height: 118px; bottom: 160px; left: -120px; right: auto; }
    .specific-hero.about-hero.specific-hero-used-inner-modify .right .image:after { width: 212px; height: 212px; }
    .specific-hero.about-hero.specific-hero-used-inner-modify .right .image:after { left: -110px; }

    .company-logo.text-center.company-logo-modify { padding: 50px 0 150px; }
    .company-logo.text-center.company-logo-modify .content { margin: 65px auto 0; }
    .company-logo.text-center.company-logo-modify .main-title { padding-bottom: 10px; }
    .specific-hero.about-hero.specific-hero-used-inner-modify { padding-top: 90px; }
    .testimonial-section.testimonial-section-modify::before { top: 223px; }



}

/*=====  End of Section comment block  ======*/

@media(max-width: 1700px) {
.video-bottom-box .left-image-man{left: 0;}
.video-bottom-box .right-image-man{right: 0;}
}

@media(max-width: 1500px) {

   .hero-section:before { background-size: 550px; }

   .featured-article .image { width: 600px; }
   .featured-article .text { width: calc(100% - 600px); padding: 0 0 0 30px; }

   .blog-listing .main { gap: 18px; }
   .blog-listing .row-box { padding: 25px; width: calc(33.33% - 12px); }

   .the-challenge .left { padding-left: calc((100% - 1140px) / 2); }
   .the-challenge .right { padding-right: calc((100% - 1140px) / 2); }
   .the-challenge .testimonials { padding: 40px; }
   .the-challenge .testimonials .content { font-size: 26px; line-height: 42px; }

   .hero-section .left h1 { font-size: 70px; line-height: 1.2; }


   /*** home ***/
   .hero-banner .right { width: 550px; }
   .hero-banner .left { width: calc(100% - 550px); }
   .hero-banner .list { padding: 15px 16px; }

   .hero-banner:before { background-size: 230px; }
   .hero-banner:after { background-size: 520px; }
   .recent-news .main { gap: 0; }

   /*** ***/
   .company-hero .right .image { margin-right: 0; }

   .banner-top{background-position:center!important;}

   .tags-section ul { gap: 10px; }


   /*.subscribe-popup.custom-description-popup { margin: 35px auto;background:#fff; }
   
   .subscribe-popup.custom-description-popup .pop-header { padding-top: 10px; align-items: flex-end; padding-bottom: 20px; flex-wrap:wrap; }
   .subscribe-popup.custom-description-popup .popup-close-btn button { width: 22px; height: 22px; background-size: contain; }
   .subscribe-popup.custom-description-popup .popup-close-btn { right: 15px; }

  .subscribe-popup.custom-description-popup .pop-content::-webkit-scrollbar { width: auto; }
   .subscribe-popup.custom-description-popup .pop-content::-webkit-scrollbar-track { border-radius: 21px; background: #F1F5F8; }
   .subscribe-popup.custom-description-popup .pop-content::-webkit-scrollbar-thumb { width: auto; }*/

}

@media(max-width: 1400px) {
    .content-section:before,
    .comment-section:before,
    .comment-section:after,
    .recent-news:after { width: 250px; height: 375px; background-size: 250px; top: 0; }

    .recent-news:before { left: calc((100% - 1140px) / 2); }

    .company-logo [class*="cover-"] .box { min-width: 267px; padding: 10px 30px; }
    /*.company-logo [class*="cover-2"] { max-width: 920px; }
    .company-logo [class*="cover-3"] { max-width: 723px; }*/

    /**** ****/
    .text-image-who .btn-group { gap: 12px; }
    .text-image-who .btn-group [class*="button-"] { width: auto; }

    .hero-integrations:before, .hero-integrations:after { background-size: 40%; opacity: 0.8; }

    .specific-hero .right .img { min-width: 600px; }
    .procore-integration .box { padding: 0 30px 45px; }

    .main-wrapper .left-part{width:65%;}
    .main-wrapper .right-form .inner{max-width:none;}
    .main-wrapper .right-form{width:35%;}

    .privacy-main h2{margin-left:-110px;}

    .banner-who-we-help:after{width:590px;}
    .banner-who-we-help .h1{font-size:80px;}
    .banner-who-we-help .list{padding:40px 40px 40px;}

    .thank-you:before , .thank-you:after { background-size: 40%; }

    .schedule-demo .form iframe { min-height: 880px !important; }

    .lp-page .left { padding: 0 30px 0 0; }
    .lp-page .testimonial .box { width: 100%; }
    .lp-page .left .box-text .text { padding: 0 0 0 15px; }

    .lp-page:after { background-size: 40%; }
    .lp-page:before { background-size: 27%; }

    /*** ***/
    .hero-resource .right { width: 440px; }
    .hero-resource .right .image:after { width: 400px; height: 400px; }
    .hero-resource .left { width: calc(100% - 440px); }

    .video_resources .titlecont_img .title_cont { width: 68%; }
    .video_resources .titlecont_img .video_img { width: 32%; }

    .tags-section ul li a { padding: 15px 24px; }
    .filter-group-wrap .search input { min-width: 300px; }

    .hero-banner .left div.h2 { font-size: 60px; line-height: 65px; }
    .hero-banner .left div.h2 span { font-size: 75px; line-height: 76px; }

    .ContractorBI-video .left { padding-right: 50px; }
    .ContractorBI-video .left h2 { font-size: 50px; line-height: 67px; }

    .company-logo.text-center.company-grey.company-grey-modify:before, .company-logo.text-center.company-grey.company-grey-modify:after, .procore-integration.maximize-section-modify:before{width: 300px; height: 300px; background-size: contain;} 

    .specific-hero.about-hero.specific-hero-used-inner-modify .left { width: 50%; }
    .specific-hero.about-hero.specific-hero-used-inner-modify .right { width: 50%; max-width: 422px; margin-left: auto; }
    .specific-hero.about-hero.specific-hero-used-inner-modify .left-top ul li { font-size: 18px; padding: 0; }

    .video-bottom-box .left-image-man { left: -110px; }
    .video-bottom-box .right-image-man { right: -110px; }


    .contractor-hero.company-hero.text-white.cro-hero .right:after { top: auto; }
    .contractor-hero.text-white.cro-hero.company-hero .right .image:before { top: 50%; width: 60px; height: 60px; left: 44px; }
    .contractor-hero.text-white.cro-hero.company-hero .right::before { width: 100px; height: 100px; }


    

   

}

@media(max-width: 1200px) {

    h1 { font-size: 48px; line-height: 1.3; }
    h2 { font-size: 30px; line-height: 40px; }
    h3 { font-size: 26px; line-height: 36px; }
    h4 { font-size: 22px; line-height: 32px; }

    .body-02 { font-size: 19px; line-height: 31px; }

    [class*="button-"].fat-button a{padding:12px 20px;min-width:172px;}

    section.blog-hero { font-size: 20px; line-height: 34px; }

    .featured-article .image { width: 450px; }
    .featured-article .text { width: calc(100% - 450px); }
    .featured-article .text h3 { font-size: 30px; line-height: 40px; }

    .tags-section ul { gap: 15px; }
    .tags-section ul li a { font-size: 14px; line-height: 20px; min-width: 100px; padding: 12px 32px; }

    .blog-listing .row-box .text h4 { font-size: 20px; line-height: 30px; }

    .hero-section { font-size: 18px; line-height: 32px; }
    .hero-section .left { width: calc(100% - 400px); }
    .number-count { width: 400px; padding: 20px 40px; }
    .number-count h1 { font-size: 60px; line-height: 1; }
    .number-count .box { font-size: 20px; line-height: 30px; }

    .study-quote { width: 400px; padding: 40px 30px; }
    .study-quote .text { font-size: 22px; line-height: 40px; }

    .the-challenge .left { padding: 60px 20px 0; padding-left: calc((100% - 940px) / 2); }
    .the-challenge .right { padding: 30px 20px; }
    .the-challenge .main .box .text { padding: 25px 20px; }

    .form-schedule:before { right: -20px; }
    .the-challenge .form-schedule .title h2 { margin: 0; }

    .the-challenge .left { font-size: 18px; line-height: 32px; }
    .the-challenge .testimonials .content { font-size: 22px; line-height: 36px; }

    /*** home ***/
    .hero-banner .left { width: calc(100% - 500px); }
    .hero-banner .right { width: 500px; }
    .hero-banner .left div.h2 { font-size: 52px; line-height: 58px; }
    .hero-banner .left div.h2 span { font-size: 60px; line-height: 63px; }
    .hero-banner .right:before { width: 450px; height: 450px; }

    .contractor-tools .row-box .right { width: 500px; }
    .contractor-tools .row-box .left { width: calc(100% - 500px); padding: 0 15px 0 0; }
    .contractor-tools .row-box { padding: 60px 0 30px 30px; }
    .contractor-tools .list-box { padding: 0 30px; }

    .recent-news:before { left: calc((100% - 940px) / 2); }

    /*** ***/
    .contractor-hero .left h1, .contractor-hero .left h2 { font-size: 56px; line-height: 66px; }
    .contractor-hero .left { width: calc(100% - 402px); }
    .contractor-hero .right { width: 442px; }
    .contractor-hero .right:after { width: 400px; height: 400px; }
    .contractor-hero .right:before { width: 300px; height: 300px; }
    .contractor-hero .right .img [class*="img-"] { width: 320px; }
    .contractor-hero .right .img [class*="img-2"] { width: 210px; }

    .text-image .image { width: 480px; }
    .text-image .left { width: calc(100% - 480px); }
    .text-image .image > div { width: 360px; }
    .text-image .image > div.img-2 { max-width: 230px; margin: -80px 0 0 0; }
    .text-image .image:before { width: 350px; height: 350px; }
    .text-image .image:after { width: 280px; height: 280px; bottom: 0; right: 0; }

    .testimonial-section { padding-bottom: 60px; }
    .testimonial-section .box { max-width: 760px; }
    .testimonial-section .main { padding: 0; }

    /*** ****/

    .company-hero .btn-group { gap: 15px; }
    .company-hero .btn-group [class*="button-"] a { min-width: 220px; }

    .text-image-who.image-left .image { width: 480px; }
    .text-image-who.image-left .left { width: calc(100% - 480px); padding: 0 0 0 30px; }
    /*.arrow-slider button.slick-arrow { background-size: 12px; width: 30px; height: 30px; bottom: -63px; }
    .arrow-slider button.slick-arrow.slick-prev {margin: 0 0 -1px; }*/

    /*** ***/
    .specific-hero .left { width: calc(100% - 380px); padding: 0 30px 0 0; font-size: 20px; line-height: 38px; }
    .specific-hero .right { width: 360px; }
    .specific-hero .right .image:before { width: 360px; height: 360px; }
    .specific-hero .right .logo { width: 100%; }
    .specific-hero .right .image:after { width: 180px; height: 180px; }

    .procore-integration .box, .procore-integration.maximize-section-modify .box.img-box { width: calc(50% - 15px); }
    .procore-integration.maximize-section-modify .box.img-box .image{width: 380px;}
    .procore-integration.maximize-section-modify .box.img-box .image:after{left: 0;}
    .procore-integration .box.img-box { width: calc(50% - 15px); }
    .procore-integration .box.img-box .image { width: 310px; }
    .procore-integration .box.img-box .image:before { width: 310px; height: 310px; }
    .procore-integration .box.img-box .image img { width: 200px; }
    .procore-integration .box.img-box .image:after { width: 150px; height: 150px; }
    .procore-integration .box.img-box .img { left: -50px; }

    .process-works .left .box .line { width: 139px; left: calc(100% + -21px); z-index: -1; }
    .process-works .cover .box .line { z-index: -1; }

    .main-wrapper .right-form .inner{padding:35px 30px 0 30px;}
    .main-wrapper .right-form .form-ttl h3{font-size:22px;}
    .banner-top h1{font-size:38px;font-weight:700;line-height:51px;}

    .privacy-main h2{margin-left:0;}

    .slider-section { padding-bottom: 60px; }
    .slider-section .box { max-width: 760px; }
    .slider-section .main { padding: 0; }

    /*** ***/
    .contact-hero h1 br { display: none; }
    .contact-hero .left { padding: 0 120px 0 0; }
    .general-form:before { display: none; }

    .hero-integrations h2 { font-size: 48px; line-height: 1.3; }

    .thank-you { padding: 80px 0 100px; }
    .thank-you h2 { font-size: 48px; line-height: 1.3; }
    .thank-you .meeting { margin-top: 45px; }
    .thank-you .meeting ._cUP1np9gMvFQrcPftuf.OGcBAyJGBej5Gnyi9hGA.xahN8AEzyAvQtVj17TPv { margin: 0; }

    /**/
    body.why-choose-topbuilders-main .career-hero h1 { font-size: 60px; }
    .top-result-grid-section.dark-background .main .box h5 { font-size: 22px; line-height: 1.5; }
    .top-result-grid-section.dark-background .main .box { font-size: 18px; padding-bottom: 45px; }
    .top-result-grid-section.dark-background .main-title { font-size: 20px; line-height: 1.7; }
    .comment-section.additional_class .main-title { font-size: 20px; line-height: 1.7; }

    .constructionbi-hero .main-title { margin: 0 0 30px; }
    .constructionbi-hero .main-title h1 { font-size: 50px; line-height: 55px; }
    .constructionbi-hero .main-cover h2 { font-size: 30px; line-height: 40px; }

    .constructionbi-hero .arrow-image { padding: 0; }
    .constructionbi-hero .arrow-image img { max-width: 200px; }

    .thank-you .meeting { margin-top: 0; }
    .thank-you .meeting iframe { height: 1259px; }

    .lp-page .left { width: calc(100% - 400px); }
    .lp-page .left h1 { font-size: 38px; line-height: 50px; }
    .lp-page .left .date { font-size: 20px; }
    .lp-page .left .box-text .img { width: 200px; }
    .lp-page .left .box-text .text { width: calc(100% - 200px); }

    .lp-page .form { width: 400px; padding: 40px; }
    .lp-page .form h3 { font-size: 23px; line-height: 30px; }

    /*** ***/

    .hero-resource { padding: 50px 0 100px; font-size: 19px; line-height: 30px; }
    .hero-resource:before { background-size: 60%; }
    .hero-resource .left { width: calc(100% - 360px); }
    .hero-resource .left h3 { font-size: 26px; line-height: 36px; }
    .hero-resource .left [class*="button-"] { margin: 30px 0 0; }
    .hero-resource .right { width: 360px; }
    .hero-resource .right .image:after { width: 335px; height: 335px; }

    .overwhelm-section .main { max-width: 770px; padding: 0 40px; }
    .pillar-box .main { max-width: 770px; padding: 40px; }

    .tags-section .search input { min-width: 350px; }

    .video_resources .titlecont_img .title_cont { width: 58%; padding: 0; }
    .video_resources .titlecont_img .video_img { width: 42%; }

    .filter-group-wrap { gap: 20px; }
    .filter-group-wrap .search { width: 100%; }

    .ContractorBI-video .left { width: 50%; padding-right: 20px; }
    .ContractorBI-video .left h2 { font-size: 46px; line-height: 55px; }
    .ContractorBI-video .video { width: 50%; }
    .ContractorBI-video .video .img-video .play { width: 80px; height: 80px; padding-left: 5px; }
    .ContractorBI-video .video .img-video .play img { width: 24px; }

    .construction-inner .video-box { max-width: 700px; }
    .construction-inner .top-data { max-width: 800px; }
    .specific-hero.about-hero.specific-hero-used-inner-modify .right{max-width: 300px;}
    .specific-hero.about-hero.specific-hero-used-inner-modify .right .img { right: 10px; min-width: 437px; max-width: 482px; top: 40px; }

    .specific-hero.about-hero.specific-hero-used-inner-modify.modify-tag-info h2 {  font-size: 30px; line-height: 40px; padding-bottom: 15px; }
    .specific-hero.about-hero.specific-hero-used-inner-modify .sub { font-size: 22px; line-height: 32px; }


    .contractor-hero.company-hero.text-white.cro-hero .right:after { top: auto; left: 0; }
    .contractor-hero.text-white.cro-hero.company-hero .right .image { margin-right: 30px; }
    .contractor-hero.text-white.cro-hero.company-hero .right::before { width: 100px; height: 100px; right: auto; left: -20px; }
    .contractor-hero.text-white.cro-hero.company-hero .right .image:before { top: 48%; width: 50px; height: 50px; left: -11px; }
    .contractor-hero.company-hero.text-white.cro-hero h2 { font-size: 40px; line-height: 1.5; }



}

@media(min-width: 992px) {

    .arrow-slider button.slick-arrow { right: 0; top: 50%; bottom: auto; left: auto; transform: translateY(-50%) scaleX(-1); background: url('/wp-content/uploads/2024/07/arrow_back_ios.svg') no-repeat center center; background-size: 22px; }
    .arrow-slider button.slick-prev.slick-arrow { right: auto; left: 0; transform: translateY(-50%) scaleX(1); z-index: 1; }
    .arrow-slider button.slick-arrow:hover { background-color: transparent; }

    .process-works .mobile { display: none; }

    .tab_part .tags-section { display: none; }


}

@media(max-width: 991px) {
  body { font-size: 19px; line-height: 31px; }

  h1 { font-size: 50px; line-height: 55px; }
  h2 { font-size: 30px; line-height: 40px; }
  h3 { font-size: 26px; line-height: 34px; }
  h4 { font-size: 22px; line-height: 32px; }
  h5 { font-size: 20px; line-height: 28px; }
  h6 { font-size: 18px; line-height: 28px; }

  section.blog-hero .left { width: 100%; }
  section.blog-hero .image { width: 100%; margin: 30px 0 0; text-align: center; }

  .featured-article .main { padding: 20px; }
  .featured-article .image { width: 100%; }
  .featured-article .text { width: 100%; padding: 0; margin: 30px 0 0; }

  .tags-section ul li a { padding: 12px 20px; }
  .tags-section ul { gap: 10px; }

  .blog-listing .row-box { width: calc(50% - 9px); }
  .blog-listing { padding: 0 0 60px; }

  .hero-post .main h1 { font-size: 32px; line-height: 45px; }
  .hero-post .main .hero-text { font-size: 20px; line-height: 34px; }
  .hero-post .social-icon { padding: 18px 18px; font-size: 16px; }
  .hero-post .social-icon span { margin-right: 15px; }
  .hero-post [class*="button-"] a { padding: 12px 20px; font-size: 16px; }

  .hero-post h2 { font-size: 30px; line-height: 40px; }

  .about-author { margin: 50px 0 0; }
  .body-content img { margin: 30px auto 50px; filter: drop-shadow(0px 4px 20px rgba(0, 26, 38, 0.21)); }

  .sub-title { font-size: 18px; line-height: 1.4; margin-bottom: 10px; }
  .hero-section .left { width: 100%; padding: 0; }
  .hero-section .left .inner { max-width: 100%; }
	.hero-section .left h1 { font-size: 54px; padding: 0 0 20px; }
	.hero-section .left [class*="button-"] { margin: 30px 0 0; }

	.number-count { width: 100%; }

	.form-schedule { margin: 30px 0 0; padding: 50px 0; }
	.form-schedule:before { right: -150px; left: -150px; }
	.the-challenge .left { width: 100%; padding: 40px 15px 0; padding-left: calc((100% - 720px) / 2); padding-right: calc((100% - 720px) / 2); overflow-x: clip; }
	.the-challenge .right { width: 100%; padding: 30px 15px; padding-left: calc((100% - 720px) / 2); padding-right: calc((100% - 720px) / 2); position: relative; top: 0; margin: 0; border-width: 20px; }

	.the-challenge .left h2 { margin: 30px 0 20px; }
	.the-challenge .left h2:after { width: 150px; }
	.the-challenge .testimonials { margin: 40px 0 10px; }

	.study-quote { width: 100%; }

	/*** Home ***/
	.content-section:before, .comment-section:before, .comment-section:after, .recent-news:after { display: none; }

	.hero-banner { min-height: auto; padding: 30px 0 58px; font-size: 19px; line-height: 31px; }
	.hero-banner .container { position: static; }
	.hero-banner:before,
	.hero-banner:after { display: none; }
	.hero-banner .left { width: 100%; padding: 0; }
	.hero-banner .left div.h2 { font-size: 50px; line-height: 55px; padding: 0 0 25px; }
	.hero-banner .left .sub { font-size: 14px; line-height: 22px; }
	.hero-banner .left [class*="button-"] { text-align: center; margin: 25px 0 0; }
	.hero-banner .list { justify-content: center; flex-flow: column; text-align: center; max-width: 100%; }
	.hero-banner .list ul { flex-flow: column; text-align: center; }
	.hero-banner .list ul li { justify-content: center; }

	.hero-banner .right img { display: none; }
	.hero-banner .right { position: absolute; right: -110px; bottom: 20%; width: 219px; height: 266px; align-items: flex-start; }
	.hero-banner .right:before,
	.hero-banner .right:after { width: 183px; height: 183px; left: auto; top: auto; bottom: auto; right: auto; }
	.hero-banner .right:after { right: 0; left: auto; top: auto; bottom: 0; left: 0; }

	.trusted-by { padding: 47px 0 25px; }
	.trusted-by .main { border-width: 10px; padding: 23px 0; }
	.trusted-by .main h6 { width: 95%; margin: 0 auto; }

	.content-section { padding: 25px 0; }

	.contractor-tools { padding: 25px 0; background-image: none; }
	.contractor-tools .container { width: 100%; padding: 0; }
	.contractor-tools h2 { padding: 0 15px 30px; max-width: 720px; margin: 0 auto; }
	.contractor-tools .main { border: none; padding: 0; }
	.contractor-tools .list-box .slick-list { padding: 0 50px !important; }
	.contractor-tools .list-box { padding: 0; }
	.contractor-tools .row-box { padding: 40px 15px 0; margin: 0 auto; max-width: 720px; width: 100%; display: block !important; }
	.contractor-tools .row-box .row-cover { flex-flow: column; flex-direction: column-reverse; }
	.contractor-tools .row-box .left { width: 100%; padding: 35px 0 0; }
	.contractor-tools .row-box .left [class*="button-"] { margin: 35px 0 0; text-align: center; }
	.contractor-tools .row-box .right { width: 100%; }
	.contractor-tools .main:before , .contractor-tools .main:after { display: none; }

	.number-box { gap: 9px; }
	.number-box .num { width: 100%; padding: 21px 30px; }
	.number-box .num h3 { padding: 0 0 6px; }

	.contractor-tools .list-box .slick-track { display: flex; gap: 12px; }
	.company-logo { padding: 40px 0 30px; }
	.company-logo .container { width: 100%; padding: 0; }
	.company-logo .main-title { padding: 0 15px; max-width: 720px; width: 100%; margin: 0 auto; }
	.company-logo [class*="cover-"] .box { height: 65px; min-height: auto; padding: 18px 32px; min-width: 193px; }
	.company-logo [class*="cover-"] .box img { max-height: 100%; }
	.company-logo .main { gap: 11px; }
	.company-logo .content { max-width: 720px; padding: 0 15px; margin: 30px auto 0; }
	.company-logo [class*="button-"] { margin: 36px 0 0; }

	.comment-section .box { width: calc(50% - 15px); }
	.recent-news:before { left: calc((100% - 720px) / 2); height: 20px; top: -20px; }
	.comment-section { padding: 30px 0 70px; }
	.comment-section .main-title { margin: 0 0 15px; }

	.overall-rating .logo { width: 180px; }
	.overall-rating { gap: 17px; }

	.recent-news { padding: 60px 0; }
	.recent-news .main-title h2 { padding: 0 0 20px; }
	.recent-news .main-title { margin: 0 0 30px; max-width: 100%; text-align: center; }

	.recent-news .main { padding: 0 15px 80px; }
	.recent-news .main button.slick-arrow { left: calc(50% - 40px); right: auto; bottom: 0; transform: translateX(-50%); }
	.recent-news .main button.slick-arrow.slick-next { left: calc(50% + 40px); transform: translateX(-50%) scaleX(-1); }
	.recent-news [class*="button-"] { margin: 40px 0 0; }

	/*** ***/
	.contractor-hero { padding: 50px 0; }
	.contractor-hero .left .sub { font-size: 14px; line-height: 22px; }
	.contractor-hero .left { width: 100%; padding: 0; }
	.contractor-hero .right { margin: 40px auto 0; }
	.contractor-hero:after { display: none; }
	.company-hero:before { height: 500px; top: calc(100% - 120px); filter: blur(55px); }

	.decisions-section { padding: 40px 0 80px; }
	.decisions-section:before,
	.decisions-section:after { display: none; }
	.decisions-section .box { width: 100%; }
	.decisions-section .main-title { margin: 0 auto 20px; }

	.text-image { padding: 40px 0; }
	.text-image.set-shadow .image:before { top: -30px; }
	.text-image.set-shadow .image:after { bottom: -30px; }
	.text-image .left { width: 100%; font-size: 19px; }
	.text-image .image { width: 100%; max-width: 480px; margin: 60px auto 0; }
	.text-image .title { margin: 0 0 10px; }
	.text-image.last { padding-bottom: 100px; }

	.testimonial-section { padding: 40px 0 60px; }
	.testimonial-section:before, .testimonial-section:after { display: none; }

	.arrow-slider button.slick-arrow { background-size: 18px; width: 50px; height: 50px; bottom: -63px; left: 50%;transform:translateX(-50%) scaleX(-1);margin-left:35px;}
	.arrow-slider button.slick-arrow.slick-prev {margin-left:-35px;transform:translateX(-50%) scaleX(1);}

	.schedule-demo { padding: 60px 0; background-image: none; }
	.schedule-demo .image > .img:first-child { margin:60px 0 0; }
	.schedule-demo .image > .img:first-child img { right: -45px; }
	.schedule-demo .image { margin: 0 auto; width: 100%; max-width: 400px; }
	.schedule-demo .image:before { width: 400px; height: 400px; }
	.schedule-demo .image .img { width: 400px; height: 400px; }
	.schedule-demo .image .circle { width: 300px; height: 300px; }
	.schedule-demo .right { padding: 0; width: 100%; margin: 30px 0 0; }
	.schedule-demo .right h6 { font-size: 18px; line-height: 28px; }

	/*** ***/
	.company-hero { margin: 0; }
	.company-hero .left { padding: 0; }
	.company-hero .btn-group [class*="button-1"] a { min-width: 200px; }
	.company-hero .btn-group { gap: 0 10px; }
	.company-hero .right { margin: 0 auto; }

	.text-image-who.image-left .left { width: 100%; padding-left: 0; }
	.text-image-who.image-left .image { width: 100%; max-width: 480px; margin: 70px auto 0; }
	.text-image-who .btn-group { margin: 10px 0 0; }

	.schedule-who .image > .img:first-child img { min-width: 418px; top: -13px; left: -12px; }

	.faq-section { padding: 40px 0 80px; }
	.faq-section .box .answer { padding: 0 0 15px; }
	.faq-section .question { min-height: auto; }

	.shape-right:after { display: none; }

	.hero-integrations { padding: 50px 0 0; }
	.hero-integrations:before, .hero-integrations:after { display: none }

	.business-efforts .left-in { width: 100%; padding: 0; }
	.business-efforts .right-in { max-width: 100%; margin: 20px 0 0; }

	.integrations-section { margin: 60px 0 0; }
	.integrations-section .box { width: 100%; }
	.integrations-section .main-title { margin: 0 0 30px; }
	.integrations-section .main .image-cover { overflow-x: clip; }
	.integrations-section .main:after { display: none; }

	.nav-list { padding: 10px 0; top: 74px; }
	.nav-list label { padding: 9px 35px 9px 15px; display: inline-block; position: relative; }
	.nav-list label:after { content: "\f107"; position: absolute; top: 9px; right: 16px; font-family: 'fontAwesome'; font-size: 25px; font-weight: 300; }
	.nav-list ul { position: absolute; top: 64px; left: 0; background: #FFF; width: 100%; padding: 15px 15px; gap: 2px; margin: 0 auto; max-width: 747px; right: 0; display: none; flex-flow: column; }
	.nav-list ul li { width: 100%; }
	.nav-list ul li a { font-size: 15px; line-height: 22px; padding: 9px 15px; width: 100%; border-radius: 0; }

	/*** ***/
	.specific-hero { padding: 50px 0; }
	.specific-hero:after { display: none; }
	.specific-hero .left { width: 100%; padding: 0; }
	.specific-hero .right { width: 100%; margin: 30px 0 0; }
	.specific-hero .right .image { width: 300px; margin: 0 0 0 auto; }
	.specific-hero .right .image:before { width: 280px; height: 280px; left: -12px; }
	.specific-hero .right .image:after { width: 150px; height: 150px; }
	.specific-hero .right .logo { width: auto; max-width: 280px; margin: -60px 30px 0 auto; padding: 15px 20px; height: 80px; }
	.specific-hero .right .img { min-width: auto; max-width: 620px; width: 100%; }

	.real-time .main:before, .real-time .main:after { display: none; }

	.process-works:before , .process-works:after { display: none; }
	.process-works .main { display: none; }
    .process-works [class*="button-"] a { min-width: 273px; padding: 12px 20px; }
    .process-works [class*="button-"] { margin: 30px 0 0; }

    .main-wrapper .right-form .gform-theme--foundation .gfield input,
    .main-wrapper .right-form .gform-theme--foundation .gfield select { padding: 12px 16px !important; }
    .main-wrapper .right-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit] { min-width: auto !important; padding: 9px 20px !important; font-size: 17px !important; }

    .banner-top .banner-inner { display: block; }
    .main-wrapper .left-part .image { width: 200px; margin: 0 auto; }
    .main-wrapper .left-part .image:before { width: 215px; height: 215px; }
    .main-wrapper .left-part .image:after { right: -5px; top: 33px; width: 140px; height: 140px; }
    .main-wrapper .left-part .left-content { width: auto; }

    .banner404:before { left: -130px; }
    .banner404:after { left: auto; right: -450px; }
    .privacy-main h2 { font-size: 34px; line-height: 50px; }

    .slider-section { padding: 40px 0 60px; }
    .slider-section:before,
    .slider-section:after { display: none; }

    /*** ***/
    .contact-hero { padding: 50px 0; }
    .contact-hero .left { width: 100%; padding: 0; }
    .contact-hero .right { margin: 40px auto 0; }

    .procore-integration.dark-bg:before { display: none; }

    .hero-integrations h2 { font-size: 50px; line-height: 55px; }
    .specific-hero .left h2 { font-size: 50px; line-height: 55px; }

    .thank-you { padding: 50px 0; }
    .thank-you h2 { font-size: 50px; line-height: 55px; }
    .thank-you .main-title { margin: 0 0 25px; }
    .thank-you .main { justify-content: center; }
    .thank-you .main > div:first-child:after { left: calc(100% - 26px); }

    .thank-you:before , .thank-you:after { display: none; }

    body.blog , body.post-template-default { margin-top: 74px; }

    /**/
    body.why-choose-topbuilders-main .career-hero h1 { font-size: 50px; }
    body.why-choose-topbuilders-main .about-hero.specific-hero .right .image:after { height: 170px; width: 170px; }
    .top-result-grid-section.dark-background { padding: 80px 0 0; }
    .top-result-grid-section.dark-background .main .box { width: 50%; }

    .schedule-demo .form iframe { min-height: 540px !important; }

    .constructionbi-hero:before,
    .constructionbi-hero:after { display: none; }

    .video_resources { padding: 70px 0 100px; }
    .video_resources .titlecont_img .tags-section { display: none; }
    .video_resources .titlecont_img .title_cont { width: 100%; padding: 0 0 30px; }
    .video_resources .titlecont_img .video_img { width: 100%; text-align: center; padding: 0; }
    .tab_part .tab_wrap .tab_col { padding: 0px 9px 20px; }
    .tab_part .tab_wrap { margin: 0 -9px; }
    .tab_part .tab_col .tab_inner { padding: 25px; }
    .tab_part .tab_col .tab_inner .img .play_btn a { width: 70px; height: 70px; }
    .tab_part .tab_col .tab_inner .img .play_btn a svg { max-width: 50%; }
    .tab_part .tab_col .tab_inner .btm_part h4 { font-size: 18px; line-height: 28px; }
    .tab_part .tab_col .tab_inner .btm_part .publish_date { font-size: 16px; line-height: 26px; }
    .tab_part .tab_col .tab_inner .btm_part .content { font-size: 17px; line-height: 28px; }


    .lp-page:before,
    .lp-page:after { display: none; }
    .lp-page { padding: 50px 0; }
    .lp-page .left { width: 100%; padding: 0; }
    .lp-page .form { width: 100%; margin: 30px 0 0; }
    .lp-page .testimonial { margin: 0 0 20px; gap: 15px; }

    /*** ***/
    .hero-resource { padding: 50px 0 60px; }
    .hero-resource .left { width: 100%; padding: 0; }
    .hero-resource .left [class*="button-"] a { padding: 17px 24px; }
    .hero-resource .right { margin: 40px auto 0; }
    .hero-resource .arrow { width: 50px; height: 50px; bottom: -25px; }

    .overwhelm-section { padding: 50px 0; }
    .overwhelm-section .main { max-width: 90%; padding: 0 20px; }

    section.nav-menu { bottom: 20px; }
    section.nav-menu ul { margin: 0 0 95px 0; }
    .toggle-nav { width: 80px; height: 80px; padding: 0 20px; font-size: 14px; }

    .pillar-box .image { height: 300px; margin: 0 0 -60px; }
    .pillar-box .image:after { background-size: 60%; }
    .pillar-box .main { max-width: 90%; padding: 30px 20px; }

    .cta-strip { padding: 50px 0 0; }
    .cta-strip .left h3 { font-size: 26px; line-height: 34px; }
    .cta-strip .left { width: 100%; padding: 0  ; }
    .cta-strip .right { margin: 30px auto 0; max-width: 100%; width: 300px; }
    .cta-strip .right .imgae:before { width: 297px; height: 300px; }
    .cta-strip .right .imgae:after { width: 130px; height: 130px; bottom: auto; top: 70px; right: -20px; }
    .cta-strip .right .imgae { margin: 0 0 -50px; }

    .faq-guide { padding: 50px 0 40px; }
    .faq-guide .box .answer { padding: 0 0 15px; }
    .faq-guide .box .question { min-height: auto; }

    .tags-section .search input { min-width: 260px; }

    .search-popup .main-title { margin: 0 0 20px; }
    .search-popup .box { margin: 0 0 42px; }
    .search-popup .box:last-child { margin: 0; }
    .search-popup [class*="button-"] { margin: 10px 0 0; }
    .search-popup .cover h4 { font-size: 20px; line-height: 32px; }

    .search-popup .cover .close { line-height: 0; width: 20px; height: 20px; }
    .search-popup .cover .close svg { width: 100%; height: auto; }
    section.blog-hero .search.blog-search-block {margin: 0 auto;max-width: 350px;}

    section.blog-hero .image .button-4 { text-align: inherit; }
    .tags-section { justify-content: center; }
    .featured-article .topic { margin-top: 30px; }
    section.blog-hero .text-group .left-text { width: 100%; }
    .text-group{flex-flow: wrap;}

    .ContractorBI-video .video { width: 100%; }

    .company-logo.text-center.company-grey.company-grey-modify:before, .company-logo.text-center.company-grey.company-grey-modify:after, .procore-integration.maximize-section-modify:before{content: none;} 

    .pillar-box.bottom-space .main { padding-bottom: 30px; }

    .specific-hero.about-hero.specific-hero-used-inner-modify .left { width: 100%; }
    .specific-hero.about-hero.specific-hero-used-inner-modify .right { max-width: 50%; margin: 80px auto 0; right: auto; left: 40%; transform: translateX(-50%); }
    .specific-hero.about-hero.specific-hero-used-inner-modify .left-top { max-width: 100%; }
    .specific-hero.about-hero.specific-hero-used-inner-modify .right .img { max-width: 400px; min-width: 400px; right: 60px; top: 68px; }
    .specific-hero.about-hero.specific-hero-used-inner-modify .right .image { max-width: 100%; margin: auto; }
    .contractor-tools.contractor-tools-modify .main { padding: 50px 0; }

    .video-bottom-box .left-image-man,
    .video-bottom-box .right-image-man { display: none; }
    .schedule-demo.schedule-better.schedule-better-modify .form iframe { min-height: 400px !important; }
    .top-section-head { padding: 0 30px 50px; }
    .contractor-tools.contractor-tools-modify { padding: 25px 0 0; }
    .contractor-tools.contractor-tools-modify .row-box .right .image { padding: 0; margin: 0; }
    .contractor-tools.contractor-tools-modify .row-box .right .image img { width: 100%; }

    .subscribe-popup.custom-description-popup{max-width: 92%;}


    .contractor-hero.text-white.cro-hero.company-hero .right{padding-top: 30px;}
    .contractor-hero.company-hero.text-white.cro-hero .text-section.text-center { margin-top: 30px; }
    .trial-section { padding-bottom: 30px; }
    .company-logo.cro-company-logo { padding: 0; }
    .testimonial-section.cro-testimonial-section { padding: 50px 0; }

    .contractor-hero.text-white.cro-hero.company-hero .right::before { top: 30%; bottom: auto; }
    .contractor-hero.text-white.cro-hero.company-hero .right .image:before { top: 26%; }
    .contractor-hero.company-hero.text-white.cro-hero { padding-top: 50px; }

    .without-slider-logo { padding: 0 25px; }
    .without-slider-logo .box { min-height: auto; padding: 20px; height: 80px; border-radius: 15px; }
    .three-logo { gap: 15px; }

}


@media(max-width: 767px) {

    h1 { font-size: 50px; line-height: 55px; }
    h2 { font-size: 26px; line-height: 36px; }
    h3 { font-size: 24px; line-height: 34px; }
    h4 { font-size: 22px; line-height: 32px; }
    h5 { font-size: 20px; line-height: 28px; }
    h6 { font-size: 18px; line-height: 28px; }

    .hero-section .menusub { margin-bottom: 30px; }

    section.blog-hero { font-size: 18px; line-height: 30px; }
    .tags-section ul li a { font-size: 12px; line-height: 16px; padding: 10px 20px; }

    .featured-article .topic { font-size: 18px; }
    .featured-article .text h3 { font-size: 26px; line-height: 34px; }

    .blog-listing .row-box { padding: 20px; width: 100%; }

    .hero-post { padding: 28px 0 50px; }
    .hero-post .main .hero-text { font-size: 18px; line-height: 31px; }
    .hero-post .contact { justify-content: center; gap: 20px; }

    .table-contents { padding: 30px 20px; margin-bottom: 30px; }

    .hero-post h2 { font-size: 28px; line-height: 38px; margin: 30px 0 0; }
    .hero-post h4 { margin: 30px 0 0; }
    .hero-post h5 { margin: 20px 0 0; }
    .hero-post h6 { margin: 20px 0 0; }

    .body-content ul { margin: 0 0 15px; }
    .body-content ul.cout { column-count: 1; }

    .about-author { margin: 40px 0 0; padding: 20px; text-align: center; border-width: 6px; }
    .about-author:before { top: 20px; right: 15px; }
    .about-author .right { width: 100%; padding: 0; margin: 20px 0 0; }
    .about-author .left { width: 100%; text-align: center; }
    .about-author .left .img { margin: 0 auto; }

    section.related-content { padding: 50px 0; }

    .the-challenge .left { padding: 40px 15px 0;  }
    .the-challenge .right { padding: 30px 15px;  }

    .hero-section { padding: 25px 0 50px; }
    .hero-section .left h1 { font-size: 42px; }
    .study-quote:before { background-size: 100px; width: 100px; height: 64px; bottom: 20px; right: 15px; }

    .number-count { padding: 20px 15px; }
    .number-count h1 { font-size: 42px; }
    .number-count .box { font-size: 18px; line-height: 1.4; }

    .study-quote { padding: 30px 15px; }
    .study-quote .text { font-size: 20px; line-height: 36px; }
    .study-quote .details { margin: 20px 0 0; }

    .form-schedule .title h5 { font-size: 20px; line-height: 28px; }

    .the-challenge .testimonials { margin: 20px 0; padding: 30px 18px; }
    .the-challenge .testimonials .content { font-size: 20px; line-height: 32px; }
    .the-challenge .testimonials .details { margin: 20px 0 0; }

    .the-challenge .left .main { margin: 15px 0; }
    .the-challenge .main .box { flex-flow: column; }
    .the-challenge .main .box .num { width: 100%; min-height: 100px; }
    .the-challenge .main .box .text { width: 100%; }

    /*** home ***/
    .contractor-tools .list-box .slick-list { padding: 0 60px !important; }

    .recent-news:before { left: 20px; }
    .overall-rating { justify-content: center; }
    .trusted-by .cover .slick-track { gap: 27px; }

    .comment-section .main { padding: 0 0 80px; }
    .comment-section .main button.slick-arrow { left: calc(50% - 40px); right: auto; bottom: 0; transform: translateX(-50%); }
    .comment-section .main button.slick-arrow.slick-next { left: calc(50% + 40px); transform: translateX(-50%) scaleX(-1); }
    .comment-section .box { width: 100%; }
    .comment-section .slick-track { gap:0;  }
    .contractor-tools .row-box .right .image { padding: 31px 0 31px 31px; margin-right: -15px; }

    /*** ***/
    .contractor-hero .left h1, .contractor-hero .left h2 { font-size: 36px; line-height: 46px; }
    .decisions-section .box h4 { font-size: 22px; line-height: 32px; }

    .text-image .image { max-width: 400px; }
    .text-image .image > div { width: 300px; }
    .text-image .image > div.img-2 { max-width: 200px; }
    .text-image .image:before { width: 300px; height: 300px; }
    .text-image .image:after { width: 220px; height: 220px; }

    .testimonial-section .box .content:before { width: 45px; height: 36px; background-size: 45px; margin: 0 auto 20px; }
    .slider-section .box .content:before { width: 45px; height: 36px; background-size: 45px; margin: 0 auto 20px; }

    .text-image-who .btn-group [class*="button-"] a { min-width: 230px; }

    .integrations-section .box { padding: 30px 15px 80px; border-radius: 5px; }
    .integrations-section .box.remove-btn { padding-bottom: 30px; }
    .integrations-section .box .logo { margin: 0 0 20px; }
    .integrations-section .main .image-cover .image { width: 300px; }
    .integrations-section .main .image-cover .image:before { width: 300px; height: 300px; }
    .integrations-section .main .image-cover .image:after { width: 130px; height: 130px; bottom: 0; left: -100px; }
    .integrations-section .main .image-cover.top-right-circle .image:before { right: 0; }
    .integrations-section .main .image-cover.set-img .image { width: 200px; }
    .integrations-section .main .image-cover.top-left-circle .image:after { left: -30px; }

    /*** ***/
    .procore-integration .box { width: 100%; }
    .procore-integration .box.img-box { width: 100%; }
    .procore-integration .box.img-box .img { left: 0; max-width: 500px; }
    .procore-integration .box, .procore-integration.maximize-section-modify .box.img-box{width: 100%;}
    .procore-integration.maximize-section-modify .box.img-box .img { width: auto; left: auto; }

    .procore-integration { padding: 30px 0; }

    .real-time { padding: 30px 0; }
    .real-time .logos > div img { max-width: 130px; }
    .real-time .cover { padding: 20px; }
    .real-time .box > div { font-size: 16px; line-height: 25px; }
    .real-time .logos > div { padding: 10px 20px; height: 73px; }

    .main-wrapper { display: block; }
    .main-wrapper .left-part { width: auto; }
    .main-wrapper .right-form { width: auto; }

    .rating-slider { padding: 0 0 100px 0; }
    .rating-slider .slick-list { overflow: hidden !important; }
    .rating-slider .slide-space { padding: 0; }
    .rating-slider .slider { max-width: none; }

    .banner404 { padding: 58px 0 100px; }
    .banner404:before { left: -130px; width: 60vw; height: 100%; background-position: left bottom; }
    .banner404:after { left: auto; right: -20vw; width: 90vw; background-position: right top; }
    .banner404 h1 { font-size: 99px; line-height: 24px; }

    .privacy-main { padding: 30px 0; }
    .privacy-main h2 { font-size: 26px; line-height: 36px; }
    .privacy-main ul + h2,
    .privacy-main p + h2 { margin-top: 60px; margin-bottom: 20px; }

    .banner-who-we-help { padding: 39px 0 160px; }
    .banner-who-we-help .h1 { font-size: 39px; line-height: normal; }
    .banner-who-we-help .list-wrapper { margin: 70px 0 0; display: block; }
    .banner-who-we-help .list { width: auto; margin: 0 0 30px; padding: 40px 20px 30px; }
    .banner-who-we-help .list .image img { max-width: 220px; }
    .banner-who-we-help .list .image:after { width: 188px; height: 188px; }
    .banner-who-we-help .list .image:before { width: 132px; height: 132px; left: 64px; }

    .contact-hero { padding: 50px 0; }
    .contact-hero .left { width: 100%; padding: 0; }
    .contact-hero .right { margin: 40px auto 0; }

    .thank-you .main > div:first-child:after { display: none; }

    /**/
    body.why-choose-topbuilders-main .specific-hero { padding: 50px 0; }
    body.why-choose-topbuilders-main .career-hero h1 { font-size: 40px; }
    .top-result-grid-section.dark-background .main-title { font-size: 16px; margin-bottom: 30px; }
    .top-result-grid-section.dark-background .main .box h5 { font-size: 18px; }
    .top-result-grid-section.dark-background .main .box { font-size: 16px; }
    .comment-section.additional_class .main-title { font-size: 16px; margin-bottom: 20px; }
    .comment-section.additional_class .main-title h2 { margin: 0; }
    .top-result-grid-section.dark-background { padding-top: 50px; }

    .constructionbi-hero { padding: 50px 0; }
    .constructionbi-hero .main-cover .left { width: 100%; }
    .constructionbi-hero .main-cover .form { width: 100%; margin: 10px 0 0; }
    .constructionbi-hero .main-cover { margin: 40px 0 0; }

    .thank-you .meeting { margin-top: 0; }
    .thank-you .meeting iframe { height:1282px; }

    .tab_part .tab_wrap .tab_col { width: 100%; padding: 0 0 30px; }
    .tab_part .tab_wrap { margin: 0; }
    .tab_part .tab_col .tab_inner .img { height: 250px; overflow: hidden; }
    .tab_part .tab_col .tab_inner .img img { height: 100%; object-fit: contain; }
    .tab_part .tab_col .tab_inner { padding: 15px; }
    .tab_part .tab_col .tab_inner .inner { padding: 0; }
    .tab_part .watch_video { position: static; }
    .tab_part .tab_col .tab_inner .btm_part .content { padding-bottom: 20px; }

    .lp-page .left .box-text .text { width: 100%; padding: 0; margin: 15px 0 0; }
    .lp-page .form { padding: 30px 20px; }
    .lp-page .left .date a:before { width: 30px; height: 30px; background-size: 30px; top: -6px; }
    .lp-page .left .date a { padding: 0 0 0 35px; }
    .lp-page .left .date { font-size: 17px; line-height: 24px; }


    /*** ***/
    .hero-resource .left h3 { font-size: 24px; line-height: 34px; }

    .overwhelm-section .main { padding: 0; max-width: 100%; }
    .overwhelm-section .main h5 { font-size: 20px; line-height: 28px; }

    .pillar-box .image { height: 240px; }
    .pillar-box .main { max-width: 97%; padding: 30px 15px; }

    .pillar-box .list { margin: 0 0 25px; }
    .pillar-box .list .text { width: 100%; padding: 20px 0 0; }
    .pillar-box .main h3 { padding: 8px 0 15px; }

    .pillar-box .main p { padding: 0 0 15px; }

    .toggle-nav { width: 70px; height: 70px; padding: 0 18px; font-size: 12px; }
    .toggle-nav label { margin: 13px 0 -19px; }
    section.nav-menu ul { margin: 0 0 85px 0; width: 280px; }

    .cta-strip .left h3 { font-size: 24px; line-height: 34px; }

    .tags-section .search { width: 100%; margin: 20px 0 0; }67

    .search-popup { padding: 80px 0 60px; }
    .resellers-zentek-consultants .specific-hero{padding: 50px 0;}
    .subscribe-popup.custom-description-popup .pop-content .content ol li{padding-bottom: 0;}

    .heading-content-group-wrap { padding-bottom: 0; }
    .heading-content-group { flex-basis: 100%; padding-bottom: 25px; }
    .heading-content-group:last-child { padding-bottom: 0; }
    .two-column-img-wrap > div { flex-basis: 100%; }
    .pillar-box .main .two-column-content ul { padding-left: 20px; }
    .two-column-img-wrap { padding-top: 20px; }
    .heading-content-full-width-wrap { padding-top: 20px; }

    .two-column-img-wrap.img_left { flex-flow: wrap; }
	
	
    .constructionbi-hero .arrow-image{display: none;}
    .construction-inner .video-box .play { width: 100px; height: 100px; }
    .top-section-head { padding: 0 15px 50px; }
    .construction-inner{padding: 50px 0;}
    .construction-inner .video-box, .construction-inner .top-data{margin: 15px;}


    .specific-hero.about-hero.specific-hero-used-inner-modify.modify-tag-info h2 { font-size: 26px; line-height: 36px; }
    .specific-hero.about-hero.specific-hero-used-inner-modify .sub { font-size: 20px; line-height: 28px; }
    .specific-hero.about-hero.specific-hero-used-inner-modify .btn-group .button-5 a { font-size: 16px; line-height: 30px; min-width: 270px; }


    .subscribe-popup.custom-description-popup { margin: 35px auto; background: #fff; padding: 30px 17px 30px 30px; }
    .subscribe-popup.custom-description-popup .pop-content{}
    .subscribe-popup.custom-description-popup .pop-header { padding-top: 10px; align-items: flex-end; padding-bottom: 20px; flex-wrap:wrap; }
    .subscribe-popup.custom-description-popup .popup-close-btn button { width: 22px; height: 22px; background-size: contain; }
    .subscribe-popup.custom-description-popup .popup-close-btn { right: 15px; }

    .subscribe-popup.custom-description-popup .pop-content::-webkit-scrollbar { width: auto; }
    .subscribe-popup.custom-description-popup .pop-content::-webkit-scrollbar-track { border-radius: 21px; background: #F1F5F8; }
    .subscribe-popup.custom-description-popup .pop-content::-webkit-scrollbar-thumb { width: auto; }

    .pop-left h6 { font-size: 16px; font-style: normal; font-weight: 700; line-height: 23px; text-transform: uppercase; color: #00B9FA; }
    .subscribe-popup.custom-description-popup .pop-content{padding-right: 30px;}
    
    .package-section table tbody td { padding: 15px; }
    .package-section table thead th { padding: 15px; }
    .package-section table tbody td:nth-child(3) { padding: 0; }
    .package-section table tbody td:nth-child(2),
    .package-section table tbody td:nth-child(3) { font-size: 18px; line-height: 1.5; }
    .package-section table { border-collapse: collapse; display: block; -webkit-overflow-scrolling: touch; margin-left: 0; }
    .data-box { width: 100%; overflow-x: auto; }


    


}

@media(max-width: 630px) {

   .general-form .form { min-height: 998px; }
   .schedule-demo .form iframe { min-height: 880px !important; }
   .subscribe-popup.custom-description-popup .pop-content .mail-box h6{font-size: 14px; line-height: 1.5;}

    .construction-inner .top-data h1 { font-size: 30px; line-height: 1.5; }
    

}

@media (max-width: 600px){
    .top-result-grid-section.dark-background .main .box { width: 100%; padding-left: 0; padding-right: 0; }
    .top-result-grid-section.dark-background .main .box.last .image:before { display: none; }
    .top-result-grid-section.dark-background .main { padding: 0; }
    .top-result-grid-section.dark-background .main .box.last .img { left: 0; }

  	.hero-banner .left div.h2 { font-size: 10vw; line-height: 1.1; }
  	.hero-banner .left div.h2 span { font-size: 13vw; line-height: 1; }
    .specific-hero.about-hero.specific-hero-used-inner-modify > div { gap: 50px; }
    .specific-hero.about-hero.specific-hero-used-inner-modify .right .img { max-width: 300px; min-width: 300px; }

    .without-slider-logo .box { width: calc(50% - 15px); }

}

@media(max-width: 500px) {

    .blog-listing .row-box { padding: 15px; }
    .blog-listing .row-box h4 { font-size: 18px; line-height: 30px; }

    .the-challenge .testimonials .details .img { width: 80px; height: 80px; }
    .the-challenge .testimonials .details .text { width: 100%; padding: 0; margin: 10px 0 0; }
    .the-challenge .testimonials .details { flex-wrap: wrap; }

    body .subscribe-popup { min-width: 92%; font-size: 18px; line-height: 30px; padding: 36px 20px 35px; }

    /*** home ***/

    .contractor-hero .right { width: 300px; }
    .contractor-hero .right:after { width: 300px; height: 300px; margin: 0; }
    .contractor-hero .right:before { width: 180px; height: 180px; bottom: 200px; left: 0; }
    .contractor-hero .right .img [class*="img-"] { padding: 15px; padding-right: 0; width: 260px; }
    .contractor-hero .right .img [class*="img-2"] { width: 200px; }

    .text-image .image { max-width: 300px; }
    .text-image .image > div { width: 260px; padding: 15px; padding-right: 0; }
    .text-image .image > div.img-2 { padding: 15px; padding-right: 0; margin: -50px 0 0 0; }
    .text-image .image:before { width: 240px; height: 240px; }
    .text-image .image:after { width: 180px; height: 180px; }

    .schedule-demo .image { max-width: 300px; }
    .schedule-demo .image:before { width: 300px; height: 300px; }
    .schedule-demo .image .img { width: 300px; height: 300px; }
    .schedule-demo .image .circle { width: 250px; height: 250px; top: 18px; left: 0; }
    .schedule-demo .image > .img:first-child img { margin: -138px 0 0 0; }

    /*** ***/
    .specific-hero .left h2 { font-size: 38px; line-height: 48px; }
    .schedule-who { overflow-x: clip; }
    .schedule-who .image > .img:first-child img { min-width: 300px; margin: 0 0 0 95px; }

    .procore-integration .box .icon { width: 100px; height: 100px; margin-bottom: 20px; }
    .procore-integration .box .icon:before { width: 50px; height: 50px; }
    .procore-integration .box { padding: 0 20px 30px; }

    .procore-integration.maximize-section-modify .box.img-box .image { width: 100%; }

    .real-time .cover { overflow-y: auto; }
    .real-time .cover .inside { min-width: 637px; }
    .real-time .logos > div img { max-width: 160px; }

    .contact-hero .right { width: 200px; }
    .contact-hero .right:before { display: none; }
    .contact-hero .right:after { width: 270px; height: 270px; }
    .contact-hero .right > div:before { width: 100px; height: 100px; left: -70px; }
    .contact-hero .right > div:after { width: 60px; height: 60px; bottom: 90px; left: -70px; }

    .lp-page .left h1 { font-size: 30px; line-height: 40px; }
    .lp-page .testimonial .box .text { width: 100%; padding: 0; margin: 15px 0 0; }

    .pillar-box .image { margin: 0; }
    .pillar-box .main { max-width: 100%; padding: 30px 0; }

    .ContractorBI-video .video { width: 100%; }


    .package-section table tbody td { font-size: 18px; line-height: 1.5; }
    .package-section table tbody td:nth-child(2),
    .package-section table tbody td:nth-child(3) { font-size: 16px; line-height: 1.5; }

}

@media(max-width: 380px) {
    .without-slider-logo .box { width: 100%; }
}