input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.postContainer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10%
}

.postContainer .innerPostContent h4 {
    font-size: 28px;
    color: #000;
    margin-top: 25px
}

.postContainer .innerPostContent img {
    border-radius: 5px
}

.postContainer .innerPostContent video {
    object-fit: fill;
    border-radius: 5px
}

.postContainer .innerPostContent p p {
    color: #000
}

.home5 {
    display: flex
}

iframe {
    margin-top: 15px
}

footer {
    background-color: #000
}

footer .footerContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    color: #fff;
    max-width: 1140px;
    margin: auto
}

footer .footerContainer .row1 {
    justify-content: space-between;
    font-size: 30px
}

footer .footerContainer .row1,
footer .footerContainer .row1 span {
    display: flex;
    flex-direction: row;
    align-items: baseline
}

footer .footerContainer .row1 h3 {
    font-weight: 600;
    margin-right: 12px
}

footer .footerContainer .row1 h4 {
    font-size: 23px;
    font-weight: 700
}

footer .footerContainer .row2 a {
    text-decoration: none;
    color: #fff
}

footer .footerContainer .row2 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

footer .footerContainer .row2 a {
    font-size: 16px
}

.socialLinks {
    display: flex;
    align-items: center
}

#phone {
    font-weight: 400
}

.Leadercontent #hrLine {
    width: 60px;
    margin: 10px auto
}

.Leadercontent {
    width: 32.8%;
    height: 460px;
    border-radius: unset;
    display: block;
    margin-left: 6px;
    margin-top: 6px;
    margin-bottom: unset;
    align-items: center
}

.Leadercontent #desc {
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    color: #555;
    font-weight: 300;
    line-height: 20px
}

#LeaderHeading {
    font-size: 25px
}

.Leadercontent #leaderImage {
    width: 55%;
    height: 50%
}

.Leadercontent:hover {
    box-shadow: 0 6px 23px 3px #949494;
    transition: .6s;
    z-index: 199
}

#Designation {
    color: #000;
    font-weight: 500;
    font-size: 13px
}

.videoContainer {
    width: 45%;
    display: flex;
    align-items: center;
    margin-left: 5%
}

.videoContainer iframe {
    height: 240px !important;
    margin-top: 6px;
    border-radius: 5px;
    border: 4px solid #000
}

.videoContainer .video {
    height: 260px !important;
    border-radius: 5px
}

#HomeImg {
    width: 50%;
    border-radius: 8px;
    height: 310px
}

#SubmenuImg {
    width: 42px;
    height: 42px
}

#aboutUsImg {
    width: 18%;
    height: 60px
}

.ArrowLeftIcon {
    opacity: .5
}

.ArrowIcon,
.ArrowLeftIcon {
    align-self: center;
    font-size: 30px;
    padding: 4px 10px;
    border-radius: 50%;
    color: #fff
}

.subMenu {
    padding: 13px !important
}

#liOfMenu span {
    flex-direction: row;
    align-items: center
}

#liOfMenu,
#liOfMenu span {
    display: flex;
    justify-content: space-between
}

#liOfMenu {
    flex-direction: column;
    color: #fff
}

.submenus {
    color: #fff !important;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 400
}

.subMenuIcon {
    font-size: 6px;
    margin-right: 5px
}

#pTagSubmenu {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.revolution-bg {
    padding: 30px 0
}

.blog-img {
    width: auto;
    height: 187px !important;
    border-radius: 5px;
    margin-bottom: 0;
    object-fit: contain
}

.blog-img img {
    height: 187px !important;
    width: -webkit-max-content !important;
    width: max-content !important
}

#ArticlesAuthorName {
    margin: 0;
    padding: 0
}

#ArticlesAuthorNameSingle {
    color: #0029ff;
    text-decoration: underline;
    text-underline-offset: 2px
}

