@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap');
/*font-family: 'Barlow Condensed', sans-serif;*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
   font-family: 'Poppins', sans-serif !important;
}
body {
  color: #242424 !important;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
}
a {
  text-decoration: none !important;
}
ul{
    list-style:none;
}
.tmar-30{
    margin-top: 30px;
}
header .clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header.sticky {
    padding: 15px 0;
}
body p,
.calavaxian-sec .content .cal-text,
.main-overview-sec .over-para
{
    font-size: 16px !important;
    line-height: 26px !important;
    color: #444444 !important;
    font-weight:300 !important;
}
.bg-grey{
    background-color:#f6f6f6 !important;
    padding:50px 0;
}
/* ****************************************************** */
.btn.btn-business {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #fff;
  outline: none;
  padding: 0 35px;
  cursor: pointer;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: linear-gradient(135deg, #001965 0%, #0098f5 100%);
  text-transform: capitalize;
  transition: all .5s ease;
}
.btn.btn-business:hover {
  color: #fff;
  transition: all .5s ease;
  opacity: .8;
}
.btn.btn-main {
  color: #fff;
  border-radius: 15px;
  text-transform: capitalize;
  font-size: 20px;
  padding: 12px 35px;
  border: 2px solid;
}
.btn.btn-main:hover {
  background: #Fff;
  color: #2c3b71;
  transition: .5s;
}
/* **************************************************** */
/*Extra-bold*/
/*Extra-bold*/
/*Bold*/
.calavaxian-sec h3 span,
.main-services-sec h3,
.portf-sec h3,
.main-services-sec .service-box h2,
.main-help-sec h3,
.main-help-sec ul li h6,
.advice_immediate_help h4,
.advice_immediate_help h3 a,
.main-packs-sec .pack-box h2,
.main-packs-sec h3,
.main-work-sec h4,
.btn.btn-business,
footer h5,
.caseStudySlider h3,
.main-banner .textSection h1,
.casesBox .viewMobile,
.main-overview-sec .over-hd {
  font-weight: 700;
}
/*Bold*/
/*Semi-bold*/
.calavaxian-sec h3 {
  font-weight: 600;
}
/*Semi-bold*/
/*Regular*/
{
  font-weight: 400;
}
/*Regular*/
/*Thin*/
.calavaxian-sec .content .cal-text,
.main-services-sec .service-box p.box-t,
.main-services-sec p.serve-t,
.main-help-sec p.help-t,
.main-help-sec p.ul-t,
.advice_immediate_help p,
.main-packs-sec p.pack-t,
footer ul li,
.caseStudySlider p,
.main-banner .textSection h1 span,
.main-banner .textSection h4 {
  font-weight: 300;
}
/*Thin*/
/* HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 0 0 0;
  -webkit-transition: background 150ms cubic-bezier(.645, .045, .355, 1);
  -o-transition: background 150ms cubic-bezier(.645, .045, .355, 1);
  transition: background 300ms cubic-bezier(.645, .045, .355, 1);
  -webkit-transition: background-color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out;
  transition: background-color 0.6s ease-out;
}
.header .container {
  z-index: 2
}
.header .logo {
  position: relative;
  z-index: 1;
  float: left;
  padding: 0px 0 0px 0px;
}
.header .logo a img {
  max-width: 100%;
}
.header .logo a {
  display: block;
  outline: none;
  position: relative;
}
h4.p-title,
h3.p-title {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #012a5e;
    margin: 15px 0 25px 0;
}
@media(max-width:480px) {
  .header .logo a {
    width: 145px;
    margin-top: 7px;
  }
}
@media(max-width:360px) {
  .header .logo a {
    width: 170px;
    margin-top: 0;
  }
}
@media(max-width:1024px) {
  .header .logo {
    padding-left: 0
  }
}
@media(max-width:600px) {
  .header .logo {
    padding: 0
  }
}
.header .headerNav {
  position: relative;
  text-align: right;
  padding: 0px 0;
  width:100%;
}
.header .headerNav ul.contact-nav {
  padding: 0;
/*  margin: 0px 85px 0 0;
  text-align: center;*/
}
.header .headerNav ul.contact-nav li {
  font-size: 15px;
  color: #fff;
  padding: 0 14px;
}
.header .headerNav ul.contact-nav li i {
  position: relative;
  right: 10px;
}
.header .headerNav ul.contact-nav li a {}
.header .headerNav ul {
  margin: 0;
  padding: 0;
}
.header .headerNav ul li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 0 14px;
  line-height: 41px;
  vertical-align: middle;
}
.header .headerNav ul li.noPadding {
  padding: 0
}
.header .headerNav ul li.phone_icon {
  display: none
}
.header .headerNav ul li.phone_icon a {
  display: block;
  font-size: 28px;
  padding: 0 10px
}
.header .headerNav ul li.phone_icon a i {
  display: block;
  margin-top: 3px
}
.header .headerNav ul li a {
  position: relative;
  display: block;
  color: #fff;
  text-transform: capitalize;
}
.header .headerNav ul li a:not(.noAfter):after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out
}
.header .headerNav ul li a.btnAnimated {
  font-weight: 700;
  font-size: 13px;
  color: #000;
  text-transform: uppercase
}
.header .headerNav ul li a.esti_icon {
  display: block;
  width: 30px;
  cursor: pointer;
  background: url("../images/estimate_icon-white.svg") center no-repeat;
  background-size: 30px
}
.show_on_desktop {
  display: none!important
}
@media(max-width:1199px) {
  .show_on_desktop {
    display: inline-block!important
  }
}
.show_on_desktopSmall {
  display: none!important;
}
@media(max-width:1024px) {
  .show_on_desktopSmall {
    display: inline-block!important
  }
}
@media(max-width:360px) {
  .header .headerNav ul li a.esti_icon {
    background-size: 20px
  }
}
.header .headerNav ul li a.menuBtn {
  position: relative;
  width: 33px;
  height: 26px;
  cursor: pointer;
  margin-left: 20px;
  z-index: 50;
  -webkit-transition: all 20ms cubic-bezier(.4, 0, .2, 1);
  -o-transition: all 20ms cubic-bezier(.4, 0, .2, 1);
  transition: all 20ms cubic-bezier(.4, 0, .2, 1);
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms
}
@media(max-width:480px) {
  .header .headerNav ul li a.menuBtn {
    margin-left: 10px
  }
}
.header .headerNav ul li a.menuBtn span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 33px;
  height: 3px;
  z-index: 1;
  background: #fff;
  -webkit-transition: left 300ms cubic-bezier(.4, 0, .2, 1);
  -o-transition: left 300ms cubic-bezier(.4, 0, .2, 1);
  transition: left 300ms cubic-bezier(.4, 0, .2, 1)
}
.header .headerNav ul li a.menuBtn span:last-child {
  top: 22px
}
.header .headerNav ul li a.menuBtn span.cross {
  top: 9px;
  left: 7px;
  z-index: 2;
  background: none
}
.header .headerNav ul li a.menuBtn span.cross:before,
.header .headerNav ul li a.menuBtn span.cross:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: all 350ms cubic-bezier(.4, 0, .2, 1);
  -o-transition: all 350ms cubic-bezier(.4, 0, .2, 1);
  transition: all 350ms cubic-bezier(.4, 0, .2, 1)
}
.header .headerNav ul li a.menuBtn:hover span.cross {
  left: 0
}
.header .headerNav ul li a.menuBtn.is-active span:first-child {
  opacity: 0
}
.header .headerNav ul li a.menuBtn.is-active span:last-child {
  opacity: 0
}
.header .headerNav ul li a.menuBtn.is-active span.cross {
  height: 26px;
  top: 0;
  left: 0
}
.header .headerNav ul li a.menuBtn.is-active span.cross:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.header .headerNav ul li a.menuBtn.is-active span.cross:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
.header .headerNav ul li .customDropDown {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  width: 240px;
  text-align: left;
  padding-top: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 650ms cubic-bezier(.76, 0, .11, 1);
  -o-transition: all 650ms cubic-bezier(.76, 0, .11, 1);
  transition: all 650ms cubic-bezier(.76, 0, .11, 1);
  -webkit-transition-timing-function: cubic-bezier(.76, 0, .31, 1);
  -o-transition-timing-function: cubic-bezier(.76, 0, .31, 1);
  transition-timing-function: cubic-bezier(.76, 0, .31, 1)
}
.header .headerNav ul li .customDropDown:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 25px;
  width: 21px;
  height: 13px;
  background: url("../images/top_caret.png") no-repeat
}
.header .headerNav ul li .customDropDown li {
  display: block;
  font-size: 14px;
  padding: 0;
  line-height: 20px;
  background: #012a5e;
  border-bottom: solid #09428a 1px
}
.header .headerNav ul li .customDropDown li:last-child {
  border-bottom: none
}
.header .headerNav ul li .customDropDown li a {
  color: #fff;
  padding: 15px
}
.header .headerNav ul li .customDropDown li a:hover {
  background: #ef323a;
  color: #fff;
}
.header .headerNav ul li .customDropDown li .customDropDownSub {
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0;
  width: 240px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 650ms cubic-bezier(.76, 0, .11, 1);
  -o-transition: all 650ms cubic-bezier(.76, 0, .11, 1);
  transition: all 650ms cubic-bezier(.76, 0, .11, 1);
  -webkit-transition-timing-function: cubic-bezier(.76, 0, .31, 1);
  -o-transition-timing-function: cubic-bezier(.76, 0, .31, 1);
  transition-timing-function: cubic-bezier(.76, 0, .31, 1)
}
.header .headerNav ul li .customDropDown li:hover .customDropDownSub {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}
.header .headerNav ul li:hover a:not(.noAfter):after {
  width: 40px
}
.header .headerNav ul li:hover .customDropDown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}
.header.white,
.header.sticky {
  background: #0b0f51;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06)
}
.header.white .btnAnimated.white,
.header.sticky .btnAnimated.white {
  background: #f6c920;
  color:#000;
}
.header.white .logo a {
  background-image: url("../images/header-main-logo-sticky.png");
}
.header.white .headerNav ul li,
.header.sticky .headerNav ul li {
  color: #012a5e
}
.header.white .headerNav ul li a {
  color: #012a5e
}
.header.sticky .headerNav ul li a{
    color:#fff;
}
.header.white .headerNav ul li a:not(.noAfter):after,
.header.sticky .headerNav ul li a:not(.noAfter):after {
  background: #012a5e
}
.header.white .headerNav ul li a.esti_icon,
.header.sticky .headerNav ul li a.esti_icon {
  background-image: url("../images/estimate_icon.svg")
}
.header.white .headerNav ul li a.menuBtn span,
.header.sticky .headerNav ul li a.menuBtn span {
  background: #012a5e
}
.header.white .headerNav ul li a.menuBtn span.cross,
.header.sticky .headerNav ul li a.menuBtn span.cross {
  background: none
}
.header.white .headerNav ul li a.menuBtn span.cross:before,
.header.white .headerNav ul li a.menuBtn span.cross:after,
.header.sticky .headerNav ul li a.menuBtn span.cross:before,
.header.sticky .headerNav ul li a.menuBtn span.cross:after {
  background: #012a5e
}
.header.white .headerNav ul li a.is-active.menuBtn span,
.header.sticky .headerNav ul li a.is-active.menuBtn span {
  background: #fff
}
.header.white .headerNav ul li a.is-active.menuBtn span.cross,
.header.sticky .headerNav ul li a.is-active.menuBtn span.cross {
  background: none
}
.header.white .headerNav ul li a.is-active.menuBtn span.cross:before,
.header.white .headerNav ul li a.is-active.menuBtn span.cross:after,
.header.sticky .headerNav ul li a.is-active.menuBtn span.cross:before,
.header.sticky .headerNav ul li a.is-active.menuBtn span.cross:after {
  background: #fff
}
.header.white .headerNav ul li.menuIcon i,
.header.sticky .headerNav ul li.menuIcon i {
  background: url("../images/sprite.png") -619px 0 no-repeat
}
@media(max-width:360px) {
  .header {
    padding: 15px 0
  }
  .header .container {
    padding-left: 5px;
    padding-right: 5px
  }
}
.btnAnimated {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  line-height: 42px;
  text-align: center;
  padding: 0 25px 0 50px;
  background: #ef323a;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: 700;
}
.btnAnimated:before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  top: 11px;
  left: 19px;
  z-index: -1;
  pointer-events: none;
  background-color: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff
}
.btnAnimated:after {
  position: absolute;
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  top: 10px;
  left: 18px;
  z-index: -1;
  pointer-events: none;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 6px #fff;
  box-shadow: inset 0 0 0 6px #fff;
}
.btnAnimated:hover {
  color: #fff
}
.btnAnimated:hover:before {
  -webkit-transition: all .5s ease-in-out .2s;
  -o-transition: all .5s ease-in-out .2s;
  transition: all .5s ease-in-out .2s;
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0)
}
.btnAnimated:focus {
  outline: none
}
.btnAnimated.white {
  background: #f6c920;
}
.btnAnimated.white:before {
  -webkit-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
}
.btnAnimated.white:after {
    -webkit-box-shadow: inset 0 0 0 6px #000000;
    box-shadow: inset 0 0 0 6px #000000;
}
.btnAnimated.white:hover:before {
  -webkit-box-shadow: 0 0 0 30px rgba(63, 90, 123, 0);
  box-shadow: 0 0 0 30px rgba(63, 90, 123, 0)
}
.get_estimate .btnAnimated {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  animation: fade-shadow 6s infinite
}
.sticky .get_estimate .btnAnimated,
.white .get_estimate .btnAnimated {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  animation: fade-shadow-sticky 6s infinite
}
/* homeSection */
/* MAIN-BANNER */
.main-banner {
  background: url("/custom-logo-design/assets/images/bannerlp.jpg");
  background-repeat: no-repeat;
  height: 910px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-banner .textSection {
  position: relative;
  z-index: 1;
}
.btn.btn-home-banner{
  color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 0 2px #f6c920 inset;
  box-shadow: 0 0 0 3px #f6c920 inset;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 50px;
}
.main-banner .textSection .type-wrap {
  min-height: 120px;
}
.main-banner .textSection h1 {
  font-size: 60px;
  color: #fff;
  line-height: 60px;
}
.main-banner .textSection h1 span {
  display: block;
  font-size: 43px;
  font-weight: 400;
  color: #fff;
}
.main-banner .textSection h1 {
  font-size: 60px;
  color: #f6c920;
  line-height: 50px;
  text-transform: capitalize;
}
.typed-cursor {
  display: none;
  font-size: 70px;
  opacity: 1;
  font-weight: 100;
  -webkit-animation: move .5s ease infinite alternate;
  -khtml-animation: move .5s ease infinite alternate;
  -moz-animation: move .5s ease infinite alternate;
  -ms-animation: move .5s ease infinite alternate;
  -o-animation: move .5s ease infinite alternate;
  animation: move .5s ease infinite alternate;
}
.main-banner .textSection h4 {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  margin: 0;
  /*width: 65%;*/
}
.main-banner .textSection .scrollMouse {
  margin-top: 0;
  top: 175px;
}
.scrollMouse {
  position: relative;
  display: block;
  width: 28px;
  height: 45px;
  cursor: pointer;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 3px #f6c920 inset;
}
.scrollMouse .smInner {
  display: block;
  position: absolute;
  width: 8px;
  height: 12px;
  top: 8px;
  left: 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.scrollMouse .smDot {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
/* MAIN-BANNER */
/*header sticky*/
.header.sticky .contact-nav{
  display: none;
}
/*header sticky*/
/* LOGOS */
.caseStudySlider .slick-prev:before{
  content: "\f053" !important;
  color: #fff;
}
.caseStudySlider .slick-next:before{
  content: "\f054" !important;
  color: #e40000 ;
}
.caseStudySlider .slick-prev:before, 
.caseStudySlider .slick-next:before{
  position: absolute;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 18px !important;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.casesBox {
  position: relative;
  z-index: 100;
  padding: 40px 0;
  margin: -70px auto 0px;
  /* width: 86%; */
  background: #f6c920;
}
.casesBox .viewMobile {
  display: none;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  margin-bottom: 0;
  line-height: 28px;
  text-align: center;
}
.casesBox ul {
  /* text-align: center; */
  margin: 0;
}
.casesBox ul li {
  display: inline-block;
  width: 13.5%;
  vertical-align: middle;
}
.casesBox ul li img {
  max-width: 100%;
  filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(7%) hue-rotate(89deg) brightness(105%) contrast(100%);
}
.casesBox ul li .btnAnimated {
  padding: 0px 26px 0 50px;
  font-size: 14px;
  line-height: 42px;
}
.btnAnimated:before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  top: 11px;
  left: 19px;
  z-index: -1;
  pointer-events: none;
  background-color: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
}
.btnAnimated {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  line-height: 42px;
  text-align: center;
  padding: 0 25px 0 50px;
  background: #0b0f51;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btnAnimated:after {
  position: absolute;
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  top: 10px;
  left: 18px;
  z-index: -1;
  pointer-events: none;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 6px #fff;
  box-shadow: inset 0 0 0 6px #fff;
}
/* LOGOS */
/* CALAVAXIAN SECTION */
.calavaxian-sec {
  padding: 60px 0;
}
.calavaxian-sec h3 {
  font-size: 50px;
  margin: 0;
  line-height: 58px;
}
.calavaxian-sec h3 span {
  display: block;
}
.calavaxian-sec .content {
  /* position: absolute; */
  padding: 0 0 0 68px;
}
.calavaxian-sec .content:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #e5e5e5;
  height: 122px;
  width: 1px;
}
.calavaxian-sec .content .cal-text {
  font-size: 16px;
  line-height: 26px;
  color: #444444;
}
/* CALAVAXIAN SECTION */
/*SERVICES SECTION*/
.main-services-sec {
  background-color: #f7f7f7;
  text-align: center;
  padding: 75px 0 100px 0px;
}
.main-services-sec h4,
.main-packs-sec h4,
.portf-sec h4 {
  font-size: 21px;
  margin: 0;
}
.main-services-sec h3,
.main-packs-sec h3,
.portf-sec h3 {
  font-size: 36px;
  margin: 10px;
}
.main-services-sec p.serve-t {
  font-size: 18px;
  line-height: 26px;
  padding: 0 140px;
  margin: 10px 0;
  font-weight: 400;
}
.main-services-sec .item {
  margin: 12px;
}
.main-services-sec .service-box {
  background-color: #fff;
  padding: 33px 18px;
  border: 2px solid #e1e1e1;
  border-radius: 16px;
  transition: all .5s ease;
  min-height: 413px;
}
.main-services-sec .service-box:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(202, 202, 202, 0.75);
}
.main-services-sec .ad-box {}
.main-services-sec .service-box .img-box {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main-services-sec .service-box .img-box img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0) saturate(100%) invert(7%) sepia(74%) saturate(4246%) hue-rotate(237deg) brightness(74%) contrast(104%);
}
.main-services-sec .service-box h2 {
  font-size: 20px;
  line-height: 40px;
  margin: 10px 0;
}
.main-services-sec .service-box p.box-t {
  margin: 0;
  font-size: 15px;
  line-height: 23px;
}
.main-services-sec .slick-prev.slick-arrow {
  position: absolute !important;
  width: 18px;
  height: 60px;
  background-color: #e2e2e2;
  top: 50%;
  left: -5px;
  color: #fff !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px 0px 0px 8px;
  z-index: 1;
}
.main-services-sec .slick-next.slick-arrow {
  position: absolute;
  width: 18px;
  height: 60px;
  top: 50%;
  right: -5px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #e1e1e1;
  color: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0 8px 8px 0;
}
.main-services-sec .slick-prev.slick-arrow:hover,
.main-services-sec .slick-next.slick-arrow:hover {
  background-color: #454545;
  transition: .6s;
}
.main-services-sec .slick-prev:before {
  position: absolute;
  font-family: "Font Awesome 5 Free" ! important;
  font-weight: 900;
  content: "\f053" !important;
  color: #fff;
  font-size: 14px !important;
  left: 3px;
}
.main-services-sec .slick-next:before {
  position: absolute;
  font-family: "Font Awesome 5 Free" ! important;
  font-weight: 900;
  content: "\f054" !important;
  color: #fff;
  font-size: 14px !important;
  right: 3px;
}
/*SERVICES SECTION*/
/*case studies*/
.caseStudySlider {
  position: relative;
  z-index: 1;
  padding: 80px 0 0;
  text-align: center;
}
.caseStudySlider h3 {
  font-size: 45px;
  line-height: 40px;
  margin: 0;
}
.caseStudySlider p {
  font-size: 18px;
  line-height: normal;
  margin: 10px 0 30px 0;
  font-weight: 400;
}
.caseStudySlider .csHomeWrapper {
  padding: 0
}
.caseStudySlider .csHomeWrapper .cshomeSlide {
  position: relative;
  max-width: 449px;
  float: left;
  z-index: 1;
  outline: none;
  overflow: hidden;
  border: solid #fff 4px
}
.caseStudySlider .csHomeWrapper .cshomeSlide figure img {
  display: block;
  width: 100%
}
.caseStudySlider .csHomeWrapper .cshomeSlide .logoBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  padding: 100px 0 30px;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .65) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}
.caseStudySlider .csHomeWrapper .cshomeSlide .logoBox img {
  display: inline-block
}
@media(max-width:1199px) {
  .caseStudySlider .csHomeWrapper .cshomeSlide .logoBox img {
    width: 180px
  }
}
.caseStudySlider .csHomeWrapper .cshomeSlide .hoverDir {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  height: 100%;
  /*background: rgba(1, 42, 94, .9)*/
}
.caseStudySlider .csHomeWrapper .cshomeSlide .hoverContent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  text-align: center;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out
}
.caseStudySlider .csHomeWrapper .cshomeSlide .hoverContent p {
  color: #fff !important;
  padding: 160px 40px 40px;
}
@media(max-width:1500px) {
  .caseStudySlider .csHomeWrapper .cshomeSlide .hoverContent p {
    padding: 180px 40px 40px
  }
}
@media(max-width:1366px) {
  .caseStudySlider .csHomeWrapper .cshomeSlide .hoverContent p {
    padding: 140px 20px 20px
  }
}
@media(max-width:1199px) {
  .caseStudySlider .csHomeWrapper .cshomeSlide .hoverContent p {
    font-size: 14px;
    padding: 120px 20px 20px
  }
}
.caseStudySlider .csHomeWrapper .cshomeSlide .hoverContent .btnSimple:hover {
  background: #fff;
  color: #012a5e
}
.caseStudySlider .csHomeWrapper .cshomeSlide .customHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  -webkit-transition: background 400ms cubic-bezier(.645, .045, .355, 1);
  -o-transition: background 400ms cubic-bezier(.645, .045, .355, 1);
  transition: background 400ms cubic-bezier(.645, .045, .355, 1)
}
.caseStudySlider .csHomeWrapper .cshomeSlide .customHover h3,
.caseStudySlider .csHomeWrapper .cshomeSlide .customHover h3 a {
  font-size: 36px;
  padding-top: 50%;
  color: #000;
}
.caseStudySlider .csHomeWrapper .cshomeSlide:hover .customHover h3 a {
  color: #fff;
}
@media(max-width:1024px) {
  .caseStudySlider .csHomeWrapper .cshomeSlide .customHover h3 {
    font-size: 24px
  }
}
@media(max-width:480px) {
  .caseStudySlider .csHomeWrapper .cshomeSlide .customHover h3 {
    font-size: 18px
  }
}
.caseStudySlider .csHomeWrapper .cshomeSlide .customHover .btnAnimated {
  color: #fff;
  padding: 0 40px;
  border-radius: 40px;
  background: #4385f5;
  border-color: #4385f5
}
@media(max-width:768px) {
  .caseStudySlider .csHomeWrapper .cshomeSlide .customHover .btnAnimated {
    display: block;
    padding: 0;
    width: 70%;
    margin: 0 auto
  }
}
@media(max-width:480px) {
  .caseStudySlider .csHomeWrapper .cshomeSlide .customHover .btnAnimated {
    font-size: 14px;
    line-height: 36px
  }
}
.caseStudySlider .csHomeWrapper .cshomeSlide:hover .logoBox {
  top: 70px;
  bottom: auto;
  padding: 30px 0;
  background: none
}
@media(max-width:1500px) {
  .caseStudySlider .csHomeWrapper .cshomeSlide:hover .logoBox {
    top: 30px
  }
}
@media(max-width:1366px) {
  .caseStudySlider .csHomeWrapper .cshomeSlide:hover .logoBox {
    top: 10px
  }
}
.caseStudySlider .csHomeWrapper .cshomeSlide:hover .hoverContent {
  opacity: 1;
  visibility: visible
}
.caseStudySlider .csHomeWrapper .cshomeSlide:hover .customHover {
  background: #012a5e
}
.caseStudySlider .csHomeWrapper .cshomeSlide:hover .customHover h3 {
  color: #fff
}
.caseStudySlider .csHomeWrapper .cshomeSlide:hover .customHover .btnSimple {
  background: #fff;
  color: #012a5e
}
@media(max-width:1024px) {
  .caseStudySlider .csHomeWrapper .cshomeSlide .logoBox {
    top: 70px;
    bottom: auto;
    padding: 30px 0;
    background: none
  }
}
@media(max-width:1024px)and (max-width:1500px) {
  .caseStudySlider .csHomeWrapper .cshomeSlide .logoBox {
    top: 30px
  }
}
@media(max-width:1024px)and (max-width:1366px) {
  .caseStudySlider .csHomeWrapper .cshomeSlide .logoBox {
    top: 10px
  }
}
@media(max-width:1024px) {
  .caseStudySlider .csHomeWrapper .cshomeSlide .hoverContent {
    opacity: 1;
    visibility: visible;
    background: rgba(1, 42, 94, .9)
  }
  .caseStudySlider .csHomeWrapper .cshomeSlide .customHover {
    background: #012a5e
  }
  .caseStudySlider .csHomeWrapper .cshomeSlide .customHover h3 {
    color: #fff
  }
  .caseStudySlider .csHomeWrapper .cshomeSlide .customHover .btnSimple {
    background: #fff;
    color: #012a5e
  }
}
.caseStudySlider .csHomeWrapper .slick-prev,
.caseStudySlider .csHomeWrapper .slick-next {
  top: 3px;
  left: auto;
  right: 115px;
  width: 40px;
  height: 40px;
  color: #333;
  z-index: 99;
  background: #f6f5f5;
  border: solid #e0e0e0 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.caseStudySlider .csHomeWrapper .slick-prev:before,
.caseStudySlider .csHomeWrapper .slick-next:before {
  font-size: 27px
}
.caseStudySlider .csHomeWrapper .slick-prev:hover,
.caseStudySlider .csHomeWrapper .slick-next:hover {
  border-color: #012a5e;
  background: #012a5e;
  color: #fff
}
.caseStudySlider .csHomeWrapper .slick-prev {
  color: #fff;
  background: #012a5e;
  border-color: #012a5e
}
.caseStudySlider .csHomeWrapper .slick-next {
  right: 70px
}
@media(max-width:600px) {
  .caseStudySlider {
    padding-top: 40px
  }
  .caseStudySlider .headingBox {
    margin-bottom: 60px
  }
  .caseStudySlider .csHomeWrapper .slick-prev {
    left: 20px
  }
  .caseStudySlider .csHomeWrapper .slick-next {
    left: 65px
  }
}
.cshomeSlide figure {
  margin-bottom: 0;
  position:relative;
}
.btnSimple {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #fff;
  outline: none;
  padding: 0 35px;
  cursor: pointer;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: linear-gradient(135deg, #001965 0%, #0098f5 100%);
}
/*case studies*/
/* HELP SECTION */
.main-help-sec {
  color: #012a5e;
  padding: 90px 0;
}
.main-help-sec h3 {
  font-size: 45px;
  line-height: 40px;
  margin: 0;
}
.main-help-sec p.help-t {
  font-size: 17px;
  line-height: 26px;
  margin: 30px 0;
}
.main-help-sec ul {
  position: relative;
  margin: 20px 0;
  padding: 0;
}
.main-help-sec ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 80%;
  background: #444444;
}
.main-help-sec ul li {
  position: relative;
  display: block;
  padding-left: 50px;
  margin-bottom: 30px;
}
.main-help-sec ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: solid #444444 1px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.main-help-sec ul li h6 {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: #444444;
}
.main-help-sec ul li p.ul-t {
  font-size: 17px;
  line-height: 26px;
  padding-right: 100px;
  margin: 0;
}
.main-help-sec a.btn {
  margin-top: 55px;
}
.advice_immediate_help {
  background: #edf1f5;
  padding: 60px 45px 40px 45px;
}
.advice_immediate_help h4 {
  font-size: 18px;
  line-height: 26px;
}
.advice_immediate_help h3 {
  margin-bottom: 5px;
  color: #012a5e;
  margin: 0;
}
.advice_immediate_help .quoteBox {
  margin-top: 30px;
}
.advice_immediate_help .quoteBox p.right {
  text-align: left;
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  padding-left: 50%;
}
.advice_immediate_help h3 a {
  color: #012a5e;
  font-size: 24px;
  line-height: 40px;
}
.advice_immediate_help p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 40px;
}
/* HELP SECTION */
/* PACKAGES SECTION */
.main-packs-sec {
  padding: 60px 0;
  position: relative;
  background-color: #f7f7f7;
  text-align: center;
}
.main-packs-sec h4 {
  color: #012a5e;
  font-size: 21px;
  margin: 0;
}
.main-packs-sec h3 {
  color: #012a5e;
  font-size: 36px;
  margin: 10px;
}
.main-packs-sec p.pack-t {
  font-size: 18px;
  line-height: normal;
  padding: 0 140px;
  margin: 0px 0 20px 0;
  font-weight: 400;
}
.pricing-item.active {
    position: relative;
}
.pricing-item .pricing-body .list li span {
    font-size: 12px;
}
.pricing-item.active:before {
    content: "Best Seller";
    position: absolute;
    left: 0;
    right: 0;
    top: -19px;
    background-color: #f6c920;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 5px 0;
    color: #000;
}
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 50px;
}
.pricing-item ul {list-style: none;padding: 0 7px;margin: 0;overflow-x: scroll;height: 260px; position:relative;}
.pricing-item .pricing-footer{
    position:relative;
}
.pricing-item .pricing-footer:after{
position: absolute;
    content: "";
    width: 90%;
    height: 2px;
    top: -29px;
    right: 0;
    left: 0;
    background-color: #eeeeee;
    margin: auto;
}
.pricing-item ul li {}
.pricing-item.active .pricing-header {
  position: relative;
}
.pricing-item.active .pricing-header .pricing-title {
  color: #3B566E;
}
.pricing-item.active .pricing-body .price-wrapper {
  background-image: linear-gradient(135deg, #0b0f51 30%, #000000 100%);
}
.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}
.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}
.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}
.pricing-item.active .pricing-body i.fas.fa-dollar-sign {
  color: #5f79a0;
}
.pricing-item .pricing-body i.fas.fa-dollar-sign {
  position: absolute;
  left: 18%;
  top: 17%;
  font-size: 80px;
  opacity: 1;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  color: #f3eded;
}
.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}
.pricing-item .pricing-header .pricing-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  width: 180px;
  height: 40px;
  line-height: 22px;
  left: 0px;
  right: 0px;
  margin: auto;
}
#seo .pricing-item .pricing-body .price-wrapper{
    margin-bottom: 25px !important;
}
.price .sale-price {
    font-size: 18px;
    color: #cccc;
}
.plans{
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
}
.plan{
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #0b0f51;
    width: 100%;
    display: block;
    margin: 0 0 5px;
    padding: 4px 0;
    font-weight: 600;
}
.plan1{
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #bfbfbf;
    width: 100%;
    display: block;
    margin: 0 0 5px;
    padding: 4px 0;
}
.pricing-item .pricing-body {
  margin-bottom: 40px;
}
.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f9f9f9;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 400;
  font-size: 20px;
  color: #012a5e;
  position: relative;
  /* top: -15px; */
}
.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 700;
  font-size: 34px;
  font-family: "Poppins", sans-serif;
}
.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 700;
  font-size: 14px;
  color: #012a5e;
  display: block;
}
.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.88px;
}
.pricing-item .pricing-body .list li.active {
  color: #3B566E;
  text-decoration: none;
}
.pricing-item .pricing-footer {
  text-align: center;
}
.pricing-item .pricing-footer .btn-primary-line {
  border: 1px solid #f6c920;
  color: #000;
  height: 36px;
  line-height: 36px;
  padding: 10px 30px;
  border-radius: 3px;
  background: linear-gradient(135deg, #f6c920 0%, #f6c920 100%);
  transition: all .5s ease;
border-radius: 40px;
}
.pricing-item .pricing-footer .btn-primary-line:hover {
  transition: all .5s ease;
  color: #fff;
  opacity: .8;
}
/* PACKAGES SECTION */
/* LOCATION SECTION */
.location-section {
  overflow: hidden;
  text-align: center;
}
.location-section .box {
  float: left;
  width: 50%;
}
.location-section a {
  overflow: hidden;
  display: block;
  background: #252728;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.location-section img {
  width: 100%;
  max-width: none;
  opacity: .8;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.location-section a:hover img {
  opacity: .7;
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.location-section h3 {
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -1.3px;
  font-size: 40px;
}
.location-section p {
  margin: 0;
  font-size: 20px;
  color: #fff !important;
}
.location-section .anim-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.anim-btn {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
  line-height: 24px;
  border: 1px solid #fff;
  border-radius: 2px;
  position: relative;
  padding: 0 24px 0 0;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: 0 0;
}
.anim-btn span {
  display: inline-block;
  vertical-align: top;
  max-width: 0;
  overflow: hidden;
  color: #2b3337;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.anim-btn .arrow {
  width: 16px;
  height: 12px;
  position: absolute;
  top: 6px;
  display: block;
  max-width: none;
  right: 5px;
  overflow: visible;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.anim-btn .arrow:before {
  content: '';
  position: absolute;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.anim-btn .arrow:after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: '';
  position: absolute;
  right: 1px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
  margin-top: -1px;
}
.location-section .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.location-section .box .text,
.location-section .box .text {
  padding-left: max(12px, env(safe-area-inset-left));
  padding-right: max(12px, env(safe-area-inset-right));
}
a:hover .anim-btn {
  background: #fff;
}
a:hover .anim-btn span {
  max-width: 200px;
  padding: 0 5px 0 10px;
}
a:hover .anim-btn .arrow:after {
  background: #2b3337;
}
a:hover .anim-btn .arrow:before {
  border-color: #2b3337;
}
/* LOCATION SECTION */
/* COUNTER SECTION */
/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.parallax {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
.parallax:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: linear-gradient(127deg, #FA3061 0%, #FB8238 91%);
  z-index: 2;
  top: -20%;
  left: -20%;
}
.parallax .parallax-content {
  position: relative;
  z-index: 3;
}
.parallax .parallax-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.parallax .parallax-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}
.parallax .parallax-content .info strong {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 40px;
  display: block;
}
.parallax .parallax-content .info h1 {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 1.30px;
  margin-bottom: 30px;
}
.parallax .parallax-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #FFEDED;
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: 400;
  font-size: 16px;
}
.parallax .parallax-content .info p span {
  text-decoration: underline;
}
.parallax .parallax-content .info .btn-white-line {
  margin: auto;
}
.parallax .parallax-content .info .btn-white-line:hover {
  color: #FA5051;
}
.parallax .parallax-content .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.parallax .parallax-content .mini-box:hover {
  margin-top: -10px;
}
.parallax .parallax-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 95%;
  opacity: .62;
  height: 50%;
  bottom: -5px;
  left: 0px;
  right: 0px;
  margin: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.parallax .parallax-content .mini-box i {
  display: block;
  font-size: 20px;
  background: -webkit-linear-gradient(#FA3061, #FB8238);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.parallax .parallax-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: .75px;
}
.parallax .parallax-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.parallax-counter {
  overflow: hidden;
  position: relative;
  background: url(../images/parallax-counter.jpg);
  background-size: cover;
  background-position: center;
  /* float: left; */
  width: 100%;
}
.parallax-counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: linear-gradient(135deg, #0b0f51 30%, #000000 100%);
  z-index: 2;
  top: -20%;
  left: -20%;
}
.parallax-counter .parallax-content {
  position: relative;
  z-index: 3;
  width: 100%;
}
.parallax-counter .parallax-content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}
/*  */
.count {
  line-height: 100px;
  color: white;
  margin-left: 30px;
  font-size: 25px;
}
/*  */
.parallax-counter .parallax-content .count-item.elliptical-bottom {
  position: relative;
}
.parallax-counter .parallax-content .count-item.elliptical-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/elliptical-bottom.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.parallax-counter .parallax-content .count-item.elliptical-top {
  position: relative;
}
.parallax-counter .parallax-content .count-item.elliptical-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/elliptical-top.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.parallax-counter .parallax-content .count-item:hover strong {
  margin-top: 110px;
}
.parallax-counter .parallax-content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 1.72px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.parallax-counter .parallax-content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.86px;
}
@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .parallax-content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .parallax-counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .parallax-counter .parallax-content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .parallax-counter .parallax-content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .parallax-counter .parallax-content .count-item:hover strong {
    margin-top: 0px;
  }
  .parallax-counter .parallax-content .count-item:before {
    display: none;
  }
  .parallax-counter .parallax-content .count-item:after {
    display: none;
  }
  .parallax-counter .parallax-content .count-item strong {
    margin-top: 0px;
  }
}
/* COUNTER SECTION */
/* FOOTER */
footer {
   background: #101010; 
  padding: 40px 0 22px;
  position: relative;
  overflow: hidden;
  /*background: url(../images/footer-bg.jpg);*/
  background-position: center;
  background-size: cover;
  float: left;
  width: 100%;
}
footer:after {
  background-color: #1d1d1d;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 16%;
  right: 0;
}
footer .container {
  position: relative;
  z-index: 99
}
/*footer:after {
    content: '';
    background: url("../images/footer-vectox.png") no-repeat;
    width: 459px;
    height: 579px;
    position: absolute;
    right: -86px;
    bottom: 10px;
    z-index: 9
}*/
footer * {
  color: white
}
footer hr {
  margin-top: 23px;
  margin-bottom: 26px;
  border: 0;
  /*border-top: 1px solid #3a3c3b;*/
}
footer a:hover {
  color: #f6c920;
}
footer .footer-social {
  margin-top: 25px;
}
footer .footer-social li {
  margin-right: 20px
}
footer .footer-social li:last-of-type {
  margin: 0
}
footer .footer-social li a {
  font-size: 25px
}
footer .footer-contact li {
  margin-bottom: 14px;
}
footer .footer-contact li i {
  margin-right: 10px;
}
li i.phoone,
a i.phoone{
  transform: rotate(90deg);
}
footer .footer-contact li a {
  font-size: 15px;
  font-weight: 300;
}
footer .footer-contact li:first-child a {
  font-weight: 500;
  font-size: 15px;
}
footer .page-linking h4 {
  color: #f6c920;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .page-linking ul li {
  margin-bottom: 3px;
  font-size: 14px;
}
footer .page-linking ul li a {
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}
footer .page-linking ul li a:after {
  content: '';
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer .page-linking ul li a:hover:after {
  width: 100%
}
footer .our-copywrite {
  position: relative
}
footer .our-copywrite p {
  color: #d2d2d2
}
footer .our-copywrite ul li a {
  color: #d2d2d2;
  padding: 0 20px;
  position: relative;
  padding-bottom: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}
footer .our-copywrite ul li a:after {
  content: '';
  background: #e74028;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}
footer .our-copywrite ul li a:hover {
  color: #e74028
}
footer .our-copywrite ul li a:hover:after {
  width: 100%
}
footer .our-copywrite ul li a:hover:before {
  background: #e74028
}
footer .our-copywrite ul li a:before {
  content: '';
  background: #d2d2d2;
  height: 4px;
  width: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin: auto
}
footer .our-copywrite .back-to-top {
  position: absolute;
  top: -66px;
  right: -50px;
  background: #010710;
  height: 76px;
  width: 76px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 11px 0;
  cursor: pointer
}
footer .our-copywrite .back-to-top .circle {
  background: url("../images/back-top-vector.png") no-repeat;
  height: 55px;
  width: 57px;
  position: relative;
  margin: auto;
  padding-top: 5px
}
footer .our-copywrite .back-to-top .circle i {
  display: block;
  position: relative
}
footer .our-copywrite .back-to-top .circle i img {
  align-self: flex-end;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: bounce-1;
  animation-timing-function: linear
}
footer .footer-social li {
  display: inline-block;
}
.cour-copyright ul.list-inline {
  text-align: left;
}
.cour-copyright ul.list-inline li {
  display: inline-block;
  margin: 0 12px;
  font-size: 13px;
}
.back-to-top {
  position: absolute;
  right: 0;
  bottom: 9px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.cour-copyright p {
  margin: 0;
  font-size: 14px;
  color: #fff !important;
}
.back-to-top:hover {
  transform: scale(1.05);
  transition: all .3s ease-in-out;
}
footer img {
  max-width: 160px;
}
ul.footer-quicklinks {
  text-align: right;
}
ul.footer-quicklinks li {
  display: inline;
}
/* FOOTER */
.testimonial {
  background: #f6f6f6;
  padding: 0 0 60px 0;
}
.testimonial .section-heading {
  margin: 60px 0 0px 0;
}
.testimonial .section-heading .title {
  margin-bottom: 20px;
}
.testimonial .testimonial-slider .slider-item {
  padding: 15px;
}
.testimonial .item {
  /* margin: 15px; */
}
.testimonial .single-review {
  background: #fff;
  padding: 26px 30px 30px;
  border: 2px solid #e1e1e1;
  border-radius: 16px;
  transition: all .5s ease;
}
.testimonial .single-review .stars {
  margin-bottom: 19px;
  display: block;
}
.testimonial .single-review .stars i {
  font-size: 14px;
  color: #ffcc00;
}
.testimonial .single-review .content .name{
    margin: auto;
}
.testimonial .single-review .content p {
  margin:0;
}
.testimonial .single-review .reviewr {
    /*display: -webkit-box; */*/
    /*display: -ms-flexbox;*/
    /* display: flex; */
    /* margin-top: 26px; */
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -60px;
  
}
.testimonial .single-review .reviewr .img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonial .single-review .content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px 0;
}
.testimonial .single-review .reviewr .content .name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0px;
}
.testimonial .single-review .reviewr .content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
.testimonial .single-review:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(202, 202, 202, 0.75);
}
.testimonial .slick-prev.slick-arrow {
  position: absolute !important;
  width: 18px;
  height: 60px;
  background-color: #e2e2e2;
  top: 50%;
  left: -3px;
  color: #fff !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px 0px 0px 8px;
  z-index: 1;
}
.testimonial .slick-next.slick-arrow {
  position: absolute;
  width: 18px;
  height: 60px;
  top: 50%;
  right: -3px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #e1e1e1;
  color: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0 8px 8px 0;
}
.testimonial .slick-prev.slick-arrow:hover,
.testimonial .slick-next.slick-arrow:hover {
  background-color: #454545;
  transition: .6s;
}
.testimonial .slick-prev:before {
  position: absolute;
  font-family: "Font Awesome 5 Free" ! important;
  font-weight: 900;
  content: "\f053" !important;
  color: #fff;
  font-size: 14px !important;
  left: 3px;
}
.testimonial .slick-next:before {
  position: absolute;
  font-family: "Font Awesome 5 Free" ! important;
  font-weight: 900;
  content: "\f054" !important;
  color: #fff;
  font-size: 14px !important;
  right: 3px;
}
/*new-one*/
.client-review {
padding: 40px 0 0;
    text-align: center;
    transition: .5s linear;
}
.client-review .item {
    background: white;
    padding: 50px 15px 10px;
    font-size: 12px;
    border-radius: 10px;
    height: 250px;
    margin:10px;
    position: relative;
    margin-top: 40px;
}

.client-review .item.slick-slide:nth-child(odd) i {
    background: #0b0f51;
    color:#fff;
}
.client-review .item i {
    border-radius: 50px;
    background: #f6c920;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    font-size: 24px;
    margin-left: -40px;
    top: -33px;
    color: #000;
    padding-top: 16px;
    font-weight: 600;
    font-style:normal;
}
.client-review .item p {
font-size: 14px !important;
    line-height: 22px !important;
}
.client-review .item h6 {
    font-size: 12px;
    font-weight: 600;
    color: #0b0f51;
}
/*new-one*/
/* TESTIMONAILS */
/*==========================================================*/
/*ABOUT US PAGE*/
/*==========================================================*/
/*Inner-Pages-Banner-Styling*/
.inner-page {
  background: url("../images/about-usbanner.jpg");
  background-repeat: no-repeat;
  height: 500px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.inner-page .textSection h1 {
  font-size: 40px !important;
  color: #fff !important;
  line-height: 50px !important;
}
.inner-page .textSection h1 span {
  font-size: 32px !important;
  font-weight: 500;
  color: #fff;
}
.inner-page .textSection:before {
  content: '';
  position: absolute;
  top: 80%;
  left: 0;
  width: 60px;
  height: 5px;
  background-image: linear-gradient(127deg, #0b0f51 34%, #0b0f51 76%);
}
.inner-page .textSection {
  padding-left: 80px;
  padding-top: 10%;
}
/*Inner-Pages-Banner-Styling*/
.main-overview-sec {
  text-align: center;
  padding: 40px 0 40px;
}
.main-overview-sec .overview-content {}
.main-overview-sec .over-hd,
.main-overview-sec .overview-content h2{
  font-size: 40px;
  margin: 0;
  line-height: 58px;
  margin-bottom: 10px;
  font-weight: 700;
}
.main-overview-sec .over-para {
  font-size: 18px;
  line-height: 26px;
  padding: 0;
}
.main-process-sec{
        padding: 60px 0;
}
.process.main-process-sec h2 {
    font-size: 45px;
    line-height: 56px;
    margin: 0;
    font-weight: 700;
}
.process.main-process-sec ul {
    margin: 40px 0 0;
}
.process.main-process-sec ul li {
    margin-bottom: 20px;
    font-size: 16px;
}.process.main-process-sec ul li img {
    margin-right: 15px;
    max-width: 40px;
}
/*==========================================================*/
/*CONTACT US PAGE*/
/*==========================================================*/
/* Contact Area Start */
.contact {
  padding: 80px 0px 80px;
  background-color: #fcfcfc;
}
.contact .section-heading {
  margin-bottom: 55px;
}
.contact .contact-form-wrapper {
  background: #fff;
  padding: 33px 30px 24px;
  position: relative;
}
.contact .contact-form-wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.contact .contact-form-wrapper .form-group label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #012a5e;
}
.contact .contact-form-wrapper .form-group .input-field {
  margin-bottom: 10px;
}
.contact .contact-form-wrapper .form-group .base-btn1 i {
  margin-left: 7px;
}
.contact .address-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 3px;
  padding: 22px 30px 25px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(127deg, #0b0f51 20%, #007fd9 100%);
}
.contact .address-area .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #fff;
  margin-bottom: 23px;
  padding-bottom: 12px;
  position: relative;
  display: inline-block;
}
.contact .address-area .title:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 50%;
  height: 2px;
  background: #fff;
}
.contact .address-area .address-list {
  padding: 22px 0px 0px;
  list-style: none;
}
.contact .address-area .address-list li {
  margin-bottom: 25px;
}
.contact .address-area .address-list li:last-child {
  margin-bottom: 0px;
}
.contact .address-area .address-list li p,
.contact .address-area .address-list li p a{
  color: #ffffff !important;
  padding-left: 30px;
  position: relative;
}
.contact .address-area .address-list li p a{
    padding-left: 0;
}
.contact .address-area .address-list li p i {
  position: absolute;
  left: 0;
  top: 5px;
}
/* contact us page faqs*/
section.faq-sec {
    padding: 50px 0;
}
section.faq-sec .card-header {background: none;border: none;outline: none !important;}
section.faq-sec .card-header a {
    display: block;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    padding: 6px 20px;
}
section.faq-sec .card {
    margin-bottom: 20px;
    border: none;
    background: #f6f7ff;
    border-radius: 20px;
    color: #8e929c;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}
section.faq-sec .card:nth-child(even) {
    background: #daedf79e;
}
section.faq-sec .card-body {
    padding: 0 25px;
}
section.faq-sec .card-header a.card-link.collapsed:after {
    content: "";
    background: url(../images/plus.png);
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
}
section.faq-sec .card-header a.card-link:after {
    content: "";
    content: "";
    background: url(../images/minus.png);
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
}
/* contact us page faqs*/
.section-heading {
  text-align: center;
  margin-bottom: 50px;
}
.section-heading .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 12px;
}
.section-heading .title.extra-padding {
  margin-bottom: 20px;
}
.section-heading .text {
  font-size: 18px;
  line-height: normal;
}
.input-field {
  width: 100%;
  height: 42px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #273674;
}
.input-field.textarea {
  min-height: 137px;
  padding: 15px 20px;
  resize: none;
  border-radius: 5px;
}
.input-field.error {
  border: 1px solid red;
}
.input-field.error::-webkit-input-placeholder {
  color: #7280ff;
}
.input-field.error:-moz-placeholder {
  color: #7280ff;
}
.input-field.error::-moz-placeholder {
  color: #7280ff;
}
.input-field.error:-ms-input-placeholder {
  color: #7280ff;
}
.input-field.error:focus {
  border-color: #7280ff;
}
.base-btn1 {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  background-image: linear-gradient(127deg, #0b0f51 0%, #0476cd 91%);
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #7280ff;
}
/* Contact Area End */
/*==========================================================*/
/*PACKAGES PAGE*/
/*==========================================================*/
.pricing-tab .tab-menu {
  display: block;
  text-align: center;
  padding: 50px 0 0;
}
.pricing-tab .tab-menu.web-design{
    padding:0 0 !Important;
}
.pricing-tab .tab-menu #my-tab {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
.pricing-tab .tab-menu #my-tab .nav-item {
  display: inline-block;
  margin-bottom: 20px;
}
.pricing-tab .tab-menu #my-tab .nav-item .nav-link {
  list-style: none;
  display: inline-block;
  padding: 12px 20px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  margin: 0 8px;
}
.pricing-tab .tab-menu #my-tab .nav-item .nav-link.active,
.pricing-tab .tab-menu #my-tab .nav-item .nav-link:hover {
  color: #fff;
  background-image: linear-gradient(135deg, #0b0f51 30%, #0b0f51 100%);
}
/* REVIEWS PAGE */
.review {
  padding: 20px 0;
}
.review .single-review {
  background: #fff;
  padding: 25px 20px 20px;
  border: 2px solid #e1e1e1;
  border-radius: 16px;
  transition: all .5s ease;
  margin-bottom: 60px;
}
.review .oven:nth-child(even) {
  position: relative;
}
.review .single-review .stars {
  margin-top: 10px;
  display: block;
}
.review .single-review .stars i {
  font-size: 14px;
  color: #ffcc00;
}
.review .single-review .stars span {
  font-size: 28px;
  font-weight: 900;
  position: relative;
  top: 4px;
  left: 4px;
}
.review .single-review .content p {
  margin-bottom: 0px;
      font-size: 14px !important;
}
.review .single-review .reviewr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.review .single-review .reviewr .img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}
.review .single-review .reviewr .content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.review .single-review .reviewr .content .name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0px;
}
.review .single-review .reviewr .content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
.review .single-review:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(202, 202, 202, 0.75);
}
.inner-page .textSection h3 {
  font-size: 14px;
  font-weight: 500;
  background: #ffffff29;
  width: 80%;
  text-align: center;
  margin: 0px auto 0px;
  padding: 15px 125px 15px 15px;
  border-radius: 5px;
  position: relative;
}
.inner-page .textSection a.clickbtn {
  background: #e74028;
  padding: 15px 40px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
/* REVIEWS PAGE */
/* POPUP-FORM */
.modal-backdrop {
  z-index: 99 !important;
}
.modal-body {
  padding: 0;
  color: #000;
  text-align: left;
}
.modal {}
.modal .popup-img {
  width: 31%;
}
.modal .popup-content {
  float: left;
  width: 65%;
  padding: 0px 0px 10px 44px;
  text-align: left;
  color: #000;
}
.popup-content h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 27px;
  margin-top: 30px;
  text-transform: capitalize;
  padding-right: 33px;
  text-align: left;
}
.popup-content h2+p {
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #888;
  text-align: left;
  font-weight: 400;
}
form {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}
.popup-content input[type=email],
.popup-content input[type=tel],
.popup-content input[type=text],
.popup-content select,
.popup-content textarea {
  background: #fbfbfb;
  border: 1px solid #e6e6e6;
  padding: 12px 10px;
  width: 100%;
  border-radius: 2px;
  font-size: 13px;
  color: #000;
  box-shadow: none!important;
  outline: 0!important;
  margin-bottom: 18px;
  height: 40px;
  line-height: 18px;
}
button,
input {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.popup-content textarea {
  height: 157px;
  resize: none;
}
p.form_tagline {
  font-size: 12px;
  margin: 0px 0 20px;
  line-height: 15px;
}
.popup-content input[type="submit"] {
  color: white;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  padding: 10px 50px;
  width: auto;
  display: table;
  cursor: pointer;
  border-radius: 3px !important;
  background-image: linear-gradient(127deg, #273674 0%, #0476cd 91%);
}
.popup-content p.form_tagline, .popup-content small {
    margin: 0;
    font-size: 10px !important;
}
.popup-content  label {
    width: 100%;
    margin: 0;
}
.popup-content  br {
    display: none;
}
.popup-content .row p {
    margin: 0;
}
.popup-content p.form_tagline {
    display: flex;
    align-items: center;
}
.popup-content p small, .popup-content small {
    margin-left: 5px;
}
.popup-content label small {
    margin: 0;
}
.popup-content input[type="submit"] {
    margin-top: 15px;
}
input[type="submit"].disabled, button[type="submit"].disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
.popup-content input[type="submit"] {
  box-shadow: none !important;
  border: 0px none;
  border-radius: 0px;
}
.modal-content button {
  position: absolute;
  width: 100%;
}
.modal-content button span {
  position: absolute;
  right: 0;
  background-color: rgb(0, 31, 108);
  padding: 0;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  right: 5px;
  top: 5px;
  font-size: 20px;
  line-height: 24px;
  outline: none !important;
  border: none;
}
label.error {
    display: none !important;
}

input.error, textarea.error {
    background: #fff2f2 !important;
    border-color: #f00 !important;
}
/* POPUP-FORM */
/*navbar offcanvas*/
.offcanvas-collapse {
  position: fixed;
  top: 0; /* Height of navbar */
  bottom: 0;
  right: 100%;
  left:-300px;
  width: 300px;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #343a40;
  transition-timing-function: ease-in-out;
  transition-duration: .3s;
  transition-property: left, visibility;
}
.offcanvas-collapse {
    align-items:start;
/*   Adds a subtle drop shadow   */
    -moz-background-clip: padding;     /* Firefox 3.6 */
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
    border-right: . solid rgba(255, 255, 255, 0.9);
}
/* Makes the nav visibile with the open class */
.offcanvas-collapse.open {
  left: 0;
  visibility: visible;
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}
.nav-underline .nav-link:hover {
  color: #007bff;
}
.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}
/*dropdown*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*dropdown*/
/*WEBSITE-DESING*/
.website-portfolio{
    background-color:#f6f6f6;
    padding:60px 0;
}
.maincta {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-image: linear-gradient(135deg, #0b0f51 30%, #002270 100%);
}.maincta h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    line-height: 45px;
    margin-bottom: 8px;
}.maincta h3 strong {
    font-size: 36px;
    font-weight: 700;
    display: block;
}.maincta p {
    font-size: 16px;
}.maincta p {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}.maincta .btn-radius-top {
    float: right;
    margin-top: 20px;
}
.maincta .btn-radius-top {
    display: inline-block;
}.maincta .btn-radius-top a:first-child {
    margin-right: 8px;
}
.maincta .btn-radius-top a {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    transition: all .3s ease-out;
    text-transform: uppercase;
    font-weight: 600;
}.maincta .btn-radius-top a i {
    margin-right: 2px;
}.maincta .btn-radius-top a+a {
    background-color: #fff;
    color: #002e7d;
    margin-right: 0;
    font-weight: 600;
}
.maincta .btn-radius-top a {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    transition: all .3s ease-out;
    text-transform: uppercase;
    font-weight: 600;
}.maincta .btn-radius-top a+a i {
    color: #002f7f;
    font-weight: 700;
}.maincta .callsdivs {
    text-align: right;
    font-size: 21px;
    padding: 36px 0 0 0;
}
.maincta .callsdivs {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    display: block;
    text-align: right;
    float: left;
    width: 100%;
    padding: 45px 0 0 0;
    text-shadow: 0 0 1px #313131;
}.maincta .callsdivs a {
    padding: 0 10px 0 0;
    font-size: 18px;
    font-weight: 600;
}
.maincta .callsdivs a {
    color: #fff;
}.maincta .callsdivs i {
    font-style: normal;
    margin-right: 7px;
}.maincta .callsdivs a span {
    font-size: 18px;
    font-weight: 300;
}.maincta .callsdivs a {
    padding: 0 10px 0 0;
    font-size: 18px;
    font-weight: 600;
}.maincta .callsdivs a+a {
    border-left: 1px solid #fff;
    padding: 0 0 0 15px;
}.maincta .callsdivs i {
    font-style: normal;
    margin-right: 7px;
}.maincta .callsdivs a span {
    font-size: 18px;
    font-weight: 300;
}
/**/
/**/
.web-tabs-section{
padding: 0 0 60px 0;
}
.service-tab {
    padding: 0;
    position: relative;
}
.service-tab .nav-tabs {
    border-bottom: 0;
}
.service-tab ul li {
    position: relative;
    text-align: center;
}
.service-tab ul li a.active .creative-section-box {background-image: linear-gradient(135deg, #f6c920 30%, #f6c920 100%);}
.service-tab ul li a .creative-section-box {
    background-color: #f5f5f5;
    padding: 22px 0 22px 0;
    color: #000;
    border: 0;
    width: 100%;
    display: block;
    min-height: 160px;
}
.service-tab ul li a {
    border-radius: 0;
    border: 1px solid #e7e7e7;
}
.service-tab ul li a {
    padding: 15px 0px;
    color: #000;
    border: 0;
    width: 100%;
    display: block;
}
.logo-how-works li a.active .image-box, 
.logo-tabs-section li a.active .image-box, 
.web-tabs-section ul li a.active .image-box, 
.website-how-work li a.active .image-box {
    background-position: -55px -3px;
}
.service-tab ul li a.active span {
    color: #fff;
}.service-tab ul li a.active span {
    color: #fff;
}
.service-tab ul li span {
    display: block;
    font-size: 15px;
    color: #505050;
    font-weight: 600;
    line-height: 16px;
    margin: 20px 0 0;
    text-transform: uppercase;
}.service-tab ul li .creative-section-box {
    background-color: #f5f5f5;
}
.logo-how-works li a .image-box, 
.logo-tabs-section li a .image-box, 
.web-tabs-section ul li a .image-box, 
.website-how-work li a .image-box {
    width: 48px;
    height: 51px;
    margin: 0 auto;
    background-position: 0 -3px;
}
.web-tabs-section .tab-content {padding: 50px 0 0 0 !important;}
.web-tabs-section li:first-child .image-box {
    background-image: url(../images/custom-web-sprite.png)
}
.web-tabs-section li .image-box {
    filter: brightness(0) saturate(100%) invert(7%) sepia(74%) saturate(4246%) hue-rotate(237deg) brightness(74%) contrast(104%);
}
.web-tabs-section li:nth-child(2) .image-box {
    background-image: url(../images/cms-web-sprite.png)
}
.web-tabs-section li:nth-child(3) .image-box {
    background-image: url(../images/ecommerce-sprite.png)
}
.web-tabs-section li:nth-child(4) .image-box {
    background-image: url(../images/static-sprite.png)
}
.service-tab ul li a h3{
    display: block;
    font-size: 15px;
    color: #505050;
    font-weight: 600;
    line-height: 16px;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.web-tabs-section .service-tab ul li a.active h3 {
    color: #000;
}
.web-tabs-section .tab-content h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
}
.web-tabs-section .tab-content p {
    font-size: 14px;
    line-height: 31px;
}
/*WEBSITE-DESING*/
::-webkit-scrollbar
{
  width: 6px;  /* for vertical scrollbars */
  height: 0px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track
{
  background: transparent;
}
::-webkit-scrollbar-thumb
{
      background-image: linear-gradient(135deg, #0b0f51 10%, #030416 70%);
      opacity:.2;
}
/*process page*/
.portf-sec{
  padding: 50px 0 50px; 
}
.portf-sec h3{
  margin:  0 0 30px; 
}
.portf-sec h3,
.portf-sec h4{
  color: #012a5e;
}
ul.process-ul li {
    width: 32%;
    display: inline-flex;
    vertical-align: top;
    margin: 0 18px 40px 0
}
ul.process-ul li .lft {
    background: #000;
    position: relative;
    width: 440px
}
ul.process-ul li .lft span {
    position: absolute;
    bottom: 4px;
    width: 100%;
    text-align: center;
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    font-family: nunito sans, sans-serif
}
ul.process-ul li:nth-child(3n) {
    margin-right: 0
}
ul.process-ul li .right {
    padding: 20px;
    background: #f7f7f7
}
.sm-hd2 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px
}
ul.process-ul li p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 0
}
ul.process-ul li .lft.red {
    background: #f5c725;
}
ul.process-ul li .lft.green {
    background: #5ccfff;
}
ul.process-ul li .lft.purple {
    background: #22a562;
}
ul.process-ul li .lft.light-blue {
    background: #3fbdd0
}
ul.process-ul li .lft.orange {
    background: #ea5807
}
ul.process-ul li.cstm-img {
    width: 64%;
    float: right
}
/*process page*/
/*our guarantee*/
ul.main-points-ul li i.sprite-icn {
  position: initial;
  margin: 0 0 10px
}
ul.main-points-ul li {
  padding: 0;
  text-align: center;
  margin: 0 0 20px
}
ul.main-points-ul li h4{
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
}
ul.main-points-ul li p {
  font-size: 15px;
  color: #818181;
  line-height: 1.7em;
}
ul.main-points-ul li {
  margin: 0 0 51px;
  padding: 0 0 0 132px;
  position: relative;
  text-align: left;
}
ul.main-points-ul li i.sprite-icn {
  position: absolute;
  left: 30px;
  top: 0
}
figure.bg-1{
  position: relative;
}
figure.bg-1:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -30px;
  bottom: -31px;
  background-image: linear-gradient(135deg, #001965 0%, #0098f5 100%);
  z-index: -1;
}
.sprite-icn {
  display: inline-block
}
.sprite-icn:before {
    content: "";
    background-image: url(../images/sprite-guarantee.png);
    background-repeat: no-repeat;
    display: inline-block
}
.icn-11:before {
    background-position: -19px -341px;
    width: 57px;
    height: 74px;
}
.icn-12:before {
    background-position: -105px -341px;
    width: 73px;
    height: 74px;
}
.icn-13:before {
    background-position: -208px -341px;
    width: 73px;
    height: 74px;
}
.portf-btn{
  margin-top: 70px; 
}
/*our guarantee*/
/*privacy policy*/
.main-privacy-policy,
.main-term-and-conditions{
  padding: 60px 0; 
}
.main-term-and-conditions ul li{
        font-size: 16px !important;
    line-height: 26px !important;
    color: #444444 !important;
    font-weight: 300 !important;
    margin: 0 0 6px;
    position: relative;
    padding-left: 16px;
}
.main-term-and-conditions ul li:before{
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: "\f111" !important;
    color: #275685;
    font-size: 8px !important;

}
.privacy-policy-section:before,
.term-and-conditions-section:before {
    top: 58% !important;
}
.main-privacy-policy .sub-heading,
.main-term-and-conditions .sub-heading{
  color: #012a5e;
  border-bottom: 2px solid;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 18px;
  margin-top: 15px;
}
/*privacy policy*/
/*term-and-conditions-section*/
.main-term-and-conditions ul{
  padding-left: 0;
}
/*term-and-conditions-section*/
/*get a quote*/
/* FLOATING FORM STYLE */
.floating-form-wrap .form-handle .innersec-floating { position: relative }
.floating-form-wrap .form-handle:before { content: "GET FREE QUOTE" !important; display: block; color: #fff; margin-left: 7px; width: 60px; font-size: 15px; padding-top: 10px; font-weight: 900; text-align: center; line-height: 17px; text-shadow: #000 0 1px 1px }
.floating-form-wrap { position: fixed; width: 600px; height: 341px; right: 0; margin-top: -109px; z-index: 999; margin-right: -536px; top: 50%; display: none }
.floating-form-wrap .thanks p { color: #aaa }
.field.pc { position: relative }
#flform ul { padding-left: 0 }
#flform ul li { text-align: left; position: relative; width: 47.7%; margin: 7px 5px; display: inline-block; float: left }
#flform ul li i { position: absolute; top: 10px; left: 11px; font-size: 12px; color: #ef323a; font-weight: bold }
#flform input[type="text"], #flform select { background: #fafafa; border: #dcdcdc 1px solid; padding: 10px 10px 10px 34px; width: 100%; border-radius: 7px; font-size: 14px; color: #000; box-shadow: none !important; outline: none 0px !important }
#flform input, #flform textarea{ background: #fafafa; border: #f3f3f3 2px solid; padding: 7px 10px 8px 34px; width: 100%; border-radius: 7px; font-size: 13px; color: #000; box-shadow: none !important; outline: none 0px !important }
#flform button, #flform input[type=submit] { background: #ef323a; color: #fff; font-weight: 600; border: none; text-transform: uppercase; display: inline-block; font-size: 17px; letter-spacing: 0.5px; padding: 9px 60px; margin: 0 auto; border-radius: 2px; text-shadow: #000 0 1px 1px }
.floating-form-wrap .form-handle { position: relative; background: #ef323a; width: 76px; height: 70px; float: left; cursor: pointer; margin-top: -355px; margin-left: -11px; border-radius: 4px 0 0 4px; overflow: hidden }
.creativepg .form-handle, .copywritingpg .form-handle, .adpg .form-handle, .seopg .form-handle, .wcwpg .form-handle, .professionalpg .form-handle { background-position: -284px -1560px }
.floating-form { width: 100%; float: right; height: 355px }
.floating-form .formdv .inform { background: #ffffff; border-radius: 0 0 0 9px; padding: 0 0 0 18px; height: 321px; width: 100%; box-shadow: #000 0 1px 3px; border-left: #000 2px solid }
.floating-form h4 span { font-size: 12px; color: #d60000; display: block; text-transform: none; text-shadow: none }
.floating-form .formdv { padding: 0 0 25px 64px }
.floating-form h4 { position: relative; color: #ef323a; font-weight: 600; margin: 0 -9px; font-size: 26px; text-align: left; text-transform: uppercase; padding: 21px 24px 9px 36px; line-height: 24px; margin-bottom: 0; background: #fff }
.floating-form h5 { font-size: 18px; color: #aaaaaa; font-weight: 400; margin: 0; text-align: center; padding: 5px 0 17px; text-align: left }
.floating-form form { text-align: center; padding-right: 10px }
.floating-form form p { margin-top: 0; color: #6d6d6d; padding: 10px; display: none }
.floating-form .field { width: 50%; float: left; padding-right: 10px }
.floating-form .fieldwrap { width: 50%; float: left }
.floating-form .textarea { width: 100% }
.floating-form textarea { width: 100%; padding: 9px; font-size: 11px; border-radius: 2px; height: 60px }
.side-bars { width: 228px; height: 53px; position: fixed; right: -215px; top: 50%; z-index: 9999; margin-top: -230px; display: block; right: -177px; margin-right: 0; display: none }
.side-bars .s-bar { display: block; margin-bottom: 15px; position: relative; background: #232323; right: 0px; cursor: pointer }
.side-bars .s-bar img { position: relative; left: -6px; float: left }
.side-bars .s-bar a p { color: #FFF; font-size: 13px; padding: 6px 0 0 0; margin: 0px; width: 100%; display: block; float: none; padding-top: 15px; padding-bottom: 3px }
.side-bars .s-bar a { font-size: 15px; padding: 0px; color: #fff; float: left; position: relative; height: 59px; margin-top: -10px; text-transform: uppercase; font-weight: 600; width: 235px; background: url(../images/form-bg-sidebar.jpg) repeat left top #2365a0; padding-left: 63px; text-shadow: #000 0 1px 1px }
.side-bars .s-bar a.lchat { padding: 0px 0 0 0px; margin: 0px; line-height: 51px }
.side-bars .s-bar a.lchat span { font-weight: normal }
.call-spr { background: url(../images/sprites-form.png) no-repeat -74px -4px; width: 64px; height: 64px; position: absolute; left: -13px; top: -3px }
.chat-spr { background: url('../images/sprites-form.png') no-repeat -147px -3px; width: 64px; height: 64px; position: absolute; left: -13px; top: -3px }
#flform ul li:nth-child(3), #flform ul li:nth-child(4) { width: 97% }
#flform ul li.last { width: 100%; text-align: center; margin-top: 0 }
.floating-form h4:before { background: #ef323a; width: 5px; height: 51%; content: ""; position: absolute; left: 15px; top: 21px; border-radius: 20px }
/*floating form*/
/*get a quote*/
/*about us page*/
.accessible-affordable-creative{
  padding: 60px 0; 
}
.accessible-borders{
  border-bottom: 1px solid #dfdfdf;
  margin-top: 40px;
}
.mtb-55{
  margin: 55px; 
}
.accessible-txt p {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 40px;
}
.about-points {
  background: #f6f6f6;
  padding: 25px 0;
}
.point-txt {
  text-align: center;
  position: relative;
}
.point-txt {
  position: relative;
}
.point-txt h6 {
  font-size: 25px;
  line-height: 25px;
  color: #0b0f51;
  font-weight: 700;
}
.point-txt p {
  font-size: 20px;
  line-height: 2px;
  color: #505050;
  margin-top: 20px;
}
.about-imgs {
  width: 33.33%;
  margin-right: .1%;
}
/*team*/
.team{
  background: #f6f6f6;
  padding: 60px 0; 
}
.tiles .tile {
  display: inline-block;
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.05);
}
.tiles .tile:before {
  content: '';
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition-property: top,opacity;
  transition-duration: .3s;
}
.tiles .tile img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.tiles .tile .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.tiles .tile .details .title {
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
}
.tiles .tile .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
}
.tiles .tile .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  transition-property: top,opacity;
  transition-duration: .3s;
  transition-delay: 0s;
}
.tiles .tile:focus:before, .tiles .tile:hover:before {
  top: 50%;
}
.tiles .tile:focus span, .tiles .tile:hover span {
    top: 0;
}
.tiles .tile:focus span, .tiles .tile:focus:before, .tiles .tile:hover span, .tiles .tile:hover:before {
  opacity: 1;
}
/*team*/
/*awards*/
.award {
    padding: 77px 0;
}
.award-txt {
    font-size: 32px;
    line-height: 34px;
}
.award .contact-img ul li {
    display: inline;
    margin-right: 21px;
}
.award .contact-img ul li:last-child {
    margin-right: 0px;
}
/*awards*/
/*about us page*/
/*modal*/
.modal-main-site{
  max-width: 900px !important; 
}
.modal-content button{
  outline: none;
}
/*modal*/
/*our process page*/
.our-process{
  padding: 0px 0; 
}
.our-process h5 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 10px;
}
.our-process p {
  font-size: 13px;
  color: #8e929c;
  line-height: 24px;
  margin: 0;
}
.our-process .row {
  padding: 60px 0;
  position: relative;
}
.our-process h2{
  font-size: 165px;
  background: -webkit-linear-gradient(#ffffff, #51cb00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.2;
  position: absolute;
  bottom: -30px;
  z-index: -1;
}
.our-process img{
  float: right;
}
.our-process .left img {
  float: left;
}
.row.justify-content-center {
  position: relative;
}
.our-process .row.justify-content-center:after {
  content: '';
  border-right: 1px dashed #9a9ba8;
  position: absolute;
  height: 94%;
  right: 50%;
  margin: auto;
  opacity: 0.6;
}
.our-process span {
  background: #7cc206;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  padding: 0px;
  z-index: 1;
  top: 0;
}
.our-process span:before {
  content: '';
  border: 1px solid #7cc206;
  border-radius: 50%;
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 9;
  opacity: 0.4;
}
.our-process .ideate span{
  background: #7784f1;
}
.our-process .ideate span:before{
  border-color: #7784f1;
}
.our-process .ideate h2{
  background: -webkit-linear-gradient(#ffffff, #7784f1);
  -webkit-background-clip: text;
}
.our-process .create span{
  background: #f17788;
}
.our-process .create span:before{
  border-color: #f17788;
}
.our-process .create h2{
  background: -webkit-linear-gradient(#ffffff, #c277f1);
  -webkit-background-clip: text;
}
.our-process .revision span{
  background: #52d2bb;
}
.our-process .revision span:before{
  border-color: #52d2bb;
}
.our-process .revision h2{
  background: -webkit-linear-gradient(#ffffff, #52d2bb);
  -webkit-background-clip: text;
}
.our-process .finalize span{
  background: #feb137;
}
.our-process .finalize span:before{
  border-color: #feb137;
}
.our-process .finalize h2{
  background: -webkit-linear-gradient(#ffffff, #feb137);
  -webkit-background-clip: text;
}
.our-process .launch span{
  background: #e7e7e7;
  top: inherit;
}
.our-process .launch span:before{
  border-color: #e7e7e7;
}
.our-process .launch h2{
  background: -webkit-linear-gradient(#ffffff, #939393);
  -webkit-background-clip: text;
}
/*our process page*/
/*design process*/
.main-design-process{
    padding: 60px 0;
}
.item-design-process {
    /* background-color: #f7f7f7; */
    min-height: 504px;
    padding: 25px 12px;
    border-radius: 5px;
    border: 1px solid #e2e0e0;
}
.item-design-process .img-box{
    width: 136px;
    height: 136px;
    margin: 0 auto 30px;
}
.content-none:before{
    content: none !important;
}
.item-design-process .before-arrow:before{
    position: absolute;
    right: -8px;
    top: 75px;
    margin: auto;
    z-index: 99;
    font-family: "Font Awesome 5 Free" ! important;
    font-weight: 900;
    content: "\f061" !important;
    color: #ccc !important;
    font-size: 18px !important;
}
.item-design-process .title-text-caption{}
.item-design-process .title-text-caption h3{
    font-size: 20px;
    font-weight: 600;
    color: #444444;
}
.item-design-process .title-text-caption p{
     color: #444444;
}
/*design process*/
/*portfolio*/
.portfolio-mmbx .box-ports{
    width: 100%;
    height: 232px;
    border-bottom: 1px solid #e2dfdf;
}
.portfolio-mmbx .box-ports.digital-brand img{
        height: 235px !important;
}
.box-ports.digital-brand img{
    height:200px;
}
.portfolio-mmbx .box-ports.digital-brand img {

}
.portfolio-mmbx .box-ports img{
    object-fit: cover;
    object-position: center;
    height:230px;
}
/*video portfolio*/
#animport .portfolio-mmbx .box-ports{
    height: 192px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #e4e3e3;
}
/*video portfolio*/
/*portfolio*/
/*complete branding package*/
.complete-branding-solution{
    width: 100%;
    padding: 60px 0;
}
.complete-branding-solution .left .section-heading{
    /*margin-bottom: 30px;*/
}
.banner-branding-solution-details{}
.banner-branding-solution-details ul{}
.banner-branding-solution-details ul li{
    margin: 0 0 29px;
    /* display: flex; */
    /* flex-direction: column; */
}
.banner-branding-solution-details ul li h4{
    font-size: 24px;
    font-weight: 600;
    color: #012a5e;
}
.banner-branding-solution-details ul li p{
    font-size: 17px;
    font-weight: 400;
    color: #444444;
    margin: 0;
    display: flex;
    align-items: baseline;
}
.banner-branding-solution-details ul li p i{
    font-size: 14px;
    position: relative;
    top: -2px;
    margin-right: 8px;
}
.complete-branding-img{
    position: relative;
}
.complete-branding-img:before{
    position: absolute;
    content: "";
    right: -18%;
    top: 23%;
    background-image: url(../images/complete-branding-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 667px;
    height: 462px;
}
a.click-here {
    color: white;
    font-weight: 600;
    font-size: 12px;
    left: 6px;
    position: relative;
}
.banner-branding-solution-details .order-now,
.order-now{
    background: #f6c920;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 54px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin: 22px 0px;
}
/*combo package*/
.align-center{
    text-align: center;
    width: 100%;
}
.align-center a:hover{
    color: #fff;
}
a.order-now {
    background-image: linear-gradient(135deg, #f6c920 10%, #f6c920 70%);
}
/*NEW_REQUIRED_CSS*/
section.web-design-packages{
    padding: 60px 0 40px 0 !important;
}
section.port{
    padding: 20px 0 40px !important;
}
/*NEW_REQUIRED_CSS*/