/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
	font-family: var(--font-main);
	src: url("/wp-content/themes/twenty-twenty-one-child/Futura-Bold.otf") format("opentype"), 
		 url("/wp-content/themes/twenty-twenty-one-child/Futura-Bold.ttf") format("truetype");
}
@font-face {
	font-family: "Futura-Book";
	src: url("/wp-content/themes/twenty-twenty-one-child/Futura-Book.otf") format("opentype"), 
		 url("/wp-content/themes/twenty-twenty-one-child/Futura-Book.ttf") format("truetype");
}
@font-face {
	font-family: "Futura-Thin";
	src: url("/wp-content/themes/twenty-twenty-one-child/Futura-Thin.otf") format("opentype"), 
		 url("/wp-content/themes/twenty-twenty-one-child/Futura-Thin.ttf") format("truetype");
}
*/
:root {
    --font-main:    "soleil",sans-serif;     /* Futura-Bold */
    --font-heading: "soleil",sans-serif;     /* Poppins */
    --font-special: "soleil",sans-serif;     /* Montserrat */

    --global--font-primary: "soleil",sans-serif;
    --global--font-secondary: "soleil",sans-serif;

    --color-black: #000066;
    --global--color-primary: #000066;

    --color-dark-pink: #6600CC;
    --color-pink: #9900FF;

    --color-dark-blue: #000066;
    --color-blue: #0033FF;
}
*{
    color: var(--color-dark-blue);
}
html{
    scroll-behavior: smooth;
}
.snap-mandatory{
    --tw-scroll-snap-strictness: mandatory;
}
.snap-y{
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
a:focus {outline:none;}
.social-icon{
    filter: invert(1);
}
main#main {
    padding: 0;
}
header.megi-header ul#primary-menu-list li a:focus, .site-logo a:focus, a:focus  {
    background: transparent!important;
}
.site-main > * {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.site-branding {
    display: none!important;
}
.flex{
    display: flex !important;
}
.flex-row{
    flex-direction: row;
}
.flex-column{
    flex-direction: column;
}    
.gap-20{
    gap: 20px;
}
.fw-400{
    font-weight: 400;
}
.fw-600,
.font-semibold{
    font-weight: 600;
}
.fw-700,
.font-bold{
    font-weight: 700;
}
.fw-800, 
.font-extrabold{
    font-weight: 800;
}
.text-wrap-balance{    
    text-wrap: balance;
}
/*----------------------------------------------------------------*/
.text-lg{
    font-size: 1.125rem; /* 18px */
    line-height: 1.75rem; /* 28px */
}
.text-2xl{
    font-size: 1.5rem; /* 24px */
    line-height: 2rem; /* 32px */
}	
.text-3xl{
    font-size: 1.875rem; /* 30px */
    line-height: 2.25rem; /* 36px */
}
.text-4xl{
    font-size: 2.25rem; /* 36px */
    line-height: 2.5rem; /* 40px */
}
/*----------------------------------------------------------------*/
.mt-0{
    margin-top: 0px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mt-100{
    margin-top: 100px !important;
}
/*-----------------------------------*/
.mb-0{
    margin-bottom: 0px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
/* delimiters */
.dm-big{
    height: 50px;
}
.dm-small{
    height: 30px;
}
/*-----------*/
h1.entry-title {
    font-size: 40px !important;
    font-weight: 500;
}
.entry-content p a:focus{
    background-color: unset;
    color: #143c5f;
}
.ca{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.btn-ca{
    display: flex;
    height: 40px;
    padding: 0px 20px;
    border-radius: 5px;
    background: #4B3A83;
    color: white;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    width: fit-content;
}
.btn-ca:active, .btn-ca:hover{
    color: white;
    background: #4B3A83;
}
/* .has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: unset!important;
} */

.button-des {
	transition: background 0.8s;
    background: #4B3A83;
    box-shadow: 0px 100px 80px rgb(0 0 0 / 2%), 0px 41.7776px 33.4221px rgb(0 0 0 / 3%), 0px 22.3363px 17.869px rgb(0 0 0 / 4%), 0px 12.5216px 10.0172px rgb(0 0 0 / 4%), 0px 6.6501px 5.32008px rgb(0 0 0 / 5%), 0px 2.76726px 2.21381px rgb(0 0 0 / 7%);
    border-radius: 29px;
    font-family: var(--font-special);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    text-decoration: none;
    width: fit-content;
    display: block;
    padding: 13px 25px;
}
.button-hover-des:hover, .button-hover-des:focus{
    transition: background 0.8s;
    background: #8F46F8!important;
    color: white!important;
	text-decoration: none!important;
}

header.megi-header .site-logo {
    border: 0px;
    padding: 0;
    margin: 0;
	width: 20%;
}
/* header.megi-header .site-logo img{
	width: 100%;
} */
header.megi-header {
    padding: 10px 0px;
    max-width: 100%;
    position: fixed;
    width: 100%;
	z-index: 9999;
	top:0px;
    background-color: white;
}
.site-head-magi {
   	max-width: 95%;
    width: 100%;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    grid-gap: 5px;
}
header.megi-header nav#site-navigation {
    width: 100%;
}
header.megi-header ul#primary-menu-list {
    width: 100%;
    align-items: center;
    justify-content: end;
}
/* .page-template-BigDreamers header.megi-header ul#primary-menu-list li a {
	color: #000000;
} */
header.megi-header.active ul#primary-menu-list li a {
	color: black;
}
body.page-template-INVESTORS-RESOURCESRoadmap header.megi-header ul#primary-menu-list li a, body.home.page-template header.megi-header ul#primary-menu-list li a, body.page-template-ENTREPRENEURS header.megi-header ul#primary-menu-list li a,  body.page-template-Advisory-Board  header.megi-header ul#primary-menu-list li a{
    color: black;
}
/*
body.page-template-INVESTORS-RESOURCESRoadmap header.megi-header button.sub-menu-toggle, 
body.home.page-template header.megi-header button.sub-menu-toggle,  
body.page-template-ENTREPRENEURS header.megi-header button.sub-menu-toggle, 
body.page-template-Advisory-Board header.megi-header button.sub-menu-toggle*/
header.megi-header button.sub-menu-toggle{
    content: url(/wp-content/uploads/2023/05/Vector-4.svg) !important;
}
.site-logo.home-page-logo {
    display: none;
}
header.megi-header.active .site-logo.home-page-logo{
	    display: block;
}
header.megi-header.active .site-logo.other-page-logo{
	    display: none;
}
body.home.page-template .site-logo.other-page-logo, body.page-template-ENTREPRENEURS .site-logo.other-page-logo, body.page-template-Advisory-Board .site-logo.other-page-logo, body.page-template-INVESTORS-RESOURCESRoadmap .site-logo.other-page-logo{
    display: none;
}
body.page-template-INVESTORS-RESOURCESRoadmap .site-logo.home-page-logo, body.home.page-template .site-logo.home-page-logo, body.page-template-ENTREPRENEURS .site-logo.home-page-logo, body.page-template-Advisory-Board .site-logo.home-page-logo{
    display: block;
}
.site-logo.other-page-logo {
    display: block;
}
header.megi-header button.sub-menu-toggle {
    content: url(/wp-content/uploads/2023/03/Vector-21.png);
    width: 10px!important;
    height: auto!important;
    float: right;
}
header.megi-header ul#primary-menu-list li a {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: var(--color-black);
    padding: 0px 0px;
    text-decoration: none;
    width: auto;
    max-width: fit-content;
    margin: 0;
}
header.megi-header .primary-menu-container {
    margin: 0!important;
}
header.megi-header ul#primary-menu-list li {
    display: flex;
    max-width: fit-content;
    margin: 0px 0px 0px 40px;
    align-items: center;
    grid-gap: 10px;
}
header.megi-header.active button.sub-menu-toggle {
	content: url(/wp-content/uploads/2023/03/Vector-19.png);
}
/* .page-template-BigDreamers header.megi-header button.sub-menu-toggle {
    content: url(/wp-content/uploads/2023/03/Vector-19.png);
    width: 10px!important;
    height: auto!important;
    float: right;
} */
header.megi-header button.sub-menu-toggle span {
    display: none!important;
}
header.megi-header ul.sub-menu::after, header.megi-header ul.sub-menu::before{
	display:none!important;
}
header.megi-header ul.sub-menu {
    background: white;
    box-shadow: 0px 4px 13px rgb(0 0 0 / 6%);
    border-radius: 7px;
    border: 0px!important;
    padding: 15px 20px 0px 20px!important;
	margin-top: 0px!important;
}
header.megi-header ul.sub-menu li:last-child a, header.megi-header ul.sub-menu li:last-child {
    border-bottom: 0px!important;
    margin-bottom: 0px!important;
}
header.megi-header ul.sub-menu li a {
    font-family: var(--font-heading) !important;
    font-style: normal!important;
    font-weight: 500!important;
    font-size: 14px!important;
    line-height: 21px!important;
    color: #000000!important;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 6px!important;
    margin-bottom: 6px!important;
	max-width: 100%!important;
}
header.megi-header  ul.sub-menu li {
    margin: 0px!important;
    background: transparent!important;
	width: 100%!important;
    max-width: 100%!important;
    display: block!important;
}
/* header.megi-header ul#primary-menu-list li:last-child{
	float: right;
    text-align: right;
    width: 100%;
    max-width: 100%;
}
header.megi-header ul#primary-menu-list li:last-child a:hover{
	transition: background 0.8s;
    background: #8F46F8!important;
}
header.megi-header ul#primary-menu-list li:last-child a {
    background: #4B3A83;
    transition: background 0.8s;
    float: right;
    box-shadow: 0px 204.844px 163.875px rgb(0 0 0 / 2%), 0px 85.5788px 68.463px rgb(0 0 0 / 3%), 0px 45.7545px 36.6036px rgb(0 0 0 / 4%), 0px 25.6496px 20.5197px rgb(0 0 0 / 4%), 0px 13.6223px 10.8979px rgb(0 0 0 / 5%), 0px 5.66855px 4.53484px rgb(0 0 0 / 7%);
    border-radius: 70.2683px;
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 500;
    font-size: 15.0423px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 9px 30px;
} */
span.icon {
    background: #77026C;
    width: 35px!important;
    height: 35px!important;
    border-radius: 50%;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    margin-left: 25px;
}
span.icon img {
    width: 15px!important;
}
.right-img {
    width: 350px;
    float: unset;
    position: absolute;
    left: 10px;
    bottom: 0px;
} 
.banner-content {
/*     position: relative; */
/* 	padding-bottom: 100px; */
}
.banner-animation-text {
    margin-top: 5px;
    margin-bottom: 10px;
}
.typewriter-text {
    padding-right: 0px;
    color: #000000;
    border-right: solid #000000 7px;
    animation: cursor 1s ease-in-out infinite;
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
}
@keyframes cursor {
  from { border-color: #000000; }
  to { border-color: transparent; }
}
.banner-head-cont h6 {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 122.5%;
    text-align: center;
    color: #4B3A83;
    letter-spacing: 0px;
    max-width: 610px;
    margin: auto;
}
.banner-bottom-content {
    position: absolute;
    left: 0px;
    bottom: 210px;

    margin: auto;
    width: 100%;
}
.banner-bottom-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: -2.27558px 2.27558px 11.3779px #000000;
    margin-bottom: 25px;
}
.button-banner-row {
    display: flex;
    align-items: center;
    grid-gap: 50px;
    justify-content: center;
}
.button-banner-row a, 
.button-banner-row a:hover, 
.button-banner-row a:focus {
    background: #6600cc!important;  /* #4B3A83 */
    box-shadow: 0px 204.844px 163.875px rgba(0, 0, 0, 0.0196802), 0px 85.5788px 68.463px rgba(0, 0, 0, 0.0282725), 0px 45.7545px 36.6036px rgba(0, 0, 0, 0.035), 0px 25.6496px 20.5197px rgba(0, 0, 0, 0.0417275), 0px 13.6223px 10.8979px rgba(0, 0, 0, 0.0503198), 0px 5.66855px 4.53484px rgba(0, 0, 0, 0.07);
    border-radius: 70.2683px;
    display: block;
    width: auto;
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
    text-decoration: none!important;
    padding: 12px 12px;
    outline: none!important;
    white-space: nowrap;
    text-align: center;
}
.button-banner-row a, .button-banner-row a:hover, .button-banner-row a:focus img {
    outline: none!important;
}
.button-banner-row a div{
    color: white;
}
.button-banner-row span img {
    width: 60px;
    padding-right: 20px;
}
span.arrow-img img {
    padding-left: 20px;
    width: 60px;
    padding-right: 0px;
}
.banner-head-cont {
    max-width: 1000px;
    text-align: center;
    width: 100%;
    margin: auto;
/* 	margin-bottom: 50px; */
}
/* .left-img img, .right-img img {
    width: 100%;
} */
.typed-words.clipped {
    background-color: black;
    line-height: 110px;
}
.div-block-64-copy {
    justify-content: flex-start;
    align-items: end;
    display: flex;
}
.banner-animation-text img {
    width: 25px;
}
.typed-words {
    float: left;
    color: #fff;
    text-align: center;
    letter-spacing: -2.4px;
    font-size: 80px;
    line-height: 90px;
}
.clipped {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
	.banner-animation-text {
    display: flex;
    justify-content: center;
}
.banner-bg {
	padding: 100px 0px 0px;
    min-height: 55vw;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/wp-content/uploads/2023/05/Mask-group-15.png);
}
.banner-content h1 {
    font-family: var(--font-main);
    text-transform: initial;
    font-style: normal;
    font-weight: 800;
	letter-spacing: 0px;
    font-size: 45px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 50px;
    text-shadow: 1px 2px 0 #7A7A7A;
}
.banner-head-cont h2 {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #4B3A83;
	margin-bottom: 10px;
    letter-spacing: 0px;
}
.banner-head-cont p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #4B3A83;
    max-width: 630px;
    width: 100%;
    margin: auto;
}
.banner-head-cont .banner-animation-text h3 {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 122.5%;
    text-align: center;
    color: #000000;
    text-transform: capitalize;
}
/* .banner-head-cont p span b {
    color: white;
} */
/* .banner-head-cont p b {
    color: #4B3A83;
    font-weight: 600;
} */
.banner-links-box h2 {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 47.8749px;
    line-height: 130%;
    text-align: center;
    color: #000000;
    width: fit-content;
    margin: auto;
}
.link-m-head h2 {
    transform: matrix(1, 0, -0.5, 1, 0, 0);
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 130%;
    text-align: center;
    color: white;
    text-shadow: -2.27558px 2.27558px 11.3779px #000000;
}
.link-m-head {
/*     background: rgba(255, 255, 255, 0.5); */
    transform: matrix(1, 0, 0.5, 1, 0, 0);
    width: fit-content;
/*     padding: 15px 35px; */
    margin: auto;
}
.link-bann-div {
/*     background: rgba(255, 255, 255, 0.4); */
/*     transform: matrix(1, 0, 0.5, 1, 0, 0); */
    width: fit-content;
    margin: auto;
/*     padding: 15px 50px; */
}
.link-m-div-box {
/*     transform: matrix(1, 0, -0.5, 1, 0, 0); */
	padding: 10px 20px;
    background: transparent;
	transition: background 0.8s;
}
.link-m-div-box:hover h5 {
    color: #f7e979;
	transition: background 0.8s;
}
.link-m-div-box:hover {
    background: #8F46F8;
	transition: background 0.8s;
}

