@import '../scss/webfonts.css';
p {
  font-size: 14px;
}

body {
  font-family: "Inter Tight", sans-serif;
  background: linear-gradient(to right, #0d1225 0%, #441d31 50%, #0d1225 100%);
  scroll-behavior: smooth;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
  z-index: 100;
}

.container {
  max-width: 1670px;
  margin-inline: auto;
  padding-inline: 1.3125rem;
}

.flex-box-justify {
  display: flex;
  justify-content: center;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.flex-end h5 {
  color: #fff;
  margin-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
  font-family: "Roboto Slab", serif;
}

a {
  font-family: "Inter Tight", sans-serif;
}

.text-dak-light h1, .text-dak-light h2, .text-dak-light h3, .text-dak-light h4, .text-dak-light h5, .text-dak-light h6 {
  color: #a9a9a9 !important;
}
.text-dak-light p {
  color: #a9a9a9 !important;
  font-family: "Inter Tight", sans-serif;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}

.text-fff h1, .text-fff h2, .text-fff h3, .text-fff h4, .text-fff h5, .text-fff h6 {
  color: #fff !important;
}
.text-fff p {
  color: #fff !important;
}

.toggleBtn {
  width: 40px;
  height: 50px;
  padding: 3px;
  display: flex;
  flex-direction: column;
}
.toggleBtn aside {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
}

p {
  font-family: "Inter Tight", sans-serif;
}

.row-panel {
  margin: 0;
}

.toggleBtn {
  display: none;
}

.logo-fff {
  display: none;
}

.banner {
  height: 640px;
  border-radius: 20px;
  margin-top: 50px;
  position: relative;
  text-align: center;
  background-image: radial-gradient(circle at 39% 47%, rgba(107, 107, 107, 0.08) 0%, rgba(107, 107, 107, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 99.999%), radial-gradient(circle at 53% 74%, rgba(182, 182, 182, 0.08) 0%, rgba(182, 182, 182, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 99.999%), radial-gradient(circle at 14% 98%, rgba(184, 184, 184, 0.08) 0%, rgba(184, 184, 184, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 99.999%), linear-gradient(45deg, rgb(97, 14, 117), rgb(20, 32, 127));
  color: white;
}

.portfolio-min {
  padding-top: 230px;
}

.flex__box__side {
  width: 100%;
  background-color: #000000;
  border-radius: 20px;
  position: relative;
  padding-top: 114px;
  padding-bottom: 4px;
}

.topFixed {
  width: 20%;
  top: 143px;
  position: fixed;
  z-index: 100;
}

.menuFixed {
  top: 143px;
  transition-duration: 0.2s;
  position: fixed;
  z-index: 100;
}

.flex__box__content {
  width: 100%;
  background-color: #000000;
  border-radius: 20px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.flex__box_side__menu {
  width: 131px;
  background-color: #000000;
  border-radius: 20px;
  padding-top: 30px;
}
.flex__box_side__menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.flex__box_side__menu ul li {
  list-style-type: none;
}
.flex__box_side__menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  transition-duration: 0.2s;
  background-color: #1d1d1d;
  border-radius: 8px;
  margin-bottom: 18px;
}
.flex__box_side__menu ul li a span {
  font-size: 21px;
}
.flex__box_side__menu ul li a:hover {
  background-color: #1773ea;
}
.flex__box_side__menu ul li .active {
  background-color: #1773ea;
}

.flex-box-centert {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-cover {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content-cover aside {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 100%;
  margin-bottom: 30px;
  border: solid 10px #df2971;
}
.content-cover aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-cover h3, .content-cover h4 {
  margin: 0;
}
.content-cover h4 {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1em;
}
.content-cover h3 {
  font-size: 33px;
  text-transform: uppercase;
}

.menubar {
  width: -moz-fit-content;
  width: fit-content;
}
.menubar ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.menubar ul li {
  list-style-type: none;
}
.menubar ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #fff;
  text-transform: capitalize;
  padding: 10px;
  font-size: 14px;
  display: block;
  transition-duration: 0.2s;
  font-weight: 200;
}
.menubar ul li a:hover {
  color: #df2971;
}

.bitween-block {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}

.contact-and-button-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-and-button-cover aside {
  color: #fff;
  font-weight: 800;
  margin-right: 10px;
  font-size: 19px;
}
.contact-and-button-cover a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  background: linear-gradient(to right, #642d7d 0%, #b92a71 100%);
  padding: 5px 10px;
  color: #fff;
  border-radius: 20px;
  transition-duration: 0.2s;
}
.contact-and-button-cover a:hover {
  background: linear-gradient(to right, #b92a71 0%, #642d7d 97%);
}

.section-top-padd {
  padding-top: 70px;
  padding-bottom: 30px;
}

.img-cover {
  width: 77%;
  height: 420px;
  position: relative;
  text-align: center;
  background-image: radial-gradient(circle at 39% 47%, rgba(107, 107, 107, 0.08) 0%, rgba(107, 107, 107, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 99.999%), radial-gradient(circle at 53% 74%, rgba(182, 182, 182, 0.08) 0%, rgba(182, 182, 182, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 99.999%), radial-gradient(circle at 14% 98%, rgba(184, 184, 184, 0.08) 0%, rgba(184, 184, 184, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 99.999%), linear-gradient(45deg, rgb(97, 14, 117), rgb(20, 32, 127));
  color: white;
  border-radius: 20px;
  position: relative;
}
.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.img-cover aside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 200px;
  height: 141px;
  background-color: #df2971;
  border-radius: 10px;
  top: 30px;
  left: -70px;
}
.img-cover aside h5 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.img-cover span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 200px;
  height: 141px;
  background-color: #df2971;
  border-radius: 24px;
  bottom: -30px;
  right: -40px;
  border-top: solid 7px #fff;
  border-left: solid 7px #fff;
}

.content-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-right: 20%;
}
.content-panel p {
  font-size: 18px;
  text-align: justify;
  color: #777;
  font-weight: 300;
}
.content-panel a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  background: linear-gradient(to right, #642d7d 0%, #b92a71 100%);
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  color: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition-duration: 0.2s;
}
.content-panel a:hover {
  background: linear-gradient(to right, #b92a71 0%, #642d7d 97%);
}

.section-top-margin {
  margin-top: 50px;
}

.theam-bg-block {
  padding: 50px 0;
  position: relative;
  text-align: center;
  background-image: radial-gradient(circle at 39% 47%, rgba(107, 107, 107, 0.08) 0%, rgba(107, 107, 107, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 99.999%), radial-gradient(circle at 53% 74%, rgba(182, 182, 182, 0.08) 0%, rgba(182, 182, 182, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 99.999%), radial-gradient(circle at 14% 98%, rgba(184, 184, 184, 0.08) 0%, rgba(184, 184, 184, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 99.999%), linear-gradient(45deg, rgb(97, 14, 117), rgb(20, 32, 127));
  color: white;
  border-radius: 20px;
  margin-bottom: 30px;
}

.service-list {
  width: 100%;
}
.service-list ul {
  padding: 0;
  margin: 0;
}
.service-list ul li {
  list-style-type: none;
  align-items: center;
  padding: 10px;
  display: flex;
}
.service-list ul li aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 15px;
}
.service-list ul li aside svg {
  width: 25px;
  fill: #df2971;
}
.service-list ul li h4 {
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  margin: 0;
  text-align: left;
}

.flex-blns {
  height: 100%;
  align-items: center;
}

.flex__box_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 20%;
}
.flex__box_content h4 {
  text-align: left;
  text-transform: capitalize;
}
.flex__box_content p {
  text-align: left;
  font-size: 18px;
}

#skills {
  background: #1C3553;
  padding: 20px 15px 75px 15px;
  color: #fff;
}

.skills-text {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.skills-title {
  display: block;
  margin-bottom: 2rem;
}

.skills-title.underline:before {
  width: 40px;
}

.skills-list {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}

.skill-name h6 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #a6a6a6;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
}
.skill-name::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 7px;
  position: relative;
  top: -6px;
  width: 100%;
}

.skill-percent {
  font-size: 0;
  height: 7px;
  position: relative;
  top: -0.8rem;
  transition: 3s linear;
  width: 0;
}

/* SKILL BAR COLORS */
.skill-percent-html {
  background-color: #FF5C00;
}

.skill-percent-css {
  background-color: #00B1DB;
}

.skill-percent-jquery {
  background-color: #FFC100;
}

.skill-percent-scss {
  background-color: #FF768E;
}

.skill-percent-javascript {
  background-color: #FF8B00;
}

.skill-percent-wordpress {
  background-color: #0073b0;
}

.skill-percent-php {
  background-color: #464c99;
}

.skill-percent-git {
  background-color: #ff5c00;
}

/* Heading Underline */
.underline {
  display: inline-block;
  position: relative;
}

.underline:before {
  background-color: #fff;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 110%;
}

.seotools {
  padding: 50px 0;
  background-color: #fff;
}

.skilsSection {
  padding: 50px 0;
}

.skillimg {
  width: 100%;
  padding-left: 10%;
}
.skillimg aside {
  width: 100%;
  height: 425px;
  background-color: #777;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.skillimg aside::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.453);
}
.skillimg aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.minCaption h3 {
  text-transform: capitalize;
  font-size: 34px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.minCaption h3 span {
  color: #df2971;
}

.toolsSection {
  padding: 50px 0;
  background-color: #fff;
}

.top-padding-row {
  padding-top: 30px;
}

.client_logo {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
  border: solid 1px rgba(119, 119, 119, 0.18);
  border-radius: 3px;
}
.client_logo img {
  width: 100%;
}
.client_logo:hover img {
  filter: grayscale(0%);
}

.worksSection {
  padding: 50px 0;
  background-color: #3c3a6d;
}

.gallery_wrapper {
  padding: 2px;
  overflow: hidden;
  position: relative;
}
.gallery_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 5px rgba(255, 255, 255, 0.251);
}
.gallery_wrapper span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  bottom: -500px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.475);
  transition-duration: 0.2s;
}
.gallery_wrapper:hover span {
  bottom: 0;
  transition-duration: 0.2s;
}
.gallery_wrapper aside {
  width: 100%;
  height: 100%;
  background-color: #535353;
}

.colums {
  width: 20%;
}

.seoSection {
  padding: 30px 0;
  background-color: #fff;
}

.owl-img-with-content {
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+29,bfbec4+99&1+0,0.29+100 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.79) 29%, rgba(191, 190, 196, 0.3) 99%, rgba(191, 190, 196, 0.29) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-bottom: 20px;
  box-shadow: 0px 0px 15px -13px #000;
}
.owl-img-with-content aside {
  width: 100%;
  position: relative;
}
.owl-img-with-content aside img {
  width: 100%;
  margin: 0 !important;
}
.owl-img-with-content aside:nth-child(2) {
  padding-bottom: 10px;
}
.owl-img-with-content aside h4 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  font-family: "Zona Pro", sans-serif;
}
.owl-img-with-content aside h5 {
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
  text-align: left;
  color: #535353;
  padding: 5px 20px;
  font-family: "Zona Pro", sans-serif;
  margin-bottom: 0;
}
.owl-img-with-content aside h5 a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #535353;
  font-size: 18px;
  text-transform: lowercase !important;
}
.owl-img-with-content aside h5 a svg {
  fill: orangered;
  width: 15px;
  margin-right: 10px;
}
.owl-img-with-content aside ul {
  padding: 0;
  margin: 0;
  padding: 0 20px;
}
.owl-img-with-content aside ul li {
  list-style-type: none;
  position: relative;
  padding: 6px 0;
  padding-right: 70px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #f1f1f1;
}
.owl-img-with-content aside ul li:nth-child(1) {
  padding-right: 5px;
}
.owl-img-with-content aside ul li:nth-child(2) {
  padding-right: 5px;
  margin: 10px 0;
  border: 0;
}
.owl-img-with-content aside ul li .location-bock {
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  display: flex;
  font-size: 15px;
  color: #535353;
  text-transform: uppercase;
}
.owl-img-with-content aside ul li .location-bock i {
  color: orangered !important;
  margin-right: 10px;
}
.owl-img-with-content aside ul li .googleicon {
  width: 20px;
}
.owl-img-with-content aside ul li .googleicon img {
  width: 100%;
}
.owl-img-with-content aside ul li h5 {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  background: none;
  padding: 0;
}
.owl-img-with-content aside ul li p {
  margin: 0;
  font-size: 14px;
}
.owl-img-with-content aside ul li span {
  width: 20px;
  height: 20px;
  background-color: #3d3d3d;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 5px;
}

.service_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.service_list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: solid 1px rgba(255, 255, 255, 0.122);
  padding: 10px;
  width: 18%;
  height: 91px;
  margin: 7px;
  transition-duration: 0.2s !important;
  border-radius: 7px;
  margin-bottom: 8px !important;
}
.service_list ul li:hover {
  transform: scale(1.1) !important;
  transition-duration: 0.2s !important;
  background-color: #1773ea;
}
.service_list ul li:hover aside svg {
  fill: #fff;
}
.service_list ul li aside {
  width: 35px !important;
  margin-bottom: 20px;
  background: none !important;
  margin: 0 !important;
  margin-bottom: 7px !important;
}
.service_list ul li aside svg {
  width: 100%;
  fill: #3d3d3d;
}
.service_list ul li aside img {
  width: 100%;
}
.service_list ul li h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  color: #fff;
  font-family: "Zona Pro", sans-serif;
}

