@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    scrollbar-width: thin;
    scrollbar-color: #222222 #e24d26;
    overflow-x: hidden;
}

.theme-gradient-blue-button {
    color: #fff;
    text-align: center;
    border: 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    border-radius: 6px;
}

.theme-gradient-blue-button:hover {
    color: #fff;
    text-decoration: none;
}

.theme-gradient-blue-button::before {
    background: -o-linear-gradient(left, #e24d26, #ff714e, #e24d26);
    background: -webkit-gradient( linear, left top, right top, from(#e24d26), color-stop(#ff714e), to(#e24d26));
    background: linear-gradient(90deg, #e24d26, #ff8161, #e24d26);
    width: 200%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.theme-gradient-blue-button:hover::before {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.lets-talk-button {
    color: #fff;
    text-align: center;
    border: 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    border-radius: 6px;
}

@media screen and (max-width: 970px) {
    .lets-talk-button {
        display: none;
    }
}

.btn-lets-talk {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 45px;
}

.lets-talk-button #lets-talk {
    padding: auto 20px;
}

.lets-talk-button:hover {
    color: #fff;
    text-decoration: none;
}

.lets-talk-button::before {
    background: -o-linear-gradient(left, #e24d26, #ff714e, #e24d26);
    background: -webkit-gradient( linear, left top, right top, from(#e24d26), color-stop(#ff714e), to(#e24d26));
    background: linear-gradient(90deg, #e24d26, #ff8161, #e24d26);
    width: 200%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.lets-talk-button:hover::before {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown .dropbtn {
    color: white;
    border: none;
    background-color: transparent;
}

.dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    padding: 20px 0;
    border-radius: 5px;
}

.pay-now .dropdown-content {
    min-width: 70px;
    padding: 0 !important;
}

@media screen and (min-device-width: 360px) and (max-device-width: 970px) {
    .dropdown-content {
        left: -73px;
        top: 25px;
    }
    .pay-now .dropdown-content {
        left: 0px;
        top: 25px;
    }
    .pay-now .dropdown-content {
        width: 70px;
        min-width: 70px;
        padding: 0 !important;
    }
}

.dropdown-content h3 {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
}

.pay-now .dropdown-content h3 {
    text-align: center;
    padding: 0;
}

.pay-now button {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

nav {
    z-index: 90 !important;
}

#header-nav:hover .pay-now button {
    color: #222;
}

@media screen and (min-device-width: 360px) and (max-device-width: 970px) {
    #header-nav .pay-now button {
        color: #222;
    }
}

.dropdown-content .row {
    margin: 5px 10px;
    border-top: 1px solid rgb(194, 194, 194);
}

.pay-now .dropdown-content .row {
    margin: 5px 0 0 0;
    border-top: 0;
    --bs-gutter-x: 0;
}

.dropdown-content .col-9 h4 {
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.dropdown-content a img {
    display: inline-block;
}

.dropdown-content a:hover {
    background-color: rgb(255, 255, 255);
}

.dropdown:hover .dropdown-content {
    display: block;
}


/* Works on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #222222;
}

*::-webkit-scrollbar-thumb {
    background-color: #e24d26;
    border-radius: 20px;
    border: 2px solid #222222;
}

#header-nav {
    /* background-color: #f1f1f1; Grey background */
    /* padding: 50px 10px; Some padding */
    /* color: white; */
    /* text-align: center; Centered text */
    /* font-size: 90px; Big font size */
    /* font-weight: bold; */
    /* position: fixed; Fixed position - sit on top of the page */
    /* top: 0; */
    /* width: 100%;  */
    transition: 0.2s;
    /* Add a transition effect (when scrolling - and font size is decreased) */
}

#header-nav:hover {
    color: #000 !important;
}

#header-nav:hover .wrapper {
    background-color: #fff;
    transition: all 0.7s;
}

#header-nav:hover .contact-info {
    background-color: #fff;
}

@media screen and (max-width: 970px) {
    .mobile-phone {
        background-color: #ffffff;
    }
}

.wrapper ul li a {
    color: #fff;
    /* text-transform: uppercase; */
    text-decoration: none;
    /* letter-spacing: 0.15em; */
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}

.wrapper ul li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #e24d26;
    transition: width 0.5s ease 0s, left 0.5s ease 0s;
    width: 0;
}

.wrapper ul li a:hover:after {
    width: 100%;
    left: 0;
}

nav .contact-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 6px 150px;
    margin: 0 auto;
    font-size: 14px;
}

@media screen and (min-width: 970px) and (max-width: 1350px) {
    nav .contact-info {
        padding: 3px 100px;
    }
}

@media screen and (max-width: 970px) {
    nav .contact-info {
        width: 100%;
        padding: 2px 5px;
        margin: 0 auto;
        flex-direction: column;
    }
}

nav .contact-info .left-info {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    color: #fff;
}

nav .contact-info .right-info {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    color: #fff;
}

@media screen and (max-width: 970px) {
    nav .contact-info .left-info {
        justify-content: center;
        padding: 5px 0;
    }
    nav .contact-info .right-info {
        justify-content: center;
        padding: 0 0 5px 0;
    }
}

nav .contact-info .left-info i,
nav .contact-info .right-info i {
    padding: 0 5px;
    font-size: 13px;
}

#header-nav .contact-info .left-info p {
    padding: 0 5px;
    font-weight: 400;
}

#header-nav:hover .contact-info .right-info i {
    color: #4286f4 !important;
    transition: all 0.2s ease;
}

#header-nav:hover .contact-info .left-info p {
    color: #222 !important;
    transition: all 0.2s ease;
}

#header-nav .contact-info .right-info a {
    font-size: 13px !important;
}

