html, body {
    max-width: 100%;
    overflow-x: hidden; /* Disable horizontal scroll */
}

.left-menu { /* Left Menu Container */
  float: left;
  z-index: 999;
  position: fixed;
  width: 25%;
  height: 100vh;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.01), 0 6px 10px 0 rgba(0, 0, 0, 0.09);
  background-color: white;
}

.home { /* Content Container */
  display: flex;
  position: relative;
  justify-content: center;
  float: right;
  width: 75%;
}
.img-logo{ /* Edit Image  Properties*/
  width: 70%;
  height: 70%;
}
.img-home { /* Edit Image  Properties*/
  width: 100%;
  height: 100%;
}

.title { /* Title Left Menu */
  font-family: 'Raleway SemiBold', sans-serif;
  color: #0db04b;
  text-align: right;
  margin-right: 3rem;
  margin-top: 3rem;
  font-size: 2.2rem;
}

.left-menu-line { /* Horizontal Design Line */
  width: 7rem;
  height: 1px;
  /*background-color: black; */
  float: right;
  margin-top: 0.4rem;
  margin-right: 3rem;
}

.navigation { /* Navigation Links Container */
  font-family: 'Raleway Medium', sans-serif;
  font-size: 1.2rem;
  /* width: 18rem; */
  height: auto;
  float: right;
  margin-top: 4rem;
  margin-right: -8rem;
  text-align: right;
}

.line { /* Design line */
  width: 7rem;
  height: 2px;
  background-color: orange;
  margin: 0 auto;
}

a:link { /* Edit Links*/
  color: #d34c2e;
  background-color: transparent;
  text-decoration: none;
}
a:visited { /* Edit Links*/
  color: #d34c2e;
  background-color: transparent;
  text-decoration: none;
}
a:hover { /* Edit Links*/
  color: #0db04b;
  background-color: transparent;
  text-decoration: none;
}
a:active { /* Edit Links*/
  color: #ccc;
  background-color: transparent;
  text-decoration: none;
}

.active { /* Link Active */
  text-decoration: underline !important;
  color: black !important;
}

