﻿@import url(https://fonts.googleapis.com/css?family=Londrina+Sketch);


html, body{
  height: 100%;
}


body {
  padding-top: 82px;
  overflow-x: hidden;

 /* body padding for fixed top nav */
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 100px 0;
}

.section-colored {
  background-color: darkred;
 /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 50%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Footer Styles */
footer {
  margin: 50px 0;
}

/* Responsive Styles */


/* Responsive Styles */
@media (max-width: 999px) {
    .logo {
        margin-top: 5px !important;
        width: 360px !important;
    }
}

@media (max-width: 767px) {
   
  .carousel {
    height: 70%;
 /* increases the carousel height so it looks good on phones */
  }
}

/*CUSTOM xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

a {
   outline: none !important;
}


.port1, .port2, .port3, .port4, .port5, .port6{
 border: 5px solid rgba(255, 255, 255, 0.95);
 margin-left: -2.5px;
 margin-right: -2.5px;

}

.one:hover ~ .five a:after {
  margin-left: -365%;
}
.two:hover ~ .five a:after {
  margin-left: -283%;
}
.three:hover ~ .five a:after {
  margin-left: -194%;
}
.four:hover ~ .five a:after {
  margin-left: -97%;
}

.five a:hover:after {
  margin-left: 0%;
}

.collapse {

}

/*body h1, h2, h3 {
            font-family: Arial, Helvetica, sans-serif !important;
}

body h1 {
    font-size: 28px;
}*/

body p, nav {
  font-family: Arial, Helvetica, sans-serif !important;
   
    text-justify: inter-word;
    font-size: 14px;
    line-height: 21px !important;
    letter-spacing: 0.05em;
}

*::-webkit-input-placeholder {
    color: rgb(65,65,65)!important;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: rgb(65,65,65)!important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: rgb(65,65,65)!important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(65,65,65)!important;
}

footer a{
    color: lightgray;
         /*text-decoration: none !important;*/
}

/*fake link form pop-up*/
/*.fake-link {
    cursor: pointer;
}

.fake-link:hover {
text-decoration: underline;
color: darkorange;
}*/

html a:hover {
    color: darkorange;

}

/* service Section */


.service-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    width: 250px;
    height: 250px;
}

.service-overlay {
    position: absolute;
    bottom: -100%;
    width: 250px;
    height: 200px;
    background-color: black;
    color: #fff;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;    
}

.service-item:hover .service-overlay {
    bottom: 0;
}

.service-info {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
}


.service-button {
      background-color: dodgerblue;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 60px;
    margin-top: 10px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}


.service-button:hover {
     background-color: rgb(0, 92, 230);
    color: white; 
     
}

.panel-heading {
    color: white !important;
    background-color: darkred !important;
    border-color: darkred !important;
    text-decoration: none !important;
}

.js-tabcollapse-panel-body {
color: white !important;
    background-color: black !important;
    border-color: darkred !important;
}

.panel {
        border-color: darkred !important;

}

.panel-heading a {
        text-decoration: none !important;

}


/* uper section Section */


.sec1-item {
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 300px;
}

.sec1-overlay {
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 250px;
    height: 250px;
    background-color: black;
    color: #fff;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;    
}

.sec1-item:hover .sec1-overlay {
    left: 0;
}

.sec1-info {
    position: absolute;
    bottom: 45px;
    left: 0;
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
}



.sec2-item {
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 300px;
}

.sec2-overlay {
    position: absolute;
    bottom: -210px;
    width: 250px;
    height: 250px;
    background-color: black;
    color: #fff;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;    
}

.sec2-item:hover .sec2-overlay {
    bottom: 0px;
}

.sec2-info {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
}



.sec3-item {
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 300px;
}

.sec3-overlay {
    position: absolute;
    bottom: 0;
    right: -250px;
    width: 250px;
    height: 250px;
    background-color: black;
    color: #fff;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;    
}

.sec3-item:hover .sec3-overlay {
    right: 0px;
}

.sec3-info {
    position: absolute;
    bottom: 35px;
    left: 0;
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
}
