@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    font-family: "Outfit", sans-serif;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #00a0ec;
    outline: none;
}
.btn-blue {
    background: #00a0ec;
    color: #fff;
}
.btn {
    display: inline-block;
    vertical-align: top;
    padding: 12px 24px;
    border-radius: 4px;
}
.top_bar {
    padding: 12px 0;
    background: #00a0ec;
    color: #fff;
}
.top_bar ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.top_bar ul li {
    font-size: 14px;
    padding: 0 12px;
    border-right: 1px solid #fff;
    line-height: 1;
}
.top_bar ul li:first-child {
    padding-left: 0;
}
.top_bar ul li:last-child {
    padding-right: 0;
    border: none;
}
.top_bar ul li a {
    color: #fff;
    text-decoration: none;
}
.top_bar ul li a svg {
    width: 20px;
    height: 20px;
}
.top_bar ul li svg {
    width: 20px;
    height: 20px;
}
.account_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.account_menu li {
    margin-left: 16px;
}
.account_menu li:first-child {
    margin-left: 0;
}
.account_menu li a {
    display: block;
    position: relative;
}
.account_menu li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: #00a0ec;
    color: #fff;
    font-size: 8px;
    border-radius: 20px;
    position: absolute;
    left: 14px;
    top: -6px;
}
.navbar-brand img {
    max-height: 70px;
}
.navbar-expand-lg .navbar-nav .nav-item {
    padding: 20px 0;
    display: inline-flex;
    align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}
.navbar-expand-lg .navbar-nav .nav-link.customize_btn {
    padding: 10px 20px;
    border-radius: 30px;
    background: #00a0ec;
    color: #fff;
    margin-left: 20px;
}
.call_btn {
    display: flex;
    align-items: center;
}
.call_btn figure {
    margin: 0;
    margin-right: 16px;
}
.call_btn figure svg {
    width: 40px;
    height: 40px;
}
.call_btn h6 {
    margin: 0;
    font-size: 12px;
    line-height: 17px;
    color: #808080;
}
.call_btn h4 {
    margin: 0;
    font-size: 18px;
    line-height: 23px;
}
.call_btn h4 a{
    position: relative;
    color: #000;
}
.call_btn h4 a:after {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid;
    -webkit-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    -moz-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    -ms-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    -o-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
}
.call_btn h4 a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.home_banner figure {
    margin: 0;
}
.home_banner figure img {
    aspect-ratio: 16/6;
    object-fit: cover;
    object-position: top;
    max-width: 100%;
}
.home_banner figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_caption {
    width: 100%;
}
.banner_caption p {
    margin-bottom: 24px;
    line-height: 1.4;
    font-weight: 300;
}
.banner_caption h4 {
    font-size: 24px;
    font-weight: 300;
    color: #00a0ec;
}
.banner_caption h1 {
    font-size: 60px;
    font-weight: 500;
    color: #d6d6d6;
}
.banner_caption {
    font-size: 16px;
    color: #fff;
}
.appointment_btn {
    display: inline-block;
    vertical-align: top;
    padding: 12px 48px;
    background: #00a0ec;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}
.service_tag {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 8%);
    vertical-align: top;
    background: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    color: #00a0ec;
}
.about_section {
    padding: 100px 0;
}
.about_section h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
}
.about_figure {
    margin: 0 0px 0px 100px;
    position: relative;
}
.about_figure > img {
    max-width: 420px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 8px;
}
.about_figure img.tiny_png {
    position: absolute;
    aspect-ratio: 1/1;
    object-fit: cover;
    max-width: 250px;
    top: auto;
    bottom: -40px;
    left: auto;
    right: 40px;
}
.satisfection_block {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
    font-weight: 500;
	color: #0d2354;
	margin-bottom: 10px;
}
.bg-theme {
	background: #00a0ec;
}
.call_btn {
	margin-left: 24px;
	display: flex;
}
.call_btn span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #00a0ec;
	margin-right: 24px;
}
.call_btn h3 {
	font-size: 21px;
    line-height: 30px;
	margin: 0;
}
.call_btn span svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}
.call_btn a {
    text-decoration: none;
    color: #00a0ec;
}
.floating_text {
    color: #F6F6F6;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: absolute;
    left: -80px;
    top: 100%;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: left top;
}

