

:root {

    --black: #1C3F3A;

    --white: #FFFFFF;

    --primaryText: #626161;

    --btnPrimary: linear-gradient(-90deg, rgba(0,  152,  255,  1) 0%,  rgba(13,  99,  186,  1) 100%);

    --btnPrimaryHover: linear-gradient(90deg,  rgba(90, 10, 241, 1) 0%,  rgba(199, 80, 253, 1) 66%,  rgba(106, 31, 249, 1) 100%);

    --bgGradent: linear-gradient(90deg,  rgba(3, 22, 109,  0.3) 0%,  rgba(8, 27, 113, .5) 66%,  rgba(10, 7, 103, .9) 100%);

    --paddingNone: 0px;

    --commonLink: #4E29B7;

    --bgdark: #1E1439;

    --light: #f9f9f9;

}



*, body, h1, h2, h3, h4, h5, h6, html, li, p, ul {

    font-family: "Source Sans 3", "Helvetica Neue","Helvetica","Arial",sans-serif;



}

a, a:hover {

    text-decoration: none;

}

*, a:hover, body, html {

    color: var(--primaryText);

}

*, a, body, html {

    font-size: 1rem;

}

.header, .overlay {

    left: 0;

    top: 0;

    width: 100%}

.testimonial h5, .top-header-right li a {

    text-transform: uppercase;

}

.contact ul li, .social-media-icons {

    column-gap: 15px;

}

*, body, html {

    -webkit-transition: .3s ease-in-out;

    -moz-transition: .3s ease-in-out;

    -o-transition: .3s ease-in-out;

    -ms-transition: .3s ease-in-out;

    transition: .3s ease-in-out;

    font-style: normal;

}

body, html {

    overflow-x: hidden;

}

h1, h2, h3, h4, h5, h6, li, p, ul {

    padding: 0;

    margin: 0;

    list-style-type: none;

    -webkit-transition: .3s ease-in-out;

    -moz-transition: .3s ease-in-out;

    -o-transition: .3s ease-in-out;

    -ms-transition: .3s ease-in-out;

    transition: .3s ease-in-out;

}

.burger-ic .menus, .indus-tab button, .navbar {

    transition: .3s ease-in-out;

}

img {

    display: block;

    max-width: 100%}

.header .navbar {

    padding-top: var(--paddingNone);

    padding-bottom: var(--paddingNone);

    padding: 10px 0;

}

a {

    color: #1C3F3A;

}

.inner-page {

    margin-top: 70px;

}

.about-img-1, .count-box {

    /*margin-top: 100px;*/

}

.btn {

    border: 0;

    padding: .6rem 1.75rem;

    font-size: 18px;

    color: var(--white);

    border-radius: 10px;

}
.our_clients {
    border: 1px solid #ccc;
    padding: 19px;
    border-radius: 4px;
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-primary {

    background: var(--btnPrimary);

}

.btn-primary:hover {

    background: var(--btnPrimaryHover);

}

.btn-outline-primary {

    border: 1px solid var(--white);

}

.founder, .founder img, .hero-carousel, .pills {

    border-radius: 30px;

}

.btn-outline-primary:hover {

    border-color: var(--btnPrimary);

    background: var(--btnPrimary);

}

.py-60 {

    padding-top: 120px;

    padding-bottom: 120px;

}

.header {

    background: var(--white);

    position: fixed;

    z-index: 99;

}

button.btn-close {

    z-index: 9999;

    position: absolute;

    right: 50px;

    top: 50px;

    font-size: 50px;

}

div#staticBackdrop {

    background: rgba(0, 0, 0, .6);

}

ul.menus li {

    text-align: center;

    margin: 15px;

}

ul.menus li a {

    color: #fff;

    text-align: center;

    font-size: 40px;

}

.header .navbar .navbar-nav {

    gap: 20px;

}

.navbar {

    background: #fff;

}



.container-fluid {

    padding: 0 35px;

}

.header .navbar .navbar-nav li a {

    font-size: 16px;

    font-weight: 400;

    color: var(--black);

    padding: 10px 20px;

    border-radius: 6px;

}

.header .navbar .navbar-nav li a.active, .header .navbar .navbar-nav li a:hover {

    background: rgba(28, 63, 58, .15);

}

.header .navbar .navbar-nav li .nav-link {

    /*padding: .5rem 1rem!important;*/

    color: var(--primaryText);

    font-size: 1rem;

    font-weight: 500;

    display: flex;

    text-transform: uppercase;

}

.top-header {

    background: var(--black);

    padding: 10px 0;

}

.pills, .top-header .pill li a {

    padding: 10px 20px;

    font-size: 14px;

    display: inline-block;

    font-weight: 400;

}

.top-header .pill li a {

    background-color: #728783;

    color: #fff;

    border-radius: 10px;

}

.top-header .pill li a:hover{

    background: var(--btnPrimary);

    color:var(--white)

}

.pills {

    background: #d9dfde;

    color: var(--black);

}

.count-box {

    width: 100%;

    border-right: 1px solid #2f6d64;

    justify-content: center;

}

.about-section h4, h3 {

    font-size: 52px;

    font-weight: 600;

    color: var(--black);

    margin-top: 10px;

}

.our-service h3 {

    margin-bottom: 60px;

}

.founder .desc {

    font-size: 24px;

    font-weight: 300;

    font-style: italic;

    margin-top: 65px;

    color: #fff;

}

.top-header .pill {

    gap: 10px;

}

.top-header-right li a {

    color: #fff;

    font-size: 12px;

}

.top-header-right {

    gap: 60px;

}

.header .navbar .navbar-nav li a.btn {

    font-size: 16px;

    font-weight: 400;

    color: var(--black);

    padding: 15px 30px;

    border-radius: 10px;

}

.hero-carousel {

    background-size: cover!important;

    height: 800px;

    overflow: hidden;

}

.hero-carousel .item {

    height: 800px;

    background: rgba(0, 0, 0, .1);

    display: flex;

    align-items: center;

    width: calc(100% + 0px);

}

.hero-carousel .owl-nav {

    margin-top: 10px;

    text-align: center;

    position: absolute;

    top: 50%;

    width: calc(100% - 150px);

    left: 70px;

    display: flex;

    justify-content: space-between;

}

