/*
 * Main stylesheet for the Cairns Drone Services WordPress theme.
 * WordPress theme metadata is kept in ../style.css.
 * Originally adapted from the ThemeFast Drone portfolio template.
 */
/* Link default css*/
@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700|Open+Sans:300,400,600,700');

/*  Theme default CSS*/
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

html {
    min-height: 100%;
}

img {
    height: auto;
    max-width: 100%;
    width: 100%;
    transition: .3s;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer-menu li a:hover {
    color: #000;
    text-decoration: none;
}

a,
a, button {
    color: #999;
    outline: medium none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: normal;
    color: #232332;
    margin-top: 0px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #555555;
    margin-bottom: 15px;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.space {
    height: 70px;
}

.grey-bg {
    background: #f6f6f6 none repeat scroll 0 0;
}

#grey-bg {
    background: #f6f6f6;
}

.paralax-bg {
    background-image: url(../img/section-parallax.jpg)
}

.fix {
    overflow: hidden;
}

.slide-height {
    height: 70vh;
}

.black {
    color: black !important;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/*************************
         Margin top
*************************/
.mt-0 {
    margin-top: 0
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mt-150 {
    margin-top: 150px
}

/*************************
      Margin right
*************************/
.mr-0 {
    margin-right: 0px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.mr-60 {
    margin-right: 60px
}

.mr-70 {
    margin-right: 70px
}

.mr-80 {
    margin-right: 80px
}

.mr-90 {
    margin-right: 90px
}

.mr-100 {
    margin-right: 100px
}

.mr-110 {
    margin-right: 110px
}

.mr-120 {
    margin-right: 120px
}

.mr-130 {
    margin-right: 130px
}

.mr-140 {
    margin-right: 140px
}

.mr-150 {
    margin-right: 150px
}

/*************************
      Margin bottom
*************************/
.mb-0 {
    margin-bottom: 0
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-150 {
    margin-bottom: 150px
}

/*************************
        Margin left
*************************/
.ml-0 {
    margin-left: 0
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}

.ml-60 {
    margin-left: 60px
}

.ml-70 {
    margin-left: 70px
}

.ml-80 {
    margin-left: 80px
}

.ml-90 {
    margin-left: 90px
}

.ml-100 {
    margin-left: 100px
}

.ml-110 {
    margin-left: 110px
}

.ml-120 {
    margin-left: 120px
}

.ml-130 {
    margin-left: 130px
}

.ml-140 {
    margin-left: 140px
}

.ml-150 {
    margin-left: 150px
}

/*************************
        Padding top
*************************/
.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-120 {
    padding-top: 120px
}

.pt-130 {
    padding-top: 130px
}

.pt-140 {
    padding-top: 140px
}

.pt-150 {
    padding-top: 150px
}

/*************************
        Padding right
*************************/
.pr-0 {
    padding-right: 0
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.pr-60 {
    padding-right: 60px
}

.pr-70 {
    padding-right: 70px
}

.pr-80 {
    padding-right: 80px
}

.pr-90 {
    padding-right: 90px
}

.pr-100 {
    padding-right: 100px
}

.pr-110 {
    padding-right: 110px
}

.pr-120 {
    padding-right: 120px
}

.pr-130 {
    padding-right: 130px
}

.pr-140 {
    padding-right: 140px
}

/*************************
        Padding bottom
*************************/
.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-150 {
    padding-bottom: 150px
}

/*************************
        Padding left
*************************/
.pl-0 {
    padding-left: 0
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.pl-50 {
    padding-left: 50px
}

.pl-60 {
    padding-left: 60px
}

.pl-70 {
    padding-left: 70px
}

.pl-80 {
    padding-left: 80px
}

.pl-90 {
    padding-left: 90px
}

.pl-100 {
    padding-left: 100px
}

.pl-110 {
    padding-left: 110px
}

.pl-120 {
    padding-left: 120px
}

.pl-130 {
    padding-left: 130px
}

.pl-140 {
    padding-left: 140px
}

.pl-150 {
    padding-left: 150px
}

/***************************
    Page section padding 
****************************/
.ptb-0 {
    padding: 0
}

.ptb-10 {
    padding: 10px 0
}

.ptb-20 {
    padding: 20px 0
}

.ptb-30 {
    padding: 30px 0
}

.ptb-40 {
    padding: 40px 0
}

.ptb-50 {
    padding: 50px 0
}

.ptb-60 {
    padding: 60px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-80 {
    padding: 80px 0
}

.ptb-90 {
    padding: 90px 0
}

.ptb-100 {
    padding: 100px 0
}

.ptb-110 {
    padding: 110px 0
}

.ptb-120 {
    padding: 120px 0
}

.ptb-130 {
    padding: 130px 0
}

.ptb-140 {
    padding: 140px 0
}

.ptb-150 {
    padding: 150px 0
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
    margin: 0
}

.mtb-10 {
    margin: 10px 0
}

.mtb-15 {
    margin: 15px 0
}

.mtb-20 {
    margin: 20px 0
}

.mtb-30 {
    margin: 30px 0
}

.mtb-40 {
    margin: 40px 0
}

.mtb-50 {
    margin: 50px 0
}

.mtb-60 {
    margin: 60px 0
}

.mtb-70 {
    margin: 70px 0
}

.mtb-80 {
    margin: 80px 0
}

.mtb-90 {
    margin: 90px 0
}

.mtb-100 {
    margin: 100px 0
}

.mtb-110 {
    margin: 110px 0
}

.mtb-120 {
    margin: 120px 0
}

.mtb-130 {
    margin: 130px 0
}

.mtb-140 {
    margin: 140px 0
}

.mtb-150 {
    margin: 150px 0;
}

/*Default buttons CSS*/
.default-btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Dosis", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.default-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

button, .black-btn {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #fff;
    font-family: "Dosis", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

button:hover, .black-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.white-btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    color: #000;
}

.white-btn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.readm-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    display: table;
    background: #fff;
    right: 15px;
    bottom: -25px;
    text-align: center;
    color: #333 !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.readm-btn i {
    vertical-align: middle;
    display: table-cell;
}

.readm-btn:hover {
    color: #fff !important;
    background: #333;
}

/*Main CSS start from here*/
/*header area css*/
header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    height: auto;
}

.header-area {
}

.header-wrapper {
    align-items: center;
    display: flex;
}

.logo-area img{
    display: block;
    max-width: 210px;
    padding-bottom: 0;
    width: 80%;
}

.logo-area h2 {
    color: #fff;
    margin-top: 15px;
    font-weight: 500;
}

.menu-area {
    float: right;
}

.menu-area nav {
}

.menu-area ul {
}

.menu-area ul li {
    display: inline-block;
    position: relative;
}

.menu-area ul li a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 25px 25px 25px 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.menu-area ul li:hover > a {
    color: #888;
}

.menu-area ul li ul.submenu {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
    left: 0;
    min-width: 260px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    transform-origin: top left;
    visibility: hidden;
    width: auto;
    z-index: 20;
}

.menu-area ul li:hover ul.submenu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.menu-area ul li ul.submenu li {
    display: block;
    transition: background-color 0.25s ease, padding-left 0.25s ease;
}

.menu-area ul li ul.submenu > li:hover {
    background: #111;
    padding-left: 10px;
}

.menu-area ul li ul.submenu li a {
    color: #fff;
    margin: 0;
    padding: 14px 18px;
    text-transform: none;
    white-space: nowrap;
}

.menu-area ul li ul.submenu li:hover > a {
    color: #fff;
}

.headroom {
    transition: transform 0.25s ease-in-out 0s;
    will-change: transform;
}

.headroom--pinned {
    transform: translateY(0px);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

.inteligent-menu {
    background: #000 none repeat scroll 0 0;
    left: 0;
    opacity: 0.9;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}

/*Slider area CSS*/
.slide-home {
    background: rgba(0, 0, 0, 0) url("../img/test-img/DJI_0065.jpg") no-repeat scroll center center;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
}

.slide-home::before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
}

.slide-services {
    background: rgba(0, 0, 0, 0) url("../img/test-img/DJI_0073.jpg") no-repeat scroll center center;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: top;
}

.slide-services::before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
}

.slide-portfolio {
    background: rgba(0, 0, 0, 0) url("../img/test-img/DJI_0179-HDR.jpg") no-repeat scroll center center;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: top;
}

.slide-portfolio::before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
}

.slide-agriculture {
    background: rgba(0, 0, 0, 0) url("../img/test-img/cairns_drone_services-0018.jpg") no-repeat scroll center center;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: top;
}

.slide-agriculture::before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;

}

.slide-construction {
    background: rgba(0, 0, 0, 0) url("../img/test-img/cairns_drone_services-0108.jpg") no-repeat scroll center center;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: top;
}

.slide-construction::before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
}

.slide-realestate {
    background: rgba(0, 0, 0, 0) url("../img/test-img/cairns_drone_services--8.jpg") no-repeat scroll center center;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: top;
}

.slide-realestate::before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
}
.slide-cinema {
    background: rgba(0, 0, 0, 0) url("../img/test-img/cairns_drone_services-0001.jpg") no-repeat scroll center center;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: top;
}

.slide-cinema::before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
}

