/*----------------------------------------
[Master Stylesheet]

Project:	Axmint 
Version:	Latest
 
----------------------------------------*/

/*
[Table of contents]

1. Fonts
2. root variable
3. Common styles
4. header area styles 
5. Responcive
 

*/
/*==============================
	Fonts
==============================*/
@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*==============================
	root variable
==============================*/

:root {
    --white: #ffffff;
    --black: #000000;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #ef42ae;
    --blue_color: #021A70;  
    --poppi_font:"Poppins", sans-serif;
}

/*==============================
	Common styles
==============================*/

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

div {
    transition: all ease 0.5s;
}

body {
    font-family: var(--poppi_font);
    background-color: var(--white);
    width: 100%;
    height: 100%;
    color: var(--white) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    font-weight: 500;
}

html,
body {
    overflow-x: hidden !important;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #021A70;
    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #d6292960;
    background-color: #021A70;
}

p {
    margin-bottom: 0px;
}

.offer_bx{
    background-color: #021A70;
    padding: 17px 24px;
}
.offer_area_inner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer_area_inner h2
{
      font-size: 16px;
      font-weight: 400;
      color: white;
      margin-bottom: 0;
}

.offer_area_inner h2 button{
    background-color: transparent;
    border: 0;
    color: white;
    text-decoration: underline;
    font-weight: 600;
}
.header_enq_button{
cursor: pointer;
}


.nav-link{
    font-size: 16px;
    color: #393939;
}

.nav-item{
     display: flex;
     align-items: center;
    padding: 0 20px;
}

.header_enq_button{
    background-color: var(--blue_color);
    color: var(--white);
    padding: 10px 36px  !important;
    border-radius: 100px;
    text-transform: capitalize;
    cursor: pointer;
}


.header_enq_button:hover{
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    background-color: var(--blue_color);
    animation: pulse512 1.5s infinite;
    color: var(--white);
}


@keyframes pulse512 {
    0% {
        box-shadow: 0 0 #021a70ae;
    }
    70% {
        box-shadow: 0 0 0 5px #021a7054;
    }
    100% {
        box-shadow: 0 0 #021a7026;
    }
}

nav{
    padding: 20px 0 5px !important;
}

nav>.container{
    border-bottom: 1px solid #C4C4C4;
    padding: 0;

    padding-bottom: 16px;
}


h1,h2,h3,h4,h5,h6,span,p{
    color: black;
}

.hero_area{
    padding: 60px 0;
}


.hero_area_inner>span{
      font-size: 16px;
      color: var(--blue_color);
      position: relative;
      display: flex;
      width: fit-content;
      align-items: center;
}

.hero_area_inner>span::before{
    position: absolute;
    left:110% ;
    content: '';
    width: 136px;
    height: 2px;
    background-color: var(--blue_color);
    border-radius: 100px;
}


.hero_area_inner>h1{
    margin-top: 27px;
    font-size: 48px;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 27px;
}


.hero_area_inner>h1 span{
    color: var(--blue_color);
}

.hero_area_inner>p{
    color: #6C6C6C;
    font-size: 18px;
    width: 100%;
    max-width: 550px;
    font-weight: 400;
}
.hero_area_inner>.buttons{
    display: flex;
    align-items: center;
    gap: 10PX;
    margin-top: 20px !important;
}

.commen_btn{
    font-size: 16px;
    color: var(--white);
    border: 0;
    background-color: var(--blue_color);
    padding: 18px 34px;
    border-radius: 16px;
    font-weight: 600;
    text-transform: capitalize;

    transition: all ease 0.5s;
}

.commen_btn:hover{
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    background-color: var(--blue_color);
    animation: pulse512 1.5s infinite;
}

  
.border_btn{
    font-size: 16px;
    color: var(--white);
    border: 0;
    background-color: transparent;
    padding: 18px 34px;
    border-radius: 16px;
    border: 1px solid var(--blue_color);
    color: var(--blue_color);
    font-weight: 600;
    transition: all ease 0.5s;
    text-transform: capitalize;
}
.border_btn a{
    text-decoration: none;
    color: var(--blue_color);
}

