:root {
    --title-fonts: "Montserrat", sans-serif;
    --primary-color: #CB202F;
    --darker-color: #000000;
    --lighter-color: #F7F7F7;
    --white-color: #ffffff;

    body {font-family: "Montserrat", sans-serif !important;font-size: 16px;line-height: auto; margin: 0px; padding: 0px; color: var(--darker-color);}
    .container{padding: 0 20px !important;}
    .button{padding: 12px 35px; font-size: 16px; font-weight: bold;border-radius: 50px; text-decoration: none;}
    .primary-button{background-color: var(--primary-color); color: var(--white-color);border: 1.5px solid transparent;}
    /* .primary-button:hover{
      background-color: transparent;
      border: 1.5px solid var(--primary-color);
      color: var(--primary-color);
    } */
    img { display: inline-block; vertical-align: middle; max-width: 100%; height: auto;}
    .primary-bg{background-color: var(--primary-color);}
/*Navbar*/
/*---navigation bar css start---*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: bold;
}
.menu-item-nav ul { margin: 0px; padding: 0px; float: right;}
.menu-item-nav li { list-style: none; display: inline-block; padding: 0px 25px; border-right: 1px solid #383938; line-height: 16px;}
.menu-item-nav li:last-child { border-right: 0;}
.menu-item-nav li a { color: #0b0c0c; text-transform: uppercase; font-weight: 700; letter-spacing: .7px; font-size: 12px; margin: 20px 0; line-height: 1px;}
.menu-item-nav { padding: 35px 0px; display: flex; flex-flow: row wrap; justify-content: flex-end;}
.menu-item-nav li a:hover {color: #cb202d;}
.navigation-bar ul { margin: 0px;  padding: 0px;  text-align: right;}
ul.navbar-nav { padding: 56px 0px;}
/*---navigation bar css start---*/
.navbar-header-menu span.career-count { color: #cb202d; margin-top: -12px; position: absolute; font-size: 14px;}
.navbar-header-menu li a:hover {color: #cb202d;transition: all .6s;}
/*Banner CSS Start*/
.banner-text h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--white-color);
    margin: 0;
    padding-bottom: 10px;
}

.banner-text h1 {
    font-size: 40px;
    color: var(--white-color);
    font-weight: bold;
    margin: 0;
    padding-bottom: 40px;
}
.banner-text {
    max-width: 630px;
}
@media (max-width: 959.98px){
    section.home-banner {
        height: 70vh;
    }
    section.home-banner img {
        height: 100%;
        object-fit: cover;
    }
    .banner-text{
        padding: 0 20px;
    }
    .banner-text h1{
        font-size: 28px;
    }
}
/*Banner CSS End*/

/*Home Agency Start*/
section.home-agency {
    background-color: var(--lighter-color);
    padding: 100px 0;
}

section.home-agency h1 {
    font-size: 40px;
    color: var(--darker-color);
    padding-bottom: 47px;
    max-width: 592px;
}
section.home-agency .right {
    max-width: 547px;
}
section.home-agency .right strong{
    margin-bottom: 20px;
    display: block;
}
section.home-agency .right a{
    margin-top: 20px;
    display: inline-block;
}
@media (max-width: 959.98px){
    section.home-agency{
        padding: 50px 0;
    }
    section.home-agency .right{
        padding-top: 40px;
    }
}
/*Home Agency End*/
/*Client Logo End*/
.client-logos img {
    padding-right: 40px;
    padding-bottom: 50px;
    width: 26%;
}
.client-logos {
    max-width: 490px;
}
.client-logos img:nth-of-type(4),.client-logos img:nth-of-type(5) {
    padding-bottom: 0;
}
@media (max-width: 959.98px){
    .client-logos img {
        padding-right: 20px;
        padding-bottom: 30px;
    }
}
/*Client Logo End*/

/*What we Do start*/
.accordion-button:not(.collapsed) {
    color: #000 !important;
}
div#accordionPanelsStayOpenExample .accordion-item:first-child h2 button {
    padding-top: 0;
}
section.what-we-do {
    padding: 150px 0;
}

section.what-we-do .left h2 {
    font-size: 40px;
    color: var(--primary-color);
}

section.what-we-do .accordion-item {
    border: 0;
    border-bottom: 1px solid var(--darker-color);
    border-radius: 0;
}

section.what-we-do .accordion-item button.accordion-button {
    padding: 20px 0;
    font-size: 40px;
    font-weight: 600;
}

section.what-we-do .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
}

section.what-we-do .accordion-body {
    padding: 20px 0;
    margin-right: 80px;
}

section.what-we-do .accordion-body ul {
    list-style-type: none;
    padding: 0;
}

section.what-we-do .accordion-body ul li {
    padding-bottom: 20px;
}

