body {
    background: #fff;
    color: #363636;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c;
}

p a {
    color: #363636;
    width: auto;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
    color: #363636;
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: none;
    display: block;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;height:auto;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: #fa2a2a;
    display: block;
    font-weight: 400;
    margin: 0;
}

textarea {
    height: 100px !important;
}

textarea,
select,
input {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px !important;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-control::-moz-placeholder {
    color: #555;
}

.form-control:focus::-moz-placeholder {
    color: #90c64e;
}

.form-control:focus {
    border-color: #90c64e;
    box-shadow: none;
}

h2 {

    font-size: 26px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
    overflow: hidden;
}

h3 span {
    padding: 0 10px 0 0;
    position: relative;
}

h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}

h5 {
    text-transform: capitalize;
}

/* Header*/
.header {
    float: left;
    width: 100%;
    position: fixed;
    /* position: relative; */
    top: 0;
    left: 0;
    height: auto;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: space-between;
}

.navigation {
    float: right;
    width: 100%;
    position: relative;
    margin-top: 0px;
}

.logo {
    margin-top: 0px;
    margin-left: 5px;
    margin-bottom: 0px;
    text-align: center;
}

.logo img {
    max-width: 300px;
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #90c64e;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
}

.navigation .menu ul li {
    display: block;
    position: relative;
    border-bottom: 0px solid #e7f1fb;
}

.navigation .menu ul li a {
    padding: 26px 30px;
    display: block;
    color: #262626;
    text-transform: capitalize;
    transition: all .3s ease;
    font-size: 15px;
    background: transparent;
    font-weight: 500;
    text-align: left;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: #fff;
    background: #90c64e;
}

.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0%;
    text-align: left
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: -89%;
    top: 0px;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 200px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
    transition: all .3s ease
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    transition: all .3s ease;
    width: 200px;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #f9f9f9;
    width: 100%
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #fff;
    background: #90c64e;
}

.navigation .menu ul li ul.cs-dropdown li:hover a,
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li:hover a {
    color: #fff;
    background: #90c64e
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a,
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li:hover ul.cs-dropdown li a {
    background: #fff;
    color: #333
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover,
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: #fff;
    background: #90c64e
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 14px;
    padding: 5px 10px;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: normal;
    background: #fff;
    transition: all 0.3s ease;
    border-bottom: 0px solid transparent;
}

.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    margin-left: auto;
    color: #90c64e;
    float: right;
}

.navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
    transform: rotateZ(0deg);
    margin-left: 8px;
}

.navigation ul li.cs-submenu:hover button {
    color: #fff;
}


.navigation ul li.cs-submenu ul.cs-dropdown li a button,
.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: #333;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg);
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover button,
.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover button {
    color: #fff;
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}



.navigation .menu ul > li:hover > ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

/* .navigation .menu ul > li > ul.cs-dropdown > li > ul.cs-dropdown {
    left: 100%;
} */

.navigation .menu ul > li > ul.cs-dropdown > li > ul.cs-dropdown > li > ul.cs-dropdown {
    left: 100%;
}

.navigation .menu ul > li > ul.cs-dropdown > li:hover > ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.navigation .menu ul > li ul.cs-dropdown {
    position: absolute;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
}

.navigation .menu ul > li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #f9f9f9;
    width: 100%;
}

ul.social {
    float: right;
    margin: 0;
    list-style: none;
    padding: 0px;
    width: auto;
}

ul.social li {
    margin: 0px;
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #231573;
}

ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.twitter a {
    background: #359BED;
}

ul.social li.linkedin a {
    background: #027ba5;
}

ul.social li.youtube a {
    background: #f70000;
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.right_panel {
    width: 100%;
    float: right;
}

.right_panel .container {
    width: 100%;
    padding: 0 25px;
}


/* banner */
.home_slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.home_slider #slider {
    overflow: hidden;
    width: 100%
}

.slide {
    position: relative;
    display: block;
    z-index: 6;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.home_slider .slide img {
    width: 100%;
}

#slider .owl-prev,
#slider .owl-next, #slider2 .owl-prev,
#slider2 .owl-next  {
    line-height: 0;
    position: absolute;
    top: 55%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;opacity: 1;
    border: 0;
    outline: 0;
    background: #90c64e;
    border-radius: 100%;
    z-index: 9
}

#slider .owl-prev, #slider2 .owl-prev{
    left: 60px;
}

#slider .owl-next, #slider2 .owl-next {
    right: 60px;
}

#slider .owl-prev:hover,
#slider .owl-next:hover, #slider2 .owl-prev:hover,
#slider2 .owl-next:hover{
    background: #90c64e;
    color: #fff;
    border-color: #90c64e
}

#slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.webpule_quote {
    float: left;
    width: 100%;
    background: #f9f9f9;
    display: block;
    overflow: hidden;
    padding: 20px 0px;
}