.hero-carousel .owl-nav button {

    height: 40px;

    width: 40px;

    border-radius: 50%!important;

    background: var(--black)!important;

    display: grid;

    place-items: center;

}

.hero-carousel .owl-nav button:hover{

    background: var(--btnPrimary)!important;

}

.hero-carousel .owl-nav button.owl-next {

    background: var(--btnPrimary)!important;

}

.hero-carousel .owl-nav .owl-next span, .hero-carousel .owl-nav .owl-prev span {

    width: auto;

    height: auto;

    display: block;

    font-size: 30px;

    color: #fff;

    line-height: 15px;

}

.hero-carousel .item p {

    font-size: 16px;

    color: #fff;

    font-weight: 300;

}

.hero-carousel .item h3 {

    font-size: 72px;

    color: #fff;

    font-weight: 600;

}

.ban-gap {

    gap: 30px;

}

.our-service {

    background: #faf8f5;

}

.bg-color, .founder, .testimonial {

    background: var(--black);

}

.founder {

    padding: 50px;

    margin-top: 50px;

}

.hero-carousel .item p.bg-color {

    background: var(--black);

    border-radius: 20px;

    padding: 15px 30px;

}

.hero-section {

    margin-top: 190px;

}

.overlay {

    position: absolute;

    height: 100%;

    background: var(--bgGradent);

    z-index: 1;

}

.hero-banner-text {

    position: absolute;

    z-index: 9;

    width: 100%;

    text-align: left;

    height: 100%;

    display: flex;

    align-items: flex-end;

    justify-content: flex-end;

    flex-direction: column;

    padding-bottom: 30px;

}

.play-mp3, .team-slider .owl-nav .owl-next span, .team-slider .owl-nav .owl-prev span {

    display: none;

}

.hero-banner-text h1 {

    margin-bottom: 0;

    color: var(--white);

}

.hero-banner-text p {

    color: var(--white);

    margin-bottom: 2rem;

}

.about-content-text {

    font-size: 16px;

    font-weight: 400;

    color: var(--black);

}

.btn {

    font-family: Roboto, sans-serif!important;

    font-weight: 300!important;

}

.dark-background {

    background: var(--bgdark);

    width: 100%}

.list-title {

    color: var(--white);

    font-size: 1.125rem;

    font-weight: 400;

}

.list-small-text, .music-time {

    color: #979797;

    font-size: 1rem;

}

.music-list-section ul li.active, .music-list-section ul li:hover {

    background-color: #32384f;

}

.play-mp3 {

    align-items: center;

    justify-content: center;

    gap: 10px;

}

.prod-icons-right, .prod-img {

    align-items: center;

    display: flex;

}

.music-list-section ul li.active .play-mp3, .music-list-section ul li:hover .play-mp3, .owl-carousel .owl-nav.disabled {

    display: flex;

}

.prod-img {

    justify-content: space-between;

    border-top: 1px solid rgba(255, 255, 255, .1);

    margin-top: 10px;

    padding: 10px 0;

}

.prod-icons-right {

    justify-content: center;

    gap: 10px;

}

.serivce-box {

    padding: 1.5rem;

    border: 1px solid var(--bs-border-color);

    border-radius: 8px;

}

.serivce-box:hover {

    background-color: var(--black);

}

.WHO nav button, .serivce-box:hover h4, .serivce-box:hover p, .service-slider .owl-next:hover span, .service-slider .owl-prev:hover span, .testimonial-carousel .owl-next:hover span, .testimonial-carousel .owl-prev:hover span {

    color: #fff!important;

}

.service-title h4 {

    display: flex;

    align-items: center;

    font-size: 1.5rem!important;

    font-weight: 500;

    color: var(--black);

    gap: 10px;

}

.read-more-btn a img, .serivce-box:hover .service-title h4 img {

    filter: invert(1);

}

.service-title {

    margin-bottom: 1.52rem;

}

.read-more-btn {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin: 1.5rem 0 0;

}

.count {

    font-size: 2.25rem;

    font-weight: 600;

    color: #d9e0ee;

}

.service_thumb_video {

    max-height: 190px;

    overflow: hidden;

    margin-bottom: 1.5rem;

}

.projects .service_thumb_video {

    background: rgba(28, 63, 58, .06);

    border-radius: 10px;

    max-height: fit-content!important;

}

.projects .serivce-box, .serivce-box:hover .read-more-btn a {

    background: #fff;

}

.projects .serivce-box:hover, .projects .serivce-box:hover .service_thumb_video,

.blog-card:hover {

    background: #1c3f3a;

}

.blog-card:hover .sb-title, .blog-card:hover a{

    color: var(--white);

}

.our-achievment {

    background: url('../images/BG.jpg') 0 0/cover no-repeat;

}

.our-achievment.py-60 {

    padding: 110px 0!important;

}

.service-slider .owl-nav, .testimonial-carousel .owl-nav {

    position: absolute;

    right: 50px;

    top: -90px;

    transform: translateY(-50%);

    width: calc(70% + 0px);

    display: flex;

    align-items: center;

    justify-content: end;

}

.service-title h4 img {

    width: 34px!important;

}

.owl-carousel .owl-nav span {

    width: auto;

    display: block;

    font-size: 30px!important;

    color: var(--black);

    line-height: 15px;

    height: 18px!important;

}

.service-slider .owl-prev, .testimonial-carousel .owl-prev {

    background-color: #f3f2f2!important;

    font-weight: 400;

    height: 42px;

    width: 42px;

    display: block;

    border-radius: 50px!important;

    display: flex;

    align-items: center;

    justify-content: center;

    left: 40px;

    position: relative;

    border: 1px solid #1d9bf0!important;

}

.service-slider .owl-next, .testimonial-carousel .owl-next {

    background-color: #f3f2f2!important;

    font-weight: 400;

    height: 42px;

    width: 42px;

    border-radius: 50px!important;

    display: flex;

    align-items: center;

    border: 1px solid #1d9bf0!important;

    justify-content: center;

    right: -50px;

    position: relative;

}

.service-slider .owl-next:hover, .service-slider .owl-prev:hover, .testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover {

    background:var(--btnPrimary)!important;

}

.industries {

    background: url('../images/category.jpg') center/cover no-repeat;

}

.indus-tab nav {

    margin-top: 70px;

    margin-bottom: 80px;

}

