@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kings&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: 0;
}
body{
    /* font-family: 'Open Sans', sans-serif; */
    font-family:Arial, Helvetica, sans-serif;
  background-color: #fff;
  overflow-x: hidden;
    color: #1d1d23;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    overflow: hidden;
}



h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    line-height: 16px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

:after,
:before {
    box-sizing: inherit
}

button {
    outline: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

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

/* common css start */
.fs12{
    font-size: 12px;
}
.fs13{
    font-size: 13px;
}
.fs14{
    font-size: 14px;
}
.fs15{
    font-size: 15px;
}
.fs16{
    font-size: 16px;
}
.fs17{
    font-size: 17px;
}
.fs18{
    font-size: 18px;
}
.fs19{
    font-size: 19px;
}
.fs20{
    font-size: 20px;
}
.fs21{
    font-size: 21px;
}
.fs22{
    font-size: 22px;
}
.fs23{
    font-size: 23px;
}
.fs24{
    font-size: 24px;
}
.fs25{
    font-size: 25px;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

  .border_bottom{
    border-bottom: 1px solid #dee2e6;
  }
  .border_top{
      border-top: 1px solid #dee2e6;
  }
  .bg_c{
    background-color: #95112d;
  }
  .bg_c:hover{
    background-color: #670c1f;
  }
.border_shadow {
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, .2);
    padding: 10px;
    border-radius: 2px;
}
/* common css end */


/*.mobile_menu_fixed {*/
/*    position:fixed;*/
/*    top:0;*/
/*    width: 100%;*/
/*    z-index: 999999999;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

.app-container{
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.app_header{
    background-color: #fff;
}
.app_header_overlay{
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}
#header{
    background-color: #fff;
    z-index: 3;

}
.header-top{
    background-color: #fff;
}
.header_top{
    background-color: #bbb;
    padding: 5px 0;
    margin-bottom: 5px;
    color: #000;
}
.header_top a{
    color: #000;
}
/*nav bar*/
/*.navbar-nav li{*/
/*    position: relative;*/
/*}*/
/*.navbar-nav li a{*/
/*    font-weight: 500;*/
/*    font-size: 15px;*/
/*    color: #000;*/
/*    display: block;*/
/*    padding:10px 15px;*/
/*}*/
/*.navbar-nav li a:hover{*/
/*    color: #95112d !important;*/
/*}*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 997;
}

.header.sticked {
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.20);
}

.header .logo img {
    min-width: 80px;
    max-width: 200px;
    margin-right: 6px;
    padding-left:15px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
    font-size: 16px;
    color: #000;
    background: #fff;
    padding: 8px 23px;
    border-radius: 4px;
    transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
    color: #000;
    background: #fff;
}

@media (max-width: 1279px) {

    .header .btn-getstarted,
    .header .btn-getstarted:focus {
        margin-right: 50px;
    }
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
        position: relative;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar>ul>li {
        white-space: nowrap;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 10px;
        font-size: 15px;
        font-weight: 400;
        color: #000;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #fff;
        visibility: hidden;
        transition: all 0.3s ease-in-out 0s;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
        visibility: visible;
        transform: scaleX(0.7);
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #e64e4e;
    }

    .navbar .dropdown a:hover:before,
    .navbar .dropdown:hover>a:before,
    .navbar .dropdown .active:before {
        visibility: hidden;
    }

    .navbar .dropdown a:hover,
    .navbar .dropdown .active,
    .navbar .dropdown .active:focus,
    .navbar .dropdown:hover>a {
        color: #e64e4e;
        background: #fff;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        margin: 0;
        padding: 0 0 10px 0;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        transition: 0.3s;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.20);
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        font-weight: 400;
        color: #000;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: #000;
        background: #fff;
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .navbar .megamenu {
        position: static;
    }

    .navbar .megamenu ul {
        right: 0;
        padding: 10px;
        display: flex;
    }

    .navbar .megamenu ul li {
        flex: 1;
    }

    .navbar .megamenu ul li a,
    .navbar .megamenu ul li:hover>a {
        color: #000;
        background: none;
    }

    .navbar .megamenu ul li a:hover,
    .navbar .megamenu ul li .active,
    .navbar .megamenu ul li .active:hover {
        color: #000;
        background: #fff;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: calc(100% - 70px);
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 10px 0;
        margin: 0;
        background: #fff;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #000;
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid rgba(0,0,0,0.3);
    }

    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }

    .mobile-nav-toggle {
        display: block !important;
        color: #000;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        top: 20px;
        z-index: 9999;
        right: 20px;
    }

    .mobile-nav-toggle.fa-times {
        color: rgba(255,255,255,0.7);
    }

    .mobile-nav-active {
        overflow: hidden;
        z-index: 9995;
        position: relative;
    }

    .mobile-nav-active .navbar {
        left: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: #000;
        z-index: 9996;
    }
}




/*Nav bar end*/
/*footer area start*/
.footer_content{
    background-color: #133D62;
    color: #fff;
    padding: 40px 40px 0 40px;
}
.footer_content h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.head_line_01{
    margin-bottom: 10px;
    margin-top: 25px;
    font-size: 18px;
}
.footer_content p{
    text-align: justify;
    font-size: 16px;
}
.footer_copyright{
    padding: 20px 0;
    margin-top: 30px;
 }
/*footer area end*/
/*category job view start*/
.category_job_table{
}
.category_job_table tr{}
.category_job_table tr td{
    padding: 20px 20px 20px 30px;
}
.category_job_table tr td:first-of-type{
    color: #ff0000;
    font-size: 19px;
}
/*category job view end*/


.body_content{
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    margin-top: 95px;
}
.slider{}
.slider img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.category_item:hover h4{
    color: #1d1d23!important;
}
.category_item img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    margin-top: 20px;
}
.short_description{
    text-align: justify;
    color: #1d1d23;
    line-height: 1.85714285714286;
    margin-top: 20px;
    font-size: 15px;
    height: 140px;
}
.category_btn{
    margin: 10px 0 25px 0;
    display: inline-block;
    background-color: #54595F;
    color: #fff;
    border-radius: 50px;
    padding-top: 13px;
    padding-right: 40px;
    padding-bottom: 13px;
    padding-left: 40px;
}
.category_btn:hover{
    background-color: #EC1F1F;
    border-color: #ce297e;
    color: #fff;
}
.training_category a{
    color: #000;
}
.category_item{}
.category_item img{
    width: 100%;
    height: 200px;
    border-radius: 3px;
}
.category_item h5{
    margin: 15px 0;
}
.get_quote{
    background-color: #16456E;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;
    margin-top: 50px;
}
.get_quote h5 {
    color: #fff;
    padding: 20px 0 20px 0;
    text-align: center;
}
.exp{
    margin-top: 50px;
}
.exp p {
    margin: 20px 0;
    text-align: justify;
    line-height: 1.85714285714286;
}
.education_h2{
    font-size: 45px;
    font-weight: 700;
    color: rgba(0,0,0,0.9);
}
.page_top_img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.question_item_que{
    border: none;
    width: 90%;
    margin-bottom: 10px;
}
.teams img{
    height: 4.5cm;
    width: 3.5cm;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
}

