

:root {
/*  --heading:#192225; */
	--heading:#000d44;
 --white:#fff;	
 --primary:#006efe;
 --green:#35dbb7;
 --button:linear-gradient( 126deg, #006efe, #35dbb7);
 --buttonhover:linear-gradient(309deg, #006efe, #35dbb7);
 --footerp:#cfd3ff;
}
body {
	margin: 0;
	padding: 0 !important;
	overflow: inherit !important;
	font-family: 'Montserrat Alternates', sans-serif;
	font-family: "Fira Sans", sans-serif;
}
input[type="text"],  input[type="email"],  input[type="tel"],  input[type="date"],  textarea,  select {
    margin: 0 0 15px !important;
    padding: 10px 22px;
    width: 100%;
    outline: 0;
    font-family: 'Lato', sans-serif !important;
    background: #f8f8f8;
    border-radius: 12px;
    background: var(--white);
    font-size: 15px !important;
    color: #666;
    border: none;
    box-shadow: 0px 0px 10px #0000001a;
	
}
input[type="submit"] {
text-transform: uppercase;
    border: 0;
    letter-spacing: 1.5px;
    outline: none;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: var(--white);
    background-color: #006efe;
    padding: 13px 30px;
    font-weight: 500;
    width: max-content;
    display: block;
    border-radius: 12px;
    line-height: normal;
}
input[type="submit"]:hover {
	background: var(--green);
	color: var(--white);
	transition: 0.8s;
}
textarea {
	height: 120px;
	margin-bottom: 5px
}
h1,  h2,  h3,  h4,  h5,  h6 {
	margin: 0 0 15px 0;
	font-family: 'Montserrat Alternates', sans-serif;
/* 	color: #111; */
	color:#000d44;
	font-weight: 700;
	text-transform: inherit;
	line-height: inherit;
	letter-spacing: 1px;
}
h1 {
	font-size: 30px;
}

h2{
	font-size: 35px;
    line-height: initial;
    font-weight: 700;
	text-transform:unset;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
    margin: 0 0 15px 0;
	font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 25px;
	text-align:justify;
    font-weight: 400;
}
p:not(:last-child) {
    margin-bottom: 1.25em;
}
ul {
	margin: 0;
	padding: 0;
}
ul,  li,  a {
	list-style-type: none;
	font-family: "Fira Sans", sans-serif;
	color: #111;
	font-size: 16px;
	line-height: 25px;
	text-decoration: none;
}
/* span {
	font-family: "Fira Sans", sans-serif;
} */
a:hover {
	transition: 0.8s;
	text-decoration: none;
}
.heading, .leftheading {
    margin-bottom: 15px;
    line-height: 1.2;
    font-family: 'Montserrat Alternates', sans-serif;
    position: relative;
    text-align: start;
    color: var(--heading);
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.heading{
	text-align:center;
	margin:0 auto 35px;

}
.heading strong, .leftheading strong  {
	font-size: 35px;
	color: var(--primary);
	font-weight:700;
	font-family: 'Montserrat Alternates', sans-serif;
	line-height:1.2;
}

.leftheading span, .heading span{
	position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #006efe;
    overflow: hidden;
	margin-top: 10px;	
}
.heading span{
	left:50%;
	transform:translate(-50%)
}
.leftheading span:after, .heading span:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    animation: animborder 2s linear infinite;
	margin-top: 10px;
}
.title{
	text-align:center;
}
.title span {
    left: 50%;
    transform: translate(-50%);
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: linear-gradient( 101deg, #006efe, #35dbb7);
    overflow: hidden;
    margin-top: 10px;
}
.title span:after, .title span:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    animation: animborder 2s linear infinite;
	margin-top: 10px;
}

@keyframes animborder {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(113px);
    }
}
.zoomeffect {
	overflow: hidden;
	position: relative;
}
.zoomeffect img {
	transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
	transform: scale(1.1);
}
figure {
	margin: 0;
}
.row {
	align-items: center;
}

.zoomeffect {
	overflow: hidden;
	position:relative;
}
.zoomeffect img {
	transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
	transform: scale(1.1);
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed span{
	font-size:12px;
}
/* CHRISTMAS OFFER */


.christmas-offer img {
    width: 100%;
}


/* TOPBAR SECTION */

.fxdcall {
    display: none;
}
.fxdcall .callbtn {
    position: fixed;
    left: 0;
    top: 54%;
    z-index: 5;
    width: 45px;
    height: 45px;
    background: var(--primary);
    border: solid 2px #eee;
    border-radius: 0 20px 20px 0;
    display: flex;
    align-items: center;
    color: var(--white);
    justify-content: center;
}
.topbar {
	padding: 5px 0;
    background: #f1f5fb;
}
.topbar ul.topbar-contact {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
ul.topbar-contact li {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #ddd;
}
ul.topbar-contact li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right:none;
}
.topbar ul.topbar-contact li a i {
	margin-right: 7px;
    color: var(--primary);
}
.topbar .smoicon ul {
display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 18px;
}
.topbar .smoicon ul li a{
transition:all ease .5s;
}
.topbar .smoicon ul li a:hover i {
    transform: scale(1.5);
}
.topbar .smoicon ul li:first-child a:hover{
color:#3b5998;
}
.topbar .smoicon ul li:nth-child(2) a:hover{
color:#1DA1F2;
}
.topbar .smoicon ul li:nth-child(3) a:hover{
color:#0072b1;
}
.topbar .smoicon ul li:nth-child(4) a:hover{
color:#8a3ab9;
}
.topbar .smoicon ul li:nth-child(5) a:hover{
color:#00aff0;
}
.topbar .smoicon ul li:last-child a:hover{
color:#FF0000;
}

/* NAV-MENU SECTION */

canvas#canvas {
    position: absolute;
    width: 100% !important;
    z-index: -1;
}
.christmas-offermbl{
    display:none;
}
header figure {
margin: 0;
    display: flex;
    align-items: center;
}
header .nav-menu {
    box-shadow: 0px 2px 8px 0px #00000012;
}
header .navbar {
	justify-content: flex-end;
	padding:0;
}
header .nav-menu.fixed {
position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: var(--white);
}
header a.popup {
	height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--white) !important;
    border: 4px solid var(--white);
    box-shadow: 0 0 5px #ccc;
    position: absolute;
    right: 0px;
    bottom: -24px;
    z-index: 11;
}
a.popup:hover {
	background:var(--green);
}
header .nav-menu .offcanvas-header {
    justify-content: flex-end;
}
header .offcanvas-top {
	height: 100%;
}
header .offcanvas-body {
    display: flex;
    align-items: center;
}
.offcanvas-body p{
	margin-bottom:10px !important;
}
header .offcanvas-body img {
    width: 100%;
}
header .offcanvas-body form {
	margin-top: 30px;
}
header .offcanvas-body form input[type="submit"] {
    border: 1px solid var(--primary);
	font-weight: 600;
    letter-spacing: 1px;
}
header .offcanvas-body form input[type="submit"]:hover {
    border: 1px solid var(--green);
}
header .offcanvas-body form input {
border-radius: 5px;
    padding: 10px 20px;
    margin: 5px 0 !important;
    line-height: 28px;
    font-weight: 500;
    font-size: 15px !important;
    letter-spacing: .5px;
    border: 1px solid #ddd;
    box-shadow: none;
    width: 100%;
}
header .offcanvas-body form p {
    margin: 0;
}
header .popup-contact span a:first-child {
    font-size: 17px;
}
header .offcanvas-body form.wpcf7-form.init input {
    margin: 5px 0 !important;
}
header .popup-contact span a {
display: block;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
}
header .popup-contact span a:hover {
    color: var(--primary);
}
.popup-contact i {
    font-size: 32px;
    color: var(--primary);
}
.popup-contact span {
    display: inline-block;
}
.popup-contact {
 display: inline-flex;
    align-items: center;
    column-gap: 15px;
    transform: translateY(82px) translateX(75px);
    background: #fff;
    box-shadow: 2px 2px 12px #ddd;
    padding: 10px 15px;
    border-radius: 6px;
}



/* BANNER SECTION */

.mainbanner {
padding: 180px 0;
    position:relative;
}
.mainbanner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(#1ca774, #00000038), url(../images/banner-img.webp); */
    background:  url(../images/banner-img.jpg);
    background-attachment: fixed;
    background-size: cover;
    z-index: -1;
    filter: brightness(0.9);
}
.banner-cnt img {
    width: 250px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.newyear {
    background: #fff;
    padding: 10px 20px;
}
.banner-cnt h1 strong {
    display: block;
    margin-bottom: 22px;
}
.banner-cnt h1 strong span {
    color: #1cf3d9;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

@keyframes leftRight {
	40% {
		transform: translate(50px, 0) scale(.7);
		opacity: 1;
		color: var(--green);
	}

	60% {
		color: #0f40ba;
	}

	80% {
		transform: translate(0) scale(2);
		opacity: 0;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}

.banner-cnt h1 span {
	opacity: 0;
	transform: translate(-150px, 0) scale(.3);
	animation: leftRight .5s forwards 1.05s;
	display: inline-block;
    line-height: 60px;
    letter-spacing: 2px;
    font-size: 60px;
    color: #fff;
	 font-family: 'Montserrat Alternates', sans-serif;
}
.banner-cnt h1 span:nth-of-type(2) {
	animation-delay: 1.10s;
}
.banner-cnt h1 span:nth-of-type(3) {
	animation-delay: 1.15s;
}
.banner-cnt h1 span:nth-of-type(4) {
	animation-delay: 1.20s;
}
.banner-cnt h1 span:nth-of-type(5) {
	animation-delay: 1.25s;
}
.banner-cnt h1 span:nth-of-type(6) {
	animation-delay: 1.30s;
}
.banner-cnt h1 span:nth-of-type(7) {
	animation-delay: 1.35s;
}
.banner-cnt h1 span:nth-of-type(8) {
	animation-delay: 1.40s;
}
.banner-cnt h1 span:nth-of-type(9) {
	animation-delay: 1.45s;
}
.banner-cnt h1 span:nth-of-type(10) {
	animation-delay: 1.50s;
}
.banner-cnt h1 span:nth-of-type(11) {
	animation-delay: 1.55s;
}
.banner-cnt h1 span:nth-of-type(12) {
	animation-delay: 1.60s;
}
.banner-cnt h1 span:nth-of-type(13) {
	animation-delay: 1.65s;
}
.banner-cnt h1 span:nth-of-type(14) {
	animation-delay: 1.70s;
}
.banner-cnt h1 span:nth-of-type(15) {
	animation-delay: 1.75s;
}
.banner-cnt h1 span:nth-of-type(16) {
	animation-delay: 1.80s;
}
.banner-cnt h1 span:nth-of-type(17) {
	animation-delay: 1.85s;
}
.banner-cnt h1 span:nth-of-type(18) {
	animation-delay: 1.90s;
}
.banner-cnt h1 span:nth-of-type(19) {
	animation-delay: 1.95s;
}
.banner-cnt h1 span:nth-of-type(20) {
	animation-delay: 2s;
}
.banner-cnt h1 span:nth-of-type(21) {
	animation-delay: 2.05s;
}



.banner-cnt h1 strong span{
	opacity: 0;
	transform: translate(-150px, 0) scale(.3);
	animation: leftRight .5s forwards 0s;
}
.banner-cnt h1 strong span:nth-of-type(2) {
	animation-delay: .5s;
}
.banner-cnt h1 strong span:nth-of-type(3) {
	animation-delay: .10s;
}
.banner-cnt h1 strong span:nth-of-type(4) {
	animation-delay: .15s;
}
.banner-cnt h1 strong span:nth-of-type(5) {
	animation-delay: .20s;
}
.banner-cnt h1 strong span:nth-of-type(6) {
	animation-delay: .25s;
}
.banner-cnt h1 strong span:nth-of-type(7) {
	animation-delay: .30s;
}
.banner-cnt h1 strong span:nth-of-type(8) {
	animation-delay: .35s;
}
.banner-cnt h1 strong span:nth-of-type(9) {
	animation-delay: .40s;
}
.banner-cnt h1 strong span:nth-of-type(10) {
	animation-delay: .45s;
}
.banner-cnt h1 strong span:nth-of-type(11) {
	animation-delay: .50s;
}
.banner-cnt h1 strong span:nth-of-type(12) {
	animation-delay: .55s;
}
.banner-cnt h1 strong span:nth-of-type(13) {
	animation-delay: .60s;
}
.banner-cnt h1 strong span:nth-of-type(14) {
	animation-delay: .65s;
}
.banner-cnt h1 strong span:nth-of-type(15) {
	animation-delay: .70s;
}
.banner-cnt h1 strong span:nth-of-type(16) {
	animation-delay: .75s;
}
.banner-cnt h1 strong span:nth-of-type(17) {
	animation-delay: .80s;
}
.banner-cnt h1 strong span:nth-of-type(18) {
	animation-delay: .85s;
}
.banner-cnt h1 strong span:nth-of-type(19) {
	animation-delay: .90s;
}
.banner-cnt h1 strong span:nth-of-type(20) {
	animation-delay: .95s;
}
.banner-cnt h1 strong span:nth-of-type(21) {
	animation-delay: 1s;
}
.banner-cnt h1 strong span:nth-of-type(22) {
	animation-delay: 1.05s;
}


.banner-cnt p {
font-size: 20px;
    color: #fff;
    margin: 30px 0 40px;
    letter-spacing: .5px;
	opacity: 0;
	animation:tobtm .5s linear forwards 2s;
}
.banner-cnt a.btn, .banner-cnt ul li:last-child {
	opacity: 0;
	animation:tobtm .5s linear forwards 2.5s;
}
 @keyframes tobtm {
 from {
 transform:translateY(40px);
}
to {
	opacity: 1;
	transform:translateY(0px);
}
}
.banner-cnt ul {
	display: flex;
    align-items: center;
    column-gap: 35px;
}
.banner-cnt a.btn {
	padding: 12px 25px;
	font-size: 20px;
	color: var(--white);
	letter-spacing: .5px;
	font-weight: 500;
}
.banner-cnt a.btn:hover {
	box-shadow: none !important;
}
.banner-cnt ul li a i {
	font-size: 18px;
}
.banner-cnt ul li:first-child a i {
	margin-right: 12px;
}
.banner-cnt ul li:last-child a {
	border: 2px solid var(--primary);
    height: 55px;
    width: 55px;
    display: flex;
    color: var(--primary);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    background: var(--white);
}
.banner-cnt ul li:last-child a:before {
position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 10px var(--primary);
    animation: playbtn 3s linear infinite forwards;
    z-index: -1;
}
 @keyframes playbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.8);
	opacity: 0;
}
}
.banner-cnt ul li:last-child a i {
	margin: 0;
}









/* AWARDS SECTION */


