::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .05);
}

::-webkit-scrollbar-thumb {
    background: #28a6f6;
}

/*@font-face {
   font-family: myFirstFont;
   src: url(sansation_light.woff);
}*/

body {
    font-family: 'Nunito Sans', sans-serif;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section {
    position: relative;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: all .3s;
}

.logo {
    width: 100%;
    padding: 10px 0;
}

.logo img {
    width: 100%;
    margin-top: 4px;
    /* max-width: 105px; */
}

.menu {
    width: 100%;
    padding-top: 14px;
}

.pricing-page-menu {
    display: none;
}

.pricing-page-menu.menu>ul>li>a {
    padding-left: 10px;
    padding-right: 10px;
}

.pricing-scrolled .menu {
    display: none;
}

.pricing-scrolled .menu.pricing-page-menu {
    display: block;
}

.pricing-page-goto-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing-page-goto-tabs li a {
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
    color: #28a6f6;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s;
    margin: 0 5px;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.pricing-page-goto-tabs li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 4px);
    height: 5px;
    background: #d7d7d7;
    transform: translateX(-50%);
    transition: all .3s;
}

.pricing-page-goto-tabs li a:hover {
    background: #28a6f6;
    color: #fff;
}

.pricing-page-goto-tabs li a:hover:before {
    background: #28a6f6;
}

.menu>ul {
    float: right;
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
}

.menu>ul>li {
    float: left;
}

.menu>ul>li>a {
    color: #fff;
    text-decoration: none;
    padding: 10px 13px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    transition: all .3s;
}

.menu>ul>li>a>i {
    font-size: 13px;
    margin-right: 5px;
}

.menu>ul>li>a>i.fa-home {
    font-size: 16px;
    margin-right: 0;
}

.menu>ul>li>a>i.icon-icons-01 {
    font-size: 14px;
    position: relative;
    top: 1px;
}

.menu>ul>li.drop-down>a {
    padding-right: 25px;
    position: relative;
}

.menu>ul>li.drop-down>a:before {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 45%;
    right: 8px;
    transform: translateY(-50%);
}

.menu>ul>li.drop-down>a:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    top: initial;
    transform: initial;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #28a6f6;
    transform: translateX(-5px);
    transition: all .3s;
}

.menu>ul>li.drop-down:hover>a:after {
    visibility: visible;
    opacity: 1;
}

.menu>ul>li.drop-down>.drop-down-menu {
    position: absolute;
    padding: 30px 0;
    top: 61px;
    left: 0;
    width: 100%;
    background: #fff;
    list-style: none;
    border-top: 3px solid #28a6f6;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 13px 13px rgba(0, 0, 0, .2);
    transition: all .3s;
}

.menu>ul>li.drop-down:hover>.drop-down-menu {
    visibility: visible;
    opacity: 1;
}

.drop-down-heading h3 {
    color: #000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}

.drop-down-heading:hover h3 {
    color: #28a6f6;
}

.drop-down-heading p {
    font-size: 14px;
    margin-bottom: 10px;
}

.drop-down-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.drop-down-ul ul li {
    border-bottom: 1px solid #d7d7d7;
}

.drop-down-ul ul li:last-child {
    border-bottom: 0px;
}

.drop-down-ul ul li a {
    padding: 14px 0px 14px 14px;
    display: inherit;
    transition: all .1s linear;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #4b4b4b;
    text-decoration: none;
    position: relative;
}

.drop-down-ul ul li a:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    left: 3px;
    font-weight: 900;
    transform: translateY(-50%);
}

.drop-hover:hover .drop-down-heading h3 {
    color: #28a6f6;
}

.drop-img {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.drop-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background: #28a6f6b0;
    line-height: 100%;
    opacity: 0;
    transition: all .3s;
}

.drop-hover:hover .drop-img .drop-img-hover {
    opacity: 1;
}

.drop-img-hover p {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.drop-img img {
    width: 100%;
    transition: all .3s;
}

.drop-hover:hover .drop-img img {
    transform: scale(1.15);
}

.drop-hover h4 {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.drop-hover p.drop-simple-p {
    font-size: 13px;
    margin-bottom: 5px;
}

.drop-view-link,
.drop-view-link:hover,
.drop-view-link:focus {
    color: #28a6f6;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}

.drop-view-link i {
    margin-right: 0;
    transition: all .3s;
}

.drop-hover:hover .drop-view-link i {
    margin-right: 5px;
}

.drop-down-ul ul li a:hover {
    background: #f8f8f8;
    color: #28a6f6;
    position: relative;
    z-index: 2;
    padding-left: 17px;
}

.scrolled {
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, .2);
}

.scrolled .menu>ul>li>a {
    color: #000;
}

.scrolled .menu>ul>li>a>i {
    color: #28a6f6;
}

.scrolled .menu>ul>li>a>i:before {
    color: #28a6f6;
}

.scrolled .menu>ul>li>a>i.fa-home,
.scrolled .menu>ul>li>a>i.fa-home:before {
    color: #000;
}

.menu>ul>li:hover>a,
.menu>ul>li:hover>a>i,
.menu>ul>li:hover>a>i:before,
.menu>ul>li>a.active,
.menu>ul>li>a.active>i,
.menu>ul>li>a.active>i:before,
.scrolled .menu>ul>li>a.active>i.fa-home,
.scrolled .menu>ul>li>a.active>i.fa-home:before {
    color: #28a6f6;
}

span.menu-hover-effect {
    background: linear-gradient(to right, #28a6f6, #28a6f6 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position .6s ease;
}

.scrolled .menu>ul>li>a>span.menu-hover-effect,
.white-header .menu>ul>li>a>span.menu-hover-effect {
    background: linear-gradient(to right, #28a6f6, #28a6f6 50%, #000 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
}

.menu>ul>li:hover>a>span.menu-hover-effect,
span.menu-hover-effect:hover {
    background-position: 0 100%;
}

.pricing-page-menu.menu>ul>li>a {
    position: relative;
}

.pricing-page-menu.menu>ul>li>a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 30px;
    height: 3px;
    background: #28a6f6;
    transform: translateX(-50%) scaleX(0);
    transition: all .3s;
}

.pricing-page-menu.menu>ul>li>a.active:before {
    transform: translateX(-50%) scaleX(1);
}

.black-logo {
    display: none;
}

.scrolled .white-logo {
    display: none;
}

.scrolled .black-logo {
    display: initial;
}

.white-header {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.white-header .menu>ul>li>a {
    color: #000;
}

.white-header .menu>ul>li>a>i {
    color: #28a6f6;
}

.white-header .menu>ul>li>a>i:before {
    color: #28a6f6;
}

.white-header .white-logo {
    display: none;
}

.white-header .black-logo {
    display: initial;
}

.position-rel-container {
    position: relative;
    height: 100%;
}

.pos-rel {
    position: relative;
}

.pos-initial {
    position: initial;
}

.home-banner {
    width: 100%;
    height: 100vh;
    background: url('../images/Designcater/home/home-banner1.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    min-height: 650px;
}

.home-video-banner {
    background: none;
}

.home-banner-video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-banner-video video {
    min-width: 100%;
    min-height: 100%;
    filter: grayscale(100%);
}

.inner-banner {
    width: 100%;
    height: 100vh;
    position: relative;
    min-height: 650px;
}

.lb-banner {
    background: url('../images/Designcater/logo-branding/bg.jpg') no-repeat center center;
    background-size: cover;
}

.web-banner {
    background: url('../images/Designcater/website/bg.jpg') no-repeat center center;
    background-size: cover;
}

.mobile-app-banner {
    background: url('../images/Designcater/mobileapp/bg.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.video-banner {
    background: url('../images/video/bg.webp') no-repeat center center;
    background-size: cover;
}

/*.dm-banner {
	background: url('https://ik.imagekit.io/designcater/Designcater/dm/bg.jpg') no-repeat center center;
	background-size: cover;
}*/

.smm-banner {
    background: url('../images/Designcater/smm/social-media-banner.jpg') no-repeat center center;
    background-size: cover;
}

.fb-banner {
    background: url('../images/Designcater/smm/facebook/facebook.jpg') no-repeat center center;
    background-size: cover;
}

.instagram-banner {
    background: url('../images/Designcater/smm/instagram/instagram-banner.jpg') no-repeat center center;
    background-size: cover;
}

.twitter-banner {
    background: url('../images/Designcater/smm/twitter/twitter-banner.jpg') no-repeat center center;
    background-size: cover;
}

.linkedin-banner {
    background: url('../images/Designcater/smm/linkedin/banner.jpg') no-repeat center center;
    background-size: cover;
}

.dm-banner .absolute-center,
.smm-banner .absolute-center,
.fb-banner .absolute-center,
.instagram-banner .absolute-center,
.twitter-banner .absolute-center {
    top: 51%;
}

.inner-banner-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.inner-banner-img img {
    width: 100%;
}

.portfolio-banner .inner-banner-img img {
    transform: scale(1.5);
}

.web-banner .inner-banner-img {
    /* right: -70px;
    width: 130%; */
    right: 0px;
    width: 100%;
}

.web-banner .inner-banner-img img {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.web-banner .inner-banner-img img:last-child {
    z-index: 1;
}

.mobile-app-banner .inner-banner-img {
    right: 20px;
    width: 110%;
    top: 42%;
}

.mobile-app-banner .inner-banner-img img {
    position: absolute;
    top: 20px;
    transform: translateY(-50%);
    max-width: 90%;
}

.contact-banner {
    background: url('../images/Designcater/contact/banner.jpg') no-repeat center center;
    background-size: cover;
    height: 50vh;
    min-height: 500px;
}

.pricing-banner {
    background: url('../images/Designcater/pricing/bg.jpg') no-repeat center center;
    background-size: cover;
    height: 50vh;
    min-height: 500px;
}

.about-banner {
    background: url('../images/Designcater/about/banner.jpg') no-repeat center center;
    background-size: cover;
    height: 50vh;
    min-height: 500px;
}

.blog-banner {
    background: url('../images/Designcater/about/banner.jpg') no-repeat center center;
    background-size: cover;
    height: 50vh;
    min-height: 500px;
}

.portfolio-banner {
    background: url(../images/contact/banner.jpg) no-repeat center center;
    background-size: cover;
    height: 50vh;
    min-height: 500px;
}

.portfolio-banner-bg {
    height: 100%;
    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
    overflow: hidden;
}

.portfolio-banner-svg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
}

.black-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.banner-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.exta-div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-line:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .1);
    z-index: 1;
    transform: translateX(-50%);
}

.banner-line .exta-div:before {
    content: '';
    position: absolute;
    left: 18%;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .1);
    z-index: 1;
}

.banner-line .exta-div:after {
    content: '';
    position: absolute;
    right: 18%;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .1);
    z-index: 1;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.absolute-bottom {
    position: absolute;
    bottom: 36.9px;
    left: 50%;
    transform: translateX(-50%);
}

.absolute-bottom-link {
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
}

.home-banner .absolute-center {
    top: 44%;
}

.banner-heading {
    text-align: center;
    width: 100%;
    color: #fff;
}

.banner-heading h1 {
    text-transform: capitalize;
    margin: 0 0 10px 0;
    font-size: 50px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.banner-heading p,
.banner-heading h6 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.inner-banner-heading {
    width: 100%;
    color: #fff;
}

.inner-banner-heading h1 {
    margin: 0 0 10px 0;
    font-size: 50px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.inner-banner-heading p,
.inner-banner-heading h6 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.inner-banner-heading .link-area {
    margin-top: 20px;
}

.home-banner-form {
    display: inline-block;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.home-banner-form form {
    position: relative;
}

.home-banner-form form::before {
    content: '';
    position: absolute;
    height: 21px;
    width: 21px;
    background: url("../images/pencil-white.png") no-repeat center center;
    background-size: contain;
    left: 15px;
    top: 47%;
    transform: translateY(-50%);
}

.home-banner-input {
    float: left;
    background: rgba(0, 0, 0, .6);
    width: 370px;
    padding: 13px 15px 13px 45px;
    float: left;
    font-weight: 700;
    outline: 0;
    border: 0;
    color: #ffffff;
    border-radius: 0;
    border: 2px dashed #ffffff;
    margin-right: 8px;
    transition: all .3s;
}

.home-banner-input::placeholder {
    color: #989898;
}

.home-banner-submit {
    position: relative;
    padding: 15px 40px;
    border: 0;
    color: #fff;
    font-weight: 800;
    background: #28a6f6;
    outline: 0;
    overflow: hidden;
    border-radius: 0;
    border: 0;
    transition: all .3s;
    z-index: 1;
}

.home-banner-submit:focus {
    outline: 0;
}

button.home-banner-submit:before {
    content: '';
    background-color: rgba(255, 255, 255, .6);
    width: 100%;
    height: 20px;
    position: absolute;
    left: -100%;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    z-index: -1;
}

button.home-banner-submit:hover:before {
    left: 100%;
}

button.home-banner-submit span {
    background: linear-gradient(to right, #ddd, #ddd 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position .6s ease;
}

button.home-banner-submit:hover span {
    background-position: 0 100%;
}

.home-banner>.container,
.inner-banner>.container {
    z-index: 1;
}

.banner-bottom-carousel {
    text-align: center;
}

.banner-bottom-carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.banner-bottom-carousel img {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
}

.banner-goto-link {
    text-align: center;
}

.banner-goto-link a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

#banner-scroll-down {
    cursor: pointer;
}

.scroll-to-field {
    cursor: pointer;
}

.banner-goto-link a p {
    margin: 0;
    color: #fff;
    font-style: italic;
}

.banner-goto-link a p img {
    height: 20px;
    margin-right: 7px;
    margin-top: -3px;
}

.banner-goto-link a i {
    font-size: 30px;
    margin-top: 5px;
}

.white-sec {
    padding: 55px 0;
    width: 100%;
}

.green-sec {
    padding: 55px 0;
    width: 100%;
    background: #28a6f61f;
}

.grey-sec {
    padding: 55px 0;
    width: 100%;
    background: #eee;
}

.light-grey-sec {
    padding: 55px 0;
    width: 100%;
    background: #f7f7f7;
}

.section-heading {
    text-align: center;
    width: 100%;
}

.section-heading h5 {
    position: relative;
    padding: 0 50px;
    font-size: 13px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}

.section-heading h5:before {
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    width: 35px;
    height: 7px;
    transform: translateY(-50%);
    background: url(../images/arrow.png) no-repeat left center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(48%) sepia(98%) saturate(698%) hue-rotate(176deg) brightness(97%) contrast(99%);
}

.section-heading h5:after {
    content: '';
    position: absolute;
    right: 0;
    top: 40%;
    width: 35px;
    height: 7px;
    transform: translateY(-50%) scaleX(-1);
    background: url(../images/arrow.png) no-repeat right center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(48%) sepia(98%) saturate(698%) hue-rotate(176deg) brightness(97%) contrast(99%);
}

.section-heading h1,
.section-heading h2 {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    padding-top: 3px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.section-heading p,
.section-heading h6 {
    font-weight: 300;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    line-height: 1.15;
    padding-top: 5px;
    margin-bottom: 1rem;
}

.section-heading p.simple-p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    padding-right: 30px;
    padding-top: 0;
}

.section-heading.left-heading h5:after {
    display: none;
}

.left-heading {
    text-align: left;
}

.section-heading .link-area {
    margin-top: 25px;
}

.portfolio-carousel-sec .link-area {
    margin-top: 55px;
    text-align: center;
}

.portfolio-carousel {
    padding-top: 14px;
}

.inner-portfolio .link-area {
    margin-top: 45px;
    text-align: center;
}

.link-area a.simple-a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    color: #28a6f6;
    padding: 10px 0;
    margin-right: 30px;
    font-weight: 700;
    font-size: 14px;
}

.link-area a.simple-a i {
    font-size: 24px;
    margin-right: 10px;
    position: relative;
    bottom: -4px;
}

.link-area a.hover-effect {
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    z-index: 2;
    font-weight: 700;
}

.link-area a.hover-effect:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    z-index: 2;
    transition: all .3s;
}

.inner-banner .link-area a.hover-effect:before {
    border: 2px solid #fff;
}

.inner-banner .link-area a.simple-a {
    color: #fff;
    margin-right: 0px;
    margin-left: 30px;
}

.inner-banner .link-area a.simple-a img {
    width: 27px;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}

.link-area a.hover-effect:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 100%;
    height: 100%;
    background: #28a6f6;
    z-index: -1;
    transition: all .3s;
}

span.flash-glow-effect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .3s;
}

span.flash-glow-effect:before {
    content: '';
    background-color: rgba(255, 255, 255, .6);
    width: 100%;
    height: 15px;
    position: absolute;
    left: -100%;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

a:hover span.flash-glow-effect:before,
button:hover span.flash-glow-effect:before,
div:hover>span.flash-glow-effect:before {
    left: 100%;
}

.link-area a.hover-effect:hover:before {
    left: 0;
    top: 0;
    border: 2px solid #28a6f6;
}

.link-area a.hover-effect:hover:after {
    left: 0;
    top: 0;
}

.second-sec-hover {
    position: relative;
}

.second-sec-hover img {
    position: relative;
    z-index: 1;
}

.second-sec-hover:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 7px;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #28a6f6;
    transition: all .3s;
}

.second-sec-hover:hover:before {
    left: 0;
    top: 0;
}

.about-detail-sec {
    padding-top: 20px;
}

.about-detail-img {
    width: 70px;
    height: 100%;
    padding-right: 10px;
    float: left;
}

.about-detail-img.diff-img {
    padding-right: 5px;
}

.about-detail-img.diff-img-0 {
    padding-right: 0;
}

.about-detail-img img {
    width: 100%;
}

.about-detail-right {
    float: left;
    width: calc(100% - 70px);
    padding-left: 10px;
}

.about-detail-right h3 {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    font-family: "Poppins", sans-serif;
}

.green-sec-heading {
    padding-bottom: 10px;
}

.green-sec-heading h3 {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
}

.green-sec-heading form {
    position: relative;
}

.green-sec-heading form:before {
    content: '';
    position: absolute;
    height: 21px;
    width: 21px;
    background: url(../images/pencil-white.png) no-repeat center center;
    background-size: contain;
    left: 15px;
    top: 47%;
    transform: translateY(-50%);
}

.about-detail-right p {
    line-height: 1.15;
    margin-bottom: 9px;
    font-size: 17px;
}

.about-detail-right a {
    color: #28a6f6;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
}

.about-detail-right a i {
    font-weight: 900;
    position: relative;
    left: 0;
    transition: all .3s;
}

.about-detail-right a:hover i {
    left: 5px;
}

.grey-badge {
    position: relative;
    background: #eee;
    border-top: 2px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
}

.nav-tabs {
    border-bottom: 0;
}

.service-tabs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.service-tabs ul li img {
    width: 100%;
    max-width: 60px;
}

.service-tabs ul li i {
    font-size: 60px;
}

.service-tabs ul li i:before {
    color: #666666;
}

.service-tabs .nav-tabs .nav-link {
    padding: 15px 45px 15px 45px;
    margin-bottom: -2px;
    position: relative;
    color: #4b4b4b;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    border: 2px solid transparent;
    transition: all .3s;
    z-index: 2;
}

.service-tabs .nav-tabs .nav-link.active {
    padding-top: 35px;
    color: #28a6f6;
    margin-top: -23px;
    border: 2px solid #d7d7d7;
    border-top: 5px solid #d7d7d7;
    border-bottom: 3px solid #fff;
    border-radius: 0;
}

.service-tabs .nav-tabs .nav-link.active i:before {
    color: #28a6f6;
}

.service-tabs .nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -5px;
    background: url(../images/home/service-icon/services-top.png) no-repeat top center;
    background-size: contain;
    width: 45px;
    height: 25px;
    opacity: 0;
    transform: translateX(-50%);
    transition: all .3s;
}

.service-tabs .nav-tabs .nav-link.active:before {
    opacity: 1;
}

.service-tabs .nav-tabs .nav-link:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    width: 3px;
    height: 80%;
    opacity: 1;
    background: #d7d7d7;
    transform: translateY(-50%);
    transition: all .3s;
}

