@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif
}

.btn-red a,
.home-btn,
.home-btn:hover {
    color: #fff
}

.btn-black a,
.btn-red a,
.home-btn,
.portfolio .portfolio-icon,
.portfolio h2,
.section-heading span {
    display: inline-block
}

#toTop,
header {
    position: fixed
}

body {
    color: #5b5b5b
}

.team-box .member-img img,
a,
button {
    transition: .54s ease-in-out;
    -moz-transition: .54s ease-in-out;
    -o-transition: .54s ease-in-out;
    -webkit-transition: .54s ease-in-out
}

img {
    max-width: 100%;
    height: auto
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.mt-1 {
    margin-top: 10px
}

.mt-2 {
    margin-top: 20px
}

.mt-3 {
    margin-top: 30px
}

.mb-1 {
    margin-bottom: 10px
}

.mb-2 {
    margin-bottom: 20px
}

.contact-form .form-group,
.mb-3 {
    margin-bottom: 30px
}

.mb-4 {
    margin-bottom: 40px
}

.mb-5 {
    margin-bottom: 50px
}

.mb-6 {
    margin-bottom: 60px
}

.my-1 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-2 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-3 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-4 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-5 {
    margin-top: 50px;
    margin-bottom: 50px
}

.my-6 {
    margin-top: 60px;
    margin-bottom: 60px
}

.padding-0 {
    padding: 0
}

.pt-1 {
    padding-top: 10px
}

.pt-2 {
    padding-top: 20px
}

.pt-3 {
    padding-top: 30px
}

.pt-4 {
    padding-top: 40px
}

.pt-5 {
    padding-top: 50px
}

.pt-6 {
    padding-top: 60px
}

.pb-1 {
    padding-bottom: 10px
}

.pb-2 {
    padding-bottom: 20px
}

.pb-3 {
    padding-bottom: 30px
}

.pb-4 {
    padding-bottom: 40px
}

.pb-5 {
    padding-bottom: 50px
}

.pb-6 {
    padding-bottom: 60px
}

.py-1 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-2 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-3 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-4 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-5 {
    padding-top: 50px;
    padding-bottom: 50px
}

.py-6 {
    padding-top: 60px;
    padding-bottom: 60px
}

.btn-black a,
.btn-red a,
.home-btn {
    padding: 10px 30px
}

.left-align-img {
    float: left;
    margin: 0 20px 20px 0
}

.form-control:focus {
    box-shadow: none
}

.btn-red a {
    background: #bb000b;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
}

.btn-red a:hover {
    background: #000;
    text-decoration: none
}

.btn-black a:hover,
.home-btn:hover {
    background: #5b5b5b;
    text-decoration: none
}

.btn-black a {
    background: #000;
    color: #fff
}

.home-btn {
    background: #000;
    font-size: 18px;
    font-weight: 700
}

.red-btn {
    background: #bb000b;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
}

.red-btn:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}

.section-title {
    color: #42b02a;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 600
}

.green-text {
    color: #42b02a
}

.text-red {
    color: #dc0002
}

.featured-box a:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link,
.text-black {
    color: #000
}

.text-gray {
    color: #808080;
}

.address a,
.footer-bottom .privacy-policy a,
.navbar-light .navbar-nav .home-btn,
.text-white {
    color: #fff
}

.banner-content p,
.sub-title {
    color: #383636;
    font-family: Montserrat, sans-serif
}

.section-top-content {
    text-align: center;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    margin: 0 0 30px
}

.grey-bg {
    background: #fafafa
}

.social-media-icons ul,
ul.list {
    padding: 0;
    list-style-type: none
}

ul.list li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    position: relative
}

ul.list li:after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "\f111";
    font-family: FontAwesome;
    color: #bb000b;
    font-size: 11px;
}

ul.list li .dark {
    display: block;
    color: #000
}

.section-heading {
    font-size: 3.6vw;
    font-weight: 500;
    margin: 0 0 80px;
    padding: 35px 0 0;
    font-family: Montserrat, sans-serif
}

.section-heading .text {
    position: relative;
    z-index: 1;
    color: #bb000b
}

.section-heading .text a {
    color: #bb000b;
    text-decoration: none
}

.section-heading .text:after {
    background: url("../images/section-heading-bg.png") center center/100% no-repeat;
    width: 258px;
    height: 140px;
    position: absolute;
    content: "";
    z-index: -1;
    top: -35px;
    left: 50px
}

