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

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Josefin Sans', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    border: unset;
    border-radius: 0;
    color: #ffffff !important;
    z-index: 1;
    background: #a61818;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block !important;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}

.theme_btn:hover {
    color: #fff;
    /* background: #000; */
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #242424;
    font-weight: 700;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 17px 0;
    background-color: rgba(26, 120, 182, 1);
    border-color: rgba(232, 232, 232, 1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.menuSec ul li a:hover {
    color: #fff !important;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 25px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #666;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #a51616 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.carousel-inner .carousel-item img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


/*header css starts*/

header {}

header .topSec {
    padding: 25px 30px;
}

header .topSec a {}

header .topSec a img {}

header .topSec .top_left_header {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    align-items: center;
}

header .topSec .top_left_header ul {
    display: flex;
    gap: 10px;
    margin: 0;
}

header .topSec .top_left_header ul li {}

header .topSec .top_left_header ul li a {}

header .topSec .top_left_header ul li a i {
    color: #fff;
    height: 32px;
    width: 32px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    padding: 9px;
}

header .topSec .top_left_header a.call_btn {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 5px 0 0 0;
}

header .topSec .top_left_header ul li:nth-child(1) a i {
    background: #365493;
}

header .topSec .top_left_header ul li:nth-child(2) a i {
    background: #3CF;
}

header .topSec .top_left_header ul li:nth-child(3) a i {
    background: #CB2027;
}

header .topSec .top_left_header ul li:nth-child(4) a i {
    background: #0274B3;
}

header .topSec .top_left_header ul li:nth-child(5) a i {
    background-color: #37AEE2;
}

footer {
    background: #a61818;
    padding: 60px 0;
}

footer .footr_bx {
    padding: 35px;
    background: #fff;
    text-align: center;
    height: 270px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footr_bx img {
    display: block;
    margin: 0 auto 20px;
}

footer .footr_bx a {
    display: block;
    color: #000;
}

footer .footr_bx h6 {}

footer .footr_bx p {
    line-height: 1.5;
    margin: 0;
}

footer .footr_bx .cntr_mddle {}

footer .ftr_Wrp_btm {
    margin: 80px 0 0 0;
}

footer .ftr_Wrp_btm h6 {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}

footer .ftr_Wrp_btm p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 8px 0;
}

.copy_right_line {
    text-align: center;
    padding: 20px 0;
    background: #0d0d0d;
}

.copy_right_line p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.copy_right_line p a {
    color: #1a78b6;
}


/*main banner*/

.main_slider {}

.main_slider .banner_text {}

.main_slider .banner_text h1 {
    font-weight: 700;
    font-size: 69px;
    color: #000;
    width: 90%;
}

.main_slider .banner_text p {
    font-weight: 300;
    font-size: 28px;
    color: #000;
    line-height: 33px;
    margin: 0 0 30px 0;
}

.main_slider .banner_text a {
    background: rgb(168, 24, 24);
    border-radius: 0;
    padding: 10px 50px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.main_slider .banner_text a:hover {}

.carousel-item img {
    width: 100%;
}


/*about sec*/

.about_Sec {
    padding: 60px 0;
}

.about_Sec .abut_img {}

.about_Sec .abut_img img {
    width: 95%;
}

.about_Sec .abut_txt {}

.about_Sec .abut_txt h2 {}

.about_Sec .abut_txt h6 {
    font-size: 22px;
    font-weight: 800;
    width: 70%;
    margin: 0 0 40px 0;
    line-height: 35px;
}

.about_Sec .abut_txt p {}

.about_Sec .abut_txt a {}

.head {
    font-size: 40px;
    color: #951d3e;
    font-weight: 700;
}

.para {
    color: #000;
    font-size: 17px;
    line-height: 1.5;
}


/*our_speacialist*/

.our_speacialist {
    padding: 60px 0;
    text-align: center;
}

.our_speacialist .our_special_wrp {}

.our_speacialist .our_special_wrp h2 {}

.our_speacialist .spacical_Wrp {}

.our_speacialist .spacical_Wrp img {
    border-radius: 50%;
    margin: 0 0 40px 0;
}

.our_speacialist .spacical_Wrp h6 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 50px 0;
}

.we_do {
    background: url(../images/iii.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
    background-repeat: no-repeat;
}

.we_do .we_do_wrp {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.we_do .we_do_wrp h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.4;
    width: 99%;
}

.we_do .we_do_wrp .btn_wrp {
    display: flex;
    justify-content: center;
    gap: 50px;
    height: 90px;
    align-items: flex-end;
    position: relative;
}

.we_do .we_do_wrp .btn_wrp:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    bottom: 0;
    background: #fff;
    left: 300px;
}

a.cont-num {
    border: 0 !important;
    font-size: 18px !important;
    font-style: italic;
    padding: 15px 0 0!important;
}

.we_do .we_do_wrp .btn_wrp a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #ffffff !important;
    z-index: 1;
    background: transparent;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block !important;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}

.we_do .we_do_wrp .btn_wrp p {
    margin: 0;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    line-height: 0;
}

.we_do .we_do_wrp .btn_wrp p span {
    display: block;
}

.why_choose_us {
    padding: 60px 0;
    text-align: center;
}

.why_choose_us .why_wrp {}

.why_choose_us .why_wrp h2 {}

.why_choose_us .why_bx {
    padding: 30px;
    box-shadow: 0 0 4px #000000 !important;
    transition: box-shadow .7s ease;
    height: 350px;
    margin: 0 5px;
}

.why_choose_us .why_bx img {}

.why_choose_us .why_bx h6 {
    font-size: 26px;
    font-weight: 700;
    margin: 20px 0;
}

.why_choose_us .why_bx p {
    margin: 0;
}


/*Our Blogs Start*/

.our-blogs-sec {
    padding: 40px 0;
}

.our-blogs-heading {
    text-align: center;
    margin-bottom: 2%;
}

.our-blogs-buttton-row {
    text-align: center;
    margin-top: 50px;
}

.our-blog-box-img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition: 0.5s;
}

.our-blog-box-img {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-blog-icon {
    position: absolute;
    z-index: 99999;
    left: 0;
    transition: 2s;
    display: none;
}

.our-blogs-silder .slick-active {
    opacity: 1.5;
}

.our-blog-box:hover .our-blog-icon {
    display: block;
    left: inherit;
    transition: 2s;
}

.our-blog-box:hover .our-blog-box-img img {
    transform: scale(1.1);
    transition: 0.5s;
}

.our-blog-box-img:before {
    content: "";
    position: absolute;
    background: #00000061;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
    z-index: 999;
}

.our-blog-box:hover .our-blog-box-img:before {
    opacity: 1;
    transition: 0.5s;
}

.our-blogs-heading h2 {
    margin-bottom: 0;
}

.our-blog-button {
    position: absolute;
    z-index: 9999;
    top: -14px;
    right: 0;
    left: 0;
}

.our-blog-button a {
    background: rgb(166 24 24);
    padding: 8px 15px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif;
}

.blog-page {
    background: #fff;
}

.blog-page .our-article-heading h2 {
    font-size: 40px;
    color: #951d3e;
    text-align: left;
}

.our-blogs-text {
    box-shadow: 0 0 2px 0 #00000061;
    padding: 30px 20px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    background: #fff;
    height: 360px;
}

.our-blogs-silder .slick-prev:before {
    content: "\f053";
    font-weight: 900;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    color: #333 !important;
}

.our-blogs-silder .slick-prev {
    left: -45px;
}

.our-blogs-silder .slick-next:before {
    content: "\f054";
    font-weight: 900;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    color: #333 !important;
    opacity: 3;
}

.our-blogs-date {
    background: #ffff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    top: 10px;
    left: 10px;
    z-index: 99999;
}

.our-blogs-date h2 {
    font-size: 24px;
    margin-bottom: 0;
    color: #333333 !important;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Josefin Sans';
}

.our-blogs-date h2 span {
    display: block;
    font-size: 14px;
}

.our-blog-box {
    position: relative;
}

.our-blog-box:hover .our-blogs-text {
    box-shadow: 0 0 5px 0 #000000ba;
    transition: 0.5s;
}

.our-blogs-text h2 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000 !important;
}

.our-blogs-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.our-blogs-text ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #bbbbbb;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.our-blog-btn a {
    color: rgb(166 24 24);
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.our-article-box-silder .slick-slide {
    margin: 20px 12px;
}

.our-blogs-text p {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #000;
}

.our-blog-icon ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 8px;
}

