/*
Theme Name: Coderra Theme
Description: Bespoke WordPress Theme.
Version: 1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coderra
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
Fonts
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
Main styles
*/
body,
html {
	height: 100%;
    overflow-x: hidden;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
	font-style: normal;
}

i {
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 span, h2 span {
	font-family: "Poppins", Sans-serif;
	font-weight: 600;
    text-transform: capitalize;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #003C4E;
}

a {
    color: #003C4E;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    color: #003C4E;
}

h2 {
	font-size: 1.5rem;
    line-height: 1.9;
}

h2:after {
	background: #c5e3ee;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 75px;
    margin-top: 15px;
    margin-bottom: 20px;
}

footer h2 {
	font-size: 2.6rem;
}

bold,
strong {
	font-family: "Poppins", Sans-serif;
	font-style: normal;
	font-weight: 600;
}

.small, small {
    font-size: .75em;
}

.wrapper {
    position: relative;
    color: #003C4E;
}

.wrapper ul {
	margin-bottom: 0;
}

.column-inner {
	width: 100%;
}

.wrapper li {
	line-height: 1.9;
}

/*
Header
*/
.header-bottom {
	background-color: transparent;
    background-image: linear-gradient(-90deg, #FFFFFF 0%, #92E3F9 100%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.elementor-shape-top {
    top: -1px;
}

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}



.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
}

/*
Forms
*/
.form-group {
    margin-bottom: 1rem;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
	box-shadow: inset 0 -1px 0 #ddd;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #003C4E !important;
}
input::-moz-placeholder { /* Firefox 19+ */
	color: #003C4E !important;
}
input:-ms-input-placeholder { /* IE 10+ */
	color: #003C4E !important;
}
input:-moz-placeholder { /* Firefox 18- */
	color: #003C4E !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #003C4E;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #003C4E;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #003C4E;
}
:-moz-placeholder { /* Firefox 18- */
	color: #003C4E;
}

/*
Images and Embeds
*/
svg g path:hover {
    stroke-width: 1;
    stroke: #fff;
    fill: #41bfca !important;
    opacity: 1;
}

.svg-100 svg {
    width: 100%;
    height: 100%;
}

.img-rounded img {
	border-radius: 0.5rem !important;
}

.fullsize-image img{
    height: 100%;
    width: 100vw;
    object-fit: cover;
}

.fullsize-image .column-inner {
	height: 100%;
}

.fullsize-image .image-background {
	height: 100%;
}

.image-background {
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1);
    transition: transform 300ms ease-in;
    background-repeat: no-repeat;
}

.image-overlay {
	position: absolute;
    inset: 0;
    opacity: 0.4;
    mix-blend-mode: overlay;
    z-index: 1;
    background-color: #003C4E;
}

.static-image-overlay {
	position: absolute;
    inset: 0;
    opacity: 0.4;
    mix-blend-mode: darken;
    z-index: 1;
    background-color: #003C4E;
}

