@charset "utf-8";
/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Occam Website
	All rights reserved
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700&display=swap');

/* GLOBAL CONFIG */
body, html {
    font-family: 'Poppins', sans-serif;
    position: relative;
}
body.fixed-nav {
    padding-top: 70px;
}

/* NAVIGATION */
.navbar-dark {
    background: none !important;
    padding: 20px 0 !important;
    transition: 0.2s ease all;
    position: absolute;
    transition: 0.2s ease all;
}
.navbar .navbar-brand img {
    height: 60px;
}
.navbar .nav-item > .nav-link {
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
    color: #fff;
    transition: 0.2s ease all;
}
.navbar .nav-item > .nav-link.dropdown-toggle:after {
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    transform-origin: center;
    transform: rotate(-45deg);
    margin-top: -5px;
    margin-left: 7px;
    transition: 0.2s ease all;
}
.navbar .nav-item > .nav-link:hover,
.navbar .nav-item > .nav-link:focus,
.navbar .nav-item > .nav-link:active,
.navbar .nav-item.dropdown.show > .nav-link {
    color: #FFB20F;
}
.navbar .nav-item > .nav-link.dropdown-toggle:hover:after,
.navbar .nav-item > .nav-link.dropdown-toggle:focus:after,
.navbar .nav-item > .nav-link.dropdown-toggle:active:after,
.navbar .nav-item.dropdown.show > .nav-link:after {
    border-bottom-color: #FFB20F;
    border-left-color: #FFB20F;
    transform: translateY(5px) rotate(135deg);
}
.navbar .nav-item.dropdown.active > .nav-link:after {
    border-bottom-color: #FFB20F !important;
    border-left-color: #FFB20F !important;
}
.navbar .dropdown-menu {
    padding: 15px 15px;
    border-radius: 4px;
    background: #fff;
    border: none;
    box-shadow: rgba(0,0,0,0.2) 0 10px 45px;
    margin: 0;
}
.navbar.active .dropdown-menu {
    box-shadow: rgba(0,0,0,0.1) 0 10px 35px;
}
.navbar .dropdown-wrapper {
    display: block;
    width: 450px;
    position: relative;
}
.navbar .dropdown-wrapper:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #f1f1f1;
    content: ' ';
}
.navbar .dropdown-wrapper .dropdown-item {
    display: block;
    position: relative;
    white-space: normal;
    text-align: center;
    transition: 0.2s ease all;
    padding: 20px 20px;
    border-radius: 5px;
}
.navbar .dropdown-wrapper .dropdown-item:hover {
    background: #f9f9f9;
}
.navbar .dropdown-wrapper .dropdown-item img {
    display: block;
    width: 64px;
    height: 64px;
    margin: auto;
    filter: grayscale(100%);
}
.navbar .dropdown-wrapper .dropdown-item b {
    display: block;
    font-size: 12px;
    margin: 10px 0 5px 0;
    color: #121212;
    font-weight: 600;
}
.navbar .dropdown-wrapper .dropdown-item p {
    display: block;
    margin: 0;
    font-size: 12px;
    color: #7a7a7a;
}
.navbar-dark.active {
    padding: 10px 0 !important;
    position: fixed;
    background: #fff !important;
    box-shadow: rgba(0,0,0,0.1) 0 10px 25px;
}
.navbar-dark.active .navbar-brand img {
    filter: brightness(0);
    height: 40px;
}
.navbar-dark.active .nav-item > .nav-link {
    color: #121212;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar.active .nav-item > .nav-link.dropdown-toggle:after {
    border-bottom-color: #121212;
    border-left-color: #121212;
}
.navbar.active .nav-item > .nav-link.dropdown-toggle:hover:after,
.navbar.active .nav-item > .nav-link.dropdown-toggle:focus:after,
.navbar.active .nav-item > .nav-link.dropdown-toggle:active:after,
.navbar.active .nav-item.dropdown.show > .nav-link:after {
    border-bottom-color: #FFB20F;
    border-left-color: #FFB20F;
}
.navbar.active .nav-item.active > .nav-link,
.navbar.active .nav-item > .nav-link:hover,
.navbar.active .nav-item > .nav-link:focus,
.navbar.active .nav-item > .nav-link:active,
.navbar.active .nav-item.dropdown.show > .nav-link {
    color: #FFB20F;
}

