:root {
    --primary-color:#000;
    --secondary-color: #f3bc69;
    --third-color: #f7efdd; 
    --heading-font:  "Dancing Script", cursive;
    --body-font:"Open Sans", sans-serif;
}

body {
    font-family:var(--body-font) ;
}
h1, h2, h3, h4, h4 , h5 h6{
    font-family: var(--heading-font);
}

.primary-color {
    color: var(--primary-color);
}

.secondary-color {
    color: var(--secondary-color);
}

.third-color {
    color: var(--third-color);
} 

.img-fluid {
    width: 100%;
}
a:hover {
    color: var(--secondary-color);
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--secondary-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color)
}

a {
    text-decoration: none;
    color: var(--secondary-color);
    transition: all .3s ease 0s;
}
.main-header { 
    background: #000;
    z-index: 999;
    top: 0;
    width: 100%;
}
.main-header.fixed-header {
    position: fixed;
}

.navbar-right .navbar-right-menu {
    display: flex;
    justify-content: end;
    align-items: center;
} 
.navbar-right-menu .header-menu .header-search {
    position: relative;
}

.navbar-right-menu .header-menu .header-search .search-box {
    position: relative;
}

.navbar-right-menu .header-menu .header-search .search-box .form-control {
    border-radius: 30px;
    padding: 10px 22px;
    width: 573px;
    background: #fffaeb;
    border: 1px solid #e1e4e5;
}

.navbar-right-menu .header-menu .header-search .search-box .search-icon {
    position: absolute;
    top: 5px;
    right: 5px; 
    padding: 10px 10px; 
    background: var(--primary-color);
    border-radius: 50%;
}

.navbar-right-menu .header-menu .header-search .search-box .search-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.navbar-right-menu .header-menu .nav-list {
    margin-left: 30px;
}

.list-style { 
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.navbar-right-menu .header-menu .nav-list .nav-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-right: auto;
    -webkit-box-pack: start;
}

.navbar-right-menu .header-menu .nav-list .nav-menu li {
    position: relative; 
}

.navbar-right-menu .header-menu .nav-list .nav-menu li a {
    padding: 38px 0px 38px 0px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    overflow: hidden;
	    color: #fff;
    
}

.navbar-right-menu .header-menu .nav-list .nav-menu li:hover a {
	color:var(--secondary-color);
}

.navbar-right-menu .header-menu .nav-list .nav-menu li .sub-menu {
    width: 220px;
    background-color:#fff;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    padding-top: 0;
    min-width: 260px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999; 
    transform-origin: 0 0;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    transform: scaleY(0);
}
 

.navbar-right-menu .header-menu .nav-list .nav-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    transition: all 0.5s ease;
} 

.navbar-right-menu .header-menu .nav-list .nav-menu li .sub-menu li a {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 17px;
    justify-content: space-between;
    display: flex;
    color: var(--primary-color);
    position: relative;
}
 .navbar-right-menu .header-menu .nav-list .nav-menu li .sub-menu li:hover a::before {
    width: 100%;
}
.navbar-right-menu .header-menu .nav-list .nav-menu li .sub-menu li:hover a{
	color:#fff;
}
.navbar-right-menu .header-menu .nav-list .nav-menu li a i {
    font-size: 10px;
    margin-left: 5px;
}
.btn.btn1 {
    background-color: var(--secondary-color);
    padding:12px 30px;
    border-radius: 30px;
    color: #000;
    font-size: 18px;
    position: relative;
    transition: all .5s ease;
}
.btn.btn1:hover {
    background-color: #fff;

}
.btn.btn1 i {
    font-size: 20px;
    margin-right: 4px;
}

.navbar-right .navbar-right-menu .right-options {
    margin-left: auto;
}

.navbar-right-menu .header-menu .header-search .search-box .form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}
.banner-slider ul.slick-dots {display: none!important;}
.slick-arrow {
    border: none;
    background: transparent;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 2;
}

.slick-arrow i {
        font-size: 50px;
    color: var(--primary-color);
    line-height: 0px;
}

