.tparrows.preview2 {
    background: #9fe3f533;
}
.tparrows.preview2:after {
    color: var(--theme-color3);
}
/*--------------------------- default setting -----------------------------*/
:root{
    --font-style1: 'outfitvar', 'inherit';
    --font-style2: 'manropevar', 'sans-serif';
    --theme-color1: #9FE3F5;
    --theme-color2: #000;
    --theme-color3: #0A9BDB;
    --color-black: #000;
    --color-white: #fff;
    --color-gray: #646464;
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --color-dark: #000f62;
    --border-info-color: rgb(0 0 0 / 32%);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --bs-white-rgb: 255,255,255;
    --color-transition: #1429a096;
}
body {
    font-family: var(--font-style2, "DM Sans", sans-serif);
    color: var(--theme-color2, #7A736A);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
}
.df {
    display: flex;
}
.backtotop {
    overflow: unset;
    background-color: var(--theme-color3);
}
.pageheader {
    padding: 77px 0;
    background: url(../../images/images/others/breadcrumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about_page_title {
    color: var(--theme-color1);
    font-size: 50px;
    font-family: var(--font-style1);
    text-transform: capitalize;
}
.breadcrumb>.active, .breadcrumb>li, .breadcrumb>li a {
    font-size: 14px;
    color: var(--color-white);
    font-family: var(--font-style2);
}
.breadcrumb {
    margin-top: 10%;
}




#headeraffix {
    background: var(--color-white) !important;
}
#topbar:after {
    border: var(--color-black) !important;
}
#topbar:before {
    width: 100% !important;
    background: var(--theme-color1);
}
.navbar-nav li.active > a {
    color: var(--theme-color3) !important;
}
.navbar-nav > li > a:hover {
    color: var(--theme-color1);
}
header, #headeraffix.affix {
    background-color: #efefef !important;
}
.topbar .list-inline li {
    font-family: var(--font-style1);
    font-size: 14px !important;
    color: var(--theme-color2) !important;
}
.nav > li a {
    font-family: var(--font-style1);
    font-size: 16px;
    font-weight: 600 !important;
    color: var(--theme-color2);
}



/*=====================================================  start  =========================================================*/

/*-------------------------------------------------  home_welcome  ------------------------------------------------------*/

.cs_height_120 {
    height: 120px;
}
.cs_gap_y_40 {
    gap: 40px 0;
}
.align-items-center {
    align-items: center!important;
}
.cs_about.cs_style_1 .cs_about_thumb {
    position: relative;
}
.cs_about.cs_style_1 .cs_about_content {
    padding-left: 30px;
}
.cs_mb_22 {
    margin-bottom: 22px;
}
.cs_section_heading.cs_style_1 .cs_section_subtitle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-family: var(--font-style1);
    font-weight: 400;
}
.cs_accent_color {
    color: var(--theme-color3);
}
.cs_medium {
    font-weight: 500;
}
.cs_fs_20 {
    font-size: 20px;
    line-height: 1.5em;
}
.cs_mb_10 {
    margin-bottom: 10px;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.cs_section_heading.cs_style_1 .cs_section_subtitle img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
    filter: invert(59%) sepia(94%) saturate(3763%) hue-rotate(168deg) brightness(93%) contrast(92%);
}
.cs_semibold {
    font-weight: 600;
}
.cs_fs_48 {
    font-size: 48px;
    line-height: 1.208em;
}
.mb-0 {
    margin-bottom: 0!important;
}
.cs_mb_30 {
    margin-bottom: 30px;
    padding: 0;
}
.cs_about.cs_style_1 .cs_list_2_wrap {
    padding-right: 130px;
}
.cs_about.cs_style_1 .cs_list_2_wrap {
    position: relative;
    border-bottom: 1px solid var(--border-info-color2);
    padding-bottom: 40px;
}
.cs_mp_0 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cs_fs_24 {
    font-size: 24px;
    line-height: 1.417em;
}
.cs_heading_font {
    font-family: var(--font-style1);
}
.cs_list.cs_style_2 li:not(:last-child) {
    margin-bottom: 20px;
}
.cs_list.cs_style_2 li {
    position: relative;
    padding-left: 20px;
    padding-top: 5px;
}
.cs_list.cs_style_2 li::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    left: 0;
    top: 12px;
}
.cs_about.cs_style_1 .cs_list_experience {
    position: absolute;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    bottom: 40px;
}
.cs_about.cs_style_1 .cs_list_experience h2 {
    -webkit-text-stroke: 3px var(--theme-color1);
    color: transparent;
}
.cs_fs_80 {
    font-size: 80px;
    line-height: 1.1em;
}
.cs_body_font {
    font-family: var(--font-style2);
}
.cs_height_40 {
    height: 40px;
}
.cs_about.cs_style_1 .cs_about_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 40px;
}
.cs_btn.cs_style_1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid var(--theme-color1);
    padding: 20px 30px;
    line-height: 1.714em;
    background-color: var(--theme-color3);
    position: relative;
}
.cs_section_title {
    font-family: var(--font-style1);
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cs_btn.cs_style_1::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--heading-color);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cs_btn.cs_style_1 > * {
    position: relative;
    z-index: 1;
}
.cs_about.cs_style_1 .cs_about_avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.cs_about.cs_style_1 .cs_about_avatar_thumb {
    height: 65px;
    width: 65px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid var(--theme-color3);
}
.cs_about.cs_style_1 .cs_about_avatar_thumb img {
    height: 100%;
    width: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}
