@media only screen and (max-width: 767px) {
	.talent-sec-img {
    display: block !important;
}
	section.hero_section {
    padding-top: 122px !important;
}.ready_desc {
    padding: 60px 20px 85px 20px !important;
}
	section.staff_sec .sec_content {
    grid-template-columns: 1fr;
    grid-gap: 25px !important;
}
	.benefits2_content {
    margin-right: 10px;
}
	.benefits_content .benefits_column {
    padding: 2px 8px 0px 2px !important;
}
	section.benefits2 .sec_heading h3 {
    padding-bottom: 24px;
    text-align: center;
    max-width: 800px;
    margin: auto;
    padding-top: 24px;
}
}
.my_container {
    max-width: 1177px;
    margin: auto;
}
.offcanvas-body ul#main-menu>li>a {
    color: white;
} 
.navbar-brand.custom-logo-link{
    filter: brightness(0) invert(1);

}
.sticky .navbar-brand.custom-logo-link{
    filter: brightness(1) invert(0);

}
li#menu-item-265 i{
    color:#fff;
}
.sticky .offcanvas-body ul#main-menu>li#menu-item-14>a{
    color:#000;
} 
/* ********************** styling for hero section******************************* */
section.solutions .numbers h5:hover{
	color: white;
    background: #005983;
}
section.solutions .numbers h5:nth-child(2):hover{
	color: white;
    background: #005983;
}
section.hero_section {
   padding-top: 210px;
    padding-bottom: 71px !important;
    text-align: center;
    background: #0095DB;
    padding-bottom: 19px;
    background-image: url(/wp-content/uploads/2023/08/Ellipse-15.png);
    background-repeat: no-repeat;
    background-size: 364px;
}
section.hero_section .backram {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.backram a {
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #F6F7F7;
}
.backram p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: white;
    margin: 0;
}
.sec_heading h1 {
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1px;
    color: white;
    max-width: 855px;
    margin: auto;
    padding: 24px 0 16px 0;
}
section.hero_section .sec_desc p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: white;
    margin: 0;
    padding-bottom: 40px;
}
.button_white {
    background: white;
    width: fit-content;
    margin: auto;
    padding: 10px 16px;
    border-radius: 36px;
}
.button_white a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #0095DB;
    text-decoration: none;
}






/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    section.hero_section {
        padding-top: 180px;
    }

   
}
@media only screen and (max-width:550px) {
    .sec_heading h1 {
        font-size: 40px;
    }
    section.hero_section .sec_desc p {
        font-size: 18px;
    }
 
}
@media only screen and (max-width:430px) {
    .button_white {
        width: 100%;
    }
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}

/* *************************************** styling for staff section starts from here*************************** */
section.staff_sec .my_container::before {
    content: '';
    background: #E7E7EB;
    width: 1px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 49.4%;
}
section.staff_sec .my_container {
    position: relative;
}
section.staff_sec .list_content ul {
    padding: 0;
}
section.staff_sec {
    padding: 60px 0 0px 0;
    background: linear-gradient(180deg, rgba(0,149,219,1) 45%, rgba(246,249,250,1) 45%);
}
section.staff_sec .my_container {
    background: white;
    border-radius: 24px;
    padding: 64px 65px 25px 65px;
}
section.staff_sec .sec_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.sec_heading h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
    letter-spacing: -1px;
    color: #131516;
    margin: 0;
    padding-bottom: 48px;
}
.sec_desc p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    color: #71787A;
    padding-right: 35px;
}
.list_content h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    color: #131516;
    margin: 0;
    padding-bottom: 38px;
}
.list_content .other_Services h4 {
    font-weight: 400;
    font-size: 20px;
}
.list_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.list_content ul li {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #131516;
    padding-bottom: 18px;
    list-style: none;
    background-image: url(/wp-content/uploads/2023/08/Check-Circle.png);
    background-repeat: no-repeat;
    background-position-x: -2px;
    padding-left: 34px;
    background-position-y: 2px;
}
.other_Services ul li {
    background-image: url(/wp-content/uploads/2023/08/X-Circle.png);
}


