.zerif-copyright-box {
display: none;
}
 .sidebar-wrap {
display: none;
}
 .content-left-wrap {
width: 100%;
}
.blog .sidebar-wrap {
display: none;
}
.blog .content-left-wrap {
width: 100%;
}

/* cambiando color de los botones */


.red-btn {
    background: #3ab0e2;
 
}

.red-btn:hover {
	color: #FFF;
	background: #000;
}

.green-btn {
    background: #1e2b73;
}

.green-btn:hover {
	color: #FFF;
	background: #000;
  
}
  
  /* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.red,.green,.blue,.yellow {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.focus-box:nth-child(4n+1) .service-icon:hover {
	border: 10px solid #3ab0e2;
}
.focus-box:nth-child(4n+2) .service-icon:hover{
	border: 10px solid #1e2b73;
}
.focus-box:nth-child(4n+3) .service-icon:hover {
	border: 10px solid #bceafd;
}
.focus-box:nth-child(4n+4) .service-icon:hover{
	border: 10px solid #000;
}
.focus-box:nth-child(4n+1) .red-border-bottom:before {
	background: #3ab0e2;
}
.focus-box:nth-child(4n+2) .red-border-bottom:before {
	background: #1e2b73;
}
.focus-box:nth-child(4n+3) .red-border-bottom:before {
	background: #bceafd;
}
.focus-box:nth-child(4n+4) .red-border-bottom:before {
	background: #000;
}


 /* cambiar texto oscuro títulos */
.dark-text {
    color: #223264;
}

 /* títulos tamaño intro */
.intro {
	text-align: center;
	color: #FFF;
	margin-top: 25%;
	line-height: 65px;
	z-index: 0;
	text-transform: uppercase;
	font-size: 35px;
	float:none;
}
.intro-text{
	text-align: center;
	color: #FFF;
	line-height: 65px;
	z-index: 0;
	text-transform: uppercase;
	font-size: 35px;
	float:none;
}

 /* sección testimonios */


.testimonial {
    background: #3ab0e2;
    padding-bottom: 90px;
}
 /* sección SOBRE NOSOTROS*/
.about-us .big-intro {
    text-align: right;
    font-weight: 300;
    font-size: 40px;
    line-height: normal;
    margin-top: -15px;
  }


 /* sección SOBRE NOSOTROS*/
.separator-one {
    background: rgba(58, 176, 226, 0.58); 
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(58, 176, 226, 0.58);
    padding: 100px 0 100px 0;
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
}

.separator-one .green-btn {
    background: #000;
}
.separator-one .green-btn:hover {
	background: #404040;
  
}  
  .ribbon-right {
    background: hsla(209, 92%, 20%, 0.64);
   
}
  
.purchase-now {
    background: rgba(58, 176, 226, 0.58); 
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
     background: rgba(58, 176, 226, 0.58); 
    padding-top: 70px;
    padding-bottom: 70px;
}
  
.purchase-now .red-btn {
	float: right;
	background: #000;
}
.purchase-now .red-btn:hover {
	background:  #404040;
}


}
.our-team .row > div:nth-child(4n+1) .red-border-bottom:before{
    background: #3ab0e2;
}
.our-team .row > div:nth-child(4n+2) .red-border-bottom:before{
    background: #1e2b73;
}
.our-team .row > div:nth-child(4n+3) .red-border-bottom:before{
    background: #bceafd;
}
.our-team .row > div:nth-child(4n+4) .red-border-bottom:before{
    background: #000;
}

iframe {
    max-width: 100%;
    height: auto;
}
