/* [Master Stylesheet] */

/* ------------------------------------------------
:: Template Name: moqller - Creative Business Template
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com
:: Description: moqller - is a Creative Business Template. It's very clean, creative & beautiful. It's super responsive & ultra light.
:: Tags: Colorlib, App Landing, Apps, Responsive App Landing, Bootstrap 4, Free Theme, Free HTML Template, HTML5 Template etc.
:: Version: v1.0.0
:: Created: 01/02/2018
------------------------------------------------ */

/* Lighten up this style 05/27/2023 - Stephen */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');

@import 'css/bootstrap.min.css';
@import 'css/owl.carousel.min.css';
@import 'css/animate.css';
@import 'css/magnific-popup.css';
@import 'css/font-awesome.min.css';

/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */

* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}


h2,
h3,
h4,
h5,
h6 {
	color: #404551;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

h1.white {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

.breadCrumbContent h1.thankyou {
	color: #ffffff;
	font-size: 45px;
}

a,
a:hover,
a:focus,
a:active {
    font-weight: 700;
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* why make all li not have bullets ? */
li {
    /*list-style: none;*/
}

ul.list {
	text-align: center;
}

ul.list li {
	font-size: 1em;
	font-weight: normal;
	list-style: disc; 
	margin: 0 0 0 10%;
	text-align: left;
}

p {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.9;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ol.normal-list {
	color: #333;
	display: block;
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}

ol.normal-list li {
	color: #333;
	display: list-item;
	font-size: 15px;
	list-style-position: outside;
	padding-left: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_100_0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 0px;
}
  
.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

#preloader {
    overflow: hidden;
    background-color: #211b31;
    /* background-color: magenta; */
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.moqller-preloader {
    overflow: hidden;
    -webkit-animation: 3000ms linear 0s normal none infinite running moqller-preloader;
    animation: 3000ms linear 0s normal none infinite running moqller-preloader;
    background-color: transparent;
    border-color: #f1f2f3 #f1f2f3 #4a7aec;
    border-radius: 50%;
    border-style: solid;
    border-width: 4px;
    height: 50px;
    left: calc(50% - 25px);
    position: relative;
    top: calc(50% - 25px);
    width: 50px;
    z-index: 9;
}

@-webkit-keyframes moqller-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes moqller-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 30px;
    width: 40px;
    background: #4a7aec;     
    /* color: #fff; */
    color: #111;
    text-align: center;
    height: 40px;
    line-height: 38px;
    border-radius: 0;
    box-shadow: 2px 10px 8px rgba(0, 0, 0, 0.15);
}

.moqller-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.moqller-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.section-heading {
    margin-bottom: 100px;
}

.section-heading > p {
    font-weight: 700;
    color: #bec0cc;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-heading > h2 {
    font-size: 40px;
    margin: 0;
    font-weight: 900;
}

.section-heading > h5 {
    font-size: 22px;
    /* color: #abadbe; */
    color: #111;
    line-height: 1.8;
    font-weight: 500;
}

.moqller-btn {
    /* background-color: #4a7aec; */
    background-color: cyan;
    min-width: 150px;
    height: 40px;
    padding: 0 30px;
    border-radius: 70px;
    /* color: #fff; */
    color: #111;
    font-size: 14px;
    /* line-height: 54px; */
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.moqller-btn:hover {
    /* background-color: #1a3c8d; */
    background-color: red;
    color: #fff;
}

.bg-overlay,
.bg-overlay-white {
    position: relative;
    z-index: 1;
}

.bg-overlay:after,
.bg-overlay-white:after {
    background-color: rgba(33, 27, 49, 0.88);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    position: absolute;
}

.bg-overlay-white:after {
    background-color: rgba(231, 235, 246, 0.89);
}

.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* --------------------------
:: 2.0 Header Area CSS
-------------------------- */
#header-container {

  }
.header_area {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    padding: 0 15px;
    height: 120px;
    background-color: transparent;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
}

.menu_area {
    position: relative;
    z-index: 2;
}

.menu_area #nav .nav-link {
    color: #fff;
    color: #3C7BC2;
    display: block;
    font-size: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0 15px;
}

.menu_area .dropdown-menu.show {
    border: none;
    box-shadow: 3px 5px 12px rgba(0, 0, 0, 0.15);
}

.menu_area .dropdown-item {
    font-size: 14px;
    font-weight: 700;
    color: #9597a6;
}

/* primarily to fix p styling in few-words-text area */
.block {
	display: block;
	line-height: 1.5;
	padding-bottom: 15px;
}

.menu_area #nav .nav-link:hover,
.menu_area #nav .nav-item.active .nav-link,
.menu_area .dropdown-item:hover {
    color: #4a7aec;
}

.login-register-btn a {
    color: #4a7aec;
    display: inline-block;
    font-weight: 500;
}

.login-register-btn a:hover {
    color: #fff;
}

.search-button > a {
    margin: 0 80px;
}

.navbar-nav {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* Search Form CSS */

.search-form-area {
    width: auto;
    height: 50px;
    display: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.search-form-open .search-form-area {
    display: block !important;
}

.search-form-open .navbar-nav {
    display: none !important;
}

.search-form-area #search {
    width: 550px;
    height: 50px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    padding: 0 30px;
    color: #fff !important;
    font-size: 14px;
    background-color: transparent;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* Sticky CSS */

.header_area.sticky {
    /* background-color: #25499f; */
    /* background-color: #1c1c1c; */
    background-color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 999;
}

/* --------------------------
:: 3.0 Welcome Area CSS
-------------------------- */

.welcome_area {
	background: #1f2240; 
	background: linear-gradient(to bottom,  #1f2240 0%,#207cca 100%,#5069e8 100%);
	/* 
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
 	height: 900px; */
   	height: auto;
   	padding-bottom: 25px;
   	position: relative;
	z-index: 2;
}

.welcome_area_0 {
	background: #1f2240; 
	background: linear-gradient(to bottom,  #1f2240 0%,#207cca 100%,#5069e8 100%);
	/* 
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
 	height: 900px; */
   	height: auto;
   	padding-bottom: 0;
   	position: relative;
	z-index: 2;
}
.welcome_area_0 {
	background: #1f2240; 
	background: linear-gradient(to bottom,  #1f2240 0%,#207cca 100%,#5069e8 100%);
	/* 
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
 	height: 900px; */
   	height: auto;
   	padding-bottom: 0;
   	position: relative;
	z-index: 2;
}
.hero-slides {
    position: relative;
    z-index: 2;
}

.single-hero-slide {
    /* height: 900px; 
    height: 730px;*/
    height: 635px;
    width: 100%;
    position: relative;
    z-index: 1;
}

h5.reverse.bubble {
	border:2px solid rgba(31, 34, 64, .1);
	border-radius: 5px;
	margin: 0 15px;
	max-width: 1150px;
	padding: 20px;
}

.hero-slide-content h2 {
    font-size: 60px;
    margin-top: ;
}

.hero-slide-content h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.owl-stage-outer {
	/* border: 3px dashed cyan; */
}

.owl-stage-outer .owl-stage-outer {
	/* border: 3px dashed lime; */
}

.hero-slide-content .slide-img {
    color: #fff;
   	margin-top: 100px;
   	margin-bottom: 100px;
    font-weight: 400;
}

.hero-slides .owl-prev,
.hero-slides .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: rgba(255,255,255,.1);
    line-height: 60px;
    text-align: center;
    top: 35%;
    margin-top: -30px;
    left: 50px;
    border-radius: 50%;
    color: #a2baff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.hero-slides .owl-next {
    left: auto;
    right: 50px;
}

.hero-slides .owl-prev:hover,
.hero-slides .owl-next:hover {
    background-color: #4a7aec;
}

/* -------------------------
:: 4.0 Service Area
------------------------- */

.moqller-service-slides {
    position: relative;
    z-index: 1;
}

.single-service-area h2 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #bec0cc;
}

.moqller-service-slides .center .single-service-area h2,
.single-service-area:hover h2 {
    color: #4a7aec;
}

.single-service-area h4 {
    margin-bottom: 20px;
}

.moqller-service-slides .owl-prev,
.moqller-service-slides .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    line-height: 50px;
    text-align: center;
    top: 50%;
    margin-top: -100px;
    left: -45px;
    border-radius: 50%;
    color: #a2baff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.moqller-service-slides .owl-next {
    left: auto;
    right: -45px;
}

/* -------------------------
:: 5.0 Clients Area
------------------------- */

.clients-logo-area > a > img {
    max-width: 170px;
    height: auto;
}
/* -------------------------
:: 6.0 Features Area
------------------------- */

.moqller-features-area {
    background-color: #211b31;
    position: relative;
    z-index: 1;
}

.moqller-features-area-header {
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.moqller-features-area-header.section_padding_100 {
	padding-bottom: 0;
	padding-top: 150px;
}

.features-img > img {
    width: 40%;
    position: absolute;
    bottom: -30px;
    left: 30px;
    z-index: 9;
}

.moqller-features-area .section-heading {
    margin-bottom: 60px;
}

.moqller-features-area .section-heading h2 {
    color: #fff;
}

.barfiller {
    background: #f4f4f4;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #4a7aec;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -35px;
    padding: 2px 4px;
    font-size: 15px;
    color: #4a7aec;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: transparent;
    font-weight: 500;
}

.barfiller .tip:after {
    display: none;
}

.single_progress_bar p {
    margin-bottom: 10px;
}

/* -------------------------
:: 7.0 More Service Area
------------------------- */

.single-more-service-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 100px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
}

.single-more-service-area:hover {
    box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.1);
}

.more-service-content > img {
    margin-bottom: 40px;
}

.more-service-content > h4 {
    margin-bottom: 30px;
    text-transform: capitalize;
}

/* -------------------------
:: 8.0 Portfolio Area
------------------------- */

.portfolio-menu {
    margin-bottom: 100px;
    margin-top: -10px;
}

.portfolio-menu > p {
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
}

.portfolio-menu > p:hover {
    color: #4a7aec;
}

.single_gallery_item {
    width: 25%;
    display: inline-block;
    float: left;
    z-index: 3;
    position: relative;
    overflow: hidden
}

.single_gallery_item > img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_gallery_item:hover > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /></filter></svg>#filter');
    -webkit-filter: blur(8px);
    filter: blur(8px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=8);
}

.gallery-hover-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    background-color: rgba(74, 122, 236, 0.85);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_gallery_item:hover .gallery-hover-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.port-hover-text h4 {
    color: #fff;
    margin-bottom: 10px;
}

.port-hover-text > a {
    color: #fff;
    font-size: 15px;
}

/* -------------------------
:: 9.0 Workflow Area
------------------------- */

.workflow-img {
    position: relative;
    z-index: -10;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-workflow-area > h2 {
    font-size: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47px;
    flex: 0 0 47px;
    width: 47px!important;
    height: 47px!important;
    text-align: center;
    background-color: #f3f5f9;
    line-height: 47px;
    border-radius: 50%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.workflow-content h4 {
    margin-bottom: 30px;
}

.single-workflow-area:hover h2 {
    background-color: #4a7aec;
    color: #fff;
}

.workflow-slides-area {
    position: relative;
    z-index: 99;
    top: -100px;
}

.moqller-workflow-slides .owl-dots {
    margin-top: 60px;
    text-align: center;
}

.moqller-workflow-slides .owl-dot {
    background-color: #daddeb;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    display: inline-block;
}

.moqller-workflow-slides .owl-dot.active {
    background-color: #4a7aec;
}

/* -------------------------
:: 10.0 CTA Area
------------------------- */

.moqller-call-to-action-area {
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.cta-content .section-heading {
    margin-bottom: 0;
}

.cta-content .section-heading h2 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 44px;
}

/* -------------------------
:: 11.0 FAQ Area
------------------------- */

.panel {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0px;
}

.single-accordion h6 a {
    background-color: #4a7aec;
    border-radius: 0;
    color: #fff;
    display: block;
    margin: 0;
    font-weight: 400;
    padding: 15px 15px 15px 60px;
    position: relative;
    font-size: 15px;
    text-transform: capitalize;
}

.single-accordion h6 a.collapsed {
    background-color: #4a7aec;
    color: #fff;
}

.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    left: 20px;
    text-align: center;
    top: 17px;
}

.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

.single-accordion .accordion-content p {
    padding: 10px 15px 0;
    margin-bottom: 10px;
}

/* --------------------------
:: 12.0 Footer Area CSS
-------------------------- */

.footer-area {
    position: relative;
    z-index: 1;
    background-color: #211b31;
}

.single-footer-widget h5 {
    color: #fff;
    margin-bottom: 50px;
}

.single-footer-widget ul > li > a {
    color: rgba(226, 219, 243, 0.30);
    margin-bottom: 10px!important;
    display: block;
    font-weight: 500;
}

.single-footer-widget ul > li > a:last-child {
    margin-bottom: 0;
}

.single-footer-widget ul > li > a:hover {
    color: #ffffff;
}

.copyright-text {
    display: block;
    width: 60%;
    /*width: 100%*/
}

.copyright-text > p {
	display: block;
	font-size: 13px;
    margin-bottom: 0;
    width: 100%;
    
}

.footer-social-info > a {
    color: #abadbe;
    padding: 0 15px;
    display: inline-block;
    font-size: 13px;
}

.footer-social-info > a:hover {
    color: #fff;
}

.copyright-text > p a {
	cursor: pointer;
	display: inline-block;
	float:right;
	font-size: 13px;
}

.footer-single--blog-post {
    margin-bottom: 30px;
}

.footer-single--blog-post:last-child {
    margin-bottom: 0;
}

.footer-single--blog-post .blog-post-date > p {
    font-size: 12px;
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-single--blog-post .blog-post-title > h6 {
    /*color: #007bff;*/
    color: white;
    
    font-size: 14px;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-single--blog-post .blog-post-title > p:hover,
.footer-single--blog-post .blog-post-title > h6:hover {
    /*color: #4a7aec;*/
    color: gray;
}

.footer-single-contact-info .contact-icon {
    margin-right: 15px;
}

.footer-bottom-area {
    background-color: #191426;
    height: 60px;
}
.footer-nav{
    margin-left:10px;
    
}
.footer-nav > li {
    list-style: none;
}


.blogPost{
    color:white;
    margin-bottom: 10px;
}



/* --------------------
:: 13.0 Breadcumb CSS
-------------------- */

.moqller-breadcumb-area {
	/*I do not like this forced height. This is lame 
	border:2px dashed magenta;*/
   /* 
 height: 500px;
    width: 100%;
    position: relative;
    z-index: 1;
 */
}

/*  hacktacular */
.moqller-breadcumb-area {
    background: #1f2240;
    background: linear-gradient(to bottom, #1f2240 0%,#207cca 100%,#5069e8 100%);
    height: auto;
    padding-bottom: 25px;
    padding-top: 150px;ƒ
    position: relative;
    z-index: 2;
}


.breadCrumbContent h2 {
    /* color: #fff; */
    font-size: 60px;
}

.breadCrumbContent h1 {
	/* color: #fff; */
    font-size: 60px;
}

.breadCrumbContent .breadcrumb {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-top: 10px;
}

.breadCrumbContent .breadcrumb-item a,
.breadCrumbContent .breadcrumb-item {
    /* color: #fff; */
    color: 
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* -----------------------
:: 14.0 About Us CSS
----------------------- */

.few-words-from-ceo {
    overflow-x: hidden;
}

.moqller-about-us-content .section-heading {
    margin-bottom: 50px;
}

.few-words-contents,
.few-words-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    /* height: 770px; */
    height: 870px;
}

.few-words-contents {
    background-color: #211b31;
}

.few-words-text .section-heading {
    margin-bottom: 50px;
}

.few-words-text .section-heading h2 {
    color: #fff;
}

.few-words-text > p {
    margin-bottom: 0;
}

.ceo-meta-data .ceo-thumb {
    width: 52px;
    height: 52px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    border-radius: 50%;
    margin-right: 20px;
}

.ceo-meta-data .ceo-name h6 {
    color: #fff;
    margin-bottom: 10px;
    line-height: 1;
}

.ceo-meta-data .ceo-name p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 12px;
    font-weight: 700;
}

/* -------------------------
:: 15.0 Services Area CSS
------------------------- */

.services-content-area {
    position: relative;
    z-index: 98;
    padding: 100px 0 200px 0;
}

.services-text h2 {
    font-size: 55px;
    margin-bottom: 50px;
}

.services-text p {
    line-height: 2;
    margin-bottom: 50px;
}

.moqller-service-area.smaller-slider {
	/* border:3px solid orange; */
	margin-top: 170px;
	padding-bottom: 25px;
}
/* -------------------------
:: 16.0 Team Member Area
------------------------- */

.team-thumbnail {
    width: 189px;
    height: 189px;
    border-radius: 50%;
    margin: 0 auto 50px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.team-thumbnail:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(74, 122, 236, 0.75);
    z-index: 2;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.team-thumbnail > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.team-meta-info {
    margin-bottom: 50px;
}

.team-meta-info h4 {
    line-height: 1;
    margin-bottom: 10px;
}

.team-meta-info span {
    font-size: 12px;
    font-weight: 900;
    color: #abadbe;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 35px;
    display: block;
    -webkit-transition-duration: 10000ms;
    transition-duration: 10000ms;
}

.team-meta-info p {
	color: #abadbe;
}

.team-social-info {
    margin-top: 30px;
}

.team-social-info > a {
    font-size: 13px;
    color: #abadbe;
    display: inline-block;
    padding: 0 15px;
}

.single-team-slide:hover .team-meta-info span,
.team-social-info > a:hover {
    color: #4a7aec;
}

.single-team-slide:hover .team-thumbnail:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.moqller-team-slides {
    position: relative;
    z-index: 2;
}

.moqller-team-slides .owl-prev,
.moqller-team-slides .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    line-height: 60px;
    text-align: center;
    top: 21%;
    margin-top: -30px;
    left: -25px;
    border-radius: 50%;
    color: #a2baff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.moqller-team-slides .owl-next {
    left: auto;
    right: -25px;
}

.moqller-subscribe-newsletter-area {
    background-attachment: fixed;
}

.subscribe-newsletter-content p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.subscribe-newsletter-content h2 {
    font-size: 44px;
    margin-bottom: 30px;
}

.subscribe-newsletter-content form {
    position: relative;
    z-index: 1;
}

.subscribe-newsletter-content form > input {
    width: 60%;
    height: 55px;
    border-radius: 70px;
    border: none;
    padding: 0 30px;
    font-style: italic;
    font-size: 14px;
    color: #abadbe;
}

.subscribe-newsletter-content form > button {
    width: 150px;
    height: 55px;
    border-radius: 0 70px 70px 0;
    border: none;
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
    background-color: #4a7aec;
    position: absolute;
    right: 20%;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    top: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.subscribe-newsletter-content form > button:hover {
    color: #fff;
    background-color: rgb(16, 54, 145);
}

/* -------------------------
:: 17.0 Clients Area
------------------------- */

.moqller-clients-testimonials-area {
    background-color: #211b31;
    position: relative;
    z-index: 1;
}

.moqller-clients-testimonials-area .section-heading h2 {
    color: #fff;
}

.testimonial-content span {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
}

.testimonial-content p {
    margin-bottom: 0;
}

.testimonials-meta .testimonial-thumb {
    width: 52px;
    height: 52px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 3px solid #211b31;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.testimonials-meta > h6 {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.testimonials-meta > p {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
}

.testimonials-slides {
    position: relative;
    z-index: 1;
}

.testimonials-slides:before {
    position: absolute;
    width: 33.33333%;
    text-align: center;
    content: "Previous";
    top: 0;
    left: 0;
    z-index: -5;
    height: 100%;
    color: #fff;
}

.testimonials-slides:after {
    position: absolute;
    width: 33.33333%;
    text-align: center;
    content: "Next";
    top: 0;
    right: 0;
    z-index: -5;
    height: 100%;
    color: #fff;
}

.testimonials-slides .owl-prev,
.testimonials-slides .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    line-height: 60px;
    text-align: center;
    top: 21%;
    margin-top: -30px;
    left: -30px;
    border-radius: 50%;
    color: #a2baff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.testimonials-slides .owl-next {
    left: auto;
    right: -30px;
}

.testimonials-slides .single-testimonial-area .testimonial-content {
    display: none;
}

.testimonials-slides .center .single-testimonial-area .testimonial-content {
    display: block;
}

.single-testimonial-area:hover .testimonials-meta > h6,
.testimonials-slides .center .single-testimonial-area .testimonials-meta > h6 {
    color: #fff;
}

.single-testimonial-area:hover .testimonials-meta .testimonial-thumb {
    border: 3px solid #4a7aec;
}

/* Sonar CSS */

.testimonial-thumb:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 50%;
    top: 3px;
    left: 3px;
    -webkit-animation: sonar-effect 1s ease-in-out 0s infinite;
    animation: sonar-effect 1s ease-in-out 0s infinite;
    z-index: -1
}

.testimonials-slides .center .testimonial-thumb:before {
    display: none;
}

@-webkit-keyframes sonar-effect {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 3px #4a7aec, 0 0 5px 5px #4a7aec, 0 0 0 5px #4a7aec;
    }
    100% {
        box-shadow: 0 0 0 3px #4a7aec, 0 0 5px 5px #4a7aec, 0 0 0 5px #4a7aec;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


@keyframes sonar-effect {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 3px #4a7aec, 0 0 5px 5px #4a7aec, 0 0 0 5px #4a7aec;
    }
    100% {
        box-shadow: 0 0 0 3px #4a7aec, 0 0 5px 5px #4a7aec, 0 0 0 5px #4a7aec;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.moqller-cool-facts-area.service-page {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 500px;
}

.moqller-cool-facts-area.service-page .counter-area h3,
.moqller-cool-facts-area.service-page .cool-facts-content p {
    color: #fff;
}

.skills-text > p {
    padding-right: 30px;
}

.skills-text > p:last-child {
    padding-right: 0;
}

/* -----------------------
:: 18.0 Blog Area CSS
----------------------- */

.blog-area {
    position: relative;
    z-index: 5;
}

.single-blog {
    margin-bottom: 100px;
}

.single-blog .blog-post-thumb {
    margin-bottom: 40px;
}

.single-blog h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.post-meta {
    margin-bottom: 10px;
}

.post-meta h6 {
    color: #b1b3c3;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 12px;
}

.post-meta h6 a {
    color: #b1b3c3;
    display: inline-block;
    margin-right: 5px;
}

.post-meta h6 a:hover {
    color: #4a7aec;
}

.single-blog > a {
    color: #6270ff;
    font-size: 14px;
    text-transform: uppercase;
}

.single-blog p {
    margin-bottom: 40px;
}

.moqller-pagination-area .page-link {
    padding: 0;
    line-height: 42px;
    color: #007bff;
    border: none;
    border-radius: 0;
    width: 42px;
    height: 42px;
    font-size: 14px;
    text-align: center;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    margin-left: 0;
    border-radius: 0;
}

.blog-post-search-widget form {
    position: relative;
    z-index: 1;
}

.blog-post-search-widget form > input {
    width: 100%;
    height: 50px;
    border-top: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-bottom: 2px solid #e6e7f4;
}

.blog-post-search-widget form > button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.blog-post-archives > h5,
.blog-post-categories > h5,
.latest-blog-posts > h5,
.instagram-feeds > h5 {
    font-size: 18px;
    margin-bottom: 30px;
}

.blog-post-archives ul > li > a,
.blog-post-categories ul > li > a {
    color: #abadbe;
    font-size: 15px;
    display: block;
    padding: 5px 0;
    font-weight: 500;
}

.latest-blog-post-content h6 > a {
    color: #404551;
}

.latest-blog-post-content h6 > a:hover,
.blog-post-archives ul > li > a:hover,
.blog-post-categories ul > li > a:hover {
    color: #4a7aec; 

   
    
}

.single-latest-blog-post {
    margin-bottom: 20px;
}

.latest-blog-post-thumb {
    width: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 20px;
}

.instagram-feeds ul > li {
    width: calc(33.3333333% - 8px);
    margin: 4px;
    display: inline-block;
    float: left;
}

/* ----------------------
:: 19.0 Contact Page CSS
---------------------- */

.contact-form-area h2,
.contact-information h2 {
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 900;
}

.contact-form-area .form-control {
    font-size: 16px;
    color: #333;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ebebeb;
    border-radius: 0;
    height: 50px;
    margin-bottom: 10px;
    padding: 15px;
    font-style: italic;
}

.contact-form-area .form-control:hover,
.contact-form-area .form-control:focus {
    box-shadow: none;
}

.contact-form-area textarea.form-control {
	color: #333;
    height: 140px;
}

.contact-social-info > a {
    color: #cbcddc;
    padding: 0 10px;
    display: inline-block;
}

.contact-social-info > a:hover {
    color: #4a7aec;
}

#googleMap {
    width: 100%;
    height: 680px;
}

/* ----------------------
:: 20.0 Glossary Page CSS
---------------------- */
#anchor-row{
    
}
#anchor{
    padding:0;
}

#anchor text {
     margin-left: 0.6em;
     margin-right: 0.6em;
     margin-top: 2.5em;
}



#anchor li{
     margin-top: 2.5em;
}

