
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #111;
  margin:0px;
  padding:0px;
  overflow-X:hidden; 
  overflow-Y:scroll;
  }

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
  
.menu{
  position:relative;
  width:90%;
  z-index:9999;
  }
  .my-navbar{
  width:100%;
  padding:20px 20px;
  background-color: transparent;
  position:absolute;
  top:20px;
  left:0;
  z-index:999;
  }
  
  .nav-item .nav-link{
  font-family:'Roboto', sans-serif;
  font-size:15px;
  font-weight:400;
  text-transform:uppercase;
  margin:0px 10px;
  position:relative;
  color:#fff;
  }
  
  .nav-item .nav-link:before{
  position:absolute;
  left:0;
  content:"";
  bottom:0;
  width:100%;
  height:2px;
  transform:scaleX(0);
  transform-origin:left;
  background-color:#fff;
  transition:0.5s;
  }
  
  
  .nav-item .nav-link:hover:before{
	transform:scaleX(1);
  transform-origin:right;
	}

	.navbar-brand{
	text-transform:capitalize;
	font-size:35px;
	color: #fff;
	font-style:italic;
	font-family:'Oswald', sans-serif;
	font-weight:bold;
  }

  .navbar .navbar-brand { 
  color: #fff !important; 
  }

	.navbar-scroll{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color: #043e8a;
	padding:5px 20px;
	transition:0.5s;
	animation:scroll 0.6s 1;
  padding-right: 75px;
	}

 .navbar-scroll .navbar-brand {
    padding-left: 75px;
  }

 .navbar-toggler {
  border-color: #fff;
  }

 .navbar-toggler {
 border: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
   outline: none;
   box-shadow: none;
}

 .navbar-toggler-icon {
    background-image: url(https://dufen.pl/assets/img/hamburger.svg);
  } 
  
 .navbar-nav .dropdown-menu {
  background-color: hsla(229, 85%, 26%, 0.575); 
  }
  
  .dropdown-item {
    color: #fff;
  }
  
  .dropdown-item:hover{
    color: #fff;
    background-color: rgba(101, 119, 250, 0.65);
  }
  .dropdown-item:hover a{
    color: #fff !important;
  }
 
  .nav-link .dropdown-toggle.dropdown-item  {
    background-color: aqua;
  }

  @media (max-width: 575px) {
  .navbar .navbar-brand {
    padding-top: 0px;
  }

  .navbar .navbar-brand {
    font-size: 32px;;
  }

  .my-navbar {
    padding: 4px;
  }

  .navbar-scroll{
	position:fixed;
	top:0px;
	left:0;
	width:100%;
	background-color: #043e8a;
	padding:5px 5px;
	transition:0.5s;
	animation:scroll 0.6s 1;
  padding-right: 10px;
	}

  .navbar-scroll .navbar-brand {
    padding-left: 0px;
  }

  .navbar .navbar-brand {
    padding-left: 0px;
  }
}
	
	@keyframes scroll{
	0%{transform:translateY(-100%);}
	100%{transform:translateY(0%);}
	}


/*----------------------------------------------
# Welcome-headline Section
------------------------------------------------*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/dachy-hydroizolacja-dachów-wrocław.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 0 0 50px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  padding-top: 200px;
  letter-spacing: 5px;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  font-size: 24px;
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 36px;
    line-height: 70px;
    letter-spacing: 4px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
  }
}

/*----------------------------------------------
# Header Section
------------------------------------------------*/

.header-title h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding-top: 2em;
  padding-bottom: 20px;
}

.header-title h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.header-title h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fb5507;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
  padding-top: 10px;
}

.section-bg {
  background: #f5f8fd;
}

/*----------------------------------------------
# Services Section
------------------------------------------------*/

.services { 
  padding-bottom: 60px;
  padding-top: 15px; 
}

.services .icon-box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0  0 40px 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 5%;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 0px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .title a:hover {
  color: #3b8af2;
  transition: 0.5s;
  }
  
