/*
@File: Klinsa Template Styles

* This file contains the styling for the actual Template, this
is the file you need to edit to change the look of the
Template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default Area CSS
** - Preloader Area CSS
** - Header Area CSS
** - Banner Area CSS
** - Boxes Area CSS
** - About Area CSS
** - Our Process Area CSS
** - Services Area CSS
** - Why Choose Us Area CSS
** - Portfolio Area CSS
** - Counter Area CSS
** - Testimonials Area CSS
** - Partner Area CSS
** - Blog Area CSS
** - Pricing Area CSS
** - Estimate Area CSS
** - Contact Area CSS
** - Page Title Area CSS
** - Pagination Area CSS
** - Portfolio Details Area CSS
** - Error Area CSS
** - Blog Details Area CSS
** - Sidebar Area CSS
** - FAQ Area CSS
** - Services Details Area CSS
** - Footer Area CSS
** - Back To Top CSS
*/
/*================================================
Default Area CSS
=================================================*/

:root {
  --brote-font: 'DM Sans', sans-serif;
  --brote-reey-font: "reeyregular";
  --brote-gray: #7b7d83;
  --brote-gray-rgb: 123, 125, 131;
  --brote-white: #ffffff;
  --brote-white-rgb: 255, 255, 255;
  --brote-base: #1239ac;
  --brote-base-rgb: 18, 57, 172;
  --brote-primary: #ffb400;
  --brote-primary-rgb: 255, 180, 0;
}


@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  background:#fcf8f9;
  
}

