@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;
}


.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: #be0b31;
    padding: 9px;
    font-size: 13px;
    color: white;
    border-radius: 5px;
}

.clint_review_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;
    padding: 16px;
    width: 45%;
}

.clint_review_info_area {
    display: flex;
    align-items: center;
}

.clint_review_info_img img {
    width: 50px !important;
    margin-right: 7px;
    height: 50px !important;
}

.clint_review_info_data h4 {
    color: #DA251C;
    font-size: 16px;
    margin-bottom: 1px;
    font-weight: 600;
}

.clint_review_info_data p {
    color: gray;
    font-size: 14px !important;
    margin-top: 0px !important;
}

.clint_review_aarea {
    display: flex;
    justify-content: space-evenly;
}

.clint_review_box p {
    font-size: 13px;
    color: gray;
    margin-top: 10px;
}

.testimonial_slider {
    background-image: url(../images/Group2492.png);
    padding: 150px 0px;
    height: 100%;
    background-size: 90%;
    max-height: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    width: 100%;
}

.testimonial_data h3 {
    font-size: 35px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 100px;
    top: 120px;
}

.testimonial_data img {
    position: absolute;
    right: -15%;
    top: 0;
    height: 100px;
}

.testihead h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    padding-top: 50px;
    margin-bottom: 30px;
}

.testihead span {
    color: #DA251C;
    border-bottom: 2px solid;
}

.wecover_area {
    background-image: url(../images/46.png);
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 50px 0px;
}

.discipline_boxes_area {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.discipline_boxes_two {
    background: #FFFFFF;
    border-radius: 7px;
    padding: 15px 0px;
    margin-top: 2%;
    width: 16%;
    height: 105px;
}

.discipline_boxes img {
    width: 70%;
    padding-bottom: 13px;
    margin: 0 auto;
}

.discipline_boxes p {
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: #293243;
    margin-bottom: 0px;
}

.wecover_data {
    text-align: center;
}

.wecover_data h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: 25px;
}

.wecover_data span {
    color: #DA251C;
}

.wecover_data p {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 3%;
}

.discipline_boxes {
    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;
    padding: 18px 45px;
    margin: 12px;
    border-radius: 24px;
}

.discipline_boxes:hover img {
    filter: brightness(50);
}

.abou_our img {
    filter: grayscale(1);
}

.discipline_boxes:hover p {
    color: white;
}

.discipline_boxes:hover {
    background-color: #DA251C;
}

.ex_counter {
    background-image: url(../images/Group2488.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px;
}

.our_area {
    background-image: url(../images/Group2489.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 100px 0px;
}

.our_area_img img {
    width: 100%;
    margin: 0 auto;
}

.our_area_data h2 {
    font-size: 40px;
    font-weight: 700;
    color: white;
}

.our_area_data p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: white;
    margin-bottom: 7%;
}

.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/footer.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: 0px;
    padding: 20px 25px;
    margin-top: -8%;
    margin-bottom: 3%;
}

.last_flex {
    display: flex;
    align-items: center;
}

.last_flex img {
    width: 18%;
    margin-right: 20px;
}

.last_flex_text h4 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}

.last_flex_text p {
    font-size: 15px;
}

.fancy_area_box {
    position: relative;
    display: inline-block;
}

.fancy-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding-bottom: 0px;
    opacity: 0;
    transition: opacity 0.3s ease;
    bottom: 0;
    font-size: 30px;
    font-weight: 600;
}

.fancy_area_box:hover .fancy-text {
    opacity: 1;
}

.fancy_area_data {
    display: flex;
    justify-content: space-between;
}

.fancy_area .col-sm-12 {
    padding: 0px;
}

.fancy_area_box img {
    width: 99%;
}

.img1 img {
    float: left;
}

.img2 img {
    float: right;
}

