@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	background: url(../images/bodybg.jpg) repeat
}
html {
	font-family: 'Poppins', sans-serif;
}
ul li {
	list-style: none;
}
a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 24px;
	font-weight: 700;
	font-style: normal;
	color: #1d4289;
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	padding: 10px 0px
}
p {
	font-size: 16px;
	color: #000000;
}
/**** ****/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 34;
    top: 0;
    left: 0;
    background-color: rgba(110, 41, 161, 0.98);
    background-color: rgba(213, 213, 213, 0.98);
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.overlay a {
	padding: 10px;
	margin: 0px;
	text-decoration: none;
	font-size: 24px;
	color: #113373;
	display: block;
	transition: 0.5s;
	font-weight: 600;
	border-bottom: 1px solid #7c879f;
	width: 27%;
	text-align: right;
	transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
	color: #F00;
	margin-left: 7px;
	padding-left: 7px;
	transition: 0.3s;
}
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	font-weight: normal;
}
 @media screen and (max-height: 450px) {
.overlay a {
	font-size: 20px
}
.overlay .closebtn {
	font-size: 40px;
	top: 15px;
	right: 35px;
}
}
#header {
	background-color: #ffffff;
	padding: 0px 10px;
	color: #ff1100;
	font-size: 90px;
	font-weight: bold;
	position: fixed;
	top: 0;
	width: 100%;
	transition: 0.2s;
	z-index: 10;
}
#logo-main {
    margin: 7px;
    padding: 0px;
    top: 0;
    width: 27%;
    transition: 0.2s;
    z-index: 10;
    background-color: #ffffff;
}
#logo-main a {
	margin: 0px;
	padding: 0px;
	width: 230px;
}
#logo-main a img {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#main-logo-second {
    margin-top: 24px;
    padding: 0px;
    width: 100%;
    text-align: right;
    float: right;
    position: absolute;
    right: -90px;
    z-index: 12;
}
#main-logo-second a {
    margin: 0px;
    padding: 0px;
    width: 37%;
    position: absolute;
    right: 0;

}
#main-logo-second a img {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.nav-toggle-asp {
    width: 23%;
    text-align: left;
    margin-top: 43px;
    position: absolute;
    left: -122px;
    top: -6px;
}
.aspiringmedia {
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	background: url(../images/Pencils-BlogBanner-1.jpg) no-repeat top/cover;
	height: 765px;
}
.aspiringmedia img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 740px;
}
.asproverlay {
	width: 100%;
	height: 740px;
	background: rgba(0, 0, 0, 0.75);
	left: 0px;
	z-index: 10;
}
.aspiring-content {
	text-align: center;
	position: absolute;
	z-index: 10;
	top: 120px;
}
.aspiring-content h3 {
	margin-top: 90px;
	padding: 0px;
	text-align: center;
	font-size: 90px!important;
	font-family: century gothic;
	color: #1d4289;
	font-weight: 500;
	text-transform: capitalize;
}
.aspiring-content p {
    margin-top: 70px;
    padding: 0px;
    text-align: center;
    font-size: 28px!important;
    letter-spacing: 1.5px;
    font-family: 'Poppins', sans-serif;
    color: #ff0000;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: -16px;
    display: inline-block;
    width: 100%;
}
.aspiring-content span {
    margin-top: 25px!important;
    padding: 0px;
    text-align: center;
    font-size: 106px!important;
    letter-spacing: 0.5px;
    color: #1d4289!important;
    font-family: HeaveneticaCond5 SH;
    width: 100%;
    text-transform: uppercase;
}
.whatwedo-aspiring {
	margin-top: -101px;
	padding: 60px 0px;
	text-align: center;
}
.whatwedo-aspiring figure {
	width: calc(50% - 15px);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	margin: 40px 0px 0px;
}
.whatwedo-aspiring figure a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 15px;
	text-align: center;
	width: 100%;
	color: currentColor;
	transition: box-shadow .3s ease-out;
}
.whatwedo-aspiring figure a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.1);
	transition: all .4s ease-out;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}
