.go-to {
    background-color: #4c92d0f2 !important;
    color: #fff !important;
}
.inside__item{
    display: none !important;
}
section, h1, h2, h3, h4, h5, h6, li, img, div, p, img {
    transition: width 1s ease-in-out, left 1.5s ease-in-out;
}
.navbar-nav-item .nav-link{
    font-size: 1rem !important;
}

.navbar-brand, .navbar-brand > img {
    width: 7.5rem;
}

.industry__card {
    border: 1px solid #e5e5e5;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 7px;
    margin-bottom: 2rem;
}
.industry__image__area{

}
.industry__image__area img{
    width: 100%;
}
.industry__image{
    /*clip-path: polygon(30% 0, 100% 16%, 100% 60%, 100% 87%, 0 86%, 0% 60%, 0 15%);*/
    clip-path: polygon(22% 0, 100% 16%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 15%);
    border-radius: 6px;
}
.industry__img {
    width: 430px !important;
    height: 300px;
    text-align: center;
    object-fit: scale-down;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.industry__footer__area {
    display: flex;
    align-items: center;
    border-top: 1px solid #01337a;
}
.industry__info__area {
    flex-basis: 435px;
    padding: 5px 13px;
    font-size: 12px;
    color: #6e6767;
}
.industry__category{

}
.industry__title {
    font-size: 1.3rem;
    color: #4e4545;
    letter-spacing: .1rem;
    font-weight: 600;
}
.industry__read__more {
    flex-basis: 136px;
    background: #01337a;
    padding: 17px 7px;
    text-align: center;
    color: #ffffff;
    border-bottom-right-radius: 5px;
}


.custom__border__gradient{
    box-shadow:inset 0 0 10px #000000 !important;
}


.custom__card__item{
 position: relative;
}
.card__info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, white 0%, rgb(3 39 89) 8%, rgb(243 243 241) 92%, white 100%);
    display: flex;
    /* flex-direction: column; */
    width: 100%;
    opacity: .7;
    justify-content: space-around;
    align-items: center;
}
.card__type {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .1rem;
    text-shadow: 0px 2px 1px #01337a;
}

.card__heading {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}
.readmore__btn {
    color: #f8f8f8;
    background: #032759;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 800;
    text-transform: capitalize;
    border-radius: 17px;
}




/*card__two css*/

.card__two {
    margin-bottom: 10px;
}
/*.image__two {*/
/*    width: 100%;*/
/*    padding: 30px 82px 12px;*/
/*}*/
.image__two {
    width: 100%;
    width: 100%;
    padding: 30px 82px 12px;
    height: 100%;
    object-fit: fill;
    /*filter: drop-shadow(0 0 0.75rem #5181e1);*/
}
.card__info__two {
    /*background: #dedede;*/
    display: flex;
    align-items: center;
    height: 100%;
    /*border-radius: 30% 70% 67% 33% / 30% 30% 70% 70%;*/
    flex-direction: column;
    transition: transform 250ms;
}
.card__info__two:hover {
    transform: translateY(-10px);
}
.card__two__type {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid;
    display: inline-block;
    border-radius: 5px;
    padding: 2px 12px;
    letter-spacing: .12rem;
    margin-bottom: 7px;
}
.card__two__type span {
    color: #425ad8;
}

.card__two__heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #01337a;
    word-spacing: 5px;
}

.card__two__sub__heading {
    color: #053142;
    font-size: 15px;
    font-weight: 100 !important;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    display: inline-block;
    text-align: start;
}

.card__two__btn {
    color: #181818;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 100 !important;
    transition: 0.4s ease-in;
}
.card__two__btn:hover {
    color: #0b22a8;
    letter-spacing: .1rem;
}
.des {
    padding: 0px 5px 10px;
    text-align: center;
}
/*btn explore css------------->>*/



                                                       /* CSS */
.button-86 {
    all: unset;
    width: 100px;
    height: 30px;
    font-size: 12px;
    background: transparent;
    border: none;
    position: relative;
    color: #000000;
    cursor: pointer;
    z-index: 1;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-transform: uppercase;
    font-weight: 100 !important;
}

.button-86::after,
.button-86::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
}

.button-86::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 10px;
}

