@import 'https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap';

html {
    position: relative;
    min-height: 100%
}

*{
    box-sizing: border-box;
}

body {
    color: #000;
    height: 100%;
    font-family: "Roboto", "Arial", sans-serif;
    
}

ul{
    padding: 0;
}
.container{
    padding: 0;
    margin: 0;
}

::marker{
    list-style: none !important;
color: #000;
    
}
.portfolio-item li::marker{
      color: transparent;
}

/* Define margin bottom classes */
.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

/* Define margin top classes */
.mt-10 {
    margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

/* Define padding-bottom classes */
.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

/* Define padding-top classes */
.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}


#page-top {
    padding-right: 15px;
}
@media (max-width: 991.98px) {
    
#page-top {
    padding-right: 0px;
}  
    }
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

p {
    margin-bottom: 0rem;
}

#wrapper #content-wrapper {
    overflow: hidden;
    width: 100%
}

.design-company-name {
    color: #0f0f0f;
    font-weight: 600;
}

#wrapper #content-wrapper .container-fluid {
    padding: 0px 30px 0px 255px
}

.active-nav {
    background-color: #f2f2f2;
    border-radius: 10px;
}

.active-nav i {
    color: #000 !important;
}

.active-nav span {
    font-weight: 600;
}

.sidebar-toggled #wrapper #content-wrapper .container-fluid {
    padding: 0px 30px 0px 121px
}

.single-channel-page {
    padding: 0 0px 0 260px
}

.sidebar-toggled .single-channel-page {
    padding: 0 0px 0 127px;
}

.single-channel-page .container-fluid {
    padding: 0 !important
}

body.fixed-nav #content-wrapper {
    margin-top: 56px;
    padding-left: 90px
}

body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 0
}

@media(min-width:768px) {
    body.fixed-nav #content-wrapper {
        padding-left: 225px
    }

    body.fixed-nav.sidebar-toggled #content-wrapper {
        padding-left: 90px
    }
}

.carousel-login-card {
    padding: 11px 0
}

.scroll-to-top {
    background: rgba(52, 58, 64, .5) none repeat scroll 0 0;
    border-radius: 70px !important;
    bottom: 86px;
    color: #fff;
    display: none;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: #fff
}

.scroll-to-top:hover {
    background: #343a40
}

.scroll-to-top i {
    font-weight: 800
}

.smaller {
    font-size: .7rem
}

.o-hidden {
    overflow: hidden !important
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.navbar-nav .form-inline .input-group {
    width: 100%
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'font awesome 5 free'
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107'
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
    display: none
}

.navbar-nav .nav-item a:focus {
    outline: none
}

.navbar-nav .nav-item a .badge {
    border: medium !important;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 700;
    height: 15px;
    line-height: 9px;
    min-width: 15px;
    position: absolute;
    text-align: center;
    top: 10px;
    right: 0
}

@media(min-width:768px) {
    .navbar-nav .form-inline .input-group {
        width: auto
    }
}

.sidebar {
    width: 90px !important;
    z-index: 9;
    padding: 2px 0;
    position: fixed;
}
    @media (max-width: 991.98px) {
 
.sidebar {
    width: 70px !important;
    margin-left: 10px;
}       
        }
.sidebar:hover {
    overflow: auto
}

.sidebar .nav-item:last-child {
    margin-bottom: 1rem
}

.sidebar .nav-item a {
    padding: 12px 14px !important;
    text-align: center;
    width: 90px;
    font-weight: 400;
}


@media (max-width: 991.98px) {
 
 .sidebar .nav-item a {
    padding: 12px 14px !important;
    text-align: center;
    width: auto;
    font-weight: 400;
}
        
}
.sidebar .nav-item a:hover,
.sidebar .nav-item.active a {
    background-color: rgba(255, 255, 255, .2)
}

.sidebar .nav-item a i {
    color: #7e7e7e;
}

.sidebar .nav-item a span {
    display: inline;
    font-size: 14px;
    margin: 0 0 0 11px
}

.sidebar .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.0rem) !important;
    margin: 0
}

.sidebar .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: none
}

.sidebar .nav-item a {
    color: #000
}

/* .sidebar .nav-item a:active,
.sidebar .nav-item a:focus,
.sidebar .nav-item a:hover {
    color: rgba(255, 255, 255, .75)
} */
.nav-item a i {
    font-size: 22px;
}

.sidebar.toggled {
    width: 0 !important;
    overflow: hidden
}

.sidebar.toggled:hover {
    overflow-y: auto;
    overflow-x: hidden;
}

@media(min-width:768px) {
    .sidebar {
        margin: 0px 0px 0 13px;
        height: 90%;
        position: fixed;
        width: 225px !important;
        overflow-y: auto;
    }


    .sidebar .nav-item a {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
        width: 225px
    }

    .sidebar .nav-item a span {
        display: inline;
        font-size: 0.9rem;
        margin: 0 0 0 11px
    }

    .sidebar .nav-item .dropdown-menu {
        position: static !important;
        margin: 0 1rem;
        top: 0
    }

    .sidebar .nav-item.dropdown .dropdown-toggle::after {
        display: block
    }

    .sidebar.toggled {
        width: 100px !important;
    }

    .sidebar.toggled:hover {
        overflow-x: auto
    }

    .sidebar.toggled .nav-item:last-child {
        margin-bottom: 1rem
    }

    .sidebar.toggled .nav-item a {
        text-align: center;
        padding: .75rem 1rem;
        width: 90px
    }

    .sidebar.toggled .nav-item a span {
        margin: 0
    }

    .sidebar.toggled .nav-item a span {
        font-size: .8rem;
        display: block
    }

    .sidebar.toggled .nav-item .dropdown-menu {
        position: absolute !important;
        -webkit-transform: none !important;
        transform: none !important;
        left: calc(90px + 0.5rem) !important;
        margin: 0
    }

    .sidebar.toggled .nav-item .dropdown-menu.dropup {
        bottom: 0;
        top: auto !important
    }

    .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
        display: none
    }
}

.sidebar.fixed-top {
    top: 56px;
    height: calc(100vh - 56px);
    overflow-y: auto
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -1.25rem;
    right: -1rem;
    opacity: .4;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}

