/* == bootstrap == */
@import url("/lib/bootstrap/bootstrap.min.css");
@import url("/lib/owlcarousel/assets/owl.carousel.min.css");
@import url("/lib/animate/animate.min.css");
@import url("/lib/themify/themify-icons.css");
@import url("/lib/fancybox/fancybox.min.css");
@import url("/lib/lightbox/css/lightbox.min.css");
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&display=swap');

/*** Spinner Start ***/
/*** Spinner ***/
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    word-wrap: break-word;
}
body {
    font-family: 'Noto Sans Display', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #555;
    overflow-x: hidden !important;
    background: #fff;
}
p {
    font-family: 'Noto Sans Display', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    margin-bottom: 20px;
    letter-spacing: 0.25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans Display', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #272727;
}
.overflow-x-auto{
    overflow-x: auto;
}
.article h1 {
    font-size: 60px;
}
.article h2 {
    font-size: 30px;
    font-weight: 700;
}
.article h3 {
    font-size: 24px;
}
.article h4 {
    font-size: 15px;
}
.article h5 {
    font-size: 15px;
}
.article h6 {
    font-size: 17px;
}
.article table{
    margin-bottom: 20px;
}
.article blockquote{
    padding: 20px 20px 1px 20px;
    background-color: #00d08427;
    border-radius: 20px;
    margin-bottom: 30px;
}
.article  hr {
    border-top: 1px solid #999;
}
.article ul{
    list-style-type: disc;
}
.article ul li::marker {
	color: #00d084;
}
.article ol{
    list-style-type: decimal;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 50px
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 17px;
}
a.link{
    color: #000000;
    text-decoration: underline;
}
a.link:hover{
    color: #000000;
    text-decoration: underline;
}
.alert-success {
    background: transparent;
    color: #555;
    border: 1px solid #c5a47e;
    border-radius: 0px;
}
.boxshadow{
     box-shadow: -10px 10px 0px 2px rgba(0, 0, 0, 0.05);     
}
select {
    padding: 10px;
    border-radius: 5px;
}
th,
tr,
td {
    padding: 10px 0;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
table{width: 100%;border-spacing: 0;border-collapse: collapse;}
table thead th{white-space: nowrap;padding: 10px 15px;border: solid 1px #eeeeee;background-color: #fafafa; vertical-align: middle;font-weight: 700;height: 42px;-webkit-appearance: none;}
table tfoot td{padding: 10px 15px;border: solid 1px #eeeeee;vertical-align: middle;height: 42px;-webkit-appearance: none;}
table tfoot td ul{margin: 0px;padding: 0px 5px;}
table tfoot td ul > li{display: table-cell;padding: 0px;margin: 0px;white-space: nowrap;list-style: none;}
table tfoot td ul > li + li::before{padding: 0px 15px;color: #dddddd;content: "|";}
table tbody td{white-space: nowrap;padding: 10px 15px;border: solid 1px #eeeeee;vertical-align: middle;height: 42px;-webkit-appearance: none;}
table tbody tr:hover{background-color: #fafafa;}
table tbody a{text-decoration: none;outline: none;}
/* placeholder */
::-webkit-input-placeholder {
    color: #555;
    font-size: 17px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #555;
}
::-moz-placeholder {
    color: #555;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #555;
}
.bg-color {
    background: #323232;
}
.bg-wht {
    background: #fff;
}
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-img2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.bg-fixed{
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 500;
}
.count {
    font-family: 'Noto Sans Display', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
.js .animate-box {
    opacity: 0;
}
.line-vr-section {
    position: relative;
    margin: -37px auto;
    border: 0;
    border-left: 1px solid;
    border-color: #c5a47e;
    width: 2px;
    height: 75px;
    z-index: 10;
}
hr {
    margin-top: 5px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #444;
}
.italic{
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;
}
h1.title{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
h4.sub{
    font-size: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 500;
}
.main-title{
    font-weight: 500;
    text-shadow: #000000ab 0px 0px 30px;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.img-left{
    float: left;
    max-width: 400px;
    margin: 0px 30px 30px 0px;
    height: auto;
}

/*** Button Start ***/
.btn {
    font-weight: 400;
    transition: .5s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}

/* ======= LetsTalk style ======= */
.lets-talk {
    position: relative;
}
.lets-talk .section-title {
    color: #fff;
    font-size: 75px;
    line-height: 1em;
}
.lets-talk .section-subtitle {
    color: #b6ef00;
}
.lets-talk .wrap {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}
.lets-talk .wrap .social {
    grid-column-gap: 12px;
    display: inline-flex;
}
.lets-talk .wrap .social .icon {
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    text-decoration: none;
    display: flex;
}
.lets-talk .wrap .dv {
    max-width: 1px;
    min-width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    align-self: stretch;
    margin-left: 12px;
    margin-right: 12px;
    height: 12px;
    margin-top: 9px;
}
.lets-talk .wrap .icon-right {
    margin-left: 6px;
    line-height: 1em;
    display: inline-block;
}
.lets-talk .wrap a {
    color: #fff;
    font-size: 20px;
}
.lets-talk .wrap a:hover {
    color: #b6ef00;
}
.lets-talk .wrap a i.icon-right {
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.lets-talk .wrap a:hover i.icon-right {
    transform: translate3d(3px, -3px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}



/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 11px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

/*** Topbar End ***/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Navbar ***/
.navbar-brand{
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.navbar-brand img{
    margin-right: 15px;
}
.navbar-brand img.logo-2{
    display: none;
}
.navbar-brand .company{
    padding: 0px;
    margin: 0px;
    color: var(--bs-white);
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 17px;
}
.navbar-brand .company span{
    display: none;
    font-size: 12px;
    font-weight: 400;
    text-transform: lowercase;

}
.sticky-top .navbar-brand .company{
    color: #111111;
}
.sticky-top .navbar-brand img.logo{
    display: none;
}
.sticky-top .navbar-brand img.logo-2{
    display: block;
}
.sticky-top .navbar-brand .company{
    color:#000;
}
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-white);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active  {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
    .navbar-brand .company{
        color:#111;
    }
    .navbar-brand img.logo{
        display: none;
    }
    .navbar-brand img.logo-2{
        display: block;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }



    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }



    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        width: 2px;
        height: 12px;
    }
}
/*** Navbar End ***/


/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}
.header .caption h6 {
    font-family: 'Noto Sans Display', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #00d084;
    text-align: left;
    margin-bottom: 15px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-items: center;
    display: inline-flex;
}
.header .caption h6::before {
    position: relative;
    top: 0px;
    content: '';
    background-color: #00d084;
    width: 20px;
    height: 1px;
    margin-right: 15px;
}
.header .caption h1 {
    position: relative;
    font-family: 'Noto Sans Display', sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 3px;
    text-transform: uppercase;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    color: #fff;
    margin-bottom: 15px;
}
.header .caption p {
    font-size: 17px;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    margin-right: 15px;
}
.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .btn {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    color: #fff;
}
.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}
.header .header-contact{
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    margin-top: 20px;
    background-color: #27272790;
    border-radius: 40px;
    padding: 10px 0px 10px 10px;
    line-height: 40px;
    display: flex;
    width: 330px;
}
.header .header-contact a{
    margin-right: 10px;
}
.header .header-contact a.phone{
    color: #fff;
    font-weight: 400;
    padding-left: 0px;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0px 0px 0px 10px;
}
.header .header-contact a img{
    width: 40px;
    height: 40px;
}
.float-contact{
    position: fixed;
    left: 15px;
    bottom: 15px;
    margin-top: 30px;
    background-color: #272727;
    border-radius: 40px;
    padding: 10px 0px 10px 10px;
    align-items: center;
    display: none;
    width: 330px;
    z-index: 100;
}
.float-contact a{
    margin-right: 10px;
}
.float-contact a.phone{
    color: #fff;
    font-weight: 700;
    padding-left: 5px;
    margin: 0px;
}
.float-contact a img{
    width: 40px;
    height: 40px;
}
@media screen and (max-width: 767px) {

    .header .caption h1 {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 1.2em;
    }
    .header .caption h1 span {
        font-size: 50px;
    }
    .header .caption h6 {
        font-size: 14px;
    }
    .header .caption p {
        font-size: 16px;
        margin-right: 10px;
    }
    .header .caption .btn {
        margin-top: 30px;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }
}

/* ======= Slider style ======= */
/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-dots .owl-dot span {
    background-color: #b2b2b2;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #b2b2b2;
}
.owl-theme .owl-dots .owl-dot.active {
    border-color: #b2b2b2;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}
.parallax-header .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
    margin-bottom: 30px;
}
.header .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
    margin-bottom: 30px;
}
.owl-theme .owl-dots .owl-dot {
    position: relative;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 4px;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #b2b2b2;
    display: inline-block;
    text-align: center;
    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;
}
.owl-theme .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    margin: 0;
    background: #b2b2b2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.owl-theme .owl-dots .owl-dot.active {
    border: 1px solid #00d084;
}
.owl-theme .owl-dots .owl-dot:hover {
    border: 1px solid #00d084;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00d084;
}
.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}
@media (max-width: 992px) {
    .owl-theme .owl-nav.disabled + .owl-dots {
        bottom: 0;
    }
}

.slider .owl-item,
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 2%;
    right: 12%;
    text-align: right;
}
/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 0px solid rgba(255, 255, 255, 0.2);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    border: 1px solid #c5a47e;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .owl-nav {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
}

@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}