.service-tabs .nav-tabs .nav-item:last-child .nav-link:after {
    display: none;
}

.service-tabs .nav-tabs .nav-link.active:after {
    opacity: 0;
}

.service-tabs .nav-tabs .nav-link p {
    margin: 15px 0 0 0;
    color: #6f6f6f;
}

.green-img {
    display: none;
}

.service-tabs .nav-tabs .nav-link.active .dark-img {
    display: none;
}

.service-tabs .nav-tabs .nav-link.active .green-img {
    display: initial;
}

.service-tab-content {
    padding: 55px 0;
}

.service-tab-content img {
    width: 100%;
}

.service-tab-content .section-heading.left-heading {
    padding-left: 30px;
}

.pricing-sec .link-area {
    margin-top: 55px;
    text-align: center;
}

.pricing-tabs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.pricing-tabs .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
    color: #28a6f6;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s;
    margin: 0 7px;
}

.pricing-tabs .nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 4px);
    height: 5px;
    background: #d7d7d7;
    transform: translateX(-50%);
    transition: all .3s;
}

.pricing-tabs .nav-tabs .nav-link.active {
    background: #28a6f6;
    color: #fff;
}

.pricing-tabs .nav-tabs .nav-link.active:before {
    background: #28a6f6;
}

.pricing-content {
    padding: 55px 10px 0 10px;
}

.single-pricing {
    position: relative;
    margin: 0 -10px;
    background: #fff;
    padding: 30px 20px 15px 20px;
    text-align: center;
    top: 0;
    transition: all .3s;
}

.single-pricing:hover {
    top: -10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    z-index: 1;
}

.pricing-badges {
    padding-top: 15px;
}

.pricing-badges img {
    width: 75%;
}

.big-pricing .pricing-link {
    padding-bottom: 15px;
    border: 0;
}

.recommended-price:before {
    content: 'RECOMMENDED';
    position: absolute;
    top: 0;
    right: 0px;
    background: #28a6f6;
    padding: 6px 7px 4px 23px;
    font-size: 9px;
    transform: rotate(90deg) translate(100%, 100%);
    transform-origin: top right;
    color: #fff;
    line-height: 1;
}

/* .black-friday-banner-bg {
    background: url('../images/black-friday-banner-bg.jpg') center center no-repeat;
    background-size: cover;
}
.black-friday-banner-bg .black-overlay {
    display: none;
}
.black-friday-sale .single-pricing {
    padding-top: 45px;
}
.black-friday-sale .single-pricing:after {
    content: 'BLACK FRIDAY OFFER';
    position: absolute;
    top: 0;
    left: 50%;
    background: #000;
    padding: 5px 15px 5px 15px;
    font-size: 9px;
    transform: translate(-50%, 0);
    color: #fff;
    line-height: 1;
} */

sup.cut-price {
    font-size: 35%;
    color: #000;
    text-decoration: line-through;
    top: -1.5em;
}

.pricing-black-friday-banner {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.big-pricing .col-md-3>.price-head>h6 {
    margin-top: -15px;
}

.price-head h4 {
    font-weight: 700;
    font-size: 23px;
    font-family: "Roboto", sans-serif;
    color: #000;
    margin-bottom: 5px;
}

.big-pkg-head h4 {
    font-size: 30px;
    padding-bottom: 20px;
}

.price-head h6 {
    font-weight: 700;
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    color: #28a6f6;
    margin-bottom: 0;
}

.price-head p {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    margin: 0;
}

.price-head p span {
    font-size: 18px;
    text-transform: capitalize;
}

.pricing-link {
    padding: 30px 0;
    border-bottom: 1px solid #d7d7d7
}

.pricing-link a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    z-index: 2;
    font-weight: 700;
}

.pricing-link a:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #000;
    z-index: 2;
    transition: all .3s;
}

.pricing-link a:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #28a6f6;
    z-index: -1;
    transition: all .3s;
}

.pricing-link a:hover:before {
    left: 0;
    top: 0;
    border: 2px solid #28a6f6;
}

.pricing-link a:hover:after {
    left: 0;
    top: 0;
}

.pricing-detail {
    padding: 15px 0;
}

.pricing-detail.p-mob-0 {
    padding-bottom: 40px;
}

.pricing-detail ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.multi-price-ul ul {
    min-height: 290px;
    max-height: 290px;
    overflow: auto;
}

.pricing-detail ul li {
    text-align: center;
    width: 100%;
    padding: 3px 0;
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

.pricing-detail ul li.multi-price-heading {
    font-weight: 900;
    margin-top: 7px;
}

.pricing-detail ul li.multi-price-heading:first-child {
    margin-top: 0px;
}

.big-pricing .fullpricehead {
    text-align: left;
}

.big-pricing .pricing-detail ul li {
    text-align: left;
    padding-left: 25px;
    border-bottom: 1px solid #ddd;
}

.big-pricing .pricing-detail ul li:last-child {
    border-bottom: 0;
}

.big-pricing .pricing-detail ul li i {
    margin-left: -20px;
}

.pricing-detail ul li i.fa-check {
    color: #28a6f6;
}

.pricing-detail ul li i.fa-times {
    color: red;
}

.pricing-foot ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
}

.pricing-foot ul:before {
    content: '';
    position: absolute;
    left: 51.5%;
    top: 50%;
    width: 2px;
    height: 75%;
    background: #d7d7d7;
    transform: translateY(-50%);
}

.pricing-foot ul li {
    text-align: center;
    width: 50%;
    padding: 3px 0;
    font-weight: 800;
    font-size: 10px;
    color: #000;
    float: left;
}

.pricing-foot ul li a {
    width: 100%;
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.pricing-foot ul li a i {
    color: #28a6f6;
    margin-right: 3px;
    font-size: 13px;
    position: relative;
    bottom: -2px;
}

.pricing-foot ul li a i.icon-icons-01:before {
    color: #28a6f6;
}

.inner-mutli-pricing-tabs {
    padding-bottom: 15px;
}

.inner-mutli-pricing-tabs ul {
    width: 100%;
    min-height: auto;
    max-height: auto;
    overflow: initial;
    background: #d4d4d4;
    border: 4px solid #d4d4d4;
}

.inner-mutli-pricing-tabs ul li {
    width: auto;
    padding: 0;
}

.inner-mutli-pricing-tabs .nav-tabs .nav-link {
    position: relative;
    width: 100%;
    padding: 5px 0;
    border-radius: 0;
    border: 0;
    font-size: 11px;
    color: #000;
}

.inner-mutli-pricing-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background: #28a6f6;
    border: 0;
    padding: 4.5px 0;
}

.inner-mutli-pricing-tabs .nav-tabs .nav-link.active:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: #28a6f6;
    border-bottom: 3px solid #d4d4d4;
    border-right: 3px solid #d4d4d4;
    transform: translate(-50%, 70%) rotate(45deg);
}

#logo-branding-price .inner-mutli-pricing-tabs ul li {
    width: 33.333%;
}

#logo-web-branding-price .inner-mutli-pricing-tabs ul li,
#logo-branding-website-price .inner-mutli-pricing-tabs ul li {
    width: 25%;
}

.stats-sec {
    padding: 30px 0;
    width: 100%;
    background: #28a6f6;
    color: #fff;
}

.stats-sec .section-heading h1,
.stats-sec .section-heading h2 {
    color: #fff;
}

.stats-sec .section-heading h5:before {
    background: url(../images/arrow-w.png) no-repeat left center;
    background-size: contain;
}

.stats-sec .section-heading p,
.stats-sec .section-heading h6 {
    margin-bottom: 0;
}

.stats-sec .link-area {
    text-align: right;
}

.stats-sec .link-area a.simple-a {
    margin: 0;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 30px;
    font-weight: 800;
    transition: all .3s;
}

.stats-sec .link-area a.simple-a:hover {
    background: #fff;
    color: #28a6f6;
}

.single-stat {
    margin: 0 -10px;
    padding: 25px 15px;
    text-align: center;
    margin-top: 30px;
    background: #fff;
    position: relative;
}

.single-stat:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    transition: all .3s;
}

.single-stat:hover:after {
    top: 0;
    left: 0;
}

.single-stat img {
    width: 100%;
    max-width: 90px;
    margin-bottom: 10px;
}

.single-stat img.diffrent-img {
    max-width: 90px;
    height: 90px;
    margin: -10px 0;
}

.stat-head {
    margin: 0;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    color: #000;
}

.stat-det {
    margin: 0;
    color: #4b4b4b;
}

.trusted-link-area {
    margin-top: 55px;
    text-align: center;
    width: 100%;
}

.single-testimonial {
    background: #fff;
    color: #000;
    padding: 30px;
    margin: 15px -7px 0 -7px;
    transition: all .3s;
    position: relative;
    top: 0;
    height: calc(100% - 15px);
}

