* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --yellow: #EEA412;
    --red: #E9151C;
    --blues: #304783;
    --black: #000;
    --white: #fff;
    --gray999: #999;
}

/* common css start  */

li {
    list-style: none;
}

a {
    text-decoration: none;
    font-size: 16px;
    color: var(--black);
}

p {
    font-size: 16px;
    color: var(--gray999);
}

img,
video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

h3 {
    font-size: 34px;
    font-weight: 700;
}

:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

input.form-control {
    border: solid 1px #ddd;
    height: 52px;
}

li {
    color: var(--gray999);
}

.goom_effect {
    overflow: hidden;
}

.goom_effect img {
    transition: 1s;
}

.goom_effect img:hover {
    transform: scale(1.1);
}

#btn_design {
    color: var(--white);
    padding: 10px 20px;
    min-width: 130px;
    border-radius: 5px;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
    background: var(--yellow);
    box-shadow: inset 2px 4px 10px 0 rgba(233, 21, 28, 20%);
}

#btn_design:hover {
    color: var(--yellow);
    background: transparent;
}

#btn_design:before,
#btn_design:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: var(--yellow);
    transition: 400ms ease all;
}

#btn_design:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

#btn_design:hover:before,
#btn_design:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

.sub_heading h6 {
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 16px;
    position: relative;
    display: inline-flex
}

.sub_heading h6::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -6px;
    left: 0;
    background: linear-gradient(to right, var(--red), var(--yellow));
}

/* .gray999_txt {
    color: var(--gray999);
} */

.row_gap {
    row-gap: 20px;
}

.border_img a {
    border: solid 1px #eee;
    display: flex;
    padding: 20px;
    border-radius: 10px;
}

.border_img a img {
    border-radius: 10px;
}

.border_card {
    padding: 20px;
    border-radius: 20px;
    border: solid 2px var(--blues);
    height: 100%;
}

.border_card ul {
    padding-left: 0;
    margin-bottom: 0;
}

.border_card ul li:not(:last-child) {
    margin-bottom: 16px;
}

.border_card ul li {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
}

.border_card ul li::before {
    left: 0;
    top: 13px;
    line-height: 0;
    font-size: 25px;
    content: "\F135";
    position: absolute;
    color: var(--yellow);
    font-family: bootstrap-icons !important;
}

.border_card .ul_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.border_card .ul_grid li {
    margin-bottom: 0 !important;
    font-size: 14px;
}



.blog_none {
    display: none;
}




/* editer css start  */

.section-mdgap-small {
    padding: 15px 0px;
}

.sectionbottom-gap-small {
    padding-bottom: 30px;
}


.section-gap-small {
    padding: 30px 0px;
}

.sectiontop-gap-small {
    padding-top: 30px;
}

.sectionbottom-gap-medium {
    padding-bottom: 50px;
}

.section-gap-medium {
    padding: 50px 0px;
}

.sectiontop-gap-medium {
    padding-top: 50px;
}

.sectionbottom-gap-large {
    padding-bottom: 70px;
}

.sectiontop-gap-large {
    padding-top: 70px;
}

.section-gap-large {
    padding: 70px 0px;
}

.subHeader {
    text-align: center;
    margin-top: 20px;
}

.breadcrumb {
    display: flex;
    justify-content: center;
}

/* editer css end  */

/* common css end */



/* header css start  */

.top_header a,
.top_header address {
    color: var(--blues);
    font-weight: 500;
    transition: 0.5s;
}

.top_header a:hover,
.top_header address :hover {
    color: var(--yellow);
}

.top_header a i,
.top_header address i {
    color: var(--yellow);
}

.header_nav {
    background-color: var(--blues);
}

.navbar-brand {
    min-width: 250px;
    width: 200px;
    padding: 0;
}

