/**
 * Name: custom.css
 *
 *	T.O.C
 *
 *	=Basics
 *	=Rev Slider Pager
 *	=Rev Slider Nav 
 *	=Rev Slider Typography 
 *
 */
 
 
/* ==========================================================================
   =Basics
   ========================================================================== */
   
	.fullwidthbanner-container {
		position: relative;
		width: 100% !important;
		max-height: 650px !important;
		overflow: hidden;
		padding: 0;
		/*margin-bottom: 50px; */
	}

	.fullwidthbanner-container ul { list-style: none; }

	.fullwidthbanner-container .fullwidthbanner {
		position: relative;
		width: 100% !important;
		max-height: 650px !important;
	}

/* ==========================================================================
   =Rev Slider Pager
   ========================================================================== */

   /**
 	 * 1. changing the z-index from 1000 so that the bullets don't go over the sticky menu
 	 */
   
	.tp-bullets { 
		z-index: 100; /* 1 */
	}
	   
	.tp-bullets.simplebullets.round .bullet {
		width: 9px;
		height: 9px;
		border-radius: 50%;
		margin: 0 3px;
		background: #ac7900;
	}

	.tp-bullets.simplebullets.round .bullet.selected { background: #313947;  }

/* ==========================================================================
   =Rev Slider Nav
   ========================================================================== */

	.tp-leftarrow.default,
	.tp-rightarrow.default {
		width: 60px;
		height: 60px;
		opacity: 0.7;
	}

	.tp-leftarrow.default:hover,
	.tp-rightarrow.default:hover { opacity: 1; }

	.tp-leftarrow.default { background: #313947 url(../../../images/left.png) no-repeat center center; }
	.tp-rightarrow.default { background: #313947 url(../../../images/right.png) no-repeat center center; }
	
/* ==========================================================================
   =Rev Slider Typography
   ========================================================================== */
   
   	.caption { font-family: 'Droid Serif', Arial, sans-serif; }
	
	.caption.title {
		color: #ac7900;
		/*font-size: 62px;*/
		font-size: 42px;
		/*line-height: 75px;*/
		line-height: 55px;
		text-transform: uppercase;
	}
	
	.caption.subtitle {
		color: #280709;
		font-size: 30px;
		line-height: 34px;
		text-transform: uppercase;
	}
	
	.caption.subtitle-2 {
		color: #280709;
		font-size: 36px;
		line-height: 45px;
		text-transform: uppercase;
	}
	
	.caption.subtitle-2:after {
		display: block;
		width: 120px;
		border: 1px solid #ac7900;
		margin: 35px auto;
		content: "";
	}
	
	.caption.text { color: #fff; }
	.caption.text-2 { color: #6d6d6d;
	 font-size: 20px;
	 }
	
	.caption .btn,
	.caption .btn:hover { color: #fff; }
	
	.caption .btn-white { color: #ac7900; }
	
	.caption .btn-white.alt {
		border-color: #fff;
		color: #fff;
	}
	
	.caption.bg {
		width: 500px;
		height: 270px;
		border: 3px solid #ac7900;
		background: #fff;

		filter: alpha(opacity=50) !important;	/* IE 5-7 */
		/*filter: alpha(opacity=70) !important;*/  /* IE 5-7 */
-moz-opacity: 0.7 !important;          /* Netscape */
/*-moz-opacity: 0.5 !important;*/	/* Netscape */
-khtml-opacity: 0.7 !important;        /* Safari 1.x */
/*-khtml-opacity: 0.5 !important;*/        /* Safari 1.x */
opacity: 0.7 !important;               /* Good browsers */
/*opacity: 0.5 !important;*/               /* Good browsers */
		
		
	}
	
	
	
	@media (min-width: 1400px) {

		.caption.bg {
			width: 600px;
			height: 400px;
		}
	}
	
	
	@media (min-width: 768px) and (max-width: 979px) {
		
		.tp-leftarrow.default,
		.tp-rightarrow.default { display: none; }
		
		.caption .btn { 
			padding: 10px 15px; 
			font-size: 14px;
		}
		
		.caption.bg {
			width: 400px;
			height: 210px;
		}
		
		.caption.subtitle-2:after { margin: 20px auto; }
		
	}


	@media (max-width: 767px) {
		
		.tp-leftarrow.default,
		.tp-rightarrow.default { display: none; }
		
		.tp-bullets { bottom: 20px !important; }
		
		.caption .btn { 
			padding: 3px 5px; 
			font-size: 7px;
			line-height: 9px;
		}
		
		.caption.subtitle-2:after { display: none; }
		
		.caption.bg { 
		/*display: none;*/
		
		height: 100px;
    	width: 180px;
		 }
		
		
	}
	
	
@media (max-width: 320px) {
	.caption.bg { 
		/*display: none;*/
		
		height: 80px;
    	width: 135px;
		 }
		
	
}



<!-- color changes red -->
ul.check li::before, ul.square-check li::before {
    color: #2F2F81 !important;}
	
ul.check li::before, ul.square-check li::before {
    color: #2F2F81 !important;}
			
.headline-2 h3::after, .headline-2 h4::after {
    border-top: 1px solid #2F2F81 !important;
}

.btn {
    background-color: #2F2F81 !important;
    /*border-bottom: 1px solid #C00228 !important;*/
	border-bottom: 1px solid #000000 !important;
    color: #fff;
}

.headline h2::after, .headline h3::after {
    border-top: 2px solid #2F2F81 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #2F2F81 !important none repeat scroll 0 0;
}

.blog-post-title::after {
    border-top: 1px solid #2F2F81 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
		background: #2F2F81 !important;	
}
	
.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active { background: #313947 !important; }
	
.widget-title::after {
    border-top: 1px solid #2F2F81 !important;
}

.ewf_widget_contact_info ul li span {
    /*border: 1px solid #2F2F81 !important;*/
	border: 0px solid #2F2F81 !important;
}

a.social-icon {
    border: 1px solid #2F2F81 !important;
}

.caption.title {
    color: #2F2F81 !important;
}

.text-highlight {
    color: #2F2F81 !important;
}

.caption .btn-white {
    color: #ffffff !important;
}

.sf-menu > li.current > a, .sf-menu > li.current.dropdown > a {
    background-color: #f7f7f7;
    border-top-color: #2F2F81 !important;
}

.sf-menu > li.current > a, .sf-menu > li > a:hover {
    color: #2F2F81 !important;
}

.sf-menu > li > a:hover { color: #2F2F81 !important; }

.sf-menu li.sfHover > a {
		color: #2F2F81 !important;}
		
.sf-menu li.dropdown ul li a:hover { 
	/*color: #2F2F81 !important;*/
	color: #FFFFFF !important;
 }

.sf-menu > li.dropdown > ul { border-top: 3px solid #2F2F81 !important; }

.caption.bg {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #2F2F81 !important;
}

.tp-bullets.simplebullets.round .bullet {
		background: #2F2F81 !important;}
		
.tp-bullets.simplebullets.round .bullet.selected { background: #313947 !important;  }

.text-uppercase {color: #2F2F81 !important; text-transform: uppercase;} 

.icon-box-2 h4::after {
    border-top: 1px solid #2F2F81 !important;
    content: "";
    display: block;
    margin-top: 10px;
    width: 35px;
}

table th {
    background-color: #2F2F81 !important;
    border-top: medium none;
    color: #fff;
    font-size: 16px;
}

.sf-menu li.dropdown ul {
    /*background-color: rgba(99, 16, 23, 0.9);*/
	background-color: #2F2F81 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sf-menu li.dropdown ul li a {
    /*color: #fff;*/
	color: #fff !important;
}


.square-check-hover {
	/*color: #ac7900;*/
	color: #000000 !important;
	text-decoration: none !important;
}

.team-member:hover { background-color: #2f2f81 !important; }

.team-member h4:after {
		display: block;
		width: 30px;
		border-top: 1px solid #2f2f81;
		margin: 5px auto;
		content: "";	
	}
	
	.bx-wrapper .bx-controls-direction a {
    /*background-color: #ac7900;*/
	background-color: #2f2f81 !important;
}


@media (min-width: 540px) and (max-width: 640px) {
	.caption.bg {
			width: 250px;
			height: 150px;
		}
}

<!-- color changes red -->

