/*
  Theme Name: Dakhil 2004 Bangladesh HTML Template
  Author: mohasagorit.solutions
  Support: info@mohasagorit.solutions
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Google Fonts
2. Theme Default
3. Section Heading
4. Header
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
*/

/*
==========================================
    Google Fonts
==========================================
*/
/* font-family: 'Poppins', sans-serif;  */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inspiration&display=swap");

/*
==========================================
    Theme Default Css
==========================================
*/
* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
}

:root {
    --themeColor: #ff3c00;
    --white: #ffffff;
    --black: #4a4a4a;

    --headerTopBackground: #263045;
    --sectionBackground: #edf5f8;
    --footerBackground: #1d2746;

    --allHeadingColor: #1d2746;

    --menuColor: #333333;
    --overlayBackground: #0000006b;

    --border: 1px solid #e7e7e7;
    --shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
}

img {
    max-width: 100%;
}

p {
    color: var(--black);
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--allHeadingColor);
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

*::-moz-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::-webkit-input-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*:-ms-input-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::-ms-input-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::-moz-selection {
    background: #ffffff;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #ffffff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #3367d1;
    color: #fff;
    text-shadow: none;
}

.section_padding {
    padding: 70px 0px;
}

.section_padding_bottom {
    padding-bottom: 60px;
}

.section_padding_top {
    padding-top: 60px;
}

.section_bg {
    background-color: var(--sectionBackground);
}

/*
==============================================================
    Common Button Css
==============================================================
*/
.common_btn {
    background-color: var(--themeColor);
    color: var(--white);
    padding: 15px 40px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid var(--themeColor);
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.common_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: var(--white);
    z-index: -1;
}

.common_btn:hover:after {
    width: 100%;
}

.common_btn:hover {
    color: var(--allHeadingColor);
    border-color: var(--allHeadingColor);
}

/* common button two */
.common_btn_two {
    background-color: var(--white);
    color: var(--black);
    padding: 15px 40px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.common_btn_two::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: var(--allHeadingColor);
    z-index: -1;
}

.common_btn_two:hover:after {
    width: 100%;
}

.common_btn_two:hover {
    color: var(--white);
}

label#name-error {
    color: #c65848;
}

label#email-error {
    color: #c65848;
}

label#subject-error {
    color: #c65848;
}

.msg-error {
    color: #c65848;
}

.g-recaptcha.error {
    border: solid 2px #c64848;
    padding: 0.2em;
    width: 19.5em;
    border-radius: 5px;
}

/*
==============================================================
    Video Banner Area Css
==============================================================
*/

.hero_banner_area {
    width: 100%;
    height: 91vh;
    position: relative;
}

/* .jarallax.hero_banner_area::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
} */

.hero_banner_item {
    width: 100%;
}

.hero_banner_item .hero_banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    z-index: 1;
}

.hero_banner_item .hero_banner_caption {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    /* width: 200px; */
}

.hero_banner_item .hero_banner_caption a {
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
    border-radius: 40px;
    font-weight: 600;
    line-height: 95px;
    padding: 13px 40px;
    text-transform: capitalize;
    border: none;
    margin-right: 15px;
    /* box-shadow: 0 0 25px rgba(24,24,24,.9); */
    transition: all 0.3s;
    background-color: var(--themeColor);
    color: #ffffff;
}

.hero_banner_item .hero_banner_caption a:hover {
    background-color: #fff;
    color: #000;
}

/*
==============================================================
    New about page Area Css
==============================================================
*/

/* .a_s_c {
    width: 100%;
    padding-right: 90px;
    padding-left: 90px;
    margin-right: auto;
    margin-left: auto;
} */
.about_page_intro_part {
    background-color: #f6f7f9;
    padding-top: 3em;
    padding-bottom: 2em;
}

.about_page_team_member_part .title_in {
    padding-bottom: 0px !important;
}

.intro_title h2 {
    color: #212121;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
}
.intro_description p {
    text-align: left;
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    max-width: 1035px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
.about_page_branding_content {
    margin: 60px 0px;
}
.branding_title h2 {
    text-align: center;
    color: #212121;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
    padding-bottom: 10px;
}
.branding_description p {
    text-align: left;
    color: #212121;
    font-size: 17px;
    font-weight: 400;
}

/*
==============================================================
    About Us Area Css
==============================================================
*/

.about_img {
    width: 100%;
    height: 100%;
}

.about_img img {
    width: 100%;
    height: 100%;
}

.about_content_us .about_top_title {
    color: var(--themeColor);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin: 0 0 5px;
    font-family: "Roboto", Sans-serif !important;
}
.about_content_us .about_title {
    font-size: 35px;
    margin-bottom: 30px;
    text-transform: capitalize;
    margin-top: 10px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Roboto", Sans-serif !important;
    position: relative;
    padding-bottom: 20px;
}
.about_content_us .about_title::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 52px;
    height: 4px;
    left: 0;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: var(--themeColor);
}

.about_content_us .about_title span {
    color: var(--themeColor);
}

.about_content_us .about_dec {
    font-size: 16px;
    line-height: 24px;
    color: #6d6d6d;
    font-weight: 600;
    margin-bottom: 30px;
}

.about_icon_box {
    display: flex;
    align-items: start;
    gap: 25px;
    margin-bottom: 20px;
}

.about_icon_box_content {
    max-width: 450px;
}
.about_icon_box_icon .icon svg {
    width: 50px;
    height: 50px;
    color: #f12a02;
}

.about_icon_box_content h2 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.about_icon_box_content p {
    font-size: 16px;
    line-height: 24px;
    color: #6d6d6d;
}

/*
==============================================================
    Team Slider Area Css
==============================================================
*/

.our_team_area {
    background-image: url("https://mohasagorit.solutions/public/frontend/assets/images/team/bg.png");
}

.team_member_image_content {
    max-width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #dce9f0;
}
.team_member_designation_content h5 {
    text-transform: uppercase;
    color: #686a6f;
    font-size: 14px;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 10px;
    text-align: center;
}
.team_member_designation_content h4 {
    color: var(--allHeadingColor);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}