p {
    padding: 0 0 10px;
}
h3 {
    padding: 0 0 5px;
}
.d-flex {
    display: flex;
}








/*--------------anim--------------*/
@keyframes rotate{
{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

/*---------------------------------------------------  home_whychoose  ---------------------------------------------*/

.cs_why_chose_us.cs_style_1 {
    position: relative;
}
.cs_bg_filed {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.overflow-hidden {
    overflow: hidden!important;
}
.cs_height_115 {
    height: 115px;
}
.cs_why_chose_us.cs_style_1 .cs_why_chose_us_in {
    max-width: 600px;
    position: relative;
    z-index: 2;
    margin-left: 34%;
}
.cs_height_45 {
    height: 45px;
}
.cs_gap_y_30 {
    gap: 30px 0;
}
.cs_row_gap_60 {
    margin-left: -30px;
    margin-right: -30px;
}
.cs_row_gap_60 > * {
    padding-left: 30px;
    padding-right: 30px;
}
.cs_mb_17 {
    margin-bottom: 17px;
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon img {
    height: 60px;
    filter: invert(59%) sepia(94%) saturate(3763%) hue-rotate(168deg) brightness(93%) contrast(92%);
}



/*=======================================================  aboutpage  ================================================*/

.aboutpage-iddiv {
    padding: 80px 0 60px 0;
}
.rounded-10 {
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.bg-color {
    background: var(--theme-color3);
}
.pb10 {
    padding-bottom: 10px;
}
.pt30 {
    padding-top: 30px;
}
.de_count h3 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
    line-height: 1em;
    padding-bottom: 10px;
    letter-spacing: -.5px;
    color: var(--color-white);
}
.de_count h3 span {
    font-size: 52px;
    margin-right: 5px;
    letter-spacing: -1.5px;
}
.de_count span {
    text-transform: uppercase;
}
.de_count h4 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
}
.bg-color-3 {
    background: var(--theme-color1);
}
.spacer-double {
    width: 100%;
    height: 60px;
    display: block;
    clear: both;
}
.mt-4 {
    margin-top: 1.5rem!important;
}
.bg-color-3 .de_count h3 {
    color: var(--theme-color3);
}
.bg-color-3 .de_count h4 {
    color: var(--theme-color3);
}
.aboutpage-iddiv p.cs_mb_30 {
    text-align: justify;
}

.abpg2-img {
    width: 100%;
    height: auto;
}
.aboutpage2-iddiv {
    position: relative;
    display: block;
    background-color: #08335e;
    z-index: 10;
}
.abpg2-bg {
    background: url(../../images/images/about/thm-pattern-1.png);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #08335e;
    background-blend-mode: color-burn;
    opacity: 0.10;
    z-index: -2;
}
.choose-style1__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: -1;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.choose-style1__shape-1 img {
    opacity: 0.05;
}
.abpage2-contdiv {
    padding: 120px 20px 20px;
}
.abpage2-contdiv .heading3 {
    color: var(--theme-color1);
    text-align: inherit;
}
.abpage2-contdiv .paracont {
    color: var(--color-white);
}
.happy-customers-box-style1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    background-color: var(--theme-color3);
    text-align: center;
    padding: 36px 0 32px;
    z-index: 1;
}
.happy-customers-box-style1 .icon {
    position: relative;
    display: block;
    padding-bottom: 18px;
}
.happy-customers-box-style1 .icon span {
    color: #ffffff;
    font-size: 62px;
    line-height: 62px;
}
.happy-customers-box-style1 h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

#homeservice-id {
    margin: 0px 0 0px 0;
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(180deg, #212529 0%, #033C7A 100%);
}
#homeservice-id:before {
    background-color: #212529;
    background-image: url(../../images/images/home/serv/Section-bg-one.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.25;
    transition: .3s;
}
#homeservice-id .cs_section_title {
    color: var(--color-white);
}
.mt {
    margin: 80px 0 40px 0;
}
.gap-2 {
    gap: 0.5rem;
}
.items-center {
    align-items: center;
}
.inline-flex {
    display: inline-flex;
}
.mt-3 {
    margin-top: 0.75rem;
}
.hserheadcont2 {
    color: var(--color-white);
}
.has_line {
    position: relative;
}
.txt-button {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: capitalize;
}
.has_line.animate_width::before {
    width: 100%;
}
.has_line.line_white::before {
    background-color: #FFFFFF;
}
.has_line::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #FF6600;
    transition: width 0.3s ease;
}
.has_line.animate_width:hover::before {
    animation: fullWidth 0.4s ease;
}
@keyframes fullWidth {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}
.block {
    display: block;
}
.relative {
    position: relative;
}
.duration-400 {
    transition-duration: 400ms;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.h-full {
    height: 100%;
}
.hserc1services_info {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-translate-y: -4.25rem;
    transform: translate(0, -4.25rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    width: 100%;
    top: 100%;
    left: 0px;
    position: absolute;
    transition-duration: 400ms;
}
.hserc1heading {
    display: flex;
    height: 4.25rem;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
strong.hserc1services_name {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
span.hserc1flex {
    transition-duration: 300ms;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    width: 4.25rem;
    height: 4.25rem;
    align-items: center;
    background-color: var(--theme-color3);
}
.services_link:hover .hserc1services_info {
    transform: translateY(-100%);
}
.hserc1detail {
    padding: 1.5rem;
    --tw-border-opacity: 1;
    border-color: rgb(228 228 228 / var(--tw-border-opacity));
    border-top-width: 1px;
}
p.hserc1services_desc {
    --tw-text-opacity: 1;
    color: rgb(97 98 101 / var(--tw-text-opacity));
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0.5rem;
}
span.hserc1inline-block {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: capitalize;
    transition-duration: 300ms;
    text-underline-offset: 2px;
    text-decoration-thickness: 2px;
    text-decoration-line: underline;
    display: inline-block;
}
.hserc1inline-block:hover {
    --tw-text-opacity: 1;
    color: rgb(242 178 1 / var(--tw-text-opacity));
}
.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);
}
.services_item {
    margin: -1px 10px;
}
.hserc1flex:hover {
    background-color: var(--theme-color2);
}











/*------------------------------------------------------  home_process  --------------------------------------------------*/

#homeprocess-id .cs_section_heading {
    text-align: center;
    padding: 60px 0;
}
#homeprocess-id {
    margin: 80px 0 40px 0;
    position: relative;
}

