@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700&display=swap');
html,
body,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
button {
    font-family: 'Poppins', sans-serif;
}

html,
body {
    margin: 0 auto;
    color: #fff;
    background: #000;
    position: relative;
    font-size: 1em;
    overflow-x: hidden;
}

header {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 116px;
    z-index: 99;
    position: fixed;
    width: 100%;
    top: 0;g
}

.error {
    font-size: 13px;
}
#message
{
height: 205px;
}
.loader
{
	display:none;
    position: absolute;
    z-index: 55;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(26, 26, 26 ,0.54);

}
.alert
{
    padding: 5px;
    margin-bottom: 0;
    margin-top: 15px;
}
.alert p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

header.sticky {
    background: #000;
}

a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in;
}

a:hover {
    color: #BC0623;
    text-decoration: none;
}

.heading {
    padding-top: 10%;
    padding-bottom: 10%;
    z-index: 2;
    position: relative;
}

.heading .header-img {
    width: 385px;
}
.pre-footer p {
    margin-bottom: 7px;
}

p {
    line-height: 37px;
    font-size: 1.2rem;
    font-weight: 300;
    position: relative;
}

.second-sec P {
    padding-top: 40px;
    z-index: 10;
}

.pre-footer h3.bold
{
line-height: 68px;
}
.col-12 {
    z-index: 10;
}

.second-sec {
    padding-top: 0%;
    position: relative;
    z-index: 10;
    padding-bottom: 6%;
}

h2 {
    position: relative;
}

.second-sec h3.semi,
.pre-footer h3.semi {
    font-size: 5rem;
    font-weight: 400;
    line-height: 4rem;
}

.second-sec h3.bold,
.pre-footer h3.bold {
    font-size: 5rem;
    font-weight: 800;
    padding-left: 80px;
}

.digital,
.social {
    padding-top: 4%;
    padding-bottom: 4%;
    /* background-image: url(../images/blue_bg.png); */
    background-size: 32%;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 22;
}

.digital p {
    padding-right: 100px;
}

.digital-img {
    /* position: absolute; */
    /* top: 115px;
    right: 0;
    width: 458px;
    display: inline-block; */
    width: 90%;
}

.first-sec {
    padding-top: 20%;
}

.digital h2,
.social h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.text-justify {
    text-align: justify;
}

footer p {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.social {
    padding-top: 4%;
    padding-bottom: 4%;
    /* background-image: url(../images/red_bg.jpg); */
    background-size: 32%;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    position: relative;
}

.smm-img {
    /* position: absolute;
    top: 115px;
    left: 0;
    right: auto; */
    width: 90%;
    display: inline-block;
    z-index: 2;
    position: relative;
}

.social p {
    padding-right: 100px;
}

a.contact-btn {
    margin-top: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

a.contact-btn::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border: 2px solid rgba(255, 255, 255, 0.42);
    left: -37px;
    top: -15px;
    border-radius: 50px;
    transition: all 0.4s ease-in;
    z-index: -1;
}

a.contact-btn:hover::before {
    width: calc(100% + 70px);
    background: #fff;
    box-shadow: 0px 0px 7px 1px #BC0623;
}

a.contact-btn:hover {
    color: #BC0623;
    font-weight: 600;
}

h3.sec-four {
    line-height: 42px;
    font-weight: 400 !important;
    margin-bottom: 50px;
}

.pre-footer {
    background: #1A1A1A;
    padding-top: 80px;
    padding-bottom: 80px;
}

.sep {
    width: 70%;
    border-top: 1px solid #707070;
    margin-bottom: 30px;
    margin-top: 10px;
}

.pre-footer span {
    display: inline-block;
    padding-left: 15px;
    white-space: pre-line;
    vertical-align: top;
    line-height: 27px;
    font-size: 16px;
    margin-top: 3px;
}

#contact-form .form-control,
#contact-form .form-select {
    border-radius: 0px;
    background-color: #313131;
    border-color: transparent;
    color: #fff;
}

#contact-form .form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 0.25rem rgb(188 6 35 / 25%);
}

