/*!
Theme Name: WSF
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wsf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WSF is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Jost", serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;

}

/*
        Typography
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: jost;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 34px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: "Jost", serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
    font-family: "Jost", serif;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
    font-family: "Jost", serif;
}




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #333333;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    color: #333333;
}

.heading small {
    font-size: 20px;
    color: #009948;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
}

.heading small a {
    color: inherit;
}

/* 
.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #009948;
    position: absolute;
    bottom: 0;
} */

/* .heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
} */

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #636363;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    border: solid 1px #ddd !important;
}

.btn-primary {
    background: #636363 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #4d4d4d !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/* Navbar Section */

/*containerWrapper*/

.navigationBar {
    display: block;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;


    padding: 0;
    transition: all 500ms;
    background: transparent;
    background: #ffffff;

}

/* .navigationBar:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -5px;
    background: url(../images//pattern.png) no-repeat center center;
} */

.navigationBar>.container-fluid {
    background: #fff;
    margin: 0px 15px;
}

.containerWrapper {
    display: block;
    padding: 0 100px;
    position: relative;
    z-index: 2;
}

/*topNavbar*/

.topNavbar {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    background: #fdfdfd;
    border-bottom: 1px solid #eee;
}

/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
    padding: 5px 0px;
    float: right;
    text-align: left;
}

.apointbtn {
    float: right;
}

.modelBtn li {
    float: left;
    margin-right: 5px;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    border-radius: 50%;
    border: solid 1px #ddd;
    text-align: center;
    color: #0e5b4a;
}



.tophead-menu-social ul li a:hover i {
    background: #fad409;
    color: #fff;
    border-color: transparent;
}

/*user-menu*/

.user-menu {
    float: left;
    margin-top: 5px;
}

.user-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.user-menu ul li {
    display: inline-block;
    list-style-type: none;

}

.user-menu ul li a i {
    margin-left: 6px;
    color: #286843;
    margin-right: 10px;
}

.user-menu ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.user-menu ul li a:hover {
    color: #fad409;
    text-decoration: underline;
}

.modelBtn a {
    padding: 8px 10px;
    font-size: 14px;
    float: right;
    margin-top: 0px;
}

.modelBtn a i {
    color: #fff !important;
}

/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-header {
    position: relative;
    height: 100%;
}

/* .navbar-header:after {
    background-color: #009948;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
    right: 10%;
    width: 2000px;
} */

/* .navbar-header:before {
    right: -30px;
    width: 80%;
    background-color: #009948;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
    -webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew(30deg);
    border-right: 5px solid #00abb5;
} */

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 3px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    transition: all 500ms;
}

.navbar-brand img {
    height: 70px;
    transition: all 1000ms;
    transform: scale(1);
    position: relative;
    top: 0;
    left: 0;
}

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

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

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

/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0;
    color: #6e6e6e;
    height: 80px;
    line-height: 80px;
    padding: 0;
    position: relative;
    transition: all 500ms;
    font-family: 'Roboto', sans-serif;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 10px;
    margin: 0 1px;
    height: inherit;
    line-height: inherit;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 80px;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
    color: #009948;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    /*width: 100%;
left: 0;*/
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color: #c42130 !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*callbackBtn*/

.navbar-collapse>ul>li.callbackBtn {
    color: #fff;
}

.navbar-collapse>ul>li.callbackBtn>a {
    background: #009948;
    color: inherit;
    text-transform: none;
}

.navbar-collapse>ul>li.callbackBtn:hover {
    background: #404041;
    color: #fff !important;
}

.navbar-collapse>ul>li.callbackBtn:hover>a {
    color: inherit !important;
}

.navbar-collapse>ul>li.callbackBtn:before {
    display: none;
}

/*drop down menu*/

.navbar-collapse>ul>li>ul {
    /*display: block;*/
    width: 220px;
    height: auto;
    position: absolute;
    top: 100%;
    /*top: 87px;*/
    left: 0;
    margin: 0;
    background: #fff;
    /*visibility: hidden;
opacity: 0;*/
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}

.navbar-collapse>ul>li>ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: -5px;
    left: 20px;
    transform: rotate(45deg);
}