.links-box h5 {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 124%;
    text-align: center;
    letter-spacing: 0px;
    color: white;
	transition: background 0.8s;
    text-shadow: 0px 0px 14.041px #000000;
}
/* .link-m-div-box a {
    text-decoration: 2px underline;
    color: white;
} */
/* .cnetr-icons-div a {
    text-decoration: 2px underline;
    color: #8f46f8;
} */
/* .cnetr-icons-div a:hover {
    text-decoration: 2px underline;
    color: #8f46f8;
} */
/* .link-m-div-box:hover  a {
    text-decoration: 2px underline!important;
    color: #eada76;
} */
.link-bann-div {
/*     background: rgba(255, 255, 255, 0.4); */
    margin: auto;
    padding: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    max-width: 650px;
    grid-gap: 10px;
    text-align: center;
    position: relative;
    top: 0px;
    left: 65px;
}
.link-m-div-box a {
    text-decoration: none;
}
.links-box img {
    width: 65px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}
section.client-logo-sect {
/*      background: linear-gradient(180deg, #DEC6FF 0%, rgba(255, 255, 255, 0.338542) 60.94%); */
    padding: 50px 0px;
}
.logo-client-con h2 {
    color: #4B3A83;
    width: 100%;
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
	margin-bottom: 0px;
    text-align: center;
}
.logo-client-con h2 span.bigger-sp {
    font-size: 50px;
    color: black;
}
.logo-client-con {
    max-width: 625px;
    margin: auto;
    text-align: center;
	    margin-bottom: 50px;
}
.serv-bg {
    padding: 20px 0px;
    background: #DEC6FF;
}
.serv-img img {
    width: -webkit-fill-available;
}
.serv-conte h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 60px;
    font-family: var(--font-heading);
    color: #4B3A83;
}
.serv-conte h2 span {
    font-weight: 700;
    font-size: 50px;
}
.serv-conte {
    max-width: 500px;
    margin: auto;
    width: 100%;
}
section.serv-midd-sect {
    background: #4B3A83;
    padding: 30px 0px;
    color: white;
}
.serv-midd-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 116%;
    text-align: center;
    color: #FFFFFF;
    font-family: var(--font-heading);
}
.serv-midd-content {
    max-width: 900px;
    margin: auto;
    width: 100%;
}
.serv-sect.sect-two .serv-bg {
    padding: 50px 0px;
}
.app-bg {
    background: url(/wp-content/uploads/2023/03/4-1.png);
    padding: 50px 0px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
/*     min-height: 40vw; */
}
.app-plt-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    font-family: var(--font-heading);
	margin-bottom: 15px;
}
.app-plt-content p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: white;
    max-width: 780px;
    margin: auto;
    width: 100%;
}
.app-plt-content {
    margin-bottom: 70px;
}
.app-platform-card {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 27.3007px;
    padding: 22px 22px;
    height: 100%;
}
.app-platform-card p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 123%;
    text-align: center;
    color: #4B3A83;
}
.app-platform-card img {
    margin-bottom: 30px;
    width: 100px;
}
.dreamer-bg {
    background: url(/wp-content/uploads/2023/05/Dream-Big-Impact-Community.png);
    padding: 50px 0px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 670px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 0px;
}
.dreamer-main-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 135%;
    color: #4B3A83;
    font-family: var(--font-heading);
    margin-bottom: 15px;
}
.dreamer-main-content p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    text-align: left;
    color: #4B3A83;
}
.dreamer-main-content {
    max-width: 690px;
    width: 100%;
}
.dreamer-main-content a.button-des.button-hover-des {
    margin-top: 25px;
}
.d-righ-img {
    width: 33%!important;
    padding: 0;
}
.d-righ-img img {
    width: -webkit-fill-available;
}
.left-d-img img {
    width: -webkit-fill-available;
}
/* .images-dreamer {
    margin-top: 70px;
} */
.big-dreamer-gall-sect {
    width: 100%;
}
.supp-bg {
    background: url(/wp-content/uploads/2023/03/4-1-3.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0px;
    min-height: 55vw;
}
.supp-cont {
    max-width: 730px;
}
.supp-cont h2 {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 85px;
    color: #FFFFFF !important;
}
.supp-cont h2 span.bigger-sp {
    font-size: 70px;
    color: #FFFFFF !important;
}
.gall-img-m-row img {
    width: 100%;
}
.gall-img-m-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.gall-img-div {
    width: 22%;
    min-height: 16vw;
    height: 16vw;
}
.gall-img-div:nth-child(2) {
    width: 34%;
}
.gall-img-div img {
    height: 16vw;
    object-fit: cover;
    object-position: top;
}
.inner-tit-sect-bg {
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    text-align: center;
    min-height: 35vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-tit-cont {
    max-width: 1000px;
    text-align: center;
    margin: auto;
    width: 100%;
}
.inner-tit-cont p {
    background: rgba(255, 255, 255, 0.51);
    padding: 10px;
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
	margin-top: 15px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}
.inner-tit-cont h1 {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: -2.27558px 2.27558px 9px rgba(0, 0, 0, 0.7);
    letter-spacing: -1px;
}
.top-content-inn-ser p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    text-align: left;
    color: #000000;
}
.top-content-inn-ser {
    padding-top: 50px;
    padding-bottom: 50px;
}
.list-serv-summ-m-div {
    background: #F1F1F1;
    padding: 25px 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    grid-gap: 20px;
    margin-bottom: 50px;
}
.summ-list-icon {
    width: 14%;
}
.conten-list-sum {
    width: 84%;
}
.summ-list-icon img {
    width: -webkit-fill-available;
}
.conten-list-sum h4 {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    color: #4B3A83;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.conten-list-sum p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    text-align: left;
    color: #000000;
}
.conten-list-sum ul li {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    text-align: left;
    color: #000000;
}
.conten-list-sum ul {
    margin-top: 15px;
}
.midd-cent-lar-img {
    width: 80%;
    margin: auto;
/*     margin-top: 200px;
    margin-bottom: 200px; */
}
.midd-cent-lar-img img {
    width: -webkit-fill-available;
}
.cent-icon-m-div {
    position: relative;
}
.cnetr-icons-div p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 123%;
    text-align: center;
    color: #4B3A83;
    margin-top: 10px;
    position: relative;
    left: 0px;
}
.cnetr-icons-div img {
    width: 85px;
}
.icon-1-mid {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cnetr-icons-div{
	width: 160px;
    position: absolute;
    text-align: center;
    padding: 10px 10px;
    transition: background 0.8s;
    background: transparent;
}
.cnetr-icons-div a {
    text-decoration: none;
}
.cnetr-icons-div:hover {
    background: #4B3A83;
    transition: background 0.8s;
}
.cnetr-icons-div:hover p {
    color: white;
    transition: background 0.8s;
}
.arrow-1.arrows-div {
    position: absolute;
    top: -95px;
    right: 24%;
    transform: translate(-50%, -50%);
}
.arrows-div img {
    width: -webkit-fill-available;
}
.arrows-div {
    width: 95px;
}
.icon-2-mid.cnetr-icons-div {
  	top: 135px;
    left: 75%;
    transform: translate(-50%, -50%);
}
.icon-3-mid.cnetr-icons-div {
    top: 45%;
    right: 1%;
    transform: translate(-50%, -50%);
}
.icon-4-mid.cnetr-icons-div {
    top: 76%;
    right: 3%;
    transform: translate(-50%, -50%);
}
.icon-5-mid.cnetr-icons-div {
    bottom: -10%;
    right: 25%;
    transform: translate(-50%, -50%);
}
.icon-6-mid.cnetr-icons-div {
    bottom: -12%;
    right: 48%;
    transform: translate(-50%, -50%);
}
.icon-7-mid.cnetr-icons-div {
    bottom: 10%;
    left: 18%;
    transform: translate(-50%, -50%);
}
.icon-8-mid.cnetr-icons-div {
    top: 43%;
    left: 14%;
    transform: translate(-50%, -50%);
}
.icon-9-mid.cnetr-icons-div {
    top: 17%;
    left: 26%;
    transform: translate(-50%, -50%);
}
/* section.serv-sect {
    margin-top: 70px!important;
} */
section.serv-sect.sect-two {
    margin-top: 0px!important;
}
/* .cnetr-icons-div a {
    text-decoration: none;
} */
h3.grow-head-syn {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    font-family: var(--font-heading);
    color: black;
	margin-bottom: 10px;
}
.sect-two .serv-conte {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}
.serv-syn-img-m-row {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    width: 100%;
    flex-wrap: wrap;
	margin-top: 20px;
}
.synd-img-col {
    width: 22%;
}
.synd-img-col img {
    width: -webkit-fill-available;
}
.qa-acc-sect {
    margin-top: 50px!important;
    margin-bottom: 50px!important;
}
.qa-acc-div .accordion {
    background: #F1F1F1;
	padding: 20px 20px;
	margin-bottom: 20px;
}
.qa-acc-div .accordion:last-child {
	margin-bottom: 0px;
}
.qa-acc-div  .accordion .heading {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #4B3A83;
    letter-spacing: 0px;
	cursor: pointer;
}
.qa-acc-div .heading::before {
    content: url(/wp-content/uploads/2023/03/Vector-20.png);
    vertical-align: middle;
    display: inline-block;
    float: right;
}
.qa-acc-div .contents {
	display: none;
    background: transparent;
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 300;
    color: #757575;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0px;
    border-top: 2px solid #B3B3B3;
    margin-top: 15px;
    padding-top: 15px;
}
.contact-form-div {
    max-width: 600px;
    margin: auto;
    width: 100%;
}
.contact-form-div form.wpcf7-form label {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    letter-spacing: 0px;
    margin-bottom: 15px;
}
.contact-form-div form.wpcf7-form .inputs-contact::placeholder {
	color: #C5C5C5;
}
.contact-form-div form.wpcf7-form .inputs-contact {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 100px 80px rgb(0 0 0 / 7%), 0px 41.7776px 33.4221px rgb(0 0 0 / 5%), 0px 22.3363px 17.869px rgb(0 0 0 / 4%), 0px 12.5216px 10.0172px rgb(0 0 0 / 4%), 0px 6.6501px 5.32008px rgb(0 0 0 / 3%), 0px 2.76726px 2.21381px rgb(0 0 0 / 2%);
    border-radius: 10px;
    font-family: var(--font-special);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
    padding: 15px 15px;
    width: 100%;
	outline:none;
	margin-bottom: 50px;
}
.contact-form-div form.wpcf7-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
	transition: background 0.8s;
    background: #8F46F8!important;
    color: white;
}
.contact-form-div form.wpcf7-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #4B3A83!important;
    box-shadow: 0px 231.454px 185.163px rgb(0 0 0 / 2%), 0px 96.696px 77.3568px rgb(0 0 0 / 3%), 0px 51.6983px 41.3586px rgb(0 0 0 / 4%), 0px 28.9816px 23.1853px rgb(0 0 0 / 4%), 0px 15.3919px 12.3135px rgb(0 0 0 / 5%), 0px 6.40493px 5.12394px rgb(0 0 0 / 7%);
    border-radius: 79.3966px;
    border: 0px;
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 42px;
    color: #FFFFFF;
    margin: auto;
    text-align: center;
    display: block;
    padding: 10px 50px;
	transition: background 0.8s;
}
.join-fornm-div {
    background: #F1F1F1;
    padding: 50px 50px;
}
.join-fornm-div h2 {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #4B3A83;
    margin-bottom: 30px;
}
.join-fornm-div input[type="checkbox"] {
    background: linear-gradient(0deg, #BABABA, #BABABA);
    border-radius: 28px;
    border: 0px;
}
.join-fornm-div input[type=checkbox]:after {
	content:none;
}
.join-fornm-div input[type=checkbox]:checked {
    border: 8px solid #4B3A83;
    background: white;
}
.join-fornm-div span.wpcf7-list-item-label {
    position: relative;
    top: -5px;
}
.join-fornm-div span.wpcf7-list-item.first {
    margin: 0;
    margin-right: 50px;
}
.top-content-inn-ser.our-vision-cont h4 {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #4B3A83;
    letter-spacing: 0px;
    margin-bottom: 20px;
	margin-top: 20px;
}
.vision-ga-bg {
    background: url(/wp-content/uploads/2023/03/4-1-2.png);
    text-align: center;
    color: white;
    padding: 80px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 33vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.vision-gal-con h2 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
	margin-bottom: 20px;
}
.vision-gal-con {
    max-width: 1020px;
    width: 100%;
    margin: auto;
}
.vision-gal-con p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: white;
}
.vision-gal-con h3 {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 97.5%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 3px 3px 5px #000000;
    margin: 20px 0px;
}
.vision-gal-con h4 {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}
.gall-img-m-row.our-vion-gall .gall-img-div {
    width: 25%;
}
.gall-img-m-row.our-vion-gall .gall-img-div:nth-child(2) {
    width: 25%;
}
p.over-v-head {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #4B3A83;
    transform: matrix(1, 0, -0.5, 1, 0, 0);
}
.top-content-inn-ser.bottom-text-page-con {
    padding-top: 0px;
}
.dreamer-main-content.dreamer-page-bann-con, .dreamer-main-content.dreamer-page-bann-con p {
    margin: auto;
    text-align: center;
}
/* .page-template-BigDreamers  .site-logo.home-page-logo {
    display: block;
} */
/* .page-template-BigDreamers .site-logo.other-page-logo {
    display: none;
} */
.left-img img {
    width: -webkit-fill-available;
    max-width: 100%;
}
.content-right-div {
    max-width: 515px;
    margin-left: 50px;
    display: block;
}
.content-right-div h2 span {
    font-size: 30px;
}
.content-right-div h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 85%;
    color: #4B3A83;
    font-family: var(--font-main);
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.content-right-div p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 35px;
    color: #000066;
    margin-bottom: 10px;
}
.content-right-div p span {
    font-size: 28px;
    font-weight: 700;
}
.video-cont p, .platform-top-content p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: center;
}
.video-cont {
    margin: 100px 0px;
}
.platform-top-content h2 {
    text-align: center;
    margin: auto;
}
.platform-top-content {
    margin-bottom: 80px;
}
.platform-contents {
    text-align: center;
}
.platform-contents img {
    margin-bottom: 30px;
}
.platform-contents p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #797979;
}
.platform-contents {
    max-width: 290px;
    margin: auto;
	margin-bottom: 70px;
}
.platform-listing-row {
    margin-bottom: 80px;
}
.platform-listing-row:last-child {
    margin-bottom: 0px;
}
/* section.platform-sect {
    margin-bottom: 50px!important;
} */
/* New */
.inner-tit-sect-bg.underwriting {
    background-image: url(/wp-content/uploads/2023/05/Frame-3339.png);
}
.inner-tit-sect-bg.pr {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-39.png);
}
.inner-tit-sect-bg.data-analysis {
    background-image: url(/wp-content/uploads/2023/05/Frame-3403.png);
}
.inner-tit-sect-bg.real-estate-owner {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-40.png);
}
.content-page-des p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-black);
    margin-bottom: 20px;
}
.content-page-des h2 {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    /* color: #4B3A83; */
    color: var(--color-black);
    margin-bottom: 15px;
/*     margin-top: 30px; */
}
.content-page-des h3 {
    color: var(--color-black);
}
.listing-summmery-div {
    margin-bottom: 40px;
}
.content-page-des ul li, .content-page-des ol li {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-black);
    /* color: #000000; */    
    /* margin-bottom: 10px; */
}
.content-page-des ul, .content-page-des ol {
    padding: 0;
    margin: 0;
    padding-left: 30px;
}
.content-page-des {
    margin-top: 90px;
    margin-bottom: 50px;
}
.enter-bann-con {
    text-align: center;
/*     max-width: 850px; */
    margin: auto;
    width: 100%;
    margin-top: 120px;
    margin-bottom: 50px;
}
.enter-bann-con h1 {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #4B3A83;
    letter-spacing: 0px;
}
.enter-bann-con p {
    text-align: center;
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 30px;
}
.inner-tit-cont h3 {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: -2.27558px 2.27558px 9px rgba(0, 0, 0, 0.7);
}
.video-home-div {
    border-radius: 50px!important;
    display: block;
    max-width: 900px;
    margin: auto;
    min-height: 500px;
        margin-bottom: 30px;
    margin-top: 40px;
    position: relative;
    height: 100%;
}
	.youtube-player {
    position: relative;
    max-width: 900px;
    margin: 0px;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    min-height: 500px;
    height: 100%;
}
.youtube-player iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
    border-radius: 50px;
}
.youtube-player img {
bottom: 0;
display: block;
left: 0;
margin: auto;
max-width: 100%;
width: 100%;
position: absolute;
right: 0;
top: 0;
border: none;
height: auto;
cursor: pointer;
-webkit-transition: 0.4s all;
-moz-transition: 0.4s all;
transition: 0.4s all;
}
.youtube-player img:hover {
-webkit-filter: brightness(75%);
}
.youtube-player .play {
    height: 90px;
    width: 90px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("/wp-content/uploads/2023/05/play_button.png") no-repeat;
    cursor: pointer;
    object-fit: contain;
    object-position: center;
    background-size: contain;
}
section.fast-way-sect {
    margin-top: 70px!important;
}
.inner-tit-sect-bg.vision {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-41.png);
	min-height: 45vw;
}
.content-page-des.our-vision-page {
    text-align: center;
}
.content-page-des.our-vision-page h2 {
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.card-vison-content {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    border-radius: 17px;
    text-align: center;
	height: 100%;
    padding: 35px 20px;
}
.card-vison-content img {
    width: auto;
    margin-bottom: 30px;
}
.card-vison-content h4 {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #4B3A83;
    letter-spacing: 0px;
    margin: 0;
    margin-bottom: 10px;
}
.card-vison-content p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    color: #969696;
    margin: 0;
    margin-bottom: 10px;
}
.card-vision {
    grid-gap: 50px;
	justify-content: center;
	margin-top: 50px;
    margin-bottom: 90px;
}
.card-vision-col {
    padding: 0;
    width: 22%!important;
}
.inner-tit-sect-bg.legal {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-42.png);
}
.inner-tit-sect-bg.Compliance {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-43.png);
}