.team_member_designation_content {
    padding: 15px 0px;
}
.team_member_img {
    text-align: center;
}
.team_member_img img {
    border-radius: 10px 10px 0px 0px;
    max-width: 100%;
    object-position: center;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.team_slider_title h2 {
    color: #212121;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
}
.team_slider_subtitle {
    display: flex;
    justify-content: center;
}
.team_slider_subtitle p {
    color: #212121;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    max-width: 900px;
}

.team_slider .swiper-pagination {
    position: revert;
    margin-top: 15px;
}
.team_slider .swiper-pagination-bullet-active {
    background: var(--themeColor);
}
.team_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

/* .client_slider .swiper-pagination {
    position: revert;
    margin-top: 15px;
} */
/* .client_slider .swiper-pagination-bullet-active {
    background: var(--themeColor);
}
.client_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
} */

/*
==============================================================
    Service Area Css
==============================================================
*/

.our_servie_area {
    background-color: #f4f7fc;
    background-image: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2020/09/service-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    /* padding: 60px 0px; */
}

.title_in {
    position: relative;
    padding-bottom: 40px;
    text-align: center;
}

.title_tx h5 {
    color: #ff3c00;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin: 0 0 5px;
}

.title_tx h2,
.title_tx h3 {
    font-size: 35px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 700;
}

.title_tx {
    padding-bottom: 15px;
}

.title_ptx p {
    font-size: 16px;
    line-height: 22px;
    color: #6d6d6d;
    max-width: 850px;
    margin: 0 auto;
}
.service_box {
    padding: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}
.service_box_thumb {
    position: relative;
}

.service_box_thumb {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.service_box_thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.service_box_icon {
    position: absolute;
    right: 21px;
    bottom: -46px;
}

.service_box_icon i {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--themeColor);
    width: 70px;
    height: 70px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
}

.service_box .service_content {
    padding: 33px 14px 0;
}

.service_content .service-box-title h2 {
    font-size: 19px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner_img {
    width: 100%;
    max-height: 700px;
}

.banner_img img {
    width: 100%;
    height: 100%;
}

.service_box_desc p {
    font-size: 16px;
    color: #6d6d6d;
    line-height: 22px;
    margin-bottom: 16px;
}
.service_btn {
    position: relative;
}
.service_btn a {
    border-radius: 0;
    color: #202020;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: capitalize;
    font-weight: 500;
    background: #f4f7fc;
    padding: 16px 22px;
    position: relative;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}
.service_btn a i {
    font-size: 14px;
    margin-left: 7px;
}

.service_btn a::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 19%;
    height: 100%;
    z-index: -1;
    transform: skew(-29deg);
    padding-left: 20px;
    background: var(--themeColor);
    transition: 0.3s;
}

.service_btn a::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px 0 5px 7px;
    border-style: solid;
    display: block;
    right: 13px;
    border-color: transparent transparent transparent #f5f5f5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.service_btn::after {
    content: "";
    position: absolute;
    right: 20px;
    background: #fff;
    width: 29px;
    height: 2px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.service_box:hover .service_btn > a {
    background: var(--themeColor);
    color: #fff;
}

.service_box:hover .service_btn a::after {
    background: #212121;
}

.oru_service_slider .swiper-pagination {
    position: revert;
    margin-top: 15px;
}
.oru_service_slider .swiper-pagination-bullet-active {
    background: var(--themeColor);
}
.oru_service_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

/*
==============================================================
    Why choose us Area Css
==============================================================
*/
.why_choose_us_service_content {
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    background-color: var(--white);
    padding: 20px;
    border-radius: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    text-align: center;
    border: 1px solid #eee;
}

.why_choose_us_service_icon {
    text-align: center;
}

.why_choose_us_service_icon i {
    font-size: 30px;
    color: var(--themeColor);
    width: 70px;
    height: 70px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.why_choose_us_service_content:hover .why_choose_us_service_icon i {
    background-color: var(--themeColor);
    color: #fff;
}

.why_choose_us_service_content_details {
    text-align: left;
    margin: 15px 10px;
}

.why_choose_us_service_title_link {
    font-size: 22px;
    color: #1d2746;
    font-weight: 600;
    transition: 0.3s;
    /* padding: 0px; */
}

/* .why_choose_us_service_title_link:hover {
    color: var(--themeColor);
} */

.why_choose_us_service_details p {
    text-align: center;
    margin-top: 5px;
    font-size: 15px;
    line-height: 22px;
}

.single_client_review {
    width: 100%;
    height: 100%;
}
.single_client_review img {
    width: 100%;
    height: 100%;
}

/*
==============================================================
    Section Heading Css
==============================================================
*/
.section_heading h5 {
    font-size: 14px;
    color: var(--themeColor);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.section_heading h2 {
    font-weight: 700;
    font-size: 30px;
}

/*
==============================================================
    Header Area Css
==============================================================
*/

/*
====================
Header Top Css
====================
*/

.fixed_margin_top {
    padding-top: 110px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 60px;
}

.header_bottom {
    z-index: 999999999999;
    background: #fff;
    /* padding: 10px; */
    position: fixed;
    width: 100%;
    /* border-bottom: 1px solid #dce9f0; */
}

.header_top {
    border-bottom: 1px solid rgb(239 68 68 / 10%);
}

.header_top_address_and_email i {
    float: left;
    padding: 5px;
}

.header_top_address_and_email p {
    font-size: 16px;
    font-weight: 500;
}

.header_top_address_and_email ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    margin-right: 20px;
}

.header_top_address_and_email ul li:last-child {
    margin-right: 0px;
}

.header_top_address_and_email ul li .header_top_email_link {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
}

.header_top_email_link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header_top_time_and_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.header_top_time p {
    font-size: 14px;
    color: var(--white);
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.header_top_time p::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 2px;
    height: 100%;
    background: var(--black);
}

.header_top_social_media ul li {
    display: inline-block;
    margin-right: 20px;
}

.header_top_social_media ul li:last-child {
    margin-right: 0px;
}

.header_top_social_media ul li .header_top_social_media_link {
    color: var(--white);
    display: block;
    font-size: 16px;
}

.header_top_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0px;
}

.header_top_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_contact {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header_top_right ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header_contact .icons svg {
    width: 15px;
    height: 15px;
}
.content p {
    font-size: 14px;
    color: #4a4a4a;
}

.content p a {
    color: #4a4a4a;
    font-size: 14px;
    transition: 0.5s;
}
.content p a:hover {
    color: var(--themeColor);
    font-size: 14px;
}

.header_top_left p {
    font-size: 14px;
    font-weight: 500;
}

/*
====================
Header Bottom Css
====================
*/
.header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_logo img {
    width: 100%;
    height: 55px;
}
.main_menu {
    text-align: right;
}

.main_menu ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.main_menu ul li:last-child {
    margin-right: 0px;
}

.main_menu ul li .main_menu_link {
    color: #182f27;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    display: block;
    transition: 0.3s;
    position: relative;
}

/* Active and hover styles */
.main_menu ul li:hover > .main_menu_link,
.main_menu ul li .main_menu_link.active {
    color: var(--themeColor);
}

.main_menu_link:after {
    background: var(--themeColor);
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    height: 2px;
    width: 0;
    transition: width 0.3s ease, left 0.3s ease;
}

.main_menu_link:hover:after,
.main_menu_link.active:after {
    width: 100%;
    left: 0;
}

/* Submenu styles */
.main_menu ul li .submenu {
    text-align: left;
    box-shadow: var(--shadow);
    background-color: var(--white);
    width: 200px;
    top: 100%;
    left: -10px;
    position: absolute;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.main_menu ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
}

.main_menu ul li .submenu li {
    display: block;
    margin-right: 0px;
}

.main_menu ul li .submenu li .submenu_link {
    display: block;
    padding: 10px 14px;
    font-size: 14px;
    color: var(--black);
    border-bottom: 1px dashed #efefef;
    transition: 0.3s;
}

.main_menu ul li .submenu li .submenu_link:hover {
    color: var(--themeColor);
    padding-left: 30px;
    background: #f7f9fe;
}

.main_menu ul li .main_menu_link i {
    padding-left: 5px;
}

/*
==============================================================
    Slider Area Css
==============================================================
*/
.single_slider_item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.single_slider_item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #0000006b;
}

.single_slider_item .slider_image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider_content_table_cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}