.faq_area {
    background-image: url(../images/Group2493.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.faq_head h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}

.faq_head span {
    color: #DA251C;
    border-bottom: 2px solid;
}

.govi_head span {
    border-bottom: 2px solid;
}

.questions_answered {
    width: 75%;
    margin: 0 auto;
}

.questions_answered .panel-heading {
    background: #E6E6E6;
    height: 50px;
    padding: 18px 25px;
    border-radius: 22px 22px 0px 0px;
}

.questions_answered .panel-heading h4 {
    font-size: 16px;
    font-weight: 600;
}

.questions_answered .panel-body {
    font-size: 14px;
    line-height: 21px;
    background: #E6E6E6;
    padding: 25px;
}

.questions_answered .panel-heading h4 a {
    text-decoration: none;
}

.questions_answered .panel-default {
    border: none;
    margin-bottom: 2%;
    -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(193 193 193 / 15%);
    border-radius: 22px 22px 0px 0px;
}

span.toggle-symbol {
    float: right;
    color: #be0b31;
    font-size: 20px;
}

.tab_area {
    background-image: url(../images/Group2488.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px;
}

.reserch_open h4 {
    color: white;
    font-size: 22px;
    font-weight: 400;
}

.reserch_open h3 {
    color: white;
    font-size: 29px;
    font-weight: 600;
    margin-top: 0px;
}

.call_btn {
    background: #FFFFFF;
    border-radius: 7px;
    border-color: #FFFFFF;
    font-size: 14px;
    color: #DA251C;
    font-weight: 500;
    width: 25%;
    margin-top: 2%;
}

.reserch_open p {
    color: white;
    font-size: 14px;
    font-weight: 300;
}

.reserch_box p {
    font-size: 15px;
    margin-top: 13%;
    margin-bottom: 0px;
}

.reserch_open {
    background: rgb(218 37 28);
    width: 100%;
    text-align: center;
    padding: 30px;
    border-radius: 30px 0px 0px 30px;
    float: right;
}

.footer_area {
    background-image: url(../images/footer.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 25px 0px;
}

.four_box_area {
    background-image: url(../images/Group2484.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0px 50px 0px;
}

.line_bg {
    background-image: url(../images/line_bg.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.serv_box {
    padding: 25px 25px;
}

.cta_area {
    background-image: url(../images/Group2494.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px 0px 100px 0px;
}

.four_box_row_img {
    background-image: url(../images/Group2483.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px;
    border-radius: 0px 0px 50px 50px;
}

.banner_area {
    background-image: url(../images/MaskGroup203.png);
    height: 100%;
    background-size: cover;
    max-height: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    padding: 100px 0px 0px 0px;
    width: 100%;
}

.contact_form_area {
    background-image: url(../images/MaskGroup204.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
    position: relative;
}

.serv_work_area {
    background-image: url(../images/serv_bg.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 130px 0px;
}

.work_head p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5%;
    color: white;
    text-align: center;
}

.work_head span {
    color: #DA251C;
    border-bottom: 2px solid;
}

.work_head img {
    width: 100%;
    margin: 0 auto;
}

.work_head h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    color: white;
}

.footer_data img {
    width: 50%;
    margin-bottom: 25px;
}

.footer_data p {
    color: white;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
}

.foo_social_area {
    display: flex;
    margin-top: 4%;
    margin-bottom: 4%;
}

.foo_social_area img {
    width: 7%;
    margin: 0px 4px;
    filter: brightness(600%);
}

.footer_data h4 {
    font-size: 19px;
    color: white;
    font-weight: 400;
}

.footer_data ul {
    list-style: none;
    padding-left: 10px;
    color: white;
    font-size: 14px;
    font-weight: 200;
    line-height: 26px;
}

.last_line p {
    text-align: center;
    font-size: 14px;
    color: black;
    margin-top: 10px;
}

.contact_form input {
    height: 42px;
    margin-bottom: 15px;
    border: 0px solid #6c6c6c;
    border-radius: 8px;
    background: #E9E9E9;
}

.contact_form textarea {
    margin-bottom: 15px;
    border: 0px solid #6c6c6c;
    border-radius: 8px;
    background: #E9E9E9;
}

.contac_btn {
    color: #fff;
    background-color: #be0b31;
    border-color: #be0b31;
    width: 23%;
    font-size: 15px;
    padding: 6px;
    margin-top: 3%;
    border-radius: 50px;
}

.contac_btn_area {
    text-align: center;
}

.contact_form p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5%;
    color: gray;
}

.contact_form h3 {
    font-size: 34px;
    font-weight: 500;
    margin-top: 7%;
    margin-bottom: 14px;
}

.form_img img {
    width: 100%;
}

.form_img img {
    width: 395px;
    position: absolute;
    margin: 0 auto;
    top: 46px;
}

.row.ascacsa::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 29%;
    background: rgb(255 255 255);
    box-shadow: 0px -5px 10px rgba(128, 128, 128, 0.5);
    border-radius: 50px 50px 0px 0px;
}

.row.ascacsa {
    position: relative;
    margin-top: -100px;
}

.contac_btn:hover {
    color: #fff;
    background-color: #be0b31d6;
    border-color: #be0b31d6;
}

.contact_form {
    width: 90%;
}

.cta_flex_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.last_flex {
    display: flex;
    align-items: center;
}

.last_flex img {
    width: 16%;
    margin-right: 20px;
}

.cta_flex_text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: white;
}

.cta_flex_text p {
    font-size: 13px;
    color: white;
}

.our_img img {
    width: 100%;
    margin: 0 auto;
}

.top_head_area {
    padding: 15px 0px;
    background-image: url(../images/footer.png);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0px 10px 0px;
}

.logo_img a img {
    width: 70%;
}

.top_data {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 10px;
}

.social_area {
    display: flex;
    justify-content: end;
}

.social_area img {
    width: 11%;
    margin: 0px 5px;
}

.header_btn:hover {
    background: #be0b31d6;
    border-color: #be0b31d6;
    color: white;
}

.header_btn {
    background: #DA251C;
    border-radius: 7px;
    border-color: #DA251C;
    font-size: 14px;
    color: white;
    font-weight: 500;
    margin: 0% 8%;
}

.header_btn img {
    width: 20%;
    display: inline;
}

.menuArea {
    padding: 15px 0px;
    background: transparent;
}

.navbar-collapse.nav-collapse.collapse.head_collapse {
    display: flex !important;
    justify-content: end !important;
    padding-top: 15px !important;
}

.head_menu li a span {
    color: #050505;
    padding: 0px 10px;
    font-size: 16px !important;
    font-weight: 400;
}

.head_menu li a:hover {
    background-color: transparent;
    border-bottom: 3px solid #a51c15;
}

.head_menu li a span:hover {
    background: transparent;
    color: black !important;
}

.top_text p {
    color: white;
    font-size: 14px;
    font-weight: 200;
    padding-top: 16px;
    margin-bottom: 0px;
}

.header_inclick a:hover {
    background-color: transparent !important;
    border-bottom: 0px solid #a51c15 !important;
}

.header_inclick a {
    padding: 8px 0px !important;
}

.ini_img img {
    width: 70%;
    float: right;
}

.banner_area_data h1 {
    font-size: 65px;
    font-weight: 600;
    color: black;
}

.banner_area_data p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 26px;
}

.banner_area_data span {
    color: #DA251C;
}

.banenr_btn {
    background: #da251c;
    border-radius: 7px;
    border-color: #da251c;
    font-size: 17px;
    color: white;
    font-weight: 500;
    width: 30%;
    padding: 11px;
}

.banenr_btn:hover {
    background: #be0b31d6;
    border-color: #be0b31d6;
    color: white;
}

.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;
    border: 2px solid white;
}

.four_box img {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 34%;
}

.four_box:hover {
    background: #DA251C;
    color: white;
}

.four_box:hover img {
    filter: brightness(50);
}

.about_head span {
    color: #DA251C;
    border-bottom: 2px solid;
}

.about_head h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    padding-top: 50px;
    margin-bottom: 30px;
}

.abou_our h2 {
    color: #1e1e1e;
    margin-top: 10%;
}

.abou_our p {
    color: #1e1e1e;
}

.abou_our h5 {
    color: #1e1e1e;
}

.abou_our .our_area_box {
    margin-bottom: 4%;
    border-bottom: 1px solid black;
    padding-bottom: 21px;
    margin-top: -2%;
}

.govi_head h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: 5%;
    color: white;
}

.serevi_area {
    padding: 50px 0px;
    background-color: white;
}

.serevi_head span {
    color: #DA251C;
    border-bottom: 2px solid;
}

.serevi_head h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: 5%;
}