/* .navbar-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
} */

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 15px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
}

@media (min-width: 768px) {
    .navbar-collapse>ul>li>ul {
        display: block;
        visibility: hidden;
        opacity: 0;
    }

    .navbar-collapse>ul>li:hover>ul {
        left: 0;
        visibility: visible;
        opacity: 1;
    }


}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 15px;
    color: #222;
    height: auto;
    line-height: normal;
    transition: all 300ms ease-in-out;
    white-space: normal;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #009948;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #009948;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

/*navigationBarScroll*/

.navigationBarScroll {
    height: 70px;
    background: #fff;
    position: fixed;
}

.navigationBarScroll .topNavbar {
    display: none;
}

.navigationBarScroll .navbar-brand {
    margin-top: 5px;
}

.navigationBarScroll .navbar-brand img {
    transform: scale(0.8);
    top: -12px;
    left: -44px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}

.navigationBarFixed {
    position: fixed;
    top: 0px;
    width: 100%;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
    height: 80px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #9d9d9d;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd00;
}

/*banner-slider-full*/

.banner-slider-section {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.banner-slider-full {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 5;
}

.banner-slider-full .owl-wrapper-outer,
.banner-slider-full .owl-wrapper,
.banner-slider-full .owl-item,
.banner-slider-full .item {
    height: 100%;
}

.banner-slider-full .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-slider-full .item .replaceImg {
    display: block;
    position: relative;
    /*top: 100px;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
}

.banner-slider-full .item {
    position: relative;
    z-index: 20;
}

.banner-slider-full .item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(2, 36, 91, 0) 100%);
    opacity: 0.8;
    z-index: 1;
}

#banner-slider .banner-info {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40%;
    z-index: 100;
    color: #fff;
    text-align: left;
    padding: 20px 0;
    border-radius: 119px;
    text-align: center;
}

#banner-slider .banner-info .containerWrapper {
    padding: 0 50px;
}

#banner-slider .banner-info .bannerInfoHeading {
    display: inline-block;
    color: inherit;
    padding: 10px 20px;
    font-size: 34px !important;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 5px 0;
    clear: both;
}

#banner-slider .banner-info .bannerInfoHeading small {
    display: block;
    color: #ffffff;
    font-size: 22px;
    background: #c62a38;
    width: fit-content;
    padding: 8px 12px;
    text-align: center;
    margin: 0 auto;
}

#banner-slider .banner-info .btn-transparent {
    margin-top: 0px;
    font-size: 14px;
    padding: 13px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
}

#banner-slider .banner-info .btn-transparent:hover {
    background: #01ba58 !important;
    box-shadow: 0 0 20px #000;
}

#banner-slider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 3px !important;
    border-radius: 100px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.banner-slider-section .owl-theme .owl-pagination {
    display: none;
    position: absolute;
    z-index: 1;
    left: 5%;
    bottom: 20px !important;
}

.banner-slider-section .owl-theme .owl-controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner-slider-section .owl-theme .owl-buttons>div {
    display: block;
    position: absolute;
    bottom: 45vh;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent !important;
    font-size: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #0078c0 !important;
    opacity: 0.9 !important;
    border-radius: 100px !important;
    text-align: center;
}

.banner-slider-section .owl-theme .owl-buttons>div:hover {
    opacity: 0.7 !important;
    background: #fff !important;
    /*box-shadow: 0 0 30px rgba(0,0,0,0.3);*/
}

.banner-slider-section .owl-theme .owl-buttons>div i {
    height: inherit;
    line-height: inherit;
    color: inherit;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
    left: 20px;
    color: #fff !important;
    background: #0177fc !important;
    width: 50px;
    height: 50px;
    border-radius: 100px !important;
    line-height: 50px;
    box-shadow: 4px 2px 5px #0000001a;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-next {
    right: 20px;
    color: #fff !important;
    background: #026ce3 !important;
    width: 50px;
    height: 50px;
    border-radius: 100px !important;
    line-height: 50px;
    box-shadow: 4px 2px 5px #0000001a;
}

/* About us */
.wpo-about-section-s2 {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.wpo-about-section-s2  .about_img{
    box-shadow: 0px 0px 6px 1px;
    border-radius: 10px;
    padding: 25px;
}


.wpo-about-section-s2 .heading {
    color: #0670e8;
}



.wpo-about-section-s2 .wpo-about-wrap {
    position: relative;
}

.wpo-about-section-s2 .wpo-about-wrap:before {
    width: 100%;
    height: 330px;
}

.wpo-about-section-s2 .wpo-about-wrap:before {
    position: absolute;
    left: 25px;
    top: 15px;
    content: "";
    border: 1px solid #009948;
    border-radius: 10px;
    z-index: 0;
}



.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img {
    overflow: hidden;
    position: relative;
    /* transform: rotate(40deg); */
    border-radius: 10px;
}



.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .inner-img img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
object-fit: cover;
transform: scale(1);
transition: all 0.3s; */
}

.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .inner-img:hover img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover; */
    /* object-fit: cover; */
    /* transform: scale(1); */
    /* transition: all 0.3s; */
    border-radius: 10px;
}