.awards-modal .modal-body {
    padding: 0;
}
.awards-modal .btn-close {
    position: absolute;
    background-color: #fff;
    z-index: 999;
    right: -8px;
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.awards-modal img {
    width: 100%;
    height: auto;
}
.awards {
    margin: auto;
    margin-top: -50px;
    background: var(--white);
    padding: 20px;
    border-radius: 6px;
}
.awards ul {
    display: flex;
    justify-content: space-between;
}
.awards img {
    width: 100%;
    height: 180px;
    box-shadow: 0 0 15px #cccccc7d;
    transition: all ease .5s;
    padding: 10px;
    border-radius: 6px;
}
.awards img:hover {
    transform: translateY(-10px);
}
.awards ul li:nth-child(2) a {
    pointer-events: none;
}

/* ABOUT SECTION */

.hmabout {
    padding: 50px 0;
    overflow: hidden;
}
.hmabout .row {
    align-items: normal;
}
.hmabout figure img {
    border-radius: 15px;
    object-fit: contain;
	animation: img-border 5s linear infinite alternate;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    transition: all .2s ease-out 0s;
	width: 100%;
    height: 100%;
}
@keyframes img-border {
  0% {
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  }
  100% {
    border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
  }
}
/* .hmabout-items{	
    column-gap: 80px;
} */

.hmabout h3 {
    font-family: Dancing Script,cursive;
    font-size: 39px;
    color: #000d44;
    font-weight: 700;
    margin-bottom: 5px;
}
.about-cnt {
	padding-right:25px;
}

.hmabout-items p{
	text-align: start;
}
.about-cnt a.btn {
padding: 10px 30px;
    line-height: normal;
    margin-top: 12px;
    box-shadow: none !important;
    font-weight: 500;
    letter-spacing: .5px;
}
.about-cnt a.btn:hover {
	box-shadow: #3c2ceb4d 0px 10px 20px 0px !important;
}

.hmabout figure{
    border-radius:6px;
    overflow:hidden;
}



/* organicwebsite */
.organicwebsite {
	    padding: 50px 0 60px;
    overflow: hidden;
	position:relative;
}
.organicwebsite:after, .organicwebsite:before{
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	width:200px;
	z-index:-1;
}
.organicwebsite:after{
		left:0;
	background: url(../images/shape-left.png) no-repeat;
}
.organicwebsite:before{
	right:0;
	background: url(../images/shape-right.png) no-repeat;
}
.organicwebsite-cnt p{
    margin-bottom: 20px;
}

.organicwebsite-cnt a.btn {
    padding: 12px 35px;
    margin-top: 20px;
}
.organicwebsite-cnt a.btn:hover {
	box-shadow: #3c2ceb4d 0px 10px 20px 0px !important;
}
.organicwebsite figure{
	position:relative;
}
.organicwebsite figure:after, .organicwebsite figure:before{
	position:absolute;
	content:"";
	width: 237px;
	left:-90px;
    height: 159px;
    background-color: white !important;
    border-radius: 10px;
	animation: hero-bounce-leftright 5s linear infinite;
}
.organicwebsite figure:after{
	top:0;
	background: url(../images/marketing-specialist.png) no-repeat;
    height: 96px;
}
.organicwebsite figure:before{
	bottom:0;
	background: url(../images/data-rich-visualization.png) no-repeat;
	animation: hero-bounce-leftright 2s linear infinite;
	height: 147px;
}
@keyframes hero-bounce-leftright {
  0% {
    transform: translateX(3px);
  }
  25% {
    transform: translateX(7px);
  }
  50% {
    transform: translateX(15px);
  }
  75% {
    transform: translateX(7px);
  }
  100% {
    transform: translateX(2px);
  }
}


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

.organicwebsite-img {
    position: relative;
}

.animate-search {
    position: absolute;
    z-index: 11;
    top: 76px;
    right: 40px;
    animation: rect 3s linear infinite;
    width: 240px !important;
    height: 250px;
}
@keyframes rect {
    0% {
        transform: translate(0);
    }
    25% {
        transform: translate(0, 20px);
    }
    50% {
        transform: translate(20px, 20px);
    }
    75% {
        transform: translate(20px, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

/* CREATIVE RESULTS SECTION */
.creativeresults{
	padding:60px 0;
	background: url(../images/creative-results-bg.png) no-repeat left;
}
.creativeresults h2{
	font-size: 40px;
    margin-bottom: 20px;
}
.creativeresults-cnt i{
	color:#4e9afe;
	margin-right:10px;
}
.creativeresults h3 {
    font-size: 20px;
    font-weight: 600;
}
.creativeresults figure {
	position:relative;
}
.creativeresults figure:after{
	position:absolute;
	content:"";
	background: url(../images/about-shape.86fdefa12da96426faf3-ezgif.com-webp-to-png-converter.png) no-repeat left top;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:-1;
}
.creativeresults-img img{
	    animation: border-transform 10s linear infinite alternate forwards;
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/*  SEO SCORE SECTION */
.seocsore{
	padding:60px 0;
}
.seocsore-cnt{
	padding-left:25px;
}
/* HOME SECRICES SECTION */
.hmsrvc{
	padding:60px 0;
	background: url(../images/homeservice-bg.png);
}
.hmsrvc .row{
	row-gap:22px;
	align-items:unset !important;
}
.hmsrvc-list {
    position: relative;
    height: 100%;
    z-index: 1;
    background-color: #c1c1c140;
    border-radius: 10px;
    /* margin-top: 30px; */
    overflow: hidden;
    padding: 35px 30px;
}
.hmsrvc-list:after {
    position: absolute;
    content: "";
    background-color: #007bff;
    border-radius: 50%;
    height: 150px;
    opacity: .5;
    right: 0;
    top: 0;
    transform: translate(40%,-40%);
    transition: all .6s;
    width: 150px;
    z-index: -1;
}
.hmsrvc-list:hover:after {
    height: 100%;
    width: 100%;
    transform: none;
    border-radius: unset;
	opacity:1;
}


.hmsrvc-list:hover figure {
    background-color: #fff;
    color: #007bff;
}
.hmsrvc-list:hover h3,.hmsrvc-list:hover p  {
	color:white;
}
.hmsrvc-list figure {
    background-color: #007bff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    transition: all .3s;
    width: 70px;
    margin-bottom: 25px;
}
.hmsrvc h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 8px;
    transition: color .3s;
}
.hmsrvc p {
    font-size: 15px;
    margin-bottom: 20px;
    transition: color .3s;
	text-align:start;
}


/* /WEBSITE TEMPLATE SECTION */
.webtemplate {
    padding: 95px 0;
    background: url(../images/about-inner-bg.png) no-repeat right/cover;
    width: 100%;
    background-position: left;
    background-size: auto;
}
.webtemplate-cnt {
    width: 460px;
    padding-left: 68px;
}
.webtemplate ul{
	margin-bottom:1rem;
}
.webtemplate li{
	padding-left:22px;
	position:relative;
	font-size: 16px;
    line-height: 25px;
	    font-weight: 300;
}
.webtemplate li:after{
	position:absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 800; 
	content: "\f00c";
	left:0;
}
/* WHYUS SECTION */

.whyus {
    padding: 50px 0 45px;
    background: url(../images/pattern-12.png);
}
.whyus .row {
	align-items: normal;
}

.whyus-item {
height: 100%;
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 30px;
}
.whyus-item figure img {
    width: auto;
	transition:.5s;
}
.whyus-item figure {
    background: var(--primary);
    border-radius: 50%;
    box-shadow: 1px 1px 12px #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 7px solid #fff;
    outline: 2px dashed #ffffff;
    outline-offset: -8px;
    padding: 18px;
    transition: .5s;
    margin: 0;
}
.whyus-item:hover figure {
    background: #fff;
    border-color: var(--primary);
    outline-color: var(--primary);
}

.whyus-item:hover img {
    filter: invert(1);
}
.whyus-item span {
    width: 80%;
}
.whyus-item h4 {
margin-bottom: 10px;
    letter-spacing: .5px;
    font-size: 19px;
}
.whyus-item p {
	margin: 0;
}

/* TESTIMONIAL SECTION */
.testimonial {
    background: url(../images/testimonial.png);
    background-position: 50%;
    background-size: cover;
    padding: 45px 0 32px;
}
.testimonial figure {
    margin: auto;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgb(0 0 0 / 23%);
    height: 98px;
    width: 103px;
}
.testimonial img{
	width:100% !important;
}
.testimonial p {
    color: #000;
    font-size: 18px;
    line-height: 31px;
    margin: 40px auto 20px;
    width: 70%;
	text-align:center;
	font-weight:400;
}
.testimonial h4 {
    color: #000;
    font-size: 22px;
}

/* GOOGLE REVIEW */

/* .gglreview {
background: linear-gradient(#006efd82, #25b7bf85), url(../images/reviewbg.jpg);
    padding: 45px 0 60px;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
} */
.gglreview .heading {
    color: var(--white);
}
.gglreview .heading span {
    color: #28c1c7;
}
.gglreview .slick-list, .gglreview .slick-track {
	display:flex;
}
.gglreview .review-item {
    background: #fff;
    border-bottom: 4px solid var(--primary);
    border-radius: 18px;
    box-shadow: 3px 3px 18px #00000029;
    height: 100%;
    padding: 34px;
    position: relative;
    text-align: center;
    transition: all .3s ease-out 0s;
    z-index: 1;
}
.review-item:hover {
    transform: translateY(-10px);
}
.gglreview .review-item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/review-bg.png)no-repeat center;
    z-index: -1;
}
.apverified {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    background: var(--white);
    border-radius: 0 0 12px 12px;
    padding: 8px;
}
.gglreview .apverified img {
    width: 50px;
    border-radius: 0;
}
.review-item figure {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0px auto 20px;
}
/* .review-item img {
    margin: 0 auto;
    border-radius: 50%;
	box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);	
} */
/* .review-item figure:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 10px #33d8ba;
    animation: reviewanmtn 2s linear infinite forwards;
} */
/*  @keyframes reviewanmtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.5);
	opacity: 0;
}
} */



.review-item h3 {
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.review-item p {
    color: #000;
    font-family: var(--tp-ff-p);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin: 0;
}
.review-item .rating {
    margin: 8px 0 12px;
}
.review-item .rating i {
    color: #ffa500;
    font-size: 14px;
}
.reviewbadge {
    margin-top: 30px;
}
.reviewbadge img {
    width: 250px;
}
.gglreview .arrowbutton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    width: 48px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #ffffff73;
    border-radius: 50%;
    cursor: pointer;
	    z-index: 1;
}
.gglreview .arrowbutton.prev.slick-arrow {
    left: -50px;
}
.gglreview .arrowbutton.next.slick-arrow {
    right: -50px;
}



.gglreview {
    padding: 45px 0 60px;
    background-color: #f5f5f5;
}


/* TESTIMONIAL SECTION 

.hmreview {
    padding: 60px 0;
}
.hmreview .row {
    align-items: normal;
	    margin: 0;
    padding: 0;
}
.hmreview .col-sm-4, .hmreview .col-sm-8  {
    padding: 0;
    margin: 0;
}
.hmreview .review-item  .col-sm-8 {
    padding: 0 0 0 15px;
    border-left: 1px solid #ddd;
}


.hmreview ul.review-nav li {
        display: flex !important;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
    padding: 15px;
    border-radius: 0 8px 8px 0;
    border: 1px solid #ddd !important;
    margin: 0 -1px 10px;
    cursor: pointer;
    width: 100% !important;
}

.hmreview ul.review-nav li figure img {
    width: 100%;
}

.hmreview ul.review-nav li figure {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}

.hmreview button.slick-prev.slick-arrow,
.hmreview button.slick-next.slick-arrow {
    position: absolute;
    right: -80px;
    height: 46px;
    width: 46px;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: none;
}

.hmreview button.slick-prev.slick-arrow {
    top: 58%;
}

.hmreview button.slick-next.slick-arrow {
    top: 42%;
}

.hmreview button.slick-prev.slick-arrow:after,
.hmreview button.slick-next.slick-arrow:after {
    position: absolute;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1e78cc;
    color: #fff;
}

.hmreview button.slick-next.slick-arrow:after {
    content: "\f077";
}

.hmreview ul.review-nav li h3 {
margin: 0;
    font-size: 18px;
    color: #0e2e67;
    letter-spacing: 0;
}

.hmreview ul.review-nav li h3 span {
    display: block;
    font-size: 14px;
    color: #343434;
    font-weight: 500;
}

.hmreview ul.review-nav .slick-slide.slick-current.slick-active li {
    background: #0e2e67;
}

.hmreview ul.review-nav .slick-slide.slick-current.slick-active li h3 {
    color: #fff;
}

.hmreview ul.review-nav .slick-slide.slick-current.slick-active li h3 span {
    color: #87a5da;
}

.hmreview .review-slider {
padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px 0 0 8px;
    height: 398px;
}

.hmreview .review-item h3 {
    margin: 0;
}
.rating {
    margin: 15px 0px;
}
.hmreview .review-item .rating i {
    color: #fec03e;
    font-size: 12px;
}

.hmreview .review-item p {
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
	margin:0;
}

.hmreview .review-item .row {
    align-items: center;
}

.hmreview .review-item figure img {
width: 140px;
    margin: 10px auto;
    border-radius: 50%;
}
*/




/* SERVICESTAB SECTION */



.servicestab {
	padding: 70px 0;
	background:url(../images/services-bg.html) no-repeat center center/cover;
}
.servicestab ul#pills-tab {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	background: var(--primary);
	border: 1px solid var(--primary);
}
.servicestab .nav-pills .nav-link {
	font-size: 20px;
	padding: 30px 0;
	width: 100%;
	border: none;
	text-transform: uppercase;
	color: var(--white);
	border-radius: 0;
	font-weight: 500;
}
.servicestab ul#pills-tab .nav-item {
	width: 25%;
}
.servicestab .nav-pills .nav-link, .servicestab .nav-pills .show>.nav-link {
	position: relative;
	z-index: 1;
}
.servicestab .nav-pills .nav-link:after, .servicestab .nav-pills .show>.nav-link:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	background: var(--white);
 transition: .3s;
	z-index: -1;
}
.servicestab .nav-pills .nav-link.active, .servicestab .nav-pills .show>.nav-link {
	color: #000;
}
.servicestab .nav-pills .nav-link.active:after {
	height: 100%;
}
.servicestab .tab-content>.active {
	display: block;
	background: var(--white);
	box-shadow: 0 0 15px #cccccc7a;
	border-radius: 7px;
	padding: 50px;
	animation: up 1s linear;
}
 @keyframes up {
 from {
 transform: translateY(20px);
}
to {
	transform: translateY(0);
}
}
.servicestab ul.srvcleftcnt {
	margin-right: 40px;
	border-right: 1px solid #ccc;
}
.servicestab ul.srvcleftcnt li {
	padding: 40px 40px 40px 80px;
	position: relative;
}
.servicestab ul.srvcleftcnt li:first-child {
	border-bottom: 1px solid #ccc;
}
.servicestab ul.srvcleftcnt li h3 {
	font-size: 20px;
	color: #303030;
	margin-bottom: 10px;
}
.servicestab ul.srvcleftcnt li p {
	color: #565656;
	font-size: 17px;
	margin: 0;
}
.servicestab ul.srvcleftcnt li figure {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
    margin: 0;
}
.servicestab ul.srvcleftcnt li figure img {
	width: 60px;
	background: var(--primary);
	border-radius: 50%;
	padding: 16px;
}
.srvcrightcnt {
	display: flex;
	justify-content: center;
	align-items: normal;
}
.srvcrightcnt span {
	padding-right: 20px;
}
.srvcrightcnt span h3 {
	font-weight: normal;
	color: #726d7b;
	margin: 25px 0;
}
.srvcrightcnt span a {
	text-decoration: underline;
	text-underline-offset: 2px;
	color: var(--primary);
	font-weight: 500;
	letter-spacing: .5px;
}

/* WORK SECTION */

.aboutus .workprocess {
    padding: 45px 0 60px;
    background: var(--primary);
    text-align: center;
}
.aboutus .workprocess h2.heading {
    color: #fff;
    margin-bottom: 25px;
}
.aboutus .workprocess .subheading {
    width: 70%;
    margin: 0 auto 50px;
    display: block;
    color: #fff;
    font-size: 17px;
}
.aboutus .workprocess ul#pills-tab {
	justify-content: center;
	width: 70%;
	margin: 0 auto 60px;
	position: relative;
}
.aboutus .workprocess ul#pills-tab:after, .aboutus .workprocess ul#pills-tab:before {
	position: absolute;
	content: "";
	bottom: -2px;
	width: 100%;
	height: 6px;
	background: var(--white);
	filter: blur(7px);
}
.aboutus .workprocess ul#pills-tab:before {
	filter: none;
	height: 1px;
	bottom: 0;
}
.aboutus .workprocess .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: var(--white);
	background: none;
}
.aboutus .workprocess .nav-pills .nav-link {
    margin: 0 35px;
    padding: 0 0 50px 0;
    cursor: pointer;
    position: relative;
}
.aboutus .workprocess .nav-pills .nav-link:after, .aboutus .workprocess .nav-pills .nav-link.active:before {
	position: absolute;
    content: "";
    left: 50%;
    bottom: -6px;
    height: 12px;
    width: 12px;
    background: var(--white);
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.aboutus .workprocess .nav-pills .nav-link.active:after {
	    background: var(--primary);
}
.aboutus .workprocess .nav-pills .nav-link.active:before {
	filter: blur(1px);
	background: none;
	border: 5px solid var(--white);
	animation: workscl 3s linear infinite forwards;
}
 @keyframes workscl {
 from {
 transform:translateX(-50%) scale(1.0);
 opacity: 1;
}
to {
	transform:translateX(-50%) scale(6.0);
	opacity: .7;
}
}
.aboutus .workprocess .nav-pills .nav-link h4 {
	font-size: 19px;
	color: var(--white);
	font-weight: 500;
	margin: 15px 0 0;
}
.aboutus .workprocess div#pills-tabContent {
    width: 64%;
    margin: 0 auto;
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.aboutus .workprocess li.nav-item img {
    width: auto;
}

/* PERFORMANCE SECTION */



.homeservices {
    padding: 50px 0 70px;
    background: #fafafa;
    position: relative;
}
.homeservices figure.homeservices-right-shape.updwn {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-60%);
}
.updwn{
	animation:updwn 2s ease-in-out alternate infinite;
}
@keyframes updwn{
	from{
        top:40%;
	}
	to{
		top:45%;
	}
}
.homeservices-item {
padding: 35px 20px;
    text-align: center;
    box-shadow: 0 0 12px #cccccc8f;
    background: var(--white);
    border-radius: 10px;
    transition: all ease .5s;
}
.homeservices .slick-initialized .slick-slide {
	display: block;
	margin: 10px;
	padding: 30px;
}
.homeservices a:hover .homeservices-item {
    background: var(--button);
    transform: translateY(-15px);
}.homeservices-item img {
    margin: 0 auto 25px;
}
.homeservices-item h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0;
    font-size: 18.5px;
    letter-spacing: 0;
}
.homeservices a:hover .homeservices-item h3 {
    color: #fff;
}
.homeservices-item p {
	margin: 15px 0 20px;
	height: 120px;
	overflow-y: scroll;
	padding-right: 25px;
}
 .homeservices-item p::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 30%);
 border-radius: 10px;
 background-color: var(--white);
}
 .homeservices-item p::-webkit-scrollbar {
 width: 8px;
 background-color: #F5F5F5;
}
 .homeservices-item p::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
 background: #eee;
}
.homeservices button.slick-prev.slick-arrow,  .homeservices button.slick-next.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 40px;
	width: 40px;
	text-indent: 999px;
	overflow: hidden;
	border: 1px solid var(--primary);
	color: var(--primary);
	border-radius: 0;
	background: var(--white);
 transition: .5s;
}
.homeservices button.slick-prev.slick-arrow:hover,  .homeservices button.slick-next.slick-arrow:hover {
	background: var(--primary);
	color: var(--white);
}
.homeservices button.slick-prev.slick-arrow {
	left: -40px;
}
.homeservices button.slick-next.slick-arrow {
	right:-40px;
}
.homeservices button.slick-prev.slick-arrow:after,  .homeservices button.slick-next.slick-arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	text-indent: 0;
	font-size: 18px;
}
.homeservices button.slick-prev.slick-arrow:after {
	content: "\f053";
}
.homeservices button.slick-next.slick-arrow:after {
	content: "\f054";
}
/* BUSINESS SECTION */