.our-blog-icon ul li i {
    font-size: 12px;
    color: #fff;
}

.our-blogs-silder .slick-slide {
    margin: 10px 10px;
}

.our-article-box-silder .slick-prev:before {
    content: '\f053';
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
}

.our-article-box-silder .slick-prev {
    left: -70px;
    opacity: 0;
}

.our-article-box-silder:hover .slick-prev {
    left: -25px;
    opacity: 1;
    transition: 0.5s;
}

.our-article-box-silder:hover .slick-next {
    right: -10px;
    opacity: 1;
    transition: 0.5s;
}

.our-article-box-silder .slick-next {
    right: -45px;
    opacity: 0;
}

.our-article-box-silder .slick-next:before {
    content: '\f054';
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
}

.our-article-sec {
    padding: 60px 0;
    background: #fff;
    text-align: center;
}

.our-article-sec h2 {
    color: #951d3e;
}


/*Our Blogs End*/

.testi_Sec {
    padding: 60px 0;
    background: url(../images/ou.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

.testi_Sec .testi_wrp {}

.testi_Sec .testi_wrp h6 {
    margin: 0 0 30px 0;
    color: #0932b5;
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
}

.testi_Sec .testi_wrp h2 {}

.testi_Sec .item_wrp {
    margin: 20px 0 0 0;
}

.testi_Sec .item_wrp p {
    color: #fff;
    font-size: 19px;
    width: 75%;
    margin: 0 auto 20px;
    display: flex;
}

.testi_Sec .item_wrp span {
    color: #fff;
    font-size: 19px;
}

.testi_Sec .item_wrp i {
    color: #EABE12;
}

.testi_Sec .item_wrp .stars {
    margin: 0 0 20px 0;
}

.testi_Sec .slick-dots {
    bottom: -50px;
}

.testi_Sec .slick-dots li button:before {
    font-size: 10px;
}

.testi_Sec .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}

.news_sec {
    background: url(../images/iii.jpg);
    padding: 60px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.news_sec .news_wrp {}

.news_sec .news_wrp h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: 700;
}

ul.pages_list {
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #fff;
}

ul.pages_list li {}

ul.pages_list li a {
    color: #fff;
}

.contact_iframe {}


/*services*/

.basic_sec {
    padding: 60px 0;
    text-align: center;
}

.basic_sec .baci_wrp {}

.basic_sec .baci_wrp h2 {}

.service-page .servi_bx {
    height: 400px;
}

.basic_sec .servi_bx {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 4px #000000 !important;
    transition: box-shadow .7s ease;
}

.basic_sec .servi_bx h6 {
    line-height: 30px;
    font-size: 20px;
    color: #951d3e;
}

.basic_sec .servi_bx h3 {
    line-height: 50px;
    font-size: 40px;
    font-weight: 700;
}

.basic_sec .servi_bx p {}


/*Wajahat Khan*/


/*Contact Us Start*/

section.contact_detail_Sec {
    padding: 60px 0;
}

.contact-us-link ul li a {
    font-size: 25px;
    color: #333333;
}

.contact-us-link ul {
    line-height: 60px;
    margin-bottom: 0;
}

.miscellaneous-information {
    border-left: 1px solid #e6e6e6;
    padding-top: 10px;
    padding-left: 30px;
}

.miscellaneous-information input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 2px solid #e6e6e6;
    margin-bottom: 25px;
}