.indus-tab button {

    border: 1px solid #e2e2e2!important;

    border-radius: 0!important;

    padding: 20px!important;

    font-size: 18px;

    color: #000!important;

    font-weight: 500;

    width: 14%;

    background: 0 0;

}

.indus-tab .nav button:first-child {

    border-radius: 8px 0 0 8px!important;

}

.indus-tab .nav button:last-child {

    border-radius: 0 8px 8px 0!important;

}

.indus-tab button.active {

    color: #fff!important;

    background: var(--btnPrimary);

}

.tab-img {

    border-radius: 8px;

}

.tb-heading {

    row-gap: 25px;

}

h5 {

    font-size: 24px;

    color: #c750fd;

    font-weight: 400;

}

.tb-heading h3 {

    font-size: 32px;

    color: #000;

    font-weight: 700;

}

.tb-heading p {

    font-size: 18px;

    color: #626161;

    font-weight: 400;

}

.tb-heading a {

    font-size: 18px;

    color: #c750fd;

    font-weight: 400;

    text-decoration: underline;

}

.blog-card a, .blog-card h4, .text-box h5, .text-box p {

    color: var(--black);

}

.Leadership .card p, p {

    font-size: 16px;

}

.read-more-btn a {

    background: var(--black);

    height: 50px;

    width: 50px;

    border-radius: 50%;

    display: grid;

    place-items: center;

    padding: 13px;

}

.serivce-box:hover .read-more-btn a img {

    filter: invert(0);

}

.text-box {

    background-color: #eaeaee;

    border-radius: 20px;

    padding: 30px;

}

.text-box .test-img {

    height: auto;

    width: 70px!important;

    border-radius: 50%;

    object-fit: cover;

    border: 1px dashed var(--black);

    padding: 5px;

}

.Leadership .card .card-body, .blog-card .card-body {

    padding: 30px!important;

}

.text-box .test-star {

    width: 128px!important;

}

.text-box p {

    margin: 30px 0;

    font-size: 24px;

    font-style: italic;

    font-weight: 400;

}

.text-box h5, h4 {

    font-weight: 600;

}

.text-box p span {

    font-size: 18px;

    font-weight: 400;

}

img.quote {

    width: 60px!important;

    position: absolute;

    right: 30px;

    bottom: 30px;

}

.text-box h5 {

    font-size: 18px;

}

.team-slider .item {

    background-size: cover!important;

    background-position: center!important;

    background-attachment: fixed;

    height: 800px;

}

.overlay-team {

    background: linear-gradient(180deg, rgba(3, 22, 109, .4) 0, rgba(8, 27, 113, .5) 48%, #0a0767 100%);

    height: 100%;

    width: 100%;

    display: flex;

    align-items: end;

    padding-bottom: 80px;

}

.overlay-team p {

    line-height: 31px;

    margin-top: 10px;

}

.team-slider .owl-nav {

    position: absolute;

    right: 20%;

    bottom: calc(0% + 65px);

}

.burger-ic .menus.active, .footer-logo:after {

    right: 0;

}

.team-slider .owl-nav .owl-next {

    background: url('../images/Right-Arrow.svg') 0 0/100% no-repeat!important;

    height: 50px;

    width: 50px;

}

.team-slider .owl-nav .owl-prev {

    background: url('../images/Right-Arrow2.svg') 0 0/100% no-repeat!important;

    height: 50px;

    width: 50px;

}

.blog {

    background: #fafafb;

}

.blog-card {

    margin-top: 95px;

    border-radius: 10px!important;

    overflow: hidden;

    position: relative;

    background: #f4fafa;

    margin-bottom: 10px;

}

.Leadership .card img, .blg-img {

    border-radius: 8px 8px 0 0;

}

.blog-card .sb-title {

    color: var(--black);

    font-weight: 400;

    font-size: 16px;

}

.blog-card h4 {

    font-size: 18px!important;

    font-weight: 500;

}

.blog-card a {

    font-size: 16px;

}

.blog-card .card-body {

    row-gap: 30px;

}

.blog-card .card-body img {

    width: 20px;

}

.blog-card .date {

    background: #c750fd;

    padding: 10px;

    position: absolute;

    top: 0;

    left: 20px;

    display: inline-block;

}

.footer-logo:after, .footer-logo:before {

    content: '';

    width: 50%;

    background-color: rgba(255, 255, 255, .2);

    display: block;

    height: 1px;

    position: absolute;

}

.blog-card .date h4 {

    font-size: 24px!important;

    font-weight: 600;

    color: #fff;

}

.blog-card .date h4 span {

    font-size: 16px!important;

    font-weight: 200;

    color: #fff;

}

.contact p, .fom-input input {

    color: #626161;

    font-size: 18px;

}

.fom-input label {

    color: #626161;

    font-size: 14px;

}

.contact ul li {

    border-bottom: 1px solid #e3dcdc;

    padding-bottom: 40px;

    margin-top: 40px;

    display: flex;

    align-items: center;

}

.footer-address, .footer-top {

    align-items: center;

    display: flex;

}

.contact label, .contact li p {

    color: var(--black);

    font-size: 18px;

    font-weight: 500;

    /*text-transform: capitalize;*/

}

h4 {

    font-size: 32px;

    color: var(--black);

}

.contact ul li img {

    filter: brightness(0);

}

.contact h2 {

    margin-bottom: 30px;

}

.cont-box {

    border: 1px solid #eaeaea;

    padding: 40px;

    border-radius: 20px;

}

.fom-input {

    margin-bottom: 20px;

}

.fom-input input, .fom-input textarea {

    border: 0;

    border-bottom: 1px solid #eaeaea;

    padding: 15px 0;

    width: 100%;

    font-size: 18px;

    /*text-transform: capitalize;*/

    color: #aaa;

}

.fom-input input::placeholder, .fom-input textarea::placeholder {

    color: #aaa;

    font-size: 18px!important;

}

.fom-input textarea {

    resize: none;

    overflow-y: hidden;

}

.footer {

    background: url(../images/footer_bg.webp) center center/cover;

    width: 100%;

    height: auto;

}

.footer-top {

    background-color: #05374e;

    background-image: url(../images/footer_top.png);

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    width: 100%;

    justify-content: space-between;

    min-height: 100px;

}

.footer-address {

    gap: 10px;

    justify-content: center;

    margin-right: 10px;

}

.footer-top-icon {

    width: 42px;

    height: 42px;

    background-color: #fff;

    border-radius: 10px;

    display: flex;

    align-items: center;

    justify-content: center;

    min-width: 42px;

    min-height: 42px;

}

.footer-title {

    white-space: nowrap;

}

.footer-links a {

    display: flex;

    align-items: center;

    color: #fff;

    font-weight: 300;

}

.copyright-footer {

    background-color: #05374e;

    padding: 15px 0;

}

.footer-logo {

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

}

.footer-logo:before {

    left: 0;

}

.about-compnay-foot h4 {

    color: #fff;

    font-weight: 600;

    font-size: 24px!important;

    margin-bottom: 1.3rem;

}

.about-compnay-foot p {

    color: rgba(255, 255, 255, .8);

    line-height: 30px;

    margin-top: 40px;

    font-size: 16px;

    margin-right: 106px;

}

.footer-links li {

    margin-bottom: 15px;

    list-style-type: disc!important;

    margin-left: 20px;

}

.footer-links li a {

    font-size: 16px;

    font-weight: 400;

    color: #fff;

}

.footer-links li a:hover {

    color: #fff;

    opacity: 1;

}

.contact_details li {

    display: flex;

    display: flex;

    color: #d9d9d9;

    align-items: flex-start;

    gap: 20px;

    font-size: 16px;

}

hr {

    margin: 3rem 0;

    color: inherit;

    border-top: 1px solid #146268;

    opacity: 1;

}

.contact_details li .call-us {

    width: 26px;

    min-width: 26px;

}

.copyright-text, .footer-bottom a {

    color: #d9d9d9;

    font-size: .875rem;

}

.core-box h4, .media-box h4 {

    font-size: 24px!important;

}

.footer-bottom a:hover {

    color: #fff;

}

.media-box {

    margin-top: 100px;

    column-gap: 25px;

}

.media-box p {

    line-height: 30px;

    color: #626161;

    padding-right: 80px;

}

.WHO #nav-tabContent {

    background: #fff;

    border-radius: 8px;

    padding: 20px;

}

