/**********reset css************/
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&family=Spline+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 19%;
    font: inherit;
    vertical-align: baseline;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri-Italic.woff2') format('woff2'), url('Calibri-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri-Bold.woff2') format('woff2'), url('Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri-BoldItalic.woff2') format('woff2'), url('Calibri-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri.woff2') format('woff2'), url('Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-size: 15px;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

/**********reset css End************/

/*************Global css***********/

html,
body {
    width: 100%;
    min-height: 100%;
    font-family: 'Lato', sans-serif;
    font-family: 'Calibri' !Important;
    /* overflow-x: hidden; */
}

.w-100 {
    width: 100%;
}

.flex-row {
    display: flex;
    align-items: center;
    position: relative;
}

a {
    color: #fff;
}

.container {
    width: 1170px;
    max-width: 98%;
    margin: 0 auto;
}

.logo {
    font-size: 24px;
    color: #6c646d;
    width: 200px;
    margin-right: 25px;
}

.menu-bar {
    padding: 10px 0 10px;
    position: relative;
}

ul.top-menu {
    position: absolute;
    right: 0;
    top: -15px;
    display: flex;
}

li.topmenu-item {
    font-size: 16px;
    margin-left: 15px;
}

li.topmenu-item a {
    color: #589167;
    -webkit-font-smoothing: initial;
}

li.topmenu-item a:hover {
    color: #333333;
}

/*************Global css End***********/

.logoholder{
    display: inline-block;
    padding: 4px 20px 0 20px;
}
.logoholder:hover{
    background: transparent;
}
.top-bar {
    background: #d1b830;
    height: 40px;
}

.top-bar .flex-row {
    justify-content: space-between;
}

.social-list {
    display: flex;
    line-height: 30px;
}


.social-list li {
    margin-left: 10px;
    margin-top: 5px;
}

.social-list li:first-child {
    margin-left: 0;
}

.social-list li a {
    color: white;
    font-size: 15px;
}

.home-slider {
    overflow: hidden;
    width: 100%;

}

section.home-slider img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.menu {
    flex: 1;
}

.menu-bar .flex-row {
    justify-content: space-between;
}

.menu-list {
    align-items: center;
    display: block;
    float: right;
}

.menu-item {
    font-weight: 500;
    display: inline-block;
    -webkit-font-smoothing: initial;
    position: relative;
    padding: 20px 0;
    font-size: 17px;
    margin-left: 16px;
    text-transform: none;
}

.menu-item>a {
    color: #333;
    -webkit-font-smoothing: initial;
}

.menu-item>a:hover,
.menu-item.active>a {
    color: #589167;
}

