@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;500;700&display=swap');

body.lang-en {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    overflow-x: hidden;
    background:#f8f8f8;
}

body.lang-bn {
    font-family: 'Noto Sans Bengali', sans-serif;
    font-size: 16px;
    line-height: 1.9;
    overflow-x: hidden;
    background:#f8f8f8;
}

:root {
    --background-color: #F7F7F7;
    --primary-color: #55D7BF;
    --secondary-color: #000000;
    --secondary-color-extra: #153e58;
    --en-font: "Maven Pro", sans-serif;
    --bn-font: "Hind Siliguri", sans-serif;
    --poppins-font: "Poppins", serif;
}

a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p {
    margin:0;
}

img {
    width: 100%;
    max-height: 100%;
}

.lang-switch {
    position: relative;
    display: inline-flex;
    border: 2px solid #55D7BF;
    border-radius: 30px;
    overflow: hidden;
    font-family: sans-serif;
    font-size: 14px;
    background: #55D7BF;
    margin-top: 18px;
}
.main-menu ul li a i {
    color: #a0a0a0;
}
.lang-switch input[type="radio"] {
    display: none;
}

.lang-switch label {
    padding: 4px 6px;
    cursor: pointer;
    z-index: 2;
    color: #ffffff;
    transition: color 0.3s ease;
    margin-bottom: -1px;
    font-size: 11px;
}

.lang-switch .lang-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #000;
    border-radius: 30px;
    transition: left 0.3s ease;
    z-index: 1;
}

/* Move the toggle */
#lang-en:checked ~ .lang-toggle {
    left: 0;
}

#lang-bn:checked ~ .lang-toggle {
    left: 50%;
}

/* Highlight the selected label */
#lang-en:checked + label,
#lang-bn:checked + label {
    color: #fff;
}








.mrt-30 {
    margin-top: 30px;
}

.mr30 {
    margin: 30px 0;
}
.anchor{
    cursor: pointer;
}
button {
    background: transparent;
    border: 0;
}

.pd30 {
    padding: 30px 0;
}

.pdt30 {
    padding-top: 30px;
}
header .navbar_area {
    height: 68px;
    background: white;
    border-bottom: 1px solid #dadada;
}
.alert {
    padding: 15px;
    margin-top: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 24px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.section-title {
    text-align: center;
    margin-bottom: 8px;
}
.service-carousel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 5px;
}

.section-title h4 {
    text-transform: capitalize;
    overflow: hidden;
    padding-bottom: 2px;
}
.section-title h1 {
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 2px;
    text-align: left;
    line-height: 1.4;
    border-right: 2px solid #E91D26;
    font-size: 32px;
}
.section-padding {
    padding: 55px 0;
    background: #f8f8f8;
}
section.counter_sec.section-padding-counter {
    background: #ebebeb;
    padding: 32px 0;
}
.section-title h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 100;
    display: inline-block;
    font-weight: 400;
    color: #FF6b6b;
}
/*.section-title h2:hover:after{*/
/*    width:15%;*/
/*}*/
/*.section-title h2:hover:before{*/
/*    width:15%;*/
/*}*/
.section-title h2 span {
    color: #000;
}

.section-title-description p {
    line-height: 1.9;
    margin-top: 15px;
}
.hover-button a {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    background: #007eca;
    transition: 0.5s;
}

.hover-button a:hover {
    border-radius: 5px;
}

.serve-btn a {
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all .5s ease; 
}
.serve-btn a:hover {
    background: #292885;
    color:#fff;
}
/*===============top header css start=============*/


.header-top-left i {
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
}
.header-top {
    background: #B3367A;
    padding: 8px 0;
}
.header-top-left {
    text-align: left;
}
.header-top-left ul li {
    margin-right: 10px;
    display: inline-block;
}
.header-top-left ul li a{
    color: #fff;
}
.header-top-left ul li span {
    margin-left: 12px;
    color: #fff;
}
.header-top-right{
    text-align: right;
}

.header-top-right ul li {
    cursor: pointer;
    display: inline-block;
}
.header-top-right ul li a{
    color:#fff;
}
.header-top-right .facebook {
    border: 1px solid #4267B2;
    color: #000;
}
.header-top-right .linkedin {
     border: 1px solid #1cb7eb;
}
.header-top-right .googleplus {
     border: 1px solid #e6694a;
}
.header-top-right ul li a {
    color: #fff;
    width: 25px;
    margin: 0 0;
    display: inline-block;
    border-radius: 5px;
    height: 30px;
    text-align: center;
    margin-left: 5px;
}
.header-top-right ul li a i {
    color: #fff;
    line-height: 30px;
}


/*====HEADER TOP CSS END====*/

/*===============main header css end=============*/

/*is sticky css*/

.is-sticky .main-header {
    background:#000;
    z-index: 9999 !important;
}


.is-sticky .sub-menu li a {
    padding: 6px 14px !important;
}

.is-sticky .head-call {
    padding: 20px 0;
    text-align: right;
}

.sticky-wrapper .main-header{
    transition: 0.5s all;
    position: absolute;
    width: 100%;
    background:rgba(0,0,0,0.8);
}
#sticker-sticky-wrapper {
  z-index: 999;
    position: relative;
}
/*new menu start*/

.main-header {
    width: 100%;
    z-index: 99;
    top: 0;
}
.dropdow_menu {
    position: relative;
    transition: all .5s ease;
}
.submenu {
    position: absolute;
    width: 200px;
    background: #000;
    z-index: 9;
    top: 60px;
    opacity: 1;
    visibility: hidden;
    transition: all .5s ease;
    transform: translateY(40px);
    overflow: hidden;
}
.dropdow_menu:hover .submenu {
    visibility: visible;
    transition: all .2s ease;
    top: 25px;
}
.submenu li {
    display: block !important;
    border-bottom:1px solid #999;
}
.submenu li a {
    padding: 5px 10px !important;
    margin: 0 !important;
    color: #fff !important;
    text-align: left;
    display: block !important;
}
.submenu li a:hover {
    background: #FF6b6b;
}
/*new menu end*/
.main-logo {
    width: 175px;
}
.main-logo img {
    width: 180px;
    transition: 0.5s all;
    margin-top: 18px;
}

#main-header-sticky-wrapper {
    height: 85px !important;
}
.main-logo a {
    display: inline-block;
    overflow: hidden;
}
.main-menu {
    text-align: right;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}

.main-menu ul li a {
    color: #444;
    text-transform: capitalize;
    display: block;
    padding: 4px 10px;
    margin-top: 18px;
    font-size: 15px;
    font-weight: 500;
}
.main-menu ul li a:hover {
    color:#FF6b6b;
}
.main-menu ul li .submenu li a {
    padding: 9px 8px !important;
    color: #000 !important;
    text-transform: capitalize;
    padding: 8px 16px !important;
}


.main-menu ul li a:hover {
    border-radius: 0px;
    color: #21a7cc;
}

.main-menu ul li:hover .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    left: 0;
    top: 100%;
}
.main-menu ul li .submenu li a:hover {
    border-radius: 0;
    color: #fff !important;
}

.sub-menu li {
    width: 100%;
}

.search-form form {
    background: #D8E7EF;
    overflow: hidden;
    padding: 5px 10px;
    margin-top: 25px;
}
.search-form form input {
    width: 80%;
    float: left;
    border: transparent;
    background: transparent;
}
.search-form form button {
    width: 20%;
    float: left;
}



/*===============main slider css start=============*/

.main-slider {
    position: relative;
}

.slider-item {
    height: 60vh;
    width: 100% !important;
    position: relative;
    z-index: 9;
}

.slider-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
.slider-image {
    height: 100%;
}

.slider-item img {
    height: 100%;
    max-width: 100%;
}

.overlay__slider {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000008a;
    z-index: 9;
    top: 0;
}
.slider-text {
    position: absolute;
    top: 25%;
    left: 40%;
    transform: translate(-33%);
    margin: 0 auto;
    max-width: 100%;
    z-index: 99;
    text-align: center;
}
.slider-text p {
    color: #fff;
}
.slider-text h2 {
    color: #fff;
    transition-duration: 30000ms;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 40px;
    font-weight: 900;
}
.service-search-wrap{
  width:100%;
  max-width:1100px;
  margin:0 auto;
}

.service-search{
  display:flex;
  align-items:center;
  background:#ffffff;
  border-radius:4px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,0.12);
}

/* Input */
.service-search input{
  flex:1;
  height:58px;
  padding:0 48px 0 18px;
  border:none;
  outline:none;
  font-size:16px;
  color:#333;
}

.service-search input::placeholder{
  color:#8a8a8a;
}

/* Search icon inside input (right side) */
.search-icon{
  position:relative;
  right:42px;
  color:#9aa0a6;
  font-size:18px;
  pointer-events:none;
}

/* Button */
.service-search button{
  height:58px;
  padding:0 32px;
  background:#55D7BF;
  border:none;
  color:#fff;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
}

.service-search button:hover{
  background:#55D7BF;
}

/* Responsive */
@media (max-width:600px){
  .service-search input{
    font-size:14px;
  }
  .service-search button{
    padding:0 22px;
  }
}

.slider-text p {
    color: #fff;
    transition-duration: 60000ms;
    display: inline-block;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.slider-text a {
    text-transform: uppercase;
    font-weight: 300;
    transition-duration: 30000ms;
    color: #fff !important;
}
.slider-text a:hover {
    color:#fff !important;
}

#slider {
    position: relative;
}

#slider.main-slider .owl-dots {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(-50%, -50%);
}

#slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 50%;
}

#slider .main-slider button.owl-dot {
    background: #fff;
    border-radius: 5px;
    color: inherit;
    font: inherit;
    height: 14px;
    margin: 10px 2px;
    padding: 0 !important;
    width: 6px;
    display: inline-block;
}

#slider .main-slider button.owl-dot.active {
    background: #FF6b6b;
    height: 20px;
    transition: 0.35s;
}
.main-slider .owl-nav button.owl-prev {
    top: 50%;
    left: 20px;
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    z-index: 999999;
    transform: translateY(-50%);
    transition: 0.5s all;
    border: 1px solid #FF6b6b;
}

.main-slider .owl-nav button.owl-prev:hover {
    background: #FF6b6b;
}

.main-slider .owl-nav button.owl-prev:hover i {
    color: #fff;
}
.main-slider .owl-nav button.owl-next {
    top: 50%;
    right: 20px;
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    z-index: 999999;
    transform: translateY(-50%);
    transition: 0.5s all;
    border: 1px solid #FF6b6b;
}

.main-slider .owl-nav button.owl-next:hover {
    background: #FF6b6b;
}

.main-slider .owl-nav button.owl-next:hover i {
    color: #fff;
}

.main-slider .owl-nav button i {
    font-size: 28px !important;
    color: #fff;
}

.slider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.midd-button {
    transition: 0.3s;

}
.midd-button a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-left: 0;
    transition: 0.35s ease-in-out;
    text-decoration: none;
    z-index: 1;
    font-weight: 600;
    padding: 10px 30px;
    background: #B31C27;
    border: 1px solid #B31C27;
}
.midd-button a:hover {
    background: transparent;
}


/*===============MAIN SLIDER CSS END=============*/


.about-home-2 {
    position: relative;
    z-index: 1;
    padding: 80px 40px 80px 40px;
}
.home-2-about {
    position: absolute;
    left: 15px;
    bottom: 0px;
    right: 15px;
    top: 0px;
    min-height: 300px;
}
.about-home-2::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45%;
    height: 100%;
    background-color: transparent;
    border: 20px solid #dfdfdf;
    z-index: -1;
}
.about-home-2 h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
}
.text-left a {
    background: #65C178;
    padding: 7px 10px;
    color: #fff;
    border: 1px solid #65C178;
    transition: all .5s ease;
    margin-top: 10px;
    display: inline-block;
}
.text-left a:hover {
    background: transparent;
    color:#000;
}


/*===============About css end=============*/