section.what-we-do .accordion-body ul li a {
    color: #0066FF;
    font-weight: 500;
    text-decoration: none;
}
section.what-we-do .accordion-button:not(.collapsed)::after {
    background-image: url('../images/arrow-down.svg');
    background-size: contain;
    width: 36px;
    height: 52px;
}

section.what-we-do .accordion-button::after {
    background-image: url('../images/arrow-right.svg');
    background-size: contain;
    width: 52px;
    height: 36px;
    transform: none;
    margin-right: 40px;
    position: absolute;
    right: 0;
}
section.what-we-do .more a {
    color: var(--darker-color);
    font-weight: 500;
    text-transform: capitalize;
}

section.what-we-do .more a:before {
    content: "";
    background-image: url(../images/right-arrow.svg);
    background-size: contain;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}

section.what-we-do .more {
    position: relative;
    padding-left: 32px;
}
div#accordionPanelsStayOpenExample .accordion-item h2 button:focus {
    box-shadow: none !important;
}
.accordion-item{color: var(--darker-color);}
@media (max-width: 959.98px){
    section.what-we-do {
        padding: 50px 0;
    }
    section.what-we-do .left h2{
        padding-bottom: 30px;
    }
    section.what-we-do .accordion-item button.accordion-button{
        font-size: 30px;
    }
    section.what-we-do .accordion-button:not(.collapsed)::after,
    section.what-we-do .accordion-button:not(.collapsed)::after,
    section.what-we-do .accordion-button::after{
        width: 26px;
        height: 22px;
    }
    section.what-we-do .accordion-button::after{
        margin-right: 10px;
    }
}
/*What we do End*/

/*Get in touch start*/
section.get-in-touch {
    padding: 60px 0;
    background-color: var(--primary-color);
}
section.get-in-touch .container {
    max-width: 1056px;
}
section.get-in-touch h2 {
    margin: 0;
    color: var(--white-color);
    font-size: 40px;
}
a.button.white-button {
    background-color: var(--white-color);
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
}
@media (max-width: 959.98px){
    section.get-in-touch h2 {
        margin-bottom: 10px;
        display: block;
    }
    section.get-in-touch{
        padding: 40px 0;
    }
    section.get-in-touch a {
        display: inline-block;
        margin-top: 30px;
    }
}
/*Get in touch end*/

/*Case study end*/
section.case-study {
    padding-top: 150px;
    padding-bottom: 150px;
}

section.case-study figure {
    margin: 0;
    margin-bottom: 100px;
    position: relative;
}
section.case-study  figure:nth-of-type(3) {margin-bottom: 60px;}

section.case-study figure figcaption {
    position: absolute;
    bottom: 0;
    padding: 30px;
    left: 34px;
    text-align: left;
}

section.case-study figure figcaption img {
    padding-bottom: 20px;
}

section.case-study figure figcaption p {
    color: var(--white-color);
    font-size: 24px;
}
@media (max-width: 959.98px){
    section.case-study{
        padding: 50px 0;
    }
    section.case-study figure{
        margin-bottom: 50px;
    }
    section.case-study figure > img {
        height: 350px;
        object-fit: cover;
    }
    section.case-study figure figcaption{
        left: 0;
        padding: 10px;
    }
    section.case-study figure figcaption img {
        padding-bottom: 10px;
        width: 100px;
    }
}
/*Case study end*/

/*Client Review Start*/
section.client-review {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 100px 0;
    text-align: center;
}
section.client-review .reviews h2 {
    margin: 0;
    font-weight: bold;
}

section.client-review .reviews p {
    padding: 56px;
    margin: 0;
    max-width: 676px;
    margin: 0 auto;
}

section.client-review .reviews .author {
    font-size: 18px;
}

section.client-review .reviews .author strong {
    display: block;
}
div#clientReview .carousel-control-prev-icon{
    background-image: url('../images/review-left.svg');
}
div#clientReview .carousel-control-next-icon{
    background-image: url('../images/reveiw-right.svg');
}
.carousel-control-next, .carousel-control-prev{
    width: auto;
}
@media (max-width: 959.98px){
    section.client-review{
        padding: 50px 0;
    }
}
/*Client Review End*/

/*home Google start*/
section.home-google {
    padding: 100px 0 0;
    background-color: var(--lighter-color);
}
section.home-google .content h4 {
    color: var(--darker-color);
    margin-bottom: 20px;
}

section.home-google .description {
    max-width: 785px;
    font-size: 20px;
}
div#googleReveiw .carousel-indicators [data-bs-target]{
    background-color: #000000;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 10px;
}
div#googleReveiw .carousel-indicators{
    margin-bottom: 30px;;
}
div#googleReveiw .carousel-indicators button:first-child {margin-left: 0;}

div#googleReveiw .carousel-indicators button:last-child {
    margin-right: 0;
}
div#googleReveiw {
    padding-bottom: 100px;
}
@media (max-width: 959.98px){
    section.home-google{
        padding: 50px 0 0;
    }
}
/*home Google End*/

