body {
  font-family: "My Futura Lt BT" !important;
  overflow-x: hidden;
}

/******Start Home******/
@font-face {
  font-family: "My Futura Lt BT";
  src: url("../fonts/Futura_Lt_BT/Futura_Light_BT.ttf");
}

@font-face {
  font-family: "My Futura Md BT";
  src: url("../fonts/Futura_Md_BT/Futura_Bold_BT.ttf");
}

.my-futura-md-bt {
  font-family: "My Futura Md BT" !important;
  font-weight: 500 !important;
}

header .bg-header-top {
  min-width: 100%;
  min-height: 44px;
  background: url(../img/bg_header_top_2.jpg);
  background-size: cover;
  box-sizing: border-box;
  padding-top: 0.625rem;
}

header p {
  font-size: 1rem;
  color: #ffffff;
}

header .bg-header-top a{ 
  color: #fff;
  text-decoration: none;
 }

 header .bg-header-top a:hover{
  /*color: #000;*/
  text-decoration: underline;
 }

/*header .header-contact{
	 list-style-type: none;
	border: solid 1px pink;
	margin: 0;
	padding: 0;
}*/

header .pe-6 {
  padding-right: 4rem !important;
}

header .navbar {
  min-width: 100%;
  min-height: 96px;
  background: url(../img/bg_header_menu_2.jpg);
  box-sizing: border-box;
  padding-bottom: 0;
}

/*header .navbar-brand{
	margin-top: -1rem;
}*/

header .navbar-nav {
  padding-left: 0rem;
  margin-top: 0rem;
  margin-left: 0rem;
  font-size: 1.3331rem;
  /*color: #8c8c8c;*/
  color: #FFF;
  /*border:  solid 1px orange;*/
}

header .navbar-light .navbar-nav .nav-link{
  color: #ffffff !important;
}

header .navbar-light .navbar-nav .nav-link:hover {
  color: #000 !important;
  text-decoration: none;
}

/*header .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}*/

header .border-right {
  min-width: 2px;
  min-height: 60px;
  background: url(../img/border_right.png);
}

.menu-fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  /*max-width:1000px;*/
  width: 100%;
  /*box-shadow:0px 4px 3px rgba(0,0,0,.5);*/
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  header .bg-header-top {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
  }

  header img {
    display: none;
  }

  header p {
    display: none;
  }

  header .navbar {
    min-width: 100%;
    min-height: auto;
    background-size: cover;
    text-align: center;
  }

  header .border-right {
    min-width: 100%;
    min-height: 100%;
    background: none;
  }
}

/*header .header-contact, li{
	min-width: 215px;
	display: inline;
	border: solid 1px yellow;
}*/

/*.flexstart {
       justify-content: flex-start;
     }
     .flexend {
       justify-content: flex-end;
     }
     .flexcenter {
       justify-content: center;
     }
     .between {
       justify-content: space-between;
     }
     .around {
       justify-content: space-around;
     }*/

.home-slider {
  /*display: inline-block;*/
}

.txt {
  position: absolute;
  top: 4rem;
  left: 63rem;
  color: #ffffff;
  font-style: italic;
  z-index: 1;
}

.home-1 {
  min-width: 100%;
  min-height: 113px;
  background: url(../img/bg_descarga.jpg);
  background-size: cover;
  box-sizing: border-box;
  padding-top: 1.25rem;
}

.home-1 p {
  font-size: 1.1669rem;
  color: #ffffff;
}

.home-1 .me-6 {
  margin-right: 7rem !important;
}

.home-1 .border-right-2 {
  min-width: 2px;
  max-height: 60px;
  background: url(../img/border_right_2.png);
}

.home-1 a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .home-1 {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    text-align: center;
  }
}

.home-2 {
  min-width: 100%;
  min-height: 699px;
  background-color: #FBFBFB;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 3.125rem;
}

.home-2 h1 {
  font-size: 1.6669rem;
  text-transform: uppercase;
  color: #035393;
}

.home-2 p {
  font-size: 1.1669rem;
  color: #333333;
}

.home-2 .bg-asesorias-correctas {
  max-width: 386px;
  min-height: 343px;
  background: url(../img/bg_asesoria_correct.png);
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
}

.home-2 h5 {
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
}

