html,
body {
    margin: 0;
    padding: 0;
    background-color: #1A1A1B;
    font-family: 'Source Sans Pro', sans-serif !important;
	overflow-x: hidden;
}

.elementor-widget-text-editor {
	font-family: 'Source Sans Pro', sans-serif !important;
}

body {
    width: 100%;
    margin: 0 auto;
}

.bg-dark {
    background-color: #1A1A1B !important;
}

p {
    color: #ffffff;
    text-align: justify;
}

a {
    text-decoration: none;
    color: #ffffff;
    transition: all .3s;
}

a:focus,
a:hover {
    color: #A5CD48;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
}

h2 {
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
}

label {
    color: #fff;
    font-weight: 600;
    width: 100%;
}

.btn-contact {
    color: #ffffff;
    border: 1px solid #A5CD48;
    border-radius: 0;
    padding: 10px 45px;
}

.btn-contact:focus,
.btn-contact:hover {
    background-color: #A5CD48;
    color: #ffffff;
}

.current-menu-item a.nav-link {
    color: #A5CD48 !important;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #A5CD48 !important;
}

#page-header {
    padding: 20px !important;
    text-align: left !important;
    margin-top: 30px;
}

.page-title h1 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .9);
}

#slider {
    text-align: center;
    margin-bottom: 100px;
}

.metaslider .caption-wrap {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    background: transparent !important;
    color: white;
    opacity: 1 !important;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
	text-align: left;
}

.metaslider .caption {
    padding: 220px 10px 220px 105px !important;
    word-wrap: break-word !important;
}

.button {
    padding: 10px 20px;
    border: 1px solid #A5CD48;
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    transition: all .3s;
    text-decoration: none;
    display: inline-block;
}

.button:focus,
.button:hover {
    background-color: #A5CD48;
    color: #ffffff;
    text-decoration: none;
}

h1.slider-title {
    font-size: 72px;
}

p.slider-desc {
    font-size: 34px;
    line-height: 44px;
}

.slider-button {
    display: inline-block;
    padding: 15px 80px;
    font-size: 22px;
    background-color: #A5CD48;
    border: 4px solid #A5CD48;
    color: #ffffff;
    transition: all .3s;
}

.slider-button:focus,
.slider-button:hover {
    background-color: transparent;
    color: #ffffff;
}


#services {
    background-image: url("../images/mp-bg-top.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section-title {
    margin-bottom: 30px;
}

.service-desc img {
    margin-bottom: 20px;
}

#services a {
    padding: 10px 20px;
    border: 1px solid #A5CD48;
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    transition: all .3s;
    display: inline-block;
    line-height: 22px;
}

#services a:focus,
#services a:hover {
    background-color: #A5CD48;
}

#profile {
    background-image: url("../images/mp-img-bottom.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#profile button {
    padding: 10px 20px;
    border: 1px solid #A5CD48;
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    transition: all .3s;
}

#profile button:focus,
#profile button:hover {
    background-color: #A5CD48;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #A5CD48;
}


/* About Us */
.profil-image-box img {
    max-width: 100%;
}

.page-second-title {
    margin: 50px 0 50px;
}

.page-second-title h2 {
    font-size: 30px;
    display: inline-block;
    border-bottom: 2px solid #A5CD48;
    text-transform: uppercase;
}

#about {
    padding-bottom: 100px;
}

/*
    Service
*/
.service-profile-logo-container {
    padding: 100px 0;
}
.service-profile-logo-container img {
    max-width: 100%;
}

/* Contact Page */
#contact {
    padding: 15px 0 100px;
    background-image: url("../images/mp-bg-top.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#contact-map {
    padding-bottom: 100px;
}

.input-style {
    background-color: transparent;
    border-color: #A5CD48;
    border-radius: 0;
}

.input-style:focus {
    background-color: transparent;
    color: #A5CD48;
    border-color: #A5CD48;
}

.map-holder {
    border: 4px solid #A5CD48;
    height: 458px;
}

address {
    margin-top: 14px;
}

address p {
    margin-bottom: 5px;
    font-size: 18px;
    padding-left: 10px;
}

p.name {
    font-weight: 700;
}

p.tel i {
    margin-right: 12px;
    color: #A5CD48;
}

p.email i {
    margin-right: 5px;
    color: #A5CD48;
}

p.address-map i {
    margin-right: 10px;
    color: #A5CD48;
}

p.address-map span:nth-child(3) {
    display: block;
    margin-left: 27px;
}

/* Footer CSS */

footer {
    margin: 35px 0;
    text-align: center;
}

footer h3 {
    font-size: 20px;
    color: #A5CD48;
    text-transform: uppercase;
}

.widget {
    padding: 30px 0;
}

.border-top {
    border-color: #333333 !important;
}

.border-left,
.border-right {
    border-color: #333333 !important;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

footer ul li:hover i {
    color: #A5CD48;
}

footer p {
    font-size: 16px;
}

/*
    Elementor CSS
*/
.brand-desc img {
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
}

/*
    Contact form 7
*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    color: #ffffff;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    color: #ffffff;
}

.form-control {
    color: #ffffff;
}

.post-thumbnail img {
    max-width: 100%;
}

.service {
    padding: 10px;
}

.single-post {
    margin-top: 30px;
}

.entry-title {
    line-height: 60px;
}

.textwidget p {
    text-align: center;
}

.text-left div div p {
    text-align: left;
}

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    color: #ffffff !important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #A5CD48 !important;
}

/*Dropdown Css*/
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*./Dropdown Css*/

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #A5CD48;
}

.dropdown-menu {
    background-color: #1f1f1f;
}

.dropdown-item {
	color: #ffffff;
}