/*Home Brand Start*/
section.Our-Brand {overflow: hidden;clear: both;}
.Our-Brand-Journeys-section {
    padding: 150px 0px;
    background-color: var(--white-color);
    width: 100%;
    float: left;
}
.brand-journeys-title {
    padding-bottom: 55px;
}
.brand-journeys-title h2 {
    color: var(--darker-color);
    position: relative;
    margin: 0;
}
.slider-image-box button.slick-prev.slick-arrow {
    position: absolute;
    font-size: 0;
    outline: none;
    border: 1px solid white;
    background-color: transparent;
    width: 54px;
    height: 37px;
    top: -97px;
    right: 220px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%;
}
.slider-image-box button.slick-prev.slick-arrow:before {
    position: absolute;
    content: '';
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/slider-left.svg');
    background-repeat: no-repeat;
    width: 50px;
    height: 37px;
    background-size: contain;
}
.brand-image {
    width: 33.3%;
    float: left;
}
.slider-title {
    margin: 0px 115px 0px 0px;
}
.slider-title a {
    outline: none;
    border: none;
    text-decoration: none;
}
.brand-image img {
    width: 100%;
}

.slick-slide img {
    display: block;
}
.slider-title h4 {
    color: var(--darker-color);
    padding: 20px 0px 10px;
    font-size: 24px;
    margin: 0px;
    line-height: 34px;
    font-weight: bold;
}
.modern-agency {
    float: left;
}
.modern-agency a {
    font-size: 16px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
    position: relative;
}
.modern-agency a:first-child {
    display: none;
}
.modern-agency a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #cb202d;
    border-bottom: 6px solid transparent;
    right: -18px;
    top: 8px;
}
.slider-image-box button.slick-next.slick-arrow {
    position: absolute;
    font-size: 0;
    outline: none;
    border: 1px solid white;
    background-color: transparent;
    width: 57px;
    height: 37px;
    top: -97px;
    right: 158px;
    cursor: pointer;
    border-radius: 50px;
}
.slider-image-box button.slick-next.slick-arrow:before {
    position: absolute;
    content: '';
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/slider-right.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 37px;
    background-size: contain;
}
@media only screen and (max-width: 575px) {
    .slider-title { margin: 0px 30px 0px 30px;}
    .slider-title h4{ font-size: 18px; padding: 15px 0px;}
    .brand-slider-main button.slick-prev.slick-arrow{ width: 40px; height: 40px; top: -58px;right: calc(100% - 300px);}
    .slider-image-box button.slick-prev.slick-arrow:before{width: 40px; height: 40px;}
    .brand-slider-main button.slick-next.slick-arrow{width: 40px; height: 40px; left: calc(100% - 70px); top: -58px;}
    .slider-image-box button.slick-next.slick-arrow:before{width: 40px; height: 40px;}
    .brand-slider-main button.slick-next.slick-arrow:before{ font-size: 0px; }
    .brand-journeys-title h2{left: 0px;}
    .brand-journeys-title {
        padding-bottom: 35px;
    }
    .Our-Brand-Journeys-section{
        padding: 50px 0;
    }
    .navbar-toggal-menu {
        padding: 2rem 1rem 0rem 1rem;
    }
    .navbar-top-navig .hamburger {
        top: 26px;
    }
}
@media only screen and (max-width: 959.98px) {
    .Our-Brand-Journeys-section {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1400px) {
    .slider-image-box button.slick-prev.slick-arrow{
        right: calc(100% - 1250px);
    }
    .slider-image-box button.slick-next.slick-arrow{
        right: calc(100% - 1350px);
    }
}
/*Home Brand End*/

/*Home Thrive Start*/
section.home-thrive .thrive-wrap {
    max-width: 550px;
}

section.home-thrive .thrive-wrap h4 {
    padding-bottom: 40px;
    margin: 0;
}

section.home-thrive .thrive-wrap a {
    margin-top: 40px;
    display: inline-block;
    text-transform: uppercase;
}
section.home-thrive{
    background-image: url('../images/lets-thrive-together.svg');
    padding: 153px 0;
    color: #fff;
    background-size: cover;
}
section.home-thrive .thrive-wrap .thrive-content {
    max-width: 358px;
}
section.home-thrive .thrive-wrap .thrive-content p{
    font-weight: bold;
}
@media (max-width: 959.98px){
    section.home-thrive{
        padding: 50px 0;
    }
    section.home-thrive{
        background-size: cover;
        background-position: top;
    }
}
/*Home Thrive End*/
/*Footer Start*/
footer {
    background-color: var(--darker-color);
    padding: 60px 0 0;
}
footer .footer-nav-wrap h6 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(155,155,155,.8);
    margin-bottom: 20px;
}