#anchor .col-0{
    margin-right:1em;
}
.col-0{
    
}

.definition-list {
    margin-top: 40px;
}

.definition-list > dt {
    margin-bottom: 5px;
}

.definition-list > dd {
    margin-bottom: 50px;
}



/* -----------------------
:: 21.0 Elements Area CSS
----------------------- */

.elements-title h2 {
    margin-bottom: 60px;
    font-size: 24px;
}

.moqller-btn.moqller-btn-2 {
    border: 2px solid #4a7aec;
    color: #404551;
    background-color: #fff;
}

.moqller-btn.moqller-btn-2:hover,
.moqller-btn.moqller-btn-2:focus {
    border: 2px solid #4a7aec;
    color: #fff;
    background-color: #4a7aec;
}

.moqller-btn.moqller-btn-3 {
    border: none;
    color: #404551;
    background-color: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

.moqller-btn.moqller-btn-3:hover,
.moqller-btn.moqller-btn-3:focus {
    color: #fff;
    background-color: #4a7aec;
}

.moqller-cool-facts-area {
    width: 100%;
}

.moqller-cool-facts-area .counter-area > h3 {
    color: #4a7aec;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}

.moqller-cool-facts-area .cool-facts-content > p {
    color: #292d4f;
}
.centerIMG{
  
  display: block;
  margin-left: auto;
  margin-right: auto;
  

}

/* --------------------------------
============= The End =============
---------------------------------*/

/* additional styling */

#logo {
	display:inline-block;
	height: auto;
	margin-bottom: 6px;
	position: relative;
	width: auto;
}

#logo svg.svg-moqller-logo {
	width: 280px;
}