.banner-contact {
    float: right;
}
.banner-contact  a{
    display: inline-block;
}
.banner-contact span i {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #90c64e;
    border: 1px solid #90c64e;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 5px;
}

.banner-contact span {
    color: #90c64e;
    font-weight: 700;
    font-size: 18px;
    margin-right: 10px;
}

.banner-btn {
    float: right;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background: #000;
    border-radius: 0px;
}

.banner-btn:hover,
.banner-btn:focus {
    background: #90c64e;
    color: #fff;
}

.banner-content h4 {
    float: left;
    margin-bottom: 0;
    color: #90c64e;
    font-size: 20px;
    max-width: 600px;
    line-height: 32px;
    text-align: left;
    padding: 7px 0px;
}

.banner-content .year_experience {
    float: left;
    margin-bottom: 0;
    color: #90c64e;
    font-size: 20px;
    max-width: 600px;
    line-height: 32px;
    text-align: left;
    padding: 7px 0px;
    font-weight: 600;
}

.feature_bg {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.feature_box {
    border: 0px solid #f9f9f9;
    padding: 10px 5px;
    transition: .5s ease;
    overflow: hidden;
    min-height: 290px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    background: #f9f9f9;
}

.feature_box img {
    width: 70px;
    margin-bottom: 10px;
}

.feature_box .f_title {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: capitalize;
    text-align: center;
    padding: 0;
    transition: .5s ease;
    color: #0c0c0c;
}

.feature_box p {
    font-size: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.feature_box:before,
.feature_box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    top: 0;
    left: 0;
    transition: all .4s ease;
}

.feature_box:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border-top: 1px solid #90c64e;
    border-bottom: 1px solid #90c64e;
}

.feature_box:after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-left: 1px solid #90c64e;
    border-right: 1px solid #90c64e;
}

.feature_box:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.feature_box:hover:after {
    -webkit-transform: scale(1, 1);
     transform: scale(1, 1);
}

.feature_box:hover .f_title {
    color: #90c64e;
}


.about-section {
    float: left;
    width: 100%;
    background: #f9f9f9;
    position: relative;
    padding: 40px 0 40px;
}

.about-section h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #90c64e;
}


.text p {
    text-align: justify;
}

.text p strong {
    color: #90c64e;
    font-weight: 600;
}

.text p a {
    color: #90c64e
}

.about-section .image-wrap {
    position: relative;
    max-width: 400px;
    width: 100%;
    float: right;
    margin: 0 0px 15px 15px;    border-radius: 10px;
    overflow: hidden;
}

.about-section .image-wrap .link-btn {
    position: absolute;
    left: 0;
    bottom: -35px;
    z-index: 9;
}

.about-section h2 {
    font-size: 20px;
    margin: 0 0 5px;
    padding: 0;
}

.about-section ul {
    margin: 0 0 10px;
    padding: 0;
}

.about-section ul li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.about-section ul li strong {
    font-weight: 600;
}

.about-section ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}


.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    /*background-image: linear-gradient(270deg, rgba(46, 182, 151, .18), transparent);*/
    background-color: #90c64e;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 35px;
    margin-bottom: 20px;
    border: 0;
}

.btn-style-two:hover {
    color: #fff!important;
}


.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
   /* background-color: #90c64e;*/
    transform: scale(0, 1);
    transform-origin: top right;
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}


.btn-style-two:hover:before {
    transform: scale(1, 1);
    transform-origin: bottom left;
}

.btn-style-two span {
    position: relative;
    z-index: 2;
}

.category_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.category_section h3 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    text-align: center;    margin-bottom: 10px;
}


.single-experience {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;border-radius: 10px;
}

.full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-decoration: none;
}

.single-experience img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.single-experience .experience-overlay {
    padding: 40px 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 70%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 5;
}

.single-experience .experience-overlay .title {
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    margin: 0;
    font-weight: 600;
    height: auto;
    overflow: hidden;text-align: center;
}

.single-experience:hover .experience-overlay .title {
    color: #90c64e;
}

.single-experience .experience-overlay p {
    color: #fff;
}

.single-experience .experience-overlay a.rmore {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;    text-align: center;
}

.single-experience .experience-overlay i {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 200px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}

.experience-overlay a.rmore::after {
    content: "\f0a9";
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 15px;
    line-height: 14px;
    margin-top: 10px;
}

.single-experience:hover .experience-overlay {
    background: rgb(12 12 12 / 90%);
    padding-top: 220px;
}

.single-experience:hover .experience-overlay a {
    opacity: 1;
}

.single-experience:hover .experience-overlay i {
    opacity: .1;
}


.home_blog {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f9f9f9;
}

.h3_title {
    color: #90c64e;
    font-size: 26px;
    font-weight: 600;
}

.single-post2 {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-thumb2 {
    overflow: hidden;
    width: 100%;
    border: 1px solid #f9f9f9;
}

.blog-thumb2 img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;    border-radius: 10px;
    margin-top: 10px;
}