.single-testimonial:hover {
    background: #28a6f6;
    color: #fff;
    top: -5px;
}

.single-testimonial p {
    font-size: 16px;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
}

.single-testimonial:before {
    content: '\e901';
    font-family: 'icomoon';
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
    color: #28a6f6;
    transition: all .3s;
}

.single-testimonial:hover:before {
    color: #fff;
}

.web-testimonial {
    position: relative;
    color: #000;
    padding: 30px;
    transition: all .3s;
}

.web-testimonial.center-div {
    top: 50%;
    transform: translateY(-50%);
}

.video-testimonial .web-testimonial.center-div {
    transform: translateY(calc(-50% - 15px));
}

.web-testimonial p {
    font-size: 16px;
    font-style: italic;
}

.web-testimonial h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 18px;
    color: #000;
}

.web-testimonial:before {
    content: '\e901';
    font-family: 'icomoon';
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-weight: 900;
    font-size: 60px;
    line-height: 1;
    color: rgba(25, 164, 125, .2);
    transition: all .3s;
}

.mobile-app-testimonial .web-testimonial {
    top: 45%;
    transform: translateY(-50%);
}

.testimonial-detail {
    overflow: hidden;
}

.testimonial-img {
    width: 60px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
}

.testimonial-img img {
    width: 100%;
}

.testimonial-detail-inner {
    float: left;
    width: calc(100% - 75px);
}

.testimonial-stars i {
    color: #f9d549;
}

p.testimonial-name {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    margin-top: 3px;
}

p.testimonial-occupation {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    margin-top: 2px;
}

.video-testimonial-hover {
    position: relative;
    margin-left: 100px;
    margin-bottom: 15px;
}

.video-testimonial-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
}

.video-testimonial-hover .work-video-popup img {
    width: auto;
    filter: brightness(0) saturate(100%) invert(48%) sepia(98%) saturate(698%) hue-rotate(176deg) brightness(97%) contrast(99%);
}

.video-testimonial-hover:before,
.video-testimonial-hover:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.video-testimonial-hover:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.single-awards {
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.single-awards img {
    max-height: 56px;
}

.owl-carousel .owl-item .single-awards img {
    width: auto;
    display: initial;
}

.awards-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    margin-top: 15px;
    line-height: 1.15;
}

.awards-detail {
    font-size: 15px;
    margin: 0;
    margin-top: 10px;
    font-weight: 600;
}

.awards-foot-img {
    width: 32px;
    margin-right: 20px;
    float: left;
}

.awards-foot-img img {
    width: 100%;
}

.awards-foot {
    display: inline-block;
    margin: 0 auto;
    margin-top: 30px;
}

.awards-foot-detail {
    float: left;
    text-align: left;
    color: rgb(147, 145, 165);
}

.award-name {
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

.awards-date {
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    margin: 0;
    margin-top: 7px;
}

.single-blog {
    margin: 0 -7px;
}

.blog-list-sec .single-blog {
    margin: 0;
    margin-bottom: 30px;
}

.blog-pagination {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.blog-pagination .pagination {
    margin: 0;
}

.blog-pagination .page-item .page-link,
.blog-pagination .page-item .page-link:focus {
    color: #4b4b4b;
    box-shadow: none;
    border-radius: 0;
    margin: 0 4px;
    background: transparent;
    border: 1px solid #cccccc;
}

.blog-pagination .page-item.active .page-link {
    background: #28a6f6;
    border-color: #28a6f6;
    color: #fff;
}

.blog-list-sec .col-12:last-child .single-blog {
    margin-bottom: 0;
}

.blog-detail-page,
.top-pad-page {
    padding-top: 125px;
}

.blog-detail-page .single-blog,
.blog-detail-page .blog-detail-area h3 {
    font-family: "Charter", serif;
}

.blog-detail-page .section-heading h2,
.blog-detail-page .section-heading h6,
.blog-top-tags-ul,
.blog-page-user-detail>h6 {
    font-family: "Georgia", serif;
}

.blog-detail-page .blog-detail-area p img {
    width: 100%;
    max-width: 470px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.blog-detail-page .blog-detail-area b {
    font-size: 25px;
    /*font-family: "Helvetica Neue", sans-serif;*/
}

.blog-detail-page-detail {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.blog-detail-page-detail p {
    font-size: 10px;
    padding: 0 10px;
    color: #888888;
    float: left;
}

.blog-detail-page-detail img {
    width: auto;
    height: 24px;
    border-radius: 50%;
    margin-top: -4px;
    margin-right: 3px;
}

.blog-detail-page-detail p span {
    text-transform: uppercase;
}

.blog-detail-page .section-heading h2 {
    font-size: 36px;
}

.blog-top-tags-ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 0 7px;
    color: #28a6f6;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.blog-top-tags-ul li {
    padding: 0 7px;
    float: left;
}

.blog-top-tags-ul li+li {
    border-left: 1px solid #28a6f6;
}

.blog-page-user-detail-area {
    display: flex;
    align-items: center;
}

.blog-page-user-detail-area>img {
    width: auto;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.blog-page-user-detail {
    padding-left: 25px;
}

.blog-page-user-detail>h6 {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.blog-page-user-detail>p {
    font-size: 12px;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
}

.blog-detail-page .blog-detail-area h3.quote-h3 {
    font-style: italic;
}

.blog-detail-page .blog-detail-area {
    font-size: 20px;
    color: #292929;
}

.blog-detail-page .blog-comment-sec {
    padding: 0 8px;
    margin: 0;
}

.blog-detail-page .blog-comment-sec+.blog-comment-sec {
    padding-top: 35px;
}

.blog-detail-page .blog-comment-sec .section-heading h2 {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    font-family: "Charter", serif;
    font-size: 30px;
}

.blog-detail-page .blog-comment-sec .section-heading h2 sub {
    bottom: 0;
    font-size: 40%;
    color: #969696;
    padding-left: 10px;
}

.blog-detail-page .single-blog:hover .single-blog-img img {
    transform: scale(1);
}

.blog-detail-page .single-blog:hover .single-blog-img:before {
    display: none;
}

.blog-detail-page .single-blog {
    margin: 0;
}

.blogs-page-social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    font-size: 26px;
    line-height: 1;
}

.blogs-page-social-links li {
    margin-left: 7px;
    float: left;
}

.blogs-page-social-links li a {
    display: inline-block;
}

.blogs-page-social-links li a i.fa-facebook-square {
    color: #3b5a9a;
}

.blogs-page-social-links li a i.fa-google-plus-square {
    color: #d54a35;
}

.blogs-page-social-links li a i.fa-pinterest-square {
    color: #c70712;
}

.blogs-page-social-links li a i.fa-twitter-square {
    color: #23a8e1;
}

.blogs-page-social-links li a i.fa-linkedin {
    color: #117bb5;
}

.blog-left-share-box {
    position: fixed;
    /*left: 12.5%;*/
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    z-index: 90;
    transition: all .3s;
}

.show-share-box {
    opacity: 1;
    visibility: visible;
}

.blog-left-share-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-left-share-box ul li {
    display: flex;
}

.blog-left-share-box ul li a {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    padding: 12px;
    white-space: nowrap;
    color: #fff;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.blog-left-share-box ul li a>.blog-left-share-icon {
    width: 24px;
    text-align: center;
    float: left;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.blog-left-share-box ul li a>span {
    position: relative;
    display: inline-block;
    font-weight: 500;
    left: -35px;
    letter-spacing: 0.5px;
    padding: 0 7px;
    opacity: 0;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.blog-left-share-box ul li a.like-box {
    background: #969696;
}

.blog-left-share-box ul li a.facebook-box {
    background: #3b5a9a;
}

.blog-left-share-box ul li a.google-plus-box {
    background: #d54a35;
}

.blog-left-share-box ul li a.pinterest-box {
    background: #c70712;
}

.blog-left-share-box ul li a.twitter-box {
    background: #23a8e1;
}

.blog-left-share-box ul li a.linkedin-box {
    background: #117bb5;
}

.blog-left-share-box ul li:hover a {
    width: 120px;
}

.blog-left-share-box ul li:hover a>.blog-left-share-icon {
    padding-left: 10px;
}

.blog-left-share-box ul li:hover a>span {
    left: 10px;
    opacity: 1;
}

.blog-detail-page .blog-detail-area h3,
.blog-detail-page .blog-detail-area h3:hover {
    margin-top: 15px;
    font-size: 26px;
    margin-bottom: 5px;
    color: #000;
}

.blog-detail-page .blog-detail-area h3:first-child {
    margin-top: 0;
    padding-top: 0;
}

.blog-detail-page-detail p+p {
    padding-top: 2px;
    border-left: 1px solid #888888;
}

.blog-detail-page .section-heading a {
    text-decoration: none;
}

.blog-detail-page .section-heading a h1,
.blog-detail-page .section-heading a h2 {
    transition: all .3s;
}

.blog-detail-page .section-heading a h1:hover,
.blog-detail-page .section-heading a h2:hover {
    color: #28a6f6;
}

/*.blog-detail-page .single-blog:hover .single-blog-img img {
    transform: scale(1);
}

.blog-detail-page .single-blog .single-blog-img:before {
    display: none;
}*/

.blog-detail-page .blog-detail-area {
    padding: 30px 0;
    box-shadow: none;
}

.blog-detail-page .contact-form-submit-area:after {
    z-index: 0;
}

.blog-comment-sec {
    padding: 30px 37px 40px 37px;
    background: #fff;
    margin: 55px -7px 0 -7px;
}

.tags-share-area {
    display: flex;
    margin-top: 25px;
}

.blog-right-detail .tags-share-area {
    margin-top: 0px;
}

.tags-share-area+.tags-share-area {
    margin-top: 10px;
}

.tags-share-area span {
    min-width: 73px;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 5px;
}

.tags-share-area ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.tags-share-area ul li {
    margin: 0 3px;
}

.blog-right-detail .tags-share-area ul li {
    flex-grow: 1;
    margin-bottom: 10px;
}

.tags-share-area ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    background: #28a6f6;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid #28a6f6;
    text-transform: uppercase;
    transition: all .3s;
}

.tags-share-area ul li a:hover {
    background: transparent;
    color: #28a6f6;
    border: 1px solid #28a6f6;
}

.tags-share-area ul li.fb-hover a {
    background: #3b579d;
    border: 1px solid #3b579d;
    color: #fff;
}

.tags-share-area ul li.tw-hover a {
    background: #1da1f2;
    border: 1px solid #1da1f2;
    color: #fff;
}

.tags-share-area ul li.in-hover a {
    background: #007bb6;
    border: 1px solid #007bb6;
    color: #fff;
}

.tags-share-area ul li.insta-hover a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border: 1px solid;
    color: #fff;
}

.tags-share-area ul li a i {
    font-weight: 500;
    transform: scale(1.4);
}

.customer-comment {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #000;
    margin-bottom: 30px;
}

.customer-comment:last-child {
    margin-bottom: 0;
    border: 0;
}

.customer-comment-img {
    width: 50px;
    margin-right: 15px;
}

.customer-comment-img img {
    width: 100%;
    border-radius: 50%;
}

.customer-comment-text {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    padding-bottom: 40px;
}

.customer-comment-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #000;
}

.comment-name {
    font-weight: 700;
}

.comment-reply-btn {
    cursor: pointer;
    transition: all .3s;
}

.comment-reply-btn:hover {
    color: #28a6f6;
}

.comment-reply-btn i {
    margin-right: 5px;
}

.comment-reply-btn span {
    font-weight: 700;
}

.comment-p {
    margin-top: 5px;
}

.comment-reply-area>.row {
    padding: 20px 5px 0 5px;
}

.recent-popular-tabs.nav-tabs .nav-link {
    padding: 0;
    color: #000;
    border: 0;
    margin-right: 15px;
}

.recent-popular-tabs.nav-tabs .nav-link.active {
    color: #28a6f6;
}

.customer-comment .customer-comment {
    padding-left: 32px;
    border-bottom: 0;
    margin-bottom: 0;
}

.comment-reply-area {
    display: none;
}

.show-reply-comment {
    display: block;
}

.checkout-page {
    padding-top: 125px;
}

.checkout-form {
    width: 100%;
    background: #fff;
    padding: 20px 20px 30px 20px;
}

.checkout-form-heading {
    background: #28a6f6;
    color: #fff;
    padding: 4px;
    margin-bottom: 16px;
    font-size: 23px;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
}

.checkout-form-heading>span {
    background: #fff;
    color: #28a6f6;
    padding: 0 15px;
    display: inline-block;
}

.checkout-mobile-number {
    display: none;
}

.checkout-input-row {
    z-index: 1;
}

.checkout-input-row:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 12px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid #28a6f6;
    z-index: -1;
    transition: all .3s;
}

.checkout-input-row:focus-within:before {
    left: 7px;
    top: 0;
}

.checkout-phone-no {
    z-index: 2;
}

.checkout-phone-no .iti {
    width: 100%;
}

.checkout-form-input {
    width: 100%;
    padding: 10px 15px;
    font-weight: 600;
    outline: 0;
    border: 1px solid #d7d7d7;
    color: #4b4b4b;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    margin-bottom: 14px;
}

.checkout-form-input:focus {
    border: 1px solid #28a6f6;
    outline: 0;
    box-shadow: none;
}

.checkout-form-input::placeholder {
    color: #acabab;
}

.checkout-form-submit {
    color: #fff;
    position: relative;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 10px 30px;
    z-index: 2;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
}

.checkout-form-submit-area {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.checkout-form-submit-area:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #000;
    z-index: 2;
    transition: all .3s;
}

.checkout-form-submit-area:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #28a6f6;
    transition: all .3s;
}

.checkout-form-submit-area:hover:before {
    left: 0;
    top: 0;
    border: 2px solid #28a6f6;
}

.checkout-form-submit-area:hover:after {
    left: 0;
    top: 0;
}

.checkout-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checkout-ul li {
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, .125);
    overflow: hidden;
    margin-bottom: -1px;
}

.checkout-ul li:first-child {
    font-weight: 700;
    font-size: 18px;
}

.checkout-ul li span {
    float: left;
    display: inline-block;
}

.checkout-ul li span+span {
    float: right;
}

.coupon-row {
    margin-top: 20px;
}

.btn.apply-coupon,
.btn.apply-coupon:hover {
    background: #28a6f6;
    border-color: #28a6f6;
    outline: 0;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
}

.checkout-imgs {
    border-top: 1px dashed #aaa;
    margin-top: 20px;
    padding-top: 30px;
    text-align: center;
}