.business {
	padding: 70px 0;
	position:relative;
	margin-bottom: 70px;
	overflow: hidden;
}
.business .top-shape, .business .bottom-shape {
	position: absolute;
	left: 0;
	z-index: -1;
}
.business .top-shape {
	top: 0;
	animation: rotate 10s linear infinite alternate;
}
 @keyframes rotate {
 from {
 transform:scale(1.0);
}
to {
	transform:scale(1.8);
}
}
.business .bottom-shape {
	bottom: 0;
	animation: rotate 10s linear infinite alternate;
}
.business figure img {
	width: 100%;
}
.bookmark-cnt h2 {
	color: #555;
	font-size: 21px;
	font-weight: 600;
	line-height: 28px;
}
.bookmark-cnt p {
	color: #555;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0;
}
.bookmark-cnt ul {
	margin: 18px 0 24px;
}
.bookmark-cnt ul li {
	font-size: 17px;
	line-height: 30px;
	padding-left: 40px;
	position: relative;
}
.bookmark-cnt ul li:before {
	position: absolute;
	content: "\f14a";
	left: 18px;
	top: 50%;
	font-family: 'Font Awesome 5 Free';
	color: var(--primary);
	transform: translateY(-50%);
}
.bookmark-cnt a.btn {
	background:linear-gradient(  126deg, #006efe, #c018f9);
	padding: 5px 30px;
	border: none;
	font-weight: 400;
	letter-spacing: 0.5px;
 transition: .5s;
}
.bookmark-cnt a.btn:hover {
	background: linear-gradient(to right, #c018f9, #006efe);
}
/* COUNTDOWN SECTION */



.countdown {
position: relative;
    padding: 60px 0;
}
.countdown a.getintouch {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
}
.countdown-left {
	position: relative;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 120px;
    height: 120px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.countdown-left img {
	width: 100%;
	height: 465px;
}
.countdown-left .countdown-info img {
	height: auto;
	width: auto;
}
.countdown-info {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.countdown-info h3 {
    color: var(--white);
    width: 70%;
    text-align: center;
    margin: 25px 0 20px;
    text-transform: capitalize;
    font-size: 35px;
}
.countdown-info a {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
	color: var(--white);
}
.countdown-info a:hover {
    text-decoration: underline;
}
.countdown-left a i {
	font-size: 21px;
	margin-right: 10px;
}
.countdown-cnt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap:20px;
	padding: 46px 20px 46px 50px;
	background: linear-gradient(  0deg, #d2e2ff 0%, white 100%);
}
.countdown-cnt i {
	background:var(--button);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	font-size: 24px;
}
.countdown-cnt h3 span {
    display: block;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 3px;
    font-family: "Montserrat Alternates",sans-serif;
}
.countdown-cnt h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.countdown .row .col-sm-6:last-child {
	padding-left: 0;
}
.countdown .row .col-sm-6:first-child {
	padding-right: 0;
}
.countdown a img {
	width: 100%;
	animation: updown 1s ease-in-out alternate infinite;
}
 @keyframes updown {
 from {
 transform: translateY(15px);
}
to {
	transform: translateY(-15px);
}
}
/* REVIEW SECTION */





/*WORK PROCESS*/

.workprocess {
    padding: 45px 0 40px ;
    background: url(../images/bgworkingprocess.jpg);
    text-align: center;
    background-position: 50%;
    background-size: cover;
    position: relative;
}
.workprocess-item h3 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #006efe;
}
.workprocess span.subheading {
    display: block;
    width: 90%;
    margin: -10px auto 40px;
}
.workprocess-sldr .slick-track {
    padding: 10px 0;
}
.workprocess .slick-slide img {
    display: block;
    margin: auto;
	width:90%;
}
.workprocess button.slick-prev.slick-arrow, .workprocess button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    text-indent: 999px;
    overflow: hidden;
    border: unset;
    transition: .5s;
}



.workprocess button.slick-prev.slick-arrow {
    left: -40px;
}

.workprocess button.slick-next.slick-arrow {
    right: -40px;
}

.workprocess button.slick-prev.slick-arrow:after,
.workprocess button.slick-next.slick-arrow:after {
    position: absolute;
    content: "\f053";
    top: 0;
    left: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    line-height:37px;
    text-indent:0;
    font-size: 24px;
}
.workprocess button.slick-next.slick-arrow:after {
    content: "\f054";
}



/* Partners */

.partners {
    padding: 45px 0;
    text-align: center;
}
.partners ul {
    display: flex;
    column-gap: 22px;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: center;
}
.partners ul li {
    width: 15%;
    box-shadow:0 0 12px #0000001f;
    height: 150px;
    margin: 11px 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
	position:relative;
}
.partners ul li:after {
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transform: scaleX(0);
}
.partners ul li:hover:after{
    transform: scaleX(1.0);
}
.partners ul li:before {
    border-right: 2px solid var(--primary);
    border-left: 2px solid var(--primary);
    transform: scaleY(0);
}
.partners ul li:hover:before{
    transform: scaleY(1.0);
}
.partners ul li:before, .partners ul li:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition:.5s;
}
.partners ul li img {
    width: 100%;
}
.partners .btn-primary {
    margin-top: 30px;
}
.partnerspagepage .partners {
    padding: 0;
}

/* Footer */

footer {
    padding-top: 50px;
    background: url(../images/footerbg.webp);
}
footer div#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
footer .row {
	align-items: normal;
}
footer h3 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: var(--white);
    font-weight: 500;
}
footer ul li {
	line-height: 28px;
	font-weight: 400;
	font-family: poppinss;
}
footer ul li {
    color: white;
    line-height: 32px;
    font-size: 15px;
    font-weight: 400;
	font-family:"Outfit",sans-serif;
}
footer ul li a {
    color: #fff;
    line-height: 32px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
footer ul li a:hover{
color:var(--white);
}
footer .fdetails {
    border-left: 1px solid #ffffff26;
    padding-left: 50px;
    height: 100%;
	position:relative;
}
footer .fdetails p {
    color: var(--white);
}
footer .fdetails a {
    text-transform: uppercase;
    color: #30d1be;
    letter-spacing: .8px;
    font-weight: 400;
    font-family: 'Poppins';
    margin-top: 10px;
    display: inline-block;
}
.ficon {
border-top: 1px solid #ffffff26;
    border-bottom: 1px solid #ffffff26;
    padding: 15px 0;
    margin: 40px 0 0;
}
.ficon .row {
    align-items: center;
}
.ficon ul li {
    display: inline-block;
}
.ficon .col-sm-4:first-child ul li {
    margin-right: 7px;
}
.ficon .col-sm-4:first-child ul li img {
    border: 3px solid #fff;
    border-radius: 50%;
}
.fticon {
    float: right;
}
.ficon .col-sm-4:nth-child(2) {
    text-align: center;
}
.fticon ul {
    display: flex;
    align-items: center;
    column-gap: 7px;
}
.fticon ul li {
	line-height: normal;
}
.fticon ul li a {
	background: #fff;
    height: 40px;
    color: var(--white);
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all ease .5s;
}

 .fticon ul li:nth-child(1) a{
 color: #3b5998;
}
 .fticon ul li:nth-child(1) a:hover {
 background: #3b5998;
} 
.fticon ul li:nth-child(1) a:hover, .fticon ul li:nth-child(2) a:hover, .fticon ul li:nth-child(3) a:hover, .fticon ul li:nth-child(4) a:hover, .fticon ul li:nth-child(5) a:hover, .fticon ul li:nth-child(6) a:hover{
color:#fff;
transform: scale(1.1);
} 
 .fticon ul li:nth-child(2) a{
 color: #1DA1F2;
}
 .fticon ul li:nth-child(2) a:hover{
 background:#1DA1F2;
}
 .fticon ul li:nth-child(3) a{
 color: #0072b1;
}
 .fticon ul li:nth-child(3) a:hover{
 background: #0072b1;
}
 .fticon ul li:nth-child(4) a{
 color: #8a3ab9;
}
 .fticon ul li:nth-child(4) a:hover{
 background: #8a3ab9;
}
 .fticon ul li:nth-child(5) a{
     color: #00aff0;
}
 .fticon ul li:nth-child(5) a:hover{
     background: #00aff0;
}
 .fticon ul li:nth-child(6) a{
 color: #FF0000;
}
 .fticon ul li:nth-child(6) a:hover{
 background:#FF0000;
}
footer div#wpcf7-f4727-o2{
	position:relative;
}
footer input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    background: hsla(0,0%,100%,.04);
    border: 1px solid hsla(0,0%,100%,.13);
    border-radius: 55px;
    height: 60px;
    padding-right: 80px;
    width: 100%;
}
footer input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: linear-gradient(180deg,#0ef,#003cff);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 19px 20px;
    position: absolute;
    right: 1px;
    text-transform: uppercase;
    top: 1px;
    font-family: 'Font Awesome 5 Brands';
}
footer .wpcf7-spinner{
	display:none;
}
div#wpsvccount{
	text-align:center;
}
/* COPYRIGHT SECTION */


.copyright {
    padding: 20px 0;
    text-align: center;
}
.copyright p {
    margin: 0;
    letter-spacing: 1px;
}
.copyright p, .copyright p a {
    color: white;
    text-align: center;
	font-weight: 300;
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 3%;
    right: 31px;
    z-index: 99999999;
    padding-top: 8px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
}
#whatsappbtn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background: #4fcc5d;
	box-shadow: 0 0 10px #4fcc5d;
	animation: whtsbtn 2s linear infinite forwards;
}
#whatsappbtn img{
width: 110px;    
}
 @keyframes whtsbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.5);
	opacity: 0;
}
}
#whatsappbtn img {
	width: 30px;
	margin-top: 4px;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 15%;
    right: 40px;
    border-radius: 4px;
    z-index: 99999999;
    padding: 0;
    border: solid 1px var(--primary);
    background: var(--white);
    width: 46px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: var(--primary);
    text-decoration: none;
    padding-top: 10px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}

.secondary-container{
padding:60px 0;
}

.breadcrumbs {
    padding: 100px 0;
    background: url(../images/inner-bnr.jpg)no-repeat center center/cover;
}
.breadcrumbs h1 {
	text-transform: uppercase;
}
.breadcrumbs h1 span, .breadcrumbs h1 a {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--white);
    text-transform: capitalize;
    line-height: normal;
    font-family: 'Montserrat Alternates';
}
.breadcrumbs h1 p{
margin: 0;
}
.breadcrumbs p {
    margin: 0;
    font-family: 'Montserrat Alternates';
    font-weight: 600;
	text-align:left;
}
.breadcrumbs h1 .breadcrumbs_last {
   font-size: 28px;
    margin: 0 0 15px;
    font-weight: 800;
}
.breadcrumbs h1 span a {
	display: none;
}
.breadcrumbs a:after {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    padding: 0 10px 0 15px;
    color: var(--white);
    font-weight: 600;
    font-size: 13px;
}
.breadcrumbs p {
    color: var(--green);
}
.breadcrumbs p a {
    color: var(--white);
    font-family: 'Montserrat Alternates';
}


/* CONTACT PAGE */

.contact-details .row {
    align-items: start;
}
.gglmap iframe {
    width: 100%;
    height: 400px;
}
.contactus-top {
    text-align: center;
    border-radius: 7px;
}
.contactus-top h2 {
    margin-bottom: 25px;
}
.contactus-top p {
    line-height: 24px;
    margin: 0;
    color: #333;
}
.contact-details {
padding: 40px 0;
}
.cntctdtls-item {
    text-align: center;
    padding: 26px;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 12px;
    margin-bottom: 15px;
    border: solid 2px #35dbb7;
}
.cntctdtls-item h5 {
margin: 20px 0 0;
}
.cntctdtls-item:hover i{
    background: var(--primary) ;
    color: var(--white);
}
.cntctdtls-item i {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #35dbb7;
    color: #35dbb7;
    font-size: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.cntctdtls-item h3 {
    font-size: 17px;
    margin: 20px 0 8px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    position: relative;
    padding-bottom: 8px;
}
.cntctdtls-item h3:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #006efe;
    height: 2px;
    width: 30px;
}
.cntctdtls-item a {
    font-size: 15px;
    letter-spacing: 1px;
}
.contact-form {
    border: solid 2px #006efe;
    padding: 15px 30px 1px;
    border-radius: 6px;
}
.contact-form h2 {
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.contact-address {
    text-align: center;
}
.contact-address .row {
    align-items: normal;
    row-gap: 24px;
}
.contact-address .cntctadrs-item {
    padding: 20px;
    box-shadow: 0 0 15px #dddddd87;
    height: 100%;
    border-radius: 10px;
    border: dotted 2px;
    border-left-color: #35dbb7;
    border-bottom-color: #35dbb7;
    border-top-color: #006efe;
    border-right-color: #006efe;
    transition: all ease-in-out .5s;
}
.cntctadrs-item h5 a {
    text-decoration: underline;
    color: var(--primary);
    text-underline-offset: 1px;
    font-weight: 600;
}
.contact-address .cntctadrs-item:hover {
    background: #006efe;
    transform: scale(1.1);
    border: dotted 2px #fff;
}
.contact-address .cntctadrs-item:hover h5 a{
	color:#fff;
}
.cntctadrs-item figure {
    width: 150px;
    margin:0 auto;
}
.cntctadrs-item figure img {
    width: 100%;
}
.contact-address .cntctadrs-item h4 {
    font-size: 20px;
    margin: 12px 0 10px;
}
.contact-address .cntctadrs-item p {
    margin: 0;
    font-size: 15px;
    text-align: center;
}
.contact-address .cntctadrs-item:hover h4, .contact-address .cntctadrs-item:hover p {
    color: #fff;
}

.contact-form iframe {
    width: 100%;
    padding-left: 50px;
}

.page-id-18 input[type="text"], .page-id-18 input[type="email"], .page-id-18 input[type="tel"], .page-id-18 input[type="date"], .page-id-18 textarea, .page-id-18  select{
    margin: 0 !important;	
}
.wpcf7-spinner {
    position: absolute;
    left: 0;
}
.page-id-18 input.wpcf7-form-control.wpcf7-text::placeholder, .page-id-18 input.wpcf7-form-control.wpcf7-textarea::placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #b1b1b1;
}


/* ABOUTUS PAGE */


.secondary-container.aboutus {
    padding-bottom: 0;
}

.secondary-container.aboutus .aboutus{
	padding: 60px 0 70px;
    background: url(../images/homeservice-bg.png);
}
.secondary-container.aboutus h2 {
    width: 70%;
    margin: 0 auto 50px;
}

.aboutus-top figure img {
    width: 100%;
}
.aboutus-top p {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}
.aboutus-top h3 {
    margin: 16px 0;
	font-size: 35px;
}
.aboutus-top ul li {
    line-height: 35px;
}
.aboutus-top ul li i {
    width: 30px;
    color: #006efe;
}
.aboutus .work {
    margin: 60px 0 0;
    padding: 60px 0;
}

.helping-others {
    padding: 60px 0 70px;
    background: url(../images/homeservice-bg.png);
	text-align:center;
}
.helping-others_cnt{
	position:relative;
}
.helping-others h3 {
    color: gray;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    padding-top: 20px;
}
.helping-others .row .col-lg-3:last-child svg {
    display: none;
}
.helping-others .row .col-lg-3:nth-child(2) svg {
    rotate: 176deg;
}
.helping-others .row .col-lg-3:nth-child(even) span {
	background-color: #abbf78;
}
.helping-others span {
    background-color: #006efe;
    border-radius: 50%;
    color: var(--white);
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
}
.helping-others span:before {
    border: 1px solid rgba(62,185,255,.4);
    border-radius: 50%;
    content: "";
    height: 64px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-60%);
    transition: all .3s ease-out 0s;
    width: 64px;
}
.helping-others_cnt:hover span:before {
    transform: translate(-50%,-50%);
}
@keyframes tp-line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}
.helping-others_cnt svg {
    position: absolute;
    stroke-dasharray: 4;
    stroke-dashoffset: 350;
    animation: tp-line-dash 30s linear infinite forwards;
    right: -50px;
    top: 10px;

}
.msn-vsn {
    text-align: center;
    background: #f7f9fd;
    padding: 60px 0;
}
.msn-vsn .row {
    align-items: normal;
}
.msnvsn-item {
    background: #fff;
    box-shadow: 0 0 15px #dddddd4f;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
	transition:0.5s ease-in-out;
}
.msnvsn-item:hover{
transform: translateY(-25px);
}
.msnvsn-item h4 {
    margin: 15px 0 5px;
}
.msnvsn-item p {
    margin: 0;
    line-height: 25px;
    text-align: center;
}
figure.aboutbtm-img img {
    width: 100%;
    margin-top: 40px;
}

	
/* SERVICES PAGE */


.services {
    text-align: center;
}
.services .row{
	row-gap: 23px;
    align-items: inherit;
}
.services .services-item {
    box-shadow: 0 0 8px #cdcdcd5e;
    padding: 25px;
    transition: .5s;
    border-bottom: 3px solid transparent;
    height: 100%;
}
.services .services-item:hover {
    border-bottom: 3px solid  var(--primary);
    transform: translateY(-10px);
}
.services .services-item h4 {
    margin: 20px 0 15px;
}
.services .services-item p {
    margin: 0;
    height: 140px;
}
.services-item i {
    color: var(--primary);
    font-size: 36px;
}


/* SERVICE DETAILS PAGE */

.servicesdtls .row {
    align-items: normal ;
}
.servicesdtls a.accordion-button {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins';
    letter-spacing: .8px;
}
.servicesdtls a.accordion-button:hover {
    color: var(--primary);
}
.servicesdtls .accordion-body ul li a {
    display: block;
    line-height: 30px;
    letter-spacing: .2px;
}
.servicesdtls .accordion-body ul li a:hover {
    color: var(--primary);
}
.servicesdtls .accordion-body ul li {
    position: relative;
    padding-left: 18px;
}
.servicesdtls .accordion-body ul li:before {
    position: absolute;
    content: '\f30b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 12px;
    color: #006efe;
}
.servicesdtls figure img {
    width: auto;
	height:auto;
    border-radius: 4px;
}
.servicesdtls .srvcdtl-contact {
    padding: 70px 50px;
    text-align: center;
    background-image: linear-gradient(#006efedb, #006efedb), url(../images/service-details-need-help-bg.html);
    margin-top: 23px;
    border-radius: 4px;
}
.servicesdtls .srvcdtl-contact figure {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #fff;
    padding: 14px;
    border-radius: 50%;
}
.servicesdtls .srvcdtl-contact h2 {
    color: #fff;
    margin: 25px 0;
    font-weight: 500;
    line-height: 30px;
}
.servicesdtls .srvcdtl-contact h5 a {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 500;
}

.servicesdtls .srvcdtl-contact h5 {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.wp-block-image {
    margin: 0;
    width: 50%;
}


.servicesdtls .srvcdtl-content {
    margin-top: 35px;
}
.servicesdtls .srvcdtl-content h2 {
    line-height: normal;
    text-transform: capitalize;
}

.secondary-container.servicesdtls ul li.current_page_item a {
    color: #006efe;
}



/* OURTEAM SECTION */

.ourteam {
    text-align: center;
    background: url(../images/ourteam-bg.png) no-repeat;
}
.ourteam .row {
    align-items: normal;
	row-gap:70px;
}
.management {
    margin-bottom: 15px;
}
.ourteam-list figure {
	width:100%;
	height:240px;
    background: #f5bce3;
    border-radius: 200px 4px 200px 200px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
}
.management .ourteam-list figure{
	width:100%;
	height:auto;
}

.ourteam-list figure ul{
background-color: #fff;
    border-radius: 50px;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    transition: all .5s ease;
    width: 40px;
    z-index: 2;
}
.ourteam-list figure ul:hover{
	height:130px;
}
.ourteam-list figure ul:hover a{
	opacity:1;
}
.ourteam-list figure ul a {
    background-color: #fff;
    border-radius: 50px;
    color: #a3a5a7;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 30px;
    opacity: 0;
    text-align: center;
    width: 40px;
	transition:0.5s ease-in-out;
}
.ourteam-list figure ul a:hover{
	color: #ff622d;
}
.ourteam-list figure ul span {
    padding-top: 13px;
    color: #a3a5a7;
    font-size: 13px;
}
.ourteam-list figure ul a:nth-of-type(2) {
    transition-delay: .1s;
}

.ourteam-list figure ul a:nth-of-type(3) {
    transition-delay: .2s;
}

.ourteam-list figure ul:hover a {
    opacity: 1;
}

.management .ourteam-list figure{
	width:100%;
	height:auto;
}
.ourteam-list figure img {
    width: 100%;
}
.management .ourteam-list>img {
    margin-top: 12px;
}
.ourteam-list>img {
    opacity: 0.3;
}
.ourteam-list h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
}    
.ourteam-list h3 span {
    font-size: 15px;
    margin-top: 8px;
    color: gray;
    font-weight: 300;
    display: block;
    text-transform: capitalize;
	letter-spacing:0;
}

.whyus-top {
    padding: 25px;
    border: 2px solid #006efe;
    border-radius: 6px;
}

.whyus-top p {
    margin: 0;
    text-align: center;
}

.secondary-container.whyus {
    background: none;
}
.whyus-mdl {
    text-align: left;
    padding: 50px 0;
    background: #f1f1f185;
    margin: 70px 0;
}
.whyus-mdl .row {
    align-items: center;
}


.whyus-mdl figure img {
width: 100%;
    height: auto;
    object-fit: contain;
}
.whyus-btm .row{
	row-gap:26px
}
.whyus-btm .col-sm-6 {
    margin-bottom: 23px;
}
.whyus-btm .whyuslist {
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    padding: 30px;
    height:100%;
}
.whyus-btm .whyuslist h3 {
    margin: 15px 0;
}
.whyus-btm .whyuslist p {
    margin: 0;
}


.google-reviews figure img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.review-cnt h3 {
    font-size: 26px;
    letter-spacing: .5px;
	margin:0;
}
.review-cnt p {
    padding-left: 15px;
    border-left: 3px solid #006efe;
    margin: 20px 0;
	text-align: justify;
}
.review-cnt h5 {
    margin: 0;
    color: #006efe;
}
.review-rating {
    text-align: center;
}
.review-rating i {
    color: #ff9900;
    font-size: 14px;
    margin: 0 1px;
}
.google-reviews .row {
    margin-bottom: 40px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 40px;
}
.google-reviews .row:nth-child(even){
	flex-direction:row-reverse;
}
.google-reviews .row:nth-child(even) .review-cnt {
    text-align: right;
}
.google-reviews .row:nth-child(even) .review-cnt p {
    padding: 0 15px 0 0;
    border-right: 3px solid #006efe;
    border-left: 0;
    margin: 20px 0;
	text-align:right;
}
.google-reviews .row:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}