.footer-area svg.svg-moqller-logo {
	width: 240px;
}

.navbar-brand {
	height: 75px; /* Safari is siphering a different height */
	padding-bottom: 0;
	padding-top: 0;	
}

.navbar-brand:after {
	background: transparent;
	color: #fff;
	content: '™';
	display: block;
	font-size: 16px;
	position: absolute;
	top: 10px;
    right: 10px;
}

.footer-area .navbar-brand {
	padding-bottom:0;
	margin-bottom:0;
}

.footer-area p {
	font-style: italic;
	font-weight: normal;
}


#logo-subhead {
	color: #fff;
	display: block;
	font-size: 13px;
	margin: -24px 0 14px 70px;
	white-space: nowrap;
}

/* 
#logo-subhead .logo-subhead-home,
#logo-subhead .logo-subhead-aboutus,
#logo-subhead .logo-subhead-services,
#logo-subhead .logo-subhead-videos,
#logo-subhead .logo-subhead-contact,
#logo-subhead .logo-subhead-policy,
#logo-subhead .logo-subhead-sitemap,
#logo-subhead .logo-subhead-glossary,
#logo-subhead .logo-subhead-faq,
#logo-subhead .logo-subhead-search,
#footer-content-home,
#footer-content-aboutus,
#footer-content-services,
#footer-content-videos,
#footer-content-contact,
#footer-content-policy,
#footer-content-sitemap,
#footer-content-glossary,
#footer-content-faq,
#footer-content-search {
	display:none;
}
 */

