
#testimonial4{
  overflow: hidden;
  min-height: 375px;
  position: relative;
  background:#63009E;
  background: url(background.jpg);
	  background-size:cover;
	
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #ffff00;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #ffffff;   
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none ;  /* for prevent dispaly neviagrion button */
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}


@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@media (max-width: 767px){
	.testimonial4_indicators .carousel-indicators li {margin-top: 10px;}
}

/*-------------------Partnership--------------------*/
#partnership{
    padding: 40px 0; 
    background: #efefef; 
    
}
.single-partner{
    margin: 10px auto; 
    display: inline; 
    float: left; 
    width: 100%; 
    background-color: white; 
    transition: 0.5s; 
}

.single-partner:hover{
    box-shadow: 0 2px 2px #333; 
    
}

.partner-head{ 
    background-color: green; 
    display: inline; 
    float: left; 
    padding: 40px 5px; 
    text-align: center; 
    width: 100%; 
}

.partner-head h2{
    color: #fff; 
    font-size: 30px; 
    font-weight: bold; 
    margin-bottom: 5px; 
    padding: 5px; 
    text-transform: uppercase; 
}

.partner-head p{
    font-size: 25px; 
    color: white; 
    font-weight: bold; 
    line-height: 30px; 
}

#partner span{
    font-size: 15px; 
}

.partner-content{
    display: inline; 
    float: left; 
    width: 100%; 
    padding: 0 15px;
    
}

.partner-content ul li{
    border-bottom: 1px solid #efefef; 
    padding: 15px 10px; 
    list-style: none; 
}

ul li:last-child{
    border: none; 
}

.fa-check-circle{
    color: green; 
    margin-right: 10px; 
    font-size: 20px; 
}

.fa-times-circle{
    color: red; 
    margin-right: 10px; 
    font-size: 20px; 
}

.partner-button {
    display: inline; 
    float: left; 
    padding: 15px 15px 30px; 
    text-align: center; 
    width: 100%; 
}

.buy-btn {
    background-color: green; 
    border-radius: 3px; 
    display: inline-block; 
    font-size: 18px; 
    padding: 15px 50px; 
    transition: 0.5s; 

}

.buy-btn:hover{
    border-color: 1px solid green; 
    background-color: #3f51b5; 
}

.partner-button a {
    text-decoration: none!important;
    color: white!important;
}

h1::after{ 
content: '';
background: green!important;
display: block; 
height: 3px; 
width: 170px; 
margin: 20px auto 5px; 
}

#coordinators{
    padding: 40px 0;
    background: #efefef;
}

/*-------------------------Get in Touch---------------------*/
#testi
{
    background: #efefef; 
    padding-top: 40px!important; 
    padding-bottom: 40px!important; 
    color: #777; 
}

.contact-form
{
    padding: 15px!important; 
    
}

.form-control{
    border-radius: 0!important;
    border: none!important; 
}

::placeholder
{
    color: #999!important; 
}


#testimony
{
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(images/promo.jpg); 
    background-size: cover;
    background-position: center; 
    color: white; 
    background-attachment: fixed; 
    text-align: center; 
    padding: 100px; 
    font-family: sans-serif; 
    font-size: 38px; 
}
