/*
You can add your own CSS here.

Click the help icon above to learn more.
*/	
@media all and (min-width: 1px) {
#header .bottom-header h2
{
	//color: rgb(87, 143, 191);
}

.front-page-section .section-header h3
{
	  line-height: normal;    
    padding: 15px;	
}

#header .bottom-header p
{
	//color: rgb(87, 143, 191);
	font-weight: normal;
	//background: rgba(255, 255, 255, 0.5);
}

#header .bottom-header span.span-dot
{
	display: none;
}

#header .bottom-header .header-button-one
{
    //background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    //border: 3px solid rgba(87, 143, 191, 0.6);
    //color: rgb(87, 143, 191);
}

#header .bottom-header .header-button-two
{
	
}

#header .top-header .header-navigation ul li a
{
	//color: rgb(87, 143, 191);
}

#header .top-header .header-logo
{
	//color: rgb(87, 143, 191);
}

.open-responsive-menu .fa
{
	//color: 	rgb(87, 143, 191);
}

#header .top-header
{
	//background: rgba(255,255,255,0.2);
}

#contact-us {
	background-color: #df955b;
}

#contact-us .section-content .wpcf7-form p .wpcf7-textarea
{
	background-color: #fff;
}

#contact-us .section-content .wpcf7-form p .wpcf7-text
{
	background-color: #fff;
}

#testimonials
{
	    background: -moz-linear-gradient(top, #6a305e 0%, #451c56 100%);
    background: -webkit-linear-gradient(top, #6a305e 0%, #451c56 100%);
	    background: linear-gradient(to bottom, #6a305e 0%, #451c56 100%);
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content
{
	background-color: #fff;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content:after
{
	border-color: #fff transparent transparent transparent;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content blockquote
{
	color: #000;
}

#footer .copyright
{
	display: none;
}

.dp-about-us {
	
}

.dp-about-us tr {
	
}

.dp-about-us th {
	text-align: center;	
	padding: 15px;
}

.dp-about-us td {
	text-align: center;	
	padding: 15px;
}
#header .bottom-header h2 {
	line-height: 54px;
	margin-bottom: 100px;
}
#header .bottom-header {
	padding-top: 100px;
	
}
#header .top-header {
	padding-top: 40px;		
}
}

@media all and (max-width: 720px) {
#header .bottom-header {
	padding-top: 0px;
}
#header .top-header {
	padding-top: 20px;		
}
}