.inner-tit-sect-bg.infra {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-44.png);
}
.inner-tit-sect-bg.dig-marketing {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-45.png);
}
.inner-tit-sect-bg.matching {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-46.png);
}
.inner-tit-sect-bg.ins-management {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-47.png);
}
.inner-tit-sect-bg.ovr-investor {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-48.png);
}
.inner-tit-sect-bg.pros-cons {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-50.png);
}
.inner-tit-sect-bg.qa {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-51.png);
}
.inner-tit-sect-bg.growth-syndication {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-52.png);
}
.inner-tit-sect-bg.growth-syndication {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-52.png);
}
.inner-tit-sect-bg.why-synd {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-54.png);
}
.inner-tit-sect-bg.contact {
    background-image: url(/wp-content/uploads/2023/05/Mask-group-53.png);
}
.big-dreamer-gall-sect h2 {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: -2.27558px 2.27558px 9px rgba(0, 0, 0, 0.7);
}
.big-dreamer-gall-sect h3 {
    font-size: 35px;
    letter-spacing: 0px;
}
.dreamer-page-bann {
    background: #8F46F8;
    color: white;
    text-align: center;
    padding-top: 100px;
}
.dreamer-page-bann .inner-tit-cont {
    max-width: 800px;
}
.dreamer-page-bann .content-page-des p {
    color: white!important;
}
.dreamer-page-bann .inner-tit-cont h3 {
    font-size: 30px;
    margin-top: 12px;
}
.why-syn-top-cont {
    text-align: center;
    margin-bottom: 50px;
}
.why-syn-top-cont h2 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 5px;
}
.listing-summmery-div ul li b, .listing-summmery-div ol li b {
    color: #4B3A83;
}