input.form-control,
.form-select {
    height: 58px;
}

.form-select {
    font-size: 15px;
}

.btn-submit {
    width: 100%;
    background: #BC0623;
    color: #fff;
    border: 0px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 18px;
}

header li {
    padding-left: 70px;
}

.blobCont {
    position: absolute;
    width: 100vw;
    height: 120vh;
    top: 0;
}

.blob:nth-child(1) {
    animation: move1 20s infinite linear;
}

@keyframes move1 {
    from {
        transform: rotate(90deg) translate(200px, 0.1px) rotate(-90deg);
    }
    to {
        transform: rotate(450deg) translate(200px, 0.1px) rotate(-450deg);
    }
}

.blob:nth-child(2) {
    animation: move2 20s infinite linear;
}

@keyframes move2 {
    from {
        transform: rotate(180deg) translate(200px, 0.1px) rotate(-180deg);
    }
    to {
        transform: rotate(540deg) translate(200px, 0.1px) rotate(-540deg);
    }
}

.blob:nth-child(3) {
    animation: move3 20s infinite linear;
}

@keyframes move3 {
    from {
        transform: rotate(270deg) translate(200px, 0.1px) rotate(-270deg);
    }
    to {
        transform: rotate(630deg) translate(200px, 0.1px) rotate(-630deg);
    }
}

.blob:nth-child(4) {
    animation: move4 20s infinite linear;
}

@keyframes move4 {
    from {
        transform: rotate(360deg) translate(200px, 0.1px) rotate(-360deg);
    }
    to {
        transform: rotate(720deg) translate(200px, 0.1px) rotate(-720deg);
    }
}

.blob:nth-child(5) {
    animation: move5 20s infinite linear;
}

@keyframes move5 {
    from {
        transform: rotate(450deg) translate(200px, 0.1px) rotate(-450deg);
    }
    to {
        transform: rotate(810deg) translate(200px, 0.1px) rotate(-810deg);
    }
}

.blob:nth-child(6) {
    animation: move6 20s infinite linear;
}

@keyframes move6 {
    from {
        transform: rotate(540deg) translate(200px, 0.1px) rotate(-540deg);
    }
    to {
        transform: rotate(900deg) translate(200px, 0.1px) rotate(-900deg);
    }
}

.blob:nth-child(7) {
    animation: move7 20s infinite linear;
}

@keyframes move7 {
    from {
        transform: rotate(630deg) translate(200px, 0.1px) rotate(-630deg);
    }
    to {
        transform: rotate(990deg) translate(200px, 0.1px) rotate(-990deg);
    }
}

.blob:nth-child(8) {
    animation: move8 20s infinite linear;
}

@keyframes move8 {
    from {
        transform: rotate(720deg) translate(200px, 0.1px) rotate(-720deg);
    }
    to {
        transform: rotate(1080deg) translate(200px, 0.1px) rotate(-1080deg);
    }
}

.blob:nth-child(9) {
    animation: move9 20s infinite linear;
}

@keyframes move9 {
    from {
        transform: rotate(810deg) translate(200px, 0.1px) rotate(-810deg);
    }
    to {
        transform: rotate(1170deg) translate(200px, 0.1px) rotate(-1170deg);
    }
}

.blob:nth-child(10) {
    animation: move10 20s infinite linear;
}

@keyframes move10 {
    from {
        transform: rotate(900deg) translate(200px, 0.1px) rotate(-900deg);
    }
    to {
        transform: rotate(1260deg) translate(200px, 0.1px) rotate(-1260deg);
    }
}

.blob:nth-child(11) {
    animation: move11 20s infinite linear;
}

@keyframes move11 {
    from {
        transform: rotate(990deg) translate(200px, 0.1px) rotate(-990deg);
    }
    to {
        transform: rotate(1350deg) translate(200px, 0.1px) rotate(-1350deg);
    }
}

.blob:nth-child(12) {
    animation: move12 20s infinite linear;
}

