<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*    
Kerge WordPress Theme Dynamic Styles
Theme name : Kerge
Author : lmpixels
Version : 2.5.0
*/


/* =============================================================================

1. General
2. Typography
3. Logo
4. Backgrounds
5. Colors
6. Borders
7. Page Titles and Paage Content Area
8. Header and Main Menu
9. Custom Styles

============================================================================= */

/* ============================================================================= 
1. General
============================================================================= */
.pt-page,
.single-page-content .content-area {
    max-width: 1800px;
    min-width: 0;
}


/* ============================================================================= 
2. Typography
============================================================================= */
body,
p {
    font-family: Open Sans, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75em;
    color: #d5d5d5;
}

.form-control,
.form-control:focus,
.has-error .form-control,
.has-error .form-control:focus {
    font-family: Open Sans, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Open Sans, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #f5f5f5;
}

h1 {
    font-size: 32px;
    color: #f5f5f5;
}
h2 {
    font-size: 27px;
    color: #f5f5f5;
}
h3 {
    font-size: 21px;
    color: #f5f5f5;
}
h4 {
    font-size: 18px;
    color: #f5f5f5;
}
h5 {
    font-size: 16px;
    color: #f5f5f5;
}
h6 {
    font-size: 14px;
    color: #f5f5f5;
}

.testimonial-author,
.info-list li .title {
    font-family: Open Sans, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #f5f5f5;
}

.timeline-item .item-period,
.section-inner.start-page-full-width .hp-text-block .sp-subtitle,
.mobile-site-title {
    font-family: Open Sans, Helvetica, sans-serif;
}