.video-testimonials iframe {
    width: 100%;
    height: 320px;
    border-radius: 12px;
    margin: 10px 0;
}


.testimonials .google-reviews {
    margin-top: 40px;
}






.portfolio {
    text-align: center;
}
.portfolio ul#pills-tab {
    width: 40%;
    justify-content: center;
    background: #fafaff;
    padding: 20px;
    border-radius: 54px;
    margin: 0 auto 30px;
    column-gap: 19px;
}

.portfolio ul#pills-tab button.nav-link i {
    margin-right: 5px;
}
.portfolio ul#pills-tab button.nav-link {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .8px;
    padding: 8px 25px;
    border-radius: 54px;
    display: flex;
    align-items: center;
    border-right: solid 3px #006efe;
}
.portfolio .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
   color: #fff;
    background-color: var(--primary);
    box-shadow: 0 3px 3px #ccc;
}

.portfolio .tab-content>.active {
    display: block;
    padding: 60px 0;
    background: url(../images/portfolio-bg.jpg)no-repeat center center/cover;
    background-attachment: fixed;
}

.tab-content .row {
    align-items: normal;
}
.portfolio-item {
    background: #fff;
    padding: 25px 15px;
    margin: 12px 0;
    position: relative;
    overflow: hidden;
	border-radius: 20px;
}
.portfolio-item:before {
    transform: scale(0);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--primary), var(--green));
    transition: .5s;
}
.portfolio-item:hover:before {
    transform: scale(1.5);
}
.portfolio-item img {
    width: 100%;
	transition: .5s;
}
.portfolio-item:hover img {
    transform: scale(1.05);
}
.portfolio-item h5 {
    margin: 15px 0 0;
    font-size: 17px;
    position: relative;
    z-index: 1;
	transition:.5s;
}
.portfolio-item:hover h5 {
    color: #fff;
}
.portfolio-item h5 span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-top: 6px;
    color: var(--primary);
}
.portfolio-item:hover span {
    color: #fff;
}
.portfolio-item a {
    position: relative;
    z-index: 1;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: 15px;
    color: var(--white);
    background: var( --green);
}
.portfolio.portfolio-development ul#pills-tab button.nav-link, 
.portfolio.portfolio-seo ul#pills-tab button.nav-link {
    padding: 10px 50px;
}







/* PRICING SECTION */

.pricing {
    padding: 40px 0 60px 0;
}

.pricing .nav-tabs {
	justify-content: center;
    width: 55%;
    margin: 0 auto;
    border: 1px solid #0e2e67;
    padding: 5px;
    border-radius: 15px;
}

.pricing .nav-link.active {
    background: var(--button) !important;
    border-radius: 20px;
    border: none;
    margin: 0;
}

.pricing .nav-tabs li button,
.pricing .nav-tabs li button:hover {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    color: #0e2e67;
    padding: 10px 28px;
    border: none !important;
}

.pricing .nav-tabs .nav-link:hover,
.pricing .nav-tabs .nav-link button:hover {
    outline: none;
}

.pricing .nav-tabs .nav-link.active {
    color: #ffffff;
}

.pricing .nav-tabs li button span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;
}

.pricing-item {
        border-radius: 15px;
    padding: 15px;
    position: relative;
    margin-top: 23px;
    box-shadow: 0px 0px 10px #ddd;
}
.pricing-item form {
    text-align: center;
}
.pricingitm-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 15px 0;
}

.box-title {
    position: absolute;
    left: 0;
    font-size: 30px;
    background: var(--button);
    display: inline-block;
    padding: 0 30px;
    border-radius: 0 30px 30px 0;
    color: #fff;
}

.pricingitm-price h3 {
font-size: 24px;
    color: var(--primary);
    font-weight: 700;
    margin: 50px 0 0;
    letter-spacing: .3px;
}

.pricingitm-price h3 span {
    font-size: 20px;
    color: #000;
    letter-spacing: 0;
    font-weight: 500;
    display: block;
    margin-bottom: 2px;
    font-family: 'Montserrat Alternates';
}

.pricing-item .pricescroll-item {
    height: 260px;
    overflow-x: hidden;
    margin: 20px 0 30px;
	padding-right: 10px;
}

.pricing-item .pricescroll-item::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.pricing-item .pricescroll-item::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background: var(--button);
}

.pricing-item .pricescroll-item::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 30%);
    border-radius: 10px;
    background-color: var(--white);
}

.pricescroll-item ul {
    margin-bottom: 15px;
}

.pricescroll-item h4 {
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: .3px;
}

.pricescroll-item li {
font-size: 14px;
    padding-left: 25px;
    display: block;
    position: relative;
    line-height: 24px;
}

.pricescroll-item li:before {
    position: absolute;
    content: "\f058";
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
}

.pricing-item a.btn {
    background: var(--button);
    color: #fff;
    padding: 10px 0;
    width: 135px;
    margin: 0 auto;
    display: block;
}

.pricingitm-contact {
    display: flex;
    justify-content: center;
    column-gap: 12px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.pricingitm-contact p {
    margin: 0;
    padding: 0;
    font-size: 13.6px;
    line-height: 25px;
}

.pricingitm-contact p span {
    display: block;
    font-weight: 500;
    color: var(--primary);
}

.pricingitm-contact a i {
    color: var(--primary);
    margin-right: 8px;
    font-size: 14px;
}

.pricingitm-chat {
    padding-right: 10px;
    border-right: 1px solid #ccc;
}



.pricing-service {
    margin-top: 50px;
}
.pricing-service .row {
    align-items: normal;
	row-gap:22px;
}


.pricing-service p {
    margin: 0 !important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
}
.pricingsrvclist {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    background: #fafaff;
    align-items: center;
    border-radius: 10px;
    height: 130px;
    column-gap: 20px;
    overflow: hidden;
    box-shadow: 0 0 15px #ddd;
    transition: .5s;
    position: relative;
    outline-offset: -2px;
    outline: 2px solid var(--green);
}
.pricingsrvclist:hover {
    background: #fff;
    box-shadow: 0 0 15px #ddd;
}

.pricingsrvclist:after, .pricingsrvclist:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    transition: .5s;
}

.pricingsrvclist:after {
    border-right: 2px solid var(--primary);
    border-left: 2px solid var(--primary);
    left: 100%;
}

.pricingsrvclist:before {
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    top: 100%;
}

.pricingsrvclist:hover:before {
    top: 0;
}

.pricingsrvclist:hover:after {
    left: 0;
}
.pricingsrvclist figure, .pricingsrvclist p {
    position: relative;
    z-index: 1;
}
.pricingsrvclist img {
    width: 52px;
}



/* CAREER PAGE */
.career-reviews .heading, .career-reviews h4{
	text-align:left;
	margin-bottom: 0;
}
.career-reviews h4 span, .career-reviews h4 a {
    color: #4abf79;
    font-size: 20px;
}
.careerrvws-rating {
    margin: 20px 0 25px;
}
.careerrvws-rating i {
    color: #fff;
    background: #4abf79;
    padding: 7px;
    border-radius: 4px;
    margin-right: 4px;
}
.career-reviews img {
    width: 100%;
}


.career-glance {
    background: #f6f6f7;
    padding: 60px 0;
    margin: 60px 0 0;
}
.career-glance ul#pills-tab {
    justify-content: center;
    margin-bottom: 40px;
}


.career-glance .nav-link {
    display: inline-block;
    height: 100%;
    font-weight: 500;
    font-size: 18px;
    color: #36295f;
    width: auto;
    position: relative;
    background: none;
   padding: 20px;
    letter-spacing: .8px;
}
.career-glance .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--green);
    background: none;
    border-radius: 0;
}
.career-glance .nav-link:focus, .career-glance .nav-link:hover {
    color: var(--green);
}
.career-glance .nav-pills .nav-link.active:after, .career-glance .nav-pills .nav-link:hover:after {
    opacity: 1;
}
.career-glance .nav-pills .nav-link:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 4px;
    background: var( --green);
    border-radius: 20px;
    transition: .5s;
    opacity: 0;
}

.career-glance ul#pills-tab li{
	position:relative;
}
.career-glance ul#pills-tab li:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background: #b5b5b5;
}
.career-glance ul#pills-tab li:last-child:after{
	display:none;
}

.career-glance .tab-content h2 {
    font-size: 35px;
    margin-bottom: 30px;
	padding-bottom:20px;
    position: relative;
}
.career-glance .tab-content h2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 200px;
    background: var(--primary);
    height: 4px;
}

.career-glance ul.why-join li {
    display: block;
    font-size: 17.5px;
    margin-bottom: 20px;
    padding-left: 22px;
    position: relative;
    transition: .5s;
}
.career-glance ul.why-join li:hover {
    padding-left: 30px;
}
.career-glance ul.why-join li:before {
    position: absolute;
    content: "\f101";
    top: 1px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 16px;
    color: var(--green);
}
.career-glance img {
    width: 100%;
    height: 675px;
    border-radius: 6px;
    object-fit: cover;
}
.career-glance .envira-lazy img {
    height: auto;
	border-radius:0;
}



.career-hiring {
    text-align: center;
    padding: 60px 0;
    margin-bottom: 60px;
    background: linear-gradient(#000000cc, #000000cc), url(../images/career-bg.jpg)no-repeat center bottom/cover;
    background-attachment: fixed;
}
.career-hiring h2.heading {
    margin-bottom: 20px;
}
.career-hiring h2.heading, .career-hiring h2.heading span, .career-hiring p {
    color: #fff;
}
.career-hiring p {
    font-size: 18px;
    margin-bottom: 30px;
}
.career-hiring .modal-body p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 24px;
    color: #333;
}
.career-hiring .modal-body img {
    width: 100%;
}



.applynow {
    text-align: center;
    background: #f8f8f8;
    padding: 40px;
    margin-top: 60px;
    border-radius: 6px;
}
.applynow form {
    margin: 0 auto;
}
.applynow form>p {
    display: flex;
    align-items: center;
}
.applynow input[type="text"], .applynow input[type="email"], .applynow input[type="tel"], .applynow input[type="date"], .applynow textarea, .applynow select{
border-radius: 4px;
    font-size: 16px !important;
    border: 1px solid #ddd;
    box-shadow: none;
    margin-bottom: 20px !important;
    padding: 12px 20px;
}

.applynow input#resume {
    margin: 0 !important;
    display: none;
}
.applynow label {
    padding: 13px;
    font-size: 18px;
    background: white;
    border: 1px solid #ddd;
    color: #666;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 40px;
}
.applynow input[type="submit"] {
    background: var(--button);
    border-radius: 4px;
    padding: 16px 40px;
}
.applynow .wpcf7 input[type="file"] {
    background: var(--primary);
    color: #fff;
	float: left;
    margin-bottom: 18px;
}






.reseller{
	text-align:center;
}
.reseller .row{
	align-items:normal !important;
	row-gap:22px;
}
.reseller .reseller-item a.btn {
    margin-top: 15px;
}
.reseller .reseller-item h4 {
    margin: 20px 0 12px;
}
.reseller .reseller-item {
    box-shadow: 0 0 10px #ddd;
    padding: 25px;
    margin: 12px 0px;
	height:100%;
}



.rslrdtls-top img {
       width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}




.rslrdtls-mdl {
    text-align: center;
    padding: 60px 0 50px;
    background: #fafafa;
    margin-top: 60px;
}
.rslrdtls-item p {
    margin: 0;
}
.rslrdtls-mdl .row {
    align-items: normal;
	row-gap:22px;
}
/* 
.rslrdtls-mdl .row .col-sm-4 {
    margin-top: 25px;
} */
.rslrdtls-item {
    box-shadow: 0 0 10px #ddd;
    padding: 20px;
    height: 100%;
    text-align: left;
    background: #fff;
    border-radius: 10px;
}
.rslrdtls-item figure {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.rslrdtls-item figure h5 {
    margin: 0;
    color: var(--primary);
}




.case-study ul#pills-tab {
    justify-content: center;
    background: #fafaff;
    padding: 20px;
    border-radius: 54px;
    width: 70%;
    margin: 0 auto 30px;
    column-gap: 19px;
}
.case-study ul#pills-tab button.nav-link {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .8px;
    padding: 8px 25px;
    border-radius: 54px;
    display: flex;
    align-items: center;
    border-right: solid 3px #006efe;
}
.case-study ul.nav li i {
    font-size: 25px;
    margin-right: 10px;
}
.case-study .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--primary);
    box-shadow: 0 3px 3px #ccc;
}

.casestudylist {
    margin: 12px 0;
    text-align: center;
    box-shadow: 0 0 8px #dddddd96;
    transition: all ease .5s;
    border-radius: 8px;
    padding: 25px;
	overflow:hidden;
	position:relative;
	z-index:0;
}
.casestudylist:before {
    transform: scale(0);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--primary), var(--green));
    transition: .5s;
	z-index:-1;
}
.casestudylist:hover:before {
    transform: scale(1.5);
}
.casestudylist img {
    width: 100%;
}
.casestudylist h4 {
    margin: 20px 0 12px;
    transition: .5s;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 18px;
}
.casestudylist h5 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primary);
	transition:.5s;
}
.casestudylist:hover h4, .casestudylist:hover h5{
	color:var(--white);
}



.faq-content {
    border: 2px solid var(--primary);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
}
.faq-content h3 {
    text-transform: uppercase;
}
.faq-content p:last-child {
    margin: 0;
}

.faq-tab {
    background: #f6f7ff;
    padding: 60px 0;
    margin-top: 60px;
}
.faq-tab .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    margin: 5px 0;
    box-shadow: 0 0 5px #dddddd5c;
}
.faq .accordion-button:not(.collapsed) {
    background-color: #e7f1ff;
    box-shadow: none !important;
}
.faq .accordion-button:focus{
	outline:none;
	box-shadow:none !important;
}
.faq .accordion-button {
	padding: 13px 20px !important;
	font-weight: 500;
    letter-spacing: .5px;
}



.trmcndtn-top img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.trmcndtn-mdl {
    padding: 60px 0;
    margin-top: 60px;
    background: #f4f9ff;
}
.trmcndtn-mdl .row {
    align-items: normal;
}
.trmcndtnmdl-item p {
    margin: 0;
}

.trmcndtnmdl-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
	height:100%;
}
/* .trmcndtn-mdl .col-sm-6 {
    padding: 0 5px;
} */
.trmcndtn-mdl .accordion-item {
    margin: 5px 0;
}

.trmcndtn-mdl .accordion-button:not(.collapsed), .trmcndtn-mdl .accordion-button:focus {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: none !important;
}

.googlepartner a img {
    width: 100%;
}
.googlepartner a {
    display: inline-block;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px #ddd;
}

.googlepartner {
    text-align: center;
    margin-bottom: 40px;
}
.certificate-item {
    border: solid 1px #eee;
    margin: 15px 0;
    box-shadow: 2px 2px 13px #ddd;
}
.certificate-item img {
    width: 100%;
    height: auto;
}



.industries-content {
    text-align: center;
    border: dashed 1px #006efe;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.industries-content p {
    margin: 0;
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
}
.industries-item {
    box-shadow: 2px 2px 12px #eee;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    margin: 15px 0;
    transition: all ease .5s;
}
.industries-item h3 {
   margin: 20px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #006efe;
    letter-spacing: .3px;
}
.industries-item img {
    width: 100%;
}
.industries-item:hover {
    background: #006efe;
    transform: scale3d(1.1, 1.1, 1.1);
}
.industries-item:hover h3 {
    color: #fff;
}
.page-id-2007 .secondary-container ul, .page-id-2009 .secondary-container ul{
    margin-bottom: 22px;
}
.page-id-2007 .secondary-container ul li, .page-id-2009 .secondary-container ul li{
    position: relative;
    padding: 8px 0 0 25px;
}
.page-id-2007 .secondary-container ul li:before, .page-id-2009 .secondary-container ul li:before{
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: #006efe;
    font-size: 13px;
    font-weight: 600;
}


.hiringprcs {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: solid 2px #006efe;
}
.hiringsec .row {
border: dotted 2px var(--primary);
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 6px;
}
.hiringsec .row:nth-child(even) {
    flex-direction: row-reverse;
}
.hiringsec ul {
    display: flex;
    column-gap: 20px;
    margin-bottom: 10px;
    align-items: center;
}
.hiringsec ul li i {
    color: var(--green);
    margin-right: 6px;
}

.hiringsec .btn-secondary {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    padding: 7px 22px;
	margin-top:15px;
}
.hiringsec .btn-secondary:hover{
background:var(--buttonhover);
}
.hiringsec .modal-title {
    text-transform: uppercase;
    font-size: 24px;
    color: var(--primary);
}
.hiringsec .hiringmodal h4 {
    font-weight: 600;
    letter-spacing: 0;
    font-size: 17px;
    margin: 20px 0 10px;
}
.hiringsec .hiringmodal ul {
    display: block;
}
.hiringsec .hiringmodal ul li {
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
}
.hiringsec .hiringmodal ul li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
    font-size: 12px;
    position: absolute;
    left: 0;
}
#mvcwid {
    padding: 0 !important;
    margin-top: 20px !important;
}


/* CONDITIONAL CASE STUDY CSS */

.page-id-2973 ul#pills-tab li.nav-item:nth-child(1), .page-id-2973 ul#pills-tab li.nav-item:nth-child(2) {
    display: none;
}
.page-id-2973 .tab-content>.tab-pane:nth-child(3) {
    display: block !important;
}
.page-id-2973 .tab-content>.tab-pane:nth-child(1), .page-id-2973 .tab-content>.tab-pane:nth-child(2) {
    display: none !important;
}
.page-id-2973 .fade:not(.show){
	opacity:1 !important;
}
.page-id-185 ul#pills-tab li.nav-item:last-child {
    display: none;
}

/* CASE STUDY DEATILS PAGE */ 

.secondary-container.casestudy-details {
    padding-bottom: 0;
}
.casestudydtls-top figure img {
    width: 100%;
    height: auto;
}
.casestudydtls-top .row {align-items: self-end;}
.casestudydtls-top figure {
    background: #f0f3fc;
    padding: 60px 40px;
    margin: 0;
}
.casestudydtls-top {
    padding-bottom: 60px;
    margin-top: -140px;
}
.casestudydtls-info ul li {
    margin: 10px 0;
}

.casestudydtls-info ul li:last-child {
    margin: 0;
}
.casestudydtls-info ul li strong {
    padding-right: 8px;
}

/* CASE DETAILS PAGE CSS */


.casestudydtls-table table {
    width: 100%;
}

.casestudydtls-table table, .casestudydtls-table tr, .casestudydtls-table td {
    border: 1px solid #eee;
    padding: 12px 20px;
}
.casestudydtls-table tr:first-child {
    background: var(--primary);
}
.casestudydtls-table tr:first-child td {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    border-color: #60a5ff;
}