#header-nav:hover .contact-info .right-info a.twitter {
    color: #55acee !important;
    transition: all 0.2s ease;
}

#header-nav:hover .contact-info .right-info a.facebook {
    color: #3b5998 !important;
    transition: all 0.2s ease;
}

#header-nav:hover .contact-info .right-info a.linkedin {
    color: #0077b5 !important;
    transition: all 0.2s ease;
}

#header-nav:hover .contact-info .right-info a.instagram {
    color: #c32aa3 !important;
    transition: all 0.2s ease;
}

nav .contact-info .right-info button i {
    padding: 2px;
}

nav .contact-info .left-info a p {
    display: inline-block;
    font-weight: 500;
    margin: 0;
}


/* @media screen and (max-width: 970px) {
  nav .contact-info .left-info a p {
    display: none;
  }
} */

nav {
    /* margin-top: 10px; */
    position: fixed;
    z-index: 99;
    width: 100%;
}

nav .wrapper {
    position: relative;
    max-width: 100%;
    padding: 35px 150px;
    height: 70px;
    line-height: 69px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(190, 190, 190, 0.568);
    border-top: 1px solid rgba(190, 190, 190, 0.568);
}

@media screen and (min-width: 970px) and (max-width: 1350px) {
    nav .wrapper {
        padding: 3px 50px;
    }
}

.wrapper .logo img {
    width: 180px;
    /* margin-top: 30px; */
    filter: brightness(10);
}

.wrapper button img {
    width: 35px;
}

#header-nav:hover .wrapper {
    border-bottom: none;
}

.wrapper .logo img {
    width: 140px;
    /* margin-top: 30px; */
    filter: brightness(10);
}

#header-nav:hover .wrapper .logo img {
    filter: brightness(1) !important;
    transition: all 0.2s ease;
}

.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
    margin: 0 !important;
}

.nav-links li a {
    color: white;
    text-decoration: none;
    font-size: 14.4px;
    font-weight: 600;
    padding: 9px 15px;
    /* border-radius: 5px; */
    transition: all 0.3s ease;
}

#header-nav:hover .nav-links li a {
    color: #222 !important;
    transition: all 0.3s ease;
}

.nav-links li a:hover {
    /* border-bottom: 2px solid #e24d26; */
    transition: ease-in-out;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    top: 90px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: #ffffff;
    padding: 25px 0;
    display: flex;
    width: 100%;
    justify-content: center;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row-nav {
    /* width: calc(25% - 30px); */
    line-height: 43px;
}

.content .row-image img {
    width: 70%;
    object-fit: cover;
}

.content .row-nav header {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    margin-left: 30px;
}

.content .row-nav .mega-links {
    margin-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    color: #f2f2f2;
}

.wrapper .btn-menu {
    color: black;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn-menu.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}


/* .wrapper button.lets-talk{
  padding: 10px 30px ;
  background-color: rgb(224, 70, 13);
  border-style: none;
  border-radius: 10px;
  color: white;
  cursor: pointer;
} */

.btn-style {
    padding: 5px 20px;
    background-color: #e24d26;
    color: white;
}

@media screen and (max-width: 970px) {
    #header-nav .wrapper {
        background-color: #fff;
    }
    #header-nav .contact-info {
        background-color: #fff;
    }
    #header-nav .contact-info .right-info i {
        color: #4286f4 !important;
        transition: all 0.2s ease;
    }
    #header-nav .contact-info .left-info p {
        color: #222 !important;
        transition: all 0.2s ease;
    }
    #header-nav .contact-info .right-info a.twitter {
        color: #55acee !important;
        transition: all 0.2s ease;
    }
    #header-nav .contact-info .right-info a.facebook {
        color: #3b5998 !important;
        transition: all 0.2s ease;
    }
    #header-nav .contact-info .right-info a.linkedin {
        color: #0077b5 !important;
        transition: all 0.2s ease;
    }
    #header-nav .contact-info .right-info a.instagram {
        color: #c32aa3 !important;
        transition: all 0.2s ease;
    }
    #header-nav .wrapper .logo img {
        filter: brightness(1) !important;
        transition: all 0.2s ease;
    }
    nav .wrapper {
        height: 50px;
        padding: 0 20px;
    }
    .wrapper .logo {
        padding: 0;
    }
    .wrapper .logo img {
        width: 120px;
        /* margin-top: 30px; */
    }
    .wrapper .btn-menu {
        display: block;
        color: white;
        padding-right: 30px;
    }
    #header-nav .wrapper .btn-menu i {
        color: #222222;
    }
    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #ffffff;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }
    /* custom scroll bar */
     ::-webkit-scrollbar {
        width: 10px;
    }
     ::-webkit-scrollbar-track {
        background: #242526;
    }
     ::-webkit-scrollbar-thumb {
        background: #3a3b3c;
    }
    #menu-btn:checked~.nav-links {
        left: 0%;
    }
    #menu-btn:checked~.btn-menu.menu-btn {
        display: none;
    }
    #close-btn:checked~.btn-menu.menu-btn {
        display: block;
    }
    .nav-links li {
        margin: 15px 10px;
    }
    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 18px;
    }
    #showMega:checked~.mega-box,
    #showMega-1:checked~.mega-box {
        max-height: 100%;
    }
    .nav-links .desktop-item {
        display: none;
    }
    .nav-links .mobile-item {
        display: block;
        color: #222222 !important;
        font-size: 18px;
        font-weight: 600;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover {
        background: #ff7b5b;
        color: #ffffff;
    }
    .drop-menu li {
        margin: 0;
    }
    .drop-menu li a {
        border-radius: 5px;
        font-size: 16px;
    }
    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }
    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }
    .content .row .mega-links {
        border-left: 0px;
        /* padding-left: 15px; */
    }
    .row .mega-links li {
        margin: 0;
    }
    .content .row header {
        font-size: 18px;
    }
    .wrapper button.btn {
        display: none;
    }
    nav .wrapper {
        justify-content: space-between;
    }
    .content .row-nav .mega-links {
        margin-left: 0;
        padding-left: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.09);
    }
}