.wpo-about-section-s2 .wpo-about-text h4 {
    font-size: 34px;
    color: #636363;

    font-weight: bold;
}



.wpo-about-section-s2 .wpo-about-text p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000000b5;
}

.theme-btn,
.view-cart-btn {
    background: #c52f3c;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 8px 16px;
    border: 0;
    border-radius: 6px;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 14px;
    transition: 0.3s ease-in;

}

.theme-btn:hover {
    color: white;
    background: #017bfe;
}


.wpo-about-section-s2 .shape-1 {
    position: absolute;
    left: -35px;
    bottom: -15%;
    z-index: -1;
}

.wpo-about-section-s2 .shape-2 {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: -1;
}




/* service section */
.ourServicesSection {
    position: relative;
    clear: both;
    padding: 60px 0px;
    display: block;
    width: 100%;
    /* background: url('../images/SHU01917.JPG') no-repeat center 0;
background-size: 110%; */
    /* color: #333; */
    background: #009948;
}

/* .ourServicesSection::after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    opacity: 0.5;
} */

.ourServicesSection .heading small {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 0;
    font-weight: 600;
    color: #ffff;
}

.ourServicesSection .heading:after {
    display: none;
}

.service-box {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    overflow: hidden;
    color: #000;
    margin-bottom: 30px;
    /* height: 325px; */
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
}

.service-box i,
.service-box img {
    max-width: 100px;
    color: #8d969c;
    margin-bottom: 20px;
    line-height: 1;
    display: inline-block;
    border-radius: 100px;
    border: 3px solid #dfdfdf;
}

.ourServicesSection a.link-box {
    color: #636363;
    border-color: #c1c1c1;
    font-weight: 700;
    border-bottom: 1px solid;
}

.service-box:hover .link-box,
.link-box:hover {
    color: #009948;
    border-color: #8d969c;
}

.service-box:hover .service-box i {
    color: #fff !important;
}

.service-box:hover h4 {
    opacity: 1;
}

.hover-link {
    /* display: block; */
    cursor: pointer;
}

.hover-link:hover {
    color: #8d969c !important;
    border-color: #bdc9b8;
}

.service-box:hover {
    background: #636363;
    color: #fff;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
}

.content-box {
    display: block;
}

.content-box h4 {
    font-size: 20px;
    font-weight: 600;
    opacity: 0.8;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.content-box p {
    margin: 0 0 20px;
}

.content-box ul {
    padding-left: 20px;
    margin: 0 0 20px;
    height: 90px;
    overflow: hidden;
}

.section-head h2 {
    color: #fff;
}



/* Why Us */

.whyUs {
    background: #fff;
    background-size: cover;
    width: 100%;
    padding: 50px 0px 50px 0;
    position: relative;
    /* border-bottom: solid 10px #333; */
}

/* .whyUs:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    border-bottom: dashed 2px #fff;
    bottom: -6px;
    display: block;
} */

.whyUs .heading {
    color: #000;
}

.whyUs .whyUsBlock {
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    /* box-shadow: 0px 0px 9px 0px #e0c95f; */
    box-shadow: 0px 0px 9px 0px #63636387;
    height: 310px;
    border-radius: 10px;
}

.whyUs .whyUsBlock img {
    padding: 6px;
    border-radius: 10%;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    line-height: 77px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    /* border: 2px solid #cbcbcb; */
    color: #009948;
    font-size: 40px;
}

.WhyusBlock {
    margin-bottom: 50px;
}

.whyUs .whyUsBlock h3 {
    color: #636363;
    font-weight: 600;
    font-size: 24px;
}

.whyUs .whyUsBlock h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000000b5;
}

