
::-webkit-scrollbar { width: 10px; }
    
::-webkit-scrollbar-track { background: rgba(0, 0, 0, .05); }
    
::-webkit-scrollbar-thumb { background: rgba(246, 139, 70, 1); }





body {
    font-size: 16px;
    font-family: "Raleway", 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: 9px 0;
}

.logo img {
	width: 100%;
	max-width: 105px;
}

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

.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: #f68b46;
    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: #f68b46;
    color: #fff;
}

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

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

span.menu-hover-effect {
  background: linear-gradient(to right, #f68b46, #f68b46 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;
}

span.menu-hover-effect:hover {
  background-position: 0 100%;
}



.border-box-effect {
    position: relative;
    display: block;
    padding: 5px;
}
.border-box-effect img {
        width: 100%;
    }

.border-box-effect:before{
        border-bottom: 3px solid #FFF;
        border-left: 3px solid #FFF; 
        -webkit-transform-origin: 0 100%;
    }
.border-box-effect:after{
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
        -webkit-transform-origin: 100% 0%;
    }
.border-box-effect:before, .border-box-effect:after {
        width: calc(100% - 22px); 
        height: calc(100% - 22px);
        z-index: 3;
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        transition:all 0.5s ease-in-out;
        transform:scale(0);
        z-index: 1;
    }

.border-box-effect:hover:before,
.border-box-effect:hover:after
{
     -webkit-transform: scale(1);
}

.border-box-effect > *{
        position: relative;
        display: block;
    }

.border-box-effect > *:before{
            background: rgba(0,0,0,0.2);
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            display: none;
            transition:all 0.6s ease-in-out;
        }


.border-box-effect > *:after{
            content: "+";
            font-size: 74px;
            color: #ffffff;
            text-align: center;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 40px;
            height: 40px;
            line-height: 36px;
            z-index: 2;
            font-weight: 300; 
            display: none;
            transition:all 0.6s ease-in-out;
        }

.border-box-effect > *:hover:before,
.border-box-effect > *:hover:after  {
             display: block;
        }
        

.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: #f68b46;
}

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

.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/home-home-banner1.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	min-height: 850px;
}



.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/logo-branding-bg.jpg') no-repeat center center;
	background-size: cover;
}

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

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

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

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

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

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

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

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

.linkedin-banner {
	background: url('../images/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 {
	display: none;
}

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

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

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

.blog-banner {
	background: url('../images/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 {
	display: none;
}

.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: 22px;
	left: 50%;
	transform: translateX(-50%);
}

.absolute-bottom-link {
	position: absolute;
	bottom: 120px;
	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 30px;
    font-size: 30px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
}

.banner-heading p, .inner-banner-heading p, .banner-heading h6, .inner-banner-heading h6 {
    margin: 0 0 20px;
    font-size: 23px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
}

.banner-heading p br, .inner-banner-heading p br, .banner-heading h6 br, .inner-banner-heading h6 br {
    display: none;
}

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

.inner-banner-heading h1 {
    margin: 0 0 30px;
    font-size: 35px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
}

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

.banner-heading h1 br, .inner-banner-heading h1 br {
    display: none;
}

.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: 17px;
    width: 18px;
    background: url("../images/images-pencil-white.png") no-repeat center center;
    background-size: contain;
    left: 15px;
    top: 26px;
    transform: translateY(-50%);
}

.form-fflex{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:30px;
    flex-direction: column;

}
.home-banner-input {
    float: left;
    background: rgba(0, 0, 0, 0);
    width: 300px;
    padding: 13px 15px 13px 15px;
    font-size: 14px;
    font-weight: 700;
    outline: 0;
    border: 0;
    color: #ffffff;
    border-radius: 0;
    border-bottom: 1px dashed #ffffff;
    margin-right: 0px;
    margin-bottom: 10px;
    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: #f68b46;
	outline: 0;
	overflow: hidden;
	border-radius: 0;
	border: 0;
    transition: all .3s;
    z-index: 1;
    width: 100%;
	margin-top: 10px;
}

.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: 150px;
	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: 19px;
    margin-right: 7px;
    margin-top: -3px;
}

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

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