.core {

    background: var(--light);

}

.core-box, .help-box {

    background: #fff;

    margin-bottom: 30px;

}

.core h2 {

    margin-bottom: 45px;

}

.core-box {

    border-radius: 20px;

    padding: 40px;

    box-shadow: 0 5px 24px rgba(0, 0, 0, .15);

}

.core-box h4 {

    font-weight: 700;

    color: #000;

}

.core-box p {

    font-size: 18px;

    color: #626161;

}

.core-box hr {

    background: var(--commonLink);

    height: 1px;

    width: 85px;

    border: none;

}

.Leadership .card {

    margin-top: 80px;

    border-radius: 8px;

}

.Leadership .card h4 {

    font-size: 24px!important;

    font-weight: 500;

}

.service .hero-banner-text {

    position: absolute;

    z-index: 9;

    width: 100%;

    text-align: left;

    height: 100%;

    display: flex;

    align-items: flex-end;

    justify-content: flex-end;

    flex-direction: column;

    padding-bottom: 130px;

}

.help-box h4, .it h4 {

    font-size: 24px!important;

    color: #000;

    font-weight: 700;

}

.help-box {

    padding: 30px;

    border-radius: 8px;

    row-gap: 20px;

}

.help {

    background-color: #f5f7ff;

}

.help h2 {

    margin-bottom: 80px;

}

.sticky {

    position: fixed;

    top: 0;

    width: 100%}

.help-box .icon {

    height: 90px;

    width: 90px;

    background-color: #f6f8ff;

    border-radius: 50%;

    display: grid;

    place-items: center;

}

.sol-page .read-more-btn {

    background: linear-gradient(180deg, rgba(3, 22, 109, 0) 0, rgba(8, 27, 113, .5354516806722689) 48%, #0a0767 100%);

    position: absolute;

    height: 100%;

    width: 100%;

    left: 0;

    top: 0;

}

.round {

    border-radius: 8px!important;

}

.burger-ic .menus {

    position: absolute;

    right: -100%;

    top: 140px;

    background: #fff;

    box-shadow: 0 10px 10px;

    width: 250px;

    padding: 15px;

    border-radius: 20px 0 0 20px;

    height: 80vh;

}

.burger-ic .bl {

    cursor: pointer;

}





.header .navbar.sticky {

	padding: 0;

	box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3);

}

.header .navbar.sticky .comp-logo img{

    max-width: 80px;

}



.dropdown-menu.mega-menu {

	width: 800px;

}



.header .navbar .navbar-nav li .menu-box .nav-link {

	font-size: 0.875rem !important;

	text-transform: capitalize !important;

	padding: 0.5rem !important;

}



.title {

	font-size: 1rem !important;

	text-transform: uppercase;

	font-weight: 600 !important;

	width: 100%;

	display: flex;

}

.dropdown-menu li{

    display: flex;

    flex-direction: column;

    margin: 3px;

}

.dropdown-menu li a{

    width: 100%;

}



.offcanvas-header{

    padding: 10px!important;

    border-bottom: 1px solid rgba(0, 0, 0, .1);

    position: relative;

}

.img-fluid.nav-logo {

	width: 20%;

}

.btn-close {

	position: absolute;

	right: 10px !important;

	top: 30px !important;

	font-size: 24px !important;

}



.right-sidebar-scroll{

    height: calc(100vh - 7rem);

    overflow-y: auto;

}

.offcanvas.header-rightsidebar-desktop .navbar-nav {

	width: 100%;

	padding: 20px;

}



.offcanvas.header-rightsidebar-desktop .navbar-nav .nav-link {

	display: flex;

	justify-content: space-between;

}

.offcanvas.header-rightsidebar-desktop .dropdown-menu.mega-menu{

    width: 100%;

}

.contact-info {

	padding: 20px;

}



.contact-info h2 {

	margin-bottom: 20px;

}



.info-item {

	display: flex;

	align-items: flex-start;

	gap: 20px;

	justify-content: flex-start;

    margin-bottom: 15px;

}



/*---Contact Us Page start here---*/

.hero-section.contact-us-page {

	height: 300px;

	overflow: hidden;

	border-radius: 30px;

	overflow: hidden;

	width: 100%;

}

