/* TypoGraphy */
* {
    box-sizing: border-box;
}
:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit;
}

textarea.form-control {
    resize: none;
    overflow: hidden;
}

figure {
    margin-bottom: 0;
}

html,
body {
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Inter Regular";
    font-weight: 400;
    color: #777777;
}

img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

a,
a:hover {
    text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #faa432;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Libre Baskerville";
    color: #007693;
    margin-top: 0px;
    font-style: normal;
    font-weight: normal;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #282828;
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

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

ol {
    padding-left: 0;
    padding-bottom: 0px;
    counter-reset: listitem;
}

ol li {
    list-style: none;
    position: relative;
    padding-left: 34px;
}

ol li::before {
    counter-increment: listitem;
    content: counters(listitem, ".") ".";
    color: #272b38;
    display: inline-block;
    left: 0;
}

li {
    font-size: 16px;
    line-height: 27px;
    color: #606877;
}

li a {
    color: #faa432;
}

li a:hover {
    color: #faa432;
}

a {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    color: #f5811e;
}

a:hover {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    color: #282828;
}

button {
    padding: 0;
    background-color: transparent;
    border: none;
}

/*/===========/HEADER CSS START/===========/*/

/*==//offcanvas menu css start//==*/
.offcanvas-menu-visible .offCanvas-wrap {
    transform: translateX(0);
}

.offCanvas-wrap {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    width: 582px;
    padding: 35px 80px 45px;
    transform: translateX(100%);
    height: 100%;
    display: block;
    background-color: #fff;
    z-index: 1020;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    display: flex;
}

.offcanvas-menu-visible .offCanvas-overlay {
    opacity: 0.6;
    visibility: visible;
}

.offCanvas-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: #000;
}

.offCanvas-toggle {
    width: 56px;
    height: 56px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 35px;
}

.offCanvas-toggle img {
    width: 18px;
}

.offCanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 86px;
}
.offCanvas-manu ul li {
    display: block;
    font-size: 24px;
    line-height: 55px;
    font-family: "Libre Baskerville";
    color: #007693;
}
.offCanvas-manu ul li a {
    color: #007693;
}
.offCanvas-manu ul li a:hover {
    color: #f5811e;
}
/*==//offcanvas menu css end//==*/

/*==//header sticky css start//==*/

/*==//header sticky css end//==*/

/** ================== // HEADER CSS START // ================== **/
.header {
    padding: 0;
    background: #007693;
    position: relative;
    z-index: 1;
}

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

.navigation .moblelogo {
    display: none;
}

.main-nav .menu-bar {
    display: none;
}

.nav-manu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-manu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    list-style-type: none;
}

.nav-manu ul li {
    position: relative;
}

.nav-manu ul li:first-child {
    margin-left: 0px;
}

.logo {
    width: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 -98px;
}

.nav-manu ul li a {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    padding: 34px 15px;
    display: block;
    line-height: normal;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
    z-index: 1;
    font-family: "Inter Light";
}

.nav-manu ul li.current-menu-item > a {
    color: #f5811e;
}

.nav-manu ul li a:hover {
    color: #f5811e;
}

/** SUB MENU **/
.navigation ul li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    border-radius: 0;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.navigation ul li ul.sub-menu.shop-submenu {
    left: auto;
    right: 0;
}

.navigation ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.navigation ul li ul.sub-menu li::after {
    display: none;
}

.navigation ul li ul.sub-menu li::before {
    right: 15px;
    transform: rotate(-40deg) translateY(-20%);
    top: 43%;
}

.navigation ul li ul.sub-menu li a {
    padding: 9px 15px 9px 25px;
    line-height: 1.4;
    color: #777777;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation ul li ul.sub-menu li a::after {
    display: none;
}

.navigation ul li ul.sub-menu li:last-child a {
    border-bottom: none;
}

.navigation ul li ul.sub-menu li.current-menu-item a {
    color: #faa432;
}

.navigation ul li ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
}

.navigation ul li ul.sub-menu li:last-child {
    border-bottom: none;
}

.navigation ul li ul.sub-menu ul.sub-menu li {
    border-left: 0;
}

.navigation ul li ul.sub-menu li a:hover {
    color: #faa432;
}