.green-sec {
	padding: 45px 0;
	width: 100%;
	background: #fdefff;
}

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

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

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

.section-heading h5 {
	position: relative;
	padding: 0 50px;
	font-size: 11px;
	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/images-arrow.png) no-repeat left center;
	background-size: contain;
}

.section-heading h5:after {
	content: '';
	position: absolute;
	right: 0;
	top: 40%;
	width: 35px;
	height: 7px;
	transform: translateY(-50%) scaleX(-1);
	background: url(../images/images-arrow.png) no-repeat right center;
	background-size: contain;
}



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

.section-heading h1 br, .section-heading h2 br {
	display: none;
}

.section-heading h3 {
	font-weight: 700;
    font-size: 25px;
    color: #000;
    padding-top: 3px;
    font-family: "Outfit", sans-serif;
    text-transform: capitalize;
    margin: 0 0 30px;
}

.section-heading h4 {
	font-weight: 700;
    font-size: 25px;
    color: #000;
    padding-top: 3px;
    font-family: "Outfit", sans-serif;
    text-transform: capitalize;
    margin: 0 0 30px;
}

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

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

.section-heading p br, .section-heading h6 br {
	display: none;
}

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

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

.section-heading .link-area {
	margin-top: 0;
    text-align: center;
}

.portfolio-carousel-sec .link-area {
	margin-top: 45px;
	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: #f68b46;
	padding: 10px 0;
	margin-right: 15px;
    margin-bottom: 15px;
	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 {
    text-align: center;
}

.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;
}

.inner-banner .link-area a.simple-a:nth-child(3) {
	margin-left: 0;
}

.link-area a.hover-effect:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	width: 100%;
	height: 100%;
	background: #f68b46;
	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 #f68b46;
}

.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 #f68b46;
	transition: all .3s;
}

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

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

.about-detail-sec:first-child {
	margin-top: 35px;
}

.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: 19px;
	font-weight: 700;
	color: #000;
    font-family: "Outfit", sans-serif;
}

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

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

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

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

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

.about-detail-right a {
	color: #f68b46;
	font-size: 11px;
	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 {
    margin: 0 -15px;
}

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

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

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

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

.service-tabs .nav-tabs .nav-item {
	width: 25%;
}

.service-tabs .nav-tabs .nav-link {
	padding: 10px 7px 7px 7px;
	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: 17px;
    margin-top: -10px;
	color: #f68b46;
	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: #f68b46;
}

.service-tabs .nav-tabs .nav-link:before {
	content: '';
    position: absolute;
    left: 50%;
    top: -5px;
    background: url(../images/service-icon-services-top.png) no-repeat top center;
    background-size: contain;
    width: 30px;
    height: 15px;
    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-item:first-child .nav-link.active {
	border-left: 0;
	padding-left: 9px;
}

.service-tabs .nav-tabs .nav-item:last-child .nav-link.active {
	border-right: 0;
	padding-right: 9px;
}

.service-tabs .nav-tabs .nav-link p {
	font-size: 10px;
	margin: 7px 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: 45px 0;
}

.service-tab-content img {
	width: 100%;
	margin-top: 30px;
}

.service-tab-content .section-heading.left-heading {
	padding-left: 0px;
	text-align: left;
}

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

.pricing-sec .link-area {
    margin-top: 45px;
    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: #f68b46;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	transition: all .3s;
	margin: 0 7px;
	margin-bottom: 10px;
}

.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: #f68b46;
	color: #fff;
}

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

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

.single-pricing {
    position: relative;
	margin: 0 -10px;
	margin-top: 15px;
	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;
    padding-bottom: 15px;
}

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

.big-pricing {
    margin-top: 0;
}

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

.recommended-price:before {
	content: 'RECOMMENDED';
    position: absolute;
    top: 0;
    right: 0px;
    background: #f68b46;
    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/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 {
    display: none;
}

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

.price-head h4 {
	font-weight: 700;
    font-size: 23px;
    font-family: "Outfit", 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: "Outfit", sans-serif;
    color: #f68b46;
    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: #f68b46;
	z-index: -1;
	transition: all .3s;
}

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

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

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

.pricing-detail.p-mob-0 {
    padding: 0;
}
    
.big-pricing .col-md-3:last-child .pricing-detail.p-mob-0 {
    padding-bottom: 20px;
}

.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: center;
    padding-left: 0;
}

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

.big-pricing .pricing-detail ul li:last-child {
    border-bottom: 1px solid #ddd;
}

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

.big-pricing .fullpricehead h4 {
    margin-bottom: 0;
}

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

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

.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: #f68b46;
	margin-right: 3px;
	font-size: 13px;
	position: relative;
	bottom: -2px;
}

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

