@charset "UTF-8";
/*
Copyright (c) 2023 
------------------------------------------------------------------
[Master Default Stylesheet]
-------------------------------------------------------------------
1. body
 .
 .
 .
51. components
52. responsive

-------------------------------------------------------------------*/

/********************************************************************************************* 
1. body start
*********************************************************************************************/

/* -webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; */


:root {
    --hs-body-color: #f8fafd;
	--hs-primary: #fdc220;
    --hs-bg-light: #f1f7f8;
    --hs-bg-darkColor:#13223c;
	--hs-white-color: #ffffff;
    --hs-bgColor-gray: #f9fafb;
	--hs-title-color: #1c1c1c;
	--hs-text-color: #5f6c91;
	--all-transition: all 0.3s;
	--transition: all 0.3s ease-in-out;

	--hs-purple: #944be4;
	--hs-purple-light: 148, 75, 228;

	--hs-blue: #797ff2;
	--hs-blue-light: 121, 127, 242;

    --hs-success: #4ce6a1;
	--hs-success-light: 13, 205, 148;

	--hs-pink: #fe6a94;
	--hs-pink-light: 239, 78, 184;

	--hs-pink: #ef4eb8;
	--hs-light-pink: 239, 78, 184;
}

/* background-color: rgb(var(--name), .1); */
html , body {
    scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.3px;
	color: #778aab;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	background-color: var(--hs-white-color);
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* -webkit-touch-callout: none; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/* -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    
}
p {
    font-family: 'Poppins', sans-serif;
}

span  {
    font-family: 'Poppins', sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'Poppins', sans-serif;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading-color);
    font-family: 'Poppins', sans-serif;

}

button,
input,
select,
textarea {
	font-family: inherit;
    font-family: 'Poppins', sans-serif;
}

img,
svg {
	vertical-align: middle;
}

label,
input,
button {
    font-family: 'Poppins', sans-serif;
}

.hide {
	display: none;
}

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

.text-center {
	text-align: center;
}

.text-right {
	text-align: center;
}

svg path {
	transition: var(--transition);
}

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

img {
	max-width: 100%;
}

/* ==== its css comman start === */
.hs_container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.hs_container_full {
    padding: 0 30px;
}
.hs_section {
    background-color: var(--hs-white-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}
.hs_section_heading {
    max-width: 650px;
}
.hs_heading {
    font-size: 38px;
    line-height: 1.4;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.hs_subheading {
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 15px;
    font-weight: 500;
}
.hs_paragraph {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 15px;
}
.hs_purple {
    color: var(--hs-purple); 
    background-color: rgb(var(--hs-purple-light), .1);
    border:1px solid  rgb(var(--hs-purple-light), .5); 
}
.hs_blue {
    color: var(--hs-blue); 
    background-color: rgb(var(--hs-blue-light), .1);
    border:1px solid rgb(var(--hs-blue-light), .5); 
}
.hs_success {
    color: var(--hs-success); 
    background-color: rgb(var(--hs-success-light), .1);
    border:1px solid rgb(var(--hs-success-light), .5); 
}
.hs_pink {
    color: var(--hs-pink); 
    background-color: rgb(var(--hs-pink-light), .1);
    border:1px solid  rgb(var(--hs-pink-light), .5); 
}
.hs_btn {
    padding: 0 15px;
    min-width: 150px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    z-index: 1;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: #2766bb;
    color: #fff;
    transition: var(--all-transition);
    position: relative;
    overflow: hidden;
}

.hs_btn_primary {
    background-color: #fdc220;
}
.hs_nav_clr {
	color: var(--hs-primary);
	font-weight: 600;
}
.hs_section_btn {
    margin-top: 30px;
}
/* ==== its css start end === */
.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

/* ==== its header start === */
.hs_logo img {
    max-width: 280px;
    max-height: 65px;
    object-fit: contain;
}
.hs_section1_wr  .hs_section {
   padding: 0;
}
.hs-header-wrapper{
    position: absolute;
     top:0px; 
     background-color: #fff; 
    right: 0;
    left:0;
    z-index: 9;
}
.hs-header-wrapper.pp-header-fixed{
    position: fixed;
    top: 0;
    background-color: #ffffff;
}
.hs_nav_flex {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 40px;
    max-width: 1600px;
    margin: 0 auto;
}
.hs_nav ul {
    display: flex;
    gap: 30px;
}
.hs_nav ul li a {
    font-size: 14px;
    color: black;
    font-weight: 500;
    transition: var(--all-transition);
    text-decoration: none;
}
.hs_nav ul li a:hover {
    color: var(--hs-primary);
}
.hs_nav {
    display: flex;
    align-items: center;
    gap: 30px;
}
.hs_section1_wr {
    padding: 15px 0 0;
}
.hs_banner_content {
   max-width: 620px;
}
.hs_banner_content h5 {
   color: var(--hs-primary);
   margin: 0;
   text-transform: capitalize;
   font-weight: 500;
}
.hs_banner_content h2 {
    font-size: 62px;
    line-height: 1.3;
    margin: 0 0 15px;
    color: var(--hs-white-color);
    text-transform: capitalize;
    font-weight: 600;
}
.hs_banner_content p {
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 20px;
    color: var(--hs-white-color);
}
.hs_banner_btn a:nth-child(2) {
    margin-left: 15px;
}
.hs_banner_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    padding: 250px 15px 200px;
    margin: 0 auto;
    max-width: 1600px;
}
.banner_img {
    text-align: right;
}
.banner_img img {
    max-width: 760px;
    max-height: 749px;
    object-fit: contain;
    width: 100%;
}

/* ==== its header start === */
/* hs_section2_wr  */
.hs_section2_wr .hs_section_heading {
    text-align: center;
    margin: 0 auto;
}
.hs_section2_wr .hs_heading { 
    color: var(--hs-bg-darkColor);
}
.hs_section2_wr .hs_heading span { 
    color: #3a53bf;
}
.hs_section2_wr .hs_paragraph {
    color: var(--hs-text-color);
}
.hs_section2_wr .hs_subheading {
    color: var(--hs-primary);
    margin: 0;
}
.hs_section2_wr .section_media_caption {
    position: relative;
    padding: 0 20px 15px;
    width: 100%;
    padding: 15px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2d9ac7fc;
}
.hs_section2_flex {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(370px, 1fr) );
    gap: 25px;
    margin-top: 50px;
}
.section_media_right img {
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
}
.hs_section2_item {
    background-color: var(--hs-white-color);
    padding: 0;
    border-radius: 6px;
    text-align: center;
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.hs_section2_item h3 {
    color: var(--hs-white-color);
    margin: 0;
    font-size: 20px;
    font-weight: 600;
} 
.hs_section2_item p {
    color: #072944;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 500;
}
.hs_section2_item a {
    color: var(--hs-primary);    
} 
.hs_section2_wr .hs_section_btn {
    margin: 50px auto 0;
    text-align: center;
}
.hs_section2_wr .section_media img {
    width: 373px;
    height: 255px;
    object-fit: cover;
}
/* hs_section2_wr end */
/* hs_section3_wr */
.hs_section3_wr.hs_section {
   position: relative;  
   margin-top: 40px;  
}
.hs_section3_wr .hs_heading {
    color: var(--hs-title-color);
}
.hs_section3_wr .hs_heading span {
    color: #3a53bf;
}
.hs_section3_wr .hs_subheading {
    color: var(--hs-title-color);
    margin: 0;
}
.hs_section3_wr .hs_paragraph {
    color: var(--hs-text-color);
}
.hs_section3_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hs_section3_wr .hs_list_section {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit , minmax(250px , 1fr));
    gap: 15px;
}
.hs_list_section li img {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
}
.hs_section3_wr .hs_list_section li span {
    font-size: 14px;
    color: var(--hs-text-color);
}
.hs_section3_item img {
    max-width: 697px;
    max-height: 572px;
    object-fit: contain;
    width: 100%;
}
.hs_section3_wr .hs_list_section li {
    display: grid;
    grid-template-columns: auto 1fr; 
    gap: 5px;
}
/* hs_section3_wr end */
/* hs_section3_wr */
.hs_section4_wr {
  position: relative;
  background-color: #c5541fc2;
}
.hs_section4_flex {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 6px;
    position: relative;
}
.hs_form_flex {
    position: relative;
    width: 100%;
    max-width: 100%;
}
.hs_section4_wr .hs_section_heading {
    text-align: center;
}
.hs_section4_wr .hs_heading {
    color: #222223;
    margin: 0 0 5px;
}
.hs_section4_wr .hs_paragraph {
    color: var(--hs-white-color);
    margin: 0 0 30px;
}
.hs_section4_item {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.hs_section6_wr_full .hs_subheading {
   color: var(--hs-primary);
   margin: 0;
}
.hs_section6_centerImg {
    text-align: center;
}
.hs_section6_wr .hs_subheading {
    color: var(--hs-white-color);
    margin: 0;
}
.hs_section4_flex input {
    width: 100%;
    border-radius: 8px;
    padding: 0 220px 0 15px;
    height: 60px;
    max-width: 100%;
    border: none;
    border: 1px solid gray;
}
.hs_section4_flex input:focus-visible {
    outline: none;
    border: none;
}
.hs_section4_flex .hs_form_flex button {
    position: relative;
    left: auto;
    right: 0;
    top: 30px;
    height: 60px;
    background: #144f8d;
    border: none;
    padding: 0 20px;
    /* border-radius: 0 6px 6px 0; */
    color: var(--hs-white-color);
    cursor: pointer;
    min-width: 130px;
}
.hs_section4_flex .hs_form_flex button:hover {
    background-color: var(--hs-bg-darkColor);
}
/* hs_section3_wr end */
/* hs_section5_wr  */
.hs_section5_wr .hs_heading {
   color: var(--hs-bg-darkColor);
}
.hs_section5_wr .hs_subheading {
    color: var(--hs-primary);
    margin: 0;
 }
.hs_section5_wr .hs_section_heading {
    margin: 0 auto;
    text-align: center;
}
.hs_section5_item {
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.hs_section5_flex {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(280px, 1fr) );
    gap: 25px;
    text-align: center;
    margin-top: 50px;
}
.hs_section5_item img {
    width: 373px;
    height: 304px;
    object-fit: cover;
}
.hs_section5_content {
    padding: 20px 10px;
}
.hs_section5_item h3 {
   font-size: 22px;
   color: var(--hs-bg-darkColor);
   margin: 0;
   padding: 10px 0 0;
}
.hs_section5_btn a {
    color: var(--hs-primary);
}
.hs_section5_content .hs_paragraph {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 10px;
}
/* hs_section5_wr end */


/* hs_section6_wr  */
.hs_section6_wr {
  position: relative;
}
.hs_section6_wr .hs_section_heading {
    max-width: 750px;
    text-align: center;
    margin: 0 auto;
}
.hs_section6_wr .hs_container {
    position: relative;
    z-index: 1;
}
.hs_section6_wr:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1a62b9;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.9;
}
.hs_section6_wr_full {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hs_section6_wr_full .hs_section_heading {
    text-align: center;
    max-width: fit-content;
}
.hs_section6_wr .hs_section_heading .hs_heading {
   color: var(--hs-white-color);
}
.hs_section6_wr .hs_section_heading .hs_heading span {
  color: #282723;
}
.hs_section6_wr .hs_section_heading .hs_paragraph {
    color: var(--hs-white-color);
}
.hs_section6_wr .hs_section6_flex {
    display: grid;
    grid-template-columns: repeat(auto-fit , minmax(280px , 1fr));
    gap: 30px;
    margin-top: 50px;
}
.hs_section6_wr .hs_section6_item {
    display: grid;
    grid-template-columns:1fr;
    gap: 15px;
    align-items: center;
    transition:var(--all-transition);
    text-align: center;
}
.hs_section6_wr .hs_section6_item h3 {
   color: var(--hs-white-color);
   margin: 0;
   font-size: 20px;
}
.hs_section6_wr .hs_section6_item p {
    font-size: 14px;
    font-weight: 400;
    color: var(--hs-white-color);
    margin: 5px 0 0;
}
.hs_section6_wr .hs_item_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--hs-white-color);
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 15px;
}
.hs_section6_wr .hs_item_icons img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}
.hs_section6_centerImg img {
    max-width: 377px;
    max-height: 523px;
    object-fit: contain;
} 