#object {
    position: absolute;
    left: 0;
    bottom: 0%;
    height: 98px;
    width: 140px;
    border-radius: 5px;
}

/* Laser section */
.Laser-treatment {
    padding: 60px 00;
    position: relative;
    background: url(assets/images/lazer-bg.png) no-repeat center 0;
    background-size: cover;
}

.Laser-treatment::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.laserimage-2 {
    border: 2px solid #009948;
    padding: 140px 280px;
    position: absolute;
    top: 55px;
    left: 40px;
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;



}

.laserimage-2:hover {
    position: absolute;
    transform: rotateX(-20deg) rotateY(0deg) rotateZ(0deg) !important;
    transform-style: preserve-3d !important;
    animation: rotate infinite 7s ease !important;

}

@keyframes rotate {
    0% {
        transform: rotateX(-20deg) rotateY(0deg) rotateZ(0deg);
    }

    5% {
        transform: rotateX(-20deg) rotateY(-20deg) rotateZ(0deg);
    }

    20% {
        transform: rotateX(30deg) rotateY(200deg) rotateZ(0deg);
    }

    25% {
        transform: rotateX(-60deg) rotateY(150deg) rotateZ(0deg);
    }

    60% {
        transform: rotateX(-20deg) rotateY(130deg) rotateZ(0deg);
    }

    65% {
        transform: rotateX(-20deg) rotateY(120deg) rotateZ(0deg);
    }

    80% {
        transform: rotateX(-20deg) rotateY(375deg) rotateZ(0deg);
    }

    85% {
        transform: rotateX(-20deg) rotateY(357deg) rotateZ(0deg);
    }

    87% {
        transform: rotateX(-20deg) rotateY(360deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(-20deg) rotateY(360deg) rotateZ(0deg);
    }
}

.laserimage img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.lasertext {
    margin-left: 80px;
    color: #636363;
    font-family: 'Montserrat', sans-serif;
}

.lasertext ul li {
    font-weight: 600;
    line-height: 30px;
    color: #333;
}

.lasertext ul li i {
    color: #009948;
    font-size: 18px;
    margin-right: 5px;
}



.lasertext p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000000b5;
}



/* key indicators */

.keyIndicatorsSection {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0px;
    background: url(assets/images/slider2.jpg) no-repeat fixed 100% 0;
    backface-visibility: hidden;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.keyIndicatorsSection::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

.keyIndicatorsSection .project-fig {
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    height: 230px;
}

.keyIndicatorsSection .project-fig i {
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    line-height: 60px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #fad409;
    color: #fff;
    font-size: 40px;
}

.keyIndicatorsSection .project-fig h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.keyIndicatorsSection .project-fig h4 {
    color: #fff;
    margin-bottom: 0px;
}


/*TestimonialSection*/

.TestimonialSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 50px 0;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
}

/* .TestimonialSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
} */

.TestimonialSection::before {
    content: '';
    position: absolute;
    top: 102px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #3d4094;
    z-index: -1;
}

.TestimonialSection h1 {
    padding: 9px 30px 10px 30px;
    color: #333;
    text-align: center;
    display: block;
    color: #636363;
}

.testimonialBlock {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    color: #000000;
}

.TestimonialSection .testimonialBlock {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border: solid 2px #0e5b4a;
    text-align: left;
    position: relative;
    border-radius: 10px;
}

/* .TestimonialSection .testimonialBlock::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #a3bd08;
    margin: 0 auto;
} */

.TestimonialSection .testimonialBlock p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000000b5;
}

.TestimonialSection .testimonialBlock h4 {
    margin-bottom: 10px;
    font-weight: 600;
}