.border_btn:hover{
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    background-color: var(--blue_color);
    animation: pulse512 1.5s infinite;
    background-color: var(--blue_color);
    color: white;
}
.border_btn:hover a{
    color: white;
}
.hero_area_inner_1{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero_area_inner_1::before{
    background-color: #C4CCE8;
    content: '';
    width: 100%;
    max-width: 400.43px;
    height: 100%;
    max-height: 400.43px;
    position: absolute;
    border-radius: 100%;
    z-index: 1;
}
.hero_area_inner_1::after{
    background-color: #EDEFF5;
    content: '';
    width: 100%;
    max-width: 480px;
    height: 100%;
    max-height: 480px;
    position: absolute;
    border-radius: 100%;

}
.hero_area_inner_1 .image{
    position: relative;
    z-index: 2;
    width: 348.48px;
    height: 471.43px;
}
.hero_area_inner_1 .po_imgs{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.hero_area_inner_1 .po_im1{
    position: absolute;
    width: 61.46px;
    left: 160px;
    top: 100px;
}
.hero_area_inner_1 .po_im2{
    position: absolute;
    width: 82.22px;
    right: 160px;
    top:50px;
}
.hero_area_inner_1 .po_im3{
    position: absolute;
    width: 52.22px;
    right: 140px;
    bottom: 157px;
}
.hero_area_inner_1 .po_im4{
    position: absolute;
    width: 192.34px;
    height: 115.92px;
    left: 30px;
    bottom: 20px;
    object-fit: none;
}

.navbar-toggler>span {
    width: 35px;
    height: 3px;
    background-color: #000;
    margin: 10px 0;
    display: flex;
    transition: all ease 0.5s;
}

.navbar-toggler>span:nth-child(2) {
    width: 20px;
}

.navbar-toggler {
    width: 60px;

}


.navbar-toggler[aria-expanded="true"]>span {
    margin: 5px 0;


}

.navbar-toggler[aria-expanded="false"] {}

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
}


.navbar.white .navbar-toggler>span {
    background-color: var(--white-color) !important;
}

.exxpre_area {
    background-color: #0166FF;
    padding: 64px 0;
}

.exxpre_area_bx{
    display: flex;
    align-items: center;
    gap: 30px;
}

.exxpre_area_bx .content>h3{
    color: white;
    font-size: 20px;
    margin-bottom: 0;
}

.exxpre_area_bx .content>p{
    color: #F1F1F1;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.purches_os_area{
    padding: 60px 0;
}

.purches_os_area_inner h2{
    font-size: 36px;
    font-weight: 600;
    width: 90%;
    line-height: 160%;
}

.purches_os_area_inner p{
    color: #6C6C6C;
    width:80%;
    font-weight: 400;
}
.purches_os_area_inner a{
    display: flex;
    width: fit-content;
    text-decoration: none;
    padding: 16px 50px;
    margin-top: 48px;
}

.purches_os_area_inner1{
    display: flex;
    justify-content: center;
}
.purches_os_area_inner1 img{
    width: 100%;
    max-width: 557px;
    height: 100%;
}

.course_area{
    padding: 60px 0;
}
.commen_bx_headd h2{
    font-size: 30px;
    line-height: 125%;
      font-weight: 600;
      display: flex;
      justify-content: center;
      text-transform: capitalize;
}
.commen_bx_headd p{
    color: #6A6B6C;
    font-size: 16px;
    width: 100%;
    max-width: 628px;
    margin: auto;
    text-align: center;
    font-weight: 400;
}


.swiper {
    width: 100%;
    height: 100%;
  }

 

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }

  .course_bx{
    border: 1px solid rgba(0, 0, 0, 0.173);
   border-radius: 20px; 
   width: 100%;
}
.course_bx .image{
    position: relative;
  width: 100%;
  height: 100%; 
  border-radius: 20px; 
  overflow: hidden;
}

.course_bx .image img{ 
    width: 100%;
    height: 330px; 
}
.course_bx .content{
    padding: 24px 20px;
}
.course_bx .content h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.course_bx .content ul li img{
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.course_bx .content ul li{
    list-style: none;
}
.course_bx .content ul{
    margin-left: 0;
    padding-left: 0;
    display: grid;
    width: 100%;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}
.course_bx .content ul li{
    display: flex;
    align-items: center;
    color:#080505;
    font-size: 14px;
    font-weight: 500;
    gap: 10px;
    overflow: hidden;
}
.course_bx .content ul li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
    max-width: 100%;
}
.course_bx .content a.commen_btn{
    display: flex
    ;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        padding: 16px;
}
.what_we_area{
    padding: 60px 0;
}

.what_we_area_inner1 h2{
    font-size: 36px;
    color: #393939;
    font-weight: 500;
}
.what_we_area_inner1 h2 span{
    color: var(--blue_color);
}
.what_we_area_inner img{
    width: 100%;
    height: 100%;
}
.what_we_area_inner1>p{
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 500;
}

