body {
  background: #fff;
 font-family: 'Lato', sans-serif;
  color: #64636f;
  line-height: 32px;
  font-size: 15px;
font-weight: 400;
	padding-top: 100px;
}
html {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Lato', sans-serif;
  color: #2d3691;
  font-weight: 900;
  margin-bottom: 15px;
}
h1, .h1 {
  font-size: 42px;
}
h2, .h2 {
  font-size: 38px;
}
h3, .h3 {
  font-size: 28px;
  font-weight: 500;
}
h4, .h4 {
  font-size: 24px;
  font-weight: 500;
}
h5, .h5 {
  font-size: 20px;
  font-weight: 500;
}
h6, .h6 {
  font-size: 18px;
  font-weight: 500;
}
p {
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  color: #64636f;
  text-decoration: none;
  margin-bottom: 28px;
}
.lead {
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  color: #64636f;
}
.with-errors li{
    color: red;
}

ul {
  margin-bottom: 26px;
}
li {
  color: #64636f;
  text-decoration: none;
}
a {
  color: #2d3691;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #19206F;
  text-decoration: none;
}
section, footer {
  padding: 90px 0;
  margin: 0;
}

.form-control::placeholder {
    color: #d4d5d7;
    opacity: 1;
}
.fas, .fab {
  min-width: 22px;
}
.text-primary {
  color: #2d3691 !important;
}
.bg-primary {
    background-color: #2d3691 !important;
}
.border-primary {
    border-color: #2d3691 !important;
}
.btn {
  padding: 1rem 2rem;
  font-size: 1.1rem;
	  border-radius: 2rem !important;
}
.badge-pill {
  padding-right: .7em;
  padding-left: .65em;
  border-radius: 10rem;
}


