@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

* {
    padding: 0px;
    margin: 0px;
}

a {
    color: #48abc9;
}

a:hover {
    color: #ffffff;
}


body {
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
}

html {
    scroll-behavior: smooth;
}

.responsive-btnbox {
    display: none;
}

.responsive-btnbox i.fas.fa-shopping-cart,
i.fas.fa-bars,
.dropdown-toggle::after,
.responsive-btnbox i.far.fa-user,
.responsive-btnbox span.resp-menubtn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin: 0px 5px;
}

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

.header-fixed {
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    padding: 0px 0px 5px !important;
    transition: 0.5s;
}

input::placeholder {
    font-size: 13px;
}

select.form-control {
    font-size: 13px;
}

a:hover {
    text-decoration: none;
}

/*    second section and logo area*/

.middle-section {
    padding: 10px 20px;
}

.main-logo {
    text-align: center;
}

.header-icon-contact .icon img {
    height: 40px;
    max-width: 40px;
}

.header-icon-contact {
    display: flex;
    padding-top: 15px;
    gap: 2px;
}

.header-icon-contact h4 {
    font-size: 16px;
    margin-bottom: 3px;
}

.header-icon-contact h2 {
    font-size: 18px;
    font-weight: 600;
}

.header-contact {
    padding-left: 5px;
}

.gif-header {
    height: 65px;
}

.right-icon img {
    height: 40px;
}

.right-menu {
    display: flex;
    position: absolute;
    right: 70px;
    top: 10px;
}

.right-menu a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
}

.right-menu .right-content h4 {
    margin-bottom: 0;
    line-height: 30px;
    font-weight: 600;
}

.right-content {
    padding-left: 10px;
}

#cart-content {
    width: 315px;
    right: 0px;
    left: auto;
    padding: 10px 5px;
    font-size: 14px;
    margin-top: 25px;
}

.shopping-icon.dropdown .dropdown-toggle::after {
    display: none;
}

.middle-section .shopping-icon p {
    margin: 0px;
    font-size: 12px;
    font-weight: 600;
}

/* third section and menu bar*/

.shopping-icon i.fas.fa-shopping-cart {
    font-size: 21px;
    position: relative;
    top: 12px;
}

.shopping-icon li.display-price {
    margin-left: 40px;
}

.shopping-icon {
    width: 48%;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 10px;
    left: 0px;
}

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

.shopping-icon li {
    display: inline-block;
    padding: 0px 5px;
}

.shopping-icon a {
    text-decoration: none;
    color: #fcbc00;
    font-weight: 600;
}

.bottom-section {
    background-color: #48abc9;
    position: relative;
    top: 0px;
}

.bottom-section button.btn.btn-warning.dropdown-toggle {
    height: 45px;
    width: 210px;
    background: #1c8aab;
    margin: 8px 0px;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 30px;
}

.bottom-section ul.dropdown-menu li {
    padding: 3px 15px;
    background: #48abc9;
}

.btn-warning.dropdown-toggle:focus {
    box-shadow: none !important;
}

.bottom-section ul.dropdown-menu {
    padding: 0;
    width: 250px;
    line-height: 33px;
    margin-top: 8px;
    font-size: 14px;
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
}

.bottom-section ul.dropdown-menu a {
    color: #fff;
}

.bottom-section .nav {
    margin-top: 10px;
    margin-left: 30px;
}

.bottom-section .nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.bottom-section .nav ul li {
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 5px;
}

.bottom-section .nav ul li a {
    text-decoration: none;
    color: white;
    padding: 10px;
    line-height: 25px;
    font-size: 17px;
    position: relative;
    font-weight: 600;
}

.bottom-section .nav ul li a.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #fff;
    left: 0;
}

.bottom-section button.my-button {
    background: #0667b0;
    height: 43px;
    width: 100%;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    top: -3px;
}

.bottom-section .button-box {
    margin: 5px 0px;
    width: 48%;
    display: inline-block;
}

#accnt-content {
    width: 100%;
    right: 0px;
    left: auto;
    padding: 10px 5px;
    font-size: 14px;
    margin-top: 20px;
}

#accnt-content i.fas.fa-arrow-right {
    font-size: 12px;
    padding: 0px 5px;
}

#accnt-content li {
    padding: 7px 0px;
}

#accnt-content li a {
    color: #737373;
}

li.cart-products {
    font-size: 13px;
}

li.cart-totals {
    width: 100%;
}

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