.single-blog-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.single-blog-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: all .3s;
    z-index: 1;
}

.single-blog-img img {
    width: 100%;
    transition: all .3s;
}

.single-blog:hover .single-blog-img img {
    transform: scale(1.15);
}

.blog-img-hover-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: all .3s;
    z-index: 1;
    display: none;
}

.single-blog:hover .single-blog-img:before {
    opacity: 1;
}

.blog-img-hover-text h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0 15px;
    line-height: 1.15;
    color: #fff;
    clear: both;
}

.blog-detail-area {
    width: 100%;
    padding: 20px 15px 0 15px;
    background: #fff;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, .08);
}

.blog-detail-area h6 {
    background: #28a6f6;
    float: left;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

.blog-detail-area a {
    text-decoration: none;
}

.blog-detail-area h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 5px 0;
    line-height: 1.15;
    color: #000;
    clear: both;
    transition: all .3s;
}

.blog-detail-area h3:hover {
    color: #28a6f6;
}

.blog-detail-area p {
    line-height: 32px;
    margin: 0;
}

.blog-detail-area p>a {
    color: #28a6f6;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.blog-date-name {
    padding: 15px 0 10px 0;
    overflow: hidden;
}

.blog-date-name p {
    font-size: 10px;
    color: #888888;
    float: left;
}

.blog-date-name p+p {
    float: right;
    padding-top: 3px;
}

.blog-date-name p span {
    text-transform: capitalize;
}

.blog-date-name img {
    width: auto;
    height: 24px;
    border-radius: 50%;
    margin-top: -4px;
    margin-right: 3px;
}

.blog-like-share {
    position: relative;
    margin: 0 -15px;
    padding: 5px 0;
    display: flex;
    border-top: 1px solid #ddd;
}

.blog-like-share i {
    margin-right: 5px;
}

.blog-like-share .col-6 a {
    color: #888888;
    text-decoration: none;
    font-size: 13px;
    transition: all .3s;
}

.blog-like-share .col-6 a I {
    font-size: 14px;
}

.blog-like-share .col-6 a:hover {
    color: #28a6f6;
}

.blog-like-share .col-6 a+a {
    margin-left: 10px;
}

.blog-like-share .col-6+.col-6 {
    text-align: right;
}

.blog-right-bar {
    width: 100%;
    background: #fff;
    padding: 40px 30px;
}

.blog-right-detail h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.15;
    color: #000;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.blog-right-detail .contact-form-input {
    margin-bottom: 0;
}

.blog-right-detail .contact-form-input~i {
    left: 28px;
    transform: translateY(-50%) scale(0.9);
}

.blog-right-detail+.blog-right-detail {
    margin-top: 35px;
}

.blog-cat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-cat li {
    width: 100%;
}

.blog-cat li a {
    width: 100%;
    padding: 5px 0;
    display: inline-block;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
}

.blog-cat li:first-child a {
    padding-top: 0;
}

.blog-cat li:last-child a {
    padding-bottom: 0;
}

.blog-cat li a:hover {
    color: #28a6f6;
}

.blog-recent {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-recent li {
    width: 100%;
}

.blog-recent li a {
    width: 100%;
    padding: 5px 0;
    display: inline-block;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
}

.blog-recent li:first-child a {
    padding-top: 0;
}

.blog-recent li:last-child a {
    padding-bottom: 0;
}

.blog-recent li a:hover {
    color: #28a6f6;
}

.blog-recent-img {
    width: 100px;
    padding-right: 15px;
    float: left;
}

.blog-recent-img img {
    width: 100%;
}

.blog-recent-detail {
    width: 100%;
    max-width: calc(100% - 100px);
    float: left;
}

.blog-recent-detail p {
    font-size: 10px;
    color: #888888;
    margin-bottom: 2px;
    transition: all .3s;
}

.blog-recent-detail h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
    transition: all .3s;
}

.blog-recent-detail:hover p,
.blog-recent-detail:hover h3 {
    color: #28a6f6;
}

.work-process-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.videowork-process-img {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.videowork-process-img img {
    width: 100%;
}

.smm-process-img {
    position: absolute;
    width: 300%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.smm-process-steps-left {
    position: relative;
    text-align: right;
    width: 75%;
    float: right;
    clear: both;
}

.smm-process-steps-left:nth-child(2) {
    float: left;
}

.smm-process-steps-right {
    position: relative;
    width: 75%;
    float: left;
    clear: both;
}

.smm-process-steps-right:nth-child(2) {
    float: right;
}

.smm-process-steps-left,
.smm-process-steps-right {
    margin: 0 0 55px;
}

.smm-process-steps-left:last-child,
.smm-process-steps-right:last-child {
    margin: 0 0 10px;
}

.smm-process-steps-left h6,
.smm-process-steps-right h6 {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #000;
}

.smm-process-steps-left h6 span,
.smm-process-steps-right h6 span {
    color: #28a6f6;
}

.mob-num {
    display: none;
}

.smm-process-steps-left p,
.smm-process-steps-right p {
    margin: 0;
}

.before-for-process-animation {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to left, #fff 33%, transparent 66%);
    background-size: 300% 100%;
    background-position: 100%;
}

.before-for-process-animation.onload-animate {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.contact-video-container {
    width: 100%;
    position: relative;
}

.contact-video-container svg {
    position: relative;
    left: 50%;
    width: 75% !important;
    transform: translate3d(0px, 0px, 0px) translateX(-50%) !important;
}

.work-process-img:before,
.work-process-img:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.work-process-img:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.work-process-img img {
    width: 100%;
}

.work-video-popup {
    font-size: 32px;
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 30px 0 rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.work-video-popup img {
    position: absolute;
    top: 50%;
    left: 53%;
    height: 32px;
    width: auto;
    transform: translate(-50%, -50%);
}

.work-video-popup i {
    position: absolute;
    top: 50%;
    left: 52%;
    font-size: 32px;
    transform: translate(-50%, -50%);
}

.work-video-popup>.after,
.work-video-popup>.before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}

.work-video-popup>.after {
    opacity: .2;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}

.work-video-popup>.before {
    transform: scale(1);
    opacity: .1;
    -webkit-animation: 1.5s pulse .3s infinite;
    animation: 1.5s pulse .3s infinite;
}

.banner-video-popup {
    font-size: 90px;
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 30px 0 rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}

.banner-video-popup-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%) scale(.8);
}

.banner-video-popup i {
    position: absolute;
    top: 50%;
    left: 54%;
    color: #28a6f6;
    transform: translate(-50%, -50%);
}

.banner-video-popup img {
    position: absolute;
    top: 50%;
    left: 55%;
    height: 90px;
    transform: translate(-50%, -50%);
    filter: brightness(0) saturate(100%) invert(48%) sepia(98%) saturate(698%) hue-rotate(176deg) brightness(97%) contrast(99%);
}

.banner-video-popup>.after,
.banner-video-popup>.before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}

.banner-video-popup>.after {
    opacity: .2;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}

.banner-video-popup>.before {
    transform: scale(1);
    opacity: .1;
    -webkit-animation: 1.5s pulse .3s infinite;
    animation: 1.5s pulse .3s infinite;
}

.banner-link-video-popup {
    position: relative;
    top: -4px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 30px 0 rgba(255, 255, 255, 0.5);
    margin-right: 10px;
    float: left;
}

.inner-banner .link-area a.simple-a .banner-link-video-popup img {
    position: absolute;
    top: 50%;
    left: 55%;
    height: 15px;
    width: auto;
    transform: translate(-50%, -50%);
    margin-right: 0;
}

.banner-link-video-popup>.after,
.banner-link-video-popup>.before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}

.banner-link-video-popup>.after {
    opacity: .2;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}

.banner-link-video-popup>.before {
    transform: scale(1);
    opacity: .1;
    -webkit-animation: 1.5s pulse .3s infinite;
    animation: 1.5s pulse .3s infinite;
}

.single-workflow {
    text-align: center;
    margin-top: 15px;
    position: relative;
}

.single-workflow img {
    width: 100%;
    max-width: 100px;
}

.single-workflow img {
    width: 100%;
    max-width: 100px;
}

.single-workflow h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 18px;
    color: #000;
}

.single-workflow h6 {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 5px 0 3px;
}

.single-workflow p {
    width: 100%;
    max-width: 278px;
    margin: 0 auto;
    margin-top: 7px;
    line-height: 1.15;
}

.complete-about-service .col-md-4:nth-child(odd) {
    background: #eee;
}

/* .complete-about-service .col-md-4.about-service-bg {
    background: url('../images/about/about-service-img.jpg') no-repeat center center;
    background-size: cover;
} */

.single-about-service {
    text-align: center;
    position: relative;
    padding: 55px 0;
}

.single-about-service img {
    max-height: 100px;
}

.single-about-service h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 18px;
    color: #000;
}

.single-about-service p {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 7px;
    line-height: 1.15;
}

.inner-about-sec .single-about-service p {
    max-width: 350px;
}

.work-arrow-up:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 104.5%;
    width: 125px;
    height: 50px;
    background: url('../images/work-process/arrow-up.png') no-repeat center center;
    background-size: contain;
    transform: translate(-50%);
}

.work-arrow-down:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 104.5%;
    width: 125px;
    height: 50px;
    background: url('../images/work-process/arrow-down.png') no-repeat center center;
    background-size: contain;
    transform: translate(-50%);
}

.contact-form-input {
    width: 100%;
    padding: 10px 15px 10px 40px;
    font-weight: 600;
    outline: 0;
    border: 1px solid #d7d7d7;
    color: #4b4b4b;
    margin-bottom: 14px;
    border-radius: 0;
}

.contact-form-input:focus {
    border: 1px solid #28a6f6;
}

.contact-form-input~i {
    position: absolute;
    left: 22px;
    top: 50%;
    font-weight: 900;
    transform: translateY(calc(-50% - 8px)) scale(0.9);
    color: #28a6f6;
    transition: all .3s;
}

.contact-form-input::placeholder {
    color: #acabab;
}

.contact-form-textarea {
    width: 100%;
    padding: 10px 15px;
    font-weight: 600;
    outline: 0;
    border: 1px solid #d7d7d7;
    color: #4b4b4b;
    height: 125px;
    resize: none;
    border-radius: 0;
}

.contact-form-textarea:focus {
    border: 1px solid #28a6f6;
}

.contact-form-textarea::placeholder {
    color: #acabab;
}

.contact-form-submit {
    color: #fff;
    position: relative;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 10px 30px;
    z-index: 2;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
}

.contact-form-submit-area {
    display: inline-block;
    position: relative;
    margin-top: 30px;
}

.contact-form-submit-area:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #000;
    z-index: 2;
    transition: all .3s;
}

.contact-form-submit-area:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #28a6f6;
    z-index: -1;
    transition: all .3s;
}

.contact-form-submit-area:hover:before {
    left: 0;
    top: 0;
    border: 2px solid #28a6f6;
}

.contact-form-submit-area:hover:after {
    left: 0;
    top: 0;
}

.contact-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-ul li {
    position: relative;
    padding-bottom: 5px;
    padding-left: 25px;
    font-weight: 300;
}

.contact-ul li i {
    position: absolute;
    left: 0;
    top: 40%;
    font-size: 15px;
    transform: translateY(-50%);
    color: #28a6f6;
}

.contact-ul li i.fa-phone {
    transform: translateY(-50%) scaleX(-1);
}

.vertical-workprocess-row {
    width: 100%;
    position: relative;
}

.work-left-img {
    width: 100%;
    text-align: center;
    position: relative;
}

.work-left-img img {
    width: 100%;
    max-width: 300px;
}

.work-detail-left {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 30px;
    transform: translateY(-50%);
}

.portfolio-search {
    position: relative;
    display: inline-block;
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 35px;
    z-index: 3;
}

.portfolio-search-input {
    background: #fff;
    width: calc(70% - 10px);
    padding: 15px 30px 15px 40px;
    float: left;
    font-weight: 800;
    outline: 0;
    border: 2px dashed #757575;
    color: #4b4b4b;
    border-radius: 0;
    margin-right: 10px;
}

.portfolio-search-input~i {
    position: absolute;
    left: 18px;
    top: 21px;
    font-weight: 900;
    transform: scale(0.9);
    color: #28a6f6;
    transition: all .3s;
}

.portfolio-search-submit {
    padding: 17px 40px;
    border: 0;
    color: #fff;
    font-weight: 800;
    background: #28a6f6;
    outline: 0;
    text-transform: uppercase;
    float: left;
    width: 30%;
    border-radius: 0;
}

.autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
}

.autocomplete .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete .autocomplete-items div:hover,
.autocomplete-items div.autocomplete-active {
    background-color: #e9e9e9;
}

.portfolio-tabs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.portfolio-scroll-tabs {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 45px;
}

.portfolio-tabs.portfolio-scroll-tabs .nav-tabs .nav-item:first-child .nav-link {
    margin-left: 0;
}

.portfolio-tabs.portfolio-scroll-tabs .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.prev-portfolio,
.next-portfolio {
    position: absolute;
    top: 0;
    background: #28a6f6;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0 0 20px 25px rgba(255, 255, 255, .9);
    transition: all .3s;
}

.prev-portfolio {
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.next-portfolio {
    right: 0;
    visibility: hidden;
    opacity: 0;
}

.portfolio-scroll-tabs ul {
    padding-bottom: 15px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

ul.scrollable-tabs {
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.scrollable-tabs~.next-portfolio {
    visibility: visible;
    opacity: 1;
}

.portfolio-tabs .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
    color: #28a6f6;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s;
    margin: 0 7px;
}

.portfolio-tabs .nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 4px);
    height: 5px;
    background: #d7d7d7;
    transform: translateX(-50%);
    transition: all .3s;
}

.portfolio-tabs .nav-tabs .nav-link.active {
    background: #28a6f6;
    color: #fff;
}

.portfolio-tabs .nav-tabs .nav-link.active:before {
    background: #28a6f6;
}

.portfolio-content {
    padding: 48px 0 6px 0;
    width: 100%;
}

.portfolio-content .tab-content {
    overflow: hidden;
}

.portfolio-content .tab-pane .row {
    margin: 0 -7px;
}

.portfolio-content .tab-pane .row .col-md-3 {
    padding: 7px 7px;
}

.portfolio-content img {
    width: 100%;
}

.portfolio-content img.lazy {
    background: url('../images/portfolio/loading.gif') no-repeat center center;
    background-size: 50px;
}

