@import url('https://fonts.googleapis.com/css2?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');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2a3a41;
}

h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
}

.top_head_box {
    display: flex;
    justify-content: space-between;
}

.top_head {
    color: white;
    background: black;
    padding: 10px;
}

.top_head_data {
    display: flex;
    color: white;
}

.top_head_icons i {
    margin: 0px 5px;
}

.top_head_data p {
    margin: 0px 12px;
}


.logo_img a img {
    width: 55%;
}

.head_menu li a span {
    color: #ffffff;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 17px !important;
}

.head_menu li a:hover {
    text-decoration: none;
    background-color: transparent;
}

.menuArea {
    padding: 0px 0px;
    background: #ef1439;
}

.header_btn:hover {
    background: #000000d4;
    color: white;
    border-color: #000000d4;
}

.head_menu li a span:hover {
    background: #9b153182;
    color: white !important;
}

.header_btn img {
    width: 20%;
    display: inline;
}

.header_btn {
    background: transparent;
    border-radius: 7px;
    border-color: #ef1439;
    font-size: 14px;
    color: #ef1439;
    font-weight: 500;
    margin: 0% 8%;
}

.social_area {
    display: flex;
    justify-content: end;
}

.top_data {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 10px;
}

.social_area img {
    width: 11%;
    margin: 0px 5px;
}

.logo_img a img {
    width: 80%;
}

.top_head_area {
    padding: 15px 0px;
}

.navbar-collapse.nav-collapse.collapse.head_collapse {
    display: flex !important;
    justify-content: center !important;
}

.drop_serve_area {
    display: flex;
    padding: 11px;
    background: white;
}

.menu_drop_area li a {
    font-size: 14px !important;
    color: black !important;
    text-decoration: none !important;
    line-height: 38px !important;
}

.drop_serve_box img {
    width: 11%;
}

.head_menu .open>a {
    background-color: #9b153182 !important;
    border-color: white !important;
}

.menu_drop_area {
    width: 290%;
}


