    /*------------------------------------------------------------------
 * Multipurpose: Free Template by FreeHTML5.co
 * Author: https://freehtml5.co
 * Facebook: https://facebook.com/fh5co
 * Twitter: https://twitter.com/fh5co
 -------------------------------------------------------------------*/
    /*------------------------------------------------------------------
[Table of styles content]

1 - Header
2 - Hero
3 - CTA
4 - Services
5 - Featured
6 - Recent Posts
7 - Trust
8 - Pricing Tables
9 - Testimonials
10 - Clients
11 - CTA 2
12 - Footer Widgets
13 - Foot Note
--------------------------------------------------------------------*/
    /*-----------------------------------
    1 - Header
------------------------------------*/
    
    header {
        background-color: rgba(0, 116, 63, 0.53);
        color: #fff;
        z-index: 1000;
    }
    
    header a {
        color: #fff;
    }
    
    header::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.02);
        position: absolute;
        left: 0;
        bottom: -20px;
    }
    
    .nav-link {
        font-family: "Rajdhani", sans-serif;
        text-transform: uppercase;
    }
    
    .contact {
        font-size: 12px;
    }
    
    .tel {
        margin-right: 30px;
    }
    
    .contact i {
        color: #f1a104;
        margin-right: 10px;
    }
    
    .login {
        padding: 10px 20px;
        font-size: 14px;
        margin-right: 25px;
        text-transform: uppercase;
    }
    
    .contact a:hover,
    .login:hover {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
    }
    
    .login i {
        color: #f1a104;
        margin-right: 8px;
    }
    
    .navbar-brand h1 {
        margin: 0;
    }
    
    .social {
        padding-left: 0;
        margin: 0;
        list-style: none;
    }
    
    .social li:not(:last-child) {
        margin-right: 20px;
    }
    
    .social a {
        font-size: 14px;
        display: inline-block;
        width: 40px;
        height: 40px;
        border: 1px solid #f1a104;
        border-radius: 4px;
        line-height: 40px;
        text-align: center;
        background-color: transparent;
        transition: all 0.25s ease-in-out;
    }
    
    .social a:hover {
        color: #fff;
        background-color: #f1a104;
    }
    
    .navbar-brand img {
        width: 135px;
    }
    
    .navbar-collapse .search-form input[type="text"] {
        border: 1px solid #ced4da;
        color: #333;
        padding: 1.5625rem 0.625rem;
    }
    
    .navbar-collapse .search-form .btn {
        margin-top: 0;
        border-radius: 0;
        margin-left: -1px;
    }
    
    .navbar-collapse .nav-link {
        font-size: 1.125rem;
        transition: all 0.2s ease-in-out;
    }
    
    .navbar-collapse .nav-link:hover {
        color: #f1a104;
    }
    
    .cart,
    .login-icon,
    .search-icon {
        color: #fff;
        font-size: 1.5rem;
    }
    
    .cart:hover,
    .login-icon:hover,
    .search-icon:hover {
        color: #f1a104;
    }
    
    .cart {
        margin-left: 20px;
    }
    
    form input.btn-primary:hover,
    form button.btn-primary:hover {
        background-color: #fff;
        color: #f1a104;
    }
    /*-----------------------------------
1 - Hero
------------------------------------*/
    
    .hero {
        background: url("../images/kanyam-kloud.jpg") no-repeat center;
        background-size: cover;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }
    
    .hero .container {
        position: relative;
        z-index: 5;
    }
    
    .hero .slide-content {
        min-height: 600px;
        color: #fff;
    }
    
    .hero .slide-content span {
        color: #f1a104;
    }
    
    .hero .slide-content h1 {
        color: #fff;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
        text-transform: uppercase;
        -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
        transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
        font-weight: bold;
    }
    
    .hero .slide-content p {
        color: #000;
        -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
        transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
        padding: 35px 0 35px 30px;
        background-color: rgba(255, 255, 255, 0.51);
        /* border-top-right-radius: 100px;
        border-bottom-left-radius: 10px; */
        margin-bottom: 0;
        border-radius: 10px;
    }
    
    .hero .slide-content .btn {
        margin-top: 50px;
    }
    
    .hero .slide-content .btn:last-child {
        margin-left: 30px;
    }
    
    .hero .arr-left,
    .hero .arr-right {
        font-size: 3rem;
        display: block;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 85%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9;
    }
    
    .hero .arr-left:hover,
    .hero .arr-right:hover {
        cursor: pointer;
    }
    
    .hero .arr-right {
        right: 15px;
    }
    
    .hero .diag-bg {
        width: 100%;
        height: 100%;
        -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 100% 100%, 100% 0);
        background-color: rgba(241, 161, 4, 0.1);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    
    .hero .texture {
        width: 100%;
        height: 100%;
        background: url("../assets/images/hero-texture.png") no-repeat center;
        background-size: cover;
        opacity: 0.4;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    
    .hero::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.02);
        position: absolute;
        left: 0;
        bottom: 29%;
    }
    
    .hero::before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.02);
        position: absolute;
        left: 0;
        bottom: 58%;
    }
    /*-----------------------------------
1 - CTA
------------------------------------*/
    
    .cta-content {
        padding: 30px 0 90px;
        color: #fff;
        background-color: #f1a104;
        position: relative;
        z-index: 1;
    }
    
    .cta-content::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 116, 63, 0.77);
        position: absolute;
        top: -25px;
        left: -1px;
        z-index: -1;
        transition: all 0.2s ease-in-out;
    }
    
    .cta-content .subscribe-btn {
        align-self: flex-end;
        margin-right: 30px;
    }
    /*-----------------------------------
1 - Featured
------------------------------------*/
    
    .featured {
        padding: 80px 0;
        background-color: #fafafa;
    }
    
    .featured p {
        margin: 35px 0 35px;
        font-size: 16px;
        font-weight: 600;
    }
    
    .featured .media {
        display: flex;
        align-items: flex-start;
        margin: 10px
    }
    
    .featured .media i {
        font-size: 24px;
        color: #f1a104;
    }
    
    .featured .media h5 {
        text-transform: uppercase;
        color: #00743f;
    }
    
    .featured-img {
        position: relative;
        height: 530px;
        margin-top: 60px;
    }
    
    .featured-big {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 530px;
        width: 422px;
        object-fit: cover;
    }
    
    .featured-small {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 25px 25px 0 0;
        background-color: #fff;
        height: 231px;
        width: 242px;
    }
    /*-----------------------------------
1 - Services
------------------------------------*/
    
    .title {
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .title h6 {
        letter-spacing: 4px;
        margin-bottom: 20px;
    }
    
    .title h1 {
        font-size: 35px;
    }
    
    .title .title-blue {
        color: #00743f;
    }
    
    .title .title-primary {
        color: #f1a104;
    }
    
    .services {
        padding: 80px 0 50px;
    }
    
    .services .title {
        margin-bottom: 20px;
    }
    
    .services .media {
        margin: 40px 0;
        display: flex;
        flex-direction: column;
    }
    
    .services a:hover {
        text-decoration: none;
    }
    
    .services h5 {
        color: #00743f;
        border-bottom: 2px solid #00743f;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    
    .services h5:hover {
        text-decoration: none;
        color: #f1a104;
        border-bottom: 2px solid #f1a104;
        padding-bottom: 5px;
        margin-bottom: 10px;
        transition: 0.3s ease-in;
    }
    
    .services .media .service-img {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    /*-----------------------------------
1 - Recent Posts
------------------------------------*/
    
    .recent-posts {
        padding: 80px 0;
        background-color: #fafafa;
    }
    
    .single-rpost {
        margin: 35px 0 0;
        display: flex;
        flex-direction: column;
    }
    
    .post-content {
        color: #ccc;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .post-content h3 {
        margin: 10px 5px;
    }
    
    .post-content h3 a {
        color: #00743f;
        font-weight: 600;
    }
    
    .post-content h3 a:hover {
        font-weight: 700;
        text-decoration: none;
    }
    
    .post-content a {
        color: #ccc;
    }
    
    .post-content a:hover {
        color: #00743f;
    }
    
    .post-thumb {
        width: 100%;
        height: 168px;
        border-radius: 4px;
        overflow: hidden;
    }
    
    .post-thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    /*-----------------------------------
1 - Testimonials
------------------------------------*/
    
    .testimonial-and-clients {
        /* background: url(../images/kanyam-kloud.jpg) center center/cover no-repeat; */
        padding: 80px 0;
        position: relative;
        background: #f1a10480;
    }
    /* .testimonial-and-clients::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #f1a10490;
    } */
    
    .testimonials {
        padding: 95px 0 85px;
        color: #fff;
        border-bottom: 1px solid #00743f;
    }
    
    .testimonials .test-img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .testimonials .test-img img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 90px;
    }
    
    .testimonials h5 {
        color: #00743f;
        margin-top: 15px;
    }
    
    .testimonials span {
        color: #0a0a0a;
        display: inline-block;
        margin: 0 0 17px;
    }
    
    .testimonials p {
        font-size: 17px;
        line-height: 27px;
    }
    
    .test-pagination {
        text-align: center;
        margin-top: 8px;
    }
    
    .test-pagination span {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: #00743f;
        margin-bottom: 0;
        transition: all 0.2s ease-in-out;
    }
    
    .test-pagination span:hover {
        cursor: pointer;
    }
    
    .test-pagination span:not(:last-child) {
        margin-right: 10px;
    }
    
    .test-pagination span.swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
        background-color: white;
    }
    /*-----------------------------------
  1 - Clients
------------------------------------*/
    
    .clients {
        padding: 20px 0;
    }
    
    .clients .swiper-wrapper {
        text-align: center;
    }
    
    .client-swiper {
        width: 200px;
        height: 150px;
        margin: 0 20px;
    }
    
    .client-swiper img {
        width: 100%;
        height: 100%;
    }
    /*-----------------------------------
1 - CTA 2
------------------------------------*/
    
    .cta2 {
        margin: 50px 0 -30px;
    }
    /*-----------------------------------
  1 - Footer
------------------------------------*/
    
    footer {
        background-color: #00743f80;
        /* background: url(../images/kanyam-kloud-2.png) center center/cover no-repeat #00743f; */
    }
    /*-----------------------------------
  1 - Footer Widgets
------------------------------------*/
    
    .footer-widgets {
        padding: 100px 0;
    }
    
    .footer-widgets .col-md-6 .single-widget:not(:first-child) .widget-tiltle {
        margin: 40px 0 30px;
    }
    
    .single-widget {
        color: #0a0a0a;
    }
    
    .single-widget .widget-tiltle {
        font-size: 17px;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 45px;
    }
    
    .single-widget i {
        color: #f1a104;
    }
    
    .single-widget h6 {
        color: #fff;
    }
    
    .single-widget .media {
        margin-bottom: 20px;
    }
    
    .contact-widget a {
        color: #0a0a0a;
    }
    
    .contact-widget i {
        font-size: 22px;
    }
    
    .twitter-widget i,
    .twitter-widget h6 {
        color: #777;
    }
    
    span {
        color: #fff;
    }
    
    .recent-post-widget .rcnt-img {
        width: 68px;
        height: 68px;
        border-radius: 4px;
        overflow: hidden;
    }
    
    .recent-post-widget .rcnt-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    .recent-post-widget a {
        color: #fff;
    }
    
    .recent-post-widget p {
        font-size: 13px;
    }
    
    .recent-post-widget i {
        margin-right: 10px;
    }
    
    .recent-post-widget i:last-of-type {
        margin-left: 15px;
    }
    
    .subscribe-widget form {
        margin-bottom: 10px;
    }
    
    .subscribe-widget input {
        font-size: 14px;
        padding: 0px 10px;
        background-color: #444;
        border: none;
        line-height: 0;
        position: relative;
        z-index: 1;
    }
    
    .subscribe-widget input:focus {
        outline: none;
        box-shadow: none;
    }
    
    .subscribe-widget button {
        background: #f1a104;
        border: none;
        padding: 9px 14px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-left: -10px;
        position: relative;
        z-index: 5;
    }
    
    .subscribe-widget button i {
        color: #fff;
    }
    
    .subscribe-widget .social-nav {
        margin-top: 32px;
    }
    
    .subscribe-widget .social-nav a {
        display: inline-block;
        text-align: center;
        width: 36px;
        height: 36px;
        line-height: 36px;
        background-color: #fff;
        color: #ddd;
        background-color: #444;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-right: 10px;
    }
    
    .subscribe-widget .social-nav a i {
        color: #ddd;
    }
    
    .subscribe-widget .social-nav a:hover {
        background-color: #f1a104;
    }
    /*-----------------------------------
  1 - Foot Note
------------------------------------*/
    
    .foot-note {
        padding: 15px 0;
        background-color: #f1a104;
        color: #00743f;
    }
    
    .foot-note a {
        color: #00743f;
    }
    
    .foot-note a:last-child {
        margin-left: 30px;
    }
    
    .foot-note a.fh5-link {
        margin-left: 0;
    }
    /* Bread Crumbs */
    
    .breadcrumbs {
        background-image: url("../images/breadcrumb-bg.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        padding: 180px 0;
        z-index: 2;
        overflow: hidden;
    }
    
    .breadcrumbs.overlay::before {
        background-color: #00743f;
        opacity: 0.9;
        z-index: -1;
    }
    
    .breadcrumbs .breadcrumbs-content {
        position: relative;
        float: left;
    }
    
    .breadcrumbs .breadcrumbs-content p {
        color: #fff;
        font-size: 14px;
        margin-top: 25px;
    }
    
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size: 35px;
        color: #fff;
        font-weight: 700;
        position: relative;
        line-height: 50px;
        padding-bottom: 20px;
    }
    
    .breadcrumbs .breadcrumbs-content .page-title:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 4px;
        width: 80px;
        background: #f1a104;
        border-radius: 5px;
    }
    
    .breadcrumbs .breadcrumbs-content .page-title:after {
        position: absolute;
        content: "";
        left: 90px;
        bottom: 0;
        height: 4px;
        width: 10px;
        background: #fff;
        border-radius: 5px;
    }
    
    .breadcrumbs .breadcrumbs-content .breadcrumb-nav {
        background: transparent;
        border-radius: 0;
        margin-bottom: 0;
        padding: 0;
        display: inline-block;
    }
    
    .breadcrumbs .breadcrumb-nav {
        float: right;
        background: rgb(238 21 21 / 50%);
        padding: 20px 25px;
        border-radius: 5px;
        margin: 0;
    }
    
    .breadcrumbs .breadcrumb-nav li {
        display: inline-block;
    }
    
    .breadcrumbs .breadcrumb-nav li,
    .breadcrumbs .breadcrumb-nav li a {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }
    
    .breadcrumbs .breadcrumb-nav li a {
        padding-right: 15px;
        margin-right: 15px;
        position: relative;
    }
    
    .breadcrumbs .breadcrumb-nav li a:hover {
        color: #f1a104;
    }
    
    .breadcrumbs .breadcrumb-nav li a:after {
        content: '';
        height: 80%;
        width: 2px;
        background-color: #fff;
        position: absolute;
        top: 2px;
        right: 0;
    }
    
    .section {
        padding-top: 20px;
        padding-bottom: 120px;
        position: relative;
    }
    /* Overlay */
    
    .overlay {
        position: relative;
    }
    
    .overlay::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background: #081828;
        content: "";
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 5;
    }
    /* Contact Information */
    
    .contact-information {
        padding: 80px 0;
    }
    
    .contact-information .contact-item {
        padding: 60px 30px;
        background-color: #f7f7f7;
        text-align: center;
    }
    
    .contact-information .contact-item i {
        color: #f1a104;
        font-size: 48px;
        margin-bottom: 40px;
    }
    
    .contact-information .contact-item h4 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.25px;
        margin-bottom: 15px;
        color: #00743f;
    }
    
    .contact-information .contact-item p {
        margin-bottom: 20px;
    }
    
    .contact-information .contact-item a {
        font-weight: 600;
        color: #f1a104;
        font-size: 15px;
    }
    
    .contact-us {
        background-color: #fafafa;
        padding: 80px 0px;
    }
    
    .contact-us .contact-form {
        background-color: transparent!important;
        text-align: center;
        padding: 60px 30px 0;
    }
    
    .callback-form .contact-form input {
        border-radius: 0 10px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        padding: 0px 15px;
        color: #081828;
        font-size: 14px;
        text-transform: none;
        box-shadow: none;
        border: none;
        margin-bottom: 35px;
        background-color: #fff;
        font-weight: 500;
    }
    
    .callback-form .contact-form textarea {
        border-radius: 0 10px;
        height: 120px;
        max-height: 200px;
        min-height: 120px;
        display: inline-block;
        padding: 15px;
        color: #081828;
        font-size: 14px;
        text-transform: none;
        box-shadow: none;
        border: none;
        margin-bottom: 35px;
        background-color: #fff;
        font-weight: 500;
    }
    
    .callback-form .contact-form input::placeholder {
        color: #00743f;
        font-weight: 500;
    }
    
    .callback-form .contact-form textarea::placeholder {
        color: #00743f;
        font-weight: 500;
    }
    /* Works */
    
    .works {
        padding: 80px 0;
    }
    
    .work-item img {
        width: 100%;
        height: 250px;
        overflow: hidden;
        object-fit: cover;
    }
    
    .work-item .down-content {
        background-color: #f7f7f7;
        padding: 30px;
    }
    
    .work-item .down-content h4 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.25px;
        margin-bottom: 15px;
        color: #00743f;
    }
    
    .work-item .down-content p {
        margin-bottom: 20px;
    }
    
    a.filled-button {
        background-color: #00743f;
        border: 1px solid #00743f;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 12px 30px;
        border-radius: 10px 0px;
        display: inline-block;
        transition: all 0.3s ease-in;
    }
    
    a.filled-button:hover {
        text-decoration: none;
        background-color: #fff;
        color: #f1a104;
        border: 1px solid #f1a104;
    }
    /* --------clients------ */
    /*----------------------- Our Case --------------------*/
    
    .our-case {
        padding: 80px 0;
    }
    
    .our-case .row {
        margin: 0 -22px;
    }
    
    .our-case .row [class="col-"] {
        padding: 0 22px;
    }
    
    .our-case .wrapper {
        margin-top: 10px;
    }
    
    .our-case .single-case-block {
        position: relative;
        border: 2px solid #00743f;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 40px;
        padding: 40px;
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in;
    }
    
    .our-case .single-case-block:hover {
        border: 2px solid #f1a104;
    }
    
    .our-case .single-case-block img {
        width: 100%;
    }
    /*------------------- Theme Pagination ------------------*/
    
    .theme-pagination ul {
        padding-top: 40px;
    }
    
    .theme-pagination ul li {
        display: inline-block;
    }
    
    .theme-pagination ul li a {
        display: block;
        font-size: 16px;
        color: #232323;
        width: 50px;
        line-height: 48px;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #dadada;
    }
    
    .theme-pagination ul li a:hover,
    .theme-pagination ul li.active a {
        color: #fff;
        background-color: #00743f;
    }
    
    .theme-pagination ul li.active a {
        cursor: default;
    }
    /* ------inner-details--- */
    
    .inner {
        padding: 80px 0;
    }
    
    .inner-title {
        font-size: 35px;
        color: #00743f;
        font-weight: 700;
        position: relative;
        line-height: 60px;
    }
    
    .inner-title:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 4px;
        width: 80px;
        background: #f1a104;
        border-radius: 5px;
    }
    
    .inner-title:after {
        position: absolute;
        content: "";
        left: 90px;
        bottom: 0;
        height: 4px;
        width: 40px;
        background: #00743f;
        border-radius: 5px;
    }
    
    .inner-details p {
        margin: 35px 0 35px;
        font-size: 16px;
        font-weight: 600;
    }
    
    .footer-content p {
        color: white;
    }
    
    .video-app-box {
        margin-bottom: 1rem;
        border-radius: 3px;
    }
    
    .video-app-box iframe {
        width: 100%;
        height: 350px;
        padding: 60px 30px 0;
    }


    .banner-img img {
        width: 100%;
        height: 450px;
    }

    .img-center {
        text-align: center; 
        border-radius: 8px;
        width: 100%;
        height: 215px;
        background-color: white;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
      }
    .img-center:hover
    {
        transform: scale(1.05);
    }