body{
background: #fff;
color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: 400;
}
/*@media (min-width:1366px){
.container{width:100%}
}*/
.carousel-caption{
	top:20%;
}
.carousel-caption h6{
	font-size:42px;
	text-align:left;
	text-shadow:none;
}
.carousel-caption h6 span{
	color:#000;
}
.carousel-caption p{
	font-size:18px;
	text-align:left;
	text-shadow:none;
}
.carousel-caption p span{
		color:#fff;
}
.myheadmenu p{ margin-top:25px;}
.myheadmenu p a{
	text-decoration:none;
	color:#000;
	padding: 5px 10px;
}
.myheadmenu p a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#45916b;
	 -webkit-transition-duration: 0.8s; /* Safari */
    transition-duration: 0.8s;
	border-radius:5px;
}
.myheadmenu h5{ margin-top:30px;}

.myheadmenu h5 a{
	text-decoration:none;
	color:#fff;
	padding: 5px 10px;
	border:#FFF solid 1px;
	background-color:#c87d24;
	border-radius:5px;
}
.myheadmenu h5 a:hover{
	background-color:#45916b;
	border:#FFF solid 1px;
	-webkit-transition-duration: 0.8s; /* Safari */
    transition-duration: 0.8s;
}
.bodytext{}
.bodytext h2 {
	color:#000;
}
.img-responsive{
	width:100%;
	height:auto;
	}
/* start all section */
#logoheader,
#logoheader .fp-slide,
#logoheader .fp-tableCell,

#mainbanner,
#mainbanner .fp-slide,
#mainbanner .fp-tableCell,

#home,
#home .fp-slide,
#home .fp-tableCell,

#highlighters,
#highlighters .fp-slide,
#highlighters .fp-tableCell,

#work,
#work .fp-slide,
#work .fp-tableCell,

#about,
#about .fp-slide,
#about .fp-tableCell,

#goal,
#goal .fp-slide,
#goal .fp-tableCell,

#risk,
#risk .fp-slide,
#risk .fp-tableCell,

#calc,
#calc .fp-slide,
#calc .fp-tableCell,

#contact,
#contact .fp-slide,
#contact .fp-tableCell,

#portfolio,
#portfolio .fp-slide,
#portfolio .fp-tableCell,

footer,
footer .fp-slide,
footer .fp-tableCell
{
    height: auto !important;
}

/* end all section */

/* start all heading */
h1,h2,h3,h4,h5
    {
        color: #ffffff;
        font-weight: bold;
    }
/* end all heading */

/* start all section */
#about, #portfolios
    {
        padding-top: 100px;
        padding-bottom: 120px;
    }
	


	/* end all section */

/* start simpletextrotator */
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}
/* end simpletextrotator */


/*=========================hover style starts =====================*/

.grid {
	padding:0px;
	/*-- Agile ITS --*/
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	margin: 0;
	text-align:center;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: rgba(0, 127, 0, 1);
	color: #ed4e6e;
}

.grid figcaption h4 {
	margin: 0;
    padding-top: 7px;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color:#000;
}
.grid figcaption h5 {
    position: absolute;
    bottom: 30px;
    left: 59px;
    font-size: 23px;
	color:#000;
}
/* Caption Style 5 */
.cs-style-5 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
	-webkit-transform: scale(0.80);
	-moz-transform: scale(0.80);
	-ms-transform: scale(0.80);
	transform: scale(0.80);
}

