html {
    font-size: 62.5%;
    overflow-x: hidden;
    max-width: 100vw;
}

* {
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    html {
        font-size: 60%;
    }

    html.overflowYStop-min {
        overflow-y: hidden;
    }
}

@media (max-width: 767) {
    html {
        font-size: 58%;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 55%;
    }
}

body {
    color: #363636;
    background: #fff;
    min-width: 320px;
    font-family: "Rubik", sans-serif;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

@media only screen and (min-width: 1025px) {

    a[href^="tel"],
    a[href^="skype"],
    a[href^="sms"] {
        cursor: pointer;
    }
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*Reset End*/


/*Typography start*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    margin: 0 0 1rem;
    color: #363636;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3.2rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.2rem;
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 1.7rem;
}

p {
    margin: 0 0 1.5rem;
    font-size: 1.6rem;
    color: #363636;
    line-height: 2.5rem;
}

a {
    color: #560bad;
    text-decoration: none;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #560bad;
}


/*Typography End*/

*::-moz-selection {
    background: #c0576a;
    /* WebKit/Blink Browsers */
    color: #ffffff;
}

*::selection {
    background: #c0576a;
    /* WebKit/Blink Browsers */
    color: #ffffff;
}

*::-moz-selection {
    background: #c0576a;
    /* Gecko Browsers */
    color: #ffffff;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.text-primary {
    color: #560bad !important;
}

h2.sec-heading {
    font-size: 2.8rem;
}

.link-btn {
    position: relative;
    padding: 1rem 2.4rem;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 100px;
}

.link-btn:focus {
    outline: none;
}

form .link-btn {
    border: 0;
}

.link-btn.btn-style-1 {
    background-image: linear-gradient(to right, #560BAD, #cb5be7, #F72585);
    color: #ffffff;
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.link-btn.btn-style-1:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.link-btn.btn-style-2 {
    background-image: linear-gradient(to right, #F72585, #cb5be7, #560BAD);
    color: #ffffff;
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.link-btn.btn-style-2:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.link-btn.btn-style-3 {
    color: #f72585;
    padding: 1.5rem 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.link-btn.btn-style-3:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
    margin-left: 0.8rem;
    font-size: 1.1rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.link-btn.btn-style-3:hover,
.link-btn.btn-style-3:hover:after {
    color: #560bad;
}

.link-btn.btn-style-3:before {
    position: absolute;
    background-color: #560bad;
    bottom: 1rem;
    left: 0;
    width: 0;
    height: 1px;
    display: block;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    opacity: 0;
}

.link-btn.btn-style-3:hover::before {
    width: 80%;
    opacity: 1;
    transition-delay: 0.07s;
}

.font-italic {
    font-style: italic;
}

.sec-main {
    position: relative;
    padding: 8rem 0;
}

.sec-title {
    position: relative;
    margin-bottom: 3rem;
}

.sec-title .title-big {
    position: relative;
    font-size: 3.8rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    line-height: 4.2rem;
    text-decoration: none;
    text-transform: capitalize;
}

.sec-title .title-big.inner-title-big {
    font-size: 4.2rem;
}

.sec-title .title-big span {
    font-weight: 700;
}

.title-big.border-left,
.title-big.border-left-red {
    padding-left: 2rem;
}

.title-big.border-left:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 5px solid #f72585;
}

.title-big.border-left-red:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 5px solid #560bad;
}

.sec-title .title-small {
    position: relative;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    color: #5d5d5d;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
}

.sec-title .title-small.inner-title-small {
    font-size: 1.6rem;
}

.sec-title .title-text {
    font-size: 1.9rem;
    max-width: 38rem;
}

.sec-title.center .title-text {
    margin: 0 auto;
}

.title-seperator {
    position: relative;
    display: inline-flex;
}

.title-seperator:before {
    position: absolute;
    content: "";
    background-color: #560bad;
    display: block;
    width: 5rem;
    top: 1.2rem;
    height: 2px;
    left: -5rem;
}

.title-seperator:after {
    position: absolute;
    content: "";
    background-color: #560bad;
    display: block;
    width: 5rem;
    top: 1.2rem;
    height: 2px;
    right: -5rem;
}

.title-seperator .title-big:before {
    position: absolute;
    content: "";
    background-color: #560bad;
    display: block;
    width: 3rem;
    top: 2.2rem;
    height: 2px;
    left: -4rem;
}

.title-seperator .title-big:after {
    position: absolute;
    content: "";
    background-color: #560bad;
    display: block;
    width: 3rem;
    top: 2.2rem;
    height: 2px;
    right: -4rem;
}

.title-seperator.left:before,
.title-seperator.left .title-big:before,
.title-seperator.right:after,
.title-seperator.right .title-big:after {
    display: none;
    width: 0;
    height: 0;
}

.black-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 60%);
    z-index: 1;
}

.d-black-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 80%);
}

.white-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.644);
}

