/* footer */
/* footer{margin-top:40px;} */
.f_logo{
    border-top: 1px #ffc52b solid;
    padding: 55px 0;
    margin: 0 0 0 0;
    text-align: center;
}


.f_nav{
    /* width: 91%; */
    margin: 0 7.2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.f_nav_column{
    display: inline-block;
}

.f_nav_title{
    text-transform: uppercase;
    color: #3fbcaf;
    font-weight: bold;
    font-size: 22px;
}
.f_nav_sub{
    width: 100%;
    padding: 0;
    display: block;
}
.f_nav_sub > li{
    display: block;
    margin-bottom: 4px;
}
.f_nav_sub > li .small{
    color: #2b2a34;
    font-size: 14px;
    font-weight: bold;
}

.f_tools{
    text-align: center;
    position: relative;
}
.top_of_page{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #263c90;
    margin: 11px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    position: relative;
}
.top_of_page p{
    display: inline-block;
    position: relative;
}
.top_of_page > img{
    width: 44px;
    margin-left: 20px;
    position: relative;
}
.blue_div{
    /* opacity: 0; */
    position: absolute;
    right: 22px;
    top: 0;
    height: 44px;
    width: 22px;
    transition: 300ms ease;
    -webkit-transition: 300ms ease;
    background: #263c90;
    border-radius: 22px 0 0 22px;
    /* transform: rotate3d(0, 1, 0, 90deg); */
    transform-origin: right;
}
.top_of_page:hover .blue_div{
    opacity: 1;
    width: 100%;
    transform: rotate3d(0, 0, 0, 90deg);
}
.top_of_page:hover{
    color: #ffc52b;
}


.get_in_touch{
    position: fixed;
    right: 7.2%;
    bottom: 30px;
    padding: 5px;
    height: 56px;
    width: 56px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 30px;
    text-align: left;
    overflow: hidden;
    z-index: 3;
}
.get_in_touch.fixPos{
    position: absolute;
    bottom: auto;
    top: 0;
}
.get_in_touch:hover{
    width: 190px;
    background: #263c90;
    color: #ffc52b;
}
@media screen and (max-device-width: 1024px){
    .get_in_touch:hover{
        width: 56px;
        background: #263c90;
    }
}
.gInt_icon{
    background: #FFF;
    margin: 0;
    height: 46px;
    width: 46px;
    position: relative;
    margin-right: 10px;
    border-radius: 50%;
	display:block;
}
.gInt_icon img{
    height: 72%;
    margin: 16%;
}
.git_title{
    display: inline-block;
    width: 200px;
    position: absolute;
    top: 0;
    left: 60px;
    height: 57px;
    line-height: 57px;
    font-size: 14px;
    font-weight: 600;
}

.f_fllow{
    /* opacity: 0.4; */
    background-color: #3fbcaf;
    margin-top: 25px;
    padding: 0;
    text-align: center;
    height: 80px;
}
.f_fllow p {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 40px;
    line-height: 80px;
}
.f_icon{
    display: inline-block;
    margin: 0 28px;
    position: relative;
}
.f_icon img {
    height: 32px;
    opacity: 1;
    transition: 500ms ease;
    -webkit-transition: 500ms ease;
}
.f_icon img:nth-child(2){
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
    opacity: 0;
}
.f_icon:hover img {
    transform: scale(1.2);
}
/* .f_icon:hover img:nth-child(2) {
    opacity: 1;
} */
.youtube{
    width: 32px;
    height: 32px;
    vertical-align: middle;
}
.youtube.f_icon img, .youtube.f_icon img:nth-child(2){
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
}
.youtube.f_icon:hover img, .youtube.f_icon:hover img:nth-child(2){
    height: 27px;
}


.sub_nav{
    /* opacity: 0.4; */
    background-color: #263c90;
    padding: 50px 7.2%;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.sub_nav_div{
    display: contents;
    float: left;
    text-align: left;
}
.sub_nav_title{
    display: inline-block;
    text-transform: uppercase;
    margin-right: 5%;
    color: #ffc52b;
}
.copyright{
    float: right;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0;
}


.f_nav a, .sub_nav a{
    opacity: 0.8;
    display: inline-block;
    position: relative;
}
.sub_nav a{
    opacity: 1;
}
.f_nav a::before, .sub_nav a::before{
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #3fbcaf;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.f_nav_sub a::before{
    background: #2b2a34;
    bottom: 0px;
}
.sub_nav a::before{
    background: #ffc52b;
    bottom: 0px;
}
.f_nav a:hover::before, .sub_nav a:hover::before {
    height: 2px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.f_nav_sub a:hover::before, .sub_nav a:hover::before{
    height: 1px;
    bottom: -1px;
}

.footer-cookies{
    position: fixed;
    bottom: 20px;
    left: 50%;
    width: 800px;
    max-width: 92%;
    padding: 25px;
    background-color: #fff;
    font-size: 13px;
    box-shadow: 5px 5px 20px #a8a8a8;
    transform: translate(-50%, 50%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.footer-cookies.show{
    transform: translate(-50%, 0%);
    opacity: 1;
    pointer-events: auto;
    z-index: 100;
}
.cookies-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 25px;
    height: 25px;
    opacity: 0.6;
    cursor: pointer;
    transform: scale(0.8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.cookies-close:hover {
  opacity: 1;
}
.cookies-close:before, .cookies-close:after {
  position: absolute;
  left: 50%;
  display: inline-block;
  content: ' ';
  height: 100%;
  width: 2px;
  background-color: #000;
  border-radius: 2px;
}
.cookies-close:before {
  transform: rotate(45deg);
}
.cookies-close:after {
  transform: rotate(-45deg);
}
.cookies-text{
  color: #342a30;
  display: inline-block;
  width: calc(100% - 180px);
}
.cookies-text > a {
    color: #3fbcaf;
    border-bottom: 1px #3fbcaf solid;
}
.cookies-confirm.btn{
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 150px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 0;
}


@media (max-width: 1128px){
    .f_nav_column{
        width: 33.3%;
    }
    .sub_nav{
        padding: 30px 0;
    }
    .sub_nav_div{
        float: none;
        text-align: center;
        display: block;
    }
    .sub_nav_title{
        margin: 0 4%;
    }
    .copyright{
        float: none;
        text-align: center;
        margin: 20px 0 10px 0;
    }
}

.f_nav_sub > .m_back_btn{
    display: none;
}
@media (max-width: 767px){
    #footer{
        display: flex;
        flex-direction: column;
        border-top: 1px #ffc52b solid;
        padding-top: 30px;
    }
    .f_tools{
        order: 1;
    }
    .f_logo{
        order: 2;
    }
    .f_nav{
        order: 3;
    }
    .f_fllow{
        order: 4;
    }
    .sub_nav{
        order: 5;
    }

    /* f_tools */
    .get_in_touch{
        /* display: none; */
        margin-top: -60px;
    }
    
    /* f_logo */
    .f_logo{
        order: 2;
        border: none;
        margin: 25px 0 25px 0;
        padding: 0;
    }
    .f_logo > img{
        width: 64% !important;
    }

    /* f_fllow */
    .f_fllow{
        margin-top: 0px;
        height: auto;
    }
    .f_fllow p{
        text-align: center;
        display: block;
        margin-right: 0;
        font-weight: 100;
        line-height: 56px;
        margin-bottom: 0;
    }
    .f_icon{
        margin: 0 5% 16px;
    }
    .f_icon img{
        height: 28px;
    }
    .youtube{
        vertical-align: bottom;
    }
    .youtube.f_icon img, .youtube.f_icon img:nth-child(2) {
        height: 20px;
    }
    .youtube.f_icon:hover img, .youtube.f_icon:hover img:nth-child(2) {
        height: 30px;
    }

    /* f_nav */
    .f_nav {
        position: relative;
        margin: 20px 0;
        padding: 0;
        overflow: hidden;
    }
    .f_nav_column {
        width: 100%;
        padding: 5px 0;
    }
    .f_nav_title{
        font-size: 24px;
        padding: 0 5%;
    }
    .f_nav_title::before,.f_nav_title::after{
        content: "";
        display: inline-block;
        height: 12px;
        width: 2px;
        background: #3fbcaf;
        position: absolute;
        right: 5%;
        margin-top: 5px;
        transform: rotate(45deg);
        transform-origin: bottom;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .f_nav_title::after{
        transform: rotate(-45deg);
    }
    .f_nav_title.active::before, .f_nav_title.active::after{
        transform-origin: top;
    }
    .f_nav_sub{
        z-index: 2;
        /* position: absolute; */
        top: 0;
        left: 0;
        height: 0;
        max-height: 0;
        width: 100%;
        background: #eef1f2;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        transition: .3s ease;
        pointer-events: none;
        margin: 0;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }
    .f_nav_sub.m_show{
        opacity: 1;
        pointer-events: auto;
        height: auto;
        max-height: 300px;
        padding: 20px 6%;
    }
    .f_nav_sub > li .small{
        font-size: 15px;
        line-height: 30px;
        color: #2b2a34;
        font-weight: 500;
    }
    .f_nav_sub > .m_back_btn{
        /* display: inline-block; */
        color: #3fbcaf;
        font-size: 22px;
        width: 100%;
    }
    .m_back_btn::before,.m_back_btn::after{
        content: "";
        display: inline-block;
        height: 1px;
        width: 8px;
        background: #3fbcaf;
        position: absolute;
        left: 30px;
        margin-top: 15px;
        transform: rotate(45deg);
        transform-origin: left;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }
    .m_back_btn::after{
        transform: rotate(-45deg);
    }

    /* sub_nav */
    .sub_nav_div{
        text-align: center;
    }
    .sub_nav_title{
        width: 43%;
        margin: 10px 0;
        color: #ffc52b;
    }
    .copyright{
        width: 356px;
        margin: 22px auto;
    }

    /* for all link */
    .f_nav a, .sub_nav a{
        opacity: 1;
    }
    .f_nav_sub a::before{
        background: #3fbcaf;
    }

    .footer-cookies {
        padding: 50px 30px 75px 30px;
    }
    .cookies-text{
        width: 100%;
    }
    .cookies-confirm.btn{
        top: auto;
        bottom: 10px;
        right: 50%;
        transform: translate(50%, 0);
    }
}

@media (max-width: 359px){
    .copyright {
        width: 80%;
    }
}
/* footer */