* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hideoverflow img {
    overflow: hidden;
}

textarea.form-input::-webkit-input-placeholder {
    padding-top: 40px;
}

textarea.form-input::-moz-input-placeholder {
    padding-top: 40px;
}

.pgram {
    width: 100%;
    /* height: 100px; */
    display: inline-block;
    background: #25c7c5;
    transform: skewX(-10deg);
    padding-top: 20px;
    padding-left: 30px
}

.pgram-hor {
    height: 25%;
    display: inline-block;
    background: #25c7c5;
    transform: skewX(-10deg);
    padding-top: 20px;
    font-size: 30px;
    font-style: italic;
}

.services img {
    height: 200px !important;
    width: 200px !important;
}

label {
    padding-left: 8px;
}

@font-face {
    font-family: teko;
    src: url(./fonts/teko-regular.ttf);
}

.teko {
    font-family: teko;
}

.navbar {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.navbar a {
    color: Black !important;
    font-weight: 700;
    font-size:14px;
}

.social-icons-footer i {
    background: white;
    color: black;
    transition: all .2s;
}

.social-icons-footer i:hover {
    background: grey;
}

.logo {
    width: 100px;
    float: left;
}

.who-are-we {
    color: white;
    width: 100%;
    height: 450px;
    background-color: black;
}

.links {
    margin-right: 72px;
}

i {
    width: 28px;
    height: 28px;
    background-color: black;
    border-radius: 100%;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    transition: all .2s;
    color: white;
    padding-top: 6px;
}

i {
    line-height: inherit;
}

i:hover {
    cursor: pointer;
    background-color: white;
    color: black;
}

.who-are-we-text {
    margin-top: 18px;
}

.know-more-cta {
    background: #25c7c5 !important;
    border: none;
    border-radius: 0;
    outline: none;
    transition: all .2s;
}

.know-more-cta:hover {
    background-color: white !important;
    color: black !important;
}

.testimonials {
    margin: 0;
    padding: 0;
    background-color: black;
}

.img-center {
    margin: 0 auto !important;
}

.work-with-us {
    background-color: black;
    width: 100%;
    color: white;
}

.form-input {
    border: none;
    outline: none;
    border-bottom: 1px solid white;
    background-color: black;
    color: white;
    width: 100%;
    margin-top: 10px;
}

.submit {
    border-radius: 3px;
    color: white;
}

.linksection {
    background-color: black;
    color: white;
    width: 100%;
}

.header {
    margin-top: 20px;
    text-decoration: underline;
    text-align: left;
}

.navlinks {
    list-style-type: none;
}

.footer-section {
    margin-top: 0;
    background-color: black;
    color: white;
}


/* services page */

.services-hero {
    background: url(./images/services-home.jpg);
    height: 300px;
    background-size: cover;
    overflow: hidden;
}


/* WHO WE ARE page */

.waw-hero {
    background: url(./images/waw-hero.png);
    width: 100%;
    height: 600px;
    background-size: cover;
}

.who-we-are-hero-text {
    color: white;
    line-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center !important;
    vertical-align: middle !important;
}


/* work with us page */

.wwu-hero {
    background: url(./images/wwu-recruit-hero.jpeg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 600px;
}

.contact-details {
    padding-top: 28px;
    padding-bottom: 48px;
    background: black;
    color: white;
}

.vl {
    border-right: 2px solid white;
    height: inherit;
}


/* why choose us page */

.wcu-hero {
    background: url(./images/wcu-hero.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 600px;
}


/* graphic design page */

.graphic-design-hero {
    background: url(./images/graphic-design-hero.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
}


/* bots and automation page */

.bots-hero {
    background: url(./images/baa-hero.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
}


/* content marketing page */

.cm-hero {
    background: url(./images/cm-hero.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
}


/* digital marketing */

.dm-hero {
    background: url(./images/dm-hero.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
}


/* web and mobile app */

.wam-hero {
    background: url(./images/wam-hero.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
}


/* web dev page */

.wd-hero {
    background: url(./images/wd-hero.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
}


/* universal */

img {
    border-radius: 5px;
}


/* strategy page */

.st-hero {
    background: url(./images/st-hero.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
}


/* tnc page */

.tnc-hero {
    background: url(./images/tnc-hero.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    object-fit: cover;
}


/* mobile view */

@media only screen and (max-width: 600px) {
    [class*="hero"] {
        background-size: cover;
        height: 400px;
    }
    .wcu-why-choose-us img {
        height: 200px;
        width: 300px;
    }
    .who-are-we-image {
        opacity: 0;
    }
    .navbar {
        background-color: white !important;
        color: black !important;
    }
    .navbar a {
        color: Black !important;
    }
    .carousel {
        margin-top: 85px;
    }
    .waw-hero {
        margin-top: 63px;
    }
    .vl {
        border: none;
    }
    .wwu-hero {
        background-position: center;
    }
    .shopify {
        height: 200px;
    }
}

@media only screen and (max-width: 600px) {
    * {
        /*overflow-x: hidden;*/
    }
}

@media only screen and (max-width: 600px) {

	.navbar {
		background-color: #484646ed !important;
	}

}

.navbar-light {
	background: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);

}

@media only screen and (max-width: 990px) {
	#dropdn {
		display: none !important;
	}
}

#dropdn {
	display: none;
	position: fixed;
	background: #47cfd2 !important;
	top: 0;
	z-index: 2;
	margin-top: 90px;
	margin-left: 120px;
}

@media only screen and (max-width: 990px) {
	#dropdns {
		display: none !important;
	}
}

#dropdns {
	display: none;
	position: fixed;
	background: #47cfd2 !important;
	top: 0;
	z-index: 2;
	margin-top: 90px;
	margin-left: 60px;
}