.home-2 h6 {
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
}
.home-5 p{
  font-size: 2.6rem;
  
}



.home-1 button {
  margin: 10px;
  position: relative;
  padding: 10px 15px;
  border: none;
  outline: none;
  background: #122237;
  color: #fff;
  cursor: pointer;
  transition: .5s;
  overflow: hidden;
  
}

.home-1 button:hover {
  color: #fff;
  
}

.home-1 button span {
  position: absolute;
  background: #fff;
  transition: .5s;
  
  
}

.home-1  button span:nth-child(1) {
  width: 100%;
  height: 1px;
  top: 0;
  left: -100%;
  
}

.home-1  button span:nth-child(2) {
  width: 100%;
  height: 1px;
  bottom: 0;
  right: -100%;
}

.home-1  button span:nth-child(3) {
  width: 1px;
  height: 100%;
  bottom: -100%;
  left: 0;
}

.home-1  button span:nth-child(4) {
  width: 1px;
  height: 100%;
  top: -100%;
  right: 0;
}

.home-1  button:hover span:nth-child(1) {
  left: 0;
  
}

.home-1  button:hover span:nth-child(2) {
  right: 0;
}

.home-1  button:hover span:nth-child(3) {
  bottom: 0;
}

.home-1  button:hover span:nth-child(4) {
  top: 0;
}

.contact-2 button {
  margin: 10px;
  position: relative;
  padding: 10px 15px;
  border: none;
  outline: none;
  background: #245390;
  color: #fff;
  cursor: pointer;
  transition: .5s;
  overflow: hidden;
  
}

.contact-2 button:hover {
  color: #fff;
  background: #122237;
  
}




.us-1 button {
  margin: 10px;
  position: relative;
  padding: 10px 15px;
  border: none;
  outline: none;
  background: #122237;
  color: #fff;
  cursor: pointer;
  transition: .5s;
  overflow: hidden;
  
}

.us-1 button:hover {
  color: #fff;
  
}

.us-1 button span {
  position: absolute;
  background: #fff;
  transition: .5s;
  
  
}

.us-1  button span:nth-child(1) {
  width: 100%;
  height: 1px;
  top: 0;
  left: -100%;
  
}

.us-1  button span:nth-child(2) {
  width: 100%;
  height: 1px;
  bottom: 0;
  right: -100%;
}

.us-1  button span:nth-child(3) {
  width: 1px;
  height: 100%;
  bottom: -100%;
  left: 0;
}

.us-1  button span:nth-child(4) {
  width: 1px;
  height: 100%;
  top: -100%;
  right: 0;
}

.us-1  button:hover span:nth-child(1) {
  left: 0;
  
}

.us-1  button:hover span:nth-child(2) {
  right: 0;
}

.us-1  button:hover span:nth-child(3) {
  bottom: 0;
}

.us-1  button:hover span:nth-child(4) {
  top: 0;
}



@media screen and (min-width: 320px) and (max-width: 576px) {
  .home-2 {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    text-align: center;
  }

  .home-2 .bg-asesorias-correctas {
    background: cover;
    padding-top: 0.625rem;
  }

  .home-2 .btn-persons {
    min-height: auto;
    padding-top: 0.313rem;
    padding-bottom: 0.313rem;
  }
}

.home-3 {
  min-width: 100%;
  min-height: 563px;
  background: url(../img/bg_rectangulo_us1.jpg);
  box-sizing: border-box;
}

.home-3 h1 {
  font-size: 3.5rem;
  color: #2d2e82;
  margin-top: 4rem !important;
}

.home-3 span {
  color: #fff;
  
}

.home-3 h2 {
  font-size: 2.6669rem;
  color: #000;
  font-style: italic;
}

.home-3 p {
  font-size: 1.1669rem;
  color: #ffffff;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .home-3 {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    text-align: center;
  }

  .home-3 h1 {
    font-size: 2rem;
  }
}

.home-4 {
  min-width: 100%;
  min-height: 100%;
  background: url(../img/bg_services.jpg);
  box-sizing: border-box;
  padding-top: 3.125rem;
}

.home-4 h1 {
  font-size: 1.8331rem;
  color: #2d2e82;
}

.home-4 a {
  color: #333 !important;
  text-decoration: none;
}

.home-4 p {
  font-size: 1.1669rem;
  color: #333333;
}

