@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap);
.meeting:hover:after,
.search-open {
    visibility: visible;
    opacity: 1
}

.tabs {
    display: flex;
    
}



.home{
    padding-left:60px;
}

.header-hidden {
    display: none;
}
.fixed-tabs {
    position: sticky;
    top: 0px;
    z-index: 99;
    display: flex;
    justify-content: center;
    padding: 15px 15px 0px 15px;
    background: #fff;
    box-shadow: 0 2rem 4rem rgb(0 0 0 / 10%);
}
.tabs input[type="radio"] {
    display: none;
}

.line_1 {
    position: relative;
    height: fit-content;
    padding: 0 0 40px 0;
}

.line_1::after {
    content: "";
    position: absolute;
    width: 94%;
    height: 1px;
    background-color: #CCCCCC;
    bottom: 0;
    left: 0;

}
nav {
    display: flex;
}

.tab-label {
    padding: 10px 20px;
    margin-right: 2px;
    cursor: pointer;
    text-decoration: none;
    color: black;
    border-bottom: 2px solid transparent;
}

.tab-label:hover {
    background-color: #ddd;
}

.tab-label.active {
    border-bottom: 4px solid red;
    border-radius:2px;
}

.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.text-position{
    position: absolute;
    bottom: 50px;
    left: 10px;
    color: #fff;
}
.image-wrapper:hover > .text-position {
    display: none;
}

.ab{
    background:#f5f7f7;
}



.slider-container, .slider-container1 {
    overflow: hidden;
    white-space: nowrap;
    width: 100%; /* Ensures it takes up full width */
}

/*-----*/

.tabs {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.tab {
   padding: 10px 60px;
    cursor: pointer;
    background-color: #f4f0f0;
    /* color: black; */
    border-radius: 50px;
    margin-right: -40px;
}

.tab.active {
  padding: 10px 50px;
    background-color: red;
    position: relative;
    color: white;
}

.tab-contents .content {
    display: none;
}

.tab-contents .content.active {
    display: block;
}

  
/* ----------------- nav ul bar end -------------------  */



/* ==================ADD ANIMATION============= */
/* Basic styling for the figure and image */
figure {
    margin: 0;
    padding: 0;
}

/* Define the animation */
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/* Define the hover animation */
@keyframes hoverEffect {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Initial state for scroll animation */

/* Apply the animation to the image when it becomes visible */
.scroll-animated-image {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.scroll-animated-image.animate {
    animation: fadeInScale 1s ease-in-out forwards;
}


/* ==================ADD ANIMATION============= */

/* ================Add button Hover in digital Marketing Start============ */
.service-link {
    display: inline-block; /* Allows the element to scale properly */
    text-decoration: none; /* Remove underline */
    color: black; /* Default text color */
    transition: color 0.2s ease; /* Optional color transition */
}

/* Keyframes for scaling animation */
@keyframes smallText {
    0% { transform: scale(1); }
    100% { transform: scale(0.9); } /* Scale down to 90% */
}

.service-link{
    background-color: #fff;
    position: relative;
    transition: .4s ease-in-out;
}

.service-link:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 5px;
    top: 5px;
    z-index: -1;
    transition: .4s ease-in-out;
    position: absolute;
    background-color: red;
}

.service-link:hover {
    color: #fff;
    background-color: red;
}

.service-link:hover:after {
    left: 0;
    top: 0;
}





/* ================Add button Hover in digital Marketing end============ */




.slider, .slider1 {
    display: flex;
    width: max-content;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.slider {
    animation: scroll-left 50s linear infinite;
}

.slider1 {
    animation: scroll-right 50s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.slide, .slide1 {
    display: inline-block;
    padding: 0 2rem; /* Adjust padding to your preference */
    font-size: 1.5rem; /* Adjust font size to your preference */
    color:#ffffff;
}
.bg-opaque{
    background-image: url("../images/services-bg.webp");
    height:700px;
      background-repeat: no-repeat;
    background-size:cover;
}

.bg-opaquewebdev{
    background-image: url("../images/Web Development-1.webp");
    height:700px;
      background-repeat: no-repeat;
    background-size:cover;
}

.bg-opaquegrowth{
 background-image: url("../images/Growth Marketing-1.webp");
    height:700px;
      background-repeat: no-repeat;
    background-size:cover;    
}

.bg-opaquesocialmedia{
    background-image: url("../images/Social Media-1.webp");
    height:700px;
      background-repeat: no-repeat;
    background-size:cover;
}

.bg-opaqueseo{
    background-image: url("../images/SEO-1.webp");
    height:700px;
      background-repeat: no-repeat;
    background-size:cover;
}

.bg-opaqueorm{
    background-image: url("../images/ORM-1.webp");
    height:700px;
      background-repeat: no-repeat;
    background-size:cover;
}

.bg-opaquepm{
    background-image: url("../images/Performance Marketing-1.webp");
    height:700px;
      background-repeat: no-repeat;
    background-size:cover;
}

.bg-opaquecontent{
        background-image: url("../images/Content Marketing-1.webp");
    height:700px;
      background-repeat: no-repeat;
    background-size:cover;
}

.bg-opaqueppc{
      background-image: url("../images/PPC-1.webp");
    height:700px;
    background-repeat: no-repeat;
    background-size:cover;
    
}

.bg-opaque1{
      background-image: url("../images/UI-UX-1.webp");
    height:700px;
    background-repeat: no-repeat;
    background-size:cover;
  
}
.bg-opaque2{
    background-image: url("../images/App Design-1.webp");
    height:700px;
    background-repeat: no-repeat;
        background-size:cover;

    
}
.bg-opaque3{
    background-image: url("../images/Web-development-bgImage.png");
    height:700px;
    background-repeat: no-repeat;
        background-size:cover;

}

.bg-opaque4{
    background-image: url("../images/App-Developmentbg.png");
    height:700px;
        background-size:cover;

    background-repeat: no-repeat;
}
.bg-opaque5{
    background-image: url("../images/Graphic-Design-1.webp");
    height:700px;
    background-repeat: no-repeat;
        background-size:cover;

}
.bg-opaque6{
    background-image: url("../images/Brand-Design-1.webp");
    height:700px;
    background-repeat: no-repeat;
        background-size:cover;

}
.bg-opaque7{
    background-image: url("../images/Web-Designbg.webp");
    height:700px;
    background-repeat: no-repeat;
        background-size:cover;

}
.bg-opaque8{
    background-image: url("../images/digital-marketing-services.webp");
    height:700px;
    background-repeat: no-repeat;
        background-size:cover;

}

.mt-percent-custom{
    margin-top:12%;
}
.color-white {
    color: #fff;
}
.custom-breadcrumb-1 .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: 4px;
    left: -5px;
}
.breadcrumb-color{
    color: #FF4242;
}
.image-wrapper {
    position: relative;
 }
 .custom-text-2 {
    font-size: 12px;
}
.read-more-custom {
    text-decoration: underline;
    font-size: 12px;
}
.custom-styling-1{
    position: absolute;
    bottom: 0px;
    left: 10px;
}
 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 10px;
  }
  
  .image-wrapper:hover .overlay {
    opacity: 1;
  }
.nav .nav-item button.active {
    background-color: transparent;
    color: #FF4242 !important;
    padding-bottom: 20px;
  }
  .custom-breadcrumb-1 {
    border: 2px dotted #ffffff;
    padding: 6px 21px !important;
    border-radius: 32px;
    color: #fff;
    margin-top:178px;
}
ul#pills-tab {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 10px 0px 10px;
}
.white-box-custom {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
}
.button-position-custom{
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    
}
.mt-mobile-custom{
    margin-top:20px;
}
.btn-custom-grey {
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    border-radius: 56.77px;
}
.btn-custom-grey:hover{
   color:#fff;
    
}
  .nav .nav-item button.active::after {
    content: "";
    border-bottom: 4px solid #FF4242;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 4px;
  }
  .nav-pills .nav-link {
    color: #000000!important;
}
.service-icon-1{
    width:50px;
    object-fit: contain;
}
.navbar-brand img {
    width: auto
}

.custom-text-bullet::marker{
    color: red !important;;
}
.custom-text-bullet {
    margin-bottom: 15px;
}
.technologies-icon{
    width:40px;
}
.margin-custom-1{
    margin-left: 5px;
    margin-top: 15px;
}
.arrow-size{
    width:60px;
    object-fit: contain;
}
.mt-30-custom{
    margin-top:30px;
}
.mt-20-custom{
    margin-top:20px;
}
.line-height-custom-1{
    line-height:31px;
}
.mt-50-custom{
    margin-top:50px;
}
.mb-30-custom{
    margin-bottom:30px;
}
.grey-box-custom{
    background-color: #FBFBFB;
    padding:15px;
}
.grey-box-custom-with-padding{
    padding:15px;
}
.service-heading-text{
    font-size: 20px;
}
#cursor .cursor-cirle {
    position: fixed;
    top: inherit;
    left: inherit;
    pointer-events: none;
    z-index: 99999
}

