* {
    margin: 0;
    padding: 0;
    font-family: var(--navabr-font-family);
    color: var(--primary-color);
}

:root {
    --navabr-font-family: 'Plus Jakarta Sans', sans-serif;
    --navabr-font-family-bold: 'Plus Jakarta Sans weight-500';
    --navbar-font-weight: 1000;
    --navbar-font-size: 13.5px;
    --navbar-letter-spacing: 0.5px;
    --navbar-active-color: #007b74;
    --primary-color: #232227;
    --navabar-secondary-font-size: 15.5px;
    --normal-font-size: 16px;
    --primary-box-shadow: 1px 20px 30px 0px rgb(167 183 213 / 50%);
}

html {
    scroll-behavior: smooth;
}

.whole-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.body-sec-all {
    overflow: hidden;
}

.scrolled {
    position: fixed;
    width: 100%;
    z-index: 3;
    background: white;
    box-shadow: -1px 12px 20px 0px rgb(167 183 213 / 50%);
}

header.scrolled .navbar-container {
    padding: 10px 20px;
}

a {
    text-decoration: none;
}

header i {
    margin-left: 10px;
    display: block !important;
    height: auto !important;
    width: 1.25em;
    font-size: 14px;
}

i {
    padding: 5px;
}

li {
    list-style: none;
}

img {
    width: 100%;
}


/* common classes */

.justify-content-center {
    justify-content: center;
    grid-gap: 10px;
}

.text-black {
    color: var(--primary-color) !important;
}

.active-color {
    color: var(--navbar-active-color);
}

.txt_hilighted {
    color: var(--navbar-active-color);
}

.primary-margin-bottom {
    margin-bottom: 20px;
}

.secondary-margin-bottom {
    margin-bottom: 40px;
}

.primary-text {
    font-family: 'Plus Jakarta Sans weight-400';
    letter-spacing: 0.5px;
    word-spacing: 1px;
    font-size: 16px;
    line-height: 2;
}

.primary-title {
    font-size: 50px;
    letter-spacing: -1.5px;
    line-height: 80px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans weight-300';
}

.primary-title2 {
    font-size: 40px;
    letter-spacing: -0.5px;
    line-height: 60px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans weight-300';
}

.Services-title,
.Services-para {
    text-align: center;
    width: 100%;
}

.secondary-title {
    font-size: 45px;
    font-family: var(--navabr-font-family-bold);
}

.tertary-title {
    font-size: 19px;
    font-family: 'Plus Jakarta Sans weight-500';
    letter-spacing: var(--navbar-letter-spacing);
}

.ordinary-title {
    font-size: 31.5px;
    letter-spacing: var(--navbar-letter-spacing);
    font-family: var(--navabr-font-family-bold);
}

.secondary-text {
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: var(--navbar-letter-spacing);
    margin-right: 30px;
}

.min-font {
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: var(--navbar-letter-spacing);
}

.tertary-text {
    font-family: 'Plus Jakarta Sans weight-600';
    text-transform: uppercase;
}

.color-fill-btn {
    background: var(--navbar-active-color);
    color: white;
    box-shadow: 0px 10px 30px 0px rgb(215 215 215 / 50%);
    border-radius: 40px;
    padding: 20px 40px;
    border: none;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: .3s;
}

.color-fill-btn:hover {
    background-color: #02928b;
    /* box-shadow: 1px 20px 30px 0px rgb(167 183 213 / 50%); */
}

.color-unfill-btn:hover {
    box-shadow: 1px 20px 30px 0px rgb(167 183 213 / 50%);
}

.color-unfill-btn:hover {
    background: var(--navbar-active-color);
    color: white;
}

.color-unfill-btn {
    color: var(--navbar-active-color);
    background: white;
    box-shadow: 0px 10px 30px 0px rgb(215 215 215 / 50%);
    border-radius: 40px;
    padding: 15px 40px;
    border: none;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: all .3s ease-in;
    border: 1px solid;
    font-weight: 600;
}

.hover-text {
    transition: .5s;
}

.hover-text:hover {
    color: var(--navbar-active-color);
}

.mobile_login_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px 0;
    border-radius: 5px;
    margin: 20px 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.primary-btn {
    padding: 3px 15px;
    border: 1px solid #EBD8F6;
    border-radius: 25px 25px 25px 25px;
    background: transparent;
    line-height: 1.5;
    letter-spacing: var(--navbar-letter-spacing);
    font-size: 14px;
}

.color-fill-btn i {
    display: inline !important;
    color: white;
    font-size: inherit;
}

.secondary-link-btn {
    padding: 8px 20px;
    border: 1px solid var(--navbar-active-color);
    border-radius: 25px;
    text-transform: uppercase;
    display: inline-block;
    margin: 5px;
    transition: .5s;
}

.secondary-link-btn:hover {
    background: var(--navbar-active-color);
    color: white;
}

