.title-container{
	position: fixed;
	top: 50%;
	width:100%;
	max-width:100%;
	z-index:1;
}
.creative-agency-title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: -1;
}
.fixed_button{
	position:absolute !important;
	margin-top:1900px;
	bottom: auto !important;
	display: none;
}
.creative-agency-title-h1{
	text-align: center;
	font-family: Mercury Display Roman;
	font-weight: 400;
	text-transform: capitalize;
	color: #000;
	font-size: 75px !important;
	line-height: 1.025em;
	font-size: 8vw;
	line-height: 1em;
}
.creative-agency-title img{
	max-width:150px;
}
#qodef-page-inner{
	margin:0;
	width:100%;
	padding:140px 50px 140px !important;  
}
.image-row{
	display:flex;
	justify-content:center;
	padding: 0 30px;
}
/* .image-row .image-col:nth-child(even) {
    margin-top: 70px;
} */
.image-grid{
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.brick{
	height: 210px;
	width: 210px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(-15deg) ;
	transition: transform 0.5s ease;
}
.image-grid a{
    display: flex;
}
.image-grid a img{
    transition: transform 0.5s ease;
}
/* .image-grid img {
    animation: rotate 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
  } */
@keyframes rotate {
	to {
		transform: rotate(30deg);
/* 		transform: rotate(15deg); */
	}
}
.modal-header{
    border-bottom: none;
    display: flex;
}
.modal-footer{
    border-top: none;
}
.modal-title{
	color:#000000;
    font-family: Montserrat-Medium;
    text-transform: capitalize;
    padding-left: 30px;
	margin: 0;
    font-size: 25px;
    width: 95%;
    text-align: center;
}
.modal-body p {
	color: #000000;
	font-size: 18px;
	text-align: center !important;
	font-family: Mercury Display Roman !important;
}
.modal-footer{
    display: block;
    text-align: center;
}
.modal-footer button{
	background-color: #3373B4;
}
#myModal .modal-content {
    border-radius: 20px 20px 0px 0px;
    background-color: #DADADA; 
}
.modal-footer button{
	background-color:#3373B4;
	color:#fff;
}
.modal-footer button:hover{
	background-color:#3373B4;
	color:#fff;
}
 @media (min-width: 1200px) {
	.image-col {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}
@media (min-width: 992px) and (max-width:1200px) {
	.image-col {
		flex: 0 0 12.5%;
		max-width: 15%;
	}
}
@media (min-width: 768px) and (max-width:992px) {
	.image-col {
		flex: 0 0 12.5%;
		max-width: 25%;
	}
	    .title-container{
        margin-top: 0px;
    }
    .creative-agency-title-h1{
        font-size: 50px !important;
    }
    #qodef-page-inner{
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 576px) and (max-width:768px) {
	.image-col {
		flex: 0 0 12.5%;
		max-width: 30%;
	}
	    .title-container{
        margin-top: 0px;
    }
    .creative-agency-title-h1{
        font-size: 50px !important;
    }
    #qodef-page-inner{
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:576px){
    .creative-agency-title-h1{
		font-size: 40px !important;
    }
	.col-6 {
		display:flex;
		justify-content: center;
	}
	.image-grid{
        height: 130px;
        width: 130px;
        display: flex;
		justify-content: center;
		gap: 20px;
    }
	.row .image-col:nth-child(even) {
		margin-top:130px !important;
	}
	.modal-title{
		font-size: 20px;
		width: 95%;
	}
	.modal-body p {
		font-size: 16px;
		margin:0px 0px !important;
	}
	.btn {
        font-size:14px;
	}
	.modal-dialog {
		margin: 0.5rem 2rem;
	}
}