.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: #f68b46;
    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: #f68b46;
    border-bottom: 3px solid #d4d4d4;
    border-right: 3px solid #d4d4d4;
    transform: translate(-50%, 70%) rotate(45deg);
}

.pricing-content .tab-pane .col-lg-3:first-child .single-pricing {
	margin-top: 0;
}

#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: 45px 0;
	width: 100%;
	background: #f68b46;
	color: #fff;
}

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

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

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

.stats-sec .link-area {
    text-align: center;
    padding-top: 15px;
}

.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: #f68b46;
}

.single-stat {
	margin: 0 -10px;
	padding: 25px 15px;
	text-align: center;
	margin-top: 15px;
	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: 65px;
	margin-bottom: 10px;
}

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

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

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

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

.single-testimonial {
	background: #fff;
	color: #000;
	padding: 30px;
	margin: 15px 0 0 0;
	transition: all .3s;
	position: relative;
	top: 0;
}

.single-testimonial:hover {
	background: #f68b46;
	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: #f68b46;
    transition: all .3s;
} */

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

.web-testimonial {
    position: relative;
	color: #000;
	padding: 30px 15px;
	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: 0;
	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;
}

.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;
}

.video-testimonial .col-lg-6 {
	padding-left: 30px;
	padding-right: 30px;
}

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

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

.white-sec .col-lg-3:first-child .single-awards {
	margin-top: 0;
}

.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: #f68b46;
	border-color: #f68b46;
	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 .blog-detail-area p img {
    width: 100%;
    max-width: 470px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.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 .blog-detail-area h3, .blog-detail-page .blog-detail-area h3:hover {
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
}

.blog-detail-page .blog-detail-area h3:first-child {
    margin-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: #f68b46;
}

.blog-detail-page .blog-detail-area {
	padding: 30px;
}

.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: #f68b46;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid #f68b46;
    text-transform: uppercase;
    transition: all .3s;
}

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

.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: #f68b46;
}

.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: #f68b46;
}

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

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

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

.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;
}

.blogs-sec .single-blog {
    margin: 17px 0 0 0;
}

.blogs-sec .single-blog.mt-0-mob {
    margin-top: 0;
}

.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: #f68b46;
    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: #f68b46;
}

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

.blog-detail-area p > a {
    color: #f68b46;
    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: #f68b46;
}

.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: #f68b46;
}

.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: #f68b46;
}

.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: #f68b46;
}

.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%;
}

.work-process-img-col {
    margin-top: -60px;
    margin-bottom: -15px;
    overflow: hidden;
}

.smm-process-img {
    width: 220%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.smm-process-steps-left, .smm-process-steps-right {
    clear: both;
}

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

.smm-process-steps-left h6, .smm-process-steps-right h6 {
    font-family: "Outfit", 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: #f68b46;
}

.smm-process-steps-left h6 span {
    display: none;
}

.smm-process-steps-left h6 span.mob-num {
    display: initial;
}

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

.reverse-mob {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.order-mb-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-mb-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-mb-3 {
    -ms-flex-order: 3;
    order: 3;
}

.contact-video-container {
	width: 100%;
	position: relative;
	margin-bottom: 55px;
}

.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 {
    display: none;
}

.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: 80px;
}

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

.single-workflow h6 {
	font-family: "Outfit", 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: 35px 0;
}

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

.single-about-service h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	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;
}

.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 #f68b46;
}

.contact-form-input ~ i {
	position: absolute;
	left: 22px;
	top: 50%;
	font-weight: 900;
	transform: translateY(calc(-50% - 8px)) scale(0.9);
	color: #f68b46;
	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 #f68b46;
}