a {
  /*display: block;*/
 /* color: #313232;*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #4d648d;
}


p {
  color: ##222;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #313232;
  font-family: "Rubik", sans-serif;
}

button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0 !important;
}

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

select {
  cursor: pointer;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-200 {
  padding-top: 40px;
  padding-bottom: 200px;
}

.gray-bg {
  background-color: #f9faff;
}

/*default-btn*/
.default-btn {
   background-color: #c30047;
  color: #fff;
  display: inline-block;
  padding: 8px 13px;
  text-transform: uppercase;
  border-radius: 30px;
  line-height: initial;
  font-weight: 500;
  font-size: 11px;
 
}


.default-btn1 {
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 8px 13px;
  text-transform: uppercase;
  border-radius: 30px;
  line-height: initial;
  font-weight: 500;
  font-size: 11px;
  
  
}

.default-btn:hover {
  background-color: #000;
  color: #fff;
}

/*section-title*/
.section-title {
  margin: -5px auto 60px;
  text-align: center;
  max-width: 735px;
}

.section-title span {
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #4d648d;
  display: block;
}

.section-title h2 {
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 25px;
}

.section-title p {
  max-width: 520px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-left {
  text-align: left;
  position: relative;
  max-width: 100%;
  padding-right: 245px;
  margin-left: 0;
  margin-right: 0;
}

.section-title.text-left p {
  margin-left: 0;
  margin-right: 0;
}

.section-title.text-left .default-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-title.text-left .default-btn1 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*form-control*/
.form-control {
  border: 1px solid #eeeeee;
  color: #313232;
  background-color: #F9F9F9;
  font-size: 14px;
  padding: 15px;
  line-height: initial;
  height: 50px;
}

.form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #247ffb;
}

.form-control::-webkit-input-placeholder {
  color: #777777;
}

.form-control:-ms-input-placeholder {
  color: #777777;
}

.form-control::-ms-input-placeholder {
  color: #777777;
}

.form-control::placeholder {
  color: #777777;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  z-index: 9999999;
  background-color: #c30047;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}

.preloader .spinner {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  margin: 0 auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
          animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  right: 0;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*================================================
Header Area CSS
=================================================*/
.top-header {
  background-color: #c30047;
 padding-top: 4px;
    padding-bottom: 4px;
}

.top-header .social-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}

.top-header .social-links li {
  display: inline-block;
  line-height: initial;
  margin-right: 10px;
}

.top-header .social-links li a {
  color: #ffffff;
  font-size: 15px;
}

.top-header .social-links li a:hover {
  color: #FFF323;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.top-header .social-links li:last-child {
  margin-right: 0;
}

.top-header .header-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}

.top-header .header-contact-info li {
  color: #ffffff;
  display: inline-block;
  line-height: initial;
  margin-right: 20px;
  font-size: 14px;
}

.top-header .header-contact-info li:last-child {
  margin-right: 0;
}

.top-header .header-contact-info li a {
  display: inline-block;
  color: #ffffff;
}

.top-header .header-contact-info li a:hover {
  color: #fff;
}

.top-header .header-contact-info li i {
  color: #fff;
  margin-right: 3px;
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
.bg-donation1 {
	background:#fff2f5;
}

.navbar.is-sticky .navbar-brand img {
	/*height: 110px;
    width: 151px;*/
}



.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff !important;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 0px;
  padding-bottom: 4px;
  box-shadow: 1px 2px 2px #bababa;
}

.bg-light {
  background-color: #fff !important;
  box-shadow: 1px 2px 2px #bababa;
}

.navbar-light .navbar-nav {
  font-family: "Muli", sans-serif;
  margin-left: auto;
  
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #313232;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-left: 13px;
  margin-right: 13px;
  padding-left: 0;
  padding-right: 0;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link:focus, .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #4d648d;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 59px;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu {
  border: none;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: 350px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  display: block;
  background-color: transparent;
  border: 0;
  color: #313232;
  text-transform: capitalize;
  padding: 0;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:first-child {
  margin-top: 0;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item.active, .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:active, .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #4d648d;
  background-color: transparent;
}

@media only screen and (min-width: 991px) {
  .navbar-light .dropdown .dropdown-menu {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    display: block;
    width: 200px;
  }
  .navbar-light .dropdown:hover > .dropdown-menu {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*================================================
Banner Area CSS
=================================================*/
.slider-section {
  position: relative;
}

.hero-slider .hero-slider-item {
  position: relative;
  z-index: 1;
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-slider .slider-item-bg-5 {
  background-image: url("../img/slider/slider-3.jpg");
}

.hero-slider .slider-item-bg-1 {
  background-image: url("../img/slider/slider-4.jpg");
}

.hero-slider .slider-item-bg-2 {
  background-image: url("../img/slider/slider-5.jpg");
}

.hero-slider .slider-item-bg-3 {
  background-image: url("../img/slider/slider-6.jpg");
}
.hero-slider .slider-item-bg-4 {
  background-image: url("../img/slider/slider-7.jpg");
}

.slider-text {
  max-width: 700px;
  margin-top: -130px;
}

.slider-text h1 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 800;
  font-family: "Muli", sans-serif;
}

.slider-text p {
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 545px;
  opacity: .95;
  font-size: 16px;
  font-family: "Muli", sans-serif;
}

.slider-text.text-center {
  margin-left: auto;
  margin-right: auto;
}

.slider-text.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.hero-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 30px;
  top: 42%;
  -webkit-transform: translateY(-42%);
          transform: translateY(-42%);
  border: none;
  color: #ffffff;
  margin: 0;
  font-size: 55px;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
}

.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 30px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  color: #247ffb;
}

.hero-slider.owl-theme:hover .owl-nav [class*=owl-] {
  left: 50px;
  opacity: 1;
  visibility: visible;
}

.hero-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 50px;
}

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

.shape-2 {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  -webkit-animation: mover 2s linear infinite  alternate;
          animation: mover 2s linear infinite  alternate;
  z-index: 1;
}

.shape-2 img {
  width: 100%;
}

.shape-3 {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  -webkit-animation: mover 3s infinite  alternate;
          animation: mover 3s infinite  alternate;
  z-index: 1;
}

.banner-section {
  position: relative;
  z-index: 1;
  height: 850px;
  background-size: cover;
  background-image: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-text {
  max-width: 700px;
  margin-top: -130px;
}

.banner-text h1 {
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 800;
  font-family: "Muli", sans-serif;
}

.banner-text p {
  margin-bottom: 30px;
  max-width: 545px;
  font-size: 16px;
  font-family: "Muli", sans-serif;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

/*================================================
Boxes Area CSS
=================================================*/
.boxes-section {
  margin-top: -135px;
  z-index: 2;
  position: relative;
}

.single-box {
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
          box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background-color: #ffffff;
}

.single-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #4d648d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-box i {
  color: #4d648d;
  background-color: #d9f6fc;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

.single-box i::before {
  font-size: 35px;
}

.single-box h3 {
  text-transform: capitalize;
  margin-top: 20px;
  font-size: 19px;
}

.single-box p {
  margin-top: 10px;
}

.single-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-box:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.single-box:hover i {
  background-color: #4d648d;
  color: #ffffff;
}

/*================================================
About Area CSS
=================================================*/
.about-img {
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-bottom: 30px;
}

.about-img img {
  border-radius: 4px;
}

.about-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 90%;
  background-color: #c30047;
  border-radius: 4px;
  z-index: -1;
}

.about-text {
  padding-left: 30px;
}

.about-text span {
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #4d648d;
  display: block;
}

.about-text h2 {
  margin-bottom: 15px;
  line-height: 42px;
  font-size: 25px;
  font-weight: 500;
}

.about-text ul {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -7px;
}

.about-text ul li {
  color: #212529;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 12px;
  padding-left: 37px;
  padding-right: 15px;
}

.about-text ul li i {
  color: #4d648d;
  position: absolute;
  left: 15px;
  top: 3px;
}







.about-text .default-btn {
  margin-top: 15px;
}






/*================================================
About Area CSS
=================================================*/
.about-img1 {
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-bottom: 30px;
}

.about-img1 img {
  border-radius: 4px;
}

.about-img1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 90%;
  background-color: #4d648d;
  border-radius: 4px;
  z-index: -1;
}

.about-text1 {
  padding-left: 30px;
}

.about-text1 span {
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #4d648d;
  display: block;
}

.about-text1 h2 {
  margin-bottom: 15px;
  line-height: 42px;
  font-size: 25px;
  font-weight: 500;
}

.about-text1 ul {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -7px;
}

.about-text1 ul li {
  color: #212529;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 12px;
  padding-left: 37px;
  padding-right: 15px;
}

.about-text1 ul li i {
  color: #c30047;
  position: absolute;
  left: 15px;
  top: 3px;
}
















.about-text2 ul {
  padding-left: 0;
  list-style-type: none;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: -7px;
}

.about-text2 ul li {
 color: #212529;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 12px;
    padding-left: 16px;
    padding-right: 15px;
    /* display: contents; */
    display: inline-block;
	font-weight:bold;
}

.about-text2 ul li i {
 color: #c30047;
    position: absolute;
    left: 4px;
    top: 9px;
    font-size: 5px;
}







.about-text1 .default-btn {
  margin-top: 15px;
}

/*================================================
Our Process Area CSS
=================================================*/
.our-process-section {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  background-image: url(../img/amazing-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-process-section .row {
  position: relative;
  z-index: 1;
}

.our-process-section .row::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 192px;
  content: '';
  z-index: -1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/shape5.png);
  display: none;
}

.col-lg-3:nth-child(2) .single-process, .col-lg-3:nth-child(4) .single-process {
  margin-top: 30px;
}

.single-process {
  margin-bottom: 30px;
  text-align: center;
}

.single-process i {
  margin-bottom: 20px;
  color: #247ffb;
  background-color: #d6f3fa;
  width: 90px;
  height: 90px;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-process i::before {
  font-size: 38px;
}

.single-process i.flaticon-hand-soap::before {
  margin-left: 12px;
}

.single-process h3 {
  font-size: 20px;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.single-process:hover i {
  background-color: #247ffb;
  color: #ffffff;
}

/*================================================
Services Area CSS
=================================================*/
.services-section {
  padding-bottom: 40px;
  background-color:#f3f3f3 !important;
}

.single-services {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  border-radius: 5px;
}

.single-services .services-img {
  position: relative;
}

.single-services .services-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .services-img img {
  border-radius: 5px 5px 0 0;
}

.single-services .services-content-wrapper {
  padding: 20px 60px 20px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #ffffff;
  border-top: none;
  position: relative;
  border-radius: 0 0 5px 5px;
}

.single-services .services-content-wrapper h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.single-services .services-content-wrapper p {
  line-height: initial;
  margin-bottom: 0;
  margin-top: 10px;
}

.single-services .services-content-wrapper .services-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.single-services .services-content-wrapper .services-icon a {
  border: 1px solid #c30047;
  font-size: 15px;
  color: #c30047;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.single-services .services-content-wrapper .services-icon a:hover {
  background-color: #c30047;
  color: #ffffff;
  border-color: #c30047;
}

.single-services:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-services:hover .services-img::before {
  opacity: 0;
}

.single-services:hover .services-content-wrapper {
  border-color: #247ffb;
}

.single-services:hover .services-content-wrapper .services-icon a {
  background-color: #c30047;
  color: #ffffff;
  border-color: #c30047;
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-section {
  background-color: #c30047;
  background-image: url(../img/choose-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-choose-wrapper {
  max-width: 865px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 30px;
}

.why-choose-wrapper .section-title {
  margin-bottom: 30px;
  padding-right: 0;
}

.why-choose-wrapper .section-title span {
  color: #FFF323;
}

.why-choose-wrapper .section-title h2, .why-choose-wrapper .section-title p {
  color: #ffffff;
}

.why-choose-wrapper .section-title p {
  max-width: 700px;
}

.why-choose-wrapper .choose-text-wrapper {
  margin-top: 30px;
  position: relative;
  padding-left: 100px;
}

.why-choose-wrapper .choose-text-wrapper .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #c30047;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border: 3px solid #ffffff;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.why-choose-wrapper .choose-text-wrapper .icon i::before {
  font-size: 35px;
}

.why-choose-wrapper .choose-text-wrapper .icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
  margin: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.why-choose-wrapper .choose-text-wrapper h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #ffffff;
}

.why-choose-wrapper .choose-text-wrapper p {
  opacity: 0.95;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 13px;
}

.why-choose-wrapper .choose-text-wrapper:hover .icon {
  color: #ffffff;
}

.why-choose-wrapper .choose-text-wrapper:hover .icon::before {
  background: #c30047;
}

.why-choose-img {
  height: 100%;
  background-image: url(../img/choose-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-choose-img img {
  display: none;
}

/*================================================
Portfolio Area CSS
=================================================*/
.single-portfolio {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}

.single-portfolio img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-portfolio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #247ffb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.single-portfolio .portfolio-content {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 30px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-portfolio .portfolio-content h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #ffffff;
}

.single-portfolio .portfolio-content span {
  display: block;
  color: #ffffff;
  opacity: 0.95;
  margin-top: 8px;
}

.single-portfolio .details-btn {
  width: 100%;
  display: block;
  height: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
}

.single-portfolio .details-btn i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 44px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.single-portfolio .details-btn i:hover, .single-portfolio .details-btn i:focus {
  background-color: #FFF323;
  color: #313232;
  border-color: #FFF323;
}

.single-portfolio:hover::before {
  opacity: .7;
  visibility: visible;
}

.single-portfolio:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.single-portfolio:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
}

.single-portfolio:hover .details-btn i {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.portfolio-btn {
  text-align: center;
  margin-top: 30px;
}

/*================================================
Counter Area CSS
=================================================*/
.counter-section {
  -webkit-clip-path: polygon(50% 0%, 74% 3%, 100% 0, 100% 100%, 76% 97%, 50% 100%, 21% 97%, 0 100%, 0 0, 22% 3%);
          clip-path: polygon(50% 0%, 74% 3%, 100% 0, 100% 100%, 76% 97%, 50% 100%, 21% 97%, 0 100%, 0 0, 22% 3%);
  position: relative;
  z-index: 1;
  background-image: url(../img/call-one-shape-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.counter-section::before {
  content: "";
  background-color: #c30047;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: -1;
}

.counter-section.extra-pb {
  padding-bottom: 270px;
}

.counter-section.extra-pb2 {
  padding-bottom: 0px;
}

.mt-7 {
    margin-top: 7rem!important;
}




.single-counter {
  text-align: center;
}

.single-counter h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  font-family: "Muli", sans-serif;
}

.single-counter h3 .count-text {
  font-size: 40px;
}

.single-counter p {
  color: #ffffff;
  margin-top: 5px;
  line-height: initial;
  font-size: 16px;
  font-family: "Muli", sans-serif;
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-section {
  padding-bottom: 10px;
}

.testimonials-section.mb-minus-200 {
  padding-top: 0;
  margin-top: -180px;
}

.testimonial-single-item {
  padding: 30px;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
          box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
}

.testimonial-single-item .icon {
  margin: 0 0 25px;
  background-color: #4d648d;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
}

.testimonial-single-item .icon i::before {
  font-size: 35px;
}

.testimonial-single-item h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.testimonial-single-item span {
  color: #247ffb;
  font-weight: 400;
  display: block;
}

.testimonial-single-item p {
  line-height: 2;
  margin-bottom: 0;
  margin-top: 15px;
}

.testimonial-single-item .rating {
  margin-top: 15px;
}

.testimonial-single-item .rating i {
  color: #efca00;
}

.testimonial-single-item:hover {
  border-color: #247ffb;
}

.testimonial-wrapper.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
  margin-bottom: 30px;
}

.testimonial-wrapper.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonial-wrapper.owl-theme .owl-dots .owl-dot.active span, .testimonial-wrapper.owl-theme .owl-dots .owl-dot:hover span {
  background: #4d648d;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-logo a {
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
}

.partner-logo a img {
  width: 135px !important;
  display: inline-block !important;
}

.partner-logo a:hover {
  border-color: #4d648d;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-section {
  padding-bottom: 70px;
}

.blog-section .pagination-area {
  margin-bottom: 30px;
}

.single-blog-post {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.single-blog-post .post-image {
  position: relative;
  overflow: hidden;
}

.single-blog-post .post-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .post-content {
  padding: 25px;
}

.single-blog-post .post-content ul {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}

.single-blog-post .post-content ul li {
  display: inline-block;
  margin-right: 15px;
  color: #899198;
}

.single-blog-post .post-content ul li a {
  display: inline-block;
  color: #899198;
}

.single-blog-post .post-content ul li a:hover {
  color: #247ffb;
}

.single-blog-post .post-content ul li i {
  color: #247ffb;
  margin-right: 2px;
}

.single-blog-post .post-content ul li:last-child {
  margin-right: 0;
}

.single-blog-post .post-content h3 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
}

.single-blog-post .post-content p {
  margin-top: 12px;
  margin-bottom: 0;
}

.single-blog-post .post-content .read-more-btn {
  margin-top: 20px;
  color: #247ffb;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.single-blog-post .post-content .read-more-btn:hover {
  letter-spacing: 1px;
}

.single-blog-post:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-blog-post:hover .post-image img {
  opacity: 0.6;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-section {
  background-image: url(../img/priceing-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.pricing-text {
  padding-left: 30px;
}

.pricing-text .section-title {
  margin-bottom: 0;
}

.pricing-text .section-title.text-left {
  padding-right: 0;
}

.pricing-text .section-title.text-left .default-btn {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: unset;
          transform: unset;
  margin-top: 10px;
}

.pricing-content {
  text-align: center;
  background-color: #ffffff;
  padding: 14px 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #e7e7e7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pricing-content span {
  color: #247ffb;
  margin-bottom: 11px;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
}

.pricing-content span sup {
  font-size: 24px;
}

.pricing-content span sub {
  font-size: 12px;
  color: #313232;
  text-transform: capitalize;
  display: inline-block;
  padding-left: 7px;
}

/*.pricing-content::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -170px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: mover 2s linear infinite  alternate;
          animation: mover 2s linear infinite  alternate;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/pricing-shape.png);
}

.pricing-content::after {
  z-index: -1;
  position: absolute;
  bottom: -137px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-animation: mover 3s linear infinite  alternate;
          animation: mover 3s linear infinite  alternate;
  background-repeat: no-repeat;
  background-image: url(../img/priceing-shape2.png);
  background-position: center center;
}

.pricing-content i::before {
  font-size: 38px;
  color: #247ffb;
  background-color: #D9F6FC;
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  border-radius: 50%;
  z-index: 3;
}*/

.pricing-content p {
  margin-bottom: 0;
  color:#000;
}

.pricing-content h3 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  color:#4d648d;
}

.pricing-content .default-btn {
  margin-top: 20px;
}

.pricing-content:hover {
  border: 1px solid #247ffb;
}

.pricing-wrapper.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}

.pricing-wrapper.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pricing-wrapper.owl-theme .owl-dots .owl-dot.active span, .pricing-wrapper.owl-theme .owl-dots .owl-dot:hover span {
  background: #247ffb;
}


/*================================================
Estimate Area CSS
=================================================*/
.estimate-section {
  position: relative;
  z-index: 2;
}

.form-wrapper {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  padding: 50px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  margin-bottom: 10px;
      border-radius: 20px;
}

.form-wrapper .form-group {
  margin-bottom: 30px;
}

.form-wrapper label {
  color: #313232;
  display: block;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.form-wrapper .form-control {
  height: 65px !important;
}

.form-wrapper textarea.form-control {
  height: auto !important;
}

.form-wrapper .default-btn {
  display: table;
  margin: 10px auto 0;
  padding: 20px 50px;
  cursor: pointer;
  border: none;
}

.form-wrapper .help-block ul {
  color: red;
  margin-top: 10px;
}

.form-wrapper #msgSubmit {
  margin-bottom: 0;
}

.form-wrapper #msgSubmit.text-danger, .form-wrapper #msgSubmit.text-success {
  margin-top: 10px;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-info-box {
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
}

.contact-info-box .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #edf5ff;
  border-radius: 50%;
  font-size: 30px;
  color: #247ffb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-info-box h3 {
  font-size: 20px;
  margin: 25px 0 12px;
}

.contact-info-box p {
  margin-bottom: 0;
}

.contact-info-box p a {
  color: #818992;
}

.contact-info-box p a:hover {
  color: #247ffb;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-info-box:hover .icon {
  background-color: #247ffb;
  color: #ffffff;
}

.contactForm .form-wrapper {
  z-index: 3;
}

.contactForm .form-wrapper textarea.form-control {
  height: auto !important;
}












.form-wrapper1 {
 /* -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);*/
  padding: 50px;
  position: relative;
  z-index: 2;
 <!-- background-color: #ffffff;-->
  margin-bottom: -350px;
      border-radius: 20px;
}

.form-wrapper1 .form-group {
  margin-bottom: 15px;
}

.form-wrapper1 label {
  color: #313232;
  display: block;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}


.form-wrapper1 .form-control {
  height: 35px !important;
}

.form-wrapper1 textarea.form-control {
  height: auto !important;
}

.form-wrapper1 .default-btn {
  display: table;
  margin: 10px auto 0;
  padding: 7px 20px;
  cursor: pointer;
  border: none;
  font-size: 14px;
  
}

.form-wrapper1 .help-block ul {
  color: red;
  margin-top: 10px;
}

.form-wrapper1 #msgSubmit {
  margin-bottom: 0;
}

.form-wrapper1 #msgSubmit.text-danger, .form-wrapper #msgSubmit.text-success {
  margin-top: 10px;
}

/*================================================
Contact Area CSS
=================================================*/
























/*================================================
Contact Area CSS
=================================================*/
.contact-info-box1 {
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.09);
  background: #ffffff;
  padding: 20px;
}

.contact-info-box1 .icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 80px;
  background: #edf5ff;
  border-radius: 50%;
  font-size: 50px;
  color: #4d648d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-info-box1 h3 {
  font-size: 18px;
  margin: 15px 0 2px;
}

.contact-info-box1 p {
  margin-bottom: 0;
}

.contact-info-box1 p a {
  color: #818992;
}

.contact-info-box1 p a:hover {
  color: #247ffb;
}

.contact-info-box1:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-info-box1:hover .icon {
  background-color: #4d648d;
  color: #ffffff;
}

.contactForm1 .form-wrapper1 {
  z-index: 3;
}

.contactForm1 .form-wrapper1 textarea1.form-control1 {
  height: auto !important;
}



/*================================================
Page Title Area CSS
=================================================*/




.page-title-area2 {
  height: 150px;
  position: relative;
  z-index: 1;
  background-image: url(../img/banner2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-area2::before {
   content: "";
  background-color: #c30047;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}



.page-title-area3 {
  height: 150px;
  position: relative;
  z-index: 1;
  background-image: url(../img/banner3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-area3::before {
   content: "";
  background-color: #c30047;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}


.page-title-area4 {
  height: 150px;
  position: relative;
  z-index: 1;
  background-image: url(../img/banner4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-area4::before {
   content: "";
  background-color: #c30047;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}


.page-title-area5 {
  height: 150px;
  position: relative;
  z-index: 1;
  background-image: url(../img/banner5.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-area5::before {
   content: "";
  background-color: #c30047;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}



.page-title-area {
  height: 150px;
  position: relative;
  z-index: 1;
  background-image: url(../img/banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-area::before {
  content: "";
  background-color: #c30047;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}

.page-title-content {
  margin-top: 20px;
  font-family: "Muli", sans-serif;
  position: relative;
  z-index: 4;
}

.page-title-content h1 {
  color: #ffffff;
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 500;
}

.page-title-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.page-title-content ul li {
  display: inline-block;
  position: relative;
  margin: 0 13px;
  color: #FFF323;
}

.page-title-content ul li a {
  display: inline-block;
  color: #ffffff;
}

.page-title-content ul li a:hover {
  color: #FFF323;
}

.page-title-content ul li::before {
  content: '';
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.page-title-content ul li:last-child::before {
  display: none;
}

.page-title-content ul li:first-child {
  margin-left: 0;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 30px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 45px;
  color: #313232;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 17px;
  font-weight: 500;
}

.pagination-area .page-numbers i {
  position: relative;
  top: 1px;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #247ffb;
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*================================================
Portfolio Details Area CSS
=================================================*/
.portfolio-details-image {
  margin-bottom: 30px;
  text-align: center;
}

.portfolio-details-desc h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.portfolio-details-desc .portfolio-details-information {
  overflow: hidden;
}

.portfolio-details-desc .portfolio-details-information .single-info-box {
  float: left;
  width: 20%;
  margin-top: 30px;
}

.portfolio-details-desc .portfolio-details-information .single-info-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.portfolio-details-desc .portfolio-details-information .single-info-box ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.portfolio-details-desc .portfolio-details-information .single-info-box ul li {
  display: inline-block;
  margin-right: 7px;
}

.portfolio-details-desc .portfolio-details-information .single-info-box ul li:last-child {
  margin-right: 0;
}

.portfolio-details-desc .portfolio-details-information .single-info-box ul li a {
  color: #818992;
}

.portfolio-details-desc .portfolio-details-information .single-info-box ul li a:hover {
  color: #247ffb;
}

/*================================================
Error Area CSS
=================================================*/
.error-section {
  position: relative;
  height: 100vh;
}

.error-section .error-text {
  text-align: center;
}

.error-section .error-text h2 {
  color: red;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 700;
}

.error-section .error-text h4 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
}

.error-section .error-text p {
  font-size: 16px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details {
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  background: #ffffff;
}

.blog-details .article-img {
  position: relative;
}

.blog-details .article-img .date {
  background: #247ffb;
  color: #ffffff;
  border-radius: 5px;
  padding-top: 19px;
  line-height: 32px;
  position: absolute;
  bottom: 15px;
  width: 100px;
  right: 15px;
  height: 100px;
  text-align: center;
  font-size: 20px;
  font-style: italic;
}

.blog-details .article-content {
  padding: 30px;
}

.blog-details .article-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.blog-details .article-content .blockquote {
  margin-bottom: 20px;
  margin-top: 20px;
  background: #f4f4f4;
  padding: 30px;
  border-left: 4px solid #247ffb;
}

.blog-details .article-content .blockquote p {
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
}

.blog-details .article-content .share-post {
  text-align: center;
  margin-top: 30px;
}

.blog-details .article-content .share-post ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details .article-content .share-post ul li {
  display: inline-block;
}

.blog-details .article-content .share-post ul li a {
  width: 40px;
  font-size: 15px;
  height: 40px;
  display: inline-block;
  line-height: 38px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  color: #6f6f6f;
}

.blog-details .article-content .share-post ul li a:focus, .blog-details .article-content .share-post ul li a:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #247ffb;
}

.post-controls-buttons {
  overflow: hidden;
  background: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  margin-top: 25px;
  margin-bottom: 25px;
}

.post-controls-buttons .controls-left {
  float: left;
}

.post-controls-buttons .controls-right {
  float: right;
}

.post-controls-buttons div a {
  border: 1px solid #eeeeee;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  color: #313232;
}

.post-controls-buttons div a:hover {
  color: #ffffff;
  background-color: #247ffb;
  border-color: #247ffb;
}

.post-comments {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.post-comments h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.post-comments .single-comment {
  position: relative;
  padding-left: 95px;
  margin-top: 30px;
}

.post-comments .single-comment .comment-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
}

.post-comments .single-comment .comment-img img {
  border-radius: 50%;
}

.post-comments .single-comment .comment-content h4 {
  font-size: 17px;
  margin-bottom: 8px;
}

.post-comments .single-comment .comment-content span {
  color: #899198;
  font-size: 14px;
}

.post-comments .single-comment .comment-content a {
  position: absolute;
  right: 0;
  bottom: -5px;
  text-transform: uppercase;
  color: #899198;
  border: 1px solid #eeeeee;
  display: inline-block;
  border-radius: 30px;
  font-size: 13px;
  text-align: center;
  padding: 6px 20px;
}

.post-comments .single-comment .comment-content a:hover {
  color: #ffffff;
  border-color: #247ffb;
  background-color: #247ffb;
}

.post-comments .single-comment.left-m {
  margin-left: 85px;
}

.leave-a-reply {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  margin-top: 25px;
}

.leave-a-reply h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.leave-a-reply .default-btn {
  border: none;
  cursor: pointer;
}

.leave-a-reply textarea.form-control {
  height: auto !important;
}

.leave-a-reply .form-group {
  margin-bottom: 30px;
}

/*================================================
Sidebar Area CSS
=================================================*/
.sidebar-area .widget {
  margin-bottom: 30px;
}

.sidebar-area .widget:last-child {
  margin-bottom: 0;
}

.sidebar-area .widget .widget-title {
  font-size: 19px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.sidebar-area .widget .widget-title::before {
  width: 50px;
  height: 1px;
  background: #247ffb;
  bottom: -1px;
  left: 0;
  content: '';
  position: absolute;
}

.sidebar-area .widget-search form {
  position: relative;
}

.sidebar-area .widget-search form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 55px;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 4px 4px 0;
}

.sidebar-area .widget-search form button:hover {
  color: #ffffff;
  background-color: #247ffb;
}

.sidebar-area .widget_post_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.sidebar-area .widget_post_categories ul li {
  margin-bottom: 10px;
}

.sidebar-area .widget_post_categories ul li:last-child {
  margin-bottom: 0;
}

.sidebar-area .widget_post_categories ul li a {
  color: #313232;
  background-color: #f4f4f4;
  padding: 10px 15px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}

.sidebar-area .widget_post_categories ul li a:hover {
  background-color: #247ffb;
  color: #ffffff;
}

.sidebar-area .widget_recent_posts ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.sidebar-area .widget_recent_posts ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding-left: 110px;
  padding-right: 30px;
}

.sidebar-area .widget_recent_posts ul li .recent-post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}

.sidebar-area .widget_recent_posts ul li .recent-post-content h3 {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 500;
}

.sidebar-area .widget_recent_posts ul li .recent-post-content .date {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  color: #899198;
}

.sidebar-area .widget_recent_posts ul:last-child {
  margin-bottom: 0;
}

.sidebar-area .widget_tag_cloud .widget-title {
  margin-bottom: 21px;
}

.sidebar-area .widget_tag_cloud .tagcloud a {
  background: transparent;
  color: #899198;
  border: 1px solid #eeeeee;
  padding: 8px 15px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 4px;
  font-size: 13px !important;
  font-weight: 500;
}

.sidebar-area .widget_tag_cloud .tagcloud a:hover {
  border-color: #247ffb;
  color: #ffffff;
  background-color: #247ffb;
}

.sidebar-area .widget_text ul {
  padding-left: 0;
  list-style-type: none;
  overflow: hidden;
  margin-left: -3px;
  margin-bottom: -6px;
  margin-right: -3px;
}

.sidebar-area .widget_text ul li {
  float: left;
  padding: 0 3px;
  width: 33.3333%;
  margin-bottom: 6px;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-image {
  text-align: center;
}

.faq-content .faq-panel {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 17px;
  position: relative;
}

.faq-content .faq-panel:last-child {
  margin-bottom: 0;
}

.faq-content .faq-panel .faq-title {
  border-bottom: none;
  color: #313232;
  cursor: pointer;
  padding: 15px 40px 15px 15px;
  margin: 0;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.faq-content .faq-panel .faq-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-content .faq-panel .faq-title.active {
  color: #ffffff;
  background-color: #247ffb;
}

.faq-content .faq-panel .faq-textarea {
  display: none;
  padding: 15px;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-content {
  margin-top: 30px;
}

.services-details-content h3 {
  font-size: 20px;
  margin-bottom: 13px;
}

.services-details-content .why-choose {
  margin-top: 30px;
  margin-bottom: 30px;
}

.services-details-content .why-choose .why-choose-box {
  position: relative;
  padding-left: 25px;
}

.services-details-content .why-choose .why-choose-box i {
  color: #247ffb;
  position: absolute;
  left: 0;
  top: 3px;
}

.services-details-content .services-more-content {
  margin-bottom: 100px;
}

.services-details-content .services-more-content .item-feature {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.services-details-content .services-more-content .item-feature li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.services-details-content .services-more-content .item-feature li:last-child {
  margin-bottom: 0;
}

.services-details-content .services-more-content .item-feature li::after {
  content: "\f00c";
  color: #247ffb;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}

.services-details-content .services-more-info {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  padding: 30px 30px 10px;
  text-align: center;
}

.services-details-content .services-more-info h3 {
  margin-bottom: 30px;
}

.services-details-content .services-more-info .single-info {
  margin-bottom: 20px;
  text-align: left;
  background-color: #f8f8f8;
  padding: 20px;
}

.services-details-content .services-more-info .single-info h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: normal;
}

.services-details-content .services-more-info .single-info span {
  display: block;
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
}

/*================================================
Footer Area CSS
=================================================*/
/*.footer-section {
  padding-top: 100px;
  -webkit-clip-path: polygon(47% 0, 95% 5%, 100% 0, 100% 100%, 0 100%, 0 0, 6% 4%);
          clip-path: polygon(47% 0, 95% 5%, 100% 0, 100% 100%, 0 100%, 0 0, 6% 4%);
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../img/footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-section.extra-pt {
  padding-top: 350px;
}

.footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #247ffb;
  opacity: 0.9;
}

.footer-shape-1 {
  background-color: #247ffb;
  position: absolute;
  top: 30px;
  left: 0;
  opacity: 0.5;
  height: 40px;
  width: 100%;
  -webkit-animation: mover 2s linear infinite  alternate;
          animation: mover 2s linear infinite  alternate;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 81% 85%, 50% 100%, 20% 84%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 81% 85%, 50% 100%, 20% 84%, 0 100%, 0 0);
  z-index: -1;
}

.footer-shape-2 {
  background-color: #247ffb;
  z-index: -1;
  position: absolute;
  top: 9px;
  left: 0;
  height: 40px;
  opacity: 0.9;
  width: 100%;
  -webkit-animation: mover 3s linear infinite  alternate;
          animation: mover 3s linear infinite  alternate;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 80% 90%, 50% 100%, 20% 90%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 80% 90%, 50% 100%, 20% 90%, 0 100%, 0 0);
}

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

.single-footer-widget .logo {
  margin-bottom: 25px;
}

.single-footer-widget .logo a {
  display: inline-block;
}

.single-footer-widget .logo p {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
}

.single-footer-widget p {
  color: #ffffff;
}

.single-footer-widget .newsletter-form {
  position: relative;
}

.single-footer-widget .newsletter-form .form-control {
  border: none;
  border-radius: 0;
  background-color: #ffffff;
}

.single-footer-widget .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 60px;
  cursor: pointer;
  background: #FFF323;
  color: #313232;
  font-size: 20px;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .newsletter-form button:hover {
  color: #ffffff;
  background-color: #313232;
}

.single-footer-widget .newsletter-form #validator-newsletter {
  position: absolute;
  left: 0;
  bottom: -30px;
  color: #ffffff;
}

.single-footer-widget h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
}

.single-footer-widget .footer-nav-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-nav-list li {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 14px;
}

.single-footer-widget .footer-nav-list li a {
  color: #ffffff;
}

.single-footer-widget .footer-nav-list li a:hover {
  color: #FFF323;
}

.single-footer-widget .footer-nav-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-info-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-info-list li {
  margin-bottom: 14px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
}

.single-footer-widget .footer-info-list li span {
  display: inline-block;
  font-weight: normal;
}

.single-footer-widget .footer-info-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-info-list li a {
  display: block;
  color: #ffffff;
  margin-bottom: 3px;
}

.single-footer-widget .footer-info-list li a:hover {
  color: #FFF323;
}

.single-footer-widget .working-hours {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .working-hours li {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 14px;
}

.single-footer-widget .working-hours li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .social-links {
  padding-left: 0;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
}

.single-footer-widget .social-links li {
  display: inline-block;
  line-height: initial;
  margin-right: 15px;
}

.single-footer-widget .social-links li a {
  color: #ffffff;
  font-size: 16px;
}

.single-footer-widget .social-links li a:hover {
  color: #FFF323;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.single-footer-widget .social-links li:last-child {
  margin-right: 0;
}

.copyright-area {
  text-align: center;
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright-area p {
  font-size: 16px;
  color: #ffffff;
}

.copyright-area p a {
  display: inline-block;
  color: #FFF323;
  font-weight: 500;
}*/

/*================================================
Back To Top CSS
=================================================*/
#toTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  z-index: 11;
}

#toTop i {
  background-color: #c30047;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 39px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  font-size: 18px;
}

#toTop i:hover {
  background-color: #FFF323;
  color: #313232;
}
/*# sourceMappingURL=style.css.map */

.home5-primary-btn {
    padding: 10px 13px;
    background-color: #4d648d;
    color: #ffffff;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    vertical-align: middle;
}

.home5-primary-btn:hover {
	color:#FFF;
}


/*--------------------------------------------------------------
# Process
--------------------------------------------------------------*/
.process {
  position: relative;
  display: block;
  padding: 40px 0 10px;
  z-index: 1;
}

.process__inner {
  position: relative;
  display: block;
  counter-reset: count;
  z-index: 1;
}

.process-line {
  position: absolute;
  top: -10px;
  left: 168px;
  z-index: -1;
}

.process-line img {
  width: auto;
}

.process__single {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 65px 0;
  margin-bottom: 20px;
}

.process__icon-box {
  position: relative;
  display: block;
  height: 142px;
  width: 142px;
  margin: 0 auto;
}

.process__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 130px;
  width: 130px;
  background-color: var(--brote-primary);
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}

.process__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: #4d648d;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
  z-index: 1;
}

.process__single:hover .process__icon span {
  -webkit-transform: scale(0.9) rotateY(360deg);
  transform: scale(0.9) rotateY(360deg);
  color: #4d648d;
}

.process-icon-shape {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.process__count {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #4d648d;
  z-index: 2;
}

.process__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 45px;
  font-weight: 700;
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  font-family: var(--qutiiz-font-two);
  color: #fff;
}

.process__content {
  position: relative;
  display: block;
}

.process__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  margin-top: 34px;
  margin-bottom: 17px;
}

.process__title a {
  color: #4d648d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.process__title a:hover {
  color: var(--brote-primary);
}

.process__single-two .process__count {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
}


.section-title__title {
    margin: 0;
    color: #313232;
    font-size: 50px;
    line-height: 61px;
    font-weight: 700;
}

.section-title__tagline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--brote-gray);
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px;
    margin-bottom: 3px;
}

.section-title {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 47px;
}



/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--brote-base);
  margin-top: -98px;
  z-index: 1;
}

.site-footer-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.02;
}

.site-footer-shape-two {
  position: absolute;
  bottom: -20px;
  left: 47%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  mix-blend-mode: lighten;
  opacity: .10;
  z-index: -1;
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.site-footer-shape-two img {
  width: auto;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 40px 0 20px;
}

.footer-widget__about {
  position: relative;
  display: block;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
  margin-top: -1px;
}

.footer-widget__about-text {
  color: #fff !important;
  line-height: 32px;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 29px;
}

.site-footer__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--brote-white);
  font-size: 15px;
  background-color: #4d648d;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--brote-base);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--brote-white);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a+a {
  margin-left: 10px;
}

.footer-widget__links {
  position: relative;
  display: block;
}

.footer-widget__title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--brote-white);
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 24px;
}

.footer-widget__links-list {
  position: relative;
  display: block;
}

.footer-widget__links-list li+li {
  margin-top: 6px;
}

.footer-widget__links-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
  color: var(--brote-white);
}

.footer-widget__articles {
  position: relative;
  display: block;
  margin-right: -30px;
}

.footer-widget__articles-list {
  position: relative;
  display: block;
  margin-top: 9px;
}

.footer-widget__articles-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-widget__articles-list li+li {
  margin-top: 20px;
}

.footer-widget__articles-img {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  max-width: 80px;
  width: 100%;
}

.footer-widget__articles-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--brote-base-rgb), 0.5);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  border-radius: 10px;
  z-index: 1;
}

.footer-widget__articles-list li:hover .footer-widget__articles-img:before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.footer-widget__articles-img img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.footer-widget__articles-list li:hover .footer-widget__articles-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.footer-widget__articles-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: var(--brote-white);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.footer-widget__articles-list li:hover .footer-widget__articles-img a {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.footer-widget__articles-content {
  margin-left: 20px;
  margin-top: -2px;
}

.footer-widget__articles-date {
  font-size: 14px;
  color: var(--brote-primary);
  line-height: 14px;
  margin-bottom: 7px;
}

.footer-widget__articles-sub-title {
  font-size: 16px;
  color: var(--brote-white);
  font-weight: 700;
  line-height: 30px;
}

.footer-widget__articles-sub-title a {
  color: var(--brote-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__articles-sub-title a:hover {
  color: var(--brote-primary);
}

.footer-widget__newsletter {
  position: relative;
  display: block;
  margin-left: 70px;
}

.footer-widget__newsletter-text {
  color: #b1c2f5;
  line-height: 28px;
  padding-top: 1px;
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
  margin-top: 31px;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 60px;
  background-color: rgba(var(--brote-white-rgb), 0.1);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  color: var(--brote-white);
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  height: 36px;
  width: 36px;
  border: none;
  border-radius: 50%;
  font-size: 15px;
  background-color: var(--brote-primary);
  color: var(--brote-white);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__newsletter-btn:hover {
  background-color: var(--brote-white);
  color: var(--brote-base);
}

.site-footer__bottom {
  position: relative;
  display: block;
  background-color: #c30047;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 6px 0;
}

.site-footer__bottom-inner p {
   font-size: 13px;
  color: #b1c2f5;
  line-height: 1.0;
}

.site-footer__bottom-inner p a {
  
  color: #b1c2f5;
 
}

.site-footer__bottom-text {
  font-size: 16px;
  color: #b1c2f5;
}

.site-footer__bottom-text a {
  color: #b1c2f5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--brote-white);
}

.site-footer-two {
  margin-top: 0;
}

.site-footer-two .site-footer__top {
  padding: 112px 0 91px;
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  padding: 75px 0 110px;
}

.feature-two__single {
  position: relative;
  display: block;
  padding-left: 140px;
  margin-bottom: 60px;
  min-height: 120px;
  z-index: 1;
}

.feature-two__single:before {
  position: absolute;
  top: -15px;
  bottom: -15px;
  right: 0;
  left: 58px;
  content: "";
  border: 1px solid #e4e5ea;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.feature-two__single:hover:before {
  background-color: var(--brote-base);
  border: 1px solid var(--brote-base);
}

.feature-two__icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-color: #e4e5ea;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  top: 0;
  left: 0;
}

.feature-two__single:hover .feature-two__icon {
  background-color: var(--brote-primary);
}

.feature-two__icon:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  background-color: var(--brote-white);
  border-radius: 50%;
  z-index: 1;
}

.feature-two__icon img {
  width: auto;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
}

.feature-two__single:hover .feature-two__icon img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.feature-two__content {
  position: relative;
  display: block;
  top: 12px;
}

.feature-two__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 3px;
}

.feature-two__title a {
  color: var(--brote-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__title a {
  color: var(--brote-white);
}

.feature-two__text {
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__text {
  color: #b1c2f5;
}

.feature-two__star-1 {
  position: absolute;
  bottom: 4px;
  right: 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.feature-two__single:hover .feature-two__star-1 {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feature-two__star-1 img {
  width: auto;
  opacity: .20;
}

.feature-two__star-2 {
  position: absolute;
  bottom: 20px;
  right: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.feature-two__single:hover .feature-two__star-2 {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feature-two__star-2 img {
  width: auto;
  opacity: .20;
}

.feature-two__star-3 {
  position: absolute;
  bottom: -14px;
  right: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.feature-two__single:hover .feature-two__star-3 {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feature-two__star-3 img {
  width: auto;
  opacity: .20;
}


/*--------------------------------------------------------------
# Information
--------------------------------------------------------------*/
.information {
  position: relative;
  display: block;
  z-index: 2;
}

.information__inner {
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: #c30047;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
  padding: 72px 0px 27px;
  margin-top: 80px;
  margin-left: 60px;
  margin-right: 60px;
  z-index: 1;
}

.information__inner:before {
  position: absolute;
  top: 15px;
  left: -60px;
  right: -60px;
  bottom: 15px;
  content: "";
  border-radius: 10px;
  background-color: #fff;
 -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.information__logo-box {
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.information__logo-box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #b9b9b9;
  border-radius: 50%;
}

.information__logo-box a {
  z-index: 2;
}

.information__logo-box img {
  width: auto;
}

.information__border-1 {
  position: absolute;
  top: 76px;
  left: -90px;
  right: -90px;
  height: 3px;
  content: "";
  background-color: #4d648d;
  z-index: -1;
}

.information__border-2 {
  position: absolute;
  top: 83px;
  left: -70px;
  right: -70px;
  height: 3px;
  content: "";
  background-color: #000;
  z-index: -1;
}

.information__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}

.information__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.information__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.information__icon span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 50px;
  color: #4d648d;
}

.information__content {
  margin-left: 20px;
}

.information__sub-title {
  font-size: 18px;
}

.information__number {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 6px;
}

.information__number a {
  color: #4d648d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.information__number a:hover {
  color: #4d648d;
}

.information-two .information__inner {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: #000;
  margin-top: -20px;
  z-index: 1;
}

.site-footer-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.02;
}

.site-footer-shape-two {
  position: absolute;
  bottom: -44px;
  left: 47%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  mix-blend-mode: lighten;
  opacity: .10;
  z-index: -1;
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/*--------------------------------------------------------------
# Call One
--------------------------------------------------------------*/
.call-one {
  position: relative;
  display: block;
  background-color: #4d648d;
  z-index: 1;
  padding: 0px 0px 0px 0px;
}

.call-one-shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 205px;*/
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: .60;
  z-index: -1;
}

.call-one-shape-2 {
 position: absolute;
  top: 0;
 /* right: 190px;*/
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: .60;
  z-index: -1;
}

.call-one__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0;
}

.call-one__text {
  font-size: 34px;
  color: var(--brote-white);
  font-weight: 700;
  line-height: 46px;
}

.call-one__call-number a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 40px;
  border-radius: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.call-one__call-number a:hover {
  background-color: var(--brote-white);
  color: var(--brote-base);
}

.call-one__call-number a i {
  height: 53px;
  width: 53px;
  background-color: #4d648d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.call-one__call-number a:hover i {
  background-color: var(--brote-primary);
  color: var(--brote-white);
}


@media only screen and (max-width: 767px) {
.call-one-shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px !important;
    width: 100%; !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: .60;
    z-index: -1;
}

.call-one-shape-2 {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: .60;
    z-index: -1;
}

.call-one__inner {
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.call-one__text-box {
    margin-bottom: 18px;
}


.navbar-brand img {
    
    margin-top: 0px !important;
	width:76%;
}
.col-6 {
    flex: 0 0 auto;
    width: 100%;
}
 .col-4 {
    flex: 0 0 auto;
    width: 100%;
	
}



.site-footer-shape-two {
    position: absolute;
    bottom: 0px;
    left: 47%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    mix-blend-mode: lighten;
    opacity: .10;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

}


.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
   /* z-index: 9999 !important;
    margin-top: -37px ;*/
}

#avantages {
    background: #4d648d;
    padding: 30px 0 30px 0;
    color: #ffffff;
	margin-bottom:80px;
}












.donations-area.two{background-color:#f4f8f7}.donations-area.two .donation-item{background-color:#fff}.donations-area.two .donation-item:hover{background-color:#302c51}.benefit-area.two .section-title{text-align:left}.benefit-area.two .benefit-img{margin-bottom:30px;position:relative}.benefit-area.two .benefit-img img:nth-child(1){width:100%;-webkit-animation:border-transform-default 10s linear infinite alternate forwards;animation:border-transform-default 10s linear infinite alternate forwards;z-index:1;position:relative}.benefit-area.two .benefit-img img:nth-child(2){position:absolute;left:0;bottom:0}.benefit-area.two .benefit-item{border:0;padding:0;text-align:left}.team-item{text-align:center;margin-bottom:30px;border-radius:30px 30px 0 30px;-webkit-box-shadow:0 0 20px 0 #dddddd8c;box-shadow:0 0 20px 0 #dddddd8c;-webkit-transition:.5s all ease;transition:.5s all ease}.team-item:hover{-webkit-transform:translate(0,-10px);transform:translate(0,-10px);border:0}.team-item:hover .top img{border-radius:0}.team-item:hover .top ul{opacity:1;visibility:visible;bottom:15px}.team-item .top{position:relative}.team-item .top img{width:100%;border-radius:30px 30px 0 30px;-webkit-transition:.5s all ease;transition:.5s all ease}.team-item .top ul{position:absolute;left:0;right:0;bottom:0;opacity:0;visibility:hidden;-webkit-transition:.5s all ease;transition:.5s all ease}.team-item .top ul li{list-style-type:none;display:inline-block;margin-left:3px;margin-right:3px}.team-item .top ul li a{display:block;width:30px;height:30px;text-align:center;color:#fff;background-color:#302c51;font-size:14px;border-radius:50%}.team-item .top ul li a i{line-height:30px}.team-item .top ul li a:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px)}.team-item .bottom{padding:28px 25px 30px}.team-item .bottom h3{font-size:22px;margin-bottom:5px}.team-item .bottom span{display:block;color:#ff6015}.banner-area-two.three .banner-img-four{background-image:url(../img/banner/banner-bg5.jpg)}.banner-area-two.three .banner-img-five{background-image:url(../img/banner/banner-bg1.jpg)}.banner-area-two.three .banner-img-six{background-image:url(../img/banner/banner-bg6.jpg)}.banner-area-two.three .banner-slider-item{height:850px}.banner-area-two.three .banner-slider-item:before{position:absolute;content:'';width:100%;height:100%;top:0;left:0;background-color:#302c51;opacity:.6}.banner-area-two.three .banner-content{background-image:unset;-webkit-animation:unset;animation:unset;margin-top:50px;max-width:540px;margin-left:0;margin-right:0;text-align:left;padding:0}.banner-area-two.three .banner-content:before{display:none}.benefit-area.three{background-color:#f9f9f9}.donations-area.three .donation-item{padding:30px}.donations-area.three .donation-item .inner{padding:0}.donations-area.three .donation-item .top p{margin-bottom:25px}.donations-area.three .donation-item .img .common-btn{opacity:1;visibility:visible;bottom:-23px;z-index:1}.donations-area.three .donation-item .bottom{padding-top:14px}

.donation-item p:hover {
	color:#fff;
}

.donation-item p {font-size:14px; font-weight: 500; color:#222; text-align: center;}
.donation-item:hover .img img{border-radius:0}.donation-item:hover .img .common-btn{opacity:1;visibility:visible;bottom:15px}.donation-item:hover .top .tags{color:#fff}.donation-item:hover .top h3 a{color:#fff}.donation-item:hover  .top  h3 a:hover{color:#ff6015}.donation-item:hover .top p{color:#fff}.donation-item:hover .bottom .skill:before{background:#fff}.donation-item:hover .bottom ul li {color:#fff}.donation-item:hover .bottom h4{color:#fff}.donation-item:hover .bottom .skill-bar span{color:#fff}.donation-item .img{position:relative}.donation-item .img img{width:100%;border-radius:30px 30px 0 30px;-webkit-transition:.5s all ease;transition:.5s all ease}.donation-item .img .common-btn{position:absolute;left:0;right:0;bottom:0;text-align:center;max-width:160px;margin-left:auto;margin-right:auto;opacity:0;visibility:hidden}.donation-item .inner{padding:26px 30px 30px}.donation-item .top .tags{display:inline-block;color:#c30047;font-weight:600;margin-bottom:12px}.donation-item .top .tags:hover{color:#302c51}.donation-item .top h3{margin-bottom:15px;font-size:16px; font-weight: 600; text-align: center;}.donation-item .top h3 a{color:#302c51}.donation-item .top h3 a:hover{color:#ff6015}.donation-item .top p{margin-bottom:0;-webkit-transition:.5s all ease;transition:.5s all ease}.donation-item .bottom{position:relative;padding-top:25px;overflow:hidden}.donation-item .bottom .skill{margin-bottom:20px;position:relative}.donation-item .bottom .skill:before{position:absolute;content:"";width:100%;height:8px;bottom:0;left:0;display:block;background:#ebeded;border-radius:30px;-webkit-transition:.5s all ease;transition:.5s all ease}.donation-item .bottom .skill-bar{width:100%;height:8px;background:#ff6015;display:block;position:relative;border-radius:30px}.donation-item .bottom .skill-bar span{position:absolute;top:-26px;padding:0;font-size:15px;font-weight:600;color:#302c51;margin-bottom:0;display:inline-block;-webkit-transition:.5s all ease;transition:.5s all ease}.donation-item .bottom .skill1{width:85%}.donation-item .bottom .skill1 .skill-count1{right:7px}.donation-item .bottom .skill2{width:95%}.donation-item .bottom .skill2 .skill-count2{right:7px}.donation-item .bottom .skill3{width:90%}.donation-item .bottom .skill3 .skill-count3{right:7px}.donation-item .bottom .skill4{width:80%}.donation-item .bottom .skill4 .skill-count4{right:7px}.donation-item .bottom .skill5{width:75%}.donation-item .bottom .skill5 .skill-count5{right:7px}.donation-item .bottom .skill6{width:70%}.donation-item .bottom .skill6 .skill-count6{right:7px}.donation-item .bottom ul{display:inline-grid;display:-ms-flexbox;/*display:flex;-ms-flex-wrap:wrap;*/flex-wrap:wrap;margin-bottom:18px}.donation-item .bottom ul li{display:inline-block;/*-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-transition:.5s all ease;transition:.5s all ease*/}
.donation-item .bottom ul li:last-child{text-align:left}
.donation-item .bottom h4{font-weight:500;font-size:16px;margin-bottom:0;-webkit-transition:.5s all ease;transition:.5s all ease}
.donation-item .bottom h4 span{color:#ff6015}


.donations-area.three .donation-item .img .common-btn {
    opacity: 1;
    visibility: visible;
    bottom: -23px;
    z-index: 1;
}
.donation-item .img .common-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    visibility: hidden;
}
.common-btn {
    color: #fff;
    background-color: #ff6015;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
}


.donations-area.three .donation-item {
    padding: 20px 30px 0px  20px;
}
.donation-item:hover {
    -webkit-transform: translate(0,-10px);
    transform: translate(0,-10px);
    border-radius: 0;
    background-color: #c30047;
}
.donation-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 0 #dddddd8c;
    box-shadow: 0 0 20px 0 #dddddd8c;
    border-radius: 30px 30px 0 30px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}
.navbar-brand img {
	
}


.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
   /* margin-right: -12rem !important;*/
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}



.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.table1>tbody>tr>td, .table1>tbody>tr>th, .table1>tfoot>tr>td, .table1>tfoot>tr>th, .table1>thead>tr>td, .table1>thead>tr>th {
    padding: 7px;
    line-height: 1.42857143;
    vertical-align: top;
    /* border-top: 1px solid #ddd; */
}







.donation1 {
   /* background: #fff none repeat scroll 0 0;*/
    border: 1px solid #ddd;
    padding: 10px 20px 20px;
}

.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
   10%{     color: #000 ;    }
    49%{    color: #fff; }
    60%{    color: #fff; }
    99%{    color:#fff;  }
    100%{   color: #000;    }
}












  