/* ********** COLOURS **********

Teal                     #2AA4CA
Button Inner White       #FFF
Dark Grey Text           #212529
Medium Grey text         #777777
Light Grey               #666666

*/

/* ********** GDPR BAR ********** */

.preferencesLinks{
  padding-left: 15px;
}

.temp:hover{
  color: #2AA4CA !important;
}

/* ********** HEADER ********** */

#header .header-nav.header-nav-links nav > ul li:hover > a,
#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active,
.currentPage,
.text-color-hover-primary,
.text-color-default:hover {
color: #2AA4CA !important;
}


#header .header-btn-collapse-nav{
  background: -webkit-linear-gradient(0deg, #057dc1 0%, #47c2d0 80%);
	background: linear-gradient(0deg, #057dc1 0%, #47c2d0 80%);
}


/* ********** CAROUSEL SECTION ********** */

.owl-carousel h1{
  letter-spacing: 1px !important;
}

.owl-nav, .owl-dots {
	display: none !important;
	visibility: hidden;
}


/* ********** WELCOME SECTION ********** */

.welcomeTitles{
  color: #212529;
}

.featured-boxes-style-4 .featured-box .icon-featured,
.fa-star{
background: -webkit-linear-gradient(0deg, #057dc1 0%, #47c2d0 80%);
background: linear-gradient(0deg, #057dc1 0%, #47c2d0 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


/* ********** BUTTONS ********** */
html .btn-primary,
html .btn-primary:hover {
  color: #FFF;
  border: none;
  background: -webkit-linear-gradient(0deg, #057dc1 0%, #47c2d0 80%) !important;
  background: linear-gradient(0deg, #057dc1 0%, #47c2d0 80%) !important;
}

html .btn-primary:hover{
  background: linear-gradient(15deg, #057dc1 0%, #47c2d0 80%) !important;
}

html .text-color-primary, html .text-primary {
	color: #2AA4CA !important;
}

h3 {
line-height: 1em;
}

a,
a:hover,
a:active,
.extHyper a,
.extHyper:hover a,
.extHyper:active a,
.text-color-hover-primary {
  color: #2AA4CA;
}
.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .icons:first-child,
html .list-dark.list-icons li > [class*="fa-"]:first-child, html .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child, html .list-dark.list-icons li > .icons:first-child, html .list-dark.list-icons li a:first-child > .icons:first-child {
  color: #2AA4CA;
	border: none;
}

.home-intro {
  margin-bottom: 0px;
}
html .testimonial-primary blockquote{
  background-color: #fff;
}

.blockquoteOuterBox{
  border-radius: 5px;
  background: -webkit-linear-gradient(0deg, #057dc1 0%, #47c2d0 80%) !important;
  background: linear-gradient(0deg, #057dc1 0%, #47c2d0 80%) !important;
}

.blockquoteInnerBox{
  padding: 0.3em;
}

.servicesIcons {
  background: -webkit-linear-gradient(0deg, #057dc1 0%, #47c2d0 80%) !important;
  background: linear-gradient(0deg, #057dc1 0%, #47c2d0 80%) !important;
}


.text-color-newelement{
  color: #2AA4CA;
}

/* ********** SERVICES SECTION ********** */

.box-shadow-5:not(.box-shadow-hover) {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.45);
}


/* ********** TESTIMONIAL SECTION ********** */

.testimonial blockquote::before,
.testimonial-primary blockquote p{
    color: #212529;
}

.testimonial-primary blockquote p{
  font-family: "Poppins", Arial, sans-serif;
  font-size: 2em;
  font-weight: 400 !important;
  letter-spacing: -0.05em !important;
  letter-spacing: normal;
  line-height: 40px;
}


/* ********** PROCESS SECTION **********

.process .process-step:hover .process-step-circle{
  background: linear-gradient(#2AA4CA, #2AA4CA) padding-box,
              -webkit-linear-gradient(90deg, #057dc1 0%, #47c2d0 90%) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
}
*/

.process .process-step-circle{
  background: linear-gradient(white, white) padding-box,
              -webkit-linear-gradient(90deg, #057dc1 0%, #47c2d0 90%) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
}

.process .process-step:hover .process-step-circle{
  background: linear-gradient(0deg, #057dc1 0%, #47c2d0 90%) padding-box,
      -webkit-linear-gradient(90deg, #057dc1 0%, #47c2d0 90%) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
}

.process .process-step:hover .process-step-circle .process-step-circle-content {
  color: #fff !important;
}

/* ********** BLOG SECTION ********** */

html .bg-color-primary, html .bg-primary {
  background: -webkit-linear-gradient(0deg, #057dc1 0%, #47c2d0 80%) !important;
	background: linear-gradient(0deg, #057dc1 0%, #47c2d0 80%) !important;
}

.blog-title:hover{
color: #2AA4CA;
}

/* ********** CONTACT FORM SECTION ********** */




/* ********** FOOTER SECTION ********** */

.footerTitles{
  color: #FFF;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 14px 0;
    margin-bottom: 14px;
  text-transform: uppercase;
}

.accordion .card-header a{
  color: #2AA4CA;
}


/* ********** FOOTER SECTION ********** */

.footer-ribbon {
	background: -webkit-linear-gradient(0deg, #057dc1 0%, #47c2d0 80%) !important;
	background: linear-gradient(0deg, #057dc1 0%, #47c2d0 80%) !important;
}

#footer .footer-copyright p {
	color: #777;
}
