@charset "UTF-8";

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url('https://iptge.diogoh.pt/assets/fonts/fa-light-300.woff2') format("woff2"), url('https://iptge.diogoh.pt/assets/fonts/fa-light-300.ttf') format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('https://iptge.diogoh.pt/assets/fonts/fa-regular-400.woff2') format("woff2"), url('https://iptge.diogoh.pt/assets/fonts/fa-regular-400.ttf') format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('https://iptge.diogoh.pt/assets/fonts/fa-solid-900.woff2') format("woff2"), url('https://iptge.diogoh.pt/assets/fonts/fa-solid-900.ttf') format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url('https://iptge.diogoh.pt/assets/fonts/fa-thin-100.woff2') format("woff2"), url('https://iptge.diogoh.pt/assets/fonts/fa-thin-100.ttf') format("truetype")
}

@media (max-width:767px) {
    .it-section-title br {
        display: none
    }
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%
}

h1,
h3,
h5 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h5 {
    font-size: 1.25rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

img,
svg {
    vertical-align: middle
}

button {
    border-radius: 0
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.gx-0 {
    --bs-gutter-x: 0
}

@media (min-width:768px) {
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
}

@media (min-width:992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
}

@media (min-width:1200px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

@media (min-width:768px) {
    .d-md-flex {
        display: flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-block {
        display: block !important
    }

    .d-xl-none {
        display: none !important
    }
}

.fa-light,
.fal,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-bars-staggered:before {
    content: "\f550"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-times:before {
    content: "\f00d"
}

:host,
:root {
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

:host,
:root {
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone"
}

:host,
:root {
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro"
}

.fa-light,
.fal {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300
}

:host,
:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro"
}

:host,
:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"
}

.fas {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900
}

:host,
:root {
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro"
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

:root {
    --swiper-navigation-size: 44px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-35 {
    margin-bottom: 35px
}

:root {
    --it-ff-body: 'Open Sans', sans-serif;
    --it-ff-heading: 'Spartan-Bold', sans-serif;
    --it-ff-jost: 'Jost', sans-serif;
    --it-ff-newyork: 'NewYork-Regular', serif;
    --it-ff-schoolbell: 'Schoolbell', scursive;
    --it-ff-cinzel-decorative: 'Cinzel Decorative', scursive;
    --it-ff-oxanium: 'Oxanium', sans-serif;
    --it-ff-spartan-semibold: 'Spartan-SemiBold', sans-serif;
    --it-ff-spartan-medium: 'Spartan-Medium', sans-serif;
    --it-ff-spartan-regular: 'Spartan-Regular', sans-serif;
    --it-ff-edensor-regular: 'Edensor-Regular', sans-serif;
    --it-ff-edensor-semibold: 'Edensor-Semibold', sans-serif;
    --it-ff-fontawesome: Font Awesome 6 Pro;
    --it-common-white: #ffffff;
    --it-common-black: #1F2432;
    --it-common-black-2: #313537;
    --it-common-brown: #272422;
    --it-heading-primary: #0C121D;
    --it-gray-1: #F0F4F5;
    --it-gray-2: #D9D9D9;
    --it-gray-3: #F5F7F9;
    --it-gray-4: #FFF8F4;
    --it-text-body: #6C757D;
    --it-theme-1: #D78348;
    --it-theme-2: #F8C62F;
    --it-theme-3: #1AB69D;
    --it-theme-4: #618269;
    --it-theme-5: #FE8235;
    --it-theme-6: #CD935A
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    font-family: var(--it-ff-body);
    color: var(--it-text-body)
}

a {
    text-decoration: none
}

h1,
h3,
h5 {
    color: var(--it-common-black);
    line-height: 1.5;
    font-family: var(--it-ff-spartan-semibold)
}

img {
    max-width: 100%
}

h5 {
    font-size: 20px
}

ul {
    margin: 0;
    padding: 0
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--it-text-body);
    font-family: var(--it-ff-body)
}

.z-index-2 {
    position: relative;
    z-index: 2
}

a,
button {
    color: inherit;
    outline: 0;
    border: none;
    background: 0 0
}

::-moz-placeholder {
    color: var(--it-common-black);
    font-size: var(--it-fz-body);
    opacity: 1
}

.p-relative {
    position: relative
}

.border-radius-100 {
    border-radius: 100px !important
}

.it-btn-yellow.no-anim span span.text-1 {
    transform: none !important
}

.it-btn-yellow {
    font-size: 16px;
    padding: 15.5px 29px;
    line-height: 1.1;
    font-weight: 500;
    text-align: center;
    border-radius: 8px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--it-common-white);
    font-family: var(--it-ff-jost);
    background-color: var(--it-theme-2)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-btn-yellow {
        font-size: 14px;
        padding: 13px 25px
    }
}

.it-btn-yellow span {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    color: var(--it-common-black)
}

.it-btn-yellow span span.text-1 {
    position: relative;
    display: block
}

.it-btn-yellow span span.text-2 {
    position: absolute;
    top: 100%;
    display: block
}

.it-btn-yellow svg {
    width: 14px;
    height: 14px;
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px);
    color: var(--it-common-black)
}

.it-btn-yellow.theme-bg {
    background-color: var(--it-theme-1)
}

.it-btn-yellow.theme-bg span {
    color: var(--it-common-white)
}

.theme-bg {
    background: var(--it-theme-1)
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, .8);
    visibility: hidden;
    opacity: 0
}

.itoffcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 450px;
    z-index: 9999;
    padding: 50px;
    opacity: 0;
    z-index: 1000;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    overscroll-behavior-y: contain;
    background: var(--it-common-white) none repeat scroll 0 0
}

@media (max-width:767px) {
    .itoffcanvas {
        width: 300px;
        padding: 40px 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .itoffcanvas {
        width: 72%;
        padding: 40px
    }
}

.itoffcanvas__logo {
    margin-bottom: 60px
}

@media (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .itoffcanvas__logo {
        padding-top: 0
    }
}

.itoffcanvas__logo img {
    width: 157px;
    height: 100%
}

.itoffcanvas__close-btn button {
    font-size: 35px;
    position: absolute;
    right: 50px;
    top: 42px;
    font-weight: 300;
    opacity: .6;
    color: var(--it-common-black)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .itoffcanvas__close-btn button {
        font-size: 28px;
        right: 48px;
        top: 52px
    }
}

@media (max-width:767px) {
    .itoffcanvas__close-btn button {
        font-size: 28px;
        right: 39px;
        top: 38px
    }
}

.itoffcanvas__text {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    margin-bottom: 20px
}

.itoffcanvas__text p {
    font-size: 16px;
    color: #414144
}

.itoffcanvas__info {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 30px;
    margin-bottom: 20px
}

.itoffcanvas__info .offcanva-title {
    color: var(--it-common-black);
    margin: 30px 0 40px;
    font-size: 20px;
    font-weight: 600
}

.itoffcanvas__info-icon a {
    height: 50px;
    width: 50px;
    background-color: var(--it-theme-1);
    color: var(--it-common-white);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 21px;
    margin-right: 20px
}

.itoffcanvas__info-address span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6)
}