td.text-left.td-name a {
    color: #525558;
}

/* Ro Wave Water Solution */

li.cart-products button.cart-remove {
    background: #fcbc00;
    color: #fff;
    padding: 3px 6px;
    border: none;
    outline: none;
    border-radius: 4px;
}

.cart-buttons a.btn-cart.btn,
.cart-buttons a.btn-checkout.btn {
    background: #0667b0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.middle-section .shopping-icon .table td,
.table th {
    padding: 10px 5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

ul.cart-detail-list a {
    font-size: 12px;
    font-weight: 500 !important;
}

/*this section used frome slider*/

.slider-section .container {
    max-width: 100%;
}

.slider-section .col-sm-12 {
    position: relative;
    padding: 0px;
}

.slider-section .owl-nav {
    display: none;
}

/*Categories section */

section.Categories-sec {
    position: relative;
    padding: 60px 0 70px;
    background: #f2f2f2;
}

.cat-backgroundcolr {
    position: absolute;
    top: 0px;
    width: 95%;
    height: 45%;
    background: #dddddd52;
    padding-top: 15px;
    padding-left: 15px;
}

.Categories-sec .cat-image {
    width: 150px;
    height: 150px;
    border: 3px solid #dddddd52;
    border-radius: 50%;
    padding: 15px;
    margin: auto;
    background: #fff;
    overflow: hidden;
}

.content-box {
    margin: 10px 0px;
    text-align: center;
}

.content-box a {
    color: #333;
    font-size: 19px;
    font-weight: 600;
}

h6.cate-headingbox {
    font-weight: 600;
}

span.lightheading {
    font-size: 13px;
    color: #737373;
    margin-left: 10px;
}

/*offer banner section css*/

.offer-banner-box {
    padding: 30px 30px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: space-between;
    gap: 15px;
}

.offer-contentbox p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    text-align: justify;
}

.offer-contentbox h4 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.offer-contentbox h3 {
    color: #292929;

    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
}

.offer-shopnow a {
    border-bottom: 1px solid;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #1c8aab;
    background-color: #29292900;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #1c8aab;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
}

.offer-contentbox .offer-shopnow {
    margin-top: 20px;
}

.offer-img-box img {
    height: 280px;
    width: 280px;
    object-fit: fill;
}

.offer-contentbox {
    width: 350px;
}

.offer-banner-section {
    padding: 80px 0;
}

/*product section css*/

.procuct-main {
    margin-top: 25px;
    margin-bottom: 65px;
}

/*brand section css*/

section.brand-section {
    position: relative;
    top: 0px;
    margin: 30px 0px;
}

.footer-head-par p {
    font-size: 18px;
    margin-bottom: 0;
}

.footer-content p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    padding-top: 10px;
    text-align: justify;
}

/*middle footer section*/

.middle-footer {
    background: #0E1422;
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.middle-footer::before {
    content: "";
    left: -35%;
    position: absolute;
    background-image: url(../images/footer-left.webp);
    height: 800px;
    width: 823px;
    background-position: center;
    bottom: -13%;
    background-size: cover;
    background-repeat: no-repeat;
}

.middle-footer::after {
    content: "";
    position: absolute;
    background-image: url(../images/footer-right.svg);
    height: 450px;
    width: 450px;
    right: -15%;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: -1;
}

.logo-content {
    margin: 25px 0px;
    color: #fff;
}

.menu-footer {
    background: linear-gradient(180deg, #0E1422 -4.66%, #212631 100%);
    border-radius: 15px;
    padding: 0 0px 15px 10px;
}

/*footer social icone*/

.social-icon ul li {
    display: inline-block;
    background: #282828;
    margin-right: 5px;
    border-radius: 20px;
}

.social-icon ul li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
}

.social-icon {
    margin: 10px 0px 30px;
}


.facebook:hover {
    background: #4267b3;
}

.twitter:hover {
    background: #006dbf;
}

.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.google:hover {
    background: #d64b3f;
}

.youtube:hover {
    background-color: #d82724;
}

/*footer list and heading */

.acc-heading h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 26px;
    position: relative;
}

.acc-heading h5::before {
    content: "";
    height: 2px;
    width: 100px;
    bottom: -12px;
    background: #fff;
    position: absolute;
}

.account-list a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

.account-list li {
    line-height: 25px;
    padding-bottom: 5px;
}

.account-list ul li a:hover {
    color: #48abc9;
    transition: all 0.4s ease-in-out;
}

