@font-face {
    font-family: "DINPro-Regular";
    src: url("../font/DINPro-Regular/DINPro-Regular.eot");
    src: url("../font/DINPro-Regular/DINPro-Regular.eot?#iefix") format("embedded-opentype"),  url("../font/DINPro-Regular/DINPro-Regular.woff2") format("woff2"),  url("../assets/font/DINPro-Regular/DINPro-Regular.woff") format("woff"),  url("../assets/font/DINPro-Regular/DINPro-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "DINPro-Light";
    src: url("../font/DINPro-Light/DINPro-Light.eot");
    src: url("../font/DINPro-Light/DINPro-Light.eot?#iefix") format("embedded-opentype"),  url("../font/DINPro-Light/DINPro-Light.woff2") format("woff2"),  url("../assets/font/DINPro-Light/DINPro-Light.woff") format("woff"),  url("../assets/font/DINPro-Light/DINPro-Light.ttf") format("truetype");
}

@font-face {
    font-family: "DINPro-Medium";
    src: url("../font/DINPro-Medium/DINPro-Medium.eot");
    src: url("../font/DINPro-Medium/DINPro-Medium.eot?#iefix") format("embedded-opentype"),  url("../font/DINPro-Medium/DINPro-Medium.woff2") format("woff2"),  url("../assets/font/DINPro-Medium/DINPro-Medium.woff") format("woff"),  url("../assets/font/DINPro-Medium/DINPro-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "DINPro-Bold";
    src: url("../font/DINPro-Bold/DINPro-Bold.eot");
    src: url("../font/DINPro-Bold/DINPro-Bold.eot?#iefix") format("embedded-opentype"),  url("../font/DINPro-Bold/DINPro-Bold.woff2") format("woff2"),  url("../assets/font/DINPro-Bold/DINPro-Bold.woff") format("woff"),  url("../assets/font/DINPro-Bold/DINPro-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "din-condensed-bold";
    src: url("../font/din-condensed-bold/din-condensed-bold.eot");
    src: url("../font/din-condensed-bold/din-condensed-bold.eot?#iefix") format("embedded-opentype"),  url("../font/din-condensed-bold/din-condensed-bold.woff2") format("woff2"),  url("../assets/font/din-condensed-bold/din-condensed-bold.woff") format("woff"),  url("../assets/font/din-condensed-bold/din-condensed-bold.ttf") format("truetype");
}
@font-face{
    font-family: 'tuskermedi';
    src:url(../new_homepage_font/TuskerGroteskmedi.ttf);
}
@font-face{
    font-family: 'sfregu';
    src:url(https://db.onlinewebfonts.com/t/0b51833ff62e4af8acb5fd3e2bf59e97.ttf);
}
.sfregu{
    font-family: 'sfregu';
}
body
{
    font-family: "DINPro-Regular";font-size:14px;
}
.banner p{
  font-size: 25px;
  color: #003c47;
  font-weight: bold;
}
.social_select li a{

}
.banner-btn{
   background: #f5af25;
    text-transform: inherit !important;
    letter-spacing: 1px;
    font-size: 19px;
    color: #004355 !important;
}
#social_select a {
   color: #003c47;
    font-size: 20px;
    font-weight: bold;
    padding-right: 20px;
   /* background: url(../images/down.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 13px;
    padding-right: 14px;*/

}
.ticker-container {
            width: 100%;
            overflow: hidden;
        
         
            padding: 10px 0;
            white-space: nowrap;
            position: relative;
        }
        .ticker-wrapper {
            display: flex;
            min-width: 100%;
            animation: scroll 25s linear infinite;
        }
       .ticker-wrapper .box {
    width: 160px;
    height: 80px;
    color: #272727;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    margin: 10px 35px;
}
        @keyframes scroll {
            from {
                transform: translateX(0);
            }
            to {
                transform: translateX(-100%);
            }
        }
        .box{margin: 10px 20px;}
        .box img {
    height: 30px;
    width: 30px;
    max-width: fit-content;
}
/**slowani**/
  .text-fade {
            font-size: 24px;
            font-weight: bold;
            opacity: 1; /* Ensure the container is always visible */
        }
        .fade-text {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 1.5s ease-out, transform 1.5s ease-out;
        }
        /* Delay each text line for a staggered effect */
        .fade-text:nth-child(1) { transition-delay: 0s; }
        .fade-text:nth-child(2) { transition-delay: 0.5s; }
        .fade-text:nth-child(3) { transition-delay: 1s; }
        .fade-text:nth-child(4) { transition-delay: 1.5s; }
        .fade-text:nth-child(5) { transition-delay: 2s; }

        /* When visible, fade in */
        .fade-in {
            opacity: 1;
            transform: translateY(0);
        }
.yellowrad
{background-image: url(../images/yellow-radius.svg);
 background-size:cover ;    padding:30vh 0;
    background-position:10%;
    background-size: 60%;
    background-repeat: no-repeat;}

.top-menu li a.nav-link.g-border-btn{
  background: transparent !important;
  border: 1px solid #054353;
  color: #054353 !important;
  text-transform: capitalize;
  font-weight: 800;
  min-width: 110px;
  margin-right: 10px;
}
.top-menu li a.nav-link.g-border-btn:hover{
  background: #f9b326 !important;
  border: 1px solid #f9b326;  
}
.midmenu{font-family: "DINPro-Bold";}
.midmenu a {text-decoration: none !important; text-transform: capitalize;}
.midmenu{display: flex; align-items: center;}
#social_select li a{
    font-size: 16px !important;
    font-weight: normal !important;
}

.grey_bg
{
  background: #f1f1f1;
}
.wl{margin-left:60px;}
.input-radius
{
      background: #e2e2e2;
    border-radius: 20px;
    height: 42px;
}
.sitef3{font-size: 25px;}
.circlelist
{
  padding-left: 0px;
}
.circlelist li
{
    list-style: none;
    background-image: url(../images/circlelist.svg);
    font-size: 17px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 25px;
    padding-left: 35px;
    margin-bottom: 12px;;
}
.mpic{max-height: 550px;}
.yellowbox {
    background: #f9b224;
    padding: 30px !important;
    border-radius: 20px;
    position: relative;
    height: 100%;
    top: 50px;
}
.iconpic
{
  background: #f8af35;
    padding: 18px;
    display: inline-block;
    position: absolute;
    left: 40px;
    top: -40px;
    border-radius: 14px;
}
.yellowbox p {
    font-size: 23px;
}
.iconpic img {
    max-width: 60px;
}
.lineb {
    position: relative;
    padding: 0px 55px;
    display: inline-block;
    text-align: center;
}
.lineb:before {
    background: url(../images/leftb.svg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 50px;
    height: 28px;
    top: 7px;
    left: 0px;
}
.lineb:after {
    background: url(../images/rightb.svg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 50px;
    height: 28px;
    top: 7px;
    right: 0px;
}

video {
  width: 100%;
  height: auto;
  }
  .font_sz{
    font-size: 65px;
}
 @media(max-width:991px)
 {
    .yellowrad{
    background-size: 100%;
    padding: 50px 0px;
    background-position: top center;
 } 
 .font_sz {
    font-size: 35px;
}
 }
@media(max-width:700px)
{
  .yellowbox{padding-top: 60px !important;}
  .sitef2{font-size: 20px; font-weight: bold;}
  .sitef3{font-size: 19px; font-weight: bold;}
  .yellowbox p, .sitep{font-size: 17px; }
  .lineb{padding-top: 7px;}
}

#ff-compose form{background: transparent !important;}  
#ff-compose form .rest-form-control{background: #e2e2e2;
    border-radius: 20px;
    height: 42px;}
#ff-compose .ff-submit{background:#f5af25 !important}    
#ff-compose  .ff-button-bar a,#ff-compose  .ff-button-bar a img{display: none !important;}

/*#social_select{
    background: url(../images/down.png);
    background-size: 14px;
    background-position: right 19px;
    background-repeat: no-repeat;
    padding-right: 14px;
    margin-left: 20px;
}*/
/*.banner  .container{
    height: 90vh;
    align-items: center;
    justify-content: center;
    display: flex;
}*/
.sec-bg{
    background: url(../images/sec-bg.svg);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10vh 0 14vh 0;
}
.chat-bot:hover{
    text-decoration: none;
}
.chat-bot{
  display: flex;
  gap: 6px;
  background: #f9b325;
  color: #064e60 !important;
  font-weight: 600;
  font-size: 18px;
  padding: 5px 20px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
}
.chat-bot i,.chat-bot div{
  font-weight: bold;
}
.y-t{
    color: #f7ad35;
}
.satoshi-bg h4{
    font-weight: bold;
    font-size: 40px;
}
.satoshi-bg h2{
    font-weight: bold;
    font-size: 75px;
}
.satoshi-bg p{
    font-size: 21px;
}
.satoshi-bg{
    height: 100vh;
    display: flex;
    align-items: center;
    background: url(../images/yellow.svg);
    background-repeat: no-repeat;
    background-size: 72%;
    background-position: 0px -26px;
}
.y-tube h2{
    font-size: 29px;
}
.y-tube h4{
    font-size: 17px;
    letter-spacing: 1px;
}
.y-tube{
    background: url(../images/yellow-grd.jpg);
    padding: 10vh 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.out_btn button{
    outline: none !important;
    border: none !important;
    margin: 8px;
    border-radius: 4px;
}

ul.social-select {
    height: 40px;
    z-index: 9999;
    position: relative;
    border-radius: 0px !important;
    margin-left: 12px;
}
ul.social-select .arrow
{
        max-width: 14px;
    position: absolute;
    right: 0;
    top: 13px;
    z-index: -1;
}
ul.social-select li {
    padding: 5px 3px;
    z-index: 2;
}
ul.social-select li {
    padding: 5px 3px;
    z-index: 2;
}
ul.social-select li:not(.init) {
    float: left;
/*    background: #fff;*/
    }
img {
    max-width: 100%;
    border-radius: 0.1875rem;
}

.top-menu
{
    background-color:transparent;
/*    position: absolute;*/
    width: 100%;
    z-index: 999;
}
.table th {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #0d909f;
}

table.dataTable thead th, table.dataTable thead td
{
    border-bottom: 1px solid #ededed;
}
.top-menu
{
    xbackground-color: #004355;
}
.top-menu li a.nav-link
{
    font-weight:500;
    color:#fff !important;
}

.yellow-radius-btn
{
    background: #ceff70;
    border-radius: 40px;
    padding: 8px 22px !important;
    color: #10292c !important;
}
.dark-bg
{
    background-color: #01313E;
}
.light-bg
{
    background-color: #F4F5F5;
}
.dark-box
{
    background-color: #004355;
}
.white-box
{
    background-color: #fff;
    border-radius: 8px;
    height: 100%;

}
.white-box.hover:hover
{
    background-color: #004355;
}
.white-box.hover:hover h6,.white-box.hover:hover h5
{
    color: #fff;
}
.banner-pic
{

}

.site-t
{
    color:#f9b326;
}
.white-t
{
    color:#fff;
}
.dark-t
{
    color:#909090;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
    line-height: normal;
}
.btn
{
    text-transform: uppercase;
    font-weight: 500;
}
.container
{
    width: 100%;
    max-width: 85% !important;
}
.customer-section
{
    background-image: url(../images/top-right-d.svg), url(../images/bot-left-d.svg);
        background-position: right top, bottom left;
    background-repeat: no-repeat;
}
section
{
    padding: 50px 0px;
}
.customers-logo
{
        text-align: center;
    background-color: #E4F6FA;
    padding: 10px;
    border-radius: 5px;
    height: 100%;
    margin: 5px 0px;
    display: table-cell;
    vertical-align: middle;
}
.customer-section .col-md-4
{
    height: 70px;
    display: table;
    margin: 10px 0;
}
.nav-pills.site-tabs .nav-link
{
        border: 2px solid #004355;
    background-color: #fff;
    color: #004355;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 30px;
    margin: 0px 10px;
}
.nav-pills.site-tabs .nav-link.active, .nav-pills.site-tabs .show>.nav-link
{
    xbackground: #10617A;
    xcolor: #F9B326 ;

}
.site-tabs
{
    border-bottom: 0px;
}
.customers-logo img {
    max-width: 130px;
    max-height: 25px;
}
.circle-icon
{
    border: 3px solid #f9b331;
    margin: 0px auto;
    display: table;
    width: auto;
    border-radius: 100%;
    padding: 20px;
    position: relative;
    top: -24px;
    /* margin-top: -4px; */
    background-color: #fff;
}
.customer-info
{
    max-width: 320px;
    width: 100%;
    text-align: center;
}
.l-f
{
    font-weight: lighter;
}
.bottom-section
{
    background-image: url(../images/last-bg-left.svg), url(../images/last-bg-right.svg);
    background-position: right top, bottom left;
    background-repeat: no-repeat;
}
.bottom-menu
{
    padding-left: 0px;
}
.bottom-menu li
{
    list-style: none;
    margin-bottom: 10px;
}
.bottom-menu li a
{
    color:#ABA5A5;
}
footer
{
    padding:50px 0px;
}
.social-icon li {
    list-style: none;
    float: left;
    margin: 0px 5px;
}
.social-icon li a {
    color: #fff;
    background-color: #004355;
    display: table-cell;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;

}
.bottom-logo
{
    text-align: center;
    margin: 10px;
    display: inline-block;
    width: 100%;
}
.social-icon
{
    display: table;
    padding: 0px;
    width: auto;
    margin: 0px auto;
}
#accordion .btn-link.collapsed
{
    color:#10617A;
}
#accordion .btn-link
{
    color: #F9B326;
}
#accordion .card-header
{
    background-color:#fff;
    border-bottom: 0px;
}
#accordion .card
{
    margin-bottom: 10px;
}
.full-sec
{
    height: 100vh;
}
.left-part
{
    background:#10292c;
    background-size: cover;
    background-color: #01313E;
    background-position: center left;
    display: table;
}
.right-part
{
    display: table;
}
.left-part > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    }
.right-part
{
    display: table;
}    
.right-part > div
{
        text-align: left;
        display: table-cell;
        vertical-align: middle;
}
.site-btn
{
    background-color: #ceff70;
    color:#10292c;
    border:1px solid #ceff70;
}
.start-form
{
    max-width:400px;
    width: 100%;
}
.green-t
{
color:#10617A;  
}
.start-form .form-control, .start-form .btn
{
    height: 50px;
}
.start-form .form-group
{
    margin-bottom: 25px;
}

.lhn
{
    line-height: inherit;
}
.banner.dark-bg{
    /*background-image: url(../images/banner-bg.svg);
    background-position: center;
    background-size: cover;*/
    height: 100vh;
  
}



.banner.dark-bg .row
{
    height: 100vh;
}
.banner.dark-bg::after
{
    content: "";
    background-image: url(../images/top-banner-d.svg), url(../images/top-banner-d1.svg);
    background-position: top left, top right;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 180px;
        top: 0;
    background-repeat: no-repeat;
    background-size: 230px;
}
.grad-yellow-bg
{   background: #f9b339;
    background: linear-gradient(180deg, #F8AF37 0%, #FDDA4C 100%)
}
.green-t
{
    color: #004457
}
/*.banner.dark-bg .container::after
{
    content: "";
    background-image: url(../images/header-bottom.svg);
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 300px;
    bottom: 0px;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
}*/
.customer-section
{
    background-image: url(../images/payment-bg.svg);
    background-position: center center;
}
.green-box
{
    background-color: #004355;
    border-radius: 8px;
    height: 100%;
}
.grey-t
{
    color: #979797;
}
.s-icon img
{
    width: 80px;
}
.wf
{
    font-weight: bold;
}
.yellow-btn
{
    background-color: #F9B325;
    color:#004457 !important;
    font-weight: bold;
        padding: 10px 20px;
    min-width: 150px;
}
/*.footer-section
{
    background-size: auto,cover;
    background-position: bottom center,center;
    background-repeat: repeat-x;
    padding-bottom: 0;
    padding-top: 44px;
    background-image: url(../images/footer-bg.svg),linear-gradient(0deg,rgba(0,110,131,1) 0,rgba(0,70,88,1) 100%);
    background-color: #00485a;
}*/

.newsgroup .btnprimary {
    height: 50px;
    border-radius: 0px 5px 5px 0px;
    background: #f9b325;
    color: #013241;
    border: 0px;
    padding: 10px 24px;
    text-transform: capitalize;
    font-weight: 600;
}

.listservice {
    padding-left: 0;
}
.listservice li {
    list-style: none;
    padding-bottom: 8px;
}

.newsgroup label {
    color: #fff;
    display: table-cell;
    float: none;
    font-size: 17px;
    padding-right: 19px;
    text-transform: capitalize;
}
.newsgroup {
    margin-top: 10px;
    width: 100%;
}

.footer-section h3{
    color: #f9b426;
    font-size: 15px;
    padding-bottom: 3px;
    text-transform: capitalize!important;
    font-weight: 600!important;
}
.followlist1 li {
    list-style: none;
    float: left;
}
.followlist1 li a i {
    font-size: 13px;
    color: #fff;
    background: #979797;
    border-radius: 4px;
    width: 29px;
    height: 29px;
    text-align: center;
    padding-top: 8px;
    margin-right: 6px;
}
.followlist1 li:last-child a i {
    margin-right: 0;
}
.green-t {
    color: #004355!important;
}
.footer-section p
{
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    padding-top: 0;
    font-family: DINPro-medium;
}
.followlist1 {
    padding-left: 0;
    float: left;
    margin: 4px 0;
}
.top-menu li a.y-border-btn
{
        border: 2px solid #f9b326;
    border-radius: 4px;
    padding: 8px 6px;
    min-width: 110px;
    color: #f9b326 !important;
    margin-right: 5px;
    color: #123644 !important;
    background: #f9b326 !important;
}

.shake {
    animation: wavecss 3s cubic-bezier(.36, .45, .63, .53) infinite;
}

@keyframes wavecss {
    0%, to {
        transform: translate3d(0, 25px, 0);
    }

    50% {
        transform: translate3d(0, -10px, 0);
    }
}
@media(max-width: 1450px)
{
    .font-40{
        font-size: 28px !important;
        font-weight: bold !important;
    }
     .second-sec  p{
        font-size: 18px;
    }
    .sec-bg .font-40{
        font-size: 23px !important;
    }
    .home-card h5{
        font-size: 18px !important;
    }
    .suscripción h1{
        font-size: 45px !important;
    }
    .casa .font-40{
        font-size: 40px;
    }
   }
@media(max-width: 1200px)
{
    .container
    {
        max-width:100% !important
    }
   
    
}


.error {
    color: red;
}
@media(max-width:1100px)
{
    .yellowrad
    {
        padding:10vh 0px;
    }
}
@media(max-width:991px)
{
/*    .top-menu
{
  background-color: #003240;
}*/
 .top-menu .y-border-btn
 {
    margin: 5px 0px !important;
 }
 .midmenu li a,.midmenu li{margin: 5px 0px !important}
 .top-menu.navbar{margin-top: 0px !important;}
}
@media(max-width: 768px)
{
    
    .banner.dark-bg
    {
        height: auto;
    min-height: 100vh;
    padding-bottom: 0px !important;
}
.priceinfo.d-flex{display: flow-root !important;}
.priceinfo.d-flex > div:first-child{width: 100%; text-align: center;}
.priceinfo.d-flex > div:nth-child(2),.priceinfo.d-flex > div:nth-child(3){width: 50%;
        margin: 0px !important;
        padding: 0 5px; float: left;}
.priceinfo.d-flex > div:nth-child(3){text-align: left;}
.priceinfo.d-flex > div:nth-child(3){text-align: right;}
.top-menu .top-logo{padding-top: 0px !important;}
ul.social-select li:not(.init){
    background: #fff;
}
.top-menu{
    background: #fff;
}
    .banner.dark-bg .container
    {
        padding-bottom: 0px !important;
    }
    .banner.dark-bg .container::after {
    height: 170px;
    bottom: -352px !important;
   }
   .banner h1{
    padding-top: 20px;
    font-size: 50px !important;
   }
   .suscripción h1{
    font-size: 30px !important;
   }
   .satoshi-bg h4{
    font-size: 30px;
   }
   .banner h1 span{
    font-size: 50px;
   }
   .top-logo
   {
        padding-top: 15px;
   }
   .in-flex .row .col-lg-7 .d-flex{
    display: block !important;
    text-align: center;
   }
   .in-flex .row .col-lg-7 .d-flex .mr-2{
    margin-bottom: 20px;
   }
   .y-tube h2{
    font-size: 25px;
   }
   .font-40{
    font-size: 23px !important;
   }
   .satoshi-bg {
    height: auto;
    display: flex;
    align-items: center;
    background: url(../images/yellow.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center top;
}
.satoshi-bg h2{
    font-size: 55px;
}
.y-tube{
    background-size: cover;
}
}
@media(max-height: 800px)
{
    .banner.dark-bg
    {
        min-height: 100vh;
        height: auto;
    }
    .banner.dark-bg .container::after
    {
        bottom: -103px;
    }
    .nav-pills.site-tabs .nav-link
    {
            padding: 15px 30px;
    }
}
.nav-pills .nav-link.active {
    background-color: transparent;
    color: #000;
}
@media(max-width: 768px)

{
    .banner{
        height: auto !important;
        padding-top: 0px;
    }
.banner.dark-bg .container
    {
        padding-bottom: 120px;
    }
    .banner.dark-bg .container::after {
    height: 170px;
    bottom: -292px !important;
   }
   .second-sec:before{
        display: none;
   }
   .banner:before{
     display: none;
   }
  nav [aria-expanded="true"]{
    background: #fff;
  }
   .fourth-sec:before{
     display: none;
   }
   .container .mt-5{
    margin-top: 0px !important;
   }
   .banner{
    padding-top: 25%;
   }
   .top-logo{
    width: 150px !important;
   }
   .navbar-toggler{
    background: #10313e;
    transform: scale(0.9);
    /* right: -70px; */
    margin-right: 10px;
   }
   .top-menu .navbar-toggler
   {
    margin-right:0px;
   }
   .top-menu .navbar-brand{margin-right: 0px;}
   }



.m-bottom {
    margin-bottom: 10px;
}
.green-cookie {
    background: #01313E;
    padding: 10px;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    z-index: 999;
    margin: 0px auto;
    max-width: 84%;
}
.green-cookie .y-t{
    color: #f9b426;
    font-size: 17px;
    font-weight: bold;
}
.green-cookie i{
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.banner h1{
    color: #f9b326;
    font-size: 60px;
    font-weight: 600;
}
.banner h1 span{
    color: #003c47;
}
/*.text-warning{
    color: #00323e !important;
}*/
.banner.dark-bg .row
{
    height: 100vh;
}
/*.banner.dark-bg::after
{
    content: "";
    background-image: url(../images/top-banner-d.svg), url(../images/top-banner-d1.svg);
    background-position: top left, top right;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 180px;
        top: 0;
    background-repeat: no-repeat;
    background-size: 230px;
}*/
.grad-yellow-bg
{   background: #f9b339;
    background: linear-gradient(180deg, #F8AF37 0%, #FDDA4C 100%)
}
.green-t
{
    color: #004457
}
.top-menu a.green-t:hover{color:#f9b326 !important;}
.asse-t{
    color: #817e7e;
}
.home-card img{
    max-width: 230px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.home-card p{
    font-size: 15px;
}
.home-card h5{
    color: #ffb31c;
    font-weight: bold;
    font-size: 28px;
}
/*.banner.dark-bg .container::after
{
    content: "";
    background-image: url(../images/header-bottom.svg);
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 300px;
    bottom: 0px;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
}*/
.applinkswhl .dropdown
{
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.app-buttons {padding: 7px}
.app-buttons img{max-height: 70px;}
.applinks {padding: 0px}
.banner{
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
}
.banner:before{
            background: #003f50;
    content: "";
    width: 55%;
    height: 55%;
    position: absolute;
    top: 280px;
    right: 60px;
    webkit-filter: blur;
    filter: blur(8px);
    -webkit-filter: blur(174px);
    border-radius: 100%;

}
.second-sec{
    position: relative;
}

.fourth-sec{
    position: relative;
}
.fourth-sec:before{
    background: #003f50;
    content: "";
    width: 45%;
    height: 55%;
    position: absolute;
    top: 180px;
    right: 0px;
    webkit-filter: blur;
    filter: blur(8px);
    -webkit-filter: blur(114px);
    border-radius: 100%;
}
.footer-section
{
    background-size: auto,cover;
    background-position: bottom center,center;
    background-repeat: repeat-x;
    padding-bottom: 0;
    padding-top: 44px;
    background-color: #00485a;
}
.footer-section p
{
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    padding-top: 0;
    font-family: DINPro-medium;
    color: #000;
}
.banner::before{
                   background: #003f50;
    content: "";
    max-width: 60%;
    width: 100%;
    height: 60%;
    position: absolute;
    top: 140px;
    right: 20px;
    webkit-filter: blur;
    filter: blur(8px);
    -webkit-filter: blur(174px);
    border-radius: 100%;

}
.banner h1{
    color: #f9b326;
    font-size: 6rem;
    font-weight: 600;
    background: linear-gradient(201deg, #FFDA8A 21.16%, #F7AD36 51.54%, #FFDA8A 93.18%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.banner h1 span{
    color: #003c47 !important; 
    background: linear-gradient(236deg, #003c47 21.16%, #003c47 51.54%, #003c47 93.18%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.second-sec{
    position: relative;
}


.fourth-sec{
    position: relative;
    padding: 10vh 0;
}
.fourth-sec:before{
    background: #003f50;
    content: "";
    max-width: 45%;
    width: 100%;
    height: 65%;
    position: absolute;
    top: 90px;
    right: 0px;
    webkit-filter: blur;
    filter: blur(8px);
    -webkit-filter: blur(114px);
    border-radius: 100%;
}
.footer-section
{
    background-size: auto,cover;
    background-position: bottom center,center;
    background-repeat: repeat-x;
    padding-bottom: 0;
    padding-top: 44px;
    background: linear-gradient(250deg, #014557 6.49%, #3197A7 100.46%);
}
.footer-section p
{
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    padding-top: 0;
    font-family: DINPro-medium;
    color: #124044;
}
.cust-font{
    font-family: "din-condensed-bold",sans-serif;
}

.din_bold{
    font-family: "DIN Bold",sans-serif;
}


.font_mega{
    font-size: 8rem;
}
.font-40{
    font-size: 55px;
}
.fw-light{font-family: "DINPro-light";}
/**/
.newsbox {
    width: 100%;
    max-width: 840px;
    margin: 0px auto;
}
/**/
.newsgroup .form-control {
    height: 50px;
    background: transparent;
    border-radius: 5px 0px 0px 5px;
    border: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #000000;
}
.footer-section ::placeholder {
  color: #000 !important;
  font-weight: bold;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #000 !important; 
  font-weight: bold;
}
/**/
.newsbox .newsboxgr {
    display: table-cell;
    float: none;
    width: 55%;
}
/**/
.listservice li a {
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
}