body {
  background-color: #f9f9f9;
}

/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */

/*html,*/
/*body,*/
/*.view {*/
/*  height: 100%;*/
/*}*/

/*@media (max-width: 740px) {*/
/*  .full-page-intro {*/
/*    height: 1000px;*/
/*  }*/
/*}*/

/* Half Page Carousel itself*/
/*.carousel {*/
/*  height: 50%;*/
/*}*/

/*.carousel .carousel-inner {*/
/*  height: 100%;*/
/*}*/

/*.carousel .carousel-inner .carousel-item,*/
/*.carousel .carousel-inner .active {*/
/*  height: 100%;*/
/*}*/

/* Adjustment for mobile devices*/
/*@media (max-width: 776px) {*/
/*  .carousel {*/
/*    height: 100%;*/
/*  }*/
/*}*/

/* CAROUSEL HEIGHT ADJUSTMENT AT SCREEN SIZES */
/*html,*/
/*body,*/
/*header,*/
/*.carousel {*/
/*  height: 70vh;*/
/*}*/

/*@media (max-width: 740px) {*/

/*  html,*/
/*  body,*/
/*  header,*/
/*  .carousel {*/
/*    height: 100vh;*/
/*  }*/
/*}*/

/*@media (min-width: 800px) and (max-width: 850px) {*/

/*  html,*/
/*  body,*/
/*  header,*/
/*  .carousel {*/
/*    height: 100vh;*/
/*  }*/
/*}*/

/* ./CAROUSEL HEIGHT ADJUSTMENT AT SCREEN SIZES */

/* Navbar animation */
.navbar {
  background-color: rgba(16, 63, 109, 1);
}

/* .dropdown-menu > a{
  color: #000 !important;
  background-color: transparent !important;
}

.dropdown-menu > a:active,
.dropdown-menu > a:hover {
  color: white !important;
  background-color: rgba(16, 63, 109, 0.95) !important;
  box-shadow: none !important;
}

.dropdown-item:hover{
  background-color: red;
  border-radius: 0;
} */


.dropdown-item {
  color: #000;
  background-color: transparent !important;
  border: none !important;
}

.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
  color: white !important;
  background-color: rgba(16, 63, 109, 0.95) !important;
  /* background-image: none !important; */
  box-shadow: none !important;
  border: none !important;
}


.etl-megamenu-item>li>a:hover {
  color: white !important;
  background-color: rgba(16, 63, 109, 0.95) !important;
  background-image: none;
}

/* ul.etl-megamenu-item li>a:hover,
ul.etl-megamenu-item li>a:active {
    color: white;
    background: rgba(16, 63, 109, 0.95);
} */

.nav-item {
  font-variant: small-caps;
}

.top-nav-collapse {
  background-color: rgba(16, 63, 109, 1);
}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: rgba(16, 63, 109, 1);
  }
}

/* Footer color for sake of consistency with Navbar */
@media only screen and (max-width: 768px) {
  .page-footer {
    /* background-color: rgba(16, 63, 109, 1); */
    background-image: none;
    background-color: #1c2331;
  }
}

@media only screen and (min-width: 768.9999px) {
  .page-footer {
    /* background-color: rgba(16, 63, 109, 1); */
    background-image: url(../img/everpraise-logo7.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-color: #1c2331;
    background-size: auto 100%;
  }
}

.navbar-white {
  background-color: #f9f9f9;
}

/* *************Animated Navbar Toggler****** */
/* Icon 1 */

/* .animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 25px;
  height: 16.67px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #e3f2fd;
}

.animated-icon1 span:hover {
  background: rgba(227, 242, 253, 0.5);
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
 */

/* Icon 2*/

/* .animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
} */

/* Icon 4 */

/* .animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
} */

/* ************* .Animated Navbar Toggler****** */

.animated-icon1,
.animated-icon2,
.animated-icon3,
.animated-icon12 {
  width: 25px;
  height: 16.67px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span,
.animated-icon12 span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  /* background: #e3f2fd; */
  background: rgba(0, 0, 0, 1);
}

.animated-icon12 span {
  background: #e3f2fd;
}

.animated-icon1 span:hover {
  /* background: rgba(227, 242, 253, 0.5); */
  background: rgba(0, 0, 0, 0.5);
}

.animated-icon12 span:hover {
  background: rgba(227, 242, 253, 0.5);
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1),
.animated-icon12 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2),
.animated-icon12 span:nth-child(2) {
  top: 8px;
}

.animated-icon1 span:nth-child(3),
.animated-icon12 span:nth-child(3) {
  top: 16px;
}

.animated-icon1.open span:nth-child(1),
.animated-icon12.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2),
.animated-icon12.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3),
.animated-icon12.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*
*
* ==========================================
* MEGAMENU CUSTOM UTIL CLASSES
* ==========================================
*
*/

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}

/* @media (max-width: 1024px) {

      .navbar,
      .mega-dropdown,
      .dropdown-menu,
      .megamenu {
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
      }
    } */

/***********CUSTOM STYLE**********/
/* .footer-sitemap {
  background: rgba(16, 63, 109, 1);
  height: auto;
}

.everp-sitemap {
  border-left: 2px solid #ffffff;
} */

/*********** /.CUSTOM STYLE**********/

/* ******FOOTER**** */
.footer-link {
  font-variant: small-caps;
  font-size: smaller;
  font-weight: 300;
}

.footer-link-heading {
  font-variant: small-caps;
  font-weight: 300;
}

.footer-link li a:hover,
.footer-link li a:active {
  text-decoration: underline !important;
}