.hero-section.contact-us-page img{

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.overflow-section {

	position: absolute;

	left: 0;

	top: 0;

	background-color: rgba(28, 63, 58, 0.8);

	z-index: 9;

	width: 100%;

	height: 100%;

}



.page-heading-section {

	position: absolute;

	left: 0;

	top: 0;

	z-index: 9;

	width: 100%;

	height: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

    flex-direction: column;

}

.page-heading-section h1{

    color: var(--white);

    font-size: 4rem;

}

.breadcrumb-item a, .breadcrumb-item.active{

    color: var(--white);

}



.blog-thumb {

	width: 100%;

	height: 250px;

}



.blog-thumb .blg-img{

	width: 100%;

	height: 100%;

}



.recent-post .card.blog-card {

	display: flex;

	flex-direction: row;

    gap: 0px;

}

.recent-post .blog-thumb {

	width: 150px;

	height: 120px;

}

.recent-post .blog-thumb .blg-img {

	border-radius: 10px;

}



.recent-post .card .card-body, .blog-card .card-body {

	padding: 7px 15px !important;

}

.sb-title{

    font-size: 0.875rem;

}

.blog-card a{

    font-size: 0.875rem;

}





/*--Reponsive section start here--*/



@media screen and (min-width:360px) and (max-width:767px) {

    .title {

        padding: 0 !important;

    }

    .page-heading-section h1 {

        color: var(--white);

        font-size: 2rem;

    }

    .hero-section.contact-us-page {

        height: 230px;

        border-radius: 0;

    }

    .page-heading-section {

	    left: 10px;

	    width: 96%;

    }

    .header .navbar .offcanvas {

	max-width: 300px;

    padding: 0;

}

    .header .navbar .navbar-nav{

        gap: 0;

    }

    .header .navbar .navbar-nav li .nav-link{

        display: flex;

        justify-content: space-between;

    }

    .blog-card h4 br, .top-header {

    display: none;

}

.header .navbar .navbar-nav {

	gap: 0;

	padding: 0px;

}

.dropdown-menu.mega-menu {

	width: 100%;

}

.header .navbar .navbar-nav {

	overflow-y: auto;

	height: calc(100vh - 30rem);

}



.comp-logo {

    max-width: 52%!important;

}

.btn, .pills {

    font-size: 1rem;

}

.container-fluid {

    padding: 0;

}

.header .navbar {

	padding: 0 10px;

}

.hero-carousel .item h3 {

    font-size: 2rem;

    margin-top: 0;

}

.btn-close {

	font-size: 20px !important;

	right: 10px !important;

	top: 30px !important;

    padding: 0px !important;

}

.hero-carousel {

    background-size: cover!important;

    height: auto;

    border-radius: 0;

    overflow: hidden;

}

.hero-carousel .item {

	height: auto;

    min-height: 200px;

	background-size: cover !important;

}

.hero-carousel .item p.bg-color{

    display: none!important;

}

.hero-section .btns {

	display: none !important;

}



.read-more-btn a, .service-slider .owl-next, .service-slider .owl-prev, .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {

    height: 30px;

    width: 30px;

}

.hero-carousel .item p{

    display: none;

}

.ban-gap {

    gap: 5px;

}

.hero-carousel .owl-nav {

	top: auto;

	justify-content: center;

	bottom: 10px;

	right: 8px;

	left: auto;

	width: auto;

}

.read-more-btn a {

    padding: 6px;

}

.projects .service_thumb_video {

    padding: 20px;

}

.count-box {

    margin-top: 30px;

    border: none;

}

.our-achievment.py-60 {

    padding: 30px 0!important;

}

.Leadership .card .card-body, .blog-card .card-body {

    padding: 15px!important;

}

.founder .desc, .testimonial-carousel .text-box {

    margin-top: 0;

}

.blog .service-slider .owl-nav {

    top: -50px;

}

.about-compnay-foot p {

    margin-top: 10px;

    margin-right: 0;

}

.recent-post .blog-card h4 a, .recent-post .blog-card h4 {

	font-size: 1rem;

	line-height: 1;

    margin-bottom: 5px!important;

}

.recent-post .blog-card a{

    font-size: 0.875rem;

}

.recent-post .card .card-body, .blog-card .card-body {

	padding: 5px 15px !important;

	row-gap: 0;

}

.recent-post .blog-thumb {

	width: 130px;

	height: 80px;

}

hr {

    margin: 1rem 0;

}

.social-media-icons {

    column-gap: 15px;

    justify-content: center!important;

    margin-top: 20px;

}

.list-title-left, .rate, div#nav-tab {

    flex-direction: column;

}

.about-section h4, h3 {

	font-size: 2rem;

	margin-top: 15px;

}

.pills {

    padding: 5px 15px;

    border-radius: 30px;

}

.contact ul li, .footer {

    padding-bottom: 20px;

}

.about-img-1 {

    margin-top: 16px;

}

button.navbar-toggler.collapsed {

    border: none;

}

.hero-section {

    margin-top: 65px;

}

.hero-carousel .item p.bg-color {

    padding: 9px 18px;

}

.hero-banner-text {

    margin-top: 45px;

}

.copyright-text {

    text-align: center;

}

.hero-banner-text h1 {

    font-size: 22px!important;

}

.footer-bottom {

    padding-top: 20px;

}

.hero-banner-text p {

    font-size: 14px;

    margin-top: 10px;

    margin-bottom: 0;

}

.core h2, .founder img, .our-service h3 {

    margin-bottom: 20px;

}

h2 {

    font-size: 20px!important;

}

.btn {

    padding: 0.75rem 1.5rem;

    margin-top: 10px;

    border-radius: 5px;

}

.burger-ic .nav-item {

    opacity: 0;

    margin-left: -80px;

}

.founder {

    padding: 10px;

    border-radius: 20px;

    margin-top: 35px;

}

.founder img {

    border-radius: 14px;

}

.service-slider .owl-nav {

    top: -30px;

}

.media-body h5 {

    font-size: 1rem!important;

    margin-top: 0;

}

.Leadership .card h4, .service-title h4 {

	font-size: 1.25rem !important;

}

.contact li p {

	color: var(--black);

	font-size: 1.25rem !important;

	font-weight: 500;

	/*text-transform: capitalize;*/

}

.text-box p span {

    font-size: 0.875rem;

    font-weight: 400;

}

.service-title h4 img {

    width: 23px!important;

}

p {

    font-size: 1rem!important;

}

.founder .desc{

    font-size: 1.15rem!important;

}

.tb-heading {

    row-gap: 5px;

}

.list-title, .tb-heading a {

    font-size: 14px;

}

.tb-heading a img {

    width: 31px;

}

.text-box {

    margin-top: 110px;

}

.list-title-left {

    display: flex;

    align-items: center;

    justify-content: center;

}

.indus-tab button {

    padding: 12px!important;

    font-size: 14px;

    width: 100%;

    transition: .3s ease-in-out;

}

.indus-tab nav {

    margin-top: 20px;

    margin-bottom: 80px;

}

.tb-heading h3 {

    font-size: 20px;

}

h5 {

    font-size: 15px!important;

    margin-top: 20px;

}

.music-list-section ul li {

    flex-direction: column;

    row-gap: 20px;

}

.team-slider .item {

    height: 550px;

}

.blog-card {

    margin-top: 40px;

}

.cont-box, .fom-input.row .col-md-6:last-child {

    margin-top: 20px;

}

.blog-card h4 {

    font-size: 1.5rem!important;

    min-height: auto;

}

.blog-card h4 a {

	font-size: 1.5rem;

}



.blog-card a {

	font-size: 1rem;

}



.blog-card .card-body {

    row-gap: 10px;

}

.contact ul li {

    margin-top: 25px;

    column-gap: 15px;

}

.cont-box {

    padding: 15px;

}

.fom-input input, .fom-input textarea {

    padding: 15px 14px;

    width: 100%;

    font-size: 1rem;

}

.fom-input input::placeholder {

    font-size: 1rem!important;

}

.text-box p {

	font-size: 1.25rem !important;

}

img.quote {

	width: 30px !important;

	right: 20px;

}

.about-compnay-foot h4 {

    margin-top: 35px;

}

.hero-section.inner-page img {

    height: 150px;

    object-fit: cover;

}

.hero-section.inner-page h1 {

    margin-bottom: 50px;

}

.py-60 {

    padding-top: 30px;

    padding-bottom: 30px;

}

.core-box h4, .media-box h4 {

    font-size: 16px!important;

}

.media-box p {

    line-height: 21px;

    padding-right: 50px;

}

.media-box {

    margin-top: 40px;

    column-gap: 25px;

}

.indus-tab .nav button:first-child, .indus-tab .nav button:last-child {

    border-radius: 0!important;

}

.core-box {

    border-radius: 11px;

    padding: 20px;

    margin-bottom: 30px;

}

.Leadership .card {

    margin-top: 30px;

}

.service .hero-banner-text {

    height: 261px;

}

.help-box h4, .it h4 {

    font-size: 14px!important;

    margin-top: 30px;

}

.serivce-box {

	padding: 1rem;

}

.service-slider {

	margin-top: 20px;

}

}