.btn-primary {
  color: #fff !important;
  background-color: #2d3691;
  border-color: #2d3691;
	 padding: .5rem 2.5rem;
  font-size: 1.1rem,
	 
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #19206F;
  border-color: #19206F;

}
.btn-secondary {
  color: #fff;
  background-color: #373435;
  border-color: #373435;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}
.btn-outline-primary {
  color: #f58221;
  background-color: transparent;
  background-image: none;
  border-color: #f58221;
}
.btn-outline-primary:hover {
  border-color: #424242;
  color: #424242;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #373435;
  background-color: transparent;
  background-image: none;
  border-color: #373435;
}
.btn-outline-secondary:hover {
  border-color: #191919;
  color: #191919;
  background-color: transparent;
}
.round-list ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
.round-list ol li {
  margin: 0 0 0.7rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
.round-list ol li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  --size: 26px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  transform: rotate(0deg);
  background: #0f6eb7;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
}
.round-list ol li:hover::before {
  transform: rotate(-10deg);
  --size: 32px;
}
ul.list-icon {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list-icon li {
  margin: 0 1em 0.5em 1em;
  margin-left: 25px;
}
ul.list-icon > li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  visibility: visible;
  font-weight: 900;
  float: left;
  margin-left: -1.5em;
  color: #2d3691;
}
.fa, .fas {
    width: 20px;
	padding-right: 5px;
}
.darkbg, .darkbg p, .darkbg li, .darkbg a, .darkbg a:active, .darkbg .footer-links {
  color: #fff !important;
}
.darkbg h1, .darkbg h2, .darkbg h3, .darkbg h4, .darkbg h5, .darkbg h6  {
  color: #fff;
}
.darkbg .title-left {
  position: relative;
  margin-bottom: 70px;
  text-align: left;
}
.darkbg .title-left:after {
	background-color: #fff;
  position: absolute;
  width: 55px;
  height: 2px;
  content: '';
   bottom: -30px;
  left: 0%;
}
.darkbg .title {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}
.darkbg .title:after {
  position: absolute;
  width: 55px;
  height: 2px;
  content: '';
  background-color: #fff;
   bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.darkbg ul.list-icon > li::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  visibility: visible;
  font-weight: 900;
  float: left;
  margin-left: -1.5em;
  color: #fff;
}

table {
  margin-bottom: 35px;
  font-size: 16px;
}
hr {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

.title-left {
  position: relative;
  margin-bottom: 70px;
  text-align: left;
}
.title-left:after {
  position: absolute;
  width: 64px;
  height: 2px;
  content: '';
  background-color: #2d3691;
  bottom: -30px;
  left: 0%;
}
.title {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}
.title:after {
  position: absolute;
  width: 64px;
  height: 2px;
  content: '';
background-color: #2d3691;
   bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.title-small {
  color: #64636f;
  font-size: 20px;
  font-weight: 400;
}
.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}
.white-bg {
  background-color: #fff;
}
.gray-bg {
  background-color: #f6f6f6;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
figure {
  margin-bottom: 24px;
}
.display-5 {
  font-size: 60px;
  font-weight: 400;
  line-height: 2;
}
.text-small, .text-small p, .text-small li {
  font-size: 14px !important;
}
.br-0 {
  border-radius: 0;
}
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.text-highlight {
 color: #CA9773;
}
/********************************Global Transitions ********************************/
a, h1, h2, h3, h4, h5, h6, p, ul, li, ::before, ::after, .btn, .camera_caption, .images-block, .images-block figcaption, .images-block img, .images-block figcaption h2, .images-block figcaption p, .fas, .fab, .card, .box, .article-link a::after, .testimonial {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*********************** *********Global- background images hover effects******************************/
.images-block {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.images-block img {
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.images-block:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.06, 1.06, 1);
  -moz-transform: scale3d(1.06, 1.06, 1);
  transform: scale3d(1.06, 1.06, 1);
}
.images-block figcaption {
  font-size: 24px;
  text-align: left;
  font-weight: 400;
  padding: 40px 10px 10px 30px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  opacity: 1;
  width: 100%;
  overflow: hidden;
}
.images-block figcaption h2 {
  color: #fff;
  margin-bottom: 10px;
}
.images-block figcaption p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.images-block:hover figcaption {
  opacity: 1;
}
/*********************** ********* imges Height Style  ******************************/
.img-200 {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 24px;
}
.img-200 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/********************************header and nav bar block ********************************/
#header {
  padding: 0;
  animation: fadeInDown 400ms;
  top: 0;
  width: 100%;
  background-color: #fff;
  position: relative;
}
.navbar {
  padding: 0;
	 background-color: #fff;
	border-bottom: solid 1px rgba(0, 0, 0, 0.07);
}

.navbar-nav {
  min-height: 40px;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgb(215 169 136);
  background-color: #fff;
	margin-right: 15px;
}
.navbar-toggler-icon {
  background-color: rgba(255, 255, 255, 1) !important;
}
.navbar-nav .nav-link {
  color: #64636f !important;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  font-size: 15px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}
.navbar-nav .nav-link:hover {
  color: #19206F !important;
}
.navbar-nav .nav-link.active {
  color: #19206F !important;
}

.navbar-nav .dropdown-menu .nav-item .nav-link:hover {
	    background-color: #fff !important;
}

.navbar-toggle {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-collapse {
  padding-top: 10px;
}
#logo {
  margin: 0 0 0px 0;
  position: relative;
  top: 0;
  left: 0;
  padding: 9px 20px 10px;
}
.logo {
  margin: 0 0 0px 0;
}
.dropdown-menu {
  padding: 15px;
  min-width: 15rem !important;
}

.dropdown-item, .dropdown-item.nav-link {
  font-size: 14px;
  line-height: 18px;
}
.dropdown-menu .nav-link {
	  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.dropdown-menu li:not(:last-child):after {
  content: '';
  position: relative;
  display: block;
  padding-right: 0px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: #fff !important;
}

.navbar-nav.sm-collapsible .sub-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -0.7em 0.5em 0 0;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
  content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
  content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
  border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
  padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item {
  position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -.3em;
  margin-right: 1em;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
  padding-right: 2.1em !important;
}
.navbar-nav .scroll-up, .navbar-nav .scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center;
}
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
  margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
  white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
  white-space: nowrap;
}
/*********************** ********* Style ******************************/
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/* ----------------
  banner Section
  ---------------------*/
.banner-section {
  padding: 0 !important;
  margin: 0;
}
.hero-slider {
  position: relative;
	background-image:url("../images/blank.gif");
	background-repeat: no-repeat;
	 background-position: center center !important;
	height: 100%;
	min-height: 150px;
}
.slider-item {
  max-height: 869px;
  background-position: center center;
  position: relative;
}
.hero-slider.hero-slider2 .slider-item {
  max-height: 100%;
  background-position: center center;
  position: relative;
}

.slider-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .0;
}
.slider-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.hero-text {
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    max-width: 1024px;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  padding: 45px 30px;
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
}
.slider-item .hero-text > img {
    max-width: 200px !important;
	margin: auto;
}
.hero-text h2 {
	color: #c3a069;
  font-size: 50px;
    line-height: 58px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  padding-bottom: 10px;
}
.hero-text h2.display {
	color: #c3a069;
  font-size: 80px;
    line-height: 82px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}
.hero-text h3 {
	color: #c3a069;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
}
.hero-text p {
  color: #fff;
  font-size: 17px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.hero-slider .owl-item.active h2, .hero-slider .owl-item.active h3, .hero-slider .owl-item.active .hero-text img {
  -webkit-animation: 1.9s .0s fadeInRightBig both;
  animation: 1.9s .0s fadeInRightBig both;
	
}

.hero-slider .owl-item.active h2{
	color: #c3a069;
	animation-delay: 0.4s;
}
 .hero-slider .owl-item.active h3{
	color: #c3a069;
	animation-delay: 0.8s;
}
.hero-slider .owl-item.active p {
  -webkit-animation: 1s .3s fadeInUp both;
  animation: 1s .3s fadeInUp both;
}
.hero-slider .owl-item.active .slider-btn {
  -webkit-animation: 1s .3s fadeInUp both;
  animation: 1s .3s fadeInUp both;
}
.owl-carousel .owl-nav button.owl-prev {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  color: #c3a069;
  font-size: 36px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
.owl-carousel .owl-nav button.owl-next {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  color: #c3a069;
  font-size: 36px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff3547;
}
@media only screen and (max-width: 1024px) {
	 .hero-text {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    max-width: 250px;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    padding: 5px;
    position: absolute;
    transform: translateY(-50%);
    text-align: center;
    border: solid 2px rgba(255,255,255,0);
}
	.slider-item .hero-text > img {
    max-width: 150px !important;
    max-height: 150px ;
	margin: auto;
	padding: 30px;
	object-fit: contain !important;
		min-height: 100%;
}
	.hero-text h2 {
    color: #373435;
      font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    padding-bottom: 0px;
} 	
	.hero-text h2.display {
	color: #c3a069;
  font-size: 26px;
    line-height: 32px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}
}
@media only screen and (max-width: 768px) {
  .slider-item {
    height: 100%;
    min-height: 170px;
    overflow: hidden;
  }
  .slider-item img {
    width: auto;
    height: auto;
    min-height: 170px;
  }

 .hero-text {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    max-width: 250px;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    padding: 5px;
    position: absolute;
    transform: translateY(-50%);
    text-align: center;
}
	.slider-item .hero-text > img {
    max-width: 150px !important;
    max-height: 150px ;
	margin: auto;
		padding: 15px;
		object-fit: contain !important;
		min-height: 100%;
}
	
.hero-text h2 {
    color: #373435;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
} 
	.hero-text h2.display {
	color: #c3a069;
  font-size: 24px;
    line-height: 30px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}
	
		.hero-text h3 {
    font-size:20px;
    line-height: 24px;
} 
      .hero-item h2 span:nth-child(1) {
    padding-right: 15px;
  }

  .hero-text p {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .owl-carousel .owl-nav button.owl-next {
    top: auto;
    margin: 0;
    bottom: 0px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    top: auto;
    margin: 0;
    bottom: 0px;
  }
  .owl-dots {
    bottom: 10px;
    left: 50px;
    right: 50px;
  }
}
@keyframes fadeInRightBig {
	0% {
	   opacity: 0;
		 -webkit-transform: translateX(2000px);
	   transform: translateX(2000px);
	}
	50% {
	   opacity: 0;
	 }
	100% {
	   opacity: 1;
		 -webkit-transform: translateX(0);
	   transform: translateX(0);
	}
 }


#about {
	background-color: #fff;
    position: relative;
    background-image: url("../images/home/welcome.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}
#about .card {
	background-color: #2d3691;
	padding:65px 35px 50px 35px !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
    border-radius: 0;
}

#about .about-highlight {
	background-color: #fff1e7;
    position: relative;
    background-image: url("../images/home/welcome2.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    overflow: hidden;
}
#about .card.border-r-r {
	border-top-right-radius: 150px!important;
}

#about .about-highlight h3{
	color: #fff !important;
	font-size: 24px;
	line-height: 45px;
}
/*********************** ********* Style ******************************/
#highlight {
  background: #1b1f28;
  width: 100%;
  height: 100%;
  background-image: url(../images/home/contact.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  padding: 130px 0 !important;
}

/*********************** ********* Style ******************************/


#brands {
	background-color: #1B1F28;
	background-image: url("../images/home/brands.jpg");
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-attachment: fixed;
	background-size: cover !important;
	border: solid 12px #f5cc0f;
	width: 100%;
	height: 100%;
}
#brands .box p {
	margin-bottom: 5px;
	
}
#brands .box {
    background-color: transparent;
    border-radius: 0px;
	margin-bottom: 15px;
    padding: 40px 35px 10px 35px;
    position: relative;
    text-align: center;
    z-index: 1;
	border: 1px solid rgba(1, 96, 153, 0);
}
#brands .box:hover {
    background-color: transparent;
    border-radius: 0px;
    position: relative;
    text-align: center;
    z-index: 1;
	border: 1px solid rgba(1, 96, 153, 1);
}
#brands .box-dark {
	background-color: #1b1f28;
}
#brands .box-dark:hover {
	background-color: #1C212D;
}
#brands .box-dark .border {
    border: 1px solid #293040!important;
	padding: 15px;
	background-color: #212632;
}


