body{
     font-family: 'MontserratRegular', sans-serif;
     font-size: 20px;
     line-height: 160%;
     color: #272727;
     background: url(../img/noise-texture.png);
}
 a, a:visited{
     color: #272727;
     text-decoration: none;
}
 ul{
     list-style: none;
}
 .button {
     position: relative;
     display:block;
     width: 225px;
     height: 60px;
     margin: 10px 7px;
     padding: 5px 5px;
     border-bottom: 3px solid #F43049;
     background: #1B4C7D;
     font-size: 18px;
     line-height: 60px;
    ;
     color: #fff !important;
     text-align: center;
     outline: 0;
     overflow:hidden;
     z-index: 1;
     cursor: pointer;
     transition: 0.1s ease-in;
     -o-transition: 0.1s ease-in;
     -ms-transition: 0.1s ease-in;
     -moz-transition: 0.1s ease-in;
     -webkit-transition: 0.1s ease-in;
}
 @media (max-width: 1366px){
     .button{
         max-width: 160px;
         font-size: 14px;
         height: 50px;
         line-height: 50px;
    }
}
 @media (max-width: 500px){
     .button{
         max-width: 160px;
         font-size: 14px;
         height: 50px;
         line-height: 50px;
    }
}
 .button:before {
     content: "";
     position: absolute;
     background: #F43049;
     bottom: 0;
     left: 0;
     right: 0;
     top: 100%;
     z-index: -1;
     -webkit-transition: top 0.15s ease-in;
}
 .button:hover:before {
     top: 0;
}
/*Header*/
 header {
     height: 90px;
     border-bottom: 1px solid #D6D6D6;
     display: flex;
     justify-content: space-between;
     padding: 0 90px 0 87px;
}
 @media (max-width: 1280px) {
     header {
         padding: 0 40px 0 40px;
    }
}
 @media (max-width: 1024px) {
     header {
         padding: 0;
         height: 50px;
         display: none;
    }
}
 .logo-cell, .logo-cell:visited {
     display: block;
     background: #1B4C7D;
     color: #FFF;
     text-transform: uppercase;
     font-family: 'FuturaBook', sans-serif;
     line-height: 90px;
     padding: 0 47px;
     font-size: 18px;
     letter-spacing: 1.5px;
     position: relative;
     overflow: hidden;
     z-index: 1;
     transition: 0.1s ease-in;
     -o-transition: 0.1s ease-in;
     -ms-transition: 0.1s ease-in;
     -moz-transition: 0.1s ease-in;
     -webkit-transition: 0.1s ease-in;
}
 .logo-cell:before {
     content: "";
     position: absolute;
     background: #F43049;
     bottom: 0;
     left: 0;
     right: 0;
     top: 100%;
     z-index: -1;
     -webkit-transition: top 0.15s ease-in;
}
 .logo-cell:hover:before {
     top: 0;
}
 @media (max-width: 1024px) {
     .logo-cell, .logo-cell:visited {
         line-height: 50px;
         font-size: 16px;
         padding: 0 20px;
    }
}
 .logo-cell>span {
     font-family: 'FuturaDemi', sans-serif;
}
 nav {
     font-size: 16px;
}
 @media (max-width: 1024px) {
     nav {
         display: none;
    }
}
 nav ul {
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
     padding: 0;
     margin: 0;
}
 .nav-opt {
     list-style: none;
     position: relative;
     margin-right: 65px;
}
 .nav-opt-a {
     min-height: 90px;
     line-height: 90px;
     font-size: 16px;
     text-transform: uppercase;
     font-weight: bold;
}
 .nav-opt-a:before, .nav-opt-a:after {
     transition: 0.2s ease-in;
     -o-transition: 0.2s ease-in;
     -ms-transition: 0.2s ease-in;
     -moz-transition: 0.2s ease-in;
     -webkit-transition: 0.2s ease-in;
     content: "";
     display: block;
     position: absolute;
     height: 3px;
     width: 43px;
     left: 0;
     right: 0;
     margin: 0 auto;
     background: transparent;
}
 .nav-opt-a:before {
     top: 0;
}
 .nav-opt-a:after {
     bottom: 0;
}
 .nav-opt-a:hover:before, .nav-opt-a:hover:after {
     background: #F43049;
}
 .nav-opt:last-child {
     margin-right: 0;
}
 .lang-switch {
     min-height: 90px;
     line-height: 90px;
     font-size: 16px;
     text-transform: uppercase;
     font-weight: bold;
     z-index: 2;
}
 @media (max-width: 1024px) {
     .lang-switch {
         font-size: 14px;
         line-height: 50px;
         margin-left: 15px;
    }
}
 .lang-switch>span {
     padding: 0 17px;
}
 .lang-switch>a {
     transition: 0.2s ease-in;
     -o-transition: 0.2s ease-in;
     -ms-transition: 0.2s ease-in;
     -moz-transition: 0.2s ease-in;
     -webkit-transition: 0.2s ease-in;
}
 .lang-switch>a:hover {
     color: #F43049 
}
 .lang-active {
     color: #F43049 !important;
}
/*End Of Header*/
/* Mobile Header */
 @media (min-width: 1025px) {
     #menuArea, .mobile-menu, .mobile-menu-border {
         display: none !important;
    }
}
 .mobile-menu {
     width: 100%;
     height: 50px;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
     position: absolute;
     top: 0;
     justify-content: space-between;
}
 .mobile-menu-border {
     width: 100%;
     display: block;
     height: 1px;
     width: 100%;
     background: #D6D6D6;
     z-index: 16;
     position: absolute;
     top: 50px;
     opacity: 0.5;
}
 .logo-cell-m {
     line-height: 50px;
     font-size: 16px;
     padding: 0 20px;
     display: block;
     background: #1B4C7D;
     color: #FFF !important;
     text-transform: uppercase;
     font-family: 'FuturaBook', sans-serif;
     letter-spacing: 1.5px;
     position: relative;
     overflow: hidden;
     z-index: 16;
     width: auto;
     max-width: 120px;
     box-sizing: border-box;
}
 .logo-cell-m>span {
     font-family: 'FuturaDemi', sans-serif;
}
 input {
     display: none;
}
 .open {
     background-color: #1B4C7D;
     width: 24px;
     height: 4px;
     display: block;
     border-radius: 2px;
     cursor: pointer;
     position: relative;
     top: 8px;
     z-index: 15;
}
 .open:before {
     content: "";
     background-color: #1B4C7D;
     width: 24px;
     height: 4px;
     display: block;
     border-radius: 2px;
     position: relative;
     top: -8px;
     transform: rotate(0deg);
     transition: all 0.3s ease;
     z-index: 15;
}
 .open:after {
     content: "";
     background-color: #1B4C7D;
     width: 24px;
     height: 4px;
     display: block;
     border-radius: 2px;
     position: relative;
     top: 4px;
     transform: rotate(0deg);
     transition: all 0.3s ease;
     z-index: 15;
}
 .menuOpen {
     width: 24px;
     height: 20px;
     display: block;
     padding: 15px;
     cursor: pointer;
     float: right;
     z-index: 15;
}
 .menuOpen:hover .open:before {
     top: -9px;
     z-index: 15;
}
 .menuOpen:hover .open:after {
     top: 5px;
     z-index: 15;
}
 .menu {
     position: fixed;
     width: 100vw;
     height: 100vh;
     top: 0;
     left: 0;
     background: #1B4C7D;
     ;
     z-index: 15;
}
 .menu label {
     width: 30px;
     height: 30px;
     position: absolute;
     right: 20px;
     top: 20px;
     background-size: 100%;
     cursor: pointer;
     z-index: 15;
}
 .menu .menuContent {
     position: relative;
     top: 280px;
     left: 21px;
     font-size: 24px;
     padding-bottom: 20px;
     margin-top: -170px;
     z-index: 15;
}
 .menu ul {
     list-style: none;
     padding: 0;
     margin: 0 auto;
     z-index: 15;
}
 .menu ul li a {
     display: block;
     color: white;
     text-decoration: none;
     transition: color 0.2s;
     text-transform: uppercase;
     padding: 25px 0;
     z-index: 15;
}
 .menu ul li:after {
     content: "";
     display: block;
     height: 1px;
     width: 34px;
     background: #D7D7D7;
     opacity: 0.5;
}
 .menu ul li:last-child:after {
     display: none;
}
 .menu ul li a:hover {
     color: #F43049;
     z-index: 15;
}
 .menuEffects {
     opacity: 0;
     visibility: hidden;
     transition: opacity 0.5s, visibility 0.5s;
     z-index: 15;
}
 .menuEffects ul {
     transform: translateY(0%);
     transition: all 0.5s;
     z-index: 15;
}
 #menuToggle:checked~.menuEffects {
     opacity: 1;
     visibility: visible;
     transition: opacity 0.5s;
     z-index: 15;
}
 #menuToggle:checked~.menuEffects ul {
     opacity: 1;
     z-index: 15;
}
 #menuToggle:checked~.menuOpen .open {
     background-color: transparent;
     z-index: 16;
}
 #menuToggle:checked~.menuOpen .open:before {
     content: "";
     background-color: white;
     transform: rotate(45deg);
     position: absolute;
     top: 0;
     right: 0;
     z-index: 16;
}
 #menuToggle:checked~.menuOpen .open:after {
     content: "";
     background-color: white;
     transform: rotate(-45deg);
     position: relative;
     top: 0;
     right: 0;
     z-index: 16;
}
 #menuToggle:not(:checked)~.menuEffects ul {
     transform: translateY(-30%);
     z-index: 15;
}
/* End Of Mobile Header */
 .services-main{
     padding-top: 90px;
     background: url(../img/noise-goal-texture.jpg);
}
 @media (max-width: 840px){
     .services-main{
         background: inherit;
         padding-top: 100px;
    }
}
 @media (max-width: 420px){
     .services-main{
        /*padding-top: 40px;
        */
    }
}
 .services-main-title{
     font-size: 50px;
     line-height: 120%;
     letter-spacing: 0.02em;
     display: block;
     padding-left: 185px;
     margin: 0 !important;
}
 @media (min-width: 840px) {
     .services-main-title {
         position: fixed;
         z-index: 10;
    }
}
 @media (max-width: 1680px){
     .services-main-title{
         padding-left: 90px;
    }
}
 @media (max-width: 1440px){
     .services-main-title{
         font-size: 44px;
    }
}
 @media (max-width: 1366px){
     .services-main-title{
         padding-left: 60px;
         font-size: 40px;
    }
}
 @media (max-width: 1280px){
     .services-main-title{
         font-size: 36px;
    }
}
 @media (max-width: 840px){
     .services-main-title{
         font-size: 32px;
         padding-left: 6.25%;
    }
}
 @media (max-width: 420px){
     .services-main-title{
         font-size: 26px;
         padding-left: 6.25%;
    }
}
 .services-van-tab{
     position: relative;
     padding-top: 90px;
     padding-bottom: 140px;
     overflow: hidden;
}
 @media (max-width: 840px){
     .services-van-tab{
         width: 87.5%;
         margin: 0 auto;
         padding-bottom: 40px;
         padding-top: 40px;
    }
}
 @media (max-width: 420px){
     .services-van-tab{
    }
}
/*Tabs*/
 .tabs{
     margin: 0 !important;
     display: block !important;
}
 .tabs.style__vertical .tabs__content.is__active{
     max-width: 773px;
     padding: 0 !important;
     box-shadow: 0px 0px 30px rgba(154, 154, 154, 0.2) !important;
     position: relative !important;
     left: 50% !important;
     border: none !important;
}
 @media (max-width: 1680px) {
     .tabs.style__vertical .tabs__content.is__active {
         width: 44% !important;
    }
}
 @media (max-width: 840px){
     .tabs.style__vertical .tabs__content.is__active{
         position: relative !important;
         left: 0 !important;
         margin: 0 !important;
         max-width: none !important;
         box-shadow: none !important;
         border-top: 1px dashed #949494 !important;
         padding-top: 12px !important;
         width: 100% !important;
    }
}
 .service-cell{
     padding: 51px 96px 73px 96px !important;
     box-sizing: border-box;
     position: relative;
     width: 100%;
     height: 100%;
}
 @media (max-width: 1440px) {
     .service-cell {
         padding: 40px 75px 82px 75px !important;
    }
}
 @media (max-width: 1280px) {
     .service-cell {
         padding: 36px 64px 58px 64px !important;
    }
}
 @media (max-width: 840px){
     .service-cell{
         padding: 12px 0 !important;
    }
}
 .service-cell-border{
     display: block;
     position: absolute;
     left: 0;
     top: 0;
     width: 3px;
     height: 292px;
     background: #F43049 
}
 @media (max-width: 840px){
     .service-cell-border{
         display: none;
    }
}
 .tabs.style__vertical .tabs__nav{
     position: absolute;
     left: 185px;
}
 @media (min-width: 840px) {
     .tabs.style__vertical .tabs__nav {
         position: fixed;
    }
}
 @media (max-width: 1680px) {
     .tabs.style__vertical .tabs__nav {
         left: 90px;
    }
}
 @media (max-width: 1366px) {
     .tabs.style__vertical .tabs__nav {
         left: 60px;
         width: 70%;
    }
}
 .tabs.style__vertical .tabs__nav .tabs__nav_link{
     max-width: 580px;
     background: none !important;
     border-radius: none !important;
     border: none !important;
     margin: 0 193px 0 0 !important;
     font-size: 26px !important;
     line-height: 150% !important;
     padding: 28px 0 28px 0 !important;
     font-weight: bold !important;
     border-top: 1px dashed #949494 !important;
}
 @media (max-width: 1440px) {
     .tabs.style__vertical .tabs__nav .tabs__nav_link {
         max-width: 100% !important;
         font-size: 21px !important;
         padding: 21px 0 21px 0 !important;
         margin: 0 !important;
    }
}
 @media (max-width: 1366px) {
     .tabs.style__vertical .tabs__nav .tabs__nav_link {
         max-width: 55% !important;
         font-size: 18px !important;
         padding: 18px 0 18px 0 !important;
    }
}
 .tabs.style__vertical .tabs__nav .tabs__nav_link:last-child{
     border-bottom: 1px dashed #949494 !important;
}
 .tabs.style__vertical .tabs__nav .tabs__nav_link.is__active{
     color: #F43049 !important;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
}
 .tabs.style__vertical .tabs__nav .tabs__nav_link.is__active:before {
     content: "" !important;
     display: block !important;
     background: #F43049;
     height: 3px;
     width: 58px;
     margin-right: 38px;
     margin-bottom: 6px;
     margin-top: 20px;
}
 @media (max-width: 1440px) {
     .tabs.style__vertical .tabs__nav .tabs__nav_link.is__active:before {
         margin-top: 15px !important;
         width: 44px !important;
         margin-right: 28px !important;
    }
}
 @media (max-width: 1366px) {
     .tabs.style__vertical .tabs__nav .tabs__nav_link.is__active:before {
         margin-top: 12px !important;
         width: 32px !important;
         margin-right: 18px !important;
    }
}
 @media (max-width: 840px) {
     .tabs.style__vertical .tabs__nav .tabs__nav_link.is__active:before {
         display: none;
    }
}
 @media (max-width: 840px){
     .tabs.style__vertical .tabs__content{
         margin: 0 !important;
         border: 0 !important;
         border-top: 1px dashed #949494 !important;
         font-size: 16px !important;
         line-height: 140% !important;
    }
     .tabs.style__vertical .tabs__content:last-child{
         border-bottom: 1px dashed #949494 !important;
    }
}
 @media (max-width: 840px){
     .tabs.style__vertical .tabs__content{
         font-size: 14px;
    }
}
 @media (max-width: 840px){
     .tabs.is__responsive .tabs__content{
         padding: 16px 0 !important;
         background: none !important;
         overflow: hidden !important;
    }
}
 @media (max-width: 840px){
     .tabs.is__responsive .tabs__content .tabs__nav_link{
         box-sizing: border-box !important;
         padding: 14px 18px !important;
         font-weight: bold !important;
    }
}
 .tabs.is__responsive .tabs__nav_link.is__active{
     color: #F43049 !important;
     position: relative !important;
}

 .service-cell-wrapper{
     font-size: 20px;
     line-height: 160%;
}
 .service-cell-maintitle{
     display: block;
     margin: 0;
     font-weight: bold;
     font-size: 36px;
     line-height: 140%;
     padding-bottom: 46px;
}
 @media (max-width: 1440px){
     .service-cell-maintitle{
         font-size: 24px;
         padding-bottom: 32px;
    }
}
 @media (max-width: 840px){
     .service-cell-maintitle{
         display: none;
    }
}
 .service-cell-subtitle{
     display: block;
     margin: 0;
     font-weight: bold;
     font-size: 26px;
     line-height: 150%;
     padding-bottom: 42px;
}
 @media (max-width: 1440px){
     .service-cell-subtitle{
         font-size: 21px;
         padding-bottom: 36px;
    }
}
 @media (max-width: 1024px){
     .service-cell-subtitle{
         font-size: 18px;
         padding-bottom: 32px;
    }
}
 @media (max-width: 420px){
     .service-cell-subtitle{
         font-size: 16px;
         padding-bottom: 24px;
         padding-bottom: 28px;
    }
}
 .service-cell-desc{
     display: block;
     margin: 0;
     padding-bottom: 36px;
     font-size: 26px;
     line-height: 160%;
}
 @media (max-width: 1440px){
     .service-cell-desc{
         font-size: 21px;
         padding-bottom: 32px;
    }
}
 @media (max-width: 1024px){
     .service-cell-desc{
         font-size: 18px;
         padding-bottom: 24px;
    }
}
 @media (max-width: 420px){
     .service-cell-desc{
         font-size: 16px;
         padding-bottom: 21px;
    }
}
 .service-cell-subtitle>b{
     font-family: 'MontserratSemiBold', sans-serif;
     font-weight: bold;
}
 .service-cell-p{
     display: block;
     margin: 0;
     padding-bottom: 56px;
}
 @media (max-width: 1440px){
     .service-cell-p{
         font-size: 18px;
         padding-bottom: 50px;
    }
}
 @media (max-width: 1024px){
     .service-cell-p{
         font-size: 16px;
         padding-bottom: 44px;
    }
}
 @media (max-width: 768px){
     .service-cell-p{
         font-size: 14px;
         line-height: 160%;
         padding-bottom: 35px;
    }
}
 .service-cell-bulletedlist{
     padding-left: 0;
     display: block;
     color: #1B4C7D;
}
 .service-cell-bulletedlist>li{
     padding-bottom: 18px;
     font-weight: bold;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
}
 @media (max-width: 1440px){
     .service-cell-bulletedlist>li{
         font-size: 18px;
         padding-bottom: 15px;
    }
}
 @media (max-width: 1024px){
     .service-cell-bulletedlist>li{
         font-size: 16px;
         padding-bottom: 12px;
    }
}
 @media (max-width: 768px){
     .service-cell-bulletedlist>li{
         font-size: 14px;
         padding-bottom: 5px;
    }
}
 .service-cell-bulletedlist>li:before{
     content: "";
     display: block;
     height: 2px;
     min-width: 25px;
     background: #1B4C7D;
     margin-top: 15px;
     margin-right: 26px;
}
 @media (max-width: 1440px){
     .service-cell-bulletedlist>li:before{
         margin-right: 21px;
         min-width: 21px;
    }
}
 @media (max-width: 1024px){
     .service-cell-bulletedlist>li:before{
         margin-right: 18px;
         min-width: 18px;
    }
}
 @media (max-width: 420px){
     .service-cell-bulletedlist>li:before{
         margin-right: 15px;
         min-width: 15px;
    }
}
 .service-cell-altsect{
     background: #F6F6F6;
     padding: 40px 96px 50px;
     width: 100%;
     margin-bottom: 60px;
}
 @media (max-width: 1440px){
     .service-cell-altsect{
         padding: 40px 75px 50px;
    }
}
 @media (max-width: 1280px){
     .service-cell-altsect{
         padding: 40px 64px 50px;
    }
}
 @media (max-width: 840px){
     .service-cell-altsect{
         padding-left: 0;
         margin-bottom: 20px;
         padding: 20px 0px 30px;
    }
}
 @media (max-width: 420px){
     .service-cell-altsect{
         padding-left: 0;
         margin-bottom: 20px;
         padding: 15px 0px 20px;
    }
}
 .service-cell-alttitle{
     display: block;
     margin: 0;
     font-size: 22px;
     line-height: 150%;
     color: #1B4C7D;
     padding-bottom: 42px;
     font-family: 'MontserratSemiBold', sans-serif;
}
 @media (max-width: 840px){
     .service-cell-alttitle{
         font-size: 16px;
         padding: 0 22px 12px;
    }
}
 .service-cell-altsect>ul{
     padding-left: 0 !important;
}
 @media (max-width: 840px){
     .service-cell-altsect>ul{
         padding: 10px 22px !important;
    }
}
 .service-cell-altlist{
     display: block;
     margin: 0;
     font-weight: bold;
     font-size: 18px;
     color: #1B4C7D;
     padding-bottom: 9px;
}
 @media (max-width: 1440px){
     .service-cell-altlist{
         font-size: 16px;
         padding-bottom: 7px;
    }
}
 @media (max-width: 840px){
     .service-cell-altlist{
         font-size: 14px;
         padding-bottom: 7px;
    }
}
 .service-secondarybg{
     height: 3000px;
     position: absolute;
     top: 670px;
     background: url(../img/noise-texture.png);
     width: 100%;
}
 @media (max-width: 840px){
     .service-secondarybg{
         display: none;
    }
}

