body {
  margin: 0;
  padding: 0;
  font-family: Futura;
  background: #e4e5e6;
  line-height: 135%;
}
@font-face {
  font-family: "Futurai";
  src: url("../fonts/Futura_Extra_Black.otf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Bold.ttf"); /* IE9 Compat Modes */
  src: url("../fonts/Futura-Bold.ttf") format("truetype");
  font-weight: 600;
}


@font-face {
  font-family: "Futura";
  src: url("../fonts/FutuLt.ttf"); /* IE9 Compat Modes */
  src: url("../fonts/FutuLt.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/futura-medium.ttf"); /* IE9 Compat Modes */
  src: url("../fonts/futura-medium.ttf") format("truetype");
  font-weight: 500;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

/* header */
header {
  position: fixed;
  z-index: 9;
  padding: 30px 0 0 0;
  /*! width: 100%; */
}

.logo_BoX {
  height: 87px;
  margin: 0 0 0 15px;
}

.logo_BoX img {
  height: 87px;
  opacity: 0.8;
}
.MEnU_NAv {
  background: rgb(163, 218, 255, 0.7);
  padding-top: 4px;
  margin-left: 8px;
}

.MEnU_NAv ul {
  padding: 0;
  margin: 0;
}
.MEnU_NAv ul li {
  list-style: none;
}
.MEnU_NAv ul li a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 2px 20px;
  display: inline-block;
  font-size: 16px;
  /*! text-transform: uppercase; */
}
.MEnU_NAv ul li a:hover {
  color: #000;
}

/* header */

/* banner */
.carousel-caption {
  position: absolute;
  left: 30px;
  bottom: 160px;
  z-index: 5;
  color: #fff;
  text-align: left;
  width: 100%;
}
.carousel-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	/* background: rgba(0, 0, 0, 0.36); */
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg,rgba(0, 0, 0, 0.44) 0%,rgba(66,66,66,0) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#ffffff',GradientType=1);
}

.carousel-caption h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 6px 0 40px 0;
}
.carousel-caption p {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0;

  line-height: 150%;
}
.btn_banner {
  padding: 12px 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  transition: 0.4s;
}
.btn_banner:hover {
  background: #fff;
  color: #333;
  transition: 0.4s;
}


.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  color: #fff;
  text-align: center;
  opacity: 1;
}
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  color: #fff;
  text-align: center;
  opacity: 1;
}

.NAv_SliDe {
  position: absolute;
  bottom: 100px;
  left: 24px;
  z-index: 9;
  background: transparent;
  border-radius: 4px;
  padding-top: 5px;
}
.NAv_SliDe a {
  line-height: 0 !important;
  color: #10d5e8;
  font-size: 41px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 25px;
  background-size: 14px;
}
/* banner */

/* footer */
.H_fOtRt {
  position: fixed;
  z-index: 9;
  bottom: 0;
  padding-left: 30px;
}
.copYtExT p {
  color: #15bcdd;
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.copYtExT p a {
  color: #15bcdd;
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.copYtExT p a:hover {
  color: #15bcdd;
}
/* footer */

.sidebar_sec {
  width: 245px;
  position: fixed;
  height: 100vh;
  text-align: center;
  color: #fff;
  padding-top: 160px;
  overflow: hidden;
}
.sidebar_sec h3 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 60px;
  /*! margin: 108px 0 0 0; */
  transition: all 0.5s ease-in-out;

  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.37);
  transform: rotate(-90deg);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 165px;
  margin: 0;
}

.rightside_product_details {
  position: fixed;
  right: 0;
  width: 400px;
  padding-top: 155px;
  padding-right: 30px;
  z-index: 9;
  top: 0;
  overflow-y: scroll;
  height: 100%;
  scrollbar-width: thin;
}

.main_content {
  padding: 160px 15px 0 239px;
}
.main_content.products {
  padding: 160px 415px 0 239px;
}
.product_box {
  margin: 0;
  padding: 0;
}
.product_box p {
  margin-bottom: 25px;
}
.product_img {
  position: relative;
  margin-bottom: 5px;
  transition: 0.5s;
}
.product_img img {
  width: 100%;
  transition: 0.5s;
}