.portfolio-img-hover {
    position: relative;
    width: 100%;
}

.portfolio-img-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: radial-gradient(transparent, rgba(0, 0, 0, .8));
    transition: all .3s;
}

.portfolio-img-hover:after {
    content: '\e910';
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    font-family: 'icomoon2';
    font-size: 25px;
    opacity: 0;
    transition: all .3s;
}

.portfolio-img-hover-container {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 15px;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s;
    display: none;
}

.portfolio-img-hover-container h2 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.portfolio-industry,
.portfolio-img-hover-container h6 {
    background: #28a6f6;
    padding: 2px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
}

.portfolio-industry {
    position: absolute;
    bottom: 10px;
    left: 10px;
    opacity: 1;
    transition: all .3s;
}

.portfolio-img-hover-container p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    padding: 5px 0;
    line-height: 1.15;
    color: #fff;
    clear: both;
}

.portfolio-img-hover-container i {
    color: #fff;
    font-size: 30px;
    display: none;
}

.portfolio-img-hover:hover:before,
.portfolio-img-hover:hover:after,
.portfolio-img-hover:hover .portfolio-img-hover-container {
    opacity: 1;
}

.inner-service-tabs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.inner-service-tabs .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
    color: #28a6f6;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s;
    margin: 0 7px;
}

.inner-service-tabs .nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 4px);
    height: 5px;
    background: #d7d7d7;
    transform: translateX(-50%);
    transition: all .3s;
}

.inner-service-tabs .nav-tabs .nav-link.active {
    background: #28a6f6;
    color: #fff;
}

.inner-service-tabs .nav-tabs .nav-link.active:before {
    background: #28a6f6;
}

.inner-service-content {
    padding: 55px 0 0 0;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.inner-service-content img {
    position: relative;
    top: 50%;
    width: 100%;
    max-width: 300px;
    transform: translateY(calc(-50% - 20px));
}

.inner-service-content.web-page-different img {
    max-width: 375px;
    transform: translateY(-50%);
}

.inner-service-content.video-page-different img {
    max-width: 370px;
}

.inner-service-content.mobile-app-page-different img {
    max-width: 370px;
}

.inner-service-content.mobile-app-page-different .tab-pane>.row>.col-md-6+.col-md-6 .section-heading {
    position: relative;
    top: 50%;
    transform: translateY(calc(-50% - 20px));
}

.inner-service-content.dm-page-different img {
    max-width: 400px;
}

.inner-service-content .section-heading.left-heading {
    padding-right: 30px;
}

.inner-portfolio {
    padding-bottom: 0;
}

.inner-portfolio .tab-pane .row .col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.inner-banner-input {
    background: rgba(0, 0, 0, .6);
    width: calc(100% - 205px);
    padding: 15px 15px 15px 45px;
    float: left;
    font-weight: 700;
    outline: 0;
    border: 0;
    color: #ffffff;
    border-radius: 0;
    border: 2px dashed #ffffff;
    margin-right: 8px;
}

.inner-banner-input::placeholder {
    color: #989898;
}

.inner-banner-heading form {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 700px;
}

.inner-banner-heading form::before {
    content: '';
    position: absolute;
    height: 21px;
    width: 21px;
    background: url(../images/pencil.png) no-repeat center center;
    background-size: contain;
    left: 15px;
    top: 47%;
    transform: translateY(-50%);
}

.dm-banner .inner-banner-heading .inner-banner-input {
    padding-left: 40px;
}

.dm-banner .inner-banner-heading form::before {
    content: '\f0ac';
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    width: auto;
    height: auto;
    top: 50%;
}

.inner-banner-submit {
    position: relative;
    padding: 17px 36px;
    border: 0;
    color: #fff;
    font-weight: 800;
    background: #28a6f6;
    outline: 0;
    border-radius: 0;
    transition: all .3s;
    overflow: hidden;
    z-index: 1;
}

.inner-banner-submit:focus {
    outline: 0;
}

button.inner-banner-submit:before {
    content: '';
    background-color: rgba(255, 255, 255, .6);
    width: 100%;
    height: 20px;
    position: absolute;
    left: -100%;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    z-index: -1;
}

button.inner-banner-submit:hover:before {
    left: 100%;
}

button.inner-banner-submit span {
    background: linear-gradient(to right, #ddd, #ddd 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position .6s ease;
}

button.inner-banner-submit:hover span {
    background-position: 0 100%;
}

.green-sec-input {
    background: transparent;
    width: calc(100% - 236px);
    padding: 15px 30px 15px 42px;
    float: left;
    font-weight: 800;
    outline: 0;
    border: 2px dashed #fff;
    color: #fff;
    border-radius: 0;
}

.green-sec-input::placeholder {
    color: #efefef;
}

.green-sec-submit {
    background: #fff;
    color: #28a6f6;
    padding: 15px 48px;
    border: 0;
    font-weight: 800;
    border: 2px solid #fff;
    outline: 0;
    margin-left: 10px;
    transition: all .3s;
    border-radius: 0;
}

.green-sec-submit:hover {
    background: transparent;
    color: #fff;
}

.lb-service {
    position: relative;
    width: 100%;
    background: #28a6f61f;
    padding: 55px 0;
}

.dm-service {
    position: relative;
    width: 100%;
    background: #28a6f61f;
    padding: 30px 0 40px 0;
}

.lb-service-1,
.web-service-1,
.mobile-service-1,
.video-service-1,
.video-service-3,
.video-service-5,
.dm-service-1,
.dm-service-3,
.smm-service-1,
.smm-service-3,
.fb-service-1,
.fb-service-3,
.fb-service-5,
.instagram-service-1,
.instagram-service-3,
.instagram-service-1,
.twitter-service-1,
.twitter-service-3,
.linkedin-service-1,
.linkedin-service-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.lb-service-2,
.web-service-2,
.mobile-service-2,
.video-service-2,
.video-service-4,
.video-service-6,
.dm-service-2,
.smm-service-2,
.smm-service-4,
.fb-service-2,
.fb-service-4,
.instagram-service-2,
.instagram-service-4,
.twitter-service-2,
.twitter-service-4,
.linkedin-service-2,
.linkedin-service-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.further-service-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.lb-service-1 .further-service-bg {
    background: url('../images/Designcater/logo-branding/lb-service-1.jpg') no-repeat center center;
    background-size: cover;
}

.lb-service-2 .further-service-bg {
    background: url('../images/Designcater/logo-branding/lb-service-2.jpg') no-repeat center center;
    background-size: cover;
}

.web-service-1 .further-service-bg {
    background: url('../images/Designcater/website/web-service-1.jpg') no-repeat center center;
    background-size: cover;
}

.web-service-2 .further-service-bg {
    background: url('../images/Designcater/website/web-service-2.jpg') no-repeat center center;
    background-size: cover;
}

.mobile-service-1 .further-service-bg {
    background: url('../images/Designcater/mobileapp/mobile-service-1.jpg') no-repeat center center;
    background-size: cover;
}

.mobile-service-2 .further-service-bg {
    background: url('../images/Designcater/mobileapp/mobile-service-2.jpg') no-repeat center center;
    background-size: cover;
}

.video-service-1 .further-service-bg {
    background: url('../images/video/video-service-1.webp') no-repeat center center;
    background-size: cover;
}

.video-service-2 .further-service-bg {
    background: url('../images/video/video-service-2.jpg') no-repeat center center;
    background-size: cover;
}

.video-service-3 .further-service-bg {
    background: url('../images/video/video-service-3.jpg') no-repeat center center;
    background-size: cover;
}

.video-service-4 .further-service-bg {
    background: url('../images/video/video-service-4.jpg') no-repeat center center;
    background-size: cover;
}

.video-service-5 .further-service-bg {
    background: url('../images/video/video-service-5.jpg') no-repeat center center;
    background-size: cover;
}

.video-service-6 .further-service-bg {
    background: url('../images/video/video-service-6.jpg') no-repeat center center;
    background-size: cover;
}

.dm-service-1 .further-service-bg {
    background: url('../dm/dm-service-1.jpg') no-repeat center center;
    background-size: cover;
}

.dm-service-2 .further-service-bg {
    background: url('../dm/dm-service-2.jpg') no-repeat center center;
    background-size: cover;
}

.dm-service-3 .further-service-bg {
    background: url('../dm/dm-service-3.jpg') no-repeat center center;
    background-size: cover;
}

.smm-service-1 .further-service-bg {
    background: url('../images/Designcater/smm/service-detail/facebook1.jpg') no-repeat center center;
    background-size: cover;
}

.smm-service-2 .further-service-bg {
    background: url('../images/Designcater/smm/service-detail/instagram.jpg') no-repeat center center;
    background-size: cover;
}

.smm-service-3 .further-service-bg {
    background: url('../images/Designcater/smm/service-detail/twitter2.jpg') no-repeat center center;
    background-size: cover;
}

.smm-service-4 .further-service-bg {
    background: url('../images/Designcater/smm/service-detail/linkedin.jpg') no-repeat center center;
    background-size: cover;
}

.fb-service-1 .further-service-bg {
    background: url('../images/Designcater/smm/facebook/Audience_Targeting.jpg') no-repeat center center;
    background-size: cover;
}

.fb-service-2 .further-service-bg {
    background: url('../images/Designcater/smm/facebook/service-detail/2.jpg') no-repeat center center;
    background-size: cover;
}

.fb-service-3 .further-service-bg {
    background: url('../images/Designcater/smm/facebook/service-detail/31.jpg') no-repeat center center;
    background-size: cover;
}

.fb-service-4 .further-service-bg {
    background: url('../images/Designcater/smm/facebook/service-detail/4.jpg') no-repeat center center;
    background-size: cover;
}

.fb-service-5 .further-service-bg {
    background: url('../images/Designcater/smm/facebook/service-detail/5.jpg') no-repeat center center;
    background-size: cover;
}

.instagram-service-1 .further-service-bg {
    background: url('../images/Designcater/smm/instagram/instagram_marketing.jpg') no-repeat center center;
    background-size: cover;
}

.instagram-service-2 .further-service-bg {
    background: url('../images/Designcater/smm/instagram/market_segmentaion.jpg') no-repeat center center;
    background-size: cover;
}

.instagram-service-3 .further-service-bg {
    background: url('../images/Designcater/smm/instagram/marketing_plan.jpg') no-repeat center center;
    background-size: cover;
}

.instagram-service-4 .further-service-bg {
    background: url('../images/Designcater/smm/instagram/scaling_campaign.jpg') no-repeat center center;
    background-size: cover;
}

.twitter-service-1 .further-service-bg {
    background: url('../images/Designcater/smm/twitter/target_audience.jpg') no-repeat center center;
    background-size: cover;
}

.twitter-service-2 .further-service-bg {
    background: url('../images/Designcater/smm/twitter/twitter-landing-page-development.jpg') no-repeat center center;
    background-size: cover;
}

.twitter-service-3 .further-service-bg {
    background: url('../images/Designcater/smm/twitter/3.jpg') no-repeat center center;
    background-size: cover;
}

.twitter-service-4 .further-service-bg {
    background: url('../images/Designcater/smm/twitter/4.jpg') no-repeat center center;
    background-size: cover;
}

.linkedin-service-1 .further-service-bg {
    background: url('../images/Designcater/smm/linkedin/audits.jpg') no-repeat center center;
    background-size: cover;
}

.linkedin-service-2 .further-service-bg {
    background: url('../images/Designcater/smm/linkedin/ad_strategy.jpg') no-repeat center center;
    background-size: cover;
}

.linkedin-service-3 .further-service-bg {
    background: url('../images/Designcater/smm/linkedin/ad-management.jpg') no-repeat center center;
    background-size: cover;
}

.linkedin-service-4 .further-service-bg {
    background: url('../images/Designcater/smm/facebook/service-detail/5.jpg') no-repeat center center;
    background-size: cover;
}

.about-service-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('../images/Designcater/about/about-1.jpg') no-repeat center center;
    background-size: cover;
}

.lb-service .col-lg-6 .section-heading {
    padding-right: 40px;
    padding-left: 0;
}

.lb-service .col-lg-6.offset-lg-6 .section-heading {
    padding-left: 40px;
    padding-right: 0;
}

.lb-service .section-heading p.simple-p {
    margin-bottom: 0;
    padding-right: 0;
}

.dm-service .col-lg-6 .section-heading {
    padding-right: 40px;
    padding-left: 0;
}

.dm-service .col-lg-6.offset-lg-6 .section-heading {
    padding-left: 40px;
    padding-right: 0;
}

.dm-service .section-heading p.simple-p {
    margin-bottom: 0;
    padding-right: 0;
}

.lb-service-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.lb-service-link-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all .3s;
    z-index: 1;
}

.lb-service-link:hover~.lb-service-link-hover {
    opacity: .6;
}

.lb-service-link:hover~.further-service-bg {
    transform: scale(1.1);
}

