/**
* Template Name: PersonalLanding
* Template URL: https://templatemag.com/personallanding-bootstrap-landing-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

* {
  margin: 0;
  padding: 0px;
  font-family: 'Lato', sans-serif;
}

body {
  background: #fff;
  margin: 0;
  color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #666;
  margin-top: 10px;
}

html, body {
  height: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

.centered {
  text-align: center
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 50px;
}

.mtb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
  color: #1abc9c;
}

a:hover, a:focus {
  text-decoration: none;
  color: #696E74;
}

.nopadding {
  padding: 0px !important;
  margin: 0px;
}

.no-pad-left {
  padding-left: 0px;
}

.no-pad-right {
  padding-right: 0px;
}

/* Bootstrap Modifications */

.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
}

.navbar-brand {
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
}

.navbar-default .navbar-brand {
  color: black;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: transparent;
  border-bottom: 2px solid #e7e7e7;
}

/* FORM CONFIGURATION */

input {
  font-size: 16px;
  min-height: 40px;
  border-radius: 2px;
  line-height: 20px;
  padding: 11px 30px 12px;
  border: 1px solid #b9b9af;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.subscribe-input {
  float: left;
  width: 65%;
  text-align: left;
  margin-right: 2px;
}

.subscribe-submit {
  right: 0;
}

.btn-download {
  background: #FDE3A7;
}

/* BUTTONS */

.btn-conf {
  border-radius: 50px;
  margin-right: 15px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 28px 13px 28px;
}

.btn-green {
  background: #03C9A9;
  color: white
}

.btn-clear {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.btn-clear:hover {
  background: white;
  color: #2f2f2f;
}

/* HEADER SECTION */

#h {
  /*background: url(../img/header.jpg) no-repeat center top;*/
  padding-top:150px;
  background-attachment: relative;
  background-position: center center;
  min-height: 700px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#h h1 {
  color: white;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-weight: 300;
}

/* Green Section */

#g {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #03C9A9;
  color: white;
}

#g p {
  color: white;
  font-size: 16px;
}

#g i {
  font-size: 40px;
  color: white;
  margin-bottom: 20px;
}

#g h4 {
  font-weight: 700;
  letter-spacing: 1px;
}

/* GREY DIV */

#grey {
  background: #f3f3f3;
  padding-bottom: 80px;
  padding-top: 80px;
}

/* Grey Section */

section:nth-of-type(odd) {
  background: #fff;
}

.background-image-holder {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  z-index: 0;
  background-position: 50% 50% !important;
}

.side-image {
  padding: 0px;
/*  position: relative;
*/}

.side-image .image-container {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0px;
  top: 0px;
}

.side-image .image-container.pull-right {
  right: 0px;
}

.side-image .content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.side-image h1 {
  margin-bottom: 40px;
}

.side-image p.lead {
  margin-bottom: 64px;
  font-size: 20px;
}

.side-image p {
  font-size: 16px;
}

.side-image.text-heavy h1 {
  margin-bottom: 32px;
}

.side-image.text-heavy p.lead {
  margin-bottom: 40px;
}

.side-image.text-heavy .feature {
  margin-top: 64px;
}

.side-image.text-heavy .feature h5 {
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Configuration Blog Part */

.w h5 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
}

.w hr {
  border: 1px solid #2f2f2f;
  width: 40px;
}

.w img {
  width: 100%;
  height: auto;
}

.w .date {
  float: left;
  border: 2px solid #2f2f2f;
  margin-right: 15px;
  padding: 5px;
  margin-top: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
}

.w .date h4 {
  font-weight: 700;
  margin-bottom: -5px;
  margin-top: 5px;
  font-size: 14px;
  text-transform: uppercase
}

.w .date bold {
  font-weight: 900;
  font-size: 16px;
}

.w .desc {
  font-size: 14px;
  margin-top: -5px;
  color: #aeaeae;
}

h2.bold {
  font-weight: 900;
}

/* FOOTER */

#f {
  padding-bottom: 80px;
  padding-top: 80px;
  background: #2f2f2f;
  color: white;
}

#f i {
  font-size: 25px;
  margin-right: 18px;
}


/* Contact Form */

.contact-form {
	text-align: left;
}

.contact-form label {
   color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
	margin-top: 10px;
  background: #03C9A9;
  border: 0;
  padding: 12px 50px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
	border-radius: 50px;
}

.contact-form .form-send button:hover {
  background: #0be2bf;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

#copyrights p {
  margin-bottom: 5px;
	font-size: 15px;
	color: #fff;
}

.credits {
  color: #999;
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
.navbar-default {
  padding-bottom:10px;
  padding-top:5px;
}

.btn-conf {
  
    padding: 14px 40px 13px 40px;
}

.btn-purple {
    background: #8338eb;
    color: white;
        min-width:45%;
}

.btn-clear-purple {
    background: transparent;
    color: #8338eb;
    border: 2px solid #8338eb;
    min-width: 45%;
}
.h-text {
    text-transform: uppercase;
    display: block;
    color: #000000;
    font-family: 'Balto';
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
}

.h-text-u {
    display: block;
    color: #000000;
    font-family: 'Balto';
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
}


.h-text-b {
    text-transform: uppercase;
    color: #000000;
    background: rgb(255,190,12);
    background: linear-gradient(0deg, rgba(255,190,12,1) 0%, rgba(255,190,12,1) 45%, rgba(255,255,255,1) 52%);
    font-family: 'Balto';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
}
@media (max-width: 768px) {

    .btn-conf{
        width:100%;
        margin-bottom:10px
    }
    .h-text {
      
        font-size:33px;
    }

    .h-center {
        text-align:center;
      
    }
}

.input-group .form-control, .intl-tel-input {
    width: 100%;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

.my-checkbox {
    transform: scale(1.5);
    margin-right: 20px;
    min-height:0;
    
}
.my-checkbox-lable{
    margin-left:10px;
}
.a-color {
    text-decoration: underline;
    color: #8338eb;
}
.id_password{
    display:inline;
    width:98%;
}
.id_user {
    display: inline;
    width: 98%;
}