/*
Theme Name: Nadz Digital Theme
Theme URI: 
Description: Nadz Digital Theme
Version: 1.01
Author: Sadiq Hashim
Tags: Nadz Digital Theme
*/
html, body {
width: 100%;
overflow-x: hidden !important;
}
body {
    font-size: 16px !important;
    font-family: "Poppins", serif !important;
    font-style: normal;
    color: #fff !important;
    overflow-x: hidden !important;
    background: #020202 /*url(images/body-bg.jpg) top center no-repeat*/ !important;
}
.container-fluid {
    padding: 0px 70px !important;
}
.banner {
    position: relative;
    padding-top: 25px;
    padding-bottom: 70px;
    background-image: url(images/fb-left.png), url(images/fb-right.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 45% 100%, 45% 100%;
    overflow: hidden !important;
}
.banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 10px;
    animation: fall linear infinite;
    z-index: -1;
    pointer-events:none;
}
.snowflake {
    position: absolute;
    top: -10px;
    color: inherit!important;
    font-size: 10px;
    opacity: 0.7;
    animation: fall linear infinite;
    pointer-events: none;
    z-index: -1;
}
@keyframes fall {
    to {
        transform: translateY(100vh);
    }
}
video#ban-video {
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    object-fit: cover;
}
#site-header {
    width: 100%;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #181818;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    border-bottom: 1px solid #3a3a3a;
}
.logo {
    position: relative;
}
.menu {
    position: relative;
    text-align: right;
    z-index: 999;
}
.menu ul {
    padding: 0px;
    margin: 0px;
}
.menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 12px;
}
.menu ul li:last-child {
    margin-right: 0px;
}
.menu ul li a {
    color: #fff;
    display: block;
    text-decoration: none !important;!i;!;
    transition: 0.3s all;
}
.menu ul li a:hover {
    color: #dd4e1e;
}
.menu ul li ul.sub-menu {
    position: absolute;
    z-index: 999;
    top: 25px;
    text-align: left;
    display: none;
    overflow: hidden !important;
}
.menu ul li ul.sub-menu li {
    display: block !important;
    background: #181818;
    padding: 0;
    margin: 0px;
}
body.home.page-template .menu ul li ul.sub-menu li:last-child {
    display: block !important;
}
.menu ul li ul.sub-menu li:first-child {
    margin-top: 15px;
}
.menu ul li ul.sub-menu li a {
    font-size: 15px;
    padding: 7px 10px;
    color: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid #262626 !important;
    transition: 0.1s all;
    display: block;
    border-radius: 0px;
    border-bottom: none;
}
.menu ul li ul.sub-menu li a:after {
    display: none!important
}
.menu ul li ul.sub-menu li a:hover {
    color: #fff;
    background: #dd4e1e;
}
.menu ul li:hover ul.sub-menu {
    display: block
}
.menu ul li ul.sub-menu li:last-child a {
    border-bottom: none;
}
div#rmp-container-58:before {
    content: '';
    width: 80px;
    height: 40px;
    display: block;
    background: url(images/nadz-digital-logo.png) top center no-repeat;
    background-size: contain;
    margin: 20px 15px 20px;
}
.mega-menu {
    position: fixed;
    top: 115px;
    width: 100%;
    background: #dc592e;
    z-index: 999999;
    display: none;
    padding: 20px 15px;
}
.menu ul li#menu-item-129:hover + .mega-menu {
  display: block;
}
.mega-menu .nav-tabs {
    display: flex;
    border: none !important;
}
.mega-menu .nav-tabs li {
    width: 14.282%;
}
.mega-menu .nav-tabs li a {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: block;
    padding: 10px 0px;
    background: none;
    border: none;
    outline: none !important;
    color: #fff;
    text-align: center;
}
/*.mega-menu .nav-tabs li button:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgb(255 255 255);
    background: linear-gradient(38deg, rgb(104 47 47) 0%, rgb(223 185 48) 80%);
    vertical-align: middle;
    margin-right: 10px;
}*/
.mega-menu .nav-tabs li a.active {
    color: #fff;
    background: #171717;
    border-radius: 20px 20px 0px 0px;
}
.mega-menu .tab-content {
    background: #181818;
    padding: 25px 20px;
    border-radius: 0px 0px 20px 20px;
}
.mega-menu .tab-content .col-md-4 {
    border-right: 1px solid #8b3417;
}
.mega-menu .tab-content .col-md-4:last-child {
    border-right: 0px;
}
.mega-menu .tab-content ul {
    margin: 0px;
    padding: 0px 0px 0px 30px;
}
.mega-menu .tab-content ul li {
    display: block;
    margin: 10px 0px;
    list-style: none;
}
.mega-menu .tab-content ul li a {
    color: #d9d9d9;
    text-decoration: none !important;
    transition: 0.3s all;
    display: inline-block;
}
.mega-menu .tab-content ul li a:hover {
    color: #dd4e1e;
}
.mega-menu .tab-content ul li a:after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #ccc;
    margin-top: 5px;
    transition: 0.3s all;
}
.mega-menu .tab-content ul li:hover a:after {
    width: 100%;
    background: #dd4e1e;
}
ul.rmp-submenu.rmp-submenu-depth-1 li a:before {
    content: '-';
    display: inline-block !important;
    margin-right: 5px;
}
.top-btns {
    position: relative;
    text-align: right;
    z-index: 999;
}
.top-btns ul {
    padding: 0px;
    margin: 0px;
}
.top-btns ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}
@property --snakeAngle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}
.top-btns ul li a {
    color: #fff;
    display: block;
    background: #181818;
    padding: 10px 10px;
    border-radius: 5px;
    transition: 0.3s all;
    text-decoration: none !important;
    border: 1px solid #323232;
    position: relative;
}
.top-btns ul li a:hover {
    background: #dd4e1e;
}
    position: relative !important;
    overflow: visible !important;
}

/* base border so your button still looks normal */
.top-btns ul li a::after{
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: 5px !important;
    border: 1px solid #323232 !important;
    pointer-events: none !important;
}

/* snake on border only */
.top-btns ul li a::before{
    content: "" !important;
    position: absolute !important;
    inset: -1px !important;
    border-radius: calc(5px + 3px) !important;
    pointer-events: none !important;

    border: 1px solid transparent !important;

    --snakeAngle: 0deg;
    background: conic-gradient(
        from var(--snakeAngle),
        transparent 0deg,
        rgba(255,255,255,0.95) 28deg,
        transparent 70deg,
        transparent 360deg
    ) border-box !important;

    -webkit-mask:
        linear-gradient(#000 0 0) padding-box,
        linear-gradient(#000 0 0) border-box !important;
    -webkit-mask-composite: xor !important;

    animation: snakeAngleMove 3.5s linear infinite !important;

    filter: drop-shadow(0 0 4px rgba(255,255,255,0.35)) !important;
}

@keyframes snakeAngleMove{
    to { --snakeAngle: 360deg; }
}
.ban-txt {
    position: relative;
    margin-top: 110px;
    z-index: 5;
}
.ban-txt h1 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    text-transform: capitalize;
}
.ban-txt h1 span {
    color: #dd4e1e;
}
.ban-txt p {
    font-size: 20px;
    color: #fff;
    margin: 25px 0px 35px;
}
.ban-txt a {
    font-size: 18px;
    color: #fff !important;
    display: inline-block;
    background: #dd4e1e;
    padding: 15px 30px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #dd4e1e;
    transition: none;
    will-change: transform, opacity;
}
.ban-txt a:hover {
    color: #fff;
    background: #181818;
    border: 1px solid #444444;
}
.ban-txt .ban-btn{
  display:inline-block;
  transform: none;
}
.ban-txt p a {
    background: none !important;
    border: none !important;
    padding: 0px;
    display: inline-block !important;
    width: auto;
    margin-right: 0px;
    color: #ffaa8e !important;
}
.ban-txt p a:hover {
    color: #dd4e1e !important;
}
.ban-img {
    margin-top: 50px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.06, 1.06);
  }
  100% {
    transform: scale(1, 1);
  }
}
.ban-slider {
    position: relative;
    margin-top: 50px;
}
.ban-slider .item img {
    margin: 0 auto;
}
.case-section {
    position: relative;
    padding: 0px 0px 70px;
}
.case-section:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(images/lines-bg.png);
    background-repeat: repeat-x;
    animation: slideBackground 20s linear infinite;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
}
@keyframes slideBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.case-text {
    position: relative;
    text-align: center;
}
.case-text span:before, .case-text span:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #dd4e1e;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.case-text span:after {
    margin-left: 10px;
    margin-right: 0px;
}
.case-text h2, .case-text h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    text-transform: capitalize;
}
.cb-txt {
    position: relative;
}
.case-text span {
    color: #fff;
}
.cb-txt h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.cb-txt p {
    color: #fff;
    margin: 20px 0px;
}
.cb-txt a {
    font-size: 18px;
    color: #fff !important;
    display: inline-block;
    background: #181818;
    padding: 15px 25px;
    margin-right: 20px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none !important;
    transition: 0.3s all;
}
.cb-txt a:hover {
    color: #fff;
    background: #dd4e1e;
}
.case-section img {
    border-radius: 15px;
    width: 100%;
    height: auto;
}
.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 415px;
    max-width: 100%;
    z-index: 9;
    margin: 40px auto 0px;
}
.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  min-height: 393px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 15px;
    overflow: hidden;
}
.flip-box-front:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0 0 0 / 78%) 65%, rgba(0, 0, 0, 0.014443277310924318) 100%);
    border-radius: 0px 0px 15px 15px;
}
.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box-front .inner {
    bottom: 0px;
    top: auto !important;
    padding-bottom: 0px !important;
}
.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}
.flip-box-header {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
}
.flip-box p {
    font-size: 16px;
    color: #fff;
    margin: 10px 0px;
}
a.flip-box-button {
  background-color: #fff;
  border-radius: 5px;
  color: #dd4e1e;
  cursor: pointer;
  margin-top: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s all;
  text-decoration: none !important;
}
a.flip-box-button:hover {
    color: #fff;
    background: #181818;
}
.level-section {
    position: relative;
    padding: 25px 0px 50px;
    background: url(images/fb-center.png) top center no-repeat;
    background-size: 100% 100%;
}
.level-section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    text-transform: capitalize;
}
.level-section ul {
    padding: 0px;
    margin: 0px;
    text-align: right;
}
.level-section ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 10px;
}
.level-section ul li a {
    font-size: 18px;
    color: #fff !important;
    display: inline-block;
    background: #181818;
    padding: 15px 30px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #323232;
    text-decoration: none !important;
}
.level-section ul li:last-child a {
    background: #dd4e1e;
    border: 1px solid #dd4e1e;
}
.level-section ul li:last-child a:hover {
    color: #fff;
    background: #181818;
    border: 1px solid #444444;
}
.services-section {
    position: relative;
    padding: 50px 0px;
}
.services-section:before {
    content: '';
    width: 100%;
    height: 170%;
    background-image: url(images/grid-bg.png);
    background-repeat: repeat-x;
    animation: slideBackground 20s linear infinite;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
}
.services-section ul.nav-tabs {
    width: 30%;
    display: inline-block;
    border: none !important;
    vertical-align: text-top;
}
.services-section ul.nav-tabs li {
    margin: 15px 0px;
    padding-left: 20px;
}
.services-section ul.nav-tabs li button {
    font-size: 24px;
    font-weight: 200;
    color: #fff;
    background: none;
    border-radius: 0px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0px;
    outline: none !important;
    border: none !important;
    transition: 0.3s all;
}
.services-section ul.nav-tabs li button.active, .services-section ul.nav-tabs li button:hover {
    background: url(images/arr-right.png) left center no-repeat;
    color: #dd4e1e;
    padding-left: 40px;
}
.services-section .tab-content {
    display: inline-block;
    width: 65%;
    vertical-align: text-top;
}
.tab-box {
  position: relative;
  background: #181818;
  padding: 50px;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}