.box:hover a{
}

#brands  .box-content {
	position: relative;
	z-index: 4 !important;
}


/*********************** ********* style******************************/
#promoters {
	background-color: #fff;
    position: relative;
    background-image: url("../images/home/pm.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    overflow: hidden;
}
.promoters .card {
	background-color: #fff !important;
  margin: 15px auto;
  min-height: 330px;
}
.promoters .card {
  padding: 30px;
  background-color: #2d3691 !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(1, 96, 153, 0);
  border-top-right-radius: 150px;
}
.promoters .card:hover {
  background-color: #1A216C !important;;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(210, 174, 109);
}
.promoters .card-title {
    color: #fff;
	margin-bottom: 5px;
}
.promoters .images-block {
  position: relative;
  width: 150px;
  height: 150px;
  max-width: 150px;
  max-height: 150px;
  min-height: 150px;
  overflow: hidden;
  text-align: center;
  border: solid 1px #eee;
  border-radius: 50%;
  padding: 1px;
	margin-bottom: 15px;
}
.promoters .images-block img {
  position: relative;
  display: block;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  opacity: 1;
  object-fit: cover;
  border-radius: 50%;
}
.promoters .card:hover img {
  -webkit-transform: scale3d(1.06, 1.06, 1);
  -moz-transform: scale3d(1.06, 1.06, 1);
  transform: scale3d(1.06, 1.06, 1);
}
.promoters .card .card-title, .promoters .card .card-body{
padding: 0;
}