.blog-content2 {
    background: #fff;
    padding: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 5px 0px #e5e5e5;
    width: 90%;
    border-radius: 10px;
    margin: auto;
    margin-top: -60px;
    margin-bottom: 15px;
}

.blog-content2 .b-meta {
    margin-bottom: 15px;
    font-size: 14px;
}

.blog-content2 .b-meta ul {
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
}

.b-meta ul li {
    display: inline-block;
    margin-right: 8px;
    border-right: 2px solid #f5f5f5;
    padding-right: 8px;
}

.b-meta i {
    margin-right: 5px;
    color: #90c64e;
}

.b-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.blog-content2 h5 {
    font-size: 18px;
    margin-bottom: 10px;
    height: auto;
    white-space: nowrap;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

}

.blog-content2 h5 a {
    text-decoration: none;
    line-height: 30px;   white-space: nowrap;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-content2 h5 a:hover {
    color: #90c64e;
}

.blog-content2 h5 span {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
}

.home_testimonials_webpulse {
    float: left;
    width: 100%;
    color: #fff;
    padding: 50px 0 30px;
    background: url(../images/background1.jpg) no-repeat fixed;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.home_testimonials_webpulse:before {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.home_testimonials_webpulse .container {
    position: relative;
    z-index: 1;
}

.home_testimonials_webpulse .title_2 {
    color: #90c64e;
    margin-bottom: 25px;
    font-weight: 600;
}

.web-pulse-testimonials {
    float: left;
    width: 100%;
}

.testimonials-item {
    padding: 40px 30px;
    font-size: 15px;
    font-style: italic;
    background: #f9f9f9;
    border-radius: 4px;
    line-height: 24px;
    color: #333;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials-item p{
    font-size: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dont-know {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 9;
}

.web-pulse-testimonials .testimonial-info {
    font-size: 15px;
    padding: 0 15px;
    margin-top: 18px;
}

.web-pulse-testimonials .testimonial-info span {
    float: left;
    top: 3px;
    font-weight: 600;
    position: relative;
    color: #fff;
}

.web-pulse-testimonials .testimonial-info p {
    color: #fff;
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

.web-pulse-testimonials .testimonial-info img {
    width: 80px;
    float: left;
    height: 80px;
    padding: 2px;
    margin-right: 15px;
    border: solid 1px #ccc;
}

.web-pulse-testimonials .testimonial-author {
    overflow: hidden;
}

.testimonials-item {
    position: relative;
}

.testimonials-item:after,
.testimonials-item:before {
    left: 80px;
    bottom: -20px;
}

.testimonials-item:after {
    border-top: 22px solid;
    border-left: 0 solid transparent;
    border-right: 22px solid transparent;
}

.testimonials-item:after {
    width: 0;
    height: 0;
    content: " ";
    display: block;
    position: absolute;
    border-top-color: #f9f9f9;
    border-left-style: inset;
    border-right-style: inset;
}

.rounded-x {
    border-radius: 50%;
}

.title_2 {
    color: #90c64e;
    margin-bottom: 25px;
    font-weight: 600;
}

.faq_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 16px !important;
    overflow: hidden;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: normal;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: #90c64e;
    font-weight: normal;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(0deg);
}

.accordion-button:hover,
.accordion-button:focus {
    color: #fff;
    background: #90c64e;
}

.accordion-button:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(-180deg);
}

.accordion-body p {
    font-size: 15px;
    line-height: normal;
}



.web-pulse-india {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 30px 0px;
}

.web-pulse-india h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #90c64e;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.web-pulse-india h5, .web-pulse-india .title5 {
    float: left;
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #90c64e;
    margin-bottom: 10px;font-weight: 600;
    text-transform: uppercase;
}

.web-pulse-india p {
    float: left;
    width: 100%;
    color: #333;    text-align: justify;
    font-size: 14px;
}

.web-pulse-india p a {
    float: left;
    color: #90c64e;
}

.web-pulse-india p a:hover {
    color: #333;
}

.web-pulse-india p span {
    float: left;
}

.web-pulse-india h4 span {
    color: #90c64e;
}

.footer-links {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-links li {
    line-height: 28px;
    list-style: none;
    color: #dadada;
    font-size: 14px;
}

.footer-links a {
    color: #333;
    text-transform: capitalize !important;
}

.footer-links a:hover {
    color: #90c64e;
}

.wps_copy {
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 15px;
    color: #fff;
    background-image: linear-gradient(270deg, rgba(46, 182, 151, .18), transparent);
    background-color: #90c64e;
    padding: 10px 0px;
}
.col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12.text-right {
    text-align: right;
}
.wps_copy a {
    color: #fff;
    display: inline-block;
}

.wps_copy a:hover {
    color: #000;
}

.social-icons {
    float: left;
    overflow: hidden;
    margin: 0;
}

.social-icons li a {
    height: 40px;
    width: 40px;
    background: #c3c0c0;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
}

.social-icons li a:hover {
    color: #fff;
}

.social-icon {
    padding: 16px 20px;
}

.social-icons .facebook:hover {
    background: #3c5899;
}

.social-icons .twitter:hover {
    background: #5ea9dd;
}

.social-icons .youtube:hover {
    background: #ee1c1b;
}

.social-icons .pinterest:hover {
    background: #ee1c1b;
}

.social-icons .linkedin:hover {
    background: #0077B5;
}


footer .footer_contact {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

footer .footer_contact li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
    color: #333
}

footer .footer_contact li a {
    color: #333
}

footer .footer_contact li a:hover {
    color: #90c64e
}

footer .footer_contact li a:focus {
    color: #90c64e
}

footer .footer_contact li i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px
}

footer .footer_contact li strong {
    display: block;
    text-transform: uppercase
}

footer .footer_contact li i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #90c64e
}


.widget-about-info {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: -.01em;
    line-height: 1.3;
    padding-top: .7rem;
    margin-top: 20px;
}

.widget-about-title {
    display: block;
    font-weight: 300;
    font-size: 1.3rem;
    color: #333;
    letter-spacing: 0;
    margin-bottom: .4rem;
}

.widget-about-info a {
    color: #90c64e;
}

.footer-payments {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: .6rem;
}

#web-pulse-scroll-up {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: #90c64e;
}