/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    section.staff_sec .sec_content {
        grid-template-columns: 1fr;
        grid-gap: 70px;
    }
    section.staff_sec .my_container::before {
        width: 0;
    }
   
}
@media only screen and (max-width:550px) {
    section.staff_sec .my_container {
        padding: 50px 20px;
    }
    .list_content {
        grid-template-columns: 1fr;
    }
	.sec_desc p{ padding-right: 0px !important; }
 
}
@media only screen and (max-width:430px) {
    .sec_heading h3 {
        font-size: 40px; text-align:center;
    }
 .current_desc {
    /* margin-top: 88px; */
    position: relative;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}

/* ***********************stlying for explore section starts from here*************************** */
.bg_gradient_exptoben {
    background: linear-gradient(180deg, rgba(246,249,250,1) 0%, rgba(246,249,250,1) 25%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
}
.box_desc ::marker {
    color: #929799;
}
.button_blue {
    background: #0095DB;
    width: fit-content;
    padding: 10px 16px;
    border-radius: 36px;
}
.button_blue a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: white;
    text-decoration: none;
}
section.exploresec {
    display: none;
    padding: 120px 0 0px 0;
    background-image: url(/wp-content/uploads/2023/08/Ellipse-21.png);
    background-repeat: no-repeat;
    background-position-x: 1099px;
    background-position-y: -277px;
}
section.exploresec .explore_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
}
section.exploresec .sec_heading h3 {
    max-width: 444px;
    padding-bottom: 0;
}
.explore_main_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 70px;
    padding-bottom: 60px;
}
.explore_main_content h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    color: #131516;
}
.explore_main_content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #71787A;
}
.explore_main_content img {
    max-width: 64px;
    padding-bottom: 42px;
}
/* section.explore {
    border-bottom: 1px solid #E7E9EA;
} */
section.explore hr {
    color: #a1a4a5;
    width: 80%;
    margin: auto;
}





/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
    .explore_main_content {
        padding-bottom: 60px;
    }
   
}
@media only screen and (max-width:780px) {
   
}
@media only screen and (max-width:650px) {
    .explore_main_content {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width:550px) {
    section.exploresec {
        padding: 80px 0 0px 0;
    }
    section.exploresec .explore_content {
        flex-direction: column;
        gap: 20px;
    }
    .explore_main_content {
        grid-gap: 50px;
    }
    
 
}
@media only screen and (max-width:430px) {
    .button_blue {
        width: 100%;
        text-align: center;
    }   
 
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}






/* ********************* styling for benefits sections starts from here************************* */
section.benefits .sec_heading {
    text-align: center;
    max-width: 800px;
    margin: auto;
}
section.benefits {
    padding: 50px 20px;
}
.benefits_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.benefits_content h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    color: #131516;
    margin: 0;
    padding-bottom: 24px;
}
.benefits_content .benefits_column {
    padding: 32px 32px 56px 32px;
}
.benefits_column:hover {
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 149, 219, 0.10) 0%, rgba(0, 149, 219, 0.00) 100%);
}
.benefits_content img {
    padding-bottom: 32px;
}
.benefits_content p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    color: #71787A;
}





/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
    section.benefits {
        padding: 60px 0;
    }
    .benefits_content .benefits_column {
        padding: 32px 28px 50px 28px;
    }
   
}
@media only screen and (max-width:780px) {
    .benefits_content {
        grid-template-columns: 1fr 1fr;
    }
   
}
@media only screen and (max-width:650px) {
    .benefits_content {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
 
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}









/* *********************stlying for benefit2 section starts from here*********************** */

section.benefits2 {
    background: linear-gradient(180deg, #ffffff 75%, rgba(0,149,219,1) 75%);
    padding-top: 0px;    margin-top: 87px;
}
section.benefits2 .sec_heading h3 {
    padding-bottom: 74px;
    text-align: center;
    max-width: 800px;
    margin: auto;
}
section.benefits2 .button_blue {
    margin: auto;
    margin-bottom: 56px;
}
.benefits2_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    padding-bottom: 20px;
}
.benefits2_content h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    color: #131516;
}
.benefits2_content a {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    color: #0095DB;
    text-decoration: none;
}
.benefits2_content .box_desc {
    padding: 24px;
    border-radius: 0 0 24px 24px;
    background: white;
}
.benefits2_column>img {
    border-radius: 24px 24px 0 0;
    height:240px; 
    width:100%;
    object-fit: cover;
    object-position: top;
}
.benefits2_content .box_desc {
    padding: 24px;
    border-radius: 0 0 24px 24px;
    border: 1px solid #E7E9EA;
}
.benefits2_content .ctn_exp {
    display: flex;
    gap: 5px;
}








/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
   
}
@media only screen and (max-width:650px) {
    .benefits2_content .box_desc {
        width: 380px;
    }
    .benefits2_content {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
 
}

@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}


.services .img_column img {
    width: 100% !important;
    height: 358px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
	margin-top: auo;
}

/* ****************stlying for services starts from here******************* */

