.rounded {
    border-radius: 1.25rem!important
}

.list-bullets.fa-ul {
    padding-left: 0;
    margin-left: 2px;
    list-style-type: none
}

.list-bullets.fa-ul .fa {
    margin-left: -25px;
    color: #dc3545
}

.list-bullets.fa-ul li a {
    transition: all .5s;
    color: #050505
}

.list-bullets.fa-ul li:hover a {
    padding-left: 5px;
    transition: all .5s;
    color: #dc3545
}

.list-bullets.fa-ul .fa a:active,a:hover,a:link,a:visited {
    text-decoration: none
}

.list-bullets.fa-ul {
    margin-left: 25px
}

.list-bullets.fa-ul>li {
    margin-bottom: 10px
}

.v2 {
    position: relative;
    margin-left: 20px;
    margin-bottom: 13px;
    margin-top: 20px
}

.v2:after {
    position: absolute;
    content: '';
    left: -20px;
    bottom: 15px;
    width: 7px;
    height: 100%;
    background-color: #dc3545;
    transform: translate(0,14px)
}

.bg-1 {
    background-color: #fffae8!important
}

.bg-i {
    background-color: #f2fdff!important
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(220 53 69 / 96%)
}

.bg-s {
    background-color: #f3fff6!important
}

.incude.fa-ul .fa {
    margin-left: -17px;
    color: #20cd33
}

.exclude.fa-ul .fa {
    margin-left: -17px;
    color: #ff6473
}

.list.list-bullets.fa-ul li:hover a {
    padding-left: 5px
}

.list.fa-ul>li {
    margin-bottom: 10px
}

.fa-ul {
    list-style-type: none
}

.list.fa-ul {
    margin-left: 1px
}

.list.fa-ul .fa {
    margin-left: -17px;
    color: #007bff
}

.accordion .card-header {
    padding: 0 .25rem
}

.accordion button {
    display: block!important;
    width: 100%;
    text-align: left
}

.back-to-top {
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    padding: 4px 9px
}