.miscellaneous-information p {
    margin-bottom: 25px;
}

.miscellaneous-information textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 25px;
    border: 2px solid #e6e6e6;
}

.miscellaneous-button button {
    background-color: #951d3e;
    color: #fff;
    border: none;
    padding: 10px 20px;
}

.miscellaneous-information label {
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
}

.miscellaneous-information h2 {
    font-size: 30px;
    color: #951d3e;
    margin-bottom: 10px;
}


/*Contact Us End*/


/*Carees Start*/

.carees-sec {
    padding: 80px 0;
}

.carees-text h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #951d3e;
}

.carees-text p {
    line-height: 25px;
}

.carees-text ul li {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.carees-text ul {
    line-height: 40px;
}

.carees-text h3 {
    margin-bottom: 10px;
}

.apply-now h2 {
    color: #951d3e;
    font-size: 40px;
    margin-bottom: 10px;
}

.apply-now p {
    line-height: 25px;
}

.apply-now input {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    border: 2px solid #e6e6e6;
    padding: 0 10px;
}

.apply-now select {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    border: 2px solid #e6e6e6;
    padding: 0 10px;
}

.apply-now textarea {
    width: 100%;
    height: 180px;
    padding: 10px 10px;
    resize: none;
    border: 2px solid #e6e6e6;
    margin-bottom: 20px;
}

.apply-now button {
    width: 20%;
    height: 55px;
    text-transform: capitalize;
    border: none;
}

.community-bottom {
    margin-top: 50px;
}

.community-bottom h3 {
    margin-bottom: 10px;
}


/*Carees End*/


/*Wajahat Khan*/


/* SHAHZAIB CSS STRT */


/* ABOUT PAGE STRT */

.abt_sec {
    padding: 60px 0;
}

.approach-sec {
    background-color: #a61818;
    padding: 60px 0;
}

.approach_box * {
    color: #fff;
}

.approach-sec h2 {
    color: #fff;
}

.partner-sec {
    padding: 60px 0;
}

.partner_box p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.partner_box img {
    margin-bottom: 30px;
}


/* ABOUT PAGE END */


/* FAQs  STRT */

.faq_main {
    padding: 0 0 60px 0;
}

.faq-inn-mn button {
    color: #000;
    border-radius: 15px !important;
    box-shadow: unset !important;
    margin-bottom: 0;
    font-weight: 400;
    border: none;
    padding: 0;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

.faq-inn-mn span {
    margin-right: 25px;
}

.faq-inn-mn .accordion-item {
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: unset;
    border-radius: 0;
    padding: 20px 20px;
    border-top: 1px solid #ccc;
}

.faq-inn-mn .accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
    /* border-bottom: 1px solid #F5F5F5; */
    border-radius: 0 !important;
    outline: none;
}

.faq-inn-mn .accordion-button:not(.collapsed) span {
    color: #000;
}

.faq-inn-mn .accordion-body p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.faq-inn-mn .accordion-body {
    padding: 0 0;
}


/* FAQs  END */


/* SHAHZAIB CSS STRT */


/* History Page Start */

section.history-page {
    padding: 80px 0;
}

.sec-head h3 {
    color: #951d3e;
    font-size: 40px;
    text-align: center;
}

.history-box {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.history-text-box {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
    position: relative;
    flex: 1 1 50%;
    padding: 30px 30px 15px;
    background-color: #fff;
    margin: 50px 0;
    width: 93%;
    margin: 20px auto;
}

.history-left:after {
    position: absolute;
    content: '\f105';
    width: 10px;
    height: 10px;
    right: -9px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    z-index: 1;
    color: #ccc;
    font-weight: 600;
}

.history-right:after {}

.history-right:after {
    position: absolute;
    content: '\f104';
    width: 10px;
    height: 10px;
    left: -9px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    z-index: 1;
    color: #ccc;
    font-weight: 600;
}

.history-box .row {
    align-items: center;
}

.history-left h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.history-text-box p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

.history-left {
    text-align: end;
}

.history-box:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    border: 2px dashed #e1e1e1;
}

.history-left:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #1e73be;
    border-radius: 50px;
    right: -42px;
    top: 50%;
    z-index: 1;
}