.slide-bg3 {
    background: rgba(0, 0, 0, 0) url("../img/slider/slider3.jpg") no-repeat scroll center bottom / cover;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: bottom;
}

.slide-bg3::before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
}

.slider-area {
}

.slider-wrapper {
}

.slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider-content h4 {
    color: #ddd;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.slider-content h1,
.slider-content h2 {
}

.cd-headline.clip.is-full-width > span {
    font-size: 30px;
    font-weight: 400;
}

.cd-headline {
    color: #fff;
    padding: 10px 0;
}

/*Breadcrumb Area CSS*/
ol.breadcrumb {
    margin: 0;
    padding: 0;
}

.breadcrumb-wrapper > h3 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 20px;
}

.breadcrumb {
    background: #fff;
    color: #888;
    font-size: 14px;
}

/*Portfolio area CSS*/
.portfolio-menu {
    padding-bottom: 10px;
    text-align: center;
}

.portfolio-menu .active {
    border-bottom: 1px solid #444444;
}

.single-portfolio-box {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.single-portfolio-box a {
    display: block;
}

.portfolio-content {
    background: #444 none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    padding: 7px 0;
    position: absolute;
    text-align: left;
    transform: translateY(100%);
    width: 100%;
    padding-left: 30px;
    padding-top: 30px;
}

.portfolio-content h4 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.portfolio-content p {
    font-size: 14px;
    color: #aaaaaa;
}

.single-portfolio-box:hover .portfolio-content {
    opacity: 0.5;
    top: 0;
    transform: translateY(0px);
    transition: all 0.5s ease 0s;
}

.portfolio-img {
    top: 0;
    overflow: hidden;
    transition: .3s;
}

.single-portfolio-box:hover .portfolio-img {
    transform: scale(1.2);
    transition: .3s;
}

/*Services area CSS*/
.service-grid {
    display: flex;
    flex-wrap: wrap;
}

.service-grid > [class*="col-"] {
    display: flex;
}

.service-box {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 49px 40px 32px;
}

.service-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.service-content .view-all {
    margin-top: auto;
    padding-top: 24px;
}

.service-content .view-all .default-btn {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    line-height: 1.3;
    word-wrap: break-word;
}

.white-bg {
    background: #fff none repeat scroll 0 0;
}

.service-icon span {
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    margin-bottom: 17px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 46px;
}

.service-box:hover .service-icon span {
    background: #555 none repeat scroll 0 0;
    color: #fff;
}

.service-content h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-content p {
    margin: 0;
}

.industry-grid {
    align-items: stretch;
}

.industry-grid > [class*="col-"] {
    margin-bottom: 30px;
}

.industry-card {
    background: #fff;
    border: 1px solid #e5e8e2;
    border-top: 3px solid #4a7c59;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 250px;
    padding: 26px 26px 24px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.industry-card:hover {
    border-color: #cdd8c9;
    box-shadow: 0 14px 30px rgba(25, 35, 28, 0.08);
    transform: translateY(-2px);
}

.industry-card-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 16px;
}

.industry-card-icon {
    align-items: center;
    background: #eef4eb;
    color: #4a7c59;
    display: flex;
    flex: 0 0 42px;
    font-size: 17px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.industry-card h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}

.industry-card p {
    color: #666;
    flex: 1 1 auto;
    line-height: 1.65;
    margin: 0 0 20px;
}

.industry-card-link {
    color: #222;
    display: inline-flex;
    font-family: "Dosis", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.industry-card-link::after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 9px;
    transition: transform 0.2s ease;
}

.industry-card-link:hover {
    color: #4a7c59;
}

.industry-card-link:hover::after {
    transform: translateX(3px);
}

@media (max-width: 767px) {
    .industry-card {
        min-height: 0;
        padding: 23px 22px 22px;
    }

    .industry-card h3 {
        font-size: 17px;
    }
}

/* Shared landing-page sections */
.section {
    padding: 56px 0;
}

.section-alt {
    background: #f5f6f7;
    padding: 56px 0 64px;
}

.cta-band {
    color: #fff;
    padding: 56px 0;
}

.cta-band h2 {
    color: #fff;
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.cta-band p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto 24px;
    max-width: 680px;
}

.btn-cds-white,
.btn-cds-primary {
    background: #fff;
    border: 1px solid #fff;
    color: #233028;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 12px 22px;
    text-transform: uppercase;
    transition: background 0.25s ease, color 0.25s ease;
}

.btn-cds-white:hover,
.btn-cds-white:focus,
.btn-cds-primary:hover,
.btn-cds-primary:focus {
    background: transparent;
    color: #fff;
}

.btn-cds-primary {
    background: #4a7c59;
    border-color: #4a7c59;
    color: #fff;
}

.btn-cds-primary:hover,
.btn-cds-primary:focus {
    background: #3d6849;
    border-color: #3d6849;
    color: #fff;
}

.faq-item {
    border-bottom: 1px solid #e7e9eb;
    padding: 22px 0;
}

.faq-item:first-child {
    padding-top: 0;
}

.faq-question {
    color: #232332;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 10px;
}

.faq-answer p {
    color: #666a72;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.service-area-block {
    padding: 8px 0 4px;
}

.service-area-block h2 {
    color: #232332;
    font-size: 24px;
    margin-bottom: 10px;
}

.service-area-block p {
    color: #666a72;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 767px) {
    .section,
    .section-alt,
    .cta-band {
        padding: 42px 0;
    }

    .cta-band h2 {
        font-size: 26px;
    }

    .faq-question {
        font-size: 17px;
    }

    .service-area-block h2 {
        font-size: 21px;
    }
}

/*Success story area CSS*/
.success-area {
}

.success-story {
}

.success-story a {
    display: inline-block;
    margin-right: 15px;
    margin-top: 14px;
}

.success-story h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.success-story > img {
    height: auto;
    padding: 0 15px 5px 0;
    width: 210px;
    float: left;
}

.success-story p {
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 30px;
    margin: 0;
}

.skill {
    padding: 0 5px;
}

.skill > h2 {
    padding-bottom: 15px;
    font-weight: 600;
}

.skill.upcase > h4 {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 2px;
}

.skill span {
    float: right;
}

.progress {
    background-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    height: 4px;
    margin-bottom: 15px;
}

.progress .progress-bar {
    background-color: #000;
    box-shadow: none;
    line-height: 4px;
}

/*Counter area CSS*/
.single-counter {
    padding-bottom: 30px;
}

.single-counter i {
    font-size: 50px;
    padding-bottom: 10px;
}

.single-counter h2 {
    font-weight: 400;
}

.single-counter p {
    font-weight: 400;
}

/*Work area CSS*/
.work {
}

.work-title {
    text-align: center;
}

.work-title h2 {
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
}

.work-title p {
}

.service-pathway {
    border-top: 1px solid #ececec;
    padding-top: 34px;
}

.service-pathway h2 {
    margin-bottom: 10px;
}

.service-pathway > p {
    margin-bottom: 28px;
    max-width: 760px;
}

.service-pathway-card {
    background: #f6f6f6;
    border: 1px solid #ececec;
    height: 100%;
    padding: 26px 24px;
}

.service-pathway-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.service-pathway-card p {
    margin-bottom: 0;
}

.service-pathway-card--cta .default-btn {
    margin-top: 18px;
}

.single-work {
}

.work-icon {
}

.work-icon i {
}

.work-content {
}

.work-content-title {
    display: block;
    overflow: hidden;
}

.work-content-title .bold-h1 {
    padding: 10px 13px;
}

.work-content-title .bold-icon {
    padding: 13px 13px;
}

.work-content h1 {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 20px;
    line-height: 14px;
    margin-right: 10px;
    padding: 10px;
}

.work-content h3 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 7px;
}