/* .logo-box {
    padding: 20px 0;
} */

.contact-icon {
    padding-left: 20px;
}

.contact-heading {
    padding-left: 20px;
}

.account-list .contact-heading,
.logo-box .contact-heading {
    padding: 0;
}


/*contact footer box*/

.contact-icon a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

i.fas.fa-map-marker-alt {
    margin-top: 8px;
}

.contact-icon li {
    color: #fff;
    position: relative;
    font-size: 16px;
    padding-bottom: 8px;
}

.contact-icon li i {
    color: #48abc9;
    padding-right: 5px;
    font-size: 21px;
}

.contact-heading h5 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    position: relative;
}

.contact-heading h5::before {
    content: "";
    height: 2px;
    width: 100px;
    bottom: -10px;
    background: #fff;
    position: absolute;
}

/*bottom footer content and icon*/

.bottom-footer {
    background: #0e1422;
    border-top: 2px solid #80808040;
    padding: 25px 0px;
    color: #fff;
}

.bottom-footer-content p {
    margin-bottom: 0;
    line-height: 25px;
    font-size: 17px;
}

.payment-box li {
    display: inline-block;
    float: right;
    margin-left: 5px;
}

span.menu-closebtn,
span.acnt-closebtn {
    display: none;
}

.col-sm-12.top-info-accnt ul.right-page-info li {
    display: inline-block;
    padding: 0px 5px;
    color: #fcbc00;
}

.col-sm-12.top-info-accnt ul.right-page-info li a {
    color: #333;
    font-size: 18px;
}

.login-forget-box {
    line-height: 42px;
    margin-top: -22px;
    padding-left: 10px;
}

.about-register {
    margin: 45px 0px;
}

.register-content-box {
    margin-top: 35px;
    margin-bottom: 30px;
}

.right-account-box .form-check {
    position: relative;
    top: 10px;
    display: block;
    padding: 0px !important;
}

.right-account-box h6.reg-pswrd-box {
    margin: 25px 0px;
}

.col-sm-12.reg-btn-content p {
    display: inline-block;
    margin-right: 3px;
}

/*checkout section css*/

.checktermbox {
    margin-right: 10px;
}

.checkout-info-list {
    position: relative;
    background: #ddd;
    padding: 12px 10px 7px;
    margin: 6px 0px;
    border-radius: 5px;
}

.checkout-info-list h6 {
    font-size: 12px;
    display: inline-block;
}

.accordion-form-box {
    margin: 30px 0px;
    padding-right: 100px;
}

.left-main-img {
    display: inline-block;
    width: 60px;
    position: relative;
    top: -5px;
}

.right-main-cont {
    width: 65%;
    display: inline-block;
    padding-left: 10px;
}

.right-main-cont h6 {
    font-size: 15px;
    font-weight: 600;
    color: #48abc9;
}

.main-latest-box {
    margin: 10px 0px;
}

/*add to category css*/

section.cartdetaile-sec {
    position: relative;
    top: 45px;
    margin-bottom: 45px;
}

button.owl-prev:hover,
button.owl-next:hover {
    background: transparent !important;
    color: #000 !important;
}

.rightdetail-cont-box .product-description td {
    width: 175px;
}

.rightdetail-cont-box .description {
    line-height: 22px;
    margin-bottom: 10px;
    padding: 5px 5px 10px 0;
}

.ratingbox-detail ul.card-title {
    margin: 20px 0px;
}

.ratingbox-detail a.rew-link {
    margin-left: 15px;
}

.rightdetail-cont-box ul.list-unstyled li {
    line-height: 20px;
    padding: 4px 0;
}

.rightdetail-cont-box ul.list-unstyled {
    margin-bottom: 15px;
}

.rightdetail-cont-box .list-unstyled h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.size_guide_table {
    border: 1px solid #f0f0f0;
    width: 100%;
}

.size_guide_table tbody th {
    color: #262626;
    font-weight: bold;
    padding: 7px 8px;
    vertical-align: middle;
    white-space: nowrap;
}

.size_guide_table tbody th {
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: 1px solid #f0f0f0;
}

.size_guide_table tbody td {
    padding: 5px 8px;
}

.content-product-tab .tab-content {
    border: 1px solid #ddd;
    border-top: none;
}

.content-product-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #ddd;
    border-color: #dee2e6 #dee2e6 #fff;
}