.PrevArrow.slick-arrow {
    left: 33px;
}

.NextArrow.slick-arrow {
    right: 33px;
    left: unset;
}
.bottom-header .navbar-right-menu .header-menu .nav-list .nav-menu li a {
    padding: 18px 0px 18px 0px;
}
.bottom-header .navbar-right .navbar-right-menu{
    justify-content: space-evenly;
}
.bottom-header .navbar-right-menu .header-menu {
    display: block;
}
.bottom-header .navbar-right-menu .header-menu .nav-list {
    margin-left: 0px;
}
.navbar-right-menu .header-menu .nav-list .nav-menu li .sub-menu li a:before{
	background: var(--primary-color);
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.navbar-right-menu .header-menu .nav-list .nav-menu li .sub-menu li a:hover {
    transition: all 300ms ease;
}

.navbar-right-menu .header-menu .nav-list .nav-menu li .sub-menu li a:hover::before {
    width: 100%;
}
.main-header .navbar-right-menu .header-menu .menu-right-btn {
    margin-left: 30px;
}
.default-padding {
    padding: 60px 0;
}

.section-title {
    margin-bottom: 30px;
    position: relative;
}

.section-title h4 {
        font-size: 36px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 0px;
    font-family: serif;
}

 
.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
 

ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    padding: 0;
	transform: translate(-50%, 0);
}

ul.slick-dots li {
    margin-right: 6px;
    border-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li.slick-active {
    border-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
}
  
.btn.btn2 {
    border-bottom: 1px solid var(--secondary-color);
    border-radius: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
    color: var(--secondary-color);
    font-weight: 600;
}
.blog-box .text-content p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #343030;
}
.main-header .navbar-right .navbar-right-menu { 
    justify-content: right;
}
.main-header .navbar-right-menu .header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
}
.ml-auto {
    margin-left: auto!important;
}

.text-right {
    text-align: right!important;
}
.w-max{
	width:max-content!important;
} 
footer {
    background: #f5f6fc;
    position: relative; 
    padding-top: 50px;
    padding-bottom: 40px;
}
 

.contact-float {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.whatsapp-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.whatsapp-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #25d366;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}

.whatsapp-ring-circle-fill,
.whatsapp-ring-img-circle {
    background:#25d366;
    background: #25d366;
}

.whatsapp-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #25d366;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.whatsapp-btn-icon {
    display: flex;
    text-decoration: none;
}

.whatsapp-ring-img-circle .whatsapp-btn-icon i {
    font-size: 30px;
    color: white;
}