.button-86::after {
    transform: translate(0, -8px);
    width: 10px;
    height: 10px;
    background: #27487b;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50%;
    color: aliceblue !important;
}

 .button-86:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
}

.button-86:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    color: aliceblue !important;
}

.button-86:active::after {
    transition: 0s;
    transform: translate(0, 5%);
    color: aliceblue !important;
}
/*a:hover {*/
/*    color: aliceblue !important;*/
/*    text-decoration: none;*/
/*}*/



a.explore {
    box-shadow: inset 0 0 0 0 #0d2e76;
    color: #0d2e76;
    padding: .25rem 1rem;
    margin: 0 -.25rem;
    transition: ease-out 0.5s;
}
a.explore:hover {
    color: #fff;
    box-shadow: inset 200px 0 0 0 #0d2e76;
}

/* Presentational styles */
a.explore {
    color: #6b6d6e;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    display: inline-block;
}



.button_slide {
    color: #000F1A;
    /*border: 2px solid rgb(216, 2, 134);*/
    border-radius: 0px;
    padding: 4px 36px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #D80286;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.slide_right:hover {
    box-shadow: inset 400px 0 0 0 #D80286;
}

/*#4c92d0f2*/
/*book btn css----------->>>*/
.button-49, .button-49:after {
    /* width: 150px !important; */
    height: 76px !important;
    line-height: 52px !important;
    font-size: 19px;
    background: linear-gradient(45deg, transparent 5%, #4c92d0f2 5%);
    border: 0;
    color: #fff !important;
    /* letter-spacing: 3px; */
    box-shadow: 6px 0px 0px #00E6F6;
    outline: transparent;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-49:after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);

    content: 'ALTERNATE TEXT';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #4c92d0f2 5%);
    text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
    clip-path: var(--slice-0);
}

.button-49:hover:after {
    animation: 1s glitch;
    animation-timing-function: steps(2, end);
}

@keyframes glitch {
    0% {
        clip-path: var(--slice-1);
        transform: translate(-20px, -10px);
    }
    10% {
        clip-path: var(--slice-3);
        transform: translate(10px, 10px);
    }
    20% {
        clip-path: var(--slice-1);
        transform: translate(-10px, 10px);
    }
    30% {
        clip-path: var(--slice-3);
        transform: translate(0px, 5px);
    }
    40% {
        clip-path: var(--slice-2);
        transform: translate(-5px, 0px);
    }
    50% {
        clip-path: var(--slice-3);
        transform: translate(5px, 0px);
    }
    60% {
        clip-path: var(--slice-4);
        transform: translate(5px, 10px);
    }
    70% {
        clip-path: var(--slice-2);
        transform: translate(-10px, 10px);
    }
    80% {
        clip-path: var(--slice-5);
        transform: translate(20px, -10px);
    }
    90% {
        clip-path: var(--slice-1);
        transform: translate(-10px, 0px);
    }
    100% {
        clip-path: var(--slice-1);
        transform: translate(0);
    }
}

@media (min-width: 768px) {
    .button-49,
    .button-49:after {
        width: 200px;
        height: 86px;
        line-height: 88px;
    }
}

/*book btn css end --------------------------------------->>*/

/*product btn css------------->>>*/



.product__btn{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    text-transform: capitalize;
}

.product__btn:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 10px;
    right: -20px;
    transition: 0.4s;
    font-size: 22px;
    color: #ffffff;
}

.product__btn:hover {
    padding-right: 24px;
    padding-left: 8px;
    color: #fdec6e;
    font-weight: 600 !important;
    letter-spacing: .1rem !important;
}

.product__btn:hover:after {
    opacity: 1;
    right: 70px;
}

.service__btn{

}
.service__btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    text-transform: capitalize;
    font-weight: 600 !important;
}

.service__btn:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 10px;
    right: -20px;
    transition: 0.5s;
    font-size: 22px;
    color: #0b146c;
}

.service__btn:hover{
    padding-right: 24px;
    padding-left:8px;
    color: #fdec6e;

}

.service__btn:hover:after {
    opacity: 1;
    right: 217px;
}
/*product btn css end ------------->>>*/
/*get started btn design css------------------------------>>*/


/*browse__btn design css------------------------------>>*/
.browse__btn {
    color: white;
    text-shadow: 3px 2px 4px #000f0c;
    font-size: 22px;
    text-transform: capitalize;
    transition: all 0.5s ease-in;
}
.browse__btn:hover {
    letter-spacing: 0.1rem;
}



