html, body {
  font-family: 'Raleway', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  width: 100% !important;
  height: 100% !important;
  padding: 0;
  margin: 0; }

h1 {
  font-weight: 700; }

h1 strong {
  font-weight: 900; }

h2 {
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
  color: #fefefe; }

h3 {
  font-size: 16px;
  font-weight: 700;
  color: #555; }

h4 {
  font-weight: 500;
  color: #555; }

h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px; }

hr {
  height: 5px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #438DE1;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0; }

.navigation {
  padding: 10px 0;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%; }

.navigation li {
  display: inline-block;
  padding: 5px 20px;
  line-height: 30px;
  text-transform: uppercase; }

.navigation li a:link {
  color: #fefefe;
  text-decoration: none; }

.navigation li a:hover {
  color: #679C56; }

.navigation li.active a {
  color: #679C56;
  font-weight: 700; }

.main {
  height: 100%; }

.li-logo {
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  color: white;
  letter-spacing: 12px; }

.logo-abish {
  white-space: nowrap;
  height: 24px;
  margin-right: 12px;
  float: left; }

#home {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

#home .home-body {
  display: table-cell;
  vertical-align: middle; }

#home .home-body H1 {
  font-size: 76px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase; }

#home .home-body .main-title {
  color: #438DE1;
  text-shadow: 0 4px #2E669B; }

#home .home-body .home-text {
  font-size: 18px;
  padding: 100px 75px 0px 0px;
  width: 80%;
}

.section-title.center {
  padding: 30px 0; }

.section-title h2, .section-title.center h2 {
  margin-bottom: 20px; 
  color: #438DE1;}

.slide {
  /* background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: relative;  */
  background-attachment: fixed;
  width: 100%;
  min-height:100%;
  height: auto;
  position: relative; 
}

.button {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-bottom: -20px;
  margin-left: -25px;
  background-image: url("../img/arrow.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  cursor: pointer; }

#slide1 {
  background: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.7)), url("../img/intro-bg-bw.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 9; }

.slide-1-logo {
  text-align: center; }

.slide-1-text {
  font-size: 14px;
  color: white; }

#slide2 {
  background-color: #efefef;
  z-index: 9; }

#slide3 {
  padding: 100px 0;
  background: -moz-linear-gradient(-45deg, #438de1 0%, #679C56 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #438de1), color-stop(100%, #679C56));
  background: -webkit-linear-gradient(-45deg, #438de1 0%, #679C56 100%);
  background: -o-linear-gradient(-45deg, #438de1 0%, #679C56 100%);
  background: -ms-linear-gradient(-45deg, #438de1 0%, #679C56 100%);
  background: linear-gradient(135deg, #438de1 0%, #679C56 100%);
  z-index: 9; }

#slide4 {
  padding: 100px 0;
  background-image: url("../img/services-bg-og.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 9; }

#slide5 {
  background: #efefef;
  z-index: 9; }

#outerbox {
  width: 700px;
  overflow: hidden; }

#sliderbox {
  position: relative;
  width: 3500px;
  /*image width * by total # of images*/
  animation-name: kfSliderBox;
  animation-duration: 25s;
  /*4s pause + 1s to slide * by total # of images*/
  animation-iteration-count: infinite; }

#sliderbox img {
  float: left; }

@keyframes kfSliderBox {
  0% {
    left: 0px; }
  16% {
    left: 0px; }
  20% {
    left: -700px; }
  36% {
    left: -700px; }
  40% {
    left: -1400px; }
  56% {
    left: -1400px; }
  60% {
    left: -2100px; }
  76% {
    left: -2100px; }
  80% {
    left: -2800px; }
  96% {
    left: -2800px; }
  100% {
    left: -3500px; } }
.btn-circle {
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 35px; }

.btn-circle.btn-logo {
  width: 280px;
  height: 280px;
  padding: 6px 6px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 280px; }

.btn-circle.btn-proj {
  width: 210px;
  height: 210px;
  padding: 6px 6px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 210px; }

.btn-default {
  color: #f6f6f6;
  background: -moz-linear-gradient(-45deg, #438de1 0%, #679C56 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #438de1), color-stop(100%, #679C56));
  background: -webkit-linear-gradient(-45deg, #438de1 0%, #679C56 100%);
  background: -o-linear-gradient(-45deg, #438de1 0%, #679C56 100%);
  background: -ms-linear-gradient(-45deg, #438de1 0%, #679C56 100%);
  background: linear-gradient(135deg, #438de1 0%, #679C56 100%);
  border: 0;
  padding: 12px 24px;
  margin: 25px 8px;
  font-size: 18px;
  transition: all 0.5s;
  cursor: pointer; }

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
  color: #f6f6f6;
  background: -moz-linear-gradient(-45deg, #438de1 0%, #679C56 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #438de1), color-stop(100%, #679C56));
  background: -webkit-linear-gradient(-45deg, #438de1 0%, #679C56 100%);
  background: -o-linear-gradient(-45deg, #438de1 0%, #679C56 100%);
  background: -ms-linear-gradient(-45deg, #438de1 0%, #679C56 100%);
  background: linear-gradient(135deg, #438de1 0%, #679C56 100%); }

/* ABOUT */

#about {
  /* padding: 100px 0;  */
  display: table;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

#about .container .section-title h2 {
  color: #555; }

#about .container .section-title hr {
  background: #555;
  margin-bottom: 30px; }

.about-photo {
  border: 8px solid #fefefe;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.12); }

.flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 70%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.flex-item {
  padding: 5px;
  background-color: #dfdfef;
  color: #333;
  width: 300px;
  height: 200px;
  align-content: center;
  border-radius: 5px;
  /*  border: 8px solid #fefefe; */
  text-align: center;
  /*  -webkit-box-shadow: -3px 3px 3px 3px #9A9FA1;
   box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4), 0 3px 10px 0 rgba(0, 0, 0, 0.5); */
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.25);
  transition: 750ms ease-in-out;
  margin: 24px; }

.paras{
  font-size:medium;
}
.namer{
  color:#438DE1;
  font-weight:700
}

/* PROJECTS */

.justify{
  text-align:justify;
}

.left{
  text-align:left;
}

.hr {
  height: 5px;
  width: 70px;
  text-align: center;
  position: relative;
  background: white;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0; 
}

.afewprojects {
  margin: 0px 0px 15px 0px;
  padding:0px 0px 10px 0px;
  font-size:larger;
  /* color: #679c56; */
  color: #e6dfdf;
}

.disclaimer {
  display: block;
  position: absolute;
  text-align: center;
  bottom: 80px;
  margin-top: -15px;
  padding:0px 0px 0px 0px;
  font-size:smaller;
  color: #e6dfdf;
}

/* PORTFOLIO  SECTION */

#portfolio {
  /* background: #f6f6f6; */
  display: table;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 5px 0px;
  text-align:center;
}

#portfolio .hr{
  /* margin-top: 20px; */
  color: white;
}
/* 
#portfolio-items {
  /* background: #f6f6f6; */
  /* display: table;
  width: 100%;
  height: 1600px;
  min-height: 100%;
  padding: 5px 0px;
  text-align:center; */
} */

.thumbnail img {
  min-height:260px;
  min-width:175px;
  max-height:260px;
  max-width:175px;
}

.categories {
  padding-bottom: 20px;
  text-align: center;
}
ul.cat li {
  display: inline-block;
}
ol.type li {
  display: inline-block;
  margin-left: 20px;
}
ol.type li a {
  color:white;
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
ol.type li a.active {
  color: #f6f6f6;
  border: 1px solid #ED4255;
  background: #ED4255;
}
ol.type li a:hover {
  color: #f6f6f6;
  border: 1px solid #ED4255;
  background: #ED4255;
}
.isotope-item {
  z-index: 2
}
.isotope-hidden.isotope-item {
  z-index: 1
}
.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope-item {
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.isotope {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.portfolio-item-title {
  color:#fff;
  padding-top: 5px;
}
.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .hover-bg {
  max-height: 190px;
  overflow: hidden;
  position: relative;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: top;
  margin: 0 auto;
  color: rgba(255,255,255,0.6);
  background: rgba(0, 0, 0, 0.8);
  padding: 10% 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 7px 7px 7px 7px;
}
.hover-bg .hover-text>h4 {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  color: #f6f6f6;
}
.hover-bg:hover .hover-text>h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg .hover-text>p {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
}
.hover-bg:hover .hover-text>p {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg .hover-text>i {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
#portfolio i.fa {
  font-size: 20px;
  padding: 5px;
  color: #F4D03F;
}
/* Team Section */
#team {
  padding: 50px 0;
  background: #e6e6e6;
}
img.img-thumbnail.team-img {
  width: 200px;
  height: 200px;
  border: 0;
  border-radius: 0;
  background-color: #f6f6f6;
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 9px;
  color: #777;
}

/* TABLOG */

#tablog {
  /* background: #f6f6f6; */
  display: table;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 5px 0px;
  text-align:center;
}

.tabs-section {
  overflow: hidden;
  /* background-color: #333; */
  padding: 60px 0px;
  /* min-width: 261px; */
  /* min-width:261px !important; */
}
/* .tabs-section .feature-img {
  max-height: 255px;
  overflow: hidden;
  border-radius: 10px;
  border: 3px solid #fff;
} */
.tabs-section .nav-tabs {
  border: 0;
  border-right: 2px solid #679c56 !important;
}
.tabs-section .nav-link {
  border: 0;
  color: #c0bdbd;
  padding: 11px 15px 15px 11px;
  transition: 0.3s;
  border-radius: 0;
  /* border-right: 2px solid #679c56 !important; */
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.tabs-section .nav-link.active {
  color: #333333;
  background: #679c56;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.tabs-section .nav-link:hover {
  color: #c0bdbd;
  background: #679c56;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  /* border-right: 4px solid #cddc39; */
}
.tabs-section .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.tabs-section .details h3 {
  font-size: 26px;
  color: #cddc39;
}
.tabs-section .details p {
  color: rgb(206, 206, 206);
  text-align: left;
  font-size: larger;
}


/* CONTACT SECTION */

#contact {
  display: table;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#contact .contact-item {
  padding: 10px;
  margin: 10px;
  height: 100px;
  border-radius: 4px; }

#contact h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px; }

#contact .container .section-title h2 {
  color: #555; }

#contact .container .section-title hr {
  background: #555;
  margin-bottom: 30px; }

#contact form {
  padding: 30px 0; }

#contact i.fa {
  font-size: 22px;
  color: #438DE1;
  margin-bottom: 10px; }

#contact .text-danger {
  color: #ff3333;
  text-align: left; }

label {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  float: left; }

#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

#contact .form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent; }

#Contact .navigation {
  color: #333; }

#contact .social ul {
  margin-top: 20px; }

#contact .social ul li {
  display: inline-block;
  margin: 0 20px; }

#contact .social i.fa {
  font-size: 24px;
  padding-top: 8px;
  color: #438DE1;
  border-radius: 4px;
  transition: all 0.3s; }

#contact .social i.fa:hover {
  color: #2E639B; }

/* Footer Section*/

#footer { 
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #333;
  color: #777;
  padding: 20px 0;
  text-align: center; 
  font-size: 13px;
  /* margin-top: -10px; */
}

#footer a {
  color: #999999; 
}

#footer a:hover, a:focus {
  color: #438DE1; }

/*# sourceMappingURL=style.css.map */