.industry_section {
    display: block;
    padding: 60px 0;
    background: #000;
    color: #fff;
    overflow: hidden;
}
.industry_section h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
}
.industry_block figure {
    margin: 0;
    position: relative;
}
.industry_block figure img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}
.industry {
    overflow: visible;
}
.caption_area {
    text-align: left;
    transform: none;
    white-space: inherit;
    font-weight: inherit;
    font-size: 32px;
    line-height: 1.1;
    left: 40px;
    bottom: 40px;
    top: auto;
    width: 50%;
    padding: 17px 40px 25px 20px;
    position: absolute;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    transition: all 0.5s ease-in-out;
    animation-delay: 0.5s;
    transform: scale(.5);
}
.industry .swiper-slide.swiper-slide-active .caption_area, .industry .swiper-slide.swiper-slide-next .caption_area {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    transform: scale(1);
}
.caption_area span {
    display: block;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 0;
    position: relative;
    left: -1.5px;
    z-index: 9;
}
.caption_area:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #00a0ec;
    -webkit-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    -moz-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    -ms-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    -o-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
}
.caption_area span.box_subtitle {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: 300;
}
.industry_block:hover .caption_area:after {
    transform: scale(1.1);
}
.product_section {
    display: block;
    padding: 60px 0;
}
.product_block {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 32px;
    color: #000;
    text-decoration: none;
}
.product_block figure {
    background: #f7f7f7;
}
.product_block figure img {
    aspect-ratio: 1/1;
    max-width: 100%;
    width: 100%;
    object-fit: scale-down;
}
.title_area {
    margin-bottom: 60px;
}
.title_area h2 {
    margin: 0;
    font-weight: 700;
    font-size: 42px;
}
.product_section h2 {
    margin: 0;
    font-weight: 700;
}
.title_area a {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
.title_area p {
    font-size: 21px;
    color: #7f7f7f;
    line-height: 26px;
    text-align: center;
}
.product_block p {
    font-size: 14px;
    margin-bottom: 0;
}
.product_block p span {
    font-weight: 600;
}
.product_block figcaption {
    padding-bottom: 24px;
}

.testimonial_section {
    display: block;
    padding: 60px 0;
    overflow: hidden;
}
.testimonial_slider {
    overflow: visible;
}
.testimonial {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 60px 40px;
    position: relative;
    border-top: 10px solid #808080;
}
.testimonial:after {
    content: "";
    width: 72px;
    height: 45px;
    line-height: 0;
    font-size: 10rem;
    font-style: italic;
    position: absolute;
    bottom: 40px;
    right: 50px;
    background-image: url(../images/quote.svg);
    background-size: 72px 45px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.testimonial_meta {
    width: 25%;
    margin: 24px 0 0;
    flex-shrink: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.testimonial_meta figure {
    margin: 0;
    margin-right: 15px;
    width: 55px;
    flex-shrink: 0;
}
.testimonial_meta figure img {
    width: 55px;
    height: 55px;
    filter: grayscale(1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.testimonial_meta h5 {
    font-size: 16px;
}
.testimonial_meta h6 {
    margin: 0;
    font-size: 14px;
}
.testimonial_content {
    flex-grow: 1;
    padding: 0 15px;
    font-size: 24px;
    font-weight: 300;
}
.testimonial_slider .swiper-slide {
    -webkit-opacity: .15;
    -khtml-opacity: .15;
    -moz-opacity: .15;
    opacity: .15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity=15);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.testimonial_slider .swiper-slide.swiper-slide-active .testimonial {
    border-top: 10px solid #00a0ec;
}
.testimonial_slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.blog_section {
    display: block;
    padding: 60px 0;
}
.blog_area {
    display: block;
    position: relative;
}
.blog_area img {
    aspect-ratio: 16/7;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}
.past_date {
    display: block;
    font-size: 13px;
    padding: 3px 4px 1.5px 4px;
    color: #fff;
    background: #000;
    float: left;
    margin: 0 3px 3px 0;
    line-height: 1.08;
}
.blog_area h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 1.2;
}
.blog_area h2 a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.blog_area:hover h2 a {
    box-shadow: inset 0 -1px 0 0 #a3d5e8;
    display: inline;
}
.cat_meta {
    display: block;
    font-size: 13px;
    padding: 3px 4px 1.5px 4px;
    color: #000;
    background: #a3d5e8;
    float: left;
    margin: 0 3px 3px 0;
    line-height: 1.08;
}
.post_meta {
    display: flex;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.5;
}
.blog_area figcaption {
    font-size: 15px;
}
.contact_block {
    margin: 0px 0px 0px -105px;
    padding: 70px 70px 80px 70px;
    background-color: #fff;
}
.contact_section {
    display: block;
    padding: 100px 0;
}
.contact_section h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 60px;
}
.contact_section h4 {
    margin-bottom: 28px;
    font-weight: 900;
}
.contact_section h5 {
    font-weight: 600;
}
.contact_section a {
    text-decoration: none;
    color: #000;
}
.contact_section img {
    max-width: 100%;
    aspect-ratio: 3/3;
    object-fit: cover;
}
.form_area {
    display: block;
    padding-bottom: 36px;
    width: 100%;
}
.textbox, .textarea {
    width: 100%;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: transparent;
}
.textbox:focus, .textarea:focus {
    outline: none;
    box-shadow: none;
}
.textarea {
    min-height: 120px;
}
.submit_btn {
    display: inline-block;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    border: none;
    background-color: #00a0ec;
}
footer {
    padding: 60px 0 20px;
    background: #000;
    color: #fff;
}
footer h3 {
	font-size: 20px;
	margin-bottom: 37px;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer ul li {
	display: block;
	margin-bottom: 15px;
}
footer ul li a {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
    position: relative;
}
footer ul li a:after {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid;
    -webkit-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    -moz-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    -ms-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    -o-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
}
footer ul li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
footer ul li a:hover {
	color: #00a0ec;
}
footer ul li h5 {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
footer ul li p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	padding-bottom: 10px;
}
.social_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.social_menu li {
	display: inline-block;
	margin-right: 10px;
}
.social_menu li a {
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #142959;
	border-radius: 50%;
	font-size: 24px;
}
.social_menu li a:hover {
	background: #01bdb2;
	color: #fff;
}
.copyright {
	padding: 20px 0;
	background-color: #0d2354;
}
.copyright p {
	margin: 0;
	font-size: 13px;
	text-align: center;
	font-weight: 300;
}
.more_section {
    padding: 60px 0;
    display: block;
}
.info_box {
    padding: 40px 40px 100px 40px;
    padding-right: 80px;
    background: #000;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    height: 280px;
    display: block;
    position: relative;
}
.info_box h3 {
    letter-spacing: 1px;
    font-weight: 500;
    display: inline;
    margin: 0;
    line-height: 1.1;
    font-size: 32px;
    background-image: linear-gradient(180deg,transparent 65%,rgba(255,255,255,.2) 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.9s ease;
    -moz-transition: background-size 0.9s ease;
    -ms-transition: background-size 0.9s ease;
    -o-transition: background-size 0.9s ease;
    transition: background-size 0.9s ease;
    color: #fff;
}
.info_box:hover {
    transform: translateY(-10px);
}
.info_box:hover h3 {
    background-size: 100% 100%;
}
.info_box span {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.info_box span img {
    width: 80px;
    height: 80px;
}
.info_box p {
    color: rgba(255,255,255,.7);
    font-size: 14px;
    margin-top: 16px;
}
.info_box a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: inherit;
    line-height: 1.3;
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    padding: 40px 50% 40px 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    color: rgba(255,255,255,.7);
    text-decoration: none;
}
.info_box img {
    position: absolute;
    bottom: 30px;
    left: auto;
    right: 30px;
    margin: 0;
    max-width: 64px;
}
.content_box {
    padding: 0 24px;
}
.content_box p {
    font-size: 18px;
    font-style: normal;
    color: #7f7f7f;
}
.content_box h3 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.content_box img {
    max-width: 60px;
    margin-top: 32px;
}
.copyright {
	padding: 20px 0;
	background-color: #000;
}
.copyright p {
	margin: 0;
	font-size: 13px;
	text-align: center;
	font-weight: 300;
    color: #fff;
}
.view_all_btn {
    display: inline-block;
    vertical-align: top;
    padding: 12px 48px;
        font-size: 18px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    border: none;
    background-color: #00a0ec;
}
.catalouge_section {
    display: block;
    padding: 60px 0 0;
    background: #00a0ec;
}
.time_content {
    display: block;
    padding: 60px 0;
}

.time_thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    padding: 10px;
}
.time_thumb img {
    max-width: 30px;
    margin-bottom: 6px;
}

/* Transitions
*************************************/
.timeline-button-next,
.timeline-button-prev {
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}
.timeline-dates .swiper-slide:after,
.timeline-dates .swiper-slide div {
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

/************************************************************

    Timeline

*************************************************************/
.timeline {
    max-width: 100%;
    position: relative;
}
.timeline-dates {
    padding: .5rem 0;
    box-sizing: border-box;
    margin: 3rem 0 3.5rem;
}
.timeline-dates .swiper-slide {
    color: #000;
    cursor: pointer;
    min-height: 37px;
    width: auto;
}
.timeline-dates .swiper-slide div {
    position: relative;
    font-size: 1.5rem;
    opacity: 0.4;
    top: 0;
}
.timeline-dates .swiper-slide-active div {
    font-size: 2rem;
    opacity: 1;
    top: -.5rem;
}
.timeline-dates.swiper-container:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    opacity: 1;
    border-bottom: 2px solid #fff;
}
/*.timeline-dates .swiper-slide:after {
    content: "";
    width: .4rem;
    height: .4rem;
    position: absolute;
    bottom: -.55rem;
    background-color: #ffaa88;
    border-radius: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translateY(-50%);
}
.timeline-dates .swiper-slide-active:after {
    background-color: #e39034;
}*/

.timeline-dates .swiper-slide-active .time_thumb {
    background: #000;
    color: #fff;
}
.timeline-dates .swiper-slide-active .time_thumb img {
    filter: invert(1);
}

.timeline-contents {
    width: 100%;
}
.timeline-contents p {
    color: #000;
}
.timeline-contents .swiper-slide {
    padding: 0 100px;
}
.timeline-contents .swiper-slide:after {
    width: 100%;
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    z-index: -1;
}

/* Arrows */
.timeline-buttons-container {
    position: absolute;
    top: 158px;
    right: 1.5rem;
    left: 1.5rem;
}
.timeline-button-next,
.timeline-button-prev {
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    margin-top: 0;
    z-index: 2;
    cursor: pointer;
    background-color: #e39034;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 13px;
    padding: 5px;
}
.timeline-button-next {
    right: 0;
}
.timeline-button-prev {
    left: 0;
}
.timeline-button-next:hover,
.timeline-button-prev:hover {
    background-color: #fff;
}
.timeline-button-next:before,
.timeline-button-prev:before {
    font-family: "Ionicons";
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 52%;
    transform: translate(-50%,-50%);
    margin-right: -50%;
}
.timeline-button-next:before {
    content: "\f10a";
    left: 53%;
}
.timeline-button-prev:before {
    content: "\f107";
    left: 47%;
}
.timeline-button-next:hover:before,
.timeline-button-prev:hover:before {
    color: #e39034;
}



/*------header-fixed---------------*/
.mt-1100{
    margin-top: 100px;
}
.header {
    position: relative;
    top:0;
    width: 100%;
    z-index: 999;
    transition: top 0.3s ease-in-out;
    background: #fff;
}

/* Add background color when the header is sticky */
.header.sticky {
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 9999999;
}

/* Adjust navbar items */
.navbar {
    padding: 1rem;
    transition: padding 0.3s ease-in-out;
}

/* Smaller padding when scrolling */
.header.sticky .navbar {
    padding: 0.5rem 1rem;
}

/*---------------Product_details------------------*/
.reletedproducts{
    padding: 0 5%;
}

.reletedproducts figcaption{
    text-align: center;
}

.reletedproducts .swiper-button-next:after, .reletedproducts.swiper-button-prev:after{
    font-size: 16px;
  }
  
  .reletedproducts .swiper-button-prev:after, .reletedproducts .swiper-rtl .swiper-button-next:after{
    font-size: 16px;
  }
  .reletedproducts .swiper-button-next, .reletedproducts .swiper-button-prev{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #00a0ec;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tabs {
    clear: both;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: start;
   /* you can either manually set a min-height here or do it via JS ---> */
}

.tab label {
	margin: 0 20px;
	position: relative;
	top: 0;
	cursor: pointer;
	color: #000;
    font-weight: 500;
   text-transform: uppercase;
}

.tab [type=radio] {
	display: none;   
}

.tab__content {
   position: relative;
	top: 70px;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity .2s cubic-bezier(.42,0,.34,1.01);
	opacity: 0;
}

[type=radio]:checked ~ label {
	border-bottom: 2px solid #00a0ec;
	color: #00a0ec;
	z-index: 2;
}

[type=radio]:checked ~ label ~ .tab__content {
	z-index: 1;
	opacity: 1;
}

/* .comment{
    margin: 0; 
    padding-top: 50px;
    border-top: 1px solid #e7e7e7;
  } */
  
  .comment_ul {
    padding: 0;
    list-style: none;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .comment_list{
    padding: 15px 0;
      border-bottom: 1px solid #e7e7e7;
      margin-bottom: 10px;
  }
  
  
  .comment_header span{
    font-size: 14px;
  }
  
  .comment_header span svg{
    width: 18px;
  }
  
  .comment_textarea textarea{
    min-height: 216px;
  }
  
  .comment_btn{
    background-color: transparent;
    color: #000;
    font-size: 16px;
    padding: 15px 40px;
  }
  
  .comment_btn:hover{
    background-color: #dfb761;
    color: #fff;
  }
  .span_tag{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .span_tag span{
    width:60px;
   
  }
  .span_tag div{
    width:calc(100%-60px);
    display: flex;
    flex-wrap: wrap;
  }
  
  .span_tag a{
    margin:5px
  }
  
  
  .form_input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    width: 100%;
    font-size: 16px;
  }
  .comment-content p{
    color: #777;
  }
  .bolg_detail_title{
    font-size: 30px;
    font-weight: 500;
  }
  .leave_comment h5, .comment h3{
    font-size: 26px;
    color: #000;
    font-weight: 600;
  }
  .blog_details .card{
    border: 0;
    padding: 20px;
    box-shadow: none;
  }

  .menubtn{
    border: 1px solid #00a0ec;
    padding: 8px 15px;
    border-radius: 8px;
    color: #fff !important;
    background: #00a0ec;
  }
  .menubtn:hover{
    color:#00a0ec !important;
    background: #fff;
    border-color: #00a0ec;
  }

  .pd_breadcrumb .breadcrumb-item a {
    color: #00a0ec;
    line-height: 0;
    font-weight: 500;
    font-size: 14px;
    font-family: "Mulish", sans-serif;
    text-decoration: none;
  }
  .pd_breadcrumb .breadcrumb-item::before{
    font-size: 14px;
    float: inherit;
  }
  .pd_breadcrumb .breadcrumb {
    justify-content: start;
    line-height: 0;
    font-size: 14px;
    font-family: "Mulish", sans-serif;
  }
  .proDet{
    margin:15px 0 0 0 !important;
    padding-left: 15px;
  }
  .proDet li{
    margin-bottom: 8px;
    font-size: 15px;
  }

  .tab__content .proDet li{
    font-size: 16px;
  }

  .product-thumbs .swiper-slide img {
    border:2px solid transparent;
    object-fit: cover;
    cursor: pointer;
  }
  .product-thumbs .swiper-slide-active img {
    border-color: #e9e9e9;
  }
  .product-slider .swiper-button-next:after,
  .product-slider .swiper-button-prev:after {
      font-size: 20px;
      color: #000;
      font-weight: bold;
  }
  .pos{
    position: relative;
    overflow: hidden;
  }
  .product-slider .swiper-slide{
    height:450px;
    border:1px solid #e9e9e9;
    border-radius: 8px;
  }
  .product-slider .swiper-slide img{
    width:100%;
    height: 100%;
    object-fit: contain;
  }

  .applybtn{
    height: 30px;
    line-height: 1;
    padding: 6px 10px;
    color: #fff;
  }
  .badge{
    font-weight: 400;

  }
  .filter-card{
    border-bottom: 1px solid #e6e6e6 !important;
    border-radius: 0 !important;
  }
  .filter-card:last-child{
    border-bottom: 0 !important;
  }
  .filter-card a{
    color: #000 !important;
  }

  /*----------contact-us-------------*/

  .page_title h1{
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 42px;
  }

  /*---------contact_us----------*/

  .contact_body{
    margin-bottom: 80px;
  }

.contact_body .page_title h1 {
    font-size: 36px;
    line-height: 58px;
    margin: 20px 0;
    color: #000;
  }
  
  .contact_body .page_title h1 span{
    color: #00a0ec;
  }
  .contact_body .page_title .addre_text {
    font-size: 18px;
    margin: 0 auto;
    margin-top: 15px;
    color: #000;
    line-height: 28px;
  }
  
  .contact_body .page_title .addre_text svg {
    color: #00a0ec;
    font-size:20px;
    margin-right: 12px;
  }
  
  .ct-form h4 {
    position: relative;
    font-size: 35px;
  }
  
  .ct-form .form-control {
    border: 0;
    border-radius: 0;
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #ced4da;
    resize: none;
    font-weight: 400;
  }
  .ct-form .form-control:focus{
    box-shadow: inherit;
    border-color: #000;
  }
  .form-group textarea{
    height: auto !important;
  }
  .reg_btn{
    color: #fff;
    text-transform: uppercase;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #00a0ec;
    background-color: #00a0ec;
    padding: 12px 15px;
    font-size: 18px;
    border-radius: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  
  .reg_btn:hover{
    border-color: #00a0ec;
    background-color: #00a0ec;
    color: #fff;
  }
  
  .policytext p{
    font-size: 18px;
    margin: 10px 0;
    color: #000;
    line-height: 28px;
  }
  
  video{
    object-fit: cover;
  }
  .social_video{
    position: relative;
  }
  .social_tn{
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 11;
  }
  .social_tn .btn{
    color: #00a0ec;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    padding: 5px;
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
  
  .social_feed{
    padding: 50px 0 180px 0;
  }
  .social_feed .body-title h3, .usp .body-title h3{
    font-size: 52px;
    line-height: 67px;
    margin-bottom: 27px;
    font-weight: 800;
    width: 100%;
    color: #000;
  }
  

  /* ----------blog_deatils----------------- */

.blog_det .breadcrumb-item::before {
    font-size: 16px;
    float: inherit;
  }
  
  .bolg_detail_title{
    margin: 0px 0 0 0;
  }
  
  .blog_artical span{
    font-size: 14px;
    color:#777;
    margin-left: 20px;
    position: relative;
  }
  
  .blog_artical span::before{
    content: "";
    width: 1px;
    height: 20px;
    right: -18px;
    display: inline-block;
    background: #dedede;
    vertical-align: middle;
    position: absolute;
    top: 0px;
  }
  
  .blog_artical span:last-child::before{
    display: none;
  }
  .blog_detail_img{
    height: 450px;
    position: relative;
  }
  .blog_detail_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top:40px;
  }
  .blog_detail_img h1{
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    padding: 20px 30px 20px 30px;
    color: #fff;
    background: rgb(0 0 0 / 54%);
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 28px;
    font-family: "Merriweather", serif;
  }
  .blog_artical span svg{
    width:18px;
    margin:10px;
  }
  
  .blog_content .first_letter{
    font-size: 40px;
    color: #000;
    width: 60px;
    height: 60px;
    border: 2px solid black;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    float:left;
    margin-right: 20px;
    position: relative;
    top: 10px;
  }
  
  .blog_content p:first-child{
    line-height: 24px;
  }
  
  .blog_content blockquote{
    font-weight: 400;
    margin: 30px 0;
    padding: 0 100px 0 60px;
    color: #202020;
    border-left: 2px solid #00a0ec;
    position: relative;
    font-size: 15px;
  }
  
  .blog_tags{
    padding-top:20px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .blog_tags a{
    border:1px solid #e5e5e5;
    padding: 10px 18px;
    color: #000;
    text-decoration: none;
  }
  
  .blog_tags span{
    font-size: 14px;
  }
  
  .blog_tags a:hover{
    background-color: #00a0ec;
    color: #fff;
  }
  
  .blog_icon span a svg{
    width: 18px;
  }
  
  .blog_icon span a{
    padding: 10px 10px;
  }
  
  .comment{
    margin: 50px 0 0 0; 
    padding-top: 50px;
    border-top: 1px solid #e7e7e7;
  }
  
  .comment_ul {
    padding: 0;
    list-style: none;
  }
  .comment_list{
    padding: 15px 0;
      border-bottom: 1px solid #e7e7e7;
      margin-bottom: 10px;
  }
  
  
  .comment_header span{
    font-size: 14px;
  }
  
  .comment_header span svg{
    width: 18px;
  }
  
  .comment_textarea textarea{
    min-height: 216px;
  }
  
  .comment_btn{
    background-color: transparent;
    color: #000;
    font-size: 16px;
    padding: 15px 40px;
  }
  
  .comment_btn:hover{
    background-color: #00a0ec;
    color: #fff;
  }
  .span_tag{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .span_tag span{
    width:60px;
   
  }
  .span_tag div{
    width:calc(100%-60px);
    display: flex;
    flex-wrap: wrap;
  }
  
  .span_tag a{
    margin:5px
  }
  
  
  .form_input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    width: 100%;
    font-size: 16px;
  }
  .comment-content p{
    color: #777;
  }
  .bolg_detail_title{
    font-size: 30px;
    font-weight: 500;
  }


  .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #00a0ec;
  }
  
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #202020;
    font-size: 1.25rem;
    font-weight: 500;
    border: none;
    background: none;
    outline: none;
  }
  
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
    color: #00a0ec;
  }
  
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
    color: #00a0ec;
    border: 1px solid #00a0ec;
  }
  
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  
  .accordion button[aria-expanded='true'] {
    color: #00a0ec;
  }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 400;
    margin: 2em 0;
    color: #000;
  }
