:root {
    --bulma-body-background-color: #fff;
}

body {
    max-width: 100vw;
    overflow-x: hidden;
}

.columns:last-child {
    margin-bottom: calc(var(--bulma-column-gap)*-1.55);
}

.has-bg-img { 
	background: url('../assets/ribbon-46.webp')center center; 
	background-repeat: no-repeat;
	/*background-size:cover; */
}

.bg-csa { 
	background: url('../assets/bg_csa.webp')center center; 
	background-repeat: no-repeat;
	/*background-size:cover; */
}

.bg-img-1 { 
	background: url('../assets/ribbon-25.webp')center center; 
	background-repeat: no-repeat;
	/*background-size:cover; */
}

.bg-img-2 { 
	background: url('../assets/ribbon-46.webp')center center; 
	background-repeat: no-repeat;
	/*background-size:cover; */
}

.bg-img-3 { 
	background: url('../assets/bg_csa.webp')center center; 
	background-repeat: no-repeat;
	/*background-size:cover; */
}

.prtxt {
	font-size: 22px;
	margin-bottom: 18px;
	color: #3A3A3A;
	font-weight: 700;
}

.prtx {
	font-size: 18px;
	margin-bottom: 22px;
}

.ptyp {
	font-size: 18px;
	margin-bottom: 22px;
	color: #064183;
	font-weight: 600;
	font-style: oblique; 
}

.leftnumb {
	float: left;
	margin: 5px 25px 15px 0px;
}

.div-proc {
	margin: 15px auto 25px auto;
}

.ulwta {
	font-size: 22px;
	font-weight: bold;
	color: #f2b009;
	list-style: square;
	list-style-position: outside;
}

.ulwta li {
	margin-bottom: 15px;
}

.ulpage {
	font-size: 18px;
	font-weight: bold;
	color: #064183;
	list-style: disc;
	list-style-position: outside;
	margin: 10px 20px;
	padding: 5px 15px;
}

.ultype {
	font-size: 18px;
	color: #064183;
	list-style: disc;
	list-style-position: outside;
	margin: 10px 20px;
	padding: 5px 15px;
}

ol {
	font-size: 18px;
	font-weight: 500;
	color: #064183;
	list-style: decimal;
	list-style-position: outside;
	margin: 10px 20px;
	padding: 5px 15px;
}

ol li {
	margin-bottom: 8px;
	font-weight: bold;
}

.bts {
	border-bottom: 1px solid #5A5A5A;
    border-bottom: 4px groove #009796;
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

.bthov:hover {
	background-color: #fe7b0a !important;
}

.bthov2:hover {
	background-color: #e2f0ff !important;
}

.hdrint {
	margin: 60px;
	min-height: 150px;
}

.hdrtyp {
	margin: 60px;
}

.h1typ {
	font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    color: #092a4e;
	margin: 60px auto 0 auto;
}

.h1geo {
	font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    color: #092a4e;
	margin: 0 auto 0 auto;
}
.h2typ {
	font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #0033d9;
	margin: 10px auto 60px auto;
}

.h2txt {
    font-size: 40px;
    font-weight: 700;
    color: #0095d9;
	border-bottom: 1px solid #0095d9;
	margin-bottom: 10px;
}

.h4typ {
	font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #092a4e;
}

h5 {
	font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #0033d9;
}

.logo h2 {
    line-height: 1;
    color: #064183;
	/*color: #009796;*/
    font-size: 55px;
    text-transform: uppercase;
	border-bottom: none;
}



.logo h3 {
    line-height: 1;
    color: #000;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

.logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}

.inter-font {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.input::placeholder,
.select select::placeholder,
.textarea::placeholder {
    color: #666;
}

body {
    font-family: "Poppins", serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Poppins", serif;
}

h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    color: #092a4e;
}

h2 {
    font-size: 46px;
    font-weight: 700;
    color: #092a4e;
}

.h6 {
    font-size: 46px;
    font-weight: 700;
    color: #092a4e;
	border-bottom: none;
	margin-bottom: 0;
}

h3 {
    font-size: 32px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    font-weight: 700;
	color: #C00;
}


h6 {
    font-size: 20px;
    font-weight: 600;
	color: #C00;
}

.primary {
    color: #0F0049;
}

.white-text {
    color: #fff !important;
}

.yellow-text {
    color: #fe7b0a !important;
}

p {
    color: #000;
    line-height: 1.8;
    font-size: 16px;
}

.is-rounded {
    border-radius: 15px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.is-primary {
    background-color: #064183;
    color: #e2f0ff;
}

.is-secondary {
    background-color: #fff !important;
    color: #064183 !important;
}

.column.is-vcentered {
    display: flex;
    justify-content: center;
    align-items: center;
}


.hero.is-primary {
    background-color: #ecf9ff;
}

.title {
    font-size: 2.5rem;
    color: #353535;
    font-weight: 400;
}

.gradient {
    padding-top: 100px;
    padding-bottom: 40px;
}

.depo-img {
    position: absolute;
    bottom: 0;
    max-width: 530px;
}

.gradient .columns {
    padding: 50px;
    background: #064183;
    border-radius: 10px;
}

h2.title {
    color: #ffffff;
    font-weight: 700;
}

.title-partner {
    color: #8C8F9D;
    font-size: 25px;
    text-transform: uppercase;
}

.title span {
    font-weight: 700;
    color: #fe7b0a;
}

#navbar-btn {
    border-radius: 0;
    background-color: #fe7b0a;
    color: #fff;
    font-weight: 600;
}

#gradient-btn {
    border-radius: 50px;
    background-color: #e2f0ff;
    color: #353535;
}