.l-white-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.45);
}

.purple-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(45, 1, 95, 0.8);
    z-index: 1;
}

.purple-overlay-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(45, 1, 95, 0.8);
    z-index: 1;
}

.bg-grey {
    background-color: #f8f8f8;
}

.bg-sec {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.bg-sec-down {
    background-size: cover;
    background-position: center bottom;
}

.parallax-image {
    background-attachment: fixed;
}

.sec-main .container {
    position: relative;
    z-index: 1;
}

.sec-title.sec-title-white,
.sec-title.sec-title-white * {
    color: #ffffff;
}

.text-center {
    text-align: center;
}

.border-right {
    border-right: 1px solid #8f8f8f;
}

.owl-theme .owl-dots .owl-dot span {
    transition: all 0.3s ease-in 0s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #560bad;
    width: 20px;
}

[class*="lightcase-icon-"]:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
}


/*Animation*/

.animate__animated.animate__delay-200ms {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.animate__animated.animate__delay-500ms {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animate__animated.animate__delay-800ms {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}


/* Header */

header#header {
    position: absolute;
    width: 100%;
    z-index: 9;
}


/*Header lower*/

.header-lower {
    position: relative;
    z-index: 9;
}

.header-menu-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu-wrapper .logo-sec {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
    padding: 0;
}

.header-menu-wrapper .logo-sec img {
    max-height: 5rem;
    max-width: 30rem;
}

header .header-lower.stickymenu .logo-sec .logo-top {
    display: none;
    opacity: 0;
}

header .header-lower .logo-sec .logo-sticky {
    display: none;
    opacity: 0;
}

header .header-lower.stickymenu .logo-sec .logo-sticky {
    display: block;
    opacity: 1;
}

.header-menu-wrapper .logo-sec img {
    max-height: 5.4rem;
    max-width: 20rem;
}

header .header-lower.stickymenu {
    position: fixed;
    background: #ffffff;
    top: 0px;
    left: 0px;
    bottom: auto;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px 0 rgba(61, 43, 43, 0.1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* menu */

.nav-menu-list {
    background-color: #f72585;
}

header .container nav.menu-sec .nav-menu {
    flex-direction: row;
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}

header .container nav.menu-sec ul li a {
    font-family: "Nunito", sans-serif;
    position: relative;
    line-height: 8rem;
    margin: 0 1.8rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    display: block;
    transition: all 0.3s ease-in 0s;
}

header .container nav.menu-sec ul li.active a,
header .container nav.menu-sec ul li:hover a {
    color: #f72585;
}

header .container nav.menu-sec .nav-menu>li.submenu {
    position: relative;
}

header .container nav.menu-sec .nav-menu>li.submenu>ul {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #15171b;
    background-color: #eee;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%);
    transition: all 0.3s ease-in;
}

header .container nav.menu-sec .nav-menu>li.submenu>a {
    position: relative;
}

header .container nav.menu-sec .nav-menu>li.submenu>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 1rem;
    margin-left: 0.5rem;
}

.header-menu-wrapper {
    position: relative;
}

.nav-toggle {
    width: 2.8rem;
    height: 2.8rem;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    right: 1rem;
}

.nav-toggle span {
    display: block;
    position: absolute;
    height: 0.2rem;
    width: 100%;
    background: #f72585;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.nav-toggle span:nth-child(1) {
    top: 0px;
}

.nav-toggle span:nth-child(2) {
    top: 10px;
}

.nav-toggle span:nth-child(3) {
    top: 20px;
}

.nav-toggle.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-toggle.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.nav-toggle.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/*Outer Nav*/

.outer-nav {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    width: 0rem;
    height: 100%;
    background-color: #191919;
    padding: 0;
    transition: all 0.4s ease;
    overflow-y: auto;
}

.outer-nav .nav-toggle span {
    background: #560bad;
}

.outer-nav .container {
    z-index: 9;
    position: relative;
}

.outer-nav #outermenu {
    padding-top: 3rem;
}

.outer-nav .logo {
    padding-top: 5rem;
}

.outer-nav .logo img {
    height: 4.6rem;
}

.outer-nav #outermenu::-webkit-scrollbar {
    width: 0.5rem;
}

.outer-nav #outermenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.outer-nav #outermenu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.outer-nav #outermenu::-webkit-scrollbar-thumb:window-inactive {
    background-color: #fff;
}

.outer-nav .navul>li {
    display: block;
    opacity: 0;
    transition: all 0.3s ease;
}

.outer-nav .navul>li>a {
    color: #fff;
    font-size: 2.2rem;
}