section.services {
    padding: 80px 0 0px 0;
    background: #0095db;
    background-image: url(/wp-content/uploads/2023/08/Ellipse-20.png);
    background-repeat: no-repeat;
    background-position-y: 145px;
}
section.services .sec_heading h3 {
    max-width: 800px;
    margin: auto;
    text-align: center;
    color: white;
    padding-bottom: 80px;
}
.services_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 160px;
    padding-bottom: 80px;
}
.content_column h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #005983;
    background: #90DBED;
    max-width: 61px;
    padding: 15px;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 24px;
}
.services_content h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    color: #CCEAF8;
}
.services_content h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
    color: white;
    margin-bottom: 24px;
}
.services_content .button_white {
    margin: 0;
}
.button_trans a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: white;
    text-decoration: none;
}
.button_trans {
    max-width: fit-content;
    padding: 10px 16px;
    border-radius: 36px;
    border: 1px solid #66BFE9;
}
.btn_wrp {
    display: flex;
    gap: 12px;
}
.services_content .button_white:hover {
    background: #253662;
}
.button_white:hover a {
    color: white;
}
.button_white:hover {
    background: #253662;
}
.button_trans:hover {
    background: #66bfe9;
}




/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
    .services_content {
        grid-gap: 120px;
    }
   
}
@media only screen and (max-width:780px) {
    .services_content {
        grid-gap: 70px;
    }
   
}
@media only screen and (max-width:650px) {
    .services_content {
        grid-template-columns: 1fr;
    }
    .services_content.dis_flx {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    .services_content .button_white {
        width: fit-content;
    }
 
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}







/* ************************* styling for experience section starts from here********************** */
.experience_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.experience_content .right_column img {
    height: 100%;
}
section.experience .left_column {
    padding: 79px;
}
.experience_content h2 {
    padding: 36px 0 16px 0;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    color: #131516;
    margin: 0;
}
.experience_content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #71787A;
}
.experience_content .card {
    border: 0;
    display: flex;
    flex-direction: revert;
    gap: 12px;
    padding: 27px 0 60px 0;
}
.card .card_desc h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    margin: 0;
}
.card .card_desc p {
    font-size: 14px;
} 
section.experience {
    background: linear-gradient(180deg, rgba(0,149,219,1) 59%, rgba(246,249,250,1) 55%);
}
section.experience .my_container {
    background: white;
    padding: 0px;
    border-radius: 24px;
}




/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
    section.experience .left_column {
        padding: 70px;
        
    }
    .experience_content .card {
        padding: 20px 0 40px 0;
    }
}
@media only screen and (max-width:780px) {
    .experience_content .right_column img {
        height: auto;
    }
    .right_column {
        display: flex;
        align-items: center;
    }
    section.experience .left_column {
        padding: 70px 20px;
    }
   
}
@media only screen and (max-width:650px) {
    .experience_content {
        grid-template-columns: 1fr;
    }
    .experience_content .right_column img {
        width: 100%;
    }
}
@media only screen and (max-width:550px) {
    section.experience .left_column {
        padding: 50px 20px;
    }
 
}
@media only screen and (max-width:430px) {
 
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}


/* *********************** styling for logo slider section************************* */
section.lgo_slider {
    padding: 95px 0 155px 0;
    background: linear-gradient(180deg, rgba(246,249,250,1) 38%, rgba(246,249,250,1) 38%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
}




/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
    section.lgo_slider {
        padding: 80px 0 120px 0;
        background: linear-gradient(180deg, rgba(246,249,250,1) 38%, rgba(246,249,250,1) 38%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
    }
   
}
@media only screen and (max-width:780px) {
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}





/* *************************styling for solutions section starts from here********** */
section.solutions .sec_heading h3 {
    text-align: center;
    max-width: 538px;
    margin: auto;
    padding-bottom: 80px;
}
section.solutions .numbers {
    display: flex;
    justify-content: space-around;
}
section.solutions .numbers h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #005983;
    background: #90DBED;
    max-width: 61px;
    padding: 15px;
    border-radius: 100px;
    text-align: center;
    margin: 0;
    width: 100%;
    z-index: 10;
}
section.solutions .numbers h5:nth-child(2) {
    /* color: white;
    background: #2B3C73; */
}

