@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Arvo:400,700");
*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {font-family: "Muli", sans-serif;}

a,
a:link,
a:hover,
a:active,
a:visited {text-decoration: none;}
p {
    font-size: 16px;
    color: #454545;
}
img {width: 100%;}
ul, ol {list-style-type: none;}

/* title style */
.title-div {margin-bottom: 40px;}
.title-div h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #009639;
}
.title-div h2 span {color: #000;}
.title-div p {font-size: 17px;}
@media screen and (max-width: 768px) {
    .title-div h2 {font-size: 30px;}
}

/* navber style strat */
.contact-nav {
    transition: all 0.1s;
    align-items: center;
    background: #fff;
    display: flex;
    height: 45px;
}
.contact-nav .cnav-content {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.contact-nav .contact_access {
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #C23B2C;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
}
.contact-nav .contact_access i {
    vertical-align: middle;
    display: inline-block;
    margin: -2px 4px 0 0;
    font-size: 20px;
}
.contact-nav .social {margin: 0 0 0 20px;}
.contact-nav .social li {float: left;}
.contact-nav .social a.twitter {color: #1DA1F2;}
.contact-nav .social a.facebook {color: #4267B2;}
.contact-nav .social a.linkedin {color: #0073B2;}
.contact-nav .social a {
    display: inline-block;
    position: relative;
    margin-left: 25px;
    font-size: 20px;
}
.contact-nav .social a::after {
    content: "";
    display: inline-block;
    width: 1px;
    top: 5px;
    position: absolute;
    height: 18px;
    left: -15px;
    background: #000;
}
.contact-nav  a i.io-18 {font-size: 18px;}
.contact-nav .social li:first-child a {margin-left: 0;}
.contact-nav .social li:first-child a::after {display: none;}
.contact-nav.active {height: 0;}


.navbar {
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.2s;
    position: relative;
    padding: 0;
}
.navbar.active {background: #fff;}
.navbar.active .navbar-nav a.nav-link,
.navbar.active .navbar-nav span.nav-link {color: #000;}
.navbar.active .navbar-nav a.nav-link::after,
.navbar.active .navbar-nav span.nav-link::after {background: #000;}
.navbar.active .cull-us small {color: #009639;}
.navbar.active .cull-us a {color: #000;}
.navbar.active .cull-us::after {background: #000;}
.navbar::after {
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    content: "";
    display: inline-block;
    top: 75px;
    left: 0;
    width: 100%;
    height: 1px;
}
.navbar .navbar-toggler {color: #000;}
.navbar .brand {margin-right: 25px;}
.navbar .brand img {
    transition: all 0.2s;
    max-width: 76px;
    width: 100%;
}
.navbar .navbar-nav span.nav-link,
.navbar .navbar-nav a.nav-link {
    cursor: pointer;
    font-size: 17px;
    margin: 0 15px;
    color: #fff;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    padding: 0;
    font-weight: 500;
    transition: all 0.2s;
    position: relative;
}
.navbar .navbar-nav li:first-child a {margin-left: 0;}
.navbar .navbar-nav li:last-child a {margin-right: 0;}
.navbar .cull-us {
    position: relative;
    margin-left: 30px;
}
.navbar .cull-us small {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    font-weight: 500;
    color: #fff;
    margin-top: 4px;
}
.navbar .cull-us a {
    display: inline-block;
    font-weight: 500;
    color: #fff;
}
.navbar .cull-us a:hover {
    text-decoration: underline;
    color: #009639;
}
.navbar .cull-us::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    background: #fff;
    top: 0;
    left: -15px;
    position: absolute;
}

@media screen and (min-width: 992px) {
    .navbar .navbar-nav span.nav-link::after,
    .navbar .navbar-nav a.nav-link::after {
        display: inline-block;
        content: "";
        width: 0;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 20px;
        left: 0;
        transition: all 0.2s;
    }
    .navbar .navbar-nav a.nav-link.active::after,
    .navbar .navbar-nav a.nav-link:hover::after,
    .navbar .navbar-nav span.nav-link.active::after,
    .navbar .navbar-nav span.nav-link:hover::after {width: 100%;}
    .navbar .navbar-collapse {
        justify-content: flex-end;
        display: flex;
    }
}
@media screen and (max-width: 991px) {
    .contact-nav {
        background: #009639;
        border-top: none;
    }
    .contact-nav .social a::after {background: #fff;}
    .contact-nav .contact_access,
    .contact-nav .social a i {color: #fff !important;}
    .contact-nav .social a i {font-size: 18px;}
    .navbar-expand-lg > .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        background: #fff;
    }
    .navbar .navbar-toggler {
        display: inline-block;
        line-height: 75px;
        font-weight: bold;
        font-size: 28px;
        outline: none;
        height: 75px;
        border: none;
        color: #000;
        padding: 0;
    }
    .navbar .navbar-nav span.nav-link,
    .navbar .navbar-nav a.nav-link {
        line-height: 40px;
        height: 40px;
        width: 100%;
        color: #000;
        margin: 0;
    }
    .navbar .navbar-nav a.nav-link.active,
    .navbar .navbar-nav a.nav-link:hover,
    .navbar .navbar-nav span.nav-link.active,
    .navbar .navbar-nav span.nav-link:hover {color: #009639;}
    .navbar .navbar-nav li:first-child a {margin-top: 12px;}
    .navbar .navbar-nav li:last-child a {margin-bottom: 12px;}
}
/* navber style end */



/* footer style start */
.footer-section {
    background: #1C1C1C;
    padding: 65px 0 45px;
}
.footer-section .company-info h3 {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 19px;
}
.footer-section .company-info p a {color: #009639;}
.footer-section .company-info p a {color: #009639;}
.footer-section .company-info p {
    padding-bottom: 0;
    color: #919191;
    margin: 0;
}
.footer-section .latest-blog {
    border-bottom: 1px solid rgba(204, 204, 204, 0.06);
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: flex;
}
.footer-section .latest-blog:last-child {border-bottom: none;}
.footer-section .latest-blog img {
    object-fit: cover;
    width: 48px;
    height: 48px;
}
.footer-section .latest-blog .blog-title {
    padding-bottom: 14px;
    margin-left: 10px;
}
.footer-section .latest-blog .blog-title h5 {
    margin-top: -2px;
    font-size: 17px;
    color: #bbb;
}
.footer-section .latest-blog .blog-title a {color: #bbb;}
.footer-section .latest-blog .blog-title a:hover {color: #009639;}
.footer-section .latest-blog .blog-title p {
    margin-top: -5px;
    font-size: 14px;
}
.footer-section .latest-blog .blog-title small {color: #009639;}
.footer-section .quick-link {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.footer-section .quick-link a {
    border-bottom: 1px solid rgba(204, 204, 204, 0.06);
    display: inline-block;
    font-size: 16px;
    color: #009639;
    padding: 8px 0;
    width: 100%;
}
.footer-section .quick-link li:last-child a {border-bottom: none;}
.footer-section .quick-link a.active,
.footer-section .quick-link a:hover {color: rgba(204, 204, 204, 0.3);}
.footer-section .contact-form {padding-top: 8px;}
.footer-section .contact-form .form-group {margin-bottom: 15px;}
.footer-section .contact-form .form-group .form-control {
    border-radius: 3px;
    border: none;
    width: 100%;
    background: #232323;
    letter-spacing: 1px;
    font-size: 13px;
    box-shadow: none;
    padding: 6px 12px;
    color: rgba(204, 204, 204, 0.7);
}
.footer-section .contact-form .btn {
    background: #009639;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.2s;
    border-radius: 3px;
    padding: 0 15px;
    text-transform: uppercase;
}
.footer-section .contact-form .btn:hover {background: #009639;}
/* footer style end */



/* second footer start */
.second-footer {
    border-top: 1px solid #2C2C2C;
    background: #1A1A1A;
    padding: 20px 0;
}
.second-footer .footer-content {
    justify-content: space-between;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.second-footer .footer-content p a {color: #009639;}
.second-footer .footer-content p {
    font-size: 13px;
    line-height: 17px;
    color: #717171;
    margin: 8px 0;
}
.second-footer .footer-content .copyright {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
    font-size: 17px;
}
/* second footer end */