.primary-lineheight {
    line-height: 24px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.col-10 {
    width: 10%;
}

.col-20 {
    width: 20%;
}

.col-30 {
    width: 30%;
}

.col-40 {
    width: 40%;
}

.col-45 {
    width: 45%;
}

.col-50 {
    width: 50%;
}

.col-55 {
    width: 55%;
}

.col-60 {
    width: 60%;
}

.col-70 {
    width: 70%;
}

.col-80 {
    width: 80%;
}

.col-90 {
    width: 90%;
}

.col-100 {
    width: 100%;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.m-auto {
    margin: auto;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.txt-fff {
    color: #fff !important;
}

.secondary-margin-bottom-auto {
    margin: 0 auto 40px;
}

.nav-logo {
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    font-family: var(--navabr-font-family);
    font-weight: var(--navbar-font-weight);
    letter-spacing: var(--navbar-letter-spacing);
    padding-top: 10px;
}

footer * {
    color: white;
}

.hoverable-link,
.hoverable-link i {
    transition: .2s;
}

.hoverable-link:hover,
.hoverable-link:hover i {
    color: var(--navbar-active-color);
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

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

i.tick-icon {
    display: inline !important;
    margin: 0;
    padding-right: 10px;
    font-size: 18px;
    color: var(--navbar-active-color);
    vertical-align: middle;
}

.link-padding-bottom {
    padding-bottom: 5px;
}

.link-padding-bottom2 {
    padding-bottom: 10px;
}

#page04 .whole-container,
#page03 .whole-container {
    overflow: hidden;
}

.contact-btn.active {
    color: var(--navbar-active-color);
}

.align-start {
    align-items: flex-start;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}


/* carusel */

.owl-carousel.owl-loaded.owl-drag {
    width: 85% !important;
}

.owl-text {
    width: 15%;
}

.flex-container.carousel-conatiner {
    padding: 75px 0px;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
}

.owl-carousel .owl-item img {
    width: auto !important;
}


/* Header css starts here */

header {
    z-index: 3;
    /* box-shadow: 0px 10px 30px rgba(  0, 0, 0, 0.1); */
}

header .navbar-container {
    display: flex;
    height: 100px;
    align-items: center;
    background: white;
    justify-content: space-around;
}

.header-navbar {
    display: flex;
}

header .logo-holder {
    width: 200px;
}

header .navbar-container .header-navbar:nth-child(4) {
    display: flex;
    justify-content: flex-end;
    /* width: 34.5%; */
}

header .nav-items {
    padding-left: 30px;
}

.header-navbar,
.header-navbar * {
    height: 100%;
    display: flex;
    align-items: center;
}

header .nav-link,
.dropdown-link {
    font-family: var(--navabr-font-family);
    font-weight: var(--navbar-font-weight);
    letter-spacing: var(--navbar-letter-spacing);
    color: var(--primary-color);
    font-size: var(--navbar-font-size);
    text-transform: uppercase;
    transition: all .4s ease;
}

header .nav-link.active,
header .nav-link:hover,
.dropdown-link:hover,
.dropdown-link.active {
    color: var(--navbar-active-color);
}

.mobile-nav-link {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0;
    /* color: rgba(0, 0, 0, 0.7); */
}

.mobile-nav-link.active,
.mobile-nav-link.active i {
    color: var(--navbar-active-color);
}

.mobile-nav-link i {
    margin-right: 5px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
}

header .phone-btn,
header .contact-btn {
    font-size: var(--navabar-secondary-font-size);
}

header .phone-btn i {
    padding: 5px;
}

header .nav-link.contact-btn {
    border-radius: 3rem;
    border: 1px solid var(--navbar-active-color);
    padding: 10px 26px;
    height: auto;
    color: #fff;
}

header .nav-link.contact-btn {
    box-shadow: 0px 10px 30px 0px rgb(215 215 215 / 50%);
}

header .nav-link.contact-btn i {
    width: auto;
}

header .sub-menus {
    display: none;
    width: 40%;
}

header .navbar-menu-btn {
    background: white;
    border: none;
    float: right;
    padding: 8px 8px 8px 8px;
    width: 45px;
}

header .navbar-menu-btn i {
    font-size: 18px;
    margin: 0;
    width: 100%;
}

header .navbar-container .header-navbar:nth-child(4) .nav-items {
    padding: 0;
    width: auto;
}

header .navbar-container .header-navbar:nth-child(4) .nav-items:first-child {
    margin-right: 25px;
}

header .sub-menu-navbar .nav-logo {
    max-width: 150px;
    padding: 20px;
}

header .sub-menu-navbar .logo-holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

header .sub-menu-close-btn {
    padding: 8px 8px 8px 8px;
    margin: 12px 12px 12px 12px;
    width: 45px;
    border-radius: 4px;
    border-width: 0px 0px 0px 0px;
    background: transparent;
}

header .sub-menu-close-btn i {
    margin: auto;
    width: 100%;
    font-size: 16px;
}

header .sub-menu-navbar li.nav-items {
    padding: 0 0 5px 20px;
    line-height: 28px;
    height: auto;
}

header .sub-menu-navbar {
    position: absolute;
    top: 0;
    left: -100%;
    background: aliceblue;
    height: 100%;
    transition: all .6s cubic-bezier(.22, .61, .24, 1) 0s;
}

header .sub-menu-left-holder {
    width: 33%;
    position: fixed;
    background: white;
    z-index: 1;
    height: inherit;
    left: -100%;
    transition: left .6s cubic-bezier(.6, .1, .68, .53);
}

header .sub-menu-left-holder.active {
    left: 0px;
    z-index: 3;
}

header .background-blur-container {
    background: rgba(51, 51, 51, .5);
    width: 0vw;
    height: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    transition: 1.5s cubic-bezier(0, 1.11, 1, 1.43);
}

header .sub-menu-navbar.active {
    left: 0;
}


/* page02 header css */

.hero-para {
    padding: 0 20%;
}


/* Footer css */

footer {
    background: #232227;
}

.footer-links-conditions {
    padding: 100px 0;
    align-items: flex-start;
    border-bottom: 2px solid #595A62;
}

.footer-terms {
    padding: 20px 0 40px;
    justify-content: space-between;
}

.footer-link-container>div {
    padding-right: 20%;
}

footer i {
    display: inline !important;
    font-size: 25px;
    color: var(--navbar-active-color);
    margin: auto;
    padding: 5px;
}

.footer-address-link-holder a {
    display: block;
    font-size: 14px;
}

.footer-address-link-holder i {
    margin-right: 10px;
    font-size: 15px;
}

.footer-title {
    color: #EBD8F6;
}

footer .primary-text,
.contact-links .primary-text {
    font-size: 14px;
}

footer .right-sec a {
    padding: 0 10px;
}

footer .logo-holder img {
    width: 150px;
}

.wp_floating_container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #075E54;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp_floating_container i {
    font-size: 30px;
    color: #fff;
}


/* hero sec */

.hero-banner {
    margin-top: 80px;
    overflow: hidden;
}

#page01 .hero-banner .whole-container {
    padding: 100px 0 0px;
}

.hero-banner .whole-container {
    padding: 100px 0 75px;
}

.hero-banner .right-sec {
    position: relative;
    background-size: contain;
    height: 420px;
}

.heromodel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.hero-btn-sec .normal-btn-link {
    margin-left: 25px;
}

.hero-text {
    margin-bottom: 40px;
}

.vector-holder {
    position: absolute;
    top: 80%;
    left: 70%;
    transform: translate(-50%, 50%);
    z-index: 2;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 2; */
}

.vector-holder img {
    transform: rotate(340deg);
    height: 180px;
}

.bg-rounder {
    width: 800px;
    height: 800px;
    background: #EBD8F6;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    top: 100%;
    left: 80%;
    transform: translate(-50%, -20%);
    opacity: 0.9;
    display: none;
}


/* services css */

.services {
    padding: 150px 0 50px;
    text-align: center;
}

.Services-para p {
    width: 70%;
    margin: 0 auto 40px;
}

.service-vector {
    position: absolute;
    width: 60px;
    left: 50px;
    top: -50px;
}

.service-vector.service-vector1 {
    height: fit-content;
    right: 50px;
    bottom: -50px;
    left: unset;
    top: unset;
}

.service-icon-container {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.service-card {
    width: 15%;
    padding: 2.5%;
    transition: 1s;
}

.service-card:hover {
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(146 146 146 / 15%);
    background: white;
}

.servicecard-icon {
    background: #f6e6fe;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.servicr-icon-img {
    margin: auto;
    width: 40px;
}


/* page02 services css */

#page02 .service-vector:not(:nth-child(2)) {
    top: -50px;
}


/* whole service css */

.whole-services {
    padding: 50px 0px;
}

.whole-services .whole-container {
    display: flex;
    align-items: center;
}

.whole-services .left-sec,
.whole-services .right-sec {
    width: 50%;
    position: relative;
}

.whole-services .right-sec {
    padding-left: 100px;
}

.folating-img {
    position: absolute;
    width: 100px;
    right: 15%;
    transform: rotate(332deg);
}

.whole-service-paracontainer img {
    height: 50px;
    width: auto;
    vertical-align: bottom;
    margin: 0px 10px;
}

.points-number {
    font-size: 50px;
    color: white;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: var(--navbar-active-color);
    stroke: var(--navbar-active-color);
    font-family: 'Plus Jakarta Sans weight-600';
    line-height: .7;
}


/* points section css */

.points-section .card {
    display: flex;
    width: 30.5%;
    flex-wrap: wrap;
}

.points-section .card-left {
    width: 20%;
}

.points-section .card-right {
    width: 80%;
}

.points-section .whole-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/* slider sec */

.slider-card {
    visibility: hidden;
    flex-wrap: wrap;
    align-items: center;
    transition: .5s cubic-bezier(0, 1.11, 1, 1.02);
    opacity: 0;
    width: 0;
    display: none;
    height: 0;
}

.slider-card.active {
    display: flex;
    visibility: visible;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-card.active:first-child {
    opacity: 1;
}

.slider-img,
.slider-content {
    width: 50%;
}

.home-slider {
    padding-top: 70px;
}

.slider-navs {
    background: #F0F1F8;
    width: fit-content;
    margin: auto;
    border-radius: 30px;
    padding: 10px 40px;
}

.slider-link {
    padding: 10px;
    margin: 0 5px;
    font-family: 'Plus Jakarta Sans weight-600';
    text-transform: uppercase;
    cursor: pointer;
}

.slider-link.active {
    position: relative;
    transition: .5s;
    color: var(--navbar-active-color);
}

.slider-link.active:before {
    width: 90%;
    transition: .5s;
}

.slider-link:before {
    content: '';
    height: 2px;
    display: block;
    width: 0%;
    position: absolute;
    bottom: 3px;
    background: var(--navbar-active-color);
    margin: 0px 10px;
    left: 0;
}

.slider-container {
    padding: 100px 0;
}

div#slider2 {
    flex-direction: row-reverse;
}

.slider-vector {
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 1;
    transform: rotate(21deg);
}

.slider-vector1 {
    right: 0;
    bottom: 0;
    height: fit-content;
    top: unset;
    width: 60px;
}


/* accordion css */

.accordion-body {
    display: none;
    padding: 20px 0;
}

.accordion-header {
    cursor: pointer;
    padding: 15px 0;
    border-bottom: 1px solid lightgray;
    position: relative;
}

.accordion-sec {
    padding: 75px 0px;
}

.accordion-sec .left-sec {
    width: 70%;
}

.accordion-sec .right-sec {
    width: 30%;
}

.accordion-sec {
    background: linear-gradient(180deg, #F7F3FA 0%, #FFFFFF 100%);
    background: #F7F3FA;
}

.accordion-sec .left-sec-container {
    width: 80%;
}

.accordion-header:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background: black;
    right: 0;
    top: 50%;
    transform: translate(-50%, 0%);
}

.accordion-header:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 1.5px;
    background: black;
    right: 0;
    top: 50%;
    transform: translate(-50%, 0%) rotate(90deg);
    transition: .2s;
}