.our_img_move img {
    width: 100%;
    height: 100%;
}

.our_img_move {
    display: flex;
    justify-content: center;
}

.our_img_move {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.image-container {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(228 228 228 / 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.overlay1 {
    clip-path: polygon(0 0%, 100% 3%, 100% 83%, 0% 100%);
}

.overlay2 {
    clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0% 84%);
}

.overlay3 {
    clip-path: polygon(0 14%, 100% 0%, 100% 68%, 0% 100%);
}

.overlay4 {
    clip-path: polygon(0 0%, 100% 14%, 100% 100%, 0% 68%);
}

.image-container:hover .overlay {
    opacity: 1;
}

.servi_box_area {
    display: flex;
    justify-content: space-evenly;
}

.servi_box img {
    width: 85%;
}

.servi_box .test_div {
    border-radius: 10px;
    display: none;
    opacity: 0;
    position: absolute;
    top: 30%;
    left: 2%;
    background-color: rgb(255 255 255);
    color: #fff;
    padding: 20px;
    z-index: 1;
    width: 80%;
    height: 65%;
}

.servi_box .image-container {
    position: relative;
}

.servi_box .image-container:hover+.test_div {
    display: block;
}

.image-container {
    transition: all 0.2s ease-in-out !important;
}


.test_div.test_div_show {
    transition: all 0.2s ease-in-out !important;
}

.image-container:hover .test_div.test_div_show {
    display: block !important;
    opacity: 1 !important;
}

.social_area span {
    color: white;
    margin: 4px 5px;
    font-size: 15px;
}

.test_div_show {
    text-align: center;
}

.test_div_show img {
    width: 40%;
    margin-top: -60px;
}

.test_div_show h4 {
    color: black;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.test_div_show p {
    color: gray;
    font-size: 11px;
    margin-top: 15%;
}

.test_div_btn:hover {
    background: #da251c;
    color: white;
    border-color: #da251c;
}

.test_div_btn {
    background: #da251c;
    border-radius: 100px;
    color: white;
    font-size: 11px;
    width: 60%;
    border-color: #da251c;
}

.cap_boxex {
    display: grid;
    justify-content: space-around;
    align-items: center;
}

.distab_area {
    padding: 50px 0px 130px 0px;
    background-color: white;
}

.cap_boxhead span {
    color: #DA251C;
    border-bottom: 2px solid;
}

.cap_boxhead h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 5%;
}

.cap_boxe_data p {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    min-height: 300px;
    margin: 0 auto;
    width: 90%;
}

.cap_boxe_data h4 {
    font-size: 34px;
    text-align: center;
    font-weight: 600;
}

.cap_boxe_data img {
    width: 100%;
    margin-bottom: 3%;
}

.cap_boxe_data {
    width: 95%;
    margin: 0 auto;
    -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: 15px;
}

.hide_diciplines {
    display: none;
}

.hidee_aboutt {
    display: none;
}

.tab_area_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab_btn_box img {
    width: 70%;
    margin: 0 auto;
}

.tab_btn_box p {
    color: white;
    text-align: center;
    font-size: 18px;
    margin-top: 11px;
    margin-bottom: 0px;
}

.tab_btn_box:hover p {
    color: #da251c;
}

.who_tab_row {
    padding: 50px;
    background: #292929;
}

.who_tab_area {
    padding: 50px 0px 130px 0px;
    background: #EBEBEB;
}

.who_tab_data img {
    width: 100%;
    margin: 0 auto;
}

.who_tab_data h4 {
    font-size: 28px;
    color: white;
    font-weight: 500;
    margin-top: 20px;
}

.who_tab_data p {
    font-size: 15px;
    color: white;
}

.who_tab_data p {
    font-size: 14px;
    color: white;
    line-height: 25px;
    font-weight: 300;
}

.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: #DA251C;
}

.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;
}