nav input {
    display: none;
}

.home-landing-video {
    width: 100%;
    height: 100%;
    position: absolute;
    filter: brightness(0.5);
}

.home-landing-video .video {
    position: absolute;
    width: 100%;
}

@media screen and (max-width: 970px) {
    .home-landing-video .video {
        position: absolute;
        width: 130%;
        left: 50%;
        transform: translate(-50%);
    }
}

footer {
    width: 100%;
    /* padding: 50px 0 0 0; */
    /* background-color: grey; */
    /* position: absolute;
    bottom: 0; */
}


/* .footer-queries, */

.footerform li i {
    color: #e24d26;
    background: #fff;
    padding: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 10px 0 0.6vw;
}

.footerform li a {
    color: #fff;
    text-decoration: none;
}

.footer-queries {
    background: #222222;
}

.footer-queries li {
    margin: 0 10px 0 0.6vw;
}

.custom-form {
    background: #fff;
    position: relative;
    z-index: 4;
    -webkit-box-shadow: 0 0 20px 0 rgb(40 40 40 / 16%);
    box-shadow: 0 0 20px 0 rgb(40 40 40 / 16%);
}

.custom-form .form-control {
    padding: 1em;
    background: #ecf2f8;
    border: 0;
    height: auto;
    box-shadow: none;
    font-size: 0.85em;
    border-bottom: 2px solid #dce0e7;
    resize: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.services-selector {
    border: 1px solid #ecf2f8;
}

footer .footer-details img {
    width: 45px;
}


/* .footer-queries .row{
        --bs-gutter-x: 0 !important;
    }  */

@media screen and (max-width: 970px) {
    .footer-queries .footer-queries-row {
        width: 100% !important;
    }
    .custom-form {
        position: static !important;
    }
    .custom-form .inputs-wrap.respo {
        padding: 0 !important;
    }
    .custom-form .inputs-wrap {
        width: 100%;
        padding: 0 !important;
    }
}


/* div.spacer {
    width: 100%;
    height: 1000px;
    background-color: #dddddd;
} */

li {
    list-style: none;
}

li a {
    text-decoration: none;
    color: black;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    color: black;
}

.bottom-footer {
    background: #e7f2f3;
    font-size: 14px;
    padding: 20px;
    width: 100%;
}

@media (max-width: 992px) {
    .bottom-footer {
        font-size: 11px;
    }
}


/* .checkboxes:nth-child(1n+2)>label{
    border: 1px solid #222222;
    padding: 15px;
} */

.our-services .left-side .left-side-content a {
    text-decoration: none;
    border: 1px solid #fff;
    padding: 15px 50px;
    border-radius: 10px;
    color: #fff;
}


/* Services end */

.work {
    padding: 60px 0;
    background-image: -o-linear-gradient(left, #1d1d1d, #353535);
    background-image: -webkit-gradient( linear, left top, right top, from(#1d1d1d), to(#353535));
    background-image: linear-gradient(90deg, #1d1d1d, #353535);
    color: #fff;
}

.achieved {
    padding: 60px 0 60px;
    background-color: #fff;
    background-image: url(../Images/achieved-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* .achieved{
    text-align: center;
} */

.achieved i {
    color: #e24d26;
    font-size: 70px;
    margin-bottom: 10px;
}

.achieved .stats-wrap {
    background-color: white;
    padding: 70px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.achieved .stats-wrap:hover {
    transform: translateY(20px);
}


/* Our story */

.story-section {
    padding: 60px 0;
    position: relative;
    z-index: 0;
    background: #ffe4ee;
}

.story-section .headings span {
    font-weight: 600;
}

.story-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: 0;
    z-index: -1;
    color: #fff;
    background-color: #e24d26;
}

@media (min-width: 992px) {
    .story-section::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 55%;
        right: 0;
        z-index: -1;
        color: #fff;
    }
}

.story-section-content {
    flex-basis: 100%;
    padding: 0 3%;
    color: #fff;
}

.story-section-content a {
    border: 1px solid #fff !important;
    border-radius: 10px;
    padding: 10px 30px;
    margin-top: 10px;
    transition: ease 0.3s;
}

.story-section-content a:hover {
    background: #fff;
    color: #242526 !important;
}

.story-section figure {
    -ms-flex-preferred-size: 94%;
    flex-basis: 94%;
    margin: 0 auto 10px;
    overflow: hidden !important;
    width: 764px;
    height: 467px;
    position: relative;
}

.story-section figure img {
    width: 100%;
    transition: all 0.3s ease;
    filter: brightness(1);
}

.story-section:hover figure img {
    transform: scale(1.2);
    filter: brightness(0.7);
}

@media screen and (max-width: 970px) {
    .story-section {
        padding: 60px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .story-section figure {
        height: auto;
        margin-bottom: 50px;
    }
    .story-section-content {
        padding: 0 20px !important;
        text-align: center;
    }
}


/* -------------------------- */

.work a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
    transition: ease 0.3s;
}

.work a:hover {
    background: #d9d9d9;
    color: #1d1d1d;
}

.theme-outlined-button {
    border: 1px solid #d9d9d9;
}

.work h4 {
    margin-bottom: 30px;
}

.work .bordered {
    border-right: 1px dashed white;
}

@media screen and (max-width: 970px) {
    .work .bordered {
        border-right: 0;
    }
}

.expertise {
    background-color: #ffe4ee;
    padding: 100px 0 !important;
    overflow: hidden;
}

.expertise .headings span,
.home-blog .headings span,
.our-client .headings span {
    color: #e24d26;
    margin-bottom: 10px;
    font-weight: 600;
}

.expertise .headings,
.home-blog .headings,
.our-client .headings {
    margin-bottom: 50px;
}

.expertise .row .col-md-2 img {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(58, 58, 58, 0.253);
}

@media screen and (max-width: 970px) {
    .expertise .headings p {
        width: 100% !important;
        padding: 0 20px;
    }
}

* {
    font-family: "Montserrat", sans-serif;
}

.bg-light {
    background-color: transparent !important;
}

.banner .carousel-item {
    height: 100vh;
    min-height: 250px;
}

.banner .carousel-indicators a {
    border-bottom: 1px solid #ffffff;
    font-size: 15px;
}

.banner .carousel-caption {
    top: 30% !important;
    text-align: left;
}

.banner .carousel-caption h5 {
    font-size: 40px;
    letter-spacing: 1px;
    margin-top: 25px;
    text-align: left;
    width: 550px;
}

.banner .carousel-caption p {
    width: 550px;
    /* margin: auto; */
    font-size: 18px;
    line-height: 1.9;
    text-align: left;
}

.banner .carousel-caption a {
    text-transform: uppercase;
    text-decoration: none;
    background: #e24d26;
    padding: 7px 20px;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
    font-size: 14px;
}

@media only screen and (max-width: 970px) {
    .banner .carousel-caption {
        bottom: 165px;
    }
    .banner .carousel-caption h5 {
        font-size: 15px;
        width: 100%;
        margin-top: 0;
    }
    .banner .carousel-caption p a {
        margin-top: 0px !important;
        padding: 0px;
        font-size: 14px;
        background-color: transparent !important;
        color: #e24d26;
        font-weight: 700;
    }
    .banner .carousel-caption p {
        font-size: 16px;
        line-height: 1;
    }
    .banner .carousel-item {
        height: 250px;
    }
    .banner .carousel button span {
        display: none;
    }
    .banner .carousel-caption .theme-gradient-blue-button::before {
        background: transparent;
    }
}


/* Contact Us */

div.contact-landing-image {
    height: 100vh;
    background: url(../Images/contact-us/landing-image-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.contact-landing-page .row {
    height: 100vh;
}

div.contact-landing-page .page-header-content {
    color: white;
}

div.contact-landing-page .contact-right-side-content .small-card {
    background-color: #fff;
}

div.contact-landing-page .contact-right-side-content a {
    text-decoration: none;
    color: #222222;
    padding: 20px 0;
}

div.contact-landing-page .contact-right-side-content a img {
    width: 100px;
}

@media screen and (max-width: 970px) {
    div.contact-landing-page .contact-right-side-content {
        display: none;
    }
}

@media screen and (max-width: 970px) {
    div.contact-landing-image {
        /* padding-top: 200px; */
        height: 75vh;
    }
    div.contact-landing-image .row {
        /* padding-top: 200px; */
        height: 85vh;
        align-items: center;
    }
}

div.our-location {
    padding: 20px 0;
}

div.our-location .headings span {
    color: #e24d26;
    font-size: 1.1rem;
    font-weight: 600;
}

div.our-location .headings h2 {
    font-size: 2rem;
    font-weight: 500;
}

.location-wrap {
    position: relative;
    overflow: hidden;
}

.location-wrap h6 {
    font-size: 20px;
    font-weight: 500;
}

.location-wrap .contact a {
    color: white !important;
}

.our-location .location-wrap .location-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 30px 2vw;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    .our-location .location-wrap .location-detail ul {
        opacity: 0;
    }
}

@media (min-width: 992px) {
    .our-location .location-wrap:hover .location-detail ul {
        opacity: 1;
    }
}

.our-location .location-wrap:hover .location-detail ul a {
    text-decoration: none;
    color: white;
}

@media (min-width: 992px) {
    .our-location .location-wrap .location-detail {
        top: 80%;
        /* transition: ease-in-out 0.3s; */
    }
}

@media (min-width: 992px) {
    .our-location .location-wrap:hover .location-detail {
        top: 15%;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.contact-page-form {
    padding: 50px 0;
    background: #f3f7fe;
}

.contact-page-form .contact-details-wrap {
    background: -o-linear-gradient(left, rgb(218, 58, 0), rgb(255, 92, 33));
    background: -webkit-gradient( linear, left top, right top, from #e24d26, to rgb(255, 92, 33));
    background: linear-gradient(45deg, rgb(218, 58, 0), rgb(255, 92, 33));
    padding: 50px;
    color: white;
}

.contact-page-form .contact-details-wrap a {
    color: white;
}

@media screen and (max-width: 970px) {
    .contact-page-form-container .mobile {
        width: 100%;
    }
}


/* our-client */

.hover-box {
    transition: ease 0.7s;
}

.hover-box:hover {
    border: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}

.hover-box-sky:hover {
    background-color: #c6e2ed;
}

.hover-box-grey:hover {
    background-color: #f5f1e5;
}

.software {
    transition: ease 0.7s;
    display: flex;
    padding: 20px 0;
    justify-content: center;
    background: #fff;
    border: 1px solid #d8d8d8;
}

div.about-landing-image {
    height: 100vh;
    background: url(../Images/about-us.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

@media screen and (max-width: 970px) {
    div.about-landing-image {
        height: 75vh;
    }
    div.about-landing-image .row {
        align-items: center !important;
        height: 85vh;
    }
}

div.dev-landing-image {
    height: 100vh;
    background: url(../Images/dev-services/dev-services-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.mar-landing-image {
    height: 100vh;
    background: url(../Images/mar-services/mar-services.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.d-marktng-landing-image {
    height: 100vh;
    background: url(../Images/digital-marketing.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.dev-srv-landing-image {
    height: 100vh;
    background: url(../Images/web-development-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.wb-desn-landing-image {
    height: 100vh;
    background: url(../Images/web-design-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.career-landing-image {
    height: 100vh;
    background: url(../Images/career.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.branding-landing-image {
    height: 100vh;
    background: url(../Images/branding-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.social-media-landing-image {
    height: 100vh;
    background: url(../Images/social-media-marketing-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.strategy-landing-image {
    height: 100vh;
    background: url(../Images/strategy-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.blog-landing-image {
    height: 100vh;
    background: url(../Images/blog-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.w-design-b-landing-image {
    height: 100vh;
    background: url(../Images/blog/w-design-b-landing-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.dig-mar-b-landing-image {
    height: 100vh;
    background: url(../Images/blog/dig-mar-b-landing-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.s-media-b-landing-image {
    height: 100vh;
    background: url(../Images/blog/s-media-b-landing-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.w-dev-b-landing-image {
    height: 100vh;
    background: url(../Images/blog/w-dev-b-landing-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.privacy-policy-landing-image {
    height: 100vh;
    background: url(../Images/privacy-policy-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.terms-condition-landing-image {
    height: 100vh;
    background: url(../Images/terms&condition-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.refund-policy-landing-image {
    height: 100vh;
    background: url(../Images/Refund-policy-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div.blog-landing-image .page-header-content {
    width: 750px;
}

@media screen and (max-width: 970px) {
    div.blog-landing-image .page-header-content {
        width: 100%;
    }
}

.select2-start {
    padding: 1em;
    background: #ecf2f8;
    border: 0;
    height: auto;
    font-size: 0.85em;
    border-bottom: 2px solid #dce0e7;
    resize: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

@media screen and (max-width: 970px) {
    div.mar-landing-image,
    div.dev-landing-image,
    div.d-marktng-landing-image,
    div.wb-desn-landing-image,
    div.career-landing-image,
    div.social-media-landing-image,
    div.branding-landing-image,
    div.dev-srv-landing-image,
    div.strategy-landing-image,
    div.blog-landing-image {
        height: 75vh !important;
    }
}

@media screen and (max-width: 970px) {
    div.mar-landing-image .row,
    div.dev-landing-image .row,
    div.d-marktng-landing-image .row,
    div.dev-srv-landing-image .row,
    div.wb-desn-landing-image .row,
    div.career-landing-image .row,
    div.social-media-landing-image .row,
    div.branding-landing-image .row,
    div.blog-landing-image .row {
        height: 85vh;
        /* padding-top: 200px; */
        align-items: center !important;
    }
}

.banner {
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* height: 320px; */
    overflow: hidden;
}

@media (max-width: 992px) {
    .banner {
        padding-top: 110px;
    }
}


/* ---------------Services Page------------- */

.service-page-services .headings h1 {
    font-weight: 700;
}

.service-page-service figure {
    width: 100%;
    overflow: hidden;
}

.service-img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    transition: 500ms linear;
}

.service-img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.3);
    filter: brightness(0.7);
}

.service-page-services p,
.service-page-services li {
    line-height: 30px;
}

.page-header-content {
    width: 500px;
}

@media screen and (max-width: 970px) {
    .page-header-content {
        width: 100%;
    }
}

@media screen and (max-width: 970px) {
    .service-img {
        padding: 0;
    }
}


/* ------------------Services page end------------ */


/*----------------- career page start-------------------*/

.job-listing {
    padding: 20px;
}

.hiring-steps {
    overflow: hidden;
}

.steps-row {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    height: auto;
    position: relative;
    overflow: hidden;
}

.steps-desc {
    height: 100%;
    padding: 23px 10px;
    overflow: hidden;
    font-family: open sans, sans-serif;
}


/* .why-idea {
    text-align: justify;
    font-weight: 500;
    font-size: 15px;
} */

.apply .box {
    background: #292929;
    font-family: "Raleway", sans-serif;
    text-align: center;
    overflow: hidden;
    width: 50%;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 20px 0 rgb(40 40 40 / 16%);
}

.apply .box:before {
    content: "";
    border: 2px solid #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1.5, 0, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.35s;
}

.apply .box:hover:before {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1.5, 1, 1);
}

.apply .box img {
    width: 100%;
    height: auto;
    transform: translate3d(0, 0, 0) scale(1);
    transition: all 0.5s ease 0s;
}

.apply .box:hover img {
    opacity: 0.3;
    transform: translate3d(-12px, 0, 0) scale(1.1) rotate(3deg);
}

.apply .box .box-content {
    color: #fff;
    width: 100%;
    padding: 15px 10px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.apply .box:hover .box-content {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}

.apply .box .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 3px;
}

.apply .box a {
    text-decoration: none;
}

.apply .box .post {
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    margin: 0 0 10px;
}

@media only screen and (max-width: 990px) {
    .apply .box .box-content {
        opacity: 1;
    }
    .apply .box .title {
        font-size: 19px;
    }
    .apply .box img {
        filter: brightness(0.8);
    }
    .apply .box {
        margin: 0 0 30px;
        width: 70%;
    }
    .steps-desc p {
        width: 100% !important;
    }
}

.social-media-drawer a {
    color: #fff;
    text-decoration: none;
}

.social-media-drawer {
    position: fixed;
    bottom: 20px;
    z-index: 2;
    right: 0;
}

.social-media-drawer ul {
    padding-right: 10px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(270px, 0);
}

.social-media-drawer ul li {
    display: block;
    margin: 5px;
    width: 300px;
    text-align: left;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 50px 0px 0px 50px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social-media-drawer ul li.drawer-phone {
    background: #4286f4;
}

.social-media-drawer ul li.drawer-email {
    background: #ff1134;
}

.social-media-drawer ul li.drawer-skype {
    background: #00aff0;
}

.social-media-drawer ul li.drawer-whatsapp {
    background: #25d366;
}

.social-media-drawer ul li.drawer-messanger {
    background: #1877f2;
}

.social-media-drawer ul li:hover {
    -webkit-transform: translate(-110px, 0);
    -moz-transform: translate(-110px, 0);
    -ms-transform: translate(-110px, 0);
    -o-transform: translate(-110px, 0);
    transform: translate(-110px, 0);
    background: rgba(255, 255, 255, 1);
}

.social-media-drawer ul li:hover a {
    color: #000;
}

.social-media-drawer ul li:hover i {
    color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social-media-drawer ul li:hover i.fa-skype {
    background: #00aff0;
}

.social-media-drawer ul li:hover i.fa-whatsapp {
    background: #25d366;
}

.social-media-drawer ul li i.fa-whatsapp {
    font-weight: 900;
}

.social-media-drawer ul li:hover i.fa-facebook-messenger {
    background: #1877f2;
}

.social-media-drawer ul li:hover i.fa-phone {
    background: #4286f4;
}

.social-media-drawer ul li:hover i.fa-at {
    background: #ff1134;
}

.social-media-drawer ul li i {
    margin-right: 10px;
    color: #222;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
    line-height: 30px;
}

@media only screen and (max-width: 970px) {
    /* .social-media-drawer {
    display: none;
  } */
    .social-media-drawer {
        right: -15px;
    }
    .social-media-drawer ul li {
        padding: 3px;
    }
    .social-media-drawer ul li i {
        width: 22px;
        height: 22px;
        font-size: 14px;
        line-height: 24px;
    }
    .social-media-drawer ul li a {
        font-size: 14px;
    }
    .social-media-drawer ul li:hover {
        -webkit-transform: translate(110px, 0);
        -moz-transform: translate(110px, 0);
        -ms-transform: translate(110px, 0);
        -o-transform: translate(110px, 0);
        transform: translate(-110px, 0);
        background: rgba(255, 255, 255, 1);
    }
}


/* -----------Share Button------------ */

.mainbox {
    position: relative;
}

.mainbox {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 90;
    /* transform: translate(-50%, -50%); */
}

.mainbox label {
    position: relative;
    background: linear-gradient(45deg, #222222, #636363);
    height: 50px;
    width: 50px;
    border-radius: 35px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease;
}

.mainbox label:hover {
    letter-spacing: 1px;
}

.mainbox label::before {
    content: "x";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, #222222, #636363);
    border-radius: 35px;
    opacity: 0;
    font-weight: 900;
    color: #fff;
}

.mainbox #check {
    display: none;
}

.mainbox #check:checked~label::before {
    opacity: 1;
}

.mainbox .media-icons {
    position: absolute;
    left: 50%;
    top: -400px;
    transform: translateX(-50%);
    width: 50px;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    border-radius: 35px;
    padding: 4px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}

.mainbox #check:checked~.media-icons {
    opacity: 1;
    pointer-events: auto;
    top: -310px;
}


/* .mainbox .media-icons::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  background: #fff;
  bottom: -9px;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
} */

.mainbox .media-icons a {
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    background-color: #222222;
    border-radius: 50%;
    margin: 5px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.mainbox .media-icons a i {
    line-height: 52px;
    transition: all 0.5s ease;
}

.mainbox .media-icons a:hover {
    transform: translateY(-2px);
}

.mainbox .media-icons a:nth-child(1) {
    /* background-color: #00aff0; */
    background: linear-gradient(45deg, #0093c9, #2ec5fc);
}

.mainbox .media-icons a:nth-child(2) {
    background: linear-gradient(45deg, #18ac4e, #25d366);
}

.mainbox .media-icons a:nth-child(3) {
    background: linear-gradient(45deg, #0d57b8, #1877f2);
}

.mainbox .media-icons a:nth-child(4) {
    background: linear-gradient(45deg, #1b58b9, #4286f4);
}

.mainbox .media-icons a:nth-child(5) {
    background: linear-gradient(45deg, #c40925, #ff1134);
}

@media screen and (max-width: 970px) {
    .site-content .post-title {
        width: 100% !important;
    }
}


/* blog content */

main .blog-content .site-content {
    display: flex;
    align-items: center;
    width: 90%;
    margin: auto;
}

.custom-blog-banner-heading a,
.custom-blog-banner-heading span {
    text-decoration: none;
    font-size: 20px !important;
    font-weight: 600;
}

main .blog-content p,
main .blog-content li {
    font-size: 19px;
    line-height: 2rem;
}

main .blog-content h1 {
    font-weight: 600;
}

@media screen and (max-width: 970px) {
    main .blog-content .site-content {
        display: block;
        width: 100%;
    }
    main .blog-content h1 {
        font-size: 30px;
    }
    main .blog-content .post-title {
        padding: 0;
    }
    main .blog-content .post-image img {
        padding: 10px 0;
    }
    main .blog-content h2 {
        font-size: 25px;
        font-weight: 700;
    }
    main .blog-content .post-image {
        padding: 0 !important;
    }
    main .blog-content table li {
        font-size: 14px;
        line-height: inherit;
    }
    main .blog-content .liststyle {
        padding: 0;
    }
}


/* end blog content */

main .blog-content .post-image {
    display: none;
}


/* Testimonial */

.testimonials {
    background-color: #f9f9f9;
    padding-top: 50px;
}

.testimonials .carousel-inner {
    width: 60%;
    margin: 0 auto;
    /* overflow: visible; */
}

.testimonials .carousel-item {
    height: 500px;
}

.testimonials .headings span {
    color: #e24d26;
    margin-bottom: 10px;
    font-weight: 600;
}

.testimonial-slide .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 3rem;
    color: #222 !important;
    text-align: center;
    font-size: 1.2rem;
    /* font-style: italic; */
    font-weight: bold;
    line-height: 2rem;
    /* height: 500px; */
    transition: all 0.3s ease;
    padding: 50px 0px 50px 0px;
    /* box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1); */
    border-radius: 20px;
}

.testimonial-slide .carousel-caption p {
    width: 60% !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .testimonial-slide .carousel-caption {
        position: initial;
        z-index: 1;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5rem;
        width: 100% !important;
    }
    .testimonial-slide .carousel-caption p {
        width: 100% !important;
    }
    .testimonials .carousel-inner {
        width: 100%;
    }
    .testimonials .carousel-item {
        height: 400px;
    }
}

.testimonial-slide .carousel-caption img {
    width: 7rem;
    border-radius: 5rem;
    margin-top: 2rem;
    box-shadow: 0px 8px 16px 0px rgba(223, 91, 3, 0.26);
    /* outline: 1px solid black; */
}

@media (max-width: 767px) {
    .testimonial-slide .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem;
    }
}

.testimonial-slide #image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem;
}

@media (max-width: 767px) {
    .testimonial-slide #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem;
    }
}

.testimonial-slide i {
    background: linear-gradient(90deg, #1d1d1d, #353535);
    padding: 1.4rem;
}

.testimonial-slide a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .testimonial-slide i {
        padding: 0.8rem;
    }
}

.testimonial-slide .carousel-control-prev {
    justify-content: flex-start;
}

.testimonial-slide .carousel-control-next {
    justify-content: flex-end;
}

.testimonial-slide .carousel-control-prev,
.testimonial-slide .carousel-control-next {
    transition: none;
    opacity: unset;
}

@media (max-width: 970px) {
    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 30px;
        z-index: 1;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: 15%;
        padding: 0;
        color: #fff;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: 0.5;
        transition: opacity 0.15s ease;
        flex-direction: row-reverse;
    }
}


/* end testimonial */

.blog-categories {
    padding: 100px 0;
}

.blog-categories .blog-category-item {
    position: relative;
}

.blog-categories .blog-category-item img {
    /* border-radius: 20px; */
    transition: all 0.5s ease;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.7);
    border-radius: 20px;
}

.blog-categories .blog-category-item:hover img {
    box-shadow: 10px -10px 0 rgba(243, 103, 22, 0.7);
}

.blog-categories .blog-category-item button.category-button {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    border: none;
    padding: 15px 0;
    background: linear-gradient(90deg, #222222, #505050) !important;
    color: white;
    font-weight: 500;
    transition: all 0.5s ease;
}

.blog-categories .blog-category-item:hover button.category-button {
    background: linear-gradient(90deg, #e24d26, #ff8161) !important;
    transition: all 0.5s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


/* ----home blog--- */

.home-blog {
    margin: 40px 0 150px 0;
}

.home-blog .blog-card a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.home-blog .blog-card h5 {
    font-weight: 600;
}

@media (max-width: 970px) {
    .home-blog {
        margin: 50px 0;
    }
}


/* ----------------Cookie Modal--------------- */

.cookie-consent-modal {
    height: 85px;
    width: 88%;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
    align-items: flex-end;
}

.cookie-consent-modal.active {
    display: flex;
}

.cookie-content {
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%);
}

.cookie-text {
    width: 78%;
}

.cookie-text p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

.cookie-content h1 {
    font-size: 24px;
}

.cookie-btns {
    display: flex;
    justify-content: center;
}

.cookie-btn {
    border: none;
    outline: none;
    padding: 0.5em 4em;
    width: auto;
    margin-right: 1em;
    border-radius: 5px;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
}

.cookie-btn.accept {
    background: linear-gradient(90deg, #e24d26, #ff8161, #e24d26);
    color: #fff;
}

@media (max-width: 970px) {
    .cookie-consent-modal {
        bottom: 15px;
    }
    .cookie-content {
        padding: 20px 20px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .cookie-text {
        width: 100%;
        font-size: 13px;
    }
    .cookie-btn {
        margin-top: 10px;
        margin-right: 0;
        padding: 0.5em 2em;
    }
}


/* -----------------Pricing----------------- */

.pricing-main{
    padding: 100px 0;
}

.pricingTable {
    background: linear-gradient(45deg, #ae0042, #1f399d);
    /* font-family: 'Nanum Gothic', sans-serif; */
    text-align: center;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
}

.pricingTable .pricingTable-header {
    color: #fff;
    background: linear-gradient(45deg, #222222, #555555);
    padding: 20px 0;
    margin: 0 0 15px;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.pricingTable .title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.pricingTable .price-value {
    color: #fff;
    margin: 0 0 15px;
}

.pricingTable .price-value .amount {
    font-size: 42px;
    font-weight: 500;
}

.pricingTable .price-value .duration {
    font-size: 17px;
}

.pricingTable .pricing-content {
    background: linear-gradient(90deg, #e24d26, #ff8161);
    padding: 25px 0;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.pricingTable .content-list {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}

.pricingTable .content-list li {
    color: #fff;
    font-size: 15px;
    text-align: left;
    padding: 15px 45px 15px 15px;
    position: relative;
}

.pricingTable .content-list li:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.2);
}

.pricingTable .content-list li:before {
    content: "\f00c";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 14px;
    right: 15px;
}

.pricingTable .content-list li.disable:before {
    content: "\f00d";
}

.pricingTable .pricingTable-signup a {
    color: #444;
    background-color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    width: 180px;
    padding: 8px 20px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    display: block;
    transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 970px) {
    .pricingTable {
        margin-bottom: 30px;
    }

    .pricing-main{
        padding: 50px 0 0;
    }
}

/* About us home page  */

.about-us-home{
    padding: 100px 0;
}

.about-us-home span{
    font-size: 25px !important;
}

.about-us-home .about-image .image{
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4);
}

.about-us-home .about-image{
    position: relative;
}

.about-us-home .shape{
    position: absolute;
    width: 250px;
    left: -70px;
    bottom: -80px;
    z-index: -1;
    filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.4));
}

@media only screen and (max-width: 970px){
    .about-us-home{
        padding: 20px 0 20px;
    }    

    .about-us-home .headings{
text-align: center;
    }

    .about-us-home span{
        text-align: center !important;
    }

    .about-us-home .about-text p{
        width: 100% !important;
        /*padding: 0 20px !important;*/
        margin-bottom: 50px;
    }

    .about-us-home .about-image{
        width: 400px;
        margin: 0 auto;
    }

    .about-us-home .about-image .image{
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    }

    .about-us-home .shape{
        position: absolute;
        width: 200px;
        left: -50px;
        bottom: -50px;
        z-index: -1;
        filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.2));
    }
}

/* Check-out */

div.checkout-landing-image {
    height: 50vh;
    background: url(../Images/checkout-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
}

.payment-image{
        width:50%;
        margin:auto;
        display:flex;
    }

@media screen and (max-width: 970px) {
    div.checkout-landing-image {
        height: 45vh;
        background-size: cover;
        background-position: center;
    }
    div.checkout-landing-image .row {
        align-items: center !important;
        height: 85vh;
    }
}

@media only screen and (max-width: 970px){
    div.check-out form{
        width: 100% !important;
    }
    
    .payment-image{
        width:70%;
    }
}






