@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&amp;family=Yeseva+One&amp;display=swap");

* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: 0.3s;
    color: #222222;
}

a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
img,
ul,
ol,
li,
input,
form,
.btn,
.navbar,
.breadcrumb,
.pagination {
    margin: 0px;
    padding: 0px;
    border: 0;
}

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: 'Rubik', sans-serif;
}

h1 {
    font-size: 74px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Yeseva One', cursive;
    color: #ffffff;
}

h1 span {
    display: block;
}

h2 {
    font-size: 36px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
}

h3 {
    font-size: 36px;
    text-transform: capitalize;
    color: #021F41;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #021F41;
}

h5 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: #222222;
}

h6 {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #099bd0;
}

p {
    color: #828282;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

a {
    color: #727070;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
}

.btn_com {
    padding: 7.5px 35px;
    display: inline-block;
    background-image: linear-gradient(to right top, #099bd0, #7EC8E3);
    color: #ffffff;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.pr0 {
    padding-right: 0px;
}

.py_60 {
    padding: 30px 0px;
}

.pt_60 {
    padding-top: 60px;
}

.pb_60 {
    padding-bottom: 60px;
}

.py_90 {
    padding: 30px 0px 30px;
}

.pt_90 {
    padding-top: 90px;
}

.pb_90 {
    padding-bottom: 90px;
}

.mt_30 {
    margin-top: 30px;
}

.dis_none {
    display: none;
}

.btn {
    border-radius: 0;
}

/* header start */
header .header_top_part {
    background: #021F41;
}

header .header_top_part .header_top_content p {
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0px;
}

header .header_top_part .header_top_content ul {
    float: right;
}

header .header_top_part .header_top_content ul li {
    float: left;
}

header .header_top_part .header_top_content ul li a {
    display: block;
    padding: 10.5px 25px;
    background: #7EC8E3;
    color: #ffffff;
    font-size: 14px;
    text-transform: none;
}

header .header_top_part .header_top_content ul li a i {
    color: #ffffff;
    font-size: 14px;
    padding-right: 10px;
}

header .header_top_part .header_top_content ul li:last-child a {
    /* background: #7EC8E3; */
    background: #099bd0;
}

header .menu_part {
    padding: 0px 0px;
}

header .menu_part .menu_main .nav-item {
    position: relative;
}

header .menu_part .menu_main .nav-item .nav-link {
    padding: 10px 10px;
    color: #727070;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.4s;
}

header .menu_part .menu_main .nav-item:hover .nav-link {
    color: #7EC8E3;
}

header .menu_part .menu_main .nav-item ul {
    position: absolute;
    width: 250px;
    left: 0;
    top: 100%;
    padding: 10px 10px;
    background: #099bd0;
    /* transform: scaleY(0);
    transform-origin: top center; */
    z-index: 9999;
    display: none;
}

header .menu_part .menu_main .nav-item ul li a {
    padding: 8px 0px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.4s;
    text-align: left;
}

header .menu_part .menu_main .nav-item ul li:hover a {
    color: #7EC8E3;
}

header .menu_part .menu_main .nav-item:hover ul {
  /* transform: scaleY(1);
  max-width: 250px;
  max-height: 400px;
  transition: transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start; */
  width: 250px;
  display: block;
}

header .menu_part .menu_main .active .nav-link {
    color: #099bd0;
}

header .menu_part .extra_btn {
    margin-left: 20px;
}

header .menu_part .extra_btn .nav-item .btn_com {
    margin: 0px 10px;
    padding: 10px 35px;
    color: #ffffff;
}

header .menu_part .extra_btn .nav-item:last-child .btn_com {
    margin-right: 0;
}

/* header end */
/* banner_part start */
.banner_part #block .overlay_banner {
    width: 100%;
    height: 750px;
    background: rgba(192, 91, 6, 0.5);
}

.banner_part #block .overlay_banner .banner_content {
    margin-top: 50%;
    transform: translateY(-50%);
}

.banner_part #block .overlay_banner .banner_content h1 {
    padding-bottom: 20px;
}

.banner_part #block .overlay_banner .banner_content p {
    font-size: 26px;
    color: #ffffff;
    font-weight: 400;
}

/* banner_part end */
/* any_questions start */
.any_questions {
    position: relative;
    bottom: 75px;
    left: 0;
    right: 0;
    z-index: 999;
}

.any_questions .any_questions_content {
    padding: 50px 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
    z-index: 999;
}

.any_questions .any_questions_content h4 {
    color: #021146;
    font-size: 26px;
}

.any_questions .any_questions_content p {
    color: #444444;
}