.whatsapp-ring-img-circle {
    background-color: #25d366;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

.banner-img {position: relative;}
 
.navbar-right-menu .header-menu .nav-list .nav-menu li.active a {
    color: var(--secondary-color);
}
 

.stars i {
    color: #f0ad4e;
}
  
.contact-form {
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #e1f0ff;
    padding: 29px 25px;
    border-radius: 23px;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-group .form-control {
    padding: 15px 20px;
    border-color: #e6e6e6;
    border-radius: 10px;
}
 

.form-group textarea.form-control {
    height: 102px;
}
.check-list {
    padding: 0px;
    margin-bottom: 18px;
}

.check-list li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.check-list li i {
    color: #00cc00;
    margin-right: 6px;
    font-size: 23px;
}
 



.testimonial-box p.review {
    font-size: 14px;
    margin-top: 8px;
}

.testimonial-slider .slick-dots{
	display:none!important;
}
.testimonial-slider .PrevArrow.slick-arrow {
    left: -35px;
}

.testimonial-slider .NextArrow.slick-arrow {
    right: -33px;
}
.testimonial-slider .PrevArrow.slick-arrow i{
     font-size: 34px;
}

.testimonial-slider .NextArrow.slick-arrow i{
      font-size: 34px;
}
 

.footer-item .footer-title {
      font-size: 21px;
      color: var(--secondary-color);
      text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 700;
    font-family: var(--body-font);
}

.footer-item .footer-title .ft-accrd-arrow {
    display: none;
}

ul.footer-list {
    padding: 0px;
    list-style: none;
}

ul.footer-list li {
    margin-bottom: 5px;
    font-size: 15px;
}

ul.footer-list li a {
    color: #888888;
    font-weight: 500;
}
.footer-widget .abt-com {
    color: #888888;
}

ul.footer-list li a:hover {
    color: var(--secondary-color);
}

.footer-contact-list {}

.footer-contact-list li {
    margin-bottom: 10px;
}

.footer-contact-list li a {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #fff;
    font-weight: 500;
}

.footer-contact-list li a i {
    color: var(--secondary-color);
}

.footer-bottom {
    padding: 15px 0;
    background: var(--primary-color);
}

.footer-bottom p {
    margin: 0px;
    color: #fff;
}

.footer-bottom p a {
    font-weight: 700;
}

.media-footer {}

.media-footer li {
    display: inline-block;
}

.media-footer li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    background: var(--secondary-color);
    border-radius: 50%;
}

.media-footer li a i {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 17px;
}

.media-footer li a.facebook {
    background: #0378F2;
}

.media-footer li a.instagram {
    background-color: #B3105B;
}

.media-footer li a.twitter {
    background: #000;
}
 

.media-footer li a.linkedin {
    background: #0077B5;
}
.banner-text {
    margin: 115px 0;
    padding: 45px 38px;
    z-index: 2;
    position: relative;
}

.banner-text h4 {
    font-size: 40px;
    color: var(--secondary-color);
    margin-bottom: 30px;
    font-weight: 600;
    z-index: 11;
    position: relative;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.banner-text h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 57px;
    margin-bottom: 19px;
    position: relative;
    font-family: serif;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.banner-div {
    position: relative;
}

.banner-div:before {
    content: '';
    background: #0000005c;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner-text p {
    font-size: 40px;
    color: var(--secondary-color);
    margin-bottom: 20px;
    position: relative;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    font-family: var(--heading-font);
} 

.slider-item {
    margin: 0 10px;
}

.feature-box { 
    padding: 20px;
}

.feature-box .img-div {
    overflow: hidden;
    margin-bottom: 14px;
    border-radius: 50%;
}

.feature-box .img-div img {
    height: auto;
    border-radius: 50%;
    width: 100%;
    margin: 0 auto;
}
 

.feature-box .pr-txt h5 {
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 0px;
} 
.feature-box:hover .img-div img {
    transform: scale(1.1);
    transition: transform 2s, filter 1.5s ease-in-out;
} 

.featured-slider .slick-arrow {
    top: 37%;
}

.featured-slider .PrevArrow.slick-arrow {
    left: -62px;
}

.featured-slider .NextArrow.slick-arrow {
    right: -35px;
}

.featured-slider ul.slick-dots {
    display: none!important;
}
 .slick-arrow:focus-visible {
    border: none;
    outline: none;
}
.slick-arrow:hover i {
    color: var(--secondary-color);
}
.br-30 {
    border-radius: 30px;
}
.reach-us-section {
    position: relative;
    padding: 92px 0;
}

.reach-us-section h4 {
    margin-bottom: 17px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.reach-us-section p {
    color: #eee;
    font-size: 18px;
    margin-bottom: 0px;
}

.call-btn {
    text-align: left;
    display: flex;
    justify-content: end;
}

.call-btn i {
    color: #fff;
    font-size: 48px;
    margin-right: 9px;
}

.call-btn .text {}

.call-btn .text span {
    font-size: 15px;
    text-align: left;
    color: #eee;
}

.call-btn .text p {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}

.reach-us-section:before {
    content: '';
    background: rgba(13,13,13,0.50);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.reach-us-section .rel-p {
    position: relative;
    z-index: 1;
}
.testimonial-section {
    position: relative;
    z-index: 1;
    background: #f5f6fc;
}
.testimonial-section .testimonial-box {
    text-align: center;
}

.testimonial-box .customer-details {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-box .customer-details .customer-img {
    border-radius: 50%;
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
}

.testimonial-box .customer-details  .customer-name {
    margin-bottom: 4px;
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 500;
} 
.testimonial__shape-wrap img {
    position: absolute;
    z-index: -1;
}
.testimonial__shape-wrap img:nth-child(1) {
    left: 0;
    top: 0;
}
.testimonial__shape-wrap img:nth-child(2) {
    left: 10%;
    top: 0;
}
.testimonial__shape-wrap img:nth-child(3) {
    right: 0;
    bottom: 0;
}
.testimonial__shape-wrap img:nth-child(4) {
    right: 0;
    bottom: 26%;
}

.default-padding.testimonial-section {
    padding: 100px 0;
}

.testimonial-section .section-title {
    margin-bottom: 40px;
}
.product-box {
    border: 1px solid #DFE1ED;
    box-shadow: 10px 10px 20px 0px rgb(0 0 0 / 6%);
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 15px;
}

.product-box .img-box {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.product-box .img-box img {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
  
.product-box:hover {
    box-shadow: 0px 4px 50px 0px rgb(0 0 0 / 10%);
}

.product-box:hover .img-box::before { 
    animation: hoverShine 1.2s;
	  -webkit-animation: hoverShine 1.2s;
}
.product-box:hover .img-box img {
    transform: scale(1.07);
} 
.product-box .text-div {
    padding: 17px 18px 16px;
}

.product-box .text-div h4 {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: var(--heading-font);
}

.product-box .text-div p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #595959;
    display: -webkit-box;
    overflow: hidden;
    line-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.note-div {
    border: 2px dashed var(--primary-color);
    margin-top: 24px;
    border-radius: 10px;
    background: #f5f6fc;
    padding: 11px 20px;
}

.note-div p {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
}
.industry-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.industry-wrap {
    background: #fff;
    padding: 6px 11px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 10px;
}

.industry-wrap .image-part {
    overflow: hidden;
    width: 100%;
    height: 81px;
    display: table;
}

.industry-wrap .image-part .industry-img {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.industry-wrap .image-part .industry-img img {
    margin: 0 auto;
    transform: scale(1);
    transition: all 0.9s;
    display: block;
    width: auto;
    max-width: 300px;
}
.logo-div img {
    width: 200px;
}
.footer-widget .f-logo {
    margin-bottom: 13px;
}
.img-collage {
    position: relative;
    padding-right: 30px;
    padding-left: 75px;
}

.img-collage img {
    border-radius: 24px;
    border: 10px solid rgba(255,255,255,0.4);
}

.img-collage .img2 {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 300px;
}
.banner-text:before { 
    content: '';
   /* background: #00000030; */
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.lb-nav a.lb-next {
    background: url(../image/next.png) right 48% no-repeat !important;
}

.lb-nav a.lb-prev {
    background: url(../image/prev.png) left 48% no-repeat !important;
}
.breadcrumb-content {
    text-align: center;
    padding: 40px 0;
    z-index: 1;
    position: relative;
}

.breadcrumb-content h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
}

.breadcrumb-content .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    position: relative;
}

.breadcrumb-content .breadcrumb-menu li a {
    font-weight: 500;
    color: var(--primary-color);
    position: relative;
}
ul.breadcrumb-menu li:first-child:after {
    content: '';
    position: absolute;
    top: 4px;
    right: -13px;
    height: 17px;
    width: 2px;
    background-color: var(--secondary-color);
}
section.breadcrumb {
    position: relative;
    margin: 0px;
}

section.breadcrumb:before {
    content: '';
    background: #0d0d0d7a;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.footer-widget .f-logo img {
    width: 196px;
    margin-bottom: 14px;
}
.topbar {
    padding: 10px 0;
    background: var(--secondary-color);
}

.top-list {}

.top-list .media-list {
    padding: 0;
    margin: 0px;
}

.top-list .media-list li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.top-list .media-list li i {
    color: #000;
    font-size: 15px;
    line-height: 0px;
}

.top-list .media-list li span {
    color: #000;
    margin-left: 7px;
    font-size: 14px;
}

.top-list .media-list li a {
    display: flex;
    align-items: center;
}

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

.right-text p {
    color: #000;
    font-weight: bolder;
    font-size: 15px;
    margin: 0px;
}
.swiper-pagination-bullet { 
    background: #eee;
    opacity: .6;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
section.exp-block {
    padding: 13px 0;
    background: var(--primary-color);
}

section.exp-block p {
    font-weight: 500;
    color: #fff;
    font-size: 32px;
    font-family: serif;
    margin-bottom: 0px;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.scroll-top {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 30px;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: var(--secondary-color);
    transition: 1s ease;
}

.scroll-top:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
    background-color: var(--primary-color);
    color: #fff;
}
footer:before {
    content: '';
    background: #00000073;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

footer .footer-widget {
    position: relative;
    z-index: 1;
}

footer  .footer-item {
    position: relative;
    z-index: 1;
}
.contact-form:before {
    content: '';
    background: #00000075;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.industry-row.trusted-by .industry-wrap .image-part .industry-img img {
    height: 88px;
}
.industry-row.trusted-by .industry-wrap {
    width: 16%;
}
.industry-row.trusted-by .industry-wrap .image-part .industry-img {
    padding: 6px 8px;
}
.industry-row.trusted-by .industry-wrap {
    border-radius: 0px;
    padding: 0px;
} 
.product-category .product-box .text-div h4{
    font-family: var(--body-font);
    margin-bottom: 0px;
    font-size: 17px;
}
.product-category .product-box .text-div {
    padding: 17px 18px 16px;
}
.product-details-gallery {
	position: relative;
}

.product-gallery-slider img {
    width: 100%;
    min-height: 100%;
    border-radius: 15px;
} 

.product-gallery-slider-nav {
    margin: auto;
}

.product-gallery-slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}
.product-gallery-slider-nav .item-slick {
    max-width: 109px !important;
    margin-right: 8px !important;
    outline: none !important;
    cursor: pointer;
}
.product-gallery-slider-nav .slick-arrow{
	display: block !important;
} 


.product-details-gallery .gallery-img {
    margin-bottom: 10px;
}
.product-detail-div {}

h3 {}

.product-detail-div .pr-cat {
    display: inline-block;
    background: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 14px;
    margin-bottom: 16px;
    border-radius: 30px;
}

.product-detail-div h3 {
    font-family: var(--body-font);
    font-size: 32px;
    margin-bottom: 13px;
    color: var(--primary-color);
    font-weight: 600;
}

.product-detail-div p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 10px;
}

.product-detail-div h6 {
    margin-top: 12px;
    color: #070706;
} 

.product-detail-div ul li {
    margin-bottom: 5px;
    font-size: 15px;
}

.product-detail-div .pr-contact-box {
    margin-top: 21px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-detail-div .pr-contact-box a {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 24px;
}

.product-detail-div .pr-contact-box a i {
    font-size: 31px;
    color: var(--seconday-color);
}

.product-detail-div .pr-contact-box a span {
    color: #000;
    font-size: 20px;
}
.product-detail-div .btn.btn1:hover {
    color: #fff;
    background: var(--primary-color);
}
.gallery-section .img-box {
    display: block;
    border: 1px solid #eee;
    padding: 6px;
    background: #eee;
    margin-bottom: 17px;
} 

.con-text .section-title {
    margin-bottom: 40px;
}

.con-text .section-title h4 {
    color: var(--primary-color);
}

.con-text .footer-contact-list li {
    margin-bottom: 20px;
}

.con-text .footer-contact-list li a {
    gap: 12px;
}

.con-text .footer-contact-list li a i {
    color: var(--primary-color);
    font-size: 20px;
}

.con-text .footer-contact-list li a span {
    color: #555555;
    font-size: 20px;
}
.gallery-section .img-box iframe {
    width: 100%;
    height: 226px;
}
.gallery-section .img-box img {
    height: 292px;
    object-fit: cover;
}
.flag-div {
    text-align: center;
    margin-bottom: 34px;
}

.flag-div img {
    width: 118px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
} 

.about-text h5 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 13px;
}

.choose-points {
    margin-bottom: 15px;
}

.choose-points .head-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.choose-points .head-flex .num {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary-color);
    padding-bottom: 4px;
    border-bottom: 1px solid;
}

.choose-points .head-flex .heading {
    margin-bottom: 0px;
    font-size: 28px;
}
.about-section {
    overflow: hidden;
}
.animatedModal .modal-dialog .modal-content {
    height: auto;
    border-radius: 10px;
}

.animatedModal .modal-dialog .modal-content .modal-header {
    padding: 12px 20px;
}

.animatedModal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 19px;
    color: var(--primary-color);
    font-weight: 500;
    font-family: var(--body-font);
}

.animatedModal .modal-dialog .modal-content .modal-header .close {
    border: none;
    background: transparent;
    padding: 0;
    line-height: 19px;
    font-size: 25px;
    color: #000;
}
.animatedModal  .modal-body h5 {
    font-size: 18px;
    margin-bottom: 6px;
}

.animatedModal  .modal-body p {
    font-size: 14px;
    color: #5a5e66;
    margin-bottom: 5px;
}

.animatedModal .modal-dialog .modal-content .modal-body {
    padding: 12px 20px;
}

.animatedModal  .form-group {
    margin-bottom: 12px;
}

.animatedModal .tg-btn {
    font-size: 12px;
    padding: 15px 23px;
}

.animatedModal .modal-dialog .modal-content .modal-body .contact-form {
    position: unset;
    background: transparent;
    padding: 0px;
    overflow: visible;
}

.animatedModal .modal-dialog .modal-content .modal-body .contact-form::before {
    content: none;
}

.animatedModal .modal-dialog .modal-content .modal-body .contact-form .form-control {
    border-color: var(--secondary-color);
    font-size: 14px;
    padding: 13px 13px;
}
.breadcrumb.style2 {
    position: unset;
    background: #bebebe;
}

.breadcrumb.style2::before {
    content: none;
}

.breadcrumb.style2 .breadcrumb-content {
    text-align: left;
    padding: 12px 0;
}

.breadcrumb.style2   .row {
    align-items: center;
}

.breadcrumb.style2   .text-right {}

.breadcrumb.style2 .text-right .breadcrumb-content {
    text-align: right;
}

@media only screen and (max-width: 1366px) {
    .navbar-right-menu .header-menu .nav-list .nav-menu li a {
    padding: 25px 0px 25px 0px;
    font-size: 15px;
    }
    .logo-div img {
    width: 180px;
}
    .top-list .media-list li i { 
    font-size: 10px;
    }
    .top-list .media-list li span { 
    font-size: 11px;
}
    .right-text p { 
    font-size: 13px;
    }
    .topbar {
    padding: 3px 0; 
}
.btn.btn1 { 
    padding: 7px 19px; 
    font-size: 14px;
}
    .footer-widget .abt-com {
    font-size: 14px;
    }
    ul.footer-list li { 
    font-size: 13px;
}
    .footer-contact-list li {
    font-size: 13px;
    }
    .scroll-top {
    width: 35px;
    height: 35px;
    font-size: 13px;
    }
    .footer-item .footer-title {
    font-size: 17px; 
    margin-bottom: 11px;
    }
    .footer-widget .f-logo img {
    width: 164px;
    margin-bottom: 1px;
}
    .media-footer li a {
    width: 30px;
    height: 30px;
    }
    .media-footer li a i { 
    font-size: 12px;
}
.footer-bottom p {
    font-size: 13px;
}
    .footer-bottom {
    padding: 8px 0;
    }
    
}

@media only screen and (max-width: 767px) {
    .toggle-menu i {
        display: block!important;
    }
	.toggle-menu {
        display: block;
        float: right;
        border: 1px solid var(--secondary-color);
        padding: 2px 5px;
        color: var(--secondary-color);
        font-size: 30px;
        line-height: 0;
    }
    .toggle-icon {
        position: relative;
        width: 31px;
        height: 20px;
        display: none;
    }
    .toggle-icon span {
        position: absolute;
        width: 100%;
        height: 1px;
        display: inline-block;
        transition: all 0.3s;
        left: 0;
        background: #3f3f3f;
    }
    .toggle-icon span:first-child {
        top: 0;
    }
    .toggle-icon span:nth-child(2) {
        top: 44%;
    }
    .toggle-icon span:last-child {
        bottom: 2px;
    }
    body.mobile-menu .toggle-icon span:first-child {
        transform: rotate(45deg) translate(3px, 9px);
    }
    body.mobile-menu .toggle-icon span:nth-child(2) {
        opacity: 0;
    }
    body.mobile-menu .toggle-icon span:last-child {
        transform: rotate(-45deg) translate(3px, -9px);
    }
	.main-header .navbar-right-menu .header-menu {
    display: none;
}
.main-header .navbar-right-menu .header-menu {
    left: -100%;
    top: 0px;
    position: fixed;
    width: calc(100% - 60px);
    max-width: 341px;
    height: 100% !important;
    background-image: linear-gradient(177deg, var(--primary-color) 70%, var(--secondary-color));
    padding: 30px;
    animation: slide-in-left 1s forwards;
    z-index: 11;
}

	.banner-img .rank-img {
		display: none;
	}
	 
	.footer-widget {
		margin-bottom: 20px;
	}
	.feature-section .section-title h4 { 
		font-size: 28px;
	}
	.feature-section .section-title h4 span:before{
		width: 103%;
	}
	.feature-section .feature-div h5{
		font-size: 21px;
	}
	.feature-section .feature-div p { 
		font-size: 12px;
		margin-bottom: 0px;
	}
	.slick-arrow i{
		font-size: 29px;
	}
	 
.testimonial-slider .PrevArrow.slick-arrow {
    left: 0;
}
.footer-bottom p {
    font-size: 12px;
    text-align: center;
}
.footer-bottom {
    padding: 11px 0;
}
 
.logo-div .logo-txt {
    font-size: 19px;
}
.main-header {
    padding: 6px 0;
}
.banner-content h2 {
    font-size: 38px; 
    margin-bottom: 16px;
}
.banner-content h2 span { 
    font-size: 40px; 
	    margin-top: 10px;
} 
.btn.btn1{
	padding: 6px 17px; 
    font-size: 15px;
}
.section-title h4 {
    font-size: 27px;  
} 
.stars i {
    font-size: 12px;
}
.contact-form {
    margin-top: 20px;
	padding: 21px 20px;
}
.form-group .form-control {
    padding: 11px 17px;
	    font-size: 14px;

} 
.check-list li i { 
    font-size: 17px;
}
.check-list li{
	font-size: 13px;
} 
body.mobile-menu .main-header .navbar-right-menu .header-menu {
    display: block !important;
    overflow-y: auto;
}
.navbar-right-menu .header-menu .nav-list {
    margin-left: 0;
}
.navbar-right-menu .header-menu .nav-list .nav-menu{
	display:block;
}
.navbar-right-menu .header-menu .nav-list .nav-menu li a{
	padding: 5px 0px 5px 0px;
    color: #fff;
    font-size: 15px;
	justify-content: space-between; 
    width: 100%;
}
.mb-pt-0{
	padding-top:0px!important;
}
.mb-m-auto{
	margin:auto!important
}
.md-text-center{
	text-align:center!important;
}
.testimonial-slider .slick-arrow{
	display:none!important;
}
.testimonial-slider .slick-dots{
	display:block!important;
	    bottom: -45px;
}
ul.slick-dots li {
    margin-right: 4px; 
    width: 6px;
    height: 6px;
}
ul.footer-list li {
    margin-bottom: 4px;
    font-size: 14px;
}
.footer-item .footer-title {
    font-size: 18px; 
    margin-bottom: 10px;
}
.media-footer li a i{
	  font-size: 14px;
}
.banner-text {
    padding: 64px 0;
    margin: 30px 0;
}
.banner-text h4 {
    font-size: 23px; 
    margin-bottom: 10px;
}
.banner-text p {
    font-size: 23px;
}
.banner-text h2 { 
    margin-top: 21px;
    font-size: 32px;
}
.logo-div img {
    width: 141px;
}
.section-title {
    margin-bottom: 18px;
}
.abt-img {
    margin-top: 0;
    padding: 37px;
}
p.desc1 {
    font-size: 13px;
    margin-bottom: 9px;
}
.feature-box {
    padding: 0 7px;
}
.feature-box .pr-txt h5 {
    font-size: 14px;
}
.featured-slider .slick-arrow{
	display:none!important;
}
.reach-us-section h4{
	    font-size: 38px;
}
.reach-us-section p {
    font-size: 14px;
    margin-bottom: 13px;
}
.call-btn .text p { 
    margin-bottom: 0px; 
    font-size: 23px;
}
.call-btn .text span {
    font-size: 14px;
}
.call-btn i { 
    font-size: 39px;
}
.call-btn{
	justify-content: flex-start;
}
.product-box {
    margin-bottom: 20px;
}
.product-box .text-div {
    padding: 10px 8px 13px;
}
.product-box .text-div p{
	font-size: 12px;
	    line-height: 15px;
}
.product-box .text-div h4 { 
    font-size: 20px;
    margin-bottom: 4px;
}
.note-div { 
    margin-top: 0; 
    padding: 8px 6px;
}.note-div p { 
    font-size: 13px; 
    margin: 0px;
}
.testimonial-box p.review {
    font-size: 12px;
    margin-top: 8px;
}
.industry-wrap .image-part .industry-img img{
	    max-width: 145px;
}
.industry-row {
    gap: 14px;
}
.footer-widget .f-logo img {
    width: 200px;
}
.default-padding {
    padding: 50px 0;
}
.main-header .navbar-right-menu .header-menu .menu-right-btn {
    margin-left: 0;
    margin-top: 15px;
}
.main-header .navbar-right-menu .header-menu .menu-right-btn .btn.btn1 {
    border: 1px solid #fff;
}
.navbar-right-menu .header-menu .nav-list .nav-menu li:hover a {
    color: var(--secondary-color);
}
.navbar-right-menu .header-menu .nav-list .nav-menu li .sub-menu li a{
	font-size: 13px; 
    padding: 7px 15px;
}
.navbar-right-menu .header-menu .nav-list .nav-menu li .sub-menu {
    position: relative;
    top: 0px;
    width: 100%;
	height:0px;
}
.navbar-right-menu .header-menu .nav-list .nav-menu li:hover .sub-menu{
	height:auto;
}
.right-text p {
    display: none;
}
.top-list .media-list li span { 
    margin-left: 4px;
    font-size: 11px;
}
.top-list .media-list li i { 
    font-size: 11px;
}
.top-list .media-list li { 
    margin-right: 5px;
}
.topbar {
    padding: 4px 0 9px 0;
}
section.exp-block {
    padding: 12px 0; 
}

section.exp-block p { 
    font-size: 16px;  
}
.industry-row.trusted-by .industry-wrap {
    width: 42%;
}
.industry-row.trusted-by .industry-wrap .image-part .industry-img img {
    width: auto;
    height: 60px;
}
.industry-row.trusted-by .industry-wrap .image-part{
    height: auto;
}
.product-detail-div .pr-contact-box { 
    display: block;
}
.product-detail-div .pr-contact-box a span { 
    font-size: 16px;
}
.product-detail-div .pr-contact-box a i {
    font-size: 27px;
}
.product-detail-div {
    margin-top: 20px;
}
.product-detail-div h3 { 
    font-size: 28px;
}
.product-detail-div p {
    font-size: 12px;
}
.product-detail-div ul li { 
    font-size: 13px;
}
.breadcrumb-content h2 {
    font-size: 29px;
}
.breadcrumb-content .breadcrumb-menu li {
    font-size: 13px;
}
.gallery-section .img-box img {
    height: auto; 
}
.flag-div img {
    width: 90px;
}


}

@keyframes slide-in-left {
    0% {
        left: -100%;
    }
    100% {
        left: 0px;
    }
}