.slider_subtitle h3 {
    padding-bottom: 25px;
    text-transform: uppercase;
    font-size: 22px;
    color: var(--white);
    font-weight: 600;
}

.slider_title {
    margin-top: 10px;
    margin-bottom: 15px;
}

.slider_title h1 {
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--white);
}

.slider_active .owl-dots div {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 100%;
    border: 1px solid var(--themeColor);
    margin-bottom: 5px;
    margin-right: 20px;
}

.slider_active .owl-dots {
    position: absolute;
    right: 0;
    top: 63%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider_active .owl-dots div.active {
    background: var(--themeColor);
}

/*
==============================================================
    About Area Css
==============================================================
*/
.about_video {
    margin-right: 70px;
}

.about_video iframe {
    width: 100%;
    height: 350px;
}

.about_description p {
    text-align: justify;
}

.about_name h3 {
    font-size: 18px;
    font-weight: 600;
}

.about_designation p {
    font-size: 15px;
}

.about_description {
    padding-top: 20px;
    padding-bottom: 25px;
}

/*
==============================================================
    Why Choose Area Css
==============================================================
*/
.why_choose_description {
    padding-top: 20px;
    padding-bottom: 25px;
}

.why_choose_description p {
    text-align: justify;
}

/*
==============================================================
    Service Area Css
==============================================================
*/
.single_service {
    border: var(--border);
    padding: 50px 35px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 100%;
}

.single_service::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    background: var(--themeColor);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single_service:hover::before {
    width: 100%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.single_service::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    background: var(--themeColor);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single_service:hover::after {
    width: 100%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.single_service_second:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    background: var(--themeColor);
    transition-delay: 0s;
}

.single_service:hover .single_service_second:before {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    height: 100%;
}

.single_service_second:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    background: var(--themeColor);
    transition-delay: 0s;
}

.single_service:hover .single_service_second:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    height: 100%;
}

.service_serial_number span {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 80px;
    line-height: 1;
    font-weight: 800;
    font-style: italic;
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: var(--themeColor);
    color: var(--white);
    opacity: 0.28;
}

/* .service_icon i {
    font-size: 30px;
    background-color: var(--themeColor);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: var(--white);
    border-radius: 100%;
} */

.service_icon img {
    font-size: 30px;
    background-color: var(--themeColor);
    width: 100px;
    height: 100px;
    line-height: 60px;
    text-align: center;
    color: var(--white);
    border-radius: 100%;
    margin: 0 auto;
}

.service_title {
    margin-top: 20px;
}

.service_title_link {
    font-size: 20px;
    font-weight: 600;
    color: var(--allHeadingColor);
}

.service_description {
    margin-top: 8px;
    margin-bottom: 8px;
}

.service_description p {
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
}

.service_read_details_link {
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    font-style: italic;
    color: var(--black);
    font-size: 16px;
}

.service_read_details_link::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 50%;
    height: 2px;
    background: var(--themeColor);
    bottom: 0px;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service_read_details_link:hover {
    color: var(--themeColor);
}

.service_read_details_link:hover::after {
    width: 100%;
}

/*
==============================================================
    Works About Area Css
==============================================================
*/
.works_about_area {
    position: relative;
}

.works_about_area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: var(--themeColor);
    z-index: -1;
}

.works_about_content_table_cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.works_about_subtitle h6 {
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
}

.works_about_title {
    margin-top: 10px;
    margin-bottom: 20px;
}

.works_about_title h2 {
    font-weight: 700;
    font-size: 30px;
    color: var(--white);
    padding-right: 75px;
}

.works_about_description p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: var(--white);
}

.works_about_list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.works_about_list ul li i {
    color: var(--white);
    font-size: 16px;
}

.works_about_list ul li {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
}

.works_about_image {
    position: relative;
}

.works_about_image img {
    width: 100%;
}

.works_about_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #33333375;
}

.works_about_video_link {
    background: var(--white);
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 50%;
    line-height: 100px;
    font-size: 30px;
    -webkit-transition: 0.5s -webkit-animation ripple-red 1s linear infinite;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--themeColor);
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0);
    }
}

/*
==============================================================
    Counter Area Css
==============================================================
*/
.counter_area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.single_counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.counter_icon {
    padding-right: 10px;
}

.counter_icon i {
    font-size: 30px;
    color: var(--white);
}

.counter_number {
    font-size: 35px;
    font-weight: 700;
    color: var(--white);
    float: left;
}

.counter_number_and_title span {
    font-size: 30px;
    color: var(--white);
    font-weight: 600;
    margin-left: 5px;
}

.counter_title {
    padding-top: 10px;
}

.counter_title h4 {
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
    font-size: 18px;
}

/*
==============================================================
    Latest News Area Css
==============================================================
*/
.single_latest_news {
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    overflow: hidden;
    height: 100%;
}

.latest_news_image {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.latest_news_image img {
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single_latest_news:hover .latest_news_image img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}

.latest_news_content {
    padding: 25px 30px;
}

.latest_news_month_and_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}

.latest_news_month span i {
    font-size: 14px;
    color: var(--themeColor);
}

.latest_news_month span {
    font-size: 14px;
    color: var(--black);
}

.latest_news_tag_link i {
    font-size: 14px;
    color: var(--themeColor);
}

.latest_news_tag_link {
    font-size: 14px;
    color: var(--black);
}

.latest_news_title {
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
}

.latest_news_title_link {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: var(--allHeadingColor);
}

.latest_news_description p {
    font-size: 16px;
    line-height: 30px;
}

.latest_news_admin_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.latest_news_admin_image img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: var(--border);
}

.latest_news_admin_details_link {
    font-weight: 600;
    font-size: 15px;
    color: var(--black);
}

/*
==============================================================
    Subscribe Newsletter Area Css
==============================================================
*/
.newsletter_area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.newsletter_area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #5e2cedb5;
    z-index: -1;
}

.newsletter_area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 73%;
    height: 100%;
    background: var(--themeColor);
    z-index: -1;
    -webkit-clip-path: polygon(0 1%, 62% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 1%, 62% 0, 90% 100%, 0% 100%);
}

.newsletter_title h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white);
}

.newsletter_description {
    margin-top: 10px;
}

.newsletter_description p {
    font-size: 16px;
    line-height: 30px;
    padding-right: 50px;
    color: var(--white);
}

.newsletter_btn {
    position: relative;
    margin-top: 30px;
}

.newsletter_btn .newsletter_input {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
}

.newsletter_btn_link {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 100%;
    padding: 0px 30px;
    font-size: 22px;
    background: #ff205f;
    color: var(--white);
}

/*
==============================================================
    Footer Area Css
==============================================================
*/

.footer_top {
    padding: 50px 0px;
}

.footer_area {
    background-color: #1f252d;
}