#cursor .cursor_outer {
    width: 30px;
    height: 30px;
    border: 1px solid red;
    border-radius: 30px;
    margin-top: -17px;
    margin-left: -16px;
    -webkit-transition: 50ms linear;
    -o-transition: 50ms linear;
    transition: 50ms linear
}

#cursor .cursor_inner {
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 6px;
    margin-top: -5px;
    margin-left: -4px
}

.search-body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform .7s;
    transition: transform .7s;
    -o-transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s;
    background-color: rgba(0, 0, 0, .85)
}

.search-body.search-open {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.search-body .search-form {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-body .search-form .search-form-area {
    width: 100%;
    z-index: 9991;
    max-width: 600px;
    position: relative
}

.search-body .search-form input {
    width: 100%;
    height: 60px;
    border: none;
    padding: 0 30px;
    background-color: #fff
}

.search-body .search-form button {
    top: 0;
    right: 0;
    color: #fff;
    border: none;
    width: 120px;
    height: 60px;
    position: absolute;
    background-color: red
}

.search-body .outer-close {
    top: 40px;
    right: 55px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    background-color: red
}

.nav_searchFrom>a>i,
.search-body .outer-close i {
    color: #fff
}

.myheader1,
.progress-wrap span,
.progress-wrap:hover {
    background-color: red
}

.blog-section1 .navbar .mediablog {
    font-weight: 700;
    font-size: 30px;
    color: #fff
}

.myheader.fixed.blog-section1 .navbar .mediablog {
    font-weight: 700;
    font-size: 30px;
    color: #222
}

.blog-header>li>a {
    font-weight: 500;
    padding: 0 8px;
    margin: 0 15px;
    font-size: 18px
}

.blog-header>li>a>span {
    border-bottom: 2px solid transparent;
    transition: .7s;
    color: #fff;
    padding: 9px 15px;
    border-radius: 50px
}

.myheader.fixed .blog-header>li>a>span {
    border-bottom: 2px solid transparent;
    transition: .7s;
    color: #222
}

.blog-warper .blog-boxs:hover i,
.myheader.fixed .blog-section1 .navbar .mediablog,
.myheader.fixed .nav_searchFrom>a>i {
    color: #222
}

.myheader.fixed .nav_searchFrom>a {
    color: #222;
    padding: 8px 15px;
    border-radius: 9px
}

.blog-header>li>a>span:hover {
    border-bottom: 2px solid red;
    transition: .7s
}

.headding-blog {
    font-size: 30px
}

.para-blog {
    font-size: 22px;
    font-weight: 400;
    color: #495057
}

.leatest-blog {
    border-top: 7px solid red;
    position: sticky;
    top: 99px
}

.blog-warper .blog-boxs {
    box-shadow: 0 0 5px rgba(12, 12, 12, .13);
    background-color: #fff;
    border-color: #ebebeb;
    position: relative;
    transition: .4s
}

.blog-warper .blog-boxs img {
    border-radius: 10px;
    padding: 15px 15px 0;
    -webkit-transition: .5s
}

.blog-warper .blog-boxs .blog-content {
    padding: 20px 15px;
    width: 100%
}

.blog-warper .blog-boxs .blog-content .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #002531;
    margin-bottom: 5px
}

.blog-warper .blog-boxs .blog-content .item-blog {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    color: red;
    padding: 7px 0
}

.blog-warper .blog-boxs .blog-content .item-blog li {
    display: inline-block;
    font-size: 15px;
    font-weight: 400
}

.blog-warper .blog-boxs .blog-content .item-blog li i {
    color: red;
    margin-right: 4px
}

.latest-posts {
    margin-top: 10px;
    padding: 0
}

.latest-posts li {
    display: table;
    margin-bottom: 20px;
    width: 100%
}

.post-info h3,
.sub-title,
.title-list {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.post-thumb {
    width: 100px;
    float: left;
    overflow: hidden
}

.post-thumb a img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: 2s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: 2s cubic-bezier(.19, 1, .22, 1);
    -o-transition: 2s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: 2s cubic-bezier(.19, 1, .22, 1);
    transition: 2s cubic-bezier(.19, 1, .22, 1)
}

.post-thumb a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15)
}

.post-info {
    margin-left: 112px
}

.post-info h3 {
    font-size: 15px;
    margin: 0 0 5px
}

.post-info h3 a {
    color: red;
    font-size: 14px;
    line-height: 0
}

.post-info p {
    color: #757575;
    font-size: 14px;
    margin: 0
}

