@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arvo&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
html {
  scroll-behavior: smooth;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --Poppins:"Poppins", sans-serif;
  --Monts: 'Montserrat', sans-serif;
  --robo:'Roboto', sans-serif;
}
a{
  text-decoration: none !important;
}
a:hover{
  color:#fff !important;
}


@-webkit-keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-1750px)}}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-1750px)}}.slider{height:400px;margin:auto;overflow:hidden;position:relative;width:100%}.slider .slide-track{-webkit-animation:scroll 40s linear infinite;animation:scroll 40s linear infinite;display:flex;width:350px}.slider .slide{height:100px;width:250px}

.net{
  font-size: 44px;
  text-align: center;
  margin-top: 2%;
  font-weight: 700px;
  margin-bottom: 1%;
}
header {
  width: 100%;
  height:auto;
  float: left;
  background: #fde8ea;
  padding: 1%;
  /* border-bottom: 1px solid #ccc; */
  position: sticky;
    z-index: 1000;
    background: transparent;
}
#logo {
  width: 20%;
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5%;
}
#logo img {
  width: 180px !important;
  height: 90px !important;
}
nav {
  width: 80%;
  height: 100%;
  float: left;
  padding-top: 3%;
}
.navlinks {
  height: 100%;
  display: flex;
  /* justify-content: space-evenly; */
  align-items: center;
}
nav ul li {
  list-style: none;
  padding-left: 4%;
}
.color {
  color: #E93C26;
}
nav ul li a {
  text-decoration: none;
  color: #101010;
  color: #fff;  
  font-weight: 600;
  text-transform: capitalize;
  font-family: Poppins;
  font-size: 20px;
}
nav ul li a:hover {
  color: #f1f1f1 !important;
}
#login {
  background-color: #fd0404;
  /* padding: 0px 14px; */
  padding-left: 2%;
  padding-right: 2%;
  float: right;
  font-weight: 600;
  font-size: 19px;
  text-transform: capitalize;
  /* margin: 18px; */
  color: #fff;
  line-height: 43px;
  border: 1px solid #fff;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
  margin-left: 3%;
}
#login a{
  color: #fff !important;
} 
#header-mid {
  width: 100%;
  height: 800px;
  background: url(../images/digital-main-banner.webp) no-repeat center;
  float: left;
  margin-top: -158px;

}
.inner {
  width: 1200px;
  margin: auto;
  height: auto;
}
#c1 {
  width: 50%;
  height: 30%;
  float: left;
  padding-top: 18%;
}
#c1 h1 {
  display: inline-block;
  text-transform: uppercase;
  font-size:50px;
  font-weight: 700;
  line-height: 80px;
  color: #f1f1f1;
  text-shadow: 3px 2px #121212ff;
  text-align: left;

}
#c1 p {
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
  color:#000;
  color: #f1f1f1;
  text-shadow: 1px 1px #d80516;
}
#c1 span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}
.bttn {
  display: inline-block;
  background-color: #d80516;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  margin: 8px;
  /* color: #fff !important; */

  line-height: 30px;
  border: 0;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
  height: 50px;
  width: 200px;
}
/* .bttn:hover {
  background-color: #000;
} */
#c2 {
  width: 35%;
  height: 600px;
  background-color: #d80516;
  float: right;
  margin-top: 8%;
}
#c2 h2 {
  padding-top: 10%;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-family: 700;
}
input:focus,
.textarea1:focus {
  outline: 0;
}
#name {
  width: 80%;
  height: 40px;
  float: left;
  margin: 5% 10%;
  border: none;
  padding-left: 5%;
}
#phone {
  width: 80%;
  height: 40px;
  float: left;
  margin: 2% 10%;
  padding-left: 5%;
  border: none;
}
#email {
  width: 80%;
  height: 40px;
  float: left;
  margin: 4% 10%;
  padding-left: 5%;
  border: none;
}
#company {
  width: 80%;
  height: 40px;
  float: left;
  margin: 4% 10%;
  padding-left: 5%;
  border: none;
}
.textarea1 {
  width: 80%;
  height: 100px;
  float: left;
  margin: 3% 10%;
  padding-left: 5%;
  padding-top: 2%;
  resize: vertical;
  border: none;
}
::placeholder {
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
}
.btn {
  background-color: #000;
  width: 80%;
  height: 50px;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 10%;
  color: #fff;
  line-height: 50px;
  border: 0;
  transition: all 0.4s ease-in-out 0s;
}

.btn-2 {
  background-color: #fff;
  width: 80%;
  height:40px;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 10%;
  color: #000;
  line-height: 50px;
  border: 0;
  transition: all 0.4s ease-in-out 0s;
}

.clearfix {
  clear: both;
}
.card_slide {
  width: 100%;
  height: auto;
  background-color: #ebebeb;
  float: left;
}
#title_inner {
  max-width: 1200px;
  width: 100%;
  height: 205px;
  padding: 2% 0;
}
#title_inner span {
  font-weight: 600;
  margin: 0 0 10px;
  padding: 10px 0;
  display: inline-block;
  color: #bb0b0b;
  text-transform: capitalize;
  line-height: 28px;
  font-size: 18px;
}
#title_inner h2 {
  line-height: 40px;
  font-size: 36px;
  font-weight: 700;
}
.sub_text {
  display: inline-block !important;
  font-size: 36px !important;
  padding: 0 !important;
  margin: 0 !important
}
#title_inner p {
  padding-top: 10%;
  color: #363434;
  font-weight: 500;
  font-size: 16px;
}
.left {
  width: 60%;
  float: left;
}
.right {
  width: 40%;
  float: right;
}
.cardslide {
  width: 100%;
  height: auto;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
.slide-container {
  max-width: 1120px;
  width: 100%;
  height: 500px;
  padding: 10px 0;
  float: left;
}
.slide-content {
  margin: 0 40px;
  overflow: hidden;
  /* border-radius: 25px; */
}
.card {
  background-color: #fff;
  height: 450px;
  cursor: pointer;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  padding: 0px 0px;
}
.image-content {
  /* position: relative; */
  row-gap: 5px;
  padding: 0 0;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background-color: #4070F4;
  border-radius: 25px 25px 0 25px; */
}
.overlay::before,
.overlay::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
}
.overlay::after {
  /* border-radius: 0 25px 0 0; */
  background-color: #fff;
}
.card-image {
  position: relative;
  height: 200px;
  width: 330px;
  background: #fff;
  padding: 3px;
}
.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.name a{
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  color: #333;
  padding: 3% 2% !important;
  text-decoration: none;
  cursor: pointer;
}
.description {
  font-size: 15px;
  /* text-align: center; */
  padding: 2% 5%;
  font-weight: 400;
  color:#333;
}
/* .button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
} */

