.banner{
    /* background-image: url(../images/banner-image.png); */
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-color: #02A5B0;
}
.bannerContent{
    position: relative;
    color: #fff;
    padding: 130px 0 0;
}
.headingBox {
    position: relative;
    user-select: none;
    margin: 10px 0px 20px;
}
.mainHeading{
    font-size: 44px;
}
.mainHeading .title{
    color: #02A5B0;
}
.mainHeading.dark{
    color: #333;
    font-size: 32px;
    padding-left: 15px;
    font-weight: 600;
}
.mainHeading.dark:before {
    content: 'About';
    -webkit-text-stroke: 0.5px #00000060;
    top: -15px;
}
.contactSection .mainHeading.dark:before{
    content: 'Contact';
    -webkit-text-stroke: 0.5px #00000060;
    top: -15px;
    left: 5px;
}
.project .mainHeading.dark:before{
    content: 'Project';
    -webkit-text-stroke: 0.5px #00000060;
    top: -15px;
    left: 5px;
}
.mainHeading.white{
    color: #fff;
    font-size: 32px;
    padding-left: 15px;
    font-weight: 600;
}
.mainHeading.white:before {
    content: 'Services';
    -webkit-text-stroke: 0.5px #ffffff40;
    top: -15px;
}
.mainHeading:before {
    content: 'A A Marketing';
    position: absolute;
    left: 0;
    right: 0;
    top: -34px;
    bottom: 0;
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    -webkit-text-stroke: 0.5px #ffffff5e;
    color: transparent;
}
.bannerSubHeading,.siteTitle {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}
.siteTitle {
	margin-bottom: 15px;
}
.bannerTagLine {
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
    margin: 20px 0 30px;
}
.bannerContent .blackBtn{
    width: 100%;
    max-width: 200px;
    padding: 10px 15px;
}
.bannerContent .blackBtn:hover{
    transform: translateY(-2px);
    box-shadow: 0px 0px 8px #222;
}
.bannerContent .blackBtn:hover i{
    transform: translateX(5px);
    transition: all 0.3s;
}
.scrollBox{
    position: relative;
}
.iconScroll {
    width: 40px;
    height: 70px;
    box-shadow: inset 0 0 0 3px #fff;
    border-radius: 25px;
    margin: 40px auto auto;
    cursor: pointer;
}
.iconScroll:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}
@keyframes scroll {
    0% {
        top: 0px;
        opacity: 0.8;
    }
    25% {
        opacity: 0.6;
    }
    100% {
        top:60px;
        opacity: 0;
    }
}

/* < ------------- About Section ------------- > */

.wrapper .p{
    margin-top: 15px;
}
.subHeading{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #2f2e2e;
}
.p{
	color: #777777;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 8px;
	line-height: 30px;
}
.blackBtn{
	background-color: #1D1D1F;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 15px;
	transition: all 0.3s;
	border-radius: 1px;
}
.blackBtn:hover{
	background-color: #222;
	transition: all 0.3s;
}
.linkBtn a{
	color: #333333;
	font-size: 18px;
	font-weight: 700;
}
.linkBtn:hover i{
	transform: translateX(5px);
	transition: all 0.4s;
}
.linkBtn i{
	color: #02A5B0;
    transition: all 0.3s;
    margin-left: 6px;
}

/* < ------------- Services Section ------------- > */

.serviceSection{
    background-color: #000;
}
.serviceCard {
    background: #fff;
    padding: 15px 15px;
    border-radius: 10px;
    user-select: none;
    margin: 10px 0;
    width: 100%;
}
.serviceIconBox {
    display: flex;
    align-items: center;
}
.serviceIconBox span {
    border: 2px solid #eee;
    padding: 15px 15px;
    border-radius: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 78px;
}
.serviceTitle {
    color: #1d1d1f;
    font-weight: 700;
    margin: 0 0 0 20px;
    font-size: 22px;
}
.servicePara {
    color: #777;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    line-height: 30px;
    height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.serviceCard .linkBtn a{
    font-size: 17px;
}

/* < ------------- Work Success Section ------------- > */

.workDetailBox{
    text-align: center;
    margin: 15px 0;
}
.iconBox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.countUp{
    font-size: 32px;
    color: #02A5B0;
    font-weight: 700;
    margin-left: 20px;
}
.workDetailBox p{
    font-size: 20px;
    font-weight: 800;
    color: #1D1D1F;
    margin: 10px 0 0;
}

/* < ------------- Work Details Section ------------- > */

.contentWrapper ul {
    padding-left: 30px;
}
.contentWrapper ul li {
    list-style-type: disc;
    margin: 20px 0;
}
.contentWrapper ul li::marker {
    font-size: 24px;
    color: #02a5b0;
}
.pointTitle {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
    display: inline-block;
}
.pointBrief {
    font-size: 16px;
    font-weight: 600;
    color: #777;
}

/* < ------------- Call Box Details Section ------------- > */

.callWrapperBox {
    text-align: center;
    color: #fff;
}
.callWrapperBox h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;
}
.callWrapperBox p{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 8px;
    line-height: 30px;
}
.callWrapperBox .blackBtn{
    width: 100%;
    max-width: 240px;
    margin: 15px auto 0;
}
.inputBox {
    margin: 15px 0;
}
.inputBox input, textarea {
    border: 1px solid transparent;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    color: #1d1d1f;
    transition: all 0.3s;
}
input:focus,textarea:focus {
	border: 1px solid #02a5b0;
    transition: all 0.3s;
}
.inputBox textarea {
    height: 100px;
    resize: none;
}
#successMessageBox{
    display: none;
    text-align: center;
    padding: 40px 0;
}
#successMessageBox .successTitle{
    font-size: 40px;
    color: #02a5b0;
    font-weight: 700;
    margin:0 0 10px;
}
#successMessageBox .successMessage{
    font-size: 18px;
    margin: 15px 0 0;
    font-weight: 500;
    color: #767676;
}