/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
/* New class added for welcome home text in index.html - gowri shankar */

/* css for resources image resizing*/
.ResourcesSize img{
    display:block;
    width:200px !important;
    height:100px !important;
}

/* for Welcome Home Color - gowri*/
.fontStyling
{
    font-size:19px;
}
#homeHeading { color: white ;
    font-weight:bold;
}


.dropdownMenu {
    position: relative;
}

.dropdown-content {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    width:220px;
    display: none;
    position: absolute;
    left: 0;
    top:100%;
    background-color: #75A1D0;
    z-index: 1;
}
.dropdown-content a {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    width:220px;
    color: black;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding:10px;
    border-bottom: 1px solid #000;
}

.dropdownMenu:hover > .dropdown-content {
    display: block;
}

.dropdown-content a:hover { /* When you hover over items in dropdown */
    background-color: #ddd;
    color:#2B4F81;
}
.underline_animation::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
    -webkit-transform: scaleX(0);
    visibility: hidden;
    -webkit-transition: all .6s ease;
}

.underline_animation:hover::after {
    -webkit-transform: scaleX(1);
    visibility: visible;
}
* {
  box-sizing: border-box;
}

.zoom {
  padding: 0px;
/*  background-color: green;   */
  transition: transform .2s;
  width: 150px;
  height: 200px;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3); 
}
/*    Code for enlarging jpgs on mouse over end */


html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
hr {
  border-color: #F05F40;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #F05F40;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'oswald', sans-serif;
}

h3{font-weight:300;}

h2{font-size:30px; color:#999999;margin:25px 0px 25px 0px; font-weight: 300; font-family:'oswald'; text-transform: uppercase;}

h6{font-size:16px;}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #F05F40;
}
.bg-dark {
  background-color: red;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}


aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #F05F40;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-top:0px;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    font-family: oswald;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #F05F40;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fe9a00 !important;
  background-color: transparent;
  border-bottom:3px solid #fc9a01;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

    .newClass {
       background-color: "" !important; 
       opacity: 1 !important;
       font-color: blue !important;
        width: 100% !important;
        padding: 7px !important;
        
    }



/* The below media if for mobile alignments of home page - Welcome Home gowri*/

@media (max-width:760px){
        blockquote {border-left: 0 !important}

    .newClass {
/* gowri: 3 lines added below for mobile sake */
       /* background-color: grey; */
        opacity: .80;
        max-width: 400px;
        /*padding-left:10px;*/
        padding-top:30px;
    }
    header{
        top:10%;
        padding-left:67px;
        background-image:none !important;
    background-color:#1E3E65;
    }
    .fontStyling
{
    font-size:17px;
}
}



@media (min-width: 992px) { 

/* @media screen and (min-width:900px) and (max-width:1200px) */

  .navbar-default {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e3dd6+0,03056a+100 */
    background: #000066; /* Old browsers */
    border-bottom:2px solid #fe9a00;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 1);
	border-bottom:3px solid rgba(255, 0, 0, 0);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #fc9a01;
	border-bottom:3px solid #fc9a01;
  }
  .navbar-default.affix {
    border-color: #fc9a01;
	border-bottom:2px solid #fc9a01;
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #fc9a01;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #fff;
	    padding: 20px 15px;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #fc9a01;
	border-bottom:3px solid #fc9a01;
	    padding: 20px 15px;
  }
}

header {
  position: relative;
  width: 100%;
  min-height: 300px;
  max-height: 400px !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  
/*    background-image: url('../img/Image5.jpg');
    background-image: url('../img/Digital4.jpg');
  background-image: url('../img/Header1.jpg');
*/
    background-image: url('../img/Image66.jpg');
  
  background-repeat: no-repeat;
  text-align: center;
  color: white;
}

.aboutbnr{background-image: url('../img/about_banner.jpg');background-position: center;background-size:100%;height:135px;background-repeat: no-repeat;	}
.industriesbnr{background-image: url('../img/factory.jpg');background-position: center;background-size:100%;height:135px;	background-repeat: no-repeat;}
.casebnr{background-image: url('../img/casestudies_banner.jpg');background-position: center;background-size:100%;height:135px;background-repeat: no-repeat;	}
.servicebnr{background-image: url('../img/services.jpg');background-position: center;background-size:100%;height:135px;background-repeat: no-repeat;	}
.newsbnr{background-image: url('../img/services.jpg');background-position: center;background-size:100%;height:135px;background-repeat: no-repeat;	}
.contactbnr{background-image: url('../img/contact_banner.jpg');background-position: center;background-size:100%;height:135px;background-repeat: no-repeat;	}
header .header-content {
  position: relative;
  text-align: center;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  color: white;
  /*font-size: 24px;*/
  font-weight:100;
}

