::-moz-selection {
  background-color: #ed1a90;
  color: #fff;
}

::selection {
  background-color: #ed1a90;
  color: #fff;
}

/* ========================================== Initial Setting BEGINS ================================================ */

body {
  font-family: "HelveticaNeue-light", Helvetica, sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.4;

}

img {
  max-width: 100%;
}

.imac img {
  max-width: 70% !important
}

body,
div,
li,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

@font-face {
  font-family: "IstokWeb-Regular";
  src: url("/wp-content/themes/thewebco/fonts/IstokWeb-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue_Bold";
  src: url("/wp-content/themes/thewebco/fonts/HelveticaNeue_Bold.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-light";
  src: url("/wp-content/themes/thewebco/fonts/HelveticaNeue_Light.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-Medium";
  src: url("/wp-content/themes/thewebco/fonts/HelveticaNeueMed.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

.relative {
  position: relative;
}

.slide-top-1,
.slide-top-2,
.slide-top-3,
.slide-top-4,
.slide-top-5,
.slide-top-6,
.slide-top-7 {
  opacity: 1;
}


@media (min-width: 1024px) {

  .slide-top-1,
  .slide-top-2,
  .slide-top-3,
  .slide-top-4,
  .slide-top-5,
  .slide-top-6,
  .slide-top-7 {
    -webkit-transition: 0.6s ease-out 0.3s;
    -o-transition: 0.6s ease-out 0.3s;
    transition: 0.6s ease-out 0.3s;
    bottom: -200px;
    opacity: 0;
  }

  .slide-top-11,
  .slide-top-22,
  .slide-top-33,
  .slide-top-44,
  .slide-top-55,
  .slide-top-66,
  .slide-top-77 {
    -webkit-transition: 0.4s ease-out 0.6s;
    -o-transition: 0.4s ease-out 0.6s;
    transition: 0.4s ease-out 0.6s;
    bottom: -200px;
    opacity: 0;
  }

  .fp-viewing-0 .slide-top-1,
  .fp-viewing-0 .slide-top-11 {
    bottom: 0;
    opacity: 1;
  }

  .fp-viewing-1 .slide-top-2,
  .fp-viewing-1 .slide-top-22 {
    bottom: 0;
    opacity: 1;
  }

  .fp-viewing-2 .slide-top-3,
  .fp-viewing-2 .slide-top-33 {
    bottom: 0;
    opacity: 1;
  }

  .fp-viewing-3 .slide-top-4,
  .fp-viewing-3 .slide-top-44 {
    bottom: 0;
    opacity: 1;
  }

  .fp-viewing-4 .slide-top-5,
  .fp-viewing-4 .slide-top-55 {
    bottom: 0;
    opacity: 1;
  }

  .fp-viewing-5 .slide-top-6,
  .fp-viewing-5 .slide-top-66 {
    bottom: 0;
    opacity: 1;
  }

  .fp-viewing-6 .slide-top-7,
  .fp-viewing-6 .slide-top-77 {
    bottom: 0;
    opacity: 1;
  }

}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.justify-content-center{
	justify-content: center;
}
.justify-content-between{
	justify-content: space-between;
}
.align-items-center{
	align-items: center;
}

.transition {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.opacity-01 {
  opacity: 0.1;
}

.opacity-02 {
  opacity: 0.2;
}

.opacity-03 {
  opacity: 0.3;
}

.opacity-04 {
  opacity: 0.4;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.6;
}

.opacity-07 {
  opacity: 0.7;
}

.opacity-08 {
  opacity: 0.8;
}

.opacity-09 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

.fuschia-day {
  color: #ed1a90 !important;
}

.fuschia-day-bg {
  background-color: #ed1a90 !important;
}

.fuschia-night {
  color: #ed2590 !important;
}

.fuschia-night-bg {
  background-color: #ed2590 !important;
}

.sunrise {
  color: #f4af1c !important;
}

.sunrise-bg {
  background-color: #f4af1c !important;
}

.cloudy-sunrise {
  color: #f3af1c !important;
}

.cloudy-sunrise-bg {
  background-color: #f3af1c !important;
}

.sunny-day {
  color: #fffdee !important;
}

.sunny-day-bg {
  background-color: #fffdee !important;
}

.sunset {
  color: #f46f25 !important;
}

.sunset-bg {
  background-color: #f46f25 !important;
}

.cloudy-sunset {
  color: #f36f27 !important;
}

.cloudy-sunset-bg {
  background-color: #f36f27 !important;
}

.plum-day {
  color: #601f5f !important;
}

.plum-day-bg {
  background-color: #601f5f !important;
}

.plum-night {
  color: #9f799f !important;
}

.plum-night-bg {
  background-color: #601f5f !important;
}

.sky {
  color: #74c2e9 !important;
}

.sky-bg {
  background-color: #41AAE0 !important;
}

.cloudy-sky {
  color: #87cbec !important;
}

.cloudy-sky-bg {
  background-color: #87cbec !important;
}

.night {
  color: #393a39 !important;
}

.night-bg {
  background-color: #393a39 !important;
}

.midnight {
  color: #252626 !important;
}

.midnight-bg {
  background-color: #252626;
}

.day {
  color: #807872 !important;
}

.day-bg {
  background-color: #807872 !important;
}

.white-icon {
  color: white !important;
}

.white {
  color: white !important;
  font-family: "HelveticaNeue-medium", Helvetica, sans-serif !important;
}

a.white:hover {
  color: #ed2690 !important;
}

a.white {
  transition: all 0.3s ease;
}

.grey {
  color: #BABABA;
}

a.grey:hover {
  color: #ed2690 !important;
}

a.grey {
  transition: all 0.3s ease;
}

.white-bg {
  background-color: white !important;
}

#phone-icon {
  margin-right: 5px;
  position: relative;
  top: 1px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0 0 0.5em 0;
  font-family: "HelveticaNeue-light", Helvetica, sans-serif;
}

h1 {
  text-transform: capitalize;
}

.hs-input {
  width: 100% !important;
}

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

.t1 {
  font-size: 48px;
}

.t2 {
  font-size: 36px;
}

.t3 {
  font-size: 28px;
}

.t4 {
  font-size: 22px;
}

.t5 {
  font-size: 20px;
}

.t6 {
  font-size: 18px;
}

.t7 {
  font-size: 16px;
}
.t8 {
	font-size: 14px;
}
.uppercase {
  text-transform: uppercase;
}

.short-paragraph {
	max-width: 700px;
}

.viewport-width {
  width: 100%;
}

.viewport-height {
  height: 100%;
}

.object-fit {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.border-radius-20 {
  border-radius: 20px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}
.my-20{
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}
.my-10{
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.px-10{
	padding-left: 10px!important;
	padding-right: 10px!important;
}
.px-20{
	padding-left: 20px!important;
	padding-right: 20px!important;
}
.py-10{
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.py-20{
	padding-top: 20px!important;
	padding-bottom: 20px!important;
}
.px-20-30{
	padding-left: 20px!important;
	padding-right: 30px!important;
}

.px-30{
	padding-left: 30px!important;
	padding-right: 30px!important;
}
.py-30{
	padding-top: 30px!important;
	padding-bottom: 30px!important;
}
.px-40{
	padding-left: 40px!important;
	padding-right: 40px!important;
}

.px-7-percent{
	padding-left: 7%!important;
	padding-right: 7%!important;
}

.py-40{
	padding-top: 40px!important;
	padding-bottom: 40px!important;
}
.pb-30 {
  padding-bottom: 30px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.link-active {
  font-size: 0.9rem !important;
  border-bottom: 2px solid #fff !important;
  font-weight: 500 !important;
  transition: all 0.3s;
}

.title-active {
  border-bottom: 2px solid #fff !important;
  transition: all 0.3s;
}

.btn {
  padding: 9px 20px 11px;
  background-color: #ed1a90;
  color: white;
  font-size: 14px;
  text-decoration: none;
}

.fullheight {
  height: 100%;
}

.fullwidth {
  width: 100%;
}

.footer-contact {
  display: block;
  font-size: 16px !important;
  font-family: "HelveticaNeue-medium", Helvetica, sans-serif !important;
}

.footer-nav ul {
  margin-block-start: 0 !important
}

.mobile-overseas {
	display: none;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
}

.akl-office,
.bop-office,
.footer-nav {
  padding: 20px;
  width: 25%;
}

.akl-office {
  padding-left: 0;
}

.footer-nav ul li a .fab {
  border-radius: 20px;
  font-size: 20px;
  margin-right: 10px;
}

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

.social ul li a .fab {
  border-radius: 20px;
  font-size: 20px;
  margin-right: 10px;
}


.fa-facebook-f {
  padding: 10px 14px;
  background-color: #ed2690;
  transition: all 0.3s;
}

.fa-instagram {
  color: #fff;
  padding: 10px;
  background-color: #ed2690;
  border-radius: 10px;
  transition: all 0.3s;
}

.fa-linkedin-in {
  padding: 10px;
  background-color: #ed2690;
  transition: all 0.3s;
}

.fa-facebook-f:hover {
  background-color: #4267B2;
}

.fa-instagram:hover {
  background: linear-gradient(135deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}

.fa-linkedin-in:hover {
  background-color: #0E76A8;
}


.footer-top li {
  padding: 0;
}

.contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client-logos {
  display: none !important;
}

.client-logos div {
  min-height: 50px;
  position: relative;
}

.client-logos div img {
  max-height: 70px;
  max-width: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-partners {
  display: none !important;
}

.footer-partners img {
  max-width: 250px;
  width: 80%;
}

.footer-title {
  display: none;
}

.footer-cta-btn {
  display: inline-block;
  background-color: #ed2690;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}

.footer-cta-btn>svg {
  width: 40px;
  fill: #fff;
  height: 15px;
  transition: all 0.3s;
  padding-right: 10px;
}

.footer-cta-btn:hover {
  background-color: #252626;
}

.footer-cta-btn:hover>svg {
  transform: translateX(10px);
}

#slideFooter {
  transition: all 0.5s;
}

#sayHi {
  display: block;
}

#sayHi a {
  border: 2px solid #fff;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

#sayHi a:hover {
  background-color: #ed2690;
}

/* ============== Initial Setting ENDS =========== */

/* ============== Menu Setting BEGINS =========== */

.menu-main {
  position: fixed;
  z-index: 201;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: rgba(255, 252, 238, 0.95);
}

.menu-main .menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}

.menu-main .menu-content .menu-right,
.menu-main .menu-content .menu-list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
}

.menu-main .menu-content .menu-right {
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-main .menu-content .menu-right h2 {
  max-width: 500px;
  line-height: 1.5em;
  color: #807872;
  font-weight: 400;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px;
}

.menu-main .menu-content .menu-list {
  padding: 0;
  list-style: none;
}

.menu-main .menu-content .menu-list li {
  width: 100%;
  padding: 0;
  margin: 5px 0;
}

.menu-main .menu-content .menu-list li a {
  padding: 20px 30px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ============== SUB Menu Setting BEGINS =========== */
#service-menu-list-wrap{
	max-height: 0;
	transition: 0.5s;
	visibility: hidden;
	opacity: 0;
}
#about-menu-list-wrap{
	max-height: 0;
	transition: 0.5s;
	visibility: hidden;
	opacity: 0;
}


.sub-menu-list {
  	position: relative;
	width: 100%;
	display:none;
/*   	opacity: 0;
	visibility: hidden; */
  	list-style: none;
  	padding: 0;
	transition: 0.5s;
	
}

/* sub menu open */
.sub-menu-open{
	max-height: 500px!important;
	visibility: visible!important;
	opacity: 1!important;
	transition: 0.5s!important;
}

/* .sub-menu-item {
  border-bottom: 1px solid #fff;
	display: list-item; 
} */

.menu-main .menu-content .menu-list .menu-item .sub-menu-list .sub-menu-item a {
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

/* ====================================================== Menu Setting ENDS =================================================== */

.inner-page-content {
  width: 100%;
  padding: 10vw;
}

/* ====================================================== Header and hamburger menu Setting BEGINS ========================================= */

header {
  position: fixed;
  background-color: transparent;
  height: 100px;
  z-index: 201;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.5s ease;
}

.header-full-height {
  height: 100%;
}

.cls-4,
.cls-2,
.cls-3,
.cls-6 {
  transition: all 0.7s;
}

.header-full-height .twclogo-menubar-desktop .cls-4,
.header-full-height .twclogo-menubar-desktop .cls-2 {
  fill: #231f20;
  transition: all 0.7s;
}

.header-full-height .twclogo-menubar-desktop .cls-3 {
  fill: #ed1a90;
  transition: all 0.7s;
}

.header-full-height .twclogo-menubar-desktop .cls-6 {
  stroke: #ed1a90;
  transition: all 0.7s;
}

header .back-arrow {
  position: absolute;
  right: 10vw;
  top: 20px;
  width: 30px;
}

.twclogo-menubar-desktop {
  z-index: 202;
  -ms-flex-item-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-self: flex-start;
  display: block;
  width: 150px;
  margin: 30px 0 0 30px;
}

header .menu-trigger {
  z-index: 202;
  width: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 5px;
  -ms-flex-item-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-self: flex-start;
  margin: 30px 0 0 3vw;
}

header .menu-trigger .open-menu {
  width: 30px;
  height: 2px;
  border-radius: 5px;
  background-color: white;
  position: relative;
  float: right;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

header .menu-trigger .open-menu-bottom {
  position: relative;
  margin-top: 15px;
  width: 15px;
  height: 2px;
  background: white;
  border-radius: 5px;
  display: block;
  float: right;
  margin-top: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

header .menu-trigger.open .open-menu {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #f69968;
}

header .menu-trigger.open .open-menu-bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1px;
  width: 30px;
  background-color: #f69968;
}

/* ============================================ Header and hamburger menu Setting ENDS =================================================== */

.inner-page-content {
  width: 100%;
  padding: 10vw;
}

.back-arrow-link {
  background-color: rgba(255, 253, 238, 0.9);
  height: 100px;
  position: relative;
  z-index: 9001;
  width: 80%;
  left: 20%;
}

.back-arrow-link .back-arrow {
  position: absolute;
  right: 10vw;
  top: 20px;
  width: 30px;
}

.back-arrow-link .page-title {
  position: absolute;
  right: 10vw;
  top: 50px;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #ed1a90;
  color: #393a39;
  padding-bottom: 2px;
}

/* ======================================== Left Meun Layout Setting START ======================================== */

.lft-mnu-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #807872;
  -webkit-transition: all 0.7s !important;
  -o-transition: all 0.7s !important;
  transition: all 0.7s !important;
  /*   padding-left: 380px; */
}

.inner-content {
  padding-left: 380px;
}


.side-navigator {
  position: fixed;
  float: left;
  height: 100%;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 380px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-navigator-hide{
	width: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.7s;
}

.part-setting {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.category-part-setting {
  padding: 0 5%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.part-1 {
  padding: 0 15%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.part-2 {
  padding: 0 5%;
}

.part-3 {
  padding: 0 5%;
}

.part-4 {
  padding: 0 5%;
}

.part-5 {
  padding: 0 5%;
}

.part-6 {
  padding: 0 5%;
}

.no-image {
  padding: 0 15%;
}

.part-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
}

.image-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.image-area-left {
  margin-right: 5%;
}

.img-area img {
  width: auto;
}

/* ======================================== Left Meun Layout Setting ENDS ======================================== */

/*  ======================================== Left Menu Content setting STARTS  ======================================== */
/* side title setting */
.side-title {
  color: #fff;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.homelogo {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/2020/06/TheWebCo-Icon-White-Black-72ppi.png");
}

.side-content-top {
  width: 250px;
  margin-bottom: 20px;
}

.side-content-bottom {
  margin-top: 20px;
}

/* side image setting */
.side-image {
  width: 270px;
  height: 270px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.side-image-contact {
  background-image: url("/wp-content/uploads/2020/06/apple-device-cellphone-communication-device-594452.jpg");
}

.side-image-marketing {
  background-image: url("/wp-content/uploads/2020/03/HomepageMarketing.jpg");
}

.side-image-webdev {
  background-image: url("/wp-content/uploads/2020/03/HomepageWebDev.jpg");
}

.side-image-magento {
  background-image: url("/wp-content/uploads/2020/03/HomepageMagento.jpg");
}

.side-image-about {
  background-image: url("/wp-content/uploads/2020/10/about-feature.jpg");
}

.side-image-socialmedia {
  background-image: url("/wp-content/uploads/2020/10/shutterstock_1838005900-scaled-e1604022088898.jpg");
}
.side-image-portfolio{
	background-image: url("/wp-content/uploads/2020/12/portfolio-feature.png")
}
/* Link setting */
.cta-btn-marketing {
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}

.cta-btn-marketing>svg {
  width: 40px;
  height: 15px;
  transition: all 0.3s;
  padding-left: 10px;
}

.cta-btn-marketing:hover {
  border-bottom: 2px solid #f3af1c;
}

.cta-btn-marketing:hover>svg {
  transform: translateX(10px);
}

.cta-btn-webdev {
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}

.cta-btn-magento {
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}

.cta-btn-socialmedia {
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}

.cta-btn-socialmedia:hover {
  border-bottom: 2px solid #41AAE0;
}

.cta-btn-socialmedia>svg {
  width: 40px;
  height: 15px;
  transition: all 0.3s;
  padding-left: 10px;
}

.cta-btn-socialmedia:hover>svg {
  transform: translateX(10px);
}

.cta-btn-magento:hover {
  border-bottom: 2px solid #f36f27;
}

.cta-btn-webdev>svg {
  width: 40px;
  height: 15px;
  transition: all 0.3s;
  padding-left: 10px;
}

.cta-btn-magento>svg {
  width: 40px;
  height: 15px;
  transition: all 0.3s;
  padding-left: 10px;
}

.cta-btn-magento:hover>svg {
  transform: translateX(10px);
}


.cta-btn-socialmedia-category:hover {
  border-bottom: 2px solid #41AAE0;
}

.cta-btn-socialmedia-category:hover>svg {
  transform: translateX(10px);
}

.cta-btn-socialmedia-category>svg {
  width: 40px;
  height: 15px;
  transition: all 0.3s;
  padding-left: 10px;
}

.cta-btn-socialmedia-category {
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}


.cta-btn-webdev:hover {
  border-bottom: 2px solid #ed2690;
}

.cta-btn-webdev:hover>svg {
  transform: translateX(10px);
}

.cta-btn-webdev-category:hover {
  border-bottom: 2px solid #ed2690;
}

.cta-btn-webdev-category:hover>svg {
  transform: translateX(10px);
}

.cta-btn-webdev-category>svg {
  width: 40px;
  height: 15px;
  transition: all 0.3s;
  padding-left: 10px;
}

.cta-btn-webdev-category {
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}

.cta-btn-magento-category:hover {
  border-bottom: 2px solid #f36f27;
}

.cta-btn-magento-category:hover>svg {
  transform: translateX(10px);
}

.cta-btn-magento-category>svg {
  width: 40px;
  height: 15px;
  transition: all 0.3s;
  padding-left: 10px;
}

.cta-btn-magento-category {
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}

.cta-btn-marketing-category:hover {
  border-bottom: 2px solid #f3af1c;
}

.cta-btn-marketing-category:hover>svg {
  transform: translateX(10px);
}

.cta-btn-marketing-category>svg {
  width: 40px;
  height: 15px;
  transition: all 0.3s;
  padding-left: 10px;
}

.cta-btn-marketing-category {
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}

.side-content-list {
  list-style-type: none;
  padding-left: 0;
}

.side-content-list li {
  padding: 0.3rem 0;
	transition: 0.5s;
}

.side-content-list li:hover{
	transform: scale(1.2) translateX(15px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.side-content-list li a {
  color: #fff;
  letter-spacing: 1;
  font-weight: 300;
  font-size: 0.8rem;
  border-bottom: 2px solid transparent;
	-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.side-content-list li a:hover {
	  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}

/*  ======================================== Left Menu Content setting ENDS  ======================================== */

/* First Right Section Setting START------------------- */

.back-arrow-link .back-arrow svg path {
  fill: #f69968 !important;
}

.back-arrow-link .page-title {
  border-bottom: 1px solid #f69968;
}

/*  ======================================== Portfolio Page setting STARTS  ======================================== */
.portfolio-case{
  display: flex;
}


.caseImage-full{
  height: 100vh;
  object-fit: cover;
}

.caseImage-full img{
	max-width: none;
	height: 100%;
	object-fit: cover; 
	width: 100%;
}
.logo-ontop{
	max-width: 300px!important;
	height: auto!important;
	object-fit: initial!important; 
	width: auto!important;
	position: absolute;
	top: 10%;
	left: 55%;
	transform: translate(-125% , 0%);
}


.caseImage-side img{
	max-width: none;
	height: 100%;
	object-fit: cover; 
	width: 100%;
}
.case-logo-intro{
	padding: 7% 5%;
	height: auto;
	display: flex;
	justify-content: top;
	align-items: flex-start;
	flex-direction: column;
}
.case-logo-intro img{
	margin: 5% 4%;
	width: 40%;
}
.case-logo-intro .case-text{
	color: #fff;
	margin: 0 4%;
}

.web-link-portfolio {
	text-decoration: none !important;
	padding-top: 4%;
	font-weight: 600;
}
.web-link-portfolio a {
	color: white !important;
}

/*  ======================================== Portfolio Page setting ENDS  ======================================== */

/*  ======================================== Contact Page setting STARTS  ======================================== */
.contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: start;
  align-items: start;
  background-color: #fffef0;
}

.contact-padding {
  padding-bottom: 20px;
  line-height: 1.5em;
}

.contact-icon {
  width: 20px;
  margin-bottom: -5px;
  margin-right: 1rem;
}

/* Contact form styling */
.gform_fields{
	list-style: none;
	padding-left: 0;
	
}
li.gfield{
	margin-top: 15px;
}
div.ginput_container{
	margin-top: 8px;
}

.web-dev-contact-form .gfield_label,
.marketing-contact-form .gfield_label,
.magento-contact-form .gfield_label,
.contact-us-form .gfield_label
{
  font-size: 16px;
  font-weight: 500;
}

.web-dev-contact-form .ginput_container input,
.marketing-contact-form .ginput_container input,
.magento-contact-form .ginput_container input,
.contact-us-form .ginput_container input{
  width: 100%!important;
  background-color: #FFFEF9;
  border: none;
}

.web-dev-contact-form .ginput_container input:focus,
.marketing-contact-form .ginput_container input:focus,
.magento-contact-form .ginput_container input:focus,
.contact-us-form .ginput_container input:focus{
  border: none;
  outline-width: 0;
  transition: all 0.3s;
}

.web-dev-contact-form .ginput_container textarea,
.marketing-contact-form .ginput_container textarea,
.magento-contact-form .ginput_container textarea,
.contact-us-form .ginput_container textarea{
	width: 100%;
  background-color: #FFFEF9;
  border: none;
}

.web-dev-contact-form .ginput_container textarea:focus,
.marketing-contact-form .ginput_container textarea:focus,
.magento-contact-form .ginput_container textarea:focus,
.contact-us-form .ginput_container textarea:focus{
  border: none;
  outline-width: 0;
  transition: all 0.3s;
}

.web-dev-contact-form .gform_button,
.marketing-contact-form .gform_button,
.magento-contact-form .gform_button,
.contact-us-form .gform_button{
  border: 0px;
  padding: 10px 30px;
  color: #fff;
}

/*  ======================================== Contact Page setting ENDS  ======================================== */

/* Web development contact form */

.contact-us-form .ginput_container input,
.web-dev-contact-form .ginput_container input {
  border-bottom: 1px solid #ed2690;
}
.contact-us-form .ginput_container input:focus,
.web-dev-contact-form .ginput_container input:focus {
  border-bottom: 4px solid #ed2690;
}
.contact-us-form .ginput_container textarea,
.web-dev-contact-form .ginput_container textarea {
  border-bottom: 1px solid #ed2690;
}
.web-dev-contact-form .ginput_container textarea:focus,
.contact-us-form .ginput_container textarea:focus{
  border-bottom: 4px solid #ed2690;
}

.web-dev-contact-form .gform_button,
.contact-us-form .gform_button{
  background-color: #ed2690;
	cursor:pointer;
}

/* marketing contact form */
.marketing-contact-form .ginput_container input,
.marketing-contact-form .ginput_container textarea{
  border-bottom: 1px solid #f3af1c;
}

.marketing-contact-form .ginput_container input:focus,
.marketing-contact-form .ginput_container textarea:focus{
  border-bottom: 4px solid #f3af1c;
}

.marketing-contact-form .gform_button {
  background-color: #f3af1c;
		cursor:pointer;
}

/* magento contact form */
.magento-contact-form .ginput_container input,
.magento-contact-form .ginput_container textarea{

  border-bottom: 1px solid #f36f27;
}

.magento-contact-form .ginput_container input:focus,
.magento-contact-form .ginput_container textarea:focus{
  border-bottom: 4px solid #f36f27;
}

.magento-contact-form .gform_button {
  background-color: #f36f27;
		cursor:pointer;
}

/* contact us page contact form */
.contact-form{
	margin: 0 40px;
}
.contact-us-form .gfield_select {
  border: none;
  font-family: helvetica;
  font-size: 18px;
  border-bottom: 1px solid #ed2690;
  width: 100% !important;
}

.contact-us-form .gfield_select:focus {
  border-color: #ed2690;
  width: 100% !important;
}
/* t&c pages form */
#input_13_8_1{
	width: auto;
}

/* post styling */
.side-content-bottom .attachment-post-thumbnail{
	object-fit: cover;
}


#single-post div:first-child{
	align-self: start;
	background-color: inherit;
	margin: 20px 0;
}
#single-post div .back-to-blog-btn{
	display: inline-block;
	font-size: 20px;
cursor: pointer;
border-bottom: 2px solid transparent;
color: #333;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
text-align: left;
}
#single-post div .back-to-blog-btn:hover{
	border-bottom: 2px solid #ed2690;
	transition: 0.3s;
}

#single-post div .back-to-blog-btn svg{
	width: 40px;
height: 15px;
transition: all 0.3s;
padding-left: 10px;
}

#single-post .post-content-wrap{
	background-color: #EFEEE4;
	border-radius: 0 0 20px 20px;
	max-width: 1030px;
}
#single-post .post-content-wrap .post-meta{
	text-decoration: none;
	color: inherit;
	display: flex;
    align-items: center;
	font-size: 12pt;
	line-height: 1.8 !important;
	font-family: HelveticaNeue-Medium;
}

#single-post .post-content-wrap p a{
	display: inline-block;
	color: #ed2690;
	border-bottom: 2px solid rgba(0,0,0,0);
	transition: 0.3s;
}
#single-post .post-content-wrap p a:hover{
	border-bottom: 2px solid #ed2690;
	transition: 0.3s;
}
#single-post .post-meta span a{
	color: inherit;
}
#single-post p{
	line-height: 1.5em;
	margin-bottom: 10px;
}

#single-post h1 {
	color: #ed2690 !important;
}

#single-post h2{
	margin: 20px 0 5px 0;
}

#single-post h3 {
	margin: 20px 0 5px 0;
}