/* STATIC BASE LEFT BORDER (fallback) */
.tab-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: #dd4e1e;
}

/* ANIMATED SNAKE BORDER */
.tab-box::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    /* TOP (right → left) */
    linear-gradient(
      270deg,
      transparent 0%,
      #fff 30%,
      #dd4e1e 60%,
      transparent 100%
    ) top / 200% 2px no-repeat,

    /* LEFT (top → bottom) */
    linear-gradient(
      180deg,
      transparent 0%,
      #fff 30%,
      #dd4e1e 60%,
      transparent 100%
    ) left / 2px 200% no-repeat,

    /* BOTTOM (right → left) */
    linear-gradient(
      270deg,
      transparent 0%,
      #fff 30%,
      #dd4e1e 60%,
      transparent 100%
    ) bottom / 200% 2px no-repeat;

  animation: snakeBorder 2.2s linear infinite;

  /* Neon glow */
  filter:
    drop-shadow(0 0 6px #dd4e1e)
    drop-shadow(0 0 12px rgba(221, 78, 30, 0.8));
}

/* CONTINUOUS SNAKE LOOP */
@keyframes snakeBorder {
  0% {
    background-position:
      200% 0,
      0 -200%,
      200% 100%;
  }

  100% {
    background-position:
      0 0,
      0 200%,
      0 100%;
  }
}
.tab-box img {
    float: right;
}
.tab-box h3 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.tab-box p {
    font-size: 17px;
    color: #fff;
    margin: 20px 0px 0px;
}
.tab-box p a {
    padding: 0px;
    margin: 0px;
    border: none;
    color: #ffaa8e !important;
    background: no-repeat !important;
    text-decoration: none !important;
}
.tab-box p a:hover {
    color: #dd4e1e !important;
}
.tab-box a.rm-btn {
    color: #fff !important;
    display: inline-block;
    background: #181818;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none !important;
    transition: 0.3s all;
    margin-top: 30px;
    border: 1px solid #323232;
}
.tab-box a.rm-btn:hover {
    color: #fff !important;
    background: #dd4e1e !important;
}
.serv-slider {
    position: relative;
    display: none;
}
.serv-slider .owl-dots-wrapper {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 93%;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    scrollbar-width: none; /* Hide scrollbar for better UI */
}
.serv-slider .owl-dots {
    display: flex;
    gap: 30px;
}
.serv-slider .owl-dots-wrapper::-webkit-scrollbar {
    display: none; /* Hide scrollbar in WebKit browsers */
}
.serv-slider .owl-dot {
    display: inline-block;
}
.serv-slider .owl-dot button {
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    background: none;
    border: none;
    outline: none !important;
    border-bottom: 1px solid transparent;
    padding: 0px;
    padding-bottom: 10px;
}
.serv-slider .owl-dot.active button {
    color: #dd4e1e;
    border-bottom: 1px solid #fff;
}
.serv-slider .owl-carousel .owl-nav button {
    position: absolute;
    left: -8px;
    top: -32px;
    display: block;
    width: 100%;
    text-align: left;
    outline: none !important;
}
.serv-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -8px;
    text-align: right;
    left: auto;
}
.serv-slider .owl-carousel .owl-nav button span {
    font-size: 70px;
    font-weight: 200;
    display: block;
    line-height: 80px;
    color: #dd4e1e;
}

.testimonials-row {
    margin-top: 90px;
}
.rev-slider {
    position: relative;
    margin-top: 40px;
}
.rev-box {
    position: relative;
    text-align: center;
    margin-top: 160px;
}
.rev-box p {
    font-style: italic;
    font-size: 18px;
    color: #fff;
    margin: 0px;
}
.rev-box span {
    font-size: 20px;
    font-weight: 600;
    color: #dd4e1e;
    display: block;
    margin-top: 20px;
}
.rev-slider .owl-dots {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
}
.rev-slider .owl-dots button {
    outline: none !important;
    margin: 0px 10px;
    vertical-align: text-top;
}
.rev-slider .owl-dots button span {
    width: 100px;
    height: 100px;
    display: block;
    background: url(images/rev-icon.png) center center no-repeat;
    background-size: contain !important;
    border: 3px solid #252424;
    border-radius: 50%;
    position: relative;
}
.rev-slider .owl-dots button.active span {
    border: 3px solid #dd4e1e;
}
.rev-slider .owl-dots button.active span:after {
    content: '';
    display: block;
    width: 30px;
    height: 20px;
    background: url(images/arr-active.png) top center no-repeat;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.rev-slider .owl-dots button:first-child span {
    background: #020202 url(/wp-content/uploads/2025/12/aisha.webp) center center no-repeat;
}
.rev-slider .owl-dots button:nth-child(2) span {
    background: #020202 url(/wp-content/uploads/2025/12/victoria-polyanska.webp) center center no-repeat;
}
.rev-slider .owl-dots button:nth-child(3) span {
    background: #020202 url(/wp-content/uploads/2025/12/omar-al-khalidi.webp) center center no-repeat;
}
.rev-slider .owl-dots button:nth-child(4) span {
    background: #020202 url(/wp-content/uploads/2025/12/ananya-mehta.webp) center center no-repeat;
}
.rev-slider .owl-dots button:last-child span {
    background: #020202 url(/wp-content/uploads/2025/12/rahul-verma.webp) center center no-repeat;
}
.rev-slider .owl-nav button {
    position: absolute;
    left: 0px;
    top: 48px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    text-align: left;
    outline: none !important;
}
.rev-slider .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
    text-align: right;
}
.rev-slider .owl-nav button span {
    font-size: 100px;
    font-weight: 100;
    display: block;
    line-height: 100px;
    color: #dd4e1e;
}
.blog-section {
    position: relative;
    padding: 50px 0px 200px;
    background: url(images/fb-left.png) center left no-repeat;
}