.wel_btn {
    color: #fff;
    background-color: #DA251C;
    border-color: #DA251C;
    width: 23%;
    font-size: 15px;
    padding: 6px;
    margin-top: 3%;
    border-radius: 9px;
}

.wel_btn:hover {
    color: #fff;
    background-color: #be0b31d6;
    border-color: #be0b31d6;
}

.row.who_tab_row.pink {
    background-color: transparent;
}

.row.who_tab_row.green {
    background-color: transparent;
}

.row.who_tab_row.yellow {
    background-color: transparent;
}

.part h4 {
    margin-top: 18%;
}

.who_tab_pera h4 {
    font-size: 18px;
    color: #d6251c;
    font-weight: 600;
    margin-top: 18px;
}

.who_tab_pera p {
    font-size: 15px;
    color: #5c5c5c;
    line-height: 23px;
}

.who_resour .row.who_tab_row.blue {
    background: transparent !important;
}

.who_resour .about_wel_data {
    margin-top: 20% !important;
}

.who_resour {
    background-color: white;
    padding: 50px 0px;
}

.serv_area {
    background-color: #EBEBEB;
    padding: 50px 0px 130px 0px;
}

.serv_area_head h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
}

.serv_area_head p {
    font-size: 15px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 3%;
}

.serv_box h4 {
    font-size: 19px;
    color: #DA251C;
    font-weight: 500;
}