@media(min-width:576px) {
    .card-columns {
        -webkit-column-count: 1;
        column-count: 1
    }
}

@media(min-width:768px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media(min-width:1200px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2
    }
}

:root {
    --input-padding-x: 0.75rem;
    --input-padding-y: 0.75rem
}

.card-login {
    max-width: 25rem
}

.card-register {
    max-width: 40rem
}

.form-label-group {
    position: relative
}

.form-label-group>input,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
    height: auto
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent
}

.form-label-group input:-ms-input-placeholder {
    color: transparent
}

.form-label-group input::-ms-input-placeholder {
    color: transparent
}

.form-label-group input::placeholder {
    color: transparent
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2/3));
    padding-bottom: calc(var(--input-padding-y)/3)
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y)/3);
    padding-bottom: calc(var(--input-padding-y)/3);
    font-size: 12px;
    color: #777
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991.98px) {
.footer-content {
    flex-direction:column;
    align-items: center;
}

}

footer.sticky-footer {
    background-color: #f2f2f2;
    padding: 15px;
    margin-left: 225px;
    border-radius: 10px 10px 0px 0px;

}

footer.sticky-footer .copyright {
    line-height: 1;
    font-size: .8rem
}

body.sidebar-toggled footer.sticky-footer {
    width: 100%
}

@media(min-width:768px) {
    body.sidebar-toggled footer.sticky-footer {
        width: 100%;
        margin-left: 90px
    }
    
        
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 99
}
    @media (max-width: 991.98px) {
 .sticky-top {
    display: flex;
    position: sticky;
    top: 0;
    justify-content: space-between

    } 
    
    .navbar-brand{
        margin-left: 15px;
    }
}

.osahan-nav {
    padding: 0 0px 10px 0;
}

.osahan-navbar-search .form-control {
    background: #fff none repeat scroll 0 0;
    border: medium;
    font-size: 14px;
    max-width: 607px !important;
    width: 607px !important;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
}
@media (max-width: 991.98px) {
 .osahan-navbar-search{
     top: 42px !important;
 }  
}

.osahan-navbar-search {
    margin-right: 84px !important;

     
    visibility: hidden;
    
}



@media (max-width: 991.98px) {

    .osahan-navbar-search{
        display: none;
    }

.osahan-navbar-search .form-control {
    background: #fff none repeat scroll 0 0;
    border: medium;
    font-size: 14px;
    max-width: 607px !important;
    width: 200px !important;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
}


    }
.osahan-navbar-search .btn {
    border-radius: 20px;
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    background-color: #f8f8f8;


    font-size: 14px;
    padding: 0 18px;
    color: #191919
}

.osahan-right-navbar a {
    padding: 17px 13px !important;
    position: relative;
    color: #fff !important
}

.osahan-right-navbar {
    margin: 0 7px 0 0
}

.user-dropdown-link img {
    border-radius: 50px;
    height: 30px;
    margin: -9px 2px -6px 0;
    width: 30px
}

.top-mobile-search {
    display: none
}

.top-mobile-search {
    margin: -16px -15px 19px -18px
}

.top-mobile-search input {
    border-radius: 0;
    box-shadow: none !important
}

.top-mobile-search .btn {
    border-radius: 0
}

.sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

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

.channel-sidebar-list {
    border-top: 1px solid #565656;
    margin: 6px 0 0;
    padding: 7px 14px
}

.channel-sidebar-list h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 9px
}

.channel-sidebar-list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.channel-sidebar-list ul li img {
    border-radius: 50px;
    height: 28px;
    margin: 0 14px 0 0;
    width: 28px
}