.blog-section:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(images/grid-bg.png);
    background-repeat: repeat-x;
    animation: slideBackground 20s linear infinite;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
}
.blog-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 35%;
    position: absolute;
    top: 0;
    background: url(images/blog-bg.jpg) top center no-repeat;
    background-size: cover;
    z-index: 0;
}
.blog-section .case-text {
    z-index: 9;
}
.blog-box {
    position: relative;
    margin-top: 50px;
    z-index: 9;
}
.blog-box img {
    border-radius: 16px;
    display: block;
    max-width: 100%;
    height: 100%;
    border: 2px solid #dd4e1e;
}
.blog-box span {
    font-size: 15px;
    color: #dd4e1e;
    font-weight: 500;
    display: block;
    margin: 25px 0px 10px;
}
.blog-box h3 a {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    text-decoration: none !important;
}
.blog-box p {
    color: #fff;
    margin: 15px 0px;
}
.blog-box a.read-more {
    color: #fff !important;
    display: inline-block;
    background: #181818;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none !important;
    transition: 0.3s all;
    margin-top: 15px;
    border: 1px solid #323232;
}
.blog-box a.read-more:hover {
    background: #dd4e1e;
    border: 1px solid #dd4e1e;
}
footer {
    position: relative;
    padding: 30px 0px;
    background: url(images/footer-bg.jpg) bottom center no-repeat;
    background-size: cover;
    content-visibility: visible !important;
}
.meet {
    position: relative;
    padding: 50px 0px;
    text-align: center;
    background: #181818;
    border-radius: 10px;
    margin-top: -150px;
    border: 1px solid #323232;
}
.meet:before {
    content: "" !important;
    position: absolute !important;
    inset: -1px !important;
    border-radius: calc(5px + 3px) !important;
    pointer-events: none !important;
    border: 1px solid transparent !important;
    --snakeAngle: 0deg;
    background: conic-gradient(from var(--snakeAngle), transparent 0deg, rgba(255, 255, 255, 0.95) 28deg, transparent 70deg, transparent 360deg) border-box !important;
    -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0) border-box !important;
    -webkit-mask-composite: xor !important;
    animation: snakeAngleMove 3.5s linear infinite !important;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.35)) !important;
}
.meet span {
    color: #fff;
}
.meet span:before, .meet span:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #dd4e1e;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.meet span:after {
    margin-left: 10px;
    margin-right: 0px;
}
.meet h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0px 20px;
}
.meet a {
    font-size: 18px;
    color: #fff !important;
    display: inline-block;
    background: #dd4e1e;
    border: 1px solid #dd4e1e;
    padding: 15px 25px;
    border-radius: 10px;
    text-decoration: none !important;
    transition: 0.3s all;
    margin-top: 10px;
}
.meet a:hover {
    background: #181818;
    border: 1px solid #fff;
}
.foo-cont {
    position: relative;
    margin-top: 50px;
}
.foo-cont ul {
    padding: 0px;
    margin: 40px 0px 0px;
}
.foo-cont ul li {
    list-style: none;
    display: block;
    margin: 15px 0px;
}
.foo-cont ul li a {
    color: #fff;
    text-decoration: none !important;!i;!;
    padding-left: 45px;
    display: inline-block;
}
.foo-cont ul li:first-child a {
    background: url(images/foo-loc.png) center left no-repeat;
    padding: 5px 0px 5px 45px;
}
.foo-cont ul li:first-child a:hover {
    background: url(images/foo-loc-hover.png) center left no-repeat;
}
.foo-cont ul li:nth-child(2) a {
    background: url(images/foo-call.png) center left no-repeat;
    padding: 5px 0px 5px 45px;
}
.foo-cont ul li:nth-child(2) a:hover {
    background: url(images/foo-call-hover.png) center left no-repeat;
}
.foo-cont ul li:last-child a {
    background: url(images/foo-email.png) center left no-repeat;
    padding: 5px 0px 5px 45px;
}
.foo-cont ul li:last-child a:hover {
    background: url(images/foo-email-hover.png) center left no-repeat;
}
.foo-cont ul li a:hover {
    color: #dd4e1e;
}
.foo-social {
    position: relative;
    margin-top: 30px;
}
.foo-social ul {
    padding: 0px;
    margin: 0px;
}
.foo-social ul li {
    list-style: none;
    display: inline-block !important;
    margin: 0px 5px;
}
.foo-social ul li:first-child {
    margin-left: 0px;
}
.foo-social ul li a {
    background: #181818;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s all;
    text-decoration: none !important;!i;!;
}
.foo-social ul li a:hover {
    background: #dd4e1e;
}
.foo-links {
    position: relative;
    margin-top: 80px;
}
.td-links {
    margin-left: -30px;
}
.foo-title {
    font-size: 19px;
    font-weight: 500;
    color: #dd4e1e;
}
.foo-links h3 {
    font-size: 18px;
    color: #dd4e1e;
    margin: 0px;
    display: none;
}
.foo-links ul {
    padding: 0px;
    margin: 30px 0px 0px;
}
.foo-links ul li {
    list-style: none;
    display: block;
    margin: 10px 0px;
}
.foo-links ul li a {
    color: #fff;
    transition: 0.3s all;
    text-decoration: none !important;
}
.foo-links ul li a:hover {
    color: #dd4e1e;
}
.foo-news {
    position: relative;
    margin-top: 80px;
}
.foo-news h3 {
    font-size: 18px;
    color: #dd4e1e;
    margin: 0px;
}
.foo-news form {
    margin-top: 35px;
}
.foo-news form input {
    font-size: 14px;
    color: #fff;
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: none !important;
    outline: none !important;
    margin: 5px 0px;
    background: #181818;
}
.foo-news form input::placeholder {
    color: #fff;
}
.foo-news form input[type="submit"] {
    color: #fff !important;
    display: block;
    background: #dd4e1e;
    padding: 10px 5px;
    margin-right: 20px;
    text-decoration: none !important;
    transition: 0.3s all;
}
.foo-mobile {
    position: relative;
    display: none !important;
}
footer h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 40px 0px 0px;
}
.foo-mobile .foo-links h6, .foo-mobile .foo-links h6 {
    font-size: 19px;
    text-align: center;
    color: #e75e30;
    margin: 30px 0px 20px;
}
.foo-mobile .foo-links ul {
    text-align: center;
}
div#footerAccordion {
    position: relative;
    margin-top: 40px;
}
div#footerAccordion .card {
    border: 1px solid #323232;
    margin-top: 10px;
    background: none;
}
div#footerAccordion .card:before {
    content: "" !important;
    position: absolute !important;
    inset: -1px !important;
    border-radius: calc(5px + 3px) !important;
    pointer-events: none !important;
    border: 1px solid transparent !important;
    --snakeAngle: 0deg;
    background: conic-gradient(from var(--snakeAngle), transparent 0deg, rgba(255, 255, 255, 0.95) 28deg, transparent 70deg, transparent 360deg) border-box !important;
    -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0) border-box !important;
    -webkit-mask-composite: xor !important;
    animation: snakeAngleMove 3.5s linear infinite !important;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.35)) !important;
}
div#footerAccordion .card .card-header {
    padding: 0px;
}
div#footerAccordion .card .card-header button {
    font-size: 17px;
    font-weight: 600;
    color: #dd4e1e;
    display: block;
    width: 100%;
    padding: 10px 30px 10px 20px;
    text-align: left;
    outline: none !important;
    text-decoration: none !important;
}
div#footerAccordion .card .card-header button:after {
    content: '+';
    display: block;
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 30px;
    font-weight: 400;
}
div#footerAccordion .card .card-body {
    padding: 0px 10px 10px;
}
div#footerAccordion .card .card-body ul {
    padding: 0px 0px 0px 15px;
    margin: 0px;
}
div#footerAccordion .card .card-body ul li {
    list-style: none;
    margin: 7px 0px;
}
div#footerAccordion .card .card-body ul li a {
    color: #fff;
    text-decoration: none !important;
}
div#footerAccordion .card .card-body ul li a:hover {
    color: #dd4e1e;
}
a.mva-btn {
    font-size: 18px;
    font-weight: 500;
    color: #f16232;
    display: none;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    margin: 25px auto 0px;
}