/* hs_section6_wr end */

/* footer start  */
.hs_section8_wr .hs_footer_logo img {
    max-width: 280px;
    max-height: 80px;
    object-fit: contain;
}
.hs_section8_wr {
    position: relative;
    background-color: #783319; 
}
.hs_section8_flex {
    display: grid;
    grid-template-columns: repeat(auto-fit , minmax(250px , 1fr));
    gap: 30px;
    position: relative;
    z-index: 1;
}
.hs_section8_wr ul.hs_link_social {
    display: flex;
    gap: 15px;
    align-items: center;
}
.hs_section8_wr ul.hs_link_social li {
    margin: 0;
}
.hs_section8_wr ul.hs_link_social li img {
   max-width: 20px;
   max-height: 20px;
   object-fit: contain;
}
.hs_section8_flex h3 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 15px;
    font-weight: 600;
}
.hs_section8_item ul li {
    margin-bottom: 10px;
}
.hs_section8_item p {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
}
.hs_section8_item ul li span {
    color: #fff;
}
.hs_section8_item ul li a {
    color: #fff;
    text-decoration: none;
}
.hs_section8_item ul li a:hover {
   color: var(--hs-primary);
}
ul.hs_socialMedia li {
   display: flex;
   gap: 10px;
}
.hs_socialMedia_inner span {
    display: block;
    line-height: 1.8;
}

