


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
	INDEX
++++++++++++++++++++++++++++++++++++++++++++++++++++++
	1> IMPORT FONTS
	2> RESET
	3> GENERAL
        4> TYPOGRAPHY
        5> BUTTON
        6> PRELOADER
		7> NAVIGATION
        8> MAIN HEADER
        9> ABOUT US
       10> SERVICES
       11> PORTFOLIO
       12> OUR TEAM
       13> CLIENT
       14> FOOTER
       15> ANIMATON
       
-------------------------------------------------------*/





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
	IMPORT FONTS
++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@import url('http://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800');


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
	RESET
++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

*{ 
	padding: 0; 
	margin: 0; 
	vertical-align: baseline; 
}

html
{
    -webkit-font-smoothing:antialiased;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
	margin:0; 
	padding:0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
	GENERAL
++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	color: #fff;
	font-family: 'Spectral SC', serif;
	font-weight: 300;
	background-color: #000;
	overflow-x: hidden;
	line-height: 1.5;
        font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	
}



h1 strong{
	font-weight: 900;
}
h2{
	;
	line-height: 20px;
	margin:  0;
}
h3{
font-size: 1.2em;
font-weight: 900;
}

h5{
	
	font-weight: 700;
	line-height: 20px;
}
p{
	height:auto;
}


a{ 
  text-decoration: none !important;
  transition:all 0.3s linear;
  -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  -ms-transition:all 0.3s linear;
   -o-transition:all 0.3s linear;
  
}
ul
{
    list-style: none;
    margin:0;
    padding:0;
}
.margin-t7p{
	margin-top:7%;
}
.white{
	color:#fff;
}
.pad-l20{
	padding-left:20px;
}
.pad-t20{
	padding-top:20px;
}
.container
{
	width:100%;
	padding-left:5%;
	padding-right:5%;
}
#home #heading
{
	padding-left:13%;
	padding-top:25%;
	padding-right:1%;
}
#home #heading1 h2
{
	font-size:36px;
}
.text-capitalize
{
    text-transform: uppercase;
}
.top-contact
{
	position:absolute;
	top:0;
	right:10px;
}
.top-contact p{
	float:left;
	padding-top:10px;
			padding-right:15px;
}
.top-contact a{
	text-decoration:none;
	color:#fff;
}
.top-contact .fa{
	width:45px;
	height:45px;
	padding-top:7px;
	margin-right:5px;
}
.top-contact p.sperator{
		color:lightgray;	
		font-size:25px;
		padding-left:15px;
		padding-right:15px;
		padding-top:15px;
		padding-bottom:15px;
		display:none;
}
.top-contact span{
	color:#C1F38E;
}
p.intro{
	font-size:0.9em;
	margin: 14px 0;
	line-height: 24px;
	font-family: 'Ubuntu', sans-serif;
}
.relative
{
    position:relative;
}
.wrapper
{
    width:100%;
    height:100%;
    position:relative;
    
}

.rightText
{
text-align:justify;
}
.leftText
{
  text-align:left;
}
.RightText
{
   text-align:right;
}
.top10
{
    margin-top:1.2em;
}
.top20
{
  margin-top:1.3em;
}
.top30
{
  margin-top:2em;
}
.top40
{
    margin-top:2.2em;
}
.gap
{
    width:100%;
    height:2em;
}
.scroll-block {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*	TYPOGRAPHY
------------------------------*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Roboto', sans-serif;
	margin: 0;
}
.navbar-nav > li > a
{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	font-family: 'Ubuntu', sans-serif;
}
.nav > li > a:hover, .nav > li > a:focus
{
	background-color:rgba(0,0,0,0);
}
/*	BUTTON
------------------------------*/
.btn{
	padding: 12px 20px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
}
.btn.btn-color{
	background-color: #fff;
	border: 2px solid;
	border-color: transparent;
	color: #000;
}
.btn.btn-color:hover{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

/*	PRELOADER
------------------------------*/

div.preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f7f7f7;
}