.submenu {
    position: ABSOLUTE;
    top: 100%;
    left: 0;
    background: #589167;
    z-index: 2;
    min-width: 230px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.submenu:before {
    content: "\f0d8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #589167;
    font-size: 28px;
    padding-right: 0.5em;
    position: absolute;
    top: -19px;
    left: 10px;
}

.submenu.right {
    left: auto;
    right: 10px;
}

.submenu.right:before {
    left: auto;
    right: 0;
}

.menu-item:hover .submenu {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

li.submenu-item {
    padding: 10px;
    border-bottom: 1px solid #ccc8c8;
    font-size: 14px;
    line-height: 1.4;
}

li.submenu-item span {
    text-transform: lowercase;
}

.submenu-item a {
    color: #fff;
}

.submenu-item:hover a {
    opacity: 0.8;
}

.usr-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.testimonials {
    padding: 40px 0;
}

.testimonail-list {
    display: flex;
    margin-bottom: 40px;
}

.testimonial-coloum {
    flex: 1;
    margin-right: 30px;
}

.testimonial-coloum:last-child {
    margin-right: 0px;
}

.usr-image {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -70px;
    margin-bottom: 30px;
}

.testimonial-item {
    margin-top: 70px;
    display: block;
    text-align: center;
    background: #F5F5F5;
    padding: 30px;
    color: #000;
    position: relative;
    box-shadow: 5px 5px #8cae8b;
}

/*.testimonial-item:after {
    border-right: 26px solid transparent;
    left: 22%;
    position: absolute;
    top: 100%;
    border-top: 40px solid #ffd24d;
    content: '';
}*/

.usr-name {
    font-size: 24px;
    margin-bottom: 10px;
}

.usr-designation {
    font-size: 16px;
    margin-bottom: 20px;
}

.usr-view {
    font-size: 16px;
    line-height: 1.6;
}

.contact-form .title_heading {
    text-align: center;
    margin-bottom: 35px;
}

.content {
    line-height: 1.4;
    color: #fff;
    padding: 0 25px;
    text-align: center;
    font-size: 18px;
}

.content:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #bca52b;
    font-size: 20px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}

.content:after {
    content: "\f10e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #bca52b;
    font-size: 20px;
    padding-right: 0.5em;
    position: absolute;
    bottom: 0;
    right: 0;
}

.user-details {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.user-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.user-name {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 3px;
}

.designation {
    font-family: "Great Vibes";
    color: white;
    margin-top: 6px;
    font-size: 18px;
}

.testimonials .flex-control-nav {
    width: 1280px;
    position: static;
    bottom: 40px;
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
}

footer {
    background: #589167;
    color: white;
    font-size: 14px;
    padding: 0px 0;
}

footer .flex-row {
    justify-content: space-between;
}

.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    font-weight: 500;
    text-align: center;
  }

section.services {
    padding: 50px 0;
    background: #e4e4e4
}

.section__title {
    display: block;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #6c646d;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

ul.social-list.footerlist {
    font-size: 25px;
}

.services .flex-row {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
}

.service-image {
    box-shadow: 1px 1px 8px #00000085;
}

.services .flex-item {
    margin-bottom: 40px;
    flex: 1;
    text-align: center;
    margin-right: 40px;
    position: relative;
}

.services .flex-item:last-child {
    margin-right: 0;
}

.hover-content {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: rgb(201, 201, 201);
    transition: all 0.3s;
    opacity: 0.6;
    transform: translateY(0%);
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
}

.services .flex-item:hover .hover-content {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

.service-image>.heading {
    font-size: 18px;
    padding: 10px;
    color: #fff;
    background-color: #589167bd;
}

.service-image img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.heading {
    font-size: 26px;
    line-height: 1.2;
    color: #000;
    padding: 0 25px;
    font-weight: bold;
}

.service-content {
    margin-top: 10px;
    line-height: 1.4;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.about .flex-row {
    justify-content: space-between;
}

.about .flex-item {
    width: 50%;
}

.flex-item.my-image {
    width: 42%;
    position: relative;
}

.button {
    margin-top: 15px;
    display: block;
    text-align: right;
    font-family: "Great Vibes";
}

.about__heading {
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about__heading span {
    color: #d1b830;
}

.about__content {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.readmore {
    margin-top: 20px;
    transition: all 0.3s;
    font-size: 30px;
    line-height: 1.2;
    color: #046859;
    padding: 0 25px;
    font-family: "Great Vibes";
    font-weight: bold;
}

.readmore:hover {
    color: #f55d83;
}

.contact-form {
    padding: 70px 0;
    background: #ffffff;
}



.form-control {
    display: flex;
    flex-direction: COLUMN;
    margin-bottom: 20px;
    width: 100%;
}

.form-control:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

input.form__element {
    height: 40px;
    border: 1px solid #d4d4d4;
    margin-top: 5px;
}

label.label {
    color: #333;
    font-size: 16px;
    letter-spacing: 0.5px;
}

input.submit {
    border: #00a78d;
    font-size: 18px;
    color: white;
    background: #046859;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s;
}

input.submit:hover {
    background: #f55d83;
}

.serviceslist-menu {
    display: flex;
}

.listmenu--item {
    width: 20%;
    padding: 15px 0;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}

.listmenu--item a {
    color: white;
}

.listmenu--item:first-child {
    background: #00a78d;
}

.listmenu--item:nth-child(2) {
    background: #6b1e74;
}

.listmenu--item:nth-child(3) {
    background: #f55d83;
}

.listmenu--item:nth-child(4) {
    background: #f89c24;
}

.listmenu--item:nth-child(5) {
    background: #6cc04a;
}

.areyou-ready {
    padding: 35px 0;
    background: #e5e5e561;
    margin-bottom: 30px;
}

ul.about_list {
    display: block;
    margin: 0 auto;
    width: 550px;
    text-align: left;
}

.title_heading {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 10px;

    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    color: #000;
    font-family: monospace;
}

.highlight{
    color: #589167;
}

.prefix {
    display: inline-block;
    width: 80px;
    margin-right: 2px;
}

span.vibes {
    display: block;
    font-size: 28px;
    line-height: 1.4;
    margin: 20px 0;
    letter-spacing: 2px;
}

.page-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
    padding: 0 20px 0 0;
}

ul.about_list li {
    position: relative;
}

ul.about_list li:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: relative;
    margin-left: 5px;
}

ul.about_list li:last-child:before {
    display: none;
}

.sub__title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.Readmore {
    text-align: right;
    margin-top: 20px;
}

.Readmore a {
    padding: 10px;
    background: #589167;
    color: white;
    border-radius: 3px;
    font-size: 14px;
}

.contact {
    margin: 40px 0;
}

.contact-wrapper {
    display: flex;
    justify-content: center;
}

.contact-sidebar {
    width: 330px;
}

.contact-forms {
    width: 500px;
}

address {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0;
    margin-bottom: 30px;
}

address b {
    font-weight: bold;
}

input.form__submit {
    height: 50px;
    border: 0;
    background: #589167;
    color: white;
    font-size: 18px;
    letter-spacing: 0.3px;
}

.AboutDialog {
    margin-bottom: 60px;
}

.flex-box {
    display: flex;
    align-items: center;
}

.section-image {
    min-width: 50%;
    max-width: 50%;
}

.flex-box>.page-content {
    padding: 0 80px;
    flex: 1;
}

ul.data-list {
    padding-left: 20px;
}

ul.data-list li {
    list-style: disc;
}

ul.data-list.italic em {
    font-style: italic;
}

section.heading-banner {
    padding: 10px 0;
    background-image: -webkit-linear-gradient(0deg, #589167 0%, #6a8da9 100%);
    background-image: -ms-linear-gradient(0deg, #589167 0%, #6a8da9 100%);
    color: #fff;
}

section.heading-banner h1 {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    padding: 0px 40px;
    line-height: 1.2;
    letter-spacing: 0px;
    position: relative;
    text-transform: none;
    text-align: center;
}

.link-nav {
    margin-top: 10px;
    margin-bottom: 0px;
}

section.heading-banner a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.inner img {
    display: inline-block;
}

.home{
    font-weight: bold;
    padding: 1px;
letter-spacing: 2px;
padding: 10px;

    font-family: 'Rubik Mono One', sans-serif;
    background: #589167;
}

.home-p{
font-size: 20px;

letter-spacing: 2px;
}




.hero-wrap {
    width: 100%;
     height: 620px; 
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 0;
}
.slider-text {
    height: 850px;
    position: relative;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.slider-text h1 {
    font-size: 60px;
    color: #FFF;
    line-height: 1.1;
    font-weight: bold;
    background: #0e0f0f4f;
    padding: 4px;
}
.slider-text p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
}

.slider-text p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    background: #7ca687;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-primary {
    background: #589167 !important;
    border: 1px solid #589167 !important;
    color: #fff !important;
}
.btn {
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    font-weight: 500;
}
.px-4 {
    padding-left: 1.5rem !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.py-3 {
    padding-bottom: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.btn.btn-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #000000 !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}

.clientlogo {
    margin-bottom: 40px;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}

.item {
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
}

.item img {
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0 auto;
}

.item:hover img {
    text-align: center;
}

.team-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.team-item {
    width: 48%;
}

.team-item img {
    height: 260px;
    box-shadow: 1px 1px 30px #3333334f;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.team-name {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
}

.team-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 60px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #589167;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #494648;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.top-content {
    text-align: center;
    padding: 35px 0;
    background: #e5e5e561;
}

.top-content .text {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.65;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px 0px;
}

.title_heading.bordered--heading {
    font-size: 25px;
    display: inline-block;
    border: 2px solid #000;
    padding: 4px 25px;
}

.section-image.right {
    display: flex;
    justify-content: flex-end;
}

section#theteam {
    text-align: center;
}

button.owl-next,
button.owl-prev {
    font-size: 0 !IMPORTANT;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

button.owl-prev:before {
    font-family: fontawesome;
    font-size: 30px;
    display: inline-block;
    content: '\f104';
    color: #818181;
}

button.owl-next:before {
    font-family: fontawesome;
    font-size: 30px;
    display: inline-block;
    content: '\f105';
    color: #818181;
}

button.owl-prev {
    left: -40px;
}

button.owl-next {
    right: -40px;
}

.clientlogo {
    margin-bottom: 20px;
}

.item {
    height: 70px;
}

/********Women Page*********/

.text-white-caption {
    font-size: 18px;
    margin-top: 10px;
    max-width: 500px;
    margin: 10px auto 0;
    line-height: 1.4;
}

section.shoefit {
    padding: 35px 0;
    background: #d6e3e9;
}

section.shoefit .flex-row {
    justify-content: space-between;
    align-items: flex-start
}

.shoefit-content {
    flex: 1;
    width: calc(100% - 0px);
}

.shoefit-testmonial {
    padding: 15px;
    background: #f0f5f7;
    margin-bottom: 20px;
    max-width: 800px;
    margin: 0 auto 20px;
}

.testimonail-detail {
    font-size: 18px;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}

.username {
    text-align: right;
    margin-top: 5px;
    font-weight: 600;
}

.shoefit-heading {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

ul.shoe-fitlist {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 10px;
}

li.fitlist-item,
.text {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 10px;
}

.text i {
    font-style: italic;
}

.sidebar-wrapper {
    background: #d6e3e9;
}

.sidebar {
    width: 940px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.sidebar-widget {
    padding: 20px 20px 0;
    width: 33.33%;
}

.sidebar-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sidebar-content {
    font-size: 18px;
    padding-bottom: 25px;
    line-height: 1.4;
    font-style: italic;
}

.sidebar-content span {
    display: block;
    text-align: right;
    font-weight: 600;
}

.sidebar-image img {
    height: 100%;
}

s section.testimonial-slider {
    padding: 50px 0 75px;
    text-align: center;
    background: whitesmoke;
}

.testimonial-iteminner {
    font-size: 18px;
    line-height: 1.4;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

section.testimonial-slider .flex-control-nav {
    bottom: -25px;
}

.testimonial-detail {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
}

.test-image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}

.test-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.test-name {
    max-width: 200px;
}

.women-content {
    flex: 1;
    margin-right: 80px;
}

section.women-testimonial {
    padding: 30px 0 10px;
    background-color: #F0F5F7;
}

.women-testimonial .shoefit-testmonialinner {
    display: flex;
    align-items: center;
}

.women-testimonial .user-image,
.user-image.top-image {
    min-width: 120px;
    height: 120px;
    max-width: 120px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    align-self: center;
}

.women-testimonial .user-image img,
.user-image.top-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.books {
    padding-bottom: 45px;
}

.book-item {
    width: 1000px;
    max-width: 100%;
    margin: 45px auto 0;
    display: flex;
}

.book-detail {
    display: flex;
    width: 730px;
    padding: 0px 0 0 30px;
    flex: 1;
}

.book-sidebar {
    position: relative;
    text-align: right;
    width: 240px;
    padding: 0;
    border-right: 1px solid #d1d5ba;
    padding-right: 50px;
}

li.sidebar-item {
    font-size: 18px;
    margin-bottom: 15px;
}

li.sidebar-item a {
    color: #333;
}

.book-image {
    /* max-height: 220px; */
    margin-right: 20px;
    max-width: 160px;
    min-width: 160px;
}

.book-image img {
    height: auto;
    box-shadow: 1px 1px 8px #00000085;
    width: 100%;
}

.book__name {
    font-size: 18px;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    color: #936;
    display: none;
}

.book__content {
    font-size: 18px;
    line-height: 1.4;
}

.sub__heading {
    margin: 8px 0;
}

.sub__heading span {
    font-weight: 600;
    margin-right: 5px;
}

.mw-90 {
    width: 900px;
    max-width: 100%;
    margin: 0 auto 30px;
    font-weight: 500;
    line-height: 1.65;
    padding: 0 40px 0px;
}

section#AboutDialog {
    background: whitesmoke;
    padding: 35px 0;
    margin-bottom: 35px;
}

#Whatwedo {
    background: whitesmoke;
    padding: 35px 0;
    margin-bottom: 35px;
}

#Whatwedo .mw-90 {
    margin-bottom: 0;
    text-align: center;
}

section.organization {
    padding: 50px 0;
}

section.organization .flex-row {
    align-items: initial;
}

section.organization .flex-item {
    flex: 1;
    max-width: 33.33%;
    margin-right: 55px;
    position: relative;
}

section.organization .flex-item:after {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #5ba0a9;
    font-size: 35px;
    position: absolute;
    top: 50%;
    right: -45px;
}

section.organization .flex-item:last-child {
    margin-right: 0;
}

section.organization .flex-item:last-child:after {
    display: none;
}

.org-inner {
    background: #d6e3e9;
    padding: 15px;
    height: 100%;
    ;
}

section.organization .flex-item:nth-child(2) .org-inner {
    background: #fbe5d6;
}

.org-heading {
    font-size: 20px;
    font-weight: 600;
    color: #936;
    line-height: 1.2;
    margin-bottom: 5px;
}

.org-subheading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.org-image {
    margin-bottom: 10px;
}

.org-image img {
    width: 100%
}

.org-datahead {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.org-datahead span {
    font-weight: 600
}

ul.org-list {
    padding-left: 20px;
    margin-top: 10px;
}

li.orglist-item {
    list-style-type: disc;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}

section.corporate {
    padding: 35px 0 0;
}

section.manager {
    padding: 35px 0;
}

section.degree {
    padding: 35px 0;
}

section.degree .flex-box>.page-content {
    padding: 0 80px;
    flex: 1;
    min-width: 65%;
}

section.degree .section-image {
    min-width: 35%;
    max-width: 35%;
}

.section-image1{
    padding: 15px;
    border: 2px solid #ddd;
    margin: 15px

}
.media {
    display: flex;
    flex-wrap: wrap;
}

.media-name {
    font-size: 19px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.4;
}

.media-name a {
    color: #333;
}

.media-name a:hover {
    color: #936;
}

.media-image {
    display: flex;
    overflow: hidden;
    height: 150px;
    border: 1px solid #e8e8e8;
}

.media-image img {
    max-height: 150px;
    width: auto;
    margin: 0 auto;
    align-self: center;
    max-width: 90%;
}

.media-item {
    min-width: 20%;
    max-width: 20%;
    padding-right: 10px;
    margin-bottom: 35px;
}

.user-image.image360 {
    min-width: 200px;
    height: 200px;
    max-width: 200px;
}

.section-image.right.with-content {
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
    max-width: 40%;
    min-width: 40%;
}
.mobile-headicon {
    display: none;
}
.cor-services{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}
.cor-servicesitem{
    margin-bottom: 50px;
}
.cor-servicesitem .title_heading{
    text-align: left;
    margin-bottom: 10px;
}
.cor-servicesitem .flex-item{
    align-self: flex-start;
    width:50%;
}
.cor-servicesitem .flex-item:nth-child(2){
    padding-left: 20px;
}
.wrap {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 14px;
}
.ser-image img {
    width: 80px;
    margin-right: 10px;
}


@media (min-width:769px) {
.menu {
    display: block !Important;
}
}
@media  (min-width:768px) and (max-width:1050px) {
    .menu-item {
        font-weight: 500;
        display: inline-block;
        -webkit-font-smoothing: initial;
        position: relative;
        padding: 20px 0;
        font-size: 15px;
        margin-left: 14px;
        text-transform: none;
    }
      .logo {
    width: 140px;
}
}
@media (max-width:768px) {
    .container {
        max-width: 96%;
    }
    .cor-servicesitem {
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .cor-servicesitem .flex-item:nth-child(2) {
        padding-left: 0;
    }
    .wrap {
        flex-wrap: wrap;
    }
    .ser-image img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .cor-servicesitem .flex-item{
         width:100%;
    }
    .services .flex-row {
        flex-wrap: wrap;
    }
    .services .flex-item {
        margin-bottom: 20px;
        flex: inherit;
        text-align: center;
        margin-right: 0;
        position: relative;
        width: 100%;
    }
    .about .flex-row {
        flex-wrap: wrap;
    }
    section.services {
        padding-bottom: 20px;
    }
    .about .flex-item {
        width: 100%;
        order: 0;
    }
    .flex-item.my-image {
        width: 100%;
        order: 1;
    }
    .page-content {
        padding: 0;
        font-size: 15px;
    }
    .testimonail-list {
        display: flex;
        margin-bottom: 40px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .testimonial-coloum {
        margin-right: 0;
        flex: inherit;
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }
    .testimonial-item {
        width: 49%;
    }
    .title_heading {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 0px;
        margin-bottom: 10px !IMPORTANT;
        position: relative;
        text-transform: capitalize;
        text-align: center;
        font: arial;
        color: #000;
    }
    .areyou-ready .title_heading {
        font-size: 25px !Important;
    }
    ul.about_list {
        max-width: 100%;
        text-align: center;
    }
    .menu {
        display: none;
    }
    .top-content .text {
        font-size: 18px;
        line-height: 1.4;
        padding: 0 10px 0px;
    }
    .flex-box {
        flex-wrap: wrap;
    }
    .flex-box>.page-content {
        width: 100%;
        padding: 0 !important;
        flex: inherit;
    }
    .section-image {
        min-width: 100%;
        max-width: 100%;
    }
    section.manager {
        padding: 15px 0;
    }
    .section-image.right {
        max-width: 100%;
    }
    .team-item {
        width: 100%;
        margin-bottom: 30px;
    }
    .team-inner {
        margin-bottom: 0;
        flex-wrap: wrap;
    }
    .team-item img {
        height: auto;
    }
    .flex-box#continue>img {
        width: 100%;
    }
    .top-content {
        margin: 20px 0;
        padding: 15px 0;
    }
    section#AboutRashmi img {
        height: 140px;
        object-fit: cover;
        object-position: right;
    }
    section.shoefit .flex-row {
        flex-wrap: wrap;
    }
    .shoefit-content {
        flex: inherit;
        max-width: 100%;
        padding-top: 30px;
    }
    .sidebar {
        width: 100%;
        flex-wrap: wrap;
    }
    .sidebar-widget {
        padding: 20px 20px 0;
        width: 100%;
    }
    .sidebar-widget img {
        width: 100%;
    }
    .flex-control-nav {
        bottom: 10px;
    }
    li.fitlist-item,
    .text,
    .testimonial-iteminner,
    .sidebar-content {
        font-size: 18px;
    }
    .text-white-caption {
        font-size: 16px;
        max-width: 96%;
    }
    .women-content {
        flex: inherit;
        margin-right: 0;
        margin-left: 0 !important;
    }
    section.shoefit {
        padding: 15px 0;
        background: #d6e3e9;
    }
    section.organization {
        padding: 20px 0 0;
    }
    section.organization .flex-row {
        align-items: initial;
        flex-wrap: wrap;
    }
    section.organization .flex-item {
        flex: inherit;
        max-width: 100%;
        margin-right: 0;
        position: relative;
        margin-bottom: 20px;
    }
    .m-all0 {
        margin: 0 !Important;
    }
    ul.shoe-fitlist {
        padding-left: 20px;
    }
    .section-image.right.with-content {
        max-width: 100%;
        font-size: 16px;
        text-align: center;
    }
    .shoefit-testmonialinner {
        flex-wrap: WRAP;
        justify-content: center;
    }
    .testimonail-detail {
        font-size: 18px;
    }
    section.degree .flex-box>.page-content {
        padding: 0 80px;
        flex: 1;
        min-width: 100%;
    }
    section.degree .section-image {
        min-width: initial;
        max-width: 100%;
        margin: 10px auto;
    }
    .women-testimonial .user-image,
    .user-image.top-image {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .contact-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .contact-sidebar {
        width: 100%;
    }
    .contact-forms {
        width: 100%;
    }
    section.home-slider img {
        height: 150px;
    }
    .media-item {
        min-width: 50%;
        max-width: 50%;
        padding-right: 10px;
        margin-bottom: 15px;
    }
    .book-item {
        margin: 25px auto 0;
        display: flex;
        flex-wrap: wrap;
    }
    .book-sidebar {
        position: relative;
        text-align: center;
        width: 100%;
        padding: 0;
        border-right: 0;
        padding-right: 0;
    }
    .book-detail {
        display: flex;
        width: 100%;
        padding: 0;
        flex: inherit;
        flex-wrap: wrap;
    }
    .book-image {
        /* max-height: 220px; */
        margin-right: 0;
        max-width: 100%;
        min-width: auto;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
    .book-image img {
        height: auto;
        box-shadow: 1px 1px 8px #00000085;
        width: 100%;
        margin: 0 auto;
    }
    .mobile-headicon {
        display: block;
        font-size: 24px;
    }
    ul.top-menu {
        right: 0;
        top: -20px;
    }
    .menu {
        display: none;
        position: ABSOLUTE;
        top: 100%;
        z-index: 111;
        left: -2%;
        right: -2%;
        background: white;
        /* margin-top: 19px; */
    }
    .menu-list {
        align-items: center;
        display: block;
        float: none;
    }
    .menu-item {
        font-weight: 500;
        display: block;
        -webkit-font-smoothing: initial;
        position: relative;
        padding: 15px 0;
        font-size: 17px;
        margin-left: 16px;
        text-transform: none;
        text-align: left;
    }
    .submenu.right {
        left: 0;
        right: 0;
    }
    .submenu.right:before {
        left: auto;
        right: auto;
    }
    li.topmenu-item {
        font-size: 14px;
        margin-left: 12px;
    }
    .logo {
    width: 140px;
}

}

@media (max-width:480px) {
    .testimonial-item {
        width: 100%;
    }
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  align-items:center;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 0;
    width: 720px;
    max-width: 100%;
    position:relative
}

.modal-content img{
    cursor:pointer;
    width:100%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 11;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



h1 {
    text-align: center;
    font-size: 60px;
    line-height: 70px;
    font-family: 'roboto', sans-serif;
  }
  #container {
    margin: 0 auto;
    max-width: 890px;
  }
  /* p { text-align: center; } */
   .toggle, [id^=drop] {
   display: none;
  }

  
  #logo {
    display: block;
    padding: 0 30px;
    float: left;
    font-size: 20px;
    line-height: 60px;
  }
  
  nav{
      position: relative;
      z-index: 9999999;
      padding-left: 20px;
      padding-right: 20px;
      background-color: white;
  }

  nav:after {
    content: "";
    display: table;
    clear: both;
  }
  
  nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
  }
  
  nav ul li {
    margin: 0px;
    display: inline-block;
    float: right;
    background-color: #fff;
  }

.consult{
    width: 243px;
}  

.header_text {
    text-align: center;
    color: #fff;
    height: 40%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;

}
  nav a {
    display: block;
    padding: 0 20px;
    color: #333;
    font-size: 17px;
    line-height: 60px;
    text-decoration: none;
  }
  
  nav ul li ul li:hover { background: #589167; }
  
  nav a:hover { background-color: #589167; }
  
  nav ul ul {
    display: none;
    position: absolute;
    top: 60px;
  }
  
  nav ul li:hover > ul { display: inherit; }
  
  nav ul ul li {
    width: 200px;
    float: none;
    display: list-item;
    position: relative;
  }
  
  nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 243px;
  }
  
  /* li > a:after { content: ' +'; } */
  
  li > a:only-child:after { content: ''; }
  
  
  /* Media Queries
  -------
  -------------------------------------- */


  @media all and (max-width : 768px) {
      .mobileweb{
          display: none;
      }

      nav {
        padding-left: 0px;
        padding-right: 0px;
        justify-content: space-between;
        display: flex;
        background: #589167b8;
      }



   
      .section-image1{
        padding: 15px;
        border: 2px solid #ddd;
        margin: 0px
    }

      .slider-text p {
        font-size: 14px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.8);
        font-weight: bold;
        text-align: center;

        
    }

    
    .fa-envelope:before {
        content: "\f0e0";
        font-size: 15px !important;
        background: black;
        padding: 10px 12px;
        border-radius: 50%;
        background: #118e11;
    }
    
    .fa-phone:before {
        content: "\f095";
        font-size: 15px !important;
        background: black;
        padding: 10px 12px;
        border-radius: 50%;
        background: #9c4040;
    }


    .consult{
        width: 100%;
    }

    .header_text{
        text-align: center;
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 10px !important;
    text-transform: uppercase;
    }

    h1{
        font-size: 50px;
    }

      
  nav a {
    display: block;
    padding: 0 20px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-decoration: none;
  }
  }
  
  @media all and (max-width : 768px) {
  
  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }
  
  nav { margin: 0; }
  
  .toggle + a,
   .menu { display: none; }
  
  .toggle {
    display: block;
    /* background-color: #589167b8; */
    padding: 0 20px;
   
    font-size: 15px;
    font-weight:bold;
    line-height: 60px;
    text-decoration: none;
    border: none;
    margin-bottom: 0px;
  }
  
  .toggle:hover { background-color: #5891678c; }
  
  [id^=drop]:checked + ul { display: block; }
  
  nav ul li {
    display: block;
    width: 100%;
  }
  
  nav ul ul .toggle,
   nav ul ul a { padding: 0 40px; }
  
  nav ul ul ul a { padding: 0 80px; }
  
  nav a:hover,
   nav ul ul ul a { background-color: #5891678c; }
  
  nav ul li ul li .toggle,
   nav ul ul a { background-color: #589167b5; }
  
  nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
  }
  
  nav ul ul li:hover > ul,
  nav ul li:hover > ul { display: none; }
  
  nav ul ul li {
    display: block;
    width: 100%;
  }
  
  nav ul ul ul li { position: static;
  
  }
  }
  
  @media all and (max-width : 330px) {
  
  nav ul li {
    display: block;
    width: 94%;
  }
  
  }

  .fa-caret-down{
      margin-left: 2px
  }

  
  .title_heading::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
    top: 41px;
}

.title_heading::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #589167;
    bottom: 0;
    left: calc(50% - 23px);
    top: 40px;
    
}

.cernterfooter{
    text-align: center;
  
}

.about{
    background: #c7c77140;
}


.timeline {
    position: relative;
    padding: 0;
    list-style: none;
  }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
  }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
  }
  .timeline > li:after, .timeline > li:before {
    display: table;
    content: " ";
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #589167;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li:last-child {
    margin-bottom: 0;
  }

  .timeline-heading{
      margin-top: 15px;
  }
  .timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
    margin-top: 0;
    color: inherit;
  }

  .img-fluid1{
      border: 5px solid #ddd;

  }

  .timeline-panel1 {
    padding: 20px 20px 20px 20px;
    width: 35%;
    position: relative;
    float: right;
    margin-right: 85px;
}

.timeline-panel2 {
    padding: 20px 20px 20px 20px;
    width: 35%;
    position: relative;
    float: left;
    margin-left: 85px;

}

.timeline>li {
    min-height: 250px;
    min-height: 140px;
    margin-bottom: 100px;
    position: relative;
    margin-right: 10px;
}
@media all and (max-width : 768px) {
    .timeline-panel1 {
        padding: 20px 20px 20px 20px;
        width: 50%;
        position: relative;
        float: right;
        margin-right: 85px;
    }
    .timeline-panel2 {
        padding: 20px 20px 20px 20px;
        width: 50%;
        position: relative;
        float: right;
        margin-right: 85px;
    }
    .timeline>li {
        min-height: 250px;
        min-height: 140px;
        margin-bottom: 30px;
        position: relative;
        margin-right: 10px;
    }

}




  .timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
    text-transform: none;
    font-size: 25px;
    text-align: right;
    color: #000;
    font-weight: bold;
    font-family: monospace;
    letter-spacing: 2px;
    font-weight: 700;
 




  }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 20px;
  }
  
  @media (min-width: 768px) {
    .timeline:before {
      left: 50%;
    }
    .timeline > li {
      min-height: 100px;
      margin-bottom: 0px;
    }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right;
    }
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      font-size: 13px;
      line-height: 18px;
      margin-top: 16px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left;
    }
  }
  @media (min-width: 992px) {
    .timeline > li {
      min-height: 150px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px;
    }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      font-size: 18px;
      line-height: 26px;
      margin-top: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px;
    }
  }
  @media (min-width: 1200px) {
    .timeline > li {
      min-height: 170px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px;
    }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -73px;
      padding: 15px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      margin-top: 40px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px;
    }

    .mobile{
        display: none;
    }

    .banner1 img
    {
          height: 500px;
    }
  }
  
  .page-section {
    padding: 6rem 0;
  }
  .page-section h2.section-heading, .page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .page-section h3.section-subheading, .page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 4rem;
  }
  .fa-arrow-left:before {
    content: "\f060";
    margin-right: 5px;
}
  
  .text-center {
      text-align: center !important;
  }
  
  .page-section h2.section-heading, .page-section .section-heading.h2 {
      font-size: 2.5rem;
      margin-top: 0;
      margin-bottom: 1rem;
  }
  .text-uppercase {
      text-transform: uppercase !important;
  }
  
  .page-section h3.section-subheading, .page-section .section-subheading.h3 {
      font-size: 1rem;
      font-weight: 400;
      font-style: italic;
      font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      margin-bottom: 4rem;
  }
  
  .text-muted {
      --bs-text-opacity: 1;
      color: #6c757d !important;
  }
  
  p {
      line-height: 1.75;
      font-size: 17px;
  }


  .paraghrap{
      letter-spacing: 1px;
  }