.inner-banner-form {
    width: 100%;
    max-width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 20px 25px 40px 25px;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.get-free-quote-bg,
.schedule-a-call-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 199;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.schedule-a-call-bg {
    z-index: 201;
}

.get-free-quote-container,
.schedule-a-call-container {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 650px;
    background: #fff;
    padding: 20px 25px 40px 25px;
    z-index: 200;
    transition: all .3s;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}

.schedule-a-call-container {
    max-width: 750px;
    z-index: 202;
    padding: 0 15px;
}

.background-green {
    background: #28a6f6;
}

.schedule-a-call-container .background-green>img {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100%;
    max-width: 95px;
}

.schedule-a-call-container .background-green {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.schedule-a-call-container .background-green .inner-banner-form-heading h2 {
    color: #fff;
}

.schedule-a-call-container .background-green .inner-banner-form-heading .link-area a.simple-a {
    margin: 0;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 30px;
    font-weight: 800;
    transition: all .3s;
}

.schedule-a-call-container .background-green .inner-banner-form-heading .link-area a.simple-a:hover {
    background: #fff;
    color: #28a6f6;
}

.schedule-a-call-container .background-green .section-bottom-left-1,
.schedule-a-call-container .background-green .section-bottom-left-2,
.schedule-a-call-container .background-green .section-top-right-3 {
    background: rgba(255, 255, 255, .6);
}

.schedule-a-call-container .background-green .animate-box {
    width: 25px;
    height: 25px;
}

.schedule-a-call-form-area {
    padding: 60px 15px 65px;
}

.inner-banner-form:before,
.get-free-quote-container:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #fff;
    z-index: -1;
    transition: all .3s;
}

.inner-banner-form:focus-within:before,
.get-free-quote-container:focus-within:before {
    top: -1px;
    left: -1px;
    border-color: #28a6f6;
}

.inner-banner-form-heading h1,
.inner-banner-form-heading h2 {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    padding-top: 3px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding-bottom: 15px;
}

.inner-banner-form-heading h1 span,
.inner-banner-form-heading h2 span {
    font-family: 'Nunito Sans', sans-serif;
}

.inner-banner-form-input {
    width: 100%;
    padding: 10px 15px 10px 40px;
    font-weight: 600;
    outline: 0;
    border: 1px solid #d7d7d7;
    color: #4b4b4b;
    margin-bottom: 14px;
    border-radius: 0;
}

.inner-banner-form-input~i {
    position: absolute;
    left: 25px;
    top: 50%;
    font-weight: 900;
    transform: translateY(calc(-50% - 8px)) scale(0.9);
    color: #28a6f6;
    transition: all .3s;
}

.inner-banner-form-input::placeholder {
    color: #acabab;
}

.inner-banner-form-textarea {
    width: 100%;
    padding: 10px 15px;
    font-weight: 600;
    outline: 0;
    border: 1px solid #d7d7d7;
    color: #4b4b4b;
    height: 125px;
    resize: none;
    border-radius: 0;
}

.inner-banner-form-textarea::placeholder {
    color: #acabab;
}

.inner-banner-form-input:focus,
.inner-banner-form-textarea:focus {
    border: 1px solid #28a6f6;
}

.inner-banner-form-submit {
    color: #fff;
    position: relative;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 10px 30px;
    z-index: 2;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
}

.inner-banner-form-submit-area {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.inner-banner-form-submit-area:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #000;
    z-index: 2;
    transition: all .3s;
}

.inner-banner-form-submit-area:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #28a6f6;
    z-index: -1;
    transition: all .3s;
}

.inner-banner-form-submit-area:hover:before {
    left: 0;
    top: 0;
    border: 2px solid #28a6f6;
}

.inner-banner-form-submit-area:hover:after {
    left: 0;
    top: 0;
}

.inner-banner-form-ul {
    padding: 15px;
}

.inner-banner-form-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-banner-form-ul ul li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    padding: 15px;
}

.inner-banner-form-ul ul li:last-child {
    margin: 0;
}

.inner-banner-form-ul-img {
    background: #28a6f6;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.inner-banner-form-ul-img i {
    font-size: 28px;
    line-height: 60px;
}

.inner-banner-form-ul-img img {
    height: 48px;
}

.inner-banner-form-ul-detail {
    width: calc(100% - 60px);
    padding-left: 15px;
}

.inner-banner-form-ul-detail p {
    font-size: 12px;
    margin: 0;
    font-weight: 700;
}

.inner-banner-form-ul-detail h6 {
    font-size: 22px;
    margin: 0;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
}

.single-campaign {
    position: relative;
    margin: 0 -7px 15px -7px;
    border: 1px solid transparent;
    padding: 25px 15px 30px 15px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
    display: flex;
    cursor: default;
    background: #fff;
    transition: all .3s;
}

.single-campaign:before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 10px;
    height: 4px;
    width: 115px;
    background: #28a6f6;
}

.single-campaign:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 1px solid #28a6f6;
    z-index: -1;
    transition: all .3s;
}

.single-campaign:hover:after {
    top: -2px;
    left: -2px;
}

.campaign-img {
    width: 70px;
    height: 100%;
    padding-right: 10px;
    float: left;
}

.campaign-img.diff-campaign {
    padding-right: 5px;
}

.campaign-img img {
    width: 100%;
}

.campaign-right-detail {
    float: left;
    width: calc(100% - 70px);
    padding-left: 10px;
}

.campaign-right-detail h3 {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    font-family: "Poppins", sans-serif;
}

.campaign-right-detail p {
    line-height: 1.15;
    margin-bottom: 0;
    font-size: 17px;
}

.campaigns-number {
    position: absolute;
    bottom: -3px;
    right: 13px;
    font-size: 90px;
    font-weight: 600;
    line-height: 1;
    color: #28a6f6;
    opacity: .1;
    font-family: "Poppins", sans-serif;
}

.vertical-process {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    position: relative;
}

.vertical-process .section-heading {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.vertical-process .section-heading p.simple-p {
    margin-bottom: 0;
    padding-right: 0;
}

.vertical-process:nth-child(odd) {
    text-align: right;
}

.vertical-process:nth-child(even) {
    text-align: left;
}

.vertical-process:nth-child(odd):before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 49.5%;
    background: url('../images/Designcater/work-process/process-line-1.png') no-repeat center center;
    background-size: contain;
    width: 410px;
    height: 110px;
    transform: translate(-50%, 50%);
}

.vertical-process:nth-child(even):before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 49.5%;
    background: url('../images/Designcater/work-process/process-line-2.png') no-repeat center center;
    background-size: contain;
    width: 410px;
    height: 110px;
    transform: translate(-50%, 50%);
}

.vertical-process:last-child:before {
    display: none;
}

.vertical-process img {
    width: 100%;
    max-width: 300px;
}

.inner-work-process .vertical-process:nth-child(odd):before {
    left: 50.5%;
    background: url('../images/smm/line.png') no-repeat center center;
    background-size: contain;
    transform: translate(-50%, 50%) scaleX(-1);
}

.inner-work-process .vertical-process:nth-child(even):before {
    background: url('../images/smm/line.png') no-repeat center center;
    background-size: contain;
}

.about-process {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    position: relative;
}

.about-process:nth-child(odd):before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 48%;
    background: url(../images/work-process/about-line.png) no-repeat center center;
    background-size: contain;
    width: 333px;
    height: 110px;
    transform: translate(-50%, 50%) rotate(-37deg);
}

.about-process:nth-child(even):before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 48%;
    background: url(../images/work-process/about-line.png) no-repeat center center;
    background-size: contain;
    width: 333px;
    height: 110px;
    transform: translate(-50%, 50%) rotate(37deg);
}

.about-process:last-child:before {
    display: none;
}

.about-process .section-heading {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.about-process .section-heading p.simple-p {
    margin-bottom: 0;
    padding-right: 0;
}

.about-process img {
    width: 100%;
    max-width: 300px;
}

.about-process .section-heading .link-area {
    margin-top: 10px;
}

.dm-ppc {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    position: relative;
}

.dm-ppc .section-heading {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.dm-ppc .section-heading p.simple-p {
    margin-bottom: 0;
    padding-right: 0;
}

.dm-ppc img {
    width: 100%;
    transform: translateX(-7%);
    margin: -28px 0;
}

.dm-ppc .section-heading .link-area {
    margin-top: 10px;
}

.smm-green-sec img {
    margin-top: -22.5px;
    margin-bottom: 0;
    width: 90%;
}

.about-float-number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 125px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    opacity: .1;
    line-height: 1;
    transform: translate(-30%, -30%);
    font-weight: 400;
}

.awards-banner {
    display: flex;
    justify-content: space-between;
}

.awards-banner-img {
    float: left;
    text-align: center;
}

.awards-banner-img img {
    height: 90px;
}

.faq-sec .card {
    background: transparent;
    border: 0;
}

.faq-sec .card .card-header {
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    position: relative;
    line-height: 30px;
    margin-top: 0;
    padding: 0;
}

.faq-sec .card .card-header a {
    color: #4b4b4b;
    width: 100%;
    display: inline-block;
    padding: 27px 20px;
    padding-right: 50px;
}

.faq-sec .card .card-header a>span {
    color: #28a6f6;
    padding-right: 15px;
}

.faq-sec .card .card-header a:before {
    content: '-';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #4b4b4b;
    right: 20px;
    top: 50%;
    font-size: 30px;
    line-height: 20px;
    transform: translateY(-50%);
}

.faq-sec .card .card-header a.collapsed:before {
    content: '+';
    font-size: 24px;
    line-height: 30px;
}

.faq-sec .card .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: .7rem 1.25rem;
}

.small-accordion {
    text-align: left;
}

.small-accordion .card .card-header {
    font-size: 18px;
}

.small-accordion .card .card-header a {
    padding: 15px 50px 15px 20px;
}

.small-accordion .card .card-header a:before {
    content: '\f107';
    font-size: 22px;
    line-height: 35px;
    border: 0;
}

.small-accordion .card .card-header a.collapsed:before {
    content: '\f106';
    font-size: 22px;
    line-height: 35px;
}

.small-accordion .card:last-child .card-header {
    border-bottom: 0;
}

.faq-sec .card:last-child .card-body {
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 0;
}

.smooth-scroll {
    scroll-behavior: smooth;
}

.contact-faq-sec .card {
    background: transparent;
    border: 0;
}

.contact-faq-heading {
    background: #28a6f6;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #000;
    position: relative;
    line-height: 30px;
    margin-top: 10px;
    padding: 12px 40px;
    color: #fff;
    text-transform: uppercase;
}

.contact-faq-sec .card .card-header {
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #000;
    position: relative;
    line-height: 30px;
    margin-top: 0;
    padding: 0;
    border: 0;
}

.contact-faq-sec .card .card-header a {
    color: #4b4b4b;
    width: 100%;
    display: inline-block;
    padding: 12px 40px;
    background: #eff2f7;
}

.contact-faq-sec .card .card-header a:before {
    content: '\f068';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #4b4b4b;
    right: 40px;
    top: 50%;
    font-size: 12px;
    line-height: 30px;
    transform: translateY(-50%);
}

.contact-faq-sec .card .card-header a.collapsed:before {
    content: '\f067';
}

.about-second-img {
    width: 100%;
    max-width: 475px;
}

.about-second-sec-img {
    position: relative;
    display: inline-block;
}

.about-second-sec-img .work-video-popup {
    border: 6px solid rgba(0, 0, 0, .6);
    background: transparent;
    z-index: 1;
}

.step-form {
    width: 100%;
    height: 100vh;
    position: relative;
}

.step-footer {
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.step-footer-loader {
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    background: #28a6f6;
    transition: all .5s;
    display: none;
}

.step-footer-loader:after {
    content: '';
    position: absolute;
    right: 0;
    top: 49%;
    background: #28a6f6;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    width: 10px;
    height: 10px;
    transform: translate(50%, -50%);
}

.step-form-submit {
    color: #fff;
    position: relative;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 10px 45px;
    z-index: 2;
    font-weight: 700;
    text-transform: uppercase;
}

.step-form-submit-area {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.step-form-submit-area:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #000;
    z-index: 2;
    transition: all .3s;
}

.step-form-submit-area:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #28a6f6;
    z-index: -1;
    transition: all .3s;
}

.step-form-submit-area:hover:before {
    left: 0;
    top: 0;
    border: 2px solid #28a6f6;
}

.step-form-submit-area:hover:after {
    left: 0;
    top: 0;
}

.step-container {
    width: 100%;
    position: relative;
    top: 61px;
    height: calc(100% - 145px);
    overflow: auto;
}

.step-container.last-step-page {
    height: calc(100% - 70px);
}

.step-center {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.step-center.top-48-desktop {
    top: 48%;
}

.step-selective {
    width: 100%;
    display: none;
}

.step-label {
    width: calc(100% + 10px);
    height: calc(100% - 20px);
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
    position: relative;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    margin: 0 -5px;
    margin-bottom: 20px;
    transition: all .3s;
}

.step-label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #28a6f6;
    z-index: -1;
    transition: all .3s;
}

.step-label:hover:after {
    top: -1px;
    left: -1px;
}

:checked+label.step-label {
    box-shadow: 1px 1px 8px #28a6f6;
}

:checked+label.step-label:after {
    top: -1px;
    left: -1px;
}

.step-label img {
    width: 100%;
    text-align: center;
}

.step-heading {
    margin: 0;
    font-weight: 700;
    text-align: center;
    font-size: 13px;
    padding: 10px 10px;
    color: #010101;
    background: #fff;
    position: relative;
}

.small-tick-area .step-heading {
    margin-top: -34px;
}

.small-tick-area .step-img-holder .absolute-tick {
    height: calc(100% - 34px);
}

.step-pt-20 .step-img-holder {
    padding-top: 20px;
}

.max-900 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.max-600 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.max-700 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.max-500 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.step-input-row:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 20px;
    width: calc(100% - 30px);
    height: calc(100% - 14px);
    border: 1px solid #28a6f6;
    z-index: -1;
    transition: all .3s;
}

.step-input-row:focus-within:after {
    top: 0px;
    left: 15px;
}

.step-input {
    width: 100%;
    padding: 14px 15px 14px 40px;
    font-weight: 600;
    outline: 0;
    border: 1px solid #d7d7d7;
    color: #4b4b4b;
    margin-bottom: 14px;
    border-radius: 0;
}

.step-other-popup .step-input {
    padding-left: 50px;
}

.step-other-popup .step-input+img {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(calc(-50% - 9px));
    transition: all .3s;
    width: 25px;
}

.step-other-popup .step-input-row:after {
    border: 1px solid #fff;
}

.step-input:focus {
    border: 1px solid #28a6f6;
}

.step-input~i {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(calc(-50% - 7px));
    color: #28a6f6;
    transition: all .3s;
}

.slogan-step .step-input~i {
    transform: translateY(calc(-50% - 8px)) scale(1.4);
}

.step-input~i.fa-amilia {
    font-weight: 100;
}

.step-input::placeholder {
    color: #acabab;
}

.step-img-holder {
    position: relative;
}

.step2 .step-img-holder {
    padding-top: 10px;
}

.step2 .step-label img {
    max-width: 65px;
}

.step2 .absolute-tick svg {
    width: 60px;
}

.color-step .step-center {
    padding: 60px 0;
    position: relative;
    top: 0;
    transform: none;
}

.final-step .step-container {
    height: calc(100% - 61px);
}

.final-step .step-label {
    text-align: left;
}

.final-step .step-heading {
    font-size: 18px;
    padding: 10px 15px 0 15px;
    text-align: left;
}

.final-step .step-heading>span {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 64px;
    font-weight: 600;
    line-height: 1;
    color: #28a6f6;
    opacity: .1;
    font-family: "Poppins", sans-serif;
}

.final-step .step-heading:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0px;
    width: 4px;
    height: 73px;
    background: #28a6f6;
}

.final-step .step-heading+p {
    padding: 10px 15px;
    margin: 0;
    background: #fff;
    line-height: 1.4;
    font-size: 14px;
}

.final-step label .link-area {
    margin: 10px 0 20px;
}

