body {
    color:#000;
    font-family: "ProximaNova";
    font-size: 14px;
}
/* Preloader css */
#page-loader {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.centerpartview{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    grid-gap: 16px;
}

.nameweb img {
    max-width: 300px;
    width: 95%;
}

#page-loader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
 
.spinner {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
    border: 6px solid rgb(0 0 0 / 20%);
    border-top-color: #000;
    animation: spin 1s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.spinner::after{
    content: "";
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
}
 
@keyframes spin {
    to { transform: rotate(360deg); }
}
 /* preloader css end */

a{
    text-decoration: none;
    color: var(--color3);
}
p {
    letter-spacing: .3px;
}
::-webkit-scrollbar {width:6px;}
::-webkit-scrollbar:horizontal {width:6px; height:6px;}
::-webkit-scrollbar-track {background-color:transparent;border-radius: 9999px;}
::-webkit-scrollbar-thumb {background-color:#ccc;border-radius: 9999px;} 


@font-face {
    font-family: TiemposFine;
    src: url(../fonts/24f03a314154573f75c800033b6370a1.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: TiemposFine-Light;
    src: url(../fonts/24f03a314154573f75c800033b6370a1.woff2) format("woff2");
    font-weight: 300
}

@font-face {
    font-family: "ProximaNova";
    src: url(../fonts/2108478b94d8cdf4b21c670747b76755.woff2) format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "ProximaNova";
    src: url(../fonts/a0acb2527887882321f922a8e416779a.woff2) format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "ProximaNova";
    src: url(../fonts/9a6fccda9936e91928b9d4cfc2c39243.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "ProximaNova";
    src: url(../fonts/32866f822bebbcabb36b7bba00268c24.woff2) format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "ProximaNova-Light";
    src: url(../fonts/765508698546941045c94bb0072fa072.woff2) format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

:root{
	--fontsize14:14px;
	--fontsize16:16px;
	--fontsize18:18px;
	--fontsize20:20px;
	--fontsize24:24px;
	--fontsize36:36px;
	--color1:#545454;
	--color2:#1e2122;
	--color3:#2e76ae;
}


/*mobile menu*/
.mobile__nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: #162a4b;
    z-index: 99;
    transition: transform ease-out .5s;
    transform: translate3d(0, -100%, 0);
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 14px;
}
.mobile__nav nav {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: scroll;
}
.mobile__nav nav ul.first-level {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #162a4b;
}
.mobile__nav nav ul.second-level {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transition: transform 400ms ease-in;
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-100%);
    background: #162a4b;
}
.mobile__nav nav ul.second-level.active {
  transform: translateX(0%);
}
.mobile__nav nav ul.third-level {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transition: transform 400ms ease-in;
    padding: 0;
    list-style: none;
    transform: translateX(-100%);
    background: #162a4b;
}
.mobile__nav nav ul.third-level.active {
  transform: translateX(0%);
}
.mobile__nav nav a[data-level-id] {
  position: relative;
}
.mobile__nav nav a[data-level-id]::after {
    content: "\ea61";
    font-family: "tabler-icons";
}
.mobile__nav nav a.back__menu {
    justify-content: flex-end;
    grid-gap: 10px;
    flex-direction: row-reverse;
    font-weight: 600;
}
.mobile__nav nav a.back__menu[data-level-id]::after {
    content:"\ea60";
    font-family: "tabler-icons";
}
.mobile__nav nav ul li a {
    font-size: 18px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-family: TiemposFine;
}
.mobile__nav nav ul li a:hover {
    color: #cc9f53;
}
/*mobile menu*/

/*Policy*/
.withoutbanner {
    margin-top: 80px;
    
}
.Policy{
padding: 60px 0;
}
.Policy p {
    font-size: 16px;
    color: #000;
    font-family: "ProximaNova-Light";
}
.Policy ul {
    padding: 0 0 0 17px;
    margin: 0;
}

.Policy ul li {
    font-size: 16px;
    color: #000;
    font-family: "ProximaNova-Light";
    margin-bottom: 10px;
}
.Policy h3 {
    font-size: 28px;
    letter-spacing: -0.5px;
    font-family: TiemposFine;
    margin-top: 35px;
    margin-bottom: 16px;
}
.Policy ol {
    margin-top: 12px;
    list-style: circle;
}
.wrapper1 {
    padding: 0 13.75%;
}
/*Policy*/

/*Menu*/
.fullmenu {
    padding: 100px 150px 50px 150px;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    column-gap: 60px;
    height: 100vh;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
.menupart {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.menupart a {
    font-family: TiemposFine;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    margin-bottom: 20px;
    width: 100%;
}
.menupart a span {
    background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, #cc9f53, #cc9f53);
    background-size: 100% .0625rem, 0 .0625rem;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .2s ease-out;
}
a.menuheading span:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #cc9f53;
    bottom: 0;
    left: 0;
    width: 100%;
}
a.menuheading {
    color: #cc9f53;
}
a.menuheading span {
    position: relative;
}
.menupart a:hover span {
    background-size: 0 .0625rem, 100% .0625rem;
}
.menupart a:hover {
    color: #cc9f53;
}
.menupart a i {
    left: -20px;
    position: relative;
    transition: 0.5s;
}
.menupart a:hover i {
    left: 0;
}
.menupart a.active {
    color: #cc9f53;
}
/*Menu*/

/*header*/
.headermain {
    padding:0px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
    width: 100%;
    height: 85px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
    padding:15px 0;
}
.headermain .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.logo img {
    width: 85px;
    cursor: pointer;
}
.menuicon{
    width: 24px;
    height: 18px;
    position: fixed;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 999;
    left: 45px;
    top: 33px;
}
.menuicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menuicon span:nth-child(1) {
  top: 0px;
}
.menuicon span:nth-child(2) {
  top: 8px;
}
.menuicon span:nth-child(3) {
  top: 16px;
}
.menuicon.open span {
    background: #fff !important;
}
.menuicon.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menuicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menuicon.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.navOpen .fixfullnavigation {
    transform: translate3d(0, 0, 0);
}
.fixfullnavigation {
    transition: transform ease-out .5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #162a4b;
    padding: 0;
    margin: 0;
    transform: translate3d(0, -100%, 0);
    z-index: 99;
    overflow: hidden;
}
/*header*/


/*banner*/
.banner {
    margin-top: 80px;
}
.bannerslider .item img {
    height: 56vw;
    max-height: 85vh;
    object-fit: cover;
}
.bannertext h1 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.7px;
    color: #fff;
    font-family: TiemposFine;
}


.bannertext {
    max-width: 500px;
}

    .bannertext p {
        font-size: 28px !important;
        margin-bottom: 25px;
        line-height: 1.5;
        color: #fff;
        text-transform: uppercase;
    }
.bannerwrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    /*background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);*/
    padding: 0 80px 0;
}
.bannerslider.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    padding-bottom: 42px;
    right: 72px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 60px;
}
.sliderCounter {
  position: absolute;
    left: 50px;
    color: #fff;
    font-family: ProximaNova;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: 2px;
}
.bannerslider.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    opacity: 1;
    font-size: 30px;
    margin: 0;
    display: flex;
}
.bannerslider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.buttonrpj {
    background: linear-gradient(to left, #000000 50%, #99692e 50%) right ;
    background-size: 200% ;
    transition: .5s ease-out;
    text-decoration: unset;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 155px;
    padding: 14px 30px;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: "ProximaNova";
    text-transform: uppercase;
}
.buttonrpj:hover {
    background-position: left;
}
/*banner*/


/*inner banner*/
.innerbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.innerbanner {
    position: relative;
}
.innerbanner {
    margin-top: 80px;
    position: relative;
    height: 70vh;
}
    .innerbanner .banneroverlay {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.8) 100%);
        /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1a000000", endColorstr="#cc000000",GradientType=0 );*/
        top: 0;
    }