ul.hs_socialMedia li img {
    max-width: 25px;
    max-height: 23px;
    object-fit: contain;
    margin-top: 5px;
    background-color: #fff;
    padding: 1px;

}
.hs_copyRight.hs_section {
    padding: 15px 0;
    text-align: center;
    background-color: #b87a39cc;
}
.hs_copyRight a {
   font-size: 14px;
   color: var(--hs-white-color);
   text-decoration: none;
}

/* footer end*/

/* .hs_section11_wr.mt_bgtempconatainer.hs_section {
    background-color: var(--hs-bg-darkColor);
    padding: 70px 50px;
    background-color: #00a0e3;
}
.hs_section11_flex {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px , 1fr));
    gap: 50px;
}
.hs_section11_item {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 15px;
    align-items: center;
}
.hs_section11_box {
    text-align: center;
}
.hs_section11_box img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}
.hs_section11_item .hs_heading {
    font-size: 18px;
    color: var(--hs-white-color);
    margin: 0;
} */
.hs_section8_wr ul.hs_link_social li a {
    background: #0a2b4f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 6px;
}
.hs_section8_wr ul.hs_link_social li a:hover {
   background-color: var(--hs-primary);
}
/* Responsive Css Start */
@media screen and (min-width: 992px) { 
    .hs_toggle {
        display: none;
    }
}
@media screen and (max-width: 1150px) {
    .hs_banner_content h2 {
        font-size: 42px;
        line-height: 45px;
    }
}
@media screen and (max-width: 991px) {
    
    .hs_banner_content h2 {
        font-size: 42px;
        line-height: 45px;
    }
    .hs_section1_wr.hs_section {
        padding: 50px 0 0;
    }
    .hs_section {
        padding: 60px 0;
    }
    .hs_nav {
        display: block;
        position: fixed;
        left: -250px;
        padding: 20px;
        top: 0;
        bottom: 0;
        background:#fff;
        width: 250px;
        height: 100%;
        overflow: auto;
        z-index: 9;
    }
   .open .hs_nav {
       left: 0;
       display: block;
    }
    .hs_nav ul {
        display: block;
    }
    .hs_nav li {
       margin: 30px 0; 
    }
    .hs_nav li a {
        font-size: 14px;
    }
    .hs_section6_wr_full {
        grid-template-columns: 1fr;
    }
    .hs_section6_wr .hs_section6_flex {
        grid-template-columns: repeat(auto-fit , minmax(300px , 1fr));
        gap: 15px;
    } 
}
@media screen and (max-width: 767px) {
    .hs_section6_wr .hs_section6_item h3 {
        font-size: 16px;
    }
    .hs_subheading {
        font-size: 16px;
    }
    .hs_section6_wr .hs_item_icons {
        width: 85px;
        height: 85px;
    }
    .hs_section11_item {
        grid-template-columns: 100px 1fr;
    }
    .hs_section11_wr.mt_bgtempconatainer.hs_section {
        padding: 20px 15px;
    }
    .hs_section11_item .hs_heading {
        font-size: 16px;
    }
    .hs_section8_flex h3 {
        font-size: 18px;
    }
    .hs_btn {
        min-width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .hs_banner_content h2 {
        font-size: 32px;
        line-height: 45px;
    }
    .hs_banner_content p {
        font-size: 14px;
        line-height: 26px;
    }
    .hs_heading {
        font-size: 24px;
    }
    .hs_paragraph {
        font-size: 12px;
    }
    .hs_section3_flex {
        grid-template-columns: 1fr;
    }
    .hs_copyRight.hs_section {
        padding: 10px 0;
    }
    .hs_copyRight a {
       font-size: 12px;
    }
    .hs_section6_wr .hs_section6_item {
        padding: 15px;
    }
    .hs_banner_flex {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 50px 15px;
    }
    .hs_section2_flex {
        grid-template-columns: repeat(auto-fit , minmax(280px , 1fr));
    }
}
@media screen and (max-width: 500px) {
    .hs_logo img {
       max-width: 200px;
    }
    .hs_section6_wr .hs_section6_flex {
        grid-template-columns: repeat(auto-fit , minmax(280px , 1fr));
        gap: 15px;
    }
}
/* Responsive Css End */


/* shree */


  



  

  
.section {
width: 100%;

}

.container {
max-width: 1200px;

}



.section-content h3 {
font-size: 28px;
color: #333;
}

.section-content span {
color: #004080;
}



.btn {
display: inline-block;
background: #004080;
color: white;
padding: 10px 15px;
text-decoration: none;
margin-top: 15px;
}

/* .bg-image {
background: url("assets/images/bg_section01.jpg") no-repeat center/cover;
color: white;
} */

.services-grid {
/* display: flex; */
justify-content: space-between;
gap: 20px;
}

.service-item {

padding: 20px;
text-align: center;
border-radius: 10px; 

}

.service-item img {
width: 60px;
margin-bottom: 10px;
border-radius: 50%  ;
}

.bg-dark {
background: #333;
color: white;
text-align: center;
padding: 40px 0;
}

form {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}

input, textarea {
width: 80%;
padding: 10px;
border-radius: 5px;
border: none;
}

button {
background: #004080;
color: white;
padding: 10px 20px;
border: none;
cursor: pointer;
}

   /* Service Cards */
   .service-card {
       background: #fff;
       border-radius: 10px;
       padding: 20px;
       box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
       text-align: center;
       transition: 0.3s ease-in-out;
       margin:0px 20px 20px 20px;
   }

   .service-card:hover {
       transform: translateY(-5px);
       box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
   }

   .service-card img {
       width: 60px;
       height: 60px;
       margin-bottom: 15px;
   }

   .service-card h3 {
       font-size: 18px;
       margin: 0;
       color: #333;
   }


   /* carosual */
   .service-item {
    position: relative;
    text-align: center;
    padding: 15px;
}

.service-item img {
    width: 100px;
    /* height: 100px; */
    /* object-fit: contain; */
    display: block;
    margin: 0 auto;
}

.service-item h3 {
    font-size: 16px;
    margin-top: 10px;
    color: #333;
}

/* Badges */
.badge {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: green;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    /* font-weight: bold; */
}

/* Custom Navigation */
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.owl-prev {
    left: -40px;
    top: 85px;
}

.owl-next {
    right: -40px;
    top: 85px;
}

/* Mobile View: Remove 'right' and 'top' */
@media screen and (max-width: 480px) {
    .owl-prev {
        left: 10px; /* Adjust if needed */
        top: 80px; /* Remove top */
    }

    .owl-next {
        right: 10px; /* Remove right */
        top: 80px; /* Remove top */
    }
}


.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none

}