/* History Page End */


/* Book PAge Start */

section.booking-form-sec {
    padding: 80px 0;
}

ul#myTab {
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    margin: 0 auto;
    position: relative;
    isolation: isolate;
    justify-content: space-between;
    border: none;
    width: 65%;
}

.nav-tabs .nav-link {
    padding: 0;
    border: none;
    text-align: center;
    background: none;
    border-radius: 0 !important;
    position: relative;
    color: #898989;
    transition: 0.75s ease-in-out;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: none;
    color: #ea5f5e;
}

ul#myTab::before {
    position: absolute;
    content: "";
    background: #1c1e28;
    width: 90%;
    height: 4px;
    margin: 0 auto;
    z-index: -1;
    top: 25px;
    left: 0;
    right: 0;
}

.nav-tabs .nav-link span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.nav-tabs .nav-link i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #1c1e28;
    border-radius: 50%;
    font-size: 20px;
    color: #898989;
    position: relative;
    transition: 0.5s ease-in-out;
    transform: scale(0.8);
}

.nav-tabs .nav-link.active i {
    background: #ea5f5e;
    color: #fff;
    transform: scale(1.1);
}

.progress-bar {
    position: relative;
    width: 100%;
    height: 10px;
    background: #1c1e28;
    margin-bottom: 40px;
    border-radius: 20px;
}

.progress-bar span {
    position: absolute;
    width: 25%;
    height: 10px;
    background: #1e7ac4;
    transition: 0.5s ease-in-out;
}

button.nexttab,
button.prevtab {
    background: #207cb8;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 12px 20px;
    text-transform: uppercase;
}

button.prevtab {
    background: #a61818;
    color: #fff;
}