.photoCover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: -131px;
  left: 0;
}
.photoCover aside {
  width: 57%;
  border-radius: 10px;
  overflow: hidden;
}
.photoCover aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 5px;
}
.info-block h5 {
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  font-family: "Roboto Slab", serif;
}
.info-block span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  border: 6px;
  background-color: #1d1d1d;
  color: #a6a6a6;
  text-transform: capitalize;
  border-radius: 7px;
  padding: 10px;
  font-size: 14px;
}
.info-block span p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.socialMediaBlock {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialMediaBlock ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.socialMediaBlock ul li {
  list-style-type: none;
}
.socialMediaBlock ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  background-color: #1d1d1d;
  border-radius: 6px;
  margin: 9px;
  font-size: 19px;
  transition-duration: 0.2s;
}
.socialMediaBlock ul li a:hover {
  background-color: #1773ea;
  color: #fff !important;
}
.socialMediaBlock ul li:nth-child(1) a {
  color: #0072b1;
}
.socialMediaBlock ul li:nth-child(2) a {
  color: #df2971;
}
.socialMediaBlock ul li:nth-child(3) a {
  color: #1773ea;
}
.socialMediaBlock ul li:nth-child(4) a {
  color: #25D366;
}

.infoListBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 15px;
}
.infoListBlock ul {
  padding: 0;
  margin: 0;
  width: 90%;
  background-color: #1d1d1d;
  border-radius: 20px;
  padding: 30px 0;
}
.infoListBlock ul li {
  display: flex;
  list-style-type: none;
  padding: 5px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  margin: 0 33px;
}
.infoListBlock ul li aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #000000;
  border-radius: 6px;
  margin: 5px 0;
  font-size: 26px;
  transition-duration: 0.2s;
}
.infoListBlock ul li aside svg {
  width: 20px;
  fill: #fff;
}
.infoListBlock ul li:nth-child(1) aside {
  color: #df2971;
}
.infoListBlock ul li:nth-child(2) aside svg {
  fill: red;
}
.infoListBlock ul li:nth-child(3) aside svg {
  fill: #fd7590;
}
.infoListBlock ul li:nth-child(4) aside svg {
  fill: #df2971;
}
.infoListBlock ul li span {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
}
.infoListBlock ul li span p {
  margin: 0;
  font-size: 13px;
  color: #a6a6a6;
}
.infoListBlock ul li span .email {
  text-transform: lowercase !important;
}
.infoListBlock ul li span h6 {
  color: #fff;
  font-size: 15px;
  font-family: "Inter Tight", sans-serif;
  text-transform: capitalize;
}