.form-control,
.form-control:focus,
.has-error .form-control,
.has-error .form-control:focus,
input[type="search"],
input[type="password"],
input[type="text"],
.header-search input.form-control {
    font-family: Open Sans, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.btn-primary, .btn-secondary, button, input[type="button"], input[type="submit"] {
    font-family: Open Sans, Helvetica, sans-serif;
}


/* ============================================================================= 
3. Logo
============================================================================= */
.header-image img {
    height: auto;
    max-height: 110px;
    width: auto;
    max-width: 110px;
}


/* ============================================================================= 
4. Backgrounds
============================================================================= */
body {
    background-color: #000000;
}

@media only screen and (min-width: 991px) {
    .header.sticked {
        background-color: ;
    }
}

.start-page .section-inner {
    background-image: url(//www.veervora.in/wp-content/uploads/2021/01/bg1-scaled2.jpg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-attachment: fixed;
    background-position: 50%;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
}

.start-page .section-inner .mask {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(10,10,10,0.45);
}

.start-page .img-slider,
.start-page .img-slider .img-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.start-page .img-slider .img-slider-bg.img-slider-799  {
    background-image: url(//www.veervora.in/wp-content/uploads/2021/05/veer-bg1.jpg);
    }
.start-page .img-slider .img-slider-bg.img-slider-798  {
    background-image: url(//www.veervora.in/wp-content/uploads/2021/05/singing.jpg);
        -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
    }
.start-page .img-slider .img-slider-bg.img-slider-797  {
    background-image: url(//www.veervora.in/wp-content/uploads/2021/05/teaching.jpg);
        -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
    }
.start-page .img-slider .img-slider-bg.img-slider-796  {
    background-image: url(//www.veervora.in/wp-content/uploads/2021/05/badminton.jpg);
        -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
    }

.start-page .img-slider .img-slider-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 16s linear infinite 0s;
    -moz-animation: imageAnimation 16s linear infinite 0s;
    -o-animation: imageAnimation 16s linear infinite 0s;
    -ms-animation: imageAnimation 16s linear infinite 0s;
    animation: imageAnimation 16s linear infinite 0s;
}

/* Animation for the slideshow images */


@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    12.5% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    25% { opacity: 1 }
    37.5% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    12.5% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    25% { opacity: 1 }
    37.5% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    12.5% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    25% { opacity: 1 }
    37.5% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    12.5% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    25% { opacity: 1 }
    37.5% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    12.5% { opacity: 1;
         animation-timing-function: ease-out; }
    25% { opacity: 1 }
    37.5% { opacity: 0 }
    100% { opacity: 0 }
}


.btn-primary:hover,
.btn-primary:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.site-main-menu &gt; li &gt; a:after,
.timeline-item:after,
.skill-percentage,
.service-icon,
.lm-pricing .lm-package-wrap.highlight-col .lm-heading-row span:after,
.portfolio-page-nav &gt; div.nav-item a:hover,
.testimonials.owl-carousel .owl-nav .owl-prev:hover,
.testimonials.owl-carousel .owl-nav .owl-next:hover,
.clients.owl-carousel .owl-nav .owl-prev:hover,
.clients.owl-carousel .owl-nav .owl-next:hover,
.share-buttons a:hover,
.fw-pricing .fw-package-wrap.highlight-col .fw-heading-row span:after,
.cat-links li a,
.cat-links li a:hover,
.calendar_wrap td#today,
.nothing-found p,
.form-control + .form-control-border,
.blog-sidebar .sidebar-title h4:after,
.block-title h3:after,
h3.comment-reply-title:after,
.site-main-menu:not(.one-page-menu) li.active a:after,
.site-main-menu.one-page-menu li a.active:after,
.site-main-menu li.current-menu-item a:after,
.site-main-menu li a:after,
.paging-navigation .page-numbers.current,
.skills-second-style .skill-percentage,
.portfolio-grid figure .portfolio-preview-desc h5:after,
.preloader-spinner,
.info-list li .title:after,
.header .social-links a:hover,
.cal-day-today, .cal-day-today.event-day,
.wp-block-pullquote.is-style-solid-color,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:active,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #f2f2f1;
}

.blog-sidebar .sidebar-item {
    background-color: #0f0f0f;
}




/* ============================================================================= 
5. Colors
============================================================================= */
a,
.form-group-with-icon.form-group-focus i,
.site-title span,
.header-search button:hover,
.header-search button:focus,
.block-title h3 span,
.header-search button:hover,
.header-search button:focus,
.lm-info-block .lm-info-block-value,
.ajax-page-nav &gt; div.nav-item a:hover,
.project-general-info .fa,
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover,
.comment-reply-title small a:hover,
.entry-title a:hover,
.entry-content .edit-link a:hover,
.post-navigation a:hover,
.image-navigation a:hover,
.portfolio-grid figure i,
.lmpixels-arrows-nav &gt; div:hover i,
.lmpixels-scroll-to-top:hover,
.cal-month-day.event-day span[data-cal-date],
#cal-slide-content a.event-item {
    color: #f2f2f1;
}

.start-page .title-block h2 {
    color: #ffffff;
}

.start-page .title-block .sp-subtitle {
    color: #ffffff;
}

a,
.entry-meta:not(.entry-tags-share) a:hover {
    color: #0099cc;
}

a:hover,
.post-navigation .meta-nav:hover {
    color: #006699;
}




/* ============================================================================= 
6. Borders
============================================================================= */
.btn-primary:hover,
.btn-primary:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.timeline-item,
.timeline-item:before,
.page-links a:hover,
.paging-navigation .page-numbers.current,
.portfolio-grid figure .portfolio-preview-desc h5:after,
.paging-navigation a:hover,
.skill-container,
.btn-primary, button, input[type="button"], input[type="submit"],
.timeline-second-style .divider:after,
.skills-second-style .skill-container,
.blog-sidebar ul li:before,
.portfolio-filters li.active a,
.portfolio-filters li.active a:hover,
.share-buttons a:hover,
.testimonials.owl-carousel .owl-nav .owl-prev:hover,
.testimonials.owl-carousel .owl-nav .owl-next:hover,
.clients.owl-carousel .owl-nav .owl-prev:hover,
.clients.owl-carousel .owl-nav .owl-next:hover,
.wp-block-pullquote,
.wp-block-button .wp-block-button__link {
    border-color: #f2f2f1;
}


/* ============================================================================= 
7. Page Titles and Page Content Area
============================================================================= */

.section-title-block.first-style .section-title,
.page-title-wrap.first-style h2.page-title,
.section-title-block.second-style .section-title:after,
.page-title-wrap.second-style h2.page-title:after {
    background-color: #ffcd38;
}

.section-title-block.first-style .section-title:before,
.page-title-wrap.first-style .page-title:before {
    border-right-color: #ffcd38;
}

.section-title-block.first-style .section-title,
.page-title-wrap.first-style h2.page-title,
.section-title-block.second-style .section-title,
.page-title-wrap.second-style h2.page-title {
    color: #ffffff;
    font-size: 24px;
    font-family: Open Sans, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
}

.pt-page:not(.start-page) .section-inner,
.pt-page.second-style .section-inner,
.single-page-content:not(.content-page-with-sidebar) .content-area,
.custom-page-content .page-content,
.portfolio-page-content,
.content-page-with-sidebar .page-content,
.start-page-content .page-content,
.single-page-content.content-page-with-sidebar:not(.start-page-template) .content-area .page-content,
.single-post .site-content .has-post-thumbnail .post-content,
.timeline-second-style .divider:after {
    background-color: #557a95;
}

.skills-second-style .skill-percentage,
.skills-first-style .skill-percentage {
    border-color: #557a95;
}



/* ============================================================================= 
8. Header and Main Menu
============================================================================= */
.header {
    background-color: #34404c;
}

@media only screen and (min-width: 991px) {
    .header {
        width: 22%;
    }
    .site-main {
        margin-left: 22%;
    }
}

.site-title {
    font-family: Open Sans, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.1em;
    color: #f5f5f5;
    letter-spacing: 0px;
}

.site-subtitle {
    font-family: Open Sans, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5em;
    color: #eeeeee;
    letter-spacing: 0px;
}

.site-main-menu li a,
.site-main-menu li a:hover {
    font-family: Open Sans, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6em;
    color: #f5f5f5;
    letter-spacing: 0px;
}

.site-main-menu:not(.dl-menu) li:first-child a,
.kerge-classic-menu &gt; li:first-child a,
.site-main-menu li a,
.site-main-menu li a:hover {
    border-color: #445464;
}

.site-main-menu li a:hover,
.site-main-menu li.active a,
.site-main-menu.one-page-menu li a.active,
.site-main-menu li.current-menu-item a,
.dl-back &gt; a {
    background-color: #557a95;
}

/* ============================================================================= 
9. Custom Styles
============================================================================= */
.blog-card .post-date
{
font-size:13px;
}
.site-main-menu li a, .site-main-menu li a:hover
{
font-size:17px;
}
.fw-accordion .fw-accordion-title {
    background: #365063!important;
    border-top: 1px solid #557a95!important;
    font-weight: normal!important;
}
.testimonial-content .testimonial-text {
    background-color: #218676!important;
    border-color: #0d7363!important;
}
.fw-accordion, .fw-tabs-container .fw-tab-content {
    border: 1px solid #4f626f!important;
}

.testimonials.owl-carousel .owl-nav .owl-prev, .testimonials.owl-carousel .owl-nav .owl-next
{
background-color: #405d71!important;
    border-color: #2d5571!important;
}
.timeline-first-style .timeline-item .item-small {
    color: #edf1b8!important;
    font-size: 15px!important;
    }
.timeline-first-style .timeline-item .item-period {
    background-color: #35a9d6!important;
}

.timeline-first-style .timeline-item .item-period{
}

.skills-first-style .skill-container!important;
{
border:2px solid #35a9d6;
}
.skills-first-style .skill-percentage, .skills-second-style .skill-percentage
{
background: #35a9d6!important;
}
.btn-primary:hover, .btn-primary:focus{
background-color: #ffcd38!important;
    color: #000!important;
}

.entry-meta a
{
color:#fff!important;
}
.entry-meta a:hover
{
color:#ffcd38!important;
}
.testimonial-firm
{
color:#fff!important;
}

.post-2 a
{
color:#ffcd38!important;
}
.form-control, .has-error .form-control, input[type="text"]
{
border-color: #9fbcd2;
}
.archive-title
{
color:#fff;
}
.logged-in-as a
{
color:#fff;
}
.header-search, .site-content .entry-header .entry-meta
{
display:none
}
.input[type="submit"]:hover
{
background-color: #ffcd38!important;
    color: #080808!important;
}

.ui-accordion-content p a
{
color:#fff;
}
 .header .social-links a:hover
{
background:none;
}

.entry-content h3:first-child, .page-title-wrap.second-style h2.page-title, .page-title-wrap.second-style h2.page-title, .site-title,  .site-main-menu li a, .site-main-menu li a:hover, .section-title-block.second-style .section-title, .block-title h3, h3.comment-reply-title, .fw-col-inner h3 {
font-weight:500;
}
.sp-subtitle
{
font-weight:normal.
}

.portfolio-grid figure i
{
color: #ffcd38;
}
a .fa.fa-eye
{
color:#ffcd38;
}
.thead-dark tr{
background-color:#3c5c73;
font-weight:bold;
}
.header .social-links a {
    background-color: #3a6377;
    color: #ffcd38;
}
.site-subtitle
{
color:#edf1b8;
}

.fw-tabs-container .fw-tab-content
{
padding:0 !important;
}
.comment-metadata a, .comment-author .fn, .comment-author .fn a, .comment-list .reply a
{
color:#fff;
}
#button_8814124a3b2c6e83109f11feb2fc4e0a
{
display:none;
}
blockquote {
    border-color: #ddd;
}
 .table th{
padding:0!important;
}
#portfolio .section-description
{
display:none;
}</pre></body></html>