#delivery,
#Shipping,
#SizeGuide {
    padding: 20px;
    line-height: 23px;
}

.first_banner,
.secnd_banner {
    margin: 30px 0px;
}

.rightdetail-cont-box h4 {
    font-weight: 600;
    padding-top: 10px;

    font-size: 28px;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.rightdetail-cont-box input#input-quantity {
    width: 60px;
    height: 38px;
    display: inline;
    padding: 8px;
    text-align: center;
    margin-right: 10px;
}

.rightdetail-cont-box button#button-cart {
    font-size: 13px;
    width: 27%;
    display: inline-block;
    background: #fcbc00;
    font-weight: 600;
}

.rightdetail-cont-box button#button-cart:hover {
    background: #000;
    color: #fff !important;
}

.rightdetail-cont-box button.btn.btn-default.wishlist,
button.btn.btn-default.compare {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none;
    color: #808080 !important;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 5px;
    text-transform: capitalize;
}

.rightdetail-cont-box i.far.fa-heart,
i.far.fa-copy {
    color: #000;
    margin-right: 7px;
}

.rightdetail-cont-box .btn-group.prd_page {
    margin-top: 10px;
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

.shopping-cart .input-group .form-control {
    text-align: center;
    border-radius: 5px !important;
}

.tablecart-box .shopping-cart .btn.btn-primary {
    margin: 0 10px;
}

.tablecart-box td.text-left a {
    color: #000;
    line-height: 30px;
}

.tablecart-box {
    margin-top: 25px;
}

h5.info-heading.table {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 0px;
    left: 0px;
}

.shoping-cart-sec .content-copn-gift {
    margin: 30px 0px;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 1px;
    padding: 14px 10px 0px;
}

/* verma g - website designer in delhi */

a.regbtn-cont {
    background: #fcbc00;
    padding: 10px 20px;
    border-radius: 5px;
    color: #000 !important;
    font-weight: 600;
    font-size: 12px;
}

.register-passwrd-box {
    margin: 30px 0px;
}

a.regbtn-cont.coupon {
    background: #fcbc00;
    padding: 10px 12px;
    border-radius: 5px;
    color: #000 !important;
    font-weight: 600;
    font-size: 11px;
    position: absolute;
    top: 0px;
    left: auto;
}

a.regbtn-cont.coupon:hover {
    background: #000;
    color: #fff !important;
}

.accordion-form-box.cart {
    padding: 0px;
}

a.regbtn-cont.giftapp {
    background: #fcbc00;
    padding: 10px 9px;
    border-radius: 5px;
    color: #000 !important;
    font-weight: 600;
    font-size: 11px;
    position: absolute;
    top: 0px;
    left: 15px;
}

a.regbtn-cont.giftapp:hover {
    background: #000;
    color: #fff !important;
}

.rightcart-infobox {
    border: 1px solid #ddd;
    margin-top: 40px;
}

.shpingcart-twobtn {
    margin: 35px 0px;
}

.shpingcart-twobtn a.btn.btn-default {
    background: #fcbc00;
    font-size: 11px;
    padding: 10px 15px;
    font-weight: 600;
}

.shpingcart-twobtn a.btn.btn-default:hover {
    color: #fff !important;
    background: #000;
}

.shpingcart-twobtn a.btn.btn-danger {
    font-size: 11px;
    font-weight: 600;
    padding: 10px 15px;
}

.shpingcart-twobtn a.btn.btn-danger:hover {
    background: #000;
    color: #fff !important;
    border-color: #000;
}

.shpingcart-twobtn .shoping-check {
    display: inline-block;
    float: right;
}

.shpingcart-twobtn .shoping-cont {
    display: inline-block;
}

section.product-cat-box .card-body {
    padding: 15px 9px;
}

.tab-content.review {
    background: #f9f9f9;
    padding: 20px;
    font-size: 12px;
}

.help-block {
    margin: 10px 0px;
}

section.related-pro-cart {
    position: relative;
    top: 40px;
    margin-bottom: 60px;
}

.main-logo.responsiveimg {
    display: none;
}

.main-logo img {
    height: 90px;
}

/*=========14/5/2020========*/

.brows-shopimg {
    padding: 50px 0px;
    width: 15%;
    margin: auto;
}

.brows-shopmain {
    text-align: center;
}

.brows-shopmain p {
    padding: 5px 0px 20px;
    font-size: 16px;
    color: #868686;
    margin: 0;
}

section.peace-banner-sec {
    background: url(../images/peace-banner.webp);
    padding: 100px 0px 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
}

.peace-bannermain {
    font-size: 16px;
    line-height: 27px;
}

.peace-bannerbtn {
    padding: 4px 0px;
}

.peace-bannerbtn a {
    line-height: 20px;
    font-size: 19px;
    letter-spacing: 0.8px;
    word-spacing: 0px;
    padding: 5px 0px;
    color: #fff;
    border-bottom: 2px solid;
    font-weight: 800;
}

section.make-galler-sec {
    padding: 55px 0px;
}

section.brows-shop-sec {
    padding: 50px 0px;
}

/* New Sonu */

/* about us page  */

.about-us-page {
    padding: 30px 0;
    margin-top: 50px;
}

.about-us-page h3 {
    font-size: 32px;
    font-weight: 400;
    color: #0e0e0e;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.about-us-page p {
    color: #666666;

    font-size: 17px;
    font-weight: 300;
}

/* Who are We  */

.who-are-page {
    padding: 30px 0;
}

.who-are-page h3 {
    font-size: 32px;
    font-weight: 400;
    color: #0e0e0e;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.who-are-page p {
    color: #666666;

    font-size: 17px;
    font-weight: 300;
}

/* our partners */

.our-partners {
    padding: 40px 0;
    background: #f2f2f2;
}

.our-partners .section-title h3 {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}

/* test about */

.test-about {
    padding: 50px 0;
    text-align: center;
}

.test-about h3 {
    font-size: 29px;
    margin-bottom: 20px;
    color: #063668;
}

.test-about p {
    font-size: 16px;
    margin-bottom: 0;
    color: #55595c;
}

.test-about h4 {
    font-size: 19px;
    margin-top: 20px;
    color: #55595c;
}

/* career section */

.career-section {
    padding: 60px 0 20px;
    background-color: #f2f2f2;
    text-align: center;
}

.career-section h3 {
    font-size: 35px;
    font-weight: 600;
}

.career-section p {
    font-size: 16px;
}

/* career section form */

.career-section-form {
    padding: 30px 0 60px;
    background-color: #f2f2f2;
}

.career-section-form .career-form {
    background-color: #ffffff;
    padding: 3em 3em 3em 3em;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.career-form h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.career-form label {
    font-size: 16px;
    font-weight: 600;
}

.career-form input.form-control {
    border-radius: 0;
    border: 1px solid;
}

.career-form textarea.form-control {
    border-radius: 0;
    border: 1px solid;
}

.career-form label.custom-file-label {
    border: 1px solid;
    border-radius: 0;
}

.career-form label span {
    color: #fd1515;
}

.career-form input.btn-submit {
    background: #48abc9;
    border: 1px solid;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
    line-height: 10px;
    box-shadow: 0 5px 5px 0 rgb(66 133 244 / 30%);
}

/* gallery */

.gallery-section {
    padding: 40px 0 70px;
}

.dropdown.btn-drop .dropdown-toggle::after {
    margin: -4px 5px !important;
}

/* breadcrumb section */

.breadcrumb-section {
    background: url(../images/page-title.webp) no-repeat;
    padding: 90px 0;
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: 2;
}

.breadcrumb-section::before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: -1;
    left: 0;
    opacity: 0.2;
}

.breadcrumb-section .breadcrumb {
    background: none;
    display: block;
}

.breadcrumb-section .breadcrumb li {
    display: inline;
    font-size: 20px;
    padding-right: 9px;
    color: #fff;
    font-weight: 500;
}

.breadcrumb-section .breadcrumb li a {
    color: #fff;
    text-transform: uppercase;
}

.breadcrumb-section .breadcrumb h1 {
    font-size: 50px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
}

/* our clients section */

.our-clients-section {
    padding: 60px 0;
    text-align: center;
    background: #fbfbfb;
}

.our-clients img {
    box-shadow: 0 0 1px #00000030;
    margin: 10px;
    padding: 10px;
}

.our-clients-section h2,
.Categories-sec h4 {
    text-align: center;
    margin-bottom: 50px;
    color: #333;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.our-clients-section h2::before,
.Categories-sec h4:before
/* ,
.about-us-section h2::before  */
{
    content: "";
    height: 3px;
    width: 100%;
    background: #48abc9;
    bottom: -10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
}

/* about us section */

.about-us-section {
    padding: 60px 0;
}

.about-us-section p,
.about-us-section li {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: justify;
}

.about-us-section h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

/* our portfolio */

.our-portfolio {
    padding: 60px 0;
    position: relative;
    z-index: 2;
    text-align: center;
}

.our-portfolio h4,
.offer-banner-section h3 {
    text-align: center;
    margin-bottom: 50px;
    color: #333;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.our-portfolio h4::before,
.offer-banner-section h3::before {
    content: "";
    height: 3px;
    width: 100%;
    background: #48abc9;
    bottom: -10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
}

.button-top {
    position: fixed;
    bottom: 20px;
    right: 120px;
    z-index: 100;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50px;
    box-shadow: none;
    background: #48abc9;
    color: #fff !important;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.18s ease;
}

.button-top-visible {
    opacity: 1;
    pointer-events: auto;
}

/* phone menu */

.navigation {
    display: none;
    height: 85px;
    background: #48abc9;
}

.navigation .brand {
    position: absolute;
    padding-left: 5px;
    float: left;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.navigation .brand a,
.navigation .brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.navigation .nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

.navigation nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation nav ul li {
    float: left;
    position: relative;
}

.navigation nav ul li a,
.navigation nav ul li a:visited {
    display: block;
    padding: 10px 15px !important;
    line-height: 45px;
    color: #fff;
    background: #262626;
    text-decoration: none;
}

.navigation nav ul li a {
    background: transparent;
    color: #fff;
}

.navigation nav ul li a:hover,
.navigation nav ul li a:visited:hover {
    background: #48abc9;
    color: #ffffff;
}

.navigation .navbar-dropdown li a {
    background: #48abc9;
}

.navigation nav ul li a:not(:only-child):after,
.navigation nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " \025BE";
}

.navigation nav ul li ul li {
    min-width: 190px;
}

.navigation nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.navigation .navbar-dropdown {
    position: absolute;
    display: none;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.25);
}

/* Mobile navigation */

.navigation .nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 70px;
    width: 70px;
}

.trending-gameplay-item img {
    border: 3px solid #48abc9;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.trending-gameplay-item {
    margin-bottom: 20px;
    position: relative;
}

.trending-gameplay-item h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    color: #fff;
    margin-top: -50px;
    background: linear-gradient(181deg, #48abc9, #48abc9a3);
    position: relative;
    margin-right: 7px;
    margin-left: 7px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 5px;
}

/* certificate section */

.certificate-section {
    padding: 50px 0;
}

.contact-detalis {
    padding: 70px 0 30px;
}

.contact-detalis .contact-info {
    background: #f8f8f9;
    padding: 15px;
    text-align: center;
    min-height: 200px;
    border-radius: 6px;
    transition: all 0.3s linear 0s;
}

.contact-detalis .contact-info:hover {
    background: #48abc9;
}

.contact-detalis .contact-info:hover h3,
.contact-detalis .contact-info:hover p,
.contact-detalis .contact-info:hover a {
    color: #fff;
}

.contact-detalis .contact-info i {
    background: #48abc9;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: 0 auto;
    min-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -25px;
    width: 50px;
    transition: all 0.3s linear 0s;
}

.contact-detalis .contact-info h3 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin: 30px 0 10px;
}

