body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  background: #fff;
}
body .showphonenumber {
  top: 40px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}
h1{font-size: 46px;}
h2{font-size: 42px;}
h3{font-size: 30px;}

.container {
    max-width: 1200px;
}
img {
  max-width: 100%;
}
.pt60 {
  padding-top: 60px;
}
.fdc4-project-nav {
  font-size: 16px;
  text-align: left;
  float: right;
  position: absolute;
  top: 20px;
  right: 20px;
}
.site-header__inner {
  height: 100px;
  padding:20px 0;
  background: #fff;
  position: relative;
  z-index: 3;
	text-align: center;
	width: 100%;
}
.site-title {
    left: 0;
    margin: 0;
    opacity: 1;
    top: 0;
    -webkit-transition: visibility 0s cubic-bezier(0.625, 0.125, 0.305, 0.875), opacity 0.5s cubic-bezier(0.625, 0.125, 0.305, 0.875);
    transition: visibility 0s cubic-bezier(0.625, 0.125, 0.305, 0.875), opacity 0.5s cubic-bezier(0.625, 0.125, 0.305, 0.875);
    -webkit-transition-delay: 0ms, 0ms;
    transition-delay: 0ms, 0ms;
    visibility: visible;
}

.fdc4-project-nav .current {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 32px;
  padding: 11px 6px 12px;
  vertical-align: top;
}
.fdc4-project-nav .back {
  display: inline-block;
  color: white !important;
  margin: 8px 25px 8px 8px;
  margin-left: auto;
  opacity: 1 !important;
  padding: 8px;
  vertical-align: top;
}
.fdc4-project-nav .back:hover span {
  text-decoration: underline;
  color: #8143b1;
  opacity: 1;
}
.fdc4-project-nav .back svg {
  display: inline-block;
  fill: black;
  margin-left: 12px;
  vertical-align: top;
}
.fdc4-project-nav .back span {
  display: inline-block;
  opacity: 0.5;
  line-height: 22px;
  transition: opacity 250ms ease-in-out;
  vertical-align: top;
  color:#000;
}
.title {
  float: left;
  width: 100%;
}
.title h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  color: #fff;
}
.title p {
  color: #fff;
  font-size: 16px;
} 
.topsection {
    margin: 100px 0 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 100% 60%;
    background-size: 400px 491px;
}

.topbg{
	min-height: 400px;
	padding: 80px 30px;

background: linear-gradient(to right,  rgba(78, 109, 128, 1) 0%,rgba(78, 109, 128, 1) 70%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%); }
.topbg h1 {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 46px;
}
.about-text {
    padding: 0;
    color: #fff;
}
.about-text p {
    margin: 0;
}
img.aboutimg {
    position: relative;
    margin-top: -105px;
    top: 50%;
    max-width: 100%;
    height: 240px;
}
img.aboutimg1 {
    position: relative;
    margin-top: -162px;
    top: 50%;
}
.project-introduction {
    padding: 150px 0 60px 0;
}

.challenges-section{
	margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.challengesbg{
	min-height: 400px;
	padding: 60px 0;
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(237, 32, 40, 1) 25%,rgba(237, 32, 40, 1) 25%,rgba(237, 32, 40, 1) 100%);
}
.challenges-section h2 {
    display: inline-block;
    font-size: 42px;
    line-height: 42px;
    width: 100%;
    margin: 0 0 20px;
}
.challenges-section h3 {
    margin-top: 15px;
    display: inline-block;
    font-size: 28px;
}
.challenges-section ul {
    margin: 20px 0;
    padding: 0;
    display: inline-block;
}
.challenges-section ul li {
    padding: 0 0 10px 30px;
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: 0 5px;
    list-style: none;
    background-size: 18px;
}
.challeng-text {
    color: #fff;
	padding: 0 30px;
}
.challeng-text p {
    margin: 0;
}

.developed-section {
    padding: 80px 30px;
}
.objectives {
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    box-shadow: 0 4px 38px rgba(0, 0, 0, 0.15);
    float: left;
    width: 100%;
    min-height: 350px;
    text-align: left;
    margin: 15px 0;
}
.objectives .numbers {
    font-size: 40px;
    color: rgba(237, 32, 40, 1);
    font-weight: 700;
    opacity: 0.5;
    line-height: 40px;
    margin-bottom: 15px;
}
.objectives p {
    margin-bottom: 30px;
}
.objectives h2 {
    font-size: 20px;
    margin: 0 0 20px;
}
.objectives ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.objectives ul li {
    list-style: disc;
    padding: 5px 0 5px 0;
    text-align: left;
    font-size: 14px;/*
    background-image: url("../img/bullet-img.png");
    background-repeat: no-repeat;
    background-position: 0px 10px;*/
}