.whatwedo-aspiring figure a img {
	width: 100%;
	transition: all 0.5s;
}
.whatwedo-aspiring figure a:hover:before {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
	transition: all 0.5s;
}
.whatwedo-aspiring figcaption {
	width: 100%;
	transition: 0.3s;
	margin-top: 12px;
	padding: 0px;
}
.whatwedo-aspiring figcaption:hover {
	transition: 0.3s;
	margin-top: 0px;
}
.whatwedo-aspiring figcaption h3 {
	width: 100%;
	margin-top: 5px;
	font-size: 23px;
	font-weight: 600;
	text-transform:capitalize;
	color: #ff1100;
	padding: 10px;
}
.whatwedo-aspiring figcaption p {
    width: 70%;
    margin: -12px auto 10px;
    font-size:17px;
    font-weight: 500;
    color: #334b92;
    padding: 0px;
    line-height: 18px;
}
.whatwedo-aspiring figcaption a {
	width: 100%;
	margin-top: 0px;
	font-size: 20px;
	font-weight: 600;
	color: #1d4289;
	padding: 0px;
}
.height-line {
	height: 10px;
	background: #7030a0;
	width: 65%;
	margin: 0 auto;
}
.height-liner {
    height: 9px;
    background: #ff1100;
    width: 65%;
    margin: 5px auto;
}

.height-linerer {
    height: 9px;
    background: #775eff;
    width: 65%;
    margin: 5px -70px 19px 0px;
}

