@media all and (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 100%; } }
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.gohome {
  color: #fff;
  font-size: 16px;
  font-weight: 400; }

.gohome:hover {
  text-decoration: underline;
  color: #fff; }

@media all and (max-width: 768px) {
  .header-set-2 .first_col1 {
    margin-right: auto; } }
.header-set-2 .gohome {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }

.footer-main {
  background: linear-gradient(180deg, #0D213A 8.6%, #4792A0 247.87%);
  padding-top: 24px;
  padding-bottom: 18px;
  text-align: center;
  color: #fff; }
  .footer-main .container {
    max-width: 1100px; }
  .footer-main .copyright {
    border-top: 1px solid #fff;
    padding-top: 12px; }

.footer-logo {
  margin-bottom: 26px; }

@media all and (max-width: 767px) {
  .footer-main {
    padding-top: 30px;
    padding-bottom: 10px; }

  .footer-logo {
    margin-bottom: 32px; } }