.itoffcanvas__info-address a {
    display: block;
    color: var(--it-common-black);
    font-size: 18px;
    font-weight: 600
}

@media (max-width:767px) {
    .itoffcanvas__info-address a {
        font-size: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-header-ptb {
        padding: 15px 0
    }
}

.it-header-menu>nav>ul {
    padding-left: 20px
}

.it-header-menu>nav>ul>li {
    list-style-type: none;
    display: inline-block;
    margin: 0 19px
}

.it-header-menu>nav>ul>li:first-child {
    margin-left: 0
}

.it-header-menu>nav>ul>li:last-child {
    margin-right: 0
}

.it-header-menu>nav>ul>li>a {
    line-height: 1;
    font-weight: 500;
    padding: 32px 0;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    color: var(--it-common-black);
    font-family: var(--it-ff-jost)
}

.it-header-bar span {
    margin-left: 20px;
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 43px;
    display: inline-block;
    border-radius: 5px;
    color: var(--it-common-white);
    background-color: var(--it-theme-1);
    font-size: 18px
}

.it-header-right-action {
    margin-left: -50px
}

.it-header-menu nav ul li {
    position: relative
}

.it-header-menu nav ul li.has-dropdown>a::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: var(--it-common-black);
    margin-left: 5px
}

.it-header-menu nav ul li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    text-align: left;
    padding: 30px 0;
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    border-radius: 0 0 8px 8px;
    -webkit-transform: perspective(300px) rotateX(-18deg);
    -moz-transform: perspective(300px) rotateX(-18deg);
    -ms-transform: perspective(300px) rotateX(-18deg);
    -o-transform: perspective(300px) rotateX(-18deg);
    transform: perspective(300px) rotateX(-18deg);
    background-color: var(--it-common-white);
    border: 1px solid rgba(48, 48, 47, .1);
    box-shadow: 0 1px 2px 1px rgba(3, 11, 30, .06), 0 1px 1px 0 rgba(3, 11, 30, .1);
    z-index: 9999
}