@media screen and (min-width:768px) and (max-width:1023px) {

    .title {

   padding: 0 !important;

}

    .header .navbar .offcanvas {

	max-width: 300px;

    padding: 0;

}

    .container-fluid {

    padding: 0;

}

.header .navbar {

    padding: 15px;

}

.comp-logo {

    padding: 0;

    max-width: 80px;

}

.hero-carousel .item h3 {

    font-size: 30px;

    margin-top: 0;

}

.top-header-right {

    gap: 15px;

    justify-content: end;

}

.top-header .pill li {

    padding: 6px 10px;

    font-size: 11px;

}

.hero-carousel {

    background-size: cover!important;

    height: 500px;

    border-radius: 0;

    overflow: hidden;

    background-position: center!important;

}

.hero-carousel .item {

    height: 500px;

}

h4 {

    font-size: 25px;

}

.text-box .test-star {

    width: 100px!important;

}

.text-box .test-img {

    width: 50px!important;

}

.read-more-btn a, .service-slider .owl-next, .service-slider .owl-prev, .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {

    height: 30px;

    width: 30px;

}

.ban-gap {

    gap: 15px;

}

.hero-carousel .owl-nav {

    top: 80%;

    justify-content: center;

}

.read-more-btn a {

    padding: 6px;

}

.projects .service_thumb_video {

    padding: 20px;

}

.count-box {

    margin-top: 30px;

    border: none;

}

.our-achievment.py-60 {

    padding: 30px 0!important;

}

.Leadership .card .card-body, .blog-card .card-body {

    padding: 15px!important;

}

.founder .desc, .testimonial-carousel .text-box {

    margin-top: 0;

}

.blog .service-slider .owl-nav {

    top: -50px;

}

.about-compnay-foot p {

    line-height: 20px;

    margin-top: 10px;

    font-size: 14px;

    margin-right: 0;

}

hr {

    margin: 1rem 0;

}

.social-media-icons {

    column-gap: 15px;

    justify-content: center!important;

    margin-top: 20px;

}

.list-title-left, .rate, div#nav-tab {

    flex-direction: column;

}

.about-section h4, h3 {

    font-size: 25px;

    margin-top: 15px;

}

.pills {

    padding: 5px 15px;

    font-size: 11px;

    border-radius: 30px;

}

.contact ul li, .footer {

    padding-bottom: 20px;

}

.about-img-1 {

    margin-top: 50px;

}

button.navbar-toggler.collapsed {

    border: none;

}

.hero-section {

    margin-top: 65px;

}

.hero-carousel .item p.bg-color {

    padding: 15px 18px;

}

.hero-banner-text {

    margin-top: 45px;

}

.btn, h5 {

    margin-top: 0;

}

.copyright-text {

    text-align: center;

}

.hero-banner-text h1 {

    font-size: 22px!important;

}

.footer-bottom {

    padding-top: 20px;

}

.hero-banner-text p {

    font-size: 14px;

    margin-top: 10px;

    margin-bottom: 0;

}

.core h2, .founder img, .our-service h3 {

    margin-bottom: 20px;

}

h2 {

    font-size: 20px!important;

}

.btn {

    padding: .6rem 1.75rem;

    font-size: 12px;

}

.founder {

    padding: 25px;

    border-radius: 20px;

    margin-top: 35px;

}

.founder img {

    border-radius: 14px;

}

.blog-card h4 br, .top-header {

    display: none;

}

.service-slider .owl-nav {

    top: -30px;

}

.Leadership .card h4, .service-title h4 {

    font-size: 18px!important;

}

.service-title h4 img {

    width: 23px!important;

}