.casestudy-content {
    border-top: solid 1px #eee;
    padding-top: 60px;
    margin-bottom: 60px;
}

.casestudy-content p:last-child {
    margin: 0;
}

.feature-service {
    padding: 60px 0;
    background: url(../images/feature-service-bg.jpg)no-repeat center center/cover;
    margin-top: 60px;
}
.feature-service h2 {
    margin: 0;
    text-align: left;
    color: var(--white);
    font-weight: 600;
}
.feature-service a.btn {
    float: right;
}


.newsarticles {
    background: #f9f9f9;
    padding: 40px 0 60px;
}
.newsarticleslist {
    background: var(--white);
    box-shadow: 0 0 15px #e9e9e9;
	    border-radius: 10px;
    overflow: hidden;
	transition:0.5s ease-in-out;
}
.newsarticleslist:hover{
	transform:translatey(-10px)
}
.newsarticleslist img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-bottom: 4px solid var(--primary);
}
.newsarticleslist figure{
	position:relative;
}
.newsarticleslist figure span {
    position: absolute;
    right: 20px;
    width: 55px;
    height: 55px;
    background: #006efe;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    bottom: -22px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 15px;
}
.newsarticleslist a{
	display:block;
}

.newsarticles .newsitem {
    display: flex;
    align-items: center;
    border: solid 2px var(--primary);
    column-gap: 25px;
	transition:all ease-in-out .5s;
}
.newsarticles .newsitem:hover {
    border-color: #1cf3d9;
}
.newsarticlesbox{
	padding: 1.75rem;
}
.newsitem figure {
    width: 500px;
    margin: 0;
}
.newsitem figure img {
    width: 100%;
}
.newsarticlesbox h3{
	line-height:normal;
}
.newsarticlesbox h3 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #000d44;
    font-size: 20px;
}
.newsarticleslist .btn-primary {
        margin-top: 20px;
    font-weight: 400;
    padding: 10px;
}

/* Industries */

.Marquee {
    padding: 45px 0;
    overflow: hidden;
    position: relative;
    background-color: #8080800f;
}
.Marquee:after, .Marquee:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 2;
}
.Marquee:before {
    background: linear-gradient(270deg,hsla(0,0%,100%,0),#fff);
    left: 0;
}
.Marquee:after {
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff);
    right: 0;
}
.Marquee-content {
    display: flex;
    animation: marquee 75s linear 1.5s infinite;
    justify-content: space-between;
    align-items: center;
}
.Marquee figure {
    transition: all 0.2s ease;
}
.Marquee img {
    width: 260px;
    height: 50px;
    object-fit: cover;
}


@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}

.page-id-2973 .breadcrumbs span span a, .page-id-185 .breadcrumbs span span a {
    pointer-events: none;
}
.campaign-img img {
    width: 100%;
}


.google-reviews.google-reviews .row {
    border-bottom: none;
    padding-bottom: 0;
    align-items: normal;
    row-gap: 25px;
}


/* SERVICE> DIGITAL MARKETING SECTION */
.page-id-268 .breadcrumbs, .page-id-378 .breadcrumbs , .page-id-305 .breadcrumbs, .page-id-226 .breadcrumbs, .page-id-352 .breadcrumbs,.page-id-4274  .breadcrumbs, .page-id-4276 .breadcrumbs, .page-id-4278 .breadcrumbs, .page-id-4280 .breadcrumbs, .page-id-4272 .breadcrumbs, .page-id-4270 .breadcrumbs, .page-id-4268 .breadcrumbs{
	display:none;
}

.servicesdtls .reachgoal {
    background: url(../images/digital-marketing-bg.jpg)no-repeat;
    padding: 70px 0;
    background-size: cover;
}
.servicesdtls .reachgoal h2,
.servicesdtls .reachgoal p{
	color:var(--white);
}
.servicesdtls .reachgoal p{
	font-size:1.25rem;
}
.servicesdtls .organicsuccess{
/* 	background: url(../images/srvcdtls-organic-success-bg.jpg)no-repeat; */
	padding:100px 0;
	background:#f6f6f6;
}
.servicesdtls .organicsuccess li{
	padding:4px 0;
}
.servicesdtls .promo{
	padding:90px 0;
}
.servicesdtls .promo .row , .servicesdtls .unlockservices .row, .factorsmo .row
{
    row-gap: 30px;
}
.unlockservices .heading, .captivating .heading, .factorsmo .heading{
	width: 66.66666667% !important;
}
.servicesdtls .promo-items, .unlockservices-items{
	position:relative;
	padding:48px;
	transition:0.5s ease-in-out;
	height: 490px; 
	border-radius:4px; 
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
}
.servicesdtls .promo-items p, .unlockservices-items p, .factorsmo-list p{
	text-align:center !important;
}
.servicesdtls .promo-items:hover{
    transform: translateY(-10px);
    transition: all .5s ease;
}
.servicesdtls .promo figure , .unlockservices-items figure, .factorsmo-list figure{
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
	margin-bottom:24px;
}
.servicesdtls .promo figure img{
    width: 65px;
}
.servicesdtls .promo figure span {
    left: 0;
    right: 0;
    z-index: -1;
    top: -30px;
    color: #f2f2f2;
    font-size: 115px;
    line-height: 120px;
    font-weight: 700;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    animation: mover 2s infinite alternate;
}
@keyframes mover {
    0% {
        transform: translatey(0); }
    100% {
        transform: translatey(-10px); }
}
.servicesdtls .promo h3, .servicesdtls .unlockservices h3,.factorsmo-list h3{
	text-align:center;
	color:var(--heading);
	font-size: 19px;
	font-weight: 700;
    line-height: 1.2;
}
.ethicaljourney, .whyusapproach, .multilingualseo {
    background-color: #f6f6f6;
    padding: 64px 0 30px;
}
.ethicaljourney-items ,.whyusapproach-items, .localseo-items, .multilingualseo-items{
	display:flex;
	column-gap:15px;
	margin-bottom:20px;
}

.ethicaljourney-items img,.whyusapproach-items img ,.localseo-items img, .multilingualseo-items img{
	width:64px !important;
}
.ethicaljourney-items strong, .whyusapproach-items strong,.localseo-items strong, .mmultilingualseo-items strong{
	display:block;
}


/* css for spinner progress bar */
.call-to-action {
	background: url(../images/progrss-bar-bg.jpg) repeat;
}
.progress {
  width: 150px;
  height: 150px !important;
  float: left; 
  line-height: 150px;
  background: none !important;
  margin: 43px 58px;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #000;
  font-size: 24px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress.blue .progress-bar {
  border-color: #049dff;
}
.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}



.progress.yellow .progress-bar {
  border-color: #fdba04;
}
.progress.yellow .progress-right .progress-bar {
  animation: loading-2 1.8s linear forwards;
}
.progress.yellow .progress-left .progress-bar {
/*   animation: none; */
	animation: loading-3 1.5s linear forwards 1.8s;
}




.progress.red .progress-bar {
  border-color: red;
}
.progress.red .progress-right .progress-bar {
  animation: loading-4 1.2s linear forwards;
}
.progress.red .progress-left .progress-bar {
/*   animation: none; */
	  animation: loading-4 1.5s linear forwards 1.6s;
}




.progress.green .progress-bar {
  border-color: green;
}
.progress.green .progress-right .progress-bar {
  animation: loading-5 1.2s linear forwards;
}
.progress.green .progress-left .progress-bar {
/*   animation: none; */
	  animation: loading-5 1.5s linear forwards 1.6s;
}




@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}



@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(148deg);
  }
}



@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(155deg);
  }
}





@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(170deg);
  }
}




@keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(145deg);
  }
}






.growbusiness{
	padding:48px 0;
}
.unlockservices{
	background-color:#f6f6f6;
	padding:48px 0;
}
.top-paragraph{
	width: 66.66666667%;
	margin:auto;
	text-align:center;
}
.unlockservices-items:after{
	bottom: -8px;
    content:url(../images/unlockservices-items-bg.png);
    position: absolute;
    right: 0;
}
.unlockservices-items:hover {
    background: linear-gradient(75deg,#0571fe 10%,#818081);
    color: #fff;
    transition: all .3s ease-in;
}
.unlockservices-items:hover h3, .unlockservices-items:hover p{
	color:var(--white);
}

.unlockservices img{
	width:100px !important;
}

.captivating{
	background: url(../images/captivating-connections-bg.png) repeat;
	padding:48px 0 16px 0;
}
.factorsmo{
	background-color:#f6f6f6;
	padding:48px 0 60px;
}
.factorsmo-list{
    background-color: var(--white);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 4px;
	padding:24px 16px 16px;
	height:100%;
}
.factorsmo-list img{
	width:120px !important;
	transition:0.5s ease-in-out;
}
.factorsmo-list img:hover {
    transform: translateY(-10px);
}
.localseo {
    padding: 48px 0 30px;
}
.businessideas {
    padding: 60px 0;
    background-color: #f5f5f5 !important;
/*     background: url(../images/pattern-12.png) no-repeat right; */
}
.getreadytostart{
	background-color:#76affa;
}
.getreadytostart  .leftheading {
    font-size: 19px;
    font-family: 'Montserrat Alternates';
    letter-spacing: 0;
    text-transform: none;
    margin: 0;
    line-height: normal;
}

.getreadytostart input[type="text"], .getreadytostart input[type="email"], .getreadytostart input[type="tel"], .getreadytostart input[type="date"], .getreadytostart textarea, select {
    margin: 0 0 15px !important;
    padding: 13px 22px;
    width: 100%;
    outline: 0;
    /* font-family: 'Lato', sans-serif !important; */
    background: #f8f8f8;
    border-radius: 12px;
    background: var(--white);
    font-size: 13px !important;
    color: #666;
    border: none;
    box-shadow: 0px 0px 10px #0000001a;
}
.getreadytostart textarea {
    min-height: calc(1.5em + (.75rem + 2px));
    height: 60px;
    border-radius: 5px;
}
.getreadytostart p{
	margin:0 !important

}
.getreadytostart  input[type="submit"] {
    font-size: 15px;
    color: var(--white);
    background-color: #006efe;
    padding: 11px 15px;
    text-transform: capitalize;
    border-radius: 10px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
}
.getreadytostart  .wpcf7-spinner{
	display:none;
}
span.resumee {
    display: block;
    margin: 5px 0 15px;
}


/* PPC MANAGEMENT PAGE CSS */


.powerofppc{
	background: url(../images/power-of-ppc-bg.svg)no-repeat ;
	background-color: #f6f6f6;
    min-height: 630px;
    position: relative;
    padding: 150px 0;
	position:relative;
}
.powerofppc h2{
    font-size: 36px;
    line-height: initial;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: var(--white);
	text-transform:unset;
}
.powerofppc-img img, .organicsuccess img, .design-develop img{
	width:100% !important;
}
.powerofppc p{
	color:var(--white);
}
.powerofppc:before {
    position: absolute;
    content: url(../images/power-ppc-shape-2.png);
    animation: angry-animation 3s linear 0s infinite normal;
    top: 95px;
    left: 140px;
}
.powerofppc:after {
    position: absolute;
    content: url(../images/power-ppc-shape-1.png);
    animation: angry-animation 3s linear 0s infinite normal;
    left: 545px;
    bottom: 63px;
}
.powerofppc-cnt:after {
    position: absolute;
    content: url(../images/power-ppc-shape-1.png);
    left: 140px;
    top: 312px;
}

@keyframes angry-animation {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}
.reliableppc,.google-ads,.fbinsta-ads{
	padding:3rem 0;
}
.reliableppc-items, .googleads-items,  .fbinsta-ads-items
{
	display:flex;
	column-gap:15px;
	margin-bottom:20px;
}

.reliableppc-items img, .googleads-items img ,.fbinsta-ads-items img{
	width:64px !important;
}
.reliableppc-cnt strong, .googleads-cnt strong, .fbinsta-ads-cnt strong{
	display:block;
}
.fbinsta-ads{
	background-color:#f6f6f6;
}

.tangible{
	padding:4rem 0;
	background: url(../images/tangible-sales-bg.jpg)no-repeat ;
	background-color:#f6f6f6;
}
.tangible .row:nth-child(even) {
	flex-direction:row-reverse;
}
.tangible .row:nth-child(odd) .col-lg-7 {
    padding-right: 235px;
	
}
.tangible .row:nth-child(even) .col-lg-7{
	padding-left:235px;
}
.tangible-item {
    box-shadow: 0 0 14px #dbdbdb;
    padding: 10px 18px;
    border-radius: 6px;
    column-gap: 24px;
    align-items: center;
    display: flex;
	background-color:var(--white);
	position:relative;
	height:162px;
}
.tangible-item:after, .tangible .row:nth-child(even) .tangible-item:after {
    position: absolute;
    content: "";
    border: 8px solid #e80566;
    outline: #65258a solid 5px;
    padding: 4px;
    background: var(--white);
    border-radius: 50%;
    right: -201px;
}
.tangible .row:nth-child(even) .tangible-item:after {
    left: -197px;
    top: 73px;
    width: fit-content;
}
.tangible-item:before, .tangible .row:nth-child(even) .tangible-item:before {
    content: "";
    height: 204px;
    width: 11px;
    background: #65258a;
    transform: rotate(30deg);
    position: absolute;
    right: -150px;
    top: 55px;
	z-index: 0;
}
.tangible .row:nth-child(even) .tangible-item:before{
    left: -137px;
    transform: rotate(-30deg);
    
}
.tangible-item h5 {
    width: 460px;
    text-align: center;
    background: #ffae32;
    position: relative;
    border-radius: 0 0 10px 10px;
    box-shadow: -6px 8px 0 0 #00000014;
    font-size: 40px;
    font-weight: 700;
    color: #65258a;
    line-height: 1;
    padding: 10px 0;
    z-index: 1;
}
.tangible-item h5:after{
    position: absolute;
    content: "";
    background: #ffae32;
    height: 16px;
    top: -2px;
    left: -16px;
    right: -16px;
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
	z-index:-1;
}

.tangible-item span {
    display: block;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 0;
}
.tangible-item h3{
    margin: 0 0 3px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 700;
}
.tangible-item-cnt{
	position:relative;
	z-index:0
}
.tangible-item-cnt:before, .tangible .row:nth-child(even) .tangible-item-cnt:before {
    position: absolute;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: var(--white);
    width: 50px;
    height: 50px;
    top: 0px;
    transform: translateY(50px);
    right: -44px;
    z-index: 0;
}
.tangible .row:nth-child(3) .tangible-item-cnt:before, .tangible .row:nth-child(4) .tangible-item-cnt:before{
	top: 14px;
}
.tangible .row:nth-child(even) .tangible-item-cnt:before{
	left: -208px;
}
.tangible-item-cnt:after, .tangible .row:nth-child(even)  .tangible-item-cnt:after {
    position: absolute;
    content: "";
    background: #e80566;
    height: 4px;
    width: 164px;
    top: 50%;
    transform: translateX(264px);
    z-index: -2;
}
.tangible .row:nth-child(even)  .tangible-item-cnt:after{
	    transform: translateX(-370px);
    z-index: -1;
}

.tangible-item p{
	line-height:nnormal}
.tangible .row:nth-last-child(1) .tangible-item:before{
	display:none;
	
}
.tangible .row:nth-last-child(1) .tangible-item:after{
    left: -188px;
    top: 68px;
    width: fit-content;	
}

/* CONTENT WRITING PAGE CSS */
.cnt-writing {
	padding:55px 0;
	background: url(../images/contnt-writing-srvc-bg.svg)no-repeat ;
    background-position: 100%;
	background-color: #1a46af14;
}

.captivatingcnt, .logodesign,.webcontent, .posterbanner{
	padding:3rem 0;
}
.captivatingcnt-items, .posterbanner-items {
	display:flex;
	column-gap:15px;
	margin-bottom:20px;
}

.captivatingcnt-items img, .posterbanner-items img{
	width:64px !important;
}
.captivatingcnt-cnt strong, .posterbanner-items strong{
	display:block;
}
.powerorigin {
    /*background: url(../images/power-originality-bg.jpg)no-repeat;*/
    background-color: #1a46af14;
    padding: 4rem 0 ;
    background-size: cover;
}
.powerorigin-list {
    height: 100%;
    border-radius: 10px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
    background-color: var(--white);
    padding: 30px 23px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.powerorigin-list p{
	margin:0;
}
.powerorigin-list:before {
    content: '';
    position: absolute;
    right: -65px;
    width: 95px;
    height: 95px;
    top: -55px;
    border-radius: 50px;
    background-color: #338c5d;
    transition: all .3s;
    z-index: -1;
}
.powerorigin-list:hover:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.powerorigin-list:hover h3, .powerorigin-list:hover p, .webcontent-list:hover p, .webcontent-list:hover h3 {
    color: #fff;
}
.powerorigin h3, .webcontent h3{
    text-align: center;
    color: var(--heading);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
}
.powerorigin figure ,.webcontent figure{
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 24px;
}
.powerorigin p , .webcontent p{
    text-align: center !important;
}
.posterbanner-design{
	background-color:#f6f6f6;
	padding:3rem 0;
}
.webcontent-items {
    position: relative;
    padding: 48px 48px 30px;
    transition: 0.5s ease-in-out;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
    border: 2px dashed grey;
}
.powerorigin figure img , .webcontent figure img{
    width: 75px;
}
.webdevpsubpg {
    padding: 60px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #1a46af14 !important;
}

.webdevpsubpg .row {
	align-items:unset !important;
}
.webdevp-subpg figure{
	height:100%;
}
.page-id-4278 .webdevp-subpg figure{
	padding-bottom:15px ;
}
.page-id-4278 .webdev-sbdtl figure{
	padding-bottom:0 !important;
}

.webdev-sbdtl {
	padding:60px 0;
	background-repeat:no-repeat !important;
	background-position:left !important;
}
.webdev-sbdtl img{
	filter: drop-shadow(6px 5px 3px #0000009e);
}
.webdev-sbdtl:nth-child(even){
		background-color: #f5f5f57d !important;
}
.webdev-sbdtl:nth-child(odd) .row {
    flex-direction: row-reverse;
}
.page-id-4278  .webdev-sbdtl:nth-child(even) .row figure{
	padding-left:30px;
}
.page-id-4278 .webdev-sbdtl:nth-child(odd) .row figure{
	padding-right:30px;
}

.webdevpsubpg img {
    width: 100%;
    height: 100%;
    animation: img-border 5s linear infinite alternate;
    border-radius: 52% 50% 78% 24%/66% 49% 49% 36%;
    transition: all 0.3s ease-out 0s;
    padding: 3px;
    box-shadow: 0 4px 7px 0 rgb(0 0 0 / 29%);
    background: linear-gradient( 160deg, #006efe42, #35dbb754);
}

.webcontent-items:after{
	bottom: -8px;
    content:url(../images/unlockservices-items-bg.png);
    position: absolute;
    right: 0;
}
.webcontent-items:hover {
    background: linear-gradient(75deg,#0571fe 10%,#818081);
    color: #fff;
    transition: all .3s ease-in;
}
.webcontent-items:hover h3, .webcontent-items:hover p{
	color:var(--white);
}

.webcontent-items img{
	width:100px !important;
}
/* WEBSITE DEVELOPEMENT PAGE CSS */
.design-develop{
	background: url(../images/website-design-development-bg.svg)no-repeat ;
	background-color: #f6f6f6;
	padding:3rem 0; 
	background-size:cover;
}
.webdesign .row{
	row-gap:22px;
}
.webdesign-items ,.websrvc-items, .webdevp-items{
    background: url(../images/web-design-card-bg.webp)no-repeat bottom/cover;
    border-radius: 10px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
    background-color: var(--white);
    padding: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
	height:100%;
	
}
.webdesign-items:before,.websrvc-items:before, .webdevp-items:before {
    content: '';
    position: absolute;
    right: -65px;
    width: 95px;
    height: 95px;
    top: -55px;
    border-radius: 50px;
    background-color: #006efe;
    transition: all .3s;
    z-index: -1;
}
.webdesign-items:hover:before, .websrvc-items:hover:before,.webdevp-items:hover:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.webdesign-items:hover h3, .webdesign-items:hover p, .websrvc-items:hover h3, .websrvc-items:hover p , .webdevp-items:hover h3, .webdevp-items:hover p{
    color: #fff;
}
.webdesign-items h3, .websrvc-items h3 , .webdevp-items h3{
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
}
.webdesign-items figure img, .webdevp-items figure img {
    width: 64px;
	margin-bottom:10px;
}
.webdesign li {
    position: relative;
    padding: .5rem 0 .5rem 1.875rem;
    font-size: 1rem;
    line-height: 1.5;
}
.webdesign li:before {
    position: absolute;
    top: 10px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #0571fe;
}
.websrvc{
	background-color: #f6f6f6;
	padding:3rem 0;
}
.websrvc .row,.webdevp .row{
	row-gap:22px;
}
.websrvc-items{
	height:293px;
	background: url(../images/web-design-card-bg2.png)no-repeat bottom/cover;
	background-color:var(--white);
}


.ecomwebsite {
    padding: 60px 0;
    background: url(../images/ecomwebsite-bg.png) !important;
    background-color: #f6f6f6 !important;
}
.ecomwebsite .row{
	row-gap:32px;
}

.ecomwebsite-items {
    border: 2px dotted grey;
    height: 100%;
    padding: 19px 24px 15px 20px;
    transition: 0.5s ease-in-out;
}
.ecomwebsite-items:hover{
	transform:translatey(-10px)
}
.ecomwebsite-items img{
	width:75px !important;
	margin:auto;
	display:block;
}
.ecomwebsite-items h3{
	font-size: 20px;
	margin:15px 0;
	font-weight:700;
}
.projectdtl li{
    padding: 2rem 3rem;
    border-left: 4px solid #65258a;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%);
    border-radius: 4px;
	margin-bottom: 1rem;
}
.projectdtl li h3{
	font-size:20px;
	letter-spacing:0;
	margin-bottom:0;
}
.projectdtl .row{
	row-gap:22px;
}
.projectdtl-cnt h3{
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    transition: color .3s ease-out 0s;
	letter-spacing:0px;
	font-size:20px;
}
.platferm-items{
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%);
    padding:11px 15px;
	transition: all .5s ease;
	display: flex;
    column-gap: 18px;
    align-items: center;
	height:100%;
}
.platferm-items p strong{
	display:block;
	font-family: sans-serif;
}

.platferm-items figure img{
	width:60px; 

}
.platferm-items:hover{
	transform: translateY(-10px);
}   

/* CARRER PAGE CSS */
.currentopenings{
	padding:50px 0;
}
.currentopenings .top-paragraph{
	width:85%;
}
.currentopenings .row {
    align-items: inherit;
}
.currentopenings>.container .row {
    row-gap: 0;
}
.currentopening-items {
    height: 100%;
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 12%);
    padding: 64px 20px 34px;
    border: 1px dotted #006efe;
    position: relative;
    transition: 0.5s ease-in-out;
    border-radius: 4px;
}
.currentopening-items:hover {
    transform: translateY(-10px);
    transition: all .5s ease;
}
.currentopening-items figure {
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
    position: absolute;
    animation: mover 2s infinite alternate;
    border: 2px dotted #006efe;
    background: var(--white);
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.currentopening-items  img {
	width: 64px;
}
.currentopening-items h3{
    color: #000d44;
    font-size: 20px;
	font-weight:700;
}
.currentopening-items i{
	margin-right: 5px;
    color: var(--primary);
}

.currentopening-items p {
	text-align:center;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.currentopening-items p span{
	display:block;
	margin-bottom:5px;
}

.currentopening-items .btn-primary {
	margin: 10px auto 0;
    display: block;
    width: fit-content;
    padding: 10px 19px;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.currentopening-items div#offcanvasApply{
    display: block;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    left: 100px;
    right: 100px;
}


.currentopenings .offcanvas-top {
    right: 80px;
    left: 80px;
    width: auto;
    height: 100%;
}
.currentopenings .offcanvas-header{
	border-bottom:1px solid #80808029;
}
/* .currentopenings .offcanvas-header img{
width: 200px;
} */
.fdetails .wpcf7  {
    position: relative;
}
.currentopenings .offcanvas-header img {
    width: 190px;
    text-align: center;
    display: block;
}
.currentopening-items .offcanvas-body figure{
	width:unset;
	border-radius:unset;
	border:unset;
	position:unset;
	border-radius:unset;
	border:unset;
}
.offcanvas-header .heading {
    font-size: 24px;
    color: #136bee;
    font-weight: 600;
}
.currentopenings .offcanvas-body img {
    height: 500px !important;
    object-fit: cover;
    filter: brightness(0.5);
    object-position: top;
}
.currentopenings .offcanvas-top h3 {
    border-bottom: 1px solid;
    width: fit-content;
    margin: 20px 0 10px;
    color: #006ff0;
    font-size: 19px;
    font-weight: 600;
}
.currentopenings form.wpcf7-form.init .row {
    row-gap: 0px;
}
.currentopenings .offcanvas li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 8px;
}
.currentopenings .offcanvas li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    left: 0;
    top: 1px;
    font-weight: 600;
    position: absolute;
    color: var(--primary);
    font-size: 11px;
}

.currentopenings .offcanvas .btn {
    border: 1px solid #eee;
    margin-right: 12px !important;
    border-radius: 4px;
    padding: 6px 20px;
    margin: 0;
    z-index: 22;
}
.currentopenings .offcanvas-footer{
	border-top:1px solid #80808029;
	align-items: center;
    display: flex;
    justify-content: end;
}
.apply .btn-primary {
	margin: 10px auto 0;
    display: block;
	width: fit-content;
}

.currentopenings .offcanvas input[type="text"], .currentopenings .offcanvas input[type="email"], .currentopenings .offcanvas input[type="tel"], .currentopenings .offcanvas input[type="date"], .currentopenings .offcanvas textarea, .currentopenings .offcanvas select {
    margin: 0 0 5px !important;
    padding: 10px 18px;
    border-radius: 5px;
    background: var(--white);
    font-size: 14px !important;
    color: #666;
    box-shadow: 0px 0px 10px #0000001a;
    border: 1px dotted var(--primary);
}
.currentopenings .offcanvas  .wpcf7 input[type="file"]{
	    color: var(--primary);

}

/*  SEARCH ENGINE OPTIMIZATION PAGE CSS */

.digimarket-sub-dtl {
    padding: 60px 0 100px;
    background: url(../../index-2.html)no-repeat;
    background-size: cover;
    background-position: bottom -85px right 0px;
    background-color: #f1f5fb;
}
.digimarket-sub-dtl img {
    width: 100%;
    height: auto;
    animation: bounce-top-bottom 2s linear infinite;
}

.keyelements {
    padding: 60px 0;
    background-size: cover !important;
    background-position: center !important;
}
.keyelements .row{
    align-items: normal !important;
	row-gap:24px;
}
 .keyelement-items {
    padding: 30px 20px;
    border: 1px solid #14B1BB40;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 13px 0 rgb(0 0 0 / 12%);
    transition: 0.5s ease-in-out;
    border-radius: 5px;
    background-position: bottom right;
    background-color: #ffffff;
}
.keyelement-items:hover {
    transform: translateY(-10px);
}
/* .keyelement-items:hover {
    background-position: right;
    transform: translateY(-10px);
}
.keyelement-items {
    padding: 30px 20px;
    border: 1px solid #14B1BB40;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 13px 0 rgb(0 0 0 / 12%);
    transition: 0.5s ease-in-out;
    border-radius: 5px;
    background-position: bottom right;
    background-color: #ffffff;
    background: url(https://www.algopage.com/wp-content/uploads/2024/03/home-version-one-testimonial-banner1111.png);
    background-size: cover;
    background-position: center;
    background-color: #0d6efd66;
} */

.keyelement-items h3{
    text-align: center;
    color: var(--heading);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
}



.keyelement-items figure {
    margin: 0px auto 22px;
    height: 105px;
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #006efe14;
    animation: border-transform 10s linear infinite alternate forwards;
    border: 1px solid #006efe36;
    filter: drop-shadow(8px -1px 1px gray);
}
.keyelement-items figure img {
    animation: bounce-top-bottom 5s linear infinite;
    width: 54px;
}
.keyelements h2{
	width:50%;
}
.keyelement-items p{
	text-align:center;
	z-index:2;
	position:relative;
	margin:0;
}

.keyelement-items ul li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 8px;
}
.keyelement-items ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f83e";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 13px;
    color: #4ed1f4;
}
.page-id-4270 .keyelements, .page-id-4268 .keyelements {
    background: unset !important;
}
.page-id-4270 .conclusion, .page-id-4268 .conclusion{
    padding: 60px 0;
    background: url(../images/pattern-12.png) no-repeat  right;
    background-color: #f5f5f5;
}
.page-id-4270 .businessideas, .page-id-4268  .businessideas{
    padding: 60px 0;
    background-color: #f5f5f56b !important;

}
.page-id-4272 .row{
	justify-content:center;
}
.page-id-4272 .keyelements p{
	margin: 8px 0 0;
    height: 175px;
    overflow-y: scroll;
    padding-right: 10px
}
.page-id-4272 .keyelements p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,30%);
    border-radius: 10px;
    background-color:#30d1be;
}
.page-id-4272 .keyelements p::-webkit-scrollbar {
 	width: 2px;
	background-color: #30d1be;
 }
