/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
 .intl-tel-input {
  position: relative;
  }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 0px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }

 


  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
       display: inline-block;
    }
  .intl-tel-input.separate-dial-code .selected-dial-code {
  font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
    height: 48px;
    }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("../images/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }



<!--css lib end -->

/*

@font-face {font-family: "Larsseit-Bold";
    src: url("../fonts/Larsseit-Bold.subset.woff");
    src: url("../fonts/Larsseit-Bold.subset.woff") format("Web Open Font Format"),
}
*/


body, *{
    font-family: 'Poppins', sans-serif!important;
    font-size: 14px;
}
.our-about .img-head{
    margin-top: 70px;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
}
.img-head h6 {
    position: relative;
    font-size: 15px;
    color: #005e95;
    font-weight: 600;
}
.img-head h6:before{
    content: '';
    background: url("../images/heading-before.png") no-repeat;
    height: 18px;
    width: 18px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}
.img-head h3 {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 15px;
}
h2{
    font-size: 40px;
    color: #3d3c7f;
    font-weight: 700;
    margin-bottom: 15px;
}

.top-head {
    background: linear-gradient(45deg, #013553 0%, #00649e 100%);
    padding: 8px 0;
}

.top-head * {
    color: white;
    font-size: 13px;
    font-weight: 600;
}

.top-head p {
    margin: 0;
}

.top-head ul {
    text-align: right;
}

.top-head ul li {
    display: inline-block;
    margin-left: 25px;
}

.top-head ul li a {padding-left: 5px;font-size: 12px;}

.top-head ul li span {text-transform: uppercase;}

header {
    padding: 12px 0;
}

header nav {
    text-align: right;
        margin-top: 4px;}
.top-head i {font-size: 13px;}
header nav ul li {
    /*display: inline-block;*/
    display: inline-flex;
    margin-left: 10px;
}

header nav ul li a {
}

header nav ul li a {
    color: #24344b;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.our-banner{
    overflow: hidden;
    position: relative;
    /* display: flex; */
}

footer {
   /*  background: rgb(56,47,157);
    background: linear-gradient(180deg, rgba(56,47,157,1) 0%, rgba(23,18,102,1) 100%); */
   padding: 40px 0 10px;
   background: #001f31;
}

.combo-pack{
    background: url("../images/combo/combo-pack-bg.png") no-repeat;
   height: 600px;
    width: 100%;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}
.combo-pack .pack{
    margin: 20px 0 0 0;
}
.combo-pack .pack h4{
    color: #fffcfc;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
    display: inline-block;
}
.combo-pack .pack p{
    color: white;
    font-weight: 500;
    margin: 5px 0;
    font-size: 12px;
}



.combo-pack .combo-image{
    position: absolute;
   
    top: 100px;
    max-width: 100%;
}



.combo-pack .left {
    /* top: 145px; */
    position: relative;
    left: 30px;
}

.combo-pack .left:before{
    content: '';
    position: absolute;
    top: -40px;
    background: url("../images/combo-pack-branding.png") no-repeat;
    height: 156px;
    width: 206px;
    left: 420px;
}

.combo-pack .right {position: relative;top: 10px;left: 70px;}

.combo-pack a.order-now {
    background: linear-gradient(45deg, #013553 0%, #00649e 100%);
    color: white;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 60px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    box-shadow: -2px 10px 10px #191919ab;
    margin: 22px 0px;
}

a.click-here {
    color: white;
    font-weight: 600;
    font-size: 12px;
    left: 6px;
    position: relative;
}












.scroll-port {
    display: block;
    width: 460px;
    height: 280px;
    overflow: hidden;
    /* background: black; */
    margin:0 auto;
}

.scroll-port img {
    width: 450px;
    float:left;
}

.scroll-port:hover img {
    margin-top: -805px;
    -webkit-transition: margin 7s;
    -moz-transition: margin 7s;
    transition: margin 5s;
}
























footer * {
    color: white;
}

footer .footer-social {
    margin-top: 15px;
}

footer .footer-social li {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0;
}

footer .footer-social a {
    font-size: 20px;
    background: white;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

footer .info {
    /* text-align: right; */
    margin-top: 30px;
}

footer .info li {
    display: block;
    margin-bottom: 10px;
}

footer .info li i {
    margin-right: 10px;
}

footer .info li a {
    font-weight: 400;
    font-size: 13px;
}

footer hr {
    border-color: #524e9b;
    margin: 30px 0 40px;
}

footer h4 {
    color: #ffb400;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

footer ul li a {font-size: 16px;font-weight: 400;font-size: 13px;}

footer ul li {
    margin-bottom: 5px;
}

.our-copyright ul li {
    display: inline-block;
    padding: 0 8px;
}

.our-copyright ul {
    text-align: right;
}

.our-copyright p {
    margin: 0;
}


.our-copyright {
    margin-top: 30px;
}


.who-we-are p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
}


.who-we-are {
    padding: 30px 0 50px;
    background: #f7f7f9;
    position: relative;
}
.who-we-are:before{
    content: '';
    background: url("../images/who-we-are-before.png") no-repeat;
    height: 162px;
    width: 204px;
    position: absolute;
    top: -100px;
    left: 110px;
}

.who-we-are img {
    max-width: 100%;
}

.testimonial .test img {
    position: absolute;
    top: -30px;
    left: 0;
}

.testimonial .test p {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 500;
    margin-bottom: 10px;
}

.testimonial .test h5 {
    color: #3d3c7f;
    font-weight: 600;
    font-size: 13px;
}

.testimonial .test h5 span {
    display: block;
    color: #a3a3a3;
    font-size: 11px;
    font-weight: 500;
    margin-top: -14px;
    margin-left: 51px;
}

.testimonial .test h5 i {margin-right: 5px;display: none;}

.testimonial {}

.testimonial .test {
    background: white;
    box-shadow: 0px 1px 15px #dadee0;
    padding: 20px;
    position: relative;
    border-radius: 6px;
}

.testimonial .owl-item.center .item {
    transform: translateY(15px);
}

.our-testimonial {
    padding: 60px 0;
    background: #fdfdfd;
    position: relative;
}

.our-testimonial h2 {
    font-size: 37px;
}

.testimonial .item {
    padding: 40px 0px;
    transition: .5s all;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #6a69e7;
}


.our-packages {
    padding: 40px 0;
    background: #f6f6f6;
}

.our-packages .img-head {
    margin-bottom: 30px;
}

.our-packages .pack {
    background: white;
    padding: 20px 20px;
    border-left: 3px solid #6100ff;
    margin-bottom: 20px;
    text-align: center;
    transition: linear .3s;
}

.our-packages [class*=col] {
    padding: 0 10px;
}

.our-packages .row {
    margin: 0 -10px;
    display: flex;
    justify-content: center;
}

.our-packages .pack h3 {
    color: #493fb9;
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
        font-weight: 700;
}

.our-packages .pack p {
    color: #3e3e3e;
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
    line-height: 16px;
    margin: 8px 0;
    font-weight: 500;
}

.our-packages .pack .pricebox h2 {
    color: #ff2e53!important;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 40px;
}
.our-packages .pack .pricebox {
    margin-bottom: 10px;
}
.our-packages .pack .pricebox sup{
    color: #ff2e53;
    font-size: 20px;
    font-weight: 600;
    top: 12px;
}
.our-packages .pack .pricebox strike{
    font-size: 16px;
    color: #6c6c6c;
    position: relative;
    top: -10px;
    font-weight: 700;
    left: 7px;
}
.our-packages .pack .pricebox strike span{
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 700;
}

.our-packages .pack ul {
    margin: 0 0 0;
    padding-left: 15px;
        text-align: left;
}

.our-packages .pack ul li {
    font-size: 12px;
    color: #424242;
    position: relative;
    margin-bottom: 4px;
    margin-right: 20px;
    font-weight: 600;
}

.our-packages .pack ul li i {
    margin-right: 10px;
    color: #fe7e01;
}
.our-packages .pack .content + a {
    background: #ff2e53;
    color: white;
    padding: 9px 30px;
    border-radius: 40px;
    font-size: 14px;
    /* display: table; */
    margin: auto;
    margin-top: 30px;
    font-weight: 600;
    text-align: center;
    position: relative;
    background: linear-gradient(45deg, #013553 0%, #00649e 100%);
}

.our-about {
    background: white;
    z-index: 9999;
}
.our-about:before {
    display: none;
}

.our-about a {
    background: #fde1d9;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 40px;
    background: linear-gradient(45deg, #013553 0%, #00649e 100%);
}

.our-about .col-sm-7 {
}

.our-about p {
    margin-bottom: 25px;
}


.our-packages [class*=col]:nth-child(2) .pack {
    border-color: #05c5bd;
}

.our-packages [class*=col]:nth-child(3) .pack {
    border-color: #fe7e01;
}

.our-packages [class*=col]:nth-child(4) .pack {
    border-color: #ff0000;
}

.our-packages [class*=col]:nth-child(2) .pack h3 {
    color: #05c5bd;
}

.our-packages [class*=col]:nth-child(3) .pack h3 {
    color: #fe7e01;
}


.our-packages [class*=col]:nth-child(5) .pack {
    border-color: #091798;
}

.our-packages [class*=col]:nth-child(6) .pack {
    border-color: #007b3d;
}
.our-packages [class*=col]:nth-child(7) .pack {
    border-color: #feba01;
}
.our-packages [class*=col]:nth-child(8) .pack {
    border-color: #ff7200;
}
.our-packages [class*=col]:nth-child(9) .pack {
    border-color: #0b50a2;
}

.our-testimonial:after {
    content: 'Our Clients';
    color: #a4a3fea6;
    font-size: 135px;
    position: absolute;
    top: -20px;
    left: 20%;
    right: 0;
    margin: auto;
    text-align: center;
    font-weight: 700;
    opacity: .1;
}

.our-capabilities {
    background: #fff7f5;
    padding: 50px 0 70px;
}

.our-capabilities .box {
    background: white;
    width: 100%;
    transition: .5s all;
    text-align: center;
    float: left;
    margin-bottom: 14px;
    box-shadow: 0 0 23px #ede9e8;
    padding: 10px 10px 10px;
    border-top: 3px solid #fff;
    position: relative;
}

.our-capabilities .box h4 {
    font-size: 14px;
    color: #051f5b;
    font-weight: 600;
}

.our-capabilities h2 {
    line-height: 36px;
    font-size: 32px;
}

.our-capabilities h2 span {
    font-size: 22px;
}

.our-capabilities p {
    color: #000000;
    line-height: 24px;
    font-size: 16px;
}


.our-capabilities .box:nth-child(1) {
    /* border-color: #f7683f; */
}

.our-capabilities .box:nth-child(2) {/* transform: translateY(50px); */}

.our-capabilities .box:nth-child(5) {
    transform: translateY(50px);
}

.our-capabilities .img-head {
    margin-top: 100px;
}



.pro-bg {
    /* background: #00000069; */
    /*padding: 20px;*/
    z-index: 4;
    /*position: absolute;*/
    bottom: -10px;
    width: 98%;
    padding-right: 0;
}

.slide-progress {
    background: #00b1fe;
    padding: 2px;
    bottom: 0;
    z-index: -1;
    border-radius: 100px;
    position: relative;
}

.slider-portfolio.owl-carousel .owl-item img {
    /* height: 100vh !important; */
    /* width: -webkit-fill-available; */
    height: 500px;
    width: 100%;
    object-fit: cover;
}


.innerbg {
    background: transparent;
    border-radius: 100px;
    width: 100%;
    z-index: 0;
    position: relative;
}

.our-banner .owl-theme .owl-nav {
    position: absolute;
    top: 44%;
    width: 100%;
    text-align: left;
}

.our-banner .owl-theme .owl-nav * {
}

.our-banner .owl-theme .owl-nav button {
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 50px;
    color: #647de9;
    position: relative;
    left: -21px;
}

.our-banner .owl-theme .owl-nav button.owl-next {
    float: right;
    left: 22px;
}

/*
.our-banner .caption {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    padding-top: 25%!important;
}

*/


.inner-banner .cpanthnas {
    position: static!important;
    padding-top: 22%!important;
}
.our-banner .caption {
position: absolute;
    top: 0;
    z-index: 1;
    height: auto;
    padding-top: 4%;

}

.servces.bnr-btn-t {
    padding: 20px 0pc;
}



.servces p {
    color: #fff;
    font-size: 15px;
        width: 100%;
}



.our-packages h2 {
    color: #000!important;
}

.servces .bnr-batn {
    color: #000;
    display: inline-block;
    padding: 10px 50px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    background: #ffffff;
}


.servces .trans-btn{
    background: none;
    border: 2px solid #ffffff;
    color: #fff;
    display: inline-block;
    padding: 10px 50px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
}


.our-banner .caption h1 {
    color: white;
    font-weight: 600;
    font-size: 38px;
}
a.various.grad-btn.outlineblack {
    background: none;
    border: 2px solid #000;
    color: #000;
}


.our-banner .caption h2 {
    color: #ffb400;
    font-size: 54px;
    font-weight: 700;
}

.our-banner .caption a {
    color: #000;
    display: inline-block;
    padding: 10px 50px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    background: #ffffff;
}
a.various.grad-btn.outline {
    background: none;
    border: 1px solid #ffffff;
    color: #fff;
}
.bnr-btn-t {
    padding: 20px 0pc;
}

.our-banner h4 {
    color: white;
    font-size: 100px;
    font-weight: 700;
    opacity: .06;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.our-solution figure {
    background: white;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
}

.our-solution figure img {
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.our-solution figure p {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #8e929c;
    line-height: 24px;
    margin: 0;
}

.our-solution figure h4 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
}



/*
Portfolio Css*/



section.portfolio-col .col-md-4+.col-md-4 {
    text-align: left;
}

.portfolio-col div#portfoliolist img {
    max-width: 100%;
    width: 100%;
}

.portfolio-col div#portfoliolist .col-md-4 {
    padding: 0;
    text-align: right;
    display:none;
}

section.portfolio-col .col-md-4 h2 span {
    color: #00a2c0;
}

.portfolio-col div#portfolio {
    margin-top: 42px;
}

.portfolio-col div#portfolio ul {
    margin-bottom: 0;
}

a.viewmore_porfolio {
    background: #1a1c1d;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    color: #fff;
    padding: 20px 0;
}

.portfolio-col div#portfolio #filters li {
    display: inline-block;
    color: #696969;
    text-transform: uppercase;
    margin: 0 15px;
}

.portfolio-col div#portfolio #filters li span {
    display: block;
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 3px;
    color: #a4a3fe;
    font-weight: 600;
    cursor: pointer;
    transition: .5s all;
}

.portfolio-col #portfolio span.filter.active {
    background: #3d3c7f;
    color: #fff !important;
}