.monthly_report{
    padding-top: 50px;
}
.single_monthly_rep{
    background-color: #fff;
    padding: 20px 10px 5px 10px;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, .2);
}

.ftable th,.ftable td{
    padding: 10px 0;
}

.collection_table th,.collection_table td{
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.cost-table th,.cost-table td{
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.ad_more_btn {
    text-align: center;
    margin-right: 10px;
    padding-bottom: 20px;
    margin-top: 25px;
}
.ad_more_btn a {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding: 5px 15px;
}


ul.btn_style_hover li a:hover, .button_st_hover:hover {
    border-color: #006789 #006789 #006789;
    background: linear-gradient(to bottom,#fff,#fff);
    color: #111;
    box-shadow: 0 1px 0 #fff inset;
}
ul.btn_style li a, .button_st {
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    background: #eff1f3;
    background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
    background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
    border: 1px solid #6c6e73;
    border-top-color: rgb(108, 110, 115);
    border-right-color: rgb(108, 110, 115);
    border-bottom-color: rgb(108, 110, 115);
    border-left-color: rgb(108, 110, 115);
    border-top-color: rgb(108, 110, 115);
    border-right-color: rgb(108, 110, 115);
    border-bottom-color: rgb(108, 110, 115);
    border-left-color: rgb(108, 110, 115);
    border-color: #adb1b8 #a2a6ac #8d9096;
    color: #111;
}


.student_ed{

}
.student_item{
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, .1);
    padding: 10px 5px;
    border-radius: 3px;
}
.student_ed ol{
    counter-reset: item;

}
.student_ed ol li{
    padding: 10px 10px;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, .2);
    margin-bottom: 10px;
    border-radius: 3px;
    counter-increment: item;
}
.student_ed ol li:before {
    margin-right: 15px;
    content: counter(item);
    background: #8c92ac;
    border-radius: 100%;
    color: white;
    width: 23px;
    text-align: center;
    display: inline-block;
}
.student_ed{}
.event_news{
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, .2);
    padding: 10px;
    border-radius: 2px;
}
@media (max-width: 575.98px) {
    .page_top_img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }


}
@media (max-width: 767.98px) {
    .page_top_img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .slider img {
        height: 200px;
    }
    .category_job_table{
        table-layout: fixed;
    }
    .category_job_table tr{

    }
    .category_job_table tr td {
        display:block;
        word-wrap:break-word;
        border: 0;
    }
    .category_job_table tr td:nth-child(odd){
        border-top: 1px solid rgba(0,0,0,0.2);
    }
}
/* English fonts */
@font-face {
    font-family: 'EnglishSemiBoldFonts';
    src: url('../MyFonts/Nunito-SemiBold.ttf');
    font-weight: 700;
  }
  @font-face {
    font-family: 'ERegularFonts';
    src: url('../MyFonts/Nunito-Regular.ttf');
    font-weight: 700;
  }
  @font-face {
    font-family: 'EnglishBoldFonts';
    src: url('../MyFonts/Nunito-Bold.ttf');
    font-weight: 700;
  }

/* bangla fonts */
/* @font-face {
    font-family: 'BanglaFonts';
    src: url('../MyFonts/SolaimanLipi_20-04-07.ttf');
    font-weight: 700;
  } */