.about_banner {
    background-image: url(../images/about.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.about_banner_data hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 5px solid #ef1439;
    width: 15%;
    position: relative;
    right: 3%;
}

.about_banner_data h1 {
    text-align: center;
    color: white;
    font-size: 50px;
    font-weight: 600;
}


.discipline_banner {
    background-image: url(../images/Group_2421.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.disc_banner_data hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 5px solid #ef1439;
    width: 15%;
    position: relative;
    right: 5%;
}

.disc_banner_data h1 {
    text-align: center;
    color: white;
    font-size: 50px;
    font-weight: 600;
}

.services_banner {
    background-image: url(../images/service.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.serv_banner_data hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 5px solid #ef1439;
    width: 15%;
    position: relative;
    right: 2%;
}

.serv_banner_data h1 {
    text-align: center;
    color: white;
    font-size: 50px;
    font-weight: 600;
}

.resource_banner {
    background-image: url(../images/Group2417sfs.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.reso_banner_data hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 5px solid #ef1439;
    width: 15%;
    position: relative;
    right: 5%;
}

.reso_banner_data h1 {
    text-align: center;
    color: white;
    font-size: 50px;
    font-weight: 600;
}

.home_banner {
    background-image: url(../images/Group2418w.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 50px 0px;
}

.home_banner_data h3 {
    font-size: 36px;
    font-weight: 600;
    color: #262626;
    margin-top: 5px;
}

.home_banner_data h1 {
    font-size: 85px;
    font-weight: 600;
    color: white;
    background: #00205B;
    margin-bottom: 0px;
    margin-top: 0px;
    width: max-content;
}

.home_banner_data h4 {
    font-size: 40px;
    font-weight: 500;
    color: #262626;
}

.girl_img img {
    width: 60%;
    margin: 0 auto;
    float: right;
    position: absolute;
    right: 0;
    bottom: -374px;
}

.home_banner_data p {
    font-size: 15px;
    margin-bottom: 15px;
}

.banner_btn {
    color: #fff;
    background-color: #ef1439;
    border-color: #ef1439;
    width: 23%;
    font-size: 17px;
    padding: 9px;
}

.four_box {
    text-align: center;
    font-size: 15px;
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    background: #fff;
}

.four_box img {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 34%;
}

.four_box {
    text-align: center;
    font-size: 17px;
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    background: #fff;
    width: 70%;
    padding: 25px 0px;
    margin: 0 auto;
    border-radius: 24px;
}

.four_box:hover img {
    filter: brightness(50);
}

.four_box:hover {
    background: #ef1439;
    color: white;
}

.four_box_area {
    padding-top: 20px;
}

.four_box.up {
    margin-top: -30%;
}

.about_wel_area {
    padding: 50px 0px;
}

.about_wel_img img {
    width: 85%;
    margin: 0 auto;
}

.about_wel_img {
    text-align: center;
}

.about_wel_data h4 {
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.about_wel_data h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 3px;
    color: #ef1439;
}

.about_wel_data p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.wel_box_area {
    display: flex;
    justify-content: flex-start;
    margin: 17px 0px;
    margin-top: 8%;
}

.wel_box {
    display: flex;
    align-items: center;
}

.wel_box img {
    width: 25%;
    margin-right: 10px;
}

.banner_btn:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.wel_btn:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.wel_btn {
    color: #fff;
    background-color: #ef1439;
    border-color: #ef1439;
    width: 23%;
    font-size: 15px;
    padding: 6px;
    margin-top: 3%;
    border-radius: 9px;
}

.continuously_moving {
    height: auto;
    animation: pulse 1s ease-in-out infinite;
}

div#mr_counter {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

div#counter span {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}

div#counter h5 {
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
}

.ex_counter {
    padding: 50px 0px;
    background: #00205B;
}

.vertical-count {
    display: inline-block;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.ver_main {
    display: flex;
    height: 120px;
}

.ver_box img {
    width: 50px;
}

.servi_area {
    background-image: url(../images/Group24175.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 100px 0px;
}

.disci_area {
    background-image: url(../images/Group2417x.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.servi_area_data h2 {
    text-align: center;
    color: white;
    font-size: 50px;
    font-weight: 700;
}

.servi_area_data p {
    text-align: center;
    color: white;
    font-size: 15px;
}

.disci_white_box {
    text-align: center;
    padding: 15px;
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    background: #fff;
    width: 20%;
}

.disci_white_box img {
    width: 45%;
    position: relative;
    top: -23%;
    margin-bottom: -15%;
}

.disci_white_box h4 {
    font-size: 20px;
    font-weight: 700;
}

.disci_white_box_area {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -100px;
}

.disci_area_data h2 {
    text-align: center;
    color: #323232;
    font-size: 50px;
    font-weight: 700;
}

.disci_area_data p {
    text-align: center;
    color: #323232;
    font-size: 15px;
}

.disci_box {
    background: #FFFFFF;
    border-radius: 7px;
    padding: 15px 0px;
    margin-top: 2%;
    width: 16%;
    text-align: center;
}

.disci_area_boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4%;
}

.disci_box img {
    padding-bottom: 13px;
    margin: 0 auto;
}

.disci_box p {
    font-size: 15px;
}

.disci_btn {
    color: #323232 !important;
    background-color: transparent !important;
    width: 12%;
    font-size: 17px;
    padding: 6px;
    margin-top: 3%;
    border-radius: 9px;
    border: none !important;
}

.disci_area_click {
    text-align: center;
}

.disci_box:hover img {
    filter: brightness(50);
}

.disci_box:hover {
    background: #ef1439;
    color: white;
}

.our_area {
    background-image: url(../images/Group2418s.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0px 100px 0px;
}

.our_area_data h4 {
    font-size: 22px;
    margin-bottom: 0px;
    padding-bottom: 10%;
    color: white;
    margin-top: 15%;
}

.our_area_data h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 3px;
    color: white;
}

.our_area_data p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: white;
    margin-bottom: 8%;
}

.our_area_img img {
    width: 100%;
    margin: 0 auto;
}

.our_area_box {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.our_area_box img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.our_text h5 {
    color: white;
    font-weight: 300;
    font-size: 13px;
}

div#mr_counterr {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

div#counterr span {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
}

div#counterr h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 550;
}

.ex_counterr {
    background-image: url(../images/Group2418re.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0px;
}

.last_flex_box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    background: #fff;
    border-radius: 100px;
    padding: 20px 25px;
    margin-top: -8%;
    margin-bottom: 3%;
}

.last_flex {
    display: flex;
    align-items: center;
}

.last_flex img {
    width: 70px;
    margin-right: 20px;
}

.last_flex_text h4 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}

.last_flex_text p {
    font-size: 15px;
}

.footer_area {
    background-image: url(../images/Group2417sd.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 5px 0px;
}

.footer_data img {
    width: 45%;
    margin-bottom: 22px;
}

.footer_data p {
    color: white;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
}

.foo_social_area img {
    width: 7%;
    margin: 0px 4px;
    filter: brightness(600%);
}

.foo_social_area {
    display: flex;
    margin-top: 4%;
    margin-bottom: 4%;
}

.last_line p {
    text-align: center;
    font-size: 14px;
    color: white;
    font-weight: 200;
}

.footer_data h4 {
    font-size: 20px;
    color: white;
    font-weight: 300;
}

.footer_data ul {
    list-style: none;
    padding-left: 10px;
    color: white;
    font-size: 12px;
    font-weight: 200;
    line-height: 21px;
}

.contact_form_area {
    padding: 50px 0px;
}

.contact_form_tesxt h2 {
    font-size: 35px;
    color: #0a265e;
    font-weight: 600;
    margin-bottom: 3px;
}

.contact_form_tesxt h6 {
    margin-top: 1px;
    font-size: 14px;
}

.contact_form_tesxt hr {
    border: 0;
    border-top: 4px solid #0a265e;
    width: 50%;
    margin: 0;
    margin-bottom: 10%;
}

.contact_form_tesxt h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 20px;
}

.contact_form_tesxt p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
}

.contact_form p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 3%;
}

.contact_form input {
    height: 42px;
    margin-bottom: 15px;
    border: 1px solid #6c6c6c;
    border-radius: 0px;
    background: transparent;
}

.contact_form textarea {
    margin-bottom: 15px;
    border: 1px solid #6c6c6c;
    border-radius: 0px;
    background: transparent;
}

.contac_btn:hover {
    color: #fff;
    background-color: #0a265ede;
    border-color: #0a265ede;
}

.contac_btn {
    color: #fff;
    background-color: #0a265e;
    border-color: #0a265e;
    width: 23%;
    font-size: 15px;
    padding: 6px;
    margin-top: 3%;
    border-radius: 50px;
}

.contac_btn_area {
    text-align: center;
}

.thankyou_data {
    text-align: center;
    padding: 50px;
}

.thankyou_data h2 {
    font-size: 50px;
    font-weight: 700;
    color: #212121;
}

.thankyou_data p {
    font-size: 18px;
    color: #212121;
    margin-bottom: 5%;
}

.thank_click:hover {
    color: white;
    text-decoration: none;
}

.thank_click {
    background: #ef1439;
    padding: 9px;
    font-size: 13px;
    color: white;
    border-radius: 5px;
}

.authors_area {
    background-image: url(../images/Group2417rea.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.authors_head h3 {
    color: white;
    font-size: 40px;
}

.authors_head span {
    color: #ef1439;
}

.authors_head p {
    color: white;
    font-size: 15px;
    font-weight: 200;
    line-height: 23px;
}

.authors_box img {
    width: 45%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.authors_box:hover img {
    filter: brightness(50);
}

.authors_box:hover {
    background-color: #ef1439;
    color: white;
}

.authors_box {
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    padding: 25px;
    margin: 10px;
    width: 35%;
}

.authors_box p {
    font-size: 14px;
    margin-bottom: 0px;
}

.authors_boxes {
    display: flex;
    justify-content: center;
    align-items: center;
}

.authors_head {
    margin-top: 15%;
}

.lib_area {
    background-image: url(../images/Group2417x.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.skill_area {
    background-image: url(../images/serviceap.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.contact_form {
    background-image: url(../images/map.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.testi_area {
    background-image: url(../images/testi.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.publi_area {
    background-image: url(../images/Group2419.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 50px 0px;
}

.graph_bg_img {
    background-image: url(../images/Group2417ss.png);
    height: 100%;
    background-size: 100%;
    max-height: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    padding: 15px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0px;
}

.sponc_area {
    background-color: white;
    padding: 50px 0px;
}

.resrch_area {
    background-color: white;
    padding: 50px 0px;
}

.lib_box {
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    padding: 25px;
    margin: 10px;
    margin: 0 auto;
    width: 65%;
}

.lib_box:hover {
    background-color: #ef1439;
    color: white;
}

.lib_box:hover img {
    filter: brightness(50);
}

.lib_head h3 {
    font-size: 40px;
    text-align: center;
}

.sponc_head h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 3%;
}

.lib_head p {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    margin-bottom: 4%;
}

.lib_head span {
    color: #ef1439;
}

.sponc_head span {
    color: #ef1439;
}

.lib_box img {
    margin: 0 auto;
    width: 60%;
    margin-bottom: 17px;
}

.sponc_head img {
    width: 90%;
    margin: 0 auto;
}

.skill_head h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 3%;
}

.skill_head span {
    color: #ef1439;
}

.skill_box h4 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0px;
}

.skill_box p {
    font-size: 14px;
    line-height: 21px;
}

.skill_box hr {
    border: 0;
    border-top: 4px solid #ef1439;
    width: 25%;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}

.publi_img img {
    width: 100%;
    margin-top: -18%;
}

.publi_data {
    padding: 15px;
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    background: #fff;
}

.publi_data h4 {
    color: #ef1439;
    font-size: 34px;
    font-weight: 600;
}

.publi_data p {
    font-size: 14px;
    line-height: 22px;
}

.resrch_data h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
}

.resrch_data p {
    text-align: center;
    font-size: 15px;
}

.graph_box p {
    font-size: 9px;
    padding: 10px 25px;
}

.graph_box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 45px;
}

.graph_box {
    text-align: center;
    padding: 47px 0px;
}

.hide_diciplines {
    display: none;
}

.discipline_work_area {
    padding: 50px 0px;
}

.discipline_work_tab h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.discipline_work_tab h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ef1439;
    margin-top: 5px;
    border-bottom: 4px solid #ef1439;
    padding-bottom: 12px;
    margin-bottom: 15px;
    width: max-content;
}

.discipline_work_tab ul {
    list-style: none;
    padding-left: 0px;
}

.discipline_work_tab ul li img {
    width: 12%;
    margin-right: 10px;
}

.discipline_work_tab ul li {
    color: gray;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid gray;
    line-height: 60px;
    padding: 8px;
}

.discipline_work_tab ul li:hover img {
    filter: brightness(50);
}

.discipline_work_tab ul li:hover {
    background: #ef1439;
    cursor: pointer;
    color: white;
    border-radius: 17px;
}

.discipline_work img {
    width: 100%;
    margin-bottom: 3%;
}

.discipline_work h4 {
    color: #ef1439;
    font-size: 34px;
    font-weight: 600;
}

.discipline_work p {
    font-size: 14px;
    line-height: 22px;
}

.discipline_work_tab {
    background: #ECECEC;
    border-radius: 40px;
    padding: 20px 25px;
}

.testi_area_data h2 {
    text-align: center;
    color: #00205B;
    font-size: 40px;
    margin-bottom: 4%;
    font-weight: 700;
}

.test_slides_box {
    display: flex;
    align-items: center;
}

.test_slides_box img {
    width: 30%;
    margin-right: 25px;
}

.test_slide_box img {
    width: 11%;
    margin-bottom: 4%;
}

.test_slide_box p {
    font-size: 16px;
}

.test_slide_box h4 {
    font-size: 24px;
    font-weight: 550;
    color: #00205b;
    margin-top: 10%;
    margin-bottom: 0px;
}

.test_slide_box h6 {
    font-size: 15px;
    color: #7e7e7e;
}

/* animation css */

.animate-me {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.in-view {
    opacity: 1;
    transform: translateY(0);
}

.animate-me-two {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.in-view-two {
    opacity: 1;
    transform: translateX(0);
}

.animate-me-three {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.in-view-three {
    opacity: 1;
    transform: translateX(0);
}

/* animation css */


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .logo_img a img {
        width: 100%;
        margin-top: 6px;
    }

    .head_menu li a span {
        padding: 10px 13px;
        font-size: 13px !important;
    }

    .girl_img img {
        display: none;
    }

    .banner_btn {
        width: auto;
    }

    .wel_btn {
        width: auto;
    }

    .four_box.up {
        margin-top: 0;
    }

    .four_box {
        width: auto;
    }

    .home_banner {
        padding: 50px 0px 50px 0px;
    }

    div#counter span {
        font-size: 29px;
    }

    div#counter h5 {
        font-size: 13px;
    }

    .ver_box img {
        width: 45px;
    }

    .disci_white_box {
        width: 23%;
    }

    .last_flex_text p {
        font-size: 14px;
    }

    .last_flex_text h4 {
        font-size: 18px;
    }

    div#counterr span {
        font-size: 40px;
        font-weight: 600;
    }

    div#counterr h5 {
        font-weight: 500;
    }

    .authors_head {
        margin-top: 0;
    }

    .lib_box {
        width: auto;
    }

    .lib_box img {
        width: 65px;
    }

    .sponc_head img {
        width: 100%;
        margin-top: 6%;
    }

    .skill_box h4 {
        font-size: 21px;
    }

    .skill_box p {
        font-size: 13px;
    }

    .publi_img img {
        width: 100%;
        margin-top: 0;
        height: 518px;
        object-fit: none;
    }

    .graph_bg_img {
        background: none;
        padding: 0px 0px;
    }

    .graph_box {
        padding: 7px 0px;
        margin-top: 5%;
        -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
        background: #fff;
    }

    .graph_box p {
        font-size: 12px;
        padding: 10px 0px;
    }

    .graph_box h3 {
        font-size: 17px;
    }

    .menu_drop_area {
        width: 345%;
    }

    .discipline_work_tab h3 {
        font-size: 22px;
    }

    .discipline_work_tab h6 {
        font-size: 16px;
    }

    .discipline_work_tab ul li {
        padding: 0px 10px;
    }

    .test_slide_box p {
        font-size: 11px;
    }

    .test_slide_box h4 {
        font-size: 19px;
    }

    .test_slide_box h6 {
        font-size: 12px;
        margin-top: 0px;
    }

    .test_slides_box img {
        margin-right: 10px;
    }
    .ver_main {
        height: auto;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .graph_box h3 {
        font-size: 22px;
    }

    .discipline_work_tab h3 {
        font-size: 30px;
    }

    .discipline_work_tab h6 {
        font-size: 18px;
    }

    .publi_img img {
        margin-top: 0;
        height: auto;
        object-fit: contain;
    }

    .logo_img a img {
        width: 65%;
        margin: 0 auto;
    }

    .top_data {
        display: none;
    }

    .navbar-collapse.nav-collapse.collapse.head_collapse {
        display: flex !important;
        justify-content: left !important;
    }

    .mob_menu {
        color: white;
    }

    .home_banner_data h1 {
        font-size: 55px;
    }

    .home_banner_data h3 {
        font-size: 30px;
    }

    .banner_btn {
        width: auto;
    }

    .girl_img img {
        float: none;
    }

    .four_box {
        margin-top: 35px;
        width: 50%;
    }

    .four_box.up {
        margin-top: 10%;
    }

    .wel_btn {
        width: auto;
    }

    div#mr_counter {
        display: grid;
        justify-content: center;
    }

    .ver_box {
        margin: 0 auto;
    }

    .ver_main {
        margin: 13px 0px;
    }

    .servi_area_data p {
        font-size: 14px;
    }

    .disci_white_box_area {
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .disci_white_box {
        width: 65%;
        margin: 0 auto;
        margin-bottom: 28px;
    }

    .disci_white_box img {
        width: 26%;
        position: relative;
        top: 0;
        margin-bottom: 12px;
    }

    .disci_area_data p {
        font-size: 14px;
    }

    .disci_area_data h2 {
        font-size: 40px;
    }

    .servi_area_data h2 {
        font-size: 40px;
    }

    .disci_area_boxes {
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .disci_box {
        padding: 15px 20px;
        margin-top: 13%;
        width: auto;
        text-align: center;
    }

    .disci_area_click {
        display: none;
    }

    .our_area_data h4 {
        padding-bottom: 4%;
    }

    .our_area_data p {
        font-size: 14px;
    }

    .our_text h5 {
        margin-bottom: 5px;
        margin-top: 3px;
    }

    .last_flex_box {
        display: grid;
        border-radius: 0px;
        padding: 20px 25px;
        margin-top: 0;
        margin-bottom: 3%;
    }

    .last_flex_text h4 {
        font-size: 18px;
    }

    .last_flex_text p {
        font-size: 13px;
    }

    div#counterr span {
        font-size: 30px;
        font-weight: 600;
    }

    .our_area {
        padding: 0px 0px 50px 0px;
    }

    div#counterr h5 {
        font-size: 13px;
        font-weight: 500;
    }

    .contact_form p {
        margin-top: 10%;
    }

    .foo_social_area {
        margin-bottom: 12%;
    }

    .footer_data h4 {
        font-size: 18px;
        font-weight: 400;
    }

    .footer_data ul {
        font-size: 14px;
        line-height: 27px;
    }

    .last_line p {
        margin-top: 13%;
    }

    .authors_head {
        margin-top: auto;
    }

    .authors_head p {
        font-size: 14px;
    }

    .lib_head p {
        font-size: 14px;
        margin-bottom: 7%;
    }

    .lib_box {
        width: 50%;
        margin-bottom: 18px;
    }

    .lib_box img {
        width: 55%;
    }

    .sponc_head img {
        width: 100%;
        margin-top: 7%;
    }

    .skill_box {
        border: 1px solid #e4e4e4;
        margin-bottom: 18px;
        padding: 17px;
    }

    .resrch_data p {
        font-size: 14px;
    }

    .graph_bg_img {
        background: none;
        padding: 0px 0px;
    }

    .graph_box {
        padding: 7px 0px;
        margin-top: 5%;
        -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
        background: #fff;
    }

    .discipline_work_tab {
        margin-bottom: 50px;
    }

    .drop_serve_area {
        display: grid;
        width: 245%;
        margin-top: 5px;
    }

    .drop_serve_box img {
        width: 9%;
        margin: 7px 6px;
    }
}