.channel-sidebar-list li a {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 6px 0;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.channel-sidebar-list li a .badge {
    float: right;
    margin: 7px 0 0;
    position: absolute;
    right: 20px
}

.sidebar.toggled .nav-item a span {
    margin: 0
}

.sidebar.toggled .channel-sidebar-list h6 {
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.sidebar.toggled .channel-sidebar-list {
    padding: 7px;
    text-align: center
}

.sidebar.toggled .channel-sidebar-list li img {
    display: list-item;
    margin: auto auto 4px
}

.sidebar.toggled .channel-sidebar-list li a {
    font-size: 10px;
    font-weight: 500
}

.sidebar.toggled .channel-sidebar-list li .badge {
    display: none
}

.border-none {
    border: none
}

.bg-primary,
.btn-primary,
.btn-outline-primary:hover,
.badge-primary {
    border-color: transparent !important;
    background: #136cb2;
    background: -moz-linear-gradient(-45deg, #136CB2 0%, #e41e1d 100%);
    background: -webkit-linear-gradient(-45deg, #136CB2 0%, #e41e1d 100%);
    background: linear-gradient(135deg, #136CB2 0%, #e41e1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#136CB2', endColorstr='#e41e1d', GradientType=1)
}

.btn-outline-primary {
    border-color: #136cb2;
    color: #136cb2
}

.text-primary {
    color: #136cb2 !important
}

.progress-bar {
    background-color: #136cb2
}

.bg-success,
.btn-success,
.btn-outline-success:hover,
.badge-success {
    border-color: transparent !important;
    background: #4eda92;
    background: -moz-linear-gradient(-45deg, #4eda92 1%, #56e0cb 100%);
    background: -webkit-linear-gradient(-45deg, #4eda92 1%, #56e0cb 100%);
    background: linear-gradient(135deg, #4eda92 1%, #56e0cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4eda92', endColorstr='#56e0cb', GradientType=1)
}

.btn-outline-success {
    border-color: #4eda92;
    color: #4eda92
}

.text-success {
    color: #4eda92 !important
}

.bg-warning,
.btn-warning,
.btn-outline-warning:hover,
.badge-warning {
    border-color: transparent !important;
    background: #ffc107;
    background: -moz-linear-gradient(-45deg, #ffc107 1%, #fffc07 100%);
    background: -webkit-linear-gradient(-45deg, #ffc107 1%, #fffc07 100%);
    background: linear-gradient(135deg, #ffc107 1%, #fffc07 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc107', endColorstr='#fffc07', GradientType=1)
}

.btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107
}

.text-warning {
    color: #ffc107 !important
}

.bg-danger,
.btn-danger,
.btn-outline-danger:hover,
.badge-danger {
    border-color: transparent !important;
    background: #ff253a;
    background: -moz-linear-gradient(-45deg, #ff253a 0%, #ff8453 100%);
    background: -webkit-linear-gradient(-45deg, #ff253a 0%, #ff8453 100%);
    background: linear-gradient(135deg, #ff253a 0%, #ff8453 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff253a', endColorstr='#ff8453', GradientType=1)
}

.btn-outline-danger {
    border-color: #ff253a;
    color: #ff253a
}

.text-danger {
    color: #ff253a !important
}

.bg-secondary,
.btn-secondary,
.btn-outline-secondary:hover,
.badge-secondary {
    border-color: transparent !important;
    background: #9ba8aa;
    background: -moz-linear-gradient(-45deg, #9ba8aa 0%, #92b4d2 100%);
    background: -webkit-linear-gradient(-45deg, #9ba8aa 0%, #92b4d2 100%);
    background: linear-gradient(135deg, #9ba8aa 0%, #92b4d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ba8aa', endColorstr='#92b4d2', GradientType=1)
}

.btn-outline-secondary {
    border-color: #9ba8aa;
    color: #9ba8aa
}

.text-secondary {
    color: #9ba8aa !important
}

.bg-info,
.btn-info,
.btn-outline-info:hover,
.badge-info {
    border-color: transparent !important;
    background: #17a2b8;
    background: -moz-linear-gradient(-45deg, #17a2b8 1%, #30def9 100%);
    background: -webkit-linear-gradient(-45deg, #17a2b8 1%, #30def9 100%);
    background: linear-gradient(135deg, #17a2b8 1%, #30def9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a2b8', endColorstr='#30def9', GradientType=1)
}

.btn-outline-info {
    border-color: #17a2b8;
    color: #17a2b8
}

.text-info {
    color: #17a2b8 !important
}

.bg-dark,
.btn-dark,
.btn-outline-dark:hover,
.badge-dark {
    border-color: transparent !important;
    background: #171b20;
    background: -moz-linear-gradient(-45deg, #171b20 1%, #343a40 100%);
    background: -webkit-linear-gradient(-45deg, #171b20 1%, #343a40 100%);
    background: linear-gradient(135deg, #171b20 1%, #343a40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171b20', endColorstr='#343a40', GradientType=1)
}

.btn-outline-dark {
    border-color: #171b20;
    color: #171b20
}

.text-dark {
    color: #171b20 !important
}

.btn-light {
    border: medium
}

.adblock {
    background: #eceff0 none repeat scroll 0 0;
    border-radius: 2px;
    margin-bottom: 1rem;
    padding: 27px 10px;
    text-align: center;
    width: 100%
}

.main-title>h2 {
    font-size: 24px;
    font-weight: 600;
}

.right-action-link .fa {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    box-shadow: 0 0 6px #ececec;
    display: inline-block;
    height: 20px;
    line-height: 19px;
    margin: 0 0 0 3px;
    text-align: center;
    width: 20px
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #eceff0 !important;
    color: #888 !important;
    text-decoration: none
}

.form-control {
    background: #eceff0 none repeat scroll 0 0;
    border-color: #dcdfdf;
    border-radius: 2px;
    font-size: 13px
}

.custom-select {
    background-color: #eceff0;
    border-color: #dcdfdf;
    border-radius: 2px;
    font-size: 13px
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px
}

.category-checkbox .custom-control {
    margin: 0 0 6px !important
}

label {
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 5px
}

a {
    color: #136cb2;
    text-decoration: none !important
}

.btn {
    border-radius: 2px
}

.btn-light {
    background: #f8f8f8 none repeat scroll 0 0;
    border-color: #d3d3d3;
    color: #828282
}

.dropdown-header {
    color: #333;
    padding: 7px 13px
}

.dropdown-menu {
    border-radius: 2px;
    margin: 0;
    border-color: #eff2f3
}

.dropdown-menu .dropdown-item {
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
    padding: 6px 14px !important
}

.dropdown-divider {
    border-top: 1px solid #eff2f3
}

a:hover,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333
}

.upload-video .fas {
    font-size: 200px
}

.badge,
.alert {
    border-radius: 2px
}

.pagination .page-item .page-link {
    background: transparent none repeat scroll 0 0;
    border: medium;
    color: #000;
    line-height: 20px
}

.pagination .page-item.active .page-link {
    background: #136cb2 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    height: 30px;
    margin: 0 7px;
    text-align: center;
    width: 30px
}

.pagination .page-item.disabled .page-link {
    opacity: .5
}

.modal-content {
    border: medium;
    border-radius: 2px
}

.category-item img {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    box-shadow: 0 0 2px #ccc;
    height: 60px;
    margin: 1px 0 8px;
    object-fit: scale-down;
    transform: scale(1);
    width: 60px
}

.category-item:hover img {
    transform: scale(1.09);
    transition-duration: .4s
}

.category-item {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 6px #ececec;
    margin: 6px 2px;
    padding: 24px 12px;
    text-align: center
}

.top-category .category-item {
    padding: 20px 11px
}

.category-item h6 {
    font-size: 13px;
    margin: 5px 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.category-item p {
    font-size: 11px;
    font-weight: 500;
    margin: 0
}

.video-block .mb-3 {
    margin-bottom: 30px !important
}

.video-card-image {
    border-radius: 2px;
    box-shadow: 0 0 11px #ececec;
    overflow: hidden;
    position: relative
}

.video-card iframe {
    border-radius: 10px;
}

.time {
    background: #136cb2 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    opacity: .7;
    padding: 0 6px;
    position: absolute;
    right: 5px
}

.video-card:hover .time {
    opacity: unset
}

.video-card-image img {
    width: 100%
}

.play-icon {
    opacity: 0;
    position: absolute
}

.play-icon .fas {
    bottom: 0;
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.video-card:hover .play-icon {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 0;
    color: #fff;
    font-size: 35px;
    left: 0;
    opacity: .4;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition-duration: .4s
}

.video-title a {
    color: #000;
    font-weight: 600;
    text-decoration: none
}

.video-title {
    margin-bottom: 5px
}

.video-page {
    font-size: 11px
}

.video-view {
    color: #acacac;
    font-size: 10px;
    font-weight: 500;
    margin: 2px 0 0
}

.video-card {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 11px #ececec;
    transition-duration: .4s
}

.video-card-body {
    padding: 12px
}

.video-card-list .video-card-image {
    float: left;
    height: 77px;
    margin: 0 12px 0 0;
    width: 122px
}

.video-card-list .video-card-body {
    padding: 0
}

.video-card-list {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 1rem;
    width: 100%
}

.video-card-list .video-card-body .video-title a {
    font-size: 13px
}

.video-card-list .video-card-body .video-title {
    line-height: 17px
}

.video-card-list .video-card-body .right-action {
    opacity: 0
}

.video-card-list:hover .video-card-body .right-action {
    opacity: unset
}

.channels-card {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 11px #ececec;
    padding: 24px 12px;
    position: relative;
    text-align: center;
    transition-duration: .4s
}

.channels-card::after {
    background: #dcdcdc none repeat scroll 0 0;
    border-radius: 0 0 5px 6px;
    bottom: -4px;
    content: "";
    height: 7px;
    left: 15px;
    position: absolute;
    right: 15px;
    z-index: -1
}

.channels-card:hover::after {
    background: #ccc none repeat scroll 0 0
}

.channels-title a {
    color: #000;
    font-weight: 500;
    text-decoration: none
}

.channels-view {
    color: #acacac
}

.channels-card-image .btn {
    font-size: 12px;
    padding: 3px 10px
}

.channels-card-image .btn strong {
    margin: 0 0 0 5px
}

.channels-card-image img {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    box-shadow: 0 0 2px #ccc;
    height: 80px;
    margin: 1px 0 8px;
    object-fit: scale-down;
    transform: scale(1);
    width: 80px
}

.channels-card-image-btn {
    margin: 3px 0 7px
}

.login-main-wrapper {
    background: #136cb2;
    background: -moz-linear-gradient(-45deg, #136CB2 0%, #e41e1d 100%);
    background: -webkit-linear-gradient(-45deg, #136CB2 0%, #e41e1d 100%);
    background: linear-gradient(135deg, #136CB2 0%, #e41e1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#136CB2', endColorstr='#e41e1d', GradientType=1);
    height: calc(100vh - 0rem)
}

.full-height {
    height: calc(100vh - 0rem)
}

.login-main-left {
    margin: auto;
    max-width: 335px
}

.login-main-right.bg-white {
    border-radius: 2px;
    margin: auto;
    max-width: 561px
}

.carousel-login-card h5 {
    font-size: 18px
}

.login-main-wrapper .form-control {
    background: transparent none repeat scroll 0 0
}

.login-main-right .owl-theme .owl-controls .owl-page span {
    background: #dcdcdc;
    border-radius: 50px;
    height: 16px;
    margin: 0 2px;
    opacity: unset;
    width: 16px
}

.btn-lg {
    font-size: 15px;
    padding: 12px 16px
}

.login-main-right .owl-theme .owl-controls .owl-page.active span,
.login-main-right .owl-theme .owl-controls .owl-page span:hover {
    background: #136cb2;
    background: -moz-linear-gradient(-45deg, #136CB2 0%, #e41e1d 100%);
    background: -webkit-linear-gradient(-45deg, #136CB2 0%, #e41e1d 100%);
    background: linear-gradient(135deg, #136CB2 0%, #e41e1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#136CB2', endColorstr='#e41e1d', GradientType=1)
}

.imgplace {
    background-color: #8781bd;
    border-radius: 3px;
    height: 94px;
    width: 100%
}

.osahan-title {
    color: #000;
    font-weight: 600
}

.osahan-size {
    font-size: 11px
}

.osahan-progress .progress {
    border-radius: 2px;
    height: 8px;
    margin: 14px 0
}

.osahan-close {
    position: absolute;
    right: 18px;
    top: 0
}

.osahan-desc {
    font-size: 12px;
    opacity: .7
}

.video-close {
    color: #fff !important;
    font-size: 18px;
    position: absolute;
    right: 6px;
    z-index: 9999
}

.history-video .progress {
    border-radius: 2px;
    font-size: 9px;
    font-weight: 700;
    height: 13px;
    margin: 12px 14px -4px 13px
}

.single-channel-image {
    margin: 0 0 10px;
    position: relative;
    /*margin-right: 12px;*/
}
@media (max-width: 991.98px) {
  .single-channel-image {
    margin-right: 12px;
}
}

.single-channel-nav .navbar {
    padding: 0
}

.single-channel-nav {
    background: #fff none repeat scroll 0 0 !important;
    padding: 0 30px 0;
    background-color: white;
    position: relative;
    transition: 0.2s;
    padding: 2px 0px 5px 0px;
}

.is-sticky {
    transition: 0.2s;
    z-index: 999;
    position: fixed;
    top: 65px;
    width: 100%;
}

.channel-brand {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.single-channel-nav a {
    border-bottom: 2px solid transparent;
    margin-right: 12px;
}

.single-channel-nav .nav-item.active a,
.single-channel-nav .nav-item a {
    transition: 0.2s;
    background-color: rgb(0 0 0 / 5%);
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 7px;
    padding: 4px 13px 1px 13px;
}

.single-channel-nav .nav-item a,
.single-channel-nav .nav-item a:hover {
    color: #0f0f0f;
    transition: 0.2s;

}

.channel-profile {
    bottom: 0;
    left: 0;
    padding: 1rem 30px;
    position: absolute;
    right: 0
}

.single-channel-image .img-fluid {
    border-radius: 10px;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.channel-profile-img {
    background: #fff none repeat scroll 0 0;
    border: 6px solid #fff;
    border-radius: 50px;
    height: 90px;
    width: 90px
}

.social {
    color: #fff;
    float: right;
}

.social a {
    margin-left: 4px;
    background: #000 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 10px
}

@media (max-width: 991.98px) {
  .social a {
  margin-left: 4px;
  background: #000 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 6px;
}

.is-sticky{
    top:94px!important;
}
}



.box {
    padding: 15px;
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 11px #ececec;
    transition-duration: .4s
}

.single-video-title h2 {
    font-size: 18px
}

.single-video-title h2 a {
    color: #333
}

.single-video-author img {
    border-radius: 50px;
    float: left;
    height: 38px;
    margin: 0 13px 0 0;
    width: 38px
}

.single-video-author p {
    margin: 0;
    padding: 0
}

.single-video-info-content h6 {
    font-size: 15px;
    font-weight: 600
}

.tags span a {
    background: #ccc none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 4px 9px
}

.tags span a:hover {
    background: #000 none repeat scroll 0 0
}

.app img {
    background: #231f20 none repeat scroll 0 0;
    border-radius: 3px;
    height: 38px;
    margin: 5px 0 0;
    object-fit: scale-down;
    padding: 3px 4px
}

@media(max-width:575.98px) {
    .top-mobile-search {
        display: block
    }

    #wrapper #content-wrapper .container-fluid {
        padding-bottom: 15px !important;
        padding-left: 108px;
        padding-right: 10px !important;
        padding-top: 1rem !important
    }

    .sidebar .nav-item a {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .sidebar-toggled #wrapper #content-wrapper .container-fluid {
        padding-left: 15px
    }

    .single-channel-page {
        padding: 0 0 0 90px !important
    }

    .sidebar-toggled .single-channel-page {
        padding: 0 0 0 12px !important;
    }

    .single-channel-page .container-fluid {
        padding: 30px 15px 15px !important;
        padding-left: 0px !important;
    }

    .single-video-author .float-right {
        float: none !important;
        margin: 0 0 14px
    }

    .single-video-author {
        text-align: center
    }

    .single-video-author img {
        float: none;
        margin: 0 0 5px
    }

    .tags span a {
        margin: 0 0 3px
    }

    .sidebar .nav-item a span {
        margin: 0 !important
    }

    .sidebar .channel-sidebar-list h6 {
        font-size: 11px !important
    }

    .sidebar .nav-item a span {
        display: block;
        font-size: .65rem
    }

    .video-card-image img {
        width: 100%
    }

    footer {
        padding: 15px 0 !important;
        text-align: center
    }

    footer .text-right {
        text-align: center !important
    }

    .osahan-right-navbar a {
        font-size: 0;
        padding: 22px 5px !important
    }

    .osahan-right-navbar a .fas {
        font-size: 12px
    }

    #sidebarToggle {
        margin: 0 9px 0 0
    }

    .navbar-brand img {
        vertical-align: top
    }

    .owl-theme .owl-controls .owl-buttons div {
        margin: 4px !important
    }

    .single-channel-nav {
        padding: 7px 0;
        overflow-x: auto;
    }
    
    
    .single-channel-nav nav{
        width: max-content;
    }
    .channel-profile {
        padding: 10px;
        position: relative;
        text-align: center
    }

    /*.social {*/
    /*    display: none*/
    /*}*/

    .navbar-toggler {
        padding: 1px 3px
    }

    .single-channel-nav .navbar-nav {
        margin: 0
    }

    .single-channel-nav a {
        margin: 0
    }

    .imgplace {
        margin-bottom: 15px
    }

    .osahan-title {
        padding: 0 25px 5px 0
    }

    footer.sticky-footer {
        
        margin-right: 10px;
    }
    .footer-content p{
        font-size: 13px !important;
    }

    .sidebar-toggled footer.sticky-footer {
        margin: 0
    }

    .sidebar .channel-sidebar-list h6 {
        font-size: 11px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .sidebar .channel-sidebar-list {
        padding: 7px;
        text-align: center
    }

    .sidebar .channel-sidebar-list li img {
        display: list-item;
        margin: auto auto 4px
    }

    .sidebar .channel-sidebar-list li a {
        font-size: 10px;
        font-weight: 500
    }

    .sidebar .channel-sidebar-list li .badge {
        display: none
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .top-mobile-search {
        display: block
    }

    #wrapper #content-wrapper .container-fluid {
        padding-bottom: 15px !important;
        padding-left: 108px;
        padding-right: 15px !important;
        padding-top: 1rem !important
    }

    .sidebar .nav-item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 12px 14px !important;
    }

    .sidebar-toggled #wrapper #content-wrapper .container-fluid {
        padding-left: 15px
    }

    .single-channel-page {
        padding: 0 0 0 90px !important
    }

    .sidebar-toggled .single-channel-page {
        padding: 0 !important
    }

    .single-channel-page .container-fluid {
        padding: 30px 15px 15px !important
    }

    .container {
        max-width: 100%
    }

    .tags span a {
        margin: 0 0 3px
    }

    .sidebar .nav-item a span {
        margin: 0 !important
    }

    .sidebar .channel-sidebar-list h6 {
        font-size: 11px !important
    }

    .sidebar .nav-item a span {
        display: block;
        font-size: .65rem
    }

    .video-card-image img {
        width: 100%
    }

    footer {
        padding: 15px 0 !important;
        text-align: left
    }

    footer .text-right {
        text-align: right !important
    }

    .osahan-right-navbar a {
        font-size: 0;
        padding: 22px 5px !important
    }

    .osahan-right-navbar a .fas {
        font-size: 12px
    }

    #sidebarToggle {
        margin: 0 9px 0 0
    }

    .navbar-brand img {
        vertical-align: top
    }

    .owl-theme .owl-controls .owl-buttons div {
        margin: 4px !important
    }

    .single-channel-nav {
        padding: 15px
    }

    .channel-profile {
        padding: 10px;
        position: relative;
        text-align: center
    }

    /*.social {*/
    /*    display: none*/
    /*}*/

    .navbar-toggler {
        padding: 1px 3px
    }

    .single-channel-nav .navbar-nav {
        margin: 0
    }

    .single-channel-nav a {
        margin: 0
    }

    .imgplace {
        margin-bottom: 15px
    }

    .osahan-title {
        padding: 0 25px 5px 0
    }

    footer.sticky-footer {
        margin-left: 90px
    }

    .sidebar-toggled footer.sticky-footer {
        margin: 0
    }

    .sidebar .channel-sidebar-list h6 {
        font-size: 11px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .sidebar .channel-sidebar-list {
        padding: 7px;
        text-align: center
    }

    .sidebar .channel-sidebar-list li img {
        display: list-item;
        margin: auto auto 4px
    }

    .sidebar .channel-sidebar-list li a {
        font-size: 10px;
        font-weight: 500
    }

    .sidebar .channel-sidebar-list li .badge {
        display: none
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    #wrapper #content-wrapper .container-fluid {
        padding-bottom: 15px !important;
        padding-left: 243px;
        padding-right: 15px !important;
        padding-top: 1rem !important
    }

    .sidebar .nav-item a {
        padding: 8px 14px !important
    }

    .sidebar-toggled #wrapper #content-wrapper .container-fluid {
        padding-left: 105px
    }

    .single-channel-page {
        padding: 0 0 0 225px !important
    }

    .sidebar-toggled .single-channel-page {
        padding: 0 0 0 90px !important
    }

    .single-channel-page .container-fluid {
        padding: 30px 15px 15px !important
    }

    .video-card-image img {
        width: 100%
    }

    .osahan-right-navbar a {
        font-size: 0;
        padding: 22px 5px !important
    }

    .osahan-right-navbar a .fas {
        font-size: 12px
    }

    #sidebarToggle {
        margin: 0 9px 0 0
    }

    .navbar-brand img {
        vertical-align: top
    }

    .owl-theme .owl-controls .owl-buttons div {
        margin: 4px !important
    }

    .container {
        max-width: 100%
    }

    .single-channel-nav {
        padding: 15px
    }

    .channel-profile {
        padding: 15px
    }

    /*.social {*/
    /*    display: none*/
    /*}*/

    .navbar-toggler {
        padding: 1px 3px
    }

    .single-channel-nav .navbar-nav {
        margin: 0
    }

    .single-channel-nav a {
        margin: 0
    }

    .osahan-navbar-search .form-control {
        width: auto !important
    }

    .osahan-navbar-search {
        margin-right: 15px !important
    }

    .imgplace {
        margin-bottom: 15px
    }

    .osahan-title {
        padding: 0 25px 5px 0
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    #wrapper #content-wrapper .container-fluid {
        padding-bottom: 15px !important;
        padding-left: 243px;
        padding-right: 15px !important;
        padding-top: 1rem !important
    }

    .sidebar .nav-item a {
        padding: 8px 14px !important
    }

    .sidebar-toggled #wrapper #content-wrapper .container-fluid {
        padding-left: 105px
    }

    .single-channel-page {
        padding: 0 0 0 225px !important
    }

    .sidebar-toggled .single-channel-page {
        padding: 0 0 0 90px !important
    }

    .single-channel-page .container-fluid {
        padding: 30px 15px 15px !important
    }

    .video-card-image img {
        width: 100%
    }

    .osahan-right-navbar a {
        font-size: 0;
        padding: 22px 5px !important
    }

    .osahan-right-navbar a .fas {
        font-size: 12px
    }

    #sidebarToggle {
        margin: 0 9px 0 0
    }

    .navbar-brand img {
        vertical-align: top
    }

    .owl-theme .owl-controls .owl-buttons div {
        margin: 4px !important
    }

    .container {
        max-width: 100%
    }

    .single-channel-nav {
        padding: 0 15px
    }

    .channel-profile {
        padding: 15px
    }

    .social {
        display: none
    }

    .navbar-toggler {
        padding: 1px 3px
    }

    .single-channel-nav .navbar-nav {
        margin: 0 0 0 20px
    }

    .single-channel-nav a {
        margin: 0 7px
    }

    .single-channel-nav .form-control,
    .single-channel-nav .btn-outline-success {
        display: none
    }

    .osahan-navbar-search .form-control {
        width: auto !important
    }

    .osahan-navbar-search {
        margin-right: 15px !important
    }
}
.portfolio-item li{
    margin-bottom: 30px;
}

.video-card iframe {
    height: 190px !important;
    width: 100%;
}

.shorts-card iframe {
    border-radius: 15px;
    height: 700px !important;
    width: 100% !important;
}
.navbar-brand img {
    transform: translateY(-4px);
    height: 64px;
}

@media (max-width: 991.98px) {
  .navbar-brand img {
    height: 36px;
}

}


.bar-btn {
    margin: 0px 13px;
    font-size: 21px;
    color: #0f0f0f;
}

.navbar-light .navbar-nav a.active {
    color: white !important;
    background-color: #0f0f0f;

}
.about-page-image {
    height: 100%;
    width: 100%;
    border-radius: 15px;
}

.about-image-content img{
    height: 100%;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.about-page-text-content h2{
    font-size: 1.6rem;
    font-weight: 700;

}
.about-page-text-content p{
    font-size: 1rem;
    text-align: justify;
}
/* product page starts */


.product-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
}

.product-image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-bottom: 2px solid #f1f1f1;
}

.product-details {
    padding: 20px;
}

.product-name {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 9px;
}

.product-description {
    color: #555;
    font-size: 1rem;
    margin-bottom: 20px;
}

.price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 10px;
}

.product-features ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.product-features li {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 5px;
}

.rating {
    font-size: 1rem;
    color: #ff0000;
    margin-bottom: 20px;
}

.cta-buttons {
    display: flex;
    justify-content: space-between;
}

.buy-btn,
.cart-btn {
    width: 48%;
    padding: 6px;
    border: none;
    border-radius: 5px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.buy-btn {
    background-color: #ff0000;
    color: white;
}

.buy-btn:hover {
    background-color: #cc0000;
}

.cart-btn {
    background-color: #f1f1f1;
    color: #333;
    border: 1px solid #ccc;
}

.cart-btn:hover {
    background-color: #e0e0e0;
}

/* product page ends */


/* contact page starts */
.contact-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-info iframe{
    width: 100%;
}

/* Container */
.contact-container {
    display: flex;
    width: 96%;
    max-width: 1200px;
    justify-content: space-between;
    padding: 30px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Contact Info */

.contact-page-details {
    padding: 0;
}

.contact-info {
    flex: 1;
    padding-right: 30px;
    border-right: 1px solid #ececec;
}

   @media (max-width: 991.98px) {
      .contact-container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    justify-content: space-between;
    padding: 15px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
} 
}

.contact-info h2 {
    font-weight: 600;
    font-size: 1.5rem;
    color: #3c3c3c;
    margin-bottom: 15px;
}

.contact-info p {
    font-size: 1rem;
    margin-bottom: 18px;
    color: #7a7a7a;
}

.contact-info ul {
    list-style: none;
}

.contact-info ul li {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #333;
}

.contact-info ul li strong {
    color: #0079be;
}

.contact-page-map {
    width: 100%;
    border-radius: 10px;
}

/* Contact Form */
.contact-form {
    flex: 1;
    padding-left: 30px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.input-group {
    margin-bottom: 20px;
}
.top-search{
    margin: 0 !important;
}
.input-group input,
.input-group textarea {
    width: 100%;
    padding: 8px 0 8px 15px;
    font-size: 0.9rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin-top: 0px;
}

.input-group input:focus,
.input-group textarea:focus {
    border: 1px solid #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
}

textarea {
    height: 150px;
    resize: none;
}

.button-group {
    display: flex;
    justify-content: center;
}

.button-group button {
    padding: 10px 18px;
    background-color: #0079be;
    color: white;
    font-size: 0.9rem;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.button-group button:hover {
    background-color:  #f8b33b;
    transform: translateY(-3px);
}

.button-group button:active {
    transform: translateY(0);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
    }

    .contact-info {
        border-right: none;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .contact-form {
        padding-left: 0;
    }
}

/* contact page ends */


/* about us page starts */

.about-us-main-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-choose-us-container {
    max-width: 1200px;
    width: 97%;
    padding: 50px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {

.why-choose-us-container {
    max-width: 1200px;
    width: 100%;
    padding: 50px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
        
}

.why-choose-us-content{
    display: flex;
    justify-content: space-between;
}

/* Left Section */
.why-choose-us-left {
    flex: 1;
    padding-right: 30px;
}

.why-choose-us-heading {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.why-choose-us-paragraph {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.why-choose-us-list {
    list-style-type: none;
    padding: 0;
}

.why-choose-us-list li {
    font-size: 1rem;
    margin-bottom: 7px;
    padding-left: 25px;
    position: relative;
}

.why-choose-us-list li:before {
    content: '\2022';
    color: #0079be;
    position: absolute;
    left: 0;
    top: 0;
}

/* Right Section */
.why-choose-us-right {
    flex: 1;
    position: relative;
    padding-left: 30px;
}

.why-choose-us-right img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.why-choose-us-right img:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .why-choose-us-container {
        flex-direction: column;
        padding: 20px;
    }

    .why-choose-us-left {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .why-choose-us-right {
        padding-left: 0;
    }

    .why-choose-us-heading {
        text-align: center;
    }

    .why-choose-us-list {
        text-align: center;
    }

    .why-choose-us-list li {
        display: inline-block;
        margin-right: 15px;
    }
}
/* about us page ends */


/* services page starts */

.services-card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-card {
    margin-bottom: 30px;
    /*display: flex;*/
    width: 98%;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    border: 2px solid #f1f1f1;
}

    @media (max-width: 991.98px) {
 
.service-card {
    width: 100%;
}       
        }
.service-card-left {
    flex: 1;
    position: relative;
    height: 320px;
    width: 490px;
    float: left;
    padding: 0px;
}
    @media (max-width: 991.98px) {
 
.service-card {
    width: 100%;
}       

.service-card-left {
    flex: 1;
    position: relative;
    height: 260px;
    width: 490px;
    float: left;
    padding: 0px;
    margin-bottom: 40px;
}

        }
.service-card-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;

    transition: transform 0.3s ease-in-out;
}

.service-card-left img:hover {
    transform: scale(1.1);
}

.service-card-right {
    flex: 1.5;
    padding: 40px;
    justify-content: center;
    background-color: #ffffff;
}

.service-card-right h2 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
}

.service-card-right p {
    font-size: 1rem;
    line-height: 30px;
    color: #000;
    margin-bottom: 25px;
}

.contact-btn {
    padding: 12px 20px;
    background-color: #0079be;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.contact-btn:hover {
    background-color: #f8b33b;

    transform: scale(1.05);
}

@media screen and (max-width: 768px) {
    .service-card {
        flex-direction: column;
        max-width: 100%;
    }

    .service-card-left img {
        border-radius: 16px 16px 0 0;
    
    }

    .service-card-right {
        padding: 20px;
    }

    .contact-btn {
        width: auto;
    }
}


/* homepage tab */
.mix-tab{
    margin-right: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 7px;
    padding: 4px 13px 4px 13px;
    border: none;
    color: rgba(0,0,0,.5);
    transition: 0.2s;
    margin: 5px;
}
.mix-tab:focus{
    outline: none;
}
.mixitup-control-active{
    transition: 0.2s;
    background-color: #000;
    color: #fff;
}



/* login page starts */


.form-login-page a{
    color: #4b6cb7;
    text-decoration: none;
}
.form-login-page a:hover{
    text-decoration: underline;
}

.form-login-page body {
    min-height: 100vh;
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}

@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.form-login-page .container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.form-login-page .login-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    width: 400px;
    position: relative;
    backdrop-filter: blur(10px);
}

.form-login-page .logo {
    text-align: center;
    margin-bottom: 20px;
}

.form-login-page .logo img {
    height: 70px;
}

.form-login-page h2 {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

.form-login-page .input-group {
    position: relative;
    margin-bottom: 20px;
}

.form-login-page .input-group i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.form-login-page .input-group input {
    width: 100%;
    padding: 10px 35px 10px 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    background: transparent;
    transition: 0.3s;
}

.form-login-page .input-group label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #666;
    pointer-events: none;
    transition: 0.3s ease-out;
    background-color: #fff;
    border-radius: 0px;
    padding: 0 5px;
}

.form-login-page .input-group input:focus + label,
.form-login-page .input-group input:not(:placeholder-shown) + label {
    top: 0;
    font-size: 12px;
    color: #4b6cb7;
}

.form-login-page .input-group input:focus {
    border-color: #4b6cb7;
}

.form-login-page .remember-forgot {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 14px;
}

.form-login-page .social-login {
    margin: 20px 0;
    text-align: center;
}

.form-login-page .social-login p {
    color: #666;
    margin-bottom: 15px;
}

.form-login-page .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.form-login-page .social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.form-login-page .social-icons .facebook { background: #3b5998; }
.form-login-page .social-icons .google { background: #db4437; }
.form-login-page .social-icons .twitter { background: #1da1f2; }

.form-login-page .social-icons a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.form-login-page button {
    width: 100%;
    padding: 12px;
    background: #4b6cb7;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.form-login-page button:hover {
    background: #3b5998;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.form-login-page .register-link {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.form-login-page .divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.form-login-page .divider::before,
.form-login-page .divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ddd;
}

.form-login-page .divider span {
    padding: 0 10px;
    color: #666;
    font-size: 14px;
}

@media (max-width: 480px) {
    .form-login-page .login-box {
        width: 90%;
        padding: 20px;
    }
}
/* login page ends */


/* register page starts */
.register-form-page body {
    min-height: 100vh;
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}

@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.register-form-page .container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.register-form-page .register-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    width: 500px;
    backdrop-filter: blur(10px);
}

.register-form-page .logo {
    text-align: center;
    margin-bottom: 20px;
}

.register-form-page .logo i {
    font-size: 48px;
    color: #4b6cb7;
}

.register-form-page h2 {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

.register-form-page .input-row {
    display: flex;
    gap: 20px;
}

.register-form-page .input-group {
    position: relative;
    flex: 1;
    margin-bottom: 20px;
}

.register-form-page .input-group i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.register-form-page .input-group input {
    width: 100%;
    padding: 12px 35px 12px 15px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    background: transparent;
    transition: 0.3s;
}

.register-form-page .input-group input:focus {
    border-color: #4b6cb7;
}

.register-form-page .password-strength {
    font-size: 12px;
    margin: 0 0 10px 1px;
    color: #666;
}

.register-form-page .terms {
    margin: 0 0 20px 1px;
    font-size: 14px;
    color: #666;
}

.register-form-page .terms a {
    color: #4b6cb7;
    text-decoration: none;
}

.register-form-page .terms a:hover {
    text-decoration: underline !important;
}

.register-form-page button {
    width: 100%;
    padding: 12px;
    background: #4b6cb7;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    margin-bottom: 20px;
}

.register-form-page button:hover {
    background: #3b5998;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.register-form-page .divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.register-form-page .divider::before,
.register-form-page .divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ddd;
}

.register-form-page .divider span {
    padding: 0 10px;
    color: #666;
    font-size: 14px;
}

.register-form-page .social-signup {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 20px;
}

.register-form-page .social-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    transition: 0.3s;
}

.register-form-page .google-btn {
    background: #db4437;
    color: white;
}

.register-form-page .facebook-btn {
    background: #3b5998;
    color: white;
}

.register-form-page .login-link {
    text-align: center;
    font-size: 14px;
}

.register-form-page .login-link a {
    color: #4b6cb7;
    text-decoration: none;
}

.register-form-page .login-link a:hover {
    text-decoration: underline !important;
}

@media (max-width: 600px) {
    .register-form-page .register-box {
        width: 100%;
        padding: 20px;
    }

    .register-form-page .input-row {
        flex-direction: column;
        gap: 10px;
    }

    .register-form-page .social-signup {
        flex-direction: column;
    }
}
/* register page ends */


/* forget password page starts */



@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.forget-password-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    width: 400px;
    backdrop-filter: blur(10px);
}

.forget-password-logo {
    text-align: center;
    margin-bottom: 20px;
}

.forget-password-logo i {
    font-size: 48px;
    color: #4b6cb7;
    margin-bottom: 15px;
}

h2 {
    text-align: center;
    color: #333;
    margin-bottom: 15px;
}

.forget-password-description {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.6;
}

.forget-password-input-group {
    position: relative;
    margin-bottom: 30px;
}

.forget-password-input-group i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.forget-password-input-group input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    background: transparent;
    transition: 0.3s;
}

.forget-password-input-group input:focus {
    border-color: #4b6cb7;
}

.forget-password-button {
    width: 100%;
    padding: 12px;
    background: #4b6cb7;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    margin-bottom: 20px;
}

.forget-password-button:hover {
    background: #3b5998;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.forget-password-back-to-login {
    text-align: center;
}

.forget-password-back-to-login a {
    color: #4b6cb7;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.forget-password-back-to-login a:hover {
    text-decoration: underline !important;
}

.forget-password-success-message {
    display: none;
    text-align: center;
    color: #28a745;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.social-icons a:hover{
    text-decoration: none !important;
}
input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}@media (max-width: 480px) {
    .forget-password-box {
        width: 90%;
        padding: 20px;
    }
}

/* forget password page ends */


.google-review{
    height: 50px;
    margin-right: 40px;
}

@media (max-width: 991.98px) {
  .google-review{
    height: 30px;
    margin-right: 0px;
}

}


  .whatsapp-circle {
            position: fixed;
            left: 20px;
            bottom: 20px;
            z-index: 1000;
        }

        .whatsapp-btn {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(145deg, #25d366, #128C7E);
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            position: relative;
            box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
            animation: powerPulse 1.5s ease-in-out infinite;
        }

        .whatsapp-btn::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #25d366;
            opacity: 0.6;
            animation: rippleEffect 1.5s ease-out infinite;
        }

        .whatsapp-btn::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #25d366;
            opacity: 0.4;
            animation: rippleEffect 1.5s ease-out infinite 0.5s;
        }

        .whatsapp-btn i {
            color: white;
            font-size: 30px;
            animation: iconSpin 0.8s ease infinite;
            z-index: 1;
        }

        @keyframes powerPulse {
            0% { transform: scale(1) rotate(0deg); }
            50% { transform: scale(1.1) rotate(5deg); }
            100% { transform: scale(1) rotate(0deg); }
        }

        @keyframes rippleEffect {
            0% { transform: scale(1); opacity: 0.6; }
            100% { transform: scale(1.3); opacity: 0; }
        }

        @keyframes iconSpin {
            0% { transform: rotate(-10deg); }
            50% { transform: rotate(10deg); }
            100% { transform: rotate(-10deg); }
        }

        .whatsapp-btn:hover {
            transform: scale(1.15) translateY(-5px);
            box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
        }

        /* Energetic tooltip */
        .tooltip {
            position: absolute;
            left: 65px;
            background: linear-gradient(45deg, #075e54, #128C7E);
            color: white;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: bold;
            font-family: Arial, sans-serif;
            opacity: 0;
            transform: translateX(-20px);
            transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            white-space: nowrap;
        }

        .whatsapp-btn:hover .tooltip {
            opacity: 1;
            transform: translateX(0);
        }