.footer_top_title h2 {
    color: #5e6e7b;
    font-family: "Inspiration", cursive;
    font-weight: 600;
    font-size: 35px;
}

.footer_top_subtitle h2 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    padding-top: 10px;
}

.footer_top_contact_button a {
    background-color: #e5a823;
    border: 1px solid #e5a823;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
}

.footer_top_contact_button {
    margin-top: 20px;
}

.footer_top_content_title h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}

.footer_top_content_item ul li a {
    color: #5e6e7b;
    fill: #7d8f9e;
    padding: 0px;
    font-size: 16px;
    line-height: 30px;
}

.footer_top_contact_area ul li {
    line-height: 32px;
}

.footer_top_contact_area ul li i {
    padding-right: 10px;
}

.footer_top_contact_area ul li i,
.footer_top_contact_area ul li a {
    color: #5e6e7b;
    font-size: 16px;
}

.footer_top_contact_info_address_area ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.footer_top_contact_info_address_area ul li:last-child {
    margin-bottom: 0px;
}

.footer_top_contact_info_address_area_text h5 {
    color: #5e6e7b;
    font-size: 16px;
    padding: 10px 0px;
    font-weight: bold;
}

.footer_top_contact_info_address_area_text p {
    color: #5e6e7b;
    font-size: 16px;
    line-height: 22px;
}

.footer_top_contact_info_address_area_icon i {
    font-size: 20px;
    color: #5e6e7b;
    font-weight: bold;
}

.footer_bottom {
    padding-bottom: 20px;
}

.footer_bottom_logo img {
    width: 100px;
    height: auto;
}

.footer_bottom_logo_and_copyright_text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer_bottom_copyright_text p {
    font-size: 16px;
    color: #5e6e7b;
}

.footer_bottom_pages ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_bottom_pages ul li a {
    font-size: 16px;
    color: #5e6e7b;
}

.footer_bottom_social_media ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.footer_bottom_social_media ul li a i {
    font-size: 20px;
    color: #5e6e7b;
}

/*
==============================================================
    Whatsapp Icon Css
==============================================================
*/

.fixed_footer_whatsapp_icon {
    position: relative;
    background-color: #0dc043;
    color: var(--white);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 60px;
    right: 18px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed_footer_whatsapp_icon .whatsapp_icon {
    color: var(--white);
    font-size: 25px;
}

.whatsapp_close i {
    position: absolute;
    top: -14px;
    right: -1px;
    color: var(--black);
    font-size: 18px;
    cursor: pointer;
}

.whatsapp_toggle {
    display: none;
}

.page p {
    margin-bottom: 15px;
}

/*
==============================================================
    Breadcrumb Area Css
==============================================================
*/
.breadcrumb_area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 200px 0px;
    position: relative;
    z-index: 1;
}

.breadcrumb_area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.breadcrumb_title {
    text-align: center;
}

.breadcrumb_title h2 {
    text-transform: capitalize;
    font-weight: 700;
    color: var(--white);
    font-size: 50px;
    letter-spacing: 1.2px;
}

/*
==============================================================
    Contact Us Area Css
==============================================================
*/
.contact_us_top_section_area {
    background-color: #f8f9fa;
    /* Background color */
    padding: 60px 0px;
    /* Top and bottom padding */
}

.contact_us_top_section_heading_title {
    color: var(--e-global-color-text);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
}

.contact_us_top_section_heading_subtitle {
    font-size: 18px;
    /* Font size */
    color: #666;
    /* Text color */
}

.contact_form_section_padding {
    padding: 30px 0px 30px 1px;
}

.contact_us_form_title {
    margin-bottom: 30px;
}

.contact_us_form_title h3 {
    font-size: 30px;
    font-weight: 700;
}

.contact_us_item {
    position: relative;
}

.contact_us_item input {
    width: 100%;
    color: var(--black);
    padding: 15px 20px;
    border: 2px solid #eee;
    border-radius: 3px;
}

.contact_us_item select {
    width: 100%;
    color: var(--black);
    padding: 15px 20px;
    border: 2px solid #eee;
    border-radius: 3px;
}

.contact_us_item input:focus {
    border-color: var(--themeColor);
}

.contact_us_item textarea {
    width: 100%;
    color: var(--black);
    padding: 15px 10px;
    border: var(--border);
    border-radius: 3px;
}

.contact_us_item i {
    position: absolute;
    top: 22px;
    right: 10px;
    color: var(--themeColor);
}

.address_content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}

.address_content::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgb(94, 44, 237, 0.8);
}

.address_title h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    text-transform: capitalize;
}

.address_list {
    margin-top: 20px;
}

.address_list ul li {
    margin-bottom: 20px;
}

.address_list ul li:last-child {
    margin-bottom: 0px;
}

.address_list_icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--white);
    color: var(--themeColor);
    font-size: 16px;
    border-radius: 100%;
}

.address_list_name h4 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--white);
}

.address p {
    font-size: 14px;
    color: var(--white);
    line-height: 20px;
}

.address_list_table_cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.address_list_name {
    margin-bottom: 5px;
}

.contact_us_address_link {
    display: block;
    color: var(--white);
    line-height: 20px;
}

.contact_us_address_link:hover {
    color: var(--white);
}

.select2-container *:focus {
    outline: none;
}

.select2-selection__rendered {
    line-height: 58px !important;
}

.select2-container .select2-selection--single {
    height: 60px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-top: 10px !important;
}

.select2-container--default .select2-selection--single {
    border: 2px solid #eeeeee !important;
}

.select2-selection__rendered img {
    width: 15% !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-left: -10px !important;
}

.select2-container {
    width: 100% !important;
}

/**/

.contact_info_title h4 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3em;
    padding-bottom: 10px;
}

.contact_details_info {
    padding: 10px 0px 30px;
}

.contact_details_info ul li i,
a {
    color: #000000;
    font-size: 16px;
}

.contact_details_info ul li a:hover {
    color: var(--themeColor);
}

.contact_info_address_area {
    padding-top: 15px;
}

.contact_info_address_area ul li {
    display: flex;
    gap: 15px;
    align-items: start;
}