.main-nav {
    display: flex;
    justify-content: flex-start;
    width: calc(100% - 258px);
    align-items: center;
    padding-left: 88px;
}
.header-right {
    margin-left: auto;
}
.header-right > ul {
    display: flex;
    align-items: center;
}
.header-right > ul > ul {
    display: block;
}
.header-right ul li {
    display: inline-block;
    padding-left: 40px;
    position: relative;
}
.header-right > ul > li:first-child {
    padding-left: 0;
}
.header-right > ul > li.header-shop-cart > a {
    padding-right: 10px;
}
.header-shop-cart a span {
    position: absolute;
    right: 0px;
    top: -2px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    background-color: #faa432;
    color: #fff;
    box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.14);
}
.header-right > ul li.offcanvas-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
}
/** ================== // HEADER CSS END // ================== **/

/** ================== // HOME SLIDER CSS START // ================== **/
.home-banner {
    margin: 0;
    padding: 0;
    position: relative;
}
.home-slickslider {
    margin: 0;
    padding: 0;
}
.slider-item {
    margin: 0;
    padding: 0;
    position: relative;
}
.slider-item figure {
    margin: 0;
    padding: 0;
}
.slider-item figure img {
    width: 100%;
}

.slider-absolute-top {
    position: absolute;
    bottom: 225px;
    left: 0;
    right: 0;
}
.slider-heading {
    margin: 0 0 0 -5px;
    padding: 0;
}
.slider-heading h1,
.slider-heading h2,
.slider-heading h3,
.slider-heading h4,
.slider-heading h5 {
    display: inline;
    font-family: "Inter Bold";
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    -webkit-box-decoration-break: clone;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
    line-height: normal;
    text-transform: uppercase;
    padding: 5px 28px 5px 17px;
}
/** ================== // HOME SLIDER CSS END // ================== **/

/** ================== // ABOUT CSS START // ================== **/
.about-section {
    margin: 0;
    padding: 80px 0;
}
.about-section .techno-heading {
    max-width: 650px;
    margin: 0 auto;
}

.techno-heading {
    margin: 0;
    padding: 0;
}
.techno-heading h1,
.techno-heading h2,
.techno-heading h3,
.techno-heading h4,
.techno-heading h5 {
    margin: 0 0 26px;
    padding: 0 0 5px;
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
}
.techno-heading h1::after,
.techno-heading h2::after,
.techno-heading h3::after,
.techno-heading h4::after,
.techno-heading h5::after {
    content: "";
    width: 123px;
    height: 3px;
    background: #f5811e;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.techno-heading p {
    margin: 0;
    padding: 0;
}

/** ================== // ABOUT CSS END // ================== **/

