/*
Theme Name: Caltheme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team With Cal Studio
Author URI: https://www.cal-webdesign.com
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.1.1624517420
Updated: 2021-06-24 06:50:20

*/

body, html {
     height: 100%;
     width: 100%;
}
 body {
     font-family: 'Montserrat', Sans-Serif;
     font-weight: normal;
     font-size: 14px;
     color: #000;
     line-height: 1.5;
	 overflow-x: hidden;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Montserrat', Sans-Serif;
     font-weight: 600;
     color: #00205A;
     line-height: 1.3 !important;
     text-transform: capitalize;
     margin-bottom: 0;
}
 h1 {
     font-size: 48px;
}
 h2 {
     font-size: 30px;
}
 h3 {
     font-size: 21px;
     margin-top: 15px;
     margin-bottom: 5px;
}
 h4 {
     font-size: 16px;
	 line-height: 1.5 !important;
	 margin-top: 0px;
}
 p {
     line-height: 1.5;
     margin-bottom: 15px;
}
 hr {
     max-width: 50px;
     border-color: #000000;
     border-width: 1px;
}
 hr.light {
     border-color: #fff;
}
 a {
     color: #000;
	 text-decoration: underline;
     -moz-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
}
 a:hover {
     text-decoration: none;
     color: #00205A;
}
 .text-faded {
     color: rgba(255, 255, 255, 0.9);
}
 .margin-bottom {
     margin-bottom: 30px;
}
 .no-padding {
     padding: 0;
}
 section {
     padding: 100px 0;
}
 .section-heading {
     margin-top: 0;
}
 ::-moz-selection {
     color: #fff;
     background-color: #00205A;
     text-shadow: none;
}
 ::selection {
     color: #fff;
     background-color: #00205A;
     text-shadow: none;
}
 img::selection {
     color: #fff;
     background-color: transparent;
}
 img::-moz-selection {
     color: #fff;
     background-color: transparent;
}
 ul, ol {
     padding: 0;
     margin: 0 0 1.5em 1.5em;
}
 .elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
     margin-bottom: 0px;
}
 .classic .elementor-post__thumbnail__link .elementor-post__thumbnail {
     margin-bottom: 20px;
}
 .elementor-post__text {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.elementor-post__read-more {
	color: #000 !important;
}
.elementor-post__read-more:hover {
	color: #00205A !important;
}
.rm-button .elementor-post__read-more {
	font-weight: normal;
	text-transform: uppercase;
	color: #00205A;
	background-color: #FFB821;
	padding: 10px 20px;
	border-radius: 100px;
}
.rm-button .elementor-post__read-more:hover {
	background-color: #00205A;
}
 .elementor-pagination {
     margin-top: 40px;
}
 .elementor-pagination .page-numbers {
     color: #000;
     padding: 15px;
     border-radius: 0px;
}
 .elementor-pagination .page-numbers:hover {
     color: #ffffff !important;
     background-color: #00205A;
}
 .elementor-pagination .page-numbers.current {
     color: #ffffff !important;
     background-color: #00205A;
     padding: 15px;
}
 .slider .elementor-slide-heading {
}
 .slider .swiper-container-horizontal > .swiper-pagination-bullets {
	 bottom: 20px;
}
 .slider .swiper-slide-contents {
     width: 1120px;
}
 .title-separator {
     width: 80px;
     height: 5px;
     background-color: #00205A;
     position: absolute;
     left: 50%;
     margin-top: 20px;
     margin-left: -40px;
}
 .loader {
     position: fixed;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 9999;
     background: url('/wp-content/uploads/2021/06/loading.gif') 50% 50% no-repeat #fff;
     background-size: 50px 50px;
}
 .elementor-editor-active .loader{
     display: none;
}
 #gototop {
     opacity: 0;
     visibility: hidden;
     transition: opacity .5s, visibility .5s;
     -moz-transition: opacity .5s, visibility .5s;
     -webkit-transition: opacity .5s, visibility .5s;
     -o-transition: opacity .5s, visibility .5s;
}
 #gototop.show {
     opacity: 1;
     visibility: visible;
}
 .section-no-padding section {
     padding: 0 0;
}
 .no-margin-bottom.elementor-widget:not(:last-child) {
     margin-bottom: 0;
}
 .p-no-margin p {
     margin-bottom: 0px;
}
 .h3-no-margin-top h3 {
     margin-top: 0px;
}
 .elementor-upload-field, .pafe-form-builder-upload input {
     background-color: #FAF9F5;
     border: 1px solid #FAF9F5;
     border-radius: 0;
     width: 100%;
     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: 0px;
}

/* Custom */
.sticky {
	position: sticky;
	top: 0;
	z-index: 0;
	overflow-x: hidden;
}

.slider .elementor-swiper-button {
	z-index: 9;
}

.p-spacing-large p {
	margin-bottom: 30px;
}

.table-responsive table td, .table-responsive table th {
	font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
	padding: 5px;
    border: 1px solid #ddd;
}
.table-responsive table tbody tr:hover > td, .table-responsive table tbody tr:hover > th {
    background-color: #fff;
}
.table-responsive table tbody > tr:nth-child(2n+1) > td {
    background-color: #F4F6F9;
}
.table-responsive {
	border-bottom: 8px solid #FFB821;
	border-radius: 10px;
	overflow-x: auto;
	overflow-y: hidden;
}
.table-responsive table {
	margin-bottom: 0;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	height: auto;
	max-height: 500px;
}

@media only screen and (max-width: 767px) {
	.table-responsive {
		overflow-x: scroll;
	}
}