/*********************** *********Inner Pages Style  ******************************/
.page-header {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #202B9E;
	
	overflow: hidden;
}
.page-banner {
    width: 100%;
    background-color: #202B9E;
    background-image: url("../images/footer.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    position: relative;
	border-bottom: 10px solid rgba(245,204,15,1.00);
}

.page-banner .title {
  margin-bottom: 30px;
}
.page-banner .title:after {
  border-color: #fff;
}
.page-content {
	position: relative;
  min-height: 100px;
  padding-top: 60px;
  padding-right: 0;
  padding-bottom: 60px;
  padding-left: 0;
}
.page-content.bg1 {
	background-image:url("../images/inner-bg-1.png");
	background-repeat: no-repeat;
	 background-position: top right; 
  background-color: #fff;
	background-attachment: fixed !important;
  text-decoration: none;
	overflow: hidden;
}
.page-content.bg2 {
	background-image:url("../images/inner-bg-2.png");
	background-repeat: no-repeat;
	 background-position: top left;
	background-attachment: fixed !important;
  background-color: #fff;
  text-decoration: none;
	overflow: hidden;
}
/*********************** ********* Footer ******************************/
#footer {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	background-image:url("../images/footer.jpg");
	background-repeat: no-repeat;
	 background-position: left bottom;
	background-size: cover;
  background-color: #2C359E;
  text-decoration: none;
	overflow: hidden;
}
#footer.darkbg h5, #footer.darkbg h6  {
  color: #fff !important;
}
#footer.darkbg a:hover {
  color: #6a73d4 !important;
}




#footer .social-media {
  margin-bottom: 0px;
}
#footer .social-btn {
  color: #737373;
  vertical-align: middle;
  display: inline-block;
  min-width: 30px;
  margin-right: 15px;
}
#footer .social-btn .fa, .social-btn, .social-btn .fab, .social-btn .fal, .social-btn .far, .social-btn .fas {
  font-size: 24px;
}
#footer a.social-btn:hover {
  color: #6a73d4 !important;
}


.footer-rights {
  border-top: solid 1px #6a73d4;
}
.footer-rights, .footer-rights p, .footer-rights a {
  font-size: 13px !important;
  color: #B7B7B7;
}
.footer-rights a:hover {
  color: #fff;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 13px;
  right: 6%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  border-radius: 30em;
  background-image: url(../images/to-top1.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#toTopHover {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}


       
 