.page-id-4272 .keyelements p::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,30%);
	background: #777;

}
.keyelements .row .col-lg-4:nth-child(2) .keyelement-items figure{
	animation-delay:1s;
	border-radius:30% 70% 70% 30% / 45% 49% 51% 55% ;
}
.keyelements .row .col-lg-4:nth-child(3) .keyelement-items figure{
	animation-delay:2s;
	border-radius:52% 48% 54% 46% / 45% 49% 51% 55% ;
}
.keyelements .row .col-lg-4:nth-child(4) .keyelement-items figure{
	animation-delay:1s;
	border-radius:33% 67% 81% 19% / 45% 49% 51% 55%  ;
}
.keyelements .row .col-lg-4:nth-child(5) .keyelement-items figure{
	animation-delay:2s;
	border-radius:30% 70% 70% 30% / 45% 49% 51% 55% ;
}
.keyelements .row .col-lg-4:nth-child(6) .keyelement-items figure{
	animation-delay:1s;
}
.keyelements .row .col-lg-4:nth-child(7) .keyelement-items figure{
	animation-delay:1s;
	border-radius:33% 67% 81% 19% / 45% 49% 51% 55%  ;
}
.keyelements .row .col-lg-4:nth-child(9) .keyelement-items figure{
	animation-delay:1s;
	border-radius:30% 70% 70% 30% / 45% 49% 51% 55% ;
}
/* .conclusion {
    padding: 60px 0;
    background: url(https://www.algopage.com/wp-content/uploads/2024/04/bg-footer.png)no-repeat;
     background-size: cover; 
    background-position-x: right;
} */
.conclusion {
    padding: 60px 0;
/*     background: url(../images/pattern-12.png) no-repeat  right; */
}
.conclusion img {
    animation: bounce-top-bottom 2s linear infinite;
}
.page-id-4272  .conclusion img {
    animation: bounce-top-bottom 2s linear infinite;
    border-radius: 50%;
    border-bottom: 3px solid var(--primary);
    box-shadow: 2px 2px #80808073;
}
@keyframes bounce-top-bottom {
  0% {
    transform: translateY(3px);
  }
  25% {
    transform: translateY(7px);
  }
  50% {
    transform: translateY(15px);
  }
  75% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(2px);
  }
}
.page-id-268 .businessideas, .page-id-305 .businessideas{
    background-color: var(--white) !important;
    background: unset;
    padding: 60px 0 !important;
}
.page-id-268 .businessideas .row, .page-id-305 .businessideas .row , .page-id-226 .businessideas .row, .page-id-352 .businessideas .row{
	row-gap:0 !important;
}
.projectdtl{
	padding-bottom:60px;
}

.page-id-4268 .keyelement-items figure {
    margin: 0 auto 22px;
    height: 95px;
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #006efe14;
    filter: drop-shadow(11px 11px 2px gray);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	animation:unset;
	border:unset !important;
	border-radius:unset !important;
}
.page-id-4268 .keyelement-items figure img {
    animation: bounce-top-bottom 5s linear infinite;
    width: 56px;
}


p.dscf7captcha {
    margin: -20px 0 0 !important;
}
p.dscf7captcha input{
	width:100% !important;
}
p.dscf7captcha span.wpcf7-form-control-wrap {
    display: block !important;
}
.contact-form p.dscf7captcha input {
    width: 100% !important;
    margin-top: 5px !important;
}
p.dscf7captcha img {
    width: 20px !important;
}
.contact-form input[type="submit"] {
    margin-top: 15px;
}
.currentopenings p.dscf7captcha img {
    height: auto !important;
}
header .offcanvas-body p.dscf7captcha {
    margin: 0 0 10px !important;
}
header .offcanvas-body br {
    display: none !important;
}
form br {
    display: none !important;
}
.getreadytostart p.dscf7captcha {
    margin: -10px 0 0 !important;
}
.currentopenings .wpcf7-not-valid-tip{
display: none !important;	
}
.currentopenings .wpcf7-not-valid {
    color: red !important;
    border-color: red !important;
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
}



/* MOBILE RESPONSIVE CSS */

@media only screen and (max-width:1199px) {
.nav-menu img{
	width:100%;
}
.mainbanner{
	padding: 130px 0;
}
.about-cnt{
	padding:0;
}
.whyus-item {
    column-gap: 15px;
}	
.webtemplate {
    background: linear-gradient(95deg, #000000, #000000c9, transparent), url(../images/about-inner-bg.png) no-repeat right/cover;
}	
.webtemplate h2,.webtemplate p, .webtemplate li,.webtemplate li:after{
	color:var(--white) !important;
}
.webtemplate-cnt {
    width: 45%;
}	
.animate-search {
    top: 65px;
    right: 20px;
    width: 240px !important;
    height: 240px;
}

.partners ul li {
	height: 130px;
}
.newsarticleslist img {
    height: 170px;
}
.newsarticlesbox {
    padding: 1.25rem;
}
.secondary-container {
    padding: 45px 0;
}
.secondary-container.aboutus h2 {
    width: 70%;
    margin: 0 auto 35px;
}
.whyus-mdl {
    padding: 65px 0;
    margin: 50px 0;
}
.whyus-btm .row{
	row-gap:22px;
}
.services .services-item p {
    height: 155px;
}
.promo .promo-items{
	padding: 48px 15px 30px; 
	height:100%
}
.unlockservices-items{
	padding: 38px 15px; 
	height:100%
}
.unlockservices .heading, .captivating .heading, .factorsmo .heading, .top-paragraph{
	width: 75.666667% !important;
}

.ethicaljourney-items, .whyusapproach-items, .localseo-items, .multilingualseo-items,.reliableppc-items, .googleads-items, .fbinsta-ads-items, .captivatingcnt-items, .posterbanner-items{
	margin-bottom:10px;
}
.factorsmo-list img {
    width: 110px !important;
}
.powerofppc {
    padding: 110px 0;
}
.tangible-item:before, .tangible .row:nth-child(even) .tangible-item:before {
    height: 198px;
    transform: unset;
    right: -41px;
    top: 67px;
}
.tangible-item-cnt:before, .tangible .row:nth-child(even) .tangible-item-cnt:before {
    width: 55px;
    height: 55px;
    top: 0;
    transform: translateY(50px);
    right: -44px;
}
.tangible-item-cnt:after, .tangible .row:nth-child(even)  .tangible-item-cnt:after {
	display:none
}
.tangible-item:after, .tangible .row:nth-child(even) .tangible-item:after {
    right: -48px;
}
.tangible .row:nth-child(even) .tangible-item:before {
    left: -45px;
    transform: unset;
}
.tangible-item:before, .tangible .row:nth-child(even) .tangible-item:before {
    height: 198px;
    right: -41px;
    top: 67px;
}
.tangible .row:nth-child(even) .tangible-item-cnt:before {
    left: -226px;
}
.tangible-item-cnt:before, .tangible .row:nth-child(even) .tangible-item-cnt:before {
    width: 55px;
    height: 55px;
    top: 0;
    transform: translateY(50px);
    right: -44px;
}
.tangible .row:nth-child(even)  .tangible-item-cnt:after {
    transform: translateX(-370px);
}
.tangible-item-cnt:after, .tangible .row:nth-child(even)  .tangible-item-cnt:after {
	display:none
}
.tangible .row:nth-child(even) .tangible-item:after {
    left: -51px;
    top: 75px;
}
.tangible-item:after, .tangible .row:nth-child(even) .tangible-item:after {
    right: -48px;
}
	.tangible .row:nth-child(odd) .col-lg-7 {
    padding-right: 120px;
}
	.tangible .row:nth-child(even) .col-lg-7 {
    padding-left: 120px;
}
.tangible .row:nth-last-child(1) .tangible-item:after {
    left: -51px;
    top: 61px;
}
.webcontent-items{
	padding: 40px 24px 30px;
}
.webcontent-items img {
    width: 90px !important;
}
.projectdtl li {
	padding: 1.5rem;
}
.keyelements .col-lg-4{
	width:50%;
}
.aboutus .workprocess ul#pills-tab, .aboutus .workprocess .subheading  {
    width: 75%;
}
.progress {
    margin: 43px 33px;
}
.servicesdtls .organicsuccess {
    padding: 50px 0;
}
.ecomwebsite-items {
	text-align:center;
}

.ourteam-list figure {
    height: 207px;
}
.faq-tab {
    padding: 50px 0;
    margin-top: 45px;
}
	.faq-content p{
	text-align:center;
	}
}