.downloadBtnCover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px 0;
}
.downloadBtnCover a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  background-color: #1773ea;
  border-radius: 6px;
  transition-duration: 0.2s;
  border: solid 1px #1773ea;
}
.downloadBtnCover a:hover {
  background-color: #1d1d1d;
  border: solid 1px rgba(255, 255, 255, 0.1);
}

.block1 {
  padding: 55px;
}
.block1 h4 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  display: flex;
  align-items: center;
}
.block1 h4::after {
  content: "";
  width: 30%;
  height: 2px;
  background-color: #1773ea;
  display: block;
  margin-left: 30px;
}
.block1 p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #a6a6a6;
  margin: 0;
  text-align: justify;
}

.block2 {
  padding: 0 55px;
}
.block2 h5 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}
.block2 ul {
  padding: 0;
  margin: 0;
}
.block2 ul li {
  list-style-type: none;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  padding-left: 70px;
}
.block2 ul li aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 4px;
  background-color: #1d1d1d;
  margin-right: 20px;
  color: #7b7b7b;
  font-size: 19px;
  position: absolute;
  left: 0;
  top: 0;
}
.block2 ul li aside svg {
  width: 25px;
  fill: #7b7b7b;
}
.block2 ul li span {
  display: flex;
  flex-direction: column;
}
.block2 ul li span h4 {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-family: "Inter Tight", sans-serif;
}
.block2 ul li span h4 br {
  display: none;
}
.block2 ul li span h4 span {
  display: inline;
  color: #a6a6a6;
}
.block2 ul li span h6 {
  color: #a6a6a6;
  font-family: "Inter Tight", sans-serif;
}
.block2 ul li span h6 i {
  font-size: 14px;
  margin-right: 3px;
}
.block2 ul li span p {
  margin: 0;
  padding: 3px 10px;
  color: #6f6f6f;
  border: solid 1px #6f6f6f;
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
}
.block2 ul li span p i {
  font-size: 18px;
}