/*browse__btn design css end------------------------------>>*/
a.btnfos {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    /* max-width: 160px; */
    /* margin: 0 auto 2em; */
    position: relative;
    text-transform: uppercase;
    /* vertical-align: middle; */
    width: 100%;
    text-align: center;
    border-radius: 50px;
}
a.btnfos-5 {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 0px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
}

a.btnfos-5:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-offset: 15px;
    outline-color: rgba(255, 255, 255, 0);
    text-shadow: 1px 1px 2px #427388;
}
.quote {
    padding: 16px 29px;
    border: none;
    border-radius: .5rem;
    color: #ffffff;
    font-size: .9rem;
    /* font-weight: 700; */
    letter-spacing: .2rem;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: .2s ease-in-out;
    background: linear-gradient(145deg, #1e57ef, #162dce00);
    box-shadow: 5px 5px 12px #b0b0b0,
    -5px -5px 12px #ffffff
    /*box-shadow: -6px -6px 14px rgba(255, 255, 255, .7),*/
    /*-6px -6px 10px rgba(255, 255, 255, .5),*/
    /*6px 6px 8px rgba(255, 255, 255, .075),*/
    /*6px 6px 10px rgba(0, 0, 0, .15);*/;
}
.quote:hover {
    box-shadow: -2px -2px 6px rgba(255, 255, 255, .6),
    -2px -2px 4px rgba(255, 255, 255, .4),
    2px 2px 2px rgba(255, 255, 255, .05),
    2px 2px 4px rgba(0, 0, 0, .1);
}
.quote:active {
    box-shadow: inset -2px -2px 6px rgba(255, 255, 255, .7),
    inset -2px -2px 4px rgba(255, 255, 255, .5),
    inset 2px 2px 2px rgba(255, 255, 255, .075),
    inset 2px 2px 4px rgba(0, 0, 0, .15);
}
.get__started__bg_01 {
    background-image: linear-gradient(-225deg, #01337a 0%, #4e77b2 48%, #2687d9 100%);
    
}
.section__title {
    color: #01337a;
    font-size: 3rem;
}
/*get quote 2nd btn design css end ------------------------------>>*/

.quote2 {
    /* min-width: 300px; */
    /* min-height: 75px; */
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #f6f6f8;
    background: #03b8ff;
    background: linear-gradient(90deg, rgb(1 51 122) 0%, rgb(0 176 255) 100%);
    border: none;
    border-radius: 1000px;
    box-shadow: 3px 4px 11px rgb(0 176 255 / 64%);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 16px 25px;
}

.quote2::before {
    content: '';
    border-radius: 178px;
    min-width: calc(164px + 12px);
    min-height: calc(47px + 12px);
    border: 1px solid #00b0ff;
    /*box-shadow: 0 0 60px rgb(3 184 255 / 64%);*/
    box-shadow: 3px 4px 11px rgb(0 176 255 / 64%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}
.quote3 {
    /* min-width: 300px; */
    /* min-height: 75px; */
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #052d8c;
    background: #03b8ff;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(5 178 255) 100%);
    border: none;
    border-radius: 1000px;
    box-shadow: -1px 1px 22px rgb(251 254 255 / 100%);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 16px 25px;
}
.quote3::after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #f5fafc;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

.quote2:hover, .quote2:focus {
    color: #fff8f8;
    transform: translateY(-6px);
}

.quote2:hover::before, .quote2:focus::before {
    opacity: 1;
}

.quote2::after {
    content: '';
    width: 20px; height: 20px;
    border-radius: 100%;
    border: 3px solid #00b0ff;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

.quote2:hover::after, .quote2:focus::after {
    animation: none;
    display: none;
}

@keyframes ring {
    0% {
        width: 20px;
        height: 20px;
        opacity: 1;
    }
    100% {
        width: 200px;
        height: 200px;
        opacity: 0;
    }
}
.video__btn{
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(5 178 255) 100%) !important;
    color:#052d8c;
}
.bordere__radius {
    border-radius: 50px !important;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(0 51 145) 100%) !important;
    color: #fbfbfb;
    border: none;
}

.text__link__btn__responsive{
position: relative;
}
.text__link__btn__responsive::after,
.text__link__btn__responsive::before

{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2)

}
.text__link__btn__responsive::after{
    width: 40px;
    height: 40px;
    border-width: 6px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.text__link__btn__responsive:hover::before,
.text__link__btn__responsive:hover::after,
.text__link__btn__responsive:focus::before,
.text__link__btn__responsive:focus::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.oceania__cover__text {
    position: absolute !important;
    top: 83px !important;

}


.cardFooter:last-child{
    background: #00000000 !important;
    color: #01337a !important;
    padding: 16px 16px !important;
}

.card__height_one{
    min-height:32.6rem;
}
.card__height_two{
    min-height:32.5345rem;
}
.align__start{
    text-align: start !important;
}
.align__middle{
    text-align: center !important;
}
.align__end{
    text-align: end !important;
}
.whitesmoke{
    background: whitesmoke !important;
}
.title__text__color{
    color: #01337a !important;
}
.contact__btn__bg{
    /*background: rgb(0,212,255);*/
    /*background: radial-gradient(circle, rgba(0,212,255,1) 10%, rgba(2,0,36,1) 80%, rgba(9,9,121,1) 95%);*/
    color: aliceblue;
   background: radial-gradient(circle ,#00b0ff,#01337a );
}

/*try & buy button css*/
.btn-hover {
    width: 150px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    /* margin: 20px; */
    height: 47px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: 27px;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}
.btn-hover.color-9 {
    background-image: linear-gradient(to right, #25aae1, #0e3983, #04befe, #2d1582);
    box-shadow: 0 2px 5px 0 rgb(65 132 234 / 75%);
}

.popover {
    background-color: #f7faff;
    border: 1px solid #0c94d5;
    border-radius: 6px !important;
}
.popover-body {
    padding: 13px 24px;
    color: #21325b;
    font-size: 18px;
}
/* Popover Arrow */
.popover.right .arrow:after {
    border-right-color: gray;
}
.popover.right .arrow{
    border-right-color: aqua;
}
.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #0c94d5;
}
/*try & buy button css*/
.bg__gray {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgb(29 33 46 / 50%) 100%);
    background-repeat: repeat-x;
}
.custom__box__shadow{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.custom__btn {
    border-radius: 40px;
    background: linear-gradient(90deg, rgb(36 187 255) 0%, rgb(32 121 250) 100%) !important;
    border: none;
    color: #ffffff !important;
    box-shadow: 0 3px 29px rgb(255 255 255);
    padding: 15px 15px !important;
    margin-right: 6px !important;
}
/*cis animated text css  ONE start*/

.linear-wipe {
    text-align: center;
    background: linear-gradient(to right, #ffffff 10%, #0b3fa2 30%, #00bbff 70%, rgb(255, 255, 255) 90%);
    background-size: 200% auto;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 1s linear infinite;
}
@keyframes shine {
    to {
        background-position: 200% center;
    }
}

/*cis animated text css  end */

/*cis animated text css  TWO start*/

/* For extremely small screen devices (595px and below) */
@media only screen and (max-width: 595px) {
    .browse__btn__design {
        background-image: linear-gradient(to right, #0acffe 0%, #000961 100%);
        padding: 8px 18px;
    }
    .top__space {
        margin-top: 71px !important;
    }
    .section__title {
        color: #01337a;
        font-size: 1.3rem;
        margin-top: 5rem !important;
        display: block;
        text-align: center;
        font-weight: 800;
        margin-bottom: 1rem;
    }
    .custom__btn {
      padding: 10px;
    }
    .hero__text__width {
        width: 100% !important;
    }
    .space__area{
        margin-top: 245px;
    }
    .md__browse__btn {
        background: #01337a;
        padding: 8px 15px;
        border-radius: 6px;
        margin-top: 10px !important;
        display: inline-block;
    }
    .company__section__info {
        padding: 0 2px;
    }
    .text__link__btn__responsive {
        font-size: 1.1rem;
        font-weight: 500!important;
    }
    .cover__text__area__responsive {
        margin-top: 144px !important;
    }
    .company__section {
        margin-top: 330px !important;
    }
    .headerTitle {
        font-size: 24px;
        font-weight: 800;
        color: #01337a;
        margin-top: 4.7rem !important;
        display: block;
    }

    .titletext {
        font-family: 'Noto Sans', sans-serif !important;
        font-weight: 800 !important;
        font-size: 27px !important;
        color:#01337a;
        margin-bottom: 16px !important;
        display: block;
    }
    .text__responsive {
        font-size: 1.1rem;
        line-height: 1.7rem;
        color: #5d5656;
    }
    /*.product__menu__card__item {*/
    /*    padding: 1rem !important;*/
    /*    height: 59px !important;*/
    /*    font-size: 1.2rem !important;*/
    /*    font-weight: 500 !important;*/
    /*}*/
    .product__menu__card__item {
        padding: 21px !important;
        height: 117px !important;
        font-size: 1.2rem !important;
        font-weight: 500 !important;
        line-height: 68px;
    }
    .Service__and__Support__area {
        margin-top: 26px !important;
    }
    .card-footer:last-child {
        background: #01337a !important;
        color: #fff !important;
        padding: 8px 16px !important;
    }

    .cardFooter:last-child{
        background: #00000000 !important;
        color: #01337a !important;
        padding: 16px 16px !important;
    }
    .header-lead {
        display: block;
    }
    .outside__item{
        display: none !important;
    }
    .inside__item{
        display: block !important;
    }

    .headerTitle-eu {
        font-size: 24px;
        font-weight: 800;
        color: #01337a;
        margin-top: 4.7rem !important;
        display: block;
        text-shadow: none;
    }
    .read__more__bg{
        background: transparent !important;
    }
}

/* Small screen devices (600px and above) */
@media only screen and (min-width: 600px) {
    .custom__btn {
        padding: 10px;
    }
    .hero__text__width{
        width:50% !important;
    }
    .space__area{
        margin-top: 385px;
    }
    .md__browse__btn {
        background: #01337a;
        padding: 8px 15px;
        border-radius: 6px;
        margin-top: 10px !important;
        display: inline-block;
    }
    .company__section__info {
        padding: 0 3px;
    }
    .text__link__btn__responsive {
        font-size: 1.256rem;
        font-weight: 500!important;
    }
    .cover__text__area__responsive {
        margin-top: 239px !important;
    }
    .company__section {
        margin-top: 435px !important;
    }
    .headerTitle {
        font-size: 45px;
        font-weight: 700;
        color:#01337a;
    }
    .subtitle {
        color: #222 !important;
        font-weight: 500 !important;
        font-size: 20px;
    }
    .quote__btn {
        font-size: .799rem !important;
        font-weight: 600 !important;
        letter-spacing: .1rem;
    }
    .titletext {
        font-family: 'Noto Sans', sans-serif !important;
        font-weight: 600 !important;
        font-size: 38px !important;
        color:#01337a;
        margin-bottom: 16px !important;
        display: block;
    }
    .text__responsive {
        font-size: 1.17rem;
        line-height: 1.7rem;
        color: #5d5656;
    }
    .product__menu__card__item {
        padding: 1rem !important;
        height: 59px !important;
        font-size: 1.2rem !important;
        font-weight: 500 !important;
    }
    .Service__and__Support__area {
        margin-top: 26px !important;
    }
    .card-footer:last-child {
        background: #01337a !important;
        color: #fff !important;
        padding: 12px 16px !important;
        font-size: 16px;
    }

    .cardFooter:last-child{
        background: #00000000 !important;
        color: #01337a !important;
        padding: 16px 16px !important;
    }
    .cbp-filter-item-active.nav-link {
        font-size: 21px !important;
        font-weight: 600 !important;
    }
    .pro_subtitle {
        color: #222 !important;
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 500 !important;
    }
    .header-lead {
        display: block;
    }
    .outside__item{
        display: none !important;
    }
    .inside__item{
        display: block !important;
    }
    .headerTitle-eu {
        font-size: 31px !important;
        color: #a5a4a4;
        font-weight: bolder;
        text-shadow: 3px 0 #4d74ad, 0 0px #4d74ad, 3px 0 #4d74ad, 0 0px #4d74ad;
    }
    .read__more__bg{
        background: transparent !important;
    }
}

/* Medium screen devices (768px and above) */
@media only screen and (min-width: 768px) {
    .section__title {
        color: #01337a;
        font-size: 1.7rem;
        font-weight: 500;
    }
    .hero__text__width{
        width:50% !important;
    }
    .space__area {
        margin-top: 180px;
    }
    .company__section__info {
        padding: 0 65px;
    }
    .md__browse__btn {
        background: #01337a;
        padding: 8px 15px;
        border-radius: 6px;
        margin-top: 10px !important;
        display: inline-block;
    }
    a.btnfos {
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 15px;
        font-weight: 400;
        line-height: 46px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        border-radius: 50px;
        word-spacing: 5px;
    }
    .footer__book__btn{
        font-size: 15px !important;
    }
    .pro_subtitle {
        color: #222 !important;
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 500 !important;
    }
    .subtitle {
        color: #222 !important;
        font-weight: 500 !important;
        font-size: 18px;
    }
    .text__link__btn__responsive {
        font-size: 1.1rem;
        font-weight: 500!important;
    }
    .cover__text__area__responsive {
        margin-top: 270px !important;
    }
    .company__section {
        margin-top: 344px !important;
    }
    .headerTitle {
        font-size: 27px;
        font-weight: 800;
        color: #01337a;
        /* margin-bottom: 1rem; */
        display: block;
    }
    .quote__btn {
        font-size: .79rem !important;
        font-weight: 600 !important;
        letter-spacing: .1rem;
    }
    .titletext {
        font-family: 'Noto Sans', sans-serif !important;
        font-weight: 800 !important;
        font-size: 27px !important;
        color:#01337a;
        margin-bottom: 16px !important;
        display: block;
    }
    .text__responsive {
        font-size: 1.1rem;
        line-height: 1.7rem;
        width: 100% !important;
        color: #5d5656;
    }
    .product__menu__card__item {
        padding: 1rem !important;
        height: 59px !important;
        font-size: 1.2rem !important;
        font-weight: 500 !important;
    }
    .Service__and__Support__area {
        margin-top: 26px !important;
    }
    .card-footer:last-child {
        background: #01337a !important;
        color: #fff !important;
        padding: 8px 16px !important;
        font-size: 16px;
    }

    .cardFooter:last-child{
        background: #00000000 !important;
        color: #01337a !important;
        padding: 16px 16px !important;
    }
    .header-lead {
        display: block;
    }
    .outside__item{
        display: none !important;
    }
    .inside__item{
        display: block !important;
    }
    .headerTitle-eu {
        font-size: 31px !important;
        color: #a5a4a4;
        font-weight: bolder;
        text-shadow: 3px 0 #4d74ad, 0 0px #4d74ad, 3px 0 #4d74ad, 0 0px #4d74ad;
    }
    .read__more__bg{
        background: transparent !important;
    }
}

/* Big screen devices (889px and above) */
@media only screen and (min-width: 889px) {

    .middle__section__img {
        height: 120px !important;
        transform: rotate(5deg);
        /* margin-left: 15px !important; */
    }
    .middle__section__subtitle {
        font-weight: 300 !important;
        font-size: .9rem;
    }
    .section__title {
        color: #01337a;
        font-size: 1.3rem;
        font-weight: 700;
        display: block;
        margin-bottom: .8rem;
    }
    .hero__text__width {
        width: 41% !important;
    }
    .space__area{
        margin-top: 200px;
    }
    .md__browse__btn {
        background: #01337a;
        padding: 8px 15px;
        border-radius: 6px;
        margin-top: 10px !important;
        display: inline-block;
    }

    .company__section__info {
        padding: 0 10px;
    }
    .text__link__btn__responsive {
        font-size: 1.1rem;
        font-weight: 500!important;
    }
    .cover__text__area__responsive {
        margin-top: 275px !important;
    }
    .company__section {
        margin-top: 138px !important;
    }
    .headerTitle {
        font-size: 1.6rem;
        font-weight: 800;
        display: block;
        color: #01337a;
        margin-top: 0rem !important;
    }
    .quote__btn {
        font-size: .79rem !important;
        font-weight: 600 !important;
        letter-spacing: .1rem;
    }
    .titletext {
        font-family: 'Noto Sans', sans-serif !important;
        font-weight: 800 !important;
        font-size: 27px !important;
        color:#01337a;
        margin-bottom: 16px !important;
        display: block;
    }
    .text__responsive {
        font-size: 1rem;
        line-height: 1.5rem;
        color: #5d5656;
    }
    .product__menu__card__item {
        padding: 1rem !important;
        height: 59px !important;
        font-size: 1.2rem !important;
        font-weight: 500 !important;
    }
    .Service__and__Support__area {
        margin-top: 26px !important;
    }
    .card-footer:last-child {
        background: #01337a !important;
        color: #fff !important;
        padding: 8px 16px !important;
    }

    .cardFooter:last-child{
        background: #00000000 !important;
        color: #01337a !important;
        padding: 16px 16px !important;
    }
    .header-lead {
        display: block;
    }
    .outside__item{
        display: none !important;
    }
    .inside__item{
        display: block !important;
    }
    .navbar-toggle {
        display: block !important;
    }
    .headerTitle-eu {
        font-size: 31px !important;
        color: #a5a4a4;
        font-weight: bolder;
        text-shadow: 3px 0 #4d74ad, 0 0px #4d74ad, 3px 0 #4d74ad, 0 0px #4d74ad;
    }
    a.btnfos {
        color: #fff;
        cursor: pointer;
        /* display: block; */
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        border-radius: 50%;
        /* word-spacing: 5px; */
        padding: 12px 5px;
    }
}

/* Extra big screen devices (1200px and above) */
@media only screen and (min-width: 1200px) {
    .company__section {
        margin-top: 138px !important;
    }
    .middle__section__img{
        height: 180px !important;
        transform: rotate(5deg);
        margin-left: 15px !important;
    }
    .middle__section__title {
        font-size: 1.6rem;
        font-weight: 800;
    }
    .section__title {
        color: #01337a;
        font-size: 2rem;
        font-weight: 500;
    }
    .hero__text__width {
        width: 36% !important;
        text-align: start;
    }
    .space__area{
        margin-top: 0px;
    }
    .md__browse__btn {
        background: #01337a;
        padding: 8px 15px;
        border-radius: 6px;
        margin-top: 10px !important;
        display: inline-block;
    }
    .company__section__info {
        padding: 0 10px;
    }
    .text__link__btn__responsive {
        font-size: 1.1rem;
        font-weight: 500!important;
    }
    .cover__text__area__responsive {
        margin-top: 10px !important;
    }
    /*.company__section {*/
    /*    margin-top: 0 !important;*/
    /*}*/
    .headerTitle {
        font-size: 2.12rem ;
        font-weight: 800;
        display: block;
        color: #01337a;
        margin-top: 14rem !important;
    }
    .quote__btn {
        font-size: .79rem !important;
        font-weight: 600 !important;
        letter-spacing: .1rem;
    }
    .titletext {
        font-family: 'Noto Sans', sans-serif !important;
        font-weight: 800 !important;
        font-size: 40px !important;
        color:#01337a;
        margin-bottom: 16px !important;
        display: block;
    }
    .text__responsive {
        font-size: 1.1rem;
        line-height: 1.7rem;
        color: #5d5656;
    }
    p.header-lead.w-md-50.w-lg-50.text__responsive {
        width: 60% !important;
    }
    .product__menu__card__item {
        padding: 0px  10px!important;
        height: 132px !important;
        font-size: 1.2rem !important;
        font-weight: 500 !important;
        line-height: 135px;
    }
    .Service__and__Support__area {
        margin-top: 26px !important;
    }

    .card-footer:last-child {
        background: #f7f8fc !important;
        color: #01337a !important;
        padding: 16px 16px !important;
    }

    .cardFooter:last-child{
        background: #00000000 !important;
        color: #01337a !important;
        padding: 16px 16px !important;
    }
    .header-lead {
        display: block;
    }
    .outside__item{
        display: block !important;
    }
    .inside__item{
        display: none !important;
    }
    .subtitle {
        color: #222 !important;
        font-weight: 500 !important;
        font-size: 16px !important;
    }
    .card-footer.border-0.bg-transparent.pt-0 {
        background: transparent !important;
    }
    .card-footer.font-weight-bold.py-3.px-lg-5.btn-primary.fw-500 {
        background: #01337a !important;
        color: #ffffff !important;
    }
    .headerTitle-eu {
        font-size: 52px !important;
        color: #faf6f6;
        font-weight: bolder;
        text-shadow: 3px 0 #4d74ad, 0 0px #4d74ad, 3px 0 #4d74ad, 0 0px #4d74ad;
    }
    .read__more__bg{
        background-color: rgb(0,0,0) !important;
        background-color: rgba(0,0,0, 0.4) !important;
        padding: 6px 10px;
        border-radius: 5px;
    }
    a.btnfos {
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 15px;
        font-weight: 400;
        line-height: 46px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        border-radius: 50px;
        word-spacing: 5px;
    }
}
@media only screen and (min-width: 1400px) {
    .company__section {
        margin-top: 138px !important;
    }

   .middle__section__img{
        height: 180px !important;
        transform: rotate(5deg);
        margin-left: 15px !important;
    }
    .middle__section__title {
        font-size: 2.4rem;
        font-weight: 400;
    }
    .headerTitle {
        font-size: 54px;
        font-weight: 800;
        display: block;
        color: #01337a;
        margin-top: 2rem !important;
    }
    .hero__text__width{
        width:38% !important;
    }
    .section__title {
        color: #01337a;
        font-size: 3rem;
    }

    .space__area{
        margin-top: 0px;
    }
    .md__browse__btn {
        background: #01337a;
        padding: 8px 15px;
        border-radius: 6px;
        margin-top: 10px !important;
        display: inline-block;
    }
    .company__section__info {
        padding: 0 65px;
    }
    .text__link__btn__responsive {
        font-size: 1.1rem;
        font-weight: 500!important;
    }
    .cover__text__area__responsive {
        margin-top: 10px !important;
    }
    /*.company__section {*/
    /*    margin-top: 0 !important;*/
    /*}*/

    .quote__btn {
        font-size: .79rem !important;
        font-weight: 600 !important;
        letter-spacing: .1rem;
    }
    .titletext {
        font-family: 'Noto Sans', sans-serif !important;
        font-weight: 800 !important;
        font-size: 40px !important;
        color:#01337a;
        margin-bottom: 16px !important;
        display: block;
    }
    .text__responsive {
        font-size: 1.1rem;
        line-height: 1.7rem;
        color: #5d5656;
    }
    p.header-lead.w-md-50.w-lg-50.text__responsive {
        width: 60% !important;
    }
    .product__menu__card__item {
        padding: 0px  10px!important;
        height: 118px !important;
        font-size: 1.2rem !important;
        font-weight: 500 !important;
        line-height: 124px;
    }
    .Service__and__Support__area {
        margin-top: 26px !important;
    }

    .card-footer:last-child {
        background: #f7f8fc !important;
        color: #01337a !important;
        padding: 16px 16px !important;
    }

    .cardFooter:last-child{
        background: #00000000 !important;
        color: #01337a !important;
        padding: 16px 16px !important;
    }
    .header-lead {
        display: block;
    }
    .outside__item{
        display: block !important;
    }
    .inside__item{
        display: none !important;
    }
    .subtitle {
        color: #222 !important;
        font-weight: 500 !important;
        font-size: 16px !important;
    }
    .card-footer.border-0.bg-transparent.pt-0 {
        background: transparent !important;
    }
    .card-footer.font-weight-bold.py-3.px-lg-5.btn-primary.fw-500 {
        background: #01337a !important;
        color: #ffffff !important;
    }
    .headerTitle-eu {
        font-size: 52px !important;
        color: #faf6f6;
        font-weight: bolder;
        text-shadow: 0 1px 0 #ccc,
        0 2px 0 #c9c9c9,
        0 3px 0 #bbb,
        0 4px 0 #b9b9b9,
        0 5px 0 #aaa,
        0 6px 1px rgba(0,0,0,.1),
        0 0 5px rgba(0,0,0,.1),
        0 1px 3px rgba(0,0,0,.3),
        0 3px 5px rgba(0,0,0,.2),
        0 5px 10px rgba(0,0,0,.25),
        0 10px 10px rgba(0,0,0,.2),
        0 20px 20px rgba(0,0,0,.15);
    }
    .read__more__bg{
        background-color: rgb(0,0,0) !important;
        background-color: rgba(0,0,0, 0.4) !important;
        padding: 6px 10px;
        border-radius: 5px;
    }
    a.btnfos {
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 15px;
        font-weight: 400;
        line-height: 46px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        border-radius: 50px;
        word-spacing: 5px;
        padding: 0px !important;
    }
}
