/*Main Css */
/* body {
    cursor: none;
}
.custom-cursor {
    width: 10px; 
    height: 10px; 
    border-radius: 50%;
    background-color: red; 
    position: absolute;
    pointer-events: none; 
    z-index: 9999; 
    transform: translate(-50%, -50%); 
} */
/* Main Banner CSS */
::selection {
    background: #FD5605;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #FD5605;
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordion CSS */

.myaccordion li .faq-opt {
    display: none;
}

.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: "\f077";
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    margin: 0px !important;
    padding: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    display: block;
    font-weight: normal;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}
a{
    font-family: "Poppins", sans-serif; 
}
a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
}

/* a:hover {
    color: #f22f3b !important;
} */

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}


/* Padding Classes */

.pad-sec {}

.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}


/* Heading Classes */

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}

.hding-2 h2 {}

.hding-3 h3 {}

.hding-4 h4 {}

.hding-5 h5 {}

.hding-6 h6 {}

/* p{
    font-size: 16px;
    color: #000 !important;
} */
.para {}

.highlighted {
    color: #FD5605;
}


/* Custom Slick Css */
.slick-track{
    background-color: #fff;
}
.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #FD5605;
    width: 11px;
    height: 11px;
}

/* slick slider */


/*header css*/
.lord-img-w{
    width: 60px;
    height: 60px;
}

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    padding: 5px 0;
    display: flex;
    justify-content: center;
}

.main-header {
    position: relative;
    z-index: 1;
    padding-top: 20px;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
    width: 220px;
}

/*header css*/

/* Menu Css */

.navbar-light .navbar-nav .nav-link {
    display: block;
    font-size: 16px;
    color: #363636 !important;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding: 0px 15px !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #FD5605 !important;
}

.navbar-nav {
    padding-right: 50px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #000000 !important;
    background-color: transparent !important;
}
.dropdown-item:hover{
    color: #fff !important;
    background-color: transparent !important;
}
/* .dropdown-menu{
    padding: 0px !important;
} */
.dropdown-item{
    margin-bottom: 5px !important;
    padding: 8px 10px !important;
}
/* Menu Css */

/* -----------------------Page Headings Css------------------- */

.testimonial-heading{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: center;
}
.title-heading{
    font-size: 50px;
    font-weight: bold;
    color: #000;
}

.title-heading-white{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}