.copyright { /* Copyright text */
  font-family: 'Raleway', sans-serif;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.social-links { /* Social Media Links*/

  position: absolute;
  margin-bottom: 3.5rem;
  bottom: 0;
  text-align: center;
  font-size: 1.7rem;
  word-spacing: 1rem;
}
.facebook-logo {
  width: 20%;
  height: 20%;
}

@media screen and (max-height: 630px){ /* Responsive Media Query */
  .left-menu {
    display: none;
  }
  .home {
    width: 100%;
    height: 100%;
  }
  .img-home {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1300px){ /* Responsive Media Query */
  .navigation { /* Navigation Links Container */
    font-size: 1.2rem;
    width: 16rem; 
  }

}

@media screen and (max-width: 1200px){ /* Responsive Media Query */
  .left-menu {
    display: none;
  }
  .home, .img-home {
    width: 100%;
    height: 100%;
  }

  .btn-custom1, .description, .hello, .hello2{
    top: 10% !important;
  }
  .about {
    width: 100% !important;
  }
  .services {
    width: 100% !important;
  }
  .testimonial {
    width: 100% !important;
  }
  .contact {
    width: 100% !important;
  }

}

.home p, .btn-custom1 { /* Position in div */
  position: absolute;
}

.hello, .hello2, .description {
  font-family: 'Raleway Bold', sans-serif;
  font-style: italic;
  text-align: center;
  color: #495057;
  margin-left:  40rem;
  font-size: 1.6rem;
  top: 10%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  .hello, .hello2, .description {
    margin-left:  20rem;
  }
}
@media screen and (-o-min-device-pixel-ratio:0) { 
  .hello, .hello2, .description {
    margin-left:  20rem;
  }
}
.hello2 { /* Hello message */
  margin-top: 7rem;

}
.description { /* Description */
  margin-top: 12rem;
}

.btn-custom1 { /* Button */
    font-family: 'Raleway', sans-serif;
    outline: none;
    border-radius: 0px;
    width: 9rem;
    height: 3rem;
    margin-top: 24rem;
    margin-left:  -10rem;
    top: 30%;
}
@media screen and (max-width: 1400px){ /* Responsive Media Query */
    .btn-custom1, .description, .hello, .hello2{
      margin-left: 30rem;
      font-size: 1.5rem
    }
  }
@media screen and (max-width: 1400px) and (-webkit-min-device-pixel-ratio:0){ /* Responsive Media Query */
    .btn-custom1, .description, .hello, .hello2{
      margin-left: 15rem;
      font-size: 1.5rem
    }
  }
  @media screen and (max-width: 1400px) and (-o-min-device-pixel-ratio:0){ /* Responsive Media Query */
    .btn-custom1, .description, .hello, .hello2{
      margin-left: 15rem;
      font-size: 1.5rem
    }
  }
@media screen and (max-width: 900px){ /* Responsive Media Query */
    .btn-custom1, .description, .hello, .hello2{
      font-size: 1.3rem
    }
  }
@media screen and (max-width: 900px) and (-webkit-min-device-pixel-ratio:0){ /* Responsive Media Query */
    .btn-custom1, .description, .hello, .hello2{
      font-size: 1.3rem
    }
}
@media screen and (max-width: 900px) and (-o-min-device-pixel-ratio:0){ /* Responsive Media Query */
  .btn-custom1, .description, .hello, .hello2{
    font-size: 1.3rem
  }
}
@media screen and (max-width: 800px){ /* Responsive Media Query */
  .btn-custom1, .description, .hello, .hello2{
    font-size: 1.1rem;
    margin-left: 25rem
  }.hello2 { /* Hello message */
    margin-top: 6rem;
  }
  .description { /* Hello message */
    margin-top: 10rem;
  }

  .btn-custom1 {
    top: 5% !important;
  }
}
@media screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio:0){ /* Responsive Media Query */
  .btn-custom1, .description, .hello, .hello2{
    font-size: 1.1rem;
    margin-left: 13rem;
  }
  .btn-custom1 {
    top: 5% !important;
  }
}
@media screen and (max-width: 800px) and (-o-min-device-pixel-ratio:0){ /* Responsive Media Query */
  .btn-custom1, .description, .hello, .hello2{
    font-size: 1.1rem;
    margin-left: 13rem;
  }
  .btn-custom1 {
    top: 5% !important;
  }
}
@media screen and (max-width: 650px){ /* Responsive Media Query */
  .btn-custom1, .description, .hello, .hello2{
    font-size: 1rem;
    margin-left: 20rem
  }.hello2 { /* Hello message */
    margin-top: 5rem;
  }
  .description { /* Hello message */
    margin-top: 8rem;
  }
}
@media screen and (max-width: 650px) and (-webkit-min-device-pixel-ratio:0){ /* Responsive Media Query */
  .btn-custom1, .description, .hello, .hello2{
    font-size: 1rem;
    margin-left: 10rem;
  }
}
@media screen and (max-width: 650px) and (-o-min-device-pixel-ratio:0){ /* Responsive Media Query */
  .btn-custom1, .description, .hello, .hello2{
    font-size: 1rem;
    margin-left: 10rem;
  }
}
@media screen and (max-width: 550px){ /* Responsive Media Query */
  .btn-custom1, .description, .hello, .hello2{
    font-size: 0.8rem;
    margin-left: 15rem
  }.hello2 { /* Hello message */
    margin-top: 4rem;
  }
  .description { /* Hello message */
    margin-top: 7rem;
  }
}
@media screen and (max-width: 550px) and (-webkit-min-device-pixel-ratio:0){ /* Responsive Media Query */
  .btn-custom1, .description, .hello, .hello2{
    font-size: 0.8rem;
    margin-left: 8rem;
  }
}
@media screen and (max-width: 550px) and (-o-min-device-pixel-ratio:0){ /* Responsive Media Query */
  .btn-custom1, .description, .hello, .hello2{
    font-size: 0.8rem;
    margin-left: 8rem;
  }
}
@media screen and (max-width: 360px){ /* Responsive Media Query */
  .btn-custom1, .description, .hello, .hello2{
    font-size: 0.6rem;
    margin-left: 10rem
  }.hello2 { /* Hello message */
    margin-top: 3rem;
  }
  .description { /* Hello message */
    margin-top: 5rem;
  }
}
@media screen and (max-width: 360px) and (-webkit-min-device-pixel-ratio:0){ /* Responsive Media Query */
  .btn-custom1, .description, .hello, .hello2{
    font-size: 0.6rem;
    margin-left: 6rem;
  }
}
@media screen and (max-width: 360px) and (-o-min-device-pixel-ratio:0){ /* Responsive Media Query */
  .btn-custom1, .description, .hello, .hello2{
    font-size: 0.6rem;
    margin-left: 6rem;
  }
}
@keyframes fadein { /* Transition */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Transition Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Transition Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Transition Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.hello, .hello2 { /* Hello Message Transition */
  animation: fadein 4s;
  -moz-animation: fadein 4s; /* Firefox */
  -webkit-animation: fadein 4s; /* Safari and Chrome */
  -o-animation: fadein 4s; /* Opera */
  width: fit-content;
}

.description { /* Description Transition */
  animation: fadein 6s;
  -moz-animation: fadein 6s; /* Firefox */
  -webkit-animation: fadein 6s; /* Safari and Chrome */
  -o-animation: fadein 6s; /* Opera */
  width: fit-content;
}

.btn-custom1 { /* Buttons Transition */
  animation: fadein 8s;
  -moz-animation: fadein 8s; /* Firefox */
  -webkit-animation: fadein 8s; /* Safari and Chrome */
  -o-animation: fadein 8s; /* Opera */
  width: fit-content;
}

/* Navbar on small screen */
@media (min-width: 1200px){ /* Responsive Media Query */
  .navbar {
    display: none;
  }
}

.navbar { /* Custom Navigation Bar */
  font-family: 'Raleway', sans-serif;
}
.navbar-toggler /* Position Collapse Navbar Button */ {
  float: right;
}
/* End Navbar on small screen */

/* Gallery */
.gallery { /* Gallery Container */
  width: 75%;
  height: auto;
  float: right;
}

.img-gallery {
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px){ /* Responsive Media Query */
.gallery {
  width: 100%;
}
}

.hover-img { /* Div of image zoom effect on hover */
  overflow: hidden;
}

.hover-img img { /* Image of div with zoom effect */
  z-index: 0;
  max-width: 100%;
  transform: scale(1.1);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-img:hover img { /* Zoom effect */
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* End Gallery */

/* About */
.about { /* About Container */
  width: 75%;
  height: auto;
  float: right;
}

.section-title { /* About me Title */
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  margin-top: 4rem;
  text-align: center;
  color: orange;
}

.about-me-description { /* About me Description Container */
  font-family: 'Raleway', sans-serif;
  width: 100%;
  height: auto;
  margin-top: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.about-me-img { /* About me Image Container */
  width: 100%;
  height: auto;
  margin-top: 6rem;

}
.about-me-img img { /* About me Image Properties */
  width: 70%;
  margin:0 auto;
  display: block;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.name-title { /* About me Title Properties */
  font-family: 'Raleway', sans-serif;
  margin-top: 1rem;
  font-size: 2rem;
  text-align: center;
}

.btn-custom2 { /* Button */
  font-family: 'Raleway', sans-serif;
  margin-top: 4rem !important;
  margin:0 auto;
  display: block;
  border-radius: 0px !important;
  width: 8rem;
  height: 3rem;
}
/* End About */

/* Services */
.services { /* Services Container */
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  width: 75%;
  float: right;
  height: auto;
 }

.pricing-plan { /* Pricing plan */
  width: 100%;
  border: 1px solid #9a9a9a;
  height: auto;
  margin-top: 2rem;
  text-align: left;
  padding-top: 2rem;
  font-family: 'Raleway', sans-serif;
  font-size: 1.0rem;
  padding-bottom: 1.5rem;
}
.pricing-title {
	text-align: center;
	font-size: 1.7rem;
}
.pricing-price { /* Pricing plan Price */
  padding-top: 2rem;
  color: #817f7f;
  font-size: 2.6rem;
  font-family: 'Raleway Light', sans-serif;
}

.pricing-info2 { /* Pricing plan info */
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  padding-top: 1rem;
}
/* End Services */

/* Testimonial */
.testimonial { /* Testimonial Container */
  float: right;
  width: 75%;
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 3rem;
}

.testimonial-div { /* Testimonial Div */
  width: 100%;
  height: auto;
  margin-top: 7rem;
  border: 1px solid #9a9a9a;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
}

.testimonial-img { /* Testimonial Image */
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-top: -4rem;
  border: 5px solid white;
}

.testimonial-img img { /* Testimonial Image */
  width: auto;
  height: 100%;
  margin-left: -20px;
}

.testimonial-content { /* Testimonial Content */
  padding-top: 1rem;
  font-size: 1.2rem;
  font-family: 'Raleway Light', sans-serif;
}

.testimonial-name { /* Testimonial Name */
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-family: 'Raleway Medium', sans-serif;
}
/* End Testimonial */

/* Contact */
.contact { /* Contact Container */
  width: 75%;
  height: auto;
  float: right;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 5rem;
}

.contact-info { /* Contact Info Div */
  width: 100%;
  height: auto;
  font-family: 'Raleway Light', sans-serif;
  padding-bottom: 1rem;
  margin-top: 5rem;
  text-align: center;
  font-size: 3rem;
}

.contact-info p { /* Contact Info Paragraphs */
  font-size: 1.5rem;
  margin-top: 1rem;
}

.contact-form { /* Contact Form Container */
  font-family: 'Raleway', sans-serif;
  margin:0 auto;
  display: block;
  margin-top: 2rem;
}

.contact-form input, textarea { /* Contact Forms and Textarea Properties */
  border-radius: 0px !important;
  border-color: #0db04b !important;
}
.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
 color:#ffffff
}
.has-success .form-control {
 border-color:#ffffff;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)
}
.has-success .form-control:focus {
 border-color:#e6e6e6;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff
}
.has-success .input-group-addon {
 color:#ffffff;
 border-color:#ffffff;
 background-color:#18bc9c
}
.has-success .form-control-feedback {
 color:#ffffff
}
.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label {
 color:#ffffff
}
.has-warning .form-control {
 border-color:#ffffff;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)
}
.has-warning .form-control:focus {
 border-color:#e6e6e6;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff
}
.has-warning .input-group-addon {
 color:#ffffff;
 border-color:#ffffff;
 background-color:#f39c12
}
.has-warning .form-control-feedback {
 color:#ffffff
}
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label {
 color:#ffffff
}
.has-error .form-control {
 border-color:#ffffff;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)
}
.has-error .form-control:focus {
 border-color:#e6e6e6;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff
}
.has-error .input-group-addon {
 color:#ffffff;
 border-color:#ffffff;
 background-color:#e74c3c
}
.has-error .form-control-feedback {
 color:#ffffff
}
.has-feedback label~.form-control-feedback {
 top:26px
}
.has-feedback label.sr-only~.form-control-feedback {
 top:0
}
.help-block {
 display:block;
 margin-top:5px;
 margin-bottom:10px;
 color:#597ea2
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}
/* End Contact */
