/*!
 * Start Bootstrap - Freelancer v5.0.3 (https://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
 */

body {
  font-family: 'Lato';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat';
}

hr.star-light,
hr.star-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

hr.star-light:after,
hr.star-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f005';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em;
}

hr.star-light {
  border-color: #fff;
}

hr.star-light:after {
  color: #fff;
  background-color: #74C7D5;
}

hr.star-dark {
  border-color: #2C3E50;
}

hr.star-dark:after {
  color: #2C3E50;
  background-color: white;
}

section {
  padding: 5rem 0;
}


section h2 {
  font-size: 2.25rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  section h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
}

.btn-social {
  width: 4.25rem;
  height: 4.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 3.1rem;
}

#mainNav {
  font-weight: 700;
  font-family: 'Montserrat';
  max-width: 100%;
}

#mainNav .navbar-brand {
  color: #fff;
}

#mainNav .navbar-nav {
  margin-top: 1rem;
  letter-spacing: 0.0625rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover, #mainNav .navbar-nav li.nav-item a.nav-link i:hover {
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #74C7D5;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
}

@media (min-width: 992px) {
  #mainNav {
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    font-size: 2em;
    -webkit-transition: font-size 0.3s;
    transition: font-size 0.3s;
  }
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff;
    background: #74C7D5;
    padding-top: 35px !important;
    position: relative;
    top: -15px;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #fff;
    background: #74C7D5;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

header.masthead {
  padding-top: calc(6rem + 72px);
  padding-bottom: 10rem;
}

header.masthead h1 {
  font-size: 3rem;
  line-height: 3rem;
}

header.masthead h2 {
  font-size: 1.3rem;
  font-family: 'Lato';
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(6rem + 106px);
    padding-bottom: 10rem;
  }
  header.masthead h1 {
    font-size: 4.75em;
    line-height: 4rem;
  }
  header.masthead h2 {
    font-size: 1.75em;
  }
}

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

.portfolio .portfolio-item {
  position: relative;
  display: block;
  max-width: 25rem;
  margin-bottom: 15px;
}

.portfolio .portfolio-item .portfolio-item-caption {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background-color: rgba(24, 188, 156, 0.9);
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
  opacity: 1;
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .portfolio {
    margin-bottom: -30px;
  }
  .portfolio .portfolio-item {
    margin-bottom: 30px;
  }
}

.portfolio-modal .portfolio-modal-dialog {
  padding: 3rem 1rem;
  min-height: calc(100vh - 2rem);
  margin: 1rem calc(1rem - 8px);
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
}

.portfolio-modal .portfolio-modal-dialog .close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.portfolio-modal .portfolio-modal-dialog .close-button i {
  line-height: 38px;
}

.portfolio-modal .portfolio-modal-dialog h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .portfolio-modal .portfolio-modal-dialog {
    min-height: 100vh;
    padding: 5rem;
    margin: 3rem calc(3rem - 8px);
  }
  .portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 3rem;
  }
}

.floating-label-form-group {
  position: relative;
  border-bottom: 1px solid #e9ecef;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #74C7D5;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef;
}

.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2C3E50;
  color: #fff;
}

.copyright {
  background-color: #1a252f;
}

a {
  color: #74C7D5;
}

a:focus, a:hover, a:active {
  color: #128f76;
}

.btn {
  border-width: 2px;
}

.bg-primary {
  background-color: #74C7D5 !important;
}

.bg-secondary {
  background-color: #2C3E50 !important;
}

.text-primary {
  color: #74C7D5 !important;
}

.text-secondary {
  color: #2C3E50 !important;
}

.btn-primary {
  background-color: #74C7D5;
  border-color: #74C7D5;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #128f76;
  border-color: #128f76;
}

.btn-secondary {
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #1a252f;
  border-color: #1a252f;
}