@-webkit-keyframes loader {
    0%, 10%, 100% {
        width: 80px;
        height: 80px;
    }
    65% {
        width: 150px;
        height: 150px;
    }
}

@keyframes loader {
    0%, 10%, 100% {
        width: 80px;
        height: 80px;
    }
    65% {
        width: 150px;
        height: 150px;
    }
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -webkit-animation: loader 1.2s infinite ease-in-out;
    animation: loader 1.2s infinite ease-in-out;
}

.loader span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
    animation: loaderBlock 1.2s infinite ease-in-out both;
    background:#000;
}

.loader span:nth-child(1) {
    top: 0;
    left: 0;
}

.loader span:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(3) {
    bottom: 0;
    left: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(4) {
    bottom: 0;
    right: 0;
}


/*	RAMSH-STYLE STARTS HERE
------------------------------*/
 
/* Navigation */
.ramsh-menu{
	padding:5px;
	transition: all 0.8s;
    box-shadow:2px 2px 3px 3px rgba(0,0,0,0.3);
	background: url(../images/menu-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
.ramsh-menu .navbar-brand{
	padding:0px;
}
.ramsh-menu a.navbar-brand {
text-transform: uppercase;
font-size: 1.5em;
font-weight: 900;
color:#fff;
}
.ramsh-menu a.navbar-brand img
{
	width:38%;
}


.ramsh-menu.navbar-default .navbar-nav > li > a {
	
	color: #222;
	letter-spacing: 1px;
        font-size:.73em;
       //text-shadow:1px 0px rgba(0,0,0,0.5);
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	
	background-color: transparent;
	font-weight: 700;
}

.navbar-toggle {
	border-radius:20%;
        transition:all 1s;
        
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	box-shadow:2px 2px 3px 3px rgba(0,0,0,0.4);
        -webkit-box-shadow:2px 2px 3px 3px rgba(0,0,0,0.4);
        -moz-box-shadow:2px 2px 3px 3px rgba(0,0,0,0.4);
        -ms-box-shadow:2px 2px 3px 3px rgba(0,0,0,0.4);
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}
        
        
 /*   NAVIGATION ANIMATION
 ---------------------------------*/
.ramsh-menu ul li:last-child::after{ 
content:""; 
position:absolute; 
top:60px; 
display:block; 
width:90%; 
height:90%; 
top:5px;
left:50%;
margin-left:-45%;
background:transparent;
border:1px solid rgba(0,0,0,0.3);
//box-shadow:1px 1px 1px 2px rgba(0,0,0,0.2);
	transition: all .5s ease; 
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	-ms-transition: all .5s ease; 
	-o-transition: all .5s ease;
        z-index:-1;
        transform:skew(40deg,5deg);
       -webkit-transform:skew(40deg,5deg);
        -moz-transform:skew(40deg,5deg);
        -ms-transform:skew(40deg,5deg);
        background:#222;
}

.ramsh-menu ul li:nth-child(1):hover ~ li:last-child::after,.ramsh-menu ul li:nth-child(1):focus ~ li:last-child::after
{
    left:-550%;
    width:3.6em;
    background:#222
    
}

.ramsh-menu ul li:nth-child(2):hover ~ li:last-child::after,.ramsh-menu ul li:nth-child(2):focus ~ li:last-child::after
{
    left:-470%;
    width:4.1em;
    background:#222;
}

.ramsh-menu ul li:nth-child(3):hover ~ li:last-child::after,.ramsh-menu ul li:nth-child(3):focus ~ li:last-child::after
{
    left:-380%;
    width:4.6em;
    background:#222;
}

.ramsh-menu ul li:nth-child(4):hover ~ li:last-child::after,.ramsh-menu ul li:nth-child(4):focus ~ li:last-child::after
{
    left:-270%;
    width:3em;
    background:#222;
}

.ramsh-menu ul li:nth-child(5):hover ~ li:last-child::after,.ramsh-menu ul li:nth-child(5):focus ~ li:last-child::after
{
    left:-190%;
    width:4.6em;
    background:#222;
}

.ramsh-menu ul li:nth-child(6):hover ~ li:last-child::after,.ramsh-menu ul li:nth-child(6):focus ~ li:last-child::after
{
    left:-80%;
    width:5.7em;
    background:#222;
}




       
/*	MAIN HEADING
------------------------------*/



.main-heading
{
	background: url(../images/main.png) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: fixed;
	color: #cfcfcf;
}

.overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 17%, rgba(0,0,0,0.2) 35%, rgba(0,0,0,0.2) 62%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	//background-attachment: fixed;
        height:auto;
        height:100%;
}
.overlay4{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 17%, rgba(0,0,0,0.2) 35%, rgba(0,0,0,0.9) 62%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(17%,rgba(0,0,0,0.9)), color-stop(35%,rgba(0,0,0,0.2)), color-stop(62%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	//background-attachment: fixed;
        height:auto;
        height:100%;
		display:none;
}
.overlay3{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 17%, rgba(0,0,0,0.2) 35%, rgba(0,0,0,0.2) 62%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(17%,rgba(0,0,0,0.4)), color-stop(35%,rgba(0,0,0,0.2)), color-stop(62%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	//background-attachment: fixed;
        height:auto;
        height:100%;
}
.overlay2{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 17%, rgba(0,0,0,0.1) 35%, rgba(0,0,0,0.1) 62%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 17%,rgba(0,0,0,0.1) 35%,rgba(0,0,0,0.1) 62%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 17%, rgba(0,0,0,0.1) 35%, rgba(0,0,0,0.1) 62%, rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 17%, rgba(0,0,0,0.1) 35%, rgba(0,0,0,0.1) 62%, rgba(0,0,0,0.3) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 17%, rgba(0,0,0,0.1) 35%, rgba(0,0,0,0.1) 62%, rgba(0,0,0,0.3) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}
.overlay > .container
{
    padding:170px 0px;    
}
p.lead
{
   position:relative;
   top:5px;
   color:#e3e3e3;
   
}


#downloadbt
{
 width:160px;
 height:45px;
 border:1px solid rgba(0,0,0,0.3);
 transition:all 0.3s ease-in-out;
 font-size:0.7em;
 position:relative;
 top:5px;
 background:#fff;
    color:#222;
}

#downloadbt:hover
{
    color:#fff;
    border:1px solid rgba(0,0,0,0.4);
    box-shadow:2px 2px 3px 4px rgba(0,0,0,0.5);
}


a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 1px solid #ccc;
        background:rgba(0,0,0,0.6);
	font-size:1.6em;
	margin-top: 180px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	
	background:rgba(0,0,0,0.7);
        box-shadow:2px 1px 2px 2px rgba(0,0,0,0.3);
        margin-top:190px;
}


/*	ABOUT US
------------------------------*/
.aboutus >.container
{
    padding:100px 0px;
}

ul.aboutList{ margin: 30px 0 0 ;}
ul.aboutList li{
	display: block;
	font-size: 1.1em;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
ul.aboutList li span{ 
	margin-right: 10px;
}

.sectionTitle{
	padding:20px 0;/*common style*/
}
.sectionTitle h2,
.sectionTitle  h2{
	font-weight: 300;
}
.sectionTitle .line{
	
	height: 5px;
	width: 120px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.sectionTitle hr {
	border-top: 5px solid;
	width: 100px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left:0%;
}

/*	OUR SERVICES
------------------------------*/
.our-services{
	background: url(../images/service-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 
.our-services >.container
{
    padding:90px 0px;    
}
	#service .sectionTitle h2 span{
		padding-left:10px;
	}
.O-service i
{
    font-size:2em;
 }
.O-service i.fa {
	
	width: 100px;
	height: 100px;
	padding: 32px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
        background:#fff;
	transition: all 0.5s;
        box-shadow:2px 5px 2px 2px rgba(0,0,0,0.3);
       -webkit-transition: all 0.5s;
        -webkit-box-shadow:2px 5px 2px 2px rgba(0,0,0,0.3);
       -moz-transition: all 0.5s;
        -moz-box-shadow:2px 5px 2px 2px rgba(0,0,0,0.3);
        -ms-transition: all 0.5s;
        -ms-box-shadow:2px 5px 2px 2px rgba(0,0,0,0.3);
        cursor:pointer;
        
}

.O-service i.fa:hover,.O-service:hover>i.fa{
	
  -webkit-box-shadow:1px 4px 1px 1px rgba(0,0,0,0.3);
   -moz-box-shadow:1px 4px 1px 1px rgba(0,0,0,0.3);
     -ms-box-shadow:1px 4px 1px 1px rgba(0,0,0,0.3);  
}
.O-service
{
    font-size:0.8em;
}
#custom_carousel .cars-control{
	display:none;
}
#service #custom_carousel .item {

    color:#000;
    background-color:#fff;
	padding:30px;
}
#service #custom_carousel .item h2{
		font-size:25px;
		margin-bottom:20px;
}
#service #custom_carousel .item .sub-head{
		font-size:25px;
		color:blue;
		padding:10px;
		margin:0;
}
#service #custom_carousel .item p{
		font-size:15px;
		text-align:justify;
}
#service #custom_carousel .item .service-cont
{
	height:250px;
	overflow:auto;
}
#service #custom_carousel .item .service-cont .row-heading{
    border-bottom: 2px solid #8F3F09;
	margin-bottom:2%;
	margin-left:1px;
}
#service #custom_carousel .item .service-cont p{
}
#service #custom_carousel .item .service-cont .heading {
    background-color: #8F3F09;
    color: white;
    display: inline-block;
    font-weight: bold;
    padding: 7px 35px 7px 25px;
    font-size: 20px;
	text-align:center;
    text-transform: uppercase;
}
#service #custom_carousel .item .service-cont .heading h4{
	margin-left:10px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:600;
	letter-spacing:0.1em;
}
#service #custom_carousel .item .service-img img{
	padding-top:20%;
	padding-bottom:2%;
}
#service #custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:rgba(0,0,0,0.6);
}
#service #custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
 #service #custom_carousel .controls li.active {
    background-color:#eee;
    border-top:3px solid orange;
}
 #service #custom_carousel .nav > li > a:focus,.nav > li > a:hover
 {
	 background-color:rgba(0,0,0,0);
 }
