/*================================================
Default CSS
=================================================*/
.switch-box {
    /* width: 100px;
    height: 100px;
    padding: 15px; */
    position: relative;
    display: flex;
    z-index: 1;
    margin-right: 15px;
}

.switch-box .switch {
    position: relative;
    /* top: 14px;
    left: 8px; */
    display: inline-block;
    width: 57px;
    height: 27px;
}

.switch-box .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-box .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-primary);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch-box .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2.5px;
    bottom: 4px;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 0px 15px #2020203d;
    box-shadow: 0 0px 15px #2020203d;
    /* background: url(../images/night.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--thm-primary);
}

.switch-box input:checked+.slider {
    background-color: var(--thm-primary);
}

.switch-box input:focus+.slider {
    background-color: var(--thm-primary);
}

.switch-box input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    /* background: url(../images/sunny.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    left: 8px;
}

.switch-box .slider.round {
    border-radius: 50px;
}

.switch-box .slider.round:before {
    border-radius: 50%;
}

.theme-dark .switch-box input+.slider {
    background-color: #ffffff;
}

.theme-dark .contact-us,
.theme-dark body {
    background-color: #1c1c1c;
    color: #f1f1f1;
}

.theme-dark .scroll-to-top.active:hover,
.theme-dark .helpful-links.bg-grey,
.theme-dark .wm-dropdown-menu li a,
.theme-dark .testimonial-item{
    border-color: #141414;
}

.theme-dark .wm-dropdown-menu li a
.theme-dark .scroll-to-top.active:hover,
.theme-dark .helpful-links.bg-grey{
    border-width: 1px;
    border-style: solid;
}

.theme-dark .common-btn .theme-styleBtn {
    border-color: var(--thm-white);
    color: var(--thm-white);
}

.theme-dark .common-btn .theme-styleBtn:hover{
    background-color: var(--thm-white);
    color: var(--thm-color);
}

.theme-dark .h1,
.theme-dark .h2,
.theme-dark .h3,
.theme-dark .h4,
.theme-dark .h5,
.theme-dark .h6,
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
    color: #ffffff !important;
}

.theme-dark .h1 a,
.theme-dark .h2 a,
.theme-dark .h3 a,
.theme-dark .h4 a,
.theme-dark .h5 a,
.theme-dark .h6 a,
.theme-dark h1 a,
.theme-dark h2 a,
.theme-dark h3 a,
.theme-dark h4 a,
.theme-dark h5 a,
.theme-dark h6 a {
    color: #ddd !important;
}

.theme-dark .h1 a:hover,
.theme-dark .h2 a:hover,
.theme-dark .h3 a:hover,
.theme-dark .h4 a:hover,
.theme-dark .h5 a:hover,
.theme-dark .h6 a:hover,
.theme-dark h1 a:hover,
.theme-dark h2 a:hover,
.theme-dark h3 a:hover,
.theme-dark h4 a:hover,
.theme-dark h5 a:hover,
.theme-dark h6 a:hover {
    color: var(--thm-primary) !important;
}

.theme-btn:before,
.theme-dark .testimonial-item,
.theme-dark .testimonial-item::before,
.theme-dark .featured-types .featured-data .details a ,
.theme-dark .about-section .text,
.theme-dark .scroll-to-top.active:hover,
.theme-dark .helpful-links.bg-grey,
.theme-dark .form-alt,
.theme-dark .llc-footer .footer-top {
    background-color: #000000;
}

@media only screen and (max-width: 599px) {
    .theme-dark .service-section.thumb-slider{
        background-color: #000000;
    } 
}

.theme-dark .theme-btn.b-btn-two,
.theme-dark .text-black,
.theme-dark .read-more:hover,
.theme-dark h2,
.theme-dark h2,
.theme-dark .accordion- p,
.theme-dark button.owl-prev i,
.theme-dark button.owl-next i,
.theme-dark .custom-control.custom-radio label.custom-control-label,
.theme-dark .heading h2,
.theme-dark a,
.theme-dark .box h3,
.theme-dark .box input {
    color: #ffffff;
}

.theme-dark .text-black{
    color: #ffffff !important;
}

.theme-dark .wm-dropdown-menu li a,
.theme-dark .about-section .about-content-right span,
.theme-dark .heading-section.heading-small span,
.theme-dark .testimonial-item .testimoni-info-inner .testimoni-name-designation h5,
.theme-dark .testimonial-item .testimoni-info-inner .testimoni-name-designation label,
.theme-dark p,
.theme-dark .heading span,
.theme-dark .content-data ul li,
.theme-dark .inner-details .services-left-side.our-office ul#office-address li,
.theme-dark .inner-details .services-left-side.our-office ul#office-address li a,
.theme-dark .inner-details .services-left-side.our-office ul#office-address li i,
.theme-dark .contact-block .content-box .inner-box .single-item .icon-box i,
.theme-dark .contact-block .content-box .inner-box .single-item .info li p a {
    color: #ddd;
}

.theme-dark .wm-dropdown-menu,
.theme-dark main{
    background-color: #1c1c1c;
}

.theme-dark .cover-section .cover-wrapper {
    background-color: #141414;
}

.theme-dark .content-data ul li:before{
    border-color: #ddd;
}

.theme-dark .llc-footer .footer-top{
    border-top-color: rgba(255, 255, 255, 0.1);
    border-top-width: 1px;
    border-top-style: solid;
}

.theme-dark .inner-details .service-list-sidebar ul > li a:hover:after, 
.theme-dark .inner-details .service-list-sidebar ul > li.active a:after,
.theme-dark .llc-footer .footer-bottom{
    background-color: #ffffff;
}


.theme-dark .llc-footer .footer-bottom p,
.theme-dark .llc-footer .footer-bottom a {
    color: #5c5959;
}

.theme-dark .contact-form-2 form input,
.theme-dark .contact-form-2 form textarea {
    background-color: transparent !important;
}

.theme-dark .inner-details .service-list-sidebar ul > li a,
.theme-dark .form-control {
    color: #ffffff;
}

.theme-dark .inner-details .service-list-sidebar ul > li a:hover,
.theme-dark .inner-details .service-list-sidebar ul > li.active a{
    color: #142b3c;
}

.theme-dark input,
.theme-dark select {
    background-color: transparent;
}

.theme-dark .contact-form-one {
    margin-top: 0;
    padding-top: 120px;
    background-color: #000000;
    z-index: 0;
}

.theme-dark .theme-btn.b-btn-two,
.theme-dark .overly-border::before, .theme-dark .overly-border::after {
    border-color: #ffffff;
}

.theme-dark .contact-block .content-data .inner-box .single-item .icon-box svg{
    fill: #ddd;
}
