@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600;700&display=swap');
*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;  
    font-weight: normal;
    font-size: 16px;

}

img{
    max-width: 100%;
}
h1, h2, h3, h4, h5{
    font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 700;
}
a{
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}
button, .btn{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}
p, ul li{
    font-family: 'Inter', sans-serif;
}
/*---------- header css--------*/
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.lead{
  font-size:13px;
}
.loader div {
    background-color: #d9b06a;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
header {
    transition: all 0.5s ease;
}

.header-top {
    padding: 10px 0;
}

.header-upper {
    background: #000000;
    padding: 9px 0;
}
.header-upper ul{
    
    margin-left: 0;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
    padding: 0;

}
.header-upper li{
    color: #ffbe00;
    margin-left: 10px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
    display: inline-block;
    padding: 5px 5px;
}
.header-upper li a{
    display: inline-block;
    color: #d5d5d5;
    font-size: 13px;
    font-weight: 400;
}
.header-upper li a:hover{
    color: #ffbe00;
}

.header_middle{
    padding: 15px 0;
    background: #fff;
    position: relative;
}
.header_middle .input-group{
    width: 100%;
}
.header_middle .sign_in{
    font-size: 12px;
    color: #000;
    font-weight: 400;
    padding: 2px 6px;
    cursor: pointer;
}
.header_middle .sign_in i{
    font-size: 20px;
    margin-right: 5px;
}
.header_middle .cart{
    font-size: 12px;
    color: #000;
    font-weight: 400;
    padding: 2px 6px;
    cursor: pointer;
}
.header_middle .cart i{
    font-size: 20px;
    margin-right: 5px;
}
.header_middle .cart .count{
    display: block;
    background: #e50d00;
    text-align: center;
    border-radius: 20px;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
}
.header_middle .form-control{
    border: 1px solid #cb0c00;
}
.btn-outline-secondary{
    border-color: #cb0c00;
    color: #fff;
    background: #cb0c00;
}
.header_middle .form-control:focus{
    outline: none;
    box-shadow: none;
}

.btn-alumni {
    border-radius: 5px;
    padding: 9px 23px 9px 17px;
    background: #08a10e;
    border: none;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    margin: 0px;

}
.btn-alumni i{
    vertical-align: middle;
    font-size: 19px;
}
.btn-alumni.contact{
     background: #016ee3;
}
.btn-alumni.contact:hover{
     background: #e71609;
}
.header-bottom {
    background: #ffbe00; 
    transition: all 0.5s ease;
    padding: 6px 0;
    position: relative;
}
/* .header-bottom:before{
    position: absolute;
    content: '';
    width: 30%;
    height: 100%;
    background: #ffbe00;
    top: 0;
    left: 0;
} */

.brand {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffbe00;
    display: inline-block;
    width: 250px;
}

.header {
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    /* box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100); */
    /* position: fixed; */
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    transition: all 0.5s ease;
}
.header-bottom nav.navbar{
    width: 100%;
}
.menu{
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    height: 3rem;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.fixedheader .header-bottom{
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    background: #ffffffeb;
    padding: 5px 0;
}

@media screen and (max-width: 767px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 75%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        background-color: #000;
        transition: all 0.5s ease;
    }
    .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }
}

.menu-item {
    position: relative;
    display: inline-block;
    margin-left: 1.7rem;
}
.menu-item.active .menu-link{
    color: #e50d00;
}
.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.05rem;
    column-gap: 0.05rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
    color: #000000;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.menu-link>i.fa-solid {
    font-size: 1rem;
    line-height: 1.5;
    color: inherit;
    margin-left: 5px;
}

.menu-link:hover {
    outline: none;
    color: #e50d00;
}


.btn-alumni:hover{
    background: #ffbe00;
    color: #fff;
}
.btn-alumni:focus {
    outline: none;
    border: none;
    background: #ffbe00;
    color: #fff;
}

.submenu {
    position: absolute;
    top: 2.35rem;
    left: 0;
    min-width: 13rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 1px 1px 2px #0000004d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.submenu-item {
    display: block;
    margin-top: 0.7rem;
}

.submenu-link {
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: #000;
    transition: all 0.35s ease;
}

.submenu-link:hover {
    outline: none;
    color: #ffbe00;
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.6rem;
    height: 1.15rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 3.1px;
    opacity: 1;
    border: none;
    outline: none;
    border-radius: 1rem;
    background: #000;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
    .wrapper {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }
    .menu-item {
        margin-left: 0.8rem;
    }
    .menu-link {
        column-gap: 0;
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 767px) {
    .menu-dropdown:hover>.submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
    #burger {
        position: absolute;
        right: 293px;
    }
}

@media only screen and (max-width: 767px) {
    .menu {
        width: 100%;
        height: auto;
        padding: 1rem 0;
        display: block;
    }
    .menu-item {
        display: block;
        margin: 0 auto;
    }
    .menu-link {
        justify-content: space-between;
        padding: 0.5rem 1.25rem;
        color: #fff;
    }
    .submenu-link {
        color: #a1a1a1;
        display: block;
    }
    .menu-link>i.fa-solid {
        position: absolute;
        z-index: -1;
        right: 23px;
    }
}

@media only screen and (max-width: 767px) {
    .submenu {
        position: relative;
        top: -0.5rem;
        left: 2.5rem;
        width: 70%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
    }
}

@media only screen and (max-width: 767px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 1120px) {
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}
/*---------- header css--------*/
/*---------- footer css--------*/
#great-construct-team {
    padding: 50px 0;
}
#great-construct-team h2 {
    text-transform: capitalize;
    color: #fff;
    letter-spacing: .03em;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}
