/*
Theme Name: Octaloop
Theme URI: https://www.octaloop.com
Author: Octaloop
Author URI: https://www.octaloop.com/
Description: Octaloop Website
Tags: blog,technology
Version:5.6
License: Octaloop
License URI: https://www.octaloop.com
Text Domain:octaloop
*/
@font-face {
    font-family: OpenSans-Regular;
    src: url(assets/fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: OpenSans-Bold;
    src: url(assets/fonts/OpenSans-Bold.ttf);
}
@font-face {
    font-family: 'Bebas-Neue';
    src: url(assets/fonts/BebasNeue-Regular.ttf);
}
* {
    font-family: OpenSans-Regular;
}
.navbar .nav {
    width: 100%;
    padding-top: 10px;
}
.navbar ul.navbar-nav {
    list-style: none;
    display: inline-block;
    float: right;
}
.navbar li.nav-item {
    display: inline-block;
    padding: 0 15px;
}
.navbar li.nav-item .button-contact {
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    padding: 6px 20px;
}
.black-landing-page .navbar li.nav-item .button-contact {
    background-color: #ffb001;
}
.navbar li.nav-item .button-contact:hover {
    background-color: #ffb001;
    color: #000;
    text-decoration: none;
}
.black-landing-page .navbar li.nav-item .button-contact:hover {
    background-color: #fff;
    color: #000;
}
.navbar .nav-logo .logo img {
    width: 160px;
    height: auto;
}
.navbar .navbar-nav .nav-link {
    color: #000;
    transition: 0.3s ease;
    font-size: 1rem;
}
.navbar .nav-link:hover {
    color: #ff9d00;
    transition: 0.25s ease;
}
.navbar .show-menu {
    background: #ff9d00;
    display: none;
    float: right;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px;
}
.navbar .ham-icon {
    width: 30px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    border-radius: 5px;
}
.navbar .topnav {
    background-color: #fff;
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: 110%;
    border: 1px solid #d3d3d3;
}
.navbar .topnav a {
    background-color: #fff;
    margin: 10px;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    display: block;
}
.navbar .topnav a:hover {
    text-decoration: none;
    color: #ffb001;
}
#myLinks {
    display: none;
}
@media screen and (max-width: 880px) {
    .navbar .show-menu {
        display: block;
    }
    .navbar ul.navbar-nav {
        display: none;
    }
}
footer {
    background-color: #000;
    padding: 50px 0;
}
footer .section-1 .logo img {
    margin-bottom: 20px;
    max-width: 50%;
    height: auto;
}
footer .section-1 ul {
    list-style-type: none;
}
footer .section-1 ul li {
    padding: 6px 0;
    text-align: center;
}
footer .section-1 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
}
footer .section-1 ul li a:hover {
    color: #ff9d00;
    text-decoration: none;
}
footer .section-1 .social-media {
    padding: 0;
    text-align: center;
}
footer .section-1 .social-media li {
    text-align: center;
    margin-left: 10%;
}
footer .section-2 .footer-heading {
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    padding-bottom: 4%;
}
footer .section-2 input,
footer .section-2 textarea {
    width: 100%;
    margin: 2% 2%;
    padding: 8px 14px;
    background-color: #000;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 10px;
    border: 2px solid #d3d3d3;
    transition: border 1s ease;
}
footer .section-2 input:focus,
footer .section-2 input:hover,
footer .section-2 textarea:focus,
footer .section-2 textarea:hover {
    border-color: #ff9d00;
}
footer .section-2 button {
    font-size: 0.9rem;
    background-color: #ffb001;
    color: #000;
    border-radius: 8px;
    padding: 5px 20px;
    margin: 5% 0;
    border: none;
}
footer .section-2 button:hover {
    background-color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    footer .section-1 .logo img {
        display: block;
        margin: 0 auto 20px auto;
    }
}
.heading {
    font-size: 2rem;
    color: #ffb001;
    text-align: center;
}
.sub-heading {
    color: #adadad;
    font-size: 1.3rem;
    font-style: italic;
    text-align: center;
}
.section-1 .top-heading {
    color: #000;
    margin-top: 20%;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
.section-1 .top-sub-heading {
    color: #adadad;
    margin-top: 1%;
    font-size: 1.3rem;
    font-style: italic;
    text-align: center;
}
.loop-1 img {
    max-width: 90%;
    height: auto;
    margin-left: -10px;
}
.loop-2 img {
    max-width: 100%;
    height: auto;
    float: right;
    margin-right: -10px;
}
.loop-3 img {
    max-width: 90%;
    height: auto;
    margin: -30% 0 0 -10px;
}
.highlight {
    color: #ffb001;
}
.button {
    background-color: #ffb001;
    color: #000;
    border-radius: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 20px;
}
.button:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.black-landing-page .section-1 {
    background: #000;
}
.black-landing-page .section-1 .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
}
.black-landing-page .section-1 .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #ffb001;
}
.black-landing-page .section-1 .top-heading {
    color: #fff;
    margin-top: 17%;
}
.homepage {
    overflow: hidden;
}
.homepage .section-1 .top-heading {
    margin-top: -10%;
}
.homepage .section-1 .button {
    font-size: 14px;
    padding: 8px 20px;
    margin: 6% 0;
}
.homepage .section-1 .button:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.homepage .section-1 .loop-3 img {
    margin-top: 0;
}
@media screen and (max-width: 578px) {
    .homepage .section-1 .top-heading {
        margin-top: 0;
    }
}
.homepage .section-2 {
    padding-top: 80px;
    background-color: #000;
}
.homepage .section-2 .container-timeline {
    position: relative;
    box-sizing: border-box;
}
.homepage .section-2 .timeline-l {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 14%;
    height: 100%;
    width: 2px;
    background-color: #fff;
}
.homepage .section-2 .timeline-row {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.homepage .section-2 .timeline-row .image img {
    max-width: 100%;
    height: auto;
}
.homepage .section-2 .sec-1 .image {
    padding-top: 7%;
}
.homepage .section-2 .timeline-heading {
    color: #fff;
    font-size: 1.5rem;
}
.homepage .section-2 .timeline-desc {
    color: #acacac;
}
.homepage .section-2 .circle {
    border: 3px solid #fff;
    background-color: #000;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    margin: 0 auto;
}
.homepage .section-2 .circle .dot {
    opacity: 0;
    height: 8px;
    width: 8px;
    background-color: #ff9d00;
    margin: 3px;
    border-radius: 5px;
}
.homepage .section-2 .row:focus .circle .dot,
.homepage .section-2 .row:hover .circle .dot {
    opacity: 1;
    transition: 0.3s ease;
}
.homepage .section-2 .bottom-image img {
    max-width: 110%;
    height: auto;
    margin: 0 0 -1% -8.3%;
}
@media screen and (max-width: 768px) {
    .homepage .section-2 .circle,
    .homepage .section-2 .circle .dot,
    .homepage .section-2 .timeline-l {
        display: none;
    }
    .homepage .section-2 .timeline-row {
        border: 2px dotted #ffb001;
        margin: 5% 0;
        padding: 3% 0;
    }
    .homepage .section-2 .timeline-desc {
        color: #fff;
    }
    .homepage .section-2 .timeline-row .image img {
        margin: -40px 0;
    }
    .about-page .section-1 .top-heading {
        margin-top: -10%;
    }
}
.homepage .section-3 {
    padding-top: 10%;
}
.homepage .section-3 .top-heading {
    font-family: OpenSans-Bold;
    color: #ffb001;
    font-size: 1.6rem;
    padding-top: 7%;
    text-align: center;
    line-height: 1.3;
}
.homepage .section-3 .top-sub-heading {
    color: #000;
    margin-top: 2%;
    font-size: 1rem;
    font-style: italic;
    text-align: center;
}
.homepage .section-3 .block-1 .image img {
    max-width: 100%;
    height: auto;
    padding-top: 20px;
}
.homepage .section-3 .block-2 {
    margin-top: -15%;
}
.homepage .section-3 .block-2 .box-section {
    margin: 3% 0 5% 0;
}
.homepage .section-3 .block-2 .box {
    height: 90%;
    padding: 20px 20px 50px 20px;
    margin: 30px 5px 0 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: #000;
    border-radius: 40px;
    border: 1px solid #d3d3d3;
}
.homepage .section-3 .block-2 .box .special-point {
    display: block;
    margin: 18px auto 0 auto;
    font-weight: 600;
    font-size: 1.4rem;
    text-align: center;
    background-color: #ffb001;
    padding-top: 20px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.homepage .section-3 .block-2 .box .content {
    font-size: 1rem;
    color: #000;
    margin-top: 20%;
    text-align: center;
}
.homepage .section-4 {
    margin-top: 3%;
}
.slick-slide {
    margin: 0 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.homepage .section-4 .slider {
    margin-top: 2%;
}
.slick-slider button {
    background-color: #ffb001;
    border: none;
    padding: 7px 15px 7px 15px;
    border-radius: 10%;
}
.homepage .section-4 .box {
    background-color: #000;
    display: block;
    padding: 25px 30px;
    border-radius: 40px;
}
.homepage .section-5 {
    margin: 4% 0;
    background-image: url(assets/images/homepage/section-5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.homepage .section-5 .box {
    background-color: #fff;
    color: #000;
    display: block;
    padding: 20px 30px;
    margin: 2% 5%;
    border-radius: 40px;
    border: 1px solid #d3d3d3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.homepage .section-5 .box .image img {
    max-width: 100%;
    height: auto;
    padding: 6px;
}
.homepage .section-5 .box .title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}
.homepage .section-5 .box .name {
    font-size: 0.9rem;
    color: #000;
}
.homepage .section-5 .box-2 .box .title {
    text-align: right;
}
.homepage .section-5 .box-2 .box .name {
    text-align: right;
}
.homepage .section-6 {
    margin-top: -25%;
}
.homepage .section-6 .box {
    background-color: #ffb001;
    color: #000;
    display: block;
    padding: 40px 30px;
    margin: 5% 5% 0 5%;
    border-radius: 40px;
    border: 1px solid #d3d3d3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.homepage .section-6 .box .image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
    border-radius: 40px;
}
.homepage .section-6 .box .block-2 {
    padding: 0 4%;
}
.homepage .section-6 .box .title {
    font-family: OpenSans-Bold;
    font-size: 1.2rem;
    color: #000;
    padding-top: 15px;
}
.homepage .section-6 .box .title .year {
    font-size: 1.1rem;
    font-family: OpenSans-Bold;
}
.homepage .section-6 .box .content {
    font-size: 0.9rem;
    padding-top: 3%;
    color: #000;
}
.homepage .section-6 .box .button-box {
    margin-top: 20px;
}
.homepage .section-6 .box .button-box a {
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
    padding: 7px 20px;
    text-align: center;
}
.homepage .section-6 .box .button-box a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.homepage .section-6 .button {
    margin: 5% 0;
    font-size: 14px;
    text-align: center;
}
.about-page {
    overflow: hidden;
}
@media screen and (max-width: 500px) {
    .about-page .section-1 .top-heading {
        margin-top: -10%;
    }
}
.about-page .section-2-loop {
    margin-top: 5%;
}
.about-page .section-2 {
    margin: -20% 0 4% 0;
}
.about-page .section-2 .block {
    margin-top: 2%;
}
.about-page .section-2 .block .box {
    padding: 20px;
    margin: 30px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: #000;
    background: #fff;
    border-radius: 40px;
    border: 1px solid #d3d3d3;
}
.about-page .section-2 .block .box .img-section {
    padding: 0 2%;
    display: block;
    margin: 5px auto;
}
.about-page .section-2 .block .box .img-section img {
    border-radius: 100%;
    max-width: 100%;
    height: auto;
    border: 8px solid #ffb001;
}
.about-page .section-2 .block .box .name {
    font-family: OpenSans-Bold;
    font-size: 1.2rem;
    color: #000;
}
.about-page .section-2 .block .box .designation {
    font-size: 0.9rem;
    font-family: OpenSans-Bold;
    color: #000;
    margin-top: 2%;
    color: #ffb001;
}
.about-page .section-2 .block .box .content {
    font-size: 0.85rem;
    padding: 5px 5px;
    color: #000;
    margin-top: 1%;
}
.about-page .section-3 {
    margin-top: -22%;
}
.about-page .section-3 .block {
    background-image: url(assets/images/about-page/section-3.png);
    background-size: 40% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2%;
}
.about-page .section-3 .box {
    background-color: #fff;
    color: #000;
    padding: 1% 30px;
    margin: 7% 0;
    border-radius: 40px;
    border: 1px solid #d3d3d3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}
.about-page .section-3 .box .title {
    font-size: 1.2rem;
    font-family: OpenSans-Bold;
    color: #000;
    margin: 25px 0 5px 0;
}
.about-page .section-3 .box .content {
    padding-top: 2%;
    font-size: 0.9rem;
    color: #000;
    margin: 0 0 25px 0;
}
.about-page .section-4 {
    margin: -17% 0 4% 0;
}
.about-page .section-4 img {
    max-width: 100%;
    height: auto;
}
.about-page .section-5 {
    margin: 5% 0;
}
.about-page .section-5 img {
    max-width: 100%;
    height: auto;
}
.about-page .section-5 .section-heading {
    color: #ffb001;
    font-family: OpenSans-Bold;
    letter-spacing: 0.5px;
    font-size: 1.4rem;
    padding-top: 20%;
}
.about-page .section-5 .section-sub-heading {
    font-style: italic;
    font-size: 1.1rem;
    padding-top: 3%;
}
@media screen and (max-width: 576px) {
    .about-page .section-5 .image {
        display: none;
    }
}

/* Careers Page */
.careers-page {
    overflow: hidden;
}
.careers-page h2 {
    font-family: 'Bebas-Neue';
    font-size: 3.2rem;
    color: #000;
}
.careers-page .section-1 .main-content {
    background-image: url(assets/images/loop-2.png), url(assets/images/loop-1.png);
    background-position: right top 20px, left bottom 20px;
    background-repeat: no-repeat;
    background-size: 12%;
    padding: 100px 0;
}
.careers-page .section-1 .main-content h1 {
    color: #fff;
    font-family: 'Bebas-Neue';
    font-size: 3.6rem;
}
.careers-page .section-1 .main-content h1 .highlight {
    font-family: 'Bebas-Neue';
}
.careers-page .section-1 .main-content p {
    color: #fff;
    opacity: 0.8;
    padding-top: 15px;
}
.careers-page .section-1 .main-content button {
    background: #FFB001;
    color: #000;
    border: 5px solid #fff;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 16px;
    margin-top: 15px;
}
.careers-page .section-1 .main-content img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
}

.careers-page .why-octaloop {
    background: #C1BFBF96;
    padding: 100px 0;
    background-image: url(assets/images/careers-page/ques.png);
    background-repeat: no-repeat;
    background-size: 170px;
    background-position: right -20px center;
}
.careers-page .why-octaloop p {
    margin-top: 25px;
    opacity: 0.8;
}

.careers-page .benefits {
    padding: 100px 0 200px 0;
    background: #F4F4F496;
}
.careers-page .benefits h2 {
    text-align: center;
}
.careers-page .benefits .box {
    background-color: #fff;
    box-shadow: 0px 1px 14px 0px #0000000D;
    border-radius: 20px;
    padding: 40px;
}
.careers-page .benefits .box img {
    width: 80px;
    height: auto;
}
.careers-page .benefits .box h3 {
    font-family: 'Bebas-Neue';
    font-size: 2.3rem;
    margin-top: 25px;
}
.careers-page .benefits .end-section {
    margin-top: 80px;
}
.careers-page .benefits .end-section .text {
    color: #696969;
    font-size: 21px;
    text-align: center;
    font-style: italic;
}
.careers-page .benefits .end-section a {
    cursor: pointer;
}
.careers-page .benefits .end-section a img {
    width: 35px;
    display: block;
    margin: 30px auto 0 auto;
}

.careers-page .available-roles {
    background: #080808;
    background-image: url(assets/images/loop-1.png), url(assets/images/loop-4.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-size: 150px, 300px;
}
.careers-page .available-roles h2 {
    text-align: center;
    margin-bottom: 50px;
}
.careers-page .available-roles .box {
    background: #F9F9F9;
    box-shadow: 0px 2px 60px 0px #0000001A;
    border-radius: 6px;
    padding: 60px;
    margin: -5% 0;
}
.careers-page .available-roles .box h3 {
    display: inline-block;
    font-family: 'Bebas-Neue';
    font-size: 2rem;
}
.careers-page .available-roles .box button {
    float: right;
    background: #FFB001;
    border: none;
    border-radius: 49px;
    font-size: 13px;
    padding: 7px 20px;
}
.careers-page .available-roles .box p {
    margin-top: 20px;
}
.careers-page .available-roles .box hr {
    margin: 40px 0;
}

.careers-page .working-at-octaloop {
  padding: 200px 0 80px 0;
  background: #F9F9F9;
  background-image: url(assets/images/loop-1.png);
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: top 60px left;
}
.careers-page .working-at-octaloop h2 {
    text-align: center;
}
.careers-page .working-at-octaloop .owl-stage-outer {
  padding: 100px 0 5px 0;
}
.careers-page .working-at-octaloop .owl-nav {
  display: none;
}
.careers-page .working-at-octaloop .owl-dots {
  text-align: center;
}
.careers-page .working-at-octaloop .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #000;
  margin: 0 5px;
}
.careers-page .working-at-octaloop .owl-dots .active {
  box-shadow: none;
}
.careers-page .working-at-octaloop .owl-dots .active span {
  background: #ffb000;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.careers-page .working-at-octaloop .card {
  background: #ffb000;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 25px;
  padding: 0 5px;
  border-radius: 21px;
  border: 0;
}
.careers-page .working-at-octaloop .card .card-img-top {
  position: absolute;
  transform: translate(5%, -70%);
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  width: 100px;
  height: 100px;
}
.careers-page .working-at-octaloop .card h3 {
    display: inline-block;
    font-family: 'Bebas-Neue';
    font-size: 2rem;
    margin-top: 50px;
}
.careers-page .working-at-octaloop .card p {
  font-size: 14px;
  color: #555;
  padding: 0 15px 15px 15px;
}
.careers-page .working-at-octaloop .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.careers-page .working-at-octaloop .center {
  opacity: 1;
}
.careers-page .working-at-octaloop .center h5 {
  font-size: 24px;
}
.careers-page .working-at-octaloop .center h5 span {
  font-size: 20px;
}
.careers-page .working-at-octaloop .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

@media (max-width: 767px) {
  .careers-page .working-at-octaloop {
    margin-top: 20px;
  }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}

@media screen and (max-width: 576px) {
    .careers-page .section-1 .main-content {
        background-size: 100px;
    }
    .careers-page .why-octaloop {
        background-size: 120px;
        background-position: right -20px bottom 20px;
    }
    .careers-page .benefits {
        padding: 100px 0 120px 0;
    }
    .careers-page .available-roles .box h3 {
        font-size: 1.7rem;
    }
    .careers-page .working-at-octaloop {
        padding: 100px 0 80px 0;
        background-size: 100px;
    }
    .careers-page .working-at-octaloop .card p {
        padding: 0 0 15px 0;
    }
}

.services-page {
    overflow: hidden;
}
.services-page .section-1{
    padding-bottom:4%;
}
.services-page .section-1 .block {
    margin-top: -15%;
}
.services-page .section-1 .block .top-heading {
    margin-top: 5%;
}
.services-page .section-1 .block .top-sub-heading {
    margin-top: 5%;
}
.services-page .section-1 .block .focus-inbound {
    color: #fff;
    margin-top: 5%;
    font-size: 1.3rem;
    text-align: center;
}
.services-page .section-1 .what-we-offer{
    margin:-15% 0 5% 0;
}
.services-page .section-1 .what-we-offer .block-1{
    margin-top:4%;
}
.services-page .section-1 .what-we-offer .box{
    background-color:#fff;
    color:#000;
    border-radius:40px;
    margin:20px 0;
    padding:2% 3%;
    text-align:center;
}
.services-page .section-1 .what-we-offer .box:hover{
    background-color:#ffb001;
    color:#fff;
}
.services-page .section-1 .what-we-offer .box .box-heading{
    font-size:18px;
    font-weight:bold;
    padding-top:2%;
}
.services-page .section-1 .what-we-offer .box .box-content{
    font-size:14px;
    padding:3% 4% 0 4%;
}
.services-page .section-1 .what-we-offer #pointer{
    display:block;
    margin:0 auto;
    width:80px;
    height:80px;
    background-color:#ffb001;
    background-image:url(assets/images/services-page/what-we-offer.png);
    background-repeat:no-repeat;
    background-position:center;
    border-radius:50%;
    transform:rotate(225deg);
}
.services-page .section-1 .what-we-offer #pointer::after{
    content:'\25B6';
    color:#ffb001;
    font-size:50px;
    margin-left:75%;
    padding-bottom:90px;
}
.services-page .section-2{
    padding:70px 0;
}
.services-page .section-2 .box{
    background-color:#ffb001;
    border-radius:20px;
    padding:10%;
    height:100%;
    box-shadow:1px 1px 6px 0px #808080;
}
.services-page .section-2 .box .title{
    text-align:center;
    background-color:#fff;
    border-radius:15px;
    font-size:16px;
    padding:7% 3%;
    font-weight:bold;
    box-shadow:1px 1px 4px 1px #808080;
}
.services-page .section-2 .box .content{
    line-height:1.6;
    font-size:16px;
    padding:4%;
}
.services-page .section-2 .box .circle{
    display:block;
    margin:0 auto;
    width:30px;
    height:30px;
    background-color:#fff;
    border-radius:50%;
}
.services-page .section-2 .box .circle-right{
    margin-top:30%;
}
.services-page .section-2 img{
    max-width:100%;
    height:auto;
    padding:0 40px;
    transform:translateY(400%);
}
.services-page .section-3 {
    padding-bottom:40px;
}
.services-page .section-3 .block {
    padding: 7% 0;
}
.services-page .section-3 .image {
    display:block;
    margin:0 auto;
    background: #fff;
    padding: 25px 5px;
    box-shadow:1px 1px 6px 0px #808080;
	border:1px solid #000;
    border-radius: 100%;
    width: 40%;
    transform:translateY(30%);
}
.services-page .section-3 .image img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
    height: auto;
}
.services-page .section-3 .box {
    background-color: #fff;
    color: #000;
    padding: 1% 25px;
    margin: 0 0;
    border-radius: 40px;
    border:1px solid #000;
    box-shadow:1px 1px 6px 0px #808080;
    height:80%;
}
.services-page .section-3 .box .title {
    background-color:#ffb001;
    color:#000;
    text-align:center;
    padding:6% 2%;
    border-radius:20px;
	border:1px solid #000;
    font-size: 1.1rem;
    font-family: OpenSans-Bold;
    margin:25% 0 13% 0;
    box-shadow:1px 1px 5px 0px #808080;
}
.services-page .section-3 .box .content{
    padding:8% 0;
}
.services-page .section-3 .box ul {
    padding:0;
    list-style-type:none;
}
.services-page .section-3 .box ul li {
    padding:0;
    margin:0;
    line-height:1.4;
}
.services-page .section-3 .box ul li:before{
    content:'\2022';
    font-weight:bold;
    font-size:20px;
    color:#ffb001;
    display:inline-block;
    margin-left:-1em;
    padding:1px 10px 1px 0;
}
.services-page .section-3 .box .content {
    padding: 2% 0 0 12%;
    font-size: 0.9rem;
    margin: 0 0 25px 0;
}
.services-page .section-3 .button {
    font-size: 1.1rem;
    text-align: center;
    background-color:#ffb001;
	border:1px solid #000;
    color:#000;
    margin:30px 0;
}
.services-page .section-3 .button:hover{
    background-color:#000;
    color:#ffb001;
}
.services-page .section-3 .content-box{
    background-color:#fff;
    border-radius:25px;
    padding:50px 40px;
    margin:6% 0;
	border:2px solid #ffb001;
    box-shadow:1px 1px 5px 1px #808080;
}
.services-page .section-3 .content-box h3{
    text-align:center;
    color:#ffb001;
}
.services-page .section-3 .content-box p{
    padding:2%;
    line-height:1.6;
}
@media screen and (max-width:772px) {
    .services-page .section-1 .what-we-offer #pointer{
        display:none;
    }
}
.events-page {
    margin-bottom: 4%;
    overflow: hidden;
}
.events-page .section-1 .block .image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 40px;
    margin: -31% auto 5% auto;
}
.events-page .section-1 .block .event-heading a {
    font-size: 2rem;
    color: #fff;
}
.events-page .section-1 .block .event-heading .year {
    font-size: 1.7rem;
}
.events-page .section-1 .block .event-heading a:hover {
    text-decoration: none;
    color: #ffb001;
}
.events-page .section-1 .block .event-sub-heading {
    color: #ffb001;
    font-size: 1.3rem;
}
.events-page .section-1 .loop-2 img {
    margin-top: -40%;
}
.events-page .section-2-loop {
    margin-top: 6%;
}
.events-page .section-2 {
    margin-top: -25%;
}
.events-page .section-2 .box {
    background-color: #fff;
    color: #000;
    padding: 5% 30px;
    margin: 7% 0;
    border-radius: 40px;
    border: 1px solid #d3d3d3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    color: #000;
}
.events-page .section-2 .box img {
    max-width: 100%;
    height: auto;
    border-radius: 40px;
    margin-bottom: 5%;
    border: 7px solid #ffb001;
}
.events-page .section-2 .box .name a {
    font-size: 1.2rem;
    color: #000;
    font-family: OpenSans-Bold;
    margin-bottom: 1%;
}
.events-page .section-2 .box .name a:hover {
    text-decoration: none;
    color: #ffb001;
}
.events-page .section-2 .box .date {
    padding-top: 2%;
    font-size: 0.9rem;
}
.events-page .section-2 .box .address {
    padding-top: 2%;
    margin: 0 0 1% 0;
    font-size: 0.9rem;
}
.events-page .section-2 .box:hover .name {
    text-decoration: none;
}
.events-page .section-2 .box-1 {
    margin-top:-100px;
}
.events-page .section-2 .box-2 {
    margin-top: 35%;
}
@media screen and (max-width: 576px) {
    .events-page .section-2 .box-1 {
        margin-top: 0;
    }
    .events-page .section-2 .box-2 {
        margin-top: 0;
    }
    .events-page .section-1 .loop-2 img {
        margin-top: -10%;
    }
    .events-page .section-1 .block .image img {
        margin-top: -15%;
    }
}
.journal {
    margin-bottom: 4%;
    overflow: hidden;
}
.journal .section-1 .block {
    margin-top: -26%;
}
.journal .section-1 .block .image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 40px;
    margin: 9% auto 5% auto;
}
.journal .section-1 .block .blog-heading a {
    font-size: 2rem;
    color: #fff;
}
.journal .section-1 .block .blog-heading a:hover {
    text-decoration: none;
    color: #ffb001;
}
.journal .section-1 .block .blog-sub-heading {
    color: #ffb001;
    font-size: 1.3rem;
}
.journal .section-1 .loop-2 img {
    margin-top: -30%;
}
.journal .section-2-loop {
    margin-top: 6%;
}
.journal .section-2 {
    margin-top: -25%;
}
.journal .section-2 .block {
    margin-top: 3%;
}
.journal .section-2 .box {
    background-color: #fff;
    color: #000;
    padding: 1% 30px 5% 30px;
    margin: 7% 0;
    border-radius: 40px;
    border: 1px solid #d3d3d3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    color: #000;
    height: 87%;
}
.journal .section-2 .box img {
    max-width: 100%;
    height: auto;
    border-radius: 40px;
    margin: 5% 0;
    border: 7px solid #ffb001;
}
.journal .section-2 .box .name a {
    font-size: 1.2rem;
    color: #000;
    font-family: OpenSans-Bold;
    margin-bottom: 1%;
}
.journal .section-2 .box .name a:hover {
    text-decoration: none;
    color: #ffb001;
}
.journal .section-2 .box .date {
    padding-top: 2%;
}
.journal .section-2 .box .content {
    padding-top: 2%;
    margin: 0 0 25px 0;
}
.journal .section-2 .box:hover .name {
    text-decoration: none;
}
.journal .section-2 .box-1 {
    margin-top: -10%;
}
.journal .section-2 .box-2 {
    margin-top: 35%;
}
@media only screen and (max-width: 768px) {
    .journal .section-1 .loop-2 img {
        margin-top: -10%;
    }
}
.journal-internal {
    margin-bottom: 4%;
    overflow: hidden;
}
.journal-internal .section-1 .block {
    margin-top: -22%;
}
.journal-internal .section-1 .block .image img {
    max-width: 100%;
    height: auto;
    border-radius: 40px;
    margin: 4% 0;
}
.journal-internal .section-1 .block .blog-heading {
    font-size: 2rem;
}
.journal-internal .section-1 .block .blog-sub-heading {
    font-size: 1.2rem;
    padding-top: 1.5%;
    font-style: italic;
}
.journal-internal .section-1 .block .share{
    font-size:1.1rem;
    font-weight:bold;
}
.journal-internal .section-1 .block .social-media-icon{
    color:#ffb001;
    font-size:1.7rem;
    margin:0 1%;
}
.journal-internal .section-1 .block .social-media-icon:hover{
    color:#000;
}
.journal-internal .section-2 {
    margin-top: 2%;
}
.journal-internal .section-2 .content {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
}
.journal-internal .section-2 .content h2 {
    margin-top: 5%;
}
.journal-internal .section-2 .content p {
    margin-bottom: 2%;
}
.journal-internal .section-2 .content a {
    color: #ffb001;
}
.journal-internal .section-2 .vl {
    border: 2px solid #ebae29;
    border-radius: 10px;
    height: 100%;
    width: 0;
    float: right;
}
@media only screen and (min-width: 768px) {
    .journal-internal .section-2 .content .left {
        transform: translateX(-20%);
    }
}