p {

    font-size: 12px!important;

}

.tb-heading {

    row-gap: 5px;

}

.list-title, .tb-heading a {

    font-size: 14px;

}

.tb-heading a img {

    width: 31px;

}

.text-box {

    margin-top: 110px;

}

.list-title-left {

    display: flex;

    align-items: center;

    justify-content: center;

}

.indus-tab button {

    padding: 12px!important;

    font-size: 14px;

    width: 100%;

    transition: .3s ease-in-out;

}

.indus-tab nav {

    margin-top: 20px;

    margin-bottom: 80px;

}

.tb-heading h3 {

    font-size: 20px;

}

h5 {

    font-size: 11px!important;

}

.music-list-section ul li {

    flex-direction: column;

    row-gap: 20px;

}

.team-slider .item {

    height: 550px;

}

img.quote {

    width: 35px!important;

    position: absolute;

    right: 30px;

    bottom: 30px;

}

.text-box p span {

    font-size: 12px;

    font-weight: 400;

}

.blog-card {

    margin-top: 40px;

}

.cont-box, .fom-input.row .col-md-6:last-child {

    margin-top: 20px;

}

.blog-card h4 {

    font-size: 18px!important;

    min-height: auto;

}

.blog-card .card-body {

    row-gap: 10px;

}

.contact ul li {

    margin-top: 25px;

    column-gap: 15px;

}

.cont-box {

    padding: 15px;

}

.fom-input input, .fom-input textarea {

    padding: 15px 14px;

    width: 100%;

    font-size: 13px;

}

.fom-input input::placeholder {

    font-size: 13px!important;

}

.about-compnay-foot h4 {

    margin-top: 35px;

}

.hero-section.inner-page img {

    height: 150px;

    object-fit: cover;

}

.hero-section.inner-page h1 {

    margin-bottom: 50px;

}

.py-60 {

    padding-top: 30px;

    padding-bottom: 30px;

}

.core-box h4, .media-box h4 {

    font-size: 16px!important;

}

.media-box p {

    line-height: 21px;

    padding-right: 50px;

}

.media-box {

    margin-top: 40px;

    column-gap: 25px;

}

.indus-tab .nav button:first-child, .indus-tab .nav button:last-child {

    border-radius: 0!important;

}

.core-box {

    border-radius: 11px;

    padding: 20px;

    margin-bottom: 30px;

}

.Leadership .card {

    margin-top: 30px;

}

.service .hero-banner-text {

    height: 261px;

}

.help-box h4, .it h4 {

    font-size: 14px!important;

    margin-top: 30px;

}

}

@media screen and (min-width:1024px) and (max-width:1365px) {

    .header .navbar .navbar-nav {

	gap: 0;

	padding: 10px;

}

    .comp-logo {

    max-width: 40%!important;

}

button.navbar-toggler.collapsed {

    border: none;

}

.hero-section {

    margin-top: 190px;

}

.top-header-right {

    gap: 20px;

    justify-content: end;

}

.hero-banner-text {

    margin-top: 45px;

    padding-bottom: 100px;

}

.contact ul li, .footer {

    padding-bottom: 20px;

}

.header .navbar .navbar-nav {

    gap: 10px;

}

.header .navbar .navbar-nav li a {

    font-size: 14px;

    padding: 5px;

}

.header .navbar {

    padding: 14px 0;

}

.hero-carousel {

    height: 600px;

}

.hero-carousel .item {

    height: 600px;

    padding-left: 30px;

}

.Leadership .card .card-body, .blog-card .card-body {

    padding: 15px!important;

}

.about-img-1, .blog-card {

    margin-top: 40px;

}

.cont-box, .text-box {

    margin-top: 0;

}

.founder .desc {

    margin-top: 10px;

}

.about-section h4, h3 {

    font-size: 30px;

    margin-top: 30px;

}

.hero-carousel .item h3 {

    font-size: 50px;

    color: #fff;

    font-weight: 600;

    margin-top: 0;

}

.ban-gap {

    gap: 16px;

}

.header .navbar .navbar-nav li a.btn {

    font-size: 10px;

    padding: 10px 20px;

    border-radius: 10px;

}

.hero-banner-text h1 {

    font-size: 40px!important;

}

.footer-bottom {

    padding-top: 20px;

}

.hero-banner-text p {

    font-size: 14px;

    margin-top: 10px;

    margin-bottom: 20px;

}

h2 {

    font-size: 28px!important;

}

.core h2 {

    margin-bottom: 20px;

}

.btn {

    padding: .6rem 1.75rem;

    font-size: 15px;

}

.core-box h4, .media-box h4, p {

    font-size: 16px!important;

}

.tb-heading {

    row-gap: 5px;

}

.overlay p {

    line-height: 24px;

    margin-top: 10px;

}

.tb-heading a {

    font-size: 16px;

}

.tb-heading a img {

    width: 31px;

}

.rate {

    flex-direction: column;

}

hr {

    margin: 1rem 0;

}

.list-title {

    font-size: 14px;

}

.about-compnay-foot p {

    margin-right: 0;

}

.list-title-left {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}

div#nav-tab {

    flex-direction: row;

}

.text-box p span {

    font-size: 12px;

    font-weight: 500;

}

.indus-tab button {

    padding: 12px!important;

    font-size: 14px;

    width: 14%;

    transition: .3s ease-in-out;

}

.indus-tab nav {

    margin-top: 20px;

    margin-bottom: 35px;

}

.tb-heading h3 {

    font-size: 20px;

}

h5 {

    font-size: 20px!important;

    margin-top: 20px;

}

.music-list-section ul li {

    flex-direction: row;

    row-gap: 20px;

}

.team-slider .item {

    height: 550px;

}

.blog-card h4 {

    font-size: 15px!important;

    min-height: auto;

    line-height: 20px;

}

.contact p br {

    display: none;

}

.blog-card .card-body {

    row-gap: 10px;

}

.contact ul li {

    margin-top: 25px;

    column-gap: 15px;

}

.cont-box {

    padding: 15px;

}

.fom-input input, .fom-input textarea {

    padding: 15px 14px;

    width: 100%;

    font-size: 13px;

}

.fom-input input::placeholder {

    font-size: 13px!important;

}

.fom-input {

    margin-bottom: 10px;

}

.core-box, .help h2, .help-box {

    margin-bottom: 30px;

}