section.solutions hr {
    color: #a1a4a5;
    width: 65%;
    margin: auto;
    margin-bottom: -28px;
}
section.solutions .solutions_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
   padding-bottom: 5%;
}
.solutions_content .solutions_column {
    padding: 32px 20px;
    text-align: center;
    border: 1px solid #E7E9EA;
    border-radius: 12px;
    background: white;
}
.solutions_content h4 {
    font-weight: 600;
    line-height: 140%;
    font-size: 20px;
    color: #131516;
    margin: 0;
    padding-bottom: 16px;
}
.solutions_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #71787A;
}
section.solutions {
    background: linear-gradient(180deg, rgba(255,255,255,1) 75%, rgba(246,249,250,1) 75%);
    padding:7% 0 3% 0;
}
section.solutions .numbers {
    padding-bottom: 30px;
}



/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    section.solutions .solutions_content {
        grid-template-columns: 1fr 1fr;
    }
   
}
@media only screen and (max-width:650px) {
    section.solutions .solutions_content {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
 
}

@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}











/* *********************** ready section styling starts from here***************** */
section.ready {
    padding: 147px 0 100px 0;
    background: #F8F9F9;
}
section.ready .my_container {
    padding: 0;
}
.ready_content {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    background: #0095DB;
    border-radius: 20px;
    border: 1px solid #0095DB;
    background-image: url(/wp-content/uploads/2023/08/Deco-Logo.png);
    background-repeat: no-repeat;
}
.ready_desc {
    padding: 80px 135px 58px 60px;
}
.ready_content .btn_blue {
    background: #2B3C73;
    max-width: fit-content;
    padding: 12px 16px;
    border-radius: 36px;
}
.ready_content .btn_blue a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.ready_desc .sec_heading h3 {
    padding-bottom: 16px;
    color: white;
}
.ready_content .btn_blue {
    background: #2B3C73;
}
.ready_desc .sec_desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: white;
    padding-bottom: 43px;
}
.g_asistant {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 12px;
    position: absolute;
    top: 152px;
    left: -47px;
    background: white;
}
.ready_img img {
    margin-top: -111px;
}
.g_asistant img {
    margin: 0;
}
.g_asistant p {
    margin: 0;
    color: #50585B;
    font-size: 20px;
    font-weight: 400;
}
.ready_img {
    position: relative;
    text-align: right;
}
img.main_img {
    width: 613px;
}


/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
    img.main_img {
        margin-top: -64px;
    }
    .ready_desc {
        padding: 60px 135px 60px 60px;
    }
    .ready_content {
        grid-template-columns: 1fr 1fr;
    }
   
}
@media only screen and (max-width:780px) {
    .ready_content {
        grid-template-columns: 1fr;
    }
    .g_asistant {
        top: 244px;
        left: 49px;
    }
    .ready_desc {
        padding: 60px 20px 60px 20px;
    }
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    .ready_content .btn_blue {
        max-width: 100%;
        text-align: center;
    }
    .g_asistant {
        top: 119px;
        left: 82px;
    }
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}






/* ******************stlying for blog secton starts from here******************* */
section.blog {
    padding: 140px 0;
    background: linear-gradient(180deg, rgba(248,249,249,1) 0%, rgba(248,249,249,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
}
section.blog .sec_heading h3 {
    padding-bottom: 60px;
}
section.blog .blog_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.catg {
    display: flex;
}
.blog_content .box_desc {
    padding: 24px 22px;
}
.blog_content .box_desc p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    color: #33AAE2;
}
.blog_content .box_desc ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    color: #929799;
}
.blog_content .sec_heading h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    color: #131516;
    margin: 0;
    padding-bottom: 24px
}
section.blog .button_navy {
    padding: 8px 10px;
    border-radius: 36px;
    background: #2B3C73;
    width: fit-content;
}
section.blog .button_navy a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    color: white;
    text-decoration: none;
}
section.blog .column1 {
    border: 1px solid #E7E9EA;
    border-radius: 12px;
}
section.blog .column2 {
    border: 1px solid #E7E9EA;
    border-radius: 12px;
}
section.blog .column3 {
    border: 1px solid #E7E9EA;
    border-radius: 12px;
}



/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    .catg {
        display: flex;
        flex-direction: column;
    }
    .catg ul {
        padding: 0;
        padding-left: 16px;
    }
    .blog_content .box_desc p {
        margin: 0;
    }
   
}
@media only screen and (max-width:650px) {
    section.blog .blog_content {
        grid-template-columns: 1fr;
    }
    .blog_content .box_desc {
        padding: 24px 10px;
    }
    section.blog .column1 {
        width: 372px;
    }
    section.blog .column2 {
        width: 372px;
    }
    section.blog .column3 {
        width: 372px;
    }
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    section.blog .button_navy {
        width: 100%;
        text-align: center;
    }
 
}

@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}