.accordion-header.active::before {
    transform: translate(-50%, 0%) rotate(0deg);
}


/* online-presence css */

.online-presence {
    padding: 100px 0px;
}


/* joiners section css */

.joiners-container {
    text-align: center;
}

.joiner-img-container {
    display: inline-block;
    max-width: 50px;
    margin-left: -10px;
}

.joining-sec {
    padding: 50px 0;
}

.joining-sec-vector-holder {
    position: absolute;
    width: 50px;
    left: -50px;
    top: 0;
}

.joining-sec-vector-holder1 {
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
}

.joining-sec-para {
    margin-bottom: 50px;
}


/* page04 .potential-customer css */

.potential-customer {
    padding: 100px 0;
}

.potential-customer .left-sec {
    padding-right: 50px;
}


/* page04 .seo-sec css */

.seo-sec .right-sec {
    padding-left: 100px;
}

.seo-sec {
    padding: 50px 0;
}

.seo-sec .in-left-sec {
    padding-left: 50px;
}


/* blog css */

.blog-title {
    font-family: "Plus Jakarta Sans weight-400";
    font-size: 14px;
    text-transform: uppercase;
    color: #a3a3a3;
    letter-spacing: var(--navbar-letter-spacing);
}

.blog-title:not(.blog-title:nth-child(2)) {
    margin-right: 50px;
}