#web-pulse-scroll-up:hover {
    background: #333;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background: #90c64e;
    color: #fff;
    border-radius: 0;
}

.modal-header h4 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.modal-header .modal-title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0;
    text-transform: initial;
    letter-spacing: 0.2px;
}

.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: 0;
}

.send_p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.whatapp_btn {
    background: #01e675;
    width: 40px;
    height: 40px;
    color: #fff;
    position: fixed;
    left: 10px;
    bottom: 110px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn i {
    font-size: 30px;
}

.whatapp_btn:hover,
.whatapp_btn:focus {
    background: #01e675;
    color: #fff;
}

#whatsapp .modal-dialog {
    margin-top: 15%;
}
.instagram_btn {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    width: 40px;
    height: 40px;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 155px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.instagram_btn:hover,
.instagram_btn:focus {
    color: #fff;
}

.facebook_btn {
    background: #3c5899;
    width: 40px;
    height: 40px;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 200px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.facebook_btn:hover,
.facebook_btn:focus {
    color: #fff;
}

.twitter_btn {
    background: #101010;
    width: 40px;
    height: 40px;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 245px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.twitter_btn:hover,
.twitter_btn:focus {
    color: #fff;
}

.linkedin_btn:hover,
.linkedin_btn:focus {
    color: #fff;
}

.linkedin_btn {
    background: #0c64c5;
    width: 40px;
    height: 40px;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 200px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.pinterest_btn:hover,
.pinterest_btn:focus {
    color: #fff;
}

.pinterest_btn {
    background: #e60023;
    width: 40px;
    height: 40px;
    color: #fff;
    position: fixed;
    right:10px;
    bottom:65px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}



.send_enquiry {
    background: #ffffff;
    border-radius: 40px;
    bottom: 65px;
    color: #ffffff;
    display: table;
    height: 40px;
    left: 10px;
    min-width: 40px;
    position: fixed;
    text-align: center;
    z-index: 9;
    transition: all 0.2s linear;
    background: linear-gradient(to bottom, #90c64e 0%, #b78d25 100%);
}

.send_enquiry i {
    font-size: 20px;
    line-height: 40px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 40px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-right: 10px;
}



/* Inner Heading Banner*/
.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    padding: 160px 0px 100px;
    margin: 0;
    height: 300px
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}
.heading_banner .container{position: relative; z-index: 2;}
.heading_banner h1 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner h2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #f9f9f9;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #f9f9f9;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}


/* Breadcrumb*/
.inner_breadcrumb {
    float: left;
    width: 100%;
    background: #f9f9f9;
    position: relative;
    margin: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.inner_breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: left;
    text-transform: capitalize;
    margin: 0;
}

.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    float: left;
    line-height: 55px;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #666;
    letter-spacing: 0.3px;
}

.inner_breadcrumb .breadcrumb li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: #90c64e;
}

.inner_breadcrumb .breadcrumb li + li:before {
    content: "\f105";
    color: #fff;
    padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li + li:before {
    float: left;
    padding: 20px 10px;
    color: #bfbfbf;
}

.about_page{float:left;width:100%;margin:0;padding:50px 0;background:#fff; position: relative;}
.right_side .title_2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #90c64e;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.right_side h3{color: #70a530; font-size: 22px; margin-bottom: 10px; margin-top: 10px; font-weight: 600;}
.right_side p{font-size: 15px; text-align: justify;}
.right_side p strong{font-weight: 600; color: #70a530;}
.right_side p a{color: #70a530;}
.right_side ul {
    margin: 0 0 25px;
    padding: 0;
}

.right_side ul li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.right_side ul li strong {
    font-weight: 600;
}

.right_side ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}


.product_right_image {
    float: right;
    text-align: center;
    position: relative;
    max-width: 400px;
    height: auto;
    width: 100%;
    margin: 0 0 15px 15px;
}
.product_right_image .image_1{
    height: 400px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.product_right_image .image_1 img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.Image-class-section {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dedede;
    background: #f6f6f6;
    margin-bottom: 15px;
}
.Image-class-section .tutor-main-image {
    width: 15%;
    float: left;
}
.Image-class-section .tutor-main-image .main-image {
    max-height: 195px;
    overflow: hidden;
}
.Image-class-section .tutor-main-image .main-image img{width: 100%;}

.Image-class-section .tutor-main-content {
    float: right;
    text-align: left;
    width: 85%;
    padding: 10px 10px;
    background: #f6f6f6;
    min-height: 180px;
}
.Image-class-section .tutor-main-content .Name-start-contant {
    display: flex;
    width: 100%;
    padding: 0;
    align-items: center;
    height: 40px;
}
.Name-start-contant .Name-of-tutor, .Name-start-contant .Rating-of-tutor {
    float: left;
    width: 30%;
    font-family: 'Poppins', sans-serif;
    color: #0c0c0c;
    margin: 0px;
    font-weight: 600;
}
.Name-start-contant .Rating-of-tutor i {
    color: #08c508;
}
.Name-start-contant .Contact-of-tutor {
    float: right;
    text-align: right;
    margin-left: auto;
}
.Contact-of-tutor a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background-image: linear-gradient( 270deg ,rgba(46,182,151,.18), transparent);
    background-color: #90c64e;
    padding: 5px 17px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 35px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}
.Contact-of-tutor a i {
    transform: rotate(125deg);
    margin-left: 7px;
    color: #90c64e;
}
.classes-experience {
    color: #000;
}
.classes-experience span {
    font-family: 'Poppins', sans-serif;
    color: #484848;
    margin: 0 0 0px;
    font-size: 15px;
    font-weight: 300;
}
span.Experience {
    float: right;
}
span.Experience strong {
    color: #000;
}
.tutor-phone-number {
    font-family: 'Poppins', sans-serif;
    color: #0c0c0c;
    margin: 0 0 0px;
    font-size: 15px;
    margin: 10px 0px;
    text-decoration: none;
}
.tutor-phone-number a {
    text-decoration: none;
    color: #0c0c0c;
    background: #dedede;
    padding: 0 16px 0 0px;
    display: inline-block;
    position: relative;
    line-height: 30px;
}

.tutor-phone-number a i {
    color: #fff;
    position: relative;
    background: #08c508;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;

}

.descriptionoftutor {
    font-family: 'Poppins', sans-serif;
    color: #484848;
    margin: 0 0 0px;
    font-size: 15px;
}
.descriptionoftutor p{margin: 0; font-size: 15px;}

.you_may {
  float: left;
  width: 100%;
  padding: 7px 10px;
  margin: 0 0 8px;
  line-height: 30px;
  background: #90c64e;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #f9f9f9;
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #f9f9f9;
    display: inline-block;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 255px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    border-bottom: 1px solid #f9f9f9;
}

.product_listing .product .image1 img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_listing .product p {
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px;
}
.product_listing .product .read_more{margin-top: 0; margin-bottom: 15px;}
.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
    padding-right: 15px;
}

.right-content .title4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;    font-size: 20px;
    margin: 0;
}

.right-content .title4 a {
    color: #333;
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
}

.right-content p {
    font-size: 15px;
    margin-bottom: 10px;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #e9e3e3;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}
.more_info{float: left; width: 100%; margin: 0; padding: 0; max-height: 272px; overflow: hidden; overflow-y: auto;}
.product_listing:hover .right-content h3 a {
    color: #90c64e;
}

.product_listing:hover .right-content h4 a {
    color: #90c64e;
}

.right-content .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    overflow: auto;
    padding-right: 5px;
}
.right-content table{margin: 0;}
.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 14px;
    line-height: normal;
    text-align: left;
}

.right-content table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.right-content table tbody tr td:first-child {
    color: #363636;
    width: 40%;
}
#callback .product_popup_image {
    height: 176px;}

/* Products Poup */
.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    height: 430px;
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    margin: auto;
}