.home-4 .bg-rectangulo-white {
  max-width: 311px;
  min-height: 166px;
  background: url(../img/bg_rectangulo_us.jpg);
  background-size: cover;
  box-sizing: border-box;
  padding-top: 0.938rem;
}

.home-4 h6 {
  font-size: 1rem;
  color: #333333;
  text-transform: uppercase;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .home-4 {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    text-align: center;
  }
}

/* .home-5 {
  padding-top: 3.125rem;
}

.home-5 h1 {
  font-size: 1.8331rem;
  color: #2d2e82;
}

.home-5 p {
  font-size: 1.1669rem;
  color: #333333;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .home-5 {
    text-align: center;
  }
} */

/*.home-6 {
  min-width: 100%;
  min-height: 702px;
  background: url(../img/bg_contact.jpg);
  box-sizing: border-box;
  padding-top: 3.125rem;
}

.home-6 h1 {
  font-size: 1.8331rem;
  color: #2d2e82;
}

.home-6 .bg-contact-form {
  max-width: 640px;
  min-height: 588px;
  background: url(../img/bg_contact_2.png);
  box-sizing: border-box;
  padding-top: 2.5rem;
  padding-left: 5.313rem;
  padding-right: 5.313rem;
  padding-bottom: 2.5rem;
}

.home-6 h4 {
  font-size: 1.3331rem;
  color: #333333;
}

.home-6 form,
label {
  font-size: 1.0831rem;
  color: #525252;
}

.home-6 form .style-input {
  min-height: 33px;
  background: url(../img/bg_input.jpg);
  background: #e7e9e9;
  border: solid 1px #4d4d4d;
}

.home-6 form .style-textarea {
  min-height: 129px;
  background: url(../img/bg_textarea.jpg);
  background-size: cover;
  background: #e7e9e9;
 border: solid 1px #4d4d4d;
}

.home-6 .btn-send {
  min-width: 154px;
  min-height: 39px;
  background: url(../img/btn_frm.png);
  border: none;
  color: #ffffff;
}

.home-6 iframe {
  max-width: 100%;
  min-height: 570px;
  -webkit-box-shadow: 5px 5px 5px 2px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 5px 5px 5px 2px rgba(204, 204, 204, 0.5);
  box-shadow: 5px 5px 5px 2px rgba(204, 204, 204, 0.5);
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .home-6 {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    text-align: center;
  }

  .home-6 .bg-contact-form {
    background: url(../img/bg_contact_2.png);
    background-size: cover;
  }
}*/

footer {
  min-width: 100%;
  min-height: 244px;
  background-color: #122237;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 1.875rem;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer a:hover {
  color: #000;
  /*text-decoration: underline;*/
}

footer p {
  font-size: 1.1669rem;
  color: #ffffff;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  footer {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    text-align: center;
  }

  footer .logo-2 {
    margin-bottom: 1rem;
  }

  footer .center-txt {
    text-align: center !important;
  }
}
/******End Home******/

/****Start Somos****/
.us-1 {
  min-width: 100%;
  min-height: 113px;
  background: url(../img/bg_descarga.jpg);
  background-size: cover;
  box-sizing: border-box;
  padding-top: 1.25rem;
}

.us-1 .border-right-2 {
  min-width: 2px;
  max-height: 60px;
  background: url(../img/border_right_2.png);
}

.us-1 p {
  font-size: 1.1669rem;
  color: #ffffff;
}

.us-1 a {
  color: #fff;
  text-decoration: none;
}

.us-2 {
  min-width: 100%;
  min-height: 485px;
  background: url(../img/bg-us.jpg);
  box-sizing: border-box;
  padding-top: 2.5rem;
}

.us-2 h1 {
  font-size: 1.6669rem;
  text-transform: uppercase;
  color: #2d2e82;
}

.us-2 p {
  font-size: 1.1669rem;
  color: #333333;
}

.us-3 {
  min-width: 100%;
  min-height: 337px;
  background: url(../img/us/bg_mision.jpg);
  box-sizing: border-box;
}

.us-3 h1 {
  font-size: 2.5rem;
  color: #ffffff;
  margin-top: 3.75rem;
}