#service #custom_carousel .controls li img {
    height:100px;
}
#service #custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}

/*	PORTFOLIO
------------------------------*/
.portfolio{
	background: url(../images/activity-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.portfolio .nav-tabs{
	border-bottom:0px;
}
.wagwep-container ul#portfolio-filter a{
	color:#fff;
	font-weight:bold;
}
.portfolio >.container
{
    padding-top:100px;
}
.portfolio h2{
	color:#fff;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after 
{
 content: '';
}
ol.type li a
{
color: #222;
font-size:0.8em;
}
ol.type li a.active
{
 font-weight: 700;
}
.isotope-item
{
 z-index: 2;
}
.isotope-hidden.isotope-item
{
z-index: 1;
}
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio-item{
	margin-bottom: 30px;
}
.portfolio-item .hover-bg{
	height: 260px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h4{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}

.categories{ 
	padding: 10px 0;
}
#portfolio > .container{
	width:100%;
	padding-left:2%;
	padding-right:2%;	
}
#portfolio .open-tab{
	border-bottom: 2px solid #A60000;
	width:60%;
}
#portfolio .open-tab > li.active > a, .open-tab > li.active > a:focus, .open-tab > li.active > a:hover { border-width: 0;color: #fff !important;background-color:#FC602D;border-radius:0; }
#portfolio .open-tab  > li > a { border: none; color: #fff;background-color:#A60000; }
#portfolio #new-act{
	padding-bottom:80px;
	padding-left:5%;
	padding-right:5%;
}
#portfolio #new-act h3,#portfolio #new-act p{
	color:#fff;
	padding:5px;
}
/* .top-nav { border-bottom: 2px solid #DDD; }
   .top-nav > li.active > a, .top-nav > li.active > a:focus, .top-nav > li.active > a:hover { border-width: 0;color: #fff !important;background-color:#FC602D;border-radius:0; }
    .top-nav > li > a { border: none; color: #fff;background-color:#A60000; }
        .top-nav > li.active > a, .top-nav> li > a:hover { border: none; color: #fff !important;background-color:#FC602D;border-radius:0; }
        .top-nav > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .top-nav > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.top-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.top-head { padding: 15px 0; }
.tab-body{padding:20px}

.card { box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; } */
.new-activity{
	position:absolute;
	bottom:-30px;
	width:320px;
	right:0;
	height:30px;
	cursor:pointer;
	z-index:3;
}
.new-activity .activity{
	padding:5px;
	background-color:#2A2B83;
	border-left: 20px solid transparent;
	color:#222;
	color:#fff;
	padding-left:0;
	width:280px;
	height:100%;
}
.new-activity #triangle { 
position:absolute;
left:-30px; 
width: 0; height: 0; border-left: 30px solid transparent; border-right: 30px solid transparent; border-top: 30px solid #2A2B83;
}
.new-activity #triangle2 { 
position:absolute;
right:10px; 
width: 0; height: 0; border-left: 30px solid transparent; border-right: 30px solid transparent; border-top: 30px solid #2A2B83;
}
.new-activity #activityCarousel{
	width:86%;
	display:none;
	overflow:hidden;
	border:2px solid gray;
	background-color:#fff;
}
.new-activity #activityCarousel .carousel-inner,.new-activity #activityCarousel .carousel-inner .item{
	width:100%;
	transition: all .2s ease-in-out; 
	background-color:#fff;
}
.new-activity #activityCarousel .carousel-inner .item img{
	width:100%;
}
.new-activity #activityCarousel .carousel-inner .item:hover{
	  transform: scale(1.1); 
}
.new-activity #activityCarousel .heading{
	width:100%;
	z-index:2;
}
.new-activity #activityCarousel .heading div{
	color:#fff;
	font-size:10px;
	padding:10px;
	margin:0;
		background-color:#B43F1B;
}
.new-activity #activityCarousel .heading > div{
	font-size:13px;
}
/*	OUR TEAM
------------------------------*/
.our-team{
  background: url(../images/donate.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.our-team .overlay > .container
{
 padding:70px 0px;
}

#team{ margin: 0 auto}
#team .item{
    padding: 0;
    margin: 15px;
    color: #FFF;
    text-align: center;
}
#teams
{
	background-color:red;
}
#teams .overlay3{
padding-top:100px;
padding-bottom:30px;
}
#teams h2{
	font-family: 'Spectral SC', serif;
}
#teams .donate .welcome{
	color:#fff;
	font-size:20px;
	margin-bottom:3%;
	font-family: 'Spectral SC', serif;
}
#teams .donate .donate-table table tr td:first-child{
	font-weight:bold;
	color:#fff;
	text-align:right;
}
#teams .donate .donate-table table{
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
}
#teams .donate .donate-table table tr td:nth-child(2){
	text-align:left;
}
#teams .donate .donate-table table tr:nth-child(odd){
  background-color: rgba(255,255,233,0.1);
  color: #fff;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
        margin:0 auto;
}
.our-team .item .thumbnail:hover>img.img-circle.team-img{
	box-shadow:3px 2px 5px 5px rgba(0,0,0,0.4);
}
.our-team .thumbnail {
	background: transparent;
	border: 0;
}

