﻿#page-header-desktop {
    position: absolute;
    width: 100%;
    color: #fff;
}
.cus-homesli__btn {
    border-radius: 4px;
    font-size: 12px;
    padding: 8px 30px;
    letter-spacing: 3px;
}
.cus-head__btn {
    border-radius: 4px;
    font-size: 11px;
    padding: 5px 20px;
    letter-spacing: 1px;
}
.cus-homesli__btndiv {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 20px 0px;
}
.cus-homesli__or {
    font-size: 13px;
    font-style: italic;
    align-content: center;
}
.cus-homesli__title {
    font-weight: bold;
    line-height: 52px;
}
.cus-head__btntitle {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    align-content: center;
    padding-right: 20px;
}
.cus-head__btntitle svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.cus-head__btntitle a{
    color:#fff;
    text-decoration:none;
}
.cus-head__btntitle a:hover{
    color:var(--swift-button-primary-background-color);
}
.cus-head__btntitle svg path{
    fill:var(--swift-button-primary-background-color);
}
.cusnew-stand__width {
    max-width: 1140px !important;
}
.cus-nav__icons svg {
    width: 16px;
    height: 16px;
    stroke-width: 2px;
}
#page-header-desktop .mancon-transparent:first-child {
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}
body[data-intersected="true"] #page-header-desktop .mancon-transparent:last-child {
    position: fixed;
    top: 0;
    -webkit-animation: fade .50s;
    animation: fade .50s;
    background-color: #09192A;
    -webkit-box-shadow: 0 4px 4px -6px #333;
    -moz-box-shadow: 0 4px 4px -6px #333;
    box-shadow: 0 4px 4px -6px #333;
    height: auto;
    width: 100%;
    padding: 30px 0px !important;
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
}
.cusnew-serv__subtitle {
    margin-bottom: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.cusnew-serv__title{
    font-weight:bold;
}
.cusnew-serv__box {
    margin: 10px;
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    position: relative;
    font-family: "Open Sans", sans-serif;
}
.cusnew-serv__fig {
    width: 100%;
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.cusnew-serv__fig:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(transparent, var(--primary-heading));
    opacity: 0.8;
    margin-top: -5px;
    z-index: 1;
}
.cusnew-serv__img {
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.cusnew-serv__img:hover{
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.cusnew-serv__header {
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 1;
}
.cusnew-serv__header h4{
    color: #FFF;
    font-weight: 600;
    margin-top: 10px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.cusnew-serv__imgdiv {
    width: 45px;
}
.cusnew-serv__imgdiv img{
    width: 100%;
}
.cusnew-serv__desc {
    padding: 25px;
}
.cusnew-serv__desc p{
    font-size: 16px;
    line-height: 25px;
}
.cusnew-serv__desc h6 {
    text-align: left;
    margin-top: 25px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}
.cusnew-serv__desc h6 a{
   text-decoration: none;
    font-size: 14px;
    font-weight: 800;
}
.cusnew-serv__line {
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80px;
    height: 5px;
    background-color: #EE3124;
    transition: all 0.3s ease-in-out 0s;
}
.cusnew-serv__box:hover .cusnew-serv__line {
    width: 100%;
    height: 5px;
}
.cusnew-textad__title {
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 40px;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
}
.cusnew-textad__subtitle {
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 15px !important;
}
.cusnew-textadv__txt {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px !important;
}
.cusnew-textad__content {
    font-family: 'Poppins', sans-serif;
}
.cusnew-textadv__txt ul li {
    list-style: none;
    background-image: url('/Files/Images/ManconNew/bullet.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    padding: 5px 30px;
}
.cusnew-textadv__txt ul{
    padding-left:0px;
}
.cusnew-txtimgdiv {
    width: 50%;
    display: flex;
    padding-right: 20px;
}
.cusnew-txtflex {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    padding: 20px;
    margin-top: 30px;
    border-right: solid 5px #EE3124;
}
.cusnew-txtimgdiv img {
    width: 50px;
    height: fit-content;
    margin-right: 1rem;
}
.cusnew-txtimgdiv h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight:bold;
}
.cusnew-txtimgdiv p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
}
.cusnew-imgitem {
    background-color: #1D428A;
    padding: 20px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    display: flex;
}
.cusnew-imgitemdiv {
    width: 60px;
    margin-right: 1rem;
    min-width: 60px;
}
.cusnew-imgitem {
    width : Calc(50% - 15px);
    margin-right: 15px;
}
.cusnew-imgitem img{
    width: 100%;
}
.cusnew-imgitemtitle {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 25px;
    font-weight:bold;
}
.cusnew-imgitemcontent {
    font-family: 'Open Sans', sans-serif;
    z-index: 9;
    position: relative;
}
.cusnew-imgitemtxt {
    font-size: 14px;
    line-height: 22px;
    color: #96bee9;
    margin-bottom: 0px;
}
.cusnew-imgitemcontent {
    margin-left: -90px;
    display: flex;
    flex-wrap: wrap;
}
.cusnew-ceotxtdiv {
    display: flex;
    padding-top:25px;
}
.cusnew-ceotxt {
    padding-top: 10px;
}
.cusnew-ceotxtdiv img{
    width: 80px;
    border: solid 2px #FFF;
    border-radius: 50%;
    margin-right: 1rem;
}
.cusnew-ceotxtdiv h5 {
    color: #FFF;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}
.cusnew-ceotxtdiv p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
    color: #EE3124;
}
.cusnew-ceotxtimgdiv {
    width: 200px;
    margin-top: 20px;
}
.cusnew-ceotxtimgdiv img{
    width: 100%;
}
.cusnew-textad__ceocontent {
    width: 80%;
}
.cusnew-gray__bg {
    position: relative;
    padding-top: 5rem !important;
}
.cusnew-gray__bg .cusnew-stand__width::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #09192A, #09192A);
    opacity: 0.8;
}
.cusnew-youtu__imgcontainer {
    position: relative;
    z-index: 9;
    margin-left: -90px;
}
.cusnew-youtu__imgdiv {
    width: 100%;
    height: 300px;
}
.cusnew-youtu__imgdiv img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.cusnew-youtu__imgdiv::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #EE3124, #EE3124);
    opacity: 0.2;
}
.cusnew-youtu__link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.cusnew-youtu__pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #EE3124;
    width: 70px;
    height: 70px;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 73px;
    font-size: 30px;
    transform: translate(-50%, -50%);
    padding-left: 4px;
    cursor:pointer;
}
.cusnew-youtube__popup {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    backdrop-filter: brightness(.1);
}
.cusnew-youtube__popcontainer{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.cusnew-youtube__popcontent {
    width: 900px;
    position: relative;
}
.cusnew-youtube__close {
    background: transparent;
    border: 0;
    outline: none;
    padding: 0;
    color: lightgrey;
    float: right;
}
.cusnew-youtube__close svg{
    stroke-width: 3px;
}
.cusnew-homeslider::before {
    width: 100%;
    height: 30%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    z-index: 100;
    transition: all .3s ease;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 4%, rgba(0,0,0,30) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
}
.cusnew-count__title {
    font-size: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 0px !important;
    padding-top: 50px;
}
.cusnew-count__subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px !important;
    line-height: 25px;
    margin-top: 3px !important;
}
.cusnew-logi__content {
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    margin-top: 50px;
    margin-left: -100px;
    background-color: #FFF;
    position: relative;
    padding: 60px 60px 0px;
}
.cusnew-logi__content .cusnew-textad__content{
    max-width: 75%;
}
.cusnew-logi__eye {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.cusnew-logi__content .cusnew-txtflex {
    box-shadow: none;
    border-right: none;
    padding:0px;
}
.cusnew-logi__content .cusnew-textad__title {
    color: #000;
}
.cusnew-logi__content .cusnew-txtimgdiv {
    display: block;
}
.cusnew-logi__content .cusnew-txtimgdiv h5{
     font-size: 20px;
     margin-top: 15px;
}
.cusnew-logi__content .cusnew-txtimgdiv p{
    font-size: 16px;
    line-height: 24px;
}
.cusnew-quote__box {
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    padding: 30px;
    margin: 15px;
    text-align: center;
    position: relative;
    font-family: 'Poppins', sans-serif;
}
.cusnew-quote__box p{
    font-size:15px;
}
.cusnew-quote__botline {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: -5px;
    background-color: #EE3124;
    width: 50px;
    height: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.cusnew-quote__item:hover .cusnew-quote__botline {
    width: 100%;
}
.cusnew-quote__img {
    width: 100px;
    margin: 35px auto 0px;
}
.cusnew-quote__img img{
    width: 100%;
    border-radius: 50%;
}
.cusnew-quote__title {
    text-align: center;
    font-size: 18px;
    margin: 15px 0px 0px;
    font-weight: 700;
}
.cusnew-quote__p {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0px;
}
.cusnew-quote__icon i {
    font-size: 40px;
    color: #1D428A;
    opacity: 0.9;
}
.cusnew-foot__icons {
    background: #EF3525;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.cusnew-foot__icontit {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
}
.cusnew-foot__iconlink:hover .cusnew-foot__icontit {
    color: #EF3525;
}
.cusnew-foot__icons svg {
    width: 27px;
    height: 27px;
    stroke-width: 2px;
}
.cusnew-footlogo {
    width: 395px;
    margin-right: 20px;
}
.cusnew-logotxt {
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 25px;
}
#page-footer-desktop .item_swift_navigation h3 {
    color: #EF3525;
    font-size: 18px;
    margin-bottom: 20px;
}
#page-footer-desktop nav li a:hover {
    text-decoration: none !important;
    color: #EF3525;
}
.cusnew-noti__inputsec {
    display: flex;
    margin-top: 20px;
}
.cusnew-noti__title {
    color: #EF3525;
    font-size: 18px;
    font-weight: 500;
}
.cusnew-noti__btn {
    width: 30%;
    height: 38px;
    background-color: #EF3525;
    border: none;
    border-radius: 0 5px 5px 0;
    letter-spacing: 1px;
    cursor: pointer;
    color: #FFF;
    font-size: 11px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}