/* 
#home #logo-subhead .logo-subhead-home,
#aboutus #logo-subhead .logo-subhead-aboutus,
#services #logo-subhead .logo-subhead-services,
#videos #logo-subhead .logo-subhead-videos,
#contact #logo-subhead .logo-subhead-contact,
#policy #logo-subhead .logo-subhead-policy,
#sitemap #logo-subhead .logo-subhead-sitemap,
#glossary #logo-subhead .logo-subhead-glossary,
#faq #logo-subhead .logo-subhead-faq,
#search #logo-subhead .logo-subhead-search {
	color: white;
	display: block;
}
 */

/* 
#home #footer-content-home,
#aboutus #footer-content-aboutus,
#services #footer-content-services,
#videos #footer-content-videos,
#contact #footer-content-contact,
#policy #footer-content-policy,
#sitemap #footer-content-sitemap,
#glossary #footer-content-glossary,
#faq #footer-content-faq,
#search #footer-content-search {
	display: block;
}
 */

#home .menu_area #nav .nav-item .nav-link {
    /* color: #ffffff; */
	color: #3C7BC2;
}

#home .menu_area #nav .nav-item.home .nav-link,
#aboutus .menu_area #nav .nav-item.about .nav-link,
#contact .menu_area #nav .nav-item.contact .nav-link,
#services .menu_area #nav .nav-item.services .nav-link,
#blog .menu_area #nav .nav-item.blog .nav-link,
#videos .menu_area #nav .nav-item.videos .nav-link {
	cursor: pointer;
	color: #4a7aec
}