.portfolio-col div#portfolio #filters li span:hover {
    background: #3d3c7f;
    color: #fff !important;
}




.portfolio-col #portfolio ul#filters {
    text-align: center;
    margin: 40px 0 30px 0;
    display: block;
}

.portfolio-col div#portfoliolist .col-md-4 ul li {
    position: relative;
    overflow: hidden;
}

.portfolio-col div#portfoliolist .col-md-4 ul li a {
    display: block;
    position: relative;
}

.portfolio-col div#portfoliolist .col-md-4 ul li a .overlay_portfolio {
    position: absolute;
    background: rgba(0, 0, 0, 0.73);
    width: 0;
    text-align: center;
    /* Safari */
    /* Safari 7.0+ */
    right: 0;
    border: rgba(0, 0, 0, 0.51) 11px solid;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    visibility: hidden;
    -ms-transition: all .2s ease-in;
    height: 100%;
    transition: all .2s ease-in;
}

.portfolio-col div#portfoliolist .col-md-4 ul li a .overlay_portfolio i {
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 39%;
    left: 45%;
}

.portfolio-col div#portfoliolist .col-md-4 ul li:hover a .overlay_portfolio {
    width: 100%;
    visibility: visible;
}

.portfolio-col div#portfoliolist .logos.col-md-4+.col-md-4 ul li .overlay_portfolio {
    padding: 23% 0;
}