.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: #f68b46;
	z-index: -1;
	transition: all .3s;
}

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

.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-page .contact-ul li {
    text-align: left;
}

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

.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: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 35px;
  	z-index: 3;
}

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

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

.portfolio-search-submit {
    padding: 17px 40px;
    border: 0;
    color: #fff;
    font-weight: 800;
    background: #f68b46;
    outline: 0;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-top: 10px;
	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: #f68b46;
    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: #f68b46;
	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: #f68b46;
	color: #fff;
}

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

.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: 26px;
	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: 16px;
    color: #fff;
    font-family: "Outfit", sans-serif;
}

.portfolio-industry, .portfolio-img-hover-container h6 {
 	background: #f68b46;
    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: 26px;
    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: #f68b46;
	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: #f68b46;
	color: #fff;
}

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

.inner-service-tabs .nav-tabs .nav-item {
	margin-top: 10px;
}

.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: 0;
	width: 100%;
	max-width: 300px;
    transform: translateY(0);
}

.inner-service-content.web-page-different img {
	max-width: 375px;
}

.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-service-content .section-heading.left-heading {
	padding-right: 0;
	margin-top: 50px;
}

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

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

.inner-banner-input {
    background: rgba(0, 0, 0, .6);
    width: calc(100% - 205px);
    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: 0;
    width: 100%;
	margin-bottom: 10px;
}

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

.inner-banner-heading form {
    position: relative;
}

.inner-banner-heading form::before {
    content: '';
    position: absolute;
    height: 17px;
    width: 18px;
    background: url(../images/images-pencil.png) no-repeat center center;
    background-size: contain;
    top: 27px;
    left: 12px;
    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: 27px;
}

.inner-banner-submit {
    position: relative;
	padding: 15px 36px;
    border: 0;
    color: #fff;
    font-weight: 800;
    background: #f68b46;
    outline: 0;
    border-radius: 0;
    transition: all .3s;
    overflow: hidden;
    z-index: 1;
    width: 100%;
	margin-left: 0; 
}

.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: 100%;
	padding: 15px 30px 15px 42px;
	float: left;
	font-weight: 800;
	outline: 0;
	border: 2px dashed #fff;
	color: #fff;
	border-radius: 0;
	margin-bottom: 10px;
}

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

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

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

.lb-service, .dm-service {
	position: relative;
	width: 100%;
	background: #fdefff;
	padding: 45px 0;
	padding-bottom: 0;
	display: flex;
	flex-direction: column-reverse;
}

.dm-service {
	padding: 30px 0 0 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, .twitter-service-1, .twitter-service-3, .linkedin-service-1, .linkedin-service-3 {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 300px;
	margin-top: 35px;
	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: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	margin-top: 35px;
	overflow: hidden;
}

.dm-service-1, .dm-service-2, .dm-service-3, .smm-service-1, .smm-service-2, .smm-service-3, .smm-service-4, .fb-service-1, .fb-service-2, .fb-service-3, .fb-service-4, .fb-service-5, .instagram-service-1, .instagram-service-2, .instagram-service-3, .instagram-service-4, .twitter-service-1, .twitter-service-2, .twitter-service-3, .twitter-service-4 {
	margin-top: 30px;
}

.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/logo-branding-lb-service-1.jpg') no-repeat center center;
	background-size: cover;
}

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

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

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

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

.mobile-service-2 .further-service-bg {
	background: url('../images/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.jpg') 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('../images/dm-dm-service-1.jpg') no-repeat center center;
	background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.about-service-1 {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	/*height: 300px;*/
	background: url('../images/about-about-1.jpg') no-repeat center center;
	background-size: cover;
	margin-top: 30px;
}

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

.lb-service .col-lg-6.offset-lg-6 .section-heading {
	padding-left: 0;
	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: 0;
	padding-left: 0;
}

.dm-service .col-lg-6.offset-lg-6 .section-heading {
	padding-left: 0;
	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);
}

.lb-service .link-area a.hover-effect, .dm-service .link-area a.hover-effect {
	text-align: center;
	white-space: nowrap;
}