footer .footer-nav-wrap ul {
    list-style-type: none;
    padding: 0;
}
footer .footer-nav-wrap ul li {
    padding-bottom: 20px;
}

footer .footer-nav-wrap ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
footer .footer-navigation {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,.8);
    margin-bottom: 40px;
}
footer .footer-address img {
    padding-bottom: 10px;
}

footer .footer-address h6 {
    color: #fff;
    font-size: 18px;
}

footer .footer-address .address {
    font-size: 18px;
    color: #fff;
}
footer .footer-address {
    padding-bottom: 65px;
}
.right-reserve ul {
    list-style-type: none;
}
.right-reserve ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding-right: 60px;
}
.right-reserve ul li:last-child a{
    padding-right: 0;
}
span.reserve {
    font-size: 14px;
    color: #fff;
}

i.fa.fa-map-marker {
    width: 56px;
    height: 56px;
    background: var(--primary-color);
    color: #fff;
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 5px;
    margin-top: 3px;
}
.right-reserve {
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,.8);
    border-bottom: 1px solid rgba(255,255,255,.8);
}
.footer-bnb {
    padding: 100px 37px;
}
@media (max-width: 959.98px){
    footer{
        padding: 50px 0 0;
    }
    .address-wrap {
        padding-bottom: 30px;
    }
    .right-reserve ul li a{
        padding-right: 30px;
    }
    .rights-reserve {
        padding-top: 10px;
    }
    span.reserve {
        margin-bottom: 20px;
        display: block;
    }
    .footer-bnb{
        padding: 50px 20px;
    }
    footer .footer-address {
        padding-bottom: 10px;
    }
    footer .footer-nav-wrap ul:first-child{
        width: 65%;
    }
}
/*Footer End*/

@media screen and (min-width:960px){
    h1, h2, h3, h4, h5, h6{
        font-weight: bold;
    }
    h1, .h1{
        font-size: 90px;
    }
    h2, .h2{
        font-size: 40px;
    }
    h3, .h3{
        font-size: 28px;
    }
    h4, .h4{
        font-size: 24px;
    }
    h5, .h5{
        font-size: 16px;
    }
}


/* hamburger-css-stard */
.list { position: absolute;top: 0%; left: 26%; list-style: none; text-align: center; width: 100%;}
.item { margin: 0px; font-size: 28px; color: #fff; text-transform: uppercase; display: block;}
.item:hover{ color: #cb202d; }
.link:link,
.link:visited { display: inline-block; font-weight: 300; padding: 0px 20px 0px 0px; color: white;
  text-decoration: none; text-transform: uppercase; transition: all 0.6s; font-size: 32px;}
.link:hover,
.link:active {color: #cccccc; cursor: pointer;}
/* functionality */

.checkbox:checked ~ .nav {height: 100%; opacity: 1; width: 35%; right: 0; background-color:#cb202e; background-position: center top; background-repeat: repeat; top: 0;}
/*  */
/* styling hamb ICON */


.hamburger:hover icon:before {top: -1rem;}
.hamburger:hover icon::after { top: 1rem;}
.checkbox:checked + .hamburger .icon { background-color: transparent;}
.checkbox:checked + .hamburger .icon::before { top: 0; transform: rotate(135deg); background-color: #fff;
     width: 16px; left: 10px;  }
.checkbox:checked + .hamburger .icon::after { top: 0; transform: rotate(-135deg);background-color: #fff;
    width: 16px; left: 10px;}
    .menu-title h5 {
        font-size: 28px;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 0;
    }
@keyframes smoothScroll {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media screen and (max-width:450px) {
    .hamburger.hide-for-large.expanded .navbar-brand>img.logo { display: none}
}
@media screen and (max-width: 991px){
    .checkbox:checked ~ .nav {
        width: 54%;
    }
}
@media screen and (max-width: 767px){
    .checkbox:checked ~ .nav {
        top: 0;
        overflow-y: scroll;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .menu-title span.ocm-dropdown-arrow {
        right: 24%;
    }
}
@media screen and (max-width: 991px) {
    .menu-title span.ocm-dropdown-arrow {
        right: 20%;
    }
    .hamburger {
        right: 0rem;
        top: 1.6rem;
    }
}
@media screen and (max-width: 1024px) {
    .menu-title span.ocm-dropdown-arrow {
        right: 16%;
    }
    .hamburger {
        top: 2rem;
        right: 1rem;
    }
}
@media  screen and (max-width: 667px) {
    .hamburger {
        right: 6px;
    }
}
@media screen and (max-width: 767px) {
    .navbar-toggal-menu li a {
        font-size: 28px;
        padding: 0px 0px;
        display: inline-block;
    }
}
@media screen and (max-width: 991px) {
    .navbar-toggal-menu li a {
        font-size: 28px;
        padding: 0px;
    }
}