.testimonialBlock img {
    width: 60px;
    margin-bottom: 15px;
    border-radius: 50px;
}

.testimonialBlock .testimonialBlockImg h2 {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px !important;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: #788794;
    font-size: 32px;
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.TestimonialSection .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}

.TestimonialSection .owl-carousel .owl-item {
    transform: scale(0.8);
    transition: all 400ms;
    opacity: 0.6;
}

.TestimonialSection .owl-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1;
}

.TestimonialSection .owl-theme .owl-controls .owl-page span {
    background: #788794 !important;
    margin: 0 2px !important;
}


/*footer*/

.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: url('assets/images/footr-img.jpg') no-repeat fixed 100% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #333;
}

.footer::after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.footer>.row {
    position: relative;
    z-index: 2;
}

.footer h3 {
    display: block;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.footerUls {
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
}

.footerUls li {
    list-style-type: disc;
    padding: 0 0 4px 0;
    font-size: 15px;
    color: #fff;
}

.footerUls li a {
    color: inherit;
}

.footerUls li a:hover {
    text-decoration: underline;
    color: #c52432;
}

.footerLogo {
    display: inline-block;
    width: 80%;
    margin-top: 10px;
}

.footer .btn-primary {
    color: #fff;
    border: solid 2px #fff;
    border-radius: 40px;
    padding: 10px 20px;
}

.footerlogo {
    padding: 10px;

}

.footerlogo img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

/*addressInfo*/

.addressInfo {
    display: block;
    position: relative;
}

.addressInfo h4,
.footer h4 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.addressInfo p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.addressInfo i {
    display: inline-block;
    width: 20px;
    color: #fff;
}

.addressInfo a p:hover {
    color: #c62d3b;
}

/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #3a3d3d;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 15px;
}


.footerStrip a {
    color: #eee;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-social {
    display: inline-block;
    margin-top: 0px;
    margin-left: 15px;
}

.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    width: 33px;
    height: 33px;
    line-height: 34px;
    margin: 0 5px;
    text-align: center;
    border-radius: 100%;
}

.footer-social a:hover {
    background: #c4202e;
    border-color: #fdb932;
    color: #fff;
}

.footer-social .footerfacebookLink {
    background: #204385;
}

.footer-social .footertwitterLink {
    background: #2aa9e0;
}

.footer-social .footeryoutubeLink {
    background: #eb2429;
}

.footer-social .footerlinkedinLink {
    background: #02669a;
}

.footer-social .footerpinterestLink {
    background: #ca2128;
}

.footer-social .footergoogle-plusLink {
    background: #d3492c;
}

/*End Footer*/


/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 1;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #262dbf;
    z-index: 200;
}

.scrollup:hover {
    background: #c62d3b;
    opacity: 1;
    color: #fff;
}

/*Media queries*/
@media (max-width: 1366px) {
}

@media (max-width: 1024px) {
    .containerWrapper {
        padding: 0 15px;
    }
}

