* {
    margin: 0px;
    padding: 0px;
}

/* font-family */
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Medium.eot');
    src: local('Playfair Display Medium'), local('PlayfairDisplay-Medium'), url('../fonts/PlayfairDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Medium.woff') format('woff'), url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.eot');
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-SemiBold.eot');
    src: local('Playfair Display SemiBold'), local('PlayfairDisplay-SemiBold'), url('../fonts/PlayfairDisplay-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'), url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff'), url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Black.eot');
    src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url('../fonts/PlayfairDisplay-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Black.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Black.woff') format('woff'), url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Bold.eot');
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Bold.woff') format('woff'), url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff2') format('woff2'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.eot');
    src: local('Open Sans Medium'), local('OpenSans-Medium'), url('../fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Medium.woff2') format('woff2'), url('../fonts/OpenSans-Medium.woff') format('woff'), url('../fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

a {
    color: #404247;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*a:focus { outline: none; text-decoration: none; color: #b2d6c8; }*/
a:hover,
a:active,
.blog-info a:hover,
.blog-info a:focus {
    outline: 0;
    text-decoration: none;
    color: #b2d6c8;
}

img {
    max-width: 100%;
}

ul {
    margin-bottom: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}

input,
button,
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    outline: none;
    border: 1px solid transparent;
    background: #f2f2f2;
    height: 43px;
    padding: 0 20px;
    font-size: 16px;
    width: 100%;
}

input[type=checkbox],
input[type=radio] {
    width: auto;
    height: auto;
}

textarea {
    padding: 15px 20px;
    height: 100px;
}

button {
    width: auto;
    height: auto;
}

h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 80px;
    margin-bottom: 15px;
}

.banner p {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0;
}

h2 {
    font-weight: 700;
    font-size: 45px;
}

/*p{font-size:25px;color:#4f4f4f;}*/
h3 {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
}

.common-btn {
    font-family: 'Open Sans';
    color: #152717;
    border-width: 0px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    background-color: #FFFFFF;
    padding: 13px 60px 13px 39px;
    line-height: initial;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: text-top;
}

.bg-style {
    background-size: cover;
    background-position: center center;
}

.submit-button {
    font-family: 'Open Sans';
    background-color: #152717;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 48px;
    margin-top: 20px;
    transition: all .3s ease;
}

.submit-button:hover {
    background-color: #6cbd5c;
}

.scrollbar-tab::-webkit-scrollbar {
    width: 10px;
}

.scrollbar-tab::-webkit-scrollbar-thumb {
    background: grey;
}

.scrollbar-tab::-webkit-scrollbar-track {
    box-shadow: none;
}

/*loader*/
#button {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    background-color: #eee;
    border: solid #ccc 1px;
    cursor: pointer;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.is-hide {
    display: none;
}

.bubbleloader {
    margin: auto;
    height: 110px;
    width: 110px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    bottom: 0;
}

.bubbleloader>div {
    height: inherit;
    width: inherit;
    position: absolute;
}

.bubbleloader>div>div {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #78b333;
    position: absolute;
    top: 0%;
    right: 50%;
    transform: translate(50%, 0%) scale(0);
    animation-name: scale;
    animation-duration: 1.1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.bubbleloader>div:nth-child(2) {
    transform: rotate(30deg);
}

.bubbleloader>div:nth-child(3) {
    transform: rotate(60deg);
}

.bubbleloader>div:nth-child(4) {
    transform: rotate(90deg);
}

.bubbleloader>div:nth-child(5) {
    transform: rotate(120deg);
}

.bubbleloader>div:nth-child(6) {
    transform: rotate(150deg);
}

.bubbleloader>div:nth-child(7) {
    transform: rotate(180deg);
}

.bubbleloader>div:nth-child(8) {
    transform: rotate(210deg);
}

.bubbleloader>div:nth-child(9) {
    transform: rotate(240deg);
}

.bubbleloader>div:nth-child(10) {
    transform: rotate(270deg);
}

.bubbleloader>div:nth-child(11) {
    transform: rotate(300deg);
}

.bubbleloader>div:nth-child(12) {
    transform: rotate(330deg);
}

.bubbleloader>div:nth-child(2)>div {
    animation-delay: 0.1s;
}

.bubbleloader>div:nth-child(3)>div {
    animation-delay: 0.2s;
}

.bubbleloader>div:nth-child(4)>div {
    animation-delay: 0.3s;
}

.bubbleloader>div:nth-child(5)>div {
    animation-delay: 0.4s;
}

.bubbleloader>div:nth-child(6)>div {
    animation-delay: 0.5s;
}

.bubbleloader>div:nth-child(7)>div {
    animation-delay: 0.6s;
}

.bubbleloader>div:nth-child(8)>div {
    animation-delay: 0.7s;
}

.bubbleloader>div:nth-child(9)>div {
    animation-delay: 0.8s;
}

.bubbleloader>div:nth-child(10)>div {
    animation-delay: 0.9s;
}

.bubbleloader>div:nth-child(11)>div {
    animation-delay: 1s;
}

.bubbleloader>div:nth-child(12)>div {
    animation-delay: 1.1s;
}

@keyframes scale {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

/* Header menu */
.header {
    font-family: 'Open Sans';
    width: 100vw;
    padding: 21px 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important;
}

.menu-item-has-children {
    position: relative;
}

.header-menu {
    float: right;
    padding: 0px;
}

.header a.logo {
    display: inline-block;
}

.header a.logo img {
    width: 206px;
    transition: all 0.3s ease;
}

.header.fixed {
    padding: 10px 0px;
}

.header.fixed a.logo img {
    width: 160px;
}

.header+* {
    margin-top: 90px;
}

.main-menu {
    float: right;
    display: inline-block;
}

.main-menu ul {
    float: left;
}

.main-menu li {
    float: left;
    margin-right: 22px;
    position: relative;
}

.main-menu li a {
    display: inline-block;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.main-menu>ul>li:last-child {
    margin-right: 0px;
}

.down-arrow {
    margin-left: 5px;
}

.main-menu>ul>li:last-child>a {
    padding-right: 0px;
}

.main-menu li a:hover,
.main-menu li.active a {
    color: #06381d;
}

.main-menu li.active a:after {
    content: "";
    border-bottom: 2px solid #06381d;
    position: absolute;
    top: 20px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.main-menu ul.menu {
    display: flex;
    align-items: center;
}

.profile-sub-menu li a {
    padding: 10px 15px;
    display: block;
    width: 100%;
    font-size: 14px;
}

.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0px;
}

.site-header .container {
    position: relative;
    z-index: 1;
}

.site-header {
    margin-bottom: 20px;
}

.entry-content>.vc_row {
    margin: 0px;
}

.page-main-menu {
    float: right;
    width: 100%;
}

.site-header.fixed .logo {
    display: block;
}

#masthead.fixed {
    top: 0px;
    z-index: 1;
    position: fixed;
    background-color: #ffffff;
    padding: 15px 0px;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}

.childlink {
    display: none;
}

.header.fixed {
    position: fixed;
    top: 0;
    -webkit-animation-name: scroll_effect;
    animation-name: scroll_effect;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    z-index: 9;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.dropdown-toggle {
    background: transparent;
    padding: 0px 20px;
}

/* Banner style  */
.banner {
    color: #ffffff;
    padding-top: 110px;
    padding-bottom: 110px;
}

.banner .button-wrap {
    margin-top: 60px;
}

.button-wrap .common-btn {
    margin-right: 20px;
}

/* homepage */
.world-collective-is {
    padding: 100px 0px;
}

.world-collective-is h2 {
    margin: 0;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.world-collective-is li {
    font-family: 'Open Sans';
    line-height: 35px;
    font-size: 20px;
    color: #4F4F4F;
    text-align: initial;
    list-style: disc;
    margin-bottom: 10px;
}

.world-collective-is .content-wrapper {
    margin-right: 30px;
}

.image-wrapper {
    position: relative;
}

.image-wrapper img {
    border-radius: 10px;
}

.image-wrapper .child-img {
    position: absolute;
    bottom: -126px;
    width: 100%;
    height: auto;
    right: 105px;
    border-radius: 18px;
    border: 10px solid #ffffff;
    overflow: hidden;
    max-width: 40%;
}

.child-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.testimonial {
    font-family: 'Open Sans';
    padding: 150px 0px 100px;
    background-color: #000000;
    text-align: center;
}

.testimonial-quote:before {
    content: url(../images/quote1.png);
    display: block;
    position: absolute;
    opacity: 0.25;
    top: -60px;
}

.testimonial-quote:after {
    content: url(../images/quote2.png);
    position: absolute;
    opacity: 0.25;
    bottom: -60px;
    right: 0;
}

.testimonial_description:before {
    content: '';
    height: 5px;
    width: 200px;
    background-color: #ffffff;
    position: absolute;
    top: -40px;
    left: 8%;
    opacity: 0.15;
}

.testimonial_description:after {
    content: '';
    right: 8%;
    height: 5px;
    width: 200px;
    background-color: #ffffff;
    position: absolute;
    opacity: 0.15;
    bottom: -25px;
}

.testimonial_description_inner:before,
.testimonial_description_inner:after {
    content: '';
    height: 86px;
    width: 5px;
    background-color: #ffffff;
    position: absolute;
    top: 50px;
    left: 30px;
    opacity: 0.15;
}

.testimonial_description_inner:after {
    top: initial;
    bottom: 55px;
    left: initial;
    right: 30px;
}

.testimonial_content {
    padding: 0px 110px;
}

.testimonial-text-inner {
    margin: 50px 0px 15px;
    display: inline-block;
}

.testimonial_content p {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}

.testimonial-text-inner p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.problem-content {
    background: #efefef;
    padding: 50px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.problem-bootom-content {
    text-align: center;
    margin-top: 40px;
}

.problem-wrapper span {
    text-decoration: underline;
}

.problem-solution {
    padding-top: 100px;
    padding-bottom: 30px;
}

.problem-wrapper h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.problem-solution h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.problem-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.solution-content {
    background: #000;
    color: #fff;
    padding: 50px;
    flex: 1;
}

.solution-content-inner {
    margin-bottom: 60px;
}

.problem-solution p {
    font-size: 18px;
    font-family: 'Open Sans';
    min-height: 112px;
}

.problem-content h3 {
    text-align: center;
}

.stepper-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.stepper-content h2 {
    text-transform: capitalize;
    padding-bottom: 50px;
}

.stpper-count {
    background: #06381d;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
}

.stpper-count span {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    height: auto;
}

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

.stpper-count h3 {
    margin: 0;
}

.stpper-content {
    text-align: center;
    position: relative;
}

.stpper-content h3 {
    text-transform: uppercase;
}

.stpper-content p {
    font-family: 'Open Sans';
    font-size: 16px;
    margin-top: 10px;
}

.stpper-content .step-title {
    min-height: 48px;
    margin-bottom: 20px;
}

.stpper-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 20px;
    left: 54%;
    z-index: -1;
    background-color: #06381d;
}

.stepper-content .col-lg-3:last-child .stpper-content:before {
    display: none;
}

/* login-changepassword-editprofile page */
.auth-page {
    background: #f8f8f8;
    padding: 110px 0px;
}

.auth-page .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 42px;
    background-color: #6cbd5c;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    color: #fff;
    text-align: left;
    padding: 12px 20px !important;
}

.custom-form {
    margin: 30px 0px;
}

.custom-form .form-control {
    font-family: 'Open Sans';
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    height: 60px;
    max-width: 100%;
    background: #fff;
}

.custom-form label {
    font-family: 'Open Sans';
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.custom-form .submit-button {
    margin-top: 50px;
}

.login-wrapper {
    background-color: #f8f8f8;
    overflow: hidden;
    position: relative;
}

.login-form {
    padding: 100px 0px;
    display: inline-block;
    width: 100%;
    max-width: 460px;
}

.login-form h2 {
    font-weight: 700;
    margin-bottom: 30px;
}

.login-form .form-control {
    border-radius: 5px;
    height: 60px;
    border: none;
    padding: 6px 20px;
    max-width: 100%;
    background: #fff !important;
}

.login-form .input-wrapper {
    margin-bottom: 40px;
    font-family: 'Open Sans';
}

.login-form label {
    font-size: 16px;
    margin-bottom: 10px;
}

.login-form .forgot-link {
    font-family: 'Open Sans';
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}

.login-form .submit-button {
    width: 100%;
    margin-bottom: 20px;
}

.login-form .not-register {
    font-family: 'Open Sans';
    margin: 0;
    text-align: center;
}

.login-banner {
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

/* About us page  */
.profile-sub-menu {
    background-color: #ffffff;
    white-space: nowrap;
}

.common-btn:hover {
    opacity: 0.8;
    color: #152717;
}

.common-btn:before {
    content: '9';
    font-family: 'ElegantIcons';
    position: absolute;
    right: 30px;
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
}

.common-btn.normal-btn {
    padding: 13px 70px;
}

.common-btn.green-btn {
    background-color: #558f45;
    color: #ffffff;
}

.normal-btn:before {
    content: "\35";
    margin-right: 10px;
    font-size: 28px;
    transition: all 0.3s ease;
    opacity: 0;
}

.normal-btn:hover:before {
    margin-right: -20px;
    opacity: 1;
}

.about-info-content {
    padding: 100px 0px;
}

.about-image {
    text-align: right;
    padding: 70px 0px;
    position: relative;
}

.about-image img {
    max-width: 70%;
}

.about-image:before {
    content: "";
    position: absolute;
    background-color: #EFF0F5;
    width: 100%;
    left: 0px;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 71%;
}

.about-content {
    color: #4f4f4f;
    font-size: 20px;
    padding: 70px 30px 0px 30px;
    font-family: 'Open Sans';
}

.about-content h6 {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 30px;
    color: #4F4F4F;
}

.about-content h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 25px 0px 25px;
    font-family: 'Playfair Display';
    color: #152717;
}

.priroty-box-section {
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #f8f8f8;
    display: none;
}
.our-team-section h2 {
    margin-bottom: 30px !important;
}
.priroty-box {
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    padding: 20px 20px;
    text-align: center;
    margin: 0px 10px 20px 10px;
    width: 100%;
    font-size: 16px;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.priroty-box-wrapper {
    display: flex;
    margin: 0px -10px;
}

.priroty-box:last-child {
    margin-right: 0px;
}

.priroty-box p {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans';
    margin-bottom: 0;
}

.our-team-wrapper {
    justify-content: center;
}

.our-team-section {
    padding: 80px 0px 45px;
}

.our-team-section .title {
    margin-bottom: 40px;
}

.title {
    font-family: 'Open Sans';
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.title h2 {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 45px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 10px;
}

.team-member {
    text-align: center;
    padding: 0px 11px;
    margin-bottom: 80px;
}

.team-member-image img {
    width: 260px;
}

.team-member-image {
    margin-bottom: 30px;
}

.team-member h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 13px;
}

.team-member h4 {
    font-family: 'Open Sans';
    text-align: center;
    color: #6cbd5c;
    font-weight: 700;
    font-size: 18px;
    min-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.team-member .common-btn {
    margin-top: 30px;
}

.core-terms li:after {
    content: "";
    position: absolute;
    background-color: white;
    border: 4px solid #6CBD5C;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    left: 0px;
}

.core-terms li {
    position: relative;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    color: #000;
    padding-left: 30px;
    display: flex;
    align-items: baseline;
}

.member-modal .modal-content-box p {
    line-height: 32px;
}

.member-modal .modal-content-box a {
    color: #2ea3f2;
}

/* member  popup  */
.modal-popup-box .et_pb_module {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    max-height: calc(100vh - 66px);
    overflow: auto !important
}

.modal-popup-box .et_pb_blurb_content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px
}

.modal-whole-box .modal-image img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    object-fit: cover
}

.modal-whole-box .modal-image {
    margin-right: 30px
}

.modal-header-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px
}

.modal-text h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 18px;
    padding: 0px;
    color: black
}

.modal-text h4 {
    color: #6CBD5C;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600
}

.modal-content-box p:not(:last-child) {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    padding: 0px;
    margin-bottom: 40px
}

.modal-content-box h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    border: 1px solid #E1E1E1;
    border-left: 0;
    border-right: 0;
    padding: 16px 0px
}

.btn-close {
    opacity: 1;
    color: white;
    background-color: #6CBD5C;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 0;
    right: -15px;
    top: -15px;
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 0px;
    background-image: none;
}

.member-modal .modal-dialog {
    min-width: 930px;
    min-height: auto;
}

.member-modal .modal-body {
    padding: 50px 30px;
    color: #666;
    max-height: calc(100vh - 66px);
    overflow: auto !important;
}

.btn-close:hover {
    opacity: 1;
    background-color: #000000;
    color: #ffffff;
}

.modal {
    backdrop-filter: saturate(180%) blur(5px);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
}

.modal-dialog {
    display: flex;
    align-items: center;
    font-family: 'Open Sans';
}

/* Membership page  */
.bg-overlay {
    position: relative;
}

.banner .container {
    position: relative;
}

.membership-area {
    background-color: #000000;
    color: #ffffff;
    padding: 100px 0px;
}

.white-title h2 {
    color: #ffffff;
}

.membership-area .title {
    margin-bottom: 50px;
}

.custom-list-wrap>div {
    margin-bottom: 30px;
}

.custom-list-box {
    border: 1px solid #343434;
    border-radius: 5px;
    padding: 35px 25px;
    height: 100%;
    font-size: 20px;
}

.custom-list-top p {
    font-size: 16px;
    font-family: 'Open Sans';
}

.custom-list-box h3 {
    font-size: 23px;
    line-height: 36px;
}

.custom-list-box li:before {
    content: '';
    font-family: 'ElegantIcons';
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 1px
}

.custom-list-box li {
    list-style: none;
    padding-left: 36px;
    position: relative;
    margin-bottom: 20px
}

.custom-list-box ul {
    padding: 0px;
    font-family: 'Open Sans';
    font-size: 18px;
}

.custom-list-top {
    border-bottom: 1px solid #444444;
    margin-bottom: 20px;
}

a.custom-link {
    font-family: 'Open Sans';
    color: #000;
}

.common-btn.transparent-btn {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.common-btn.transparent-btn:hover {
    background-color: #ffffff;
    color: #000000;
}

.custom-list-content {
    margin-bottom: 40px;
    height: calc(100% - 100px);
}

.signup-popup .modal-dialog {
    max-width: 960px;
}

.signup-popup-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
    border-radius: 5px;
    height: 338px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 0px 15px;
    transition: all .3s ease;
    transform: initial !important
}

.signup-popup .signup-text h3 {
    display: block;
    margin-top: 40px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    padding: 0px 40px;
    background-color: transparent !important
}

.signuppopup-whole-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px auto;
    max-width: 80%;
    padding: 40px 0px;
}

.signuppopup-whole-box a {
    display: inline-block;
}

.signup-popup-box:hover {
    background-color: #6CBD5C;
    color: white;
}

.signup-popup-box:hover a {
    color: white;
}

.member-collection-top ul {
    display: flex;
    flex-direction: column;
    list-style: disc;
    padding-left: 22px;
}

.member-collection-top ul li {
    list-style: disc;
}

.member-collection-top ul li h3 {
    font-size: 16px;
    padding-right: 10px;
}

.member-collection-top .member-inner-list {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

/*membership-details-page*/
.member-collection-content {
    background: #000;
    padding-top: 80px;
    padding-bottom: 80px;
}

.member-collection-inner h3 {
    color: #fff;
    margin: 30px 0px 35px;
    font-size: 18px;
}

.member-collection-inner .border-button {
    border: 1px solid #ffffff;
    padding: 12px 10px 12px 0px;
    background: transparent;
    color: #fff;
    width: 100%;
    max-width: 250px;
    text-align: center;
}

.member-collection-inner .common-btn:before {
    display: none;
}

.member-collection-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.member-collection-top {
    display: flex;
    flex-direction: column;
    flex: 1;
}

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



/* partners page */
.our-partner-content {
    padding-top: 100px;
    padding-bottom: 30px;
}

.our-partner-content .title {
    padding-bottom: 32px;
}

.partner-image-wrapper {
    padding: 68px 73px;
}

/* partner-detail page */
.partner-inner-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.partner-inner-section .member-collection-inner h3 {
    color: #000;
    font-size: 22px;
}

.partner-inner-section .member-collection-inner .border-button {
    border: 1px solid #000000;
    padding: 13px 0px;
    color: #000;
    max-width: 140px;
}

.partner-inner-section .member-collection-inner .border-button:hover {
    background: #152717;
    color: #ffffff;
    border-color: #152717;
    opacity: 1;
}

.custom-form {
    width: 100%;
}

.sgs-section .open-document a {
    max-width: 100% !important;
}

/* services page */
.our-services-content {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #f8f8f8;
}

.our-services-content .title {
    padding-bottom: 50px;
}

.our-services-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
    border-radius: 5px;
}

.content {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

h4 {
    font-size: 26px;
    font-weight: 700;
    color: #152717;
}

.custom-height {
    display: flex;
}

.our-service-heading {
    margin-left: 25px;
}

.our-services-wrapper .description {
    font-size: 20px;
    color: #4f4f4f;
    font-weight: 500;
    margin-bottom: 20px;
    min-height: 90px;
}

.our-services-wrapper p {
    font-family: 'Open Sans';
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
}

.border-button {
    border: 1px solid #152717;
    padding: 12px 45px 12px 20px;
    font-weight: 500;
}

.border-button:hover {
    background-color: #152717;
    color: #ffffff;
}

.border-button:before {
    right: 20px;
}

/* service-details page */
.service-image {
    position: relative;
    text-align: right;
    padding: 80px 0px;
}

.custom-padding {
    padding-left: 0px;
}

.service-image:before {
    content: "";
    position: absolute;
    background-color: #EFF0F5;
    left: 0px;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 60%;
}

.service-content {
    padding: 50px 0px;
    max-width: 655px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: flex-start;
    margin-left: 30px;
}

.service-content p {
    font-size: 20px;
    font-family: 'Open Sans';
    line-height: 35px;
    color: #4f4f4f;
    margin-bottom: 5px;
}

.service-content .common-btn {
    margin-top: 30px;
}

.service-collection {
    padding-top: 115px;
    padding-bottom: 80px;
}

.collection-inner {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    height: 100%;
}

.collection-inner .service-collection-image {
    display: flex;
}

.service-collection-content {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 25px 20px;
    position: relative;
    background: #F2F2F2;
    border: 1px solid #D8D8D8;
}

.service-content-top {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-collection-content h3 {
    font-size: 24px;
    font-weight: 700;
}

.service-collection-content p {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    margin: 25px 0px;
}

.service-collection-content .green-text {
    font-family: 'Open Sans';
    position: relative;
    color: #06381D;
    font-weight: 700;
    padding: 0px
}

.service-collection-content .green-text:after {
    content: '9';
    font-family: 'ElegantIcons';
    font-weight: 400;
    position: absolute;
    top: 0;
    margin: auto;
}

.education-list {
    padding-left: 20px
}

.education-list li {
    list-style: disc;
    font-family: 'Open Sans';
    margin-bottom: 10px;
    font-size: 18px;
}

.education-inner-list {
    padding-left: 20px;
    padding-top: 20px;
}

/* press-event page */
.press-event-content {
    padding-top: 110px;
    padding-bottom: 110px;
}

.press-event-wrapper img {
    min-height: 300px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}

.press-event-wrapper h3 {
    font-size: 22px;
}

.press-event-wrapper p {
    font-family: 'Open Sans';
    font-weight: 500;
    color: #333333;
}

/* event-detail page */
.event-detail-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.event-detail-content h2 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
}

.event-title {
    margin-bottom: 20px;
}

.author-name {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.author-name a {
    padding-left: 5px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.event-image {
    width: 100%;
    padding-bottom: 30px;
}

.event-image img {
    width: 100%;
    object-fit: cover;
}

.event-detail-content p {
    margin: 0;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* application form */
.application-form-content {
    padding: 80px 0px;
    background-color: #f8f8f8;
}

.form-title h2 {
    font-family: 'Open Sans';
    padding: 20px 20px;
    margin: 20px 0px;
    font-weight: 700;
    font-size: 26px;
    line-height: 42px;
    background-color: #6cbd5c;
    border-radius: 5px;
    color: #fff;
}

.form-title h2 span {
    margin-right: 10px;
}

.form-box {
    font-family: 'Open Sans';
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
}

.application-whole-form {
    padding: 20px 0px;
}

.form-box .icontroller {
    width: 100%;
    padding: 15px 15px;
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    background-color: #fff;
    transition: all .3s ease;
}

.form-box .icontroller:focus,
.textarea-form .tcontroller:focus {
    outline: none;
    background-color: whitesmoke;
}

.form-box label br {
    display: none;
}

/* sucess-box */
.success-modal {
    text-align: center;
}

.success-modal .modal-body {
    padding: 80px 50px;
}

.success-modal h4 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 50px;
}

.success-modal .modal-dialog {
    font-family: 'Open Sans';
}

.success-modal .green-btn {
    font-family: 'Open Sans';
    background-color: #152717;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 60px;
    transition: all .3s ease;
}

.success-modal .green-btn:hover {
    background-color: #6CBD5C;
}

.success-modal .not-now {
    background: #efefef !important;
    color: #000 !important;
    margin-left: 10px;
}

.application-modal p {
    font-size: 20px;
    margin-bottom: 50px;
}

.alreadyMember .modal-dialog {
    max-width: 700px;
}

/* design-box */
.application-design-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.application-design-box .part .lcontroller {
    width: 26%;
}

.application-design-box .part {
    width: 100%;
}

.application-design-box .right-part {
    margin-left: 30px;
}

.icon img {
    margin-bottom: 5px;
}

.mterms {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mterms input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #eee;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
}

.mterms:hover input~.checkmark {
    background-color: #ccc;
}

.mterms input:checked~.checkmark {
    background-color: #6CBD5C;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.mterms input:checked~.checkmark:after {
    display: block;
}

.mterms .checkmark:after {
    left: 10px;
    top: 1px;
    width: 13px;
    height: 26px;
    border: solid white;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.membership-box .mterms-text h3 {
    font-size: 24px;
}

.membership-box .mterms-text {
    font-family: 'Open Sans';
    margin-left: 16px;
    display: block;
}

.membership-whole-form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px;
    list-style-type: none;
}

.membership-whole-form li {
    width: 33.33%;
}

.word-link {
    text-align: center;
    margin: 50px 0px;
}

.word-link a {
    font-family: 'Open Sans';
    font-size: 30px;
    color: #152717;
    font-weight: 500;
    font-style: italic;
}

.tick-title {
    font-family: 'Open Sans';
    font-size: 24px;
}

.membership-whole-form.products li {
    margin-bottom: 30px;
    width: 50%;
}

.membership-whole-form.products {
    margin-top: 30px;
}

.membership-whole-form.products .form-box {
    margin-top: 30px;
    display: block;
    margin-left: 56px;
}

.business-whole-form.sustain {
    margin-top: 0px;
}

.business-whole-form {
    display: flex;
    justify-content: flex-start;
    padding: 0px;
    list-style-type: none;
    flex-wrap: wrap;
    margin-top: 30px;
}

.business-whole-form li {
    width: 50%;
    margin-bottom: 20px;
}

.business-whole-form li:nth-child(odd) .textarea-form {
    margin-right: 80px;
}

.textarea-form .lcontroller {
    font-family: 'Open Sans';
    margin-bottom: 10px;
    display: block;
}

.textarea-form .tcontroller {
    background-color: white;
    width: 100%;
    padding: 10px 10px;
    border-radius: 8px;
    color: black;
    border: 1px solid #eeee;
    resize: none;
    transition: all .3s ease;
}

.tier-terms li {
    width: 100%;
    font-size: 18px;
}

/*payment-screen*/
.paymentModal .modal-dialog {
    max-width: 760px;
}

.paymentModal .modal-content {
    padding: 50px;
}

.paymentModal .modal-content h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.custom-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.custom-radio label {
    margin: 0px;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.custom-radio label:before {
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #818a8f;
    opacity: 0.4;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    position: absolute;
    left: 0;
}

.custom-radio input:checked+label:after {
    opacity: 1;
}

.custom-radio label:after {
    content: '';
    left: 9px;
    top: 7px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    opacity: 0;
}

.custom-radio input[type="radio"]:checked+label:before {
    background-color: #61c13e;
    opacity: 1;
    border-color: #61c13e;
}

.paymentModal .modal-body {
    display: flex;
    justify-content: space-around;
}

.strip-pay form {
    opacity: 0;
}

.strip-pay.show form {
    opacity: 1;
}

.pay #paypal-button-container {
    opacity: 0;
}

.pay.open #paypal-button-container {
    opacity: 1;
}

.paypal-button-color-gold {
    margin-bottom: 0px;
}

.strip-button {
    font-family: 'Open Sans';
    padding: 5px 30px;
    border-radius: 5px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(120deg, rgba(55, 118, 255, 0) 0%, #1e65ff 100%);
    background-color: #379eff;
}

.payment-sucess-wrapper {
    font-family: 'Open Sans';
    box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important;
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
}

.payment-sucess-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.payment-top {
    background: #78b333;
    color: #fff;
    padding: 60px 0px;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600;
}

.payment-bottom {
    padding: 80px;
}

.payment-top img {
    margin-bottom: 30px;
}

.payment-top.failed {
    background: #da0b1f;
}

.payment-bottom p {
    font-size: 20px;
    margin-bottom: 20px;
}

.payment-bottom .common-button {
    background: #78b333;
    color: #fff;
    padding: 10px 30px;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 5px;
}

/*error-message*/
.form_field_error {
    font-family: 'Open Sans';
    color: red;
    font-size: 14px;
}

.application-whole-form .form_field_error {
    position: absolute;
    top: 100%;
}

/* Login page Google-LinkedIn buttons */
.social-links {
    display: flex;
    margin: 10px -10px;
}

.social-links .custom-btn {
    width: 50%;
    height: 55px;
    display: flex;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}

.linkdin {
    background: #1F66C2;
}

.google {
    background: #E94235;
}

.page-custom-list a.custom-link {
    color: #fff;
}

/*coming-soon*/
.coming-soon {
    background: #06381d;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.coming-soon h1 {
    color: #fff;
    font-size: 120px;
    text-transform: uppercase;
    text-align: center;
}

.logo-wrap {
    position: absolute;
    bottom: 50px;
}

/* get-in-touch */
.get-in-touch-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

.get-in-touch-content h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
}

.get-in-touch-content p {
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 400;
}

.get-in-touch-content .common-btn {
    color: #3B6E2D;
    font-weight: 400;
    font-size: 20px;
    padding: 12px 36px;
}

.get-in-touch-content .common-btn:before {
    display: none;
}

.pt-100 {
    padding-top: 100px;
}

.get-in-touch-image img {
    height: 315px;
    object-fit: cover;
    object-position: center;
}

/* footer */
section {
    z-index: 1;
    position: relative;
    background-color: #ffffff;
}

.main-footer {
    padding: 50px 0px;
    background-color: #06381d;
    text-align: center;
    position: relative;
    z-index: 0;
}

.main-footer h2 {
    color: #78b333;
    font-size: 185px;
    margin: 0;
}

.main-footer h3 {
    font-family: 'Playfair Display';
    font-size: 130px;
    color: #fff;
    font-weight: 700;
    margin: -60px 0 0;
}

.main-footer p {
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.main-footer .common-btn {
    margin: 40px 0px 25px;
}

.footer-sticky-logo {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 3;
}

.footer-logo {
    position: fixed;
    bottom: 50px;
    right: 50px;
}

.footer-social {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.footer-social .social_network_link {
    margin: 0px 10px;
}

.social_network_link a {
    height: 66px;
    width: 66px;
    border-radius: 3px;
    border: 1px solid #ffffff1a;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_network_link a:after {
    font-family: 'ElegantIcons';
    color: #fff;
    font-size: 35px;
}

.social_network_link .instagram-icon:after {
    content: "\e09a";
}

.social_network_link .linkdin-icon:after {
    content: "\E09D";
}

.bottom-logo {
    position: absolute;
    right: 0;
    bottom: 20px;
}
.service-content h3 {
    margin-bottom: 18px;
}
.about-content p:nth-child(1) {
    font-weight: 600;
}
/* Live Ul li css */
.service-content ul li {
    list-style-type: disc;
    margin-bottom: 10px;
    font-family: 'Open Sans';
}
.service-content ul li > ul,.problem-content > ul, .solution-content > ul{
    padding-top: 20px;
    padding-left: 20px;
}
.service-content > ul {
    padding-left: 20px;
}
.problem-content > ul > li, .solution-content > ul > li {
    list-style-type: disc;
    margin-bottom: 10px;
    font-family: 'Open Sans';
}

/* Responsive view */
@media screen and (min-width: 1500px) {
    .container {
        max-width: 1470px;
    }
}

@media (max-width: 1480px) {
    .service-image img {
        max-width: 70%;
    }
}

@media screen and (max-width: 1440px) {
    .team-member h3 {
        font-size: 20px;
    }

    .world-collective-is h2 {
        font-size: 38px;
        line-height: 1;
    }

    .partner-image-wrapper {
        padding: 45px 30px;
    }

    .form-title h2 {
        padding: 20px 20px;
        font-size: 22px;
    }

    .form-box .lcontroller {
        width: 15%;
    }

    .application-design-box .part .lcontroller {
        width: 38%;
    }

    .icon img {
        height: 42px;
    }

    .form-box .lcontroller,
    .form-box .icontroller {
        font-size: 22px;
    }

    .membership-box .mterms-text h3 {
        font-size: 25px;
        margin: 12px 0px;
        line-height: 1.3;
    }

    .textarea-form .lcontroller,
    .textarea-form .tcontroller,
    .mterms-text p {
        font-size: 22px;
        line-height: 30px;
    }

    .tick-title {
        font-size: 25px;
    }

    .image-wrapper .child-img {
        right: -56px;
        max-width: 55%;
    }

    .member-collection-inner .border-button {
        padding: 20px 0px;
        font-size: 15px;
    }

    .service-collection-content p {
        margin: 15px 0px;
    }

    .service-collection-content h3 {
        font-size: 20px;
    }

    .service-collection-content {
        padding: 25px 15px;
    }

    .problem-solution {
        padding-bottom: 50px;
        padding-top: 30px;
    }

    .about-content p {
        font-size: 18px;
    }

    .about-image img {
        max-width: 85%;
    }

    .about-content {
        padding: 70px 0px 0px 10px
    }

    .our-team-section h2 {
        margin-bottom: 30px;
    }

    .service-content {
        margin-left: 12px;
    }

    .service-content h3 {
        line-height: 1.5;
    }

    .press-event-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .world-collective-is {
        padding: 100px 0px 50px;
    }

}


@media screen and (max-width: 1340px) {
    .priroty-box-wrapper {
        flex-wrap: wrap;
    }

    .priroty-box {
        width: calc(25% - 20px);
        float: left;
    }

    /* membership 1300px */
    .membership-whole-form.products li {
        margin-bottom: 20px;
    }

    .textarea-form .lcontroller,
    .textarea-form .tcontroller,
    .mterms-text p {
        font-size: 21px;
        line-height: 30px;
    }

    .form-box .lcontroller {
        width: 17%;
    }

    .application-design-box .part .lcontroller {
        width: 43%;
    }

    .service-content {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-left: 0px;
    }

    .service-collection {
        padding-top: 50px;
    }

    .service-content p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1300px) {
    .image-wrapper .child-img {
        right: -25px;
    }
}

@media screen and (max-width: 1200px) {
    .title h2 {
        margin-bottom: 20px;
    }

    .title {
        font-size: 20px;
    }

    .world-collective-is {
        padding: 60px 15px 60px 15px;
    }

    .testimonial_description:before {
        left: 90px;
    }

    .testimonial_description:after {
        right: 90px;
    }

    .testimonial_description_inner:before {
        top: 30px;
    }

    .testimonial_description_inner:after {
        bottom: 30px;
    }

    /* membership form */
    .form-box .lcontroller {
        width: 20%;
    }

    .application-design-box .part .lcontroller {
        width: 56%;
    }

    .membership-whole-form li {
        width: 50%;
    }

    .membership-box .mterms-text {
        margin-left: 10px;
    }

    .checkmark {
        height: 35px;
        width: 35px;
    }

    .mterms .checkmark:after {
        left: 10px;
        top: 1px;
        width: 13px;
        height: 23px;
        border: solid white;
        border-width: 0 5px 5px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mterms-text p {
        top: 0;
    }

    .business-whole-form li:nth-child(odd) .textarea-form {
        margin-right: 40px;
    }

    .business-whole-form.sustain .lcontroller,
    .business-whole-form.supply-chain .lcontroller {
        min-height: 64px;
    }

    .textarea-form .lcontroller {
        margin-bottom: 0px;
    }

    .word-link {
        text-align: center;
        margin: 60px 0px 50px;
    }

    .word-link a {
        font-size: 25px;
    }

    .tick-title {
        font-size: 22px;
    }

    .child-img img {
        height: 250px;
    }

    .world-collective-is li {
        font-size: 18px;
    }

    .problem-solution h4 {
        font-size: 22px;
    }

    .problem-solution h4 {
        margin-bottom: 25px;
    }

    .problem-content, .solution-content {
        padding: 40px 30px;
    }

    .about-info-content {
        padding: 60px 0px;
    }

    .priroty-box-section {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    section.our-team-section p {
        font-size: 18px;
    }

    .team-member .common-btn {
        margin-top: 17px;
    }

    .press-event-wrapper h3 {
        font-size: 18px;
    }

    .press-event-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@media screen and (max-width: 1023px) {
    .banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-image:before {
        width: 65%;
    }

    .about-image img {
        max-width: 100%;
    }

    .about-content {
        padding: 40px 0px 0px 0px;
    }

    .our-team-section {
        padding: 50px 0px 0px;
    }

    .our-services-content {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .our-services-content h2 {
        font-size: 36px;
        margin: 0px;
    }

    .banner .button-wrap {
        margin-top: 50px;
    }

    .press-event-wrapper {
        margin-bottom: 30px;
    }

    .press-event-content {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .press-event-wrapper img {
        margin-bottom: 15px;
    }
    .service-image img{
        max-width: 90%;
    }
}

@media (max-width: 1199px) {
    .partner-inner-section .member-collection-top .member-inner-list {
        align-items: flex-start;
        flex-direction: column;
    }



    .member-collection-inner .border-button {
        font-size: 13px;
    }
}

@media screen and (max-width: 1023px) {
    .form-box .lcontroller {
        width: 30%;
    }

    .application-design-box .part .lcontroller {
        width: 100%;
    }

    .membership-whole-form li {
        width: 100%;
    }

    .membership-whole-form.products li {
        width: 100%;
    }

    .membership-whole-form.products .form-box {
        margin-top: 10px;
        margin-left: 0px;
    }

    .word-link {
        text-align: center;
        margin: 40px 0px 40px;
    }

    .word-link a {
        font-size: 22px;
    }

    .membership-whole-form.products li {
        margin-bottom: 10px;
    }

    .business-whole-form li {
        width: 100%;
        margin-bottom: 10px;
    }

    .business-whole-form.sustain .lcontroller,
    .business-whole-form.supply-chain .lcontroller {
        min-height: auto;
        margin-bottom: 6px;
    }

    .business-whole-form li:nth-child(odd) .textarea-form {
        margin-right: 0px;
    }

    .form-title h2 {
        padding: 16px 10px;
        font-size: 18px;
    }

    .login-banner {
        display: none;
    }

    .problem-wrapper {
        padding-bottom: 0px;
    }
    .problem-wrapper.problem {
        padding-bottom: 40px;
    }

    .child-img img {
        height: 400px;
        width: 85%;
        object-fit: cover;
    }

    .problem-bootom-content {
        margin-top: 20px;
    }

    .education-list li {
        font-size: 16px;
    }

    .service-content .common-btn {
        margin-top: 22px;
    }

    .service-content p {
        font-size: 16px;
        line-height: 30px;
    }

    .service-content .common-btn {
        margin-top: 20px;
    }

    .our-partner-content {
        padding-top: 60px;
    }

    .our-partner-content h2 {
        font-size: 35px;
    }
    .membership-area h2 {
        font-size: 35px;
    }
    .custom-list-box h3{
        font-size: 17px;
    }
    .custom-list-top{
        margin-bottom: 20px;
    height: 138px !important;
    }
    .membership-area{
        padding: 60px 0px 30px;
    }
    .custom-list-box li {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    .main-menu {
        display: block !important;
    }

    .profile-sub-menu {
        min-width: 180px;
        border-top: 2px solid #06381d;
        border-radius: 0px
    }

}

@media screen and (max-width: 991px) {
    .priroty-box {
        width: calc(33.33% - 20px);
        float: left;
    }

    .btn-close {
        top: -10px;
        right: -10px;
    }

    .member-modal .modal-dialog {
        min-width: initial;
    }

    .about-content h3 {
        font-size: 26px;
    }



    /* menu start */
    .header {
        position: fixed;
        width: 100%;
        z-index: 9;
        top: 0px;
        padding: 15px 0px;
    }

    .header+* {
        margin-top: 80px;
    }

    .main-menu ul.menu {
        display: block;
    }

    .header>.container {
        max-width: 100%;
    }

    .logo {
        display: block;
        max-width: 170px;
        margin-top: 9px;
    }

    .header a.logo {
        margin-top: 0px;
    }

    .main-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        border-top: 1px solid #7d7d7d;
        width: 100%;
        padding-bottom: 15px;
        background-color: #ffffff;
        height: calc(100vh - 56px);
        overflow-y: auto;
    }

    .main-menu ul {
        width: 100%;
    }

    .main-menu li,
    .main-menu li a {
        width: 100%;
        margin: 0px;
        font-size: 16px;
    }

    .main-menu li a {
        padding: 10px 15px;
    }

    .sub-menu .sub-menu {
        position: initial;
    }

    .mobile-toggle {
        position: absolute;
        display: block;
        height: 25px;
        width: 26px;
        right: 15px;
        top: 50%;
        display: block;
        cursor: pointer;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .mobile-toggle i {
        position: absolute;
        height: 3px;
        display: block;
        width: 26px;
        background: #558f45;
        left: 0px;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        top: 50%;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%);
    }

    .mobile-toggle i:after,
    .mobile-toggle i:before {
        content: "";
        height: 100%;
        width: 100%;
        background: #558f45;
        left: 0;
        position: Absolute;
    }

    .mobile-toggle i:after {
        top: 9px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
        transition: top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
        -o-transition: transform 0.2s linear, top 0.2s linear 0.2s;
        transition: transform 0.2s linear, top 0.2s linear 0.2s;
        transition: transform 0.2s linear, top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
    }

    .mobile-toggle i:before {
        top: -9px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
        transition: top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
        -o-transition: transform 0.2s linear, top 0.2s linear 0.2s;
        transition: transform 0.2s linear, top 0.2s linear 0.2s;
        transition: transform 0.2s linear, top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
    }

    .mobile-open .mobile-toggle i {
        background: transparent;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .mobile-open .mobile-toggle i:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        -webkit-transition: all 0.2s linear, -webkit-transform 0.2s linear 0.2s;
        transition: all 0.2s linear, -webkit-transform 0.2s linear 0.2s;
        -o-transition: all 0.2s linear, transform 0.2s linear 0.2s;
        transition: all 0.2s linear, transform 0.2s linear 0.2s;
        transition: all 0.2s linear, transform 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
    }

    .mobile-open .mobile-toggle i:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.2s linear, -webkit-transform 0.2s linear 0.2s;
        transition: all 0.2s linear, -webkit-transform 0.2s linear 0.2s;
        -o-transition: all 0.2s linear, transform 0.2s linear 0.2s;
        transition: all 0.2s linear, transform 0.2s linear 0.2s;
        transition: all 0.2s linear, transform 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
    }

    /* submenu */
    .childlink {
        display: inline-block;
        position: absolute;
        font-size: 20px;
        color: #ffffff;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 25px;
        text-align: center;
    }

    .childlink>i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .childlink.active>i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .main-menu li .profile-sub-menu a {
        padding: 10px 25px;
    }

    .signup-popup .modal-dialog {
        max-width: 95%;
    }

    .signuppopup-whole-box {
        max-width: 100%;
    }

    .main-footer h2 {
        font-size: 130px;
    }

    .main-footer h3 {
        font-size: 100px;
        margin: -50px 0 0;
    }

    .footer-logo {
        max-width: 100px;
        right: 20px;
        bottom: 30px;
    }

    .partner-image-wrapper {
        padding: 30px 10px;
    }

    .profile-sub-menu {
        border: none
    }

    /* homepage */
    .world-collective-is .content-wrapper {
        margin-right: 0;
        margin-bottom: 30px;
    }

    /* service-detail */
    .member-collection-inner .border-button {
        padding: 20px 20px;
        max-width: 210px;
    }

    .member-collection-content {
        padding-bottom: 50px;
    }

    .collection-inner {
        height: auto;
    }

    .service-content {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }

    .our-services-wrapper .description {
        min-height: auto;
    }

    .partner-inner-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

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

    .get-in-touch-content .common-btn {
        padding: 12px 20px;
        font-size: 18px;
    }

    .success-modal .green-btn {
        padding: 16px 40px;
    }

    .stpper-content:before {
        display: none;
    }

    .stpper-content .step-title {
        min-height: auto;
        margin-bottom: 10px;
    }

    .stpper-content {
        margin-bottom: 30px;
    }

    .stepper-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .problem-solution {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .service-content h3 {
        line-height: 1.5;
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {

    /* Member modal  */
    .modal-text h3 {
        font-size: 22px;
        line-height: initial;
        margin-bottom: 5px;
    }

    .modal-whole-box .modal-image {
        margin-right: 15px;
        max-width: 100px;
    }

    .modal-whole-box .modal-image img {
        width: 100%;
        height: initial;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    /* About us  */
    h1 {
        font-size: 36px;
        margin-bottom: 20px;
        line-height: 50px;
    }

    h3 {
        font-size: 16px;
    }

    .about-info-content {
        padding: 50px 0px;
    }

    .about-content h3 {
        font-size: 22px;
    }

    .about-content {
        padding-top: 50px;
        font-size: 18px;
    }

    .priroty-box {
        width: 100%;
    }

    .priroty-box-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .title h2 {
        font-size: 32px;
    }

    .our-team-section {
        padding: 0px 0px 35px;
    }

    .team-member .common-btn {
        margin-top: 10px;
    }

    .banner .button-wrap {
        margin-top: 30px;
    }

    .common-btn {
        padding: 15px 30px 15px 25px;
        font-size: 16px;
    }

    .common-btn:before {
        right: 10px;
    }

    .open-document .common-btn {
        padding: 15px 25px 15px 10px;
        font-size: 14px;
    }

    .modal-text h4 {
        font-size: 18px;
    }

    .signuppopup-whole-box {
        display: block;
        padding: 20px 0px 10px;
    }

    .signup-popup-box {
        margin: 0px 0px 20px;
    }

    .signup-popup .signup-text h3 {
        padding: 0px;
    }

    .custom-list-box {
        font-size: 18px;
    }

    .custom-list-top p {
        font-size: 18px;
    }

    .custom-list-box h3 {
        font-size: 24px;
        line-height: initial;
    }

    /* Homepage */
    .world-collective-is {
        padding: 40px 0px 60px 0px;
    }

    .world-collective-is h2 {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .image-wrapper .child-img {
        max-width: 100%;
        width: initial;
        position: initial;
        margin-top: 10px;
    }

    .testimonial_content {
        padding: 15px 30px;
    }

    .testimonial_content p {
        font-size: 16px;
    }

    .testimonial_description_inner:before {
        left: 10px;
    }

    .testimonial_description_inner:after {
        right: 10px;
    }

    .testimonial_description:before,
    .testimonial_description:after {
        width: 120px;
    }

    .testimonial-text-inner {
        margin: 80px 0px 35px;
    }

    .testimonial-text-inner p {
        font-size: 16px;
    }

    .main-footer h2 {
        font-size: 80px;
    }

    .main-footer h3 {
        font-size: 40px;
        margin: -20px 0 0;
    }

    .main-footer p {
        font-size: 16px;
        margin-top: 10px;
    }

    .child-img img {
        height: initial
    }

    .common-btn.normal-btn {
        padding: 15px 30px 15px 30px;
    }

    .partner-image-wrapper {
        text-align: center;
    }

    /* services page */
    .content {
        display: block;
        margin-bottom: 15px;
    }

    .our-services-wrapper {
        padding: 20px;
        text-align: center;
    }

    .our-service-heading {
        margin-left: 0px;
        margin-top: 20px;
    }

    .description {
        font-size: 18px;
    }

    .our-services-content {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .our-services-content .title {
        padding-bottom: 0px;
    }

    .press-event-content {
        padding: 40px 0px 20px;
    }

    .press-event-wrapper {
        margin-bottom: 40px;
        text-align: center;
    }

    .membership-area {
        padding: 50px 0px;
    }

    .member-collection-inner {
        align-items: center;
    }

    .member-collection-inner h3 {
        text-align: center;
        font-size: 17px;
        line-height: 1.5;
    }

    .member-collection-top ul li h3 {
        text-align: left;
    }

    /* registration form */
    .form-box,
    .application-design-box {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .form-box .lcontroller br {
        display: none;
    }

    .form-box .lcontroller {
        width: 100%;
        margin: 0px 0px 6px 0px;
    }

    .application-design-box .right-part {
        margin-left: 0px;
    }

    .icon img {
        min-height: auto;
        height: 50px;
        width: initial;
    }

    .application-design-box .part .lcontroller.center {
        text-align: left;
    }

    .application-whole-form {
        padding: 10px 0px;
    }

    .membership-box .mterms-text h3 {
        margin: 20px 0px;
    }

    .textarea-form .lcontroller,
    .textarea-form .tcontroller,
    .mterms-text p {
        font-size: 18px;
        line-height: 28px;
    }

    .form-box .icontroller {
        padding: 6px 10px;
    }

    .submit-btn {
        padding: 12px 20px;
        font-size: 16px;
    }

    .collection-inner {
        flex-direction: column;
    }

    .service-collection-image img {
        width: 100%;
    }

    .service-collection-content {
        width: 100%;
    }

    .service-collection-content .green-text {
        font-size: 16px;
    }

    .service-collection-content h3 {
        font-size: 18px;
    }

    .service-collection-content p {
        font-size: 16px;
    }

    .service-collection {
        padding-top: 0;
    }

    .blog-img {
        min-height: 200px;
    }

    .world-collective-is li {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 16px;
        list-style-type: none;
    }

    .banner p {
        font-size: 18px;
    }

    /* registration form */
    .form-box .lcontroller,
    .form-box .icontroller {
        font-size: 18px;
    }

    .textarea-form .lcontroller,
    .textarea-form .tcontroller,
    .mterms-text p {
        font-size: 16px;
        line-height: 22px;
    }

    .tick-title {
        font-size: 18px;
    }

    .membership-box .mterms-text h3 {
        font-size: 20px;
    }

    .form-box,
    .application-design-box {
        margin-bottom: 15px;
    }

    .form-title h2 {
        font-size: 14px;
    }

    .checkmark {
        height: 30px;
        width: 30px;
    }

    .mterms .checkmark::after {
        left: 10px;
        top: 0px;
        width: 7px;
        height: 24px;
        border-width: 0px 4px 4px 0;
    }

    .business-whole-form {
        margin-top: 20px;
    }

    .team-member h4 {
        min-height: auto;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .get-in-touch-content h2 {
        font-size: 35px;
    }

    .get-in-touch-content {
        padding: 0px 10px;
    }

    .get-in-touch-content p {
        font-size: 15px;
    }

    .success-modal .green-btn {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .success-modal .not-now {
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .success-modal .modal-body {
        padding: 50px 20px;
    }

    .success-modal h4 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .auth-page .title {
        font-size: 20px;
        line-height: 28px;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .custom-form .input-wrapper {
        text-align: left;
    }

    .custom-form .input-wrapper {
        text-align: left;
        margin-bottom: 20px;
    }

    .auth-page {
        padding: 50px 0px;
    }

    .problem-solution {
        padding-top: 0;
    }

    .problem-content, .solution-content {
        padding: 30px 20px 30px;
    }

    .problem-solution h4 {
        font-size: 22px;
    }

    .problem-solution p {
        font-size: 16px;
    }

    .solution-content-inner {
        margin-bottom: 30px;
    }

    .child-img img {
        width: 100%;
    }

    .problem-solution {
        padding-bottom: 35px;
    }

    .testimonial {
        padding: 120px 0px 55px;
    }

    .banner {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .about-image img {
        max-width: 68%;
    }

    .about-content p {
        font-size: 15px;
    }

    .team-member {
        margin-bottom: 50px;
    }

    section.our-team-section p {
        font-size: 16px;
    }

    .team-member-image img {
        width: 200px;
    }

    .service-content p, .service-content p {
        font-size: 16px;
        line-height: 30px;
    }

    .service-content .common-btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .banner p {
        margin-top: 10px;
    }

    .title h2 {
        margin-bottom: 30px;
    }

    .our-services-content {
        padding-top: 40px;
    }

    .our-services-wrapper {
        padding: 30px 16px;
    }

    .service-content h3 {
        line-height: 1.5;
        font-size: 16px;
    }

    .our-partner-content {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    section.our-partner-content h2 {
        margin: 0px;
    }

    .partner-image-wrapper img {
        max-width: 50%;
        height: auto;
        margin: 0 auto;
        width: 100%;
    }

    .our-services-wrapper p {
        font-size: 16px;
    }

    .signup-popup-box {
        height: 290px;
    }

    .signup-popup .signup-text h3 {
        font-size: 20px;
    }

    .signup-image {
        max-width: 50%;
        width: 100%;
        margin: 0 auto;
    }

    .footer-sticky-logo {
        max-width: 20%;
        right: 20px;
    }

    .modal-text h3 {
        font-size: 18px;
    }

    .modal-content-box p {
        font-size: 16px !important;
        line-height: 24px !important;
        margin: 10px !important;
    }

    .member-modal .modal-body {
        padding: 50px 10px;
    }

    .core-terms li::after {
        width: 20px;
        height: 20px;
        top: 9px;
    }
    h1{
        font-size: 32px;
margin-bottom: 20px;
line-height: 42px;
    }
    .partner-inner-section .member-collection-inner .border-button{
        padding: 12px 30px;
    }
    .bottom-logo{
        bottom: 16px;
        max-width: 30%;
    }
    .partner-inner-section{
        padding-bottom: 0px;
    }
    .service-content{
        padding-bottom: 0px;
    }
    .service-content .open-document {
        margin-bottom: 0px;
    }
    .member-collection-inner h3 {
        margin: 12px 0px 20px;
        font-size: 18px !important;
    }
    .member-collection-inner .border-button{
        width: initial;
        max-width: initial;
        padding: 15px 35px;
    }
    .service-content .education-list {
        padding-bottom: 40px;
      }
      .problem-solution h4 {
        margin-bottom: 18px;
    }
    .our-team-section h2 {
        margin-bottom: 20px !important;
      }
      .modal-text h4 {
        font-size: 16px;
      }
      .core-terms li{
        font-size: 16px;
      }
      .service-content {
        padding-bottom: 40px;
      }
      .service-content .education-list {
        padding-bottom: 0px;
      }
      .stepper-content h2 {
        margin-bottom: 0px;
      }
      .membership-area h2{
        font-size: 24px;
      }
      .custom-list-box h3{
        font-size: 18px;
      }
      .custom-list-top p {
        font-size: 16px;
      }
      .custom-list-box li {
        font-size: 16px;
      }
      .custom-list-box li::before{
        top: -3px;
      }
      .membership-area .title {
        margin-bottom: 30px;
      }
      .membership-area {
        padding: 50px 0px 20px;
      }
    .open-document {
        text-align: center;
    }


}

@media screen and (max-width: 479px) {
    .world-collective-is {
        padding: 30px 0px 50px 0px;
    }

    .problem-solution h4 {
        font-size: 19px;
    }

    .world-collective-is li {
        font-size: 16px;
        line-height: 26px;
    }

}

@media screen and (max-width: 320px) {}