.product-des a {
    font-size: 16px;
    text-transform: uppercase;
    color: #FF6b6b;
}
.product-btn {
    width: 50%;
    float: left;
}
.product-price {
    width: 50%;
    float: right;
}
.product-price strong {
    text-align: right;
    display: block;
    /* margin-left: 38px; */
}
.product-item {
	background: #fff;
	overflow: hidden;
	border-bottom: 5px solid #FF6b6b;
	margin-bottom: 30px;
}
.product-des {
    overflow: hidden;
    padding: 10px;
}
.product-price strong {
    font-size: 16px;
    color: #35388e;
}
.product-area{
    position: relative;
    z-index: 1;
}

/*===============product css end=============*/
/*======CLIENT LOGO CSS=======*/
.specialist-area {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.specialist-item {
    background: #3f429f;
    padding: 10px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.specialist-item img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}
.specialist-area::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: -1;
}
/*===============hcontact css start=============*/
.hcontact {
    background: #E4E3E3;
    position: relative;
}
.contact-link li p {
    margin: 0;
}
.contact-form {
    background: #ebebeb;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 4px #ddd;
}
.sub-title h6 {
	font-size: 20px;
	color: #fff;
}
.hcontact-map {
    background: url(../images/contactmap.jpg);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    content: "";
}
.contact-form input,.contact-form input:focus {
    background: transparent;
    height: 40px;
    border: 1px solid #888;
    color: #000;
    outline: 0 0;
    box-shadow: 0 0;
}
.contact-form textarea,.contact-form textarea:focus {
    background: transparent;
    border: 1px solid #888;
    outline: 0 0;
    box-shadow: 0 0;
    color: #000;
}
.hcontact-title {
    text-transform: capitalize;
    font-weight: 900;
    margin-top: 28px;
    font-size: 28px;
    margin-bottom: 22px;
}
.hsubmit {
    border: 1px solid #87B73D;
    color: #555;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.quick-contact strong {
    color: #FF6b6b;
    margin-right: 8px;
}
/*===============hcontact css end=============*/

/*===============footer css start=============*/
#footer{
    background: #222;
}

.newsletter-area {
    position: relative;
    z-index: 9;
}
.newsletter-area:after {
    content:"";
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    padding: 50px 0;
    z-index: -1;
}
.newsletter-info {
    position: relative;
    z-index: 99;
    padding-top: 100px;
    padding-bottom: 120px;
}
.newsletter-info h1 {
    text-transform: capitalize;
    font-size: 24px;
    float: left;
    color: #fff;
}
.newsletter-info a {
    float: right;
    text-transform: uppercase;
    padding: 8px 27px;
    background: #AF3777;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    border: 2px solid transparent;
    transition: 0.5s all;
}
.newsletter-info a:hover{
    background: transparent;
    border:2px solid #AF3777; 
    color: #fff;
}
/*===============footer css start=============*/

.footer-top {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    background: #040f28ed !important;
}

#footer {
    position: relative;
    background: #f5f5f5;
}

.footer-widget h4 {
    color: #fff;
    margin-bottom: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.footer-widget {
    padding-right: 30px;
}


.footer-widget a {
    display: block;
    margin: 5px 0;
}

.footer-logo {
    position: relative;
    z-index: 1;
}
.footer-logo{
    overflow: hidden;
}

.footer-logo img {
    padding-top: 10px;
    color: #A9975F;
    width: 90%;
    margin-top: -32px;
}
.footer-widget p {
    color: rgba(255,255,255,0.5);
}
.footer-widget li {
    width: 100%;
}

.latest-post li {
    border-bottom: 1px dotted #444;
}

.footer-widget li:last-child {
    border-color: transparent;
}
.footer-widget ul li a {
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    transition: all .5s ease;
}
.footer-widget ul li a:hover{
    margin-left:2px;
    color:#FF6b6b !important;
}

.footer-widget ul li:last-child a {
    border-color: transparent;
}

.footer-widget ul.useful-link li a:hover {
    color: #fff;
}

.col-sm-6.foot_left {
    border-right: 1px solid #FF6b6b;
}
.footer-about {
    color: #0E1140;
}
.footer-gallery {
    width: 30%;
    float: left;
    margin-right: 5px;
}
.copyright p {
    margin-bottom: 0;
    color: #fff;
    z-index: 999;
    position: relative;
}

.copyright span {
    color: #fff;
}

.copyright a {
    color: #FF6b6b;
    text-decoration: underline;
}


/* -----------------------------
		FOOTER SECTION
----------------------------- */
#footer-section {
    background: #192436;
    padding: 20px 0;
}

.footer-cont p {
    color: #fff;
    padding-top: 10px;
    color: #A9975F;
}

.footer-cont p span {
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: underline;
}

.footer-icon li a {
    border: none;
}
.quick-contact li i {
    margin-right: 5px;
    font-size: 16px;
    width: 14px;
    font-weight: 800;
    margin-left: 2px;
}
.useful-link li a i {
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.5);;
    font-size: 16px;
}
.quick-contact li {
    margin: 10px 0;
    display: block;
    overflow: hidden;
}


.footer-widget p {
    font-size: 12.5px;
}
.footer-news-img {
    width: 25%;
    float: left;
    margin-right: 10px;
}
.footer-news-img img {
    height: 55px;
}
.footer-news-text {
    width: 70%;
    float: left;
}
.footer-news-text a {
    color:#fff;
    margin:0;
    transition: all .5s ease;
}
.footer-news-text a:hover {
    color:#FF6b6b;
}
.footer-blog-item {
    overflow: hidden;
}

/*===============footer css end=============*/


/*===============all plugin css start=============*/
#scrollUp {
    height: 38px;
    width: 38px;
    background: url('../images/top.png');
    bottom: 50px;
    right: 50px;
    text-indent: -999999px;
    display: inline-block;
    background-repeat: no-repeat;
}

/*===============footer css end=============*/

/*===============bread crumb start====================*/
#breadcrumb {
    background: url(../images/background.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 65px 0;
    position: relative;
    z-index: 1;
}


.bread-crumb {
    text-align: center;
    padding: 100px 0;
    border-radius: 0;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
}
.productdlt-image {
    height: 325px;
}

.divider {
    height: 2px;
    width: 10px;
    background: #fff;
    margin-bottom: 4px;
    display: inline-block;
}

.bread-crumb h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
}

.bread-crumb ul li {
    display: inline-block;
    color: #fff;
}
.bread-crumb ul li a {
    display: block;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
}

.bread-crumb ul .active a {
    color: #FF6b6b;
}
.small_text {
    font-size: 14px
}

.social-media a {
    color: #fff;
    width: 40px;
    height: 40px;
    border: 2px solid #FF6b6b;
    line-height: 35px;
    text-align: center;
    transition: all .5s ease;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: #FF6b6b;
}

.social-media {
    display: flex;
}
.social-media a:hover {
    color: #000;
}
.social-media i {
    font-size: 20px;
}

/*=========bread crumb css end=========*/

/*=========contact page css start=========*/

/*** 

====================================================================
  Contact Area
====================================================================

***/
.contact-area {
    padding-top: 20px;
}

.contact-area .sec-title h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 28px;
}

.contact-area .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-area .contact-form input {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    color: #fff;
}

.contact-area .contact-form input:hover,
.contact-area .contact-form input:focus {
    border-color: #3D447F;
    transition: all 500ms ease;
}

.contact-area .contact-form textarea {
    width: 100%;
    height: 190px;
    resize: none;
    border-radius: 0px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    color: #fff;
}

.contact-area .contact-form textarea:hover,
.contact-area .contact-form textarea:focus {
    border-color: #3D447F;
    transition: all 500ms ease;
}
 .textareagroup{
    margin-bottom: 0
}
.contact-map {
    position: relative;
}
.contact-map .hcontact-map{
    width: 100%;
}
.contact-area .contact-form .form-group button {
    margin-top: 10px;
    border-radius: 6px;
}

.contact-area .contact-text {
    margin-left: 50px;
}

.contact-area .contact-text .sec-title p {
    line-height: 28px;
    margin-top: -8px;
    padding-bottom: 10px;
    color: #fff;
}

.contact-area .contact-link .item {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
    cursor: pointer;
    color:#fff;
}

.contact-area .contact-link .item strong {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.contact-area .contact-link .item .icon-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 62px;
    height: 62px;
    line-height: 58px;
    text-align: center;
    background: #b3367a;
    border: 4px solid #DD5A25;
    transition: all 500ms ease;
    border-radius: 50px;
}

.contact-area .contact-link .item:hover .icon-box {
    border-color: #65C178;
    transition: all 500ms ease;
}

.contact-area .contact-link .item p a {
    transition: all 500ms ease;
    color:#fff;
}

.contact-area .contact-link .item p a:hover {
    color: #87B73D;
    transition: all 500ms ease;
}

.contact-area .contact-link .item i {
    font-size: 20px;
    color: #ffffff
}

.btn-style-one {
    border: 1px solid var(--primary-color);
    text-transform: capitalize;
    padding: 10px 15px;
    color: #fff;
    border-radius: 0 !important;
    transition: all 500ms ease;
    background: var(
    --primary-color);
}
.btn-style-one:hover {
	color: #fff;
	background: #FF6b6b;
}
.sec-title h6 {
	font-size: 22px;
	margin-bottom: 10px;
}
/*=========contact page css end=========*/

/*======================================
===
===        gallery page design css
===
========================================
*/

/*===============gallery photo====================*/
item-img {
    position: relative;
    margin-bottom: 30px; 
}

.item-img img {
    height: 100%;
    width: 100%;
}

.item-img {
    position: relative;
    overflow: hidden;
    margin: 14px 0;
    height: 250px;
}

.item-img img {
    height: 100%;
    width: 100%;
    transition: 0.35s;
}

.item-img:hover.item-img img {
    transform: scale(1.2);
}

.item-img-overlay {
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
    background: rgba(0, 126, 202, 0.8);
    opacity: 0;
    transition: 0.35s;
}

.item-img-overlay i {
    color: #fff;
    font-size: 25px;
}

.item-img:hover .item-img-overlay {
    opacity: 1
}

.item-img-overlay h5 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 35%;
    transform: translateY(-35%);
    opacity: 0;
    transition: 0.35s all;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.item-img-overlay .icons {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 65%;
    transform: translateY(-65%);
    opacity: 0;
    transition: 0.35s all;
}

.item-img:hover .item-img-overlay .sm-titl {
    top: 40%;
    opacity: 1
}

.item-img:hover .item-img-overlay .icons {
    top: 60%;
    opacity: 1
}

.icons span {
    margin: 0 6px;
}


/*===============gallary photo end====================*/

/*===============product details css start====================*/
.productdtl-area {
    border: 1px solid #f5f5f5;
    padding: 30px;
}
.productdtl-info h3 {
    text-transform: capitalize;
    padding: 0;
    margin: 15px 0;
    color: #87B73D;
}
.sidebar-image {
	height: 150px;
	float: left;
}
.sidebar-product {
	padding: 30px;
	background: #f5f5f5;
	overflow: hidden;
}
.sidebar-item {
	overflow: hidden;
	margin-bottom: 15px;
}
.sidebar-product {
	padding: 30px;
	background: #f5f5f5;
}
.sidebar-image {
    width: 100%;
    overflow: hidden;
    float: left;
}

.sidebar-image img{
    height: 100%;
}
.sidebar-info h4 {
    text-transform: capitalize;
    color: #222;
    padding: 8px 0;
}
.sidebar-info a {
    border: 1px solid #87B73D;
    display: inline-block;
    padding: 4px 7px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    background: #87B73D;
}
.sidebar-info {
    width: 100%;
    display: inline-block;
    float: left;
}
.sidebar-item {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
/*=============product details css end===========*/

/*=============career css start===========*/
.career-img {
    height: 370px;
}
.career-title {
    text-transform: capitalize;
}
.career-title {
    text-transform: capitalize;
    margin-bottom: 20px;
}
.career-img {
    height: 370px;
    margin-bottom: 20px;
}
/*=============career css end===========*/
.sub-menu {
    padding: 14px 12px !important;
}
.sub-menu li {
    padding: 0 0 !important;
}
.sub-menu li a {
    padding: 5px 12px !important;
}
/*==========about page details==========*/
.aboutpage .about-image {
    float: left;
    width: 50%;
}
.aboutpage .about-image img {
    width: 90%;
    margin-bottom: 30px;
}
.about-btn a {
    background: #b21c27;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    transition: all .5s ease;
}
.about-btn a:hover {
    background: #000;
}
.about-title h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #000;
}
.about-image {
    position: relative;
}