.footer_data ul a {
    color: white;
}

.footer_data ul a:hover {
    text-decoration: none;
}

.serv_text_area {
    padding: 50px 0px;
}

.serv_text {
    margin-top: 4%;
}

.reserch_boxes {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px 50px;
}

.reserch_box {
    text-align: center;
    font-size: 17px;
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    background: #EEEEEE;
    width: 20%;
    padding: 25px 0px;
    margin: 0 auto;
    border-radius: 24px;
    border: 2px solid #EEEEEE;
}

.reserch_box:hover {
    background: #DA251C;
    color: white;
}

.reserch_box:hover img {
    filter: brightness(50);
}

.call_btn:hover {
    background: #be0b31d6;
    border-color: #be0b31d6;
    color: white;
}

/* 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 */




@media only screen and (max-width : 768px) {
    .reserch_boxes {
        padding: 40px 0px;
    }

    .reserch_area {
        display: none;
    }

    .line_bg {
        background-image: none;
    }

    .head_menu li a span {
        padding: 0px 0px;
        font-size: 14px !important;
    }

    .header_btn {
        display: none;
    }

    .banner_area {
        height: auto;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 50px 0px 50px 0px;
    }

    .banenr_btn {
        width: auto;
    }

    .four_box img {
        width: 50px;
    }

    .four_box {
        width: 100%;
        padding: 17px 0px;
    }

    .fancy-text {
        font-size: 17px;
    }

    .ini_img img {
        width: 100%;
        float: right;
        position: absolute;
        top: 112px;
    }

    .discipline_boxes img {
        width: 60%;
        padding-bottom: 10px;
    }

    .discipline_boxes {
        padding: 15px 10px;
    }

    .test_div_show h4 {
        display: none;
    }

    .test_div_btn {
        display: none;
    }

    .test_div_show p {
        margin-top: -7px;
    }

    .last_flex img {
        margin-left: 12px;
    }

    .last_flex_text p {
        font-size: 13px;
    }

    div#counterr span {
        font-size: 39px;
    }

    div#counter span {
        font-size: 39px;
    }

    div#counterr h5 {
        font-size: 14px;
    }

    div#counter h5 {
        font-size: 14px;
    }

    .testimonial_data h3 {
        left: 0;
    }

    .form_img img {
        width: 100%;
        top: 250px;
    }

    .who_tab_row {
        padding: 50px 0px;
    }

    .who_tab_area {
        padding: 10px 0px 100px 0px;
        background: #EBEBEB;
    }

    .cap_boxe_data p {
        min-height: 465px;
        width: 100%;
    }

    .serv_box {
        padding: 10px 0px;
    }

}