@keyframes move12 {
    from {
        transform: rotate(1080deg) translate(200px, 0.1px) rotate(-1080deg);
    }
    to {
        transform: rotate(1440deg) translate(200px, 0.1px) rotate(-1440deg);
    }
}

.blob:nth-child(13) {
    animation: move13 20s infinite linear;
}

@keyframes move13 {
    from {
        transform: rotate(1170deg) translate(200px, 0.1px) rotate(-1170deg);
    }
    to {
        transform: rotate(1530deg) translate(200px, 0.1px) rotate(-1530deg);
    }
}

.blob:nth-child(14) {
    animation: move14 20s infinite linear;
}

@keyframes move14 {
    from {
        transform: rotate(1260deg) translate(200px, 0.1px) rotate(-1260deg);
    }
    to {
        transform: rotate(1620deg) translate(200px, 0.1px) rotate(-1620deg);
    }
}

.blob:nth-child(15) {
    animation: move15 20s infinite linear;
}

@keyframes move15 {
    from {
        transform: rotate(1350deg) translate(200px, 0.1px) rotate(-1350deg);
    }
    to {
        transform: rotate(1710deg) translate(200px, 0.1px) rotate(-1710deg);
    }
}

.blob:nth-child(16) {
    animation: move16 20s infinite linear;
}

@keyframes move16 {
    from {
        transform: rotate(1440deg) translate(200px, 0.1px) rotate(-1440deg);
    }
    to {
        transform: rotate(1800deg) translate(200px, 0.1px) rotate(-1800deg);
    }
}

.blob:nth-child(17) {
    animation: move17 20s infinite linear;
}

@keyframes move17 {
    from {
        transform: rotate(1530deg) translate(200px, 0.1px) rotate(-1530deg);
    }
    to {
        transform: rotate(1890deg) translate(200px, 0.1px) rotate(-1890deg);
    }
}

.blob:nth-child(18) {
    animation: move18 20s infinite linear;
}

@keyframes move18 {
    from {
        transform: rotate(1620deg) translate(200px, 0.1px) rotate(-1620deg);
    }
    to {
        transform: rotate(1980deg) translate(200px, 0.1px) rotate(-1980deg);
    }
}

.tk-blob {
    width: 900px;
    position: absolute;
    right: 120px;
    top: -40px;
}

.row>div {
    z-index: 10;
}

.col-lg-5,
.col-lg-7,
.col-sm-7,
.col-md-7,
.col-md-5,
.col-sm-5 {
    z-index: 10;
}

.social .tk-blob {
    width: 900px;
    position: absolute;
    left: 60px;
    right: auto;
    top: -40px;
}

.img-container {
    position: relative;
    z-index: 2;
}

.img-container::before {
    z-index: 13;
    position: absolute;
    content: "";
    width: 90%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 88%);
    background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 88%);
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 88%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

@media only screen and (max-width: 1600px) {
    .tk-blob {
        width: 1000px;
        position: absolute;
        right: -120px;
        top: -30px;
    }
    .social .tk-blob {
        width: 1000px;
        position: absolute;
        left: -120px;
        right: auto;
        top: -30px;
    }
}