.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box-blue .icon i {
  color: #3fcdc7;
}

.services .icon-box-blue:hover {
  border-color: #3fcdc7;
}


/*----------------------------------------------
# Area Section
------------------------------------------------*/

.area {
  width: 100%;
  height: auto;
  background: linear-gradient(45deg, rgba(0, 185, 185, 0.993) 0%, rgba(13, 111, 240, 0.9) 100%), url("../img/bg.jpg") center center no-repeat;
  background-size: cover;
}

.area h4 {
  padding-bottom: 1rem;
  color: #fff;
}

.area p {
  color: #fff;
}

.area img {
  width: 200px;
  height: 200px;
}
@media (max-width: 768px) {
  .area p {
  text-align: justify;
  }
}


/*----------------------------------------------
# O NAS Section
------------------------------------------------*/

.o-nas {
  width: 100%;
  height: auto;
  background-color: #f3f6fc;
  background-size: cover;
}

.o-nas h4 {
  padding-bottom: 1rem;
  color: rgb(0, 0, 0);
}

.o-nas p {
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.o-nas img {
  width: 200px;
  height: 200px;
}
@media (max-width: 768px) {
  .o-nas p {
  text-align: justify;
  }
}

/*----------------------------------------------
# Roofer Section
------------------------------------------------*/
.roofer {
background-color: #f3f6fc;
text-align: center;
}

.roofer-d {
  background-color: rgb(33 101 222);
  color: #fff;
  text-align: center;
  padding-top: 100px;
}

.roofer-box {
  background: linear-gradient(45deg, rgba(0, 185, 185, 0.993) 0%, rgba(13, 111, 240, 0.9) 100%), url("../img/intro-bg.jpg") center center no-repeat;
  height: 400px;
}

.roofer-box {
  padding-top: 8em;
}

.roofer img {
  z-index: 1;
  position: relative;
  top: 4em;
}

.r-box {
  background-color: aqua;
  height: 20vh;
  text-align: center;
}

@media (max-width: 575.98px) { 
.roofer img {
  z-index: 1;
  position: relative;
  padding-bottom: 18px;
  }   
}


/*----------------------------------------------
# Cnt Section
------------------------------------------------*/
.cnt { 
  padding-bottom: 4em;
  padding-top: 5em;
  background: linear-gradient(45deg, rgba(0, 185, 185, 0.993) 0%, rgba(13, 111, 240, 0.9) 100%), url("../img/intro-bg.jpg") center center no-repeat;
}

.cnt .icon-box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cnt .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 70px;
  background-color: #559bf6;
  box-shadow: 0 5px 26px 0 rgba(0, 0, 0, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #559bf6;
  width: 100%;
  border-radius: 5%;
}
 
.cnt .icon {
  margin: 0 auto 20px auto;
  padding-top: 0px;
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 150px;
}

.cnt-title h3{
  font-weight: 500;
  font-size: 36px;
  color: #fff;
}

.cnt-title p{
  color: #fff;
  font-size: 24px;
}

.cnt .title a {
  color: #fff;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 600;
}

.cnt .title a:hover {
  color: #fb5507;
  transition: 0.5s;
 }
  
.cnt .description {
  font-size: 32px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10;
  color: #fff;
}
@media (max-width: 575.98px) { 

.cnt .icon-box {
  margin: 1.5em;
  background-color: #559bf6;
  box-shadow: 0 5px 26px 0 rgba(0, 0, 0, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #559bf6;
  width: 100%;
  border-radius: 5%;
      }
 
.cnt { 
  padding-bottom: 2.5em;
  padding-top: 2.5em;
      }  
}

/*----------------------------------------------
# Cnt Section
------------------------------------------------*/
.kontakt { 
  padding-bottom: 4em;
  padding-top: 5em;
  background-color: #fff;
}

.kontakt h2 {
text-align: center;
color: #3962e3;
font-size: 36px;
font-weight: 500;
}

.kontakt .icon-box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.kontakt .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 70px;
  background-color: #559bf6;
  box-shadow: 0 5px 26px 0 rgba(0, 0, 0, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #559bf6;
  width: 100%;
  border-radius: 5%;
  box-shadow: 0 4px 16px rgba(19, 26, 128, 0.63);
}
 
.kontakt .icon {
  margin: 0 auto 20px auto;
  padding-top: 0px;
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 150px;
}

.kontakt-title h3{
  font-weight: 500;
  font-size: 36px;
  color: #fff;
}

.kontakt .title a {
  color: #fff;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 600;
}

.kontakt .title a:hover {
  color: #fb5507;
  transition: 0.5s;
 }
  
.kontakt .description {
  font-size: 32px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10;
  color: #fff;
}
@media (max-width: 575.98px) { 

.kontakt .icon-box {
  margin: 1.5em;
  background-color: #559bf6;
  box-shadow: 0 5px 26px 0 rgba(0, 0, 0, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #559bf6;
  width: 100%;
  border-radius: 5%;
      }
 
.kontakt { 
  padding-bottom: 2.5em;
  padding-top: 2.5em;
      }     
}


/*----------------------------------------------
# Faq Section
------------------------------------------------*/
.our-faq-wrapper {
  float: left;
  width: 100%;
  padding: 89px 0 60px;
  background-color: #f3f6fc;
}
.faq-title h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.faq-title h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fb5507;
  bottom: 0;
  left: calc(50% - 20px);
}
.our-faq-wrapper {
  padding: 90px 0 60px;
  background:#f3f6fc;  
}

.faq-title h3{
  font-size: 36px;
  color: #053e78;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 20px;
}

.accordion .card {
  border: none;
  margin-bottom: 30px;
}

.our-faq-wrapper .btn-link {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  background: #559bf6;
  color: #fff;
  border-radius: 0;
  padding: 7px 15px 12px;
  font-size: 16px;
  overflow: hidden;
  border: none;
  font-weight:400;  
}

.our-faq-wrapper .btn-link:hover, .our-faq-wrapper .btn-link:focus {
  text-decoration: none;
}

.our-faq-wrapper .btn-link:after {
  position: absolute;
  content: '\f00c';
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "FontAwesome";
}

.our-faq-wrapper .btn-link.collapsed:after {
  content: '\f067';
}

.our-faq-wrapper .btn-link:before {
  position: absolute;
  content: '';
  background: #fb5507;
  -webkit-transform: skew(-35deg);
  transform: skew(-35deg);
  height: 100%;
  width: 50%;
  left: 90%;
  top: 0;
}

.card-header {
  padding: 0;
  background: transparent;
  border-bottom: none;
}

.card-body {
  position: relative;
}

.card-body:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #559bf6;
}

.card-body:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 50%;
  left: 0;
  bottom: 0;
  background: #fb5507;
  z-index: 1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-title h3 {
  font-size: 22px;
  color: #053e78;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 15px;
}

.testimonials-title p{
  font-size: 36px;
  font-weight: 700;
  color: #053e78;
}
.testimonials-title h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.testimonials-title h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fb5507;
  bottom: 0;
  left: calc(50% - 20px);
}