.swiper-navBtn {
  color: #6e93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover {
  color: #4070f4;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-pagination-bullet {
  background-color: #6e93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #4070f4;
}
.bttn5{
  display: inline-block;
  margin-left: 40% !important;
  background-color: #d80516;
  padding: 15px 50px;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 2%;
  color: #fff;
  line-height: 30px;
  border: 0;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .bttn5{
    display: inline-block;
    margin-left: 20% !important;
    margin-bottom: 5% !important;
  }
  .card_slide {
    width: 100%;
    height: auto;
    background-color: #ebebeb;
    position: relative;
  }
  #title_inner {
    width: 100%;
    height: 350px;
    padding: 2% 2%;
  }
  #title_inner span {
    line-height: 28px;
    font-size: 18px;
    margin: 0;
  }
  #title_inner h2 {
    line-height: 35px;
    font-size: 22px;
    font-weight: 700;
  }
  .sub_text {
    display: inline-block !important;
    font-size: 25px !important;
    padding: 0 !important;
  }
  #title_inner p {
    padding-top: 10%;
    color: #363434;
    font-weight: 500;
    font-size: 16px;
  }
  .left {
    width: 100%;
    float: left;
    margin-bottom: 8%;
  }
  #right {
    width: 90%;
    /* position: absolute;
    top: 150px;
    left: 20px; */
    /* float: right; */
  }
  .slide-container {
    width: 100%;
    height: 500px;
    padding: 10px 0;
    float: left;
  }
  .slide-content {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none;
  }
  .card-image {
    position: relative;
    height: 200px;
    width: 97%;
    background: #fff;
    /* padding: 2px; */
  }

}

#logosec {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  float: left;
}

#logosec a {
  display: block;
  text-decoration: none;
  color: #000 !important ;
font-size: 36px;
text-transform: capitalize;
  margin-top: 5%;
  text-align: center;
}

#clintele {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  /* align-items: center; */
  flex-wrap: wrap;
  background-color: #101010;
  padding: 2% 2% 2% 7%;
}

.gallery {
  width: 25%;
  margin-top: 2%;
}
.gallery img {
  width: 70%;
}

.con {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  float: left;
}
.aside {
  width: 600px;
  /* float: right; */
  margin-top: 8%;
}
#sec1 {
  max-width: 600px;
  width: 100%;
  padding: 4% 2%;
}
#sec1 span {
  font-weight: 600;
  margin: 0 0 10px;
  padding: 10px 0;
  display: inline-block;
  color: #bb0b0b;
  text-transform: capitalize;
  line-height: 28px;
  font-size: 18px;
}
#sec1 h2 {
  line-height: 40px;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 6%;
}
#sec1 p {
  font-size: 15px;
  line-height: 25.5px;
  margin-bottom: 5%;
}

.con5{
  width: 100%;
  height: auto;
}
.withus{
  width: 100%;
}
.withus img{
  width: 100%;
}

/* .con1 {
  width: 100vw;
  height:auto;
  display: flex;
  justify-content: center;
  background-color: #000;
}
#sec3 {
  width: 100%;
  max-width: 1200px;
  height: 200px;
  margin-top: 3%;
}
#sec3 span {
  font-weight: 600;
  margin: 0 0 10px;
  padding: 10px 0;
  display: inline-block;
  color: #bb0b0b;
  text-transform: capitalize;
  line-height: 28px;
  font-size: 18px;
}
#sec3 h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
.btn2 {
  background-color: #d80516;
  padding: 10px 40px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  margin: 15% 22%;
  color: #fff;
  line-height: 30px;
  border: 0;
  transition: all 0.4s ease-in-out 0s;
}
.btn2:hover {
  background-color: #911717;
}
#sec4 {
  max-width: 1200px;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
}
.steps {
  width: 1200px;
  height: 150px;
  background-image: url("../images/steps.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1000px auto;
  display: flex;
  flex-direction: row;
}
.box1 {
  width: 210px;
  height: 200px;
  flex-direction: row;
  margin: 0 3.5%;
}
.bord {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding: 50px;
  background-color: #fff;
  margin: 0 15%;
}
.bord img {
  width: 40px;
  height: 40px;
}
.box1 h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  color: #fff;
}
.box1 p {
  font-size: 15px;
  line-height: 25.5px;
  text-align: center;
  color: #fff;
} */


 .con2 {
  width: 100%;
  height: auto;
  background: url(../images/whats\ our\ customer\ saying\ backgroung\ size\ 1519x885.webp);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  background-color: #121212ff;
  height: 400px;
  /* padding-top: 2%; */
  padding: 3% 0%;
  margin-bottom: 3%;
}

#sec{
  width: 100%;
  height: auto;
}
#sec6 span {
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #bb0b0b;
  padding-top: 3%;
  margin-bottom: 1%;
}
#sec6 h2 {
  text-align: center;
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
  color: #fff;
}
#sec5 {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.box5 {
  width: 350px;
  height: 450px;
  float: left;
  background: #16151a;
  margin: 30px 0;
  padding-top: 20px;
}
.im {
  width: 25%;
  padding-left: 10%;
  padding-top: 10%;
  margin-bottom: 5%;
  display: none;
}
.im img {
  width: 100%;
}
.im1 {
  width: 50%;
  display: block;
  padding-left: 12%;
  margin-bottom: 4%;
}
.im1 img {
  width: 100%;
}
.card1 {
  width: 365px !important;
  background-image: url(../images/test-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.swiper-slide{
  /* background: #d2122e; */
  /* background-image: url(../images/what\ customer\ saying\ about\ us\ foreground\ banner\,\ size\ 465x593.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #101010;

}

.slide-container1 {
  max-width: 1200px;
  width: 100%;
  height: 360px;
  padding: 10px 0;
  margin-bottom: 5%;
  float: left;
}
.s-content {
  margin: 0 30px !important;
 
} 
.whte1{
  color: #fff;
  padding-left: 7%;
  padding-right: 5%;
  padding-top: 10%;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10%;

}
.whte {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding-left: 13%;
  padding-top: 0 !important;
  margin-bottom: 2%;
}
.gray {
  display: inline-block;
  margin-top: 0;
  padding-left: 13%;
  font-size: 20px;
  color: #999;
  padding-top: 0% !important;
  margin-bottom: 2%;
}
.con3 {
  width: 100%;
 
}

#c7{
  width: 100%;
 
  height: 550px;
  padding-top: 5%;
  background: url(../images/contact\,\ let\ us\ help\ your\ business\ to\ move\ forward\,\ bg\ banner\ size\ 1920x1080.webp);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  background: #101010;
}
#c7 img{
  padding-left: 5%;
}
.c6 {
  max-width: 1200px;
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 5%;
}
.c6 span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #bb0b0b;
  padding-top: 3%;
  margin-bottom: 2%;
}
.c6 h2 {
  text-align: center;
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
}
.c7 {
  max-width: 1200px;
  width: 100%;
  height: auto;
  float: left;
}
#c7{
  width: 100%;
  /* height: auto; */
}
.new-sec-contact{
  width: 45%;
  /* background-color: yellow; */
  background: radial-gradient( circle at 55% 92%, #d80516 0 12%, transparent 12.2% ), radial-gradient( circle at 94% 72%, #d80516 0 10%, 
  transparent 10.2% ), radial-gradient( circle at 20% max(78%, 350px), #202020 0 7%, transparent 7.2% ),
   radial-gradient( circle at 0% 0%, #202020 0 40%, transparent 40.2% ), #202020;
  padding-top: 2%;
  float: left;
}
.new-head-contact {
 
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #bb0b0b;
  padding-top: 3%;
  margin-bottom: 2%;
}
.new-subhead-contact{
  text-align: left;
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
}


#form2 {
  width: 50%;
  height: 500px;
  /* margin: 5% auto; */
  /* padding-top: 2%; */
  float: right;
}

#name2 {
  width: 45%;
  height: 50px;
  padding-left: 2%;
  float: left;
  border: none;
  background-color: #f1f1f1;
}
#phone2 {
  width: 45%;
  height: 50px;
  padding-left: 2%;
  float: left;
  margin-top: 6%;
  border: none;
  background-color: #f1f1f1;
}
#email2 {
  width: 45%;
  height: 50px;
  padding-left: 2%;
  float: left;
  margin-left: 5%;
  border: none;
  background-color: #f1f1f1;
}
#company2 {
  width: 45%;
  height: 50px;
  float: left;
  padding-left: 2%;
  margin-left: 5%;
  margin-top: 6%;
  border: none;
  background-color: #f1f1f1;
}
.textarea {
  width: 95%;
  height: 120px;
  float: left;
  margin-top: 5%;
  margin-bottom: 4%;
  padding-left: 2%;
  padding-top: 2%;
  resize: vertical;
  border: none;
  background-color: #f1f1f1;
  /* border-bottom:1px solid #000 ; */
}
::placeholder {
  text-transform: capitalize;
  font-size: 17px;
  color: #046c58;
}

/* #form a{
  font-size: 17px;
  float: right;
  background-color: #000;
  margin-top: 2%;
  margin-right: 2%;
  color: #fff;
  padding: 13px 0px;
  width: 190px;
  text-decoration: none;
  text-align: center;
  transition: ease-in all 0.5s;
  text-transform: capitalize;
}
#form a:hover{
  background-color:#023B30;
  border-radius: 30px;
} */
.faqsec {
  /* max-width: 1220px; */
  margin: 0 auto 3% auto;
  width: 100%;
  padding: 2% 6%;
}
.faqsec h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
summary {
  border: solid 2px #000;
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #fafafa;
  color: #000;
  padding: 10px;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.faq__content {
  padding: 2% 2%;

  border: 2px solid #333;
}
p {
  text-align: left;
  /* color: #999; */
}
details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}
@keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
details > summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}
details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}
details > summary::-webkit-details-marker {
  display: none;
}
#con4 {
  width: 1200px;
  float: left;
}
footer {
  width: 100%;
  float: left;
}
#footer {
  height: 500px;
  background: #121212;
}

#f1 {
  width: 25%;
  float: left;
  margin-top: 5%;
}
#f1 h3 {
  color: #fff;
  font-size: 22px;
  padding-top: 20px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 5%;
}
.line{
  width: 60px;
  height: 4px;
  background-color:#BB0B0B ;
  margin-bottom: 7%;
}
#f1 p{
  color:#fff;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 6%;
}
#f1 img {
  width: 200px;
}

#f1 a {
  display: inline-block;
  color:#fff;
}
.icon {
  background: #1C2024;
  padding:20px;

}
#f1 .icon:hover{
  background-color: #BB0B0B;
  transition: all 0.5s ease-in;
}


#f2 {
  width: 25%;
  float: left;
  padding-left: 8%;
  padding-top: 4%;
  margin-top: 2%;
}
#f2 h3{
  color: #fff;
  font-size: 20px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom:4%;
}
#f2 ul {
  padding: 0;
  margin: 10px 0;
}
#f2 li {
  list-style: none;
  margin: 20px 0px;
  font-size: 15px;
}
#f2 a {
  color: #fff;
  text-decoration: none;
}
#f2 a:hover {
  color: #fb4e0a;
}
.mleft{
  width: 50px;
  margin-left: 5%;
}


#f3 {
  width: 25%;
  float: left;
  padding-left: 8%;
  padding-top: 4%;
  margin-top: 2%;
}
#f3 h3{
  color: #fff;
  font-size: 20px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom:4%;
}
#f3 ul {
  padding: 0;
  margin: 10px 0px;
}
#f3 li {
  list-style: none;
  margin: 20px 0px;
  font-size: 15px;  
 
  color: #fff;
}
#f3 li i{
  color: #bb0b0b;
  font-size: 20px !important;
}
#f4 {
  width:30%;
  padding-left: 8%;
  padding-top: 6%;
  float: left;
}
#f4 h3{
  color: #fff;
  font-size: 20px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom:4%;
}
#f4 ul {
  padding: 0;
  margin: 0px 0px;
}
#f4 li {
  list-style: none;
  margin: 0px 0px;
  font-size: 15px;  
 
  color: #fff;
}
#f4 li i{
  color: #bb0b0b;
  font-size: 20px !important;
}

#toggle{
  width: 50px;
  height: 50px;
  float: right;
  margin-top: 10%;
  cursor: pointer;
  display: none;
}
.togglebtn{
  width: 100%;
  height: 4px;
  margin-top: 4px;
  background: rgb(235, 12, 12);
  background: #f1f1f1;
}

.service{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 3%;
  margin-bottom: 5%;
 
 
}

.boxsec{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.t2{
  width: 22%;
  height: 400px;
  background-color: #fff;
  font-family: var(--robo);
  padding-top: 2%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 2%;
  margin-left: 10px;
  border: 0 2px 0 2  red;
  border-radius: 30px 30px 30px 30px;
}

.t2 img{
  margin-left: 38%;
  margin-bottom: 5%;
}
.t2 h3{
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5%;
}
#whychoose{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 3%;
}
.heading{
  font-size: 36px;
  font-weight: 700;
  color:#000;

  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2%;
}
.para{
  color:#999; 
  padding: 0 3%;
  letter-spacing: .5px;
  font-size: 18px;
  font-weight: 600;
  /* text-transform: capitalize; */
  text-align: center;
  color: rgba(0, 0, 0, .8);
}
.boxsec{
  width: 100%;
  height: auto;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  padding: 40px 6%;
  background-color: #101010;
}
.t1{
  width: 30%;
  height: 420spx;
  background-color: #fff;
  padding-top: 2%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: 2%;
  overflow: hidden;
  transition: 0.7s;
  border-radius: 15px;
}
.thome{
  background: #D2122E;
  background: rgba(220, 28, 19,.9) !important;
}
.t1 img{
  margin-left: 38%;
  margin-bottom: 5%;
}
.t1 h3{
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 5%;
}
.thome h3{
  font-size: 22px;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  margin-bottom: 5%;
}

.thome p{
  color: #fff;
}
.boxsec .t1:hover{
  /* background: #D2122E; */
  transform: scale(1.02);
  z-index: 9;
}
/* .boxsec .t1:hover h3{
  color: #fff !important;
}
.boxsec .t1:hover p{
  color: #fff !important;
} */
.wedeliver{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 5%;
}
.boxsec1{
  width: 100%;
  height: auto;

}
.iconsec{
  width: 12%;
  height: 130px;
  float: left;
  /* margin-top: 5%; */
}
.ic{
display: block;
margin-top: 4%;
/* text-align: center; */
font-size: 24px;
text-transform: capitalize;
font-weight: 500;
color: #fff;
}

.portfolio{
  width: 100%;
  height: auto;
  float: left;
}
.cards {
  /* align-items: center; */
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* margin: 0.5rem 0.5rem 2.5rem; */
 
}

.card {
  align-items: center;
  /* box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  /* flex: 0 0 13.5rem; */
  width: 47%;
  flex-direction: column;
  margin-top: 2%;
  /* margin: 0.5rem;
  padding: 0.5rem; */
  position: relative;
  height: 220px;
}

.card__image {
  height: 400px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  width: 100%;
}

.card__image img {
  object-fit: cover;
  overflow: hidden;
  /* transition duration is less than the one on hover */
  /* so img returns faster to its original position */
  transition: transform 1s ease-in-out;
  width: 100%;
}

.card__image:hover img {
  transform: translateY(calc(-100% + 200px));
  transition: transform 2s ease-in-out;
}
/* .whyus{
  width: 100%;
  height: auto;
  float: left;
  /* background: url(../images/ngo-website-.jpg) no-repeat;
  background-size: cover;
  background-position: center ;
  position: relative; 
}
 .background_overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
    } */
    /* #head_top{
      width: 100%;
      height: auto;
      position: relative;
      z-index: 1000;
      margin-top: 2%;
    } */
   
/* .t3{
  width: 48%;
  height: 200px;
  background-color: #fff;
  padding-top: 2%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: 2%;
  margin-bottom: 5%;
  z-index: 1000;
}
.noimg{
  width: 13%;
  float: left;
  margin-left:2% ;
}
.noimg img{
  width: 100%;
}
.work{
  width: 85%;
  float: right;
}
.work h3{
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #0CA750;
 text-align: center; 
  margin-left: 5%;
  margin-bottom: 5%;
}  */

.container {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  max-width: 1200px !important;
  flex-wrap: wrap;
  padding: 40px 0;
}

.container .card1 {
  position: relative;
  width: 300px;
  height: 335px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05), 
              inset -5px -5px 5px rgba(255, 255, 255, 0.5), 
              5px 5px 15px rgba(0, 0, 0, 0.05), 
              -5px -5px 15px rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin: 30px;
}

.container .card1 .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  /* background: #ebf5fc; */
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.container .card1:hover .box {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(45deg, #b95ce4, #4f29cd); */
  background: rgba(220, 28, 19,.9);
}

.container .card1 .box .content {
  padding: 20px;
  text-align: center;
}

.container .card1 .box .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 5em;
  color: rgba(0, 0, 0, 0.05);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  pointer-events: none;
}

.container .card1:hover .box .content h2 {
  color: rgba(0, 0, 0, 1);
}

.container .card1 .box .content h3 {
  font-size: 26px;
  font-weight: 700;
  /* padding-top: 45%; */
  text-transform: uppercase;
  color:#000 ;
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

 .container .card1 .box .content p {
  font-size: 1em;
  font-weight: 500;
  color: rgba(0, 0, 0,.7);
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
} 

.container .card1:hover .box .content h3, .container .card1:hover .box .content p {
  color: #fff;
}

.container .card1 .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: #03a9f4;
  margin-top: 20px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.container .card1:hover .box .content a {
  background: #ff568f;
}

.box-wc{
  /* background-color: #d2122e !important; */
  background: rgba(220, 28, 19,.9) !important;
}
.box-wc .content  h3{
  color: #fff !important;
}
.box-wc-p{
  color: #fff !important;
}
@media screen and (min-width: 340px) and (max-width: 768px){
  .net{
    font-size: 30px;
    margin-bottom:10%;
  }
  .cardslide{
    width: 100%;
    margin-top: 1.5%;
  }
  .show_mobile{
    display: none;
  }
  .inner{
    width: 100%;
  }
  .card-content{
    width: 320px;
  }
  .whte1{
    padding-left: 4%;
    font-size:15px;
  }
  .right{
    width: 82% !important;
    float: none !important;
  }
  #toggle{
    display: block;
    padding-top: 2%;
  }
  header {
    width: 100%;
    height: 100px;
    /* background: #fff; */
    padding: 1%;
    /* border-bottom: 1px solid #fff; */

  }
  #logo{
    width: 30%;
    /* height: 10vh; */
    padding-left:9%;
    /* padding-top: 6%; */
  }
  /* #logo img{
    width: 150px !important;
    height: 65px !important;
  } */
  nav {
    width: 60%;
    position: relative;
    flex-direction: column;
  } 
    .navlinks {
    width: 90vw;
    height: 500px;
   display: none;
   text-align: center;
    position: absolute;
    top: 125%;
    left: 0%;
    z-index: 1;
    background-color: rgb(12, 11, 11);
    transform: translatex(200px);
      /* visibility: hidden; */
    transition: all ease-in 0.5s;
  } 
  nav ul li {
   padding: 5% 0;
  }
  #login{
    float: none;
  }
  .mobile-menu{
    display: block;
    transform: translatex(-100px);
  }
  nav ul li a {
    color: #fff;
    font-size: 18px;
  }
  nav ul li a:hover {
    color: #bb0b0b;
  }
    
  #header-mid {
    width: 100%;
    height: 600px;
     /* height: auto;  */
    float: left;
    background: #e95454;
}
#c1 {
  width: 100%;
  /* height: 30vh; */
  float: left;
  padding: 1% 2%;
  padding-top: 45%;
  
}
#c1 h1 {
  font-size: 35px;
  display: block;
  text-align: center !important;
  margin-bottom: 6%;
  line-height: 50px;
}
#c1 p {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom:1.5%;
  text-align: center;
  /* color:#000; */
}
#c1 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
  text-transform: capitalize;
  display: none;
}
.star{
 width: 60%; 
 margin-left: 20%;
 display: none;
}
.ml{
  margin-left: 22%; 
  width: 60%;
}
.bttn{
  padding: 10px 24px;
  
}
 .btn-contact{
  width: 245px;
 }
/* .bttn:hover {
  background-color: #000;
} */
#c2 {
  width: 80%;
  height: 420px;
  background-color: #d80516;
  position: absolute;
  top:420px;
  left: 10%;

}
#c2 h2 {
  padding-top: 5%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: 700;
}
input:focus,
.textarea1:focus {
  outline: 0;
}
#name {
  width: 80%;
  height: 40px;
  float: left;
  margin: 3% 10%;
  border: none;
  padding-left: 5%;
}
#phone {
  width: 80%;
  height: 40px;
  float: left;
  margin: 0% 10%;
  padding-left: 5%;
  border: none;
}
#email {
  width: 80%;
  height: 40px;
  float: left;
  margin: 2% 10%;
  padding-left: 5%;
  border: none;
}
#company {
  width: 80%;
  height: 40px;
  float: left;
  margin: 1% 10%;
  padding-left: 5%;
  border: none;
}
.textarea1 {
  width: 80%;
  height: 80px;
  float: left;
  margin: 3% 10%;
  padding-left: 5%;
  padding-top: 2%;
  resize: vertical;
  border: none;
}
::placeholder {
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
}
.btn {
  background-color: #000;
  width: 80%;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 10%;
  color: #fff;
  line-height: 46px;
  border: 0;
  transition: all 0.4s ease-in-out 0s;
}

#logosec {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  float: left;
}
#logosec a {
  display: block;
  font-size: 32px;
  margin-top: 2%;
  margin-bottom: 2%;
}
#clintele {
  width: 100%;
  height: auto;
 padding-left: 14%;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between; 
  
   
}

.gallery {
  width: 50%;
  margin-top: 3%;
}
.gallery img {
  width: 70%;
}
.con {
  width: 100%;
  height:auto;
  /* position: relative; */
  background-color: #f1f1f1;
  display: block;
  float: left;
}
.aside {
  width: 100%;
  height: auto;
  margin-bottom: 2%;
}
.aside img{
  width: 100%;
}
#sec1 {
  width: 100%;
  height:auto;
  /* position: absolute;
  top:0;
  left: 0; */
  padding: 8% 2%;
}
#sec1 span {
  font-weight: 600;
  display: inline-block;
  color: #bb0b0b;
  text-transform: capitalize;
  line-height: 28px;
  font-size: 18px;
}
#sec1 h2 {
  line-height: 40px;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 6%;
}
#sec1 p {
  font-size: 15px;
  line-height: 25.5px;
  margin-bottom: 5%;
  font-weight: 700;
}
/* .con1 {
  width: 100vw;
  height:auto;
  background-color: #000;
}
#sec3 {
  width: 100vw;
  height: 40vh;
  /* position: absolute;
  top: 0;
  left: 0; 
}
/* #sec3 span {
  font-weight: 600;
  margin-left: 18%;
  padding: 2px 0;
  display: inline-block;
  color: #bb0b0b;
  text-transform: capitalize;
  line-height: 28px;
  font-size: 18px;
} */
/* #sec3 h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  margin-left: 10%;
}
.btn2 {
  width: 80%;
  font-size: 17px;
font-weight: 600;
}
.btn2:hover {
  background-color: #911717;
}
#sec4 {
  width: 100vw;
  height: 800px;
 display: flex;
}
.steps {
 background: none !important;
 display: flex;
 justify-content: space-evenly;
 flex-direction: column;
}
.box1 {
  width: 50vw;
  height: 400px;
  margin-left: 8%;
}
.box1 h2 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.box1 p {
  font-size: 15px;
  color: #fff;
}  */

.con2 {
  width: 100%;
  height: auto;
  /* background: url(../images/background-2.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover; */
 float: left;
}
#sec6{
  width: 100%;
  height: auto;
}
#sec6 span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #bb0b0b;
  padding-top: 10%;
  margin-bottom: 1%;
}
#sec6 h2 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: #fff;
}
#sec5 {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.box5 {
  width: 350px;
  height: 450px;
  float: left;
  background: #16151a;
  margin-top: 30px;
  padding-top: 20px;
}
.im {
  width: 30%;
  padding-left: 10%;
  margin-bottom: 4%;
}
.im img {
  width: 100%;
}
.im1 {
  width: 50%;
  display: block;
  padding-left: 12%;
  margin-bottom: 4%;
}
.im1 img {
  width: 100%;
}
.cc1 p {
  color: #fff;
  padding-left: 12%;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.whte {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding-top: 0 !important;
}
.cc1 span {
  display: inline-block;
  margin-top: 0;
  padding-left: 13%;
  font-size: 16px;
  color: #999;
  padding-top: 0% !important;
}
.con3 {
  width: 100%;
  height: auto;
  background: none !important;
}
.c6 {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 2%;
}
.c6 span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #bb0b0b;
  padding-top: 10%;
  margin-bottom: 2%;
}
.c6 h2 {
  text-align: center;
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
}
#c7 {
  width: 100%;
  height: auto;
 
}
#c7 img{
  margin-left: 10%;
  width: 80%;
}
#form2 {
  width: 100%;
  height: 500px;
  margin-top: 5% ;
  /* padding-top: 2%; */
  margin-left:12%;
}

#name2 {
  width: 90%;
  padding-left: 2%;
  margin-left: 5%;
  margin-bottom: 2%;
  float: left;
}
#phone2 {
  width: 90%;
  height: 50px;
  padding-left: 2%;
  margin-left: 5%;
}
#email2 {
  width: 90%;
  padding-left: 2%;
  margin-left: 5%;
  margin-top: 3%;
}
#company2 {
  width: 90%;
  padding-left: 2%;
  margin-left: 5%;
}
.textarea {
  width: 90%;
  margin-left: 5%;
  background-color: #f1f1f1;
  /* border-bottom:1px solid #000 ; */
}
.faqsec h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding-top: 5%;
}

.service{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 3%;
  margin-bottom: 5%;
}

.boxsec{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.t2{
  width: 80%;
  height: 380px;
  padding: 10% 0%;
  margin:5% 10% ;
}

.t2 img{
  margin-left: 38%;
  margin-bottom: 5%;
}
.t2 h3{
  font-size: 20px;
  margin-bottom: 5%;
}
#whychoose{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 3%;
}
.heading{
  font-size: 22px;
  margin-bottom: 5%;
}

.para{
  font-size: 16px;
  font-weight: 600;
  
}
.boxsec{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.t1{
  width: 100%;
  height: 380px;
  padding: 10% 0%;
 
}
.t1 img{
  margin-left: 38%;
  margin-bottom: 5%;
}
.t1 h3{
  font-size: 22px;
  font-weight: 600;
}
.boxsec .t1:hover{
  /* background: #D2122E; */
  background: rgba(253,4,4,.9);
  transform: scale(1.01);
  z-index: 9;
}
.boxsec .t1:hover h3{
  color: #fff !important;
}
.boxsec .t1:hover p{
  color: #fff !important;
}
.wedeliver{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 5%;
}
.boxsec1{
  width: 100%;
  height: auto;

}
.iconsec{
  width: 50%;
  text-align: center;
  height: 140px;
  float: left;
  margin-top: 5%;
  margin-bottom: 5%;
}


.portfolio{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 15%;
}
.cards {
  /* align-items: center; */
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* margin: 0.5rem 0.5rem 2.5rem; */
 
}

.card {
  width: 80%;
  flex-direction: column;
  margin: 5% 0%;
}

#con4 {
  width: 100%;
  height: auto;
}
footer {
  width: 100%;
  height: auto;
  float: left;
  background: #121212;
}
#footer {
  height: auto;
  
  /* position: relative; */
}

#f1 {
  width: 100%;
  /* float: left; */
  padding-top: 15%;
  padding-left: 3%;
  height: 420px;
}
#f1 h3 {
  color: #fff;
  font-size: 20px;
  padding-top: 20px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 5%;
}
.line{
  width: 60px;
  height: 4px;
  background-color:#BB0B0B ;
  margin-bottom: 7%;
}
#f1 p{
  color:#fff;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 6%;
}
#f1 img {
  width: 200px;
}

#f1 a {
  display: inline-block;
  color:#fff;
}
.icon {
  background: #1C2024;
  padding:15px;

}
#f1 .icon:hover{
  background-color: #BB0B0B;
  transition: all 0.5s ease-in;
}


#f2 {
  width: 100%;
  /* float: left; */
  /* padding-left: 10%; */
  margin-top: 6%;
  height: 310px;
}
#f2 h3{
  color: #fff;
  font-size: 20px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom:4%;
}
#f2 ul {
  padding: 0;
  margin: 10px 0;
}
#f2 li {
  list-style: none;
  margin: 20px 0px;
  font-size: 15px;
}
#f2 a {
  color: #fff;
  text-decoration: none;
}
#f2 a:hover {
  color: #fb4e0a;
}
.mleft{
  width: 50px;
  margin-left: 5%;
}

#f3 {
  width: 100%;
  float: left;
  /* padding-left: 8%; */
  margin-top: 2%;
  height: 300px;
}
#f3 h3{
  color: #fff;
  font-size: 20px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom:4%;
}
#f3 ul {
  padding: 0;
  margin: 10px 0px;
}
#f3 li {
  list-style: none;
  margin: 20px 0px;
  font-size: 15px;  
 
  color: #fff;
}
#f3 li i{
  color: #bb0b0b;
  font-size: 20px !important;
}
#f4 {
  width:100%;
 /* padding-left: 4%; */
  margin-top: 2%;
  margin-bottom: 5%;
  float: left;
  height:290px;
}
#f4 h3{
  color: #fff;
  font-size: 20px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom:4%;
}
#f4 li{
  margin:15px 0;
}


}
#footer_end{
  width: 100%;
  float: left;
  background: #000;
}
#footer_end p{
  margin: 1% 0;
  color: #fff;
  text-align: center;
}

/* @media screen and (max-width: 962px){
  #c2{
    top:47%;
  }
} */



/* add on css for the what you will get cards  */
.why-heading{
  width:100% ;
  float: left;
}
.card-what-u-get{
  width: 23% !important;
  height: 300px !important;
  margin: 10px 10px !important;
}
.card-what-u-get .box .content h3{
  padding-top: 15% !important;

}

/* add on css for insta portfolio */
.portfolio-instagram{
  margin-top: 3%;
}
.card-insta{
  width: 30%;
}


/* add on css for the whychoose us */

.card-whychoose{
  width: 31% !important;
 
  background: none;
 
  width: 30% !important;
  margin: 15px 15px !important;
}
.card-whychoose:hover{
  background-color: #0E1119;
}

/* add on css for the vital card  */
.new-sec{
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items:center;
  min-height:100vh;
  /* background:radial-gradient(#000,#2e2b2c); */
}

.desing-card{
  width:320px;
  height:400px;
  background-color:red;
  margin-bottom:20px;
  margin-right: 3%;
  display:flex;
  flex-direction:column;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  position:relative;
  font-family: 'Montserrat', sans-serif;
}
.design-card .maincontent:hover{  
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px   rgba(0,0,0,0.22);
}
.desing-card:after{
  position:absolute;
  content:'';
  width:60px;
  height:60px;
  background-color:#2e2b2c;
  right:-1px;
  bottom:0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.desing-card:before{
  position:absolute;
  content:'';
  width:60px;
  height:60px;
  background-color:#2e2b2c;
  left:0;
  top:0;
  clip-path: polygon(0% 0, 100% 0%, 0% 100%);
  z-index:1;
}
.desing-card .box1-services{
  height:200px;
  background-color:#fff;
  width:100%;
  position:relative;
}
.desing-card .box2-services{
  height:200px;
  background-color:#fff;
  width:100%;
  position:relative;
}
.desing-card .box1-services::after{
  position:absolute;
  content:'';
  width:50%;
  height:90%;
  background-color:red;
  opacity:0.8;
  clip-path: polygon(0% 0, 100% 0%, 0% 100%);
}
.desing-card .box1-services::before{
  position:absolute;
  content:'';
  width:35%;
  height:60%;
  background-color:red;
  opacity:0.8;
  clip-path: polygon(0% 0, 100% 0%, 0% 100%);
}
.desing-card .box2::after{
  position:absolute;
  content:'';
  width:50%;
  height:90%;
  background-color:red;
  opacity:0.8;
  right:0;
  bottom:0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.desing-card .box2-services::before{
  position:absolute;
  content:'';
  width:35%;
  height:60%;
  background-color:red;
  opacity:0.8;
  right:0;
  bottom:0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.desing-card .content{
  position:absolute;
  width:280px;
  background-color:#fff;
  height:280px;
  right:10px;
  top:10px;
}
.desing-card .maincontent{
  position:absolute;
  width:260px;
  background-color:#fff;
  height:380px;
  right:18px;
  top:10px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  text-align:center;
}

.desing-card .maincontent p{
  /* padding-left:15px; */
  padding-right:15px;
  margin-bottom: 15%;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.desing-card .maincontent h4{
  font-size: 24px;
  color:red;
  /* text-decoration:underline; */
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 10%;
  font-family: 'Roboto', sans-serif;
}
.btn-vital{  
background-color:red;
color: #fff;
width:180px;
border:1px solid #black;
color:#fff;
font-family: 'Roboto', sans-serif;
font-weight:500; 
height:40px;
font-size: 16px;
text-transform: capitalize;
cursor: pointer;
}
.btn-vital a{
  color: #fff;
}



/* add on css for the services cards */

.flexbox {
  display: flex;
  
  /* justify-content: space-around; */
  width: 100%;
  flex-wrap: wrap;
  float: left;
  /* margin-left: 5%; */
  margin-top: 30px;
  background-color: #101010;
  padding: 47px 6%;
}

.flexcard {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 28%;
  margin-left: 4%;
  margin-bottom: 2%;
  align-items: baseline;
  height: 400px;
  border-radius: 20px;
  background: #fff !important;
}

.flexcardNumber {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 10px 0px;
  border-radius: 0px 50px 50px 0px;
  font-family: 'Roboto', sans-serif;
  color: white;
  text-shadow: 0px 3px 5px black;
  font-weight: 500;
  font-size: 20px;
  position: relative;
}

.flexcardTitle {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight:600;
  padding: 0px 40px;
}

.flexcardText {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight:500;
  color: #999;
  color: rgba(0,0,0, .8);
  letter-spacing: 0.5px;
  padding: 0px 6px;
}

.flexcardNumber:before {
  content: '';
  width: 34px;
  height: 90px;
  position: absolute;
  left: -33px;
  top: 0px;
  border-radius: 50px 0px 0px 50px;
  z-index: -1;
/* background: #95B7A2; *//* background: -webkit-linear-gradient(bottom, #95B7A2, #AED2BC); */
  background: -moz-linear-gradient(bottom, #95B7A2, #AED2BC);
/* background: linear-gradient(to top, #95B7A2, #AED2BC); */;
}

.flexcardNumber:after {
  content: '';
  width: 25px;
  height: 40px;
  position: absolute;
  left: -25px;
  bottom: -40px;
  border-radius: 50px 0px 0px 50px;
  z-index: -1;
}

.flex {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px auto;
}

img.flexcardimgItem {
  width: 50%;
}

/* GREEN CARD */

.flexcardGreen2 {
  background: #f9fbfa;
  box-shadow: 4px 2px 4px 0px #AED2BC;
}

.flexcardNumberGreen2 {
  background: #FCFCFC; 
  background: -webkit-linear-gradient(right, #FCFCFC, #AED2BC);
  background: -moz-linear-gradient(right, #FCFCFC, #AED2BC);
  background: linear-gradient(to left, #FCFCFC, #AED2BC);
  box-shadow: 0px 2px 2px #AED2BC;
}

.flexcardNumberGreen2:before {
  background: #AED2BC;
}

.flexcardNumberGreen2:after {
  background: #AED2BC;
}

/* BLUE CARD */

.flexcardBlue {
  background: #f7ffff;
 box-shadow: 4px 8px 1px #92E8EB;
}

.flexcardNumberBlue {
  background: #FDFFFE;
  background: -webkit-linear-gradient(right, #FDFFFE, #92E8EB);
  background: -moz-linear-gradient(right, #FDFFFE, #92E8EB);
  background: linear-gradient(to left, #FDFFFE, #92E8EB);
  box-shadow: 0px 2px 2px #92E8EB;
}

.flexcardNumberBlue:before {
  background: #92E8EB;
}

.flexcardNumberBlue:after {
  background: #71bdbf;
}

/* ORANGE CARD */

.flexcardOrange {
  background: #fdf8f3;
 box-shadow: 4px -2px 1px #d80516;
}

.flexcardNumberOrange {
  background: #FDFFFE;
  background: -webkit-linear-gradient(right, #FDFFFE, #d80516);
  background: -moz-linear-gradient(right, #FDFFFE, #d80516);
  background: linear-gradient(to left, #fd0404, #d80516);
  box-shadow: 0px 2px 2px #fd0404;
  z-index: 1000;
}

.flexcardNumberOrange:before {
  background: #d80516;
}

.flexcardNumberOrange:after {
  background: #d80516;
}

/* facebook card css start*/
.flexcardfacebook {
  background: #fdf8f3;
 box-shadow: 4px -2px 2px 1px #0367e3;
 
}

.flexcardNumberfacebook {
  background: #FDFFFE;
  background: -webkit-linear-gradient(right, #FDFFFE, #0367e3);
  background: -moz-linear-gradient(right, #FDFFFE, #0367e3);
  background: linear-gradient(to left, #FDFFFE, #0367e3);
  box-shadow: 0px 2px 2px #0367e3;
  z-index: 1000;
}

.flexcardNumberfacebook:before {
  background: #0367e3;
}

.flexcardNumberfacebook:after {
  background: #0367e3;
}

/* linkedin card css start*/
.flexcardlinkedin {
  background: #fdf8f3;
 box-shadow: 4px -2px 2px 1px #0A66C2;
}

.flexcardNumberlinkedin {   
  background: #FDFFFE;
  background: -webkit-linear-gradient(right, #FDFFFE, #0A66C2);
  background: -moz-linear-gradient(right, #FDFFFE, #0A66C2);
  background: linear-gradient(to left, #FDFFFE, #0A66C2);
  box-shadow: 0px 2px 2px #0A66C2;
  z-index: 1000;
}

.flexcardNumberlinkedin:before {
  background: #0A66C2;
}

.flexcardNumberlinkedin:after {
  background: #0A66C2;
}

/* twitter card css start*/
.flexcardtwitter {
  background: #fdf8f3;
 box-shadow: 4px -2px 1px 1px #00acee;
}

.flexcardNumbertwitter {    
  background: #FDFFFE;
  background: -webkit-linear-gradient(right, #FDFFFE, #00acee);
  background: -moz-linear-gradient(right, #FDFFFE, #00acee);
  background: linear-gradient(to left, #FDFFFE, #00acee);
  box-shadow: 0px 2px 2px #00acee;
  z-index: 1000;
}

.flexcardNumbertwitter:before {
  background: #00acee;
}

.flexcardNumbertwitter:after {
  background: #00acee;
}

/* instagram card css start*/
.flexcardinstagram {
  background: #fdf8f3;
 box-shadow: 4px -2px 1px #dc2743;
}

.flexcardNumberinstagram {    
  background: #FDFFFE;
  background: -webkit-linear-gradient(right, #FDFFFE, #dc2743);
  background: -moz-linear-gradient(right, #FDFFFE, #dc2743);
  background: linear-gradient(to left, #FDFFFE, #dc2743);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  box-shadow: 0px 2px 2px #dc2743;
  z-index: 1000;
}

.flexcardNumberinstagram:before {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.flexcardNumberinstagram:after {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
/* graphic card css start*/
.flexcardgraphic{
  background: #fdf8f3;
 box-shadow: 4px -2px 1px #AED2BC;
}

.flexcardNumbergraphic  {    
  background: #FDFFFE;
  background: -webkit-linear-gradient(right, #FDFFFE, #AED2BC);
  background: -moz-linear-gradient(right, #FDFFFE, #AED2BC);
  background: linear-gradient(to left, #FDFFFE, #AED2BC);

  box-shadow: 0px 2px 2px #AED2BC;
  z-index: 1000;
}

.flexcardNumbergraphic:before {
  background: #AED2BC;
}

.flexcardNumbergraphic:after {
  background: #AED2BC;
}



/* youtube card css start*/
.flexcardyoutube {
  background: #fdf8f3;
 box-shadow: 4px -2px 1px #FF0000;
}

.flexcardNumberyoutube {    
  background: #FDFFFE;
  background: -webkit-linear-gradient(right, #FDFFFE, #FF0000);
  background: -moz-linear-gradient(right, #FDFFFE, #FF0000);
  background: linear-gradient(to left, #FDFFFE, #FF0000);

  box-shadow: 0px 2px 2px #dc2743;
  z-index: 1000;
}

.flexcardNumberyoutube:before {
  background: #FF0000;
}

.flexcardNumberyoutube:after {
  background: #FF0000;
}










/* PİNK CARD */

.flexcardPink {
  background: #fffafd;
  position: relative;
    box-shadow: 2px 2px 1px #F34EAE ;
    border-radius: 20px 20px 0px 20px;
}
.flexcardPink:before {
    content: '';
    width: 0px;
    height: 50px;
    /* background: red; */
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 100px solid transparent;
    border-bottom: 90px solid #F34EAE;
}
.flexcardNumberPink {
  background: #FDFFFE;
  background: -webkit-linear-gradient(right, #FDFFFE, #F34EAE);
  background: -moz-linear-gradient(right, #FDFFFE, #F34EAE);
  background: linear-gradient(to left, #FDFFFE, #F34EAE);
  box-shadow: 0px 2px 2px #F34EAE;
}

.flexcardNumberPink:before {
  background: #F34EAE;
}

.flexcardNumberPink:after {
  background: #d24095;
}

/* RESPONSİVE */

@media only screen and (max-width: 800px) {

  .flexcard {
    width: 35%;
    margin-top: 20px;
  }

  img.flexcardimgItem {
    width: 30%;
  }

}

@media only screen and (max-width: 500px) {

  .flexcard {
    width: 70%;
  }


}

/* over css for the services cards  */

@media screen and (min-width: 340px) and (max-width: 768px){
  .card-what-u-get {
    width: 77% !important;
      height: 270px !important;
      margin: 6px 10px !important;
  
  
  }
  .card-what-u-get .box .content h3{
    padding-top: 0% !important;
    font-size: 20px !important;
  
  }

  .flexcard{
    width: 100%;

  }
  .flexcardlinkedin {
    margin-left: 10%;
  }
  .flexcardyoutube {
    margin-left: 10%;
  }
  .card{
    height: 145px;
  }
  .flexbox{
    margin-left: 0 !important;
  }
  .card-insta{
    width: 90%;
    height: 300px;
  }
  #f1, #f2, #f3{
    height: auto;
  }
  .card-whychoose{
    width: 100% !important;
  }
  .card1{
    width: 100% !important;
  }

  
  
  
  
}
.boxsec-quality{
  width: 100%;
  height: auto;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  padding-left:  170px;
  background: #101010;
  

}

.iconsec-quality{
  width: 20% !important ;
  border: 4px solid #171111;
  margin-left: 1%;
  height: 185px;
  border-radius: 20%;
  margin-top: 1%;
 

}
.iconsec-quality img{
  margin: 5% 27%;
}
.iconsec-quality span{
  text-align: center;
} 

/* add on css for the tables */

h1 {
  font-size:3em; 
  font-weight: 300;
  line-height:1em;
  text-align: center;
  color: #4DC3FA;
}

h2 a {
  font-weight: 700;
  text-transform: uppercase;
  color: #FB667A;
  text-decoration: none;
}

.blue { color: #185875; }
.yellow { color: #FFF842; }

.container-tables th h1 {
	  font-weight: bold;
	  font-size: 1em;
  text-align: left;
  color: #ccc;
  padding-left: 3%;
}

.container-tables td {
	  font-weight: normal;
	  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
	   -moz-box-shadow: 0 2px 2px -2px #0E1119;
	        box-shadow: 0 2px 2px -2px #0E1119;
}
.table1{
  width: 100% !important;
  height: auto;
  display: inline-block;
  margin-left: 4%;
}

.container-tables {
	  text-align: left;
    display: inline-block;
   
	  width: 30% !important;
    height: 225px !important;
    
	  /* margin: 0 auto; */
  /* display: table; */
  /* padding: 0 0 8em 0; */
  color: #fff;
  
  
}

.container-tables td, .container th {
	  padding-bottom: 2%;
	  padding-top: 2%;
  padding-left:2%; 
  width: 400px; 
}
.td-head{
  width: 80% !important;
}

/* Background-color of the odd rows */
.container-tables tr:nth-child(odd) {
	  background-color: #323C50;
}

/* Background-color of the even rows */
.container-tables tr:nth-child(even) {
	  background-color: #2C3446;
}

.container-tables th {
	  background-color: #1F2739;
}

.container-tables td:first-child { color: #fff; }

.container-tables tr:hover {
   background-color: #464A52;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119;
	        box-shadow: 0 6px 6px -6px #0E1119;
}

.container-tables td:hover {
  /* background-color: #bb1313; */
  background-color: #fff;
  color: #bb1313;
  font-weight: bold;
  
  box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px;
  transform: translate3d(6px, -6px, 0);
  
  transition-delay: 0s;
	  transition-duration: 0.4s;
	  transition-property: all;
  transition-timing-function: line;
}


.seo-inner{
  padding-top: 60px;
}



@media (max-width: 800px) {
.container td:nth-child(4),
.container th:nth-child(4) { display: none; }
}


@media screen and (min-width: 360px) and (max-width: 768px){
  .boxsec-quality{
    padding-left: 0px !important;
  }
  .iconsec-quality{
    width: 47% !important;
  }
  .dropdown .dropbtn{
    padding: 0px ;
    color: #fff;
  }
  .dropdown-content {
    width: 100%;
    position: static ;
  }
  .dropdown-content a {
    text-align: center !important;
  }

}


.new-sec-contact li{
  
  list-style-type: none;
  margin-bottom: 2%;
}


/* add on css for the tables end here*/

.service-homepage
{
  width: 100%;

}
.seo-inner{
  width: 100%;
  padding-top: 0px;
}
.containerwhy{
  max-width: 100% !important;
  height: auto;
  /* display: flex !important;
  flex-wrap: wrap !important;
  
 margin-left: auto !important;
 margin-right: auto !important;
  justify-content: center !important ; */
  padding-right: 0px !important;
  padding-left: 0 !important;
}
.all-card-why{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #101010;
 
  padding: 2% 5%;
    padding-left: 7%;
}

.add-head{
  margin-top: 2% !important;
  margin-bottom: 2%;
   
}
.add-head h2{
  margin-bottom: 0px;
}



 /* .dropdown {
  float: left;
  overflow: hidden;
}  */

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  background: none;
  padding: 14px 16px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  font-size: 21px;
}
.dropbtn:hover{
  color: #fff;
  cursor: pointer;
  background: none !important;
}

.navbar a:hover, .dropdown:hover .dropbtn {
 color: #fff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 17px !important; 
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: #121212 !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}





/* float popup css  */
.backdrop2 {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999 !important;
}

.float-btn {
  width: 160px !important;
  height: 40px;
  background-color: red;
  color: #fff;
  float: right;
  position: fixed;
  top: 370px;
  right: -62px !important;
  z-index: 1000;
  transform: rotate(-90deg)
}
.float-btn:hover {
  cursor: pointer;
}

.popup2 h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-family: 700;
  margin: 2% 0
}

.popup2 {
  width: 40%;
  float: left;
  background-color: #53565a;
  background: #ef3e55;
  background-color: #fd0404;
  top: 16% !important;
  left: 30%;
  z-index: 9999;
  padding: 2% 0;
  border: 1px solid #fff;
  transition: .4s;
  position: fixed;
}

.open-popup {
  display: block;
}

.input {
  width: 80%;
  height: 40px;
  margin: 2% 10%;
  padding-left: 2%
}
.close-btn{
padding: 12px 16px;
background: none;
position:absolute;
top: 5px;
left: 2%;
color: #fff;
text-transform: capitalize;
font-size: 16px;
font-weight: 600;
border: none;
border-radius: 20px;
cursor: pointer;
}
.btnfloat{
  margin-left: 33% ;
  padding: 5px 10px;
  margin-top: 2%;

}
.btnfloat:hover{
  cursor: pointer;

}
@media screen and (min-width:350px) and (max-width:768px) {
 .popup2{
  width: 90%;
  left: 3%;
 }
 .popup2 h2 {
  font-size: 25px;
 }
 .btn-contact{
  width: 90%;
 margin-left: 5%;
}
.localbox{
  padding: 0px 6%;
  
}
.localbox3{
  padding: 0px 6%;
  padding-bottom: 40px ;
}
#logo img {
  width: 170px !important;
  height: 80px !important;
}
#header-mid {
 

  width: 100%;
  /* height: 800px; */
  /* height: auto; */
  float: left;
  /* background: rgba(253,4,4,.8); */
  background: url(../images/mobile-banner.webp) no-repeat center;
  background-position: top;
  /* float: left;
  /* float: left; */
 
}
.boxsec .t1:hover{
  /* background: #D2122E; */
  background: rgba(253,4,4,.9);
  transform: scale(1.01);
  z-index: 9;
}
}



/* float popup css end */

.bttn{
  background: #fd0404;
  color: #fff !important;
  border: 1px solid #fff;

}
.color{
  color: #fd0404;
}
.thome {
  background: rgba(253,4,4,.9);
}

.container .card1:hover .box {
  /* background: rgba(220, 28, 19,.9); */
  background: rgba(253,4,4,.9);
}
.box-wc {
  background: rgba(253,4,4,.9) !important;
}