.bgblue {
    background-color: #275B94;
    background-size: 100% 100%;
   
    padding-top: 8px;
}

.scrollbar {
    height: 45%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    top: -9%;
    cursor: pointer;
}
.afast{
    animation: pulse 1s linear infinite;
}

.bgafter::before {
    position: absolute;
    content: '';
    height: 55%;
    width: 46%;
    left: -24px;
    border-bottom: 37px solid #EE9143;
    top: 52%;
    border-left: 39px solid #EE9143;
    z-index: 99999999;
    /* background-image: url(./img/website2/orangebg.png); */
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #EE9143;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #EE9143;
    border-radius: 10px;
}

.fs-29 {
    font-size: 29px;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0;
}
.jumbotron {
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    color: inherit;
    background-color: white;
}
.btn-success1 {
    color: #fff;
    background-color: #EE9143;
    border-color: #EE9143;
}
.pl-40{
    padding-left: 40px;
}
.pl-10{
  padding-left: 10px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    /* color: #000; */
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
    opacity: 2;
}
.pt-10{
    padding-top: 10px;
}

.popup_form .title {
    color: #000;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
}
.popup_form .c_field {
    background: 0 0;
    border: 2px solid #a6a8af;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 12px;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
}
.popup_form .form-check label {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    letter-spacing: .3px;
}
.small, small {
    font-size: .875em;
}
.popup_form .btn_green {
    padding: 10px;
    font-size: 15px;
    width: 150px;
    height: auto;
    letter-spacing: .8px;
    background: #EE9143;
    border: 1px solid transparent;
    color: black;
}
.form-check {
    position: relative;
    display: block;
   
}
input#flexCheckDefault11 {
    position: absolute;
    left: 30px;
}
section#iconssection {
    padding-bottom: 100px;
}

.lightbluebg{
    background: #275B94;
}
.form-control2 {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.pt-40{
    padding-top: 40px;
}
.pt-15{
    position: absolute;
    margin-top: -15px;
}
.fs-60{
    font-size: 60px;
}
.pt-60{
    padding-top: 60px;
}
.webcombo {
    background:#EE9143;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position-x: -32px; */
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
  }
  .card {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    width: 84%;
    border: 2px solid black;
    border-radius: 2px;
    padding: 20px;
}
/* .left6{
    position: relative;
    left: 6%;
} */
.pt-20{
    padding-top: 20px;
}

.plr-80{
    padding-left: 80px;
    padding-right: 80px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.formbg
{
background: url(./img/newimg/formbg.webp) no-repeat;
background-size: 89% 100%;

/* width: 200px; */

}
.padding-40{
    padding: 40px;
}


@media screen and (min-width:1200px) and (max-width:1500px) {

    .bgafter::before {
        position: absolute;
        content: '';
        height: 55%;
        width: 46%;
        left: -14px;
        border-bottom: 23px solid #EE9143;
        top: 49.5%;
        border-left: 29px solid #EE9143;
        z-index: 99999999;
        /* background-image: url(./img/website2/orangebg.png); */
    }

}



.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25)
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, .5)
}

.close:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, .5)
}

.mt-200 {
    margin-top: 200px
}