.title-p{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.nav-box-p{
    font-size: 12px;
    color: #000;
}

.title-p-white{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

/* -----------------------Page Headings Css------------------- */

/* -----------------------Header Css------------------- */
.nav-box{
    border: 1px solid #fd5605;
    padding: 10px;
    border-radius: 12px;
    margin: 10px 5px;
}
.nav-box:hover{
    background-color: #404040;
    border: 1px solid #404040;
    color: #fff;
    cursor: pointer;
    transition: 0.6s ease;
    transform: scale(1.03);
}
.nav-box a{
    padding: 0px !important;
    font-size: 17px;
    font-weight: 600;
}
.nav-box:hover a{
    color: #fff;
}
.nav-box:hover p{
    color: #fff;
}

.header-color{
    background-color: #fff;
    border-radius: 12px;
    padding: 15px 30px !important;
    width: 1110px;
    text-align: center;
}

.header-btn{
    background-color: #FD5605;
    border: 1px solid #FD5605;
    font-family: "Poppins", sans-serif;
    padding: 15px 35px;
    text-decoration: none;
    text-align: center;
    transition: 0.5s;
    color: #fff;
    border-radius: 26px 0px 26px 26px;
}
.header-btn:hover{
    background-color: transparent;
    color: #FD5605;
}
.dropdown-menu.show {
    padding: 20px;
}
.megamenu {
    position: relative;
    background: linear-gradient(240deg, #ffffff, #ffffff00), url(./images/menu-back.png);
    background-position: -15% bottom, 24% bottom;
    background-size: 49%, 18%;
    background-repeat: no-repeat, no-repeat;
    background-color: #ffffff;
    width: 840px;
    border-radius: 12px !important;
}
.megamenu::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(./images/donut-3d-7.png);
    background-position: 110% -23%;
    background-size: 32%;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: -1;
}
.dropdown-menu[data-bs-popper] {
    left: -300px !important;
}
/* -----------------------Header Css------------------- */

/* -----------------------Banner Css------------------- */
/* img#gifImage {
    margin-bottom: -33px;
} */
.logos{
    display: flex;
    flex-direction: column;
    max-width: 40px;
    padding-bottom: 20px;
}
.logos img{
    padding-bottom: 10px;
}
.banner-h1{
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 50px;
}
.focus-in-contract-bck, h1{animation:focus-in-contract-bck 1s cubic-bezier(.25,.46,.45,.94) both}

@keyframes focus-in-contract-bck{0%{letter-spacing:1em;transform:translateZ(300px);filter:blur(12px);opacity:0}100%{transform:translateZ(12px);filter:blur(0);opacity:1}}
  
.main-banner{
    background-image: url(./assets/images/main-ban.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -153px;
    padding-top: 190px;
    padding-bottom: 136px;
    text-align: center;
    line-height: 0px;
}
.banner-hand{
    position: relative;
    /* z-index: 2; */
    max-width: 600px;
    margin-bottom: -63px;
}
.img-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
}
.right-img-container{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.creative-img{
    width: 200px;
    margin-bottom: -290px;
}

.design-img{
    margin-bottom: -200px;
    margin-left: -170px;
}
.shapes1{
    position: absolute;
    left: 18%;
    top: 40%;
    animation: 0.6s ease;
    will-change: transform; transform: translateX(-1.43998px) translateY(-16.0523px);
}

.shapes2{
    position: absolute;
    left: 10%;
    bottom: -12%;
}

.shapes3{
    position: absolute;
    bottom: 0%;
    right: 16%;
}
.banner-btn {
    background-color: #FD5605;
    border: 2px solid #FD5605;
    font-family: "Poppins", sans-serif;
    padding: 30px 45px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: 0.5s;
    color: #fff;
    border-radius: 26px 0px 26px 26px;
    position: relative;
    z-index: 3;
    margin-top: -32px;
    /* margin-bottom: 30px; */
}

.banner-btn:hover{
    background-color: transparent;
    color: #FD5605
}

/* -----------------------Banner Css------------------- */

/* -----------------------Service Css------------------- */
.service-sec{
    background-color: #F6F9F8;
    padding-top: 100px;
    padding-bottom: 100px;
}
.sercvice-heading{
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 50px;
    text-align: center;
}

.sevice-body{
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 40px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: 10px;
    cursor: pointer;
    transition: 0.6s ease;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
}
.sevice-body:hover{
    border: 1px solid #FC5C06;
    background-color: #FC5C06;
    transform: scale(1.03);
}
.sevice-body h2{
    color: #000;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 20px;
    margin: 0;
}
.sevice-body:hover h2{
    color: #fff
}
.sevice-body p{
    color: #000;
    margin: 0;
    padding: 0px 30px;
}
.sevice-body:hover p{
    color: #fff
}

.sevice-body img{
    width: 110px;
}

.sevice-body a{
    text-decoration: none;
}
/* -----------------------Service Css------------------- */

/* ----------------servicesTabs------------ */

.bg-servicesTabs{
    background-image: url(./assets/images/pricing-back.png);
    padding-top: 150px;
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.projects-tab-sec {
    padding: 75px 0;
}

.tabnav-projects {
    font-size: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.tabnav-projects>li {
    display: inline-block;
    padding: 0px 6px;
}
.tabnav-projects>li>a:hover{
    background-color: #FD5605;
    color: #fff;
}

.tabnav-projects a {
    color: #FD5605;
    border: 1px solid #FD5605;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 35px;
    text-decoration: none;
}

.tabnav-projects .active a {
    background-color: #FD5605;
    text-align: center;
    transition: 0.5s;
    color: #fff;
    box-shadow:  1px 1px 15px 0px #fd5605;
    background: #FD5605;
    text-decoration: none;
}

.project-items {
    font-size: 0;
    margin: 0px 40px;
    display: flex;
}

.project-items>li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.project-item-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.project-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-item-body {
    z-index: 2;
    min-height: 100px;
    padding: 30px 20px;
    background-color: #D4D4D4;
    text-align: center;
    border-radius: 40px;
    transition: 0.8s ease;
    color: #000;
}

.project-item-body:hover{
    background-image: url(./assets/images/pricing-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.project-item-body h5 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0px;
}
.project-item-body:hover h5 {
    color: #fff;
}

.project-item-body h4 {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 0px;
    text-transform: uppercase;
}
.project-item-body:hover h4 {
    color: #fff;
}
.project-item-body:hover span {
    color: #fff !important;
}
.project-item-body p {
    color: #000;
    font-size: 30px;
}

.project-item-body:hover p {
    color: #fff;
}
.slimScrollBar {
    height: 320px;
    overflow: auto;
    /* margin-bottom: 26px; */
    border-radius: 40px 0px 0px 40px;
}
.slimScrollBar::-webkit-scrollbar {
    width: 5px;
  }
  
  .slimScrollBar::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #FD5605;
  }
  
  .slimScrollBar::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 6px;
  }
  
ul.tabs-ul-01{
    background-color: #fff;
    /* border-radius: 40px; */
    padding: 20px 10px;
}

ul.tabs-ul-01 li {
    font-size: 16px;
    padding-bottom: 10px;
    list-style: none;
    padding-left: 22px;
    text-align: left;
}
ul.tabs-ul-01 i {
    color: #FD5605;
    padding-right: 8px;
}
ul.tabs-ul-02 li {
    font-size: 16px;
    padding-bottom: 5px;
}
ul.tabs-ul-02 i {
    color: #e2d584;
    padding-right: 8px;
}
ul.tabs-ul-03 li {
    font-size: 16px;
    padding-bottom: 5px;
}
ul.tabs-ul-03 i {
    color: #fcb1bc;
    padding-right: 8px;
}
ul.tabs-ul-04 li {
    font-size: 16px;
    padding-bottom: 5px;
}
ul.tabs-ul-04 i {
    color: #b9b1ff;
    padding-right: 8px;
}
/* ----------------servicesTabs------------ */

/* ----------------Work section------------ */
.premium-img{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 50px;
}
.premium-img img{
    width: 180px;
    margin-top: -240px;
    margin-bottom: -270px;
}
.work-backgroud{
    background-image: url(./assets/images/work-background.webp);
    padding-bottom: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.work-content{
    text-align: center;
    cursor: pointer;
}

.work-content h4, p{
    color: #fff;
}
.work-content p{
    padding: 0px 30px;
}
.line-css{
    width: 1020px;
    padding: 50px 0px;
}
/* ----------------Work section------------ */

.gallery {
    --s: 150px;
     /* control the size */
    /* --g: 10px; */
      /* control the gap */
    --f: 1.5;   /* control the scale factor */
    display: grid;
    gap: var(--g);
    width: calc(3*var(--s) + 2*var(--g));
    aspect-ratio: 1;
    grid-template-columns: repeat(3,auto);
  }
  
  .gallery > img {
    width: 0;
    height: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    cursor: pointer;
    filter: grayscale(80%);
    transition: .35s linear;
  }
  
  .gallery img:hover{
    filter: grayscale(0);
    width:  calc(var(--s)*var(--f));
    height: calc(var(--s)*var(--f));
  }

/* ----------------Portfolio section------------ */
.portfolio-tabs{
    padding-top: 100px;
}
.box-port1{
    padding: 0px !important;
}
.box-port2{
    padding: 0px !important;
}
.box-port3{
    padding: 0px !important;
}
.box-port4{
    padding: 0px !important;
}
.box-port5{
    padding: 0px !important;
}
.box-port6{
    padding: 0px !important;
}
.box-port7{
    padding: 0px !important;
}

.portfolio-item-body{
    z-index: 2;
    min-height: 100px;
    /* padding: 30px 20px; */
    background-color: #D4D4D4;
    text-align: center;
    border-radius: 40px;
    transition: 0.8s ease;
    display: flex;
}
.portfolio-items-body{
    display: flex;
}

.portfolio-items>li{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /* padding: 0 15px;
    margin-bottom: 30px; */
}

.portfolio-items{
    font-size: 0;
    margin: 0px 0px;
    /* display: flex; */
    padding: 0px !important;
}


.portfolio-img{
    width: 665px;
    height: 581px;
    /* transition: 0.6s; */
}
.portfolio-img:hover{
    /* background-size: cover;
    box-shadow: 0px 10px 15px -3px #000;
    background-image: linear-gradient(#F26101, #08AEEA), rgba(0,0,0,0.2); */
}
.portfolio-img15{
    width: 665px;
    height: 291px;
}
/* ----------------Portfolio section------------ */

/* ----------------Testimonial section------------ */

.bg-testimonials{
    background-image: url(./assets/images/testimonial-background.webp);
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-inner {
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 20px;
    border-radius: 50px;
}

.tesimonial-inner{
    padding: 50px 0px;
}

.tesimonial-content h4{
    font-size: 28px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}

.testimonial-content{
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.testimonial-designation{
    font-size: 15px;
    font-weight: 300;
    color: #000;
}
.quote-img-left{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.quote-img-right{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* ----------------Testimonial section------------ */

/* -----------------------Call section Css------------------- */
.call-banner{
    background-color: #fff;
    padding: 50px 0px;
}
.contact-sec-girl{
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.call-btn-sec {
    display: flex;
    align-items: center;
}

.call-btn-sec img{
    width: 50px;
}
.call-text-sec h3{
    font-size: 50px;
    font-weight: bold;
}

.call-text-sec p{
    font-size: 16px;
    font-weight: 400;
}

.call-btn-sec a{
    text-decoration: none;
    align-items: center;
}

.call-text-color{
    color: #000;
}

.call-btn-sec a span{
    font-size: 20px;
    font-weight: bold;
}
.call-btn-sec a:hover{
    color: #FD5605;
}
.call-btn-sec a span:hover{
    color: #FD5605;
}
.call-btn{
    background-color: #FD5605;
    border: 1px solid #FD5605;
    font-family: "Poppins", sans-serif;
    padding: 15px 35px;
    text-decoration: none;
    text-align: center;
    transition: 0.5s;
    color: #fff;
    border-radius: 26px 0px 26px 26px;
    margin-right: 20px;
}
.call-btn:hover{
    background-color: transparent;
    color: #FD5605;
}

/* -----------------------Call section Css------------------- */

/* -----------------------About section Css------------------- */
.about-banner{
    background-image: url(./assets/images/services/About.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 300px;
    margin-top: -120px;
}
.about-content h2{
    font-size: 42px;
    font-weight: bold;
    color: #000;
}
.about-content p{
    line-height: 1.4;
    font-size: 18px;
    color: #000;
    /* padding: 10px 0px; */
}
.about-right{
    display: flex;
    justify-content: flex-end;
} 
.about-left{
    display: flex;
    justify-content: start;
} 
.about-right img{
    width: 600px;
    border-radius: 12px;
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
}
.about-left img{
    width: 600px;
    border-radius: 12px;
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
}


/* -----------------------About section Css------------------- */

/* -----------------------Services section Css------------------- */
.form_banner {
    padding: 40px 25px;
    background-color: #d3d3d38f;
    border-radius: 26px;
}
.form_banner h3 {
    text-align: center;
    color: #000000;
    font-size: 30px;
}
.form_banner .grp {
    width: 100%;
    margin: 0 0 15px 0;
}
.form_banner .grp textarea {
    padding: 5px 10px;
    width: 100%;
    height: 70px;
    color: #000000;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    border-radius: 10px;
}
.form_banner .grp input {
    padding: 5px 10px;
    width: 100%;
    height: 45px;
    color: #000000;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    border-radius: 10px;
}
.form_banner .grp button {
    width: 100%;
    background: #FD5605;
    border: 1px solid #FD5605;
    color: #fff;
    padding: 6px 0;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold !important;
    transition: 0.6s;
}
.form_banner .grp button:hover{
    background: #fff;
    color: #FD5605;
    border: 0px;
    border-bottom: 5px solid #FD5605 !important;
}
.inner-banner1{
    background-image: url(./assets/images/services/branding.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: -120px;
}
.inner-banner2{
    background-image: url(./assets/images/services/logo-design.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: -120px;
}
.inner-banner3{
    background-image: url(./assets/images/services/social-media.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: -120px;
}
.inner-banner4{
    background-image: url(./assets/images/services/web-development.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: -120px;
}
.inner-banner5{
    background-image: url(./assets/images/services/animated-video.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: -120px;
}
.inner-banner6{
    background-image: url(./assets/images/services/animated-video.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: -120px;
}
.inner-banner7{
    background-image: url(./assets/images/services/marketing.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: -120px;
}
.inner-banner8{
    background-image: url(./assets/images/services/animated-video.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: -120px;
}
.inner-banner9{
    background-image: url(./assets/images/services/book-cover.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: -120px;
}
.inner-banner10{
    background-image: url(./assets/images/services/book-writing.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: -120px;
}
.inner-work-backgroud{
    background-image: url(./assets/images/work-background.webp);
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-call-banner{
    background-image: url(./assets/images/call-background.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0px;
}
.inner-first-secbanner{
    padding: 50px 0px;
    background-color: #F6F9F8;
}

.inner-second-secbanner{
    padding-top: 50px;
    margin: 0;
}
.inner-third-secbanner{
    background-image: url(./assets/images/pricing-back.png);
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.inner-fourth-secbanner {
    background-image: url(./assets/images/work-background.webp);
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-fifth-secbanner {
    background-image: url(./assets/images/call-background.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 150px 0px;
    display: flex;
    justify-content: center;
}
.fifth-buttons{
    display: flex;
    justify-content: center;
}
.portfolio-items-box{
    padding: 0px !important;
    margin: 0px;
}

.inner-bann-heading{
    width: 1110px;
    margin: 0 auto;
}
.inner-bann-heading h1{
    color: #fff;
}
.subheading-clr {
    display: inline-block;
    color: #fff;
    background-color: #fd5805b0;
    padding: 6px 12px;
    border-radius: 4px;
}

.innerban-content h2{
    font-size: 44px;
    font-weight: bold;
    color: #000;
}

.innerban-content p{
    line-height: 1.4;
    font-size: 18px;
    color: #000;
    padding: 20px 0px;
}
.innerpage-rightimg{
    display: flex;
    justify-content: flex-end;
} 
.innerpage-leftimg{
    display: flex;
    justify-content: start;
} 
.innerpage-rightimg img{
    width: 560px;
}
.innerpage-leftimg img{
    max-width: 560px;
}

/* -----------------------Services section Css------------------- */


/* -----------------------Reviews section Css------------------- */
.reviews-banner{
    background-image: url(./assets/images/services/Reviews.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 300px;
    margin-top: -120px;
}
.reviews-section{
    background-color: #F6F9F8;
    padding-top: 100px;
    padding-bottom: 100px;
}
.reviews-body{
    display: flex;
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.reviews-box{
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 30px !important;
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
    margin: 0px 10px;
    transition: 0.6s;
}
.reviews-box:hover{
    cursor: pointer;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.438);
}
.reviews-box h4{
    font-size: 20px;
    color: #FD5605;
    margin: 0;
}

.review-subhead{
    font-size: 12px !important;
}
.reviews-box p{
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 10px 0px;
}
.icon-img{
    width: 40px;
}
.star-img{
    width: 100px;
}

/* -----------------------Reviews section Css------------------- */


/* -----------------------Contact section Css------------------- */
.contact-banner{
    background-image: url(./assets/images/services/Contact.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 300px;
    margin-top: -120px;
}
.contact-page{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F6F9F8;
}

.comment-form__input-box input[type="text"], .comment-form__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background: #f3f3f3a8;
    padding: 0 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    outline: none;
    font-size: 16px;
    color: var(--thm-gray);
    font-weight: 400;
    text-transform: capitalize;
}
.comment-form__input-box textarea {
    font-size: 16px;
    color: var(--thm-gray);
    height: 200px;
    width: 100%;
    background: #f3f3f3a8;
    padding: 22px 30px 30px;
    border: none;
    border-radius: 8px;
    outline: none;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: capitalize;
}
.contact-content h1{
    font-size: 44px;
    font-weight: bold;
    color: #000;
}
.contact-content p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.color-contact {
    border: 1px solid #f7f7f7;
    border-radius: 26px;
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
}

/* -----------------------Contact section Css------------------- */
/* -----------------------Term and condition section Css------------------- */
.term-banner{
    background-image: url(./assets/images/main-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 300px;
    margin-top: -120px;
}
.term-background{
    background-color: #F6F9F8;
    padding: 20px 0px;
}
.content-area-com{
    width: 1110px !important;
    margin: 0 auto;
}

.content-area-com h5{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding: 10px 0px;
    margin: 0;
}
.content-area-com p{
    font-size: 18px;
    color: #000;
    padding: 0px;
    margin: 0px;
}
.ul-tabss{
    list-style: none;
    text-align: left;
}
.ul-tabss i {
    color: #FD5605;
    padding-right: 8px;
}
/* -----------------------Term and condition section Css------------------- */
/* -----------------------Privacy section Css------------------- */


.privacy-section{
    background-color: #F6F9F8;
    padding: 20px 0px;
}


/* -----------------------Privacy section Css------------------- */


/* -----------------------Footer Css------------------- */
.main-footer{
    background-image: url(./assets/images/footer-background.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.footer-body{
    padding-top: 50px;
    max-width: 1110px;
    margin: 0 auto;
}
.footer-body img{
    padding-bottom: 8px;
}
.footer-body p{
    color: #fff;
}
.logotext-box{
    padding-right: 70px;
}
/* .footer-inner-box{
    padding-left: 40px;
} */
.footer-inner-box h3{
    color: #FD5605;
}

.footer-inner-box ul li a{
    color: #fff;
    text-decoration: none;
}
.footer-inner-box ul li a:hover{
    color:#FD5605;
}

.list-style{
    list-style: none;
    padding-left: 0px;
    line-height: 1.7;
}

.footer-end{
    background-color: #000;
    text-align: center;
    padding: 15px 0px;
}
.footer-end p{
    margin: 0px;
    color: #fff;
}

/* -----------------------Footer Css------------------- */
.wrapper {
    position: relative;
    background-image: url(./images/public-tab.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding: 40px 0 30px;
  }
.youtube {
    position: relative;
    width: 390px;
    height: 273px;
    /* z-index: 1; */
}

  .youtube-back::after {
    content: " ";
    position: absolute;
    background: url(./assets/images/banner-frame.webp) 0 0 / cover;
    width: 510px;
    height: 417px;
    left: 0px;
    top: 313px;
    right: 0;
    margin: auto;
    /* z-index: 2; */
}
.banner-hand-img{
    display: none;
}
/* Mobile Opitimise */


@media only screen and (max-width: 1280px) {
    .youtube-back::after{
        top: 367px;
    }
    .footer-body{
        max-width: 990px;
    }
}
@media only screen and (max-width: 1024px) {
    .header-color {
        width: 910px;
        padding: 15px 20px !important;
    }
    .logo img{
        width: 180px;
    }
    .header-btn{
        padding: 10px 25px;
    }
    .navbar-nav{
        padding-right: 0px;
    }
    .banner-h1{
        font-size: 35px;
        padding-bottom: 30px;
    }
    .youtube-back::after{
        top: 260px;
    }
    .design-img {
        margin-bottom: -178px;
        margin-left: -65px;
    }
    .creative-img {
        width: 180px;
        margin-bottom: -270px;
    }
    .sevice-body{
        padding: 25px
    }
    .sevice-body h2{
        font-size: 22px;
    }
    .sevice-body p {
        font-size: 14px;
        padding: 0px 12px;
    }
    .sevice-body img {
        width: 90px;
    }
    .tabnav-projects{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .tabnav-projects>li {
        padding: 6px 6px;
    }
    [class^="box-"].showfirst {
        padding: 0px;
    }
    .project-items {
        margin: 0px 0px;
        padding: 0px;
    }
    ul.tabs-ul-01 li{
        padding-left: 6px;
        padding-bottom: 6px;
    }
    .bg-servicesTabs{
        padding-bottom: 100px;
    }
    .premium-img img{
        display:  none;
    }
    .work-backgroud{
        padding: 100px 0px;
    }
    .line-css {
        width: 750px;
        padding: 30px 0px;
    }
    .callsec-null{
        display: none;
    }
    .footer-body{
        max-width: 1110px;
    }
}
@media only screen and (max-width: 920px) {
    .header-color {
        width: 500px;
        padding: 15px 20px !important;
    }
    .youtube{
        display: none;
    }
    .banner-hand-img {
        display: block;
    }
    .youtube-back::after{
        display: none;
    }
    .main-banner{
        padding-bottom: 0px;
    }
    .work-content p{
        padding: 0px 0px;
    }
    .call-text-sec h3{
        padding-left: 20px;
    }
    .call-text-sec p{
        padding-left: 20px;
    }
    .call-btn-sec{
        padding-left: 20px !important;
    }
    .main-footer{
        padding: 50px 0px;
    }
    .footer-body{
        padding-left: 20px;
        padding-top: 0px;
        max-width: 1110px;
    }

    .footer-body img{
        width: 280px;
    }
    .project-items>li{
        padding: 0px 5px;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 600px) {

    /* Header and Banner */

    .dropdown-menu.show{
        width: 300px !important;
    }
    .nav-box a{
        font-size: 11px;
    }
    .nav-box-p{
        font-size: 10px;
        margin: 0px;
    }
    .lord-img-w{
        width: 40px;
        height: 40px;
    }
    .header-color {
        background-color: #fff;
        border-radius: 12px;
        padding: 12px !important;
        width: auto !important;
        text-align: left;
    
    }
    .navbar-light .navbar-nav .nav-link{
        padding: 10px 0px !important;
    }
    .header-btn{
        padding: 8px 30px;
    }
    .main-banner{
        padding-top: 200px;
        padding-bottom: 0px;
    }
    .creative-img{
        display: none;
    }
    .shapes1{
        display: none;
    }
    .shapes2{
        display: none;
    }
    .shapes3{
        display: none;
    }
    .logos{
        display: none;
    }
    .youtube{
        width: 280px;
        height: 197px;
        margin-top: 20px;
        display: none;
    }
    .youtube-back::after {
        width: 355px;
        height: 266px;
        left: 0px;
        top: 325px;
        display: none;
    }
    .banner-hand-img{
        display: block;
    }
    .banner-hand{
        display: none;
    }
    .banner-h1{
        font-size: 35px;
        padding-bottom: 20px;
    }
    .banner-btn{
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 25px 35px;
    }
    .design-img{
        display: none;
    }
/* Header and Banner */

/* Services section */
    .service-sec{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sercvice-heading{
        font-size: 35px;
        padding-bottom: 20px;
    }
    .sevice-body{
        margin: 15px;
    }
    .sevice-body-lastcoln{
        display: none;
    }
    .sevice-body h2{
        font-size: 32px !important;
    }
  

/* Services section */

/* Services tab section */

  .bg-servicesTabs{
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .title-heading{
    font-size: 35px;
  }
  .title-p{
    font-size: 16px;
  }
  .tabnav-projects{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tabnav-projects>li{
    padding: 5px 5px;
  }

  .tabnav-projects a{
    font-size: 12px;
    padding: 10px 18px;
  }
  .project-item-body{
    padding: 20px 35px;
  }
  .project-items{
    flex-direction: column;
    margin: 0px 0px;
    padding: 0px;
  }
  .project-items>li{
    width: 100%;
  }
  .project-item-body h5{
    font-size: 25px;
  }
  .project-item-body h4{
    font-size: 70px;
  }

  ul.tabs-ul-01 li{
    font-size: 14px;
  }
/* Services tab section */

/* work section */
  .work-backgroud{
    padding: 50px 0px;
  }
  .premium-img{
    display: none;
  }
  .title-heading-white{
    font-size: 35px;
  }
  .title-p-white{
    font-size: 16px;
  }
  .line-css{
    display: none;
  }
  .work-content p{
    padding: 0px 50px;
  }
/* work section */


/* Portfolio section */
  .portfolio-tabs{
    padding-top: 50px;
  }

  .gallery{
    aspect-ratio: 0.5;
    grid-template-columns: repeat(3, auto);
  }


/* Portfolio section */


/* testimonial section */
  .bg-testimonials{
    padding-top: 50px;
    padding-bottom: 50px;
}
  .testimonial-heading{
    padding-bottom: 0px;
  }
  .carousel-item{
    width: 200%;
  }
  .carousel-inner{
    padding: 20px 40px;
  }
  .tesimonial-inner{
    padding: 20px 0px;
  }
  .testimonial-content{
    font-size: 16px;
  }
  .quote-img-left{
    justify-content: flex-start;

  }
  .quote-img-left img{
    width: 45px;
  }
  
  .quote-img-right{
    justify-content: end;

  }
  .quote-img-right img{
    width: 45px;
  }

/* testimonial section */

/* Call section */
.call-banner{
    padding: 20px 0px;
}
  .call-text-sec{
    padding: 0px 30px !important;
    text-align: center;
  }
  .call-btn-sec{
    justify-content: center;
  }
  .call-text-sec h3{
    font-size: 35px;
  }
  .call-btn{
    padding: 10px 25px;
  }
  .call-btn-sec a{
    font-size: 14px;
  }
  .call-btn-sec a span{
    font-size: 16px;
  }
/* Call section */

/* Footer section */


.main-footer{
    padding: 20px 0px 0px 0px;
}
.footer-body{
    padding: 0px 20px;
}
.footer-inner-box{
    padding-left: 0px;
}
.footer-body img{
    width: 220px;
}
.footer-body p{
    font-size: 14px;
}
.list-style{
    font-size: 14px;
}
.footer-end p{
    font-size: 16px;
}

/* Footer section */
/* -----------------------Inner pages Css------------------- */
.form_banner h3{
    font-size: 20px;
}
.form_banner .grp input{
    font-size: 12px;
}
.form_banner .grp textarea{
    font-size: 12px;
}
.form_banner .grp button{
    font-size: 18px;
}
.inner-first-secbanner{
    padding: 20px 0px;
}
.about-banner{
    padding-top: 250px;
    padding-bottom: 150px;
}
.inner-bann-heading{
    width: auto;
    padding: 0px 40px;
    font-size: 25px;
}
.inner-bann-heading p{
    display: none;
}
.about-left img{
    min-width: 300px;
}
.about-right img{
    min-width: 300px;
}
.about-content h2{
    font-size: 30px;
}
.about-content p{
    font-size: 16px;
}
.inner-banner1{
    padding-top: 200px;
    padding-bottom: 50px;
}
.inner-banner2{
        padding-top: 200px;
    padding-bottom: 50px;
}
.inner-banner3{
        padding-top: 200px;
    padding-bottom: 50px;
}
.inner-banner4{
        padding-top: 200px;
    padding-bottom: 50px;
}
.inner-banner5{
        padding-top: 200px;
    padding-bottom: 50px;
}
.inner-banner6{
        padding-top: 200px;
    padding-bottom: 50px;
}
.inner-banner7{
        padding-top: 200px;
    padding-bottom: 50px;
}
.inner-fifth-secbanner{
    padding: 50px 0px;
}
.term-banner{
    padding-top: 200px;
    padding-bottom: 50px;
}
.privacy-banner{
    padding-top: 200px;
    padding-bottom: 50px;
}
.innerpage-rightimg img{
    min-width: 200px;
}
.innerban-content h2{
    font-size: 30px;
}
.innerban-content p{
    font-size: 16px;
    padding: 0px
}

}
/* -----------------------Inner pages Css------------------- */

.gallery1 {
    --s: 150px;
     /* control the size */
    /* --g: 10px; */
      /* control the gap */
    --f: 1.5;   /* control the scale factor */
    display: grid;
    gap: var(--g);
    width: calc(3*var(--s) + 2*var(--g));
    aspect-ratio: 1;
    grid-template-columns: repeat(3,auto);
  }
  
  .gallery1 > img {
    width: 0;
    height: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    cursor: pointer;
    filter: grayscale(80%);
    transition: .35s linear;
  }
  
  .gallery1 img:hover{
    filter: grayscale(0);
    width:  calc(var(--s)*var(--f));
    height: calc(var(--s)*var(--f));
  }
/* Modal styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    animation: fadeIn 0.5s;
}

.modal-content {
    background-color: transparent !important;
    margin: auto;
    padding: 0;
    border: none;
    width: 80%;
    max-width: 800px;
    border-radius: 10px;
    border: none !important;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); */
    animation: slideIn 0.5s;
    overflow: hidden;
}

.close {
    color: #fff;
    float: right;
    font-size: 32px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #fd5605;
    text-decoration: none;
    cursor: pointer;
}

video {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes slideIn {
    from {transform: translateY(-50px);}
    to {transform: translateY(0);}
}
/* Services tab section */


  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}

/* Mobile Opitimise */