@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*******************************/
/*******************************/
/******** common  css  *********/
/*******************************/
/*******************************/
*{
	margin: 0px;
	padding: 0px;
}
html {
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.57143;
    font-weight: 400;
    color: #2d2e2e;
}
a, a:hover{
    text-decoration: none !important;
    color: #2d2e2e;
    transition: all 0.3s ease 0s;
}
ul{
    list-style: none;
    margin-bottom: 0px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Muli', sans-serif;
}
.comn-btn{
    background: #002739;
    padding: 10px 32px;
    font-size: 18px;
    font-weight: 400;
    transition: .5s ease all;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    color: #ffffff;
    border: 0px;
}
.comn-btn:hover{
    color: #ffffff;
}
.comn-btn.active{
    background: #034a6a;
}
.comn-btn.active:hover{
    color: #ffffff;
}
.comn-btn::before{
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background: #034a6a;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1;
}
.comn-btn:hover::before{
    width: 180%;
}
.comn-btn.active::before{
    background: #002739;
}
.comn-btn.active:hover::before{
    width: 180%;
}
.nagative-margin {
    position: relative;
    margin-top: -100px;
}
.comn-section-heading h2{
    font-size: 32px;
    position: relative;
    text-transform: capitalize;
    color: #2E2751;
    line-height: 42px;
    margin-bottom: 10px;
    display: block;
}
.comn-section-heading p{
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 400;
    color: #2d2e2e;
}
.comn-section-heading span{
    color: #ffffff;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 13px;
    background: #79b32f;
    margin-bottom: 15px;
    line-height: initial;
}
.comn-section-heading span:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-top: 8px solid #79b32f;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
    line-height: initial;
}
.comn-section-heading strong{
    display: block;
}
.comn-info-box p{
    font-size: 15px;
    line-height: 1.57143;
    font-weight: 400;
    color: #2d2e2e;
}
.comn-light-btn{
    background-color: #ffffff;
    background: #fff;
    padding: 14px 35px;
    color: #2d2e2e;
}
.owl-carousel .owl-dots .owl-dot span {
    margin: 0;
    border-radius: 50%;
    background-color: #52504F;
    width: 13px;
    height: 13px;
    margin-left: 9px;
    margin-right: 9px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.owl-carousel .owl-dots .owl-dot {
    outline: none;
    margin: 0;
}
.owl-carousel .owl-dots .owl-dot:hover span, 
.owl-carousel .owl-dots .owl-dot.active span {
    box-shadow: 0 0 0 7px rgba(121, 179, 47, 0.3);
    background-color: #79b32f;
}
/*scroll-up-btn*/
.scroll-up-btn{
    background: #fff;
    border-radius: 50%;
    bottom: 40px;
    color: #034a6a;
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 46px;
    z-index: 1000;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
}
.scroll-up-btn:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.scroll-up-btn i {
    display: block;
    padding-top: 0;
    line-height: 46px;
}
/*fixed-msg-btn*/
.fixed-msg-btn{
    background: #24c2f3;
    border-radius: 4px;
    bottom: 100px;
    color: #ffffff;
    display: block;
    font-size: 28px;
    height: 46px;
    line-height: 46px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 46px;
    z-index: 1000;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
}
.fixed-msg-btn:hover {
    background-color: #ffffff;
    color: #24c2f3;
}
.fixed-msg-btn i {
    display: block;
    padding-top: 0;
    line-height: 46px;
}
/*preloader*/
.preLoader {
    background: url(../images/loader.gif) no-repeat center center #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
}
/*breadcrumb-section*/
.breadcrumb-section{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 170px 0px 80px 0px;
    z-index: -1;
    width: 100%;
}
.breadcrumb-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #034a6a;
    content: "";
    transition: all 0.4s ease;
}
.breadcrumb-area{
    color: #fff;
    z-index: 333;
    position: relative;
    line-height: initial;
    padding-left: 49px;
    font-size: 0;
}
.breadcrumb-menu li{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}
.breadcrumb-menu li:last-child {
    margin: 0;
    padding: 0;
    color: #00c3ff;
}
.breadcrumb-menu li + li::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    left: -7px;
    position: relative;
    font-size: 18px;
    color: #fff;
}
.breadcrumb-menu li a{
    color: #fff;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 500;
    padding-right: 8px;
    margin-right: 8px;
    display: inline-block;
}
.breadcrumb-area::before{
    content: "";
    position: absolute;
    top: 50%;
    width: 32px;
    height: 5px;
    left: 0;
    background: #79b32f;
    margin-top: -2.5px;
}
.breadcrumb-title{
    z-index: 3333;
    position: relative;
    border-radius: 5px;
}
.breadcrumb-title h2{
    color: #ffffff;
    text-transform: capitalize;
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 45px;
    z-index: 333;
    position: relative;
    font-weight: 700;
    padding-top: 10px;
}
/*accountModal*/
.accountModal .modal-title{
    font-size: 24px;
    color: #2E2751;
    font-weight: 700;
}
.accountModal .form-control{
    height: 45px;
    color: #25245e;
    border: 1px solid #e8e8e8;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}
/*top-account-box*/
.top-account-box{
    position: relative;
}
.account-link{
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding-left: 12px;
    transition: 0.5s ease all;
    position: relative;
}
.account-link:hover{
    color: #ffffff;
}
.top-account-dropdown{
    position: absolute;
    width: 150px;
    right: 0px;
    z-index: 10000;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(2, 61, 128, 0.2);
    top: 50px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease all;
    border-top: 2px solid #034a6a;
}
.top-account-dropdown a{
    padding: 8px 10px;
    display: block;
    transition: 0.3s ease all;
}
.top-account-box:hover .top-account-dropdown{
    visibility: visible;
    opacity: 1;
    top: 31px;
}
.top-account-dropdown .account-item:hover a{
    background-color: #034a6a;
    color: #ffffff;
}
.desktop-cart-icon-link .cart-item-count{
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #034a6a;
    color: #ffffff;
    width: 18px;
    height: 18px;
    font-size: 11px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.disktop-cart-icon-link{
    position: relative;
    display: block;
}
.mobile-cart-icon-link{
    position: relative;
    display: none;
}
.mobile-cart-icon-link .cart-item-count{
    position: absolute;
    top: -8px;
    left: 12px;
    background-color: #034a6a;
    color: #ffffff;
    width: 18px;
    height: 18px;
    font-size: 11px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*top-wallet-box*/
.top-wallet-box{
    position: relative;
}
.wallet-link{
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding-left: 12px;
    transition: 0.5s ease all;
    position: relative;
}
.wallet-link:hover{
    color: #ffffff;
}
.top-wallet-dropdown{
    position: absolute;
    width: 150px;
    right: 0px;
    z-index: 10000;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(2, 61, 128, 0.2);
    top: 50px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease all;
    border-top: 2px solid #034a6a;
    transform: scale(0);
}
.top-wallet-dropdown a{
    padding: 8px 10px;
    display: block;
    transition: 0.3s ease all;
}
.top-wallet-box:hover .top-wallet-dropdown{
    visibility: visible;
    opacity: 1;
    top: 31px;
    transform: scale(1);
}
.top-wallet-dropdown .wallet-item:hover a{
    background-color: #034a6a;
    color: #ffffff;
}
/*******************************/
/******** header section *******/
/*******************************/
.top-header-section{
	width: 100%;
    z-index: 1;
    padding: 7px 0px;
    background-color: #002739;
}
.top-left-header{
	height: 100%;
    display: flex;
    align-items: center;
}
.top-contact-item-box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.top-contact-item{
	font-size: 13px;
	color: #ffffff;
	padding-right: 28px;
	letter-spacing: 1px;
	position: relative;
}
.top-contact-item::before{
	content: "";
    height: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.11);
    position: absolute;
    left: -14px;
    top: 0px;
}
.top-contact-item i{
	margin-right: 8px;
	font-size: 11px;
}
.social-media-box{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.social-media-link{
	font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding-left: 12px;
    transition: 0.5s ease all;
    position: relative;
}
.social-media-link::before{
	content: "";
    height: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.11);
    position: absolute;
    left: 2px;
    top: -2px;
}
.social-media-link:hover{
	color: #79b32f;
}
.top-contact-item:last-child,
.social-media-link:last-child{
	padding-right: 0px;
}
.top-contact-item:first-child::before,
.social-media-link:first-child::before{
	content: unset;
}
.top-account-link{
    color: #ffffff;
    font-size: 13px;
}
.top-account-link:hover{
    color: #ffffff;
    text-decoration: underline !important;
}
/*custom navbar*/
.header-section{
	position: fixed;
	z-index: 999;
	background-color: #ffffff;
	width: 100%;
	top: 38px;
	left: 0px;
	right: 0px;
	transition: 0.3s ease all;
    box-shadow: 0 0 10px 0 rgba(2, 61, 128, 0.2);
}
.custom-navbar{
	padding: 0px;
}
.header-section .navbar-brand img{
	/*height: 38px;*/
}
.header-logo-info{
    position: relative;
    padding: 10px 0 10px 28px;
    margin: 20px 0;
    margin-left: 30px;
    border-left: 1px solid #eaeff5;
}
.custom-navbar .nav-link{
	padding: 30px 18px 30px 10px !important;
	color: #2d2e2e !important;
	font-weight: 500;
    transition: all 0.5s ease 0s;
    position: relative;
}
.custom-navbar .nav-item.active .nav-link{
	color: #0c97c2 !important;
}
.sticky-nav{
	top: 0px;
}
.sticky-nav .custom-navbar .nav-item .nav-link{
	padding: 30px 15px 30px 10px !important;
}
.custom-navbar .nav-item:last-child .nav-link,
.sticky-nav .custom-navbar .nav-item:last-child .nav-link{
	padding-right: 0px !important;
}
.custom-navbar .nav-item.dropdown .nav-link::after{
	font-family: 'Font Awesome 5 Free';
    content: "\f107";
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: lighter;
    font-size: 13px;
    position: absolute;
}
.header-section ul li.nav-item ul.sub-menu{
    left: 0;
    position: absolute;
    top: 150%;
    width: 217px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s ease-in-out, top .4s ease-in-out;
    background: none;
    padding: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 2px solid #034a6a;
}
.header-section ul li.nav-item ul.sub-menu li{
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;
    background: #222 none repeat scroll 0 0;
}
.header-section ul li.nav-item ul.sub-menu li::after{
    bottom: -1px;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    width: 0;
    background: #3eb2ce;
}
.header-section ul li.nav-item ul.sub-menu li a{
    background: #ffffff none repeat scroll 0 0;
    color: #2d2e2e !important;
    width: 100%;
    padding: 10px 15px 12px;
    border-top: 1px solid rgba(0, 43, 92, 0.04);
}
.header-section ul li.nav-item ul.sub-menu li a:hover{
    color: #3eb2ce !important;
    background: #034a6a;
    color: #fff !important;
}
.header-section ul li.nav-item:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    top: 95%;
}
.header-section .navbar-light .navbar-toggler {
    color: unset;
    border-color: transparent;
}
button:focus{
	outline: 0px;
}
/*******************************/
/********* home page** *********/
/*******************************/
.main-slider-section .slider-detail{
    /* background-position: center center;  */
    background-repeat: no-repeat;
    /* background-size: cover;
    height: 800px; */
    background-size: cover;
    height: 630px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
}
.main-slider-section .owl-nav button{
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background-color: transparent !important;
    border-radius: 100% !important;
    height: 60px;
    width: 60px;
    z-index: 1;
    transition: all 0.3s ease 0s;
    line-height: 55px !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    text-align: center;
}
.main-slider-section .owl-prev{
    left: -65px;
}
.main-slider-section .owl-next{
    right: -65px;
}
.main-slider-section:hover .owl-next{
    right: 30px;
}
.main-slider-section:hover .owl-prev{
    left: 30px;
}
.inner-slider h5{
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 12px;
    letter-spacing: 1px;
}
.inner-slider h1{
    font-size: 65px;
    text-transform: none;
    font-weight: 700;
    color: #fff;
    margin: 0;
    margin: 0;
    line-height: 1.1;
}
.slider-button{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.feature-single-box{
    position: relative;
    perspective: 1000px;
    z-index: 1;
    transform-style: preserve-3d;
    margin-bottom: 30px;
}
.feature-front-box{
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    border: 0;
    min-height: 250px;
    height: auto;
    backface-visibility: hidden;
    transition: transform .7s ease, -webkit-transform .7s ease;
    transform: rotateX(0deg);
    position: relative;
}
.feature-back-box{
    background: #72ae26;
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    min-height: 250px;
    height: auto;
    transition: transform .7s ease, -webkit-transform .7s ease;
    transform: rotateX(180deg);
}
.feature-inner{
    text-align: center;
    padding: 0 15px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    perspective: inherit;
    outline: transparent solid 1px;
    backface-visibility: hidden;
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    z-index: 2;
}
.feature-single-box:hover .feature-front-box{
    transform: rotateX(-180deg);
}
.feature-single-box:hover .feature-back-box{
    transform: rotateX(0deg);
}
.feature-icon-box{
    font-size: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    overflow: hidden;
}
.feature-icon{
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    background: #79b32f;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    display: inline-block;
    margin: 0 0 15px;
}
.feature-title h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 13px;
    text-transform: capitalize;
    transition: all 0.7s ease 0s;
    color: #444444;
}
.feature-info p{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}
.feature-back-box .feature-title h3{
    padding-bottom: 16px;
    padding-top: 0;
    color: #fff;
    margin-bottom: 0;
}
/*about-section*/
.about-section .about-thumb-box{
    margin-bottom: 20px;
    position: relative;
}
.about-section .about-thumb-box::before{
    content: "";
    position: absolute;
    left: -20px;
    top: 20px;
    width: 100%;
    height: 100%;
    background: #034a6a;
}
.about-section .about-thumb-box img{
    z-index: 400;
    position: relative;
    width: 100%;
}
/*category-section*/
.category-section{
    width: 100%;
    padding: 80px 0 130px;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/cta-bg.png);
}
.category-section::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.85;
    background-color: #034a6a;
    z-index: -1;
}
.category-area{
    text-align: center;
    margin-bottom: 100px;
}
.category-mob span{
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
}
.category-title h2{
    margin: 0;
    letter-spacing: -1px;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}
