@font-face{font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';}
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    background-color: #f5f5f5;
}

.js-plax {
    position: absolute;
   /* height: 208vh !important;*/
    width: 100%;
    top: -125px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 0;
    background-attachment: fixed;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(../images/services.png);
    background-size: 50%;
    z-index: -1;
}
.js .loading::before {
    content: '';
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.99);
}

.js .loading::after {
    content: '';
    position: fixed;
    z-index: 102;
    width: 100vw;
    height: 100vh;
    margin: -25px 0 0 -25px;
    pointer-events: none;
    background-image: url("../images/digital-traffic-studios.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0px;
}
.creative-heading:before {
    background-image: -moz-linear-gradient( 180deg, rgb(42,250,223) 0%, rgb(76,131,255) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(236, 47, 139) 0%, rgb(237, 96, 51) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(42,250,223) 0%, rgb(76,131,255) 100%);
}

.right_headding:after {
    background-image: -moz-linear-gradient( 180deg, rgb(42,250,223) 0%, rgb(76,131,255) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(236, 47, 139) 0%, rgb(237, 96, 51) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(42,250,223) 0%, rgb(76,131,255) 100%);
}


@keyframes loaderAnim {
    to {
        transform: translate3d(0, -100px, 0);
    }
}

/*body:before{position: absolute; width: 100%; height: 100%; content: ''; background-image: url("../images/services.png");background-position:top right; background-repeat: no-repeat; background-size: 50%;}*/
input, textarea, select, a, button {
    outline: none;
}

button:active, button:hover, button:focus, button:link {
    outline: none;
}

.block-container:hover > .text-container > h1 {
    transition: 0.3s;
    transform: translateX(5px);
}

.logo {
    position: relative;
    top: 10px;
    left: 150px;
    z-index: 1;
}

.logo_fluid {
    position: relative;
}

.logo_fluid:before {
    position: absolute;
    content: url(../images/services_bg.png);
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.8;
}

.text_container {
  margin-top:110px
}

.service_fluid {
/*    position: relative;*/
}

.service_fluid:before {
    position: absolute;
    content: url(../images/section_before_bg.png);
    left: 0;
    top: calc(50% - 108px);
}

.service_fluid:after {
    position: absolute;
    content: url(../images/section_after_bg.png);
    right: 0px;
    bottom: -204px;
    z-index: -1;
}

.about_info {
    font-size: 18px;
    line-height: normal;
}

.service_section {
    position: relative;
}

.service_text {
    position: relative;
    display: flex;
    font-family: "verdana";
    font-size: 30px; 
	font-weight:bold;
	background:url("../images/ryg.png");
	background-repeat: no-repeat;
/*
    background-image: -moz-linear-gradient(top, #000, #5c5b5b);
    background-image: -ms-linear-gradient(top, #000, #5c5b5b);
    background-image: -o-linear-gradient(top, #000, #5c5b5b); 
*/
/*
    color: #333;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text; 
    text-shadow: 3px 0px 0px rgba(255, 255, 255, 0.9);
*/
}

.service_text:before {
    position: absolute;
    z-index: -1;
}

.service_text:after {
    position: absolute;
    content: '';
    width: 10%;
    height: 5px;
    background: #000;
/*    background: -webkit-linear-gradient(#ffed00, #e02525);*/
/*
    background-image: -webkit-linear-gradient(top, #ffed00, #e02525);
    background-image: -moz-linear-gradient(top, #ffed00, #e02525);
    background-image: -ms-linear-gradient(top, #ffed00, #e02525);
    background-image: -o-linear-gradient(top, #ffed00, #e02525);
    background-image: linear-gradient(to top, #ffed00, #e02525);
*/
    bottom: 0px;
    left: 15px;
}
.service_category {
    font-family: verdana;
    font-size: 14.5px;
    color: #333; /* width: 75%;*/
    min-height: 255px;
    line-height: 24px;
    list-style-type: square;
    list-style-position: inside;
}

.service_category_last {
    min-height: 120px;
}

.read_more {
    position: relative;
    font-family: verdana;
    font-weight: 600;
    padding: 0.7rem 1.2rem;
    border-radius: 0px;
	color:#000;
/*
    background: -webkit-linear-gradient(#e02525, #ffed00);
    background-image: -webkit-linear-gradient(right, #e02525, #ffed00);
    background-image: -moz-linear-gradient(right, #e02525, #ffed00); 
    background-image: -ms-linear-gradient(right, #e02525, #ffed00); 
    background-image: -o-linear-gradient(right, #e02525, #ffed00); 
    background-image: linear-gradient(to right, #e02525, #ffed00);
*/
/*    color: transparent;*/
/*
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
*/
    border: 4px solid #2f3c7c;
    font-size: 11px;
    letter-spacing: 1.8px;
}

.read_more:hover {
    background-image: #e02525;
	color:#fff;
}

.read_more:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -.6rem;
    top: -.5rem;
    z-index: -1;
    background-color: #fff;
    transition: all 200ms ease-out;
}

