body{
    font-family: 'Poppins', sans-serif;
}

/*************************************************************/
.slide-right{
  z-index: 600;
}
.slide-right, .slide-left {
  width: 100%;
  
}
/***** Slide Right *****/
.slide-right {
  animation: 5.5s slide-right;
}
@keyframes slide-right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}
/***** Slide Left *****/
.slide-left {
  animation: 5.5s slide-left;

}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}


/************************************************************/


.header-top{
	background: #e6bb29;
	height: 60px;
}

.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 {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.header-left-side p a{
  color: #fff;
  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-block1 {
    /*display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;*/
    /* padding-top: 6px; */
    /*padding-bottom: 0px;*/
}
.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;
}
.btn-outline-login{
	padding: 8px 30px;
    font-size: 15px;
}
.btn-outline-secondary {
    color: #ffff;
    border-color: #ffff;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
   /* padding: 0.375rem 0.75rem;*/
  padding: 2px 6px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    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************************************************/



.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: 20px 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: 70px;
  width: auto;
  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: #8167a9 !important;
}
.nav-item.active .nav-link{
  color: #777 !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: #007bfe;
  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;
}

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

.bg-light {
  background-color: #fff !important;
    transition: all 200ms linear;
    position: relative;
    z-index: 100;
}
.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;
}

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: 13px;
  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: rgb(0 123 255);
}

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: #999 !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 start
================================================== */


/*****************************top 1st header section Start***************************************/
.top-title{
	padding-top: 210px;
}
.top-right-img-bg{
	/*background-image: url(../images/blue-bg.png);*/
  background-image: url(../images/blue-bg-new1.webp);
  	background-repeat: no-repeat;
  	background-position: right;
  	/*background-size: 935px 900px;*/
    background-size: 720px 900px;
  	/*height: 636px;*/
  	/*padding: 0px;*/
}
.top-title h3 {
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 20px;
}
.top-title h2 {
    font-weight: 300;
    font-size: 44px;
    padding-bottom: 20px;
}
.top-title p {
    /*padding-bottom: 40px;*/
    padding-bottom: 25px;
}
.btn-outline-primary1 {
    color: #1f9be9!important;
    border-color: #1f9be9!important;
    margin-right: 10px;
}
.btn-outline-primary2 {
    color: #ffff!important;
    border-color: #1f9be9!important;
    background-color: #1f9be9!important;
}
.btn-top-sec {
    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: 12px 45px; 
    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;
}
@media screen and (min-width:320px) and (max-width:575px){
  .sec-product-4 ,.top-title {
    padding-top: 0px !important;
}
.top-title{
  padding: 15px;
}
.back-img,.sec-product-3{
padding: 22px !important;
}
}
/*****************************top 1st header section End***************************************/

/*****************************2nd header section Start***************************************/
.sec-product-4{
	padding-top: 210px;
  padding-left: 70px;

}
.top-left-img-bg{
  /*background-image: url(../images/green-bg.png);*/
  background-image: url(../images/yellow-bg-new1.webp);
  background-repeat: no-repeat;
  background-position: left;
  /*background-size: 951px 823px;*/
  background-size: 760px 823px;
 /* height: 889px;
  padding: 0px;*/
}
.sec-product-4 h2 {
    font-weight: 300;
    font-size: 50px;
    padding-bottom: 20px;
}
.sec-product-4 p {
    padding-bottom: 40px;
}

.card-body{
  text-align: center;
}

.carts-bg {
    background-image: url(../images/bg-img-new.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /*padding-bottom: 50px;*/
}

.cart-sec{
	padding-top: 14px;
    padding-bottom: 80px;
}
.card-img{
  padding: 15px;
}
.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;
    border: 1px solid transparent;
    padding: 7px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 2px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/************************test start**************************/

.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}
.card:hover{
  /*transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);*/
}
.card-text{
  /*height:80px; */ 
}

.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}

/************************test end***************************/
.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: 0px;
}

.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: #1f9be9!important;
    font-size: 14px;
}

/*****************************2nd header section End********************************/


/*********************************accouding menu start*****************************/

.footer{
	background-color: #034387;
}

#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}
#accordion a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #1f9be9;
  text-decoration: none;
}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #007bff;
  color: white;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}
#accordion .panel-heading a:not(.collapsed) {
  color: white;
  /*background-color: #b42b2b;*/
  background-color: #007bff;
  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: white;
  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;
}
#only-faq-sec{
  padding-bottom: 50px;
}
/*********************************accouding menu end*******************************/



/*****************************Testimonical start***************************************/

.carousel {
    width: 650px;
    margin: 0 auto;
    padding-bottom: 50px
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px
}

.carousel .item a {
    color: #eb7245
}

.carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%
}

.carousel .testimonial {
    padding: 30px 0 10px
}

.testimonial {
    color: #000000;
    font: Times Roman
}

.carousel .overview {
    text-align: center;
    padding-bottom: 5px
}

.carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12
}

.carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px
}

.carousel-control i {
    font-size: 20px;
    margin-right: 2px
}

.carousel-control.left {
    left: auto;
    right: 40px
}

.carousel-control.right i {
    margin-right: -2px
}

.carousel .carousel-indicators {
    bottom: 15px
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px!important;
    height: 11px!important;
    margin: 1px 5px;
    border-radius: 50%


}


.carousel-indicators li{
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%
    border: none!important;
}

/*.carousel-indicators li {
    background: #e2e2e2;
    border-color: transparent
     border: none!important;
}*/

.carousel-indicators li.active {
    border: none;
    background: #888
}

.carousel-indicators li {
    background: #e2e2e2;
    border-color: transparent;
     border: none;
}

/*****************************Testimonical End*****************************************/


/**********************UP ARROW CODE START*************************/
#button-up {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-up::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button-up:hover {
  cursor: pointer;
  background-color: #333;
}
#button-up:active {
  background-color: #555;
}
#button-up.show {
  opacity: 1;
  visibility: visible;
}

a:hover {
     color: none; 
     text-decoration: none; 
}
/**********************UP ARROW CODE END***************************/



/*****************************Footer start*************************/

.footer .footer-menus ul li a{
	color: #fff;
	padding-bottom: 10px;
  font-size: 14px;
}

.footer .footer-menus ul li a:hover{
  color: #e5bb27;
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.footer-text-logo{
	padding-top: 30px;
	padding-bottom: 10px;
}
.footer ul>li {
    padding: 4px;
    color: #C5CAE9
}

.footer ul>li:hover {
    color: #e6bb29;
    cursor: pointer
}

hr {
    border-width: 3px
}

/*.card {
    padding: 2% 7%
}*/

.social>i {
    padding: 1%;
    font-size: 15px
}

.social>i:hover {
    color: #957bda;
    cursor: pointer
}

.policy>div {
    padding: 4px
}

.heading {
   /* font-family: 'Titillium Web', sans-serif;*/
    color: #e6bb29;
    font-weight: 600;
    padding-top: 30px;
    font-size: 17px;
}

.divider {
    border-top: 2px solid
}
.card-text-footer{
	color:#fff;
}
.pull-left p{
	color:#fff;
 /* padding-top: 20px;*/
	/*padding-top: 30px;*/
}
.policy div{
	color:#fff;
}

.card-text-footer{
  padding-top: 15px;
}

/****************************Footer End**************************/
/*****************************footer social media start*************************************/
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}



.social-network a.icoLinkedin-red:hover {
  background-color: #f15245;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}

.footer-copyrights-sec p{
  text-align: right;
}

.footer-social{
  padding-top: 10px;
}
/*****************************footer social media end*************************************/

.moretext {
  display: none;
}