@font-face {
    font-family: FontAwesome;
    src: url(../font/fontawesome-webfont.woff2?v=4.7.0) format('woff2');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-times:before {
    content: "\f00d"
}

.fa-check:before {
    content: "\f00c"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .45em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-train:before {
    content: "\f238"
}

.fa-plane:before {
    content: "\f072"
}

.fa-road:before {
    content: "\f018"
}

.fa-train {
    color: #df0250;
    margin-top: 10px;
    border: 1px dotted;
    padding: 21px 25px;
    border-radius: 50px
}

.fa-plane {
    color: #107dffed;
    border: 1px dotted;
    margin-top: 10px;
    padding: 21px 26px;
    border-radius: 50px
}

.fa-road {
    color: #3e414a;
    border: 1px dotted;
    margin-top: 10px;
    padding: 21px 19px;
    border-radius: 50px
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-home:before {
    content: "\f015"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-phone:before {
    content: "\f095"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-star:before {
    content: "\f005"
}

.fa-envelope-o:before {
    content: "\f003"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.features-box-layout1 {
    position: relative
}

.features-box-layout1 .item-inner-wrapper {
    width: 50%
}

@media only screen and (max-width: 991px) {
    .features-box-layout1 .item-inner-wrapper {
        width:100%
    }
}

.features-box-layout1 .item-inner-wrapper img {
    width: 100%
}

.features-box-layout1 .item-content {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

@media only screen and (max-width: 991px) {
    .features-box-layout1 .item-content {
        position:inherit;
        padding: 3rem 1rem
    }
}

@media only screen and (max-width: 575px) {
    .features-box-layout1 .item-content {
        padding:1rem 0
    }
}

.features-box-layout1 .item-content .item-content-inner .item-title {
    font-weight: 600
}

.features-box-layout1 .item-content .item-content-inner p {
    margin-bottom: 30px
}

.features-box-layout1 .item-content .item-content-inner.content-light .item-title {
    color: #fff
}

.features-box-layout1 .item-content .item-content-inner.content-light p {
    color: #fff
}

.features-box-layout1 .item-content .item-content-inner.content-light .list-item li {
    color: #fff
}

.features-box-layout1 .item-content .item-content-inner.content-dark .item-title {
    color: #111
}

.features-box-layout1 .item-content .item-content-inner.content-dark p {
    color: #111
}

.features-box-layout1 .item-content .item-content-inner.content-dark .list-item li {
    color: #111
}

.features-box-layout1 .item-content .item-content-inner.content-dark .list-item li:before {
    color: #fff;
    background-color: #0098ba99;
    -webkit-box-shadow: 0 5px 6px 0 #7495e7;
    -moz-box-shadow: 0 5px 6px 0 rgba(116,149,231,.8);
    box-shadow: 0 5px 6px 0 rgba(116,149,231,.8)
}

.features-box-layout1 .item-content .item-content-inner .list-item li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px
}

.features-box-layout1 .item-content .item-content-inner .list-item li:before {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
    background-color: #fff;
    height: 25px;
    width: 25px;
    border-radius: 45px;
    line-height: 25px;
    text-align: center;
    color: #111;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-box-shadow: 0 5px 6px 0 #1e4ecb;
    -moz-box-shadow: 0 5px 6px 0 #1e4ecb;
    box-shadow: 0 5px 6px 0 #1e4ecb
}

.features-box-layout1 .item-content .item-content-inner .list-item li:last-child {
    margin-bottom: 0
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 {
    position: relative;
    overflow: hidden
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress {
    background-color: #f0f0f0;
    border-radius: 45px;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(206,206,206,.75);
    -moz-box-shadow: inset 0 1px 2px 0 rgba(206,206,206,.75);
    box-shadow: inset 0 1px 2px 0 rgba(206,206,206,.75)
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress .lead {
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    font-weight: 500;
    z-index: 5
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress:last-child {
    margin-bottom: 0
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress-bar {
    background-color: #0098ba99;
    height: 3.5rem;
    border-radius: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress-bar>span {
    background: 0 0;
    float: right;
    font-size: 2rem;
    padding: 0 10px
}

.features-box-layout1:nth-child(even) .item-content-inner {
    padding-left: 10rem
}

@media only screen and (max-width: 1199px) {
    .features-box-layout1:nth-child(even) .item-content-inner {
        padding-left:3rem
    }
}

@media only screen and (max-width: 991px) {
    .features-box-layout1:nth-child(even) .item-content-inner {
        padding-left:0
    }
}

.features-box-layout1:nth-child(odd) .item-content-inner {
    padding-right: 3rem
}

@media only screen and (max-width: 991px) {
    .features-box-layout1:nth-child(odd) .item-content-inner {
        padding-right:0
    }
}

.features-box-layout2 {
    position: relative;
    background-color: #f8f8f8
}

.features-box-layout2 .item-img {
    width: 50%
}

@media only screen and (max-width: 991px) {
    .features-box-layout2 .item-img {
        width:100%
    }
}

.features-box-layout2 .item-img img {
    width: 100%
}

.features-box-layout2 .item-content {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

@media only screen and (max-width: 991px) {
    .features-box-layout2 .item-content {
        position:inherit;
        padding: 9.2rem 50px 10rem
    }
}

@media only screen and (max-width: 575px) {
    .features-box-layout2 .item-content {
        position:inherit;
        padding: 9.2rem 0 10rem
    }
}

.features-box-layout2 .item-content .item-content-inner {
    padding-left: 10rem
}

@media only screen and (max-width: 1199px) {
    .features-box-layout2 .item-content .item-content-inner {
        padding-left:3rem
    }
}

@media only screen and (max-width: 991px) {
    .features-box-layout2 .item-content .item-content-inner {
        padding-left:0
    }
}

.features-box-layout2 .item-content .item-content-inner p {
    margin-bottom: 30px
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 {
    position: relative;
    overflow: hidden
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress {
    background-color: #f0f0f0;
    border-radius: 45px;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(206,206,206,.75);
    -moz-box-shadow: inset 0 1px 2px 0 rgba(206,206,206,.75);
    box-shadow: inset 0 1px 2px 0 rgba(206,206,206,.75)
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress .lead {
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    font-weight: 500;
    z-index: 5
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress:last-child {
    margin-bottom: 0
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress-bar {
    background-color: #0098ba99;
    height: 3.5rem;
    border-radius: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress-bar>span {
    background: 0 0;
    font-size: 2rem;
    padding: 0 10px
}
.box{
    display: flex;
    gap: 10px;
}
.box h2{
    margin-top: 5px;
}
.box1{
    text-align: center;
    border: solid 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 12px rgb(0, 0, 0);
}
.box input{
    width: 110px;
    height: 38px;
    background: blue;
    font-size: 14px;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border: solid 1.5px black;
    color: white;
    
}
.box img{
    width: 100%;
}
html{
    scroll-behavior: smooth;
}
@media screen and (max-width: 992px) {
    .box{
        display: block;
    }    
}