.our-team .thumbnail .caption {
	padding: 9px;
	color: #F2F2F2;
        font-size:0.8em;
}

/*------------------------------------------------------------------
owl carousel----------------------------------------------------------*/
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #FFFFFF;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #FCAC45;
}


/*	CLIENT
------------------------------*/
.our-client
{
background: url(../images/team.jpg);
background-size: cover;
background-position: center;
background-attachment:fixed;
background-repeat: no-repeat;
color: #cfcfcf;
 }
.our-client .overlay > .container
{
 padding:70px 0px;
}

#clients .item{
    padding: 0;
    margin: 35px;
    color: #FFF;
    text-align: center;
}

/*	TESTIMONIAL
------------------------------*/
.client-testimonial{
	background: url(../images/test-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.client-testimonial .container
{
 padding:70px 0px;
}


#testimonial {
	padding: 30px 0;
}
#testimonial .item{
    display: block;
    width: 100%;
    height: auto;
	color:#fff;
}

#testimonial .item p {
	font-weight: 400;
	margin: 15px 0;
	color: #d1d1d1;
	letter-spacing:0.07em;
}
#testimonial .item p strong{
	color:#AD191C;
	word-spacing:0.09em;
	margin-left:5px;
}



/*	CONTACT US
------------------------------*/
.contact-remsh >.container
{
    padding:60px 0px;
}
#mailMsg{
	color:red;
	text-align:center;
	font-size:15px
}
#contact #conAddress p
{
	font-size:22px;
	color:#8F3F09;
}
.pad10{
	padding:10px;
}
#contact #conAddress p.font30p{
	font-size:30px;
}
#contact #conAddress p.orange{
	color:#f17a06
}
label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

