/*Footer Design Start*/
.divider-line:after {
    content: "|";
    padding-left: 5px;
    padding-right: 5px;
}
.footer-col{
	display: block;
    width: 100%;
}
.nav-footer-item ul .redirect-btn a {
    color: #2a4dc0;
    font-size: 14px;
    text-decoration: none;
}
.nav-footer-item ul .redirect-btn {
    border: 1px solid #2a4dc0;
}
.nav-footer-item ul .redirect-btn:hover {
    background: #2a4dc0;
    color: #fff;
}
.nav-footer-item ul .redirect-btn:hover a{
    color: #fff;
}

.ft-top-scr:hover {
    background: url('/en/images/common/arrow-hover.png');
    background-position-x: -6px;
    background-position-y: -2px;
    background-size: 128%;
}
.ft-top-scr:hover img {
    visibility: hidden;
}
.flag-grad-border {
    background-image: -webkit-gradient(linear,left top,right top,from(#f09e4b),color-stop(#e1dcd7),color-stop(#e0e0e0),color-stop(#d3dad2),to(#298921));
    background-image: linear-gradient(90deg,#f09e4b,#e1dcd7,#e0e0e0,#d3dad2,#298921);
    border-top: 5px transparent;
    height: 5px;
}

.footer-nav{
	background-image: url(/en/images/home/bg_img.svg);
	background-position: 50%;
	background-size: 100%;
	color: #191919;
	padding: 0 8%;
}

.ft-top-scr {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.161);
    box-shadow: 0 3px 6px rgba(0,0,0,.161);
    cursor: pointer;
    float: right;
    padding: 5px;
}

.footer-logo-image {
    max-width: 130px;
    padding-left: 10px;
}

.footer-nav .gt-nav {
    width: 13%;
}

.gt-nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-nav .gt-nav h3 {
    font-family: Plus Jakarta Sans,sans-serif;
    font-weight: 700;
    margin-bottom: 9pt;
}

.ftr-title .ftr-title-img {
    display: none;
    float: right;
}

.contact-us-color, .contact-us-color:hover {
    color: #191919;
	text-decoration: none;
}

.footer-nav ul {
    clear: both;
}
.nav-footer-item ul {
    list-style: none;
    padding-left: 3px;
}

.nav-footer-item ul li {
    margin-bottom: 8px;
}

.nav-footer-item ul li a {
    color: #191919;
    font-family: Lato,sans-serif;
    font: normal normal normal 0.75rem Lato;
    text-decoration: none;
	padding: 0 2px;
}

.footer-social-icon {
    margin-top: -65px;
    padding-bottom: 10px;
}
.footer-nav .footer-social-icon a:first-child img[alt=Twitter] {
    left: 1px;
    position: relative;
    width: 21px;
}

.gt-footer-copyrights a {
    color: #191919;
    text-decoration: none;
	
}

.footer-nav .gt-nav.open .ftr-title .ftr-title-img {
    transform: rotate(180deg);
  }
@media (max-width: 767px){
    .footer-nav {
        background-image: none;
        background-color: #fff;
    }
    .footer-nav .gt-nav {
        width: 100% !important;
        padding-left: 0;
        position: relative;
    }
    .footer-nav .gt-nav .ftr-title {
        cursor: pointer;
    }
    .f13 {
        font-size: 13px;
    }
    .footer-nav .gt-nav .ftr-title .ftr-title-img {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .footer-nav .gt-nav.open .ftr-title .ftr-title-img {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .nav-footer-item {
        border-bottom: 1px solid #5c5c5c;
    }
    .footer-nav ul {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .5s ease-out;
        transition: max-height .5s ease-out;
    }

    .footer-nav .gt-nav.open ul {
        height: auto;
        max-height: 500px;
        -webkit-transition: max-height .5s ease-in;
        transition: max-height .5s ease-in;
    }
    .footer-social-icon {
        margin-top: 0;
        padding-bottom: 20px;
        text-align: center;
    }
    .otr-lnk {
        float: none!important;
        text-align: center;
    }
}
.nav-footer-item ul li.redirect-btn {
    border: 1px solid #2a4dc0;
}

/*Footer Design End*/