html,body
{
	padding: 0px;
	margin: 0px;

overflow-x: hidden;
}
#magik-slideshow
{
	margin: 0px;
}
.sitelogo
{
	max-height: 100px;
	width: 60%;
}
.snavbar
{
	background: rgba(25, 27, 28, 1) none repeat scroll 0 0;
    padding: 10px 0px 24px 0px;
   display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    z-index: 1000;
}

/*Header 2*/


.snavbar2 {
    background: rgba(25, 27, 28, 1) none repeat scroll 0 0;
    padding: 10px 0px 24px 0px;
    display: block;
    margin: 0 auto;
    width: 100%;
}



.main-nav
{
float: right;
margin-top: 0.7rem
}
.topnav {


}

.topnav a {
	font-size: 14px;
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 19px 10px;
 
  text-decoration: none;

  font-family: "Poppins", sans-serif;
  transition: 0.10s ease-in-out;
}

.active {

  color: #fac116 !important;
}

.topnav .icon {
  display: none;
}


.dropdown {
  float: left;

  cursor: pointer;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  color: white;
 background-color: var(--sec-color);
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding-right:0px;
    padding-left:10px;
}

.dropdown-content {
display: none;
  position: absolute;
 background-color: rgba(25, 27, 28, 1);
top:3rem;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 z-index: 100000;
width:210px;
right: 5px
}