/*  This media if for the Home Screen - Text box - Welcome Home */
@media (min-width: 768px) {
    .center{
        width:370px;
    }
    
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width:100%;
/*     padding: 0 50px; */
  }
  
/* home page welcome home in laptop ... gowri */
  header .header-content .header-content-inner {
     background-color: "";
      opacity: 0.90;
    max-width: 600px;
    margin-left: 23%;
    margin-right: auto;
	margin-top:2px;
  }
  header .header-content .header-content-inner h1 {
        font-size:40px;
    text-align: justify;
    font-weight: 300;
    font-family: 'oswald', sans-serif;
    margin-bottom: 5px;
    color: #fe9a00;
  }
  header .header-content .header-content-inner p {
    font-size: 20px;
	width:70%;
}
.section-heading {
    margin-top: 0px;
    margin-bottom: 40px;
    color: #373d4b;
}

.darkgrey{background-color:#333;}

.greybg{background:#ecf0f3;}
.service-box {
  max-width: 365px;
  margin: 50px auto 0;
}

.service-info{padding:20px;background-color:white;font-weight:400;}
.service-info h3{margin-top:0;font-weight:300;font-family:'oswald'; font-size:26px;}
}

@media (min-width: 768px) {
  .service-box {
    margin: 0px auto 0;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.2);
background:white;
  }
}

.service-box p {
  margin-bottom: 0;
  font-size:16px;
  min-height:160px;
  color:#333;
  margin-top:20px;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box>img{width:100%;}
.portfolio-box .portfolio-box-caption {
	border-top:5px solid #ff9900;
  color: white;
  opacity: 0;
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4141db+1,03036a+100 */
background: #4141db; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4141db 1%, #03036a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #4141db 1%,#03036a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #4141db 1%,#03036a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4141db', endColorstr='#03036a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: left;
      margin-top: 26px;

}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-family: 'oswald';
  padding: 0 15px;

}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 18px;
	font-weight:300;
	color:white;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 15px;
    font-weight: 300;
	opacity:0.5;
  }
}



.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #F05F40;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #ff9900;
  border-color: #ff9900;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #F05F40;
  border-color: #F05F40;
}
.btn-primary .badge {
  color: #F05F40;
  background-color: white;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}


.banner-txt-highlight span{
    display: table;
    text-align: left;
    height: auto;
	font-style:italic;
	font-size:18px;
	font-weight:500;
}

.sub-banner{
width: 100%;
    overflow: auto;
    padding: 15px 0px;
    position: absolute;
}

.adv-holder{
margin: 0 auto;
width:970px;;
}

.adv1{
width:389px;
height:140px;
float:left;
background-image: url('../img/portfolio/oracleopenworld.jpg');
color:#999999;
padding:8px;
text-align:left;
font-size:20px;
font-family:'oswald';
font-weight:300;
    margin-top: 2px;

}

.adv2{
    background: #2b302c;
    height: 140px;
    text-align: left;
    float: left;
    padding: 0px 10px 10px 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 2px;
}

.adv2 h4{
font-weight:300;
font-size:22px;
}

.adv2 p{
font-weight:300;
font-size:13px;
}

.ad-date{
font-family: 'Open Sans', sans-serif;
font-weight:400;
font-size:14px;
}

.redtxt{color:red;}

.adv2 h5{background-color:red;padding:8px;margin:0px;font-weight:300;}

.desc-txt{
display:block;
width:380px;
float:left;
margin-top:5px;
}

p.special-txt{
font-size:14px;
background:black;
padding:5px 10px;
margin-bottom:0px;
}