@media only screen and (max-width: 1367px) {
    h3.sec-four {
        margin-top: 50px;
    }
    .heading {
        padding-top: 18%;
    }
    .heading .header-img {
        width: 325px;
    }
    .second-sec h3.semi,
    .pre-footer h3.semi,
    .second-sec h3.bold,
    .pre-footer h3.bold {
        font-size: 5rem;
    }
    .tk-blob {
        width: 900px;
        position: absolute;
        right: -80px;
        top: 0px;
    }
    .social .tk-blob {
        width: 900px;
        position: absolute;
        left: -80px;
        right: auto;
        top: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    h3.sec-four {
        margin-top: 60px;
    }
    .social p {
        padding-right: 0;
    }
    .digital p {
        padding-right: 0px;
    }
    header {
        background: #000;
    }
    .heading {
        padding-top: 17%;
    }
    .heading .header-img {
        width: 325px;
    }
    .second-sec h3.semi,
    .pre-footer h3.semi,
    .second-sec h3.bold,
    .pre-footer h3.bold {
        font-size: 5rem;
    }
    .tk-blob {
        width: 800px;
        position: absolute;
        right: -100px;
        top: 30px;
    }
    .social .tk-blob {
        width: 800px;
        position: absolute;
        left: -100px;
        right: auto;
        top: 40px;
    }
}

@media only screen and (max-width: 991px) {
a.contact-btn
{
margin-left: 35px;
}
    .second-sec {
        padding-bottom: 50px;
    }
    .tk-blob {
        width: 900px !important;
        position: absolute;
        right: -80px;
        top: -50px;
    }
    .social .tk-blob {
        width: 900px !important;
        position: absolute;
        left: -80px;
        right: auto;
        top: -50px;
    }
    header li {
        padding-left: 35px;
    }
    .img-container {
        text-align: center;
        margin-bottom: 35px;
    }
    .img-container::before {
        width: 59%;
    }
    .digital-img,
    .smm-img {
        width: 59%;
    }
    .social p {
        padding-right: 0;
    }
    .digital p {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
    header li {
        padding-left: 16px !important;
    }
    header {
        min-height: 126px !important;
    }
    .heading .header-img {
        margin-bottom: 20px !important;
    }
    .heading {
        padding-top: 25% !important;
    }
    .second-sec h3.semi,
    .pre-footer h3.semi,
    .second-sec h3.bold,
    .pre-footer h3.bold {
        font-size: 3.5rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
    img.logo {
        width: 125px;
        display: block;
        margin: 0 auto;
    }
    header {
        min-height: 140px;
    }
    ul.list-inline.menu {
        margin-bottom: 0;
        text-align: center;
        display: block;
        margin-top: 19px;
    }
    header li {
        padding-left: 17px;
    }
    .heading {
        padding-top: 35%;
        text-align: center;
    }
    .heading .header-img {
        width: 216px;
    }
    .second-sec h3.bold,
    .pre-footer h3.bold {
        padding-left: 60px;
    }
    .second-sec h3.semi,
    .pre-footer h3.semi,
    .second-sec h3.bold,
    .pre-footer h3.bold {
        font-size: 4rem;
        line-height: 0.9;
    }
    .tk-blob {
        width: 700px !important;
        position: absolute;
        right: -30px;
        top: -50px;
    }
    .social .tk-blob {
        width: 700px !important;
        position: absolute;
        left: -30px;
        right: auto;
        top: -50px;
    }
    .digital h2,
    .social h2 {
        font-size: 2.5rem;
        margin-bottom: 27px;
    }
    .pre-footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .developed {
        text-align: center;
    }
    footer {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    footer p {
        margin-bottom: 0;
        margin-top: 0;
    }
    .second-sec {
        padding-bottom: 30px;
    }
    a.contact-btn {
        margin-bottom: 30px;
    }
    h3.sec-four {
        line-height: 34px;
        margin-bottom: 50px;
        font-size: 1.2rem;
    }
    p {
        line-height: 31px;
        font-size: 1.1rem;
        text-align: justify;
    }
}

@media only screen and (max-width: 480px) {
    .heading {
        padding-top: 45%;
    }
    .heading .header-img {
        margin-bottom: 25px;
    }
    .second-sec h3.semi,
    .pre-footer h3.semi,
    .second-sec h3.bold,
    .pre-footer h3.bold {
        font-size: 2.5rem;
    }
    .tk-blob {
        width: 500px !important;
        position: absolute;
        right: -80px;
        top: -30px;
    }
    .social .tk-blob {
        width: 500px !important;
        position: absolute;
        left: -80px;
        right: auto;
        top: -30px;
    }
    .digital h2,
    .social h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .second-sec h3.bold,
    .pre-footer h3.bold {
        padding-left: 45px;
    }
}

@media only screen and (max-width: 361px) {
    .list-inline-item {
        display: inline-block;
        font-size: 13px;
    }
    .heading {
        padding-top: 54%;
    }
    .heading .header-img {
        width: 175px;
    }
}