/* client-logo */
.slick-slide {
    margin: 0px 20px;
    width:100%;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* how its work */
.how-it-works {
    
    padding: 40px 0;
}
.how-it-works h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.step-container {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}
.step-container::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 40px;
    width: 2px;
    height: 100%;
    background-color: #ccc;
}
.step-number {
    width: 23px;
    height: 23px;
    background: #ccc;
    text-align: center;
    /* line-height: 40px; */
    border-radius: 5px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    margin: 10px;
}
.step-content {
    flex-grow: 1;
}
.step-content h3 {
    font-size: 20px;
    margin: 0;
}
.step-content p {
    color: #666;
    margin: 5px 0 0;
}
.step-icon {
    width: 60px;
    margin-left: 20px;
}
.step-container:last-child::before {
    display: none;
}



/* count
 */
 

/* testimonials */

            
.testimonial-area {
  position: relative;
}

/* .ts-bg {
  background-image: url(../img/testimonial/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
} */

.ts-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(1, 39, 88, .85); */
}

.testimonial-item {
  background: #4eb9ee;
  border-radius: 10px;
  padding: 25px 25px;
  margin: 6px;
  position: relative;
  
}

.testimonial-content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.testimonial-quote p {
  color: #fff;
  /* font-weight: 500; */
}