.footer-links li a {

    font-size: 15px;

}

.blog-card a {

    font-size: 13px;

}

.Leadership .card h4, .about-compnay-foot h4 {

    font-size: 18px!important;

}

.blog-card a img {

    width: 24px;

}

.about-compnay-foot h4 {

    margin-top: 13px;

}

.hero-section.inner-page img {

    height: 220px;

    object-fit: cover;

}

.hero-section.inner-page h1 {

    margin-bottom: 0;

}

.py-60 {

    padding-top: 30px;

    padding-bottom: 30px;

}

.media-box p {

    line-height: 21px;

    padding-right: 0;

}

.media-box {

    margin-top: 40px;

    column-gap: 25px;

}

.indus-tab .nav button:first-child, .indus-tab .nav button:last-child {

    border-radius: 0!important;

}

.help-box h4 {

    margin-top: 10px!important;

}

.help-box {

    padding: 15px;

    row-gap: 10px;

}

.core-box {

    border-radius: 11px;

    padding: 20px;

}

.Leadership .card {

    margin-top: 30px;

}

.service .hero-banner-text {

    height: 261px;

}

.help-box h4, .it h4 {

    font-size: 19px!important;

    margin-top: 30px;

}

.about-content-text p {

    font-size: 13px!important;

}

}@media screen and (min-width:1366px) and (max-width:1600px) {

    .comp-logo {

    max-width: 40%!important;

}

button.navbar-toggler.collapsed {

    border: none;

}

.hero-section {

    margin-top: 190px;

}

.top-header-right {

    gap: 30px;

}

.hero-banner-text {

    margin-top: 45px;

    padding-bottom: 100px;

}

.contact ul li, .footer {

    padding-bottom: 20px;

}

.header .navbar .navbar-nav {

    gap: 10px;

}

.header .navbar .navbar-nav li a {

    font-size: 16px;

    padding: 5px 11px;

}

.header .navbar {

    padding: 14px 0;

}

.hero-carousel {

    height: 600px;

}

.hero-carousel .item {

    height: 600px;

    padding-left: 30px;

}

.Leadership .card .card-body, .blog-card .card-body {

    padding: 15px!important;

}

.founder .desc {

    margin-top: 10px;

}

.Leadership .card, .about-section h4, h3 {

    margin-top: 10px;

}

.text-box, h5 {

    margin-top: 0;

}

.hero-carousel .item h3 {

    font-size: 50px;

    color: #fff;

    font-weight: 600;

    margin-top: 0;

}

.ban-gap {

    gap: 16px;

}

.header .navbar .navbar-nav li a.btn {

    font-size: 14px;

    padding: 10px 20px;

    border-radius: 10px;

}

.service-title h4 {

    display: flex;

    align-items: center;

    font-size: 20px!important;

    font-weight: 500;

    color: var(--black);

    gap: 10px;

}

.hero-banner-text h1 {

    font-size: 40px!important;

}

.footer-bottom {

    padding-top: 20px;

}

.hero-banner-text p {

    font-size: 14px;

    margin-top: 10px;

    margin-bottom: 20px;

}

h2 {

    font-size: 28px!important;

}

.core h2 {

    margin-bottom: 20px;

}

.btn {

    padding: .6rem 1.75rem;

    font-size: 15px;

}

.core-box h4, .media-box h4, p {

    font-size: 16px!important;

}

.tb-heading {

    row-gap: 5px;

}

.overlay p {

    line-height: 24px;

    margin-top: 10px;

}

.tb-heading a {

    font-size: 16px;

}

.tb-heading a img {

    width: 31px;

}

.rate {

    flex-direction: column;

}

hr {

    margin: 1rem 0;

}

.list-title {

    font-size: 14px;

}

.about-compnay-foot p {

    margin-right: 0;

}

.list-title-left {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}

div#nav-tab {

    flex-direction: row;

}

.text-box p span {

    font-size: 12px;

    font-weight: 500;

}

.indus-tab button {

    padding: 12px!important;

    font-size: 14px;

    width: 14%;

    transition: .3s ease-in-out;

}

.indus-tab nav {

    margin-top: 20px;

    margin-bottom: 35px;

}

.tb-heading h3 {

    font-size: 20px;

}

h5 {

    font-size: 20px!important;

}

.music-list-section ul li {

    flex-direction: row;

    row-gap: 20px;

}

.team-slider .item {

    height: 550px;

}

.blog-card {

    margin-top: 40px;

}

.blog-card h4 {

    font-size: 15px!important;

    min-height: auto;

    line-height: 20px;

}

.contact p br {

    display: none;

}

.blog-card .card-body {

    row-gap: 10px;

}

.contact ul li {

    margin-top: 25px;

    column-gap: 15px;

}

.cont-box {

    padding: 15px;

    margin-top: 0;

}

.fom-input input, .fom-input textarea {

	padding: 8px 10px;

	width: 100%;

	font-size: 1.2rem;

	color: var(--bgdark);

}

.fom-input input::placeholder {

    font-size: 1rem!important;

}

.fom-input {

    margin-bottom: 10px;

}

.core-box, .help h2, .help-box {

    margin-bottom: 30px;

}

.footer-links li a {

    font-size: 15px;

}

.blog-card a {

    font-size: 1rem;

}

.Leadership .card h4, .about-compnay-foot h4 {

    font-size: 18px!important;

}

.blog-card a img {

    width: 24px;

}

.about-compnay-foot h4 {

    margin-top: 13px;

}

.hero-section.inner-page img {

    height: 220px;

    object-fit: cover;

}

.hero-section.inner-page h1 {

    margin-bottom: 0;

}

.py-60 {

    padding-top: 60px;

    padding-bottom: 60px;

}

.media-box p {

    line-height: 21px;

    padding-right: 0;

}

.media-box {

    margin-top: 40px;

    column-gap: 25px;

}

.indus-tab .nav button:first-child, .indus-tab .nav button:last-child {

    border-radius: 0!important;

}

.help-box h4 {

    margin-top: 10px!important;

}

.help-box {

    padding: 15px;

    row-gap: 10px;

}

.core-box {

    border-radius: 11px;

    padding: 20px;

}

.service .hero-banner-text {

    height: 261px;

}

.help-box h4, .it h4 {

    font-size: 19px!important;

    margin-top: 30px;

}

}