.contact-detalis .contact-info p {
    font-size: 15px;
    margin-bottom: 2px;
}

.conatct-content h5 a {
    color: #000;
    line-height: 27px;
}

/* conatct form section */

.conatct-form-section {
    padding: 30px 0;
}

.conatct-form-section h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.conatct-form-section input.form-control {
    height: 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.conatct-form-section textarea.form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.btn-submit {
    margin-top: 10px;
    height: 45px;
    background: #48abc9;
    width: 130px;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #48abc9;
    border-radius: 5px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#main-slide .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#main-slide.owl-theme .owl-dots .owl-dot span {
    margin: 10px 5px 0;
    --webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
}

#main-slide.owl-dots {
    margin-top: 10px;
}

#main-slide.owl-theme .owl-dots .owl-dot.active span {
    background: #333;
}

.content-product-tab table tbody>tr:nth-child(odd)>td {
    background-color: hsl(0deg 0% 50% / 22%);
}

.content-product-tab table td,
.content-product-tab table th {
    border: 1px solid #525354;
    font-size: 15px;
}

.header-icon-contact h2 a {
    color: #333;
}

.about-us-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 30px;
    margin-right: 20px;
}

.about-image-box {
    width: calc(50% - 15px);
}

.about-img-2 {
    margin-bottom: 30px;
}