.sub-title {
    font-size: 1.8vw;
    margin: 0 0 30px;
    font-weight: 700
}

header {
    padding: 10px 0;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0
}

header.fixed {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0)
    }
}

.logo img {
    max-width: 140px;
    transition: .54s ease-in-out;
    -moz-transition: .54s ease-in-out;
    -o-transition: .54s ease-in-out;
    -webkit-transition: .54s ease-in-out
}

header.fixed .logo img {
    max-width: 90px
}

.navbar-light .navbar-nav .nav-link {
    color: #5b5b5b;
    font-weight: 700
}

.navbar-light .navbar-nav .home-btn:focus,
.navbar-light .navbar-nav .home-btn:hover {
    opacity: 1;
    color: #fff
}

.dropdown .dropdown-menu {
    border: 1px solid #000
}

.dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: 600
}

.banner-wrapper {
    position: relative;
    padding: 170px 0 70px;
    overflow: hidden
}

.banner-img img,
.home-team-wrapper .our-team-img img {
    width: 100%
}

.banner-content h2 {
    font-size: 3vw;
    font-weight: 500;
    position: relative;
    margin: 60px 0 10px;
    font-family: Montserrat, sans-serif
}

.banner-content h3 {
    font-weight: 400;
    font-size: 2.4vw;
    font-family: Montserrat, sans-serif;
    color: #383636;
}

.banner-content h5 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 400;
    color: #383636;
}

.banner-content p {
    margin: 0;
    font-size: 22px;
}

.banner-wrapper .content {
    margin: 0 0 20px;
}

.banner-content .btn-black a {
    background: #bb000b;
    font-size: 16px;
    padding: 10px 30px;
    color: #fff;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin: 10px 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.banner-content .btn-black a:hover {
    background: #000;
    color: #fff;
}

.reach-out-wrapper {
    margin: 0 0 70px;
}

.counter-wrapper {
    padding: 35px 0 135px;
}

.content-box-wrap {
    font-size: 16px;
    font-weight: 900;
}

.content-box-wrap .text-box {
    position: absolute;
    top: -27%;
    z-index: 1;
    text-align: right;
    right: 32%;
    min-width: 230px;
}

.content-box-wrap .rectangle-box,
.portfolio-box {
    position: relative;
}

.content-box-wrap .text-box .text-black {
    font-size: 6vw;
    line-height: 1;
}

.content-box-wrap .text-box .text-black .statistic-counter {
    font-size: 6vw;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
}

.content-box-wrap .text-box .text-black .percentage {
    font-size: 62%;
}

.content-box-wrap .text-box .text-black .sub-text {
    background: #bb000b;
    padding: 7px 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
}

.indian-wrap .text-box .text-black .sub-text {
    left: -14%;
    top: 40%;
}

.content-box-wrap .text-box .bottom-text {
    padding: 21% 0 0;
    margin-bottom: 0;
    font-weight: 900;
    line-height: 1.5;
}

.total-wrap .text-box .bottom-text {
    padding: 10% 0 0;
}

.deals-wrap .text-box {
    right: 0;
    min-width: 355px;
}

.deals-wrap .text-box .text-black .sub-text {
    left: -32%;
    top: 20%;
}

.deals-wrap .text-box .bottom-text {
    padding: 12% 33% 0 0;
}

.content-box-wrap .rectangle-box:before {
    content: "";
    position: absolute;
}

.content-box-wrap .box-01:before {
    background: url(../images/rectangle-box-01.png) center center no-repeat;
    width: 222px;
    height: 70px;
    right: 14%;
    bottom: -14%;
}

.content-box-wrap .box-02:before {
    background: url(../images/rectangle-box-02.png) center center no-repeat;
    width: 89px;
    height: 108px;
    bottom: -14%;
    left: -11%;
    z-index: -1;
}

.content-box-wrap .box-03:before {
    background: url(../images/rectangle-box-03.png) center center no-repeat;
    width: 183px;
    height: 71px;
    bottom: -12%;
    right: 11%;
    z-index: -1;
}

.contact-us-wrapper,
.home-team-wrapper,
.mission-vision-wrapper,
.our-partners-wrapper {
    padding: 70px 0;
    overflow: hidden;
}