.RiGhT_COnTnT h3 span {
  font-weight: 500;
  color: #666;
}
.product_img img:hover {
  box-shadow: 4px 4px 0px #ccc;
  transition: 0.5s;
}
.product_details {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(21, 188, 221, 0.2);
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 20px;
  display: none;
  transition: 0.5s;
}
.product_details h3 {
  color: #fff;
  font-weight: 200;
}
.product_details h4  {
  text-align: center;
  font-weight: bold;
  color: #ed217c;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 28px;
  font-family: Futurai;
}

.product_details h3 strong {
  font-weight: 600;
    font-weight: 600;
    font-family: futurai;
    text-transform: uppercase;
    font-size: 30px;

}
.product_img:hover .product_details {
  display: block;
  transition: 0.5s;
}
.product_details span {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 32px;
  font-weight: 300;
}

.color_ChOse {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}

.color_ChOse ul {
  padding: 0;
  margin: 0 0 0 15px;
}

.color_ChOse ul li {
  list-style: none;
  display: inline-block;
}

.color_ChOse ul li a {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.205);
  overflow: hidden;
  margin: 0 3px 0 0;
}
.color_ChOse ul li a img {
  width: 100%;
}
.diNenT_oN {
  margin: 27px 0 28px 0;
}
.color_ChOse h4 {
  color: #666;
  font-weight: 500;
}

.diNenT_oN p {
  font-size: 25px;
  font-weight: 600;
  color: #666;
  letter-spacing: 1px;
}

.red {
  background: var(--red);
}
.dark-grey {
  background: var(--gray-dark);
}
.yellow {
  background: var(--warning);
}
.pink {
  background: var(--pink);
}

.blue {
  background: #a2d2e9;
}

.social_iCon {
  padding: 0;
  margin: 5px 0 0 0;
}

.social_iCon li {
  list-style: none;
  display: inline-block;
}

.social_iCon li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 6px 0 0;
}
.social_iCon li a img {
  width: 100%;
}
.priVC_CNt h3 {
  color: #15bcdd;
  font-weight: 500;
  margin: 16px 0 3px 0;
  font-size: 20px;
}
.pofix {
  position: fixed !important;
}

/* mobile navigation */
.mobile_nav {
  position: fixed;
  z-index: 999;
  padding: 15px 15px;
  width: 100%;
}

/* For the right aligned menu */
#menu-right {
  width: 100%;
  /*! background: rgba(43, 177, 203, 0.56); */
  height: 59px;
  padding: 17px 14px;
  width: 60px;
  float: right;
}

#menu-right:hover {
  cursor: pointer;
}

.bar-right {
  width: 33px;
  height: 3px;
  background-color: rgb(13, 205, 242);
  transition: all 0.1s ease-in-out;
  border-radius: 38px;
  float: right;
}

.bar-right:nth-of-type(2) {
  /*! width: 29px; */
  margin: 7px 0;
}

#menu-right.active .bar-right:nth-of-type(2) {
  opacity: 0;
}

#menu-right.active .bar-right:nth-of-type(1) {
  transform: translateY(11px) rotate(-42deg);
}

#menu-right.active .bar-right:nth-of-type(3) {
  transform: translateY(-7px) rotate(43deg);
}