.big{
    color: #589167;
    font-size: 30px;
    display: inline-block;
    font-weight: 600;
    line-height: 0px;
}




  .flex-box#continue>img {
    width: 50%;
}


.card{

    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.2);
    border-radius: 6px;
    height: 100%;
    transition: 0.3s;
  }
.card:hover {
  box-shadow: 1px 10px 16px 0 rgba(0,0,0,0.3);
}
  .card-title{
    text-align: center;
    color: #666666;
    font-weight: bold;
  }
  .card-text{
        font-weight: 500;
  color: #66686b;
  }
  .card-image{
    text-align: center;
    margin: 5vh 0;
  }
  .card-text{
    text-align: center;
  }

  .title-heading{
    font-size: 3em;
    text-align: center;
    margin: 4%;
    font-weight: bold;

  }


  a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.fa-facebook:before {
    content: "\f09a";
    font-size: 20px !important;
    background: black;
    padding: 7px 12px;
    border-radius: 50%;
    background: #1770c3;
}

.fa-instagram:before {
    content: "\f16d";
    font-size: 20px !important;
    background: black;
    padding: 8px 10px;
    border-radius: 50%;
    background: #ff4a46;
}

.fa-linkedin:before {
    content: "\f0e1";
    font-size: 20px !important;
    background: black;
    padding: 8px 11px;
    border-radius: 50%;
    background: #32608a;
}
.fa-skype:before {
    content: "\f17e";
    font-size: 20px !important;
    background: black;
    padding: 8px 10px;
    border-radius: 50%;
    background: #1770c3;

}
.fa-whatsapp:before {
    content: "\f232";
    font-size: 20px !important;
    background: black;
    padding: 8px 10px;
    border-radius: 50%;
    background: #118e11;
}

dl, ol, ul{
    margin-top: 0;
    margin-bottom: 7px !important;
}


.contact-image{
    background-size: contain;
}

.menu{
    margin-bottom: 0px !important;

}








  