.absolute-tick {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(25, 164, 125, 0);
    transition: all 1s ease-out;
}

:checked+label.step-label .absolute-tick {
    background: rgba(25, 164, 125, .7);
}

.absolute-tick svg {
    enable-background: new 0 0 37 37;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.absolute-tick .path {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.absolute-tick .circ {
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.absolute-tick .tick {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}

:checked+label.step-label .absolute-tick svg .path {
    opacity: 1;
    stroke-dashoffset: 0;
}

.mfp-close-btn-in .mfp-close {
    opacity: 1;
}

.step-footer-z-index {
    z-index: 2000;
    background: transparent;
    border: none;
}

.footer {
    width: 100%;
    background: #1c1c1c;
    color: #fff;
}

.footer-top {
    padding: 35px 0;
    width: 100%;
}

.home-footer .footer-top {
    text-align: center;
}

.home-footer .footer-logo {
    margin-bottom: 20px;
}

.home-footer .footer-links {
    display: inline-block;
    font-size: 12px;
}

.home-footer .footer-links li a {
    text-transform: uppercase;
}

.home-footer .footer-social-links {
    font-size: 22px;
    margin-bottom: 10px;
}

.home-footer .footer-social-links li {
    text-align: center;
    margin: 0 7px;
    transition: all .3s;
}

.home-footer .footer-logo img {
    /* max-width: 140px; */
}

.home-footer .footer-links li a:hover i.fab {
    color: #fff;
}

.home-footer .footer-social-links li.fb-hover a:hover i.fab {
    color: #3b579d;
}

.home-footer .footer-social-links li.tw-hover a:hover i.fab {
    color: #1da1f2;
}

.home-footer .footer-social-links li.in-hover a:hover i.fab {
    color: #007bb6;
}

.home-footer .footer-social-links li.you-hover a:hover i.fab {
    color: #f00;
}

.home-footer .footer-social-links li.insta-hover a:hover i.fab {
    color: #56407f;
}

.home-footer .footer-social-links li.be-hover a:hover i.fab {
    color: #1769ff;
}

.home-footer .footer-social-links li.dr-hover a:hover i.fab {
    color: #b2215a;
}

.footer-payment-link {
    margin-top: 10px;
}

.footer-payment-link img {
    width: 100%;
    max-width: 360px;
}

.footer-logo img {
    width: 100%;
    /* max-width: 150px; */
}

.footer-logo p {
    line-height: 1.3;
    color: #a7a7a7;
    margin-top: 15px;
}

.footer .contact-ul {
    margin-top: 20px;
}

.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
    clear: both;
}

.footer-links li {
    float: left;
}

.footer-links li a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700;
    transition: all .3s;
}

.home-footer .footer-links.footer-social-links li a {
    padding: 0;
}

.footer-heading {
    font-weight: 800;
    margin-bottom: 10px;
}

.inner-footer .footer-links li {
    float: none;
    width: 100%;
}

.inner-footer .footer-links li a {
    font-size: 12px;
    padding: 5px 0;
    color: #a7a7a7;
    font-weight: 800;
}

.inner-footer .footer-links li a:hover {
    color: #28a6f6;
}

.inner-footer .contact-ul {
    margin-top: 0;
    font-size: 12px;
}

.inner-footer .contact-ul li {
    padding-left: 20px;
    padding-top: 8px;
    line-height: 1.3;
    font-weight: 800;
    color: #a7a7a7;
}

.inner-footer .footer-social-links li {
    float: left;
    width: auto;
}

.inner-footer .footer-social-links li a {
    padding: 5px;
    font-size: 13px;
}

.inner-footer .contact-ul li i {
    font-size: 12px;
    top: 17px;
}

.footer-links li a img {
    width: auto;
    max-width: 120px;
    max-height: 45px;
}

.footer-links li a i {
    color: #fff;
    font-weight: 500;
    transition: all .3s;
}

.footer-imgs-links {
    display: flex;
    align-items: center;
}

.footer-links li a:hover i.fa-facebook-f {
    color: #3b579d;
}

.footer-links li a:hover i.fa-twitter {
    color: #1da1f2;
}

.footer-links li a:hover i.fa-google-plus-g {
    color: #dd5044;
}

.footer-links li a:hover i.fa-linkedin-in {
    color: #007bb6;
}

.footer-links li a:hover i.fa-youtube {
    color: #f00;
}

.footer-links li a:hover i.fa-instagram {
    color: #fb3958;
}

.footer-links li a:hover i.fa-behance {
    color: #1769ff;
}

.footer-links li a:hover i.fa-dribbble {
    color: #b2215a;
}

.footer-bottom {
    background: #222328;
    padding: 20px 0;
    width: 100%;
    font-size: 12px;
}

.footer-bottom-links {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    clear: both;
}

.footer-bottom-links li {
    float: left;
}

.footer-bottom-links li a {
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s;
    border-right: 1px solid #fff;
    line-height: 1;
}

.footer-bottom-links li a:hover {
    color: #28a6f6;
}

.footer-bottom-links li:last-child a {
    border: 0;
}

.owl-dots {
    display: none;
}

.mob-menu-btn {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

.mob-menu-btn i {
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 25px;
    color: #fff;
    transform: translate(0, -50%);
    transition: all .3s;
}

.scrolled .mob-menu-btn i,
.white-header .mob-menu-btn i {
    color: #000;
}

.mob-menu {
    position: fixed;
    top: 100px;
    right: 0;
    width: 100%;
    max-height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 105;
    transition: all .3s;
}

.display-mob-menu {
    box-shadow: 0 7px 13px rgba(0, 0, 0, .2);
    max-height: 100%;
    height: 100%;
}

.mob-menu ul {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    overflow: auto;
}

.mob-menu ul li {
    font-size: 16px;
}

.mob-menu ul li a {
    padding: 5px 30px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.mob-menu ul li a:hover {
    color: #28a6f6;
}

.mob-menu-close {
    padding: 5px 25px;
    color: #000;
    font-weight: 500;
    font-size: 26px;
    text-align: right;
    padding-bottom: 25px;
}

.mob-menu-tel {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.mob-menu-tel a {
    padding: 5px 0;
    text-align: center;
    padding-bottom: 25px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.mob-menu-tel a i:before {
    color: #28a6f6;
}

.black-bg {
    position: fixed;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;
    display: none;
}

.back-to-top {
    position: fixed;
    bottom: 45px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: #1c1c1c;
    z-index: 100;
    box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: all .3s;
}

.back-to-top i {
    color: #fff;
    font-size: 28px;
    line-height: 50px;
    transition: all .3s;
}

.back-to-top:hover {
    background: #28a6f6;
    bottom: 50px;
}

.back-to-top.scrolled-show {
    opacity: 1;
    visibility: visible;
}

.animate-box {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: 1;
}

.onload-animate,
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.banner-bottom-left-1 {
    bottom: 0;
    left: 0;
    background: #28a6f6;
}

.lb-banner .banner-bottom-left-1 {
    background: #fff;
}

.web-banner .banner-bottom-left-1 {
    background: #fff;
}

.mobile-app-banner .banner-bottom-left-1 {
    background: #fff;
}

.video-banner .banner-bottom-left-1 {
    background: #fff;
}

.banner-bottom-left-2 {
    bottom: 0;
    left: 0;
    transform: translateX(calc(100% + 1px));
    background: #fff;
}

.banner-bottom-left-3 {
    bottom: 0;
    left: 0;
    transform: translateX(calc(100% + 1px)) translateY(calc(-100% - 1px));
    background: #28a6f6;
}

.banner-bottom-left-4 {
    bottom: 0;
    left: 0;
    background: #fff;
    transform: translateX(calc(200% + 2px)) translateY(calc(-100% - 1px));
}

.banner-bottom-left-5 {
    bottom: 0;
    left: 0;
    transform: translateY(calc(-200% - 2px));
    background: #fff;
}

.lb-banner .banner-bottom-left-5 {
    background: #28a6f6;
}

.web-banner .banner-bottom-left-5 {
    background: #28a6f6;
}

.mobile-app-banner .banner-bottom-left-5 {
    background: #28a6f6;
}

.video-banner .banner-bottom-left-5 {
    background: #28a6f6;
}

.banner-bottom-right-1 {
    bottom: 0;
    right: 0;
    background: #28a6f6;
}

.lb-banner .banner-bottom-right-1 {
    background: #fff;
}

.web-banner .banner-bottom-right-1 {
    background: #fff;
}

.mobile-app-banner .banner-bottom-right-1 {
    background: #fff;
}

.video-banner .banner-bottom-right-1 {
    background: #fff;
}

.banner-bottom-right-2 {
    bottom: 0;
    right: 0;
    transform: translateX(calc(-100% - 1px));
    background: #fff;
}

.banner-bottom-right-3 {
    bottom: 0;
    right: 0;
    background: #fff;
    transform: translateX(calc(-200% - 2px)) translateY(calc(-100% - 1px));
}

.portfolio-banner .banner-bottom-right-3 {
    background: #28a6f6;
}

.pricing-banner .banner-bottom-right-3 {
    background: #28a6f6;
}

.banner-bottom-right-4 {
    bottom: 0;
    right: 0;
    transform: translateX(calc(-100% - 1px)) translateY(calc(-200% - 2px));
    background: #28a6f6;
}

.section-top-right-1 {
    top: 0;
    right: 0;
    background: #d7d7d7;
}

.section-top-right-2 {
    top: 0;
    right: 0;
    transform: translateX(calc(-100% - 1px)) translateY(calc(100% + 1px));
    background: #28a6f6;
}

.section-top-right-3 {
    top: 0;
    right: 0;
    transform: translateX(calc(-100% - 1px));
    background: #28a6f6;
}

.section-top-right-4 {
    top: 0;
    right: 0;
    transform: translateY(calc(100% + 1px));
    background: #d7d7d7;
}

.section-top-right-5 {
    top: 0;
    right: 0;
    transform: translateY(calc(200% + 2px));
    background: #28a6f6;
}

.section-bottom-left-1 {
    bottom: 0;
    left: 0;
    background: #28a6f6b0;
}

.section-bottom-left-2 {
    bottom: 0;
    left: 0;
    transform: translateX(calc(100% + 1px));
    background: #28a6f6b0;
}

.section-bottom-left-3 {
    bottom: 0;
    left: 0;
    transform: translateY(calc(-100% - 1px));
    background: #d7d7d7;
}

.section-bottom-left-4 {
    bottom: 0;
    left: 0;
    background: #d7d7d7;
}

.section-bottom-left-5 {
    bottom: 0;
    left: 0;
    transform: translateX(calc(100% + 1px)) translateY(calc(-100% - 1px));
    background: #28a6f6;
}

.section-bottom-left-6 {
    bottom: 0;
    left: 0;
    transform: translateY(calc(-200% - 2px));
    background: #28a6f6;
}

.vertical-workprocess .section-bottom-left-1 {
    background: #d7d7d7;
}

.vertical-workprocess .section-bottom-left-2 {
    background: #d7d7d7;
}

.vertical-workprocess .section-bottom-left-3 {
    background: #28a6f6;
}

.contact-page .section-bottom-left-6 {
    background: #d7d7d7;
}

.section-back-top-left-1 {
    top: 0;
    left: 0;
    transform: translateX(calc(100% + 1px)) translateY(calc(-100% - 1px));
    background: #d7d7d7;
}

.section-back-top-left-2 {
    top: 0;
    left: 0;
    transform: translateY(calc(-200% - 2px));
    background: #28a6f6;
}

.section-back-top-left-3 {
    top: 0;
    left: 0;
    transform: translateY(calc(-100% - 1px));
    background: #d7d7d7;
}

.section-back-top-left-4 {
    top: 0;
    left: 0;
    transform: translateX(calc(100% + 1px)) translateY(calc(-200% - 2px));
    background: #28a6f6;
}

.section-back-top-left-5 {
    top: 0;
    left: 0;
    transform: translateY(calc(-300% - 3px));
    background: #d7d7d7;
}

.section-back-bottom-right-1 {
    bottom: 0;
    right: 0;
    transform: translateX(calc(-100% - 1px)) translateY(calc(100% + 1px));
    background: #d7d7d7;
}

.section-back-bottom-right-2 {
    bottom: 0;
    right: 0;
    transform: translateY(calc(200% + 2px));
    background: #28a6f6;
}

.section-back-bottom-right-3 {
    bottom: 0;
    right: 0;
    transform: translateX(calc(-100% - 1px)) translateY(calc(300% + 3px));
    background: #d7d7d7;
}

.none-desktop {
    display: none;
}

.banner-scroll-down {
    display: block;
    position: relative;
    padding-top: 22px;
    text-align: center;
    margin-top: 7px;
}

.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
}

.arrow-down:after {
    content: '';
    position: relative;
    display: block;
    margin: 2px 0 0 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 1;
}

.banner-scroll-down::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 30px;
    background: #fff;
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}

.black-friday-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 10000;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.black-friday-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    max-width: 900px;
    background: #fff;
    transform: translate(-50%, -50%);
    transition: all .3s;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
}

.black-friday-popup img {
    width: 100%;
}

.mobile-black-friday-img {
    display: none;
}

.black-friday-form {
    width: 100%;
    padding: 30px 30px 30px 0;
}

.black-friday-form-heading h1,
.black-friday-form-heading h2 {
    font-weight: 600;
    font-size: 42px;
    color: #000;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin: 0;
}

.black-friday-form-heading h1 span,
.black-friday-form-heading h2 span {
    color: #28a6f6;
    font-style: italic;
    margin-right: 5px;
}

.black-friday-input-row:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 20px;
    width: calc(100% - 30px);
    height: calc(100% - 14px);
    border: 1px solid #28a6f6;
    z-index: -1;
    transition: all .3s;
}

.black-friday-form-input {
    width: 100%;
    padding: 10px 15px 10px 15px;
    font-weight: 600;
    outline: 0;
    border: 1px solid #d7d7d7;
    color: #4b4b4b;
    margin-bottom: 14px;
    border-radius: 0;
}

.black-friday-form-input:focus {
    border: 1px solid #28a6f6;
}

.black-friday-form-input::placeholder {
    color: #acabab;
}

.black-friday-form-textarea {
    width: 100%;
    padding: 10px 15px;
    font-weight: 600;
    outline: 0;
    border: 1px solid #d7d7d7;
    color: #4b4b4b;
    height: 125px;
    resize: none;
    border-radius: 0;
}

.black-friday-form-textarea::placeholder {
    color: #acabab;
}

.black-friday-form-submit {
    color: #fff;
    position: relative;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 10px 30px;
    z-index: 2;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
}

.black-friday-form-submit-area {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.black-friday-form-submit-area:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #000;
    z-index: 2;
    transition: all .3s;
}

.black-friday-form-submit-area:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #28a6f6;
    z-index: -1;
    transition: all .3s;
}