@media (max-width: 875px) {
    .navigationBar {
        height: auto;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: none;
    }

    .navbar-collapse>ul>li {
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .navigationBar {
        position: relative;
    }

    .navigationBar>.container-fluid {
        background: #fff;
        margin: 0px 0px;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 25px;

    }

    .navbar-nav {
        margin: 0;
        background: #ffffff !important;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    .navbar-collapse>ul>li>a:hover,
    .navbar-collapse>ul>li>a:focus,
    .navbar-collapse>ul>li>a:active {
        background: #ffffff !important;
        color: #000 !important;
    }

    .navbar-collapse>ul>li:hover>a,
    .navbar-collapse>ul>li.active>a {
        background: transparent !important;
        color: #c82f3d !important;
    }

    .navbar-collapse>ul>li>ul {
        background: #fff !important;
    }

    .navbar-collapse>ul>li>ul:before {
        display: none;
    }

    .mobile-hidden {
        display: none;
    }

    .navigationBar>.containerWrapper {
        background: #ffffff;
        border: none;
    }

    .scrollup {
        bottom: 0;
        right: 0;
    }

    .banner-slider-section {
        display: block;
        width: 100%;
        height: 40%;
    }

    .banner-slider-section .owl-theme .owl-controls {
        top: 170%;
    }

    .banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
        left: 5px;
        color: #fff !important;
        background: #0177fc !important;
        width: 40px;
        height: 40px;
        border-radius: 100px !important;
        line-height: 40px;
        box-shadow: 4px 2px 5px #0000001a;
    }

    .banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
        left: 5px;
        color: #fff !important;
        background: #0177fc !important;
        width: 40px;
        height: 40px;
        border-radius: 100px !important;
        line-height: 40px;
        box-shadow: 4px 2px 5px #0000001a;
    }

    .banner-slider-section .owl-theme .owl-buttons>div.owl-next {
        right: 5px;
        color: #fff !important;
        background: #0177fc !important;
        width: 40px;
        height: 40px;
        border-radius: 100px !important;
        line-height: 40px;
        box-shadow: 4px 2px 5px #0000001a;
    }

    #banner-slider .banner-info .bannerInfoHeading {
        display: inline-block;
        color: inherit;
        padding: 0px 20px;
        font-size: 20px !important;
    }

    #banner-slider .banner-info {
        bottom: 35%;
    }

    #banner-slider .banner-info .bannerInfoHeading small {
        display: block;
        color: #fff;
        font-size: 18px
    }

    /* end of banner slider*/
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-img {
        width: 300px;
        height: 260px;
    }

    .wpo-about-section-s2 .wpo-about-wrap:before {
        width: 300px;
        height: 200px;
    }

    .wpo-about-section-s2 .wpo-about-text {
        padding-left: 0px;
        max-width: 600px;
        padding-top: 0px;
        padding-bottom: 40px;
    }


    .wpo-about-section-s2 .wpo-about-text h4 {
        margin-top: 0px;
    }

    .ourServicesSection {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 50px 0px;

    }

    .wpo-about-section-s2 {
        padding: 50px 0 60px 0;
    }

    .laserimage-2 {
        border: 1px solid#009948;
        padding: 118px 180px;
        position: absolute;
        top: 16px;
        left: 8px;
        z-index: -1;
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    }

    .lasertext {
        margin-top: 55px;
        margin-left: 0px;
        color: #636363;
        font-family: 'Montserrat', sans-serif;
    }

    .TestimonialSection h1 {
        padding: 5px 20px 8px 20px;
    }

    .TestimonialSection::before {
        top: 87px;
    }

    .footer-social {
        display: block;
        margin-top: 0px;
        margin-left: -4px;
    }

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

    .footerlogo img {
        width: 65%;
        margin: 0 auto;
        text-align: center;
    }


    .footer {
        padding: 20px 0;
    }

    .applyimg::before {
        content: '';
        left: 6px !important;
        bottom: -11px !important;
        width: 200px !important;
        height: 200px !important;

    }

    .aboutafter {
        width: 250px !important;
        height: 250px !important;
        background-color: #c72d3b;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: -1;
    }

    .aboutbefore {
        width: 250px !important;
        height: 250px !important;
    }
}




/* My css */

.applyimg::before {
    content: '';
    left: -7px;
    bottom: -25px;
    width: 250px;
    height: 250px;
    position: absolute;
    background: #0e5b4ac9;
    border-radius: 10px;
}

.applyimg img {
    position: relative;
    border-radius: 15px;
    box-shadow: 8px 8px 5px 0px #0000004d;
}

.whychooseus {
    position: relative;
    clear: both;
    padding: 50px 0px;
    background: url(assets/images/bg-image.jpg) no-repeat center center;
    background-size: cover;
}


.section-title {
    font-size: 34px;
    color: #333;
    margin-bottom: 10px;
}

.section-description {
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 40px;
}

.choose-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    transition: transform 0.3s ease-in-out;
}

.choose-box:hover {
    transform: translateY(-10px);
}

.choose-box .icon {
    font-size: 5rem;
    color: #fad409;
    margin-bottom: 20px;
}

.choose-box h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
}

.choose-box p {
    font-size: 16px;
    color: #666;
}

#productCarousel {
    margin-top: 30px;
}