.outer-nav .navul>li.active>a {
    color: #f72585;
}

.outer-nav.open {
    width: 36rem;
    padding: 2rem 3rem;
}

.outer-nav.open .navul.checklink {
    padding: 0;
    text-align: left;
}

.outer-nav.open .navul>li {
    opacity: 1;
    margin-left: 0;
    padding: 1rem 2rem;
}

.outer-nav.open .navul>li.submenu>ul {
    visibility: hidden;
    opacity: 0;
    display: none;
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #191a2b;
    margin-top: 1rem;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%);
    transition: all 0.3s ease-in;
}

.outer-nav.open .navul>li.submenu.open>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    display: block;
}

.outer-nav.open .navul>li.submenu.open>ul>li {
    padding: 1rem 2rem;
}

.outer-nav.open .navul>li.submenu.open>ul>li a {
    color: #ffffff;
    font-size: 1.8rem;
}

.outer-nav.open .navul>li.submenu>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    font-size: 1.2rem;
    margin-left: 1rem;
}

.outer-nav.open .navul>li.submenu.open>a:after {
    content: "\f068";
}

.outer-nav-toggle.nav-toggle.open {
    z-index: 9999;
}


/* Preloader */

#preloader {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

#preloader .loader-img-sec {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 23rem;
}

#preloader .loader-img-sec .loader-img-logo {
    display: block;
    height: 11rem;
    margin: 0 auto;
}


/* Banner */

.slider-sec {
    position: relative;
    overflow: hidden;
}

.banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(43, 43, 43, 0.5);
}

.banner-img {
    height: 75rem;
    background-size: cover;
    background-position: center center;
}

.slider-sec .inner-banner-row {
    height: 75rem;
    padding-top: 8rem;
    align-items: center;
}

.slider-sec .banner-tiitle-small {
    display: inline-block;
    position: relative;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #f72585;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
}

.slider-sec .banner-tiitle-big {
    font-size: 5.2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

.slider-sec .banner-text-big {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.slider-sec .owl-carousel .owl-item {
    overflow: hidden;
}

.slider-sec .owl-carousel .owl-nav {
    margin: 0;
}

.slider-sec .owl-carousel .owl-nav button.owl-prev,
.slider-sec .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 5rem;
    height: 5rem;
    border-radius: 0;
    overflow: hidden;
    background: rgb(0 0 0 / 22%);
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s ease-in 0s;
}

.slider-sec .owl-carousel .owl-nav button.owl-prev:hover,
.slider-sec .owl-carousel .owl-nav button.owl-next:hover {
    background: rgba(0, 0, 0, 0.548);
}

.slider-sec .owl-carousel .owl-nav button.owl-prev {
    left: 1.2rem;
}

.slider-sec .owl-carousel .owl-nav button.owl-next {
    right: 1.2rem;
}

.slider-sec .owl-carousel .owl-nav button.owl-prev span,
.slider-sec .owl-carousel .owl-nav button.owl-next span {
    font-size: 3.6rem;
    line-height: 3.5rem;
    color: #ffffff;
}


/* About Sec */

.border-img-wrapper img {
    border-radius: 20px;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 64%);
}

.about-pg-mission-box .feature-box {
    min-height: auto;
}


/* Why Choose us sec */

/* .row.whychoose-box {
    margin-top: -60px;
} */

.feature-box {
    position: relative;
    background: #ffffff;
    padding: 2rem 3rem;
    margin-bottom: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    min-height: 220px;
    /* max-height: 100%; */
    height: 100%;
    align-items: flex-start;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 36%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 36%);
    /* height: inherit !important; */
}

/* .feature-box {
    position: relative;
    background: #ffffff;
    padding: 2rem 3rem;
    margin-bottom: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    min-height: 220px;
    align-items: flex-start;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 36%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 36%);
} */

.feature-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 20px;
    background: #560bad;
    background: linear-gradient(180deg, #560bad 0%, #f72585 100%);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
}

.feature-box:hover::before {
    opacity: 1;
    height: 100%;
}

.feature-box-inner {
    z-index: 99;
    position: relative;
}

.feature-box .content h3 {
    font-size: 2rem;
}

.feature-box .content p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 0.5rem;
}

.feature-box .icon {
    margin-bottom: 1.2rem;
}

.feature-box .icon i {
    font-size: 6rem;
    color: #560bad;
}

.feature-box:hover .content h3,
.feature-box:hover .content p,
.feature-box:hover .icon i {
    color: #ffffff;
}


/*Service Sec*/

.service-box {
    position: relative;
    display: block;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 36%);
    padding: 3rem 3rem;
    margin-bottom: 2rem;
    text-align: center;
    border-radius: 20px;
}