.blog-title i {
    margin: 0;
    padding-right: 8px;
    font-size: 16px;
    color: var(--navbar-active-color);
}

.blog-link {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 900;
    font-family: 'Plus Jakarta Sans weight-300';
}

.blog-card-padding {
    padding: 0 15px;
}

.blog-card-innerpadding {
    padding: 20px;
}

.blog-main .left-sec {
    padding-right: 100px;
}

.blog-card:not(.blog-card:nth-last-child(1)) {
    margin-bottom: 30px;
}

section.blog-main {
    padding: 100px 0;
}

.blog-img-link img {
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    transition: .2s;
    overflow: hidden;
}

.blog-card:hover .blog-img-link>img {
    transform: scale(1.05);
    opacity: .8;
}

.blog-img-link {
    height: 216.5px;
    display: block;
    width: 325px;
    overflow: hidden;
    border-radius: 10px;
}

section.blog-main a {
    transition: .3s;
}

section.blog-main a:hover:not() {
    color: var(--navbar-active-color);
}

section.blog-main a {
    transition: .3s;
}

section.blog-main a:hover:not(.secondary-link-btn) {
    color: var(--navbar-active-color);
}


/* contact css */

.contact {
    padding-bottom: 100px;
}

.contact-form {
    padding: 20% 15%;
    /* width: fit-content; */
    margin: auto;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    height: -webkit-fill-available;
    box-shadow: 0px 0px 30px 0px rgb(146 146 146 / 15%);
    position: relative;
}