.box {
  float: left;
  overflow: hidden;
  background: #f0e68c;
}
/* Add padding and border to inner content
for better animation effect */
.box-inner {
  width: 400px;
  padding: 10px;
  border: 1px solid #a29415;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 50%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.right .modal-body {
  padding: 15px 15px 80px;
  background: #e4e5e6;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: 0;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

.menuclosebtn {
  width: 60px;
  height: 60px;
  background: transparent;
  top: 15px;
  right: 15px;
  position: absolute;
  border: none;
  color: rgb(21, 188, 221);
  font-size: 45px;
  z-index: 999;
  padding: 0 0 10px 0;
}

.Mob_mEnu {
  padding: 0;
  margin: 0;
}
.Mob_mEnu li {
  list-style: none;
}
.Mob_mEnu li a {
  color: #373737;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 6px 13px;
  display: inline-block;
  font-size: 16px;
  /*! text-transform: uppercase; */
}
.Mob_mEnu li a:hover {
  color: #000;
}
/* mobile navigation */
.P_dTaIl h3 {
  font-size: 55px!important;
  margin: 0;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  /*! transform: rotate(0deg); */
  font-weight: 500 !important;
  letter-spacing: 0;
  text-align: center;
  margin-left: 30px;
}
.controlButtons a {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  color: #3ec4de;
  text-transform: capitalize;
  margin: 0 15px 0 0;
  font-weight: bold;
  font-size: 34px;
}
.controlButtons a:hover {
  color:#3ec4de;
}

.controlButtons {
  display: flex;
  align-items: center;
}
.Address_SoCiAl .social_iCon li a {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.Address_SoCiAl h4{
  font-size: 16px;
  margin: 20px 0 0px 0;
}
.Address_SoCiAl {
  margin: 40px 0 0 15px;
}

.P_heaD p{
  color: #000;
  margin: 0 0 19px 0;
}

.product_box:hover .product_details{
  display:block;
}
.product_box{
  position: relative;
  max-height: 454px;
  overflow: hidden;
}

/* studio */
.StUDiO p{
  text-align:justify;
}
.StUDiO h3{
  font-weight: bold;
  font-size: 33px;
  line-height: 29px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.PCo_lO{
  color: #18bbff;
  font-weight: 900;
}
/* studio */



/* new css */
.HD_bG {
	background: rgba(152, 210, 255, 0.71);
	display: inline-block;
	margin: 0;
	padding: 27px 17px;
}

/* long_heading_product */
  .long_heading_product h3{
    left: -124px;
    bottom: 243px;
    white-space: nowrap;
  }
/* long_heading_product */


/* today-css */
 /* studio-css */
  .StUDiO h2{
    font-family: Futurai;
    font-size: 40px;
    border-top:1px solid #535051 ;
    border-bottom:1px solid #535051 ;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .StUDiO h2 span{
    color: #00adee;
  }

  .LAbour_lOve h2{
    font-family: Futurai;
    font-size: 62px;  
    padding: 30px 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .LAbour_lOve h2 span{
    color: #00adee;
  }  
  .design_Who_Created h2 {
    font-family: Futurai;
    font-size: 90px;
    margin-bottom: 40px;
    line-height: 81px;
  }
  .design_Who_Created h2 span{
    color: #00adee;
  }
 
  .HEad_iMg {
    width: 70%;
    margin: 0 auto;
  }
.sidebar_sec h3 {
    font-size: 55px !important;
    margin: 0;
    transition: all 0.5s ease-in-out;
    transform: none;
    font-weight: 500 !important;
    letter-spacing: 0; 
    position: absolute;
    bottom: 136px;
    transform: rotate(-90deg);
    width: 100%; 
    left: 0;
    font-family: futurai;
}

.P_dTaIl h3 {
	font-size: 55px !important;
	margin: 0;
	transition: all 0.5s ease-in-out;
	transform: none;
	font-weight: 500 !important;
	letter-spacing: 0; 
	position: absolute;
    bottom: 172px;
    transform: rotate(-90deg);
    width: auto;
    left: -26px;
	font-family: futurai;
}

.small_text_rotate h3{
        bottom: 91px;  
        left: 60px;
}



/* new-css */
.desK_SoCial {
	width:165px;
	margin: 0 0 0 auto;
}
.HD_bG {
	padding: 8px 25px;
}
.social_iCon { 
	margin: 0;
}
.social_iCon li a {  
	margin: 0 5px 5px 0;
}
/* new-css */


/* responsive css */
/* responsive css */
@media only screen and (min-width:0px) and (max-width: 767px) {
  .long_heading_product h3 {
    left: 0;
  }

  .modal.right .modal-dialog {
    width: 75%;
  }
  /* navbar */
  .logo_BoX img {
    height: 60px;
  }
  .logo_BoX {
    height: 60px;
  }
  /* navbar */

  .main_content {
    padding: 0;
  }
  .sidebar_sec {
    width: auto;
    position: relative;
    text-align: left;
    padding-top: 99px;
    overflow: hidden;
    height: auto;
    padding-bottom: 21px;
  }
  .sidebar_sec h3 {
    line-height: 100%;
    letter-spacing: 2px;
    font-size: 30px !important;
    margin: 0;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    transform: rotate(0deg);
    text-align: left;
    margin-left: 15px;
    position: relative;
    bottom: 0;
  }

  .NAv_SliDe {
    left: 3px;
  }

  .H_fOtRt {
    position: relative;
    padding-left: 15px;
  }
  .logo_BoX {
    margin: 0;
  }
  header {
    padding: 14px 0 0 0;
  }

  .rightside_product_details {
    position: relative;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    padding: 0 0 0 15px;
    max-width: 380px;
    margin: auto;
  }
  .main_content.products {
    padding: 0;
  }

  .carousel-caption {
    left: 0;
    width: 100%;
    padding: 15px;
  }
  .carousel-caption p {
    font-size: 30px;
  }
  .btn_banner {
    padding: 8px 14px;
  }

  .product_box {
    max-width: 380px;
    margin: auto;
  }
  
  
  /* today */
  .design_Who_Created h2 { 
    font-size: 35px;
    margin-bottom: 0;
    line-height: 30px;
    border: none;
  }

  .StUDiO h2 { 
    font-size: 26px; 
    padding: 25px 0; 
    margin-bottom: 20px;
  }
  .P_dTaIl h3 { 
	writing-mode: horizontal-tb; 
	left: 0;
}
  .sidebar_sec h3 { 
	writing-mode: horizontal-tb; 
	left: 0;
}
.LAbour_lOve h2 { 
	font-size: 30px; 
}
.design_Who_Created h2 { 
	margin-bottom: 34px; 
}
  /* today */
  
  
}
@media only screen and (min-width:0px) and (max-width: 420px) {

  .long_heading_product h3 {
    left: 0;
  }


  .product_box {
    max-width: 100%;
    margin: auto;
  }
  .rightside_product_details {
    position: relative;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    padding: 0 15px;
    max-width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {

  .long_heading_product h3 {
    left: 0;
  }

  .mobile_nav {
    padding: 15px 30px;
  }
  .main_content {
    padding: 0 15px 0 15px;
  }
  .sidebar_sec {
    width: auto;
    position: relative;
    text-align: left;
    padding-top: 100px;
    overflow: hidden;
    height: auto;
    padding-bottom: 26px;
    padding-left: 30px;
  }
  .sidebar_sec h3 {
    line-height: 100%;
    letter-spacing: 2px;
    font-size: 33px !important;
    margin: 0;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    transform: rotate(0deg);
    position: relative;
    bottom: 0;
  }
  .H_fOtRt {
    position: relative;
  }
  .logo_BoX {
    margin: 0;
    height: 61px;
  }
  .logo_BoX img {
    height: 61px;
    opacity: 0.8;
  }
  header {
    padding: 14px 0 0 0;
  }

  .rightside_product_details {
    position: relative;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    padding: 0 30px;
  }
  .main_content.products {
    padding: 0;
  }

  .carousel-caption {
    width: 100%;
    padding: 15px 0;
  }
  
      /* today */
    .design_Who_Created h2 { 
      font-size: 35px;
      margin-bottom: 0;
      line-height: 30px;
      border: none;
    }
  
    .StUDiO h2 { 
      font-size: 26px; 
      padding: 25px 0; 
      margin-bottom: 20px;
    }
      .P_dTaIl h3 { 
	writing-mode: horizontal-tb; 
	left: 0;
}
  .sidebar_sec h3 { 
	writing-mode: horizontal-tb; 
	left: 0;
}
.design_Who_Created h2 {
	font-size: 56px;
	margin-bottom: 30px;
	line-height: 47px;
	border: none;
}
    /* today */
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .long_heading_product h3 {
    left: 0;
  }

  .HD_bG {
    padding: 27px 8px;
  }
  .sidebar_sec {
    width: auto;
    position: relative;
    text-align: left;
    padding-top: 145px;
    overflow: hidden;
    height: auto;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .sidebar_sec h3 {
    line-height: 100%;
    letter-spacing: 2px;
    font-size: 33px;
    margin: 0;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    transform: rotate(0deg);
    position: relative;
    bottom: 0;
  }
  .main_content {
    padding: 0px 15px 0 15px;
}
  .main_content.products {
    padding: 0px 415px 0 15px;
}
  .H_fOtRt {
    position: relative;
    padding-left: 30px;
}
.rightside_product_details {
  padding-top: 208px;
}

.P_dTaIl h3 {
  font-size: 40px !important;
  margin: 0;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  transform: rotate(0deg);
  font-weight: 500 !important;
}
  .P_dTaIl h3 { 
	writing-mode: horizontal-tb; 
	left: 0;
}
  .sidebar_sec h3 { 
	writing-mode: horizontal-tb; 
	left: 0;
}

/* new-css */
.HD_bG {
	padding: 8px 8px;
}
.desK_SoCial {
	width: 140px; 
}
/* new-css */



}

@media only screen and (min-width:1920px){
  .product_box {
    max-height: auto;
}
.Mx_WiDtH{
  max-width: 40%;
}
.main_content {
  padding: 160px 15px 0 239px!important;
}
.rightside_product_details {
  position: fixed;
  right: auto;
  width: 531px;
  padding-top: 155px;
  padding-right: 30px;
  z-index: 9;
  top: 0;
  overflow: hidden;
  left: 42%;
}

.StUdIo_Mx_WiDtH {
  max-width: 75%;
}

}

/* responsive css */
/* responsive css */




/* newsletter_load */
/* newsletter_load */
.news_l_main {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding:46px 32px;
  background: rgba(152, 210, 255, 0.38);
  z-index: 999;
  color: #fff;
}

.close_newsleeter {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 15px;
  color: #000;
  opacity: 0.6;
  border: none;
  background: none;
}

.close_newsleeter:hover{
  opacity: 1;
}



.news_l_main h2{
line-height: 0;
margin: 0 0 29px 0;
font-weight: 600;
font-family: futurai;
text-transform: uppercase;
}
.news_l_main p small {
  text-align: center!important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 10px;
  color: #fff;
}
.sub_btn {
  background: #33393a;
  width: 100%;
  margin: 15px 0 15px 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 45px;
  transition: 0.3s;

}
.sub_btn:hover{
color: #FFF;
background: #000;
transition: 0.3s;
}
.sub_inPuT{
  height: 45px;
  border-radius: 0;
}
/* newsletter_load */
/* newsletter_load */

.error{ display:none; margin-bottom: 5px; background-color: #FF6600;border:#AA4502 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.success{max-width: 320px; display:none; margin-bottom: 5px; background-color: #33393a;border:#dddddd 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.info{font-size:.8em;color: #FF6600;letter-spacing:2px;padding-left:5px;}

 .fill_form {
	padding: 30px;
	text-align: left;
	margin-bottom: 50px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	margin-top: 30px; 
}

 .fill_form h3 {
	font-weight: bold;
	font-size: 21px;
	line-height: 29px;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: left !important;
}
.form-control {
	height: 40px;
	font-size: 1rem;
	font-weight: 400;
	color: #888;
	background-color: #f8f8f8;
	border: 1px solid #f2f2f2;
	border-radius: 0;
	position: relative;
	box-sizing: border-box;
}
.form-control::placeholder {
  color: #888; 
}

.fill_form label {
	display: inline-block;
	margin: 0 0 5px 0;
	font-size: 15px;
	font-weight: bold;
	opacity: 0.6;
}

.no_strt {
	position: absolute;
	bottom: 8px;
	z-index: 9;
	left: 5px;
}


.submit_btn {
	background-color: #00adee;
	border: 1px solid #00adee;
	color: #fff;
	padding: 10px 40px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.submit_btn:hover{
	background-color: #000;
	border: 1px solid #000;  
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}


.buy_btn {
	background-color: #00adee;
	border: 1px solid #00adee;
	color: #fff;
	padding: 10px 40px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	 display: inline-block;
	 margin-top: 10px;
}