.navbar-nav .nav-link {
    color: var(--white);
    transition: 0.5s;
    font-weight: 500;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover {
    color: var(--yellow);
}

.navbar-nav .dropdown-menu {
    border: 0;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.navbar-nav .dropdown-menu li:not(:last-child) {
    border-bottom: solid 1px var(--yellow);
}

.navbar-nav .dropdown-item {
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
    padding: 8px 16px;
    color: var(--blues);
    background-color: #fff !important;
}

.navbar-nav .dropdown-item:hover {
    color: var(--yellow);
}

.navbar-toggler {
    border: 0;
}

/* Default Hamburger Icon */
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
}

/* When Navbar is Expanded (X-lg Icon) */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E");
}




/* header css end  */



/* footer css start  */


.footer {
    color: var(--white);
    padding-top: 50px;
    background-color: var(--blues);
}

.footer .row {
    row-gap: 30px;
}

.footer .footer_logo {
    width: 180px;
}

.footer p {
    color: var(--white);
}

.footer h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer ul li:not(:last-child) {
    margin-bottom: 14px;
}

.footer ul li a {
    color: var(--white);
    transition: 0.5s;
}

.footer ul li a:hover {
    color: var(--yellow);
}

.footer .social_links {
    gap: 16px;
}

.footer .social_links a {
    font-size: 14px;
    color: var(--white);
    border: solid 1px var(--white);
    width: 36px;
    height: 36px;
    transition: 0.5s;
}

.footer .social_links a:hover {
    color: var(--yellow);
    border-color: var(--yellow);
}

.footer .copyright {
    margin-top: 30px;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
}


/* footer css end  */






/* banner css start  */

.banner {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(48, 71, 131, 0.5);
}

.banner .banner_txt {
    position: relative;
    z-index: 1;
}

.banner .banner_txt h1 {
    font-size: 52px;
}

.banner .banner_txt p {
    font-size: 20px;
    color: var(--white);
}

.banner .btn_group {
    margin-top: 30px;
}

.banner .btn_group #btn_design:nth-child(1) {
    margin-right: 20px;
}


/* banner css end  */


/* after_head css start  */

.after_head .row {
    row-gap: 20px;
}

.after_head img {
    width: 60px;
    height: 60px;
    margin: auto;
    display: flex;
}

/* after_head css end  */




/* best_results css start  */

.best_results {
    margin-top: 280px;
    padding-top: 200px;
    background-color: var(--blues);
}

.best_results .video_row {
    top: -200px;
    left: 0;
}

.best_results .video_row_video {
    height: 100%;
    max-height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.best_results .video_row_video::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.best_results .play_btn {
    background-color: var(--yellow);
    width: 100px;
    height: 100px;
    color: var(--white);
    font-size: 26px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.best_results .play_btn::after,
.best_results .play_btn::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--yellow);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: button_ripple 3s infinite;
    animation: button_ripple 3s infinite;
    /* z-index: -1; */
}

@keyframes button_ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px currentColor;
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0;
    }
}

.best_results .play_btn::before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.best_results .play_btn::after {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.best_results .video_row_txt {
    padding: 50px;
    border-radius: 20px;
    background-color: var(--white);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}



/* best_results css end  */

/* about_us_home css start  */


/* about_us_home css end  */



/* facilities css start  */

.facilities .row {
    row-gap: 14px;
}

.facilities .facilities_items {
    padding: 50px 30px;
    border-radius: 20px;
    border: dashed 2px var(--gray999);
}

.facilities .facilities_items img {
    width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
}

/* facilities css end  */


/* Mision & vision css satart   */

/* .mission p,
.vision p {
    font-weight: 500;
    line-height: 30px;
} */

.vision .vision_list {
    margin-top: 30px;
}

.vision .vision_list figure {
    width: 44px;
    min-width: 44px;
    height: 44px;
}

.vision .vision_list h6 {
    font-size: 18px;
}

.vision .vision_list p {
    margin-bottom: 0;
}

.vision .vision_list .row {
    row-gap: 20px;
}

/* Mision & vision css end   */




/* teachers css start   */

.teacher_list .row {
    justify-content: center;
}

.teacher_list .col-lg-4 {
    max-width: 300px;
}

.teacher_list .teacher_item {
    position: relative;
    overflow: hidden;
}

.teacher_list .teacher_item img {
    transition: 1s;
}

.teacher_list .teacher_item:hover>img {
    transform: scale(1.1);
}

.teacher_list .teacher_item::before {
    content: "";
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(7, 61, 122, 1) 100%);
}