.about-text {
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
    padding-bottom: 15px;
}
.mv-widget h2 {
    font-size: 25px;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.ab-widget-inner {
    overflow: hidden;
    margin-bottom: 30px;
}
.ab-widget-img {
    width: 25%;
    float: left;
}
.ab-widget-img img {
    width: auto;
}
.leaf {
    position: relative;
    padding: 10px 0;
}
.leaf i {
    font-size:25px;
    position: relative;
    color:#fff;
}
.leaf i::after {
    content: "";
    position: absolute;
    right: -90px;
    top: 10px;
    height: 2px;
    width: 80px;
    background: #af3777;
}
.section-leaf {
    position: relative;
    padding: 10px 0;
}
.section-leaf i {
    font-size:25px;
    position: relative;
}

.ab-widget-title {
    width: 75%;
    float: left;
}
.ab-widget-title h4 {
    color: #fff;
}
.ab-widget-title p {
    color: #fff;
}
.about-text {
    margin-bottom: 10px;
    color: #333;
    font-size: 15px;
    text-align: justify;
}
.txt_button_wsit a {
    background: #55D7BF;
    padding: 11px 22px;
    border-radius: 34px;
    color: white;
    font-size: 16px;
}
.why_choose_sec {
    background: #fff;
}
.about-text.why_choose_text {
    height: 80px;
}
.mv-title p {
    font-size: 16px;
}
.mv-widget h2:after {
    content: "";
    position: absolute;
    left:0;
    bottom:0;
    height:2px;
    width:40%;
    background: #f26723;
}
.font-color nav ul li a {
    color: #000 !important;
}

/*===============Service Area Css ============*/
.service-area {
    position: relative;
    z-index: 9;
    background: #F9F9F9;
}
.serve-image {
    height: 120px;
    width: 120px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
}
.serve-image img {
    height: 100%;
}


.service-widget {
    margin: 0 auto;
    box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    position: relative;
    padding: 5px;
}

.service-text {
    padding: 20px;
    text-align: center;
}

.serv-image {
    width: 20%;
    float: left;
    padding: 5px;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}
.serv_head {
    color:#000 !important;
}

.serv-image img {
    width: 100%;
    height: 100%;
}
.serve-title a {
    color: #000;
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 10px;
}
.service-content h1 {
    padding: 10px 0;
}
.srv_btn {
    color:#000 !important;
}
section.latest-product-area {
    background: #F9F9F9;
}

.serve-text {
    padding: 0 5px;
    margin: 0;
    color:#000;
    text-align: center;
}
.serve-des {
    color: #000;
    height: 130px;
}
.service-btn {
    position: absolute;
    top: 50%;
}

.service-slider {
    overflow: hidden;
}
.service-sidebar {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
}
.service-sidebar h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.service-sidebar ul li a {
    display: block;
    font-size: 15px;
    transition: all .5s ease;
}
.service-sidebar ul li a:hover {
    color:#DD5A25;
}
.service-sidebar ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 22px;
}
.service-sidebar ul li:last-child {
    border-bottom:none;
}
.service-content h3 {
    padding: 15px 0;
}
.service-btn a {
    text-transform: uppercase;
    background: #FF6b6b;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all .5s ease;
    border-radius: 50%;
}
.service-btn a:hover {
    background: rgb(237, 28, 36, 0.7) none repeat scroll 0 0;
    transform: scale(9.5);
}
.service-btn a:hover .service-btn{
   margin-top: 40px;
}
.service-btn a:hover i {
    transform: scale(.4);
    margin-left: -30px;
    margin-top: 13px;
    display: block;
}

/* ==========================Product Area Css ==========================*/
.product-widget {
    background: #FF6b6b;
    padding: 20px;
    /*border-radius: 5px;*/
    border: 2px solid #fff;
}
.product-area {
    background: #fff;
}
.product-title h4 {
    padding-top: 11px;
    font-size: 18px;
    text-transform: uppercase;
}
.product-title a {
    color: #fff;
}
.product-slider {
    margin-bottom: 30px;
}
.product-image {
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
    border: 5px solid #fff;
    height: 335px;
}
.project-location {
    position: absolute;
    left: 0;
    bottom: -81px;
    width: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 10px;
    transition: all .5s ease;
}
.product-image:hover .project-location{
    bottom: 0;
}
.project-category {
    margin-bottom: 15px;
}
/* ==================================== quicktech_client_logo Css ======================= */

.clients_logo {
    background: #9999991a;
    padding: 40px 0;
}

.quicktech_client_logo {
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;

}
.hngroup_client_logo {
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom:30px;

}
.title-top h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FF6b6b;
	background: red;
	display: inline-block;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	font-size: 18px;
}


.quicktech_our_clients .quicktech_client_logo {
    margin-bottom: 30px;
        height: 120px;
}

.our_portfolio.quicktech_section_padding.portfolio.bgimg {
    margin-bottom: 0px !important;
    padding-bottom: 90px;
}

.about-text h3 {
    margin-bottom: 15px;
}
.tab-content p {
    font-size: 14px;
    /*padding: 10px;*/
}
.about-us {
    background: #f5f5f5;
}


/*===========Training Page Css============*/
.training-item {
    padding: 20px;
    box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}
.training-item h2 {
    font-size: 22px;
    padding: 10px 0;
}

.training-item a {
    background: #160959;
    padding: 7px 20px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 5px;
}

.training-item button {
    background: #282985;
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: 5px;
}
.all-training {
    background: #f5f5f5;
}
.training-details h2 {
    text-transform: uppercase;
    padding-bottom: 12px;
}
.training-details p {
    font-size:16px;
    padding-right: 100px;
}

.contact-persontext iframe {
    width:100%;
}

.service-image img {
    width:100%;
    height:100%;
}

.cameraCont .imgLoaded {
    margin-top: 0 !important;
}
.cameraSlide {
    position: relative;
}
.cameraSlide img:after {
    content:"";
    height:100%;
    width:100%;
    position: absolute;
    left:0;
    top:0;
    background: red;
}

.custom-slider{
    position: relative;

}
.custom-slider:after {
    content:"";
    height:100%;
    width:100%;
    position: absolute;
    left:0;
    top:0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

/*Modal Css*/

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(3px,60px);
}

/*=========Team Member css========*/
.specialist-area.starlight {
	overflow-x: hidden;
}
/*.specialist-area2 {*/
/*	background: #222;*/
/*	padding: 25px 0;*/
/*}*/
/*.specialist-item2 {*/
/*	height: 140px;*/
/*	margin: 15px 0;*/
/*	background: #FF6b6b;*/
/*	padding: 5px;*/
/*	border-radius: 5px;*/
/*	position: relative;*/
/*}*/

.clients-logo {
    padding: 20px 0;
}
#specialist {
    position: relative;
    overflow: hidden !important;
    background: #0e1140;
    padding: 20px 0;
}
.specialist-item2 {
    padding: 5px 0;
    transition: all .5s ease;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.specialist-item2 a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	transition: all .5s ease;
	
}
.specialist-item2:hover a {
    color:#FF6b6b;
    transition: all .5s ease;
}

.counter {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	left: 50%;
	transform: translateX(-50%);
	top: -14px;
}
.specialist-item2 img {
	height: 100%;
}
.specialist-item{
    position:absolute;
    left:0;
    top:0;
    animation: animate 2s linear infinite;
}
@keyframes animate{
    0%{
        bottom: 0;
        left:0;
    }
    50%{
        bottom: 50%;
        left:50%;
    }
    100%{
        left:100%;
        bottom: 100%;
    }
}
.teamtitle {
	border-bottom: 2px solid #FF6b6b;
	margin: 18px 0;
}
.teamtitle h4 {
	background: #FF6b6b;
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	border-radius: 15px 16px 0px 0;
}
.team-item {
    background: #f5f5f5;
}
.team-area {
    background: #f2f2f2;
}
.team-text {
    text-align: left;
    padding:10px;
}
.team-text h2 {
    font-size: 18px;
}

.social-icon ul li a {
    width:35px;
    height:35px;
    line-height: 35px;
    border:1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 8px;
    color:#fff;
}
.team-img {
	position: relative;
	overflow: hidden;
	transition: all .5s ease;
	height: 225px;
}
.team-img:after {
    position: absolute;
    left:130px;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    transition: all .5s ease;
    cursor: pointer;
}
.team-img:hover:after{
    left:0;

}
.team-text a {
    text-transform: uppercase;
    color: #FF6b6b;
}


.team-img img {
    width:100%;
    height:100%;
}
.social-icon {
    background: #3762ae;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50% ) !important;
    padding: 10px;
    border-radius: 0px 10px 38px 0px;
    border: 1px solid #fff;
    transition: all .5s ease;
}

.team-img:hover .social-icon {
    left:0;
}

.team-text p {
    font-size:16px;
}

.team-menu ul {
    margin: 0 auto 40px;
}
.team-menu ul li a {
    padding: 10px 12px;
    display: block;
    background: #f4f4f4;
    color: #222;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    cursor: pointer;
}
.team-menu ul li.active a, .team-menu ul li a:hover {
    background: #222;
    color: #fff !important;
}
.team-tab ul {
    width:auto !important;
    text-align: left !important
}


/*===========Project Section ===============*/

/* product section
--------------------------*/
#product-section {
    padding: 25px 0 25px;
}
.section-title-left h2{
    text-transform: uppercase;
}
.product-menu h2::first-letter{
    text-transform: uppercase;
}
.product-menu ul {
    text-align: center;
    width: 620px;
    margin: 0 auto 40px;
}
.product-menu ul li{
    display: inline-block;
}
.product-menu ul li.active a, .product-menu ul li a:hover{
    background: #b21c27;
    color: #fff !important;
}
.product-menu ul li a {
    padding: 10px 12px;
    display: block;
    background: #f4f4f4;
    color: #222;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    cursor: pointer;
}

/*product thumb*/
.prod-detl-thumb-title h4{
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
}
.prod-detl-thumb figure {
    position: relative;
    box-shadow: 0px 6px 22px #ddd;
}
.prod-detl-thumb .prod-detl-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all linear .3s;
}
.prod-detl-thumb figure:hover .prod-detl-overlay{
    background: rgba(0,0,0,.8);    
}
.prod-detl-thumb figcaption{
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 1;
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    visibility: visible;
    transition: all linear .3s;
}
.prod-detl-thumb:hover figcaption{
    opacity: 1;
    visibility: visible;
}
.prod-detl-thumb figcaption .prod-live-prev{
    padding-bottom: 30px;
}
.prod-live-prev li{
    display: inline-block;
}
.prod-detl-thumb figcaption .prod-live-prev li a{
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
}
.prod-detl-thumb figcaption .prod-live-prev li a:hover{
    background: #fff;
    color: #000;
}
.prod-detl-thumb figcaption .prod-detl-icon li .prod-detl-share{
    padding: 6px 10px 4px;
    background: #fff;
}
.prod-detl-thumb figcaption .prod-detl-icon li{
    display: inline-block;
}
.prod-detl-thumb figcaption ul li i{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
}
.prod-detl-thumb figcaption ul li i:hover{
    background: #fff;
    color: #000;
}

.prod-detl-thumb figure {
    height: 300px;
    margin-bottom: 15px;
}
.prod-detl-thumb figure img {
    width: 100%;
    height: 100%;
}

.modal-open .modal {
    overflow: inherit !important;
}

/*==================*/