.testimonial-author-info {
  margin: 15px 0 10px 0;
}

.testimonial-author-img {
  width: 75px;
  padding: 4px;
  border-radius: 50px;
  border: 2px dashed #4eb9ee;
}

.testimonial-author-img img {
  border-radius: 50%;
}

.testimonial-author-info h4 {
  font-size: 19px;
  color: #fff;
  margin-bottom: 2px;
}

.testimonial-author-info p {
  color: #fff;
  /* font-weight: 500; */
}

.testimonial-quote-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  background: #fff;
  border-radius: 50px 50px 50px 0;
}

.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-area .owl-dots .owl-dot span {
  background: #8a8e90;
  border-radius: 50px;
  margin: 5px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: var(--transition);
}

.testimonial-area .owl-dots .owl-dot.active span {
  width: 20px;
}

.testimonial-rate {
  color: #fff;
  margin-bottom: 15px;
}

.testimonial-area2.ts-bg {
  padding-top: 120px;
  background-attachment: fixed;
}


/* faq */
.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
  }
  .accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }
  .accordion-item-header.active::after {
    content: "\2212";
  }
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .accordion-item-body-content {
    padding: 10px;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  }
  
  @media (max-width: 767px) {
    html {
      font-size: 14px;
    }
  }
  

/* get app */