/* MAIN SLIDER */
.main-slider {
    display: block;
    position: relative;
    padding: 200px 0 150px 0;
    background: url('../img/main-bg.jpg') center top no-repeat;
    background-size: cover;
}
.main-slider:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    content: ' ';
    opacity: 0;
    z-index: 0;
}
.main .container {
    position: relative;
    z-index: 1;
}
.main-slider h2 {
    margin: 0;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    color: #fff;
}
.main-slider h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 200;
    margin-top: 15px;
    color: #fff;
}

/* TITLE */
.title {
    display: block;
    margin-bottom: 50px;
}
.title h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 15px 0;
}

/* FEATURES */
.features {
    display: block;
    position: relative;
    padding: 80px 0 80px 0;
}
.features:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: #f9f9f9;
    z-index: 0;
    content: ' ';
    clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
}
.features .container {
    position: relative;
    z-index: 2;
}
.features .title {
    margin-bottom: 20px;
}
.feature {
    display: block;
    position: relative;
    padding: 40px 35px 20px 35px;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,0.075) 0 10px 35px;
    text-align: center;
    min-height: 350px;
    transition: 0.2s ease all;
    max-width: 90%;
    margin: auto;
    background: #fff;
    color: inherit;
    text-decoration: none !important;
    margin-top: 30px;
}
.feature:hover {
    transform: scale(1.025);
    box-shadow: rgba(0,0,0,0.1) 0 15px 45px;
}
.feature .icon {
    display: block;
    width: 96px;
    height: 96px;
    line-height: 96px;
    border-radius: 6px;
    margin: auto;
    text-align: center;
}
.feature .icon img {
    width: 64px;
    height: 64px;
}
.feature h3 {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0;
}
.feature:hover h3 {
    color: #FFB20F;
}
.feature p {
    font-size: 13px;
    color: #7a7a7a;
    margin: 0;
}

/* CUSTOM PT's */
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}

/* BUTTONS */
.btn {
    padding: 15px 35px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
}
.btn-primary {
    border-color: #FFB20F;
    background: #FFB20F;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #212529;
    border-color: #212529;
    color: #fff;
    box-shadow: rgba(0,0,0,0.1) 0 10px 30px !important;
}
.btn-primary:active {
    background: #394047 !important;
    border-color: #394047 !important;
    color: #fff;
    box-shadow: rgba(0,0,0,0.1) 0 10px 30px !important;
}
.btn-secondary {
    border-color: #212529;
    background: #212529;
    color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #394047;
    border-color: #394047;
    color: #fff;
    box-shadow: rgba(0,0,0,0.1) 0 10px 30px !important;
}
.btn-success {
    background: transparent;
    border-color: #212529;
    color: #212529;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #394047 !important;
    border-color: #394047 !important;
    color: #fff;
    box-shadow: rgba(0,0,0,0.1) 0 10px 30px !important;
}

/* SERVICES */
.services {
    display: block;
    padding: 20px 0 100px 0;
    background: #f9f9f9;
    position: relative;
}
.services.v2 {
    padding: 80px 0;
}
.services .title {
    margin-bottom: 0;
}
.services .title h5 {
    font-weight: 300;
    font-size: 30px;
    margin: 5px 0 15px 0;
}
.services .title p {
    margin-bottom: 30px;
}
.services:after {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 45%;
    height: 100%;
    content: ' ';
    background: url('../img/how-it-works-3.jpg') center no-repeat;
    background-size: cover;
    z-index: 1;
    display: block;
    border-top-left-radius: 25px;
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
}
.services.v2:after {
    background: url('../img/the-process-2.jpg') center no-repeat;
    background-size: cover;
}

.services.v3:after {
    background: url('../img/how-it-works-2.jpg') center no-repeat;
    background-size: cover;
}

/* REVIEWS */
.reviews {
    display: block;
    padding: 120px 0 80px 0;
    position: relative;
    background: url('../img/reviews-bg.jpg') center no-repeat;
    background-size: cover;
}
.reviews:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f3f4;
    content: ' ';
    z-index: 0;
    opacity: 1.9;
}
.reviews .container {
    position: relative;
    z-index: 1;
}
.reviews .title {
    margin-bottom: 20px;
}
.reviews .review-box {
    display: block;
    margin-top: 80px;
    background: #fff;
    border-radius: 6px;
    padding: 35px;
    position: relative;
}
.reviews .review-box .person-avatar {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: -85px auto 35px auto;
    box-shadow: rgba(0,0,0,0.2) 0 5px 25px;
}
.reviews .review-box p {
    text-align: center;
    position: relative;
    padding-bottom: 60px;
    font-weight: 300;
}
.reviews .review-box p:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url('../img/quote.png') center no-repeat;
    background-size: contain;
    content: ' ';
    margin: auto;
    filter: grayscale(100%);
    opacity: 0.5;
}
.reviews .review-box h4 {
    display: block;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}