.testimonials {
  padding: 100px 0;
}
.testimonials h3 {
  margin-bottom: 20px;
}
.testimonials .card {
  
  transition: 0.5s;
  margin-top: 60px;
}
.testimonials .card i {
  background-color: #007bff;
  color: #ffffff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: -40px auto 0 auto;
}

/*--------------------------------------------------------------
# Contact 
--------------------------------------------------------------*/
.cnt-form {
  padding-top: 2em; 
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(176, 199, 223, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;  
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #8ea5ca;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background:#007bff;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3b4ef8;
}

.contact .php-email-form button[type="submit"]:active {
  outline-color: #3b4ef8;
  background: #3b4ef8;
  border-color: #3b4ef8;
}


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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}





.fas {
  position: absolute;
  content: '\f879';
  font-family: "FontAwesome";
  right: 15px;
}

.phone {
  box-sizing: border-box;
  font-size: 24px;
  padding: 16px;
  width:56px;
  height:56px;
  display:inline-block;
  text-align:center;
  background-color:#2ee600; 
  color:white;
  border-radius:100%;
  position: fixed;
  bottom:80px;
  right: 20px;
  cursor:pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.phone:hover {
  cursor: pointer;
  background-color: #fb5507;
}
.phone:active {
  background-color: #fb5507;
}
.phone.show {
  opacity: 1;
  visibility: visible;
}

.phone:before{
  content:"";
  display:inline-block;
  position:absolute;
  border-radius:100%;
  height:0%;
  width:0%;
  background-color: #2ee600; 
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.phone:after{
  content:"";
  display:inline-block;
  position:absolute;
  border-radius:100%;
  height:100%;
  width:100%;
  background-color:#a1e600;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  z-index:-1;
}

.icon{
  display:inline-block;
}

.phone {
  animation: pulsate 2s cubic-bezier(0.4, 0.0, 0.2, 1) infinite, shadow 2s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}
.phone .icon {
  animation: wiggle 2s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}
.phone:before {
  animation: expand-inside 2s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}
.phone:after {
  animation: expand-outside 2s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

@keyframes shadow {
  50%{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  }
  80% {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }
}

@keyframes wiggle {
  0%,5% {transform: translateX(0%);}
  10%,15%,20%,25%,30%,35%,40%,45%,50%,55% {transform: translateX(7%);}
  7.5%,12.5%,17.5%,22.5%,27.5%,32.5%,37.5%,42.5%,47.5%,52.5%,57.5%{transform: translateX(-7%);}
  60% {transform: translateX(0%);}
  100% {transform: translateX(0%);}
}
@keyframes pulsate {
  50% {transform: scale(1.25);}
  80%{transform: scale(1);}
}
@keyframes expand-inside {
  50% {  
    height:85%;
    width:85%;
    opacity:1;
  }
  72%{
    height:0%;
    width:0%;
    opacity:0;
  }
}
@keyframes expand-outside {
  50% {  
    transform:scale(1);
    opacity:1;
  }
  80% {  
    transform:scale(2);
    opacity:0;
  }
  100%{
    transform:scale(1);
    opacity:0;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background:  #043e8a;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 16px;
  font-weight:400;
}

#footer .footer-top {
  border-top: 1px solid #0764df;
  border-bottom: 1px solid #0764df;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0659c6;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top .social-links a.facebook:hover
{
  background-color: #4267B2;
}

#footer .footer-top .social-links a.twitter:hover
{
  background-color: #1DA1F2;
}

#footer .footer-top .social-links a.youtube:hover
{
  background-color: #FF0000;
}

#footer .footer-top .social-links a.instagram:hover
{
  background-color: #E1306C;
}

#footer .footer-top .social-links a.linkedin:hover
{
  background-color: #f08c;
}

#footer .footer-top h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 2px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #a2cce3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fb5507;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-contact a {
  color: #fff;
}

#footer .footer-top .footer-contact a:hover {
  color: #fb5507;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .copyright span{
  font-weight: 600;
  color: #ff4500;
}

@media (max-width: 575.98px) {
#footer .footer-top .social-links a {
  margin-right: 20px;
  font-size: 24px;
  display: inline-block;
  background: #1e4356;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
    }
  }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
#button {
  display: inline-block;
  background-color: #3b4ef8; 
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 10px;
  right: 27px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 40px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #fb5507;
}

