.captcha {
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: x-large;
    padding: 2px;
    border-radius: 5px;
    text-decoration: line-through;
    color: #a0a0a0;
    background-color: #0c0c0c;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.restart a {
    text-decoration: none;
}
  
.errmsg {
    color: red;
    padding: 8px;
    transition: 0.5s ease;
}
/* for navbar */
.navbar-default .navbar-nav>li>a {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li .btn{
    font-size: 16px;
    border-radius:2px;
    border: 2px solid #090B18;
    background: #090B18;
}
.navbar-default .navbar-nav .dropdown-menu li a {
    font-family: 'Red Hat Display' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
/* for navbar */
/* for banner */
.banner-section .btn {
    font-family: 'Red Hat Text';
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    line-height: 31px;
    color:#ffffff;
    transform: none;
    height: 42px;
    min-width: 200px;
    margin-top: 50px;
    background: #090B18;
    box-shadow: 0px 0px 20px rgba(9, 11, 24, 0.1);
    border-radius: 2px;
    border: 2px solid #090B18 !important;
}
.banner-section .btn:focus {
    background: #090B18;
    color:#fff;
}
.landing-text {
    max-width:100%;
}
.hero-home .tagline {
    font-family: 'Red Hat Display';
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    line-height: 53px;
    margin-bottom: 16px;
    display: inline-block;
}
.hero-home .tagline-green {
    color: #026d60;
}
.hero-home h2 {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    line-height: 42px;
    margin-bottom: 0;
    margin-top: 0;
}
/* for banner */
/* for what-we-do-section */
.what-we-do-section {
    background: #fff;
}
.what-we-do-section .tiles-row {
    margin-top:54px;
}
.what-we-do-section .tiles-col {
    flex: 0 0 25%;
    text-align: left;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.what-we-do-section .tiles-content {
    width:90%;
}
.what-we-do-section .tiles-content-heading {
    font-family:'Red Hat Display';
    font-size:16px;
    font-weight:500;
    line-height:21px;
    text-transform: uppercase;
    height:42px;
    color: rgba(9, 11, 24, 0.7);
}
.what-we-do-section .tiles-content p:last-child {
    font-family:'Red Hat Text';
    font-weight:normal;
    font-size:16px;
    line-height:21px;
    color: rgba(9, 11, 24, 0.7);
    margin-bottom:0;
}
.home-header-section {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 54px;
}
.what-we-do-section .header-section h2 {
    font-family: 'Red Hat Display';
    font-weight: 500;
    margin-top:0;
    margin-bottom:0;
    font-size:32px;
    color:#090B18;
}
.home-header-section p {
    font-family: 'Red Hat Display';
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
    color: #090B18B2;
    text-transform: uppercase;
    margin-bottom:32px !important;
}
.home-header-section p::before {
    content:'';
    width: 32px;
    height: 1px;
    display: inline-block;
    background: #378174;
    vertical-align: middle;
    margin-right: 10px;
}
.what-we-do-section .target-img {
    margin-bottom:15px;
}
/* for what-we-do-section */
/* for help-section */
.help-section {
    background: #fff;
}
.help-section .flex-wrap {
    justify-content: space-between;
}
.help-section .division-col.col-2 {
    flex: 0 0 32%;
    border: 1px solid rgba(9, 11, 24, 0.7);
    box-shadow: 0px 0px 20px rgb(9 11 24 / 10%);
    border-radius: 2px;
}
.help-section .division-col.col-2 .division-content h2 {
    font-family: 'Red Hat Display';
    font-size: 28px;
    font-weight: 500;
    text-align: left;
    color: #090B18;
    line-height:37px;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
}
.help-section .division-col.col-2 .division-content {
    text-align:left;
    padding:32px;
}
.help-section .division-col.col-2 .division-content-para
{
    height:113px;
    margin-bottom:17px;
}
.help-section .division-col.col-2 .division-content-para p {
    font-family: 'Red Hat Text';
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    color: rgba(9, 11, 24, 0.7);
    line-height: 21px;
    margin-bottom:18px;
}
.help-section .division-content-list .d-flex {
    display: flex;
    align-items: center;
    margin-bottom:19px;
}
.help-section .division-col.col-2 .division-content-list p {
    font-family: 'Red Hat Display';
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: rgba(9, 11, 24, 0.7);
    text-transform: uppercase;
}
.help-section .division-col.col-2 .division-content-list p:last-child {
    margin-bottom:0;
    margin-left:10px;
}
.help-section .division-content {
    width:100%;
}
.help-section .division-col:after {
    border: 1px solid rgba(9, 11, 24, 0.7);
}
.help-section .division-col.col-2:hover {
    border:0;
}

/* for help-section */
/*For question-section */
.request-demo-section {
    padding:0;
    background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
}
.request-demo-section {
    padding:80px 0;
}
.request-demo-section h2 {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #090B18;
    margin-bottom: 16px;
}
.request-demo-section p {
    font-family: 'Red Hat Text';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #090B18;
    margin-bottom: 48px;
    width: 74%;
}
.request-demo-section .btn {
    padding: 10px 32px;
    margin-right: -5px;
    border-width: 1px;
    color: #fff;
    border: 2px solid #090B18 !important;
    max-height: 42px;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /*line-height:31px;*/
    text-transform: uppercase;
    text-align: center;
    background: #090B18;
    box-shadow: 0px 0px 20px rgba(9, 11, 24, 0.1);
    border-radius: 2px;
}
.request-demo-section .btn:focus {
    background: #090B18;
    color:#fff;
}
/*For question-section */
/* for swiper slider*/
.visible-mobile .swiper-wrapper {
    margin-bottom:50px !important;
}
.visible-mobile .swiper-pagination {
    text-align:left;
}
.visible-mobile .swiper-pagination-bullet {
    background: #fff;
    border:1px solid #090B18;
    opacity:1;
}
.visible-mobile .swiper-pagination-bullet-active {
    background: #090B18;
    box-shadow: 0px 0px 40px rgba(9, 11, 24, 0.25);
}
.visible-mobile .swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
}
.visible-mobile .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
/* for swiper slider*/
/*For footer */
.footer-bottom {
    text-align:right;
    font-family: 'Red Hat Display';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
footer .container h4 {
    text-transform: uppercase;
    line-height:21px;
    margin-bottom: 8px;
}
footer .container li:not(:last-of-type) {
    margin-bottom: 8px;
}
/*For footer*/
@media screen and (min-width: 1200px){
	footer .container {
	    width: 1170px;
	}
}
@media screen and (min-width:768px){
    .visible-mobile {
        display:none;
    }
}
@media screen and (max-width: 1199px) and (min-width:768px){
   .help-section .division-col.col-2 .division-content-para {
        height:auto;
   }
}
@media screen and (max-width: 991px) and (min-width:768px){
    .tiles-content-heading {
        height:60px;
    }
    .division-col.col-2 .division-content-para {
        height:auto;
    }
}
@media screen and (max-width: 767px) {
    .help-section .division-col.col-2 {
        flex:0 0 100%;
        margin:5px;
        height:350px;
    }
    .visible-mobile {
        display:block;
    }
    .visible-desktop {
        display:none;
    }
    .tiles-content {
        width:100%;
    }
    .tiles-col {
        width: 100%;
        margin-top:20px;
    }
    .what-we-do-section .tiles-content-heading {
        height:auto;
    }
    .hero-home .tagline {
        font-size:24px;
        line-height:32px;
    }
    .hero-home h2 {
        font-size:18px;
        line-height:24px;
    }
    .home-header-section {
        margin-bottom:34px;
    }
    .what-we-do-section .tiles-row {
        margin-top:34px;
    }
    .home-header-section p {
        font-size:14px;
    }
    .help-section .division-col.col-2 .division-content h2 {
        font-size:16px;
        line-height:21px;
        margin-bottom:12px;
    }
    .help-section .division-content-list .d-flex {
        margin-bottom:8px;
    }
    .help-section .division-col.col-2 .division-content-list p {
        font-size:12px;
    }
    .help-section .division-col.col-2 .division-content-para {
        height: auto;
        margin-bottom:12px;
    }
    .help-section .division-col.col-2 .division-content-para p {
        font-size:12px;
    }
    .request-demo-section h2, .what-we-do-section .header-section h2 {
        font-size:18px;
        line-height:24px;
    }
    .request-demo-section p {
        width:100%;
        line-height: 16px;
        margin-bottom:32px;
    }
    .request-demo-section p, .request-demo-section .btn, .what-we-do-section .tiles-content p:last-child, .what-we-do-section .tiles-content-heading, .banner-section .btn {
        font-size:12px;
    }
    footer .container h4 {
        font-size: 12px;
        line-height: 16px;
    }
}