.reviews .review-box h5 {
    text-align: center;
    display: block;
    margin: 0;
    font-size: 14px;
    color: #7a7a7a;
}
.reviews .logos {
    display: block;
}
.reviews .logos .company {
    max-width: 80%;
    margin: auto;
    margin-top: 25px;
    display: block;
    filter: grayscale(100%);
    transition: 0.1s ease all;
}
.reviews .logos .company:hover,
.reviews .logos .company:focus {
    filter: grayscale(0%);
}

/* PLANS */
.plans {
    display: block;
    position: relative;
    padding: 80px 0;
}
.plans.bottom-grey-line .container {
    position: relative;
    z-index: 1;
}
.plans .title {
    margin-bottom: 20px;
}
.plans .plan {
    display: block;
    margin-top: 30px;
    text-align: center;
    padding: 40px 35px;
    border-radius: 8px;
    position: relative;
    background: #fff;
    box-shadow: rgba(0,0,0,0.075) 0 15px 35px;
    overflow: hidden;
}
.plans .plan.recommended:after {
    position: absolute;
    top: 25px;
    right: -45px;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform-origin: center;
    transform: rotate(45deg);
    font-size: 11px;
    font-weight: 600;
    background: red;
    color: #fff;
    content: 'Recommended';
}
.plans .plan .plan-title {
    font-weight: 600;
    font-size: 13px;
    color: #7a7a7a;
}
.plans .plan .plan-price {
    display: block;
    font-size: 48px;
    font-weight: 300;
    color: #212529;
    padding: 20px 0;
}
.plans .plan .plan-options {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.plans .plan .plan-options li:first-child {
    padding-top: 0;
}
.plans .plan .plan-options li:last-child {
    padding-bottom: 0;
}
.plans .plan .plan-options li {
    display: block;
    padding: 12px 0;
    font-size: 14px;
}
.plans .plan .plan-options li + li {
    border-top: 1px solid #eee;
}
.plans .plan .plan-buy {
    display: block;
    padding: 30px 0 0 0;
}
.plans .plan.dark {
    background: #333;
}
.plans .plan.dark .plan-title {
    color: rgba(255,255,255,0.5);
}
.plans .plan.dark .plan-price {
    color: #fff;
}
.plans .plan.dark .plan-options li {
    color: rgba(255,255,255,0.75);
    border-top-color: rgba(255,255,255,0.1);
}
.plans .plan.dark .btn-primary:hover,
.plans .plan.dark .btn-primary:focus {
    background: #444 !important;
    border-color: #444 !important;
}
.plans .plan.dark .btn-primary:active {
    background: #666 !important;
    border-color: #666 !important;
}

/* FOOTER */
footer {
    display: block;
    padding: 40px 0;
    border-top: 1px solid #eee;
    background: #fff;
}
footer .logo {
    display: inline-block;
}
footer .logo img {
    filter: brightness(0);
    height: 50px;
}
footer ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li {
    display: inline-block;
    margin-right: 9px;
    padding-right: 9px;
    border-right: 1px solid #aaa;
    font-size: 12px;
}
footer ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
footer ul li a {
    color: #222;
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active {
    color: #FFB20F;
}
footer ul.socials {
    text-align: right;
}
footer ul.socials li {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    margin-left: 6px;
    padding-left: 6px;
}
footer ul.socials li a img {
    filter: brightness(0);
    width: 20px;
    opacity: 0.25;
    transition: 0.2s ease all;
}
footer ul.socials li a:hover img {
    opacity: 1;
}
footer p {
    margin: 5px 0 0 0;
    opacity: 0.65;
    font-size: 11px !important;
}

/* PAGE HEADER */
.page-header {
    display: block;
    position: relative;
    padding: 160px 0 100px 0;
}
.page-header img.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-position: center top;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}
.page-header img.page-header-bg.centered {
    object-position: center;
}
.page-header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: ' ';
    z-index: 1;
    opacity: 0.35;
}
.page-header.lighter:after {
    opacity: 0;
}
.page-header .container {
    position: relative;
    z-index: 2;
}
.page-header h3 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}
.page-header p {
    color: rgba(255,255,255,0.75);
    margin-bottom: 0;
}