.what_we_area_inner1 ul{
    padding-left: 0;
    margin-top: 32px;
}
.what_we_area_inner1 ul li{
    border: 1px solid rgba(0, 0, 0, 0.271);
    padding:18px  15px;
    border-radius: 20px;
    display: flex;
    align-items: self-start;
    gap: 15px;
    margin-bottom: 24px;
}
.what_we_area_inner1 ul li>span{
    padding: 15px;
    background-color: #041B6F;
    border-radius: 10px;
    width: 43.33px;
    height: 43.33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.what_we_area_inner1 ul li h3{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.what_we_area_inner1 ul li p{
    font-size: 14px;
    color: #8D8D8D;
}
.what_we_area_inner1 ul li p button{
    background-color: transparent;
    border: 0;
    color: var(--blue_color);
}

.clint_say_area{
    padding: 60px 0;
}


.clint_rev_bx{
    border: 1px solid rgba(0, 0, 0, 0.155);
    padding: 45px 20px;
    border-radius: 20px;
}
.clint_rev_bx h3{
    font-size: 27px;
    margin-bottom: 20px;
}
.clint_rev_bx>img{
    width: 15px;
    margin-bottom: 22px;
}
.clint_rev_bx>p{
    color: #534D5E;
    font-size: 18px;
    font-weight: 400;
}
.clint_rev_bx>.content .review_profile{
    width: 61px;
    height: 61px;
    object-fit: cover;
    border-radius: 100px;
    border: 2px solid var(--blue_color);
}
.clint_rev_bx>.content{
    padding: 20px 0;
    border-top: 1px solid #B1B3B6;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.clint_rev_bx>.content>.content2 h4{
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #534D5E;
}
.clint_rev_bx>.content>.content2>.stars{
    display: flex;
    align-items: center;
    gap: 2px;
}
.clint_rev_bx>.content>.content2>.stars i{
    color: #F1C40F;
}

.clint_say_area_inner{
    margin-top: 40px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    top: 95% !important;
}
.clint_say_area_inner .swiper{
    padding-bottom: 40px !important;
}
.swiper-pagination-bullet{
    opacity: 1 !important;
    width: 15px;
    height: 15px;
    background-color: #F8F2F2;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #041B6F;
 }
 
 .team_area{
    padding: 60px 0;
 }
.team_bx{
    text-align: center;
    cursor: pointer;
    transition: all ease 0.5s;
}
 .team_bx img{
    width: 204px;
    height: 204px;
    border-radius: 100px;
    object-fit: cover;
    border: 1px solid #7b7b7d;
 }
 .team_bx h3{
    font-size: 23px;
    color: #10152E;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
 }
 .team_bx p{
    color:#10152ec3 ;
    font-size: 16px;
    font-weight: 400;
 }
 
 .team_bx:hover{
    background: #fbfbfb;
    text-align: center;
    padding: 28px 15px;
    border-radius: 20px;
 }

.hiring_area_inner1{
    --gap: 0em;
    display: flex
;
    overflow: hidden;
    overflow-x: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    gap: var(--gap);
    /* -webkit-mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0)); */
    mask-image: linear-gradient(to right, #0000, #000 20%, #000 80%, #0000);
    white-space: nowrap;
    justify-content: right;
}

.hiring_area_inner1_inn{
    --gap: 0em;
    gap: 35px;
    display: flex
;
    align-items: center;
    justify-content: space-around;
    min-width: 100%;
    animation: slidecate 20s infinitelinear;
    padding: 0;
    animation: slidecate 20s infinite linear !important;
    padding: 0px 0 1px;
}
.hiring_area_inner1_inn.secound{
    animation: slidecate1 20s infinite linear !important;
}

@keyframes slidecate1 {
    0% {
        transform: translate(-50%);
    }
    100% {
        transform: translate(0);
    }
}
@keyframes slidecate {
    0% {
        transform: translate(0);
    }
    
    100% {
        transform: translate(-50%);
    }
}

.hir_bxx_1{
    background-color: #fff;
    width: 181px;
    border: 1px solid #E6BCF4;
    padding: 7px 20px;
    border-radius: 57px;
    flex-shrink: 0;
    display: flex
;
    align-items: center;
    justify-content: space-around;
    gap: 8px;
}
.hir_bxx_1>img{
    width: 70%;
    height: 70%;
    object-fit: contain;
}




.hiring_area_inner1{
    margin-bottom: 25px;
}

.hiring_area{
    padding: 60px 0;
}
.looking_pro_area{
    padding: 60px 0;
    background-color: #F9FAFB;
}
.looking_pro_area_inner h2{
    font-size: 36px;
    font-weight: 500;
    color: #07152F;
    margin-bottom: 7px;
}
.looking_pro_area_inner p{
    color:#10152ec3 ;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}
.looking_pro_area_inner h3{
    font-size: 20px;
    font-weight: 600;
    color: #07152F;
    margin-bottom: 7px;
}
.looking_pro_area_inner ul{
    padding-left: 0;
    margin-top: 10px;
}
.looking_pro_area_inner ul li{
    list-style: none;
    color: black;
    margin-bottom: 14px;
    font-family: "Fustat", sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.looking_pro_area_inner ul li i{
    color: #00C40F;
    font-size: 19px;
}
.looking_pro_area_inner .commen_btn{
    text-transform: capitalize;
    padding: 13px 48px;
    margin-top: 17px;
    border-radius: 10px;
}

.looking_pro_inner2 img{
    width: 100%;
    height: 100%;
    padding-left: 40px;
}
.looking_pro_inner2{
    position: relative;
}
.looking_pro_inner2  .content_bbx{
    position: absolute;
    background-color: #041B6F;
    padding: 20px;
    width: 100%;
    max-width: 178px;
    top: 150px;
    border-radius: 10px;
}
.looking_pro_inner2  .content_bbx h5{
    color: white;
    font-size: 22px;

}
.looking_pro_inner2  .content_bbx img{
    width: 40px;
    margin-bottom: 10px;
    padding-left: 0;
}
.how_work_area{
    padding: 60px 0;
}
.how_work_area_inner h2{
    font-size: 36px;
    color: #393939;
    font-weight: 500;
}

.how_work_area_inner h2 span{
    color: var(--blue_color);
}
.how_work_area_inner p{
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 500;
}





.how_work_area_inner ul{
    padding-left: 0;
    margin-top: 32px;
}
.how_work_area_inner ul li{
    border: 1px solid rgba(0, 0, 0, 0.271);
    padding:18px  15px;
    border-radius: 20px;
    display: flex;
    align-items: self-start;
    gap: 15px;
    margin-bottom: 24px;
}
.how_work_area_inner ul li>span{
    padding: 15px;
    background-color: #041B6F;
    border-radius: 100px;
    width: 43.33px;
    height: 43.33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.how_work_area_inner ul li h3{
    font-size: 16px;
    font-weight: 500;
    color: var(--blue_color);
    margin-bottom: 0;
}
.how_work_area_inner ul li p{
    font-size: 14px;
    color: #8D8D8D;
}
.how_work_area_inner ul li p button{
    background-color: transparent;
    border: 0;
    color: var(--blue_color);
}

.how_work_area_inner2 img{
    width: 100%;
}



.certifi_area{
    padding: 60px 0;
}

.certifi_area_inner{
    background-color: #F9FAFB;
    padding: 70px 80px;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.certifi_area_inner ul{
    padding-left: 0;
}
.certifi_area_inner ul li{
    list-style: auto;
    color: var(--black);
    font-size: 22px;
    margin-bottom: 15px;
}


.certify_iimmg1{
    position: absolute;
    /* top: 0; */
    right: 0;
    width: 100%;
    max-width: 455px;
    height: 455px;
    /* border: 1px solid black; */
    border-radius: 30px;
}

.blog_area{
    padding:90px 0 60px 0;
}

.blog_bx{
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.149);
}

.blog_bx .image{
    width: 100%;
    border-radius: 20px 20px 0 0 ;
    height: 100%;
    overflow: hidden;
}
.blog_bx .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_bx .content{
    padding: 25px;
}
.blog_bx .content ul{
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog_bx .content ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--black);
}
.blog_bx .content h3{
    font-size: 17px;
    color: #171717;
    font-weight: 700;
    line-height: 30px;
}


.upcoming_area{
    padding: 60px 0 0;
    background-color: #FDFCFC;
}
.upcoming_area_row{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.upcoming_area_fl_bx{
    flex: 30% 0 0   ;
}
.upcource_bx_1{
    background-color: white;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.upcource_bx_1 h3{
    font-size: 20px;
    border-bottom: 1px dashed #E1E2E3;
    padding-bottom: 20px;
}
.upcource_bx_1_inner{
    display: flex;
    align-items: center;
    gap: 20px;
}
.upcource_bx_1_inner .bx_1 span{
    font-size: 16px;
    color: black;
    width: 60px;
    display: flex;
    font-weight: 600;
}
.upcource_bx_1_inner .bx_2 h4{
    font-size: 16px;
    margin-bottom: 0;
}
.upcource_bx_1_inner .bx_2 p{
    color: #6A6F73;
    font-weight: 400;
    font-size: 15px;
}

.upcource_bx_1_inner{
    padding-top: 21px;
    padding-bottom: 21px;
    border-bottom: 1px dashed #E1E2E3;

}

footer{
    background-color: var(--blue_color); 
    padding: 100px 0 0;
}

.footer_inn1 p{
    color: #E2E2E2;
    font-size: 15px;
    font-weight: 400;
    margin-top: 20px;
}

.footer_social
{
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;

}
.footer_social li{
    list-style: none;
}
.footer_social li a{
    padding: 13px;
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.footer_inn2 h3{
    color: white;
    font-size: 18px;
    font-weight: 700;
}


.footer_inn2 ul{
    padding-left: 15px;
    margin-top: 25px;
}

.footer_inn2 ul li{
    margin-bottom: 14px;
    font-weight: 400;
}

.footer_inn2 ul li a{
    color: #E2E2E2;
    font-size: 14px;
    text-decoration: none;
}

.footer_inn3 ul{
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    width: 45%;
    margin-top: 30px;
}

.footer_inn3 ul li{
    list-style: none;
}
.footer_inn3 ul li a{
    color: #E2E2E2;
    font-size: 14px;
    text-decoration: none;
}
.footer_inn3{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.391);
  margin-top: 15px;
  padding-top: 15px;
}

.footer_bottom p{
    color: var(--white);
    font-size: 13px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    align-items: center;
}

.footer_bottom p span{
    font-weight: 600;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
}


.enquery_model .modal-dialog{
    max-width: 763px;
}

.enquery_model .modal-content{
    padding: 40px;
}

.enquery_model_inner h2{
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
}

.enquery_model_inner p{
    color: #6C6C6C;
    width: 100%;
    max-width: 70%;
    font-size: 16px;
}

.form_bx label{
    display: flex;
    width: 100%;
    color: black;
    font-size: 16px;
    margin-bottom: 5px;
}

.form_bx input{
    color: black;
    font-size: 16px;
    border: 1px solid #999191;
    width: 100%;
    border-radius: 100px;
    padding: 12px 30px; 
    margin-top: 5px;
}

.form_bx input::placeholder{
    color: #999191;
    font-size: 16px;
}

.form_bx input:focus{
    outline: 0;
    border: 1px solid var(--blue_color);
}

.form_bx select{
    color: black;
    font-size: 16px;
    border: 1px solid #999191;
    width: 100%;
    border-radius: 100px;
    padding: 12px 30px; 
    margin-top: 5px;
}

.form_bx select::placeholder{
    color: #999191;
    font-size: 16px;
}

.form_bx select:focus{
    outline: 0;
    border: 1px solid var(--blue_color);
}



.form_bx textarea{
    color: black;
    font-size: 16px;
    border: 1px solid #999191;
    width: 100%;
    border-radius: 20px;
    padding: 12px 30px; 
    margin-top: 5px;
}

.form_bx textarea::placeholder{
    color: #999191;
    font-size: 16px;
}

.form_bx textarea:focus{
    outline: 0;
    border: 1px solid var(--blue_color);
}

.enquery_model_inner .commen_btn{
    padding: 22px 60px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.enquery_model_inner{
    position: relative;
}
.close_btn{
    width:40px;
    height: 40px;
    background-color: var(--blue_color);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0;
      border-radius: 100px;
      position: absolute;
      top: 0;
      right: 0;
}
.hero2_area{ 
    background: url(../images/backgrounds/cources_bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-color: cadetblue;
    background-size: 100%;
    position: relative;
    padding: 143px 0 170px;
    height: 41vh;
    background-position: bottom;
}
.hero2_area.about_us{
    background: url('../images/backgrounds/cources_bg1.png');
    background-repeat: no-repeat;
    background-size: cover; position: relative;  padding: 143px 0 170px;
    height: 41vh;  background-position: bottom;
}
.hero2_area::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0167ff40;
}

.z-11{

    position: relative;
    z-index: 11;
}

.hero2_area_inner h2{
    color: var(--white-color);
    font-weight: 700;
    font-size: 40px;
}
.hero2_area_inner .peginat{
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
}
.hero2_area_inner .peginat a{
    color: white;
    text-decoration: none;
    font-weight: 400;
}

.courses_p_area{
    padding: 60px 0;
}

.courses_p_inneer1{
    display: flex;
    align-items: center;
   gap: 15px;
   justify-content: space-between;
}

.courses_p_inneer1 select{
    padding: 17px 25px;
    border-radius: 100px;
    background-color: white;
    border: 1px solid #DEE2E6;
}
.courses_p_inneer1 ul{
    border: 0;
    background-color: #bababa31;
    border-radius: 100px;
    padding: 10px;
}
.courses_p_inneer1 ul li {
    padding: 0;
}
.courses_p_inneer1 ul li button{
    border-radius: 100px !important;
    color: #667085;
    font-size: 16px;
    padding: 18px 30px;
}
.courses_p_inneer1 ul li button.active{
    background-color: var(--blue_color) !important;
    color: white !important;
}
.course_are_inner2{
    margin-top: 40px;
}
.courcer_pengets{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.courcer_pengets ul{
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 0;

}
.courcer_pengets ul li{
    width: 40px;
    height: 40px;
    background-color: #D9D9D9;
    color: black;
   border-radius: 100px;
   list-style: none;
   display: flex;
   align-items: center;
   justify-content: center;
}
.courcer_pengets button{
    width: 40px;
    height: 40px;
    background-color: var(--blue_color);
    color: var(--white);
    border: 0;
    border-radius: 5px;
}
.courcer_pengets ul li.active{
    background-color: var(--blue_color);
    color: var(--white);
}
.courcer_pengets{
    margin-top:15px;
}

.who_are_area{
    padding: 60px 0;
}

.who_are_area_inner span{
    position: relative;
    color: #101828;
    font-size: 18px;
    padding-left: 12px;
    display: flex;
    align-items: center;
}
.who_are_area_inner span::before{
    position: absolute;
    left: 0;
    width: 3px;
    background-color: #101828;
    height: 100%;
    top: 0;
    content: '';
}

.who_are_area_inner h1{
    color: black;
    font-size: 25px;
    line-height: normal;
    font-weight: bold;
}

.who_are_area_inner h2{
    color: black;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    text-transform: capitalize;
}
.who_are_area_inner p{
    color: #344054;
    font-size: 16px;
    font-weight: 400;
}
.who_are_area_inner1{
    display: flex;
    margin-top: 30px;
}
.who_are_area_inner1 .bx{
    flex: 30% 0 0;
}
.who_are_area_inner1 .bx h3{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5px;
}
.who_are_area_inner1 .bx p{
    color: #344054;
    font-size: 16px;
    font-weight: 400;
}

.who_are_area_inner3 img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}


.whochoose_wh_area{
    padding: 60px 0;
    background-color: #F9FAFB;
}

.commen_bx_headd h2{
    gap: 5px;
}
.commen_bx_headd h2 span{
    color: var(--blue_color);
}

.whochoose_wh_area_inner>span{
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 5px;
    background-color: white;
    border: 1px solid rgba(97, 97, 97, 0.174);
    margin: auto;
    margin-bottom: 10px;
    justify-content:center;
}
.whochoose_wh_area_inner>span img{
    width:30px;
    object-fit: contain;
}

.whochoose_wh_area_inner{
    text-align: center;
    margin-bottom: 50px;
}
.whochoose_wh_area_inner h3{
    font-size: 20px;
    margin-bottom: 0;
}


.whochoose_wh_area_inner p{
    color: #344054;
    font-size: 16px;
    font-weight: 400;
}

.why_work_area{
    padding: 60px 0;
}

.why_work_area_inner span{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2.5px solid #3A4F39;
    color: #3A4F39;
    border-radius: 100px;
    margin-bottom: 10px;
    font-weight: 600;
    margin: auto;
}

.why_work_area_inner p{
    color: #344054;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: center;
    margin-top: 40px;
    width: 85%;
}

.launch_support_area .commen_bx_headd>p{
    max-width: 80%;
}
.launch_support_area{
    padding: 60px 0;
    background-color: #F9F9F9;
}

.launch_support_area_inner .icon{
    width: 86px;
    height: 86px;
    background-color: #3D81C2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.launch_support_area_inner{
    background-color: white;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
}

.launch_support_area_inner p{
    font-size: 16px;
    color: #565A5B;
    margin-top: 15px;
    font-weight: 400;
}

.color_2{
    background-color: #99BE47 !important;
}

.color_3{
    background-color: #FB6238 !important;
}

.contact_us_area{
    padding: 60px 0;
}

.contact_us_area_inner{
    padding: 45px;
    border: 1px solid rgba(0, 0, 0, 0.223);
    border-radius: 10px;
}
.contact_us_area_inner1 h2{
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    color: black;
}

.contact_us_area_inner1 p{
    color: #6C6C6C;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
}
.contact_us_area_inner1 .commen_btn{
    padding: 20px 64px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.contact_us_area_inner2 .map_bx{
    height: 300px;
    width: 100%;
    margin-bottom: 25px;
    
}
.contact_us_area_inner2 .map_bx iframe{
    width: 100%;
    height: 100%;
}
.cont_bbx1{
    color: #0F001A;
    display: flex;
    align-items: baseline;
    gap: 10px;
    width: 70%;
    font-weight: 400;
    margin-bottom: 15px;
}
.cource_details_area_inner>h1{
    font-size: 32px;
    width: 90%;
}

.cource_details_area{
    padding: 60px 0;
}

.cource_details_area_inner>p{
    color: #6C6C6C;
    width: 100%;
    max-width: 100%;
    font-size: 19px;
    font-weight: 400;
}

.cource_details_area_inner iframe{
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
    height: 492px;
}

.cource_details_area_inner1 .tb_navs{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    padding-left: 0;
}
.cource_details_area_inner1 .tb_navs li{
}
.cource_details_area_inner1 .tb_navs li a{
    color: #1D2026;
    text-decoration: none;
    padding: 10px 40px;

    position: relative;
}
.cource_details_area_inner1 .tb_navs li a::before{
    position: absolute;
    bottom: -5px;
    width: 0%;
    height: 2px ;
    background-color: var(--blue_color);
    content: '';
    transition: all ease 0.5s;
    left: 0;
}

.cource_details_area_inner1 .tb_navs li a:hover::before{
    width: 100%;
}
.cource_details_area_inner1 .tb_navs li.active a::before{
width: 100%;

}
.cource_details_area_inner1 p{
    color: #6C6C6C;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
}
.cource_details_area_inner1 h3{
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
}
.cource_details_area_inner1_inner{
    background-color: #F3FCF4;
    padding: 40px;
    margin-top: 40px;
    border-radius: 15px;
}
.cource_details_area_inner1_inner ul{
    padding-left: 0;
    margin-top: 30px;
}
.cource_details_area_inner1_inner ul li{
    list-style: none;
    display: flex;
    align-items: start;
    gap: 10px;
    color: #4E5566;
    font-size: 15px;
    margin-bottom: 20px;
}
.cource_details_area_inner1_inner ul li .spa_round{
    background-color: #23BD33;
    /* width: 34px !important; */
    /* height: 34px; */
    display: flex
;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 8px 9px;
    color: white;
    line-height: 0;
}

.cource_details_area_inner1_inner1 h3{
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
}
 
.cource_details_area_inner1_inner1 ul{
    padding-left: 0;
    margin-top: 30px;
}
.cource_details_area_inner1_inner1 ul li{
    list-style: none;
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: #4E5566;
    font-size: 15px;
    margin-bottom: 20px;
}
.cource_details_area_inner1_inner1 ul i{
     color: #FF6636;
}

.list_nnew_vv1 li{
    list-style:decimal !important;
}

.accordion_btn_inner{
    display: flex;
   align-items: center;
   gap: 5px;
   justify-content: space-between;
   width: 100%;
}
.accordion_btn_inner .bx_inner{
    display: flex;
    align-items: center;
    gap: 20px;
}

.accordion-button::after{
    right: auto !important;
    position: absolute;
    left: 10px !important;
}

.accordion_btn_inner h5{
    font-size: 15px;
    color: #1D2026;
    padding-left: 20px;
    margin-bottom: 0;

}
.accordion-body ul{
    padding-left: 0;
}
.accordion-body ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    gap: 10px;
    margin-bottom: 19px;
}
.accordion-body ul li .bx1{
    display: flex;
    align-items: center;
    gap: 5px;

}

.accordion-button:not(.collapsed){
    background-color: transparent;
}
.accordion-button:focus{
    box-shadow: none !important;
}
.cour_instr_mn h5{
    margin-bottom: 20px;
}

.cour_instr_mn_bx>.image>img{
    border-radius: 100px;
    width: 136px;
    object-fit: cover;
    height: 136px;
}




.accordion_btn_inner1{
    display: flex;
   align-items: center;
   gap: 5px;
   justify-content: space-between;
   width: 100%;
   padding: 15px 0;
}
.accordion_btn_inner1 .bx_inner{
    display: flex;
    align-items: center;
    gap: 20px;
  color: black;
}

.accordion-button::after{
    right: auto !important;
    position: absolute;
    left: 10px !important;
}

.accordion_btn_inner1 h5{
    font-size: 20px;
    color: #1D2026;
    /* padding-left: 20px; */
    margin-bottom: 0;
    font-weight: 600;
}


.cour_instr_mn{
    margin-top: 20px;
}
.cour_instr_mn h5{
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.cour_instr_mn_bx{
    padding: 32px;
    background-color: white;
    border: 1px solid #E9EAF0;
    border-radius: 5px;
    display: flex;
    align-items: self-start;
    gap: 20px;
    margin-bottom: 20px;
}
.cour_instr_mn_bx .content h6{
  font-size: 20px;    
  color: black;
  margin-bottom: 5px;
}
.cour_instr_mn_bx .content span{
    color: #1b1919;
    font-size: 16px;
    font-weight: 400;
}
.cour_instr_mn_bx .content p{
    color: #6C6C6C;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
}
.student_feedback_bx{
    margin-top: 30px;
}
.student_feedback_bx_inner .image>img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100px;
}

.student_feedback_bx_inner{
    display: flex;
    align-items: self-start;
    gap: 10px;
}
.student_feedback_bx_inner .content h6{
    margin-bottom: 0;
    font-size: 18px;
   color: black;
 }

 .student_feedback_bx_inner .content .stars{
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 10px 0;
 }
 .student_feedback_bx_inner .content .stars i{
    color: #FD8E1F;
 }

.student_feedback_bx_inner .content p{
    color: #6C6C6C;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.student_feedback_bx_inner{
    border-bottom: 1px solid #E9EAF0;
    padding: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.faqs_bx{
    margin-top: 30px;
}
.faqs_bx h5{
    margin-bottom: 0;
    font-size: 29px;
   color: black;
}
.faqs_bx p{
    color: #6C6C6C;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}
.faqs_bx button.accordion-button{
    padding-left:50px;
}


.faqs_bx .accordion-flush .accordion-item{
    margin-bottom: 25px;
    border: 1px solid #0000005c;
    padding: 11px;
}
.faqs_bx .accordion-flush .accordion-item button{
    font-weight: 500;

}

.pageloader {
    height: 100vh;
    width: 100%;
    background-color: #e5e5e5;
    position: fixed;
    z-index: 5555555;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .pageloader>img {
    transform: scale(0.5);
    animation: scale1 2.8s infinite;
    transition: all 0.2s ease-out;
    width: 200px;
  }
  
  @keyframes scale1 {
    0% {
      transform: scale(0.5);
    }
  
    50% {
      transform: scale(0.8);
    }
  
    100% {
      transform: scale(0.5);
    }
  }
  
.navbar-brand img{
    width: 100%;
    max-width: 191px;
}


.cource_det_price{
   border: 1px solid rgba(0, 0, 0, 0.281);
   margin-top: 40px;
}
.cource_det_price_inner{
    padding: 24px;
}
.cource_det_price_inner .bx1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cource_det_price_inner .bx1 h4{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: black;
    gap: 5px;
    margin-bottom: 0;

}

.cource_det_price_inner .bx1 h4 span{
    font-size: 16px;
    color: #8C94A3;
    text-decoration: line-through;
    font-weight: 500;
}

.cource_det_price_inner .bx1 .discount{
  background-color: #FFEEE8;
  padding: 8px 12px;
  font-size: 14px;
  color: #021A70;
}
.time_slt{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #E34444;
    font-size: 14px;
    margin-top: 12px;
}

.cource_det_price ul{
    padding-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.322);
    border-bottom: 1px solid rgba(0, 0, 0, 0.322);
    padding: 24px !important;
}
.cource_det_price ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #1D2026;
    margin-bottom: 16px;

}
.cource_det_price ul li .bx{
    display: flex;
align-items: center;
gap: 3px;
}
.cource_det_price ul li .bx span{
    color: #1D2026;

}
.cource_det_price ul li .bx img{
    width: 18px;
}
.cource_det_price ul li span{
    color: #6E7485;
}
.cource_det_price .commen_btn{
    width: 100%;
    margin-top: 0;
    border-radius: 7px;
}
.cource_det_price2{
    padding: 10px 24px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.322);

}

.cource_det_price2 p{
    display: flex;
    font-size: 12px;
    color: #6E7485;
    margin-top: 10px;
}
.cource_det_price3{
    padding: 24px 24px 0;
}
.cource_det_price3 h5{
    font-size: 16px;
    color: #1D2026;
}
.cource_det_price3 ul{
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0;
     padding:5px 0px 0px !important;
    margin-bottom: 0;border-top: 0;
    flex-wrap: wrap;
    gap: 10px;
}
.cource_det_price3 ul li{
    background-color: #F5F7FA;
    padding: 15px;
    height: 40px;

}
.cource_det_price3 ul li a{
    color: #4E5566;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
 /*------------responcive css start  ------------------------ */




@media screen and (max-width: 1400px) {
    .hero_area_inner_1 .po_im1 { 
        left: 100px; 
    }
    .hero_area_inner_1 .po_im2 {
        position: absolute; 
        right: 100px; 
    }
    .courses_p_inneer1 ul li button {
        border-radius: 100px !important;
        color: #667085;
        font-size: 16px;
        padding: 14px 21px;
    }
}
@media screen and (max-width:1350px) {

}
@media screen and (max-width: 1300px) {
.upcource_bx_1_inner{
    gap: 20px;
}
}
@media screen and (max-width: 1250px) {
    .hero_area_inner>h1 { 
        font-size: 38px; 
    }
    .certify_iimmg1{ 
        max-width: 420px; 
    }
    
}
@media screen and (max-width: 1200px) {
    .upcource_bx_1_inner{
        display: block;
    }
    .upcoming_area_row{
        display: block;
        
    }
    .courses_p_inneer1 ul li button {
        border-radius: 100px !important;
        color: #667085;
        font-size: 14px;
        padding: 10px 11px;
    }
    .courses_p_inneer1 select {
        padding: 13px 22px; 
    }
}
@media screen and (max-width: 1150px) {

}
@media screen and (max-width: 1100px) {
    .footer_inn3{
        display: block;
    }
    .footer_inn3 ul{
        width: 100%;
        flex-wrap: wrap;
    }
.hero2_area{ 
background-size: cover;
}
}
@media screen and (max-width: 1098px) {

}



@media screen and (max-width: 992px) {

    .hiring_area_inner1_inn{ 
        animation: slidecate 10s infinite linear !important;
    }
    .launch_support_area .commen_bx_headd>p{
        max-width: 100%;
    }
    .courses_p_inneer1{
        display: grid;
    }
    .certify_iimmg1{
        height: auto;
    }
    .courses_p_inneer1 ul{
        border-radius: 10px;
    }
    .hiring_area_inner1_inn.secound{
        animation: slidecate1 10s infinite linear !important;
    }
    .certify_iimmg1{
        position: relative;
        max-width: 100%;
        margin-top: 18px;
    }
    .certifi_area_inner{
        display: block;
    }
    
}@media screen and (max-width: 768px) {
    .offer_area_inner h2{
        font-size: 16px;
    }
    .certifi_area_inner { 
        padding: 30px 40px;}
        .certifi_area_inner{
            margin-top: 0;
        }
        .enquery_model .modal-content {
            padding: 43px 30px 20px;
        }
        .close_btn {
            width: 30px;
            height: 30px;
            background-color: var(--blue_color);
            color: white;
            display: flex
        ;
            align-items: center;
            justify-content: center;
            border: 0;
            border-radius: 100px;
            position: absolute;
            top: -30px;
            right: -20px;
        }
}
@media screen and (max-width: 550px) {
    nav>.container{
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
    .enquery_model_inner p{
        max-width: 100%;
        font-size: 14px;
    }
    .hero2_area.about_us {
        background: url(../images/backgrounds/cources_bg1.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 113px 0;
        height: 44vh;
        background-position: bottom;
    }
.cource_det_price3 ul{
justify-content: left;
gap: 8px;
}
.cource_det_price3 ul li{
    margin-bottom: 0;
}
    .who_are_area_inner1{
        flex-wrap: wrap;
    }
    .cont_bbx1{
        width: 100%;
    }
    .cour_instr_mn_bx{
        display: block;
    }
    .accordion_btn_inner1{
        flex-wrap: wrap;
    }
    .accordion_btn_inner{
        flex-wrap: wrap;

    }
    .accordion_btn_inner1 .bx_inner{
        flex-wrap: wrap;
    }
    .accordion_btn_inner{
        padding-left: 15px;
    }
    .why_work_area {
        padding: 40px 0;
    }
    .hero2_area{
        padding: 100px 0;
    }
    .who_are_area_inner1 .bx{
        flex:100%;
        margin-bottom: 20px;
        padding:40px 10px;
        text-align: center;
        background-color: rgba(87, 87, 87, 0.086);
        border-radius: 15px;
    }
    .looking_pro_area_inner h2{
        font-size: 35px;
    }
    .upcoming_area{
        padding: 40px 0;
    }
    .blog_area {
        padding: 40px 0 ;
    }
    .footer_inn3 ul
{
    gap: 15px;
    justify-content: start;
}
    .commen_bx_headd h2{
        text-align: center;
    }
    .certifi_area {
        padding: 40px 0;
    }
    .certifi_area_inner ul li{
        font-size: 18px;
    }
    .looking_pro_area{
        padding: 40px 0;
    }
    .how_work_area {
        padding: 40px 0;
    }
    .what_we_area {
        padding: 0 0 40px 0;
    }
    .hir_bxx_1{
        width: 100px;
    }
    .hiring_area_inner1_inn{
        gap: 12px;
    }
    .navbar-brand img{
        width: 190px;
    }
    .exxpre_area{
        padding: 40px 0;
    }
    .hero_area_inner>h1 {
        font-size: 30px;
        margin: 13px 0;
    }
    .purches_os_area_inner h2{
        font-size: 25px;
        width: 100%;
    }
    .purches_os_area_inner p{
        width: 100%;
    }
    .purches_os_area {
        padding: 40px 0;
    }
    .commen_btn{
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 8px;
    }
    .border_btn{
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 8px;
    }
    .hero_area_inner>p{
        max-width: 100%;
        font-size: 16px;
    }
    .hero_area {
        padding: 40px 0 50px;
    }
    .hero_area_inner_1::before{
        max-width: 90%;
        max-height: 90%;
    }
    .hero_area_inner_1 .image img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .hero_area_inner_1 .image {
        position: relative;
        z-index: 2;
        width: 348.48px;
        height: 421.43px;
    }
    .hero_area_inner_1::after{
        max-width: 100%;
        max-height: 100%;
    }
    .offer_area_inner h2 {
        font-size: 14px;
    }
    .whochoose_wh_area{
        padding: 40px 0 0 ;
    }
}
@media screen and (max-width: 450px) {
    .hero_area_inner_1 .po_im2{
        display: none;
    }
    .hero_area_inner_1 .po_imgs img{
        display: none;
    }
    .contact_us_area_inner {
        padding: 30px; 
    }
    .exxpre_area_bx .content>h3 { 
        font-size: 17px; 
    }.commen_bx_headd h2{
        font-size: 22px;
    }
    .exxpre_area_bx .content>p { 
        font-size: 14px; 
    }
    .cource_details_area_inner>p{
        font-size: 14px;
        width: 100%;
    }
    .cource_details_area_inner>h1{
        font-size: 20px;
    }
    footer { 
        padding: 50px 0 0;
    }
    .offer_bx {
        background-color: #021A70;
        padding: 15px 24px;
    }
}
@media screen and (max-width: 375px) {
    .hero_area_inner>.buttons{
        display: block;
    }
    .hero_area_inner>.buttons button{
        width: 100%;
        margin-bottom: 10px;
    }
    .hero_area_inner_1 .image {
        position: relative;
        z-index: 2;
        width: 348.48px;
        height: 361.43px;
    }
    .hero_area_inner_1 .image {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 337px;
    }
}
@media screen and (max-width: 325px) {

}