.cusnew-noti__input {
    width: 100%;
    height: 38px;
    background: #e0e6eb;
    border: none;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
.cusnew-noti__content {
    width: 240px;
}
.cusnew-noti__desc {
    font-size: 13px;
    line-height: 22px;
    color: #FFF;
    font-style: italic;
    margin-top: 30px;
}
.cusnew-foot__copytxt {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.cusnew-foot__nav .icon-3 {
    color: #FFF;
    background-color: rgba(18, 50, 84, 0.4);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.cusnew-foot__nav .icon-3 svg {
    width: 17px;
    height: 17px;
}
.cusnew-foot__nav .icon-3:hover{
    background-color:#EF3525;
}
#page-header-mobile {
    position: absolute;
    width: 100%;
    color: #fff;
}
@media only screen and (max-width:767px){
    .cusnew-txtflex {
        box-shadow: none;
        padding: 6px;
        flex-direction: column;
        gap: 20px;
        border-right: none;
    }
    .cusnew-txtimgdiv {
        width: 100%;
    }
    .cusnew-textad__ceocontent {
        width: 100%;
    }
    .cusnew-imgitemcontent {
        margin-left: 0px;
    }
    .cusnew-imgitem {
        margin: 15px 8px;
        width: 100%;
    }
    .cusnew-imgitemtxt p{
        margin-bottom:0px;
    }
    .cusnew-youtu__imgcontainer {
        margin: 5px;
    }
    .cusnew-gray__bg {
        background-size: cover !important;
    }
    .cusnew-logi__content {
        margin-left: 0px;
        box-shadow: none;
        padding: 0px 20px;
    }
    .cusnew-logi__content .cusnew-textad__content{
        max-width:100%;
    }
    .cusnew-footlogo {
        width: 100%;
        margin-right:0px;
    }
    .cusnew-noti__content {
        width: 100%;
    }
    #page-footer-mobile .item_swift_navigation h3 {
        color: #EF3525;
        font-size: 18px;
        margin-bottom: 20px;
    }
}
body[data-intersected="true"] #page-header-mobile .mancon-transparent:last-child {
    position: fixed;
    top: 0;
    -webkit-animation: fade .50s;
    animation: fade .50s;
    background-color: #1D428A;
    -webkit-box-shadow: 0 4px 4px -6px #333;
    -moz-box-shadow: 0 4px 4px -6px #333;
    box-shadow: 0 4px 4px -6px #333;
    height: auto;
    width: 100%;
    padding: 15px 0px !important;
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
}
.cusnew-servsli__box {
    margin: 10px 0px;
}