.contact-form input {
    padding-right: 0;
    width: -webkit-fill-available;
    /* height: 30px; */
    padding: 10px;
    padding-right: 0;
    border-radius: 5px;
    border: 1px solid lightgray;
    background: white;
}

.contact-form input:focus {
    color: var(--navbar-active-color);
    background: #f7f5ff;
    outline: 0;
    border-color: var(--navbar-active-color);
}

.contact_frm_select {
    padding: 10px;
    background: #fff;
    border: 1px solid lightgrey;
    border-radius: 5px;
    outline: none;
}


/* .contact .flex-container {
    justify-content: space-between;
} */

.submit-btn {
    border-radius: 10px;
    padding: 4px 15px 5px;
    background: none;
    border: 1px solid var(--navbar-active-color);
    text-transform: capitalize;
    color: var(--navbar-active-color);
    transition: .3s;
}

.submit-btn:hover {
    background: var(--navbar-active-color);
    color: white;
}

.contact-form:hover,
.contact-form:focus-within {
    box-shadow: 1px 0px 30px 11px rgb(146 146 146 / 15%);
}

.contact .service-vector.service-vector1 {
    top: unset;
    left: unset;
    right: -15px;
    bottom: -20px;
}

.contact .service-vector {
    left: -15px;
    top: -20px;
}

.contact_success i,
.contact_success {
    color: var(--navbar-active-color);
    font-size: 15px;
    margin: 6px 0;
}

.contact_error i,
.contact_error {
    color: #d31724;
    font-size: 15px;
    margin: 6px 0;
}


/* single-post-css */

.single-post-main .flex-container {
    justify-content: space-between;
}

.post-img-holder img {
    border-radius: 10px;
}

.single-post-main {
    padding: 100px 0;
}

.single-post-main .blog-card-padding {
    padding: 0;
}

.single-post-main .link-holder .flex-container {
    justify-content: end;
}

.single-post-main .link-holder a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.single-post-main .fa-facebook-f {
    color: #3B5998;
}

.single-post-main .fa-twitter {
    color: #1DA1F2;
}

.single-post-main .fa-pinterest-p {
    color: #FF0000;
}


/* iframe css */

section.online-presence {
    padding-top: 0;
}

.iframe-holder {
    height: 60vh;
    width: 100%;
    margin: auto;
    max-width: 1200px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--navbar-active-color);
    box-shadow: -1px 12px 20px 0px rgb(167 183 213 / 50%);
}

.iframe-holder iframe.heromodel {
    width: 100%;
    height: 100%;
    margin: auto;
}


/* new contact css */

.form-content>input {
    border: 0;
    border-bottom: 1px solid lightgray;
    width: 100%;
    padding: 5px 5px 5px 0;
}

.contact>.whole-container>.flex-container {
    border: 1px solid lightgray;
    box-shadow: 1px 1px 20px 0px lightgrey;
    margin: 0px 75px;
    position: relative;
}

.contact-container-2 {
    align-items: end;
    height: 500px;
    display: flex;
    justify-content: center;
    background: linear-gradient(157deg, #00928b 0%, #169f98 100%);
}

.contact-container-3 {
    position: absolute;
    width: 30% !important;
    background: #212529;
    color: white !important;
    right: 0;
    top: 50%;
    height: 75%;
    transform: translate(0px, -50%);
}

.contact-container-3 * {
    color: white !important;
}

.form-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 50px;
}

input[type="radio"] {
    margin: 0px 10px 0;
    vertical-align: bottom;
}

.form-info-design {
    position: absolute;
    height: 35px;
    width: 35px;
    background: linear-gradient(157deg, #00928b 0%, #169f98 100%);
    top: -15px;
    left: -15px;
}

.contact-icons {
    display: flex;
    padding: 0;
    justify-content: center;
}

.contact-icons li {
    list-style: none;
}

.contact-icons li a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    font-size: 15px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact-icons li a .icon {
    position: relative;
    color: #262626;
    transition: .5s;
    z-index: 3;
}

.contact-icons li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

.contact-icons li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

.contact-icons li a:hover:before {
    top: 0;
}

.contact-icons li:nth-child(1) a:before {
    background: #075E54;
}

.contact-icons li:nth-child(2) a:before {
    background: #0077b5;
}

.contact-icons li:nth-child(3) a:before {
    background: #E4405F;
}

form.contactus-form {
    padding: 5% 10%;
    width: 65%;
    position: relative;
}

select#slct_help,
form input {
    outline: none !important;
}


/* features web ar css */

#page08 .hero-title {
    margin-bottom: 60px;
}

