.breadcrumbs {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1rem 0;
    text-align: center;
    background-position: center;
}

.breadcrumbs .breadcrumbs__list {
    margin-bottom: 20px;
}

.breadcrumbs .breadcrumbs__list .breadcrumbs__list--item {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.breadcrumbs .breadcrumbs__list .breadcrumbs__list--item:nth-of-type(1)::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f054";
    font-family: "FontAwesome";
    display: block;
    color: white;
    padding-left: 30px;
}

.breadcrumbs .breadcrumbs__list .breadcrumbs__list--item a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumbs h2 {
    font-size: 40px;
    color: #fff !important;
    text-transform: capitalize;
}

.overlay {
    position: relative;
}

.overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #000;
    content: "";
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Innerpage {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.m_b15 {
    margin-bottom: 15px !important;
}

.m_t35 {
    margin-top: 35px;
}

.inner-section-area .single-page-text h1 {
    color: #03a658;
}

.inner-section-area .single-page-text p span {
    color: #03a658;
}

.inner-section-area .about_page h3 {
    font-size: 30px;
    color: #03a658;
}

.inner-section-area .sidebar-widget {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 20px;
    border: 1px solid #03a658;
    background: #fff;
}

.inner-section-area .sidebar-widget h3 {
    padding: 10px 15px;
    color: #03a658;
}

.inner-section-area .sidebar-widget p {
    font-size: 14px;
    color: #2d1744;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    line-height: 18px;
}

.inner-section-area .sidebar-widget h5 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #03a658;
    margin-top: 15px;
    margin-bottom: 0;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content {
    padding: 15px;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(45, 23, 68, 0.3);
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .image-recent-post {
    height: 90px !important;
    width: 100px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .image-recent-post img {
    height: 90px !important;
    width: 100px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post {
    width: 60%;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    float: left;
    margin-left: 2%;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post .recent-post-title {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post .recent-post-title a {
    color: #03a658;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post .recent-post-date {
    display: block;
    color: #090553;
    text-transform: uppercase;
    font-size: 12px;
}

.inner-section-area .single-page-text .writers {
    color: #2d1744;
}

.inner-section-area .single-page-text .writers span {
    padding-right: 20px;
    font-size: 14px;
    color: inherit;
}

.inner-section-area .single-page-text .about_image img {
    width: 100%;
    margin-bottom: 30px;
}


/*------------------------------------
blogInner.php css starts
------------------------------------*/

.inner-section-area .single-page-text .writers span {
    padding-right: 20px;
    font-size: 14px;
}

.inner-section-area .single-page-text .about_image img {
    width: 100%;
    margin-bottom: 30px;
}


/*------------------------------------
  blogInner.php css ends
  ------------------------------------*/


/*------------------------------------
  blog.php css starts
  ------------------------------------*/

.author {
    font-style: italic;
    color: #3db166;
    font-size: 0.889rem;
}

.author__name {
    font-weight: bold;
}

.blog-section .blog-body {
    margin: 10px 0;
}

.blog-section .blog-body .blog-img {
    overflow: hidden;
    max-width: 453px;
    height: 310px;
    background: #000;
    margin-bottom: 1rem;
}

.blog-section .blog-body .blog-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-section .blog-body .blog-img img {
    width: 100%;
    height: 310px;
    border-radius: 0.3em 0.3em 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1s;
    transition: 1s;
}

.blog-section .blog-body .artical-info .post-head-left h4 a {
    color: #03a658 !important;
}

.blog-section .blog-body .artical-info .post-head-left .author a {
    color: #03a658 !important;
}

.blog-section .blog-body .artical-info .artbtn {
    color: #03a658;
}


/*------------------------------------
notice.php css starts
------------------------------------*/

.primaryHeading {
    color: #03a658;
    line-height: 2;
}

#noticeContainer .primaryHeading {
    line-height: 2;
}

#noticeContainer {
    margin: 20px 0;
}

.leftImage__RightContent {
    border-top: 1px solid rgba(3, 166, 88, 0.3);
    padding: 20px 0;
}

.leftImage__RightContent .RIghtContent h3 {
    font-size: 1rem;
}

.leftImage {
    overflow: hidden;
    max-width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid #03a658;
}

.leftImage:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.leftImage img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -o-object-fit: cover;
    object-fit: cover;
}

.latestNewsList {
    border: 1px solid rgba(3, 166, 88, 0.3);
    padding: 0 20px;
}

.latestNews__News {
    border-top: 1px solid rgba(3, 166, 88, 0.3);
    padding: 20px 0;
}

.secondaryButtonComponent {
    background: #f1f1f1;
    color: #03a658;
    border: 1px solid rgba(3, 166, 88, 0.3);
}


/*------------------------------------
  notice.php css ends
  ------------------------------------*/


/*------------------------------------
  noticeInner.php css starts
  ------------------------------------*/

#noticeInner {
    margin: 1.4rem 0;
}

#noticeInner .primaryHeading {
    line-height: 2;
}

#noticeInner .sidebarListComponent a {
    color: #2d1744;
}


