<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
  	box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item&gt;a {
  	font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent &gt; li &gt; a, .sp-megamenu-parent &gt; li &gt; span {
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent&gt;li.active&gt;a {
    font-weight: 600;
}
.sp-megamenu-parent &gt; li {
    position: relative;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child &gt; li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu&gt;li&gt;a, .offcanvas-menu .offcanvas-inner ul.menu&gt;li&gt;span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon&gt;span {
    background-color: #000;
}
.offcanvas-menu &gt; .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon&gt;span, #modal-menu-toggler.active .burger-icon&gt;span {
    background-color: #000;
}

/*** Block Styles ***/
/* Button */
.button {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 24px 42px;
  	background: #DA6076;
  	font-weight: 500;
    color: #fff !important;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 2px solid transparent !important;;
}
.button:hover {
    color: #DA6076 !important;
    cursor: pointer;
    background-color: #fff !important;
}
.button.border:hover {
    border: 2px solid #DA6076 !important;
}

/* Slider */
.slider {
    margin-top: -100px !important;
}
.slider:before {
  	content: '';
  	position: absolute;
    height: 100%;
    width: 100%;
  	display: inline-block;
    left: 0;
    top: 0;
  	background-image: linear-gradient(90deg, rgba(33, 192, 172, 0.95) 30%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
}
.slider-feature .clearfix {
    width: 20%;
    float: left;    
    background-color: #1F276C;
    padding: 50px 10px;
}
.slider-feature .clearfix:hover img {
  	transform: scale(1.05);
}
.slider-feature .clearfix:hover img {
	-webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.slider-feature .clearfix:nth-child(3) {
    background-color: #141C5D;
}
.slider-feature .clearfix:nth-child(4) {
    border-radius: 0px 50px 0px 0px;
}
.slider-feature .clearfix:last-child {    
    background-color: transparent;
}
.slider-feature .clearfix:first-child &gt; .sppb-addon {
  	opacity: 0;
}

/* Counter */
.counter-colum .clearfix {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.counter-item .count, .counter-item #shiva {
    line-height: 60px;
    font-weight: 500;
    font-size: 70px;
    color: #fff;
}
.counter-item h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
}
.counter-colum {
    border-radius: 50px 0px 0px 0px;
}
.counter-item.doctor h4 {
    color: #fff !important;
}
.counter-colum.first {
    border-radius: 50px 0px 0px 0px;
}
.counter-colum.last {
    border-radius: 0px 0px 50px 0px;
}

/* Facilities */
.facilities:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #1F276C 73%, #21C0AC 0%);
    opacity: 0.9;
}

/* Services */
.services-img img {
	-webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.services-img:hover img {
  	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

/* */
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.specialties-colum:hover .sppb-media-content h3 {
	-webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Team */
.team .title:after {
    margin: 0;
}
.team-item .sppb-addon-content {
    position: relative;
    overflow: hidden;
}
.team-item {
    padding-bottom: 30px;
    border-width: 0px 0px 5px 0px;
    border-bottom: 5px solid #EAEAEA;
    border-radius: 0px 0px 8px 8px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-item img {
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-item:hover img {
    transform: translateY(-8px);
}
.team-item .sppb-media-content h3 {
    font-size: 25px;
    line-height: 1em;
}
.team-item .sppb-media-content h5 {
    font-size: 17px;
    margin-bottom: 20px;
}
.team-item .sppb-media-content ul {
    padding: 0;
    padding-top: 10px;
}
.team-item .sppb-media-content ul li a {
    font-size: 20px;
    color: #fff !important;
}
.team-item .sppb-media-content ul li {
    display: inline-block;
    padding: 5px;
}
.team-item .sppb-media-content ul li em {
    display: none;
}
.team-item img {
  	width: 100%;
}

/* Feature */
.feature-img .clearfix {
    float: left;
    width: 20%;
}
.feature-img .clearfix img {
    width: 106px;
    opacity: 0.3;
}

/* Started */
.started-colum {
    border-radius: 80px 0px 0px 0px;
}
.button.started {
    padding: 12px 42px;
}
.started-item .list-icon,  .started-item .list-text {
    width: 50%;
    float: left;
}
.started-item .list-text {
    text-align: right;
}
.started-item .list {
    list-style-type: none;
    padding: 0;
}
.started-item li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
}
.started-item .list li span {
    font-weight: 500;
}
.started-item .list li strong {
    display: none;
}
.started-item .list li em {
    padding-right: 10px;
}

/* Bg */
.bg {
    border-radius: 0px 0px 120px 0px;
}
.bg:before {
    content: '';
    position: absolute;
    border-radius: 0px 0px 120px 0px;
    left: 0;
    top: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(170deg, #1F276C 0%, #1F536C 100%);
    opacity: 0.95;
}

/* Get */
.get, .get .sppb-row-overlay {
    border-radius: 0px 120px 0px 0px;
}

/* Skill */
.et-skill {
    position: relative;
}
.et-skill:before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.33) 0%, rgba(246,131,56,0.67) 100%);
    z-index: -1;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.et-bar .sppb-row-container {
    margin-top: -250px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.18);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 90px 50px 20px;
}
.skill-left #skill li p {
    color: #000 !important;
}
#skill { 
    list-style: none;
    position: relative;
    padding-left: 0;
}
#skill li { 
    margin-bottom: 60px;
    background: #eee;
    height: 13px;
    border-radius: 20px;  
}
#skill li h3, #skill li p { 
    position: relative;
    top: -25px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    float: left;
    width: 50%;
}
#skill li p { 
    text-align: right;
    font-size: 15px;
}
.bar { 
    height: 13px;
    position: absolute;
    border-radius: 20px;  
}
.graphic-design {
    width: 90%; 
    -moz-animation:graphic-design 2s ease-out;
    -webkit-animation:graphic-design 2s ease-out;
}
.html-css {
    width: 80%;
    -moz-animation:html-css 2s ease-out;
    -webkit-animation:html-css 2s ease-out;
}
.jquery {
    width: 86%;
    -moz-animation:jquery 2s ease-out;
    -webkit-animation:jquery 2s ease-out;
}
.thread {
    width: 70%;
    -moz-animation:jquery 2s ease-out;
    -webkit-animation:jquery 2s ease-out;
}
@-moz-keyframes graphic-design {0%  { width:0px;} 100%{ width:100%;}  }
@-moz-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
@-moz-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }

@-webkit-keyframes graphic-design       { 0%  { width:0px;} 100%{ width:100%;}  }
@-webkit-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
@-webkit-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }

/* Testimonial */
.testimonial .sppb-row.sppb-no-gutter {
    box-shadow: 0px 15px 30px 2px rgb(0 0 0 / 8%);
    border-radius: 50px 0px 50px 0;
}
.testimonial .testimonial-colum {
    border-radius: 50px 0px 0px 0;
}

/* subscribe */
.subscribe-content table input {
    padding: 10px 10px!important;
    border-radius: 0px !important;
    width: 100% !important;
}
.subscribe-content table .button {
    padding: 6px 20px!important;
    border: 3px solid #01172F !important;
    background-color: #01172F !important;
}
.subscribe-content table .button:hover {
    background: #fff !important;
    color: #01172F !important;
}
.subscribe-content table {
    width: 100% !important;
}

/*** Video ***/
.video-colum {
    border-radius: 5px 50px 5px 50px;
}
.video-item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.video-item figure {
    position: relative;
    width: 100%;
    font-size: 0;
}
.video-item figure img {
    width: 100%;
}
.video-item figure a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    width: 85px;
    border: 4px solid #fff;
    height: 85px;
    border-radius: 50%;
    background-color: transparent;
    z-index: 10;
}
.video-item figure a:after {
    content: '';
    position: absolute;
    top: 30px;
    text-align: center;
    right: -20px;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    left: 0;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
.modal-open {
    overflow: hidden;
}
.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 120px 10px;
    display: none;
    box-sizing: border-box;
    overflow: auto;
    z-index: 100;
}
.popup-modal {
    position: relative;
    margin: 0 auto;
    display: none;
}
.popup-modal .close {
    position: absolute;
    top: 18px;
    right: 30px;
    width: 28px;
    height: 28px;
    border: solid 1px #004eff;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.popup-modal .close:before {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup-modal .close:after {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    right: 50%;
    margin-right: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.popup-modal .close:hover {
    border-color: #ff2700;
}
.popup-modal .close:hover:before {
    background-color: #ff2700;
}
.popup-modal .close:hover:after {
    background-color: #ff2700;
}
.post-popup {
    width: 100%;
    max-width: 875px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}
.post-popup .popup-header {
    padding: 20px 30px;
    font-size: 14px;
    margin-right: 60px;
}
.post-popup .popup-video {
    font-size: 0;
}
.post-popup .popup-video video {
    width: 100%;
}
.post-popup .popup-video img {
    width: 100%;
}
.post-popup .popup-main {
    padding: 40px 30px;
}
.post-popup .popup-main p {
    margin: 0 0 10px 0;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Step */
.sppb-panel-modern {
    background: #fff;
    border: 0;
    border-radius: 0;
}
.sppb-panel-modern&gt;.sppb-panel-heading {
    background: #21C0AC;
    border: 0;
    border-radius: 0;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}
.sppb-panel-collapse {
    background: #fff;
}
.sppb-panel-heading {
    padding: 18px 20px 18px 34px!important;
}
.step .sppb-addon-content {
    font-size: 13px;
}
.sppb-panel.sppb-panel-modern {
    border: 1px solid #d4d4d4 !important;
}
.sppb-panel-collapse {
    padding: 0 20px 30px;
}
.sppb-panel-heading i {
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
    color: #001659;
}
.sppb-panel-heading i:before {
    content: "+";
    font-size: 18px;
    color: #fff;
}
.sppb-panel-heading.active i:before {
    content: "-";
    font-size: 18px;
    color: #fff;
}
.sppb-panel-heading.active i {
    transform: rotate(90deg);
    color: #fff;
}
.sppb-panel-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

/* Bottom */
section#sp-bottom &gt; .container {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
}
#sp-bottom1 .shrewd_solution_icon {
    margin-top: 20px !important;
    text-align: left;
    padding: 15px 0;
}
#sp-bottom1 ul.contact-info-icon em {
    padding-right: 15px;
}
#sp-bottom1 .shrewd_solution_icon li {
    position: relative;
    display: inline-block !important;
    font-size: 17px;
    font-weight: 500;
}
#sp-bottom1 .shrewd_solution_icon li a, #sp-bottom1 .shrewd_solution_icon li a:hover {
    font-size: 18px;
    height: 40px;
    margin-right: 15px;
    position: relative;
    line-height: 45px;
    color: #ffffff !important;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#sp-bottom1 ul.contact-info-icon li strong,
#sp-bottom1 .shrewd_solution_icon li strong {
    display: none;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer1 {
  	padding-top: 5px;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1280px) {
    .slider-text {
        padding-left: 20px !important;
    }
  	.counter-item .count, .counter-item #shiva {
    	font-size: 45px;
	}
}
@media (max-width: 1024px) {
  	.contact-colum, .running-colum {
    	padding: 50px 10px !important;
  	}
}
/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
  	.slider-feature .clearfix {
    	width: 100%;
	}
  	.slider-feature .clearfix:first-child {
    	padding: 0;
  	}
  	.slider-feature .clearfix:nth-child(4) {
    	border-radius: 0px 0px 0px 0px;
	}
  	.btn-colum .sppb-text-right {
    	text-align: left !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings &gt; Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.btn.color, .sppb-panel-modern&gt;.sppb-panel-heading, .bar {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
button.btn.btn-primary.validate:hover, .services-title, .stories-item i, .stories-item .sppb-media-content h5,
.counter-item h4, .title h3 {
  	color: var(--text-color) !important; 
}
.divider.color, .team-item:hover {
  	border-color: var(--text-color) !important;
}
</pre></body></html>