.has-text-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.section-sci {
    margin-top: 50px;
	margin-bottom: 50px;
    background-color: #e2f0ff;
    padding-bottom: 80px;
    padding-top: 80px;
}


.icon-list {
    color: #535353;
}

i.fa-solid.fa-circle-check {
    font-size: 17px;
    color: #1CC54E;
}

.section-para {
    font-size: 1em;
    color: #535353;
    padding: 20px;
    font-weight: 500;
    /* padding-left: 70px; */
    background-color: #ffff;
}

.button.is-medium {
    border-radius: 40px;
    background-color: #064183;
    color: #e2f0ff;
}

.button.is-medium:hover {
    background-color: #000;
    color: #e2f0ff;
}

.button.is-third {
    margin-top: 65px;
}

.img-box {
    background-color: #e2f0ff;
}

.white {
    padding-top: 150px;
}

span.icon-text {
    font-size: 16px;
    color: #353535;
}


a.button.is-outlined.ml-3 {
    border: 0;
}

.is-size-2 {
    display: flex;
    align-items: center;
}

.is-size-5 {
    display: flex;
    flex-direction: column;
}

.tel-icon {
    font-size: 1.8rem;
    background: #ffffff;
    padding: 8px 15px;
    border: 1px solid #064183;
    border-radius: 100%;
    color: #064183;
}

.number {
    color: #fe7b0a;
    font-weight: bold;
    font-size: 26px;
}

.icon-search {
    font-size: 1.5rem;
    margin-left: 20px;
}

