
body{
	color: #030f27;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
	color: #FA9732;
	font-weight: bold;
	font-family: 'Dosis', sans-serif;
}
h1{
	font-size: 48px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}

/* Links
------------------------------------ */
a{
	/* color: #616161; */
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover{
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #0c5adb;
}






.mobile-menu.mean-container {
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.mobile-menu .nav-logo {
    display: none;
    position: absolute;
    left: 20px;
    top: 10px;
}

.mobile-menu .nav-logo img {
    width: 100px;
}

@media (max-width: 991px) {
    .mobile-menu .nav-logo {
        display: block;
    }

    .mobile-menu .header-logo {
        display: none;
    }
}



/* ============start organic Header Top Menu Area=============== */

.header-top-menu{
	padding: 10px 0px 10px 0px;
	background-color: #FFD737;
	
}
.header-top-menu .header-top-address ul{
	display: flex;
	margin-right: 15px;
	align-items: center;
}.header-top-menu .header-top-address ul li{
	color: #fff;
	margin-right: 15px;
}

.header-top-menu .header-top-address ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: 400;

}

.header-top-menu .hrader-top-social.text-right{
	text-align: end;
}
.header-top-menu .hrader-top-social.text-right a{
	color: #fff;
	margin-left: 15px;
}

.sticky-nav.header-area .sub-menu ul li a:hover {
	margin-left: 30px;
	color: #FA9732!important;
}
.header-area .sub-menu ul li a:hover::before {
    opacity: 1;
    visibility: visible;
}

/* ============end organic Header Top Menu Area=============== */
/*--===================start header area-=====================*/
.header-area {
    background: transparent;
    padding: 2px 0px 5px;
    position: relative;
    margin-bottom: 0;
    z-index: 2;
}
.header-area .header-logo .main-logo img{
	height: 70px;
}

.header-area .organic_menu ul {
	display: inline-block;
}
.header-area .organic_menu ul li {
    list-style: none;
    display: inline;
    position: relative;
}
.header-area .organic_menu ul li a {
    display: inline-block;
    font-size: 17px;
    padding: 35px 17px;
    text-transform: capitalize;
    transition: .5s;
    letter-spacing: 1px;
    color: #06305f;
    font-weight: 500;
}
.header-area .organic_menu ul li a:hover {
    color: #FA9732;
}
.header-area .d-flex.align-items-center {
    justify-content: end;
}
.header-area .header-btn {
    display: inline-block;
    position: relative;
    top: 22px;
}
.header-area .header-btn a {
    background: #F9930B;
    color: #fff;
    display: inline-block;
    padding: 13px 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 10px 0 30px rgba(249, 147, 11, .25);
    overflow: hidden;
    font-weight: 500;
}
.header-area .header-btn a i {
    font-size: 18px;
}
.header-area .header-btn a:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    transition: .5s;
    background: #FFD737;
    z-index: -1;
    border-radius: 5px; 
}
.header-area .header-btn a:hover:after{
    left:0;
    width:100%;
}
.header-area .search-box-btn a{
	color:#F9930B;
	margin-right: 25px;
	font-size: 30px;
}
.sticky-nav .search-box-btn a{
	color:#fff;
}

.nav-btn.navSidebar-button {
    display: inline-block;
    color: #FC0476;
    font-size: 26px;
    cursor: pointer;
    position: relative;
    left: 20px;
}
.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    position: fixed!important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: .5s !important;
    background: #F9930B!important;
    z-index:9999 !important;
    animation-name: slideInDown;
    animation-duration: 1.5s;
}
.sticky-nav .header-btn a {
    background: #fff;
    color: #F9930B;
}
.sticky-nav .organic_menu ul li a{
	color:#fff;
}
.sticky-nav .header-top-social ul li a{
    color:#fff;
}
.sticky-nav .header-top-social ul li a:hover{
    color:#FB4242;
}
.sticky-nav .organic_menu ul li a:hover {
    color: #06305f!important;
}
nav.organic_menu {
    float: right;
}
/*sticky logo*/
.header-area .header-logo .stiky-logo img{
	height: 70px;
}
a.stiky-logo img {
    display: none;
}
.sticky-nav a.main-logo img {
    display: none;
}
.sticky-nav a.stiky-logo img {
    display: block;
}
.header-button {
	display: inline-block;
	margin-left: 8px;
}
.header-button a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.5s;
	border-radius: 5px;
	margin-left: 15px;
	background: -moz-linear-gradient(-9deg, #fb239a 0%, #9b3bf5 97%);
	padding: 14px 48px;
}
.header-button a:hover{
	background: -moz-linear-gradient(-9deg, #9b3bf5 0%, #fb239a 97%);
	color:#fff;
}


/*< ==============start organic Header  Area==============-->
/*start sub menu*/
.organic_menu .sub-menu {
    height: auto;
    width: 230px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0, 0,0.2);
    position: absolute;
    text-align: left;
    top: 58px;
    transition: .5s;
    opacity: 0;
    left: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 9px 14px 15px;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all 0.4s ease-in-out;
}
.header-area .sub-menu ul li {
    display: block;
    transition: .5s;
    border-bottom: 1px solid#E5E5E5;
    width: 100%;
}
.header-area  .sub-menu ul li:hover{
    border-color:#FA9732;
}
.header-area .sub-menu ul li:last-child{
    border-bottom: none;
}
.header-area .organic_menu .sub-menu ul li a {
    position: relative;
    color: #06305f!important;
    margin: 10px 8px 9px 12px;
    padding: 0px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    z-index: 2;
    padding: 0;
    width: 180px;
    right: 0;
}
.organic_menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
    transform: scaleY(1);
}
.organic_menuul li{
    padding-bottom:40px; 
}
.header-area .sub-menu ul li a:hover {
    color: #FA9732!important;
}
.sticky-nav.header-area .sub-menu ul li a:hover {
	color: #FA9732;
}
.header-area .sub-menu ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width:100%;
    left:0;
}

.mobile-menu.mean-container {
    overflow: hidden;
}
html{
    scroll-behavior: smooth;
}


/*--==================================================-->
<!-----Start Slider Area ----->
==================================================-*/
.slider-area {
    background: url(assets/images/banner-bg3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}

.slider-area::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  height:100%;
  width:100%;
  background: rgba(0, 0, 0, .8);
  z-index: -1;
}
.slider-area .row{
    align-items: center;
}
.slider-area .shape-thumb{
	position: absolute;
	left: 10px;
	top: 70px;
}
.slider-area .shape-thumb img{
	height: 215px;
	width: 100%;
}
.slider-content h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 12px 0px;
}
.slider-content h1 {
	font-size: 60px;
	margin: 0;
	line-height: 1.2;
}
.slider-content p {
    font-size: 18px;
    margin: 33px 0 47px;
    color: #fff;
}

