/**********
Common css 
**********/
.blackBg {
	background-color: #000000 !important;
	margin: 10px 0 0;
	opacity: 0.4;
}

.mtop5 {
	margin-top: 5px !important
}
.mtop10 {
	margin-top: 10px !important
}
.mtop20 {
	margin-top: 20px !important
}
.mtop30 {
	margin-top: 30px !important
}
.mtop40 {
	margin-top: 40px !important
}
.mtop50 {
	margin-top: 50px !important
}
.mtop60 {
	margin-top: 60px !important
}
.mtop70 {
	margin-top: 70px !important
}
.mtop100 {
	margin-top: 100px !important
}

.mleft10{margin-left:10px!important;}

.mright10{margin-right:10px!important;}

.mbtm10 {
	margin-bottom: 10px !important
}
.mbtm20 {
	margin-bottom: 20px !important
}
.mbtm40 {
	margin-bottom: 40px !important
}
.pbtm20 {
	padding-bottom: 20px !important
}
.pbtm40 {
	padding-bottom: 40px !important
}
.pright20{padding-right:20px;}

.text-underline {
	text-decoration: underline;
}
.no-radius {
	border-radius: 0px!important;
}
hr {
	margin: 0px;
}

.inline-block{display:inline-block !important;}
/***********************
Background colors
************************/

.gray_bg {
	background: #f2f2f2;
}
/************
Header Section
************/
.carousel-caption {
	left: 20%;
	padding-bottom: 300px !important;
	right: 20%;
	z-index: 0!important;
}
.new-control .fa {
	background: none !important
}
.fa-16 {
	font-size: 16px !important;
}
.navbar .navbar-nav > li > a {
	font-size: 16px !important;
	transition-duration: 1s;
	padding: 4px 10px !important;
	margin: 30px 0px;
}
.navbar .navbar-nav > li > a.selected {
	border: 1px solid #fff;
}
.bounce {
	position: relative;
	bottom: 30px;
	left: 50%;
	width: 45px;
	height: 45px;
	margin-left: -30px;
	border: 1px solid #096aa4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: #096aa4;
	padding: 4px 10px;
	color: #fff;
	
	
	z-index: 16;
}
.bounce a {
	color: #fff;
}
.bred {
	border: 1px double red
}
.banner-in {
	background: url(../img/common_images/banner_in.jpg) no-repeat;
	height: 418px;
	
}
 /*@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
}
 40% {
-webkit-transform: translateY(-30px);
}
 60% {
-webkit-transform: translateY(-15px);
}
}
 @-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
}
 40% {
-moz-transform: translateY(-30px);
}
 60% {
-moz-transform: translateY(-15px);
}
}
 @-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-o-transform: translateY(0);
}
 40% {
-o-transform: translateY(-30px);
}
 60% {
-o-transform: translateY(-15px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
 40% {
transform: translateY(-30px);
}
 60% {
transform: translateY(-15px);
}
*/
/************
Body Section
************/
.title_line {
	width: 182px;
	height: 2px;
	margin-top: 16px;
	background: #cebb39;
	display: block;
	margin: 0 auto
}
.nityo-pillars {
    border: 14px solid #ffffff;
    border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-webkit-border-radius: 100%;
    height: 330px;
	width:330px;
    padding: 35px 0 0;
    text-align: center;
	float:none;
	margin:0 auto;
	display:inline-block
   
}

.nityo-pillars .fa-4 {
	font-size: 56px;
}
.nityo-pillars .fa-3 {
	font-size: 55px;
}
.fa-58 {
	font-size: 58px !important;
}
.fa-30 {
	font-size: 30px !important;
}
.fa-38 {
	font-size: 38px !important;
}

.fa-45 {
	font-size: 55px !important;
}
.nityo-pillars:hover {
	border: 14px solid #e3e3e3;
	transition:all 5s ease-in;
}
#parallex-verticals {
	background-image: url(../img/frontpage/parallex-verticals.png);
}
#parallex-verticals-career {
	background-image: url(../img/frontpage/career_bg.jpg);
}
#parallex-verticals-solution {
	background-image: url(../img/frontpage/solution_part.jpg);
	
}

