html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Inter', sans-serif;
	background-color: #FBFBFB;
    overflow-x: hidden;
}
img{
    max-width: 100%;
}
.container-fluid{
	padding: 0px 148px;
}


h1, h2, h3, h4, h5, h6,
p, div, span, a {
    font-family: 'Inter', sans-serif;
}
h1{
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    color: #0E0E16;
	margin: 0px 0px 30px;
}
h2 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 500;
	color: #F23041;
	margin: 0px 0px 30px;
}
h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #0E0E16;
	margin: 0px 0px 20px;
}
h4{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #0E0E16;
	margin: 0px 0px 20px;
}
.fw-regular {
    font-weight: 400;
}
p{
	font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #0E0E16;
	margin: 0px 0px 20px;
}
.sub-heading{
	font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    color: #0E0E16;
	margin: 0px 0px 20px;
}
.g-btn{
	display: block;
    max-width: fit-content;
    margin: 40px 0 0;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	color: #0E0E16;
	padding: 20px 30px;
	border: 1px solid #0E0E16;
	text-decoration: none;
}
.g-btn:hover{
	color: #F23041 !important;
	border: 1px solid #F23041 !important;
}


.input-error {

	border: 2px solid #f23041 !important;
}


.g-contained-wrap {
	max-width: 915px;
	margin: auto;
    padding: 0 15px;
}
.navbar-brand-black svg path{
	fill: #0E0E16 !important;
}
main{
	padding-top: 200px;
	margin-bottom: 100px;
}
.top-margin-zero main{
	padding-top: 0px;
}
.why-choose-us .slick-arrow {
    position: absolute;
    background-color: transparent;
    top: calc(50% - 20px);
    font-size: 0px;
    border: 0px;
    outline: 0;
    width: 23px;
    height: 40px;
    padding: 0px;
    margin: 0;
}
.why-choose-us .slick-arrow:before {
    content: "";
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 40px;
    z-index: 1;
}
.why-choose-us .slick-prev {
    left: 140px;
}
.why-choose-us .slick-prev:before {
    background-image: url(../images/arrow-left.svg);
    left: 0;
}
.why-choose-us .slick-next {
    right: 140px;
}
.why-choose-us .slick-next:before {
    background-image: url(../images/arrow-right.svg);
    right: 0;
}
.hide-on-desk{
	display: none;
}



.banner-section{
	padding: 0px 0px;
}
.home-page .banner-section{
	background-image: url("../images/hero-medium.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
.banner-section-wrap{
	padding: 100px 0px 50px;
}
.top-margin-zero .banner-section-wrap{
	padding: 450px 0px 100px;
}
.banner-txt{
	max-width: 910px;
}
.home-page .banner-txt{
	max-width: 875px;
}
.home-page .banner-txt h1{
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
	color: #EDEFF1;
}
.banner-txt .sub-heading{
	margin-bottom: 32px;
	color: #0E0E16;
}
.home-page .banner-txt .sub-heading{
	color: #EDEFF1;
	text-transform: uppercase;
}
.banner-headings{
	display: -webkit-box;  
	display: -moz-box; 
	display: -ms-flexbox;   
	display: -webkit-flex;
    display: flex;
    padding-top: 36px;
}
.banner-headings a{
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #F23041;
	text-decoration: none;
}
.banner-headings div{
	position: relative;
	padding-left: 194px;
}
.banner-headings div:first-child{
	padding-left: 0px;
}
.banner-headings div:before{
	content: '';
	position: absolute;
	top: 14px;
	left: 22px;
	width: 147px;
	height: 1px;
	background-color: #0E0E16;
}
.banner-headings div:first-child:before{
	display: none;
}


.who-we{
	background-color: #0E0E16;
	text-align: center;
	position: relative;
}
.who-we:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('../images/repeat-logo2.svg');
	background-repeat: repeat;
    background-size: contain;
	width: 100%;
	height: 128px;
}
.who-we-wrap{
	padding: 162px 0 162px;
}
.who-we h2{
	color: #FBFBFB;
}
.who-we .sub-heading,
.who-we p{
	color: #FBFBFB;
	opacity: 0.8;
}
.who-we p {
    max-width: 900px;
    margin: auto;
    font-weight: 300;
}
	.who-we a {
		color: #EDEFF1;
		border: 1px solid #FBFBFB;
		margin: 66px auto 0;
	}


.help-section-wrap{
	padding: 90px 0 70px;
}
.help-section-txt p{
	max-width: 500px;
    font-weight: 300;
    
}
.help-section-txt h2 {
	max-width: 415px;
    color: #F23041;
}
.help-section-left{
	width: 55%;
}
.help-section-right{
	width: 45%;
}
.help-section-img{
    margin-left: -100px;
}



.build-brand{
	text-align: center;
	padding: 70px 0px;
}
	.build-brand h2 {
        color: #F23041;
	}
.build-brand p{
    max-width: 730px;
    margin: 0 auto 53px;
    
}
.build-brand-brands{
	position: relative;
	height: 389px;
	z-index: 1;
	overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}
.build-brand-brands:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.49933476808692223) 0%, rgba(60,60,60,0.0959734235491071) 50%, rgba(84,84,84,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.49933476808692223) 0%, rgba(60,60,60,0.0959734235491071) 50%, rgba(84,84,84,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.49933476808692223) 0%, rgba(60,60,60,0.0959734235491071) 50%, rgba(84,84,84,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#545454",GradientType=1);
	width: 100%;
	height: 100%;
	z-index: 0;
}
.build-brand-brands a{
	text-decoration: none;
}
.build-brand-brands img{
	position: absolute;
	left: 0;
	z-index: -1;
	transition: transform .4s;
    width: 100%;
}
.build-brand-brands a:hover img{
	transform: scale(1.25);
}
.build-brand-name-desc{
	position: relative;
    height: 100%;
    display: -webkit-box;  
	display: -moz-box; 
	display: -ms-flexbox;   
	display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 32px 32px 34px;
}
.build-brand-name{
	font-size: 32px;
	line-height: 39px;
	font-weight: 500;
	color: #FBFBFB;
	margin: 0 0 2px;
	text-align: left;
}
.build-brand-desc{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #FBFBFB;
	margin: 0;
	text-align: left;
	/* max-width: 330px; */
}
.build-brand-btn a{
	margin: 58px auto 0;
}