.contact_info_address_area_icon i {
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 5px !important;
    background-color: var(--themeColor);
    font-size: 16px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_info_address_area ul li {
    padding-bottom: 15px;
}

.contact_info_address_area_text h5 {
    font-size: 18px;
    font-weight: bold;
}

.contact_details_info ul li {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact_details_info ul li i {
    /* padding-right: 5px; */
    width: 30px;
    height: 30px;
    background-color: var(--themeColor);
    text-align: center;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 1 / 1;
}

/*
==============================================================
    Blog Page Area Css
==============================================================
*/
.blog_page_search {
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    padding: 30px;
}

.blog_page_search_item {
    position: relative;
}

.blog_page_search_input {
    width: 100%;
    height: 50px;
    border-radius: 0px;
    border: var(--border);
    padding: 0px 20px;
    font-weight: 500;
}

.blog_page_search_btn {
    border: none;
    background: #5e2ced;
    color: #fff;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    padding: 0px 15px;
}

.blog_page_category {
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    padding: 30px;
}

.blog_page_category_title {
    position: relative;
}

.blog_page_category_title::after {
    content: "";
    position: absolute;
    top: 7px;
    left: -30px;
    width: 10px;
    height: 5px;
    background: var(--headerTopBackground);
}

.blog_page_category_title h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}

.blog_page_category_list {
    margin-top: 10px;
}

.blog_page_category_list ul li {
    border-bottom: var(--border);
    padding: 5px 0px;
}

.blog_page_category_list ul li:last-child {
    border-bottom: none;
}

.blog_page_category_list ul li .blog_page_category_list_link {
    font-weight: 400;
    font-size: 14px;
    color: var(--black);
}

.blog_page_category_list ul li .blog_page_category_list_link i {
    padding-right: 5px;
    font-size: 10px;
    color: var(--black);
}

.blog_page_category_list ul li .blog_page_category_list_link:hover {
    color: var(--themeColor);
}

.recent_post {
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    padding: 30px;
}

.recent_post_title {
    position: relative;
}

.recent_post_title::after {
    content: "";
    position: absolute;
    top: 7px;
    left: -30px;
    width: 10px;
    height: 5px;
    background: var(--headerTopBackground);
}

.recent_post_title h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--black);
}

.sidebar_recent_post_image {
    width: 70px;
    height: 70px;
    aspect-ration: 1/1;
}

.recent_post_list_image {
    width: 23%;
    height: 70px;
    float: left;
}

.recent_post_list_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.recent_post_list_content {
    width: 77%;
    display: block;
}

.recent_post_list {
    margin-top: 20px;
}

.recent_post_list ul li {
    margin-bottom: 20px;
    display: block;
}

.recent_post_list ul li:last-child {
    margin-bottom: 0px;
}

.recent_post_list ul li .recent_post_list_link p {
    font-size: 15px;
    font-weight: 600;
    color: var(--black);
    line-height: 20px;
}

.recent_post_list ul li .recent_post_list_link:hover p {
    color: var(--themeColor);
}

.recent_post_list_table_cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.recent_post_list_content span {
    font-size: 14px;
    color: var(--themeColor);
}

.blog_page_tag {
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    padding: 30px;
}

.blog_page_tag_title {
    margin-bottom: 15px;
    position: relative;
}

.blog_page_tag_title::after {
    content: "";
    position: absolute;
    top: 7px;
    left: -30px;
    width: 10px;
    height: 4px;
    background: var(--headerTopBackground);
}

.blog_page_tag_title h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--black);
}

.blog_page_tag ul li {
    display: inline-block;
}

.blog_page_tag ul li .blog_page_tag_link {
    display: inline-block;
    border: 1px solid #eee;
    padding: 5px 15px;
    margin: 4px 3px;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    background-color: #5e2ced0a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog_page_tag ul li .blog_page_tag_link:hover {
    color: var(--white);
    background-color: var(--themeColor);
}

.blog_page_archives {
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    padding: 30px;
}

.blog_page_archives_title {
    position: relative;
}

.blog_page_archives_title::after {
    content: "";
    position: absolute;
    top: 7px;
    left: -30px;
    width: 10px;
    height: 5px;
    background: var(--headerTopBackground);
}

.blog_page_archives_title h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}

.blog_page_archives_list {
    margin-top: 10px;
}

.blog_page_archives_list ul li {
    border-bottom: var(--border);
    padding: 5px 0px;
}

.blog_page_archives_list ul li:last-child {
    border-bottom: none;
}

.blog_page_archives_list ul li .blog_page_archives_list_link {
    font-weight: 400;
    font-size: 14px;
    color: var(--black);
}

.blog_page_archives_list ul li .blog_page_archives_list_link i {
    padding-right: 5px;
    font-size: 10px;
    color: var(--black);
}

.blog_page_archives_list ul li .blog_page_archives_list_link:hover {
    color: var(--themeColor);
}

.blog_page_tag_social_table_cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 30px;
    padding-bottom: 20px;
}

.latest_news_tag_table_cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}

.latest_news_tag_title h5 {
    font-size: 16px;
    font-weight: 700;
}

.blog_page_share_title h5 {
    font-size: 16px;
    font-weight: 700;
}

.blog_page_share_table_cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.blog_page_social ul li {
    display: inline-block;
}