/*counter-area*/
.counter-area{
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 11px 11px 38px rgba(0,0,0,0.2);
    padding: 50px 0px;
}
.counter-single-box{
    text-align: center;
}
.counter-icon{
    margin: 0 0 20px;
}
.counter-icon img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.counter-title h4{
    margin-top: 6px;
    color: #79b32f;
    font-size: 20px;
}
.counter-number{
    font-size: 40px;
    font-weight: 800;
    color: #2d2e2e;
}
.services-single-box{
    text-align: center;
    background: #fff;
    padding: 45px;
    box-shadow: 0 10px 40px 0 rgba(50,50,50,.1);
    margin-top: 40px;
}
.services-icon{
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid rgba(121,179,47,.25);
    font-size: 40px;
    background: #fff;
    box-sizing: content-box;
    border-radius: 50%;
    color: #79b32f;
    margin: auto;
}
.services-dot-box{
    width: 100%;
    height: 100%;
    left: 56%;
    top: 8%;
}
.services-dot-box:first-child{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: signle-service-dot_1 2s linear infinite;
    animation: signle-service-dot_1 2s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.services-single-box:hover .services-dot-box:first-child {
    -webkit-animation-play-state: running; 
     animation-play-state: running; 
}
@-webkit-keyframes signle-service-dot_1 {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
     to {
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
    }
    @keyframes signle-service-dot_1 {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to {
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}
.services-dot{
    width: 15px;
    height: 15px;
    background: #79b32f;
    border-radius: 50%;
    left: 14px;
    top: 0;
    position: relative;
}
.services-icon i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}
.services-title h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #034a6a;
}
.services-info p{
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.57143;
    font-weight: 400;
    color: #2d2e2e;
}
/*testimonials-section*/
.testimonials-section{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
    background-image: url(../images/testimonials-back.jpg);
}
.testimonials-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    box-shadow: inset 0px 0px 152px 5px rgba(96, 101, 105, 0.68);
    opacity: .6;
}
.testimonials-single-box{
    padding: 30px 35px 0px 35px;
    text-align: center;
}
.testimonials-thumb{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials-thumb::before{
    content: '';
    width: 30px;
    height: 27px;
    margin-right: 60px;
    background-image: url(../images/testi-qoute-2.png);
}
.testimonials-thumb::after{
    content: '';
    width: 30px;
    height: 27px;
    margin-left: 60px;
    background-image: url(../images/testi-qoute-1.png);
}
.testimonials-thumb img{
    border-radius: 50%;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.22);
    border: 3px solid #ffffff;
    width: 106px !important;
    height: 106px;
    object-fit: contain;
}
.testimonials-detail p{
    margin: 0;
    color: #2b3036;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    font-style: italic;
    margin-top: 30px;
}
.testimonials-info{
    padding-top: 5px;
}
.testimonials-name{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #15599e;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 5px;
}
.testimonials-address{
    color: #2b3036;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
}
/*team-section*/
.team-section{
    background-color: #f8f7f7;
}
.team-single-box{
    text-align: center;
    margin: 40px 0 0;
}
.team-thumb{
    overflow: hidden;
    border-radius: 15px;
}
.team-thumb img{
    transition: all 0.3s linear;
    border-radius: 15px;
    width: 100%;
}
.team-single-box:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.team-info{
    background: #fff;
    margin: -80px 30px 0;
    padding: 25px 25px 35px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.team-title{
    font-weight: 700;
    margin-bottom: 8px;
    color: #2d2e2e;
    font-size: 24px;
}
.team-designation{
    font-weight: 400;
    color: #2d2e2e;
    font-size: 14px;
}
.team-social-box{
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
}
.team-social-box .team-social-link{
    opacity: 0;
    right: -40px;
    position: relative;
    visibility: hidden;
}
.team-icon,
.team-social-box .team-social-link{
    cursor: pointer;
    font-size: 15px;
    margin-right: 12px;
    color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #034a6a;
    transition: all 0.3s linear;
    border-radius: 50%;
    box-shadow: 5px 5px 18px 0px rgba(3, 74, 106, 0.3);
}
.team-icon{
    margin-right: 0px;
}
.team-social-box.active .team-social-link {
    opacity: 1;
    visibility: visible;
    right: 0;
    box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
}
.team-social-box .team-social-link:hover {
    transform: translateY(-5px);
}
.team-social-box.active .team-icon{
    transform: rotate(45deg);
    box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
    background: #fff;
    color: #034a6a;
}
.team-social-box .pinterest {
    background-color: #79b32f;
}
.team-social-box .facebook {
    background-color: #0160e7;
}
.team-social-box .twitter {
    background-color: #15b7ec;
}
/*pricing-section*/
.pricing-section{
    background-color: #f8f7f7;
    padding: 80px 0px;
}
.pricing-single-box{
    border-radius: 5px;
    background-color: #fff;
    transition-duration: 700ms;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    margin: 40px 0 0;
    border-radius: 20px;
}
.pricing-table-box{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 80px 15px 80px 15px;
    transition: all 500ms ease;
    border-radius: 20px;
    text-align: center;
}
.back-after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: url(../images/bg2-box.png) top left no-repeat #fff;
    width: 184px;
    height: 65px;
    opacity: 1;
    z-index: 9;
    transition: all 0.3s linear;
}
.back-before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: url(../images/bg1-box.png) top left no-repeat #fff;
    width: 109px;
    height: 67px;
    opacity: 1;
    z-index: 9;
    transition: all 0.3s linear;
}
.pricing-single-box:hover {
    transform: scale(1.05);
    box-shadow: 4px -1px 2.1875rem 24px rgba(0, 0, 0, 0.08);
}
.pricing-table-header{

}
.pricing-table-price{
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 500ms ease;
    line-height: 32px;
    color: #034a6a;
}
.pricing-table-price span{
    font-size: 14px;
    font-weight: 400;
}
.pricing-table-title{
    position: relative;
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    transition: all 500ms ease;
}
.pricing-table-content{
    position: relative;
    display: block;
    padding: 5px 0px 17px 0px;
}
.pricing-table-content li{
    position: relative;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    transition: all 500ms ease;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
/*blog-section*/
.blog-section{
    background-color: #f8f7f7;
}
.blog-single-box{
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    border-radius: 15px;
    background: #fff;
    margin-top: 40px;
    overflow: hidden;
}
.blog-thumb{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.blog-detail{
    padding: 30px;
}
.blog-meta-box{
    color: #a5b7d2;
    font-size: 14px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 13px;
}
.blog-meta-box i{
    font-weight: 100px;
    font-size: 13px;
}
.blog-title{
    margin-bottom: 8px;
    line-height: 35px;
    font-weight: 700;
    font-size: 22px;
}
.blog-title a{
    color: #1a1b1e;
    font-size: 22px;
}
.blog-info p{
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 400;
    color: #2d2e2e;
}
.blog-thumb img{
    width: 100%;
    transition-duration: 700ms;
}
.blog-single-box:hover .blog-thumb img{
    transform: scale(1.4);
}
.blog-post-category{
    position: absolute;
    z-index: 9;
    top: 15px;
    right: 15px;
}
.blog-post-category a{
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background: #034a6a;
    padding: 10px;
    margin-bottom: 35px;
    margin-right: 6px;
    transition: 0.5s ease all;
}
.blog-post-category a:hover{
    background: #ffffff;
    color: #034a6a;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.contact-form-area{
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 40px;
    text-align: center;
}
/*******************************/
/***** blog-details-section*****/
/*******************************/
.blog-details-thumb img{
    width: 100%;
    padding: 5px;
    background: #eee;
}
.blog-details-detail{
    padding: 40px 0 0 0;
}
.blog-details-info p{
    font-size: 15px;
    font-weight: 400;
    color: #2d2e2e;
}
.inner-post-detail {
    position: relative;
}
.inner-post-detail p {
    font-size: 24px;
    line-height: 42px;
    margin: 30px 0;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    padding: 0 30px;
    color: #1a1b1e;
}
.post-detail-text{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a5b7d2;
}
.inner-post-detail::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7%;
    width: 3px;
    height: 86%;
    background: #79b32f;
}
.blog-details-related-thumb img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.blog-details-related-thumb-box{
    padding-top: 20px;
}
.blog-social-box{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.blog-social-media-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.blog-social-media-box li{
    display: inline-block;
    margin: 0 8px 0 0;
}
.blog-social-link{
    cursor: pointer;
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #00c3ff;
    transition: all 0.3s linear;
    border-radius: 50%;
    box-shadow: 5px 5px 18px 0px rgba(21, 183, 236, 0.3);
    text-align: center;
    transition: 0.5s ease all;
}
.blog-social-link:hover{
    color: #ffffff;
    transform: translateY(-5px);
}
.recent-post-right-area{

}
.recent-post-title{
    font-weight: 700;
    padding-left: 17px;
    position: relative;
    margin: 0 0 25px;
}
.recent-post-title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #79b32f;
    border-radius: 50%;
}
.recent-post-single-box{
    display: flex;
    margin-bottom: 25px;
}
.recent-post-thumb{
    margin-right: 20px;
}
.recent-post-thumb img{
    width: 68px;
    border-radius: 10px;
}
.recent-post-heading{
    color: #1a1b1e;
    font-size: 16px;
    font-weight: 700;
}
.recent-post-date{
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #a5b7d2;
}
.blog-tag-area{
    padding-top: 15px;
}
.blog-tag-link{
    color: #707f96;
    background: #f0f6ff;
    font-size: 14px !important;
    font-weight: 500;
    padding: 10px 12px;
    margin: 0 3px;
    margin-bottom: 9px;
    line-height: 1;
    border-radius: 3px;
    display: inline-block;
    transition: 0.5s ease all;
}
.blog-tag-link:hover{
    background: #00c3ff;
    color: #fff;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
}
/*******************************/
/******* contact section *******/
/*******************************/
.contact-form-area .form-control{
    height: 50px;
    color: #25245e;
    border: 1px solid #e8e8e8;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}
.contact-section{
    padding: 80px 0px;
}
.contact-form-area textarea.form-control {
    height: 140px;
}
.quick-contact-area{
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}
.quick-contact-heading h3{
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: -4px;
    font-weight: 700;
}
.quick-contact-list{
    font-size: 18px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    background-color: #034a6a;
    padding: 19px 20px;
    padding-left: 65px;
}
.quick-contact-list i{
    position: absolute;
    left: 25px;
    top: 22px;
    font-size: 25px;
}
.quick-contact-list a{
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
}
.quick-contact-list span{
    display: block;
    font-weight: 400;
    font-size: 15px;
}
/*******************************/
/******* gallery-section *******/
/*******************************/
.gallery-section{
    padding: 40px 0 80px;
}
.single-gallery-box{
    position: relative;
    display: block;
    margin: 40px 0 0;
}
.gallery-thumb{
    position: relative;
    overflow: hidden;
}
.gallery-thumb img{
    width: 100%;
    transform: scale(1.0);
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.gallery-thumb-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
    box-shadow: inset 0px 0px 152px 5px rgba(96, 101, 105, 0.68);
    background: rgba(0,39,57,0.8);
}
.zoom-icon{
    position: relative;
    transform: scale(.5);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.lightbox-image{
    display: inline-block;
}
.lightbox-image img{
    width: auto;
    transform: none;
}
.single-gallery-box:hover .gallery-thumb img {
    transform: scale(1.2) rotate(1deg);
}
.single-gallery-box:hover .gallery-thumb-overlay{
    opacity: 1;
    transform: scaleY(1) skew(0deg, 0deg);
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22)
}
.single-gallery-box:hover .gallery-thumb-overlay .zoom-icon {
    transform: scale(1.0);
    transition: all 200ms linear;
    transition-delay: 0.3s;
}
/*******************************/
/******* profile-section ******/
/*******************************/
.profile-section{
    padding: 60px 0px;
}
.profile-menu-area{
    border: 1px solid rgba(136,136,136,.12);
    box-shadow: 0 10px 40px 0 rgba(50,50,50,.1);
}
.profile-section .nav-link{
    color: rgba(71,71,71,.8) !important;
    background-color: transparent;
    border-radius: 0px;
    cursor: pointer;
    padding: 14px 20px;
    display: block;
    font-size: 12px;
    border-bottom: 1px solid rgba(136,136,136,.12);
    text-transform: uppercase;
    transition: 0.3s ease all;
}
.profile-section .nav-link.active,
.profile-section .nav-link:hover{
    color: #ffffff !important;
    background-color: #034a6a;
}
.user-profile-thumb img {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    object-fit: fill;
}
.user-profile-thumb:hover{
    box-shadow: 0 0 0 12px rgba(121, 179, 47, 0.3);
}
.user-profile-thumb{
    margin: -112px auto 0px auto;
    text-align: center;
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    object-fit: fill;
    border: 4px solid #15aefe87;
    margin-bottom: 20px;
    box-shadow: 0 0 0 7px rgba(121, 179, 47, 0.3);
    transition: 0.5s ease all;
    overflow: hidden;
}
.profile-area{
    min-height: 200px;
    box-shadow: 0 10px 40px 0 rgba(50,50,50,.1);
    padding: 20px;
}
.profile-name{
    font-size: 24px;
    text-transform: capitalize;
    color: #2E2751;
    line-height: 42px;
    margin-bottom: 10px;
}
.user-profile-thumb .file {
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    border: none;
    font-size: 15px;
    background: #83d4fe;
    color: #034a6a;
    position: absolute;
    bottom: 34px;
    right: 13px;
}
.user-profile-thumb .file input {
    opacity: 0;
    right: 0;
    top: 0;
    width: 40px;
    position: absolute;
}
.user-detail-box table th{
    width: 200px;
}
/********************************/
/***shopkeeper profile-section***/
/********************************/
.shopkeeper-profile-section{
    /*padding: 60px 0px;*/
    padding: 50px 0px 60px 0px;
}
.shopkeeper-profile-menu-area{
    border: 1px solid rgba(136,136,136,.12);
    box-shadow: 0 10px 40px 0 rgba(50,50,50,.1);
}
.shopkeeper-profile-section .nav-link{
    color: rgba(71,71,71,.8) !important;
    background-color: transparent;
    border-radius: 0px;
    cursor: pointer;
    padding: 11px 20px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid rgba(136,136,136,.12);
    transition: 0.3s ease all;
}
.shopkeeper-profile-section .nav-link.active,
.shopkeeper-profile-section .nav-link:hover{
    color: #ffffff !important;
    background-color: #034a6a;
}
.shopkeeper-profile-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: fill;
}
.shopkeeper-profile-thumb:hover{
    box-shadow: 0 0 0 5px rgba(121, 179, 47, 0.3);
}
.shopkeeper-profile-thumb-box{
    box-shadow: 0 10px 40px 0 rgba(50,50,50,.1);
    padding: 10px 12px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.shopkeeper-profile-thumb{
    text-align: center;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: fill;
    border: 2px solid #15aefe87;
    box-shadow: 0 0 0 4px rgba(121, 179, 47, 0.3);
    transition: 0.5s ease all;
    overflow: hidden;
}
.shopkeeper-profile-area{
    min-height: 200px;
    box-shadow: 0 10px 40px 0 rgba(50,50,50,.1);
    padding: 20px;
}
.shopkeeper-profile-name{
    font-size: 16px;
    text-transform: capitalize;
    color: #2E2751;
    margin-bottom: 0px;
    font-weight: 700;
    padding-left: 14px;
}
.shopkeeper-profile-thumb .file {
    overflow: hidden;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
    border: none;
    font-size: 10px;
    background: #83d4fe;
    color: #034a6a;
    position: absolute;
    bottom: 4px;
    right: 10px;
}
.shopkeeper-profile-thumb .file input {
    opacity: 0;
    right: 0;
    top: 0;
    width: 40px;
    position: absolute;
}
.shopkeeper-detail-box table th{
    width: 200px;
}
.shopkeeper-profile-section .nav-link.active i,
.shopkeeper-profile-section .nav-link:hover i{
    color: #ffffff !important;
}
/*dropdown menu*/
.profile-dropdown-menu {
  position: relative;
}
.profile-dropdown-menu i{
    position: absolute;
    right: 20px;
    color: rgba(71,71,71,.8) !important;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}
.mob-dropdown-link{
    padding: 11px 20px 11px 45px;
    font-size: 12px;
    color: rgba(71,71,71,.8);
    border-bottom: 1px solid rgba(136,136,136,.12);
    background-color: transparent;
    display: block;
    transition: 0.3s;
}
.mob-dropdown-link:hover{
    color: #ffffff;
    background-color: #034a6a;
}
.mob-dropdown-link:hover .profile-dropdown-menu i{
    color: #ffffff !important;
}
.dropdown-container {
  display: none;
}
.dropdown-container:not(:first-child) .profile-dropdown-menu:nth-child(0),
.dropdown-container:not(:first-child) .profile-dropdown-menu:nth-child(1){
    display: none;
}
.single-dashboard-box{
    box-shadow: 0 10px 40px 0 rgba(50,50,50,.1);
    padding: 24px 20px 48px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    transition: 0.5s ease all;
    position: relative;
}
.single-dashboard-box .right-view-icon{
    padding-left: 5px;
    font-size: 11px;
}
.view-more-link{
    transition: 0.5s ease all;
}
.dashboard-icon-box i{
    font-size: 40px;
}
.dashboard-icon-box{
    align-self: center;
}
.dashboard-count{
    margin-bottom: 8px;
    position: relative;
    font-size: 18px;
    color: #79b32f;
}
.dashboard-icon-box i{
    color: #034a6a;
}
.dashboard-title{
    color: #034a6a;
}
.single-dashboard-box:hover{
    transform: translateY(-4px);
}
.single-dashboard-box:hover .view-more-link{
    padding-right: 4px;
}
.dashboadr-view-more-box{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 12px;
    align-items: center;
    background: #034a6a;
    padding: 5px;
    color: #ffffff;
}
/*******************************/
/********* cart-section ********/
/*******************************/
.cart-section{
    background-color: #ffffff;
}
.product-title{
    color: #424242;
    letter-spacing: .3px;
    font-size: 14px;
}
.product-title:hover{
    color: #424242;
}
.cart-section .cart-list-area table td{
    padding: 15px 12px;
    vertical-align: middle;
}
.cart-list-area .product-quantity-box{
    margin-bottom: 0px;
}
.total-price{
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.cart-product-image img{
    width: 75px;
    height: 60px;
    object-fit: cover;
    border-radius: 3px;
}
.product-remove-icon{
    padding: 0;
    text-align: center;
}
.product-remove-icon a{
    font-size: 22px;
    color: #000000;
}
.cart-actions-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-instructions-area{
    background-color: #f8f8f8;
    padding: 40px 25px 25px;
}
.instructions-heading h3{
    margin-bottom: 20px;
    line-height: 1.4;
    color: #1b1919;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.cart-textarea{
    min-height: 186px;
    height: auto;
    line-height: 1.5;
    padding: 10px 15px;
    background-color: #ffffff !important;
}
.cart-totals-box .table-responsive{
    background-color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.cart-totals-box table th:last-child,
.cart-totals-box table td:last-child{
    text-align: right;
}
.cart-instructions-area .total-price{
    font-size:18px;
}
.product-quantity-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.product-quantity-btn{
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    color: #848484;
    width: 25px;
    background-color: #f9f9f9;
    transition: .2s;
    height: 35px;
}
.product-quantity-btn i{
    font-size: 10px;
}
.product-quantity-btn:focus,
.product-quantity-btn:active,
.product-quantity-btn:hover{
    border: 1px solid #e0e0e0;
}
.product-quantity-input:focus,
.product-quantity-input:hover,
.product-quantity-input:active{
    outline: 0px;
    box-shadow: 0 0 0 0rem rgba(0,0,0,0);
}
.product-quantity-input{
    border-radius: 0px !important;
    color: #848484;
    text-align: center;
    width: 40px !important;
    height: 35px !important;
    border: 1px solid #e0e0e0 !important;
    -webkit-appearance: textfield;
}
.cart-section .comn-btn,
.checkout-section .comn-btn{
    padding: 8px 16px;
}
/*******************************/
/**** order-history-section ****/
/*******************************/
.order-history-section{

}
/********************************/
/** product-detail-tab-section **/
/********************************/
.product-detail-tab-section{
    background-color: #f8f7f7;
}
.product-detail-nav-tabs{
    border-bottom: 0px;
    justify-content: center;
    padding-bottom: 25px;
}
.product-detail-nav-tabs .nav-item{
    margin-right: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}
.product-detail-nav-tabs .nav-link{
    color: rgba(0,0,0,.5);
    font-size: 20px;
    font-weight: 600;
    padding: 3px 0;
    background-color: transparent;
    border-color: transparent;
}
.product-detail-nav-tabs .nav-link.active{
    color: rgba(0,0,0,.9);
    background-color: transparent;
    border-color: transparent;
}
.product-detail-nav-tabs .nav-link:focus, 
.product-detail-nav-tabs .nav-link:hover{
    border-color: transparent !important;
}
.product-description-box{
    text-align: center;
}
.comn-description-title{
    text-align: center;
}
.comn-description-title h3{
    font-size: 18px;
    margin-bottom: 20px;
    color: #1b1919;
    font-weight: 700;
}
.description-info p{
    line-height: 1.7;
    letter-spacing: .3px;
    color: #4c4c4c;
    font-size: 14px;
}
.size-description-box{
    text-align: center;
}
.product-review-box{
    padding: 25px;
    border: 1px solid #ECECEC;
}
.customer-review-title h3{
    font-size: 24px;
    margin-bottom: 20px;
    color: #1b1919;
    font-weight: 700;
}
.customer-review-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reviews-heading{
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 400;
}
.review-link{
    color: #202020;
    font-size: 14px;
    font-weight: 400;
}
.review-link:hover{
    color: #202020;
    text-decoration: underline !important;
}
.product-shipping-box .comn-thumb-box img{
    height: 200px;
    object-fit: fill;
    width: 100%;
}
/*******************************/
/*** product-detail-section ****/
/*******************************/
.product-detail-section{
    background-color: #ffffff;
}
.product-detail-heading h3{
    color: #252222;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 10px;
}
.product-detail-info p{
    color: #4c4c4c;
    font-size: 14px; 
    margin-bottom: 20px;
    line-height: 1.5;
}
.product-detail-review-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.review-caption{
    color: #202020;
    font-size: 14px;
    padding-left: 5px;
    letter-spacing: unset;
}
.product-detail-review-box i{
    opacity: 0.6;
}
.product-price{
    color: #3c2b86;
    font-size: 28px;
    margin-bottom: 10px;
}
.product-sold-box{
    font-size: 16px;
    font-weight: 600;
    color: #dd1e31;
    margin-bottom: 20px;
}
.product-wishlist-box,
.product-compare-box{
    margin-bottom: 20px;
}
.product-wishlist-box a,
.product-compare-box a{
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #4e4e4e;
}
.product-wishlist-box i,
.product-compare-box i{
    font-size: 16px;    
}
.product-meta-box{
    margin-bottom: 20px;
}
.product-meta-title{
    color: #1b1919;
    font-weight: 700;
}
.product-meta-name{
    color: #4e4e4e;
    font-weight: 400;
    margin: 0 2px;
    line-height: 1.4;
}
.product-meta-box a{
    color: rgba(0,0,0,.6);
    transition: .2s;
    margin: 5px 5px 0;
}
.product-thumb-detail-box{
    width: 400px;
    height: 400px;
    border:1px solid #edebeb;
    padding:20px;
    cursor: pointer;
}
.product-thumb-detail-box img{
    width: 100%;
    background-color: #ffffff;
    height: 100%;
}
/*******************************/
/******* checkout-section ******/
/*******************************/
.checkout-section .form-control {
    height: 48px;
}
.checkout-section .form-control:focus{
    outline: none;
    border-color: #1990c6;
    box-shadow: 0 0 0 1px #1990c6;
}
.checkout-heading-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.checkout-section-heading h3{
    font-size: 17px;
    color: #333333;
}
.checkout-inner-heading{
    font-size: 14px;
    color: #333333;
}
.checkout-section label{
    font-size: 14px;
    color: #333333;
}
.return-cart-shipping-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.return-cart-text{
    font-size: 14px;
    color: #1990c6;
}
.checkout-product-list-box{
    background-color: #fafafa;
}
.checkout-product-thumb img{
    width: 60px;
}
.checkout-product-thumb{
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 5px;
    background-color: #ffffff;
    text-align: center;
    position: relative;
}
.checkout-product-price{
    color: #323232;
    font-size: 14px;
}
.checkout-product-title{
    color: #323232;
    font-size: 14px;
}
.checkout-product-list-box table td{
    vertical-align: middle;
}
.checkout-product-quantity{
    font-size: 0.85714em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.9);
    color: #fff;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.58333em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3;
}
.checkout-product-list-table-box{
    height: 312px;
    overflow-y: auto;
    border-bottom: 1px solid rgba(175,175,175,0.34);
    margin-bottom: 30px;
}
.checkout-product-total-box table td,
.checkout-product-total-box table th{
    font-size: 14px;
}
.checkout-product-total-box table td:last-child,
.checkout-product-total-box table th:last-child{
    text-align: right;
}
td.checkout-total-price{
    font-weight: 700;
    font-size: 18px !important;
}
/*newarrivals-product-section*/
.newarrivals-product-section{
    background-color: #f8f7f7;
}
.newarrivals-product-single-box{
    box-shadow: 8px 8px 30px 0px rgb(248, 247, 247);
    border-radius: 10px;
    background: #fff;
    margin-top: 40px;
    margin-bottom: 25px;
    overflow: hidden;
}
.newarrivals-product-thumb{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.newarrivals-product-detail{
    padding: 30px;
    text-align: center;
}
.newarrivals-product-title{
    margin-bottom: 8px;
    line-height: 35px;
    font-weight: 700;
    font-size: 22px;
}
.newarrivals-product-title a{
    color: #1a1b1e;
    font-size: 22px;
}
.newarrivals-product-info p{
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 400;
    color: #2d2e2e;
}
.newarrivals-product-thumb img{
    width: 100%;
    transition-duration: 700ms;
    height: 250px;
    object-fit: cover;
}
.newarrivals-product-single-box:hover .newarrivals-product-thumb img{
    transform: scale(1.4);
}
/*featured product section*/
.featured-product-section{
    background-color: #ffffff;
}
.featured-product-single-box{
    box-shadow: 8px 8px 30px 0px rgb(255, 255, 255);
    border-radius: 10px;
    background: #f8f7f7;
    margin-top: 40px;
    margin-bottom: 25px;
    overflow: hidden;
}
.featured-product-thumb{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.featured-product-detail{
    padding: 30px;
    text-align: center;
}
.featured-product-title{
    margin-bottom: 8px;
    line-height: 35px;
    font-weight: 700;
    font-size: 22px;
}
.featured-product-title a{
    color: #1a1b1e;
    font-size: 22px;
}
.featured-product-info p{
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 400;
    color: #2d2e2e;
}
.featured-product-info {
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 400;
    color: #2d2e2e;
    height: 200px;
    overflow-y: scroll;
}
.featured-product-thumb img{
    width: 100%;
    transition-duration: 700ms;
    height: 250px;
    object-fit: cover;
}
.featured-product-single-box:hover .featured-product-thumb img{
    transform: scale(1.4);
}
/*bestselling product section*/
.bestselling-product-section{
    background-color: #ffffff;
}
.bestselling-product-single-box{
    box-shadow: 8px 8px 30px 0px rgb(255, 255, 255);
    border-radius: 10px;
    background: #f8f7f7;
    margin-top: 40px;
    margin-bottom: 25px;
    overflow: hidden;
}
.bestselling-product-thumb{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.bestselling-product-detail{
    padding: 30px;
    text-align: center;
}
.bestselling-product-title{
    margin-bottom: 8px;
    line-height: 35px;
    font-weight: 700;
    font-size: 22px;
}
.bestselling-product-title a{
    color: #1a1b1e;
    font-size: 22px;
}
.bestselling-product-info p{
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 400;
    color: #2d2e2e;
}
.bestselling-product-thumb img{
    width: 100%;
    transition-duration: 700ms;
    height: 250px;
    object-fit: cover;
}
.bestselling-product-single-box:hover .bestselling-product-thumb img{
    transform: scale(1.4);
}
/*related-product-section*/
.related-product-section{
    background-color: #ffffff;
}
.related-product-single-box{
    box-shadow: 8px 8px 30px 0px rgb(255, 255, 255);
    border-radius: 4px;
    background: #f8f7f7;
    margin-top: 40px;
    margin-bottom: 25px;
    overflow: hidden;
}
.related-product-thumb{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.related-product-thumb img{
    width: 100%;
    transition-duration: 700ms;
    height: 400px;
}
.related-product-single-box:hover .related-product-thumb img{
    transform: scale(1.4);
}
.cloudzoom-zoom-inside {
  cursor: zoom-in;
  z-index: 1;
}
#product-image {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-left: 1rem;
}
#zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadeout 0.5s; /* Sync with JS */
  background: url('http://res.cloudinary.com/thdoan/image/upload/v1498133706/carousel/watch01-large.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: zoom-out;
  display: none;
  opacity: 0;
  z-index: 1;
}
.fullscreen {
  overflow: hidden;
}
.fullscreen .cloudzoom-zoom-inside {
  visibility: hidden; /* Prevent FOUC */
}
.fullscreen #zoom-overlay {
  animation: fadein 0.5s; /* Sync with JS */
  display: block;
  opacity: 1;
}
@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeout {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
/*******************************/
/******book-repair-section******/
/*******************************/
.book-repair-section{
    background-color: #034a6a;
}
.book-repair-section .comn-section-heading h2{
    color: #ffffff;
}
.book-repair-section .comn-info-box p{
    color: #cccccc;
}
.book-repair-section .comn-btn{
    border: 1px solid #002739;
}
.book-repair-box{
    text-align: center;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 4px;
}
.book-repair-heading{
    font-size: 28px;
    text-transform: capitalize;
    color: #2E2751;
    line-height: unset;
    margin-bottom: 15px;
    font-weight: 700;
}
.book-repair-form .comn-btn{
    width: 100%;
}
/*******************************/
/******* experts-section *******/
/*******************************/
.experts-section{
    background-color: #034a6a;
}
.experts-single-box img{
    width: 100%;
    border-radius: 4px;
    background: #ffffff;
    object-fit: contain;
}
.experts-area{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    padding: 10px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
}
.experts-section .comn-section-heading h2{
    color: #ffffff;
}
.experts-section .comn-section-heading p{
    color: #cccccc;
}

/*hover animation*/
@-webkit-keyframes hover-animbox{0%{-webkit-transform:translateY(-8px);transform:translateY(-8px);}
    50%{-webkit-transform:translateY(-4px);transform:translateY(-4px);}
    100%{-webkit-transform:translateY(-8px);transform:translateY(-8px);}
}
@keyframes hover-animbox{0%{-webkit-transform:translateY(-8px);transform:translateY(-8px);}
    50%{-webkit-transform:translateY(-4px);transform:translateY(-4px);}
    100%{-webkit-transform:translateY(-8px);transform:translateY(-8px);}
}
@-webkit-keyframes hover-animbox-float{100%{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px);}
}
@keyframes hover-animbox-float{100%{-webkit-transform:translateY(-8px);transform:translateY(-8px);}
}
.hover-animbox{
    vertical-align:middle;
    -webkit-transform:perspective(1px) translateZ(0);
    -ms-transform:perspective(1px) translateZ(0);
    transform:perspective(1px) translateZ(0);
    box-shadow:0 0 1px rgba(0, 0, 0, 0);
}
.hover-animbox:hover, .hover-animbox:focus, .hover-animbox:active{
    -webkit-animation-name:hover-animbox, hover-animbox;
    animation-name:hover-animbox-float, hover-animbox;
    -webkit-animation-duration:.3s, 1.5s;
    animation-duration:.3s, 1.5s;
    -webkit-animation-delay:0s, .3s;
    animation-delay:0s, .3s;
    -webkit-animation-timing-function:ease-out,
    ease-in-out;animation-timing-function:ease-out,
    ease-in-out;-webkit-animation-iteration-count:1,
    infinite;animation-iteration-count:1,
    infinite;-webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-direction:normal,
    alternate;animation-direction:normal,
    alternate;
}
/*******************************/
/******* footer-section ********/
/*******************************/
.footer-section{
    background-color: #034a6a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.footer-area{
    padding: 50px 0;
}
.copyright-area{
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #ebebeb3b;
}
.copyright-content p{
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.footer-logo-thumb{
    margin-bottom: 15px;
}
.footer-logo-thumb img{
    width: 180px;
}
.footer-logoinfo p{
    color: #cccccc;
    font-size: 14px;
    font-weight: 400;
}
.footer-social-media-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 22px;
}
.footer-social-media-box li{
    display: inline-block;
    margin: 0 8px 0 0;
}
.footer-social-link{
    cursor: pointer;
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #00c3ff;
    transition: all 0.3s linear;
    border-radius: 50%;
    box-shadow: 5px 5px 18px 0px rgba(21, 183, 236, 0.3);
    text-align: center;
    transition: 0.5s ease all;
}
.footer-social-link:hover{
    color: #ffffff;
    transform: translateY(-5px);
}
.facebook{
    background: #095cd1;          
}
.twitter{
    background: #15b7ec;    
}
.linkedin{
    background: #0160e7;
}
.pinterest{
    background: #79b32f;
}
.footer-heading h3{
    color: #ffffff;
    font-size: 18px;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.footer-quick-link-box li{
    margin-bottom: 0px;
    position: relative;
    padding-left: 25px;
    line-height: 34px;
}
.footer-quick-link-box li::before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-top: -5px;
    background: #d4d4d4;
    transition: all 0.4s ease;
}
.footer-quick-link-box li .quick-link{
    display: inline-block;
    color: #B4B4B4;
    padding: 0;
    margin: 0;
    font-size: 14px;
    transition: 0.5s ease all;
}
.footer-quick-link-box li .quick-link:hover{
    color: #ffffff;
}
.footer-post-thumb{
    margin: 0px 20px 20px 0px;
}
.footer-post-thumb img{
    height: 70px;
    width: 70px;
    display: block;
    border-radius: 100%;
    background: #ffffff;
    margin-top: 4px;
    padding: 5px;
}
.footer-single-post-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer-post-meta{
    color: #ccc;
    font-size: 14px;
    margin: 0 0 10px;
}
.footer-post-desc{
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
}
.footer-post-desc a{
    font-size: 14px;
    color: #cccccc;
    transition: 0.5s ease all;
}
.footer-post-desc a:hover{
    color: #79b32f;
}
.footer-contact-box p{
    color: #cccccc;
    font-size: 14px;
    font-weight: 400;
}
.footer-contact{
    color: #ccc;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 25px;
}
.footer-contact i{
    color: #ffffff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 10px;
    transition: all 0.3s ease;
    float: left;
}
.footer-contact:hover i{
    background-color: #ffffff;
    color: #034a6a;
}
/*contact-modal-form-area*/
.contact-modal .modal-title{
    font-size: 24px;
    color: #2E2751;
    font-weight: 700;
}
.form-control{
    height: 45px;
    color: #25245e;
    border: 1px solid #e8e8e8;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}
.form-control:focus{
    outline: 0px;
    box-shadow: 0px 0px 0px #0000;
}
/*******************************/
/********* media query *********/
/*******************************/
@media (max-width: 1200px) {
   
}
@media (max-width: 992px) {
    .custom-navbar .nav-item:last-child .nav-link,
	.sticky-nav .custom-navbar .nav-item:last-child .nav-link{
		padding-right: unset !important;
	}
	.header-section{
		padding: 14px 0px;
	}
	.custom-navbar .nav-link,
    .sticky-nav .custom-navbar .nav-item .nav-link {
	    padding: 12px 18px 12px 10px !important;
	}
	.custom-navbar .navbar-nav{
		padding-top: 20px;
	}
    .header-logo-info{
        display: none;
    }
    .custom-navbar .nav-item .nav-link{
        line-height: 20px;
        border-top: solid 1px #e0e0e0;
    }
    .custom-navbar .nav-item:last-child .nav-link{
        border-bottom: solid 1px #e0e0e0;
    }
    .disktop-cart-icon-link{
        position: relative;
        display: none;
    }
    .mobile-cart-icon-link{
        position: relative;
        display: block;
    }
    .experts-area {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }
}
@media (max-width: 768px) {
    .inner-slider h5{
        font-size: 16px;
    }
    .inner-slider h1{
        font-size: 36px;
    }
    .main-slider-section .slider-detail {
        height: 247px;
        background-size: contain !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 88px;
        margin-bottom: 41px 
    }
    .about-content{
        padding-top: 25px;
    }
    .counter-section .nagative-margin {
        margin: -100px 15px 0;
    }
    .footer-heading h3 {
        margin-bottom: 0px;
        margin-top: 30px;
    }
    .top-header-section .top-field-none{
        display: none;
    }
    .profile-menu-area {
        margin-bottom: 25px;
    }   
    .blog-details-related-thumb{
        margin-bottom: 20px;
    }
    .shopkeeper-profile-area{
        margin-top: 25px;
    }
    .product-detail-heading h3{
        margin-top: 20px;
    }
    .comn-thumb-box{
        margin-bottom: 20px;
    }
    .experts-area {
        display: grid;
        grid-template-columns: auto auto auto;
    }
    .book-repair-box {
        margin-bottom: 25px;
    }
}
@media (max-width: 576px) {
    .main-slider-section .slider-detail {
        height: 247px;
        background-size: contain !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 88px;
        margin-bottom: 41px 
    }
    .testimonials-detail p {
        font-size: 16px;
    }
    .testimonials-single-box {
        padding: 30px 15px 0px 15px;
    }
    .slider-button{
        display: block;
        text-align: center;
        padding-bottom: 30px;
    }
    .slider-button .comn-btn{
        margin-bottom: 10px;
    }
    .category-title h2 {
        font-size: 28px;
    }
    .blog-social-box{
        display: block;
    }
    .blog-social-media-box{
        margin: 10px 0px 20px 0px;
    }
    .cart-section .comn-btn {
        padding: 8px 8px;
    }
    .breadcrumb-title h2 {
        font-size: 30px;
    }
    .experts-area {
        display: grid;
        grid-template-columns: auto auto;
    }
}
@media (max-width: 360px){
    .top-contact-item {
        font-size: 13px;
    }
    .top-account-item {
        font-size: 13px;
    }
    .top-header-section {
        padding: 9px 0px;
    }
    .experts-area {
        display: grid;
        grid-template-columns: auto;
    }
}