/**
 * Theme Name: Kenneth Dolin
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: The Kenneth Dolin theme
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: kennethdolin.com
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
@font-face {
    font-family: 'Poppins-Medium';
    src: url('assets/fonts/Poppins-Medium.woff2') format('woff2'),
        url('assets/fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('assets/fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('assets/fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Italic';
    src: url('assets/fonts/Poppins-Italic.woff2') format('woff2'),
        url('assets/fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-BoldItalic';
    src: url('assets/fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('assets/fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-LightItalic';
    src: url('assets/fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('assets/fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-BlackItalic';
    src: url('assets/fonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('assets/fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-ExtraLightItalic';
    src: url('assets/fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('assets/fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Black';
    src: url('assets/fonts/Poppins-Black.woff2') format('woff2'),
        url('assets/fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-ExtraBoldItalic';
    src: url('assets/fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('assets/fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-MediumItalic';
    src: url('assets/fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('assets/fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-ExtraLight';
    src: url('assets/fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('assets/fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Light';
    src: url('assets/fonts/Poppins-Light.woff2') format('woff2'),
        url('assets/fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('assets/fonts/Poppins-Bold.woff2') format('woff2'),
        url('assets/fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('assets/fonts/Poppins-Regular.woff2') format('woff2'),
        url('assets/fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-ThinItalic';
    src: url('assets/fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('assets/fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Thin';
    src: url('assets/fonts/Poppins-Thin.woff2') format('woff2'),
        url('assets/fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-SemiBoldItalic';
    src: url('assets/fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('assets/fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('assets/fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-Italic';
    src: url('assets/fonts/Urbanist-Italic.woff2') format('woff2'),
        url('assets/fonts/Urbanist-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-ExtraLight';
    src: url('assets/fonts/Urbanist-ExtraLight.woff2') format('woff2'),
        url('assets/fonts/Urbanist-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-BlackItalic';
    src: url('assets/fonts/Urbanist-BlackItalic.woff2') format('woff2'),
        url('assets/fonts/Urbanist-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-Black';
    src: url('assets/fonts/Urbanist-Black.woff2') format('woff2'),
        url('assets/fonts/Urbanist-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-ExtraLightItalic';
    src: url('assets/fonts/Urbanist-ExtraLightItalic.woff2') format('woff2'),
        url('assets/fonts/Urbanist-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-ExtraBold';
    src: url('assets/fonts/Urbanist-ExtraBold.woff2') format('woff2'),
        url('assets/fonts/Urbanist-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-Bold';
    src: url('assets/fonts/Urbanist-Bold.woff2') format('woff2'),
        url('assets/fonts/Urbanist-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-BoldItalic';
    src: url('assets/fonts/Urbanist-BoldItalic.woff2') format('woff2'),
        url('assets/fonts/Urbanist-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-ExtraBoldItalic';
    src: url('assets/fonts/Urbanist-ExtraBoldItalic.woff2') format('woff2'),
        url('assets/fonts/Urbanist-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-MediumItalic';
    src: url('assets/fonts/Urbanist-MediumItalic.woff2') format('woff2'),
        url('assets/fonts/Urbanist-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-Light';
    src: url('assets/fonts/Urbanist-Light.woff2') format('woff2'),
        url('assets/fonts/Urbanist-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-ThinItalic';
    src: url('assets/fonts/Urbanist-ThinItalic.woff2') format('woff2'),
        url('assets/fonts/Urbanist-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-LightItalic';
    src: url('assets/fonts/Urbanist-LightItalic.woff2') format('woff2'),
        url('assets/fonts/Urbanist-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-SemiBoldItalic';
    src: url('assets/fonts/Urbanist-SemiBoldItalic.woff2') format('woff2'),
        url('assets/fonts/Urbanist-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-Regular';
    src: url('assets/fonts/Urbanist-Regular.woff2') format('woff2'),
        url('assets/fonts/Urbanist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-Thin';
    src: url('assets/fonts/Urbanist-Thin.woff2') format('woff2'),
        url('assets/fonts/Urbanist-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-Medium';
    src: url('assets/fonts/Urbanist-Medium.woff2') format('woff2'),
        url('assets/fonts/Urbanist-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-SemiBold';
    src: url('assets/fonts/Urbanist-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Urbanist-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins-Regular', Arial, sans-serif;
}
header {
    background-color: #fff;
    padding: 25px 0;
    border-bottom: 1px rgba(0,0,0,0.1) solid;
}
header .header-wrapper {
    padding-left: 100px;
    padding-right: 100px;
}
header .nav-logo .navbar-brand {
    font-family: 'Poppins-SemiBold', Arial, sans-serif;
    font-size: 69px;
    line-height: 69px;
    letter-spacing: -4px;
    color: #000;
}
header .navbar-nav {
    margin-left: auto;
    font-family: 'Poppins-SemiBold', Arial, sans-serif;
    font-size: 18px;
    line-height: 69px;
    letter-spacing: 1px;
    color: #000;
    padding: 0;
}
header .navbar {
    padding: 0;
}
header .navbar-toggler {
    display: none;
}
header .navbar-nav .menu-item {
    padding: 0 3px;
}
header .navbar-nav .menu-item .nav-link {
    color: #000;
    padding-left: 14px;
    padding-right: 14px;
}
header .navbar-nav .menu-item.menu-styled .nav-link {
    background-color: #000;
    color: #fff;
}
.masthead {
    padding: 50px 0;
}
.masthead h4 {
    font-family: 'Urbanist-Regular', Arial, sans-serif;
    font-size: 30px;
    line-height: 35px;
    color: #000;
    margin: 0;
}
.image-items .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.row-0 {
    margin-left: 0;
    margin-right: 0;
}
.row-0 .col-lg-6 {
    padding-right: 0;
    padding-left: 0;
}
.inner-wrapper {
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
}
.text-video {
    padding: 70px 0;
}
.text-video h3 {
    font-family: 'Urbanist-Bold', Arial, sans-serif;
    font-size: 35px;
    line-height: 45px;
    color: #000;
    margin: 0 0 25px;
}
.text-video p {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0 0 15px;
}
.v-center {
    margin-top: auto;
    margin-bottom: auto;
}
.items-list {
    padding: 70px 0;
    background-color: #797979;
}
.items-list h3 {
    font-family: 'Urbanist-Bold', Arial, sans-serif;
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    margin: 0 0 25px;
}
.items-list ul {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    margin: 0 0 15px;
    padding-left: 40px;
    list-style: none;
}
.video-image {
    padding: 70px 0;
}
.video-image h2 {
    font-family: 'Urbanist-Bold', Arial, sans-serif;
    font-size: 45px;
    line-height: 55px;
    color: #000;
    margin: 0 0 25px;
}
.video-image p {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 10px 0 0;
}
.video-image .inner-col {
    margin: 0 0 30px;
}
.contact {
    padding: 70px 0;
}
.contact h4 {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin: 0 0 40px;
}
.contact .btn-styled {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0 0 20px;
    padding: 35px 120px;
    border: 1px #000 solid;
    border-radius: 0;
    margin: 0 0 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact .btn-styled:hover,
.contact .btn-styled:focus,
.contact .btn-styled:active {
    background-color: #000;
    color: #fff;
}
.contact .wpcf7-form {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}
.contact .wpcf7-form input,
.contact .wpcf7-form textarea {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 20px;
    color: #000;
    border: none;
    background-color: #f7f7f7;
    width: 100%;
}
.contact .wpcf7-form input[type="submit"] {
    width: auto;
    padding: 16px 20px;
    color: #fff;
    background-color: #000;
    border: 1px #000 solid;
    cursor: hand;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact .wpcf7-form input[type="submit"]:hover,
.contact .wpcf7-form input[type="submit"]:focus,
.contact .wpcf7-form input[type="submit"]:active {
    background-color: #fff;
    color: #000;
}
.contact .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}
.contact address {
    text-align: center;
}
.contact address a {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-decoration: underline;
}
.contact address p {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 0 0 5px;
}
.contact address p:last-child a {
    font-family: 'Poppins-Bold', Arial, sans-serif;
}
.text-image {
    padding: 70px 0;
}
.text-image h3 {
    font-family: 'Urbanist-Bold', Arial, sans-serif;
    font-size: 45px;
    line-height: 55px;
    color: #000;
    margin: 0 0 25px;
}
.text-image p {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0 0 25px;
}
.text-image h4 {
    font-family: 'Urbanist-Bold', Arial, sans-serif;
    font-size: 45px;
    line-height: 55px;
    color: #000;
    margin: 0; 
}
.text-image h4 span {
    display:inline-block;
    padding: 0 0 25px;
    background: url("assets/img/styler.png") no-repeat left bottom;
}
.text-image img {
    margin-bottom: 15px;
}
.h-section {
    padding: 70px 0;
    background-color: #d9d9d9;
}
.h-section h2 {
    font-family: 'Urbanist-Bold', Arial, sans-serif;
    font-size: 65px;
    line-height: 75px;
    text-align: center;
    color: #000;
    margin: 0 0 50px; 
}
.h-section ol {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0 0 20px; 
}
.h-section ol li {
    margin: 0 0 10px;
}
.h-section img {
    margin: 0 0 15px;
}
.h-section img:last-child {
    margin: 0;
}
.h-section .col-wrapper {
    padding: 0 100px;
}
.left-right-col {
    padding: 35px 0;
}
.left-right-col h2 {
    font-family: 'Urbanist-Bold', Arial, sans-serif;
    font-size: 45px;
    line-height: 55px;
    text-align: left;
    color: #000;
    margin: 0 0 50px;
}
.left-right-col h4 {
    font-family: 'Urbanist-Bold', Arial, sans-serif;
    font-size: 35px;
    line-height: 45px;
    text-align: left;
    color: #000;
    margin: 0 0 50px;
}
.left-right-col p {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000;
    margin: 0 0 15px;
}
.left-right-col p a {
    color: #000;
    text-decoration: underline;
}
.left-right-col.styled {
    background-color: #000;
}
.left-right-col.styled h2,
.left-right-col.styled h4,
.left-right-col.styled p {
    color: #fff;
}
.left-right-col.styled .bottom-area {
    padding-top: 40px;
}
.bottom-img {
    width: 100%;
    height: auto;
}
.quotes {
    padding: 70px 0;
}
.quotes h3 {
    font-family: 'Urbanist-SemiBold', Arial, sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #000;
    margin: 0 0 50px;
}
.quotes .circle {
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: url("assets/content/nina+nelson.jpg") no-repeat left top;
    background-size: 100% auto;
    margin-left: auto;
    margin-right: auto;
}
.quotes .items blockquote {
    font-family: 'Urbanist-SemiBold', Arial, sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #000;
    margin: 0;
}
.quotes .items blockquote span {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
}
.quotes .small-items {
    margin-top: 40px;
}
.quotes .small-items blockquote {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0 0 15px;
}
.quotes .small-items h4 {
    font-family: 'Urbanist-SemiBold', Arial, sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #000;
    margin: 0;
}
.quotes .small-items .inner-box {
    margin: 0 0 30px;
}
.quotes .quote-block {
    margin-top: 40px;
}
.news-area {
    padding: 50px 0;}
.news-area .main-title {
    font-family: 'Urbanist-Bold', Arial, sans-serif;
    font-size: 45px;
    line-height: 55px;
    color: #1f2937;
    margin: 0 0 40px;
}
.ebox {
    margin-bottom: 30px;}
.ebox img {
    width: 100%;
    height: auto; 
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4); }
.ebox h4 {
    font-family: 'Urbanist-SemiBold', Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #4b5563;
    margin: 0 0 10px;}
.ebox h3 {
    font-family: 'Urbanist-SemiBold', Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1f2937;
    margin: 0 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.ebox h3 a {
    color: #1f2937;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.ebox h3:hover a,
.ebox h3:focus a,
.ebox h3:active a {
    color: #196fa4;
    text-decoration: none; }
.ebox p {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #4b5563;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.single article {
  padding: 50px 0;
}
.single article {
    padding: 50px 0;}
.single article h1,
.single article h2,
.single article h3,
.single article h4,
.single article h5,
.single article h6 {
   font-family: "Urbanist-SemiBold", Arial, sans-serif;
   color: #000;
   margin: 0 0 25px;}
.single article h1 {
  font-family: "Urbanist-SemiBold", Arial, sans-serif;
  font-size: 45px;
  line-height: 55px; }
.single article h3 {
      font-family: "Urbanist-SemiBold", Arial, sans-serif;
      font-size: 28px;
      line-height: 41px;
      color: #000;
      margin: 0 0 15px; }
    .single article .img-featured {
        width: 100%;
        height: auto;
        margin-bottom: 10px; }
    .single article time {
      font-family: "Poppins-Regular", Arial, sans-serif;
      font-size: 16px;
      line-height: 28px;
      color: rgba(22, 60, 84, 0.92);
      margin: 0 0 20px;
      display: block; }
    .single article p,
    .single article ul,
    .single article table {
      font-family: "Poppins-Regular", Arial, sans-serif;
      font-size: 16px;
      line-height: 28px;
      color: #000;
      margin: 0 0 20px;
      display: block; }
    .single-area article strong {
      font-weight: 400;
      font-family: "Poppins-Regular", Arial, sans-serif; }
footer {
    background-color: #797979;
    padding: 50px 0;
}
footer .inner-wrapper {
    padding-left: 100px;
    padding-right: 100px;
}
footer .widget h4 {
    font-family: 'Poppins-Bold', Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin: 0 0 15px;
}
footer .widget p {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    margin: 0;
}
footer .widget h3 {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin: 0 0 15px;
}
footer .widget h2 {
    font-family: 'Urbanist-Regular', Arial, sans-serif;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    margin: 0 0 15px;
}
footer .widget ul {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}
footer .widget ul li {
    margin: 0 0 5px;
}
footer .widget ul li a {
    color: #fff;
}
footer .widget form {
    width: 552px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
footer .widget form .form-wrapper {
    padding-right: 150px;
    position: relative;
}
footer .widget form label {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    margin: 0 0 20px;
}
footer .widget form input {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    background-color: #fff;
    color: rgba(0,0,0,0.5);
    padding: 20px;
    margin: 0;
    width: 100%;
    border: none;

}
footer .widget form input[type="submit"] {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin: 0;
    width: 140px;
    height: 64px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 3px #000 solid;
    z-index: 200;
}
footer p {
    font-family: 'Poppins-Regular', Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin: 40px 0 0 0;
}
footer .socials {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    margin: 35px 0 0;
}
footer .socials li a {
    color: #fff;
}
@media (max-width: 1650px) {
    footer .widget form {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    header .navbar-toggler {
        display: block;
        position: absolute;
        top: 4px;
        right: 70px;
        z-index: 1200;
    }
    header .nav-logo .navbar-brand {
        font-size: 50px;
        line-height: 50px;
    }
    header .navbar-nav {
        line-height: 35px;
        text-align: center;
    }
    header .navbar {
       background-color: #fff;
    }
    .masthead {
        min-height: 700px;
    }
    .inner-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    .left-right-col h2 {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 20px;
    }
    .left-right-col h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .text-video {
        padding: 40px 0;
    }
    .text-video h3 {
        font-size: 30px;
        line-height: 39px;
    }
    .text-video .embed-responsive {
        margin-top: 15px;
    }
    .items-list {
        padding: 40px 0;
    }
    .items-list h3 {
        font-size: 30px;
        line-height: 39px;
    }
    .items-list ul {
        padding-left: 30px;
    }
    .video-image {
        padding: 40px 0;
    }
    .video-image h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .text-image {
        padding: 40px 0;
    }
    .text-image h3 {
        font-size: 30px;
        line-height: 39px;
    }
    .text-image h4 {
        font-size: 35px;
        line-height: 45px;
    }
    .h-section {
        padding: 40px 0;
        background-color: #d9d9d9;
    }
    .h-section h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .h-section .col-wrapper {
        padding: 0 50px;
    }
    .quotes {
        padding: 40px 0;
    }
    .quotes .circle {
        width: 290px;
        height: 290px;
    }
    .quotes .items blockquote {
        font-size: 25px;
        line-height: 35px;
    }
    .quotes .small-items h4 {
        font-size: 20px;
        line-height: 27px;
    }
    .contact {
        padding: 40px 0;
    }
}
@media (max-width: 992px) {
    header {
        padding: 5px 0;
    }
    .masthead {
        min-height: 500px;
    }
    .masthead .container-fluid {
        top: 100px;
        left: 0;
        width: 100%;
    }
    .text-video {
        padding: 25px 0;
    }
    .items-list {
        padding: 25px 0;
        text-align: center;
    }
    .text-image {
        padding: 25px 0;
    }
    .text-image img {
        margin-top: 15px;
    }
    .h-section {
        padding: 25px 0;
    }
    .h-section h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .h-section .col-wrapper {
        padding: 0 25px;
    }
    .left-right-col {
        padding: 25px 0;
    }
    .left-right-col img {
        margin-bottom: 15px;
    }
    .inner-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
    .quotes {
        padding: 25px 0;
    }
    .quotes .items blockquote {
        font-size: 23px;
        line-height: 32px;
    }
    .quotes .circle {
        margin-bottom: 15px;
    }
    .contact {
        padding: 25px 0;
    }
    .contact .wpcf7-form {
        margin-bottom: 70px;
    }
    .news-area {
        padding: 25px 0;}
    .news-area .main-title {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 30px;
    }
    .ebox {
        margin-bottom: 15px;}
    .single article h1 {
        font-size: 30px;
        line-height: 39px; }
    footer {
        padding: 25px 0;
        text-align: center;
    }
    footer .socials {
        margin: 35px 0;
    }
}
@media (max-width: 767px) {
    .masthead {
        min-height: 400px;
    }
    .masthead h4 {
        font-size: 25px;
        line-height: 32px;
    }
    .text-video h3 {
        font-size: 27px;
        line-height: 35px;
    }
    .items-list h3 {
        font-size: 27px;
        line-height: 35px;
    }
    .video-image {
        padding: 25px 0;
    }
    .video-image h2 {
        font-size: 30px;
        line-height: 39px;
    }
    .text-image h3 {
        font-size: 27px;
        line-height: 35px;
    }
    .h-section h2 {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 30px;
    }
    .left-right-col h4 {
        margin: 0 0 25px;
    }
    .news-area .main-title {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 30px;
    }
    footer .socials {
        margin: 25px 0;
    }
    footer .widget form .form-wrapper {
        padding-right: 100px;
    }
    footer .widget form input[type="submit"] {
        width: 90px;
        padding: 0;
    }
    footer .widget {
        margin: 0 0 25px;
    }
    footer p {
        margin: 25px 0 0;
    }
}
@media (max-width: 480px) {
    .inner-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    header .nav-logo .navbar-brand {
        font-size: 30px;
        line-height: 39px;
        letter-spacing: 1px;
    }
    header .navbar-toggler {
        top: -3px;
        right: 0;
    }
    .masthead {
        min-height: 250px;
    }
    .masthead .container-fluid {
        top: 55px;
      }
    .items-list ul {
        padding-left: 0;
    }
    .h-section h2 {
        font-size: 27px;
        line-height: 35px;
        margin: 0 0 15px;
    }
    .h-section .col-wrapper {
        padding: 0;
    }
    .left-right-col h2 {
        font-size: 27px;
        line-height: 35px;
        margin: 0 0 15px;
    }
    .quotes .quote-block {
        margin-top: 20px;
    }
    .quotes h3 {
        font-size: 30px;
        line-height: 39px;
    }
    .quotes .items blockquote {
        font-size: 20px;
        line-height: 27px;
    }
    .quotes .small-items {
        margin-top: 20px;
    }
    .quotes .small-items h4 {
        font-size: 18px;
        line-height: 25px;
    }
    footer .inner-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}