/* **** ./FOOTER**** */

/* ************ACCORDION2******** */
.etl-accordion {
  background-color: rgba(16, 63, 109, 1);
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.etl-accordion:hover {
  background-color: rgba(16, 63, 109, 0.8);
}

.etl-active {
  background-color: rgba(16, 63, 109, 1);
  color: #fff;
  font-weight: bold;
}

.etl-open-accordion {
  color: rgba(16, 63, 109, 1);
  font-weight: bold;
}

.etl-accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.etl-active:after {
  content: "\2212";
}

.etl-panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* ************ACCORDION2-END******** */

/**************CAROUSEL***********  */
.etl-carousel-content {
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.75);
}

.etl-carousel-font {
  font-size: 4vw;
}

/**************CAROUSEL-END*******  */


/************UTILITY-STYLES******************  */
.btn{
    padding: .7rem .7rem;
}

.etl-carousel-caption {
  font-size: 3.33vw;
  font-weight: 700;
}

.carousel-button{
    font-size: 1.5vw;
}

.etl-subtitle {
  color: rgba(16, 63, 109, 1);
}

.etl-blue-button {
  background: rgba(16, 63, 109, 1) !important;
  color: #fff;
}

.etl-blue-button:hover,
.etl-blue-button:active {
  color: #fff;
  background: rgba(16, 63, 109, 0.8);
}

.etl-small-caps1 {
  font-variant: small-caps;
  font-size: small;
  font-weight: 300;
}

.etl-small-caps2 {
  font-variant: small-caps;
  font-size: small;
  font-weight: 400;
}

.etl-no-shadow {
  box-shadow: none;
}

.etl-icon {
  color: rgba(16, 63, 109, 1);
}

.about-etl {
  font-size: 0.95em;
}

/* @media (min-width: 992px) {
  .etl-pic-caption {
    position: absolute;
    right: -10em;
    bottom: -2em;
    background-color: #f9f9f9;
    width: 40%;
    padding: 2em;
  }
} */

/* // Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

/* // Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 992px) {
  div.etl-pic-caption-right {
    position: absolute;
    right: -10em;
    bottom: -2em;
    background-color: #f9f9f9;
    width: 40%;
    padding: 2em;
  }
}

@media screen and (max-width: 991.99px) {
  div.etl-pic-caption-right {
    position: relative;
    right: auto;
    left: auto;
    top: 1em;
    background-color: #f9f9f9;
    width: 100%;
    padding: 1em;
  }
}

@media screen and (min-width: 992px) {
  div.etl-pic-caption-left {
    position: absolute;
    left: -10em;
    bottom: -2em;
    background-color: #f9f9f9;
    width: 40%;
    padding: 2em;
  }
}

@media screen and (max-width: 991.99px) {
  div.etl-pic-caption-left {
    position: relative;
    left: auto;
    left: auto;
    top: 1em;
    background-color: #f9f9f9;
    width: 100%;
    padding: 1em;
  }
}

.video-fluid {
  width: 100%;
  height: auto;
}

/* Preloader */

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/everpraise-logo4.svg) no-repeat 50% 40%, url(../img/preloader4.gif) no-repeat 50% 75% #fff;
}

.services-caption{
  font-size: 3.33vw;
  font-weight: 200;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 0.5em;
  right: 0.5em;
  display: none;
  background-color: rgba(255,0,0,0.5);
}

.back-to-top:hover,
.back-to-top:active{
  background-color: rgba(255,0,0,1);
}

/* Preloader */

/* // Large devices (desktops, 992px and up) */
/* @media screen and (min-width: 992px) {
  div.etl-pic-caption {
    position: absolute;
    right: -10em;
    bottom: -2em;
    background-color: #f9f9f9;
    width: 40%;
    padding: 2em;
  }
} */

/* // Medium devices (tablets, 768px and up) */
/* @media screen and (min-width: 768px) {
  div.etl-pic-caption {
    position: relative;
    right: auto;
    left: auto;
    top: 1em;
    background-color: #f9f9f9;
    width: 100%;
    padding: 1em;
  }
} */

/*// Small devices (landscape phones, 576px and up) */
/* @media screen and (min-width: 576px) {
  div.etl-pic-caption {
    position: relative;
    right: auto;
    left: auto;
    top: 1em;
    background-color: #f9f9f9;
    width: 100%;
    padding: 1em;
  }
} */

/************UTILITY-STYLES-END******************  */

/*******************SERVICES-CARDS*********************  */
.etl-blue-heading {
  color: rgba(16, 63, 109, 1);
  font-weight: 800;
}

.etl-paragraph {
  font-size: 1.25em;
}

.etl-card-comp {
  background-color: rgba(16, 63, 109, 1);
}

/*******************SERVICES-CARDS-END*****************  */

/* *********Google Map********** */
.map-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%
}

/* *********Google Map End****** */

/********************ACCORDION*****************/
/* Horizontal line */
.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  /* background: #333; */
  background: white;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  /* background: #333; */
  background: white;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}

.etl-accordion-header {
  background-color: rgba(16, 63, 109, 1) !important;
}

.etl-accordion-header:hover {
  background-color: rgba(16, 63, 109, 0.8) !important;
}

/* ************ACCORDION-END********************* */

/*********FORM*****************  */
.form-control {
  background-color: #f9f9f9;
}

.custom-select {
  background-color: #f9f9f9;
}

.custom-file-label {
  background-color: #f9f9f9;
  border-top: none;
  border-left: none;
  border-right: none;
}

/*********FORM-END**************  */