.owl-dots {
  display: none;
}

.block3 {
  padding: 0 55px;
  padding-top: 30px;
}
.block3 h5 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}
.block3 ul {
  padding: 0;
  margin: 0;
}
.block3 ul li {
  list-style-type: none;
  display: flex;
  padding: 5px;
  margin-bottom: 20px;
}
.block3 ul li aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 61px;
  border-radius: 6px;
  background-color: #1d1d1d;
  margin-right: 20px;
  color: #7b7b7b;
  font-size: 23px;
}
.block3 ul li span {
  display: flex;
  flex-direction: column;
}
.block3 ul li span h4 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Inter Tight", sans-serif;
}
.block3 ul li span h4 span {
  display: inline;
  color: #a6a6a6;
}
.block3 ul li span p {
  margin: 0;
  padding: 3px 10px;
  color: #6f6f6f;
  border: solid 1px #6f6f6f;
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
}
.block3 ul li span p i {
  font-size: 18px;
}

.top-padding {
  padding-top: 30px;
}

.block4 {
  padding: 0 55px;
  padding-bottom: 20px;
  padding-top: 30px;
}
.block4 h5 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}
.block4 ul {
  padding: 0;
  margin: 0;
}
.block4 ul li {
  list-style-type: none;
  display: flex;
  padding: 5px;
  margin-bottom: 20px;
}
.block4 ul li aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 61px;
  border-radius: 6px;
  background-color: #1d1d1d;
  margin-right: 20px;
  color: #7b7b7b;
  font-size: 23px;
}
.block4 ul li span {
  display: flex;
  flex-direction: column;
}
.block4 ul li span h4 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Inter Tight", sans-serif;
}
.block4 ul li span h4 span {
  display: inline;
  color: #a6a6a6;
}
.block4 ul li span p {
  margin: 0;
  padding: 3px 10px;
  color: #6f6f6f;
  border: solid 1px #6f6f6f;
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
}
.block4 ul li span p i {
  font-size: 18px;
}