.service-box .icon {
    text-align: center;
    padding-left: 0;
    margin-bottom: 2rem;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #560bad;
    transition: all 0.5s ease-in-out 0s;
}

.service-box:hover .icon {
    transform: rotateY(360deg);
}

.service-box .icon i {
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    color: #560bad;
    font-size: 4.3rem;
    line-height: 80px;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate(0, 0);
}

.service-box .content h5 {
    text-transform: capitalize;
}

.service-box .link-btn.btn-style-3 {
    padding: 0;
}

.service-box .link-btn.btn-style-3:before {
    bottom: 0;
}


/* Traffic Score */

.progress-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.progress {
    height: 20px;
    background: #e0e0e0;
    box-shadow: none;
    margin-bottom: 2rem;
    overflow: visible;
    border-radius: 100px;
    box-shadow: 0 0 6px 0 rgb(255 255 255 / 60%);
}

.progress .progress-bar {
    position: relative;
    background-color: #f72585;
    border-radius: 100px;
    overflow: initial;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.progress .progress-value {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    color: #ffffff;
    position: absolute;
    top: -30px;
    right: 0px;
}


/* .progress .progress-bar:after {
    content: "";
    display: inline-block;
    width: 10px;
    background: #fff;
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -5px;
    z-index: 1;
    transform: rotate(35deg)
} */


/* Work sec*/

.project-sec .owl-carousel .item a.project-item {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in 0s;
}

.project-sec .owl-carousel .item {
    position: relative;
    background: #ffffff;
    border: 0;
    border-radius: 20px;
    max-height: 320px;
    height: 320px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0.5rem;
    -webkit-box-shadow: 0px 0px 5px 2px rgb(129 129 129 / 37%);
    box-shadow: 0px 0px 5px 2px rgb(129 129 129 / 37%);
    transition: all 0.3s ease-in 0s;
}

.project-sec a.project-item .project-content {
    position: absolute;
    left: 2.5rem;
    bottom: 1rem;
    transition: all 0.3s ease-in 0s;
}

.project-sec .owl-carousel .item:hover a.project-item .project-content {
    transition: all 0.3s ease-in 0s;
    bottom: 1.8rem;
}

.project-sec .owl-carousel .item img {
    transition: all 0.3s ease-in 0s;
}

.project-sec .owl-carousel .item:hover img {
    transition: all 0.3s ease-in 0s;
    transform: scale(1.2);
}

.link-btn.work-btn {
    display: block;
    margin: 0 auto;
    width: 170px;
    margin-top: 26px;
}

.project-sec a.project-item .project-content h4 {
    color: #ffffff;
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
}

.project-sec a.project-item .project-content h3 {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
}

.project-sec .owl-carousel .owl-stage-outer {
    overflow: visible;
}


/* FaQ */

.faq-sec-content button.accordion-button {
    text-decoration: none;
    padding: 12px;
    background: #f6f6f6;
    color: #560bad;
    font-size: 1.6rem;
    font-weight: 700;
}

.faq-sec-content .accordion-item {
    margin-bottom: 1rem;
}

.faq-sec-content .accordion-body {
    font-size: 1.4rem;
    padding: 1rem 1.25rem;
}


/* testimonial sec */


/* .testimonial-sec {
  background-size: cover;
  background-position: center center;
}
.testimonial-block {
  position: relative;
  background: #ffffff;
  box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 30%);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
  margin: 3rem 2rem 3rem 6rem;
  padding: 4rem 3.5rem;
  padding-left: 8rem;
}
.testimonial-block:after {
  font-weight: 900;
  content: "''";
  font-style: italic;
  color: rgb(10 10 10 / 22%);
  position: absolute;
  right: 5rem;
  bottom: 0;
  font-size: 7rem;
  line-height: 7rem;
  transition: all 0.3s ease-in 0s;
}
.testimonial-stars ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.testimonial-stars ul li {
  padding: 0.5rem 0.3rem;
}
.testimonial-stars ul li i {
  color: #F72585;
}
.testimonial-avatar {
  position: absolute;
  width: 8rem;
  height: 8rem;
  left: -3rem;
  top: 50%;
  margin-bottom: -2rem;
  overflow: hidden;
  border-radius: 50%;
  border: 1rem solid #ffffff;
  transform: translate(0%, -50%);
  transition: all 0.3s ease-in 0s;
  box-shadow: 0 2px 14px 0 rgb(0 0 0 / 7%);
}
.testimonial-avatar img {
  transition: all 0.3s ease-in 0s;
}

.testimonial-name h5 {
  font-size: 1.9rem;
  margin: 0.5rem 0;
  font-weight: 500;
  color: #560BAD;
}
.testimonial-content p {
  font-size: 1.6rem;
}
.testimonial-block:hover::after {
  right: 7rem;
}
.testimonial-block:hover .testimonial-avatar img {
  transform: scale(1.2);
} */


/* Blog */

.blog-box {
    position: relative;
    display: block;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 36%);
    border-radius: 20px;
    height: 100%;
}