/* the slides */
.build-brand .slick-slide {
	margin: 0 10px;
}

/* the parent */
.build-brand .slick-list {
	margin: 0 -10px;
}
.build-brand .slick-arrow {
	position: absolute;
	background-color: transparent;
	top: calc(50% - 20px);
	font-size: 0px;
	border: 0px;
	outline: 0;
	width: 23px;
	height: 40px;
	padding: 0px;
	margin: 0;
    z-index: 9;
}

.build-brand .slick-arrow:before {
		content: "";
		position: absolute;
		top: 0px;
		background-repeat: no-repeat;
		background-size: contain;
		width: 55px;
		height: 55px;
		z-index: 1;
	}

.build-brand .slick-prev {
	left: 30px;
}

.build-brand .slick-prev:before {
		background-image: url(../images/arrow-circle.svg);
		left: 0;
	}

.build-brand .slick-next {
	right: 30px;
}

.build-brand .slick-next:before {
		background-image: url(../images/arrow-circle.svg);
		right: 0;
    transform: rotate(180deg);
	}

.our-brand-tabs{}
#ourBrandTab{
	border: 0px;
	justify-content: center;
	margin-bottom: 60px;
}
#ourBrandTab button{
	border: 0;
	background-color: transparent;
	padding: 20px 34px;
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	color: #0E0E16;
	margin: 0 20px;
	outline: 0;
}
#ourBrandTab li:first-child button{
	margin-left: 0px;
}
#ourBrandTab li:last-child button{
	margin-right: 0px;
}
#ourBrandTab button.active,
#ourBrandTab button:hover{
	color: #F23041;
	background-color: #EDEFF1;
}
.moreToCome{
	text-align: center;
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	color: #0E0E16;
	margin-top: 75px;
}



.our-client{
	background-color: #0E0E16;
	position: relative;
	margin: 50px 0px;
}
.our-client:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('../images/repeat-logo2.svg');
	background-repeat: repeat;
    background-size: contain;
	width: 100%;
	height: 128px;
}
.our-client-wrap{
	padding: 160px 0px 130px;
}
.brand-logos{
	
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 40px;
}
	
.brand-logos img:first-child{
	max-width: 150px;
    margin-top: 15px;
}
	.brand-logos img:nth-child(3),
    .brand-logos img:nth-child(2) {
		max-width: 75px;
	}