/*helper classes */
.white, .reverse {
	color: #ffffff;
}

.normal {
	color: #333;
	font-weight: normal;
}
	
h2.reverse {
	margin-top: 45px;
}

/*recipher this*/
p.white {
	font-size: 18px;
}

.normal-text {
	color: #333;
}

/*first slide - warehouse */
.slide-img-wrapper {
	/* border:2px dashed red; */
	background-image: url('img/open-source-photos/small/excess-electronic-component-warehouse.jpg');
  	background-position: center;
  	background-size: cover;
  	border-radius: 4px;
  	display: block;
  	/* height: 600px; 
  	height: 500px;*/
  	height: 450px;
  	margin: 0 auto 90px auto;
  	position: relative;
  	/* width: 1080px; */
  	width: 730px;
}

/*second slide - no moq */
.slide-img-wrapper.two {
  background-image: url('img/open-source-photos/no-moq.png');
}

/*third slide - shaking hands */
.slide-img-wrapper.three {
  background-image: url('img/open-source-photos/small/shaking-hands-small.jpg');
}

/*fourth slide - circuit board */
.slide-img-wrapper.four {
  background-image: url('img/open-source-photos/small/electronic-circuit-board-closeup.jpg');
}

/*fifth slide - electronic component */
.slide-img-wrapper.five {
  background-image: url('img/open-source-photos/small/privacy-and-confidentiality-2.jpg');/* Was not open source. Had to replace with the current image I made on a walk. Would like to redo. */
}