.partner-logo {
    max-width: 184px;
    margin: 0 10px;
}

.media-box-box .img img,
.partner-logo img,
.portfolio-hover-img img,
.portfolio-logo img {
    margin: 0 auto;
}

.portfolio-wrapper,
.we-offer-wrapper {
    overflow: hidden;
    padding: 50px 0;
}

.portfolio-wrapper .section-top-content {
    text-align: left;
}

.portfolio-box {
    margin: 0 auto 30px;
    max-width: 350px;
}

.portfolio-box .portfolio-img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.portfolio-box a .portfolio-img {
    transition: .54s ease-in-out;
    -moz-transition: .54s ease-in-out;
    -o-transition: .54s ease-in-out;
    -webkit-transition: .54s ease-in-out;
    -ms-transition: .54s ease-in-out;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    display: block;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.portfolio-box a:hover .portfolio-img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.portfolio-box a .portfolio-img>img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.portfolio-hover-img {
    background: #fff;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    transition: .54s ease-in-out;
    -moz-transition: .54s ease-in-out;
    -o-transition: .54s ease-in-out;
    -webkit-transition: .54s ease-in-out;
    -ms-transition: .54s ease-in-out;
    border-radius: 50%;
}

.portfolio-box a:hover .portfolio-hover-img {
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.portfolio-circle-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.portfolio-circle-container:last-child {
    margin-bottom: 0;
}

.portfolio-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.portfolio-circle a {
    position: relative;
}

.portfolio-circle img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 50%;
    transition: .54s ease-in-out;
    -moz-transition: .54s ease-in-out;
    -o-transition: .54s ease-in-out;
    -webkit-transition: .54s ease-in-out;
    -ms-transition: .54s ease-in-out;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

.portfolio-circle a:hover img {
    max-width: 100%;
    max-height: 100%;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    border-radius: 50%;
}

.portfolio-circle a:hover .portfolio-hover-img {
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.about-us-wrapper {
    padding: 100px 0;
}

.about-us-wrapper h2 {
    color: #000;
    font-size: 27px;
    font-weight: 900;
    margin: 0 0 20px;
}

.about-us-content p {
    font-weight: 900;
}

.about-us-content p:last-child,
.media-box-box .content p:last-child,
.portfolio .portfolio-content p:last-child {
    margin-bottom: 0;
}

.join-form {
    background: #000;
    padding: 2px;
    max-width: 270px;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.join-form input {
    width: calc(100% - 34px);
    background: #fff;
    float: left;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    border: none;
    padding: 10px;
}

.join-form input:focus {
    outline: 0;
}

.join-form button {
    background: 0 0;
    float: left;
    width: 34px;
    padding: 0;
    color: #fff;
    font-size: 20px;
    border: none;
    cursor: pointer;
    line-height: 44px;
}

.home-info-hub-wrapper {
    padding: 70px 0 0;
    overflow: hidden;
    text-align: center;
}

.info-video-wrap .video-title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0;
    text-align: center;
}

.media-wrapper {
    padding: 100px 20px;
    overflow: hidden;
}

.media-box-box,
.our-portfolio-box {
    text-align: center;
    padding: 0 15px;
}

.media-box-box h5 {
    color: #cc202a;
    font-weight: 700;
}

.footer-logo,
.media-box-box .img {
    margin: 0 0 10px;
}

.media-box-box .content {
    font-weight: 700;
}

.media-slider .slick-next,
.media-slider .slick-prev,
.partners-slider .slick-next,
.partners-slider .slick-prev,
.portfolio-slider .slick-next,
.portfolio-slider .slick-prev {
    width: 20px;
    height: 20px;
    background: #000;
}

.media-slider .slick-next:before,
.media-slider .slick-prev:before,
.partners-slider .slick-next:before,
.partners-slider .slick-prev:before,
.portfolio-slider .slick-next:before,
.portfolio-slider .slick-prev:before {
    font-size: 20px;
    font-family: FontAwesome;
}

.investment .left-content:before,
.we-offer-heading .heading-text:before {
    position: absolute;
    font-size: 14vw;
    color: #f3f3f3;
    z-index: -1;
    line-height: 1;
    top: -4.3vw;
    font-weight: 800;
}

.media-slider .slick-prev:before,
.partners-slider .slick-prev:before,
.portfolio-slider .slick-prev:before {
    content: "\f104";
}

.media-slider .slick-next:before,
.partners-slider .slick-next:before,
.portfolio-slider .slick-next:before {
    content: "\f105";
}

.main-container {
    margin-top: 80px;
}

.our-team-wrapper {
    padding: 50px 0;
    overflow: hidden;
}

.contact-us-wrapper .section-heading,
.our-brands-wrapper .section-heading,
.our-team-wrapper .section-heading {
    text-align: center;
}

.team-box {
    margin: 0 auto 30px;
    overflow: hidden;
    max-width: 280px;
}

.investment-wrapper,
.team-box .member-img {
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #bb000b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.team-box .member-img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.team-box .member-img img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.team-box .member-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.team-box .team-conent {
    margin: 10px 0 0;
    text-align: center;
}

.team-box .name {
    font-size: 1.3vw;
    font-weight: 800;
    line-height: 1.5;
}

.founder-team-box .team-box .name {
    font-size: 2vw;
}

.team-box .name small {
    display: block;
    color: #909090;
    font-size: 58%;
}

.team-box .social-link {
    margin: 10px 0 0;
}

.team-box .social-link ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.team-box .social-link ul li {
    display: inline-block;
    padding: 0 5px;
}

.footer-menu ul li:first-child,
.social-media-icons ul li:first-child {
    padding-left: 0;
}

.our-brands-wrapper {
    padding: 50px 20px;
    overflow: hidden;
}

.brand-logo {
    margin: 0 0 30px;
    text-align: center;
}

.portfolio {
    margin: 0 0 70px;
    color: #000;
    overflow: hidden;
    padding: 0 5%;
}

.footer-menu,
.investment:nth-child(2n-1) .left-content,
.portfolio:nth-child(odd) .portfolio-content,
.social-media-icons,
.we-offer-box.right {
    text-align: right;
}

.portfolio .portfolio-head {
    overflow: hidden;
    margin: 0 0 15px;
}

.portfolio h2 {
    font-size: 2.6vw;
    font-weight: 900;
    color: #5b5b5b;
}

.portfolio h2 small {
    font-size: 50%;
    display: block;
}

.portfolio h3 {
    color: #000;
    font-size: 1.65vw;
}

.portfolio .portfolio-img img {
    margin: 0 auto;
    border: 15px solid #5b5b5b;
    border-radius: 230px;
    -webkit-border-radius: 230px;
    -moz-border-radius: 230px;
    -ms-border-radius: 230px;
    -o-border-radius: 230px;
}

.portfolio .portfolio-icon a {
    display: inline-block;
}

.portfolio .portfolio-icon .badge {
    text-transform: uppercase;
}

.our-story-wrapper {
    padding: 70px 0 0;
    overflow: hidden;
}

.mission-vision-box {
    background: #fff;
    box-shadow: 20px 20px 45px rgba(88, 88, 88, .15);
    padding: 40px 20px;
    text-align: center;
    min-height: 308px;
}

.mission-vision-box h2 {
    font-weight: 700;
    margin: 0 0 15px;
}

.mission-vision-box .content {
    font-weight: 500;
    font-size: 20px;
}

.investment {
    margin: 0 auto 100px;
    max-width: 700px;
}

.investment .left-content {
    font-size: 2.2vw;
    font-weight: 700;
    position: relative;
}

.investment .left-content:before {
    content: "1";
    left: -2.5vw;
}

.investment .stage-content:before {
    content: "2";
    left: auto;
    right: -2.5vw;
}

.investment .traction-content:before {
    content: "3";
}

.custom-checkmark input:checked~.checkmark:after,
.featured-box a,
.investment .left-content span,
.we-offer-heading span {
    display: block;
}

.investment .right-content {
    font-size: 20px;
    font-weight: 600;
}

.we-offer-box {
    margin: 0 0 50px;
    font-size: 20px;
    font-weight: 500;
}

.we-offer-heading {
    text-align: center;
    font-size: 2.2vw;
    font-weight: 700;
    line-height: normal;
}

.we-offer-heading .heading-text {
    display: inline-block;
    text-align: left;
    position: relative;
    z-index: 1;
}

.we-offer-heading .heading-text:before {
    content: "?";
    left: -2vw;
}

.info-links-wrapper,
.why-us-wrapper {
    padding: 0 0 50px
}

.info-hub-wrapper {
    padding: 0 0 50px;
    overflow: hidden
}

.info-link-box a {
    background: #fff;
    box-shadow: 10px 10px 45px rgba(88, 88, 88, .18);
    padding: 100px 10px 10px;
    font-weight: 700;
    font-size: 1.8vw;
    display: block;
    color: #5b5b5b;
    margin: 0 0 30px
}

.info-link-box a:hover {
    text-decoration: none;
    color: #000
}

.press-wrapper {
    padding: 70px 0;
    text-align: center;
    overflow: hidden
}

.featured-box {
    margin: 0 auto 2rem;
    max-width: 360px
}

.featured-box .press-content-img {
    position: relative;
    margin: 0 0 15px
}

.featured-box .press-content {
    position: absolute;
    width: 100%;
    padding: 5px 10px;
    bottom: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, .8);
    color: #000;
    font-weight: 500;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5
}

.featured-box .press-logo img {
    display: block;
    max-width: 160px;
    max-height: 25px;
    width: auto;
    margin: auto
}

.portfolio-press-wrapper {
    text-align: center;
    padding: 0 0 38px;
    overflow: hidden
}

.contact-us {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    border: 1px solid #ececec;
    border-top: 10px solid #bb000b
}

.contact-form .form-control {
    border: 2px solid #000;
    font-size: 16px;
    border-radius: 25px;
    height: 48px;
    color: #000
}

.contact-form button {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 25px;
    border: none;
    padding: 9px 50px
}

.make-a-wish-wrapper {
    padding: 70px 0;
    overflow: hidden;
}

.custom-close {
    position: absolute;
    right: 5px;
    background: #bb000b;
    width: 24px;
    border-radius: 50%;
    color: #fff;
    top: 5px;
    z-index: 1;
    text-align: center;
}

button.custom-close {
    background: #bb000b;
}

.make-logo {
    margin: 0 0 15px;
    text-align: center;
}

.make-logo img {
    max-width: 80px;
}

.make-a-wish-form .form-control {
    border: 2px solid #000;
    font-size: 16px;
    color: #000;
}

.make-a-wish-form textarea {
    resize: none;
}

.make-a-wish-form .red-btn {
    font-weight: 700;
}

.footer-menu ul li a,
.social-media-icons label {
    font-weight: 700;
    text-transform: uppercase
}

.contact-form button:focus,
.contact-form button:hover {
    background: #5b5b5b;
    border: none
}

.custom-checkmark {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-checkmark input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%
}

.custom-checkmark:hover input~.checkmark {
    background-color: #ccc
}

.custom-checkmark input:checked~.checkmark {
    background-color: #bb000b
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.custom-checkmark .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.custom-file {
    height: 48px
}

.custom-file-label {
    border: 2px solid #000;
    height: 48px;
    margin-bottom: 0;
    border-radius: 25px;
    line-height: 32px
}

.custom-file-label:after {
    background: #000;
    color: #fff;
    border-radius: 0 25px 25px 0;
    height: 44px;
    line-height: 32px
}

.custom-file-input:focus~.custom-file-label {
    border: 2px solid #000;
    box-shadow: none
}

footer {
    background: #000;
    padding: 50px 0 0;
    color: #fff;
    overflow: hidden
}

#toTop {
    color: #5b5b5b;
    bottom: 20px;
    right: 45px;
    display: none;
    font-size: 24px;
    cursor: pointer;
    width: 45px;
    line-height: 41px;
    text-align: center;
    z-index: 1;
    border: 2px solid #5b5b5b;
    border-radius: 50%;
    transition: .54s ease-in-out;
    -moz-transition: .54s ease-in-out;
    -o-transition: .54s ease-in-out;
    -webkit-transition: .54s ease-in-out
}

#toTop:hover {
    background: #5b5b5b;
    color: #fff
}

.address {
    font-weight: 600
}

.address a:hover,
.footer-bottom .privacy-policy a:hover,
.footer-menu ul li a:hover {
    text-decoration: none
}

.footer-menu ul {
    padding: 0;
    list-style-type: none;
    margin: 0 0 30px
}

.footer-menu ul li {
    display: inline-block;
    padding: 0 0 0 20px
}

.footer-menu ul li a {
    display: inline-block;
    color: #fff
}

.social-media-icons ul li {
    display: inline-block;
    padding: 0 0 0 25px
}

.social-media-icons ul li a {
    display: block;
    color: #fff
}

.footer-bottom {
    margin: 20px 0;
    text-align: center;
    font-weight: 800
}

.footer-bottom .privacy-policy {
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
    border-left: 1px solid #fff
}


/************************************ Blogs Page ************************************/

.blogs-wrapper {
    padding: 70px 0;
    overflow: hidden;
}

.blog-box {
    border-radius: 3px;
    border: 1px solid #f2f2f2;
    margin: 0 auto 30px;
}

.blog-box .blog-content {
    padding: 20px;
}

.blog-box .date {
    color: #909090;
    margin: 0 0 10px;
}

.blog-box .post-title {
    font-size: 1.3vw;
    font-weight: 700;
    margin: 0 0 8px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-box .post-title a {
    color: #000;
    text-decoration: none;
}

.blog-box .post-description {
    margin: 0 0 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-box .link-wrap a {
    color: #bb000b;
    text-decoration: none;
    font-weight: 600;
}


/************************************ Blog Details Page ************************************/

.blog-heading {
    color: #bb000b;
    margin-bottom: 15px;
}

.blog-details-wrapper h3 {
    color: #000;
    margin: 0 0 15px;
}

.blog-details-wrapper h4 {
    color: #000;
    margin: 0 0 10px;
}

.blog-details-wrapper .date {
    color: #909090;
    margin: 0 0 15px;
}

.blog-details-wrapper .authorname {
    margin: 0 0 15px;
}

.blog-details-wrapper .authorname .name {
    font-weight: 600;
    color: #000;
}

.blog-details {
    margin: 0 0 50px;
    overflow: hidden;
}

.blog-details .blog-details-img {
    text-align: center;
    margin: 0 0 30px;
}

.blog-details .blog-details-img img {
    width: 100%;
}

.blog-details .figcaption {
    text-align: center;
    margin: 0 0 30px;
}

.blog-details-video {
    margin-bottom: 30px;
}

.blogs-slider {
    margin: 0 -15px;
}

.blogs-slider .blog-box {
    margin: 0 15px;
}

.blogs-slider .slick-dots li button:before {
    font-size: 9px;
}

.blogs-slider .slick-dots {
    bottom: -35px;
}

.blogs-slider .blog-box .post-title {
    min-height: 50px;
}

.blog-socialshare {
    margin-bottom: 20px;
}

.blog-socialshare h4 {
    font-size: 14px;
    font-weight: 300;
}

.blog-socialshare ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.blog-socialshare ul li {
    display: inline-block;
}

.blog-socialshare ul li a {
    line-height: 34px;
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    display: inline-block;
    color: #000;
}

.blog-socialshare ul li a:hover {
    color: #fff;
    background-color: #000;
}

.blog-socialshare ul li:last-child a {
    margin-right: 0;
}


/************************************ Future Forward Page ************************************/

.future-forward-wrapper {
    padding: 70px 0;
    overflow: hidden;
}

.future-counter-wrapper {
    padding: 70px 0;
}

.future-counter-box {
    text-align: center;
    color: #000;
}

.future-counter-box h3 {
    font-size: 2.4vw;
    font-weight: 600;
}

.future-counter-box h6 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.environment-wrapper {
    padding: 70px 0;
    overflow: hidden;
}

.environment-wrapper h2 {
    font-size: 3vw;
    color: #bb000b;
    margin: 0 0 20px;
}

.environment-content-wrap .environment-icons {
    margin: 0 0 15px;
}

.environment-content-wrap .environment-icons>img {
    width: 100%;
}

.environment-content-wrap .environment-content {
    text-align: justify;
    margin: 0 0 20px;
}
/* Accessibility remediation (WCAG 2.2 AA) */
.skip-link{position:absolute;left:-9999px;top:0;z-index:100000;background:#111;color:#fff;padding:10px 18px;font-weight:600;text-decoration:none;}
.skip-link:focus,.skip-link:active{left:0;outline:2px solid #fff;}
header{background:#fff;}
.social-media-icons ul li a,.navbar-nav .nav-link{text-decoration:none}
.footer-menu ul li a[href],.address a[href],.footer-bottom a[href]{text-decoration:underline;text-decoration-color:#fff;text-decoration-thickness:2px;text-underline-offset:5px;}