#page08 .hero-banner .whole-container {
    padding: 150px 0 75px;
    max-width: 1300px;
    align-items: start;
}

#page08 .content-holder p {
    font-size: 12px;
    letter-spacing: 0;
    padding: 0 30px;
    margin-top: 20px;
}

#page08 .middle {
    margin-top: 100px;
}

.newdesign01 {
    margin-top: 50px;
}


/* .newdesign01-lists.primary-text {
    border-right: 6px solid lightgray;
    position: relative;
} */


/* .newdesign01-lists.primary-text:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 80px;
    background: #00928b;
    right: -7px;
} */

.list-holder {
    background: #f9f1fe;
    width: 70%;
    padding: 12px 20px;
    border-radius: 20px;
    color: blanchedalmond;
}

.list-holder i {
    margin-right: 10px;
    background: #00928b;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    padding: 10px;
}

.list-holder p {
    color: #00928b;
    font-weight: 600;
    letter-spacing: 1px;
}

.list-holder.active {
    background: white;
    border: 1px solid;
    box-shadow: 0px 7px 8px 0px #ececec;
}

.list-holder.active i {
    background: #f9c02a;
}

.list-holder.active p {
    color: #f9c02a;
}

.content-1 {
    /* border: 1px solid lightgray; */
    padding: 50px 25px;
    border-radius: 10px;
    box-shadow: 1px 1px 7px 0px rgb(167 183 213 / 50%);
    text-align: center;
    transition: .5s;
}

.image-holder.primary-margin-bottom img {
    border-radius: 10px;
}

.content-1 .color-fill-btn {
    padding: 10px 25px;
    background: white;
    color: var(--navbar-active-color);
    border: 1px solid var(--navbar-active-color);
    border-radius: 10px;
}

.content-1 .color-fill-btn:hover {
    background: var(--navbar-active-color);
    color: white;
}

.content-1:hover {
    box-shadow: -1px 12px 20px 0px rgb(167 183 213 / 50%);
}

.cuting_edge_iner_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.cuting_edge_iner_box .box-contents {
    margin-top: 50px;
}

.newdesign02 {
    padding: 20px 0 100px 0;
}

.newdesign02 .first-sec {
    padding: 20px;
    border: 1px solid #f4f4f4;
    border-radius: 30px;
    box-shadow: -1px 3px 20px 0px #d7f4f2;
    text-align: center;
}

.newdesign02 .first-sec .flex-container.justify-between {
    padding: 50px 30px;
    background: #05a099;
    border-radius: 30px;
}

.design-icon {
    color: white;
    border: 2px solid papayawhip;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.design-title {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    font-weight: 600;
}

.design-text {
    color: #eaeaea;
    letter-spacing: .5px;
    font-size: 12px;
    line-height: 20px;
}

.box-content-inner {
    border: 1px solid lightgray;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    transition: .5s;
    cursor: pointer;
}

.box-content-inner i {
    position: absolute;
    top: -10px;
    margin: 0;
    background: #05a099;
    border: 0;
    left: -10px;
    color: white !important;
}

.box-content {
    padding: 2.5%;
}

.box-content-inner:hover {
    background: #05a099;
    transform: scale(1.02);
    box-shadow: -1px 3px 20px 0px #d7f4f2;
}

.box-content-inner:hover .text-black {
    color: white !important;
}

section.newdesign02 {
    padding: 40px 20px 0;
}

.newdesign02 .second-sec {
    padding: 0 20px;
}

#page09 .body-sec-all section:first-child {
    padding: 150px 0 0;
}

body#page09 .folating-img {
    position: unset;
}