.process_list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 3rem;
    gap: 1.875rem;
    display: grid;
    list-style: none;
    padding: 0;
}
.process_item {
    gap: 1.75rem;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: relative;
    list-style: none;
}
.process_item:nth-child(1)::before, .process_item:nth-child(3)::before {
    position: absolute;
    top: 0.25rem;
    right: -6rem;
    width: 10.5rem;
    height: 3.5rem;
    background: url(../../images/images/home/process/oval_arrow_down.png) center/contain no-repeat;
    content: "";
}
.process_icon {
    width: 6.25rem;
    height: 6.25rem;
    transition-duration: 400ms;
    --tw-border-opacity: 1;
    border-color: rgb(378 331 288 / var(--tw-border-opacity));
    border-width: 1px;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    display: flex;
    position: relative;
    border-style: solid;
    border-color: var(--theme-color2);
}
.process_ordinal {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: capitalize;
    top: 0px;
    right: 0px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background: var(--theme-color3);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-width: 3px;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    display: flex;
    position: absolute;
}
.heading5 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.process_icon span.fa {
    font-size: 3rem;
    line-height: 1;
    color: var(--theme-color2);
}
.hserv-cont {
    margin: 60px 0 40px 0px;
}
button.owl-next i, button.owl-prev i {
    padding: 10px 22px;
    font-size: 20px;
    font-weight: 800;
    background-color: var(--theme-color1);
    margin: 40px 5px;
    color: var(--theme-color2);
}
.qc-slider-nav2 {
    text-align: center;
    z-index: 16;
    position: relative;
}
button.owl-prev i {
    border-radius: 4px 0px 0px 4px;
}
button.owl-next i {
    border-radius: 0px 4px 4px 0px;
}
#homeprocess-id .heading5 {
    color: var(--theme-color3);
}
.hprocess-contdiv {
    padding: 0 0 60px 0;
}
.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background: var(--theme-color3);
    border-color: var(--theme-color1);
}
.group:hover .group-hover\:bg-black span.process_ordinal {
    background: var(--theme-color1);
    color: var(--theme-color3);
}
.group:hover .group-hover\:bg-black span {
    color: var(--color-white);
}
.show {
    display: flex !important;
}
.animate.show {
    opacity: 1;
    transform: translate(0);
}
.animate {
    opacity: 0.0001;
    transform: translateY(40px);
    transition-property: opacity, transform;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    transition-delay: calc(var(--i) * 0.15s);
}
.pt-10 {
    padding-top: 2.5rem;
}
.process_item:nth-child(2)::before {
    position: absolute;
    top: 4rem;
    right: -6rem;
    width: 10.5rem;
    height: 3.5rem;
    background: url(../../images/images/home/process/oval_arrow_up.png) center/contain no-repeat;
    content: "";
}
.process_item:hover .process_ordinal {
    animation: scaleAnimate 0.5s ease;
}