.teacher_list .teacher_item:hover::before {
    top: 0;
}


.teacher_list .teacher_item h5 {
    position: absolute;
    font-size: 20px;
    color: var(--white);
    bottom: -30px;
    width: calc(100% - 30px);
    left: 15px;
    transition: 0.5s;
    margin-bottom: 0;
    z-index: 2;
}

.teacher_list .teacher_item:hover h5 {
    bottom: 50px;
}

.teacher_list .teacher_item p {
    position: absolute;
    color: var(--white);
    bottom: -50px;
    left: 15px;
    transition: 0.5s;
    margin-bottom: 0;
    z-index: 2;
}

.teacher_list .teacher_item:hover p {
    bottom: 20px;
}

.teacher_list .row {
    row-gap: 20px;
}


/* teachers css end   */


/* Limitless  css start   */

.limitless .row {
    row-gap: 20px;
}

.limitless {
    padding: 90px 0;
    margin: 100px 0px;
    color: var(--white);
    background-size: cover;
    background-position: center;
}

.limitless p,
.limitless ul li {
    color: var(--white);
}

.limitless ul li i {
    color: var(--yellow);
}

.limitless .limitless_img {
    top: 50%;
    transform: translateY(-50%);
}

.cust_circule {
    gap: 10px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    overflow: hidden;
    color: var(--black);
    position: relative;
    box-shadow: 0 0 30px #00000020;
}

.cust_circule .quarter {
    position: relative;
    width: calc(50% - 5px);
    height: 50%;
    box-sizing: border-box;
}

.cust_circule .top-left {
    top: 0;
    left: 0;
    background-color: var(--white);
}

.cust_circule .top-left h4 {
    width: 60%;
    position: absolute;
    bottom: 50px;
    right: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}

.cust_circule .top-right {
    top: 0;
    right: 0;
}

.cust_circule .bottom-left {
    bottom: 0;
    left: 0;
}

.cust_circule .bottom-right {
    bottom: 0;
    right: 0;
    background-color: var(--white);
}

.cust_circule .bottom-right h4 {
    width: 60%;
    position: absolute;
    top: 70px;
    left: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}

/* Limitless  css end   */



/* blog  css start   */