.video-element {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*
Layour Builder Styles
*/
h3.card-title {
	font-family: "Poppins", Sans-serif;
	font-weight: 600;
	font-style: normal;
    text-transform: capitalize;
	font-size: 3rem;
}

.accordion-header,
.accordion-flush .accordion-item .accordion-button {
	font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.accordion-layout .accordion-button {
	padding-left: 0;
	padding-right: 0;
}

.accordion-button {
	font-size: inherit;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    color: inherit;
    background-color: #fff;
    box-shadow: none;
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004712'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004712'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.card {
	overflow: hidden;
	border-radius: none;
}

.card-body {
	z-index: 1;
    background: #fff;
}

.card .featured-image img {
	transform: scale(1);
    transition: transform 300ms ease-in;
}

.card .featured-image {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.card:hover {
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
    transition: box-shadow 300ms ease;
}

.card:hover .featured-image img {
    transform: scale(1.2);
    transition: transform 300ms ease-out;
}

.card:hover .image-overlay {
    position: absolute;
    inset: 0;
    background-color: #003C4E;
    opacity: 0.3;
    mix-blend-mode: overlay;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 300ms ease-out;
}

.card-absolute {
	background: transparent;
}

.card-absolute {
	border: 0;
	border-radius: 0;
}

.card-absolute .card-body {
	padding: 0 15px;
	position: absolute;
	bottom: 0;
	border: none;
	width: 100%;
	border-radius: 0;
    background: linear-gradient( 1deg, rgba( 12, 50, 105, 1 ) 2%, rgba( 12, 50, 105, 0 ) );
}

.card-absolute .card-body:hover {
	box-shadow: none;
}

.card-absolute .pub-notice {
	position:relative;
	width: 100%;
}

.card-absolute .card-body h2,
.card-absolute .card-body h4,
.card-absolute .card-body a {
	color: #fff;
}

.card-absolute:hover .featured-image {
	transform: scale(1.2);
	transition: transform 300ms ease-out;
}

.posts_container .card {
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
	transition: box-shadow 300ms ease;
}

.mini-spacer {
	margin: 0 5px;
}

.shadow {
	box-shadow: 0 .5rem 5px -1px rgba( 0, 0, 0, .15 ) !important;
}

.pulse {
	color: #fff;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(0, 71, 18, 0.4);
	animation: pulse 2s infinite;
	border-radius: 50%;
	opacity: 0.8;
	margin-top: 20px;
}

/*
Footer
*/
footer {
	background: #FAFAFA;
	border-style: solid;
    border-width: 3px 0px 0px 0px;
    border-color: #000000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 50px 0px;
}

.footer-bottom {
	background: #92E3F9;
	padding: 10px 0;
}

.footer-bottom a,
.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-bottom a:active,
footer a,
footer a:hover,
footer a:focus,
footer a:active {
	color: #003C4E;
}

#copyright p {
	margin-bottom: 0;
}

footer ul.menu li {
    margin-bottom: 5px;
    list-style-type: none;
    color: #003C4E;
}

footer ul.menu a {
	color: #003C4E;
	text-decoration: none;
	font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
	padding-left: 10px;
}

footer .row {
	display: flex !important;
}

.grecaptcha-badge {
	visibility: hidden;
}

/*
Brand Settings
*/
.brand-grey-text {
	color: rgba( 242, 242, 242, 1 );
}

.brand-grey-bg {
	background-color: #EDEDED;
}

.brand-white-bg {
	background-color: rgba( 255, 255, 255, 1 );
}

.brand-light-blue-bg {
	background-color: #F1F8FA;
}

.brand-sky-blue-bg {
	background-color: #c5e3ee;
}

.brand-steel-blue-bg {
	background-color: #5682a0;
}

.brand-deep-blue-bg {
	background-color: #003C4E;
}

.brand-light-blue-text {
	color: #F1F8FA;
}

.brand-sky-blue-text {
	color: #c5e3ee;
}

.brand-steel-blue-text {
	color: #5682a0;
}

.brand-deep-blue-text {
	color: #003C4E;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5
.text-white h6
.text-white p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5
.white-text h6
.white-text p,
p.white-text,
.white-text {
	color: #fff !important;
}

.brand-black-bg {
	background-color: rgba( 0, 0, 0, 1 );
	color: #fff;
}

.brand-black-bg a,
.brand-black-bg p,
.brand-black-bg h1,
.brand-black-bg h2,
.brand-black-bg h3,
.brand-black-bg h4,
.brand-black-bg h5,
.brand-black-bg h6,
.brand-black-bg h1 a,
.brand-black-bg h2 a,
.brand-black-bg h3 a,
.brand-black-bg h4 a,
.brand-black-bg h5 a,
.brand-black-bg h6 a
 {
	color: #ffffff;
}

.brand-black-text,
.brand-black-text a {
	color: rgba( 0, 0, 0, 1 ) !important;
}

.overlay-black {
	background: rgba( 0, 0, 0, 0.6 );
}

.overlay-blue {
	background: rgba( 0, 39, 87, 0.6 );
}

.gradient-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.gradient-blue {
	background: linear-gradient( 90deg, rgb( 86, 130, 160 ) 30%, rgba( 0, 39, 87, 0 ) );
}

/*
Extra Layout Classes
*/
.pad-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pad-sm {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pad-md {
	padding-top: 80px;
	padding-bottom: 80px;
}

.pad-lg {
	padding-top: 100px;
	padding-bottom: 100px;
}

.hide-bg-tablet {
	background-size: 50% !important;
}

.disabled {
	pointer-events: none !important;
}

.separator {
	height: 30px;
	width: 100%;
}

.v-align {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.z-index-1 {
	z-index: 1;
}

.overlay {
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.overflow-hidden {
	overflow: hidden;
}

.align-center {
	align-items: center;
}

.pl-0 {
	padding-left: 0;
}

.pr-0 {
	padding-right: 0;
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.ml-3, .mx-3 {
    margin-left: 0.5rem !important;
}

.mr-3, .mx-3 {
    margin-right: 0.5rem !important;
}

.mh-70 {
	min-height: 70%;
}

/*
Fancy Box
*/
.fancy-box {
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.fancybox-nav {
	width: 60px;
}

.fancybox-nav span {
	visibility: visible;
}

.fancybox-next {
	right: -60px;
}

/*
Navigation
*/
a.nav-link,
.navbar-light .navbar-nav a.nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav a.nav-link {
	color: #003C4E !important;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: "Poppins", Sans-serif;
	font-style: normal;
	font-weight: 600;
    text-transform: capitalize;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #003C4E;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color:#003C4E;
}

.navbar-toggler:focus {
    background-color: #003C4E;
    border-color: #003C4E;
}

.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active {
	background-color: transparent;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
	border-radius: 0 10px 10px 10px;
	background: #003C4E;
	margin-top: 0;
}

.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:hover {
	background: transparent;
}

.navbar-nav ul.dropdown-menu {
	border: none;
}

.navbar-nav li.menu-item-has-children a.dropdown-toggle.show {
	background: #003C4E !important;
	border-radius: 10px 10px 0 0;
}

.navbar-expand-md .navbar-nav .dropdown-menu a {
	color: #fff;
}

.nav-tabs .dropdown-item.active,
.nav-tabs .dropdown-item:active {
	background: #003C4E;
}

/*
Buttons
*/
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow:none;
}

.text-right a.btn {
	float: right;
}

.btn {
	padding: .375rem 1.75rem;
}

.btn-default {
	background: rgba( 0, 0, 0, 0.5 );
	color: #fff;
	border: 1px solid rgba( 255, 255, 255, 1 );
}

.btn-default:hover {
	background: rgba( 0, 0, 0, 0.3 );
	color: #fff;
	border: 1px solid rgba( 255, 255, 255, 1 );
}

.btn {
    border: 2px solid transparent;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    border-radius: 20px !important;
    min-width: 180px;
}

#manage-user-documents-table .btn {
	min-width: auto;
}

.btn-outline-primary {
    color: #003C4E;
    border-color: #003C4E;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #003C4E;
    border-color: #003C4E;
}

.btn-primary {
    color: #fff;
    background-color: #003C4E;
    border-color: #003C4E;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5C7683;
    border-color: #5C7683;
}

/*
Pagination
*/
ul.pagination li {
	list-style: none;
}

ul.pagination li a:hover,
ul.pagination li.active span {
	font-weight: bold;
	color: #17a2b8 !important;
}

/*
Carousels
*/
.multi-carousel .carousel-control-next,
.multi-carousel .carousel-control-prev {
	width: 30px;
	color: #003C4E;
	opacity: 1;
}

.multi-carousel .carousel-inner .carousel-item.active,
.multi-carousel .carousel-inner .carousel-item-next,
.multi-carousel .carousel-inner .carousel-item-prev {
    display: flex;
}

.multi-carousel-3-slide {
	max-width: 97%;
}

.multi-carousel-3-slide img.img-fluid {
	width: 33.33%;
	height: auto;
}

.multi-carousel-3-slide .carousel-control-next {
	right: -20px;
}

.lightslider li.image-background {
	background-position: center center;
}

@media (min-width: 768px) {

	.multi-carousel .carousel-inner .carousel-item-end.active,
    .multi-carousel  .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }

    .multi-carousel .carousel-inner .carousel-item-start.active,
    .multi-carousel .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }

	.multi-carousel .carousel-inner .carousel-item-end,
	.multi-carousel .carousel-inner .carousel-item-start {
	  transform: translateX(0);
	}

	#menu-main-menu li.menu-item:last-child a {
		padding-right: 0;
	}

	#menu-main-menu li.menu-item:first-child a {
		padding-left: 0;
	}

	ul.dropdown-menu li.menu-item a {
		padding: .25rem 1rem !important;
	}

	.pr-10 {
		padding-right: 10px;
	}

	.pr-20 {
		padding-right: 20px;
	}

	.pr-30 {
		padding-right: 30px;
	}

	.pr-40 {
		padding-right: 40px;
	}

	.pr-50 {
		padding-right: 50px;
	}

	.pl-10 {
		padding-left: 10px;
	}

	.pl-20 {
		padding-left: 20px;
	}

	.pl-30 {
		padding-left: 30px;
	}

	.pl-40 {
		padding-left: 40px;
	}

	.pl-50 {
		padding-left: 50px;
	}

}

@media (max-width: 767px) {

	.multi-carousel .carousel-inner .carousel-item > div {
        display: none;
    }
    .multi-carousel .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .multi-carousel-3-slide img.img-fluid {
		width: 50%;
		height: auto;
	}

	.navbar-collapse {
	    margin-top: 10px;
	}

	.hide-bg-tablet {
		background-image: none !important;
	}

	footer ul.menu {
		padding-left: 0 !important;
	}

	.pad-xs {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.pad-sm {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.pad-md {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.pad-lg {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width: 575px) {

	.order-xs-last {
		order: 6 !important;
	}

	h3.card-title {
		font-size: 3rem;
	}

	.lSAction > .lSPrev {
		left: 15px;
	}

	.lSAction > .lSNext {
		right: 15px;
	}
}

@media print {

	.collapse:not(.show) {
		display: block;
	}

	body {
		font-size: 12px;
	}

	.accordion-flush .accordion-item .accordion-button,
	.accordion-flush .accordion-collapse, .accordion-body {
		padding: 0;
	}

	.pad-md {
		padding: 0;
	}
}