.it-header-menu nav ul li .submenu li {
    list-style: none;
    display: block;
    padding: 0 30px
}

.it-header-menu nav ul li .submenu li:not(:last-child) {
    margin-bottom: 13px
}

.it-header-menu nav ul li .submenu li a {
    font-weight: 600;
    font-size: 14px;
    position: relative;
    display: inline-block;
    letter-spacing: .2px;
    text-transform: capitalize;
    color: var(--it-common-black)
}

.it-header-menu nav ul li .submenu li a::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    height: 1px;
    width: 0;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    background-color: var(--it-theme-1)
}

.it-slider-area {
    position: relative
}

.it-slider-wrap {
    position: relative
}

.it-slider-box.hero-bg {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center
}

.it-slider-box.hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('https://iptge.diogoh.pt/assets/img/hero/hero-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(30%) contrast(90%) brightness(95%);
    z-index: 0
}

.it-slider-box.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 1
}

.it-slider-box.hero-bg .container,
.it-slider-box.hero-bg .it-slider-btn,
.it-slider-box.hero-bg .it-slider-content,
.it-slider-box.hero-bg .it-slider-content-text {
    position: relative;
    z-index: 2
}

.it-slider-content {
    padding-top: 120px;
    padding-bottom: 290px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-header-menu>nav>ul>li {
        margin: 0 10px
    }

    .it-header-menu>nav>ul>li>a {
        font-size: 15px
    }

    .it-header-menu>nav>ul>li>a::after {
        font-size: 10px
    }

    .it-header-right-action {
        margin-left: -80px
    }

    .it-slider-content {
        padding-top: 140px;
        padding-bottom: 240px
    }
}

.it-slider-content p {
    line-height: 1.75;
    color: rgba(255, 255, 255, .8)
}

.it-slider-title {
    font-size: 52px;
    line-height: 1.18;
    letter-spacing: .01em;
    margin-bottom: 23px;
    color: var(--it-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-slider-title {
        font-size: 48px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-slider-content {
        padding-top: 130px;
        padding-bottom: 220px
    }

    .it-slider-title {
        font-size: 42px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-slider-content {
        padding-top: 120px;
        padding-bottom: 230px
    }

    .it-slider-title {
        font-size: 45px
    }
}

@media (max-width:767px) {
    .it-slider-content {
        padding-top: 100px;
        padding-bottom: 200px
    }

    .it-slider-content p {
        font-size: 14px;
        line-height: 1.7
    }

    .it-slider-content p br {
        display: none
    }

    .it-slider-title {
        font-size: 28px;
        line-height: 1.25
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-slider-content {
        padding-top: 120px;
        padding-bottom: 210px
    }

    .it-slider-title {
        font-size: 46px
    }
}

.it-feature-icon span {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    background-color: var(--it-gray-1);
    border: 1px solid rgba(26, 182, 157, .2)
}

.it-feature-item {
    padding: 40px;
    padding-right: 60px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-feature-item {
        padding: 40px 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-feature-icon span {
        height: 50px;
        width: 50px;
        line-height: 50px
    }

    .it-feature-icon span svg {
        height: 20px
    }

    .it-feature-item {
        padding: 30px 20px
    }
}

.it-feature-content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 13px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-feature-content p {
        font-size: 12px
    }

    .it-feature-title {
        font-size: 17px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-feature-content p {
        font-size: 14px
    }
}

.it-feature-title {
    margin-bottom: 7px
}

.it-feature-wrap {
    margin-top: -100px;
    border-radius: 20px;
    background-color: var(--it-common-white);
    box-shadow: 0 20px 30px 0 rgba(1, 6, 20, .1)
}

.it-feature-wrap .row [class*=col-]:first-child .it-feature-item {
    border-radius: 20px 0 0 20px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .itoffcanvas__text {
        display: none
    }

    .it-header-ptb .it-btn-yellow {
        padding: 16px 25px
    }

    .it-feature-wrap {
        border-radius: 0
    }

    .it-feature-wrap .row [class*=col-]:first-child .it-feature-item {
        border-radius: 0
    }
}

.it-feature-wrap .row [class*=col-]:last-child .it-feature-item {
    border-radius: 0 20px 20px 0
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-feature-wrap .row [class*=col-]:last-child .it-feature-item {
        border-radius: 0
    }
}