.whatwedo-aspiring-know-us {
	margin-top: 40px;
	padding: 0px 0px;
	text-align: center;
}
.whatwedo-aspiring-know-us h3 {
    width: 100%;
    margin: 0px;
    font-size: 24px;
    font-weight: 800;
    text-transform: capitalize;
    color: #ff1100;
	font-family: 'Poppins', sans-serif;
    padding: 0px;
    text-align: center;
}
.whatwedo-aspiring-know-us p {
width: 100%;
    margin: 0px;
    font-size: 17px;
    font-weight: 500;
    color: #5d70a9;
    padding: 0px;
    text-align: center;
}
.whatwedo-aspiring-know-us figure {
	width: 70%;
	margin: 10px auto;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	transition: 0.3s;
}
.whatwedo-aspiring-know-us figure img {
	width: 100%;
	transition: all 0.5s;
}
.whatwedo-aspiring-know-us figure:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
}
.whatwedo-aspiring-know-us figcaption {
    width: 100%;
    margin-top: 12px;
    padding: 6px;
}
.whatwedo-aspiring-know-us figcaption p {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #334b92;
    padding: 0px;
    line-height: 18px;
    text-align: center;
}
.whatwedo-aspiring-know-us figcaption a {
	width: 100%;
	margin-top: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #7030a0;
	padding: 0px;
}
.the-usp {
	margin: 0px;
	text-align: center;
	float: right;
	border-right: 3px solid #ff1100;
}
.the-team {
	margin: 0px;
	text-align: center;
	float: left;
	border-left: 3px solid #ff1100;
}
.the-usp-team {
	margin: 28px auto 60px;
	text-align: center;
	width: 76%;
}
.ourwork {
    margin: 0px;
    padding: 20px 0px 60px;
    width: 100%;
    text-align: justify;

}
.ourwork div {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.ourwork div ul li {
	color: #1d4289;
	margin: 0px;
	padding: 3px 0px;
	transition: all 0.6s;
}
.ourwork div ul li:hover {
	transition: all 0.6s;
	margin-left: 5px;
}
.ourwork div ul li i {
	font-size: 13px;
	color: #ff1100;
	padding: 0px 10px;
}

.ourwork div img {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.ourwork a {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}
.ourwork a img {
	margin: 0px;
	padding: 3px;
	width: 100%;
	height: 340px;
	transition: all 0.5s;
}
.ourwork a:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
}
.slider-client {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1280px;
	height: 100px;
	overflow: hidden;
}
.slider-client div {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 5px;
	overflow: hidden;
}
.slider-client div img {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	overflow: hidden;
}
.footer-aspiring {
	margin-top: 0px;
	padding: 40px 0px 0px;
	width: 100%;
	background: #e3e3e3;
	background-color: #e3e3e3;
}
.footer-aspiring figure {
	margin: 0px 0px;
	padding: 5px 0px;
	width: 50%;
}
.footer-aspiring figure img {
	margin: 10px 0px;
	padding: 10px 0px;
	width: 100%;
}
.address-aspiring {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.address-aspiring div {
	margin: 0px;
	padding: 4px 12px 0px 0px;
	width: 92%;
}
.address-aspiring figure {
	margin: 0px;
	padding: 0px;
	width: 46%;
}
.address-aspiring figure {
	margin: 0px auto;
	padding: 0px 0px 10px;
	width: 100%;
	text-align: center;
}
.address-aspiring figure img {
	margin: 0px 0 0 16px;
	padding: 0px;
	width: 7%;
}
.address-aspiring figure img {
	margin: 0px;
	padding: 0px;
	width: 25px;
}
.address-aspiring figcaption {
	margin: 0px;
	padding: 0px 0px 10px;
	width: 100%;
}
.address-aspiring figcaption p {
	margin: 0px;
	padding: 0px 0px 0px;
	width: 100%;
}
.address-aspiring p {
	margin: 0px;
	padding: 0px 0px 10px;
	text-align: left;
	width: 100%;
}
.address-aspiring a {
	margin: 0px;
	padding: 0px 0 0 5px;
	font-size: 16px;
}
.address-aspiring a img {
	margin: 0px;
	width: 88%;
	padding: 10px 8px 0 0px;
}
.address-aspiring ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.address-aspiring ul li {
	margin: 0px;
	padding: 5px 12px;
	float: left;
	list-style: none;
}
.address-aspiring ul li a {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 18px;
	list-style: none;
}
.address-aspiring ul li a i {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 22px;
	list-style: none;
}
.footer_nav {
	margin: 0px;
	padding: 0px;
}
.footer_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.footer_nav ul li {
	list-style: none;
	margin: 15px 0px;
	padding: 0px;
}
.footer_nav ul li a {
	list-style: none;
	margin: 0px;
	transition: 0.3s;
	padding: 0px 0px;
	font-size: 16px;
}
.footer_nav ul li a i {
	list-style: none;
	margin: 0px;
	transition: 0.3s;
	padding: 7px 5px;
	font-size: 16px;
}
.footer_nav ul li:hover a i {
	transition: 0.3s;
	margin-right: 5px;
}
.column_attr {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.column_attr iframe {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 2px solid #fff;
}
.copyright {
	margin-top: 40px;
	padding: 7px;
	background: #7030a0;
	text-align: center;
	color: #444;
}
.copyright p {
    margin: 0px;
    padding: 7px;
    background: #7030a0;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.fa-facebook {
	color: #3B5998;
}
.fa-twitter {
	color: #55ACEE;
}
.fa-linkedin {
	color: #007bb5;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	transition: 0.3s;
	padding: 15px;
	border-radius: 4px;
}
#myBtn:hover {
	background-color: #555;
	transition: 0.3s;
}
.logo-aspr {
	margin: 0px;
	position: absolute;
	right: 25%;
	top: 38%;
	z-index: 12;
}
.slidingVertical {
    display: flex;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 14%;
    margin-bottom: 85px;
    clear: both;
    margin-left: -13px;
}
.slidingVertical span {
	animation: topToBottom 10.5s linear infinite 0s;
	-ms-animation: topToBottom 10.5s linear infinite 0s;
	-webkit-animation: topToBottom 10.5s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	    font-family: 'Poppins', sans-serif;
	overflow: hidden;
	position: absolute;
}
.slidingVertical span:nth-child(2) {
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3) {
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4) {
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.slidingVertical span:nth-child(5) {
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
 @-moz-keyframes topToBottom {
 0% {
opacity: 0;
}
 5% {
opacity: 0;
-moz-transform: translateY(-50px);
}
 10% {
opacity: 1;
-moz-transform: translateY(0px);
}
 25% {
opacity: 1;
-moz-transform: translateY(0px);
}
 30% {
opacity: 0;
-moz-transform: translateY(50px);
}
 80% {
opacity: 0;
}
 100% {
opacity: 0;
}
}
@-webkit-keyframes topToBottom {
 0% {
opacity: 0;
}
 5% {
opacity: 0;
-webkit-transform: translateY(-50px);
}
 10% {
opacity: 1;
-webkit-transform: translateY(0px);
}
 25% {
opacity: 1;
-webkit-transform: translateY(0px);
}
 30% {
opacity: 0;
-webkit-transform: translateY(50px);
}
 80% {
opacity: 0;
}
 100% {
opacity: 0;
}
}
@-ms-keyframes topToBottom {
 0% {
opacity: 0;
}
 5% {
opacity: 0;
-ms-transform: translateY(-50px);
}
 10% {
opacity: 1;
-ms-transform: translateY(0px);
}
 25% {
opacity: 1;
-ms-transform: translateY(0px);
}
 30% {
opacity: 0;
-ms-transform: translateY(50px);
}
 80% {
opacity: 0;
}
 100% {
opacity: 0;
}
}
#myabout {
	background-image: url(../images/slider-image-2.jpg);
	background-position: 100% 30%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 60vh;
	position: relative;
	z-index: 0;
}

#ourwork-asp {
	background-image: url(../images/ourwork.jpg);
	background-position: 100% 30%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 60vh;
	position: relative;
	z-index: 0;
}

#myabout-contact {
	background-image: url(../images/contactus.jpg);
    background-position: 100% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
    position: relative;
    z-index: 0;
}
#theCaption {
	margin:0px; padding:40px 0px; width:100%;
}
.about-text {
    position: absolute;
    top: 60%;
    left: 35%;
    transform: translate(-50%, -50%);
    text-align: right;
    width: 100%;
}
.about-text h3 {
color: #ff1100;
    font-size: 36px;
    line-height: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    word-spacing: 2.5px;
    padding: 0px;
    margin-top:15px;

}
.about-text ul {
	margin: 0px;
	padding: 0px;
}
.about-text ul li {
	margin: 0px;
	padding: 7px 3px;
	float: left;
}
.about-text ul li a {
	margin: 0px;
	padding: 7px 0px;
	font-size: 16px;
	font-weight: 600;
	color: #1d4289;
	float: left;
}
.about-text ul li a i {
	margin: 0px;
	padding: 7px;
	font-size: 16px;
	font-weight: 600;
	color: #1d4289;
	;
	float: left;
}
.about-text p {
	color: #1d4289;
	font-size: 24px;
	line-height: 2.5;
	letter-spacing: 1px;
	text-transform: capitalize;
	word-spacing: 2.5px;
}