@media (max-width:1024px) {
    /* common css */
    .col-md {
        width: 100%;
    }
    .primary-title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 0px;
    }
    .primary-title2 {
        font-size: 30px;
        line-height: 50px;
        padding: 0 10px;
    }
    .secondary-text {
        font-size: 18px;
        line-height: 28px;
    }
    .color-fill-btn {
        padding: 17px 34px;
    }
    .secondary-title {
        font-size: 35px;
    }
    .d-md-none {
        display: none;
    }
    .d-md-block {
        display: block;
    }
    .d-md-inlineblock {
        display: inline-block;
    }
    .order-2-md {
        order: 2;
    }
    .order-3-md {
        order: 3;
    }
    /* Common css */
    header .navbar-container .header-navbar:nth-child(2) {
        display: none;
    }
    header .sub-menus {
        display: block;
    }
    header .navbar-container {
        padding: 15px 20px;
        height: auto;
        transition: .5s;
    }
    header .navbar-container .header-navbar:nth-child(4) {
        display: none;
    }
    header .nav-link.contact-btn {
        padding: 10px 20px;
    }
    header .nav-logo {
        width: 100%;
    }
    header .sub-menus .header-navbar {
        display: block !important;
        width: 100% !important;
        height: auto;
    }
    .sub-menu-navbar.active .background-blur-container {
        width: 100vw;
        height: 100vh;
    }
    /* page02 header css */
    .hero-para {
        padding: 0;
    }
    /* header css */
    /* footer css */
    .footer-links-conditions {
        padding: 60px 20px;
    }
    .footer-terms {
        padding: 20px;
    }
    /* Hero banner css */
    #page01 .hero-banner .whole-container {
        padding: 20px 20px 0px;
        align-items: normal;
        flex-direction: column-reverse;
    }
    hero-banner .whole-container {
        padding: 120px 20px 60px;
    }
    .hero-btn-sec .normal-btn-link {
        margin-left: 40px;
        margin-top: 10px;
    }
    .hero-banner .right-sec {
        height: 400px;
    }
    .hero-banner .left-sec {
        padding: 100px 0px 0px;
    }
    .flex-container.carousel-conatiner {
        padding: 50px 20px;
    }
    /* service css */
    .service-vector {
        position: absolute;
        width: 60px;
        left: 50px;
        /* top: -20px; */
    }
    section.services {
        padding: 75px 20px;
    }
    .Services-para p {
        width: 80%;
    }
    /* page02 service css */
    #page02 .service-vector:not(#page02 .service-vector:nth-child(2)) {
        top: -60px;
    }
    /* page02 services css */
    #page02 .services {
        padding-top: 0px;
    }
    /* whole-services css */
    .whole-services {
        padding: 50px 20px;
    }
    .whole-services .whole-container {
        flex-wrap: wrap;
    }
    .whole-services .left-sec,
    .whole-services .right-sec {
        width: 100%;
    }
    .whole-services .right-sec {
        padding: 40px;
    }
    .whole-services .folating-img {
        display: none;
    }
    /* page02 whole-services css */
    #page02 .whole-services {
        padding: 75px 20px;
    }
    /* .points-section */
    section.points-section {
        padding: 0 20px 75px;
    }
    /* slider section */
    .slider-img {
        float: left;
        width: 40%;
        height: 250px;
    }
    .slider-content {
        width: 100%;
    }
    .slider-container {
        padding: 100px 40px;
    }
    .slider-card.active {
        display: block;
    }
    .slider-img img {
        display: block;
        object-fit: contain;
        width: 80%;
        margin: auto;
    }
    .slider-vector:nth-child(1) {
        width: 100px;
        top: -10px;
        left: 20px;
    }
    /* .accordion-sec */
    .accordion-sec .left-sec,
    .accordion-sec .right-sec {
        width: 100%;
    }
    .accordion-sec {
        padding: 50px 40px;
    }
    .accordion-sec .left-sec-container {
        width: 100%;
    }
    .accordion-sec .whole-container {
        flex-direction: column-reverse;
    }
    /* online-presence css */
    .online-presence {
        padding: 75px 40px;
    }
    /* joiners section css */
    .joiners-container {
        text-align: center;
    }
    /* .potential-customer css and seo sec css */
    .potential-customer .left-sec {
        padding: 0;
    }
    .seo-sec .right-sec {
        padding: 0;
    }
    .potential-customer {
        padding: 75px 40px 0;
        overflow: hidden;
    }
    .seo-sec {
        padding: 75px 40px;
        overflow: hidden;
    }
    .seo-sec .in-left-sec {
        width: fit-content;
        margin: auto;
        padding: 0;
    }
    /* blog css */
    .blog-main .left-sec {
        padding: 0;
    }
    .blog-main .right-sec {
        padding: 60px 40px 0;
    }
    .blog-main .first-sec {
        margin: auto;
        width: fit-content;
        text-align: center;
    }
    .blog-img-link {
        width: auto;
        height: auto;
    }
    section.blog-main {
        padding: 75px 0;
    }
    /* contact css */
    .contact {
        padding: 75px 20px;
    }
    .hero-banner {
        margin-top: 0;
    }
    .contact-form {
        padding: 75px 50px;
        width: 70%;
    }
    /* .single-post-css */
    .single-post-main {
        padding: 75px 40px;
    }
    .single-post-main .first-sec {
        margin: auto;
        width: fit-content;
        text-align: center;
    }
    /* iframe css */
    .iframe-holder {
        height: 70vh;
    }
    .iframe-holder iframe.heromodel {
        width: 100%;
    }
    /* contact css */
    .contact>.whole-container>.flex-container {
        margin: 0;
    }
    .contact-icons li a {
        font-size: 12px;
        width: 20px;
        height: 20px;
        line-height: 10px;
        margin: 0 7px !important;
    }
    #page08 .hero-banner .whole-container {
        padding: 100px 20px 50px;
    }
    #page08 .content-holder p {
        padding: 0;
    }
    section.newdesign01 {
        padding: 50px;
    }
    #page09 section.joining-sec {
        padding: 50px 40px;
    }
    .whole-services .right-sec {
        order: 2 !important;
    }
    .whole-services .left-sec {
        order: 1 !important;
    }
}

