



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	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;
  color: #a64bf4;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

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;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}

.txt2 {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  text-transform: uppercase;
}

.bg1 {background-color: #3b5998}
.bg2 {background-color: #1da1f2}
.bg3 {background-color: #ea4335}



/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wrap-login100 {
  width: 500px;
  border-radius: 10px;
  overflow: hidden;
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-family: Poppins-Bold;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}

.label-input100 {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  padding-left: 7px;
}

.input100 {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #333333;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 55px;
  background: transparent;
  padding: 0 7px 0 43px;
}


/*---------------------------------------------*/
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::after {
  content: attr(data-symbol);
  font-family: Material-Design-Iconic-Font;
  color: #adadad;
  font-size: 22px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 20px);
  bottom: 0;
  left: 0;
  padding-left: 13px;
  padding-top: 3px;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #7f7f7f;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.input100:focus + .focus-input100::after {
  color: #a64bf4;
}

.has-val.input100 + .focus-input100::after {
  color: #a64bf4;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;

  box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #f57c20;

  background: -webkit-linear-gradient(right, #f57c20, #f57f20, #f79d50, #fc00ff);
  background: -o-linear-gradient(right, #f5852b, #f57f20, #f79d50, #fc00ff);
  background: -moz-linear-gradient(right, #f5852b, #f57f20, #f79d50, #fc00ff);
  background: linear-gradient(right, #f5852b, #f57f20, #f79d50, #fc00ff);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  bottom: calc((100% - 20px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  bottom: calc((100% - 20px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Social item ]*/
.login100-social-item {
  font-size: 25px;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px;
}

.login100-social-item:hover {
  color: #fff;
  background-color: #333333;
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
} 




@charset "utf-8";
/* CSS Document */

body{
  background: url('../../img/body.png') no-repeat;
  margin: 0px;
  padding: 0px;
  background-position: bottom center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-size: 100%;
}

/*Bootstrap Start*/

*, *::before, *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
img {
    vertical-align: middle;
    border-style: none;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


/*Bootstrap End*/

.logo{
  float: left;
  width: 100%;
  text-align: center;
  padding: 20% 0px 20% 0px;
  margin: 0px auto;
}
.logo img{
  width: 90%;
}
.logo-des{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 23px;
  font-family: 'Rubik', sans-serif;
  color: #fff;
  padding-bottom: 90px;
}
.btnn{
  float: left;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
  padding: 10px 0px;
  font-size: 14px;
  color: #fff;
}
.btnn-track{
  float: left;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
  padding: 10px 0px;
  font-size: 14px;
  color: #fff;
}
.btnn:hover{
  background: #4caf50;
  color: #fff;
  text-decoration: none;
}
.btnn-track:hover{
  background: #f15a24;
  color: #fff;
  text-decoration: none;
}

.formb{
  float: left;
  width: 100%;
  margin-top: 20px;
}
.box-link  .box {
    float: left;
    width: 100%;
    border-radius: 50px;
}
.main_box {
    float: left;
    width: 100%;
    border: 1px solid #3e52a8;
    border-radius: 15px;
    padding: 25px 0px;
    margin-top: 10px;
}
.main_box img.flag {
    position: absolute;
    top: -10px;
    left: 38%;
    width: 28%;
}
.box-link img.design_1 {
    width: 110%;
    position: relative;
    top: 14px;
    right: 5px;
}
.box-link img.design_2 {
    width: 110%;
    position: relative;
    bottom: 15px;
    right: 5px;
}


.main_box .box-link:nth-child(2) .box {
    background: #ae2f19;
}
.main_box .box-link:nth-child(3) .box {
    background: #3a3673;
}
.main_box .box-link:nth-child(4) .box {
    background: #0d6c20;
}
.box-link .text .para h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Oswald";
    text-transform: uppercase;
    color: #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 50%;
    margin: 0px auto;
}
.box-link .text .para h1 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Oswald";
    text-transform: uppercase;
    color: #fff;
    width: 80%;
    margin: 0px auto;
}

.box-link {
    float: left;
    width: 33%;
    padding: 0px 9px;
}




.login-link {
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 20px;
    list-style: none;
    padding: 5px 0px;
    background: #2d2d2d;
}
.login-link li {
    display: inline-block;
    text-align: center;
}
.login-link a {
    background: #2d2d2d;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    padding: 0px 5px;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
}
.login-link li > img {
    width: 60%;
}
.login-link a img {
    width: 20%;
    position: relative;
    top: -2px;
}



.box-link .box-img {
    float: left;
    width: 16%;
    padding: 0px 13px;
    line-height: 52px;
    background: #231f20;
    border-radius: 50px;
    text-align: center;
}
.box-link .box-img img {
  width: 90%;
}



.box-link .text {
    float: left;
    width: 100%;
    padding: 23px 0px 7px;
    text-align: center;
}
.box-link .text .para {
    padding-bottom: 13px;
}
.box-link .text .head {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 28px;
    padding-top: 5px;
}
.box-link .arrow {
    float: left;
    width: 15%;
    padding: 0px 13px;
    line-height: 50px;
}
.box-link .arrow img {
    width: 100%;
}

.name {
    float: left;
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
    background: #f2f2f2;
}
.name .name-im{
  float: left;
  width: 40px;
  padding: 10px 10px;
}
.name-im img{
  width: 90%;
}
.name input{
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #000;
  width: 86%;
  background: none;
  border: 0px;
  line-height: 40px;
  padding-left: 10px;
  border: 0px !important;
}
.name input::placeholder{
  color: #000;
}
.name input:focus{
  outline: 0px;
}
.name button {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    height: 44px;
    line-height: 40px;
    background: #ed1d24;
    border: none;
    color: #fff;
    font-weight: 500;
}
.separator{
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
}
.separator .change_link{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
}
.separator .change_link a{
  font-weight: 700;
  color: #fff;
}



@media only screen and (max-width: 375px) {
    
    .box-link .text {
    float: left;
    width: 100%;
    padding: 15px 0px 1px;
    text-align: center;
}
    
}






/* Today Rate start */

.form-group.price {
    float: left;
    width: 70%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px 0px 0px 5px;
    padding: 9px 0px 0px 9px;
}
.form-group.price input {
    border: 0px;
    box-shadow: none;
    padding: 0px;
  height:18px;
  font-size:16px;
}
.form-group.country {
    float: left;
    width: 30%;
    padding-top: 9px;
    background: #2d2d2d;
    padding-bottom: 11px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 0px 5px 5px 0px;
}
.form-group.price label {
    font-size: 13px;
    color: #6d767b;
    font-weight: 400;
}
.form-group.country select {
    border: 0px;
    box-shadow: none;
    height: 49px;
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #2d2d2d;
}

.start {
    float: left;
    width: 100%;
    padding: 0px 15px 11px;
}
.start a.btn-start {
    color: #f37b33;
    font-size: 16px;
}
.form-group {
    margin-bottom: 15px;
}
input:focus,
select:focus {
    outline: 0px;
}

/* Today Rate end */