.portfolio-col div#portfoliolist .logos+.logos ul li+li .overlay_portfolio {
    padding: 25% 0;
}

.portfolio-col div#portfoliolist .logos.logos+.logos ul li .overlay_portfolio {

    padding: 25% 0;
}

.portfolio-col div#portfoliolist .logos.col-md-4+.col-md-4+.col-md-4 ul li+li+li .overlay_portfolio {
    padding: 24% 0;
}


section.portfolio-col {
    padding: 50px 0;
}

.portfolio-col div#portfoliolist .col-md-4 {
    display: none;
}

.portfolio-col #portfoliolist .logos ul li img {height: 269px;}
.portfolio-col #portfoliolist .logos+.logos+.logos ul li.last img{height: 211px;}


.portfolio-col #portfoliolist .websites ul li img{height: 262px;}
.portfolio-col #portfoliolist .websites+.websites ul li+li img{height: 392px;}
.portfolio-col #portfoliolist .websites+.websites+.websites ul li+li+li img{height: 320px;}
.portfolio-col #portfoliolist .websites+.websites ul li img {height: 393px;}
.portfolio-col #portfoliolist .websites+.websites+.websites ul li img {height: 363px;}
.portfolio-col #portfoliolist .websites+.websites ul li+li .overlay_portfolio {padding: 45% 0;}


.portfolio-col #portfoliolist .stationery ul li img{height: 262px;}
.portfolio-col #portfoliolist .stationery+.stationery ul li+li img{height: 262px;}
.portfolio-col #portfoliolist .stationery+.stationery+.stationery ul li+li img{height: 291px;}
.portfolio-col #portfoliolist .stationery+.stationery ul li img {height: 524px;}
.portfolio-col #portfoliolist .stationery+.stationery+.stationery ul li img {height: 436px;}
.portfolio-col #portfoliolist .stationery+.stationery ul li .overlay_portfolio {padding: 45% 0;}
.portfolio-col #portfoliolist .stationery+.stationery ul li+li .overlay_portfolio {padding: 25% 0;}
.portfolio-col #portfoliolist .stationery+.stationery+.stationery ul li .overlay_portfolio {padding: 45% 0;}
.portfolio-col #portfoliolist .stationery+.stationery+.stationery ul li+li .overlay_portfolio {padding: 31% 0;}

.portfolio-col #portfoliolist .video ul li img {height: 200px;}
.portfolio-col #portfoliolist .video+.video+.video ul li.last img{height: 204px;}

.portfolio-col #portfoliolist .brochure ul li img {height: 262px;}
.portfolio-col #portfoliolist .brochure+.brochure+.brochure ul li.last img{height: 465px;}
.portfolio-col #portfoliolist .brochure +.brochure +.brochure ul li img {
    height: 262px;
}
.portfolio-col #portfoliolist .brochure+.brochure ul li img {
    height: 524px;
}
.portfolio-col #portfoliolist .brochure+.brochure ul li+li img {
    height: 262px;
}


section.contact-us {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 12px;
    line-height: 22px;
}

section.contact-us p {
    font-size: 16px;
    margin-bottom: 23px;
    color: #000;
}

section.contact-us h5 {
    font-size: 22px;
    color: #848894;
}

section.contact-us h4 {
    font-size: 34px;
    color: #e74028;
    font-weight: 700;
}

section.contact-us ul li {
    display: inline-block;
}