.post-info p i {
    color: #20c0f3;
    font-size: 14px;
    margin-right: 4px
}

.title-list {
    margin-top: 10px;
    font-size: 18px
}

.sub-title {
    font-size: 16px
}

body,
figure,
ul li {
    padding: 0;
    margin: 20px;
}

.meeting:after,
.sub-menu {
    visibility: hidden;
    opacity: 0
}

.innerboxs:last-child,
dl,
ol,
ul {
    margin-bottom: 0
}

.post-left ul,
dl,
ol,
ul {
    padding-left: 0
}

.follow-us li a i,
.header-right ul li a i,
.linkmedia li a img {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.categories,
.post-left ul,
dl,
ol,
ul,
ul li {
    list-style: none
}

.progress-bar#myBar {
    position: fixed;
    top: 0;
    height: 4px;
    z-index: 1041;
    background: #de0c27;
    width: 0%;
    border-radius: 10px
}

a img,
img {
    border: none
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth
}

*,
:after,
:before {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body {
    overflow-x: hidden;
    font-family: Outfit, sans-serif
}

a {
    color: inherit;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s
}

.navbar-links li a span::before,
.navbar-links li a span:hover::before,
.navbar-links li:hover .sub-menu {
    transition: visibility .5s, transform .5s, opacity .3s linear
}

.footer-link li a::before,
.footer-links li a::before {
    transition: transform .4s cubic-bezier(.74, .72, .27, .24);
    height: 1px
}

.footer-link li a::before,
.footer-links_1 li a::before {
    transition: transform .4s cubic-bezier(.74, .72, .27, .24);
    height: 1px
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.form-control:focus,
.navbar-toggler:focus {
    box-shadow: none
}

a img {
    max-width: 100%
}

img {
    width: 100%;
    vertical-align: middle
}

table,
td,
th {
    border-collapse: collapse
}

table tbody tr td {
    padding: 8px;
    color: #222;
    font-size: 16px
}

.fw-700,
th {
    font-weight: 700
}

button:focus {
    outline: 0;
    box-shadow: none;
    border: 0
}

button,
input,
select,
textarea {
    border: 1px solid #222;
    outline: 0;
    box-shadow: none
}

textarea {
    resize: none
}

body::-webkit-scrollbar {
    width: 7px
}

body::-webkit-scrollbar-track {
    background-color: #f9f9f9;
    border-radius: 5px
}

body::-webkit-scrollbar-thumb {
    background-color: #ff002e;
    border-radius: 5px
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.form-sec label,
.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.theme-1 {
    background-color: #ff002e
}

.theme-1-light {
    background-color: #ff4242
}

.custom-breadcrumb .breadcrumb-item.active,
.theme-color {
    color: #ff002e
}

.gray-theme-1 {
    background-color: #f9f9f9
}

.gray-theme-2,
.innerboxs2:hover,
.innerboxs:hover {
    background-color: #f5f7f7
}

.nav-color {
    color: #303265 !important
}

.coman-button0,
.coman-button00,
.coman-button2 {
    display: inline;
    color: #222;
    font-weight: 500
}

.color1 {
    background-color: #ffeff3
}

.color2 {
    background-color: #eff2ff
}

.color3 {
    background-color: #e9fbed
}

.color4 {
    background-color: #fbf3e3
}

.color5 {
    background-color: #e7fffc
}

.color6 {
    background-color: #ffe2d6
}
.color7 {
    background-color: #f8edff
}


.myheader.fixed {
    left: 0;
    position: fixed;
    top: -67px;
    transform: translateY(66px);
    transition: transform .6s, background-position 1s .6s;
    z-index: 200;
    background-color: #ffffff;
}

.coman-button11:hover,
.coman-button12:hover {
    padding-left: 15px;
    z-index: 99999
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid red;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: relative;
    top: 2px;
    border-radius: 17px
}

.coman-button00,
.meeting {
    border: none;
    position: relative
}

.coman-button0l0 {
    padding-left: 36px;
    font-size: 17px !important;
    background: 0 0
}

.coman-button00::before,
.coman-button0::before,
.coman-button11::before,
.coman-button12::before,
.coman-button2::before,
.coman-button::before {
    width: 26px;
    height: 26px;
    background: #ffb5b5;
    border-radius: 50%;
    content: ''
}

.coman-button00::before {
    position: absolute;
    left: 0
}

.coman-button00:hover:before,
.coman-button0:hover:before,
.coman-button11:hover:before,
.coman-button12:hover:before,
.coman-button:hover:before {
    left: 15
}

.coman-button0 {
    position: relative;
    padding-left: 30px;
    font-size: 14px
}

.coman-button0::before {
    position: absolute;
    left: 0;
    top: -3px
}

.coman-button0 span {
    margin-left: 4px;
    font-size: 11px
}

.coman-button,
.coman-button11,
.coman-button12 {
    position: relative;
    padding-left: 35px;
    display: inline;
    color: #222;
    font-weight: 500;
    font-size: 18px
}

.coman-button11::before,
.coman-button12::before,
.coman-button::before {
    position: absolute;
    left: 0;
    top: -1px
}

.coman-button2:hover,
.coman-button:hover {
    padding-left: 15px;
    z-index: 99999;
    color: red !important
}

.coman-button:hover::before {
    z-index: -1;
    color: red !important
}

.categorie2 a:hover,
.coman-button2:hover span i,
.coman-button:hover span i,
.servcies-category:hover {
    color: red !important
}

.coman-button11:hover,
.coman-button11:hover span i,
.meeting {
    color: #fff !important
}

.coman-button span,
.coman-button11 span,
.coman-button12 span,
.coman-button2 span {
    margin-left: 5px;
    font-size: 13px
}

.coman-button11:hover::before {
    z-index: -1;
    color: #fff !important
}

.coman-button12:hover {
    color: #222 !important
}

.coman-button12:hover::before {
    z-index: -1;
    color: #222 !important
}

.coman-button12:hover span i {
    color: #222 !important
}

.coman-button2 {
    position: relative;
    padding-left: 37px;
    font-size: 17px
}

.custom-breadcrumb a,
.meeting {
    font-size: 15px
}

.coman-button2:hover::before {
    z-index: -1
}

.coman-button2::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

.arrows::before,
.meeting:after {
    content: "";
    position: absolute;
    right: 0
}

.arrow-down,
.arrows,
.footer-link li a,
.footer-links li a,
.media-dynox {
    position: relative
}

.arrow-down,
.arrows,
.footer-link li a,
.footer-links_1 li a,
.media-dynox {
    position: relative
}

.footer-links li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    background: red;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.footer-links_1 li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    background: red;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}
.footer-links_1 li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.footer-links li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.aniation1 {
    animation: .6s both fadeInUp;
    transition: .3s
}

.meeting,
.meeting:after,
.portfolio-body-boxs img,
.portfolio-body-boxs:after {
    transition: .3s ease-in-out
}

.navbar-brand {
    padding-bottom: 23px
}

.navbar-links .dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    margin-top: 11px
}

.navbar-links li a {
    color: #000;
    padding-bottom: 30px
}

.navbar-links li a:last-child,
.navbar-links li:last-child {
    padding-right: 0 !important
}

.navbar-links li a span {
    position: relative;
    font-weight: 500;
    color: #000;
    font-size: 14px !important
}

.faq-section .accordion-flush .accordion-item .accordion-button:hover,
.navbar-links li a span:hover {
    color: red
}

.meeting {
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0 6px 27px 0 rgba(0, 0, 0, .1);
    z-index: 5;
    background: var(--white);
    background: red;
    padding: 8px 13px 9px
}

.meeting:after {
    height: 100%;
    width: 0;
    background: #222;
    bottom: 0;
    border: none;
    border-radius: 50px;
    z-index: -5;
    color: var(--white)
}

.meeting:hover:after {
    width: 100%;
    left: 0;
    color: var(--white)
}

.meeting i {
    margin-left: 10px;
    position: relative;
    top: 2px
}

.navbar-links li a span::before {
    width: 4px;
    height: 4px;
    right: -13px;
    content: '';
    position: absolute;
    top: 9px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: red;
    opacity: 0;
    display: none
}

.navbar-links li a span:hover::before {
    opacity: 1
}

.navbar-links li:hover .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
    transform: scale(1)
}