.blog-box .blog-image {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    border-radius: 20px 20px 0px 0;
    transition: all 0.5s ease-in-out 0s;
}

.blog-box .blog-image img {
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.blog-box .content {
    padding: 1.5rem 3rem 3rem;
}

.blog-box .content span.blog-date {
    font-size: 1.3rem;
    color: #4e4e4e;
}

.blog-box .content .blog-title {
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
}

.blog-box .link-btn.btn-style-3 {
    padding: 0;
}

.blog-box .link-btn.btn-style-3:before {
    bottom: 0;
}

.blog-box:hover .blog-image img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out 0s;
}

.blog-box .content .blog-title:hover {
    color: #560bad;
}

/* Clients */
.clients-sec-row .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.clients-sec-row .item {
    margin-right: auto;
    margin-left: auto;
    padding: 3rem 1rem;
    width: auto;
}

.clients-sec-row .item img {
    height: 42px;
    width: auto;
}

/* Partners */

.owl-carousel-partners .owl-item img {
    display: block;
    width: auto;
    max-height: 48px;
    margin: 0 auto;
    opacity: 0.5;
    transition: all 0.3s ease-in 0s;
}

.owl-carousel-partners .owl-item img:hover {
    opacity: 0.9;
}


/* Page Title */

.pageheader-wrapper {
    position: relative;
    height: 300px;
    background-size: cover;
    padding: 8rem 0;
    background-position: center center;
    display: flex;
    align-items: center;
}


/* .pageheader-wrapper:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(98, 98, 98, 0.62);
} */

.pageheader-wrapper .pageheader-inner {
    z-index: 2;
    text-align: center;
    padding-top: 8rem;
}

.pageheader-wrapper .page-title {
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 4rem;
}

.pageheader-wrapper ul.bread-crumb {
    display: flex;
    padding: 0;
    justify-content: center;
}

.pageheader-wrapper .pageheader-inner .bread-crumb li {
    color: #ffffff;
}

.pageheader-wrapper .pageheader-inner .bread-crumb li a {
    position: relative;
    color: #ffffff;
    transition: all 0.3 ease-in 0s;
}

.pageheader-wrapper .pageheader-inner .bread-crumb li a:hover {
    color: #560bad;
}

.pageheader-wrapper .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}


/* Pagination */

.pagination-nav li.page-item {
    padding: 0.5rem;
}

.pagination-nav li.page-item .page-link {
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #363636;
    border: 0;
    background-image: linear-gradient(to right, #eeeeee, #ebebeb, #d3d3d3);
    transition: all 0.3s linear;
}

.pagination-nav .page-item.active .page-link,
.pagination-nav .page-item:hover .page-link {
    color: #ffffff;
    background-image: linear-gradient(to right, #560BAD, #cb5be7, #F72585);
    background-size: 200% 100%;
}


/* About Page */

.about-pg-content {
    position: relative;
}

.aboutpg-sec .image.image-top {
    margin-right: -205px;
}


/* .about-pg-mission-box .feature-box{
  display: flex;
      min-height: 150px;
    align-items: center;
} */

.about-pg-mission-box .feature-box-inner {
    display: flex;
    align-items: center;
}

.about-pg-mission-box .feature-box .icon {
    margin-right: 1.5rem;
}

.feature-box2 {
    position: relative;
    background: #ffffff;
    padding: 2rem 3rem;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    min-height: 180px;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 36%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 36%);
}

.feature-box2 .content h3 {
    font-size: 2rem;
}

.feature-box2 .content p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 0.5rem;
}

.feature-box2 .icon {
    margin-bottom: 1.2rem;
}

.feature-box2 .icon i {
    font-size: 6rem;
    color: #560bad;
}


/* Service Page */

.servicespg-sec .service-box {
    height: 100%;
}


/* Single Service */

.side-service-list ul {
    padding: 0;
}

.service-single-feature-box p {
    font-size: 1.5rem;
    line-height: 2.3rem;
}

.side-service-list ul li {
    position: relative;
}

.side-service-list ul li.active a,
.side-service-list ul li:hover a {
    background: #560bad;
    color: #ffffff;
}

.side-service-list ul li a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    position: absolute;
    right: 10px;
    line-height: 2.1rem;
    font-size: 1.7rem;
    color: #363636;
}