.lb-service .section-heading .link-area, .dm-service .section-heading .link-area {
	margin-top: 30px;
}

.inner-banner-form {
	display: none;
}

.get-free-quote-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;
}

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

.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: #f68b46;
}

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

.inner-banner-form-heading h1 span, .inner-banner-form-heading h2 span {
	font-family: "Raleway", 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: #f68b46;
	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 #f68b46;
}

.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: #f68b46;
	z-index: -1;
	transition: all .3s;
}

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

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

.single-campaign {
	position: relative;
	margin: 0 0 15px 0;
	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: #f68b46;
}

.single-campaign:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 7px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border: 1px solid #f68b46;
	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: "Outfit", 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: #f68b46;
	opacity: .1;
    font-family: "Outfit", sans-serif;
}

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

.vertical-process .section-heading {
	position: relative;
	top: auto;
    transform: none;
    padding: 55px 0;
}

.vertical-process:last-child .section-heading {
    padding-bottom: 0;
}

.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) .row {
	flex-direction: column-reverse;
}

.vertical-process:nth-child(odd), .vertical-process:nth-child(even) {
    text-align: center;
}

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

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

.about-process:nth-child(odd) .row {
	flex-direction: column-reverse;
}

.about-process .section-heading {
	position: relative;
	top: auto;
    transform: none;
    padding: 45px 0;
}

.about-process:last-child .section-heading {
    padding-bottom: 0;
}

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

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

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

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

.dm-ppc .section-heading {
	position: relative;
	top: auto;
    transform: none;
    padding: 30px 0 0 0;
}

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

.dm-ppc img {
	width: 100%;
	transform: none;
}

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

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

.about-float-number {
	display: none;
}

.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: 18px;
    font-weight: 700;
    color: #000;
    position: relative;
    line-height: 1.6;
    margin-top: 0;
    padding: 0;
}


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

.faq-sec .card .card-header a > span {
    color: #f68b46;
    padding-right: 9px;
}

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

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

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

.small-accordion {
    text-align: left;
    margin-top: 45px;
}

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

.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: #f68b46;
	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-page #contact_form {
    margin-bottom: 45px;
}

.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;
    margin-top: 45px;
}

.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: #f68b46;
    transition: all .5s;
    display: none;
}

.step-footer-loader:after {
    content: '';
    position: absolute;
    right: 0;
    top: 49%;
    background: #f68b46;
    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: #f68b46;
	z-index: -1;
	transition: all .3s;
}

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

.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 #f68b46;
    z-index: -1;
    transition: all .3s;
}

.step-label:hover:after {
    top: -1px;
    left: -1px;
}

:checked + label.step-label {
	box-shadow: 1px 1px 8px #f68b46;
}

: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 #f68b46;
    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 #f68b46;
}

.step-input ~ i {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(calc(-50% - 7px));
	color: #f68b46;
	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: #f68b46;
    opacity: .1;
    font-family: "Outfit", sans-serif;
}

.final-step .step-heading:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0px;
    width: 4px;
    height: 73px;
    background: #f68b46;
}

.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: 30px;
	text-align: center;
}

.home-footer .footer-links {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-footer .footer-links li a {
    text-transform: uppercase;
}
    
.footer-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-footer .footer-social-links {
	font-size: 22px;
	margin-bottom: 10px;
}

.home-footer .footer-social-links li {
	text-align: center;
	margin: 0 7px;
	margin-bottom: 15px;
	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: 15px 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-heading {
    margin-top: 15px;
}

.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: #f68b46;
}

.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: 0 10px;
    font-size: 22px;
    margin-top: 25px;
}

.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;
	text-align: center;
}

.footer-bottom-links {	
    display: flex;
	float: none;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-top: 7px;
    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: #f68b46;
}

.footer-bottom-links li:last-child a {
    border: 0;
}

.owl-dots {
	display: none;
}

.mob-menu-btn {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.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: 61px;
    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: 400px;
}

.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: #f68b46;
}

.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: #f68b46;
}

.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: 40px;
    height: 40px;
    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: 24px;
    line-height: 40px;
    transition: all .3s;
}