.any_questions .any_questions_content a {
    float: right;
    /* color: #6C3200; */
    font-size: 16px;
    padding: 15px 35px;
}

/* any_questions end */
/* common_heading start */
.common_heading {
    /* padding-bottom: 30px; */
    padding-bottom: 30px;
}

.common_heading h2{
    color: #01208E;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 10px;
}

.common_heading h3{
    color: #021F41;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 10px;
}

.common_heading h3 span {
    display: block;
}

.common_heading h6 {
    padding-bottom: 10px;
}

/* common_heading end */
/* we_provide_part start */
.we_provide_part .service_item {
    margin-top: 30px;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
    border-radius: 5px;
}

.we_provide_part .service_item img {
    padding-top: 10px;
    text-align: center;
}

.we_provide_part .service_item h4 {
    padding-top: 5px;
}

.we_provide_part .service_item p {
    padding-top: 10px;
}

/* we_provide_part end */
/* about_part start */
.about_part {
    background: url(../images/about_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    transform: scale(1);
}

.about_part .about_img img {
    margin-top: -30px;
}

.about_part .about_content {
    margin-top: 30px;
}

.about_part .about_content h6 {
    padding-bottom: 10px;
}

.about_part .about_content h3 {
    padding-bottom: 10px;
}

.about_part .about_content h4 {
    padding-bottom: 20px;
    color: #444444;
    font-weight: 400;
}

.about_part .about_content p {
    padding-top: 30px;
}

/* about_part end */
/* our_destination_part start */
.our_destination_part .destination_item {
    margin-top: 30px;
    background: #F9F9F9;
    border-radius: 10px;
    transition: 0.4s;
}

.our_destination_part .destination_item .destination_item_cotent {
    padding: 30px 15px 30px;
}

.our_destination_part .destination_item .destination_item_cotent h5 {
    color: #01208E;
    padding-bottom: 10px;
}

.our_destination_part .destination_item .destination_item_cotent p {
    padding-bottom: 20px;
}

.our_destination_part .destination_item .destination_item_cotent a {
    color: #099bd0;
}

.our_destination_part .destination_item:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.26);
}