@media only screen and (max-width : 480px) {
    .reserch_area {
        display: block;
    }

    .reserch_boxes {
        display: grid;
        padding: 0px 0px;
        margin-top: -25px;
    }

    .reserch_box {
        width: 100%;
        padding: 25px 30px;
        margin-bottom: 10px;
    }

    .work_head p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10%;
    }

    .serv_work_area {
        padding: 50px 0px 80px 0px;
    }

    .work_head h2 {
        font-size: 25px;
    }

    .top_head_area {
        display: none;
    }

    .logo_img a img {
        width: 55%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .mobileNav {
        background: rgb(192 13 4);
    }

    .navbar-collapse.nav-collapse.collapse.head_collapse {
        justify-content: flex-start !important;
    }

    .mob_menu {
        color: white;
    }

    .banner_area {
        height: auto;
        background-size: cover;
        max-height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0px 0px 0px 0px;
        width: 100%;
        position: relative;
    }

    .ini_img img {
        float: none;
        margin: 0 auto;
        position: relative;
        top: 0;
        width: 75%;
    }

    .four_box {
        width: 50%;
        margin-bottom: 13px;
    }

    .fancy-text {
        font-size: 9px;
    }

    .discipline_boxes_area {
        display: grid;
    }

    div#counter span {
        font-size: 26px !important;
    }

    div#counter h5 {
        font-size: 10px !important;
        font-weight: 500 !important;
    }

    .servi_box_area {
        display: grid;
    }

    .servi_box img {
        width: 100%;
        margin-top: 20px;
    }

    .servi_box .test_div {
        width: 96%;
    }

    .our_area_data h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .our_img {
        margin-top: 8%;
    }

    .last_flex_box {
        display: grid;
        padding: 20px 15px;
        margin-top: -16%;
    }

    .last_flex_box .last_flex {
        border-right: 2px solid #adadad;
    }

    div#counterr span {
        font-size: 26px !important;
    }

    div#counterr h5 {
        font-size: 10px !important;
        font-weight: 500 !important;
    }

    .testimonial_data img {
        position: relative;
        right: 0;
        top: 0;
        height: 0px;
        display: none;
    }

    .testimonial_slider {
        padding: 50px 0px;
        background-repeat: repeat;
    }

    .testimonial_data {
        display: none;
    }

    .questions_answered {
        width: auto;
    }

    .faq_head h2 {
        font-size: 25px;
    }

    .testihead h2 {
        font-size: 25px;
    }

    .govi_head h2 {
        font-size: 25px;
    }

    .serevi_head h2 {
        font-size: 25px;
    }

    .wecover_data h2 {
        font-size: 25px;
    }

    .cta_flex_box {
        display: grid;
        justify-content: left;
    }

    .form_img img {
        display: none;
    }

    .contact_form {
        width: auto;
    }

    .tab_btn_box p {
        font-size: 12px;
    }

    .tab_btn_box img {
        width: 53%;
    }

    .who_tab_area {
        padding: 0px 0px 100px 0px;
    }

    .who_tab_row {
        padding: 50px 0px;
    }

    .who_tab_data img {
        margin-top: 20px;
    }

    .banner_area_data h1 {
        font-size: 60px !important;
    }

    .cap_boxe_data p {
        min-height: 480px;
    }

    .distab_area {
        padding: 50px 0px 100px 0px;
    }

    .serv_area_head h2 {
        font-size: 25px;
    }

    .serv_box {
        padding: 5px 0px;
    }

    .test_div_show h4 {
        display: block;
    }

    .test_div_show img {
        width: 40%;
        margin-top: -60px;
    }

    .test_div_show p {
        margin-top: 15%;
        font-size: 14px;
    }
}