@font-face {
  font-family: YesevaOne-Regular;
  src: url(../font/YesevaOne-Regular.ttf);
}

.header-top{
    background: #f7f7f7;
	height: 60px;
}
.top-menus{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
}
.btn-top {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    background: #fc4a1a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 2px solid #eee;
    border-radius: 40px;
    padding: 15px 30px;
}

.header-left-side p a{
  color: #212529;
  text-decoration: none;
  font-size: 18px;
  line-height: 50px;
}
.header-tag-cls{
	/*padding-top: 10px;*/
}
.top-social-block1 {
	list-style-type: none; 
}
.has-search{
	position: relative;
    top: 8px;
}
.top-left-img-bg h3{
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 20px;
}

.top-social-media ul{
	display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}
.top-social-block1 li a{
	/*color:#fff;*/
  color:#000000!important;
}
.btn-primary-register{
	/*padding: 8px 58px;
    font-size: 18px;*/
    padding: 8px 30px;
    font-size: 15px;
    border-radius: 40px;
}

.btn-primary:hover {
    color: #FEA444;
    border: 2px solid #d7d7d7;
    border-radius: 40px;
    background: transparent;
}

.btn-outline-login{
	padding: 8px 30px;
    font-size: 15px;
}
.btn-outline-secondary {
    color: #FEA444;
   /* border-color: #ffff;*/
    border: 2px solid #d7d7d7;
    border-radius: 40px;
}
.btn-outline-secondary:hover {
    background: linear-gradient(to right, #f7b733, #fc4a1a);
    border: 2px solid #d7d7d7;
    color: #ffff;
}

.form-control-selecter{
  padding: 0px 10px!important;
  height: 43px!important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
   padding: 20px 10px;
   /*padding: 0px 10px;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /*color: #495057;*/
    color: #000!important;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    /*border-radius: 40px;*/
    border-radius: 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/***************top search code start*********************/

/*************************************cart in menu bar START***********************************************/

.cart {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  height: auto;
  overflow: hidden;
}
  .material-icons {
    position: relative;
    top: 4px;
    z-index: 1;
    font-size: 24px;
    color: white;
  }
 .count {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 11px;
    border-radius: 50%;
    background: #d60b28;
    width: 16px;
    height: 16px;
    line-height:16px;
    display: block;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
  }
}

/*************************************cart in menu bar END************************************************/

/***************top search code start************************/
.has-search .form-control {
    padding-left: 15px;
   /* transition: width 2s;*/
}

/*.has-search .form-control:hover {
    width: 300px;
}*/

.has-search .form-control-feedback {
    position: absolute;
    right: 20px;
    z-index: 2;
    display: block;
    width: 10px;
    height: 10px;
    line-height: 41px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}



/***************top search code end************************/




/* #Navigation start
================================================== */

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
  height: 24px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
/*.navigation-wrap{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}*/
.navbar{
  padding: 0;
}
.navbar-brand img{
 /* height: 28px*/;
  width: 100%;
  display: block;
  /*filter: brightness(10%);*/
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #212121 !important;
  font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
  color: #f2653c !important;
}
.nav-item.active .nav-link{
  color: #f4702c!important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #f2653c;
  opacity: 0;
    transition: all 200ms linear;
}
/*.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}*/
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
    transition: all 200ms linear;
    font-size: 19px;
}

/* #Primary style
================================================== */

.bg-light {
  background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
  width: 100%;
  display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}




/*p{
  text-align: left;
  margin: 0;
  padding-top: 10px;
  opacity: 1;
  transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}*/
body.hero-anime p{
  opacity: 0;
  transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
  display: inline-block;
    transition: all 300ms linear;
  opacity: 1;
  transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
  opacity: 0;
  transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
  opacity: 0;
  transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
  opacity: 0;
  transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
  opacity: 0;
  transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
  opacity: 0;
  transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
  opacity: 0;
  transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
  opacity: 0;
  transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
  opacity: 0;
  transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
  opacity: 0;
  transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
  opacity: 0;
  transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
  opacity: 0;
  transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
  opacity: 0;
  transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
  opacity: 0;
  transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
  opacity: 0;
  transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
  opacity: 0;
  transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; 
} 
#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #8167a9;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
  opacity: 0;
  transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}