section.contact-us ul li i {
    font-size: 19px;
    color: #cccccc;
}

section.contact-us ul {
    margin-top: 10px;
}

section.contact-us ul li a {
    padding: 10px 20px 0px 0px;
}

.contact-form input,.contact-form select {
    width: 100%;
    border: 1px solid #ededed;
    padding: 10px 10px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 2px;
    -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;
    font-size: 14px;
    font-weight: 400;
    color: #626262;
}

.contact-form textarea {
    width: 100%;
    border: 1px solid #ededed;
    padding: 10px 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    font-size: 14px;
    resize: none;
    height: 150px;
}

.contact-form input[type=submit] {
    display: inline-block;
    padding: 6px 70px;
    color: #fff;
    font-size: 17px;
    background: #e74028;
    border: none;
    width: auto;
    font-weight: 600;
    margin: 0 auto;
    display: table;
    border-radius: 2px;
    float: left;
        border-radius: 2px;
            background: linear-gradient(45deg, #013553 0%, #00649e 100%);
}

.contact-form input:focus, .contact-form textarea:focus {border: 2px solid #e74028;}




section.portfolio.portfolio-col img {
    max-width: 100%;
    /* height: 260px; */
    width: 100%;
    margin-bottom: 10px;
    object-fit: cover;
}

section.portfolio.portfolio-col .col-sm-4 {
    padding: 0 6px;
}
section.portfolio.portfolio-col .view-more{
    background: #ff2e53;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 40px;
    margin: 20px auto 0;
    display: table;
    letter-spacing: 1px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item {
    color: #000;
    padding: 6px 15px 4px 15px;
    font-weight: 500;
    border-bottom: 1px solid #1f004e2b;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu{
    background-color: #ffffff;
    padding: 0;
    margin:0;
}

section.portfolio.portfolio-col .websites img {
    height: 320px;
    width: 100%;
}

.our-solution{
    background: #fff7f5;
    padding: 40px 0;
}
.our-solution h2 {
    text-align: center;
}

.our-solution p {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin-bottom: 40px;
    color: #848894;
}
.our-solution figure h6 {
    position: absolute;
    top: 20px;
    color: #8e929c;
    right: 20px;
    font-size: 40px;
    opacity: .2;
    font-family: 'Poppins', sans-serif;
}

.our-solution .btn-block {
    text-align: center;
}

.our-solution .btn-block a{
    color: white;
    background: #f6683f;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    margin-left: 10px;
}

.our-solution .btn-block a.btn-discuss {
    color: #f7683f;
    background: #fbd9d0;
}

.content {
    overflow: auto;
    position: relative;
    height: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #1f004e;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.our-packages .pack ul li:before {
    content: '';
    background: #75838d;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 8px;
    display: none;
}

span.plan {
    font-size: 11px;
    position: relative;
    top: 0;
    background: #cf2e48;
    padding: 3px 12px;
    color: #fff;
    display: block;
}
span.plan1 {
    display: block;
    font-size: 11px;
    margin-top: 5px;
    background: #7b7b7b;
    color: #fff;
    padding: 3px 6px;
}
span.plan2 {
    display: block;
    font-size: 10px;
    margin-top: 5px;
    background: #7b7b7b;
    color: #fff;
    padding: 3px 6px;
}
.seo-paln p{
    font-size: 11px;
    color: #727272;
    text-align: left;
    width: 89%;
    margin: 10px 0;
    line-height: 17px;
}
.dropdown-menu{
    z-index: 9999999;
}

header img {
    max-width: 70%;
    margin: 0px 0px 0px;
}

header img {
   max-width: 100%;
}

header .nav-link {
    padding: 0;
}

section.our-package.pricing {
    background: #f6f6f6;
    padding: 40px 0;
}

section.our-package.pricing .our-packages .img-head {
    display: none;
}

section.our-package.pricing .nav-tabs {
    border: none;
    text-align: center;
    float: none;
    justify-content: center;
}

section.our-package.pricing .nav-tabs .nav-link {
    color: #3d3c7f;
    font-weight: 500;
    border: none;
    border-radius: 0;
}



.nav-tabs .nav-item {
    margin: 0 4px;
}

section.our-package.pricing .nav-tabs .nav-link.active {
    background: linear-gradient(45deg, #013553 0%, #00649e 100%);
    color: white;
    padding: 5px 25px;
    border-radius: 25px;
}

section.our-package.pricing .img-head {
    text-align: center;
}

section.br-sol.custom-web-pkg {
    position: relative;
    overflow: hidden;
    padding: 0 0 17px;
    background: #0b50a2;
}

section.br-sol.custom-web-pkg:before {
    background: #5d3c83ad;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

section.br-sol.custom-web-pkg .container {
    position: relative;
    z-index: 3;
    text-align: center;
}
section.br-sol.custom-web-pkg h2 {
    font-size: 39px;
    font-weight: 600;
    margin: 39px 0 2px;
    color: white;
    text-transform: capitalize;
}

.cs-wb-ul {
    border-radius: 2px;
    margin: 20px 0 0 0;
    width: 24% !important;
    padding: 0 0 !important;
}

.cs-wb-ul li {
    font-size: 12px;
    padding: 8px 0 8px 10px;
    position: relative;
    border-bottom: #ffffff36 1px solid;
    text-align: left;
    color: white;
}

.cs-wb-ul li:last-child {
    border-bottom: 0px none;
}

.cs-wb-ul li:before {
    content: "";
    background: #ffffff;
    width: 5px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 17px;
}


.cs-wb-ul ul {
    padding: 0 17px;
}

.cs-wb-pkg-show {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: #5d3c83ad 0 0 10px;
    padding: 30px 25px;
    margin-top: 23px;
    color: #424242;
    width: 91% !important;
    margin-left: 0;
    /* height: 100%; */
    margin: 10px auto 20px;
    border-radius: 5px;
}

.cs-wb-ul+.cs-wb-ul+.cs-wb-ul ul {
    /* min-height: 359px !important; */
}

.cs-wb-pkg-show a.grad-btn {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    margin-top: 5px;
    border-radius: 2px;
    font-size: 17px;
    width: 83%;
    border-radius: 5px;
    background: #ff2e53;
    font-size: 16px;
    font-weight: 500;
}

.cs-wb-pkg-show .pricebox {
    margin-top: 0;
    position: relative;
    text-align: center;
    margin-bottom: 0;
}

.cs-wb-pkg-show .actions a {
    color: #000 !important;
}

.cs-wb-pkg-show .actions a span {
    color: #000;
    font-size: 12px;
}

.cs-wb-pkg-show .actions a small {
    color: #6f6e6e !important;
}

.cs-wb-pkg-show  .actions {
    margin-top: 13px;
    padding-top: 13px;
}

section.br-sol.custom-web-pkg p {
    color: white;
}

.cs-wb-pkg-show h2 {
    color: #0b50a2!important;
    font-size: 22px !important;
    margin: 0 !important;
}

.cs-wb-pkg-show p {
    color: #ff2e53 !important;
    font-size: 12px;
    font-weight: 700;
}

.cs-wb-pkg-show .pricebox h3, .cs-wb-pkg-show .pricebox sup {
    color: #0b50a2!important;
    display: inline-block;
    font-size: 38px;
    margin: 0;
    font-weight: 700;
}

section.packages [class^="col-md-4"]>div .pricebox sup, .cs-wb-pkg-show .pricebox sup {
    font-size: 22px;
    font-weight: 600;
    position: relative;
}

section.packages [class^="col-md-4"]>div .pricebox strike, .cs-wb-pkg-show .pricebox strike {
    font-size: 16px;
    color: #6c6c6c;
    position: relative;
    top: -10px;
    font-weight: 700;
    left: 7px;
}

section.packages [class^="col-md-4"]>div .pricebox span, .cs-wb-pkg-show .pricebox span {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 700;
}

p.addontag {
    font-size: 10px;
    color: #000000;
    text-align: center;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    font-weight: 700;
    margin: 0 0;
}

.actions {
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    display: block;
    float: none;
    position: relative;
    clear: both;
    width: 100%;
    text-align: center;
    margin: 4px auto 10px;
}

.cs-wb-pkg-show .actions {
    margin-top: 13px;
    padding-top: 13px;
}

.actions a {
    vertical-align: top;
    min-width: inherit;
    margin: 0px;
    position: relative;
    cursor: pointer;
    color: #7b7b7b;
    font-size: 12px;
    font-weight: 500;
}

.actions a span {
    display: block;
    color: #ff002d;
    font-weight: 600;
    text-align: center;
}

.cs-wb-pkg-show .actions a small {
    display: block;
    font-size: 11px;
}

.our-banner .caption p {
    margin-bottom: 25px;
    color: white;
    font-size: 18px;
}
footer p {
    margin: 15px 0 0;
    font-size: 13px;
}

.contact-us h2 {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin-bottom: 30px;
    color: #000;
}

.testimonial .test h5 strong {
    color: white;
    background: linear-gradient(45deg, #013553 0%, #00649e 100%);
    height: 44px;
    display: inline-block;
    margin-right: 6px;
    top: 5px;
    position: relative;
    border-radius: 50%;
    width: 44px;
    text-align: center;
    line-height: 44px;
    font-weight: 500;
    font-size: 18px;
}

.our-packages .actions.row {
    margin-top: 25px;
    /* margin-left: -20px; */
    /* width: calc(100% + 40px); */
}

.our-packages .actions [class*=col] {
}

.actions a span small {
    display: block;
    color: #000000;
    font-weight: 600;
    font-size: 10px;
}

.sub-heading {
    color: #1f1667;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 18px;
    margin-top: 15px;
}

.services_page_content {
    padding: 40px 0;
}

.services_page_content p {
    font-size: 13px;
}

.services_page_content ul {
    padding-left: 15px;
    list-style-type: disc;
}

.services_page_content ul li {
    font-size: 13px;
    margin-bottom: 10px;
}

.services_page_content ul li a {
    color: #1f004e;
    font-weight: 500;
}

.our-capabilities .boxyrow {
    margin: 0 5px;
}

.our-capabilities .boxyrow .col-sm-4 {
    padding: 0 7px;
}

.our-capabilities .box img {
    margin-bottom: 6px;
}

.our-capabilities .boxyrow .col-sm-4:nth-child(2) {
    margin-top: 50px;
}

.our-capabilities .box a {
    color: transparent;
    background: transparent;
    padding: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.our-capabilities .box:hover {
    border-color: #f7683f;
}

.our-banner.inner-banner .caption {
    padding-top: 0;
    display: flex;
    align-items: center;
}

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: #f8eaef;
}

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;
}

.our-gurantee .box {
    background: #f6f7ff;
    padding: 40px 50px 30px;
    border-radius: 25px;
    position: relative !important;
    z-index: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.our-gurantee {
    padding: 40px 0;
}

.our-gurantee .box h4 {
    font-size: 28px;
    font-weight: 700;
    margin: 40px 0 20px;
}

.our-gurantee .box p {
    font-size: 13px;
    line-height: 24px;
    color: #8e929c;
}

.our-gurantee .box h2 {
    font-size: 75px;
    background: -webkit-linear-gradient(#ffffff, #00000029);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.2;
    position: absolute;
    bottom: 0px;
    z-index: 11;
    margin: 0;
    left: -60px;
    margin: auto;
    text-align: center;
    display: none;
}
.our-gurantee .box .row {
    position: relative;
    z-index: 9999;
}
.our-gurantee .box img {
    margin-top: -50px;
}
.our-gurantee .box:last-of-type {
    margin-bottom: 0;
}
.our-gurantee .box.unique {
    background: #eaf4fe;
}
.our-gurantee .box.delivery {
    background: #fff1fe;
}

.process-bg p{
    font-size: 20px;
}

.our-process h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 10px;
}

.our-process p {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin: 0;
}

.our-process .row {
    padding: 60px 0;
    position: relative;


    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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;
}
.pfimg.logo {
    margin: 5px;
    margin-bottom: 10;
    max-width: 100%;
    min-height: 248px;
}

.pfimg {
    width: 31% !important;
    height: auto;
    display: inline-block;
    margin-right: 15px;
    /* position: relative !important; */
    /* top: 0 !important; */
    /* left: 0 !important; */
}
section.mainpf {
    padding: 50px 0;
    text-align: center;
    background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%);
    color: #848894;
    font-size: 17px;
    overflow: hidden;
}

section.mainpf h2 {
    font-size: 44px;
    font-weight: 700;
    color: #282828;
}

section.mainpf h2+p {
    padding: 0 160px;
    font-weight: 400;
}
.leftcat button {
    color: #9598a1;
    font-size: 14px;
    display: block;
    background: none;
    border: none;
    margin-bottom: 4px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.leftcat {
    margin-top: 80px;
}
.rightfilter {
    margin: 20px 0 20px;
    text-align: left;
}

.rightfilter button.is-checked {
    background: #ff2e53;
    color: #fff;
    border: none;
    /* padding: 3px 20px; */
    border-radius: 20px;
    /* border-radius: 5px; */
}

.rightfilter button {
    color: #9598a1;
    font-size: 14px;
    background: none;
    border: none;
    margin-bottom: 4px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    padding: 3px 20px;
    border-radius: 5px;
}
.disable_element {
    color: #888888 !important;
    opacity: 0.4;
    pointer-events: none;
}

.zz {
    position: absolute;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    left: -282px;
}

.zz button {
    display: block;
    text-align: left;
    font-size: 13px !important;
    line-height: 16px;
    margin-bottom: 12px !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.zz button:hover {
    color: #e96137;
}
.our-banner img {
    width: 100%;
}

.pfimg figure {
    margin-bottom: 10px;
}

.pfimg figure img{
    max-width:100%;
}

button#showMore {
    background: #ff2e53;
    color: white;
    border: none;
    outline: none;
    display: inline-block;
    margin-top: 20px;
    padding: 8px 30px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    display:table;
    margin:20px auto 0;
}
button:focus{
    outline:none;
}


section.portfolio-col .nav-tabs {
    text-align: center;
    justify-content: center;
    border: 0;
    margin-bottom: 25px;
}

section.portfolio-col .nav-tabs .nav-item {
    margin: 0;
}

section.portfolio-col .nav-tabs .nav-item a {
    border: none;
    padding: 5px 25px;
    background: transparent;
    color: #495057;
    font-size: 16px;
    font-weight: 500;
    border-radius: 60px;
}

section.portfolio-col .nav-tabs .nav-item a.active {
    background: linear-gradient(45deg, #013553 0%, #00649e 100%);
    color: #fff;
}

section.portfolio-col [class*=col] {
    padding: 0 5px;
}

section.portfolio-col .row {
    margin: 0 -6px;
}
section.portfolio.portfolio-col #logo img {
    height: 300px;
}

section.portfolio.portfolio-col a.btn-custom {
    background: linear-gradient(45deg, #013553 0%, #00649e 100%);
    color: #fff;
    display: table;
    padding: 10px 50px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    margin: 15px auto 0;
}

section.portfolio.portfolio-col #brochure img, section.portfolio.portfolio-col #stationary img {
    height: 300px;
}


.popupform ul li{text-align: center;position:relative;width:100%;margin:8px 0px;display:inline-block;}
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea{background:#ffffff;border: #adadad 1px solid;padding:10px 10px 10px 34px;width:100%;border-radius:6px;font-size:14px;color:#000;box-shadow:none !important;outline:none 0px !important;}
.popupform ul li i{position:absolute;top:15px;left:14px;color: #ff2e53;}
.popupform ul li textarea{height: 120px;resize: none;}
.popupform ul li.last{text-align:center;}
.popupform ul li input[type="submit"]{background: #ff2e53;color:#fff;font-size:18px;border: #ff2e53 1px solid;text-transform:uppercase;font-weight:600;padding: 9px 10px;letter-spacing:1px;outline:0px none;border-radius: 50px;width: 195px;}
.popupform ul li input[type="submit"]:hover{background: #ce3c33;}
.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus{border:#b9bbbd 2px solid !important;}
.popupform{width: 450px;border-radius:23px;padding: 30px 30px;overflow:visible;border-bottom:#0467ff 5px solid;border: 0;}
.popupform h2{font-size:28px;color: #352c97;font-weight: 700;padding-left:15px;border-left: #352c97 6px solid;margin-bottom:12px;line-height:35px;margin-top: 0;}
.popupform h2+p{line-height:19px;font-size:14px;margin-bottom:12px;}
.popupform .fancybox-close-small{border: #352c97 3px solid;background:#fff;border-radius:72px;text-align:center;box-shadow:#000 0 0 10px;right: -14px;top: -13px;overflow: visible;opacity: 1;}
.popupform .fancybox-close-small:after{color: #de443a;font-size:25px;right:4px;}
.popupform ul {
    margin: 0;
}

.fancybox-container [class*=col] {
    padding: 0 5px;
}

.fancybox-container .row {
    margin: 0 -5px;
}
.dropdown-item.active, .dropdown-item:active {
    background: #412a85;
}

.dropdown-item:focus, .dropdown-item:hover {background: #004a75;color: white;}

section.portfolio.portfolio-col #website img {
    /*height: 260px;*/
}

.our-packages .pack .head {
    text-align: center;
}

footer .footer-social a i {
    color: #2f278d;
    line-height: 40px;
}
.zz button.button.is-checked {
    background: transparent;
    color: #ff2e53;
}

a.pkg-view-detail {
    margin: 14px 0 0 0px;
    display: inline-block;
    color: #3f2eb8;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    clear: both;
    border-bottom: #ccc 1px dotted;
    display: none;
}
label.error {
    display: none;
}

input.required.error {
    border: red 1px solid !important;
    color: red !important;
}



input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}
label.error {
    display: none !important;
}
.sub-heading {
    color: #f7ce0f;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 18px;
    margin-top: 15px;
    position: relative;
    display: inline-block;
}
.thankyou-banner h1 {
    font-size:  46px;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 58px;
}
.thankyou-banner h1 span {
    display:  block;
    font-family:  georgia;
    font-style:  italic;
}
.thankyou-banner {
    text-align: center;
    background: url(../images/home-banner.jpg);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
}
a.live-chat-thank.chat {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 70px;
    color: #fff;
    text-transform:  uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
}
i.bulb-icon {
    background: url(../images/logo-icon.png) no-repeat;
    width: 143px;
    height: 170px;
    position: absolute;
    top: -108px;
    left: -60px;
    z-index: -1;
}
.our-packages .pack .pricebox sup {
    color: #ff2e53;
    font-size: 20px;
    font-weight: 600;
    top: 0;
}
.our-packages .pack p{display: none;}
.actions a span {
    display: block;
    color: #015f96;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}
.actions a span small {
    display: block !important;
    color: #000000;
    font-weight: 600;
    font-size: 12px;
}
footer h4 {
    color: #7cd0ff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

ul.footer-quicklinks li a {
    font-size: 13px !important;
    font-weight: 400;
}
.contact-detail {}

.contact-detail p {
    font-size: 14px !important;
}

.contact-detail p span {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
}

.contact-detail p span a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #000 !important;
}

.contact-detail p a {
    color: #000;
}
section.contact-us h5 span {
    color: #e74028;
    font-weight: 700;
}
.our-packages .pack .pricebox em{
        font-size: 16px;
        color: #6c6c6c;
        position: relative;
        top: -10px;
        font-weight: 700;
        left: 7px;
}
.our-packages .pack .pricebox em span {position: absolute;top: 16px;left: 0;font-size: 14px;color: #6c6c6c;font-weight: 700;}

.our-packages .pack:hover {
    box-shadow: #00000073 0 0 15px;
}
.combo-pack .pack h4:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 100%;
    background: #0078bf;
    content: "";
}


#showMore {
    margin-top: 32px;
    clear: both;
    display: block;
}

.grid:after {
    display: block;
    clear: both;
    content: "";
}


/* ---- .element-item ---- */

.element-item {/* display: inline-block; */color: #262524;/* position: inherit !important; *//* float: left !important; *//* left: inherit !important; *//* top: inherit !important; */margin-bottom: 0;width: 265px !important;padding: 8px;/* transform: translate3d(0, 10px, 0) !important; */height: 265px;}
.grid {
    /* height: auto !important; */
}
.element-item > * {
  margin: 0;
  padding: 0;
}


.element-item img {
    border-radius: 7px;
    width: 100%;
}

.element-item:hover img {
    transform: scale(1.20);
    -ms-transform: scale(1.20);
    -webkit-transform: scale(1.20);
    background: #ffffff;
    border: none !important;
    color: #fff;
    z-index: 1;
    padding: 8px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 18px #00000063;
    transition: all 0.5s;
}

.new-pf div#filters button {
    display: inline-block;
    border-radius: 5px !important;
    width: auto;
    margin: 0 8px;
    outline: none;
    padding: 8px 27px;
    border: 2px solid #ff2e53;
    background: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    -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;
}

.new-pf div#filters {
    text-align: center;
    margin-bottom: 24px;
}


.new-pf div#filters .button.is-checked {
    background: linear-gradient(to right, rgb(255, 46, 83) 0%, rgb(255, 46, 83) 100%);
    color: #fff !important;
}

section.new-pf {
    padding: 40px 0;
}


.element-item.col-md-4.video {
    height: 253px !important;
}

.hidden{visibility:hidden;
  width:0px!important;
  height:0px!important;
  margin:0px!important;
  padding:0px!important;
  }


.element-item:hover {
    z-index: 1;
}
.element-item.video {
    height: 200px !important;
}


.new-pf div#filters button:active {
    color: #fff !important;
    background: linear-gradient(to right, rgb(255, 46, 83) 0%, rgb(255, 46, 83) 100%);
}

.grid {
    /* width: 93%; */
    /* margin: 0 auto; */
}

.auto-margi-null{ margin: 0 !important }
.width-auto{ width: 100% !important}

.grid {
    /* height: auto !important; */
    overflow-y: hidden;
    padding: 20px;
}

ul.list-ul li {
    margin-bottom: 10px;
}






/*TRADEMARK FORM*/
section.trademark-form {
    padding: 50px 0;
    background: #fff;
}

form.tmform {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 23px;
}

form.tmform .infobox {
    padding: 10px 0 0;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

form.tmform h3.title {
    font-size: 12px;
    font-weight: 600;
    color: #ff0000;
    margin-bottom: 7px;
    text-transform: uppercase;
}

form.tmform input, form.tmform select, form.tmform textarea {
    width: 100%;
    padding: 10px;
    height: 36px;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-size: 11px;
    background: #fbfbfb87;
}

form.tmform label {
    font-size: 12px;
    font-weight: 700;
    margin-top: 0px;
    display: block;
    padding-left: 3px;
}

form.tmform .infobox h2 {
    font-size: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

form.tmform .infobox h2+p {
    line-height: 22px;
    font-size: 13px;
}

form.tmform textarea {
    min-height: 150px;
}

form.tmform input[type="radio"] {width: inherit;height: auto;position: relative;top: 2px;left: -5px;}

.option label {
    display: inline-block !important;
    padding-left: 5px !important;
}

.tmform .col-md-12, .tmform .col-md-6 {
    padding: 0;
}

.tmform .col-md-6 ul li {
    width: 98%;
}

.tmform .col-md-6+.col-md-6 ul li {
    margin-top: 20px;
    float: right;
}

.tmform input.field-element {
    width: 55px;
    padding: 10px;
    display: block;
    margin-bottom: 0px;
    position: relative;
}

.tmform input.field-element+label {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    width: 10px;
    float: left;
}
ul.shotli li {
    display: inline-block;
}

ul.shotli {
    float: left;
    width: 100%;
}

ul.shotli label {
    padding: 0;
    text-align: center;
}
.tmform input[type="submit"] {
    background: #ff2e53;
    width: auto;
    font-size: 17px;
    padding: 7px 39px;
    line-height: normal;
    color: #fff;
    height: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 50px;
    border: none;
}
 


.notebox {
 
    padding: 40px;
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    padding: 0 140px;
    font-style: italic;
}

.notebox h3 {
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: initial;
}


form.tmform ul {
    margin-bottom: 10px;
}
section.our-packages.vpackage .actions a span {
    font-size: 12px;
}

section.our-packages.vpackage .actions a span small {
    display: inline-block;
    padding-right: 3px;
}

h4.centertext {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    text-transform: capitalize;
    font-size: 40px;
    color: #df1218;
    font-weight: 700;
    margin-bottom: 10px;
}


.captns{
    padding-top: 0!important;
}

section.our-packages.vpackage .pack h3 {font-size: 17px;text-align: center;display: block;}
 

.our-packages.vpackage .pack .head img {
    max-width: 60px !important;
    display: inline-block;
    display: none;
}


.col-lg-12.cs-wb-pkg-show.compressed-v {
    width: 40% !important;
}

.cs-wb-pkg-show.compressed-v {
    width: 60% !important;
}

.cs-wb-pkg-show.compressed-v .actions a span {
    font-size: 16px;
}

.cs-wb-pkg-show.compressed-v .actions a small {
    font-size: 14px;
}
.sub-heading:after {content: "";background: #f7ce0f;position: absolute;bottom: -3px;width: 100%;height: 2px;left: 0;}





section.inner-banner.cat-ban {
    background: url(../images/home-banner.jpg);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 80vh;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
}

section.inner-banner.cat-ban h1 {
    font-size: 50px;
    font-weight: 700;
}

section.inner-banner.cat-ban h2 {
    font-size: 60px;
    color: #ffb400;
    text-transform: capitalize;
    font-weight: 700;
}

section.inner-banner.cat-ban h5 {}

section.inner-banner.cat-ban a.npage-btn {
    background: #ff2e53;
    color: #fff;
    display: inline-block;
    padding: 10px 50px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
}

section.inner-banner.cat-ban .caption {
    width: 590px;
    font-family: 'Montserrat', sans-serif;
}
section.our-about.our-capabilities.innercap .col-sm-3:nth-child(2), section.our-about.our-capabilities.innercap .col-sm-3:nth-child(4) {
    margin-top: 30px;
}
section.who-we-are {
    /* display: none; */
    
}



.col-sm-3.scroll-port {
    margin-bottom: 10px;
}
















.slider-portfolio.owl-carousel .owl-item ul.logo-banr-icon li a img {
    width: unset;
    height: unset;
    object-fit: unset;
}


.slider-portfolio.owl-carousel ul.logo-banr-icon a {
    background: none;
    width: 100%;
    padding: 15px;
}
.slider-portfolio.owl-carousel ul.logo-banr-icon {
    display: flex;
}
.client-logo{

padding: 30px 0px;
    background: #ffffffe8;
}

.mycli{
    margin-bottom: 0px;
    text-align: center;
}
.mycli li img {
    height: 40px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    min-height: 40px;
    object-fit: contain;
}
ul.mycli li{
    list-style-type: none;
}
nav.main-menu.menu li.gt-bnr-head {
    background: linear-gradient(45deg, #013553 0%, #00649e 100%);
    padding: 15px 20px;
    border-radius: 30px;
}

nav.main-menu.menu li.gt-bnr-head a.various.grad-btn {
    color: #fff;
}





#ClutchContactForm .clutch-banner-section-form {
    background: #00395a;
    border-radius: 30px;
    padding: 25px 30px!important;
    margin: 20px;
}
#ClutchContactForm .clutch-banner-section-form span {
    font-size: 20px;
    color: #f0ba00;
    text-transform: capitalize;
}
#ClutchContactForm .clutch-banner-section-form p.title {
    font-size: 37px;
    color: #fff;
    font-weight: 700;
    margin: 6px 0 0;
}
#ClutchContactForm .clutch-banner-section-form .contact-sec {
    padding: 0;
}
#ClutchContactForm .clutch-banner-section-form input, #ClutchContactForm .clutch-banner-section-form textarea {
    border: 1px solid #543f96;
    height: 50px;
    padding: 10px 15px;
    position: relative;
    z-index: 9;
}
#ClutchContactForm .clutch-banner-section-form .contact-sec .form-group {
    margin-bottom: 0px;
}
#ClutchContactForm .clutch-banner-section-form .contact-sec i.bar {
    display: none;
}
#ClutchContactForm .clutch-banner-section-form label.control-label {
    display: none;
}
#ClutchContactForm .clutch-banner-section-form .contact-sec .form-group .button-4.mt-2.mb-0 {
    position: relative;
    z-index: 99;
}

#ClutchContactForm .clutch-banner-section-form .button-4.mt-2.mb-0 {
    border: 0;
    background: 0 0!important;
}
#ClutchContactForm .clutch-banner-section-form .button-4.mt-2.mb-0 .eff-4 {
    display: none;
}
#ClutchContactForm .clutch-banner-section-form input.submit-btn.contact_button {
    border: 0;
    height: auto;
    padding: 8px 30px;
    width: auto;
    margin: 0;
    background: #ff710c;
    border-radius: 8px;
    line-height: normal;
    border-color: #ff710c!important;
    margin-bottom: 15px;
}
#ClutchContactForm .clutch-banner-section-form .contact-sec .form-group .button-4.mt-2.mb-0 {
    position: relative;
    z-index: 99;
}
#ClutchContactForm .clutch-banner-section-form .contact-sec a.call-us {
    float: left;
    font-weight: 700;
    padding: 0;
    height: auto;
    line-height: normal;
}
#ClutchContactForm .clutch-banner-section-form .contact-sec a.live-chat {
    padding: 6px 15px;
    background: #fff;
    height: auto;
    line-height: normal;
    float: right;
    border-radius: 7px;
    font-size: 13px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 0;
}
#ClutchContactForm .clutch-banner-section-form:after {
    content: '';
    background: url(../images/form-img.png) no-repeat center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 195px;
    height: 254px;
}

