body{
	font-family: 'Roboto', sans-serif;
}
@media (min-width: 1600px) {
  .container {
    width:1376px;
  }
}
a{
	outline:none !important;
}
.navbar{
	min-height:86px;
	
}
.navbar-brand{
	padding:24px 15px;
}
.navbar-default{
	background-color:#FFF;
	
}
.navbar-nav{
	padding-top:36px;
	float:right;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color:transparent;
	color:#f58220;
}
.navbar-default .navbar-nav > li > a{
	text-transform:uppercase;
	color:#000;
}

.carousel{
	margin-top:86px;
}
.carousel-caption{
	text-align:left;
	bottom:150px;
	left:12%;
}
.cbnr-01{
	bottom:210px;
}
.cbnr-02{
	bottom:240px;
}
.cbnr-03{
	bottom:180px;
}
.carousel-caption .header{
	font-size:48px;
	font-weight:400;
	line-height:55px;
}
.carousel-caption .header span{
	font-weight:600;
	color:#f58220;
}
.carousel-caption p{
	font-size:16px;
}
.carousel-caption li{
	font-size:18px;
}
.teddy-but{
	border-radius:0px;
	background:none;
	color:#FFF;
	border:2px #fff solid;
	padding:16px 20px;
	font-size:16px;
	margin-right:20px;
	margin-top:20px;
	transition: all 0.3s ease 0s;
	text-transform:uppercase;
}
.teddy-but:hover{
	background-color:#f58220;
	color:#FFF;
	border-color:#f58220;
}
.teddy-but:hover,
.teddy-but:focus,
.teddy-but.focus {
  color:#FFF;
  text-decoration: none;
}
.but-orange{
	border:2px #f58220 solid;
	color:#f58220;
}
.but-orange:focus{
	color:#f58220;
}
.but-orange:hover{
	color:#fff;
}
.service-bar{
	background-color:#f58220;
	padding-top:20px;
	padding-bottom:20px;
}
.service-bar h1{
	font-size:30px;
	font-weight:300;
	color:#FFF;
	margin:0px;
	text-align:center;
}
.h-service-con{
	padding-top:0px;
	padding-bottom:0px;
}
.h-service-con h1{
	font-size:30px;
	color:#333;
	font-weight:300;
	text-align:center;
	padding:50px 0px 0px 0px;
	margin:0px;
	padding-bottom:33px;
}
.h-service-con .header{
	font-size: 36px;
    color: #000;
    font-weight: 300;
    text-align: center;
	margin-top:40px;
	padding-bottom:20px;
	margin-bottom:0px;
	text-transform:uppercase;
	border-bottom:1px #eee solid;
}
.h-service-con h2{
	font-size:18px;
	color:#000;
	font-weight:600;
	margin:0px;
	padding-bottom:10px;
	padding-left:20px;
	padding-top:50px;
}
.h-service-con h3{
	font-size:18px;
	color:#000;
	font-weight:600;
	margin:0px;
	padding-bottom:10px;
	padding-left:20px;
	padding-top:50px;
}
.h-service-con ul{
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.h-service-con li{
	padding:5px 0px;
}
.col-border-right{
	border-right:1px #ecebea solid;
	padding-bottom:50px;
}
.col-border-bottom{
	border-bottom:1px #ecebea solid;
	/*padding-bottom:50px;*/
	min-height:390px;
}
.col-border-rightbottom{
	border-bottom:1px #ecebea solid;
	border-right:1px #ecebea solid;
	/*padding-bottom:50px;*/
	min-height:390px;
}
.h-team-sect{
	min-height:456px;
	background: #000 url(../images/team.jpg) no-repeat fixed;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-color: transparent;
	text-align:center;
	font-size:18px;
	color:#FFF;
	padding-top:150px;
	transition: all 1s ease 0s;
}

.h-team-sect .heading{
	font-size:48px;
	color:#FFF;
	font-weight:400;
	text-align:center;
}
.h-clent-sect{
	min-height:360px;
	text-align:center;
	font-size:24px;
	color:#000;
	padding-top:70px;
	padding-bottom:40px;
	font-weight:300;
	border-bottom:1px #e5e5e5 solid;
}
.h-clent-sect .header{
	font-size:35px;
	color:#000;
	font-weight:600;
	text-align:center;
}
.hcs-con{
	max-width:1150px;
}
.hcs-bx-con{
	padding-top:70px;
}
.hcs-bx{
	width:254px;
	height:162px;
	background-color:#FFF;
	margin:0 auto ;
	border:1px #e5e5e5 solid;
	display:table-cell;
    vertical-align:middle;    
}
.h-portfolio-sect{
	min-height:580px;
	text-align:center;
	font-size:24px;
	color:#000;
	padding-top:70px;
	padding-bottom:20px;
	font-weight:300;
}
.pf-bx-con{
	padding-top:65px;
}
.pf-bx{
	text-align:center;
	height:400px;
	overflow:hidden;
	position:relative;
}
.pf-bx-inner{
	width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	background-repeat:no-repeat;
    transition-duration: .3s; /* set the speed of your animation */
	
}
.pf-bx:hover .pf-bx-inner{
	transform: scale(1.1);
}
.pf-h-conbx{
	background-color:#333333;
	height:240px;
	margin:0 auto;
	position:absolute;
	display:table-cell;
    vertical-align:middle;
	color:#FFF;  
	top:-100%;
	left:0;
	right:0;
	padding-top:30px;
	transition: all 0.3s ease 0s;
}
.pf-bx:hover .pf-h-conbx{

	top:0;
	
}

.pf-h-conbx .header{
	font-size:30px;
	font-weight:400;
	padding-top:25px;
}
.pf-h-conbx h3{
	font-size:18px;
	font-weight:300;
	padding:2px 0px 0px 0px;
	margin:0px;
}


.footer-bar-sect{
	min-height:155px;
	text-align:center;
	font-size:24px;
	color:#fff;
	font-weight:300;
	padding-top:33px;
	background-color:#f58220;
	
}
.footer-bar-sectother{
	min-height:155px;
	text-align:center;
	font-size:24px;
	color:#fff;
	font-weight:300;
	padding-top:40px;
	padding-bottom:40px;
	background-color:#f58220;
	
}
.footer-bar-con{
	max-width:950px;
}
.footer-bar-sect p{
	text-align:right;
	padding-top:33px;
	
}
.footer-bar-sect .teddy-but:hover{
	border-color:#fff;
	color:#f58220;
	background-color:#FFF;
}
.footer-bar-sectother .teddy-but:hover{
	border-color:#fff;
	color:#f58220;
	background-color:#FFF;
}

.footer-sect{
	min-height:400px;
	text-align:left;
	font-size:14px;
	color:#dedede;
	font-weight:300;
	padding-top:33px;
	background-color:#333333;
	
}
.footer-con{
	max-width:1000px;
}
.footer-sect .header{
	font-size:18px;
	color:#fff;
	font-weight:400;
	padding-bottom:20px;
	padding-top:20px;
}
.footer-l-col{
	padding-right:100px;
}
.footer-sect ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.social{
	margin-top:-17px;
	margin-left:-10px;
}
.social li{
	float:left;
	width:32px;
	height:32px;
}
.social li a{
	display:block;
	width:32px;
	height:32px;
}
.social li a.twitter{
	background:url(../images/social.jpg) no-repeat 0px 0px;
}
.social li a.facebook{
	background:url(../images/social.jpg) no-repeat -32px 0px;
}
.social li a.linkedin{
	background:url(../images/social.jpg) no-repeat -66px 0px;
}
.social li a.gplus{
	background:url(../images/social.jpg) no-repeat -99px 0px;
}

/*inner styles*/
.tbnr-inner{
	min-height:400px;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-color: transparent;
	margin-top:86px;
	padding-top:95px;
	
}

.whoweare-bnr{
	background-image:url(../images/who-we-are-bnr.jpg);
}
.thankyou-bnr{
	background-image:url(../images/thankyou-bnr.jpg);
}
.services-bnr{
	background-image:url(../images/services-bnr.jpg);
}
.team-bnr{
	background-image:url(../images/team-bnr.jpg);
}
.career-bnr{
	background-image:url(../images/career-bnr.jpg);
}
.errorpage-bnr{
	background-image:url(../images/errorpage.jpg);
}
.contact-bnr{
	background-image:url(../images/contact-bnr.jpg);
}
.seo-bnr{
	background-image:url(../images/seo-bnr.jpg);
}
.cspunnamada-bnr{
	background-image:url(../images/punnamada-bnr.jpg);
}
.csraviz-bnr{
	background-image:url(../images/raviz-bnr.jpg);
}
.csbhima-bnr{
	background-image:url(../images/shop-bg.jpg);
}
.cs-bnr{
	background-color: rgba(0, 0, 0, 0.4);
	padding-bottom:40px;
	max-width:800px;
}
.cs-bnr .bnrhead{
	font-size:60px !important;
	font-weight:400 !important;
	padding-top:30px !important;
}
.services-bnr .bnrhead{
	font-size:60px !important;
	font-weight:600 !important;
	padding-top:30px !important;
}
.team-bnr .bnrhead{
	font-size:60px !important;
	font-weight:400 !important;
	padding-top:30px !important;
}
.career-bnr .bnrhead{
	font-size:60px !important;
	font-weight:400 !important;
	padding-top:30px !important;
}
.tbnr-inner .bnrhead{
	font-size:120px;
	color:#FFF;
	font-weight:400;
	text-align:center;
	padding:0px;
	margin:0px;
	line-height:1.1;

}
.tbnr-inner .bnrhead span{
	display:block;
	font-size:16px;
	text-transform:uppercase;
}
.bnr-but-con{
	max-width:410px;
}
.bnr-cs-but-con{
	max-width:217px;
}
.inner-content{
	padding-top:60px;
	padding-bottom:60px;
}
.inner-content p{
	line-height:22px;
	font-weight:400;
	font-size:16px;
	text-align:justify;
}
.inner-content h1{
	font-size:30px;
	color:#333;
	font-weight:300;
	text-align:center;
	padding:0px;
	margin:0px;
	padding-bottom:33px;

}
.wwa-top{
	max-width:800px;
}
.wwa-bx{
	padding-top:50px;
	padding-bottom:1px;
}
.wwabx-left{
	background-image:url(../images/wwa-01.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-color: transparent;
	min-height:368px;
}
.wwabx-middle{
	background-color:#f58220;
	min-height:368px;
	padding-top:120px;
}
.wwabx-middle h2{
	text-align:center;
	font-size:36px;
	font-weight:300;
	color:#FFF;
	line-height:1.5;
}
.wwabx-right{
	background: #000 url(../images/wwa-02.jpg) no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-color: transparent;
	min-height:368px;
}
.wwabx-bottom{
	background: #000 url(../images/wwa-03.jpg) no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-color: transparent;
	min-height:490px;
}
.col-left-pad{
	padding-left:0px;
}
.col-right-pad{
	padding-right:0px;
}
.col-both-pad{
	padding-right:0px;
	padding-left:0px;
}
.service-p .pf-bx{
	margin-bottom:30px;
}
.team-con{
	padding-top:80px;
}
.pp-con{
	overflow:hidden;
	margin-bottom:30px;
}
.profile-pic{
	overflow:hidden !important;
	-moz-background-size: contain;
	background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-repeat:no-repeat;
	background-color: transparent;
	height:225px;

}
.np-con{
	position:absolute;
	width:0px;
	height:0px;
	left:0;
	right:0;
	bottom:-300px;
	margin:0 auto;
	background-color:rgba(0,0,0,.8);
	transition: all 0.3s ease 0s;
	color:#FFF;
	padding-top:35px;
	
}
.np-con .header{
	font-size:18px;
	padding:0px;
	margin:0px;
	font-weight:600;
}
.np-con h2{
	font-size:13px;
	font-weight:400;
	padding:0px;
	margin:0px;
}
.profile-pic:hover .np-con{
	left:0;
	right:0;
	bottom:1px;
	width:300px;
	height:100px;
	margin:0 auto;

}
.career_row{
	padding-top:30px;
	padding-bottom:30px;
	border-top:1px #d1d1d1 solid;
}
.career_row h1{
	font-size:28px;
	color:#333;
	padding:0px 0px 10px 0px;
	margin:0px;
	font-weight:300;
	text-align:left;
}
.career_row p{
	font-size:13px;
	text-align:left;
}
.more-link{
	text-align:left;
	font-size:18px;
	color:#f58220;
	display:block;
	width:60px;
}
#success_message{ display: none;}
#contact_form{
	font-size:13px;
}
label{
	font-weight:300;
	font-size:16px;
}
.form-group{
	text-align:left;
}
.form-control{
	border-radius:0px;
	height:45px;
}
.seo-form-con{
	max-width:600px;
}
.cs-row{
	padding-top:30px;
	padding-bottom:30px;
	/*font-size:13px;*/
	line-height:22px;
	
}
.cs-row-inner{
	max-width:900px;
}
.r-black{
	/*background-color:#515254;*/
	color:#FFF;
	text-align:center;
	background:url(../images/punnamada-bnr-2.jpg) no-repeat fixed;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    
}
.raviz-bg{
	background:url(../images/raviz-bnr-2.jpg) no-repeat fixed;
	-moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.bhima-bg{
	background:url(../images/shop-bg.jpg) no-repeat fixed;
	-moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	color:#000;
}
.cs-row h1{
	
	padding:0px 0px 20px 0px;
	margin:0px;
	font-size:36px;
	font-weight:300;
	
}
.carousel-control.left{
	background:none;
}
.carousel-control.right{
	background:none;
}

/*4i style*/
.section4i{
	background-color:#f3f6f8;
	padding-top:40px;
	padding-bottom:40px;
}
.section4i .header{
	font-size: 36px;
    color: #000;
    font-weight: 300;
    text-align: center;
	margin-bottom:50px;
	text-transform:uppercase;
	margin-top:20px;
}
.section4i .header span{
	display:inline-block;
	background-color:#ea3d3d;
	padding:8px 15px;
	color:#FFF;
	font-weight:600;
	text-transform:lowercase;
}
.box4i{
	background-color:#fff;
	width:281px;
	height:291px;
	box-sizing:border-box;
	padding-top:52px;
	border:1px #dddfe1 solid;
	position:relative;
}
.box4i span.arrow{
	display:block;
	width:45px;
	height:45px;
	position:absolute;
	top:125px;
	right:-23px;
	background:#19be7e url(../images/arrow.png) no-repeat 0px 0px;
}
.box4i .header{
	font-size: 24px;
    color: #000;
    font-weight: 400;
	margin:8px 0px 0px 0px;
    text-align: center;
	text-transform:uppercase;
}
.section4i .subhead{
	font-size: 22px;
    color: #000;
    font-weight: 600;
    text-align: center;
	margin-top:50px;
	margin-bottom:50px;
	text-transform:uppercase;
}
.corevalue{
	font-size:18px;
	line-height:35px;
	font-weight: 400;
}
.corevalue ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.corevalue ul li{
	background:url(../images/tick.png) no-repeat 0px 0px;
	padding-left:50px;
	padding-bottom:15px;
}
.rm-but-con{
	border-top:1px #eee solid;
	padding-top:20px;
	padding-bottom:40px;
}
.ser-top-txt{
	padding-top:0px;
	padding-bottom:20px;
	font-size:16px;
	text-align:justify;
}
.serv-bx{
	padding-top:60px;
}
.serv-top-bx{
	background-color:#51bad7;
	padding-left:60px;
	padding-right:60px;
	color:#FFF;
}
.serv-top-bx h2{
	color: #FFF;
}
.serv-mid-bx{
	background-color:#d1f2f9;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:50px;
	color:#2d768a;
}
.serv-mid-bx h2{
	color: #2d768a;
}
.serv-mid-bx ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.serv-mid-bx li{
	padding-left:30px;
	background:url(../images/serv-check-orange.png) no-repeat 0px 6px;
}
.serv-btm-bx{
	background-color:#f9806d;
	padding-top:0px;
	color:#fff;
}
.serv-btm-bx h2{
	color: #fff;
}
.serv-btm-bx ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.serv-btm-bx li{
	padding-left:30px;
	background:url(../images/serv-check-white.png) no-repeat 0px 6px;
}
.serv-btm-bx-right{
	padding-right:60px;
	padding-top:60px;
}
.serv-bx h2{
    font-weight: 400;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 20px 0px;
	font-size:36px;
	text-transform:uppercase;
}
.serv-bx .s-sub-h{
    font-weight: 400;
    text-align: left;
    padding: 0px;
     margin: 40px 0px 20px 0px;
	font-size:24px;
	line-height:1.1;
}
.serv-bx .s-sub-h span{
    font-weight: 400;
    text-align: left;
    padding: 0px;
    margin: 10px 0px 0px 0px;
	font-size:18px;
	display:block;
}
.cs-bx{
	background-color:#f3f6f8;
	padding:40px;
	min-height:360px;
	margin-bottom:30px;
	border:1px #e5e8eb solid;
}
.cs-bx ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.cs-bx ul li{
	background:url(../images/tick.png) no-repeat 0px 0px;
	padding-left:50px;
	padding-bottom:15px;
}

/*modal style*/

.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
}
.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}
.header-con{
	position:relative;
}
.h-contact{
	position:absolute;
	right:23px;
	top:20px;
}
.h-contact ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.h-contact li{
	float:left;
	padding-right:10px;
}
.h-contact li.ph{
	color:#C30;
	font-weight:600;
}
.h-contact li.email{
	color:#36C;
	font-weight:600;
}
.h-contact li.ph i{
	font-size:18px;
	color:#C30;
	
}
.h-contact li i{
	margin-right:5px;
	
}

/*xmas style*/




/* Price plans */

.panel
{
    text-align: center;
}

.panel-title{
  padding-top: 15px;
  padding-bottom: 15px;
}

.panel:hover { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35); }
.panel-body
{
    padding: 0px;
    text-align: center;
}

.the-price
{
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

.the-price h1
{
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.subscript
{
    font-size: 25px;
}

/* CSS-only ribbon styles    */
.cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner
{
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}
.price_wraper{
	text-align:center;
}

/* Price plans */

/*modal style*/
.modal-content{
	border-radius:0px;
	border:10px #FF9900 solid;
}