/*
Theme Name: Caltheme
Theme URI: https://www.cal-webdesign.com
Template: hello-elementor
Author: Cal Studio
Author URI: https://www.cal-webdesign.com
Version: 2.5.0.1732884723
Updated: 2024-11-29 20:52:03

*/

html {
    overflow-x: hidden;
}
body {
    line-height: 1.5;
    font-size: 16px;
    color: #231f20;
    font-weight: normal;
    font-family: 'Montserrat', Sans-Serif;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3 !important;
    margin-bottom: 0;
    color: #231f20;
    font-weight: 700;
    font-family: 'Montserrat', Sans-Serif;
    text-transform: capitalize;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 21px;
}
.elementor-text-editor h3 {
    margin-top: 15px;
    margin-bottom: 5px;
}
h4 {
    font-size: 18px;
}
p {
    line-height: 1.5;
}
hr {
    max-width: 50px;
    border-color: #000;
    border-width: 1px;
}
hr.light {
    border-color: #fff;
}
a {
    color: #000;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #72BCD4;
    text-decoration: none;
}
.text-faded {
    color: rgba(255, 255, 255, 0.9);
}
.margin-bottom {
    margin-bottom: 30px;
}
.no-padding {
    padding: 0;
}
section {
    padding: 60px 0;
}
.section-heading {
    margin-top: 0;
}
::-moz-selection {
    background-color: #72BCD4;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #72BCD4;
    color: #fff;
    text-shadow: none;
}
img::selection {
    background-color: transparent;
    color: #fff;
}
img::-moz-selection {
    background-color: transparent;
    color: #fff;
}
ul, ol {
    padding: 0;
    margin: 0 0 1.5em 1.5em;
}
.elementor-pagination .page-numbers {
    color: #000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 15px;
}
.elementor-pagination .page-numbers:hover {
    background-color: #72BCD4;
    color: #fff !important;
}
.elementor-pagination .page-numbers.current {
    background-color: #72BCD4;
    color: #fff !important;
    padding: 15px;
}
.slider .swiper-slide-contents {
    width: 1120px;
}
/* .loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 9999;
    background-image: url('/wp-content/uploads/2022/02/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px 50px;
}
.elementor-editor-active .loader {
    display: none;
} */
#gototop {
    -moz-transition: opacity .5s, visibility .5s;
    -webkit-transition: opacity .5s, visibility .5s;
    -o-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}
#gototop.show {
    opacity: 1;
    visibility: visible;
}
.section-no-padding section {
    padding: 0;
}
.no-margin-bottom.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
.p-no-margin p {
    margin-bottom: 0;
}
.h3-no-margin-top h3 {
    margin-top: 0;
}
.elementor-upload-field, .pafe-form-builder-upload input {
    width: 100%;
    background-color: #faf9f5;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #faf9f5;
    padding: 8px 15px;
}
.elementor-social-icons-wrapper .elementor-grid-item, .elementor-widget-share-buttons .elementor-grid-item {
    margin-right: 10px;
}
.elementor-social-icons-wrapper .elementor-grid-item:last-child, .elementor-widget-share-buttons .elementor-grid-item:last-child {
    margin-right: 0;
}
