@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;5contactnumber00;600;700&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* font-family: 'Roboto', sans-serif; */
}

html {
    scroll-behavior: smooth;
}

:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
    --primary_color: #010101;
    --bgcolor: #ffffff;
    --banner_title: #2f4644;
    --header_text_color: #010101;
    --header_border_color: #d3dddc;
    --page_title_color: #00384c;
    --project_deliverables: #f7f7f7;
    --timeline_text: #00384c;
    --lightGraybg: #f7f7f7;
    --project_list_bg: #f7f7f7;
    --keyframe_bg: #ffffff;
    --gray_textcolor: #4f7471;
    --tech_stack: #f7f7f7;
    --language_name: #4f7471;
    --techstack_filder: brightness(0) saturate(100%) invert(40%) sepia(20%) saturate(611%) hue-rotate(126deg) brightness(96%) contrast(79%);
    --footer_socicalmedia_filder: brightness(0) saturate(100%) invert(58%) sepia(35%) saturate(0%) hue-rotate(245deg) brightness(96%) contrast(91%);
    --paragraph_text: #212529;
    --themeColor: #FFC45C;
}

.textAlign_center {
    text-align: center;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('../fonts/GalanoGrotesque-Medium.woff2') format('woff2'), url('../fonts/GalanoGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Galano Grotesque' !important;
    background: #f1f7ff !important;
}

.spacebetween {
    justify-content: space-between;
}

.displayflex {
    display: flex;
}

.mr_10 {
    margin-right: 10px;
}

.alignitemscenter {
    align-items: center;
}

.gap5 {
    gap: 3px;
}

.width100per {
    width: 100%;
}

.headerbg {
    background-image: url(../images/headerbg.png);
    background-repeat: no-repeat;
    width: 100%;
    /* height: 996px; */
    background-size: cover;
    top: 0;
    padding-top: 150px;
    margin-top: -54px;
}


/* .navbar {
    z-index: 999;
} */

.nav-link {
    color: #000000 !important;
}

.orangebutton {
    background: #FFC45C;
    border-radius: 10px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    color: #000000;
    text-decoration: none !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr100 {
    padding-right: 100px
}

.bannersubtitle {
    font-family: 'Barlow', sans-serif;
}

.bannertitle {
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.bannercontent {
    line-height: 1.5;
    padding-bottom: 30px;
    font-size: 16px;
}

.bannerSection {
    margin-top: 50px;
}

.orangetxt {
    color: #FFC45C;
}

p {
    margin-bottom: 0 !important;
}

.pr20 {
    padding-right: 20px;
}


/* Slider */

.slide {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    border: 1px solid #E8E8E8;
    width: 236px !important;
    height: 112px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-slide {
    margin: 0px 20px;
}


/* .slick-slide img {
 width: 100%;
} */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.sectionsubtitle {
    text-transform: uppercase;
    font-weight: 700;
    color: #052E48;
    opacity: 0.5;
    margin-bottom: 0;
}

.sectiontitle {
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    color: #000000;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.pb20 {
    padding-bottom: 20px;
}

.clientBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.clientinnersection {
    width: 250px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 20px;
}

.clientinnersection img {
    /* opacity: 0.51;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg); */
    transition-duration: 0.3s;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
}

.clientinnersection img:hover {
    opacity: 1;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.bulletpointsection {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.whysection {
    padding: 80px 0px;
    width: 100%;
}

.whytitletext {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Lora', serif;
    padding-bottom: 20px;
    width: 400px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.shape {
    background-image: url(../images/shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    left: 0;
    top: 0;
}

.textpagecenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.whyblock {
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px rgb(85 85 85 / 10%);
    box-shadow: 0 0 25px rgb(85 85 85 / 10%);
    min-height: 250px;
    margin-bottom: 20px;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 15px;
}

.whyblock img {
    width: 60px;
    padding-bottom: 20px;
}

.whyblock:hover {
    background-color: #ffc45c;
}

.whyblockTitle {
    font-size: 22px;
    font-weight: 700;
}

.industrysection {
    background-color: #221f3c;
    padding: 300px 0px;
    margin-bottom: 50px;
}

.orangebutton2 {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
    height: 38px;
    /* Secondary Colour */
    background: #FFC45C;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #FFC45C;
    color: #000;
    text-decoration: none;
}

.trysandboxbtn {
    padding: 5px 30px;
    height: 38px;
    /* Secondary Colour */
    background: transparent;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #FFC45C !important;
    color: #000;
    text-decoration: none;
}

.orangebutton2:hover {
    background: transparent;
    color: #000;
}

.reaadmorebutton {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
    height: 38px;
    /* Secondary Colour */
    border-radius: 50px;
    border: 1px solid #FFC45C;
    cursor: pointer;
}

.reaadmorebutton:hover,
.trysandboxbtn:hover {
    background: #FFC45C;
}

.mr20px {
    margin-right: 20px;
}

@media (min-width: 576px) {
    .navbar-collapse {
        flex-grow: inherit !important;
    }

    .showmore_btncontent {
        justify-content: center;
        display: flex;
        margin-top: 30px;
    }
}


/* @media (min-width: 576px) {
   
} */

.sectiondivider {
    padding: 100px 0px;
}

.countsection {
    background: #feedd1;
}

.counttitle {
    font-weight: 600;
    font-size: 31px;
    line-height: 28px;
    color: #252525;
    text-align: center;
    padding-bottom: 30px;
}

.textaligncenter {
    text-align: center
}

.counternumber {
    text-align: center;
    font-weight: 600;
    font-size: 90px;
    line-height: 28px;
    text-align: center;
    color: #252525;
    padding-bottom: 20px;
}

.countertext {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #252525;
    padding-top: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.contactSection {
    background: #FFFFFF;
    box-shadow: -18px 18px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 30px;
}

.giveustext {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #91A8A7;
}

.Insights {
    padding: 120px 0px 60px;
    padding-bottom: 0px;
}

.Insights_blog img {
    width: 100%;
    height: 236px;
    border-radius: 12px;
    border: 1px solid #708e8c2e !important;
    margin-bottom: 32px;
    object-fit: cover;
}

.Insights_blog a:hover,
.Insights_blog a:hover h4 {
    text-decoration: unset !important;
    color: #202e2d;
}

span.span_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--themeColor);
    display: inline-block;
}

.mb_24 {
    margin-bottom: 24px !important;
}

.published,
.updated {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #3f5d5a;
    display: inline-block;
    margin-right: 24px;
}

.author a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #3f5d5a;
    display: inline-block;
    text-transform: capitalize;
}

.Insights_blog h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: var(--primary_color);
    margin-bottom: 8px;
    text-transform: capitalize;
}

.Insights_blog p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(150, 150, 150);
    /* margin-bottom: 16px; */
    margin-bottom: 0px;
}

.main_input {
    background: transparent;
    /* padding: 16px 0px; */
    color: #fff !important;
    padding: 0px;
    height: 56px;
    width: 100%;
    border-bottom: 1px solid #E6E6E6 !important;
    border: unset;
    border-radius: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    outline: none;
}

.main_input::placeholder {
    color: #fff;
}

.dropdown_select .wpcf7-form-control {
    background: #ffffff;
    padding: 16px;
    height: 56px;
    width: 100%;
    border: 1px solid rgba(8, 1, 15, 0.14);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #908e96;
    outline: none;
}

.scroll_top {
    position: fixed;
    width: 48px;
    background-color: var(--themeColor);
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border-radius: 50%;
    box-shadow: 0px 17px 43px 1px rgb(221 26 68 / 36%);
}

.press_release {
    padding-top: 56px;
}

.White_box {
    background: #ffffff;
    box-shadow: -18px 18px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 30px;
}

.Insights .owl-theme .owl-nav {
    display: block;
    text-align: right;
}

.Insights .owl-theme .owl-nav .owl-prev,
.Insights .owl-theme .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: unset;
    background-color: var(--themeColor);
    box-shadow: 0px 17px 43px 1px rgb(221 26 68 / 36%);
}

.client_feedback {
    padding: 70px 0px 0px;
}

.client_feedback .owl-carousel .owl-dots.disabled {
    display: block;
}

.more_insights {
    padding: 0px 16px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.92);
}

.more_insights:hover {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.92);
}

.MainButton {
    font-family: "Poppins", sans-serif;
    padding: 0px 30px;
    height: 39px;
    background: var(--themeColor);
    border: 1px solid var(--themeColor);
    display: inline-flex;
    align-items: center;
    border-radius: 100px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    outline: none;
    transition: all 0.3s ease;
    position: relative;
    /* box-shadow: 0px 17px 43px 1px rgb(221 26 68 / 36%); */
}

.MainButton:hover {
    background-color: transparent;
    border: 1px solid var(--themeColor);
    color: var(--themeColor);
}

.single-blog-post {
    background: #fff;
    position: relative;
    transition: .5s;
    margin-bottom: 30px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    min-height: 580px;
}

.single-blog-post:hover {
    transform: translateY(-7px);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
}

.single-blog-post .blog-post-content {
    transition: .5s;
    padding: 30px;
}

.blog-post-content h4 {
    line-height: 30px;
    font-size: 20px;
    min-height: 70px;
    max-height: 70px;
    overflow: auto;
}

.blog-post-content .innertitle {
    line-height: 30px;
    font-size: 20px;
    min-height: 70px;
    max-height: 70px;
    overflow: auto;
}

.minheight80 {
    min-height: 90px;
}

.single-blog-post a {
    color: #052E48;
    text-decoration: none !important;
}

.single-blog-post a:hover {
    color: var(--themeColor);
}

a.blogpostbutton {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    color: #fff !important;
}

.calcicon {
    width: initial !important;
    float: left;
    padding-right: 7px;
}

.blogImage {
    height: 250px;
    overflow: hidden;
}

.mt50 {
    margin-top: 50px;
}

footer .footer {
    background: var(--bgcolor);
    padding: 32px 0px;
    border-top: 1px solid var(--header_border_color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

footer .reach_us {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-area {
    background: var(--bgcolor);
    padding: 32px 0px;
}

.copyright-area p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3f5d5a;
    margin: 0px;
}

.copyright-area ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.copyright-area ul li {
    position: relative;
}

.copyright-area ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3f5d5a;
}

.copyright-area ul li:last-child a::after {
    content: unset !important;
}

.copyright-area ul li a::after {
    content: '|';
    color: rgb(150, 150, 150);
    padding: 0px 12px;
}

.footer_logo {
    width: 256px;
}

footer .reach_us {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .reach_us .footer_contact ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
}

footer .reach_us .footer_contact ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 50%;
    color: #969696;
}

footer .reach_us .footer_contact ul li a:hover {
    background-color: #FFC45C;
}


/* footer .reach_us .footer_contact ul li a img:hover {

filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(139deg) brightness(107%) contrast(101%);


} */

footer .reach_us .footer_contact ul li a img {
    filter: var(--footer_socicalmedia_filder);
}

.mr_16 {
    margin-right: 16px !important;
}

.address_detail {
    border: 1px solid #708e8c;
    padding: 20px;
    min-height: 230px;
    max-height: 230px;
    border-radius: 12px;
}

.mb_32 {
    margin-bottom: 32px !important;
}

.copyright-area {
    background: var(--bgcolor);
    padding: 32px 0px;
}

.copyright-area p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3f5d5a;
    margin: 0px;
}