.us-3 p {
  font-size: 1.1669rem;
  color: #ffffff;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .us-3 {
    background-size: cover;
  }
}
/****End Somos****/

/****Start Servicios****/
.consultoria-contable-1 {
  min-width: 100%;
  min-height: 113px;
  background: url(../img/bg_descarga.jpg);
  background-size: cover;
  box-sizing: border-box;
  padding-top: 1.25rem;
}

.consultoria-contable-1 .border-right-2 {
  min-width: 2px;
  max-height: 60px;
  background: url(../img/border_right_2.png);
}

.consultoria-contable-1 p {
  font-size: 1.1669rem;
  color: #ffffff;
}

.consultoria-contable-1 a {
  color: #fff;
  text-decoration: none;
}

.consultoria-contable-2 {
  min-width: 100%;
  min-height: 485px;
  background: url(../img/servicios/consultoria_contable/bg_consultoria_contable_1.jpg);
  box-sizing: border-box;
  padding-top: 2.5rem;
}

.consultoria-contable-2 h1 {
  font-size: 1.8331rem;
  color: #2d2e82;
}

.consultoria-contable-2 p {
  font-size: 1.1669rem;
  color: #333333;
}

.consultoria-fiscal-1 {
  min-width: 100%;
  min-height: 113px;
  background: url(../img/bg_descarga.jpg);
  background-size: cover;
  box-sizing: border-box;
  padding-top: 1.25rem;
}

.consultoria-fiscal-1 .border-right-2 {
  min-width: 2px;
  max-height: 60px;
  background: url(../img/border_right_2.png);
}

.consultoria-fiscal-1 a {
  color: #fff;
  text-decoration: none;
}

.consultoria-fiscal-1 p {
  font-size: 1.1669rem;
  color: #ffffff;
}

.consultoria-fiscal-2 {
  min-width: 100%;
  min-height: 485px;
  background: url(../img/servicios/consultoria_fiscal/bg_consultoria_fisc.jpg);
  box-sizing: border-box;
  padding-top: 2.5rem;
}

.consultoria-fiscal-2 h1 {
  font-size: 1.8331rem;
  color: #2d2e82;
}

.consultoria-fiscal-2 p {
  font-size: 1.1669rem;
  color: #333333;
}

.consultoria-seg-soc-1 {
  min-width: 100%;
  min-height: 113px;
  background: url(../img/bg_descarga.jpg);
  background-size: cover;
  box-sizing: border-box;
  padding-top: 1.25rem;
}

.consultoria-seg-soc-1 .border-right-2 {
  min-width: 2px;
  max-height: 60px;
  background: url(../img/border_right_2.png);
}

.consultoria-seg-soc-1 a {
  color: #fff;
  text-decoration: none;
}

.consultoria-seg-soc-1 p {
  font-size: 1.1669rem;
  color: #ffffff;
}

.consultoria-seg-soc-2 {
  min-width: 100%;
  min-height: 485px;
  background: url(../img/servicios/consultoria_seguridad_social/bg_consultoria_seguridad_social.jpg);
  box-sizing: border-box;
  padding-top: 2.5rem;
}

.consultoria-seg-soc-2 h1 {
  font-size: 1.8331rem;
  color: #2d2e82;
}

.consultoria-seg-soc-2 p {
  font-size: 1.1669rem;
  color: #333333;
}
/****End Servicios****/

/****Start Companys****/
.companys-1 {
  min-width: 100%;
  min-height: 113px;
  background: url(../img/bg_descarga.jpg);
  background-size: cover;
  box-sizing: border-box;
  padding-top: 1.25rem;
}

.companys-1 p {
  font-size: 1.1669rem;
  color: #ffffff;
}

.companys-1 .me-6 {
  margin-right: 7rem !important;
}

.companys-1 .border-right-2 {
  min-width: 2px;
  max-height: 60px;
  background: url(../img/border_right_2.png);
}

.companys-1 a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .companys-1 {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    text-align: center;
  }
}

.companys-2 {
  padding-top: 3.125rem;
}

.companys-2 h1 {
  font-size: 1.8331rem;
  color: #2d2e82;
}

.companys-2 p {
  font-size: 1.1669rem;
  color: #333333;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .companys-2 {
    text-align: center;
  }
}
/****End Companys****/