.about-textthe {
    text-align:left;
    width: 100%;
	margin:0px;
	padding:0px;
}
.about-textthe h3 {
color: #ff1100;
    font-size: 36px;
    line-height: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    word-spacing: 2.5px;
    padding:20px 0px;
    margin-top:15px;

}

.about-textthe p {
	color: #1d4289;
	font-size: 16px;
	line-height:normal;
	text-transform: capitalize;
	text-align:justify;
}

.about-textthe figure {
	margin-top:70px;
	width:100%;
}


#about_details {
	margin: 0;
	padding: 40px 0 0px;
	position: relative;
	overflow: hidden;
}
.heading-border {
	margin-top: -8px;
}
.heading-border h3 {
	color: #002147;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 60px;
	display: inline-block;
	text-transform: uppercase;
}
.heading-border h3:before {
	content: "";
	position: absolute;
	bottom: -12px;
	height: 2px;
	width: 70px;
	left: 0;
	background-color: #fec722;
}
.heading-border h3:after {
	content: "";
	position: absolute;
	bottom: -5px;
	height: 2px;
	background-color: #fec722;
	width: 120px;
	left: 0;
}
#About p {
	font-size: 16px;
	word-spacing: 2.5px;
	color: #1d4289;
	text-align: justify;
}
#About ul {
    margin: 10px 0px;
    padding: 0px;
    width: 100%;
    display: block;
    list-style: none;
    clear: both;
    overflow: hidden;
}
#About ul li {
    color: #ff2b1c;
    margin: 5px;
    float: left;
    width: 23.8%;
    padding: 20px 10px;
    transition: all 0.6s;
    height: 160px;
    border-right: 3px solid #1d428a;
    text-align: center;
    list-style: none;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

#About ul li figure {
    position: absolute;
    z-index: 2;
    margin-left: 227px;
    margin-top: -40px;
}
#About ul li figure img {
	position:absolute;
	z-index:2px;
	right:0px;
}

#About ul li:nth-last-child(1) {
    border-right: none;

}

#About ul li i {
	font-size: 13px;
	color: #ff1100;
	padding: 0px 10px;
}
.team {
	padding: 60px 0;
	position: relative;
	overflow: visible;
	background: #eee;
}
.heading-border {
	margin-top: -8px;
}
.heading-border h3 {
	color: #ff1100;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 30px;
	display: inline-block;
	text-transform: uppercase;
}
.heading-border h3:before {
	content: "";
	position: absolute;
	bottom: -12px;
	height: 2px;
	width: 70px;
	left: 0;
	background-color: #7030a0;
}

.heading-border h3:after {
	content: "";
	position: absolute;
	bottom: -8px;
	height: 2px;
	background-color: #7030a0;
	width: 120px;
	left: 0;
}
/*=====================================
Start of team part
=======================================*/

.team {
	padding: 60px 0;
	position: relative;
	overflow: visible;
	background:#fff;
}

.team p {
	padding: 0px;
	text-align:justify;
}