.cs-style-5 figcaption {
	height: 100%;
	width: 100%;
	border-radius:200px;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.cs-style-5 figure a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
/*=========================hover style ends=====================*/

/* start logoheader */       
#logoheader
	{
        background: url('../images/logo-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0.5% 0;
        text-align: center;
	}
#logoheader h1
    {
        /*border: 2px solid #D43F52;*/
        color: #D43F52;
        display: inline-block;
        letter-spacing: 6px;
        /*padding: 25px 35px;*/
        margin: 0;
    }
#logoheader h2
    {
        padding-bottom: 10px;
    }
#logoheader .btn
    {
        background: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        width: 180px;
        height: 60px;
        margin-top: 40px;
        padding-top: 18px;
        transition: all 0.4s ease-in-out;
    }
#logoheader .btn:hover
    {
        background: #ef8812;
        border-color: transparent;
    }
/* end logoheader */


/* start logoheader */  
.headcolor{
	background-color:#f8f8f8;
	}  
	
.belowbannercolor{
	background-color:#FFF;
	color:#000;
	height:100px;
	}  
 
	
#mainbanner
	{
        background: url('../images/logo-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0;
        text-align: center;
		min-height: 100vh;		
	}
#mainbanner h1
    {
        /*border: 2px solid #D43F52;*/
        color: #D43F52;
        display: inline-block;
        letter-spacing: 6px;
        /*padding: 25px 35px;*/
        margin: 0;
    }
#mainbanner h2
    {
        padding-bottom: 10px;
    }
#mainbanner .btn
    {
        background: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        width: 180px;
        height: 60px;
        margin-top: 40px;
        padding-top: 18px;
        transition: all 0.4s ease-in-out;
    }
#mainbanner .btn:hover
    {
        background: #ef8812;
        border-color: transparent;
    }
/* end logoheader */


/* start home */  
/*.va-table {
  display: table;
  width: 100%;
  min-height: calc( 100vh - 66px );
}*/


/* start highlighters */
.paddingtop2{
	padding-top:50%;
	}
#highlighters
	{
        background: url('../images/bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 5%;
        padding-bottom: 13%;
        text-align: center;
		width:100%;
		min-height: 100vh;
	}
	
#highlighters h2
    {
        text-align: center;
		color:#000;
		font-size:36px;
    }
#highlighters h3
    {
		color:#0084eb;
    }
#highlighters p
    {
		color:#fff;
		background-color:rgba(0, 90, 190, .6);
		min-height:200px;
		border-radius:100px;
		text-align:justify;
		padding:5px;
    }		

#highlighters .media
    {
      margin-top: 30px;
	  text-align:center;
    }
	
#highlighters .media .fa
    {
        border: 2px solid #0084eb;
        border-radius: 50%;
        color: #0084eb;
        font-size: 36px;
        /*margin-right: 24px;*/
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        vertical-align: middle;
        transition: all 0.4s ease-in;
    }
#highlighters .media .fa:hover
    {
        background: #0084eb;
		color:#FFF;
        cursor: pointer;
    }
#highlighters .media .media-heading
    {
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
		margin-top:10px;
    }
/* end highlighters */

     
#home
	{
        background: url('../images/portfolio.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 10%;
        padding-bottom: 15%;
        text-align: center;
		width:100%;
		min-height: 100vh;
	}
#home h1
    {
        /*border: 2px solid #D43F52;*/
        color: #D43F52;
        display: inline-block;
        letter-spacing: 6px;
        /*padding: 25px 35px;*/
        margin: 0;
    }
#home h2
    {
        padding-bottom: 10px;
		color:#000;
		font-size:36px;
    }
#home p
    {
		color:#000;
    }	
#home .btn
    {
        background: transparent;
        border: 2px solid #000;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        width: 180px;
        height: 60px;
        margin-top: 40px;
        padding-top: 18px;
        transition: all 0.4s ease-in-out;
    }
#home .btn:hover
    {
        background: #ef8812;
        border-color: transparent;
    }
/* end home */

/* start work */
#work
	{
        background: url('../images/goal.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 12%;
        padding-bottom: 13%;
        text-align: center;
		width:100%;
		min-height: 100vh;
	}
	
#work h2
    {
        text-align: center;
		color:#000;
		font-size:36px;
    }
#work h3
    {
		color:#0084eb;
    }
#work p
    {
		color:#fff;
		background-color:rgba(0, 90, 190, .6);
		min-height:150px;
		border-radius:5px;
		text-align:justify;
		padding:5px;
    }		

#work .media
    {
      margin-top: 30px;
	  text-align:center;
    }
	
#work .media .fa
    {
        border: 2px solid #0084eb;
        border-radius: 50%;
        color: #0084eb;
        font-size: 36px;
        /*margin-right: 24px;*/
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        vertical-align: middle;
        transition: all 0.4s ease-in;
    }
#work .media .fa:hover
    {
        background: #0084eb;
		color:#FFF;
        cursor: pointer;
    }
#work .media .media-heading
    {
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
		margin-top:10px;
    }
/* end work */


/* start goal */
#goal
	{
        background: url('../images/blow.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 10%;
        padding-bottom: 15%;
        text-align: center;
		width:100%;
		min-height: 100vh;
	}
	
#goal h2
    {
        text-align: center;
		color:#000;
		font-size:36px;
    }
#goal h3
    {
		color:#0084eb;
    }
#goal p
    {
		color:#fff;
		background-color:rgba(0, 0, 0, .5);
    }		

#goal .media
    {
      margin-top: 30px;
	  text-align:center;
    }
	
#goal .media .fa
    {
        border: 2px solid #0084eb;
        border-radius: 50%;
        color: #0084eb;
        font-size: 36px;
        /*margin-right: 24px;*/
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        vertical-align: middle;
        transition: all 0.4s ease-in;
    }
#goal .media .fa:hover
    {
        background: #0084eb;
		color:#FFF;
        cursor: pointer;
/*		transform: rotateY(360deg);
	    transition: .5s all;
	    -webkit-transition: .5s all;
	    -moz-transition: .5s all;
	    -o-transition: .5s all;
	    -ms-transition: .5s all;*/
    }

#goal .media .media-heading
    {
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
		margin-top:10px;
    }
/* end goal */

/* start about */
#about {
		background: url('../images/happy-family.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 10%;
        padding-bottom: 15%;
        text-align: left;
		width:100%;
		min-height: 100vh;
		
}
#about h2{
	color:#000;
}
#about p{
	color:#333;
}
#about h4
    {
        padding: 15px 0;
		color: #ec8b1a;
    }
#about .progress
    {
        border-radius: 4px;
        background: #ffffff;
        height: 4px;
    }
#about .progress .progress-bar-danger
    {
        background: #D43F52;
    }
#about .text-top
    {
        padding-top: 50px;
    }
#about span
    {
        color: #ffffff;
        font-weight: bold;
        display: block;
        padding-bottom: 6px;
    }
#about small
    {
        font-weight: bold;
        float: right;
    }
/* end about */


.whitetext{ color:#FFF;}

#risk
	{
        background: url('../images/risk.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 10%;
        padding-bottom: 15%;
        text-align: left;
		color:#000;
		min-height: 100vh;
	}
	
/* start calc */
#calc
    {
        background: #333;
        padding-top: 60px;
        padding-bottom: 80px;
    }
#calc h2
    {
        text-align: center;
    }

#calc .media
    {
      margin-top: 30px;
	  text-align:center;
    }
	
#calc .media .fa
    {
        border: 2px solid #ffffff;
        border-radius: 50%;
        color: #D43F52;
        font-size: 36px;
        /*margin-right: 24px;*/
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        vertical-align: middle;
        transition: all 0.4s ease-in;
    }
#calc .media .fa:hover
    {
        background: #ffffff;
        cursor: pointer;
    }
#calc .media .calc-heading
    {
        font-weight: 600;
		margin-top:10px;
    }
.mybtn{
		background-color:transparent;
		font-size:21px;
		line-height:100%;
		padding:10px 20px;
		border:#FFF solid 2px;
		transition: all 0.4s ease-in;
}

.txtcentr {
	text-align:center;
	font-size:36px;
	background-color:#F00;
}
.modal-title{
	background-color:#ef861d;
}
/*end calc*/	

/* start portfolio */
#portfolio
    {
        background: url('../images/plan.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 10%;
        padding-bottom: 15%;
        text-align: center;
	    min-height: 100vh;

    }
#portfolio h2
    {
        padding-bottom: 30px;
		color:#000;
    }
#portfolio h4
    {
        padding-bottom: 0;
		color:#000;
		line-height:150%;
		font-size:24px;
    }	
#portfolio h4 span
    {
        padding-bottom: 30px;
		color:#00b522;
		text-transform:uppercase;
    }	
#portfolio .portfolio-thumb
    {
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
    }
#portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #00b522;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        padding-top: 60px;
        transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay
    {
        cursor: pointer;
        opacity: 0.8;
        transform: scale(0.9);
    }
	
#portfolio-inner
    {
        background: url('../images/plan.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 5%;
        padding-bottom: 10%;
        text-align: center;

    }
#portfolio-inner h2
    {
        padding-bottom: 30px;
		color:#000;
    }
#portfolio-inner h4
    {
        padding-bottom: 0;
		color:#000;
		line-height:150%;
		font-size:24px;
    }	
#portfolio-inner h4 span
    {
        padding-bottom: 30px;
		color:#00b522;
		text-transform:uppercase;
    }	
#portfolio-inner .portfolio-thumb
    {
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
    }
#portfolio-inner .portfolio-thumb .portfolio-overlay
    {
        background: #00b522;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        padding-top: 60px;
        transition: all 0.4s ease-in-out;
    }
#portfolio-inner .portfolio-thumb:hover .portfolio-overlay
    {
        cursor: pointer;
        opacity: 0.8;
        transform: scale(0.9);
    }	

/* end portfolio */

#aboutus-inner
    {
        background: url('../images/aboutus-inner.jpg');
        /*background-size: cover;*/
        background-repeat: no-repeat;
        padding-top: 5%;
        padding-bottom: 10%;
        text-align: center;

    }
/* start contact */

#contact{
	background-color:#004120;
	padding-top: 30px;
	min-height: 100vh;

}

#contact address
    {
      padding-bottom: 18px;
    }
	
#contact .contact-title
    {
		font-size: 24px;
		font-weight: bold;
        padding-bottom: 20px;
		color: #ffffff;
    }
#contact .fa
    {
        /*
		border: 2px solid #ffffff;
        border-radius: 50%;
		width: 50px;
        height: 50px;
		margin-right: 10px;
		*/
        color: #fff;
		font-size:24px;
        line-height: 45px;
        text-align: center;
        
    }
.social
    {
        
		border: 2px solid #ffffff;
        border-radius: 50%;
		width: 40px;
        height: 40px;
		margin-right: 10px;
		
        color: #fff;
		font-size:18px;
        line-height: 45px;
        text-align: center;
        
    }
#contact .form-control
    {
        background: transparent;
        border: 2px solid #999;
        border-radius: 0;
        box-shadow: none;
        color: #ffffff;
        margin-bottom: 20px;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="text"]
    {
		width:33.333%;
		float:left;
    }	
#contact input[type="submit"]
    {
        background: #ec8b1a;
        border: 2px solid transparent;
        color: #ffffff;
        font-weight: bold;
        transition: all 0.4s ease-in-out;
    }
#contact input[type="submit"]:hover
    {
        background: #43ac35;
        color: #000;
    }
.footercontact p {
	color:#fff;
	
}	
.footercontact p a{
	color:#0F3;
	text-decoration:none;
	
}
/* end contact */
.gmap{
	border:#ec8b1a solid 5px;}
/* start footer */
footer
    {
        background:#c87d24;
        border-top: 1px solid #090909;
        text-align: center;
        padding-top: 10px;

    }
footer hr
    {
        width: 100px;
    }
footer p a{
	color:#FFF;
}
/* end footer */

/* start social icon */
.social-icon
    {
        position: relative;
        padding: 0;
        margin: 0;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
    }
.social-icon li a
    {
        border-radius: 50%;
        color: #606060;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
        text-align: center;
        margin-right: 10px;
    }
.social-icon li a:hover
    {
        color: #D43F52;
    }
/* end social icon */


#innerpages {
        padding-top: 10px;
        padding-bottom: 10px;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: left;
		width:100%;
}
#innerpages h2{
	color:#000;
}
#innerpages p{
	color:#333;
}
#innerpages h4
    {
        padding: 15px 0;
		color: #ec8b1a;
    }
#innerpages .text-top
    {
        padding-top: 50px;
    }
#innerpages span
    {
        color: #ffffff;
        font-weight: bold;
        display: block;
        padding-bottom: 6px;
    }
	
.navbar-nav{
	padding-top:20px;}	