.read_more:hover::before {
    top: 0;
    left: 0;
    background-color: #e02525;
}


.ef-parallax-bg {
    background-attachment: fixed;
}

.dual__content {
    min-height: 400px;
}

.quotation_fluid {
   /* background-image: url(../images/quotation_image.png);
    background-position: right;
    background-size: 44%;
    background-repeat: no-repeat;
    background-color: #cdddec;*/
}

.quotation_container {
    height: 500px;
}

.quote_text {
    font-family: sans-serif;
    font-size: 36px;
    color: #333;
    margin-bottom: 40px;
}

.quote {
    position: relative;
    color: #fff;
    padding: 0.7rem 1.2rem 0.9rem 1rem;
    border-radius: 0;
    border: 4px solid #ec3b78;
    font-size: 13px;
    background: transparent;
    font-family: Poppins;
    font-weight: 700;
    cursor: pointer;
}

.quote:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: .6rem;
    top: -.5rem;
    background-color: #6a36ff; /* #9e87df;*/
    transition: all 200ms ease-out;
    z-index: -1;
    font-size: 12px;
}

.quote:hover::before {
    top: 0;
    left: 0;
    background-color: #ed5152;
}

.service_box_single {
    background: rgba(255, 255, 255, 0.65);
    border-radius: 15px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.03);
    padding-bottom: 30px;
    position: relative;
    z-index: 0;
    height: 100%;
}

.service_box:nth-child(1) .service_text:before {
	padding-left:10px;
    content: url(../images/headding_bg_l1.png);
}

.service_box:nth-child(2) .service_text:before {padding-left:10px;
    content: url(../images/headding_bg_l2.png);
}

.service_box:nth-child(3) .service_text:before {padding-left:10px;
    content: url(../images/headding_bg_l3.png);
}

.service_box:nth-child(4) .service_text:before {padding-left:10px;
    content: url(../images/headding_bg_l4.png);
}

.service_box:nth-child(5) .service_text:before {padding-left:10px;
    content: url(../images/headding_bg_l5.png);
}

.service_box:nth-child(6) .service_text:before {padding-left:10px;
    content: url(../images/headding_bg_l6.png);
}
.service_box:nth-child(7) .service_text:before {padding-left:10px;
    content: url(../images/headding_bg_l7.png);
}

/*dual*/
.dual {
    width: 100%;
    background-color: rgb(207, 223, 237);
    margin: 2em auto;
    height: 500px;
}

.dual__inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(244, 67, 54);;
    pointer-events: none;
    opacity: 0;
}

.dual__half {
   /* position: absolute;
    height: 100%;
    width: 51%;
    right: 0;
    background: url(../images/quotation_image.png);
     background-size: cover;
    background-position: right;
    background-repeat: no-repeat;*/
}

