/* Global */
@import url(http://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900,1000);
* {
	font-family: Lato, 'sans-serif';
	color: #333;
}

body {
    margin: 0 auto;
}

p {
	font-size: 17px;
    letter-spacing: 1px;
    line-height: 150%;
}

a:hover {
    text-decoration: none;
}

b {
    font-weight: 1000;
    color: inherit;
}

h1,h2 {
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 150%;
}

ul {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 150%;
}

.mobile-break {
	display: none;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.img-responsive {
	width: 100%;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in { 
    opacity:0;
    /* Number of times to repeat */
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    /* End frame key */
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    /* Duration of animation */
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

/* Delay before animation starts */
.fade-in.one {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/* View more */
.read-more-state {
  display: none;
}

.read-more-target {
	position: absolute;
	opacity: 0;
	overflow-x: hidden;
	margin-bottom: 40px;
	visibility: hidden;
	top: 0;
}
.read-more-target .row {
	border: 1px solid black;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
 position: relative;
  opacity: 1;
  overflow-x: visible;
  visibility: visible;
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'read more';
    color: #0099ff;
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'read less';
	color: #0099ff;
}

.read-more-trigger {
  cursor: pointer;
  font-weight: normal;
  font-size: 17px;
  border: none;
}

#mobile-display {
    display: none;
}

/*******************************************************************************************************************/

/* Banner */

.carousel.vertical .carousel-inner {
  height: 100%;
  width: auto;
}
.carousel.vertical .carousel-inner > .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel.vertical .carousel-inner > .item {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
  .carousel.vertical .carousel-inner > .item.next, .carousel.vertical .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.prev, .carousel.vertical .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.next.left, .carousel.vertical .carousel-inner > .item.prev.right, .carousel.vertical .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    top: 0;
  }
}
.carousel.vertical .carousel-inner > .active,
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  display: block;
}
.carousel.vertical .carousel-inner > .active {
  top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel.vertical .carousel-inner > .next {
  top: 100%;
}
.carousel.vertical .carousel-inner > .prev {
  top: -100%;
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
  top: 0;
}
.carousel.vertical .carousel-inner > .active.left {
  top: -100%;
}
.carousel.vertical .carousel-inner > .active.right {
  top: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
    opacity: 1;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.carousel-control.left {
  background-image: none;
  filter: none;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: none;
  filter: none;
}
.carousel-control:hover {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=100);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
  position: absolute;
  top: 30%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .fa-angle-left {
  left: 0;
    font-size: 50px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 0 20px;
}
.carousel-control .icon-next,
.carousel-control .fa-angle-right {
  right: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    font-size: 50px;
    padding: 0 20px;
}

.banner-text-1 {
    background-color: rgba(0,102,255,0.7);
    position: absolute;
    top: 27%;
    padding: 10px 30px 10px 200px;
}
.banner-text-1 p{
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}
.banner-text-2 {
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    top: 35%;
    right: 0;
    padding: 10px 30px;
    padding-right: 200px;
}
.banner-text-2 p {
    color: #333;
    font-weight: 300;
    font-size: 30px;
}
.banner-text-2 b {
    color: #0066cc;
}
.banner-text-3 {
    background-color: #cc0000;
    position: absolute;
    top: 10%;
    padding: 10px 30px;
    padding-left: 200px;
}
.banner-text-3 p {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
}

.explore {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}
.explore a:hover, .explore a:hover i{
    color: #0099ff;
    cursor: pointer;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}
.explore i{
    color: #1f1f1f;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}
.explore a {
    color: #1f1f1f;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 12px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}
/*********************************************************************************************************/

/* Header */
header {
    overflow: hidden;
    height: 100vh;
}
.modal {
    top: 15%;
    z-index: 20000;
}
.modal-header {
    background-color: #666666;
}
.modal-header h4 {
    text-align: center;
    color: #fff;
    font-size: 32px;
}
.form-control {
    font-size: 17px;
    height: auto;
    padding: 12px;
}
.btn-modal-submit {
    background-color: #666666;
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}
.btn-modal-submit:hover {
    background-color: #333;
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}
.modal-footer {
    background-color: #666666;
}
.header-active {
    display: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
    background-color: transparent;
    color: #003366; 
}
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #003366;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #003366;
}
.navbar-default .navbar-nav > li > a:hover .header-default{
    display: none;
}
.navbar-default .navbar-nav > li > a:hover .header-active{
    display: inline;
}
.navbar-default .navbar-nav > .active > a .header-active{
    display: inline;
}
.navbar-default .navbar-nav > .active > a .header-default{
    display: none;
}
.navbar-default .navbar-nav > li.social {
    margin-top: -10px;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-default .navbar-nav > li.social:hover img.social-default, .navbar-default .navbar-nav > li.social img.social-active{
    display: none;
}
.navbar-default .navbar-nav > li.social:hover img.social-active, .navbar-default .navbar-nav > li.social img.social-default{
    display: inline;
}

.header-bg {
    background-color: #fafafa;
}
.navbar {
    margin-bottom: 0;
}
.nav-wrapper {
    min-height:130px;
}
.navbar-default {
    background-color: #fafafa;
    z-index: 100000;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height:100px;
}

.navbar-collapse ul li {
    font-size: 18pt;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
    font-weight: 400;
    letter-spacing: normal;
}

.nav li a#home1 img {
    width: 40px;
    height: 34px;
    margin-right: 15px;
    margin-top: -10px;
}
.nav li a#services1 img {
    width: 38px;
    height: 31px;
    margin-right: 15px;
    margin-top: -5px;
}
.nav li a#corporate1 img {
    width: 37px;
    height: 35px;
    margin-right: 15px;
    margin-top: -10px;
}
.nav li a#contact1 img {
    width: 43px;
    height: 30px;
    margin-right: 15px;
    margin-top: -4px;
}
/**********************************************************************************************************/

/* Services */

.services {
    background-image: url(../images/services/bg.png);
    background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    padding: 60px;
}
.service-box {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.service-box .col-md-2 {
    padding: 15px;
    padding-top: 0;
}

.nav-tabs {
    border: none;
}
.nav li a {
    padding: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #ffffff;
    border: none;
    border-bottom-color: none;
    cursor: default;
}
.nav-tabs > li > a:hover {
    border: none;
    background: none;
}
.nav-tabs li.active a img:nth-child(1), .nav-tabs li a img:nth-child(2), .nav-tabs li:hover a img:nth-child(1){
    display: none;
}
.nav-tabs li a img:nth-child(1), .nav-tabs li.active a img:nth-child(2), .nav-tabs li:hover a img:nth-child(2){
    display: block;
}

.btn p {
    color: #fff;
    margin-bottom: 0;
}
.btn-azure {
    border-radius: 0;
    background-color: #0099ff;
    color: #fff;
    box-shadow: 3px 3px 5px #888888;
    padding: 10px;
    margin-bottom: 50px;
    width: 100%;
    transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
}
.btn-azure:hover {
    background-color: #333;
    color: #fff;
    transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
}
.btn-azure-enquiry {
    border-radius: 0;
    background-color: #666666;
    color: #fff;
    box-shadow: 3px 3px 5px #888888;
    padding: 10px 40px;
    width: 100%;
    margin-bottom: 50px;
    transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
}
.btn-azure-enquiry:hover {
    background-color: #333;
    color: #fff;
    transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
}

.azure-video {
    margin-left: 80px;
}

.oracle-text {
    margin-right: 80px;
}
.oracle-pdfs .col-md-6 {
        margin-top: 5%;
}
.oracle-pdfs a:hover div {
    color: #0099ff;
    transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
}
.services-slider {
	text-align: center;
}
.services-slider .carousel-inner > .item.active img{
	margin: 0 auto;
}
.services-slider .carousel-inner > .item img{
	margin: 0 auto;
}
.services-slider p {
    text-align: left;
}
.services-slider .carousel-control .icon-prev,
.services-slider .carousel-control .icon-next,
.services-slider .carousel-control .fa-angle-left,
.services-slider .carousel-control .fa-angle-right {
  position: absolute;
  top: 35%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.services-slider .carousel-control .icon-prev,
.services-slider .carousel-control .fa-angle-left {
  left: -70px;
    font-size: 20px;
    color: #0099ff;
    background-color: transparent;
    border: 1px solid #333;
    padding: 0 20px;
    padding-top: 7px;
    padding-right: 25px;
    width: 30px;
    height: 40px;
    border-radius: 50%;
}
.services-slider .carousel-control .icon-next,
.services-slider .carousel-control .fa-angle-right {
  right: -70px;
    color: #0099ff;
    background-color: transparent;
    border: 1px solid #333;
    font-size: 20px;
    padding: 20px;
    padding-top: 7px;
    width: 30px;
    height: 40px;
    border-radius: 50%;
}
.mobile-visit-site {
    display: none;
}

ul.servicenow li{
    position: relative;
	list-style-type: none;
	line-height: 150%;

    padding-bottom: 15px;
	text-align: left;
}
ul.servicenow li:before {
    content: "";
    position: absolute;
    left: -40px;
    width: 27px;
    height: 27px;
    background-image: url(../images/services/bullet.png);
}

ul.bmc li{
    position: relative;
	list-style-type: none;
	line-height: 150%;
    padding-bottom: 15px;
	text-align: left;
}
ul.bmc li:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url(../images/services/bullet2.png);
}

.consultancy {
    position: absolute;
    right: 0;
    top: 120px;
}
.consultancy-right {
    background-color: #0090f0;
    padding: 30px;
}
/**********************************************************************************************************/

/* Corporate */

.corporate {
    background-image: url(../images/corporate/bg.png);
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
    z-index: 1;
    min-height: 482px;
    overflow: hidden;
}
.corporate .container {
    padding-top: 98px;
    padding-bottom: 98px;
}
.corporate .container .col-lg-4 {
    padding: 50px 15px;
}
.corporate .container .col-lg-4:nth-child(1), .corporate .container .col-lg-4:nth-child(2) {
  border-right: 2px solid rgba(255,255,255,0.5);
}
.corporate .corporate-servicenow {
    margin-bottom: 18px;
}
.corporate h1 {
    color: #fff;
    font-size: 32pt;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
.corporate p {
    color: #fff;
    font-size: 18pt;
    font-weight: 300;
    margin-top: 0;
    text-align: center;
}

.whoweare {
    padding-top: 60px;
    padding-bottom: 60px;
}
.whoweare h1 {
    margin-top: 0;
    padding-top: 0;
    font-weight: 300;
}
.whoweare h1 b{
    color: #0099ff;
}
.whoweare p{
    color: #333;
}
.whoweare .col-md-12 .col-md-9{
    text-align: center;
    display: block;
    float: none;
    margin: 0 auto;
    margin-top: 60px;
}
.whoweare .col-md-4 img{
    margin-top: -20px;
    margin-right: 20px;
}
.whoweare .col-md-4 h1{
    display: inline-block;
}
.whoweare .col-md-4 p{
    /*border-right: 3px solid rgba(0,0,0,0.3);*/
}
.whoweare .visionmission{
    text-align: center;
}
.whoweare .visionmission p {
    margin-left: 10%;
    margin-right: 10%;
}
.corporate2 {
    background-image: url(../images/corporate/bg2.png);
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
    min-height: 500px;
    overflow: hidden;
}
.corporate2 .container {
    padding-top: 98px;
    padding-bottom: 98px;
}
.corporate2 .container .col-lg-6 {
    padding: 50px 100px;
}
.corporate2 .col-lg-6 .corporate-bmc {
    margin-top: 20px;
}
.corporate2 .container .col-lg-6:nth-child(1) {
  border-right: 2px solid rgba(255,255,255,0.5);
}

.corporate2 h1 {
    color: #fff;
    font-size: 32pt;
    font-weight: bold;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
.corporate2 p {
    color: #fff;
    font-size: 18pt;
    font-weight: 300;
    margin-top: 0;
    text-align: center;
}
/**********************************************************************************************************/

/* Contact */

.contact {
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact h1 {
    margin-top: 0;
    padding-top: 0;
    font-weight: 300;
}
.contact h1 b {
    color: #0099ff;
}
.contact .col-md-12 {
    padding-left: 0;
}
.contact input {
    padding-top: 25px;
    padding-bottom: 25px;
}
.contact input, .contact textarea {
    border-radius: 0;
    border: 1px solid black;
}
.contact .btn-contact {
    background-color: transparent;
    position: absolute;
    bottom: -8px;
    right: 1px;
}

.contact b {
    color: #333;
}
.contact .col-md-6:nth-child(2) .row{
    margin-bottom: 5px;
}
/**********************************************************************************************************/

/* Footer */

footer {
    background-color: #003366;
    padding: 30px 15px;
}
footer i {
    color: #999999;
    padding: 0 5px;
}
footer a:hover i {
    color: #fff;
}
footer .col-md-12 {
    color: #fff;
    text-align: center;
}
footer p{
    font-size: 10px;
}
/**********************************************************************************************************/
/* Media */
@media only screen and (max-width: 1920px) { 
    p {
        font-size: 17px;
    }
    h1,h2 {
        font-size:  32px;
    }
    ul {
        font-size: 17px;
    }
}
@media only screen and (max-width: 1810px) { 
    .navbar-default .navbar-nav > li {
        padding-left: 30px;
        padding-right: 30px;
    }
    .corporate p, .corporate2 p {
        font-size: 16pt;
    }
}
@media only screen and (max-width: 1615px) {  
    .navbar-default .navbar-nav > li {
        font-size: 16px;
    }
    .corporate p, .corporate2 p {
        font-size: 11pt;
    }
}
@media only screen and (max-width: 1515px) {  
    p {
        font-size: 17px;
    }
    h1,h2 {
        font-size:  32px;
    }
    ul {
        font-size: 17px;
    }
    .oracle-pdfs .col-md-6 {
        width: 100%;
        margin-top: 5%;
    }
    .pc-visit-site {
        display: none;
    }
    .mobile-visit-site {
        display: block;
    }
    .navbar-default .navbar-nav > li {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 1410px) {
    .navbar-default .navbar-nav > li {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1320px) {
    .services {
        padding: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .navbar-default .navbar-nav > li {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1200px) {     
    .navbar-collapse ul li {
        padding-left: 20px;
        padding-right: 20px;
    }
    .whoweare .col-md-4 p{
        border-right: none;
    }
    
    br.mobile-break {
        display: block;
    }
    .oracle-text {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1200px) { 
    .row-eq-height {
	   display: inline;
    }
    .corporate2 .container .col-lg-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .explore {
        display: none;
    }
    #mobile-display {
        display: block;
    }
    #pc-display {
        display: none;
    }
    header {
        height: auto;
    }
    .azure-video {
        margin-left: 0;
        padding-left: 100px;
        padding-right: 100px;
    }
    
    .contact .btn-contact {
        bottom: -7px;
    }
        
    .contact .col-md-12 {
        padding-left: 15px;
    }
    
    #oracle-carousel p {
        margin: 0 15px;
    }
    
    .btn-azure-box {
        margin-top: 0;
    }
    .services {
        padding: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .nav li a {
    padding: 15px;
    }
    .banner-text-1 {
        position: relative;
        text-align: center;
        padding: 10px 30px;
        top: 0;
    }
    .banner-text-2 {
        position: relative;
        text-align: center;
        padding: 10px 30px;
        top: 0;
    }
    .banner-text-3 {
        position: relative;
        text-align: center;
        padding: 10px 30px;
        top: 0;
    }
    .banner-text-1 p, .banner-text-2 p, .banner-text-3 p{
        font-size: 16px;  
    }
    
    .navbar-collapse ul li {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
    }
    
    br.mobile-break {
        display: block;
    }
    br.pc-break {
        display: none;
    }

    /* Collapse Navigation */
    .navbar-header {
      float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin: 0 auto;
        float: none;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media only screen and (max-width: 800px) { 
    header .item {
        height: auto;
    }
}
@media only screen and (max-width: 600px) { 
    header .item {
        height: auto;
    }
}
@media only screen and (max-width: 500px) { 
    header .item {
        height: auto;
    }
    .azure-video {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .services-slider .carousel-control .icon-prev,
    .services-slider .carousel-control .fa-angle-left {
        left: 0px;
        color: #333;
        border: 1px solid #fff;
        background-color: #fff;
    }
    .services-slider .carousel-control .icon-next,
    .services-slider .carousel-control .fa-angle-right {
        right: 0px;
        color: #333;
        border: 1px solid #fff;
        background-color: #fff;
    }
}