@font-face {
  font-family:gujco-gotham;
  src: url("../lib/font-family/GothamMedium.ttf");
}
@font-face {
  font-family:gujco-avenir;
  src: url("../lib/font-family/Avenir-light.ttf");
}
@font-face {
  font-family:gujco-btn-font;
  src: url("../lib/font-family/Avenir\ Regular.ttf");
}
/* common class use for website */
.gotham-font{font-family:gujco-gotham;}
.avinar-font{font-family:gujco-avenir;}
.avinar-font-lts{ font-family:gujco-btn-font;}
.basic-color{ color: #FFCD60;}
.sectionTittle{ 
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
   }
.tittle--color{color: #06763C;}
.sectionText{ font-family:gujco-avenir;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  }
  .gray--color{color: #505050;}
  .light-gray--color {color: #808080;}
  .main--background{background: #FCF8E6;}
  .olive--color{color: #4F7942;}
  .sectionText-type1{
    font-size: 18px;
    font-weight: 350;
    line-height: 22px;
}
.green-bg{background: #06763C;
}
.tittle-forty-size{font-family:gujco-gotham;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
}
.tittle-twenty-text{
font-size: 20px;
font-weight: 400;
line-height: 24px;
}

.justify-text { 
  text-align: justify;
  hyphens: auto; 
}
/* common class use for website */


/* --------------------------HEADER START----------------------------- */
.gujco-header{min-height: 75px;box-shadow: 0px 50px 100px -20px #32325D40;
}
/* custom nav bar */
.navbar {
  transition: position 0.3s, top 0.3s; /* Add smooth transitions */
}
.gujco-header .navbar-brand:hover {
  background: none!important;
  color: none!important;
} 
.gujco-header .navbar-toggler {
  width: 1.25rem;
  position: relative;
  transition: 0.5s ease-in-out;
}
.gujco-header .navbar-toggler,
.gujco-header .navbar-toggler:focus,
.gujco-header .navbar-toggler:active,
.gujco-header .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.gujco-header .navbar-toggler span {
  margin: 0;
  padding: 0;
}
.gujco-header .navbar-toggler .toggler-icon {
  background: linear-gradient(263deg, #06763C 0%, #06763C 100%);
}
.gujco-header .navbar-toggler .toggler-icon {
  display: block;
  position: absolute;
  height: 0.188rem;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.gujco-header .navbar-toggler .toggler-icon.middle-bar {
  margin-top: 0px;
}
.gujco-header .navbar-toggler .toggler-icon.top-bar {
  margin-top: 0px;
  transform: rotate(135deg);
}
.gujco-header .navbar-toggler .toggler-icon.top-bar {
  margin-top: 0px;
  transform: rotate(135deg);
}
.gujco-header .navbar-toggler .toggler-icon.middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}
.gujco-header .navbar-toggler .toggler-icon.bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}
.gujco-header .navbar-toggler.collapsed .toggler-icon.top-bar {
  margin-top: -0.875rem;
  transform: rotate(0deg);
}
.gujco-header .navbar-toggler.collapsed .toggler-icon.middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gujco-header .navbar-toggler.collapsed .toggler-icon.bottom-bar {
  margin-top: 0.875rem;
  transform: rotate(0deg);
}
/* custom toggler */
.gujco-header .nav-item{
  margin: 0rem 1.5rem;
  color: #06763C;
  font-family:gujco-gotham;
  font-size: 18px;
  font-weight: 350;
  line-height: 22px;
}
.gujco-header .nav-item a{
  color: #06763C;
  text-transform: capitalize;
}
.gujco-header .nav-item a:hover{
border-bottom:2px solid #FFCD60 !important;
background: none!important;
}
.fixed-top-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
 }
/* --------------------------HEADER END----------------------------- */
/* --------------------------FOOTER START--------------------------- */
.footer-section{background-image: url(../img/images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}
.footer-section .social-link ul li{padding: 0px 10px;
  font-size: 20px;
  color: #FFCD60;}
.footer-tittle{font-family:gujco-gotham;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}
.footer-text{
 font-family:gujco-avenir;
font-size: 16px;
font-weight: 800;
line-height: 24px;
}
.footer-medium-text{
font-family:gujco-avenir;
font-size: 18px;
font-weight: 800;
line-height: 27px;
}
.footer-section a:hover {
  background: none !important;
  color: #FFCD60!important;
}
  /* --------------------------FOOTER END--------------------------- */
/*------------------------------ home page start--------------------- */
/* .banner-section{overflow: hidden;} */
.banner-section .slide1{background: url(../img/images/banner1.jpg);
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.banner-section .slide2{background: url(../img/images/banner2.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  }
.banner-section .animate-link-btn {
  background: #FFCD60;
  color: #06763C;
  border-radius: 0.375rem;
  padding: 12px 19px 10px;
  border: none;
   text-decoration: none;
   font-family:gujco-btn-font;
}
.banner-section .slider-tittle{font-family:gujco-gotham;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
   }
.banner-section .banner_slider .owl-nav button {background:#06763C !important;
  width: 42px;
  border-radius: 25px;
  height: 42px;
  margin: auto 10px;
  position: absolute;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;}
.banner-section .banner_slider .owl-nav button.owl-next {
    right: 45;
}
.banner-section .banner_slider .owl-nav button.owl-prev {
  left: 45;
}
.banner-section .banner_slider .owl-nav button span{font-size: 25px;color: #ffff !important;}
.banner-section .banner_slider .owl-nav{
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  } 
.about-section .about-col-tittle{font-family:gujco-gotham;
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  }
  .about-section a:hover{
    background: #FFCD60 !important ;
  color:#06763C !important;
  }
 .about-section .read-btn-link{
    background: #06763C;
    color: #FFFFFF;
    border-radius: 0.375rem;
    padding: 12px 19px 10px;
    border: none;
    text-decoration: none;
    font-family:gujco-btn-font;
  }
  .about-section{overflow: hidden;}
.mission-section{overflow: hidden;}
.mission-section .mission--bg{
  background-image: url(../img/images/vision-mission-bg.png);
  background-repeat: no-repeat;
  /* background-size: cover; */
  width: 100%;
  height:auto;
}

.categories-section{overflow: hidden;}
.categories-section .categories-slide .svg-section{position: absolute !important;
  top: 23%;
  left: 30%;}
.categories-section .categories-slide .svg-section:hover{transition: all .5s;
  transform: scale(1.5);
  }
.categories-section .categories-slide .slider-text{font-family:gujco-gotham;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    padding: 0px 5px;
}
.categories-section .categories-slide .owl-nav{
    display:flex;
    justify-content: center;
  }
.categories-section .categories-slide .owl-nav button {background:#06763C;
    width: 42px;
    border-radius: 25px;
    height: 42px;
    margin: auto 10px;}
.categories-section .categories-slide .owl-nav button span{font-size: 25px;color: #ffff;}
.brand-section{overflow: hidden;}
.brand-section .view-btn-link{
  background: #FFFFFF;
  color:  #06763C;
  border-radius: 0.375rem;
  padding: 12px 19px 10px;
  border: none;
  text-decoration: none;
  font-family:gujco-btn-font;
}
.product-section{overflow: hidden;}
.product-section .card--tittle{min-height: 75px;
  font-family:gujco-gotham;
  font-size: 24px;
  font-weight: 400;
  
 }
.product-section .card{box-shadow: 0px 50px 100px -20px #32325D40;
  border: none;
  outline:solid;
  outline-offset: -20px;
  outline-color: #FFCD60;
}
.product-section .card:hover {
  box-shadow: 0px 50px 100px -20px #32325D40;
  outline:solid;
  outline-offset: 0px;
  outline-color: #FFCD60;
  transition: transform 100ms ease-in-out;
}
.product-section .card-text{min-height: 101px;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-section .view-btn-link{
  background:#06763C ;
  color: #FFFFFF ;
  border-radius: 0.375rem;
  padding: 12px 19px 10px;
  border: none;
  text-decoration: none;
  font-family:gujco-btn-font;
}  
.store-section{overflow: hidden;}
.store-section .card-tittle{ font-family:gujco-gotham;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
}
.store-section .card{
  box-shadow: 0px 50px 100px -20px #32325D40;
  border: none;
}
.store-section .card-text{
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; 
}
.store-section .get-btn-link{
  background: #06763C;
  color:  #FFFFFF;
  border-radius: 0.375rem;
  border: none;
  font-family:gujco-btn-font;
   width: calc(100% - 20px);
/*    height: 40px;*/
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    margin: 15px 0;
    padding: 7px 0px;
 }
 .store-section .view-btn-link{
    background:#06763C;
    color:#FFFFFF;
    border-radius: 0.375rem;
    padding: 12px 19px 10px;
    border: none;
    text-decoration: none;
    font-family:gujco-btn-font;
}
/*------------------------------ home page end--------------------- */
/*------------------------ partner with us page start--------------- */
.banner-part{
  background-image: url(../img/images/parthner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-position: center;
}
.parthner-tittle{font-family:gujco-avenir;
  font-size: 24px;
  font-weight: 750;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}

.banner-part .breadcrumb-div .breadcrumb{justify-content: center;
  font-family:gujco-gotham;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;}
.banner-part .breadcrumb-div .breadcrumb-item a{
color: #ffff;
}
.banner-part .breadcrumb-div .breadcrumb-item.active {
  color: #FFCD60;
  }
.banner-part .breadcrumb-div .breadcrumb-item+.breadcrumb-item::before {color: #ffff;}
.franchise-section .form-section input[type=text] {
  width: 100%;
  padding: 7px 0px;
  margin: 5px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1.7px solid #505050;
  background: none;
}
.franchise-section .form-section  input:focus-visible {
  outline:none !important;
}
.franchise-section .form-section label{color:#06763C;
  font-family:gujco-gotham;
  font-size: 20px;
  font-weight: 350;
  line-height: 24px;
 }
.franchise-section .form-section  input{
font-family:gujco-gotham;
font-size: 16px;
font-weight: 350;
line-height: 19px;
color: #505050;
}
.franchise-section .form-section .form-section-inner{border: 1px solid #06763C;}
.franchise-section .form-section input[type=text], select {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 0px;
  margin: 5px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1.7px solid #505050;
  background: none;
  font-family:gujco-gotham;
font-size: 16px;
font-weight: 350;
line-height: 19px;
color: #505050;
}
.franchise-section .form-section  select:focus-visible {
  outline:none !important;
}
.franchise-section .form-section  select:hover{
  background: #FCF8E6;
}
.franchise-section .form-section .form-section-inner .outlet-box{
  color:#06763C;
  font-family:gujco-gotham;
  font-size: 20px;
  font-weight: 350;
  line-height: 24px;
}
.franchise-section .form-section .form-section-inner .send-link-btn {
  background: #06763C;
  color: #fff;
  border-radius: 0.375rem;
  padding: 12px 19px 10px;
  border: none;
   text-decoration: none;
   font-family:gujco-btn-font;
}
/*------------------------ partner with us page end--------------- */
/*------------------------ career page start--------------- */
.banner-part-career{
  background-image: url(../img/images/parthner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-position: center;
}
.banner-part-career .parthner-tittle{font-family:gujco-avenir;
  font-size: 24px;
  font-weight: 750;
  line-height: 29px;
  letter-spacing: 2px;
  }

.banner-part-career .breadcrumb-div .breadcrumb{justify-content: center;
  font-family:gujco-gotham;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;}
  .banner-part-career .breadcrumb-div .breadcrumb-item a{
color: #ffff;
}
.banner-part-career .breadcrumb-div .breadcrumb-item.active {
  color: #FFCD60;
  }
  .banner-part-career .breadcrumb-div .breadcrumb-item+.breadcrumb-item::before {color: #ffff;}
  .career-section .form-section input[type=text] {
  width: 100%;
  padding: 7px 0px;
  margin: 5px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1.7px solid #505050;
  background: none;
}
.career-section .form-section  input:focus-visible {
  outline:none !important;
}
.career-section .form-section label{color:#06763C;
  font-family:gujco-gotham;
  font-size: 20px;
  font-weight: 350;
  line-height: 24px;
 }
.career-section .form-section  input{
font-family:gujco-gotham;
font-size: 16px;
font-weight: 350;
line-height: 19px;
color: #505050;
}
.career-section .form-section .form-section-inner{border: 1px solid #06763C;}
.career-section .form-section .form-section-inner .send-link-btn {
  background: #06763C;
  color: #fff;
  border-radius: 0.375rem;
  padding: 12px 19px 10px;
  border: none;
   text-decoration: none;
   font-family:gujco-btn-font;
}
.career-section .form-section .form-section-inner textarea{
  width: 100%;
  padding: 7px 0px;
  margin: 5px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1.7px solid #505050;
  background: none; 
  font-family:gujco-gotham;
font-size: 16px;
font-weight: 350;
line-height: 19px;
color: #505050;
}
.career-section .form-section .form-section-inner textarea:focus-visible {
  outline:none !important;
}
.career-section .form-section .browse-link-btn {
  background:  #808080;
  color: #fff;
  border-radius: 0.375rem;
  padding: 12px 19px 10px;
  border: none;
   text-decoration: none;
   font-family:gujco-btn-font;
}
.gender-label label{
  color: #505050 !important;
  font-family:gujco-gotham;
  font-size: 20px;
  font-weight: 350;
  line-height: 24px;
}
.gender-label .form-check-input:checked {
  background-color: #06763C !important;
  border-color: #06763C !important;
}
.gender-label .form-check-input:focus {
  border-color:#ffff;
    box-shadow:none;
}
.gender-label input {
   border: 1px solid #505050 !important;
}
.career-section .file-upload {
  background-color: #ffffff;
  margin: 0 auto;
 }

 .career-section .file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.career-section .file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.career-section .file-upload-content {
  display: none;
  text-align: center;
}

.career-section .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.career-section .image-upload-wrap {
  margin-top: 20px;
  border: 2px dashed #808080;
  position: relative;
}


.career-section .image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.career-section .drag-text {
  text-align: center;
}

.career-section .drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}

.career-section .file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.career-section .remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.career-section .remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.career-section .remove-image:active {
  border: 0;
  transition: all .2s ease;
}
/*------------------------ career page end--------------- */
/* ------------------contact page start------------------ */
.banner-part-contact{
  background-image: url(../img/images/parthner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-position: center;
}
.banner-part-contact .parthner-tittle{font-family:gujco-avenir;
  font-size: 24px;
  font-weight: 750;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}

.banner-part-contact .breadcrumb-div .breadcrumb{justify-content: center;
  font-family:gujco-gotham;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;}
  .banner-part-contact .breadcrumb-div .breadcrumb-item a{
color: #ffff;
}
.banner-part-contact .breadcrumb-div .breadcrumb-item.active {
  color: #FFCD60;
  }
.banner-part-contact .breadcrumb-div .breadcrumb-item+.breadcrumb-item::before {color: #ffff;}
.reach-section .reach-tittle{  font-family:gujco-gotham;
    font-size: 24px;
    font-weight: 750;
    line-height: 29px;
}

.reach-section .reach-box .icon-div{
color: #FFCD60;
font-size: 24px;
}
.reach-section .reach-text{
font-family:gujco-gotham;
font-size: 20px;
font-weight: 500;
line-height: 26px;
}
/* ------------------contact page end------------------ */
/* ----------------brand section start----------------- */
.brand-section .reach-tittle{  font-family:gujco-gotham;
  font-size: 24px;
  font-weight: 750;
  line-height: 29px;
}
/* ----------------brand section end----------------- */
/* -------------ethics retail page start------------- */
.business-section .mini-tittle{
font-family:gujco-gotham;
font-size: 20px;
font-weight: 400;
line-height: 30px;
}
.retail-section{overflow: hidden;}
.retail-section .mission--bg{
  background-image: url(../img/images/vision-mission-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height:auto;
}

/* -------------ethics retail page end------------- */
/*-------------- categories page start ---------------*/
.categories-part  .svg-section{position: absolute !important;
  top: 20%;
  left: 30%;}
.categories-part .svg-section:hover{transition: all .5s;
  transform: scale(1.5);
  }
.categories-part .slider-text{font-family:gujco-gotham;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    padding: 0px 5px;
}

.categories-part .svg-section1{
  position: absolute !important;
  top: 19%;
  left: 35%;
}
.categories-part .svg-section1:hover{transition: all .5s;
  transform: scale(1.5);
  }
/*-------------- categories page end ---------------*/

/*===================================================== Store Locator ===========================================================================*/

.form-panel label{
  color: #06763C;
  font-family: gujco-gotham;
  font-size: 20px;
  font-weight: 350;
  line-height: 24px;
}

.pagination li a{
  color: #06763C;
  border: 1px solid #06763C;
  border-radius: 6px;
  padding: 6px 14px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li a:hover,
.pagination li a:focus-visible{
  background-color: #06763C !important;
  color: #fff !important;
  border:1px solid #06763C !important;
}
.search-box input[type="search"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none" stroke="black" stroke-width="2"><circle cx="7" cy="7" r="6" /><path d="M11 11 L15 15" /></svg>');
  background-repeat: no-repeat;

}
/* captcha style  start*/

.captchaBox .captcha {
		border:2px solid #d3d3d3;
	border-radius:5px;
	color:#4c4a4b;
	display:flex;
	justify-content:space-around;
	align-items:center;
}
.captchaBox .text {
	font-size:18px;
	font-weight:500;
	margin-right:1em;
}
.captchaBox .spinner {
	position:relative;
	display:flex;
	margin:2em 1em;
	align-items:center;
	justify-content:center;
}
.captchaBox input[type="checkbox"] { position: absolute; opacity: 0; z-index: -1; }
.captchaBox input[type="checkbox"]+.checkmark {
	display:inline-block;
	width:2em;
	height:2em;
	background-color:#fcfcfc;
	border:2.5px solid #c3c3c3;
	border-radius:3px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor: pointer;
}
.captchaBox input[type="checkbox"]+.checkmark span {
	content:'';
	position:relative;
	margin-top:-3px;
	transform:rotate(45deg);
	width:.75em;
	height:1.2em;
	opacity:0;
}
.captchaBox input[type="checkbox"]+.checkmark>span:after {
	content:'';
	position:absolute;
	display:block;
	height:3px;
	bottom:0;left:0;
	background-color:#029f56;
}
.captchaBox input[type="checkbox"]+.checkmark>span:before {
	content:'';
	position:absolute;
	display:block;
	width:3px;
	bottom:0;right:0;
	background-color:#029f56;
}
.captchaBox input[type="checkbox"]:checked+.checkmark { 
	animation:2s spin forwards;
}
.captchaBox input[type="checkbox"]:checked+.checkmark>span { 
	animation:1s fadein 1.9s forwards;
}
.captchaBox input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
.captchaBox input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes bottomslide {
	0% {width:0;}
	100% {width:100%;}
}
@keyframes rightslide {
	0% {height:0;}
	100% {height:100%;}
}
.franchise-section .parsley-errors-list {
  margin-top: 0px!important;
}
.captchaBox .logo {
	display:flex;
	flex-direction:column;
	align-items:center;
	height:100%;
	/* align-self:flex-end; */
	margin:0.5em 1em;
}
.captchaBox .logo img {
	height:2em;
	width:2em;
}
.captchaBox .logo p {
	color:#9d9ba7;
	margin:0;
	font-size:1em;
	font-weight:700;
	margin:.4em 0 .2em 0;
}
.captchaBox .logo small {
	color:#9d9ba7;
	margin:0;
	font-size:.8em;
}
@keyframes spin {
	10% {
		width:0;
		height:0;
		border-width:6px;
	}
	30% {
		width:0;
		height:0;
		border-radius:50%;
		border-width:1em;
		transform: rotate(0deg);
		border-color:rgb(199,218,245);
	}
	50% {
		width:2em;
		height:2em;
		border-radius:50%;
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	70% {
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	90% {
		border-width:4px;
	}
	100% {
		width:2em;
		height:2em;
		border-radius:50%;
		transform: rotate(720deg);
		border-color:transparent;
	}
}
/* captcha style  end*/
