@font-face{
  src: url(JosefinSans.ttf);
  font-family: JosefinSans;
}
#loader{
  background: #fff url(image/loader.svg) no-repeat center !important;
position: fixed !important;
z-index: 999999 !important;
height: 100vh !important;
width: 100% !important;

}

*{
    padding: 0%;
    margin: 0%;
  font-family: JosefinSans;
  text-transform: capitalize;
    /* border: 1px solid red; */
}
*:focus{
    box-shadow: none !important;
    outline: none !important;
}
.navbar-toggler{
  background: #353f4e;
  border: none;
  border-radius: 50% !important;
  height: 40px;
  width: 40px;
  font-size: 16px;
  color: #fff !important;
  padding: 0%;
}

p{
  margin: 0;
}
.tp h1{
  font-size: 30px;
  margin-top: 10px;
}
.row{
    margin: 0%;
}
/* topbar */
.navbar{
  background: #011f42;
  padding: 20px;
  border-top: 1px solid rgb(255 255 255 / 20%);
}
body.offcanvas-active{
	overflow:hidden;
}
.offcanvas-header{ display:none; }

@media (max-width: 992px) {
  .offcanvas-header{ display:block; }
  .navbar-collapse {
    position: fixed;
    top:0; 
    bottom: 0;
    left: 100%;
    width: 50%;
    padding-right: 1rem;
    z-index: 999;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #011f42;
    opacity: .7;
    transition: visibility .5s ease-in-out, transform .5s ease-in-out;
  }
  .btn-close{
    color: #ccc;
    font-size: 20px;
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
}
.dropdown-menu{
    top: 5px !important;
    border-radius: 0% !important;
}
.dropdown-item{
    font-size: 14px !important;
    color: #011f42 !important;
}

.h2 h2{
    font-size: 30px !important;
    font-weight: bolder !important;
    color: rgb(9, 214, 146) !important;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 73%) !important;
    text-transform: uppercase !important;
  }
.h2 span{
      color: rgb(9, 214, 146);
  }
.bar{
    background: #111;
    padding: 0%;
    color: #fff;
    margin: 0%;
}
.bar ul li:hover{
    color: aquamarine;
}
.top{
    display: flex;
    align-items: center;
    padding: 0%;
    margin: 0%;
    justify-content: center;
}
.top li{
    justify-content: center;
    display: flex;
    margin-top: 0%;
    cursor: pointer;
    padding: 0% !important;
    align-items: center;
    margin: 0px 10px;
    font-size: 12px;
}
.top li i{
    margin:10px 5px;
    font-size: 10px !important;
}

/* end of topbar */

/* middlebar start */

.middle{
  /* z-index: 1 ; */
    background: rgb(1 31 66);
    /* height: 80px; */
    padding: 20px;
   
}
.med{
  display: none;
}
.mid{

    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: 20px; */
}
.mid a img{
  height: 60px !important;;
}
.ccc{
  display: flex;
  z-index: 1 !important;
}
.cc{
  cursor: pointer;
  z-index: 1 !important;
}
.cc p{
  font-size: 16px;
  font-weight: 600;
}
.cc a{
  font-size: 12px;
}
.link{
  font-size: 12px !important;
    color: #fff !important;
}
.middle{ 
font-size: 12px !important;
  color: #fff !important;
  display: flex;
  align-items: center;
}
.mid i{
font-size: 16px;
height: 40px;
width: 40px;
background: #353f4e;
display: flex;
align-items: center;justify-content: center;
border-radius: 50%;
}
.mid a {
color: #fff;
}

.link li{
  margin-left: 20px;
  margin-right: 20px;
}
.link li a{
  font-size: 16px !important;
    transition: 0.5s;
    font-weight: 600;
    position: relative;
    color: #fff !important;
    letter-spacing: 1px;
}
.link li a::before{
  position: absolute;
  content: '';
  background: #fff;
  bottom: 0;
  height: 2px;
  transition: 0.5s ease-in-out;
  width: 0;
}
.link li a:hover:before{
  width: 40% !important;

}
.link li a:hover{
    /* color: rgb(9, 214, 146) !important; */
    /* transform: translateY(-5px); */
}

.cart{
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
    padding-top: 10px;
}
.cart:hover{
    color: rgb(9, 214, 146);
}
.cart-text{
    font-size: 12px;
    padding: 10px;
    text-align: center !important;
    margin: 0%;
    left: -40px !important;
    top:10px !important;
}
.cart-text p{
  margin: 0%;


}

/* search bar */
.searchbox{
    position: relative !important;
    display: inline-block;
}
.sform{
    width: 300px !important;
    border-radius: 0% !important;
    background: transparent !important;
    border: none; 
    border-bottom: 1px solid aquamarine !important;
    
}
.search{
    position: absolute;
    color: rgb(9, 214, 146) !important;
    right: 0%;
    font-size: 16px !important;
    margin: 0% !important;
    background: none !important;
}
.search:focus{
    color: #fff !important;
}
  /* search bar end */


  /* navbar start */
  .droc{
    width: 600px !important;
  }
  .dr_btn{
      width: 100% !important;
  }
.dr_btn button{
  font-weight: 600;  
      color: #131d3b !important;
}
  .drb{
      border-radius: 3px !important;
      background: rgb(9, 214, 146);
      /* width: 100% !important; */
  }
  .dropdown-toggle::after {
    display: none;
}
  .dimg{
    height: 200px;
    width: 100%;
    cursor: pointer;
    /* margin: 0 auto; */
    text-align: center !important;
    overflow: hidden;
    position: relative;
}
.dimg:before{
    position: absolute;
    content: '';
    height: 70%;
    z-index: 1;
    width: 200%;
    top: -120%;
    left: -130%;
    transform: rotatez(120deg);
    background: rgba(255, 255, 255, 0.212);
}
.dimg:hover:before{
    transition: 0.5s ease-in-out;
    top: 100%;
    left: 100%;
}

.dimg img{
    height: 100%;
    transition: 0.5s;
    width: 100%;
}
.dimg img:hover{
    transform: scale(1.2);
}
.capd{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.capd h3{
    color: #fff;
}
 
  /* slider start */


  /* slider end */
  
   .sli{
    padding: 0% !important;
   }
   .carousel-item img{
    height: 80vh;
    width: 100%;
   }
 
   .carousel-caption p{
       color: aquamarine;
  margin-top: -300px !important;
  font-size: 16px; 
       text-transform: uppercase !important;
       letter-spacing: 1px;
   }
   .carousel-caption h3{
  /* margin-top: -370px !important; */
  font-size: 30px; 
       text-transform: uppercase !important;
       letter-spacing: 1px;
       margin: 10px;
   }
   .btn-primary{
       /* border-radius: 0% !important; */
       background: rgb(9, 214, 146);
       color: #27292b;
       font-weight: 600;
       font-size: 16px;
       border: none;
       letter-spacing: 1px;
       /* text-transform: uppercase !important; */
       padding: 8px 16px;
       margin-top: 10px;
       transition: 0.5s;
   }
 .btn-primary:hover{
     /* transform: scale(1.1); */
     color: #111;
     background: #011f42;
     color: #fff;
 }
 .btn-primary:hover i{
   color: #fff;
 }
.fast{
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.delivery{
    display: flex !important;
    border-left: 1px solid #e5e5e5;
}
.delivery i{
    font-size: 30px;
    padding: 10px;
    color: #1a434e9b !important;
}
.delivery h5{
    font-size: 16px;
}
.delivery p{
    color: #cccc;
    font-size: 12px;
}

.off0{
    height: 520px;
    /* padding: 10px; */
    overflow: hidden;
    margin: 0% auto;
    position: relative;
}
.off0 img{
    height: 100%;
    width: 100%;
    transition: 0.5s ease-in-out;
}
.off0 img:hover{
    transform: scale(1.2);
}
.off1{
    height: 250px;
    margin-bottom: 20px;
    background-size: cover;
    color: #fff;
    padding: 50px;
    /* text-align: center; */
}


.off1 h3{
    font-size: 20px;
}
.off1 p{
    color: rgb(9, 214, 146);
    font-weight: 600;
    margin: 10px;;
}
.off1 h2{
    font-size: 20px;
    margin-bottom: 25px;
}



 .thumbnail {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
 }
 
 .thumbnail img {
     width: 100%;
     height: 100%;
     transition: all 0.3s ease
 }
 
 .offer {
  background-image: url(pr2.jpeg);  
  height: 520px;
  background-size: 100% 100%;
  color: #fff;
  /* padding-top: 20%; */
  /* box-shadow: inset 0 0 0 2000px rgba(12, 10, 10, 0.233); */
  /* display: flex !important;  */
 }
 .offer h4{
   font-size: 40px;
   padding: 60px;
  text-transform: uppercase !important;

 }
 #timer {
  display: flex !important;
  line-height: 1;
  padding: 20px;
  justify-content: space-evenly;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
#timer span {
  display: block;
  font-size: 20px;
  color: white;
}

 #days {
  color: white;
  font-size: 70px;
  color: rgb(9, 214, 146);
}
#hours {
  color: white;
  font-size: 70px;
  /* color: #011f42.; */
}
#minutes {
  font-size: 70px;
  color: #fff;
}
#seconds {
  font-size: 30px;
  color: #fff;
  margin-top: 40px;
}
 
 

 /* ad sectin end */


 /* categories */


 .cat_head{
  background: #f9f9f9 !important;
  padding: 60px 0 40px 0 !important;
  box-shadow: none !important;
  border: none !important;
}
.cat_head h2{
  font-size: 35px !important;
  font-weight: bolder !important;
  text-align: center;
  color: #fff !important;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 73%) !important;
  text-transform: uppercase !important;
  margin-bottom: 20px;
 }
 .cat_head span{
  text-transform: uppercase !important;
  color: #011f42;
}

.desire{
  text-align: center;
  display: flex;
  transition: 0.5s ;
}
.table td, .table th{
border-top: none;
}
.desire td{
  padding: 10px;
  padding-top: 40px;
  height: 180px;;
  transition: 0.2s 0.2s ease;
  border-color: #eee;

}
.desire h4{
  padding: 0px !important;
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 0.10px !important;
  font-weight: 500 !important;
}
.desire td:hover{
  box-shadow: 0 0 25px 0 hsl(0deg 0% 87% / 55%);
}
.desire td:nth-child(2){
  border-width: 0px 1px 1px 0px ;
  border-style: solid;
}
.desire td:nth-child(2) img{
  background: #dad7f2;
  height: 60px;
  width: 60px;
  border-radius: 10px;
  padding: 10px;
}
.desire td:nth-child(2) h4{
  color: #7264e5;
}


.desire td:nth-child(3){
  border-width: 0px 1px 1px 0px ;
  border-style: solid;
}
.desire td:nth-child(3) img{
  background: #f5e0d6;
  height: 60px;
  width: 60px;
  border-radius: 10px;
  padding: 10px;
}
.desire td:nth-child(3) h4{
  color: #d8875d;
}

.desire td:nth-child(4){
  border-width: 0px 1px 1px 0px ;
  border-style: solid;
}
.desire td:nth-child(4) img{
  background: #dbf5de;
  height: 60px;
  width: 60px;
  border-radius: 10px;
  padding: 10px;
}
.desire td:nth-child(4) h4{
  color: #66d26a;
}

.desire td:nth-child(5){
  border-width: 0px 1px 1px 0px ;
  border-style: solid;
}
.desire td:nth-child(5) img{
  background: #ece5d1;
  height: 60px;
  width: 60px;
  border-radius: 10px;
  padding: 10px;
}
.desire td:nth-child(5) h4{
  color: #daa91f;
}

.desire td:nth-child(6){
  border-width: 0px 0px 1px 0px ;
  border-style: solid;
}
.desire td:nth-child(6) img{
  background: #ccceff;
  height: 60px;
  width: 60px;
  border-radius: 10px;
  padding: 10px;
}
.desire td:nth-child(6) h4{
  color: #5e65fc;
}

.desire td:nth-child(9){
  border-width: 0px 1px 0px 0px ;
  border-style: solid;
}
.desire td:nth-child(9) img{
  background: #cccccc;
  height: 60px;
  width: 60px;
  border-radius: 10px;
  padding: 10px;
}
.desire td:nth-child(9) h4{
  color: #939191;
}

.desire td:nth-child(10){
  border-width: 0px 1px 0px 0px ;
  border-style: solid;
}
.desire td:nth-child(10) img{
  background: #f6cffa;
  height: 60px;
  width: 60px;
  border-radius: 10px;
  padding: 10px;
}
.desire td:nth-child(10) h4{
  color: #ce6acb;
}

.desire td:nth-child(11){
  border-width: 0px 1px 0px 0px ;
  border-style: solid;
}
.desire td:nth-child(11) img{
  background: #f5cccc;
  height: 60px;
  width: 60px;
  border-radius: 10px;
  padding: 10px;
}
.desire td:nth-child(11) h4{
  color: #ce6767;
}

.desire td:nth-child(12){
  border-width: 0px 1px 0px 0px ;
  border-style: solid;
}
.desire td:nth-child(12) img{
  background: #ccf1fe;
  height: 60px;
  width: 60px;
  border-radius: 10px;
  padding: 10px;
}
.desire td:nth-child(12) h4{
  color: #4388ba;
}

.desire td:nth-child(13){
  border-width: 0px 0px 0px 0px ;
  border-style: solid;
}
.desire td:nth-child(13) img{
  background: #d0e6d2;
  height: 60px;
  width: 60px;
  border-radius: 10px;
  padding: 10px;
}
.desire td:nth-child(13) h4{
  color: #326f13;
}


/* category ends------------ */



 .trend{
    height: auto !important;
    /* border: 1px solid red; */
    margin-bottom: 20px;
}
main {
    min-width: 320px;
    max-width: 100%;
    /* padding: 50px 0px; */
    margin: 0 auto;
    background: #fff;
  }
  .deal h2{
    font-size: 30px !important;
    font-weight: bolder !important;
    color: #fff !important;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 73%) !important;
    text-transform: uppercase !important;
    text-align: right;
    position: absolute;
    top: 0%;
    right: 30px;
  }
  .deal span{
    text-transform: uppercase !important;
    color: #011f42;
  }
  .sec {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
  }
  .tabsli{
      height: 350px !important;
      margin-top: 20px;
  }
  .in{
    display: none;
    
  }
  .cad{
      border-radius: 0% !important;
      height: 330px;;
      margin-bottom: 30px;
  }
 
  
  .label {
    display: inline-block;
    margin-bottom: 0px !important;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: right;
    /* color: rgb(88, 88, 88); */
    border: 1px solid transparent;
  }
  
  .label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
  }
  .label:hover {
    color: rgb(9, 214, 146);
    cursor: pointer;
  }
  
  input:checked + .label {
    color: rgb(9, 214, 146);
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
  }
  
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4 {
    display: block;
  }
  a{
     text-decoration: none !important;
  }
.card-title h5{
    /* text-align: ce/nter ; */
    font-size: 16px;
    color: #333;
    text-align: justify;
    margin-top: 20px;
}
.card-title h6{
    /* text-align: center; */
    color: rgb(9, 214, 146);
    font-size: 20px;
}

.img-fluid{
    height: 180px;
    width: 100%;
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
 /* categories end */

.sale{
    background-image: url(image/G305.0.jpg);
    /* height: 30vh; */
    background-size: cover;
    padding: 5%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
}
.now h2{
    font-size: 40px !important;
    font-weight: bolder !important;
    color: #fff !important;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 73%) !important;
    text-transform: uppercase !important;
  }
.now span{
    text-transform: uppercase !important;
    color: rgb(9, 214, 146);
  }
.sale p{
    font-size: 12px;
}

 

/* footer start */
.feed{
    background: #f7f7ff !important;
    padding: 20px !important;
    margin-top: -100px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 0 2px #f4f4f4 !important;
}

.news{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 1 !important;
}
.news h3{
    color: #131d3b !important;
    font-weight: bold !important;
    font-family: sans-serif !important;
    letter-spacing: 1px !important;
    font-size: 30px !important;
}
.email{
    width: 280px !important;
    height: 50px !important;
    border-radius: 0%;
}

.new-btn{
    height: 50px !important;
    width: 50px !important;
    /* background: #ff4f01 !important; */
    box-shadow: none !important;
    margin: 0% !important;
    border-radius: 0;
    border: none !important;
    color: #131d3b !important;
    font-size: 20px !important;
}


.footer{
    background: #011f42 !important;
    height: auto !important;
    padding-top: 50px !important;
    padding-bottom: 25px !important;
    margin-top: 80px !important;

}
.footer h6{
    font-size: 25px !important;
    color: rgb(9, 214, 146) !important;
    position: relative !important;
}


.post{
    padding: 0%;
    margin: 0%;
    display: flex;
    color: #ccc;
    margin-right: 40px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    font-size: 16px;
    justify-content: space-evenly;
}
.post li{
    list-style: none;
    margin: 5px;
    margin-right: 20px;
    font-size: 14px;
    margin-top: 20px;
}
.post li p{
    font-size: 12px;
    color: #96a2b2;
}

.head2 .row{
margin-top: 10px !important;
}
.head h6{
    text-transform: uppercase;
    font-size: 16px !important;
}
.head h6:after{
    content: '' !important;
    background: #fff !important;
    height: 2px !important;
    width: 20% !important;
    top: 130% !important;
    bottom: 0px !important;;   
    border-radius: 20px !important;
    left: 0% !important;
    position: absolute !important;
}

.footer-links
{
  padding-left:0;
  padding-top: 20px !important;
  list-style:none
}

.footer-links li
{
  display:block;
  padding-top: 10px !important;
}
.footer-links a
{
    font-size: 14px;
    color:#ddd !important; 
}

.footer-links a:hover{
    color: rgb(9, 214, 146) !important;
    /* transform: translateY(-5px) !important; */
}

.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:rgb(9, 214, 146);
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block;
}
.site-footer .social-icons
{
  text-align:right;
}
.foot-sub{
    padding-top: 50px !important;
}
.foot-sub a{
    padding: 5px !important;
    display: inline-block !important;
    margin-top: 7px !important;
    margin-left: 3px !important;
    
    border: 1px solid rgb(255 255 255 / 20%) !important;
}
.social-icons{
  margin-top: 10px;
}
.social-icons li{
    /* height: 40px !important; */
    /* text-align: center; */
    margin-top: 20px;
    padding: 8px 12px;
/* line-height: 2.5; */
cursor: pointer;
    background: #ddd;
  /* width: 40px !important; */
  margin: 0% !important;
}
.social-icons a
{
  margin-right:0;
  margin-top: 10px;
  color: #111 !important;

}
.copyright-text
{
  margin:10px;
  font-size: 12px;
  color: #f9f9f9 !important;
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px;
  }
}
@media (max-width:767px)
{
  .head{
    margin-top: 20px;
  }
  .social-icons{
    margin: 20px;
  }
  .last{
    margin-top: 20px;
  }
  
  .site-footer
  {
    padding-bottom:0;
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center;
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none;
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px;
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2 !important;
  font-weight:700;
  font-size:13px
}

.social-icons:hover
{
  /* background-color:/rgb(9, 214, 146); */
  color: rgb(9, 214, 146) !important;
}
.cont{
    display: flex !important;
    color: #ddd;
}
.cont p{
    font-size: 12px;
    margin: 0%;
    margin-top: 10px;
}

.m-card
{
  padding-left:0;
  margin-bottom:0;
  list-style:none;display:flex !important;
  margin-bottom:4px;
  /* float: right; */
  justify-content: flex-start;
}

.m-card li{
   /* float: right; */
   margin-right: 20px;
   font-size: 40px;
}
.m-card a{
    color: #fff;
}
.last{
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding-left: 70px;
    padding-top: 20px;
}

.m-card{
    width:40px;
    height:40px;
    line-height:40px;
    margin-left:6px;
    margin-right:0;
    border-radius:100%;
    color: #131d3b !important;
}
.cont i{
    font-size: 40px;
    margin: 10px;
    color: rgb(9, 214, 146);
    margin-left: 0%;
}

@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}












/* bloge post page start */

/* breadcrumb */
.ab_banner h2{
  color: #131d3b !important;
  font-size: 20px;
  text-shadow: 1px 1px 2px #ccc !important;
  padding: 10px;
  background: #f5f5f5;
  
  text-transform: uppercase;
  }
.breadcrumb{
    background: transparent !important;
    display: flex !important;
    justify-content: flex-end !important;
}
.breadcrumb li{
    font-size: 12px !important;
    /* color: #fff !important; */
    font-size: 16px !important;
}
.bread a{
    color: rgb(9, 214, 146) !important;
    text-decoration: none !important;
    text-transform: capitalize;
}
.bread a:hover{
    color: #333 !important;
}
.breadcrumb-item+.breadcrumb-item::before{
content: "|" !important;
}
/* .breadcrumb end */

.blog_ban{
    background-image: url(image/G305.0.jpg) !important;
    /* height: 100px !important; */
    padding-top: 50px !important;
    background-size: cover !important;
    padding-bottom: 10px !important; display: flex;
    align-items: center;
    /* box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.973) !important; */
  }
  
.blog_ban h2{
    font-size: 40px !important;
    font-weight: bolder !important;
    color: #fff !important;
   
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.733) !important;
    text-transform: uppercase !important;
    /* line-height: 4 !important; */

}
.blog_ban h2 span{
    color: rgb(9, 214, 146) !important;
    text-transform: uppercase !important;
}

  .cards{
  margin-top: 40px !important;
  box-shadow: 0 5px 20px rgb(34 34 34 / 10%) !important;
  border-radius: 0% !important;
  border: none !important;
  }
  .cards ul li{
    list-style: none;
    float: left !important;
    margin: 10px !important;
    padding: 0px !important;
  
  }
  .cards ul{
    margin: 0px !important;
    padding: 10px !important;
  }
  .cards ul li a{
    font-weight: 600 !important;
    color: rgb(9, 214, 146) !important;
    font-size: 17px !important;
    letter-spacing: 1px !important;
  }
  .cards ul li i{
    float: left !important;
    margin: 5px !important;
    margin-right: 10px !important;
  
  }
  .cards ul li span{
    float: left !important;
  }
  .card-body{
  padding-top: 0px !important;
  }
  .blockquote p{
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #444444 !important;
  
  }
  
  
  .blog_right{
  padding-top: 40px !important;
  }
  
  
  /* blog search start */
  
  .b-src{
      border-bottom: 1px solid #f3f3f3 !important;
  }
  .cs_btn i{
      color: rgb(9, 214, 146) !important;
  }
  .find_blog{
    border: 1px solid #f5f5f5 !important;
    padding: 10px !important;
    height: auto !important;
    background-color: #fff !important;
  box-shadow: 0 0 10px #f3f3f3 !important;
  
  }

  .find_blog button{
  border-radius: 0% !important;
  width: 15% !important;
  height: 40px !important;
  background-color: #fbfbfb !important; 
  color: #222 !important;
  font-size: 18px !important;
  /* background: transparent !important; */
  border-left: none !important;
  border-color: #f7f7f7 !important;
  
  }
  
  /* blog search end */
  
  /* catergory blog start */
  
  .category{
  border: 1px solid #f5f5f5;
  padding: 20px;
  height: auto !important;
  background-color: #fff ;
  position: relative ;
  margin-top: 60px ;
  box-shadow: 0 0 10px #f3f3f3 ;
  }
  
  .blog_cat{
  position: relative !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  font-weight: bolder !important;
  letter-spacing: 1px !important;
  margin-left: 20px !important;
  color: #222 !important;
  }
  .blog_cat:before{
  content: '' !important;
  position: absolute !important;
  width: 18px !important;
  height: 2px !important;
  background: rgb(9, 214, 146) !important;
  top: 8px !important;
  left: -25px !important;
  }
  
  
  
  .category ul {
  padding-left: 10px !important;
  
  }
  .category ul li{
  list-style: none !important;
  padding: 10px !important;
  border-bottom: 1px solid #f3f3f3 !important;
  }
  .category ul li p{
  float: left !important;
  width: 90% !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  }
  
  
  /* category blog end */
  
  
  /* popular posts */
  
  
  .pop{
  border: 1px solid #f5f5f5 !important;
  padding: 20px !important;
    background-color: #fff !important;
    height: 475px !important;
  margin-top: 40px !important;
  box-shadow: 0 0 10px #f1f1f1 !important;
  }
  .pop h4 span{
  color: rgb(9, 214, 146) !important;
  text-transform: uppercase !important;
  }
  .b_post {
  height: 80px !important;
  width: 100% !important;
  }
  .b_post{
  float: left !important;
  margin-top: 20px !important;
  }
  .b_post h6{
  font-size: 12px !important;
  color: rgb(9, 214, 146) !important;
  }
  .b_post h5{
  font-size: 16px !important;
  }
  
  
  
  /* blog page end */
  
  

  

	/* CONTACT PAGE */

	.text-color{
		color: rgb(9, 214, 146) !important;
		font-size: 30px !important;
		margin: 10px !important;
	}
	.con h5{
		color: #611515 !important;
		font-size: 25px !important;
		margin: 10px !important;
	}
	.con p{
		/* color: #611515 !important; */
		font-size: 15px !important;
		margin: 10px !important;
		font-weight: lighter !important;
		/* line-height: 1.5 !important; */
		/* letter-spacing: 1.5px !important; */
	}
	.control{
		border-radius: 0% !important;
		margin-top: 10px !important;
		height: 50px !important;
		outline: none !important;
	}
	.form-control:focus{
		box-shadow: none !important;
		border: none !important;
	}
	.te-area{
		border-radius: 0% !important;
		margin-top: 10px !important;
		/* border: none !important; */
		margin-bottom: 10px !important;
		outline: none !important;
	}
	.button{
		padding: 12px 25px !important;
		background: rgb(9, 214, 146) !important;
		width: 100%  !important;
		border: 1px solid #fff !important;
		/* color: #611515 !important; */
	}
	.con-form, .con{
        margin-top: 50px !important;
        text-align: center;
    }
    .map{
        height: 50vh;
    }
    .map iframe{
        height: 100%;
        width: 100%;
    }


    /* Product Display
 * -------------------------------------- */