.sub-menu {
    transition: visibility .1s, margin-top .1s, transform .1s, opacity .1s linear;
    transform: scale(.9);
    transform-origin: top;
    /*display: block;*/
    border: 1px solid #f4f4f4;
    width: 380px;
    right: 0;
    top: 65px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    z-index: 9999;
}

.innerboxs {
    padding: 10px 0;
    border-radius: 12px;
    margin-bottom: 4px
}

.innerboxs2 {
    padding: 10px 15px;
    border-radius: 12px;
    margin-bottom: 15px
}

.numberbox,
.numberbox1 {
    width: 48px;
    height: 48px;
    margin: auto;
    transition: .4s
}

.arrows::before {
    top: -61px;
    margin-left: -10px;
    display: block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #f2eeeea3
}

.numberbox {
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    padding: 10px
}

.list:hover .numberbox {
    transition: .7s;
    background-color: #27593f
}

.custom-breadcrumb {
    border: 2px dotted #434343;
    padding: 6px 21px !important;
    border-radius: 32px
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #434343;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: 4px;
    left: -5px
}

.textalign {
    text-align: justify
}

.follow-us li,
.follow-us li a,
.follow-us li a i,
.header-right ul li a i,
.linkmedia li a img,
.numberbox1,
.servcies-links2 {
    text-align: center
}

.servcies-links li,
.servcies-links2 li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px
}

.servcies-links li a {
    border: 1.4px dotted #434343;
    padding: 10px;
    display: inline-block;
    color: #222
}

.servcies-links li h3 {
    font-size: 15px !important;
    margin-bottom: 0
}

.servcies-links2 li a {
    border: 2px dotted #fff;
    padding: 5px 16px;
    display: block;
    border-radius: 47px !important;
    color: #fff;
    font-size: 18px !important
}

.servcies-links2 li a h3 {
    font-size: 18px !important;
    margin-bottom: 0 !important
}

.servcies-linkss li a,
.servcies-linkss li a h4 {
    font-size: 17px !important
}

.servcies-links2 li a:hover {
    background-color: #fff;
    color: #222
}

.numberbox1 {
    line-height: 35px;
    border-radius: 50%;
    padding: 6px;
    background-color: #ffcece
}

.list:hover .numberbox1 {
    background: red;
    color: #fff
}

.arrow-down::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -140px;
    height: 128px;
    border: 1px dotted #000
}

.cta-button {
    background: url(../images/cta-banner.webp) center center/cover;
    display: flex;
    align-items: center
}

.footer-link li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: red;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.footer-link li a:hover::before {
    height: 1px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.portfolio-body-boxs {
    position: relative;
    overflow: hidden
}

.portfolio-body-boxs img {
    filter: saturate(.5);
    object-fit: fill
}

.portfolio-body-boxs:hover img {
    transition: .3s ease-in-out;
    cursor: pointer
}

.portfolio-body-boxs .post_info {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    /*z-index: 999;*/
    background: #333
}

.post_info a {
    font-size: 14px
}

}

.portfolio-body-boxs:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(24deg, #000000e8 0, rgb(35 19 19 / 74%) 100%);
    height: 100%;
    opacity: .4;
    z-index: 0
}

.offcanvas-footer .loginBtn,
.offcanvas-footer .registerBtn {
    height: 39px;
    color: #ff002e;
    display: flex;
    transition: .3s;
    font-size: 14px;
    font-weight: 500
}

.footer-sec::after,
.footer-sec::before,
.media-dynox img {
    position: absolute;
    z-index: -1
}

.footer-sec {
    position: absolute
}

.footer-sec::before {
    background-color: #0e0e0e;
    content: '';
    width: 0%;
    bottom: 0;
    top: 0;
    left: 0
}

.footer-sec::after {
    background-color: #f5f7f7;
    content: '';
    width: 100%;
    bottom: 0;
    top: 0;
    right: 0
}

.offcanvas-start {
    width: 319px;
    transition: .7s ease-out
}

.offcanvas-footer {
    padding: 1rem;
    background-color: #fff
}

.offcanvas-footer .loginBtn {
    width: 100%;
    border: 1px solid #ff002e;
    border-radius: 5px;
    align-items: center;
    justify-content: center
}

.offcanvas-footer .registerBtn {
    width: 100%;
    border: 1px solid #ff002e;
    align-items: center;
    justify-content: center;
    border-radius: 5px
}

.navbar-toggler:hover {
    text-decoration: none;
    border: 1px solid transparent
}

.header-right ul li a i {
    color: #000;
    border-radius: 10px;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #000;
    margin-right: 10px
}

.header-right ul li a i:hover,
.header-right ul li a img:hover {
    background-color: #222;
    color: #fff
}

.reverse {
    margin-top: 40px
}

.leftside img {
    animation: 1.5s ease-in-out infinite alternate-reverse both howtowork2
}

@-webkit-keyframes howtowork2 {
    0% {
        transform: translateX(8px)
    }
    100% {
        transform: translateX(-8px)
    }
}

@keyframes howtowork2 {
    0% {
        transform: translateX(8px)
    }
    100% {
        transform: translateX(-8px)
    }
}

.footer-menu li {
    display: inline-block;
    margin-left: 10px
}