/*------------------------------------
  noticeInner.php css ends
  ------------------------------------*/


/*------------------------------------
  blog.php css ends
  ------------------------------------*/


/*------------------------------------
  pagination
  ------------------------------------*/

.pagination .page-link {
    color: #165eae;
}

.pagination .active .page-link {
    background: #165eae;
}


/*------------------------------------
gallery.php css starts
------------------------------------*/

.gallery__list-image img {
    width: 100%;
}

.gallery__list-title h2 {
    background: #165eae;
    color: #fff;
    font-size: 20px;
    padding: 0.5rem 2.5rem;
    border-radius: 30px;
    display: inline-block;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}


/*------------------------------------
  gallery.php css ends
  ------------------------------------*/


/*------------------------------------
  galleryInner.php css starts
  ------------------------------------*/

.gallery-inner-page .gallery-images .gallery-view img {
    height: 250px !important;
    position: relative;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.gallery-inner-page .gallery-images .gallery-overlay {
    position: relative;
    overflow: hidden;
    cursor: default;
    margin: 5px;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    opacity: 0;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-effect:hover {
    opacity: 1;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-flex-center i {
    font-size: 1rem;
    color: white;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-rgba {
    background-color: rgba(33, 150, 243, 0.56);
}


/*------------------------------------
  galleryInner.php css ends
  ------------------------------------*/


/*------------------------------------
contact.php css starts
------------------------------------*/

#contact-us .contact_button .submitButtonContent {
    display: inline-block;
    background: #03a658;
    color: #fff !important;
    padding: 9px 40px;
    border: 1px solid #03a658;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

#contact-us .contact_button .submitButtonContent:hover {
    background: none !important;
    color: #03a658 !important;
}

#contact-us .contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.7rem 0.2rem;
}

#contact-us .contact .listIconCircle i {
    width: 30px;
    height: 30px;
    background: #03a658;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 1rem;
}

#contact-us .single-contact a {
    color: #2d1744;
}

#map {
    height: 350px;
}

#map .googleMap {
    height: 350px;
    border: 0;
    width: 100%;
    margin-bottom: 0;
}

.testimonial-page-section .job_testimonial .testimonial_text {
    position: relative;
    padding: 35px 25px 64px 25px;
    margin-top: 50px;
    border-style: solid;
    border-color: #03a658;
    border-top-left-radius: 30px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 30px;
}

.testimonial-page-section .job_testimonial .testimonial_text h3 {
    color: #2d1744;
}

.testimonial-page-section .job_testimonial .testimonial_text .testimonial_image {
    position: absolute;
    z-index: 1;
    left: 15px;
    top: -65px;
}

.testimonial-page-section .job_testimonial .testimonial_text .testimonial_image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #03a658;
    -o-object-fit: cover;
    object-fit: cover;
}


/*------------------------------------
  testimonial.php css ends
  ------------------------------------*/


