body {
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #414141;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #414146;
    margin: 0;
    font-weight: 300;
}

a,
a:hover {
    text-decoration: none;
    color: #fff;
}

ul,
li {
    list-style: none;
    padding: 0;
}
.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 30px;
}
.card h3 {
    padding: 20px 0;
    text-transform:uppercase;
}
.card p {
    font-size: 14px;
    padding: 10px 16px;
    padding-top: 0;
}
/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
	/* Overwriting styles for control arrows for slides
	* --------------------------------------- */
	.controlArrow.prev {
		left: 50px;
	}
	.controlArrow.next{
		right: 50px;
	}

.content {
    padding: 3% 0;
} 
.section {
    display: flex;
  flex-direction: column;
  justify-content: center;
  resize: vertical;
  overflow: auto;
}

.content h1 {
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.whiteBox {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 20px;
}

.spaceDown {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-top: 30px;
}
.contentBox {
    padding: 30px;
    line-height: 30px;
    box-shadow:  0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
    text-align: justify;
}
.contentBox h1 {
    color: #3c3a3a;
    padding-bottom: 10px;
}
.contentBox a{
    color: #000 !important;
}
/* header */

header {
    background-color: #0097A7;
}
header a {
    box-sizing: border-box;
}
header a,header a i {
    font-size: 1em;
    font-weight: 300;
    margin: 3px 0;
    margin-right: 5px;
    color: #fff;
    white-space: nowrap;
}
header a:hover {
    color: #fff;
}

header a span {
    padding-left: 10px;
}
header a i {
    padding-top: 5px;
}

/* Navigation  */

.navbar {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
}

.navbar-default,
.navbar-fixed-top {
    border-radius: 0;
    border: none;
    min-height: 70px;
}

.navbar-brand {
    display: inline-block;
    width: 200px;
    padding: 0px;
    box-sizing: border-box;
    transition: 0.5s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.navbar-brand img {
    margin-left: 20px;
    margin-top: 15px;
}

.navbar-fixed-top .navbar-brand {
    width: 180px;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
}


/*Active navigation*/

#index .indexlink,
#about .aboutlink,
#product .productlink,#client .clientlink,#career .careerlink,#contact .contactlink {
    color: #006064;
}

.mobilelogo {
    display: none !important;
}

.demo {
    background-color: #41c3ac;
    font-family: 'Roboto', sans-serif;
    padding: 0 10px;
    font-weight: 400;
    color: #fff;
    margin-right: 0;
    border-radius: 2px;
    margin-bottom: 6px;
     box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.demo:hover {color:#545151;}
.demo span {
    padding-left: 0;
}

.demobtn {
    display: none;
    background-color: #41c3ac;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}

/*banner*/

.banner {
    background: #fff;
}
.carousel-caption {
    top: 40%;
    text-align: left;
}
.carousel-caption p,.carousel-caption h1 {
    color: #fff;
    font-weight: 700;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
display: block;
height: auto;
max-width: 100%;
line-height: 1;
width: 100%; 
}
.spaceDown{ padding: 0; margin: 0; }
.firstSlide {
    top: 20%;
}
.secondSlide {
    top: 20%;
    left: auto;
    right: 15%;
    text-align: right;
}
/*Home Content*/

.welcome {
    background: #00ACC1;
    color: #fff;
}

.welcome p {
    margin-top: 20px;
    line-height: 32px;
    font-size: 18px;
}

#section2,#section4,#section5 {
    background-image: url(../img/specialization_bg.jpg);
    width: 100%;
    background-color: #414146;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

#section4 {
    background-image: url(../img/infrastructure.jpg)
}

#section5 {
    background-image: url(../img/tech.jpg);
}

.specialization h1,
.infrastructure h1,
.tech h1 {
    margin-bottom: 60px;
}

.specialization img,
.infrastructure img,
.tech img {
    display: inline-block;
    margin: 0 auto;
}

.specialization p,
.infrastructure p,
.tech p,
.tech h3 {
    margin-top: 20px;
}

.specialization p,
.tech p,
.tech h3 {
    color: #ececec;
}

.tech h3 {
    font-weight: 700;
}

.clients .slider div {
    text-align: center;
}

.slick-slide {
    margin: 0 15px;
}

.clients .slider div img {
    display: inline-block;
    margin: auto;
}

.products .nav-tabs {
    width: 100%;
    margin: 20px 0;
    border-bottom: none !important;
}

.products .tab-pane h3 {
    margin-bottom: 15px;
}

.products .nav-tabs>li>a {
    border: none !important;
    color: #111;
}

.products .nav-tabs>.active a {
    color: #0097A7 !important;
}

.products .nav-tabs > li,
.nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline;
    /* ie7 fix */
    zoom: 1;
    /* hasLayout ie7 trigger */
}

.products .nav-tabs,
.nav-pills {
    text-align: center;
}
.products .tab-content img{
    width: 50%;
}
.products .tab-content a{
    color: #111 !important;
}
/*Footer CSS*/

.sub-footer {
    padding-top: 20px;
    padding: 50px 0;
    background-color: #00838F;
    color: #fff;
}

.sub-footer h3 {
    font-weight: 700;
    color: inherit;
}

.sub-footer h3::after {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background-color: #006064;
    margin: 3px 0;
    margin-bottom: 10px;
}

.sub-footer .contact li,.sub-footer li a {
    line-height: 30px;
}
.sub-footer .contact li::before {
    color: #fff;
}
.copyright {
    margin-top: 20px;
}
footer {
    background: #006064;
    color: #fff;
    padding: 10px 0;
}

footer a {
    color: #00B7F1;
}

.dotweb {
    float: right;
}
/*About US*/

.heading {
    background-image: url(../img/bg_page.jpg);
    background-color: #00ACC1;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.heading h1 {
    text-align: left;
    font-size: 4em;
    text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.3);
}