.footer-menu li:first-child {
    margin-left: 0
}

.portfolio-body-boxs2 img {
    height: 100px;
    width: 100px;
    object-fit: contain
}

.faq-section .accordion .cards .accordion-button:after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    background-image: none;
    border: 1px solid red;
    border-radius: 10px;
    color: red;
    text-align: center;
    font-size: 18px;
    height: 20px;
    width: 20px;
    line-height: 19px
}

.faq-section .accordion .cards .accordion-button:not(.collapsed)::after {
    content: "-";
    line-height: 16px
}

.faq-section .accordion-flush .accordion-item .accordion-button {
    background: #f5f7f7 !important;
    padding: 15px 0 24px;
    font-size: 20px
}

.faq-section .accordion-body {
    background: #f5f7f7 !important;
    padding: 1rem 0
}

.faq-section .accordion-button:focus {
    z-index: 3;
    border-color: snow;
    outline: 0;
    box-shadow: none
}

.faq-section .accordion-button:not(.collapsed) {
    color: #333;
    background-color: #e7f1ff;
    box-shadow: none
}

.linkmedia li a img {
    filter: invert(1);
    color: #222;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #fff5f5;
    margin-right: 10px;
    padding: 4px
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 60px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    background: #ffcece;
    transition: .2s linear;
    z-index: 999;
    border: none
}

.progress-wrap span {
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    line-height: 32px
}

.hightlight {
    color: #757575;
    margin-top: 6px;
    text-transform: capitalize;
    letter-spacing: .3px;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px #222
}

.media-dynox img {
    top: 10px;
    right: -33px;
    transform: translateX(-50%);
    height: auto;
    border-radius: 50%;
    max-width: 244px;
    display: none !important
}

.frame {
    -webkit-animation: 5s infinite zoomeffect;
    -moz-animation: 5s infinite zoomeffect;
    animation: 5s infinite zoomeffect
}

@-webkit-keyframes zoomeffect {
    0%,
    100% {
        background-position: center;
        transform: scale(1, 1)
    }
    50% {
        background-position: center;
        transform: scale(2, 2)
    }
}

@keyframes zoomeffect {
    0%,
    100% {
        background-position: center;
        transform: scale(1, 1)
    }
    50% {
        background-position: center;
        transform: scale(2, 2)
    }
}

.scrollerWrapper #lnews-link {
    color: #fbcdcd;
    margin-left: 20px
}

.invest-card2 {
    padding: 60px 46px;
    background: #ff002e;
    border-radius: 50%;
    width: 330px;
    height: 330px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important
}

.invest-card2:hover {
    background-color: #222 !important;
    background: #ff002e;
    cursor: pointer
}

.line27 {
    line-height: 27px
}

.dooted {
    width: 6px;
    height: 6px;
    background-color: #ff002e;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -2px
}

.form-sec input,
.form-sec textarea {
    background: #f5f7f7;
    border: 1px solid #f5f7f7;
    color: #222
}
.form-sec1 input,
.form-sec1 textarea {
    background: #fff;
    border: 1px solid #fff;
    color: #222
}
.servcis-boxss {
    border: 1.3px solid #dadada;
    padding: 15px 24px 0 30px;
    border-radius: 23px;
}

.servcis-boxss:hover {
    background-color: #f35656;
    transition: .2s linear
}

.servcis-boxss:hover .textcolors {
    color: #fff;
    transition: .2s linear
}

.servcis-boxss:hover .dooted {
    background-color: #fff !important;
    color: #fff !important
}

.servcies-linkss {
    margin-top: 30px
}

.servcies-linkss li a {
    font-weight: 500;
    padding: 13px 0;
    display: block;
    transition: .2s linear
}

.border-line {
    border-top: 1px solid #efecec
}

.form-sec input {
    height: 46px;
    font-size: 14px
}
.form-sec1 input {
    height: 46px;
    font-size: 14px
}
.form-sec textarea {
    font-size: 14px
}

.reachus {
    padding: 0
}

.carrerbox {
    background-color: #f5f5f5;
    padding: 20px
}

.post-left ul {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.post-left ul li {
    margin-bottom: 5px;
    margin-right: 20px;
    border: 2px solid #e9e9e9;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500
}

.search-form button {
    background: red;
    border: none;
    padding: 7px 12px
}

.follow-us li {
    margin: 0 6px
}

.follow-us li img {
    filter: invert(1);
    height: 24px;
    width: 24px
}

.follow-us li a {
    display: block;
    margin: auto
}

.follow-us li a i {
    color: #222;
    border-radius: 10px;
    font-size: 26px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-right: 10px
}

.lineclamp2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.categories {
    margin: 0;
    padding: 0
}

.categories li {
    margin-bottom: 15px
}

.categories li a {
    color: #2e3842;
    font-size: 15px;
    font-weight: 500
}

.categories li a span {
    float: right;
    color: #757575
}

.categorie2 a {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px
}

.servcies-category {
    font-size: 13px;
    font-weight: 500;
    color: #c2b4b4
}

.blog-box3 {
    box-shadow: 0 0 4px rgba(12, 12, 12, .13);
    padding: 15px
}

.tags-links li {
    display: inline-block;
    margin-bottom: 11px;
    margin-right: 10px
}

.tags-links li a {
    background: #f2f2f2;
    padding: 6px 15px;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    border-radius: 6px
}

/* ====================add footer services============ */

#servicesContent {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
}

#arrow {
    cursor: pointer;
}

.toggleButton_1111 {
    background-color: #000;
    /* background-color: #fff; */
    color: #ffffff;
    border: none;
    /* padding: 15px 20px; */
    font-size: 1rem;
    cursor: pointer;
    text-transform: uppercase;
}
.services {
    /* margin-top: 10px; */
    background-color: #000;
    color: #fff;
    padding-bottom: 45px;
}
footer {
    background-color: #1b1e24;
    padding: 20px 0;
}

.footer-top {
    border-top: 1px solid #ffffff;
    padding-top: 10px;
}
.toggleButton_1{
    background-color: #000;
    color:#fff
}

/* .footer-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
} */

.footer-info {
    margin-bottom: 10px;
}

.footer-info p {
    margin: 0;
    font-size: 14px;
    color: #b0b0b0;
}

.footer-info a {
    color: #b0b0b0;
    text-decoration: none;
    margin: 0 5px;
    font-size: 14px;
}





#arrowContainer {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.arrow {
    font-size: 0.9rem;
    color: #ffffff;
}

.services-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    text-align: left;
}

.service-category {
    margin-bottom: 15px;
}

.service-category h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.service-category p {
    font-size: 14px;
    margin: 0;
    color: #b0b0b0;
}

.footer-bottom {
    background-color: #1b1e24;
    padding-top: 10px;
    text-align: center;
    color: #b0b0b0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.location {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.location svg {
    margin-bottom: 10px;
}