#button:active {
  background-color: #07a1fb;
}

#button.show {
  opacity: 1;
  visibility: visible;
}




/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
#header .menu {
  position:relative;
  width: 90%;
  z-index: 9999;
 }


 #header .my-navbar {
  width:100%;
  padding: 0px 20px;
  background-color: #1b94f796;
  position:absolute;
  top: 25px;
  left:0;
  z-index:999;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(19, 26, 128, 0.63);
  }

 #header .nav-item .nav-link {
  font-family:'Roboto', sans-serif;
  font-size:15px;
  font-weight:500;
  text-transform:uppercase;
  margin:0px 10px;
  position:relative;
  color: #fff;
  }
  
  #header .nav-item .nav-link:before {
  position:absolute;
  left:0;
  content:"";
  bottom:0;
  width:100%;
  height:2px;
  transform:scaleX(0);
  transform-origin:left;
  background-color:#fff;
  transition:0.5s;
  }
  
  
  #header .nav-item .nav-link:hover:before {
	transform:scaleX(1);
  transform-origin:right;
	}

  #header .navbar-brand {
	text-transform:capitalize;
	font-size:40px;
	color: #fff;
	font-style:italic;
	font-family:'Oswald', sans-serif;
	font-weight:bold;
  }

  #header .navbar .navbar-brand { 
  color: #fff !important; 
  }

  #header .navbar-scroll {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:rgba(44, 66, 232, 0.65);
	padding:5px 20px;
	transition:0.5s;
	animation:scroll 0.6s 1;
    padding-right: 75px;
    border-radius: 0px;
 }

  #header .navbar-scroll .navbar-brand {
    padding-left: 75px;
    color: #fff !important;
  }
  #header .navbar-scroll .nav-item .nav-link {
    color: #fff !important;
  }

  #header .navbar-toggler {
  border-color: #fff;
  }

  #header .navbar-toggler {
 border: none;
}