.dual__content.dual__content--show {
    height: 400px;
    opacity: 1;
    pointer-events: visible;
    transform: translate3d(0, 0, 0);
}

.footer_fluid {
    background-color: #fff;
    position: relative;
}


.contact li {
    color: #fff;
    margin-bottom: 10px;
}

.footer_bg {
    height: 400px;
   background-color: #000000;
}

.footer_color {
    height: 400px;
    position: relative;
    z-index: 1;
}

/*.footer_color:before{position: absolute; content: url(../images/right_before.png); right: 0; width: 80px; top: 0; z-index: 1;}*//*.footer_color:after{position: absolute; content: url(../images/right-after.png); right:0; bottom:0;}*/
.footer_fluid:before {
    position: absolute;
    content: '';
    left: 0;
    background: url(../images/section_before_bg.png) no-repeat left center;
}

.footer_fluid:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    background: #000;
    width: 33.3%;
    height: 100%;
    z-index: 0;
    background-image: url(../images/right-after.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.touch {
    position: relative;
    font-family: sans-serif;
    font-size: 18px;
    background: -webkit-linear-gradient(#ed6033, #ec2f8b);
    background-image: -webkit-linear-gradient(right, #ed6033, #ec2f8b);
    background-image: -moz-linear-gradient(right, #ed6033, #ec2f8b);
    background-image: -ms-linear-gradient(right, #ed6033, #ec2f8b);
    background-image: -o-linear-gradient(right, #ed6033, #ec2f8b);
    background-image: linear-gradient(to right, #ed6033, #ec2f8b);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.touch:before {
    position: absolute;
    left: -40px;
    content: url(../images/location_icon.png);
}

.address {
    font-family: Poppins-Regular;
    width: 300px;
}

.number {
    position: relative;
}

.contact_number {
    position: relative;
}

.contact_number:before {
    position: absolute;
    left: -40px;
    content: url(../images/india.svg);
    height: 25px;
    width: 25px;
}

.contact_number_us:before {
    position: absolute;
    left: -40px;
    content: url(../images/united-states-of-america.svg);
    height: 25px;
    width: 25px;
}

.contact_number_uae:before {
    position: absolute;
    left: -40px;
    content: url(../images/united-arab-emirates.svg);
    height: 25px;
    width: 25px;
}

.contact_number a {
    color: #ffffff ;
        font-family: Poppins-Regular;
}

.address-text{
    color: #ffffff;
    font-size: 13px;
}

.contact_number_us a {
    color: #ffffff ;
        font-family: Poppins-Regular;
}
.contact_number_uae a {
    color: #ffffff ;
        font-family: Poppins-Regular;
}
.mail a {
    color: #ffffff ;
        font-family: Poppins-Regular;
}

.mail {
    position: relative;
}

.mail:before {
    position: absolute;
    left: -40px;
    top: 5px;
    content: url(../images/mail_icon.png);
}

/************ media Query ******************/

@media only screen and (min-width:768px) and (max-width:991px){
    .address {
    width: 188px;
}

    .dual__half{
        background-image: none;
    }

    .dual__content{
        width: 100%;
    }
    .js .dual__content{
        transform: translate3d(0px,0,0);
    }


.footer_color {
    height: 430px;
}

.footer_bg{
     height: 430px;
}

.slick-slide img {
    height: auto!important;
    max-width: 100%!important;
}
.slick-slide{
    padding: 5px;
}

.quotation_fluid {
    background-size: contain;
}
}

@media only screen and (min-width:768px) and (max-width:1199px){
    .slick-slide img {
    height: auto!important;
    max-width: 100%!important;
}
}


@media only screen and (max-width: 767px) {
    .footer_fluid:after {
        background: transparent;
        background-image:none;
    }
    .dual__half{
        background-image: none;
    }
    .contact li {
    color: #000;
    }
    
    .contact_number a,.contact_number_us a, .contact_number_uae a,.address-text{
    color: #000 ;
}

    #mybutton3{
        bottom: 100px;
    }
.mail a {
    color: #000 ;
}

.contact_number:before{
        content: url(../images/phone-call.png);
}

.mail:before{
     content: url(../images/envelope.png);
}
    
    .footer_bg {
    background-color: transparent;
    height: auto;
}

.footer_color {
    height: auto;
}

div.lets_work{
    margin-bottom: 10px;
}

.footer_fluid:before {
   background-image: none;
}
    
    .js-plax {
    background-image: none;
}

.text_container {
   /* position: relative;
    top: 120px;*/
   margin-top: 100px;
}

    .quotation_fluid{
        background-image: none;
    }



    .dual__content {
        width: 100%;
        padding: 20px;
    }

    .quote_text{
        margin-bottom: 10px;
        font-size: 31px;
    }

    .headding {
        width: calc(96%);
        display: inline-block;
        position: absolute;
        height: 100%;
        left: 0px;
        z-index: -1;
        top: 0px;
    }

    .address {
      font-size: 16px;
        width: auto;
    }

    .about_info {
        font-size: 15px;
        line-height: normal;
        font-weight: 300;
    }

    /*#dm:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url("../images/digital-marketing.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #smm:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url("../images/social-media-marketing.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #dm:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url("../images/digital-marketing.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #dm1:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url("../images/seo-services-in-hyderabad.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #dmp:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url("../images/ppc-management-services.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
    }*/
}

/* .shrink{top: 21px; box-shadow: 0px 5px 5px rgba(0,0,0,0.02); -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; transition: 0.5s; background: #000000; background: -webkit-linear-gradient(to right, #000000, #434343); background: linear-gradient(to right, #000000, #434343);}*/
@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 425px) {
   /* #dm:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url("../images/digital-marketing.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #smm:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url("../images/social-media-marketing.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #dm:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url("../images/digital-marketing.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #dm1:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url("../images/seo-services.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #dmp:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url("../images/ppc-management-services.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
    }*/

}

@media only screen and (min-width: 768px) {
    .text_container {
       /* top: 200px;*/
    }
	
	
	.heading_title {
	margin:0;
	font-size:3.1rem;
	letter-spacing:.1px;
	text-shadow:none;
	font-family: "sans-serif";
	position:relative;
	color:#fff;
	padding:15px;
	display:block;
	text-transform:uppercase;
	text-align:left;
}
.yellow_gradient {
	background-color:#FBAB7E;
	background-image:linear-gradient(62deg,
	#FBAB7E 0%,
	#F7CE68 100%);
	background-image:-moz-linear-gradient(62deg,
	#FBAB7E 0%,
	#F7CE68 100%);
	background-image:-webkit-linear-gradient(62deg,
	#FBAB7E 0%,
	#F7CE68 100%);
	background-image:-ms-linear-gradient(62deg,
	#FBAB7E 0%,
	#F7CE68 100%);
}
	
	.heading_title {
	font-size:3.1rem;
	letter-spacing:.1px;
	font-family:sans-serif;
	color:#fff;
	text-transform:uppercase;
}
b,
strong {
	font-weight:900;
}
	
	.red_gradient {
	background:rgb(224,37,37);
	background-image:-moz-linear-gradient(180deg,
	rgb(255,237,0) 0%,
	rgb(224,37,37) 100%);
	background-image:-webkit-linear-gradient(180deg,
	rgb(255,237,0) 0%,
	rgb(224,37,37) 100%);
	background-image:-ms-linear-gradient(180deg,
	rgb(255,237,0) 0%,
	rgb(224,37,37) 100%);
}
/*
    #dm:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url("../images/digital-marketing.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #smm:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url("../images/social-media-marketing.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #dm:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url("../images/digital-marketing.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #dm1:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url("../images/seo-services.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #dmp:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url("../images/ppc-management-services.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
    }*/
}