@keyframes scaleAnimate{
0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-8px);
}
100% {
    transform: translateY(0);
}
}

/*-----------------------------------------------------  home_client  ------------------------------------------------*/

#homeclient-id {
    padding: 40px 0 40px 0;
    background: #9fe3f514;
    border-bottom: 1px solid var(--theme-color1);
}
#homeclient-id .cs_section_heading {
    text-align: center;
    margin-bottom: 60px;
}
.hclientcont-imgdiv {
    box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset, rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;
    margin: 20px 10px;
    border-radius: 10px;
    padding: 10px;
}


/*======================================================  home_service  =============================================*/

.project-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.project-three__img-box {
    position: relative;
    display: block;
}
.project-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(255 255 255 / 80%) -6px -2px 16px 0px;
    margin: 0 0 20px 0;
}
.project-three__img img {
    width: 100%;
    border-radius: 10px;
    transform: scale(1.0);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}
.project-three__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(3, 27, 78, .90);
    border-radius: 10px;
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}
.project-three__arrow {
    position: relative;
    display: inline-block;
}
.project-three__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: var(--theme-color3);
    border-radius: 50%;
    font-size: 30px;
    color: var(--color-white);
}
.project-three__sub-title {
    color: var(--color-white);
    margin: 27px 0 8px;
}
.project-three__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 27px 0 8px;
}
.project-three__title a {
    color: var(--theme-color1);
}
.project-three__single:hover .project-three__img img {
    transform: scale(1.10) rotate(0deg);
}
.project-three__single:hover .project-three__content {
    opacity: 1;
    transform: translateY(0px);
}
.project-three__arrow a:hover {
    background-color: var(--color-white);
    color: var(--theme-color1));
}
.project-three__arrow a:hover span {
    filter: invert(56%) sepia(94%) saturate(3864%) hue-rotate(169deg) brightness(96%) contrast(92%);
}
.servicepage-iddiv .cs_section_heading {
    text-align: center;
    margin: 60px 0;
}
.heading3 {
    font-family: var(--font-style1);
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}