button.btn.tf-btn.btn-default {
	float: right;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}

#contactbtn
{
    border:none;
}
/*	 Map
------------------------------*/
#map{
	background-color:#222;
}
/*	Map End
------------------------------*/
#getInvolved a img{
position:fixed;
bottom:10px;
right:10px;	
}
/*	FOOTER
------------------------------*/
.footer{
	background: #222222;
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav.footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
.footer p{
	font-size:0.83em;
	margin-top: 10px;
}
.footer i.fa {
	height: 50px;
	width: 50px;
	font-size: 20px;
	padding: 12px 14px;
	border-radius: 20%;
	color: #8c8c8c;
	transition: all 0.5s;
        text-shadow:1px 1px rgba(0,0,0,0.3);
}
.footer i.fa:hover{
	
	color: #ffffff;
       
}

/*ANIMATION*/

.animate
{
    -webkit-animation-duration: 2s;
}
#textAnimation .carousel-fade .carousel-inner .item {
  opacity: 1;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
#textAnimation .carousel-fade .carousel-inner .active {
  opacity: 1;
}
#textAnimation .carousel-fade .carousel-inner .active.left,
#textAnimation .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 1;
  z-index: 1;
}
#textAnimation .carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#textAnimation .carousel-fade .carousel-control {
  z-index: 2;
}
#textAnimation .fade-carousel {
    position: relative;
}
#textAnimation .fade-carousel .carousel-inner .item {
    height:auto;
	/* background-color:rgba(255,255,255,0.3); */
	padding:10px;
}
#textAnimation .fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: 1;
}
#textAnimation .fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
#textAnimation .hero {
    color: #fff;
    text-align: center;
 /*    text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	  -webkit-transform: translate3d(-50%,-50%,0);
		 -moz-transform: translate3d(-50%,-50%,0);
		  -ms-transform: translate3d(-50%,-50%,0);
		   -o-transform: translate3d(-50%,-50%,0);
			  transform: translate3d(-50%,-50%,0); */
}
#textAnimation .hero p {
    font-size: 1.8em;    
	font-family: 'Gentium Book Basic', serif;
    font-weight:normal;
    margin: 0;
    padding: 0;
	line-height:1.2em;
}

#textAnimation .fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
#textAnimation .fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}
#at4-share, #at4-soc {
    width:1px;
}