/* FAQ */
.faq {
    display: block;
    padding: 40px 0 140px 0;
    background: #f9f9f9;
}
.faq.pt-50 {
    padding-top: 100px;
}
.faq .title {
    margin-bottom: 20px;
}
.faq .faq-item {
    display: block;
    margin-top: 40px;
}
.faq .faq-item img {
    display: inline-block;
    vertical-align: top;
    width: 64px;
    height: 64px;
}
.faq .faq-item .question-icon {
    width: 32px;
    height: 32px;
    border: 3px solid #FFB20F;
    background: #FFB20F;
    color: #333;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    text-align: center;
    line-height: 28px;
    font-weight: 600;
}
.faq .faq-item .info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 69px);
    padding-left: 15px;
}
.faq .faq-item .info h4 {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.faq .faq-item .info p,
.faq .faq-item .info ul li {
    font-size: 13px;
    line-height: 18px;
    color: #7a7a7a;
    margin: 0;
}
.faq .faq-item .info ul {
    margin-left: 0;
    padding-left: 20px;
    padding-top: 10px;
}
.faq .faq-item .info ul li {
    margin-top: 5px;
}

/* CONTACT */
.contact {
    display: block;
    padding: 80px 0;
    position: relative;
}
.contact:after {
    position: absolute;
    top: -50px;
    right: 0;
    width: 54%;
    height: calc(100% + 50px);
    z-index: 0;
    content: ' ';
    background: url('../img/map.jpg') center no-repeat;
    background-size: cover;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.contact .title {
    margin-bottom: 20px;
}
.contact .contact-item {
    margin-top: 25px;
}
.contact .contact-item img {
    filter: brightness(0);
    opacity: 0.5;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
}
.contact .contact-item .info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 37px);
    padding-left: 10px;
}
.contact .contact-item .info span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    color: #7a7a7a;
}
.contact .contact-item .info p {
    margin: 0;
    font-size: 14px;
}

/* CONTENT PAGE */
.content-page {
    display: block;
    padding: 100px 0 0 0;
}
.content-page.v2 {
    padding: 100px 0;
}
.content-page .feature {
    min-height: 400px;
    margin-bottom: -50px;
}
.content-page .feature.small {
    margin-bottom: 0;
    max-width: 100%;
    min-height: 230px;
    position: relative;
    text-align: left;
    padding-left: 105px;
    padding-right: 25px;
}
.content-page .feature.small .icon {
    position: absolute;
    top: 20px;
    left: 10px;
}
.content-page .feature.small h3 {
    margin-top: 0;
}

/* TEXT SECTION */
.text-section {
    padding: 120px 0 80px 0;
    background: #f9f9f9;
}
.text-section.v2 {
    padding: 80px 0 120px 0;
}
.text-section hr {
    margin: 40px 0;
    opacity: 0.5;
}
.text-section h3 {
    font-weight: 600;
    font-size: 24px;
}
.text-section p {
    font-size: 14px;
    margin: 0;
}
.text-section p + p {
    margin-top: 15px;
}

/* CTA */
.cta {
    display: block;
    padding: 60px 0;
    background: #FFB20F;
}
.cta h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}

/* TEAM MEMBERS */
.team-members {
    display: block;
    position: relative;
    padding: 80px 0;
}
.team-members .team-member {
    display: block;
    margin-top: 50px;
    background: #fff;
    border-radius: 6px;
    padding: 35px;
    position: relative;
    min-height: 450px;
    box-shadow: rgba(0,0,0,0.075) 0 15px 30px;
}
.team-members .team-member .avatar {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: -85px auto 25px auto;
}
.team-members .team-member h4 {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    margin-bottom: 3px;
}
.team-members .team-member h5 {
    font-weight: 400;
    text-align: center;
    font-size: 11px;
    color: #7a7a7a;
    margin: 0 0 15px 0;
}
.team-members .team-member p {
    text-align: center;
    position: relative;
    font-size: 13px;
    color: #7a7a7a;
    text-align: justify;
}

/* WIDE MAP */
.wide-map {
    display: block;
    width: 100%;
    height: auto;
    user-select: none;
    pointer-events: none;
}
.wide-map img {
    width: 100%;
    height: auto;
}