.our-client h5,
.our-client h2,
.our-client p{
	color: #FBFBFB;
}
.our-client h2{
	margin-bottom: 23px;
}
.our-client .sub-heading{
	margin-bottom: 12px;
}
.our-client p{
	opacity: 0.8;
    font-weight: 300;
}



.our-blog{
	padding: 70px 0px;
}
.our-blog h2{
	margin-bottom: 55px;
}
.our-blog-btn a{
	margin: 60px auto 0;
}

.our-blog-wrap .build-brand-brands {
    height: 285px;
}

.let-connect {
	padding: 55px 0px 0;
	text-align: center;
}
	.let-connect h2 {
		font-size: 48px;
		line-height: 59px;
        color: #F23041;
	}
.let-connect-btn a{
	margin: 40px auto 0;
	background-color: #F23041;
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
	color: #EDEFF1;
	border: 1px solid #F23041;
	padding: 25px 55px;
}
.let-connect-btn a:hover{
	background-color: transparent;
}



.text-img-section{
	padding: 70px 0 70px;
}
.text-img-section p{
	max-width: 415px;
    font-size: 16px;
    line-height: 25px;
}
.text-img-desc-right{
	padding-left: 20px;
}
.text-img-section a{
	padding: 25px 25px;
}

.text-img-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;

}
.text-img-section ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 24px;
}
	.text-img-section ul li::before {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-right: 15px;
		background: red; /* or whatever color you prefer */
	}

.blog-posts{
	padding: 0px 0px 0px;
}
.blog-posts .col-md-6{
	padding-top: 35px;
}
.page-title{
	text-align: center;
}
.page-title h1{
	font-weight: 500;
}
.big-blog-post a {
    padding: 23px 70px;
}
.big-blog-post img {
    max-height: 350px;
    display: block;
    margin: auto;
}
.blog-description ul li,
.blog-description ol li {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	color: #0E0E16;
	margin: 0px 0px 0px;
}