#parallex-verticals p.line-height-48 {
	line-height: 48px;
}
#parallex-verticals h4 {
	font-size: 25px
}
.border-white {
	border: 1px solid #fff!important;
}

.border-btm-bluelight {
	border-bottom: 1px solid #69a9cf!important;
}


.btn-yellow {
	background-color: transparent;
	border: 1px solid #fff;
	color: #000;
}
.btn-yellow:focus, .btn-yellow:hover {
	background-color: #cebb39;
	color: #03779e;
	border: 1px solid #cebb39;
}
.border-btm {
	border-bottom: 4px solid #7aa5c3;
	margin-bottom: 40px;
}
.border-career {
	width: 100%;
	height: 4px;
	float: left;
	background: #7aa5c3;
	margin-top: 40px;
}
.full-width {
	width: 100%;
	float: left;
}
.line_yellow:hover .border-career {
	background: #cebb39;
}
.border-btm:hover {
	border-bottom: 4px solid #cebb39;
}
.nityo-verticals ul {
	width: 100;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.nityo-verticals ul li {
	/*border-bottom: 1px solid #7aa5c3;*/
	font-weight: normal;
	line-height: 30px;
	text-align: center;

	
}
.nityo-verticals ul li:last-child {
	border-bottom: 0px solid #7aa5c3;
}

.nityo-verticals ul li a:hover{opacity:0.6; transition:all 0.3s ease-out;}


.title_line2 {
	width: 182px;
	height: 2px;
	margin-top: 16px;
	background: #cebb39;
	display: block;
}
.border-right {
	border-right: solid 1px #eee;
}
.updates {
	width: 100%;
	float: left;
	background: url(../img/frontpage/update_bg.jpg) no-repeat;
	background-size: cover;
}
.news_border {
	border-bottom: solid 5px #cebb39;
}
.month {
	font-size: 24px;
}
.date {
	font-size: 56px;
	line-height: 36px;
}
/*.map iframe {
	float: left;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.55555 0.55555 0.55555 0 0 0.55555 0.55555 0.55555 0 0 0.55555 0.55555 0.55555 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
	/*filter: gray; /* IE6-9 */
	/*-webkit-filter: grayscale(90%); /* Chrome 19+ & Safari 6+ */
	/*-webkit-backface-visibility: hidden;  /* Fix for transition flickering *//*
}*/
.text-center-xs {
	text-align: left;
}
.left_box {
	width: 160px;
	height: 160px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-left: solid 3px #fff;
	border-bottom: solid 3px #fff
}
.right_box {
	width: 160px;
	height: 160px;
	position: absolute;
	top: 0px;
	right: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff
}
.caption-in {
	position: relative;
	top: 150px;
	padding: 30px;
	
}
.tag-line {
	bottom: -13px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-style: italic;
	margin-left: 170px;
	min-width: 600px;
	position: absolute;
	text-align: left;
	font-weight: 300;
	display:none;
}
.line-bottom {
	border-bottom: solid 1px #dadada;
}
.border_btm {
	border-bottom: solid 6px #0469a3;
	padding: 0 20px 0 20px;
	display: inline-block;
	width: 100%;
	min-height: 150px;
	position: relative;
}
select {
	padding: 5px 10px
}
.plus-btn {
	background: #096aa4;
	border-radius: 50%;
	bottom: -25px;
	font-size: 31px;
	height: 42px;
	line-height: 39px;
	position: absolute;
	right: 20px;
	width: 42px;
	color: #fff;
}
.plus-btn:hover, .plus-btn:focus {
	text-decoration: none;
	color: #fff;
}
.relative {
	position: relative
}
.partners_logo {
	background: #fff none repeat scroll 0 0;
	float: left;
	left: -5px;
	position: relative;
	width: 97%;
	text-align: center;
}
.techpartner .border_btm {
	min-height: 420px;
}
.visitsite {
	bottom: 10px;
	position: absolute;
}

.overflow_y{overflow-y:scroll; height:180px;}


/*************
announcement-and- updates
*************/
.announcement-box {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 23%, rgba(239,239,239,1) 68%, rgba(239,239,239,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(12%, rgba(255,255,255,1)), color-stop(23%, rgba(255,255,255,1)), color-stop(68%, rgba(239,239,239,1)), color-stop(100%, rgba(239,239,239,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 23%, rgba(239,239,239,1) 68%, rgba(239,239,239,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 23%, rgba(239,239,239,1) 68%, rgba(239,239,239,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 23%, rgba(239,239,239,1) 68%, rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 23%, rgba(239,239,239,1) 68%, rgba(239,239,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0 );
	border-bottom: 1px solid #cfcfcf;
	float: left;
	margin-top: 40px;
	padding-bottom: 40px;
	position: relative;
    width:100%;
}
.ann-desc {
	float: left;
	padding-bottom: 30px;
	height: 96px;
	overflow: hidden;
}
.ann-desc-full {
	height: auto;
}
/*******
Leadership page 
********/
.image-box {
	position: relative;
	width: 100%;
}
.image-box img {
	width: 100%;
	display: block;
}


.image-box-round {
	position: relative;
	width: 100%;
	padding:10px 0 0 10px;
	border-radius:50%;
	background:url(../img/leadership/circle_bg.jpg) no-repeat;
}
.image-box-round img {
	width: 100%;
	display: block;
	border-radius:50%;
	border:solid 3px #fff;
}

.image-border-box {
	position: absolute;
	top: 0;
	left: 0;
	margin: 3%;
	border: 2px solid #FFF;
	height: 92%;
	WIDTH: 94%;
	display: none;
}
.grey:hover .image-border-box {
	display: block;
}
/************
Footer Section
************/
footer {
	background: #424242;
	width: 100%;
	padding: 20px 0 7px 0;
	float: left;
	position: relative;
	color: #dfdfdf;
}
footer p {
	position: relative;
	z-index: 1
}
.scrollUp {
	background: #424242 none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 30px;
	color: #ffffff;
	height: 45px;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	text-align: center;
	width: 45px;
	z-index: 0;
	top:-20px;
}

a.scrollUp{color:#f1f1f1;}


.carousel-caption p{font-size:18px;}

h5.announcement{font-size:40px;}

.contact-address {
  background-color: rgba(9, 106, 164, 0.8);
  padding: 45px 20px;
  color:#fff;
  
}

span.blue2 {
  background: #68b1de none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 30px;
  height: 70px;
  line-height: 64px;
  width: 70px;
}

.navbar-right{margin-right:0px;}

.text-grey{color:#000}

ul.list-style-disc li {
  list-style: outside disc;
  margin-left: 10px;
}

.page404 {
    background: #f1f1f1 none repeat scroll 0 0;
    font-size: 300px;
    height: 650px;
}
.page404 span {
    clear: both;
    display: block;
    font-size: 60px;
}

.banner-in .left_box, .banner-in .right_box{width:120px; height:120px;}

.banner-in h5{font-size:44px;}

.navbar-header {
  float: left;
  padding-top: 10px;
}

ul.list-style-nodisc li { list-style:disc inside;}
ul.list-style-nodisc li span{ text-decoration:underline; margin-right:10px;}

.arrow-right {
  border-bottom: 20px solid transparent;
  border-left: 20px solid #3a88b6;
  border-top: 20px solid transparent;
  height: 0;
  position: absolute;
  right: -12px;
  top: 10%;
  width: 0;
}






.ann{max-height:125px;}
.announcement-box:last-child{margin-bottom:70px;}

.overlay-map {
  height: 100%;
  position: absolute;
  width: 100%;
}


#loader{
width:100%;
height:100%;
display:block;
    background-color: rgba(0, 0, 0, 0.9);
    background: rgba(0, 0, 0, 0.9);
    color: rgba(0, 0, 0, 0.9);

}

.gmnoprint {
  display: none;
}

.carousel-indicators li.active{margin:1px;}




@media (min-width: 1360px) {
.banner-in {
	background: url(../img/common_images/banner_in.jpg) no-repeat;
	height: 354px;
	background-size:100%;
}
}

@media (max-width: 1500px) {
.right_box {
	width: 110px;
	height: 110px;
}
.left_box {
	width: 110px;
	height: 110px;
}

.caption-in h5{font-size:38px}

.banner-in .caption-in {
  top: 170px;
}

}



@media screen and (min-device-width: 1023px) and (max-device-width: 1078px) { 

.nityo-pillars {
  
    height: 300px;
    padding: 25px 0;
    width: 300px;
	float:left
   
}	
/*.nityo-pillars h3{font-weight:20px;}
*/
}

@media (max-width: 1024px) {
	h5 {
	font-size: 46px
}

.caption-in {
  top: 290px;
}
}

/***********Navigation Ipda collapsed code example link http://www.bootply.com/Wf53bcAyl8****************************/
@media (max-width: 991px) {
	.nityo-pillars{width:230px; height:230px;}
	
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	.carousel-caption {
    bottom: -60px;
}}


 @media screen and (max-width:980px) {
	
	.carousel-caption h5{font-size:37px;}
	
.carousel-caption {
  left: 10%;
  padding-bottom: 300px !important;
  right: 20%;
  width: 80%;
  z-index: 0 !important;
}

.banner-in .caption-in {
  top: 200px;
}
	 
 }



@media screen and (max-width:800px) {
.nityo-pillars{width:230px; height:230px;}
.tag-line{display:none;}

.navbar-fixed-top, .navbar-fixed-bottom {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 5;
}

.navbar-fixed-top {
  margin-top:0px;
}

.black {
  background-color:#000 !important;
}

.navbar{margin-bottom:0px;}

ul.dropdown-menu li:hover a{color:#fff !important}

.navbar-bran2d {	
display: inline-block;
padding: 6px 0;
}
	.navbar-toggle{margin-top:15px;}
	
	  .navbar .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #000 !important;
        background-color: transparent
    }
	
	.caption-in {
  top: 200px;
}


.right_box {
   height: 110px;
   width: 110px;
}
.left_box {
   height: 110px;
   width: 110px;
}

.banner-in .caption-in {
  top: 150px;
}

.banner-in{margin-top:10%}

.banner-in {
  margin-top: 10%;
}

.carousel {
  margin: 10% 0;
}

	
}



 @media screen and (max-width:767px) {
.text-center-xs {
	text-align: center;
}
.title_line2 {
	margin: 20px auto;
	width: 182px;
}

.right_box {
	width: 110px;
	height: 110px;
}
.left_box {
	width: 110px;
	height: 110px;
}

span.blue2 {
  font-size: 25px;
  height: 70px;
  line-height: 64px;
}

span.blue2 {
  background:none;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 70px;
  line-height: 30px;
  width: auto;
}


.grey .pull-left, .pull-right{float:inherit !important;}

.white .pull-left, .pull-right{float:inherit !important;}



}

 @media screen and (max-width:640px) {
	 
	 .col-xs-mtop20{margin-top:20px;}
	 
	 .xs-text-center{text-align:center !important}
	 
	 .bounce{display:none;}
	 
	 .left_box {
  height:50px;
  width: 50px;
}
.right_box {
  height: 50px;
  width: 50px;
}
.carousel-caption .caption-in {
  padding: 15px;
 }
.caption-in {
  padding: 26px 15px;
  position: relative;
  top: 200px;
}

.carousel {
  margin: 15% 0 0;
}
	
	 
	 }
	 
	 
	 @media screen and (max-width:480px) { 
	 .navbar-bran2d {
    width: 60%;
}

.contact-address{width:100%;}

.caption-in h5 {
  font-size: 27px;
}


h5.announcement{font-size:24px;}
.banner-in{height:238px;}

.banner-in .caption-in {
  top: 61px;
}

.banner-in .left_box, .banner-in .right_box{width:90px; height:90px;}

.banner-in {
  margin-top: 18%;
}
h1 {
  font-size: 24px;

  font-weight: 400;
}

.arrow-right {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #3a88b6;
  bottom: -35px;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: auto;
}

.carousel {
  margin: 19% 0 0;
}

	 }
	 
	 @media screen and (max-width:320px) { 	 
	 .caption-in {
  top: 220px;
}

.caption-in h5 {
  font-size: 20px;
}


	 }