footer a img {
    width: 150px;
}


/*
section.who-we-are.our-about:before {
    content: "";
    position: absolute;
    background-image: url(../images/2nd-fold-left.png);
    width: 200px;
    height: 200px;
}
*/

section.who-we-are:after {
    background-image: url(../images/2nd-fold-left.png),url(../images/2nd-fold-right.png);
    /* height: 300px; */
    background-position: 0% 0%,100% 16%;
    /* width: 300px; */
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: -9999;
}
.our-about::before {
    content: "";
}


.our-about h2 {
    font-size: 28px;
    color: #000000;
    line-height: 28px;
}

.our-capabilities {
    position: relative;
   
}

section.our-about.our-capabilities:after {
    content: "";
    position: absolute;
    background-image: url(../images/3rd-fold-left.png),url(../images/3rd-fold-right.png);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* height: 200px; */
    /* width: 200px; */
 /*   width: 60%;*/
    height: 60%;
    background-repeat: no-repeat;
     background-position: 0% 0%,100% 16%;
         background-size: 15%;
         z-index:-999999;
}


.our-process img {
    float: right;
    width: 80%;
}








.fa, .far, .fas {
     font-family: "Font Awesome 5 Free" !important; 
} 


.see-all{text-align: center;}


.see-all a {
    background: linear-gradient(45deg, #013553 0%, #00649e 100%);
    color: #fff;
    display: table;
    padding: 10px 50px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    margin: 15px auto 0;
}





.order-form{
  padding: 100px 100px;
      background: #f1f1f1;
}

.order-head {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.order-head h2{
      line-height: 42px;
    font-weight: 700;
    color: #00598c!important;
}

.order-head p{
      color: #000;
    font-size: 20px;
}



.form-order{
  padding: 60px 60px;
}

section.client-logo p {
    text-align: center;
    padding: 0;
    font-weight: 600;
}






.client-logo {
    padding: 15px 0px 30px;
    background: #ffffffe8;
}

#ClutchContactForm .clutch-banner-section-form .contact-sec a.call-us {
    float: left;
    font-weight: 700;
    padding: 0;
    height: auto;
    line-height: normal;
    color: #fff;
    width: 74%;
    padding-top: 6px;
}




.contacts-wrap .intl-tel-input .flag-container {
        position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    padding: 1px;
    
}


.send-wrap {
    margin: 0 auto;
}



.order-logo img {
    width: 34%;
    padding: 10px;
}

.crossbtn {
    float: right;
    font-size: 20px;
    border: 2px solid #000;
    padding: 0px 7px;
    border-radius: 3px;
    color: #212529;
    margin-top: 23px;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
    z-index: 99999;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 85px !important;
}