.heading .breadcrumb {
    background: #0097A7;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
    box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.heading .breadcrumb>.active {
    color: #006064;
}
.aboutus .list-group {
    padding: 0;
    margin: 30px 0;
    
}
.aboutus .list-group a::before {
    content: "\f2dd";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 15px;
}
.aboutus .list-group a:first-child::before {
    display: none;
}

.aboutus .list-group-item.active,.aboutus .list-group-item.active:focus,.aboutus .list-group-item.active:hover {
    background-color: #0097A7;
    text-transform: uppercase;
    font-family: 'antoniobold';
    font-size: 1.5em;
    line-height: normal;
    padding-top: 20px;
    text-align: center;
}

/*Contact Form*/

.material-form    { 
  max-width:500px; 
  padding: 30px 15px;
  margin:0 auto 0; 
  display:block; 
  background:#FFF;
  overflow: hidden;
}
#demo .material-form    { 
    max-width: 100%;
}

.material-form .group        { 
  position:relative; 
  margin-bottom:45px; 
}
.material-form .form-inner{
  overflow: hidden;
}
.material-form form{
  padding-top: 20px;
}

.material-form input         {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #f0f0f0;
}
.material-form input[type=checkbox] {
    width: auto;
    display: inline-block;
    margin-right: 15px;
    margin-top: 9px;
} 
.material-form textarea{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  max-width: 100%;
  min-width: 100%;
  border:none;
  border-bottom:1px solid #f0f0f0;
}
.material-form input:focus, .material-form textarea:focus    { outline:none; }