.back-to-top:hover {
    background: #f68b46;
    bottom: 50px;
}

.back-to-top.scrolled-show {
    opacity: 1;
    visibility: visible;
}

.animate-box {
    position: absolute;
    width: 28px;
    height: 28px;
    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: #f68b46;
}

.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: #f68b46;
}

.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: #f68b46;
}

.web-banner .banner-bottom-left-5 {
    background: #f68b46;
}

.mobile-app-banner .banner-bottom-left-5 {
    background: #f68b46;
}

.video-banner .banner-bottom-left-5 {
    background: #f68b46;
}

.banner-bottom-right-1 {
    bottom: 0;
    right: 0;
    background: #f68b46;
}

.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: #f68b46;
}

.pricing-banner .banner-bottom-right-3 {
	background: #f68b46;
}

.banner-bottom-right-4 {
    bottom: 0;
    right: 0;
    transform: translateX(calc(-100% - 1px)) translateY(calc(-200% - 2px));
    background: #f68b46;
}

.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: #f68b46;
}

.section-top-right-3 {
	top: 0;
    right: 0;
    transform: translateX(calc(-100% - 1px));
    background: #f68b46;
}

.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: #f68b46;
}

.section-bottom-left-1 {
	bottom: 0;
    left: 0;
    background: #f68b46;
}

.section-bottom-left-2 {
	bottom: 0;
    left: 0;
    transform: translateX(calc(100% + 1px));
    background: #f68b46;
}

.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: #f68b46;
}

.section-bottom-left-6 {
	bottom: 0;
    left: 0;
    transform: translateY(calc(-200% - 2px));
    background: #f68b46;
}

.vertical-workprocess .section-bottom-left-1 {
    background: #d7d7d7;
}

.vertical-workprocess .section-bottom-left-2 {
    background: #d7d7d7;
}

.vertical-workprocess .section-bottom-left-3 {
    background: #f68b46;
}

.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: #f68b46;
}

.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: #f68b46;
}

.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: #f68b46;
}

.section-back-bottom-right-3 {
	bottom: 0;
    right: 0;
    transform: translateX(calc(-100% - 1px)) translateY(calc(300% + 3px));
    background: #d7d7d7;
}

.none-desktop {
	display: initial;
}

.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: 5px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 25px;
    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;
    overflow: hidden;
    max-height: calc(100% - 30px);
    overflow-y: auto;
}

.black-friday-popup img {
    width: 100%;
}

.mobile-black-friday-img {
    display: none;
}

.black-friday-form {
	width: 100%;
	padding: 30px;
}

.black-friday-form-heading {
    display: none;
}

.black-friday-input-row:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 20px;
    width: calc(100% - 30px);
    height: calc(100% - 14px);
    border: 1px solid #f68b46;
    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 #f68b46;
}

.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: 10px;
	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: #f68b46;
	z-index: -1;
	transition: all .3s;
}

.black-friday-form-submit-area:hover:before {
	left: 0;
	top: 0;
	border: 2px solid #f68b46;
}

.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;
}

.max-55-per {
    width: 100%;
    padding: 0 15px;
}

.black-friday-popup .max-55-per img {
    display: none;
}

.black-friday-popup .max-55-per img.mobile-black-friday-img {
    display: block;
}

.max-45-per {
    width: 100%;
    padding: 0 15px;
}

.close-popup, .close-get-free-quote-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 {
    display: none;
}


.pricing-sec .section-heading.pb-30 {
	padding-bottom: 20px;
}

#field-scroll {
    padding: 30px 0;
}

.section-heading.pb-30 {
    padding-bottom: 20px;
}

.hide-on-mob {
	display: none;
}

.width-100per {
    width: 100%;
}

label.width-100per {
    margin-bottom: 0;
}

.comparable-pricing-content {
    padding: 35px 15px;
}

.comparable-pricing-content .single-pricing {
    margin: 0 -15px;
    padding: 0 0 0 0;
}

.comparable-pricing-content .single-pricing .price-head {
    background: #fdefff;
    border: 1px solid #dadada;
    border-left: 0;
    padding: 22px 0;
}