.logo-img {
    padding-top: 30px;
    padding-bottom: 25px;
    background-color: #e2f0ff;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}

.hero-body {
    padding: 0;
    ;
}

.column.is-one-quarter {
    margin-right: 10px;
}

.sec-info {
    padding-top: 20px;
    padding-bottom: 15px;
}

.navbar {
    background-color: #064183;
    width: 100%;
}

.navbar-menu {
    background-color: #064183;
}

.navbar-item,
.navbar-item a {
    color: #fff;
    font-size: 17px;
}

.navbar-link:not(.is-arrowless):after {
    border-color: #fff;
    font-size: 1em;
}


p.subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

a.button.is-danger {
    background-color: rgb(36, 78, 99);
    border-color: rgb(36, 78, 99);
}

.navbar-item {
    font-weight: 600;
    margin-right: 5px;
}

.navbar-link:hover,
a.navbar-item:hover {
    background: #fe7b0a;
}

.navbar-dropdown a.navbar-item:hover {
    background: #0095D9;
	color: #ff0;
}

.primary-color {
    color: rgb(36, 78, 99) !important;
}

.navbar-dropdown .navbar-item {
    border-radius: 0 !important;
}

.partner {
    padding-top: 40px;
}

.partner-slider {
    overflow: hidden;
}

.slider-navigation-previous,
.slider-navigation-next {
    display: none !important;
}

p.subtitle.has-text-centered:after {
    left: 50%;
    transform: translateX(-50%);
}

.columns.is-centered {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.text-sec {
    font-size: 35px;
    color: #000;
    padding-bottom: 20px;
}

.columns.pt-6 {
    margin-top: -420px;
}



/* new work */
.card {
    background-color: #F6F5F8;
}

.fourth {
    color: #0F0049;
    font-size: 24px;
    font-weight: 700;
}

.content {
    color: #000;
    font-size: 14px;
}

.Meet {
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #064183;
    color: #fff;
    background-image: url(../Assets/meeting.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.bg-overlay {
    background-color: rgb(6, 65, 131);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.85;
}

.column.img.is-half {
    margin-top: -95px;
}

.Mesothelioma {
    margin-top: 50px;
}

.contact {
    margin-top: 60px;
    margin-bottom: 60px;
}

.input {
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    height: 50px;
    padding-left: 0;
}

.textarea {
    background: none;
    border: none;
    color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    height: 150px;
    padding-left: 0;
}

.input::placeholder,
.textarea::placeholder {
    color: #fff;
    opacity: 0.7;
}

.button.is-link {
    width: 100%;
    background: #fe7b0a;
    border-radius: 0px;
    background-image: url(../Assets/btn-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    font-weight: 700;
    height: 60px;
}

.column.is-4 {
    /* background-image: url(../Assets/form\ bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

/* .column.is-6{
    background-image: url(/GG-Asbestos/Assets/four-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 40px;
} */
.text.pr-6.pl-6 {
    color: #fe7b0a;
}

.card-info {
    width: 300px;
    background-color: #fff;
    padding: 25px;
    margin-left: 50px;
    margin-top: -400px;
    position: absolute;
}

.logo-img {
    background: none;
}

.info-card {
    background-color: #F9FADE;
    padding-bottom: 30px;
}

.box {
    background-color: #e2f0ff !important;
    margin-top: 20px;
    border-radius: 0px;
}

.carve {
    margin-top: -170px;
    background-image: url(../Assets/carve-img.png);
    background-repeat: no-repeat;
    background-size: 100% 150px;
    background-position: center top;

}

.white img {
    width: 100%;
    margin: 0px;
}

.footer {
    background-color: #064183;
    padding: 3rem 1.5rem;
    color: #fff;
	margin-top: 30px;
}

.footer p {
    font-size: 14px;
}

.footer .content,
.footer .text {
    color: #fff;
}

.ftr-info {
    border-right: 1px solid #c5c5c5;

}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    margin-right: 15px;
    font-size: 1.5rem;
    color: #f2b009;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #fe7b0a;
}

.footer .title {
    color: #fff;
    margin-bottom: 10px;
}

.footer ul {
    list-style: disc;
    padding-left: 16px;
}

.footer ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.footer .has-text-danger {
    color: #e74c3c !important;
}

.footer-bottom p {
    color: #fff;
}

.footer-logo {
    max-width: 250px;
}

section#accordion {
    /*background-image: url(../Assets/building.webp);*/
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.faqs {
    /*background-color: #e2f0ff;*/
    padding-top: 0px;
    padding-bottom: 0px;
    color: #222;
}


.accordion {
    margin: 60px auto;
    width: 100%;
}

.accordion li {
    list-style: none;
    width: 100%;
    padding: 5px;
    border-radius: none;

}

.accordion li label {
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
    background-color: #fff;
    color: #002a68;
    font-weight: 700;
}

.accordion li label::before {
    content: '';
    margin-right: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #002a68;
    background: url(../Assets/down.svg) no-repeat center;
    width: 26px;
    height: 26px;
}


input[type="radio"] {
    display: none;
}

.accordion .content {
    color: #fff;
    padding: 0 10px;
    line-height: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
    background-color: #f2f7ff;
}

.accordion input[type="radio"]:checked+label+.content {
    max-height: 400px;
    padding: 10px 10px 20px;

}

.accordion label [for="first"]:checked+label {
    background-color: #002a68;
}

.accordion input[type="radio"]:checked+label::before {
    content: '-';
}

.accordion input[type="radio"]:checked+label::before {
    content: '';
    background: url(../Assets/up.svg) no-repeat center;
    width: 30px;
    height: 30px;
}

.accordion input[type="radio"]:checked+label {
    background-color: #002a68;
    color: #fff;
}


.hero.is-primary {
    background-image: url(../Assets/inner-hero-sec.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero.is-primary .hero-body {
    background-color: rgba(209, 231, 255, 0.91);
}


@media(min-width:1024px) {

    .navbar-menu {
        margin: 0 !important;
    }

    .navbar-brand .logo {
        display: none;
    }

    .pr-80 {
        padding-right: 80px;
    }

    .pl-80 {
        padding-left: 80px;
    }


}

@media(min-width:770px) {
    .hero.is-primary {
        background-color: #e2f0ff;
        overflow: hidden;
    }
}
@media (min-width: 1024px) and (max-width: 1215px){
.depo-img {
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
    .depo-img {
        max-width: 330px;
      }
    }
@media(max-width:1024px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    .logo h2 {
        font-size: 40px;
    }

    .logo h3 {
        font-size: 26px;
    }
}
@media (max-width: 1023px) {
    .no-padding-mobile {
      padding: 0 !important;
    }
  }
@media(max-width:769px) {
	.btnsm {
		font-size: 1.0rem !important;
		margin-left: auto;
		margin-right: auto;
	}
    .depo-img {
        position: relative;
        bottom: -68px;
        max-width: 100%;
      }
	img {
        /*padding-top: 30px !important;*/
		padding-top: 0;
    }
	.section-sci {
		margin-top: 20px !important;
		background-color: #e2f0ff;
		padding-bottom: 40px;
		padding-top: 40px;
}
    .logo h2 {
        font-size: 38px;
    }

    .logo h3 {
        font-size: 24px;
    }

    .hero.is-primary {
        background-color: #e2f0ff;
    }

    .title {
        font-size: 2.5rem;
    }

    .subtitle {
        font-size: 1rem;
    }

    .section-help {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .section-icon-box {
        padding: 40px 20px;
    }

    .section-vid {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .section-para {
        padding: 0 10px 0 10px;
        font-size: 0.9em;
    }

    .column-exposure-second {
        justify-content: start;
    }

    .column.column-asbestos.is-half {
        padding-left: 10px;
    }

    .image {
        padding-top: 15px;
    }

    .occupational-para {
        font-size: 15px;
    }

    .column-workplace {
        border: none;
    }

    .column-workplace-second {
        border: none;
    }

    .column-product {
        border: none;
    }

    .column.is-vcentered {
        display: inherit;
    }

    .testimonial-header {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-right: 0px;
    }

    .form-container {
        padding: 30px;
        margin-top: 50px;
    }

    .ftr-info {
        border-right: 0px solid #c5c5c5;
        border-bottom: 1px solid #c5c5c5;
    }

    .footer {
        padding: 0rem;
    }

    .footer-logo {
        max-width: 200px;
    }

    .columns.footer-columns {
        --bulma-column-gap: 0rem;
    }

    .number {
        font-size: 20px;
    }

    .tel-icon {
        font-size: 1.2rem;
        padding: 3px 8px;
    }

    .icon-search {
        display: none;
    }

    .columns.reverse-column {
        display: flex;
        flex-direction: column-reverse;
    }

    h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        margin-top: 30px;
        padding-left: 10px;
    }

    h2 {
        font-size: 26px;
        font-weight: 700;
        padding: 0px;

    }

    .primary {
        font-size: 25px;
    }

    .column.img.is-half {
        margin-top: 10px;
    }

    .column.is-6 {
        /*background-image: url(/GG-Asbestos/Assets/four-bg.png);*/
        background-size: contain;
        background-repeat: no-repeat;
        padding-left: 40px;
    }

    .reverse-mobile {
        flex-direction: column-reverse;
    }

    .button.is-link {
        width: 380px;
    }

    .imgpg {
        margin-left: 0px;
		margin-bottom: 10px;
    }
	.ulwta {
		margin-left: 30px !important;
	}

}

@media (max-width: 405px) {
    .slider-container .slider-item {
      width: 100% !important;
    }
  }