.blog_page_social ul li .blog_page_social_link {
    color: var(--white);
    background-color: var(--themeColor);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog_page_social ul li .blog_page_social_link i {
    line-height: 35px;
}

.blog_page_social ul li .blog_page_social_link:hover {
    color: var(--footerBackground);
}

/*
==============================================================
    Project Details Page Area Css
==============================================================
*/
/* .service_details_banner {
    height: 500px;
    width: 850px;
} */

.service_details_banner img {
    width: 100%;
    height: 100%;
    max-height: 450px;
}

.project_nav_pills {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-pills .nav-link.project_nav_link {
    border: var(--border);
    border-radius: 0;
    color: var(--black);
    font-weight: 500;
}

.nav-pills .nav-link.project_nav_link.active,
.nav-pills .show > .nav-link {
    color: var(--white);
    background-color: var(--themeColor);
    border: var(--border);
}

.nav-item.project_nav_item {
    margin-right: 10px;
    margin-bottom: 10px;
}

.nav-item.project_nav_item:last-child {
    margin-right: 0px;
}

.service_details_title {
    margin-top: 20px;
}

.service_details_title h2 {
    font-size: 24px;
    font-weight: 700;
}

.service_details_description p {
    margin-top: 10px;
}

.service_details_counter {
    margin-top: 60px;
    margin-bottom: 20px;
}

.why_choose_content_table_cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.single_service_counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.service_counter_icon i {
    font-size: 30px;
    color: var(--themeColor);
}

.service_counter {
    font-size: 35px;
    font-weight: 700;
    float: left;
}

.service_counter_number_and_title span {
    font-size: 30px;
    font-weight: 600;
}

.service_counter_title h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}

.service_details_why_choose_img img {
    width: 100%;
    height: auto;
}

.service_details_why_choose_description p {
    line-height: 30px;
}

.service_details_why_choose_list {
    margin-top: 20px;
}

.service_details_why_choose_list ul li i {
    color: var(--themeColor);
    font-size: 16px;
}

.service_details_why_choose_list ul li {
    margin-bottom: 10px;
}

.service_details_why_choose_list ul li:last-child {
    margin-bottom: 0px;
}

.service_details_analyzing_it_title {
    margin-top: 40px;
    margin-bottom: 10px;
}

.service_details_analyzing_it_title h3 {
    font-size: 24px;
    font-weight: 700;
}

.service_details_analyzing_it_tab {
    margin-top: 20px;
}

.service_details_accordion {
    border: var(--border);
}

.service_details_accordion_button {
    border: var(--border);
}

.accordion-button.service_details_accordion_button {
    color: var(--black);
    font-weight: 500;
}

.accordion-button.service_details_accordion_button:not(.collapsed) {
    color: var(--black);
    background-color: #e7f1ff;
    font-weight: 500;
}

.accordion-button.service_details_accordion_button:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-button.service_details_accordion_button::after {
    width: 15px;
    height: 15px;
    background-size: inherit;
}

.service_details_list {
    padding: 25px 20px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

.service_details_list ul li .service_details_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service_details_icon i {
    border-right: var(--border);
    height: 100%;
    padding: 20px 20px;
    background: var(--themeColor);
    color: var(--white);
}

.service_details_link {
    border: var(--border);
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
    color: var(--black);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service_details_list ul li .service_details_link::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    background: var(--themeColor);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service_details_link_text {
    padding-left: 10px;
}

.service_details_list ul li .service_details_link:hover:after {
    width: 100%;
}

.service_details_list ul li .service_details_link:hover {
    color: #fff;
}

.service_details_address_image {
    padding: 25px 20px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin: 0 auto;
    text-align: center;
}

.service_details_address_list {
    padding: 25px 20px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

.service_details_address_list_link {
    display: block;
    color: var(--black);
    font-size: 16px;
}

.service_details_address_list li {
    display: block;
    padding-bottom: 10px;
}

.service_details_address_list li:last-child {
    padding-bottom: 0px;
}

.service_details_address_list_link i {
    padding-right: 5px;
}

/*
==============================================================
    Team Members Area Css
==============================================================
*/

.single_team {
    position: relative;
    overflow: hidden;
}

.team_social_media {
    position: absolute;
    top: 15%;
    bottom: 0;
    right: 10px;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.single_team:hover .team_social_media {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.team_social_media ul {
}

.team_social_media ul li {
    display: block;
    margin-bottom: 5px;
}

.team_social_media ul li:last-child {
    margin-bottom: 0px;
}

.team_social_media ul li .team_social_media_link {
    background-color: var(--themeColor);
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: var(--white);
}

.team_social_media ul li .team_social_media_link {
    background-color: var(--themeColor);
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: var(--white);
}

.team_social_media ul li .team_social_media_link:hover {
    color: var(--footerBackground);
}

.team_member_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--themeColor);
    text-align: center;
    padding: 15px 10px;
    border-top-left-radius: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team_member_name h4 {
    font-size: 20px;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 600;
}

.team_member_designation {
    margin-top: 5px;
}

.team_member_designation h4 {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--white);
    font-weight: 300;
}

.single_team:hover .team_member_content {
    border-radius: 0px;
}

/*
==============================================================
    Pricing Area Css
==============================================================
*/

.s_p_padding {
    width: 100%;
    padding-right: 90px;
    padding-left: 90px;
    margin-right: auto;
    margin-left: auto;
}
.service_pricing_title_subtitle {
    margin-bottom: 20px;
}
.service_pricing_title h2 {
    color: #212121;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
}
.service_pricing_subtitle {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.service_pricing_subtitle p {
    text-align: center;
    max-width: 950px;
    color: #212121;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5em;
}
.Basic_and_premium {
    border: 1px solid #dce9f0;
    padding: 35px;
    background-color: #f6f7f9;
    border-radius: 10px;
}
.Basic_and_premium:hover {
    border: 1px solid #e5a823;
}
.standard {
    border: 1px solid #e5a823;
    padding: 35px;
    background-color: #faefd7;
    border-radius: 10px;
    position: relative;
}
.service_pricing_card_title h3 {
    color: #212121;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.service_pricing_card_list ul {
    padding-left: 0;
}
.service_pricing_card_list ul li {
    list-style-type: none;
    line-height: 25px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.service_pricing_card_list ul li i {
    color: #e5a823;
    font-size: 16px;
    margin-right: 5px;
}
.service_pricing_card_list ul li span {
    font-size: 17px;
    font-weight: 400;
}
.service_pricing_card_btn {
    margin-top: 35px;
}
.service_pricing_card_btn a {
    text-decoration: none;
    background-color: #e5a823;
    color: #fff;
    padding: 12px 0px;
    border-radius: 40px;
    width: 100%;
    display: block;
    text-align: center;
    transition: 0.3s;
}

.service_pricing_card_btn a:hover {
    background-color: #cfaa01;
    border-color: #cfaa01;
}
.popular_btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -14px;
}
.popular_btn span {
    background-color: #e5a823;
    color: #fff;
    padding: 3px 50px;
    border-radius: 30px;
    font-weight: 500;
}

/*
==============================================================
     Area Css
==============================================================
*/
.faq_image {
    position: relative;
}

.faq_image img {
    width: 100%;
}

.faq_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #33333375;
}

.faq_video_link {
    background: var(--white);
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 50%;
    line-height: 100px;
    font-size: 30px;
    -webkit-transition: 0.5s -webkit-animation ripple-red 1s linear infinite;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--themeColor);
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0);
    }
}

.faq_accordion {
    border: var(--border);
}

.faq_accordion_button {
    border: var(--border);
}

.accordion-button.faq_accordion_button {
    color: var(--black);
    font-weight: 500;
}

.accordion-button.faq_accordion_button:not(.collapsed) {
    color: var(--black);
    background-color: #e7f1ff;
    font-weight: 500;
}

.accordion-button.faq_accordion_button:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-button.faq_accordion_button::after {
    width: 15px;
    height: 15px;
    background-size: inherit;
}

/*
==============================================================
    Mobile Device Area Css
==============================================================
*/
.mobile_device_menu_goggle {
    display: none;
    border: none;
    background-color: transparent;
    font-size: 25px;
}

.offcanvas-body.mobile_menu_offcanvas_body {
    padding: 10px 0px;
}

.mobile_menu {
}

.mobile_menu ul {
}

.mobile_menu ul li {
    display: block;
    border-bottom: var(--border);
}

.mobile_menu ul li:last-child {
    border-bottom: 0;
}

.mobile_menu ul li .mobile_menu_link {
    color: var(--black);
    display: block;
    padding: 5px 20px;
}

.mobile_menu ul li .mobile_menu_link:hover {
    color: var(--themeColor);
}

.mobile_device_logo {
    display: none;
}

.slider_subtitle h3 p {
    color: var(--white);
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    line-height: 26px;
}

.mobile_device_logo img {
    /* width: 250px; */
    height: 55px;
}

.header_bottom .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing_container {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 50px auto;
}

.pricing_card {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 30%;
    margin: 20px;
    transition: transform 0.3s ease-in-out;
}

.pricing_card:hover {
    transform: scale(1.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing_card.pricing_active {
    transform: scale(1.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing_card .pricing_card_heading {
    font-weight: 700;
    color: var(--themeColor);
    font-size: 26px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pricing_card .pricing_card_price {
    background: #9891d1;
    padding: 15px;
    font-weight: 600;
    border-radius: 10px;
    font-size: 24px;
}

.pricing_card_price span {
    font-size: 20px;
}

.pricing_card button {
    background-color: #4520b1;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.pricing_card button:hover {
    background-color: var(--themeColor);
    transition: 0.3s ease-in-out;
}

.feater_list_item {
    margin-top: 20px;
    margin-bottom: 20px;
}

.feater_list_item ul {
    text-align: left;
}

.feater_list_item ul li {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.feater_list_item ul li i {
    margin-bottom: 5px;
}

.feater_list_item ul li:last-child {
    margin-bottom: 0px;
}

.feater_list_item ul li i {
    color: var(--themeColor);
    margin-right: 5px;
}

.feater_list_item ul li p {
    font-size: 17px;
    font-weight: 400;
    padding: 5px;
}

/*
==============================================================
    Sponsor Area Css
==============================================================
*/

.single_sponsor {
    height: 100px;
    position: relative;
    margin-bottom: 35px;
}

.sponsor_active.owl-carousel .owl-item img {
    display: block;
    background: #ffffff;
    border: 1px solid #dddddd66;
    padding: 10px;
    border-radius: 5px;
}

.single_sponsor p {
    color: #000000;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
}

.single_sponsor img {
    width: 100%;
    height: 100%;
}

.see_more_btn {
    float: right;
    margin-top: 20px;
}

.see_more_btn .common_btn .common_btn_link .common_btn_title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 2px 15px;
    z-index: 1;
}

.client_see_more_btn {
    padding: 5px 15px;
    background-color: var(--themeColor);
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid var(--themeColor);
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    border-radius: 3px;
}

.client_see_more_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: var(--white);
    z-index: -1;
}

.client_see_more_btn:hover:after {
    width: 100%;
}

.client_see_more_btn:hover {
    color: var(--allHeadingColor);
    border-color: var(--allHeadingColor);
}

.client_see_more_btn .common_btn_title {
    color: var(--white);
}

.client_see_more_btn .common_btn_title:hover {
    color: var(--black);
}

.clients_card_area img {
    width: 100%;
    height: 100%;
}

.clients_card_area {
    height: 100px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 15px;
}

/*
==========================================
    Breadcrumbs Area Css
==========================================
*/
.breadcrumbs-table-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
}

.breadcrumbs-title {
    margin-bottom: 20px;
}

.breadcrumbs-title h2 {
    color: var(--black);
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

.page p {
    margin-bottom: 15px;
}

.breadcrumbs-list ul li {
    display: inline-block;
}

.breadcrumbs-list ul li .breadcrumbs-list-link {
    color: var(--black);
    font-size: 14px;
    display: block;
}

.breadcrumbs-list ul li .breadcrumbs-list-link:hover {
    color: var(--themeColor);
}

.breadcrumbs-list ul li .breadcrumbs-list-link i {
    font-size: 12px;
}

.payment_method img {
    border-radius: 5px;
    height: 35px;
    width: 65px;
}

/*
==============================================================
    New design Area Css
==============================================================
*/
.update_client_area {
    /* background-color: #f6f7f9; */
}

.update_client_area_left_side_tittle h4 {
    color: black;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3em;
}

.update_client_area_left_side_subtittle {
    margin-top: 20px;
}

.update_client_area_left_side_button {
    margin-top: 40px;
    text-align: center;
}

.update_client_area_left_side_button a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    fill: #ffffff;
    color: #000000;
    background-color: #f4f7fc;
    border-radius: 3px;
    padding: 12px 35px 12px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.update_client_area_left_side_button a:hover {
    background-color: var(--themeColor);
    color: #ffffff;
}

.update_client_area_right_side ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

.update_client_area_right_side ul li {
    padding: 10px 20px;
    border: 1px solid #dce9f0;
    border-radius: 10px;
    text-align: center;
    background: #fff;
}

.update_client_area_right_side ul li img {
    height: 60px;
    /* object-fit: scale-down; */
}

/*
==============================================================
    New who we are Area Css
==============================================================
*/
.new_who_we_are_section {
    background-color: #f6f7f9;
    padding: 50px 0px;
}

.section_subtittle {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.section_subtittle p {
    color: black;
    font-size: 19px;
    line-height: 1.5em;
    text-align: center;
    margin: 15px 0px;
}

.new_who_we_are_section_content {
    padding: 30px 30px 30px 30px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #dce9f0;
    border-radius: 10px 10px 10px 10px;
    height: 400px;
}

.new_who_we_are_section_content_icon img {
    width: 70px;
    height: auto;
}

.new_who_we_are_section_content_tittle h5 {
    margin-bottom: 10px;
    color: #212121;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.new_who_we_are_section_content_description p {
    color: #212121;
    font-size: 15px;
}

.new_about_section_video_iframe iframe {
    width: 100%;
    height: 60vh;
}

/*===========================
     Blog Area Start
============================*/

.itsoft_single_blog {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}

.blog_conten_area {
    padding: 10px;
    text-align: left;
}
.itsoft_blog_meta_left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.itsoft_blog_meta_left a,
.itsoft_blog_meta_left span {
    margin-right: 13px;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    color: #616161;
}

.itsoft_blog_meta_top {
    position: absolute;
    left: 7px;
    bottom: inherit;
    top: 10px;
}

.itsoft_blog_meta_top li a {
    display: inline-block;
    background: #ff3c00;
    padding: 5px 16px;
    line-height: 19px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 2px;
    letter-spacing: 1px;
    margin-right: 5px;
}

.blog_page_title a {
    margin-bottom: 0;
    text-transform: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    color: #232323;
    font-weight: 600;
}

.blog_content p {
    margin: 6px 0 16px;
    font-size: 15px;
    line-height: 22px;
    color: #6d6d6d;
}

.learn_btn {
    display: inline-block;
    font-weight: 400;
    border-radius: 3px;
    transition: 0.3s;
    color: var(--themeColor);
    font-size: 16px;
}
.learn_btn i {
    font-size: 13px;
    margin-left: 8px;
}

.blog_span {
    color: var(--themeColor);
}

.blog_line {
    width: 52px;
    height: 4px;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: #ff3c00;
    margin: 0 auto;
}

/* How To Work Progress Step by Step  */
.work_progress {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 0 20px;
}
.wrok_process_thumb {
    text-align: center;
    border: 4px solid transparent;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    box-shadow: 0 0 9px 0 rgba(24, 35, 51, 0.09);
}
.wrok_process_thumb img {
    border-radius: 50%;
    border: 10px solid #fff;
}
.work_progress-number {
    position: absolute;
    left: -18px;
    top: 50.5%;
    margin: auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.work_progress-number span {
    background: var(--themeColor);
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.work_progress-number span::before {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 50px;
    height: 50px;
    background: var(--themeColor);
    opacity: 0.6;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
}
.work_progress-number span::after {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 70px;
    height: 70px;
    background: var(--themeColor);
    opacity: 0.4;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
}
.progress_content {
    text-align: center;
}
.work_progress-title {
    padding-top: 24px;
}
.work_progress-title h2 {
    font-size: 20px;
    font-weight: 700;
}
.work_progress-desc {
    padding-top: 5px;
}
.work_progress:hover .work_progress-number {
    top: 40%;
}
.work_progress:hover .wrok_process_thumb {
    border-color: var(--themeColor);
}

/*
==============================================================
    Responsive Area Css
==============================================================
*/

@media screen and (max-width: 1400px) {
    .header_top_address_and_email p {
        font-size: 13px;
    }

    .footer_bottom_pages ul {
        display: flex;
        align-items: center;
        gap: 8px;
    }
}

@media screen and (max-width: 1200px) {
    .s_p_padding {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .footer_bottom_logo_and_copyright_text {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .footer_bottom_pages ul {
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer_bottom_pages ul li {
        line-height: 15px;
    }

    .footer_bottom_social_media ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .about_video {
        margin-right: 0px;
    }

    .header_top_address_and_email {
        display: none;
    }

    .main_menu {
        float: right;
    }
}

@media screen and (max-width: 992px) {
    .a_s_c {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .footer_top_contact_button {
        margin-bottom: 40px;
    }

    .update_client_area_right_side {
        margin-top: 10px;
    }

    .header_top_address_and_email {
        display: none;
    }

    .mobile_device_logo {
        display: flex;
        justify-content: start;
    }

    .mobile_device_menu_content {
        display: flex !important;
        justify-content: flex-end;
    }

    .fixed_margin_top {
        padding-top: 70px;
    }

    .header_bottom {
        padding: 0px 0px;
    }

    .main_menu {
        display: none;
    }

    .header_logo {
        /* display: none; */
    }

    .display_none_device_992 {
        display: none;
    }

    .header_top_address_and_email {
        text-align: center;
    }

    .slider_title h1 {
        font-size: 50px;
    }

    .works_about_area::after {
        width: 100%;
    }

    .blog_page_tag_social_table_cell {
        display: block;
    }

    .latest_news_tag_table_cell {
        display: block;
        gap: 0;
        margin-bottom: 15px;
    }

    .latest_news_tag_title {
        margin-bottom: 10px;
    }

    .blog_page_share_table_cell {
        display: block;
    }

    .blog_page_share_title {
        margin-bottom: 10px;
    }

    .breadcrumb_title h2 {
        font-size: 22px;
    }

    .mobile_device_menu_goggle {
        display: block !important;
    }

    .header_top {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .intro_title h2 {
        font-size: 25px;
    }
    .branding_title h2 {
        font-size: 20px;
    }
    .team_members_content_title h2 {
        font-size: 20px;
    }
    .branding_description p {
        font-size: 16px;
    }
    .intro_description p {
        font-size: 16px;
    }

    .team_members_content_subtitle p {
        font-size: 16px;
    }
    .team_slider_title h2 {
        font-size: 20px;
    }
    .team_slider_subtitle p {
        font-size: 16px;
    }

    .fixed_margin_top {
        /* padding-top: 50px; */
    }

    .team_member_content {
        padding: 5px 10px;
    }

    .team_social_media ul li .team_social_media_link {
        background-color: var(--themeColor);
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
        font-size: 18px;
        color: var(--white);
    }

    .team_social_media ul li .team_social_media_link i {
        line-height: 40px;
    }

    .mobile_device_menu_goggle {
        font-size: 22px;
    }

    .hero_banner_item .hero_banner_caption {
        top: 85%;
    }

    .hero_banner_item .hero_banner_caption a {
        text-decoration: none;
        font-size: 15px;
        letter-spacing: 1px;
        border-radius: 20px;
        font-weight: 600;
        line-height: 95px;
        padding: 11px 10px;
        text-transform: capitalize;
        border: none;
        margin-right: 15px;
        /* box-shadow: 0 0 25px rgba(24,24,24,.9); */
        transition: all 0.3s;
        background-color: var(--themeColor);
        color: #ffffff;
    }

    .update_client_area_left_side_tittle h4 {
        font-size: 26px;
    }

    .why_choose_us_service_content {
        padding: 20px;
    }

    .section_padding {
        padding: 30px 0px;
    }

    .slider_subtitle h3 {
        font-size: 20px;
    }

    .slider_title h1 {
        font-size: 30px;
    }

    .about_title h2 {
        font-size: 25px;
        padding-right: 0px;
    }

    .what_we_do_content_table_cell {
        margin-top: 25px;
    }

    .what_we_do_title h2 {
        font-size: 25px;
    }

    .breadcrumb_area {
        padding: 150px 0px;
    }

    .service_serial_number span {
        right: 6px;
        font-size: 27px;
    }

    /* pricing policy */
    .pricing_container {
        flex-direction: column;
        align-items: center;
    }

    .pricing_card {
        width: 80%;
    }

    .fixed_footer_whatsapp_icon {
        bottom: 35px;
    }

    .about_content_us .about_title {
        font-size: 26px;
    }
    .about_icon_box {
        gap: 12px;
    }
    .about_icon_box_icon .icon svg {
        width: 40px;
        height: 40px;
    }

    .title_tx h2,
    .title_tx h3 {
        font-size: 28px;
    }
    .title_ptx {
        font-size: 15px;
    }
    .service_box .service_content {
        padding: 26px 4px 0;
    }
    .service_box {
        padding: 10px;
    }
    .service_btn a {
        padding: 14px 12px;
    }
    .our_servie_area {
        padding: 30px 0px;
    }
    .title_in {
        padding: 20px 0px;
    }
}

@media screen and (max-width: 600px) {
    .slider_active .owl-dots div {
        display: none;
    }

    .section_heading h2 {
        font-size: 24px;
    }

    .section_padding_top {
        padding-top: 30px;
    }

    .features_left_side_subtitle h2 {
        font-size: 25px;
    }

    .works_about_title h2 {
        font-size: 19px;
    }

    .video_service_title h2 {
        font-size: 22px;
    }

    .breadcrumb_area {
        padding: 100px 0px;
    }

    .latest_projects_image_content {
        height: 300px;
    }

    .latest_news_image {
        max-height: 250px;
    }

    .about_video iframe {
        width: 100%;
        /* height: auto; */
    }
}

@media screen and (max-width: 576px) {
    .s_p_padding {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }
    .service_pricing_title h2 {
        font-size: 25px;
        font-weight: 600;
    }
    .service_pricing_subtitle p {
        font-size: 16px;
        font-weight: 400;
    }
    .a_s_c {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .about_page_branding_content {
        margin: 40px 0px;
    }
    .footer_bottom_logo_and_copyright_text {
        display: flex;
        gap: 5px;
        justify-content: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer_bottom_pages ul {
        margin: 10px 0px;
    }

    .footer_top_content_title h3 {
        padding-top: 15px;
    }

    .new_about_section_video_iframe iframe {
        width: 100%;
        height: 50vh;
    }

    .featured_product_name_link {
        font-size: 14px;
        line-height: 20px;
    }

    .featured_product_content {
        padding: 10px;
    }

    .counter_title {
        padding-top: 0px;
    }

    .single_footer_content {
        padding: 10px 30px;
    }

    .why_choose_us_service_content {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .why_choose_us_service_content_details P {
        padding-bottom: 10px;
    }

    .why_choose_us_service_content {
        text-align: center;
    }

    .why_choose_us_service_details p {
        font-size: 15px;
    }

    .fixed_footer_whatsapp_icon {
        bottom: 15px;
    }
    .contact_us_top_section_area {
        padding: 30px 0px;
    }
}

@media screen and (max-width: 380px) {
    .service_btn::after {
        width: 12px;
    }
}