.foo-bottom {
    position: relative;
    margin-top: 50px;
    border-top: 1px solid #3e3e3e;
    padding-top: 30px;
}
.foo-bottom p {
    color: #fff;
    margin: 0px;
}
.foo-bottom ul {
    padding: 0px;
    margin: 0px;
    text-align: right;
}
.foo-bottom ul li {
    display: inline-block;
    list-style: none;
    margin: 0px 10px;
}
.foo-bottom ul li:last-child {
    margin-right: 0px;
}
.foo-bottom ul li a {
    color: #fff;
    transition: 0.3s all;
    text-decoration: none !important;
}
.foo-bottom ul li a:hover {
    color: #dd4e1e;
}
.fixed-social {
    position: fixed;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.fixed-social ul {
    padding: 0px;
    margin: 0px;
}
.fixed-social ul li {
    list-style: none;
    margin: 5px 0px;
}
.fixed-social ul li a {
    padding: 8px 0px;
    background: #ffffff21;
    width: 40px;
    display: block;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
    transition: 0.3s all;
}
.fixed-social ul li a:hover {
    background: #dd4e1e;
    width: 45px;
}
.fixed-btns {
    position: fixed;
    right: 21px;
    top: 50%;
    transform: translateY(-50%) translateX(50%) rotate(90deg);
    z-index: 9999;
    display: flex;
    display: flex;
    gap: 10px;
}
a.slide-toggle-btn, a.slide-toggle-btn-2 {
    color: #fff !important;
    display: inline-block;
    background: #dd4e1e;
    padding: 10px 20px;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    text-decoration: none !important;
    transition: 0.3s all;
    border: none !important;
    outline: none !important;
    white-space: nowrap;
    transition: transform 0.3s ease;
    margin: 0px 5px;
}
a.slide-toggle-btn:hover, a.slide-toggle-btn-2:hover {
    color: #fff;
    background: #181818;
}

/** Service Page **/
.serv-form {
    position: relative;
    background: #181818;
    border-radius: 10px;
    border: 1px solid #323232;
    padding: 20px 40px;
    margin-top: 70px;
    width: 80%;
    float: right;
}
.serv-form form {
    margin-top: 20px;
}
.serv-form h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    color: #fff;
}
.serv-form form input, .serv-form form select, .serv-form form textarea, .speak-box form input, .speak-box form select {
    font-size: 14px;
    color: #fff;
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: none !important;
    outline: none !important;
    margin: 5px 0px;
    background: #303030;
}
.serv-form form input::placeholder, .serv-form form textarea::placeholder, .speak-box form input::placeholder, .speak-box form textarea::placeholder {
    color: #fff;
}
.serv-form form textarea, .speak-box form textarea {
    height: 80px;
}
.serv-form form label, .speak-box form label {
    font-size: 14px;
    color: #fff;
    margin: 0px;
}
.serv-form form .multistep, .speak-box form .multistep {
    margin-top: 20px;
}
.serv-form form .ui-widget.ui-widget-content, .speak-box form .ui-widget.ui-widget-content {
    border: 1px solid #dd4e1e !important;
    background-color: #dd4e1e !important;
}
.serv-form form .ui-slider-horizontal .ui-slider-range, .speak-box form .ui-slider-horizontal .ui-slider-range {
    background-color: #dd4e1e !important;
}
.serv-form form .ui-state-default, .ui-widget-content .ui-state-default, .speak-box form .ui-state-default {
    background-color: #fff !important;
    border-radius: 5px !important;
}
.serv-form form span.uacf7-amount, .speak-box form span.uacf7-amount {
    color: #fff;
}
.serv-form form div#iti-0__dropdown-content, .speak-box form div#iti-0__dropdown-content {
    background: #000;
    z-index: 4;
}
.serv-form .wpcf7-form .iti {
    margin: 5px 0px;
}
.serv-form form input[type="submit"], .speak-box form input[type="submit"] {
    font-size: 16px;
    color: #fff !important;
    display: block;
    background: #dd4e1e;
    padding: 10px 30px;
    text-decoration: none !important;
    transition: 0.3s all;
    width: auto;
    margin-top: 30px;
    border: 1px solid #dd4e1e !important;
}
.serv-form form input[type="submit"]:hover, .speak-box form input[type="submit"]:hover {
    color: #fff !important;
    background: #181818;
    border: 1px solid #fff !important;
}
.serv-txt {
    position: relative;
    padding: 40px 0px 70px;
}
.serv-txt:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(images/lines-bg.png);
    background-repeat: repeat-x;
    animation: slideBackground 20s linear infinite;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
    opacity: 0.6;
}
.serv-txt h2 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    text-transform: capitalize;
}
.serv-txt p {
    font-size: 16px;
    color: #fff;
    margin: 20px 0px 0px;
}
.serv-txt p a {
    color: #ffaa8e;
    text-decoration: none !important;
}
.serv-txt p a:hover {
    color: #dd4e1e;
}
.sv-txt {
    position: relative;
    margin-top: 50px;
}
.sv-txt img {
    float: right;
    width: 48px;
    height: 48px;
}
.sv-txt h3 {
    font-size: 22px;
    font-weight: 600;
    color: #dd4e1e;
    margin: 0px 0px 20px;
    text-transform: capitalize;
    width: 82%;
}
.sv-txt p {
    width: 80%;
    margin: 0px;
}
.sv-txt p a {
    color: #ffaa8e;
    text-decoration: none !important;
}
.sv-txt p a:hover {
    color: #dd4e1e;
}
.tech-sec {
    position: relative;
    padding: 90px 0px 70px;
    /*background: url(images/tech-bg.png) center -480px no-repeat;
    background-size: contain;*/
}
.tech-sec img {
    max-width: 100%;
    max-height: 100%;
}
.tech-sec:before {
    content: '';
    width: 100%;
    height: 70px;
    background: url(images/fb-center.png) top center no-repeat;
    background-size: 140% 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: -1;
    border-top: 1px solid #603020;
}
/*.tech-sec:before {
    content: '';
    width: 100%;
    height: 150px;
    background: url(images/fb-center.png) top center no-repeat;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: -1;
}*/
.tech-sec h2 {
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    text-transform: capitalize;
}
.tech-sec p {
    font-size: 18px;
    color: #fff;
    margin: 20px 0px;
}
.tech-sec p a {
    color: #ffaa8e;
    text-decoration: none !important;
}
.tech-sec p a:hover {
    color: #dd4e1e;
}
.tech-sec ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.tech-sec ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    margin: 10px 0px;
    width: 48%;
    background: url(images/arr-right.png) left center no-repeat;
    padding-left: 40px;
    vertical-align: text-top;
}
.tech-sec a.tc-btn {
    font-size: 18px;
    color: #fff !important;
    display: inline-block;
    background: #dd4e1e;
    padding: 15px 30px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none !important;
    transition: 0.3s all;
    margin-top: 25px;
}
.tech-sec a.tc-btn:hover {
    color: #fff;
    background: #181818;
    border: 1px solid #444444;
}
.count-sec {
    position: relative;
    padding: 80px 0px;
}
.count-sec:before {
    content: '';
    width: 100%;
    height: 170%;
    background-image: url(images/grid-bg.png);
    background-repeat: repeat-x;
    animation: slideBackground 20s 
linear infinite;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
}
.count-sec:after {
    content: '';
    width: 60%;
    height: 70%;
    display: block;
    background: url(images/count-img.png) center 0px no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: -1;
}
.count-sec h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    text-transform: capitalize;
}
.count-sec p {
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    margin: 20px 0px 0px;
}
.count-sec p a {
    color: #ffaa8e;
    text-decoration: none !important;
}
.count-sec p a:hover {
    color: #dd4e1e;
}
.count-box {
    position: relative;
    padding: 20px 10px;
    text-align: center;
    background: #181818;
    border-radius: 10px;
    border: 1px solid #323232;
    margin-top: 40px;
}
.count-box h3 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.count-box h3:after {
    content: '+';
    color: #dd4e1e;
}
.count-box p {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0px 0px;
}
.count-sec .case-text {
    margin-top: 90px;
}
.count-sec .case-text h2 {
    font-size: 50px;
}
.proc-box {
    position: relative;
    padding: 20px 15px;
    background: url(images/probox-bg.png) top center no-repeat;
    background-size: cover;
    margin-top: 60px;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
}
/* STATIC BASE LEFT BORDER (fallback) */
.proc-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: #dd4e1e;
}

/* ANIMATED SNAKE BORDER */
.proc-box::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    /* TOP (right → left) */
    linear-gradient(
      270deg,
      transparent 0%,
      #fff 30%,
      #dd4e1e 60%,
      transparent 100%
    ) top / 200% 2px no-repeat,

    /* LEFT (top → bottom) */
    linear-gradient(
      180deg,
      transparent 0%,
      #fff 30%,
      #dd4e1e 60%,
      transparent 100%
    ) left / 2px 200% no-repeat,

    /* BOTTOM (right → left) */
    linear-gradient(
      270deg,
      transparent 0%,
      #fff 30%,
      #dd4e1e 60%,
      transparent 100%
    ) bottom / 200% 2px no-repeat;

  animation: snakeBorder 2.2s linear infinite;

  /* Neon glow */
  filter:
    drop-shadow(0 0 6px #dd4e1e)
    drop-shadow(0 0 12px rgba(221, 78, 30, 0.8));
}
.proc-box img {
    float: right;
}
.proc-box h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px 0px;
}
.proc-box ul {
    padding: 0px;
    margin: 20px 0px 0px;
}
.proc-box ul li {
    position: relative;
    font-size: 15px;
    color: #fff;
    list-style: none;
    display: block;
    margin: 10px 0px;
    padding-left: 15px;
}
.proc-box ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #dd4e1e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.faq-section {
    position: relative;
    padding: 0px 0px 70px;
}
.faq-section:after {
    content: '';
    display: block;
    width: 580px;
    height: 100%;
    background: url(images/faq-bg.png) top center no-repeat;
    background-size: contain;
    position: absolute;
    top: 60px;
    right: 10px;
    z-index: -1;
    animation: float 2.5s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-32px);
  }
}
.faq-section h2 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    text-transform: capitalize;
}
.faq-section div#accordion {
    position: relative;
    margin-top: 30px;
}
.faq-section div#accordion .card {
    border: none;
    background: none;
    border-bottom: 1px solid #6c6c6c;
    border-radius: 0px;
    padding: 15px 0px;
    margin-top: 10px;
}
.faq-section div#accordion .card .card-header {
    padding: 0px;
    border-radius: 0px;!;!i;!;
    background: none;
    border: none;
}
.faq-section div#accordion .card .card-header button {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    padding: 0px 30px 0px 0px;
    background: none;
    display: block;
    text-decoration: none !important;
    width: 100%;
    text-align: left;
}
.faq-section div#accordion .card .card-header button a {
    color: #dd4e1e;
}
.faq-section div#accordion .card .card-header button.btn-link:after {
    content: '-';
    display: block;
    position: absolute;
    top: 16px;
    right: 15px;
}
.faq-section div#accordion .card .card-header button.collapsed:after {
    content: '+';
    display: block;
    position: absolute;
    top: 16px;
    right: 15px;
}
.faq-section div#accordion .card .card-body {
    padding: 15px 0px 0px;
}
.faq-section div#accordion .card .card-body p {
    color: #fff;
    margin: 0px;
    font-weight: 300;
}

/** Blog **/
/*body.blog {
    padding-bottom: 70px;
    background-image: url(images/fb-left.png), url(images/fb-right.png) !important;
    background-position: left top, right top !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: 50% 1000px, 50% 1000px !important;
}*/
body.blog {
    background: url(images/blogbody-bg.jpg) top center no-repeat !important;
    background-size: cover !important;
}
body.blog .case-text {
    margin-top: 50px;
    padding-bottom: 50px;
}
body.blog .banner {
    padding-bottom: 0px;
    background-image: none !important;
}
.blog-page {
    position: relative;
    padding: 0px 0px 50px;
}
.blog-full img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}
.blog-full .blog-box h3 a {
    font-size: 30px;
}

