
/* GLOBAL */
@import url("all.min-2.css");
.testimonial-bg {
border: 10px solid #66e1e3;
padding: 80px 70px;
text-align: center;
position: relative;
}
.testimonial-bg::before {
content: "f042";
font-family: "Font Awesome 5 Free";
font-weight: 900;
width: 75px;
height: 75px;
line-height: 75px;
background: #fff;
text-align: center;
font-size: 50px;
color: #3c414c;
position: absolute;
top: -40px;
left: 2%;
}
.testimonial {
padding: 0 15px;
}
.testimonial .description {
font-size: 20px;
font-weight: 400;
font-style: italic;
color: #848484;
line-height: 30px;
padding-bottom: 25px;
margin-bottom: 15px;
position: relative;
}
.testimonial .description:before {
content: "";
width: 75%;
border-top: 1px solid #ddd;
margin: 0 auto;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.testimonial .description:after {
content: "";
width: 20px;
height: 20px;
background: #fff;
position: absolute;
bottom: -10px;
left: 50%;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic {
width: 100px;
height: 100px;
border-radius: 50%;
margin: 25px auto;
overflow: hidden;
}
.testimonial .pic img {
width: 100%;
height: auto;
}
.testimonial .title {
display: inline-block;
font-size: 23px;
font-weight: 700;
color: #848484;
text-transform: capitalize;
margin: 0;
}
.testimonial .post {
display: inline-block;
font-size: 20px;
color: #848484;
}
.owl-theme .owl-controls {
background: #fff;
margin-top: 10px;
position: absolute;
bottom: -34%;
right: 0;
}
.owl-theme .owl-controls .owl-buttons div {
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
background: #34363b;
opacity: 1;
padding: 0;
}
.owl-prev:before,
.owl-next:before {
content: "f104";
font-family: "fontawesome";
font-size: 23px;
font-weight: 700;
color: #fff;
}
.owl-next:before {
content: "f105";
}
@media only screen and (max-width: 767px) {
.testimonial-bg {
padding: 50px 40px;
}
.owl-theme .owl-controls {
bottom: -22%;
}
}
@media only screen and (max-width: 480px) {
.testimonial-bg:before {
width: 55px;
height: 55px;
line-height: 55px;
font-size: 40px;
}
.testimonial-bg {
padding: 30px 10px;
}
.owl-theme .owl-controls {
bottom: -15%;
}
}
@media only screen and (max-width: 360px) {
.testimonial .title,
.testimonial .post {
font-size: 16px;
}
.owl-theme .owl-controls {
bottom: -12%;
}
}
/* end owl slider stuff */
html {
scroll-behavior: smooth;
}
body {
overflow-x: hidden;
}
h1,
.h1 {
font-size: 3.5rem;
}
h2,
.h2 {
font-size: 3rem;
}
@media(min-width: 992px) {
h1.mega, .h1.mega {
font-size: 4rem;
}
}
@media(max-width: 767px) {
h1, .h1 {
font-size: 2.5rem;
}
h2,
.h2 {
font-size: 2rem;
}
h3,
.h3 {
font-size: 1.6rem;
}
h4,
.h4 {
font-size: 1.45rem;
}
h5,
.h5 {
font-size: 1.3rem;
}
h6,
.h6 {
font-size: 1.15rem;
}
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Poppins', sans-serif;
}
h1,
h2,
.h1,
.h2 {
text-transform: uppercase;
}
h1.title {
font-size: 3rem !important;
}
.btn {
white-space: normal;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
#savecontent img {
max-width: 100% !important;
height: auto !important;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
.btn-primary {
color: white !important;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
.blog-detail-page .oms-wrapper #savecontent {
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
}
.dark-top-gradient {
height: 30%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
}
.dark-top-gradient-extra {
height: 100%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
}
.light-top-gradient {
height: 30%;
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
}
.dark-bottom-gradient {
height: 30%;
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
}
.light-bottom-gradient {
height: 30%;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
}
.rounded {
border-radius: 16px !important;
}
.blog-data .blog-title.h5 {
font-size: 1.2rem;
}
.blog-image a {
padding-bottom: 65% !important;
}
.blog-item.media.border {
border: 0px solid transparent !important;
}
.oms-blog-detail .blog {
padding: 1.2rem;
border-radius: 14px;
box-shadow: 2px 4px 14px 0 rgba(0, 0, 0, .2);
background: white;
}
@media(min-width: 1200px) {
.fives {
flex: 0 0 20% !important;
max-width: 20% !important;
}
}
.services li {
margin-left: -18px;
}
.carousel-fade .carousel-item {
opacity: 0;
transition-duration: .6s;
transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
transform: translateX(0);
transform: translate3d(0, 0, 0);
}
/* PAGE SPECIFIC */
/* FOOTER */