.location p {
    margin: 5px 0;
    font-size: 14px;
}

.social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media a {
    color: #1DA1F2;
    font-size: 24px;
    margin-left: 10px;
    text-decoration: none;
}

.social-media a:hover {
    color: #0d8bf2;
}
/* ====================add footer services end============ */

/* ===============================whatsapp=================== */

.float_whatsapp {
      position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
   /*top: 91.5%;*/
    bottom: 58px;
    right: 107px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}
.float_whatsapp a{
    /* text-align: center; */
    font-size: 27px;
}

.my-float {
    /* margin-top: 16px; */
}
.float_whatsapp:hover {
    transform: scale(1.2) rotate(15deg); /* Scale up by 20% and rotate by 15 degrees */
    color: #fff; /* Darker green color on hover */
    border-color: #128C7E; /* Darker green border on hover */
}
/* ===============================whatsapp=================== */

@media (min-width:1400px) {
    .contact-sec {
        padding-left: 20px
    }
  /* ===============================whatsapp=================== */

.float_whatsapp {
      position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
   /*top: 91.5%;*/
    bottom: 58px;
    right: 107px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}
.float_whatsapp a{
    /* text-align: center; */
    font-size: 27px;
}

.my-float {
    /* margin-top: 16px; */
}

/* ===============================whatsapp=================== */
}

@media (max-width:991.98px) {
    .authorized-publi,
    .mobile-footer,
    .textalign-md {
        text-align: center
    }
    /* ===============================whatsapp=================== */

.float_whatsapp {
      position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
   /*top: 91.5%;*/
    bottom: 58px;
    right: 107px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}
.float_whatsapp a{
    /* text-align: center; */
    font-size: 27px;
}

.my-float {
    /* margin-top: 16px; */
}

/* ===============================whatsapp=================== */
    .media-dynox img {
        max-width: 155px
    }
    .invest-card2 {
        width: 210px !important;
        height: 210px !important
    }
    .address-footer {
        display: none
    }
    .faq-section .accordion-flush .accordion-item .accordion-button {
        background: #f5f7f7 !important;
        padding: 15px 30px 14px 0;
        font-size: 14px
    }
    .faq-section .accordion-flush .accordion-item .accordion-button:hover {
        color: red !important
    }
    .inputGroup .inputSearch {
        border-radius: 100px;
        border-bottom: 2px solid #ececec;
        padding: 0 20px;
        font-size: 14px;
        color: #000;
        font-weight: 400;
        height: 35px
    }
    .inputGroup .searchIcon {
        background-color: #f1f2f6;
        border-radius: 100px;
        border: none;
        box-shadow: none;
        width: 35px;
        height: 35px;
        padding: 7px !important
    }
    .inputGroup {
        border: 1px solid #ccc;
        border-radius: 100px
    }
    .mobileOffcanvas .mobileAccordion .itemAccordion {
        border: none;
        box-shadow: none
    }
    .mobileOffcanvas .mobileAccordion .itemAccordion .accordionBtn:not(.collapsed) {
        background-color: rgba(0, 0, 0, 0);
        border-radius: 0
    }
    .mobileOffcanvas .mobileAccordion .itemAccordion .accordionBtn.active {
        color: #0d6efd
    }
    .mobileOffcanvas .mobileAccordion .itemAccordion .accordionBtn {
        border: none;
        box-shadow: none;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid rgba(0, 0, 0, .06);
        padding: 7px 5px 7px 10px
    }
    .mobileOffcanvas .mobileUl .mobileLink {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid rgba(0, 0, 0, .06);
        padding: 10px 5px 10px 10px;
        text-decoration: none
    }
    .footer-sec::before {
        width: 100%
    }
    .footer-sec::after {
        width: 0%
    }
    .colortext {
        color: #fff !important;
        font-size: 12px
    }
    .btn12,
    .myheader.fixed .fa-barss {
        color: #222
    }
    .blog-section1 .navbar .mediablog,
    .btn12,
    .headding-blog {
        font-size: 21px
    }
    .header-right ul li a i {
        color: #000;
        border: 1px solid #000
    }
    .textright {
        padding-left: 15px
    }
    .mobile-footer {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9;
        transition: bottom .2s ease-in-out;
        width: 100%;
        background-color: #000000 !important;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2);
        display: none
    }
    .btn12 {
        padding: 10px 15px;
        font-weight: 600;
        letter-spacing: .4px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #d1c5c5
    }
    .border-b,
    .footer-links li a {
        position: relative;
        color: #fff !important
    }
    .border-b::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 45%;
        height: 3px;
        background: #fff;
        border-radius: 10px
    }
    .footer-link {
        color: #fff !important
    }
    .linkmedia li a img {
        filter: drop-shadow(2px 4px 6px black)
    }
    .mobileOffcanvas .accordion-button:not(.collapsed)::after {
        transform: rotate(0);
        filter: brightness(.5);
        background: url(../images/mobile-arrow.webp) 0 0/cover !important
    }
    .mobileOffcanvas .accordion-button::after {
        transition: transform .2s ease-in-out;
        background: url(../images/mobile-arrow.webp) 0 0/cover !important
    }
    .blog-header>li>a {
        padding: 4px 0;
        margin: 3px 0;
        font-size: 14px;
        display: block
    }
    .blog-header>li>a>span {
        padding: 0
    }
    .myheader.fixed.blog-section1 .navbar .mediablog {
        font-size: 23px
    }
    .para-blog {
        font-size: 16px;
        text-align: justify
    }
    .blog-warper .blog-boxs .blog-content .item-blog li {
        font-size: 14px
    }
    .blog-warper .blog-boxs .blog-content {
        margin-bottom: 30px
    }
    .search-body .outer-close {
        top: 23px;
        right: 15px
    }
    .fa-barss {
        color: #fff
    }
}