@media screen and (min-width:320px) and (max-width:1025px){

.width-55{
    width: 55%;
    position: inherit;
    left: 10%;
}
.mw-81{
    max-width: 80%;
}
}

        body {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 14px;
            line-height: 1.42857143;
            color: black;
            background-color: #fff;
            cursor: url("assets/img/cursor-f.cur"), auto;
        }

        section#contact label {
            font-family: 'Spartan', sans-serif;
            position: relative;
            color: black;
        }

        .fSpartan.fw-700.fs-36 {
            color: black;
        }

        .obj1 {
            background-image: url(assets/img/animation/obj1.webp);
            background-repeat: no-repeat;
            width: 244px;
            height: 50%;
            position: absolute;
            /* display: block; */
            width: 26%;
            top: 576%;
            left: 0%;
            left: 0%;
            -webkit-animation: MoveUpDown 50s linear infinite;
            animation: mover 0.9s infinite alternate;
        }

        .obj2 {
            background-image: url(assets/img/animation/obj2.webp);
            background-repeat: no-repeat;
            width: 244px;
            height: 50%;
            position: absolute;
            /* display: block; */
            width: 26%;
            top: 509%;
            left: 4%;
            -webkit-animation: MoveUpDown 50s linear infinite;
            animation: mover 0.9s infinite alternate;
        }

        .obj3 {
            background-image: url(assets/img/animation/obj3.webp);
            background-repeat: no-repeat;
            width: 244px;
            height: 50%;
            position: absolute;
            /* display: block; */
            width: 26%;
            display: none;
            top: 533%;
            left: 88%;
            -webkit-animation: MoveUpDown 50s linear infinite;
            animation: mover 0.9s infinite alternate;
        }

        .obj5 {
            background-image: url(assets/img/animation/obj5.webp);
            background-repeat: no-repeat;
            width: 244px;
            height: 50%;
            position: absolute;
            /* display: block; */
            width: 26%;
            top: 62%;
            left: 0%;
            left: 6%;
            -webkit-animation: MoveUpDown 50s linear infinite;
            animation: mover 0.9s infinite alternate;
        }

        .obj6 {
            background-image: url(assets/img/animation/obj6.webp);
            background-repeat: no-repeat;
            width: 244px;
            height: 7%;
            position: absolute;
            /* display: block; */
            width: 5%;
            top: 59%;
            left: 88%;
            /* -webkit-animation: MoveUpDown 50s linear infinite; */
            /* animation: mover 0.9s infinite alternate; */
            -webkit-animation: rotation 2s infinite linear;
        }

        .obj7 {
            background-image: url(assets/img/animation/obj7.webp);
            background-repeat: no-repeat;
            width: 244px;
            height: 50%;
            position: absolute;
            /* display: block; */
            width: 26%;
            top: 533%;
            left: 88%;
            -webkit-animation: MoveUpDown 50s linear infinite;
            animation: mover 0.9s infinite alternate;
        }

        .obj4 {
            background-image: url(./img/animation/obj4.webp);
            background-repeat: no-repeat;
            width: 244px;
            height: 17%;
            position: absolute;
            /* display: block; */
            /* width: 74%; */
            /* top: 503%; */
            left: -1%;
        }

        #loading {
            -webkit-animation: rotation 3s infinite linear;
        }

        .obj8 {
            background-image: url(./img/animation/OBJ11.webp);
            background-repeat: no-repeat;
            width: 244px;
            height: 32%;
            position: absolute;
            /* display: block; */
            width: 100%;
            left: 8%;
            /* top: 502%; */
            -webkit-animation: MoveUpDown 50s linear infinite;
            animation: mover 0.9s infinite alternate;
        }

        .obj9 {
            background-image: url(./img/animation/obj6.webp);
            background-repeat: no-repeat;
            width: 244px;
            height: 5%;
            position: absolute;
            /* display: block; */
            width: 4%;
            left: 88%;
            -webkit-animation: MoveUpDown 50s linear infinite;
            /* animation: mover 0.9s infinite alternate; */
            -webkit-animation: rotation 3s infinite linear;
        }

        img.gliter_blue_O {
            position: absolute;
            left: -110px;
            top: 48%;
            -webkit-animation: rotation 3s infinite linear;
        }

        .obj10 {
            background-image: url(./img/animation/obj6.webp);
            background-repeat: no-repeat;
            width: 244px;
            height: 6%;
            position: absolute;
            /* display: block; */
            width: 2%;
            top: 59%;
            left: 8%;
            -webkit-animation: MoveUpDown 50s linear infinite;
            /* animation: mover 0.9s infinite alternate; */
            -webkit-animation: rotation 3s infinite linear;
        }

        @-webkit-keyframes mover {
            0% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(-10px);
            }
        }

        @keyframes mover {
            0% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(-10px);
            }
        }

        @-webkit-keyframes rotation {
            from {
                -webkit-transform: rotate(0deg);
            }

            to {
                -webkit-transform: rotate(359deg);
            }
        }


        .swiper {

            width: 100%;

            height: 100%;

            position: relative;

            top: 0rem;

        }

        .widthh {
            align: left;
            float: left;
            height: 5.5%
        }


        .swiper-slide {

            text-align: center;

            font-size: 18px;

            background: #fff;



            /* Center slide text vertically */

            display: -webkit-box;

            display: -ms-flexbox;

            display: -webkit-flex;

            display: flex;

            -webkit-box-pack: center;

            -ms-flex-pack: center;

            -webkit-justify-content: center;

            justify-content: center;

            -webkit-box-align: center;

            -ms-flex-align: center;

            -webkit-align-items: center;

            align-items: center;

        }



        .swiper-slide img {

            display: block;

            width: 94%;

            height: 100%;

            object-fit: contain;

            position: absolute;

            top: 0rem;

        }

        .arrowRight span:after,
        .arrowLeft span:after {



            display: none;

        }



        span.red {

            color: red;



        }



        .development_servicesbg1 {

            background-color: #275B94;

            padding-bottom: 0px;

        }

        .bgafter {
            background-color: white;
            background-size: 94% 92%;
            height: 55%;
            width: 83%;
            box-shadow: 22px 24px 9px -5px #214d7d;
            z-index: -2;
        }


        .headerbg {

            background: url(./img/website2/headerwebsitebg.webp) no-repeat;

            background-size: cover;

            height: 100%;

            margin-top: -8%;

            position: relative;

        }



        .secondbg {

            background: url(./img/website2/form4.webp) no-repeat;

            background-size: 100% 100%;

            height: 551px;

            width: 371px;

            position: relative;

            left: -11%;

        }

        #SliderCursorChange {
            cursor: pointer;
        }





        .text-light {

            color: white;

        }



        .p-l-t {

            padding-left: 30px;

            padding-top: 15px;

        }



        .fs-16 {

            font-size: 16px;

        }



        .pl-60 {

            padding-left: 25px;

        }



        .fw-600 {

            font-weight: 600;

        }



        .ptb-30 {

            /* padding-top: 30px; */

            padding-bottom: 5px;

        }



        .welcome .padd-50 {

            padding: 19.5% 25px !important;

        }



        .pt-50 {

            padding-top: 50px;

        }



        .pt-30 {

            padding-top: 30px;

        }



        .pb-30 {

            padding-bottom: 30px;

        }



        .testimonial_picture_holder img {

            position: absolute;

            width: 150px !important;

            height: 150px;

            border-radius: 50%;

            border: 9px solid #ffff !important;

            top: -49px;

            left: -15px;

        }



        section.welcome a img {

            margin-top: 0px !important;



        }



        .pb-50 {

            padding-bottom: 50px;

        }



        .lh-36 {

            line-height: 36px;

        }



        .lh-32 {

            line-height: 32px;

        }



        section.welcome .bluebar {

            position: relative;

            left: -162%;

            max-width: 10000px !important;

            width: 1371px;

            height: 15px;

            margin-bottom: 0px !important;

        }



        .colorblue {

            color: #275B94;

        }



        .swiper-backface-hidden .swiper-slide {

            transform: translatey(0%);

            -webkit-backface-visibility: hidden;

            backface-visibility: hidden;

            background: #275B94;

            height: 75%;

        }



        .form-control1 {

            display: block;

            width: 100%;

            height: 47px;

            padding: 6px 12px;

            font-size: 14px;

            line-height: 1.42857143;

            color: #555;

            background-color: #fff;

            background-image: none;

            border: 2px solid black;

            border-radius: 4px;

            -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);

            box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);

            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

        }



        .left {

            position: inherit;

            left: 19%;

            top: 17%;

        }


        .imgtop {
            position: inherit;
            bottom: 196px;
            right: 36px;
        }


        .pt-100 {

            padding-top: 100px;

        }



        .margin-padding {

            padding-left: 30px;

            margin-top: -12px;

        }



        .bluebg {

            background-color: #275B94;

        }



        .fs-22 {

            font-size: 22px;

        }



        .cyclebg {

            background: url(./img/website2/cyclebg.webp) no-repeat;

            background-size: 100% 100%;

            height: 20%;

        }



        .cycle1 {

            position: relative;

            left: 5%;

        }



        .fw-bold {

            font-weight: bold;

        }



        .arrowLeft span,

        .arrowRight span {

            position: relative;

            -webkit-text-stroke: 2px;

            color: black;

        }

        .pr-100 {
            padding-right: 100px;
        }



        .fs-36 {

            font-size: 36px;

        }

        .a {
            animation: pulse 1.5s linear infinite !important;
        }

        .portfolio-box {
            transform: scale(1);
            transition: all .5s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        /* .portfolio-box:hover .hovereffects-det {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.hovereffects-det {
    background-image: -webkit-linear-gradient(left, #c10012a6, #e24e5cb0);
    background-image: -o-linear-gradient(left, #f79e0cd1, #f86a14c4);
    background-image: linear-gradient(to right, #c10012a6, #e24e5cb0);
    position: absolute;
    top: 0;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: 5;
    transition: .6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    opacity: 0
} */

        .btnstylewews-nn {
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center
        }

        i.fa.fa-search-plus {
            display: none;
        }

        .popup_form .col-xs-1 {
            position: relative;
            left: 21px;
        }

        .btnsdftyles-nn a {
            color: #fff;
            border-radius: 20px;
            font-size: 18px;
            font-weight: 500;
            margin: 5px;
            display: flex;
            height: 100%;
            width: 100%;
            align-items: center;
            justify-content: center
        }

        .OpenDynamicModal {
            z-index: 10000;
        }

        .main-section {
            text-align: center;
        }
      
        .fancybox-zoomIn {

            animation: 0.25s ease both fancybox-zoomIn;

        }



        .fancybox-zoomOut {

            animation: 0.15s ease both fancybox-zoomOut;

        }



        @keyframes fancybox-zoomIn {

            from {

                opacity: 0;

                transform: scale(0.75);

            }



            to {

                opacity: 1;

                transform: scale(1);

            }

        }



        @keyframes fancybox-zoomOut {

            to {

                opacity: 0;

                transform: scale(1.25);

            }

        }



        .step4 {



            padding-right: 70px;

            position: inherit;

            left: 17%;



        }



        .pr-70 {

            padding-right: 70px;

        }



        .step3 {

            padding-right: 50px;

            position: relative;

            left: 20px;



        }



        .development_servicesbg .bluebar {

            position: relative;

            left: -30% !important;

            max-width: 10000px !important;

            width: 1211px !important;

            top: 10px;

            margin-bottom: 40px !important;

        }



        .liO {

            padding: 0px 30px !important;

        }







        /* .pleft {

            padding-left: 57px;

        } */



        section#iconssection .col-xs-6 {

            min-height: 310px;

        }







        @media screen and (min-width:320px) and (max-width:1024px) {

            .pb-30 {
                padding-bottom: 10px;
            }

            .fs-48,
            .fs-36,
            .fs-60 {

                font-size: 16px;

                font-weight: 500;

            }

            .pt-80 {

                padding-top: 85px
            }



            .mw-100 {

                max-width: 100%;

            }



            .top-3 {

                position: relative;

                top: -3rem;

            }





            .col-xs-31 {

                width: 50%;

            }



            .development_servicesbg1 {
                display: none;

                background-color: #275B94;

                padding-bottom: 0px !important;

                /* background-size: 83% 83%; */

                height: 85%;

                /* position: relative !important; */

                top: 11%;

            }



            .owl-carousel .owl-item img {

                /* display: block; */

                /* width: 18%; */

            }



            .pt-55 {

                padding-top: 50px !important;

            }



            .welcome .padd-50 {

                padding: 0% 2px !important;

            }



            .pt-30 {

                padding-top: 7px;

            }



            .pt-50 {

                padding-top: 0px;

            }



            .mw-80 {

                max-width: 75%;

                margin-top: 29px;

                margin-left: -33%;

                position: absolute;

            }



            .mw-180 {

                max-width: 180%;

            }



            .col-xs-61 {

                width: 100%;

            }



            .left {

                position: inherit;

                left: 10%;

                top: 17%;

                width: 70%;

            }



            .mobilehide {

                display: none;

            }



            section#iconssection .col-xs-6 {

                min-height: 120px;

            }



            .pt-100 {

                padding-top: 20px;

            }



            .welcomeSetImg {

                width: 100%;

            }



            .development_services_iconbg .col-xs-6 {

                min-height: 182px !important;

            }



            .secondbg {

                background: url(./img/website2/form4.webp) no-repeat;

                background-size: 100% 100%;

                height: 400px;

                width: 292px;

                position: relative;

                left: 35%;

                bottom: 41%;

            }



            .step4 {

                padding-right: 70px;

                position: inherit;

                left: 5%;

            }



            .pr-70 {

                margin-left: 18px;

            }



            .cyclebg {

                display: none;

            }



            .imgtop {

                position: inherit;

                top: -3px;

                right: 15px;

            }



            .arrowLeft span,

            .arrowRight span {

                position: relative;

                -webkit-text-stroke: 2px;

                color: black;

                font-size: 18px;

                line-height: 25px;

            }



            .fs-22 {

                font-size: 15px;

            }





            .margin-padding {

                padding-left: 60px;

                margin-top: 1px;

                text-align: initial;

            }



            .fs-20 {

                font-size: 12px;

            }



            .p-l-t {



                padding-top: 42px;

                text-align: initial;

            }





            .pl-60 {

                padding-left: 0px;

            }



            .fs-36 {

                font-size: 17px;

            }



            .bgafter {

                background: url(assets/img/website2/pricingnew.webp) no-repeat;

                background-size: 100% 100%;

                height: 94%;

            }



            section.welcome .bluebar {

                position: relative;

                left: -90px;

                width: 240px;

                height: 5px;

                margin-bottom: 15px;

            }

            .pr-100 {
                padding-right: 0px;
            }



            .headerbg {

                background: url(assets/img/website2/headerweklkbsitebg.webp) no-repeat;

                height: 73%;



            }

        }


        @media screen and (min-width:667px) and (max-width:992px) {
            section.welcome a img {
    margin-top: 9px !important;
    width: 29%;
}
           .secondbg {
    background: url(./img/website2/form4.webp) no-repeat;
    background-size: 100% 100%;
    height: 355px;
    width: 292px;
    position: relative;
    left: 100%;
    top: 59%;
}
.headerbg {
    background: url(assets/img/website2/headerweklkbsitebg.webp) no-repeat;
    height: 56%;
}
.img-responsive {
    width: 25%;
}
.obj1 {
   
    display: none;
}
.obj8 {   
    display: none;
}
.obj2 {
 
    display: none;
}
.force-show {
    display: none !important;
}

            .mw-180 {
                max-width: 100%;
            }

            .col-xs-31 {
                width: 25%;
            }

            section#iconssection .col-xs-6 img {
                height: 100px;
                width: 90%;
            }

            section#iconssection {
                display: none;

            }

            section.welcome a img {
                margin-top: 76px !important;
                width: 45%;
            }
        }

        @media screen and (min-width:1400px) and (max-width:1920px) {
            .obj5 {
                background-image: url(assets/img/animation/obj5.webp);
                background-repeat: no-repeat;
                width: 244px;
                height: 50%;
                position: absolute;
                /* display: block; */
                width: 26%;
                top: 84%;
                left: 0%;
                left: 6%;
                -webkit-animation: MoveUpDown 50s linear infinite;
                animation: mover 0.9s infinite alternate;
            }

            .obj6 {
                background-image: url(assets/img/animation/obj6.webp);
                background-repeat: no-repeat;
                width: 244px;
                height: 7%;
                position: absolute;
                /* display: block; */
                width: 5%;
                top: 59%;
                left: 93%;
                /* -webkit-animation: MoveUpDown 50s linear infinite; */
                /* animation: mover 0.9s infinite alternate; */
                -webkit-animation: rotation 2s infinite linear;
            }

            .obj1 {
                background-image: url(assets/img/animation/obj1.webp);
                background-repeat: no-repeat;
                width: 244px;
                height: 50%;
                position: absolute;
                /* display: block; */
                width: 26%;
                top: 697%;
                left: 0%;
                display: none;
                left: 0%;
                -webkit-animation: MoveUpDown 50s linear infinite;
                animation: mover 0.9s infinite alternate;
            }

            .obj2 {
                background-image: url(assets/img/animation/obj2.webp);
                background-repeat: no-repeat;
                width: 244px;
                height: 50%;
                position: absolute;
                /* display: block; */
                width: 26%;
                top: 519%;
                display: none;
                left: 4%;
                -webkit-animation: MoveUpDown 50s linear infinite;
                animation: mover 0.9s infinite alternate;
            }

            .obj9 {
                background-image: url(./img/animation/obj6.webp);
                background-repeat: no-repeat;
                width: 244px;
                height: 6%;
                position: absolute;
                /* display: block; */
                width: 6%;
                left: 88%;
                -webkit-animation: MoveUpDown 50s linear infinite;
                /* animation: mover 0.9s infinite alternate; */
                -webkit-animation: rotation 3s infinite linear;
            }

            .obj8 {
                background-image: url(./img/animation/OBJ11.webp);
                background-repeat: no-repeat;
                width: 244px;
                height: 36%;
                position: absolute;
                /* display: block; */
                width: 100%;
                left: 8%;
                /* top: 989%; */
                margin-top: -1%;
                -webkit-animation: MoveUpDown 50s linear infinite;
                animation: mover 0.9s infinite alternate;
            }

            .left-21 {
                position: relative;
                left: -20%;
            }

            .mt-10 {
                margin-top: -145px;
            }

            .fs-36 {
                font-size: 36px;
            }

            img.logo {
                height: 90px;
                margin-top: -42px;
                margin-left: 41%;
            }

            .headerbg {
                background: url(./img/website2/headerwebsitebg.webp) no-repeat;
                background-size: cover;
                height: 103%;
                margin-top: -14%;
                position: relative;
            }

            .welcome .padd-50 {
                padding: 23.5% 31px !important;
            }

            .secondbg {
                background: url(./img/website2/form4.webp) no-repeat;
                background-size: 100% 100%;
                height: 551px;
                width: 371px;
                position: relative;
                left: -32%;
            }

            .bgafter {
                background-color: white;
                background-size: 94% 92%;
                height: 76%;
                width: 83%;
                box-shadow: 22px 24px 9px -5px #214d7d;
                z-index: -2;
            }

            .bgafter::before {
                position: absolute;
                content: '';
                height: 55%;
                width: 46%;
                left: -23px;
                border-bottom: 37px solid #EE9143;
                top: 51%;
                border-left: 39px solid #EE9143;
                z-index: 1;
                /* background-image: url(./img/website2/orangebg.webp); */
            }



        }

        @media screen and (min-width:1300px) and (max-width:1400px) {

            .obj9 {
                background-image: url(assets/img/animation/obj6.webp);
                background-repeat: no-repeat;
                width: 244px;
                height: 7%;
                position: absolute;
                /* display: block; */
                width: 7%;
                left: 88%;
                -webkit-animation: MoveUpDown 50s linear infinite;
                /* animation: mover 0.9s infinite alternate; */
                -webkit-animation: rotation 3s infinite linear;
            }

            img.gliter_blue_O {
                position: absolute;
                left: -42px;
                top: 57%;
                -webkit-animation: rotation 2s infinite linear;
            }

            .obj8 {
                background-image: url(assets/img/animation/OBJ11.webp);
                background-repeat: no-repeat;
                width: 244px;
                height: 40%;
                position: absolute;
                /* display: block; */
                width: 100%;
                left: 8%;
                /* top: 502%; */
                -webkit-animation: MoveUpDown 50s linear infinite;
                animation: mover 0.9s infinite alternate;
            }

            .obj1 {
                background-image: url(assets/img/animation/obj1.webp);
                background-repeat: no-repeat;
                width: 244px;
                height: 50%;
                position: absolute;
                /* display: block; */
                width: 26%;
                top: 755%;
                DISPLAY: NONE;
                left: 0%;
                left: 0%;
                -webkit-animation: MoveUpDown 50s linear infinite;
                animation: mover 0.9s infinite alternate;
            }

            .obj2 {
                background-image: url(./img/animation/obj2.webp);
                background-repeat: no-repeat;
                width: 244px;
                height: 50%;
                position: absolute;
                /* display: block; */
                display: none;
                width: 26%;
                top: 622%;
                left: 4%;
                -webkit-animation: MoveUpDown 50s linear infinite;
                animation: mover 0.9s infinite alternate;
            }

            .obj4 {
                background-image: url(./img/animation/obj4.webp);
                background-repeat: no-repeat;
                width: 244px;
                height: 20%;
                position: absolute;
                /* display: block; */
                width: 19%;
                /* top: 503%; */
                left: -7%;
                -webkit-animation: MoveUpDown 50s linear infinite;
                animation: mover 0.9s infinite alternate;
            }

            .obj5 {
                background-image: url(./img/animation/obj5.webp);
                background-repeat: no-repeat;
                width: 244px;
                height: 50%;
                position: absolute;
                /* display: block; */
                width: 26%;
                top: 80%;
                left: 0%;
                left: 3%;
                -webkit-animation: MoveUpDown 50s linear infinite;
                animation: mover 0.9s infinite alternate;
            }

            .obj10 {
                background-image: url(./img/animation/obj6.webp);
                background-repeat: no-repeat;
                width: 244px;
                height: 7%;
                position: absolute;
                /* display: block; */
                width: 2%;
                top: 59%;
                left: 8%;
                -webkit-animation: MoveUpDown 50s linear infinite;
                /* animation: mover 0.9s infinite alternate; */
                -webkit-animation: rotation 2s infinite linear;
            }

            .obj6 {
                background-image: url(./img/animation/obj6.webp);
                background-repeat: no-repeat;
                width: 244px;
                height: 7%;
                position: absolute;
                /* display: block; */
                width: 5%;
                top: 59%;
                left: 91%;
                /* -webkit-animation: MoveUpDown 50s linear infinite; */
                /* animation: mover 0.9s infinite alternate; */
                -webkit-animation: rotation 2s infinite linear;
            }

            @keyframes mymove {
                50% {
                    transform: rotate(180deg);
                }
            }

            .pt-40 {
                padding-top: 50px;
            }

            .left-21 {
                position: relative;
                left: -20%;
            }

            .fs-60 {
                font-size: 46px;
            }

            .card {
                box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
                transition: 0.3s;
                width: 107%;
                border: 2px solid black;
                border-radius: 2px;
                padding: 20px;
            }

            .mw-100 {

                max-width: 100%;

            }

            .bgafter {
                background-color: white;
                background-size: 94% 92%;
                height: 76%;
                width: 83%;
                box-shadow: 22px 24px 9px -5px #214d7d;
                z-index: -2;
            }

            .fs-20 {
                font-size: 17px;
            }

            .fs-36 {
                font-size: 26px;
            }

            img.logo {
                height: 90px;
                margin-top: -42px;
                margin-left: 50px;
            }

            .headerbg {
                background: url(./img/website2/headerwebsitebg.webp) no-repeat;
                background-size: 107% 100% !important;
                height: 100% !important;
                margin-top: -12% !important;
                position: relative;
            }

            .pt-30 {
                padding-top: 15px;
            }

            .secondbg {
                background: url(./img/website2/form4.webp) no-repeat;
                background-size: 100% 100%;
                height: 516px;
                width: 329px;
                position: relative;
                left: -11%;
            }

            .mt-10 {
                margin-top: -10%;
            }

            bgafter {
                background-color: white;
                background-size: 94% 92%;
                height: 80%;
                width: 83%;
                box-shadow: 22px 24px 9px -5px #214d7d;
                z-index: -2;
            }

            .widthh {
                align: left;
                float: left;
                height: 7%
            }

            .bgafter::before {
                position: absolute;
                content: '';
                height: 55%;
                width: 46%;
                left: 1px;
                border-bottom: 17px solid #EE9143;
                top: 48.5%;
                border-left: 14px solid #EE9143;
                z-index: 1;
                /* background-image: url(./img/website2/orangebg.webp); */
            }


        }


        @media screen and (min-width:1400px) and (max-width:1500px) {

            .headerbg {
                background: url(./img/website2/headerwebsitebg.webp) no-repeat;
                background-size: 107% 103%;
                height: 100%;
                margin-top: -16%;
                position: relative;
            }



            .fs-20 {

                font-size: 17px;

            }


            .step4 {

                padding-right: 35px;

                position: inherit;

                left: 17%;

            }



            .mw-100 {

                max-width: 100%;

            }



            .pr-70 {

                padding-right: 20px;

            }

            section.welcome .bluebar {
                position: relative;
                left: -162%;
                max-width: 10000px !important;
                width: 1070px;
                height: 15px;
                margin-bottom: 0px !important;
            }



            .bgafter {
                background-color: white;
                background-size: 94% 92%;
                height: 78%;
                width: 83%;
                box-shadow: 22px 24px 9px -5px #214d7d;
                z-index: -2;
            }

            .imgtop {
                position: inherit;
                bottom: 196px;
                right: 72px;
            }

        }

        @media screen and (min-width:1920px) and (max-width:2560px) {

            .welcome .padd-50 {
                padding: 34.5% 31px !important;
            }

            .headerbg {
                background: url(./img/website2/headerwebsitebg.webp) no-repeat;
                background-size: cover;
                height: 111%;
                margin-top: -14%;
                position: relative;
            }

            .secondbg {
                background: url(./img/website2/form4.webp) no-repeat;
                background-size: 100% 100%;
                height: 551px;
                width: 371px;
                position: relative;
                left: -12%;
                top: 3rem;
            }

            .bgafter::before {
                position: absolute;
                content: '';
                height: 55%;
                width: 46%;
                left: -23px;
                border-bottom: 37px solid #EE9143;
                top: 50.5%;
                border-left: 39px solid #EE9143;
                z-index: 1;
                /* background-image: url(./img/website2/orangebg.webp); */
            }

        }
    
        .modal { z-index:999999}
		
		.error {
			margin-top: -29px;
			margin-bottom: 10px;
			color: red;
		}
		.pl20 { padding-left:20px}