.work-content p {
    padding-left: 40px;
    margin-bottom: 30px;
}

/*Pricing Area CSS*/
.pricing-table {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 1px 1px #eee;
    position: relative;
    text-align: center;
    margin: 10px 0 0;
}

.pricing-title, .pricing-action {
    padding: 20px 0;
}

.pricing-title h6 {
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.pricing-title h1 {
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 5rem;
}

.pricing-price {
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    padding: 20px 0;
}

.pricing-price .price-unit {
    color: #222222;
    font-size: 54px;
    text-transform: uppercase;
}

.price-unit  {
    font-size: 22px;
    letter-spacing: 2px;
    /*line-height: 3.5;*/
    vertical-align: top;
}

.price-tenure  {
    color: rgb(135, 207, 116);
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 30px;
    vertical-align: top;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bolder;

}
.price-tenure span {
    display: inline-block;
    color: rgb(0, 0, 0);
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: normal;


}

.pricing-features ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.pricing-features ul li:nth-child(2n+1) {
    background: #f8f8f8 none repeat scroll 0 0;
}

.pricing-features ul li {
    border-bottom: 1px solid #f5f5f5;
    padding: 8px 0;
    font-size: 14px;
    color: #999;
}

/*Testimonial Area CSS*/
.testimonial-section {
    background-color: #f6f6f6;
}

.testimonel-section .container {
    margin-top: -25px;
}

.testimonel-item {
    text-align: center;
}

.testimonel-item h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
}

.testimonel-item h3 {
    font-size: 13px;
    margin-bottom: 15px;
    color: #888888;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    position: relative;
}

.testimonel-item p {
    position: relative;
    padding: 20px 20px 0;
    margin-bottom: 0;
}