.dropdown-content a {
  float: none;
  color: black;
padding: 17px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
  text-transform: uppercase;

    font-size: 14px;
    transition: 0.4s ease-in-out;
    color:white;
    border-bottom: 1px solid #fac116;


  background: linear-gradient(to right, #fac116 50%, rgba(25, 27, 28, 1) 50%);
  background-size: 200% 100%;
  background-position: right bottom;


}


.dropdown-content a:hover {
  color: black !important;
    background-position: left bottom;
}
.topnav a:hover, .dropdown:hover .dropbtn {

  color:#fac116;
  
}

.dropdown:hover .dropdown-content {
  display: block;
}



.container
{
	padding: 0px !important;
}
.tp-caption .linkss
{
  font-size: 16px;
  display: block;
  color: white;

}
.about
{
  padding-top: 2rem;
}
.about .title2
{
  text-align: center;
  margin-bottom: 2rem;
}
.about .title2 h2
{
  text-align: center;
  font-weight: 600;
  margin-bottom: 3rem;

  text-transform: capitalize;
position: relative;

}
.about .title2 h2::after
{
  content: "";
  background: #fac116;
  width: 100px;
  height: 5px;
  top: 50px;
  left: 0;
}

.about .title2 h2:before
{
  content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #f2f2f2;
    bottom: 1px;
    left: calc(50% - 60px);
      top: 51px;
}
.about .title2 h2:after
{
content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #191b1c;
    bottom: 0;
    left: calc(50% - 20px);
}


.custom-container
{
  margin-left: 5px;
  margin-right: 5px;
}
.blog
{
background: url("../images/background index map.png");
width: 100%;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
position: relative;

}
.blog::before
{
  content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:  #fac116;
    opacity: 0.4;
    z-index: 2;
}
.blog .title
{
  color: black;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 50px;
  font-weight: bold;
padding-bottom: 20px;
}
.blog .title:before
{
  content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #f2f2f2;
    bottom: 1px;
    left: calc(50% - 60px);
}
.blog .title:after
{
content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #191b1c;
    bottom: 0;
    left: calc(50% - 20px);
}
.blog .rowp2
{
   position: relative;
  width:100%;
padding-top: 3rem;
padding-bottom: 2rem;
display: flex;
justify-content:space-around;
align-items: center;
flex-wrap: wrap;
overflow: hidden;
margin-top:3rem;

}
.blog .card
{
  position: relative;
  width: 270px;
  height: 270px;

  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 25px rgba(0,0,0,0.2);
  transition: 0.5s;
  overflow:hidden;
  margin-bottom: 25px;
  z-index: 20;
  text-align: center;
}
.blog .card:hover
{
    background:#fac116;
color: black;
} 

.blog .card:hover 
{

  transform: scale(1.1);
  opacity: 1
}

.blog .circle
{
  position: relative;
  width: 100%;
  height: 200px;
  background:#000;
  text-align: center;
}

.blog .card .content
{
  position: absolute;
 top: 190px;
padding-top: 30px;
padding-bottom: 30px;
left: 50px;
}

.blog .card .content h3
{
font-weight: bold;
font-size: 20px;
text-align: center !important;
}
.blog .card:nth-child(1) .content
{
left:70px;
}
.blog .card:nth-child(3) .content
{
left:70px;
}
.blog .card:nth-child(4) .content
{
left:100px;
}


.blog .card:nth-child(1) .circle{
  background:url("../images/pic3.jpg");
  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
.blog  .card:nth-child(2) .circle{
  background:url("../images/pic4.jpg");
   background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog  .card:nth-child(3) .circle{
  background:url("../images/pic2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog  .card:nth-child(4) .circle{
  background:url("../images/pic1.jpg");
   background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog .card .circle img
{
  width: 17%;
padding: 20px;
}


  body::-webkit-scrollbar {
    width:15px;
 max-height: 20px;
  }

  body::-webkit-scrollbar-track {
    background:black;
    width: 6px;
  }
  body::-webkit-scrollbar-thumb {
    background-color:  #fac116;
    border-radius:10px;

    border: 3px solid  #fac116;
  }


.features .custom-container{
  position: relative;
  width:100%;
padding:40px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
overflow: hidden;

} 

.features .custom-container .card
{
  position: relative;
  width: 300px;
  height: 300px;
  background:#fff;
margin-right: 60px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 25px rgba(0,0,0,0.2);
  transition: 0.5s;
  overflow:hidden;
  margin-bottom: 3rem;

} 

.features .custom-container .card:hover 
{

  transform: scale(1.1);
  opacity: 1
}

.features .card .circle
{
  position: relative;
  width: 100%;
  height: 100%;
  background:#fac116;
 clip-path: circle(170px at center 0);
  text-align: center;
}
.features .card .circle
{
  padding-top: 20px;
}
.features .card .circle h4
{
  color: black !important;
  padding-left: 5px;
  padding-right: 5px;
}
.features .card .circle .fa
{
  font-size: 40px;
  color: white;
  margin-top: 15px;
  color: white;
}
.features .card .content
{
  position: absolute;
  bottom:10px;
text-align: center;
margin-top: 15px;
}
.features .card .content p
{
  color: #666;
  padding-left: 5px;
  padding-right: 5px;

}
.features .card .content a
{
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background:#000;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  margin-top: 40px;
}

.features .title
{
  color: black;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 50px;
  font-weight: bold;
padding-bottom: 20px;
}
.features .title:before
{
  content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #f2f2f2;
    bottom: 1px;
    left: calc(50% - 60px);
}
.features .title:after
{
content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #191b1c;
    bottom: 0;
    left: calc(50% - 20px);
}

.media
{
background: #191b1c;
width: 100%;
padding-bottom: 50px
}


.media .title
{
  color: #fac116;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 50px;
  font-weight: bold;
padding-bottom: 20px;
}
.media .title:before
{
  content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #f2f2f2;
    bottom: 1px;
    left: calc(50% - 60px);
}
.media .title:after
{
content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #191b1c;
    bottom: 0;
    left: calc(50% - 20px);
}
.contact
{
  background: #fac116;
}
.contact .title
{
  color: black;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 60px;
  padding-top: 80px;
  font-weight: bold;
padding-bottom: 20px;
}
.contact .title:before
{
  content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #f2f2f2;
    bottom: 1px;
    left: calc(50% - 60px);
}
.contact .title:after
{
content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #191b1c;
    bottom: 0;
    left: calc(50% - 20px);

}


.contact label
{
  font-weight: bold;
  padding-top:15px;
  padding-bottom: 15px;
}
.btn-primary
{
  background:#191b1c !important;
  outline-color:#191b1c !important;
  border-color:#191b1c !important; 
  margin-top: 1rem;
  margin-bottom: 2rem
}
.btn-primary:hover
{
  background-color:white;

  outline-color:#191b1c !important;
  border-color: #191b1c !important

}
.cinfo 
{
  background-color: #fac116;
 max-width: 100%;
  height:370px;
  margin-top: 3rem;
}
@media screen and (max-width: 900px)
{
 .cinfo 
{

  margin-top: 2rem;
} 
}

.cinfo2
{
  padding-top: 80px;
   padding-left: 20px;
}
.cinfo2 .fa
{
  margin-right: 10px;
  font-size: 18px;
}
.cinfo2 h5
{
  color: white;
  font-weight: bold;
/*  margin-top: 1.5rem;
  margin-bottom: 1.5rem;*/
}
::placeholder{
text-transform: capitalize;
}
.container2
{
  padding-left: 50px;
  padding-right: 50px;
}
.footer {

background: #191b1c !important;
}

 

  /* Social Icons*/
.social .fb a:before {
  content: "\f09a";
  font-family: FontAwesome;
}
.social .fb a {
  background: #3C5B9B;
  font-size: 18px;
  border-radius: 3px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}
.social .fb a:hover {
  background: #3C5B9B;
}
.social .tw a:before {
  content: "\f099";
  font-family: FontAwesome;
}
.social .tw a {
  background: #359BED;
  font-size: 18px;
  border-radius: 3px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}
.social .tw a:hover {
  background: #359BED;
}



.social .linkedin a:before {
  content: "\f0e1";
  font-family: FontAwesome;
}


.social .linkedin a {
  content: "\f0e1";
  font-family: FontAwesome;
  background: #027ba5;
  font-size: 18px;
  border-radius: 3px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}
.social .linkedin a:hover {
  background: #027ba5;
}




.social3 .whatsapp a:before {
  content: "\f232";
  font-family: FontAwesome;
}


.social3 .whatsapp a {
  content: "\f232";
  font-family: FontAwesome;
  background: #1aba25;
  font-size: 18px;
  border-radius: 3px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}
.social3 .whatsapp a:hover {
  background: #1aba25;
}



.social3 .telegram a:before {
  content: "\f2c6";
  font-family: FontAwesome;
}
.social3 .telegram a {
  content: "\f2c6";
  font-family: FontAwesome;
  background: #0088cc;
  font-size: 18px;
  border-radius: 3px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}
.social3 .telegram a:hover {
  background: #0088cc;
}



.social3 .email a:before {
  content: "\f0e0";
  font-family: FontAwesome;
}
.social3 .email a {
  content: "\f0e0";
  font-family: FontAwesome;
  background: #e64809;
  font-size: 18px;
  border-radius: 3px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}


.social .email a:hover {
  background: #e64809;
}


/*Insta*/

.social .insta a:before {
  content: "\f16d";
  font-family: FontAwesome;
}



.social .insta a {
  content: "\f16d";
  font-family: FontAwesome;
  background: #3f729b;
  font-size: 18px;
  border-radius: 3px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}
.social .insta a:hover {
  background: #3f729b;
}




.social .youtube a:before {
  content: "\f167";
  font-family: FontAwesome;
}
.social .youtube a {
  background: #F03434;
  font-size: 18px;
  border-radius: 3px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}
.social .youtube a:hover {
  background: #F03434;
}

.social ul {
  float: left;
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.social ul li {
  margin: 0px 0px 0px 7px;
  display: inline-block;
}
.social a {
  transition: background 400ms ease-in-out;
}

.social3 ul {
  float: left;
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.social3 ul li {
  margin: 0px 0px 0px 7px;
  display: inline-block;
}
.social3 a {
  transition: background 400ms ease-in-out;
}

.footer-middle {
  margin: auto;
  margin-bottom: 20px;
}
.footer-middle .col-md-3, .footer-middle .col-md-2 {
  margin: 5px auto;
}
.footer a:hover {
  text-decoration: none;
}
.footer-bottom {
  background: none repeat scroll 0 0 #191b1c;
  margin: auto;
  overflow: hidden;
  padding: 20px 0 15px;
  width: 100%;
  text-align: center;
}
.footer-bottom a {
  color: #aaa;
}
.footer-bottom a:hover {
  text-decoration: none;
}
.contacts-info address {
  display: block;
  margin: auto;
  font-style: normal;
  line-height: 1.5em;
  color: #999;
  padding-top: 5px;
  margin-top: 10px;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 7px;
  font-size: 12px;
  border: none;
}
.footer-logo {
  text-align: left;
  
}

.payment-accept img {
  margin: 0px 10px 8px 0px;
  width: 50px;
}
.footer-middle h4 {
  color: #65d31f;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  margin-top: 20px
}
.footer-middle ul.links {
  margin: auto;
  padding: 0px;
}
.footer-middle .links li {
  list-style: none;
  padding: 5px 0px;
    border-bottom: 1px solid #fac116;
margin-bottom: 10px;
margin-top: 10px
}
.footer-middle .links li a {
  color: #999999;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.footer-middle .links li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-middle .links li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  line-height: 20px;
  color: #999999;
  margin-right: 5px;
}
.add-icon:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 15px;
  color: black;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  float: left;
  font-style: normal;
  text-align: center;
  margin-right: 10px;
  border-radius: 30px;
  border-radius: 25px;
  background: #fac116 !important
}
.email-icon:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 14px;
  color: black;
  height: 35px;
  width: 35px;
  margin-right: 5px;
  line-height: 35px;
  display: inline-block;
  float: left;
  font-style: normal;
  text-align: center;
  margin-right: 10px;
  background:#fac116 !important;
  border-radius: 25px
}
.phone-icon:before {
  content: "\f095";
  font-family: FontAwesome;
  font-size: 15px;
  color:black;
  height: 35px;
  width: 35px;
  margin-right: 5px;
  line-height: 35px;
  display: inline-block;
  float: left;
  font-style: normal;
  text-align: center;
  margin-right: 10px;
  background: #fac116 !important;
  border-radius: 25px
}
.email-footer {
  overflow: hidden;
  margin-top: 12px;
  font-size: 12px;
}
.email-footer a {
  font-size: 12px;
  line-height: 35px;
  color: #999
}
.phone-footer {
  overflow: hidden;
  font-size: 12px;
  line-height: 35px;
  color: #999;
  margin-bottom: 18px;
  margin-top: 15px;
}
.coppyright {
  color: #ccc;
}
.footer-bottom .company-links ul {
  padding: 0px;
}
.footer-bottom .company-links li {
  display: inline-block;
  margin-left: 20px;
  list-style: none;
  float: right;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.entry-footer {
  padding-top:8px !important;
}
.footer-top .block-subscribe {
  margin-bottom: 15px;
}
.footer-bottom .company-links li {
  display: inline-block;
  float: left;
  list-style: outside none none;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 5px;
}
.email-footer a {
  font-size: 11px;
}
  }
.footer-logo img
{
  width: 200px;
}


footer 
{
  color: white !important;
  padding-top: 50px;

}

footer ul li a
{
  color: white !important;
  
    text-decoration: none;
}
footer a,.phone-footer,address
{
  color: white !important;
    font-size: 15px !important;
}
footer h4
{
  color: #fac116 !important
}
footer .fa
{
  background-color: #fac116 !important;
}
.form-control:focus {
        border-color: #fac116;
        box-shadow: 0 0 0 0.1rem rgba(253,208,35, 0.25);
     
    } 

.footer a, .footer p ,address,.footer div{
  color: white;
  font-size: 16px !important;
  padding-bottom: 5px;
  padding-top: 5px;
}
/*Blog page*/

.blogsection
{
padding-left:50px; 
padding-right:50px;
padding-top: 50px;
 padding-bottom:50px;
/*background: rgba(0, 0, 0, 0.72)*/
background-color: #fac116;;
}
.blogsection hr
{
  color: white
}
.blog-item
{
 padding:50px; 

background: #191b1c;
 
}
.blog-item p
{
  width:80%;
  color: white !important;
  font-size: 16px;
}
.blog-item h3
{
  color: white;
}
.blog-item ul
{
  padding: 0px;
  margin: 0px;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.blog-item a
{
 color: #fac116;
text-decoration: none;
transition:all 0.4s
 
}

.blog-item a:hover
{
  color: white
}

.blog-item ul li
{
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: white;
}
.blog-item ul li img
{
  width: 50px;
}
.blog-item .bimage
{
  margin-top: 1.5rem;
}
.bdetail 
{
  width: 100% !important;
}
.bdimage 
{
  float: right; 
margin: 20px 15px 15px 10px;
width:50%;
}

.slide-content h1
{
  font-size: 4em;
  width: 80%;
  font-weight: bolder;
  color: #fac116
}

.app
{
  padding: 50px;

}
.app h1
{
  padding-bottom: 2rem; 
  color: #fac116;
  font-size: 3.5rem;
  font-weight: bolder
}
.app p
{
  padding-bottom: 2rem; 
  width: 90%;

}
.app .acontent
{
  margin-top: 5rem;
}


/*social icons*/



.social5 {
  position: fixed;
  top: 43%;
  right:0;
}

.social5 ul {
  list-style-type: none;
  padding: 0;
  transform: translatex(270px);
}

.social5 ul li {
  display: block;
  margin: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 314px;

  padding: 10px;
  border-radius: 30px 0 0 30px;
  transition: all 1s;
}

.social5 ul li:hover {
  transform: translatex(-110px);
}

.social5 ul li.twitter {
  background-color: #55acee;
}

.social5 ul li.twitter:hover {
  background-color: #55acee;
}
.social5 ul li.facebook {
  background-color: #3b5999;
}
.social5 ul li.facebook:hover {
  background-color: #3b5999;
}

.social5 ul li.google-plus {
  background: #027ba5;
}

.social5 ul li.google-plus:hover {
  background: #027ba5;
}

.social5 ul li.instagram {
  background-color: #e4405f;
}


.social5 ul li.instagram:hover {
  background-color: #e4405f;
}


.social5 ul li.whatsapp {
  background: #1aba25;
}


.social5 ul li.telegram:hover {
  background: #0088cc;
}

.social5 ul li.email:hover {
  background: #FF6347;
}

.social5 ul li.telegram {
  background: #0088cc;
}

.social5 ul li.email {
  background: #e64809;
}



.social5 ul li a {
  color: white;
  text-decoration: none;
}

.social5 ul li i {
  text-align: center;
  margin-right:5px;
  color: black;
 color: white;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 35px;
  font-size: 20px;
  transform: rotate(0deg);
}

.social ul li:hover i {
  transform: rotate(360deg);
  transition: all 1s;
}


/*.Sign up*/


.sellers

{
  padding: 50px;
  background: #fac116;
}

.sellers .title
{
  color: black;
  position: relative;
  z-index: 10;
  text-align: center;
 

  font-weight: bold;
padding-bottom: 20px;
}
.sellers .title:before
{
  content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #f2f2f2;
    bottom: 1px;
    left: calc(50% - 60px);
}
.sellers .title:after
{
content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #191b1c;
    bottom: 0;
    left: calc(50% - 20px);

}

.sellers label
{

  color: white;
  margin-left: 5px
}
.sellers .form-check 
{
  margin-left: 10px
}
.sellers .btn-primary
{
background-color: #fac116 !important;
color: black;
margin: 0px;
}
.loginhelp a
{
font-size: 12px;
color: white;
font-weight: bolder;
text-decoration: none;
}


.dashboard .rowp
{
   position: relative;
  width:100%;
padding-top: 3rem;
padding-bottom: 2rem;
display: flex;
justify-content:space-around;
align-items: center;
flex-wrap: wrap;
overflow: hidden;
margin-top:3rem;

}
.dashboard .card
{
  position: relative;
  width: 400px;
  height: 450px;
background: #191b1c;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 25px rgba(0,0,0,0.2);
  transition: 0.5s;
  overflow:hidden;
  margin-bottom: 25px;
  z-index: 20;
  text-align: center;
}
.dashboard .card:hover
{
    background:white;
color: black;
} 

.dashboard .card:hover 
{

  transform: scale(1.1);
  opacity: 1
}
 
.dashboard .circle
{
  position: relative;
  width: 100%;
  height: 350px;
  background:#000;
  text-align: center;
}

.dashboard .card .content
{
  position: absolute;
 top: 190px;
padding-top: 30px;
padding-bottom: 30px;
left: 50px;
}

.dashboard .card .content h3
{
font-weight: bold;
font-size: 20px;
text-align: center !important;
}
.dashboard .card:nth-child(1) .content
{
left:120px;

top: 350px
}

.dashboard .card:nth-child(2) .content
{
left:110px;

top: 350px
}
.dashboard .card:nth-child(1) .circle{
  background:url("../images/1.jpg");
  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
.dashboard  .card:nth-child(2) .circle{
  background:url("../images/11.jpg");
   background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.blog .card .circle img
{
  width: 20%;
padding: 20px;
}

.dashboard .btn-primary
{
  background-color: #fac116 !important;
color: black;
margin: 0px;
border:none;
}
.list li
{
display: block !important;
}

.form-group
{
  margin-bottom: 1rem;
}
.fpostdetails
{
  padding-top: 0px
}
.fdetail li
{
display: block !important;
font-size: 20px;
margin-top: 0.50rem
}
.fpostdetails .btn-primary
{
  background: #fac116 !important;
  color: black
}
.fmoredetaile li
{
display: block !important;
font-size: 14px;
margin-top:0px
}

.slide-content {
    position: absolute;
    color: white;
    top: 140px;
    left:80px;
}
.slide-content h1{

font-size: 2.875rem
}


.fdetail1 li
{
display: block !important;
font-size: 14px;
margin-top: 0.15rem
}

/*Mobile*/

@media screen and (max-width: 647px)
{
  .blog-item
  {
    padding: 10px;
  }
  .blogsection {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sellers {
    padding: 5px;

}
}
@media screen and (max-width:400px)
{
  .blog-item
  {
    padding: 10px;
  }
  .blogsection {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.col-md-6,.col-md-5
{
  margin-bottom: 1rem
}
.bpp
{
  margin-top: -10px
}

@media screen and (max-width:800px)
{

  .bpp
{
  margin-top:0px
}

}

@media screen and (max-width:990px)
{

.slide-content h1 {
    font-size: 3em;
    width: 100%;
    font-weight: bolder;
    color: #fac116;
}

}

@media screen and (max-width:750px)
{
.sitelogo
{
    width:40%;
    margin-top:20px;
}
.slide-content
{
    left:40px !important;
}
.slide-content h1 {
    font-size: 1.7em;
    width: 100%;
    font-weight: bolder;
    color: #fac116;
}

}


@media screen and (max-width:530px)
{

.slide-content {
    position: absolute;
    color: white;
    top: 150px;
    left: 30px;
}
.app h1 {
    padding-bottom: 2rem;
    color: #fac116;
    font-size: 2.5rem;
    font-weight: bolder;
}
.app p {
    padding-bottom: 2rem;
    width: 100%;
}
.app img
{
  margin-bottom: 1rem
}
}

@media screen and (max-width:455px)
{

.slide-content h1 {
    font-size: 1.5em;
    width: 100%;
    font-weight: bolder;
    color: #fac116;
}
.slide-content {
    position: absolute;
    color: white;
    top: 80px;
    left: 10px;
}
}
@media screen and (max-width:600px)
{

.slide-content h1 {
    font-size: 1.5em;
    width: 100%;
    font-weight: bolder;
    color: #fac116;
}

}

.testseller .form-control
{

}

.testseller form
{
  background: unset !important;
}

.error
{
  display: none;
}
.testseller .col-md-4
{
margin-bottom: 5px
}
input::Placeholder
{
font-size:12px;
color:#f2f2f2;
}
option
{
font-size:12px;
}



    
 .sellers form label
{
color: black;
font-size: 12px
}  
 .sellers form .form-group p
 {
  font-size: 12px;
  margin-bottom: 0px
 } 
  .sellers form .btn-primary
  {
    background: #191b1c !important;
    color: white;
    padding: 10px 50px
  }

  .cc .col-md-3
  {
    margin-right: 10px
  }

  .cc .form-group
  {
    margin-bottom: 5px
  }
   .cc .input-group-text
  {
  padding: unset;
  }
.fmoredetaile
{
  font-size: 12px
}
select,input
{
  font-size:14px !important;
}
   .errspan {
        float: right;
        margin-right: 6px;
        margin-top: -25px;
        position: relative;
        z-index: 2;
        color: red;
       
    }
 .error {
        float: right;
        margin-right: 6px;
        margin-top: -25px;
        position: relative;
        z-index: 2;
        color: red;
     
    }
       .successpan {
        float: right;
        margin-right: 6px;
        margin-top: -25px;
        position: relative;
        z-index: 2;
        color: green;
        display: none;
    }



.form-group {
  position:relative;
}
 .form-group:after {
  display:none;
  position:absolute;
  right:10px;
  top:11px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.input-group {
  position:relative;
}
 .input-group:after {
  display:none;
  position:absolute;
  right:10px;
  top:11px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.input-group-text{
  position:relative;
}
 .input-group-text:after {
  display:none;
  position:absolute;
  right:10px;
  top:11px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iti{
position: relative;
}
.iti:after {
  display:none;
  position:absolute;
  right:10px;
  top:11px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




.assocaition .col-md-2{
  position:relative;
}
.assocaition .col-md-2::after {
  display:none;
  position:absolute;
  right:10px;
  top:11px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-group--error:after {
  display:inline-block;
  content: "\f05a";
  color:#c33;
}
 .form-group--valid:after {
  display:inline-block;
  content: "\f05d";
  color:#76af53;
}


 label.error {

  display: none !important;
}
label.valid {
   display: none !important;
}




 .cc2 .form-group:after {

  right:20px !important;
}
.cc3 .form-group:after {

  right:20px !important;
  top: 35px !important
}

.cc3 .col-md-2{
  position:relative;
}
.cc3 .col-md-2::after {

  position:absolute;
  right:30px;
  top:35px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 .cc3 .input-group:after {

  right:20px !important;
  top:11px;

}

 .cc3 .input-group-text:after {
  right:160px !important;
  top:11px;

}

.progress-bar-striped {

        overflow: hidden;
        height: 20px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      }
      .progress-bar-striped > div {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-size: 40px 40px;
        float: left;
        width: 0%;
        height: 100%;
        font-size: 12px;
        line-height: 20px;
        color: #ffffff;
        text-align: center;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-transition: width 3s ease;
        -moz-transition: width 3s ease;
        -o-transition: width 3s ease;
        transition: width 3s ease;
        animation: progress-bar-stripes 2s linear infinite;
        background-color: #288ade;
      }
      .progress-bar-striped p{
        margin: 0;
      }
      
      @keyframes progress-bar-stripes {

        0% {
          background-position: 40px 0;
        }
        100% {
          background-position: 0 0;
        }
      }




#contact.c12:after {

  right:10px !important;
}
#contact .c12:after {

  right:10px !important;
  top: 65px !important
}
.form-control 
{
  appearance:auto !important;
}
video::-webkit-media-controls-fullscreen-button
{
        display: none !important;
}
*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
    display: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
   z-index:100;
   position:relative;
}
#promoContent {
    position: relative;
    display: inline-block;
    top: 10%;
    max-width: 55%;
    height: auto;
    z-index: 9992;
    pointer-events: all;
}

#password-error
{
    display:block !important;
    margin-top:5px;
}
.error2
{
    display:none;
}
.ok
{
    display:none;
}


.navbar {
    transition: all 0.4s;
     background: #191b1c;
}



.navbar .nav-link {
  font-size: 14px;

  display: block;
  color: white;
  text-decoration: none;
  padding-left: 20px;

  font-family: "Poppins", sans-serif;
  transition: 0.10s ease-in-out;

}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
     color:#fac116 !important;

   }



.mobiles
{
  display: none;
}

@media screen and (max-width: 1020px) {
 
.mobiles
{
  display: block;
  padding: 20px
}
.desktops
{
  display: none;
}

}


@media screen and (max-width: 600px)
{
  .features .custom-container .card
  {
    margin-right: 0px;
  }

.blog .card {
    position: relative;
    width: 300px;
    height: 270px;
  }


}
@media screen and (max-width: 1325px)
{
  .app .acontent {
    margin-top:0px
}
}
@media screen and (max-width: 1180px)
{
  .app .acontent {
   padding-bottom: 50px
}
}
@media screen and (max-width: 900px)
{
 .app h1 {
  
    font-size: 2.5rem;
    }
}
@media screen and (max-width: 810px)
{
 .app h1 {
  
    font-size: 2rem;
    }
}

@media screen and (max-width: 767px)
{
 .acontent {
  
text-align: center;
    }
    .acontent img
    {
      margin-bottom: 1rem
    }
}

@media screen and (max-width: 410px)
{
 

.app h1 {
  
    font-size: 1.5rem;
    }
}
#promoContainer {
z-index: 10000;
  }
#promoImage
{
  height: auto
}

@media screen and (max-width: 930px)
{
.dashboard .rowp
{
  flex-wrap: wrap;
}
}

@media screen and (max-width: 390px)
{
.dashboard .rowp
{
  flex-wrap: wrap;
}

.dashboard .card {
    position: relative;
    width: 300px;
    height: 300px;
}

.dashboard .circle {
    height: 250px;

}

.dashboard .card .content {

    top: 225px;
    
}
.dashboard .card:nth-child(1) .content {
    left:80px;
    top: 225px;
}
.dashboard .card:nth-child(2) .content {
    left: 70px;
    top: 225px;
}
}

.social3
{
  display: none;
}

@media screen and (max-width: 780px)
{
  .social3
  {
    display: block;
  }
    .social5
    {
      display: none;
    }
}

#promoImage {
height: 550px !important;
    width: 600px !important;
     max-width:unset !important; 
max-height: unset !important; 
    box-sizing: border-box;
    display: block;
    border: 8px solid #fff;
}
#promoContent {
    position: relative;
    display: inline-block;
    top: 10%;
    max-width: unset !important; 
    height: unset !important;
    z-index: 9992;
    pointer-events: all;
}
@media screen and (max-width: 640px)
{
#promoImage {

height: 500px !important;
width: 550px !important;
}
#promoContent {
    position: relative;
    display: inline-block;
    top: 20%;
}
}
@media screen and (max-width: 640px)
{
#promoImage {

height:450px !important;
width: 500px !important;
}
#promoContent {
    position: relative;
    display: inline-block;
    top: 30%;
}
}

@media screen and (max-width: 492px)
{
#promoImage {

height:400px !important;
width: 400px !important;
}
#promoContent {
    position: relative;
    display: inline-block;
    top: 30%;
}
}

@media screen and (max-width: 408px)
{
#promoImage {

height:350px !important;
width: 350px !important;
}
#promoContent {
    position: relative;
    display: inline-block;
    top: 30%;
}
}

@media screen and (max-width: 360px)
{
#promoImage {

height:320px !important;
width: 320px !important;
}
#promoContent {
    position: relative;
    display: inline-block;
    top: 30%;
}
}

.blog-item p {
    width: 80%;
    color: white;
    font-size: 16px;
}

@media screen and (max-width:992px)
{
    .bdimage 
{
  float:unset; 
margin:unset;
width:100%;
}
}
.blog-item   .desktop
{
    display:block;
}
.blog-item   .mobile
{
    display:none;
}
@media screen and (max-width:992px)
{
.blog-item   .mobile
{
  display:block;
}
.blog-item   .desktop
{
    display:none;
}
.blog-item p {
    width: 100%;
    color: white;
    font-size: 16px;
}
.blog-item h2
{
    font-size:20px;
}
}