.side-service-list ul li a {
    color: #363636;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    position: relative;
    display: block;
    line-height: 1.8rem;
    background: #eeeeee;
    margin: 10px 0;
    padding: 15px;
    transition: all 0.3s ease-in 0s;
    cursor: pointer;
    border-radius: 10px;
}

.side-service-list ul li.active a,
.side-service-list ul li:hover a,
.side-service-list ul li.active a:after,
.side-service-list ul li:hover a:after {
    color: #ffffff;
}

.side-service-list,
.side-service-cta {
    margin-bottom: 2.5rem;
}

.side-service-cta-inner {
    position: relative;
    z-index: 2;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5rem 2rem;
}

.sscta-info-title1 {
    font-size: 3rem;
}

.sscta-info-title2 {
    font-size: 2.5rem;
    font-weight: 500;
    border-top: 1px solid #f5f5f5;
}

.sscta-info-button {
    margin-top: 2rem;
}


/* Blog Inner */

.blog-post-img {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 450px;
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.5s ease-in-out 0s;
}

.blog-post-meta {
    font-size: 1.4rem;
}

.blog-post-meta span {
    color: #F72585;
}

.blog-post-title h4 {
    margin-top: 1rem;
    font-size: 2.8rem;
}


/* Recent Blog */

.main-sidebar h3 {
    font-size: 2.2rem;
}

.blog-recent-post-side ul {
    padding: 0;
}

.blog-recent-post-side ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    padding: 1rem 0;
}

.blog-recent-post-side ul li:last-child {
    border: 0;
}

.blog-recent-img {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
    width: 100%;
    max-width: 10rem;
    align-items: center;
    justify-content: center;
    max-height: 70px;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.5s ease-in-out 0s;
    max-width: 100px;
}

.blog-recent-title h4 {
    font-size: 1.6rem;
    font-weight: 700;
}

.advert-img-box {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 #000000;
}


/* Search box */

.search-form {
    position: relative;
    z-index: 1;
}

.search-box .search-form:before {
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f002";
    line-height: 5rem;
    top: 0;
    right: 16px;
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
}

.search-box .search-form label {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    margin: 0;
    pointer-events: none;
    opacity: 1;
    font-size: 1rem;
    line-height: 50px;
}

.search-box .search-form input {
    background-color: rgba(202, 203, 203, .22);
    border-radius: 100px;
    min-height: auto;
    width: 100%;
    height: 50px;
    border: none !important;
    line-height: 3.4rem;
    vertical-align: top;
    font-size: 1.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.search-box .search-form .search_submit {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 2rem;
    height: 4rem;
    font-size: 0;
    opacity: 0;
    cursor: pointer;
}


/* Contact Us */

.contact-info-side {
    padding: 0;
    width: 100%;
}

.contact-box {
    position: relative;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin: 20px 0;
    padding: 24px;
    border-radius: 10px;
    transition: all 0.3s ease-in 0s;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 36%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 36%);
}

.contact-box .icon i {
    font-size: 4rem;
    transition: all 0.3s ease-in 0s;
    color: #560BAD;
    padding-right: 1.5rem;
    transition: all 0.3s ease-in 0s;
}

.contact-box .content {
    text-align: left;
}

.contact-box .contact-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #363636;
    margin: 0;
    padding: 0;
}

.contact-box .contact-text {
    margin-bottom: 4px;
    color: #363636;
    font-size: 1.45rem;
    font-weight: 400;
}

.contact-box .contact-info {
    font-weight: 400;
    color: #363636;
    font-size: 1.45rem;
}

.contact-form {
    padding: 5rem;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 36%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 36%);
    position: relative;
    border-radius: 20px;
}

.contact-form .form-inner {
    border: 2px solid #eeeeee;
    border-radius: 5px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
    padding: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form form .form-control {
    font-size: 1.4rem;
    background-color: #f2f2f2;
}

.contact-form .form-inner .form-control,
.contact-form .form-inner .form-select {
    border: 0;
    font-size: 1.4rem;
    border: 0;
    padding: 0.5rem 0.4rem;
    background-color: transparent;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    box-shadow: none;
}

.contact-form .form-inner:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.contact-form button {
    border: 0;
    margin-top: 10px;
}

.contact-map iframe {
    display: block;
    width: 100%;
    display: block;
}


/* Footer */

.footer {
    position: relative;
    z-index: 1;
}

.footer * {
    z-index: 9;
}

.footer-main {
    padding: 7rem 0;
}

.footer-main h5 {
    font-size: 2.8rem;
    text-transform: capitalize;
    margin-bottom: 2rem;
    font-weight: 600;
}

.footer-about-content .logo img {
    height: 5rem;
}

.footer ul {
    padding-left: 0;
}

.usefull-link ul {
    padding-left: 0;
}

.footer .usefull-link ul li {
    display: inline-flex;
    border-bottom: 0px;
    padding: 1% 0px;
    width: 48%;
}

.footer .address ul li {
    padding: 1rem 0;
    display: block;
    color: #e1e1e1;
}

.footer .address ul li i {
    display: table-cell;
    width: 20px;
    text-align: center;
    padding-right: 1rem;
    color: #ffffff;
}

.footer .address ul li span {
    display: table-cell;
    font-size: 1.6rem;
}

.footer .social ul li {
    display: inline-block;
    margin-right: 1.8rem;
}

.footer .social ul li i {
    color: #ffffff;
    font-size: 2.5rem;
    transition: all 0.3s ease-in 0s;
}

.footer .social ul li:hover i {
    color: #f72585;
}

.footer .usefull-link ul li a {
    color: #ffffff;
    font-size: 1.8rem;
}

.footer .usefull-link ul li a:hover {
    color: #f72585;
}

.footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2rem 0 1rem;
}