.app-developemt-section, .our-client-section, .section-faq, .service-section{
    margin:20px;
    /* background-color: #f0e5e3; */

}
.heading-title{
    text-align: center;
    margin:30px;

}
.bg-image-services{
    margin-top:30px;
    margin-bottom: 30px;
}


/* slide logo */

.slider {
  margin-top: 20px;
  background-color: whitesmoke;
  padding: 2em 2em;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.slide-track {
  display: flex;
  gap: 3em;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.slide img {
  width: 100px;
  height: 100px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* Adjust based on the number of logos */
}


.faq-image {
    width: 100%;
    height: 425px; /* Default height for larger screens */
    object-fit: contain;
    border-radius: 8px;
}

@media (max-width: 768px) { 
    .faq-image {
        height: auto !important; /* Remove fixed height for mobile */
    }
}


.hs_section4_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.contact-form, .map-section {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
}

.contact-form {
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mt_form_input {
    margin-bottom: 15px;
}

.theme_input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

textarea.theme_input {
    resize: none;
}

.submit-btn-container {
    text-align: center;
    margin-top: 20px;
}

.pp-btn {
    background-color: #154c86;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.pp-btn:hover {
    background-color: #0056b3;
}

.map iframe {
    width: 100%;
    height: 630px; /* Adjusted height to match the form */
    border-radius: 8px;
}

@media (max-width: 768px) {
    .hs_section4_flex {
        flex-direction: column;
    }

    .contact-form {
        width: 92%;
        padding: 15px;
    }

    .map-section {
        width: 100%;
        padding: 15px;
    }

    .map iframe {
        height: 300px; /* Adjust height for smaller screens */
    }
}