/*------------------------------------
notice.php css starts
------------------------------------*/

.primaryHeading {
    color: #03a658;
    line-height: 2;
}

#noticeContainer .primaryHeading {
    line-height: 2;
}

#noticeContainer {
    margin: 20px 0;
}

.leftImage__RightContent {
    border-top: 1px solid rgba(3, 166, 88, 0.3);
    padding: 20px 0;
}

.leftImage__RightContent .RightContent h3 {
    font-size: 1.4rem;
    color: #03a658;
}

.leftImage__RightContent .RightContent h3 a {
    color: inherit;
}

.leftImage {
    overflow: hidden;
    max-width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid #03a658;
}

.leftImage:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.leftImage img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -o-object-fit: cover;
    object-fit: cover;
}

.latestNewsList {
    border: 1px solid rgba(3, 166, 88, 0.3);
    padding: 0 20px;
}

.latestNews__News {
    border-top: 1px solid rgba(3, 166, 88, 0.3);
    padding: 20px 0;
}

.latestNews__News h5 {
    color: #2d1744;
}

.latestNews__News h5 a {
    color: inherit;
}

.secondaryButtonComponent {
    background: #f1f1f1;
    color: #03a658;
    border: 1px solid rgba(3, 166, 88, 0.3);
}

.secondaryButtonComponent a {
    color: inherit;
}


/*------------------------------------
  notice.php css ends
  ------------------------------------*/


/*------------------------------------
noticeInner.php css starts
------------------------------------*/

#noticeInner {
    background: url("../img/sitesvgrotate.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 20px 0;
}

#noticeInner .primaryHeading {
    line-height: 2;
}


/*------------------------------------
  noticeInner.php css ends
  ------------------------------------*/


/*------------------------------------
  about.php css starts
  ------------------------------------*/


/*------------------------------------
  about.php css ends
  ------------------------------------*/


/*------------------------------------
ProductInner.php css starts
------------------------------------*/

#ProductInner {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}

#ProductInner .singleProduct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#ProductInner .singleProduct__Image {
    margin-right: 1.5rem;
    height:300px;
    width:300px;
    overflow:hidden;
}

#ProductInner .singleProduct__Image img{
    max-width: 100%;
    height: 100%;
    vertical-align: top;
    
}

#ProductInner .singleProduct__Description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#ProductInner .singleProduct__Description-title {
    color: #03a658;
}

#ProductInner .singleProduct__Description-para {
    color: #2d1744;
}


/*------------------------------------
ProductInner.php css ends
------------------------------------*/


/*------------------------------------
InnerPage Responsive css starts
------------------------------------*/

@media (min-width: 768px) {
    /*------------------------------------
innerpage.php css starts
------------------------------------*/
    .breadcrumbs {
        padding: 5rem 0;
    }
    .inner-section-area {
        padding: 1.4rem 0;
    }
    /*------------------------------------
  innerpage.php css ends
  ------------------------------------*/
}

@media (max-width: 576px) {
    .tripName {
        font-size: 1.4rem;
        padding-top: 2rem;
    }
}


/*------------------------------------
InnerPage Responsive css ends
------------------------------------*/


/*# sourceMappingURL=innerpage.css.map */

.gallery-inner .gallery-image-size .mains .views .img-title {
    position: relative;
    background: #9465F3;
    padding: 10px 21px;
    margin-top: -26px;
    left: 22px;
    width: 84%;
    text-align: center;
    text-transform: capitalize;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 5px #212529;
    box-shadow: 0px 0px 5px #212529;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery-inner .gallery-image-size .mains .views .img-title:hover {
    background: #fff;
}

.gallery-inner .gallery-image-size .mains .views .img-title h2 {
    font-size: 0.79rem;
    color: #fff;
}

.gallery-inner .gallery-image-size .mains .views .img-title:hover h2 {
    color: #9465F3;
}

.pro-listing-wrap {
    margin-bottom: 30px;
}

.pro-listing-wrap .single-product {
    height: 100% !important;
}