
/* Open Sans */
@font-face {
    font-family: "Roboto";
    src: url("../font/Roboto-Thin.eot");
    src: url("../font/Roboto-Thin.eot?#iefix") format('embedded-opentype'),
         url("../font/Roboto-Thin.woff2") format('woff2'),
         url("../font/Roboto-Thin.woff") format('woff'),
         url("../font/Roboto-Thin.ttf") format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("../font/Roboto-Light.eot");
    src: url("../font/Roboto-Light.eot?#iefix") format('embedded-opentype'),
         url("../font/Roboto-Light.woff2") format('woff2'),
         url("../font/Roboto-Light.woff") format('woff'),
         url("../font/Roboto-Light.ttf") format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("../font/Roboto-Regular.eot");
    src: url("../font/Roboto-Regular.eot?#iefix") format('embedded-opentype'),
         url("../font/Roboto-Regular.woff2") format('woff2'),
         url("../font/Roboto-Regular.woff") format('woff'),
         url("../font/Roboto-Regular.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url('../font/Roboto-Medium.eot');
    src: url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Medium.woff2') format('woff2'),
         url('../font/Roboto-Medium.woff') format('woff'),
         url('../font/Roboto-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face 
{
    font-family: "Roboto";
    src: url('../font/Roboto-Bold.eot');
    src: url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Bold.woff2') format('woff2'),
         url('../font/Roboto-Bold.woff') format('woff'),
         url('../font/Roboto-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/*End Fonts*/
* {
    margin: 0;
    padding: 0;
}
body
{
    font-family: 'Roboto';
    text-align: left;
    direction: ltr;
}
/* Start Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f2f2f2; 
  -webkit-box-shadow: inset 0 0 .2rem #808080; 
          box-shadow: inset 0 0 .2rem #808080;
}
/* Track Active */
::-webkit-scrollbar-track:active {
  background: #d9d9d9; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #4d4d4d; 
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 .3rem #4d4d4d;
          box-shadow: inset 0 0 .3rem #4d4d4d;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333333; 
}
/* End Scrollbar */
.overlay-content
{
    position: relative;
    z-index: 10;
}
.block-overlay 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.block-overlay.active
{
    opacity: 1;
    pointer-events: auto;
}
.disabled
{
    pointer-events: none;
    opacity: .5;
}
.shape-divider-bottom 
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
}
.shape-divider-bottom svg
{
    fill: #ffffff;
}
.container-01
{
    margin-right: 0 !important;
    padding-top: 0 !important;
}
.container-02
{
    max-width: 1090px;
}
.container-03
{
    margin: 0;
    padding: 0;
}
.container-04
{
    max-width: 723px;
}
.container-flex-01
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.img-01
{
    height: 100%;
    max-width: 140%;
    display: inline-block;
}
@media screen and (max-width: 750px)
{
    .img-01
    {
        height: auto !important;
        width: 100% !important;
    }
}
.list-01
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-01 .list-item
{
    padding: 1em .5em;
    color: #1F1845;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
}
.list-01 .list-item::before 
{
    content: '\f02e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 15px;
    color: #FF7D3B;
    display: inline-block;
    margin-right: .3em;
}
.link-01
{
    text-decoration: none;
    color: #8331a7;
    font-size: 12px;
    position: relative;
    display: inline-block;
    padding: .5em 2em;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.link-01:hover
{
    color: #5d2277;
}
.link-01:hover::after
{
    color: #5d2277;
    -webkit-transform: translate(-5px, -50%);
        -ms-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%);
}
.link-01::after
{
    content: '\f060';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: .5em;
    color: #8331a7;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: color .3s ease-in-out,
                -webkit-transform .5s ease-in-out;
    transition: color .3s ease-in-out,
                -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out,
                color .3s ease-in-out;
    transition: transform .5s ease-in-out,
                color .3s ease-in-out;
    transition: transform .5s ease-in-out,
                color .3s ease-in-out,
                -webkit-transform .5s ease-in-out;
}
.link-02
{
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    width: 240px;
    height: 60px;
    background: #ff7d3b;
    overflow: hidden;
    border-radius: 4px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.link-02:hover
{
    background: #451cc0;
    color: #ffffff;
}
.image-container-01
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
}
.image-container-01 img
{
    width: 100%;
    height: 100%;
    display: inline-block;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
}
.image-container-01.animate
{
    -webkit-animation: anim_width 1s;
            animation: anim_width 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.image-container-01.animate img
{
    -webkit-animation: anim_scale 1s 1s;
            animation: anim_scale 1s 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.image-container-02
{
    position: relative;
    min-height: 450px;
    max-width: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 4px solid #78E8AC;
    z-index: 1;
    overflow: hidden;
}
.image-container-02 img
{
    width: 100%;
    height: 100%;
    display: inline-block;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
}
@media screen and (max-width:  550px)
{
    .image-container-02
    {
        top: 0 !important;
        border-top: none;
    }
}
.image-container-02.animate
{
    -webkit-animation: anim_width 1s;
            animation: anim_width 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.image-container-02.animate img
{
    -webkit-animation: anim_scale 1s 1s;
            animation: anim_scale 1s 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes anim_width
{
    0%
    {
        height: 450px;
        max-width: 0;
    }
    100%
    {
        height: 450px;
        max-width: 450px;
    }
}
@keyframes anim_width
{
    0%
    {
        height: 450px;
        max-width: 0;
    }
    100%
    {
        height: 450px;
        max-width: 450px;
    }
}
@-webkit-keyframes anim_scale
{
    0%
    {
        -webkit-transform: scale(1.4);
                transform: scale(1.4);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes anim_scale
{
    0%
    {
        -webkit-transform: scale(1.4);
                transform: scale(1.4);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.image-container-03
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}
.image-container-04
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
}
.image-container-04 img
{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.font-roboto
{
    font-family: 'Roboto';
}
.heading-01
{
    font-weight: 700;
    font-size: 41px;
    text-align: center;
    display: inline-block;
    min-width: 500px;
    padding: 1em;
    margin-bottom: 1em;
    background: #8331A7;
    color: #ffffff;
}
@media screen and (max-width: 550px)
{
    .heading-01
    {
        min-width: 100%;
    }
}
.label-01
{
    font-weight: 200;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.text-01
{
    font-weight: 300;
    color: #8331a7;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.text-02
{
    font-weight: 500;
    font-size: 18px;
    color: #4e4e4e;
    display: block;
    text-decoration: none;
    margin-bottom: .5em;
    padding: 0;
}
.text-03
{
    font-weight: 200;
    font-size: 14px;
    color: #4e4e4e;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.text-04
{
    font-weight: 400;
    font-size: 35px;
    color: #4e4e4e;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.text-05
{
    font-weight: 300;
    font-size: 15px;
    color: #1F1845;
}
.hero-title
{
    font-weight: 600;
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 14px;
    color: #1F1845;
}
.hero-desc
{
    font-weight: 200;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px;
    padding-right: 40px;
    color: #1F1845;
}
.heading-title
{
    font-size: 34px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 13px;
    text-transform: capitalize;
    color: #1F1845;
}
.icon-01
{
    font-size: 30px;
}
.icon-01:hover span
{
    color: #000000;
    border-color: #d9d9d9;
}
.icon-01 span 
{
    background: transparent;
    color: #8331a7;
    border-radius: 50%;
    border: 1px dashed #b975d7;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70px;
    height: 70px;
    -webkit-transition: background .5s ease-in-out,
                color .5s ease-in-out,
                border .5s ease-in-out;
    -o-transition: background .5s ease-in-out,
                color .5s ease-in-out,
                border .5s ease-in-out;
    transition: background .5s ease-in-out,
                color .5s ease-in-out,
                border .5s ease-in-out;
}
.btn-01 
{
    border: none;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    border-radius: 0;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 200px;
    padding: 1em;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.btn-01::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: #8c8c8c;
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}
.btn-01::after
{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0;
    background: #8c8c8c;
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}
.btn-01 > a
{
    color: #000000;
    text-decoration: none;
    display: block;
    font-weight: 400;
}
.btn-01 > a::before 
{
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    width: 30px;
    height: 3px;
    background: #8c8c8c;
    -webkit-transition: left .5s ease-in-out;
    -o-transition: left .5s ease-in-out;
    transition: left .5s ease-in-out;
}
.btn-01 > a::after 
{
    content: '';
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 30px;
    height: 1px;
    background: #8c8c8c;
    -webkit-transition: right .5s ease-in-out;
    -o-transition: right .5s ease-in-out;
    transition: right .5s ease-in-out;
}
.btn-01:hover a::before
{
    left: -100%;
}
.btn-01:hover a::after
{
    right: -100%;
}
.btn-01:hover::before
{
    height: 100%;
    -webkit-transition-delay: .15s;
         -o-transition-delay: .15s;
            transition-delay: .15s;
}
.btn-01:hover::after
{
   height: 100%;
   -webkit-transition-delay: .15s;
        -o-transition-delay: .15s;
           transition-delay: .15s;
}
.btn-02
{
    text-decoration: none;
    border: 1px solid #78e8ac;
    border-radius: 0;
    background: #78e8ac;
    color: #8331a7;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 50px;
    display: inline-block;
    -webkit-transition: background .3s ease-in-out,
                border .3s ease-in-out,
                color .3s ease-in-out;
    -o-transition: background .3s ease-in-out,
                border .3s ease-in-out,
                color .3s ease-in-out;
    transition: background .3s ease-in-out,
                border .3s ease-in-out,
                color .3s ease-in-out;
}
.btn-02:hover
{
    background: #37dd84;
    border-color: #37dd84;
    color: #6d288a;
}
.desc 
{
    font-weight: 700;
    font-size: 40px;
    font-family: 'GEDinarOne';
}
.desc > span
{
    font-weight: 200;
}
.desc-01
{
    font-weight: 500;
    font-size: 30px;
    padding: 0 .5em;
}
.desc-01 > span
{
    font-weight: 200;
}
.desc-02
{
    font-weight: 200;
    font-size: 18px;
    padding: 0 .5em;
}
.desc-03
{
    font-weight: 200;
    font-size: 16px;
    padding: 0 .5em;
}
.text-left
{
    text-align: left !important;
}
.text-center
{
    text-align: center !important;
}
.text-right
{
    text-align: right !important;
}
.text-auto
{
    text-align: left !important;
}
.navlist
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.navlist-h
li
{
    display: inline-block;
}
.navlink-01
{
    text-decoration: none;
    font-weight: 200;
    color: #000000;
    display: inline-block;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.navlink-01:hover
{
    color: #8331a7;
}
.navlink-02
{
    text-decoration: none;
    font-weight: 200;
    color: #4a4a4a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    border: 1px solid #8d8d8d;
    width: 30px;
    height: 30px;
}
.navlink-02:hover
{
    background: #8331A7;
    color: #ffffff;
    border-color: #ffffff;
}
.navlink-03
{
    text-decoration: none;
    font-weight: 200;
    background: #8331A7;
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    border: 1px solid #8331A7;
    width: 30px;
    height: 30px;
    -webkit-transition: color ease-in-out .3s;
    -o-transition: color ease-in-out .3s;
    transition: color ease-in-out .3s;
    position: relative;
    overflow: hidden;
}
.navlink-03:hover
{
    color: #8331A7;
}
.navlink-03:hover::after
{
    height: 100%;
}
.navlink-03::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ffffff;
    -webkit-transition: height ease-in-out .5s;
    -o-transition: height ease-in-out .5s;
    transition: height ease-in-out .5s;
}
.navlink-03 .icon
{
    position: relative;
    z-index: 50;
}
.navlink-04
{
    text-decoration: none;
    color: #8331a7;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    display: block;
    padding: .3em .5em;
}
.navlink-04:hover
{
    color: #8331a7;
}
@media screen and (min-width: 750px)
{
    .col-md-h-500
    {
        height: 500px;
    }
}

.main-content-container
{
    overflow: auto;
    overflow-x: hidden;
}



.top-navigation-container
{
    background: #ffffff;
    text-align: center;
    top: -500px;
}
.top-navigation-container.sticky
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    -webkit-box-shadow: 0 2px .5em rgba(217, 217, 217, .5);
            box-shadow: 0 2px .5em rgba(217, 217, 217, .5);
    -webkit-transition: top .3s ease-in-out .1s;
    -o-transition: top .3s ease-in-out .1s;
    transition: top .3s ease-in-out .1s;
}
.top-navigation-container
.wrapper
{
    padding: 1.5em;
}
.top-navigation-container
.logo img
{
    width: 271px;
    height: 49px;
}
.top-navigation-container
.navmenu
{
    margin-top: .7em;
}
.top-navigation-container
.navmenu li
{
    padding-bottom: 1em;
}
.top-navigation-container
.navmenu .dropdown-menu-item
{
    position: relative;
}
.top-navigation-container
.navmenu .dropdown-menu-item:hover 
.dropdown-menu
{
    left: 0;
    opacity: 1;
    pointer-events: auto;
}
.top-navigation-container
.navmenu a
{
    display: block !important;
    padding: 0 .7em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.top-navigation-container
.navmenu .dropdown-menu-item
.dropdown-menu
{
    position: absolute;
    top: 100%;
    left: -50%;
    min-width: 200px;
    padding: .5em;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    z-index: 50;
    display: block;
    text-align: left;
    padding: .5em 1em;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: left .5s ease-in-out,
                opacity .2s ease-in-out;
    -o-transition: left .5s ease-in-out,
                opacity .2s ease-in-out;
    transition: left .5s ease-in-out,
                opacity .2s ease-in-out;
}
.top-navigation-container
.navmenu .dropdown-menu-item
.dropdown-menu li
{
    display: block;
}
.top-navigation-container
.navmenu .dropdown-menu-item
.dropdown-menu li a
{
    padding: 0;
    font-size: 14px;
    display: block;
}
.top-navigation-container
.langs-list
{
    font-family: 'Roboto' !important;
    display: inline-block;
}
.top-navigation-container
.langs-list li
{
    position: relative;
}
.top-navigation-container
.langs-list li.active
{
    width: 30px;
    text-shadow: 0 1px #d7d7d7;
}
.top-navigation-container
.langs-list li.active > a
{
    padding: 5px;
    display: block;
}
.top-navigation-container
.langs-list li:hover
{
    background: #f2f2f2;
}
.top-navigation-container
.langs-list li:hover .dropdown-list
{
    display: block;
}
.top-navigation-container
.langs-list li a
{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 200;
    color: #262626;
}
.top-navigation-container
.langs-list li .dropdown-list 
{
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px;
    width: 30px;
    background: #f2f2f2;
    display: none;
    z-index: 50;
}
.top-navigation-container
.langs-list li .dropdown-list
a
{
    font-size: 13px;
    opacity: .7;
}
.top-navigation-container
.mobile-phone-link
{
    position: relative;
    height: 50px;
    width: 50px;
    display: inline-block;
}
.top-navigation-container
.mobile-phone-link
.company-info-dropdown
{
    width: 250px;
    padding: 1em;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 .5em rgba(204 204 204 / 40%);
            box-shadow: 0 0 .5em rgba(204 204 204 / 40%);
    background: #ffffff;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: -80px;
    color: #000000;
    z-index: 50;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,
                left .5s ease-in-out;
    -o-transition: opacity .2s ease-in-out,
                left .5s ease-in-out;
    transition: opacity .2s ease-in-out,
                left .5s ease-in-out;
}
.top-navigation-container
.mobile-phone-link:hover 
.company-info-dropdown
{
    left: -109px;
    opacity: 1;
    pointer-events: auto;
}



.section-01
{
    background-color:#FAFAFA;
    padding: 4em 0 10em 0;
}


.section-02
{
    padding: 4em 0 10em 0;
}



.footer-section-container
{
    padding: 4em .5em;
    background: #FAFAFA;
}
.footer-section-container
.social-links li
{
    margin-right: 7em;
}
.footer-section-container
.social-links li:last-of-type
{
    margin-right: 0;
}
.footer-section-container
.social-links a
{
    width: 43px;
    height: 43px;
    font-size: 20px;
}
.footer-section-container
.navlinks-list
{
    margin-top: 5em;
}
@media screen and (max-width: 550px)
{
    .footer-section-container
    .navlinks-list
    {
        text-align: right !important;
    }
}
.footer-section-container
.navlinks-list li
{
    margin-right: 4em;
    margin-bottom: .5em;
}
.footer-section-container
.navlinks-list li:last-of-type
{
    margin-right: 0;
}
.footer-section-container
.navlinks-list li a
{
    font-size: 19px;
}
.footer-section-container
.logo
{
    margin-top: 4em;
}
.footer-section-container
.logo img
{
    width: 271px;
    height: 49px;
}
.footer-section-container
.copyright
{
    padding: 1em 0;
}
.footer-section-container
.copyright .text-03
{
    color: #8331A7;
    letter-spacing: 2px;
}