.adv-bord-contetn img {
    width: 290px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
}
.adv-bord-contetn h3 {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    color: #4B3A83;
}
.adv-bord-contetn {
    text-align: center;
    max-width: 450px;
    margin: auto;
	margin-bottom: 50px;
    width: 100%;
}
.adv-bord-contetn h4 {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #4B3A83;
}
.adv-bord-contetn p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
	margin-top:20px;
}
.advisboad {
    margin-bottom: 40px;
}
@media only screen and (max-width:767px){
  .main-reviewimage {
    height: 400px;
    width: 425px;
    margin: 0 auto;
    display: block;
  }
}

span.ines-colo-head {
    color: black;
}
.enter-bann-con.roadmap-investor {
    max-width: 900px;
}
.road-map-card {
    background: #FFFFFF;
    box-shadow: 0px 5.09059px 5.09059px rgba(0, 0, 0, 0.25);
    border-radius: 11.4538px;
    padding: 24px;
    text-align: center;
    color: white;
    width: 350px;
    margin: auto;
    display: block;
	    height: 100%;
}
.inner-raod-map {
    background: #4B3A83;
    box-shadow: 0px 0px 12.7265px rgba(0, 0, 0, 0.1);
    border-radius: 11.4538px;
    padding: 50px 30px;
	    height: 100%;
}
.inner-raod-map img {
    width: 90px;
    margin-bottom: 25px;
}
.inner-raod-map p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: white;
}
.right-arrow {
    position: absolute;
    top: 50%;
    right: -35px;
    width: 70px;
    transform: translate(0%, -50%);
}
.right-arrow img {
    width: inherit;
}
.map-col {
    position: relative;
}
.logo-img {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
section.road-map-sect {
    margin-top: 70px!important;
    margin-bottom: 70px!important;
}

.bottom-arrow-mobile {
    display: none;
}
.map-col-margin {
    margin-bottom: 50px;
}




/* Footer */
footer .site-info {
    max-width: 1200px;
    margin: 0 auto;
    border: 0;
    border-top: 0px!important;
    padding: 0!important;
    flex-wrap: wrap!important;
    align-items: unset!important;
    width: 100%;
}
footer .site-name {
        max-width: 25%!important;
    margin-right: 40px!important;
    width: 100%;
}
footer .site-logo {
    margin: 0;
    margin-bottom: 30px;
}
/* footer .site-name p {
    font-family: var(--font-special);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
} */
footer .add-div p{
    color: white;
}
footer .add-div p i {
    font-size: 20px;
    padding-right: 15px;
    position: relative;
    top: 4px;
    color: white;
}
footer .add-div span {
    position: relative;
    margin-left: -30px;
    left: 30px;
    color: white;
}
.website-con-det-foot {
    margin-top: 20px;
	margin-bottom: 40px;
}
footer .add-div p a {
    color: white!Important;
    text-decoration: none;
}
footer .add-div p {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: white;
	margin-bottom: 15px;
    text-transform: initial;
}
footer .site-logo {
    margin: 0;
}
footer {
    margin: 0!important;
    background: #000066;
    padding: 70px 0px!important;
    width: 100%;
    max-width: 100%!important;
    color: white;
}
.copy-text {
    background: #CDACFB;
    padding: 10px 10px;
}
.qa-acc-div .accordion .heading.active::before {
    transform: rotate(180deg);
}
.qa-acc-div .contents p {
    margin-bottom: 15px;
}
.copy-text p, .copy-text p a {
    font-family: var(--font-heading);
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #4B3A83;
	text-decoration:none;
}
.copy-text {
    text-align: center;
}

.site-footer .site-logo img {
    width: auto;
    max-width: 100px;
	margin-bottom:30px;
}
.footer-menu-col h4, .footer-menu-col .widgettitle {
    font-family: var(--font-special);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.footer-menu-col ul.footer-menu-ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer-menu-col ul.footer-menu-ul li a {
    font-family: var(--font-special);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF!important;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
}
ul.footer-menu-ul.social-icon-ul {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
ul.footer-menu-ul.social-icon-ul li img {
    width: 25px;
}
/* .site-name p {
    font-family: var(--font-special);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
} */
.footer-menu-col {
    max-width: 23%;
    width: 100%;
    margin-right: 40px;
    padding-right: 50px;
}
.footer-menu-col.social-icon-col {
    max-width: 13%;
    margin-right: 0px;
    padding: 0px;
}
p.simp-bann-dis {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 123%;
    text-align: center;
    color: #000000;
    transform: matrix(1, 0, -0.5, 1, 0, 0);
}
.desktop-dreamer-img img, .mobile-dreamer-img img {
    width: 100%;
}
.desktop-dreamer-img {
    display: block;
}
.mobile-dreamer-img {
    display: none;
}
.top-content-inn-ser h2 {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    color: #4B3A83;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 40px;
}
body.privacy-policy .top-content-inn-ser p {
    margin-bottom: 20px;
}
.join-our-newsletter{
    background-color: #6600cc !important;
    padding: 30px 0px 0px 0px;
}
.cn-text-container,
.cn-set-cookie{
    color: white !important;
}
@media only screen and (max-width:1600px){
    .banner-bottom-content {
        bottom: 140px;
    }    
}
@media only screen and (max-width:1440px){
    .banner-bottom-content {
        bottom: 140px;
    }    
}
@media only screen and (max-width:1400px){ 
    header.megi-header ul#primary-menu-list li {
        margin: 0px 0px 0px 20px;
    }
}
@media only screen and (max-width:1200px){
    .banner-bottom-content{
        bottom: 80px;
    }
    .banner-head-cont h1 {
        margin-top: 0px;
    }    
}

@media only screen and (max-width:1150px){
    
	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
		position: absolute;
		padding-top: calc(0.5 * var(--global--spacing-vertical));
		margin-top: 0;
		top: var(--global--admin-bar--height);
	}

	.primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
		display: none;
	}

	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
		max-height: calc(var(--button--padding-vertical) - 0.25 * var(--global--spacing-unit) + 1.7em);
	}

	.site-header.has-logo.has-title-and-tagline {
		align-items: flex-start;
	}

	.site-header.has-logo.has-title-and-tagline.has-menu {
		justify-content: space-between;
	}

	.site-header.has-logo.has-title-and-tagline.has-menu .site-branding {
		max-width: calc(100% - 160px);
	}

	.site-header.has-logo.has-title-and-tagline .site-branding {
		margin-right: 0;
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline:after {
		display: none;
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .primary-navigation {
		position: relative;
		top: 0;
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container {
		position: relative;
		padding-top: 0;
		margin-top: calc(0px - var(--button--padding-vertical) + 0.25 * var(--global--spacing-unit));
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu {
		padding-left: calc(var(--global--spacing-horizontal) * 0.6 - 4.5px);
		padding-right: calc(var(--global--spacing-horizontal) * 0.6 - 4.5px);
		margin-right: calc(0px - var(--global--spacing-horizontal) * 0.6);
	}

	.site-header:not(.has-logo).has-title-and-tagline .site-branding {
		margin-right: 0;
		max-width: calc(100% - 160px);
	}

	.site-header:not(.has-menu) {
		justify-content: center;
	}
}

@media only screen and (max-width:640px){
    .sm-hide{
        display: none !important;    
    }
}

@media only screen and (min-width:320px) and (max-width:767px){
    .dm-big{
        height: 30px;
    }
    .dm-small{
        height: 10px;
    }
	.banner-img {
		margin-top: 50px;
	}
	.banner-content h1 {
		font-size: 34px;
		text-align: center;
		margin-bottom: 40px;
		line-height: 90%;
		max-width: 286px;
		margin: auto;
		margin-top: 50px;
	}
	.banner-head-cont h2 {
		font-size: 20px;
		line-height: 25px;
	}
	.banner-head-cont .banner-animation-text h3 {
		font-size: 24px;
		line-height: 107%;
	}
    .banner-bottom-content{
        bottom: 130px;
    }
	.banner-animation-text img {
		width: 12px;
	}
	.button-banner-row {
		display: block;
		max-width: 320px;
		margin: auto;
		width: 100%;
	}
	.banner-bottom-content h2 {
		font-size: 20px;
		line-height: 108%;
	}
	.button-banner-row a {
		margin-bottom: 10px;
	}
	.banner-content h1 span {
		font-size: 55px;
	}
	.banner-content p {
		font-size: 16px;
		text-align: center;
		line-height: 27px;
		max-width: 285px;
    	margin: auto;
	}
	.banner-content {

	}
	.banner-head-cont {
		max-width: 100%;
		margin-bottom: 35px;
	}
	.link-m-head h2 {
		transform: unset;
		font-size: 24px;
		line-height: 130%;
	}
	.link-m-head {
		transform: unset;
		width: 100%;
		padding: 0px 20px;
		margin: auto;
		background: transparent;
	}
	.link-bann-div {
		max-width: 100%;
		left: 0px;
		grid-gap: 10px;
		flex-wrap: wrap;
	}
	.link-m-div-box {
		transform: unset;
		padding: 5px 5px;
		width: 24%;
		text-align: center;
	}
	.links-box h5 {
		line-height: 150%;
		text-align: center;
		font-size: 12px;
	}
	.link-bann-div {
		transform: unset;
		padding: 20px 0px 90px;
		grid-gap: 3px;
	}
	.content-right-div {
		max-width: 100%;
		margin-left: 0px;
		display: block;
		margin-top: 40px;
	}
	.content-right-div h2 span {
		font-size: 20px;
	}
	.content-right-div h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.content-right-div p {
		font-size: 16px;
		line-height: 22px;
	}
	.content-right-div p span {
		font-size: 22px;
		font-weight: 700;
	}
	.video-cont {
		margin: 50px 0px;
	}
	.video-cont h2, .platform-top-content h2 {
		font-size: 28px;
		    margin-bottom: 10px;
	}
	.platform-contents p {
		font-family: var(--font-heading);
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
		text-align: center;
		color: #797979;
	}
	.platform-contents img {
		margin-bottom: 30px;
		width: 100px;
	}
	.video-cont p, .platform-top-content p {
		font-size: 16px;
		line-height: 24px;
	}
	.links-box img {
		width: 50px;
		margin-bottom: 15px;
	}
	.left-img {
		width: 100%;
		float: unset;
		right: 0px;
	}
	.right-img {
		width: 200px;
		float: left;
		bottom: 0px;
		left: 0;
	}
	.logo-client-con h2 {
		font-size: 20px;
		line-height: 140%;
		margin-bottom: 30px;
	}
	.logo-client-con h2 span.bigger-sp {
		font-size: 29px;
		color: black;
	}
	.cent-icon-m-div {
		margin-bottom: 80px;
	}
	.midd-cent-lar-img {
		width: 100%;
		margin: auto;
	}
	.cnetr-icons-div img {
		width: 40px;
	}
	.cnetr-icons-div p {
		font-size: 11px;
		line-height: 123%;
		margin-top: 5px;
		text-align: center;
		word-wrap: break-word;
	}
	.midd-cent-lar-img img {
		width: 100%;
	}
	.cnetr-icons-div {
		width: 90px;
		position: absolute;
		text-align: center;
		padding: 5px 5px;
	}
	.icon-1-mid {
		top: 25px;
	}
	.icon-2-mid.cnetr-icons-div {
		top: 30px;
		left: 83%;
		transform: translate(-50%, -50%);
	}
	.icon-3-mid.cnetr-icons-div {
		top: 45%;
		right: -16%;
		transform: translate(-50%, -50%);
	}
	.icon-4-mid.cnetr-icons-div {
		top: 73%;
		right: -15%;
		transform: translate(-50%, -50%);
	}
	.icon-5-mid.cnetr-icons-div {
		bottom: -30%;
		right: 5%;
		transform: translate(-50%, -50%);
	}
	.icon-6-mid.cnetr-icons-div {
		bottom: -30%;
		right: 36%;
		transform: translate(-50%, -50%);
	}
	.icon-9-mid.cnetr-icons-div {
		top: 19%;
		left: 21%;
		transform: translate(-50%, -50%);
	}
	.icon-8-mid.cnetr-icons-div {
		top: 43%;
		left: 7%;
		transform: translate(-50%, -50%);
	}
	.icon-7-mid.cnetr-icons-div {
		bottom: -2%;
		left: 10%;
		transform: translate(-50%, -50%);
	}
	section.client-logo-sect {
		padding: 25px 0px;
	}
	section.serv-sect {
		margin-top: 40px!important;
	}
	.serv-conte h2 {
		font-size: 24px;
		line-height: 60px;
	}
	.serv-conte h2 span {
		font-weight: 700;
		font-size: 30px;
	}
	.serv-conte h2 {
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 35px;
		font-family: var(--font-heading);
		color: #4B3A83;
	}
	.serv-list-row {
		flex-direction: column-reverse;
	}
	.serv-img {
		margin-bottom: 25px;
	}
	.serv-midd-content h2 {
		font-size: 22px;
		line-height: 116%;
	}
	.serv-sect.sect-two .serv-bg {
		padding: 20px 0px;
	}
	.sect-two .serv-list-row {
		flex-direction: unset;
	}
	h3.grow-head-syn {
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.serv-conte p {
		font-size: 16px;
	}
	.serv-syn-img-m-row {
		grid-gap: 10px;
		width: 100%;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.app-plt-content h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 5px;
	}
	.app-plt-content p {
		font-size: 16px;
		line-height: 25px;
		max-width: 100%;
	}
	.app-bg {
		padding: 30px 0px;
    	background-position: 100% 100%;
	}
	.app-plt-content {
		margin-bottom: 30px;
	}
	.app-card-col {
		width: 50%!important;
		margin-bottom: 15px;
	}
	.app-card-col {
		padding: 0 10px;
	}
	.app-platform-card {
		padding: 15px 15px;
		border-radius: 15.3007px;
	}
	.app-platform-card img {
		margin-bottom: 20px;
		width: 100px;
	}
	.app-platform-card p {
		font-size: 12px;
		line-height: 123%;
	}
	.supp-bg {
		padding: 20px 0px;
	}
	.supp-cont h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.supp-cont h2 span.bigger-sp {
		font-size: 35px;
	}
	.gall-img-div {
		width: 50%;
		min-height: 130px;
    	height: 130px;
	}
	.gall-img-div:nth-child(2) {
		width: 60%;
	}
	.gall-img-div:nth-child(3), .gall-img-div:nth-child(4){
		width: 50%;
	}
	.gall-img-div:first-child {
		width: 40%;
	}
	.gall-img-div img {
		height: 130px;
	}
	.dreamer-main-content h2 {
		font-size: 30px;
		line-height: 40px;
		color: #4B3A83;
		font-family: var(--font-heading);
		margin-bottom: 15px;
	}
	.images-dreamer {
		margin-top: 30px;
	}
	.dreamer-main-content p {
		font-size: 16px;
		line-height: 20px;
	}
	.dreamer-main-content a.button-des.button-hover-des {
		margin-top: 25px;
		width: 100%;
		text-align: center;
	}
	.dreamer-bg {
		padding: 20px 0px 0px;
	}
	footer .site-name {
		max-width: 100%!important;
		margin-right: 0px!important;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-menu-col {
		max-width: 100%;
		width: 100%;
		margin-right: 0px;
		padding-right: 0px;
		text-align: center;
		margin-bottom: 40px;
	}
	footer-menu-col ul.footer-menu-ul li a {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
		display: block;
	}
	.footer-menu-col h4 {
		margin-bottom: 10px;
	}
	.footer-menu-col.social-icon-col {
		max-width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		padding: 0px;
		text-align: center;
	}
	ul.footer-menu-ul.social-icon-ul {
		justify-content: center;
	}
	.head-content h2 {
		font-size: 40px;
		line-height: 120%;
	}
	.book-content .book-call-btn {
		width: 100%;
		margin: 15px auto 15px;
		font-size: 25px;
		padding: 15px 40px;
	}
	.book-sect {
		padding: 50px 0px;
		margin-bottom: 10px!important;
	}
	.book-content p {
		font-size: 18px;
	}
	.footer-audit-btn a {
		width: 100%;
		text-align: center;
		float: unset;
	}
	.footer-audit-btn {
		width: 100%;
		margin-bottom: 20px;
	}
	.copy-text {
		width: 100%;
		text-align: center;
	}
	.copyright-div {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column-reverse;
	}
	footer .site-info {
		max-width: 90%;
	}
	.site-logo img.custom-logo {
		width: 100%!important;
		margin: 0 auto 0 0!important;
		display: block;
		margin-bottom: 0px!important;
		max-width: 185px!important;
	}
	header.megi-header {
		padding: 10px 20px;
		max-width: 100%;
		position: fixed;
		width: 100%;
		margin: auto;
	}
	.site-head-magi {
		max-width: 100%;
		width: 100%;
		grid-gap: 0px;
	}
	header.megi-header .site-logo {
		width: 70%;
	}
	header.megi-header nav#site-navigation {
		width: 50%;
	}
	.menu-button-container {
		padding: 0;
		margin-top: 0!important;
	}
	header.megi-header ul#primary-menu-list {
		display: block;
	}
	header.megi-header ul#primary-menu-list li {
		display: unset;
		max-width: 100%;
		margin: 0px 0px 0px 0px;
		align-items: center;
		grid-gap: 17px;
	}
	header.megi-header ul.sub-menu {
		background: white;
		box-shadow: unset;
		border-radius: 0px;
		border: 0px!important;
		padding: 10px 10px!important;
		margin-top: 0px!important;
		margin: 0px;
	}
	header.megi-header ul.sub-menu li a {
		border-bottom: 0px solid #E8E8E8;
	}
	header.megi-header ul#primary-menu-list li a {
		margin-bottom: 10px;
		color: black;
	}
	footer {
		margin: 0!important;
		background: #4B3A83;
		padding: 60px 0px 0px!important;
	}
	p.over-v-head {
		font-family: var(--font-heading);
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		color: #4B3A83;
		transform: matrix(1, 0, -0.5, 1, 0, 0);
	}
	.top-content-inn-ser.our-vision-cont h4 {
		font-family: var(--font-heading);
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 30px;
		color: #4B3A83;
		letter-spacing: 0px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.qa-acc-sect {
		margin-top: 0px!important;
		margin-bottom: 50px!important;
	}
	.join-fornm-div {
		background: #F1F1F1;
		padding: 15px 15px;
	}
	.join-fornm-div h2 {
		font-family: var(--font-heading);
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 48px;
		text-align: center;
		color: #4B3A83;
		margin-bottom: 30px;
	}
	.conten-list-sum p {
			font-family: var(--font-heading);
		font-style: normal;
		font-weight: 300;
		font-size: 17px;
		line-height: 30px;
		text-align: left;
		color: #000000;
	}
	.inner-tit-cont h2 {
		font-size: 30px;
	}
	.inner-tit-sect-bg {
		min-height: 100vw;
	}
	.top-content-inn-ser p {
		font-size: 16px;
		line-height: 25px;
	}
	.list-serv-summ-m-div {
		background: #F1F1F1;
		padding: 20px 20px;
		display: block;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		grid-gap: 20px;
		margin-bottom: 20px;
	}
	.summ-list-icon {
		width: 40%;
		margin: auto;
		margin-bottom: 20px;
	}
	.content-page-des h2 {
		font-size: 24px;
		line-height: 35px;
	}
	.content-page-des ul li, .content-page-des ol li {
		font-size: 16px;
		line-height: 24px;
	}
	.conten-list-sum {
		width: 100%;
	}
	.conten-list-sum ul li {
		font-family: var(--font-heading);
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 29px;
		text-align: left;
		color: #000000;
	}
	.conten-list-sum h4 {
		font-family: var(--font-heading);
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 35px;
		color: #4B3A83;
		margin-bottom: 15px;
		text-transform: capitalize;
		text-align: center;
	}
	.contact-form-div form.wpcf7-form.init .inputs-contact {
		background: #FFFFFF;
		border: 1px solid #E1E1E1;
		box-shadow: 0px 100px 80px rgb(0 0 0 / 7%), 0px 41.7776px 33.4221px rgb(0 0 0 / 5%), 0px 22.3363px 17.869px rgb(0 0 0 / 4%), 0px 12.5216px 10.0172px rgb(0 0 0 / 4%), 0px 6.6501px 5.32008px rgb(0 0 0 / 3%), 0px 2.76726px 2.21381px rgb(0 0 0 / 2%);
		border-radius: 10px;
		font-family: var(--font-special);
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 29px;
		color: #000000;
		padding: 15px 15px;
		width: 100%;
		outline: none;
		margin-bottom: 20px;
	}
	.contact-form-div form.wpcf7-form.init label {
		font-family: var(--font-heading);
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 29px;
		color: #000000;
		letter-spacing: 0px;
		margin-bottom: 15px;
	}
	.contact-form-div form.wpcf7-form.init input.wpcf7-form-control.has-spinner.wpcf7-submit {
		background: #4B3A83!important;
		box-shadow: 0px 231.454px 185.163px rgb(0 0 0 / 2%), 0px 96.696px 77.3568px rgb(0 0 0 / 3%), 0px 51.6983px 41.3586px rgb(0 0 0 / 4%), 0px 28.9816px 23.1853px rgb(0 0 0 / 4%), 0px 15.3919px 12.3135px rgb(0 0 0 / 5%), 0px 6.40493px 5.12394px rgb(0 0 0 / 7%);
		border-radius: 79.3966px;
		border: 0px;
		font-family: var(--font-heading);
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 42px;
		color: #FFFFFF;
		margin: auto;
		text-align: center;
		display: block;
		padding: 10px 50px;
		transition: background 0.8s;
	}
	.vision-gal-con h2 {
		font-family: var(--font-heading);
		font-weight: 700;
		font-size: 32px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
		color: #FFFFFF;
		margin-bottom: 20px;
	}
	.vision-gal-con p {
		font-family: var(--font-heading);
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 25px;
		text-align: center;
		color: white;
	}
	.vision-gal-con h3 {
		font-family: var(--font-heading);
		font-style: normal;
		font-weight: 700;
		font-size: 30px;
		line-height: 97.5%;
		text-align: center;
		color: #FFFFFF;
		text-shadow: 3px 3px 5px #000000;
		margin: 20px 0px;
	}
	.vision-gal-con h4 {
		font-family: var(--font-heading);
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 26px;
		text-align: center;
		color: #FFFFFF;
	}
	.gall-img-m-row.our-vion-gall .gall-img-div {
		width: 50%;
	}
	.gall-img-m-row.our-vion-gall .gall-img-div:nth-child(2) {
		width: 50%;
	}
	.qa-acc-div .accordion .heading {
		font-family: var(--font-heading);
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: #4B3A83;
		letter-spacing: 0px;
		cursor: pointer;
	}
	.qa-acc-div .contents {
		font-size: 16px;
		line-height: 30px;
		letter-spacing: 0px;
		border-top: 2px solid #B3B3B3;
		margin-top: 15px;
		padding-top: 15px;
	}
	.page-template-QA .qa-acc-sect {
		margin-top: 50px!important;
		margin-bottom: 50px!important;
	}
	.dreamer-row-img.row {
		margin: 0;
	}
	.d-righ-img {
		width: 50%!important;
		padding: 0;
		margin-bottom: 10px;
	}
	.desktop-dreamer-img {
		display: none;
	}
	.mobile-dreamer-img {
		display: block;
	}
	p.simp-bann-dis {
    	font-size: 18px;
	}
	#primary-mobile-menu span.dropdown-icon.open {
		/* color: white; */
	}
	.megi-header.active #primary-mobile-menu span.dropdown-icon.open {
		color: black;
	}
	.site-logo.other-page-logo img {
		width: 100%;
	}
	button#primary-mobile-menu {
		outline: none!important;
	}
	.banner-bg {
		padding: 70px 0px 0px;
		position: relative;
		background-position: center;
		background-image: url(/wp-content/uploads/2023/05/new-york-city-skyline-manhattan-downtown-with-skyscrapers-sunset-usa-1-1.png);
		min-height: 795px;
	}
	span.arrow-img {
		float: right;
	}
	.banner-bottom-content {
		width: 100%;
	}
	.video-home-div {
		border-radius: 15px!important;
		display: block;
		max-width: 100%;
		margin: auto;
		min-height: 180px;
		margin-bottom: 30px;
		margin-top: 40px;
		position: relative;
		height: 100%;
	}
	.youtube-player {
		position: relative;
		max-width: 100%;
		margin: 0px;
		border-radius: 15px;
		margin-left: auto;
		margin-right: auto;
		min-height: 180px;
		height: 100%;
	}
	.youtube-player iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 100;
		background: transparent;
		border-radius: 15px;
	}
	.youtube-player img {
		bottom: 0;
		display: block;
		left: 0;
		margin: auto;
		max-width: 90%;
		width: 100%;
		position: absolute;
		right: 0;
		top: 0;
		border: none;
		height: auto;
		cursor: pointer;
		-webkit-transition: 0.4s all;
		-moz-transition: 0.4s all;
		transition: 0.4s all;
		margin: 0 auto;
	}
	.youtube-player .play {
		height: 50px;
		width: 50px;
		left: 50%;
		top: 50%;
		margin-left: -36px;
		margin-top: -36px;
		position: absolute;
		background: url(/wp-content/uploads/2023/05/play_button.png) no-repeat;
		cursor: pointer;
		object-fit: contain;
		object-position: center;
		background-size: contain;
	}
	.platform-top-content {
		margin-bottom: 30px;
	}
	.platform-contents {
		max-width: 150px;
		margin: auto;
		margin-bottom: 50px;
	}
	section.platform-sect {
		margin-bottom: 10px!important;
	}
	body.page-template-Home button#primary-mobile-menu span svg, body.page-template-ENTREPRENEURS button#primary-mobile-menu span svg, body.page-template-Advisory-Board-php button#primary-mobile-menu span svg {
		color: black;
	}
	.banner-head-cont h6 {
		font-size: 14px;
	}
	.inner-tit-cont h1 {
		font-size: 28px;
	}
	.inner-tit-cont p {
		font-size: 16px;
		line-height: 20px;
	}
	.inner-tit-sect-bg.vision {
		min-height: 100vw;
	}
	.content-page-des {
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.content-page-des p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.content-page-des.our-vision-page h2 {
		font-size: 35px;
		margin-top: 35px;
		margin-bottom: 20px;
	}
	.card-vision-col {
		padding: 0;
		width: 100%!important;
	}
	.card-vision {
		grid-gap: 25px;
		justify-content: center;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.contact-form-div form .wpcf7-list-item {
		display: inline-block;
		margin: 0 0 0 0em;
		text-align: left;
	}
	.inner-tit-cont h3 {
		font-size: 20px;
		line-height: 100%;
	}
	.enter-bann-con h1 {
		font-size: 35px;
	}
	.enter-bann-con p {
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px;
	}
	.adv-bord-contetn p {
		font-size: 16px;
		line-height: 24px;
	}
	.adv-bord-contetn h4 {
		font-size: 20px;
		line-height: 25px;
	}
	.adv-bord-contetn {
		text-align: center;
		max-width: 90%;
		width: 100%;
		margin: auto;
	}
	.adv-bord-contetn img {
		width: 300px;
		margin: auto;
		display: block;
		text-align: center;
	}
	.adv-bord-contetn h3 {
		font-family: var(--font-heading);
		font-style: normal;
		font-weight: 700;
		font-size: 25px;
		line-height: 35px;
		color: #4B3A83;
	}
	.right-arrow.desktop {
		display: none;
	}
	section.road-map-sect {
		margin-top: 20px!important;
	}
	.map-col {
		margin-bottom: 90px!important;
		margin-top: 10px!important;
	}
	.bottom-arrow-mobile {
		min-height: 90px;
		display: block;
		position: relative;
		height: 90px;
		max-width: 90px;
		margin: auto;
		width: 70px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.bottom-arrow-mobile img {
		width: 70%;
		margin: auto;
		text-align: center;
		display: block;
	}
	.map-col:last-child {
		margin-bottom: 0px!important;
	}
	.map-col.mobile {
		display: none;
	}
	.map-col-margin {
		margin-bottom: 0px;
	}
}