        /*Created By prahlada*/
        
        @font-face {
            font-family: 'Gotham Rounded';
            src: url('GothamRounded-Bold.woff2') format('woff2'), url('GothamRounded-Bold.woff') format('woff');
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Gotham Rounded';
            src: url('GothamRounded-Medium.woff2') format('woff2'), url('GothamRounded-Medium.woff') format('woff');
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }
        
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            -webkit-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }
        
        .container-fluid {
            margin: 0;
            padding: 0;
        }
        
        .row {
            margin: auto;
            padding: 0;
        }
        
        a {
            text-decoration: none;
        }
        
        a:hover,
        a:focus {
            text-decoration: none;
        }
        
        ul {
            padding: 0px;
        }
        
        .text-center {
            width: 100%;
        }
        
        .text-left {
            width: 100%;
        }
        
        .text-right {
            width: 100%;
        }
        
        body {
            font-family: 'Source Sans Pro', sans-serif;
        }
        
        #myBtn {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 10px;
            z-index: 99;
            cursor: pointer;
            height: 50px;
            width: 50px;
            padding: 0;
            outline: none;
            border: 0;
            opacity: 0.5;
            background-color: transparent;
        }
        
        #myBtn:hover {
            opacity: 1;
        }
        
        #myBtn img {
            width: 80%;
        }
        
        li {
            list-style-type: none;
        }
        
        .comingsoon h1 {
            font-family: fantasy;
            color: #fff;
            margin-bottom: 0;
            background-color: #545454;
            padding: 3.5em;
            font-size: 64px;
            letter-spacing: 0.5em;
        }
        
        .mypadding {
            padding: 5em 6em;
        }
        
        .goldcolor {
            color: #2957a4;
            font-weight: 600;
        }
        
        a.btn_style {
            background: #2957a4;
            color: #fff;
            padding: 10px 20px;
            border-radius: 50px;
        }
        
        .main_services p {
            color: #fff;
        }
        
        .aboutcolor {
            color: #fff;
        }
        
        .about p {
            font-size: 16px;
            text-align: justify;
            font-family: 'Ramabhadra', sans-serif;
        }
        
        .goldbg {
            background-color: #ff9800;
        }
        
        .redcolor {
            color: #f57921;
        }
        
        header {
            background-color: transparent;
            /* position: absolute; */
            width: 100%;
            z-index: 99;
            height: 100px;
        }
        
        .header_top {
            padding: 0 4em;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            place-items: center;
            background-color: #101010;
            color: #fff;
        }
        
        .header_top h5 {
            margin-bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            place-items: center;
        }
        
        header .header_top ul,
        .meet ul {
            margin-left: -10px;
            margin-bottom: 0;
        }
        
        header .header_top li,
        .meet li {
            list-style-type: none;
            margin-bottom: 0;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            place-items: center;
        }
        
        header .social_media svg,
        .meet svg {
            padding: 6px !important;
            width: 25px !important;
            text-align: center;
            text-decoration: none;
            margin: 5px 2px;
            cursor: pointer;
            color: #fff !important;
            margin-left: 1em;
            font-size: 0.4em;
            border-radius: 50%;
            height: 25px !important;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        header .fa-facebook-f {
            background: #3B5998 !important;
        }
        
        header .fa-instagram {
            background: #125688 !important;
        }
        
        header .fa-pinterest {
            background: #cb2027 !important;
        }
        
        header .social_media {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }
        
        .logo {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .header_top p {
            margin-bottom: 0;
            font-size: 0.8em;
        }
        
        .header.row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            place-items: center;
            margin-top: 0;
            padding: 0 4em;
            padding-bottom: 0.5em;
            color: #fff;
            display: none;
        }
        
        header .call_today p {
            margin-bottom: 0;
        }
        
        header .call_today a {
            color: #fff;
            font-style: italic;
        }
        
        header .header_add p {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            margin-bottom: 0;
            font-size: 1em;
            font-style: italic;
        }
        
        .sticky.is-sticky {
            position: fixed;
            left: 0;
            right: 0;
            padding: 1em 7em;
            top: 0;
            margin: 0 auto;
            z-index: 1000;
            width: 100%;
            border-radius: 0px;
            box-shadow: 2.517px 3.109px 8px 0 rgba(213, 222, 231, .5);
        }
        
        .sticky.is-sticky li.nav-item.issue a {
            border-radius: 50px;
            color: #fff !important;
        }
        
        .bg-dark {
            background-color: #fff !important;
            padding: 15px 45px;
        }
        
        #collapsibleNavbar {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            place-items: center;
        }
        
        #collapsibleNavbar ul {
            -ms-flex-pack: distribute;
            -webkit-box-pack: justify;
            justify-content: space-between;
            margin-right: 2em;
        }
        
        nav li {
            position: relative;
            cursor: pointer;
        }
        
        .navbar-dark .navbar-nav .nav-link:focus,
        .navbar-dark .navbar-nav .nav-link:hover,
        .navbar-dark .navbar-nav .nav-link.active {
            color: #1b8d6f !important;
        }
        
        #collapsibleNavbar a::before .active {
            border-bottom: 1px solid #1b8d6f;
        }
        
        .navbar-dark .navbar-nav .nav-link.active {
            color: #333 !important;
            border-bottom: 2px solid #1b8d6f;
        }
        
        div#demo {
            background: rgb(219, 245, 253);
            background: linear-gradient(90deg, rgba(219, 245, 253, 1) 0%, rgba(215, 235, 252, 1) 35%, rgba(210, 224, 251, 1) 100%);
        }
        
        .nav_brand {
            position: relative;
            width: 23%;
            text-align: center;
        }
        
        .nav_brand img {
            width: 100%;
        }
        
        .fa-caret-down {
            color: #1b8d6f;
            font-size: 1em !important;
        }
        
        .navbar-dark .navbar-nav .nav-link {
            color: #333;
            padding: 0.8em 0em;
            margin: 0 1.3em;
            font-size: 18px;
            display: flex;
            width: max-content;
            position: relative;
            place-items: center;
            font-weight: 600;
            text-transform: uppercase;
        }
        
        .navbar-dark .navbar-nav .nav-link svg {
            font-size: 0.8em;
            margin-left: 5px;
        }
        
        li.nav-item.issue a {
            background: linear-gradient(22deg, rgba(41, 87, 164, 1) 10%, rgba(32, 121, 130, 1) 52%, rgba(24, 148, 103, 1) 100%);
            color: #fff !important;
            border: 2px solid #0070b5 !important;
            padding: 13px 27px !important;
            border-radius: 50px;
        }
        /* li.nav-item.issue a {
     background-color: #cf010c;
     color: #fff !important;
     border-radius: 0 10px 10px 0;
     -webkit-box-shadow: 1px 0 1px #000;
     box-shadow: 1px 0 1px #000;
     padding: 0.8em 2em !important;
 } */
        
        li.about_menu:hover>a {
            color: #ffc107 !important;
        }
        
        li.nav-item.issue a:hover {
            background-color: #1b8d6f;
            color: #fff !important;
        }
        
        #collapsibleNavbar a::before {
            content: '';
            position: absolute;
            padding: 15px 0;
            bottom: 0;
            left: 0;
            overflow: hidden;
            max-width: 0;
            border-bottom: 2px solid #1b8d6f;
            color: #fff;
            -webkit-transition: max-width 0.5s;
            -o-transition: max-width 0.5s;
            transition: max-width 0.5s;
            margin: 0 auto;
            right: 0;
        }
        
        #collapsibleNavbar a:hover::before {
            max-width: 100%;
            width: 100%;
        }
        
        li.nav-item.issue a::before {
            display: none;
        }
        
        .sub_menu {
            position: absolute;
            background-color: #ffffff;
            top: 50px;
            left: 0;
            padding: 10px 0px 10px;
            width: 300px;
            display: none;
            border-top: 5px solid #f57921;
            -webkit-box-shadow: 0 0 5px 0 #000;
            box-shadow: 0 0 5px 0 #000;
        }
        
        .sub_menu:before {
            content: "";
            position: absolute;
            left: 10%;
            top: -30px;
            border: 1rem solid;
            border-width: .8rem 1rem;
            border-color: transparent transparent #f57921;
        }
        
        .sub_menu ul {
            padding: 0px;
            margin: 0px !important;
        }
        
        .sub_menu ul li {
            list-style-type: none;
            padding: 5px 1em;
            margin: 0 5px;
            -webkit-transition: unset;
            -o-transition: unset;
            transition: unset;
        }
        
        .sub_menu ul li:hover {
            background-color: #f57921;
            margin: 0 10px;
            color: #fff;
            -webkit-transition: unset;
            -o-transition: unset;
            transition: unset;
        }
        
        .sub_menu ul li:hover>a {
            color: #fff;
        }
        
        .sub_menu ul li a {
            border-bottom: 2px dotted #edeef0;
            color: #414141;
            display: block;
            padding: 0;
            padding-bottom: 2px;
            text-align: left;
            text-transform: uppercase;
        }
        
        .sub_menu ul li:last-child a {
            border-bottom: 0;
        }
        
        .services_menu:hover .services_sub_menu {
            display: block !important;
        }
        
        .carousel-item img {
            width: 100%;
        }
        
        .carousel-caption {
            right: 0;
            left: 0;
            margin: auto;
            top: 55%;
            bottom: unset;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
        
        .carousel-caption {
            position: absolute;
            right: -300px;
            top: 44%;
            z-index: 10;
            padding: 10px;
            color: #fff;
            text-align: left;
            width: 92.5%;
            margin-top: 48px;
            transform: translateY(-50%);
            left: 12%;
            bottom: unset;
            transition: all 1s ease-in-out;
        }
        /* .last-slide {
	margin-left: 4%;
} */
        
        .active .carousel-caption {
            right: 0;
        }
        
        .carousel-control-next-icon,
        .carousel-control-prev-icon {
            background-color: #00000000;
            padding: 15px !important;
            border-radius: 50%;
            background-size: 60% 60%;
        }
        
        .bg-info-blue h1 {
            font-size: 55px !important;
        }
        
        .last-slide h1 {
            font-size: 55px !important;
        }
        
        .carousel-indicators .active {
            background-color: #f5792100;
            border: 2px solid #fff;
        }
        
        .carousel-indicators li {
            background-color: #fff;
        }
        
        .carousel-caption a {
            background: #fff;
            padding: 10px 20px;
            border-radius: 50px;
            color: #000;
            font-weight: 700;
        }
        
        .carousel-indicators {
            justify-content: left;
            padding-left: 0;
            margin-right: 8%;
            margin-left: 8%;
            margin-bottom: 5rem;
        }
        
        .carousel-control-next,
        .carousel-control-prev {
            width: 5%;
            height: 69px;
            position: absolute;
            /* justify-content: center; */
            top: 41%;
            bottom: 0;
            background: #2859a130;
        }
        
        .carousel-caption h1.asap {
            color: #164899;
            margin-bottom: 0px;
            font-size: 64px;
            font-weight: 700;
            font-family: 'Ramabhadra', sans-serif;
        }
        
        .carousel-caption h1 {
            color: #d7df23;
            font-size: 85px;
            font-family: 'Ramabhadra', sans-serif;
        }
        
        .bg-info-blue {
            background: #2957a4;
            padding: 28px;
            width: fit-content;
        }
        
        .carousel-caption h5 {
            color: #f57921;
            font-size: 27px;
            font-family: 'Ramabhadra', sans-serif;
        }
        
        .carousel-caption h3 {
            color: #f57921;
            font-size: 16px;
            font-family: 'Ramabhadra', sans-serif;
        }
        
        .carousel-caption p {
            color: #000;
            font-size: 24px;
            margin-top: 50px;
            font-family: 'Ramabhadra', sans-serif;
        }
        
        .carousel-caption p span {
            color: #f57921;
            margin: 10px 10px;
        }
        
        .about h3 {
            font-size: 28px;
            font-weight: 700;
            text-transform: capitalize;
            line-height: 44px;
        }
        
        .about h3 span {
            color: #189467;
        }
        
        .carousel-indicators li {
            position: relative;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            width: 15px;
            height: 15px;
            margin-right: 3px;
            margin-left: 3px;
            text-indent: -999px;
            border-radius: 50px;
            cursor: pointer;
            background-color: #084298;
        }
        
        .about img {
            width: 100%;
            border-radius: 20px;
        }
        
        .heading_style {
            padding-bottom: 0em;
            border-bottom: 3px solid #ff9800;
            margin-bottom: 1em;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
        }
        
        .about {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            place-items: center;
        }
        
        .services {
            background-color: #eff3f3;
            background-size: cover;
            color: #000;
        }
        
        .services h3 {
            color: #f57921;
            border-bottom: 0;
            margin-bottom: 0.5em;
            font-size: 40px;
            font-weight: 700;
        }
        
        .services h4 {
            margin: auto;
            margin-bottom: 0.5em;
        }
        
        .services img {
            text-align: center;
            margin: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 25%;
        }
        
        .slider-image {
            height: auto !important;
            width: auto !important;
            padding: 0px;
        }
        
        .slider-image a:hover {
            text-decoration: none;
        }
        
        .slider-image p,
        .slider-image span {
            color: #fff;
            margin-bottom: 0;
        }
        
        .slider-image span {
            color: #ed952a;
            float: right;
        }
        
        #thumbnail-slider section {
            padding: 0 75px;
        }
        
        #thumbnail-slider {
            width: 100%;
            border-radius: 0 0 10px 10px;
            background-color: transparent;
        }
        
        .slick-prev {
            left: 15px !important;
            top: 40% !important;
            background-color: #f57921;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            place-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 18px;
            border-radius: 50%;
        }
        
        .slick-next {
            right: 15px !important;
            top: 40% !important;
            background-color: #f57921;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            place-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 18px;
            border-radius: 50%;
        }
        
        .slick-prev:hover,
        .slick-next:hover {
            background-color: #ff9800;
        }
        
        .slick-prev:before,
        .slick-next:before {
            color: #000 !important;
        }
        /* arrows */
        
        .slick-prev:before,
        .slick-next:before {
            position: absolute;
            top: 11px;
            content: "";
            display: block;
            width: 12px;
            height: 12px;
            border-left: 6px solid #fff;
            border-top: 6px solid #fff;
        }
        
        .slick-prev:before {
            left: 13px;
            -ms-transform: rotate(-45deg);
            /* -webkit-transform: rotate(-45deg); */
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            content: '' !important;
        }
        
        .slick-next:before {
            right: 13px;
            -ms-transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            content: '' !important;
        }
        /*.slick-slide img:focus, .slick-slide img:hover {
    transform: scale(1.05) translateX(0px);
}*/
        
        .slick-slide img {
            cursor: pointer;
            width: 100%;
            border-radius: 10px;
            margin-bottom: 5px;
        }
        
        .artists h3 {
            margin: auto;
            margin-bottom: 1em;
            font-size: 45px;
            color: #2a53a6;
            font-weight: 600;
        }
        
        .artists_social {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 0;
            top: -60px;
            margin-bottom: 0;
            position: absolute;
            left: 0;
            right: 0;
            padding: 0;
        }
        
        .artists_ul {
            display: none;
        }
        
        .slider_info {
            background-color: #fff;
            display: -ms-grid;
            display: grid;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
            text-align: center;
            top: -50px;
            width: 90%;
            margin: auto;
            -webkit-box-shadow: 0 0 5px 0 #333;
            box-shadow: 0 0 5px 0 #333;
            padding: 21px 14px;
            border-radius: 5px;
            min-height: 150px;
        }
        
        .artists_social li {
            margin: 0 0.5em;
            width: 40px;
            color: #fff;
            margin: 0 0.5em;
            background: #18459e;
            padding: 4px 10px;
            border-radius: 5px;
        }
        
        .artists_social li:hover {
            background: #18459e;
            color: #fff !important;
        }
        
        .artists_social li svg {
            color: #fff;
        }
        
        a.slider_share {
            position: absolute;
            top: -20px;
            left: 50%;
            background-color: #f57921;
            color: #fff;
            padding: 0.5em 1em;
            border-radius: 5px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }
        
        footer {
            background-color: #15479e;
            padding: 2em 4em 1em !important;
            color: #fff;
        }
        
        footer img {
            width: 64%;
            margin-bottom: 1em;
            border-radius: 20px;
        }
        
        footer li .col-sm-1 {
            margin-right: 0.5em;
            padding: 0 !important;
        }
        
        footer ul {
            margin-bottom: 0;
        }
        
        footer li {
            margin-bottom: 1em;
            color: #fff;
        }
        
        footer li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            place-items: center;
            color: #fff;
        }
        
        footer li a:hover,
        .footer_bottom a:hover {
            color: #ff9800;
        }
        
        footer li svg {
            font-size: 0.4em;
            color: #fff;
            border-radius: 50%;
            width: 35px !important;
            height: 35px !important;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 7px;
        }
        
        .footer_hours h5 {
            color: #ffffff;
            font-weight: 600;
            margin-bottom: 25px;
        }
        
        .footer_hours {
            padding-left: 1em;
        }
        
        .footer_bottom {
            background-color: #072869;
            color: #fff;
            padding: 1em 4em;
        }
        
        .footer_bottom a {
            color: #fff;
        }
        
        .footer_bottom p:last-child {
            margin: 0 0 auto auto;
        }
        
        .footer_bottom p {
            margin-bottom: 0;
            font-size: .8em;
        }
        
        .slider.desktop {
            display: block;
        }
        
        .slider.mobile {
            display: none;
        }
        /*Mobile CSS*/
        
        @media only screen and (max-width: 600px) {
            .comingsoon h1 {
                font-size: 34px;
            }
            .joinus_info {
                align-self: center;
                text-align: center;
                margin-bottom: 50px;
            }
            .crop_text h5 {
                text-align: center;
                line-height: 30px;
                margin-top: 45px;
            }
            .about {
                padding: 50px 17px !important;
            }
            .mypadding {
                padding: 1em;
            }
            .header_top,
            .header.row {
                display: none;
            }
            .sticky.is-sticky {
                border-radius: 0px;
            }
            header {
                position: inherit;
            }
            header .social_media {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }
            .carousel-indicators li {
                width: 5px;
                height: 5px;
            }
            .carousel-caption a {
                background: #fff;
                padding: 4px 9px;
                border-radius: 50px;
                color: #000;
                font-size: 8px;
                font-weight: 700;
            }
            .header_add {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }
            .header_add p:first-child {
                width: 60%;
            }
            header .call_today p {
                width: 40%;
                float: left;
            }
            header .header_add p br {
                display: none;
            }
            .navbar-dark .navbar-toggler {
                color: #18469e;
                border-color: #18459c;
            }
            .navbar-toggler:focus {
                text-decoration: none;
                outline: none;
                box-shadow: none;
            }
            .bg-dark {
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: space-evenly;
                padding-top: 5px;
                margin: 0;
                background-color: #ffffff !important;
                padding: 0 0em;
            }
            #collapsibleNavbar {
                background-color: #18469d;
                padding: 0em 0;
                margin: 0em 0;
            }
            .navbar-dark .navbar-nav .nav-link {
                color: #fff !important;
            }
            .navbar-dark .navbar-nav .nav-link.active {
                color: #f57921 !important;
                border-bottom: 2px solid #f8781c00;
            }
            .sub_menu2 {
                left: 0;
                border-left: 0;
                border-top: 5px solid #ff9800;
            }
            .sub_menu:before {
                content: "";
                position: absolute;
                left: 10%;
                top: -30px;
                border: 1rem solid;
                border-width: .8rem 1rem;
                border-color: transparent transparent #ff9800;
            }
            .sub_menu ul li {
                padding: 0.5em 1em;
            }
            .sub_menu2 ul li {
                padding: 0em 0.5em;
            }
            .logo {
                display: none;
            }
            .nav_brand {
                display: block;
                width: 80%;
                text-align: left;
            }
            .nav_brand img {
                width: 55%;
            }
            .sub_menu {
                z-index: 99;
                width: 100%;
                position: relative;
                top: 0;
            }
            .inner_heading {
                padding: 1em 1em !important;
            }
            .about_info p {
                margin-left: 0px !important;
            }
            .about_inner {
                padding: 2em 1em !important;
            }
            .sticky.is-sticky {
                width: 100%;
                padding: 30px 0;
                position: fixed;
            }
            .carousel-indicators {
                justify-content: left;
                padding-left: 0;
                margin-right: 12%;
                margin-left: 7%;
                margin-bottom: 16px;
            }
            #collapsibleNavbar ul {
                padding-right: 0em;
                margin: 0;
            }
            .join_img img {
                width: 100%;
            }
            .product_main img {
                width: 60% !important;
                height: 160px !important;
                object-fit: contain;
                margin: 0 auto;
                text-align: center;
                justify-content: center;
                display: flex;
            }
            .row.artists.mypadding {
                padding: 2em 0em !important;
            }
            .row.crops.mypadding {
                padding: 2em 1em !important;
            }
            .footer_bottom p:last-child {
                margin: 0 auto;
                text-align: center;
            }
            .our_website p {
                justify-content: center !important;
                display: flex;
            }
            nav li {
                position: relative;
                cursor: pointer;
                border-bottom: 1px solid #084298;
                padding: 5px 0px;
            }
            .navbar-dark .navbar-nav .nav-link {
                padding: 0.2em 1em;
            }
            .slider img {
                width: 100%;
                height: auto;
            }
            #thumbnail-slider section {
                padding: 0 40px;
            }
            .carousel-caption {
                top: 26%;
                width: 100%;
                left: 36px;
            }
            .carousel-caption h2 {
                font-size: 13px;
            }
            .carousel-caption p {
                margin: 0px;
                font-size: 10px;
            }
            .carousel-caption h1 {
                font-size: 24px !important;
            }
            .carousel-caption h5 {
                font-size: 14px;
            }
            .bg-info-blue h1 {
                font-size: 19px !important;
            }
            .banner img {
                width: 100%;
                height: 360px;
            }
            .last-slide h1 {
                font-size: 17px !important;
            }
            /* .last-slide {
		margin-left: 5%;
	} */
            .carousel-control-next,
            .carousel-control-prev {
                top: 30%;
            }
            .bg-info-blue {
                background: #2957a4;
                padding: 10px;
            }
            .sticky.is-sticky li.nav-item.issue a {
                border-radius: 0;
                -webkit-box-shadow: unset;
                box-shadow: unset;
            }
            li.nav-item.issue a {
                border-radius: 0;
                -webkit-box-shadow: unset;
                box-shadow: unset;
            }
            .gender_info p {
                font-size: 0.8em;
            }
            .gender_info h4 {
                margin-bottom: 0;
            }
            .about .col-md-5 {
                margin-bottom: 1em;
                margin-top: 20px;
            }
            .about p {
                text-align: justify;
            }
            h3.heading_style {
                text-align: center;
                margin: 20px auto;
                font-size: 30px;
            }
            .col-sm-12.col-md-4.main_services {
                margin-bottom: 40px;
            }
            .cond-inner-div {
                min-height: 140px !important;
                padding: 18px 15px !important;
            }
            .img-cnd img {
                width: 40%;
            }
            /* .services p {
         text-align: center;
     } */
            .services a.btn_style {
                margin: auto;
                margin-bottom: 1em;
            }
            .services br {
                display: none;
            }
            .services h3 {
                margin: auto;
                margin-bottom: 0.5em;
            }
            .services .col-md-3 {
                margin-bottom: 1em;
                width: 50%;
            }
            .img-cnd {
                margin-bottom: 10px !important;
            }
            .blog_details li {
                margin-right: 0.5em;
            }
            .blog_details li a {
                color: #444;
                font-size: 0.7em;
            }
            .first_blog {
                margin-bottom: 1em;
            }
            .left_blog .blog_info {
                display: block;
            }
            footer li .col-sm-1 {
                width: 10%;
            }
            footer li .col-sm-10 {
                width: 85%;
            }
            footer {
                padding: 2em 1em 1em !important;
            }
            footer li span span {
                display: none;
            }
            .footer_bottom {
                padding: 0.5em 1em;
            }
            .slider.desktop {
                display: none;
            }
            .slider.mobile {
                display: block;
            }
            .load-more-container ul li {
                width: 100% !important;
            }
            .slider.mobile h1.asap {
                font-weight: 500 !important;
            }
            .crop_info img {
                width: 100%;
            }
            .about_krishna .col-sm-4 img {
                width: 100%;
                height: auto !important;
            }
            .col-sm-8.about_self {
                align-self: center;
                padding-left: 0 !important;
                text-align: justify !important;
            }
        }
        /*Tablet CSS*/
        
        @media only screen and (min-width: 601px) and (max-width:1000px) {
            .mypadding {
                padding: 2em;
            }
            .first_blog {
                margin-bottom: 1em;
            }
            .carousel-indicators {
                margin-bottom: 2rem;
            }
            .sticky.is-sticky {
                width: 100%;
            }
            .header_top,
            .header.row {
                display: none;
            }
            .header .col-md-3,
            .header .col-md-6 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
                max-width: 33.333333%;
            }
            .bg-dark {
                margin: 0 2em;
            }
            .navbar-dark .navbar-nav .nav-link {
                margin: 0 10px;
                font-size: 14px;
            }
            .nav_brand img {
                width: 90%;
            }
            .about p {
                font-size: 13px;
            }
            li.nav-item.issue a {
                padding: 0.8em 1em !important;
            }
            .banner img {
                width: 100%;
                height: 370px;
            }
            .carousel-caption {
                top: 50%;
                width: 95%;
            }
            .carousel-control-next,
            .carousel-control-prev {
                top: 50%;
            }
            .carousel-caption h1 {
                font-size: 29px !important;
            }
            .carousel-caption h5,
            .carousel-caption p {
                font-size: 15px !important;
            }
            .carousel-caption p {
                margin-top: 0px;
            }
            .gender_info p {
                font-size: 0.8em;
            }
            .gender_info h4 {
                margin-bottom: 0;
            }
            .about .col-md-5 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
                margin-bottom: 1em;
            }
            .about .col-md-7 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }
            .services .col-md-3 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%;
                margin-bottom: 1em;
            }
            .slider-image {
                padding: 10px;
            }
            .blog_details li {
                margin-right: 0.5em;
            }
            .blog_details li a {
                color: #444;
                font-size: 0.7em;
            }
            .first_blog {
                margin-bottom: 1em;
            }
            .left_blog .blog_info {
                display: block;
            }
            footer {
                background-color: #011119;
                padding: 2em 2em 1em !important;
                color: #fff;
            }
            footer .col-md-4,
            footer .col-md-3,
            footer .col-md-2 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%;
                margin-bottom: 1em;
            }
            .footer_bottom {
                padding: 1em 2em;
            }
            footer .col-md-5 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }
        }
        /*service page*/
        
        .cond-inner-div {
            float: left;
            background: #fff;
            text-align: center;
            width: 100%;
            padding: 25px 20px;
            border-radius: 10px;
            margin-bottom: 15px;
            min-height: 175px;
        }
        
        .img-cnd {
            margin-bottom: 25px;
        }
        
        .img-cnd img {
            width: 40%;
        }
        
        .cond-inner-div h3 {
            margin: 0;
            font-weight: 600;
            font-size: 15px;
            padding-bottom: 0;
            line-height: 20px;
            color: #000;
        }
        
        .cond-inner-div:hover img,
        .cond-inner-div:hover a {
            filter: brightness(0.5);
            filter: brightness(0) invert(1);
        }
        
        .cond-inner-div:hover {
            background: #19459f;
            color: #fff;
        }
        
        .services_info {
            height: 100%;
            background: #19459f;
            padding: 25px 25px;
            border-radius: 10px;
        }
        
        .slick-slide {
            padding: 10px;
        }
        
        .slider-image img {
            border: 1px solid #19459f;
            filter: grayscale(100%);
            transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
            width: 100%;
        }
        
        .slider-image img:hover {
            filter: none;
        }
        
        .slider_info h4 {
            font-weight: 600;
            font-size: 18px;
            margin-top: 15px;
        }
        
        .our_website p {
            justify-content: flex-end;
            display: flex;
        }
        /*blog page*/
        
        .latest-blog-area {
            padding-top: 80px;
            padding-bottom: 40px;
            background: #fcfcfc;
            border-top: 1px px solid #f0f0f0;
            border-bottom: 1px solid #f0f0f0;
            position: relative;
            overflow: hidden;
        }
        
        .sec-title {
            margin-top: -3px;
            padding-bottom: 50px;
            position: relative;
        }
        
        .sec-title h1 {
            color: #222222;
            font-size: 32px;
            font-weight: 400;
            line-height: 36px;
            text-transform: capitalize;
            margin: 0 0 16px;
        }
        
        .sec-title .border {
            position: relative;
            overflow: hidden;
            display: block;
            background: #f0f0f0;
            height: 1px;
            display: block;
        }
        
        .sec-title .border:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 70px;
            height: 1px;
            background: #19469cbf;
            content: "";
        }
        
        .single-blog-item {
            position: relative;
            overflow: hidden;
            display: block;
            border-bottom: 1px solid #f4f4f4;
            background: #ffffff;
            padding: 20px;
            padding-bottom: 18px;
            border: 1px solid #d1d1d1;
            margin-bottom: 40px;
            border-radius: 8px;
        }
        
        .single-blog-item .img-holder {
            overflow: hidden;
            position: relative;
        }
        
        .single-blog-item:hover .img-holder img {
            transform: scale(1, 1);
        }
        
        .single-blog-item .img-holder img {
            transform: scale(1.1, 1.1);
            transition: all 0.5s ease 0s;
            width: 100%;
        }
        
        .single-blog-item .img-holder .overlay-style-one {
            transition: all 500ms ease;
        }
        
        .overlay-style-one {
            -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
            filter: alpha(opacity=0);
            opacity: 0;
            position: absolute;
            height: 100%;
            width: 100%;
            top: 100%;
            background: #19469cbf;
            color: #fff;
            transition: all .9s ease;
        }
        
        .overlay-style-one .box {
            display: table;
            height: 100%;
            width: 100%;
        }
        
        .overlay-style-one .box .content {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }
        
        .overlay-style-one .box .content a svg {
            color: #fff;
        }
        
        .single-blog-item .img-holder .overlay-style-one .content a {
            width: 30px;
            height: 30px;
            display: inline-block;
        }
        
        .single-blog-item .img-holder .overlay-style-one span:before {
            font-size: 25px;
            line-height: 30px;
            display: block;
        }
        
        .single-blog-item .text-holder .blog-title {
            color: #222222;
            font-size: 25px;
            font-weight: 400;
            line-height: 30px;
            padding: 20px 0 8px;
            display: block;
            transition: all 500ms ease;
        }
        
        .single-blog-item .text-holder .blog-title:hover {
            color: #0392ce;
        }
        
        .single-blog-item:hover .img-holder .overlay-style-one {
            -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            opacity: 1;
            top: 0;
        }
        
        .single-blog-item .img-holder .overlay-style-one span:before {
            font-size: 25px;
            line-height: 30px;
            display: block;
        }
        
        .single-blog-item .text-holder .meta-info li a {
            color: #848484;
            font-size: 15px;
            font-weight: 400;
            font-family: 'Hind', sans-serif;
        }
        
        .single-blog-item .text-holder .meta-info {
            overflow: hidden;
            padding-top: 20px;
            padding-left: 0px;
        }
        
        .single-blog-item .text-holder .meta-info li {
            display: inline-block;
            line-height: 16px;
            margin-right: 20px;
        }
        
        .single-blog-item .text-holder .text {
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 15px;
            display: block;
        }
        
        .single-blog-item .text-holder .meta-info li a svg {
            padding-right: 10px;
            width: 30px;
        }
        
        .sec-title h3 {
            text-align: center;
            margin: 0 auto;
            font-size: 40px;
        }
        /*counter*/
        
        .fact-counter-area {
            padding-bottom: 50px;
            padding-top: 50px;
            position: relative;
            z-index: 1;
            background: #18459e;
        }
        
        .fact-counter-area .sec-title {
            padding-bottom: 40px;
        }
        
        .fact-counter-area .sec-title h1 {
            color: #ffffff;
        }
        
        .fact-counter-area .sec-title p {
            color: #f1f1f1;
            font-size: 18px;
            font-weight: 300;
            line-height: 28px;
            margin: 0;
        }
        
        .counter-box {
            display: block;
            padding: 20px 20px 20px;
            text-align: center
        }
        
        .counter-box p {
            margin: 5px 0 0;
            padding: 0;
            color: #fff;
            font-size: 20px;
            font-weight: 600
        }
        
        .counter-box i {
            font-size: 60px;
            margin: 0 0 15px;
            color: #fff
        }
        
        .counter {
            display: block;
            font-size: 32px;
            font-weight: 700;
            color: #f57921;
            line-height: 28px
        }
        
        .counter-box.colored p,
        .counter-box.colored i,
        .counter-box.colored .counter {
            color: #fff
        }
        /*Gallery*/
        
        .gallery {
            background-color: #eee;
        }
        
        .gallery h1 {
            text-align: center;
            margin: 0 auto;
        }
        
        .load-more-container {
            margin: 20px auto;
            position: relative;
        }
        
        .load-more-container ul {
            list-style-type: none;
            padding: 0;
        }
        
        .load-more-container ul:after {
            content: "";
            display: table;
            clear: both;
        }
        
        .load-more-container ul li {
            width: calc(25% - 10px);
            margin: 10px 5px 0;
            color: #fff;
            float: left;
            border-radius: 2px;
        }
        
        .load-more-container ul li img {
            width: 100%;
        }
        
        .load-more-container ul li:nth-child(1n+5) {
            max-height: 0;
            opacity: 0;
            transition: 0.1s ease-in;
        }
        
        .load-more-container .load-more-btn {
            width: 150px;
            line-height: 40px;
            border-radius: 50px;
            margin: 0 auto;
            display: block;
            background: #f17b22;
            color: #fff;
            cursor: pointer;
            text-align: center;
        }
        
        .load-more-container .load-more-btn:hover {
            background: #f17b22;
        }
        
        .load-more-container .load-more-btn .loaded {
            display: none;
        }
        
        .load-more-container #load-more {
            display: none;
        }
        
        .load-more-container #load-more:checked~ul li:nth-child(1n+5) {
            max-height: 999px;
            opacity: 1;
            transition: 0.2s ease-in;
        }
        
        .load-more-container #load-more:checked~.load-more-btn .loaded {
            display: block;
        }
        
        .load-more-container #load-more:checked~.load-more-btn .unloaded {
            display: none;
        }
        
        .carousel-indicators {
            position: absolute;
            right: 0;
            bottom: 0;
            left: inherit !important;
        }
        
        .row.artists.mypadding {
            background: url(../images/paralex.png) no-repeat center center;
            padding: 5em 4em;
        }
        
        .heading_style {
            font-weight: 700;
            color: #2957a4;
            width: 100%;
            margin: 0 auto;
            text-align: center;
            margin-bottom: 1em;
            text-shadow: 0px 2px 1px rgb(172 172 172);
        }
        
        .product_main {
            background: #fff;
            border-radius: 25px;
            padding: 30px 15px;
            margin-bottom: 30px;
        }
        
        .product_main h3 {
            font-size: 20px;
            font-weight: 600;
            color: #287269;
        }
        
        .product_main p {
            margin-bottom: 10px;
            font-size: 20px;
            text-align: justify;
        }
        
        .product_main p span {
            color: #2957a4;
            font-weight: 600;
            border-bottom: 2px solid #287269;
        }
        
        .viewall {
            margin: 0 auto;
            padding-top: 45px;
            text-align: center;
        }
        
        .viewall a {
            text-align: center;
            margin: 0 auto;
            background: linear-gradient(22deg, rgba(41, 87, 164, 1) 10%, rgba(32, 121, 130, 1) 52%, rgba(24, 148, 103, 1) 100%);
            padding: 11px 50px;
            color: #fff;
            border-radius: 40px;
            font-size: 20px;
        }
        
        .parallax {
            background-attachment: fixed !important;
            background-size: cover !important;
            background-position: 50% 0;
            background-repeat: no-repeat;
            position: relative;
        }
        
        .product_main img {
            width: 100%;
            height: 258px;
            object-fit: contain;
        }
        
        .product_main:hover img {
            transform: scale(1.2);
        }
        
        .product_main:hover {
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        }
        
        .row.artists.parallax.mypadding h3 {
            text-align: center;
            color: #fff;
            margin: 0px;
        }
        
        .row.artists.parallax.mypadding h5 {
            margin-bottom: 3em;
            text-align: center;
            color: #fff;
        }
        
        .crops {
            background: #e6e7e8;
        }
        
        .row.crops.mypadding {
            padding: 4em 4em;
        }
        
        .crop_info {
            text-align: center;
        }
        
        .crop_info img {
            border-radius: 78px 0px 78px 0px;
        }
        
        .crops-info {
            align-items: center;
            align-self: center;
        }
        
        .crop_text h5 {
            font-size: 25px;
            color: #2957a4;
            margin-bottom: 40px;
            line-height: 40px;
            font-weight: 700;
        }
        
        .topic_info li {
            list-style: none;
            float: left;
            margin: 6px 5px;
            padding: 9px 0;
        }
        
        .topic_info li a {
            border: 1px solid #228d65;
            color: #2b7375;
            padding: 10px 20px;
            border-radius: 50px;
            font-size: 20px;
        }
        
        .row.joinus.mypadding {
            background-image: url(../images/bg_img.jpg);
            background-attachment: fixed !important;
            background-size: cover !important;
            background-position: 50% 0;
            background-repeat: no-repeat;
            position: relative;
        }
        
        .col-sm-12.col-md-6.us_join {
            display: flex;
        }
        
        .joinus_info {
            align-self: center;
        }
        
        .joinus_info h4 {
            color: #fff;
            font-weight: 700;
            font-size: 30px;
            margin-bottom: 25px;
        }
        
        .joinus_info a {
            background: linear-gradient(22deg, rgba(41, 87, 164, 1) 10%, rgba(32, 121, 130, 1) 52%, rgba(24, 148, 103, 1) 100%);
            padding: 15px 30px;
            color: #fff;
            margin: 0 auto;
            text-decoration: none;
            border-radius: 50px;
            font-size: 20px;
        }
        
        footer#contact a img {
            filter: brightness(0) invert(1);
        }
        
        .inner_heading {
            padding: 1em 7em;
            background: linear-gradient(22deg, rgba(41, 87, 164, 1) 10%, rgba(32, 121, 130, 1) 52%, rgba(24, 148, 103, 1) 100%);
            display: flex;
            place-items: center;
            background-size: cover;
        }
        
        .inner_banner img {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }
        
        .inner_heading p {
            margin: 0px;
            color: #fff;
        }
        
        .inner_heading p a {
            color: #fff;
        }
        
        .contact_inner {
            padding: 4em 0em;
        }
        
        .contact_inner {
            padding: 4em 0em;
        }
        
        .contact_info {
            padding: 0.5em;
            width: 100%;
        }
        
        .box img {
            height: 100%;
            width: auto;
            object-fit: cover;
        }
        
        .inner_content {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 0 20px 0px #b3aeae;
            margin: 50px 0px;
        }
        
        .contact_info li svg {
            width: 1em !important;
            height: 1em !important;
            margin-right: 10px;
            color: #0070b5;
        }
        
        .contact_info li,
        .contact_info li a {
            color: #000;
        }
        
        .contact_info h2 {
            color: #0070b5;
        }
        
        .head-info {
            color: #757575;
            letter-spacing: 5px;
            font-size: 16px;
        }
        
        .contact_info li {
            margin-bottom: 1em;
        }
        
        .form-group {
            margin-bottom: 1rem;
        }
        
        .form-control {
            display: block;
            width: 100%;
            height: calc(2.25rem rem + 2px);
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }
        
        .container {
            width: 1150px;
            ;
        }
        
        .about_inner {
            padding: 4em 5em;
            z-index: 99;
            position: relative;
            background-color: #fefefe;
            width: 100%;
        }
        
        .about_info {
            margin-bottom: 65px;
        }
        
        .about_info p {
            text-align: justify;
            font-weight: 400;
            font-size: 18px;
            margin-bottom: 30px;
            margin-left: 40px;
        }
        
        .about-log {
            position: relative;
            margin-right: 20px;
        }
        
        .about-log h4 {
            color: #000;
            font-weight: 700;
            font-size: 25px;
        }
        
        .about-log h4:after {
            content: '';
            display: block;
            background: #0070b5;
            height: 8px;
            width: 100%;
            top: 0;
            left: 0;
            margin-top: 20px;
        }
        
        .bg-1 {
            background-color: #d2e8df;
        }
        
        .bg-2 {
            background-color: #cae3ea;
        }
        
        .bg-3 {
            background-color: #e6dbf4;
        }
        
        .bg-4 {
            background-color: #edddbeab;
        }
        
        .bg-5 {
            background-color: #c9deffab;
        }
        
        .bg-6 {
            background-color: #f4b69f66;
        }
        
        .product_main .col-md-3 {
            display: flex;
            align-items: center;
        }
        
        .sticky-icon {
            z-index: 1;
            position: fixed;
            top: 23%;
            right: 0%;
            width: 210px;
            display: flex;
            flex-direction: column;
        }
        
        .sticky-icon a {
            transform: translate(160px, 0px);
            border-radius: 5px;
            margin: 2px;
            text-decoration: none;
            text-transform: uppercase;
            padding: 10px 14px;
            font-size: 20px;
            transition: all 0.8s;
        }
        
        .sticky-icon a:hover {
            color: #FFF;
            transform: translate(132px, 0px);
        }
        
        .sticky-icon a:hover i {
            transform: rotate(360deg);
        }
        
        .Facebook {
            background-color: #000;
            color: #FFF;
        }
        
        .Youtube {
            background-color: #000;
            color: #FFF;
        }
        
        .Instagram {
            background-color: #000;
            color: #FFF;
        }
        
        .sticky-icon a i {
            background-color: #000000;
            height: 40px;
            width: 40px;
            color: #ffffff;
            text-align: center;
            line-height: 40px;
            border-radius: 50%;
            margin-right: 20px;
            transition: all 0.5s;
        }
        
        .col-md-9.product_name h3 {
            font-size: 25px;
            color: #1b8a71 !important;
            font-weight: 800;
            text-align: left !important;
            margin-bottom: 20px !important;
        }
        
        .row.mypadding.about_krishna {
            background: #15479e;
            color: #fff;
        }
        
        .about_krishna .col-sm-4 {
            text-align: center;
        }
        
        .about_krishna .col-sm-4 img {
            width: 100%;
            height: 420px;
            border-radius: 10px 20% 10px 20%;
        }
        
        .about_krishna .col-sm-4 img:hover {
            border-radius: 20% 10px 20% 10px;
        }
        
        .about_comtent p {
            font-size: 18px;
        }
        
        .about_comtent h4 {
            font-weight: 700;
            color: #1e995e;
            font-size: 38px;
            margin-top: 54px;
        }
        
        .about_comtent ul li {
            margin-bottom: 20px;
            list-style: disc;
            font-size: 18px;
        }
        
        .about_comtent ul {
            padding-left: 20px;
            margin-top: 30px;
        }
        
        .col-sm-8.about_self {
            align-self: center;
            padding-left: 100px;
        }