.cl-left{clear:left;}
.register-btn:hover .red-btn{
background-color:red;
color:white;
border:2px solid white;
}
.red-btn{
    display: block;
    background-color: white;
    padding: 3px;
    border-radius: 22px;
    -webkit-transition: all 0.35s;
    color: red;
    border: 2px solid red;
    margin-top: 5px;
}
.red-btn  p{padding-left:10px; padding-right:10px; font-weight:500;vertical-align:middle;}
.red-btn span{color:white; background-color:red; padding-left:10px; vertical-align:middle; height:30px; width:30px; font-size:24px; border-radius:30px;}
.red-btn *, .readmore-btn *{
display:table-cell;
}
.titlebar{
height:3px;
width:100%;
background: linear-gradient(to right, #000066 0%,#d56510 100%);
    background: -moz-linear-gradient(left,  #000066 0%,#d56510 100%);
    background: -webkit-linear-gradient(left,#000066 0%,#d56510 100%);
	background: linear-gradient(to right, #000066 0%,#d56510 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 );
}

.readmore-btn{
background-color: #e0e0e0;
display:block;
width: 114px;
color:grey;
float: right;
border-radius: 20px;
padding: 3px 0px 3px 10px;
margin-bottom: 10px;
margin-top:20px;
}
.readmore-btn:hover {background-color:#4444e0; color:white; text-decoration:none;}
.readmore-btn  p{padding-right:5px; font-weight:500;vertical-align:middle;font-family:'open sans'; font-weight:300; font-size:14px;}
.readmore-btn span{
	color: grey	;
    background-color: red;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    font-size: 10px;
    border-radius: 15px;
	background-color:white;
}


ul, ul li{
margin:0px;
padding:0px;
}

ul li{list-style:none;}

.industries ul li{

float:left;
display:inline-block;
width:32%;
margin-top:15px;
margin-left:15px;
}
.industries ul{margin-left:-15px;}

.industries a{padding:18px 0px 18px 20px; 	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
background-color:white;
width:auto;
display:block;
width:100%;
display:table;
color:#666666;
border-left:5px solid white;
}

.industries a *{display:table-cell;text-align:left;}
.industries a:hover{background-color:#4444e0; color:white; text-decoration:none;border-left:5px solid #ff9900;background: #4141db;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+32,4040d9+32,03036a+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 27%, #4040d9 27%, #03036a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 27%,#4040d9 27%,#03036a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 27%,#4040d9 27%,#03036a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#03036a',GradientType=1 ); /* IE6-9 */

}

 .news a:hover {
 color:white; text-decoration:none;border-left:5px solid #ff9900;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4040d9+0,03036a+100 */
background: #4040d9; /* Old browsers */
background: -moz-linear-gradient(left,  #4040d9 0%, #03036a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #4040d9 0%,#03036a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #4040d9 0%,#03036a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4040d9', endColorstr='#03036a',GradientType=1 ); /* IE6-9 */
 }
.industries  p{vertical-align:middle;font-family:'oswald'; font-weight:300; font-size:24px;text-align:left; width:248px;}


.news ul li{
list-style:none;
float:left;
display:inline-block;
width:100%;
padding:0px 0px 0px 0px;
border-bottom:1px dotted #cccccc;
}

.news ul li a{
padding:10px;
background-color:white;
width:auto;
display:block;
width:100%;
display:table;
font-size:14px;
color:#666666;
border-left:5px solid white;

}

.news ul li a p{font-size:13px;margin-bottom:0px;}
.bgwhite{background:white;}
.subcontent:nth-child(even){
    background: white;
}
.popup-gallery{padding: 0px 15px 30px 15px;}

.address ul li{display:block;
padding-right:20px;
color:#cccccc;
}
.footermenu li {color:#cccccc;padding:7px;border-bottom:1px solid #5d5d61; }
.footermenu li a{color:#cccccc; font-size:12px;}
.footermenu li a:hover{color:orange; text-decoration:none;}
.bullets li{
    background-image: url('../img/bullet.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
	font-size:16px;
}
section {
    padding: 50px 0px;
}

section:nth-child(even){
    background-image: url('../img/bg-marker.png');
    background-position: top right;
    background-size: 10%;
    background-repeat: no-repeat;
}
.indus {	background-color:#ecf0f3;overflow:auto; }
.indus>ul>li ul li{font-weight:500; font-family:'open sans'; padding:5px 25px 10px 25px;font-size:16px; background-image: url('../img/bullet.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;}
	.indus>ul>li ul{margin-top:15px;background:white;}
.indus>ul>li{float:left; padding:20px 20px 20px 20px;font-weight:500; font-family:'oswald'; font-size:18px; }
.indus>ul>li:nth-child(4n+1){clear:both;}
.indus>ul>li{
    border-top: 4px solid orange;
    margin: 10px;
    min-height: 200px;
    max-height: 340px;
    width: 23%;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
	background-color:white;

}

.whitetxt{color:white;}
.logo-txt{font-family:'oswald';font-size:24px;font-weight:300;color:white;}
#logo-img{position:absolute;/*background-image: url('../img/portfolio/logo.png')*/;background-position: center;background-size:100%;width:178px; height:171px;background-repeat: no-repeat;}

footer{background-color:#3c3c3c;}
footer .container{text-align:center; padding:15px 15px;}
footer .container ul li{display:inline-block;padding:0px 15px; border-right:1px solid #ccc; }
footer .container ul li a{font-family:'open sans';font-size:12px; color:white; font-weight:400;text-align:center;}
.logo-txt{margin-top:10px; margin-left:5px;font-weight:300;}
.logo-txt span{display:block; font-size:14px;color:#c4c3f2; font-family:open sans; margin-top:5px;}


.bullets li{
    padding: 5px 0px 15px 30px;
}

.bullets li span.glyphicon{
color:orange;
margin-right:10px;
font-size:15px;
}

.subpage-banner{
padding-top:55px;
padding-bottom:0px;
}

.orangebg{background-color:#ff9900;}

.page-title h2{margin:0px;padding:10px 15px;background-color:white;color:#333;color: #fe9a00;}
.rightbar-title{
margin:0px; border-top:3px solid #ff9900;padding:10px 5px;background-color:white;
}
.rightbar-title h3{font-weight:300;}

aside .sub-banner{position: initial;margin-top:0px;padding:0px;}
aside .adv-holder{width:100%;}
aside .adv-holder .adv1{width:100%;background-position:-128px 0px; color:white;}
aside .adv-holder .adv2{width:100%;height:100%;margin-left:0px;color:white;}
aside .adv-holder .adv2 .register-btn{display:block; clear:both;width:55%;}
.right-col aside{padding:0px;margin-bottom:40px;}

.subcontent{padding:20px;overflow:auto;}
.subcontent h3{margin-bottom:20px;}
.imp-blocks{display: block;
    margin-bottom: 20px;
    overflow-y: auto;}
.highlights li, .highlights-five li{
float: left;
    width: 33%;
    margin: 0px 2px 2px 0px;
    padding: 30px 15px 15px 15px;
    min-height: 222px;
    font-size: 20px;
    font-family: 'oswald';
    font-weight: 300;
    text-align: center;
    background: #000066;
    color: white;
}

.highlights-five{    margin: 30px 0px;
    display: block;
    overflow: auto;}

.highlights-five li{width:19.5%;min-height:120px;background-color:white;border-right:1px dotted grey;color:grey;padding:10px 0px 0px 0px;}

.highlights-five li img{text-align: center;
    margin: 0 auto;
}

.highlights li span{
display: block;
    font-size: 50px;
    color: #ffc600;
    margin-bottom: 15px;

}
.orange-txt{color:#fc9a01;font-weight:300;}


dt, dd {float:left; padding:10px; width:49%;background-color:#ececec; margin-bottom:4px; min-height:80px;margin-right:4px;color:#333;font-size:14px;text-transform: uppercase;font-weight:700;display: table;}
dt p, dd p{display:table-cell; vertical-align:middle;}
dt p span, dd p span{display:inline-block;}
dt {clear: left;}
.navyblue{background-color:#000066; width:100%;}
 .blue-blocks{width: 57%; margin: 0 auto;}
 .blue-blocks .centered:last-child{border:none;}
.centered {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
  border-right: #a0a0a0 dotted 1px;

 }
 .centered p{font-size:24px; color:white; font-family:'oswald'; font-weight:300;display:block;margin:0px; padding-top:10px;}
 .centered *{float:left;}
 .centered .glyphicon{
	margin-right:20px;
     font-size: 60px;
    color: #ffc600;
	}
.popup-gallery .col-lg-2{border-right:1px dotted #ccc;}

.copyrights{color:white;border-top:1px solid #fc9a01;}
.copyrights p{padding:0px; margin:0px;font-size:12px;}