/* our_destination_part end */
/* why_choice_part start */
.why_choice_part {
    background: url(../images/why-choose.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    transform: scale(1);
}

.overlay_why_choice{
    /* background: rgba(12, 34, 64, 0.9); */
    background: rgb(95 100 105 / 90%);
}

.why_choice_part .why_choice_form {
    padding: 50px 25px;
    /* background: #ffffff; */
    background: #41479b;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
    border-radius: 5px; */
}

.why_choice_part .why_choice_form h6 {
    padding-bottom: 5px;
    font-size: 20px;
}

.why_choice_part .why_choice_form h5 {
    font-size: 30px;
    padding-bottom: 30px;
    color: #01208E;
    font-size: 22px;
    font-weight: 600;
}

.why_choice_part .why_choice_form .form-control {
    color: #BBBBBB;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    border-color: #f1f1f1;
    border-radius: 5px;
    margin-top: 15px;
}

.why_choice_part .why_choice_form textarea.form-control {
    height: 100px;
    resize: none;
}

.why_choice_part .why_choice_form .btn_submit {
    display: block;
    padding: 10px 25px;
    width: 100%;
    background-image: linear-gradient(to right top, #099bd0, #7EC8E3);
    color: #ffffff;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
}

.why_choice_part .why_choice_content {
    /* margin-top: 30px;
    padding-top: 50px; */
}

.why_choice_part .why_choice_content h3 {
    padding-top: 50px;
    font-size: 32px;
}

.why_choice_part .why_choice_content p {
    padding: 15px 0px 15px;
}

.why_choice_part .why_choice_content .why_choice_content_num {
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
    margin: 15px 0px;
}

.why_choice_part .why_choice_content .why_choice_content_num .why_choice_content_num_icon {
    height: 90px;
    width: 90px;
    border-radius: 5px;
    background-image: linear-gradient(to right top, #099bd0, #7EC8E3);
}

.why_choice_part .why_choice_content .why_choice_content_num .why_choice_content_num_icon img {
    margin-top: 50%;
    transform: translateY(-50%);
}

.why_choice_part .why_choice_content .why_choice_content_num .why_choice_content_num_con {
    margin-left: 15px;
}

.why_choice_part .why_choice_content .why_choice_content_num .why_choice_content_num_con h5 {
    color: #01208E;
    padding-top: 20px;
    font-weight: 700;
}

.why_choice_part .why_choice_content .why_choice_content_num .why_choice_content_num_con p {
    padding: 0;
}

.why_choice_part .why_choice_content h5 {
    color: #01208E;
    padding: 30px 0px 20px;
}

.why_choice_part .why_choice_content ul li {
    float: left;
}

.why_choice_part .why_choice_content ul li p {
    padding: 0;
    text-align: center;
    margin-top: -10px;
    font-size: 12px;
}

/* why_choice_part end */
/* feedback_part start */
.feedback_part .owl-carousel .owl-stage-outer {
    padding: 15px;
    margin: 5px;
}

.feedback_part .slide_feedback_item {
    margin-top: 20px;
    padding: 30px 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.feedback_part .slide_feedback_item .slide_feedback_item_top_content {
    padding-left: 15px;
}

.feedback_part .slide_feedback_item .slide_feedback_item_top_content h5 {
    padding-top: 5px;
}

.feedback_part .slide_feedback_item .slide_feedback_item_top_content p {
    color: #757575;
    padding-bottom: 3px;
    padding-top: 0;
}

.feedback_part .slide_feedback_item .slide_feedback_item_top_content span i {
    color: #FF8117;
    font-size: 16px;
}

.feedback_part .slide_feedback_item p {
    padding-top: 25px;
}

/* feedback_part end */
/* our_blog_part start */
.our_blog_part {
    background: url(../images/about_bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    transform: scale(1);
}

.our_blog_part .blog_item {
    margin-top: 30px;
    padding-bottom: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    background: #ffffff;
}

.our_blog_part .blog_item .blog_item_content {
    padding: 15px;
}

.our_blog_part .blog_item .blog_item_content small {
    color: #444444;
    padding-bottom: 10px;
    display: inline-block;
}

.our_blog_part .blog_item .blog_item_content h5 {
    padding-bottom: 15px;
    font-size: 24px;
}

.our_blog_part .blog_item .blog_item_content p {
    padding-bottom: 25px;
}

.our_blog_part .blog_item .blog_item_content a {
    color: #7EC8E3;
}

.our_blog_part .extra_btn a {
    /* color: #6C3200; */
}

/* our_blog_part end */
footer .extra_part {
    margin-top: 90px;
}

footer .extra_part .extra_part_content {
    position: relative;
    z-index: 999;
}

footer .extra_part .extra_part_content .overlay_extra_part_content {
    position: absolute;
    left: 5%;
    top: 80px;
    width: 90%;
}

footer .extra_part .extra_part_content .overlay_extra_part_content .overlay_extra_part_content_text h2 {
    padding-bottom: 15px;
}

footer .extra_part .extra_part_content .overlay_extra_part_content .overlay_extra_part_content_text p {
    color: #ffffff;
}

footer .extra_part .extra_part_content .overlay_extra_part_content .overlay_extra_part_content_text a.btn_com {
    margin-top: 50px;
    padding: 10px 50px;
}

footer .footer_main {
    background: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    transform: scale(1);
    z-index: -1;
    padding: 30px 0px 30px;
}

footer .footer_main .footer_item {
    margin-top: 30px;
}

footer .footer_main .footer_item h5 {
    padding-bottom: 40px;
}

footer .footer_main .footer_item .footer_item_icon {
    margin-right: 15px;
}

footer .footer_main .footer_item .footer_item_icon i {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background: #7EC8E3;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

footer .footer_main .footer_item .footer_item_con a,
footer .footer_main .footer_item .footer_item_con p {
    font-weight: 300;
    line-height: 1.3;
    color: #444444;
}

footer .footer_main .footer_item .footer_item_con a {
    line-height: 40px;
}

footer .footer_main .footer_item h6 {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

footer .footer_main .footer_item .social_ft li a {
    height: 35px;
    width: 35px;
    background: #1877F2;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin-right: 15px;
    display: block;
}

footer .footer_main .footer_item .social_ft li a i {
    line-height: 35px;
}

footer .footer_main .footer_item .link_impt li a {
    padding: 7.5px 0px;
    display: block;
    color: #444444;
}

footer .footer_main .footer_item .link_impt li:first-child a {
    padding-top: 0;
}

footer .copy_right_part {
    padding: 15px 0px;
    background: #717070;
}

footer .copy_right_part .copy_right_content p {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}

footer .copy_right_part .copy_right_content p a{
    color: #7EC8E3;
    font-weight: 400;
    font-size: 14px;
}

/* others_banner_part start */
.others_banner_part {
    background: url(../images/others_banner.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding: 70px 0px;
}

.others_banner_part .others_banner_content h1 {
    color: #ffffff;
    font-size: 40px;
}

/* others_banner_part end */

/* breadcrumb_part start */
.breadcrumb_part {
    background: #f5f5f5;
    padding: 12px 0px;
}

.breadcrumb_part .breadcrumb .breadcrumb-item a,
.breadcrumb_part .breadcrumb .breadcrumb-item {
    color: #222222;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.breadcrumb_part .breadcrumb .breadcrumb-item a i,
.breadcrumb_part .breadcrumb .breadcrumb-item i {
    padding-right: 5px;
}

.breadcrumb_part .breadcrumb .breadcrumb-item a a i,
.breadcrumb_part .breadcrumb .breadcrumb-item a i {
    padding-right: 5px;
}

.breadcrumb_part .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0;
    color: #6c757d;
    display: none;
    content: var(--bs-breadcrumb-divider, "");
}

/* breadcrumb_part end */

/* abroad_dtls_part start */
.abroad_dtls_part .abroad_dtls_content img {
    margin-bottom: 20px;
}

.abroad_dtls_part .abroad_dtls_content h2 {
    color: #222222;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 32px;
}

.abroad_dtls_part .abroad_dtls_content h3{
  font-size: 30px;
  color: #01208E;
  font-weight: bold;
}

.abroad_dtls_part .abroad_dtls_content h4{
  font-size: 28px;
  color: #01208E;
  font-weight: bold;
}

.abroad_dtls_part .abroad_dtls_content h5{
  font-size: 26px;
  color: #01208E;
  font-weight: bold;
}

.abroad_dtls_part .abroad_dtls_content h6{
  font-size: 24px;
  color: #01208E;
  font-weight: bold;
}

.abroad_dtls_part .abroad_dtls_content p {
    padding-bottom: 20px;
    color: #444444;
    text-align: justify;
}

.abroad_dtls_part .abroad_dtls_side_nav ul {
    border: 1px solid rgba(0, 26, 255, 0.16);
    border-radius: 10px;
}

.abroad_dtls_part .abroad_dtls_side_nav ul h5 {
    padding: 15px 20px;
    background: #099bd0;
    color: #ffffff;
    border-radius: 10px 10px 0px 0px;
}

.abroad_dtls_part .abroad_dtls_side_nav ul li a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 26, 255, 0.16);
}

.abroad_dtls_part .abroad_dtls_side_nav ul li a i {
    padding-right: 8px;
}

.abroad_dtls_part .abroad_dtls_side_nav ul li:last-child a {
    border: 0;
}

.abroad_dtls_part .abroad_dtls_side_nav ul li:hover a {
    color: #0075FF;
}

.abroad_dtls_part .abroad_dtls_side_nav ul li:hover a i {
    color: #0075FF;
}

.abroad_dtls_part .abroad_dtls_side_nav ul .active a {
    color: #099bd0;
}

.abroad_dtls_part .abroad_dtls_side_nav ul .active a i {
    color: #0075FF;
}

/* abroad_dtls_part end */
/* abroad_list_part start */
.abroad_list_part .abroad_list_table .table_content {
    width: 100%;
    border-radius: 10px;
    background: #F7F9FF;
}

.abroad_list_part .abroad_list_table .table_content tr td h5 {
    padding: 15px 30px;
    background: #099bd0;
    color: #fff;
}

.abroad_list_part .abroad_list_table .table_content tr .td_bar {
    padding: 15px 30px;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
}

.abroad_list_part .abroad_list_table .table_content tr .td_bar span {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
}

.abroad_list_part .abroad_list_table .table_content tr .td_bar a {
    color: #099bd0;
    font-size: 16px;
    text-align: center;
    text-transform: lowercase;
}

.abroad_list_part .abroad_list_table .table_content tr .td_bar .btn_com {
    color: white;
    text-transform: capitalize;
}

.contact_part .apply_part_dtls_sec_form,
.apply_part_dtls .apply_part_dtls_sec_form {
    margin-top: 30px;
    border: 1px solid #dadada;
    padding: 30px 25px 30px;
}

.contact_part .apply_part_dtls_sec_form h3,
.apply_part_dtls .apply_part_dtls_sec_form h3 {
    padding-bottom: 7.5px;
}

.contact_part .apply_part_dtls_sec_form p,
.apply_part_dtls .apply_part_dtls_sec_form p {
    padding-bottom: 20px;
}

.contact_part .apply_part_dtls_sec_form .form-control,
.apply_part_dtls .apply_part_dtls_sec_form .form-control {
    margin-top: 7px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
}

.contact_part .apply_part_dtls_sec_form .form-select,
.apply_part_dtls .apply_part_dtls_sec_form .form-select {
    margin-top: 7px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #777;
}

.contact_part .apply_part_dtls_sec_form textarea.form-control,
.apply_part_dtls .apply_part_dtls_sec_form textarea.form-control {
    height: 150px;
    resize: none;
}

.contact_part .apply_part_dtls_sec_form .btn_send,
.apply_part_dtls .apply_part_dtls_sec_form .btn_send {
    margin-top: 20px !important;
    padding: 11px 74px;
    margin: 0 auto;
    margin-top: 0px;
    border: none;
    /* background: #172e5e; */
    color: #fff;
    cursor: pointer;
    display: table;
    transition: 0.4s;
    border-radius: 0;
    background-image: linear-gradient(to right top, #099bd0, #7EC8E3);
}

.contact_part .apply_part_dtls_sec_form .btn_send:hover,
.apply_part_dtls .apply_part_dtls_sec_form .btn_send:hover {
    background: #7EC8E3;
}

.contact_part .contact_part_dtls_sec_form {
    border: 0;
    padding: 0;
}

.contact_part .contact_part_dtls_sec_info {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    padding: 30px 15px;
}

.contact_part .contact_part_dtls_sec_info .contact_part_dtls_sec_info_icon i {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    line-height: 60px;
    font-size: 25px;
    color: #ff7400;
    text-align: center;
}

.apply_dlts_content_form .form-label{
  font-weight: 500;
  margin-bottom: 0px;
}

.about_details_part{

}

.about_details_part h4{
  margin-top: 20px;
}

.about_details_part h3{
  margin-bottom: 30px;
}

.about_details_part p{
  margin-bottom: 20px;
}

.service_details_part{

}

.service_details_part h2 {
    color: #222222;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 32px;
}

.service_details_part h3{
  font-size: 30px;
  color: #01208E;
  font-weight: bold;
  margin-bottom: 20px;
}

.service_details_part h4{
  font-size: 26px;
  color: #01208E;
  font-weight: bold;
  margin-bottom: 15px;
}

.service_details_part h5{
  font-size: 24px;
  color: #01208E;
  font-weight: bold;
  margin-bottom: 15px;
}

.service_details_part h6{
  font-size: 22px;
  color: #01208E;
  font-weight: bold;
  margin-bottom: 15px;
}

.service_details_part p {
    color: #444444;
    text-align: justify;
    padding-bottom: 15px;
}

/* gallery_part start */
.gallery_part {
}

.gallery_part .gallery_slide_item {
    margin-top: 30px;
}

.gallery_part .gallery_slide_item .gallery_slide_item_img {
    /* border: 7px solid #f7f7f7;
    border-radius: 10px; */
}

.gallery_part .gallery_slide_item .gallery_slide_item_img img {
	border-radius: 10px;
}

.gallery_filter_part .button-group{
  margin-bottom: 30px;
  border-bottom: 2px solid #172e5e;
  display: inline-block;
}
.gallery_filter_part .button-group  .button {
  cursor: pointer;
  padding-left: 12px;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  display: inline-block;
  padding: 7px 24px;
  background: transparent;
  text-transform: capitalize;
  transition: 0.4s;
  margin: 10px 0px 0px 0px;
  font-weight: 600;
  font-size: 17px;
}
.gallery_filter_part .button-group  .button.ck_1st{
    margin-left: 0 ;
}
.gallery_filter_part .button-group  .button.ck_last{
    margin-right: 0;
}
.gallery_filter_part .button-group .button::after {
    position: absolute;
    height: 100%;
    width: 0%;
    content: "";
    top: 0;
    left: 0;
    background: #172e5e;
    z-index: -1;
    transition: 0.4s;
}

.gallery_filter_part .button-group .button:hover::after {
    width: 100%;
}

.gallery_filter_part .button-group .button:hover {
    color: #ffffff;
}

.gallery_filter_part .button.is-checked {
    color: #ffffff;
}

.gallery_filter_part .button.is-checked::after {
    width: 100%;
}

/*partner part code start*/
.our_partner_part .brand_slide_item {
    border: 1px solid #ddd;
    padding: 10px 30px;
    border-radius: 3px;
}

.our_partner_part .owl-carousel .owl-item img {
    display: block;
    width: auto;
}


/* Custom styling */
.swiper-container {
    width: 100%;
    /* height: 100vh; Full viewport height */
    position: relative;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000; /* Slide background color */
    color: white;
    text-align: center;
  }

  .banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .swiper-button-next, .swiper-button-prev {
    color: white;
  }

  .swiper-pagination-bullet {
    background-color: white;
  }

  .ck-editor__editable {min-height: 170px;}




.feedback_part .owl-carousel .owl-stage-outer{
    padding: 0px !important;
}