.about-img-1 figure,
.about-img-2 figure,
.about-img-3 figure {
    display: block;
    border-radius: 30px;
}

.about-img-1 img,
.about-img-2 img,
.about-img-3 img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.about-img-1 img {
    aspect-ratio: 1 / 1.91;
}

.about-img-2 img,
.about-img-3 img {
    aspect-ratio: 1 / 1.07;
}

.get-free-security-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.get-free-security-circle img {
    width: 100%;
    max-width: 220px;
    /* animation: infiniterotate 20s infinite linear; */
    background: #fff;
    padding: 10px 15px;
    border-radius: 50px;
}

/* @keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
} */

.peace-bannermain p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: justify;
}

.content-sec {
    padding: 40px 0;
    position: relative;
    background: #f2f2f2f2;
    overflow: hidden;
}

.contact-one__img {
    position: absolute;
    right: -90px;
    top: 0;
    margin-bottom: 0px;
}

.contact-one__img img {
    width: 800px;
    height: 750px;
    object-fit: cover;
    object-position: left;
}

.content-home h2 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.content-home p {
    font-size: 18px;
}

.content-home label {
    font-size: 16px;
    font-weight: 600;
}

.content-home input.form-control {
    height: 40px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #a9a3a3;
}

.content-home textarea.form-control {
    border-radius: 0;
    background: transparent;
    border: 1px solid #a9a3a3;
}