/*-------------------labels--------------*/
.material-form label          {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.material-form input:focus ~ label, .material-form input:valid ~ label,   .material-form textarea:focus ~ label, .material-form textarea:valid ~ label  {
  top:-20px;
  font-size:14px;
  color:#0097A7;
}

.material-form .bar  { 
  position:relative;
 display:block; 
 width:100%; 
}
.material-form .bar:before, .bar:after   {
  content:'';
  height:2px; 
  width:0;
  bottom:-1px; 
  position:absolute;
  background:#0097A7; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.material-form .bar:before {
  left:50%;
}
.material-form .bar:after {
  right:50%; 
}

/* active state */
.material-form input:focus ~ .bar:before, .material-form input:focus ~ .bar:after, .material-form textarea:focus ~ .bar:before, .material-form textarea:focus ~ .bar:after {
  width:100%;
}


/*-------SUBMIT----------*/
.material-form input.btn{
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  width: auto !important;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0;
  box-shadow: 1px 1px 5px #ddd;
  transition:all 0.4s ease-in-out;
  border: 1px solid #0097A7;
  background:#0097A7;
}
.material-form input.btn:hover, .material-form input.btn:focus, .material-form input.btn:active{
   color: #fff;
   outline: 0;
   box-shadow: none;
}

/*----------------Highlights------------*/
.material-form .highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/*---------------on active---------------*/
.material-form input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/*----------------animation-------------*/
@-webkit-keyframes inputHighlighter {
  from { background:#0097A7; }
  to  { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:#0097A7; }
  to  { width:0; background:transparent; }
}
@keyframes inputHighlighter {
  from { background:#0097A7; }
  to  { width:0; background:transparent; }
}


.contact i {
   margin-top: 30px;
    margin-right: 20px;
}
.contact .contentBox {
    margin-bottom: 40px;
}
.contact .contentBox ul {
    margin-top: 20px;
    font-size: 1.2em;
    line-height: 2em;
}
.contact ul li::before {    
font-family: 'FontAwesome';
content: '\f00d';
margin:0 5px 0 -15px;
color: #0097A7;
padding:0 15px;
}
.contact ul .location:before {    
content: '\f124';
}

.contact ul .email:before {   
content: '\f2b6';
}


/*Product page categories*/
app-content {
    padding-top: 30px;
}
.mob-app-content {
    background-color: #00ACC1;
}
.mob-app-content h1{
    color: #fff;
}
.app-content h1{
    padding-top: 40px;}
.app-content ul{padding-top: 20px;}
.app-content li{
     font-family: 'Roboto', sans-serif;
    padding: 15px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #0097A7;
    transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
}
.app-content li:last-child{
    border-bottom: 0;
}
.app-content li a{
    color: #111;
    transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
}
.app-content li a:hover{
    padding-left: 5px;
}
.app-content li a i{
    color: #41C3AC;
    padding-right: 10px;
}

.mob-app-content li a{
    color: #fff;
}

/*Career Details*/
.careerDetails {
    
}
.careerDetails h1{
    color: #111;
    font-weight: normal;
    text-align: left;
}
.careerDetails li{
    padding: 10px 0;
    font-size: 1.2em;
}















@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 25px;
        padding-bottom: 20px;
        padding-right: 0;
        font-size: 1.2em;
        font-weight: 300;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    }
    .navbar-fixed-top .navbar-nav>li>a {
        padding-top: 23px;
        padding-bottom: 25px;
        font-size: 1.1em;
        font-weight: 300;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    }
    .navbar-fixed-top .navbar-collapse {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .headerLine,
    .headerLine-light {
        position: relative;
        font-weight: 300;
    }
    .headerLine-light {
        color: #fff;
    }
    .headerLine:before,
    .headerLine:after,
    .headerLine-light:before,
    .headerLine-light:after {
        display: block;
        position: absolute;
        background: #000;
        content: '';
        width: 10%;
        height: 1px;
        color: #000;
    }
    .headerLine-light:before,
    .headerLine-light:after {
        background: #fff;
    }
    .headerLine:before,
    .headerLine-light:before {
        top: 50%;
        left: 30%;
    }
    .headerLine:after,
    .headerLine-light:after {
        top: 50%;
        right: 30%;
    }
    footer {
        display: none;
    }
}

@media (max-width: 480px){
  .section#section3 {
    height: 319%;
}

.section#section4 {
    height: 190%;
}

.section#section5 {
    height: 173%;
}

.section#section6 {
    height: 193%;
   
}

.section#section2 {
    height: 138%;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
display: block;
height: 350px; object-fit: cover;
max-width: 100%;
line-height: 1;
width: 100%; 
}
}

@media (max-width: 768px) {
    header span {
        display: none;
    }
    .mobilelogo {
        display: inline !important;
    }
    .desktoplogo {
        display: none !important;
    }
    .navbar-brand img {
        margin-top: 8px;
    }
    .dotweb {float: none;}
    .material-form   {
        max-width: 85%;
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-nav>li>a {
        font-size: 1em !important;
    }
    .app-content li a{
        font-size: 12px;
    }
    .app-content h1{
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .demo {
        display: none;
    }
    .demobtn {
        display: block;
    }
}