/*six slide - privacy */
.slide-img-wrapper.six {
  background-image: url('img/open-source-photos/small/electronic-component.jpg'); 
}

.slide-img-wrapper:after {
	border-radius: 4px;
	box-shadow: inset 0px 0px 150px black, 2px 0px 18px -4px rgba(0,0,0,0.75);;
  	content: '';
  	height: 450px;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
  	width: 730px;
}

.single_gallery_item:after {
	box-shadow: inset 0px 0px 50px rgba(0,0,0,0.25), 2px 0px 18px -4px rgba(0,0,0,0.75);
	content: '';
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
}


.hero-slide-content h5 {
	margin: inherit auto;
	text-align: left;
}

.hero-slide-content h2 {
	font-size: 50px;
	line-height: 1.2;
	margin-top: -65px;
}

.moqller-features-area h2.reverse {
	position: relative;
}

.mybigborder {
	/*border:2px dashed orange !important;*/
}

.single-service-area h2 {
	margin-top: 15px;
}

.hero-slide-content h5.white {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 0;
}
/*is this getting cached?*/

.bubble .btn,
.bubble .btn:hover,
.bubble .btn:active {
	border: 1px solid #fff;
	border-radius: 3px;
	background: transparent;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 15px auto 0 auto;
	text-decoration: none;
	width: 130px;
}