.SingleBlogAuthorNameContainer {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.SingleBlogAuthorName {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    justify-content: space-between
}

.carousel {
    text-align: center;
    display: flex;
    flex-direction: row
}

.leftArrowMedia {
    margin-right: 25px !important
}

.rightArrowMedia {
    margin-left: 25px !important
}

.fadeArrow {
    background: #465798;
    opacity: .4;
    transition: .4s
}

.revolution-head h1 {
    margin-bottom: 25px
}

.imgOfMedia {
    display: flex;
    flex-direction: row;
    margin: 0 5px;
    width: 200px;
    height: 75px;
    background-color: #fff;
    z-index: 100;
    padding: 15px
}

.imgOfMedia:hover {
    background: #dce6ff
}

.mediaArrow {
    border: 1px solid;
    padding: 4px 10px 6px;
    color: #fff;
    background-color: #0029ff
}

@media (max-width:991px) {
    .media-resence .carousel.carousel-slider {
        margin: unset;
        width: 100% !important
    }
    .imgOfMedia {
        margin: 3px auto;
        width: 250px
    }
    .leftArrowMedia {
        margin-left: 0 !important
    }
    .rightArrowMedia {
        margin-right: 0 !important
    }
    .layout {
        padding-top: 65px;
        display: flex;
        flex-direction: column;
        margin: auto;
        width: 100%;
        overflow: hidden
    }
    .videoContainer {
        width: 100%;
        margin-left: unset
    }
    .deep-cms p,
    .deep-space p {
        overflow-wrap: break-word
    }
    iframe {
        width: 100% !important;
        padding-left: unset !important;
        padding-right: unset !important;
        float: unset !important;
        height: 200px !important
    }
    .video {
        height: 200px;
        object-fit: fill
    }
    .scrolls-space {
        border-bottom: unset
    }
    footer .footerContainer {
        height: unset !important;
        padding: 16px;
        flex-direction: column
    }
    footer .footerContainer .row1 {
        flex-direction: column !important;
        align-items: center !important
    }
    footer .footerContainer .row1 span {
        margin: 4px !important
    }
    .carousel-item {
        padding: 0 26px !important
    }
    footer .footerContainer .row2 {
        margin: 10px 0 0 !important;
        flex-wrap: wrap !important;
        justify-content: center !important
    }
    footer .footerContainer .row2 a {
        margin: 10px
    }
    .footerCopy {
        display: flex;
        justify-content: center
    }
    .Leadercontent {
        width: unset;
        margin-bottom: 9px;
        margin-right: 0;
        margin-left: unset;
        margin-top: unset
    }
    .row {
        flex-direction: column
    }
    .postContainer {
        width: 100%
    }
    .postContainer .innerPostContent img {
        width: 100% !important;
        height: 220px !important;
        padding-left: unset !important;
        padding-right: unset !important;
        object-fit: fill
    }
    .postContainer .innerPostContent p p {
        text-align: left !important
    }
}

.input-group .form-control {
    color: #000 !important
}

.blogArticleLink {
    color: #000;
    cursor: pointer !important
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body,
html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale
}

::-webkit-scrollbar {
    width: .4em
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 6px
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2)
}

li,
ul li {
    list-style: none !important
}

.dropdown-large {
    padding: 1rem
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 600px !important
}