@media only screen and (max-width:991px) {
.nav-menu img {
    width: auto;
}
h2 , .heading strong, .leftheading strong, .heading, .leftheading{
    font-size: 32px !important;
}
p {
    line-height: 24px;
}	
	p:not(:last-child){
		margin-bottom:15px;
	}
.btn-primary{
	padding: 12px 30px !important;
}
.mainbanner {
    padding: 120px 0;
}
.mainbanner h1 span {
    line-height: 40px;
    font-size: 45px;
}	
.mainbanner h1 strong span {
    font-size: 16px;
}	
.banner-cnt h1 strong {
    margin-bottom: 10px;
}		
.banner-cnt p {
    font-size: 16px;
    margin: 20px 0 30px;
}	
.banner-cnt a.btn {
    font-size: 18px;
}	
.banner-cnt ul li a i {
    font-size: 16px;
}
.awards ul {
    column-gap: 10px;
}	
.awards ul li {
    width: 20%;
}	
.awards img {
    height: auto;
}
.hmabout {
    margin: 10px 0 0px;
    padding: 40px 0;
}

.hmabout-items p br {
    display: none;
}
.about-cnt a.btn {
    margin-top: 12px;
}	
.hmabout .row, .organicwebsite .row , .newsarticles .row, .msn-vsn .row, .powerofppc .row, .powerorigin .row, .webcontent .row, .businessideas .row,   .webdesign .row, .helping-others .row, .whyus-mdl .row ,.conclusion .row{
	row-gap:22px;
}
.organicwebsite{
	padding: 50px 0 40px;
}
.organicwebsite-img img, .hmabout figure img, .creativeresults img , .aboutus-top img, .whyusapproach-img img,.localseo-img img, .multilingualseo-img img, .reliableppc-img img, .posterbanner-design-img img, .google-ads-img img, .fbinsta-ads-img img, .webdevp-img img{
    width: auto !important;
    margin: auto;
    display: block;
    height: 400px !important;
}
.webtemplate-cnt {
    width: 55%;
}
.creativeresults{
	padding: 40px 0 25px;		
}
.hmsrvc, .msn-vsn, .workprocess,.partners, .Marquee {
    padding:50px 0 ;
}
.seocsore{
	padding: 25px 0 50px;
}
.hmsrvc-list {
    padding: 35px 21px;
}
.hmsrvc h3 {
    font-size: 21px;
}
.hmsrvc-list a {
    margin: auto;
    width: fit-content;
}
.countdown-info h3{
	font-size: 26px;
}
.workprocess .slick-slide img {
    width: 100%;
}
.animate-search {
    top: 42px;
    right: 10px;
    width: 210px !important;
    height: 210px;
}
.organicwebsite-cnt a.btn {
    margin-top: 12px;
}
.hmreview .review-slider {
    padding: 10px;
}	
.hmreview .review-item figure img {
    width: 120px;
}
.hmreview .review-item h3 {
    font-size: 18px;
}
.countdown-info h3 {
    width: 85%;
}		
.partners ul li {
    width: 22%;
}
.fticon ul li a {
    height: 30px;
    width: 30px;
}	
.case-study ul#pills-tab {
    padding: 18px;
    width: 100%;
    margin: 0 auto 30px;
    column-gap: 15px;
}
footer .fdetails {
    border-top: 1px solid #ffffff26;
    padding-top: 20px;
    margin-top: 35px;
    border-left: unset;
    padding-left: unset;
}
div#wpsvccount {
    text-align: start;
}
	
.secondary-container.aboutus h2{
	width: 75%;
}
.aboutus .workprocess ul{
	row-gap:45px;
}
.workprocess-item h3 {
    font-size: 24px;
}
.progress {
    margin: 25px 0;
}
.reachgoal{
	padding:50px 0;
}
.ethicaljourney-img img, .captivatingcnt-img img, .design-develop img{
	width: auto !important;
    margin: auto;
    display: block;
    height: 350px !important;
}
.factorsmo-list img {
    width: 90px !important;
}
.getreadytostart .row{
row-gap:0;
}
.powerofppc{
	padding:50px 0;
	background-size:cover;
}
.powerorigin-list{
	margin-top:0;
}
.powerofppc-img img, .cnt-writing img{
	width: auto !important;
    margin: auto;
    display: block;
    height: 320px !important;	
}
.cnt-writing{
	padding:50px 0;
	background-image:unset;
}
.tangible-item:before, .tangible .row:nth-child(even) .tangible-item:before, .tangible-item:after, .tangible .row:nth-child(even) .tangible-item:after, .tangible-item-cnt:before, .tangible .row:nth-child(even) .tangible-item-cnt:before{
display:none;
}
.tangible-item h5:after{
	top:-10px;
}
.webcontent-items img {
    width: 75px !important;
}
.projectdtl li {
    padding: 1.25rem;
}
.projectdtl li h3 {
    font-size: 18px;
}
.ecomwebsite-items h3 {
    font-size: 19px;
    margin: 15px 0 7px;
    text-align: center;
}
.captivatingcnt .btn-primary , .logodesign .btn-primary, .webcontent .btn-primary, .posterbanner .btn-primary{
	margin-top:20px;
	}
.currentopenings .row {
    row-gap: 80px;
}
.currentopenings .offcanvas-body .row{
	row-gap:0;
}
.cntctadrs-item figure img {
    width: 100px;
    display: block;
    margin: auto;
}
.contact-address .cntctadrs-item h4 {
    margin: 2px 0 5px;
}
.contact-form {
	margin-bottom: 18px;
}
.keyelements h2{
	width:100%;
}
.conclusion, .digimarket-sub-dtl, .keyelements {
    padding: 50px 0 !important;
}
.breadcrumbs {
    padding: 70px 0;
}
.secondary-container.aboutus .aboutus, .helping-others {
    padding: 50px 0;
}
.aboutus .workprocess .subheading, .aboutus .workprocess ul#pills-tab, .aboutus .workprocess div#pills-tabContent {
    width: 100%;
}
.aboutus .workprocess .subheading {
    margin: 0 auto 38px;
}
.helping-others .row .col-lg-3:nth-child(2) svg {
    display: none;
}
.helping-others_cnt{
	margin-top:15px;
}
.msnvsn-item img{
	width:70px
}
.whyus-mdl {
    padding: 50px 0;
}
.ourteam-list figure {
    height: 223px;
}

.servicesdtls .promo {
    padding: 60px 0;
}
.ethicaljourney, .whyusapproach, .multilingualseo {
    background-color: #f6f6f6;
    padding: 45px 0 35px;
}
.unlockservices .heading, .captivating .heading, .factorsmo .heading, .top-paragraph {
    width: 100% !important;
}
.reliableppc, .google-ads, .fbinsta-ads {
    padding: 3rem 0 2rem;
}
.page-id-268 .businessideas, .page-id-305 .businessideas , .businessideas{
    padding: 50px 0 !important;
}
.ecomwebsite-items p{
	text-align:center;
}
.projectdtl {
    padding: 60px 0 50px;
}
.digimarket-sub-dtl {
    background-position: bottom -248px right 0px;
}
.page-id-4272 .keyelements p {
    height: 149px;
}
.webdevpsubpg .row {
    row-gap: 0;
}
.webdev-sbdtl{
padding: 50px 0 40px !important;
}
.webdev-sbdtl .leftheading{
	text-align:center;
}
.webdev-sbdtl .leftheading span{
	margin:10px auto 0;
	}
.webdev-sbdtl .row{
	row-gap:22px;
}
.secondary-container.pricing {
    padding: 36px 0 40px !important;
}
.secondary-container.clearfix {
    padding: 45px 0 35px;
}
	.seocsore-cnt{
	padding-left:0;
	}
}

@media only screen and (max-width:767px) {
.heading, .top-paragraph{
	width:100% !important;
}
.heading, .leftheading,.heading strong, .leftheading strong , h2{
    font-size: 28px !important;
 line-height: 36px;
}
h2{
	letter-spacing:0;
}
p{
	font-size: 15.5px !important;
	line-height: 23px;
}
.mainbanner {
    padding: 70px 0;
}
.mainbanner h1 {
    font-size: 30px;
}
.mainbanner h1 span {
    line-height: 35px;
    font-size: 40px;
}	
.mainbanner h1 strong {
    margin-bottom: 9px;
    font-size: 15px;
}	
.banner-cnt a.btn {
    font-size: 16px;
}		
.banner-cnt p {
    margin: 6px 0 12px;
}
.awards {
	margin-top:0 !important;
}
	.hmabout .row{
	row-gap:6px;
	}
.hmabout{
	margin-top: 0;
	padding: 35px 0;
}
.hmabout h3 {
    font-size: 28px;
}
.hmabout-items {
    flex-direction: column;
}
.testimonial p {
    font-size: 17px !important;
    line-height: 26px;
    width: 90%;
	margin: 25px auto;
}
.arrowbutton.prev.slick-arrow , .arrowbutton.next.slick-arrow{
    font-size: 36px;
}
.hmabout figure img, .organicwebsite-img img, .creativeresults img, .aboutus-top img, .whyusapproach-img img, .localseo-img img, .multilingualseo-img img, .reliableppc-img img, .posterbanner-design-img img, .google-ads-img img, .fbinsta-ads-img img, .webdevp-img img, .ethicaljourney-img img{
	height: 350px !important;
}
.organicwebsite figure:before, .organicwebsite figure:after, .organicwebsite:after, .organicwebsite:before, .powerofppc:after ,.powerofppc:before, .powerofppc-cnt:after{
		display:none
}
.creativeresults-cnt .row {
	row-gap:unset;
}
.creativeresults h3 {
    font-size: 18px;
}
.seocsore ,.creativeresults,.organicwebsite{
    padding: 30px 0 35px;
}
.hmsrvc h3 {
    font-size: 20px;
}
.hmsrvc-list:after{
	height:140px;	
}
.webtemplate-cnt {
    width: 72%;
}
.webtemplate {
	padding: 50px 0;
}
.animate-search {
    top: -25px;
    right: 160px;
    width: 230px !important;
    height: 230px;
}
.whyus-item figure {
    padding: 15px;
}
.countdown-info h3{
	font-size: 18px;
}
.countdown-info a , .countdown-cnt h3 span, .workprocess-item h3{
    font-size: 19px;
}
.countdown-cnt {
    padding: 37px 20px 37px 18px;
}
.countdown-cnt i {
    width: 50px;
    height: 50px;
}
.countdown-cnt h3 {
    font-size: 14px;
}	
.countdown-left img {
    height: 381px;
}
.gglreview{
padding: 40px 0 55px; 
}

.hmreview .review-item figure img {
    width: 110px;
}	
.hmreview ul.review-nav .slick-track li {
    border-radius: 10px !important;
}
.hmreview ul.review-nav .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}	
.hmreview .review-slider {
	border-radius: 8px;
    height: 320px;
}	
.hmreview button.slick-prev.slick-arrow, .hmreview button.slick-next.slick-arrow {
    top: 45%;
}	
.hmreview button.slick-prev.slick-arrow{
	left:-52px;
}
.hmreview button.slick-next.slick-arrow{
	right:-52px;
}
.hmreview button.slick-prev.slick-arrow:after {
	content: "\f053";
}
.hmreview button.slick-next.slick-arrow:after{
	content: "\f054";	
}		
.hmreview {
    padding: 30px 0 20px;
}	
.homeservices {
    padding: 30px 0;
}	
.countdown {
    padding: 40px 0;
}

.partners {
    padding: 25px 0 40px;
}	
.partners ul li {
    width: 30%;
}	
.ficon .row, .servicesdtls .row, .organicsuccess .row, .organicwebsite .row{
	row-gap: 15px;
}
.servicesdtls .promo .row{
	row-gap:22px
}
.whyus-btm .whyuslist{
	padding:25px;
}
.whyus-btm .whyuslist h3 {
    margin: 11px 0;
    letter-spacing: 0;
	font-size:21px
}
.services .services-item h4 {
    margin: 15px 0 10px;
    font-size: 19px;
}
.services .services-item p {
    height: unset;
    margin-bottom: 20px;
}	
	footer .row{
	row-gap:22px;
	}
footer .col-sm-3, footer .col-sm-6 {
    width: 100%;
    margin-bottom: 22px;
}	
footer .fdetails {
	margin-top:0;
}
footer {
    padding-top: 30px;
}	
footer h3 {
    margin-bottom: 12px;
    font-size: 23px;
}	
footer input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    height: 50px;
}
footer input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 15px 16px;
}
.ficon {
    margin: 10px 0 0;
}

.ficon .col-sm-4 {
    width: 100%;
    text-align: left;
}	
.fticon {
    float: inherit;
}	
.ficon .col-sm-4 ul li {
    width: auto;
}
.fticon ul li a {
    height: 40px;
    width: 40px;
    font-size: 16px;
}	
.fticon ul {
    justify-content: flex-start;
}
.animate-search {
    top: -22px;
    right: 112px;
}		
.ficon .col-sm-4 ul li img {
    width: 40px;
}
.ficon .col-sm-4:nth-child(2) {
    text-align: left;
}	
.breadcrumbs{
	padding: 65px 0;
}
.breadcrumbs h1 {
    margin-bottom: 8px;
}
.breadcrumbs h1 span, .breadcrumbs h1 a{
	font-size: 33px;
}
.servicesdtls .promo figure span{
	font-size:100px;
}
.reachgoal figure img, .organicsuccess figure img, .growbusiness figure img, .captivating figure img, .powerofppc-img img,  .logodesign img{
	width: 400px !important ;
	height:auto !important;
    margin: auto;
    display: block;
	}
.tangible .row:nth-child(even) .col-lg-7, .tangible .row:nth-child(odd) .col-lg-7 {
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.powerorigin figure img, .webcontent figure img {
    width: 64px !important;
}
.webcontent-items {
    padding: 35px 25px 25px;
}
.powerorigin h3, .webcontent h3{
	font-size: 18px;
}
.webdesign-items {
	text-align:center;
}
.webdesign-items  img{
	margin-bottom:10px;
}
.webdesign-items h3, .websrvc-items h3, .webdevp-items h3{
	font-size:18px;
}
.websrvc-items {
	height: 100%;	
}
.webdevp .row{
	row-gap:24px;
}
.ecomwebsite-items h3 {
    font-size: 18px;
    margin: 13px 0;
    font-weight: 700;
}
.pricingitm-price h3{
	font-size: 23px;
}
.pricingitm-price h3 span {
	font-size: 18px;
}
.box-title {
	font-size: 25px;
}
.currentopenings .offcanvas-header {
    border-bottom: 1px solid #80808029;
    flex-direction: column;
    row-gap: 7px;
}
.contactus-top .row, .contact-address .row{
	row-gap:15px !important;
}
.cntctdtls-item h5 {
    margin: 12px 0 0;
}
.cntctdtls-item {
	padding: 18px;
}
.getreadytostart {
	padding: 2rem !important;
}
.getreadytostart .row{
	row-gap:unset !important;
}
.getreadytostart input[type="text"], .getreadytostart input[type="email"], .getreadytostart input[type="tel"], .getreadytostart input[type="date"], .getreadytostart textarea, select {
    padding: 10px 18px;
    font-size: 14px !important;
}
.currentopenings .offcanvas-body img {
    height: 100% !important;
}
.keyelements .col-lg-4 {
    width: 100%;
}
.conclusion, .digimarket-sub-dtl, .keyelements{
    padding: 50px 0 !important;
}

.secondary-container.aboutus .aboutus {
    padding: 50px 0;
}
.aboutus .workprocess .nav-pills .nav-link {
    margin: 0 16px;
    padding: 0 0 50px 0;
}
.aboutus .workprocess ul#pills-tab {
    width: 100%;
    margin: 0 auto 51px;
}
.aboutus .workprocess div#pills-tabContent {
    width: 100%;
}
.servicesdtls .promo {
    padding: 60px 0;
}
.projectdtl, .ecomwebsite, .webdesign {
    padding: 50px 0;
}
.webdesign, .websrvc, .webdevp {
    padding: 45px 0 50px;
}
.page-id-4272 .keyelements p {
    height: 120px;
}
.webdevpsubpg {
    padding: 50px 0 40px;
}
.secondary-container.contactus {
    padding: 40px 0 47px;
}
.contact-details {
    padding: 28px 0;
}
.faq-content {
    padding: 24px;
}
.secondary-container.clearfix {
    padding: 45px 0 30px;
}
}


@media only screen and (max-width:667px) {
.unlockservices .heading, .captivating .heading, .factorsmo .heading, .subheading{
	width:100% !important;
}
.heading, .leftheading {
    margin-bottom: 26px;
}
.heading strong, .leftheading strong, h2 ,.heading, .leftheading {
    font-size: 24px !important;
}

.btn-primary {
    padding: 10px 27px !important;
	margin-top: 5px;
}
.mainbanner {
    padding: 80px 0;
}
.mainbanner h1 span {
    font-size: 36px;
}
.mainbanner h1 strong span {
    font-size: 14px;
    letter-spacing: 6px;
}
.banner-cnt a.btn {
	padding: 10px 25px !important;
	font-size: 15px;}
.banner-cnt ul {
    column-gap: 25px;
}
.banner-cnt ul li:last-child a {
    height: 51px;
	width: 51px;
}

.creativeresults h3 {
    font-size: 18px !important;
    margin-bottom: 10px;
}
.hmsrvc-list:after {
    height: 122px;
    width: 122px;
}
.hmsrvc h3 {
    font-size: 19px;
}
.whyus-item h4 {
    margin-bottom: 5px;
    font-size: 18px;
}
.organicwebsite-img img, .creativeresults-img  img, .organicwebsite-img img {
    height: 360px;
}
.organicwebsite:after, .organicwebsite:before, .organicwebsite figure:after, .organicwebsite figure:before{
	display:none;
}
.organicwebsite-cnt {
    padding-left: 11%;
    padding-right: 11%;
}
.countdown-info a {
    font-size: 20px;
}
.countdown-info h3, .countdown-left a i {
    font-size: 18px;
}	
.countdown-cnt {
    padding: 30px 10px 30px 18px;
	column-gap: 12px;
}
.countdown-left img {
    height: 346px;
}	
.countdown a img {
    height: 230px;
}	
.countdown a.getintouch {
    right: -28px;
}	
.countdown-cnt i {
    width: 50px;
    height: 50px;
    font-size: 18px;
}	
.countdown-cnt h3 {
    font-size: 15px;
}	
.countdown-cnt h3 span {
    font-size: 20px;
}		
.partners .btn-primary {
    margin-top: 20px;
}
.Marquee img {
    width: 165px;
    height: 40px;
    object-fit: cover;
}
.breadcrumbs {
    padding: 55px 0;
}
.breadcrumbs h1 span, .breadcrumbs h1 a {
    font-size: 30px;
}
.breadcrumbs a:after{
	padding: 0 5px 0 10px;
}

.aboutus-top .row{
	row-gap:15px !important;
}

.aboutus-top h3 {
    margin: 12px 0;
    font-size: 22px;
    letter-spacing: 0.5px;
}
.msnvsn-item h4 {
    margin: 12px 0 10px;
font-size: 19px;
}
.whyus-top {
    padding: 15px;
}
.ourteam-list h3 {
    font-size: 17px;
}
.management .ourteam-list>img {
    margin-top: 0;
}
.services .services-item{
	padding:20px;
}
.services .services-item h4 {
    margin: 13px 0 7px;
    font-size: 18px;
}
.servicesdtls .reachgoal {
    padding: 40px 0;
}
.reachgoal figure img, .organicsuccess figure img, .growbusiness figure img, .captivating figure img, .powerofppc-img img, .logodesign img {
    width: 350px !important;
}
.servicesdtls .organicsuccess , .captivatingcnt, .logodesign, .webcontent, .posterbanner {
    padding: 2rem 0;
}
.servicesdtls .promo figure img {
    width: 60px;
}
.ethicaljourney, .whyusapproach, .multilingualseo {
    padding: 40px 0;
}
.call-to-action {
	padding:2rem 0;
}
.progress{
	margin: 25px 43px;		
}
.unlockservices-items {
    padding: 22px 15px;
}
.servicesdtls .promo .row, .servicesdtls .unlockservices .row, .factorsmo .row , .powerorigin .row{
    row-gap: 22px;
}
.powerofppc {
    padding: 40px 0;
    background-size: cover;
    min-height: unset !important;
}
.ethicaljourney-img img, .captivatingcnt-img img, .design-develop img {
    height: 332px !important;
}
.powerorigin {
    padding: 3rem 0 5rem;
}

.webcontent-items {
    padding: 28px 25px 15px;
}
.design-develop {
    padding: 2.5rem 0;
}
.offcanvas-body h3{
	font-size:20px;
	}
.reliableppc, .google-ads, .fbinsta-ads {
    padding: 30px 0;
}
.keyelement-items h3 {
    font-size: 18px;
    line-height: 1;
}
.keyelement-items figure {
    height: 100px;
	width: 100px;}
	
.conclusion, .digimarket-sub-dtl, .keyelements {
    padding: 40px 0 !important;
}
.digimarket-sub-dtl h3 {
    font-size: 19px;
}
.faq .accordion-button {
    line-height: 27px;
}
.rslrdtls-mdl {
    padding: 50px 0 50px;
    margin-top: 50px;
}
}