.comparable-pricing-content .single-pricing:hover {
    top: 0;
    box-shadow: none;
}

.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .price-head {
    background: #f68b46;
    padding: 42px 10px;
    border-color: #f68b46;
}

.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: 18px;
}

.comparable-pricing-content .single-pricing .price-head p {
    font-size: 10px;
}

.comparable-pricing-content .single-pricing .price-head p span {
    font-size: 14px;
}

.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .price-head p {
    text-transform: initial;
    line-height: 1;
    font-weight: 400;
    margin-top: 4px;
    font-size: 12px;
}

.comparable-pricing-content .price-head h6 {
    font-size: 40px;
}

.comparable-pricing-left-sec .price-head h5 {
    font-weight: 500;
    font-size: 23px;
    font-family: "Outfit", 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 10px;
    line-height: 2.99999999;
}

.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 10px;
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
    color: #000;
}

.comparable-pricing-content .single-pricing .pricing-link a {
    font-size: 14px;
    padding: 10px 15px;
}

.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .pricing-link {
    padding: 29px 0;
}

.comparable-pricing-content .single-pricing.comparable-pricing-left-sec .pricing-link p a {
    padding: 5px 0 0 0;
    font-weight: 800;
    color: #000;
    font-size: 16px;
    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: #f68b46;
}

.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 .single-pricing.comparable-pricing-left-sec .pricing-detail ul li {
    line-height: 1.5;
}


@media only screen and (max-height: 700px) { 
    .absolute-bottom-link {
        bottom: 80px;
    }
}

@media only screen and (max-height: 600px) { 
    .absolute-bottom-link {
        display: none;
    }
}


.top-mob {
	position: relative;
	top: auto;
	transform: none;
	padding-top: 55px;
}

.step-center.top-48-desktop.top-mob {
	position: relative;
	top: 48%;
	transform: translateY(-50%);
	padding-top: 55px;
}

.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;
}
    
.p-mob-0 {
    padding: 0;
}

.mlr-7-mob {
	margin-left: -7px;
	margin-right: -7px;
}

.mt-5-mob {
    margin-top: 5px;
}

.mt-0-mob {
    margin-top: 0;
}

.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;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}


@-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 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 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 mobile View --------------------------*/

.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;
}

.moreblogsdiv{
    padding: 0px 15px;
    margin-bottom: 20px;
}
.moreblogsdiv>div:nth-child(1){
    width: 75%;
}
.moreblogsdiv>div:nth-child(2){
    width: 25%;
}
.moreblogsdiv>div:nth-child(1) p{
    font-weight: 800;
    margin-bottom: 8px;
}
.moreblogsdiv>div:nth-child(1) small{
    font-size: 15px;
}

.moreblogsdiv p{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 1.4;
    color: #292929;
    font-family: "Helvetica Neue", sans-serif;
}