.bubble .btn:hover,
.bubble .btn:active {
	box-shadow: inset 0 0 10px rgba(255,255,255, 0.2), 0 0 10px rgba(255,255,255, 0.2) ;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.icons {
	color: #fff;
	font-size: 5em;
	line-height: 2.0;
	margin: 0 auto;
}
.icons.anchor {
	color: rgb(159,188,228);
	font-size: 5em;
	line-height: 1.0;
	margin: 0 auto;
	text-align: center;

}

.icons.normal {
	color: rgb(159,188,228);
	font-size: 5em;
	line-height: 1.0;
	margin: 0 auto;
	text-align: center;
}
.icons.large {
	color: rgb(159,188,228);
	font-size: 10em;
	line-height: 1.0;
	margin: 0 auto;
	text-align: center;
}
.icons.about-us {
	color: rgb(159,188,228);
	/* color: rgb(83,124,229); */
	font-size: 8em;
	line-height: normal;
	margin: 0 auto;
}

.relative {
	position: relative;
}

.features-content {
	padding: 0 15px;
}

/* 32,20,16 */
.features-content h2 {
	font-size:24px;
}

.features-content h5 {
	font-size:16px;
}

.features-content li {
	font-size:14px;
}
/* hacktacular to fix padding on Chrome for Windows 10 */
body#videos.modal-open,
body#videos {
	padding-right: 0 !important;
}