@media only screen and (max-width:568px) {
header .offcanvas-body .popupdesc{
display:none;
}
header .offcanvas-body .row {
    margin-top: 0;
}
.heading, .leftheading {
    margin-bottom: 18px;
    font-size: 25px !important;
    letter-spacing: 1px;
}
p {
    margin-bottom: 10px;
}
.btn-primary{
    padding: 10px 29x !important;
    font-size: 13px !important;
	margin-top: 6x;
}

.mainbanner h1 strong span {
    letter-spacing: 4px;
}
.mainbanner h1 strong {
    margin-bottom:10px;
}

.mainbanner::before{
    background-position: right;
}	
.banner-cnt{
	text-align: center;
    padding: 0 25px;
}
.banner-cnt p {
    text-align: center;
    margin: 0 0 9px;
}
.banner-cnt ul {
    column-gap: 15px;
    justify-content: center;
}
.banner-cnt ul li:last-child a {
    height: 50px;
    width: 50px;
}
.banner-cnt ul li a i {
    font-size: 14px;
}
.fxdcall .callbtn{
	width: 40px;
    height: 40px;	
}
.awards ul {
    column-gap: 6px;
}
.about-cnt p {
    font-size: 15px;
    text-align: justify;
}
.organicwebsite-img img, .creativeresults-img img{
    height: 320px;
}
.hmsrvc {
    padding: 40px 0
}
.hmsrvc-list figure {
    margin: 0 auto 16px;
}
.hmsrvc-list a{
	    margin: 0 20px;
}
.hmsrvc-list a{
	width: fit-content;
    margin: auto;	
}
.hmsrvc h3, .review-item h3{
	font-size: 18px;	
}

.webtemplate-cnt {
    width: 75%;
}
	
.gglreview .arrowbutton {
    font-size: 20px;
    width: 42px;
    height: 42px;
    background: #ffffffba;
}	
.gglreview .arrowbutton.prev.slick-arrow {
    left: 0;
}
.gglreview .arrowbutton.next.slick-arrow {
    right: 0;
}
.countdown-left img {
    height: 330px;
}
.countdown .row .col-sm-6:first-child {
    padding-right: 12px;
}
.countdown .row .col-sm-6:last-child {
    padding-left: 12px;
}	
.countdown a.getintouch {
    display: none;
}
.workprocess span.subheading {
    margin: -10px auto 10px;
}	
.partners .btn-primary {
    margin-top: 20px;
}
.animate-search {
    top: -22px;
    right: 64px;
}	
.organicwebsite-cnt {
    padding-left: 4%;
    padding-right: 4%;
}	

.hmreview ul.review-nav .slick-track li {
    margin-top: 10px;
}	
.hmreview {
    padding: 35px 0;
}
.hmreview ul.review-nav .slick-track {
    display: none;
}
.workprocess {
    display: none;
}
.popup-contact {
    display: none;
}
.servicesdtls .srvcdtl-content h2 {
    line-height: normal;
    letter-spacing: 0;
}

.casestudy-item {
    margin: 7px 0;
}
.case-study ul#pills-tab {
    display: block;
}
.case-study ul#pills-tab a.nav-link {
    border-bottom: solid 1px #ccc;
}
.breadcrumbs h1 span, .breadcrumbs h1 a {
    font-size: 28px;
}
.applynow form {
    width: 100%;
    margin: 0 auto;
}
.applynow input[type="text"], .applynow input[type="email"], .applynow input[type="tel"], .applynow input[type="date"], .applynow textarea, .applynow select {
    font-size: 16px !important;
    margin-bottom: 12px !important;
    padding: 10px 20px;
}
.review-cnt, .google-reviews .row:nth-child(even) .review-cnt, .google-reviews .row:nth-child(even) .review-cnt p{
    text-align: center;
}
.review-cnt p, .google-reviews .row:nth-child(even) .review-cnt p{
    margin: 10px 0;
    text-align: center;
}
.review-cnt h3 {
    font-size: 20px;
}
.video-testimonials iframe {
    height: 220px;
    margin: 5px 0;
}
 .fxdcall {
    display: block;
}	
.christmas-offerdt{
    display:none;
}
.christmas-offermbl{
    display:block;
}
.casestudydtls-top {
    padding-bottom: 40px;
    margin-top: 0;
}	

.casestudydtls-top figure {
    padding: 40px;
    margin: 25px 0 0;
}	
.casestudy-content {
    padding-top: 35px;
    margin-bottom: 50px;
}	
.feature-service a.btn {
    float: none;
    margin-top: 20px;
}	
.feature-service, .feature-service h2 {
    text-align: center;
}
.aboutus-top .row {
    row-gap: 0 !important;
}
.aboutus .aboutus-top {
    margin-bottom: 45px;
}
.organicwebsite .row, .hmabout .row, .newsarticles .row, .msn-vsn .row, .aboutus-top .row, .powerofppc .row, .powerorigin .row, .webcontent .row, .businessideas .row, .pricing-service .row {
    row-gap: 18px;
}
.whyus-btm .whyuslist h3 {
    margin: 12px 0 7px;
    letter-spacing: 0;
    font-size: 20px;
}
.ourteam .row {
    align-items: normal;
    row-gap: 22px;
}
.ourteam-list h3 span {
    font-size: 14px;
}
.ourteam-list h3 {
    font-size: 15px;
}
.ourteam-list figure {
    width: 130px;
    height: 130px;
}
.short-logo img{
	width:40px;
}
.servicesdtls .promo h3, .servicesdtls .unlockservices h3, .factorsmo-list h3 {
    font-size: 18px;
}
.servicesdtls .promo figure img {
    width: 56px;
}
.factorsmo-list img {
    width: 75px !important;
}
.servicesdtls .promo figure, .unlockservices-items figure, .factorsmo-list figure {
    margin-bottom: 15px;
}
.webdesign-items, .websrvc-items, .webdevp-items {
    padding: 23px;
}
.currentopenings {
    padding: 30px 0 40px;
}
.currentopenings .row {
    row-gap: 60px;
}
.currentopening-items figure {
    width: 90px;
    height: 90px;
    top: -40px;
}
.currentopening-items  img {
    width: 60px;
}
.currentopening-items {
    padding: 50px 20px 30px;
}
.contact-form {
    padding: 15px 20px 1px;
	margin-bottom: 18px;
}
.helping-others_cnt svg{
	display:none
}
.secondary-container.aboutus .aboutus, .msn-vsn {
    padding: 45px 0;
}
.ourteam-list figure {
    width: 100%;
    height: auto;
}
.businessideas, .page-id-268 .businessideas, .page-id-305 .businessideas{
	padding:40px 0 !important;
}
.tangible{
	padding:50px 0;
}
.cnt-writing figure img {
    width: 100% !important;
}
.posterbanner-design {
    padding: 45px 0 35px;
}
.digimarket-sub-dtl {
    background-color: #f5f5f5 !important;
    background: unset;
}
.keyelements {
    padding: 30px 0 45px !important;
}
.conclusion, .digimarket-sub-dtl{
    padding: 30px 0 40px !important;
}
.keyelements .row {
    row-gap:18px;
}
.review-item figure {
    width: 110px;
    height: 110px;
}
.secondary-container.video-testimonials {
    padding: 30px 0;
}
.secondary-container.clearfix {
    padding: 38px 0 30px;
}
.case-study .tab-content .col-sm-4 {
    width: 100% !important;
}
.casestudylist h4 {
    font-size: 15px;
}
.casestudylist h5 {
    font-size: 15px;
}
.casestudylist {
    margin: 7px 0;
}	
}

@media only screen and (max-width:479px) {
.heading, .leftheading, .heading strong, .leftheading strong, h2 {
    font-size: 24px !important;
}
header figure .santadance img {
    width: 55px;
}
.nav-menu figure img {
    width: 173px;
}
.btn-primary {
    padding: 9px 29x !important;
    font-size: 12px !important;
}

.banner-cnt h1 span {
    font-size: 26px ;
}
.banner-cnt h1 strong span {
    font-size: 12px;
    letter-spacing: 4px;
}
.banner-cnt h1 strong {
    margin-bottom: 5px;
}
.banner-cnt ul {
    column-gap: 20px;
}	
.banner-cnt a.btn {
    font-size: 16px;
	padding: 9px 20px 10px;
}
.banner-cnt a.btn i{
	font-size:14px;
}	
.banner-cnt ul li a i {
    font-size: 14px;
}
.banner-cnt ul li:last-child a {
    height: 45px;
    width: 45px;
}
.awards ul {
    column-gap: 14px;
    flex-wrap: wrap;
    row-gap: 14px;
    justify-content: center;
}	
.awards {
    padding: 40px 0 10px;
}
.awards ul li {
    width: 40%;
	column-gap:0;
}

.hmabout figure img, .creativeresults-img img .organicwebsite-img img {
    height: auto !important;
    width: 100% !important;
}
.hmabout .row{
    row-gap: 18px;
}
.creativeresults h3 {
    font-size: 17px !important;
    margin-bottom: 7px;
}
.creativeresults figure:after{
	display:none;
}
.webtemplate-cnt {
    width: 82%;
}
.animate-search {
    top: -24px;
    right: 52px;
    width: 190px !important;
}	
.hmreview ul.review-nav li {
    column-gap: 8px;
    padding: 8px;
}
.hmreview .review-slider {
    height: 365px;
}	
.partners ul li {
    width: 40%;
}
.hmsrvc-list {
    padding: 30px;
    text-align: center;
}
.hmsrvc-list p{
    text-align: center;
}
.hmsrvc-list a {
    width: fit-content;
    margin: auto;
    font-size: 11px !important;
    padding: 9px 25px;
}
.hmsrvc-list:after {
    transform: translate(50%,-50%);
}
.hmsrvc h3, .review-item h3, .whyus-item h4, .servicesdtls .promo h3, .servicesdtls .unlockservices h3, .factorsmo-list h3  , .progress-info h5, .powerorigin h3, .webcontent h3 {
    font-size: 17px;
}
.newsarticlesbox {
    padding: 1rem;
    font-size: 15px;
}
	footer h3{
	font-size:20px;
	margin-bottom: 10px;
	}
footer ul li a {
    line-height: 28px;
}
footer .col-sm-3, footer .col-sm-6 {
    margin-bottom: 16px;
}
.whyus-mdl {
    padding: 50px 0 35px;
}
.servicesdtls .promo {
    padding: 40px 0;
}
.ethicaljourney, .whyusapproach, .multilingualseo , .webdesign{
    padding: 30px 0;
}
.progress {
    margin: 22px 43px 13px;
}
.progress .progress-value{
	font-size:20px;
}
.ourteam .col-lg-4.col-6 , .webdevp .col-6{
    width: 100%;
}
.powerorigin figure, .webcontent figure {
    margin-bottom: 15px;
}
.currentopenings .row{
	row-gap:10px !important;
	margin-top:0px !important;
}
.currentopening-items {
    padding: 30px 20px;
}
.currentopening-items figure{
	position:unset;
	animation:unset;
}
.currentopening-items h3 {
    font-size: 18px;
    margin-top: 10px;
}
.currentopenings .offcanvas-top {
    right: 10px;
    left: 10px;
    width: auto !important;
    height: 100%;
}
.currentopenings .offcanvas-top h2{
	font-size:22px !important;
}
.currentopenings .offcanvas .btn {
    padding: 5px 20px;
    margin: 7px 8px;
}
.contact-form h2{
	font-size:22px !important;
}
.management .row{
	row-gap:22px !important;
}
.hmsrvc h3, .review-item h3, .whyus-item h4, .servicesdtls .promo h3, .servicesdtls .unlockservices h3, .factorsmo-list h3, .progress-info h5, .powerorigin h3, .webcontent h3 {
    font-size: 16px;
}
.progress-info{
		height: 100%;
    display: block;
    align-items: center;
}
.growbusiness, .captivating {
    padding: 40px 0 30px;
}
.unlockservices {
    padding: 40px 0;
}
.factorsmo {
    padding: 45px 0 48px;
}
.ethicaljourney, .whyusapproach, .multilingualseo, .webdesign {
    padding: 40px 0;
}
.localseo {
    padding: 45px 0 29px;
}
.powerorigin {
    padding: 2rem 0 4rem;
}
.servicesdtls .organicsuccess, .captivatingcnt, .logodesign, .webcontent, .posterbanner {
    padding: 2rem 0;
}
.captivatingcnt-items img, .posterbanner-items img ,.reliableppc-items img, .googleads-items img, .fbinsta-ads-items img{
    width: 50px !important;
}
input[type="submit"] {
    letter-spacing: 0.5px;
    font-size: 13px;
    padding: 10px 26px;
    border-radius: 6px;
}

.businessideas h3{
	font-size:24px;
}

.currentopenings .offcanvas-top h3 {
    margin: 14px 0 6px;
	font-size: 16px;
}
ul, li, a {
    font-size: 15px;
    line-height: 20px;
}
.pricingsrvclist {
    padding: 15px 16px;
    border-radius: 6px;
    height: 100%;
}
.projectdtl, .ecomwebsite, .webdesign {
    padding: 40px 0;
}
.keyelement-items figure {
    height: 95px;
    width: 95px;
}
.webdevpsubpg {
    padding: 45px 0 35px;
}
.webdev-sbdtl {
    padding: 42px 0 35px !important;
}
#GoToTop {
    padding-top: 14px;
}
.faq .accordion-button {
    line-height: 25px;
	letter-spacing:0.2px;
}
.secondary-container .faq {
    padding: 38px 0 0;
}
.faq-tab {
    padding: 38px 0;
    margin-top: 38px;
}
	.management .row{
	row-gap:22px;
	}
.services-item, .services-item p {
	text-align:center
}
.cnt-writing figure img {
    object-fit: contain;
}
.webtemplate-cnt {
    padding-left: 32px;
}
}
@media only screen and (max-width:414px) {
.heading, .leftheading, .heading strong, .leftheading strong, h2 {
    line-height: 24px;
    font-size: 22px !important;
}
.leftheading span, .heading span {
    width: 105px;
    height: 2.75px;
} 
.col-6{
	width:100% !important;
}
.btn-primary {
    padding: 9px 25px !important;
    font-size: 12.5px !important;
}
p {
    font-size: 14px;
}
.newsarticlesbox h3 a {
	font-size:16px !important;
}

.mainbanner {
    padding: 60px 0;
}
.mainbanner::before {
    background-position: center;
}

.mainbanner h1 span {
    line-height: 30px;
    font-size: 23px;
}
.banner-cnt {
    padding: 0 ;
}
.banner-cnt a.btn{
	margin-top:0;
}

.mainbanner h1 {
    font-size: 18px;
}
.banner-cnt p {
    text-align: center;
    margin: 6px 0 12px;
    line-height: 22px !important; 
}
.organicwebsite-img img {
    height: 315px;
}
.hmabout h3 {
    font-size: 17.5px;
    margin-bottom: 5px;
}
.hmabout h3 {
    font-size: 25px;
}
.webtemplate li {
    font-size: 14px;
}
.organicwebsite-img img {
    height: 280px;
}
.newsarticles .row, .helping-others .row{
	row-gap:15px;
}
.creativeresults .row {
    row-gap: 10px !important;
}
.creativeresults h3 {
    font-size: 16px !important;
    margin-bottom: 0;
}
.animate-search {
    top: -14px;
    right: 32px;
    width: 190px !important;
}	
.hmreview .review-item .row {
    flex-direction: column;
}	
.hmreview .review-item .row .col-sm-4, .hmreview .review-item .row .col-sm-8 {
    width: 100% !important;
}
.hmreview .review-item .col-sm-8 {
    padding: 10px 0 0;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    border-left: none;
	text-align: center;
}	
.hmreview .review-slider {
    height: 445px;
}
.homeservices .col-sm-3 {
    width: 100%;
    margin: 8px 0;
}
.whyus-item {
    column-gap: 16px;
	margin-bottom: 20px;
}
.whyus-item figure {
    padding: 14px;
}
.whyus-item h4 {
    margin-bottom: 3px;
    font-size: 16px;
}
.countdown-info h3{
    font-size: 17px;
    margin: 18px 0 10px;
}
.countdown-cnt {
    padding: 25px 20px 25px 18px;
    column-gap: 13px;
}
.newsarticleslist img {
	height:200px;
}
.newsarticlesbox {
    padding: 1.5rem;
}
.Marquee img {
    width: 163px;
    height: 41px;
}
.webtemplate {
	padding: 40px 0 !important;
}
.whyus-btm .whyuslist h3 {
    font-size: 19px;
}
.cnt-writing figure img {
    width: 100% !important;
}
.organicwebsite .row, .hmabout .row, .newsarticles .row, .msn-vsn .row, .aboutus-top .row, .powerofppc .row, .powerorigin .row, .webcontent .row, .businessideas .row, .pricing-service .row {
    row-gap: 11px;
}
.keyelements .row {
    align-items: normal !important;
    row-gap: 15px;
}
.msnvsn-item p {
    margin: 0;
    line-height: 23px;
}
.helping-others h3 {
    font-size: 17px;
}
}

@media only screen and (max-width:379px) {
.mainbanner {
    padding: 45px 0;
}

.banner-cnt h1 strong span {
    font-size: 12px !important;
}
.banner-cnt a.btn {
    font-size: 16px;
    padding: 8px 18px 8px !important;
}
.whyus-item h4 {
    margin-bottom: 8px;
    font-size: 18px;
	}
.whyus-item {
    column-gap: 15px;
}	
.awards ul li {
    width: 40%;
}	
}

@media only screen and (max-width:360px) {
.hmabout figure img, .creativeresults-img img {
    height: 230px ;
}
.organicwebsite-img img {
    height: 255px;
}

}