/** Blog Details **/
.my_post {
    position: relative;
    padding: 0px;
}
.postbody {
    position: relative;
}
.postbody span {
    font-size: 15px;
    color: #dd4e1e;
    font-weight: 500;
    display: block;
    margin: 0px;
}
.postbody h1 {
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.blog-header {
    position: relative;
    padding: 25px 0px 0px;
}
.author {
    display: flex;
    align-items: center;
    gap: 3px;
}
.author img {
    border-radius: 5px;
    border: 1px solid #323232;
    width: 60px;
    height: 60px;
    object-fit: cover;
    flex-shrink: 0;
}
.author .author-txt {
    width: 67%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.author .author-txt p {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    margin: 0px;
}
.author .author-txt p span {
    font-size: 16px;
}
.author .author-txt p span a {
    color: #dd4e1e;
}
.author .author-txt small {
    font-size: 13px;
    font-weight: 300;
    display: block;
}
.bl-img {
    text-align: center;
}
.postbody img.attachment-post-thumbnail {
    display: block;
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 30px auto 0;
    border-radius: 15px;
}
.blog-content {
    position: relative;
    margin-top: 45px;
}
.blog-content p {
    color: #fff;
    text-align: justify;
    margin: 15px 0px 0px;
}
.blog-content p a {
    color: #dd4e1e;
}
.blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 30px 0px 0px;
}
.blog-content ul {
    margin: 20px 0px;
}
.blog-content ul li {
    color: #fff;
}
.blog-content ul li a {
    color: #dd4e1e;
}
.speak-box {
    position: relative;
    padding: 20px 20px;
    background: #181818;
    border-radius: 10px;
    border: 1px solid #323232;
}
.speak-box h3 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0px;
}
.speak-box form {
    margin-top: 25px;
}
.speak-box form input, .speak-box form textarea {
    font-size: 14px;
    color: #fff;
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    outline: none !important;
    margin: 5px 0px;
    background: #3e3e3e;
    border: 1px solid #505050;
    box-shadow: none !important;
}
.speak-box form p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
}
body.single-post .faq-section {
    padding-top: 50px;
}
.blog-list {
    position: relative;
    margin-top: 45px;
}
.blog-list h4 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.blog-list ul {
    padding: 0px;
    margin: 0px;
}
.blog-list ul li {
    list-style: none;
    margin: 30px 0px;
}
.blog-list ul li a {
    text-decoration: none !important;
}
.blog-list ul li a img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    border: 1px solid #181818;
    display: inline-block;
    vertical-align: middle;
}
.blog-list ul li a span {
    color: #fff;
    font-weight: 500;
    width: 73%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.blog-email {
    position: relative;
    margin-top: 50px;
}
.blog-email h5 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.blog-email form input {
    font-size: 14px;
    color: #fff;
    width: 90%;
    padding: 10px 10px;
    border-radius: 5px;
    outline: none !important;
    margin: 5px 0px;
    background: #3e3e3e;
    border: 1px solid #505050 !important;
    box-shadow: none !important;
}
.blog-email form input[type="submit"] {
    font-size: 16px;
    color: #fff !important;
    display: block;
    background: #dd4e1e;
    padding: 10px 30px;
    text-decoration: none !important;
    transition: 0.3s all;
    width: auto;
    border: 1px solid #dd4e1e !important;
}
.blog-email form input[type="submit"]:hover {
    color: #fff !important;
    background: #181818;
    border: 1px solid #fff !important;
}
body.single-post .faq-section:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(images/grid-bg.png);
    background-repeat: repeat-x;
    animation: slideBackground 20s 
linear infinite;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
}
body.single-post .blog-section {
    padding-bottom: 80px;
}

/** Contact **/
body.page-id-43 .case-text {
    margin-top: 70px;
}
.case-text p {
    color: #fff;
    margin: 20px 0px 0px;
}
.case-text p a {
    color: #ffaa8e;
    text-decoration: none !important;
}
.case-text p a:hover {
    color: #dd4e1e;
}
.contact-section {
    position: relative;
    padding-bottom: 60px;
}
.contact-section:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(images/lines-bg.png);
    background-repeat: repeat-x;
    animation: slideBackground 20s linear infinite;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}
.contact-section .serv-form {
    margin: 0px;
    width: 100%;
    float: none;
}
.contact-section .serv-form::before, .contact-box:before {
    content: "" !important;
    position: absolute !important;
    inset: -1px !important;
    border-radius: calc(5px + 3px) !important;
    pointer-events: none !important;
    border: 1px solid transparent !important;
    --snakeAngle: 0deg;
    background: conic-gradient(from var(--snakeAngle), transparent 0deg, rgba(255, 255, 255, 0.95) 28deg, transparent 70deg, transparent 360deg) border-box !important;
    -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0) border-box !important;
    -webkit-mask-composite: xor !important;
    animation: snakeAngleMove 3.5s linear infinite !important;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.35)) !important;
}
.contact-section .serv-form form {
    margin-top: 0px;
}
.contact-section .serv-form form input, .contact-section .serv-form form select, .contact-section .serv-form form textarea {
    margin: 30px 0px 0px !important;
    font-size: 16px;
    padding: 15px;
}
.contact-section .serv-form form label:first-child {
    margin: 25px 0px 0px;
}
.contact-section .serv-form form textarea {
    height: 100px;
    margin-top: 15px !important;
}
.contact-section .serv-form form input[type="submit"] {
    font-size: 18px !important;
    padding: 15px 40px !important;
    display: block;
    margin: 30px auto 0px !important;
}
.contact-section form .intl-tel-input {
    z-index: 9;
}
.contact-section form ul.country-list, .serv-form form ul.country-list {
    background: #271d3f !important;
    font-size: 12px;
    border: 1px solid #606060 !important;
    border-radius: 10px;
    z-index: 99;
}
.contact-section form input::placeholder, .contact-section form textarea::placeholder {
    color: #fff;
}
 form span.uacf7-amount:before {
    content: 'AED ';
}
form span.uacf7-amount:after {
    content: 'K';
    margin-left: -2px;
}
form label.uacf7-slider-label {
    display: none;
}
form label.ra-txt {
    margin-top: 40px;
    font-size: 12px;
}
.contact-box {
    position: relative;
    background: #181818;
    border-radius: 10px;
    border: 1px solid #323232;
    padding: 20px 40px 35px;
}
.contact-box .foo-cont, .contact-box .foo-cont ul {
    margin: 0px;
}
.cont-map {
    position: relative;
}
.cont-map iframe {
    width: 100%;
    height: 280px;
    margin-top: 30px;
    border-radius: 10px;
}
/*.map-box {
    position: relative;
    padding: 70px 0px 200px;
}
.map-box img {
    width: 100%;
    border-radius: 22px;
}
.map-box .contact-box {
    background: #000;
    width: 35%;
    padding: 0px 40px 45px;
    position: absolute;
    right: 40px;
    top: 40%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 10px;
}
.map-box .contact-box .foo-cont {
    margin-top: 0px;
}
.map-box .contact-box .foo-social ul li a img {
    width: auto;
    border-radius: 0px;
}*/

/** About Us **/
body.page-id-34 .ban-txt h1 {
    font-size: 48px;
}
body.page-id-34 .banner:after {
    content: '';
    display: block;
    width: 35%;
    height: 380px;
    background: url(images/about-bg.png) top center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 45%;
    animation: rotatebg 45s linear infinite;
    z-index: -1;
}
@keyframes rotatebg {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.about-section {
    position: relative;
    padding: 50px 0px 80px;
}
.about-section .case-text p {
    font-size: 18px;
    font-weight: 300;
}
.abt-txt {
    position: relative;
    margin-top: 60px;
    width: 95%;
}
.abt-txt h3 {
    font-size: 24px;
    color: #dd4e1e;
    margin: 0px;
}
.abt-txt p {
    color: #fff;
    font-weight: 300;
    margin: 10px 0px 0px;
}
.about-section .text-right .abt-txt {
    float: right;
}
.abm-section {
    position: relative;
    padding: 50px 0px;
    background: url(images/fb-left.png) center left no-repeat;
}
.abm-section img {
    max-width: 100%;
}
.abm-section:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(images/grid-bg.png);
    background-repeat: repeat-x;
    animation: slideBackground 20s linear infinite;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.abm-section h2 {
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.abm-section p {
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    margin: 20px 0px 0px;
}
.abm-section a {
    font-size: 16px;
    color: #fff !important;
    display: inline-block;
    background: #181818;
    padding: 15px 5px;
    margin-right: 20px;
    margin-top: 35px;
    border-radius: 10px;
    width: 180px;
    text-align: center;
    text-decoration: none !important;
    position: relative;
    border: 1px solid #323232;
}
.abm-section a:last-child {
    color: #fff;
    background: #dd4e1e;
}
.abm-section a:hover {
    color: #fff;
    background: #dd4e1e;
    border: 1px solid #dd4e1e;
}
.abm-section a:last-child:hover {
    color: #dd4e1e !important;
    background: #fff;
    border: 1px solid #444444;
}



/** Service Page **/
body.page-id-14 .banner {
    padding-bottom: 0px;
}
.ser-text {
    position: relative;
    padding: 70px 0px;
}
.serv-img img {
    width: 120%;
    max-width: none;
    margin-left: -90px;
}
.ser-text h1 {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    text-transform: capitalize;
}
.service-section {
    position: relative;
    padding: 0px 0px 60px;
}
.service-section:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(images/lines-bg.png);
    background-repeat: repeat-x;
    animation: slideBackground 20s linear infinite;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
}
.service-section .row {
    margin-top: 50px;
}
.service-section h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px 10px;
    text-transform: capitalize;
    text-align: center;
}
.service-section h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.service-section p {
    color: #fff;
    margin: 20px 0px;
}
.service-section a.rd-more {
    font-size: 18px;
    color: #fff !important;
    display: inline-block;
    background: #dd4e1e;
    padding: 15px 30px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #dd4e1e;
    text-decoration: none !important;
    transition: 0.3s all;
}
.service-section a.rd-more:hover {
    color: #fff;
    background: #181818;
    border: 1px solid #444444;
}
.serv-list {
    position: relative;
}
.serv-list ul {
    padding: 0px;
    margin: 0px;
}
.serv-list ul li {
    list-style: none;
    display: block;
    margin: 10px 0px;
}
.serv-list ul li a {
    color: #fff;
    background: url(images/arr-right.png) left center no-repeat;
    padding-left: 40px;
    text-decoration: none !important;
    transition: 0.3s all;
}
.serv-list ul li a:hover {
    color: #dd4e1e;
}