.product_popup h4 {
    color: #90c64e;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

.wps_right table{ border: 1px solid #ccc; margin-bottom: 15px; width: 100%;}
.wps_right table thead tr th{background: #90c64e; color: #fff; padding: 8px 15px}
.wps_right table tr td{ border: 1px solid #f9f9f9; padding: 5px 10px;}


.blog_details{ float: left; width: 100%; background: #fff; border: 0px solid #ccc; padding: 0px;}
.blog_details ul {display: inline-block; margin:0px 0 20px; padding: 0;}
.blog_details ul li {display: inline-block; margin-right: 15px; list-style: none;}
.blog_details ul li:before{ content: none; margin: 0;}
.blog_details ul li a {color: #333333; transition: all 0.5s ease-out;}
.blog_details ul li i {margin-right: 5px;}
.blog_details1{ float: left; width: 100%; margin: 0; padding: 0;}
.blog_details1 img{ margin-bottom: 15px;}
.blog_details_img {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.blog_details_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto
}

.blog_details1 p{ text-align: justify; line-height: 24px;}
.blog_details1 .block-quote {padding: 30px 40px;margin-bottom: 20px;background: #f9f9f9;border-left: 3px solid #e59509;}
.blog_details1 .block-quote p{ font-size: 15px; line-height: 24px;}
.blog_details1 h3{ margin: 0 0 5px; padding: 0; line-height: 30px;}
.blog_details1 ul{float: left; width: 100%; margin: 0 0 25px; padding: 0;}
.blog_details1 ul li{width: 100%; display: inline-block;list-style: none; line-height: 24px; color: #423f3f; font-size: 15px; font-weight: normal;}
.blog_details1 ul li::before {content: "\f0da"; font-family: "FontAwesome"; margin-right: 5px;}
.fb-comments{ width: 100%;}


.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
}

.contact_map {
    float: left;
    width: 100%;
    height: 550px;
    margin-bottom: 30px;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden
}

.contact_details {
    background: #90c64e;
    border-radius: 4px 0 0 4px;
    padding: 40px 40px 50px 30px;
}

.contact_details h4 {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_details p {
    color: #ffffff;
    margin-bottom: 20px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #fff;
}

.contact_details .address_list li a {
    color: #ffffff;
    display: flex;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact_details .address_list li a span {
    font-size: 30px;
    margin-right: 13px;
}

.contact_details .address_list li:first-child {
    display: flex;
    align-items: center;
}

.contact_details .address_list li span {
    font-size: 14px;
    margin-right: 13px;

}

.contact_details .address_list li a:hover,
.contact_details .address_list li a:focus {
    color: #ffffff;
}

.social_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.social_list li {
    list-style: none;
    display: inline-block;
}

.social_list li a {
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
}

.social_list li a:hover {
    color: #fff;
    border: 1px solid #fff;
}

.contact_form_grid .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.contact_form_grid1 .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.form_grid h4 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #333;
}


.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f9f9f9;
    position: relative;
}

.sitemap_right_side h2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #90c64e;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li {
    list-style: none !important;
    background: transparent url("../images/sitemap_hr.png") no-repeat scroll 0 9px;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}

.sitemap li a:hover {
    color: #90c64e;
}
.market_area h1{font-size: 24px; font-weight: bold; margin-bottom: 10px;
color: #90c64e;}
.market_area h3 {
    float: left;
    display: block;
}

.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important;
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #ddd;
}

.market-list li a:hover {
    background: #90c64e;
    color: #fff !important;
}




/* Featured Services */
.webpulse_home_featured{float:left;width:100%;margin:0;padding:50px 0;background:#fff;}
.products_heading{float:left;width:100%;text-align:center;}
.webpulse_home_featured .title4, .title4{    color: #000;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;}
.webpulse_home_featured .title4 span, .title4 span{color: #90c64e;}
.separator{line-height:0.5;text-align:center;margin:10px 0 50px 0;}
.separator span{display:inline-block;position:relative;}
.separatorss span:before,
.separatorss span:after{content:"";position:absolute;border-bottom:5px solid #90c64e;top:0px;width:30px;}
.separator span:before{right:100%;}
.separator span:after{left:100%;}
.wps_featured{margin-bottom:0!important}
.wps_featured .slick-prev{display:none!important}
.wps_featured .slick-next{display:none!important}
.wps_featured{margin-bottom:0!important}
.wps_featured .slick-prev{left:-20px;z-index:50;top:48.5%;width:40px!important;height:40px!important;display:block!important;z-index:50}
.wps_featured .slick-next{right:2px;z-index:50;top:50%;width:40px!important;height:40px!important;display:block!important;z-index:50}
.feature_item{ padding:0 10px 0 0;}
.feature_item .item{background: #fff; margin: 0 15px 0 0; padding: 0; border: 1px solid #ccc;}
.feature_item .feature_image{position:relative;padding:10px;text-align:center;min-height:210px;overflow:hidden; margin-top: 10px;}
.feature_item .feature_image .image{position:relative;padding:0px;margin-bottom:15px;text-align:center;min-height:210px;overflow:hidden; transition: all 0.4s ease-in-out;}
.feature_item .image img{ position: absolute; margin:auto; padding: 0 10px; top:50%;left:50%; transform: translate(-50%, -50%); max-width: 100%; width: auto; max-height: 100%;}
.feature_item:hover .feature_image .image{transform:scale(1.1)}

.feature_sec{display:block;overflow:hidden;margin-top:0px;margin-bottom:9px;}
.feature_sec h3{display:block;overflow:hidden;width:100%;text-align:center;float:inherit;padding:0 20px;font-weight:400;font-size:16px;color:#333;text-transform:none;margin-bottom:5px;line-height:23px;text-transform: capitalize;}
.feature_sec h3 a{ color: #333;}
.feature_sec h3 a:hover{ color: #90c64e;}
.feature_sec p a{display:block;overflow:hidden;width:100%;text-align:center;float:inherit;font-weight:400;font-size:15px;color:#90c64e;}


.planning-tools {
    padding: 50px 20px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #f9f9f9;
    border-radius: 4px;

    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.planning-tools.style1 {
    border: 0;
    border-radius: 5px;
    padding: 20px 15px;
    overflow: hidden;
    position: relative;
}
.planning-tools.style1 .title {
    font-size: 18px;
    line-height: 24px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;    margin-bottom: 0px;
    padding-bottom: 5px;
}
.text-italic {
    font-style: italic;
}
.planning-tools.style1 .content-bx{
	z-index: 99;
	position: relative;    margin-bottom: 10px;
}
.planning-tools.style1 .icon-bx {
    margin: 0 auto 15px;
	height: 150px;
	width: 150px;
    position: relative;
    z-index: 9999;
}
.planning-tools.style1:before{
	content:"";
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
	background-image:url(../images/sap1.png);
	background-repeat:no-repeat;
	background-position:top;
	background-size:contain;
	transition:all 0.8s;
	-moz-transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-ms-transition:all 0.8s;
	-o-transition:all 0.8s;
	z-index: 1;
}
.planning-tools.style1:after{
	content:"";
    background-image: linear-gradient(270deg,rgba(46,182,151,.18), transparent);
background-color:#90c64e;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.planning-tools.style1:hover:before{
	top:0;
}
.planning-tools.style1:hover:after{
	bottom: 0;
	border-radius:0;
}
.planning-tools.style1:hover .icon-bx{
    background: #fff;
    border-radius: 100%;
    border:5px solid #90c64e;
}
.planning-tools.style1 .icon-bx,
.planning-tools.style1 .icon-bx img{
	--moz-transition:all 0.5s;
	--webkit-transition:all 0.5s;
	--ms-transition:all 0.5s;
	--o-transition:all 0.5s;
	border-radius:100%;
}
.planning-tools.style1:hover .icon-bx img{
	transform:scale(0.8);
}
.planning-tools.style1:hover .title{
	color:#fff;
}
.planning-tools.style1 .btn {
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
   background-image: linear-gradient(270deg,rgba(46,182,151,.18), transparent);
background-color:#90c64e;
}
.planning-tools.style1:hover .btn {
	background:#fff;
	color:#000;
}
.planning-tools.style1 p {
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.planning-tools.style1:hover p {
	color:#fff;
}
a.theme-btn.btn-style-two {
    margin-top: 15px;
}
.iti {width: 100%; height: 40px;}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    height: 40px;
}
.catName {
    font-weight: 800;
}
.blog-content2 .title5 {
    font-size: 18px;
    margin-bottom: 10px;
    height: auto;
    position: relative;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color: #0c0c0c;
    font-weight: 500;
    line-height: 1.2;
}
.blog-content2 .title5 a {
    text-decoration: none;
    line-height: 25px;
    position: relative;
    width: 100%;    color: #333;
}
.whatapp_btn.whatapp_btn2 {
    right: inherit;    bottom: 20px;
    left: 10px;
}
footer a.theme-btn.btn-style-two {
    margin-top: 5px;
}
.blog-content2 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_details1 h2 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
    font-weight: 600;
    color: #90c64e;
    font-size: 22px;
}
.home_slider .slide img {
    aspect-ratio: 32 / 15;
}
.feature_box img {
    aspect-ratio: 1 / 1;    position: relative;
    z-index: 1;
}
.about-section .image-wrap img {
    aspect-ratio: 100 / 117;
}
.single-experience img {
    height: auto;
    aspect-ratio: 1;
}
.planning-tools.style1 .icon-bx img {
    aspect-ratio: 1;
    height: auto;
}
.blog-thumb2 img {
    aspect-ratio: 549 / 335;
    height: auto;
}
.web-pulse-testimonials .testimonial-info img {
    height: auto;
    aspect-ratio: 1;
}
.cmTitle {
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0px;
    color: #181818;
}
.about-section h3 {
    margin: 10px 0px;
}
.slides {
    width: 50px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.slides.active {
    border: 1px solid #90c64e;
}

.item.youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    color: #fff;
    height: 35px;
    border-radius: 5px;
    width: 40px;
}

.item.youtube svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}

.product_showcase {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 6px 0;
    margin-bottom: 8px;
}

.productBrochureandvideo {
    margin-right: 15px;
    border: 1px dashed #16417887;
    padding: 5px;
    border-radius: 5px;
}

.productBrochureandvideo a {
    font-weight: 800;
    color: #575757;
}

.productBrochureandvideo a svg {
    color: #575757;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.productBrochureandvideo a {
    font-weight: 800;
    color: #575757;
}
@media (min-width: 1200px){


.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 95%;
}
}
@media (min-width: 1024px){
    .blog-content2 {
        height: 160px;
    }
    .feature_box{height: 100%;}
    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li {
        width: 100%; 
    }
    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown { 
        right  : inherit;
        left : 100%;
    }
    .navigation .menu ul li {     margin: 0px 1px;
    }
    .navigation .menu >ul >li >ul.cs-dropdown { 
        left: -25%;}
}

/**/
.privacy_policy{float: left; width: 100%; margin: 0; padding: 40px 0; background: #fff;}
.privacy_policy h2{font-size: 22px; margin: 0; padding: 0 0 8px; font-weight: 600; text-transform: uppercase;}
.privacy_policy h3{font-size: 18px; margin: 0; padding: 0 0 8px; font-weight: 600; color: #90c64e;}
.privacy_policy p{font-size: 13px;  line-height: 1.4;}
.privacy_policy ul {
    margin: 0 0 25px;
    padding: 0;
}

.privacy_policy ul li {
    list-style: none;
    line-height: 1.4;
    color: #423f3f;
    font-size: 13px;
    font-weight: normal;
}

.privacy_policy ul li strong {
    font-weight: 600;
}

.privacy_policy ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}
        /* video */
        .video_gallery { width: 100%; position: relative; padding: 50px 0; overflow: hidden; z-index: 1; } 
        .video_gallery .vd_bx { position: relative; overflow: hidden; z-index: 1; border-radius: 16px; border: 1px solid #fff; box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; margin-bottom: 15px; } 
        .video_gallery .video-play-icon { width: 50px; height: 50px; line-height: 48px; } 
        .video-play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 65px; height: 65px; border-radius: 80px; text-align: center; line-height: 65px; color: #fff; display: block; margin: auto; transition: all .5s; background: var(--liner); background-color: #d9141b; box-shadow: 0 0 0 0 rgba(110, 39, 37, .5); -webkit-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1); -moz-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1); -ms-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1); animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1); } @-webkit-keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } @-moz-keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } @-ms-keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } @keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } 
        .video_gallery .moreBtn:before, .video_gallery .moreBtn:after { background: #333; } 
        .video_gallery .moreBtn:hover { box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; color: white; }
        .video_gallery .vd_bx img {
            object-fit: cover;
        }
        .youtube {
            background: #e60023;
            width: 40px;
            height: 40px;
            color: #fff;
            position: fixed;
            right: 10px;
            bottom: 380px;
            cursor: pointer;
            z-index: 9;
            border-radius: 100%;
            display: flex
        ;
            font-size: 25px;
            align-items: center;
            justify-content: center;
            transition: all 300ms ease-in-out;
            box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
        }
        .product_right_image img {
            width: 100%;
            aspect-ratio: 1;
        }
        .product_listing .product .image1 img { 
            object-fit: cover;
            width: 100%;
        }
        a.largeImage img {
            width: 100%;
        }
        .wps_right h2 {
            color: #90c64e;
            font-size: 22px;
        }
        .about-section a.theme-btn.btn-style-two {
            margin-bottom: 0px;
        }
        .slides {
            width: 50px;
            border: 1px solid #ccc;
            cursor: pointer;
        }
    
        .slides.active {
            border: 1px solid #90c64e;
        }
    
        .item.youtube {
            display: flex;
            align-items: center;
            justify-content: center;
            background: red;
            color: #fff;
            height: 35px;
            border-radius: 5px;
            width: 40px;
        }
    
        .item.youtube svg {
            fill: #fff;
            width: 30px;
            height: 30px;
        }
    
        .product_showcase {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 0 0 6px 0;
            margin-bottom: 8px;
        }
    
        .productBrochureandvideo {
            margin-right: 15px;
            border: 1px dashed #16417887;
            padding: 5px;
            border-radius: 5px;
        }
    
        .productBrochureandvideo a {
            font-weight: 800;
            color: #575757;
        }
    
        .productBrochureandvideo a svg {
            color: #575757;
            width: 20px;
            height: 20px;
            margin-right: 5px;
        }
    
        .productBrochureandvideo a {
            font-weight: 800;
            color: #575757;
        }
        .about-section h2,  .about-section h3{ 
            color: #8fc54d;
        }
        .contact_details .address_list li span.fa {
            font-size: 20px;
            margin-right: 5px;
          }
          .contact_details .address_list li span i.fa {
            font-size: 20px;
        }
        a.theme-btn.btn-style-two.request-back, .btn-enquiry {
            background: #333;
        }
      
        .navigation ul li.cs-submenu a button svg{color:#333}
        .navigation ul li.cs-submenu.active a button svg { 
            color: #fff;
        }
        .social_list li a{transition: all 0.5s ease;}
        .social_list li a:hover{    background: #fff;
            color: #90c64e;}
            .social_list li a:hover svg{
                color: #90c64e;
                fill: #90c64e;
            }