@media (max-width:767.98px) {
    .btn-custom-grey {
        font-size: 13px;
    }
    .p-5 {
        padding: 1rem !important;
    }
    .mt-mobile-custom-1{
        margin-top:15px;
    }
    .bg-opaque {
        background-image: url(../images/services-bg.webp);
        height: 100%;
        background-size: contain;
    }
    .authorized-publi,
    .mobile-footer {
        text-align: center
    }
    .btn12,
    .colortext {
        font-size: 16px
    }
    .inputGroup .inputSearch {
        border-radius: 100px;
        border-bottom: 2px solid #ececec;
        padding: 0 20px;
        font-size: 14px;
        color: #000;
        font-weight: 400;
        height: 35px
    }
    .inputGroup .searchIcon {
        background-color: #f1f2f6;
        border-radius: 100px;
        border: none;
        box-shadow: none;
        width: 35px;
        height: 35px;
        padding: 7px !important
    }
    .inputGroup {
        border: 1px solid #ccc;
        border-radius: 100px
    }
    .mobileOffcanvas .mobileAccordion .itemAccordion {
        border: none;
        box-shadow: none
    }
    .mobileOffcanvas .mobileAccordion .itemAccordion .accordionBtn:not(.collapsed) {
        background-color: rgba(0, 0, 0, 0);
        border-radius: 0
    }
    .mobileOffcanvas .mobileAccordion .itemAccordion .accordionBtn.active {
        color: #0d6efd
    }
    .mobileOffcanvas .mobileAccordion .itemAccordion .accordionBtn {
        border: none;
        box-shadow: none;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid rgba(0, 0, 0, .06);
        padding: 7px 5px 7px 10px
    }
    .mobileOffcanvas .mobileUl .mobileLink {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid rgba(0, 0, 0, .06);
        padding: 10px 5px 10px 10px;
        text-decoration: none
    }
    .btn12,
    .myheader.fixed .fa-barss {
        color: #222
    }
    button:focus:not(:focus-visible) {
        outline: 0 !important
    }
    .text-line {
        line-height: 25px !important
    }
    .footer-sec::before,
    .servcies-links2 li {
        width: 100%
    }
    .footer-sec::after {
        width: 0%
    }
    .ps0m {
        padding-left: 0
    }
    .textright {
        padding-left: 15px
    }
    .header-right ul li a i {
        color: #000;
        border: 1px solid #000
    }
    .textright2 {
        padding-left: 15px !important
    }
    .faq-section .accordion .cards .accordion-button:after {
        right: 0
    }
    .dblock {
        display: block
    }
    .blog-header>li>a>span,
    .pdd {
        padding: 0
    }
    .mobile-footer {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9;
        transition: bottom .2s ease-in-out;
        width: 100%;
        background-color: #f9f9f9;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2)
    }
    .border-b,
    .footer-links li a {
        position: relative
    }
    .btn12 {
        padding: 10px 15px;
        font-weight: 500;
        letter-spacing: .4px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #d1c5c5
    }
    .address-footer,
    .padd15 {
        padding-left: 5px
    }
    .border-b::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 45%;
        height: 3px;
        background: #fff;
        border-radius: 10px
    }
    .footer-sec {
        padding-bottom: 30px
    }
    .mnone {
        display: none
    }
    .media-dynox img {
        position: absolute;
        top: -15px;
        right: -51px;
        transform: translateX(-50%);
        z-index: -1;
        height: auto;
        border-radius: 50%;
        max-width: 135px
    }
    .progress-wrap {
        right: 15px;
        bottom: 61px;
        display: none
    }
    .faq-section .accordion-flush .accordion-item .accordion-button {
        font-size: 15px;
        padding: 15px 30px 14px 0
    }
    .reverse {
        flex-direction: column-reverse;
        display: flex
    }
    .post-left ul li {
        margin-bottom: 10px !important;
        display: inline-block;
        margin-right: 10px
    }
    .servcies-links2 li a {
        padding: 5px 10px;
        display: block;
        color: #fff;
        border-radius: 3px;
        width: 100%;
        font-size: 17px;
        font-weight: 600
    }
    .servcies-links2 li a:hover {
        background-color: #fff !important;
        color: #000 !important
    }
    .address-footer,
    .fa-barss {
        color: #fff
    }
    .footer-link,
    .footer-links li a {
        color: #fff !important
    }
    .linkmedia li a img {
        filter: hue-rotate(45deg);
        border: 1px solid #ffeded
    }
    .blog-box3 {
        padding: 15px !important
    }
    .mobileOffcanvas .accordion-button:not(.collapsed)::after {
        transform: rotate(0);
        filter: brightness(.5);
        background: url(../images/mobile-arrow.webp) 0 0/cover !important
    }
    .mobileOffcanvas .accordion-button::after {
        transition: transform .2s ease-in-out;
        background: url(../images/mobile-arrow.webp) 0 0/cover !important
    }
    .blog-section1 .navbar .mediablog,
    .headding-blog {
        font-size: 21px
    }
    .blog-header>li>a {
        padding: 4px 0;
        margin: 3px 0;
        font-size: 14px;
        display: block
    }
    .myheader.fixed.blog-section1 .navbar .mediablog {
        font-size: 23px
    }
    .para-blog {
        font-size: 16px;
        text-align: justify
    }
    .blog-warper .blog-boxs .blog-content .item-blog li {
        font-size: 14px
    }
    .blog-warper .blog-boxs .blog-content {
        margin-bottom: 30px
    }
    .search-body .outer-close {
        top: 23px;
        right: 15px
    }
    .search-body .search-form button {
        width: 50px
    }
    .navbar-brand img {
        width: auto
    }
    
    
    .tab {
        padding: 10px 30px;
        cursor: pointer;
        background-color: #f4f0f0;
        /* color: black; */
        border-radius: 30px;
        margin-right: -27px;
    }
    
    .tab.active {
        
        
        padding: 10px 40px;
        background-color: red;
        position: relative;
        color: white;
    }
    .my_mobile{
        margin: 2rem;
        background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    /* padding: 16px 20px; */
    transition: 0.3s;
    font-size: 12px;
    justify-content:center ;
    align-items: center;
        
    }
    
    /*===============service toggle================*/
    .toggleButton_1111 {
        background-color: #000;
        /* background-color: #fff; */
        color: #ffffff;
        border: none;
        padding: 8px 20px;
         font-size: 1rem;
        cursor: pointer;
        text-transform: uppercase;
}
 /*===============service toggle================*/
    
 /* ===============================whatsapp=================== */

.float_whatsapp {
      position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
   /*top: 91.5%;*/
    bottom: 60px;
    right: 90px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}
.float_whatsapp a{
    /* text-align: center; */
    font-size: 27px;
}

.my-float {
    /* margin-top: 16px; */
}

/* ===============================whatsapp=================== */
    
}