#header .navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
   outline: none;
   box-shadow: none;
}

#header .navbar-toggler-icon {
  background-image: url(../assets/img/hamburger.svg) 
  } 
  
  #header .navbar-nav .dropdown-menu {
  background-color: #2989d8; 
  }
  
  #header .dropdown-item {
    color: #fff;
  }
  
  #header .dropdown-item:hover{
    color: #fff;
    background-color: rgba(44, 66, 232, 0.65);
  }
  #header .dropdown-item:hover a{
    color: #fff !important;
  }
 
  #header .nav-link .dropdown-toggle.dropdown-item  {
    background-color: aqua;
  }

  @media (max-width: 575px) {
  #header .navbar .navbar-brand {
    padding-top: 5px;
  }

  #header .navbar .navbar-brand {
    font-size: 30px;;
  }

  #header .my-navbar {
    padding: 4px;
  }

  #header .navbar-scroll {
	position:fixed;
	padding-top: 0px;
	left:0;
	width:100%;
	background-color: rgba(44, 66, 232, 0.65);
	padding:5px px;
	transition:0.5s;
	animation:scroll 0.6s 1;
    padding-right: 10px;
}

  #header .navbar-scroll .navbar-brand {
    padding-left: 0px;
  }

  #header .navbar .navbar-brand {
    padding-left: 0px;
  }
}
	
	@keyframes scroll{
	0%{transform:translateY(-100%);}
	100%{transform:translateY(0%);}
	}
  @media (max-width: 768px) {
  #header .menu {
  position:relative;
  width: 100%;
  z-index:9999;
  }
  
  #header .my-navbar {
  border-radius: 0px;
  top: 0px
  }
}

  
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 150px 0;
  background:linear-gradient(45deg, rgba(125, 194, 194, 0.993) 0%, rgba(13, 111, 240, 0.9) 100%), url("../img/bg.jpg") center center no-repeat; 
  height: 250px;
  color: #fff;
}

.breadcrumbs h1 {
  font-size: 38px;
  font-weight: 500;
  padding: 20px;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 20px;
}

.breadcrumbs h1::before {
  content: '';
  position: absolute;
  display: block;
  width: 140px;
  height: 2px;
  background: #ddd;
  bottom: 2px;
  left: calc(50% - 70px);
}

.breadcrumbs h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #fb5507;
  bottom: 0;
  left: calc(50% - 30px);
}