/** Case studies single **/
.cs-content {
    position: relative;
    padding-bottom: 100px;
}
.cs-content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px 0px;
}
.cs-content h3, .cs-content h4, .cs-content h5, .cs-content h6 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 20px 0px 0px;
}
.cs-content p {
    color: #fff;
    text-align: justify;
    margin: 15px 0px 0px;
}
.cs-content p a {
    color: #ffaa8e;
    text-decoration: none !important;
}
.cs-content p a:hover {
    color: #dd4e1e;
}
.cs-content p strong {
    font-weight: 600;
}
.cs-content img {
    width: 60%;
    display: block;
    margin: 25px 0px 40px;
}
.cs-content ul, .cs-content ol {
    margin: 20px 0px;
}
.cs-content ul li, .cs-content ol li {
    color: #fff;
}
.cs-content table {
    margin: 30px 0px 10px;
}
.cs-content table tr, .cs-content table td {
    color: #fff;
}

/** General **/
body.page-id-313 .banner {
    padding-bottom: 0px;
}
.general {
    position: relative;
    padding: 50px 0px;
}
.general h1 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
}
.general p {
    color: #fff;
    margin: 10px 0px 0px;
}
.general p strong {
    display: block;
    margin-top: 20px;
}
.general p a {
    color: #dd4e1e;
}
.general ul, .general ol {
    padding: 0px;
    margin: 20px 0px;
}
.general ul li, .general ol li {
    color: #fff;
    list-style: none;
    margin: 5px 0px;
    position: relative;
    padding-left: 20px;
}
.general ul li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #dd4e1e;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
}
.general ol li {
    padding-left: 0px;
}

.fixed-mb-btn {
    position: fixed;
    bottom: -1px;
    width: 100%;
    z-index: 9;
    display: none;
}
.fixed-mb-btn ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    text-align: center;
}
.fixed-mb-btn ul li {
    list-style: none;
    width: 50%;
}
.fixed-mb-btn ul li a {
    font-weight: 600;
    display: block;
    color: #fff;
    background: #181818;
    padding: 20px 0px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-top: 1px solid #404040;
    position: relative;
}
.fixed-mb-btn ul li:first-child a {
    border-right: 1px solid #404040;
}
.fixed-mb-btn ul li a:before {
    content: "" !important;
    position: absolute !important;
    inset: -1px !important;
    border-radius: 0px !important;
    pointer-events: none !important;
    border: 1px solid transparent !important;
    --snakeAngle: 0deg;
    background: conic-gradient(from var(--snakeAngle), transparent 0deg, rgba(255, 255, 255, 0.95) 28deg, transparent 70deg, transparent 360deg) border-box !important;
    -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0) border-box !important;
    -webkit-mask-composite: xor !important;
    animation: snakeAngleMove 3.5s linear infinite !important;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.35)) !important;
}
.what-sticky {
    position: relative;
    content-visibility: visible !important;
}
.what-icon {
    font-size: 0px;
    background: #fff;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #03a84e;
    animation: 2s infinite play;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    bottom: 33px;
    left: 23px;
    background-image: url(images/what-icon.png);
    background-size: cover;
    z-index: 99;
}

@keyframes play{
    0% {transform:scale(1)}
    15%{box-shadow:0 0 0 3px rgba(18,155,17,.4)}
    25%{box-shadow:0 0 0 5px rgba(18,155,17,.4),0 0 0 10px rgba(18,155,17,.2);
    box-shadow:0 0 0 10px rgba(18,155,17,.4),0 0 0 20px rgba(18,155,17,.2)}
}
div#rmp-menu-additional-content-58 a {
    margin: 25px 5px 0px;
    display: inline-block;
    background: #dd4e1e;
    width: 35px;
    padding: 5px 0px;
    border-radius: 5px;
}

/* Thankyou */
body.page-id-1318 .ban-txt {
    display: none;
}
.thank-sec {
    position: relative;
    padding: 110px 0px 90px;
    text-align: center;
}
.thank-sec h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 600;
    margin: 0px;
}
.thank-sec p {
    text-align: center;
    margin: 20px 0px 0px;
}

/*........ For Mobile ........*/
@media only screen and (max-width: 767px) {
.container-fluid {
    padding: 0px 15px !important;
}
.fixed-header {
    padding: 10px 0px 10px 0px;
}
.fixed-mb-btn {
    display: block;
}
.what-icon {
    width: 35px;
    height: 35px;
    bottom: 73px;
}
.banner {
    padding-top: 20px;
    padding-bottom: 40px;
}
.fixed-social, a.slide-toggle-btn, .menu {
    display: none;
}
a.slide-toggle-btn, a.slide-toggle-btn-2 {
    display: none !important;
}
.logo {
    display: inline-block;
}
.mbl-menu {
    float: right;
}
.top-btns {
    text-align: center;
    margin-bottom: 20px;
    display: none;
}
.top-btns ul li a {
    font-size: 14px;
}
#rmp_menu_trigger-58 {
    top: 3px !important;
}
.ban-txt {
    margin-top: 50px;
    text-align: center;
}
.ban-txt h1 {
    font-size: 36px;
}
.ban-txt p {
    font-size: 16px;
    margin: 20px 0px 30px;
}
.ban-txt a {
    font-size: 16px;
    padding: 15px 20px;
}
.ban-img {
    display: none;
}
.ban-slider .item img {
    margin: 0 auto;
}
.case-text span {
    font-size: 15px;
}
.case-text h2, .case-text h1 {
    font-size: 32px;
}
.case-text h2 br {
    display: none;
}
.cb-txt h2 {
    font-size: 26px;
}
.cb-txt a {
    font-size: 16px;
    padding: 10px 5px;
    width: 180px;
}
.case-section {
    padding: 0px 0px 30px;
}
.case-section img {
    margin-top: 40px;
}
.level-section {
    padding: 30px 0px 40px;
    text-align: center;
}
.level-section h2 {
    font-size: 28px;
}
.level-section ul {
    margin: 30px 0px 0px;
    text-align: center;
}
.level-section ul li {
    margin: 0px 5px;
}
.level-section ul li a {
    padding: 15px 20px;
}
.services-section ul.nav-tabs li {
    margin: 15px 10px;
    display: inline-block;
}
.services-section ul.nav-tabs li button {
    font-size: 16px;
}
.services-section ul.nav-tabs li button.active, .services-section ul.nav-tabs li button:hover {
    background: none;
    padding-left: 0px;
}
.services-section ul.nav-tabs {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    display: none;
    overflow-y: hidden !important;
}
.services-section .tab-content {
    display: none;
    width: 100%;
}
.tab-box {
    padding: 20px;
    margin-top: 60px;
}
.tab-box img {
    float: none;
    width: 60px;
}
.tab-box h3 {
    font-size: 28px;
    margin: 20px 0px 0px;
}
.tab-box h3 br {
    display: none;
}
.tab-box p {
    font-size: 16px;
    margin: 10px 0px 0px;
}
.tab-box a {
    margin-top: 20px;
}
.serv-slider {
    display: block;
}
.services-section .mt-5 {
    margin-top: 0px !important;
}


.testimonials-row {
    margin-top: 60px;
}
.rev-slider .owl-dots button {
    margin: 0px 3px;
}
.rev-slider .owl-dots button span {
    width: 45px;
    height: 45px;
}
.rev-slider .owl-nav button span {
    font-size: 70px;
}
.rev-slider .owl-nav button {
    top: 15px;
}
.rev-slider .owl-dots button.active span:after {
    width: 20px;
    height: 15px;
    bottom: -14px;
    background-size: contain;
}
.rev-box {
    margin-top: 70px;
}
.rev-box p {
    font-size: 15px;
}
.rev-box span {
    font-size: 18px;
}
.faq-section {
    padding: 0px 0px 40px;
}
.faq-section:after {
    display: none;
}
.faq-section h2 {
    font-size: 32px;
    text-align: center;
}
.faq-section div#accordion .card .card-header button {
    font-size: 18px;
}
.blog-section {
    padding: 25px 0px 165px;
}
.blog-section:after {
    width: 100%;
    height: 100%;
}
.blog-box {
    margin-top: 40px;
}
.blog-box h3 {
    font-size: 20px;
}
.blog-box h3 a, .blog-full .blog-box h3 a {
    font-size: 22px;
}
.meet {
    padding: 30px 0px;
    margin-top: -150px;
}
.meet span {
    font-size: 15px;
}
.meet h2 {
    font-size: 30px;
}
.meet a {
    font-size: 16px;
    padding: 10px 5px;
    width: 170px;
}
footer {
    background: url(images/foo-mb-bg.webp) top center no-repeat;
    background-size: cover;
}
.foo-links {
    margin-top: 40px;
}
.foo-links ul {
    margin: 15px 0px 0px;
}
.foo-links ul li:last-child {
    margin-bottom: 0px;
}
.foo-news {
    margin-top: 20px;
}
.foo-news form {
    margin-top: 20px;
}
.foo-news form input {
    background: #fff;
}
.foo-news form input::placeholder {
    color: #000;
}
.foo-desktop {
    display: none !important;
}
.foo-mobile {
    display: block !important;
}
.foo-mobile .foo-social {
    text-align: center;
}
.foo-mobile .foo-cont {
    text-align: center;
}
.foo-cont ul li a {
    font-size: 14px;
}
.foo-cont ul li:first-child a {
    padding: 0px 0px 0px 30px;
    background-size: 20px;
}
.foo-cont ul li:nth-child(2) a {
    padding: 0px 0px 0px 30px;
    background-size: 20px;
}
.foo-cont ul li:last-child a {
    padding: 0px 0px 0px 30px;
    background-size: 20px;
}
body.page.page-id-43 .foo-cont, body.page-id-14 .foo-cont {
    margin-top: 0px;
}
a.mva-btn {
    display: block;
}