.bg-1{
background: radial-gradient(#ffffff, #d68a36 90%);
  background-image: url('../img/bg1.jpg');
      background-position: center;
    background-size: cover;
}
.bg-2{
  background-image: url('../img/bg2.jpg');
      background-position: center;
    background-size: cover;
}
.bg-3{
  background-image: url('../img/bg3.jpg');
      background-position: center;
    background-size: cover;
}
.bg-4{
  background-image: url('../img/bg4.jpg');
      background-position: center;
    background-size: cover;
}
.bg-5{
  background-image: url('../img/bg5.jpg');
      background-position: center;
    background-size: cover;
}

.bg-6{
  background-image: url('../img/bg6.jpg');
      background-position: center;
    background-size: cover;
}
.bg-7{
  background-image: url('../img/bg7.jpg');
      background-position: center;
    background-size: cover;
}

.gradienteShadowNav{
  background: rgba(0,0,0,0.25)  !important;
 }

 .barLogo{
  width: 165px;
 }

@media (max-width: 992px) {
  ul.navbar-nav{
    display: inline-block;
  }
  ul.navbar-nav li{
    float: left;
    margin: 10px !important;
  }
  ul.navbar-nav li a{
    background-color: #d69341;
    border: solid 2px #96662c;
    padding: 3px 10px !important; 
    border-radius: 3px;
  }
}
button.navbar-toggler.navbar-toggler-right.text-uppercase.bg-primary.text-white.rounded.collapsed, button.navbar-toggler.navbar-toggler-right.text-uppercase.bg-primary.text-white.rounded{
  background-color: #d5863b!important;
}



@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff'),
        url('fonts/Lato-Regular.ttf') format('truetype'),
        url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeue-Bold.woff2') format('woff2'),
        url('fonts/BebasNeue-Bold.woff') format('woff'),
        url('fonts/BebasNeue-Bold.ttf') format('truetype'),
        url('fonts/BebasNeue-Bold.svg#BebasNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('fonts/BebasNeue-Regular.woff') format('woff'),
        url('fonts/BebasNeue-Regular.ttf') format('truetype'),
        url('fonts/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Black.woff2') format('woff2'),
        url('fonts/Lato-Black.woff') format('woff'),
        url('fonts/Lato-Black.ttf') format('truetype'),
        url('fonts/Lato-Black.svg#Lato-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeue-Light.woff2') format('woff2'),
        url('fonts/BebasNeue-Light.woff') format('woff'),
        url('fonts/BebasNeue-Light.ttf') format('truetype'),
        url('fonts/BebasNeue-Light.svg#BebasNeue-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.woff2') format('woff2'),
        url('fonts/Lato-Bold.woff') format('woff'),
        url('fonts/Lato-Bold.ttf') format('truetype'),
        url('fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeue-Thin.woff2') format('woff2'),
        url('fonts/BebasNeue-Thin.woff') format('woff'),
        url('fonts/BebasNeue-Thin.ttf') format('truetype'),
        url('fonts/BebasNeue-Thin.svg#BebasNeue-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Book';
    src: url('fonts/BebasNeue-Book.woff2') format('woff2'),
        url('fonts/BebasNeue-Book.woff') format('woff'),
        url('fonts/BebasNeue-Book.ttf') format('truetype'),
        url('fonts/BebasNeue-Book.svg#BebasNeue-Book') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Kai';
    src: url('fonts/BebasKai.woff2') format('woff2'),
        url('fonts/BebasKai.woff') format('woff'),
        url('fonts/BebasKai.ttf') format('truetype'),
        url('fonts/BebasKai.svg#BebasKai') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 17, 2019 */



@font-face {
  font-family: 'open_sansbold';
  src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
       url('fonts/opensans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'open_sansbold_italic';
  src: url('fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
       url('fonts/opensans-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'open_sansextrabold';
  src: url('fonts/opensans-extrabold-webfont.woff2') format('woff2'),
       url('fonts/opensans-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'open_sansextrabold_italic';
  src: url('fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'),
       url('fonts/opensans-extrabolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'open_sansitalic';
  src: url('fonts/opensans-italic-webfont.woff2') format('woff2'),
       url('fonts/opensans-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'open_sanslight';
  src: url('fonts/opensans-light-webfont.woff2') format('woff2'),
       url('fonts/opensans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'open_sanslight_italic';
  src: url('fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
       url('fonts/opensans-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'open_sansregular';
  src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
       url('fonts/opensans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'open_sanssemibold';
  src: url('fonts/opensans-semibold-webfont.woff2') format('woff2'),
       url('fonts/opensans-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'open_sanssemibold_italic';
  src: url('fonts/opensans-semibolditalic-webfont.woff2') format('woff2'),
       url('fonts/opensans-semibolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.open_sanslight{
  font-family: 'open_sanslight' !important; font-weight: normal; font-style: normal;
}

.open_sansregular{
  font-family: 'open_sansregular' !important; font-weight: normal; font-style: normal;
}

.open_sanssemibold{
  font-family: 'open_sanssemibold' !important; font-weight: normal; font-style: normal;
}

.open_sansbold{
  font-family: 'open_sansbold' !important; font-weight: normal; font-style: normal;
}

.bebaskai{
  font-family: 'Bebas Kai' !important; font-weight: normal; font-style: normal;
}
.bebasneue_bold{
  font-family: 'Bebas Neue' !important; font-weight: bold; font-style: normal;
}
.bebasneue_light{
  font-family: 'Bebas Neue' !important; font-weight: 300; font-style: normal;
    letter-spacing: 0.05em;
}
.bebasneue_book{
  font-family: 'Bebas Neue Book' !important; font-weight: 300; font-style: normal;
    letter-spacing: 0.05em;
}
.lato_regular{
  font-family: 'Lato' !important; font-weight: normal; font-style: normal;
}
.lato_black{
  font-family: 'Lato' !important; font-weight: 900; font-style: normal;
}

nav#mainNav {
    font-size: .8em;
}


.text-padrao{
  color: #186c99;
}

h2{
      font-size: 3em !important;
      margin-bottom: 30px !important;
      z-index: 2;
}

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

.my-flex-card > div > div.card {
    height: calc(100% - 15px);
    margin-bottom: 15px;
}

section, header{
  min-height: 100vH;
  vertical-align: middle;
}

.circuloG{
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-color: #5B4B59;
  display: block;
  z-index: 1;
}

.circuloInner{
  position: absolute;
  top: 12px;
  left: 12px;
  width: 126px;
  height: 126px;
  border-radius: 70px;
  background-image: radial-gradient( rgb(255, 255, 255) 25%,rgb(207, 207, 207) 75%);
  display: block;
}

.seta-grande{
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 0;
  width: 47%;
}

.boxBalao {
  position: absolute;
  left: 0;
  top: 25px;
  color: #5b4b59;
  z-index: 2;
  width: 260px;
  height: 100px;
  background-color: #fff;
  border-radius: 30px;
}

.balaoleft i, .balaoright i{
  background-color: #5b4b59;
  color: #ffffff96;
  width: 80px;
  height: 80px;
  position: relative;
  top: 6px;
  right: 8px;
  border-radius: 40px;
  font-size: 50px;
}

.balaoleft i{
  top: 10px;
  right: 8px;
}
.balaoleft i::before{
  position: relative;
  top: 9px;
  right: 10px;
}
.balaoright i{
  top: 10px;
  left: 8px;
}
.balaoright i::before{
  position: relative;
  top: 9px;
  left: 10px;
}

.icon2::before{
  top: 13px !important;
  left: 15px !important;
}

.icon3::before{
  top: 12px !important;
  right: 13px !important;
}

.icon4::before{
  top: 14px !important;
  left: 22px !important;
}

.balaoleft{
  right: 25px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  left: unset;
  text-align: right;
}

.balaoright{
  right: unset;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  left: 25px;
  text-align: left;
}
.balaoleft ul{
  text-align: right;
  position: absolute;
  right: 100px;
  top: 23px;
  color: rgb(56, 56, 56);
}

.balaoright ul{
  text-align: left;
  position: absolute;
  left: 100px;
  top: 23px;
  color: rgb(56, 56, 56);
}
.border-b{
  border-bottom: solid 1px rgb(56, 56, 56);
}
.container{
  z-index: 1;
}

.contatoYellow{
  color: #f1df48;
}
  .P-relative{
    position: relative;
  }

  .setaSimples{
    bottom: -90px;
  }

  .absoluteCenter{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.m0-auto{
  margin: 0 auto !important;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.divisor{
  margin: 5px auto;
  display: block;
  width: 20%;
}

.container h1{
  margin-top: 50px;
}

.container h5{
  color: rgba(255, 255, 255, 0.5)
}

.box1{
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 5px;
  margin: 3px;
  min-height: 362px;
}
.box3{
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 15px 5px;
  margin: 30px 0;
  height: 170px;
  position: relative;
}
.box3 span{
  display: inline-block;
  color: #333033;
  position: relative;
}
.subEscrito{
  position: absolute;
  font-size: 0.5em;
  top: 5px;
}

.bx2{
  margin: 20px;
}

.bx2 .boxDescript{
  font-size: 1em;
}

.bx2 .boxDescript li{
  font-size: 1.2em;
  color: #A1CA6C;
}

.tooltip2{
  background-color: #A1CA6C;
  padding: 7px;
  margin: 20px 15px;;
  text-align: center;
  border-radius: 5px;
  font-size: 1.5em;
}


.tooltip2::after {
  position: absolute;
  content: "";
  top: 65px;
  right: 45%;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 18px solid  #A1CA6C;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}

.tooltip3{
  background-color: #DF5C64;
  padding: 7px;
  margin: 20px 0px;;
  text-align: center;
  border-radius: 5px;
  font-size: 1.5em;
  display: block;
}


.tooltip3::after {
  position: absolute;
  content: "";
  top: 65px;
  right: 45%;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 18px solid  #DF5C64;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}

.acervoBT{
  background-color: #09596b67;
  width: 300px;
  height: 300px;
  padding: 50px;
  display: block;
  margin: 20px auto;
  border-radius: 40px;
  text-decoration: none;
}

.acervoBT:hover,.acervoBT:active,.acervoBT:focus{
  color: #fff;
  text-decoration: none;
}
.acervoBT span{
  display: inline-block;
  margin-top: 25px;
}
.acervoBT i{
  font-size: 7em;
}

.listaServ li{
  text-align: center;
  background-color: #0000001c;
  padding: 15px;
  font-size: 1.5em;
  margin: 25px 0;
  border-radius: 3px;
}

.boxTitle{
  font-size: 1.8em;
}
.boxDescript{
  font-size: 0.8em;
}
.box1 img{
  margin: 40px auto;
  display: block;
}


.f-branco{
  color: #fff;
}

@media (max-width: 767px) {
	.logoBig{
    width: 85%;
  }
}

}
.WH-CENTER{
    margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    left: 50%;
    transform: translate(-50%, -50%);
}

/* equal card height */
.row-equal > div[class*='col-'] {
    display: inline-block;
    flex: 1 0 auto;
    float: left;
}

.row-equal .card {
   width: 100%;
}

/* ensure equal card height inside carousel */
.carousel-inner>.row-equal.active, 
.carousel-inner>.row-equal.next, 
.carousel-inner>.row-equal.prev {
    display: flex;
}

/* prevent flicker during transition */
.carousel-inner>.row-equal.active.left, 
.carousel-inner>.row-equal.active.right {
    opacity: 0.5;
    display: flex;
}


/* control image height */
.card-img-top-250 {
    max-height: 250px;
    overflow:hidden;
}
.carroucelBT{
      height: 55px;
}
.carroucelBT .lead{
    position: absolute;
    right: 10px;
}

.my-flex-card.carousel-item > div > div.card {
    height: calc(100% - 50px);
    margin-bottom: 15px;
}

.logosPartners{
  margin-top: 80px;
  margin-bottom: 30px;
  max-width: calc(100% - 20px);
}

footer, .copyright{
  background-color: #c36a1a !important;
}



.footer-about{
  font-size: 15px;
}

.footer h4 img {
  margin-right: 15px;
}
.footer h4 {
  font-size: 18px;
}

.d-block{
  display: block;
}
.foot-col-2{
  padding-top: 33px;
}
.foot-icon-list li a i{
    font-size: 51px;
    position: relative;
    left: -9px;
    top: 3px;
}
.foterlink li a,.foterlink li a:focus, .foterlink li a:visited{
  color: #ffffff;
  text-decoration: none;

}

footer{
  text-align: center;
}

@media (max-width: 990px) {
	h2 {
	  line-height: .8em !important;
	}
}

.foterlink li a i,.foterlink li i{
  margin: 10px;
  font-size: 30px;
}