.our-team .team-row {
	margin-left: -40px;
	margin-right: -40px;
}
.our-team .team-wrap {
	padding: 0 40px;
}
.our-team .container-fluid {
	padding: 0 50px;
}
.team-img img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
	width: 100%;
}
.team-member, .team-img {
	position: relative;
	overflow: hidden;
	margin: 10px 0px;
}
.team-title {
	margin: 20px 0 0px;
	font-size: 20px;
	font-weight: bold;
	color: #ff1100;
	text-transform: uppercase;
}
.team-member span {
	font-size: 16px;
	color: #1d4289;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}
.overlay-team {
	background-color: #fec72299;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.team-details {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 5%;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team-img:hover .team-details {
	opacity: 1;
	margin-top: -80px;
}
.team-img:hover .overlay-team {
	opacity: 1;
}
.team-member:hover h6 {
	color: #002147;
	font-weight: bold;
}
.socials a {
	display: inline-block;
	margin-top: 40px;
	margin-right: 5px;
}
.socials a i {
	color: #ffffff;
	font-size: 18px;
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
	transition: all 0.3s ease 0s;
	background: rgba(255, 255, 255, 0.5);
}
.team-details .socials i {
	color: #101b33;
}
.socials a:hover i {
	color: #ffffff;
	background: #101b33;
}
/*=====================================
End of team part
=======================================*/
#contact {
	background: #ffffff;
	z-index: 0;
	position: relative;
	padding-top: 60px;
	margin-bottom: 160px;
}
.form-section {
	position: relative;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.form-map {
	position: relative;
}
.form-map iframe {
	width: 100%;
	height: auto;
	border: 0;
	height: 750px;
	position: absolute;
	z-index: 99;
}
/* ==============
 form
================ */
.form-map {
	position: relative;
}
.form-map iframe {
	width: 100%;
	height: auto;
	border: 0;
	height: 750px;
	position: absolute;
	z-index: 99;
}
.fill-form {
	z-index: 999;
	padding: 0 0 78px;
}
.fill-form form {
	width: 680px;
	margin: 0 auto;
	z-index: 99;
	overflow: hidden;
	position: relative;
	padding: 64px 110px;
}
.fill-form form .title {
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.fill-form form input[type="text"], .fill-form form input[type="email"] {
	width: 100%;
	height: 45px;
	color: #ffffff;
	padding: 5px 20px;
	margin: 0 0 20px;
	background: none;
	border: 1px solid #444444;
}
.fill-form form textarea {
	width: 100%;
	height: 85px;
	padding: 20px;
	color: #ffffff;
	resize: none;
	margin: 0 0 30px;
	background: none;
	border: 1px solid #444444;
}
.fill-form form .btn-holder {
	overflow: hidden;
}
input#exampleInputEmail1::placeholder {
 color: #000000;
}
input#exampleInputEmail2::placeholder {
 color: #000000;
}
::placeholder {
 color: #000000;
}
:-ms-input-placeholder {
 color: #000000;
}
::-ms-input-placeholder {
 color: #000000;
}
.fill-form form .btn-holder button {
	float: left;
	color: #ffffff;
	border: 0;
	font-size: 14px;
	padding: 12px 60px;
	font-weight: bold;
	text-transform: uppercase;
}
.fill-form form .btn-holder button:hover {
	background: #ffffff;
	font-size: 14px;
}
.fill-form form .btn-holder span {
	float: right;
	color: #444444;
	font-weight: 300;
	line-height: 32px;
}
.fill-form form .btn-holder span em {
	font-style: normal;
}
.form-section .black {
	z-index: 999;
	position: relative;
	background: #1d4289;
	background-color: #1d4289;
	padding: 60px 40px;
	margin-right: 20px;
}
.form-section span {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 40px;
	text-transform: uppercase;
}
.form-section input[type="text"], .form-section input[type="email"], .form-section textarea {
	display: block;
	width: 100%;
	height: 44px;
	padding: 5px 20px;
	font-size: 14px;
	color: #ffffff;
	margin: 0 0 20px;
	background: none;
	border: 1px solid #ffffff;
}
.form-section textarea {
	height: 110px;
	resize: none;
	padding: 10px 20px;
}
.form-section textarea::-webkit-input-placeholder {
 color: #eeeeee !important;
 font-weight: 400 !important;
}
.form-section input[type="text"]::-webkit-input-placeholder {
 color: #eeeeee !important;
 font-weight: 400 !important;
}
.form-section input[type="text"]::-moz-placeholder {
  /* Firefox 18- */
  color: #eeeeee !important;
 font-weight: 400 !important;
}
.form-section input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #eeeeee !important;
 font-weight: 400 !important;
}
.form-section input[type="text"]::-ms-input-placeholder {
 color: #eeeeee !important;
 font-weight: 400 !important;
}
.blogdetails_form  form  .form-group.col-sm-12  textarea::-webkit-input-placeholder {
 color: #444444 !important;
 font-weight: 400 !important;
}
.form-section .fill-row {
	overflow: hidden;
	margin: 10px 0 0;
}
.form-section .fill-row button {
	float: left;
	color: #fff;
	border: 0;
	padding: 14px 60px;
	font-size: 14px;
	font-weight: bold;
	background: #ff1100;
	text-transform: uppercase;
}
.form-section .fill-row button:hover {
	color: #002147;
	background: #ffffff;
}
.form-section .fill-row em {
	font-style: normal;
	font-size: 14px;
	color: #eeeeee;
	font-weight: 400;
	line-height: 50px;
	float: right;
}
.form-section .fill-row em i {
	color: #fec722;
}