.carousel-item {
    text-align: center;
    padding: 20px;
}

.product-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    margin-bottom: 20px;
    width: 300px;
}

.product-box:hover {
    transform: translateY(-10px);
}




.causes-section {
    position: relative;
    clear: both;
    background: url(assets/images/slider1.jpg);
    padding: 50PX 0PX;
}


.causes-section::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    position: absolute;
    opacity: 0.7;
    width: 100%;
}

.rts-business-case-s-2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
}

.rts-business-case-s-2 .thumbnail {
    border-radius: 20px;
    overflow: hidden;
}

.rts-business-case-s-2 .thumbnail img {
    overflow: hidden;
    transition: 0.3s;
    border-radius: 20px;
}

.rts-business-case-s-2 .inner {
    padding: 35px;
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 84%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
}

.rts-business-case-s-2 .inner .title {
    margin-bottom: 2px;
    transition: 0.3s;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #2c2c2c;
}

.rts-business-case-s-2 .inner span {
    color: #767676;
    font-size: 16px;
    position: relative;
}

.rts-business-case-s-2:hover::after {
    top: -16%;
    right: -56%;
}

.rts-business-case-s-2::after {
    content: "";
    position: absolute;
    background-image: url(../images/shape-1.png);
    height: 100%;
    width: 100%;
    top: -64%;
    right: -56%;
    z-index: 0;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.rts-business-case-s-2 .thumbnail {
    border-radius: 20px;
    overflow: hidden;
    background: #0e5b4aba;
}

.rts-business-case-s-2 .thumbnail img {
    overflow: hidden;
    transition: 0.3s;
    border-radius: 20px;

}

.rts-business-case-s-2 .inner {
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 42px;

    width: 90%;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
    height: 100px;
    box-shadow: 0 8px 10px rgb(8 8 8);

}


.rts-business-case-s-2 .inner:hover {

    background-color: #fad409;



}

.rts-business-case-s-2 .inner span {
    color: #4f4f4f;
    font-size: 14px;
    position: relative;
}

.rts-business-case-s-2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 95%;
}

.causes-content {
    padding-top: 25px;
    padding: 20px;
}

.space50 {
    padding-top: 20px;
}

.causes-section .text-center {
    color: white;
    padding-bottom: 10px;
    font-size: 34px !important;
    font-family: 'Jost';
    font-weight: 600 !important;
}

/* Style for Offering Section with Images */
.offering-section {
    background-color: #f8f9fa;
    /* Light background for the section */
    padding: 60px 0;
    /* Padding for top and bottom */
}

.offering-section .title-area {
    margin-bottom: 50px;
    /* Spacing between title and content */
}

.offering-section .title {
    font-size: 34px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.offering-section .subtitle {
    font-size: 18px;
    color: #666;
    margin-top: 0;
}

.offering-section .offering-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Soft shadow */
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Smooth transition for hover effect */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centering content inside */
    height: 430px;
}

.offering-section .offering-box:hover {
    transform: translateY(-10px);
    /* Lift effect */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    /* Increased shadow on hover */
}

.offering-section .offering-image {
    width: 100%;
    /* Ensure the image takes full width inside the box */
    height: auto;
    border-radius: 8px;
    /* Rounded corners for image */
    margin-bottom: 20px;
    /* Space between image and other content */
}

.offering-section .offering-icon {
    font-size: 50px;
    color: #3498db;
    /* Blue color for icons */
    margin-bottom: 20px;
}

.offering-section .offering-title {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
}

.offering-section .offering-description {
    font-size: 16px;
    color: #777;
    line-height: 1.5;
    margin-bottom: 0;
}

