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

@font-face {
  font-family: 'DM Sans', sans-serif;
}


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

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

body, html {
	height: 100%;
	font-family: 'DM Sans', sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: DM Sans;
	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: #9E0202;
}

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

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

ul, li {
	margin: 0px;
  list-style-type: none;
  padding: 0px 17px;
}


/*---------------------------------------------*/
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: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

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

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}
.ptb-lr0{
  padding: 30px 0;
}
.pr-3{
  padding-right: 30px;
}
.txt-link{
  cursor: pointer;
  color: #868e96 !important;
}
.footer-txt{
  font-size: 14px !important;
}
.d-flex-lg{
  display: flex !important;
}
/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.navbar-light .navbar-nav .nav-link {
  color: #dee2e6 !important;
}

.txt-reset {
  font-size: 16px;
  line-height: 1.4;
  color:  #BD0000;
}

.bo1 {
  border-bottom: 1px solid #999999;
}

.hov1:hover {
  border-color: #d33f8d;
}

.nav-padding{
  padding: .5rem 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.bg-dark{
  background-color: transparent !important;
  transition: 0.5s;
}
.bg-dark.scrolled{
  background-color:  #247DB5 !important;
}


.nav-link {
  text-decoration: none;
  color: #FBC451;
  /* padding: 20px 0px;
  margin: 0px 20px; */
  display: inline-block;
  position: relative;
  /* opacity: 0.75; */
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px ;

}

.nav-link:hover {
  opacity: 1;
}

.nav-link::before {
  transition: 300ms;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #FBC451;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 4px;
}

.nav-link-ltr:hover::before {
  width: 100%;
}
.navbar {
  padding: .4rem 1rem;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  max-height: 80vh;
  min-height: 650px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: #005bea;
  background: -webkit-linear-gradient(bottom, #005bea, #00c6fb);
  background: -o-linear-gradient(bottom, #005bea, #00c6fb);
  background: -moz-linear-gradient(bottom, #005bea, #00c6fb);
  background: linear-gradient(bottom, #005bea, #00c6fb);
  opacity: 0.9; */
}

.wrap-login100 {
  width: 321px;
  background: transparent;
}



/*------------------------------------------------------------------
[  ]*/
.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login100-form-title {
  font-size: 27px;
  color: #fff;
  line-height: 1.2;
  text-align: center;

  width: 100%;
  display: block;
}

/*---------------------------------------------*/
.login100-form-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.login100-form-avatar img {
  width: 100%;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
}

.input100 {
  font-size: 15px;
  line-height: 1.2;
  color: #247DB5;

  display: block;
  width: 100%;
  background: #fff;
  height: 50px;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
}


/*------------------------------------------------------------------
[
[ Button ]*/
.container-login100-form-btn {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  font-size: 15px;
  line-height: 1.5;
  color: #247DB5;
  text-transform: uppercase;
  font-weight: 700;

  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: #FBC451;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

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

  position: relative;
  z-index: 1;
}
.btn-warning{
  padding: 0.625rem 1.5rem;
    font-size: 1rem;
    line-height: 1.8;
    border-radius: 0.25rem;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #247db5;
}
.btn-primary{
  display: inline-block;
    font-weight: 400;
    color: #247db5;
    text-align: center;
    vertical-align: middle;
    border: 0rem solid transparent;
    margin-right: 10px;
    padding: 0.5625rem 1.125rem;
    font-size: 0.875rem;
    line-height: 1.8;
    border-radius: 4px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background-color: #fbc451;
    border-color: #fbc451;
    color: #247db5 !important;
    text-transform: uppercase;
    font-weight: 700;;
}
.btn-primary:hover , .btn-warning:hover{
  color: #0062cc;
  background-color: #fbc451;
  border-color: #0062cc;
}

.login100-form-btn:hover {
  background: #fbc451;;
  color: #0062cc;;
}

.login100-form-btn:hover:before {
  opacity: 1;
}

/*------------------------------------------------------------------
[ Button sign in with ]*/


.btn-face:hover,
.btn-google:hover {
  border-color: #d33f8d;
}

.divider{
  height: 6px;
  width: 100% !important;
  background: linear-gradient(to right, #FBC451, #fff);
}
.container-get-touch{
  background: #247DB5;
  color: #fff;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.get-touch-subtxt{
  font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    padding-top: 10px;
}

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

@media (max-width: 768px) { 

    .bg-dark{
      background-color: #247DB5 !important;
      transition: 0.5s;
    }
    .nav-padding {
      padding: 0 1rem;
    }
    .navbar-brand img{
      padding: 4px;
    }
    .navbar-toggler-icon {
      display: inline-block;
      width: 2em;
      height: 2em;
      vertical-align: middle;
    }
    ul, li {
      margin: 0px;
      list-style-type: none;
      padding: 3px 5px;
      font-weight: 500;
    }
    .navbar-fixed-top {
      top: -70px; /* you'll have to figure out the exact number here */
    }
    
    .navbar-fixed-top, .navbar-fixed-bottom {
      position: relative; /* this can also be static */
    }
    .fixed-top{
      position: sticky;
    }
    .container-get-touch {
      background: #247DB5;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 40px 0;
      text-align: center;
      height: 380px;
    }
    .container-login100{
      max-height: 90vh;
    }
    .p-b-230 {
      padding-bottom: 10px;
    }
    .h1{
      font-size: 35px;
    }
    .mt-3{
     margin-top: 40px !important;
    }
    .text-right{
      display: 1none;
    }
    .d-flex-lg{
      display: block !important;
    }
    .m-btn-login{
      position: fixed;
      right: 56px;
      top: 8px;
      padding: 0.475rem 0.875rem;
      font-size: 0.75rem;
      border-radius: 0.2rem;

    }
    .navbar-light .navbar-nav .nav-link {
      color: #fff !important;
    }
    .navbar-toggler {
      padding: 0;
    }

 }

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


.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  opacity: .7;
  width: 36px;
}

.custom-toggler.navbar-toggler {
  border-color: transparent;
} 

/*//////////////////////////////////////////////////////////////////
[ responsive ]*/

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


/*------------------------------------------------------------------
[ bottom nav styles ]*/

.link{
  position: relative;
  color: #868e96 !important;
}

.link:after{
  content: '';
  position: absolute;
  width: 0; 
  height: 3px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #fbc451;
  transition: width .4s ease;
  -webkit-transition: width .4s ease;
}
 
.link:hover:after{
  width: 100%;
  left: 0;
  background: #fbc451 !important;
}