/*.testimonel-item p:after {*/
    /*position: absolute;*/
    /*content: "\f10d";*/
    /*font-family: 'FontAwesome';*/
    /*top: 18px;*/
    /*left: 0;*/
/*}*/

.testimonel-item p:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    top: 0;
    left: 50%;
    margin-left: -20px;
    background: #333;
    border-radius: 5px;
}

.testimonel-img {
    border-radius: 50%;
    margin: 0 auto 15px;
    overflow: hidden;
    width: 120px;
}

.testimonel-img img {
    border-radius: 50%;
}

.owl-nav {
    text-align: center;
    margin-top: 20px;
}

.owl-nav div {
    width: 40px;
    height: 40px;
    display: inline-table;
    text-align: center;
    margin: 0 5px;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    transition: all 0.6s;
}

.owl-nav div i {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}

.owl-nav div:hover {
    background: #333;
    color: #fff;
}

/*Team Area CSS*/
.team-member {
    position: relative;
}

.team-member > img {
    filter: grayscale(100%);
    width: 100%;
}

.team-member::before {
    background: transparent none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    width: 100%;
    z-index: 1;
}

.team-wrapper:hover .team-member::before {
    background: rgba(33, 40, 45, 0.55);
}

.team-info {
    padding: 15px 0;
}

.team-text-icon {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    opacity: 0;
    transition: all .3s ease 0s;
}

.team-info {
    padding: 15px 0;
}

.team-icon > a {
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    margin: 0 10px;
}

.team-icon > a:hover {
    background: #fff;
    color: #666
}

.team-wrapper:hover .team-icon > a {
    margin: 0 5px;
}

.team-wrapper:hover .team-text-icon {
    opacity: 1;
}

.team-info h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.team-info span {
    color: #fff;
    text-transform: uppercase;
}

.team-member > img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/*Blog area CSS*/
.section-title h2 {
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 30px;
}

.single-blog-item {
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
    background: #fff;
    margin-bottom: 30px;
}

.blog-item-thumb {
    position: relative;
}

.blog-item-thumb img {
    min-width: 100%;
}

.blog-item-content {
    padding: 0 15px 5px;
}

.blog-item-content h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 10px;
    transition: all 0.4s ease 0s;
}

.blog-item-content h2:hover {
    color: #888;
}

.blog-item-content h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #7d7d7d;
    font-weight: 400;
    letter-spacing: 0.04em;
}

/*Blog page CSS*/
.post {
    margin: 0 0 60px;
}

.post-meta {
    font-size: 15px;
    float: right;
}

.post-title, .post-title a {
    color: #111;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0 15px;
}

.post-title a:hover {
    color: #999
}

.post-thumbnail {
    margin: 0 0 25px;
}

.widget {
    margin: 0 0 40px;
}

.widget form {
    position: relative
}

.form-control {
    border: 2px solid #eee;
    border-radius: 2px;
    box-shadow: none;
    color: #999999;
    font-size: 14px;
    height: 39px;
}

.form-control:focus {
    border-color: #444;
}

.widget form input {
}

.widget form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #666;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.widget-title {
    font-weight: 600;
    position: relative;
}

.widget-title::before {
    border-bottom: 2px solid #eeeeee;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
}

.widget-title::after {
    border-bottom: 2px solid #666;
    content: "";
    display: block;
    margin: 20px auto 25px 0;
    position: relative;
    width: 35px;
    z-index: 1;
}

.icons-list > li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.icons-list > li:first-child {
    border: 0 none;
    padding-top: 0;
}

.icons-list a {
    color: #999999;
}

.icons-list a:hover {
    color: #444;
}

.widget-posts-image {
    float: left;
    width: 44px;
}

.widget-posts-body {
    margin-left: 58px;
}

.widget .recent-posts > li {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 10px 0;
}

.widget-posts-image img {
    max-width: 100%;
}

.widget .recent-posts > li:first-child {
    border: 0 none;
    padding-top: 0;
}

.widget-posts-title {
    font-size: 12px;
    font-weight: 600;
    margin: 2px 0 3px;
}

.widget-posts-meta {
    font-size: 12px;
    opacity: 0.7;
}

ul.tags {
}

ul.tags li {
    display: inline-block;
}

ul.tags li a {
    background: #f8f8f8 none repeat scroll 0 0;
    border-radius: 2px;
    color: #666;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 6px;
    padding: 8px 12px;
    text-transform: capitalize;
}

ul.tags li a:hover {
    background: #000;
    color: #fff
}

.post-content blockquote {
    background-color: #f6f6f6;
    border-left: 2px solid #464646;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin: 23px 0;
    padding: 14px 50px;
}

.post-content blockquote i {
    display: block;
    font-size: 24px;
    margin: 0 0 20px;
}

.post.format-quote .post-content {
    background: #444 none repeat scroll 0 0;
    padding: 30px 25px;
}

.format-quote .post-content p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}

.post-content footer {
    color: #fff;
}

blockquote.blockquote {
    background-color: #f6f6f6;
    border-left: 2px solid #464646;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin: 23px 0;
    padding: 14px 50px;
}

.post-content h2 {
    margin: 34px 0 14px;
}

.post-content h3 {
    margin: 26px 0 10px;
}

.post-content ul {
    margin: 0 0 24px 22px;
    padding: 0;
}

.post-content ul li {
    color: #555555;
    line-height: 24px;
    list-style: disc;
    margin-bottom: 6px;
}

.post-content .cds-report-note-list,
.post-content .cds-report-note-list li {
    list-style: none;
    margin-left: 0;
}

.post-content table.table {
    border: 1px solid #e5e5e5;
    margin: 24px 0 30px;
    width: 100%;
}