.block-6 {
  width: 100%;
}
.block-6 h5 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}
.block-6 ul {
  padding: 0;
  margin: 0;
}
.block-6 ul li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}
.block-6 ul li aside {
  width: 100%;
  height: auto !important;
  background: none;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  display: block;
}
.block-6 ul li span {
  display: block;
  width: 100%;
  background-color: #777;
  height: 7px;
}
.block-6 ul li span div {
  height: 7px;
  background-color: #fff;
}

#graphic__design .owl-nav {
  padding-top: 10px;
  display: flex;
}
#graphic__design .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #1773ea;
  color: #fff;
  margin: 5px;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.wrapper__box {
  border: solid 5px #212529;
  cursor: pointer;
}

.gallery__image {
  position: relative;
}
.gallery__image button {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  color: #000;
  opacity: 1;
  font-size: 11px;
}

.modal-content {
  background-color: #212529;
}

.wrapper__block {
  width: 100%;
  margin-bottom: 30px;
}
.wrapper__block:last-child {
  margin-bottom: 0;
}
.wrapper__block .titleblock {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wrapper__block .titleblock h6 {
  color: #a6a6a6;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Inter Tight", sans-serif;
}

.project {
  display: flex;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(119, 119, 119, 0.322);
  padding-bottom: 8px;
}
.project aside {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.project aside span {
  display: block;
  width: 15px;
  margin-right: 10px;
  color: #df2971;
}
.project aside span svg {
  width: 100%;
  fill: #1773ea;
}
.project aside h6 {
  font-family: "Inter Tight", sans-serif;
  color: #a6a6a6;
  margin-right: 15px;
  margin: 0;
}

.lowercase {
  text-transform: lowercase !important;
}

.positionList ul {
  padding: 0;
  margin: 0;
}
.positionList ul li {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
  padding: 0;
}
.positionList ul li p {
  color: #fff;
  background-color: rgba(29, 29, 29, 0.651);
  margin: 0;
  width: 91%;
  padding: 3px 10px;
}
.positionList ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 28px;
  background-color: #1d1d1d;
  color: #fff;
  font-size: 12px;
}

footer {
  padding: 10px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.11);
}
footer p {
  color: #fff;
  margin: 0;
  font-size: 12px;
}
footer p t a {
  color: #fff !important;
}

.footer-link a {
  color: #fff !important;
}
.footer-link a:hover {
  color: #1773ea !important;
}

.flex-box-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-right {
  display: flex;
  justify-content: flex-end;
}

.cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.89);
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}

.btnBlock {
  display: flex !important;
}

.iconCover {
  width: 50px;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
}
.iconCover a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #1773ea;
  color: #fff;
  font-size: 18px;
  box-shadow: 0px 0px 1px 0px #fff;
  transition-duration: 0.3s;
  margin-bottom: 10px;
}
.iconCover a:hover {
  transition-duration: 0.3s;
  transform: scale(1.2);
  box-shadow: 0px 0px 1px 23px rgba(255, 255, 255, 0);
  color: #fff;
}

.topAnimation {
  display: none !important;
}

.btnBlock {
  display: flex !important;
}

.callIcon {
  display: none !important;
}

.resume-popup {
  max-width: 1000px;
}

.page {
  width: 100%;
  margin-bottom: 15px;
}
.page img {
  width: 100%;
}

.popup-resume {
  position: relative;
}
.popup-resume button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 30px;
  height: 30px;
  background: none;
  background-color: #000 !important;
  border-radius: 100%;
  color: #fff;
  font-size: 18px;
  opacity: 1;
}
.popup-resume button:hover {
  background-color: #1773ea !important;
  color: #fff;
  opacity: 1;
}

.popup-resume .modal-content {
  background: none !important;
}/*# sourceMappingURL=stylesheet.css.map */