.copyright-area ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    /* display: none; */
}

.copyright-area ul li {
    float: left;
}

.copyright-area ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3f5d5a;
}

.copyright-area ul li:last-child a::after {
    content: unset !important;
}

.copyright-area ul li a::after {
    content: '|';
    color: rgb(150, 150, 150);
    padding: 0px 12px;
}

.justify_content_end {
    justify-content: flex-end;
}

.main-wrapper img {
    /* width: 100%; */
    display: block;
}

.main-wrapper a {
    color: #000;
    text-decoration: none;
}

.main-wrapper ul li {
    list-style-type: none;
}

.navbar {
    /* background: #fafafa; */
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.brand-and-icon {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}

.navbar-brand {
    font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: 700;
}

.navbar-toggler {
    display: block;
    border: none;
    background: transparent;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    transition: all 0.4s ease;
    border: 2px solid #000;
    border-radius: 4px;
}

.navbar-toggler:hover {
    opacity: 0.7;
}

.navbar-collapse {
    overflow-y: scroll;
    display: none;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
}

.drop-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-nav>li>a:hover {
    opacity: 0.7;
}

.sub-menu h4 {
    text-transform: capitalize;
    font-size: 1rem;
    padding: 0.5rem 0;
}

.sub-menu ul li {
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 0.95rem;
}

.sub-menu ul li a {
    opacity: 0.8;
    transition: all 0.5s ease;
}

.sub-menu ul li a:hover {
    padding-left: 14px;
    opacity: 0.9;
}

.sub-menu {
    display: none;
}

.sub-menu-item {
    padding-left: 1.2rem;
}

.sub-menu-item:nth-child(3) {
    background: #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.sub-menu-item:nth-child(3) h2 {
    text-transform: capitalize;
    margin: 1.5rem 0;
}

.sub-menu-item:nth-child(3) .btn {
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    cursor: pointer;
    background: #000;
    color: #fff;
    transition: all 0.5s ease;
}

.sub-menu-item:nth-child(3) .btn:hover {
    background: transparent;
    color: #000;
}

.sub-menu-item:nth-child(4) {
    width: 50%;
    margin: 0 auto;
    padding: 2rem 0;
}
.showmore_btn_mob{
    display: none ;
    border: 1px solid #FFC45C;
    background: #FFC45C;
    color: #252525;
    padding: 10px 20px;
    margin: -30px 15px 0px 0px;
    border-radius: 10px;
   
}
.showmore_btn{
    display: block;
}


/* Media Queries */

@media (min-width: 992px) and (max-width: 1024px) {
    .flex_nowrap_mob {
        flex-wrap: nowrap !important;
    }

    .svganimatecontent {
        width: 100% !important;
    }

    .navbar-nav>li>a {
        padding: 10px !important;
    }

    .drop-icon {
        right: -5px;
    }

    .nowrapmob {
        white-space: nowrap;
    }

    .brand-and-icon img {
        width: 120px;
    }

    .mr20px {
        margin-right: 10px;
    }
}

@media (min-width: 1024px) and (max-width: 1268px) {

    /* .displaynone_mob{
    display: none !important;
} */
    .nowrapmob {
        white-space: nowrap;
    }

    .svganimatecontent {
        width: 100% !important;
    }

    .flex_nowrap_mob {
        flex-wrap: nowrap !important;
    }

    .navbar-nav>li>a {
        padding: 10px !important;
    }

    .drop-icon {
        right: -5px;
    }
}

@media (min-width: 992px) {
    .navbar {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        /* border-bottom: 1px solid #ddd; */
        padding: 0 5rem;
        position: relative;
        justify-content: space-between;
    }

    .navbar-toggler {
        display: none;
    }

    .brand-and-icon {
        flex: 0 0 100px;
        border-bottom: none;
        padding: 0;
    }

    .navbar-collapse {
        display: block !important;
        overflow-y: hidden;
        flex: 1 0 auto;
    }

    .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-nav>li>a {
        border-bottom: none;
        margin: 0 0.4rem;
        padding: 10px 1.8rem 10px 0.8rem;
        font-size: 0.8rem;
    }

    .sub-menu {
        position: absolute;
        /* left: 0; */
        /* width: 100%; */
        top: 88%;
        background: #fff;
        width: 500px;
        border-radius: 10px;
        padding: 10px;
    }

    .navbar-nav>li:hover .sub-menu {
        display: grid !important;
        padding: 10px;
    }

    .navbar-nav>li {
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
    }

    .sub-menu-item {
        padding-left: 1.2rem;
    }

    .sub-menu-item:nth-child(3) {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /* header */
    .header {
        height: calc(100vh - 75px);
    }

    .header h2 {
        font-size: 6rem;
    }

    .header p {
        width: 40%;
    }

    .brtl_10px {
        border-radius: 0;
    }

    .brrb_10px {
        border-radius: 0;
    }

    .mr20px {
        margin-right: 10px;
    }

    .showmore_btncontent {
        justify-content: center;
        display: flex;
        margin-top: 30px;
    }
   
}

.navbar-nav a:hover {
    color: var(--themeColor);
}

.popupmenucolor {
    font-size: 12px;
    color: #ffc45c;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
}

.contact_us {
    /* The image used */
    background-image: url("../images/contactus.jpg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.width800 {
    width: 800px;
    margin: 0 auto;
    padding: 50px 0;
}

.border_radius_5px {
    border-radius: 5px;
}

.black10p {
    color: #B0BCBB;
}

.mb_5 {
    margin-bottom: 5px;
}

.mt_44 {
    margin-top: 44px;
}

.leftside {
    background: rgb(255, 255, 255);
    padding: 40px 20px !important;
    margin-top: 50px;
}

.rightside1 {
    background: rgb(255, 255, 255);
    padding: 40px 20px !important;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blackc {
    color: #000 !important;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #fff;
}

::placeholder {
    color: #fff;
}

.blacktext::-webkit-input-placeholder {
    /* Edge */
    color: #ccc;
}

.blacktext:-ms-input-placeholder {
    /* Edge */
    color: #ccc;
}

.blacktext::placeholder {
    /* Edge */
    color: #ccc;
}

textarea {
    resize: none !important;
}

.blogsBanner {
    background-image: url(../images/blog-banner.jpg);
    /* Set a specific height */
    min-height: 300px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.privacyBanner {
    background-image: url(../images/privacy_banner.jpg);
    /* Set a specific height */
    min-height: 300px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}




.innerheaderbg {
    background-image: url(../images/headerbg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    top: 0;
    padding-top: 90px;
    margin-top: -45px;
}

.innerheadertext {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    padding: 30px;
    height: 300px;
}

option {
    color: #000;
}

.pt30 {
    padding: 30px 0;
}

.writeus {
    font-size: 33px;
    padding-bottom: 20px;
    /* margin-bottom: 40px; */
}

.rightside {
    background: #fff;
    padding: 40px 20px !important;
    margin-top: 50px;
}

.rightsidecontent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.orangebutton3 {
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
    height: 38px;
    /* Secondary Colour */
    background: #FFC45C;
    cursor: pointer;
    border: 1px solid #FFC45C;
    color: #000;
    text-decoration: none;
    width: 100%;
}

.features-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.features-item:hover {
    transform: translateY(-7px);
}

.features-img {
    width: 50px;
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.pl50 {
    padding-left: 50px;
}

#workingconcept {
    background: #e2ebf68c;
}

.our-team {
    text-align: center;
    margin-bottom: 30px;
    transition: .5s;
}

.our-team:hover {
    transform: translateY(-7px);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
}

.our-team .team_img {
    position: relative;
    overflow: hidden;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.our-team .team_img:hover {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
}

.our-team .team_img:after {
    content: "";
    width: 100%;
    height: 100%;
    /* background-color: rgba(255,255,255,0.2); */
    /* background-image: url(../images/team-hover-img.png); */
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
    background-repeat: no-repeat;
}

.our-team:hover .team_img:after {
    bottom: 0;
}

.our-team img {
    width: 100%;
    height: auto;
}

.our-team .social {
    padding: 0 0 18px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 10px;
    background: #ffc45c;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
    display: none;
}

.our-team:hover .social {
    top: 0;
}

.our-team .social li a {
    display: block;
    padding: 15px;
    font-size: 15px;
    color: #fff;
}

.our-team:hover .social li a:hover {
    color: #2a4284;
}

.our-team .team-content {
    padding: 20px 0;
    background: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.our-team .title {
    font-size: 18px;
    font-weight: bold;
    color: #2a4284;
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
}

.our-team .title:before {
    content: "";
    width: 25px;
    height: 1px;
    background: #6ac9dc;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}

.our-team .title:after {
    content: "";
    width: 25px;
    height: 1px;
    background: #6ac9dc;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}

.our-team:hover .title:before,
.our-team:hover .title:after {
    width: 50px;
}

.our-team .post {
    display: inline-block;
    font-size: 15px;
    color: #6ac9dc;
    text-transform: capitalize;
}

.our-team .post:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6ac9dc;
    margin: 0 auto;
    position: relative;
    top: -13px;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
    .contactnumber{display: none !important;}
    .blogbg ,.teambg,.implementationbg{
        background: #95d3ec7a  !important;
        margin-top: 0px !important;
    }
    
}

.close {
    padding: 10px !important;
    border: unset;
    background: none;
}

.close span {
    font-size: 28px;
    color: #777;
}

.close span:hover {
    color: rgb(220, 66, 66);
}

.modal-header {
    padding: 0 !important;
    display: flex;
    border: unset !important;
    align-items: center;
    justify-content: space-between !important;
}

.justify_content_center {
    justify-content: center;
}


/* .form-control,
.form-select {
    border: unset !important;
    border-bottom: 1px solid #cccc !important;
    border-radius: unset !important;
    margin-bottom: 5px;
} */

.demonameimg {
    border-bottom: 1px solid #ccc !important;
    padding: 5.5px 0px !important;
}

.demonameimg img {
    width: 14px;
    filter: invert(74%) sepia(67%) saturate(354%) hue-rotate(151deg) brightness(89%) contrast(92%);
}

.webicon {
    width: 14px;
    filter: invert(74%) sepia(67%) saturate(354%) hue-rotate(151deg) brightness(89%) contrast(92%);
}

.demomailimg {
    border-bottom: 1px solid #ccc !important;
    padding: 6px 0px !important;
}

.demomailimg img {
    width: 18px;
    filter: invert(74%) sepia(67%) saturate(354%) hue-rotate(151deg) brightness(89%) contrast(92%);
}

.demopasswordimg {
    border-bottom: 1px solid #ccc !important;
    padding: 5px 0px !important;
}

.demopasswordimg img {
    width: 14px;
    filter: invert(74%) sepia(67%) saturate(354%) hue-rotate(151deg) brightness(89%) contrast(92%);
}

.demobusinessimg {
    border-bottom: 1px solid #ccc !important;
    padding: 7.5px 0px !important;
}

.demobusinessimg img {
    width: 16px;
    filter: invert(74%) sepia(67%) saturate(354%) hue-rotate(151deg) brightness(89%) contrast(92%);
}

.alignbaseline {
    align-items: baseline;
}

.demoformtitle {
    font-size: 20px;
    color: #FFC45C;
}

.demoformtitle2 {
    font-size: 20px;
    color: #FFC45C;
}

.modal-content label {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
}

.modal-content {
    padding: 0px 25px;
}

.form-control::placeholder {
    font-size: 12px !important;
}

.modal-body {
    padding: 5px !important;
}

.modal-footer {
    border-top: unset !important;
    display: flex;
    justify-content: center !important;
}

.form-select {
    font-size: 12px !important;
    margin-top: 5px;
}

.bgtransparent {
    background: transparent !important;
}

.pt20 {
    padding-top: 20px;
}

@media (max-width: 1000px) {
    .clientdestop {
        display: none !important;
    }

    .clientmobile {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .rightside1 {
        display: none;
    }

    .height298 {
        height: 50px !important;
    }

    .brtl_10px {
        border-radius: 0 !important;
    }

    .brrb_10px {
        border-radius: 0;
    }

    .blog_head {
        font-size: 18px !important;
    }

    .col {
        flex: inherit !important;
    }

    .mobilebotton20 {
        margin-bottom: 20px;
    }

    .clientdestop {
        display: none !important;
    }

    .clientmobile {
        display: block !important;
    }

    .videosection:before {
        display: none !important;
    }

    .videosection:after {
        display: none !important;
    }

    .nav-link {
        display: none !important;
    }

    .navbar {
        background: #6AC9DC;
        padding: unset;
    }

    .brand-and-icon {
        padding: 10px 20px;
    }

    .navbar-brand img {
        filter: invert(100%) sepia(5%) saturate(19%) hue-rotate(120deg) brightness(106%) contrast(106%);
    }

    .fa-bars {
        color: #fff;
    }

    .navbar-collapse {
        background: #fff;
    }

    .columnreverse_mob {
        flex-direction: column-reverse;
    }

    .pr100 {
        padding-right: unset !important;
    }

    .headerbg {
        height: unset;
        align-items: center;
    }

    .bannertitle {
        text-align: center;
    }

    .svganimatecontent {
        width: 95% !important;
        margin: 10px;
    }

    .orangebutton2,
    .reaadmorebutton,
    .trysandboxbtn {
        font-size: 14px;
    }

    .sectiontitle {
        font-size: 24px;
    }

    .sectiondivider {
        padding: 50px 10px !important;
    }

    .sectionsubtitle {
        padding-top: 20px;
    }

    .counttitle {
        font-size: 22px;
    }

    .counternumber {
        font-size: 60px;
        line-height: 40px;
    }

    .countertext {
        line-height: 40px;
        padding: 0px 0px 20px 0px;
    }

    .pt50mob {
        padding-top: 50px;
    }

    .features-item {
        margin: 20px 5px 0px 5px !important;
    }

    .pl0mobile {
        padding-left: 0px !important;
    }

    .Insights {
        padding: 50px 0px 50px;
    }

    .width800 {
        width: 100%;
        padding: 0;
    }

    .mob_space_mb_16 {
        margin-bottom: 16px;
    }

    .textcenter_mob {
        text-align: center;
    }

    .copyright-area ul li a {
        font-size: 11px;
        white-space: nowrap;
        justify-content: unset !important;
    }

    .copyright-area {
        padding: 0px 0px 10px 0px !important;
    }

    .copyright-area p {
        font-size: 14px;
    }

    .bannertitle {
        font-size: 28px;
    }

    .pt40b20 {
        padding: 40px 0px 20px 0px !important;
    }

    .timelinebtn {
        font-size: 13px;
    }
    .showmore_btn_mob{
        display: block;
    }
    .showmore_btn{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-link {
        display: none !important;
    }

    .navbar {
        background: #6AC9DC;
        padding: unset;
    }

    .brand-and-icon {
        padding: 10px 20px;
    }

    .navbar-brand img {
        filter: invert(100%) sepia(5%) saturate(19%) hue-rotate(120deg) brightness(106%) contrast(106%);
    }

    .fa-bars {
        color: #fff;
    }

    .navbar-collapse {
        background: #fff;
    }

    .pr100 {
        padding-right: unset !important;
    }

    .headerbg {
        height: unset;
    }

    .svganimatecontent {
        width: 100% !important;
    }

    /* .orangebutton2, .reaadmorebutton{
        font-size: 14px;
    }*/
    .sectiontitle {
        font-size: 24px !important;
    }

    .sectiondivider {
        padding: 50px 10px !important;
    }

    .sectionsubtitle {
        padding-top: 20px;
    }

    .counttitle {
        font-size: 22px;
    }

    .counternumber {
        font-size: 60px;
        line-height: 40px;
    }

    .countertext {
        line-height: 40px;
        padding: 0px 0px 20px 0px;
    }

    .pt50mob {
        padding-top: 50px;
    }

    .features-item {
        margin: 20px 5px 0px 5px !important;
    }

    .pl0mobile {
        padding-left: 0px !important;
    }

    .Insights {
        padding: 50px 0px 50px;
    }

    .width800 {
        width: 100%;
        padding: 10px;
    }

    .mob_space_mb_16 {
        margin-bottom: 16px;
    }

    .copyright-area ul li a {
        font-size: 11px;
    }

    .copyright-area {
        padding: 0px 0px 10px 0px !important;
    }

    .copyright-area p {
        font-size: 10px;
        white-space: nowrap;
    }

    .bannertitle {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
    }

    .address_detail p {
        font-size: 14px !important;
    }

    .address_detail{
        padding: 20px;
        min-height: 300px;
        max-height: 300px;
    }
    .bannercontent {
        font-size: 14px;
        line-height: normal;
    }

    .sectiondivider p {
        font-size: 14px;
        line-height: normal;
    }

    .countertext {
        line-height: normal;
        font-size: 16px;
    }

    .address_detail h4 {
        font-size: 18px !important;
    }

    .mr20px {
        margin-right: 2px;
        padding: 5px 8px;
    }

    .showmore_btncontent {
        display: flex;
        margin-top: 30px;
    }

    .flexend {
        justify-content: center !important;
    }
    .showmore_btn_mob{
        display: block;
    }
    .showmore_btn{
        display: none;
    }
}

.keyfeatureslist {
    list-style: none;
    padding: 0;
}

.keyfeatureslist :last-child {
    padding-bottom: 10px;
}

.keyfeatureslist img {
    width: 20px;
    margin-right: 10px;
}

.keyfeatureslist li {
    display: flex;
    align-items: center;
    padding: 2px 0px;
    font-size: 12px;
}

.listtitle {
    font-size: 20px !important;
    font-weight: 600;
    padding-bottom: 10px !important;
}

.readmorebtn2 {
    background: none;
    border: unset;
    color: #23bdb8 !important;
    font-size: 16px;
}

#text,
#textDE,
#textLMS {
    display: none;
}

.errorShow {
    font-size: 10px;
    color: rgb(184, 24, 24);
    /* margin-bottom: 15px; */
}

.launchmodalcontent {
    border-radius: 20px !important;
    border: unset !important;
}

.launchmodalcontent .closecontent {
    display: flex;
    justify-content: flex-end !important;
}

.launchtrysandboxbtn {
    padding: 5px 40px;
    height: 34px;
    /* Secondary Colour */
    background: transparent;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #000 !important;
    color: #000;
    text-decoration: none;
    margin-bottom: 5px !important;
}

.launchtrysandboxbtn:hover {
    border: 1px solid #ffc45c !important;
    background: #ffc45c;
}

.launchtalkUsbtn {
    padding: 5px 40px;
    height: 34px;
    /* Secondary Colour */
    background: #ffc45c;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #ffc45c !important;
    color: #000;
    text-decoration: none;
    margin-bottom: 15px !important;
}

.launchtalkUsbtn:hover {
    border: 1px solid #ffc45c !important;
}

.videosection {
    /* border-radius: 42px;
    overflow: hidden;
    position: absolute;
    width: 560px;
    height: 433px;
    margin-top: -481px;
    margin-left: 33px; */
    width: 100%;
}

.video {
    position: relative;
    left: 0;
    top: 0;
    border-radius: 50px;
    border: 5px solid #ffc45c;
}

.videosection:after {
    content: "";
    width: 182px;
    height: 278px;
    background: url("../images/video-after.png") no-repeat;
    top: -20px;
    right: -20px;
    position: absolute;
    display: inline-block;
}

.videosection:before {
    content: "";
    width: 182px;
    height: 278px;
    background: url("../images/video-before.png") no-repeat;
    bottom: -20px;
    left: -20px;
    position: absolute;
    display: inline-block;
}


/* .clientdestop{ } */

.clientmobile {
    display: none;
}


/* insights css */

.backarrow {
    margin-top: 30px;
    text-decoration: none;
    color: #000;
}

.backarrow:hover {
    color: #ffc45c;
}

.backarrowicon:hover {
    filter: invert(91%) sepia(91%) saturate(3447%) hue-rotate(312deg) brightness(100%) contrast(102%);
}

.blogcontentimg {
    border-radius: 5px;
    margin: 30px 0px;
}

.sharecontent {
    margin-top: 20px;
    background: #fff;
    height: 100%;
    padding: 10px 5px;
    border-radius: 5px 5px 30px 30px;
    display: none;
}

.blogcontent {
    padding-left: 20px;
    margin-top: 20px;
}

.ptb10 {
    padding: 10px 0px 10px 10px;
}

.blog_head {
    font-size: 28px;
    font-weight: 600;
    color: #6AC9DC;
}

.blog_text {
    color: #777;
    margin-top: 20px;
    /* text-align: justify; */
}

.blog_subhead {
    font-size: 18px;
    color: #6AC9DC;
    margin-top: 20px;
}

.blogtextbox {
    padding-left: 0;
    margin: 20px 0px;
}

.blogtextbox li {
    padding: 10px 20px;
    list-style: none;
    display: inline-block;
    border-radius: 5px;
    border-right: 4px solid #6ac9dc;
    background: #ffff;
    margin-right: 30px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}

.borderrightyellow {
    border-right: 4px solid #FFC45C !important;
}

.borderrightblack {
    border-right: 4px solid #252525 !important;
}

.textblue {
    color: #6ac9dc;
    font-size: 18px;
}

.textyellow {
    color: #ffc45c;
    font-size: 18px;
}

.textblack {
    color: #252525;
    font-size: 18px;
}

.listnone {
    list-style: none;
}

.pl0 {
    padding-left: 0;
}

.blog_text ul li {
    margin-bottom: 10px;
}

.rightblogcontentimg {
    width: 100px;
    border-radius: 5px;
}

.rightsmallblogs {
    color: #6ac9dc;
    font-size: 12px;
    margin-left: 15px;
}

.rightsmallblogs p {
    color: #777;
    margin-top: 10px;
}

.rightblogcontent {
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}

.rightblogcontentfull {
    padding-left: 10px !important;
    padding-bottom: 20px;
}

.datebox {
    position: absolute;
    margin-top: -64px;
    margin-left: 0px;
    background: #fff;
    padding: 10px;
    /* border-radius: 5px; */
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
}

.timelinebtn {
    border-right: 3px solid #ffc45c !important;
    border-left: 3px solid #ffc45c !important;
    padding: 5px 30px;
    height: 38px;
    color: #ffc45c;
    border-radius: 50px;
}

.ourgreatleaders {
    font-size: 28px;
    padding-bottom: 20px;
}


/* newcss */

.siguptextmodal {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
}

.modal {
    z-index: 99999999 !important;
}

.logoblock {
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
    margin: 20px;
    width: 140px;
    height: 100px;
}

.logoSection {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.innertitle::-webkit-scrollbar {
    width: 5px !important;
}


/* Track */

.innertitle::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}


/* Handle */

.innertitle::-webkit-scrollbar-thumb {
    background: #888 !important;
    border-radius: 20px !important;
}


/* Handle on hover */

.innertitle::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}

.errormsg {
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px;
    background: #ef513a;
    color: #fff;
    z-index: 9999999;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    display: none;
}

.mr10px {
    margin-right: 10px;
}

.successmsg {
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px;
    background: #2ecc71;
    color: #fff;
    z-index: 9999999;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    display: none;
}

.blog-post-content .innertitle {
    line-height: 30px;
    font-size: 20px;
    min-height: 70px;
    max-height: 70px;
    overflow: auto;
}

.blog-post-content .innercontent2 {
    /* line-height: 30px;
    font-size: 20px; */
    min-height: 120px;
    max-height: 120px;
    overflow: auto;
}

.innertitle::-webkit-scrollbar {
    width: 5px !important;
}


/* Track */

.innertitle::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}


/* Handle */

.innertitle::-webkit-scrollbar-thumb {
    background: #888 !important;
    border-radius: 20px !important;
}


/* Handle on hover */

.innertitle::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}

.innercontent2::-webkit-scrollbar {
    width: 5px !important;
}


/* Track */

.innercontent2::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}


/* Handle */

.innercontent2::-webkit-scrollbar-thumb {
    background: #888 !important;
    border-radius: 20px !important;
}


/* Handle on hover */

.innercontent2::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}

.input-group-text {
    background-color: #ffffff !important
}

.mb15 {
    margin-bottom: 15px;
}

.minwidth160 {
    min-width: 160px !important;
}

.height298 {
    height: 298px;
}


/*latest new css  */

.ccc {
    box-shadow: 0 15px 10px rgb(0 0 0 / 70%);
}

.gallery_owl {
    padding-bottom: 100px;
}

.gallery_img {
    width: fit-content;
    /* box-shadow: 0 15px 10px rgb(0 0 0 / 70%); */
    border-radius: 7px;
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.gallery_img:hover {
    transform: scale(1.1);
}

.gallerybox {
    background: white;
    margin: 15px;
    border-radius: 10px;
    border: 20px solid #fff;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.pb50 {
    padding-bottom: 50px;
}

.brtl_10px {
    border-radius: 10px 0px 0px 10px;
}

.brrb_10px {
    border-radius: 0px 10px 10px 0px;
}

.writeus {
    font-size: 33px;
    padding-bottom: 20px;
    /* margin-bottom: 40px; */
}

.rightside {
    background: #fff;
    padding: 40px 20px !important;
    margin-top: 50px;
}

.rightsidecontent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

input[type=radio]#blackradio {
    accent-color: black;
}

.white-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.emailimg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pb10 {
    padding-bottom: 10px;
}

.flexend {
    justify-content: flex-end;
}

.showmore_btn {
    border: 1px solid #FFC45C;
    background: #FFC45C;
    color: #252525;
    padding: 10px 20px;
    margin: -30px 15px 0px 0px;
    border-radius: 10px;
}

.showmore_btn:hover {
    background: none;
    border: 1px solid #ffc45c;
}

.modal-dialog {
    max-width: 600px !important;
    margin: 1.75rem auto;
}

.phoneCode {
    font-size: 13px !important;
    width: 55px !important;
    flex: inherit !important;
}

.inputtextarea {
    border: 1px solid #E6E6E6;
    padding: 10px;
}


.contactnumber{
    padding: 10px 5rem !important;
    display: flex ;
    background: #fff;

}
.contactnumber a{
    text-decoration: none;
    color: unset;
}
.call_icon img{
    width: 20px;
    margin-right: 10px;
}
.contactnumber{
    font-size: 14px;
}
.pr20{margin-right: 20px;}
 
.callcontent{
    border-right: 1px solid #ccc;
}
.fs14px a{
    text-decoration: none;
    color: #000;
}
.fs14px a:hover{
    color: #ffc45c;
}
.fs14px{
    padding-top: 20px;
}
.textdecnone{text-decoration: none;}

.blogbg {
    background-image: url(../images/blog_bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: right;
    background-size: cover;
    top: 0;
    padding-top: 90px;
    margin-top: -53px;
}
.teambg {
    background-image: url(../images/team_bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: right;
    background-size: cover;
    top: 0;
    padding-top: 90px;
    margin-top: -53px;
}
.implementationbg{
    background-image: url(../images/implement_bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: right;
    background-size: cover;
    top: 0;
    padding-top: 90px;
    margin-top: -53px;
}
.bannerlink{
    text-decoration: none;
    color: #777;
}