@media (min-width:992px) {
    .dropdown-large {
        min-width: 500px
    }
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.landing {
    background-color: #0029ff
}

.text-primary_1 {
    color: #0029ff
}

.InputFields {
    padding: 3px
}

.InputFields input,
.InputFields select {
    padding: 8px;
    border-radius: 3px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #fff
}

.SubmitAndReset {
    display: flex;
    justify-content: space-evenly
}

.SubmitAndReset input {
    padding: 6px 30px;
    border-radius: 3px;
    margin-top: 20px;
    color: #181515;
    background-color: #fc0;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px
}

.SubmitAndReset input:hover {
    box-shadow: 0 0 3px 2px #fff
}

.InputFields label {
    font-weight: 400;
    font-size: 17px
}

.InputFields input:focus,
.InputFields select:focus {
    box-shadow: 0 0 2px 3px #fc0;
    transition: .3s
}

img {
    width: auto
}

.fw-900 {
    font-weight: 900
}

.fw-700 {
    font-weight: 700
}

.lead {
    font-size: 18px;
    line-height: 30px;
    padding-right: 100px;
    font-weight: 400
}

.opdrop {
    color: #000
}

.border-left {
    padding-left: 35px;
    border-left: 5px solid #fc0 !important
}

.form-group {
    padding: 10px 0
}

.display-4 {
    line-height: 1.5
}

.display-6 {
    font-size: 18px !important;
    padding-top: 15px
}

.display_5 {
    font-size: 45px
}

.display_5,
.display_e {
    font-weight: 900;
    font-family: sans-serif;
    margin-bottom: 50px
}

.display_e {
    font-size: 30px
}

.educationAs {
    font-size: 25px;
    font-weight: 500;
    font-family: sans-serif;
    margin-bottom: 50px
}

.btn {
    padding: 13px 30px
}

.btn-primary {
    background-color: #0029ff !important;
    color: #fff
}

.btn-secondary {
    background-color: rgba(0, 41, 255, .1) !important;
    color: #0029ff;
    border: none !important
}

.btn-secondary:hover {
    color: #0029ff
}

.btn-white {
    background-color: #fff;
    color: #000
}

.text-primary {
    color: #0029ff
}

.icon {
    width: 60px
}

.dt-card {
    padding: 30px 10px 30px 20px;
    box-shadow: 0 4px 15px 0 rgb(7 42 68/10%);
    background: #fff;
    border-radius: 8px;
    border: 2px solid #f0f3f8
}

.section {
    padding: 50px
}

.blog-card img {
    width: 100%;
    transition: .4s
}

.blog-description {
    padding: 25px 25px 15px
}

.blog-card {
    z-index: 9;
    cursor: pointer;
    background-color: #fff;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgb(98 145 247/10%);
    transition: .4s
}

.bold {
    font-weight: 700;
    text-transform: uppercase
}

.blog-cards a {
    text-decoration: none !important
}

.blog-cards img {
    height: 180px;
    object-fit: cover
}

.blog-cards p {
    color: #000
}

#phone {
    font-weight: 600
}

#phone,
.footerIcon {
    font-size: 15px
}

.social-links li a {
    height: 46px;
    width: 46px;
    background: #161718;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    margin-left: 10px
}

.social-links {
    float: right
}

.social-links li {
    float: left;
    list-style-type: none
}

.primary-bg {
    background-color: #142c51
}

.secondary-bg {
    background-color: #f3f6ff
}

.text-yellow {
    color: #fc0
}

.landing .form-control {
    background-color: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .3);
    color: #fff
}

.form-control {
    color: #fff !important
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fc0;
    color: #000;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 4px;
    border-radius: 50%
}

#myBtn:hover {
    background-color: #000;
    color: #fff
}

.footerContainer a.tel {
    text-decoration: none !important;
    color: #fff
}

#demo {
    max-width: 900px;
    margin: auto
}

.carousel-caption {
    position: static;
    z-index: 10;
    padding: 5rem 8rem;
    color: #000;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem
}

@media (max-width:767px) {
    .carousel-caption {
        position: static;
        z-index: 10;
        padding: 3rem 2rem;
        color: #000;
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.5rem
    }
    .testi_l {
        line-height: 44px !important
    }
    .section {
        padding: 20px 5px 50px
    }
    .lead {
        margin-bottom: 20px !important;
        padding-right: unset
    }
}

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

.quotes {
    width: 50px;
    float: left;
    margin-left: 150px
}

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

#image-caption {
    font-size: 1.5rem;
    margin: .5rem;
    padding-bottom: 10px;
    color: #0029ff
}

@media (max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 1.5rem;
        margin: .5rem
    }
}

.testimonials i {
    background-color: rgba(0, 41, 255, .1);
    padding: 1.4rem;
    color: #0029ff;
    border-radius: 50%
}

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

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

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

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

.req_btn {
    font-weight: 500
}

.about_l {
    font-size: 35px
}

.testi_l {
    font-size: 45px
}

.testi_ld {
    font-size: 30px;
    margin-top: 10px
}

.test_p {
    font-weight: 400
}

.tick {
    height: 300px;
    width: 350px;
    margin-bottom: 25px
}

.thanks {
    margin-top: 100px;
    margin-bottom: 15px;
    font-size: 50px
}

.thanks_p {
    font-size: 25px;
    margin-bottom: 50px
}

.thanks_div {
    text-align: center
}