.innerbannertext {
    box-sizing: border-box;
    padding: 0 80px;
    height: 100%;
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
}
.innerbannertext h1 {
    width: 60%;
    margin-bottom: 25px;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.7px;
    color: #fff;
    font-family: TiemposFine;
}

.innerbannertext p {
    margin-bottom: 25px;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
}
/*inner banner*/

/*contact us*/
.contactus {
    padding: 60px 0;
}
.contactus .subheading {
    margin-bottom: 0;
}
.subtext {
    font-family: "ProximaNova";
    font-size: 16px;
     margin-bottom: 40px;
}
.contactus_main {
    display: flex;
    justify-content: space-between;
    column-gap: 160px;
}
.contactus_left {
    width: 50%;
}
.contactus_right {
    width: 50%;
}
.form-label {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0;
}
.form-control.textarea {
    min-height: auto;
    resize: unset;
    height: auto;
}
.form-control {
    letter-spacing: normal;
    border: none;
    border-bottom: 1px solid #000;
    font-family: ProximaNova;
    font-size: 16px;
    line-height: 1.5;
    height: 40px;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    border-radius: 0px;
}
.form-group {
    margin-bottom: 20px;
    max-width: 300px;
}
.form-control:focus {
    color: #000;
    border: 0px;
    border-bottom: 1px solid #000;
    box-shadow: none;
}
.addressmap iframe {
    width: 100%;
    height: 400px;
}

