initial commit
This commit is contained in:
@@ -0,0 +1,358 @@
|
||||
/* 1. Theme default css */
|
||||
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
|
||||
/* line 5, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
body {
|
||||
font-family: "Poppins", sans-serif;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* line 12, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.img {
|
||||
max-width: 100%;
|
||||
-webkit-transition: 0.3s;
|
||||
-moz-transition: 0.3s;
|
||||
-o-transition: 0.3s;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
/* line 16, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
a,
|
||||
.button {
|
||||
-webkit-transition: 0.3s;
|
||||
-moz-transition: 0.3s;
|
||||
-o-transition: 0.3s;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
/* line 20, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
a:focus,
|
||||
.button:focus, button:focus {
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
/* line 25, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
a:focus {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* line 29, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
a:focus,
|
||||
a:hover,
|
||||
.portfolio-cat a:hover,
|
||||
.footer -menu li a:hover {
|
||||
text-decoration: none;
|
||||
color: #1F1F1F;
|
||||
}
|
||||
|
||||
/* line 36, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
a,
|
||||
button {
|
||||
color: #1F1F1F;
|
||||
outline: medium none;
|
||||
}
|
||||
|
||||
/* line 41, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
h1, h2, h3, h4, h5 {
|
||||
font-family: "Poppins", sans-serif;
|
||||
color: #1F1F1F;
|
||||
}
|
||||
|
||||
/* line 45, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
h1 a,
|
||||
h2 a,
|
||||
h3 a,
|
||||
h4 a,
|
||||
h5 a,
|
||||
h6 a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/* line 54, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
ul {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
/* line 58, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* line 61, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
p {
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
line-height: 28px;
|
||||
color: #4D4D4D;
|
||||
margin-bottom: 13px;
|
||||
font-family: "Poppins", sans-serif;
|
||||
}
|
||||
|
||||
/* line 70, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
label {
|
||||
color: #7e7e7e;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
/* line 76, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
*::-moz-selection {
|
||||
background: #444;
|
||||
color: #fff;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* line 81, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
::-moz-selection {
|
||||
background: #444;
|
||||
color: #fff;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* line 86, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
::selection {
|
||||
background: #444;
|
||||
color: #fff;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* line 91, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
*::-webkit-input-placeholder {
|
||||
color: #cccccc;
|
||||
font-size: 14px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* line 96, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
*:-ms-input-placeholder {
|
||||
color: #cccccc;
|
||||
font-size: 14px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* line 101, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
*::-ms-input-placeholder {
|
||||
color: #cccccc;
|
||||
font-size: 14px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* line 106, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
*::placeholder {
|
||||
color: #cccccc;
|
||||
font-size: 14px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* line 112, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
h3 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
/* line 116, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.mb-65 {
|
||||
margin-bottom: 67px;
|
||||
}
|
||||
|
||||
/* line 120, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.black-bg {
|
||||
background: #020c26 !important;
|
||||
}
|
||||
|
||||
/* line 124, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.white-bg {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
/* line 127, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.gray-bg {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
/* line 132, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.bg-img-1 {
|
||||
background-image: url(../img/slider/slider-img-1.jpg);
|
||||
}
|
||||
|
||||
/* line 135, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.bg-img-2 {
|
||||
background-image: url(../img/background-img/bg-img-2.jpg);
|
||||
}
|
||||
|
||||
/* line 138, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.cta-bg-1 {
|
||||
background-image: url(../img/background-img/bg-img-3.jpg);
|
||||
}
|
||||
|
||||
/* line 143, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.overlay {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
/* line 147, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.overlay::before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
background-color: #1f1f1f;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
/* line 159, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.overlay2 {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
/* line 163, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.overlay2::before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
background-color: #000000;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
/* line 175, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.overlay_skyblue {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
/* line 179, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.overlay_skyblue::before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
background-color: #5DB2FF;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
/* line 192, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.bradcam_overlay {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
/* line 196, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.bradcam_overlay::before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db2ff+0,7db9e8+100&1+24,0+96 */
|
||||
background: -moz-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
|
||||
/* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
|
||||
/* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
|
||||
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db2ff', endColorstr='#007db9e8',GradientType=1 );
|
||||
/* IE6-9 */
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* line 212, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.section-padding {
|
||||
padding-top: 120px;
|
||||
padding-bottom: 120px;
|
||||
}
|
||||
|
||||
/* line 216, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.pt-120 {
|
||||
padding-top: 120px;
|
||||
}
|
||||
|
||||
/* button style */
|
||||
/* line 222, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.owl-carousel .owl-nav div {
|
||||
background: transparent;
|
||||
height: 50px;
|
||||
left: 0px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
-webkit-transform: translateY(-50%);
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
-webkit-transition: all 0.3s ease 0s;
|
||||
-o-transition: all 0.3s ease 0s;
|
||||
transition: all 0.3s ease 0s;
|
||||
width: 50px;
|
||||
color: #fff;
|
||||
background-color: transparent;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
left: 50px;
|
||||
font-size: 15px;
|
||||
line-height: 50px;
|
||||
border: 1px solid #fff;
|
||||
left: 140px;
|
||||
}
|
||||
|
||||
/* line 249, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.owl-carousel .owl-nav div.owl-next {
|
||||
left: auto;
|
||||
right: 140px;
|
||||
}
|
||||
|
||||
/* line 254, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.owl-carousel .owl-nav div.owl-next i {
|
||||
position: relative;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
/* line 261, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.owl-carousel .owl-nav div.owl-prev i {
|
||||
position: relative;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
/* line 271, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.owl-carousel:hover .owl-nav div {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/* line 274, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.owl-carousel:hover .owl-nav div:hover {
|
||||
color: #fff;
|
||||
background: #293077;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
/* line 284, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.mb-20px {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/* line 288, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.mb-55 {
|
||||
margin-bottom: 55px;
|
||||
}
|
||||
|
||||
/* line 291, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/theme-default.scss */
|
||||
.mb-40 {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
Reference in New Issue
Block a user