* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
html{
    min-height: 100%;
    scroll-behavior: smooth;
    font-size: 16px;
}
:root{
--whiteColor:#ffffff;
--blackColor:#000000;
--themeColor: #fe3301;
--themeColorGreen: #16AD50;
--textColor:#9c9c9c;
--themeColorBlue:#4289C9;
--lightGrey:#F6F6F6;
}
a {
    color:var(--whiteColor);
}
a, a:hover, a:focus {
    text-decoration: none !important;
}
body {
    font-family: 'Manrope' !important;
    font-weight:400;
    font-size: 1rem;
    line-height:1.875rem;
    color:var(--textColor)!important;
    overflow-x: hidden;
    background-color: #0d0d11 !important;
}
::selection {
  background: #fe3301;
  color: black;
  text-shadow: none;
}

::-moz-selection {
  background: #fe3301;
  color: black;
  text-shadow: none;
}
h2{
    color: var(--whiteColor);
    font-size:3.75rem;
    line-height:4.625rem;
    text-transform: capitalize;
    margin-bottom:2rem;
    position: relative;
    font-weight: bold;
}
h2 span{
    color: var(--themeColor);
}
.dot{
    background: var(--themeColor);
    width:10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
  ul{
      margin: 0;
  }
  li{
      list-style-type: none;
  }

  .p100{
      padding:6.25rem 0;
  }
  .p70{
      padding:4.375rem 0;
  }
 .p50{
    padding:3.125rem 0;
 }
  /** button set **/
 .btn-econce{
     display: inline-block !important;
     color:var(--whiteColor) !important;
     background: var(--themeColor) !important;
 font-size: 1rem !important;
     line-height: 3rem !important;
     font-weight: 400 !important;
     text-transform: capitalize !important;
     text-align: center !important;
     padding:0 1.5rem !important;
     border-radius: 20px 0 20px 0 !important;
     white-space: nowrap;
     position: relative;
     transition: all 0.5s ease !important;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
 }

 .btn-square:hover, .btn-square:focus{
    background: #efc900 !important;
 }
 .btn-econce-swap{
      border-radius: 0 20px 0 20px !important;
      color: var(--themeColor) !important;
    background: var(--whiteColor) !important;
    margin-left: 1rem;
 }
  /** end button set **/
  @font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Semibold.woff2') format('woff2'),
        url('../fonts/Manrope-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.woff2') format('woff2'),
        url('../fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


  /** ico-moon **/
  @font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?a7uief');
    src:  url('../fonts/icomoon.eot?a7uief#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?a7uief') format('truetype'),
      url('../fonts/icomoon.woff?a7uief') format('woff'),
      url('../fonts/icomoon.svg?a7uief#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-facebook-3:before {
    content: "\e900";
  }
  .icon-instagram-2:before {
    content: "\e901";
  }
  .icon-linkedin:before {
    content: "\e902";
  }
  .icon-pinterest-1:before {
    content: "\e903";
  }
  .icon-tik-tok-1:before {
    content: "\e904";
  }
  .icon-twitter:before {
    content: "\e905";
  }
  .icon-whatsapp:before {
    content: "\e906";
  }
  .icon-youtube:before {
    content: "\e907";
  }
  .icon-clock-1:before {
    content: "\e908";
  }
  .icon-email-2:before {
    content: "\e909";
  }
  .icon-fax:before {
    content: "\e90a";
  }
  .icon-location:before {
    content: "\e90b";
  }
  .icon-phone-call:before {
    content: "\e90c";
  }
  .icon-printing:before {
    content: "\e90d";
  }
  .icon-smartphone-1:before {
    content: "\e90e";
  }
  .icon-bag-1:before {
    content: "\e90f";
  }
  .icon-calendar-1:before {
    content: "\e910";
  }
  .icon-cancel:before {
    content: "\e911";
  }
  .icon-Down:before {
    content: "\e912";
  }
  .icon-down-arrow-1:before {
    content: "\e913";
  }
  .icon-down-arrow-2:before {
    content: "\e914";
  }
  .icon-hamburger:before {
    content: "\e915";
  }
  .icon-left-arrow-1:before {
    content: "\e916";
  }
  .icon-left-arrow-2:before {
    content: "\e917";
  }
  .icon-loupe:before {
    content: "\e918";
  }
  .icon-next:before {
    content: "\e919";
  }
  .icon-play:before {
    content: "\e91a";
  }
  .icon-Prev:before {
    content: "\e91b";
  }
  .icon-Quote:before {
    content: "\e91c";
  }
  .icon-right-arrow-1:before {
    content: "\e91d";
  }
  .icon-right-arrow-2:before {
    content: "\e91e";
  }
  .icon-user-1:before {
    content: "\e91f";
  }
  .icon-analysis-1 .path1:before {
    content: "\e920";
    color: rgb(3, 3, 3);
  }
  .icon-analysis-1 .path2:before {
    content: "\e921";
    margin-left: -0.892578125em;
    color: rgb(237, 28, 36);
  }
  .icon-analysis-1 .path3:before {
    content: "\e922";
    margin-left: -0.892578125em;
    color: rgb(3, 3, 3);
  }
  .icon-analysis-1 .path4:before {
    content: "\e923";
    margin-left: -0.892578125em;
    color: rgb(237, 28, 36);
  }
  .icon-app-development .path1:before {
    content: "\e924";
    color: rgb(5, 5, 5);
  }
  .icon-app-development .path2:before {
    content: "\e925";
    margin-left: -0.7763671875em;
    color: rgb(5, 5, 5);
  }
  .icon-app-development .path3:before {
    content: "\e926";
    margin-left: -0.7763671875em;
    color: rgb(237, 28, 36);
  }
  .icon-app-development .path4:before {
    content: "\e927";
    margin-left: -0.7763671875em;
    color: rgb(237, 28, 36);
  }
  .icon-app-development .path5:before {
    content: "\e928";
    margin-left: -0.7763671875em;
    color: rgb(237, 28, 36);
  }
  .icon-app-development .path6:before {
    content: "\e929";
    margin-left: -0.7763671875em;
    color: rgb(237, 28, 36);
  }
  .icon-app-development .path7:before {
    content: "\e92a";
    margin-left: -0.7763671875em;
    color: rgb(5, 5, 5);
  }
  .icon-app-development .path8:before {
    content: "\e92b";
    margin-left: -0.7763671875em;
    color: rgb(5, 5, 5);
  }
  .icon-bullhorn .path1:before {
    content: "\e92c";
    color: rgb(3, 3, 3);
  }
  .icon-bullhorn .path2:before {
    content: "\e92d";
    margin-left: -1em;
    color: rgb(237, 28, 36);
  }
  .icon-bullhorn .path3:before {
    content: "\e92e";
    margin-left: -1em;
    color: rgb(3, 3, 3);
  }
  .icon-bullhorn .path4:before {
    content: "\e92f";
    margin-left: -1em;
    color: rgb(3, 3, 3);
  }
  .icon-bullhorn .path5:before {
    content: "\e930";
    margin-left: -1em;
    color: rgb(3, 3, 3);
  }
  .icon-bullhorn .path6:before {
    content: "\e931";
    margin-left: -1em;
    color: rgb(3, 3, 3);
  }
  .icon-bullhorn .path7:before {
    content: "\e932";
    margin-left: -1em;
    color: rgb(237, 28, 36);
  }
  .icon-bullhorn .path8:before {
    content: "\e933";
    margin-left: -1em;
    color: rgb(237, 28, 36);
  }
  .icon-bullhorn .path9:before {
    content: "\e934";
    margin-left: -1em;
    color: rgb(3, 3, 3);
  }
  .icon-bullhorn .path10:before {
    content: "\e935";
    margin-left: -1em;
    color: rgb(3, 3, 3);
  }
  .icon-bullhorn .path11:before {
    content: "\e936";
    margin-left: -1em;
    color: rgb(3, 3, 3);
  }
  .icon-bullhorn .path12:before {
    content: "\e937";
    margin-left: -1em;
    color: rgb(237, 28, 36);
  }
  .icon-bullhorn .path13:before {
    content: "\e938";
    margin-left: -1em;
    color: rgb(237, 28, 36);
  }
  .icon-bullhorn .path14:before {
    content: "\e939";
    margin-left: -1em;
    color: rgb(237, 28, 36);
  }
  .icon-bullhorn .path15:before {
    content: "\e93a";
    margin-left: -1em;
    color: rgb(237, 28, 36);
  }
  .icon-girl-bro1 .path1:before {
    content: "\e93b";
    color: rgb(197, 236, 255);
  }
  .icon-girl-bro1 .path2:before {
    content: "\e93c";
    margin-left: -1.2001953125em;
    color: rgb(197, 236, 255);
    opacity: 0.7;
  }
  .icon-girl-bro1 .path3:before {
    content: "\e93d";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path4:before {
    content: "\e93e";
    margin-left: -1.2001953125em;
    color: rgb(255, 239, 236);
  }
  .icon-girl-bro1 .path5:before {
    content: "\e93f";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path6:before {
    content: "\e940";
    margin-left: -1.2001953125em;
    color: rgb(255, 239, 236);
  }
  .icon-girl-bro1 .path7:before {
    content: "\e941";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path8:before {
    content: "\e942";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
    opacity: 0.5;
  }
  .icon-girl-bro1 .path9:before {
    content: "\e943";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path10:before {
    content: "\e944";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
    opacity: 0.5;
  }
  .icon-girl-bro1 .path11:before {
    content: "\e945";
    margin-left: -1.2001953125em;
    color: rgb(255, 239, 236);
  }
  .icon-girl-bro1 .path12:before {
    content: "\e946";
    margin-left: -1.2001953125em;
    color: rgb(255, 239, 236);
  }
  .icon-girl-bro1 .path13:before {
    content: "\e947";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path14:before {
    content: "\e948";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path15:before {
    content: "\e949";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
    opacity: 0.5;
  }
  .icon-girl-bro1 .path16:before {
    content: "\e94a";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path17:before {
    content: "\e94b";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path18:before {
    content: "\e94c";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path19:before {
    content: "\e94d";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path20:before {
    content: "\e94e";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path21:before {
    content: "\e94f";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path22:before {
    content: "\e950";
    margin-left: -1.2001953125em;
    color: rgb(0, 0, 0);
    opacity: 0.2;
  }
  .icon-girl-bro1 .path23:before {
    content: "\e951";
    margin-left: -1.2001953125em;
    color: rgb(76, 155, 0);
  }
  .icon-girl-bro1 .path24:before {
    content: "\e952";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path25:before {
    content: "\e953";
    margin-left: -1.2001953125em;
    color: rgb(255, 199, 179);
  }
  .icon-girl-bro1 .path26:before {
    content: "\e954";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path27:before {
    content: "\e955";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path28:before {
    content: "\e956";
    margin-left: -1.2001953125em;
    color: rgb(0, 0, 0);
    opacity: 0.2;
  }
  .icon-girl-bro1 .path29:before {
    content: "\e957";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path30:before {
    content: "\e958";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path31:before {
    content: "\e959";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path32:before {
    content: "\e95a";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path33:before {
    content: "\e95b";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path34:before {
    content: "\e95c";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path35:before {
    content: "\e95d";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path36:before {
    content: "\e95e";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path37:before {
    content: "\e95f";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path38:before {
    content: "\e960";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path39:before {
    content: "\e961";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path40:before {
    content: "\e962";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path41:before {
    content: "\e963";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path42:before {
    content: "\e964";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path43:before {
    content: "\e965";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path44:before {
    content: "\e966";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path45:before {
    content: "\e967";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path46:before {
    content: "\e968";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path47:before {
    content: "\e969";
    margin-left: -1.2001953125em;
    color: rgb(22, 22, 22);
  }
  .icon-girl-bro1 .path48:before {
    content: "\e96a";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path49:before {
    content: "\e96b";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path50:before {
    content: "\e96c";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path51:before {
    content: "\e96d";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path52:before {
    content: "\e96e";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path53:before {
    content: "\e96f";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path54:before {
    content: "\e970";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path55:before {
    content: "\e971";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path56:before {
    content: "\e972";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path57:before {
    content: "\e973";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path58:before {
    content: "\e974";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path59:before {
    content: "\e975";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path60:before {
    content: "\e976";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path61:before {
    content: "\e977";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path62:before {
    content: "\e978";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path63:before {
    content: "\e979";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path64:before {
    content: "\e97a";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path65:before {
    content: "\e97b";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path66:before {
    content: "\e97c";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path67:before {
    content: "\e97d";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path68:before {
    content: "\e97e";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path69:before {
    content: "\e97f";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path70:before {
    content: "\e980";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path71:before {
    content: "\e981";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path72:before {
    content: "\e982";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path73:before {
    content: "\e983";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path74:before {
    content: "\e984";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path75:before {
    content: "\e985";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path76:before {
    content: "\e986";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path77:before {
    content: "\e987";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path78:before {
    content: "\e988";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path79:before {
    content: "\e989";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path80:before {
    content: "\e98a";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path81:before {
    content: "\e98b";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path82:before {
    content: "\e98c";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path83:before {
    content: "\e98d";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path84:before {
    content: "\e98e";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path85:before {
    content: "\e98f";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path86:before {
    content: "\e990";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path87:before {
    content: "\e991";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path88:before {
    content: "\e992";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path89:before {
    content: "\e993";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path90:before {
    content: "\e994";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path91:before {
    content: "\e995";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path92:before {
    content: "\e996";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path93:before {
    content: "\e997";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path94:before {
    content: "\e998";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path95:before {
    content: "\e999";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path96:before {
    content: "\e99a";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path97:before {
    content: "\e99b";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path98:before {
    content: "\e99c";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path99:before {
    content: "\e99d";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path100:before {
    content: "\e99e";
    margin-left: -1.2001953125em;
    color: rgb(159, 244, 255);
  }
  .icon-girl-bro1 .path101:before {
    content: "\e99f";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path102:before {
    content: "\e9a0";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
    opacity: 0.6;
  }
  .icon-girl-bro1 .path103:before {
    content: "\e9a1";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path104:before {
    content: "\e9a2";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path105:before {
    content: "\e9a3";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
    opacity: 0.5;
  }
  .icon-girl-bro1 .path106:before {
    content: "\e9a4";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path107:before {
    content: "\e9a5";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path108:before {
    content: "\e9a6";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path109:before {
    content: "\e9a7";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path110:before {
    content: "\e9a8";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path111:before {
    content: "\e9a9";
    margin-left: -1.2001953125em;
    color: rgb(8, 62, 79);
  }
  .icon-girl-bro1 .path112:before {
    content: "\e9aa";
    margin-left: -1.2001953125em;
    color: rgb(51, 175, 0);
  }
  .icon-girl-bro1 .path113:before {
    content: "\e9ab";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path114:before {
    content: "\e9ac";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
    opacity: 0.5;
  }
  .icon-girl-bro1 .path115:before {
    content: "\e9ad";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path116:before {
    content: "\e9ae";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path117:before {
    content: "\e9af";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path118:before {
    content: "\e9b0";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
    opacity: 0.5;
  }
  .icon-girl-bro1 .path119:before {
    content: "\e9b1";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path120:before {
    content: "\e9b2";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path121:before {
    content: "\e9b3";
    margin-left: -1.2001953125em;
    color: rgb(8, 62, 79);
  }
  .icon-girl-bro1 .path122:before {
    content: "\e9b4";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
  }
  .icon-girl-bro1 .path123:before {
    content: "\e9b5";
    margin-left: -1.2001953125em;
    color: rgb(28, 165, 0);
  }
  .icon-girl-bro1 .path124:before {
    content: "\e9b6";
    margin-left: -1.2001953125em;
    color: rgb(51, 175, 0);
  }
  .icon-girl-bro1 .path125:before {
    content: "\e9b7";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path126:before {
    content: "\e9b8";
    margin-left: -1.2001953125em;
    color: rgb(51, 175, 0);
  }
  .icon-girl-bro1 .path127:before {
    content: "\e9b9";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path128:before {
    content: "\e9ba";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
    opacity: 0.5;
  }
  .icon-girl-bro1 .path129:before {
    content: "\e9bb";
    margin-left: -1.2001953125em;
    color: rgb(38, 50, 56);
  }
  .icon-girl-bro1 .path130:before {
    content: "\e9bc";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path131:before {
    content: "\e9bd";
    margin-left: -1.2001953125em;
    color: rgb(255, 103, 38);
    opacity: 0.5;
  }
  .icon-girl-bro1 .path132:before {
    content: "\e9be";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path133:before {
    content: "\e9bf";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path134:before {
    content: "\e9c0";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path135:before {
    content: "\e9c1";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-girl-bro1 .path136:before {
    content: "\e9c2";
    margin-left: -1.2001953125em;
    color: rgb(28, 55, 66);
  }
  .icon-girl-bro1 .path137:before {
    content: "\e9c3";
    margin-left: -1.2001953125em;
    color: rgb(255, 255, 255);
  }
  .icon-web .path1:before {
    content: "\e9c4";
    color: rgb(6, 6, 6);
  }
  .icon-web .path2:before {
    content: "\e9c5";
    margin-left: -1.0302734375em;
    color: rgb(237, 28, 36);
  }
  .icon-web .path3:before {
    content: "\e9c6";
    margin-left: -1.0302734375em;
    color: rgb(237, 28, 36);
  }
  .icon-web .path4:before {
    content: "\e9c7";
    margin-left: -1.0302734375em;
    color: rgb(237, 28, 36);
  }
  .icon-web .path5:before {
    content: "\e9c8";
    margin-left: -1.0302734375em;
    color: rgb(6, 6, 6);
  }
  .icon-web .path6:before {
    content: "\e9c9";
    margin-left: -1.0302734375em;
    color: rgb(6, 6, 6);
  }
  .icon-web .path7:before {
    content: "\e9ca";
    margin-left: -1.0302734375em;
    color: rgb(6, 6, 6);
  }
  .icon-web .path8:before {
    content: "\e9cb";
    margin-left: -1.0302734375em;
    color: rgb(6, 6, 6);
  }
  .icon-web-page .path1:before {
    content: "\e9cc";
    color: rgb(3, 3, 3);
  }
  .icon-web-page .path2:before {
    content: "\e9cd";
    margin-left: -0.9541015625em;
    color: rgb(237, 28, 36);
  }
  .icon-web-page .path3:before {
    content: "\e9ce";
    margin-left: -0.9541015625em;
    color: rgb(237, 28, 36);
  }
  .icon-web-page .path4:before {
    content: "\e9cf";
    margin-left: -0.9541015625em;
    color: rgb(237, 28, 36);
  }
  .icon-web-page .path5:before {
    content: "\e9d0";
    margin-left: -0.9541015625em;
    color: rgb(237, 28, 36);
  }
  .icon-web-page .path6:before {
    content: "\e9d1";
    margin-left: -0.9541015625em;
    color: rgb(3, 3, 3);
  }
  .icon-web-page .path7:before {
    content: "\e9d2";
    margin-left: -0.9541015625em;
    color: rgb(3, 3, 3);
  }
  .icon-web-page .path8:before {
    content: "\e9d3";
    margin-left: -0.9541015625em;
    color: rgb(3, 3, 3);
  }
  .icon-web-page .path9:before {
    content: "\e9d4";
    margin-left: -0.9541015625em;
    color: rgb(237, 28, 36);
  }
  .icon-web-programming .path1:before {
    content: "\e9d5";
    color: rgb(3, 3, 3);
  }
  .icon-web-programming .path2:before {
    content: "\e9d6";
    margin-left: -1.1328125em;
    color: rgb(237, 28, 36);
  }
  .icon-web-programming .path3:before {
    content: "\e9d7";
    margin-left: -1.1328125em;
    color: rgb(237, 28, 36);
  }
  .icon-web-programming .path4:before {
    content: "\e9d8";
    margin-left: -1.1328125em;
    color: rgb(237, 28, 36);
  }
  .icon-web-programming .path5:before {
    content: "\e9d9";
    margin-left: -1.1328125em;
    color: rgb(3, 3, 3);
  }
  .icon-web-programming .path6:before {
    content: "\e9da";
    margin-left: -1.1328125em;
    color: rgb(3, 3, 3);
  }
  .icon-web-programming .path7:before {
    content: "\e9db";
    margin-left: -1.1328125em;
    color: rgb(3, 3, 3);
  }
  .icon-briefcase-2:before {
    content: "\e9dc";
  }
  .icon-chat-1:before {
    content: "\e9dd";
  }
/** end ico-moon **/
 /****************
  @
  @   Animation
  @
  ****************/
  /** right-left **/
  .right-left {
    -webkit-animation: right-left 6s cubic-bezier(.39, .575, .565, 1) both;
    animation: right-left 6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes right-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    25% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    75% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes right-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    25% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    75% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
  /* slide-top */
  .slide-top {
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
 @-webkit-keyframes slide-top {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
              opacity: 1;
    }
  }
  @keyframes slide-top {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
              opacity: 1;
    }
  }

/* Push */
@-webkit-keyframes hvr-push {
    50% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes hvr-push {
    50% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-push:hover, .hvr-push:focus, .hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
 
 
  /** animation top-bottom**/
  .top-bottom {
    -webkit-animation: top-bottom 6s cubic-bezier(.39, .575, .565, 1) both;
    animation: top-bottom 6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes mymove {
    50% {background-position: center;}
  }
  /* type */
  
@keyframes type{ 
    from { width: 0; } 
  } 
  
  @keyframes type2{
    0%{width: 0;}
    50%{width: 0;}
    100%{ width: 100; } 
  } 
  
  @keyframes blink{
    to{opacity: .0;}
  }
  @keyframes filter-animation {
	0% {
		-webkit-filter: sepia(0) saturate(1);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		filter: sepia(0) saturate(1);
		transition: all 0.9s;
	}
	50% {
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
		transition: all 0.9s;
	}
	100% {
		-webkit-filter: sepia(0) saturate(1);
		filter: sepia(0) saturate(1);
		transition: all 0.9s;
	}
}
/** end animation top-bottom**/
   /**************
  @
  @   Header
  @
  **************/
  .page-template-about-template .logo, .page-template-services-template .logo, .page-template-work-template .logo, .page-template-contact-template .logo{
	   width: 12%;
  }
header{
    height: 6.25rem;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
}
.logo{
    display: block;
    width: 12%;
}
.logo img{
    width:100%;
    height: auto;
}
  .navbar.bg-light {
    background-color:transparent !important;
    text-transform: uppercase;
    font-size: 0.875rem;
    height: 6.25rem;
    position: relative;
}
.Fixed.navbar.bg-light {
    background-color: #fff !important;
    height: 6.25rem;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 48%);
    z-index: 99;
}
header nav .container{
    min-height: 6.25rem;
}
header.Fixed{
    position: fixed;
    z-index: 999;
    background: var(--blackColor);
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 21%);
}
header.Fixed .navbar.bg-light{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#fff !important;
    height: 6.25rem;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 48%);
    z-index: 99;
}

.logo a{
    width:14rem;
    display: block;

}
.logo a img{
    width: 100%;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
  
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 255 255 / 70%);
}
header a.btn-econce {
    margin-left: 1rem;
}
header nav .menu-header-menu-container{
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    text-align: right!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
header .btn-she{
    padding: 0 0.8rem;
}
header ul.d-flex.nav-end {
    padding-left: 0;
}
header ul.d-flex.nav-end li{
    margin-left: 1rem;
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
header ul.d-flex.nav-end li a{
    display: block;
    position: relative;
}
header ul.d-flex.nav-end li a .notification{
    display: block;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 0.875rem;
    background: var(--themeColor);
    top: -2px;
    right: -13px;
}
/** banner **/
.banner {
    height: calc(100vh - 5rem);
    position: relative;
	    padding: 0;
        overflow: hidden;
        margin-top: 5rem;
}
.banner .container{
    position: relative;
    z-index: 2;
}

.mouse {
    position: absolute;
    bottom: -20px;
    left: 43%;
    cursor: pointer;
    z-index: 1;
    -webkit-animation: top-bottom 4s cubic-bezier(.39, .575, .565, 1) 0.1s infinite;
    animation: top-bottom 4s cubic-bezier(.39, .575, .565, 1) 0.1s infinite;
    z-index: 2;
}
.mouse img {
    width: auto;
    height: auto;
}
@keyframes shine {
	to {
			opacity: 0.3;
			top: -30%;
			left: -30%;
			transition-property: left, top, opacity;
			transition-duration: 0.7s, 0.7s, 0.15s;
			transition-timing-function: ease;
	}
}
.banner h1{
    text-transform: capitalize;
    font-size:4rem;
    line-height: 5rem;
    color: var(--whiteColor);
    font-weight: bold;
}
.banner h2{
    font-size:3.25rem;
    line-height: 4rem;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom:1rem;
}
.banner h2 span{
    color: var(--themeColor);
}
.ban-img img{
    max-width: 100%;
    height: auto;
}
.banner .btn-link{
color: var(--themeColor);
font-weight: 600;
text-decoration: none;
align-self: center;
margin-left: 1rem;
display: flex;
}
.banner .btn-link span{
  opacity: 0;
  margin-left: -100px;
  transition: all .5s;
  width: 110px;
  display: inline-block;
}
.banner .btn-link i{
  font-size: 1.75rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: fit-content;
}
.banner .btn-link:hover span, .banner .btn-link:focus span{
  opacity: 1;
  margin-left:0px;
  
}
/**  wp menu **/
.menu-new {
	display: block
}

.menu-new li {
	display: inline-block;
	position: relative;
	z-index: 100;
}
.menu-new li.current-menu-item a{
    color: #fff;
    background: #924f64;
}

.menu-new li:first-child {
	margin-left: 0
}

.menu-new li a {
    font-weight: 400;
    text-decoration: none;
    padding: 0.625rem 0.5rem;
    display: block;
    color: #fff;
    transition: all .2s ease-in-out 0s;
    font-size:1rem;
    text-transform: uppercase;
}
.menu-new li a.btn-twenty{
    margin-left: 0.625rem;
}
.menu-new li a:hover, .menu-new li a:focus{
    opacity: 0.7;
}
.menu-new li ul li:hover>a {
	color: #fff;
    background: #924f64;
    opacity: 1;
}

.menu-new ul {
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 270px;
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 99;
	transform: translate(0, 20px);
	transition: all .2s ease-out
}

.menu-new ul:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px
}

.menu-new ul li {
	display: block;
	float: none;
	background: 0 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee
}

.responsive-menu {
	display: none;
	width: 100%;
	padding: 20px 15px;
	background: #924f64;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600
}

.responsive-menu:hover {
	background: #924f64;
	color: #fff;
	text-decoration: none
}

a.homer {
	background: #fc6d58
}


/**  end wp menu **/
header {
	position: fixed;
	width: 100%;
	z-index: 99;
	background: #0d0d11;
    height: 5rem;
    padding: 0.8rem 0;
}
#navbarSupportedContent {
	justify-content: flex-end;
}
#navbarSupportedContent li {
	margin: 0 .5rem;
    position: relative;
    align-self: center!important;
}
#navbarSupportedContent li:last-child {
	margin-right: 0;
}
#navbarSupportedContent a {
    color: var(--lightGrey);
    font-weight: 500;
	transition: all .3s;
    padding: 0;
    font-size: 1rem;
}
#navbarSupportedContent a:hover, #navbarSupportedContent a:focus{
    color:var(--themeColor);
}
#navbarSupportedContent ul li a.active{
    color:var(--themeColor);
}

header .navbar{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 1.1875rem 2.375rem rgba(0, 0, 0, 0.30), 0 .9375rem .75rem rgba(0, 0, 0, 0.22);
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
}
.navbar-brand img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
/*****************
@
@  Grow business
@
*****************/
.short-text{
    width: 70%;
    margin: 0 auto;
}
.mj-method{
    background-size: cover !important;
}

.method-card {
    background: #19191d;
    border-radius: 15px;
    padding: 2rem 1rem;
    text-align: left;
    height: 100%;
    border:1px solid #3e3e3e;
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.method-card:hover{
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 21%);
}
.method-card h3{
    color:var(--whiteColor);
    font-size: 1.75rem;
    line-height: 2.25rem;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
    margin-left: 1rem;
}
.method-card i{
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}
.method-card p{
    margin-top: 1.5rem;
    margin-bottom: 0;
}
.mj-method{
    padding-bottom: 0;
}
.mj-method .row{
    margin-top: 4rem;
}
.service-area{
    background-size: cover !important;
    margin-top: -7rem;
    padding-bottom: 4rem;
}
.service-area h4{
    color: var(--whiteColor);
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 6rem;
}
img.grow-img {
    max-height: 84px;
}
.grow-business .col-lg-4{
margin-bottom:2rem;
}
.grow-business .row {
    margin-top: 2.5rem;
}
.new-trends{
   
background: linear-gradient(to right,  rgba(254,51,1,1) 0%,rgba(255,187,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.new-trends h4{
    color: var(--whiteColor);
}
.new-trends h2{
    margin-bottom: 0;
    color: var(--whiteColor);
    font-size: 3.125rem;
    font-weight: 600;
}
.new-trends .btn-econce {
    background: var(--whiteColor) !important;
    color: var(--whiteColor) !important;
}
.counter-card{
    background:#19191d;
    border-radius: 15px;
    padding: 2rem 1rem;
    text-align: left;
    height: 100%;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 21%);
}
.counter-card h4{
    font-size: 3.4375rem;
    font-weight: bold;
    color: var(--whiteColor);
}
.counter-card h5{
    color: var(--themeColor);
    font-size: 0.9375rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
}
.counter-card:nth-child(1){
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.counter-card:nth-child(2){
    margin-top: 1rem;
}
.development-comp, .testimonial-area{
    background: #0d0d11;
}
.development-comp .carousel-indicators [data-bs-target], .testimonial-area .carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    background-color: #7d7d7d;
    border-radius: 50%;
}
.development-comp #carouselExampleIndicators, .testimonial-area #carouselExampleIndicatorsB{
    border: 2px solid var(--themeColor);
    border-top: none;
    padding: 0 2rem 2rem;
    border-radius: 0 0 20px 20px;
    position: relative;
    margin-top: 4rem;
}
.development-comp #carouselExampleIndicators:after, .testimonial-area #carouselExampleIndicatorsB:after{
    content: "";
    background: url(../images/corner-red.png);
    width: 52px;
    height: 61px;
    position: absolute;
    bottom: -58px;
    right: 50px;
}
.development-comp #carouselExampleIndicators h4, .testimonial-area #carouselExampleIndicatorsB h4{
    font-size:1.375rem;
    font-weight: 600;
}
.testimonial-area #carouselExampleIndicatorsB h4{
  padding-left: 3.5rem;
}
.development-comp .carousel-inner, .testimonial-area .carousel-inner {
    overflow: visible;
}
.development-comp img.review-img-icon  {
    position: absolute;
    width: 20%;
    right: -50px;
    top: 0;
    z-index: 9;
}
.testimonial-area img.review-img-icon{
  position: absolute;
    width: 20%;
    left: -50px;
    top: 0;
    z-index: 9;
    border-radius: 50%;
}
.development-comp p {
    padding-right: 2.5rem;
}
.testimonial-area .carousel-item p{
  padding-left: 3.5rem;
}
.portfolio-card{
    margin:0 1rem;
    border-radius: 15px;
    height: 12rem;
}
.portfolio-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    object-position: 0 0;
}
.slick-dots li button:before{
    
    border-radius: 50%;
    font-size: 2rem;
}
.slick-dots li.slick-active button:before{
    border: 1px solid var(--whiteColor);
}
.slick-dots{
    bottom:-35px;
}
.work-tgthr{
    background: var(--themeColorBlue);
}
.technology-sec .col-lg-2{
  margin-bottom:2rem;
}
.technology-sec .row{
  margin-top:3rem;
}
.contact-area{
  background: #F6F6F6;
  padding-bottom: 0;
}
.contact-area form{
  background: #fff;
  padding: 4rem 3rem;
  border-radius: 15px;
  box-shadow: 0 0 10px 4px #00000026;
  position: relative;
  z-index: 10;
}
.contact-area .form-control{
  border:none;
  border-radius: 0;
  border-bottom: 1px solid #6b6b6b;
  height: 3rem;
  padding-left: 2rem;
}
.contact-area .col-lg-12 {
  position: relative;
}
.contact-area .col-lg-12 i{
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.contact-area textarea.form-control {
  height: 8rem;
  display: block;
  padding:  0.75rem;
  padding-left: 2rem;
}
.contact-area .col-lg-12 i.icon-chat-1{
  top:1rem;
  transform: inherit;
}
.text-left{
  text-align: left;
}
.contact-area form button.btn-econce{
  border:none;
}
.contact-icon-area i{
  font-size: 3rem;
  display: inline-block;
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 1px solid #000;
  color: var(--themeColor);
}
.email-content a:hover, .email-content a:focus{
  color: var(--themeColor);
}
.email-content h4{
  font-weight: 700;
}
.bottom-foot-logo {
display: inline-block;
width:8%;
vertical-align: middle;
}
.bottom-foot-logo img{
  display: block;
  width: 100%;
}
.wrapper {
  overflow: hidden;
}
.servIcon {
    width: 60px;
    height: 60px;
    display: block;
    background: var(--themeColor);
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.servIcon img{
  width:100%;
}
.counter-card a{
  color: var(--whiteColor);
      transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.counter-card a:hover, .counter-card a:focus{
  color: var(--themeColor);
}
.counter-card a i{
  margin-left: 0;
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}
.counter-card a:hover i{
  margin-left: 10px;
}
.hire-expert-section img{
  width: 100%;
}
.blog-card img{
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.blog-card{
    background: #19191d;
    border-radius: 15px;
    padding: 0;
    text-align: left;
    height: 100%;
    border: 1px solid #3e3e3e;
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.blog-content{
  padding: 1.5rem;
}
.blog-content h6{
  padding-bottom: 1rem;
}
.blog-content a:hover, a:focus{
  color: var(--themeColor) ;
}
.blog-content a{
	 color: var(--whiteColor);
}
.blog-content a i{
  margin-left: 0;
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}
.blog-content a:hover i{
  margin-left: 10px;
}
/*****************
@
@   Footer
@
*****************/
footer{
  padding-top: 5rem;
    position: relative;
    z-index: 9;
    background: var(--blackColor);
}
footer h3{
  font-weight: 600;
  margin-bottom: 2rem;
  color: var(--whiteColor);
}
footer ul{
  padding-left: 0;
}
.bottom-foot{
    border-top: 1px solid #ccc;
    padding: 1rem 0;
    margin-top: 3rem;
}
.bottom-foot p{
    margin-bottom: 0;
}
footer .quick-link li{
width: 48%;
float: left;
}
footer a:hover, footer a:focus{
  color: var(--themeColor);
}
footer .contact-link i{
  font-size: 1.5rem;
  margin-top: 4px;
  margin-right: 1rem;
}
a.foot-logo {
  display: inline-block;
  margin-bottom: 2rem;
  width: 35%;
}
a.foot-logo img{
  width: 100%;
  display: block;
}
main.main-content {
  position: relative;
  /* z-index: -1; */
}
.about-img {
    position: relative;
}
.about-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--themeColor);
    bottom: -15px;
    left: -15px;
    z-index: -1;
	animation: moveSquare 2s infinite ease-in-out;
}
@keyframes moveSquare {
  0% {
    left: 0;
  }
  50% {
    left: calc(100% - 90px);
  }
  100% {
    left: 0;
  }
}
.about-paralax{
	background-size: cover !important;
    background-attachment: fixed !important;
	text-align:center;
	position:relative;
}
.about-paralax:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	opacity:0.5;
	
}
.about-us .method-card h3{
	text-align:center;
	
}
.about-us img.aboutIcon {
    width: 30%;
    margin-bottom: 20px;
}
.rotate {
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.privacy-policy h1.page-title, .page-id-2 h1.page-title, .privacy-policy h2, .page-id-2 h2{
	color: var(--whiteColor) !important;
}
.page-template-general-inner-template .main-content ul li::after{
	    color: #ffffff;
}
.case-study-area {
    background: #19191d;
    border-radius: 30px;
    position: relative;
    top: 0;
    transition: .6s;
    margin-bottom: 0px;
    overflow: hidden;
    height: 100%;
}
.case-study-image-area {
    height: 400px;
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}
.case-study-image-area img {
    transition: 1s;
    width: 100%;
}
.case-study-body {
    padding: 35px 25px 40px;
    /* background: #19191d; */
    z-index: 1;
    position: relative;
}
.case-study-body p {
    margin-top: 25px;
}
.case-study-body a {
    color: var(--themeColor);
	    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.case-study-body a:hover, .case-study-body a:focus{
	  color: var(--themeColor);
	  opacity:0.7;
}
.case-study-body h6 {
    color: #fff;
    font-weight: 600;
}
.case-study-body h6 a{
	color: #fff;
	    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.case-study-body h6 a:hover, .case-study-body h6 a:focus{
	 color: var(--themeColor);
}
.case-study-body a i {
    margin-left: 0;
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.case-study-body a:hover i {
    margin-left: 10px;
}
.workPage > .container > .row > div {
    margin-bottom: 40px;
}
/*****************
@
@   Responsive
@
*****************/

@media (min-width: 1500px) {
    .container {
        max-width: none;
        padding: 0 5%;
    }
        html {
        font-size: 20px;
    }
    
}
@media (min-width: 2500px) {
    html {
        font-size: 32px;
    }
}
@media (min-width: 3700px){
	html {
    font-size: 47px;
}
}
@media (min-width: 5000px){
	html {
    font-size: 60px;
}
}

@media (max-width:1700px){
    .banner h2{
        font-size:2.5rem;
        line-height: 3rem;
    }
    .banner h1 {
        font-size:3.5rem;
        line-height: 4rem;
    }
    h2{
        font-size:3.25rem;
        line-height:4rem;
    }
    .method-card h3{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (max-width:1367px){
.ban-img {
    width: 98%;
}
}
@media (max-width:1200px){
    h2{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    
    
}
@media (max-width:1025px){
 
}
@media (max-width:991px){
    html{
        font-size: 14px;
    }
    .logo{
        width: 21%;
    }
    .menu-new{
        text-align: center;
        background: #fff;
        width: 100%;
    }
    
    .menu-new li {
        display: block;
        border-bottom:1px solid rgb(142 142 142 / 26%);
    }
    .menu-new li:last-child{
        border-bottom:none;
    }
    .menu-new li a {
        padding: 10px 5px;
        font-size: 16px;
    }
    
    .menu-new ul{
        width: 100%;
        position: relative
    }
    .menu-new ul li a{
        text-align:center;
    }
    .menu-new ul ul, .menu-new ul{
        display: none;
    }
    .menu-new li:hover>ul{
        display: block;
    }
    .menu-new ul:after{
        left: 50%;
    }
    .logo a {
        width: 140px;
    }
    .navbar button.navbar-toggler{
        color: var(--whiteColor);
    }
    .navbar-toggler{
        font-size:2.5rem;
    }
    .logo {
        width: 29%;
    }
    header ul.d-flex.nav-end{
        margin-left: 0;
        position: absolute;
        right: 12rem;
        top: 30px;
    }
    .navbar-toggler-icon{
        font-size: 2rem;
    }
    .social-head {
        padding: 0;
        position: absolute;
        top: 30px;
        right: 90px;
    }
    .navbar button.navbar-toggler{
        position: absolute;
        right: 0;
        top: 8px;
    }
    #navbarSupportedContent{
        background: #000;
        margin-top: -2px;
    }
    #navbarSupportedContent ul li a.active:after, #navbarSupportedContent ul li a:after{
        display: none;
    }
    #navbarSupportedContent li {
        padding: 1rem 0;
        border-bottom: 1px solid #ccc;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    #navbarSupportedContent ul li a.active{
        color: var(--themeColor);
    }
    .navbar button.navbar-toggler:focus{
        box-shadow: none;
    }
    header a.btn-econce {
      top: 3px;
      right: 5rem;
      position: absolute;
  }
  .banner {
    height: auto;
    text-align: center;
  }
  .banner .row {
    margin-top: 6rem;
}
.banner .d-flex{
justify-content: center;
margin-bottom: 2rem;
}
.new-trends{
  text-align: center;
}
.new-trends a.btn-econce{
  margin-top: 2rem;
}
.new-trends h2 br{
  display: none;
}
.counter-card:nth-child(1) {
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.counter-wrap {
  margin-bottom: 2rem;
}
.development-comp, .testimonial-area {
  background: #0d0d11;
  text-align: center;
}
.development-comp #carouselExampleIndicators, .testimonial-area #carouselExampleIndicatorsB{
  padding: 0 2rem 5rem;
}
.development-comp img.review-img-icon, .testimonial-area img.review-img-icon{
  position: relative;
  right: inherit;
  left: inherit;
  margin-bottom: 2rem;
}
.development-comp p{
  padding-right: 0;
}
.testimonial-area .carousel-item p, .testimonial-area #carouselExampleIndicatorsB h4{
  padding-left: 0;
}
.projects-area {
  text-align: center;
}
.technology-sec img{
  width: 100%;
}
.contact-area{
  text-align: center;
}
.contact-icon-area{
  margin-bottom: 2rem;
  justify-content: center;
}
.bottom-foot .d-flex{
 display: block !important;
 margin: 0 auto;
 text-align: center;
}
footer h3{
  margin-top: 2rem;
}
.portfolio-card{
  height: 24rem
}
}
@media (max-width:575px){
    .logo {
        width: 45%;
    }
   
   
}
@media (max-width:480px){
html {
    font-size: 12px;
}
.logo {
    width: 25%;
}
header a.btn-econce{
  padding: 0 0.7rem !important;
}
.banner h1 {
  font-size: 2.5rem;
  line-height: 3rem;
}
.new-trends h2{
  font-size: 2.125rem;
}
.counter-card h4 {
  font-size: 2.4375rem;
}
.counter-wrap .d-flex{
  display: block !important;
}
.counter-card:nth-child(1){
  margin-right: 0;
}
.counter-card{
  margin-right: 0;
  margin-bottom: 2rem;
}
.testimonial-area {
  margin-bottom: 2rem;
}
#navbarSupportedContent {
  margin-top: 4px;
}
.short-text {
  width: 100%;
}
}
@media (max-width:360px){
  .banner h1 {
    font-size: 2rem;
    line-height: 3rem;
}
header a.btn-econce {
  padding: 0 0.5rem !important;
  right: 4rem;
  font-size: 0.77rem !important;
}
.banner h2, h2, .new-trends h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.dot{
  width: 7px;
  height: 7px;
}
.method-card h3 {
  font-size: 1.2rem;
  line-height: 2rem;
}
footer .quick-link li {
  width: 100%;
  float: none;
}
.foot-logo{
  display: block;
  width: 30%;
}
.foot-logo img{
  width: 100%;
  height: auto;
}
.navbar button.navbar-toggler{
  top: 3px;
}
}