header .headerMenu .headerHolder .headerContent .headerTab {
    padding: 0 18px!important;
}


#contact-us i:hover {
color: #ff641c;
}

@font-face {
    font-family: 'Futuracyrillicbook';
    src: url('64c169d7c3c5ca3ba652813c_FuturaCyrillicBook.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futuracyrillicdemi';
    src: url('64c169d70e830e4977c349f9_FuturaCyrillicDemi.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vidaloka';
    src: url('64c169d70bb3b53f02251d72_FuturaCyrillicHeavy.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vidaloka';
    src: url('64c169d7ce5c8e2817edaed4_FuturaCyrillicExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vidaloka';
    src: url('64c169d70e120b1b88d5c119_FuturaCyrillicLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vidaloka';
    src: url('64c169d7d5f4e3d33cf30064_FuturaCyrillicBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vidaloka';
    src: url('https://uploads-ssl.webflow.com/64c009b65c382d9799f34fb0/64c169d7936cf5a08ae431f1_FuturaCyrillicMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 10px !important;
    padding-left: 10px !important;
}


@media (min-width: 991px) {

    .bro-button {
        background-color: white !important;
        color: black;
        padding: 15px;
        ">

    }

    .download-button {
        text-align: end;

    }

    .desktop-txt-ali-cent {
        text-align: center;
    }

}



@media (max-width: 991px) {

    .bro-button {
        /*background-color: white!important;*/

        color: #ff641c !important;
        padding: 15px;
        ">

    }
}




body {
    line-height: unset;
    font-family: 'Vidaloka', serif !important;
}

/*.desktopTextScrollHolder {
    line-height:1;
    display:inline-block;
}*/
header .topBar .topBarLeft .desktopTextScrollHolder .marquee {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

header .topBar .topBarLeft .desktopTextScrollHolder li {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 30s linear infinite;
}

header .topBar .topBarLeft .desktopTextScrollHolder li h4 {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #fbfbfb;
    line-height: 14px;
}

header .topBar .topBarLeft .desktopTextScrollHolder li h4:last-child {
    border: none;
}

.hr-mob {
    display: none;
}

.sectionTitle {
    font-family: "Vidaloka", serif;
    /*font-size: 80px;*/
    font-size: 2.3rem;
    margin: 0px;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table {
    display: table;
    position: relative;
}

.table_cell {
    vertical-align: middle;
    display: table-cell;
}

.transition {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.dropdown-option option {
    padding: 5px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.transitionSecond {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.primaryButton {
    background-color: #ff671d;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(150deg, #ff671d, #c9100c);
    color: #fff;
    line-height: 50px;
    padding: 0 30px;
    border: 1px solid #ff671d;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    border-radius: 1px;
    font-family: Poppins;
    font-size: 13px;
    letter-spacing: 2.6px;
    display: inline-block;
    cursor: pointer;
}

.primaryButton:hover {
    background-color: #9f0b07;
    border-color: #9f0b07;
    background-image: none;
    color: #fff;
}

.secondaryButton {
    background-color: transparent;
    line-height: 50px;
    padding: 0 30px;
    border: 1px solid #010101;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    border-radius: 1px;
    font-family: Poppins;
    font-size: 13px;
    letter-spacing: 2.6px;
    display: inline-block;
    color: #010101;
    cursor: pointer;
}

.secondaryButton:hover {
    background-color: #010101;
    color: #fff;
}

.slick-slide:focus,
.slick-slide a {
    outline: none;
}

.ui-menu .ui-menu-item-wrapper {
    line-height: 40px !important;
    border-bottom: 1px solid #888;
    background-color: #fff;
    font-size: 14px;
    font-family: Chivo;
}

img {
    max-width: 100%;
}

/**/
.umloader-bg {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1001;
    -moz-opacity: 0.0;
    opacity: 0;
    filter: alpha(opacity=0);
}

#masterloader {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1001;
    -moz-opacity: 0.60;
    opacity: .6;
    filter: alpha(opacity=60);
    display: none;
}


#masterloader img {
    position: fixed;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    opacity: 1;
    z-index: 1002;
    height: 80px;
    width: 80px;
}

/*Header*/
header .topBar .topBarLeft li h4 {
    font-size: 0.7rem;
    line-height: inherit;
}

header .topBar .topBarLeft li span {
    font-weight: 700;
    line-height: inherit;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 1;
    z-index: 2;
}

header .topBar {
    background: #000;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    max-height: 40px;
}

header .topBar .topBarLeft {
    width: calc(100% - 150px);
    background-color: #000;
    padding: 5px 20px;
}

header .topBar .topBarLeft .mobileTextScrollHolder {
    display: none;
}

header .topBar .topBarLeft .mobileTextScrollHolder .marquee {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

header .topBar .topBarLeft .mobileTextScrollHolder li {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}

header .topBar .topBarLeft .mobileTextScrollHolder li h4 {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #fbfbfb;
    line-height: 14px;
}

header .topBar .topBarLeft .mobileTextScrollHolder li h4:last-child {
    border: none;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.ticker-title {
    font-size: 0.7rem;
    display: inline;
    color: #ff671d;
    font-weight: bold;
}

header .topBar .topBarLeft li {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    padding-right: 35px;
}

header .topBar .topBarLeft li h4 {
    color: #adb5bd;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

header .topBar .topBarLeft li span {
    color: #fff;
}

header .topBar .topBarLeft li .shareHighLow {
    font-weight: 300;
    padding-left: 35px;
}

header .topBar .topBarLeft li .shareHigh {
    position: relative;
    color: #6eda76;
}

header .topBar .topBarLeft li .shareHigh:before {
    content: '';
    position: absolute;
    background-image: url(../images/icons/shareHigh.png);
    background-size: 14px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

header .topBar .topBarLeft li .shareLow {
    position: relative;
    color: rgba(255, 255, 255, 0.5);
}

header .topBar .topBarLeft li .shareLow:before {
    content: '';
    position: absolute;
    background-image: url(../images/icons/shareLow.png);
    background-size: 14px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

header .topBar .topBarRight {
    width: 150px;
    background-color: #4d4d4d;
    padding: 5px 20px;
}

header .topBar .topBarRight select {
    line-height: 24px;
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: none;
    outline: none;
    font-size: 14px;
    border-right: 1px solid rgba(107, 74, 66, 0.2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icons/download.svg) no-repeat right 7px center;
    background-size: 12px;
}

header .topBar .topBarRight option {
    color: #000;
}

header .headerMenu {
    position: relative;
    width: 100%;
}

header .headerMenu .headerHolder {
    position: relative;
    padding: 10px 70px;
    display: flex;
    align-items: center;
    /*margin-top: 20px;*/
    background-color: white;
    /*border-bottom: solid 1px rgba(0, 0, 0, 0.18);*/

}

header .headerMenu .headerHolder .logoContent {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 10%;
    z-index: 1;
}

header .headerMenu .headerHolder .logoContent .mobileLogo {
    display: none;
}

header .headerMenu .headerHolder .headerContent {
    width: calc(100% - 40px);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

header .headerMenu .headerHolder .headerContent .headerTab {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 18px;
}

header .headerMenu .headerHolder .headerContent .headerTab a h4:hover {
    border-color: #ff671d;
}

header .headerMenu .headerHolder .headerContent .headerTab a p:hover {
    color: #ff671d;
}

header .headerMenu .headerHolder .headerContent .searchIcon {
    display: inline-block;
    vertical-align: middle;
}

header .headerMenu .headerHolder .headerContent .searchIcon svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

header .headerMenu .headerHolder .menuHolder {
    position: relative;
}

header .headerMenu .headerHolder .menuHolder li:last-child {
    padding-right: 0;
}

header .headerMenu .headerHolder .menuHolder li a {
    text-decoration: none;
}

header .headerMenu .headerHolder .menuHolder li h4 {
    font-size: 11px;
    color: black;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    position: relative;
    /*line-height: 0px;*/
    cursor: pointer;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
}

header .headerMenu .headerHolder .menuHolder li h4.dropDownList:after {
    content: "";
    position: absolute;
    background-image: url(../images/icons/dropDownArrow.svg);
    height: 12px;
    width: 12px;
    right: -20px;
    background-size: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
}


header .headerMenu .headerHolder .menuHolder li ul {
    position: absolute;
    display: none;
    text-align: left;
    right: 5px;
    border-top: 2px solid #ff671d;
    box-shadow: 0 0 5px 0 #000000;
    background-color: #fbfbfb;
}

header .headerMenu .headerHolder .menuHolder li ul li {
    margin: 0;
    width: 200px;
    text-align: left;
    background-color: #fff;
    text-align: center;
    border-bottom: 0.5px solid rgba(13, 28, 45, 0.3);
}

header .headerMenu .headerHolder .menuHolder li ul li:last-child {
    border: none;
}

header .headerMenu .headerHolder .menuHolder li ul p {
    text-transform: uppercase;
    display: block;
    font-size: 10px;
    line-height: 50px;
    letter-spacing: 2.6px;
    padding: 0 10px;
    color: #000;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

header .headerMenu .headerHolder .menuHolder li:hover>ul {
    display: block;
    display: grid;
}

header .searchInput {
    display: none;
    width: 300px;
}

header .searchInput input {
    display: inline-block;
    line-height: 35px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 0 10px;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

header .activeSearch .searchInput {
    display: inline-block;
    vertical-align: middle;
}

header .activeSearchHolder .withOutSearch {
    display: none !important;
}

.fixedHeader {
    top: 0px;
}

.fixedHeader .headerMenu .headerHolder .logoContent {
    top: 10%;
}

.fixedHeader .headerMenu {
    top: 0;
}

.fixedHeader .headerMenu .headerHolder {
    /*padding: 10px 80px;*/
    background-color: #fff;
    color: #000;
    border-bottom: solid 1px rgba(0, 0, 0, 0.18);
    margin-top: 0px
}

.fixedHeader .headerMenu .headerHolder .headerContent .searchIcon svg {
    fill: #000;
}

.fixedHeader .headerMenu .headerHolder .menuHolder li ul {
    box-shadow: 0 0 5px -3px #000000;
}

.fixedHeader .headerMenu .headerHolder .menuHolder li h4 {
    color: #000;
}

.fixedHeader .headerMenu .headerHolder .menuHolder li h4.dropDownList:after {
    background-image: url(../images/icons/downArrow.svg);
    right: -20px;
    height: 12px;
    width: 12px;
    background-size: 12px;
    transition: all 0.3s;
}

.fixedHeader .headerMenu .headerHolder .logoContent {
    width: 250px;
}

.fixedHeader .headerMenu .headerHolder .logoContent .desktopLogo {
    display: none;
}

.fixedHeader .headerMenu .headerHolder .logoContent .mobileLogo {
    display: block;
}

.fixedHeader .searchInput input {
    border-color: #000;
    color: #000;
}

.mobile_menu {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
    display: none;
    z-index: 2;
}

.mobile_menu span {
    height: 3px;
    width: 70%;
    background-color: #000;
    position: absolute;
    top: 23px;
    border-radius: 4px;
    /*background-color: #fff;*/
    position: absolute;
    height: 2px;
    width: 20px;
    left: 5px;
    top: 14px;
    border-radius: 2px;
}

.mobile_menu span:first-child {
    top: 8px;
}

.mobile_menu span:last-child {
    bottom: 8px;
    top: auto;
}

.active_menu span:first-child {
    opacity: 1;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    top: 15px;
}

.active_menu span {
    opacity: 0;
}

.active_menu span:last-child {
    opacity: 1;
    transform: rotate(-315deg);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    top: 15px;
}

.submenu_m {
    display: none;
    overflow: auto !important;
}

.nl-padd {
    padding: 0;
}

@media screen and (min-width: 1400px) {

    /*.sectionTitle {
        font-size: 60px;
    }*/
    .custom-container-3 {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1600px) {

    /*.sectionTitle {
        font-size: 60px;
    }*/
    .custom-container-3 {
        max-width: 1400px;
    }
}

@media screen and (min-width: 1900px) {

    .custom-container-3 {
        max-width: 1486px;
    }

    .LinkedIn {
        height: 36px;
    }
}

@media screen and (max-width: 1400px) {
    header .headerMenu .headerHolder {
        padding: 8px 15px;
    }

    header .headerMenu .headerHolder .logoContent {
        width: 250px;
    }

    .fixedHeader .headerMenu .headerHolder {
        padding: 10px 50px;
    }

    .fixedHeader .headerMenu .headerHolder .logoContent {
        width: 250px;
    }

    .custom-container-3 {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1200px) {
    header .headerMenu .headerHolder .headerContent .headerTab a h4.header-active {
        border-bottom: 2px solid #ff671d !important;
    }

    header .headerMenu .headerHolder .menuHolder li h4.header-active {
        border-bottom: 2px solid #ff671d !important;
    }
}

@media screen and (max-width: 1200px) {
    header .headerMenu .headerHolder .logoContent {
        width: 180px;
    }

    header .headerMenu .headerHolder .headerContent .headerTab {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1050px) {
    header .topBar {
        height: 40px;
    }

    header .topBar .topBarLeft {
        width: 100%;
    }

    header .topBar .topBarLeft li {
        padding-right: 0;
    }

    header .topBar .topBarLeft li h4 {
        font-size: 12px;
    }

    header .topBar .topBarRight {
        display: none;
    }

    header .activehead .logoContent {
        display: none !important;
    }

    header .headerMenu.activehead {
        background-color: #fff;
        top: 0 !important;
        position: fixed;
        z-index: 1;
    }

    header .active_menu span {
        background-color: #000;
    }

    header .headerMenu {
        height: 74px;
        background-color: transparent;
    }

    header .headerMenu .headerHolder {
        padding: 0 20px;
        display: block;
    }

    header .headerMenu .headerHolder .logoContent {
        width: calc(100% - 50px);
    }

    header .headerMenu .headerHolder .logoContent img {
        width: 48%;
        padding: 10px 0;
    }

    header .headerMenu .headerHolder .menuHolder {
        display: none;
    }

    header .headerMenu .headerHolder .menuHolder li {
        border-top: 0.5px solid rgba(13, 28, 45, 0.3);
    }

    header .headerMenu .headerHolder .menuHolder li h4 {
        color: #000;
        font-size: 14px;
        line-height: 50px;
        border: none;
    }

    header .headerMenu .headerHolder .menuHolder li h4.dropDownList:after {
        background-image: url(../images/icons/downArrow.svg);
        right: -30px;
        height: 15px;
        width: 15px;
        background-size: 15px;
        transition: all 0.3s;
    }

    header .headerMenu .headerHolder .menuHolder li .dropDownList.active_submenu::after {
        transform: rotate(180deg);
    }

    header .headerMenu .headerHolder .menuHolder li ul {
        position: relative;
        border-top: none;
        border-right: 5px solid #ff671d;
        right: 0;
        box-shadow: none;
    }

    header .headerMenu .headerHolder .menuHolder li ul p {
        line-height: 40px;
        font-weight: 400;
    }

    header .headerMenu .headerHolder .menuHolder li ul li {
        width: 100%;
        border: none;
    }

    header .headerMenu .headerHolder .menuHolder li:first-child {
        border: none;
    }

    header .headerMenu .headerHolder .menuHolder li:first-child h4 {
        display: inline-block;
    }

    header .headerMenu .headerHolder .menuHolder ul li:hover>ul {
        display: none;
    }

    header .headerMenu .headerHolder .headerContent {
        width: 100%;
        background-color: #fff;
        color: #000;
        overflow: auto;
        width: 100%;
        position: fixed;
        height: auto;
        bottom: 0;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px 0;
        text-align: center;
    }

    header .headerMenu .headerHolder .headerContent .headerTab {
        display: block;
        padding: 10px 0;
    }

    header .headerMenu .headerHolder .headerContent .searchIconDesktop {
        display: none;
    }

    header .headerMenu .mobile_menu {
        display: block !important;
    }

    header .submenu_m {
        box-shadow: none !important;
    }

    .fixedHeader .mobile_menu span {
        background-color: #000;
    }

    .fixedHeader .headerMenu {
        background-color: #fff;
        box-shadow: 0px 1px 0px 0px #d2cdcd96;
    }

    .fixedHeader .headerMenu .headerHolder {
        padding: 0 20px;
        background-color: transparent;
        display: block;
    }

    .fixedHeader .headerMenu .headerHolder .logoContent {
        width: calc(100% - 50px);
    }

    .fixedHeader .headerMenu .headerHolder .logoContent .desktopLogo {
        display: none;
    }

    .fixedHeader .headerMenu .headerHolder .logoContent .mobileLogo {
        display: block;
    }

    .fixedHeader .headerMenu .headerHolder .logoContent img {
        width: 48%;    }

    .sb-img-wrap img {
        width: 100% !important;
    }

    .sb-img-wrap {
        width: 360px !important;
    }


    .fixedHeader .headerMenu .headerHolder .headerContent {
        width: 100%;
    }
}



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

    .fixedHeader .headerMenu .headerHolder .logoContent img {
        width: 10%;
    }

}

@media screen and (min-width: 768px) {
    header .headerMenu .headerHolder .menuHolder li h4.dropDownList:after {
        content: "";
        position: absolute;
        background-image: url(../images/icons/dropDownArrow.svg);
        height: 12px;
        width: 12px;
        right: -20px;
        background-size: 12px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-repeat: no-repeat;
    }

}

@media screen and (max-width: 768px) {
    header .topBar .topBarLeft .desktopTextScrollHolder {
        display: none;
    }

    header .topBar .topBarLeft .mobileTextScrollHolder {
        display: block;
    }

    header .topBar .topBarLeft li {
        padding-right: 10px;
    }

    header .topBar .topBarLeft li .shareHigh {
        padding-left: 22px;
    }

    header .topBar .topBarLeft li .shareHigh:before {
        background-size: 8px;
        height: 8px;
        width: 8px;
    }

    header .topBar .topBarLeft li .shareLow {
        padding-left: 22px;
    }

    header .topBar .topBarLeft li .shareLow:before {
        background-size: 8px;
        height: 8px;
        width: 8px;
    }

    .LinkedIn {
        height: 36px;
    }
}

/*Header-----END*/


/*Footer*/
footer {
    padding: 50px 0px;
    color: #000;
    position: relative;
    overflow: hidden;
    clear: both;
}

footer .footerHolder {
    max-width: 1400px;
    padding: 0 50px;
    margin: auto;
    display: flex;
}

footer .footerHolder .cardBox {
    width: 340px;
}

footer .footerHolder .cardBox .cardBoxInner {
    background-color: rgba(24, 38, 54, 0.1);
    padding: 40px;
}

footer .footerHolder .cardBox .cardBoxInner h4 {
    font-size: 24px;
    line-height: 1.71;
    font-family: "Vidaloka", serif;
    padding: 20px 0 15px;
}

footer .footerHolder .cardBox .cardBoxInner p {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.35px;
    padding-bottom: 20px;
}

footer .footerHolder .cardBox .cardBoxInner a {
    width: 100%;
    text-align: center;
}

footer .footerHolder .footerMenuHolder {
    position: relative;
    width: calc(100% - 340px);
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

footer .footerHolder .footerMenuHolder .footerTopMenu {
    display: flex;
    position: relative;
}

footer .footerHolder .footerMenuHolder .footerBottomMenu {
    display: flex;
    position: relative;
}

footer .footerHolder .footerMenuHolder .footerTopMenuTab {
    width: 33.33%;
}

footer .footerHolder .footerMenuHolder .footerTopMenuTab a {
    text-decoration: none;
}

footer .footerHolder .footerMenuHolder .footerTopMenuTab h4 {
    font-size: 18px;
    line-height: 3;
    color: #000000;
    font-family: "Vidaloka", serif;
    display: inline-block;
}

footer .footerHolder .footerMenuHolder .footerTopMenuTab p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 2.38;
    letter-spacing: 0.4px;
    color: #000000;
}

footer .footerHolder .footerMenuHolder .footerTopMenuTab a h4:hover {
    color: #ff671d;
}

footer .footerHolder .footerMenuHolder .footerTopMenuTab a p:hover {
    color: #ff671d;
}

footer .footerHolder .footerMenuHolder .socailMedia li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

footer .footerHolder .footerMenuHolder .socailMedia li svg {
    transition: all 0.5s;
    cursor: pointer;
}

footer .footerHolder .footerMenuHolder .socailMedia li svg path {
    transition: all 0.5s;
}

footer .footerHolder .footerMenuHolder .socailMedia li svg:hover path {
    fill: #000;
}

footer .footerHolder .footerMenuHolder .newsletterInput .newsletterInputBox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

footer .footerHolder .footerMenuHolder .newsletterInput input {
    line-height: 36px;
    font-size: 14px;
    outline: none;
    font-weight: 400;
    letter-spacing: 0.28px;
    color: #383737;
    padding: 0 15px;
    border-radius: 6px;
    background-color: rgba(24, 38, 54, 0.1);
    border: none;
}

footer .footerHolder .footerMenuHolder .newsletterInput .newsletterBtn {
    cursor: pointer;
    border: none;
    outline: none;
    background-image: linear-gradient(150deg, #ff671d, #c9100c);
    line-height: 36px;
    height: 36px;
    font-weight: 700;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 2.6px;
    display: inline-block;
}

footer .footerHolder .footerMenuHolder .newsletterInput .newsletterBtn img {
    height: 100%;
    padding: 10px 8px;
}

.foot-pad {
    padding-left: 80px;
}

.foot-left-text-wrap h5 {
    font-size: 0.81rem;
    margin-bottom: 12px;
}

.foot-left-text-wrap p {
    font-size: 0.63rem;
    line-height: 24px;
    margin-bottom: 15px;
}

.footer-left {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 23px;
    padding-right: 20px;
}

.foot-text-wrap h5 {
    font-size: 0.81rem;
    line-height: 36px;
}

.foot-text-wrap p {
    font-size: 0.72rem;
    line-height: 30px;
}

.foot-text-wrap a h5:hover {
    color: #ff671d;
}

.foot-text-wrap a p:hover {
    color: #ff671d;
}

.custom-padd {
    padding-right: 0;
}

.img-wrap {
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    background-position: center;
    /*background-color:#fff;*/
}

.news-letter {
    margin-bottom: 32px;
    padding-left: 80px;
    padding-top: 10px;
}

.news-letter h5 {
    font-size: 0.72rem;
    padding-left: 15px;
}

.newsletter-txt {
    width: 80%;
    border-radius: 5px;
    font-size: 12px;
    height: 36px;
}

.news-letter input {
    line-height: 36px;
    font-size: 14px;
    outline: none;
    font-weight: 400;
    letter-spacing: 0.28px;
    color: #383737;
    padding: 0 15px;
    border-radius: 6px;
    background-color: rgba(24, 38, 54, 0.1);
    border: none;
}

.newsletter-btn {
    cursor: pointer;
    border: none;
    outline: none;
    background-image: linear-gradient(150deg, #ff671d, #c9100c);
    line-height: 36px;
    height: 36px;
    width: 16%;
    font-weight: 700;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 2.6px;
    display: inline-block;
}

.newsletter-btn img {
    height: 10px;
    width: 6px;
    vertical-align: inherit;
}

.red-btn {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    /*background-color:#ff671d;*/
    background-color: #ff671d;
    text-transform: uppercase;
    font-size: 0.45rem;
    color: #fff;
    padding: 12px 23px;
    letter-spacing: 2.6px;
    font-weight: 600;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    line-height: 1;
    transition: 300ms ease;
}

.red-btn:hover {
    background-color: #9f0b07;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.footer-red-btn {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    /*background-color:#ff671d;*/
    background-color: #ff671d;
    text-transform: uppercase;
    font-size: 0.45rem;
    color: #fff;
    padding: 12px 15px;
    letter-spacing: 2.6px;
    font-weight: 600;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    line-height: 1;
    transition: 300ms ease;
}

.footer-red-btn:hover {
    background-color: #9f0b07;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.LinkedIn {

    /*background-repeat:no-repeat;
    background-position:right top 80%;
    background-size:20px;*/
    background-color: #000;
    border-radius: 5px;
    padding: 2px 0 5px;
    font-weight: 600;
    text-align: center;
    margin-left: 80px;
}

.LinkedIn img {
    height: 10px;
    margin-bottom: 3px;
}

.LinkedIn a {

    font-size: 12px;
    color: #fff;
}

.LinkedIn span {
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media screen and (max-width: 1499px) {
    header .headerMenu .headerHolder .headerContent {
        /*width: calc(100% - 30px);*/
        width: calc(100% - 0px);
    }
}

@media screen and (max-width: 1050px) {
    footer .footerHolder {
        padding: 0 15px;
    }

    footer .footerHolder .cardBox {
        width: 260px;
    }

    footer .footerHolder .cardBox .cardBoxInner {
        padding: 20px;
    }

    footer .footerHolder .footerMenuHolder {
        width: calc(100% - 260px);
        padding-left: 20px;
    }

    footer .footerHolder .footerMenuHolder .footerTopMenu {
        display: block;
    }

    footer .footerHolder .footerMenuHolder .footerTopMenu .footerTopMenuTab {
        width: 49%;
        display: inline-block;
        position: relative;
    }

    footer .footerHolder .footerMenuHolder .footerTopMenu .footerTopMenuTab h4 {
        font-size: 16px;
    }

    footer .footerHolder .footerMenuHolder .footerTopMenu .footerTopMenuTab p {
        font-size: 14px;
    }

    footer .footerHolder .footerMenuHolder .footerTopMenu .footerTopMenuTab:last-child {
        width: 100%;
    }

    footer .footerHolder .footerMenuHolder .footerTopMenu .footerTopMenuTab:last-child ul li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: 49%;
    }

    footer .footerHolder .footerMenuHolder .footerBottomMenu {
        display: block;
    }

    footer .footerHolder .footerMenuHolder .footerBottomMenu .footerTopMenuTab {
        padding-top: 20px;
        width: 100%;
    }

    footer .footerHolder .footerMenuHolder .footerBottomMenu .footerTopMenuTab h4 {
        font-size: 16px;
    }

    footer .footerHolder .footerMenuHolder .footerBottomMenu .footerTopMenuTab p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    #businesses {
        display: inline-block;
    }

    footer .footerHolder {
        display: block;
    }

    footer .footerHolder .cardBox {
        width: 100%;
    }

    footer .footerHolder .cardBox .cardBoxInner {
        padding: 40px;
        text-align: center;
        margin: auto;
    }

    footer .footerHolder .cardBox .cardBoxInner h4 {
        font-size: 21px;
    }

    footer .footerHolder .cardBox .cardBoxInner img {
        width: 100%;
        display: block;
        max-width: 400px;
        margin: auto;
    }

    footer .footerHolder .cardBox .cardBoxInner .primaryButton {
        max-width: 200px;
    }

    footer .footerHolder .footerMenuHolder {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
        text-align: center;
    }

    footer .footerHolder .footerMenuHolder .footerTopMenu {
        display: block;
    }

    footer .footerHolder .footerMenuHolder .footerTopMenu .footerTopMenuTab {
        width: 49%;
        display: inline-block;
        position: relative;
    }

    footer .footerHolder .footerMenuHolder .footerTopMenu .footerTopMenuTab:first-child {
        border-right: 1px solid rgba(24, 38, 54, 0.1);
    }

    footer .footerHolder .footerMenuHolder .footerTopMenu .footerTopMenuTab h4 {
        font-size: 16px;
    }

    footer .footerHolder .footerMenuHolder .footerTopMenu .footerTopMenuTab p {
        font-size: 12px;
    }

    footer .footerHolder .footerMenuHolder .footerTopMenu .footerTopMenuTab:last-child {
        width: 100%;
    }

    footer .footerHolder .footerMenuHolder .footerTopMenu .footerTopMenuTab:last-child ul li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: 49%;
        border-right: 1px solid rgba(24, 38, 54, 0.1);
    }

    footer .footerHolder .footerMenuHolder .footerTopMenu .footerTopMenuTab:last-child ul li:nth-child(2) {
        border: none;
    }

    footer .footerHolder .footerMenuHolder .footerTopMenu .footerTopMenuTab:last-child ul li:nth-child(4) {
        border: none;
    }

    footer .footerHolder .footerMenuHolder .footerBottomMenu {
        display: block;
        margin-top: 20px;
    }

    footer .footerHolder .footerMenuHolder .footerBottomMenu .footerTopMenuTab {
        padding-top: 20px;
        width: 100%;
        padding-bottom: 20px;
    }

    footer .footerHolder .footerMenuHolder .footerBottomMenu .footerTopMenuTab:first-child {
        border-top: 1px solid rgba(24, 38, 54, 0.1);
        border-bottom: 1px solid rgba(24, 38, 54, 0.1);
    }

    footer .footerHolder .footerMenuHolder .footerBottomMenu .footerTopMenuTab h4 {
        font-size: 16px;
    }

    footer .footerHolder .footerMenuHolder .footerBottomMenu .footerTopMenuTab p {
        font-size: 12px;
    }

    .footer-left {
        width: 100%;
    }

    .img-wrap {
        height: 20vh;
    }

    .foot-left-text-wrap h5 {
        margin-top: 26px;
    }

    .footer-left {
        margin-bottom: 31px;
        padding: 40px 35px;
        text-align: center
    }

    .foot-pad {
        padding-left: 0px;
        text-align: center;
    }

    .news-letter {
        margin-bottom: 32px;
        padding-top: 50px;
        padding-left: 15px;
    }

    .LinkedIn {
        margin-left: 15px;
        margin-top: 27px;
        padding: 8px 0 5px;
    }

    .footer-red-btn {
        padding: 18px 45px;
    }

    .nl-padd {
        padding: 0 15px;
    }

    .footer-vr-divider:after {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        background-color: #ddd;
        top: 0;
        right: 0;
    }

    .hr-mob {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    #businesses {
        display: inline-block;
    }

    .foot-pad {
        padding-left: 15px;
        text-align: center;
    }

    .news-letter {
        margin-bottom: 32px;
        padding-top: 5px;
        padding-left: 0px;
    }

    .news-letter h5 {
        padding-left: 15px;
        font-size: 0.75rem;
        margin-bottom: 11px;
    }

    .LinkedIn {
        margin-left: 0px;
    }

    .nl-padd {
        padding: 0 15px;
    }

    .img-wrap {
        height: 20vh;
    }

    .footer-left {
        margin-bottom: 31px;
        padding: 40px 35px;
        text-align: center
    }

    .foot-text-wrap h5 {
        font-size: 1rem;
    }

    .foot-text-wrap p {
        font-size: 0.75rem;
    }

    .foot-left-text-wrap h5 {
        font-size: 1.31rem;
        margin-top: 26px;
    }

    .foot-left-text-wrap p {
        font-size: 0.75rem;
    }

    .custom-padd {
        padding-left: 0;
        padding-right: 0;
    }

    .hr-mob {
        display: block;
    }
}


/* .container{
	max-width: 1170px;
	margin:auto;
} */
.row {
    display: flex;
    flex-wrap: wrap;
}

.footer ul {
    list-style: none;
}

.footer {
    background-color: #24262b;
    padding: 70px 0;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #ff7409;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    /*text-transform: capitalize;*/
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    /*padding-left: 8px;*/
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px) {
    .footer-col {
        width: 50% !important;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100% !important;
    }
}



@media screen and (min-width: 1050px) {
    .carousel-container {
        overflow: hidden;
    }

    .carousel {
        display: flex;
    }

    .product-card {
        width: 250px;
        height: 250px;
        max-width: 100%;
        margin: 10px;
        display: flex;
    }

    .product-card a {
        width: 100%;
    }

}




body {}

.cu {
    padding-bottom: 100px;
}

.cu-icon {
    height: 20px;
    width: 20px;
    padding: 2px 2px;
}

.cu-font {
    font-size: 0.8rem;
    font-family: 'Chivo', sans-serif;
}

.cu-tab-content {
    display: flex;
    padding: 20px 0;
    align-items: baseline;
    font-size: 0.6rem;
}

.cu-tab-content p {
    padding-left: 20px;
}

.cu-title {
    padding-top: 100px;
    padding-bottom: 100px;
}

.cu-sub-title {
    padding-bottom: 30px;
    font-size: 1.4rem;
    color: #000;
}

.divider {
    position: relative;
}

.divider:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 65%;
    right: 0;
    opacity: 0.5;
    top: 5px;
    background-color: #afafaf;
}

.cu-tab {
    text-decoration: none !important;
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    border: none;
    color: #000;
}

.cu-item {
    font-size: 0.54rem;
    display: table-cell;
}

.cu-link {
    display: block;
}

.cu-tab .cu-link {
    border-bottom: solid;
    border-color: #fff #fff #dee2e6 #fff !important;
    font-family: 'Chivo', sans-serif;
    font-weight: normal;
    padding: 20px 0;
}

.tab-pane p {
    width: 70%;
    line-height: 1.4;
    font-size: 0.70rem;
    color: #000;
}

.cu-tab a {
    color: black !important;
}

.cu-tab .cu-link.active {
    color: black !important;
    background-color: transparent;
    border-bottom: solid;
    font-family: 'Chivo', sans-serif;
    font-weight: bold;
    border-color: #fff #fff #ff6a02 #fff !important;
}

.cu-tab .cu-link:hover {
    color: black !important;
    background-color: transparent;
    border-bottom: solid;
    border-color: #fff #fff #ff66008a #fff !important;
}

.cu-form {
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.cu-send {
    width: 50%;
    border-radius: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ff7409;
    color: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    font-family: 'Chivo', sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.cu-send:hover {
    color: #fff;
    background-color: #9f0b07;
}

.dropdown-option {
    position: relative;
}

.dropdown-option select {
    display: none;
}

.select-selected {
    background-color: white;
    height: 50px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    background-image: url("../images/icons/is-downarrow.svg");
    background-color: transparent;
    top: 15px;
    right: 10px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-origin: content-box;
    opacity: .8;
    height: 15px;
    width: 15px;
    transition: 0.25s;
    /*border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;*/
}


/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    transform: rotate(-180deg);
    top: 14px;
    transition: 0.25s;
}

/* style the items (options), including the selected item: */
.select-items div {
    color: #000;
    padding: 8px 16px;
    border: 1px solid rgba(0, 0, 0, .1);
    /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
    cursor: pointer;

}

.select-selected {
    color: rgba(0, 0, 0, .8);
    padding: 15px 16px;
    border: 1px solid rgba(0, 0, 0, .3);
    /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
    cursor: pointer;
    /*font-size: 0.63rem;*/
    font-size: 14px;
}

.select-selected:focus {
    color: #000;
    padding: 20px 16px;
    border: 1px solid #000 !important;
    /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
    cursor: pointer;
    /*font-size: 0.63rem;*/
    font-size: 14px;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    /*font-size: 0.63rem;*/
    font-size: 14px;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.05);
}

.cu-form input[type="text"],
textarea,
.form-control {
    color: #7d858b !important;
    height: 50px !important;
    border-radius: 0px !important;
    border: 1px solid rgba(0, 0, 0, .3);
    /*font-size:0.63rem;*/
    font-size: 14px;
}

.cu-form input[type="text"] {
    height: 50px !important;
}

.cu-form input[type="text"]:focus,
textarea:focus {
    box-shadow: none !important;
    color: red !important;
    -webkit-text-fill-color: black;
    border: 1px solid black !important;
}

/*.select-arrow{
    -webkit-appearance: none;
    background-image: url("../images/icons/pml-icons/Textfieldarrow.svg");
    background-color: transparent;
    background-position: right;
    background-size: 15px;
    background-repeat: no-repeat;
    background-origin: content-box;
    opacity:.8;
}
.select-arrow::after {
    pointer-events: none;
}*/
/*.dropdown {
    background-image: url(../images/icons/cuDropDown.png);
    background-color: transparent;
    background-position: right;
    background-size: 8px;
    background-repeat: no-repeat;
}*/

.cuForm {
    padding-left: 40px !important;
}

.cuInfo {
    padding-right: 40px;
}

.cuInfo {
    border-right: 1px solid rgba(0, 0, 0, .1);
    height: 80%;
}

.cuMap {
    height: 345px;
    /*background-image:url(../images/icons/pml-icons/map.svg);
    padding:20px 0;
    
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;*/
    /*background-color:#000;*/
}

.cuMap iframe {
    height: 100%;
    width: 100%;
}


/*-----Media Queries-----*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    html {
        font-size: 18px;
    }

    .cu-font {
        font-size: 0.54rem;
    }

    .cu-form {
        margin-bottom: 20px;
    }

    .cu-title {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        font-size: 1.5rem;
    }

    .cu-sub-title {
        padding: 30px 0 20px;
        text-align: center;
        font-size: 1.23rem;
    }

    .cu-tab {
        justify-content: center;
    }

    .cu-tab-content {
        padding: 16px 0;
        font-size: 0.75rem;
    }

    .cu-tab a {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 0.5rem;
    }

    .cu-item {
        width: 100%;
        text-align: center;
        font-size: 0.75rem;
    }

    .cu-link {
        height: 45px;
        padding: 0;
    }

    .tab-pane p {
        width: 100%;
        margin: 0;
        font-size: 0.6rem;
    }

    .cuForm {
        text-align: center;
        padding-left: 15px;
    }

    input[type="text"],
    .cu-form select,
    option {
        height: 42px !important;
    }

    textarea.form-control {
        height: 82px;
    }

    .cuInfo {
        padding-right: 15px;
        border: none;
    }

    .divider:after {
        display: none !important;
    }

    .cuMap {
        margin: 0 -15px;
        padding: 20px 0 0;
        height: 45vh;
    }

    .cu-send {
        font-size: 0.625rem;
    }
}


/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
    .cu-title {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        font-size: 1.5rem;
    }

    .cu-sub-title {
        padding: 30px 0 10px;
        text-align: center;
        font-size: 1.18rem;
    }

    .cu-tab {
        justify-content: center;
    }

    .cu-tab a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.8rem;
    }

    .cu-item {
        width: 100%;
        text-align: center;
    }

    .tab-pane p {
        width: 100%;
    }

    .cuForm {
        text-align: center;
        padding-left: 15px;
    }

    .cuInfo {
        padding-right: 15px;
        border: none;
    }

    .divider:after {
        display: none !important;
    }

    .cuMap {
        margin: 0 -15px;
        height: 50vh;
    }
}


/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1024px) {
    .cu-title {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .tab-pane p {
        width: 50%;
    }

    .cu-tab {
        justify-content: center;
    }

    .cu-tab a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.6rem;
    }

    .title-center {
        justify-content: center;
    }

    .cuInfo {
        border: none;
    }

    .cuForm {
        text-align: center;
    }

    .cu-sub-title {
        padding-top: 30px;
        text-align: left;
    }

    .cuMap {
        margin: 0 -40px;
        height: 50vh;
    }
}

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

    /*.divider:after {
        display:none !important;
    }*/
    .cuForm {
        padding-left: 15px !important;
    }

    .cuInfo {
        padding-right: 15px !important;
    }
}

/*Tablets, Ipads (landscape)*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .cu-title {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cu-tab {
        justify-content: center;
    }

    .cu-tab a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.6rem;
    }

    .title-center {
        justify-content: center;
    }
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
    .top-padding {
        height: 100px;
    }

    .cu-title {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .tab-pane p {
        width: 50%;
    }

    .cu-tab .cu-link {
        padding: 25px 0;
    }

    .cu-tab {
        justify-content: center;
    }

    .cu-tab a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.95rem;
    }

    .title-center {
        justify-content: center;
    }

    .cuInfo {
        border: none;
        padding: 0;
    }

    .cuForm {
        text-align: center;
    }

    .cu-sub-title {
        padding-top: 30px;
        text-align: left;
    }

    .cuMap {
        margin: 0 -40px;
        height: 30vh;
    }
}



.logo-black {
    display: none;
}

.custom-container-2 {
    width: 90%;
    max-width: 1728px;
    margin: 0 auto;
}

.dynamic-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dynamic-ul ul li {
    position: relative;
    padding-left: 20px;
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #000;
    width: 95%;
}

.dynamic-ul ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #ff7409;
}

.bn-img {
    height: 80vh;
    position: relative;
}

.tb-text {
    text-align: center;
    padding: 35px 5px 30px 5px;
    border-bottom: 3px solid #ddd;
    position: relative;
}

.tb-text.tb-active {
    border-bottom: 3px solid #ff7409;
}

.tb-text.tb-active p {
    font-weight: 700;
}

.tb-text p {
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
}

.tb-divider:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 45px;
    top: 15px;
    right: -1px;
    background-color: #ddd;
}

.tb-tabs {
    display: flex;
    position: relative;
    color: #000;
}


.tb-tab-item {
    flex: 1;
}

/*.tb-divider:before {
        content:"";
        position:absolute;
        width:1px;
        height:100%;
        top:0;
        left:0;
        background-color:#ddd;
    }*/


/*Split, Image, Title, List - ss*/
/*.down-arrow{
    background-image: url(../images/icons/DropDown.png);
    background-color: transparent;
    background-position: right center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-origin: content-box;
    cursor:pointer;
}
.down-arrow[aria-expanded="false"]{
    background-image: url(../images/icons/DropDown.png);
    background-color: transparent;
    background-position: right center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-origin: content-box;
    cursor:pointer;
}
.down-arrow[aria-expanded="true"]{
    background-image: url(../images/icons/upArrow.png);
    background-color: transparent;
    background-position: right center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-origin: content-box;
    cursor:pointer;
}*/
.ss-head-wrap {
    position: relative;
}

.da {
    width: 15px;
    position: absolute;
    right: -20px;
    top: 35px;
    opacity: .5;
}

.ss-head[aria-expanded="true"] .da {
    width: 15px;
    position: absolute;
    right: -20px;
    top: 35px;
    opacity: .5;
    transform: rotate(-180deg);
    transition: 0.25s;
}

.ss-head[aria-expanded="false"] .da {
    width: 15px;
    position: absolute;
    right: -20px;
    top: 35px;
    opacity: .5;
    transition: 0.25s;
}

.ss-divider {
    position: relative;
}

.ss-divider::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    display: block;
}

.ss-section {
    padding: 60px 0;
}

.ss-text-wrap {
    padding-left: 60px;
    color: #000;
}

.sb-text-wrap {
    padding-left: 60px;
}

.ss-img-wrap {
    padding-right: 60px;
}

.ss-img-wrap img {
    width: 100%;
}


/*Split, Image, Title, List - ss-----END*/

/*Max 5-col counter, Title, Text - co*/
.co-section {
    padding: 70px 0;
    background-color: rgba(0, 0, 0, 0.05);
}

.co-slider {
    display: flex;
    justify-content: center;
    color: #000;
}

.co-slider.owl-carousel .owl-stage {
    margin: 0 auto;
}

.co-item {
    text-align: center;
    padding: 0 50px;
    position: relative;
}

.co-divider:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    top: 0;
    right: 0;
}

.co-text-wrap {
    display: inline-block;
    text-align: left;
    color: #000;
}

.co-title {
    font-size: 1.36rem;
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 5px;
}

.co-title span {
    font-family: 'Vidaloka', serif;
    font-size: 2.7rem;
    line-height: 1;
}

.co-text {
    font-weight: 600;
    color: #696969;
    text-transform: uppercase;
    font-size: 0.59rem;
    margin-bottom: 0;
}

/*Max 5-col counter, Title, Text - co-----END*/


/*Split, Image, Title, Text, Info columns, Button - sb*/
.sb-top-title {
    margin-bottom: 0;
}

.sb-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.sb-img-wrap img {
    width: 100%;
}

/*.sb-img-wrap {
    background-image: url(../images/ac2.png);
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}*/
.sb-flex-row {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 20px 0;
}

.sb-flex-item {
    /*flex:0 0 20%;
    max-width:20%;*/
    margin-right: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

.sb-divider:after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 1px;
    height: 90%;
    background-color: #ddd;
}

.sb-info {
    font-size: 0.8rem;
}

.sb-info span {
    font-family: 'Vidaloka', serif;
    font-size: 1.4rem;
    line-height: 1;
}

.sb-project {
    /*margin-bottom:50px;*/
    padding: 40px 0;
    color: #000;
}

.sb-project-divider {
    position: relative;
}

.sb-project-divider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 0px;
    left: 0px;
}

/*Split, Image, Title, Text, Info columns, Button - sb-----END*/

.pp-title-text {
    font-size: 0.8rem;
    display: block;
}

/* Get In Touch */

.popup-card {
    padding: 25px;
}

.git-section {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 42px 0;
}

.git-title {
    font-size: 31px;
    font-weight: 500;
}

/*.git-input {
    padding:10px 0;
}*/
.git-input select {
    outline: none;
    height: 50px;
    border: solid 1px rgba(24, 38, 54, 0.6);
    color: rgba(24, 38, 54, 0.6);
    background-color: transparent;
    line-height: 50px;
    width: 100%;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icons/downArrow.svg) no-repeat right 10px center;
    background-size: 12px;
    font-weight: 300;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000000;
    padding: 0 20px 0 15px;
    margin: 10px 0;
}

.git-input input {
    outline: none;
    height: 50px;
    border: solid 1px rgba(24, 38, 54, 0.6);
    color: rgba(24, 38, 54, 0.6);
    background-color: transparent;
    line-height: 50px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000000;
    padding: 0 15px;
    margin: 10px 0;
}

.git-input textarea {
    outline: none;
    height: 50px;
    border: solid 1px rgba(24, 38, 54, 0.6);
    color: rgba(24, 38, 54, 0.6);
    background-color: transparent;
    line-height: 50px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000000;
    padding: 15px 15px 0;
    margin: 10px 0;
}

.git-red-btn {
    width: 100%;
    padding: 15px 23px;
    text-align: center;
    background-color: #cd120d;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(150deg, #ff7409, #c9100c);
    color: #fff;
    border: 1px solid #cd120d;
    font-family: "Chivo", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    border-radius: 1px;
    font-family: Chivo;
    font-size: 13px;
    letter-spacing: 2.6px;
    display: inline-block;
    cursor: pointer;
}

.git-red-btn:hover {
    background-color: #9f0b07;
    border-color: #9f0b07;
    background-image: none;
    color: #fff;
}

.dropdown-option {
    position: relative;
}

.dropdown-option select {
    display: none;
}

.select-selected {
    background-color: white;
    height: 50px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    background-image: url("../images/icons/is-downarrow.svg");
    background-color: transparent;
    top: 20px;
    right: 10px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-origin: content-box;
    opacity: .8;
    height: 15px;
    width: 15px;
    transition: 0.25s;
    /*border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;*/
}


/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    transform: rotate(-180deg);
    top: 14px;
    transition: 0.25s;
}

/* style the items (options), including the selected item: */
.select-items div {
    color: #000;
    text-align: left;
    padding: 8px 16px;
    border: 1px solid rgba(0, 0, 0, .1);
    /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
    cursor: pointer;

}

.select-selected {
    color: rgba(0, 0, 0, .8);
    padding: 20px 16px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .6);
    /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
    cursor: pointer;
    font-size: 0.63rem;
}

.select-selected:focus {
    color: #000;
    padding: 20px 16px;
    border: 1px solid #000 !important;
    /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
    cursor: pointer;
    font-size: 0.63rem;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    font-size: 0.63rem;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Get In Touch ---END---*/


/*-----Media Queries-----*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    .dynamic-ul ul li {
        width: 100%;
        font-size: 0.75rem;
    }

    .custom-container-2 {
        width: 100%;
    }

    .fh-img {
        height: 40vh;
    }

    .ss-section {
        padding: 40px 0 0;
    }

    .ss-img-wrap {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .ss-text-wrap {
        padding-left: 0;
        text-align: left;
        margin-bottom: 30px;
    }

    .sb-text-wrap {
        padding-left: 0;
        text-align: left;
        margin-bottom: 30px;
    }

    .ss-text-wrap p {
        text-align: left;
    }

    /*.down-arrow {
        background-position:0 30%;
        background-size: 12px;
    }
    .down-arrow[aria-expanded="false"] {
        background-position:0 30%;
        background-size: 12px;
    }
    .down-arrow[aria-expanded="true"] {
        background-position: 0 80%;
        background-size: 12px;
        padding:0px;
    }*/
    .da {
        left: 0;
        top: 28px;
    }

    .ss-head[aria-expanded="true"] .da {
        left: 0;
        top: 28px;
    }

    .ss-head[aria-expanded="false"] .da {
        left: 0;
        top: 28px;
    }

    .sb-flex-row {
        justify-content: center;
        padding: 0;
        margin-bottom: 20px;
    }

    .ss-btn-center {
        text-align: center;
    }

    .ss-head {
        padding: 5px 0 20px;
    }

    .ss-head[aria-expanded="true"] {
        padding: 5px 0;
    }

    .sb-project {
        /* margin-bottom: 50px; */
        padding: 20px 0;
    }

    .sb-top-title {
        margin-bottom: 0px;
    }

    .sb-title {
        font-size: 1.125rem;
        margin-bottom: 0px;
    }

    .sb-title-content {
        font-size: 0.75rem;
        font-weight: 400;
    }

    .ss-head[aria-expanded="true"] .sb-title-content {
        display: none;
    }

    .ss-head-wrap {
        padding: 20px 0 0 25px;
    }

    .sb-img-wrap {
        margin-bottom: 30px;
        /*height:25vh;*/
    }

    .sb-flex-item {
        margin-right: 0;
        text-align: center;
        padding: 0 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        position: relative;
        flex: 1;
    }

    .sb-flex-item:after {
        right: 0;
    }

    .tb-text {
        padding: 25px 0 5px;
    }

    .tb-text p {
        font-size: 0.625rem;
    }

    .tb-tabs {
        justify-content: space-between;
    }

    .tb-tabs::after {
        content: "";
        position: absolute;
        display: block;
        height: 3px;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: #ddd;
        z-index: -1;
    }

    .tb-tab-item {
        flex: none;
    }

    .tb-divider:after {
        content: "";
        height: 0;
    }

    /*.co-slider-wrap {
        width:130%;
    }*/
    .co-section {
        padding: 40px 0;
    }

    .co-item {
        text-align: left;
        padding: 0 20px;
    }

    .co-text-wrap {
        display: block;
    }

    .co-title {
        font-size: 1.2rem;
    }

    .co-title span {
        font-size: 2rem;
    }

    .co-slider .owl-dots {
        width: 100%;
        position: absolute;
        display: flex;
        bottom: -40px;
    }

    .co-slider .owl-dots .owl-dot {
        height: 3px;
        width: 100%;
        background-color: #ddd;
        margin: 0 2px;
    }

    .co-slider .owl-dots .owl-dot.active {
        background-color: #ff7409;
    }

    /*.co-arrow-left, .co-arrow-right {
        width: 30px;
        position: absolute;
        top: 30%;
        display: block !important;
        border:0px solid black;
        background-color:transparent;
        opacity:0.5;
    }
    .co-arrow-left {        
        transform:rotate(90deg);
        left: -70px;
    }
    .co-arrow-right {
        transform:rotate(270deg);
        right: -70px;
    }*/
    .popup-card {
        padding: 35px 0px 25px;
        width: 90%;
    }

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

    .git-red-btn {
        font-size: 10px;
    }

    .git-input input {
        height: 42px;
        font-size: 12px;
    }

    .select-selected {
        padding: 15px 16px;
        height: 42px;
        font-size: 12px;
    }

    .git-input textarea {
        height: 66px;
        font-size: 12px;
    }
}


/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {

    /*.custom-container-2 {
        width:100%;
    }*/
    .dynamic-ul ul li {
        width: 100%;
        font-size: 0.75rem;
    }

    .fh-img {
        height: 40vh;
    }

    .ss-section {
        padding: 40px 0;
    }

    .ss-img-wrap {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .ss-text-wrap {
        padding-left: 0;
        text-align: left;
    }

    .sb-text-wrap {
        padding-left: 0;
        text-align: left;
    }

    .ss-text-wrap p {
        text-align: left;
    }

    /*.down-arrow {
        background-position:0 30%;
        background-size: 12px;
    }
    .down-arrow[aria-expanded="false"] {
        background-position:0 30%;
        background-size: 12px;
    }
    .down-arrow[aria-expanded="true"] {
        background-position:0 50%;
        background-size: 12px;
        padding:0px;
    }*/
    .da {
        left: 0;
        top: 28px;
    }

    .ss-head[aria-expanded="true"] .da {
        left: 0;
        top: 28px;
    }

    .ss-head[aria-expanded="false"] .da {
        left: 0;
        top: 28px;
    }

    .sb-flex-row {
        justify-content: center;
    }

    .ss-head {
        padding: 5px 0 20px;
    }

    .sb-project {
        /* margin-bottom: 50px; */
        padding: 20px 0;
    }

    .sb-title {
        font-size: 1.125rem;
        margin-bottom: 0px;
    }

    .sb-top-title {
        margin-bottom: 0px;
    }

    .sb-title-content {
        font-size: 0.75rem;
        font-weight: 400;
    }

    .ss-head[aria-expanded="true"] .sb-title-content {
        display: none;
    }

    .ss-head-wrap {
        padding: 20px 0 0 25px;
    }

    .ss-head[aria-expanded="true"] {
        padding: 5px 0;
    }

    .sb-img-wrap {
        margin-bottom: 30px;
        /*height:25vh;*/
    }

    .tb-text {
        padding: 25px 0 5px;
    }

    .tb-text p {
        font-size: 0.625rem;
    }

    .tb-tabs {
        justify-content: space-between;
    }

    .tb-tabs::after {
        content: "";
        position: absolute;
        display: block;
        height: 3px;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: #ddd;
        z-index: -1;
    }

    .tb-tab-item {
        flex: none;
    }

    .tb-divider:after {
        content: "";
        height: 0;
    }

    .co-section {
        padding: 40px 0;
    }

    .co-item {
        text-align: left;
        padding: 0 0 0 40px;
    }

    .co-text-wrap {
        display: block;
    }

    .co-title {
        font-size: 1.2rem;
    }

    .co-title span {
        font-size: 2rem;
    }

    .co-slider .owl-dots {
        width: 100%;
        position: absolute;
        display: flex;
        bottom: -40px;
    }

    .co-slider .owl-dots .owl-dot {
        height: 3px;
        width: 100%;
        background-color: #ddd;
        margin: 0 2px;
    }

    .co-slider .owl-dots .owl-dot.active {
        background-color: #ff7409;
    }

}


/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {

    /*.custom-container-2 {
        width:100%;
    }*/
    .fh-img {
        height: 40vh;
    }

    .ss-section {
        padding: 20px 0 0;
    }

    .ss-img-wrap {
        padding-right: 0;
        margin-bottom: 30px;
    }

    /*.down-arrow{
        background-image: url(../images/icons/DropDown.png);
        background-color: transparent;
        background-position: right center;
        background-size: 20px;
        background-repeat: no-repeat;
        background-origin: content-box;
        cursor:pointer;
    }
    .down-arrow[aria-expanded="false"]{
        background-image: url(../images/icons/DropDown.png);
        background-color: transparent;
        background-position: right center;
        background-size: 20px;
        background-repeat: no-repeat;
        background-origin: content-box;
        cursor:pointer;
    }
    .down-arrow[aria-expanded="true"]{
        background-image: url(../images/icons/upArrow.png);
        background-color: transparent;
        background-position: right center;
        background-size: 20px;
        background-repeat: no-repeat;
        background-origin: content-box;
        cursor:pointer;
    }*/

    .ss-head {
        padding: 5px 0 20px;

    }

    .sb-project {
        /* margin-bottom: 50px; */
        padding: 0;
    }

    .sb-title {

        margin-bottom: 0px;
    }

    .sb-top-title {
        margin-bottom: 0px;
    }

    .sb-title-content {
        font-size: 0.8rem;
        font-weight: 400;
    }

    .ss-head[aria-expanded="true"] .sb-title-content {
        display: none;
    }

    .ss-head-wrap {
        padding: 20px 0 0;
        width: 95%;
    }

    .ss-head[aria-expanded="true"] {
        padding: 5px 0;
    }

    .sb-flex-row {
        justify-content: left;
    }

    .ss-text-wrap {
        margin-bottom: 30px;
        padding-left: 0px;
    }

    .sb-text-wrap {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .ss-text-wrap p {
        text-align: left;
    }

    .sb-img-wrap {
        margin-bottom: 30px;
        /*height:30vh;*/
    }

    .tb-text {
        padding: 25px 0 10px;
    }

    .tb-text p {
        font-size: 0.81rem;
    }

    .tb-tabs {
        justify-content: space-between;
    }

    .tb-tabs::after {
        content: "";
        position: absolute;
        display: block;
        height: 3px;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: #ddd;
        z-index: -1;
    }

    .tb-tab-item {
        flex: none;
    }

    .tb-divider:after {
        content: "";
        height: 0;
    }

    .co-section {
        padding: 40px 0;
    }

    .co-item {
        text-align: left;
        padding: 0 30px;
    }

    .co-text-wrap {
        display: block;
    }

    .co-title {
        font-size: 1.4rem;
    }

    .co-title span {
        font-size: 2.3rem;
    }

    .co-slider .owl-dots {
        width: 100%;
        position: absolute;
        display: flex;
        bottom: -40px;
    }

    .co-slider .owl-dots .owl-dot {
        height: 3px;
        width: 100%;
        background-color: #ddd;
        margin: 0 2px;
    }

    .co-slider .owl-dots .owl-dot.active {
        background-color: #ff7409;
    }
}


/*Tablets, Ipads (landscape)*/
/*@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {
    .dynamic-ul ul li {
        width: 100%;
    }

    .ss-text-wrap {
        padding-left: 15px;
    }

    .sb-text-wrap {
        padding-left: 15px;
    }

    .ss-img-wrap {
        padding-right: 15px;
    }

    .sb-img-wrap {
        margin-bottom: 0;
    }

    .tb-text {
        padding: 25px 5px 20px 5px;
    }
}


/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {

    /*.custom-container-2 {
        width:100%;
    }*/
    .bn-img {
        height: 50vh;
    }

    .sb-img-wrap {
        margin-bottom: 30px;
        width: 486px;
    }

    .sb-img-wrap img {
        height: 460px;
        object-fit: cover;
    }

    .ss-text-wrap {
        padding-left: 70px;
    }

    .sb-text-wrap {
        padding-left: 30px;
    }

    .sb-title {
        font-size: 1.5rem;
    }

    .co-section {
        padding: 40px 0;
    }

    .co-item {
        text-align: left;
        padding: 0 50px;
    }

    .co-text-wrap {
        display: block;
    }

    .co-title {
        font-size: 1.4rem;
    }

    .co-title span {
        font-size: 2.3rem;
    }

    .co-slider .owl-dots {
        width: 100%;
        position: absolute;
        display: flex;
        bottom: -40px;
    }

    .co-slider .owl-dots .owl-dot {
        height: 3px;
        width: 100%;
        background-color: #ddd;
        margin: 0 2px;
    }

    .co-slider .owl-dots .owl-dot.active {
        background-color: #ff7409;
    }

    .tb-text {
        padding: 30px 5px 25px 5px;
    }

    .ss-img-wrap {
        padding-right: 0px;
    }
}


/*HD Displays 1920x1080*/
@media (min-width: 1920px) {
    .git-red-btn {
        padding: 20px 23px;
    }

    .popup-card {
        padding: 50px;
    }
}

/*HD Displays 1600x900*/
@media (min-width: 1600px) {}










@media screen and (max-width: 1050px) {
    .desktoponly {
        display: none !important;
    }
}

@media screen and (min-width: 1050px) {
    .mobiletabonly {
        display: none !important;
    }
}

/*Footer-----END*/




.footerbottom {
    margin-top: 20px;
    font-size: 16px;
    color: #bbbbbb;
}

.copyright {
    text-align: left;
}

.crafted {
    text-align: right;
    margin-top: -23px;
}

@media screen and (max-width: 574px) {
    .crafted {
        text-align: left;
        margin-top: 0px;
    }
}