.switched {
  border-color: #000 !important;
  background: #8167a9 !important;
}
.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
  background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 15px;
  /*letter-spacing: 1px;*/
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: #fc4a1a;
}

body.dark{
  color: #fff;
  background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
/*body.dark h1{
  color: #fff;
}*/
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
  color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
  background-color: #14151a !important;
}
body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
  color: #fff !important;
}
body.dark .nav-item.active .nav-link{
  color: #f4702c !important;
}
body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
  /*color: #fff;*/
}
body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
  background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}


/* #Navigation end
================================================== */



.top-banner-section h1{
    font-family: YesevaOne-Regular;
    font-weight: 400;
    font-size: 85px;
    margin-top: 160px;
    text-align: left;
    line-height: 1.0934;
    
}

.home-about-section h2{
  font-family: YesevaOne-Regular;
  font-weight: 400;
  text-align: left;
  font-size: 62px;
      color: orange;
}

.about-home-section p{
  font-size: 26px;
}

.about-home-section{
    padding-top: 40px;
    padding-bottom: 40px;
}

.banner-title-section{
    margin-left: 375px;
}

.top-banner-section h1 span:before{
    background-image: url(../images/brush-texture.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: -1%;
    -webkit-background-position: 0 5px;
    background-position: 0 5px;
    -webkit-background-size: cover;
    background-size: cover;
    min-width: auto;
    width: 110%;
    position: absolute;
    top: 7%;
    z-index: -1;
}
.banner-btn-sectn{
    margin-top: 60px;
}
/*.btn-lg{
    background-color: transparent!important;
    color:#FEA444!important;
}*/
.btn-outline{
    background: transparent;
    color: #FEA444;
    border: 2px solid #eee;
    border-radius: 40px;
    padding: 15px 30px;
}
.btn-outline:hover{
   background: linear-gradient(to right, #f7b733, #fc4a1a);
    color: #FEA444;
    border: 2px solid #eee;
    border-radius: 40px;
    padding: 15px 30px;
}
.top-banner-section{
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
        height: 839px;
    margin-top: 170px;
}
.card-1{
    background: #fc6539;
    color:#ffff;
    height: 308px;
}
.card-1 h3{
    font-family: YesevaOne-Regular;
    padding-top: 20px;
    padding-bottom: 11px;
}
.card-2{
    background: #001d23;
    color:#ffff;
    height: 308px;
}
.card-2 h3{
    font-family: YesevaOne-Regular;
    padding-top: 20px;
    padding-bottom: 11px;
}
.card-3{
    background: #fea444;
    color:#ffff;
    height: 308px;
}
.card-3 h3{
    font-family: YesevaOne-Regular;
    padding-top: 20px;
   padding-bottom: 7px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*background-color: #fff;*/
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 27px;
    /*height: 380px;*/

}
.media-body{
    padding: 10px;
}
.first-card{
    padding-bottom: 100px;
}


/******************************cart code start**********************************/

.cart-bg{
    background-image: url(../images/cart-bg.png);
    /*background-image: url(../images/cards-bg-1.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /*height: 600px;*/
    height: 700px;
}

.seller-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
   /* border-radius: 30px;*/
    border-radius: 20px;
    height: 320px;
}

.card-title h2{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 40px;
    padding-top: 40px;
    color: #fff;
}


.card:hover {
    /*box-shadow: 0px 3px 18px -2px rgb(0 0 0 / 77%);*/
}
.text-success h5 {
    color: #ffffff!important;
    font-size: 14px;
}

.btn-green {
    color: #ffff!important;
    /*border-color: #1f9be9!important;*/
    background-color: #1f9be9!important;
}
.btn-cart {
      width: 100%;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   /* background-color: transparent;*/
    background: linear-gradient(to right, #f7b733, #fc4a1a);
    border: 1px solid transparent;
    padding: 7px 20px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 40px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cart-bg .container .col-sm .seller-card .card-body{
    background: #113238;
   /* border-radius: 30px;*/
    border-radius: 18px;
}
.card-title {
    text-align: center;
    margin-bottom: 0.75rem;
    color: #fff;
}

.card-body {
    padding: 10px;
}
.best-sel-title{
    padding-top: 30px;
    padding-bottom: 40px;
}
.best-sel-title h2 {
    font-family: YesevaOne-Regular;
    padding-top: 20px;
    padding-bottom: 11px;
    color: #fff;
    font-size: 50px;
    text-align: center;
}

.best-sel-title img {
    display: block;
    margin: 0 auto;
    margin-top: -17px;
}

/*.cart-bg h2 span{
    color:linear-gradient(to right, #f7b733, #fc4a1a);
}*/


/******************************cart code end**********************************/


/******************************REVIEW CODE START**********************/
.circle-1{
    background-image: url(../images/review-bgt.png);
    /*background-image: url(../images/cards-bg-1.jpg);*/
    /*background: pink;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /*height: 600px;*/
    padding-bottom: 60px;
}

.ourworks-box{
    width: 60%;
    justify-content: center;
    text-align: center;
}

.our-works-head{
    font-size: 30px;
    font-weight: 400;
    color: black;
}
.introduce{
    height: 250px;
    background-color:white;
    box-shadow: 0 3px 10px #5969f642;
    border-bottom: 4px solid #f9a342;
    color: black;
}

.introduce:hover{
    box-shadow: 0 3px 15px #5969f666;
    border-bottom: 4px solid #f4762c;
    color: black;
    text-decoration: none;
}
.flex-column-1{
    height: 70%;
    width: 100%;
    text-align: center;
    padding-top: 20px;

}
.flex-column-2{
    height: 30%;
    width: 100%;
    align-items:center;
}
.text-gray{
    color: gray;
}
/*.pic{
    height: 70px;
    width: 70px;
    margin-left: 20px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}*/

/*.introduce:hover .pic{
    transform: scale(1.1);
}*/
.carousel-indicators .active{
    background-color: #f68c31;
}
.carousel-indicators li{
    background-color: #c8e5ff;
}
.carousel-indicators{
    bottom: -50px;
}

.ourworks-box h2{
    font-family: YesevaOne-Regular;
    padding-top: 60px;
    padding-bottom: 0px;
    /*color: #212529;*/
    color: #ffff;
    font-size: 50px;
    text-align: center;
}

.ourworks-box{
    margin-bottom: 20px;
}

/********************************A&Q CODE START***********************************/



.QnA-btn{
    padding-bottom: 50px;
}

.faq-section {
    background-image: url(../images/bg-side-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.anq-title h2{
    font-family: YesevaOne-Regular;
    color: #212529;
    font-size: 50px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    /*margin-top: 50px;
    margin-bottom: 50px;*/
}
.faq-section .container .anq-title h2 span {
    background: linear-gradient(to right, #f7b733, #fc4a1a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font: {
        size: 20vw;
        family: $font;
    };
}
.faq-title h2 {
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 45px;
  margin-top: 45px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq-section .container .row .col-md-12 .card .card-header .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #fc6539;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

/*.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: #fea444;
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
 
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #fc6539;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.anq-title h2{
    font-family: YesevaOne-Regular;
    
    color: #212529;
    font-size: 50px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.faq-section .container .anq-title h2 span {
   
    background: linear-gradient(to right, #f7b733, #fc4a1a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font: {
        size: 20vw;
        family: $font;
    };
}*/

/********************************A&Q CODE END************************************/


/********************STAR REVIEW CODE START*************************/

.rate {
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.information{
    /*text-align: center;
    padding-bottom: 30px;*/
    text-align: center;
    padding-bottom: 18px;
    margin: 0 auto;
}

/********************STAR REVIEW CODE END******************************/


/******************************REVIEW CODE END***********************/


/*********************************accouding menu start*****************************/
#only-faq-sec{
    padding-bottom: 50px;
}

#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}
#accordion a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #212529;
}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #f9fafb;
  color: #212529;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: #fc6539;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}
#accordion .panel-heading a:not(.collapsed) {
  color: #212529;
  /*background-color: #b42b2b;*/
  background-color: #f9fafb;
  transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */
#accordion .panel-heading .accordion-toggle::before {
  font-family: 'FontAwesome';
  content: '\f00d';
  float: left;
  color: #fc6539;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #444;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}
/*.faq-bg{
    background-image: url(../images/FAQ-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: auto;
    padding-bottom: 80px;
}*/
.panel-collapse{
    height: auto;
}
/*.card-title-faq h2{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 30px;
}*/
.card-title-faq h2{
    font-family: YesevaOne-Regular;
   /* padding-top: 60px;*/
    padding-bottom: 0px;
    color: #212529;
    font-size: 50px;
    text-align: center;
}


.card-title-faq img {
    display: block;
    margin: 0 auto;
    margin-top: -17px;
}

.card-title-faq{
    margin-top: 50px;
    margin-bottom: 50px;
}

#prev-arrow{
  opacity: 1;
  left: -10%;
}
#next-arrow{
  opacity: 1!important;
  transform: rotate(-180deg)!important;
  right: -10%!important;
}
/*********************************accouding menu end*******************************/


/***********************************signup popup code start******************************************/

@media (min-width: 576px){
  .modal-dialog {
    max-width: 400px;
    
    .modal-content {
      padding: 1rem;
    }
  }
}
.show{
  padding: 0px!important;
}
#loginModal{
  padding: 0px!important;
}
.btn-info {
    color: #fff;
    background-color: #ff9000;
    border-color: #ff9000;
}
.btn-info:hover {
    color: #fff;
    background-color: #f2653c;
    border-color: #f2653c;
}

.text-info {
    color: #ff0000!important;
}

.modal-header {
  .close {
    margin-top: -1.5rem;
  }
}

.form-title {
  margin: -2rem 0rem 2rem;
}

.btn-round {
  border-radius: 3rem;
}

.delimiter {
  padding: 1rem;  
}

.social-buttons {
  .btn {
    margin: 0 0.5rem 1rem;
  }
}

.signup-section {
  padding: 0.3rem 0rem;
}
.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0px !important;
}


.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-image: url("../images/popup.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

/***********************************sign popup code end*****************************************/




/*****************************footer start ***********************************/

footer {
  width: 100%;
  background-color: #263238;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
  margin-top: 50px;
}
.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
  color: #fc6539;
  font-family: YesevaOne-Regular;
}
footer p {
  font-size: 17px;
  color: #ccc;
  padding-bottom: 0px;
  margin-bottom: 8px;
}
.mb10 {
  padding-bottom: 15px;
}
.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
  color: #ccc;
}
.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}
.fleft {
  float: left;
}
.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer_ul2_amrc li p {
  display: table;
}
.footer_ul2_amrc li a:hover {
  text-decoration: none;
}
.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px;
}
.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li {
  display: inline;
}
.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
}

.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
}
.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}
.social_footer_ul li a {
  color: #ccc;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 50%;
}
.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}




/*****************************footer end*************************************/


@media (min-width:320px)  { 
  .top-banner-section {
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 839px;
    margin-top: 90px;
}

.about-home-section {
    padding-top: 10px;
    padding-bottom: 10px;
}
.home-about-section h2 {
    font-family: YesevaOne-Regular;
    font-weight: 400;
    text-align: left;
    font-size: 33px;
    color: orange;
}

.about-home-section p {
    font-size: 21px;
    text-align: justify;
}


footer p {
    font-size: 17px;
    color: #ccc;
    padding-bottom: 0px;
    margin-bottom: 8px;
    text-align: justify;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
    color: #fc6539;
    font-family: YesevaOne-Regular;
    text-align: justify;
    font-size: 15px;
}

.modal-content {
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-image: url(../images/popup.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    height: 321px!important;
}

}


@media (min-width:1025px) { 
  .banner-title-section {
    margin-left: 153px;
}
}