.product-grid {
    font-family: 'Encode Sans Expanded', sans-serif;
    text-align:center;
    overflow:hidden;
    position:relative;
    z-index:1;
    padding:0 0 72px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(212,210,212,1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(212,210,212,1);
    box-shadow: 0px 0px 9px 0px rgba(212,210,212,1);
    }
    
    .product-grid .product-image {
    position:relative;
    transition:all .3s ease 0;
    }
    
    .product-grid .product-image a {
    display:block;
    }
    
    .product-grid .product-image img {
    width:80%;
    height:200px;
    background-size: 100% 100%;
    }
    
    .product-grid .pic-1 {
    opacity:1;
    transition:all .3s ease-out 0;
    }
    
    .product-grid .pic-2 {
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    transition:all .3s ease-out 0;
    }
    
    .product-grid .social {
    width:150px;
    list-style:none;
    opacity:0;
    transform:translateY(-50%) translateX(-50%);
    position:absolute;
    top:60%;
    left:50%;
    z-index:1;
    transition:all .3s ease 0;
    margin:0;
    padding:0;
    }
    
    .product-grid:hover .social {
    opacity:1;
    top:50%;
    }
    
    .product-grid .social li {
    display:inline-block;
    }
    
    .product-grid .social li a {
    color:#fff;
    background-color:#333;
    font-size:16px;
    line-height:40px;
    text-align:center;
    height:40px;
    width:40px;
    display:block;
    position:relative;
    transition:all .3s ease-in-out;
    margin:0 2px;
    }
    .social li:focus{
      background: rgb(9, 214, 146);
    }
    .product-grid .social li a i 
    {
        margin-top:11px;
        color:rgb(9, 214, 146);
    }
    
    .product-grid .social li a:hover {
    color:#fff;
    background-color:#131d3b;
    }
    
    .product-grid .social li a:after,.product-grid .social li a:before {
    content:attr(data-tip);
    color:#fff;
    background-color:#000;
    font-size:12px;
    letter-spacing:1px;
    line-height:20px;
    white-space:nowrap;
    opacity:0;
    transform:translateX(-50%);
    position:absolute;
    left:50%;
    top:-30px;
    padding:1px 5px;
    }
    
    .product-grid .social li a:after {
    content:'';
    height:15px;
    width:15px;
    border-radius:0;
    transform:translateX(-50%) rotate(45deg);
    top:-20px;
    z-index:-1;
    }
    
    .product-grid .product-discount-label,.product-grid .product-new-label {
    color:#fff;
    background-color:rgb(9, 214, 146);
    font-size:12px;
    text-transform:uppercase;
    display:block;
    position:absolute;
    top:10px;
    left:0;
    padding:2px 7px;
    }
    
    .product-grid .product-discount-label {
    background-color:#333;
    left:auto;
    right:0;
    }
    
    .product-grid .rating {
    color:#FFD200;
    font-size:12px;
    list-style:none;
    position:relative;
    z-index:-1;
    margin:0;
    padding:12px 0 0;
    }
    .rating {
        color:#FFD200;
        font-size:12px;
        list-style:none;
        position:relative;
        z-index:-1;
        margin:0;
        padding:12px 0 0;
        }
    
    .product-grid .rating li.disable {
    color:rgba(0,0,0,.2);
    }
    
    .product-grid .product-content {
    background-color:#fff;
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    bottom:-30px;
    z-index:1;
    transition:all .3s;
    margin:0 auto;
    padding:12px 0;
    }
    
    .product-grid:hover .product-content {
    bottom:0;
    }
    
    .product-grid .title {
    font-size:13px;
    font-weight:400;
    letter-spacing:.5px;
    text-transform:capitalize;
    transition:all .3s ease 0;
    margin:0 0 10px;
    }
    
    .product-grid .title a {
    color:#828282;
    }
    
    .product-grid .title a:hover,.product-grid:hover .title a {
    color:rgb(9, 214, 146);
    }
    
    .product-grid .price {
    color:#333;
    font-size:17px;
    font-family: 'Encode Sans Expanded', sans-serif;
    font-weight:700;
    letter-spacing:.6px;
    margin-bottom:8px;
    text-align:center;
    transition:all .3s;
    }
    
    .product-grid .price span {
    color:#999;
    font-size:13px;
    font-weight:400;
    text-decoration:line-through;
    margin-left:3px;
    display:inline-block;
    }
    
    .product-grid .add-to-cart {
    color:#000;
    font-size:13px;
    font-weight:600;
    }
    
    .product-grid:hover .pic-1,.product-grid:hover .pic-2,.product-grid .social li a:hover:after,.product-grid .social li a:hover:before {
    opacity:1;
    }
    
    
    
    
    
    @media only screen and (max-width:990px){
    .product-grid {
     margin-bottom:0px;
    }
    .pull-right{
      margin-top: 20px !important;
    }
    }
    
    
    
    
    
    
/*     
    .carousel-indicators li
    {
        width:10px;
        height:10px;
        color:#333;
    }
    
    
    
    
    .carousel-caption
    {
        top:35%;
        right:0px;
    }
    
    .carousel-caption h1,p
    {
        color:#333;
        right:0;
    }
     */
    .top_footer
    {
        background:#d1c510;
        line-height:40px;
    }
    
    .tf
    {
        text-align:center;
        font-weight:600;
    }
    
    .gold_rate
    {
        line-height:40px;
        color:#fff;
        font-size:12px;
    }
    
    
    
    /* Mobile View
     * -------------------------------------- */
    
    
    
    @media only screen and (max-width: 600px) 
    {
        
        /* .carousel-caption
    {
        top:15%;
        right:0px;
    }
    
    .carousel-caption h1
    {
        color:#333;
        right:0;
        font-size:16px;
    }
    
    .carousel-caption p
    {
        font-size:12px;
    } */
        

        
        .gold_rate
    {
        display:inline-block;
        line-height:40px;
        float:left;
        color:#fff;
        font-size:12px;
    }
        
        .product-grid 
        {
            margin-top:20px;
        }
        
        
        
    }
    
    /* li.dropdown:last-child {
      right: 0;
      padding-left:7px;
      padding-right:7px;
      left: auto;
      background:rgb(9, 214, 146);
    } */
    
    li.dropdown:last-child .dropdown-menu {
      right: 0;
      left: auto;
    }
    
    li.dropdown:last-child .dropdown-menu li a
    {
        color:#333;
        text-align:left;
    }

    

    
#blogSlider {
    position: relative;
    width: 100%;
    padding: 0%;
    margin-top: 50px;
  }
  #blogSlider h4{
    font-size: 30px !important;
    font-weight: bolder !important;
    color: #fff !important;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 73%) !important;
    text-transform: uppercase !important;
    margin-bottom: 30px;
  }
  #blogSlider h4 span{
    text-transform: uppercase !important;
    color: #011f42;
  }
  #blogSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    /* margin: 0 1%; */
  }
  #blogSlider .MS-content .item {
   
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 23%;
    margin:5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
  box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
  }
  @media (max-width: 991px) {
    #blogSlider .MS-content .item {
      width: 50%;
    }
  }
  @media (max-width: 767px) {
    #blogSlider .MS-content .item {
      width: 50%;
    }
  }
  
  
  .MS-right, .MS-left{
      z-index: 999 !important;
      font-size: 30px !important;
      top: 50% !important;
      margin: 10px;
      color: #111 !important;
  }
 
  #blogSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
  }
  #blogSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
  }
  @media (max-width: 992px) {
    #blogSlider .MS-controls button {
      font-size: 30px;
    }
  }
  @media (max-width: 767px) {
    #blogSlider .MS-controls button {
      font-size: 20px;
    }
  }
  #blogSlider .MS-controls .MS-left {
    left: 0px;
  }
  @media (max-width: 767px) {
    #blogSlider .MS-controls .MS-left {
      left: -10px;
    }
  }
  #blogSlider .MS-controls .MS-right {
    right: 0px;
  }
  @media (max-width: 767px) {
    #blogSlider .MS-controls .MS-right {
      right: -10px;
    }
  }
  

.le-cat{
    border: 1px solid #f5f5f5 !important;
    /* padding: 20px !important; */
      background-color: #fff !important;
      /* height: 475px !important; */
    margin-top: 40px !important;
    box-shadow: 0 0 10px #f1f1f1 !important;
}
.le-cat h2{
color: #131d3b !important;
font-size: 20px;
text-shadow: 1px 1px 2px #ccc !important;
padding: 10px;
background: #f5f5f5;

text-transform: uppercase;
}
.le-cat2 h2{
    color: #131d3b !important;
    font-size: 20px;
    text-shadow: 1px 1px 2px #ccc !important;
    padding: 10px;
    background: #f5f5f5;
    
    text-transform: uppercase;
    }
    .le-cat2 ul{
        margin: 0%;
    }
.le-cat2 li {
    font-size: 12px;
    color: #ccc;
}
.price{
    padding: 20px;
}
.le-cat h4{
    font-size: 16px;
    text-transform: capitalize;
}
.le-cat3{
    height: 300px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.le-cat3:before{
    position: absolute;
    content: '';
    height: 70%;
    z-index: 1;
    width: 250%;
    top: -120%;
    left: -130%;
    transform: rotatez(120deg);
    background: rgba(255, 255, 255, 0.212);
}
.le-cat3:hover:before{
    transition: 0.5s ease-in-out;
    top: 100%;
    left: 100%;
}
.le-cat3 img{
    height: 100%;
    transition: 0.5s;
    width: 100%;
}
.le-cat3 img:hover{
    transform: scale(1.2);
}
.caps{
    position: absolute;
    top: 25%;
    left: 10%;

}
.caps h3{
    color: #fff;
}
.caps h2 {
    color: #fff;
}

  /* range slider */
  .pmd-range-slider .noUi-handle:before,
  .pmd-range-slider.noUi-horizontal .noUi-handle-upper .noUi-tooltip:before, .pmd-range-slider.noUi-horizontal .noUi-handle-lower .noUi-tooltip:before,
  .pmd-range-slider .noUi-tooltip,
  .pmd-range-slider .noUi-connect{
    background:rgb(9, 214, 146) !important;
    color:#131d3b !important
  }
       
  .pmd-range-slider .noUi-pips .noUi-marker-horizontal{
    background: none !important;
  }
  
  .input{
    width:25px;
    border:0px;
    /* border-bottom:1px solid rgb(9, 214, 146); */
  }
  
  /* .price{
      padding: 20px 50px;
  } */
  .gap{
      display: flex;
      /* justify-content: space-between; */
  }
  .gap li{
      list-style: none;
      color: #aaa;
      font-size: 14px;
  }
  #value-min{
      color: #aaa;
  }
  #value-max{
    color: #aaa;
}
.pmd-range-slider.noUi-target{
    margin: 20px 0 4px !important;
}

.color ul{
    display: flex;

}
.le-cat li{
    list-style: none;
    margin: 10px;
    font-size: 13px;
}
  .color ul li{
      height: 30px;
      list-style: none;
      margin: 10px;
      width: 30px;
      cursor: pointer;
      /* border: 1px solid red; */
  }
  .color ul li:hover{
      border: 1px solid #222;
  }
  
  .color ul li:focus{
    border: 1px solid #222;
}
  .color ul li:nth-child(1){
    background: blue;
  }
  .color ul li:nth-child(2){
    background: pink;
  }
  .color ul li:nth-child(3){
    background: yellow;
  }
  .color ul li:nth-child(4){
    background: steelblue;
  }
  .color ul li:nth-child(5){
    background: purple;
  }
  .color ul li:nth-child(6){
    background: #a2a2a2;
  }

.r-side h2{
    color: #131d3b !important;
    font-size: 20px;
    text-shadow: 1px 1px 2px #ccc !important;
    padding: 10px;
    background: #f5f5f5;
    margin: 25px;
    text-transform: uppercase;
}
  .r-side p{
      color: #666 ;
      font-size: 14px;
      padding: 5px 20px;
  }
  .r-cat{
      margin-top: 30px;
  }
  .r-cat1{
      margin-top: 20px;
      display: flex;
      justify-content: flex-end;
  }
  .lis{
      font-size: 14px;
      padding: 10px;
  }
  .lis i{
      color: rgb(9, 214, 146);
  }
  .sele{
      display: flex;
      justify-content: center;
  }

  .sele label{
      width: 40%;
      font-size: 14px;
      margin: 5px;
      text-transform: capitalize;
  }
  .sele select{
      font-size: 14px !important;
      border-radius: 0% !important;
  }
  .page-link{
      background: #131d3b !important;
      margin: 2px;
      border-radius: 0% !important;
      color: #fff; 
      border: none !important;
  }
  .page-link:hover{
    background: rgb(9, 214, 146) !important;
    color: #131d3b; 
  }
  .page-link:focus{
      background: rgb(9, 214, 146) !important;
  }
  



  /* product details page */
.hp h2{
 text-transform: uppercase;
 font-size: 25px;
 letter-spacing: 1px;
}
.hp1 h2{
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 30px;
    letter-spacing: 1px;
   }
  .slideshow-items {
    width: 500px;
  }
  .slideshow-thumbnails {
    width: 100px;
  }
  #slideshow-items-container {
       display: inline-block;
        position: relative; 
        border: 1px solid #f5f5f5;
    }
  
  #lens { background-color: rgba( 233, 233, 233, 0.4 ) }
  #lens, #result { position: absolute; display: none; z-index: 1; }
  .slideshow-items { display: none; }
  .slideshow-items.active { display: block; }
  .slideshow-thumbnails { opacity: 0.5; }
  .slideshow-thumbnails.active { opacity: 1; }
  #lens, .slideshow-items, .slideshow-thumbnails, #result { border: solid var(--light-grey-2) 1px; }

  .light{
      display: flex;
      margin-left: 10px;
      border-bottom: 1px solid #f5f5f5;
  }
 .rew{
     display: flex;
 }
 .rew li{
     list-style: none;
     margin: 10px;
 }
 .de{
     margin: 10px;
     padding: 10px;
 }
 .de li{
     list-style: none;
     width: 300px;
 }
 .de li span{
     font-size: 14px;
     text-transform: capitalize;
     font-weight: 600;
 }
 .de li span:first-child{
     color: #222;
     min-width: 120px !important;
     display: inline-block;
 }
 .de li span:last-child{
    color: #666;
    width: 500px;
    margin-left: 20px;

}
.de1{
    margin: 10px;
    padding: 10px;
}
.de1 li{
    list-style: none;
    width: 300px;
}
.de1 li p{
    font-size: 25px;
    margin: 0%;
    font-weight: 700;
}
.de1 li p span{
    font-size: 18px;
    text-decoration-line: line-through;
}
.de1 li span{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #666;
}
.ran h5{
    font-size: 16px;
    text-transform: capitalize;

}
.ran li{
    list-style: none;
    margin: 10px;
}
.ran1{
    border: none;
    margin: 5px;
}

.shar{
    font-size: 12px;
    display: flex;

}
.shar a{
    color: #fff;
}
.shar li{
    list-style: none;
    margin: 10px 5px;
    padding: 3px 8px;
}
.shar li:nth-child(1){
    background: #4267B2;
}
.shar li:nth-child(2){
    background: #1DA1F2;
}
.shar li:nth-child(3){
    background: #db4a39;
}





/* project tabs */

.tab-menu-link,
.tab-menu-link::before,
.tab-menu-link::after {
padding: 0;
margin: 0;
border: none;
outline: none;
box-sizing: border-box;
list-style: none;
list-style-type: none;
text-decoration: none;

text-rendering: optimizeLegibility;
}

/* body {
font-family: "Rubik", sans-serif;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #252b46;
background: #ffffff;
} */

.tab0 {
max-width: 80rem;
width: 100%;
height: auto;
margin: 0 auto;
padding: 0 2rem;
}

.title {
font-family: inherit;
font-size: 2rem;
font-weight: 600;
line-height: inherit;
color: #252b46;
}

.paragraph {
font-family: inherit;
font-size: 1rem;
font-weight: normal;
line-height: inherit;
color: #9194a1;
}

.main .tab {
width: 100%;
height: auto;
padding: 0rem 0;
border: 1px solid #f7f7f7;
}
.main .tab-menu {
/* display: -webkit-box; */
/* display: flex; */
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
        flex-direction: row;
-webkit-box-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
        align-items: center;
max-width: 100%;
height: auto;
margin: 0 auto;
border-bottom: 1.3px solid #dbdbdb;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.main .tab-menu-link {
position: relative;
overflow: hidden;
font-family: inherit;
font-size: 1rem;
font-weight: 600;
line-height: inherit;
cursor: pointer;
width: calc(100% / 4);
height: auto;
padding: 1rem 0;
border-bottom: 2.5px solid transparent;
color: #9194a1;
background: #ffffff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.main .tab-menu-link::before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: 2;
}
.main .tab-menu-link.active {
bottom: 0px;
z-index: 0;
overflow: hidden;
border-bottom: 3px solid rgb(9, 214, 146);
color: #252b46;
background: #ffffff;
}
.main .tab-bar {
padding:  1rem;
overflow: hidden;
background: #ffffff;
}
.main .tab-bar-content {
display: none;
width: 100%;
min-height: 10rem;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.main .tab-bar-content.active {
display: block;
}
.tab-menu-link:focus{
box-shadow: none !important;
outline: none !important;
}
.ratings {
    color:#FFD200;
    font-size:12px;
    list-style:none;
    margin:0;
    padding:12px 0 0;
    }
    .ratings li{
        margin: 10px 2px;
    }
.texts ul{
margin: 0%;
padding: 0%;
display: flex;
}
.texts li{
    list-style: none;
    text-transform: capitalize;

}
.texts p{
    font-size: 13px;
}
.rat{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px !important;
}
.rat1{
    width: 50px;
}
.rat1 i{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    background: #f7f7f7;
}
.rat2 p{
    margin: 0%;
}
.wri{
    text-transform: capitalize;
}
.wri h3{
    font-size: 20px;
}
.wri label{
    font-size: 13px;
    color: #666;
    text-align: left !important;
    width: 20%;
}
.wri .form-inline{
    margin-top: 10px;
}
.good label{
    font-size: 13px;
    color: #666;
    text-align: center !important;
    width: 150px;
}
.review{
    width: 80% !important;
}
.bad{
    width: 80% !important;
    font-size: 13px;
    color: #666;
}
.bad input{
    margin-top: 10px !important;
}
/* project tab end */




.wish_ban h3{
    margin-top: 100px !important;
  }
  
  .wish{
    float: right !important;
    margin-right: 20px !important;
    /* border: 1px solid red; */
  }
 
  .wish_sub{
    padding: 0px 0 50px 0 !important;
  
  }
  .my-wish{
    margin-top: 50px !important;
    padding: 0 20px 0 20px !important;
  }
  .wish-img{
    overflow: hidden !important;
  }
  .my-wish img{
    height: 180px !important;
    transition: 0.5s;
  }
  .wish-img img:hover{
    transform: scale(1.2) !important;
  }
  .wi-body{
    padding: 10px !important;
  }
  .wi-text a{
    color: rgb(9, 214, 146) !important;
    font-weight: 600 !important;
  }
  .wi-body h4{
    font-size: 15px !important;
    text-align: justify !important;
    margin: 0% !important;
  }
  .wi-text{
    /* text-align: right !important; */
    display: grid !important;
    align-items: center !important;
    justify-content: right !important;
    font-size: 20px !important;
    color: #ff4f01 !important;
    margin-left: -15px !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
  }
  .wish input{
      border-radius: 0%;
  }
  .wi-text:hover{
    color: #14171c !important;
  }
  .car-text a{
    color: #0f162e !important;
    text-decoration: none !important;
  }
  .car-text a:hover{
    color: #ff4f01 !important;
  
  }
  
  /* wishlist page end */
  


  /* cart page */

  .cart_table table{
    width: 100% !important;
    text-align: center;
    /* background: #fff none repeat scroll 0 0; */
    /* border-color: #e5e5e5; */
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100% !important;
  }
  
.cart_table table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
}

.cart_table table th {
    border-top: medium none;
    font-size: 17px;
    font-weight: 600;
    padding: 20px 10px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
}

.cart_table table th,
.cart_table table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.cart_table table td {
    border-top: medium none;
    vertical-align: middle;
    font-size: 13px;
}

.cart_table table td input {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px;
}

.cart_table table td.product-subtotal {
    font-size: 16px;
    font-weight: 600;
    /* width: 120px; */
}

.cart_table table td.product-name a,
.product-stock-status span {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-left: 10px;
    text-transform: capitalize;
}

.product-stock-status span {
    color: rgb(9, 214, 146);
    font-weight: 500;
}

.cart_table table td.product-thumbnail{
    padding: 15px !important;
}
.cart_table table td.product-thumbnail img {
    width: 75px !important;
    height: 60px !important;;
}

.cart_table table td.product-remove a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #333;
}

.cart_table table .product-price .amount {
    font-size: 16px;
    font-weight: 600;
}

.cart_table table td.product-remove i:hover,
.cart_table table td.product-remove a:hover i {
    color: rgb(9, 214, 146);
}
.cart_table td{
    padding: 30px 20px !important;
}
.cart_table table td.product-name a:hover,
.buttons-cart a:hover {
    color: rgb(9, 214, 146);
}




.buttons-cart {
    margin-bottom: 30px;
    overflow: hidden;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
    background: #303030 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 41px;
    margin-right: 15px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: inherit;
}

.wc-proceed-to-checkout {
    clear: both;
    display: block;
}

.buttons-cart input:hover,
.coupon input[type="submit"]:hover,
.buttons-cart a:hover {
    background: rgb(9, 214, 146) none repeat scroll 0 0;
    color: #fff;
}

.buttons-cart a {
    color: #fff;
    float: left;
    height: 40px;
}

.coupon input[type=submit] {}

.cart_totals {
    width: 100%;
}

.cart_totals h2 {
    border-bottom: 2px solid #222;
    display: inline-block;
    font-size: 28px;
    margin: 0 0 35px;
    text-transform: uppercase;
    font-weight: 600;
}