/* CONTACT FORM */
.contact-page {
    display: block;
    padding: 80px 0;
}
.contact-page .title {
    margin-bottom: 30px;
}
.contact-page form .form-group label {
    display: block;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 14px;
}
.contact-page form .form-group .form-control {
    background: #f9f9f9;
    border-color: transparent;
    padding: 12px 15px;
    transition: 0.2s ease all;
    max-width: 80%;
}
.contact-page form .form-group .form-control:focus {
    background: #f2f3f4;
    border-color: transparent;
    box-shadow: none;
}
.contact-page form .form-group textarea.form-control {
    min-height: 120px;
    max-width: 100%;
}
.contact-page .contact-item + .contact-item {
    margin-top: 35px;
}
.contact-page .contact-item img {
    width: 64px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    filter: grayscale(100%);
    opacity: 0.25;
}
.contact-page .contact-item .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 69px);
    padding-left: 15px;
}
.contact-page .contact-item .info span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    color: #7a7a7a;
}
.contact-page .contact-item .info b {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

/* STEPS */
.steps {
    display: block;
    padding: 120px 0 80px 0;
    position: relative;
}
.steps:before {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
    content: ' ';
    z-index: 0;
}
.steps .step:before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 10px solid #f2f3f4;
    background: #FFB20F;
    border-radius: 50%;
    content: ' ';
    z-index: 1;
}
.steps .step {
    display: block;
    position: relative;
    padding-top: 40px;
}
.steps .step span {
    font-weight: 700;
    font-size: 56px;
    display: block;
    margin: -15px 0 -5px 0;
    color: #bbb;
    display: block;
    opacity: 0.2;
}
.steps .step h3 {
    font-weight: 600;
    font-size: 18px;
}
.steps .step p {
    font-size: 13px;
    margin: 0;
    color: #7a7a7a;
}

