/* filename: trasnco.css */

a {
  color:000000;
  text-decoration: none;
}
a:hover {
  color: rgb(230, 33, 41);
  text-decoration: none;
}
.site-title, .site-description, .site-tags {
  display:none;
}
.row-yellow {
  background-color: #F9A61A;
}
.row-red {
  background-color: rgb(230, 33, 41);
  color: #FFFFFF;
}
.bottom-style-1 {
  position: relative;
  margin-bottom: 100px;
}
.bottom-style-1 .image-1 {
  position: absolute;
  bottom: -100px;
  left: 0px;
  width:100%;
}
.navtop {
  margin-top:30px;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}

.btn-w150 {
  width:150px;
}
.btn-w300 {
  width:300px;
}
.btn-businessopportunity {
  font-weight:bold;
  background-color: #F9A61A;
  min-width:150px;
  float:right;
  margin-top:50px;
}
.btn a {
  color:#000000;
  text-decoration: none;
}
.logotop {
  margin-top:20px;
  width:300px;
}
@media only screen and (max-width: 600px) {
  .logotop {
    margin-top:20px;
    width:300px;
    text-align: center;
    display: block;
    margin: 20px auto 0px auto;
  }
}
.logobottom {
  margin-top:-100px;
  width:300px;
}
.bg-grey-gradient {
  background-image: linear-gradient(#FFFFFF, #EEEEEE);
}
footer {
  font-size:15pt;
  margin-top:100px;
  background-image: linear-gradient(#004081, #007fff);
  color: #ffffff;
  border-top: 20px solid #228bf5;
}
footer a {
  color: #ffffff;
}
.btn-cyellow {
  font-family:'Roboto';
  font-weight:400;
  background-color: #F9A61A;
  min-width:150px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-blue {
  color: #FFFFFF;
  font-family:'Roboto';
  font-weight:400;
  background-color: #1B2C83;
  min-width:150px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.head_title_1 {
  color: #1B2C83;
  padding-left: 10px;
  border-left: 10px solid #1B2C83;
}

@media only screen and (max-width: 600px) {
  .btn-fix-align {
    display: block;
    margin: 0px auto;
    float: none !important;
  }
}
.rounded-right-40 {
  border-radius: 0px 0px 40% 0px;
}
.grid-posts-1 {
  border: 1px solid #EEEEEE;
  margin-bottom:20px;
}
.grid-posts-1 .grid-text {
  padding:0px 10px;
  margin-bottom:10px;
}
.grid-posts-1 img {
  width:100%;
  height:350px;
  object-fit:cover;
  margin-bottom:10px;
}
.grid-posts-1 a {
  text-decoration: none;
  display: inline-block;
  font-family:'Roboto';
  color: rgb(0, 0, 0);
  font-size:15pt;
  font-weight:400;
  line-height:18pt;
  margin-bottom:10px;
}
.grid-posts-1 a:hover {
  color: rgb(230, 33, 41);
}
.grid-posts-1 p {
  font-size:11pt;
  margin-bottom:20px;
}

.grid-photos-1:hover img {
  opacity: 0.3;
}
.grid-photos-1:hover .text {
  opacity: 1;
}

.grid-photos-1 .text {
  color: black;
  font-size: 20px;
  padding: 16px 32px;

  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.grid-photos-1 .text a {
  color:#000000;
}

.grid-photos-1 img {
  padding:5px;
  width:100%;
  height:250px;
  object-fit:cover;

  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}

.grid-videos-1 img {
  padding:5px;
  width:100%;
  height:250px;
  object-fit:cover;
}

.grid-images-1 img {
  width:100%;
  height:350px;
  object-fit:cover;
}
.no-padding {
  padding: 0px!important;
}
.follow-ig-line p {
  text-align:right;
  font-size:18pt;
  margin:0px;
  padding:20px;
}
.follow-ig-line a {
  color: #FFFFFF;
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .bg-image-award {
    height: auto;
  }
}

.col-our-partner {
    width: 150px;
    display: inline-block;
    margin: 10px;
}

.col-our-partner img {
    width: 100%;
}

.wa-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.wa-my-float{
	margin-top:16px;
}