/*=================================================  contact_page  ===============================================*/

.contact-one__content {
    margin-top: 21px;
}
.contact-one__content .sec-title {
    padding-bottom: 29px;
    margin-bottom: 32px;
}
.contact-one__text {
    margin-bottom: 31px;
}
.contact-one__info {
    padding: 30px;
    position: relative;
    background-color: var(--theme-color3);
    overflow: hidden;
}
.contact-one__info__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.contact-one__info__content {
    position: relative;
    z-index: 11;
}
.contact-one__info__item {
    display: table;
}
.contact-one__info__item__inner {
    display: flex;
    align-items: center;
}
.contact-one__info__icon {
    position: relative;
    flex-shrink: 0;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color2);
    overflow: hidden;
    z-index: 1;
    transition: all 400ms ease;
}
.contact-one__info__icon span {
    font-size: 15px;
    color: var(--floens-white, #ffffff);
}
.contact-one__info__icon::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--theme-color1);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.contact-one__info__text {
    margin: 0;
    padding: 9px 11px 10px 11px;
    font-size: 15px;
    color: var(--floens-white, #ffffff);
    line-height: 18px;
    background-color: RGBA(var(--floens-white-rgb, 255, 255, 255), 0.2);
}
.contact-one__info__text a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}
.contact-one__info__item   .contact-one__info__item {
    margin-top: 25px;
}
.contact-one__info__image {
    position: absolute;
    right: -80px;
    bottom: -20px;
    z-index: 1;
    animation: zumpBottom 2s linear infinite;
}
.contact-one__info__item.mt {
    margin-top: 25px;
}
.contact-one__info__item:hover .contact-one__info__icon::after {
    bottom: -50%;
}
.contact-one__info__text:hover {
    color: var(--theme-color2);
}
.contact-one__info__text a:hover {
    background-size: 100% 1px;
}
textarea.form-control {
    height: 200px;
}
#contact_form {
    margin: 40px 0 0 0;
}
@keyframes zumpBottom{
0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
50% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}

.contact-one__info__item:hover span.fa {
    color: var(--theme-color2);
}
.btn-primary {
    color: var(--color-white);
    background-color: var(--theme-color3);
    border-color: var(--theme-color1);
    font-size: 13px !important;
    text-transform: uppercase !important;
}

.btn-primary:focus {
    background-color: var(--theme-color2);
}
.btn-primary:hover {
    background: var(--theme-color2);
}
#submit:hover {
    background: var(--theme-color2);
}
#copyright::before {
    background: var(--theme-color1);
}
#copyright:before {
    width: 100%;
}
#copyright p {
    color: var(--theme-color2);
    font-size: 16px;
    font-family: var(--font-style2);
}
#copyright {
    padding: 0;
}
#copyright:after{
    display:none;
}
img.footslogo-img {
    background: var(--color-white);
    padding: 10px 0px;
    margin: 0 0 10px 10px;
}
.footseccont-p {
    color: var(--color-white) !important;
    text-align: justify;
    font-size: 15px;
}
.widget-title h4 {
    color: var(--theme-color1);
    font-size: 20px;
    font-family: var(--font-style1);
}
.footer_li li a {
    color: var(--color-white);
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
}
.footer_li li {
    padding-top: 7px;
    padding-bottom: 7px;
    list-style: square;
    color: var(--theme-color1);
    margin: 2px 15px;
}
.footer_li li a:hover {
    color: var(--theme-color3);
}
.contact-widget strong {
    color: var(--color-white);
}
footer {
    background-image: url(../../images/images/others/fottimg.png) !important;
}
.section {
    padding: 40px 0;
}
.portfolio-filter {
    display: none;
}
.section-title{
    display: none;
}

