body,
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
li,
hr,
br,
img,
section,
aside,
article,
main,
header,
footer,
a,
ul,
details,
summary,
strong,
sub,
sup,
audio,
video,
iframe,
form,
input,
button,
b,
u,
i,
em,
legend,
table,
tr,
td,
th,
tbody,
tfoot,
figure,
figcaption,
nav,
object,
embed,
abbr,
hgroup,
menu,
fieldset,
dl,
dd,
dt,
small,
tt,
var,
del,
blockquote,
address,
html,
canvas,
caption {
    box-sizing: border-box;
}

body {
    line-height: 1.3
}

a {
    text-decoration: none !important
}

p {
    font-size: 18px;
    line-height: 32px
}

.navbar {
    background-color: #036458;
    border-bottom: 1px solid #f5f5f5
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.navbar-nav .nav-item .nav-link:hover {
    color: #FA9D4D
}

.navbar-nav .nav-item .nav-link.active {
    color: #FA9D4D !important
}

.navbar-brand h2 {
    color: #fff
}

.initiat {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 0px 50px 0px;


}

.initiat-con h2 {
    background: linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 700;
}

.initiat-con h4 {
    color: #036458;
}

.initiat-con {
    width: 30%
}

.initiat-img {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-btn {
    background-color: #036458;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 35px;
    border-radius: 10px;
    letter-spacing: 0.25px;
    border-bottom: 2px solid #33ccc5 !important;
    transition: all .3s;
}

.site-btn:hover {
    background-color: #33ccc5;
    border-bottom: 2px solid #036458 !important;
    color: #fff
}

.feat-con {
    border-radius: 50px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    ;
}

.feat-con .feat-box {
    background-color: #036458;
    color: #fff;
    border: 2px Dotted #fff;
    border-radius: 20px;
    padding: 20px 0;
}

.feat-con .feat-box:hover i {
    color: #fff
}

.feat-box i {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.feat-box h4 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px
}

.py {
    padding-top: 100px;
    padding-bottom: 100px
}

.marks {
    color: #036458;
    font-weight: 700;
    margin-bottom: 10px
}

.work-process {
    z-index: 2;
    position: relative
}

.work-bg-pattern {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: -1;
    margin-top: -50px;
    background-position: left center;
}

@media (max-width: 480px) {
    .navbar-brand img {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        border-color: #fff;
    }

    .navbar-brand h2 {
        color: #000;
    }

    .navbar-nav .nav-item .nav-link {
        color: #fff
    }

    .banner h2 {
        text-align: center
    }

    .flx {
        flex-direction: column
    }

    .about-con {
        width: 100% !important
    }

    .about-img {
        width: 100% !important;
        margin-top: 20px;
    }

    .initiat {
        background-image: none;
    }

    .initiat-con {
        width: 100%;
    }

    .initiat-img {
        width: 100%;
        margin-top: 40px;
    }

    .plr {
        padding-left: 20px;
        padding-right: 20px
    }

    .feat-box {
        border: 2px dotted blue;
        margin-bottom: 20px;
        padding: 10px 20px;
        border-radius: 10px
    }

    .feat-con {
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }
    .navbar-brand h1{
        text-align: center;
        font-size: 25px;
    }
    .initiat-con {
        width: 100% !important;
    }
}

.work-process [class*="col"]:nth-child(even) .process-wrapper {
    margin-top: 0 !important;
}

.tw-work-process {
    margin-bottom: 30px;
}

.btnm {
    margin-top: 10px !important
}


.tw-mt-20 {
    margin-top: 20px !important;
}

.tw-work-process {
    text-align: center;
}

.process-wrapper {
    width: 225px;
    background-color: #036458;
    height: 225px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.process-inner {
    vertical-align: middle;
    text-align: center;
}

.tw-work-process p {
    font-weight: 700;
    color: #2f2c2c;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 23px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.work-process [class*="col"]:nth-child(even) .process-wrapper {
    margin-top: 65px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .process-wrapper {
        width: 140px;
        height: 140px;
    }
}

.constitue-box {
    margin-bottom: 20px;
    box-shadow: 0 0 15px #036458;
    padding: 20px;
    border-radius: 10px
}

.constitue-box img {
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
}

.constitue-box p {
    margin-bottom: 0;
}

.constitue-box h4 {
    color: #036458;
    font-weight: 700;
}

#demo {
    background: linear-gradient(112deg, #ffffff 50%, #eaf3fb 50%);
    margin-top: 20px;
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem;
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem;
    }
}

.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem;
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem;
    }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem;
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem;
    }
}

.cl i {
    background-color: #036458;
    padding: 1.4rem;
}

@media(max-width:767px) {
    .cl i {
        padding: 0.8rem;
    }
}

.carousel-control-prev {
    justify-content: flex-start;
}

.carousel-control-next {
    justify-content: flex-end;
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset;
}

.footer-bg {
    background-color: #036458;
    padding: 50px 0;
}

.footer-info p {
    color: #ffffff;

    margin-top: 25px;
}

.footer-info .social {
    margin-top: 20px;
}

.footer-info .social li {
    display: inline-block;
    margin-right: 5px;
}

.footer-info .social li a {
    color: #ffffff;
    font-size: 28px;
}

.footer-info .footer-title {
    margin-bottom: 20px;
}

.footer-info .footer-title h3 {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: -5px;
    font-family: "Lato", sans-serif;
}

.footer-list {
    margin: 0;
    padding: 0;
    color: #fff
}

.footer-list a {
    color: #fff
}

.footer-list li {
    list-style: none;
    margin-bottom: 10px;
    color: #ffffff;
}

.footer-info .footer-list li a {
    color: #ffffff;

}

.footer-bottom .footer-bottom-inner {
    padding-top: 30px;
    border-top: 1px solid #f1f1f1;
}

.footer-bottom .footer-bottom-inner p {
    color: #fff;
    font-family: "Lato", sans-serif;
    margin: 0;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

.inner-con p {
    word-break: break-word;
}

.inner-con ul li,
.inner-con ol li {
    word-break: break-word;
    font-size: 18px;
    line-height: 32px;
    color: #444;
}


.single-contact-info .contact-info-icon {
    margin-bottom: 10px;
}

.single-contact-info .contact-info-icon span {
    font-size: 22px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #036458;
    display: inline-block;
    line-height: 60px;
    color: #ffffff;
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.bens-li li {
    font-size: 18px;
    line-height: 1.9;
    list-style: none;

}

.pr-box {
    box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
}

.feat-box img {
    width: 60px;
    height: 60px;
}