body {
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

h1.font-weight-bold, h2.font-weight-bold, h3.font-weight-bold, h4.font-weight-bold, h5.font-weight-bold, h6.font-weight-bold {
    font-weight: 600 !important;
}

.btn {
    padding: 15px 32px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
}

.btn_round {
    border-radius: 30px;
}

.btn_outline_custom {
    border: 2px solid #f5f5f5;
    color: #ffffff;
}

.btn_outline_custom:hover, .btn_outline_custom:focus, .btn_outline_custom:active, .btn_outline_custom.active, .btn_outline_custom.focus, .btn_outline_custom:active, .btn_outline_custom:focus, .btn_outline_custom:hover, .open > .dropdown-toggle.btn_outline_custom {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn_custom {
    border: 1px solid #1d9065;
    color: #fff;
    background-color: #1d9065;
}

.btn_custom:hover, .btn_custom:focus, .btn_custom:active, .btn_custom.active, .btn_custom.focus, .btn_custom:active, .btn_custom:focus, .btn_custom:hover, .open > .dropdown-toggle.btn_custom {
    color: #f3f3f3;
    background-color: #1d9065;
    border-color: #1d9065;
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

a, a:hover, a:focus, button {
    text-decoration: none !important;
    outline: none !important;
}

.custom-nav {
	padding: 15px 0px;
	width: 100%;
	border-radius: 0px;
	z-index: 999;
	margin-bottom: 0px;
	transition: all 0.5s ease-in-out;
}

.stickyadd.custom-nav {
    margin-top: 0px;
    padding: 8px 0px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom-nav .navbar-nav li a {
    color: #fff;
    font-size: 15px;
    background-color: transparent !important;
    padding: 15px 0;
    margin: 0 7px;
    transition: all 0.4s;
}

.stickyadd.custom-nav .navbar-nav li a {
    color: rgba(0, 0, 0, 0.75);
}

.custom-nav .navbar-nav li.active a, .custom-nav .navbar-nav li a:hover, .custom-nav .navbar-nav li a:active {
    color: #1ba974 !important;
}

.custom-nav a.navbar-brand {
	color: #ffffff;
	display: none;
}

.services_box a {
    color: #000;
    outline: none !important;
    transition: all 0.5s;
}

.services_box a:hover {
    color: #1ba974;
}

.bg_overlay_cover_on {
    background-color: rgba(5, 5, 6, 0.84);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.full_height_100vh_home {
    height: 100vh;
}

.bg_home_personal_img {
    background-image: url(../images/bg_home_personal.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.home_table_cell {
    display: table;
    width: 100%;
    height: 100%;
}

.home_table_cell_center {
    display: table-cell;
    vertical-align: middle;
}

.home_text_personal {
    max-width: 800px;
}

.home_top_header {
    background: #1ba974;
    padding: 6px 21px;
    border-radius: 35px;
}

.home_title {
    font-size: 58px;
    text-transform: capitalize;
}

.home_subtitle {
    color: #dadada;
    max-width: 600px;
    line-height: 1.8;
}

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section_title p {
    font-size: 62px;
    position: relative;
    color: rgba(160, 160, 160, 0.14);
}

.section_title h3 {
    z-index: 100;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    bottom: 0;
}

.about_social_icons ul li a {
    font-size: 20px;
    color: #5b6269;
    padding-right: 15px;
}

.bg_cta_image {
    background-image: url(../images/bg-cat-images.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.contact_social_icons i {
    color: #5b6269;
    transition: all 0.5s;
}

.contact_social_icons i:hover {
    color: #1d9065;
}