.blog .blog_item .blog_img_ {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.blog .blog_item .blog_img_ img {
    transition: 1s;
}

.blog .blog_item .category_ {
    bottom: 0px;
    right: 0px;
    background: #fff;
    padding: 10px 20px;
    border-top-left-radius: 14px;
}

.blog .blog_item .category_ h6 {
    color: var(--yellow);
    transition: 0.5s;
}

.blog .blog_item .blog_txt {
    margin-top: 20px;
}

.blog .blog_item .blog_txt h5 {
    margin-bottom: 10px;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog .blog_item .blog_txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog .blog_item .blog_txt .read_m {
    color: var(--yellow);
    display: inline-flex;
}

.blog .blog_item .blog_txt .read_m i {
    transition: 0.5s;
}

.blog .blog_item:hover>.blog_txt h5 {
    color: var(--yellow);
}

.blog .blog_item:hover>.blog_img_ img {
    transform: scale(1.2);
}

.blog .blog_item:hover .blog_txt .read_m i {
    transform: translateX(10px);
}

.blog .blog_item:hover .category_ h6 {
    color: var(--red);
}


/* blog  css end   */



/* testimonials  css start   */

.testimonials_item {
    padding: 140px 20px 60px;
    text-align: center;
}

.testimonials_item .border_ {
    background-color: #C8D0DD;
    border-radius: 5px;
}

.testimonials_item .border_1,
.testimonials_item .border_2,
.testimonials_item .border_3,
.testimonials_item .border_4 {
    width: 2px;
    height: 50px;
}

.testimonials_item .border_1 {
    top: 0;
    left: 0;
}

.testimonials_item .border_2 {
    top: 0;
    right: 0;
}

.testimonials_item .border_3 {
    bottom: 0;
    left: 0;
}

.testimonials_item .border_4 {
    bottom: 0;
    right: 0;
}

.testimonials_item .border_5,
.testimonials_item .border_6,
.testimonials_item .border_7,
.testimonials_item .border_8 {
    width: 50px;
    height: 2px;
}

.testimonials_item .border_5 {
    top: 0;
    left: 0;
}

.testimonials_item .border_6 {
    top: 0;
    right: 0;
}

.testimonials_item .border_7 {
    bottom: 0;
    left: 0;
}

.testimonials_item .border_8 {
    bottom: 0;
    right: 0;
}

.testimonials_item .border_9,
.testimonials_item .border_10 {
    width: 2px;
    height: 20px;
}

.testimonials_item .border_9 {
    right: 0;
    top: 80px;
}

.testimonials_item .border_10 {
    left: 0;
    bottom: 80px;
}

.testimonials_item .border_11 {
    width: 20px;
    height: 2px;
    right: 80px;
    bottom: 0;
}

.testimonials_item .img_box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eee;
    box-shadow: 0 0 50px rgba(238, 164, 18, 0.5);
}

.testimonials_item p {
    letter-spacing: 3px;
    margin-bottom: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.testimonials_item .quote_left {
    left: -30px;
    top: 40px;
}

.testimonials_item .quote_left,
.testimonials_item .quote_right {
    font-size: 62px;
    color: var(--yellow);
}

.testimonials_item .quote_right {
    right: -30px;
    bottom: 40px;
    transform: rotate(180deg);
}

.testimonials .testimonialSlider {
    padding: 60px 20px 2px;
}


/* testimonials  css end   */


/* contact us page css start  */

.contact_banner {
    background: url(https://www.tpsbagwara.com/public/img/uploads/media/2652221741237224.png) no-repeat;
    background-size: cover !important;
    background-position: center;
    min-height: 300px;
}

.map_location iframe {
    width: 100%;
    height: 400px;
}

.contact-info-contact {
    background-color: var(--yellow);
    border-radius: 20px;
    padding: 50px;
    height: 100%;
}

.contact-info-contact h4 {
    font-size: 32px;
}

.contact-info-contact ul li:not(:last-child) {
    margin-bottom: 20px;
}

.contact-info-contact ul li address,
.contact-info-contact ul li a {
    color: var(--white);
    font-size: 18px;
}

.contact-info-contact p {
    margin-bottom: 30px;
    font-size: 18px;
}

/* contact us page css end  */


/* gallery page css start  */
.gallery_banner {
    background: url(https://www.tpsbagwara.com/public/img/uploads/media/7593161742284439.jpg);
    background-size: cover !important;
    background-position: center;
    min-height: 300px;
}

.gallery-box {
    height: 100%;
    max-height: 250px;
}

.gallery-box figure {
    margin: 0;
    height: 100%;
}

.gallery .gallery-box a {
    display: flex;
    padding: 10px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: solid 2px var(--yellow);
}

.gallery .row {
    row-gap: 20px;
}


.photo_list .row {
    row-gap: 16px;
    display: flex;
    justify-content: space-around;
}

.photo_list .col-lg-4 {
    padding: 0;
    width: 32%;
}


/* gallery page css end  */



/* Video page css end  */

.videos_ .video-box {
    background-color: #ddd;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    border: solid 2px var(--yellow);
}

.videos_ .video-box a {
    display: flex;
    padding: 10px;
    height: 100%;
    width: 100%;
}

.videos_ .row {
    row-gap: 20px;
}


/* Video page css end  */



/* Faculty Details page css start  */

.table tr:nth-child(even) {
    background-color: #ddd;
}

.table tr th {
    background-color: #ddd;
}

.table tr td {
    transition: 0.5s;
}

.table tr td:hover {
    background-color: #eee;
}


/* Faculty Details page css end  */


.tablesearch button {
    color: #fff;
}


@media (max-width:1399.80px) {

    .limitless {
        padding: 70px 0;
        margin: 70px 0px;
    }

    .cust_circule {
        width: 540px;
        height: 540px;
    }

    .cust_circule .bottom-right h4 {
        top: 60px;
        font-size: 20px;
    }

    .cust_circule .top-left h4 {
        font-size: 20px;
    }

    .facilities_items h4 {
        font-size: 22px;
    }


}

@media (max-width:1199.80px) {

    .navbar-nav .nav-link {
        font-size: 15px;
    }

    .sectiontop-gap-large {
        padding-top: 50px;
    }

    .sectionbottom-gap-large {
        padding-bottom: 50px;
    }

    .banner .banner_txt h1 {
        font-size: 42px;
    }

    .banner .banner_txt p {
        font-size: 16px;
    }


    .best_results .video_row_txt {
        padding: 30px;

    }

    .best_results {
        margin-top: 250px;
        padding-top: 180px;
    }

    .cust_circule {
        width: 450px;
        height: 450px;
    }

    .limitless {
        padding: 50px 0;
        margin: 50px 0px;
    }

    .cust_circule .top-left h4 {
        bottom: 40px;
        right: 30px;
        font-size: 16px;
    }

    .cust_circule .bottom-right h4 {
        font-size: 16px;
        top: 50px;
        left: 30px;
    }

    .blog .blog_item .blog_txt h5 {
        font-size: 18px;
    }

    .facilities_items h4 {
        font-size: 18px;
    }

    .facilities .facilities_items {
        padding: 30px 15px;
    }
}

@media (max-width:991.20px) {

    .top_header .top_header_flex {
        justify-content: center !important;
    }

    h3 {
        font-size: 30px;
    }

    .sectiontop-gap-large {
        padding-top: 40px;
    }

    .sectionbottom-gap-large {
        padding-bottom: 40px;
    }

    .banner .banner_txt h1 {
        font-size: 32px;
    }

    .banner .banner_txt p {
        font-size: 15px;
    }


    .video_row {
        position: unset !important;
    }

    .video_row .container {
        padding: 0 15px !important;
    }

    .best_results {
        margin-top: 40px;
        padding-top: 40px;
    }

    .best_results .video_row_txt {
        margin-top: 30px;
        height: unset !important;
    }


    .mission .row {
        flex-direction: column-reverse;
    }

    .limitless {
        padding: 40px 0;
        margin: 40px 0px;
    }

    .limitless .limitless_img {
        transform: unset;
        position: unset !important;
        justify-content: center;
        display: flex;
    }

    .contact-info form {
        margin-top: 30px;
    }

    .table {
        font-size: 15px;
    }

    .teacher_list .col-lg-4 {
        max-width: 50%;
    }




}

@media (max-width:767.20px) {

    .top_header {
        display: none;
    }

    h3 {
        font-size: 26px;
    }

    .sectiontop-gap-large {
        padding-top: 30px;
    }

    .sectionbottom-gap-large {
        padding-bottom: 30px;
    }

    .banner {
        height: 400px;
    }

    .banner .banner_txt h1 {
        font-size: 28px;
    }

    .sub_heading h6 {
        font-size: 16px;
    }


    .table {
        font-size: 14px;
    }

    .photo_list .col-lg-4 {
        width: 47%;
    }

    .teacher_list .col-lg-4 {
        max-width: 425px;
    }

    .best_results .play_btn {
        width: 70px;
        height: 70px;
        font-size: 20px;
    }

}

@media (max-width:576px) {
    .top_header .top_header_flex {
        justify-content: center !important;
        row-gap: 6px;
    }

    .top_header .top_header_flex div {
        width: 100%;
        justify-content: center;
    }


    .cust_circule {
        width: 370px;
        height: 370px;
    }

    .cust_circule .top-left h4 {
        bottom: 30px;
        right: 20px;
        font-size: 15px;
    }

    .cust_circule .bottom-right h4 {
        font-size: 15px;
        top: 30px;
        left: 20px;
    }

    .contact-info-contact {
        padding: 30px;
    }

    .contact-info-contact h4 {
        font-size: 26px;
    }

    .contact-info-contact p {
        font-size: 16px;
    }


    .contact-info-contact ul li address,
    .contact-info-contact ul li a {
        font-size: 16px;
    }



}