@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

html,
body {
    font-size: 14px;
    background: #ffffff;
    margin: 0;
    font-family: 'Cabin', sans-serif;
}

p,
ul li,
ol li {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Cabin', sans-serif;
}

ul,
label {
    margin: 0;
    padding: 0;
}

hr {
    margin: 0rem 0 !important;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

body a:hover {
    text-decoration: none;
}

.navbar-brand h1 {
    line-height: 33px;
    font-size: 55px;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-brand span {
    color: #fff;
    font-size: 35px;
    display: block;
    line-height: 42px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.label-text {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    display: grid;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

a>i.fa.fa-download {
    text-decoration: none;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    font-size: 14px !important;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 0.2px;
    font-weight: 400;
    line-height: 23px;
    color: rgb(0, 0, 0, 0.6) !important;
    text-transform: capitalize;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
    font-family: 'Cabin';
    font-weight: 400;
}

.font-35px {
    font-size: 35px;
    font-weight: 600;
}

.font-22px {
    font-size: 22px;
    font-weight: 600;
}

.font-18px {
    font-size: 16px;
}

.font-16px {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.card-opacity-1 {
    filter: brightness(500%);
}

/* p:last-of-type {
    filter: brightness(200%);
} */

.card.card-shadow {
    background-color: #dffffc !important;
    border: 0px !important;
}

.modal-content {
    background-color: transparent !important;
    border: 0px !important
}

.form-check-input:focus {
    border-color: #009688;
    outline: 0;
    box-shadow: none;
}

.form-switch .form-check-input:focus {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e);
}

.modal-content.bg-white {
    background-color: #fff !important;
    border-radius: 0px;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
    font-size: 14px !important;
}

input[type="number"],
input[type="date"] {
    outline: 0px;
    background: rgb(255, 255, 255);
    height: 42px;
    color: rgb(0, 0, 0);
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-family: 'Cabin', sans-serif;
}

input[type="submit"],
input[type="reset"],
a {
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.redzone {
    background-color: #fe2020 !important;
}

.redzone h3 {
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
}

.agro-red {
    border: 1px solid #fe2020;
    padding: 15px 15px !important;
}

.orangezone {
    background-color: #FEA02A !important;
}

.orangezone h3 {
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
}

.agro-orange {
    border: 1px solid #FEA02A;
    padding: 15px 15px !important;
}

.yellowzone {
    background-color: yellow !important;
}

.yellowzone h3 {
    font-weight: bold;
    color: #333333;
    font-size: 18px;
}

.agro-yellow {
    border: 1px solid yellow;
    padding: 15px 15px !important;
}

.bluezone {
    background-color: #0000ff !important;
}

.bluezone h3 {
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
}

.agro-blue {
    border: 1px solid #0000ff;
    padding: 15px 15px !important;
}

.greenzone {
    background-color: #00ff00 !important;
}

.greenzone h3 {
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
}

.agro-green {
    border: 1px solid #00ff00;
    padding: 15px 15px !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(268deg) !important;
}


/*--Banner stats here--*/


/*--header--*/

/* .header-main {
    background: rgba(0, 0, 0, 0.2);
    background: #069E54 !important;
    padding: 0px 0px;
} */
.header-main {
    background: #105492 !important;
    padding: 0px 0px;
}

.card.filter-box {
    background: #069e5485 !important;
    min-height: 460px !important;
}

.map-img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-text {
    color: #495057 !important;
    font-weight: 600;
    font-size: 18px;
}

.map-img-fit img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

div#map-fao-sat-legend {
    height: auto !important;
    width: auto !important;
    min-width: 150px;
    position: absolute;
    padding: 8px 8px 8px 10px;
    font-size: 14px !important;
    z-index: 1000;
    color: #000 !important;
    border-radius: 0px;
    left: auto;
    right: 0;
    background-color: transparent;
    overflow: hidden;
    margin-bottom: 10px;
}

.mt-80px {
    margin-top: 65px;
}


.label-width-100 {
    width: 150px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
}

/* .form-select {
    mix-blend-mode: normal;
    border-top: 0px !important;
    border-left: 0px !important;
    background-color: transparent !important;
    border-right: 0px !important;
    border-radius: 0px !important;
    border-bottom: 1px solid rgb(51 51 51 / 50%) !important;
} */

.fa-angle-right:before {
    content: "\f105";
    font-size: 28px;
}

#location-label {
    font-size: 14px;
}

.card.card-shadow {
    width: 15.5%;
}

.fa-rotate {
    transition: auto;
    transform: rotate(90deg);
}

.form-select.first-filter {
    color: #00000080;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.mapBoxNew {
    border-radius: 10px;
    background: #E4E3E1;
    width: 403px;
    height: 545px;
    text-align: center;
}

.mapBoxNew img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainDiv h3 {
    color: #000;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mainDiv h5 {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.btn.btnExp {
    position: absolute;
    right: 0px;
}

.modal-box p {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mapDes h6 {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal-box h3 {
    color: #000;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form-select {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 9px;
    background-color: #fff;
    height: 42px;
    color: #000;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    font-size: 12px;
    line-height: 1.42857;
    vertical-align: top;
    font-size: 14px !important;
    font-family: 'Cabin' !important;
    border-top: 1px solid rgb(221, 221, 221);
    font-weight: 400 !important;
}

.highcharts-axis-labels.highcharts-xaxis-labels text {
    font-family: 'Cabin', sans-serif !important;
    user-select: none;
    padding: 0px 12px !important;
    font-size: 14px !important;
    text-transform: none;
    font-weight: 400;
    color: rgb(0, 0, 0, 0.6) !important;
}

.alert {
    margin-bottom: 0px;
}

ul.list .highcharts-a11y-proxy-element {
    font-size: 14px !important;
    text-transform: capitalize;
    font-weight: 400 !important;
    font-family: 'Cabin', sans-serif !important;
    color: rgb(0, 0, 0, 0.6) !important;
}

.highcharts-axis.highcharts-xaxis {
    font-size: 14px !important;
    text-transform: capitalize;
    font-weight: 400 !important;
    font-family: 'Cabin', sans-serif !important;
    color: rgb(0, 0, 0, 0.6) !important;
}

.highcharts-axis.highcharts-yaxis text {
    font-size: 14px !important;
    text-transform: math-auto;
    font-weight: 400 !important;
    font-family: 'Cabin', sans-serif !important;
    color: rgb(0, 0, 0, 0.6) !important;
}

.highcharts-axis-labels.highcharts-xaxis-labels text {
    font-family: 'Cabin', sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
}

.highcharts-tooltip>span {
    font-family: 'Cabin', sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
}

.highcharts-legend-item.highcharts-column-series text {
    font-family: 'Cabin', sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
}

.highcharts-axis.highcharts-yaxis text {
    font-family: 'Cabin', sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
}

.highcharts-legend-item.highcharts-spline-series text {
    font-family: 'Cabin', sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
}

.highcharts-tooltip text {
    font-family: 'Cabin', sans-serif !important;
    font-size: 13px !important;
    color: #000 !important;
}

.highcharts-axis-labels.highcharts-yaxis-labels.highcharts-radial-axis-labels text {
    font-family: 'Cabin', sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
}

.highcharts-a11y-proxy-container-before text {
    font-family: 'Cabin', sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
}

.highcharts-root text {
    text-transform: none;
    font-family: Cabin, sans-serif !important;
    font-size: 14px !important;
    color: rgb(0, 0, 0) !important;
    fill: #000 !important;
}

.highcharts-data-labels.highcharts-gauge-series.highcharts-tracker {
    font-family: 'Cabin', sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 600;
}

.zs-enabled {
    position: relative;
    height: 557px;
}

.highcharts-legend-item.highcharts-column-series text {
    font-size: 14px !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    font-family: 'Cabin', sans-serif !important;
    color: rgb(0, 0, 0, 0.6) !important;
}

.highcharts-legend-item.highcharts-bar-series text {
    font-size: 14px !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    font-family: 'Cabin', sans-serif !important;
    color: rgb(0, 0, 0, 0.6) !important;
}

.easy-button-button {
    width: 30px;
    height: 30px;
    border: 0px;
    background: #fff;
    padding: 5px 1px;
}

.form-check-label-level {
    color: rgb(0 0 0 / 50%);
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*--header end here--*/

.banner {
    background: url('../images/banner3.jpg')no-repeat center;
    min-height: 780px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}

.banner-inner {
    background: url(../images/b1.jpg)no-repeat center;
    min-height: 380px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}

.banner-dott {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    min-height: 520px;
}


/*-- Navbar --*/

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default .navbar-brand {
    font-size: 3em;
    color: #FFF;
    text-shadow: 3px 3px #000000;
    text-decoration: none;
    font-weight: bold;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav>li {
    float: left;
    margin-right: 23px;
}

.navbar-default .navbar-nav>li>a {
    color: #FFFEFE;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 15px;
    text-decoration: none;
}

.panel {
    margin: 50px 10px 30px 10px;
}

.panel p {
    padding: 15px 20px;
}

.panel-default>.panel-heading {
    color: #ffffff;
    background-color: #009688;
    border-color: #ddd;
    font-weight: bold;
    font-size: 16px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 20px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px;
    margin: 2px 0 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.navbar-right .dropdown-menu {
    right: -14px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #0091ea;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
}

ul.nav.navbar-nav {
    margin-top: 0px;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
    background: none !important;
}

/* .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: #ffcc3a!important;
    font-weight: bold;
    border-color: #ffcc3a00 #ffcc3a00 #ffcc3a!important;
    padding: 15px 30px!important;
} */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #105492 !important;
    font-family: 'Cabin', sans-serif;
    font-size: 14px !important;
    font-style: normal;
    border: 0px;
    font-weight: 700;
    line-height: 47px !important;
    border-bottom: t2px solid #105492 !important;
}

.mt-28px {
    margin-top: 28px !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.55);
    border-color: #fff;
}

.dropdown-divider {
    height: 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 0.4;
}

.nav-link.page-menu-collapsible {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 50px;
}

.same-font {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 22px !important;
    cursor: pointer;
    font-family: 'Cabin', sans-serif;
    text-transform: capitalize;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 47px;
    color: #898989;
    padding: 5px 30px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #EB4549;
}

.navbar-default {
    border-color: #e7e7e7;
    border: none !important;
    background: none !important;
}

.navbar {
    border-radius: 0 !important;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    line-height: 45px;
}

.over {
    padding-left: 10px;
}

.over ul {
    margin-left: 40px;
    margin-bottom: 20px;
}


/* Outline In */

.hvr-outline-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

.hvr-outline-in:before {
    content: '';
    position: absolute;
    border: #FFC107 solid 2px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.hvr-outline-in:hover:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1;
}

.maptop {}

.maptop h2 {
    margin: 40px 10px 10px 10px;
}


/* //Outline In */


/* Rectangle In */

.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e71f30;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0091ea;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
    color: white;
}

.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* //Rectangle In */

.navbar-header h1 a {
    font-size: 1.4em;
    color: #FFF;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 700;
    position: relative;
}

.navbar-header h1 {
    line-height: 43px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.form-radio {
    border-radius: 20px;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
}

/* input.form-radio[type="radio"]:checked {
    border-radius: 20px;
    border: 6px solid #009688;
    background: #FFF;
    width: 20px;
    height: 20px;
  } */

.bg-radio-filter {
    background: #F8F8F8;
    padding: 10px;
}

.dropdown-content span a {
    padding: 0px;
    color: blue;
}

.dropbtn {
    color: white;
    border: none;
    position: relative;
    left: -4px;
    top: 3px;
}

.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown-content::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 49%;
    margin-left: -5px;
    border-width: 9px;
    border-style: solid;
    visibility: visible;
    border-color: transparent transparent #f5c042 transparent;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 300px;
    font-size: 10px;
    border-radius: 6px;
    background-color: #FEF9EC;
    border: 1px solid #F5C042;
    color: #727272;
    font-size: 10px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    padding: 8px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
    position: absolute;
    right: -145px;
    top: 14px;
    z-index: 9;
}

.form-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    color: #000 !important;
    font-size: 14px !important;
    font-family: 'Cabin', sans-serif;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.text-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    color: #000;
    font-size: 14px !important;
    font-family: 'Cabin', sans-serif;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.form-check-label {
    font-size: 14px;
    line-height: 26px;
    padding-left: 0px;
}

/* .dropdown:hover .dropbtn {background-color: #3e8e41;} */

.form-check-input {
    width: 17px;
    height: 17px;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
}

.form-check-input:checked {
    background-color: #F2A422 !important;
    border-color: #F2A422 !important;
}

.navbar-header h1 a span {
    color: #FFC107;
    font-size: 14px;
    display: block;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
}


a:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

ul .nav-active {
    background: rgb(87 158 77 / 10%);
    mix-blend-mode: normal;
}

.nav-pills>li {
    float: inherit;
}

.nav-pills.nav-filter-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    background-color: #105492 !important;
}

/* .nav-pills.nav-filter-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    background-color: #33aba0 !important;
} */

/* .nav-pills .nav-link.active,#forecast-weather li .nav-pills .show>.nav-link {
    color: #000!important;
    font-weight: 500!important;
    border-radius: 0px!important;
    background-color: #009688!important;
} */

/* .nav-pills.nav-filter-pills .nav-link {
    background: 0 0;
    border: 0;
    color: #000;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: #009688;
} */

.nav-pills.nav-filter-pills .nav-link {
    background: 0 0;
    padding: 10px 15px;
    border: 0;
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #000 !important;
    /* text-transform: uppercase; */
    border-radius: 0px;
    /* background-color: #009688; */
    background-color: #fff !important;
}

.mr-25px {
    margin-right: 23px;
}

.nav-pills.nav-pill-change .nav-link.active,
.nav-pills.nav-pill-change .show>.nav-link {
    color: #000 !important;
    background-color: #F6FFF5 !important;
    border-right: 1px solid #579E4D;
    border-radius: 0px;
    border-left: 1px solid #579E4D;
}

.nav-pills.nav-pill-change .nav-link {
    color: #000 !important;
    font-size: 12px;
    padding: 3px;
}

.title {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    /* text-transform: uppercase; */
    color: #333333;
}

/* .nav-pills.btn-group .nav-link.active,
.nav-pills.btn-group .show>.nav-link {
    background: #fff !important;
    color: #000 !important;
   font-family:'Cabin', sans-serif;
    font-style: normal;
    border: 1px solid gray;
    font-size: 14px;
    font-weight: 600 !important;
} */

.nav-pills.btn-group .nav-link.active,
.nav-pills.btn-group .show>.nav-link {
    color: #000 !important;
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 600 !important;
    border-radius: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #10549282 !important;
}

.highcharts-label.highcharts-series-label {
    display: none;
}

.res_hide {
    margin-top: 65px;
}

.border-bottom-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.btn-success {
    background: #009688 !important;
    color: #FFFFFF !important;
}

.btn-advisory {
    background: #105492 !important;
    color: #FFFFFF !important;
    padding: 0.65em 2em !important;
    border: none !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    width: 100% !important;
    font-weight: 600 !important;
    margin-top: 2.4em !important;
    border-radius: 4px;
}

.btn-advisory-btn {
    background: #009688 !important;
    color: #FFFFFF !important;
    padding: 0.65em 2em !important;
    border: none !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    width: 100% !important;
    height: 42px;
    font-weight: 600 !important;
    margin-top: 2px;
    border-radius: 0px;
}

.btn-advisory-btn-1 {
    background: #33ABA0 !important;
    color: #fff !important;
    padding: 0.65em 2em !important;
    border: none !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    width: 100% !important;
    font-weight: 600 !important;
    margin-top: 19px !important;
    height: 42px;
}

.animal-color-box {
    border-radius: 8px;
    background: rgba(245, 192, 66, 0.20);
    padding: 20px;
    margin: 0px 0px;
}

.left-filter {
    text-transform: uppercase;
}

.col.text-center {
    color: #000;
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: transparent;
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    height: 42px !important;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    background: #fff !important;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dropdown-menu.drop_menu {
    box-shadow: 0 1px 6px 0 #9fad9f;
    border: none !important;
    position: absolute;
    left: 120px !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #000 !important;
    font-size: 14px;
    font-weight: 600;
    min-height: 41.6px;
}

.news-title {
    font-size: 16px;
    padding: 5px 20px;
    font-weight: 500;
    color: #000;
}

.news-date {
    font-size: 13px !important;
    color: #989898 !important;
}

.text-readmore {
    color: #0b7293 !important;
    font-size: 13px !important;
}

.ptb-5px-pse-20px {
    padding: 5px 20px;
}

.news-img img {
    width: 208px;
    min-height: 130px;
}

.left-nav {
    width: 94%;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 25%);
    background-color: #fff;
    border-radius: 6px;
}

div.downloadBtn {
    background: #75a1c7;
    color: #fff;
    padding: 5px 10px !important;
    border-radius: 4px;
}

.list-box:has(.item.active) {
    background-color: #fff;
}

.list-box {
    margin: 5px 0px;
    border-bottom: 1px solid #00000030;
    padding: 5px 2px;
    transition: all 0.3s ease-in-out;
}

.swal2-icon {
    width: 60px;
    height: 60px;
    border: 3px solid transparent;
    border-radius: 50%;
    margin: 0px auto 9px !important;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474 !important;
    display: block;
    top: 37px;
    border-radius: 2px;
}

.swal2-icon.swal2-error {
    border-color: #f27474 !important;
}

.swal2-popup .swal2-styled {
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: #105492 !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin: 4px 3px 0 !important;
    padding: 6px 28px !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    position: absolute;
    height: 3px !important;
    width: 30px !important;
    display: block;
    top: 29.5px !important;
    border-radius: 2px;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 15px !important;
}

.swal2-icon {
    width: 60px !important;
    height: 60px !important;
    border: 3px solid transparent;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0px;
    position: relative;
    box-sizing: content-box;
    cursor: default;
    user-select: none;
}

.swal2-popup .swal2-content {
    font-size: 14px !important;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word;
}

.swal2-popup .swal2-title {
    color: #595959;
    font-size: 25px !important;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 0.4em;
    padding: 0;
    display: block;
    word-wrap: break-word;
}

.swal2-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: relative;
    max-width: 100%;
    border: 3px solid #f27474 !important;
}

.faq-title {
    font-style: normal;
    cursor: pointer;
    font-weight: 500 !important;
    font-size: 14px;
    padding: 10px;
    line-height: 19px;
    letter-spacing: 0.466667px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 0px;
}

.item.active {
    background-color: #105492 !important;
    font-weight: 600;
    padding: 10px 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}

.item {
    padding: 10px 40px;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Cabin', sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}


.display-box {
    display: none;
}

.display-box.show {
    display: block;
}


.dropbtn {
    color: white;
    border: none;
    position: relative;
    left: -1px;
    top: -3px;
}

a.downloadBtn {
    background: #75a1c7;
    color: #fff;
    padding: 5px 10px !important;
    border-radius: 4px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #105492 !important;
    font-family: 'Cabin', sans-serif;
    font-size: 14px !important;
    font-style: normal;
    border: 0px;
    font-weight: 700;
    line-height: 47px !important;
    border-bottom: 2px solid #105492;
}

.leftmenu-tab-box {
    background: #fffaec !important;
    border-radius: 6px;
    height: 663px;
    box-shadow: 1px 1px 1px #efe9e9b0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000 !important;
    background-color: inherit;
    width: 100%;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
}

.nav-pills .nav-link {
    font-size: 14px !important;
    padding: 10px 30px !important;
    color: #000 !important;
    text-align: left;
    margin-left: 10p;
    font-weight: 500 !important;
}

.map-box1 {
    background: #FFFFFF;
    border-radius: 4px;
    width: 100%;
    min-height: 259px;
    padding: 10px;
    box-shadow: 0 1px 6px 0 #9fad9f;
    margin-bottom: 10px;
}

.filter-box-new {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%) !important;
    border-radius: 4px;
    margin-top: 16px;
    width: 100%;
}


.btn-title {
    background: #33aba0;
    color: #fff !important;
    border-radius: 0px;
    padding: 10px;
    font-size: 14px !important;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.btn.btn-title:hover {
    background: #33aba0;
    color: #fff !important;
    border-radius: 0px;
    padding: 10px;
    font-size: 14px !important;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.mt-23px {
    margin-top: 23px;
}

.font-20px {
    font-size: 20px;
}

.same-map-height {
    height: 400px;
    width: 100%;
}

.bg-green {
    background-color: #703c0b;
    padding: 13px !important;
}

.dropdown-content p {
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
}

.btn-advisory.mt-same {
    background: #105492 !important;
    color: #FFFFFF !important;
    padding: 0.65em 2em !important;
    border: none !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    width: 100% !important;
    font-weight: 600 !important;
    margin-top: 23px !important;
    height: 42px;
}

.btn-advisory.mt-same-1 {
    height: 42px;
    background: #105492 !important;
    color: rgb(255, 255, 255) !important;
    padding: 0.65em 2em !important;
    border: none !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    width: 100% !important;
    font-weight: 600 !important;
    margin-top: 31px !important;
    border-radius: 4px;
}

.form-control.h-48px {
    height: 42px;
    color: #000;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mt-24px {
    margin-top: 24px !important;
}

.bg-secondary-1 {
    background: #105492 !important;
    padding: 13px !important;
}

.btn.btn-title:active {
    background: #33aba0;
    color: #fff !important;
    border-radius: 0px;
    padding: 10px;
    font-size: 14px !important;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.navecation ul li {
    list-style: none;
    float: left;

}

.navecation ul li a {
    text-decoration: none;
    border-radius: 0px;
    background: #ececec;
    width: 100px;
    color: #000;
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 10px;
}

.menu.active {
    color: #fff;
    border-radius: 4px;
    background: #F2A422;
    width: 100px;
    font-weight: 600;
    padding: 10px;
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}

.form-label {
    /* margin-bottom: 0.5rem; */
    color: #000;
    font-size: 12px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    /* opacity: 0.5; */
}

.form-check-label.font-data-label {
    color: #000;
    font-style: normal;
    font-size: 14px !important;
    line-height: 29px;
    padding-left: 4px !important;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
}

.form-control.form-sat-field {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #000;
    font-size: 14px;
    font-family: 'Cabin', sans-serif;
}

.font-weight-600 {
    font-weight: 600;
}

.form-check-label.text-brighter {
    color: #000;
    font-style: normal;
    font-size: 14px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 29px;
    padding-left: 4px;
}

a {
    color: #0d6efd;
    font-family: 'Cabin';
    font-weight: 400;
    font-size: 14px;
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-family: 'Cabin', sans-serif !important;
    user-select: none;
    padding: 0px 12px !important;
    font-size: 14px !important;
    text-transform: capitalize;
    font-weight: 400;
}

.dropdown-content span {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.form-check-label.data_hub {
    color: #009688;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bootstrap-select .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: left !important;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.bootstrap-select .dropdown-menu {
    z-index: 9999;
}

.form-check-input.hide-radio:checked[type="radio"] {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
    display: none;
}

.form-check-input.hide-radio[type="radio"] {
    display: none;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    line-height: 27px !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    line-height: 27px !important;
    font-size: 14px !important;
    font-family: 'Cabin', sans-serif !important;
}

.nav.nav-pills.btn-group {
    border-radius: 4px !important;
    background: #dff0ff;
}

.btn-outline-primary {
    color: #000 !important;
    font-size: 14px !important;
    font-family: 'Cabin', sans-serif;
}

.btn-outline-primary:hover {
    color: #000 !important;
    font-size: 14px !important;
    font-family: 'Cabin', sans-serif;
}

.btn-group.border-1 {
    border: 1px solid gray !important;
    border-radius: 4px !important;
}

/* .btn-outline-primary {
    color: gray !important;
    border-color: gray !important;
} */

.dot {
    height: 5px;
    width: 5px;
    background-color: #ff0000;
    border-radius: 50%;
    display: inline-block;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    font-size: 12px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid rgb(221, 221, 221);
}

.btn.btn-rainfall.active {
    background-color: #fff !important;
    border: 1px solid gray !important;
    color: #000 !important;
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}

.minHeight-700px {
    min-height: 704px;
    overflow-y: scroll;
}

.text-number {
    font-family: 'Cabin', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    color: #FFCF00;
}



.nav-pills.btnCampare .nav-link.active,
.nav-pills.btnCampare .show>.nav-link {
    border-radius: 4px !important;
    background: #27538D;
    color: #FFF !important;
    font-family: "Open Sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    text-align: center;
}

.nav-pills.btnCampare .nav-link {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-family: "Open Sans";
    font-style: normal;
    line-height: normal;
}

.box-tab {
    border-radius: 10px;
    background: rgba(39, 83, 141, 0.10);
    margin: 5px;
}

.text-des {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
}

/* .form-check-input:checked {
    background-color: #579E4D !important;
    border-color: #579E4D !important;
} */
.form-check-input:checked {
    background-color: #105492 !important;
    border-color: #105492 !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.br-4 {
    border: 1px solid #579E4D;
    border-radius: 4px 0px 0px 4px;
}

.show {
    display: block !important;
}

/* .collapse:not(.show) {
    display: none !important;
} */

.faq-title {
    font-style: normal;
    cursor: pointer;
    font-weight: 600 !important;
    padding-left: 23px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.466667px;
    color: #000;
    margin-bottom: 0px;
}

.nav-link.new-text {
    color: #FFFEFE;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 10px 12px !important;
    font-size: 14px;
    text-decoration: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #fff;
}

.accordion-body.active {
    background: #e6f4f3 !important;
}

.list-style {
    list-style-type: none;
}

.dropdown-menu.tb_gr_view3::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 49%;
    margin-left: -5px;
    border-width: 9px;
    border-style: solid;
    visibility: visible;
    border-color: transparent transparent #fff transparent;
}

.list-style li a {
    text-decoration: none;
    font-size: 14px;
    text-transform: none;
    color: #000;
    font-family: 'Cabin', sans-serif;
}

.dropdown-menu {
    box-shadow: 0 1px 6px 0 #9fad9f;
    border: none !important;
}

.w-100px {
    width: 90px;
}

.dropdown-menu.tb_gr_view3 {
    position: absolute;
    z-index: 1000;
    display: none;
    position: absolute;
    inset: 3px auto auto -6px !important;
    margin: 0px;
    transform: translate(-92px, 33px) !important;
    min-width: 15rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.dropdown-menu.tb_gr_view4 {
    position: absolute;
    z-index: 1000;
    display: none;
    position: absolute;
    inset: 0px auto auto 0px !important;
    margin: 0px;
    transform: translate(-102px, 32px) !important;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.underline-none.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    display: none !important;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.navbar-brand {
    float: left;
    padding: 0 !important;
    line-height: 45px;
}

.collapse.in {
    display: block !important;
    top: 117px;
}

.chart-title {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #333333;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

/*-- //Navbar --*/


/*-- banner-text--*/

.banner-text h2 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.banner-text {
    text-align: center;
    padding: 5em 0em 3em 0em;
}

.banner-text h2 {
    margin-top: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 45px;
    letter-spacing: 2px;
}


/*-- banner-form--*/

.book-form-inner label {
    font-size: 15px;
    color: #fff;
    text-align: left;
    display: inline-block;
    float: left;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.book-form label {
    font-size: 15px;
    color: #fff;
    text-align: left;
    display: inline-block;
    float: left;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.book-form-inner label i {
    font-size: 20px;
    margin-right: 5px;
    color: #009688;
    color: #FFC107;
}

.book-form label i {
    font-size: 20px;
    margin-right: 5px;
    color: #009688;
    color: #FFC107;
}

.book-form-inner input[type="text"],
.book-form input[type="date"],
.book-form input[type="text"],
.book-form input[type="email"] {
    width: 100%;
    color: #9a9797;
    outline: none;
    font-size: 0.9em;
    line-height: 25px;
    padding: 5px 10px;
    border: 2px solid #fff;
    -webkit-appearance: none;
    margin-bottom: 1em;
    background: none;
    font-family: 'Cabin', sans-serif;
}

.book-form input[type="text"],
.book-form input[type="date"],
.book-form input[type="text"],
.book-form input[type="email"] {
    width: 100%;
    color: #9a9797;
    outline: none;
    font-size: 0.9em;
    line-height: 25px;
    padding: 5px 10px;
    border: 2px solid #fff;
    -webkit-appearance: none;
    margin-bottom: 1em;
    background: none;
    font-family: 'Cabin', sans-serif;
}

.book-form-inner input[type="text"] {
    border: 2px solid #fff;
    background: #fff;
}

.book-form input[type="text"] {
    border: 2px solid #fff;
    background: #fff;
}

.book-form-inner form input[type="submit"] {
    text-transform: capitalize;
    background: #009688;
    color: #FFFFFF;
    padding: .7em 2em;
    border: none;
    font-size: 14px;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    margin-top: 2.4em;
    -webkit-appearance: none;
}

.book-form form input[type="submit"] {
    text-transform: capitalize;
    background: #009688;
    color: #FFFFFF;
    padding: .7em 2em;
    border: none;
    font-size: 14px;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    margin-top: 2.4em;
    -webkit-appearance: none;
}

.book-form {
    background: none;
    padding: 9em 0em 3em 0em;
    margin: 0em auto 0;
}

.book-form-inner {
    background: rgba(12, 12, 12, 0.68);
    background: none;
    padding: 10px 10px 50px 10px;
    margin: 50px auto 0;
}

.book-form-inner p {
    color: #fff;
    font-size: 24px;
    margin-bottom: .8em;
    letter-spacing: 5px;
    word-spacing: 7px;
    text-transform: uppercase;
}

.book-form p {
    color: #fff;
    font-size: 24px;
    margin-bottom: .8em;
    letter-spacing: 5px;
    word-spacing: 7px;
    text-transform: uppercase;
}

.book-form select.form-control {
    outline: none;
    font-size: 1em;
    margin-bottom: 1em;
    padding: 5px 10px;
    width: 100%;
    line-height: 25px;
    border-radius: 0;
    background: #fff;
    color: #9a9797;
    border: 2px solid #fff;
    box-shadow: none !important;
}

.book-form-inner select.form-control {
    outline: none;
    font-size: 1em;
    margin-bottom: 1em;
    padding: 5px 10px;
    width: 100%;
    line-height: 25px;
    border-radius: 0;
    background: #fff;
    color: #9a9797;
    border: 2px solid #fff;
    box-shadow: none !important;
}

.form-date-w3-agileits.second-agile {
    width: 30%;
}

.form-date-w3-agileits.second-agile,
.form-time-w3layouts.second-agile,
.form-left-agileits-w3layouts.second-agile,
.form-left-agileits-w3layouts.bottom-w3ls.second-agile {
    margin-right: 0 !important;
    padding: 0 !important;
}

.form-left-agileits-w3layouts.bottom-w3ls {
    padding: 0 !important;
}

.book-form input[type=submit]:hover {
    background: #eab208;
    color: #fff;
}

.book-form-inner input[type=submit]:hover {
    background: #eab208;
    color: #fff;
}

.form-control {
    height: 39px;
}

.weatherbox {
    max-width: 220px;
    min-width: 180px;
    min-height: 100px;
    padding: 20px;
    color: #666666;
    background-color: #DFFFFC;
    margin: 5px 15px 5px 5px;
    font-size: 11px;
    border: 1px solid #93FFF4;
    display: inline-block;
}

.datebox {
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.wicon {
    padding: 10px;
    text-align: center;
}

.wconditinons {
    text-align: center;
}


/*-- //banner-form--*/

.baner-info {
    position: absolute;
    padding-top: 4em;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    top: 0;
}

.baner-info h3 {
    text-align: center;
    font-size: 3.5em;
    color: #fff;
    font-weight: 600;
    letter-spacing: 4px;
}

.baner-info h3 span {
    color: #fbcd13;
}

.baner-info h4 {
    text-align: center;
    font-size: 1em;
    margin: 2em 0 2em 0;
    font-weight: 500;
    letter-spacing: 10px;
    color: #ffcc33;
    padding: 15px 0;
}

.w3-banner-head-info {
    position: relative;
}

.baner-info p {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    width: 32%;
    margin: 0 auto;
}

span.simply-word {
    font-size: 18px;
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase;
    color: #02a388;
}

.baner-info span img {
    margin: 1em auto 0;
    text-align: center;
}

.card {
    margin-bottom: 10px;
}

.baner-w3l-agile-grids-bottom {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 12%;
    bottom: -62%;
    width: 80%;
}

.w3l-b-grid {
    float: left;
    width: 32%;
}

.w3l-b-one {
    background: url(../images/b1.jpg) no-repeat 0px 0px;
    min-height: 100px;
    background-size: cover;
    text-align: center;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.w3l-b-grid .w3l-b-one:hover {
    min-height: 200px;
}


/*-- //banner-text--*/


/* about */

.mail-grid1,
.agents,
div#about,
.banner-dott,
.customer,
.faq,
.portfolio-agileinfo {
    padding: 60px 0;
}

.text-center h3 {
    font-size: 40px;
    text-transform: capitalize;
}

.about-top {
    margin-bottom: 40px;
}

.text p {
    letter-spacing: .5px;
    color: #565656;
}

.about .grid {
    text-align: center;
    padding: 0 40px;
}

.about .grid i.fa {
    font-size: 50px;
    color: #d0d0d0;
    color: #FF9800;
    margin-bottom: 20px;
}

.about i.fa.fa-pencil,
.services i.fa.fa-pencil {
    color: #E91E63;
}

.about i.fa.fa-book,
.services i.fa.fa-book {
    color: #2196F3;
}

.about i.fa.fa-flask,
.services i.fa.fa-flask {
    color: #2d9e32;
}

.about .grid h3 {
    font-size: 17px;
    color: #999;
    color: #1f6282;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
}

.about-head h3 {
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #000;
}

.bottomgridtext h3 {
    color: #fff;
    margin: 50px 0 20px 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 25px;
}

.bottomgridtext p {
    color: #000;
    line-height: 26px;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 100;
    margin-top: 25px;
}

.bottomgridtext {
    padding-left: 40px;
    padding-right: 100px;
    background: #009688;
    padding-bottom: 81px;
    padding-top: 20px;
}

.about-bottom-grid {
    margin-top: 70px;
}

.readmore-w3 a {
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 8px 0px;
    margin: 2.5em 0 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Cabin', sans-serif;
}

.readmore-w3 i.fa.fa-long-arrow-right {
    padding-left: 15px;
}

.bottomgridimg {
    padding: 0;
}

.bottomleft {
    padding-left: 60px;
    padding-right: 50px;
    background: #FFC107;
    padding-bottom: 160px;
    padding-top: 44px;
}

.about span {
    background: #fff;
    display: block;
    width: 30%;
    height: 2px;
}


/* //about */


/* services */

.heading h3 {
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.heading p {
    text-align: center;
    color: #000;
    line-height: 26px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.grid1 {
    text-align: center;
    background: #e0e0e0;
    background: #ffc107;
    background: #fff;
    padding: 25px 40px;
    -webkit-box-shadow: 0 0 40px #aaa;
    -moz-box-shadow: 0 0 40px #aaa;
    box-shadow: 0 0 40px #aaa;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-box-shadow: 0px 1px 29px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 29px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 29px 0px rgba(0, 0, 0, 0.75);
    min-height: 230px;
}

.grid1:hover {
    background: #ffc107;
}

.grid1 h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 25px 0 20px;
    color: #212121;
}

.grid1 p {
    font-size: 14px;
    letter-spacing: .5px;
    color: #6b6b6b;
}

.services {
    background: url(../images/b1.jpg) no-repeat 0px 0px;
    background-size: cover;
}

.services .heading h3,
.services .heading p {
    color: #fff;
}

.services-top-grids {
    margin-bottom: 30px;
}

.grid1 i.fa {
    font-size: 40px;
    color: #000;
    color: #009688;
}


/* //services */


/*-- faq --*/

.about-w3layouts-pic {
    background: url(../images/.jpg) no-repeat 0px 0px;
    background-size: cover;
}

.about-right h5 {
    font-size: 1.5em;
    color: #000;
    margin: 0;
}

.about-right p {
    text-align: left;
    margin: 1em 0 0 0;
    color: #999999;
    line-height: 1.8em;
}

.highcharts-credits {
    display: none;
}

.faq .heading h3 {
    font-size: 45px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin-left: 13px;
    margin-bottom: 20px;
}


/*-- panel-accordion --*/

.w3ls-about h3.title-agile {
    margin-bottom: 0.8em;
}

.faq {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
}

.faq .panel-group {
    margin: 0em 0 0;
}

.faq .panel-heading {
    padding: 20px 0 20px 25px;
}

.panel-body {
    padding: 15px 5px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .5px;
    color: #565656;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 0;
    border-bottom: 1px solid #c5c5c5;
}

.panel-group .panel+.panel:nth-child(2) {
    border-top: 1px solid #c5c5c5;
}

.faq .panel-default span.glyphicon {
    color: #FFC107;
    margin-right: 1em;
}

.faq .panel-title {
    font-size: 1.2em;
    color: #000000;
    text-transform: capitalize;
    text-decoration: none;
}

.faq .panel-title:hover {
    text-decoration: none;
}

.faq a.pa_italic:focus {
    text-decoration: none;
}

.faq .panel-default {
    border-color: #FFF;
}

.faq .panel-default>.panel-heading {
    border-color: #FFF;
    color: #212121;
    background-color: #fff;
}

.faq.panel-body {
    padding: 1em 1em 0.5em;
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
    border: none !important;
}

.faq a.pa_italic label {
    cursor: pointer;
    font-weight: 500;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: #009688;
}


/*-- //faq --*/


/*-- team-slider --*/

#slides {
    height: 760px !important;
}

.carousel-caption {
    text-align: left;
    text-shadow: none;
}

.carousel-caption h3 {
    font-weight: 300;
    color: #009688;
    text-shadow: 0 1px 1px #000;
    margin: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 10px;
}

.carousel-caption h5 {
    font-size: 20px;
    color: #000;
    font-style: italic;
    text-transform: capitalize;
}

.carousel-caption h4 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.carousel-caption p {
    font-weight: normal;
    color: #999;
    margin: 15px 0;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 26px;
}

.agentinfo i.fa.fa-phone {
    color: #f8aa2c;
    font-size: 20px;
    margin-right: 10px;
}

#slides {
    position: relative;
}

#slides .slides-container {
    display: none;
}

#slides .scrollable {
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 46%;
    width: 100%;
}

.slides-navigation a {
    position: absolute;
    display: block;
}

.slides-navigation a.prev {
    left: 0;
}

.slides-navigation a.next {
    right: 0;
}

.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

.slides-pagination a {
    border: 2px solid #222;
    width: 10px;
    height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    overflow: hidden;
    text-indent: -100%;
}

.slides-pagination a.current {
    background: #222;
}

.slides-navigation {
    top: 50%;
}

.slides-navigation a {
    display: block;
    text-decoration: none;
    border: 2px solid #fff;
    color: white;
    font-weight: bold;
    font-size: 25px;
    margin: 0 25px;
    text-shadow: 0 1px 1px #000;
    color: #8BC34A;
    border: 2px solid #8BC34A;
    text-align: center;
    height: 40px;
    width: 40px;
    top: -40px;
    padding: 1px;
    -webkit-box-shadow: 0 1px 1px black;
    -moz-box-shadow: 0 1px 1px black;
    box-shadow: 0 1px 1px black;
    -webkit-transition: background 0.15s ease;
    -moz-transition: background 0.15s ease;
    -o-transition: background 0.15s ease;
    transition: background 0.15s ease;
}

/*styles may17*/

.croplist_scroll {
    height: 58vh;
    overflow-y: scroll;
}

.img-fit {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.croplist_details {
    border: 1px solid #b9bdc0;
    border-radius: 4px;
    margin: 5px 0px;
}

.font-13px {
    font-size: 14px;
}

.font-13px span {
    font-size: 14px;
}

.modal-content.bg-white {
    background-color: #fff !important;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #D9D9D9;
}

/*styles may17*/

@media screen and (max-width: 767px) {
    .slides-navigation {
        display: none;
    }

    .redzone {
        background-color: #fe2020 !important;
    }

    .card.card-shadow {
        width: 46.5%;
    }

    .plr-150px {
        padding: 0px 15px;
    }

    .redzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-red {
        border: 1px solid #fe2020;
        padding: 15px 15px !important;
    }

    .orangezone {
        background-color: #0000ff !important;
    }

    .orangezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-orange {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .yellowzone {
        background-color: yellow !important;
    }

    .yellowzone h3 {
        font-weight: bold;
        color: #333333;
        font-size: 18px;
    }

    .agro-yellow {
        border: 1px solid yellow;
        padding: 15px 15px !important;
    }

    .bluezone {
        background-color: #0000ff !important;
    }

    .bluezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-blue {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .greenzone {
        background-color: #00ff00 !important;
    }

    .greenzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-green {
        border: 1px solid #00ff00;
        padding: 15px 15px !important;
    }
}

.slides-pagination a {
    width: 15px;
    height: 15px;
    margin: 5px;
    border-color: white;
    -webkit-box-shadow: 0 1px 1px black;
    -moz-box-shadow: 0 1px 1px black;
    box-shadow: 0 1px 1px black;
}

.slides-pagination a.current {
    background: #8BC34A;
    border-color: #8BC34A;
}

.contrast a {
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 25px;
    background: #4CAF50;
    text-transform: capitalize;
}

.contrast a:hover {
    background: transparent;
}


/*-- team --*/

.carousel-caption {
    position: inherit;
}

.carousel-control {
    width: 5%;
}

.carousel-control .glyphicon-arrow-left,
.carousel-control .glyphicon-arrow-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 40px;
    height: 40px;
    margin-top: -15px;
    display: block;
    text-decoration: none;
    border: 2px solid #009688;
    color: #009688;
    background: #ffc107;
    font-size: 18px;
    text-align: center;
    padding: 4px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel .item {
    background: #fff;
    background-size: cover;
}

.carousel .item2 {
    background: #fff;
    background-size: cover;
}

.carousel .item3 {
    background: #fff;
    background-size: cover;
}

.carousel-indicators li {
    display: inline-block;
    width: 14px !important;
    height: 14px !important;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    display: none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-arrow-left,
.carousel-control .glyphicon-arrow-right {
    top: 48%;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-arrow-left {
    left: 70%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-arrow-right {
    right: 50%;
}

.glyphicon {
    line-height: 1.5;
}


/* team social icons */

.social li {
    list-style-type: none;
    display: inline;
}

.social i.fa {
    font-size: 15px;
    padding: 10px;
    text-align: center;
    width: 35px;
    height: 35px;
    color: #000;
    margin-bottom: 20px;
    transition: 0.5s ease-in-out all;
}

.social i.fa.fa-facebook {
    color: #fff;
    background: #3b5998;
}

.social i.fa.fa-twitter {
    color: #fff;
    background: #1da1f2;
}

.social i.fa.fa-dribbble {
    color: #fff;
    background: #444444;
}

.social i.fa.fa-google-plus {
    color: #fff;
    background: #dd4b39;
}

.social i.fa:hover {
    border-radius: 50%;
    transition: 0.5s ease-in-out all;
}


/* //team social icons */


/*-- //team-slider --*/


/*-- portfolio section --*/

section.portfolio-agileinfo h3.text-center {
    font-size: 40px;
    font-weight: normal;
    color: #000;
    font-family: 'Cabin', sans-serif;
    padding-bottom: 50px;
}

section.portfolio-agileinfo .portfolio-grids {
    padding: 6px;
}


/******** SAP ************/

section.portfolio-agileinfo .sap_tabs {
    clear: both;
    padding: 0;
}

section.portfolio-agileinfo .tab_box {
    background: #fd926d;
    padding: 2em;
}

section.portfolio-agileinfo .top1 {
    margin-top: 2%;
}

section.portfolio-agileinfo .resp-tabs-list {
    list-style: none;
    padding: 4em 0 3em;
    margin: 0 auto;
    text-align: center;
}

section.portfolio-agileinfo .resp-tab-item {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    margin: 0 1.5em 0;
}

section.portfolio-agileinfo .resp-tab-active {
    text-shadow: none;
    color: #fc4f6b;
    border-bottom: 2px solid;
}

section.portfolio-agileinfo .resp-tabs-container {
    padding: 0px;
    clear: left;
}

section.portfolio-agileinfo .resp-tab-content {
    display: none;
}

section.portfolio-agileinfo .resp-content-active,
section.portfolio-agileinfo .resp-accordion-active {
    display: block;
}

section.portfolio-agileinfo .portfolio-grids a {
    display: block;
    overflow: hidden;
    position: relative;
}

section.portfolio-agileinfo .portfolio-grids img.img-responsive {
    width: 100%;
}

section.portfolio-agileinfo .b-wrapper {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    padding: 2em;
    transition: .5s all;
    text-align: center;
}

section.portfolio-agileinfo .portfolio-grids a:hover .b-wrapper {
    bottom: 0%;
}

section.portfolio-agileinfo i.fa.fa-search-plus {
    color: #fff;
    font-size: 40px;
    padding-top: 45px;
}

section.portfolio-agileinfo .b-wrapper h5 {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding: 14px 0;
}

section.portfolio-agileinfo .b-wrapper p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.8em;
    text-align: center;
}

section.portfolio-agileinfo .gallery-grids {
    margin: 0;
}

section.portfolio-agileinfo .nav-tabs>li.active>a,
section.portfolio-agileinfo .nav-tabs>li.active>a:hover,
section.portfolio-agileinfo .nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: pointer;
    border: none;
    background-color: #009688;
}

section.portfolio-agileinfo .nav-tabs>li>a {
    margin: 0px;
    border-radius: 0;
    font-size: 17px;
    color: #fff;
    border: none;
    background-color: #ffc107;
    font-weight: normal;
}

section.portfolio-agileinfo .nav-tabs {
    border-bottom: none;
    margin: 0 0 40px;
}

section.portfolio-agileinfo .nav-tabs>li {
    margin-bottom: 0;
    border: 1px solid #009688;
    margin: 0 5px;
}

section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
    margin-left: 41em;
    border-left: 1px solid #009688;
}

section.portfolio-agileinfo .nav>li>a:hover,
section.portfolio-agileinfo .nav>li>a:focus {
    color: #000;
    background-color: transparent;
}


/*-- /portfolio section --*/


/*-- Testimonials --*/

.customer-grid p {
    padding: 2em;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    color: #6b6b6b;
    font-size: 13.5px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 1px;
    position: relative;
}

.customer-grid h4 {
    font-size: 1.5em;
    color: #009688;
    margin: 1em 0 0;
    text-align: center;
}

.customer-grid h4 span {
    color: #E91E63;
}

.customer-grid {
    margin: 0 1em 0 0;
}

.client-img img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
}


/*--flexisel--*/

.flex-slider {
    background: #222227;
    padding: 70px 0 165px 0;
}

.opportunity {
    background: #28282e;
    margin: 0px 20px;
    padding: 80px 0;
    position: relative;
}

#flexiselDemo1 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative;
}


/*---- Nav ---*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 60px;
    height: 115px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    display: none;
}

.nbs-flexisel-nav-left {
    left: -4%;
    top: 15% !important;
}

.nbs-flexisel-nav-right {
    right: -4%;
    top: 15% !important;
}


/*--//flexisel--*/


/*-- //Testimonials --*/


/*-- contact*/

.mail-agileits-w3layouts i {
    color: #fd6239;
    font-size: 28px;
    vertical-align: middle;
    border-right: 3px solid #000;
    padding: .8em .8em .8em 0em;
    float: left;
}

.mail .heading {
    margin-bottom: 40px;
}

.contact-right p {
    display: block;
    margin: 0px 0px 8px;
    color: #000;
    font-size: 19px;
}

.contact-right {
    padding-left: 2em;
    float: left;
    padding-top: 8px;
}

.contact-right span,
.contact-right a {
    font-size: 15px;
    text-decoration: none;
    color: #777;
    outline: none;
}

.contact-right a:hover {
    color: #fd6239;
}

iframe {
    width: 100%;
    height: 100vh;
    border: none;
}

.mail-grid1-form input[type="text"],
.mail-grid1-form input[type="email"] {
    margin-bottom: 1em;
}

.mail-grid1-form input[type="text"],
.mail-grid1-form input[type="email"],
.mail-grid1-form textarea {
    outline: none;
    /* border: 2px solid rgb(241, 224, 179); */
    border: none;
    font-size: 14px;
    color: #000;
    padding: 10px;
    background: none;
    width: 100%;
    border: 1px solid #009688;
}

.mail-grid1-form textarea {
    margin: 0 0 1.5em;
    min-height: 150px;
    resize: none;
}

.mail-grid1-form input[type="submit"] {
    outline: none;
    border: none;
    font-size: 16px;
    background: #009688;
    padding: 10px;
    width: 50%;
    margin: 0 auto;
    display: block;
    color: #fff;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
}

.mail-grid1-form input[type="submit"]:hover {
    background: #FFC107;
}

.map iframe {
    width: 100%;
    height: 100vh;
    border: none;
}

.map {
    padding: 0;
    position: relative;
}

}

.dropdown-content p {
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
}

h3.tittle-w3 {
    text-align: center;
    margin-bottom: 20px;
    color: #009688;
    font-size: 30px;
    text-transform: capitalize;
}

.mail-grid1-form {
    padding: 3em;
    background: #fff;
    position: absolute;
    bottom: 7%;
    right: 10%;
    width: 28%;
}

.mail-agileits-w3layouts i {
    color: #009688;
    font-size: 28px;
    vertical-align: middle;
    border-right: 3px solid #FFC107;
    padding: 0.4em .4em 0.4em 0em;
}


/*-- //contact*/


/* footer */

.footer .social {
    margin: 1em 0 0 0;
    text-align: center;
}

.footer .social ul li {
    margin: 0 .5em;
}

/* .border {
    border-bottom: solid 1px #FFFFFF;
    width: 6%;
    margin: 0em auto 1em;
} */

.copyright p {
    color: #FFFFFF;
    font-size: .9em;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.copyright p a {
    color: #009688;
    text-decoration: none;
}

.agileits-w3layouts-copyright p a:hover {
    color: #fff;
}

.footer {
    background: #232323;
    padding: 2em 0;
}


/* //footer */


/*-- to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 4px 4px #009688;
}

#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.plr-150px {
    padding: 0px 50px;
}

.text-cancel {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #579E4D;
}

input[type="number"],
input[type="date"] {
    outline: 0px;
    background: rgb(255, 255, 255);
    height: 42px;
    color: rgb(0, 0, 0);
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #e2c9c9;
    font-family: 'Cabin', sans-serif;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.fa-angle-right::before {
    content: "";
    font-size: 28px;
}

/*-- //to-top --*/


/* Responsive design */

@media screen and (max-width: 1920px) {
    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: 52em;
    }

    section.portfolio-agileinfo i.fa.fa-search-plus {
        padding-top: 65px;
    }
}

@media screen and (max-width: 1680px) {
    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: 43em;
    }

    section.portfolio-agileinfo i.fa.fa-search-plus {
        padding-top: 55px;
    }
}

@media screen and (max-width: 1600px) {
    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: 41em;
    }

    section.portfolio-agileinfo i.fa.fa-search-plus {
        padding-top: 50px;
    }

    .card.card-shadow {
        width: 23.5%;
    }
}

@media screen and (max-width: 1440px) {
    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: 35em;
    }

    .banner-dott1 {
        min-height: 550px;
    }

    section.portfolio-agileinfo i.fa.fa-search-plus {
        padding-top: 40px;
    }
}

@media screen and (max-width: 1366px) {
    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: 32em;
    }

    section.portfolio-agileinfo .b-wrapper {
        padding: 1em 2em;
    }

    .banner-dott1 {
        min-height: 530px;
    }

    .card.card-shadow {
        width: 23.5%;
    }
}

@media screen and (max-width: 1280px) {
    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: 29em;
    }

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        font-family: 'Cabin', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 47px;
        color: #898989;
        padding: 6px 12px;
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .banner-dott1 {
        min-height: 485px;
    }

    .banner-text {
        padding: 4em 0 4em 0;
    }

    .card.card-shadow {
        width: 23.5%;
    }

    .plr-150px {
        padding: 0px 50px;
    }
}

@media screen and (max-width: 1080px) {
    .banner-text h2 {
        font-size: 40px;
    }

    .bottomgridtext {
        padding-right: 70px;
        padding-bottom: 34px;
        padding-top: 0px;
    }

    .bottomleft {
        padding-bottom: 91px;
        padding-top: 20px;
    }

    .carousel-caption p {
        width: 100%;
    }

    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: 23em;
    }

    section.portfolio-agileinfo .b-wrapper {
        padding: 1em 1em;
    }

    section.portfolio-agileinfo i.fa.fa-search-plus {
        font-size: 30px;
        padding-top: 15px;
    }

    .heading h3 {
        font-size: 40px;
    }

    .mail-grid1,
    .agents,
    div#about,
    .banner-dott,
    .customer,
    .faq,
    .portfolio-agileinfo {
        padding: 50px 0;
    }

    .mail-agileits-w3layouts i {
        font-size: 25px;
        border-right: 2px solid #FFC107;
        padding: 0.4em .4em 0.4em 0em;
    }

    .contact-right {
        padding-left: 4em;
        float: none;
        padding-top: 8px;
    }

    .mail-grid1-form {
        padding: 2em;
        width: 37%;
    }
}

@media screen and (max-width: 1024px) {
    .banner-dott1 {
        min-height: 485px;
    }

    /* .card.card-shadow {
        width: 15.5%;
    } */
    .plr-150px {
        padding: 0px 15px;
    }

    p,
    ul li,
    ol li {
        margin: 0;
        font-size: 11px;
        line-height: 26px;
    }

}

@media screen and (max-width: 991px) {
    .navbar-nav>li {
        margin-right: 10px;
    }

    .plr-150px {
        padding: 0px 15px;
    }

    .navbar-default .navbar-nav>li>a {
        letter-spacing: 1px;
        padding: 5px 5px;
        font-size: 14px;
        text-decoration: none;
    }

    .card.card-shadow {
        width: 21.5%;
    }

    .banner-text h2 {
        font-size: 31px;
    }

    .col-md-3.form-time-w3layouts,
    .form-date-w3-agileits,
    .form-left-agileits-w3layouts,
    .form-left-agileits-submit {
        width: 25%;
        float: left;
        padding: 5px;
    }

    .book-form form input[type="submit"] {
        padding: .7em 0em;
    }

    /* .text-center {
        width: 40%;
        float: left;
    } */

    .col-md-8.text {
        width: 60%;
        float: left;
    }

    .bottomgridimg {
        padding: 0;
        width: 60%;
        float: none;
        margin: 0 auto;
    }

    .bottomgridtext {
        width: 50%;
        float: left;
    }

    .bottomleft,
    .bottomgridtext {
        padding: 31px;
    }

    .bottomgridtext h3 {
        margin: 0px 0 20px 0;
        font-size: 24px;
    }

    .services .col-md-4 {
        width: 33.33%;
        float: left;
        padding: 5px;
    }

    .grid1 {
        padding: 20px;
    }

    .grid1 h4 {
        font-size: 18px;
        ;
    }

    .agentimg,
    .agentinfo {
        width: 50%;
        float: left;
    }

    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: 20em;
    }

    .portfolio-grids {
        width: 25%;
        float: left;
    }

    .heading p {
        width: 70%;
    }

    .heading h3 {
        font-size: 35px;
    }

    .carousel-caption p {
        letter-spacing: .5px;
        font-size: 13.5px;
    }

    .about-left {
        width: 33.33%;
        float: left;
    }

    .about-right {
        width: 66.66%;
        float: left;
    }

    .faq .panel-title {
        font-size: 1.1em;
    }

    .mail-agileits-w3layouts {
        width: 33.33%;
        float: left;
    }

    .contact-right {
        padding-left: 3.2em;
    }

    .services-top-grids {
        margin-bottom: 0px;
    }

    .faq .heading h3 {
        font-size: 35px;
    }

    .banner-dott1 {
        min-height: 442px;
    }

    .bottomgridtext {
        width: 100%;
        float: left;
    }

    .customer-grid p {
        padding: 2em 0.5em;
    }

    .panel-body {
        padding: 15px 20px;
    }

    .panel panel-default p {
        padding: 15px 20px;
    }

    .map iframe,
    iframe {

        height: 100vh;
    }

    .text-center h3 {
        font-size: 35px;
    }
}

@media screen and (max-width: 900px) {
    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: 16em;
    }

    section.portfolio-agileinfo .b-wrapper h5 {
        padding: 5px 0;
    }

    .card.card-shadow {
        width: 30.5%;
    }

    .res_hide {
        margin-top: 65px;
        display: none;
    }

    .book-form {
        margin-top: 50px;
    }

    .plr-150px {
        padding: 0px 15px;
    }

    section.portfolio-agileinfo .b-wrapper {
        padding: 1em 0em;
    }

    .redzone {
        background-color: #fe2020 !important;
    }

    .redzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-red {
        border: 1px solid #fe2020;
        padding: 15px 15px !important;
    }

    .orangezone {
        background-color: #0000ff !important;
    }

    .orangezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-orange {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .yellowzone {
        background-color: yellow !important;
    }

    .yellowzone h3 {
        font-weight: bold;
        color: #333333;
        font-size: 18px;
    }

    .agro-yellow {
        border: 1px solid yellow;
        padding: 15px 15px !important;
    }

    .bluezone {
        background-color: #0000ff !important;
    }

    .bluezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-blue {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .greenzone {
        background-color: #00ff00 !important;
    }

    .greenzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-green {
        border: 1px solid #00ff00;
        padding: 15px 15px !important;
    }
}

@media screen and (max-width: 800px) {

    .carousel-control .icon-next,
    .carousel-control .glyphicon-arrow-right {
        right: 1340%;
        top: 68%;
    }

    /* .card.card-shadow {
        width: 30.5%;
    } */
    .plr-150px {
        padding: 0px 15px;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-arrow-left {
        left: 400%;
        top: 68%;
    }

    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: 13em;
    }

    .mail-grid1-form {
        width: 46%;
    }

    .book-form {
        margin: 2em auto 0;
    }

    .display-container {
        padding-left: 20px;
    }

    .banner-dott1 {
        min-height: 335px;
    }

    .client-img img {
        width: 160px;
        height: 160px;
    }

    section.portfolio-agileinfo i.fa.fa-search-plus {
        padding-top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .portfolio-grids {
        width: 50%;
        float: left;
    }

    section.portfolio-agileinfo i.fa.fa-search-plus {
        font-size: 40px;
        padding-top: 55px;
    }

    .mail-grid1,
    .agents,
    div#about,
    .banner-dott,
    .customer,
    .faq,
    .portfolio-agileinfo {
        padding: 40px 0;
    }

    .plr-150px {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 736px) {
    .navbar-header h1 a span {
        text-align: left;
    }

    .navbar-nav>li {
        display: block;
        float: none;
        text-align: center;
        width: 20%;
        margin: 2% auto;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        padding: 10px;
        text-align: center;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
    }

    .plr-150px {
        padding: 0px 15px;
    }

    .bottomgridimg {
        width: 70%;
        float: none;
        margin: 0 auto;
    }

    .bottomleft,
    .bottomgridtext {
        padding: 30px;
        width: 70%;
        float: none;
        margin: 5px auto 0;
    }

    .grid1 h4 {
        font-size: 17px;
    }

    .grid1 p {
        font-size: 13.5px;
    }

    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: 10em;
    }

    .customer-grid p {
        padding: 1em;
    }

    div#bs-example-navbar-collapse-1 {
        position: absolute;
        width: 100%;
        z-index: 9;
        background: #009688;
    }

    .redzone {
        background-color: #fe2020 !important;
    }

    .redzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-red {
        border: 1px solid #fe2020;
        padding: 15px 15px !important;
    }

    .orangezone {
        background-color: #0000ff !important;
    }

    .orangezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-orange {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .yellowzone {
        background-color: yellow !important;
    }

    .yellowzone h3 {
        font-weight: bold;
        color: #333333;
        font-size: 18px;
    }

    .agro-yellow {
        border: 1px solid yellow;
        padding: 15px 15px !important;
    }

    .bluezone {
        background-color: #0000ff !important;
    }

    .bluezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-blue {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .greenzone {
        background-color: #00ff00 !important;
    }

    .greenzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-green {
        border: 1px solid #00ff00;
        padding: 15px 15px !important;
    }
}

@media screen and (max-width: 667px) {
    .banner-text h2 {
        font-size: 26px;
    }

    .services .col-md-4 {
        width: 50%;
    }

    .plr-150px {
        padding: 0px 15px;
    }

    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: 7em;
    }

    .client-img img {
        width: 150px;
        height: 150px;
    }

    .customer-grid p {
        padding: .5em;
    }

    .faq .panel-heading {
        padding: 20px 0 20px 20px;
    }

    .faq .panel-default span.glyphicon {
        margin-right: .5em;
    }

    .mail-agileits-w3layouts {
        width: 60%;
        float: none;
        margin: 0 auto 20px;
    }

    .mail-grid1-form {
        width: 55%;
    }

    .book-form form input[type="submit"] {
        font-size: 13.5px;
        font-weight: 400;
    }

    .col-md-3.form-time-w3layouts,
    .form-date-w3-agileits,
    .form-left-agileits-w3layouts,
    .form-left-agileits-submit {
        padding: 1px;
    }

    section.portfolio-agileinfo i.fa.fa-search-plus {
        padding-top: 45px;
    }
}

@media screen and (max-width: 640px) {

    .col-md-3.form-time-w3layouts,
    .form-date-w3-agileits,
    .form-left-agileits-w3layouts {
        width: 33.33%;
        float: left;
        padding: 2px;
    }

    .navbar-brand h1 {
        line-height: 33px;
        font-size: 36px;
        margin-bottom: 4px;
        text-transform: uppercase;
        color: #fff;
    }

    .navbar-brand span {
        color: #fff;
        font-size: 35px;
        display: block;
        line-height: 42px;
        letter-spacing: 2px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: center;
    }

    .plr-150px {
        padding: 0px 15px;
    }

    .col-md-3.form-left-agileits-submit {
        width: 40%;
        margin: 0 auto;
        float: none;
    }

    .book-form form input[type="submit"] {
        margin: 0;
    }

    .about-left {
        width: 50%;
        float: none;
        margin: 0 auto;
    }

    .about-right {
        width: 100%;
        float: none;
        margin-top: 1em;
    }

    .redzone {
        background-color: #fe2020 !important;
    }

    .redzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-red {
        border: 1px solid #fe2020;
        padding: 15px 15px !important;
    }

    .orangezone {
        background-color: #0000ff !important;
    }

    .orangezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-orange {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .yellowzone {
        background-color: yellow !important;
    }

    .yellowzone h3 {
        font-weight: bold;
        color: #333333;
        font-size: 18px;
    }

    .agro-yellow {
        border: 1px solid yellow;
        padding: 15px 15px !important;
    }

    .bluezone {
        background-color: #0000ff !important;
    }

    .bluezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-blue {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .greenzone {
        background-color: #00ff00 !important;
    }

    .greenzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-green {
        border: 1px solid #00ff00;
        padding: 15px 15px !important;
    }
}

@media screen and (max-width: 600px) {
    .text-center {
        width: 100%;
        float: none;
    }

    .plr-150px {
        padding: 0px 15px;
    }

    .navbar-brand h1 {
        line-height: 33px;
        font-size: 36px;
        margin-bottom: 4px;
        text-transform: uppercase;
        color: #fff;
    }

    .navbar-brand span {
        color: #fff;
        font-size: 35px;
        display: block;
        line-height: 42px;
        letter-spacing: 2px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: center;
    }

    .col-md-8.text {
        width: 100%;
        text-align: center;
        float: none;
        padding: 10px 0;
    }

    .text p {
        font-size: 13.5px;
    }

    .agentimg,
    .agentinfo {
        width: 70%;
        margin: 0 auto 1em;
        text-align: center;
        float: none;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-arrow-right {
        right: 100%;
        top: 30%;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-arrow-left {
        left: 100%;
        top: 30%;
    }

    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: 5em;
    }

    section.portfolio-agileinfo i.fa.fa-search-plus {
        font-size: 35px;
        padding-top: 30px;
    }

    .navbar-nav>li {
        width: 31%;
    }

    .client-img img {
        width: 100px;
        height: 100px;
    }

    .mail-agileits-w3layouts {
        width: 75%;
    }

    .banner-text h2 {
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 30px;
    }

    .banner-text {
        padding: 5em 0 3em 0;
    }
}

@media screen and (max-width: 568px) {

    .col-md-3.form-time-w3layouts,
    .form-date-w3-agileits,
    .form-left-agileits-w3layouts {
        width: 33.33%;
        float: left;
        padding: 2px;
    }

    .navbar-brand h1 {
        line-height: 33px;
        font-size: 36px;
        margin-bottom: 4px;
        text-transform: uppercase;
        color: #fff;
    }

    .navbar-brand span {
        color: #fff;
        font-size: 35px;
        display: block;
        line-height: 42px;
        letter-spacing: 2px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: center;
    }

    .col-md-3.form-left-agileits-submit {
        width: 40%;
        margin: 0 auto;
        float: none;
    }

    .card.card-shadow {
        width: 46%;
    }

    .book-form form input[type="submit"] {
        margin: 0;
    }

    .redzone {
        background-color: #fe2020 !important;
    }

    .redzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-red {
        border: 1px solid #fe2020;
        padding: 15px 15px !important;
    }

    .orangezone {
        background-color: #0000ff !important;
    }

    .orangezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-orange {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .yellowzone {
        background-color: yellow !important;
    }

    .yellowzone h3 {
        font-weight: bold;
        color: #333333;
        font-size: 18px;
    }

    .agro-yellow {
        border: 1px solid yellow;
        padding: 15px 15px !important;
    }

    .bluezone {
        background-color: #0000ff !important;
    }

    .bluezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-blue {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .greenzone {
        background-color: #00ff00 !important;
    }

    .greenzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-green {
        border: 1px solid #00ff00;
        padding: 15px 15px !important;
    }
}

@media screen and (max-width: 516px) {
    .navbar-brand h1 {
        line-height: 33px;
        font-size: 36px;
        margin-bottom: 4px;
        text-transform: uppercase;
        color: #fff;
    }

    .navbar-brand span {
        color: #fff;
        font-size: 35px;
        display: block;
        line-height: 42px;
        letter-spacing: 2px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .bottomgridimg {
        width: 90%;
    }

    .navbar-brand h1 {
        line-height: 33px;
        font-size: 36px;
        margin-bottom: 4px;
        text-transform: uppercase;
        color: #fff;
    }

    .navbar-brand span {
        color: #fff;
        font-size: 35px;
        display: block;
        line-height: 42px;
        letter-spacing: 2px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: center;
    }

    .bottomleft,
    .bottomgridtext {
        width: 90%;
    }

    .services .col-md-4 {
        width: 100%;
        float: none;
    }

    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: 1em;
    }

    .portfolio-grids {
        width: 80%;
        float: none;
        margin: 0 auto;
    }

    .carousel-caption h3 {
        letter-spacing: 2px;
        font-size: 25px;
        margin-bottom: 8px;
    }

    section.portfolio-agileinfo i.fa.fa-search-plus {
        font-size: 35px;
        padding-top: 65px;
    }

    .book-form {
        padding: 2em 0em 2em;
    }

    .about-left {
        width: 80%;
        float: none;
        margin: 0 auto;
    }

    .mail-agileits-w3layouts {
        width: 100%;
    }

    .mail-grid1-form {
        width: 100%;
        position: static;
    }

    .map iframe,
    iframe {
        height: 100vh;
    }
}

@media screen and (max-width: 414px) {
    section.portfolio-agileinfo .nav-tabs>li>a {
        font-size: 15px;
        padding: 10px;
    }

    .mail-agileits-w3layouts {
        width: 100%;
    }

    .navbar-brand h1 {
        line-height: 33px;
        font-size: 36px;
        margin-bottom: 4px;
        text-transform: uppercase;
        color: #fff;
    }

    .navbar-brand span {
        color: #fff;
        font-size: 35px;
        display: block;
        line-height: 42px;
        letter-spacing: 2px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: center;
    }

    .mail-grid1-form {
        width: 100%;
        position: static;
    }

    .map iframe,
    iframe {
        height: 100vh;
    }

    .mail-grid1,
    .agents,
    div#about,
    .banner-dott,
    .customer,
    .faq,
    .portfolio-agileinfo {
        padding: 30px 0;
    }

    .text-center h3 {
        font-size: 35px;
    }

    .navbar-nav>li {
        width: 46%;
    }

    div#bs-example-navbar-collapse-1 {
        padding: 1em;
    }

    section.portfolio-agileinfo i.fa.fa-search-plus {
        font-size: 35px;
        padding-top: 50px;
    }

    .redzone {
        background-color: #fe2020 !important;
    }

    .redzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-red {
        border: 1px solid #fe2020;
        padding: 15px 15px !important;
    }

    .orangezone {
        background-color: #0000ff !important;
    }

    .orangezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-orange {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .yellowzone {
        background-color: yellow !important;
    }

    .yellowzone h3 {
        font-weight: bold;
        color: #333333;
        font-size: 18px;
    }

    .agro-yellow {
        border: 1px solid yellow;
        padding: 15px 15px !important;
    }

    .bluezone {
        background-color: #0000ff !important;
    }

    .bluezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-blue {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .greenzone {
        background-color: #00ff00 !important;
    }

    .greenzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-green {
        border: 1px solid #00ff00;
        padding: 15px 15px !important;
    }
}

@media screen and (max-width: 384px) {

    .bottomgridimg,
    .bottomleft,
    .bottomgridtext {
        width: 100%;
    }

    .navbar-brand h1 {
        line-height: 33px;
        font-size: 36px;
        margin-bottom: 4px;
        text-transform: uppercase;
        color: #fff;
    }

    .navbar-brand span {
        color: #fff;
        font-size: 35px;
        display: block;
        line-height: 42px;
        letter-spacing: 2px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: center;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-arrow-right {
        right: 210%;
        top: 30%;
    }

    .agentimg,
    .agentinfo {
        width: 82%;
    }

    section.portfolio-agileinfo .nav-tabs>li {
        margin: 3px;
    }

    .portfolio-grids {
        width: 90%;
    }

    .panel-body {
        padding: 15px 30px;
    }

    .navbar-nav>li {
        width: 50%;
    }

    .about-top {
        margin-bottom: 10px;
    }

    .contact-right p {
        font-size: 16px;
    }

    .mail-agileits-w3layouts i {
        font-size: 20px;
    }

    .col-md-3.form-time-w3layouts,
    .form-date-w3-agileits,
    .form-left-agileits-w3layouts {
        width: 50%;
    }

    .col-md-3.form-left-agileits-submit {
        width: 50%;
        margin: 2em auto;
        float: left;
        font-size: 17px;
    }

    .redzone {
        background-color: #fe2020 !important;
    }

    .redzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-red {
        border: 1px solid #fe2020;
        padding: 15px 15px !important;
    }

    .orangezone {
        background-color: #0000ff !important;
    }

    .orangezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-orange {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .yellowzone {
        background-color: yellow !important;
    }

    .yellowzone h3 {
        font-weight: bold;
        color: #333333;
        font-size: 18px;
    }

    .agro-yellow {
        border: 1px solid yellow;
        padding: 15px 15px !important;
    }

    .bluezone {
        background-color: #0000ff !important;
    }

    .bluezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-blue {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .greenzone {
        background-color: #00ff00 !important;
    }

    .greenzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-green {
        border: 1px solid #00ff00;
        padding: 15px 15px !important;
    }
}

@media screen and (max-width: 375px) {
    .carousel-caption h3 {
        letter-spacing: 1px;
        font-size: 22px;
    }

    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: .3em;
    }

    .portfolio-grids {
        width: 100%;
    }

    .redzone {
        background-color: #fe2020 !important;
    }

    .redzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-red {
        border: 1px solid #fe2020;
        padding: 15px 15px !important;
    }

    .orangezone {
        background-color: #0000ff !important;
    }

    .orangezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-orange {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .yellowzone {
        background-color: yellow !important;
    }

    .yellowzone h3 {
        font-weight: bold;
        color: #333333;
        font-size: 18px;
    }

    .agro-yellow {
        border: 1px solid yellow;
        padding: 15px 15px !important;
    }

    .bluezone {
        background-color: #0000ff !important;
    }

    .bluezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-blue {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .greenzone {
        background-color: #00ff00 !important;
    }

    .greenzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-green {
        border: 1px solid #00ff00;
        padding: 15px 15px !important;
    }
}

@media screen and (max-width: 320px) {
    .text-center h3 {
        font-size: 30px;
    }

    .navbar-header h1 a {
        font-size: 1em;
    }

    .bottomgridtext h3 {
        margin: 0px 0 10px 0;
        font-size: 20px;
    }

    .heading p {
        width: 85%;
        margin-bottom: 10px;
    }

    section.portfolio-agileinfo .nav-tabs>li {
        margin: 1px;
    }

    section.portfolio-agileinfo .nav-tabs>li>a {
        font-size: 14px;
        padding: 10px 8px;
    }

    section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
        margin-left: .1em;
    }

    .faq .panel-title {
        line-height: 1.8em;
    }

    .col-md-3.form-time-w3layouts,
    .form-date-w3-agileits,
    .form-left-agileits-w3layouts {
        width: 100%;
        float: none;
        padding: 0px 10px;
    }

    .banner-text {
        padding: 2em 0 0em 0;
    }

    .book-form label {
        font-size: 14px;
        margin-bottom: 4px;
        letter-spacing: 1px;
    }

    .col-md-3.form-left-agileits-submit {
        width: 60%;
    }

    .nbs-flexisel-item {
        width: 300px !important;
        margin: 0 auto !important;
        margin-left: 90px !important;
    }

    ul.nav.navbar-nav {
        margin: 11px 0;
    }

    .navbar-nav>li {
        width: 65%;
    }

    .agentinfo {
        width: 100%;
    }

    .col-md-3.form-left-agileits-submit {
        width: 93%;
        margin-top: 1em;
        margin-left: 10px;
    }

    .copyright p {
        font-size: .875em;
    }

    section.portfolio-agileinfo i.fa.fa-search-plus {
        padding-top: 40px;
    }

    .redzone {
        background-color: #fe2020 !important;
    }

    .redzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-red {
        border: 1px solid #fe2020;
        padding: 15px 15px !important;
    }

    .orangezone {
        background-color: #0000ff !important;
    }

    .orangezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-orange {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .yellowzone {
        background-color: yellow !important;
    }

    .yellowzone h3 {
        font-weight: bold;
        color: #333333;
        font-size: 18px;
    }

    .agro-yellow {
        border: 1px solid yellow;
        padding: 15px 15px !important;
    }

    .bluezone {
        background-color: #0000ff !important;
    }

    .bluezone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-blue {
        border: 1px solid #0000ff;
        padding: 15px 15px !important;
    }

    .greenzone {
        background-color: #00ff00 !important;
    }

    .greenzone h3 {
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }

    .agro-green {
        border: 1px solid #00ff00;
        padding: 15px 15px !important;
    }
}


/* //Responsive design */

/* CSS for loading icon */
.loading-icon {
    position: fixed;
    top: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    left: 49%;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    z-index: 3;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}