body,
html {
  margin: 0;
  height: 100%;
}

b, strong{
  font-weight: bold;
}

#home {
  padding: 0;
  /* position: fixed; */
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: white;
}
.main-menu {
  position: relative;
}

#home .header-top .header-top-right a {
  background-color: transparent;
  padding: 6px;
}

/* .banner {
  margin-top: 0;
} */

.carousel-item {
  min-height: 280px; /* 250px; */
}

.header-top .header-top-right img {
  width: 1.8rem;
}

.banner .carousel-item {
  height: 100px;
}

#first_view {
  height: 80%;
  display: unset;
}

/* Core Bussiness */
.coreBusiness {
  float: left;
  /* border: 12px solid #fff; */
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  height: 100%;
}

.coreBusiness .mask,
.coreBusiness .content {
  width: 100%;

  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.coreBusiness img {
  display: block;
  position: relative;
}

.coreBusiness h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 26px;
  /* padding: 10px; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin: 20px 0 0 0;
}

.coreBusiness p {
  /* font-size: 18px; */
  position: relative;
  color: #fff;
  /* padding: 0px 20px 0px; */
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px;
}

.coreBusiness a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;

  background: #6441a5;
  background: -webkit-linear-gradient(to right, #2a0845, #6441a5);
  background: linear-gradient(to right, #2a0845, #6441a5);
}

.coreBusiness .title {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
}

.coreBusiness .title a {
  color: #fff;
  font-size: 30px;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.coreBusiness:hover .title {
  -webkit-animation: fadeout 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeout 1s; /* Firefox < 16 */
  -ms-animation: fadeout 1s; /* Internet Explorer */
  -o-animation: fadeout 1s; /* Opera < 12.1 */
  animation: fadeout 1s;
  opacity: 0;
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Effect 2*/

.coreBusiness-effect img {
  width: 100%;
  height: 15.5rem; /*auto;*/
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.coreBusiness-effect .mask {
  background-color: rgba(12, 19, 27, 0.6);
  width: 140%;
  padding: 167px;
  height: 250%;
  opacity: 0;
  transform: translate(265px, 145px) rotate(45deg);
  -webkit-transform: translate(265px, 145px) rotate(45deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.coreBusiness-effect h2 {
  border-bottom: none; /*1px solid whitesmoke;*/
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: translate(200px, -200px);
  transform: translate(200px, -200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.coreBusiness-effect p {
  transform: translate(-200px, 200px);
  -webkit-transform: translate(200px, -200px);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.coreBusiness-effect a.info {
  transform: translate(0px, 100px);
  -webkit-transform: translate(0px, 100px);
  transition: all 0.2s 0.1s ease-in-out;
  -webkit-transition: all 0.2s 0.1s ease-in-out;
}

/* Effect 2:hover*/

.coreBusiness-effect:hover .mask {
  opacity: 1;
  transform: translate(-100px, -185px) rotate(45deg);
  -webkit-transform: translate(-100px, -185px) rotate(45deg);
}

.coreBusiness-effect:hover h2 {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.coreBusiness-effect:hover p {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.coreBusiness-effect:hover a.info {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

/* Core Bussiness */

.widget-wrap {
  padding: 0;
}

.widget-wrap .single-sidebar-widget {
  margin: 10px 30px;
}

.post-content-area .article-content p {
  text-align: justify;
}

/* media social */
.ct-socials {
  position: fixed;
  top: 25%;
  right: 0;
  list-style: none;
  padding-left: 0;
  z-index: 10;
  margin: 0;
  -webkit-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ct-socials li {
  padding: 0px 0;
}
.ct-socials li a {
  background: #3f4653;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 44px;
  height: 54px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  float: right;
  padding-left: 5px;
}
.ct-socials li a:hover {
  width: 54px;
  padding-left: 0;
  text-decoration: none;
  background: #3c9bd9;
}
.section.triad-section {
  margin-top: 10px;
}
section.section h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0;
}
/* h2 {
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  letter-spacing: -1px;
} */
section.section p.sub-heading {
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}
section.triad-section .triad-sub-section {
  padding-right: 60px;
}
section p.detail-paragraph:first-child {
  margin-top: 0;
}
section p.detail-paragraph {
  font-family: "Open Sans Condensed", sans-serif;
  margin-top: 40px;
  font-size: 18px;
  color: #000;
}
/* b, strong {
  font-weight: 700;
} */

/* media social */

/* zoom in box */
@media (min-width: 1400px) {
  body #first_view {
    display: block;
    /* width: 1024px; */
    max-width: 1400px;
    margin: 0 auto;
	/* padding-top: 67px; */
    height: 35rem;
  }
  
}
/* zoom in box */

@media (min-width: 1024px) {
  .banner .header-top{
    margin-top: 7rem; /* 18vh; */
  }
  
  /* #first_view {
    margin-top: 7rem;
    display: block;
    padding-top: 10px;
  } */
}

@media (min-width: 800px && max-width: 1023px) {
  /* #first_view {
    margin-top: 124px;
  } */
  
}

@media (max-width: 799px) {
  #first_view {
    margin-top: 58px;
  }
  .owl-nav {
	  display: none;
	  
  }
}

@media (max-width: 460px) {
  /* #first_view {
    margin-top: 184px;
  } */
  .owl-nav {
	  display: none;
	  
  }

  .carousel-item {
    min-height: auto;
    background: no-repeat center center scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .banner .carousel-item {
    height: 88px;
  }
}

@media (max-width: 400px) {
  .banner .carousel-item {
    max-height: 79px;
  }
  .owl-nav {
	  display: none;
	  
  }
}

.media_release,
.quick_links,
.e-participant,
.agc_staff {
  padding: 20px;
}

/* .media_release ul li a,
.quick_links ul li a,
.e-participant ul li a,
.agc_staff ul li a,
footer p a {
  color: #777;
} */

.media_release ul li a:hover,
.quick_links ul li a:hover,
.e-participant ul li a:hover,
.agc_staff ul li a:hover,
footer p a:hover {
  /* color: #67bc00; */
  color: #F26419 !important;
}

/* agc_staff */
.agc_staff .title h4,
.agc_staff ul li a {
  color: #fff;
}
/* agc_staff */

\.single-testimonial {
  height: 420px;
}

.footer-area,
.footer-bottom {
  padding-top: 35px;
}

/* accordion */
.accordion .card-header {
  background: #6441a5;
  background: -webkit-linear-gradient(to right, #2a0845, #6441a5);
  background: linear-gradient(to right, #2a0845, #6441a5);
  color: #fff;
}
.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}
/* accordion */

/* article page */
.article-page-area .map-wrap {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .article-page-area .map-wrap {
    margin-bottom: 50px;
  }
}

.article-page-area .article-btns {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 40px;
  color: #fff;
  margin-bottom: 30px;
}

.article-page-area .article-btns:hover {
  color: #fff;
}

.article-page-area .form-area input {
  padding: 15px;
}

.article-page-area .form-area input,
.article-page-area .form-area textarea {
  border-radius: 0;
  font-size: 12px;
}

.article-page-area .form-area textarea {
  height: 190px;
  margin-top: 0px;
}

.article-page-area .form-area .primary-btn {
  -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;
}

.article-page-area .form-area .primary-btn:hover {
  border: 1px solid #67bc00;
  color: #67bc00 !important;
}

.article-page-area .single-contact-address {
  margin-bottom: 8px;
}

.article-page-area .single-contact-address h5 {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 5px;
}

.article-page-area .single-contact-address .fa {
	font-size: 14px;
    font-weight: 500;
    color: #6441a5;
    margin-right: 10px;
    /* width: 1rem;
}
/* article page */

/* pagination */
.custom-pagination {
  padding-top: 60px;
  padding-bottom: 120px;
}
.custom-pagination .page-link {
  border-radius: 0;
}
.custom-pagination .page-item {
  border: none;
}
.page-link {
  background: transparent;
  font-weight: 400;
}
.custom-pagination .page-item.active .page-link {
  background-color: #67bc00;
  border-color: transparent;
}
.custom-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #777;
  border: none;
}
.custom-pagination .page-link .lnr {
  font-weight: 600;
}
.custom-pagination .page-item: last-child .page-link,.custom-pagination .page-item:first-child .page-link {
  border-radius: 0;
}
.custom-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #67bc00;
  border-color: #eee;
}
/* pagination */


.ordered-list li p, .ordered-list-alpha li p {
    font-weight: 300;
    color: #777;
}

.unordered-list li .ordered-list li:before,
.unordered-list li .ordered-list-alpha li:before,
.unordered-list li .ordered-list-roman li:before{
  display: none;
}


.p-20 {
	padding: 20px
}


/* Gallery */
.gallery {
  display: flex !important;
  flex-wrap: wrap;
  margin: -1rem -1rem;
  padding-bottom: 3rem;
}

.gallery-item {
  position: relative;
  flex: 1 0 22rem;
  margin: 1rem;
  color: #fff;
  cursor: pointer;
}

.gallery-item:hover .gallery-item-info,
.gallery-item:focus .gallery-item-info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.gallery-item-info {
  display: none;
}

.gallery-item-info li {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
}

.gallery-item-likes {
  margin-right: 2.2rem;
}

.gallery-item-type {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2.5rem;
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.fa-clone,
.fa-comment {
  transform: rotateY(180deg);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
The following code will only run if your browser supports CSS grid.
Remove or comment-out the code block below to see how the browser will fall-back to flexbox & floated styling. 
*/

@supports (display: grid) {
  .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(18rem, 2fr));
      grid-gap: 1rem;
  }

  .gallery-item,
  .gallery {
      width: auto;
      margin: 0;
  }
}
/* Gallery */


.single-blog .catagory{
  text-transform: capitalize;
}