.post-template {
}
.post-template-main{
	display: -webkit-box;  
	display: -moz-box; 
	display: -ms-flexbox;   
	display: -webkit-flex;
    display: flex;
}
.post-left{
	width: 60%;
	padding-right: 25px;
}
.post-sidebar{
	width: 40%;
	padding-left: 25px;
	border-left: 1px solid rgba(112, 112, 112, 0.4);
}
.post-template-main .post-main-img img{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.blog-title {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
.blog-title h1{
	font-weight: 600;
	margin-bottom: 20px;
}
.blog-title img{
	min-width: 38px;
	margin-left: 30px;
}
.post-template-article date{
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	color: #0E0E16;
}
.blog-description{
	padding-top: 45px;
}
.blog-description h3{
	margin-top: 45px;
}
.subscribe-newsletter{
	background-color: #FFFFFF;
	padding: 30px 70px 30px 30px;
	margin: 65px 45px 62px 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.subscribe-newsletter h3{
	font-size: 22px;
}
.subscribe-newsletter form{
	display: -webkit-box;  
	display: -moz-box; 
	display: -ms-flexbox;   
	display: -webkit-flex;
    display: flex;
    padding: 22px 0px 28px;
}
.subscribe-newsletter input{
	background-color: #FFFFFF;
	height: 65px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(14,14,22,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(14,14,22,0.15);
	box-shadow: 0px 0px 10px 0px rgba(14,14,22,0.15);
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
	color: #0E0E16;
	border: 0;
	outline: 0;
	width: 100%;
	padding: 5px 25px;
	margin-right: 15px;
}
.subscribe-newsletter input::-webkit-input-placeholder {
  	opacity: 0.7;
}
.subscribe-newsletter input::-moz-placeholder {
 	opacity: 0.7;
}
.subscribe-newsletter input:-ms-input-placeholder {
 	opacity: 0.7;
}
.subscribe-newsletter input:-moz-placeholder { 
  	opacity: 0.7;
}
.subscribe-newsletter button{
	background-color: #F23041;
	width: 148px;
	height: 65px;
	text-align: center;
	outline: 0;
	border: 0;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	color: #EDEFF1;
	padding: 5px 30px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(14,14,22,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(14,14,22,0.1);
	box-shadow: 0px 5px 10px 0px rgba(14,14,22,0.1);
}
.subscribe-newsletter div{
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #0E0E16;
}
.subscribe-newsletter div a{
	font-weight: 500;
	color: #0E0E16;
	text-decoration: none;
}
.featured-blog-post{
	display: -webkit-box;  
	display: -moz-box; 
	display: -ms-flexbox;   
	display: -webkit-flex;
    display: flex;
    padding-top: 23px;
}
.featured-blog-post img{
	min-width: 114px;
	max-width: 114px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
article .featured-blog-post img{
	min-width: 184px;
	max-width: 184px;
}
.featured-posts-desc{
	padding-left: 15px;
}
.featured-blog-post h4{
	margin-bottom: 5px;
}
.featured-blog-post p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 7px;
}
.featured-blog-post date{
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	padding: 0;
	margin: 0;
}
.featured-blog-post a {
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.single-more-posts .featured-blog-post a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #F23041;
	border-bottom: 1px solid #F23041;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 4px;
}
.single-more-posts{
	border-top: 1px solid rgba(112, 112, 112, 0.4);
	padding-top: 50px;
}
.single-more-posts .featured-posts-desc {
    padding-left: 29px;
}
.single-more-posts .featured-blog-post h4 {
    margin-bottom: 15px;
    margin-top: 8px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.single-more-posts .featured-blog-post p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}



.work-details-banner{
	background-image: url("../images/work-detail-banner-large.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 65px;
}
.work-details-banner .banner-section-wrap{
	padding-bottom: 160px;
}
.work-details-banner .banner-txt{
	margin-top: -50px;
	max-width: 565px;
}



.text-text-section{
	padding: 50px 0px;
}
.text-text-section p{
	opacity: 0.8;
	margin-bottom: 0px;
}
.text-text-section .text-text-strong{
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	opacity: 1;
}
.alone-p{
	opacity: 0.8;
	margin-bottom: 0px;
	margin-top: 58px;
	max-width: 800px;
}
.img-img-section{
	padding: 50px 0px;
}



.career-page main{
	margin-bottom: 0px;
}
.open-jobs-section{
	padding: 90px 0 75px;
}
.open-jobs-section h2{
	text-align: center;
	margin-bottom: 55px;
}
.open-job-detail{
	margin-bottom: 38px;
}
.open-jobs-section p{
	font-weight: 400;
	margin-bottom: 0px;
}
.apply-for-job{
	background-color: #0E0E16;
}
.apply-job-wrap{
	max-width: 720px;
	margin: auto;
	padding: 70px 0px;
}
.apply-for-job h2{
	color: #FBFBFB;
	text-align: center;
	margin-bottom: 60px;
}
.apply-for-job .career-fields{
	margin-bottom: 30px;
}
.apply-for-job .form-control,
.apply-for-job .form-select {
	background-color: transparent;
	height: 66px;
	width: 100%;
	padding: 20px 25px;
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
	color: #3E3E45;
	border: 0;
	outline: 0;
	border-radius: 0px;
	position: relative;
	z-index: 1;
}
.apply-for-job .form-select option {
	background-color: #EDEFF1;
}
.apply-for-job textarea.form-control{
	height: 218px;
}
.apply-for-job .form-group {
	position: relative;
	background-color: #FFFFFF;
}
.apply-for-job .form-group label {
	position: absolute;
	left: 25px;
	top: 20px;
	z-index: 0;
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
	color: #69696e;
}
.apply-for-job .form-group label::after {
	content: "*";
	color: #F23041;
	margin-left: 5px;
}
.apply-for-job input:valid + label {
	display: none;
}
#applyJobBtn{
	display: block;
	width: 100%;
	max-width: 168px;
	height: 66px;
	margin-left: auto;
	margin-top: 43px;
	border: 1px solid #EDEFF1;
	border-radius: 0px;
	outline: 0px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	color: #EDEFF1;
	background-color: transparent;
}
#applyJobBtn:hover{
	color: #0E0E16;
	background-color: #EDEFF1;
}



.keep-touch-section{
	text-align: center;
	padding: 15px 0px 70px;
}
.keep-touch-section a{
	text-decoration: none;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #0E0E16;
	padding: 15px 0;
	margin: 0;
	display: block;
}



.creative-agency{
	text-align: center;
	padding: 50px 0 100px;
}
.creative-agency p{
	max-width: 660px;
	margin: 0 auto 0;
	opacity: 0.8;
}
.why-choose-us{
	background-color: #0E0E16;
	position: relative;
}
.why-choose-us img{
	position: absolute;
    max-width: 585px;
    z-index: -1;
}
.why-choose-box{
	display: -webkit-box;  
	display: -moz-box; 
	display: -ms-flexbox;   
	display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 165px 148px;
    margin: 0px 82px;
}
.why-choose-box > div:first-child{
	width: 46%;
}
.why-choose-box > div:nth-child(2){
	width: 54%;
}
.why-choose-box  .sub-heading{
	color: #EDEFF1;
}
.why-choose-number{
	font-size: 64px;
	line-height: 77px;
	font-weight: 400;
	color: #F23041;
	padding-top: 14px;
}
.why-choose-heading {
	font-size: 36px;
	line-height: 44px;
	font-weight: 400;
	color: #FBFBFB;
	margin: 2px 0px 0px;
}
.why-choose-box p{
	color: #FBFBFB;
	margin-bottom: 0px;
	max-width: 500px;
}
.our-team{
	padding: 100px 0px 110px;
}
.our-team h2{
	text-align: center;
}
.our-team-box{
	background-color: #EDEFF1;
	height: 438px;
	display: -webkit-box;  
	display: -moz-box; 
	display: -ms-flexbox;   
	display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 44px;
}
.our-team-box .our-team-img{
	text-align: center;
}
.our-team-txt{
	padding: 15px 30px 35px;
}
.our-team-name{
	font-size: 32px;
	line-height: 39px;
	font-weight: 400;
	color: #0E0E16;
}
.our-team-desc{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #0E0E16;
	padding: 10px 0px 0px;
}
.why-choose-boxes{
	position: relative;
}

.capabilities-details p, .capabilities-details ul li {
    font-size: 18px;
}
.capabilities-details h1 {
	font-size: 42px;
    color: #F23041;
    text-align: center;
    font-weight: 500;

}
.capabilities-details h2 {
    font-size: 32px;
    color: #000000;
}

@media screen and (max-width: 1920px) {
	.build-brand .container-fluid {
        padding: 0px 0px;
        width: 100%;
    }
}

@media screen and (max-width: 1400px) {
    .let-connect h2 {
        font-size: 44px;
    }
}


@media screen and (max-width: 1200px){
	.container-fluid {
	    padding: 0px 30px;
	}
}



@media screen and (max-width: 767px){
	.container-fluid {
	    padding: 0px 30px;
	}
	h1 {
		font-size: 24px;
		line-height: 32px;
		font-weight: 400;
		margin: 0px 0px 20px;
	}
	h2{
		font-size: 18px;
		line-height: 24px;
		font-weight: 500;
		margin: 0px 0px 23px;
	}
	p{
		font-size: 16px;
		line-height: 24px;
	}
	.sub-heading {
	    font-size: 14px;
	    line-height: 17px;
	    margin: 0px 0px 10px;
	}
	.g-btn {
	    font-size: 16px;
	    line-height: 20px;
	    padding: 19px 20px;
	    margin: 25px 0 0;
	}
	main {
		padding-top: 145px;
	    margin-bottom: 60px;
	}
	.hide-on-desk{
		display: block;
	}
	.hide-on-mobile{
		display: none;
	}

	.home-page .banner-section{
		background-image: url("../images/hero-mobile.png");
		min-height: 641px;
	}
	.banner-section-wrap {
	    padding: 90px 0px 45px;
	}
	.top-margin-zero .banner-section-wrap {
	    padding: 245px 0px 0px;
	}
	.banner-txt .sub-heading {
	    font-size: 12px;
	    line-height: 24px;
	    font-weight: 400;
	    margin-bottom: 5px;
	}
	.banner-headings {
	    flex-direction: column;
	    padding-top: 13px;
	}
	.banner-headings div {
	    padding-left: 0px;
	    padding-bottom: 25px;
	}
	.banner-headings div:last-child{
		padding-bottom: 0px;
	}
	.banner-headings div:before {
	    top: -24px;
	    left: 0px;
	    width: 1px;
	    height: 22px;
	}
	.banner-headings a {
	    font-size: 12px;
	    line-height: 24px;
	}
	.home-page .banner-txt h1 {
	    font-size: 24px;
	    line-height: 32px;
	    font-weight: 400;
	    color: #EDEFF1;
	}

	.who-we-wrap {
	    padding: 75px 0 75px;
	}
	.who-we:before{
		display: none;
	}
	.who-we a {
	    margin: 80px auto 0;
	}
	.who-we .sub-heading{
		margin-bottom: 18px;
	}

	.help-section-wrap {
	    padding: 55px 0 49px;
	}
	.help-section-left,
	.help-section-right {
	    width: 100%;
	}
	.help-section-left{
		margin-top: 32px;
	}
	.help-section .d-flex{
		flex-direction: column-reverse;
	}
	.help-section-img {
	    margin-left: 0px;
	}

	.build-brand {
	    padding: 45px 0px;
	}
	.build-brand-brands {
	    height: 251px;
	    margin-bottom: 20px;
	}
	.build-brand-name {
	    font-size: 18px;
	    line-height: 21px;
	}
	.build-brand-desc{
		display: none;
	}
	.build-brand p {
	    margin: 0 auto 30px;
	}
	.build-brand-name-desc {
	    padding: 30px 25px 23px;
	}
	.build-brand-btn a {
	    margin: 18px auto 0;
	}
	#ourBrandTab {
	    margin-bottom: 40px;
	}
	#ourBrandTab button {
	    padding: 12px 15px;
	    font-size: 16px;
	    line-height: 20px;
	    margin: 0 0px;
	}
	.moreToCome {
	    font-size: 18px;
	    line-height: 21px;
	    margin-top: 25px;
	}

	.our-client {
	    margin: 45px 0px;
	}
	.our-client-wrap {
	    padding: 75px 0px 75px;
	}
	.our-client .row{
		flex-direction: column-reverse;
	}
	.brand-logos{
		flex-direction: column;
		margin-top: 32px;
        padding-right: 0;
	}
	.brand-logos img {
	    margin-right: 0px;
	    margin-bottom: 25px;
	}
	.our-client:before{
		display: none;
	}
	.brand-logos div:first-child img {
	    max-width: 136px;
	}
	.brand-logos div:nth-child(2) img {
	    max-width: 69px;
	}

	.our-blog {
	    padding: 15px 0px;
	}
	.our-blog h2 {
	    margin-bottom: 35px;
	}
	.our-blog-box{
		margin-bottom: 25px;
	}
	.our-blog-btn{
		display: none;
	}

	.let-connect {
	    padding: 45px 0px 0;
	}
	.let-connect h2 {
	    font-size: 18px;
	    line-height: 24px;
	    font-weight: 500;
	}
	.let-connect-btn a {
	    margin: 34px auto 0;
	    font-size: 16px;
	    line-height: 20px;
	    padding: 22px 40px;
	}

	.text-img-section {
	    padding: 32px 0 32px;
	}
		.text-img-section .row > div:nth-child(2) {
            display: flex;

			flex-direction: column-reverse;
		}
    .text-img-section .row p {
        display: none;
    }
    .text-img-section ul li {
        font-size: 18px;
    }
		.text-img-section .row img {
			margin-top: 30px;
			margin-bottom: 30px;
			display: block;
			margin-left: -45px;
			margin-right: -45px;
			max-width: calc(100% + 90px);
		}
		.text-img-section .rw {
			flex-direction: column;
		}
	.text-img-desc{
		padding-top: 30px;
	}
	.text-img-desc-right {
	    padding-left: 0px;
	}
	.text-img-section p {
		margin-bottom: 0px;
		max-width: 377px;
	}
	.text-img-section a {
	    padding: 22px 22px;
        width: 100%;
        max-width: 100%;
        text-align: center;
	}

	.blog-posts{
		padding: 0 0;
	}
	.blog-posts .col-md-6 {
	    padding-top: 0px;
	}
	.big-blog-post{
		padding: 18px 0 58px;
	}
	.big-blog-post .row{
		flex-direction: column !important;
	}
	.big-blog-post a {
	    padding: 20px 38px;
	}
	.post-template-main{
		display: block;
	}
	.post-detail-page main{
		padding-top: 100px;
	}
	.post-left,
	.post-sidebar{
		width: 100%;
		padding: 0;
	}
	.post-sidebar{
		display: none;
	}
	.post-template-main .post-main-img img{
		box-shadow: unset;
	}
	.post-template-main .post-main-img{
		margin: 0px -30px;
	}
	.blog-title h1 {
	    font-weight: 500;
	    margin-bottom: 9px;
	    font-size: 18px;
	    line-height: 24px;
	    color: #F23041;
	}
	.blog-title img {
	    min-width: 26px;
	    max-width: 26px;
	    margin-left: 25px;
	}
	.blog-description h3 {
	    margin-top: 0px;
	    font-size: 16px;
	    line-height: 24px;
	}
	.blog-description {
	    padding-top: 40px;
	}
	.subscribe-newsletter {
		padding: 22px 20px 22px 20px;
	    margin: 30px 0px 0px 0;
	}
	.subscribe-newsletter h3 {
	    font-size: 16px;
	    line-height: 20px;
	    text-align: center;
	}
	.subscribe-newsletter div div{
		display: none;
	}
	.subscribe-newsletter form{
		display: block;
		padding: 7px 0px 5px;
	}
	.subscribe-newsletter button {
	    font-size: 15px;
	    width: 100%;
	}
	.subscribe-newsletter input {
	    height: 57px;
	    font-size: 15px;
	    margin-bottom: 18px;
	    margin-right: 0px;
	}
	.single-more-posts{
		border-top: 0px;
		padding-top: 40px;
	}
	.single-more-posts h3{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: -20px;
	}
	.featured-blog-post {
	    display: block;
	    padding-top: 42px;
	}
	.single-more-posts .featured-posts-desc {
	    padding-left: 0px;
	    padding-top: 20px;
	}
	article .featured-blog-post img {
	    min-width: 100%;
	    max-width: 100%;
	}
	.single-more-posts .featured-blog-post h4 {
	    margin-bottom: 12px;
	    font-size: 15px;
	    line-height: 20px;
	}
	.featured-blog-post date {
	    font-size: 12px;
	    line-height: 15px;
	}
	.single-more-posts .featured-blog-post p {
	    font-size: 14px;
	    line-height: 20px;
	    margin-bottom: 15px;
	}
	.single-more-posts .featured-blog-post a {
		font-size: 13px;
		line-height: 17px;
	}
	.blog-description ul li,
	.blog-description ol li{
		font-size: 16px;
		line-height: 24px;
	}

	.work-details-banner {
	    background-image: url(../images/work-detail-banner-small.png);
	    margin-bottom: 10px;
	    min-height: 640px;
	}
	.work-details-banner .banner-section-wrap{
		padding: 450px 0 0;
	}
	.text-text-section .text-text-strong {
	    font-size: 16px;
	    line-height: 24px;
	}
	.text-text-section,
	.img-img-section {
	    padding: 0px 0px;
	}
	.text-text-section img,
	.img-img-section img{
		padding: 35px 0px
	}	
	.alone-p{
		margin: 0px;
	}

	.open-jobs-section {
	    padding: 90px 0 25px;
	}
	.apply-job-wrap {
	    padding: 60px 0px;
	}
	.apply-for-job h2 {
	    margin-bottom: 45px;
	    font-size: 24px;
	}
	.open-jobs-section h2 {
	    margin-bottom: 45px;
	    font-size: 24px;
	}
	.open-jobs-section p {
	    font-size: 18px;
	    line-height: 21px;
	    text-align: center;
	}
	.apply-for-job .form-control, 
	.apply-for-job .form-select {
	    height: 47px;
	    padding: 12px 15px;
	    font-size: 14px;
	    line-height: 17px;
	}
	.apply-for-job .form-group label {
		left: 15px;
		top: 15px;
		font-size: 14px;
		line-height: 17px;
	}
	.apply-for-job .form-group label::after {
		margin-left: 4px;
	}
	.apply-for-job .career-fields {
	    margin-bottom: 22px;
	}
	.apply-for-job .career-fields .col-md-6:first-child{
		margin-bottom: 22px;
	}
	.apply-for-job textarea.form-control {
	    height: 178px;
	}
	#applyJobBtn {
	    max-width: 100%;
	    height: 60px;
	    margin-top: 30px;
	    font-size: 16px;
	    line-height: 20px;
	}

	.keep-touch-section {
	    padding: 15px 0px 50px;
	}
	.keep-touch-section h2{
		font-size: 24px;
	}
	.keep-touch-section a {
	    font-size: 18px;
	    line-height: 21px;
	    padding: 10px 0;
	}

	.why-choose-box {
		display: block;
	    padding: 42px 20px;
	    margin: 0px 30px;
	}
	.why-choose-box > div:first-child,
	.why-choose-box > div:nth-child(2) {
	    width: 100%;
	}
	.why-choose-us img{
		left: 0;
	}
	.creative-agency {
    	text-align: left;
    	padding: 50px 0 60px;
    }
	.creative-agency h2{
		font-size: 24px;
	}
	.why-choose-heading {
	    font-size: 24px;
	    line-height: 24px;
	    margin: 6px 0px 14px;
	}
	.why-choose-number {
	    font-size: 36px;
	    line-height: 44px;
	}
	.why-choose-us img {	    
		max-width: 100%;
	    width: -webkit-fill-available;
	}
	.our-team h2 {
	    font-size: 24px;
	}
	.our-team {
	    padding: 57px 0px 50px;
	}
	.our-team-name {
	    font-size: 22px;
	    line-height: 28px;
	}
	.our-team-txt {
	    padding: 15px 23px 25px;
	}
	.our-team-box {
	    height: 385px;
	    margin-top: 30px;
	}
	.why-choose-us .slick-arrow {
	    width: 10px;
	    height: 18px;
	}
	.why-choose-us .slick-arrow:before {
	    width: 10px;
	    height: 18px;
	}
	.why-choose-us .slick-prev {
	    left: 20px;
	}
	.why-choose-us .slick-next {
	    right: 20px;
	}


	
}




@media screen and (min-width: 1600px){
	.container-fluid {
    	max-width: 1835px;
    	margin: auto;
	}
	h1{
		font-size: 48px;
		line-height: 59px;
	}
	h2{
		font-size: 48px;
		line-height: 59px;
	}
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 18px;
    }
	p{
		font-size: 18px;
		line-height: 30px;
	}
	.sub-heading{
		font-size: 22px;
		line-height: 26px;
	}
	.g-btn{
		font-size: 18px;
		line-height: 20px;
	}
	.g-contained-wrap{
		max-width: 1292px;
	}

	.home-page .banner-section{
		background-image: url("../images/hero.png");
	}
	.top-margin-zero .banner-section-wrap {
	    padding: 500px 0px 325px;
	}
	.banner-txt {
	    max-width: 1230px;
	}
	.home-page .banner-txt {
	    max-width: 1275px;
	}
	.home-page .banner-txt h1{
		font-size: 64px;
		line-height: 77px;
	}
	.banner-txt .sub-heading{
		font-size: 24px;
		line-height: 29px;
	}
	.banner-headings a {
	    font-size: 24px;
	    line-height: 29px;
	}

	.who-we:before {
	    height: 208px;
	}
	.who-we-wrap {
	    padding: 215px 0 235px;
	}

	.help-section-txt h2 {
	    max-width: 555px;
	}
	.help-section-img {
	    margin-left: -60px;
	}

	.build-brand p {
    	max-width: 1005px;
	}
	.build-brand-brands {
	    height: 556px;
	}
	.build-brand-name-desc {
	    padding: 32px 40px 50px;
	}
	.build-brand-name {
	    margin: 0 0 22px;
	}
	.build-brand-desc {
    	max-width: 100%;
    }

	.our-client:before{
		height: 208px;
	}
	.brand-logos div:first-child img,
	.brand-logos div:nth-child(2) img {
	    max-width: 100%;
	}
	.post-left {
	    width: 65%;
	}
	.post-sidebar {
	    width: 35%;
	}
	.blog-description h3{
		font-size: 36px;
		line-height: 48px;
	}

	.let-connect h2{
		font-size: 48px;
	}

	.text-img-section p {
	    max-width: 580px;
	}
	.text-img-desc-right {
	    padding-left: 85px;
	}

	.work-details-banner .banner-txt {
	    max-width: 740px;
	}

	.text-text-section .text-text-strong {
	    font-size: 32px;
	    line-height: 39px;
	    max-width: 550px;
	}

	.apply-job-wrap {
	    max-width: 765px;
	}
	.open-jobs-section p{
		font-size: 24px;
	}
	#applyJobBtn {
	    max-width: 244px;
	    height: 92px;
	    font-size: 24px;
	}

	.why-choose-box {
	    padding: 252px 148px;
	    max-width: 1875px;
    	margin: 0 170px;
	}
	.why-choose-us img {
	    max-width: 822px;
	}
	.why-choose-heading {
	    font-size: 48px;
	    line-height: 59px;
	}
	.why-choose-number {
	    font-size: 72px;
	    line-height: 87px;
	}
	.creative-agency p {
    	max-width: 1005px;
    }
    .why-choose-us .slick-arrow:before {
	    width: 39px;
	    height: 68px;
	}
	.why-choose-us .slick-prev {
	    left: 180px;
	}
	.why-choose-us .slick-next {
	    right: 180px;
	}
	.who-we p,
	.help-section-txt p,
	.build-brand p {
		font-size: 22px;
	}

}

