    @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Fira+Sans+Condensed:ital,wght@0,200;0,400;0,500;0,600;1,100;1,300;1,400;1,800&family=Livvic:ital,wght@0,400;0,500;1,300;1,400&family=Merriweather:ital,wght@0,400;0,700;1,400&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;1,200;1,300;1,400&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,800;1,300;1,400;1,500;1,600;1,700&family=Playfair+Display:wght@400;500;600&family=Poppins:ital,wght@0,200;0,400;0,600;0,700;1,400;1,500;1,600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,400;1,700;1,900&display=swap');
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Fira Sans Condensed', sans-serif;
    }
    
    body {
        background: #ffffff;
    }
    .project-list img {
        height: 400px;
        object-fit: cover;
        object-position: top;
    }
    .project-list a {
        text-align: center;
        text-decoration: none;
        color: #000;
    }
    .custom-section {
        background: linear-gradient(90deg, rgba(226,233,208,1) 0%, rgba(255,255,255,1) 50%, rgba(241,212,185,1) 100%);
        box-shadow: 0 0 2px #a5a5a5;
        margin-top: 0;
    }
    .top-header {
        background: #194a78;
        padding: 5px 0;
        margin: 0;
        width: 100%;

    }

    .top-header ul {
        display: flex;
        justify-content: end;
        margin: 0;    
        padding: 0;  
    }

    .top-header ul li {
        padding: 5px;
        list-style: none;
    }
    .top-header ul li i {
        color: #fbd185;
        font-size: 20px;
        margin-right: 5px;
    }

    .top-header ul li a {
        color: #fff;
    }
    .offer-box {
        color: #FFC107;
        display: flex;
    }
    .offer-box p {
        margin: 0;
        margin-top: 5px;
    }
    .offer-box i {
        font-size: 23px;
        padding: 5px;
    }
    video.home-ads-video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
    .navbar-main .logo {
        width: 150px;
        height: auto;
    }
    
    .navbar-menu {
        background: transparent;
    }
    
    .navbar-menu li {
        margin-right: 2rem;
    }
    
    .navbar-menu li a {
        color: #000;
        font-weight: 500;
        font-size: 1rem;
    }
    
    .navbar-menu li a:hover {
        color: #fe7f4c;
        border-color: #fff;
    }
    
    .nav-button .get-btn {
        color: #fff;
        font-size: 14px;
        line-height: 1rem;
        font-weight: 400;
        text-transform: capitalize;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: all .4s;
        z-index: 1;
        background-color: #f2563f;
        border: 1px solid rgba(0, 0, 0, 0);
        text-decoration: none;
        text-align: center;
        margin: 0px 10px;
        padding: 11px 17px;
        border-radius: 4px;
    }
    
    .nav-button .get-btn:hover {
        color: #fff;
        background-color: #f48970;
    }
    /* <!-- *********************************footer start*********************************** --> */
    .footer-logo {
        text-align: center;
    }
    .footer-div {
        padding-top: 60px;
        background: linear-gradient(90deg, rgba(226,233,208,1) 0%, rgba(255,255,255,1) 50%, rgba(241,212,185,1) 100%);
        border-top: 1px solid #f1f1f1;
    }
    
    .footer-heading h2 {
        font-size: 18px;
        color: #393939;
        margin-bottom: 10px;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        font-weight: 600;
        line-height: 4px;
        text-transform: uppercase;
    }
    
    .footer-heading .footer-logo img {
        width: 200px;
        height: auto;
    }
    
    .footer-heading ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .footer-heading ul li a {
        text-decoration: none;
        font-size: 16px;
        margin-bottom: 8px;
        color: #686868;
        padding: 0;
    }
    
    .footer-div p {
        font-size: 16px;
        color: #686868;
        text-align: center;
        letter-spacing: 0;
        line-height: 1.4em;
    }
    /* ***************************slider***************************** */
    
    .slider-section .carousel-item img {
        height: 700px;
        width: 100%;
        background-size: cover;
        box-shadow: 2px 2px 2px gray;
        filter: drop-shadow(2px 2px 2px gray);
    }
    
    .slider-section .carousel-item .custom-carosel {
        margin-bottom: 90px;
    }
    
    .slider-section .carousel-item .custom-carosel span {
        color: #fff;
        font-size: 20px;
        text-transform: capitalize !important;
        text-align: center;
        margin-top: 0;
    }
    
    .slider-section .carousel-item .custom-carosel h5 {
        font-size: 80px;
        line-height: 80px;
        color: #fff;
        font-weight: 600;
        padding-top: 10px;
        text-align: center;
    }
    
    .slider-section .carousel-item .custom-carosel p {
        color: #b9b9b9;
        margin-top: 0;
        margin-bottom: 15px;
    }
    
    .slider-section .carousel-item .custom-carosel .custom-btn {
        text-decoration: none;
    }
    
    .slider-section .carousel-item .custom-carosel .custom-btn {
        background: #f2563f;
        border-color: #f2563f;
        color: #fff;
        transition: all 0.2s ease;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        padding: 0.75rem 2rem;
        text-transform: uppercase;
        border-radius: 0.25rem !important;
        text-align: center;
        vertical-align: middle;
    }
    
    .slider-section .carousel-item .custom-carosel .custom-btn:hover {
        background: #f48970;
        color: #fff;
    }
    
    .cb-prev-button {
        left: 60px;
        color: #fff;
        width: 20px;
        border-radius: 50%;
        top: -20px;
    }
    
    .cb-next-button {
        right: 60px;
        color: #fff;
        width: 20px;
        border-radius: 50%;
        top: -20px;
    }
    /* ***********************************member card*********************************** */
    
    .main-body {
        padding: 15px;
    }
    
    .card {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    }
    
    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 0 solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
    }
    
    .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1rem;
    }
    
    .gutters-sm {
        margin-right: -8px;
        margin-left: -8px;
    }
    
    .gutters-sm>.col,
    .gutters-sm>[class*=col-] {
        padding-right: 8px;
        padding-left: 8px;
    }
    
    .mb-3,
    .my-3 {
        margin-bottom: 1rem !important;
    }
    
    .bg-gray-300 {
        background-color: #e2e8f0;
    }
    
    .h-100 {
        height: 100% !important;
    }
    
    .shadow-none {
        box-shadow: none !important;
    }
    
    .bg-white {
        background-color: #fff !important;
    }
    
    .btn-light {
        color: #1a202c;
        background-color: #fff;
        border-color: #cbd5e0;
    }
    
    .ml-2,
    .mx-2 {
        margin-left: .5rem !important;
    }
    
    .card-footer:last-child {
        border-radius: 0 0 .25rem .25rem;
    }
    
    .card-footer,
    .card-header {
        display: flex;
        align-items: center;
    }
    
    .card-footer {
        padding: .5rem 1rem;
        background-color: #fff;
        border-top: 0 solid rgba(0, 0, 0, .125);
    }
    
    .cb-select {
        padding: 15px 0;
    }
    
    .cb-select select option {
        font-size: 16px;
        color: #000;
    }
    
    .cb-select-button .get-btn {
        color: #fff;
        font-size: 14px;
        line-height: 1rem;
        font-weight: 400;
        text-transform: capitalize;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: all .4s;
        z-index: 1;
        background-color: #f2563f;
        border: 1px solid rgba(0, 0, 0, 0);
        text-decoration: none;
        text-align: center;
        margin: 0px 10px;
        padding: 10px 50px;
        border-radius: 4px;
    }
    
    .cb-select-button {
        margin-top: 15px;
    }
    
    .cb-select-button .get-btn:hover {
        background: #f48970;
        color: #fff;
    }
    
    .cb-member {
        text-align: right;
    }
    
    .cb-member a {
        font-size: 20px;
        margin-bottom: 8px;
        color: #000;
        padding: 5px 0;
        font-weight: 600;
    }
    /* **************************custom-card********************************* */
    
    .custom-card .card-body img {
        width: 100px;
        margin-top: 20px;
    }
    
    .custom-card .card-body h5 {
        font-size: 18px;
        color: #000;
        font-weight: 500;
    }
    
    .custom-card .card-body p {
        font-size: 15px;
        color: #f5f5f5;
        font-weight: 500;
    }
    
    .card-btn a {
        color: #fff;
        font-size: 14px;
        line-height: 1rem;
        font-weight: 400;
        text-transform: capitalize;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: all .4s;
        z-index: 1;
        background-color: #f2563f;
        border: 1px solid rgba(0, 0, 0, 0);
        text-decoration: none;
        text-align: center;
        margin: 0px 3px;
        padding: 7px 10px;
        border-radius: 4px;
    }
    
    .card-btn a .cb-card-icon {
        display: inline-block;
        position: relative;
        transition: all .4s;
        z-index: 1;
        background-color: #f2563f;
        border: 1px solid rgba(0, 0, 0, 0);
        text-decoration: none;
        text-align: center;
        margin: 0px 10px;
        padding: 7px 10px;
        border-radius: 4px;
    }
    
    .card-btn {
        text-align: center !important;
        margin-left: 50px;
        padding-bottom: 30px;
    }
    
    .card-btn a i {
        font-weight: 700;
        width: 24px;
        height: 18px;
        text-align: center;
        padding-top: 2px;
        color: #000 !important;
    }
    /* <!-- *********************************contact us start******************************************* --> */
    
    .cb-custom-container {
        padding: 40px 0 40px 0;
    }
    
    .cb-custom-container h2 {
        font-size: 2rem;
        padding: 0 2rem;
        color: #000;
        text-align: center;
        line-height: 1.2;
    }
    
    .cb-form {
        padding: 55px 80px;
        background: #eee;
        position: relative;
        margin-bottom: 2rem;
    }
    
    .cb-form h3 {
        color: #000;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .cb-form .cb-contact-form .form-control {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #fff !important;
        background-color: transparent;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
    }
    
    .cb-form .cb-btn {
        background: #f2563f;
        border-color: #f2563f;
        color: #fff;
        transition: all 0.2s ease;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        padding: 0.75rem 2rem;
        text-transform: uppercase;
        border-radius: 0.25rem !important;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }
    
    .cb-form .cb-btn:hover {
        background: #f48970;
        color: #fff;
    }
    
    .cb-custom-form {
        padding: 55px 80px;
        background: #279e6869;
        position: relative;
        margin-bottom: 2rem;
    }
    
    .cb-custom-form h3 {
        color: #000;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .cb-custom-form p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8;
        text-align: left;
        color: #000;
        margin-bottom: 0;
        margin-left: 25px;
    }
    
    .cb-custom-form .address p i {
        color: #000;
        position: absolute;
        left: 65px;
        padding-top: 5px;
    }
    /* ***************************about start************************** */
    
    .cb-about-section h2 {
        color: #000;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .cb-about-section p {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: #000;
    }
    
    .cb-about-custom {
        padding: 30px 0;
    }
    
    .cb-about-img img {
        width: 100%;
        height: 470px;
    }
    
    .cb-about-text h4 {
        color: #000;
        font-size: 22px;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .cb-about-text p {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        color: #000;
    }
    
    .cb-about-img1 img {
        width: 100%;
        height: 368px;
    }
    /*****************************FAQ*******************************/
    
    .cb-custom-container h2 {
        color: #000;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
    }
    
    .cb-custom-container p {
        font-size: 18px;
        font-weight: 400;
        text-align: left;
        color: #000;
    }
    
    .question-box .accordian-section .accordion-item {
        border: none;
    }
    
    .accordian-section .accordion-body p {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
        padding: 5px;
        color: #000;
        text-align: left;
        padding-left: 30px;
    }
    
    .accordian-section .accordion-button {
        background: #fff;
        color: #000;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.6;
        padding: 15px;
        border-bottom: 1px solid #ccc;
    }
    /***************************about-section***************************/
    
    .tital-text h2 {
        color: #000;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
    }
    
    .cb-list {
        list-style: none;
        margin-bottom: 0 !important;
    }
    
    .cb-list li {
        padding: 20px;
        border-right: 1px solid #efefef;
        width: 100%;
    }
    
    .cb-list li .cb-list-box {
        display: flex;
        align-items: center;
        width: 100%;
    }
    
    .cb-list li .cb-list-box .icon {
        margin: 0;
        padding: 0;
    }
    
    .cb-list li .cb-list-box .icon i {
        font-size: 30px;
        color: #f55d2c;
    }
    
    .cb-list li .cb-list-box .cb-text {
        margin-left: 20px;
    }
    
    .cb-list li .cb-list-box .cb-text h4 {
        font-size: 1.125em;
        color: #000;
    }
    
    .cb-list li .cb-list-box .cb-text p {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        margin-bottom: 0;
        line-height: 26px;
    }
    /*<!-- *******************************************section-box********************************************* -->*/
    
    .cb-section-custom img {
        width: 100%;
        height: 350px;
    }
    
    .cb-custom-tital {
        padding-top: 10px;
        margin-left: 61px;
    }
    
    .cb-custom-tital h4 {
        font-size: 24px;
        color: #000;
        margin-bottom: 10px;
        font-weight: 400;
    }
    
    .cb-custom-tital h2 {
        color: #000;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .cb-custom-tital p {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin-bottom: 0;
        line-height: 26px;
        padding-top: 15px;
    }
    
    .cb-custom-tital a {
        background: #f2563f;
        border-color: #f2563f;
        color: #fff;
        transition: all 0.2s ease;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        padding: 0.75rem 2rem;
        text-transform: uppercase;
        border-radius: 0.25rem !important;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        margin-top: 30px;
    }
    
    .cb-custom-tital a:hover {
        background: #f48970;
        color: #fff;
    }
    /*****************************************services-heading*****************************************/
    
    .services-heading h2 {
        color: #000;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .services-heading h4 {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin-bottom: 5px;
    }
    
    .cb-custom-service {
        margin-top: 20px;
    }
    
    .service-box {
        border: none;
        padding: 15px 15px;
        margin-top: 30px;
        text-align: center;
    }
    
    .service-box>a {
        text-decoration: none;
    }
    
    .service-box>a>i {
        width: 80px;
        background-color: #9ea5141a;
        height: 80px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        position: relative;
        transition: all 0.3s linear;
        color: #000;
        font-size: 30px;
    }
    
    .service-box>a>i:hover {
        background-color: #9ea5144f;
        color: #000;
    }
    
    .service-card .card-title {
        padding-bottom: 5px;
        color: #000;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }
    
    .service-card .card-text {
        font-size: 15px;
        line-height: 24px;
        color: #000;
        margin-top: 0;
        margin-bottom: 1rem;
    }
    
    .card {
        background: #f7f7f7a3;
        border: none;
    }
    
    .services-container {
        background-color: #9ea5141a;
    }
    /* ********************* term and condition*************************************** */
    
    .cb-condition>h3 {
        color: #000;
        font-size: 20px;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        text-align: left;
    }
    
    .cb-condition>p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        padding: 5px;
        color: #000;
        text-align: left;
    }
    
    .cb-condition span {
        color: #000;
        font-size: 16px;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        text-align: left;
        padding-right: 10px;
    }
    /* ******************************** volunteers **************************** */
    
    .cb-volunteer .form-group label {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 2px;
    }
    
    .cb-volunteer .form-control {
        font-size: 16px;
        color: #333;
        margin-top: 2px;
    }
    
    .select2-container .select2-selection--multiple {
        min-height: 40px;
        padding-top: 4px;
        border: 1px solid #ced4da;
    }
    
    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 4px;
        height: 38px;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-left: -8px;
        margin-top: 5px;
    }
    
    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: 5px;
    }
    
    .custom-file {
        position: relative;
        display: inline-block;
        width: 100%;
        height: calc(1.9695rem + 2px);
        margin-bottom: 0;
    }
    
    .custom-file-label {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        height: calc(1.9695rem + 2px);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #665c70;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }
    
    .custom-file-input {
        position: relative;
        z-index: 2;
        width: 100%;
        height: calc(1.9695rem + 2px);
        margin: 0;
        opacity: 0;
    }
    
    .custom-file-input:lang(en)~.custom-file-label::after {
        content: "Browse";
    }
    
    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 1.9695rem;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #665c70;
        content: "Browse";
        background-color: #eee;
        border-left: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
    }
    .copy-right {
        background: #194a78;
        color: #fff;
        padding-top: 17px;
    }

    .director-box img {width: 100%;border-radius: 15px 15px 0 0;}
    .director-box {
        background: linear-gradient(90deg, rgba(226,233,208,1) 0%, rgba(255,255,255,1) 50%, rgba(241,212,185,1) 100%);
        border-radius: 15px 15px 0 0;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    .director-box h4 {
        margin-top: 15px;
    }




/*    ********************** our team*************************/
    .cb-member{
        justify-content: center;
        margin-bottom: 55px;
        margin-top: 30px;
    }
    .cb-team-mem{
        margin: 8px;
        text-align: center;
    }
    .cb-team-mem img{
        width: 180px;
        height: 180px;
        border-radius: 50%;
        margin: 10px;
    }
    .cb-team-mem h4{
        color: #000;
        text-align: center;
        font-size: 16px;
        margin:7px;
        
    }
    .cb-team-mem p{
        color: #000;
        text-align: center;
        font-size: 14px;
        margin:7px;
        
    }
/*    ******************************gallery**********************************/
    .cb-gallery-section{
        width: 100%;
    }
    .cb-gallery-section .cb-gallery-wrap{
        padding-top: 10px;
    }
    .cb-gallery-section .cb-gallery-wrap .cb-gallery-image{
        
        margin: 0 auto;
        
        display: grid;
        grid-auto-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
    .cb-gallery-section .cb-gallery-wrap .cb-gallery-image .cb-gallery{
        position: relative;
        width: 100%;
    }
    .cb-gallery-section .cb-gallery-wrap .cb-gallery-image .cb-gallery .cb-cb-image-section{
        width: 100%;
    }
    .cb-gallery-section .cb-gallery-wrap .cb-gallery-image .cb-gallery .cb-image-section img{
        width: 100%;
        height: auto;
        border: 1px solid #ddd!important;
        padding: 5px;
        display: block;
    }
    .cb-gallery-section .cb-gallery-wrap .cb-gallery-image .cb-gallery .cb-caption{
        width: 100%;
        height: 100%;
        position: absolute;
        padding: 15px;
        top: 0;
        left: 0;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        opacity: 0;
        transition: opacity 0.30s;
    }
    .cb-gallery-section .cb-gallery-wrap .cb-gallery-image .cb-gallery .cb-caption:hover{
        opacity: 1;
    }
    .cb-gallery-section .cb-gallery-wrap .cb-gallery-image .cb-gallery .cb-caption p{
        font-size: 13px;
    }
    .cb-gallery-section .cb-gallery-wrap .cb-gallery-image .cb-gallery .cb-caption h3{
        font-size: 15px;
    }
    @media screen and (max-width:992px){
        .cb-gallery-section .cb-gallery-wrap .cb-gallery-image{
            grid-template-columns: repeat(2, 1fr);
        }
    }

@media screen and (max-width:568px){
        .cb-gallery-section .cb-gallery-wrap .cb-gallery-image{
            grid-template-columns:  1fr;
        }
    }



/*    ********************** project*************************/

    .cb-pro-text h3{
        color: #000;
        font-size: 25px;
        font-weight: 500;
        line-height: 1.2;
        margin-top:18px ;
        margin-bottom: 20px;
    }
    .cb-first-text{
        margin-top: 60px;
        margin-bottom: 0.5rem;
    }
       .slick-slide {
            height: auto;
        }
        .slider-content {
            margin-bottom: 40px;

        }

    .slider-content img {
        width: 100%;
        height: auto;
        border-radius: 5px;
        padding: 0 8px;
    }
    .slider-thumb img{
        width: 100%;
        height: 200px;
        border-radius: 5px;
        margin: 0 8px;
        object-fit: cover;
    }
    .cb-img-first {
         padding: 0 8px;
    }
    .slider.slider-thumb.slick-initialized.slick-slider {
        height: fit-content;
    }
    .cb-text-col h3{
        color: #ffc107;
        font-size: 25px;
        font-weight: 500;
        line-height: 1.2;
        margin-top:5px ;

    }
    .cb-main-grids .cb-main-speci1{
        display: flex;
        padding: 0;
        margin: 0;
        

    }
    .cb-main-grids .cb-main-speci1 li{
        
        border: 1px solid #cccccc57;
        border-radius: 30px;
        padding:  10px 15px;
        display: inline-block;
        margin-right: 15px;
        list-style: none;
    }
    
    .cb-main-grids .cb-main-speci1 li>p>span{
        color: #ffc107;
        font-size: 20px;
        font-weight: 500;
        padding: 0px 5px;
        margin: 0;
    }
    .cb-main-grids li p{
       font-size: 20px;
        font-weight: 500;
        color: #000;
        padding: 0 15px;
        margin: 0;
    }

    .cb-pro-card .card{
        background: #fff;
        border-radius: 5px ;
        overflow: hidden;
        margin: 10px;
    }
     .cb-pro-card .card img{
        width: 100%;
        height: 200px;
        
        
     }
     
     .cb-pro-card .card-body .card-title{
        font-size: 20px;
        font-weight: 500;
        color: #000;
        margin-bottom: 8px;
        text-align: left;
     }
    .cb-pro-card .card-body .card-text{
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        color: #000;
    }
    
.sidebar-contact{
    z-index: 9999;
  position:fixed;
  top:50%;
  left:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 0px 10px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
}
.sidebar-contact.active{
  left:0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:35px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
  border-radius: 5px;
  resize:none;
}
.sidebar-contact textarea{
  height:120px;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}

.sidebar-contact input[type="submit"]{
  color:#000;
  cursor:pointer;
  border:none;
  font-size:18px;
  background: linear-gradient(90deg, rgba(226, 233, 208, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(241, 212, 185, 1) 100%);
}
.toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#f00;
  top:0;
  right:-48px;
  line-height:48px;
}
.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}


@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
}
.cb-career-text h2{
    border-bottom: 6px solid rgba(226, 233, 208, 1);
    width: 60px;
    
    padding-bottom: 20px;

}
    .cb-career{
        width: 90%;
        box-shadow: 0px 0px 10px 0px rgb(173 172 172 / 0.2);
        padding: 30px ;
        border-radius: 15px;
        margin-top: 35px;
        margin-left: 60px;
    }
    .cb-career h4{
        color: #000;
        font-size: 18px;
    }
    .cb-career .cb-career-btn{
        text-align: center;
        padding: 8px 40px;
        border-radius: 10px;
        margin: 10px ;
        background: linear-gradient(90deg, rgba(226, 233, 208, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(241, 212, 185, 1) 100%);
        color:#000;
        cursor:pointer;
        border:none;
        font-size:18px;
        border: 1px solid #d1d1d1;
    }

form.postLead input {
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    margin: 5px 0;
}

form.postLead textarea {
    width: 100%;
    height: 150px;
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 16px;
}

form.postLead input[type=submit] {
    background: #f19a33;
    border: 1px solid #ce7e1f;
    color: #fff;
    padding: 10px 10px;
}

form.postLead input[type=submit]:hover {
    background: #059549;
    border: 1px solid #01833e;
}