.slider-content .slider-button a {
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 32px;
    margin-right: 50px;
    font-weight: 400;
    overflow: hidden;
    background: #F9930B;
    box-shadow: 10px 0 30px rgb(249 147 11 / 25%);
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.slider-content .slider-button a:hover {
  	color: #F9930B;
  	background: #fff;
   box-shadow:none;
}
.slider-content .slider-button a::before,
.slider-content .slider-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #F9930B;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.slider-content .slider-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.slider-content .slider-button a:hover::before,
.slider-content .slider-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}
.slider-content .video .slider-video-icon a{
	position: relative;
}
.slider-content .video .slider-video-icon a i{
	width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: #FA9732;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    position: relative;
    /* z-index: 1; */
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


.slider-content .video .slider-video-icon a::after {
  content: "";
  border: 2px solid #FA9732;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.slider-content .video .slider-video-icon a::before {
  content: "";
  border: 2px solid #FA9732;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

	/*style-two*/
.slider-area.style-two {
    background: url(assets/images/banner-bg2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* height: 710px; */
    position: relative;
}

.slider-area.style-two .shape-thumb{
	position: absolute;
	left: 45px;
	top: 90px;
}
.slider-area.style-two .shape-thumb img{
	width: 100%;
}
.slider-area.style-two .slider-content p {
    font-size: 18px;
    margin: 34px 0 38px;
    color: #fff;
}

/* =============About Section Start============= */
.about-section{
	padding: 100px 0px 100px 0px;
}
.about-section .row{
	align-items: center;
}
.about-section .about-image img{
	width: 100%;
	transition: .5s;
}
.about-section .about-image .about-shap img{
	position: absolute;
	right: -30px;
	bottom: -30px;
}
.about-section .about-image{
	transition: .5s;
	overflow: hidden;
	position: relative;
}
.about-section .about-image:hover .tham img{
	transform: scale3d(1.1,1.1,1);
	transition: .5s;
}
.about-section .about-image .shape2 img {
    width: 233px;
    position: absolute;
    left: 2%;
    top: 0%;
}
.about-section .about-image .shape img {
    width: 125px;
    position: absolute;
    right: 2%;
    bottom: 0%;
}
.about-section .right-content{
	padding: 0px 34px 0px 35px;
}
.about-section .right-content .top-content h2{
	color: #030f27;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
}
.about-section .right-content .top-content h1{
	font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.about-section .right-content .top-content p{
	
}
.about-section .right-content .bottom-content{
	position: relative;
	margin-top: 25px;
}
.about-section .right-content .bottom-content::before{
	position: absolute;
	content: "";
	height: 220px;
	width: 220px;
	background-color: #FFF6EB;
	border-radius: 50%;
	top: 20%;
	left: 21%;
	z-index: -1;
	animation: dance3 2s alternate infinite;
}
.about-section .right-content .bottom-content .icon-box .icon i{
	font-size: 35px;
    color: #FA9732;
    margin-right: 20px;
}
.about-section .right-content .bottom-content .icon-content{
	padding-right: 125px;
}
.about-section .right-content .bottom-content .icon-content h1{
	font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
}
.about-section .right-content .bottom-content .icon-content p{
	
}

.about-section .button a{
    color: #030f27;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #030f27;
    border-radius: 5px;
}
.about-section .category-button{
    text-align: center;
    margin-top: 40px;
}
.about-section .category-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #F9930B;
    box-shadow: 10px 0 30px rgb(249 147 11 / 25%);
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.about-section .category-button a:hover {
    color: #F9930B;
    background: #fff;
   box-shadow:none;
}
.about-section .category-button a::before,
.about-section .category-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #F9930B;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.about-section .category-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.about-section .category-button a:hover::before,
.about-section .category-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}
.about-section .category-button a i{
    margin-left: 10px;
}

/* =============Abut Section end============= */

/* ======================brand section start========================== */

.brand-section .brand-slider{
	padding: 50px 5px;
	background-color: #fff;
	box-shadow: 0 0 35px rgb(0 0 0 / 10%);
	z-index: 1;
}
.brand-section .brand-slider .brand-image {
    height: 140px;
    width: 140px;
}
.brand-slider .owl-item {
  display: flex;
  justify-content: center;
}

/* ======================brand section end========================== */

/* =============Popular Categories Start============= */

.categories-section{
	background-color: rgba(255, 246, 235, .4);
	padding: 220px 0px 100px 0px;
	margin-top: -120px;
}
.categories-section .all-categories .single-categories{
	border: 1px solid #e8e8e9;
	background-color: #fff;
	 -webkit-box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
    transform: translate3d(0,-6px,0);
    transition: .5s;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 85px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.categories-section .all-categories .single-categories::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(250, 151, 50, .2);
    transition: .5s;
     transform: scale(0);
}

.categories-section .all-categories .single-categories:hover::before{
	 transform: scale(1);
}
.categories-section .all-categories .single-categories:hover{
	border: 1px solid #F9930B;
	transition: .5s;
}

.categories-section .all-categories .single-categories:hover .content-box{
	bottom: 0;
}

.categories-section .title{
	text-align: center;
}
.categories-section .title h2{
	font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.categories-section .title p{
	width: 60%;
	font-size: 16px;
	font-weight: 400;
	margin: 10px auto 10px;
}
.categories-section .single-categories .image img{
	width: 100%;
}
.categories-section .single-categories .content-box{
	/* text-align: center; */
	padding: 0px 30px 20px 30px;
	position: absolute;
    bottom: -95px;
    left: 0;
    right: 0;
    padding: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.categories-section .single-categories .content-box p{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
.categories-section .single-categories .content-box h3{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}
.categories-section .single-categories .content-box .star i{
	color: #F9930B;
}

.categories-section .single-categories .content-box .price{
	justify-content: space-between;
}
.categories-section .single-categories .content-box .price h3{
	
}
.categories-section .single-categories .content-box .price p{
	margin: 0;
}
.categories-section .single-categories .content-box .shop{
	justify-content: space-between;
	margin-top: 5px;
}

.categories-section .single-categories .content-box .button a{
	color: #030f27;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 400;
	background-color: transparent;
	border: 1px solid #030f27;
	border-radius: 5px;
}
.categories-section .category-button{
	text-align: center;
	margin-top: 40px;
}
.categories-section .category-button a {
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #F9930B;
    box-shadow: 10px 0 30px rgb(249 147 11 / 25%);
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.categories-section .category-button a:hover {
  	color: #F9930B;
  	background: #fff;
   box-shadow:none;
}
.categories-section .category-button a::before,
.categories-section .category-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #F9930B;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.categories-section .category-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.categories-section .category-button a:hover::before,
.categories-section .category-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}
.categories-section .category-button a i{
	margin-left: 10px;
}
/* =============Popular Categories end============= */

/* =============Offer section start============= */
.offer-section{
	background: url(assets/images/banner.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;

}
.offer-section .offer-content{
	padding: 115px 0px;
}
.offer-section .offer-content h4{
	color: #030f27;
}
.offer-section .offer-content h2{
	font-size: 65px;
}
.offer-section .offer-content h3{
	font-size: 22px;
	color: #030f27;
	margin: 0px 0px 30px 0px;
}
.offer-section .offer-content .offer-button a{

}
.offer-section .offer-content .offer-button a {
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #F9930B;
    box-shadow: 10px 0 30px rgb(249 147 11 / 25%);
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.offer-section .offer-content .offer-button a:hover {
  	color: #F9930B;
  	background: #fff;
   box-shadow:none;
}
.offer-section .offer-content .offer-button a::before,
.offer-section .offer-content .offer-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #F9930B;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.offer-section .offer-content .offer-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.offer-section .offer-content .offer-button a:hover::before,
.offer-section .offer-content .offer-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}
.offer-section .offer-content .offer-button a i{
	margin-left: 10px;
}
.offer-section .shape-image{
	margin-top: 20px;
}
.offer-section .shape-image img{
	width: 38%;
	display: block;
    margin: auto;
	animation: dance3 2s alternate infinite;
}


/* =============Offer section end============= */

/* ======================================================
<-- Service Section Css -->
====================================================== */

.service-section {
    background-color: rgba(255, 246, 235, .4);
    position: relative;
    padding: 0 0 390px;
}

.service-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    z-index: -1;
}

.row.service-bg {
    margin-top: -250px;
}

.single-service-box {
    margin-bottom: 30px;
}

.service-thumb {
    position: relative;
    z-index: 1;
}

.service-thumb:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(3, 34, 62, .4);
    opacity: 0;
    transition: .5s;
    border-radius: 5px 5px 0 0;
}

.service-thumb img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.service-icon {
    position: absolute;
    z-index: 55;
    top: -77px;
    left: 35px;
}

.service-icon img {
    transition: .5s;
}

.service-content {
    padding: 34px 25px 35px 35px;
    background: #fff;
    margin-right: 15px;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service-content:before {
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    width: 15px;
    height: 90%;
    background: #FA9732;
    border-radius: 0 0 5px 0px;
    transition: .5s;
    z-index: -1;
}

h3.service-title {
    font-size: 22px;
    color: #062461;
    transition: .5s;
}

p.service-desc {
    padding: 12px 0 10px;
    transition: .5s;
}

/*button*/

a.hendre-button {
    font-size: 15px;
    padding: 7px 16px 7px 20px;
    background: #FA9732;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 2px 25px 2px 2px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 0;
}

a.hendre-button:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px 25px 2px 2px;
    background: #fff;
    transform: scale(0);
    transition: .5s;
}

a.hendre-button i {
    font-size: 18px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    background: #fff;
    color: #FA9732;
    border-radius: 30px;
    border: 2px solid #FA9732;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 8px;
    transition: .5s;
}

.single-service-box:hover .service-content:before {
    width: 100%;
    height: 100%;
    right: 0;
    border-radius: 0 0 5px 5px;
}

.single-service-box:hover h3.service-title {
    color: #fff;
}

.single-service-box:hover p.service-desc {
    color: #fff;
}

.single-service-box:hover .service-content {
    margin-right: 0;
}

/* .single-service-box:hover .service-icon img {
    filter: brightness() invert(1.5);
} */

.single-service-box:hover .service-thumb:before {
    opacity: .45;
    left: 0;
    width: 100%;
}

.single-service-box:hover a.hendre-button::before {
    transform: scale(1);
}

.single-service-box:hover a.hendre-button{
    color: #FA9732;
}

.single-service-box:hover a.hendre-button i{
    border: 2px solid #FA9732;
}



/*Service Style Two
===========================*/

.style-two.service-section {
    position: relative;
    padding: 100px 0 70px;
}

.style-two.service-section:before {
    background: #fff;
}

.style-two .service-content {
    box-shadow: 0 2px 16px 0px rgb(0 0 0 / 10%);
}


/* ======================Testimonial section start========================== */
.testimonial-section{ 
	
	padding: 100px 0px;

}
.testimonial-section .row {
    align-items: center;
}
.testimonial-section .testi-title{
	text-align: center;
	margin-bottom: 50px;
}

.testimonial-section .testi-title h2{
	font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.testimonial-section .testi-title p{
	width: 60%;
	font-size: 16px;
	font-weight: 400;
	margin: 10px auto 10px;
}
.testimonial-section .image-tham{
	/* margin-top: 50px; */
	margin-right: -120px;

}

.testimonial-section .image-tham img{
	width: 100%;
}

.testimonial-section .testi-slider2{
	/* margin-top: 54px; */
	background-color: #fff;
	box-shadow: 0 0 35px rgb(0 0 0 / 10%);
	
}

.testimonial-section .testi-slider2 .testi-box{
	border-radius: 5px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content{
	position: relative;
	padding: 50px 50px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content h2{
	font-size: 38px;
	
}

.testimonial-section .testi-slider2 .testi-box .testi-content p{
	font-size: 16px;
	margin: 40px 0px 50px 0px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .people img{
	width: 11%;
	border: 3px solid #FA9732;
    border-radius: 50%;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .people .text{
	margin: 0px 0px 5px 20px;
}
.testimonial-section .testi-content .text h1{
    font-size: 18px;
}
.testimonial-section .testi-slider2 .testi-box .testi-content .icon{
	position: absolute;
	right: 50px;
  	bottom: 45px;
}

.testimonial-section .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.testimonial-section .owl-nav .owl-next i{
  position: absolute;
  right: 59px;
  bottom: -136px;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  font-size: 25px;
  background-color: #FA9732;
  border: 1px solid #FFF;
  line-height: 50px;
  text-align: center;
}

.testimonial-section .owl-nav .owl-next i:hover {
  background-color: #fff;
  color: #FA9732;
  transition: 0.5s;
  border: 1px solid #FA9732;
}

.testimonial-section .owl-nav .owl-prev i{
  position: absolute;
  left: 577px;
  bottom: -135px;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  font-size: 25px;
  background-color: #FA9732;
  border: 1px solid #FFF;
  line-height: 50px;
  text-align: center;
}

.testimonial-section .owl-nav .owl-prev i:hover {
  background-color: #fff;
  color: #FA9732;
  transition: 0.5s;
  border: 1px solid #FA9732;
}



/* ======================Testimonial section end========================== */

/* ======================blog section start========================== */
.blog-section{
	padding: 100px 0px;
}

.blog-section .blog-title{
	text-align: center;
}

.blog-section .blog-title h2{
	font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.blog-section .blog-title p{
	width: 60%;
	font-size: 16px;
	font-weight: 400;
	margin: 10px auto 10px;
}
.blog-section .songle-blog {
    margin: 45px 15px 0px 15px;
    border-radius: 7px;
    /* box-shadow: 0 0 35px rgb(0 0 0 / 10%); */

}

.blog-section .songle-blog .blog-image{
	position: relative;
}
.blog-section .songle-blog .blog-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    transform: scale(0);
    transform-origin: bottom right;
    background-image: linear-gradient(-86deg, #FA9732 0%, #FFD737 100%);
    pointer-events: none;
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .5;
}

.blog-section .songle-blog .blog-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
    transform: scale(0);
    transform-origin: top left;
    background-image: linear-gradient(-86deg, #FA9732 0%, #FFD737 100%);
    pointer-events: none;
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .5;
}

.blog-section .songle-blog:hover .blog-image::before,
.blog-section .songle-blog:hover .blog-image::after{
	transform: scale(1);

}
.blog-section .songle-blog .blog-image img{
	width: 100%;
}

.blog-section .songle-blog .blog-content{
	padding: 33px 20px 10px 20px;
	background-color: rgba(255, 246, 235, .4);
	position: relative;

}
.blog-section .songle-blog .blog-content .blog-meta {
    position: absolute;
    background-color: #fff;
    display: inline-block;
    left: 20px;
    top: -28px;
    padding: 12px 20px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.blog-section .songle-blog .blog-content .blog-meta a{
	font-size: 14px;
	font-weight: 400;
	color: #FA9732;
}
.blog-section .songle-blog .blog-content .blog-meta span{
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
}
.blog-section .songle-blog .blog-content .blog-text h3 a{
	font-size: 24px;
	color: #030f27;
	font-weight: 600;
	padding: 10px 0px 10px 0px;
	transition: .5s;
}
.blog-section .songle-blog .blog-content .blog-text h3 a:hover{
	color: #FA9732;
	transition: .5s;
}
.blog-section .songle-blog .blog-content .blog-text p{
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}

/* ======================blog section end========================== */

/* ======================counter section start========================== */
.counter-section{
	background-image: url('assets/images/cbg.jpg'); 
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.counter-section .counter-title{
	text-align: center;
	margin-bottom: 25px;
}
.counter-section .counter-title h2{
	font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.counter-section .counter-title p{
	width: 60%;
	font-size: 16px;
	font-weight: 400;
	margin: 10px auto 10px;
	color: #fff;
}
.counter-section .counter-up {
    margin-top: 25px;
}
.counter-section .counter-up .content .counter-image{
	position: relative;
}

.counter-section .counter-up .content .count-title{
	position: absolute;
	left: 0px;
	top: 10px;
	right: 0;
	margin: auto;
	text-align: center;
}

.counter-section .counter-up .content .text{
	background-color: rgba(3, 34, 62, .4);
}
.counter-section .counter-up .content .text .text-wrap {
    padding: 10px 20px;
}
.counter-section .counter-up .content .text h1{
	font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
}
.counter-section .counter-up .content .text p{
	font-size: 16px;
    color: #fff;
    font-weight: 400;
    
}
/* ======================counter section end========================== */


/* ===========================gallery section start============================ */

.gallery-section{
	background-color: rgba(255, 246, 235, .4);
	padding: 100px 0px;
	position: relative;
}
.gallery-section .gallery-title{
	margin-bottom: 54px;
}
.gallery-section .gallery-title h2{
	font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.gallery-section .gallery-title p{
	width: 60%;
	font-size: 16px;
	font-weight: 400;
}
.gallery-section .gallery-slider .slider-image{
	height: 350px;
	position: relative;
	margin: 0px 7px;
	transition: .5s;
	z-index: 1;
}

.gallery-section .gallery-slider .slider-image::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 246, 235, .7);
	transition: .5s;
	opacity: 0;
	z-index: -1;

}

.gallery-section .gallery-slider .slider-image::after{
	position: absolute;
	content: '';
	right: 0;
	left: 0;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 80%;
	height: 80%;
	border: 2px solid #fff;
	opacity: 0;
	transition: .5s;
}
/* .gallery-section .gallery-slider .slider-image:hover{
	transform: scale3d(1.1,1.1,1);
} */
.gallery-section .gallery-slider .slider-image:hover::before,
.gallery-section .gallery-slider .slider-image:hover::after{
	opacity: 1;
	transition: .5s;
}

.gallery-section .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.gallery-section .owl-nav .owl-next i{
  position: absolute;
  right: 307px;
  top: -286px;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  font-size: 25px;
  background-color: #FA9732;
  border: 1px solid #FFF;
  line-height: 50px;
  text-align: center;
}

.gallery-section .owl-nav .owl-next i:hover {
  background-color: #fff;
  color: #FA9732;
  transition: 0.5s;
  border: 1px solid #FA9732;
}

.gallery-section .owl-nav .owl-prev i{
  position: absolute;
  right: 390px;
  top: -286px;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  font-size: 25px;
  background-color: #FA9732;
  border: 1px solid #FFF;
  line-height: 50px;
  text-align: center;
}

.gallery-section .owl-nav .owl-prev i:hover {
  background-color: #fff;
  color: #FA9732;
  transition: 0.5s;
  border: 1px solid #FA9732;
}
/* ===========================gallery section end============================*/


/* ======================footer section start========================== */
.footer-section{
	background-image: url('assets/images/footer.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	position: relative;
	z-index: 1;
}
.footer-section::before{
	position: absolute;
	content: "";
	background-color: rgba(3, 34, 62, .9);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.footer-section .footer-image img{
	height: 75px;
}

.footer-section p{
	color: #fff;
	font-size: 16px;
	margin-top: 35px;
	line-height: 1.7;
}

/*social button*/
.footer-section .footer-about-social-icon ul li {
    display: inline-block;
    margin-right: 6px;
}
.footer-section .footer-about-social-icon ul li a {
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    background: #2B4868;
    display: inline-block;
    transition: .5s;
    border-radius: 8%;
    color: #FA9732;
    position: relative;
    z-index:1;
    overflow: hidden;
}
.footer-section .footer-about-social-icon ul li a::after{
    position: absolute;
    content:"";
    top:0;
    right:0;
    height:100%;
    width:0;
    transition:.5s;
    background:#FA9732;
    z-index: -1;
    border-radius:100%;
}
.footer-section .footer-about-social-icon ul li a:hover::after{
    left:0;
    width:100%;
}
.footer-section .footer-about-social-icon ul li a:hover{
	color: #fff;
}

.footer-section h2{
	color: #FA9732;
	font-size: 24px;
	margin-bottom: 60px;
	margin-top: 20px;
}
.footer-section .link ul li{
	margin-bottom: 21px;
}

.footer-section .link ul li a{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	transition: .5s;
}

.footer-section .link ul li a:hover{
	color: #FA9732;
	transition: .5s;
}

.footer-section .link ul li a i{
	margin-right: 10px;
}

.footer-section .footer-news{
	margin-bottom: 30px;
}

.footer-section .footer-news .image img{
	width: 100%;
	height: 65px;
	border-radius: 5px;
}

.footer-section .footer-news .image-content p {
	margin: 0px 0px 10px 10px;
	font-size: 16px;
  	font-weight: 500;
  	color: #fff;
}

.footer-section .footer-news .image-content p a{
	color: #fff;
}

.footer-section .footer-news .image-content p a:hover{
	color: #FA9732;
}


.footer-section .footer-news .image-content span{
	margin: 0px 0px 0px 10px;
	color: #FA9732;
}

.footer-section .footer-icon .icon i{
	color: #FA9732;
	font-size: 20px;
	font-weight: 600;
}

.footer-section .footer-icon p{
	margin: 0px 0px 0px 10px;

}

.footer-section .bar1{
	height: 1px;
	width: 100%;
	background-color: #FA9732;
	margin: 25px 0px;
}

.footer-section .bar2{
	height: 1px;
	width: 100%;
	background-color: #FA9732;
	margin: 25px 0px;
}

.footer-section .footer-bar{
	height: 1px;
	width: 100%;
	background-color: #FA9732;
	margin-top: 50px;
}

.footer-section .cuppyright-section p{
	text-align: center;
	color: #fff;
	padding: 37px 0px;
  	margin-bottom: 0;
  	font-weight: 500;
  	margin-top: 0;
}

/* ======================footer section end========================== */

/* ======================start contact page ========================== */
/* ======================start contact page ========================== */
.bratecome-section {
  background-image: url('assets/images/bcome.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 130px 0px;
  position: relative;
  z-index: 1;
}

.bratecome-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(250, 151, 50, .5);
  z-index: -1;
}

.bratecome-section .contant {
  text-align: center;
}

.bratecome-section .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
}

.bratecome-section .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.bratecome-section .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.bratecome-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
}

/* ======================start contact section ========================== */
.contact-section{
	background-image: url('assets/images/contact_bg.png');
  	background-size: cover;
  	background-position: center center;
  	background-repeat: no-repeat;
  	padding: 100px 0px 50px 0px;
}
.contact-section{
	
}
.contact-section .contact-title{
	text-align: center;
	margin-bottom: 50px;
}

.contact-section .contact-title h2{
	font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.contact-section .contact-title p{
	width: 60%;
	font-size: 16px;
	font-weight: 400;
	margin: 10px auto 10px;
}
.contact-section .contact-icon {
    box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
    padding: 25px 5px;
    margin: 0px 15px 60px 0px;
    border-left: 8px solid #F9930B;
}
.contact-section .contact-icon .icon i {
    font-size: 25px;
    color: #fff;
    background-color: #F9930B;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 26px;
    margin: 0px 26px 0px 17px;
}

.contact-section .contact-icon .text h3{
	color: #030f27;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

.contact-section .contact_from .form_box input {
    margin-bottom: 44px;
    border: 1px solid #FA9732;
    outline: 0;
    padding: 16px 10px;
}
.contact-section .contact_from {
   box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
   padding: 45px 25px;
}
.contact-section .contact_from .form_box .form-control:focus {
    color: #F9930B;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(249, 147, 11, .25);
}
.contact-section .contact_from .form_box textarea {
    margin-bottom: 44px;
    border: 1px solid #FA9732;
    outline: 0;
}
.contact-section .contact_from .quote_btn button {
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #F9930B;
    box-shadow: 10px 0 30px rgb(249 147 11 / 25%);
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.contact-section .contact_from .quote_btn button:hover {
  	color: #F9930B;
  	background: #fff;
   box-shadow:none;
}
.contact-section .contact_from .quote_btn button::before,
.contact-section .contact_from .quote_btn button::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #F9930B;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.contact-section .contact_from .quote_btn button::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.contact-section .contact_from .quote_btn button:hover::before,
.contact-section .contact_from .quote_btn button:hover::after{
  width:100%;
  transition:800ms ease all;
}
.contact-section .contact_from .quote_btn button i{
	margin-left: 10px;
}

.map-section{
	margin: 0px 0px 100px 0px;
}
/* ======================end contact section ========================== */

/* ======================end contact page ========================== */
/* ======================end contact page ========================== */

/* ======================start about page ========================== */
/* ======================start about page ========================== */
.team-section{
	padding: 200px 0px 100px 0px;
	margin-top: -120px;
	background-color: rgba(255, 246, 235, .4);
	position: relative;
}
.team-section .team-shap-image{
	position: absolute;
	top: 0px;
	left: 0px;
}
.team-section .team-shap-image img{
	height: 370px;
}
.team-section .team-title{
	text-align: center;
	margin-bottom: 50px;
}
.team-section .team-title h2{
	font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.team-section .team-title p{
	width: 60%;
	font-size: 16px;
	font-weight: 400;
	margin: 10px auto 10px;
}
.team-section .team-main-content .content{
	transition: .5s;
	padding-bottom: 20px;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-bottom: 30px;
}
.team-section .team-main-content .content:hover{
	border: 1px solid #FA9732;
	transition: .5s;
}
.team-section .team-main-content .content .image img{
	width: 100%;
}
.team-section .team-main-content .content .description{
	text-align: center;
}
.team-section .team-main-content .content .description h3{
	margin-top: 20px;
}
.team-section .team-main-content .content .description h3 a:hover{
	color: #030f27;
	transition: .5s;
}
.team-section .team-main-content .content .description p{
	font-size: 16px;
	font-weight: 400;
	margin: 15px 0px;
}
.team-section .team-main-content .content .team-icon{
	text-align: center;
}
.team-section .team-main-content .content .team-icon i {
    font-size: 16px;
    color: #FA9732;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #FA9732;
    margin: 0px 10px;
}
.team-section .team-main-content .content .team-icon{

}
/* ======================end about page ========================== */
/* ======================end about page ========================== */


/* =========================Blog-detail page start ========================================= */
/* ================================================================================ */
.blog-detail-section {
  margin-top: 100px;
  margin-bottom: 65px;
}

.blog-detail-section .main-section .top-image img {
  width: 100%;
}

.blog-detail-section .main-section .text-detail {
  position: relative;
}

.blog-detail-section .main-section .text-detail span {
  color: #FA9732;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

.blog-detail-section .main-section .text-detail a {
  color: #FA9732;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  display: inline-block;
  padding: 24px 33px 20px 10px;
}

.blog-detail-section .main-section .text-detail p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .text-detail h1{
  margin-top: 40px;
  line-height: 1.3;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
}

.blog-detail-section .main-section .text-detail .block {
  line-height: 1.5;
  background: #f6f6f6;
  font-style: normal;
  color: #232;
  font-weight: 400;
  padding: 26px 34px;
  font-size: 16px;
  border-left: 4px solid #FA9732;
}

.blog-detail-section .main-section .text-detail h1{
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 50px;
}

.blog-detail-section .main-section .text-detail .line {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
}

.blog-detail-section .main-section .text-detail .icon a {
  padding: 5px 35px 35px 0px;
  display: inline-block;
}

.blog-detail-section .main-section .text-detail .icon a i {
  border: 1px solid #FA9732;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  color: #FA9732;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .icon a i:hover {
  background: #FA9732;
  border-color: #FA9732;
  color: #fff;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .comment-title h1{
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 11px;
}

.blog-detail-section .main-section .text-detail .left-comment-line {
  height: 1px;
  width: 100px;
  background: #b52424;
  right: 53%;
  bottom: 34%;
  position: absolute;
}



.blog-detail-section .main-section .text-detail .contact_from .form_box input {
    margin-bottom: 44px;
    border: 1px solid #FA9732;
    outline: 0;
    padding: 16px 10px;
}

.blog-detail-section .main-section .text-detail .contact_from .form_box .form-control:focus {
    color: #F9930B;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(249, 147, 11, .25);
}
.blog-detail-section .main-section .text-detail .contact_from .form_box textarea {
    margin-bottom: 44px;
    border: 1px solid #FA9732;
    outline: 0;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button {
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #F9930B;
    box-shadow: 10px 0 30px rgb(249 147 11 / 25%);
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.blog-detail-section .main-section .text-detail .contact_from .quote_btn button:hover {
   color: #F9930B;
   background: #fff;
   box-shadow:none;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button::before,
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #F9930B;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button:hover::before,
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button:hover::after{
  width:100%;
  transition:800ms ease all;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button i{
	margin-left: 10px;
}

.blog-detail-section .main-section .right-side {
  position: relative;
}

.blog-detail-section .main-section .right-side input {
  background: #fff none repeat scroll 0 0;
  height: 60px;
  border: 1px solid #FA9732;
  color: #FA9732 !important;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .right-side .form-control:focus {
    color: #F9930B;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(249, 147, 11, .25);
}
.blog-detail-section .main-section .right-side input::placeholder{
	color: #FA9732;
}
.blog-detail-section .main-section .right-side .icon {
  position: absolute;
  right: 5px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 25px;
}
.blog-detail-section .main-section .right-side .icon i{
	color: #FA9732;
}
.blog-detail-section .main-section .right-side h2 {
  display: block;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 57px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
}


.blog-detail-section .main-section .right-side .post {
  display: flex;
  margin-bottom: 15px;
}
.blog-detail-section .main-section .right-side .post .image img{
	height: 85px;
	border: 1px solid #FA9732;
}
.blog-detail-section .main-section .right-side .post .text h3 a {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  margin-left: 22px;
  text-transform: capitalize;
  font-weight: 700;
}

.blog-detail-section .main-section .right-side .post .text span {
  color: #616161;
  font-size: 15px;
  margin-left: 22px;
}

.blog-detail-section .main-section .right-side h4 {
  display: block;
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 60px;
}

/* =========================Blog-detail page end ================ */




/**
======================================================
<--   Why Choose Section Css -->
======================================================**/

.why-choose-section {
    padding: 0px 0 70px;
    margin-top: -335px;
}


/*Why Choose Section style two
========================================*/

.style-two.why-choose-section {
    padding: 90px 0 40px;
    margin-top: 0;
    background-color: rgba(255, 246, 235, .4);
}

.style-two.why-choose-section .top-content{
	text-align: center;
	margin-bottom: 50px;
}

.style-two.why-choose-section .top-content h4{
	color: #030f27;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
}
.style-two.why-choose-section .top-content h2{
	font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
}
.style-two.why-choose-section .top-content p{
	width: 60%;
	font-size: 16px;
	font-weight: 400;
	margin: 10px auto 10px;
}
.choose-us-single-box {
    text-align: center;
    margin-bottom: 60px;
}

h3.choose-title {
    font-size: 20px;
    padding: 25px 0 10px;
}

.choose-icon img {
    transition: .5s;
}

.choose-us-single-box:hover .choose-icon img {
    transform: rotateY(180deg);
}




/*
<!-- ============================================================== -->
<!--  start Service Detials Section -->
<!-- ============================================================== -->*/

.service-details {
    background: #fff;
    padding: 100px 0 0px;
    position: relative;
    z-index: 1;
}

.service-details:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 40%;
    height: 100%;
    background-color: rgba(255, 246, 235, .4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.sidebar-widget form {
    position: relative;
}

.sidebar-widget input {
    height: 60px;
    width: 100%;
    background: #ffffff;
    border: 0;
    border-radius: 4px;
    padding: 0 20px 0;
    border: 1px solid #FA9732;
}

.sidebar-widget input::placeholder{
	color: #FA9732;
}
.sidebar-widget input:focus{
	box-shadow: 0 0 0 0.25rem rgb(249 147 11 / 25%);
}
.sidebar-widget button.subscribe-btn {
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #FA9732;
    color: #fff;
    position: absolute;
    right: 0;
}

.widget-sidebar-box {
    padding: 24px 30px 24px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
}

h4.sidebar-title {
    font-size: 22px;
    padding: 0 0 25px;
    position: relative;
    z-index: 1;
}

/* h4.sidebar-title:before { */
    /* position: absolute; */
    /* content: ""; */
    /* left: -29px; */
    /* top: 0; */
    /* width: 3px; */
    /* height: 30px; */
    /* background: #F9930B; */
    /* border-radius: 5px; */
/* } */

ul.sidebar-menu {
    border-top: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 30px 0 0;
}

ul.sidebar-menu li {
    padding: 13px 15px 13px;
    display: block;
    border: 1px solid rgba(19,17,37,0.1);
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .5s;
}

ul.sidebar-menu li a {
    font-size: 16px;
    color: #062461;
    font-weight: 400;
    transition: .5s;
}

ul.sidebar-menu li a i {
    background: #E5E8EF;
    font-size: 16px;
    padding: 0px 3px;
    margin-right: 5px;
    transition: .5s;
    color: #FA9732;
}

ul.sidebar-menu li:hover {
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
}

ul.sidebar-menu li:hover a i {
    background: #FA9732;
    color: #fff;
}

ul.sidebar-menu2 li {
    display: block;
    list-style: none;
    background: #F6F6F6;
    color: #062461;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

li.sidbr-mb {
    margin: 0 !important;
}

img.sidbr-icn {
    padding-right: 15px;
}

/*sidebar quick contact*/

.widget-sidebar-quick-contact {
    background-image: url('assets/images/6.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.logo-thumb img {
    width: 48%;
}

h3.widget-title2 {
    padding: 25px 0 20px;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

h1.sidebar-title {
    font-size: 16px;
    color: #FA9732;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
}

h1.sidebar-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 168px;
    top: 8px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.2);
}

h1.sidebar-title:after {
    position: absolute;
    content: "";
    left: 168px;
    right: 0;
    top: 8px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.2);
}

h1.sidebar-title2 {
    font-size: 24px;
    color: #fff;
    padding: 12px 0 48px;
}

.widget-button a {
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #F9930B;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.widget-button a:hover {
  	color: #F9930B;
  	background: #fff;
   box-shadow:none;
}
.widget-button a::before,
.widget-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #F9930B;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.widget-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.widget-button a:hover::before,
.widget-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}


/*service details right */

.service-dtls-all-items {
    padding-left: 50px;
}

h2.service-title {
    font-size: 30px;
    line-height: 50px;
    padding: 10px 0 10px;
}

p.service-dtls-desc2 {
    padding: 0 0 20px;
}

/*service dtls box*/

.service-dtls-box {
    display: flex;
    align-items: center;
    background-color: rgba(255, 246, 235, .4);
    border-radius: 5px;
}

.service-dtls-box .dtls-thumb img{
	height: 150px;
}
.sevice-dtls-content {
    padding-left: 25px;
}

.sevice-dtls-content h2{
    font-size: 20px;
    padding: 0 0 11px;
}

/*service dtls pannel*/

.service-dtls-itm-pannel {
    border-top: 1px solid rgba(6,36,98,0.10196078431372549);
    border-bottom: 1px solid rgba(6,36,98,0.10196078431372549);
    padding: 25px 0 37px;
    margin: 40px 0 20px 0;
}

.service-dtls-items ul li {
    display: block;
    list-style: none;
    padding: 12px 0 0;
    color: #062461;
    font-weight: 400;
}

.service-dtls-items ul li i {
    background: #E5E8EF;
    color: #FA9732;
    font-size: 15px;
    padding: 0px 3px;
    line-height: 20px;
    margin-right: 5px;
    transition: .5s;
    display: inline-block;
}

.service-dtls-items ul li:hover i {
    background: #FA9732;
    color: #fff;
    transition: .5s;
}

.service-dtls-cont h2{
    font-size: 16px;
    color: #FA9732;
    font-weight: 500;
    text-transform: uppercase;
}

.service-dtls-cont h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding: 6px 0 0;
}

.service-details .video-section{
	position: relative;
}

.service-details .video-section .image img{
	width: 100%;
}
.service-details .video-section .video {
    position: absolute;
    top: 101px;
    right: 227px;
}
.service-details .video-section .video .slider-video-icon a{
	position: relative;
}
.service-details .video-section .video .slider-video-icon a i{
	width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: #FA9732;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    position: relative;
    /* z-index: 1; */
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


.service-details .video-section .video .slider-video-icon a::after {
  content: "";
  border: 2px solid #FA9732;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.service-details .video-section .video .slider-video-icon a::before {
  content: "";
  border: 2px solid #FA9732;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}



/*start sidebar section*/
.xs-sidebar-group .dt-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}
.xs-sidebar-group .widget-top {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}
.dt-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}
.xs-sidebar-group.isActive .dt-overlay {
    opacity: 0.9;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}
.xs-sidebar-group.isActive .dt-sidebar-widget{
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
    padding: 40px;
}
.close-side-widget {
    color: #1768dd;
    font-size: 15px;
    display: block;
}
.sidebar-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.dt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}
.bt-black {
    background: rgb(252,4,118,0.4);
}
.content-text p {
    margin: 32px 0 53px;
}
.widget-top a {
    color: #fff;
}
.widget-top a:hover{
    color:#EF177D; 
}

/*social button*/
.social-icon ul li {
    display: inline-block;
    margin-right: 6px;
}
.social-icon ul li a {
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    background: #2B4868;
    display: inline-block;
    transition: .5s;
    border-radius: 100%;
    color: #fff;
    position: relative;
    z-index:1;
    overflow: hidden;
}
.social-icon ul li a:after{
    position: absolute;
    content:"";
    top:0;
    right:0;
    height:100%;
    width:0;
    transition:.5s;
    background:#EF167E;
    z-index: -1;
    border-radius:100%;
}
.social-icon ul li a:hover:after{
    left:0;
    width:100%;
}

/*
<!-- ============================================================== -->
<!-- end Service Detials Section -->
<!-- ============================================================== -->*/

/*
<!-- ============================================================== -->
<!-- Hendre Shop Section  Css -->
<!-- ============================================================== -->*/


.shop-area {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}

/* Shop Form*/

.form_box {
    padding: 11px 0 0;
}

p.form-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding-right: 12px;
}

.form_box select {
    width: 30%;
    height: 38px;
    padding-left: 15px;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    color: #062462;
    border: 1px solid #FFD737;
    transition: .5s;
    outline: inherit;
}

.upper.widget_search {
    margin-bottom: 40px;
    background: inherit;
    text-align: right;
}

.widget_search form {
    position: relative;
}

.upper.widget_search input {
    height: 60px;
    width: 73%;
    color: #062461;
    background: #f6f6f6;
    border: 0;
    border-radius: 4px 6px 5px 4px;
    padding: 0 20px 0;
    outline: 1px solid #F9930B;
}
.upper.widget_search input::placeholder{
    color: #F9930B;
}
button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #F9930B;
    border-radius: 0 4px 4px 0;
}

/*Shop Left*/


.categories-title h2{
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 0px 0 25px;
    margin: 0 0 30px;
    position: relative;
    color: #10102E;
}


.widget-check-box {
    padding: 40px 35px 18px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    border: 1px solid rgba(6,36,98,0.1);
    background-color: rgba(7,72,131,0);
}

.widget-check {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    color: #062461;
}

.widget-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.widget-check span {
    display: inline;
    float: right;
}

.widget-check:hover input ~ .checkmark {
  background-color: #ccc;
}


.widget-check input:checked ~ .checkmark {
    background-color: #F9930B;
}


.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}


.widget-check input:checked ~ .checkmark::after {
  display: block;
}


.widget-check .checkmark::after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
}




/*Price Range
===========================*/


.range-wrapper-box {
    padding: 40px 35px 40px;
    background: #fff;
    box-shadow: 0px 10px 50px rgb(231 231 231 / 50%);
    border-radius: 4px;
    margin-bottom: 30px;
}

.slider-labels {
    margin-top: 35px;
}

.text-right.caption {
    display: inline-block;
}

.text-right.caption span {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.caption {
    display: inline-block;
}

.caption strong {
    width: 74px;
    height: 34px;
    line-height: 35px;
    background: #F9930B;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
}

span#slider-range-value1, span#slider-range-value2 {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    color: #062462;
}



.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 */

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 5px;
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: -7px;
    top: -6px;
    background-color: #ED1C24;
}

.noUi-background {
  background: #ececec;
}

.noUi-connect {
  background: #ED1C24;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid rgba(237, 28, 37, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/*Product 
======================*/

.product-categories-box {
    padding: 30px 30px 20px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

.products-collection {
    margin-bottom: 20px;
}

.product-thumb {
    float: left;
    padding-right: 17px;
}
.product-thumb img{
    width: 32%;
}
.products-title h5{
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.product-price span {
    font-size: 15px;
    font-weight: 400;
    color: #54546C;
}

.product-icon-list ul {
    line-height: 20px;
}

.product-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: 4px;
    font-size: 14px;
}


/*Shop Right 
======================*/

.single-products-box {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid rgba(249, 147, 11, .3);
}

.products-thumb {
    position: relative;
    z-index: 1;
}

.products-thumb::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgba(249, 147, 11, .5);
    opacity: .8;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.products-thumb img {
    width: 100%;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.product-sale {
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-sale span {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background: #F9930B;
    color: #333;
    border-radius: 4px;
    display: inline-block;
}

.product-thumb-icon a {
    font-size: 20px;
    width: 46px;
    height: 46px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #F9930B;
    transition: .7s;
    display: inline-block;
    position: relative;
    bottom: 40%;
    z-index: 1;
    overflow: hidden;
}

.product-thumb-icon a:hover {
    background: #F9930B;
}

.product-thumb-icon a:nth-child(1) {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product-thumb-icon a:nth-child(2) {
    position: absolute;
    right: 0;
    opacity: 0;
}

.product-content {
    padding: 23px 0 6px;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

ul.product-rating li {
    list-style: none;
    display: inline-block;
    color: #F9930B;
    letter-spacing: .3em;
    font-size: 14px;
}

.product-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #062462;
    line-height: 17px;
}

.product-price p {
    font-size: 15px;
    padding: 14px 0 0px;
    color: #FFD737;
}

.product-price p span {
    color: #616161;
    text-decoration: line-through;
    margin-left: 5px;
}

.product-thumb-icon a:hover {
    color: #fff;
}

.product-thumb-icon a:hover::before {
    left: 0;
    width: 100%;
}

.single-products-box:hover .products-thumb::before{
    height: 100%;
    top: 0;
}

.single-products-box:hover .product-thumb-icon a:nth-child(1) {
    opacity: 1;
    left: 65px;
}

.single-products-box:hover .product-thumb-icon a:nth-child(2) {
    opacity: 1;
    right: 65px;
}


/*pagination
==================*/

.pagination-menu {
    padding-top: 30px;
}

.pagination-menu ul {
    display: inline-block;
}

.pagination-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
}

.pagination-menu ul li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background: #F5F5F5;
    display: inline-block;
    color: #062462;
    font-size: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.pagination-menu ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F9930B;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.pagination-menu ul li a:hover::before {
    transform: scale(1);
}

.pagination-menu ul li a:hover {
    color: #333;
}



/*
<!-- ============================================================== -->
<!-- Hendre Shop Details  Css -->
<!-- ============================================================== -->*/

.shop-detials {
    padding: 100px 0 70px;
}

.style-three.tab {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(6,36,98,0.1);
    padding: 15px 44px 15px;
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 50px;
}

.tabs_item {
    margin-bottom: 30px;
}

.tab_content {
    margin-top: 25px;
}

.tabs_item img {
    width: 100%;
}

.tabs_itemt {
    display: inline-block;
}

.tabs_items {
    display: inline-block;
}

ul.tabs.active li {
    list-style: none;
    display: inline-block;
}

.style-three .tabs li a {
    background: inherit;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.style-three .tabs li.current::before {
    background: transparent;
}

.style-three li.current a {
    border: 1px solid #F9930B;
}

/*Shop dtls Right
============================*/

.shop-dtls-info {
    padding-left: 30px;
}

.category-title h2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 26px;
    padding: 0px 0 23px;
    color: #14193F;
}

.category-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #ff9d34;
    letter-spacing: .4em;
    font-size: 16px;
}

li.category-text {
    letter-spacing: 0 !important;
    color: #67686C!important;
    padding-left: 6px;
}

.category-price h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFD737;
    padding: 6px 0 19px;
}

.category-price span {
    color: #616161;
    padding-left: 14px;
    text-decoration: line-through;
}

.category-color p {
    color: #062462;
    line-height: 26px;
    font-weight: 500;
    font-size: 16px;
    padding: 18px 0 6px;
}

.category-color span {
    color: #67686C;
    padding-left: 20px;
    position: relative;
}

.category-color span::before {
    position: absolute;
    content: ":";
    left: 4px;
    top: -3px;
}

/* --- Quantity button 
================================*/

.category-count-button {
    display: inline-flex;
    padding: 8px 0 30px;
} 

.quantity-with_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
}

.quantity .cart-plus-minus {
    position: relative;
    width: 170px;
    text-align: left;
    height: 54px;
    overflow: hidden;
    border-radius: 5px;
}

.quantity .cart-plus-minus > .ctnbutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 38px;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: .5s;
    background: #F9930B;
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
    border: 0;
    height: 54px;
    text-align: center;
    width: 170px;
    font-size: 16px;
    font-weight: 600;
    color: #062461;
    background-color: #fff !important;
    background: linear-gradient(90deg, #FFD737 50%, transparent 0) repeat-x, linear-gradient(90deg, #FFD737 50%, transparent 0) repeat-x, linear-gradient(0deg, #FFD737 50%, transparent 0) repeat-y, linear-gradient(0deg, #FFD737 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
}

.quantity .cart-plus-minus > .ctnbutton.dec {
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    height: 100%;
    border-radius: 0 30px 30px 0;
}

.quantity .cart-plus-minus > .ctnbutton.inc {
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    border-radius: 30px 0 0 30px;
}

/*categories button
=========================*/

.category-button {
    display: inline-block;
    padding-left: 20px;
}

.category-button a {
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 500;
    background: #F9930B;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.category-count-button .qty {
    display: flex;
    align-items: center;
    border: 1px solid #F9930B;
    padding: 9px 16px;
    line-height: 1;
    justify-content: space-between;
    border-radius: 5px;
}

.category-count-button .qty button, .category-count-button .qty input {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F9930B;
    font-weight: 400;
    font-size: 24px;
    border: 0;
    background: transparent;
}
.category-count-button .qty input {
    background-color: transparent;
    text-align: center;
    border-radius: 0;
    border: unset;
    outline: none;
}
.category-button a:hover {
    color: #fff;
}

.category-button a::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #FFD737;
    border-radius: 4px;
    transition: .5s;
}

.category-button a i {
    padding-left: 10px;
    font-size: 16px;
}

.category-button a:hover::before {
    left: 0;
    width: 100%;
}

/* table
================*/

table.category-table {
    padding: 2px 0 0;
    display: inline-block;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #062461;
    font-weight: 500;
}

table.category-table tr td {
    padding-right: 25px;
    padding-bottom: 12px;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #0D0E14;
    font-weight: 500;
}

table.category-table td.table-text {
    color: #616161;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
}

table.category-table td.table-text::before {
    position: absolute;
    content: ":";
    left: -15px;
    top: 0;
    font-size: 20px;
    color: #0D0E14;
}

/*shop tab style
=====================*/

.appoinment-tab .tabs li a {
    font-size: 15px;
    background: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    color: #062462;
    font-weight: 500;
    display: inline-block;
    outline: none;
    padding: 9px 29px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.appoinment-tab li.current a {
    background: #F9930B;
    color: #333;
}

/*tabs items table
=======================*/

table.tab-items-table {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

table.tab-items-table tr {
    background: #fff;
    height: 66px;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    padding: 20px 0 0 30px;
}

tr.tabs-bg {
    background: #F5F5F5 !important;
}

table.tab-items-table tr td {
    padding-right: 100px;
}

table.tab-items-table td.table-title {
    font-size: 16px;
    color: #062462;
    font-weight: 500;
}

table.tab-items-table td.table-text {
    color: #0d0e14;
    font-weight: 400;
}

table.tab-items-table td.table-text i {
    color: #ff9d34!important;
    margin-left: 10px !important;
}

/*Tab Items
=======================*/

.tab {
    padding-top: 50px;
    position: relative;
    left: 10px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.tabs li a {
    font-size: 20px;
    background: url(../images/resource/tab1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 21px 92px;
    transition: all 0.5s ease-in-out;
    margin-right: 30px;
    border-radius: 5px;
    text-align: center;
}
.tabs li a img{
    width: 60%;
}
.tabs li a span {
    font-size: 22px;
    padding-right: 10px;
    color: #da242b;
}

.tabs_item {
    display: none;
    padding: 30px 0;

}

.tabs_item:first-child {
    display: block;
}

.tab-thumb {
    margin-right: 65px;
    position: relative;
    z-index: 1;
}

.tab-thumb::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
    transform: scale(0);
    transform-origin: top left;
    background-image: linear-gradient(-86deg, #062462 0%, #062462 100%);
    pointer-events: none;
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .25;
}

.tab-thumb img {
    width: 100%;
    border-radius: 5px;
}

li.current a {
    background: url(../images/resource/active-tab.jpg);
    color: #fff;
}

li.current a span {
    color: #fff;
}

.tabs_item .hendre-section-title p {
    padding: 17px 0 5px;
}

.tabs_item .hendre-section-title h4 {
    margin-top: 0;
}

.tabs_item .hendre-button a {
    margin-top: 30px;
}

.tab-thumb:hover::before {
    transform: scale(1);
}

/*post comment box
===================*/ 

.post-comment-thumb {
    float: left;
    margin-right: 20px;
}

.post-content {
    overflow: hidden;
}

/*comment icon list*/

ul.comment-icon-list li {
    list-style: none;
    display: inline-block;
    color: #ff9d34;
    letter-spacing: .2em;
    font-size: 14px;
}

/*post title*/

h2.post-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 0;
    padding: 2px 0 9px;
}

h2.post-title span {
    padding-left: 31px;
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    position: relative;
}

.post-title span::before {
    position: absolute;
    content: "";
    left: 6px;
    top: 9px;
    height: 1px;
    width: 15px;
    background: #0D0E14;
}

/*right reply*/

span.rights-reply {
    font-weight: 500;
    color: #062461;
    cursor: pointer;
}

.posts-reply span i {
    display: inline-block;
    margin-right: 5px;
}

/*sidebar title*/

.product-details-respond {
    padding: 35px 0 0;
}

.sidebar-title h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

/*sidebar desc*/

.sidebar-description p {
    font-size: 15px;
    margin: 6px 0 25px;
}

/*sidebar rating list*/

p.sidebar-text {
    display: inline-block;
}

.sidebar-rating-list ul {
    display: inline-block;
    padding-left: 15px;
}

.sidebar-rating-list ul li {
    list-style: none;
    display: inline-block;
    color: #ff9d34;
    letter-spacing: .4em;
    font-size: 15px;
}

/*from box*/

.contact-form-box2 {
    padding: 25px 0 0;
}

p.form_text {
    color: #000;
    margin-bottom: 10px;
    padding: 10px 0 0;
}

h2.form-title {
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 13px;
    margin: 0;
}

.contact-form.style-two button {
    background: #F9930B;
    border: inherit;
    padding: 13px 39px;
    border-radius: 5px;
    text-align: left;
    margin-top: 40px;
    font-weight: 500;
    transition: 0.5s;
}

.contact-form.style-two button:hover {
    background: #FFC704;
    color: #fff;
}

.contact-form-box2 .form-box input {
    height: 54px;
    background-color: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    transition: .5s;
    padding: 0px 25px;
    display: block;
    width: 100%;
    color: #FFD737;
    margin-bottom: 30px;
    border-radius: 4px;
    outline: inherit;
}

.contact-form-box2 .form-box input::placeholder {
    color: #030f27;
    opacity: .6;
}

.contact-form-box2 .form-box textarea {
    height: 155px;
    background-color: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    transition: .5s;
    padding: 15px 25px;
    display: block;
    width: 100%;
    border-radius: 4px;
    outline: inherit;
}

.contact-form-box2 .form-box textarea::placeholder {
    color: #030f27;

}

.product-item-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    padding: 20px 0 30px;
    color: #141742;
}



/* =========================== shop cart===================================== */
.cart-section.section-padding {
    padding: 100px 0px;
}
.cart-total-area.section-padding {
    padding-bottom: 100px;
}
.common-table {
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.common-table thead, .common-table tbody {
    width: 100%;
}
.common-table thead tr {
    color: #1B1F2A;
    border-bottom: unset;
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid #E4E4E5;
}
.common-table tr {
    border-bottom: 1px solid #E4E4E5;
}

.common-table td {
    border: none;
}
.common-table thead tr, .common-table tbody tr {
    width: 100%;
    display: flex;
    box-sizing: border-box;
}
.common-table thead tr th {
    background: unset;
    color: unset;
    border: unset;
    font-size: 16px;
    padding-bottom: 16px;
}
.common-table thead tr th, .common-table thead tr td, .common-table tbody tr th, .common-table tbody tr td {
    width: 100%;
    box-sizing: border-box;
}
.cart-list-area .coupon-items input {
    background: #F5F6FA;
    border: none;
    padding: 18px 30px;
    color: var(--text);
    line-height: 1;
    border-radius: 5px;
}
.cart-list-area .theme-btn {
    transition: all 0.4s ease-in-out;
    padding: 15px 40px;
    border-radius: 6px;
}
.flex-sm-nowrap {
    flex-wrap: nowrap;
}

.cart-list-area .theme-btn {
    transition: all 0.4s ease-in-out;
    padding: 15px 40px;
    border-radius: 6px;
}

.price-quantity .qty {
    display: flex;
    align-items: center;
    border: 1px solid #F9930B;
    padding: 9px 16px;
    line-height: 1;
    justify-content: space-between;
    border-radius: 5px;
}

.price-quantity .qty button, .price-quantity .qty input {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F9930B;
    font-weight: 400;
    font-size: 24px;
    border: 0;
    background: transparent;
}
.price-quantity .qty input {
    background-color: transparent;
    text-align: center;
    border-radius: 0;
    border: unset;
    outline: none;
}
.cart-item-thumb img {
    width: 100px;
}

.cart-total-area h3 {
    font-size: 40px;
    margin-bottom: 5px;
}
.cart-total-area ul {
    margin-bottom: 50px;
}
.cart-total-area ul li {
    font-size: 20px;
    font-weight: 600;
    color: #FA9732;
    display: flex;
    align-items: center;
    gap: 220px;
    border-bottom: 1px solid #E4E4E5;
    padding-bottom: 25px;
    padding-top: 25px;
}

.cart-total-area ul li .subtotal {
    color: #666C78;
    font-weight: 400;
    margin-left: -30px;
}
.cart-total-area .theme-btn {
    padding: 20px 44px;
    border-radius: 6px;
}
.theme-btn {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 6px;
    background-color: #F9930B;
    font-family: "Parkinsans", sans-serif;
    padding: 18px 34px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    transition: all 0.4s ease-in-out;
}

/* ======================Checkout section start========================== */
.checkout-section{
    padding: 100px 0px;
}
.checkout-radio {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 24px;
}
.checkout-radio .primary-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 16px;
    color: #FA9732;
    text-transform: capitalize;
}
.checkout-single-wrapper .boxshado-single {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 32px;
    margin-bottom: 24px;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
    margin-bottom: 12px;
}
.checkout-single-wrapper .checkout-single h2{
    color: #FA9732;
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 26px;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea, .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select, .checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
    width: 100%;
    outline: none;
    box-shadow: none;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 12px 24px;
    color: #FA9732;
    text-transform: capitalize;
    font-weight: 500;
}
select.single-select.w-100 {
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}
.input-single input::placeholder{
    color: #CCCCCC;
}
.input-single textarea::placeholder{
    color: #CCCCCC;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select {
    background-color: #fff;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #6E6E6E;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select span {
    font-size: 18px;
    color: var(--header);
    font-weight: 500;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select:after {
    border-bottom: 2px solid #6E6E6E;
    border-right: 2px solid #6E6E6E;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid  #CCCCCC;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    color: #6E6E6E;
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.08px;
    height: 57px;
    line-height: 40px;
    outline: none;
    padding: 8px 10px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
/* ======================Shake Animation section start========================== */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.bounce-animate {
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate2 {
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob2;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate3 {
animation-name: float-bob3;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate4 {
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob4;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate5 {
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob5;
-ms-animation-duration: 6s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); } }
@-webkit-keyframes float-bob2 {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
50% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
0% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
0% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme{
  0%{ 
    transform:rotate(0deg);
   }
  25%{ 
    transform:rotate(90deg);
   }
  50%{ 
    transform:rotate(180deg);
   }
  100%{
     transform:rotate(360deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}


/*--==============================================->
  <!-- print_shop Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}
.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}


/* ==========================================
start search Popup Css
=========================================*/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(250, 151, 50, .5);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #FA9732;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(250, 151, 50, .5);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    color: #ffffff;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"], 
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #0e3d60;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    outline: 0;
    border: none;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #0e3d60;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.header-src-btn {
    display: inline-block;
}

/*===========================
<-- hendre Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #FF3C00;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}
/* ===========================scroll strat===========================  */
/* ===========================************===========================  */
.scroll-area{
  position: relative;
  z-index: 999;
 }
.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}
.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; 
  }
.scroll-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%; 
    }
.scroll-area .go-top::before {
    content: "";
    border: 2px solid #F9930B;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}
.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 50px;
    border-radius: 100%;
}
.top-wrap {
  position: relative; 
}
.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background: #F9930B;
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}
 .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
 }
.top-wrap .go-top-button::after {
    content: "";
    border: 2px solid #F9930B;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.top-wrap .go-top-button:hover {
    background-color: #FFD737;
    color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* ===========================scroll end===========================  */
/* ===========================************===========================  */