.cart_totals table {
    border: medium none;
    margin: 0;
    text-align: right;
}

.cart_totals table th {
    border: medium none;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px 12px 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
}

.cart_totals table td {
    border: medium none;
    padding: 0 0 12px;
    vertical-align: top;
}

.cart_totals table td .amount {
    color: rgb(9, 214, 146);
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
    text-align: right;
    text-transform: uppercase;
}

.cart_totals table td ul #shipping_method {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.cart_totals table td ul #shipping_method li {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    text-indent: 0;
    width: 100%;
}

.cart_totals table td ul #shipping_method li input {
    margin: 0;
    position: relative;
    top: 2px;
}


a.shipping-calculator-button {
    font-weight: bold;
    color: #6f6f6f;
}

a.shipping-calculator-button:hover {
    color: #83CBDC
}

.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
}

.cart_totals table tr.order-total th {
    font-weight: 700;
}




ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  .log_con-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @media only screen and (max-width: 767px) {
    .fxt-none-767 {
      display: none !important;
    }
  }
  @media only screen and (max-width: 991px) {
    .fxt-none-991 {
      display: none !important;
    }
  }
  /*========================================================================
  3. Template Animation
  =========================================================================*/
  /* .fxt-template-animation {
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  } */
  .fxt-template-animation .fxt-transformY-50 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  .loaded.fxt-template-animation {
    opacity: 1;
  }
  .loaded.fxt-template-animation .fxt-transformY-50 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-1 {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-2 {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-3 {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-4 {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-5 {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-6 {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-7 {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-8 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-9 {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-10 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-11 {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-12 {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-13 {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-14 {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-15 {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-16 {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-17 {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-18 {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-19 {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
  .loaded.fxt-template-animation .fxt-transition-delay-20 {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
  }
  /*========================================================================
  4. Demo Layout One
  =========================================================================*/
  .fxt-template-layout1 .fxt-bg-color {
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 30px 42px;
  }
  .fxt-template-layout1 .fxt-bg-img {
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fxt-template-layout1 .log_con {
    max-width: 450px;
    width: 100%;
  }
  .fxt-template-layout1 .log_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 130px;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout1 .log_head {
      margin-bottom: 100px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout1 .log_head {
      margin-bottom: 70px;
    }
  }
  @media only screen and (max-width: 479px) {
    .fxt-template-layout1 .log_head {
      margin-bottom: 50px;
    }
  }
  @media only screen and (max-width: 320px) {
    .fxt-template-layout1 .log_head {
      display: block;
    }
  }
  .fxt-template-layout1 .log_head   {
    display: block;
    margin-bottom: 30px;
    max-width: 40vw;
    margin-right: 30px;
  }
  .fxt-template-layout1 .log_head .fxt-page-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .fxt-template-layout1 .log_head .fxt-page-switcher .switcher-text1 {
    color: #111111;
    font-size: 18px;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    border-right: 1px solid #9f9f9f;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (max-width: 479px) {
    .fxt-template-layout1 .log_head .fxt-page-switcher .switcher-text1 {
      font-size: 16px;
    }
  }
  .fxt-template-layout1 .log_head .fxt-page-switcher .switcher-text1:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .fxt-template-layout1 .log_head .fxt-page-switcher .switcher-text1:hover {
    color: #000000;
  }
  .fxt-template-layout1 .log_head .fxt-page-switcher .switcher-text1.active {
    color: #ff0000;
  }
  .fxt-template-layout1 .log_form {
    margin-bottom: 40px;
  }
  .fxt-template-layout1 .log_form h2 {
    font-weight: 700;
    margin-bottom: 5px;
  }
  .fxt-template-layout1 .log_form p {
    margin-bottom: 30px;
    font-size: 17px;
  }
  .fxt-template-layout1 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout1 .log_form .form-group i {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fxt-template-layout1 .log_form .form-group [class^="flaticon-"]:before,
  .fxt-template-layout1 .log_form .form-group [class*=" flaticon-"]:before,
  .fxt-template-layout1 .log_form .form-group [class^="flaticon-"]:after,
  .fxt-template-layout1 .log_form .form-group [class*=" flaticon-"]:after {
    margin-left: 0;
    font-size: 17px;
    color: #a1a1a1;
  }
  .fxt-template-layout1 .log_form .form-control {
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 30px 10px 0;
    color: #111111;
  }
  .fxt-template-layout1 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout1 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout1 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout1 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout1 .fxt-btn-fill {
    margin-right: 30px;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #ff0000;
    padding: 10px 36px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout1 .fxt-btn-fill:hover {
    background-color: #da0000;
    border-color: #da0000;
  }
  .fxt-template-layout1 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout1 .switcher-text2 {
    color: #9f9f9f;
    font-size: 15px;
    margin-top: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout1 .switcher-text2:hover {
    color: #666;
  }
  .fxt-template-layout1 .switcher-text2.active {
    color: #666;
  }
  .fxt-template-layout1 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout1 ul.fxt-socials li {
      margin-right: 2px;
    }
  }
  .fxt-template-layout1 ul.fxt-socials li:last-child {
    margin-right: 0;
  }
  .fxt-template-layout1 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout1 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .fxt-template-layout1 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: transparent;
    color: #3b5998;
  }
  .fxt-template-layout1 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee;
  }
  .fxt-template-layout1 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: transparent;
    color: #00acee;
  }
  .fxt-template-layout1 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: #CC3333;
  }
  .fxt-template-layout1 ul.fxt-socials li.fxt-google a:hover {
    background-color: transparent;
    color: #CC3333;
  }
  .fxt-template-layout1 ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
  }
  .fxt-template-layout1 ul.fxt-socials li.fxt-instagram a:hover {
    background-color: transparent;
    color: #3f729b;
  }
  .fxt-template-layout1 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
  }
  .fxt-template-layout1 ul.fxt-socials li.fxt-linkedin a:hover {
    background-color: transparent;
    color: #0077B5;
  }
  .fxt-template-layout1 ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b;
  }
  .fxt-template-layout1 ul.fxt-socials li.fxt-youtube a:hover {
    background-color: transparent;
    color: #c4302b;
  }
  .fxt-template-layout1 ul.fxt-socials li.fxt-pinterest a {
    background-color: #bd081c;
    border-color: #bd081c;
  }
  .fxt-template-layout1 ul.fxt-socials li.fxt-pinterest a:hover {
    background-color: transparent;
    color: #bd081c;
  }
  .fxt-template-layout1 .fxt-footer {
    text-align: center;
  }
  /*========================================================================
  5. Demo Layout Two
  =========================================================================*/
  .fxt-template-layout2 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout2 {
      padding: 15px;
    }
  }
  .fxt-template-layout2 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout2 .fxt-bg-color {
    background-color: #ffffff;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .fxt-template-layout2 .fxt-bg-img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  .fxt-template-layout2 .log_con {
    padding: 100px 65px 70px 80px;
    width: 100%;
    -webkit-box-shadow: 3px 0 79px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 3px 0 79px 0 rgba(0, 0, 0, 0.08);
  }
  @media only screen and (max-width: 1199px) {
    .fxt-template-layout2 .log_con {
      padding: 100px 35px 70px 50px;
    }
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout2 .log_con {
      padding: 100px 70px 70px 70px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout2 .log_con {
      padding: 80px 50px 50px 50px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout2 .log_con {
      padding: 60px 30px 30px 30px;
    }
  }
  @media only screen and (max-width: 479px) {
    .fxt-template-layout2 .log_con {
      padding: 50px 20px 20px 20px;
    }
  }
  .fxt-template-layout2 .log_head {
    text-align: center;
  }
  .fxt-template-layout2   {
    display: block;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
  }
  .fxt-template-layout2 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout2 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111111;
  }
  .fxt-template-layout2 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout2 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout2 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout2 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout2 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #ff0000;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout2 .fxt-btn-fill:hover {
    background-color: #da0000;
    border-color: #da0000;
  }
  .fxt-template-layout2 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout2 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout2 .switcher-text:hover {
    color: #000000;
  }
  .fxt-template-layout2 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout2 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout2 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout2 .fxt-style-line {
    overflow: hidden;
    text-align: center;
  }
  .fxt-template-layout2 .fxt-style-line h2 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout2 .fxt-style-line h2:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout2 .fxt-style-line h2:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout2 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
  }
  .fxt-template-layout2 ul.fxt-socials li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout2 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
  }
  @media only screen and (max-width: 350px) {
    .fxt-template-layout2 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  .fxt-template-layout2 ul.fxt-socials li a {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    height: 45px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout2 ul.fxt-socials li a i {
    border-radius: 2px 0 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
  }
  .fxt-template-layout2 ul.fxt-socials li a span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fxt-template-layout2 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
  }
  .fxt-template-layout2 ul.fxt-socials li.fxt-facebook a i {
    background-color: #4867aa;
  }
  .fxt-template-layout2 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: #5676bb;
  }
  .fxt-template-layout2 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
  }
  .fxt-template-layout2 ul.fxt-socials li.fxt-twitter a i {
    background-color: #33ccff;
  }
  .fxt-template-layout2 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: #3dc5f3;
  }
  .fxt-template-layout2 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
  }
  .fxt-template-layout2 ul.fxt-socials li.fxt-google a i {
    background-color: #db4437;
  }
  .fxt-template-layout2 ul.fxt-socials li.fxt-google a:hover {
    background-color: #e75042;
  }
  .fxt-template-layout2 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout2 .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout2 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout2 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout2 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout2 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout2 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #ff0000;
    border-color: #ff0000;
  }
  .fxt-template-layout2 .fxt-footer {
    text-align: center;
  }
  /*========================================================================
  6. Demo Layout Three
  =========================================================================*/
  .fxt-template-layout3 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 15px;
  }
  .fxt-template-layout3:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(4, 4, 14, 0.4);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
  }
  .fxt-template-layout3 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout3 .fxt-bg-color {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .fxt-template-layout3 .fxt-bg-img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  .fxt-template-layout3 .log_con {
    padding: 65px 90px 45px;
    width: 100%;
    background-color: #fff;
  }
  @media only screen and (max-width: 1199px) {
    .fxt-template-layout3 .log_con {
      padding: 65px 70px 45px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout3 .log_con {
      padding: 50px 30px 30px;
    }
  }
  .fxt-template-layout3 .log_head {
    padding: 30px 30px 30px 0;
  }
  .fxt-template-layout3 .log_head   {
    display: block;
    margin-bottom: 50px;
    max-width: 40vw;
  }
  .fxt-template-layout3 .log_head h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .fxt-template-layout3 .log_head p {
    color: #fff;
  }
  .fxt-template-layout3 .log_form h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .fxt-template-layout3 .log_form p {
    font-size: 18px;
    color: #111111;
    text-align: center;
  }
  .fxt-template-layout3 .log_form form {
    margin-top: 40px;
  }
  .fxt-template-layout3 .log_form form .input-label {
    color: #979696;
  }
  .fxt-template-layout3 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout3 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 18px;
    padding: 0 5px;
    color: #c5c5c5;
    font-size: 14px;
  }
  .fxt-template-layout3 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout3 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111111;
  }
  .fxt-template-layout3 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout3 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout3 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout3 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout3 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #5a8dee;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout3 .fxt-btn-fill:hover {
    background-color: #4b7cda;
    border-color: #4b7cda;
  }
  .fxt-template-layout3 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout3 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout3 .switcher-text:hover {
    color: #000000;
  }
  .fxt-template-layout3 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout3 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout3 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout3 .fxt-style-line {
    overflow: hidden;
    text-align: center;
  }
  .fxt-template-layout3 .fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout3 .fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout3 .fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout3 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
  }
  .fxt-template-layout3 ul.fxt-socials li {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout3 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  .fxt-template-layout3 ul.fxt-socials li a {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 45px;
    width: 100%;
    color: #ffffff;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout3 ul.fxt-socials li a:before {
    content: "";
    width: 0;
    right: 0;
    left: inherit;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout3 ul.fxt-socials li a:hover:before {
    width: 100%;
    left: 0;
    right: inherit;
  }
  .fxt-template-layout3 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
  }
  .fxt-template-layout3 ul.fxt-socials li.fxt-facebook a:before {
    background-color: #5676bb;
  }
  .fxt-template-layout3 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
  }
  .fxt-template-layout3 ul.fxt-socials li.fxt-twitter a:before {
    background-color: #3dc5f3;
  }
  .fxt-template-layout3 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
  }
  .fxt-template-layout3 ul.fxt-socials li.fxt-google a:before {
    background-color: #e75042;
  }
  .fxt-template-layout3 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
  }
  .fxt-template-layout3 ul.fxt-socials li.fxt-linkedin a:before {
    background-color: #006da6;
  }
  .fxt-template-layout3 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout3 .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout3 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout3 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout3 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout3 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout3 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #5a8dee;
    border-color: #5a8dee;
  }
  .fxt-template-layout3 .fxt-footer {
    text-align: center;
  }
  /*========================================================================
  7. Demo Layout Four
  =========================================================================*/
  .fxt-template-layout4 {
    min-height: 100vh;
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout4:before {
    position: absolute;
    z-index: 0;
    background-color: #01cc66;
    content: "";
    min-height: 100%;
    width: 35vw;
    top: 0;
    left: 0;
  }
  .fxt-template-layout4 .fxt-bg-wrap {
    padding: 8vh 0 8vh 16vw;
    min-height: 100vh;
  }
  @media only screen and (max-width: 1199px) {
    .fxt-template-layout4 .fxt-bg-wrap {
      padding: 8vh 0 8vh 10vw;
    }
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout4 .fxt-bg-wrap {
      padding: 6vh 0 6vh 6vw;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout4 .fxt-bg-wrap {
      padding: 5vh 4vw;
    }
  }
  .fxt-template-layout4 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout4 .fxt-bg-color {
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 45px;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout4 .fxt-bg-color {
      padding: 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout4 .fxt-bg-color {
      min-height: 100%;
      padding: 20px 30px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  .fxt-template-layout4 .fxt-bg-img {
    padding: 40px 50px;
    min-height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout4 .fxt-bg-img {
      padding: 30px 20px;
    }
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout4 .fxt-bg-img {
      padding: 30px;
    }
  }
  .fxt-template-layout4 .fxt-bg-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(2, 2, 3, 0.6);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
  }
  .fxt-template-layout4 .fxt-bg-img:after {
    content: "";
    right: 0;
    top: 20%;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 15px solid transparent;
  }
  .fxt-template-layout4 .log_head {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-content: center;
    text-align: center;
  }
  .fxt-template-layout4 .log_head   {
    display: block;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
  }
  .fxt-template-layout4 .log_head h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout4 .log_head h1 {
      font-size: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout4 .log_head h1 {
      font-size: 28px;
    }
  }
  .fxt-template-layout4 .log_head p {
    color: #fff;
  }
  .fxt-template-layout4 .log_con {
    padding: 30px;
    max-width: 460px;
    width: 100%;
  }
  @media only screen and (max-width: 1199px) {
    .fxt-template-layout4 .log_con {
      padding: 0;
    }
  }
  .fxt-template-layout4 .log_form {
    margin-top: 30px;
  }
  .fxt-template-layout4 .log_form h2 {
    font-weight: 700;
    margin-bottom: 5px;
  }
  .fxt-template-layout4 .log_form p {
    margin-bottom: 30px;
    font-size: 17px;
  }
  .fxt-template-layout4 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout4 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 18px;
    padding: 0 5px;
    color: #c5c5c5;
    font-size: 14px;
  }
  .fxt-template-layout4 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout4 .log_form .form-control {
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 30px 10px 0;
    color: #111;
  }
  .fxt-template-layout4 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout4 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout4 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout4 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout4 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #01cc66;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout4 .fxt-btn-fill:hover {
    background-color: #01b058;
    border-color: #01b058;
  }
  .fxt-template-layout4 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout4 ul.fxt-socials {
    text-align: center;
  }
  .fxt-template-layout4 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout4 ul.fxt-socials li {
      margin-right: 2px;
    }
  }
  .fxt-template-layout4 ul.fxt-socials li:last-child {
    margin-right: 0;
  }
  .fxt-template-layout4 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout4 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .fxt-template-layout4 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: transparent;
    color: #3b5998;
  }
  .fxt-template-layout4 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee;
  }
  .fxt-template-layout4 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: transparent;
    color: #00acee;
  }
  .fxt-template-layout4 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: #CC3333;
  }
  .fxt-template-layout4 ul.fxt-socials li.fxt-google a:hover {
    background-color: transparent;
    color: #CC3333;
  }
  .fxt-template-layout4 ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
  }
  .fxt-template-layout4 ul.fxt-socials li.fxt-instagram a:hover {
    background-color: transparent;
    color: #3f729b;
  }
  .fxt-template-layout4 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
  }
  .fxt-template-layout4 ul.fxt-socials li.fxt-linkedin a:hover {
    background-color: transparent;
    color: #0077B5;
  }
  .fxt-template-layout4 ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b;
  }
  .fxt-template-layout4 ul.fxt-socials li.fxt-youtube a:hover {
    background-color: transparent;
    color: #c4302b;
  }
  .fxt-template-layout4 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout4 .switcher-text:hover {
    color: #000000;
  }
  .fxt-template-layout4 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout4 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout4 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout4 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout4 .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout4 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout4 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout4 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout4 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout4 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #01cc66;
    border-color: #01cc66;
  }
  .fxt-template-layout4 .fxt-footer {
    text-align: center;
  }
  /*========================================================================
  8. Demo Layout Five
  =========================================================================*/
  .fxt-template-layout5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fxt-template-layout5 .fxt-intro {
    max-width: 500px;
    width: 100%;
    padding: 30px;
  }
  .fxt-template-layout5 .fxt-intro .sub-title {
    font-weight: 300;
    font-size: 40px;
    color: #fff;
    line-height: 1.5;
  }
  @media only screen and (max-width: 1199px) {
    .fxt-template-layout5 .fxt-intro .sub-title {
      font-size: 30px;
    }
  }
  .fxt-template-layout5 .fxt-intro h1 {
    font-size: 88px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
  }
  @media only screen and (max-width: 1199px) {
    .fxt-template-layout5 .fxt-intro h1 {
      font-size: 60px;
    }
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout5 .fxt-intro h1 {
      font-size: 50px;
    }
  }
  .fxt-template-layout5 .fxt-intro p {
    color: #fff;
  }
  .fxt-template-layout5 .log_con-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fxt-template-layout5 .fxt-bg-color {
    position: relative;
    max-width: 530px;
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px;
  }
  .fxt-template-layout5 .fxt-bg-img {
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fxt-template-layout5 .log_head {
    text-align: center;
  }
  .fxt-template-layout5 .log_form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 40px;
  }
  .fxt-template-layout5 .log_form h2 {
    font-weight: 700;
    margin-bottom: 5px;
  }
  .fxt-template-layout5 .log_form p {
    margin-bottom: 30px;
    font-size: 17px;
  }
  .fxt-template-layout5 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout5 .log_form .form-group i {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fxt-template-layout5 .log_form .form-group [class^="flaticon-"]:before,
  .fxt-template-layout5 .log_form .form-group [class*=" flaticon-"]:before,
  .fxt-template-layout5 .log_form .form-group [class^="flaticon-"]:after,
  .fxt-template-layout5 .log_form .form-group [class*=" flaticon-"]:after {
    margin-left: 0;
    font-size: 17px;
    color: #a1a1a1;
  }
  .fxt-template-layout5 .log_form .form-control {
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 10px 10px 30px;
    color: #111111;
  }
  .fxt-template-layout5 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout5 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout5 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout5 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout5   {
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout5   {
      margin-top: 30px;
    }
  }
  .fxt-template-layout5 .fxt-page-switcher {
    position: absolute;
    left: -97px;
    top: 100px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout5 .fxt-page-switcher {
      position: inherit;
      left: inherit;
      top: inherit;
      -webkit-box-orient: inherit;
      -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
      flex-direction: inherit;
      margin-top: 30px;
      margin-bottom: 30px;
    }
  }
  .fxt-template-layout5 .fxt-page-switcher .switcher-text {
    color: #fff;
    font-size: 18px;
    padding: 10px 30px 10px 20px;
    border-radius: 45px 0 0 45px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout5 .fxt-page-switcher .switcher-text.active {
    color: #000;
    background-color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text1,
    .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text2 {
      background-color: #eaeaea;
      color: #000;
      padding: 6px 30px 6px 20px;
      font-size: 16px;
    }
    .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text1.active,
    .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text2.active {
      color: #0e9d88;
      background-color: #e4e4e4;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text1 {
      border-radius: 45px 0 0 45px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text2 {
      border-radius: 0 45px 45px 0;
    }
  }
  .fxt-template-layout5 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 45px;
    background-color: #10b099;
    padding: 10px 36px;
    margin-bottom: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout5 .fxt-btn-fill:hover {
    background-color: #0e9d88;
    border-color: #0e9d88;
  }
  .fxt-template-layout5 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout5 .switcher-text3 {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 0;
    color: #9f9f9f;
    font-size: 15px;
    margin-top: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout5 .switcher-text3:last-child {
    margin-right: 0;
  }
  .fxt-template-layout5 .switcher-text3:hover {
    color: #666;
  }
  .fxt-template-layout5 .switcher-text3.active {
    color: #666;
  }
  .fxt-template-layout5 ul.fxt-socials {
    text-align: center;
    margin-bottom: 30px;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout5 ul.fxt-socials {
      margin-bottom: 10px;
    }
  }
  .fxt-template-layout5 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 5px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout5 ul.fxt-socials li {
      margin-right: 2px;
    }
  }
  .fxt-template-layout5 ul.fxt-socials li:last-child {
    margin-right: 0;
  }
  .fxt-template-layout5 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout5 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .fxt-template-layout5 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: transparent;
    color: #3b5998;
  }
  .fxt-template-layout5 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee;
  }
  .fxt-template-layout5 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: transparent;
    color: #00acee;
  }
  .fxt-template-layout5 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: #CC3333;
  }
  .fxt-template-layout5 ul.fxt-socials li.fxt-google a:hover {
    background-color: transparent;
    color: #CC3333;
  }
  .fxt-template-layout5 ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
  }
  .fxt-template-layout5 ul.fxt-socials li.fxt-instagram a:hover {
    background-color: transparent;
    color: #3f729b;
  }
  .fxt-template-layout5 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
  }
  .fxt-template-layout5 ul.fxt-socials li.fxt-linkedin a:hover {
    background-color: transparent;
    color: #0077B5;
  }
  .fxt-template-layout5 ul.fxt-socials li.fxt-pinterest a {
    background-color: #bd081c;
    border-color: #bd081c;
  }
  .fxt-template-layout5 ul.fxt-socials li.fxt-pinterest a:hover {
    background-color: transparent;
    color: #bd081c;
  }
  .fxt-template-layout5 .checkbox {
    padding-left: 5px;
    margin-bottom: 10px;
  }
  .fxt-template-layout5 .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout5 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout5 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout5 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout5 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout5 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #0e9d88;
    border-color: #0e9d88;
  }
  .fxt-template-layout5 .fxt-footer {
    text-align: center;
  }
  /*========================================================================
  9. Demo Layout Six
  =========================================================================*/
  .fxt-template-layout6 {
    padding: 15px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .fxt-template-layout6:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  .fxt-template-layout6 .log_con-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fxt-template-layout6 .log_con {
    max-width: 660px;
    width: 100%;
    background-color: #fff;
    padding: 90px 80px 70px;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout6 .log_con {
      padding: 90px 70px 70px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout6 .log_con {
      padding: 70px 50px 50px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout6 .log_con {
      padding: 50px 30px 30px;
    }
  }
  .fxt-template-layout6 .log_head {
    background-color: transparent;
    margin-bottom: 30px;
  }
  .fxt-template-layout6 .log_head   {
    display: block;
    max-width: 40vw;
  }
  .fxt-template-layout6 .log_form {
    margin-bottom: 40px;
  }
  .fxt-template-layout6 .log_form h2 {
    font-weight: 700;
    margin-bottom: 30px;
  }
  .fxt-template-layout6 .log_form p {
    margin-bottom: 30px;
    font-size: 17px;
  }
  .fxt-template-layout6 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout6 .log_form .form-group i {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fxt-template-layout6 .log_form .form-group [class^="flaticon-"]:before,
  .fxt-template-layout6 .log_form .form-group [class*=" flaticon-"]:before,
  .fxt-template-layout6 .log_form .form-group [class^="flaticon-"]:after,
  .fxt-template-layout6 .log_form .form-group [class*=" flaticon-"]:after {
    margin-left: 0;
    font-size: 17px;
    color: #a1a1a1;
  }
  .fxt-template-layout6 .log_form .form-control {
    background-color: #f6f6f6;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 10px 30px;
    color: #111111;
  }
  .fxt-template-layout6 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout6 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout6 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout6 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout6 .fxt-btn-fill {
    margin-right: 30px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #ff5e13;
    padding: 10px 36px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout6 .fxt-btn-fill:hover {
    background-color: #f0530b;
    border-color: #f0530b;
  }
  .fxt-template-layout6 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout6 .switcher-text {
    color: #9f9f9f;
    font-size: 15px;
    margin-bottom: 7px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout6 .switcher-text:hover {
    color: #666;
  }
  .fxt-template-layout6 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout6 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout6 .switcher-text2:hover {
    color: #000;
  }
  .fxt-template-layout6 ul.fxt-socials {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .fxt-template-layout6 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout6 ul.fxt-socials li {
      margin-right: 2px;
    }
  }
  .fxt-template-layout6 ul.fxt-socials li:last-child {
    margin-right: 0;
  }
  .fxt-template-layout6 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout6 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .fxt-template-layout6 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: transparent;
    color: #3b5998;
  }
  .fxt-template-layout6 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee;
  }
  .fxt-template-layout6 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: transparent;
    color: #00acee;
  }
  .fxt-template-layout6 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: #CC3333;
  }
  .fxt-template-layout6 ul.fxt-socials li.fxt-google a:hover {
    background-color: transparent;
    color: #CC3333;
  }
  .fxt-template-layout6 ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
  }
  .fxt-template-layout6 ul.fxt-socials li.fxt-instagram a:hover {
    background-color: transparent;
    color: #3f729b;
  }
  .fxt-template-layout6 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
  }
  .fxt-template-layout6 ul.fxt-socials li.fxt-linkedin a:hover {
    background-color: transparent;
    color: #0077B5;
  }
  .fxt-template-layout6 ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b;
  }
  .fxt-template-layout6 ul.fxt-socials li.fxt-youtube a:hover {
    background-color: transparent;
    color: #c4302b;
  }
  .fxt-template-layout6 .fxt-footer {
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fxt-template-layout6 .fxt-footer p {
    color: #747474;
  }
  /*========================================================================
  10. Demo Layout Seven
  =========================================================================*/
  .fxt-template-layout7 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 15px;
  }
  .fxt-template-layout7 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout7 .fxt-bg-color {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
  }
  .fxt-template-layout7 .fxt-bg-img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  .fxt-template-layout7 .log_con {
    padding: 65px 90px 45px;
    width: 100%;
    background-color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout7 .log_con {
      padding: 65px 30px 45px;
    }
  }
  .fxt-template-layout7 .log_head {
    text-align: center;
    margin-bottom: 50px;
  }
  .fxt-template-layout7 .log_head   {
    display: block;
    margin-bottom: 7px;
  }
  .fxt-template-layout7 .log_head h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .fxt-template-layout7 .log_head p {
    color: #999898;
  }
  .fxt-template-layout7 .log_form h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .fxt-template-layout7 .log_form p {
    font-size: 18px;
    color: #111111;
    text-align: center;
  }
  .fxt-template-layout7 .log_form form .input-label {
    color: #979696;
  }
  .fxt-template-layout7 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout7 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #a1a1a1;
  }
  .fxt-template-layout7 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout7 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111;
  }
  .fxt-template-layout7 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout7 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout7 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout7 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout7 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #2e4bf1;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout7 .fxt-btn-fill:hover {
    background-color: #4b7cda;
    border-color: #4b7cda;
  }
  .fxt-template-layout7 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout7 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout7 .switcher-text:hover {
    color: #000000;
  }
  .fxt-template-layout7 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout7 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout7 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout7 .fxt-style-line {
    overflow: hidden;
    text-align: center;
  }
  .fxt-template-layout7 .fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout7 .fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout7 .fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout7 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
  }
  .fxt-template-layout7 ul.fxt-socials li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout7 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
  }
  @media only screen and (max-width: 350px) {
    .fxt-template-layout7 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  .fxt-template-layout7 ul.fxt-socials li a {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    height: 45px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout7 ul.fxt-socials li a i {
    border-radius: 2px 0 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
  }
  .fxt-template-layout7 ul.fxt-socials li a span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fxt-template-layout7 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
  }
  .fxt-template-layout7 ul.fxt-socials li.fxt-facebook a i {
    background-color: #4867aa;
  }
  .fxt-template-layout7 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: #5676bb;
  }
  .fxt-template-layout7 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
  }
  .fxt-template-layout7 ul.fxt-socials li.fxt-twitter a i {
    background-color: #33ccff;
  }
  .fxt-template-layout7 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: #3dc5f3;
  }
  .fxt-template-layout7 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
  }
  .fxt-template-layout7 ul.fxt-socials li.fxt-google a i {
    background-color: #db4437;
  }
  .fxt-template-layout7 ul.fxt-socials li.fxt-google a:hover {
    background-color: #e75042;
  }
  .fxt-template-layout7 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout7 .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout7 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout7 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout7 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout7 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout7 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #2e4bf1;
    border-color: #2e4bf1;
  }
  .fxt-template-layout7 .fxt-footer {
    text-align: center;
  }
  .fxt-template-layout7 .fxt-footer p {
    color: #999898;
  }
  /*========================================================================
  11. Demo Layout Eight
  =========================================================================*/
  .fxt-template-layout8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    z-index: 1;
    padding: 50px 15px 20px;
  }
  .fxt-template-layout8:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  .fxt-template-layout8 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout8 .log_con {
    max-width: 460px;
    width: 100%;
  }
  .fxt-template-layout8 .log_head {
    text-align: center;
    margin-bottom: 50px;
  }
  .fxt-template-layout8   {
    display: block;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout8   {
      margin-bottom: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout8   {
      margin-bottom: 60px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout8   {
      margin-bottom: 40px;
    }
  }
  .fxt-template-layout8 .log_form p {
    font-size: 20px;
    color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout8 .log_form p {
      text-align: center;
    }
  }
  .fxt-template-layout8 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout8 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #bebebe;
  }
  .fxt-template-layout8 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout8 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #8385bf;
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
  }
  .fxt-template-layout8 .log_form input::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout8 .log_form input::-moz-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout8 .log_form input:-moz-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout8 .log_form input:-ms-input-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout8 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #1fbe66;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout8 .fxt-btn-fill:hover {
    background-color: #17a156;
    border-color: #17a156;
  }
  .fxt-template-layout8 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout8 .switcher-text {
    color: #d4d4d4;
    margin-bottom: 5px;
    text-decoration: underline;
    font-size: 15px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout8 .switcher-text:hover {
    color: #e6e6e6;
  }
  .fxt-template-layout8 .switcher-text2 {
    color: #d4d4d4;
    text-decoration: underline;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout8 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout8 .switcher-text2:hover {
    color: #e6e6e6;
  }
  .fxt-template-layout8 .fxt-style-line {
    overflow: hidden;
    text-align: center;
  }
  .fxt-template-layout8 .fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout8 .fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #a4a4a4;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout8 .fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #a4a4a4;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout8 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
  }
  .fxt-template-layout8 ul.fxt-socials li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout8 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
  }
  @media only screen and (max-width: 350px) {
    .fxt-template-layout8 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  .fxt-template-layout8 ul.fxt-socials li a {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    height: 45px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout8 ul.fxt-socials li a i {
    border-radius: 2px 0 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
  }
  .fxt-template-layout8 ul.fxt-socials li a span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fxt-template-layout8 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
  }
  .fxt-template-layout8 ul.fxt-socials li.fxt-facebook a i {
    background-color: #4867aa;
  }
  .fxt-template-layout8 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: #5676bb;
  }
  .fxt-template-layout8 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
  }
  .fxt-template-layout8 ul.fxt-socials li.fxt-twitter a i {
    background-color: #33ccff;
  }
  .fxt-template-layout8 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: #3dc5f3;
  }
  .fxt-template-layout8 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
  }
  .fxt-template-layout8 ul.fxt-socials li.fxt-google a i {
    background-color: #db4437;
  }
  .fxt-template-layout8 ul.fxt-socials li.fxt-google a:hover {
    background-color: #e75042;
  }
  .fxt-template-layout8 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout8 .checkbox label {
    padding-left: 20px;
    color: #b9b9b9;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout8 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 2px;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout8 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout8 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout8 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout8 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #1fbe66;
    border-color: #1fbe66;
  }
  .fxt-template-layout8 .fxt-footer {
    text-align: center;
  }
  .fxt-template-layout8 .fxt-footer p {
    color: #b6b6b6;
  }
  /*========================================================================
  12. Demo Layout Nine
  =========================================================================*/
  .fxt-template-layout9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    z-index: 1;
    padding: 50px 0 20px;
  }
  .fxt-template-layout9:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  .fxt-template-layout9 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout9 .log_con {
    padding-top: 40px;
    padding-bottom: 15px;
    padding-left: 70px;
    margin-left: 40px;
    border-left: 2px solid rgba(111, 117, 182, 0.5);
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout9 .log_con {
      padding-left: 0;
      margin-left: 0;
      margin-top: 40px;
      border-left: 0;
      padding-bottom: 0;
      border-top: 2px solid rgba(111, 117, 182, 0.5);
    }
  }
  .fxt-template-layout9 .log_con h2 {
    font-size: 20px;
    color: #fff;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout9 .log_con h2 {
      text-align: center;
    }
  }
  .fxt-template-layout9 .log_head {
    text-align: center;
  }
  .fxt-template-layout9   {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
  }
  .fxt-template-layout9 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout9 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #bebebe;
  }
  .fxt-template-layout9 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout9 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #8385bf;
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
  }
  .fxt-template-layout9 .log_form input::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout9 .log_form input::-moz-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout9 .log_form input:-moz-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout9 .log_form input:-ms-input-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout9 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #ffbd3f;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout9 .fxt-btn-fill:hover {
    background-color: #db9e2d;
    border-color: #db9e2d;
  }
  .fxt-template-layout9 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout9 .switcher-text {
    color: #d4d4d4;
    margin-bottom: 5px;
    text-decoration: underline;
    font-size: 15px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout9 .switcher-text:hover {
    color: #e6e6e6;
  }
  .fxt-template-layout9 .switcher-text2 {
    color: #d4d4d4;
    text-decoration: underline;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout9 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout9 .switcher-text2:hover {
    color: #e6e6e6;
  }
  .fxt-template-layout9 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout9 .checkbox label {
    padding-left: 20px;
    color: #b9b9b9;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout9 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 2px;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout9 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout9 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout9 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout9 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #ffbd3f;
    border-color: #ffbd3f;
  }
  .fxt-template-layout9 .fxt-footer {
    text-align: center;
  }
  .fxt-template-layout9 .fxt-footer p {
    color: #b6b6b6;
  }
  /*========================================================================
  13. Demo Layout Ten
  =========================================================================*/
  .fxt-template-layout10 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout10 .fxt-bg-color {
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 30px;
  }
  .fxt-template-layout10 .fxt-bg-img {
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 15px;
  }
  .fxt-template-layout10 .log_con {
    max-width: 450px;
    width: 100%;
  }
  .fxt-template-layout10 .log_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 480px;
    width: 100%;
    text-align: center;
  }
  .fxt-template-layout10 .log_head   {
    display: block;
    margin-bottom: 30px;
    max-width: 40vw;
  }
  .fxt-template-layout10 .log_head h1 {
    color: #fff;
  }
  .fxt-template-layout10 .log_head p {
    color: #fff;
  }
  .fxt-template-layout10 .log_form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 40px;
  }
  .fxt-template-layout10 .log_form h2 {
    font-weight: 500;
    margin-bottom: 80px;
    font-size: 24px;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout10 .log_form h2 {
      font-size: 22px;
      margin-bottom: 60px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout10 .log_form h2 {
      font-size: 20px;
      margin-bottom: 40px;
    }
  }
  .fxt-template-layout10 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout10 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 50%;
    color: #9f9f9f;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fxt-template-layout10 .log_form .form-group .field-icon:before {
    padding: 12px 0 12px 10px;
  }
  .fxt-template-layout10 .log_form .form-control {
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 30px 10px 0;
    color: #111;
  }
  .fxt-template-layout10 .log_form input::-webkit-input-placeholder {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout10 .log_form input::-webkit-input-placeholder {
      font-size: 17px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout10 .log_form input::-webkit-input-placeholder {
      font-size: 16px;
    }
  }
  .fxt-template-layout10 .log_form input::-moz-placeholder {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout10 .log_form input::-moz-placeholder {
      font-size: 17px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout10 .log_form input::-moz-placeholder {
      font-size: 16px;
    }
  }
  .fxt-template-layout10 .log_form input:-moz-placeholder {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout10 .log_form input:-moz-placeholder {
      font-size: 17px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout10 .log_form input:-moz-placeholder {
      font-size: 16px;
    }
  }
  .fxt-template-layout10 .log_form input:-ms-input-placeholder {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout10 .log_form input:-ms-input-placeholder {
      font-size: 17px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout10 .log_form input:-ms-input-placeholder {
      font-size: 16px;
    }
  }
  .fxt-template-layout10 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #ffbd3f;
    padding: 10px 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout10 .fxt-btn-fill:hover {
    background-color: #eba627;
  }
  .fxt-template-layout10 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout10 .fxt-btn-ghost {
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
    background-color: transparent;
    padding: 10px 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout10 .fxt-btn-ghost:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ffbd3f;
  }
  .fxt-template-layout10 .fxt-btn-ghost:focus {
    outline: none;
  }
  .fxt-template-layout10 .switcher-text2 {
    color: #9f9f9f;
    font-size: 15px;
    margin-top: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout10 .switcher-text2:last-child {
    margin-right: 0;
  }
  .fxt-template-layout10 .switcher-text2:hover {
    color: #666;
  }
  .fxt-template-layout10 .switcher-text2.active {
    color: #666;
  }
  .fxt-template-layout10 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
  }
  .fxt-template-layout10 .checkbox label {
    padding-left: 20px;
    color: #9f9f9f;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout10 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 2px;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout10 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout10 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout10 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout10 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #ffbd3f;
    border-color: #ffbd3f;
  }
  .fxt-template-layout10 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 5px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout10 ul.fxt-socials li {
      margin-right: 2px;
    }
  }
  .fxt-template-layout10 ul.fxt-socials li:last-child {
    margin-right: 0;
  }
  .fxt-template-layout10 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid;
    border-color: #dadada;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout10 ul.fxt-socials li.fxt-facebook a {
    color: #3b5998;
  }
  .fxt-template-layout10 ul.fxt-socials li.fxt-facebook a:hover {
    border-color: #3b5998;
    background-color: #3b5998;
    color: #fff;
  }
  .fxt-template-layout10 ul.fxt-socials li.fxt-twitter a {
    color: #00acee;
  }
  .fxt-template-layout10 ul.fxt-socials li.fxt-twitter a:hover {
    border-color: #00acee;
    background-color: #00acee;
    color: #fff;
  }
  .fxt-template-layout10 ul.fxt-socials li.fxt-google a {
    color: #CC3333;
  }
  .fxt-template-layout10 ul.fxt-socials li.fxt-google a:hover {
    border-color: #CC3333;
    background-color: #CC3333;
    color: #fff;
  }
  .fxt-template-layout10 ul.fxt-socials li.fxt-instagram a {
    color: #3f729b;
  }
  .fxt-template-layout10 ul.fxt-socials li.fxt-instagram a:hover {
    border-color: #3f729b;
    background-color: #3f729b;
    color: #fff;
  }
  .fxt-template-layout10 ul.fxt-socials li.fxt-linkedin a {
    color: #0077B5;
  }
  .fxt-template-layout10 ul.fxt-socials li.fxt-linkedin a:hover {
    border-color: #0077B5;
    background-color: #0077B5;
    color: #fff;
  }
  .fxt-template-layout10 ul.fxt-socials li.fxt-youtube a {
    color: #c4302b;
  }
  .fxt-template-layout10 ul.fxt-socials li.fxt-youtube a:hover {
    border-color: #c4302b;
    background-color: #c4302b;
    color: #fff;
  }
  .fxt-template-layout10 ul.fxt-socials li.fxt-pinterest a {
    color: #bd081c;
  }
  .fxt-template-layout10 ul.fxt-socials li.fxt-pinterest a:hover {
    border-color: #bd081c;
    background-color: #bd081c;
    color: #fff;
  }
  .fxt-template-layout10 .fxt-footer {
    margin-top: 50px;
    text-align: center;
  }
  /*========================================================================
  14. Demo Layout Eleven
  =========================================================================*/
  .log_page {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 15px;
  }
  .log_page .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .log_page .fxt-bg-color {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
  }
  .log_page .fxt-bg-img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  .log_page .log_con {
    padding: 65px 90px 45px;
    width: 100%;
    background-color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .log_page .log_con {
      padding: 65px 30px 45px;
    }
  }
  .log_page .log_head {
    text-align: center;
    margin-bottom: 50px;
  }
  .log_page .log_head   {
    display: block;
    margin-bottom: 7px;
  }
  .log_page .log_head h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .log_page .log_head p {
    color: #999898;
  }
  .log_page .log_form h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .log_page .log_form p {
    font-size: 18px;
    color: #111111;
    text-align: center;
  }
  .log_page .log_form form .input-label {
    color: #979696;
  }
  .log_page .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .log_page .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #a1a1a1;
  }
  .log_page .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .log_page .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111;
  }
  .log_page .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .log_page .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .log_page .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .log_page .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .log_page .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #111;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .log_page .fxt-btn-fill:hover {
    background-color: #333;
    border-color: #333;
  }
  .log_page .fxt-btn-fill:focus {
    outline: none;
  }
  .log_page .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .log_page .switcher-text:hover {
    color: #000000;
  }
  .log_page .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .log_page .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .log_page .switcher-text2:hover {
    color: #000000;
  }
  .log_page .fxt-style-line {
    overflow: hidden;
    text-align: center;
  }
  .log_page .fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .log_page .fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .log_page .fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .log_page ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
  }
  .log_page ul.fxt-socials li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 575px) {
    .log_page ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
  }
  @media only screen and (max-width: 350px) {
    .log_page ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  .log_page ul.fxt-socials li a {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    height: 45px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .log_page ul.fxt-socials li a i {
    border-radius: 2px 0 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
  }
  .log_page ul.fxt-socials li a span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .log_page ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
  }
  .log_page ul.fxt-socials li.fxt-facebook a i {
    background-color: #4867aa;
  }
  .log_page ul.fxt-socials li.fxt-facebook a:hover {
    background-color: #5676bb;
  }
  .log_page ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
  }
  .log_page ul.fxt-socials li.fxt-twitter a i {
    background-color: #33ccff;
  }
  .log_page ul.fxt-socials li.fxt-twitter a:hover {
    background-color: #3dc5f3;
  }
  .log_page ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
  }
  .log_page ul.fxt-socials li.fxt-google a i {
    background-color: #db4437;
  }
  .log_page ul.fxt-socials li.fxt-google a:hover {
    background-color: #e75042;
  }
  .log_page .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .log_page .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .log_page .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .log_page .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .log_page .checkbox input[type="checkbox"] {
    display: none;
  }
  .log_page .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .log_page .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #111;
    border-color: #111;
  }
  .log_page .fxt-footer {
    text-align: center;
  }
  .log_page .fxt-footer p {
    color: #999898;
  }
  /*========================================================================
  15. Demo Layout Twelve
  =========================================================================*/
  .fxt-template-layout12 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 15px;
  }
  .fxt-template-layout12 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout12 .fxt-bg-color {
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 0;
  }
  .fxt-template-layout12 .log_con {
    padding: 65px 90px 45px;
    width: 100%;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout12 .log_con {
      padding: 65px 30px 45px;
    }
  }
  .fxt-template-layout12 .log_head {
    text-align: center;
    margin-bottom: 50px;
  }
  .fxt-template-layout12 .log_head   {
    display: block;
    margin-bottom: 7px;
    max-width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
  .fxt-template-layout12 .log_head h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .fxt-template-layout12 .log_head p {
    color: #999898;
  }
  .fxt-template-layout12 .log_form h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .fxt-template-layout12 .log_form p {
    font-size: 18px;
    color: #111111;
    text-align: center;
  }
  .fxt-template-layout12 .log_form form .input-label {
    color: #979696;
  }
  .fxt-template-layout12 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout12 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #a1a1a1;
  }
  .fxt-template-layout12 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout12 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111;
  }
  .fxt-template-layout12 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout12 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout12 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout12 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout12 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #2e4bf1;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout12 .fxt-btn-fill:hover {
    background-color: #4b7cda;
    border-color: #4b7cda;
  }
  .fxt-template-layout12 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout12 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout12 .switcher-text:hover {
    color: #000000;
  }
  .fxt-template-layout12 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout12 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout12 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout12 .fxt-style-line {
    overflow: hidden;
    text-align: center;
  }
  .fxt-template-layout12 .fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout12 .fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout12 .fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout12 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
  }
  .fxt-template-layout12 ul.fxt-socials li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout12 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
  }
  @media only screen and (max-width: 350px) {
    .fxt-template-layout12 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  .fxt-template-layout12 ul.fxt-socials li a {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    height: 45px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout12 ul.fxt-socials li a i {
    border-radius: 2px 0 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
  }
  .fxt-template-layout12 ul.fxt-socials li a span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fxt-template-layout12 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
  }
  .fxt-template-layout12 ul.fxt-socials li.fxt-facebook a i {
    background-color: #4867aa;
  }
  .fxt-template-layout12 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: #5676bb;
  }
  .fxt-template-layout12 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
  }
  .fxt-template-layout12 ul.fxt-socials li.fxt-twitter a i {
    background-color: #33ccff;
  }
  .fxt-template-layout12 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: #3dc5f3;
  }
  .fxt-template-layout12 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
  }
  .fxt-template-layout12 ul.fxt-socials li.fxt-google a i {
    background-color: #db4437;
  }
  .fxt-template-layout12 ul.fxt-socials li.fxt-google a:hover {
    background-color: #e75042;
  }
  .fxt-template-layout12 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout12 .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout12 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout12 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout12 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout12 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout12 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #2e4bf1;
    border-color: #2e4bf1;
  }
  .fxt-template-layout12 .fxt-footer {
    text-align: center;
  }
  .fxt-template-layout12 .fxt-footer p {
    color: #999898;
  }
  /*========================================================================
  16. Demo Layout Thirteen
  =========================================================================*/
  .fxt-template-layout13 {
    min-height: 100vh;
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout13:before {
    position: absolute;
    z-index: 0;
    background-color: #009BB6;
    content: "";
    min-height: 100%;
    width: 35vw;
    top: 0;
    right: 0;
  }
  .fxt-template-layout13 .fxt-bg-wrap {
    padding: 8vh 16vw 8vh 0;
    min-height: 100vh;
  }
  @media only screen and (max-width: 1199px) {
    .fxt-template-layout13 .fxt-bg-wrap {
      padding: 8vh 10vw 8vh 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout13 .fxt-bg-wrap {
      padding: 6vh 6vw 6vh 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout13 .fxt-bg-wrap {
      padding: 5vh 4vw;
    }
  }
  .fxt-template-layout13 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout13 .fxt-bg-color {
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 45px;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout13 .fxt-bg-color {
      padding: 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout13 .fxt-bg-color {
      min-height: 100%;
      padding: 20px 30px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  .fxt-template-layout13 .fxt-bg-img {
    padding: 40px 50px;
    min-height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout13 .fxt-bg-img {
      padding: 30px 20px;
    }
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout13 .fxt-bg-img {
      padding: 30px;
    }
  }
  .fxt-template-layout13 .fxt-bg-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(2, 2, 3, 0.6);
    right: 0;
    top: 0;
    position: absolute;
    z-index: 0;
  }
  .fxt-template-layout13 .fxt-bg-img:after {
    content: "";
    left: 0;
    top: 20%;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 15px solid transparent;
  }
  .fxt-template-layout13 .log_head {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-content: center;
    text-align: center;
  }
  .fxt-template-layout13 .log_head   {
    display: block;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
  }
  .fxt-template-layout13 .log_head h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout13 .log_head h1 {
      font-size: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout13 .log_head h1 {
      font-size: 28px;
    }
  }
  .fxt-template-layout13 .log_head p {
    color: #fff;
  }
  .fxt-template-layout13 .log_con {
    padding: 30px;
    max-width: 460px;
    width: 100%;
  }
  @media only screen and (max-width: 1199px) {
    .fxt-template-layout13 .log_con {
      padding: 0;
    }
  }
  .fxt-template-layout13 .log_con h2 {
    font-weight: 700;
    margin-bottom: 50px;
  }
  .fxt-template-layout13 .log_form {
    margin-top: 30px;
  }
  .fxt-template-layout13 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout13 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 18px;
    padding: 0 5px;
    color: #c5c5c5;
    font-size: 14px;
  }
  .fxt-template-layout13 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout13 .log_form .form-control {
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 30px 10px 0;
    color: #111;
  }
  .fxt-template-layout13 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout13 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout13 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout13 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout13 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #009BB6;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout13 .fxt-btn-fill:hover {
    background-color: #02adcb;
    border-color: #02adcb;
  }
  .fxt-template-layout13 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout13 ul.fxt-socials {
    text-align: center;
  }
  .fxt-template-layout13 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout13 ul.fxt-socials li {
      margin-right: 2px;
    }
  }
  .fxt-template-layout13 ul.fxt-socials li:last-child {
    margin-right: 0;
  }
  .fxt-template-layout13 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout13 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .fxt-template-layout13 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: transparent;
    color: #3b5998;
  }
  .fxt-template-layout13 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee;
  }
  .fxt-template-layout13 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: transparent;
    color: #00acee;
  }
  .fxt-template-layout13 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: #CC3333;
  }
  .fxt-template-layout13 ul.fxt-socials li.fxt-google a:hover {
    background-color: transparent;
    color: #CC3333;
  }
  .fxt-template-layout13 ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
  }
  .fxt-template-layout13 ul.fxt-socials li.fxt-instagram a:hover {
    background-color: transparent;
    color: #3f729b;
  }
  .fxt-template-layout13 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
  }
  .fxt-template-layout13 ul.fxt-socials li.fxt-linkedin a:hover {
    background-color: transparent;
    color: #0077B5;
  }
  .fxt-template-layout13 ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b;
  }
  .fxt-template-layout13 ul.fxt-socials li.fxt-youtube a:hover {
    background-color: transparent;
    color: #c4302b;
  }
  .fxt-template-layout13 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout13 .switcher-text:hover {
    color: #000000;
  }
  .fxt-template-layout13 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout13 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout13 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout13 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout13 .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout13 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout13 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout13 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout13 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout13 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #009BB6;
    border-color: #009BB6;
  }
  .fxt-template-layout13 .fxt-footer {
    text-align: center;
  }
  /*========================================================================
  17. Demo Layout Fourteen
  =========================================================================*/
  .fxt-template-layout14 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout14:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(4, 4, 14, 0.3);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  .fxt-template-layout14 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout14 .fxt-bg-color {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
  }
  .fxt-template-layout14 .fxt-bg-img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  .fxt-template-layout14 .log_con {
    padding: 65px 90px 45px;
    width: 100%;
    background-color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout14 .log_con {
      padding: 65px 30px 45px;
    }
  }
  .fxt-template-layout14 .log_head {
    text-align: center;
    margin-bottom: 50px;
  }
  .fxt-template-layout14 .log_head   {
    display: block;
    margin-bottom: 7px;
    max-width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
  .fxt-template-layout14 .log_head h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .fxt-template-layout14 .log_head p {
    color: #999898;
  }
  .fxt-template-layout14 .log_form h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .fxt-template-layout14 .log_form p {
    font-size: 18px;
    color: #111111;
    text-align: center;
  }
  .fxt-template-layout14 .log_form form .input-label {
    color: #979696;
  }
  .fxt-template-layout14 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout14 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #a1a1a1;
  }
  .fxt-template-layout14 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout14 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111;
  }
  .fxt-template-layout14 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout14 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout14 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout14 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout14 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #e5698e;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout14 .fxt-btn-fill:hover {
    background-color: #f381a3;
    border-color: #f381a3;
  }
  .fxt-template-layout14 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout14 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout14 .switcher-text:hover {
    color: #000000;
  }
  .fxt-template-layout14 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout14 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout14 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout14 .fxt-style-line {
    overflow: hidden;
    text-align: center;
  }
  .fxt-template-layout14 .fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout14 .fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout14 .fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout14 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
  }
  .fxt-template-layout14 ul.fxt-socials li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout14 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
  }
  @media only screen and (max-width: 350px) {
    .fxt-template-layout14 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  .fxt-template-layout14 ul.fxt-socials li a {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    height: 45px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout14 ul.fxt-socials li a i {
    border-radius: 2px 0 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
  }
  .fxt-template-layout14 ul.fxt-socials li a span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fxt-template-layout14 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
  }
  .fxt-template-layout14 ul.fxt-socials li.fxt-facebook a i {
    background-color: #4867aa;
  }
  .fxt-template-layout14 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: #5676bb;
  }
  .fxt-template-layout14 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
  }
  .fxt-template-layout14 ul.fxt-socials li.fxt-twitter a i {
    background-color: #33ccff;
  }
  .fxt-template-layout14 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: #3dc5f3;
  }
  .fxt-template-layout14 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
  }
  .fxt-template-layout14 ul.fxt-socials li.fxt-google a i {
    background-color: #db4437;
  }
  .fxt-template-layout14 ul.fxt-socials li.fxt-google a:hover {
    background-color: #e75042;
  }
  .fxt-template-layout14 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout14 .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout14 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout14 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout14 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout14 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout14 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #e5698e;
    border-color: #e5698e;
  }
  .fxt-template-layout14 .fxt-footer {
    text-align: center;
  }
  .fxt-template-layout14 .fxt-footer p {
    color: #999898;
  }
  /*========================================================================
  18. Demo Layout Fifteen
  =========================================================================*/
  .fxt-template-layout15 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout15 .fxt-bg-color {
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 15px 52px;
  }
  .fxt-template-layout15 .fxt-bg-img {
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 15px 30px;
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout15 .fxt-bg-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(4, 4, 14, 0.6);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  .fxt-template-layout15 .fxt-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 480px;
    width: 100%;
  }
  .fxt-template-layout15 .fxt-intro h1 {
    color: #fff;
    font-weight: 700;
  }
  .fxt-template-layout15 .fxt-intro p {
    color: #fff;
    margin-bottom: 50px;
  }
  .fxt-template-layout15 .fxt-intro .fxt-page-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
  }
  .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #f1f1f1;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
      margin-right: 30px;
    }
  }
  @media only screen and (max-width: 479px) {
    .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
      margin-right: 15px;
      padding-right: 10px;
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 320px) {
    .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
      margin-right: 10px;
      padding-right: 5px;
    }
  }
  .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1:hover {
    color: #dddddd;
  }
  .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1.active {
    color: #e9b102;
  }
  .fxt-template-layout15 .log_con {
    max-width: 450px;
    width: 100%;
  }
  .fxt-template-layout15 .log_head   {
    display: block;
    margin-bottom: 100px;
    max-width: 40vw;
  }
  .fxt-template-layout15 .log_form {
    margin-bottom: 40px;
  }
  .fxt-template-layout15 .log_form h2 {
    font-weight: 700;
    margin-bottom: 5px;
  }
  .fxt-template-layout15 .log_form p {
    margin-bottom: 30px;
    font-size: 17px;
  }
  .fxt-template-layout15 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout15 .log_form .form-group i {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fxt-template-layout15 .log_form .form-group [class^="flaticon-"]:before,
  .fxt-template-layout15 .log_form .form-group [class*=" flaticon-"]:before,
  .fxt-template-layout15 .log_form .form-group [class^="flaticon-"]:after,
  .fxt-template-layout15 .log_form .form-group [class*=" flaticon-"]:after {
    margin-left: 0;
    font-size: 17px;
    color: #a1a1a1;
  }
  .fxt-template-layout15 .log_form .form-control {
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 30px 10px 0;
    color: #111111;
  }
  .fxt-template-layout15 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout15 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout15 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout15 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout15 .fxt-btn-fill {
    margin-right: 30px;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #e9b102;
    padding: 10px 36px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout15 .fxt-btn-fill:hover {
    background-color: #ecb719;
    border-color: #ecb719;
  }
  .fxt-template-layout15 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout15 .switcher-text2 {
    color: #9f9f9f;
    font-size: 15px;
    margin-top: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout15 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout15 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout15 ul.fxt-socials li {
      margin-right: 2px;
    }
  }
  .fxt-template-layout15 ul.fxt-socials li:last-child {
    margin-right: 0;
  }
  .fxt-template-layout15 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout15 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .fxt-template-layout15 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: transparent;
    color: #3b5998;
  }
  .fxt-template-layout15 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee;
  }
  .fxt-template-layout15 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: transparent;
    color: #00acee;
  }
  .fxt-template-layout15 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: #CC3333;
  }
  .fxt-template-layout15 ul.fxt-socials li.fxt-google a:hover {
    background-color: transparent;
    color: #CC3333;
  }
  .fxt-template-layout15 ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
  }
  .fxt-template-layout15 ul.fxt-socials li.fxt-instagram a:hover {
    background-color: transparent;
    color: #3f729b;
  }
  .fxt-template-layout15 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
  }
  .fxt-template-layout15 ul.fxt-socials li.fxt-linkedin a:hover {
    background-color: transparent;
    color: #0077B5;
  }
  .fxt-template-layout15 ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b;
  }
  .fxt-template-layout15 ul.fxt-socials li.fxt-youtube a:hover {
    background-color: transparent;
    color: #c4302b;
  }
  .fxt-template-layout15 ul.fxt-socials li.fxt-pinterest a {
    background-color: #bd081c;
    border-color: #bd081c;
  }
  .fxt-template-layout15 ul.fxt-socials li.fxt-pinterest a:hover {
    background-color: transparent;
    color: #bd081c;
  }
  .fxt-template-layout15 .fxt-footer {
    text-align: center;
  }
  /*========================================================================
  19. Demo Layout Sixteen
  =========================================================================*/
  .fxt-template-layout16 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #111;
    padding: 15px;
  }
  .fxt-template-layout16 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout16 .fxt-bg-color {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .fxt-template-layout16 .fxt-bg-img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  .fxt-template-layout16 .log_con {
    padding: 65px 90px 45px;
    width: 100%;
    background-color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout16 .log_con {
      padding: 65px 30px 45px;
    }
  }
  .fxt-template-layout16 .log_head {
    text-align: center;
    margin-bottom: 50px;
  }
  .fxt-template-layout16 .log_head   {
    display: block;
    margin-bottom: 7px;
    max-width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
  .fxt-template-layout16 .log_head h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .fxt-template-layout16 .log_head p {
    color: #999898;
  }
  .fxt-template-layout16 .log_form h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .fxt-template-layout16 .log_form p {
    font-size: 18px;
    color: #111111;
    text-align: center;
  }
  .fxt-template-layout16 .log_form form .input-label {
    color: #979696;
  }
  .fxt-template-layout16 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout16 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #a1a1a1;
  }
  .fxt-template-layout16 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout16 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111;
  }
  .fxt-template-layout16 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout16 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout16 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout16 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout16 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #111;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout16 .fxt-btn-fill:hover {
    background-color: #333;
    border-color: #333;
  }
  .fxt-template-layout16 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout16 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout16 .switcher-text:hover {
    color: #000000;
  }
  .fxt-template-layout16 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout16 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout16 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout16 .fxt-style-line {
    overflow: hidden;
    text-align: center;
  }
  .fxt-template-layout16 .fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout16 .fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout16 .fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout16 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
  }
  .fxt-template-layout16 ul.fxt-socials li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout16 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
  }
  @media only screen and (max-width: 350px) {
    .fxt-template-layout16 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  .fxt-template-layout16 ul.fxt-socials li a {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    height: 45px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout16 ul.fxt-socials li a i {
    border-radius: 2px 0 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
  }
  .fxt-template-layout16 ul.fxt-socials li a span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fxt-template-layout16 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
  }
  .fxt-template-layout16 ul.fxt-socials li.fxt-facebook a i {
    background-color: #4867aa;
  }
  .fxt-template-layout16 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: #5676bb;
  }
  .fxt-template-layout16 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
  }
  .fxt-template-layout16 ul.fxt-socials li.fxt-twitter a i {
    background-color: #33ccff;
  }
  .fxt-template-layout16 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: #3dc5f3;
  }
  .fxt-template-layout16 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
  }
  .fxt-template-layout16 ul.fxt-socials li.fxt-google a i {
    background-color: #db4437;
  }
  .fxt-template-layout16 ul.fxt-socials li.fxt-google a:hover {
    background-color: #e75042;
  }
  .fxt-template-layout16 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout16 .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout16 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout16 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout16 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout16 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout16 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #111;
    border-color: #111;
  }
  .fxt-template-layout16 .fxt-footer {
    text-align: center;
  }
  .fxt-template-layout16 .fxt-footer p {
    color: #999898;
  }
  /*========================================================================
  20. Demo Layout Seventeen
  =========================================================================*/
  .fxt-template-layout17 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .fxt-template-layout17 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout17 .fxt-bg-color {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 3px 0 79px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 0 79px 0 rgba(0, 0, 0, 0.1);
  }
  .fxt-template-layout17 .log_con {
    padding: 100px 65px 70px 80px;
    width: 100%;
  }
  @media only screen and (max-width: 1199px) {
    .fxt-template-layout17 .log_con {
      padding: 100px 35px 70px 50px;
    }
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout17 .log_con {
      padding: 100px 70px 70px 70px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout17 .log_con {
      padding: 80px 50px 50px 50px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout17 .log_con {
      padding: 60px 30px 30px 30px;
    }
  }
  @media only screen and (max-width: 479px) {
    .fxt-template-layout17 .log_con {
      padding: 50px 20px 20px 20px;
    }
  }
  .fxt-template-layout17 .log_head {
    text-align: center;
  }
  .fxt-template-layout17   {
    display: block;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
  }
  .fxt-template-layout17 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout17 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111111;
  }
  .fxt-template-layout17 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout17 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout17 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout17 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout17 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #46a203;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout17 .fxt-btn-fill:hover {
    background-color: #52af10;
    border-color: #52af10;
  }
  .fxt-template-layout17 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout17 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout17 .switcher-text:hover {
    color: #000000;
  }
  .fxt-template-layout17 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout17 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout17 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout17 .fxt-style-line {
    overflow: hidden;
    text-align: center;
  }
  .fxt-template-layout17 .fxt-style-line h2 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout17 .fxt-style-line h2:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout17 .fxt-style-line h2:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout17 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
  }
  .fxt-template-layout17 ul.fxt-socials li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout17 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
  }
  @media only screen and (max-width: 350px) {
    .fxt-template-layout17 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  .fxt-template-layout17 ul.fxt-socials li a {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    height: 45px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout17 ul.fxt-socials li a i {
    border-radius: 2px 0 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
  }
  .fxt-template-layout17 ul.fxt-socials li a span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fxt-template-layout17 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
  }
  .fxt-template-layout17 ul.fxt-socials li.fxt-facebook a i {
    background-color: #4867aa;
  }
  .fxt-template-layout17 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: #5676bb;
  }
  .fxt-template-layout17 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
  }
  .fxt-template-layout17 ul.fxt-socials li.fxt-twitter a i {
    background-color: #33ccff;
  }
  .fxt-template-layout17 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: #3dc5f3;
  }
  .fxt-template-layout17 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
  }
  .fxt-template-layout17 ul.fxt-socials li.fxt-google a i {
    background-color: #db4437;
  }
  .fxt-template-layout17 ul.fxt-socials li.fxt-google a:hover {
    background-color: #e75042;
  }
  .fxt-template-layout17 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout17 .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout17 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout17 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout17 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout17 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout17 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #46a203;
    border-color: #46a203;
  }
  .fxt-template-layout17 .fxt-footer {
    text-align: center;
  }
  /*========================================================================
  21. Demo Layout Eighteen
  =========================================================================*/
  .fxt-template-layout18 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    z-index: 1;
    padding: 15px;
  }
  .fxt-template-layout18:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  .fxt-template-layout18 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout18 .log_con {
    max-width: 600px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 80px 80px 60px;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout18 .log_con {
      padding: 70px 60px 50px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout18 .log_con {
      padding: 60px 40px 40px;
    }
  }
  @media only screen and (max-width: 479px) {
    .fxt-template-layout18 .log_con {
      padding: 50px 20px 30px;
    }
  }
  .fxt-template-layout18 .log_head {
    text-align: center;
    margin-bottom: 50px;
  }
  .fxt-template-layout18   {
    display: block;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout18   {
      margin-bottom: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout18   {
      margin-bottom: 60px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout18   {
      margin-bottom: 40px;
    }
  }
  .fxt-template-layout18 .log_form p {
    font-size: 20px;
    color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout18 .log_form p {
      text-align: center;
    }
  }
  .fxt-template-layout18 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout18 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #bebebe;
  }
  .fxt-template-layout18 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout18 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
  }
  .fxt-template-layout18 .log_form input::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout18 .log_form input::-moz-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout18 .log_form input:-moz-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout18 .log_form input:-ms-input-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout18 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #1fbe66;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout18 .fxt-btn-fill:hover {
    background-color: #17a156;
    border-color: #17a156;
  }
  .fxt-template-layout18 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout18 .switcher-text {
    color: #d4d4d4;
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout18 .switcher-text:hover {
    color: #ffffff;
  }
  .fxt-template-layout18 .switcher-text2 {
    color: #d4d4d4;
    text-decoration: underline;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout18 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout18 .switcher-text2:hover {
    color: #ffffff;
  }
  .fxt-template-layout18 .fxt-style-line {
    overflow: hidden;
    text-align: center;
  }
  .fxt-template-layout18 .fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout18 .fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #a4a4a4;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout18 .fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #a4a4a4;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout18 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
  }
  .fxt-template-layout18 ul.fxt-socials li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout18 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
  }
  @media only screen and (max-width: 350px) {
    .fxt-template-layout18 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  .fxt-template-layout18 ul.fxt-socials li a {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    height: 45px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout18 ul.fxt-socials li a i {
    border-radius: 2px 0 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
  }
  .fxt-template-layout18 ul.fxt-socials li a span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fxt-template-layout18 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
  }
  .fxt-template-layout18 ul.fxt-socials li.fxt-facebook a i {
    background-color: #4867aa;
  }
  .fxt-template-layout18 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: #5676bb;
  }
  .fxt-template-layout18 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
  }
  .fxt-template-layout18 ul.fxt-socials li.fxt-twitter a i {
    background-color: #33ccff;
  }
  .fxt-template-layout18 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: #3dc5f3;
  }
  .fxt-template-layout18 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
  }
  .fxt-template-layout18 ul.fxt-socials li.fxt-google a i {
    background-color: #db4437;
  }
  .fxt-template-layout18 ul.fxt-socials li.fxt-google a:hover {
    background-color: #e75042;
  }
  .fxt-template-layout18 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout18 .checkbox label {
    padding-left: 20px;
    color: #b9b9b9;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout18 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 2px;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout18 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout18 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout18 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout18 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #1fbe66;
    border-color: #1fbe66;
  }
  .fxt-template-layout18 .fxt-footer {
    text-align: center;
  }
  .fxt-template-layout18 .fxt-footer p {
    color: #b6b6b6;
  }
  /*========================================================================
  22. Demo Layout Nineteen
  =========================================================================*/
  .fxt-template-layout19 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout19 .fxt-bg-color {
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 30px;
  }
  .fxt-template-layout19 .fxt-bg-img {
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 15px;
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout19 .fxt-bg-img:before {
    content: "";
    background: rgba(0, 255, 180, 0.75);
    background: -o-linear-gradient(top, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(0, 255, 180, 0.75)), to(rgba(38, 112, 212, 0.75)));
    background: linear-gradient(180deg, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .fxt-template-layout19 .log_con {
    max-width: 450px;
    width: 100%;
  }
  .fxt-template-layout19 .log_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 480px;
    width: 100%;
    text-align: center;
  }
  .fxt-template-layout19 .log_head   {
    display: block;
    margin-bottom: 30px;
    max-width: 40vw;
  }
  .fxt-template-layout19 .log_head h1 {
    color: #fff;
  }
  .fxt-template-layout19 .log_head p {
    color: #fff;
  }
  .fxt-template-layout19 .log_form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 40px;
  }
  .fxt-template-layout19 .log_form h2 {
    font-weight: 500;
    margin-bottom: 80px;
    font-size: 24px;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout19 .log_form h2 {
      font-size: 22px;
      margin-bottom: 60px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout19 .log_form h2 {
      font-size: 20px;
      margin-bottom: 40px;
    }
  }
  .fxt-template-layout19 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout19 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 50%;
    color: #9f9f9f;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fxt-template-layout19 .log_form .form-group .field-icon:before {
    padding: 12px 0 12px 10px;
  }
  .fxt-template-layout19 .log_form .form-control {
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 30px 10px 0;
    color: #111;
  }
  .fxt-template-layout19 .log_form input::-webkit-input-placeholder {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout19 .log_form input::-webkit-input-placeholder {
      font-size: 17px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout19 .log_form input::-webkit-input-placeholder {
      font-size: 16px;
    }
  }
  .fxt-template-layout19 .log_form input::-moz-placeholder {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout19 .log_form input::-moz-placeholder {
      font-size: 17px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout19 .log_form input::-moz-placeholder {
      font-size: 16px;
    }
  }
  .fxt-template-layout19 .log_form input:-moz-placeholder {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout19 .log_form input:-moz-placeholder {
      font-size: 17px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout19 .log_form input:-moz-placeholder {
      font-size: 16px;
    }
  }
  .fxt-template-layout19 .log_form input:-ms-input-placeholder {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout19 .log_form input:-ms-input-placeholder {
      font-size: 17px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout19 .log_form input:-ms-input-placeholder {
      font-size: 16px;
    }
  }
  .fxt-template-layout19 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #2670d4;
    padding: 10px 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout19 .fxt-btn-fill:hover {
    background-color: #1763c7;
  }
  .fxt-template-layout19 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout19 .fxt-btn-ghost {
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
    background-color: transparent;
    padding: 10px 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout19 .fxt-btn-ghost:hover {
    background-color: #fff;
    border-color: #fff;
    color: #2670d4;
  }
  .fxt-template-layout19 .fxt-btn-ghost:focus {
    outline: none;
  }
  .fxt-template-layout19 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout19 .switcher-text:hover {
    color: #000000;
  }
  .fxt-template-layout19 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout19 .checkbox label {
    padding-left: 20px;
    color: #9f9f9f;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout19 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 2px;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout19 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout19 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout19 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout19 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #2670d4;
    border-color: #2670d4;
  }
  .fxt-template-layout19 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 5px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout19 ul.fxt-socials li {
      margin-right: 2px;
    }
  }
  .fxt-template-layout19 ul.fxt-socials li:last-child {
    margin-right: 0;
  }
  .fxt-template-layout19 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid;
    border-color: #dadada;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout19 ul.fxt-socials li.fxt-facebook a {
    color: #3b5998;
  }
  .fxt-template-layout19 ul.fxt-socials li.fxt-facebook a:hover {
    border-color: #3b5998;
    background-color: #3b5998;
    color: #fff;
  }
  .fxt-template-layout19 ul.fxt-socials li.fxt-twitter a {
    color: #00acee;
  }
  .fxt-template-layout19 ul.fxt-socials li.fxt-twitter a:hover {
    border-color: #00acee;
    background-color: #00acee;
    color: #fff;
  }
  .fxt-template-layout19 ul.fxt-socials li.fxt-google a {
    color: #CC3333;
  }
  .fxt-template-layout19 ul.fxt-socials li.fxt-google a:hover {
    border-color: #CC3333;
    background-color: #CC3333;
    color: #fff;
  }
  .fxt-template-layout19 ul.fxt-socials li.fxt-instagram a {
    color: #3f729b;
  }
  .fxt-template-layout19 ul.fxt-socials li.fxt-instagram a:hover {
    border-color: #3f729b;
    background-color: #3f729b;
    color: #fff;
  }
  .fxt-template-layout19 ul.fxt-socials li.fxt-linkedin a {
    color: #0077B5;
  }
  .fxt-template-layout19 ul.fxt-socials li.fxt-linkedin a:hover {
    border-color: #0077B5;
    background-color: #0077B5;
    color: #fff;
  }
  .fxt-template-layout19 ul.fxt-socials li.fxt-youtube a {
    color: #c4302b;
  }
  .fxt-template-layout19 ul.fxt-socials li.fxt-youtube a:hover {
    border-color: #c4302b;
    background-color: #c4302b;
    color: #fff;
  }
  .fxt-template-layout19 ul.fxt-socials li.fxt-pinterest a {
    color: #bd081c;
  }
  .fxt-template-layout19 ul.fxt-socials li.fxt-pinterest a:hover {
    border-color: #bd081c;
    background-color: #bd081c;
    color: #fff;
  }
  .fxt-template-layout19 .fxt-footer {
    margin-top: 50px;
    text-align: center;
  }
  /*========================================================================
  23. Demo Layout Twenty
  =========================================================================*/
  .fxt-template-layout20 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout20 {
      padding: 15px;
    }
  }
  @media only screen and (min-width: 1380px) {
    .fxt-template-layout20 .container {
      max-width: 1350px;
    }
  }
  .fxt-template-layout20 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout20 .fxt-bg-color {
    background-color: #ffffff;
    width: 100%;
    padding: 0;
  }
  .fxt-template-layout20 .fxt-bg-img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border-radius: 15px 0 0 15px;
  }
  .fxt-template-layout20 .log_con {
    border-radius: 0 15px 15px 0;
    padding: 100px 50px 70px 50px;
    width: 100%;
    -webkit-box-shadow: 3px 0 79px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 3px 0 79px 0 rgba(0, 0, 0, 0.08);
  }
  @media only screen and (max-width: 1199px) {
    .fxt-template-layout20 .log_con {
      padding: 100px 35px 70px 50px;
    }
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout20 .log_con {
      padding: 100px 70px 70px 70px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout20 .log_con {
      padding: 80px 50px 50px 50px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout20 .log_con {
      padding: 60px 30px 30px 30px;
    }
  }
  @media only screen and (max-width: 479px) {
    .fxt-template-layout20 .log_con {
      padding: 50px 20px 20px 20px;
    }
  }
  .fxt-template-layout20 .log_head {
    text-align: center;
  }
  .fxt-template-layout20   {
    display: block;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
  }
  .fxt-template-layout20 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout20 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111111;
  }
  .fxt-template-layout20 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout20 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout20 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout20 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout20 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #6b79fd;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout20 .fxt-btn-fill:hover {
    background-color: #4f5fec;
    border-color: #4f5fec;
  }
  .fxt-template-layout20 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout20 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout20 .switcher-text:hover {
    color: #000000;
  }
  .fxt-template-layout20 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout20 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout20 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout20 .fxt-style-line {
    overflow: hidden;
    text-align: center;
  }
  .fxt-template-layout20 .fxt-style-line h2 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout20 .fxt-style-line h2:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout20 .fxt-style-line h2:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout20 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
  }
  .fxt-template-layout20 ul.fxt-socials li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout20 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
  }
  @media only screen and (max-width: 350px) {
    .fxt-template-layout20 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  .fxt-template-layout20 ul.fxt-socials li a {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    height: 45px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout20 ul.fxt-socials li a i {
    border-radius: 2px 0 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
  }
  .fxt-template-layout20 ul.fxt-socials li a span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fxt-template-layout20 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
  }
  .fxt-template-layout20 ul.fxt-socials li.fxt-facebook a i {
    background-color: #4867aa;
  }
  .fxt-template-layout20 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: #5676bb;
  }
  .fxt-template-layout20 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
  }
  .fxt-template-layout20 ul.fxt-socials li.fxt-twitter a i {
    background-color: #33ccff;
  }
  .fxt-template-layout20 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: #3dc5f3;
  }
  .fxt-template-layout20 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
  }
  .fxt-template-layout20 ul.fxt-socials li.fxt-google a i {
    background-color: #db4437;
  }
  .fxt-template-layout20 ul.fxt-socials li.fxt-google a:hover {
    background-color: #e75042;
  }
  .fxt-template-layout20 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout20 .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout20 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout20 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout20 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout20 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout20 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #6b79fd;
    border-color: #6b79fd;
  }
  .fxt-template-layout20 .fxt-footer {
    text-align: center;
  }
  /*========================================================================
  24. Demo Layout Twenty One
  =========================================================================*/
  .fxt-template-layout21 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 15px;
  }
  .fxt-template-layout21 #particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    opacity: 0.5;
  }
  .fxt-template-layout21 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout21 .fxt-bg-color {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
  }
  .fxt-template-layout21 .fxt-bg-img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  .fxt-template-layout21 .log_con {
    padding: 65px 90px 45px;
    width: 100%;
    background-color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout21 .log_con {
      padding: 65px 30px 45px;
    }
  }
  .fxt-template-layout21 .log_head {
    text-align: center;
    margin-bottom: 50px;
  }
  .fxt-template-layout21 .log_head   {
    display: block;
    margin-bottom: 7px;
  }
  .fxt-template-layout21 .log_head h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .fxt-template-layout21 .log_head p {
    color: #999898;
  }
  .fxt-template-layout21 .log_form h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .fxt-template-layout21 .log_form p {
    font-size: 18px;
    color: #111111;
    text-align: center;
  }
  .fxt-template-layout21 .log_form form .input-label {
    color: #979696;
  }
  .fxt-template-layout21 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout21 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #a1a1a1;
  }
  .fxt-template-layout21 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout21 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111;
  }
  .fxt-template-layout21 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout21 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout21 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout21 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout21 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #111;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout21 .fxt-btn-fill:hover {
    background-color: #333;
    border-color: #333;
  }
  .fxt-template-layout21 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout21 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout21 .switcher-text:hover {
    color: #000000;
  }
  .fxt-template-layout21 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout21 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout21 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout21 .fxt-style-line {
    overflow: hidden;
    text-align: center;
  }
  .fxt-template-layout21 .fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout21 .fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout21 .fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout21 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
  }
  .fxt-template-layout21 ul.fxt-socials li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout21 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
  }
  @media only screen and (max-width: 350px) {
    .fxt-template-layout21 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  .fxt-template-layout21 ul.fxt-socials li a {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    height: 45px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout21 ul.fxt-socials li a i {
    border-radius: 2px 0 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
  }
  .fxt-template-layout21 ul.fxt-socials li a span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fxt-template-layout21 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
  }
  .fxt-template-layout21 ul.fxt-socials li.fxt-facebook a i {
    background-color: #4867aa;
  }
  .fxt-template-layout21 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: #5676bb;
  }
  .fxt-template-layout21 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
  }
  .fxt-template-layout21 ul.fxt-socials li.fxt-twitter a i {
    background-color: #33ccff;
  }
  .fxt-template-layout21 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: #3dc5f3;
  }
  .fxt-template-layout21 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
  }
  .fxt-template-layout21 ul.fxt-socials li.fxt-google a i {
    background-color: #db4437;
  }
  .fxt-template-layout21 ul.fxt-socials li.fxt-google a:hover {
    background-color: #e75042;
  }
  .fxt-template-layout21 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout21 .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout21 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout21 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout21 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout21 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout21 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #111;
    border-color: #111;
  }
  .fxt-template-layout21 .fxt-footer {
    text-align: center;
  }
  .fxt-template-layout21 .fxt-footer p {
    color: #999898;
  }
  /*========================================================================
  25. Demo Layout Twenty Two
  =========================================================================*/
  .fxt-template-layout22 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 15px;
  }
  .fxt-template-layout22:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(4, 4, 14, 0.5);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
  }
  .fxt-template-layout22 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout22 .fxt-bg-color {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .fxt-template-layout22 .fxt-bg-img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  .fxt-template-layout22 .log_con {
    padding: 65px 90px 45px;
    width: 100%;
    background-color: #fff;
  }
  @media only screen and (max-width: 1199px) {
    .fxt-template-layout22 .log_con {
      padding: 65px 70px 45px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout22 .log_con {
      padding: 50px 30px 30px;
    }
  }
  .fxt-template-layout22 .log_head {
    padding: 30px 30px 30px 0;
  }
  .fxt-template-layout22 .log_head   {
    display: block;
    margin-bottom: 50px;
    max-width: 40vw;
  }
  .fxt-template-layout22 .log_head h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .fxt-template-layout22 .log_head p {
    color: #fff;
  }
  .fxt-template-layout22 .log_form h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .fxt-template-layout22 .log_form p {
    font-size: 18px;
    color: #111111;
    text-align: center;
  }
  .fxt-template-layout22 .log_form form {
    margin-top: 40px;
  }
  .fxt-template-layout22 .log_form form .input-label {
    color: #979696;
  }
  .fxt-template-layout22 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout22 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 18px;
    padding: 0 5px;
    color: #c5c5c5;
    font-size: 14px;
  }
  .fxt-template-layout22 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout22 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111111;
  }
  .fxt-template-layout22 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout22 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout22 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout22 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout22 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #ff0000;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout22 .fxt-btn-fill:hover {
    background-color: #da0101;
    border-color: #da0101;
  }
  .fxt-template-layout22 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout22 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout22 .switcher-text:hover {
    color: #000000;
  }
  .fxt-template-layout22 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout22 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout22 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout22 .fxt-style-line {
    overflow: hidden;
    text-align: center;
  }
  .fxt-template-layout22 .fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout22 .fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout22 .fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout22 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
  }
  .fxt-template-layout22 ul.fxt-socials li {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout22 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  .fxt-template-layout22 ul.fxt-socials li a {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 45px;
    width: 100%;
    color: #ffffff;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout22 ul.fxt-socials li a:before {
    content: "";
    width: 0;
    right: 0;
    left: inherit;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout22 ul.fxt-socials li a:hover:before {
    width: 100%;
    left: 0;
    right: inherit;
  }
  .fxt-template-layout22 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
  }
  .fxt-template-layout22 ul.fxt-socials li.fxt-facebook a:before {
    background-color: #5676bb;
  }
  .fxt-template-layout22 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
  }
  .fxt-template-layout22 ul.fxt-socials li.fxt-twitter a:before {
    background-color: #3dc5f3;
  }
  .fxt-template-layout22 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
  }
  .fxt-template-layout22 ul.fxt-socials li.fxt-google a:before {
    background-color: #e75042;
  }
  .fxt-template-layout22 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
  }
  .fxt-template-layout22 ul.fxt-socials li.fxt-linkedin a:before {
    background-color: #006da6;
  }
  .fxt-template-layout22 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout22 .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout22 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout22 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout22 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout22 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout22 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #ff0000;
    border-color: #ff0000;
  }
  .fxt-template-layout22 .fxt-footer {
    text-align: center;
  }
  /*========================================================================
  26. Demo Layout Twenty Three
  =========================================================================*/
  .fxt-template-layout23 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #011f42;
  }
  .fxt-template-layout23 .fxt-bg-overlay {
    background-position: left;
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    padding: 60px 30px;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout23 .fxt-bg-overlay {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  .fxt-template-layout23 .log_con {
    max-width: 460px;
    width: 100%;
    margin-left: 15vw;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout23 .log_con {
      margin-left: 0;
    }
  }
  .fxt-template-layout23 .log_head {
    text-align: center;
    margin-bottom: 50px;
  }
  .fxt-template-layout23   {
    display: block;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout23   {
      margin-bottom: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout23   {
      margin-bottom: 60px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout23   {
      margin-bottom: 40px;
    }
  }
  .fxt-template-layout23 .log_form p {
    font-size: 20px;
    color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout23 .log_form p {
      text-align: center;
    }
  }
  .fxt-template-layout23 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout23 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #bebebe;
  }
  .fxt-template-layout23 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout23 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(241, 241, 241, 0.25);
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
  }
  .fxt-template-layout23 .log_form input::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout23 .log_form input::-moz-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout23 .log_form input:-moz-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout23 .log_form input:-ms-input-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout23 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #1fbe66;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout23 .fxt-btn-fill:hover {
    background-color: #17a156;
    border-color: #17a156;
  }
  .fxt-template-layout23 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout23 .switcher-text {
    color: #d4d4d4;
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout23 .switcher-text:hover {
    color: #ffffff;
  }
  .fxt-template-layout23 .switcher-text2 {
    color: #d4d4d4;
    text-decoration: underline;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout23 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout23 .switcher-text2:hover {
    color: #ffffff;
  }
  .fxt-template-layout23 .fxt-style-line {
    overflow: hidden;
    text-align: center;
  }
  .fxt-template-layout23 .fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout23 .fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #a4a4a4;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout23 .fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #a4a4a4;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout23 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
  }
  .fxt-template-layout23 ul.fxt-socials li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout23 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
  }
  @media only screen and (max-width: 350px) {
    .fxt-template-layout23 ul.fxt-socials li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  .fxt-template-layout23 ul.fxt-socials li a {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    height: 45px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout23 ul.fxt-socials li a i {
    border-radius: 2px 0 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
  }
  .fxt-template-layout23 ul.fxt-socials li a span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fxt-template-layout23 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
  }
  .fxt-template-layout23 ul.fxt-socials li.fxt-facebook a i {
    background-color: #4867aa;
  }
  .fxt-template-layout23 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: #5676bb;
  }
  .fxt-template-layout23 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
  }
  .fxt-template-layout23 ul.fxt-socials li.fxt-twitter a i {
    background-color: #33ccff;
  }
  .fxt-template-layout23 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: #3dc5f3;
  }
  .fxt-template-layout23 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
  }
  .fxt-template-layout23 ul.fxt-socials li.fxt-google a i {
    background-color: #db4437;
  }
  .fxt-template-layout23 ul.fxt-socials li.fxt-google a:hover {
    background-color: #e75042;
  }
  .fxt-template-layout23 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout23 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout23 .checkbox label {
    padding-left: 20px;
    color: #b9b9b9;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout23 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 2px;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout23 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout23 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout23 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout23 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #1fbe66;
    border-color: #1fbe66;
  }
  .fxt-template-layout23 .fxt-footer {
    text-align: center;
  }
  .fxt-template-layout23 .fxt-footer p {
    color: #b6b6b6;
  }
  /*========================================================================
  27. Demo Layout Twenty Four
  =========================================================================*/
  .fxt-template-layout24 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    z-index: 1;
    padding: 50px 0 20px;
  }
  .fxt-template-layout24 .fxt-video-background {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
  }
  .fxt-template-layout24 .fxt-video-background:before {
    content: "";
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .fxt-template-layout24 .fxt-video-background .fxt-video {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout24 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout24 .log_con {
    padding-top: 40px;
    padding-bottom: 15px;
    padding-left: 70px;
    margin-left: 40px;
    border-left: 2px solid rgba(241, 241, 241, 0.15);
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout24 .log_con {
      padding-left: 0;
      margin-left: 0;
      margin-top: 40px;
      border-left: 0;
      padding-bottom: 0;
      border-top: 2px solid rgba(241, 241, 241, 0.15);
    }
  }
  .fxt-template-layout24 .log_con h2 {
    font-size: 20px;
    color: #fff;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout24 .log_con h2 {
      text-align: center;
    }
  }
  .fxt-template-layout24 .log_head {
    text-align: center;
  }
  .fxt-template-layout24   {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
  }
  .fxt-template-layout24 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout24 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #bebebe;
  }
  .fxt-template-layout24 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout24 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(241, 241, 241, 0.25);
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
  }
  .fxt-template-layout24 .log_form input::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout24 .log_form input::-moz-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout24 .log_form input:-moz-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout24 .log_form input:-ms-input-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout24 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #ffbd3f;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout24 .fxt-btn-fill:hover {
    background-color: #db9e2d;
    border-color: #db9e2d;
  }
  .fxt-template-layout24 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout24 .switcher-text {
    color: #d4d4d4;
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout24 .switcher-text:hover {
    color: #ffffff;
  }
  .fxt-template-layout24 .switcher-text2 {
    color: #d4d4d4;
    text-decoration: underline;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout24 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout24 .switcher-text2:hover {
    color: #ffffff;
  }
  .fxt-template-layout24 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout24 .checkbox label {
    padding-left: 20px;
    color: #b9b9b9;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout24 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 2px;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout24 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout24 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout24 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout24 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #ffbd3f;
    border-color: #ffbd3f;
  }
  .fxt-template-layout24 .fxt-footer {
    text-align: center;
  }
  .fxt-template-layout24 .fxt-footer p {
    color: #b6b6b6;
  }
  /*========================================================================
  28. Demo Layout Twenty Five
  =========================================================================*/
  .fxt-template-layout25 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout25 .fxt-bg-color {
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 30px;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout25 .fxt-bg-color {
      min-height: 100%;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout25 .fxt-bg-color {
      padding: 40px 15px;
    }
  }
  .fxt-template-layout25 .fxt-bg-gradient {
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    position: relative;
    z-index: 1;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout25 .fxt-bg-gradient {
      padding: 15px;
    }
  }
  .fxt-template-layout25 .fxt-bg-gradient:before {
    content: "";
    background: #2300ff;
    background: -o-linear-gradient(top, rgba(35, 0, 255, 0.8) 16%, #7a2dff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(35, 0, 255, 0.8)), to(#7a2dff));
    background: linear-gradient(180deg, rgba(35, 0, 255, 0.8) 16%, #7a2dff 100%);
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .fxt-template-layout25 .log_con {
    max-width: 450px;
    width: 100%;
  }
  .fxt-template-layout25 .log_head {
    border-radius: 5px;
    padding: 70px 40px 50px;
    background-color: rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 480px;
    width: 100%;
    text-align: center;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout25 .log_head {
      padding: 50px 15px 30px;
    }
  }
  .fxt-template-layout25 .log_head .fxt-top-content {
    margin-bottom: 30px;
  }
  .fxt-template-layout25 .log_head .fxt-top-content   {
    display: block;
    margin-bottom: 30px;
    max-width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
  .fxt-template-layout25 .log_head .fxt-top-content h1 {
    color: #fff;
  }
  .fxt-template-layout25 .log_head .fxt-top-content p {
    color: #fff;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content h2 {
    color: #fff;
    font-size: 20px;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials {
    margin-bottom: 15px;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li {
      margin-right: 2px;
    }
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li:last-child {
    margin-right: 0;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li.fxt-facebook a:hover {
    background-color: transparent;
    color: #3b5998;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li.fxt-twitter a:hover {
    background-color: transparent;
    color: #00acee;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: #CC3333;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li.fxt-google a:hover {
    background-color: transparent;
    color: #CC3333;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li.fxt-instagram a:hover {
    background-color: transparent;
    color: #3f729b;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li.fxt-linkedin a:hover {
    background-color: transparent;
    color: #0077B5;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li.fxt-youtube a:hover {
    background-color: transparent;
    color: #c4302b;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li.fxt-pinterest a {
    background-color: #bd081c;
    border-color: #bd081c;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content ul.fxt-socials li.fxt-pinterest a:hover {
    background-color: transparent;
    color: #bd081c;
  }
  .fxt-template-layout25 .log_head .fxt-bottom-content p {
    color: #bbbbbb;
  }
  .fxt-template-layout25 .log_form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fxt-template-layout25 .log_form h2 {
    font-weight: 700;
    margin-bottom: 80px;
    font-size: 30px;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout25 .log_form h2 {
      font-size: 22px;
      margin-bottom: 60px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout25 .log_form h2 {
      font-size: 20px;
      margin-bottom: 40px;
    }
  }
  .fxt-template-layout25 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout25 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 50%;
    color: #9f9f9f;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fxt-template-layout25 .log_form .form-group .field-icon:before {
    padding: 12px 0 12px 10px;
  }
  .fxt-template-layout25 .log_form .form-group:last-child {
    margin-bottom: 0;
  }
  .fxt-template-layout25 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: #f1f1f1;
    padding: 10px 15px 5px;
    color: #111;
  }
  .fxt-template-layout25 .log_form input::-webkit-input-placeholder {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout25 .log_form input::-webkit-input-placeholder {
      font-size: 17px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout25 .log_form input::-webkit-input-placeholder {
      font-size: 16px;
    }
  }
  .fxt-template-layout25 .log_form input::-moz-placeholder {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout25 .log_form input::-moz-placeholder {
      font-size: 17px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout25 .log_form input::-moz-placeholder {
      font-size: 16px;
    }
  }
  .fxt-template-layout25 .log_form input:-moz-placeholder {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout25 .log_form input:-moz-placeholder {
      font-size: 17px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout25 .log_form input:-moz-placeholder {
      font-size: 16px;
    }
  }
  .fxt-template-layout25 .log_form input:-ms-input-placeholder {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout25 .log_form input:-ms-input-placeholder {
      font-size: 17px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout25 .log_form input:-ms-input-placeholder {
      font-size: 16px;
    }
  }
  .fxt-template-layout25 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #2670d4;
    padding: 10px 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout25 .fxt-btn-fill:hover {
    background-color: #1763c7;
  }
  .fxt-template-layout25 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout25 .fxt-btn-ghost {
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
    background-color: transparent;
    padding: 10px 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout25 .fxt-btn-ghost:hover {
    background-color: #fff;
    border-color: #fff;
    color: #2670d4;
  }
  .fxt-template-layout25 .fxt-btn-ghost:focus {
    outline: none;
  }
  .fxt-template-layout25 .switcher-text {
    color: #dcdcdc;
    text-decoration: underline;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout25 .switcher-text.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout25 .switcher-text:hover {
    color: #ffffff;
  }
  .fxt-template-layout25 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout25 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout25 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout25 .checkbox label {
    padding-left: 20px;
    color: #9f9f9f;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout25 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 2px;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout25 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout25 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout25 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout25 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #2670d4;
    border-color: #2670d4;
  }
  /*========================================================================
  29. Demo Layout Twenty Six
  =========================================================================*/
  .fxt-template-layout26 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    background-color: #000;
    padding: 30px 15px;
  }
  .fxt-template-layout26 .starfield {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
  }
  .fxt-template-layout26 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout26 .log_con {
    max-width: 600px;
    width: 100%;
    background-color: rgba(39, 39, 39, 0.8);
    padding: 80px 80px 60px;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout26 .log_con {
      padding: 70px 60px 50px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout26 .log_con {
      padding: 60px 40px 40px;
    }
  }
  @media only screen and (max-width: 479px) {
    .fxt-template-layout26 .log_con {
      padding: 50px 20px 30px;
    }
  }
  .fxt-template-layout26 .log_head {
    text-align: center;
    margin-bottom: 50px;
  }
  .fxt-template-layout26   {
    display: block;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout26   {
      margin-bottom: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout26   {
      margin-bottom: 60px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout26   {
      margin-bottom: 40px;
    }
  }
  .fxt-template-layout26 .log_form p {
    font-size: 20px;
    color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout26 .log_form p {
      text-align: center;
    }
  }
  .fxt-template-layout26 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout26 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #bebebe;
  }
  .fxt-template-layout26 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout26 .log_form .form-group:last-child {
    margin-bottom: 0;
  }
  .fxt-template-layout26 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
  }
  .fxt-template-layout26 .log_form input::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout26 .log_form input::-moz-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout26 .log_form input:-moz-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout26 .log_form input:-ms-input-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout26 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #000000;
    border-radius: 3px;
    background-color: #a5a5a5;
    padding: 10px 36px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout26 .fxt-btn-fill:hover {
    background-color: #ffffff;
  }
  .fxt-template-layout26 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout26 .switcher-text {
    color: #d4d4d4;
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout26 .switcher-text:hover {
    color: #ffffff;
  }
  .fxt-template-layout26 .switcher-text2 {
    color: #d4d4d4;
    text-decoration: underline;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout26 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout26 .switcher-text2:hover {
    color: #ffffff;
  }
  .fxt-template-layout26 .fxt-style-line {
    margin-top: 30px;
    overflow: hidden;
    text-align: center;
  }
  .fxt-template-layout26 .fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout26 .fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #a4a4a4;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout26 .fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #a4a4a4;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout26 ul.fxt-socials {
    text-align: center;
    margin-bottom: 20px;
  }
  .fxt-template-layout26 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 5px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout26 ul.fxt-socials li {
      margin-right: 2px;
    }
  }
  .fxt-template-layout26 ul.fxt-socials li:last-child {
    margin-right: 0;
  }
  .fxt-template-layout26 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid;
    border-color: #494949;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout26 ul.fxt-socials li.fxt-facebook a {
    color: #3b5998;
  }
  .fxt-template-layout26 ul.fxt-socials li.fxt-facebook a:hover {
    border-color: #3b5998;
    background-color: #3b5998;
    color: #fff;
  }
  .fxt-template-layout26 ul.fxt-socials li.fxt-twitter a {
    color: #00acee;
  }
  .fxt-template-layout26 ul.fxt-socials li.fxt-twitter a:hover {
    border-color: #00acee;
    background-color: #00acee;
    color: #fff;
  }
  .fxt-template-layout26 ul.fxt-socials li.fxt-google a {
    color: #CC3333;
  }
  .fxt-template-layout26 ul.fxt-socials li.fxt-google a:hover {
    border-color: #CC3333;
    background-color: #CC3333;
    color: #fff;
  }
  .fxt-template-layout26 ul.fxt-socials li.fxt-instagram a {
    color: #3f729b;
  }
  .fxt-template-layout26 ul.fxt-socials li.fxt-instagram a:hover {
    border-color: #3f729b;
    background-color: #3f729b;
    color: #fff;
  }
  .fxt-template-layout26 ul.fxt-socials li.fxt-linkedin a {
    color: #0077B5;
  }
  .fxt-template-layout26 ul.fxt-socials li.fxt-linkedin a:hover {
    border-color: #0077B5;
    background-color: #0077B5;
    color: #fff;
  }
  .fxt-template-layout26 ul.fxt-socials li.fxt-youtube a {
    color: #c4302b;
  }
  .fxt-template-layout26 ul.fxt-socials li.fxt-youtube a:hover {
    border-color: #c4302b;
    background-color: #c4302b;
    color: #fff;
  }
  .fxt-template-layout26 ul.fxt-socials li.fxt-pinterest a {
    color: #bd081c;
  }
  .fxt-template-layout26 ul.fxt-socials li.fxt-pinterest a:hover {
    border-color: #bd081c;
    background-color: #bd081c;
    color: #fff;
  }
  .fxt-template-layout26 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout26 .checkbox label {
    padding-left: 20px;
    color: #b9b9b9;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout26 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 2px;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout26 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout26 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout26 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout26 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #1fbe66;
    border-color: #1fbe66;
  }
  .fxt-template-layout26 .fxt-footer {
    text-align: center;
  }
  .fxt-template-layout26 .fxt-footer p {
    color: #b6b6b6;
  }
  /*========================================================================
  30. Demo Layout Twenty Seven
  =========================================================================*/
  .fxt-template-layout27 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    z-index: 1;
    padding: 50px 15px 20px;
  }
  .fxt-template-layout27:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  .fxt-template-layout27 .particles-js-canvas-el {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0.5;
  }
  .fxt-template-layout27 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout27 .log_con {
    max-width: 600px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 80px 70px 70px;
    border-radius: 45px;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout27 .log_con {
      padding: 70px 50px 60px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout27 .log_con {
      padding: 60px 35px 50px;
      border-radius: 15px;
    }
  }
  @media only screen and (max-width: 479px) {
    .fxt-template-layout27 .log_con {
      padding: 50px 20px 40px;
    }
  }
  .fxt-template-layout27 .log_head {
    text-align: center;
    margin-bottom: 60px;
  }
  .fxt-template-layout27   {
    display: block;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout27   {
      margin-bottom: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout27   {
      margin-bottom: 60px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout27   {
      margin-bottom: 40px;
    }
  }
  .fxt-template-layout27 .log_form p {
    font-size: 20px;
    color: #000000;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout27 .log_form p {
      text-align: center;
    }
  }
  .fxt-template-layout27 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout27 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #bebebe;
  }
  .fxt-template-layout27 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout27 .log_form .form-group:last-child {
    margin-bottom: 0;
  }
  .fxt-template-layout27 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 10px 15px;
    background-color: #ffffff;
    color: #fff;
  }
  .fxt-template-layout27 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout27 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout27 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout27 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout27 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 5px;
    background-color: #e9b102;
    padding: 10px 36px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout27 .fxt-btn-fill:hover {
    background-color: #ecb719;
  }
  .fxt-template-layout27 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout27 .fxt-switcher-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout27 .fxt-switcher-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .fxt-template-layout27 .fxt-switcher-wrap li {
    margin: 0 1px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout27 .fxt-switcher-wrap li {
      margin: 0 0 2px;
      width: 100%;
    }
    .fxt-template-layout27 .fxt-switcher-wrap li:last-child {
      margin: 0;
    }
  }
  .fxt-template-layout27 .fxt-switcher-wrap li a.switcher-text {
    padding: 10px 30px;
    display: block;
    background-color: #e9b102;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout27 .fxt-switcher-wrap li a.switcher-text {
      border-radius: 5px;
    }
  }
  .fxt-template-layout27 .fxt-switcher-wrap li a.switcher-text:hover {
    background-color: #d2a41d;
  }
  .fxt-template-layout27 .fxt-switcher-wrap li a.switcher-text.active {
    background-color: #d2a41d;
  }
  .fxt-template-layout27 .fxt-switcher-wrap li:first-child a.switcher-text {
    border-radius: 45px 0 0 45px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout27 .fxt-switcher-wrap li:first-child a.switcher-text {
      border-radius: 5px;
    }
  }
  .fxt-template-layout27 .fxt-switcher-wrap li:last-child a.switcher-text {
    border-radius: 0 45px 45px 0;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout27 .fxt-switcher-wrap li:last-child a.switcher-text {
      border-radius: 5px;
    }
  }
  .fxt-template-layout27 .fxt-style-line {
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
  }
  .fxt-template-layout27 .fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    color: #646464;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout27 .fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #a4a4a4;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout27 .fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #a4a4a4;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout27 ul.fxt-socials {
    text-align: center;
  }
  .fxt-template-layout27 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout27 ul.fxt-socials li {
      margin-right: 2px;
    }
  }
  .fxt-template-layout27 ul.fxt-socials li:last-child {
    margin-right: 0;
  }
  .fxt-template-layout27 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout27 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .fxt-template-layout27 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: transparent;
    color: #3b5998;
  }
  .fxt-template-layout27 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee;
  }
  .fxt-template-layout27 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: transparent;
    color: #00acee;
  }
  .fxt-template-layout27 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: #CC3333;
  }
  .fxt-template-layout27 ul.fxt-socials li.fxt-google a:hover {
    background-color: transparent;
    color: #CC3333;
  }
  .fxt-template-layout27 ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
  }
  .fxt-template-layout27 ul.fxt-socials li.fxt-instagram a:hover {
    background-color: transparent;
    color: #3f729b;
  }
  .fxt-template-layout27 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
  }
  .fxt-template-layout27 ul.fxt-socials li.fxt-linkedin a:hover {
    background-color: transparent;
    color: #0077B5;
  }
  .fxt-template-layout27 ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b;
  }
  .fxt-template-layout27 ul.fxt-socials li.fxt-youtube a:hover {
    background-color: transparent;
    color: #c4302b;
  }
  .fxt-template-layout27 ul.fxt-socials li.fxt-pinterest a {
    background-color: #bd081c;
    border-color: #bd081c;
  }
  .fxt-template-layout27 ul.fxt-socials li.fxt-pinterest a:hover {
    background-color: transparent;
    color: #bd081c;
  }
  .fxt-template-layout27 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .fxt-template-layout27 .checkbox label {
    padding-left: 20px;
    color: #484848;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout27 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #484848;
    border-radius: 2px;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout27 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout27 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout27 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout27 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #e9b102;
    border-color: #e9b102;
  }
  /*========================================================================
  31. Demo Layout Twenty Eight
  =========================================================================*/
  .fxt-template-layout28 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    z-index: 1;
    padding: 50px 15px 20px;
  }
  .fxt-template-layout28:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  .fxt-template-layout28 #particles-js {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: -1;
  }
  .fxt-template-layout28 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout28 .log_con {
    max-width: 600px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 80px 70px 70px;
    border-radius: 45px;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout28 .log_con {
      padding: 70px 50px 60px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout28 .log_con {
      padding: 60px 35px 50px;
      border-radius: 15px;
    }
  }
  @media only screen and (max-width: 479px) {
    .fxt-template-layout28 .log_con {
      padding: 50px 20px 40px;
    }
  }
  .fxt-template-layout28 .log_head {
    text-align: center;
    margin-bottom: 60px;
  }
  .fxt-template-layout28   {
    display: block;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout28   {
      margin-bottom: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout28   {
      margin-bottom: 60px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout28   {
      margin-bottom: 40px;
    }
  }
  .fxt-template-layout28 .log_form p {
    font-size: 20px;
    color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout28 .log_form p {
      text-align: center;
    }
  }
  .fxt-template-layout28 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout28 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #bebebe;
  }
  .fxt-template-layout28 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout28 .log_form .form-group:last-child {
    margin-bottom: 0;
  }
  .fxt-template-layout28 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #4d4d4d;
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
  }
  .fxt-template-layout28 .log_form input::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout28 .log_form input::-moz-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout28 .log_form input:-moz-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout28 .log_form input:-ms-input-placeholder {
    color: #bebebe;
    font-size: 18px;
    font-weight: 300;
  }
  .fxt-template-layout28 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 5px;
    background-color: #1fbe66;
    padding: 10px 36px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout28 .fxt-btn-fill:hover {
    background-color: #17a156;
    border-color: #17a156;
  }
  .fxt-template-layout28 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout28 .fxt-switcher-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout28 .fxt-switcher-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .fxt-template-layout28 .fxt-switcher-wrap li {
    margin: 0 1px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout28 .fxt-switcher-wrap li {
      margin: 0 0 2px;
      width: 100%;
    }
    .fxt-template-layout28 .fxt-switcher-wrap li:last-child {
      margin: 0;
    }
  }
  .fxt-template-layout28 .fxt-switcher-wrap li a.switcher-text {
    padding: 10px 30px;
    display: block;
    background-color: #1fbe66;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout28 .fxt-switcher-wrap li a.switcher-text {
      border-radius: 5px;
    }
  }
  .fxt-template-layout28 .fxt-switcher-wrap li a.switcher-text:hover {
    background-color: #17a156;
  }
  .fxt-template-layout28 .fxt-switcher-wrap li a.switcher-text.active {
    background-color: #16904d;
  }
  .fxt-template-layout28 .fxt-switcher-wrap li:first-child a.switcher-text {
    border-radius: 45px 0 0 45px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout28 .fxt-switcher-wrap li:first-child a.switcher-text {
      border-radius: 5px;
    }
  }
  .fxt-template-layout28 .fxt-switcher-wrap li:last-child a.switcher-text {
    border-radius: 0 45px 45px 0;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout28 .fxt-switcher-wrap li:last-child a.switcher-text {
      border-radius: 5px;
    }
  }
  .fxt-template-layout28 .fxt-style-line {
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
  }
  .fxt-template-layout28 .fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout28 .fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #a4a4a4;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout28 .fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #a4a4a4;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout28 ul.fxt-socials {
    text-align: center;
  }
  .fxt-template-layout28 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout28 ul.fxt-socials li {
      margin-right: 2px;
    }
  }
  .fxt-template-layout28 ul.fxt-socials li:last-child {
    margin-right: 0;
  }
  .fxt-template-layout28 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout28 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .fxt-template-layout28 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: transparent;
    color: #3b5998;
  }
  .fxt-template-layout28 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee;
  }
  .fxt-template-layout28 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: transparent;
    color: #00acee;
  }
  .fxt-template-layout28 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: #CC3333;
  }
  .fxt-template-layout28 ul.fxt-socials li.fxt-google a:hover {
    background-color: transparent;
    color: #CC3333;
  }
  .fxt-template-layout28 ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
  }
  .fxt-template-layout28 ul.fxt-socials li.fxt-instagram a:hover {
    background-color: transparent;
    color: #3f729b;
  }
  .fxt-template-layout28 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
  }
  .fxt-template-layout28 ul.fxt-socials li.fxt-linkedin a:hover {
    background-color: transparent;
    color: #0077B5;
  }
  .fxt-template-layout28 ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b;
  }
  .fxt-template-layout28 ul.fxt-socials li.fxt-youtube a:hover {
    background-color: transparent;
    color: #c4302b;
  }
  .fxt-template-layout28 ul.fxt-socials li.fxt-pinterest a {
    background-color: #bd081c;
    border-color: #bd081c;
  }
  .fxt-template-layout28 ul.fxt-socials li.fxt-pinterest a:hover {
    background-color: transparent;
    color: #bd081c;
  }
  .fxt-template-layout28 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .fxt-template-layout28 .checkbox label {
    padding-left: 20px;
    color: #b9b9b9;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout28 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 2px;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout28 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
  }
  .fxt-template-layout28 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout28 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout28 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #1fbe66;
    border-color: #1fbe66;
  }
  /*========================================================================
  32. Demo Layout Twenty Nine
  =========================================================================*/
  .fxt-template-layout29 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout29 .fxt-bg-color {
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 30px 52px;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout29 .fxt-bg-color {
      min-height: 100%;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout29 .fxt-bg-color {
      padding: 50px 15px 42px;
    }
  }
  .fxt-template-layout29 .fxt-bg-img {
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 15px 30px;
  }
  .fxt-template-layout29 .fxt-page-switcher {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout29 .fxt-page-switcher {
      top: calc(100% - 48px);
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      left: 0;
      text-align: center;
    }
  }
  .fxt-template-layout29 .fxt-page-switcher .switcher-text1 {
    text-align: right;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 30px;
    background-color: #000000;
    margin: 2px 0;
    border-radius: 45px 0 0 45px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout29 .fxt-page-switcher .switcher-text1 {
      display: inline-block;
      margin: 0 2px;
      border-radius: 10px 10px 0 0;
      padding: 15px 30px;
    }
  }
  .fxt-template-layout29 .fxt-page-switcher .switcher-text1:hover {
    color: #f3bd1c;
  }
  .fxt-template-layout29 .fxt-page-switcher .switcher-text1.active {
    color: #000000;
    background-color: #ffffff;
  }
  .fxt-template-layout29 .log_con {
    max-width: 450px;
    width: 100%;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout29 .log_con {
      text-align: center;
    }
  }
  .fxt-template-layout29 .log_head   {
    display: block;
    margin-bottom: 100px;
    max-width: 40vw;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout29 .log_head   {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 60px;
    }
  }
  .fxt-template-layout29 .log_form {
    margin-bottom: 40px;
  }
  .fxt-template-layout29 .log_form h2 {
    font-weight: 700;
    margin-bottom: 5px;
  }
  .fxt-template-layout29 .log_form p {
    margin-bottom: 30px;
    font-size: 17px;
  }
  .fxt-template-layout29 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout29 .log_form .form-group i {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fxt-template-layout29 .log_form .form-group [class^="flaticon-"]:before,
  .fxt-template-layout29 .log_form .form-group [class*=" flaticon-"]:before,
  .fxt-template-layout29 .log_form .form-group [class^="flaticon-"]:after,
  .fxt-template-layout29 .log_form .form-group [class*=" flaticon-"]:after {
    margin-left: 0;
    font-size: 17px;
    color: #a1a1a1;
  }
  .fxt-template-layout29 .log_form .form-control {
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 30px 10px 0;
    color: #111111;
  }
  .fxt-template-layout29 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout29 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout29 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout29 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout29 .fxt-btn-fill {
    margin-right: 30px;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #e9b102;
    padding: 10px 36px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout29 .fxt-btn-fill:hover {
    background-color: #ecb719;
    border-color: #ecb719;
  }
  .fxt-template-layout29 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout29 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    margin-top: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout29 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout29 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout29 ul.fxt-socials li {
      margin-right: 2px;
    }
  }
  .fxt-template-layout29 ul.fxt-socials li:last-child {
    margin-right: 0;
  }
  .fxt-template-layout29 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout29 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .fxt-template-layout29 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: transparent;
    color: #3b5998;
  }
  .fxt-template-layout29 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee;
  }
  .fxt-template-layout29 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: transparent;
    color: #00acee;
  }
  .fxt-template-layout29 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: #CC3333;
  }
  .fxt-template-layout29 ul.fxt-socials li.fxt-google a:hover {
    background-color: transparent;
    color: #CC3333;
  }
  .fxt-template-layout29 ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
  }
  .fxt-template-layout29 ul.fxt-socials li.fxt-instagram a:hover {
    background-color: transparent;
    color: #3f729b;
  }
  .fxt-template-layout29 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
  }
  .fxt-template-layout29 ul.fxt-socials li.fxt-linkedin a:hover {
    background-color: transparent;
    color: #0077B5;
  }
  .fxt-template-layout29 ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b;
  }
  .fxt-template-layout29 ul.fxt-socials li.fxt-youtube a:hover {
    background-color: transparent;
    color: #c4302b;
  }
  .fxt-template-layout29 ul.fxt-socials li.fxt-pinterest a {
    background-color: #bd081c;
    border-color: #bd081c;
  }
  .fxt-template-layout29 ul.fxt-socials li.fxt-pinterest a:hover {
    background-color: transparent;
    color: #bd081c;
  }
  .fxt-template-layout29 .fxt-footer h3 {
    font-size: 18px;
    font-weight: 500;
  }
  /*========================================================================
  33. Demo Layout Thirty
  =========================================================================*/
  .fxt-template-layout30 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    background-color: #000;
    padding: 30px 15px;
  }
  .fxt-template-layout30 canvas#canvas {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    background: #000000;
  }
  .fxt-template-layout30 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxt-template-layout30 .log_con {
    max-width: 600px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 80px 80px 60px;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout30 .log_con {
      padding: 70px 60px 50px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout30 .log_con {
      padding: 60px 40px 40px;
    }
  }
  @media only screen and (max-width: 479px) {
    .fxt-template-layout30 .log_con {
      padding: 50px 20px 30px;
    }
  }
  .fxt-template-layout30 .log_head {
    text-align: center;
    margin-bottom: 50px;
  }
  .fxt-template-layout30   {
    display: block;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
  }
  @media only screen and (max-width: 991px) {
    .fxt-template-layout30   {
      margin-bottom: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout30   {
      margin-bottom: 60px;
    }
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout30   {
      margin-bottom: 40px;
    }
  }
  .fxt-template-layout30 .log_form p {
    font-size: 24px;
    margin-bottom: 30px;
    color: #000;
  }
  @media only screen and (max-width: 767px) {
    .fxt-template-layout30 .log_form p {
      text-align: center;
    }
  }
  .fxt-template-layout30 .log_form .form-group {
    position: relative;
    z-index: 1;
  }
  .fxt-template-layout30 .log_form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #888888;
  }
  .fxt-template-layout30 .log_form .form-group .field-icon:before {
    padding: 17px 10px;
  }
  .fxt-template-layout30 .log_form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 10px 15px;
    background-color: #ffffff;
    color: #000;
  }
  .fxt-template-layout30 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout30 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout30 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout30 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .fxt-template-layout30 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #ffffff;
    border-radius: 3px;
    background-color: #2e4bf1;
    padding: 10px 36px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout30 .fxt-btn-fill:hover {
    background-color: #0f32fa;
  }
  .fxt-template-layout30 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-template-layout30 .switcher-text {
    color: #404040;
    font-size: 15px;
    text-decoration: underline;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout30 .switcher-text:hover {
    color: #000000;
  }
  .fxt-template-layout30 .switcher-text2 {
    color: #404040;
    font-size: 15px;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout30 .switcher-text2.inline-text {
    margin-left: 3px;
  }
  .fxt-template-layout30 .switcher-text2:hover {
    color: #000000;
  }
  .fxt-template-layout30 .fxt-style-line {
    overflow: hidden;
    text-align: center;
  }
  .fxt-template-layout30 .fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #6d6d6d;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
  }
  .fxt-template-layout30 .fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #a4a4a4;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout30 .fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #a4a4a4;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
  }
  .fxt-template-layout30 ul.fxt-socials {
    text-align: center;
    margin-bottom: 10px;
  }
  .fxt-template-layout30 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
  }
  @media only screen and (max-width: 575px) {
    .fxt-template-layout30 ul.fxt-socials li {
      margin-right: 2px;
    }
  }
  .fxt-template-layout30 ul.fxt-socials li:last-child {
    margin-right: 0;
  }
  .fxt-template-layout30 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-template-layout30 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .fxt-template-layout30 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: transparent;
    color: #3b5998;
  }
  .fxt-template-layout30 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee;
  }
  .fxt-template-layout30 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: transparent;
    color: #00acee;
  }
  .fxt-template-layout30 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: #CC3333;
  }
  .fxt-template-layout30 ul.fxt-socials li.fxt-google a:hover {
    background-color: transparent;
    color: #CC3333;
  }
  .fxt-template-layout30 ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
  }
  .fxt-template-layout30 ul.fxt-socials li.fxt-instagram a:hover {
    background-color: transparent;
    color: #3f729b;
  }
  .fxt-template-layout30 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
  }
  .fxt-template-layout30 ul.fxt-socials li.fxt-linkedin a:hover {
    background-color: transparent;
    color: #0077B5;
  }
  .fxt-template-layout30 ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b;
  }
  .fxt-template-layout30 ul.fxt-socials li.fxt-youtube a:hover {
    background-color: transparent;
    color: #c4302b;
  }
  .fxt-template-layout30 ul.fxt-socials li.fxt-pinterest a {
    background-color: #bd081c;
    border-color: #bd081c;
  }
  .fxt-template-layout30 ul.fxt-socials li.fxt-pinterest a:hover {
    background-color: transparent;
    color: #bd081c;
  }
  .fxt-template-layout30 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .fxt-template-layout30 .checkbox label {
    padding-left: 20px;
    color: #6f6f6f;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
  }
  .fxt-template-layout30 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #6f6f6f;
    border-radius: 2px;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .fxt-template-layout30 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #ffffff;
  }
  .fxt-template-layout30 .checkbox input[type="checkbox"] {
    display: none;
  }
  .fxt-template-layout30 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
  }
  .fxt-template-layout30 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #2e4bf1;
    border-color: #2e4bf1;
  }
  .fxt-template-layout30 .fxt-footer {
    text-align: center;
  }
  .fxt-template-layout30 .fxt-footer p {
    color: #6f6f6f;
  }
  /*========================================================================
  34. Otp Layout One
  =========================================================================*/
  .fxt-otp-layout1 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 15px;
  }
  .fxt-otp-layout1 .fxt-bg-color {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
  }
  .fxt-otp-layout1 .log_con {
    padding: 65px 90px 45px;
    width: 100%;
    background-color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .fxt-otp-layout1 .log_con {
      padding: 65px 30px 45px;
    }
  }
  .fxt-otp-layout1 .log_head {
    text-align: center;
    margin-bottom: 40px;
  }
  .fxt-otp-layout1 .log_head   {
    display: block;
    margin-bottom: 50px;
    max-width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
  .fxt-otp-layout1 .log_head .fxt-otp-logo {
    margin-bottom: 20px;
    display: block;
  }
  .fxt-otp-layout1 .log_head h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .fxt-otp-layout1 .log_head p {
    color: #999898;
  }
  .fxt-otp-layout1 .log_head p span {
    display: block;
  }
  .fxt-otp-layout1 .log_form {
    text-align: center;
  }
  .fxt-otp-layout1 .log_form .form-control {
    text-align: center;
    font-size: 20px;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111;
  }
  .fxt-otp-layout1 .log_form .log_form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .fxt-otp-layout1 .log_form .log_form-row .log_form-col {
    margin-right: 10px;
    flex-basis: 0;
    flex-grow: 1;
  }
  .fxt-otp-layout1 .log_form .log_form-row .log_form-col:last-child {
    margin-right: 0;
  }
  .fxt-otp-layout1 .log_form .log_form-btn {
    width: 100%;
  }
  .fxt-otp-layout1 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #5a49f8;
    padding: 10px 36px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-otp-layout1 .fxt-btn-fill:hover {
    background-color: #4634e7;
    border-color: #4634e7;
  }
  .fxt-otp-layout1 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-otp-layout1 .fxt-footer {
    text-align: center;
  }
  .fxt-otp-layout1 .fxt-footer p {
    color: #999898;
    margin-bottom: 10px;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .fxt-otp-layout1 .fxt-footer .fxt-btn-resend {
    margin-left: 3px;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #63bbff;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  .fxt-otp-layout1 .fxt-footer .fxt-btn-resend:focus {
    outline: none;
  }
  .fxt-otp-layout1 .fxt-footer .fxt-btn-resend:hover {
    color: #000000;
  }
  .fxt-otp-layout1 .fxt-footer .text-or {
    margin-left: 3px;
    color: #000000;
  }
  /*========================================================================
  35. Otp Layout Two
  =========================================================================*/
  .fxt-otp-layout2 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #5a49f8;
    padding: 15px;
  }
  .fxt-otp-layout2 .fxt-bg-color {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  }
  .fxt-otp-layout2 .log_con {
    padding: 65px 90px 45px;
    width: 100%;
    background-color: #5a49f8;
  }
  @media only screen and (max-width: 767px) {
    .fxt-otp-layout2 .log_con {
      padding: 65px 30px 45px;
    }
  }
  .fxt-otp-layout2 .log_head {
    margin-bottom: 40px;
  }
  .fxt-otp-layout2 .log_head   {
    display: block;
    margin-bottom: 50px;
    max-width: 40vw;
  }
  .fxt-otp-layout2 .log_head .fxt-otp-logo {
    margin-bottom: 20px;
    display: block;
  }
  .fxt-otp-layout2 .log_head h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .fxt-otp-layout2 .log_head p {
    color: #dbdbdb;
    font-size: 18px;
  }
  .fxt-otp-layout2 .log_head p span {
    display: block;
  }
  .fxt-otp-layout2 .log_form p {
    color: #ffffff;
  }
  .fxt-otp-layout2 .log_form .form-control {
    font-size: 20px;
    text-align: center;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111;
  }
  .fxt-otp-layout2 .log_form .log_form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .fxt-otp-layout2 .log_form .log_form-row .log_form-col {
    margin-right: 10px;
    flex-basis: 0;
    flex-grow: 1;
  }
  .fxt-otp-layout2 .log_form .log_form-row .log_form-col:last-child {
    margin-right: 0;
  }
  .fxt-otp-layout2 .log_form .log_form-btn {
    width: 100%;
  }
  .fxt-otp-layout2 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #ff5e13;
    padding: 10px 36px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-otp-layout2 .fxt-btn-fill:hover {
    background-color: #f0530b;
    border-color: #f0530b;
  }
  .fxt-otp-layout2 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-otp-layout2 .fxt-footer p {
    color: #dbdbdb;
    margin-bottom: 10px;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .fxt-otp-layout2 .fxt-footer .fxt-btn-resend {
    margin-left: 3px;
    font-weight: 500;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #e6e6e6;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  .fxt-otp-layout2 .fxt-footer .fxt-btn-resend:focus {
    outline: none;
  }
  .fxt-otp-layout2 .fxt-footer .fxt-btn-resend:hover {
    color: #ffffff;
  }
  .fxt-otp-layout2 .fxt-footer .text-or {
    margin-left: 3px;
    color: #dbdbdb;
  }
  /*========================================================================
  36. Otp Layout Three
  =========================================================================*/
  .fxt-otp-layout3 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
  }
  .fxt-otp-layout3 .fxt-bg-color {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  }
  .fxt-otp-layout3 .log_con {
    padding: 65px 90px 45px;
    width: 100%;
    background-color: #5a49f8;
  }
  @media only screen and (max-width: 767px) {
    .fxt-otp-layout3 .log_con {
      padding: 65px 30px 45px;
    }
  }
  .fxt-otp-layout3 .log_head {
    margin-bottom: 40px;
  }
  .fxt-otp-layout3 .log_head   {
    display: block;
    margin-bottom: 50px;
    max-width: 40vw;
  }
  .fxt-otp-layout3 .log_head .fxt-otp-logo {
    margin-bottom: 20px;
    display: block;
  }
  .fxt-otp-layout3 .log_head h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .fxt-otp-layout3 .log_head p {
    color: #dbdbdb;
    font-size: 18px;
  }
  .fxt-otp-layout3 .log_head p span {
    display: block;
  }
  .fxt-otp-layout3 .log_form p {
    color: #ffffff;
  }
  .fxt-otp-layout3 .log_form .form-control {
    text-align: center;
    font-size: 20px;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 15px;
    color: #ffffff;
    background-color: transparent;
  }
  .fxt-otp-layout3 .log_form .log_form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .fxt-otp-layout3 .log_form .log_form-row .log_form-col {
    margin-right: 10px;
    flex-basis: 0;
    flex-grow: 1;
  }
  .fxt-otp-layout3 .log_form .log_form-row .log_form-col:last-child {
    margin-right: 0;
  }
  .fxt-otp-layout3 .log_form .log_form-btn {
    width: 100%;
  }
  .fxt-otp-layout3 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #000000;
    border-radius: 3px;
    background-color: #ffbd3f;
    padding: 10px 36px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-otp-layout3 .fxt-btn-fill:hover {
    background-color: #db9e2d;
    border-color: #db9e2d;
  }
  .fxt-otp-layout3 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-otp-layout3 .fxt-footer p {
    color: #dbdbdb;
    margin-bottom: 10px;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .fxt-otp-layout3 .fxt-footer .fxt-btn-resend {
    margin-left: 3px;
    font-weight: 500;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #e6e6e6;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  .fxt-otp-layout3 .fxt-footer .fxt-btn-resend:focus {
    outline: none;
  }
  .fxt-otp-layout3 .fxt-footer .fxt-btn-resend:hover {
    color: #ffffff;
  }
  .fxt-otp-layout3 .fxt-footer .text-or {
    margin-left: 3px;
    color: #dbdbdb;
  }
  /*========================================================================
  37. Otp Layout Four
  =========================================================================*/
  .fxt-otp-layout4 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 15px;
  }
  .fxt-otp-layout4 .fxt-bg-color {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
  }
  .fxt-otp-layout4 .log_con {
    padding: 65px 90px 45px;
    width: 100%;
    background-color: transparent;
    position: relative;
    z-index: 1;
  }
  .fxt-otp-layout4 .log_con:before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    content: "";
    transform: translateX(-30%);
    opacity: 0;
    transition: all ease 0.7s;
  }
  .fxt-otp-layout4 .log_con:after {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    background-color: #ffffff;
    content: "";
    transform: translateX(30%);
    opacity: 0;
    transition: all ease 0.7s;
  }
  @media only screen and (max-width: 767px) {
    .fxt-otp-layout4 .log_con {
      padding: 65px 30px 45px;
    }
  }
  .fxt-otp-layout4 .log_head {
    text-align: center;
    margin-bottom: 40px;
  }
  .fxt-otp-layout4 .log_head   {
    display: block;
    margin-bottom: 50px;
    max-width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
  .fxt-otp-layout4 .log_head .fxt-otp-logo {
    margin-bottom: 20px;
    display: block;
  }
  .fxt-otp-layout4 .log_head h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .fxt-otp-layout4 .log_head p {
    color: #999898;
  }
  .fxt-otp-layout4 .log_head p span {
    display: block;
  }
  .fxt-otp-layout4 .log_form {
    text-align: center;
  }
  .fxt-otp-layout4 .log_form .form-control {
    margin-bottom: 15px;
    font-size: 20px;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 30px;
    color: #111;
  }
  .fxt-otp-layout4 .log_form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
  }
  .fxt-otp-layout4 .log_form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
  }
  .fxt-otp-layout4 .log_form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
  }
  .fxt-otp-layout4 .log_form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
  }
  .fxt-otp-layout4 .log_form .log_form-btn {
    width: 100%;
  }
  .fxt-otp-layout4 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #46a203;
    padding: 10px 36px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fxt-otp-layout4 .fxt-btn-fill:hover {
    background-color: #52af10;
    border-color: #52af10;
  }
  .fxt-otp-layout4 .fxt-btn-fill:focus {
    outline: none;
  }
  .fxt-otp-layout4 .fxt-footer {
    text-align: center;
  }
  .fxt-otp-layout4 .fxt-footer p {
    color: #999898;
    margin-bottom: 10px;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .fxt-otp-layout4 .fxt-footer .fxt-btn-resend {
    margin-left: 3px;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #63bbff;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  .fxt-otp-layout4 .fxt-footer .fxt-btn-resend:focus {
    outline: none;
  }
  .fxt-otp-layout4 .fxt-footer .fxt-btn-resend:hover {
    color: #000000;
  }
  .fxt-otp-layout4 .fxt-footer .text-or {
    margin-left: 3px;
    color: #000000;
  }
  .fxt-template-animation.loaded.fxt-otp-layout4 .log_con:before {
    transform: translateX(0);
    opacity: 0.92;
  }
  .fxt-template-animation.loaded.fxt-otp-layout4 .log_con:after {
    transform: translateX(0);
    opacity: 0.92;
  }
   .log_head img{
      height: 60px !important;
      margin-bottom: 20px;
  }




  /* compare----------------- */

  
.compare-content>tbody>tr>td {
    padding: 20px 15px;
    vertical-align: middle;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    width: 120px;
}

.product-description {
    font-weight: 500;
    width: 200px;
}

.product-description p {
    line-height: 24px;
    text-align: left;
}

.product-description i {
    color: #666;
    font-size: 18px;
}

.compare-detail-content {
    padding-top: 16px;
}

.product-description .compare-cart {
    background:  rgb(9, 214, 146) none repeat scroll 0 0;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    padding: 6px 0 6px 22px;
    position: relative;
    width: 120px;
}

.product-description .compare-cart:hover {
    background: #303030 none repeat scroll 0 0;
    color: #ffffff;
}

.product-description .compare-cart:hover i {
    border-color: #303030;
}

.product-description .compare-cart i {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 1px #efefef;
    box-shadow: 0 1px 1px #efefef;
    color: #777777;
    font-size: 12px;
    height: 32px;
    left: 0px;
    line-height: 31px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 31px;
    border: 1px solid  rgb(9, 214, 146);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-description img {
    width: 100%;
    height: 250px;
}

.compare-details {
    text-align: left;
}

.product-description .product-rating i {
    font-size: 12px;
    color:  rgb(9, 214, 146);
}

.compare-details span {
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.compare-details h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.compare-details h4 a {
    font-size: 16px;
    text-transform: capitalize;
}

.compare-details h4 a:hover,
.product-description .fa-trash-o:hover {
    color:  rgb(9, 214, 146);
    cursor: pointer;
}




/* profile page-------------------- */


.padding {
  padding: 3rem !important
}

.user-card-full {
  overflow: hidden
}

.card {
  border-radius: 5px;
  /* -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08); */
  /* box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08); */
  border: none;
  margin-bottom: 30px
}

.m-r-0 {
  margin-right: 0px
}

.m-l-0 {
  margin-left: 0px
}

.user-card-full .user-profile {
  border-radius: 5px 0 0 5px
}

.bg-c-lite-green {
  background: -webkit-gradient(linear, left top, right top, from(#f29263), to(#ee5a6f));
  background: linear-gradient(to right, #ee5a6f, #f29263)
}

.user-profile {
  padding: 20px 0
}

.card-block {
  padding: 1.25rem
}

.m-b-25 {
  margin-bottom: 25px
}

.img-radius {
  border-radius: 5px
}

h6 {
  font-size: 14px
}

.card .card-block p {
  line-height: 25px
}

@media only screen and (min-width: 1400px) {
  p {
      font-size: 14px
  }
}

.card-block {
  padding: 1.25rem;
}

.card-block1 {
  padding: 1.25rem;
  text-align: center;
}

.b-b-default {
  border-bottom: 1px solid #e0e0e0
}

.m-b-20 {
  margin-bottom: 20px
}

.p-b-5 {
  padding-bottom: 5px !important
}

.card .card-block p {
  line-height: 25px
}

.m-b-10 {
  margin-bottom: 10px
}

.text-muted {
  color: #919aa3 !important
}

.b-b-default {
  border-bottom: 1px solid #e0e0e0
}

.f-w-600 {
  font-weight: 600
}

.m-b-20 {
  margin-bottom: 20px
}

.m-t-40 {
  margin-top: 20px
}

.p-b-5 {
  padding-bottom: 5px !important
}

.m-b-10 {
  margin-bottom: 10px
}

.m-t-40 {
  margin-top: 20px
}
.social-link{

  display: flex;
}

.social-link li {
  /* display: inline-block; */
  margin: 10px;
}

 .social-link li a {
  font-size: 20px;
  color: rgb(9, 214, 146);
  /* margin: 10px !important; */
  /* margin: 0 10px 0 0; */
  transition: all 0.3s ease-in-out
}
.label1{
  padding: 6px 10px;;
  /* background: rgb(9, 214, 146);  */
  color: #fff;
  margin-top: 10px;
   }



input[type="file"] {
  display: none;
}



/* order placed_________________ */

.placed{
  display: flex !important;
}
.placed p{
  margin: 0%;
}
.placed select{
  border: 1px solid #eee;
  border-radius: 2px;
}
.plac{
  border: 1px solid #eee;
  margin-top: 10px;
}
.order{
  background: #f9f9f9;
  padding: 10px 0;
}
.ord{
  padding: 10px 0;

}
.order h6{
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.order p{
  margin: 0%;
}
.order a{
  font-size: 12px;
  padding: 5px;
}
.ord1{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ord img{
  height: 100px;
  width: 100px;
  margin-top: -20px;
}
.or_pri{
  color: #011f42;
}
.or_btn{
  padding: 10px 30px;
}
.or_btn a:nth-child(1){
  background: #011f42;
  color: #fff;
}
.or_btn a{
width: 100%;
}



/* payment page--------------------------- */
 .resd{
  margin-left: 20px !important;
}

/* checkout page--------------------------- */

.check input{
  margin-top: 15px;
  border-radius: 0%;
}


/* detail page image */


picture {
  text-align: center;
}



.demo-trigger {
  display: inline-block;
  width: 100%;
  height: 500px;
  float: left;
  cursor: zoom-in;
}

.demo-trigger img {
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .detail, .demo-trigger {
    float: none;
  }

  .demo-trigger {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto !important;
    text-align: center;
    margin: 0 auto;
    cursor: zoom-in;
  }

  .detail {
    text-align: center;
    margin: 0 auto;
    min-height: 0;
    width: 100%;
    max-width: 32em;
  }
 

 
  .responsive-hint {
    display: none;
  }
}



/* about page start-------------- */


.about{
  height: auto !important;
  /* border: 1px solid red; */
  background-image: url(https://picjumbo.com/wp-content/uploads/macbook-laptop-on-white-background-2210x1473.jpg) !important; 
  padding-top: 100px !important;
  padding-bottom: 50px !important;
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.849);
  background-size: cover;
  /* z-index: -1 !important; */
}
.image{
  background: #000 !important;
  height: 420px !important;
  width: 100% !important;
  /* box-shadow: -50px 20px 2px #000 !important; */
}

.image img{
  height: 100% !important;
  position: relative !important;
  /* overflow: hidden !important; */
width: 100% !important; 
z-index: 10 !important;

background-size: 100% !important;   
  opacity: .3 !important; 
  transition: all .8s, .8s ease !important;
}
.image img:hover{
  background-size: 150% !important;
  transform: scale(1.2) !important;
  opacity: .2 !important;
}


.image h2{
  color: #fff !important;
font-size: 40px !important;
text-transform: uppercase !important;
display: inline-block !important;
font-weight: bold !important;
/* left: 0px !important; */
text-shadow: 0 0 10px #000 !important;
/* height: 20px !important; */
opacity: 1 !important;
position: absolute !important;
left: -10% !important;
top: 60% !important
/* right: -20px !important; */

}
.image:before{
  content: '' !important;
  top: 0% !important;
  left: 0% !important;
  height: 30% !important;
  margin: 15px !important;
  width: 40% !important;
  position: absolute !important;
  border-left: 2px solid #fff !important;
  border-top: 2px solid #fff !important;
  opacity: 1 !important;

}
.image:after{
  content: '' !important;
  bottom: 0% !important;
  right: 0% !important;
  height: 30% !important;
  margin-bottom: 80px !important;
  margin-right: 15px !important;
  width: 40% !important;
  position: absolute !important;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  opacity: 1 !important;

}
.our{
  box-shadow: 0 0 10px #bbb !important;
  background: #fff;
}
.our h6{
  color: #222 !important;
  text-transform: uppercase !important;
  /* letter-spacing: 1.5px !important; */
  font-size: 20px !important;
  margin-top: 20px !important;

   
}
.our h6 span{
  color: rgb(9, 214, 146) !important;
  /* text-transform: uppercase !important; */
  font-family: QumpellkaNo12 !important;


}

.our p{
  font-size: 14px !important;
  text-align: justify !important;
  padding-top: 20px !important;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 2 !important;
  letter-spacing: 0.9px !important;
  padding-right: 30px !important;
}

.our1 img{
  /* padding-top: 20px !important; */
  border: 8px solid #fff !important;
  box-shadow: 0 0 10px #bbb !important;
}


/* project */


.hash h1{
  color: #f2f2f2 !important;
  opacity: .10 !important;
  position: absolute !important;
  width: 100% !important;
  top: 0% !important;
  left: 0 !important;
  font-size: 80px !important;
  font-weight: bolder !important;
  text-transform: uppercase !important;
  margin: 0% auto !important;
  line-height: 3 !important;
}
.hash h2{
  font-size: 30px !important;
  color: #f2f2f2 !important;
  text-align: center !important ;
  line-height: 8 !important;
  /* text-shadow: 0 0 10px #bbb !important; */
  position: relative !important;
  letter-spacing: 1px !important;
  font-weight: 700 !important;
}

/* team start */

.team{
  background-image: url(pr4.webp) !important;
  height: auto !important;
  background-size: 100% 100% !important;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.712) !important;
  position: relative !important;
  text-align: center !important;
  padding: 0% !important;
  padding-bottom: 50px !important;
  /* padding: 0px 50px 80px 80px !important; */
  /* padding-top: 2px !important; */
  }
  
  
  .main_card{
  border-radius: 0% !important;
  text-align: left !important;
  margin-top: 10px !important;
  }
  .card_img{
  height: 200px !important;
  width: 100% !important;
  border: 7px solid #f1f1f1 !important;
  overflow: hidden !important;
  margin: 0% auto !important;
  background-color: #000 !important;
  }
  .card_img img{
  height: 100% !important;
  width: 100% !important;
  transition: 0.5s all ease-in-out !important;
  }
  .card_img img:hover{
  transform: scale(1.2) !important;
  opacity: 0.2 !important;
  
  }
  
  .main_card:hover{
  box-shadow: 0 0 8px #000 !important;
  }
  
  /* team section end */
  
  
  /* happy customer */
  
  .happy{
  text-align: center !important;
  background-image: url(pr2.jpeg) !important;
  padding: 20px !important;
  /* padding: 0% !important; */
  /* height: 80px !important; */
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.705) !important;
    }
    .happy h2{
        font-size: 50px !important;
        font-weight: bolder !important;
        line-height: 3 !important;
        color: #f1f1f1 !important;
    }
    .happy p{
        font-size: 20px !important;
        color: #a2a2a2 !important;
        /* line-height: 4 !important; */
    }
  
    /* costomer review end */
  
  
  
  
  
/* project head complete */


/* about end */

/* faq page start--------------------- */
.faq {
  font-family: Helvetica;
  width: 75%;
  margin: 0 0 0 12%;
}

.faq-q {
  border-top: 2px dashed;
  border-color: rgb(9, 214, 146) !important;
  margin:0; padding: 30px;
  counter-increment: section;
  position: relative;
}

.faq-q span{
  font-size:22px;
}

.faq-q:nth-child(even):before {
  content: counter(section);
  right: 100%; 
  margin-right: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 7px 14px;
  background-color: rgb(9, 214, 146);
  text-align:center;
  color: white;
  font-size: 110%;
}

.faq-q:nth-child(odd):before {
  content: counter(section);
  left: 100%; 
  margin-left: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 7px 14px;
  background-color: rgb(9, 214, 146);
  text-align:center;
  color: white;
  font-size: 110%;
}



.faq-q:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px; 
  padding-right: 0;
}

.faq-q:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px; 
  padding-left: 0;
}
.faq-q:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.faq-q:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}


/* modal----------------- */
@media (min-width: 1076px){
.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
    top: 15%;
}
.sc-mod .close{
  background: #011f42 ;
  opacity: 1;
  text-shadow: none;
  color: #fff;
  font-size: 15px;
  padding: 8px 10px;
}
.sc-mod .close:hover{
  opacity: 1;
  background: rgb(9, 214, 146);;
}
.sc-mod .close .hov{
  height: 100%;
  width: 100%;
}
.sc-mod .close:hover i{
  transform: rotateZ(-70deg);
}
.p_mod h5{
  font-size: 20px;
}
.p_mod p{
  color: #777 !important;
  margin-bottom: 30px;
}
.p_mod input{
  border-radius: none;
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.p_mod a{
  margin: 10px;
  color: #fff;
}
.p_mod .input-group{
  margin-top: 10px;
  text-align: center !important;
  display: inline-block;
  font-size: 13px;
}
.modal-header{
  border: none;
}
}
@media only screen and (min-width: 576px) and (max-width:1050px){
  .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
  }
  .m-card li{
    font-size: 20px !important;
  }
  }
/* all page end */


/* media queries---------------------- */

    
@media only screen and (max-width:750px)  {
 .ban{
   height: 50vh;
 }
 .tp h1{
  /* display: flex !important; */
  font-size: 20px;
 }
 .carousel-caption p{
   margin-top: -380px !important;

 }
 .dropdown-menu{
   min-width: auto !important;
 }
 .navbar-nav{
   margin: 0% !important;
 }
 .sform{
   width: 100% !important;
 }
  .mid a img{
   height: 50px !important;;
 }
 .middle .cont, .cc, .wi{
   display: none !important;
 }
 .med{
  display: flex;
}
.droc{
  width: 400px !important;
}
.offer{
  height: 300px;;
}
.offer h4{
  padding: 20px;
}
.off{
  margin-top: 20px;
}
.delivery{
  margin-top: 20px;
}
.deal h2{
  top: -10px;
}

main{
  margin-top: 50px;
}
.product-grid .product-image img{
  height: 250px;;
}
.last{
  padding: 10px;
}
.last img{
  margin-top: 5px !important;
}
}






/* media queries---------------------- */

    
@media only screen and (max-width:1200px) {
  .ban{
    height: 70vh;
  }
  .carousel-caption p{
    margin-top: -250px !important;
 
  }
  .dropdown-menu{
    min-width: auto !important;
  }
  .mid a img{
    height: 50px !important;;
  }
  .med{
    display: flex;
  }
  .cont{
    display: none !important;
  }
  .deal h2{
    top: -10px;
  }
  main{
    margin-top: 50px;
  }
  .sform{
    width: 100% !important;
  }
  
}