







/*//////////////////////////////////////////////////////////////////

[ FONT ]*/



@font-face {

  font-family: Raleway-SemiBold;

  src: url('../fonts/raleway/Raleway-SemiBold.ttf'); 

}



@font-face {

  font-family: Raleway-Bold;

  src: url('../fonts/raleway/Raleway-Bold.ttf'); 

}



@font-face {

  font-family: Raleway-Black;

  src: url('../fonts/raleway/Raleway-Black.ttf'); 

}





/*//////////////////////////////////////////////////////////////////

[ RESTYLE TAG ]*/



* {

	margin: 0px; 

	padding: 0px; 

	box-sizing: border-box;

}



body, html {

	height: 100%;

	font-family: Raleway-SemiBold, sans-serif;

}



/*---------------------------------------------*/

a {

	font-family: Raleway-SemiBold;

	font-size: 1rem;

	line-height: 1.7;

	color: #0062cc;

	margin: 0px;

	transition: all 0.4s;

	-webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  -moz-transition: all 0.4s;

}



a:focus {

	outline: none !important;

}



a:hover {

	text-decoration: none;

}



/*---------------------------------------------*/

h1,h2,h3,h4,h5,h6 {

	margin: 0px;

}



p {

	font-family: Raleway-SemiBold;

	font-size: 14px;

	line-height: 18px;

	color: #363636;

  margin: 0px;
  padding-bottom: 30px;;

}



ul, li {

	margin: 0px;

	list-style-type: none;

}





/*---------------------------------------------*/

input {

	outline: none;

	border: none;

}



textarea {

  outline: none;

  border: none;

}



textarea:focus, input:focus {

  border-color: transparent !important;

}



input:focus::-webkit-input-placeholder { color:transparent; }

input:focus:-moz-placeholder { color:transparent; }

input:focus::-moz-placeholder { color:transparent; }

input:focus:-ms-input-placeholder { color:transparent; }



textarea:focus::-webkit-input-placeholder { color:transparent; }

textarea:focus:-moz-placeholder { color:transparent; }

textarea:focus::-moz-placeholder { color:transparent; }

textarea:focus:-ms-input-placeholder { color:transparent; }