/*--comm---*/
.extra-img img {
    height: 260px;
}
.pro_image2 {
    width: 100%;
    height: 100%;
}
.extra-item {
    margin: 20px 0;
    padding: 30px;
    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(255 255 255 / 80%) -6px -2px 16px 0px;
}
#product_content_2 {
    margin-bottom: 40px;
}
.pro_title {
    color: var(--theme-color3) !important;
    font-family: var(--font-style1) !important;
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
#product_content_2 h3.heading3 {
    text-align: inherit;
    font-size: 20px;
    text-transform: capitalize;
}
.header_list li {
    list-style: none;
}
.services_link {
    margin: 0 10px;
}
.arnspareparts-div .cs_section_heading {
    text-align: center;
    margin: 80px 0 40px 0;
}
.arnspdiv-cont {
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
    margin: 30px 10px;
}
.arnspdiv-cont p.paracont {
    text-align: center;
    padding: 10px 10px;
    border-top: 1px solid;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  responsive  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

@media (max-width:767px){
ul.process_list {
    display: block;
}
.cs_why_chose_us_in {
    margin: 0 !important;
    text-align: center;
}
.d-flex {
    display: block;
}
.cs_about.cs_style_1 .cs_about_thumb img {
    width: 100%;
}
.process_item:nth-child(2)::before{
    display: none;
}
.process_item:nth-child(1)::before, .process_item:nth-child(3)::before{
    display: none;
}
.cs_fs_48 {
    font-size: 35px;
}
.cs_fs_20 {
    font-size: 18px;
}
.cs_about.cs_style_1 .cs_about_content {
    padding-left: 0;
}
.cs_fs_24 {
    font-size: 20px;
}
.cs_height_120 {
    height: 80px;
}
#topbar {
    border-bottom: 1px solid var(--theme-color1);
    background: var(--theme-color1);
}
.topbar .list-inline li {
    font-size: 14px !important;
}
.hclientcont-imgdiv {
    margin: 0px 40px;
}
.header {
    padding: 5px 0;
}
.breadcrumb {
    margin-top: 0%;
}
.about_page_title {
    font-size: 35px;
}
.pageheader {
    padding: 30px 0;
}
.aboutpage-iddiv {
    padding: 40px 0 60px 0;
}
.abpage2-contdiv {
    padding: 40px 20px 20px;
}
#copyright {
    background: var(--theme-color1);
}
.pro_title {
    margin: 20px 0;
    font-size: 24px !important;
    line-height: 1.4;
}
.extra-item {
    margin: 20px 20px;
    padding: 20px 0;
}
.tparrows.preview2:after {
    margin-top: -8px;
}
.cs_iconbox {
    margin: 0 0 20px 0;
}
.cs_height_115 {
    height: 40px;
}
#homeprocess-id {
    margin: 20px 0 20px 0;
}
.process_info {
    padding: 0 20px;
}
.process_list {
    margin-top: 0rem;
}
#homeprocess-id .cs_section_heading {
    padding: 40px 0;
}
.left.col-md-6 {
    width: 100% !important;
    padding: 5px 0 !important;
}
.product_popcont, .product_popcont1 {
    padding: 0 30px 0 10px !important;
}
.right.col-md-6.bg {
    display: none !important;
}
.product_popcont:after {
    display: none !important;
}





}






/*=============================================  gallery_page  ===============================================*/

.portfolio-style-1 img {
    width: 100% !important;
    height: 215px;
    box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset, rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;
    padding: 10px;
    border-radius: 20px;
}
.magnifier {
    height: 215px;
    border-radius: 20px;
}
.portfolio-gallery-4 .portfolio-item {
    padding: 5px;
}
.section {
    padding: 40px 0;
}
.portfolio-filter {
    display: none;
}


/*-----  popup  -----*/

.left {
    background: var(--theme-color3) !important;
}
.left:after {
    right: 585px !important;
    border-top: 15px solid var(--theme-color1) !important;
}
.product_popcont:after {
    bottom: 0px !important;
    border-bottom: 15px solid var(--theme-color1) !important;
}
.product_popcont:before {
    border-left: 22px solid var(--theme-color1) !important;
}
.modal_title strong {
    font-family: var(--floens-font) !important;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
}
.class_title {
    color: aliceblue;
}
.class_title {
    color: var(--theme-color3) !important;
    font-family: var(--font-style1) !important;
    font-size: 30px !important;
    text-transform: uppercase;
}