.nxtprev {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.book-form-main-box {
    padding-top: 3% !important;
    padding-right: 8% !important;
    padding-bottom: 4% !important;
    padding-left: 8% !important;
    background-color: #0a0a0a !important;
    border-radius: 15px !important;
}

label {
    color: #fff;
    font-size: 20px;
    margin: 6px 0;
}

label span {
    color: red;
}

.book-form-main-box input,
.book-form-main-box select {
    background-color: #1c1e28;
    border-radius: 35px;
    padding: 12px 20px;
    color: #898989;
    border: none;
    font-size: 14px;
}

.book-form-main-box select {
    background-image: none;
    position: relative;
    display: flex;
    align-items: center;
}

.book-form-main-box input:focus {
    background-color: #1c1e28;
    color: #898989;
}

.select-box {
    position: relative;
    display: flex;
    align-items: center;
}

.select-box::before {
    position: absolute;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Pro';
    right: 18px;
    font-size: 14px;
    font-weight: 700;
    /* width: 10px; */
    /* height: 10px; */
    color: #898989;
    z-index: 1;
    pointer-events: none;
}

.custom-select {
    display: grid;
    grid-template-columns: auto auto auto auto;
    text-align: center;
    gap: 25px;
}

.custom-select-item {
    background: #1c1e28;
    color: #898989;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    font-size: 16px;
    border-radius: 10px;
    gap: 10px;
    transition: 0.4s ease-in-out;
}

.custom-select-item i {
    font-size: 20px;
}

.custom-select-item.selected {
    background: #22b07e;
    transform: scale(1.1);
    color: #fff;
}

.total-amount {
    display: block;
    font-size: 40px;
    color: #fff;
    margin: 10px 0 15px;
}

.custom-select-item:hover {
    border: 1px solid #ea5f5e;
}

.time-field {
    display: none;
}

.login-radio-btn {
    /* display: block; */
    /* column-count: 3; */
}


/* My Css */

.login-radio-btn {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.login-radio-btn .card {
    position: relative;
    display: block;
    flex-direction: unset;
    padding: 20px 0 0;
    min-width: 0;
    background-clip: border-box;
    border: 0;
    border-radius: 0.25rem;
    background: transparent;
    display: inline-grid;
    width: 100%;
    left: 0;
    align-items: center;
    justify-content: flex-start;
}

.card.card-body h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    color: #fff;
}

.step h3 {
    color: #fff;
    font-size: 12.992px;
    font-weight: 400;
    margin: 0 0 4.8px;
}

.login-box h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    color: #fff;
}

.bok-input p {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    color: #fff;
    margin: 0;
}

.bok-input input {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 0;
    margin: 10px 0;
}


/* My Css */


/* book now */

.ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #7C9299 !important;
    padding: 40px 10px;
    border-radius: 0;
    box-shadow: 0 0 20px 0 #00000045;
    border: 0;
}

section.book-now-sec {
    background: #f8f6f6;
    padding: 100px 0;
    margin-bottom: 80px;
}

a.ui-datepicker-next {
    order: 3;
}

.ui-datepicker-title {
    font-size: 23px;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
}

.ui-datepicker-header a {
    font-size: 30px;
}

table.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    margin: auto;
}

table.ui-datepicker-calendar th,
table.ui-datepicker-calendar td {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    height: 100px;
    width: 100px;
    border: 1px solid #000;
    border-color: rgba(38, 84, 124, 0.07) !important;
    background: #fff;
}

table.ui-datepicker-calendar thead {
    border-bottom: 2px solid #7c9299;
    background: #7c9299;
}

div#datepicker {
    background: #000;
    border-radius: 10px;
}

td.ui-datepicker-current-day {
    background: #000;
    border-radius: 10px;
}

table.ui-datepicker-calendar th {
    padding-top: 0;
    background: #7c9299 !important;
    border: 0;
    font-size: 14px;
}

p.bgText {
    font-size: 20px;
}

.calender-box i {
    color: #fff;
}

table.ui-datepicker-calendar td a {
    color: #000;
}

ul#myTab {
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    margin: 0 auto;
    position: relative;
    isolation: isolate;
    justify-content: space-between;
    border: none;
    width: 65%;
    display: none;
}


/* Book PAge End */


/* New Callender */

.calender-box main {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* text-align: center; */
    /* transition: opacity ease .3s; */
}

.calender-box main.modal-is-open {
    opacity: .5;
    z-index: -1;
}

.calender-box .calendar {
    display: block;
    margin: 0 auto;
}

.calender-box table {
    border-collapse: collapse;
    text-align: center;
    background: #f1f3f6 !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.24);
    transition: box-shadow ease .3s;
    width: 100%;
    height: 100%;
}

.calender-box table:hover {
    box-shadow: 4px 8px 32px rgba(0, 0, 0, 0.32);
}

.calender-box thead {
    background: #7C9299 !important;
    font-weight: bold;
}