.addressmap {
    margin-top: 40px;
}
.detailsbox h3 {
    font-family: "ProximaNova";
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.detailsbox p {
    font-family: "ProximaNova";
    font-size: 16px;
    color: #000;
    margin: 0;
}

.detailsbox {
    margin-bottom: 40px;
}

.detailsbox p a {
    font-family: "ProximaNova";
    font-size: 16px;
    color: #000;
}

.detailsbox p a:hover {
    opacity: 0.5;
}
/*contact us*/

/*businesses*/
.businesses {
    padding-bottom: 80px;
}
.businesses_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.businesses_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.businesses_text {
    padding:0 30px 0 12px;
    margin-top: -40px;
    position: relative;
}
.businesses_box {
}
.textboxbg {
    background: #f0ece9;
    padding: 20px;
    height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.businesses_text h3 {
    font-family: TiemposFine;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.29;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.businesses_text p {
    color: #4c4a47;
    font-family: "ProximaNova";
    font-size: 16px;
    line-height: 1.63;
}
.learnmore {
    position: relative;
}
.learnmore a span {
    padding-left: 30px;
}
.learnmore a {
    color: #99692e;
    font-family: "ProximaNova";
    font-size: 16px;
    font-weight: 500;
}
.learnmore a:hover img {
margin-left: 13px;
        transition: 0.5s;
}
.learnmore a:hover {
    opacity: 0.7;
}
.learnmore a img {
    width: 8px;
    top: 7px;
    position: absolute;
        transition: 0.5s;
}
/*businesses*/

/*rewards*/
.rewards {
    padding: 20px 0 80px;
}
/*rewards*/

/*news*/
.paginationmain {
    margin-top: 40px;    
}
.paginationmain .page-link:focus {
    box-shadow: none;
}
.paginationmain a.page-link {
    color: #000;
    font-family: "ProximaNova-Light";
}

.paginationmain .disabled>.page-link, .paginationmain .page-link.disabled {
    color: rgb(0 0 0 / 40%);
}
.allnews {
    padding: 80px 0;
}
.news {
    padding: 60px 0;
}
.newsimg {
    position: relative;
}
.newsimg img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.newstitle {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newstitle p {
   color: #000;
    font-family: "ProximaNova-Light";
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 3.75px;
    text-transform: uppercase;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    word-wrap: break-word;
    word-break: break-word;
    min-height: 36px;
}
.newstitle a {
    display: flex;
    align-items: center;
}
.newstitle a img {
    width: 18px!important;
    height: 20px;
}
.newstitle a:hover img {
    opacity: 0.5;
}
.newstext a {
color: #000;
    font-family: "ProximaNova-Light";
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    word-wrap: break-word;
    word-break: break-word;
    min-height: 36px;
}
.newstext {
    margin-bottom: 10px;
}
.newstext a:hover {
    opacity: 0.5;
}
.newsdate {
    color: #000;
    font-family: "ProximaNova-Light";
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    /* letter-spacing: 3.75px; */
    text-transform: uppercase;
}
.newsslider.owl-theme .owl-nav {
    margin-top: 40px;
    padding-right: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    grid-gap: 80px;
}
.newsslider.owl-theme .owl-nav [class*=owl-] img {
    width: 28px;
}
.newsslider.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    color: #000;
    font-size: 16px;
}
.newsslider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    opacity: 0.5;
}
.newsbox_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 60px;
    column-gap: 60px;
}
/*news*/


/*about*/
.aboutview {
    padding: 80px 0;
}
.aboutmain {
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.aboutmain.aboutmain_img {
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
}

.aboutmain.aboutmain_img .aboutleft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutright p {
    font-size: 16px;
    line-height: 1.63;
    color: #4c4a47;
    font-family: "ProximaNova";
    text-align: center;
}
.aboutbtn a {
    border-color: #99692e;
}
.aboutbtn {
   margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutright h3 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #000;
    font-family: TiemposFine;
}
/*about*/


/*our team*/
.ourteamview {
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
}
.ourteam_bottom_img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.ourteam_bottom_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.ourteam_bottom_text {
    text-align: center;
    margin-top: 20px;
}

.name_title {
    font-family: TiemposFine-Light;
    font-size:18px;
    font-weight: 300;
    margin-bottom: 5px;
}

.post_title {
    color: #000;
    font-family: "ProximaNova-Light";
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: normal;
}
.ourteam_center {
    margin-bottom: 28px;
}
.ourteam_bottom .ourteam_bottom_main {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 60px;
}
.ourteam_bottom .subheading {
    font-size: 35px;
    line-height: 40px;
}
.ourteam_bottom_text p {
    color: #000;
    font-family: "ProximaNova-Light";
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: normal;
}
.ourteam_bottom .ourteam_bottom_img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.ourteam_bottom_popup {
    display: grid;
    grid-template-columns: 345px auto;
    column-gap: 80px;
    padding: 20px;
}
.ourteam_bottom_popup .ourteam_bottom_text .post_title {
    margin-bottom: 30px;
}
.ourteam_bottom_popup .ourteam_bottom_text {
    text-align: left;
    margin-top: 0;
}
.closebtn {
    padding: 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.closebtn button {
    background: transparent;
    outline: 0;
    border: 0px;
    font-size: 30px;
    padding: 0;
    display: flex;
}

.closebtn button:hover {
    opacity: 0.5;
}
/*our team*/

/*all page*/
.sectiongap{
  padding:80px 0;
}
.wrapper {
    padding: 0 80px;
}
.minsubheading {
    color: #4c4a47;
    font-family: "ProximaNova";
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 3.75px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.subheading {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.5px;
    font-family: TiemposFine;
    margin-bottom: 35px;
}
.viewall {
    text-decoration: unset;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}
.viewall a {
    font-family: ProximaNova;
    font-size: 18px;
    font-weight: bold;
    color: #99692e;
    line-height: 1;
    letter-spacing: .7px;
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.viewall a img {
    width: 9px;
    height: 17px;
}
.viewall a:hover {
    opacity: 0.5;
}
/*all page*/

/*ticker*/
.ticker {
    padding: 60px 0;
}
.tickermain {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.tickerbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tickerbox h3 {
    margin-bottom: 20px;
    font-family: TiemposFine;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
}
.ticker_title {
    font-family: "ProximaNova-Light";
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.ticker_text {
    font-family: "ProximaNova-Light";
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
/*ticker*/

/*collage*/
.joinus {
    padding: 35px;
}
.joinus a {
    margin: 0 auto;
}
.collagemainview{
      overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.collagemain {
    display: flex;
    gap: 10px;
    position: relative;
    transform: translateX(0);
}
.collagebox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gapcollage {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.fullheight {
    width: 25vw;
    height: 100%;
}
.halfheight {
    width: 35vw;
    height: 100%;
}
/*collage*/

/*ourstory*/
.foundation {
    padding: 80px 0;
}

.foundationheading {
    font-size: 28px;
    letter-spacing: -0.7px;
    color: #000;
    font-family: TiemposFine;
    text-align: center;
    margin-bottom: 25px;
}

.foundationsubheading {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-family: "ProximaNova-Light";
}
.ourstory{
    position: relative;
    background-color: #f0ece9;
    background-image: url(../images/timeline-background.svg);
    background-repeat: repeat-y;
    background-size: 50%;
    background-position: center;
    padding: 80px 0;
    overflow: hidden;
}
.timelineArrow {
  position: absolute;
  width: 20px;
  height: 80px;
  display: block;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.timelineArrow img {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 19px;
  height: 19px;
}
.timelineArrow::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 1rem;
  width: 2px;
  background: #1c355e;
  content: "";
}
ol.timelineList {
    padding: 0;
    margin: 0;
    list-style: none;
}
.timelineSectionHeadingWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 130px;
}
.timelineSectionHeading {
    font-family: TiemposFine;
    font-size: 70px;
        color: #000;
}
.timelineSectionList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 130px;
}
.timelineItemArea img {
    width: 100%;
}
.timelineItemArea p {
    padding-left: 60px;
    font-size: 18px;
    font-family: "ProximaNova-Light";
  color: #000;
}
li.timelineSection {
    padding-bottom: 130px;
}
.timelineSectionHeading.right {
    grid-column: 2;
}
.timelineItemArea.right {
    grid-column: 2;
}
.timelineItemArea.left {
    grid-column: 1;
    grid-row: 1;
}
li.timelineSection:last-child {
    padding-bottom: 0;
}
/*ourstory*/

/*footer*/
.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.footerlogo {
    margin-top: 80px;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.footerlogo img {
    height: 50px;
    width: auto;
}
.footer p {
    margin-bottom: 30px;
    font-family: "ProximaNova-Light";
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding: 0 10px;
}
.socialmedialink {
    display: none;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 20px;
}
.socialmedialink a {
    display: flex;
}
.socialmedialink a img {
    height: 18px;
}
.footerlinks hr {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, .1);
    opacity: 1;
}
.footerlinks {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.footerlinks ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 30px;
}
.footerlinks ul li a {
    font-family: "ProximaNova-Light";
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    text-decoration: underline;
    color: #000;
}
.footerlinks ul li a:hover {
    opacity: 0.5;
}
.footerlinks ul li {
    position: relative;
}
.footerlinks ul li:before {
    content: '';
    position: absolute;
    right: -17px;
    top: 4px;
    width: 1px;
    height: 12px;
    background: #000;
}
.footerlinks ul li:last-child:before {
    display: none;
}
/*footer*/


.certifications_img {
    border-left: 1px solid #ccc;
}
.certifications_img img {
    height: 80px;
    width: auto !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
    margin: 0 auto;
}
.certifications_img img:hover {
    -webkit-filter: unset;
    filter: unset;
    opacity: 1;
}
.certificationsslider {
    padding: 40px 0 0;
    position: relative;
}
.certificationsslider:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2px;
    height: 100%;
    background: #fff;
    z-index: 9;
}

@media screen and (max-width: 992px) {
    .navOpen .fixfullnavigation {
        display: none;
        }
    .mobile__nav.show {
        transform: translate3d(0, 0, 0);
    }
   
}

@media screen and (max-width: 767px) {
    .headermain{
        padding: 0 40px;
    }
    .menuicon{
        left: 40px;
    }
    .wrapper, .wrapper1{
        padding: 0 40px;
    }

    .bannerslider.owl-theme .owl-nav {
        padding-bottom: 16px;
        right: 12px;
    }
    .bannerslider .item img {
        height: 50vw;
    }
    .bannerwrapper {
        position: relative;
        background: #162a4b;
        padding:40px 20px 40px;
    }
    .bannertext h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .bannertext p {
        font-size: 16px;
    }

    .aboutview {
        padding: 50px 0;
    }
    .aboutmain {
        grid-template-columns: auto;
    }
    .subheading {
        font-size: 28px;
        line-height: 30px;
    }
    .aboutright h3 {
        font-size: 24px;
    }
    .businesses_main {
        grid-template-columns: auto;
        row-gap: 20px;
    }
    .businesses_text {
        padding: 0 16px 0 12px;
    }
    .businesses_text h3 {
        font-size: 24px;
    }
    .businesses {
        padding-bottom: 50px;
    }
    .ticker {
        padding: 30px 0;
    }
    .tickermain {
        grid-template-columns: 1fr 1fr;
        row-gap: 50px;
    }
    .tickerbox h3 {
        font-size: 50px;
    }
    .ticker_title {
        font-size: 24px;
    }
    .newsslider {
        padding: 0 40px;
    }
    .newsslider.owl-theme .owl-nav {
        margin-top: 20px;
        padding-right: 0;
        grid-gap: 24px;
    }
    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .innerbannertext {
        padding: 0 20px;
    }
    .innerbannertext h1 {
        width: 100%;
        font-size: 30px;
        line-height: 30px;
    }
    .sectiongap {
        padding: 50px 0;
    }
    .wrapper1 {
        padding: 0 20px;
    }
    .ourteam_bottom_main {
        grid-template-columns: auto;
    }
    .ourteam_bottom .subheading {
        font-size: 28px;
        line-height: 30px;
    }
    .ourteam_bottom .ourteam_bottom_main {
        grid-template-columns: auto;
        row-gap: 30px;
    }
    .ourteam_bottom .ourteam_bottom_img img {
        height: auto;
    }
    .ourteam_bottom_img img {
        height: auto;
    }
    .ourteam_bottom_popup {
        grid-template-columns: auto;
        row-gap: 30px;
        padding: 0;
    }
    .closebtn button {
        font-size: 18px;
    }
    .foundationheading {
        font-size: 24px;
    }
    .foundationsubheading {
        font-size: 16px;
    }
    .ourstory {
        background-size: 100%;
        padding: 50px 0;
    }
    .timelineArrow {
        left: 20px;
        transform: unset;
    }
    .timelineSectionList {
        grid-template-columns: auto;
        row-gap: 20px;
    }
    .timelineItemArea p {
        padding-left: 20px;
        font-size: 16px;
    }
    li.timelineSection {
        padding-bottom: 80px;
        padding-left: 30px;
    }
    .timelineSectionHeading {
        font-size: 30px;
    }
    .timelineSectionHeadingWrap {
        grid-template-columns: auto;
    }
    .timelineSectionHeading.right {
        grid-column: unset;
    }
    .timelineItemArea.right {
        grid-column: unset;
    }
    .timelineItemArea.left {
        grid-column: unset;
        grid-row: unset;
    }
    .newsbox_main {
        grid-template-columns: auto;
    }
    .aboutmain.aboutmain_img {
        grid-template-columns: auto;
    }
    .contactus_main {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .contactus_right {
        width: 100%;
        margin-top: 40px;
    }
    .contactus_left {
        width: 100%;
    }
    .detailsbox {
        margin-bottom: 24px;
    }
    .contactus {
        padding:50px 0;
    }
    .footerlogo img {
        height: 50px;
        width: auto;
    }
    .footerlogo {
        margin-top: 50px;
    }
	.form-group {
		margin-bottom: 20px;
		max-width: 100%;
	}
}

@media screen and (max-width: 567px) {
	
    .headermain{
        padding: 0 20px;
    }
    .menuicon{
        left: 20px;
    }
        .menuicon.header-sticky.header-show {
            left: 20px !important;
        }
    .wrapper, .wrapper1 {
        padding: 0 20px;
    }
    .bannerslider .item img {
        height: 100vw;
    }
     .tickermain {
        grid-template-columns: auto;
        row-gap: 30px;
    }
     .newsslider {
        padding: 0 20px;
    }
}