@media (max-width: 768px) {
.breadcrumbs h1 {
   font-size: 26;
  }
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog {
    padding: 80px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
 max-height: 300px;
 overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.entry-title {
  font-size: 32px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
  color: #18d26e;
  letter-spacing: 1px;
}

.blog .entry .entry-title a:hover {
  color: #68A4C4;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content h3{
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
  color: #18d26e;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #ff4500;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #ff4500;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.blog .blog-author {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author h4 {
font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 10px;
}

.blog .blog-author p {
  text-align: justify;
  font-style: italic;
  color: #b7b7b7;
}
@media (max-width: 575.98px) { 
  .blog {
    padding: 20px 0 20px 0;
   }

.blog .entry .entry-img {
 max-height: 300px;
 overflow: hidden;
}

.blog .entry {
  padding:0px;
  margin-bottom: 0px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}



.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: justify;
  padding: 5px;
}

.blog .entry .entry-title a {
  color: #32627b;
  transition: 0.3s;
  text-align: justify;
  }
.blog .entry .entry-title h2 {
  color: #32627b;
  transition: 0.3s;
  text-align: justify;
  
}
.blog .entry .entry-title a:hover {
  color: #68A4C4;
}

.blog .entry .entry-content p {
  line-height: 24px;
  text-align: justify;
  padding: 5px;
}

.blog .entry .entry-content h3{
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
  color: #18d26e;
  text-align: justify;
  padding: 5px;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 20px;
  position: relative;
  text-align: center;
  margin: 10px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #32627b;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry-single {
  margin-bottom: 30px;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #ff4500;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #ff4500;
  margin-top: 20px;
  margin-bottom: 20px;
}

  }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact img{
 padding-bottom: 2.5em;
 height: 200px;
 width: 200px;
}
.free-quote {
 width: 50%;
 border-radius: 50%;
 background:rgba(13, 111, 240, 0.9);
 line-height: 0;
 position: relative;
 box-shadow: 0 4px 16px rgba(0, 0, 0, 0.555);
}
.free-quote::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.free-quote-title h4 {
color: #fff;
position: absolute;
bottom: 46%;
width: 100%;
text-align: center;
font-weight: 700;
font-size: 28px;
letter-spacing: 2px;
}

.free-quote-title p {
color: #fff;
position: absolute;
bottom: 28%;
width: 100%;
text-align: center;
font-weight: 700;
font-size: 32px;
}

@media (max-width: 575.98px) { 
.free-quote-title h4 {
font-size: 36px;
letter-spacing: 3px;
}

.free-quote-title p {
font-size: 36px;
font-weight: 700;
letter-spacing: 2px;
   }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.o-nas .content + .content {
  margin-top: 100px;
}

.o-nas .content h3 {
  font-weight: 600;
  font-size: 32px;
}

.o-nas .content ul {
  list-style: none;
  padding: 0;
}

.o-nas .content ul li {
  padding-bottom: 10px;
}

.o-nas .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3b4ef8;
}

.o-nas .content p:last-child {
  margin-bottom: 0;
}

.o-nas-title h3{
  font-size: 36px;
  color: #053e78;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 20px;
}

.o-nas p{
  font-size: 17px;
}
.o-nas span{
  font-weight: 900;
  color: #ff4500;
}

.o-nas-title h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.o-nas-title h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fb5507;
  bottom: 0;
  left: calc(50% - 20px);
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-bg {
  background-color: #f3f6fc;
}


.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2d405f;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #aabbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# COOKIES
--------------------------------------------------------------*/

.CookieMessage {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.85);
  z-index: 999;
  display: none;
}

.CookieMessage-content {
  color: white;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  font-family: sans-serif;
  line-height: 1.5;
  font-size: 12px;
  }
  .CookieMessage-content a{
    color: white;
  }

  .CookieMessage-content p {
    margin: 0 0 20px 0;
  }


.CookieMessage-button {
  background: #f6913a;
  display: inline-block;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  }

  .CookieMessage-button:hover{
    background: #e38635;
  }




// X-Small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }

// X-Large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { ... }

// XX-Large devices (larger desktops)
// No media query since the xxl breakpoint has no upper bound on its width
