.fafa1:hover {
	color:white;
	background-color:#179878;
	
	}
.fafa2:hover {
	color:white;
	background-color:#d41856;
	}	
.fafa3:hover {
	color:white;
	background-color:#ffc428;
	}
.fafa4:hover {
	color:white;
	background-color:#008bd3;
	}	
.page-map .nonactive
{
	color:white;
	}	
	.main-footer .social-items .fa1{
    color: #d40361;
	font-size: 18px;
	transition: 0.3s;
}	
.main-footer .social-items .fa2{
    color: #135273;
	font-size: 18px;
	transition: 0.3s;
}	
.main-footer .social-items .fa3{
    color: #1aa07f;
	font-size: 18px;
	transition: 0.3s;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #999;
    box-shadow: 1px 1px 1px #000;
    margin-right: 13px;
    margin-left: 3px;
    /* text-indent: -999px; */
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
}
.carousel-indicators .active {
    background-color: gray;
}

/* Footer Page */

.main-footer {
    position: relative;
    background: #2b2b2b;
    padding: 0px 0 40px;
}
.main-footer .footer-widget {
    margin-top: 50px;
}
.main-footer .section-title {
    margin-bottom: 40px;
	padding:0px;
}
.main-footer .section-title h4 {
    color: #ffc933;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 0;
	font-size: 20px;
    font-weight: 700;
}
.main-footer .about-column .text {
    margin-bottom: 20px;
    text-align: justify;
}
.main-footer .about-column .text p
{
	font-size: 16px;
    color: #949494;
    line-height: 26px;
}
.main-footer .about-column .default_link {
    text-transform: uppercase;
    color: #ffc933;
    font-weight: 700;
    transition: .5s ease;
}
.main-footer .about-column .default_link i {
    font-size: 11px;
}
.widget-content ul {
    list-style-type: none;
}
.main-footer .link-column li {
    position: relative;
    margin-bottom: 16px;
}
.main-footer .link-column li a {
    position: relative;
    margin-left: 15px;
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.main-footer .link-column li a:before {
    content: "\f0dd";
    position: absolute;
    font-size: 16px;
    font-family: FontAwesome;
    left: -19px;
    color: #ffc933;
    top: 0px;
    transform: rotate(-90deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.main-footer .link-column li a:after {
    content: '';
    position: absolute;
    left: 0px;
    background: transparent;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: .5s ease-in-out;
}
.main-footer .link-column li a:hover {
    color:#ffc933;
}
.main-footer .post-column li {
    position: relative;
    margin-bottom: 16px;
}
.main-footer .post-column li a:hover {
    color: #ffc933;
}

.main-footer .post-column li a {
    position: relative;
    margin-left: 15px;
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.main-footer .post-column li a:before {
    content: "\f0dd";
    position: absolute;
    font-size: 16px;
    font-family: FontAwesome;
    left: -19px;
    color: #ffc933;
    top: 0px;
    transform: rotate(-90deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.main-footer .post-column li a:after {
    content: '';
    position: absolute;
    left: 0px;
    background: transparent;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: .5s ease-in-out;
}
.main-footer .contact-column {
    position: relative;
}
.main-footer .contact-column .contact-info {
    margin-top: 20px;
}
.main-footer .contact-column .contact-info li {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #999;
	font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.main-footer .contact-column .contact-info li i {
    font-size: 18px;
    color: #ffc933;
    position: absolute;
    left: 0;
    top: 6px;
}
.main-footer .contact-column .contact-info li span {
    color: #949494;
    font-weight: 700;
	font-size:14px;
}
.main-footer .contact-column .contact-info li font
{
	font-size:14px;
}
@media (min-width: 1200px)
{
.main-footer .footer-widget.link-column {
    margin-left: 65px;
}
.iwanttextcenter
		{
			text-align:center;}

}
@media (max-width: 768px) {
	.topheadbar
	{
		display:none;}
		
	.content .container .row .girlimage {
		display:none;
		}
	.top-header{
    display: block;
}
.top-header {
    height: 80px;
    transition: 0.5s;
    background: linear-gradient(to right,#00d39f 0,#008bd3 25%,#d40063 75%,#d4be00 100%);
    padding: 15px 0px 15px 0px;
    transition: 0.3s;
}
.iwanttextcenter
		{
			text-align:center;}
}
@media (width:414px)
{
	.topheadbar
	{
		display:none;}
		
	.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.main-carousel
{
	height:100px;
	}
.imghandbru {
				height:200px;}	
.navbar-toggler
{
	/*margin-right:-100px;*/
	}	
.navbar-toggler-icon
{
	width:30px;
	height:30px;
	}	
.contactadrbar
			{
				margin-bottom:-20px;}  	
.pages-header {
    background-image: url(../img/images/banner24.png);
    padding: 60px 0px 80px 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}		
.pages-header {
     height: 100px; 
}
.top-header {
    height: 80px;
    transition: 0.5s;
    background: linear-gradient(to right,#00d39f 0,#008bd3 25%,#d40063 75%,#d4be00 100%);
    padding: 15px 0px 15px 0px;
    transition: 0.3s;
}
.headersociallinks
{
	display:none;}
.iwanttextcenter
		{
			text-align:center;}	
.social-items {
    display: inline-block;
    margin-right: 0px;
}					
.top-header {
    height: 30px;
    transition: 0.5s;
    background: linear-gradient(to right,#00d39f 0,#008bd3 25%,#d40063 75%,#d4be00 100%);
    padding: 3px 0px 15px 0px;
    transition: 0.3s;
}				

}
@media (width:411px)
{
	.topheadbar
	{
		display:none;}
		
	.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.social-items {
    display: inline-block;
    margin-right: 0px;
}
.main-carousel
{
	height:100px;
	}
.imghandbru {
				height:200px;}	
.navbar-toggler
{
	/*margin-right:-100px;*/
	}	
.navbar-toggler-icon
{
	width:30px;
	height:30px;
	}	
.contactadrbar
			{
				margin-bottom:-20px;}  	
.pages-header {
    background-image: url(../img/images/banner24.png);
    padding: 60px 0px 80px 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}		
.pages-header {
     height: 100px; 
}
.top-header {
    height: 30px;
    transition: 0.5s;
    background: linear-gradient(to right,#00d39f 0,#008bd3 25%,#d40063 75%,#d4be00 100%);
    padding: 3px 0px 15px 0px;
    transition: 0.3s;
}
.headersociallinks
{
	display:none;}
.iwanttextcenter
		{
			text-align:center;}	

}
@media (width:375px)
{
	.topheadbar
	{
		display:none;}
		
	.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.main-carousel
{
	height:100px;
	}
.navbar-toggler
{
	/*margin-right:-100px;*/
	}	
.social-items {
    display: inline-block;
    margin-right: 0px;
}					
.top-header {
    height: 30px;
    transition: 0.5s;
    background: linear-gradient(to right,#00d39f 0,#008bd3 25%,#d40063 75%,#d4be00 100%);
    padding: 3px 0px 15px 0px;
    transition: 0.3s;
}			
.imghandbru {
				width:340px;
				height:200px;}	
	}
@media (max-width:360px)
{
	.topheadbar
	{
		display:none;}
		
	.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.main-carousel
{
	height:100px;
	}
/*.navbar-toggler
{
	margin-right:-100px;
	}	*/
.navbar-toggler-icon
{
	width:30px;
	height:30px;
	}	
.pages-header {
    background-image: url(../img/images/banner24.png);
    padding: 60px 0px 80px 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.iwanttextcenter
		{
			text-align:center;}
.pages-header {
     height: 100px; 
}
.contadshift
		  {
			  padding-left:20px;}
.contactadrbar
		   {
				margin-bottom:-20px;}  
.imghandbru {
				width:340px;
				height:200px;}	
.social-items {
    display: inline-block;
    margin-right: 0px;
}					
.top-header {
    height: 30px;
    transition: 0.5s;
    background: linear-gradient(to right,#00d39f 0,#008bd3 25%,#d40063 75%,#d4be00 100%);
    padding: 3px 0px 15px 0px;
    transition: 0.3s;
}		
}