/** ================== //TESTIMONIALS SECTION START // ================== **/
.testimonials-section {
    margin: 0;
    padding: 182px 0 169px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.testimonials-section::after {
    content: "";
    background: #007693;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}

.testimonials-slider {
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
    max-width: 693px;
    left: -22px;
}

.testimonials-content {
    margin: 0;
    padding: 3px 41px 16px 93px;
    text-align: center;
    position: relative;
}

.testimonials-content::before {
    content: "";
    background: url("../images/comma-left.png") no-repeat;
    width: 59px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
}
.testimonials-content::after {
    content: "";
    background: url("../images/comma-right.png") no-repeat;
    width: 59px;
    height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.testimonials-content p {
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 203%;
    color: #fff;
    font-family: "Libre Baskerville";
    font-weight: normal;
}
/** ================== //TESTIMONIALS SECTION END // ================== **/

/** ================== // SOLUTIONS SECTION START // ================== **/
.solutions-section {
    margin: 0;
    padding: 85px 0 73px;
    position: relative;
}
.solutions-section::after {
    content: "";
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: -1;
}

.solutions-main-outer {
    margin: 0;
    padding: 52px 0 0 242px;
}
.solutions-item-slider {
    margin: 0;
    padding: 0;
}
.solutions-item-slider .slick-list {
    padding: 0 230px 60px 0;
}

.solutions-item-content {
    margin: 0;
    padding: 0 20px 0 0;
}

.solutions-info {
    margin: 0;
    padding: 0;
}
.solutions-info figure {
    margin: 0;
    padding: 0;
}
.solutions-info figure img {
    width: 100%;
}
.solutions-info figcaption {
    margin: -2px 0 0;
    padding: 21px 21px;
    border: 2px #f5f5f5 solid;
    text-align: center;
}

.solutions-info figcaption h6 {
    font-family: "Inter Regular";
    font-size: 14px;
    color: #282828;
    margin: 0;
    padding: 0;
}
.solutions-info figcaption h6 a {
    color: #282828;
}
.solutions-item-slider ul.slick-dots {
    margin-left: -250px;
}
/** ================== // SOLUTIONS SECTION END // ================== **/

/** ================== // COLLABORATIONS SECTION START // ================== **/
.collaborations-section {
    margin: 0;
    padding: 85px 0 73px;
    position: relative;
    z-index: 1;
}
.collaborations-section::after {
    content: "";
    background: #f5811e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: -1;
}
.collaborations-section .techno-heading h1,
.collaborations-section .techno-heading h2,
.collaborations-section .techno-heading h3,
.collaborations-section .techno-heading h4,
.collaborations-section .techno-heading h5 {
    color: #fff;
}
.collaborations-section .techno-heading h1::after,
.collaborations-section .techno-heading h2::after,
.collaborations-section .techno-heading h3::after,
.collaborations-section .techno-heading h4::after,
.collaborations-section .techno-heading h5::after {
    background: #fff;
}

.collaborations-item-slider {
    max-width: 702px;
    margin: 0 auto;
}

.collaborations-item-slider .slick-list {
    padding: 52px 0 60px 0;
}
/** ================== // COLLABORATIONS SECTION END // ================== **/

/** ================== // TECHNO TOWARDS SECTION START // ================== **/
.techno-towards-section {
    margin: 0;
    padding: 0;
    background: #007693;
}

.techno-towards-warp {
    display: flex;
    flex-wrap: wrap;
}
.techno-towards-content {
    padding: 0 108px 0 250px;
    margin: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.techno-towards-col-6 {
    width: 50%;
    padding: 0;
    margin: 0;
}

.techno-towards-info {
    margin: 0;
    padding: 0;
}
.techno-towards-info h5 {
    margin: 0 0 34px;
    padding: 0;
    font-size: 40px;
    color: #fff;
    font-family: "Inter Bold";
    text-transform: uppercase;
}
.techno-towards-info p {
    margin: 0;
    padding: 0;
    color: #fff;
}

.techno-towards-img {
    margin: 0;
    padding: 0;
}
.techno-towards-img img {
    margin: 0;
    padding: 0;
    width: 100%;
}

.techno-inquiry-section {
    margin: 0;
    padding: 150px 0 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.techno-inquiry-section::after {
    content: "";
    background: #f5811e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}

.techno-inquiry-warp {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.techno-inquiry-lft-col {
    width: 63.38%;
}
.techno-inquiry-lft-info {
    margin: 0;
    padding: 0 150px 0 0;
}

.techno-inquiry-lft-info h6 {
    margin: 0 0 50px;
    padding: 0;
    font-family: "Inter Regular";
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.techno-inquiry-lft-info h5 {
    margin: 0 0 23px;
    padding: 0;
    font-family: "Inter Bold";
    font-size: 40px;
    color: #fff;
    line-height: 130%;
}
.techno-inquiry-lft-info p {
    margin: 0;
    padding: 0;
    font-family: "Inter Regular";
    font-size: 16px;
    color: #fff;
}

.techno-inquiry-right {
    width: 36.62%;
}

.techno-inquiry-form-table {
    margin: 0 0 -166px;
    background: #fff;
    box-shadow: -4px 6px 20px rgba(0, 0, 0, 0.25);
    padding: 39px 56px;
    border-bottom: 6px #000 solid;
}
.techno-inquiry-form-table h2 {
    margin: 0 0 34px;
    padding: 0;
    color: #282828;
    font-size: 25px;
    text-transform: uppercase;
}
.medium {
    margin: 0;
    padding: 10px 12px;
    background: #f5f5f3;
    color: #858585;
    font-size: 16px;
    font-family: "Inter Light";
    font-weight: 300;
    width: 100%;
    border: none;
}

textarea.medium {
    height: 126px;
    resize: none;
}

.button {
    background: #007693;
    border: none;
    color: #fff;
    height: 41px;
    min-width: 141px;
    font-size: 16px;
    margin: 0;
    padding: 5px 10px;
    font-family: "Inter Light";
    font-weight: 300;
    cursor: pointer;
}
.button:hover {
    background: #f5811e;
    color: #fff;
}
.form-group:last-child {
    margin-bottom: 0;
}
.form-group.form-submit {
    padding-top: 0px;
}

/** ================== // TECHNO TOWARDS SECTION END // ================== **/

/** ================== // FOOTER START // ================== **/
.footer {
    margin: 0;
    padding: 181px 0 0;
}

.footer-warp {
    display: flex;
    flex-wrap: wrap;
}

.footer-left-col-1 {
    margin: 0;
    padding: 0 226px 0 0;
    width: 38%;
}

.footer-logo {
    margin: 0;
    padding: 0;
}
.footer-logo p {
    margin: 0;
    padding: 0;
    color: #858585;
}
.ftr-logo {
    margin: 0 0 27px;
    padding: 0;
    display: block;
}

.footer-right-col-2 {
    width: 62%;
    padding: 81px 0 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-menu {
    margin: 0;
    padding: 0;
    width: 181px;
}

.footer-tittle {
    margin: 0 0 33px;
    padding: 0;
    font-size: 16px;
    font-family: "Inter SemiBold";
    font-weight: 600;
    text-transform: uppercase;
    color: #282828;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    margin: 0 0 5px;
    padding: 0;
    display: block;
    font-family: "Inter Light";
    font-weight: 300;
    color: #858585;
}
.footer-menu ul li a {
    color: #858585;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-menu ul li a:hover {
    color: #f5811e;
}
.footer-menu.footer-address {
    width: 359px;
    padding-right: 36px;
}
.footer-menu.footer-address ul li {
    margin: 0 0 15px;
    font-size: 16px;
}
.footer-menu.footer-social {
    width: 340px;
    padding-top: 51px;
}
.footer-menu.footer-social ul li {
    margin: 0 0 15px;
    font-size: 16px;
}
.footer-menu.footer-social ul li img {
    margin-right: 12px;
}

.social-icon {
    margin: 0;
    padding: 10px 0 0;
}

.social-icon a {
    color: #858585;
    margin-right: 18px;
    font-size: 18px;
}
.social-icon a:hover {
    color: #f5811e;
}

.copyright {
    background: #007693;
    text-align: center;
    padding: 20px;
    margin-top: 70px;
}
.copyright p {
    color: #fff;
    margin: 0;
}

.click-bottom-top {
    position: absolute;
    bottom: 32px;
    right: 55px;
    background: #f5811e;
    width: 67px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}
.click-bottom-top.show {
    opacity: 1;
    visibility: visible;
}
/** ================== // FOOTER END // ================== **/
/** ================== // ABOUT US PAGE CSS START // ================== **/
.breadcrumb-outer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
}
.breadcrumb-outer .container {
    max-width: 1416px;
}

.breadcrumb-info {
}
.breadcrumb-info ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.breadcrumb-info ul li {
    margin: 0px;
    padding: 0px 11px 0 0;
    list-style: none;
    font-family: "Inter Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
}
.breadcrumb-info ul li a {
    color: #f5811e;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.breadcrumb-info ul li a:hover {
    color: #000000;
}
.breadcrumb-info ul li img {
    margin-left: 6px;
}
.discover-ourstory-section {
    padding: 112px 0 111px;
}
.discover-story-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 2px;
}
.discover-story-left {
    width: 595px;
}

.discover-story-left h1,
.discover-story-left h2,
.discover-story-left h3,
.discover-story-left h4 {
    font-family: "Libre Baskerville";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 201.02%;
    color: #007693;
    position: relative;
    margin-bottom: 29px;
}
.discover-story-left h1 span,
.discover-story-left h2 span,
.discover-story-left h3 span,
.discover-story-left h4 span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.discover-story-left h1 span::after,
.discover-story-left h2 span::after,
.discover-story-left h3 span::after,
.discover-story-left h4 span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #f5811e;
}
.about-heading .discover-story-left h1 span::after,
.about-heading .discover-story-left h2 span::after,
.about-heading .discover-story-left h3 span::after,
.about-heading .discover-story-left h4 span::after {
    width: 340px;
}
.discover-story-left p {
    margin-bottom: 0;
    text-align: justify;
}
.discover-our-story .container {
    max-width: 1423px;
}
.discover-story-right {
    width: 700px;
    margin-top: -1px;
}

.founder-message-section {
    padding: 120px 0px 136px;
    background: #f5f5f5;
}
.founder-message-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 1px;
}
.founder-message-left {
    width: 321px;
    padding-top: 32px;
}
.founder-message-right {
    width: 919px;
}
.founder-message-right h2 {
    font-family: "Libre Baskerville";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 202.02%;
    color: #007693;
    position: relative;
    margin-bottom: 21px;
}
.founder-message-right h2 span {
    position: relative;
}
.founder-message-right h2 span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -10px;
    background: #f5811e;
}
.founder-message-right h5 {
    font-family: "Inter Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #f5811e;
    position: relative;
    margin-bottom: 9px;
}
.founder-message-right h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #282828;
    margin-bottom: 12px;
    font-family: "Inter Regular";
}
.founder-message-right p {
    margin-bottom: 0;
    text-align: justify;
}

/** ================== // ABOUT US PAGE CSS END // ================== **/
/** ================== // SOLUTIONS PAGE CSS START // ================== **/
.home-banner.inner-banner .slider-absolute-top {
    bottom: 80px;
}
.home-banner.inner-banner .slider-heading h1,
.home-banner.inner-banner .slider-heading h2,
.home-banner.inner-banner .slider-heading h3,
.home-banner.inner-banner .slider-heading h4,
.home-banner.inner-banner .slider-heading h5 {
    color: #000;
    background-color: transparent;
    padding-left: 6px;
}
.home-banner.inner-banner .slider-item figure img {
    height: 504px;
    display: initial;
    object-fit: cover;
}
.discover-story-left ul {
    padding-top: 26px;
    padding-left: 32px;
}
.discover-story-left ul li {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #282828;
    margin-bottom: 0px;
    list-style: none;
    position: relative;
}
.discover-story-left ul li::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 5px;
    background: url(../images/list-style-arrow.svg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 25px;
    height: 22px;
}
.ourstory-section-outer {
}
.discover-ourstory-section:nth-child(even) {
    background: #f5f5f5;
}
.discover-ourstory-section:nth-child(even) .discover-story-left {
    order: 2;
}
/** ================== // SOLUTIONS PAGE CSS END // ================== **/
/** ================== // COLLABORATIONS PAGE CSS END // ================== **/
.overlay-banner .slider-item figure::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    mix-blend-mode: multiply;
    opacity: 0.1;
}
.ourstory-section-outer.collaborations-heading .discover-story-left h1,
.ourstory-section-outer.collaborations-heading .discover-story-left h2,
.ourstory-section-outer.collaborations-heading .discover-story-left h3,
.ourstory-section-outer.collaborations-heading .discover-story-left h4 {
    margin-bottom: 31px;
}
/** ================== // COLLABORATIONS PAGE CSS END // ================== **/
/** ================== // CONTACT-US PAGE CSS START // ================== **/
.contact-section {
    padding: 112px 0 95px;
}
.contact-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.contact-information {
    width: 420px;
}
.contact-information .heading-contact h1 span,
.contact-information .heading-contact h2 span,
.contact-information .heading-contact h3 span,
.contact-information .heading-contact h4 span {
    padding-right: 16px;
}
.heading-contact {
    margin-bottom: 44px;
}
.heading-contact h1,
.heading-contact h2,
.heading-contact h3,
.heading-contact h4 {
    font-family: "Libre Baskerville";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 201.02%;
    color: #007693;
    position: relative;
    margin-bottom: 29px;
}
.heading-contact h1 span,
.heading-contact h2 span,
.heading-contact h3 span,
.heading-contact h4 span {
    position: relative;
    display: inline-block;
    padding-right: 13px;
}
.heading-contact h1 span::after,
.heading-contact h2 span::after,
.heading-contact h3 span::after,
.heading-contact h4 span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #f5811e;
}
.information-row {
}
.information-col {
    border: 1px solid #858585;
    padding: 23px 55px 23px 19px;
    margin-bottom: 43px;
}
.information-col:last-child {
    margin-bottom: 0px;
}
.info-content {
    margin-bottom: 23px;
    padding-left: 35.5px;
    position: relative;
}
.info-content:last-child {
    margin-bottom: 0px;
}
.info-content p {
    margin: 0px;
    font-family: "Inter Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    margin-top: -1px;
}
.info-content p a {
    color: #282828;
}
.info-content p a:hover {
    color: #f5811e;
}
img.icon-left {
    position: absolute;
    left: 0;
    top: 6px;
}
.get-touch-form {
    width: 520px;
    margin-left: 120px;
}
.get-touch-form .medium {
    height: 44px;
    font-family: "Inter Light";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #858585;
    padding: 10px 20px;
}
.get-touch-form .medium::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #858585;
    opacity: 1; /* Firefox */
}

.get-touch-form .medium:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #858585;
}

.get-touch-form .medium::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #858585;
}
.get-touch-form .form-group {
    margin-bottom: 23px;
}
.information-col.phone-information {
    padding: 21px 55px 20px 19px;
}
.information-col.phone-information img.icon-left {
    top: 2px;
}
.information-col.message-information {
    padding: 21px 55px 20px 19px;
}
.information-col.message-information img.icon-left {
    top: 5px;
}
.gettouch-form-inner textarea.medium {
    height: 74px;
}
.gettouch-form-inner .form-group.form-submit {
    padding-top: 0;
    margin-top: -5px;
}

.map-location img {
    width: 100%;
    height: auto;
}
.map-location iframe {
    width: 100%;
    height: 416px;
}
.footer.contact-footer {
    padding-top: 96px;
}
/** ================== // CONTACT-US PAGE CSS END // ================== **/
.copyright .container {
    position: relative;
}
.wpcf7-not-valid-tip,.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { 
    font-size: 12px!important; 
}