section.challenges-faced {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 30px 40px 30px;
    background: url("../img/challenges-faced-bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #fff;
    text-align: center;
}
section.challenges-faced h2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
section.challenges-faced h3 {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 28px;
}

section.challenges-faced ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

section.challenges-faced ul li {
    float: left;
    width: 50%;
    background-image: url(../img/bullet.png);
    padding-right: 40px;
    margin-bottom: 40px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding-left: 30px;
}
.delivered-product {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 80px 30px;
}
.delivered-product ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.delivered-product ul li {
    background-image: url(../img/check-bleck.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
    padding: 5px 15px 5px 24px;
    background-size: 16px;
}
.delivered-product-text h2 {
    line-height: 42px;
    margin: 0 0 20px;
}
.delivered-img {
    position: relative;
}
.delivered-img img {
    position: absolute;
    z-index: 9;
}
.conclusion {
    background: #ED2028;
    border-radius: 40px;
    padding: 40px;
    color: #fff;
    margin-top: 15px;
}
.conclusion h3 {
    margin-bottom: 24px;
    font-size: 30px;
}
.conclusion p {
    width: 70%;
    margin: 0;
}
#othercasestudy {
    background: #1f1f1f;
    color: #fff;
    font-size: 24px;
    padding: 60px 0;
    position: relative;
    z-index: 9;
	float: left;
	width: 100%;
}
.maintitle {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px 0;
    text-transform: none;
    font-family: "Manrope", sans-serif;
}
#othercasestudy ul {
    margin: 0;
    padding: 0;
}
#othercasestudy ul li {
    float: left;
    width: 46%;
    overflow: hidden;
    position: relative;
    margin: 0 2%;
    text-align: center;
}
#othercasestudy ul li img {
    max-width: 100%;
    width: 100%;
    transition: transform .2s;
}
#othercasestudy ul li .info {
    display: none;
    width: 100%;
    height: 100%;
    background: #6f478f;
    opacity: 0.8;
    position: absolute;
    z-index: 99;
    top: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
}
#othercasestudy ul li:hover .info {
    display: block;
}
#othercasestudy ul li h3 {
    font-size: 19px;
    font-weight: bold;
    margin-top: 35%;
}

#othercasestudy ul li:hover h3 {
    color: #ffffff;
}
#othercasestudy ul li img {
    max-width: 100%;
    width: 100%;
    transition: transform .2s;
}
#othercasestudy ul li:hover img {
    transform: scale(1.5);
}
.playbtn {
    text-align: center;
    margin: 30px 0;
}
.playbtn img{
    margin: 5px;
}
.footer {
    float: left;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    color: #666666;
    font-size: 12px;
	background: #000;
}
.footer p {
    margin: 0;
}
.footer a {
    color: #fff;
}
.topbannerbg {
    background: #000 url(../img/challenges-faced-bg.png) no-repeat right top;
    color: #ffffff;
    padding: 120px 30px;
}
.topbanner-text {
    font-size: 24px;
    line-height: 32px;
    padding: 0;
}
.topbanner-text h1 {
    font-size: 38px;
}
.scaryword-logo{
    position: relative;
    top: 50%;
    margin-top: -66px;
}

/*Media CSS*/
@media (max-width: 1024px) {
    .delivered-img img {
    top: 60px;
}
.objectives {
    min-height: 410px;
}
}
@media (max-width: 992px) {
.topbannerbg {
    padding: 120px 30px;
}
.topbg {
    padding: 60px 30px;
}
.topbanner-text {
    text-align: center;
}
.scaryword-logo {
    position: relative;
    top: 0;
    margin: 40px auto 0 auto;
    display: table;
}
.about-text {
    padding: 0 30px;
    color: #fff;
    width: 70%;
}
img.aboutimg {
    position: relative;
    margin: 30px 60px 0 auto;
    top: 0;
    max-width: 100%;
    height: 240px;
    display: table;
}
img.aboutimg1 {
    position: relative;
    margin: 0 0 20px;
    top: 0;
    max-width: 80%;
}
.challeng-text {
    color: #fff;
    padding: 0 30px;
    float: right;
    max-width: 75%;
}
.challenges-section h2 {
    font-size: 30px;
}

.developed-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.objectives {
    margin-bottom: 40px;
    min-height: auto;
}
.delivered-img img {
    position: relative;
    z-index: 9;
    margin: 20px 0 20px 0;
}
.conclusion p {
    width: 100%;
    margin: 0;
}

}

@media (max-width: 767px) {
    body { font-size: 14px;}
    .topbanner-text h1 {
    font-size: 30px;
}
.topbannerbg {
    padding: 60px 15px;
}
    .maintitle {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 40px 0;
}
#othercasestudy ul li {
    width: 100%;
    margin: 0 0 30px;
}
.topbg {
    background: rgba(78, 109, 128, 1);
}
.topbg h1 {  margin-bottom: 30px; font-size: 24px; }
.about-text {
    padding: 0;
    color: #fff;
    width: 100%;
}
img.aboutimg1 {
    position: relative;
    margin: 30px 0 0;
    top: 0;
    max-width: 100%;
}
.challeng-text {
    padding: 30px 0 0;
    max-width: 100%;
}
img.aboutimg {
    bottom: 0;
}
.project-introduction {
    padding: 30px 15px;
}
.challenges-section {
    margin: 0;
    padding: 0;
}
.challengesbg {
    padding: 15px;
    background: rgba(66, 174, 73, 1);
}
.developed-section {
    padding: 30px 15px;
}
.challengesbg h2 {
    margin-top: 30px;
}

.objectives {
    padding: 20px;
}
.developed-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
section.challenges-faced{
    padding: 30px 15px;
}
section.challenges-faced h2{
    font-size: 30px;
}
section.challenges-faced ul li {
    width: 100%;
    padding-right: 0;
    padding-left: 30px;
}
.delivered-product {
    padding: 30px 15px;
}
.delivered-product-text h2{
    font-size: 30px;
}
.delivered-img img {
    margin: 0 0 20px;
}
   .site-title {
        left: 0;
        margin: 0;
        position: relative;
        top: 0;
        width: 160px;
        float: left;
        z-index: 3;
    }
        .site-title img {
        height: auto;
        margin: 15px;
    }   
    .topsection {
    margin: 90px 0 0 0;
    padding:0;
}
}
@media (max-width: 600px) {
    .fdc4-project-nav {
        font-size: 14px;
        right: 0;
    }
    .fdc4-project-nav .back {
        margin-right: 8px;
    }
}