.content-home .form-group {
    margin-bottom: 10px;
}

.content-home {
    padding-right: 50px;
    padding-left: 30px;
}

.read-more a {
    display: inline-block;
    border-bottom: 1px solid;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    background-color: #1c8aab;
    border-radius: 30px;
    padding: 15px 35px;
    transition: all 0.4s linear;
}

.read-more a:hover {
    background: #266477;
}

.fixed-call {
    position: fixed;
    bottom: 20px;
    z-index: 99;
    left: 20px;
}

.sidenav-list {
    position: fixed;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 9999;
    background: #268faf;
    border-radius: 6px 0 0 6px;
    width: 45px;
}

@media only screen and (max-width: 575px) {
    .sidenav-list {
        width: 35px;
    }
}

.sidenav-list ul {
    display: block;
    padding: 0;
}

.sidenav-list ul li {
    padding: 0;
    display: block;
}

.sidenav-list ul a {
    padding: 0;
    color: #fff;
    height: 45px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

@media only screen and (max-width: 575px) {
    .sidenav-list ul a {
        height: 35px;
    }
}

.sidenav-list ul a i {
    padding: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 575px) {
    .sidenav-list ul a i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
}

.sidenav-list ul a span {
    height: 45px;
    line-height: 45px;
    padding: 0 45px 0 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: absolute;
    right: 0;
    background: #48abc9;
    border-radius: 6px 0 0 6px;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform-origin: right;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    z-index: -1;
}

@media only screen and (max-width: 575px) {
    .sidenav-list ul a span {
        padding: 0 35px 0 15px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        font-weight: 500;
    }
}

.sidenav-list ul a.active span,
.sidenav-list ul a:hover span {
    transform: rotateY(0);
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
}

.floating_btn {
    position: fixed;
    bottom: 3px;
    right: 30px;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #2acc26;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #51f321;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.fixed-call img {
    width: 210px;
}

.home-service .box {
    background: #f5f5f5;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    transition: all 0.4s linear;
}

.home-service h4 {
    font-weight: 400;
}

.home-service .box .img {
    transform: scale(1);
    overflow: hidden;
}

.home-service .box .img img {
    transition: all 0.4s linear;
}

.home-service .box span.bg-red {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #fff;
    font-size: 23px;
    padding-top: 10px;
    margin: auto;
    position: relative;
    margin-top: -18px;
    margin-bottom: 5px;
    font-weight: 500;
    transition: all 0.4s linear;
    background: #48abc9;
}

.home-service .box h3 {
    font-weight: 700;
    font-size: 26px;
    padding: 10px 0 5px;
    color: #48abc9;
    text-transform: uppercase;
}

.home-service .box a {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    background: #48abc9;
    border-radius: 0;
    border: 3px solid #48abc9;
    transition: all 0.3s;
    padding: 10px 20px;
    text-transform: uppercase;
    display: block;
}

.home-service .box a:hover {
    color: #fff;
}

.home-service .box:hover .img img {
    transform: scale(1.1);
    transition: all 0.4s linear;
}

.home-service .box p {
    font-size: 16px;
    padding: 0 10px;
    font-weight: 600;
}

section.home-service {
    padding: 50px 0;
}

.peace-bannermain h1 {
    color: #fff;
    font-weight: 700;
}

.footer-logo img {
    width: 210px;
}

.curve_shape_bottom_1 {
    transform: rotate(180deg);
}

.position_absolute {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

.curve_shape_bottom_1 svg {
    width: calc(100% + 1.3px);
    height: 60px;
    display: block;
    transform: rotateY(180deg);
}

.curve_shape_bottom_1 svg path {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.slider-section {
    position: relative;
}

.contact-detalis .contact-info h5 {
    font-size: 17px;
    margin: 0;
}

.conatct-form-section label {
    font-size: 16px;
    font-weight: 600;
}

.contact-icon li h4 {
    font-size: 21px;
}

/*  */

.service_box {
    position: relative;
    margin-left: 15px;
}

.service_box .service_content {
    position: relative;
    padding: 25px;
    border-radius: 0px 0px 30px 0px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09);
    background: #fff;
}

.service_box .service_content .content_inner {
    position: relative;
    padding-top: 80px;
}

.service_box .service_content .content_inner span {
    position: absolute;
    top: -50px;
    left: -50px;
    margin: auto;
    width: 110px;
    height: 110px;
    background: #48abc9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 50px;
    line-height: 100px;
    border: 4px solid #ffffff;
}

.service_box .service_content .content_inner .nom {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #48abc9;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

.service_box .service_content .content_inner h2 a {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    display: block;
    color: #48abc9;
    margin-bottom: 10px;
}

.service_box .service_content .content_inner .read_more i {
    font-size: 11px;
    display: inline-block;
    position: relative;
    font-size: 20px;
    top: 3px;
    left: 5px;
}

.service_box .service_content .content_inner .read_more {
    font-size: 17px;
    font-weight: 600;
    color: #48abc9;
    text-transform: uppercase;
    display: block;
    line-height: 23px;
    margin-top: 0;
}

.service_box:hover .service_content .content_inner small {
    font-size: 80px;
}

.service_box:hover .service_content .content_inner span i {
    top: 0;
    left: 0;
}

.three-box-sec {
    padding: 90px 0;
    background: linear-gradient(45deg, #48abc9, #245f71);
    position: relative;
    z-index: 2;
}

.three-box-sec::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 400px;
    width: 100%;
    background: url(../images/about-bg.webp) no-repeat;
    background-repeat: no-repeat;
    z-index: -1;
}

.service_box .service_content .content_inner p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 5px;
}

.service_box .service_content .content_inner ul li{
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 2px;
}

.service_box .service_content .content_inner ul{
    margin-bottom: 15px;
}

.bg-gray-custum {
    background: #0000000d;
}

/*  */

.intro-single.sibling2 {
    background: linear-gradient(45deg, #02617de3, #48abc9);
    padding: 35px 10px;
    position: relative;
}

.border-top-left-bottom {
    border-radius: 60px 0px 0px 60px;
}

.intro-single {
    background: #F7F7F7;
    padding: 60px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.intro-single.sibling2::before,
.intro-single::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 110px;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.1);
}

.intro-single.sibling2 .intro-wrap,
.intro-single .intro-wrap {
    text-align: center;
}

.intro-single.sibling2 .intro-wrap svg {
    max-width: 80px;
    height: auto;
    margin: auto;
    margin-bottom: 10px;
}

.intro-single.sibling2 .intro-wrap h3,
.intro-single .intro-wrap h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
    transition: all 0.45s ease-in-out;
    color: #fff;
}

.intro-single.sibling2 .intro-wrap h5,
.intro-single .intro-wrap h5 {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}

.intro-single.sibling2::after,
.intro-single::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.12);
    transform: scalex(0);
    transform-origin: left;
    transition: all 0.65s ease;
    opacity: 0;
}

.intro-single.sibling2:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.border-top-right-bottom {
    border-radius: 0px 60px 60px 0px;
}

.counter-section {
    overflow: hidden;
    padding: 50px 10px;
}

.counter-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.counter-section ul li {
    display: inline-block;
    width: 24%;
}

.call-btn {
    padding-left: 30px;
}

.call-btn img {
    width: 40px;
}

.call-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.call-btn span {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 36px;
    display: block;
}

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