.footer .copyright p {
    margin: 0;
    color: #e1e1e1;
}

/* Svg ANimation */
.svg-animation {
    width: 500px;
    height: auto;
}

/*Media Queries*/

@media only screen and (min-width: 576px) {
    .container {
        max-width: 96%;
    }
}

@media only screen and (min-width: 767px) {
    .container {
        max-width: 96%;
    }

    .clicktocall {
        display: none;
    }

    .row {
        --bs-gutter-x: 3rem;
    }
}

@media only screen and (min-width: 991px) {
    .container {
        max-width: 96%;
    }

    .header-lower .nav-toggle.app-md {
        display: none;
    }

    header .container nav.menu-sec .nav-menu>li.submenu>ul {
        position: absolute;
        top: calc(100% + 1rem);
        left: 0;
        min-width: 20rem;
        max-width: 70vw;
        border-radius: 0 0 6px 6px;
    }

    header .container nav.menu-sec .nav-menu>li.submenu:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    header .container nav.menu-sec .nav-menu>li.submenu:hover>ul a {
        line-height: 4rem;
    }

    header .container nav.menu-sec .nav-menu>li.submenu>ul li:hover a {
        color: #f72585;
    }

    .stickymenu .header-menu-wrapper .logo-sec img {
        max-height: 6.8rem;
    }

    .stickymenu .header-menu-wrapper .logo-sec {
        top: 0;
        height: 8rem;
    }

    header .header-lower.stickymenu .container nav.menu-sec ul li a {
        color: #363636;
    }

    header .header-lower.stickymenu .container nav.menu-sec ul li.nav-item-right a {
        color: #ffffff !important;
    }

    header .header-lower.stickymenu .container nav.menu-sec ul li.active a,
    header .header-lower.stickymenu .container nav.menu-sec ul li:hover a {
        color: #f72585;
    }

    header .container nav.menu-sec .nav-menu li.nav-item-right {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    header .container nav.menu-sec .nav-menu li.nav-item-right a {
        background: #f72585;
        padding: 0 1.8rem;
        border-radius: 100px;
        font-size: 1.5rem;
        line-height: 4.4rem;
    }

    header .container nav.menu-sec .nav-menu li.nav-item-right:hover a,
    header .container nav.menu-sec .nav-menu li.nav-item-right.active a {
        color: #ffffff;
        background-color: #560bad;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

@media only screen and (max-width: 1200px) {
    .slider-sec .banner-content .content {
        width: 73%;
    }

    header .container nav.menu-sec .nav-menu li.nav-item-right {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    header#header {
        position: relative;
    }

    .header-lower {
        margin-bottom: 0;
    }

    .header-lower .site-brand-col {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .header-lower .info-mid {
        display: none;
    }

    .header-menu-wrapper .logo-sec {
        top: 0;
        position: relative;
        justify-content: flex-start;
        float: left;
        height: 7rem;
        padding: 0.5rem 0;
    }

    .header-menu-wrapper .logo-sec img {
        max-height: 9rem;
    }

    .header-lower {
        background: #ffffff;
    }

    header .header-lower .logo-sec .logo-top {
        display: none;
        opacity: 0;
    }

    header .header-lower .logo-sec .logo-sticky {
        display: block;
        opacity: 1;
    }

    .header .menu-sec {
        display: none;
    }

    .header-lower .nav-toggle.app-md {
        display: block;
    }

    .header-lower .nav-toggle {
        position: absolute;
        right: 2.5rem;
        top: 2.5rem;
    }

    .header-lower .nav-toggle span {
        background-color: #560bad;
    }

    .slider-sec .banner-content .content {
        width: 100%;
    }

    .slider-sec .banner-tiitle-big {
        font-size: 3.6rem;
    }

    .link-btn {
        padding: 1.2rem 1.9rem;
        letter-spacing: 0.2rem;
    }

    .faq-sec-content {
        margin: 0;
    }

    .contact-form {
        margin-left: 0;
    }

    .contact-sec .single-column:last-child .contact-box {
        border-left: 0;
    }

    .pageheader-wrapper {
        height: auto;
    }

    .box-alt.img {
        display: none;
    }

    .banner-img {
        height: auto;
    }

    .about-pg-content {
        margin-bottom: 3rem;
    }

    .aboutpg-sec .image.image-top {
        margin-right: 0px;
    }

    .pageheader-wrapper .pageheader-inner {
        padding-top: 0;
    }

    .row.whychoose-box {
        margin-top: 0;
    }

    .slider-sec .inner-banner-row {
        justify-content: center;
        text-align: center;
        height: auto;
        padding-bottom: 8rem;
    }

    .banner-img-wrapper {
        margin-top: 3rem;
    }

    .owl-carousel .owl-item img {
        width: auto;
        max-height: 400px;
        margin: 0 auto;
    }

    .about-img-wrapper {
        margin-bottom: 3rem;
    }

    .faq-img-wrapper {
        margin-bottom: 3rem;
    }

    .svg-animation {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 767px) {

    .slider-sec .owl-carousel .owl-nav button.owl-prev,
    .slider-sec .owl-carousel .owl-nav button.owl-next {
        display: none;
    }

    .sec-title .title-big {
        font-size: 3.4rem;
    }

    .sec-title .title-small {
        font-size: 1.8rem;
    }

    .sec-title .title-text {
        font-size: 1.7rem;
        width: 100%;
    }

    .wow.animate__animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .bg-img-wrapper {
        position: relative;
        height: 300px;
        width: 100%;
    }

    .header-top .info-top {
        justify-content: center;
    }

    .header-top .info-top li.info-address,
    .header-top .info-top li.info-email {
        display: none;
    }

    .header-top .info-top li:after {
        display: none;
    }

    .header-top .info-top li.info-phone {
        text-align: center;
        font-size: 1.6rem;
    }

    .contact-form {
        padding: 3rem 3rem;
    }

    .svg-animation {
        width: 300px;
    }
}

@media only screen and (max-width: 576px) {
    .row>* {
        --bs-gutter-x: 2.5rem;
    }

    .header-menu-wrapper .logo-sec {
        width: 28rem;
    }

    .quote-img-bottom,
    .quote-img-top {
        display: none;
    }
}


/* project css */

.project-box {
    position: relative;
    display: block;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 36%);
    border-radius: 20px;
    height: 100%;
}

.project-box .project-image {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    border-radius: 20px 20px 0px 0;
    transition: all 0.5s ease-in-out 0s;
}

.project-box .project-image img {
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.project-box .content {
    padding: 1.5rem 3rem 3rem;
}

.project-box .content span.project-date {
    font-size: 1.3rem;
    color: #4e4e4e;
}

.project-box .content .project-title {
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
}

.project-box .link-btn.btn-style-3 {
    padding: 0;
}

.project-box .link-btn.btn-style-3:before {
    bottom: 0;
}

.project-box:hover .project-image img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out 0s;
}

.project-box .content .project-title:hover {
    color: #560bad;
}


/* project Inner */

.project-post-img {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 450px;
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.5s ease-in-out 0s;
}

.project-post-meta {
    font-size: 1.4rem;
}

.project-post-meta span {
    color: #F72585;
}

.project-post-title h4 {
    margin-top: 1rem;
    font-size: 2.8rem;
}


/* Recent project */

.main-sidebar h3 {
    font-size: 2.2rem;
}

.project-recent-post-side ul {
    padding: 0;
}

.project-recent-post-side ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    padding: 1rem 0;
}

.project-recent-post-side ul li:last-child {
    border: 0;
}

.project-recent-img {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    max-height: 70px;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.5s ease-in-out 0s;
    max-width: 100px;
}

.project-recent-title h4 {
    font-size: 1.6rem;
    font-weight: 700;
}

.advert-img-box {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 #000000;
}


.custom-tab-sec{
    border: 1px solid #d6d6d6;
    padding: 2rem;
}
.custom-nav-item .nav-link.active {
    background-color: #560bad;
}

.custom-nav-item .nav-link {
    border: 1px solid #560bad;
    color: #560bad;
}

.wow-custom.wow.animate__fadeInDown {
    padding: 1rem;
}

.blog-post-content-inner ol, .blog-post-content-inner ul, .service-single-content ol, .blog-post-content-inner ul , .accordion-body-editor ol, .accordion-body-editor ul {
    list-style: inherit;
}