.wetelstories{ margin:0px; padding:0px; text-align:center;}

.wetelstories p {
    margin-top: 10px;
    padding: 0px;
    text-align: center;
    font-size: 44px!important;
    letter-spacing: 0.5px;
    color: #1d4289!important;
    font-family: HeaveneticaCond5 SH;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

.icon-asp{ margin:0px; padding:0px; float:left;}
.asp-content{margin:0px; padding:0px;}
.multi-domain { 
    margin: 10px 20px;
    padding: 20px;
}

.multi-domain ul {
    margin:0px;
    padding: 0px;
}
.multi-domain ul li {
	color: #1d4289;
	margin: 0px;
	padding: 3px 0px;
	transition: all 0.6s;
}
.multi-domain ul li:hover {
	transition: all 0.6s;
	margin-left: 5px;
}
.multi-domain ul li i {
	font-size: 13px;
	color: #ff1100;
	padding: 0px 10px;
}
.divsift{margin-left: 17%!important;}

.contentp{ margin:0px; padding:0px; font-size:24px; font-weight:500; font-family:Century Gothic; text-align:center;}
.ourcreative{ margin: 0px;
    padding: 10px 0px 0px;
    text-align: center;
    font-size: 40px;
    font-family: Century Gothic;
    font-weight: 100;}
.contentpsmall{    margin: 0px;
    padding: 5px;
    font-size: 18px;
    font-weight: 500;
    font-family: Century Gothic;
    text-align: center; }
	
.contentpsmallhead{  text-align: center;
    color: #c00000;
    padding: 11px;
    margin-top: 10px;
    font-size: 48px;
    font-weight: 600;}
	
	.contentpsmall-mid {
    margin: 0px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: Century Gothic;
    text-align: center;
}

.contentpsmallhead-two{       text-align: center;
    color: #203864;
	font-size:24px;
	font-weight:600;
    padding: 0px;
    margin-top: 10px;}
	
	.contentpsmallheadbig{    text-align: center;
    color: #c00000;
    padding: 14px 0px 0px;
    font-size: 60px;
    margin-top: 10px;
    font-family: Aharoni;}
	
	.contentgraphic{    background: #d1d1d1;
    padding: 10px;background:url(../images/contentproduction.png) no-repeat;
    margin: 10px 0px;
    padding: 0px;}

	.contentgraphic h3{ 
	margin:40px 50px 0px;
    padding: 0px;}
	
	.mantra{ font-size: 36px;
    font-family: Century Gothic;
    text-align: center;
    padding: 15px 0px;}

.danda{ margin:0px; padding:0px; color:#1d4289;}
.brings{margin: 23px 0px 0px;padding: 0px;}

.sustain{       font-size: 20px;
    color: #F00;
    font-weight: 600;
}
.business{       margin: 0px;
    padding: 0px;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 334px;
    background: #fff;
    border: 9px solid #7030a0;
    width: 460px;}

.business-pe{   margin: 0px;
    padding: 0px;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -80px;}

.tolet{color:#1d4289; font-size:20px;}
.tolet:before{     content: '';
    border-bottom: 7px solid #f00;
    position: absolute;
    width: 25%;
    top: 16px;
    z-index: 3;
    left: 80px;
    color: #1d4289;
    font-size: 20px;}
	
	.teaminclude{     font-size: 24px;
    color: #002060;
    font-weight: normal;
    text-align: center!important;
    width: 100%;}
	
	.appealing{font-size:40px; clear: both; text-align:center; color: #c00000;}