@media (max-width:575.98px) {
    .navbar-brand img {
        width: auto
    }
    
    
    .home{
    padding-left:14px;
}

    .p-5 {
        padding: 1rem !important;
    }
    .mt-mobile-custom-1{
        margin-top:15px;
    }
    .bg-opaque {
        background-image: url(../images/services-bg.webp);
        height: 100%;
        background-size: contain;
    }
    .btn-custom-grey {
        font-size: 13px;
    }
    #cursor,
    .mnone {
        display: none
    }
    .mr15 {
        margin-left: 10px
    }
    .linkmedia li a img {
        filter: hue-rotate(45deg);
        border: 1px solid #ffeded
    }
    .invest-card2 {
        width: 280px !important;
        height: 280px !important
    }
    .mobile-footer {
        text-align: center;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9;
        transition: bottom .2s ease-in-out;
        width: 100%;
        background-color: #f9f9f9;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2)
    }
    .btn12 {
        padding: 10px 15px;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: .4px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #d1c5c5
    }
    .border-b,
    .footer-links li a {
        position: relative;
        color: #fff !important
    }
    .border-b::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 45%;
        height: 3px;
        background: #fff;
        border-radius: 10px
    }
    .dblock {
        display: block
    }
    .colortext {
        font-size: 16px
    }
    .header-right ul li a i {
        color: #000;
        border: 1px solid #000
    }
    .textright {
        padding-left: 15px
    }
    .p20 {
        padding: 20px 0
    }
    .footer-sec::before,
    .servcies-links2 li {
        width: 100%
    }
    .footer-sec::after {
        width: 0%
    }
    button:focus:not(:focus-visible) {
        outline: 0 !important
    }
    .ps0 {
        padding-left: 0
    }
    .text-line {
        line-height: 25px !important
    }
    .blog-header>li>a>span,
    .form-sec,
    .pd-m,
    .pd-m2,
    .pdd,
    .pdd2 {
        padding: 0
    }
    .navbar-brand {
        display: contents
    }
    .custom-breadcrumb {
        padding: 2px 9px 6px !important
    }
    .custom-breadcrumb a {
        font-size: 12px
    }
    .custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        font-size: 10px;
        top: 7px;
        left: -5px
    }
    .servcies-links li a {
        border: 1.4px dotted #434343;
        padding: 8px 6px;
        display: block;
        color: #222;
        font-size: 15px;
        margin-bottom: 10px
    }
    .inputGroup .inputSearch {
        border-radius: 100px;
        border-bottom: 2px solid #ececec;
        padding: 0 20px;
        font-size: 14px;
        color: #000;
        font-weight: 400;
        height: 35px
    }
    .inputGroup .searchIcon {
        background-color: #f1f2f6;
        border-radius: 100px;
        border: none;
        box-shadow: none;
        width: 35px;
        height: 35px;
        padding: 7px !important
    }
    .inputGroup {
        border: 1px solid #ccc;
        border-radius: 100px
    }
    .mobileOffcanvas .mobileAccordion .itemAccordion {
        border: none;
        box-shadow: none
    }
    .mobileOffcanvas .mobileAccordion .itemAccordion .accordionBtn:not(.collapsed) {
        background-color: rgba(0, 0, 0, 0);
        border-radius: 0
    }
    .mobileOffcanvas .mobileAccordion .itemAccordion .accordionBtn.active {
        color: #0d6efd
    }
    .mobileOffcanvas .mobileAccordion .itemAccordion .accordionBtn {
        border: none;
        box-shadow: none;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid rgba(0, 0, 0, .06);
        padding: 7px 5px 7px 10px
    }
    .mobileOffcanvas .mobileUl .mobileLink {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid rgba(0, 0, 0, .06);
        padding: 10px 5px 10px 10px;
        text-decoration: none
    }
    .servcies-links li {
        display: inline-block;
        display: contents;
        margin-right: 10px;
        margin-bottom: 20px;
        width: 46%;
        text-align: center
    }
    .faq-section .accordion .cards .accordion-button:after {
        right: 0
    }
    .footer-sec {
        padding-bottom: 30px
    }
    .silder-sec {
        height: 80vh
    }
    .media-dynox img {
        position: absolute;
        top: 11px;
        right: -51px;
        transform: translateX(-50%);
        z-index: -1;
        height: auto;
        border-radius: 50%;
        max-width: 114px
    }
    .progress-wrap {
        right: 15px;
        bottom: 61px;
        display: none !important
    }
    .faq-section .accordion-flush .accordion-item .accordion-button {
        background: #f5f7f7 !important;
        padding: 15px 30px 14px 0;
        font-size: 19px;
        line-height: 24px
    }
    .reverse {
        flex-direction: column-reverse;
        display: flex
    }
    .mobileOffcanvas .accordion-button:not(.collapsed)::after {
        transform: rotate(0);
        filter: brightness(.5);
        background: url(../images/mobile-arrow.webp) 0 0/cover !important
    }
    .mobileOffcanvas .accordion-button::after {
        transition: transform .2s ease-in-out;
        background: url(../images/mobile-arrow.webp) 0 0/cover !important
    }
    .post-left ul li {
        margin-bottom: 10px;
        margin-right: 10px
    }
    .servcies-links2 li a {
        padding: 5px 10px;
        color: #fff;
        border-radius: 3px;
        width: 100%;
        font-size: 17px;
        font-weight: 600
    }
    .address-footer,
    .fa-barss {
        color: #fff
    }
    .footer-link {
        color: #fff
    }
    .blog-section1 .navbar .mediablog,
    .headding-blog {
        font-size: 21px
    }
    .blog-header>li>a {
        padding: 4px 0;
        margin: 3px 0;
        font-size: 14px;
        display: block
    }
    .myheader.fixed.blog-section1 .navbar .mediablog {
        font-size: 23px
    }
    .para-blog {
        font-size: 16px;
        text-align: justify
    }
    .blog-warper .blog-boxs .blog-content .item-blog li {
        font-size: 14px
    }
    .blog-warper .blog-boxs .blog-content {
        margin-bottom: 30px
    }
    .search-body .outer-close {
        top: 23px;
        right: 15px
    }
    .search-body .search-form {
        padding: 0 15px
    }
    .search-body .search-form button {
        width: 50px
    }
    .myheader.fixed .fa-barss {
        color: #222
    }
    
    .tab {
        
        padding: 10px 24px;
        cursor: pointer;
        background-color: #f4f0f0;
        
        border-radius: 30px;
        margin-right: -18px;
        font-size:10px;
    }
    
    .tab.active {
        
        padding: 10px 20px;
        background-color: red;
        position: relative;
        color: white;
    }
    
    .my_mobile{
    margin: 0;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    /* padding: 16px 20px; */
    transition: 0.3s;
    font-size: 12px;
    justify-content:center ;
    align-items: center;
    }
    
    /*==============service toggle============*/
    .toggleButton_1111 {
        background-color: #000;
        /* background-color: #fff; */
        color: #ffffff;
        border: none;
        padding: 4px 20px;
        font-size: 1rem;
        cursor: pointer;
        text-transform: uppercase;
    }
    .services {
    /* margin-top: 10px; */
    background-color: #000;
    color: #fff;
    padding-bottom: 60px;
}
    
    /*==============service toggle============*/
    
   /* ===============================whatsapp=================== */

.float_whatsapp {
      position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
   /*top: 91.5%;*/
    bottom: 70px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}
.float_whatsapp a{
    /* text-align: center; */
    font-size: 27px;
}


/* ===============================whatsapp=================== */