/*.probodymodal {
    display: none;
}*/
.probodymodal {
    display: none;
    width: 600px;
    background: #f2f2f2;
    padding: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.promodal-title {
    padding: 10px 0;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}
.popupmenu-close {
    float: right;
}


/*Project Details */
.project-title h3 {
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.project-title h3:after {
    content: "";
    position: absolute;
    left:0;
    bottom:0;
    width:20%;
    height:2px;
    background: #65C178;
}
.project-slider .owl-next {
    background: #65C178 !important;
    padding: 10px !important;
    display: inline-block !important;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.project-slider .owl-prev {
    background: #65C178 !important;
    padding: 10px !important;
    display: inline-block !important;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.project-slider .owl-prev i,
.project-slider .owl-next i {
    color:#fff;
    font-size: 20px;
}

.pro-slider-image {
    height: 420px;
}

/*======LATEST NEWS CSS START=======*/
.latest-news {
    position: relative;

}
.single-news-image img {
    height: 100%;
    width: 100%;
}
.main-blog .single-news{
    margin-bottom: 30px;
}
.news-shape {
    position: absolute;
    left: 0;
    top: 0;
}
.single-news {
    background: #fff;
    border-radius: 5px;
    transition: 0.35s all;
    margin-bottom: 40px;
}
.single-news:hover {
}
.single-news-image img {
    border-radius: 5px 5px 0 0;
}
.single-news-text {
    margin-top: 15px;
}
.single-news-text h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #555;
    margin-bottom: 10px;
}
.single-news-text p {
    line-height: 1.9;
    color: #555;
}
.single-news-image {
    border-bottom: 4px solid #B21C27;
    position: relative;
    height: 280px;
}
.date p {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background: #B21C27;
    text-transform: capitalize;
    color: #fff;
    padding: 7px 15px;
    transform: translateY(-50%);
    display: inline-block;
}
.searchbar {
    overflow: hidden;
}
.searchbar form {
    border: 1px solid #ddd;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 50px;
}
.searchbar form input {
    padding: 0px 10px;
    width: 80%;
    height: 50px;
    float: left;
}
.searchbar form i {
    width: 20%;
    text-align: center;
    background: #ddd;
    height: 50px;
    float: left;
    line-height: 50px;
    color: #888;
}
.single-blog-image img {
    width: 100%;
}
.single-blog-category {
    padding: 30px 0;
}
.single-blog-category h5 {
    text-transform: capitalize;
    color: #444;
    position: relative;
}
.single-blog-category h5::after {
    position: absolute;
    left: 0;
    bottom: -9px;
    content: "";
    background: #613AC7;
    height: 3px;
    width: 17%;
}
.single-blog-category ul li a {
    text-transform: capitalize;
    border-bottom: 1px dashed #ddd;
    display: block;
    padding: 8px 0;
}

.single-blog-category ul li {
    display: block;
    padding: 5px 0;
}
.blog-btn a {
    font-weight: normal;
    color: #B21C27;
    text-decoration: underline;
    transition:all .5s ease;
}
.blog-btn {
    /* padding-left: 17px; */
    padding-bottom: 20px;
}
.blog-btn a:hover {
    text-decoration: none;
}
.searchbar form input {
    padding: 0px 10px;
    width: 80%;
    height: 50px;
    float: left;
}
.searchbar input {
    border: 1px solid #ddd;
}
.single-blog-category h5 {
    font-size: 22px;
    margin-bottom: 20px;
}
/*=======testimonial css start=========*/
.testimonial-area {
    position: relative;
    z-index: 1;
}
.testimonial-area:after {
    content:"";
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    z-index: -1;
}
.testimonial-name h4 {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.testimonial-body {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-item .description p {
    color: #fff;
    text-align: center;
}

.testimonial .howtoorder-title h4 {
    color: #222;
}

.client-img {
    margin: 0 auto;
    width: 100px;
}

.client-img img {
    height: 100px;
    border: 4px solid #EF2C4A;
    border-radius: 50%;
    width: 100px;
}

.client-speech {
    text-align: center;
    position: relative;
}

.client-speech p {
    font-weight: 600;
    font-size: 14px;
    padding: 20px 30px;
}

.quoleft {
    position: absolute;
    left: 0%;
    top: 0%;
    height: 32px;
    width: 32px !important;
}

.quoright {
    position: absolute;
    right: 0%;
    bottom: 0%;
    height: 32px;
    width: 32px !important;
}

.clientname p {
    font-weight: 900;
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
}

.clientdes p {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
}

.testimonial-body .owl-dot {
    height: 10px;
    width: 10px;
    background: #295498 !important;
    margin: 0 3px;
    border-radius: 50%;
}

.testimonial-body .owl-dot.active {
    background: #EF2C4A !important;
}

.testimonials .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    padding: 6px 15px !important;
    margin-left: 5px;
    border: 1px solid #af3777;
}
.testimonials .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    padding: 6px 15px !important;
    margin-left: 5px;
    border: 1px solid #af3777;
}
.testimonials i{
    color:#fff;
}
.test-subtitle {
    color:#fff;
}
.review-icon {
    text-align: center;
}
.testimonial-item .review-icon i{
    color:#af3777;
}
.client-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #af3777;
    margin: 0 auto;
    margin-top: 14px;
    padding: 6px;
}
.client-image img {
    border-radius: 50%;
}
/*=======testimonial css end=========*/


.scroll {
    position: fixed;
    right: 0px;
    bottom: 2px;
    background: #FF6b6b;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50px 0 0 50px;
    z-index: 999999999;
    content: "";
}

.scroll i{
    color: #fff;
    font-size:25px;
    line-height: 50px;
}


/*============Social Icon Design ==========*/

.blog-icon ul li {
    float: left;
}
.blog-icon ul li a {
    height:35px;
    width:35px;
    line-height: 35px;
    background: #65C178;
    margin-right: 5px;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 3px;
    border:1px solid #65C178;
    transition: all .5s ease;
}

.blog-icon ul li a:hover {
    background: transparent;
    color:#000;
}

/*==========Equipment Page Css==========*/

.equipments-image {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    height: 350px;
}

.equipments-image img{
    width:100%;
    height:100%;
}

.com-logo {
    height: 170px;
}

.evo-image {
    height: 126px;
}
.evo-image img {
    height: 100%;
}

/*=========Career Page Css========== */

.career-title {
    text-align: center;
}
.career-title p {
    margin-top: 10px;
    color: #999;
}
.career-title small{
    font-size:16px;
}
.career-title p {
    padding: 0 150px;
}
.career-opportunity .headding h2 {
    text-transform: uppercase;
    padding: 20px 0;
    margin-top: 50px;
    font-size: 25px;
    text-align: center;
}

/*==========Career Details Page Css ==========*/
.career-details-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.career-details-title h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
}
.career-details-title strong {
    text-transform: capitalize;
}
.career-info {
    margin-top: 20px;
}
.career-info .head-line h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #B21C27;
    font-weight: 600;
}
.career-info {
    margin-top: 20px;
}
.informaiton ul li{
    display: block;
}
.applynow {
    background: #ddd;
    overflow: hidden;
    padding: 20px 10px;
    border-radius: 5px;
}
.applynow p {
    font-size: 20px;
    letter-spacing: 0.8px;
    font-weight: 500;
}
.applynow button {
    background: #b21c27;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 5px;
    display: block;
    width: 100%;
}


/*=============Market Page Css ================*/
.market-sec {
    background: #FCFCFC;
    padding-bottom:25px;

}
.market-inner {
    overflow: hidden;
    background: #fff;
    padding:10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    padding-bottom:25px;
}
.section-heading h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 15px;
    color: #b21c27;
}
.market-widget {
    height: 180px;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
    margin-bottom: 20px;
}
.market-image {
    height:180px;
}
.market-image img {
    height:100%;
}

.img-caption {
    position: relative;
    margin-top: -29px;
    color: #fff;
    transition:all .5s ease;
}
.img-caption h4 {
    background: #000000b3;
    padding: 5px 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;

}
.img-overlay {
    background: rgba(179, 28, 39, 0.6);
    position: absolute;
    left: 200px;
    top: -200px;
    height: 100%;
    width: 100%;
    transition: all .5s ease;
    transform: skew(-70deg);
}
.market-widget:hover .img-overlay{
    left: 0;
    top: 0;
    transform: skew(0deg);
}
.market-widget:hover .img-caption {
    visibility: hidden;
    opacity: 0;
}
.img-overlay h4 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    width: 100%;
}

.details-section {
    background: #FCFCFC;
}
.market-des {
    background: #fff;
    padding: 20px;
    margin-top: -60px;
}
.details-title h2 {
    text-transform: capitalize;
    font-size: 25px;
    border-bottom: 3px solid #b21c27;
    padding-bottom: 10px;
    margin-bottom: 15px;
}


/*==========================================*/
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    --c: #FF6b6b;
    color: var(--c);
    font-size: 16px;
    border: 0.2em solid var(--c);
    border-radius: 0.5em;
    /* width: 12em; */
    /* height: 3em; */
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    /* line-height: 3em; */
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    /* margin: 1em; */
    display: inline-block;
    padding: 7px 30px;
}

nav ul li span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

nav ul li a:hover {
    color: #fff !important;
}

nav ul li:hover span {
    transform: translateY(0) scale(2);
}

nav ul li span:nth-child(1) {
    --n: 1;
}

nav ul li span:nth-child(2) {
    --n: 2;
}

nav ul li span:nth-child(3) {
    --n: 3;
}

nav ul li span:nth-child(4) {
    --n: 4;
}


/*=============Sister Concern ===================*/

.company-logo img {
    width: auto;
}


.image-item {
    width: 30%;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    position: relative;
    height:150px;
    overflow: hidden;
}
.image-item img {
    width:100%;
    height:100%;
}
.company-name {
    margin: 15px 0;
}

.company-all-image {
    margin-top: 20px;
}
.sister-concern-title .title h2 {
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 600;
}
.company-photo-title h2 {
    text-transform: uppercase;
}
.company-details p {
    margin-bottom: 15px;
}
.image-item-overlay {
    position:absolute;
    width:100%;
    background: rgba(179, 54, 122, 0.7);
   height:150px;
   top:100px;
   text-align: center;
   transition: all .5s ease;

}
.image-item-overlay i {
    color:#fff;
    font-size:25px;
    text-align: center;
    line-height: 150px;
}
.image-item:hover .image-item-overlay {
    top:0;
}
.company-des p {
    font-size: 16px;
}

/*============================Black Color Css=================*/

.common-button a {
    color: #fff;
}

.contact-area,
.gallery-area {
    background: #000;
}
.clients_logo {
    background:#0d0c0c; 
}
.ourteam-area {
    background: #0d0c0c;
}

/*==============Modal Css =======================*/
.monirs-details h4 {
	font-size: 22px;
	color: #af3777;
	text-transform: uppercase;
}
.monirs-details p {
	margin-top: 15px;
}

/*=========contact page==========*/
#contact-area {
    padding: 40px 0;
    background: #ffffff;
}
.sub-title {
    text-align: left;
    padding-bottom: 20px;
}
.contact-link li {
    display: block;
    text-align: left;
    box-shadow: 0 0 4px #ddd;
    padding: 0px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #ebebeb;
    color: #000;
    height: 185px;
}
.contact-link li a {
	color: #fff;
}
.cmn_form input, .cmn_form textarea {
    border: 1px solid #ddd;
}
.icon-box {
    font-weight: 500;
    margin: 10px 0;
    font-size: 22px;
}
.icon-box i {
    font-size: 20px;
    margin-right: 5px;
    color: #000;
}
 .cmn_form button {
    background: #FF3366;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 12px;
    float: left;
    cursor: pointer;
}
.single-page {
    text-align: left;
    padding-left: 10px;
}
.complain-box {
    background: #fff;
    text-align: left;
    padding: 30px;
}
.complain-box input{
    background: #eee !important;
}
.form-control.textbg {
    background: #eee !important;
}
.complain-box {
    background: #fff;
    text-align: left;
    padding: 30px;
}
.complain-box input{
    background: #eee !important;
}
.form-control.textbg {
    background: #eee !important;
}
img.show-cart-image {
    height: 60px;
}
.sub-title h6 {
    font-size: 20px;
}

/*====Footer top start====*/
.training {
    background: #FF6b6b;
    padding: 3px 0;
}
.training h4 {
    position: relative;
    color: #fff;
    font-size: 20px;
}
.training h4:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #FF6b6b;
    content: "";
    height: 3px;
    width: 20%;
}
.training-right{
    text-align: right;
}
.training-top-right a {
    background: #FF6b6b;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
}
.training-right a:hover{
    background: #222;
}
.training-top-right {
    text-align: right;
}