/* MINI PRICING */
.mini-pricing {
    display: block;
    padding: 0 0 100px 0;
}
.mini-pricing h4 {
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 600;
}
.mini-pricing h2 {
    font-weight: 600;
    font-size: 48px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.mini-pricing h2 span {
    font-size: 12px;
    font-weight: 400;
    color: #7a7a7a;
    display: inline-block;
    background: #f2f3f4;
    padding: 3px 7px;
    position: absolute;
    border-radius: 4px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
}
.mini-pricing p {
    font-size: 13px;
    color: #7a7a7a;
}

/* ISO SECTION */
.iso-verified {
    display: block;
    padding: 100px 0;
}

/* SMALL SCREENS */
@media (min-width: 992px) and (max-width:1199px) {
    .feature p {
        font-size: 11px;
    }
    .team-members .team-member p {
        font-size: 11px;
    }
}

/* TABLETS */
@media (min-width: 768px) and (max-width: 991px) {
    .main-slider h2 {
        font-size: 36px;
        line-height: 36px;
    }
    .main-slider h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .features:before {
        bottom: -1px;
    }
    .feature {
        max-width: 100%;
        padding: 20px;
    }
    .feature p {
        font-size: 11px;
    }
    .title h3 {
        font-size: 30px;
        line-height: 32px;
    }
    .title p {
        font-size: 14px;
    }
    .services .title h5 {
        font-size: 24px;
    }
    .services .btn + .btn {
        margin-top: 15px;
    }
    .reviews .review-box .person-avatar {
        width: 60px;
        height: 60px;
        margin-top: -65px;
        box-shadow: none;
    }
    .reviews .review-box {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .reviews .review-box p {
        font-size: 14px;
    }
    footer {
        padding: 25px 0;
    }
    footer .logo img {
        height: 40px;
    }
    footer ul li {
        font-size: 11px;
        margin-right: 5px;
        padding-right: 5px;
    }
    .page-header h3 {
        font-size: 30px;
    }
    .content-page .feature.small {
        min-height: auto;
        margin-top: 15px;
    }
    .content-page .feature.small .icon {
        width: 64px;
        height: 64px;
        line-height: 64px;
        bottom: 0;
        top: 0;
        margin: auto;
        left: 25px;
    }
    .content-page .feature.small .icon img {
        width: 48px;
        height: 48px;
    }
    .steps .step p {
        font-size: 11px;
    }
    .text-section h3 {
        font-size: 20px;
    }
    .text-section p {
        font-size: 13px;
    }
    .contact:after {
        display: none;
    }
    .contact .contact-item {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        text-align: left;
        margin-bottom: 15px;
    }
    .team-members .team-member {
        height: auto;
    }
    .contact-page form .form-group .form-control {
        max-width: 100%;
    }
    .contact-page .contact-item img {
        width: 32px;
        height: 32px;
    }
}

/* SMART PHONES */
@media (max-width: 767px) {
    .navbar-dark {
        padding: 20px 15px !important;
    }
    .navbar-dark.active {
        padding: 10px 15px !important;
        top: 0;
        left: 0;
    }
    .navbar-dark .navbar-toggler {
        border-color: transparent;
    }
    .navbar-dark.active .navbar-toggler {
        filter: invert(1);
    }
    .navbar .dropdown-wrapper {
        width: 100%;
    }
    .navbar .dropdown-wrapper:after {
        display: none;
    }
    .navbar:not(.active) .navbar-collapse {
        background: rgba(0,0,0,0.75);
        padding: 15px;
        border-radius: 5px;
        backdrop-filter: blur(3px);
    }
    .navbar .dropdown-menu {
        padding: 0;
        background: none;
        border: none;
        box-shadow: none !important;
    }
    .navbar .dropdown-wrapper .dropdown-item {
        text-align: left;
        position: relative;
        padding-left: 70px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar .dropdown-wrapper .dropdown-item:hover,
    .navbar .dropdown-wrapper .dropdown-item:focus {
        background: rgba(0,0,0,0.5);
    }
    .navbar.active .dropdown-wrapper .dropdown-item:hover,
    .navbar.active .dropdown-wrapper .dropdown-item:focus {
        background: #f2f3f4;
    }
    .navbar .dropdown-wrapper .dropdown-item img {
        position: absolute;
        top: 10px;
        left: 0;
        width: 48px;
        height: 48px;
        left: 10px;
    }
    .navbar.active .dropdown-wrapper .dropdown-item b {
        color: #333;
        margin: 0;
    }
    .navbar.active .dropdown-wrapper .dropdown-item p {
        color: rgba(0,0,0,0.75);
    }
    .navbar .dropdown-wrapper .dropdown-item b {
        color: #fff;
    }
    .navbar .dropdown-wrapper .dropdown-item p {
        color: rgba(255,255,255,0.75);
    }
    .main-slider {
        padding: 150px 0 100px 0;
    }
    .main-slider h2 {
        font-size: 36px;
        line-height: 36px;
    }
    .main-slider h3 {
        font-size: 18px;
        line-height: 22px;
        padding-right: 35%;
    }
    .features:before {
        bottom: -1px;
    }
    .feature {
        max-width: 100%;
        padding: 20px;
        min-height: auto;
        margin-top: 15px;
    }
    .feature p {
        font-size: 11px;
    }
    .title h3 {
        font-size: 30px;
        line-height: 32px;
    }
    .title p {
        font-size: 14px;
    }
    .services {
        margin-bottom: 125px;
        padding-bottom: 125px;
    }
    .services:after {
        width: 100%;
        height: 250px;
        bottom: -180px;
        left: 0;
        right: 0;
        clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
    }
    .reviews {
        padding: 80px 0;
    }
    .reviews .logos .company {
        max-width: 90%;
    }
    footer {
        text-align: center;
    }
    footer .logo {
        margin-bottom: 15px;
    }
    footer ul:not(.socials) li {
        display: block;
        text-align: center;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        padding: 5px 0;
    }
    footer p {
        margin: 25px 0 30px 0;
    }
    footer ul.socials {
        text-align: center;
    }
    footer ul.socials li a img {
        opacity: 1;
    }
    .page-header p {
        padding-right: 30%;
    }
    .content-page .feature.small {
        min-height: auto;
    }
    .steps {
        padding-top: 70px;
    }
    .steps .step {
        padding-top: 0;
        padding-left: 50px;
        margin-top: 35px;
    }
    .steps .step span {
        height: 40px;
        margin-bottom: 35px;
    }
    .steps:before {
        left: 30px;
        width: 1px;
        height: 100%;
        top: 0;
        bottom: auto;
    }
    .steps .step:before {
        top: 25px;
    }
    .contact {
        padding-bottom: 250px;
    }
    .contact:after {
        width: 100%;
        height: 200px;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .text-section.v2 {
        padding: 80px 0;
    }
    .faq {
        padding: 0px 0 80px 0;
    }
    .content-page .feature {
        min-height: auto;
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .text-section {
        padding: 80px 0;
    }
    .cta h3 {
        text-align: center;
        margin-bottom: 40px;
    }
    .contact-page form {
        margin-bottom: 30px;
    }
    .contact-page form .form-group .form-control {
        max-width: 90%;
    }
    .iso-verified {
        padding: 60px 0;
    }
}