.post-content .table-responsive,
.section .table-responsive {
    margin-bottom: 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

/* Safety net for bare WP content tables on narrow screens */
@media (max-width: 767px) {
    .post-content > table,
    .post-content table.table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.post-content table.table thead th {
    background: #000;
    border-bottom: 0;
    color: #fff;
    font-weight: 600;
    padding: 14px 16px;
}

.post-content table.table tbody td {
    border-top: 1px solid #ececec;
    color: #333333;
    padding: 14px 16px;
    vertical-align: top;
}

.post-content table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fafafa;
}

.content-figure {
    margin: 24px 0 30px;
}

.content-figure img {
    border: 1px solid #e9e9e9;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    display: block;
}

.content-figure figcaption {
    color: #7e7e7e;
    font-size: 13px;
    margin-top: 10px;
}

.cds-post-cta {
    background: #f6f6f6;
    border: 1px solid #ececec;
    padding: 34px 32px;
}

.cds-post-cta h3 {
    margin-bottom: 14px;
}

.cds-post-cta p {
    margin-bottom: 20px;
    max-width: 720px;
}

.sample-reports-page {
    background: #fff;
    color: #4f5260;
}

.sample-reports-hero {
    align-items: center;
    background: #171c28;
    display: flex;
    min-height: 510px;
    overflow: hidden;
    padding: 110px 0 56px;
    position: relative;
}

.sample-reports-hero::after {
    background: linear-gradient(90deg, rgba(20, 25, 36, 0.98) 0%, rgba(20, 25, 36, 0.88) 42%, rgba(20, 25, 36, 0.25) 78%, rgba(20, 25, 36, 0.08) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.sample-reports-hero__image {
    background-image: url('../img/heroes/hero-sample-reports.png?v=3');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.sample-reports-hero__content {
    color: #fff;
    position: relative;
    z-index: 1;
}

.sample-reports-hero__content h1 {
    color: #fff;
    font-size: clamp(44px, 6vw, 76px);
    line-height: 1.04;
    margin-bottom: 20px;
    max-width: 680px;
}

.sample-reports-hero__content > p:not(.sample-reports-eyebrow) {
    color: rgba(255, 255, 255, 0.82);
    font-size: 20px;
    line-height: 1.65;
    margin-bottom: 28px;
    max-width: 650px;
}

.sample-reports-eyebrow {
    color: #4a7c59;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sample-reports-hero .sample-reports-eyebrow,
.sample-reports-cta .sample-reports-eyebrow {
    color: #9bc2a6;
}

.sample-reports-text-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px;
    padding-bottom: 5px;
}

.sample-reports-text-link:hover,
.sample-reports-text-link:focus {
    border-color: #fff;
    color: #fff;
}

.sample-reports-text-link span {
    margin-left: 8px;
}

.sample-reports-intro {
    padding: 88px 0 78px;
}

.sample-reports-intro__grid {
    align-items: center;
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
}

.sample-reports-intro__copy h2 {
    color: #232332;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sample-reports-intro__copy > p:last-child {
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
    max-width: 690px;
}

.sample-reports-privacy {
    align-items: flex-start;
    background: #f3f7f4;
    border-left: 3px solid #4a7c59;
    display: flex;
    gap: 16px;
    padding: 26px 28px;
}

.sample-reports-privacy__icon {
    align-items: center;
    background: #4a7c59;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 28px;
    font-size: 13px;
    height: 28px;
    justify-content: center;
}

.sample-reports-privacy strong {
    color: #232332;
    display: block;
    font-size: 15px;
    margin-bottom: 7px;
}

.sample-reports-privacy p {
    color: #676b72;
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

.sample-reports-examples {
    background: #f5f6f7;
    padding: 18px 0 96px;
}

.cds-report-showcase {
    background: #fff;
    border: 1px solid #e7e9eb;
    border-radius: 3px;
    box-shadow: 0 18px 55px rgba(27, 33, 45, 0.06);
    margin: 78px 0 0;
    padding: 34px;
}

.cds-report-showcase:first-of-type {
    margin-top: 0;
}

.cds-report-showcase h3 {
    color: #232332;
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 18px;
}

/* Inner page hero */
.inner-page-hero {
    align-items: center;
    background: #171c28;
    display: flex;
    min-height: 510px;
    overflow: hidden;
    padding: 110px 0 56px;
    position: relative;
}

.inner-page-hero::after {
    background: linear-gradient(90deg, rgba(20, 25, 36, 0.98) 0%, rgba(20, 25, 36, 0.88) 42%, rgba(20, 25, 36, 0.25) 78%, rgba(20, 25, 36, 0.08) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.inner-page-hero__image {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.inner-page-hero__content {
    color: #fff;
    position: relative;
    z-index: 1;
}

.inner-page-hero__content h1 {
    color: #fff;
    font-size: clamp(44px, 6vw, 76px);
    line-height: 1.04;
    margin-bottom: 20px;
    max-width: 760px;
}

.inner-page-hero__content > p:not(.inner-page-hero__eyebrow) {
    color: rgba(255, 255, 255, 0.82);
    font-size: 20px;
    line-height: 1.65;
    margin-bottom: 0;
    max-width: 650px;
}

.inner-page-hero__eyebrow {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cds-report-copy {
    background: #f5f7f5;
    border-top: 4px solid #4a7c59;
    padding: 38px;
}

.cds-report-copy > p,
.cds-report-copy > ul {
    color: #666a72;
    line-height: 1.75;
}

.cds-report-copy > ul {
    border-bottom: 1px solid #eceef0;
    border-top: 1px solid #eceef0;
    list-style: none;
    margin: 25px 0 28px;
    padding: 18px 0;
}

.cds-report-copy > ul li {
    margin: 7px 0;
    padding-left: 21px;
    position: relative;
}

.cds-report-copy > ul li::before {
    color: #4a7c59;
    content: "\2713";
    font-weight: 700;
    left: 0;
    position: absolute;
}

.cds-report-copy > p:last-child {
    margin-bottom: 0;
}

.cds-report-actions {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cds-report-actions .default-btn {
    margin: 0;
}

.cds-report-enquire-link {
    border-bottom: 1px solid #b9bdc1;
    color: #343943;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 3px;
}

.cds-report-enquire-link:hover,
.cds-report-enquire-link:focus {
    border-color: #4a7c59;
    color: #4a7c59;
}

.cds-report-pages {
    display: flex;
    gap: 22px;
    margin-top: 24px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.cds-report-page {
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 14px 34px rgba(20, 27, 39, 0.09);
    flex: 0 0 auto;
    min-width: 0;
    min-height: 390px;
    padding: 22px;
    position: relative;
}

.sample-reports-cta {
    background: #283d30;
    color: #fff;
    padding: 82px 0;
}

.sample-reports-cta__inner {
    align-items: center;
    display: flex;
    gap: 70px;
    justify-content: space-between;
}

.sample-reports-cta h2 {
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 14px;
    max-width: 760px;
}

.sample-reports-cta p:not(.sample-reports-eyebrow) {
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
    margin: 0;
    max-width: 720px;
}

.sample-reports-cta .default-btn {
    background: #fff;
    color: #232332;
    flex: 0 0 auto;
    margin: 0;
}

.cds-report-page--cover {
    background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
}

.cds-report-brand {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.cds-report-brand img {
    height: 28px;
    width: auto;
}

.cds-report-brand span,
.cds-report-muted,
.cds-report-image-header span,
.cds-report-comparison-footer,
.cds-report-log-grid p,
.cds-report-summary-box p {
    color: #777;
}

.cds-report-brand span,
.cds-report-tag,
.cds-report-section-title,
.cds-report-comparison-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.cds-report-tag {
    color: #23355f;
    display: inline-block;
    margin-bottom: 12px;
}

.cds-report-page h4 {
    color: #232332;
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 10px;
}

.cds-report-muted {
    font-size: 13px;
    margin-bottom: 20px;
}

.cds-report-meta-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cds-report-meta-grid strong,
.cds-report-summary-box strong,
.cds-report-mapcard strong {
    color: #232332;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.cds-report-meta-grid span {
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 1.5;
}

.cds-report-page--image {
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    padding: 0;
}

.cds-report-page--image::before {
    background: linear-gradient(180deg, rgba(12, 17, 28, 0.2) 0%, rgba(12, 17, 28, 0.72) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.cds-report-image-header,
.cds-report-chip {
    position: absolute;
    z-index: 2;
}

.cds-report-image-header {
    left: 18px;
    right: 18px;
    top: 18px;
}

.cds-report-image-header strong {
    display: block;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.cds-report-image-header span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
}

.cds-report-chip {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.4px;
    padding: 7px 10px;
}

.cds-report-showcase--rural .chip-1 {
    left: 14px;
    top: 132px;
}

.cds-report-showcase--rural .chip-2 {
    right: 16px;
    top: 174px;
}

.cds-report-showcase--rural .chip-3 {
    left: 26px;
    bottom: 80px;
}

.cds-report-showcase--rural .chip-4 {
    right: 14px;
    bottom: 46px;
}

.cds-report-showcase--roof .chip-1 {
    left: 22px;
    top: 130px;
}

.cds-report-showcase--roof .chip-2 {
    right: 14px;
    top: 182px;
}

.cds-report-showcase--roof .chip-3 {
    left: 34px;
    bottom: 54px;
}

.cds-report-note-list {
    list-style: none;
    margin: 14px 0 18px;
    padding: 0;
}

.cds-report-note-list li {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
}

.cds-report-note-list li::before {
    color: #232332;
    content: "•";
    left: 0;
    position: absolute;
    top: 0;
}

.cds-report-summary-box {
    background: #f6f6f6;
    border: 1px solid #ececec;
    padding: 16px;
}

.cds-report-summary-box p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

.cds-report-page--comparison {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cds-report-comparison-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cds-report-comparison-card {
    border: 1px solid #ececec;
    padding: 10px;
}

.cds-report-comparison-label {
    color: #232332;
    display: block;
    margin-bottom: 8px;
}

.cds-report-comparison-image {
    background-position: center;
    background-size: cover;
    height: 240px;
}

.cds-report-comparison-footer {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 14px;
}

.cds-report-log-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 16px 0 18px;
}

.cds-report-log-grid div {
    background: #f8f8f8;
    border: 1px solid #ececec;
    min-height: 94px;
    padding: 12px;
}

.cds-report-log-grid span {
    color: #232332;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.cds-report-log-grid p {
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
}

.cds-report-page--mapgrid {
    padding: 16px;
}

.cds-report-mapgrid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cds-report-mapcard {
    border: 1px solid #ececec;
    padding: 8px;
}

.cds-report-mapthumb {
    background-position: center;
    background-size: cover;
    height: 130px;
    margin-bottom: 8px;
    position: relative;
}

.cds-report-mapthumb::after {
    content: "";
    inset: 0;
    position: absolute;
}

.cds-report-mapthumb--terrain::after {
    background:
        repeating-linear-gradient(180deg, rgba(255, 166, 0, 0.2) 0, rgba(255, 166, 0, 0.2) 2px, transparent 2px, transparent 12px);
}

.cds-report-mapthumb--water::after {
    background:
        linear-gradient(0deg, rgba(44, 124, 246, 0.18), rgba(44, 124, 246, 0.18)),
        radial-gradient(circle at 62% 68%, rgba(44, 124, 246, 0.6) 0, rgba(44, 124, 246, 0.6) 12%, transparent 13%),
        radial-gradient(circle at 34% 46%, rgba(68, 160, 83, 0.5) 0, rgba(68, 160, 83, 0.5) 22%, transparent 23%);
}

.cds-report-mapthumb--access::after {
    background:
        linear-gradient(120deg, transparent 0 44%, rgba(255, 255, 255, 0.6) 44% 47%, transparent 47% 100%),
        linear-gradient(35deg, transparent 0 56%, rgba(255, 255, 255, 0.5) 56% 59%, transparent 59% 100%);
}

@media (min-width: 992px) {
    .cds-report-showcase {
        display: grid;
        gap: 46px;
        grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.75fr);
    }

    .cds-report-pages {
        display: grid;
        gap: 18px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 0;
        overflow: visible;
        padding-bottom: 0;
    }

    .cds-report-page {
        flex-basis: auto;
        min-height: 370px;
        padding: 18px;
    }

    .cds-report-page h4 {
        font-size: 22px;
    }

    .cds-report-meta-grid span,
    .cds-report-note-list li,
    .cds-report-summary-box p {
        font-size: 12px;
    }

    .cds-report-comparison-image {
        height: 185px;
    }
}

@media (max-width: 767px) {
    .inteligent-menu {
        background: #0b0d12;
        opacity: 1;
    }

    .header-wrapper {
        display: block;
    }

    .inteligent-menu .header-area {
        min-height: 64px;
        padding: 18px 0;
        position: relative;
        z-index: 2;
    }

    .inteligent-menu .header-area > .container {
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
    }

    .logo-area {
        padding-right: 56px;
    }

    .logo-area img {
        display: block;
        height: 24px;
        max-width: calc(100vw - 112px);
        padding-bottom: 0;
        width: auto;
    }

    /* Hide raw WP mobile nav until meanmenu clones it */
    .meanmenu > nav {
        display: none !important;
    }

    .mean-menu-area {
        height: 0;
        position: relative;
        z-index: 3;
    }

    .mean-menu-area > .container {
        padding: 0;
        width: 100%;
    }

    .mean-container .mean-bar {
        background: transparent;
        float: none;
        height: 0;
        position: static;
        width: 100%;
    }

    .inteligent-menu .mean-container a.meanmenu-reveal {
        box-sizing: content-box;
        height: 18px;
        margin-top: 0 !important;
        padding: 14px 12px;
        position: fixed;
        right: 14px;
        top: 9px;
        width: 26px;
        z-index: 20;
    }

    .inteligent-menu .mean-container a.meanmenu-reveal span {
        background: #fff;
        display: block;
        height: 2px;
        margin-top: 6px;
        width: 100%;
    }

    .inteligent-menu .mean-container a.meanmenu-reveal > span:first-child {
        margin-top: 0;
    }

    .inteligent-menu .mean-container a.meanmenu-reveal.meanclose {
        font-size: 22px !important;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
        text-indent: 0;
    }

    .inteligent-menu .mean-container .mean-nav {
        background: #0b0d12;
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
        left: 0;
        max-height: calc(100vh - 64px);
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        right: 0;
        top: 64px;
        width: 100%;
        z-index: 19;
    }

    .inteligent-menu .mean-container .mean-nav ul {
        float: none;
        overflow: hidden;
        width: 100%;
    }

    .inteligent-menu .mean-container .mean-nav ul li {
        float: none;
        width: 100%;
    }

    .inteligent-menu .mean-container .mean-nav ul li a {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        box-sizing: border-box;
        float: none;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
        padding: 16px 24px;
        width: 100%;
    }

    .inteligent-menu .mean-container .mean-nav ul li a.mean-expand {
        box-sizing: content-box;
        height: 24px;
        padding: 12px !important;
        width: 24px;
    }

    .inner-page-hero,
    .sample-reports-hero {
        align-items: flex-end;
        min-height: 300px;
        padding: 100px 0 36px;
    }

    .inner-page-hero::after,
    .sample-reports-hero::after {
        background: linear-gradient(180deg, rgba(20, 25, 36, .28) 0%, rgba(20, 25, 36, .5) 38%, rgba(20, 25, 36, .92) 100%);
    }

    .inner-page-hero__image,
    .sample-reports-hero__image {
        background-position: center center;
    }

    .inner-page-hero .container,
    .sample-reports-hero .container {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
    }

    .inner-page-hero__content h1,
    .sample-reports-hero__content h1 {
        font-size: clamp(28px, 8.2vw, 34px);
        line-height: 1.15;
        margin-bottom: 12px;
        max-width: none;
    }

    .inner-page-hero__content > p:not(.inner-page-hero__eyebrow),
    .sample-reports-hero__content > p:not(.sample-reports-eyebrow) {
        font-size: 15px;
        line-height: 1.55;
        max-width: none;
    }

    .inner-page-hero__eyebrow,
    .sample-reports-hero .sample-reports-eyebrow {
        font-size: 11px;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
    }

    .contact-area img.attachment-process-img,
    .contact-area img.size-process-img {
        display: block;
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .contact-guide-box {
        margin-bottom: 0;
    }

    .service-box {
        padding: 28px 22px 24px;
    }

    .service-pathway-card,
    .contact-guide-box {
        padding: 22px 20px;
    }

    .work-title h2 {
        font-size: 26px;
        line-height: 1.25;
    }

    .services.area .col-md-10 {
        padding-left: 0;
        padding-right: 0;
    }

    .post-content h2 {
        font-size: 26px;
        line-height: 1.25;
        margin: 28px 0 12px;
    }

    .post-content h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    .post-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .sample-reports-intro {
        padding: 62px 0 58px;
    }

    .sample-reports-intro__grid {
        gap: 34px;
        grid-template-columns: 1fr;
    }

    .sample-reports-intro__copy h2,
    .sample-reports-cta h2 {
        font-size: 31px;
    }

    .sample-reports-examples {
        padding: 1px 0 66px;
    }

    .cds-report-showcase {
        margin-top: 38px;
        padding: 30px 20px;
    }

    .cds-report-showcase h3 {
        font-size: 26px;
    }

    .sample-reports-cta {
        padding: 62px 0;
    }

    .sample-reports-cta__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }

    .cds-report-page {
        flex-basis: auto;
        min-height: 360px;
        padding: 18px;
    }

    .cds-report-page--image {
        padding: 0;
    }

    .cds-report-page h4 {
        font-size: 22px;
    }

    .cds-report-comparison-image {
        height: 180px;
    }
}

/* Final sample report card layout */
@media (min-width: 992px) {
    .cds-report-showcase {
        display: grid;
        gap: 26px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cds-report-pages {
        display: contents;
    }

    .cds-report-copy,
    .cds-report-page {
        min-height: 430px;
    }

    .cds-report-page {
        padding: 30px;
    }

    .cds-report-page--image {
        padding: 0;
    }

    .cds-report-page h4 {
        font-size: 28px;
    }

    .cds-report-meta-grid span,
    .cds-report-note-list li,
    .cds-report-summary-box p {
        font-size: 14px;
    }

    .cds-report-comparison-image {
        height: 285px;
    }

    .cds-report-mapthumb {
        height: 165px;
    }
}

@media (max-width: 991px) {
    .cds-report-pages {
        flex-direction: column;
        overflow: visible;
        padding-bottom: 0;
    }

    .cds-report-copy {
        padding: 28px 24px;
    }

    .cds-report-page {
        flex-basis: auto;
        width: 100%;
    }
}

h3.leave-comment-text {
    border-bottom: 1px solid #5b5b5b;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.news-allreply {
    display: inline-block;
    float: left;
    text-align: center;
}

.news-allreply img {
    border-radius: 100%;
    width: 100%;
}

.nes-icon > a i {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

.blog-img-details {
    padding-left: 90px;
}

.blog-title > h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.blog-title > span {
    color: #666666;
    display: block;
    margin-bottom: 7px;
}

.blog-middle-mrg {
    margin: 32px 0 33px 90px;
}

.leave-comment {
}

.leave-comment-text {
}

h3.leave-comment-text {
}

.leave-form {
}

.leave-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    height: 35px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
}

.text-leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    height: 165px;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
}

/* single posts */
blockquote.single-blockquote {
    background: #444;
}

blockquote.single-blockquote p {
    color: #fff;
}

.comments, .comment-form {
    margin-bottom: 70px;
}

.comment, .comment-content {
    position: relative;
}

.comment-avatar {
    float: left;
    margin: 5px 0 0;
    max-width: 70px;
    position: relative;
    z-index: 1;
}

.comment-avatar::after {
    background: #f5f5f5 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 70px;
    position: absolute;
    top: 34px;
    width: 20px;
    z-index: -1;
}

.comment-avatar img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.comment-tools {
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 1;
}

.comment-tools a {
    color: #666;
    margin: 0 0 0 15px;
}

.comment-content {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 2px;
    margin: 0 0 35px 90px;
    padding: 30px;
    position: relative;
}

.comment-content h5 {
    font-size: 16px;
    font-weight: 600;
}

.comment-reply {
    margin-left: 90px;
}

/* page-numbers */
.page-numbers > li {
    display: inline-block;
    margin-right: 2px;
}

.page-numbers > li:first-child > a, .page-numbers > li:first-child > span {
    border-radius: 3px;
}

.page-numbers > li > a, .page-numbers > li > span {
    border: 2px solid #eeeeee;
    border-radius: 3px;
    color: #777777;
    display: block;
    float: none;
    padding: 8px 15px;
}

.page-numbers > .active > a, .page-numbers > .active > span {
    background: #27cbc0 none repeat scroll 0 0;
    border-color: #27cbc0;
    color: #ffffff;
}

.page-numbers > li > a:hover, .page-numbers > li > a:focus, .page-numbers > li > span:hover, .page-numbers > li > span:focus {
    background: #000 none repeat scroll 0 0;
    border-color: #000;
    color: #ffffff;
}

.page-numbers > .active > a, .page-numbers > .active > a:focus, .page-numbers > .active > a:hover, .page-numbers > .active > span, .page-numbers > .active > span:focus, .page-numbers > .active > span:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    cursor: default;
    z-index: 3;
}


/*Contact US CSS*/
.contact-content {
}

.contact-content h2 {
    font-size: 30px;
    font-weight: 600;
}

.contact-content p {
}

.contact-guide-box {
    background: #f6f6f6;
    border: 1px solid #ececec;
    height: 100%;
    padding: 24px;
}

.contact-guide-box h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.contact-guide-box p {
    margin: 0;
}

.contact-details div {
    text-align: center;
}

.contact-details i {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #222;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    padding-bottom: 18px;
    width: 60px;
    transition: .4s;
}

.contact-box i:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #0cb4ce;
    color: #0cb4ce;
    cursor: pointer;
}

.contact-details h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

.contact-box a {
    color: #7e7e7e;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    margin-bottom: 15px;
}

.form-control:focus {
    border-color: inherit;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
}

.contact-form .alert {
    border-radius: 0;
    margin-bottom: 20px;
}

.cds-contact-form select.form-control {
    color: #777;
}

.submit-btn {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 25px;
    border-radius: 0;
}

.submit-btn:hover {
    color: #fff;
    background: #222;
}

#map {
    height: 400px;
}

/*Download area CSS*/
.call-to-action > h3 {
    font-weight: 500;
    letter-spacing: 1.5px;
}

.call-to-action > p {
    margin: 0;
}

/*Footer*/
.gray-bg {
    background: #f6f6f6 none repeat scroll 0 0;
}

.foter-area {
    margin-top: auto;
    width: 100%;
}

.footer-logo {
    display: inline-block;
    max-width: 50%;
}

.footer-logo a h5 {
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 5px;
    transition: .4s;
}

.footer-logo:hover a h5 {
    color: #0cb4ce;
}

.footer-top {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.footer-brand p {
    margin-bottom: 18px;
    max-width: 420px;
}

.footer-column h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}

.footer-links {
    margin: 0;
    padding: 0;
}

.footer-links li {
    color: #666;
    list-style: none;
    margin-bottom: 10px;
}

.footer-links li a {
    color: #666;
}

.footer-links li a:hover {
    color: #000;
}

.footer-contact span {
    color: #232332;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.footer-cta {
    border-bottom: 1px solid #000;
    color: #000 !important;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 2px;
    text-transform: uppercase;
}

.footer-social-icon a {
    background: #252525 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 38px;
    line-height: 34px;
    margin: 0 8px 0 0;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 38px;
    border: 1px solid #000;
}

.footer-social-icon a:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

.footer-fine-print {
    border-top: 1px solid #e3e3e3;
    margin-top: 10px;
    padding-top: 18px;
}

.footer-fine-print p {
    color: #7a7a7a;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 1.7;
    margin: 0 0 6px;
    text-align: center;
}

.copyright {
    margin-top: 10px;
}

.copyright p {
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
}

/*Scrool UP*/
#scrollUp {
    background: #000 none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 20px;
    font-size: 25px;
    line-height: 35px;
    padding: 5px 15px;
    right: 20px;
    transition: all 0.6s ease 0s;
}

a#scrollUp i {
    color: white;
    transition: all 0.4s ease 0s;

}

a#scrollUp:hover i {
    color: #f6f6f6;
}

/*---- [Preloader] */
.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}

.loader {
    background: #666;
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    text-indent: -9999em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
}

@-webkit-keyframes ball-scale {

    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

}

@keyframes ball-scale {

    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

}

/* css end here */

/*CSS Ends here*/
/* Qualification and service positioning */
.trust-strip { background: #1f1f1f; color: #fff; padding: 14px 0; }
.trust-strip p { margin: 0; font-weight: 600; letter-spacing: .02em; }
.trust-strip span { color: #d6ad60; padding: 0 8px; }