#single-post .post-cover{
	background-color: #EFEEE4;
	padding-bottom: 20px;
	border-radius: 20px 20px 0 0;
	max-width: 1030px;
	width: 100%;
}

#single-post .post-cover img{
	border-radius: 20px;
	box-shadow: 0px 10px 20px rgb(29 41 41 / 30%);
		width: 100%;
}


#single-post .text-publish-date,.text-views {
	display: flex;
	align-items: center;
}

#single-post svg {
	margin-right: 5px;
}

#single-post .categories {
	text-transform: uppercase;
}

/* blogs styling */
#blogs{
	padding: 80px;
	align-items: center;
}

#blogs a{
	text-decoration: none;
	color: inherit;
	height: 100%;
}
#blogs .post{
	margin: 20px 0;
	border-radius: 20px;
	background-color: #EFEEE4;
	max-width: 1030px;
	height: 140px;
}
#blogs .post .post-meta-wrap .post-content{
	display: none;
	color: #414B5A;
}
#blogs .post .post-image{
	width: 18%;
	max-width: 150px;
	padding: 0 10px 0 0;
	height: 100%;
}
#blogs .post .post-image a img{
	object-fit: cover;
	border-radius: 20px;
	height: 100%;
	box-shadow: 5px 0px 20px rgb(29 41 41 / 25%);
}
#blogs .post .post-meta-wrap{
	width: 40%;
/* 	background: #EFEEE4; */
	border-radius:20px;
	align-content: center;
}
#blogs .post .post-meta-wrap .post-category,
#blogs .post .post-meta-wrap .title,
#blogs .post .post-meta-wrap .post-meta{
	width: 100%;
}

#blogs .post .post-article{
	background: #E0DFD3;
	width: 45%;
	border-radius: 20px;
	color: #414B5A;
}
#blogs .post .post-article a{
	height: auto;
}
#blogs .post:first-child{
	background-color: #EFEEE4;
	height: 250px;
}
#blogs .post:first-child .post-image{
	max-width: 300px;
	width: 30%;
	height: 100%;
}

#blogs .post:first-child .post-meta-wrap{
	width: 70%;
	border-radius: 0 20px 20px 0;
}
#blogs .post:first-child .post-meta-wrap .post-category,
#blogs .post:first-child .post-meta-wrap .title,
#blogs .post:first-child .post-meta-wrap .post-content,
#blogs .post:first-child .post-meta-wrap .post-meta{
	width: 100%;
	display: block;
}
#blogs .post:first-child .post-meta-wrap .post-meta{
	display: flex;
}
#blogs .post:first-child .post-article{
	display: none;
}