.training-title {
    color: #fff;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
}
.training-title:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #AC2034;
    content: "";
    height: 3px;
    width: 25%;
}
.training-title {
    color: #fff;
    font-weight: 400;
    position: relative;
    margin-bottom: 50px;
}




/*==================== Authorization Page Css =============*/
.authorization {
    padding: 50px;
    position: relative;
    z-index: 1;
}
.authorization:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
.authorization p {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.hngroup_client_logo h4 {
    margin-bottom: 5px;
}
.hngroup_client_logo {
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 30px;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.hngroup_client_list {
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 30px;
}
.hngroup_client_list h4 {
	line-height: 30px;
}
.contact-active {
    background: #ed1c24;
    border-radius: 5px;
    padding: 4px 10px !important;
    color: #fff !important;
}
@keyframes specialist-item {
	from {
		transform: rotate(0deg)
		           translate(-150px)
		           rotate(0deg);
	}
	to {
		transform: rotate(360deg)
		           translate(-150px) 
		           rotate(-360deg);
	}
}
.specialist-item {
	animation: rot 3s infinite linear;
}
.about-title b {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 27px;
    color: #000;
    font-weight: 500;
}

.border-btm h2 {
	position: relative;
	margin-bottom: 15px;
}
.section-title.section-padding.border-btm .special-circle {
	height: 20px;
	width: 20px;
	background: #FF6b6b;
	text-align: center;
	margin: 0 auto;
	transform: rotate(45deg);
	position: relative;
	z-index: 9;
}
.border-btm h2::after {
	content: "";
	position: absolute;
	left: -10px;
	bottom: -27px;
	border: 2px solid #fff;
	width: 50%;
}
.border-btm h2::before {
	content: "";
	position: absolute;
	right: -10px;
	bottom: -27px;
	border: 2px solid #fff;
	width: 50%;
}

.client_sliders .owl-dots {
    text-align: center;
}
.client_sliders button.owl-dot {
    width: 10px;
    height: 10px;
    background: red !important;
    border-radius: 50%;
    margin-right: 5px;
}
.client_sliders button.owl-dot.active {
    background: #FF6b6b !important;
}

section.client_feedback {
    background: #F9F9F9;
}
h2.serv_head:after,
h2.serv_head:before {
    display: none;
}
.testi_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow:hidden;
}
.testi_img img {
    width:100%;
    height:100%;
    border-radius:50%;
    
}
.testimonial_item {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}
.test_des h2 {
    font-size: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
    color: #FF6b6b;
}
section.counter_sec {
    background: #fff;
}

.count_item {
    text-align: center;
    border-right: 4px solid #f7f7f7;
}

.count_item.last_count {
    border-right: none;
}
.count_item h2 {
    font-size: 28px;
    font-weight: 600;
    color: #606060;
    margin-bottom: 4px;
}
.count_item p {
    font-size: 15px;
}
.about-image {
    overflow: hidden;
    width: 100%;
    height: 305px;
}

.ceo_pic {
    height: 200px;
    width: 200px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 2px 4px 10px 0px #504d4d;
    margin-bottom: 20px;
}

.ceo_des h4 {
    padding: 12px 0;
}

ul.quick-contact p {
    margin-bottom: 0;
    line-height: 30px;
}
.fixed_whats a {
    width: 50px;
    height: 50px;
    background: #049704;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    position: fixed;
    bottom: 117px;
    right: 0px;
    border-radius: 50px;
    color: #fff;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clients_sec {
    padding:30px 0;
}

section.top_bar {
    background: #FF6b6b;
    padding: 3px 0;
}
.topbar_left ul li a {
    color: #fff;
}
.topbar_right {
    text-align: right;
}
.topbar_right ul li a {
    border: 1px solid #fff;
    padding: 3px 10px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}
.jobapply_inner p {
    font-size: 25px;
}
.jobapply_inner form input:focus {
    box-shadow: none;
    border-color: #ed1c24;
}
.jobapply_inner .invalid-feedback strong {
    color: #ed1c24 !important;
    font-weight: normal;
}
.jobapply_inner form label span {
    color: #ed1c24;
}

.job_apply_btn a {
    background: #FF6b6b;
    font-size: 22px;
    padding: 5px 30px;
    color: #fff;
    border-radius: 5px;
}

.form-content {
    background: #fff;
    border-radius: 5px;
    margin: 25px 0;
    border: 1px solid #ddd;
    overflow: hidden;
}

.auth-title {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #f5f7f9;
}

.form-content form {
    padding: 0 15px;
}

.submit-btn {
    background: #00AEF0 !important;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 7px 0;
    text-transform: uppercase;
    margin: 6px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.justify-content-center {
    justify-content: center !important;
    margin: 0 auto;
    display: flex;
}
.form_inn {
    display: grid;
    grid-template-columns: 80% 20%;
}
.form_head h2 {
    text-align: center;
    font-size: 25px;
    color: green;
}
.admit_card_inn .form_top_left p {
    line-height: 35px;
    font-size: 18px;
}
.ex_date {
    display: flex;
    justify-content: space-between;
}
.admit_card_inn .p_photo {
    height: 140px;
    width: 140px;
}
.p_photo img {
    height: 100%;
    width: 100%;
}
.nid_img.admit_signature {
    display: inherit;
    width: 100%;
    overflow: hidden;
}
.admit_signature .nid_img_item {
    width: 127px;
    height: 95px;
    border: none;
    float: right;
}
.card.cust_card {
    box-shadow: 4px 5px 24px #ddd;
    margin-top: 30px;
    padding: 40px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.form_top_right {
    display: flex;
    justify-content: right;
}
.admit_download {
    text-align: center;
    margin-top:20px;
}
.section-title p { 
    width: 50%;
    margin: 0 auto;
}
.serv_btn a {
    border: 1px solid #ddd;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    transition: all .5s ease;
    background: #FF6b6b;
    color: #fff;
}
.serv_btn a:hover {
    background: #FF6b6b;
    border-color: #FF6b6b;
    color: #fff;
}
.about-text span {
    line-height: 26px;
}
.txt_button a {
    background: #FF6b6b;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    transition: all .5s ease;
}
.txt_button a:hover {
    background: #000;
    box-shadow: 1px 5px 5px #000;
}
.why_choose_sec {
    background: #fff;
}

.about-image.why_choose_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.about-title.choose_title h4 {
    text-align: center;
    color: #000;
    text-transform: capitalize;
    padding: 15px 0;
}

.about-text.why_choose_text p {
    text-align: center;
    color: #000;
    font-size: 16px;
}
.about-left.why_choose_item {
    border: 1px solid #999;
    margin-bottom: 30px;
    padding: 10px;
}
.choolse_left .about-left h2 {
    color: #000;
}
.choolse_left .about-text p {
    color: #000;
    font-size: 16px;
}
.txt_button.choose_btn a {
    background: #FF6b6b;
}
.choolse_left {
/*    margin-top: 185px;*/
}
.course_head h2 {
    text-align: center;
    color: #000;
}

.courses-widget {
    border: 1px solid #ddd;
    margin: 15px 0;
    border-radius: 20px;
    overflow: hidden;
}
.courses-title a {
    color: #FF6b6b;
}
.courses-img {
    height: 215px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.courses-img a {
    width: 100%;
}
.courses-img a img {
    height: 100%;
    width: 100%;
}

.courses-img:hover:after {
    transform: translateY(0);
}
.courses-description {
    padding: 10px;
    overflow: hidden;
}
.courses-title h2 {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px;
    color: #000;
}
.short-line {
    background: #000;
    height: 2px;
    display: block;
    width: 28px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.fa.fa-clock-o {
    margin-right: 10px;
}
.fa.fa-calendar-check-o {
    margin-right: 10px;
}

.courses-price p {
    color: #000;
    display: inline-block;
    padding: 5px 10px;
}
.courses-price del {
    margin-left: 10px;
    font-size: 16px;
}
.courses-price a {
    color: #fff;
    display: inline-block;
    float: right;
    position: relative;
    padding: 4px 14px;
    border: 1px solid #FF6b6b;
    margin-right: 10px;
    border-radius: 5px;
    transition: all .5s ease;
    background: #FF6b6b;
}
.courses-price a:hover {
    background: #FF6b6b;
    color:#fff;
}

.courses-price button {
    background: transparent !important;
    border: none;
    float: right;
    position: relative;
}
.courses-price button:focus {
    box-shadow:none;
}
.courses-price button::after {
    content: "";
    position: absolute;
    left: -5px;
    top: -38px;
    width: 5px;
    height: 106px;
    background: #fff;
    transform: rotate(20deg);
}

.how_works_sec {
    background: #F9F9F9;
    padding: 50px 0;
}
.how_works_head {
    display: grid;
    grid-template-columns: 80% 20%;
    margin-bottom: 25px;
}
.how_works_head_left p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.how_works_head_left h3 {
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 700;
}
.how_works_head_left h3 span {
    color: #FF6b6b;
}
.how_works_head_right h2 {
    font-size: 100px;
    font-weight: 700;
    color: #ddd;
    text-align: right;
    letter-spacing: 6.5px;
}
.how_works_head_right p {
    text-align: center;
    margin-top: -86px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #000;
    position: relative;
    font-weight: 600;
}
.how_works_head_right p:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 10px;
    width: 50px;
    height: 1px;
    background: #4659a7;
}
.how_works_step {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.step_item {
    position: relative;
    transition: all .5s ease;
}
.item_circle {
    position: relative;
}
.item_circle p {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    background: #edf6fd;
    z-index: 1;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    transtion:all .5s ease;
}
.step_item:hover .item_circle p {
    background: #FF6b6b;
    color: #fff;
    border-color: #FF6b6b;
    transtion: all .5s ease;
}
.item_circle p:hover {
    background: #4659a7;
    color: #fff;
    border-color: #4659a7;
}
.line {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
}
.item_des {
    margin-top: 40px;
    padding: 1px 4px;
}
.item_des h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.item_des h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}
.look_btn a {
    color: #4659a7;
    margin-top: 10px;
    display: block;
    font-weight: 600;
    transition: all .5s ease;
}
.look_btn a:hover {
  color:#F05323;
}
.foot_widget {
    padding: 40px 0 30px 0;
}
section.iportant_sec {
    background: #F9F9F9;
    padding: 40px 0;
}
.notice_inn {
    background: #fff;
    border: 1px solid #000;
}
.notice_inn {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.important_head {
    background: #FF6b6b;
    padding: 10px;
}
.important_head h2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.important_item {
    padding: 14px;
    border-bottom: 1px solid #ddd;
}
.notice_title a {
    font-size: 20px;
    color: #FF6b6b;
}
.notice_btn {
    text-align: right;
}
.notice_btn a {
    border: 1px solid #FF6b6b;
    padding: 5px;
    background: #FF6b6b;
    color: #fff;
    border-radius: 5px;
    transition: all .5s ease;
}
.notice_btn a:hover {
    background:#000;
    border-color:#000;
}
.notice_title.important_title a {
    color: #000;
    font-size: 14.5px;
}
.notice_title.important_title a:hover {
    color: #FF6b6b;
}
.important_item img {
    height: 466px;
    object-fit: contain;
}
.blog-widget {
    margin-bottom: 25px;
    transition: all .5s ease;
}
.blog-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .5s ease;
    height: 260px;
}
.blog-widget img {
    transition: all .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-widget-inner {
    padding: 10px;
    background: #f5f5f5;
}
.blog-title a {
    font-size: 22px;
    color: #4659a7;
    margin-top: 10px;
    font-weight: bold;
    font-family: Raleway;
    display: inline-block;
    transition: all .5s ease;
}
.blog-caption li {
    margin-right: 5px;
}
.blog-caption ul li a i {
    margin-right: 5px;
    color: #F05323;
}
.blog-caption li {
    margin-right: 5px;
    display: inline-block;
}
.blog-img-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.overlay_buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog-widget:hover .blog-img-overlay {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.overlay_buttons .fa {
    background-color: #000;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    border-radius: 100%;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s 0.2s;
    -moz-transition: all 0.2s 0.2s;
    -o-transition: all 0.2s 0.2s;
    transition: all 0.2s 0.2s;
    opacity: 0;
    transform: scale(0);
   
}
.blog-widget:hover .overlay_buttons .fa {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.sample-widget {
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px;
    background: #f5f5f5;
}
.equipments-image {
    height: 250px;
    overflow: hidden;
    position: relative;
}
.overlay {
    position: absolute;
    background: rgba(0,0,0, 0.5);
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    top: 100%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    color: #00909A;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.sample-widget:hover .overlay {
    visibility: visible;
    opacity: 1;
    top: 0;
}

section.video_sec {
    padding: 50px 0;
}
.video_item {
    margin-bottom: 15px;
    background: #f5f5f5;
}
.video_title p {
    padding: 10px;
}
.google-map iframe {
    width: 100%;
}

.course_book a {
    display: block;
    text-align: center;
    background: #000;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    transition: all .5s ease;
}

a.whats_app_icon {
    background: #049704;
}

.course_book a:hover {
    background:#FF6b6b;
}

.details_title {
    display: grid;
    grid-template-columns: 70% 30%;
}

.details_title p {
    text-align: right;
    padding-right: 10px;
}

.details_title {
    display: grid;
    grid-template-columns: 60% 40%;
    padding: 10px 0;
}
.latest_course {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.latest_head p {
    font-size: 22px;
    margin: 0;
}
.latest_head {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    background: #f5eded;
}
.course_list ul li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.course_list ul li::last-child {
    border-bottom:none;
}
.course_list ul li a {
    display: block;
    width: 100%;
    transition:all .5s ease;
    font-size:16px;
}
.course_list ul li a:hover {
    color: #FF6b6b;
}
.fixed_whats.messanger_icon a {
    bottom: 170px;
    background: #fff;
    overflow: hidden;
}

.lang-translate {
    margin-top: 18px;
}
.lang-translate ul {
    border: 1px solid #fff;
    border-radius: 5px;
}
.lang-translate li {
    width: 47%;
    text-align: center;
    display: inline-block;
}
.lang-translate ul li a {
    color: #fff;
    display: block;
}
.lang-translate ul li.active a {
    background: #fff;
    color: #222;
}
.notice_date p {
    margin-bottom: 0;
}
/*Switch Design */



.button {
    position: relative;
    top: 50%;
    width: 60px;
    height: 30px;
    margin: 0 !important;
    overflow: hidden;
    margin-top: 16px !important;
}
.button.r, .button.r .layer {
    border-radius: 100px;
}
.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.layer {
    width: 100%;
    background-color: #8A9A5B;
    transition: 0.3s ease all;
    z-index: 1;
    border: 1px solid #ddd;
}

.button-cover, .knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.knobs {
    z-index: 2;
}
#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer {
    transition: 0.3s ease all;
}
#button-1 .knobs:before {
    content: "EN";
    position: absolute;
    top: 3px;
    left: 4px;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #bb9209;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    z-index: 99999999;
}

#button-1 .checkbox:checked + .knobs:before {
    content: "BN";
    left: 32px;
    background-color: #f44336;
}

.login-content {
    background: #fff none repeat scroll 0 0;
    margin: 10px 20px;
    text-align: left;
    box-shadow: 0 0;
    border: 1px solid #ddd;
    padding: 30px;
}

.login-title {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 13px;
    margin-top: 0;
    text-transform: uppercase;
}

.login-content p {
    margin-bottom: 14px;
}
.login-content form input, .login-content form select, .login-content form textarea {
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 13px;
    height: 40px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 5px;
}
.login-content form input.login-sub {
    background: #FF6b6b;
    border: 0 none;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 0 40px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: inherit;
    cursor: pointer;
}

.scustomer-register a {
    color: #222;
    text-transform: capitalize;
    margin-top: 15px;
    display: inline-block;
}
.login-content .form-group {
    margin-bottom: 0;
}
.login-content .form-control, .login-content .form-control:focus, input, input:focus {
    outline: 0;
}
.login-content input:focus {
    border-color: 1px !important;
   
}
.cprofile-sidebar {
    text-align: left;
    padding: 30px;
    background: #F1F1F1;
    height: 100%;
}
.cprofile-sidebar ul li.active {
    color: #295498;
}
.cprofile-sidebar ul li {
    display: block;
    padding: 6px 0;
}
.cprofile-details {
    margin-top: 40px;
}

.account-title {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    padding-bottom: 20px;
}

.referral-program-referral form {
    padding: 4px 15px;
    margin-right: 15px;
    border-radius: 50px;
    background: #FF6b6b;
    color: #fff;
    margin-top: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: auto 25px;
}
.form-copy-input-cont input {
    background-color: rgba(0,0,0,0);
    padding: 4px;
    margin-left: 10px;
    border: 0;
    flex-grow: 1;
    width: 100%;
}
.account-title {
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    text-align: left;
    font-weight: 600;
    margin-top: 10px;
}

form.reffer_form button:hover {
    color: #fff;
}
.form_inn {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #FF6b6b;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 40px 30px 40px;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}
.campaign_offer {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    background: #FF6b6b;
    padding: 20px 0;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.card-header {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background: #F8F8F8;
}
.card {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.card-body {
    padding: 15px;
}
button.order_place {
    background: #FF6b6b;
    color: #fff;
    display: block;
    width: 100%;
    padding: 8px 0;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
}
.form_sec {
    padding:40px 0;
}
.checkout_form_inn {
    grid-template-columns: 1fr;
}
.account_balance {
    width: 170px;
    height: 150px;
    background: #FF6b6b;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.account_balance_inn {
    margin-top: 15px;
}
.total_balance h4 {
    margin-bottom: 6px;
}
.course_inn table {
    width: 100%;
}
header.navbar_area {
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 1s;
    background: #fff;
    padding: 0 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.sidebar-item {
    box-shadow: 0px 0px 8px 1px #ddd;
    padding: 20px;
}
.highlisht-title p {
    background: #000;
    font-size: 19px;
    color: #fff;
    padding: 7px 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.sidebar-item ul li a {
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding: 8px 0;
    transition: 0.35s all;
    font-weight: 600;
    color: #555;
}
.sdetails-second h3 {
    font-weight: 700;
    padding-top: 10px;
    margin-bottom: 10px;
}

.about-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.social__icons {
    position: fixed;
    bottom: 60px;
    right: 0;
    cursor: pointer;
    z-index: 99999;
}
.social__icons a i {
    background: #ff6b6b;
    padding: 12px;
    border-radius: 50%;
    font-size: 20px;
    border: 1px solid #ff6b6b;
    height: 50px;
    width: 50px;
}
.social__icons a {
    color: white;
    text-align: center;
}
.social__icons_list {
    color: wheat;
    position: fixed;
    bottom: 70px;
    right: 35px;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    z-index: 99999;
}

.social_menu {
    visibility: visible;
    transition: all 0.2s ease-in-out;
    bottom: 117px;
    opacity: 1;
}


    .panel-title a {
      display: block;
      position: relative;
    }
    .panel-title a:after {
      content: '\f067'; /* fa-plus */
      font-family: FontAwesome;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }
    .panel-title a.collapsed:after {
      content: '\f067'; /* fa-plus */
    }
    .panel-title a:not(.collapsed):after {
      content: '\f068'; /* fa-minus */
    }



/*======ECOMERCE PRODUCT DESIGN START HERE========*/
/*====  ALL CATEGORY CSS END ====  */

.page-description ul li {
    display: list-item;
    list-style: initial;
}

.page-description ul {
    padding-left: 20px;
}

.front-view-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 50px;
}

.front-view-image {
    margin-bottom: 15px;
}

.front-view-image a {
    display: block;
}

.front-view-image a img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    transform: translateY(0px);
    transition: all 0.3s ease;
}

.front-view-item:hover .front-view-image a img {
    transform: translateY(-20px);
}

.front-view-title a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.category-banner-products {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 7px;
    background: #fff;
}

.home-page-section-title-box {
    margin-bottom: 10px;
}

.home-page-section-title-box h3 {
    font-size: 30px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.view-all-button-box.pull-right {
    float: right;
}

a.custom-button {
    border: 1px solid transparent;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgb(11 15 25 / 6%), 0 0.125rem 0.4rem -0.0625rem rgb(11 15 25 / 3%) !important;
    display: inline-block;
    position: relative;
    background: transparent;
    transition: color 0.1s linear 0.05s;
    text-decoration: none;
}

.product-item-box {
    box-shadow: 0 2px 10px -1px rgb(0 0 0 / 12%);
    border-radius: 15px;
    background: #fff;
    margin-bottom: 15px;
}

.product-img-outer-box {
    position: relative;
    overflow: hidden;
}

.product-img-outer-box a {
    border-radius: 10px 10px 0px 0px;
}

.product-img-outer-box a img {
    transform: scale(1);
    transition: all 0.5s ease-out;
    object-fit: contain;
    background: #fff;
    width: 100%;
}

.product-img-outer-box a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}

.product-desc-main-box {
    padding: 5px;
    text-align: center;
}

.product-title-box h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-title-box h4 a {
    font-size: 14px;
}

.product-price-box h4 {
    font-weight: bold !important;
    font-size: 14px;
    color: #b70053;
    font-family: var(--font);
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev,
.product-inner button.owl-next,
.related-product-section button.owl-next {
    top: 50%;
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
}

.product-inner button.owl-prev i,
.related-product-section button.owl-prev i,
.product-inner button.owl-next i,
.related-product-section button.owl-next i {
    width: 35px;
    height: 35px;
    background-color: #ddd;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product-inner button.owl-prev:hover i,
.related-product-section button.owl-prev:hover i,
.product-inner button.owl-next:hover i,
.related-product-section button.owl-next:hover i {
    background-color: var(--secondary-color);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1.3);
    color: #fff;
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev {
    left: 0;
}

.related-product-section button.owl-prev {
    left: -40px;
}

.product-inner button.owl-next,
.related-product-section button.owl-next {
    right: 0;
}

.related-product-section button.owl-next {
    right: -40px;
}

section.product-inner {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-title-left h4 {
    font-size: 30px;
}

.product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: 260px;
    display: block;
}

.product-inner .product-img-outer-box a {
    height: 290px;
}

.category-banner-products .product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: auto;
    display: block;
}

.slide-img-box {
    border-radius: 10px;
    overflow: hidden;
}

.category-img-banner {
    margin-bottom: 15px;
}

.category-img-banner a {
    display: block;
    overflow: hidden;
}

.category-img-banner a img {
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 15px;
}

.category-img-banner:hover a img {
    transform: scale(0.95);
}

.category-main-section {
    border-top: 1px dashed #ccc;
    padding: 20px 0;
}

.menu-logo a {
    display: block;
}

.campaign-item a {
    display: block;
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.campaign-item a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.campaign-main-section {
    border-top: 1px dashed #ccc;
    padding: 25px 5px;
}

.qty-cart .add-to-cart {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: #087bce;
    border-radius: 0;
    color: #fff;
    height: 48px;
    width: 160px;
}

.section-meta-description {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*=== Websolution IT ==== */

.sec_title H2 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}

.category-breadcrumb a {
    font-size: 16px;
    color: #666666b3;
    font-weight: 400;
}

.category-breadcrumb span {
    color: #666666b3;
}

.category-breadcrumb strong {
    font-size: 16px;
}

.category-product {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    overflow: hidden;
}

.product_item_inner {
    border-bottom: 0;
    transition: 0.35s all;
}

.wist_item {
    position: relative;
}

.product_item:hover .product_item_inner {
    border-color: var(--secondary-color);
}

.product_item {
    position: relative;
    border: 1px solid #ddd;
    transition: 0.35s all;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.pro_name {
    height: 50px;
    line-height: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    display: block;
    margin-top: 5px;
    padding: 0 5px;
}

.pro_name a {
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
}

.pro_img {
    height: 225px;
    position: relative;
    overflow: hidden;
}

.pro_img>a {
    display: block;
    height: 100%;
}

.pro_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: 0.35s all;
}

.product_item_inner:hover .pro_img img {
    transform: scale(1.1);
}

.pro_des {
    text-align: center;
}

.pro_price {
    margin-bottom: 5px;
}

.pro_price p {
    color: var(--secondary-color);
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
}

i.fa-regular.fa-trash-can.trash_icon {
    font-size: 15px;
    color: var(--secondary-color);
}

i.fa-regular.fa-trash-can.trash_icon:hover {
    color: red;

}

.pro_btn form {
    text-align: center;
}

.pro_btn {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    padding: 0px 15px;
    padding-bottom: 15px;
}

.cart_btn a, .cart_btn button, .variable-modal {
    background: var(--primary-color);
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    transition: all .5s ease;
    padding: 6px 0;
    border-radius: 5px !important;
}

.cart_btn a:hover, .cart_btn button:hover {
    background: var(--secondary-color);
}

.pro_price del {
    color: #222;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
}

.discount {
    position: absolute;
    top: 5px;
    background: var(--secondary-color);
    padding: 0px 12px;
    border-radius: 20px;
    left: 5px;
    z-index: 9;
}

.discount p {
    color: #fff;
    font-size: 14px;
}

.pro_name a:hover {
    color: var(--primary-color);
}

.success-img {
    text-align: center;
}

.success-img img {
    width: 320px;
}

.success-title h2 {
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 45px;
}

.success-table {
    background: #f3f3f3;
    padding: 15px;
}

section.createpage-section {
    padding: 50px 0;
    background: #fff;
    margin-bottom: 10px;
}

button.owl-next {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}

button.owl-prev {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}

section.slider-section .row .col-sm-2 {
    width: 200px;
}

form.sort-form .form-select,
form.sort-form .form-select:focus {
    border: 1px solid #ddd;
    border-radius: 0;
}

.sorting-section {
    margin-bottom: 20px;
}

.showing-data {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.showing-data span {
    font-size: 16px;
    display: block;
    text-align: right;
}

.category-breadcrumb {
    column-gap: 8px;
}

.breadcrumb ul li a {
    color: #666666b3;
    font-size: 16px;
    text-transform: capitalize;
}

.breadcrumb ul li span {
    color: #666666b3;
}

.register-now.no-account {
    background: #fff;
    padding: 0 10px 15px 10px;
}

.comn_sec {
    padding: 20px 0;
}

.checkout-coupon-form {
    padding: 10px;
    background-color: var(--secondary-color);
}

.checkout-coupon-form .coupon {
    display: flex;
    border: 1px solid;
    border-color: #ddd;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
    height: 45px;
    padding: 5px;
}
/*======ECOMERCE PRODUCT DESIGN END ========*/
/*==== DETAILS CSS START ====  */
.product-section {
    padding: 30px 0;
}

.product-cart .name {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.details-price {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 10px 0;
}

.details-price del {
    color: #bbb;
    margin: 5px 0;
    font-size: 19px;
}

.details_slider {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.indicator_thumb {
    position: relative;
}

.indicator_thumb.thumb_slider .owl-nav button {
    background: var(--secondary-color) !important;
    margin: 5px 2px;
}

.indicator_thumb {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    margin: 10px 0;
}

.indicator-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.indicator-item img {
    height: 80px !important;
    width: 100%;
    object-fit: contain;
}

.dimage_item img {
    object-fit: contain;
}

.color_inner {
    display: flex;
}

.color-title {
    margin-bottom: 5px;
    margin-top: 6px;
    font-weight: 600;
}

.size_inner {
    display: flex;
}

.pro_unig label {
    font-weight: 600;
    margin-bottom: 10px;
}

.pro_brand p {
    font-weight: 600;
}

.pro_brand {
    margin-bottom: 7px;
    margin-top: 2px;
}

.qty-cart .quantity {
    position: relative;
    border: 1px solid #ddd;
    height: 40px;
    overflow: hidden;
    width: 130px;
    margin-top: 10px;
    border-radius: 5px;
}

.qty-cart {
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
}

.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}

.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.order_now_btn, .order_now_btn:disabled {
    font-size: 18px;
    color: #fff;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 3px;
    width: 50%;
    margin-left: 5px;
    height: 45px;
    margin-top: 10px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.order_now_btn:hover,
.order_now_btn:active {
    color: white !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    outline: 0;
    color: #fff !important;
}

.add_cart_btn, .add_cart_btn:disabled {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 0;
    width: 50%;
    height: 45px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 18px;
}

.pro_brand.stock {
    margin-top: 20px;
}

.call_now_btn {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0EC344;
    border: 0;
}

.call_now_btn i {
    margin-right: 11px;
    font-size: 28px;
}

.add_cart_btn:hover,
.add_cart_btn:active {
    color: #fff !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.delivery_details tr td {
    color: #222 !important;
}

.pro_details_area {
    background: #fff;
    padding: 40px 0;
}

.details-tab .nav-link {
    background: #F7F7F7;
    color: #222;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 0;
    border-top: 2px solid #ddd;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.details-tab .nav-link.active {
    border-top: 2px solid var(--primary-color);
}

.details-tab .tab-content {
    border: 1px solid #ddd;
}

.details-tab .nav-tabs {
    border: 0;
}

.description {
    padding: 30px;
}

.description ul {
    margin-left: 12px;
}

.description ul li a {
    padding: 6px 20px;
    display: inline-block;
    box-shadow: 0px 0px 3px #ddd;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

.description ul li.active a,
.description ul li:hover a {
    background-color: #0a3a66;
    color: #fff;
}

.review-inner {
    padding: 30px;
}

.review-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

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

.review-btn button {
    background: #03A6E5;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
}

.review-title h4 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 5px;
}

.product-ratting {
    display: none;
}

.product-ratting i {
    color: #FF7E22;
    font-size: 12px;
}

.review-card {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin: 10px 0;
}

.review_star {
    color: #FF7E22;
    /*margin-bottom: 7px;*/
}
.details-product {
    margin: 10px 0 0 0;
}
.details-action-box .empty-content {
    padding: 50px 0;
    text-align: center;
}

.details-action-box .empty-content i {
    font-size: 3rem;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: var(--secondary-color)33;
    border-radius: 50%;
    color: var(--secondary-color);
}

p.empty-text {
    text-align: center;
}

.empty-review {
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 15px;
}

.empty-review i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: #00aef033;
    font-size: 30px;
    border-radius: 50px;
    color: #00aef0;
}

.modal-content input, .modal-content input:focus {
    height: 42px;
    border: 1px solid #ddd;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
    display: flex;
    justify-content: end;
}

.rating>label {
    display: inline-block;
    position: relative;
    width: 28px;
    font-weight: 600;
    color: #009e60;
}

.rating label {
    font-size: 20px !important;
    cursor: pointer !important;
}

textarea#message-text {
    border: 2px solid;
    border-color: #009e60;
    max-width: 450px;
}

.rating>label.active:before,
.rating>label.active~label:before,
.rating>label:hover:before,
.rating>label:hover~label:before {
    content: "\2605";
    position: absolute;
    color: #009e60;
}

.rating input {
    display: none;
}

button.details-review-button {
    min-width: 126px;
    background: #0f821d;
    margin-top: 10px;
    padding: 7px;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}

.page-title h5 {
    font-weight: 600;
    font-size: 18px;
}

.pro_vide h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.pro_vide {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 25px;
    position: sticky;
    top: 140px;
}

.details_right {
    padding: 0px 20px;
}

.details-ratting-wrapper {
    margin-bottom: 10px;
}

.details-ratting-wrapper i {
    color: #FFDF00;
}

.details-ratting-wrapper i.far.fa-star {
    color: #959595;
}

.all-reviews-button {
    text-decoration: underline;
    margin-left: 20px;
}

.related-product-section {
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.related-title {
    margin-bottom: 20px;
}

.related-title h5 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

#page-overlay{
    display: none;
}

/*==== DETAILS CSS END ====  */

/*====  CHECKOUT CSS START ====  */
.cartlist img {
    height: 30px;
    width: 30px;
}

.cartlist span {
    height: 20px;
    width: 20px;
    border-radius: 50px;
}

.chheckout-section {
    padding: 35px 0;
}

.checkout-shipping .card-header {
    background: var(--secondary-color);
    padding: 25px 25px;
    color: #fff !important;
}

.checkout-shipping h5, .cart_details h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-family: var(--bn-font);
}

.cartlist .text-left {
    text-align: left;
}

.checkout-shipping label {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    font-family: var(--bn-font);
}

.checkout-shipping h6 {
    font-weight: 600;
    color: #fff;
    font-family: var(--bn-font);
}

a.check-wapp.check-btn {
    background: #00D757;
    padding: 4px 9px;
    border-radius: 4px;
    margin-left: 41px;
    line-height: 35px;
}

.check-wapp i {
    background: #00D757;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.check-position i {
    position: absolute;
    background: #00D757;
    padding: 9px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    transform: translateX(-394%);
}

.checkout-shipping input,
.checkout-shipping input:focus,
.checkout-shipping select,
.checkout-shipping select:focus {
    border: 1px solid #ddd;
    height: 40px;
}

.payment-methods {
    display: flex;
    gap: 15px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    height: 40px !important;
}

#select2-district-container {
    line-height: 40px;
}

.select2-results li {
    display: block;
}

.checkout-shipping .form-check-input {
    height: 14px !important;
}

.checkout-shipping form i {
    margin-right: 5px;
}

.order_place {
    background: var(--secondary-color);
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.35s all;
    font-family: var(--bn-font);
}

.order_place:hover {
    background: var(--secondary-color);
}

/*====  CHECKOUT CSS END ====  */

/*=====CUSTOM SHIPPINGH AREA CSS  END ===========*/

.customized-input-box {
    position: relative;
}

.customized-input-box .input-icon-label {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e5e5e5;
    height: 40px;
    border-radius: 5px 0 0 5px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-color: #ccc;
}

.customized-input-box input {
    padding-left: 70px;
}

.shipping-area-box {
    border: 1px solid;
    border-color: #ddd;
    border-radius: 6px;
}

.area-item {
    border-bottom: 1px solid;
    border-color: #ddd;
    padding: 0 10px;
}

.area-item input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.area-item label {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 13px;
    padding-left: 40px;
    line-height: 1;
    margin: 0;
}

.area-item label::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    top: 20px;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.area-item label::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    top: 20px;
    left: 0;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}

.area-item.active label::after {
    transform: translateY(-50%) scale(0.55);
}


.cart_table {
    font-family: var(--bn-font);
}

.variable-name {
    border-bottom: 1px solid;
    border-color: #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.variable-name h1 {
    font-size: 1.4rem;
    font-weight: 600;
    font-family: var(--poppins-font);
    text-transform: uppercase;
}

/*=====CUSTOM SHIPPINGH AREA CSS  END ===========*/
.service-carousel-wrap {
    position: relative;
    border-radius: 6px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding: 12px 10px;
    border-right: 1px solid #e6e6e6 !important;
    height: 115px !important;
    text-align: center;
    background: #fff;
    height: 100%;
}

.service-carousel .item:last-child{
  border-right:none;
}

.service-carousel .item img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
section.service__section__wsit {
    margin-top: 15px;
    position: relative;
    z-index: 9;
}

.service-carousel .item span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: block;
    text-transform: capitalize;
}

/* NAV BUTTONS */
.nav-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border-radius:50%;
  background:#fff;
  border:none;
  box-shadow:0 4px 14px rgba(0,0,0,0.2);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:10;
}

.nav-btn.prev{ left:-22px; }
.nav-btn.next{ right:-22px; }

.flickity-button-icon {
    width: 28px;
    height: 31px;
    fill: #2fb5d6;
}
section.slider__bottom__banner__wsit {
    margin: 15px 0;
}
.about-title h2 {
    text-align: center;
    margin-bottom: 42px;
}
section.payment__method__wist {
    background: #f8f8f8;
    padding: 60px 0;
}

/*======trending services ==============*/

.trending-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.trending-head h2 {
    font-size: 26px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.see-all{
  color:#55D7BF;
  font-weight:500;
  font-size:15px;
  text-decoration:none;
}

.see-all span{margin-left:6px}

/* carousel wrapper */
.trending-wrap{
  position:relative;
}

/* item */
.trend-item{
  position:relative;
  border-radius:8px;
  overflow:hidden;
}

.trend-item img {
    width: 100%;
    height: 166px;
    object-fit: cover;
    display: block;
    transition: 0.3s all ease-in-out;
}
.trend-item:hover img{
   transform: scale(1.1);
}

/* dark bottom overlay */
.trend-item::after{
  content:'';
  position:absolute;
  inset:auto 0 0 0;
  height:60%;
  background:linear-gradient(to top,rgba(0,0,0,0.75),transparent);
}

.trend-title{
  position:absolute;
  left:14px;
  bottom:12px;
  z-index:2;
  color:#fff;
  font-size:16px;
  font-weight:600;
}

/* nav buttons */
.trend-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:50%;
  background:#fff;
  border:none;
  box-shadow:0 6px 18px rgba(0,0,0,.2);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:10;
}

.trend-nav.prev{left:-23px}
.trend-nav.next{right:-23px}

.trend-nav svg{
  width:26px;
  height:26px;
  fill:#2fb5d6;
}

/* nav buttons */
.recommand-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:50%;
  background:#fff;
  border:none;
  box-shadow:0 6px 18px rgba(0,0,0,.2);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:10;
}

.recommand-nav.prev{left:-23px}
.recommand-nav.next{right:-23px}

.recommand-nav svg{
  width:26px;
  height:26px;
  fill:#2fb5d6;
}

/* owl fixes */
.trending-carousel .owl-stage{
  display:flex;
}
.trending-carousel .owl-item{
  padding-right:18px;
}

/*======trending services ==============*/
.apnar-section {
    background: #f8f8f8;
    padding: 70px 20px;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.apnar-container{
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}

/* Title */
.apnar-title {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 6px;
}

.apnar-sub{
  color:#000;
  font-size:16px;
  margin-bottom:26px;
}

/* Tabs */
.apnar-tabs{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-bottom:10px;
}

.apnar-tabs .tab{
  padding:10px 26px;
  border:1px solid #dcdcdc;
  background:#fff;
  font-size:15px;
  cursor:pointer;
  border-radius:4px 4px 0 0;
}

.apnar-tabs .tab.active{
  color:#55D7BF;
  font-weight:600;
  border-bottom:2px solid #fff;
}

/* Divider */
.apnar-line {
    border: none;
    border-top: 1px solid #e2e2e2;
    margin-bottom: 50px;
    margin-top: -11px;
}
/* Content */
.apnar-content{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:60px;
}

/* Left Image */
.apnar-left img {
    max-width: 450px;
}
/* Right */
.apnar-right{
  text-align:left;
}

.apnar-right h3{
  font-size:26px;
  font-weight:700;
  margin-bottom:14px;
  color:#000;
}

.apnar-right p{
  color:#555;
  font-size:15px;
  margin-bottom:22px;
}

/* Input */
.apnar-input{
  display:flex;
  max-width:520px;
  margin-bottom:22px;
}

.apnar-input input{
  flex:1;
  padding:14px 16px;
  border:1px solid #dcdcdc;
  font-size:15px;
  outline:none;
}

.apnar-input button{
  padding:0 26px;
  border:none;
  background:#55D7BF;
  color:#fff;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
}

/* Store */
.apnar-store img{
  width:160px;
}

/* Responsive */
@media(max-width:900px){
  .apnar-content{
    grid-template-columns:1fr !important;
    text-align:center;
  }
  
  .apnar-right{
    text-align:center;
  }
  .apnar-input{
    margin:0 auto 20px;
  }
}

.apnar-tab-contents{
  position:relative;
}

/* hide all contents */
.apnar-content{
  display:none;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

/* show active */
.apnar-content.active{
  display:grid;
  animation:fadeIn .35s ease-in-out;
}

@keyframes fadeIn{
  from{opacity:0; transform:translateY(8px)}
  to{opacity:1; transform:translateY(0)}
}
.apnar-right img {
    height: 45px;
    /* float: left; */
}
/*======trending services ==============*/
.support-section {
    /* background: #ffffff; */
    margin-top: -68px;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.support-container{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  align-items:center;
  gap:40px;
}

/* LEFT */
.support-left h2{
  font-size:28px;
  font-weight:600;
  color:#222;
  margin-bottom:12px;
}

.support-left p{
  font-size:15px;
  color:#444;
  line-height:1.6;
  margin-bottom:26px;
}

/* BUTTONS */
.support-buttons{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.support-buttons .btn{
  padding:12px 26px;
  border-radius:30px;
  font-size:15px;
  font-weight:600;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
  transition:.2s ease;
}

/* Filled buttons */
.support-buttons .primary{
  background:#55D7BF;
  color:#fff;
  border:none;
}

/* Outline button */
.support-buttons .outline{
  background:#fff;
  color:#55D7BF;
  border:2px solid #55D7BF;
}

.support-buttons .btn:hover{
  opacity:.9;
}

/* RIGHT IMAGE */
.support-right{
  text-align:right;
}

.support-right img{
  max-width:340px;
}

/* Responsive */
@media(max-width:900px){
  .support-container{
    grid-template-columns:1fr;
    text-align:center;
  }
  .support-right{
    text-align:center;
  }
  .support-buttons{
    justify-content:center;
  }
}

/*======trending footer ==============*/
.footer {
    background: #ebebeb;
    padding: 60px 20px 20px;
    font-family: system-ui,-apple-system,"Segoe UI",sans-serif;
    color: #444;
}

.footer-container{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr;
  gap:40px;
}

/* Column title */
.footer-col h4{
  font-size:18px;
  font-weight:600;
  margin-bottom:16px;
  color:#000;
}

/* Lists */
.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-col ul li{
  margin-bottom:10px;
  font-size:14.5px;
}

.footer-col ul li a{
  text-decoration:none;
  color:#444;
}

.footer-col ul li a:hover{
  color:#55D7BF;
}

/* Contacts */
.contact-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
}

.contact-list .icon{
  color:#55D7BF;
  font-size:16px;
  margin-top:2px;
}

/* Social */
.social{
  display:flex;
  gap:14px;
  margin-top:16px;
}

.social span{
  font-size:18px;
  color:#9aa0a6;
  cursor:pointer;
}

/* Apps */
.app-block{
  margin-bottom:16px;
}

.app-block p{
  font-size:14px;
  margin-bottom:6px;
  font-weight:500;
}

.app-block img{
  width:140px;
}

/* Bottom */
.footer-bottom{
  max-width:1200px;
  margin:40px auto 0;
  padding-top:16px;
  border-top:1px solid #ddd;
  display:flex;
  justify-content:space-between;
  font-size:14px;
  color:#666;
}

/* Responsive */
@media(max-width:900px){
  .footer-container{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .footer-container{
    grid-template-columns:1fr;
  }
  .footer-bottom{
    flex-direction:column;
    gap:10px;
    text-align:center;
  }
}

/*======trending footer ==============*/
/* .service-carousel {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 2px;
} */
.trending-head.serve_category {
    background: #fff !important;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.common_margin {
    margin-top: 15px;
}
.about-image.how_work_img img {
    object-fit: contain;
}
.banner_two {
    margin-top: 40px !important;
}
.service-card {
    border-radius: 12px;
    margin-bottom: 25px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Image */
.service-image {
    position: relative;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Overlay Button */
.service-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}


.service-btn {
    padding: 12px 26px;
    background: #00bcd4;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transform: scale(0.5);
    transition: 0.4s ease;
}


.service-card:hover img {
    transform: scale(1.1);
}

.service-card:hover .service-overlay {
    opacity: 1;
}

.service-card:hover .service-btn {
    transform: scale(0.7);
}


.service-title {
    padding: 15px;
    text-align: left;
}

.service-title h4 {
    margin: 0;
    font-size: 18px;
}

.service-title a {
    color: #00a6c7;
    text-decoration: none;
}

.service-title a:hover {
    text-decoration: underline;
}
.service_cat_name_wsit p {
    margin: 0;
    font-size: 10px;
}
.service_cat_name_wsit {
    position: absolute;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    left: 20px;
    top: 11px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    padding: 5px 10px;
    line-height: 1;
    z-index: 9;
}


.service-order-card {
    max-width: 420px;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', sans-serif;
}

.order-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
    display: block;
}

.input-icon {
    position: relative;
}

.input-icon input {
    width: 100%;
    padding: 5px;
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
}

/* Hide browser default icons */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
}

/* Custom icon */
.input-icon i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}

.order-btn {
    width: 100%;
    background: #25a7c8;
    color: #fff;
    border: none;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
}

.order-btn:hover {
    background: #1e93b0;
}

.note {
    text-align: center;
    font-size: 13px;
    color: #777;
    margin-top: 12px;
}

.customer-sidebar {
    background: #fff;
    padding: 10px 20px;
    margin: 20px 0;
    border-radius: 2px;
}
.breadcrumb ul {
    display: flex;
    gap: 2px;
}
.call_now_btn {
    margin-bottom: 11px;
}
.single_product {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 11px;
    padding: 0;
}
.customer-img {
    height: 100px;
    width: 100px;
}
.customer-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--secondary-color);
}
.sidebar-menu a {
    display: flex;
    gap: 6px;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}
.sidebar-menu svg {
    width: 16px;
}
.service-carousel .owl-nav {
    display: block !important;
}
.service-carousel .owl-nav button {
    background-color: var(--secondary-color) !important;
    position: absolute;
    top: 37%;
    height: 40px;
    width: 40px;
}
.service-carousel .owl-nav .owl-prev {
    left: -20px;
}
.service-carousel .owl-nav .owl-next {
    right: -20px;
}
li.cust_dropdown {
    position: relative;
}

ul.cust_submenu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
    background: #fff;
    width: 220px;
    padding: 10px;
    transform: translateY(40px);
    visibility: hidden;
    transition: all .5s ease;
}

ul.cust_submenu li {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #ddd;
}
.customer-content {
    background: white;
    padding: 20px;
    margin: 20px 0;
    border-radius: 2px;
}
ul.cust_submenu li a {
    margin: 0;
    width: 100%;
    display: block;
}
li.cust_dropdown:hover ul.cust_submenu{
    transform: translateY(0px);
    visibility:visible;
}

.check__box__data {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
}
.check__box__data label{
    display: flex;
    align-items: center;
    justify-content: center;
}
.check__box__data p {
    font-weight: normal;
    margin-top: 11px;
    margin-left: 5px;
    margin-right: 5px;
}
.check__box__data a {
    margin-top: 9px;
    color: var(--primary-color);
}
.check__box__data span {
    padding: 5px;
    margin-top: 10px;
}

.social a {
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}
.service_submenu {
    position: absolute;
    width: 200px;
    background: #fff;
    z-index: 999;
    top: 15px;
    left: 200px;
    opacity: 0;
    visibility: hidden;
     /*transform: translateY(10px); */
    transition: all .3s ease;
}
.mobile_section {
    display: none;
}

.ser_category_wsit:hover > .service_submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


li.ser_category_wsit {
    display: flex !important;
    align-items: center;
}
.all_service_wsit {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.reference_data_wsit {
    margin-bottom: 15px;
    margin-top: 15px;
}
.ref_btn {
    background: red;
    border: 0;
    color: #fff;
}

.floating-button a {
    display: flex;
    width: 50px;
    height: 50px;
    position: fixed;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.floating-button a i {
    font-size: 19px;
    color: #fff;
}
.whatsapp-button a {
    background-color: #25D366;
    bottom: 50px;
    right: 30px;
}
.organisation_section{
    display:none;
}
.col-sm-12.organisation_section.active {
    display: block !important;
}

.pulse {
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes fade-in-down-animation {
  0% {
    transform: translate3d(0, -100%, 0);
}
  100% {
    transform: none;
  }
}
.books_store_category {
    margin-top: 20px;
}
.books_store_category .service-carousel {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 5px;
}
.rating>label.active:before, .rating>label.active~label:before, .rating>label:hover:before, .rating>label:hover~label:before {
    content: "\2605";
    position: absolute;
    color: #009e60;
}
.extra_class {
    margin-top: 11px;
}