.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {height: 100%; opacity: 0.9;}

    25% {height: 110%; opacity: 0.50;}

    50% {height: 115%; opacity: 1;}

    75% {height: 110%; opacity: 0.50;}

    100% {height: 100%; opacity: 0.9;}
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


.app-paginator{
    height: 45px;
    margin-top: 30px;
    overflow: hidden;
}
.app-paginator ul{
    margin: 0px;
    padding: 0px;
    overflow-x: auto;
    display: flex;
}
.app-paginator ul li{
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    list-style: none;
    overflow: hidden;
    border-right: 1px solid #ffffff;
}
.app-paginator ul li a{
    display: block;
    height: 45px;
    min-width: 45px;
    line-height: 45px; 
    padding: 0px 20px;
    margin: 0px;
    color: #000;
    background-color: #eeeeee;
    text-decoration: none;
}
.app-paginator ul li span{display: block;height: 45px;line-height: 45px;padding: 0px 20px ;margin: 0px;background-color: #00d084;color: #ffffff;}
.app-paginator ul li:last-of-type{border-bottom-right-radius: 13px;border-top-right-radius: 13px;border: none;}
.app-paginator ul li:first-of-type{border-bottom-left-radius: 13px;border-top-left-radius: 13px;}
.app-paginator ul li a.app-paginator-prev{background: #eeeeee url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjAiPjxwYXRoIGQ9Ik01NjAtMjQwIDMyMC00ODBsMjQwLTI0MCA1NiA1Ni0xODQgMTg0IDE4NCAxODQtNTYgNTZaIi8+PC9zdmc+') center no-repeat;}
.app-paginator ul li a.app-paginator-next{background: #eeeeee url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjAiPjxwYXRoIGQ9Ik01MDQtNDgwIDMyMC02NjRsNTYtNTYgMjQwIDI0MC0yNDAgMjQwLTU2LTU2IDE4NC0xODRaIi8+PC9zdmc+') center no-repeat;}


.breadcol{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between; 
}
.breadcol a{
    color: #555;
}
.hitread span{
    padding: 0px 12px 0px 5px;
}
/*** Service Start ***/
.service2 .service-item {
    background: var(--bs-light);
    padding-top: 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.service2 .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service2 .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;

    transition: 0.5s;
    margin: 0px 25px 0px 25px;
}

.service2 .service-item .service-img img {
    transition: 0.5s;
}

.service2 .service-item:hover .service-img img {
    transform: scale(1.2);
}
/*** Service End ***/

/*** service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}
.service .service-item .service-inner .service-title .name{
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%; 
    left: 0;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-primary);
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h5 {
    border-bottom: 1px solid rgba(256, 256, 256, .2);
}
.service .service-item .service-inner .service-title .service-content p.btn {
    color: rgba(256, 256, 256, .6);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}
/*** Service End ***/



/*** Features Start ***/
.feature .feature-item {
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    border: 1px solid transparent;
    transition: 0.5s;
}

.feature .feature-item:hover {
    border: 1px solid var(--bs-primary);
}

.feature .feature-item .feature-icon {
    background: var(--bs-white);
    border-radius: 10px;
    display: inline-block;
}
/*** Features End ***/

/*** Offer Start ***/
.offer-section .nav .nav-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: #f8f8f8;
    transition: 0.5s;
    
}

.offer-section .nav .nav-link.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.offer-section .nav .nav-link h5 {
    transition: 0.5s;
    font-size: 18px;
}

.offer-section .nav .nav-link.active h5 {
    color: var(--bs-white);
}
/*** Offer End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-white);
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
    transition: 0.5s;
}

.blog .blog-item a {
    transition: 0.5s;
}

.blog .blog-item:hover a:hover {
    color: var(--bs-primary);
}

.blog .blog-item .blog-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img .blog-title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
    color: var(--bs-white);
    background: var(--bs-primary);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
    color: var(--bs-dark);
}

/*** Blog End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-secondary);
}
.faq-section .accordion .accordion-item h2.accordion-header{
    line-height: 0;
    padding: 0px;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
}
/*** FAQs End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.team .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::after {
    height: 100%;
    background: var(--bs-primary);
}

.team .team-item .team-img {
    width: 100%; 
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid var(--bs-primary);
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-img {
    border: 4px solid var(--bs-white);
    border-style: dotted;
    background: 0;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: 0.5s;
}

.team .team-item .team-title {
    padding: 25px 0 25px 0;
    text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: var(--bs-white);
}

.team .team-item .team-icon {
    display: flex;
    justify-content: center;
}

.team .team-item .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: var(--bs-dark);
    background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
    color: var(--bs-primary);
    background: var(--bs-dark);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
    width: 100px; 
    height: 100px;
    border-radius: 100px;
    border: 5px solid var(--bs-light);
    border-style: double;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
    padding: 25px 0;
    text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
    display: flex;
    justify-content: space-between;
}

.testimonial .testimonial-item  .testimonial-quote-left {
    position: absolute;
    width: 60px; 
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item  .testimonial-quote-right {
    position: absolute;
    width: 60px; 
    height: 60px;
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

/*** Testimonial End ***/

/*** Footer Start ***/
.footer {
    position: relative;
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}
.footer:after{
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    content: "";
    background: -webkit-linear-gradient(bottom, rgb(66, 66, 66) 0%, rgba(66, 66, 66, 0.5) 100%, rgba(66, 66, 66, 0.2) 100%);
    background: linear-gradient(to top, rgb(66, 66, 66) 0%, rgba(66, 66, 66, 0.5) 100%, rgba(66, 66, 66, 0.2) 100%);
    /***
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.2) 100%);
    ***/
    object-fit: cover;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
}
/*** copyright end ***/


/* ======= Overlay Effect Bg image style ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
    position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-darkgray]:before {
    background: #272727;
}
[data-overlay-light]:before {
    background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
[data-overlay-dark] a{
    color: #fff;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
    color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #272727;
}
[data-overlay-dark] p {
    color: #fff;
}
[data-overlay-darkgray] p {
    color: rgba(255, 255, 255, 0.7);
}
[data-overlay-light] p {
    color: #555;
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}