.blogstopulforotherscreen{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 0 7px;
    color: #f68b46;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}
.blogstopulforotherscreen>li:nth-child(1){
    padding: 0 7px 0 0;
    border-right: 2px solid #f68b46;
}
.blogstopulforotherscreen>li:nth-child(2){
    padding: 0 7px;
    border-right: 2px solid #f68b46;
}
.blogstopulforotherscreen>li:nth-child(3){
    padding: 0 7px;
}

.blogleftshareotherscreen{
    padding: 80px 15px 0px;
    display: none;
}
.blogleftshareotherscreen>div h6{
    font-size: 14px;
}
.blogleftshareotherscreen>div h5{
    font-size: 19px;
    font-weight: 700;
}
.blogleftshareotherscreen>ul.blogsideshareicon{
    list-style-type: none;
    padding: 0;
    display: flex;
}
.blogleftshareotherscreen>ul.blogsideshareicon li{
    padding: 10px 10px;
}
.blogleftshareotherscreen>ul.blogsideshareicon>li a{
    text-decoration: none;
    color: #4b4b4b;
}
.padding-0mobile{
    padding: 0px;
}
.blogspageuserimg>img{
    width: auto;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin-bottom: 10px;
}
/*.socialiconsrowmobile>div.col-md-6{
    width: 50%;
}*/
.blogspagemobile{
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.blogspagemobile>li{
    padding: 0px 3px;
}
.blogspagemobile>li>a>i{
    font-size: 25px;
}
.blogspagemobile>li:nth-child(1)>a>i{
    color: #3b5a9a;
}
.blogspagemobile>li:nth-child(2)>a>i{
    color: #d54a35;
}
.blogspagemobile>li:nth-child(3)>a>i{
    color: #c70712;
}
.blogspagemobile>li:nth-child(4)>a>i{
    color: #23a8e1;
}
.blogspagemobile>li:nth-child(5)>a>i{
    color: #117bb5;
}

.replycoldiv, .likereplyicon{
    display: flex;
}
.replycoldiv>div.replyimgdiv{
    width: 25%;
    padding-right: 10px;
}
.replycoldiv>div.replycontentdiv{
    width: 75%;
}
.replycoldiv>div.replycontentdiv{
    width: 75%;
}
.replycoldiv>div.replycontentdiv h6{
    font-size: 13px;
}
.replycoldiv>div.replycontentdiv h5{
    font-weight: 700;
}
.replycoldiv>div.replycontentdiv p{
    line-height: 1.4;
    font-size: 14px;
}
.likereplyicon p{
    font-size: 12px;
}
.likereplyicon>p>a{
    text-decoration: none;
    color: #4b4b4b;
}
.likereplyicon>p>a>i{
    color: #f68b46;
}
.replyform{
    margin-bottom: 20px;
}
    
.replyform input{
    padding: 10px 15px 10px 10px;
    height: 44px;
    border-radius: 0px;
    font-weight: 600;
    border-right: 0px;
    font-size: 16px;
}
.replyform input:focus{
    box-shadow: none;
    border-color: #f68b46;
}

.replyform div.input-group-text{
    background: transparent;
    border-left: 0px;
}
.replyform div.input-group-text i{
    color: #f68b46;
}
.morefromcaterheaddiv>h2{
    color: #080808;
    font-weight: 500;
    font-size: 28px;
    font-family: "Georgia", serif;
}

.blog-detail-page .section-heading {
    text-align: left;
}

.blog-detail-page .section-heading h2 {
    margin-bottom: .5rem;
}

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

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

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

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

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

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

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

.blog-detail-page .blog-detail-area h3, .blog-detail-page .blog-detail-area h3:hover {
    font-size: 23px;
}

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

.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;
}

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

.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: #f68b46;
} 


.border-box-effect {
    position: relative;
    display: block;
    padding: 5px;
}
.border-box-effect img {
        width: 100%;
    }

.border-box-effect:before{
        border-bottom: 3px solid #FFF;
        border-left: 3px solid #FFF;
        -webkit-transform-origin: 0 100%;
    }
.border-box-effect:after{
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
        -webkit-transform-origin: 100% 0%;
    }
.border-box-effect:before, .border-box-effect:after {
        width: calc(100% - 22px);
        height: calc(100% - 22px);
        z-index: 3;
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        transition:all 0.5s ease-in-out;
        transform:scale(0);
        z-index: 1;
    }

.border-box-effect:hover:before,
.border-box-effect:hover:after
{
     -webkit-transform: scale(1);
}

.border-box-effect > *{
        position: relative;
        display: block;
    }

.border-box-effect > *:before{
            background: rgba(0,0,0,0.2);
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            display: none;
            transition:all 0.6s ease-in-out;
        }


.border-box-effect > *:after{
            content: "+";
            font-size: 74px;
            color: #ffffff;
            text-align: center;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 40px;
            height: 40px;
            line-height: 36px;
            z-index: 2;
            font-weight: 300; 
            display: none;
            transition:all 0.6s ease-in-out;
        }

.border-box-effect > *:hover:before,
.border-box-effect > *:hover:after  {
             display: block;
        }
        



/*------------------ For Galaxy Fold --------------------------*/

@media only screen and (max-width: 280px) { 
    
     .banner-heading h1{
        font-size: 26px !important;
    }
}



header.header.scrolled .logo img {
    width: 80px;
}

.menu > ul > li > a > i.switch-icon{font-size: 40px;}