.calender-box td {
    padding: 1em;
    position: relative;
    color: #000;
    width: 100px;
    height: 100px;
    border: 1px solid;
}

.calender-box tr.weekDays {
    background: #7C9299 !important;
    color: #fff;
    font-weight: bold;
}

.calender-box td.disabled {
    opacity: 1;
    cursor: not-allowed;
}

.calender-box td.today {
    background: #a2bdcc;
    color: #404040;
    border-radius: 12px;
}

.calender-box td.schedule-enable {
    cursor: pointer;
    color: #7c7c7c;
    background: #fff;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #000;
    position: relative;
    z-index: 2;
}

.calender-box td.schedule-disable {
    cursor: not-allowed;
}

.calender-box td.schedule-disable:before {
    content: '';
    width: 30px;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    transform: rotate(45deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.calender-box td.schedule-disable:after {
    content: '';
    width: 30px;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.calender-box td.schedule-enable:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border: 2px solid #1dd59a !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 50px;
    opacity: 0;
}

.calender-box td.schedule-enable:hover:after {
    opacity: 1;
}

.calender-box td.has-event:after {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    background: #ff8d00;
    border-radius: 8px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.calender-box .modal {
    position: fixed;
    top: -50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60%;
    max-width: 90%;
    height: 400px;
    overflow: auto;
    display: block;
    background: #e4e8ea;
    color: #404040;
    box-shadow: 4px 8px 32px rgba(0, 0, 0, 0.32);
    padding: 2em;
    border-radius: 12px;
    transition: top ease .3s;
}

.calender-box .modal.is-open {
    top: 50%;
}

.calender-box .modal .close {
    position: absolute;
    top: 1em;
    right: 1em;
    border: 0;
    background: transparent;
    padding: 1em;
    font-size: 16px;
    cursor: pointer;
}

.calender-box .modal h2 {
    margin-top: 0;
    color: #333333 !important;
    font-size: 20px;
    text-align: center;
    font-family: 'Josefin Sans';
    font-weight: 700;
}

.calender-box .modal form {
    display: flex;
}

.calender-box .modal input {
    width: 100%;
    padding: 0;
    border-radius: 12px;
    border: 1px solid #aaa;
}

.calender-box .modal form button {
    padding: .7em 1em;
    border: 0;
    margin-left: 4px;
    cursor: pointer;
    border-radius: 12px;
}

.calender-box .modal .update,
.calender-box .modal .save {
    background: #65cf73;
}

.calender-box .modal .delete,
.calender-box .modal .cancel {
    background: #de4c4c;
}


/* New Callender */

.donate-input input {
    width: 100%;
    height: 50px;
    padding: 10px 25px;
    color: #03604d;
    font-size: 20px;
    font-family: 'Montserrat' !important;
    font-weight: 700;
    border: 1px solid #999999;
    border-radius: 10px;
    margin-bottom: 20px;
}

.donate-input input::placeholder {
    color: #03604d;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto';
}


/* div#proof {
   display: flex;
   align-items: center;
   justify-content: flex-start;
} */

.dontate-button {
    margin-top: 20px;
}

.donate-text {
    margin-left: 20%;
}


/* Donation Sec Start */

.cl-custom-check {
    display: none;
}

.cl-custom-check+.cl-custom-check-label {
    /* Unchecked style  */
    background-color: #fff;
    color: #6D8298 !important;
    font-size: 16px;
    width: 100%;
    border-radius: 5px !important;
    height: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 10px;
    display: inline-block;
    margin: 0 10px 10px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.6s ease;
    /* border: 1px solid #999; */
    display: flex;
    align-items: center;
    line-height: 20px;
    justify-content: center;
    /* font-family: 'Montserrat'; */
    font-weight: 600;
}

.cl-custom-check:checked+.cl-custom-check-label {
    /* Checked style  */
    background-color: #1dd59a !important;
    color: #fff !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(360deg);
    border: 0;
}

.span-label-text label {
    padding: 20px;
    font-size: 12px !important;
    line-height: 18px !important;
}

.donate-input input {
    width: 100%;
    height: 50px;
    padding: 10px 25px;
    color: #03604d;
    font-size: 20px;
    font-family: 'Montserrat' !important;
    font-weight: 700;
    border: 1px solid #999999;
    border-radius: 10px;
    margin-bottom: 20px;
}

.donate-input input::placeholder {
    color: #03604d;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto';
}

div#proof {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-start; */
    width: 100%;
}

section.privacy-policy-sec {
    padding: 80px 0;
}

.privacy-policy-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.privacy-policy-text p {
    font-size: 16px;
    margin-bottom: 20px;
}


/* Blog Detail Page Start */

.our-blogs-text .blog-detail-box {
    height: 100% !important;
}

.our-blogs-text.our-blogs-text {
    height: auto;
    box-shadow: 0 0 0 0 #000;
    height: 350px;
}

.blog-detail-box .our-blogs-text h2 {
    font-size: 32px;
}

.blog-detail-box .our-blog-box-img img {
    width: 70%;
    margin: 0 auto;
    height: 500px;
    object-fit: cover;
}

.blog-detail-box .our-blogs-date {
    box-shadow: 0 0 7px 0 #0000006e;
}

section.blog-detail-page {
    padding: 80px 0;
}

.blog-detail-box:hover .our-blogs-text {
    box-shadow: 0 0 0 0 #000;
}

.blog-detail-box:hover .our-blog-box-img:before {
    opacity: 0;
}

.blog-botom-text {
    margin-top: 40px;
}

.blog-botom-text h3 {
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 700;
}

.blog-botom-text p {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
}

.blog-form-box ul li:nth-child(1) a i {
    background: #365493;
}

.blog-form-box ul li:nth-child(2) a i {
    background: #3CF;
}

.blog-form-box ul li:nth-child(3) a i {
    background: #CB2027;
}

.blog-form-box ul li:nth-child(4) a i {
    background: #0274B3;
}

.blog-form-box ul li:nth-child(5) a i {
    background-color: #37AEE2;
}

.blog-form-box ul li a i {
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

ul.blog-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
    border-top: 2px solid rgba(113, 113, 113, 0.15);
    padding-top: 20px;
}

.blog-back-btn ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.blog-back-btn ul i {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #000;
}

.blog-back-btn ul h5 a {
    display: block;
    margin-bottom: 0;
    color: #BBB !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.blog-back-btn ul h4 a {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 0;
}

.blog-back-btn ul h5 {
    margin: 0;
}

.blog-back-btn ul h4 {
    margin: 0;
}

.blog-back-btn ul i:hover {
    color: #cb2027;
    border-color: #cb2027;
}

.blog-back-btn ul {
    border-bottom: 2px solid rgba(113, 113, 113, 0.15);
    padding-bottom: 30px;
    margin: 50px 0 60px;
}

.tol-box {
    margin-left: 50px;
}

.tol-box i {
    border: 0 !important;
    color: #ccc !important;
}

.message-box h4 {
    font-size: 24px;
    text-transform: unset;
    font-weight: 700;
    color: #000;
}

.message-box p {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.blog-form-input span {
    color: #E01020;
}

.blog-form-input label {
    font-size: 16px;
    color: #000;
}

.blog-form-input input {
    width: 100%;
    border: 1px solid #000;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.blog-form-input textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
}

.check-box-div input {
    width: 20px;
}

.blog-form-input.check-box-div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

button.btn4 {
    font-size: 14px;
    color: #fff;
    background: #83b735;
    border: 0;
    padding: 10px 20px;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    font-weight: 600;
}


/* Blog Detail Page End */


/* Service Detail PAge Start */

section.service-detail-page {
    padding: 80px 0 0;
}

.service-detail-top h2 {
    font-size: 40px;
    color: #951d3e;
    text-align: center;
}

.service-detail-text p {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.service-detail-text h3 {
    font-size: 18px;
    color: #242424;
    margin-bottom: 20px;
    font-weight: 700;
}


/* Service Detail PAge End */

.carees-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #242424;
}

.community-bottom h3 {
    font-size: 18px;
    color: #242424;
    font-weight: 700;
    margin-bottom: 20px;
}

.community-bottom p {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 26px;
}

.upload-box h3 {
    font-size: 20px;
    margin: 0px 0 10px;
}

.upload-box input {
    border: 0;
}

.image-radio-checked {
    display: none;
}


/* Carear  */

.billing_form label {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 600;
}

.radiosss p {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    margin-bottom: 20px;
    padding-left: 15px;
    font-family: 'Roboto';
    background: transparent;
    border-radius: 50px;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

ul.radiosss.radiosss-payments label {
    color: #fff;
}

button.accordion-button.collapsed {
    font-size: 18px;
    font-weight: 700;
    color: #242424;
    border: 0 !important;
    padding: 0;
    padding-left: 28px;
}

.accordion-item {
    border: 0;
    padding: 0 !important;
}

.accordion-button::after {
    position: absolute;
    content: '\f067';
    width: 10px;
    height: 10px;
    background-image: unset;
    color: #000;
    font-family: 'Font Awesome 5 Free';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.accordion-button:not(.collapsed) {
    background: #fff;
    border: 0 !important;
    box-shadow: 0 0 0 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.accordion-button:not(.collapsed)::after {
    color: #000;
    background-image: unset;
    content: '\f068';
    position: absolute;
}

ul.carear-tab {
    list-style: disc;
}


/* Carear  */


/*Media Query Start*/
@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1291) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1290px){}

@media only screen and (min-width: 768px) and (max-width: 991px){}

@media only screen and (min-width: 520px) and (max-width: 767px){}

@media only screen and (min-width: 300px) and (max-width: 519px){
    html {
    overflow-x: hidden;
}
header .topSec {
    padding: 20px 10px;
}
header .topSec a img {
    width: 100% !important;
    height: auto !important;
}
header .topSec .top_left_header {
    display: block;
    gap: 0;
    justify-content: center;
    align-items: center;
}
header .topSec .top_left_header ul {
    display: flex;
    gap: 10px;
    margin: 0;
    justify-content: center;
    margin: 10px 0;
}
header .topSec .top_left_header a.call_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: #1a78b6;
    padding: 5px;
}
.main_slider .banner_text h1 {
    font-size: 48px;
    width: 93%;
}
.carousel-inner .carousel-item img {
    height: 450px !important;
}
.about_Sec .abut_txt {
    margin-top: 30px;
}
.about_Sec .abut_txt h2 {
    margin-bottom: 0;
}
.about_Sec .abut_txt h6 {
    font-size: 20px;
    width: 100%;
    line-height: 30px;
}
.about_Sec {
    padding: 50px 0;
}
.our_speacialist {
    padding: 50px 0;
}
.head {
    font-size: 37px;
    margin-bottom: 20px;
}
.our_speacialist .spacical_Wrp img {
    margin: 0 0 20px 0;
}
.our_speacialist .spacical_Wrp h6 {
    margin: 0 0 30px 0;
}
.we_do .we_do_wrp h1 {
    font-size: 30px;
    line-height: 1.2;
}
.we_do {
    padding: 50px 0;
}
    .we_do .we_do_wrp {
    width: 100%;
}
.we_do .we_do_wrp .btn_wrp {
    gap: 10px;
}

.we_do .we_do_wrp .btn_wrp p {
    font-size: 14px;
}

.we_do .we_do_wrp .btn_wrp a {
    padding: 10px 10px;
    font-size: 13px;
}
.why_choose_us .why_bx {
    padding: 15px;
    height: 310px;
}

.why_choose_us {
    padding: 50px 0;
}
.our-blogs-text.our-blogs-text {
    height: auto;
    padding: 20px  0;
}
.testi_Sec {
    padding: 50px 0;
}
.testi_Sec .item_wrp p {
    font-size: 16px;
    width: 100%;
}
footer .ftr_Wrp_btm {
    margin: 30px 0 0 0;
}
.basic_sec {
    padding: 50px 0;
}
.basic_sec .servi_bx {
    padding: 30px 10px;
    height: auto;
}
section.service-detail-page {
    padding: 50px 0 0;
}
.history-box:after{
    display: none;
}
.history-box {
    padding-top: 0;
    }
.history-text-box {
    padding: 30px 10px 10px;
    margin: 50px 0;
    width: 100%;
    margin: 10px auto;
}    

.history-left:after {
    display: flex;
    align-items: center;
}
.history-right:after {
    display: flex;
    align-items: center;
}
section.history-page {
    padding: 50px 0 0;
}
.news_sec .news_wrp h2 {
    font-size: 47px;
}
.abt_sec {
    padding: 40px 0;
}
.approach-sec {
    padding: 50px 0;
}
.approach-sec h2 {
    font-size: 28px;
}
.our-article-sec {
    padding: 60px 0 100px;
}
.blog-detail-box .our-blogs-text h2 {
    font-size: 22px;
    line-height: 30px;
}
.blog-detail-box .our-blog-box-img img {
    width: 100%;
    height: 300px;
}
ul.blog-social {
    gap: 10px;
}
.blog-form-box ul li a i {
    height: 40px;
    width: 40px;
    font-size: 19px;
}
.blog-back-btn ul {
    gap: 10px;
    margin: 25px 0;
}
.blog-back-btn ul i {
    width: 20px;
    height: 20px;
    font-size: 10px;
}
.tol-box {
    margin-left: 0;
}
.tol-box i {
    font-size: 20px !important;
}






}
/*Media Query End*/