/*--------------------------------------------------------------
# Font used
--------------------------------------------------------------*/

@font-face {
    font-family: "GoldplayAlt-Medium";
    src: url("../fonts/GoldplayAlt-Medium.woff2") format("woff2"), url("../fonts/GoldplayAlt-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GoldplayAlt-Regular";
    src: url("../fonts/GoldplayAlt-Regular.woff2") format("woff2"), url("../fonts/GoldplayAlt-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GoldplayAlt-SemiBold";
    src: url("../fonts/GoldplayAlt-SemiBold.woff2") format("woff2"), url("../fonts/GoldplayAlt-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Goldplay-Medium";
    src: url("../fonts/Goldplay-Medium.woff2") format("woff2"), url("../fonts/Goldplay-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
    overflow-x: hidden;
}

body {
    font-family: "GoldplayAlt-Medium", sans-serif;
    color: #153441;
    font-size: 16px;
    line-height: 1.2;
    background: #fff;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100% !important;
    padding: 0 !important;
}

a {
    color: #2487ce;
}

a:hover {
    color: #00b0d2;
    text-decoration: none;
}

p {
    font-size: 21px;
    line-height: 32px;
}

.section-title h2,
.section-title h1 {
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 40px 0;
    line-height: 60px;
    font-family: "GoldplayAlt-SemiBold";
}

.main-shadow-bx.blog-details .section-title h2 {
    max-width: 80%;
}

.section-title p {
    font-family: "Goldplay-Medium";
}

h2.mn20v {
    margin-bottom: 20px;
}

.heading-1 {
    font-size: 100px;
    line-height: 110px;
    font-family: "GoldplayAlt-SemiBold";
    margin-bottom: 50px;
}

.heading-2 {
    font-size: 70px;
    line-height: 85px;
    font-family: "GoldplayAlt-SemiBold";
    margin-bottom: 40px;
}

.titlesubheads {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 26px;
    padding-bottom: 15px;
}

.text-skyblue {
    color: #3ebdc6;
}

.text-red {
    color: #ff5068;
}

.section-space {
    margin-top: 100px;
}

.section-space-100 {
    margin-top: 100px;
}

.section-space-50 {
    margin-top: 50px;
}

.section-space-70 {
    margin-top: 70px;
}

.section-space-150 {
    margin-top: 150px;
}

.section-inner-sapce {
    padding-top: 100px;
}

.ovferflowHide {
    overflow: hidden;
}

.consultantbtnrw {
    font-family: "GoldplayAlt-SemiBold";
    margin-top: 60px;
    text-align: center;
}

.consultantbtnrw .unlinkv {
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    font-size: 21px;
    padding-right: 8px;
}

.consultantbtnrw.mn_margin {
    margin-top: 25px;
}

.consultantbtnrw.perfectmatch {
    margin-top: 15px;
    text-align: left;
}

.consultantbtnrw.zerotop {
    margin-top: 0;
}

.consultantbtnrw.perfectmatch h3 {
    font-size: 21px;
    margin-top: 0;
    color: #26313A;
    margin-bottom: 5px;
}

.consultantbtnrw.perfectmatch.techno {
    margin-top: 30px;
}

.consultantbtnrw.mn_zero {
    margin-top: -50px;
    text-align: right;
}

.interthingsOfferedrow {
    padding-top: 50px;
}

.consultantbtnrw a {
    position: relative;
    padding: 15px 32px;
    font-size: 21px;
    color: #3EBDC6;
    border-radius: 56px;
    border: 1px solid #B7CCD5;
    display: inline-block;
    transition: all .5s ease-in-out;
    z-index: 1;
    overflow: hidden;
}

.consultantbtnrw.connectmore a {
    color: #fff;
}

.consultantbtnrw.perfectmatch a {
    padding: 15px 32px;
    padding-left: 0;
    border: 0;
    border-radius: 0;
}

.consultantbtnrw.perfectmatch a:hover {
    padding-left: 32px;
}

.consultantbtnrw a:hover {
    color: #fff;
    border-color: #3EBDC6;
}

.consultantbtnrw.connectmore a:hover {
    color: #3EBDC6;
    border-color: #fff;
}

.consultantbtnrw a.bottom .bg {
    left: 0;
    bottom: 101%;
    transform: translateY(200%);
}

.consultantbtnrw a.bottom:hover>.bg {
    transform: translateY(100%);
}

.consultantbtnrw a span.bg {
    background: #3EBDC6;
    width: 102%;
    height: 102%;
    position: absolute;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.consultantbtnrw.connectmore a span.bg {
    background: #fff;
}

.consultantbtnrw a:hover>span.bg {
    transition: all .3s ease-in-out;
}

.consultantbtnrw a span.underl {
    text-decoration: underline;
}

.tech-stack-section .consultantbtnrw a span.underl {
    text-decoration: none;
}

.consultantbtnrw a span.arrowv {
    display: inline-block;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.consultantbtnrw a:hover span.arrowv {
    transform: translate(5px, 0px);
}

.consultantbtnrw a span.arrowv svg {
    vertical-align: top;
    display: inline-block;
}

.consultantbtnrw a span.arrowv svg path {
    fill: #3ebdc6;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.consultantbtnrw.connectmore a span.arrowv svg path {
    fill: #fff;
}

.consultantbtnrw.connectmore a:hover span.arrowv svg path {
    fill: #3ebdc6;
}

.consultantbtnrw a:hover span.arrowv svg path {
    fill: #fff;
}

.last-section-space {
    padding-bottom: 150px !important;
    background: #fff;
    border-radius: 0 0 80px 80px;
    margin-bottom: 0;
}

.container-fluid {
    max-width: 1920px;
    padding: 0 64px;
}

/*comman laign css*/

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.page-header {
    z-index: 96 !important;
    padding: 12px 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.page-header .container-fluid {
    position: relative;
    padding: 0 64px;
}

#header.header-scrolled {
    border-color: #fff;
    background: #fff;
    padding: 12px 0;
    box-shadow: 1px 1.732px 2px 0 rgb(40 40 40 / 5%);
}

.food-header {
    background: #EFF5FA;
}

.get-touch-btn {
    font-size: 17px;
    color: #fff;
    width: 140px;
    height: 44px;
    border: 1px solid #2087F0;
    background-color: #2087F0;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.get-touch-btn:hover {
    color: #2087F0;
    background-color: transparent;
}

#header .logo img {
    width: 124px;
}

.whatsCallbx {
    position: absolute;
    top: 0;
    right: 245px;
    height: 44px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    border-radius: 24px;
    background-color: #DCE9EE;
}

.header-fix-tech-top .whatsCallbx {
    z-index: 100;
    right: 270px;
}

.header-fix-tech-top .logo {
    position: relative;
    z-index: 100;
}

.header-fix-tech-top .countryflexitem {
    position: relative;
    z-index: 100;
}

.whatsCallbx .whatsApp {
    width: 22px;
    cursor: pointer;
}

.whatsCallbx path {
    fill: #153441;
}

.header-fix-tech-top .whatsCallbx path {
    fill: #2087F0
}

.header-fix-tech-top .whatsCallbx .whatsApp path {
    fill: #67C15E
}

.whatsCallbx .callApp {
    width: 20px;
    cursor: pointer;
}

.whatsCallbx .whatsApp svg,
.whatsCallbx .callApp svg {
    width: 100%;
}

.dividetwo {
    width: 2px;
    height: 26px;
    background-color: #B7CCD5;
    margin: 0 15px;
}

.whatsCallbx .callApp .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    top: 45px !important;
    border: 0;
    min-width: 372px;
    padding: 20px 20px 15px 20px;
    border-radius: 16px;
    box-shadow: 0px 13px 16px #00000029;
    transform: none !important;
    background-color: #fff !important;
}

.whatsCallbx .callusrow {
    margin-bottom: 20px;
}

.whatsCallbx .callusrow .callusrtype {
    width: 90px;
    height: 77px;
    float: left;
    background: url(../img/call_sales.png) no-repeat;
    background-size: 100% 100%;
}

.whatsCallbx .callusrow .callusrdetails {
    margin-left: 120px;
}

.whatsCallbx .callusrow .callusrdetails .callheading {
    color: rgba(21, 52, 65, 0.5);
}

.whatsCallbx .callusrow .callusrdetails .callheading.pddown {
    padding-bottom: 8px;
}

.whatsCallbx .callusrow .callusrdetails .callnum {
    font-family: "GoldplayAlt-SemiBold";
    padding-bottom: 10px;
}

.whatsCallbx .callusrow .callusrdetails .callnum:last-child {
    padding-bottom: 0;
}

.whatsCallbx .callusrow .emailsrw {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;
}

.whatsCallbx .callusrow .emailsrw a,
.whatsCallbx .callusrow .callusrdetails .callnum a {
    color: #153441;
}

.dropdown-menu {
    border: 0 !important;
    background-color: transparent !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */
.main-navigation {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.main-navigation.top-tech-header {
    top: 6px;
    bottom: auto;
}

.main-navigation.top-tech-header+.menu-nav-overly {
    top: 68px;
}

.main-navigation .nav-menu {
    background: #ffffff;
    box-shadow: 0px 13px 36px #00000026;
    border-radius: 50px;
    padding: 0px 20px;
    display: inline-block !important;
}

.main-navigation.top-tech-header .nav-menu {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    max-width: 1920px;
    margin: auto;
    display: block !important;
}

.main-navigation .nav-menu .nav-menu-bx {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation .nav-menu>.nav-menu-bx {
    display: flex;
    justify-content: center;
}

.main-navigation.top-tech-header .nav-menu>.nav-menu-bx {
    justify-content: initial;
    margin-left: 240px;
}

.main-navigation .nav-menu>.nav-menu-bx>li {
    position: static;
    white-space: nowrap;
    margin: 0;
}

.main-navigation .nav-menu>.nav-menu-bx>li a {
    font-family: "GoldplayAlt-SemiBold";
    transition: 0.3s;
    font-size: 18px;
    color: #153441;
    line-height: 44px;
    padding: 0 20px;
    margin: 8px 0;
    text-decoration: none;
    display: block;
}

.mob-nav-arrow-vis {
    position: absolute;
    top: 0px;
    right: 20px;
    display: none;
}

.mob-nav-arrow-vis img {
    width: 32px;
    transition: all 400ms linear;
}

.main-navigation.top-tech-header .nav-menu>ul>li.open a .mob-nav-arrow-vis img {
    transform: rotate(180deg);
}

.main-navigation .dropdown-toggle::after {
    display: none;
}

.main-navigation .nav-menu>ul>li.active a,
.main-navigation .nav-menu>ul>li.open>a,
.main-navigation .nav-menu>ul>li>a:hover {
    background: #3ebdc6;
    border-radius: 33px;
    color: #fff;
}

.main-navigation.top-tech-header .nav-menu>ul>li a.active,
.main-navigation.top-tech-header .nav-menu>ul>li.active a,
.main-navigation.top-tech-header .nav-menu>ul>li.open>a,
.main-navigation.top-tech-header .nav-menu>ul>li>a:hover {
    background: #D7EAFD;
    border-radius: 25px;
    color: #2087F0
}

/*MegadropDown Css Start*/

.mega-dropdown-menu {
    position: fixed !important;
    background-color: transparent;
    top: auto !important;
    bottom: 90px !important;
    right: 0 !important;
    left: 0 !important;
    padding-bottom: 30px;
    transform: none !important;
    border: 0;
}

.main-navigation.top-tech-header .mega-dropdown-menu {
    left: 50% !important;
    right: auto !important;
    top: 60px !important;
    bottom: auto !important;
    padding-bottom: 0;
    margin-left: -650px;
}

.servicemenubx {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    width: 1300px;
}

.main-navigation.top-tech-header .servicemenubx {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    margin: auto;
    margin-top: 20px;
}

.servicemenubx .serviceConmenubx {
    padding: 15px 15px 30px 15px;
    border-radius: 20px;
    border: 1px solid #707070;
    background-color: #fff;
}

.servicemenubx .serviceConmenubx.trending_services {
    padding-bottom: 5px;
}

.mega-dropdown-menu .dropdown-menu-itmes {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mega-dropdown-menu .dropdown-menu-itmes li {
    margin-bottom: 10px;
}

.mega-dropdown-menu .serviceConmenubx.trending_services .dropdown-menu-itmes li {
    margin-bottom: 1px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a:hover,
.mega-dropdown-menu .dropdown-menu-itmes li a:active {
    background: #EBF3F9;
    border-radius: 8px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a:hover .ddp-icon,
.mega-dropdown-menu .dropdown-menu-itmes li a:active .ddp-icon {
    background: #fff;
}

.mega-dropdown-menu ul.dropdown-menu-itmes li a {
    font-family: 'Goldplay-Medium' !important;
    font-size: 15px !important;
    padding: 6px 10px !important;
    color: #153441;
    display: block;
    line-height: normal !important;
    margin: 0 !important;
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon {
    width: 38px;
    height: 38px;
    background: rgba(21, 52, 65, 0.7);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 13px;
    vertical-align: middle;
}

.mega-dropdown-menu .serviceConmenubx.trending_services .dropdown-menu-itmes li a .ddp-icon {
    width: 38px;
    height: 38px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon img {
    width: 20px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ecommerce {
    background: #ebf3f9;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.fleet_app,
.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trading_app {
    background-color: rgba(21, 52, 65, .1);
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.tutor {
    background-color: #ecf9fd;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.job_portal {
    background-color: #e0eefb;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span {
    width: 25px;
    height: 25px;
    background: url(https://www.techugo.com/new-assets/img/head-menu-service.png) no-repeat;
    background-size: 25px 825px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.joshcam span {
    width: 21px;
    height: 21px;
    background: url(https://www.techugo.com/new-assets/img/joshcam-logo.png) center center no-repeat;
    background-size: 21px 21px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.lifology span {
    width: 21px;
    height: 21px;
    background: url(https://www.techugo.com/new-assets/img/own-fort/lifology-lofo.png) center center no-repeat;
    background-size: 21px 21px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.milkbun span {
    width: 21px;
    height: 27px;
    background: url(https://www.techugo.com/new-assets/img/milkbun-logo.png) center center no-repeat;
    background-size: 21px 27px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.gyanfresh span {
    width: 21px;
    height: 21px;
    background: url(https://www.techugo.com/new-assets/img/gyanDairy-logo.png) center center no-repeat;
    background-size: 21px 21px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.sterkla span {
    width: 21px;
    height: 21px;
    background: url(https://www.techugo.com/new-assets/img/own-fort/sterkla-logo.png) center center no-repeat;
    background-size: 21px 21px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.byju span {
    width: 24px;
    height: 21px;
    background: url(https://www.techugo.com/new-assets/img/byju-think-learn.svg) center center no-repeat;
    background-size: 24px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.buyeazzy span {
    width: 21px;
    height: 21px;
    background: url(https://www.techugo.com/new-assets/img/be-logo.jpg) center center no-repeat;
    background-size: 21px 21px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.nikbakers span {
    width: 21px;
    height: 21px;
    background: url(https://www.techugo.com/new-assets/img/nik-bakers/nikbaker-logo.webp) center center/21px 13px no-repeat
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.truefan span {
    width: 21px;
    height: 21px;
    background: url(https://www.techugo.com/new-assets/img/true-fan-logo.png) center center/21px no-repeat
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.fleet_app,
.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trading_app {
    background-color: rgba(21, 52, 65, .1);
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution {
    background-color: transparent;
}

.mega-dropdown-menu .dropdown-menu-itmes li:hover a .ddp-icon.trending-solution {
    background-color: transparent;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.tutor,
.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.agtech {
    background-color: #ecf9fd;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.job_portal {
    background-color: #e0eefb;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span {
    width: 40px;
    height: 40px;
    background: url(https://www.techugo.com/new-assets/img/trending-solutions-nav.png) no-repeat;
    background-size: 40px 800px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.video_icon span {
    background: url(https://www.techugo.com/new-assets/img/video-editing-nav.png) center center no-repeat;
    background-size: 25px 19px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.video_streaming span {
    background: url(https://www.techugo.com/new-assets/img/nav-video-icon.png) center center no-repeat;
    background-size: 22px 22px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.yoga_app span {
    background: url(https://www.techugo.com/new-assets/img/yoga-app-nav.png) center center no-repeat;
    background-size: 22px 22px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.fleet_app span {
    background: url(https://www.techugo.com/new-assets/img/fleet-nav-icon.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trading_app span {
    background: url(https://www.techugo.com/new-assets/img/trading-icon.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.ewallet span {
    background: url(https://www.techugo.com/new-assets/img/ewallet-nav-icon.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.tutor span {
    background: url(https://www.techugo.com/new-assets/img/tutor-booking-nav.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.lawyer span {
    background: url(https://www.techugo.com/new-assets/img/lawyer-booking-nav.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.job_portal span {
    background: url(https://www.techugo.com/new-assets/img/job-portal-nav.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.franchise span {
    background: url(https://www.techugo.com/new-assets/img/franchise-nav.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.lifestyle span {
    background: url(https://www.techugo.com/new-assets/img/lifestyle-nav.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.agtech span {
    background: url(https://www.techugo.com/new-assets/img/agtech-nav.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.matrimonial span {
    background: url(https://www.techugo.com/new-assets/img/matrimonial-nav.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.marketplace span {
    background: url(https://www.techugo.com/new-assets/img/trending-marketplace-icon.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.automotive span {
    background: url(https://www.techugo.com/new-assets/img/trending-automative-icon.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.realestate span {
    background: url(https://www.techugo.com/new-assets/img/trending-real-estate-icon.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.influencer span {
    background: url(https://www.techugo.com/new-assets/img/influencer-nav.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.startup span {
    background: url(https://www.techugo.com/new-assets/img/startup-nav.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.aviation span {
    background: url(https://www.techugo.com/new-assets/img/aviation-nav.png) center center no-repeat;
    background-size: 18px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.homeservice {
    background-position: 0 0;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.grocery {
    background-position: 0 -40px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.salonapp {
    background-position: 0 -80px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.fitnessapp {
    background-position: 0 -120px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.musicapp {
    background-position: 0 -160px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.educationapp {
    background-position: 0 -200px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.milkapp {
    background-position: 0 -240px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.sportsbetting {
    background-position: 0 -280px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.newsapp {
    background-position: 0 -320px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.evcharging {
    background-position: 0 -360px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.doctorapp {
    background-position: 0 -400px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.medicinedel {
    background-position: 0 -440px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.datingapp {
    background-position: 0 -480px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.messaging {
    background-position: 0 -520px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.fantasy {
    background-position: 0 -560px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.laundry {
    background-position: 0 -600px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.courier {
    background-position: 0 -640px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.hotelapp {
    background-position: 0 -680px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.astrology {
    background-position: 0 -720px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon.trending-solution span.carwash {
    background-position: 0 -760px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.android {
    background-position: 0 0;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.ios {
    background-position: 0 -25px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.ionic {
    background-position: 0 -50px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.blockchain {
    background-position: 0 -75px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.uiux {
    background-position: 0 -100px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.php {
    background-position: 0 -125px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.testing {
    background-position: 0 -150px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.react {
    background-position: 0 -175px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.wearables {
    background-position: 0 -200px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.wearables {
    background-position: 0 -200px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.vrdev {
    background-position: 0 -225px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.ardev {
    background-position: 0 -250px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.iot {
    background-position: 0 -275px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.ai {
    background-position: 0 -300px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.chatboat {
    background-position: 0 -325px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.elearning {
    background-position: 0 -350px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.food-industry {
    background-position: 0 -375px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.travel {
    background-position: 0 -400px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.drones {
    background-position: 0 -425px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.ondimand {
    background-position: 0 -450px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.socialnet {
    background-position: 0 -475px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.fintech {
    background-position: 0 -500px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.escooty {
    background-position: 0 -525px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.healthcare {
    background-position: 0 -550px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.entertainment {
    background-position: 0 -575px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.sports {
    background-position: 0 -600px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.sports {
    background-position: 0 -600px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.ecommerce {
    background-position: 0 -625px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.flutter {
    background-position: 0 -650px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.kotlin {
    background-position: 0 -675px
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.cloudapp {
    background-position: 0 -700px
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.crossplateform {
    background-position: 0 -725px
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.ipaddev {
    background-position: 0 -750px
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.posdev {
    background-position: 0 -775px
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ddp-icon span.progressive {
    background-position: 0 -800px
}

.mega-dropdown-menu .dropdown-menu-itmes li a .enterapps.ddp-icon img {
    width: 13px;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .andicon {
    background: #EBF3F9;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .iosicon {
    background: #EEF1F2;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .icoicon {
    background: #EDF4FE;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .blkicon {
    background: #FFF0EE;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .uiuicon {
    background: #FFFBEC;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .phpicon {
    background: #F7FDFB;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .tesicon {
    background: #FFFDFC;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .weaicon {
    background: #FFFCEF;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .wrdicon {
    background: #F5EEE9;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .augicon {
    background: #EFF7FE;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .inticon {
    background: #F7FDFA;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .articon {
    background: #FFF0F2;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .chaicon {
    background: #FFF0F2;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .foodapps {
    background-color: rgba(255, 220, 72, 0.1);
}

.mega-dropdown-menu .dropdown-menu-itmes li a .reactapps {
    background-color: #EDFCFE;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .travelapps {
    background-color: #FFF0EE;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .droneapp {
    background-color: rgba(78, 143, 246, 0.1);
}

.mega-dropdown-menu .dropdown-menu-itmes li a .ondemandapp {
    background-color: rgba(234, 81, 55, 0.05);
}

.mega-dropdown-menu .dropdown-menu-itmes li a .socialnet {
    background-color: #EDFCFE;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .fintech {
    background-color: #FFFCEF;
}

.mega-dropdown-menu .dropdown-menu-itmes li a .escooterapps {
    background-color: rgba(78, 213, 152, 0.1);
}

.mega-dropdown-menu .dropdown-menu-itmes li a .enterapps {
    background-color: rgba(255, 180, 190, 0.2);
}

.mega-dropdown-menu .dropdown-menu-itmes li a .sportsapp {
    background-color: #FFFCEF;
}

/*MegadropDown Css End*/

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 10px;
    top: 20px;
    z-index: 10000;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    display: none;
}

.mobile-nav-toggle i {
    color: #124265;
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 10px 0;
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* display: none; */
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #124265;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #2487ce;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.menu-nav-overly {
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(10, 38, 58, 0.5);
    overflow: hidden;
    opacity: 0;
    transition: ease-in-out 0.5s;
}

.header-fix-tech-top+.menu-nav-overly {
    top: 68px;
    bottom: 0;
    opacity: 0;
    height: auto;
}

html.opennav .header-fix-tech-top+.menu-nav-overly {
    display: block;
    z-index: 95;
}

html.opennav .menu-nav-overly {
    display: block;
    z-index: 97;
    opacity: 1;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #124265;
}

#mobile-menu-btn {
    width: 28px;
    height: 20px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#mobile-menu-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #3ebdc6;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 5px;
}

#mobile-menu-btn span:nth-child(1) {
    top: 0px;
}

#mobile-menu-btn span:nth-child(2),
#mobile-menu-btn span:nth-child(3) {
    top: 10px;
}

#mobile-menu-btn span:nth-child(4) {
    top: 20px;
}

.mobile-nav-active #mobile-menu-btn span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.mobile-nav-active #mobile-menu-btn span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-nav-active #mobile-menu-btn span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-nav-active #mobile-menu-btn span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*--------------------------------------------------------------
# BANNER SECTION 
--------------------------------------------------------------*/

.main-wrapper {
    padding-top: 160px;
    padding-bottom: 130px;
    border-radius: 0 0 80px 80px;
    position: relative;
    z-index: 1;
    background: #fff url(../img/body-top-bg.png) no-repeat;
    background-size: contain;
}

.food-main {
    padding-top: 100px;
}

.curve-arrow-btn {
    font-family: "GoldplayAlt-SemiBold";
    background-color: #2087f0;
    border-radius: 33px;
    color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    line-height: 32px;
    padding: 17px 40px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.curve-arrow-btn:hover {
    color: #fff;
    background-color: #2caeb7;
}

.curve-arrow-btn img,
.foodbaeview .curve-arrow-btn svg {
    margin: 0 0 0 15px;
    transition: all 0.3s ease-in-out;
}

.owl-carousel.owf-slider .curve-arrow-btn img {
    width: 24px;
}

.curve-arrow-btn:hover img,
.foodbaeview .curve-arrow-btn:hover svg {
    transform: translate(5px, 0px);
}

/*Home page Banner Animations slider*/


/*--------------------------------------------------------------
# Testimonnial section 
--------------------------------------------------------------*/

.client-detials {
    display: flex;
    align-items: center;
    align-self: self-end;
}

.blog-itmes .client-detials .clint-pic {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-itmes .client-detials .clint-pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    -ms-object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.client-detials .about-client h4 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 24px;
    color: #0a0a0a;
}

.client-detials .about-client p {
    font-family: "GoldplayAlt-SemiBold";
    font-style: italic;
    font-size: 16px;
    color: #99999b;
    line-height: 22px;
    margin: 0;
}

/*--------------------------------------------------------------
# Get in touch section 
--------------------------------------------------------------*/

.getintouch-section .section-title {
    margin-bottom: 80px;
}

.input-effect {
    position: relative;
    margin-bottom: 36px;
    z-index: 1;
}

.contactpg .input-effect {
    margin-bottom: 36px;
}

.getintouch-section .section-title .mb-3 {
    margin-bottom: 0 !important;
}

.effect-16 {
    font-family: "Goldplay-Medium";
    width: 100%;
    border: 0;
    padding: 10px 0;
    color: #0a0a0a;
    border-bottom: 1px solid rgba(10, 10, 10, 0.3);
    outline: none;
    background-color: transparent;
    letter-spacing: 0.25px;
    font-size: 20px;
}

.effect-16~label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    font-size: 20px;
    color: #0a0a0a;
    transition: 0.3s;
    z-index: -1;
    font-weight: normal;
    letter-spacing: -0.3px;
}

label.error {
    bottom: -32px;
    top: auto !important;
    color: #ff0000 !important;
    letter-spacing: 0 !important;
    font-size: 15px !important;
}

span.error {
    color: #ff0000;
}

.rowcompd {
    padding-top: 20px;
    padding-bottom: 35px;
    margin-bottom: 0;
}

.fileuploadrw {
    position: relative;
    margin-bottom: 35px;
}

.fileuploadrw input[type="file"] {
    width: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0;
    border: 0;
    outline: none;
}

.effect-16:focus~.focus-border,
.has-content.effect-16~.focus-border {
    width: 100%;
    transition: 0.4s;
}

.effect-16:focus~label,
.has-content.effect-16~label {
    top: -16px;
    font-size: 15px;
    color: #3399FF;
    transition: 0.3s;
}

.fileuploadrw label {
    font-family: "Goldplay-Medium";
    width: 100%;
    border: 0;
    padding: 10px 0;
    font-size: 20px;
    color: #0a0a0a;
    border-bottom: 1px solid rgba(10, 10, 10, 0.3);
    outline: none;
    font-weight: normal;
    background-color: transparent;
    outline: none;
    letter-spacing: 0.25px;
}

.fileuploadrw label span {
    display: inline-block;
}

.fileuploadrw label:after {
    position: absolute;
    content: "";
    top: -10px;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../img/upload-icon.svg) center center no-repeat #2087f0;
    background-size: 17px;
}

.contact-details {
    margin-bottom: 80px;
}

.contact-details.gettouch {
    margin-bottom: 40px;
}

.contact-row-head {
    font-family: "Goldplay-Medium";
    font-size: 18px;
    opacity: 0.5;
    line-height: 23px;
    color: #0a0a0a;
    font-weight: normal;
}

.contact-details a {
    font-family: "GoldplayAlt-SemiBold";
    color: #153441;
    font-size: 28px;
    margin-bottom: 10px;
    display: inline-block;
}

.agreecheck input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.agreecheck label {
    line-height: 34px;
}

.agreecheck label {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    padding-left: 44px;
    line-height: 32px;
    color: rgba(10, 10, 10, 0.4);
    font-weight: normal;
}

.agreecheck label span {
    position: relative;
    top: -5px;
    display: inline-block;
    max-width: 80%;
}

.agreecheck label:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0a0a0a;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    width: 28px;
    height: 28px;
    border-radius: 8px;
    cursor: pointer;
}

.agreecheck input:checked+label:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 16px;
    width: 9px;
    height: 26px;
    border: solid #3ebdc6;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

.submitbtn {
    border: 0;
}

.robotbx {
    padding-top: 10px;
}

.captchtext {
    font-family: "GoldplayAlt-SemiBold" !important;
    font-size: 20px !important;
}

.flrtbtn {
    float: right;
}

.captchsec input {
    font-family: "GoldplayAlt-SemiBold";
    padding: 6px 12px !important;
    font-size: 18px;
    text-align: center;
    border-radius: 10px !important;
    outline: none !important;
    border: 1px solid rgba(10, 10, 10, 0.3) !important;
    box-shadow: none !important;
}

/*--------------------------------------------------------------
# Latest Insights section 
--------------------------------------------------------------*/
.latest-insight-section {
    background: #f8f9fb;
    padding: 60px 0;
}

.latest-insight-section .latest-insight-items {
    margin-bottom: 60px;
}

.latest-insight-slider {
    width: 64%;
    overflow: hidden;
    padding-right: 40px;
}

.latest-insight-items .latest-img-bx .latest-img img {
    width: 100% !important;
    height: auto;
}

.latest-insight-items .latest-img-bx,
.latest-insight-items .latest-double-img {
    max-width: 100%;
    position: relative;
}

.latest-insight-items .latest-double-img {
    width: 36%;
}

.dbviewrow {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 48%;
    overflow: hidden;
    border-radius: 20px;
}

.dbviewrow1 {
    position: absolute !important;
    top: 52%;
    left: 0;
    width: 100%;
    height: 48%;
    border-radius: 20px;
    overflow: hidden;
}

.dbviewrow .latest-img,
.dbviewrow1 .latest-img {
    border-radius: 0px;
}

.noneblg {
    display: none;
}

.latest-insight-items .latest-img-bx .latest-img {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.latest-insight-items .latest-img-bx .latest-img:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    /* background: url(../img/latest-img-1.svg) no-repeat; */
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.20772058823529416) 39%, rgba(0, 0, 0, 0) 79%);
    top: 0;
}

.latest-img-bx .Insights-content {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 40px;
}

.play-btn.mobile-paly-btn {
    display: none;
}

.play-btn .btn-circle-bx {
    display: inline-block;
    position: relative;
}

.play-btn span {
    width: 138px;
    height: 138px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(30px);
    display: inline-block;
    border-radius: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.3);
}

.play-btn i {
    position: absolute;
    left: 53%;
    top: 48%;
    transform: translate(-50%, -50%);
    font-size: 45px;
}

.latest-img-bx .Insights-content h5 {
    border-radius: 10px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 12px 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 18px;
}

.latest-img-bx .Insights-content h3 {
    font-family: "GoldplayAlt-Medium";
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}

.latest-double-img .Insights-content {
    padding: 30px;
}

.latest-double-img .Insights-content h5 {
    font-size: 13px;
    padding: 6px 8px;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.3);
}

.latest-double-img .Insights-content h3 {
    font-size: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

.latest-double-img .Insights-content p {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 17px;
    margin-bottom: 0;
}

.flrt {
    float: right;
}

.know-more-section .section-title h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 60px;
}

/*--------------------------------------------------------------
# Get in touch page 
--------------------------------------------------------------*/

.getintouch-section-page .getintouch-content-bx {
    background: #fff;
    padding: 70px 50px 70px 50px;
    box-shadow: 0px 3px 86px #00000012;
    border-radius: 20px;
}

.getintouch-section-page .gcb-right {
    padding-left: 5%;
}

.getintouch-section-page .fpSlider-bx {
    background: #3ebdc6;
    box-shadow: 0px 3px 86px #00000012;
    border-radius: 30px;
    padding: 40px 40px 90px 40px;
    max-width: 640px;
    position: absolute;
    bottom: -160px;
    z-index: 1;
    left: 60px;
}

.getintouch-section-page .client-detials .about-client h4,
.getintouch-section-page .client-detials .about-client p {
    color: #fff;
}

.getintouch-section-page .fpSlider-bx .fpSlider .testimonial-bx .testConl {
    height: 360px;
    overflow: hidden;
}

.getintouch-section-page .fpSlider-bx .fpSlider .testimonial-bx p {
    color: #fff;
    max-width: 100%;
}

.getintouch-section-page .fpSlider-bx .quate-icons {
    display: none;
}

.getintouch-section-page .agreecheck {
    margin-bottom: 15px;
    padding-top: 15px;
}

.getintouch-section-page .small-arrow-buttons .arrow-button {
    border-color: #78d1d7;
}

.getintouch-section-page .small-arrow-buttons .arrow-button:hover {
    border-color: #ffffff;
}

.getintouch-section-page .right-small-arr span {
    background: url("../img/s-a-w-right.png") no-repeat;
    background-position: -20px 0;
}

.getintouch-section-page .left-small-arr span {
    background: url("../img/s-a-w-left.png") no-repeat;
    background-position: 4px 0;
}


/*--------------------------------------------------------------
# Latest Insight 
--------------------------------------------------------------*/
.main-shadow-bx {
    position: relative;
    padding: 40px 40px 80px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 3px 86px #00000012;
}

.main-shadow-bx.blog-details {
    padding-bottom: 10px;
}

.relatedpostlisting {
    padding-top: 60px;
}

.relatedpostlisting .latest-img-bx .Insights-content {
    position: static;
    bottom: auto;
    padding: 20px 0;
}

.blog-header {
    border-bottom: 1px solid rgba(21, 52, 65, 0.2);
    padding: 20px 30px;
}

.tabs {
    list-style: none;
    background: none !important;
    display: inline-block;
    position: relative;
    margin-top: 0;
}

.tabs a {
    text-decoration: none;
    padding: 0px 20px;
    position: relative;
    z-index: 2;
    display: inline-block;
    transition-duration: 0.6s;
    font-size: 20px;
    text-decoration: none;
    font-family: "GoldplayAlt-SemiBold";
    color: rgba(21, 51, 65, 0.8);
    letter-spacing: -0.22px;
    border-radius: 23px;
}

.tabs a:hover {
    color: rgba(21, 51, 65, 0.8);
    text-decoration: none;
}

.owl-carousel.blogcategory .owl-nav button.owl-prev,
.owl-carousel.blogcategory .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid #b8c2c5;
    display: inline-block;
    border-radius: 40px;
    line-height: 1px;
    font-size: 36px;
    color: #b8c2c6;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.owl-carousel.blogcategory .owl-nav button.owl-prev {
    left: -30px;
}

.owl-carousel.blogcategory .owl-nav button.owl-next {
    right: -50px;
}

.owl-carousel.blogcategory .owl-nav button:hover {
    background: #153441;
    border-color: #153441;
    color: #fff;
}

.tabs a img,
.tabs a i {
    display: inline;
    max-height: 13px;
    margin-right: 5px;
}

.tabs a.active {
    color: #fff;
}

.tabs .selector {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    border-radius: 50px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: #3ebdc6;
}

.tab-body>section {
    background-color: white;
    padding-top: 80px;
    display: none;
}

.tab-body>section:first-child {
    display: block;
}

/*search box*/
.head-searchbx {
    text-align: right;
    padding-left: 20px;
}

.head-searchbx .has-search {
    margin-bottom: 0 !important;
    position: relative;
    padding-left: 10%;
}

.frequently-asked-bx .head-searchbx .has-search,
.frequently-asked-bx .head-searchbx {
    padding-left: 0;
}

.is-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 60px;
    height: 56px;
    line-height: 46px;
    text-align: center;
    top: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.head-searchbx .form-control {
    width: 100%;
    height: 56px;
    background: #ffffff;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 12px;
    font-size: 20px;
    border: 0;
    padding-left: 60px;
    letter-spacing: -0.2px;
    color: #153441;
    font-family: "GoldplayAlt-Medium";
}

.head-searchbx .form-control:focus,
.head-searchbx .form-control:active {
    box-shadow: 0px 0px 12px #3ebdc65e;
    border: 1px solid #3ebdc6;
}

.head-searchbx .form-control:focus+.is-icon {
    transform: scale(0.7);
}

.head-searchbx .form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #153441;
}

.head-searchbx .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #153441;
    opacity: 1;
}

.head-searchbx .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #153441;
    opacity: 1;
}

.head-searchbx .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #153441;
}

.head-searchbx .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #153441;
}

.head-searchbx .form-control::placeholder {
    /* Most modern browsers support this now. */
    color: #153441;
}

.close-icon {
    position: absolute;
    z-index: 2;
    background: url("../img/search-cross-icon.svg") no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #646464;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    border: 0;
}

.blog-content-section table {
    overflow-x: auto;
}


.head-searchbx input:not(:valid)~.close-icon {
    display: none;
}

.blog-itmes {
    padding: 0 30px;
}

.relatedpostlisting .blog-itmes {
    padding: 0;
}

.blog-itmes .latest-insight-items .latest-img-bx {
    margin-bottom: 80px;
}

.blog-itmes .latest-insight-items .row .col-sm-6:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
}

.blog-itmes .latest-insight-items .row .col-sm-6:nth-child(1) .latest-img-bx .latest-img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 15px);
}

.blog-itmes .latest-insight-items .row .col-sm-6:nth-child(1) .Insights-content {
    padding-left: 30px;
    padding-top: 10px;
}

.blog-itmes .latest-insight-items .row {
    justify-content: space-between;
}

.blog-itmes .latest-img-bx.blog-item-row {
    display: flex;
    flex: 1;
}

.blog-itmes .latest-insight-items .row .col-sm-6:nth-child(1) .latest-img-bx {
    margin-bottom: 60px;
}

.blog-itmes .latest-img-bx .latest-img:after {
    display: none !important;
}

.blog-itmes .latest-img-bx .Insights-content {
    position: static;
    padding: 0;
}

.latest-img-bx.blog-item-column .Insights-content {
    padding: 20px 0;
}

.blog-itmes .Insights-content h5,
.datebxv {
    background: rgba(62, 189, 198, 0.1);
    color: #3ebdc6;
    font-size: 16px;
    line-height: 21px;
}

.datebxv {
    padding: 12px 10px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.blog-itmes .Insights-content h3 {
    font-family: "GoldplayAlt-SemiBold";
    color: #153441;
    font-size: 24px;
    line-height: 36px;
    min-height: 70px;
    margin-bottom: 10px;
}

.blog-itmes .Insights-content h3 a {
    color: #153441;
    text-decoration: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.blog-itmes .Insights-content h3 a:hover {
    color: #3ebdc6;
}

.blog-itmes .Insights-content p {
    font-family: "Goldplay-Medium";
    font-size: 20px;
    color: #153441;
    line-height: 32px;
}

.blog-itmes .client-detials {
    border-top: 1px solid rgba(21, 52, 65, 0.2);
    margin: 40px 0 0 0;
    padding: 20px 0 0 0;
}

.main-shadow-bx.blog-details .blog-itmes .client-detials {
    border: 0;
    margin: 0;
    padding: 10px 0 0 0;
}

.dividehead {
    margin-top: 20px;
    border-bottom: 1px solid rgba(21, 52, 65, 0.2);
}

.sociallinkblog {
    padding-top: 10px;
    text-align: right;
}

.sociallinkblog a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.sociallinkblog a:last-child {
    margin-right: 0;
}

.sociallinkblog a img {
    width: 26px;
}

.blog-itmes .about-client {
    margin-left: 10px;
}

.blog-itmes .client-detials .about-client h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}

.blogdetailsConSection {
    padding: 40px 0 20px 0;
}

#ez-toc-container {
    width: 100%;
    border: 0;
    padding: 0px 10px 10px 10px !important;
    background-color: transparent;
}

.ez-toc-title-toggle {
    display: none !important;
}

.ez-toc-title-container {
    padding-bottom: 20px;
}

div#ez-toc-container nav {
    max-height: 640px;
    overflow: hidden;
    overflow-y: auto;
}

#ez-toc-container .ez-toc-title {
    font-family: "GoldplayAlt-SemiBold" !important;
    font-size: 18px;
    border-bottom: 1px solid #aaa;
}

#ez-toc-container a {
    font-family: "GoldplayAlt-SemiBold" !important;
    color: #007bff;
}

div#ez-toc-container ul li ul li a {
    font-family: "GoldplayAlt-Medium" !important;
}

div#ez-toc-container ul li ul li:first-child {
    margin-top: 10px;
}

#ez-toc-container ul li {
    margin-bottom: 10px;
}

.ez-toc-list-level-4 {
    margin-left: 0;
}

#ez-toc-container>ul {
    margin-left: 0 !important;
}

.ez-toc-counter nav ul li a::before {
    display: none !important;
}

.blogdetailsConSection table {
    margin-top: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}

.blogdetailsConSection tr td {
    padding: 10px;
    border: 1px solid #ccc;
}

.blogdetban {
    margin-top: 40px;
    border-radius: 12px;
    overflow: hidden;
}

.blogdetban img {
    width: 100%;
    height: auto;
}

.blogdetailsConSection p {
    color: #153441;
}

.blogdetailsConSection p strong {
    font-family: "GoldplayAlt-SemiBold";
    font-weight: normal;
}

.blogdetailsConSection p img,
.blogdetailsConSection img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.main-shadow-bx.blog-details h1 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 32px !important;
    font-weight: 600;
}

.main-shadow-bx.blog-details h2 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 28px !important;
    font-weight: 600;
}

.blogdetailsConSection h3 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 24px !important;
    padding-top: 20px;
}

.blogdetailsConSection ul li {
    font-size: 20px;
    line-height: 36px;
    color: #153441;
    margin-bottom: 20px;
}

.blogdetailsConSection h4 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 20px !important;
    padding-top: 20px;
}

.main-shadow-bx.blog-details h5 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 18px !important;
    font-weight: 600;
}

.keywordsrow {
    margin: 20px 0;
}

.keywordsrow ul {
    margin: 0;
    padding: 0;
}

.keywordsrow ul li {
    float: left;
    list-style: none;
}

.keywordsrow ul li a,
.keywordsrow a {
    font-family: "GoldplayAlt-Medium";
    padding: 12px 20px;
    color: #153441;
    display: block;
    margin: 0 8px;
    border-radius: 12px;
    margin-bottom: 16px;
    background-color: #F8F9FB;
}

.keywordsrow a {
    display: inline-block;
}

.keywordsrow ul li:first-child a,
.keywordsrow a:first-child {
    margin-left: 0;
}

/*Newsletter section*/
.newsletter-section {
    background: #f8f9fb;
    margin-top: 100px;
    padding: 35px 0;
}

.newsletter-bx .newsBx-left {
    padding-right: 6%;
}

.newsletter-bx .newsBx-left h3 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 27px;
    line-height: 40px;
    margin: 0 0 50px 0;
}

.newsletter-bx .input-field {
    position: relative;
    max-width: 600px;
    width: 100%;
}

.newsletter-bx label {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    color: rgba(21, 52, 65, 0.3);
    transition: 0.2s all;
    cursor: text;
    font-size: 22px;
}

.newsletter-bx input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 10px;
    border-bottom: 1px solid #153441;
    box-shadow: none;
    background: transparent;
}

.newsletter-bx input:invalid {
    outline: 0;
}

.newsletter-bx input:focus,
.newsletter-bx input:valid {
    border-color: #3ebdc6;
}

.newsletter-bx input:focus~label,
.newsletter-bx input:valid~label {
    font-size: 16px;
    top: -24px;
    color: #3ebdc6;
}

.newsBx-right img {
    margin-top: -90px;
}

.newsletter-api-form-theme2 .form-control {
    font-family: "GoldplayAlt-Medium" !important;
    border-radius: 0 !important;
    outline: 0 !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #153441 !important;
    background-color: transparent !important;
    height: auto !important;
    line-height: normal !important;
    font-weight: normal !important;
}

.newsletter-api-form-theme2 .form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.newsletter-api-form-theme2 .btn {
    font-family: "GoldplayAlt-Medium" !important;
    padding: 12px 0;
    height: auto !important;
    border-radius: 12px !important;
    line-height: normal !important;
    background-color: #3ebdc6 !important;
    font-weight: normal !important;
}


/*--------------------------------------------------------------
# Footer section 
--------------------------------------------------------------*/

.footer-section {
    background: #2087f0;
    padding: 115px 0 40px;
    margin-top: -60px;
    position: relative;
    z-index: 0;
}

.footer-section h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 26px;
    font-family: "GoldplayAlt-SemiBold";
}

.footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section ul li {
    margin: 0 0 20px 0;
}

.footer-section ul li a {
    font-size: 18px;
    color: #fff;
    font-family: "Goldplay-Medium";
}

.footer-address {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-address .address-bx {
    width: 40%;
    margin: 0 10% 30px 0;
}

.wrap-text {
    white-space: nowrap;
    overflow: hidden;
}

.address-bx .add-heding {
    font-size: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
    margin: 0 0 10px 0;
    font-family: "GoldplayAlt-SemiBold";
}

.address-bx .add-heding:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 2px;
}

.address-bx p {
    font-family: "Goldplay-Medium";
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    margin: 0;
}

.footer-section .footer-btm {
    border-top: 1px solid #fff;
    padding: 40px 0 0;
    margin: 15px 0 0 0;
}

.footer-section .footer-btm p {
    margin: 0;
    color: #fff;
    font-family: "Goldplay-Medium";
    font-size: 20px;
}

.footer-section .footer-btm .ft-logo a {
    color: #fff;
    display: inline-block;
}

.hiddenmenudesktop {
    display: none;
}

.commpd {
    padding-left: 130px;
    padding-right: 130px;
}

/*Drone Platform End Here*/

.submitdetailsrw {
    text-align: center;
}

.submitdetailsrw a {
    display: inline-block;
}

.giudelinks {
    text-align: right;
}

.giudelinks h4 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 20px;
    color: #fff;
}

.giudelinks a {
    position: relative;
    color: #fff;
    display: inline-block;
    z-index: 100;
}

/*Sitemap End Here*/

/*loader Start Here*/
.techloaderCntr {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: rgba(255, 255, 255, 0.8);
}

.techlds-hourglass {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
}

.techlds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #3ebdc6;
    border-color: #3ebdc6 transparent #3ebdc6 transparent;
    animation: techlds-hourglass 1.2s infinite;
}

@keyframes techlds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

/*loader End Here*/

.contactpgview {
    display: none;
}

.alignnumrw sup {
    top: auto;
}

.video-modal-dialog.elearning .modal-body {
    padding: 40px 30px;
}

.video-modal-dialog.elearning .modal-dialog {
    max-width: 900px;
}

.video-modal-dialog.elearning .modal-content {
    border-radius: 20px;
}

.appviewwrap {
    margin: 0;
}

.video-modal-dialog.elearning .modal-dialog .close {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 10px;
    right: 10px;
    color: #153441;
    background-color: #EBF3F9;
    border-radius: 50%;
    opacity: 1 !important;
    z-index: 1;
}

.video-modal-dialog.elearning .modal-dialog .close .fa {
    font-size: 16px;
    line-height: 32px;
}

.gettouchheading {
    font-family: GoldplayAlt-SemiBold;
    font-size: 24px;
}

.fillemailrw {
    margin-left: 80px;
    margin-top: 15px;
    display: flex;
    border-bottom: 1px solid #dadada;
}

.emailfillinput {
    width: calc(100% - 100px);
}

.emailfillinput .form-control {
    padding: 10px 0;
    height: auto;
    border: 0;
}

.emailfillinput input:focus {
    box-shadow: none;
}

@media (max-width: 767px) {
    .video-modal-dialog.elearning .modal-body {
        padding: 40px 20px;
    }
}

.loaderCntr {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 10px;
    height: 100%;
    z-index: 99998;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}

.lds-hourglass {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #0056b3;
    border-color: #0056b3 transparent #0056b3 transparent;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

/*Elearning Form On Load Start Here*/
.video-modal-dialog.elearning .modal-dialog {
    max-width: 1300px;
}

.video-modal-dialog.elearning .modal-body {
    padding: 10px;
}

.video-modal-dialog.elearning .modal-content {
    border-radius: 20px;
}

.appviewwrap {
    margin: 0;
}

.appslidescbx {
    position: relative;
    height: 100%;
    margin-right: 60px;
    overflow: hidden;
}

.owl-carousel.learningapps,
.owl-stage-outer,
.owl-carousel.learningapps .owl-stage,
.owl-carousel.learningapps .owl-item,
.owl-carousel.learningapps .item {
    height: 100%;
}

.appslidescbx .browzlyApp,
.appslidescbx .sterklaAppbx,
.appslidescbx .lifologyAppbx,
.appslidescbx .gymnestAppbx,
.appslidescbx .choicemonkAppbx,
.appslidescbx .theaAppbx,
.appslidescbx .truefanAppbx,
.appslidescbx .whitehatjunAppbx,
.appslidescbx .buyeazzyAppbx {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    height: 100%;
}

.appslidescbx .browzlyApp.browzly {
    background-color: #F9E978;
}

.appslidescbx .browzlyApp.milkbun {
    background-color: #EB9C97;
}

.appslidescbx .sterklaAppbx.sterkla {
    background-color: #1F4067;
}

.appslidescbx .pmuAppbx.pmu {
    background-color: #EF6E21;
}

.appslidescbx .lifologyAppbx.lifology {
    background-color: #1F1A20;
}

.appslidescbx .gymnestAppbx.gymnest {
    background-color: #292828;
}

.appslidescbx .choicemonkAppbx.choicemonk {
    background-color: #36A993;
}

.appslidescbx .theaAppbx.theacares {
    background-color: #FFF5ED;
}

.appslidescbx .truefanAppbx.truefanbg {
    background-color: #18175B;
}

.appslidescbx .whitehatjunAppbx.whitehatjunbg {
    background-color: #c89cc6;
}

.appslidescbx .buyeazzyAppbx.buyeazzybg {
    background-color: #F2F2F2;
}

.appslidescbx .owl-carousel.learningapps .browzlyApp img,
.appslidescbx .owl-carousel.learningapps .sterklaAppbx img,
.appslidescbx .owl-carousel.learningapps .pmuAppbx img,
.appslidescbx .owl-carousel.learningapps .gymnestAppbx img,
.appslidescbx .owl-carousel.learningapps .choicemonk img,
.appslidescbx .owl-carousel.learningapps .theaAppbx img,
.appslidescbx .owl-carousel.learningapps .buyeazzyAppbx img {
    width: 380px;
    height: auto;
    display: inline-block;
}

.appslidescbx .lifologyAppbx img,
.appslidescbx .truefanAppbx img {
    width: 440px;
    height: auto;
    display: inline-block;
}

.appslidescbx .whitehatjunAppbx {
    overflow: hidden;
    background: url(https://www.techugo.com/new-assets/img/whitehat-junior.webp) no-repeat #c89cc6;
    background-size: cover;
}

.contact-form.elearingform {
    padding: 20px 100px 30px 0px;
}

.contact-form.elearingform h3 {
    font-family: "GoldplayAlt-SemiBold";
    color: #153441;
    font-size: 32px;
    margin-bottom: 20px;
}

.contact-form.elearingform .effect-16,
.contact-form.elearingform .fileuploadrw label {
    font-size: 16px;
}

.contact-form.elearingform .input-effect,
.contact-form.elearingform .fileuploadrw {
    margin-bottom: 28px;
}

.contact-form.elearingform .fileuploadrw label:after {
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -20px;
    background-size: 10px;
}

.contact-form.elearingform .effect-16~label {
    font-size: 15px;
}

.contact-form.elearingform .effect-16:focus~label {
    top: -8px;
}

.contact-form.elearingform .agreecheck label {
    font-size: 14px;
    line-height: 20px;
}

.appContentbx {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}

.appContentbx h4 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 16px;
}

.appContentbx h3 {
    font-size: 14px;
    line-height: 18px;
}

.appContentbx h3 span {
    font-family: "GoldplayAlt-SemiBold";
}

.appknowmore {
    margin-top: 35px;
}

.appknowmore img {
    display: inline-block !important;
}

.appknowmore a {
    color: #3EBDC6;
    display: inline-block;
}

.appknowmore img {
    width: 20px !important;
    vertical-align: top;
    margin-top: 3px;
    transition: all .3s ease-in-out;
}

.appknowmore a:hover img {
    transform: translate(5px, 0);
}

.video-modal-dialog.elearning .modal-dialog .close {
    width: 34px;
    height: 34px;
    top: 20px;
    right: 20px;
    color: #153441;
    background-color: #EBF3F9;
}

.video-modal-dialog.elearning .modal-dialog .close .fa {
    font-size: 16px;
    line-height: 32px;
}

.owl-carousel.learningapps .owl-nav {
    position: absolute;
    right: 35px;
    bottom: 35px;
}

.owl-carousel.learningapps .owl-nav button.owl-next,
.owl-carousel.learningapps .owl-nav button.owl-prev {
    width: 36px;
    height: 36px;
    border: 1px solid #b8c2c5;
    display: inline-block;
    border-radius: 40px;
    line-height: 1px;
    font-size: 36px;
    color: #b8c2c6;
    overflow: hidden;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.owl-carousel.learningapps .owl-nav button.owl-next span,
.owl-carousel.learningapps .owl-nav button.owl-prev span {
    background: url(../img/small-arrow-left.png) no-repeat;
    width: 20px;
    content: "";
    height: 10px;
    display: inline-block;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
    background-size: 40px 14px;
    text-indent: -9999px;
}

.owl-carousel.learningapps .owl-nav button.owl-prev span {
    background-position: 0 0;
    margin-top: 6px;
}

.owl-carousel.learningapps .owl-nav button.owl-next span {
    background: url("../img/small-arrow-right.png") no-repeat;
    background-size: 40px 14px;
    background-position: -22px 0;
    margin-top: 6px;
}

.owl-carousel.learningapps .owl-nav button.owl-next:hover,
.owl-carousel.learningapps .owl-nav button.owl-prev:hover {
    border-color: #153441;
}

.owl-carousel.learningapps .owl-nav button.owl-prev:hover span {
    background-position: -22px 0px;
}

.owl-carousel.learningapps .owl-nav button.owl-next:hover span {
    background-position: 2px 0px;
}

.elear_app_logo {
    position: absolute;
    top: 40px;
    left: 35px;
}

.milkbunlog {
    position: absolute;
    top: 30px;
    left: 35px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #fff;
}

.milkbunlog img {
    width: 45px !important;
}

.sterklalogowtbx {
    position: absolute;
    top: 30px;
    left: 35px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #fff;
}

.sterklalogowtbx img {
    width: 60px !important;
    height: auto;
}

.elear_app_logo.theacare {
    top: 20px;
    left: 30px;
}

.health_app_logo {
    position: absolute;
    top: 16px;
    left: 35px;
}

.elear_app_logo.theacare {
    top: 15px;
}

.elear_app_logo.theacare img.thealogo {
    width: 60px !important;
}

.health_app_logo img.hvlogo {
    width: 100px !important;
}

.elear_app_logo img.browzlyloog,
.elear_app_logo img.pmulogo {
    width: 80px !important;
}

.elear_app_logo img.gymnest {
    width: 60px !important;
}

.elear_app_logo .lifologylogobx {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elear_app_logo .lifologylogobx img.lifo {
    width: 50px !important;
}

.submitfrow {
    position: relative;
}

.submitfrow .ortxt {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #0A0A0A;
    opacity: 0.4;
    font-size: 16px;
    margin-left: 40px;
    transform: translate(-50%, -50%);
}

.submitfrow .connectcall {
    float: right;
    text-align: right;
    margin-top: 2px;
}

.submitfrow .connectcall .connect_icon {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: #EBF7F6;
    display: inline-block;
    margin-left: 10px;
}

.submitfrow .connectcall .connect_icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
}

.submitfrow .connectcall .connect_icon svg path.phonecall {
    fill: #218AFF;
}

.submitfrow .connectcall .connect_icon svg path.whatsApp {
    fill: #5FD9A2;
}

.submitfrow .curve-arrow-btn {
    padding: 11px 36px;
}

#getTouchElearning .success_msg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    text-align: center;
    transform: translate(-50%, 50%);
}

#getTouchElearning .success_msg .thankstext {
    font-size: 26px;
    color: #4ed598;
}

.show99res {
    display: none;
}

.scrolluparrow {
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    left: 15px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    background-color: #4ed598;
}

.scrolluparrow .arrowmoves {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 30px;
    transform: translate(-50%, -50%);
}

.scrolluparrow:hover {
    cursor: pointer;
    background-color: #0072c0;
}

.scrolluparrow.show {
    opacity: 1;
    visibility: visible;
}

/*Elearning Form On Load End Here*/



#subscribebtn {
    font-family: "GoldplayAlt-Medium" !important;
    padding: 12px 0;
    height: auto !important;
    border-radius: 12px !important;
    line-height: normal !important;
    background-color: #3ebdc6 !important;
    font-weight: normal !important;

    background-color: #0083CB !important;
    color: #fff;
    background: #0083cb none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    text-align: center;
    width: 20%;
    margin-top: 15px;
}

.newsletter-bx input {
    width: 50%;
    border: 0;
    outline: 0;
    padding: 10px;
    border-bottom: 1px solid #153441;
    box-shadow: none;
    background: transparent;
}

#subscribe_email-error,
#subsuccess-msg {
    width: 100%;
    float: left;
}

.countryflexitem {
    display: flex;
    align-items: center;
}

.trending-desktop-menu-n {
    display: none;
}

.dev-country-appwrap {
    position: relative;
    margin-left: 15px;
}

.trending-nav-toggle {
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

#mobile-menu-btn {
    display: block;
}

.trending-nav-toggle #mobile-menu-btn {
    margin-top: 2px;
}

.trending-nav-toggle #mobile-menu-btn span {
    background: #000;
}

.trending-nav-toggle #mobile-menu-btn span:nth-child(2),
.trending-nav-toggle #mobile-menu-btn span:nth-child(3) {
    top: 8px;
}

.trending-nav-toggle #mobile-menu-btn span:nth-child(4) {
    top: 16px;
}

.trending-header-navigation-view {
    position: fixed;
    right: 0;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: #4E677F;
    z-index: 100;
}

.trending-funding-screen {
    position: absolute;
    top: 60px;
    right: 60px;
}

.trending-funding-sm-screen {
    position: absolute;
    top: 80px;
    left: 32%;
}

html.trending-scroll {
    overflow: hidden;
}

.headvis-nav-mobile {
    display: none;
}

.trending-funding-screen img,
.trending-funding-sm-screen img {
    max-width: 100%;
}

.trending-header-navigation-view .main-navigation {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: initial;
}

.trending-header-navigation-view .main-navigation .nav-menu {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    display: block !important;
    margin-top: 20px;
}

.trending-header-navigation-view .servicemenubx {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    width: auto;
}

.trending-header-navigation-view .mega-dropdown-menu {
    position: static !important;
    background-color: transparent;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    padding-bottom: 0;
    transform: none !important;
    float: none !important;
    display: block !important;
}

.tren-col-28w {
    -ms-flex: 0 0 28%;
    flex: 28%;
    max-width: 28%;
}

.tren-col-72w {
    -ms-flex: 0 0 72%;
    flex: 72%;
    max-width: 72%;
}

.cross-trend-btn {
    position: absolute;
    width: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.trending-header-navigation-view-content {
    position: relative;
    padding: 20px;
    max-width: 1920px;
    margin: auto;
}

.trending-header-navigation-view-content .trend-head-t {
    font-size: 27px;
    color: #fff;
}

.tren-col-28w {
    -ms-flex: 0 0 28%;
    flex: 28%;
    max-width: 28%;
}

.tren-col-72w {
    -ms-flex: 0 0 72%;
    flex: 72%;
    max-width: 72%;
}

.trending-slide-left-p {
    position: relative;
    padding: 20px;
    padding-top: 10px;
    margin-top: 25px;
    border-radius: 24px;
    min-height: 500px;
    height: calc(100% - 25px);
    background-color: rgba(255, 255, 255, 0.11);
}

.trending-slide-left-p ul {
    margin: 0;
    padding: 0;
    display: block;
}

.trending-slide-left-p ul li {
    list-style: none;
}

.trending-slide-left-p ul li a {
    font-size: 19px;
    color: #fff;
    padding: 12px 0;
    display: block;
    border-radius: 0 !important;
    transition: all 400ms linear;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.trending-slide-left-p .nav-pills .nav-link.active,
.trending-slide-left-p .nav-pills .show>.nav-link {
    color: #00FBFF;
    background-color: transparent;
}

.trending-slide-left-p ul li:hover a {
    color: #00FBFF;
}

.trending-slide-left-p ul li a .novisimg {
    margin-bottom: 10px;
    display: none;
}

.trending-slide-left-p ul li:first-child a.active .novisimg {
    display: block;
}

.trending-slide-left-p ul li:first-child a.active .novisimg img {
    height: 70px;
}

.trending-slide-left-p ul li a img.visarrow {
    opacity: 0;
    transition: all 400ms linear;
}

.trending-slide-left-p ul li a.active img.visarrow,
.trending-slide-left-p ul li:hover a img.visarrow {
    opacity: 1;
    display: inline-block;
}

.trending-slide-left-p ul li a.active {
    color: #00FBFF;
}

.trend-connect-instantly {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px;
    border-radius: 29px;
    background-color: #fff;
}

.trend-connect-instantly img.ins {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 160px;
}

.trend-connect-instantly a {
    margin-top: 20px;
}

.trend-connect-instantly h4 {
    font-size: 16px;
    color: #4E677F;
    padding-bottom: 15px;
}

.trend-connect-instantly h3 {
    font-family: GoldplayAlt-SemiBold;
    font-size: 24px;
    color: #132A40;
}

.trend-connect-instantly h3 span {
    color: #25BE79;
}

.trend-connect-instantly .instantlyv {
    margin-top: 20px;
}

.trend-connect-instantly .instantlyv img {
    width: 240px;
}

.dev-country-appwrap img {
    margin-left: 5px;
    width: 22px;
    vertical-align: top;
    margin-top: 8px;
    transition: all 400ms linear;
}

.dev-country-appwrap .closedata {
    display: none;
}

.countryflexitem.active .slideCountarrow {
    display: none;
}

.countryflexitem.active .dev-country-appwrap .closedata {
    display: inline-block;
    margin-top: 4px;
    cursor: pointer;
}

.dev-country-app {
    width: 28px;
    height: 28px;
    background: url("https://www.techugo.com/new-assets/img/flag/globe.webp") no-repeat;
    background-size: 28px 28px;
    display: inline-block;
}

.dev-country-appwrap .country-apps {
    width: 220px;
    position: absolute;
    top: 45px;
    right: 0px;
    background-color: #fff;
    display: none;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px
}

.dev-country-appwrap .country-apps-row {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.dev-country-appwrap .country-apps-row a {
    font-size: 17px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 15px;
}

.dev-country-appwrap .country-apps-row img {
    border-radius: 50%;
    margin: 0;
    height: 25px;
    width: 25px;
    object-fit: cover;
}

.slideCountarrow {
    cursor: pointer;
}

.ai-show-mobile {
    display: none;
}

.letstalkSlideboxwrap {
    position: absolute;
    top: 0;
    left: auto;
    right: 375px;
    bottom: auto;
    z-index: 100;
}

.header-fix-tech-top .letstalkSlideboxwrap {
    right: 398px;
}

.letstalkSlidebox {
    font-family: GoldplayAlt-SemiBold;
    font-size: 16px;
    color: #4B4B4B;
    border-radius: 30px;
    box-shadow: none;
    background-color: #DCE9EE;
    padding: 0 20px;
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    display: flex;
    align-content: center;
    justify-content: center;
    transition: all 400ms linear;
}

.letstalkSlidebox:hover {
    color: #fff;
    background-color: #153441;
}

.mega-dropdown-menu.ai-slidebx {
    top: 80px !important;
    bottom: auto !important;
    right: 0 !important;
    left: 0 !important;
}

.mega-dropdown-menu.ai-slidebx .overlay-ai-view {
    position: absolute;
    left: 0;
    top: -15px;
    right: 0;
    bottom: -60px;
    background: rgba(10, 38, 58, .5);
    z-index: -1;
}

.mega-dropdown-menu.ai-slidebx .servicemenubx {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 92%;
    max-width: 1820px;
    margin: auto;
}

.mega-dropdown-menu.ai-slidebx .servicemenubx .crossbtn {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 36px;
    height: 36px;
    font-size: 22px;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
}

.mega-dropdown-menu.ai-slidebx .servicemenubx .serviceConmenubx {
    padding: 0;
    border: 0;
    overflow: hidden;
}

.discover-ai-box-menu {
    position: relative;
    padding: 50px 40px;
    height: 100%;
    background-color: #2087F0;
    overflow: hidden;
}

.discover-ai-box-menu h2 {
    font-family: GoldplayAlt-SemiBold;
    font-size: 28px;
    color: #fff;
}

.discover-ai-box-menu h2 span.headf {
    color: #FFD992;
}

.discover-ai-box-menu h2 span.blcrw {
    display: flex;
    align-items: baseline;
}

.discover-ai-box-menu h2 span.blcrw span {
    width: 30px;
    height: 3px;
    margin-left: 15px;
    background-color: #fff;
}

.main-navigation .nav-menu>.nav-menu-bx p {
    white-space: initial;
}

.discover-ai-nav-view {
    position: relative;
    margin-top: 40px;
    border-radius: 120px;
    overflow: hidden;
}

.discover-ai-nav-view video {
    width: 100%;
    border-radius: 120px;
}

.discover-ai-nav-view .talk-to-ai-experts {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 17px;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 0 0 120px 120px;
}

.discover-ai-nav-view .talk-to-ai-experts img.exp-wht-arrow {
    margin-left: 6px;
}

.discover-ai-nav-view .talk-to-ai-experts img.exps {
    position: absolute;
    left: 50%;
    top: -20px;
    width: 80px;
    transform: translateX(-50%);
}

.discover-ai-box-menu-graphic {
    position: absolute;
    left: -50px;
    top: -50px;
}

.letstalkSlideboxwrap .why-itechniq-tabs {
    padding: 0 0 20px 0;
    border-radius: 0;
    margin-top: 20px;
    background: none;
}

.letstalkSlideboxwrap .why-itechniq-tabs .nav {
    display: flex;
}

.letstalkSlideboxwrap .why-itechniq-tabs .nav-item {
    width: 50%;
}

.letstalkSlideboxwrap .why-itechniq-tabs .nav-pills .nav-link {
    position: relative;
    padding: 25px 25px 20px 25px;
    font-size: 18px;
    color: #8A8A8B;
    border-radius: 26px;
    background-color: #F1F1F1;
    transition: all 400ms linear;
    overflow: hidden;
    margin-right: 20px;
}

.letstalkSlideboxwrap .why-itechniq-tabs .nav-pills .nav-link.active {
    color: #fff;
    background-color: #011326D4;
}

.letstalkSlideboxwrap .why-itechniq-tabs .nav-pills .nav-link svg {
    position: relative;
    width: 38px;
    z-index: 1;
}

.letstalkSlideboxwrap .why-itechniq-tabs .nav-pills .nav-link span {
    position: relative;
    z-index: 1;
    display: block;
}

.letstalkSlideboxwrap .why-itechniq-tabs .nav-pills .nav-link span .downarrow {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 400ms linear;
}

.letstalkSlideboxwrap .why-itechniq-tabs .nav-pills .nav-link.active span .downarrow {
    opacity: 1;
}

.letstalkSlideboxwrap .why-itechniq-tabs .nav-pills .nav-link svg path {
    fill: #9D9D9D;
    transition: all 400ms linear;
}

.letstalkSlideboxwrap .why-itechniq-tabs .nav-pills .nav-link.active svg path {
    fill: #fff;
}

.genai-visible {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/generative-ai-thumnails.png) no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 400ms linear;
}

.genai-visible.next {
    background: url(../img/generative-ai-thumnails-next.png) no-repeat;
    background-size: cover;
}

.letstalkSlideboxwrap .why-itechniq-tabs .nav-pills .nav-link.active .genai-visible {
    opacity: 1;
}

.letstalkSlideboxwrap .itechniq-tabs-content-detail {
    padding-left: 0;
    padding-top: 0;
    height: auto;
    padding-bottom: 0;
}

.letstalkSlideboxwrap .itechniq-tabs-content-detail ul {
    margin: 0;
    padding: 0;
}

.letstalkSlideboxwrap .itechniq-tabs-content-detail ul li {
    list-style: none;
    margin-bottom: 3px;
}

.letstalkSlideboxwrap .itechniq-tabs-content-detail ul li a {
    font-family: "GoldplayAlt-Medium";
    padding: 8px 10px !important;
    font-size: 16px;
    display: flex;
    color: #153441;
    align-items: center;
    border-radius: 10px;
    transition: all 400ms linear;
}

.letstalkSlideboxwrap .itechniq-tabs-content-detail ul li a:hover {
    background-color: #EFF7FF;
}

.aipage-iconbx {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.aipage-iconbx.genaidev {
    background-color: #FFEAEE;
}

.aipage-iconbx.genaiser {
    background-color: #ECF6FF;
}

.aipage-iconbx.gen-ai-cons-icon {
    background-color: #F5EF9D;
}

.aipage-iconbx.hire-gen-ai-icon {
    background-color: #E9E8FF;
}

.aipage-iconbx.hire-ai-agent-icon {
    background-color: #FFEDE9;
}

.aipage-iconbx.copliet-dev-icon {
    background-color: #FFF1D6;
}

.aipage-iconbx.promt-eng {
    background-color: #DFFFE9;
}

.aipage-iconbx.ai-marketing-agent {
    background-color: #DEF6FF;
}

.aipage-iconbx.ai-adavtive {
    background-color: #E5F1FF;
}

.aipage-iconbx.stable-icon {
    background-color: #FFF4CF;
}

.aipage-iconbx.ai-dev {
    background-color: #FFF5DB;
}

.aipage-iconbx.ai-hire-eng- {
    background-color: #FFF6D8;
}

.aipage-iconbx.as-service {
    background-color: #C9F8FF;
}

.aipage-iconbx.hire-action {
    background-color: #FFF3D7;
}

.aipage-iconbx.mlops {
    background-color: #F5FFE8;
}

.aipage-iconbx.chatbots-bg {
    background-color: #D1FFDA;
}

.aipage-iconbx.chatbots-dev {
    background-color: #ECFFE5;
}

.aipage-iconbx.transformer-dev {
    background-color: #EEE0FF;
}

.aipage-iconbx img {
    width: 18px;
}

html.upindex .page-header {
    z-index: 101
}

.blink_me {
    display: inline-block;
    margin: 0 4px;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.contact-buttons-fixed {
    position: fixed;
    bottom: -1px;
    left: 50%;
    display: flex;
    gap: 10px;
    z-index: 9999;
    width: 100%;
    background: #fff;
    padding: 10px;
    transform: translateX(-50%);
    display: none;
}

.contact-buttons-fixed .call-btn,
.contact-buttons-fixed .whatsapp-btn {
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contact-buttons-fixed .call-btn {
    background-color: #2087F0;
    margin-left: 0px;
}

.contact-buttons-fixed .whatsapp-btn {
    background-color: #07ba4a;
}

.contact-buttons-fixed .whatsapp-btn svg {
    width: 18px;
    margin-right: 10px;
}

.contact-buttons-fixed .call-btn svg {
    width: 16px;
    margin-right: 10px;
}

.contact-buttons-fixed .whatsapp-btn svg path,
.contact-buttons-fixed .call-btn svg path {
    fill: #fff;
}

.tren-col-28w {
    -ms-flex: 0 0 28% !important;
    flex: 28% !important;
    max-width: 28% !important;
}

.tren-col-72w {
    -ms-flex: 0 0 72% !important;
    flex: 72% !important;
    max-width: 72% !important;
}

.pagination-wrapper {
    font-size: 20px;
}

.pagination-wrapper .page-numbers {
    margin: 0 3px;
    color: #000;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    background-color: #DCE9EE;
}

.pagination-wrapper .prev.page-numbers,
.pagination-wrapper .next.page-numbers,
.page-numbers.dots {
    background-color: transparent;
}

.pagination-wrapper span.current {
    padding: 2px 8px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    background-color: #0083CB;
}

#my-fixed-toc {
    position: sticky;
    top: 80px;
}

/*Recommended Guides Start Here*/
.recommended-guides-heading {
    padding: 10px 20px 25px;
    font-size: 25px;
    font-weight: 600;
}

.recommended-guides-heading span.blue {
    color: #2087F0;
}

.recommended-guides-heading span.pink {
    color: #F0778B;
}

.view-all-guides {
    font-size: 18px;
}

.trending-navigation-tabs-box {
    padding: 20px 30px;
    border-radius: 30px;
    height: 100%;
    background-color: #F9F9F9;
}

.trending-navigation-tabs-box .nav-tabs {
    display: block;
    border-bottom: 0;
}

.nav-tabs.guidesnavbx .nav-item {
    margin-left: 0px !important;
    margin-bottom: 15px;
}

.nav-tabs.guidesnavbx .nav-item:last-child {
    margin-bottom: 0;
}

.nav-tabs.guidesnavbx .nav-item img {
    margin-right: 15px;
}

.nav-tabs.guidesnavbx .nav-item.show .nav-link,
.nav-tabs.guidesnavbx .nav-link.active {
    background-color: #fff;
}

.nav-tabs.guidesnavbx .nav-link:before {
    display: none;
}

.nav-tabs.guidesnavbx .nav-link {
    position: relative;
    color: #000 !important;
    font-size: 18px;
    padding: 16px 20px !important;
    border: 0;
    line-height: normal !important;
    border-radius: 20px;
    background-color: transparent;
}

.nav-tabs.guidesnavbx .nav-link:hover {
    background-color: #fff;
}

.recomm-txt-head {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}

.res-recmon-box {
    padding: 15px 15px 25px 15px;
    border-radius: 25px;
    height: 100%;
    background-color: #F3F3F3;
}

.res-recmon-banner {
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.res-recmon-banner img {
    width: 100%;
    height: auto;
}

.res-recmon-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    white-space: normal;
    word-wrap: break-word;
}

.read-full-blog {
    margin-top: 20px;
}

.read-full-blog a {
    font-size: 16px;
    color: #2087F0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: inline-flex;
}

.read-full-blog a img {
    margin-left: 10px;
    transition: all 400ms linear;
}

.read-full-blog a:hover img {
    transform: rotate(48deg);
}

.explore-industry-row {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    margin: 0 30px;
    border-radius: 20px;
    justify-content: space-between;
    background-color: #F9F9F9;
}

.explore-industry-txt {
    font-size: 22px;
    font-weight: 600;
}

.explore-industry-txt span {
    color: #2087F0;
}

.recommended-content {
    margin-right: 10px;
}

.explore-industry-row a.get-touch-btn {
    padding: 13px 32px;
    box-shadow: none;
    font-size: 18px;
}

.view-all-blog-nav {
    text-align: right;
}

.view-all-blog-nav a {
    font-size: 16px !important;
    font-weight: 500;
    color: #007EC2 !important;
    line-height: 1 !important;
    margin: 0 !important;
    transition: all 400ms linear;
    text-decoration: underline !important;
    display: inline-block !important;
}

.view-all-blog-nav a:hover {
    text-decoration: none;
}

.rec-arrow-rts {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: all 400ms linear;
    opacity: 0;
}

.nav-tabs.guidesnavbx .nav-link.active .rec-arrow-rts {
    opacity: 1;
}

.hide-blog-nav {
    display: none;
}

@media (max-width: 1280px) {
    .explore-industry-row {
        display: none;
    }

    .trending-navigation-tabs-box {
        padding: 20px;
    }

    .res-recmon-title {
        font-size: 14px;
    }

    .recommended-guides-heading {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .trending-navigation-tabs-box {
        padding: 20px 15px;
    }

    .nav-tabs.guidesnavbx .nav-item img {
        margin-right: 10px;
    }

    .res-recmon-box {
        padding: 10px 10px 20px 10px;
    }

    .read-full-blog a {
        font-size: 14px;
    }

    .recommended-guides-heading {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .recommended-guides-heading {
        padding: 20px 0;
        line-height: 1.3;
    }

    .last-one-none .col-md-4:last-child {
        display: none;
    }

    .recomm-txt-head {
        margin-top: 20px;
    }

    .trending-navigation-tabs-box {
        height: auto;
    }

    .recmon-pad-z {
        padding: 0;
    }

    .hide-blog-nav {
        display: block;
    }
}

/*Recommended Guides End Here*/


/*Author Ui Start Here*/
.custom-author-box {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    padding: 25px;
    border-radius: 20px;
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
    flex-direction: column;
}

.custom-author-box .author-left img {
    margin: 0px;
    border-radius: 100%;
}

.custom-author-box .author-label {
    font-size: 12px;
    color: #888;
    letter-spacing: 1px;
    display: block;
}

.custom-author-box .author-name {
    font-size: 22px;
    margin: 5px 0;
    padding-top: 5px !important;
}

.custom-author-box .author-role {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.custom-author-box .author-bio {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

.designation {
    font-size: 14px;
}


/*Author Ui Ends Here*/



/* Footer Section Start Here */
.site-footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #1C78DF;
    margin-top: 0px !important;
}

.footer-col-inner .footer-col-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-col-head .col-icon img {
    width: 60px;
}

.footer-col-head .col-label {
    font-size: 30px;
    line-height: 44px;
    color: #fff;
    font-family: "GoldplayAlt-SemiBold";
}

.footer-col-inner ul.footer-links {
    margin-top: 40px;
    padding-left: 0px;
}

.footer-col-inner ul.footer-links li {
    position: relative;
    list-style: none;
    margin-bottom: 25px;
}

.footer-col-inner ul.footer-offices.footer-links li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.office-info .office-name {
    font-size: 20px;
    font-family: "GoldplayAlt-Medium";
    display: block;
    color: #fff;
}

.office-info .office-city {
    font-size: 17px;
    font-family: "GoldplayAlt-Medium";
    display: block;
    color: #fff;
}

.footer-col-inner ul.footer-links li::after {
    content: '';
    position: absolute;
    right: 70px;
    top: 60%;
    transform: translateY(-50%);
    background: url(https://www.techugo.com/new-assets/img/home-img/footlink-arw.svg)no-repeat;
    background-size: 10px 17px;
    width: 10px;
    height: 17px;
}


.footer-col-inner ul.footer-links.address-bcx li::after {
    display: none;
}

.footer-col-inner ul.footer-links li a {
    position: relative;
    font-size: 24px;
    color: #fff;
    line-height: 35px;
    text-decoration: none;
    font-family: "GoldplayAlt-Medium";
    color: #FFFFFF;
}

.footer-col-inner ul.footer-links li a::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 0px;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
}

.footer-col-inner ul.footer-links li a:hover::after {
    width: 100%;
}

.footer-bottom .footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;

}

.footer-container .footer-bottom-row,
.footer-container .footer-socials {
    display: flex;
    align-items: center;
    gap: 70px;
}

.footer-socials {
    gap: 20px !important;
}

.footer-bottom {
    margin-top: 50px;
}

.footer-legal a {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}

.sep {
    color: #fff;
    margin: 0px 20px;
}

/* Footer Section Ends Here */


/* Get In Touch Section Start Here */
.getintouch-section-wrap {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(247.43deg, #C0EDFF -0.36%, #FFFFFF 100%);
}

.getintouch-section-wrap .secbadge {
    padding: 8px 20px;
    background: #000000;
    border-radius: 100px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: "GoldplayAlt-Medium";
    display: inline-block;
    color: #fff;
    margin-bottom: 20px;
}

.getintouch-section-wrap h2 {
    font-size: 75px;
    line-height: 1.2;
    color: #000;
    font-family: "GoldplayAlt-Medium";
}

.getintouch-section-wrap p {
    font-size: 24px;
    line-height: 33px;
    color: #333333;
    font-family: "GoldplayAlt-Medium";
    margin: 25px 0px;
}

.contactlinks {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-top: 50px;
}

.contactlinks .links-bcx {
    display: flex;
    align-items: center;
    gap: 20px;
}

.links-bcx .linkcont p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-family: "GoldplayAlt-SemiBold";
    margin: 0px;
}

.links-bcx .linkcont a {
    font-size: 16px;
    color: #64748B;
    font-family: "GoldplayAlt-Medium";
}

.getintouch-section-wrap .contactform-bcx {
    border: 1.22px solid #FFFFFF1A;
    box-shadow: 0px 30.49px 60.99px -14.64px #00000040;
    background: #ffffff;
    backdrop-filter: blur(48.790531158447266px);
    padding: 50px;
    border-radius: 60px;
}

.getintouchform-content-bcx {
    align-items: center;
}

.getintouchform-content-bcx .contactform-bcx .form-control {
    background: #0000000D;
    border: 1.22px solid #FFFFFF1A;
    border-radius: 40px;
    padding: 18px 25px;
    color: #000000;
    font-size: 18px;
    height: auto;
    font-family: "GoldplayAlt-Medium";
}

.getintouchform-content-bcx .contactform-bcx textarea.form-control {
    min-height: 150px;
    resize: none;
    border-radius: 20px;
}

.getintouchform-content-bcx .contactform-bcx .fileuploadrw label {
    background: #0000000D;
    border: 1.22px solid #FFFFFF1A;
    border-radius: 40px;
    padding: 18px 25px;
    color: #000000;
    font-size: 18px;
    height: 66px;
    line-height: 1.5;
    color: #8d949a;
    font-family: "GoldplayAlt-Medium";
}

.getintouchform-content-bcx .contactform-bcx .fileuploadrw label:after {
    display: none;
}

.getintouchform-content-bcx .contactform-bcx .fileuploadrw {
    margin-bottom: 0px;
}

.getintouchform-content-bcx .contactform-bcx .fileuploadrw span {
    margin-bottom: .5rem;
    display: inline-block;
}

.getintouchform-content-bcx .contactform-bcx .fileuploadrw input[type="file"] {
    display: none;
}

.getintouchform-content-bcx .contactform-bcx label,
.getintouchform-content-bcx .contactform-bcx .fileuploadrw span {
    font-size: 16px;
    height: auto;
    font-family: "GoldplayAlt-SemiBold";
    color: #000000;
}

.getintouchform-content-bcx .robotbx {
    background: #F2F2F2;
    padding: 20px;
    border: 1.22px solid #FFFFFF1A;
    border-radius: 20px;
}

.getintouchform-content-bcx .robotbx .captchsec {

    border-radius: 20px;
    padding: 0px;
    font-size: 24px !important;
    line-height: 34px;
    color: #000;
    font-family: "GoldplayAlt-SemiBold";

}

.getintouchform-content-bcx .robotbx .captchtext {
    font-size: 24px !important;
    line-height: 34px;
    color: #000;
    font-family: "GoldplayAlt-SemiBold";
}

.getintouch-section-wrap .contactform-bcx .submitbtn {
    background: #2087F0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2087F0;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    border-radius: 30px;
    font-family: "GoldplayAlt-Medium";
    font-size: 16px;
    margin-top: 30px;
}

/* Get In Touch Section Ends Here */

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

.getintouch-content-bcx .contactform-bcx .input-effect label,
.getintouch-content-bcx .contactform-bcx .fileuploadrw span {
    font-size: 16px;
    height: auto;
    font-family: "GoldplayAlt-SemiBold";
    color: #000000;
}

.getintouch-content-bcx .contactform-bcx .input-effect .form-control {
    background: #0000000D;
    border: 1.22px solid #FFFFFF1A;
    border-radius: 40px;
    padding: 18px 25px;
    color: #000000;
    font-size: 18px;
    height: auto;
    font-family: "GoldplayAlt-Medium";
}


.main-wrapper.blog-wrapper-new {
    padding-bottom: 0px !important;
}

.view-all-link {
    color: #fff;
}