input::-webkit-input-placeholder { color: #adadad;}

input:-moz-placeholder { color: #adadad;}

input::-moz-placeholder { color: #adadad;}

input:-ms-input-placeholder { color: #adadad;}



textarea::-webkit-input-placeholder { color: #adadad;}

textarea:-moz-placeholder { color: #adadad;}

textarea::-moz-placeholder { color: #adadad;}

textarea:-ms-input-placeholder { color: #adadad;}



label {

  display: block;

  margin: 0;

}



/*---------------------------------------------*/

button {

	outline: none !important;

	border: none;

	background: transparent;

}



button:hover {

	cursor: pointer;

}



iframe {

	border: none !important;

}



/*//////////////////////////////////////////////////////////////////

[ utility ]*/









/*//////////////////////////////////////////////////////////////////

[ Contact ]*/



.container-contact100 {

  width: 100%;  

  min-height: 100vh;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  padding: 0 10px;

  background: #000000;

  /*background: -webkit-linear-gradient(45deg, #c77ff2, #e8519e);

  background: -o-linear-gradient(45deg, #c77ff2, #e8519e);

  background: -moz-linear-gradient(45deg, #c77ff2, #e8519e);

  background: linear-gradient(45deg, #c77ff2, #e8519e);*/

  

}



.wrap-contact100 {

  width: 790px;

  background: #fff;

  border-radius: 2px;

  padding: 30px 50px 35px 50px;

}





/*==================================================================

[ Form ]*/



.contact100-form {

  width: 100%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

}



.contact100-form-title {

  width: 100%;

  display: block;

  font-family: Raleway-Black;

  font-size: 23px;

  color: #333333;

  line-height: 1.2;

  text-align: center;

  padding-bottom: 25px;

}

.form-title-label {

  width: 100%;

  display: block;

  font-family: Raleway-Black;

  font-size: 16px;

  color: #333333;

  line-height: 1.2;

  padding-bottom: 5px;

}





/*------------------------------------------------------------------

[ Input ]*/



.wrap-input100 {

  width: 100%;

  position: relative;

  border: 1px solid #e6e6e6;

  border-radius: 2px;

  margin-bottom: 34px

}



.rs1.wrap-input100 {

  width: calc((100% - 40px) / 2);

}





.label-input100 {

  font-family: Raleway-SemiBold;

  font-size: 13px;

  color: #555555;

  line-height: 1.5;

  text-transform: uppercase;

  width: 100%;



  padding-bottom: 11px;

}



.input100 {

  display: block;

  width: 100%;

  background: transparent;

  font-family: Raleway-SemiBold;

  font-size: 18px;

  color: #333333;

  line-height: 1.2;

  padding: 0 25px;

}



input.input100 {

  height: 55px;

}



textarea.input100 {

  min-height: 162px;

  padding-top: 19px;

  padding-bottom: 15px;

}



/*---------------------------------------------*/



.focus-input100 {

  position: absolute;

  display: block;

  width: calc(100% + 2px);

  height: calc(100% + 2px);

  top: -1px;

  left: -1px;

  pointer-events: none;

  border: 1px solid;

  border-color: #d867c6;

  border-color: -webkit-linear-gradient(45deg, #c77ff2, #e8519e);

  border-color: -o-linear-gradient(45deg, #c77ff2, #e8519e);

  border-color: -moz-linear-gradient(45deg, #c77ff2, #e8519e);

  border-color: linear-gradient(45deg, #c77ff2, #e8519e);



  visibility: hidden;

  opacity: 0;



  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  -moz-transition: all 0.4s;

  transition: all 0.4s;



  -webkit-transform: scaleX(1.1) scaleY(1.3);

  -moz-transform: scaleX(1.1) scaleY(1.3);

  -ms-transform: scaleX(1.1) scaleY(1.3);

  -o-transform: scaleX(1.1) scaleY(1.3);

  transform: scaleX(1.1) scaleY(1.3);

}



.input100:focus + .focus-input100 {

  visibility: visible;

  opacity: 1;



  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}







/*------------------------------------------------------------------

[ Button ]*/

.container-contact100-form-btn {

  width: 100%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  margin-top: -4px;

}



.contact100-form-btn {

  font-family: Raleway-Bold;

  font-size: 16px;

  color: #fff;

  line-height: 1.2;



  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 0 20px;

  min-width: 150px;

  height: 55px;

  border-radius: 27px;

  background: #d867c6;

  background: -webkit-linear-gradient(45deg, #c77ff2, #e8519e);

  background: -o-linear-gradient(45deg, #c77ff2, #e8519e);

  background: -moz-linear-gradient(45deg, #c77ff2, #e8519e);

  background: linear-gradient(45deg, #c77ff2, #e8519e);

  position: relative;

  z-index: 1;



  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  -moz-transition: all 0.4s;

  transition: all 0.4s;

}



.contact100-form-btn::before {

  content: "";

  display: block;

  position: absolute;

  z-index: -1;

  border-radius: 27px;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: #333333;

  opacity: 1;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  -moz-transition: all 0.4s;

  transition: all 0.4s;

}



.contact100-form-btn:hover:before {

  opacity: 0;

}



.contact100-form-btn i {

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  -moz-transition: all 0.4s;

  transition: all 0.4s;

}

.contact100-form-btn:hover i {

  -webkit-transform: translateX(10px);

  -moz-transform: translateX(10px);

  -ms-transform: translateX(10px);

  -o-transform: translateX(10px);

  transform: translateX(10px);

}





/*------------------------------------------------------------------

[ Responsive ]*/



@media (max-width: 768px) {

  .wrap-contact100 {

    padding: 30px 45px 68px 45px;

  }

}



@media (max-width: 576px) {

  .wrap-contact100 {

    padding: 30px 15px 68px 15px;

  }



  .rs1.wrap-input100 {

    width: 100%;

  }



}





/*------------------------------------------------------------------

[ Alert validate ]*/



.validate-input {

  position: relative;

}



.alert-validate .focus-input100 {

  box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);

  -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);

  -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);

  -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);

  -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);

}



.alert-validate::before {

  content: "";

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

  position: absolute;

  width: calc(100% + 2px);

  height: calc(100% + 2px);

  background-color: transparent;

  border: 1px solid #fa4251;

  border-radius: 2px;

  top: -1px;

  left: -1px;

  pointer-events: none;

}



.btn-hide-validate {

  font-family: Material-Design-Iconic-Font;

  font-size: 18px;

  color: #fa4251;

  cursor: pointer;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

  justify-content: center;

  position: absolute;

  height: 100%;

  top: 0px;

  right: -28px;

}



.rs1-alert-validate.alert-validate::before {

  background-color: #fff;

}



.true-validate::after {

  content: "\f26b";

  font-family: Material-Design-Iconic-Font;

  font-size: 18px;

  color: #00ad5f;



  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

  justify-content: center;

  position: absolute;

  height: 100%;

  top: 0px;

  right: -28px;

}



/*---------------------------------------------*/

@media (max-width: 576px) {

  .btn-hide-validate {

    right: 10px;

  }

  .true-validate::after {

    right: 10px;

  }

}




/*----------------NEW 04-03-2020------------------*/

#wrapper {
  width: 100%;
  margin: 0 auto; }

#main {
  background-color: #fff;
  padding-top: 100px; }

.container {
  width: 790px;
  margin: 0 auto;
  padding: 0 30px; }

section {
  padding: 60px 0; }
  section h1 {
    font-weight: 700;
    margin-bottom: 10px; }
  section p {
    margin-bottom: 30px; }
    section p:last-child {
      margin-bottom: 0; }
  section.color {
    background-color: #ffffff;
    color: white; }

/* =Info Bar
-------------------------------------------------------------- */
#info-bar {
  background-color: #000000; }
  #info-bar a {
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 7px; }
    #info-bar a:hover {
      background-color: #222222; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    display: block;
    width: 50%; }
  #info-bar span.all-tutorials {
    float: left;
    text-align: left; }
  #info-bar span.back-to-tutorial {
    float: right;
    text-align: right; }

/* =Header
-------------------------------------------------------------- */
header {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #000000;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
  header h1#logo {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  header nav {
    display: inline-block;
    float: right; }
    header nav a {
      line-height: 100px;
      margin-left: 20px;
      color: #ffffff;
      font-weight: 700;
      font-size: 23px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      header nav a:hover {
        color: rgba(255, 255, 255, 0.5); }
  header.smaller {
    height: 75px; }
    header.smaller h1#logo {
      width: 150px;
      height: 75px;
      line-height: 75px;
      font-size: 30px; }
    header.smaller nav a {
      line-height: 75px; }

/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 660px) {
  /* =Header
  -------------------------------------------------------------- */
  header h1#logo {
    display: block;
    float: none;
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
    text-align: center; }
  header nav {
    display: block;
    float: none;
    height: 50px;
    text-align: center;
    margin: 0 auto; }
    header nav a {
      line-height: 50px;
      margin: 0 10px; }
  header.smaller {
    height: 75px; }
    header.smaller h1#logo {
      height: 40px;
      line-height: 40px;
      font-size: 30px; }
    header.smaller nav {
      height: 35px; }
      header.smaller nav a {
        line-height: 35px; } }
@media all and (max-width: 600px) {
  .container {
    width: 100%; }

  #info-bar a {
    display: block; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    width: 100%; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    float: none;
    text-align: center; }
  #info-bar span.all-tutorials {
    border-bottom: solid 1px #c7c7c7; } }