.black-friday-form-submit-area:hover:before {
    left: 0;
    top: 0;
    border: 2px solid #28a6f6;
}

.black-friday-form-submit-area:hover:after {
    left: 0;
    top: 0;
}

.black-friday-top-p {
    font-style: italic;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.black-strip {
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.8;
    padding: 0 5px;
    margin: 0 0 7px 0;
}

.black-friday-bottom-p {
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 1.2;
}

.max-55-per {
    width: 100%;
    max-width: 55%;
    padding: 0 15px;
}

.max-45-per {
    width: 100%;
    max-width: 45%;
    padding: 0 15px;
}

.close-popup,
.close-get-free-quote-popup,
.close-schedule-a-call-popup {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.show-bg,
.show-popup {
    opacity: 1;
    visibility: visible;
}

.black-friday-term-privacy {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin: 15px 0 0;
}

.black-friday-term-privacy a {
    text-decoration: none;
    color: #999;
    transition: all .3s;
}

.black-friday-term-privacy a:hover {
    color: #28a6f6;
}

.width-100per {
    width: 100%;
}

label.width-100per {
    margin-bottom: 0;
}

.comparable-pricing-tabs {
    display: none;
}

.comparable-pricing-content {
    padding: 0 15px;
}

.comparable-pricing-content .single-pricing {
    margin: 0 -15px;
    padding: 0 0 0 0;
}

.comparable-pricing-content .single-pricing .price-head {
    background: #28a6f61f;
    border: 1px solid #dadada;
    border-left: 0;
    padding: 18px 0;
}

.comparable-pricing-content .single-pricing:hover {
    top: 0;
    box-shadow: none;
}

.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .price-head {
    background: #28a6f6;
    padding: 42px 15px;
    border-color: #28a6f6;
}

.comparable-pricing-left-sec .price-head p,
.comparable-pricing-left-sec .price-head h4,
.comparable-pricing-left-sec .price-head h6 {
    color: #fff;
}

.comparable-pricing-content .single-pricing .price-head h6 sub {
    font-size: 25%;
    bottom: 0;
    color: #000;
    font-weight: 500;
}

.comparable-pricing-content .single-pricing.recommended-price:before {
    transform: rotate(90deg) translate(100%, 50%);
}

.comparable-pricing-content .single-pricing .price-head h4 {
    font-size: 20px;
}

.comparable-pricing-content .single-pricing .price-head p {
    font-size: 12px;
}

.comparable-pricing-content .single-pricing .price-head p span {
    font-size: 16px;
}

.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .price-head p {
    text-transform: initial;
    line-height: 1;
    font-weight: 400;
    margin-top: 5px;
    font-size: 14px;
}

.comparable-pricing-left-sec .price-head h5 {
    font-weight: 500;
    font-size: 27px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    margin-bottom: 0;
}

.comparable-pricing-content .single-pricing .pricing-detail {
    padding: 0;
}

.comparable-pricing-content .single-pricing .pricing-detail ul li {
    border: 1px solid #dadada;
    border-top: 0;
    border-left: 0;
    padding: 7px 25px;
}

.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .pricing-detail ul li {
    text-align: left;
}

.comparable-pricing-content .single-pricing .pricing-detail ul li:nth-child(even) {
    background: #efefef;
}

.comparable-pricing-content .single-pricing .pricing-link {
    border: 1px solid #dadada;
    border-left: 0;
    border-top: 0;
    padding: 40px 0;
}

.comparable-pricing-content .single-pricing .pricing-link p {
    margin: 0;
    padding: 0 25px;
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
    color: #000;
}

.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .pricing-link {
    padding: 30px 0;
}

.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .pricing-link p a {
    padding: 6px 0 0 0;
    font-weight: 800;
    color: #000;
    transition: all .3s;
}

.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .pricing-link p a:hover,
.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .pricing-link p a i:before {
    color: #28a6f6;
}

.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .pricing-link p a:before,
.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .pricing-link p a:after {
    display: none;
}

.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .price-head,
.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .pricing-detail ul li,
.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .pricing-link {
    border-left: 1px solid #dadada;
}

.comparable-pricing-content .tab-content>.tab-pane {
    display: block;
    opacity: 1;
}

.fetch-pricing-section-1 .link-area a i:before {
    color: #fff;
    transition: all .3s;
}

.fetch-pricing-section-1 .link-area a.simple-a:hover {
    padding-right: 45px;
}

.fetch-pricing-section-1 .link-area a i {
    font-size: 100%;
    margin-right: 0px;
    bottom: auto;
    margin-left: 0;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.fetch-pricing-section-1 .link-area a:hover i {
    margin-left: 5px;
    opacity: 1;
    visibility: visible;
}

.fetch-pricing-section-1 .link-area a:hover i:before {
    color: #28a6f6;
}

@media only screen and (max-width: 1200px) {
    .pos-rel{
        max-width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .menu {
        display: none;
    }

    .mob-menu-btn {
        display: block;
    }
}
@media only screen and (max-width: 992px) {
    .menu {
        display: none;
    }

    .mob-menu-btn {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .menu {
        display: none;
    }

    .mob-menu-btn {
        display: block;
    }

    .video-testimonial-hover {
        margin-left: 0;
    }

    .pricing-black-friday-banner {
        display: none;
    }

    .black-friday-popup .max-55-per img {
        display: none;
    }

    .black-friday-popup .max-55-per img.mobile-black-friday-img {
        display: block;
    }

    .black-friday-form-heading {
        display: none;
    }

    .max-55-per,
    .max-45-per {
        max-width: 100%;
    }

    .black-friday-form {
        padding: 30px;
    }

    .black-strip {
        font-size: 11px;
    }

    .black-friday-form-heading h1,
    .black-friday-form-heading h2 {
        font-size: 38px;
    }

    .black-friday-bottom-p,
    .black-friday-term-privacy {
        font-size: 10px;
        display: none;
    }

    .black-friday-form-submit-area {
        margin-top: 10px;
    }

    .dm-banner .inner-banner-heading form::before {
        top: 27px;
    }

    .black-friday-popup {
        overflow: hidden;
        max-height: calc(100% - 30px);
        overflow-y: auto;
    }

    .banner-scroll-down::before {
        top: 5px;
        height: 25px;
    }
}

.pb-0 {
    padding-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-25 {
    padding-bottom: 25px;
}

.plr-30 {
    padding: 0 30px;
}

.pr-30 {
    padding-right: 30px;
}

.mlr--7 {
    margin-left: -7px;
    margin-right: -7px;
}

.plr-7 {
    padding-right: 7px;
    padding-left: 7px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.animation-delay-5ms {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.animation-delay-7ms {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.animation-delay-9ms {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.animation-delay-10ms {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animation-delay-11ms {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.animation-delay-13ms {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.animation-delay-15ms {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.animation-delay-17ms {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.animation-delay-19ms {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.animation-delay-20ms {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animation-delay-25ms {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.animation-delay-35ms {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.animation-delay-55ms {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s;
}

.animation-delay-75ms {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
}

.animation-delay-105ms {
    -webkit-animation-delay: 10.5s;
    animation-delay: 10.5s;
}

.animation-delay-125ms {
    -webkit-animation-delay: 12.5s;
    animation-delay: 12.5s;
}

.animation-delay-155ms {
    -webkit-animation-delay: 15.5s;
    animation-delay: 15.5s;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.fadeTextLeft {
    -webkit-animation-name: fadeTextLeft;
    animation-name: fadeTextLeft;
}

.fadeTextRight {
    -webkit-animation-name: fadeTextRight;
    animation-name: fadeTextRight;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.web-banner-animation {
    -webkit-animation-name: web-banner-animation;
    animation-name: web-banner-animation;
}

.mobile-app-banner-animation {
    -webkit-animation-name: mobile-app-banner-animation;
    animation-name: mobile-app-banner-animation;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(2)
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(2)
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeTextLeft {
    from {
        background: linear-gradient(to left, #fff 33%, transparent 66%);
        background-size: 300% 100%;
        background-position: 100%;
    }

    to {
        background: linear-gradient(to left, #fff 33%, transparent 66%);
        background-size: 300% 100%;
        background-position: 0 100%;
    }
}

@keyframes fadeTextLeft {
    from {
        background: linear-gradient(to left, #fff 33%, transparent 66%);
        background-size: 300% 100%;
        background-position: 100%;
    }

    to {
        background: linear-gradient(to left, #fff 33%, transparent 66%);
        background-size: 300% 100%;
        background-position: 0 100%;
    }
}

@-webkit-keyframes fadeTextRight {
    from {
        background: linear-gradient(to right, #fff 33%, transparent 66%);
        background-size: 300% 100%;
        background-position: 0 100%;
    }

    to {
        background: linear-gradient(to right, #fff 33%, transparent 66%);
        background-size: 300% 100%;
        background-position: 100%;
    }
}

@keyframes fadeTextRight {
    from {
        background: linear-gradient(to right, #fff 33%, transparent 66%);
        background-size: 300% 100%;
        background-position: 0 100%;
    }

    to {
        background: linear-gradient(to right, #fff 33%, transparent 66%);
        background-size: 300% 100%;
        background-position: 100%;
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes web-banner-animation {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes web-banner-animation {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@-webkit-keyframes mobile-app-banner-animation {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, -2000px, 0);
        transform: translate3d(2000px, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes mobile-app-banner-animation {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, -2000px, 0);
        transform: translate3d(2000px, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

/*----------- For Blog Page --------------------*/

.blogleftsidetext {
    width: 100%;
    max-width: 145px;
}

.blogleftsidetext h6 {
    font-size: 13px;
}

.blogleftsidetext h5 {
    font-size: 16px;
    font-weight: 800;
}

.blogleftsidetext p {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
}

.blogleftsidetext hr {
    margin: 26px 0px 12px;
}

.moreblogsdiv {
    padding: 0 15px;
    margin-bottom: 15px;
}

.moreblogsdiv div:nth-child(1) {
    width: 70%;
}

.moreblogsdiv div:nth-child(2) {
    width: 30%;
}

.moreblogsdiv p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 1.4;
    color: #292929;
    font-family: "Helvetica Neue", sans-serif;
    padding-right: 7px;
}

.moreblogsdiv small {
    font-size: 14px;
}

.morefromcaterheaddiv hr {
    margin-bottom: 34px;
}

.morefromcaterheaddiv h2 {
    color: #080808;
    font-weight: 500;
    font-family: "Georgia", serif;
}

.blog-detail-page .blog-comment-sec .section-heading h2 sub {
    float: right;
    padding-top: 20px;
}

.replycoldiv {
    display: flex;
    margin-top: 15px;
}

.replycoldiv>div.replyimgdiv {
    width: 20%;
    padding-right: 10px;
}

.replycoldiv>div.replycontentdiv {
    width: 75%;
}

.replycoldiv>div.replycontentdiv div.likereplyicon {
    display: flex;
}

.replycoldiv>div.replycontentdiv h6 {
    font-size: 14px;
    margin-bottom: 3px;
}

.replycoldiv>div.replycontentdiv h5 {
    font-size: 20px;
    font-weight: 700;
}

.replycoldiv>div.replycontentdiv p {
    font-size: 14px;
    line-height: 1.4;
}

.replycoldiv>div.replycontentdiv hr {
    margin-bottom: 10px;
}

.replycoldiv>div.replycontentdiv div.likereplyicon p {
    font-size: 12px;
}

.replycoldiv>div.replycontentdiv div.likereplyicon p a {
    text-decoration: none;
    color: #4b4b4b;
}

.replycoldiv>div.replycontentdiv div.likereplyicon p a i {
    color: #28a6f6;
}

.replycoldiv img {
    max-width: 100px;
}

.replyform>div {
    padding-left: 0px;
}

.replyform>div input {
    padding: 10px 15px 10px 10px;
    outline: 0;
    font-weight: 600;
    border-radius: 0px;
    border-right: 0px;
    height: 44px;
}

.replyform>div input:focus {
    box-shadow: none;
    border-color: #28a6f6;
}

.replyform>div input:focus+div.input-group-prepend .input-group-text {
    border-color: #28a6f6;
}

.replyform>div div.input-group-prepend>.input-group-text {
    background: transparent;
    border-left: 0px;
}

.replyform>div div.input-group-prepend>.input-group-text i {
    color: #28a6f6;
}

.blogsideshareicon>li>a {
    color: #656565 !important;
    width: 100% !important;
    height: 38px !important;
}

/*----------- For Ipad --------------------*/

@media only screen and (max-width: 991px) {
    .displaynoneonipad {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .banner-bottom-carousel img {
        max-width: 230px;
    }

    .banner-bottom-carousel {
        padding: 0px 105px;
    }

    .banner-heading h1 {
        font-size: 39px;
    }

    .twoinipadscreen div.col-lg-4 {
        width: 50%;
    }

    .displaynoneonipad {
        display: none;
    }

    .ipadwidth50 {
        width: 50%;
    }

    .contentrightonipad {
        justify-content: flex-end;
    }

    .single-pricing {
        margin-bottom: 20px;
    }

    .ipadwidth100 {
        width: 100%;
    }

    .portfolio-search-submit {
        padding: 17px 2px;
    }

    .ipadmargin30 {
        margin-top: 30px;
    }

    .service-tabs .nav-tabs .nav-link {
        padding: 15px 15px 15px 15px;
    }

    .inner-service-tabs .nav-tabs .nav-link {
        padding: 10px 5px;
    }

    .ipadpaddingleft0 {
        padding-left: 0px !important;
    }
    
    .work-arrow-up:before{
        display: none;
    }
    .work-arrow-down:before{
        display: none;
    }
}

/*------------------ For Ipad Pro --------------------------*/

@media only screen and (max-width: 1024px) {
    .banner-bottom-carousel {
        padding: 0px 105px;
    }

    .twoinipadscreen div.col-lg-4 {
        width: 50%;
    }
}

/*@media only screen and (max-width: 350px)  {
     .banner-heading h1{
        font-size: 28px !important;
    }
}*/

.filter-brandcolor {
    filter: brightness(0) saturate(100%) invert(48%) sepia(98%) saturate(698%) hue-rotate(176deg) brightness(97%) contrast(99%);
    ;
}