#great-construct-team p {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 23px;
    font-style: italic;
    font-family: 'Inter', sans-serif;
}
#great-construct-team p b {
    font-size: 34px;
    color: #161616;
    font-weight: bold;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-right: 10px;
    font-style: italic;
}
#great-construct-team p.has-btn {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-style: italic;
    font-weight: bold;
}
#great-construct-team p.has-btn a { color:#000; }
#great-construct-team p.has-btn a.box_dscc {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #000000;
    display: inline-block;
    line-height: 36px;
    padding: 0 27px;
    position: relative;
    bottom: 5px;
    margin-left: 10px;
}
#great-construct-team p.has-btn a:before {
    background: #FFBB00;
}
.footer_top{
    background: #161616;
    padding-top: 50px;
}
.footer_top_sec{
    text-align: center;
}
.footer_top_sec h2{
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.footer_top_sec .input-group{
    width: 70%;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 9px;
    overflow: hidden;
}
.footer_top_sec .input-group span{
    background: #fff;
    border: none;
}
.footer_top_sec .input-group input{
    border: none;
    padding-left: 0
}
.footer_top_sec .input-group button{
    padding: 12px 15px;
}
.footer_top_sec .input-group input:focus{
    box-shadow: none;
    outline: none;
}
.footer_top_sec .input-group button:hover{
    background: #ffbe00;
    border-color: #ffbe00;
}
.footer_main_details p{
    color: #636363;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 1.8;
    margin-top: 10px;
    font-weight: 400;

}
.footer_main_details{
    /* background: #fff; */
    padding: 40px 0;
}
.footer_main_details ul{
    padding: 0;
    display: inline-block;
}
/* .footer_main_details ul li{
    display: flex;
    align-items: center;
    margin: 15px 0;
    align-items: baseline;
} */
/* .footer_main_details ul li i{
    font-size: 19px;
    margin-right: 7px;
    color: #ffbe00;
    width: 10%;
} */
.footer_main_details a.readmore{
	display: inline-block;
	color: #EFA600;
	font-size: 14px;
    margin-bottom: 10px;
}
.footer_main_details ul li span{
    font-size: 14px;
    color: #000;
    padding: 0 3px;
    font-weight: 600;
    line-height: 1.2;
    width: 90%;

}
.footer_main_details ul li a{
    font-size: 14px;
    color: #EFA600;
    padding: 0 3px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 50%;
    border: 1px solid #EFA600;
    padding: 9px;
    display: block;
	
}
.footer_main_details ul li a:hover{
    color: #ffbe00;
}
.footer_quick_link{
    padding: 40px 0;
}
.footer_heading{
    color: #EFA600;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 20px;
}
/* .footer_heading:after{
    content:'';
    position: absolute;
    width: 100px;
    height: 3px;
    background: linear-gradient(92deg, #ffbe00, transparent);
    left: 2px;
    bottom: -8px;
} */
.footer_top .links{
    padding: 0;
    margin: 0;
}
.footer_top .links li{
    display: block;
    padding: 10px 0;
	border-bottom: 1px solid #2b2b2b;
	
	
}
.footer_top .links li:last-child{
    border:none;
}
.footer_top .links li i{
    color: #636363;
    font-size: 14px;
    transition: all 0.5s ease;
}
.footer_top .links li a{
    color: #636363;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
}

.footer_top .links li a:hover{
    color: #EFA600;
}
.footer_top .links li:hover i{
    padding-left: 5px;
    color: #EFA600;
}
.footer_logo{
    margin-bottom: 10px;
}
.socil_media{
    padding: 0;
    margin: 0;
    padding-top: 15px;
}
.socil_media li{
    display: inline-block;
    align-items: center;
    padding: 5px;
}
.socil_media li a{
    font-size: 18px;
    color: #5f5e5c;
}
.socil_media li a:hover{
    color: #ffbe00;
}
.footer-bottom{
    background: #0F0F0F;
    padding: 18px 0;
    color: #fff;
}
.copyright{
    color: #fff;
    font-size: 13px;
    text-align: left;
    font-weight: 300;
    margin: 0;
    padding-bottom: 5px;
}
.footer_map{
    padding: 40px 25px;
    
}
.footer_map iframe{
    border-radius: 20px;
}
.copyright a{
    color: #fff;
}

.footer_bottom{
    text-align: center;
    background: #112e73;
    padding: 30px 0;
}
.footer_bottom p{
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.footer_bottom p a{
    color: #ffbe00;
}
.bottoms_links{
    padding: 0;
    text-align: right;
    margin: 0;
}
.bottoms_links li{
    display: inline-block;
    padding: 0 5px;
    color: #fff;
}
.bottoms_links li a{
    font-size: 14px;
    color: #fff;
    }
.bottoms_links li a:hover{
    color: #fff;
}
.footer_contact{
    padding: 0;
    margin: 0;
}


.footer_contact li{
    display: flex;
    padding: 15px 0;
    color: #636363;
    font-size: 14px;
    align-items: start;
	border-bottom: 1px solid #2b2b2b;
	font-weight: 400;
}
.footer_contact li:last-child{
    border:none;
}
.footer_contact li span{
    width: 90%;
}
.footer_contact li i{
    font-size: 19px;
    margin-right: 7px;
    color: #717171;
    width: 10%;
}
.footer_contact li a{
    color: #636363;
}
.social-links{
    position: fixed;
    top: 70%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
    padding: 0;
    margin: 0;
}
.social-links li{
    display: block;
}
.linkdin-fixed{
    background:#0c65c3;
    padding: 5px 9px;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    margin:1px 0; 
}
.whatsapp-fixed{
    background:#32b44a;
    padding: 5px 9px;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    border-top-right-radius: 11px;
    border-bottom-right-radius:11px;
    margin: 1px 0; 
}
.social-links li a:hover{
    padding: 5px 9px 5px 15px;
    color: #fff;
}
/* section{
    position: relative;
    overflow: hidden;
} */
.back-to-top {
    background-color: #ffbe00;
    text-decoration: none;
    cursor: pointer;
    width: 56px;
    height: 56px;
    z-index: 999;
    position: fixed;
    right: 32px;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}

.back-to-top:hover {
    background-color: #06276a;
}

.back-to-top:active {
    box-shadow: none;
    background-color: #06276a;
}

.back-to-top svg.icon__arrow-up {
    fill: #fff;
    width: 32px;
    height: 32px;
}
/*---------- footer css--------*/

.hero_banner{
    /* padding: 50px 0; */
    background: #fff;
}
.hero_banner h1{
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    line-height: 1.1;
    text-shadow: 1px 0px 1px #570000b3;
}
.hero_banner h1 span{
    color: #e50d00;
}
.hero_banner p{
    font-size: 19px;
    margin-bottom: 20px;
    color: #5b5b5b;
}
.hero_banner a{
    border-radius: 3px;
    padding: 11px 30px 11px 30px;
    background: #cd1c7e;
    border: none;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    margin: 2px;
    display: inline-block;
}
.hero_banner a:hover{
    background: #095bca;
    color: #fff;
}
.hero_banner a.blue-btn{
    border-radius: 3px;
    padding: 11px 30px 11px 30px;
    background: #095bca;
    border: none;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    margin: 2px;
    display: inline-block;
}
.hero_banner a.blue-btn:hover{
    background: #cd1c7e;
    color: #fff;
}
.slide {
  position: relative;
  display:flex !important;
  align-items:center;
  padding-top:50px;
  padding-bottom:50px;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  
}
/* .slide:before{
    content: '';
    position: absolute;
    background: #00000063;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

} */
/* @media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
} */
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
  width:100%;
}
/*.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}*/
.slide .slide__content.slide__content__left {
  /*left: 15%;
  transform: translate(-15%, -50%);*/
  width: 50%;
  float:left;
  text-align: center;
}
.slide .slide__content.slide__content__right {
  /*right: 5%;
  left: auto;*/
  width: 50%;
  float:left;
  /*transform: translate(5%, -50%);*/
}
.slide .slide__content--headings {
  color: #FFF;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
  
}
.slide .slide__content--headings.text-center img{
    margin: 0 auto;
}
.slide .slide__content--headings .top-title {
  font-size: 2.5rem;
}
.slide .slide__content--headings .title {
  font-size: 3.5rem;
}
.slide .slide__content--headings .button-custom {
  text-decoration: none;
  color: #333;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
}

.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  animation-name: zoomOutImage;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 9;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  animation: arrowDown 1.6s ease forwards;
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

/*@media (max-width:1600px) and (min-width:1400px){
    .slide .slide__content.slide__content__left img{
        width: 100%;
    }
    .slide .slide__content.slide__content__right{
        right: 5%;
    }
    .slide .slide__content.slide__content__right img{
        width: 90%;
    }
}
@media (max-width:1399px) and (min-width:1199px){
    .slide .slide__content.slide__content__left img{
        width: 75%;
    }
    .slide .slide__content.slide__content__right img{
        width: 75%;
    }
    .slide .slide__content.slide__content__right{
        right: 0%;
    }
}
@media (max-width:1198px) and (min-width:992px){
    .slide .slide__content.slide__content__right img{
        width: 60%;
    }
    .slide .slide__content.slide__content__left img{
        width: 60%;
    }
    .slide .slide__content.slide__content__right{
        right: 0%;
    }
    .slide__content.slide__content__right img{
        margin: 0 auto;
    }
}
@media (max-width:991px) and (min-width:768px){
    .slide .slide__content.slide__content__right img{
        width: 100%;
    }
    .slide .slide__content.slide__content__left{
        left: 12%;
        transform: translate(-11%, -50%);
        width: 42%;
    }
    .hero_banner h1{
        font-size: 26px;
    }
    .hero_banner p{
        font-size: 14px;
    }
    .slide .slide__content.slide__content__left img{
        width: 100%;
    }
    .slide .slide__content.slide__content__right{
        right: 5%;
        width: 44%;
    }
    .slide__content.slide__content__right img{
        margin: 0 auto;
    }
}*/
@media (max-width:767px){
    .slide{
		flex-direction: column;
		padding-top: 20px;
		padding-bottom: 20px;
	}
    .slide .slide__content.slide__content__right img{
        width: 100%;
    }
    .hero_banner p{
        display: none;
    }
    .hero_banner h1{
        font-size: 17px;
    }
    .hero_banner a{
        padding: 8px 14px 8px 14px;
        font-size: 14px;
    }
    .hero_banner a.blue-btn{
         padding: 8px 14px 8px 14px;
        font-size: 14px;
    }
    .slide .slide__content.slide__content__left{
        
        width: 100%;
    }
    .slide .slide__content.slide__content__left img{
        width: 100%;
    }
    .slide .slide__content.slide__content__right{
        width: 100%;
    }
    .slide__content.slide__content__right img{
        margin: 0px 0 0 0;
    }
}
.home_about_section{
    padding: 80px 0;
    position: relative;
}
/* .home_about_section:before{
    position: absolute;
    content: '';
    background: url(../images/texture-x-green.png);
} */
.home_about_section h2{
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
}
.home_about_section p{
    font-size: 1.1rem;
    text-align: justify;
}
img.vert-move {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.contact_btn{
    display: inline-block;
    background: #ffbe00;
    padding: 12px 30px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.contact_btn:hover{
    background: #000;
    color: #fff;
}
.product_slider{
    padding: 50px 0;
    /* background: linear-gradient(178deg, #fff9de, transparent); */
}
.product_slider h2{
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000;
}
.product_slider h2 span{
    color:#ffbe00;
}
/* .product_slider .item{
    border-radius: 17px;
    border: 2px solid #ffbe00;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 6px 2px #0000001f;
    margin: 15px 2px;
    background: #fff;
     -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
} */
 
.product_slider .owl-item .product_img{
    border-radius: 50%;
    background: #ddd;
    padding: 4px 0px;
    overflow: hidden;
    text-align: center;
    width: 80%;
    margin: 10px auto;
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px #c9c9c93b;
}
.product-carousel .owl-item:nth-child(odd) .product_img{
    background: #ecffdb;
}
.product-carousel .owl-item:nth-child(even) .product_img{
    background: #ffe9dc;
}
.product_slider .item img{
    width: 80%;
    margin: 0 auto;
}
.product_slider .item h5{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    color: #000;
     -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
/* .product_slider .item:hover{
    border-color: #ffbe00;
    background: #ffbe00;
} */
.product_slider .item:hover h5{
    color: #000;
}
.product_slider .owl-nav{
    position: absolute;
    right: 0;
    top: -43px;
}
.product_slider .owl-nav button span{
    background: #fff;
    padding: 0px 10px 4px !important;
    font-size: 20px;
    line-height: 1px;
    margin: 2px;
     -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #cbcbcb;
    color:#cbcbcb;
    border-radius: 5px;
}
.product_slider .owl-nav button span:hover{
    background: #ffbe00;
    color: #000;
}
.intro_section{
    padding: 40px 0;
}
.intro_text{
    background: #ddfff3;
    padding: 70px 30px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    
}
.light-yelo{
    background: #ffefdd;
}
.light-red{
    background: #ffe5f2;
}
.intro_text div{
    width: 55%;
    position: relative;
    z-index: 1;
}
.intro_text h3{
    font-size: 25px;
    font-weight: 600;
}
.intro_text p{
    font-size: 15px;
    color: #2f2b2b;
}
.intro_text span{
    font-size: 13px;
    color: #ffbe00;
    font-weight: 300;
}
.intro_text a{
    text-decoration: underline;
}
.intro_text img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    right: 0;
     -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.intro_text:hover img{
    transform: scale(1.3) translateY(-30%);
}
.services_section{
    padding: 80px 0;
    background: #fff1d6;
}
.services_section h2{
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    position: relative;
}
.services_section h2::after{
    content: '';
    position: absolute;
    width: 20%;
    height: 3px;
    background: linear-gradient(45deg, #00000000, #ffbe00, transparent);
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.services_section h2 span{
    color:#ffbe00;
}
.services_section .nav{
    flex-wrap: unset;
    overflow: auto;
    justify-content: center;
}
.services_section .nav .nav-item{
    padding: 3px;
}
.services_section .nav .nav-link{
    font-size: 14px;
    color: #000;
    background: #f7f7f7;
    white-space: nowrap;
}
.services_section .nav .nav-link.active{
    background-color: #ffbe00;
}
.services_section .nav .nav-link img{
    width:50px;
    display: block;
    margin: 0 auto 15px;
}
.tab-content{
    margin-top: 20px;
}
.services-carousel .owl-dots{
    position: absolute;
    right: 50px;
    width: 25px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}
.services-carousel .owl-dots .owl-dot{
    background: #ddd;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
}
.services-carousel .owl-dots .owl-dot:after{
    content: '';
    position: absolute;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 auto;
    left: 4px;
    top: 4px;

}
.services-carousel .owl-dots .owl-dot.active{
    background: #ff8a00;
}

.services-carousel .owl-item.active img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.services_content h3{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ff0101;
}
.services_content p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
    text-align: justify;
}
.services_content ul li{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
    display: block;
    position: relative;
}
.services_content ul li:before{
    font-family: "Font Awesome 5 Free";
    position: absolute;
    content: "\f30b";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    left: -30px;
    color: #ffbe00;
}

.our_products_section{
    padding: 80px 0;
}
.gallery_section{
    padding: 80px 0;
    background: #000000;
    text-align: center;
}
.gallery_section h2{
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    position: relative;
}
/* .gallery_section h2::after{
    content: '';
    position: absolute;
    width: 20%;
    height: 5px;
    background: linear-gradient(45deg, #00000000, #ffbe00, transparent);
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
} */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,.grid-item {
  width: 25%;
}

.grid-item {
    float: left;
    overflow: hidden;
    padding: 10px;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.layout {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.button-group ul {
  padding: 8px;
  text-align: center;
}

.button-group li {
    display: inline-block;
    margin: 0 2px;
    line-height: 3;
}

.button-group li a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: all 2s ease;
    background: #ffffff26;
    padding: 5px 10px;
    font-size: 14px;
}

.is-checked::after {
  background: red none repeat scroll 0 0;
  border-bottom: 2px solid #ffbe00;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.button-group li a::before {
  background: red none repeat scroll 0 0;
  border-bottom: 2px solid #ffbe00;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 0;
  transition: all .5s ease 0;
}

.button-group li a:hover::before {
  width: 100%;
  transition: all .2s ease 0;
}

.abc {
  background: #027d2fcf;
  height: 100.1%;
  left: 0;
  line-height: normal;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-100%);
  transition: all .3s ease-in-out;
  width: 100.1%;
}


.abc h5 {
  margin: 7px 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.abc::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.view_more_btn{
    border-radius: 5px;
    padding: 9px 23px 9px 17px;
    background: #e50d00;
    border: none;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin: 20px auto 0;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.view_more_btn:hover{
    background: #ffbe00;
}


.overlay-div {
  display: inline-block;
  height: auto;
  padding:10px;
  vertical-align: middle;
  width: 90%;
}

.grid-item:hover .abc {
  opacity: 1;
  transform: translateX(0%);
}
.video_section{
    padding: 80px 0;
}

.section-title h2{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
    position: relative;
}
.section-title.light h2{
    color: #fff;
}
.section-title h2::after{
    content: '';
    position: absolute;
    width: 20%;
    height: 3px;
    background: linear-gradient(45deg, #00000000, #ffbe00, transparent);
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.video_section video{
    width: 100%;
    margin: 15px 0;
}
.vocal_section{
    padding: 50px 0;
    /* background: linear-gradient(358deg, #fff8d6, transparent); */
}
.vocal_section iframe{
    border-radius: 20px;
}
.content-box {
    padding: 10px 20px;
}
.content-box h3{
    font-size: 30px;
    margin-bottom: 15px;
    color: #ffbe00;
}
.content-box p{
    font-size: 18px;
}
.custom-btn{
    border-radius: 5px;
    padding: 9px 23px 9px 17px;
    background: #e50d00;
    border: none;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin: 10px auto 0;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.custom-btn:hover{
    background: #ffbe00;
    color: #000;
}

.testimonials-wrap {
	padding: 40px 0;
}
.heading-section {
	text-align: center;
}
.sub-heading {
	font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #ffbe00;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
	font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}
.heading-section.light h2{
    color: #fff;
}
.heading-section h2 span{
    color: #ffbe00;
}
.testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}
.testimonial-box .text{
    padding-left: 15px;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
	min-width: 80px;
	background-size: 100%;
}
.carousel-testimonial .item {
	padding: 30px 10px;
}
.quote {
	position: absolute;
    top: -23px;
    color: #ffbe00;
    font-size: 27px;
}
.name {
	margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
	color: #adadad;
	font-size: 14px;
}
.carousel-testimonial .owl-nav {
	text-align: center;
}
.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
	outline: none;
	padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
	display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
	opacity: 0.5;
}
.client_slider{
    padding: 70px 0;
    background: #f1efef;
}
.client-logo-slider .item{
    text-align: center;
}
.client-logo-slider .item img{
    width: 180px;
    margin: 0 auto;
}
.whyus_section{
    padding: 80px 0;
    background: linear-gradient(121deg, #dbffeb, #fffab1);
    /* clip-path: polygon(0 0%, 100% 8%, 100% 100%, 0 100%); */
    position: relative;
    overflow: hidden;
}
.whyus_section:before{
    content: '';
    position: absolute;
    background: #152300c4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.whyus_section .container{
    position: relative;
}
.whyus_box{
    background: #fff;
    padding: 22px;
    border-radius: 19px;
    height: 100%;
    box-shadow: 7px 7px 9px #000102cc;
}
.whyus_box h3{
    font-size: 21px;
    margin: 14px 0;
    font-weight: 600;
    color: #052157;
}
.whyus_box p{
    font-size: 14px;
}
.blog-carousel .item-figure a {
    display: block;
    padding: 15px;
}
.blog-carousel .item-figure a img {
    border-radius: 20px;
}
.blog-carousel .item-content{
    background: #fff;
    border-radius: 23px;
    text-align: left;
    padding: 50px 30px 30px;
    min-height: 320px;
    margin-top: -43px;
}
.blog-carousel .item-content ul{
    padding-left: 0;
}
.blog-carousel .item-content ul li{
    display: block;
}
.blog-carousel .item-content .entry-title{
    border-bottom: 1px solid #ddd;
}
.blog-carousel .item-content .entry-title a{
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
    display: block;
    color: #000;
    margin-bottom: 18px;
}
.blog-carousel .item-content .item-btn{
    color: #f78b00;
}
.blog-carousel .item-content p{
    font-size: 15px;
    color: #6b6b6b;
}
.entry-meta li a{
    color: #7b7b7b;
    font-size: 14px;
}
.entry-meta li a i{
    color: #e50d00;
}
/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*--------- Inner Page Css ----------*/
/*///////////////////////////////////*/
/*///////////////////////////////////*/

.inner_banner{
    padding: 80px 0;
    text-align: center;
}
.inner_banner h1{
    font-size: 32px;
    font-weight: 800;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.inner_banner ul{
    padding: 0;
}
.inner_banner ul li{
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    font-size: 14px;
    color: #333;
}
.inner_banner ul li::after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    display: inline-block;
    right: -7px;
    vertical-align: middle;
    font-weight: 900;
}
.inner_banner ul li:last-child:after{
    content: none;
}
.inner_banner ul li a{
    color: #ffbe00;
}
.product_section{
    padding: 60px 0;
    background: #f1f1f1;
}
.product_inner{
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    padding: 15px;
    display: block;
    border-radius: 13px;
    text-align: center;
}
.product_inner img{
    border-radius: 13px;
    transition: all 0.5s ease;
    max-height: inherit;
    margin: 0 auto;
}
.product_inner h3{
    font-size: 16px;
    font-weight: 500;
    color: #494949;
    margin-top: 10px;
	min-height:40px;
}
.product_inner ul{
    padding: 0;
    margin-bottom: 10px;
}
.product_inner ul li{
    display: inline-block;
    color: #ffbf01;
    font-size: 12px;
}
.product_inner h5{
    font-size: 22px;
    font-weight: 600;
    color: #048d43;
    margin: 0;
    margin-top: 10px;
    letter-spacing: -1px;
    font-family: 'Plus Jakarta Sans', sans-serif;

}
.product_inner h5 del{
    font-size: 15px;
    color: #878787;
}
.product_imag{
    position: relative;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    min-height: 220px;
    max-height: 220px;
    display: flex;
    align-items: center;
}
.product_inner .d-flex{
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.view-product{
    display: block;
    background: #e50d00;
    padding: 7px 9px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #e50d00;
    transition: all 0.5s ease;
}
.view-product:hover{
    background: #e50d00;
    color: #fff;
}
.product_item{
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    margin-bottom: 15px;
}
.add_cart_icons{
    position: absolute;
    top: 14px;
    right: -47px;
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
}
.add_cart_icons li{
    display: block;
    font-size: 14px;
    background: #ffffff1c;
    border-radius: 50%;
    padding: 10px 8px;
    margin-bottom: 5px;
    border: 1px solid #ffbe00;
    color: #ffbe00;
    transition: all 0.5s ease;
    cursor: pointer;
    line-height: 1;

}
.product_item:hover .add_cart_icons{
    right:12px;
}
.add_cart_icons li:hover{
    background: #ffbe00;
    color:#fff
}
.product_item:hover .product_inner img{
    transform: scale(1.07)
}
.category_title{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 17px;
    background: #f9f9f9;
    padding: 7px;
}
.category_list{
    padding: 0;
}
.category_list li{
    display: block;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.category_list li a{
    font-size: 13px;
    color: #676767;
    padding: 11px 0;
    display: block;
}
.category_list li::after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    display: inline-block;
    color: #676767;
    right: 0;
    vertical-align: middle;
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
.cat_title{
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 600;
    color: #ffbe00;
    background: #f9f9f9;
    padding: 7px 10px;
}

.product_details_section{
    padding: 24px 0;
    background: #f1f1f1;
}
.pro_bradcumbreadcrumb{
    margin-bottom: 15px;
}
.pro_bradcumbreadcrumb ul{
    padding: 0;
    margin: 0;
}
.pro_bradcumbreadcrumb ul li{
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    font-size: 14px;
    color: #ababab;
}
.pro_bradcumbreadcrumb ul li a{
    color: #ababab;
}
.pro_bradcumbreadcrumb ul li::after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    display: inline-block;
    right: -7px;
    vertical-align: middle;
    font-weight: 900;
}
.pro_bradcumbreadcrumb ul li:last-child:after{
    content: none;
}
.pro_bradcumbreadcrumb ul li:last-child{
    color: #393835;
}
.product-row{
    background: #fff;
    padding: 15px;
}

.product__carousel {
  display: block;
  max-width: 700px;
  margin: 0;
  position: sticky;
  position: sticky;
    top: 120px;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
	position: relative;
	overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
    background: #fff;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
	min-width: 100%;
	min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
	color: #ff3720;
}
.product__carousel .gallery-thumbs .swiper-slide {
	position: relative;
	transition: border .15s linear;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
    height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: #000;
}
.product__carousel .gallery-thumbs .swiper-slide img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
}

.product-content{
    padding: 2rem 1rem;
}
.product-title{
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
/* .product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
} */
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #009846;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-rating i.blank{
    color: #ddd;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 600;
}
.last-price{
    color: #9e9e9e;
    text-decoration: line-through;
}
.product-price .dis{
    font-size: 30px;
    color: #009846;
    font-weight: 900;
}
.product-price .dis i{
    font-size: 20px;
}
.new-price{
    color: #000;
    font-size: 1.5rem;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
    font-size: 1.5rem;
}
.product-detail p{
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
	padding:0;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input{
    border: 1.5px solid #ddd;
    border-radius: 5px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 0.5rem;
    width: 75px;
}
.purchase-info .btn{
    border: none;
    border-radius: 5px;
    text-align: center;
    padding: 0.45rem 1.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 0.3rem;
    cursor: pointer;
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #256eff;
}
.purchase-info .btn:last-of-type{
    background: #e3c467;
    color: #bd7403;
    padding: 9px 20px;
    margin: 0;
    margin-right: 10px;
}
.purchase-info .btn:hover{
    background: #f7bf18;
}
.share_social_links{
    display: flex;
    align-items: center;
}
.share_social_links p{
    margin-bottom: 0;
    margin-right: 8px;
}
.share_social_links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    color: #656565;
    border: 1px solid #656565;
    margin: 0 0.2rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.5s ease;
}
.share_social_links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}
.pay_methods{
    display: flex;
    align-items: center;
    justify-content: end;
}
.pay_methods p{
    margin-bottom: 0;
    margin-right: 8px;
    font-size: 14px;
}
.pay_methods a{
    display: inline-block;
    width: 50%;
}
.pay_methods img{
    width: 100%;
}
.description h3{
    font-size: 1.3rem;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}

.description p{
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
    text-align: justify;
}
.review h3{
    font-size: 1.3rem;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.review p{
    font-size: 1rem;
    padding: 0.3rem;
    opacity: 0.8;
    text-align: justify;
    color: #646464;
}
.review p i{
    font-size: 0.6rem;
    color: #00aa17;
}
.reviews_details{
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
    background: #f9f9f9;
}
.reviews_details h4{
    font-size: 1.2rem;
    font-weight: 600;
}
.reviews_details p{
    font-size: 0.9rem;
    margin-bottom: 2px;
}
.reviews_details .post_date{
        position: absolute;
    right: 15px;
    top: 15px;
    font-size: 13px;
    color: #adadad;
}
.review a{
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #d5d5d5;
    color: #999999;
    margin-bottom: 10px;
}
.review a i{
    font-size: 14px;
}
.star {
    width: 25px;
    height: 25px;
    transition: .6s all;
  }
  #rating {
    cursor: pointer;
    display: flex;
    margin-bottom: 30px;
  }
  #reviewForm .btn-close{
    position: absolute;
    right: 11px;
    top: 15px;
  }
  #review-form h2{
    font-size: 1.3rem;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
  }
  #review-form .input-group-addon {
    min-width: 100px;
  }
  #review-form .btn {
    min-width: 100px;
  }
  #review-form input[type="text"],
  #review-form textarea {
    width: 100%;
  }
  #review-form .form-group {
    margin-bottom: 15px;
  }
  #review-form .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  
  blockquote {
    border-left: 5px solid rgb(238, 238, 238);
    padding-left: 20px;
  }
  
  blockquote .footer{
    display: block;
    font-size: 80%;
  }

  .stars-container {
    margin-bottom: 5px;
  }
  .related_product_section{
    background: #f1f1f1;
    padding: 0px 0 40px;
  }
  .related_product{
    padding: 20px;
    background: #fff;
  }
  .related_product h2{
    font-size: 1.3rem;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
  }
  .one_stop_solution_section{
    background: #f1f1f1;
    padding: 0px 0 40px;
  }
  .one_stop{
    background: #009846;
    padding: 50px;
    border-radius: 38px;
  }
  .one_stop h3{
    font-size: 2rem;
    color: #fff;
    font-weight: 800;
  }
  .one_stop p{
    font-size: 1rem;
    color: #dddddd;
    width: 50%;
    margin: 0;
  }
  .one_stop h2{
    color: #ffffff;
    font-weight: 800;
    font-size: 2.5rem;
  }
  .one_stop h2 span{
    font-size: 1.8rem;
  }
  .one_stop p a{
    background: #ffbe00;
    display: inline-block;
    padding: 12px 20px;
    font-weight: 600;
    color: #000000;
    border-radius: 15px;
  }
  .inner_page_section{
    padding: 24px 0;
    background: #f1f1f1;
  }
  .inner_content_details{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
  }
  .inner_content_details h2{
       text-transform: capitalize;
       color: #12263a;
       padding-bottom: 0.6rem;
       font-size: 1.5rem;
   }
   .inner_content_details p{
       font-size: 0.9rem;
       padding: 0.3rem;
       opacity: 0.8;
   }
   .inner_content_details ul, .inner_content_details ol{
       margin: 1rem 0;
       font-size: 0.9rem;
   }
   .inner_content_details h4{
       text-transform: capitalize;
       color: #12263a;
       padding-bottom: 0.6rem;
       font-size: 1.3rem;
   }
   .accordion-header button{
       text-transform: capitalize;
        color: #12263a !important;
        padding-bottom: 0.6rem;
        font-size: 1rem;
        background: #ddd;
        font-weight: 500;
   }
   .accordion-header button:not(.collapsed){
        background-color: #ffeebb;
        box-shadow: none;
   }
   .accordion-body{
        font-size: 0.9rem;
        padding: 1rem;
        opacity: 0.8;
   }
   
.contact_form{
    padding: 100px 30px;
}
.contact_form h3{
    color: #062669;
    font-weight: 800;
    font-size: 2rem;
}
.contact_form p{
    color: #333;
    font-size: 20px;
}
.contact_form label{
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 19px;
}

.contact_form .form-control{
    border-radius: 10px;
    padding: 10px;
    font-size: 1.2rem;
}
.contact_form .form-control:focus{
    outline: none;
    box-shadow: none;
}
.contact-submit-btn{
    padding: 10px 33px;
    background: #00bb33;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    margin: 0 0 0 auto;
    display: flex;
    font-size: 19px;
}
.contact-submit-btn:hover{
    background: #062669;
    color: #fff;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.contact_page .container {
    position: relative;
}
.contact_page .container:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 94%;
    background: #fff;
    top: 40px;
    bottom: 0;
    left: 0;
    border-radius: 30px;
}
.contact_page .container .row {
    position: relative;
}
.contact_details{
    background:  #ffa700;
    padding: 55px 50px;
    border-radius: 36px;
}
.contact_details h4{
    color: #fff;
    font-weight: 700;
    font-size: 1.9rem;
    width: 94%;
    line-height: 1.1;
    margin-bottom: 15px;
}
.contact_details_all{
    background:  #fff683;
    padding: 15px;
    border-radius: 18px;
    margin: 10px 0;
}
.contact_details_all .icon{
    font-size: 39px;
    color: #303033;
}
.contact_details_all .contact_text{
    margin-left: 15px;
}
.contact_details_all .contact_text h5{
    font-size: 18px;
    font-weight: 600;
    color: #303033;
}
.contact_details_all .contact_text p{
    font-size: 1.1rem;
    color: #303033;
    margin: 0;
}
.contact_social_media{
    padding: 0;
    margin: 0;
    text-align: center;
}
.contact_social_media li{
    display: inline-block;
    padding: 10px 5px;
}
.contact_social_media li a{
    font-size: 26px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.contact_details hr{
    background: rgb(255 255 255);
}
.about_page_content{
    padding: 50px 0;
}
.about_page_content h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
    font-size: 2rem;
    font-weight: 700;
}
.about_page_content p{
       font-size: 1.1rem;
       padding: 0.3rem;
       margin-bottom: 5px;
       opacity: 0.8;
       text-align: justify;
   }
.mission{
    padding: 20px;
    background: #fff2ce;
    border-radius: 15px;
    margin: 15px 0;
}
.mission p{
    color: #000;
    opacity: 1;
}
.about_inner_page_section{
    padding: 50px 0;
    background: #f1f1f1;
}
.why_choose_details{
    margin-bottom: 20px;
}
.why_choose_details h3{
    color: #062669;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 20px;
}
.why_choose_details h5{
    color: #393535;
    font-weight: 500;
    font-size: 15px;
    width: 70%;
    padding-left: 8px;
}
.why_choose_details img{
    background: #ffbe00;
    padding: 7px;
    border-radius: 6px;
}
.about_inner_page_section p{
   font-size: 1.1rem;
   padding: 0.3rem;
   margin-bottom: 5px;
   opacity: 0.8;
   text-align: justify;
}
#searchResult{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    display:none;
    z-index:9999;
    max-height:400px;
    overflow-y:auto;
    box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.search-item{
    display:flex;
    align-items:center;
    padding:10px;
    border-bottom:1px solid #eee;
    text-decoration:none;
    color:#333;
}

.search-item:hover{
    background:#f8f9fa;
}

.search-item img{
    width:60px;
    height:60px;
    object-fit:cover;
    margin-right:10px;
}

.search-price{
    color:#d10024;
    font-weight:bold;
}

.search-old-price{
    text-decoration:line-through;
    color:#888;
    font-size:13px;
    margin-left:5px;
}

.product_order_details{
    padding: 10px 0;
}
.mysides div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  justify-content: center;
}

