    body {
        font-family: "Roboto", sans-serif;
        background-color: #fff;
    }
    
    .layout_padding {
        padding: 75px 0;
    }
    
    .layout_padding2 {
        padding: 45px 0;
    }
    
    .layout_padding2-top {
        padding-top: 45px;
    }
    
    .layout_padding-top {
        padding-top: 75px;
    }
    
    .layout_padding-bottom {
        padding-bottom: 75px;
    }
    
    .layout_padding2-bottom {
        padding-bottom: 45px;
    }
    
    .hero_area {
        height: 90vh;
        background-image: url(../images/main-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        position: relative;
    }
    
    .hero_area.custom_page-height {
        height: 86px;
    }
    
    .hero_area.custom_page-height::after {
        display: none;
    }
    
    .hero_area::after {
        position: absolute;
        content: "";
        background-image: url(../images/blue-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 42%;
        height: 70px;
        top: 98.5%;
        right: 0%;
        z-index: -1;
    }
    /*header section*/
    
    .logo-box {
        padding-top: 20px;
    }
    
    .logo-box span {
        font-size: 22px;
        font-weight: bold;
        color: #383989;
        font-family: "Roboto", sans-serif;
    }
    
    .header_section .header_container {
        display: flex;
        justify-content: space-between;
    }
    
    .header_top {
        display: flex;
        justify-content: flex-end;
        padding-top:12px;
    }
    
    .header_top img {
        margin-right: 5px;
        margin-left: 10px;
    }
    
    .header_top-social {
        display: flex;
    }
    
    .header_top-contact {
        display: flex;
        /* margin-right: 20%; */
    }

    .header_top-contact i {
        color: #489c47;
        font-size: 1.5rem;
        margin-right: 10px;
        font-weight: bold;
    }
    
    .header_top-contact a
    {
        display: flex;
        color: #c3c3c5;
    }
    

    .header_top-contact a:hover {
        display: flex;
        color: #489c47;
    }

    .header_section .nav_container {
        margin: 0 auto;
    }
    
    .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 30px;
        color: #383989;
        text-align: center;
    }
    
    .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover{
        color:  #489c47;
    }

    a,
    a:hover,
    a:focus {
        text-decoration: none;
            color: #489c47;
    }
    
    a:hover,
    a:focus {
        color: initial;
    }
    
    .btn,
    .btn:focus {
        outline: none !important;
        box-shadow: none;
    }
    
    .heading_style {
        border-left: 12px solid #ffdd33;
        font-size: 40px;
        padding-left: 3px;

        color: #383989;
    }
    
    .custom_nav-container .navbar-toggler {}
    
    .custom_nav-container .navbar-toggler .navbar-toggler-icon {}
    
    .custom_nav-container .nav_search-btn {}
    
    .fixed-top.scrolled {
        background-color: #fff !important;
        transition: background-color 200ms linear;
    }
    
    .fixed-top.scrolled .header_top-contact {
        display: hide;
    }
    
    @media (max-width: 992px) {
        .header_section {
            background-color: #fff !important;
        }
        .cel-hide {
            display: none;
        }
        .slider_item-container {
            padding: 4rem 0;
        }
    }
    
    @media (max-width: 1200px) {
        .navbar-expand-lg {
          
        }
    }
    
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }
    
    .sticky+.content {
        padding-top: 60px;
    }
    
    .navbar-brand,
    .navbar-brand:hover {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 24px;
        color: #fafcfd;
    }
    
    .custom_nav-container .nav_search-btn {
        background-image: url(../images/search-icon.png);
        background-size: 22px;
        background-repeat: no-repeat;
        background-position-y: 7px;
        width: 35px;
        height: 35px;
        padding: 0;
        border: none;
    }
    
    .custom_nav-container .navbar-toggler {
        outline: none;
    }
    
    .custom_nav-container .navbar-toggler .navbar-toggler-icon {
        background-image: url(../images/menu.png);
        background-size: 48px;
    }
    /*end header section*/
    /* slider section */
    
    .slider_section {
        position: relative;
    }
    
    .slider_form-box form {
        display: flex;
    }
    
    .slider_form-box form .search_input {
        position: relative;
    }
    
    .slider_form-box form .search_input input {
        width: 250px;
        height: 45px;
        outline: none;
        border: none;
        background-color: #f7f6fd;
        padding-left: 10%;
    }
    
    .slider_form-box form .search_input img {
        position: absolute;
        width: 15px;
        top: 50%;
        left: 3%;
        transform: translateY(-50%);
    }
    
    .slider_form-box form button {
        border: none;
        background-color: #489c47;
        color: #fff;
        padding: 10px 25px;
    }
    
    .slider_section .slider_item-container {
        margin-top: 10%;
    }
    
    .slider_section .slider_item-container.col-md-6 {
        padding: 0;
    }
    
    .slider_item-detail h1 {
        font-weight: bold;
        margin: 10rem 0;
        color: #383989;
    }
    
    .read-btn,
    .quote-btn,
    .read-btn:hover,
    .quote-btn:hover {
        padding: 15px 20px;
        color: #fff;
    }
    
    .read-btn {
        background-color: #489c47;
    }
    
    .quote-btn {
        background-color: #383989;
    }
    
    .read-btn img,
    .quote-btn img {
        margin-left: 5px;
        width: 20px;
    }
    
    .slider_section .carousel-indicators {
        position: absolute;
        top: 50%;
        left: -10%;
        bottom: auto;
        right: auto;
        flex-direction: column;
        transform: translateY(-50%);
    }
    
    .slider_section .carousel-indicators li {
        width: 15px;
        height: 15px;
        background-color: #489c47;
        background-clip: padding-box;
        margin: 3px;
        border: none;
        opacity: 1;
        border-radius: 100%;
        transition: background-color 0.6s;
    }
    
    .slider_section .carousel-indicators .active {
        background-color: #383989;
    }
    /* end slider section */
    /* about section */
    
    .about_section {
        padding-top: 50px;
        position: relative;
    }
    
    .about_section::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 65px;
        height: 120px;
        transform: translateY(-50%);
        background-image: url(../images/circle-bg.jpg);
        background-size: cover;
    }
    
    .about_section .col-md-6 {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .about_detail-container {
        position: relative;
    }
    
    .about_detail-container::before {
        content: "";
        position: absolute;
        width: 112%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #02caf0;
        z-index: -1;
    }
    
    .about_detail-box {
        padding: 25px 50px;
        padding-right: 0;
    }
    
    .about_detail-box h3,
    .about_detail-box p {
        text-align: right;
    }
    
    .about_detail-box h3 {
        color: #fff;
        font-weight: normal;
    }
    
    .about_detail-box p {
        margin: 20px 0;
    }
    
    .about-btn img {
        margin: 0;
        margin-right: 5px;
        transform: rotate(180deg);
    }
    
    .about_img-box {
        position: relative;
    }
    
    .about_img-box::before {
        content: "";
        width: 18%;
        height: 10%;
        background-color: #02caf0;
        position: absolute;
        right: 0;
        bottom: 25%;
    }
    
    .about_img-box::after {
        content: "";
        position: absolute;
        width: 18%;
        height: 10%;
        right: 0;
        bottom: 25%;
        background-image: url(../images/white-next.png);
        background-size: 20px;
        background-position: 15px;
        background-repeat: no-repeat;
    }
    /* end about section */
    /* service section */
    
    .service_img-box {
        position: relative;
    }
    
    .service_img-box h3 {
        position: absolute;
        font-weight: 600;
        font-size: 0.8rem;
        left: 0;
        bottom: 0;
        text-transform: uppercase;
        color: #383989;
        background-color: #ffdd33;
        border: 2px solid #ffdd33;
        border-style: solid;
        border-right-style: outset;
        border-right-color: #383989;
        border-right-width: 7px;
        padding: 10px 15px;
        padding-right: 35px;
        margin: 0;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    
    .service-detail {
        margin-top: 1rem;
    }
    
    .s-b-1 h3 {
        background-image: url(../images/hbg.png);
    }
    
    .s-b-2 h3 {
        background-image: url(../images/hbg-2.png);
    }
    
    .s-b-3 h3 {
        background-image: url(../images/hbg-3.png);
    }
    
    .service_img-box img {
        width: 100%;
    }
    
    .service-btn,
    .service-btn:hover {
        padding: 7px 12px;
        background-color: #383989;
        color: #fff;
    }
    /* service section */
    /* shop section */
    
    .shop_section {}
    
    .shop_section .row {
        margin-top: 100px;
        background-color: #383989;
    }
    
    .shop-detail {
        padding: 50px;
    }
    
    .shop-detail h5 {
        color: #ffdd33;
        font-size: 22px;
    }
    
    .shop-detail p {
        color: #fff;
    }
    
    .shop_img-box {
        position: relative;
        margin-top: -50px;
        margin-left: -50px;
        margin-bottom: 50px;
    }
    /* end shop section */
    /* client section */
    
    .client_section {
        padding-bottom: 125px;
    }
    
    .client_box {
        position: relative;
        margin-top: 150px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    
    .c-b-1 {
        background-image: url(../images/client1-bg.png);
    }
    
    .c-b-2 {
        background-image: url(../images/client2-bg.png);
    }
    
    .client_detail {
        padding: 20px 30px;
        padding-left: 50px;
    }
    
    .client_detail h5 {
        padding-left: 20%;
        color: #489c47;
    }
    
    .client_detail p {
        padding-top: 20px;
        color: #fff;
    }
    
    .client_box .client_img {
        position: absolute;
        top: -40%;
    }
    
    .client_section .carousel-indicators {
        position: absolute;
        top: 115%;
        left: 33%;
        bottom: auto;
        right: auto;
    }
    
    .client_section .carousel-indicators li {
        width: 21px;
        height: 10px;
        background-color: #383989;
        background-clip: padding-box;
        margin: 0;
        border: none;
        opacity: 1;
        transition: background-color 0.6s;
    }
    
    .client_section .carousel-indicators .active {
        background-color: #489c47;
    }
    /* end client section */
    /* company section */
    
    .company_section {
        background-color: #489c47;
    }
    
    .company-detail h3 {
        color: #060000;
        font-weight: bold;
    }
    
    .company-detail p {
        color: #fff;
        width: 85%;
    }
    /* end company section */
    /* contact_section */
    
    .contact_section .col-md-6 {
        padding: 0;
    }
    
    .contact_form-container {
        padding: 60px;
        background-color: #489c47;
        position: relative;
    }
    
    .contact_form-container form {
        width: 100%;
    }
    
    .contact_form-container form input {
        width: 100%;
        padding: 10px;
        border: none;
        outline: none;
        background-color: #fcfcfc;
        margin: 10px 0;
    }
    
    .message_input {
        height: 100px;
    }
    
    .contact_form-container button {
        border: none;
        display: inline-block;
        padding: 8px 40px;
        background-color: #383989;
        color: #fff;
        margin-top: 20px;
    }
    
    .contact_form-container::before {
        content: "";
        width: 50px;
        height: 50px;
        background-color: #489c47;
        position: absolute;
        /* right: 0; */
        /* bottom: 25%; */
        left: -50px;
        top: 15%;
    }
    /* end contact_section */
    /* info section */
    
    .info_section {
        padding-top: 150px;
        padding-bottom: 1px;
        color: #fff;
        background-image: url(../images/info-bg.png);
        background-size: 100% 101%;
        background-repeat: no-repeat;
        font-family: "Poppins", sans-serif;
    }
    
    .info_section h5 {
        font-size: 22px;
    }
    
    .info_section a,
    .info_section a:hover {
        color: #fff;
    }
    
    .info_logo .logo-box {
        padding-top: 0;
        margin-top: -10px;
    }
    
    .info_logo .logo-box img {
        width: 65px;
    }
    
    .info_logo .logo-box span {
        color: #fff;
    }
    
    .info_section .col-md-4 {
        padding: 0 30px;
    }
    
    .info_news {
        padding-right: 8%;
    }
    
    .info_news input {
        border: none;
        width: 100%;
        height: 40px;
        margin: 5px 0;
        background-color: #fff;
        outline: none;
        padding-left: 20px;
    }
    
    .info_news button {
        border: none;
        background-color: #489c47;
        color: #fff;
        padding: 7px 12px;
        margin-top: 10px;
    }
    
    .info_nav nav {
        width: 70%;
        margin: 0 auto;
    }
    
    .info_nav ul {
        display: flex;
        flex-direction: column;
    }
    
    .info_nav ul li {
        list-style-type: none;
    }
    
    .info_nav ul li a {
        color: #fff;
    }
    
    .info_social {
        display: flex;
        justify-content: space-between;
        width: 150px;
    }
    
    .info_social a img {
        width: 30px;
    }
    /* end info section */
    /* footer section*/
    
    .footer_section {
        background-color: #383989;
        padding: 20px 0;
        font-family: "Roboto", sans-serif;
    }
    
    .footer_section p {
        color: #fff;
        margin: 0;
        text-align: center;
    }
    
    .footer_section a {
        color: #fff;
    }
    /* end footer section*/
    
    .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }
    
    .php-email-form .error-message br+br {
        margin-top: 25px;
    }
    
    .php-email-form .sent-message {
        display: none;
        color: #fff;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }
    
    .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }
    
    .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
    }
    
    .php-email-form input,
    .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        width: 100%;
    }
    
    .php-email-form input:focus,
    .php-email-form textarea:focus {
        border-color: #489c47;
    }
    
    .php-email-form input {
        padding: 10px 15px;
    }
    
    .php-email-form textarea {
        padding: 12px 15px;
    }
    
    .php-email-form button[type="submit"] {
        background: #489c47;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
    }
    
    .single-contact {
        text-align: left;
        position: relative;
        padding-left: 90px;
        margin-bottom: 50px;
        margin-top: 10px;
    }
    
    .single-contact i.fa {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #489c47;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 3px;
        font-size: 24px;
        color: #383989;
    }
    
    .single-contact h5 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 500;
        color: #383989;
    }
    
    .single-contact a {
        font-size: 15px;
        font-weight: 400;
        color: #383989;
    }
    
    .single-contact a:hover {
        font-size: 15px;
        font-weight: 400;
        color: #489c47;
    }
    
    .desciption {
        padding: 25px 50px;
    }
    
    .feature-item-icon {
        position: absolute;
        margin-top: -45px;
        background-color: #ffdd33;
        padding: 15px;
        font-size: 3rem;
        border-radius: 15%;
        color: #fff;
    }
    
    .feature-item-icon i {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pb-90 {
        padding-bottom: 90px;
    }
    
    .pt-120 {
        padding-top: 120px;
    }
    
    .mb-30 {
        margin-bottom: 30px;
    }
    
    .mt-30 {
        margin-top: 30px;
    }
    
    .description {
        text-align: center !important;
        color: #fff;
    }
    
    .description h4 {
        color: #fff;
    }
    
    .feature-item {
        background-color: #ffffff;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 45px 15px;
        text-align: center;
        color: #383989;
    }
    
    @media (max-width: 100px) {
        .navbar-expand-lg {
            padding: .5rem;

        }
    }

    .navbar{
        padding: 1rem;
        
    }