.offering-section .col-md-4 {
    margin-bottom: 30px;
    /* Bottom margin for spacing between columns */
}
/*  Home PAge under construction*/
/* .page-id-51 .innerBannerSection {
	display:none !important;
}
.page-id-51 .navigationBar, .page-id-51 .footer, .page-id-51 .footerStrip, .page-id-51 .breadcrumb {
		display:none !important;
} */
@media (max-width: 767px) {

    /* Make the section responsive for smaller screens */
    .offering-section .col-md-4 {
        margin-bottom: 20px;
        /* Reduce bottom margin on smaller screens */
    }

    .offering-section .title {
        font-size: 30px;
        /* Smaller title on mobile */
    }

    .offering-section .subtitle {
        font-size: 16px;
        /* Smaller subtitle on mobile */
    }

    .offering-section .offering-icon {
        font-size: 40px;
        /* Smaller icons on mobile */
    }

    .offering-section .offering-title {
        font-size: 20px;
        /* Smaller title on mobile */
    }

    .offering-section .offering-image {
        width: 100%;
        /* Make the image slightly smaller on mobile */
    }

    .innerBannerSection{
        height: 220px !important;
    }
    .innerBannerSection .head {
        position: absolute;
        top: 120px !important;
    }
}

.news-section {
    padding: 40px 15px;
    background-color: #0179fe;
}
.news-section .row{
    display: flex ;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}


.news-section .theme-btn:hover {
    color: white;
    background: #000000;
}

.news-section .news-header {
    text-align: center;
    margin-bottom: 40px;
}

.news-section .news-header h1 {
    margin-bottom: 10px;
    font-size: 36px;
    color: #ffffff;
}

.news-section .news-header p {
    font-size: 18px;
    color: #ffffff;
}

.news-section .news-card {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgb(255 255 255 / 48%);
    margin-bottom: 40px;
    overflow: hidden;
    transition: transform 0.3s;
}

.news-section .news-card:hover {
    transform: translateY(-5px);
}

.news-section .news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-section .news-card .card-body {
    padding: 15px;
}

.news-section .news-card .card-body h2 {
    font-size: 20px;
    margin: 0 0 10px;
    color: #383838;
}

.news-section .news-card .card-body .date {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.news-section .news-card .card-body p {
    margin: 0 0 10px;
}

.news-section .news-card .card-body .read-more {
    background-color: #004080;
    color: #fff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
}

.news-section .news-footer {
    text-align: center;
    padding: 20px;
    color: #888;
    font-size: 14px;
}

.aboutimg {
    position: relative;


}

.aboutimg {
    position: relative;
    clear: both;
}

.aboutimg img {
    z-index: 999;
    filter: drop-shadow(2px 4px 6px rgb(112, 112, 112, 0.2));
}

.aboutafter {
    width: 400px;
    height: 400px;
    background-color: #c72d3b;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;

}

.aboutbefore {
    width: 400px;
    height: 400px;
    background-color: #017bff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;

}



/*mediaGallery*/
.mediaGallery {
    background-color: #ffffff;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background-attachment: fixed;
    background-size: cover;
    position: relative;

}

.mediaheading {
    color: black;
    text-align: center;
}

.mediaGallery .heading {
    color: #0276fa;
}

w .mediaGallery::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.87);
}

.mediaGallery .col-sm-4 {
    padding: 0;
}

.media-head {
    text-align: center;
    line-height: 5.9;
    position: relative;
}

.media-head h2 {
    color: #ffffff !important;
    line-height: 1.9 !important;
}

.media-head h2 span {
    color: #ffffff !important;

}

.media-head h2::after {
    top: -15px;
}

.media-head h2::after {
    display: block;
    content: url(../images/serperator.png);
    position: relative;
    top: -45px;
    width: 49px;
    height: 12px;
    margin: 0 auto 45px;
}

.mediaImgLink {
    display: block;
    width: 95%;
    float: left;
    background: #505050;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    border: none;
    /* removed border */
    border-radius: 15px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 33%);
    /* white box shadow */
}


.mediaImgLink img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 300ms ease-in-out;
}

.mediaImgLink:hover img {
    opacity: 0.3;
}

.mediaImgLink h3 {
    display: block;
    position: absolute;
    transition: all 300ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    opacity: 0;
    color: #fff;
    visibility: hidden;
    z-index: 1;
}

.mediaImgLink:hover h3 {
    top: 100px;
    visibility: visible;
    opacity: 1;
}

.mediaImgLink i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0177fa;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    font-size: 26px;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.mediaImgLink:hover i {
    bottom: 60px;
    visibility: visible;
    opacity: 1;
}



/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 320px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 180px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#017afe;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */


