:root {
  --primary-button: #404040;
  --white: #d3d3d3;
  --heading-gray:#e5e5e5;
  --bg-gray: #0d0d10;
}
@font-face {
  /* font-family: 'muliregular'; */
  font-family: 'muliregular', sans-serif;
  src: url('../fonts/muli-regular-webfont.woff2') format('woff2'),
  url('../fonts/muli-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #efe9e2;
}

body{
    padding: 0px;
    margin:0px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--heading-gray);
    font-family: "Open Sans", sans-serif;
    background-color: var(--bg-gray);
}
h1,h2,h3,h4,h5,h6 {
  margin: 0px; 
  /* letter-spacing: 0.4em; */
}
p{
  margin: 0px;
  font-size: 16px;
  /* letter-spacing: 0.1em; */

}
img{
    max-width: 100%;
}

a {
  /* color: #007bff; */
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  padding-left: 1.5rem;
  margin: 0px;
}

button {
  cursor: pointer;
  border: none;
  /* background-color: #007bff; */
  /* color: white; */
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  transition: background-color 0.3s;
  font-family: "Open Sans", sans-serif;
}

button:hover {
  background-color: #0056b3;
}

img {
  max-width: 100%;
  height: auto;
  /* display: block; */
}

.navbar-brand .logoimg {
  width: 170px;
  margin-right: 40px;
}
.nav-custom .nav-item.active a {
  border-bottom: 2px solid #f00;
}
.nav-custom {
  background: transparent;
    position: absolute;
    width: 100%;
    z-index: 4;
}
.nav-custom ul.navbar-nav.ms-auto li a {
  color: #fff;
  padding: 10px 20px;
}
.nav-custom .dropdown-toggle::after {
  margin-left: 0.555em;
}
.navbar .megamenu{ padding: 1rem; }
.getpric {
  background: #f00;
  border-radius: 40px;
  color: #fff;
  padding: 8px 0px;
}
.nav-custom .nav-link {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px !important;
  /* letter-spacing: .1rem; */
}
.nav-custom a.nav-link.dropdown-toggle {
  padding: 0 16px !important;
  color: #fff;
}
.slick-slider .element{
  border-radius:5px;
  display:inline-block;
  margin:0px 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-size:20px;
}
.slick-slider .slick-disabled {
  opacity : 0; 
  pointer-events:none;
}

.banner {
  background: url("../images/bannernew.jpg");
  padding: 200px 0;
  background-size: cover;
  position: relative;
  height: 100vh;
}
.banner-port h1 span {
  color: #f00;
  font-weight: 700;
}
.banner:before {
  content: '';
  position: absolute;
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: .8;
}
.banner .b-content {
  color: #fff;
  position: relative;
  z-index: 1;
  width: 50%;
  margin: auto;
  text-align: center;
}
.banner .b-content p {
  margin: 28px 0;
  font-size: 16px;
  color: #efe9e2;
}
.e-one h2 {
  font-size: 60px;
}
.eone h2 {
  color: #e0bb00;
}
.etwo h2 {
  color: #65ba3b;
}
.ethree h2 {
  color: #1698c0;
}
.eone {
  background: #ffe97936;
  border-color: #e0bb00 !important;
}
.etwo {
  background: #b7f59836;
  border-color: #65ba3b !important;
}
.ethree {
  background: #7ed5f036;
  border-color: #1698c0 !important;

}
.e-one {
  border: 1px solid #ccc;
  padding: 60px 0;
  border-radius: 10px;
}
.banner .b-content h1 {
  font-size: 38px;
  font-weight: 800;
  color: #efe9e2;
  font-weight: lighter;
  letter-spacing: .3rem;
  /* text-transform: uppercase; */
}
.banner .b-content h1 span {
  color: #f00;
  font-weight: 800;
}
.banner .b-content {
  font-size: 17px;
}
.ca-right p {
  color: rgba(255, 255, 255, .6);
}
/* .banner .b-content button {
  padding: 11px 30px;
  font-size: 19px;
  font-weight: 700;
  background: #f00;
  color: #fff;
} */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -100;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.effectachr {
  text-decoration: none;
  padding: 17px 35px;
  color: #e5e5e5;
  font-size: 20px;
  font-weight: bold;
  border-radius: 40px;
  outline: none;
  position: relative;
  display: inline-block;
}
/* .effectachr::before, .effectachr::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: right;
  border-radius: 40px;
  z-index: -1;
  transition: all .5s;
}
.effectachr::before {
  background: linear-gradient(to right, rgb(125, 83, 192), rgb(204, 27, 56));
}

.effectachr::after {
  background: linear-gradient(to right, rgb(204, 27, 56), rgb(125, 83, 192));
}
.effectachr:hover::after {
  opacity: 0;
} */
.effectachr {
  background: #f00;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  margin-top: 20px;
  color: var(--heading-gray);
  font-size: 18px;
  font-weight: 600;
}
.about .row {
  align-items: center;
}
.about {
  padding: 100px 0;
  /* background: var(--bg-gray); */
  background: url(../images/black-bg1.jpg);
  background-size: cover;
}
.about h3 {
  color: #efe9e2;
  font-size: 34px;
  font-weight: 700;
  /* text-transform: uppercase; */
}
.about p {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: rgba(255,255,255,.6);
}

.about a {
  background: #f00;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  margin-top: 20px;
  color: var(--heading-gray);
  font-size: 18px;
  font-weight: 600;
}

a.lucrorbtn {
  background: #f00;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  margin-top: 20px;
  color: var(--heading-gray);
  font-size: 18px;
  font-weight: 600;
}
.service {
  padding: 100px 0;
  /* background:#1f1f1f; */
  background: url(../images/black-bg2.jpg);
  background-size: cover;
}
.os-content {
  padding: 30px;
}
.service .card {
  overflow: hidden;
  border-color: #4e4e4e;
  /* background: #0a0a0a; */
  background: radial-gradient(circle at 4% 15%, rgb(0, 0, 0) 20%, rgb(255 0 0) 206.2%);
  color: var(--heading-gray);
}
.s-top-box {
  /* color: #fff; */
  margin-bottom: 60px;
}
.s-top-box h3 {
  font-size: 40px;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
  font-weight: 800;
  margin-bottom: 20px;
  color: #efe9e2;
}
.s-top-box p {
  font-size: 22px;
  color: #f6b658;
}
/* .os-content {
  color: #fff;
} */
.os-content h3 {
  /* text-transform: uppercase; */
  font-size: 22px;
  margin: 10px 0 15px;
  font-weight: 600;
}
.os-content a {
  font-size: 15px;
  background: #f00;
  padding: 4px 14px;
  display: inline-block;
  border-radius: 6px;
  margin-bottom: 10px;
  color: var(--heading-gray);
}
.sev-box {
  padding: 30px;
  color: var(--heading-gray);
  height: 392px;
}
.sev-box h5 {
  margin-bottom: 8px;
  margin-top: 30px;
  /* text-transform: uppercase; */
  font-weight: 700;
  font-size: 25px;
  color: #efe9e2;
}
.sev-box p {
  height: 160px;
  color: #b0a291;
}
.os-content p {
  height: 197px;
}
.c-across {
  padding: 100px 0;
  /* background: #4d45d0; */
  position: relative;
}
.c-across:before {
  position: absolute;
  content: '';
  background: url(../images/black-bg-6.jpg);
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-size: cover;
}
.ca-right {
  position: relative;
}
.acc-wrap {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
  padding: 18px;
  background: #191a1d;
  background: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 147.2%);
}
.c-across .card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .6);
}
.ca-box .cab-context {
  padding: 20px;
  background: rgb(11 10 13);
  color: var(--heading-gray);
  height: 230px;
}
.c-across .row {
  align-items: center;
}
.nts {
  font-size: 16px;
  color: rgb(246, 182, 88);
  font-weight: bold;
  /* margin-bottom: 10px; */
  /* text-transform: uppercase; */
  /* letter-spacing: 0.2em; */
  background: rgb(11 10 13);
  padding: 18px 20px;
  border-top: 1px solid rgba(255, 255, 255, .6);
  border-bottom: 1px solid rgba(255, 255, 255, .6);
}
.cab-context h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
  /* letter-spacing: 0.2em; */
}
.contact-detail ul li a i {
  margin-right: 8px;
}
.ca-right h3 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #efe9e2;
  /* text-transform: uppercase; */
}
.ca-right a {
  background: #f00;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  margin-top: 20px;
  color: var(--heading-gray);
  font-size: 18px;
  font-weight: 600;
}
.cab-context ul {
  list-style: none;
}
.cab-context ul li {
  position: relative;
  color: rgba(255, 255, 255, .6);
}
.cab-context ul li:before {
  content: '\f105 ';
  position: absolute;
  left: -17px;
  font-family: 'FontAwesome';
}
.endtoend {
    background: url(../images/b3.jpg);
}
.endtoend {
  background: url(../images/b3.jpg);
  background-size: cover;
  padding: 100px 0;
}
.endtoend h3 {
    font-size: 40px;
    /* color: #fff; */
    font-weight: bold;
    /* text-transform: uppercase; */
    color: rgba(255, 255, 255, .6);
}
.wrapend {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  margin-top: 70px;
  column-gap: 40px;
  /* color: #fff; */
}
.customers-say {
  padding: 100px 0;
  background: url(../images/black-bg3.jpg);
  background-size: cover;
  /* background: #121316; */
  /* color: #fff; */
}
.acc-wrap .top {
  font-size: 18px;
  font-weight: bold;
}
.e-one h2 {
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: bold;
  /* letter-spacing: normal; */
}
.acc-wrap .position {
    font-size: 14px;
}

.customers-say .row {
  align-items: center;
}
.acc-wrap h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #f6b658;
  /* text-transform: uppercase; */
}
.acc-wrap p {
  color: #b0a291;
}
.cu-heading {
  font-size: 40px;
  font-weight: bold;
  /* text-transform: uppercase; */
}
.f-unorder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
  padding: 0;
  list-style: none;
}
footer {
  background-color: #101016;
  padding: 100px 0 30px;
  /* background: url(../images/black-bg4.jpg);
    background-size: cover; */
  /* color: #fff; */
}
.f-inner-block ul {
  padding: 0;
  list-style: none;
  margin-top: 14px;
}
.f-inner-block h6 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
.f-inner-block ul li {
  margin: 4px 0;
}
.f-inner-block ul li a {
  color: var(--heading-gray);
  font-weight: 400;
  font-size: 13px;
}
.ai-icon {
  text-align: right;
  margin: 40px 0 0;
}
.top span i {
  color: #e0cf2e;
  font-size: 12px;
}

.acc-wrap .top span {
  margin-left: 8px;
}.sev-box i.icio {
  font-size: 35px;
}

/*  */
.banner-port h1 {
  font-size: 48px;
  /* color: #ffffff; */
  line-height: 68px;
  text-align: left;
}
.banner-port {
  padding: 280px 0;
  background: url(../images/portfolio-banner.jpg);
}
.profile-b2 span {
  text-align: center;
  display: block;
}
.profile-b2 {
  padding: 80px 0;
  background: url(../images/black-bg1.jpg);
    background-size: cover;
  /* background: #242525; */
  /* color: #fff; */
}

.profile-b2 h2 {
  font-size: 41px;
  line-height: 57px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  color: #efe9e2;
}

.profile-b2 p.top-p {
  text-align: center;
  margin-bottom: 35px;
  padding: 0 110px;
  /* color: #fff; */
  color: #b0a291;
}

.p-box {
  margin-bottom: 120px;
  align-items: center;
  transition: all 0.3s ease-in-out !important;
  position: static;
}
.sec-case_study .row {
  height: 491px;
}
.sec-case_study .row {
  margin-bottom: 120px;
  align-items: center;
}
.sec-case_study .case-1 {
  /* background: #0a0a0a; */
  background: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 140.2%);
  transition: all 0.3s ease-in-out !important;
  position: static;
  border: 1px solid #4e4e4e;
  border-radius: 17px;
}
.sec-case_study .case-2 {
  /* background: #3f4042; */
  transition: all 0.3s ease-in-out !important;
  position: static;
}
.sec-case_study .row:nth-child(odd) .col-info {
  padding-left: 82px;
}
.tag-list ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
  /* color: #211C5D; */
}

.tag-list ul li {
  font-size: 12px;
  line-height: 12px;
  /* color: #fff; */
  padding: 6px 10px;
  /* background: #2d2d2d; */
  margin-right: 8px;
  border-radius: 20px;
  text-transform: uppercase;
  /* font-family: 'Circular Std Book'; */
  font-weight: 500;
  border: 1px solid #4e4e4e;
}
.p-box .row {
  align-items: center;
}
.sec-case_study .col-info .pt-info h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #f6b658;
}
.banner-port a {
  font-size: 20px;
  /* color: #fff; */
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
.banner-port a:before {
  content: '';
  height: 45px;
  width: 45px;
  background: transparent linear-gradient(262deg, #1D9EF3 0%, #024EFE 100%) 0% 0% no-repeat padding-box;
  border-radius: 100%;
  position: absolute;
  right: -62px;
  top: -11px;
}
.banner-port a:after {
  content: '';
  height: 24px;
  width: 18px;
  border-radius: 100%;
  background-image: url(../images/down-arrow.png);
  background-size: auto;
  background-position: center 1px;
  background-repeat-x: no-repeat !important;
  position: absolute;
  right: -50px;
  top: 0px;
  transition: all 0.16s !important;
}
.sec-case_study p {
  text-transform: capitalize;
  font-size: 18px;
  color: #b0a291;
}
.sec-case_study .col-info .pt-info {
  margin-bottom: 117px;
}
.sec-case_study .col-info .vc_general {
  text-decoration: none;
  padding-top: 0;
  font-size: 18px;
  color: #efe9e2;
  /* -webkit-text-fill-color: #fff; */
  font-weight: 500;
  position: relative;
  color: var(--heading-gray);
}
.sec-case_study .case-1:hover, .sec-case_study .case-2:hover, .sec-case_study .case-3:hover {
  box-shadow: 0px 3px 20px #0000000F;
  transition: all 0.3s ease-in-out !important;
}
.sec-case_study .row:nth-child(odd) .col-img figure {
  text-align: right;
}
.sec-case_study .row:nth-child(even) .col-info {
  padding-right: 82px;
}
.sec-case_study .row:nth-child(even) {
  flex-direction: row-reverse;
}
.sec-case_study .col-img figure img {
  /* height: 100%; */
  height: 400px;
  object-fit: contain;
}
/* .primarty-btn-arrow .vc_general:after {
  content: '';
  width: 21px;
  height: 14px;
  background: url(../images/arrow_blue.svg);
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  right: -41px;
  bottom: 4px;
} */
.sec-case_study .col-info .vc_general i {
  margin-left: 20px;
  color: #efe9e2;
}
.s-one .so-img {
  height: 276px;
  overflow: hidden;
}
section.about h2 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 70px;
  font-weight: bold;
  font-size: 40px;
}
.about-our {
  margin-top: 50px;
}
.contact-detail {
  margin-top: 40px;
}
.contact-detail ul {
  list-style: none;
  padding: 0;
}
.contact-detail h6 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-detail ul li {
  font-size: 13px;
  padding: 4px 0;
}

/* contact page style */

.contact {
  padding: 200px 0 100px;
  /* height: 100vh; */
  background: url(../images/black-bg1.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
}
.contact-left span {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-left h2 {
  font-size: 64px;
  font-weight: 700;
}
.list ul {
  padding: 0;
  list-style: none;
}
.list ul {
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 30px;
  padding-top: 40px;
} 
.list ul li h4 {
  font-size: 18px;
}
.list ul li h5 {
  font-size: 18px;
  font-weight: 700;
  color: rgb(246, 182, 88);
}
.contact-left b {
  color: #f00;
}
.c-form .form-group {
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid #fff;
}
.list ul li {
  border-right: 1px solid #ccc;
  padding-right: 30px;
}
.list ul li:last-child {
  border: none;
}
.c-form p {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
}
.c-form h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.form-group input, .form-group textarea {
  background: transparent;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  color: #fff;
}
.form-control:focus, .form-group:focus{
  color:#fff;
  background-color:transparent;
  border-color:#fff;
  box-shadow:none;
}
.form-control::placeholder, .form-group::placeholder {
  color: #fff;
  opacity: .8; 
}
.c-form {
  padding: 40px;
  border-radius: 10px;
  background: radial-gradient(circle at 4% 15%, rgb(0, 0, 0) 20%, rgb(255 0 0) 206.2%);
}

.textareaform {
  align-items: baseline !important;
}
.c-form-btn {
  background: #f00;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  margin-top: 20px;
  color: var(--heading-gray);
  font-size: 18px;
  font-weight: 600;
}
.contact .row {
  align-items: center;
}

.col-img figure {
  max-width: 100%;
  padding: 0 80px;
}


.aboutmain {
  padding: 300px 0 250px;
  background: url(../images/aboutbanner.jpg);
  background-size: cover;
  background-position: 0 -60px;
  position: relative;
}
.aboutmain:before {
  content: '';
  position: absolute;
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: .8;
}
.bannercontent {
  position: relative;
  z-index: 2;
}
.aboutmain .bannercontent h1 {
  font-size: 66px;
  text-transform: capitalize;
  font-weight: bold;
}
.aboutmain .bannercontent p {
  font-size: 21px;
  color: #efe9e2;
}
.b2grid {
  display: grid;
  grid-template-columns: 390px 1fr;
  column-gap: 60px;
}
.ablock-2 {
  padding: 100px 0;
}
.b2left span {
  font-size: 20px;
  text-transform: uppercase;
}
.b2left h3 {
  font-size: 50px;
  /* text-transform: uppercase; */
  font-weight: bold;
  color: #efe9e2;
}
.b2right p {
  font-size: 16px;
  padding-right: 0;
  margin-bottom: 10px;
  color: #b0a291;
}
.ab-block-3 .content-block p {
  font-size: 17px;
}
.b2right a {
  background: #f00;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    margin-top: 20px;
    color: var(--heading-gray);
    font-size: 18px;
    font-weight: 600;
}

.ablock-3 h3 {
  font-size: 50px;
  /* text-transform: uppercase; */
  font-weight: bold;
  margin-bottom: 30px;
}
.wrapb3 h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.wrapb3 {
  margin-bottom: 40px;
}
.wrapb3 p {
  font-size: 16px;
}
.ablock-3 {
  padding: 70px 0;
}
.ablock-4 {
  padding: 100px 0;
  text-align: center;
}

.ablock-4 h3 {
  font-size: 50px;
  font-weight: bold;
  /* text-transform: uppercase; */
}
.ablock-4 p {
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.ablock-4 a {
  background: #f00;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    margin-top: 20px;
    color: var(--heading-gray);
    font-size: 18px;
    font-weight: 600;
}
.b2left {
  border-right: 1px solid #fff;
}
.aboutmain .bannercontent h1 span {
  color: #f00;
}
.outer-border {
  text-align: center;
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 20px;
  height: 450px;
}
.outer-border  p.p-text-14 {
  font-size: 14px;
  margin-top: 10px;
}
.outer-border .h-blue-color {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}
.ab-block-6 {
  padding: 50px 0;
}
.heading-2 h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 60px;
}
.o-circle img {
  border-radius: 6px 6px 0px 0px;
  height: 180px;
  object-fit: cover;
}
/*  */

.ab-block-3 {
  /* background: #F4F4F4; */
  padding: 50px 0 50px;
}
.b3-subblock-card {
  background: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 140.2%);
    transition: all 0.3s ease-in-out !important;
    border: 1px solid #4e4e4e;
    border-radius: 17px;
  /* background: #FFFFFF; */
  border-radius: 10px;
  display: grid;
  grid-template-columns: 490px 1fr;
  align-items: center;
}
.ab-block-3 .content-block {
  padding: 20px 0px 20px 70px;
}
.ab-block-3  .heading-2 h3 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 10px;
}
.img-block {
  text-align: right;
}
.ab3right h4 {
  font-size: 33px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.backimg {
  background: url(../images/black-bg1.jpg);
  background-size: cover;
}
/* input:-webkit-autofill{
  -webkit-text-fill-color: transparent !important;
} */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}
.clone_icon{
  cursor: pointer;
}
/* service page */
.servicebanner {
  padding: 230px 0;
  background: url("../images/servicemain.jpg");
  background-size: cover;

}
.servicebanner .sbcontent h1 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 20px;
}
.servicebanner .sbcontent p {
  font-size: 16px;
  margin-bottom: 20px;
}
.commonbtn {
  background: #f00;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  margin-top: 20px;
  color: var(--heading-gray);
  font-size: 18px;
  font-weight: 600;
}
.serblock2 {
  padding: 90px 0;
  background: url("../images/servicebg.jpg");
  background-size: cover;

}
.serblock2 h3 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 10px;
}
.serblock2 p {
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 25px;
}
.serblock2 h4 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 8px;
}
.serblock3 {
  padding: 80px 0;
  background: radial-gradient(circle at 4% 15%, rgb(0, 0, 0) 20%, rgb(255 0 0) 206.2%);
}
.serblock3 h3 {
  font-size: 50px;
  font-weight: 800;
}
.serblock5 {
  padding: 90px 0;
  /* background: radial-gradient(circle at 4% 15%, rgb(0, 0, 0) 20%, rgb(255 0 0) 206.2%); */
  background: url("../images/redbg.jpg");
  background-size: cover;
}
.serblock5 p {
  padding-right: 400px;
}
.serblock4 h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.serblock4 {
  padding: 80px 0;
  background: url("../images/serviceblock2.jpg");
  background-size: cover;
}
.serb4left {
  margin-bottom: 50px;
}

.chatlio-widget-body.chatlio-open.chatlio-bottom-right {
  background: radial-gradient(circle at 4% 15%, rgb(0, 0, 0) 20%, rgb(255 0 0) 206.2%);
}
.chatlio-chat-header {
  background: transparent !important ;
}
p.chatlio-missed-you-message {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}
.chatlio-widget .chatlio-widget-body button{
  height: 60px;
  font-size: 18px;
  font-weight: 600;
}
.chatlio-widget .chatlio-widget-body button:disabled {
  background-color: #ff0000 !important;
}
.chatlio-widget .chatlio-widget-body input, .chatlio-widget .chatlio-widget-body textarea {
  color: rgb(0, 0, 0);
  background: transparent;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    color: #fff;
    border-bottom: 1.5px solid #fff;
}
.chatlio-widget .chatlio-offline-message-container button{
  margin-top: 4px;
  background: #f6b658 !important;
}
.chatlio-widget .chatlio-widget-body input.chatlio-error, .chatlio-widget .chatlio-widget-body textarea.chatlio-error {
  background-color: transparent;
}
span.chatlio-message-body {
  background: #000;
}
.chatlio-widget textarea.chatlio-new-message-small:focus, .chatlio-widget textarea.chatlio-new-message-small:hover, .chatlio-widget textarea.chatlio-new-message:focus, .chatlio-widget textarea.chatlio-new-message:hover {
  background: transparent !important;
  border-bottom-left-radius: 0;
}
.chatlio-widget .chatlio-chat-header-menu__menu {
  background: #0c0000;
}
.chatlio-chat-header-menu__menu-item:hover {
  background-color: #210000;
}
.chatlio-new-message-container .chatlio-widget .chatlio-widget-body input, .chatlio-new-message-container .chatlio-widget .chatlio-widget-body textarea {
  border-bottom: none;
}
.c-across .caimg {
    height: 200px;
}
.hflex {
    display: flex;
    justify-content: center;
}
/* ============ desktop view ============ */
@media (min-width: 1400px) {
  .nav-custom .container, .nav-custom .container-lg, .nav-custom .container-md, .nav-custom .container-sm, .nav-custom .container-xl, .nav-custom .container-xxl {
      max-width: 1400px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg.nav-custom .navbar-nav .dropdown-menu {
      margin-left: auto;
      margin-right: auto;
      width: 80%;
      background-image: linear-gradient(to right, #6c78b9, #696689);
      /* color: #fff; */
  }
  .navbar-expand-lg.nav-custom .navbar-nav .dropdown-menu::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(139% 208% at bottom left, #ff2f6f59, transparent 50%), radial-gradient(170% 151% at top right, #283ea3, transparent 50%);
    border-radius: 8px;
}
.navbar-expand-lg.nav-custom .navbar-nav .dropdown-menu::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: radial-gradient(41% 68% at 78% 10%, #798ef224, transparent 50%);
  border-radius: 8px;
}
}
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */


/* ============ mobile view .end// ============ */

@media (max-width: 1199.98px) { 
  .nav-custom .nav-link {
    font-size: 14px;
    padding: 10px 14px !important;
}
.banner .b-content {
  width: 100%;
  text-align: center;
  max-width: 70%;
  margin: auto;
}
.ca-right h3 {
  font-size: 35px;
}
.cab-context ul li {
  font-size: 14px;
}
p {
  margin: 0px;
  font-size: 14px;
}
.contact-left h2 {
  font-size: 40px;
  font-weight: 700;
}
.list ul li h5 {
  font-size: 12px;
}
.c-form h3 {
  font-size: 30px;
}
.tag-list ul {
  flex-wrap: wrap;
  row-gap: 10px;
}

.aboutmain .bannercontent h1 {
  font-size: 40px;
}
.b2left h3 {
  font-size: 40px;
}
.ab-block-3 .heading-2 h3 {
  font-size: 40px;
}
.ablock-3 h3 {
  font-size: 40px;
}


.b2grid {
  grid-template-columns: 300px 1fr;
}
.ab-block-3 .content-block {
  padding: 20px 0px 20px 20px;
}
.outer-border .h-blue-color {
  font-size: 19px;
}
.outer-border {
  height: 500px;
}
.ablock-3 {
  padding: 50px 0;
}
.aboutmain {
  padding: 260px 0 130px;
}
.b2grid {
  grid-template-columns: 270px 1fr;
  column-gap: 30px;
}
.b3-subblock-card{
  grid-template-columns: 330px 1fr;
}
.ab3right h4 {
  font-size: 26px;
  margin-bottom: 10px;
}
.wrapb3 {
  margin-bottom: 10px;
}
.outer-border {
  margin-bottom: 30px;
}
.ablock-4 h3 {
  font-size: 40px;
}
}

 @media (max-width: 991.98px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }

  .banner .b-content {
    max-width: 90%;
}
.about a {
  margin-bottom: 70px;
}
.e-one h2 {
  font-size: 35px;
}
.cu-heading {
  text-align: center;
}
.customers-say .row {
  row-gap: 60px;
}
.ca-right {
  margin-top: 40px;
  margin-bottom: 40px;
}
.endtoend h3 {
  font-size: 36px;
}
.about {
  text-align: center;
}
.c-across .row .col-sm-12.col-md-12.col-lg-7 {
  order: 1;
}
.ca-right p {
  margin-bottom: 20px;
}
.c-across {
  padding: 20px 0;
}

/*  ====*/

.profile-b2 h2 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}
.tag-list ul {
  flex-wrap: wrap;
  row-gap: 10px;
}
.sec-case_study .col-info .pt-info h3 {
  font-size: 23px;
  line-height: 30px;
}
.tag-list ul li {
  font-size: 11px;
}
.sec-case_study .row:nth-child(odd) .col-info {
  padding-left: 15px;
}
.sec-case_study p {
  font-size: 13px;
}
.sec-case_study .col-info .vc_general {
  font-size: 15px;
}
.sec-case_study .row:nth-child(even) .col-info {
  padding-right: 15px;
}
.banner-port h1 {
  font-size: 37px;
  line-height: 60px;
}
.sec-case_study .row {
  margin-bottom: 40px;
}
.nav-custom .navbar-collapse {
  background: #000;
  padding: 0px 10px 20px;
}
.nav-custom ul.navbar-nav.ms-auto li a {
  display: inline-block;
}
.nav-custom .navbar-toggler:focus {
  box-shadow: none;
  background: transparent;
}
.profile-b2 {
  padding-bottom: 20px;
}
.p-box {
  margin-bottom: 0;
}
/* conatct */

.list ul li {
  padding-right: 6px;
}
.list ul {
  column-gap: 7px;
}
.list ul li h4 {
  font-size: 14px;
}
.list ul {
  padding-top: 20px;
}

.contact-left h2 {
  font-size: 31px;
}
.c-form h3 {
  font-size: 24px;
}
.c-form p {
  font-size: 15px;
}
.contact .row {
  align-items: center;
}
.sec-case_study .row {
  height: auto;
}
.sec-case_study .col-info .pt-info {
  margin-bottom: 0;
}
.col-img figure {
  padding: 0 0;
}
.profile-b2 h2 {
  font-size: 40px;
}
.aboutmain {
  background-position: 0 0;
}
.outer-border {
  height: 420px;
}
.servicebanner .sbcontent h1 {
  font-size: 30px;
}
.serblock2 h3 {
  font-size: 30px;
}
.serblock3 h3 {
  font-size: 30px;
}




 }
 @media (max-width: 767.98px) { 
  .c-across .card {
    margin-bottom: 40px;
}

.ca-right {
  text-align: center;
}
.endtoend .wrapend {
  grid-template-columns: 1fr;
  column-gap: 40px;
  row-gap: 40px;
}
.f-right {
  margin-bottom: 40px;
}
.about {
  text-align: center;
}

.banner-port h1 {
  font-size: 32px;
  line-height: 43px;
}
.banner-port {
  padding: 200px 0;
}

.profile-b2 h2 {
  font-size: 20px;
  line-height: 30px;
}
.profile-b2 p.top-p {
  padding: 0 0px;
}
.col-info {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sec-case_study .col-info .pt-info {
  margin-bottom: 60px;
}
.sec-case_study .row .col-img figure {
  max-width: 50%;
  margin: auto;
}
.b2grid {
  grid-template-columns: 1fr;
}
.b2left {
  border-right: none;
}
.ablock-2 {
  padding: 40px 0;
}
.b2left h3 {
  margin-bottom: 20px;
}
.b3-subblock-card {
  grid-template-columns: 1fr;
}
.ab3right {
  margin-top: 30px;
}
.o-circle img {
  border-radius: 6px 6px 0px 0px;
  height: 220px;
  object-fit: cover;
  width: 100%;
}
.ablock-4 {
  padding: 0 0 60px;
  text-align: center;
}
.outer-border {
  height: auto;
  padding-bottom: 30px;
}
.outer-border .h-blue-color {
  font-size: 26px;
}
.aboutmain {
  padding: 150px 0 100px;
}
.aboutmain .bannercontent h1 {
  font-size: 30px;
}
.aboutmain .bannercontent p {
  font-size: 16px;
}
.servicebanner {
  padding: 110px 0;
}
.servicebanner .sbcontent p {
  margin-bottom: 0px;
}
.sbcontent {
  margin-bottom: 40px;
}

.servicebanner .sbcontent h1 br {
  display: none;
}
.serblock2 h3 br {
  display: none;
}
.serblock5 p {
  padding-right: 0;
}
.serblock5 {
  padding: 50px 0;
}
  }
  @media (max-width: 575.98px) {


    .banner .b-content h1 {
      font-size: 27px;
  }
  .banner .b-content p {
    font-size: 13px;
    margin: 10px 0;
  }
.effectachr {
  padding: 11px 20px;
  margin-top: 0;
  font-size: 14px;
}
.about h3 {
  font-size: 25px;
}
.about a{
  padding: 11px 20px;
  margin-top: 0;
  font-size: 14px;
}
.about h2 {
  margin-bottom: 20px;
  font-size: 32px;
}
.s-top-box h3 {
  font-size: 32px;
}
.s-top-box p {
  font-size: 16px;
}
a.lucrorbtn{
  padding: 11px 20px;
  margin-top: 0;
  font-size: 14px;
}
.ca-right h3 {
  font-size: 32px;
}

.ca-right a{
  padding: 11px 20px;
  margin-top: 0;
  font-size: 14px;
}

.endtoend h3 {
  font-size: 29px;
}
.cu-heading {
  font-size: 32px;
}
.about {
  padding: 60px 0 0;
}
footer {
  padding: 50px 0 30px;
}
section.about h2 {
  margin-bottom: 30px;
}
.customers-say {
  padding: 40px 0;
}
.customers-say .row {
  row-gap: 30px;
}
.endtoend {
  padding: 60px 0;
}
.wrapend {
  margin-top: 40px;
   }



.ca-right a {
  margin-bottom: 40px;
}
.c-across {
  padding: 50px 0;
}
.service {
  padding: 60px 0;
}
.about-our {
  margin-top: 20px;
}
.about h2 {
  font-size: 35px;
}
.about p {
  margin-bottom: 30px;
}

.customers-say .slick-next {
  right: 0;
}
.customers-say .slick-prev {
  left: 0;
}
.customers-say .slick-next, .customers-say .slick-prev {
  display: none;
}
.banner-port h1 {
  font-size: 28px;
  line-height: 36px;
}

.p-box {
  padding: 0 20px;
}

.contact-left {
  margin-bottom: 50px;
}
.contact {
  padding: 100px 0 50px;
}
.sec-case_study .row .col-img figure {
  max-width: 100%;
}
.sec-case_study .col-info .pt-info {
  margin-bottom: 20px;
}
.sec-case_study .row {
  height: auto;
}

.sec-case_study .col-img figure img {
  height: auto;
  margin-bottom: 20px;
}
.aboutmain .bannercontent p br {
  display: none;
}
.aboutmain {
  background-position: -153px 0;
}


  }

 .chatlio-title-bar.chatlio-title-bar-chip.chatlio-bottom-right{
  background-color: rgb(255 0 0) !important;
 }
 .chatlio-missed-you-message{
  color: #202020;
 }

 .swal2-popup.swal2-toast.swal2-icon-info.swal2-show {
  background: radial-gradient(circle at 4% 15%, rgb(88 56 56) 20%, rgb(255 0 0) 206.2%);
  color: #fff;
}

.clone_icon_header{
  padding: 13px 10px 13px 0px !important;
}