body { 
	margin: 0;
}
.commonStyle__zt3BrandBg{
  background: #00ff00;
  
}
.commonStyle__zt3Brand,.Icon__brand{
  color: #00ff00;
  
}
.commonStyle__zt3BrandBorder
{
border-color:  #00ff00;}
.top-sec {
	height: 22px;
	background: #000;
}
.first-sec {
	background-image: linear-gradient(to bottom, #3e4756c2, #262a33);
}
.card {
	margin-left: 20px;
	margin-right: 20px;
}
.contact-card {
	margin-top: -70px;
	padding: 30px 0px;
}
.card-body i {
	font-size: 42px;
	font-weight: 300;
	padding-bottom: 20px;
}
.contact-card-body p {
	line-height: 0px;
}
.album {
	margin-top: -65px;
}
.card-body {
	padding: 60px 20px;
}
.contact-card-body {
	padding: 0px 20px;
}
.text-color-A2A2A2 {
	color: #A2A2A2;
	font-size: 10px;
}
.contact {
	background-color: #000000;
}
.first-sec p {
		color: #ffffff;
}
.first-sec h1 {
	color: #00ff00;
}
.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}
.text-center {
	text-align: center!important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.mb-5 {
    margin-bottom: 3rem!important;
}
.mt-5 {
    margin-top: 3rem!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.fw-light {
    font-weight: 300!important;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	background: #ffffff;
	border-radius: 0.375rem;
	border:1px solid #dee2e6;
}
.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
p {
	line-height: 22px;
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}
.card-body img {
	width: 50px;
	height: 50px;
}
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
@media only screen and (min-width: 320px) {
  /* For Mobile: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

@media only screen and (max-width: 767px) {
	.card-body {
		padding: 30px 20px;
	}
	.contact-card-body {
		padding: 0px 20px;
	}
}
a{
   text-decoration: none;
    color: Black;
}
a:visited {
  color: Black;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: Blue;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: Blue;
  background-color: transparent;
  text-decoration: none;
}
  .Footer__footerBg{
            display:none
      }