.foo-bottom {
    margin-top: 35px;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 70px;
}
.foo-bottom p {
    font-size: 14px;
}
.foo-bottom ul {
    margin: 15px 0px 0px;
    text-align: center;
}
.foo-bottom ul li a {
    font-size: 14px;
}

/* Service page */
.ser-text {
    padding: 40px 0px 0px;
    text-align: center;
}
.ser-text h1 {
    font-size: 36px;
}
.serv-img img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.service-section {
    padding: 40px 0px;
}
.service-section .row {
    margin-top: 0px;
}
.service-section h2 {
    font-size: 32px;
    margin: 0px 0px 30px;
}
.service-section h3 {
    font-size: 28px;
}
.serv-list ul {
    margin: 0px 0px 40px;
}
.service-section a.rd-more {
    font-size: 17px;
    padding: 10px 30px;
}

/** Single Service Page **/
.serv-form {
    padding: 20px 20px 10px;
    margin-top: 35px;
    width: 100%;
}
.serv-form h2 {
    font-size: 22px;
    text-align: center;
}
.serv-form form {
    margin-top: 20px;
}
.serv-txt {
    padding: 0px 0px 40px;
}
.serv-txt h2 {
    font-size: 30px;
}
.serv-txt p {
    margin: 10px 0px 0px;
}
.sv-txt {
    margin-top: 30px;
}
.sv-txt h3 {
    font-size: 19px;
    width: 83%;
}
.tech-sec {
    padding: 0px 0px 20px;
}
.tech-sec:before {
    height: 50px;
}
.tech-sec img {
    width: 70%;
    height: auto;
    display: block;
    margin: 60px auto 0px;
}
.tech-sec h2 {
    font-size: 30px;
    margin: 15px 0px 0px;
}
.tech-sec p {
    font-size: 16px;
    margin: 10px 0px;
}
.tech-sec ul {
    width: 100%;
}
.tech-sec a.tc-btn {
    font-size: 16px;
    padding: 15px 20px;
}
.count-sec {
    padding: 40px 0px;
}
.count-sec:after {
    width: 70%;
    height: 70%;
}
.count-sec h2 {
    font-size: 30px;
}
.count-sec p {
    font-size: 16px;
}
.count-box {
    padding: 15px 10px;
    margin-top: 20px;
}
.count-box h3 {
    font-size: 40px;
}
.count-box p br {
    display: none;
}
.count-sec .case-text {
    margin-top: 60px;
}
.count-sec .case-text h2 {
    font-size: 30px;
}
.proc-box h3 {
    font-size: 20px;
}
.proc-box ul li {
    font-size: 14px;
}

/** Contact **/
body.page-id-43 .case-text h2 br {
    display: none;
}
.contact-section .serv-form form input, .contact-section .serv-form form textarea {
    margin: 20px 0px 0px !important;
}
.contact-section .serv-form form input[type="submit"] {
    font-size: 16px !important;
    padding: 10px 20px !important;
}
.map-box {
    padding: 40px 0px 160px;
}
.map-box .contact-box {
    width: 100%;
    padding: 0px 20px 30px;
    position: relative;
    right: 0px;
    top: 0;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    border-radius: 10px;
    border: 2px solid #dd4e1e;
    margin-top: 20px;
}

/** About **/
body.page-id-34 .ban-txt h1 {
    font-size: 30px;
}
body.page-id-34 .banner:after {
    display: none;
}
.about-section {
    padding: 0px 0px 50px;
}
body.page-id-34 .case-text h2 {
    font-size: 28px;
}
.about-section .case-text h2 br {
    display: none;
}
.about-section .case-text p {
    font-size: 16px;
    font-weight: 300;
}
.abt-txt {
    margin-top: 40px;
    width: 100%;
}
.abt-txt h3 {
    font-size: 20px;
}
.abt-txt p {
    font-size: 15px;
}
.about-section .text-right .abt-txt {
    float: none;
}
.about-section .text-right {
    text-align: left !important;
}
.abm-section {
    padding: 30px 0px;
}
.abm-section h2 {
    font-size: 30px;
}
.abm-section p {
    font-size: 16px;
}
.abm-section a {
    font-size: 15px;
    padding: 15px 0px;
    margin-right: 5px;
    margin-top: 25px;
    width: 160px;
}
.abm-section img {
    width: 70%;
    height: auto;
    display: block;
    margin: 30px auto 0px;
}

/** Case studies **/
.box-item {
    width: auto;
    margin-top: 25px;
}
.cs-content img {
    width: 100%;
    height: auto;
}

/** blog single **/
.blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
    font-size: 24px;
}
.speak-box {
    margin-top: 40px;
}



}

/*........ For Tablet Vertical ........*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.fixed-social, a.slide-toggle-btn, .menu {
    display: none;
}
a.slide-toggle-btn, a.slide-toggle-btn-2 {
    display: none !important;
}
.top-btns, .menu {
    display: none;
}
.logo {
    display: inline-block;
}
.mbl-menu {
    display: inline-block;
    float: right;
}
.ban-txt {
    text-align: center;
}
.ban-img {
    margin: 50px auto 0px;
    display: block;
}



}

/*........ For Tablet Horizontal ........*/
@media (min-width: 901px) and (max-width: 1024px) {
.ban-form {
    width: 100%;
}


}


@media (min-width: 1400px) {
a.slide-toggle-btn-2 {
    top: 58%;
}
.count-sec:after {
    width: 50%;
    height: 70%;
    top: 60px;
    right: 50px;
}



}

@media (min-width: 1500px) {

.faq-section:after {
    right: 8;
}

.ser-text h1 {
    font-size: 54px;
}
.serv-img img {
    width: 100%;
    margin-left: -50px;
}
.service-section h3 {
    font-size: 50px;
}
.service-section p {
    font-size: 20px;
}
.service-section a.rd-more {
    font-size: 22px;
}


}

@media (min-width: 1600px) {
.container-fluid {
    padding: 0px 110px !important;
}

}

@media (min-width: 1700px) {
.menu ul li a {
    font-size: 18px;
}
.top-btns ul li a {
    font-size: 18px;
}
.ban-txt h1 {
    font-size: 62px;
}
.ban-txt p {
    font-size: 22px;
}
.ban-txt a {
    font-size: 22px;
}
.case-text h2, .case-text h1 {
    font-size: 54px;
}
.cb-txt h2 {
    font-size: 44px;
}
.cb-txt p {
    font-size: 18px;
}
.cb-txt a {
    font-size: 20px;
}
.level-section h2 {
    font-size: 52px;
}
.level-section ul li a {
    font-size: 22px;
}
.services-section ul.nav-tabs li button {
    font-size: 28px;
}
.tab-box p {
    font-size: 19px;
}
.tab-box a {
    font-size: 20px;
}
.rev-box p {
    font-size: 20px;
}
.faq-section:after {
    right: 1%;
}
.count-sec:after {
    width: 50%;
    top: 60px;
    right: 50px;
}
.flip-box-header {
    font-size: 26px;
}
.meet a {
    font-size: 22px;
}

/** About **/
body.page-id-34 .ban-txt h1 {
    font-size: 62px;
}
.abm-section img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}
.tech-sec h2 {
    font-size: 56px;
}
.abm-section h2 {
    font-size: 56px;
}

/** Services **/
.ser-text h1 {
    font-size: 64px;
}
.service-section h2 {
    font-size: 60px;
}
.service-section .col-lg-4 img {
    width: 100%;
}
.serv-list ul li a {
    font-size: 20px;
}


}

@media (min-width: 2000px) {
.menu ul li a {
    font-size: 20px;
}
.top-btns ul li a {
    font-size: 20px;
}
.ban-txt h1 {
    font-size: 69px;
}
.ban-txt p {
    font-size: 24px;
}
.ban-txt a {
    font-size: 24px;
}
.case-text h2, .case-text h1 {
    font-size: 60px;
}
.cb-txt h2 {
    font-size: 50px;
}
.cb-txt p {
    font-size: 20px;
}
.cb-txt a {
    font-size: 24px;
}
.level-section h2 {
    font-size: 60px;
}
.level-section ul li a {
    font-size: 24px;
}
.services-section ul.nav-tabs li button {
    font-size: 32px;
}
.services-section ul.nav-tabs li {
    padding-left: 60px;
}
.rev-box p {
    font-size: 24px;
}
.faq-section h2 {
    font-size: 60px;
}
.faq-section div#accordion .card .card-header button {
    font-size: 26px;
}
.faq-section div#accordion .card .card-body p {
    font-size: 20px;
}
.count-sec:after {
    width: 38%;
    top: 60px;
    right: 13%;
}
.tech-sec:before {
    background: url(images/fb-center.png) top center no-repeat;
    background-size: 100% 70%;
}
.meet a {
    font-size: 24px;
}