.unblock-2021 {
    overflow: hidden;
}
.unblock-2021 .loop-1 {
    position: absolute;
}
.unblock-2021 .loop-1 img {
    margin-top: 25%;
}
.unblock-2021 .unblock2021-content .block-1 {
    margin-top: 3%;
}
.unblock-2021 .unblock2021-content .block-1 .button-block {
    margin-bottom: 3%;
}
.unblock-2021 .unblock2021-content .main-heading {
    font-weight: 900;
    font-size: 4.5rem;
    letter-spacing: 3px;
    color: #000;
    margin-top: 13%;
}
.unblock-2021 .unblock2021-content .main-heading .year {
    font-size: 4.4rem;
}
.unblock-2021 .unblock2021-content .content-heading {
    font-family: OpenSans-Regular;
    font-size: 1.6rem;
    color: #000;
    letter-spacing: 1px;
    font-weight: 600;
}
.unblock-2021 .unblock2021-content .block-1 .content-heading {
    margin-bottom: 10%;
}
.unblock-2021 .unblock2021-content .vl {
    border: 4px solid #ebae29;
    border-radius: 10px;
    height: 125%;
    width: 0;
    margin-top: -130%;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
}
.unblock-2021 .unblock2021-content .content {
    font-family: OpenSans-Regular;
    font-size: 1rem;
    color: #000;
    letter-spacing: 0.5px;
    margin-top: 8%;
}
.unblock-2021 .unblock2021-content .block-2 {
    margin-top: -15%;
}
.unblock-2021 .unblock2021-content .block-2 .content-heading {
    float: right;
    margin-top: 20%;
}
.unblock-2021 .unblock2021-content .v2 {
    border: 4px solid #ebae29;
    border-radius: 10px;
    height: 120%;
    width: 0;
    margin-top: -100%;
    float: right;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
}
.unblock-2021 .unblock2021-content .block-3 {
    margin: 8% 0 7% 0;
}
.unblock-2021 .unblock2021-content .block-3 .content-heading {
    margin-top: 20%;
}
.unblock-2021 .unblock2021-content .v3 {
    border: 4px solid #ebae29;
    border-radius: 10px;
    height: 130%;
    margin-top: -100%;
    width: 0;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
}
.unblock-2021 .unblock2021-content .block-3 .section-2 {
    margin-top: 5%;
}
.unblock-2021 .unblock2021-content .block-3 .inline-block {
    display: inline-block;
}
.unblock-2021 .unblock2021-content .block-3 .icon {
    display: inline-block;
}
.unblock-2021 .unblock2021-content .block-3 .icon p {
    position: relative;
    z-index: 1;
    background-color: #ffb001;
    font-family: OpenSans-Bold;
    font-size: 3.2rem;
    padding: 0 27px;
    border-radius: 100%;
    box-shadow: 0 0 3px 0.5px grey;
}
.unblock-2021 .unblock2021-content .block-3 .sec-2 .icon p {
    padding: 0 30px;
}
.unblock-2021 .unblock2021-content .block-3 .icon-heading {
    display: inline-block;
}
.unblock-2021 .unblock2021-content .block-3 .icon-heading p {
    display: block;
    background-color: #ffb001;
    font-family: OpenSans-Bold;
    font-size: 1.3rem;
    text-align: right;
    padding: 3px 20px 3px 50px;
    width: 100%;
    border-radius: 30px;
    transform: translate(-50px, -14px);
}
.unblock-2021 .unblock2021-content .block-3 .sec-1 .icon-heading p {
    padding-left: 65px;
}
.unblock-2021 .unblock2021-content .block-3 .sec-3 .icon-heading p {
    padding-left: 60px;
}
.unblock-2021 .unblock2021-content .block-3 .icon-content {
    font-size: 1rem;
    color: #000;
    letter-spacing: 0.5px;
}
.unblock-2021 .decentral-hacks {
    background-color: #282828;
    padding: 5% 0;
}
.unblock-2021 .decentral-hacks .section-2 {
    margin: 7% 0 5% 0;
}
.unblock-2021 .decentral-hacks .section-2 .logo img {
    max-width: 60%;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
}
.unblock-2021 .decentral-hacks .content {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.5px;
}
.unblock-2021 .decentral-hacks .section-3 .box {
    background-color: #fff;
    color: #000;
    display: block;
    padding: 1% 30px;
    border-radius: 40px;
    margin: 1%;
}
.unblock-2021 .decentral-hacks .section-3 .box .title {
    font-family: OpenSans-Bold;
    font-size: 0.9rem;
    color: #000;
    text-align: center;
}
.unblock-2021 .decentral-hacks .section-3 .box .name {
    font-family: OpenSans-Regular;
    padding-top: 3%;
    font-size: 0.9rem;
    color: #000;
    text-align: center;
}
.unblock-2021 .past-speakers {
    padding: 3% 0;
}
.unblock-2021 .past-speakers .section-1 {
    margin-top: -20%;
}
.unblock-2021 .past-speakers .sub-heading {
    color: #000;
}
.unblock-2021 .past-speakers .section-2 {
    margin-top: 5%;
}
.unblock-2021 .past-speakers .section-2 .box-section {
    margin: 0 0 4% 1px;
}
.unblock-2021 .past-speakers .section-2 .box {
    background-color: #fff;
    color: #000;
    display: block;
    padding: 15px 10px;
    margin: 5px 10px;
    border-radius: 40px;
    border: 1px solid #d3d3d3;
    height: 96%;
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1);
}
.unblock-2021 .past-speakers .section-2 .box .img-section {
    padding: 5px 13px;
}
.unblock-2021 .past-speakers .section-2 .box img {
    border-radius: 100%;
    border: 7px solid #ffb001;
    max-width: 100%;
    height: auto;
}
.unblock-2021 .past-speakers .section-2 .box .name {
    font-family: OpenSans-Bold;
    font-size: 0.9rem;
    color: #000;
    padding-top: 3px;
    text-align: center;
}
.unblock-2021 .past-speakers .section-2 .box .designation {
    font-family: OpenSans-Regular;
    padding: 3px 0;
    font-size: 0.8rem;
    color: #000;
    line-height: 1.3;
    text-align: center;
}
.unblock-2021 .past-sponsors {
    padding: 5% 0;
}
.unblock-2021 .past-sponsors .loop img {
    margin-top: 0;
}
.unblock-2021 .past-sponsors .box{
    background-color: #ffb001;
    color: #000;
    display: block;
    padding: 10px;
    margin: 10% 50px 5% 50px;
    border-radius: 40px;
}
.unblock-2021 .past-sponsors .box img {
    display: block;
    margin: 0 auto 0 auto;
    max-width: 80%;
    height: auto;
}
.unblock-2021 .past-partners .box {
    background-color: #fff;
    display: block;
    padding: 0 15px;
    margin: 40px 5px 5% 5px;
    border-radius: 40px;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1);
}
.unblock-2021 .past-partners .box img {
    display: block;
    margin: 0 auto 0 auto;
    max-width: 100%;
    height: auto;
}
.unblock-2021 .faqs {
    padding: 1% 0 0 0;
}
.unblock-2021 .faqs .heading {
    margin-bottom: 3%;
}
.unblock-2021 .faqs .section-2 .box {
    background-color: #fff;
    color: #000;
    display: block;
    padding: 2% 5%;
    margin: 1.5% 0;
    border-radius: 30px;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1);
}
.unblock-2021 .faqs .section-2 .box .title {
    font-family: OpenSans-Bold;
    font-size: 1rem;
    color: #000;
    margin-bottom: 1.5%;
}
.unblock-2021 .faqs .section-2 .box .name {
    font-family: OpenSans-Regular;
    font-size: 1rem;
    color: #000;
}
.unblock-2021 .faqs .button {
    margin: 5% 0;
}
.unblock-2021 .register .section-1 {
    padding-top: 15%;
}
.unblock-2021 .register .section-1 .content-heading {
    font-family: OpenSans-Bold;
    font-size: 2rem;
    color: #000;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
}
.unblock-2021 .register .section-1 .content {
    font-family: OpenSans-Regular;
    font-size: 1.2rem;
    color: #000;
    margin-top: 4%;
}
.unblock-2021 .register .section-1 .image img {
    max-width: 100%;
    height: auto;
    float: right;
    padding: 0 0 0 20%;
}
.unblock-2021 .register .section-2 {
    background-color: #fff;
    padding: 5% 0;
}
.unblock-2021 .register .section-2 .form-group input[type="text"] {
    width: 100%;
    padding: 8px 10px;
    margin-top: 3%;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    color: #000;
}
.unblock-2021 .register .section-2 .form-group input[type="text"]:focus {
    border: 1px solid #ffb001;
}
.unblock-2021 .register .section-2 .btnContact {
    width: 100%;
    border: none;
    border-radius: 30px;
    margin-top: 4%;
    padding: 1.5%;
    background: #ffb001;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}
.unblock-2021 .register .section-2 .btnContact:hover {
    background: #000;
    color: #fff;
}
@media only screen and (max-width: 1300px) {
    .unblock-2021 .unblock2021-content .v3 {
        height: 100%;
        margin-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    .unblock-2021 .unblock2021-content .main-heading {
        font-size: 3.5rem;
        margin-top: 40%;
        margin-left: 10%;
    }
    .unblock-2021 .unblock2021-content .content-heading {
        font-size: 22px;
    }
    .unblock-2021 .unblock2021-content .block-1 .image img {
        margin-top: 10%;
    }
    .unblock-2021 .unblock2021-content .vl {
        height: 100%;
        margin-top: 0;
    }
    .unblock-2021 .unblock2021-content .block-2 .content-heading {
        float: left;
        margin-top: 4%;
    }
    .unblock-2021 .unblock2021-content .v2 {
        margin-right: 30%;
        height: 100%;
        margin-top: 50%;
    }
    .unblock-2021 .unblock2021-content .block-2 .content {
        margin-left: 5%;
    }
    .unblock-2021 .unblock2021-content .block-3 .image img {
        margin-top: 10%;
    }
    .unblock-2021 .unblock2021-content .v3 {
        height: 100%;
    }
    .unblock-2021 .decentral-hacks {
        padding: 12% 0;
    }
    .unblock-2021 .unblock2021-content .block-3 {
        margin-top: 30%;
        margin-bottom: 12%;
    }
    .unblock-2021 .decentral-hacks .section-2 .logo img {
        margin-top: 10%;
    }
    .unblock-2021 .speakers {
        padding-bottom: 10%;
    }
    .unblock-2021 .faqs .section-2 .box {
        padding: 5% 7%;
        margin: 2.5% 0;
    }
    .unblock-2021 .faqs .button {
        margin: 10% 0;
    }
    .unblock-2021 .register .section-1 .image img {
        padding: 30px 0 30px 0;
    }
}

.decentralhacks2021{
    overflow:hidden;
    padding-bottom:30px;
}
.decentralhacks2021 header{
    background-color:#fff;
}
.decentralhacks2021 header .navbar{
    padding-bottom:1%;
}

.decentralhacks2021 footer{
    background-color:#ffb000;
    height:30px;
}

.decentralhacks2021 .heading{
    text-align:center;
    font-size:2.5rem;
    color:#212121;
    font-family:OpenSans-Bold;
}
.decentralhacks2021 .sub-heading{
    text-align:center;
    color:#212121;
    padding:30px 0;
    font-size:1.1rem;
}

.decentralhacks2021 .landing-page{
    background-image: url('assets/images/decentralhacks2021/landing-page-bg.png');
    background-color:#212121;
    padding:12% 0;
}
.decentralhacks2021 .landing-page img{
    max-width:100%;
    height:auto;
    margin-top:3%;
    padding: 0 15px;
}
.decentralhacks2021 .landing-page .main-heading{
    color:#ceff00;
    font-size:3.2rem;
    font-family:OpenSans-Bold;
    margin-bottom:1%;
}
.decentralhacks2021 .landing-page .date{
    color:#fff;
    font-size:1rem;
    font-weight: 500;
    padding-bottom:3%;
}
.decentralhacks2021 .landing-page button,.register-button{
    background-color:#ceff00;
    padding:9px 25px;
    border-radius:25px;
    color:#212121;
    font-size:1rem;
    text-decoration:none;
    border:none;
    margin: 5px 3px;
}
.decentralhacks2021 .landing-page button:focus {
    outline: none;
}
.decentralhacks2021 .landing-page button:hover,.decentralhacks2021 .landing-page .register-button:hover{
    background-color:#fff;
}
.decentralhacks2021 .social-media{
    display: inline-block;
    margin: 5px 0;
}
.decentralhacks2021 .social-media .socialmedia-icon{
    color: #ceff00;
    margin: 0 10px;
    font-size: 1.5rem;
}
.decentralhacks2021 .social-media .socialmedia-icon:hover{
    color: #fff;
}
.decentralhacks2021 .landing-page .tagline{
    margin-top:35px;
    font-size:2.4rem;
    font-family:OpenSans-Bold;
    color:#fff;
    line-height:1.3;
    letter-spacing:0.2rem;
}

.decentralhacks2021 .nav-buttons button{
    transform: translateY(-50%);
    background-color:#212121;
    padding:8px 25px;
    border-radius:10px;
    color:#fff;
    border: 4px solid #fff;
    font:500 1.1rem OpenSans-Bold;
    text-decoration:none;
    margin: 3px 2px;
}
.decentralhacks2021 .nav-buttons button:hover{
    background-color: #ceff00;
    color: #212121;
}
.decentralhacks2021 .nav-buttons button:focus{
    outline: none;
}

.decentralhacks2021 .section-2{
    color:#707070;
}
.decentralhacks2021 .section-2 .block{
    padding: 40px 0;
}
.decentralhacks2021 .section-2 .block .block-heading{
    font-size: 1.4rem;
    font-weight: bold;
    font-family: OpenSans-Bold;
    margin: 20px 30px 30px 0;
}
.decentralhacks2021 .section-2 .block .content{
    display: flex;
    flex-direction: row;
}
.decentralhacks2021 .section-2 .block .vl{
    border: 4px solid #707070;
    height: 103%;
    width: 0;
}
.decentralhacks2021 .section-2 .block .content p{
    padding: 10px 40px;
}
.decentralhacks2021 .section-2 .block .content img{
    max-width: 100px;
    max-height: 100px;
    margin-top: 40px;
}
@media (max-width: 768px) {
    .decentralhacks2021 .section-2 .block .content {
        flex-direction: column;
    }
    .decentralhacks2021 .section-2 .block .content p {
        padding: 10px;
    }
}

.decentralhacks2021 .algo-rhythm{
    padding:30px 0;
}
.decentralhacks2021 .algo-rhythm img {
    max-width: 100%;
    height: auto;
}
.decentralhacks2021 .algo-rhythm .sign-up{
    margin-top: 50px;
}
.decentralhacks2021 .algo-rhythm .sign-up button{
    background-color:#ceff00;
    padding:10px 25px;
    border-radius:10px;
    color:#212121;
    font-size:1rem;
    text-decoration:none;
    border:none;
    margin: 5px 3px;
}
.decentralhacks2021 .algo-rhythm .sign-up button:hover{
    background-color:#212121;
    color: #fff;
}
.decentralhacks2021 .algo-rhythm .sign-up button:focus{
    outline: none;
}

.decentralhacks2021 .phases {
    padding:70px 0;
    color: #707070;
}
.decentralhacks2021 .phases .phases-heading {
    font-size: 1.3rem;
    font-family: OpenSans-Bold;
    margin: 30px 0;
}
.decentralhacks2021 .phases .vl {
    border: 3px solid #707070;
    height: 100%;
    width: 0;
    margin: 0 15px 0 10px;
}
.decentralhacks2021 .phases .phase {
    display: flex;
    margin: 25px 0;
}
.decentralhacks2021 .phases .phase .icon img {
    max-width: 35px;
    height: auto;
    margin: 10px 15px 0 15px;
}
.decentralhacks2021 .phases .phase .phase-heading {
    font-size: 1.1rem;
    font-family: OpenSans-Bold;
}

.decentralhacks2021 .past-speakers{
    background-color:#212121;
    padding:50px 0;
}
.decentralhacks2021 .past-speakers .heading,.decentralhacks2021 .past-speakers .sub-heading{
    color:#fff;
}
.decentralhacks2021 .past-speakers .section-2 .box-section {
    margin: 0 0 4% 1px;
}
.decentralhacks2021 .past-speakers .section-2 .box .img-section {
    padding: 5px 13px;
}
.decentralhacks2021 .past-speakers .section-2 .box img {
    border-radius: 100%;
    border: 10px solid #fff;
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
}
.decentralhacks2021 .past-speakers .section-2 .box .name {
    font-family:OpenSans-Bold;
    font-size:0.9rem;
    color:#fff;
    padding-top:3px;
    text-align:center;
    line-height:1.5;
}
.decentralhacks2021 .past-speakers .section-2 .box .designation {
    font-family:OpenSans-Regular;
    padding:3px 0;
    font-size:0.8rem;
    color:#fff;
    line-height:1.3;
    text-align:center;
}

.decentralhacks2021 .past-sponsors {
    padding:50px 0;
}
.decentralhacks2021 .past-sponsors .loop img {
    margin-top: 0;
}
.decentralhacks2021 .past-sponsors .heading-2{
    margin-bottom:3%;
}
.decentralhacks2021 .past-sponsors .box {
    background-color:#fff;
    border:1px solid #212121;
    box-shadow: 0 0 3px 1px #212121;
    color: #000;
    display: block;
    padding: 10px;
    margin: 13% 10% 5% 10%;
    border-radius:40px;
}
.decentralhacks2021 .past-sponsors .box img {
    display: block;
    margin: 0 auto 0 auto;
    max-width: 80%;
    height: auto;
}
.decentralhacks2021 .past-sponsors p{
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top:4%;
}

.decentralhacks2021 .past-partners{
    padding:70px 0 40px 0;
}
.decentralhacks2021 .past-partners .box {
    padding:3px 6px;
    margin:5px;
}
.decentralhacks2021 .past-partners .box img {
    display: block;
    margin: 0 auto 0 auto;
    max-width: 100%;
    height: auto;
}

.decentralhacks2021 .faqs{
    padding:60px 0;
    font-size:1.1rem;
}
.decentralhacks2021 .faqs .ques{
    padding-top:40px;
}
.decentralhacks2021 .faqs .ques .q{
    font-weight:bold;
}
.decentralhacks2021 .faqs .ques .socialmedia-icon{
    margin: 0 5px;
    font-size: 28px;
    color: #212529;
}
.decentralhacks2021 .faqs .ques .socialmedia-icon:hover{
    color: #ceff00;
}

.decentralhacks2021 .pg-bar img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.decentralhacks2021 .pg-bar button{
    background-color:#212121;
    padding:10px 35px;
    border-radius:10px;
    color:#ceff00;
    font:900 1.1rem OpenSans-Bold;
    text-decoration:none;
    border:none;
    margin: 20px 0 50px 0;
}
.decentralhacks2021 .pg-bar button:hover{
    background-color: #ceff00;
    color: #212121;
}
.decentralhacks2021 .pg-bar button:focus{
    outline: none;
}

@media only screen and (max-width:768px){
    .decentralhacks2021 .landing-page{
        padding:30% 0;
    }
    .decentralhacks2021 .landing-page .main-heading{
        font-size:2.3rem;
        padding-top:30px;
    }
    .decentralhacks2021 .landing-page .tagline{
        font-size:1.8rem;
    }
    .decentralhacks2021 .heading{
        font-size:2rem;
    }
    .modal-content-register{
        width:90%;
    }
    .modal-content-register iframe{
        height:80%;
    }
    .decentralhacks2021 .past-sponsors .box{
        padding:12px 2px;
        margin:13% 1px 10% 1px;
    }
    .decentralhacks2021 .past-partners .box{
        padding:0 20px;
        margin:0 5px;
    }
    .decentralhacks2021 .algo-rhythm .sub-point{
        width:140px;
        height:140px;
        font-size:0.8rem;
        line-height:1.5;
    }
    .decentralhacks2021 .algo-rhythm .point{
        width:250px;
        height:250px;
        margin-top:-5%;
        padding-left:7%;
        font-size:1.8rem;
        line-height:1.5;
    }
    .decentralhacks2021 .algo-rhythm .lr{
        margin-top:-10%;
    }
    .decentralhacks2021 .algo-rhythm .m{
        margin-top:-10%;
    }
    .decentralhacks2021 .algo-rhythm .lr .sub-point{
        margin:0 2%;
    }
    .decentralhacks2021 .c-3 .content h2{
        font-size:1.8rem;
    }
}

.contact-page {
    overflow: hidden;
}
.contact-page .section-1 .top-sub-heading {
    margin-top: 3%;
}
.contact-page .section-2 {
    margin: 5% 0;
}
.contact-page .section-2 .form-group input[type="text"],
.contact-page .section-2 .form-group textarea {
    width: 100%;
    padding: 8px 20px;
    font-size: 0.9rem;
    margin-top: 3%;
    border: 1px solid #d3d3d3;
    box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    color: #000;
}
.contact-page .section-2 .form-group input[type="text"]:focus,
.contact-page .section-2 .form-group textarea:focus {
    border: 1px solid #ffb001;
}
.contact-page .section-2 .btnContact {
    width: 100%;
    border: none;
    border-radius: 30px;
    margin-top: 4%;
    padding: 2% 1.5%;
    background: #ffb001;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}
.contact-page .section-2 .btnContact:hover {
    background: #000;
    color: #fff;
}
.contact-page .section-2 .image img {
    margin-top: 10%;
}
@media screen and (max-width: 500px) {
    .contact-page .section-1 .top-heading {
        margin-top: -1%;
    }
}

.affiliates{
    margin:50px 0;
}
.affiliates .heading{
    margin-top:20px;
    font-weight:bold;
}
.affiliates-dashboard{
    margin:30px 0;
}
.affiliates-dashboard .section-link-item{
    background-color:#000;
    padding:10px;
}
.affiliates-dashboard-section-links .section-link-item{
    border:2px solid #000 !important;
    border-radius:10px !important;
    margin:0 2px;
}
.affiliates-dashboard .section-link-item:hover{
    background-color:#ffb000;
}
.affiliates-dashboard .section-link-item:hover a{
    color:#000;
}
.affiliates-dashboard .section-link-item a{
    color:#fff;
    font-size:1.1rem;
}
.affiliates-dashboard-section-links .section-link-item.active{
    background-color:#ffb000 !important;
}
.affiliates-dashboard-section-links .section-link-item.active a{
    color:#000;
}
.affiliates-dashboard-section{
    margin:50px 0;
}
.affiliates-dashboard-section h2{
    font-size:1.8rem;
    font-weight:bold;
}
.affiliates-dashboard-section .earnings-container .cell span{
    font-size:1.5rem;
}
.affiliates-dashboard-section .earnings-container .cell a{
    color:#000;
}
.affiliates-dashboard-section .earnings-container .cell a:hover{
    color:#ffb000;
}
.affiliates-dashboard .copy-to-clipboard-trigger{
    display:none;
}
.affiliates-dashboard form .field{
    padding:5px 0;
}
.affiliates-dashboard form .field input,.affiliates-dashboard form p input{
    display:block;
    padding:6px 2px;
    margin:2px 0;
    width:300px;
    border: 1px solid #d3d3d3;
    box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
    border-radius:10px;
    color: #000;
}
.affiliates-dashboard form .field input:focus{
    outline:none;
}
.affiliates-dashboard form .login-remember input{
    display:inline-block;
    width:10px;
}
.affiliates-dashboard form .save .button{
    border:none;
    font-weight:bold;
    font-size:1rem;
    margin-top:15px;
}
.affiliates-dashboard-logout a,.affiliates-dashboard form .login-submit .button,#affiliates-registration-form .sign-up input{
    background-color:#ffb000;
    color:#000;
    border-radius:15px;
    padding:10px 25px;
    font-weight:bold;
    border:none;
}
.affiliates-dashboard-logout a:hover,.affiliates-dashboard form .login-submit .button:hover,#affiliates-registration-form .sign-up input:hover{
    background-color:#000;
    color:#ffb000;
    text-decoration:none;
}
.affiliates-dashboard .dashboard-section .stats-container,
.affiliates-dashboard .dashboard-section .graph,
.affiliates-dashboard .section-link-item.earnings {
  display: none;
}