/****Start Contacto****/
.contact-1 {
  min-width: 100%;
  min-height: 113px;
  background: url(../img/bg_descarga.jpg);
  background-size: cover;
  box-sizing: border-box;
  padding-top: 1.25rem;
}

.contact-1 p {
  font-size: 1.1669rem;
  color: #ffffff;
}

.contact-1 .me-6 {
  margin-right: 7rem !important;
}

.contact-1 .border-right-2 {
  min-width: 2px;
  max-height: 60px;
  background: url(../img/border_right_2.png);
}

.contact-1 a {
  color: #ffffff;
  text-decoration: none;
}

.contact-2 {
  min-width: 100%;
  min-height: 702px;
  background: url(../img/bg_contact.jpg);
  box-sizing: border-box;
  padding-top: 3.125rem;
}

.contact-2 h1 {
  font-size: 1.8331rem;
  color: #2d2e82;
}

.contact-2 .bg-contact-form {
  max-width: 640px;
  min-height: 588px;
  background: url(../img/bg_contact_2.png);
  background-size: cover;
  box-sizing: border-box;
  padding-top: 2.5rem;
  padding-left: 5.313rem;
  padding-right: 5.313rem;
  padding-bottom: 2.5rem;
}

.contact-2 h4 {
  font-size: 1.3331rem;
  color: #333333;
}

.contact-2 form,
label {
  font-size: 1.0831rem;
  color: #525252;
}

.contact-2 form .style-input {
  min-height: 33px;
  background: url(../img/bg_input.jpg);
  background: #e7e9e9;
  border: solid 1px #4d4d4d;
}

.contact-2 form .style-textarea {
  min-height: 129px;
  background: url(../img/bg_textarea.jpg);
  background-size: cover;
  background: #e7e9e9;
  border: solid 1px #4d4d4d;
}

.contact-2 .btn-send {
  min-width: 154px;
  min-height: 39px;
  background: url(../img/btn_frm.png);
  border: none;
  color: #ffffff;
}

.contact-2 #respuestaForm {
  color: #2d2e82;
  font-size: 1.083rem;
}

.contact-2 iframe {
  max-width: 100%;
  min-height: 570px;
  -webkit-box-shadow: 5px 5px 5px 2px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 5px 5px 5px 2px rgba(204, 204, 204, 0.5);
  box-shadow: 5px 5px 5px 2px rgba(204, 204, 204, 0.5);
}

.contact-2 label {
  display: inline-block;
  max-width: 100%;
  /*margin-bottom: 5px;*/
  /*font-weight: 400;*/
  /*color: initial;*/
}

.contact-2 label.error {
  color: red;
  font-size: 1rem;
}

 .home-3 .maquina{
  color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .contact-2 {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    text-align: center;
  }

  .contact-2 .bg-contact-form {
    background: url(../img/bg_contact_2.png);
    background-size: cover;
  }
}
/****End Contacto****/

#btn-back-to-top {
position: fixed;
bottom: 0px;
right: 20px;
display: none;
}

#portfolio {
  background: #fff;
  padding: 80px 0;
}

#portfolio .portfolio-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 260px;
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .details {
  height: 260px;
  background: #FBFBFB;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}

#portfolio .portfolio-item .details h4 {
  font-size: 16px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  font-weight: 700;
  color: #333333;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #666666;
  font-size: 13px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

#portfolio .portfolio-item:hover .details {
  opacity: 0.8;
}

#portfolio .portfolio-item:hover .details h4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#portfolio .portfolio-item:hover .details span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/banners/contacto.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-title {
  color: #fff;
  
  font-weight: 600;
}

#subscribe .subscribe-text {
  color: #fff;
  font-size: 1.6rem;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}

#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #254671;
  border: 2px solid #254671;
}

.btn {
  margin: 20px auto;
  border: none;
  padding: 10px 44px;
  font-size: 36px;
  position: relative;
  transition: 0.4s;
  background-color: #e7e9e9;
}
.btn:hover{
  background: #000;
  

}
.btn .btn-text {
  color: white;
  mix-blend-mode: difference;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}

#testimonials .profile {
  text-align: center;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
  
}

#testimonials .profile .pic img {
  max-width: 100%;
  text-align: center;
}

#testimonials .profile h4 {
  font-weight: 700;
  color: #254671;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #333333;
}

#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}


