@font-face {
    font-family: raleway;
    src: url(Raleway-Black.ttf);
}


h1,h2,h3,h4,h5{
  font-weight: bold;
    font-family: raleway;
}

h1,h2,h3,.title{
  color:#3877d6;
}

h2{
  font-size:2.8rem;
}

.loader{
  width:100%;
  height:100%;
  background-color:white;
  position:absolute;
  z-index:2000;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #3877d6;
}


.header{
  position:fixed;
  width:100%;
  min-height:55px;
  box-shadow: 0px 2px 20px 0px #dedddd;
  z-index:1001;
  top:0;
  background-color:white;
}


.body{
  margin-top:55px;
  position:absolute;
  top:0;
  width:100%;
}

.area{
  width: 100%;
  /*min-height:100vh;*/

  border-bottom:1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}

.container-area{
  margin-top: -55px;
  position: relative;
  min-height:100vh;
  padding-top: 25vh;
  margin-bottom:0px !important;
}
.area .container{
      margin-bottom: 90px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover{
  color:#3877d6 !important;
}

.nav-item{
  cursor:pointer;
}

/*PAGE HOME*/
#menu1{
    background-color: rgba(81, 109, 187, 0.3);
}

#background{
  margin-top: -55px;

  background-size:cover;
  width:100%;
  z-index:-1;
  position:absolute;
  height:100vh;
}

.title{
  padding: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: raleway;
}


.contact-me{
  position: absolute;
  bottom: 1px;
  right: 100px;
  font-size: 25px;
  font-family: monospace;
  font-weight: bold;
  padding:10px 30px;
  background-color:#3877d6;
}


.box{
  border-bottom: 5px solid #3877d6;
  margin: 0 auto;

  padding:20px;
  background-color: rgba(255, 255, 255, 0.8);
}

.small-box{
  margin-left:25px;
  margin-top:-20px;
  margin-right: -20px;
  border-top: 1px solid black;
  border-left:1px solid black;
}

/*END PAGE HOME*/


/* PAGE ABOUT ME */

.about-sub-menu .nav-tabs .nav-item{
  width:50%;
  text-align: center;
}

.about-sub-menu .nav-tabs .nav-item.show .nav-link, .about-sub-menu .nav-tabs .nav-link.active, .about-sub-menu li a{
  border: 0px;
  color:#495057 !important;
  border-bottom:2px solid #dee2e6 ;
}

.about-sub-menu .nav-tabs .nav-link, .about-sub-menu .nav-tabs .nav-link{
  border-color:#fff;
}
.about-sub-menu .nav-tabs .nav-item {
    margin-bottom: 0px;
}
/*END PAGE ABOUT ME*/

/* PAGE SERVICES*/

.service{
  text-align: center;
  margin:20px;
  padding:20px;
  background-color:white;
  box-shadow: 0px 0px 5px #c4cad4;
  transition: transform 0.7s, box-shadow 0.7s;
}

.service:hover{

  transform: scale(1.10);
  box-shadow: 0px 0px 10px #797e86;
}

.service i{
  width: 100%;
  font-size:6rem;
  text-align: center;
  color:#3877d6;
  margin-bottom:20px;
}

.service h5{
  color:#3877d6;
}

/*END PAGE SERVICES*/

/*COMPANY STATUS*/
.company-status {
  padding:20px  0px 20px;
  font-weight: bold;
  font-size:1.4rem;
  color:white;
}
.company-status h5{
  font-size:1.7;
}
.company-status i{
  font-size:4rem;
}

.shiva i{

  margin-bottom:10px;
}
.count, .more{
  font-size:3rem;
}

/*COMPANY STATUS*/

/*PAGE PRICING */

.price-card{
  box-shadow: 0px 0px 7px #bebebe;
}

.price-header{
  padding:5px 0px 5px 0px;

  border-bottom-left-radius:0;
  border-bottom-right-radius:0;

  font-weight:bold;
  border-bottom:0px;
  color:#3877d6;
}
.price-header h3{
  color:#3877d6 !important;
}

.price-title{
  font-size:2rem;
}

.price-body{

  padding:20px;
  color:#77808a;
}

.price-offers{
  margin-bottom:10px;
}

/*END PAGE PRICING */

/*START GALERY*/
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
  background-color:white;
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.img-responsive{
  box-shadow: 0px 0px 7px #c4cad4;
  transition: transform 0.7s, box-shadow 0.7s;
}

.img-responsive:hover{
  transform: scale(1.10);
  box-shadow: 0px 0px 10px #797e86;
}

/*END GALERY*/


@media only screen and (min-width: 992px){
  .navbar{
    float: right;
    margin-top: -51px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 701px), (max-height: 501px)
{
  #background{
    position:relative !important;
    height: unset !important;
    top:unset !important;
    margin-top:10px;
  }
  #menu1{
    background-color:unset;
  }
}
@media only screen and (max-width: 991px){
  .navbar{
    margin-top:-50px;
  }

  .navbar-toggler{
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar-collapse{
    margin-top: 40px;
  }
  .contact-me{
    display:none;
  }
}

.btn-default{
  background-color:#3877d6;
  color:white;
  border-radius:0;
  width: 100%;
  font-weight:bold;
  border-color:#3877d6;
}

.btn-primary{
  background-color:#3877d6;
  color:white;
  border-color:#3877d6;
}

.filter-button{
  color:#3877d6;
  border-color:#3877d6;
}

.filter-button:hover{
  color:white;
  background-color:#3877d6;
  border-color:#3877d6;
}

.img-responsive{
    width:100%;
}


/*footer*/
.footer{
  position:relative;
  width:100%;
  background-color:#3877d6;
  margin-top:-2px;
  padding-top:30px;
  color:white;
}

.footer a{
  color:white;
}

.copyright{
  width:100%;
  background-color:#1e437b;
  min-height:40px;
  margin-top:10px;
  padding-top:5px;
}