/** Service Pages **/
.serv-txt h2 {
    font-size: 55px;
}
.serv-txt p {
    font-size: 20px;
}
.sv-txt h3 {
    font-size: 26px;
}
.sv-txt img {
    width: 58px;
    height: 58px;
}

.tech-sec img {
    width: 80%;
    margin-left: 30px;
}
.tech-sec h2 {
    font-size: 56px;
}
.tech-sec p {
    font-size: 20px;
}
.tech-sec ul li {
    font-size: 20px;
}
.tech-sec a.tc-btn {
    font-size: 20px;
}
.count-sec h2 {
    font-size: 54px;
}
.count-sec p {
    font-size: 20px;
}
.count-box p {
    font-size: 20px;
}
.count-sec .case-text h2 {
    font-size: 70px;
}
.proc-box h3 {
    font-size: 26px;
}
.proc-box ul li {
    font-size: 17px;
}

/** About **/
body.page-id-34 .ban-txt h1 {
    font-size: 69px;
}
.abt-txt h3 {
    font-size: 34px;
}
.abt-txt p {
    font-size: 20px;
}
.abm-section h2 {
    font-size: 66px;
}

/** Services **/
.ser-text h1 {
    font-size: 70px;
}
.service-section h2 {
    font-size: 70px;
}
.service-section h3 {
    font-size: 60px;
}
.service-section p {
    font-size: 23px;
}
.service-section a.rd-more {
    font-size: 24px;
}

}

@media (min-width: 2200px) {
.ban-txt {
    margin-top: 130px;
}
.ban-txt h1 {
    font-size: 69px;
}
.serv-txt h2 {
    font-size: 62px;
}
.serv-txt p {
    font-size: 22px;
}
.sv-txt h3 {
    font-size: 30px;
}
.faq-section:after {
    right: 10%;
}
.serv-form form input, .serv-form form select, .serv-form form textarea, .speak-box form input, .speak-box form select {
    font-size: 18px;
    padding: 12px 10px;
}
.serv-form form input[type="submit"], .speak-box form input[type="submit"] {
    font-size: 22px;
    padding: 15px 45px;
    margin-top: 50px;
}
.tech-sec h2 {
    font-size: 66px;
}
.tech-sec p {
    font-size: 22px;
}
.tech-sec ul li {
    font-size: 22px;
}
.tech-sec a.tc-btn {
    font-size: 24px;
}
.count-sec h2 {
    font-size: 66px;
}
.count-sec p {
    font-size: 22px;
}

.foo-cont ul li:first-child a {
    background: url(images/foo-loc.png) left center no-repeat;
    padding: 5px 0px 5px 45px;
}
.foo-cont ul li:first-child a:hover {
    background: url(images/foo-loc-hover.png) left center no-repeat;
}

.serv-form {
    width: 65%;
    float: right;
}

/** About **/
body.page-id-34 .banner:after {
    width: 35%;
    height: 420px;
    bottom: 40%;
}
.abm-section p {
    font-size: 22px;
}
.abm-section a {
    font-size: 22px;
    padding: 20px 5px;
    width: 240px;
}




}

@media (min-width: 2500px) {
.menu ul li a {
    font-size: 22px;
}
.top-btns ul li a {
    font-size: 22px;
}
.ban-txt h1 {
    font-size: 84px;
}
.ban-txt p {
    font-size: 28px;
}
.case-text h2, .case-text h1 {
    font-size: 70px;
}
.cb-txt h2 {
    font-size: 60px;
}
.cb-txt p {
    font-size: 26px;
}
.cb-txt a {
    font-size: 28px;
}
.level-section h2 {
    font-size: 70px;
}
.level-section ul li a {
    font-size: 28px;
    padding: 25px 30px;
}
.services-section ul.nav-tabs li {
    padding-left: 90px;
}
.services-section ul.nav-tabs li button {
    font-size: 38px;
}
.tab-box p {
    font-size: 28px;
}
.tab-box a {
    font-size: 26px;
    padding: 15px 25px;
}
.rev-box p {
    font-size: 28px;
}
.faq-section h2 {
    font-size: 70px;
}

.faq-section:after {
    right: 10%;
}
.count-sec:after {
    width: 45%;
    top: 30px;
    right: 7%;
}

/** Service Pages **/
.serv-txt h2 {
    font-size: 68px;
}
.serv-txt p {
    font-size: 24px;
}
.sv-txt h3 {
    font-size: 34px;
}
.sv-txt img {
    width: 64px;
    height: 64px;
}
.tech-sec h2 {
    font-size: 72px;
}
.tech-sec p {
    font-size: 24px;
}
.tech-sec ul li {
    font-size: 24px;
}
.tech-sec a.tc-btn {
    font-size: 26px;
}
.tech-sec img {
    width: 70%;
}
.count-sec h2 {
    font-size: 72px;
}
.count-sec p {
    font-size: 24px;
}
.proc-box h3 {
    font-size: 30px;
}
.proc-box ul li {
    font-size: 20px;
}

/** About **/
.abm-section h2 {
    font-size: 72px;
}


/** Services **/
.ser-text h1 {
    font-size: 84px;
}
.serv-img img {
    width: 100%;
    margin-left: -120px;
}
.service-section h2 {
    font-size: 80px;
}
.service-section h3 {
    font-size: 70px;
}
.service-section p {
    font-size: 26px;
}
.service-section .col-lg-4 img {
    width: 86%;
    display: block;
    margin: 0 auto;
}
.serv-list ul li a {
    font-size: 20px;
}

}

@media (min-width: 2800px) {
.ban-txt h1 {
    font-size: 94px;
}
.ban-txt p {
    font-size: 32px;
}
.ban-txt a {
    font-size: 30px;
}
.case-text h2, .case-text h1 {
    font-size: 80px;
}
.cb-txt h2 {
    font-size: 70px;
}
.cb-txt p {
    font-size: 30px;
}
.cb-txt a {
    font-size: 30px;
    padding: 20px 35px;
    margin-top: 20px;
}
.level-section h2 {
    font-size: 80px;
}
.level-section ul li a {
    font-size: 32px;
    padding: 30px 40px;
}
.services-section ul.nav-tabs li {
    padding-left: 130px;
}
.tab-box h3 {
    font-size: 64px;
}
.rev-box p {
    font-size: 30px;
}
.faq-section h2 {
    font-size: 80px;
}
.faq-section div#accordion .card .card-header button {
    font-size: 30px;
}
.faq-section div#accordion .card .card-body p {
    font-size: 24px;
}
.faq-section:after {
    right: 13%;
}
.count-sec:after {
    width: 45%;
    top: 20px;
    right: 5%;
}
.meet h2 {
    font-size: 70px;
}
.meet a {
    font-size: 30px;
    padding: 20px 45px;
}

/** Service Pages **/
.serv-txt h2 {
    font-size: 78px;
}
.serv-txt p {
    font-size: 30px;
}
.sv-txt h3 {
    font-size: 40px;
}
.sv-txt img {
    width: 72px;
    height: 72px;
}
.tech-sec h2 {
    font-size: 78px;
}
.tech-sec p {
    font-size: 30px;
}
.tech-sec ul li {
    font-size: 30px;
}
.tech-sec a.tc-btn {
    font-size: 30px;
    padding: 25px 45px;
}
.count-sec h2 {
    font-size: 78px;
}
.count-sec p {
    font-size: 30px;
}

/** About **/
body.page-id-34 .ban-txt h1 {
    font-size: 94px;
}
.abm-section h2 {
    font-size: 78px;
}


}

@media (min-width: 3200px) {
.menu ul li a {
    font-size: 24px;
}
.top-btns ul li a {
    font-size: 24px;
}
.cb-txt h2 {
    font-size: 76px;
}
.level-section h2 {
    font-size: 86px;
}
.case-text h2, .case-text h1 {
    font-size: 84px;
}
.services-section ul.nav-tabs li {
    padding-left: 180px;
}
.rev-box p {
    font-size: 32px;
}


.faq-section:after {
    right: 15%;
}

}

@media (min-width: 3400px) {
.faq-section:after {
    right: 29%;
}

}

@media (min-width: 3600px) {
.ban-txt h1 {
    font-size: 100px;
}
.ban-txt p {
    font-size: 36px;
}
.ban-txt a {
    font-size: 34px;
    padding: 25px 50px;
}
.case-text h2, .case-text h1 {
    font-size: 92px;
}
.cb-txt h2 {
    font-size: 92px;
}
.cb-txt p {
    font-size: 36px;
}
.cb-txt a {
    font-size: 34px;
    padding: 25px 45px;
}
.level-section h2 {
    font-size: 100px;
}
.level-section ul li a {
    font-size: 36px;
    padding: 35px 50px;
}
.services-section ul.nav-tabs li {
    padding-left: 250px;
}
.tab-box p {
    font-size: 34px;
}
.tab-box a {
    font-size: 30px;
    padding: 25px 45px;
}
.rev-box p {
    font-size: 34px;
}
.faq-section h2 {
    font-size: 90px;
}
.faq-section div#accordion .card .card-header button {
    font-size: 34px;
}
.faq-section div#accordion .card .card-body p {
    font-size: 28px;
}
.faq-section:after {
    right: 15%;
}
.meet h2 {
    font-size: 90px;
}
.count-sec:after {
    width: 45%;
    right: 11%;
}
body.page-id-34 .banner:after {
    width: 40%;
    height: 540px;
    bottom: 30%;
}

}
@media (min-width: 4000px) {
.faq-section:after {
    right: 31%;
}
.count-sec:after {
    width: 22%;
    right: 29%;
}

}