.svg-wrapper {
    margin: 0 auto 25px;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: -2;
}

.blog-posts-sitemap,
.blog-posts {
    list-style: none;
    margin:0;
    padding:0;
}

#blog-posts-sitemap li,
#blog-posts {
    list-style:none;
    margin:0;
    padding:0;
}


/*modifier class*/
.row.top-row-buffer { margin-top:30px; }

@media screen and (max-width: 575px) {
    #anchor {
        padding: 30px;
      }
    #anchor text{
        margin-left: 0.4em;
        margin-right: 0.4em;
        margin-top: 2.5em;
      }
    #header-container {
        display: center;
        text-align:center;
    }
    #anchor-row{
        display:block;
    }
    .col-0{
        display:block;
        position:relative;
    }
    .few-words-text .section-heading {
        padding:30px;
        margin-bottom: 0px;
    }
    .container p{
        font-size:20px;
    }
      

}
ul.plain-list {
    list-style:none;
    margin-top: 0 !important;
    padding-top:0;
    text-align:left;
}
ul.plain-list li {
    
    text-align:left;
}

h5.h5-nomargin {
    margin-bottom:5px !important;
    margin-top: 15px;
    padding-bottom:0 !important;
}

p.normal-text {
    text-transform: none;
}

hr {
    height :1px;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    background-color: #F5F5F5;
}

.info-box{
    box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, .5);
    height: 150px;
    
}


/* Customize color palete to make light and airy */
.prim {color: #1c1c1c}
.second {color: #1c1c1c}
.tert {color: #1c1c1c}
.quad {color: #1c1c1c}
.quin {color: #1c1c1c}
.bright {color: #1c1c1c}

/* should make color variables, but for now ... */
/* section.prim {background-color: #1c1c1c !important;}
section.second {background-color: #daddd8!important;}color: #1c1c1c;
section.tert {background-color: #ecebe4!important;color: #1c1c1c;}
section.quad {background-color: #eef0f2!important;color: #1c1c1c;}
section.quin {background-color: #fafaff!important;color: #1c1c1c;} */

/* Setting fade transition and default settings */
body {
    color: #000;
    background-color: #f4f4f4;
    transition: background-color 1s ease;
    }

    /* panel styles */
    section {
    /* min height incase content is higher than window height */
    /* min-height: 100vh; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: sans-serif;
    /* outline: 10px solid hotpink; */
    /* turn above on to see the edge of panels */
    }

    /* colours */
    .color-violet {
    background-color: #fafaff;
    }
    .color-indigo {
    background-color: #daddd8;
    }
    .color-blue {
    background-color: #ecebe4;
    }
    .color-green {
    background-color: #eef0f2;
    }
    .color-yellow {
    background-color: #fafaff;
    }
    .color-orange {
    background-color: #ecebe4;
    }
    .color-red {
    background-color: #daddd8;
    }

    .box {
        border:1px solid lightgray;
        font-size: 1.5em;
        font-weight:bold;
    }