.services-pattern{
    position: absolute;
    display: block;
    background: url(../img/patterns/pattern-10.svg);
    -webkit-background-size: cover;
    background-size: cover;
    width: 184px;
    height: 184px;
    background-repeat: no-repeat;
    left: 86%;
    top: 0px;
}

 @media (max-width: 1880px){
    .services-pattern{
        left: 88%;
    }
 }

@media (max-width: 1680px) {
     .services-pattern {
         width: 163px;
         height: 163px;
         left: 90%;
    }
}
 @media (max-width: 1440px) {
     .services-pattern {
         width: 140px;
         height: 140px;
         top: 15px;
    }
}
 @media (max-width: 1366px) {
     .services-pattern {
         width: 133px;
         height: 133px;
    }
}
 @media (max-width: 1280px) {
     .services-pattern {
         width: 124px;
         height: 124px;
    }
}
 @media (max-width: 1152px) {
     .services-pattern {
         width: 112px;
         height: 112px;
    }
}
 @media (max-width: 1024px) {
     .services-pattern {
         width: 99px;
         height: 99px;
         top: 25px;
    }
}
 @media (max-width: 840px) {
     .services-pattern {
         display: none;
    }
}


/*End Of Tabs Content*/
/*Footer*/
 footer{
     border-top: 1px solid #DBDBDB;
     height: 90px;
     display: flex;
     justify-content: space-between;
}
 @media (max-width: 1000px){
     footer{
         height: 60px;
    }
}
 .footer-logo{
     display: block;
     color: #174A7B !important;
     text-transform: uppercase;
     font-family: 'FuturaBook', sans-serif;
     line-height: 90px;
     padding: 0 137px;
     font-size: 18px;
     letter-spacing: 1.5px;
}
 @media (max-width: 1000px){
     .footer-logo{
         display: none;
    }
}
 .footer-logo>b{
     font-family: 'FuturaDemi', sans-serif;
}
 footer>ul{
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
     margin: 0;
     padding: 0;
     padding-right: 90px;
}
 @media (max-width: 1000px){
     footer>ul{
         padding-right: 0;
         justify-content: space-around;
         width: 100%;
    }
}
 .footer-opt-a{
     min-height: 90px;
     line-height: 90px;
     font-size: 14px;
     text-transform: uppercase;
     padding-right: 65px;
     font-weight: bold;
     display: block;
}
 @media (max-width: 1000px){
     .footer-opt-a{
         padding-right: 0;
         min-height: 60px;
         line-height: 60px;
         font-size: 12px;
    }
}
 @media (max-width: 500px){
     .footer-opt-a{
         padding-right: 0;
         font-size: 10px;
    }
}
 .footer-opt-a>a{
     color: #1A396B;
     transition: 0.2s ease-in;
     -o-transition: 0.2s ease-in;
     -ms-transition: 0.2s ease-in;
     -moz-transition: 0.2s ease-in;
     -webkit-transition: 0.2s ease-in;
}
 .footer-opt-a>a:hover{
     color: #F43049;
}
 