@media (max-width:767px) {
    /* common css */
    .col-sm {
        width: 100%;
    }
    .col-sm-50 {
        width: 50%;
    }
    header .navbar-container .header-navbar:nth-child(4) {
        display: none;
    }
    header .logo-holder {
        width: 40%;
    }
    header .sub-menus {
        width: 60%;
    }
    header .nav-logo img {
        width: 100%;
    }
    header .sub-menu-navbar .nav-logo img {
        width: 100%;
    }
    header .sub-menu-left-holder {
        width: 70%;
        z-index: 3;
    }
    header .nav-logo {
        font-size: 22px;
    }
    .sub-menu-left-holder .nav-logo {
        font-size: 25px;
    }
    .secondary-title {
        font-size: 30px;
    }
    .hero-banner .whole-container {
        padding: 120px 20px 40px;
    }
    /* header css */
    /* footer css */
    .footer-link-container>div {
        padding: 0;
    }
    footer .right-sec a:nth-child(1) {
        padding-left: 0;
    }
    .footer-terms {
        display: block;
    }
    /* Hero css */
    .hero-banner .left-sec,
    .hero-banner .right-sec {
        width: auto;
    }
    .vector-holder img {
        height: auto;
        width: 200px;
    }
    .vector-holder {
        position: relative;
        transform: translate(-10%, 15%);
        z-index: 2;
    }
    .bg-rounder {
        width: 400px;
        top: 100%;
        left: 50%;
        height: 400px;
        transform: translate(-50%, 0%);
        opacity: .8;
    }
    .hero-banner .right-sec {
        height: 300px;
    }
    .secondary-text {
        margin: 0;
    }
    .owl-carousel .owl-item img,
    .owl-carousel.owl-loaded.owl-drag {
        width: 100% !important;
    }
    .owl-text.col-sm {
        margin-bottom: 10px;
    }
    /* service css */
    .Services-para p {
        width: 100%;
    }
    .service-vector {
        left: 10px;
        top: -60px;
    }
    .service-card {
        width: 45%;
    }
    /* page02 service css */
    #page02 .service-vector:not(#page02 .service-vector:nth-child(2)) {
        top: -70px;
    }
    /* .whole-services css */
    .whole-services .right-sec {
        padding: 0;
    }
    .points-section .card {
        width: 100%;
    }
    /* slider section */
    .slider-navs {
        display: block;
        width: max-content;
    }
    span.slider-link {
        display: block;
        width: fit-content;
    }
    .slider-img {
        float: none;
        width: 100%;
    }
    .slider-container {
        padding: 75px 40px;
    }
    .slider-img img {
        width: 100%;
    }
    .slider-vector:nth-child(1) {
        top: -25px;
        left: 25px;
        width: 80px;
        z-index: 1;
    }
    .slider-vector1 {
        top: unset;
        left: unset;
        width: 60px;
    }
    .joining-sec {
        padding: 50px 20px 75px;
    }
    /* .single-post-css */
    .single-post-main {
        padding: 50px 30px;
    }
    /* contact css */
    .contact-form {
        padding: 20% 15%;
    }
    /* new contact css */
    form.contactus-form {
        padding: 15% 10%;
        margin: 0;
        width: 80%;
    }
    .contact-container-2.col-20.col-sm {
        height: auto !important;
    }
    ul.contact-icons.primary-margin-bottom {
        margin: 20px;
    }
    .contact-container-3 {
        position: relative;
        transform: unset;
        width: 100% !important;
    }
    .form-info-design {
        display: none;
    }
    .form-info.min-font {
        padding: 20px 40px;
    }
    #page08 .middle {
        margin: 0;
    }
    section.newdesign01 {
        padding: 50px 20px 0;
    }
    .content-1:first-child {
        margin-bottom: 40px;
    }
    .newdesign02 .first-sec .col-20.col-sm:not(.newdesign02 .first-sec .col-20.col-sm:last-child) {
        margin-bottom: 30px;
    }
    #page09 .body-sec-all section:first-child,
    #page09 .body-sec-all section {
        padding: 100px 30px 0;
    }
    #page09 .body-sec-all section.online-presence {
        padding: 0 40px;
    }
    #page09 .body-sec-all section.joining-sec {
        padding: 50px 30px;
    }
    body#page09 .folating-img {
        position: absolute;
        top: -80px;
        left: 0;
        right: unset;
    }
}

@media(min-width:1024px) {
    header.scrolled .navbar-container {
        padding: 0;
        height: 90px;
    }
    .navbar-container {
        transition: .5s;
    }
    header {
        position: fixed;
        width: 100%;
        z-index: 3;
        background: white;
        top: 0;
        left: 0;
        right: 0;
    }
}