@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
}
::-moz-selection {
 color: #fff;
 background: #92c63e;
}
::selection {
    color: #fff;
    background: #92c63e;
}

::-webkit-scrollbar-track {
 background-color: #cacaca;
}

::-webkit-scrollbar {
 width: 8px;
 background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
 background-color: #353535;
}
a {
    text-decoration: none !important;
}
.pdd {
    padding: 0 !important;
}
.home {
    width: 100%;
    margin: 0;
    padding: 5px 0 10px 0;
    z-index: 999;
    position: relative;
    -webkit-box-shadow: 0 7px 8px 0 rgba(0,0,0,.06);
    -moz-shadow: 0 7px 8px 0 rgba(0,0,0,.06);
    box-shadow: 0 7px 8px 0 rgba(0,0,0,.06);
}
p {
    font-size: 14px;
    text-align: justify;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
    letter-spacing: .4px;
    padding: 5px 0;
    color: #444;
}
.logo {
    padding: 0 !important;
}

 .disc::marker{
    color: black;
    font-size: 20px;
 
    
} 
.logo img {
    width: 80px;
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.topright {
    padding: 0 !important;
    margin: 10px 0 0 0;
    text-align: right;
}
.search {
    display: inline-block;
    width: 250px;
}
.search form {
    position: relative;
}
.search input {
    width: 100%;
    font-size: 13px;
    height: 38px;
    text-align: left;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    letter-spacing: .4px;
    padding: 6px 45px 5px 11px;
    border-radius: 25px;
    color: #343434;
    outline: none;
    border: 1px solid #ccc;
    background: #fff;
}
.search input[type=submit] {
    background: url("../images/search.png") no-repeat;
    background-size: 100% auto;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 3px;
    font-size: 0;
    right: 6px;
    border: none;
    padding: 0;
}
.lang {
    margin: 0 0 0 10px;
    padding: 0;
    width: 175px;
    display: inline-block;
}
.lang select {
    width: 100%;
    height: 38px;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
    letter-spacing: .4px;
    color: #333;
    background: none;
    outline: none;
    border-radius: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
}


.social {
    padding: 0;
    margin: 5px 0 0 0;
}
.social ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.social li {
    width: auto;
    list-style: none;
    margin: 0;
    border: none;
    padding: 0;
    display: inline-block;
    text-align: left;
}
.social li a {
    display: list-item;
    color: #213130;
    font-size: 12px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    width: 30px;
    border-radius: 5px;
    background: #bccecd;
    line-height: 30px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.social li a:hover {
    color: #fff;
}

/* facebook */
.social li:nth-child(1) a:hover {
    background: #143f9a;
}

/* twitter */
.social li:nth-child(2) a:hover {
    background: #55acef;
}

/* instagram */
.social li:nth-child(3) a:hover {
    background: #ff0076;
}

/* linkedin */
.social li:nth-child(4) a:hover {
    background: #005dbd;
}

/* pinterst */
.social li:nth-child(5) a:hover {
    background: #b60000;
}

/* youtube */
.social li:nth-child(6) a:hover {
    background: #b60000;
}

.social li:nth-child(7) a:hover {
    background: #008031;
}
.menu-collapser {
    position: absolute;
    top: -43px;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0 10px;
    margin: 0;
    color: #333;
    font-size: 0;
    line-height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.collapse-button {
    position: absolute;
    right: 0;
    top: 47px;
    width: 40px;
    padding: 0;
    color: #000000;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.collapse-button span:nth-of-type(2) {
    width: 30px;
}
.collapse-button span:nth-of-type(3) {
    width: 20px;
}
.collapse-button .icon-bar {
    display: block;
    float: right;
    height: 2px;
    width: 40px;
    position: relative;
    margin: 4px 0;
    background: #333;
    border-radius: 1px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.crotate .icon-bar {
    width: 35px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.crotate span:nth-of-type(3) {
    width: 35px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -10px;
}
.crotate span:nth-of-type(2) {
    display: none;
}
ul.slimmenu {
    width: 100%;
    margin: 12px 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
ul.slimmenu:before, ul.slimmenu:after {
    content: '';
    display: table
}
ul.slimmenu:after {
    clear: both
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li > ul {
    position: static;
    display: none
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
    height: 40px
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none
}
ul.slimmenu li ul li {
    width: 100%;
    padding: 0 15px;
}
ul.slimmenu li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
    width: 100%;
    height: auto;
    padding: 5px 0 !important;
    min-width: 200px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,.06);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,.06);
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,.06);
}

.brands {

    display: flex;
}
ul.slimmenu li > ul > li ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%
}
ul.slimmenu li a {
    padding: 0 17px;
    margin: 0;
    line-height: 35px;
    font-size: 13px;
    display: block;
    text-decoration: none;
    color: #444;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .8px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
}
ul.slimmenu li:last-child a {
    padding: 0 0 0 17px;
}
ul.slimmenu li ul li a, ul.slimmenu li ul li:last-child a {
    width: 100%;
    display: block;
    line-height: 20px;
    color: #333;
    padding: 10px 0;
    letter-spacing: .4px;
    margin: 0;
    text-align: left;
    font-size: 13px;
    text-transform: none;
    border-bottom: 1px dotted #e8e8e8;
}
ul.slimmenu li ul li a:before, ul.slimmenu li ul li a:after {
    display: none;
}
ul.slimmenu li ul li:last-child a {
    border-bottom: 0px solid #fff;
}
ul.slimmenu li a:hover, ul.slimmenu li ul li a:hover, ul.slimmenu li.active a {
    color: #92c63e;
}
ul.slimmenu li .sub-toggle {
    background: none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 7px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
ul.slimmenu li .sub-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle
}
ul.slimmenu li .sub-toggle svg {
    display: inline-block;
    color: #444;
    font-size: 11px;
    font-weight: 100;
    vertical-align: middle;
}
ul.slimmenu li ul li .sub-toggle svg {
    color: #000;
}
ul.slimmenu li ul li .sub-toggle {
    right: 2px;
}
/* ul.slimmenu > li {
} */
ul.slimmenu > li:first-child, ul.slimmenu > li.has-submenu + li {
    border-left: 0
}
.slide-banner {
    position: relative;
    padding: 0;
}
.slide-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background: url("../images/sbg.jpg") no-repeat;
    background-size: 100% auto;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    background-image: none !important;
    position: absolute;
    top: auto;
    bottom: 40px;
    background: none;
    width: 30px;
    z-index: 9;
    border-radius: 0;
    padding: 0;
    opacity: .5;
    overflow: hidden;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.slide-banner .carousel-control.left:hover, .slide-banner .carousel-control.right:hover {
    opacity: 1;
}
.slide-banner .carousel-control.left img, .slide-banner .carousel-control.right img {
    width: 100%;
}
.slide-banner .carousel-control.left {
    left: -10px;
}
.slide-banner .carousel-control.right {
    right: auto;
    left: 27px;
}
.slidetext {
    padding: 0 !important;
    margin: 10% 0 0 0;
    overflow: hidden;
}
.slidetext h2 {
    font-size: 45px;
    line-height: 56px;
    font-weight: 800;
    color: #213130;
    margin: 0;
    padding: 0;
}
.slidetext h2 span {
    color: #92c63e;
    letter-spacing: 1.2px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #92c63e;
}
.slidetext p {
    margin: 0;
    padding: 10px 0 15px 0;
    text-align: left;
}
.slideimg {
    padding: 40px 30px !important;
}
.slideimg img {
    width: 100%;
    margin: 0 0 0 35px;
}
.btn1 {
    background: #213130;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .4px;
    border: none;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 0 0 17px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.btn1 span {
    display: block;
    float: right;
    background: #92c63e;
    padding: 14px 15px;
    margin: 0 0 0 17px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.btn1:hover {
    color: #fff;
    background: #92c63f;
}
.btn1:hover span {
    background: #223231;
}
.sbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .5;
}
#triangle {
    stroke: #FC63B3;
}
#circle {
    stroke: #FFF48D;
}
#square {
    stroke: #94FFF5;
}
#cross {
    stroke: #8cff79;
}
.stage {
    position: relative;
    width: 100%;
    height: 100%;/* background-color: #232a35; */
}
.stage svg {
    position: absolute;
    z-index: 2;
}
.stage svg:nth-child(1) {
    left: 20%;
    top: 40%;
    -webkit-animation: roll-right 9s infinite linear alternate-reverse;
    -moz-animation: roll-right 9s infinite linear alternate-reverse;
    animation: roll-right 9s infinite linear alternate-reverse;
}
.stage svg:nth-child(2) {
    left: 90%;
    top: 30%;
    -webkit-animation: zmin 3s infinite linear alternate-reverse;
    -moz-animation: zmin 3s infinite linear alternate-reverse;
    animation: zmin 3s infinite linear alternate-reverse;
}
.stage svg:nth-child(3) {
    left: 70%;
    top: 20%;
    -webkit-animation: roll-right 8s infinite linear alternate-reverse;
    -moz-animation: roll-right 8s infinite linear alternate-reverse;
    animation: roll-right 8s infinite linear alternate-reverse;
}
.stage svg:nth-child(4) {
    left: 50%;
    top: 20%;
    -webkit-animation: roll-left 12s infinite linear alternate-reverse;
    -moz-animation: roll-left 12s infinite linear alternate-reverse;
    animation: roll-left 12s infinite linear alternate-reverse;
}
.stage svg:nth-child(5) {
    left: 80%;
    top: 50%;
    -webkit-animation: roll-left 13s infinite linear alternate-reverse;
    -moz-animation: roll-left 13s infinite linear alternate-reverse;
    animation: roll-left 13s infinite linear alternate-reverse;
}
.stage svg:nth-child(6) {
    left: 10%;
    top: 20%;
    -webkit-animation: zmin 1s infinite linear alternate-reverse;
    -moz-animation: zmin 1s infinite linear alternate-reverse;
    animation: zmin 1s infinite linear alternate-reverse;
}
.stage svg:nth-child(7) {
    left: 40%;
    top: 60%;
    -webkit-animation: roll-left 20s infinite linear alternate-reverse;
    -moz-animation: roll-left 20s infinite linear alternate-reverse;
    animation: roll-left 20s infinite linear alternate-reverse;
}
.stage svg:nth-child(8) {
    left: 10%;
    top: 90%;
    -webkit-animation: roll-right 11s infinite linear alternate-reverse;
    -moz-animation: roll-right 11s infinite linear alternate-reverse;
    animation: roll-right 11s infinite linear alternate-reverse;
}
 @-webkit-keyframes roll-left {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-moz-keyframes roll-left {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes roll-left {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-webkit-keyframes roll-right {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
 @-moz-keyframes roll-right {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
@keyframes roll-right {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
@-webkit-keyframes zmin {
 0% {
transform: scale(1);
}
 50% {
transform: scale(1.5);
}
 100% {
transform: scale(1);
}
}
@keyframes zmin {
 0% {
transform: scale(1);
}
 50% {
transform: scale(1.5);
}
 100% {
transform: scale(1);
}
}
.about {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.about:after {
    position: absolute;
    content: '';
    width: 45%;
    height: 140%;
    top: -11%;
    right: 0;
    opacity: .1;
    z-index: -1;
    background: url("../images/bg1.png");
    background-size: 100% 100%;
}
.ableft {
    padding: 0 40px 0 0 !important;
    margin: -40px 0 0 0;
}
.ableft img {
    width: 100%;
}
.abright {
    padding: 0 !important;
}
.abright p {
    margin: 0;
    padding: 0 0 10px 0;
}
.abright .btn1 {
    margin: 12px 0 0 0;
}
.title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 800;
    color: #213130;
    margin: 0;
    padding: 0 0 15px 0;
}
.title span {
    color: #92c63e;
}
.services {
    padding: 0 0 60px 0;
    position: relative;
    z-index: 1;
}
.services:before {
    position: absolute;
    content: '';
    width: 60%;
    height: 95%;
    top: 20%;
    left: 0;
    opacity: .1;
    z-index: -1;
    background: url("../images/bg1.png");
    background-size: 100% 100%;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.services .title {
    text-align: center;
}
.services h6 {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 31px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0;
    color: #444;
}
.serbox {
    padding: 25px 20px 20px 20px;
    margin: 20px;
    width: 550px;
    border-radius: 6px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.bran {

    width: 500px;

}
.serbox:hover {
    background: #fff;
    -webkit-box-shadow: 0 0px 20px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 0px 20px 0 rgba(0,0,0,.07);
    box-shadow: 0 0px 20px 0 rgba(0,0,0,.07);
}
.serbox img {
    width: auto;
    margin: 0 auto 15px auto;
    -webkit-transition: 1s;
    -moz-transition: .1s;
    -o-transition: 1s;
    transition: 1s;
}
.serbox:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.serbox h4 {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    line-height: 29px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0 0 5px 0;
    color: #333;
}
.serbox p {
    margin: 0;
    padding: 0;
    text-align: center;
}
.services .owl-nav {
    bottom: 0;
    margin: 10px 0 0 0;
    width: 100%;
}
.services .owl-carousel .owl-nav button.owl-next, .services .owl-carousel .owl-nav button.owl-prev, .blogs .owl-carousel .owl-nav button.owl-next, .blogs .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 30px;
    background: #92c63e;
    color: #fff;
    border-radius: 5px;
    font-size: 30px;
    line-height: 25px;
    padding: 0 0 5px 0 !important;
    outline: none;
    opacity: .6;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.services .owl-carousel .owl-nav button.owl-next:hover, .services .owl-carousel .owl-nav button.owl-prev:hover, .blogs .owl-carousel .owl-nav button.owl-next:hover, .blogs .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
}
.services .owl-carousel .owl-nav button.owl-next {
    right: 50%;
    margin-right: -33px;
}
.services .owl-carousel .owl-nav button.owl-prev {
    left: 50%;
    margin-left: -33px;
}
.featured {
    padding: 0 0 50px 0;
    z-index: 1;
    position: relative;
}
.fealeft {
    padding: 0 40px 0 0 !important;
}
.fealeft p {
    text-align: left;
    margin: 0;
    padding: 0;
}
.fealeft p span {
    font-weight: 500;
    display: block;
    margin: 0 0 25px 0;
}
.feabox {
    padding: 0 0 25px 0 !important;
}
.feabox img {
    width: 80px;
    float: left;
    border: 1px solid #92c63e;
    border-radius: 7px;
    margin: 4px 30px 0 0;
    -webkit-transition: 1s;
    -moz-transition: .1s;
    -o-transition: 1s;
    transition: 1s;
}
.feabox:hover img {
    border-radius: 100%;
    -webkit-transform: rotate(369deg);
    -moz-transform: rotate(369deg);
    -o-transform: rotate(369deg);
    transform: rotate(369deg);
}
.feabox h4 {
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0 0 5px 0;
    color: #333;
}
.fearight {
    padding: 0 !important;
}
.fearight img {
    width: 100%;
    margin: -20px 0 0 0;
}
.other {
    padding: 60px 0;
    background: url("../images/bg2.jpg") fixed;
    background-size: cover;
}
.other ul {
    margin: 0;
    padding: 0;
}
.other ul li {
    display: block;
    width: 33.333%;
    height: 380px;
    float: left;
    background: rgb(255, 255, 255, 0.85);
    padding: 25px 30px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.other ul li:hover {
    background: #fff;
}
.other ul li:nth-child(even) {
    background: rgb(146, 198, 62, 0.8);
}
.other ul li:nth-child(even):hover {
    background: #92c63e;
}
.other ul li img {
    width: 60px;
    margin: 0 0 12px 0;
}

.innerpage h5 {
    font-size: 15px;
    font-weight: 700;
}
.other ul li h4 {
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0 0 5px 0;
    color: #333;
}
.other ul li p {
    margin: 0;
    padding: 0;
    text-align: left;
}
.other ul li:nth-child(even) img {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.other ul li:nth-child(even) h4, .other ul li:nth-child(even) p {
    color: #fff;
}
.blogs {
    padding: 50px 0;
}
.blogbox {
    margin: 10px 0 0 0;
}
.blogbox img {
    width: 100%;
    border-radius: 7px;
    margin: 0 0 15px 0;
}
.blogbox h4 {
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0 0 7px 0;
    color: #333;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.blogbox:hover h4 {
    color: #92c63e;
}
.blogbox p {
    margin: 0;
    padding: 0;
    text-align: left;
}
.blogs .owl-dots, .services .owl-dots {
    display: none;
}
.blogs .owl-nav {
    top: -50px;
    margin: 0;
    width: auto;
    position: absolute;
    right: 0;
}
.blogs .owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.blogs .owl-carousel .owl-nav button.owl-prev {
    right: 36px;
}
footer {
    padding: 50px 0 0 0;
    background: #213130;
}
.fbox {
    padding: 0 50px 0 0 !important;
}
.fbox h4 {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 22px 0;
    letter-spacing: .2px;
    padding: 0 0 15px 0;
    color: #fff;
    border-bottom: 1px solid #384a49;
}
.fbox p {
    text-align: left;
    color: #bccecd;
    margin: 0;
    padding: 0 0 10px 0;
}
.fbox p a {
    color: #bccecd;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.fbox p a:hover, .fbox p a:focus {
    color: #fff;
}
.fbox p svg {
    margin: 0 5px 0 0;
    color: #92c63e;
}
.fbox3 {
    padding: 0 !important;
}
.fbox2 ul {
    margin: 3px 0 0 0;
    padding: 0;
    text-align: left;
}
.fbox2 ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.fbox2 ul li a {
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .4px;
    display: block;
    margin: 0 0 12px 0;
    padding: 0 5px 0 0;
    color: #bccecd;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.fbox2 ul li a:hover, .fbox2 ul li a:focus {
    color: #ffffff;
}
.fbox3 ul li {
    width: 32%;
    display: inline-block;
}
.fcopy {
    margin: 50px 0 0 0;
    padding: 15px;
    background: #1e2727;
}
.fcopy p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
}
.fcopyright p {
    text-align: right;
}
.fcopy p a, .fcopy p a:hover, .fcopy p a:focus {
    color: #fff;
}
.to-top {
    position: fixed;
    z-index: 8;
    bottom: 15px;
    right: 15px;
    display: none;
}
.to-top a.back-to-top {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    background: #92c63e;
    opacity: 0.5;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.to-top a.back-to-top:hover {
    opacity: 1;
    color: #ffffff;
}
.innerbanner {
    width: 100%;
}
.innerbanner img {
    width: 100%;
}
.innerpage {
    padding: 45px 0;
}
.brd-in {
    padding: 0 0 25px 0;
    margin: 0;
    position: relative;
    text-align: center;
}
.brd-in .breadcrumb {
    background: #fff !important;
    text-align: left;
    display: block;
    margin: 0 !important;
    padding: 0 0 10px 0!important;
    border: none;
    border-bottom: 1px dashed #ccc;
}
.brd-in .breadcrumb li a {
    font-size: 13px;
    line-height: 24px;
    padding: 7px 0;
    text-align: right;
    font-weight: 400;
    color: #333;
    letter-spacing: .8px;
}
.brd-in .breadcrumb li:last-child a {
    color: #92c63e;
}
.innerpage .title {
    text-align: left;
}
.innerpage p {
    margin: 0;
}
.innrimg {
    float: right !important;
    padding: 10px 0 20px 40px !important;
}
.innrimg img {
    width: 100%;
    /* border: 1px solid #ccc; */
}
.innerpage ul {
    margin: 5px 0;
    padding: 0 0 0 17px;
}
.innerpage ul li {
    list-style: disc;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
    letter-spacing:.4px;
    padding: 5px 0;
    color: #444;
}
.innerpage h4 {
    font-size: 19px;
    text-align: left;
    font-weight: 700;
    line-height: 29px;
    margin: 0;
    letter-spacing: .4px;
    padding: 5px 0;
    color: #92c63e;
}
/* form */
.become-a-farmer{
    padding: 0 !important;
}
.become-a-farmer ul{
    border-bottom:2px solid #92c63e;
    padding: 0 !important;
}
.become-a-farmer .nav-pills>li.active>p {
    color: #fff;
    background-color: #92c63e;
    margin: 0;
    padding: 8px 45px;
    font-size: 18px;
    font-weight: 700;
}
.become-a-farmer ul li{
    padding: 0 !important;
}
.become-a-farmer form {
    /* padding: 20px; */
    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .become-a-farmer form label,
  .become-a-farmer form input
{
    margin-bottom: 3px;
    display: block;
    /* width: 100%; */
  }
  .become-a-farmer form input
  {
      border: 1px solid #ccc;
  }
  .become-a-farmer form input {
    line-height: 25px;
    background: #fff;
    color: #000;
    /* padding: 0 6px; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .become-a-farmer form button {
    /* height: 30px; */
    width: 32%;
    line-height: 30px;
    background: #92c63e;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
    border: 0;
    padding: 5px 15px;
    border-radius: 25px;
  }
  .become-a-farmer form button:hover {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(146,198,62,1) 100%, rgba(0,212,255,1) 100%);
    
  }
  form .error {
    color: #ff0000;
    font-size: 12px;
  }
  /* .become-a-farmer .search-table-outter {} */
  .become-a-farmer .search-table{table-layout: fixed; margin:40px auto 0px auto; }
  .become-a-farmer .search-table, td, th{border-collapse:collapse; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;}
  /* .become-a-farmer th{padding:20px 7px; font-size:15px; color:#444; background:#66C2E0;} */
  .become-a-farmer td{padding:5px ; height:40px;}
  .become-a-farmer .search-table, td:nth-last-child(1) {
      border-right:none ;
  }
  
  .become-a-farmer .search-table-outter { overflow-x: scroll; }
  .become-a-farmer th, td { min-width: 555px; }
  .become-a-farmer .switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 26px;
  }
  
  .become-a-farmer .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .become-a-farmer .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .become-a-farmer .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .become-a-farmer input:checked + .slider {
    background-color: #92c63e;
  }
  
  .become-a-farmer input:focus + .slider {
    box-shadow: 0 0 1px #92c63e;
  }
  
  .become-a-farmer input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  
  /* Rounded sliders */
  .become-a-farmer .slider.round {
    border-radius: 34px;
  }
  
  .become-a-farmer .slider.round:before {
    border-radius: 50%;
  }
  .become-a-farmer .selected-farms{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  }
  .become-a-farmer .toggle-right {
    text-align: right;
}
.become-a-farmer .switch-label {
    color: #62994f;
    font-weight: 500;
    font-size: 13px;
    margin: 0 12px 0 0;
    vertical-align: bottom;
}
/* form */

.fixeddiv {
    width: 90px;
    height: auto;
    margin: 0;
    padding: 10px 2px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    right: 0;
    text-transform: uppercase;
    display: block;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    
}


.fixeddiva {
    width: 0;
    height: auto;
    margin: 0;
    float: right;
    padding: 10px 5px;
    display: block;
    background: #f9f9f9;
    border: 1px solid #fff;
    border-right: none;
    color: #62994f;
    font-size: 10px;
    text-align: center;
    line-height: 13px;
    font-weight: 500;
    opacity: 0;
    letter-spacing: .3px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    box-shadow: -2px -1px 14px -2px rgba(169,197,158,0.83);
-webkit-box-shadow: -2px -1px 14px -2px rgba(169,197,158,0.83);
-moz-box-shadow: -2px -1px 14px -2px rgba(169,197,158,0.83);
}
.fixeddiva:hover, .fixeddiva:focus {
    background:#f9f9f9;
    color:#62994f;
}
.fixeddiva2 {
    width: 100%;
    opacity: 1;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
.fixeddiva span {
    display: block;
    -webkit-animation: pulse 1s infinite;
    -moz-animation: pulse 1s infinite;
    -ms-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@media only screen and (max-width: 1200px) {
ul.slimmenu li a {
    padding: 0 10px;
    letter-spacing: 0;
}
ul.slimmenu li:last-child a {
    padding: 0 0 0 10px;
}
.slidetext {
    margin: 8% 0 0 0;
}
.slidetext h2 {
    font-size: 37px;
    line-height: 47px;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    bottom: 15px;
}
.ableft {
    padding: 0 20px 0 0 !important;
    margin: 0;
}
.feabox img {
    width: 80px;
    margin: 4px 30px 20px 0;
}
}

@media only screen and (max-width: 992px) {
.logo img {
    width: 60px;
}
.topright {
    padding: 0 60px 0 0 !important;
    margin: 21px 0 0 0;
}
ul.slimmenu {
    width: 250px;
    height: 100%;
    top: 0;
    right: 0;
    display: none;
    position: fixed;
    text-align: left;
    padding: 15px 20px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
    margin: 0;
    border: none;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
}
.crotate {
    position: fixed;
    top: 20px;
    right: 250px;
    background: #fff;
    z-index: 9999;
    padding: 10px 8px 10px 10px;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
}
.crotate .icon-bar {
    width: 25px;
    background-color: #333;
    top: 5px;
}
.crotate span:nth-of-type(3) {
    width: 25px;
    top: -5px;
}
ul.slimmenu li a, ul.slimmenu li:last-child a {
    padding: 5px 0;
    letter-spacing: .4px;
    font-weight: 500;
    font-size: 12px;
}
ul.slimmenu li .sub-toggle {
    width: 25px;
}
ul.slimmenu li > ul {
    min-width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
ul.slimmenu li .sub-toggle svg {
    font-size: 14px;
}
.slidetext h2 {
    font-size: 25px;
    line-height: 37px;
}
.slidetext p {
    padding: 5px 0 10px 0;
    line-height: 26px;
    font-size: 13px;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    bottom: 0;
    width: 20px;
}
.slide-banner .carousel-control.right {
    left: 12px;
}
.slideimg {
    padding: 30px 0 0 30px !important;
}
.slideimg img {
    margin: 0;
}
.parallaxed {
    transform: none !important;
}
.title {
    font-size: 27px;
    line-height: 37px;
    text-align: center;
}
.abright, .abright p {
    text-align: center;
}

.carousel {
    position: relative;
    z-index: 5;
}
.featured {
    padding: 0 0 20px 0;
}
.fealeft {
    padding: 0 !important;
}
.fealeft img {
    float: none;
    margin: 0 auto 15px auto;
}
.fealeft p, .feabox h4 {
    text-align: center;
}
.other ul li, .other ul li:nth-child(even), .other ul li:hover, .other ul li:nth-child(even):hover {
    width: 50%;
    background: rgb(255, 255, 255, 0.85);
}
.other ul li:nth-child(2), .other ul li:nth-child(3), .other ul li:nth-child(6), .other ul li:nth-child(2):hover, .other ul li:nth-child(3):hover, .other ul li:nth-child(6):hover {
    background: rgb(146, 198, 62, 0.8);
}
.other ul li:nth-child(even) img {
    -webkit-filter: brightness(1) invert(0);
    -moz-filter: brightness(1) invert(0);
    -o-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.other ul li:nth-child(even) h4 {
    color: #333;
}
.other ul li:nth-child(even) p {
    color: #444;
}
.other ul li:nth-child(2) img, .other ul li:nth-child(3) img, .other ul li:nth-child(6) img {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.other ul li:nth-child(2) h4, .other ul li:nth-child(2) p, .other ul li:nth-child(3) h4, .other ul li:nth-child(3) p, .other ul li:nth-child(6) h4, .other ul li:nth-child(6) p {
    color: #fff;
}
.fbox2 {
    padding: 0 !important;
}
.fbox3 {
    margin: 25px 0 0 0;
}
.fcopyright {
    padding: 0 40px 0 0 !important;
}
.blogs .title {
    text-align: left;
}
.fbox2 {
    padding: 0 !important;
}
.brd-in .breadcrumb, .innerpage .title {
    text-align: center;
}
}

@media only screen and (max-width: 768px) {
.become-a-farmer .nav-pills>li.active>p {
    padding: 8px 25px;
    font-size: 16px;
}
.become-a-farmer th, td { 
    
    min-width: 350px; 
}
.topright {
    margin: 24px 0 0 0;
}
.search {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
}
.sbg {
    opacity: .2;
}
.slideimg {
    padding: 30px 0 0 0 !important;
}
.slideimg img {
    width: 70%;
    margin: 0 auto 20px auto;
}
.slidetext {
    margin: 0;
    text-align: center;
}
.slidetext h2 {
    font-size: 22px;
    line-height: 30px;
}
.slidetext h2, .slidetext p {
    text-align: center;
}
.slidetext h2 span {
    color: #92c63e;
    letter-spacing: 1.2px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    bottom: auto;
    top: 42%;
}
.slide-banner .carousel-control.left {
    left: 0;
}
.slide-banner .carousel-control.right {
    right: 0;
    left: auto;
}
.title {
    font-size: 24px;
    padding: 0 0 10px 0;
    line-height: 32px;
}
p, .services h6, .innerpage ul li {
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
}

.serbox {
    padding: 25px 20px 20px 20px;
    margin: 20px;
    width: auto;
    border-radius: 6px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    display: block;
}
.btn1 {
    font-size: 11px;
    line-height: 35px;
}
.about:after {
    width: 70%;
    height: 90%;
}
.services h6 {
    margin: 0 0 15px 0;
}
.serbox {
    padding: 0;
    margin: 0 0 25px 0;
}
.serbox:hover {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.serbox img {
    width: 120px !important;
}
.services .owl-nav {
    margin: 0;
}
.about:after, .services:before {
    width: 80%;
    height: 50%;
}
.other ul li {
    padding: 15px 20px;
}
.serbox h4, .feabox h4, .other ul li h4, .fbox h4 {
    font-size: 15px;
}
.other ul li img {
    width: 45px;
}
.fbox {
    border: 1px solid #384a49;
    padding: 15px !important;
    width: auto !important;
    margin: 0 0 25px 0;
}
.fbox h4, .fbox p, .social ul, .fbox2 ul, .fbox2 ul li a {
    text-align: center;
}
.fbox ul li, .fbox3 ul li {
    width: auto;
    display: inline-block;
    margin: 0 5px;
}
.fcopy {
    margin: 10px 0 0 0;
}
.fcopy p {
    font-size: 11px;
    text-align: center;
}
.fcopyright {
    padding: 0 !important;
}
.fcopyin {
    padding: 0 !important;
}
.innerpage {
    padding: 25px 0;
}
.abright .btn1 {
    margin: 12px 0 0 0;
    display: -webkit-inline-box;
}

.innerpage p img{
    width: 100% !important;
}
.innrimg {
    margin: 15px 0;
    float: right !important;
    padding: 0 !important;
}
.innerpage h4 {
    font-size: 16px;
}
}
@media only screen and (max-width: 580px){
    .become-a-farmer th, td { min-width: 325px; }
    .become-a-farmer form button {
        width: 60% ;
    }
   
}
@media only screen and (max-width: 480px) {
.logo img {
    width: 50px;
}
.topright {
    margin: 15px 0 0 0;
}

.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    top: 34%;
}
.slideimg img {
    width: 80%;
}
.about {
    padding: 30px 0;
}
.featured {
    padding: 0 0 10px 0;
}

.fixeddiv img {

    height: 60px !important;
}
.fixeddiv {

    width: 100px !important;
    padding: 0px 2px !important;

}
.fixeddiva span {
 
    font-size: 7px;
}
.other {
    padding: 20px 0;
}
.other ul li, .other ul li:hover {
    width: 100%;
    background: rgb(255, 255, 255, 0.85) !important;
}
.other ul li img {
    margin: 0 auto 15px auto;
}
.other ul li h4, .other ul li p {
    text-align: center;
    color: #333 !important;
}
.other ul li:nth-child(even), .other ul li:nth-child(even):hover {
    width: 100%;
}
.other ul li:nth-child(2) h4, .other ul li:nth-child(2) p, .other ul li:nth-child(3) h4, .other ul li:nth-child(3) p, .other ul li:nth-child(6) h4, .other ul li:nth-child(6) p {
    color: #333;
}
.other ul li:nth-child(2), .other ul li:nth-child(3), .other ul li:nth-child(6) {
    background: rgb(255, 255, 255, 0.85);
}
.other ul li:nth-child(2) img, .other ul li:nth-child(3) img, .other ul li:nth-child(6) img {
    -webkit-filter: brightness(1) invert(0);
    -moz-filter: brightness(1) invert(0);
    -o-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.other ul li:nth-child(even) {
    background: rgb(146, 198, 62, 0.8) !important;
}
.other ul li:nth-child(even) img {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.other ul li:nth-child(even) h4, .other ul li:nth-child(even) p {
    color: #fff !important;
}
.title {
    font-size: 20px;
}
.blogs .owl-nav {
    top: -38px;
}
.blogs {
    padding: 30px 0;
}
footer {
    padding: 20px 0 0 0;
}
}





.errormessage {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    color: #fff;
    font-weight: bold;
    position: absolute;
  
    line-height: 16px;
    padding: 8px 12px;
    font-size: 12px;
    background: #e6ab9e;
    -webkit-box-shadow: rgba(0,0,0,0.05) 1px 1px 2px 0;
    box-shadow: rgba(0,0,0,0.05) 1px 1px 2px 0;
    z-index: 3;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    margin-top: 8px;
    pointer-events: none !important;
    display:none;
  }
  input:focus + .help{
    display:block;
  }
  .errormessage::after{
    content:"";
    position:absolute;
    width:0;
    height:0;
    border-width:5px;
    border-style:solid;
    border-color:transparent transparent #e6ab9e;
    bottom:100%;  
    left:0px;
  }