.mysides input[type="radio"] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.mysides input[type="radio"]:checked + span {
    background-color: #ffbe00;
    z-index: 1;
    color: #1e1e1e;
    border-color: #ffbe00;
}

.mysides label span {
  display: block;
  cursor: pointer;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  position: relative;
  margin-left: .0625em;
    border: 1px solid #7c7d7d;
  letter-spacing: .05em;
  color: #7c7d7d;
  text-align: center;
  transition: all 0.5s ease;
}
.mysides label span:hover{
    border-color: #ffbe00;
    background-color: #ffbe0042;
}
.mysides label{
    margin: 0 15px 0 0;
}
.mysides label:first-child span {
  border-radius: 3px;
}

.mysides label:last-child span {
  border-radius: 3px;
}
.upload_design_email{
    background: #fff6f5;
    padding: 10px;
    border: 1px solid #ffaa2b;
    border-radius: 12px;
    margin: 10px 0;
}
.upload_design_email .icon{
    background: #ffe9c8;
    padding: 5px;
    margin-right: 10px;
    border-radius: 7px;
    color: #ffaa2b;
}
.upload_design_email p{
    margin: 0;
    font-size: 14px;
    color: #333;
}
.upload_design_email p a{
    color: #ff9b00;
}
.upload_design_email .icon.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5px);
    }
}
.upload-box {
    width: 100%;
    min-height: 260px;
    background: #fdf5f7;
    border: 2px dashed #ff9b00;
    border-radius: 16px;
    text-align: center;
    padding: 28px;
}
.upload-btn {
    background: #ff9b00;
    color: #fff;
    border: none;
    padding: 13px 26px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
.upload-btn:hover {
    background: #ff9b00;
}
.preview-area {
    display: none;
    margin-top: 16px;
}
.image-box {
    width: 84px;
    height: 84px;
    margin: auto;
    position: relative;
}
.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.remove-btn {
    width: 24px;
    height: 24px;
    background: #ff2f2f;
    color: #fff;
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
}
.file-name {
    width: 110px;
    margin: 8px auto 0;
    color: #888;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.status {
    margin-top: 10px;
    color: #ff2f2f;
    font-weight: 600;
    line-height: 24px;
}
.status i {
    margin-right: 5px;
}
.bottom-text {
    margin-top: 28px;
    color: #666;
    font-size: 15px;
    line-height: 28px;
}
.design_instraction{
    margin: 10px 0;
}
.design_instraction p span{
    font-size: 13px;
    color: #ff9b00;
    margin: 10px 0 0;
    display: inline-block;
}
.number_count span {
    cursor: pointer;
}
.number_count {
    border: 1px solid #ddd;
    border-radius: 11px;
    padding: 3px;
    margin-right: 15px;
}
.number_count .minus,
.number_count .plus {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    padding: 7px;
    line-height: 1;
}
.number_count input {
    height: 37px;
    width: 70px;
    text-align: center;
    font-size: 19px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: 600;
    line-height: 1;
    padding: 1px 0;
}
.check_delivery{
    margin: 10px 0;
}
.check_delivery h4{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.check_delivery label{
    font-size: 14px;
    color: #a5a5a5;
    margin-bottom: 20px;
}
.check_delivery .input-group{
    align-items: center;
    width: auto;
    justify-content: start;
}
.check_delivery .input-group input{
    width: 250px;
    border-radius: 12px !important;
    height: 43px;
    margin-right: 15px;
    flex: unset;
}
.check_delivery .input-group input:focus{
    box-shadow: none;
}
.check_delivery .btn{
    background: #ffbe00;
    border-radius: 12px !important;
    color: #000;
    border-color: #ffbe00;
    padding: 9px 24px;
    font-weight: 600;
}
.coupon_discount{
    background: #faffed;
    padding: 10px;
    border: 1px solid #b7ff2b;
    border-radius: 12px;
    margin: 10px 0;
}
.coupon_discount ul{
    margin: 0;
    padding: 0;
}
.coupon_discount ul li{
    display: flex;
    padding: 3px 10px;
    color: #72952e;
    font-size: 15px;
    align-items: center;
}
.coupon_discount ul li span{
    background: #dbff87;
    padding: 10px 11px;
    border-radius: 50%;
    margin-right: 10px;
}
.coupon_discount ul li p{
    margin: 0;
}
@media (max-width: 768px) {
    .upload-box {
        width: 95%;
        padding: 20px;
    }
    .bottom-text {
        font-size: 13px;
    }
}
/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*--------- Responsive Css ----------*/
/*///////////////////////////////////*/
/*///////////////////////////////////*/
@media screen and (min-width: 992px){
    
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
    .right_side_head .position-relative{
        width:50%;
    }
}
@media (max-width:991px) and (min-width:768px){
    .header-bottom:before {
        width: 40%;
    }
    .intro_text {
        padding: 44px 30px;
        margin: 7px 0;
    }
    .header_middle .input-group{
        display: none;
    }
}

@media (max-width:767px){
    .header_middle .input-group{
        display: none;
    }
    .footer_quick_link {
        padding: 10px 10px 10px;
    }
    .grid-sizer,.grid-item {
        width: 33.3%;
    }
    .button-group li a::before,.is-checked::after {
        display: none;
    }
    .product_slider .owl-nav{
        position: absolute;
        right: 0;
        top: auto;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        bottom: -28px;
    }
    .header-bottom:before{
        content: none;
    }
    .btn-alumni{
        font-size: 14px;
    }
    .btn-alumni i{
        vertical-align: middle;
        font-size: 15px;
        margin-right: 5px;
    }
    .services-carousel .owl-dots {
        position: absolute;
        right: auto;
        width: 100%;
        top: auto;
        text-align: center;
        transform: translateY(0);
        bottom: -45px;
        left: auto;
    }
    .services-carousel .owl-dots .owl-dot{
        margin: 2px;
    }
    .whyus_section {
        padding: 80px 0;
        clip-path: polygon(0 0%, 100% 3%, 100% 100%, 0 100%);
    }
    .intro_text {
        padding: 44px 30px;
        margin: 7px 0;
    }
    .intro_text h3 {
        font-size: 18px;
    }
    .intro_text img{
        right: -26px;
    }
    .one_stop p {
        width: 100%;
    }
    .one_stop h2 {
        font-size: 2rem;
    }
    .one_stop a{
        margin-bottom: 20px;
    }
    .pro_bradcumbreadcrumb ul li{
        padding: 5px 5px;
    }
    .copyright{
		text-align:center;
	}
	.bottoms_links{
		text-align:center;
	}
	.bottoms_links li{
		font-size:14px;
	}
	#great-construct-team p.has-btn a {
        margin-top: 10px;
    }
}
@media (max-width:480px){
    .brand{
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
    }   
    .header_middle .sign_in span{
        display: none;
    }
    .header_middle .sign_in i{
        margin: 0;
    }
    .header_middle .cart .cart_text{
        display: none;
    }
    .header_middle .right_side_head{
        padding: 10px 0;
        justify-content: space-evenly !important;
        align-items: center;
        background: #fdbe05;
    }
    .header_middle .cart{
        position: relative;
    }
    .header_middle .cart .count{
        position: absolute;
        font-size: 12px;
        padding: 0px 5px;
        top: -10px;
        left: 21px;
    }
    .header-bottom{
        padding: 0;
    }
    .header-bottom .wrapper{
        height: auto;
    }
    /* .fixedheader .header_middle .right_side_head{
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99;
    } */
    .fixedheader .header-bottom{
        padding: 0;
    }
    .grid-sizer,.grid-item {
        width: 100%;
    }
    .inner_banner {
        padding: 30px 0;
    }
    .inner_banner h1 {
        font-size: 28px;
    }
    .product_item {
        margin: 0 20px 15px;
    }
    .pay_methods a {
        width: 100%;
    }
}

/*=========WhatsAPP Button================*/
.whatsapp-float { position: fixed; width: 58px; height: 58px; bottom: 25px; right: 25px; background: #25D366; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; text-decoration: none; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25); z-index: 99999; transition: all 0.3s ease; } .whatsapp-float:hover { transform: scale(1.1); background: #20bd5a; color: #fff; } .whatsapp-tooltip { position: absolute; right: 70px; background: #222; color: #fff; padding: 8px 12px; border-radius: 5px; font-size: 13px; white-space: nowrap; opacity: 0; visibility: hidden; transition: 0.3s ease; } .whatsapp-float:hover .whatsapp-tooltip { opacity: 1; visibility: visible; } @media (max-width: 575px) { .whatsapp-float { width: 52px; height: 52px; right: 15px; bottom: 15px; font-size: 28px; } .whatsapp-tooltip { display: none; } }