/* ==========================================================================
   Deepart.in Main CSS                          
   ========================================================================== */
/* ==========================================================================
   Table of Contents:

    1. BASE STYLES
    2. TYPOGRAPHY
    3. STRUCTURE
    4. MAIN NAVIGATION
    5. FORMS
    6. BUTTONS
    7. MISCELLANEOUS
    8. MOBILE MEDIA QUERIES
    ========================================================================== */
/* ==========================================================================
   1. Base                                            
   ========================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  background-color: #f4f4f4;
  font-family: lato, sans-serif;
  overflow-x: hidden;
  line-height: 1.5;
  color: #30383b;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Page Center */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:after {
  display: block;
  content: "";
  clear: both;
}

.container-fluid {
  float: none;
  max-width: 100%;
  margin: 0 auto;
}

.container-fluid:after {
  display: block;
  content: "";
  clear: both;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

/* Highlighted Text */
::-moz-selection,
::-moz-selection {
  background: #17a2b8;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection,
::selection {
  background: #17a2b8;
  color: #ffffff;
  text-shadow: none;
}

/* ==========================================================================
   2. TYPOGRAPGY                                            
   ========================================================================== */
/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

small,
.small {
  font-size: 80%;
}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 3rem;
}

h2,
h3 {
  font-weight: 400;
}

h3 {
  color: #17a2b8;
}

/* Anchor Links */
a {
  color: #17a2b8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #17a2b8;
  text-decoration: none;
}

/* Lists */
ul,
ol {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

ul li,
ol li {
  position: relative;
}

.body-container ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.body-container ul:not(.social_icons) li:before {
  content: "\2022";
  color: #17a2b8;
  left: -20px;
  position: absolute;
}

.body-container ol {
  padding-left: 20px;
  counter-reset: li;
}

.body-container ol li:before {
  counter-increment: li;
  content: counter(li) ". ";
  position: absolute;
  color: #17a2b8;
  left: -20px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* ==========================================================================
   3. STRUCTURE                                            
   ========================================================================== */
/* =============== Header =============== */
.header-container-wrapper {
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.site-logo {
  float: left;
}

.site-logo a {
  display: block;
}

.site-logo .st6 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: #ffffff;
}

.site-logo .st5 {
  fill: #17a2b8;
}

.site-logo svg {
  height: 50px;
  vertical-align: middle;
}

.site-logo svg image:last-of-type {
  display: none;
}

.home-banner {
  overflow: hidden;
  position: relative;
  color: #ffffff;
  background-color: #101113;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("/assests/images/deepart_background_img_3.webp");
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url("/assests/images/deepart_background_img_3.webp");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-style: inherit;
  transform-style: inherit;
}

.home-banner .hero-text {
  padding-top: 240px;
  padding-bottom: 240px;
  color: #ffffff;
  font-weight: 100;
  float: none;
  z-index: 0;
  font-size: 1.1rem;
}

.home-banner .hero-text h2 {
  font-weight: lighter;
  font-family: lato, sans-serif;
  margin-bottom: 0;
  line-height: 1.4;
}

.home-banner .hero-text h1 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.home-banner .hero-text .btn {
  margin-right: 24px;
  font-size: 13px;
  text-transform: uppercase;
}

.home-banner .hero-text .btn span {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  line-height: 1;
  font-size: 18px;
  vertical-align: text-top;
  margin-left: 16px;
}

.home-banner .hero-text .btn:hover,
.home-banner .hero-text .btn:focus {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.home-banner .hero-text .btn:last-of-type {
  background-color: #30383b;
  color: #ffffff;
  border-color: #30383b;
}

.home-banner .hero-text .btn:last-of-type:hover,
.home-banner .hero-text .btn:last-of-type:focus {
  background-color: #ffffff;
  color: #30383b;
}

.navbar-nav .nav-link {
  opacity: 0.5;
}

.navbar-nav .nav-link:hover {
  opacity: 1;
}

.navbar-nav .nav-link.active {
  opacity: 1;
}

.bg-image {
  background-position: 80% 25px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-area {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("/assests/images/deepart_background_img_1.jpeg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url("/assests/images/deepart_background_img_1.jpeg");
  position: relative;
  color: #ffffff;
  padding: 100px 0 0;
}

.banner-area h1,
.banner-area h2 {
  margin-bottom: 0;
}

.banner-area h1 {
  font-weight: lighter;
  font-family: lato, sans-serif;
}

.banner-area h2 {
  font-size: 18px;
}

.banner-area .hero-text {
  padding-top: 50px;
  padding-bottom: 50px;
}

.breadcrumb-wrapper {
  background-color: #e5e5e5;
}

.breadcrumb-wrapper .breadcrumb {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.breadcrumb-wrapper .breadcrumb li {
  font-size: 16px;
  display: inline-block;
}

.breadcrumb-wrapper .breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb-wrapper .breadcrumb li:before {
  display: none;
}

.breadcrumb-wrapper .breadcrumb li:after {
  content: "/";
  padding-left: 8px;
  padding-right: 8px;
}

.image-1 {
  background-image: url("/assests/images/character/Asset11.png");
  background-position: 80% 25px;
}

.image-2 {
  background-image: url("/assests/images/character/Asset11.png");
}

.image-3 {
  background-image: url("/assests/images/character/Asset3.png");
}

.image-4 {
  background-image: url("/assests/images/character/Asset5.png");
  background-size: contain;
}

.image-5 {
  background-image: url("/assests/images/Asset12.webp");
}

.lang-img {
  background-image: url("/assests/images/language.png");
}

/* =============== Content =============== */
section {
  position: relative;
}

section .container {
  overflow: hidden;
}

section.inner-wrapper {
  overflow: hidden;
  padding: 112px 0 118px;
}

section.inner-wrapper h2 {
  font-size: 3rem;
}

section.inner-wrapper h2 > span {
  position: relative;
  display: inline-block;
}

section.inner-wrapper h2 > span:after,
section.inner-wrapper h2 > span:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #977ef2;
  height: 3px;
  width: 100%;
  bottom: 50%;
  left: 105%;
}

section.inner-wrapper h2 > span:before {
  left: auto;
  right: 105%;
}

section h2 {
  line-height: 1;
  margin-bottom: 50px;
}

section h5,
section h4 {
  font-family: lato, sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 16px;
}

section h5 {
  font-size: 16px;
  color: #977ef2;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}

section#services {
  counter-reset: h4;
}

section#services .row:hover .col-md-4 {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

section#services .row:hover .col-md-4 h4 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#services .row:hover .col-md-4:hover {
  opacity: 1;
}

section#services .row:hover .col-md-4:hover h4 {
  color: #17a2b8;
}

section#services h4:before {
  counter-increment: h4;
  content: "0" counter(h4);
  position: absolute;
  font-size: 50px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.05);
  right: 20px;
  top: -8px;
}

#process {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(85%, white),
    to(#e5e6e7)
  );
  background: linear-gradient(to bottom, white 0%, white 85%, #e5e6e7 100%);
}

.process-wrapper {
  position: relative;
  font-size: 0;
}

.process-wrapper:before {
  content: "";
  top: 70px;
  left: 0;
  right: 0;
  width: 80%;
  height: 1px;
  border: 1px dotted #17a2b8;
  position: absolute;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
}

.process-wrapper .full-image {
  text-align: center;
}

.process-wrapper .full-image img {
  max-height: 240px;
}

.process_box_wrapper {
  max-width: 20%;
  display: inline-block;
  width: 100%;
  position: relative;
}

.process_box_wrapper h6 {
  font-size: 20px;
  text-align: center;
}

.process_box_wrapper p {
  display: none;
}

.process_box_wrapper .thumb-image {
  background: #ffffff;
  border: 2px dotted #17a2b8;
  text-align: center;
  border-radius: 4px;
  max-height: 130px;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}

.process_box_wrapper .thumb-image img {
  max-height: 120px;
  max-width: 120px;
  display: inline-block;
}

#contact .col-md-6:last-of-type {
  padding-top: 180px;
  padding-bottom: 180px;
}

/* =============== Footer =============== */
.footer-container-wrapper {
  background-color: #161f23;
  color: #a1a1a1;
}

.footer-container-wrapper p {
  margin-bottom: 0;
}

.footer-container-wrapper h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}

.footer-container-wrapper .footer_top {
  margin-bottom: 16px;
}

.footer-container-wrapper .footer_top ul li {
  margin-bottom: 10px;
}

.footer-container-wrapper .footer_top ul a {
  color: inherit;
  display: inline-block;
}

.footer-container-wrapper .footer_top ul a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #17a2b8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.footer-container-wrapper .footer_top ul a:hover {
  padding-left: 8px;
}

.footer-container-wrapper .footer_top ul a:hover:before {
  opacity: 1;
  visibility: visible;
}

.footer-container-wrapper .footer_bottom {
  padding: 20px 0;
  background-color: #121b1f;
  font-size: 13px;
  text-align: center;
}

.footer-container-wrapper .footer_bottom a {
  color: #17a2b8;
  font-weight: bold;
}

.more_links {
  font-size: 0;
}

.more_links li {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  border-right: 1px solid #17a2b8;
}

.more_links li:last-child {
  padding-right: 0;
  border-right: none;
}

.more_links li a {
  font-size: 13px;
}

.social-icon-wrapper {
  font-size: 1.7rem;
}

.social-icon-wrapper a {
  width: 50px;
  display: block;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}

.social-icon-wrapper a:hover {
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

.social-icon-wrapper ul {
  padding: 2rem 0;
}

/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */
/* =============== Custom Menu Primary =============== */
.menu-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  font-size: 0;
}

.menu-wrapper li {
  display: inline-block;
}

.menu-wrapper li a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 0 16px;
  line-height: 48px;
  color: #30383b;
  opacity: 0.5;
  position: relative;
  font-size: 15px;
  color: #ffffff;
}

.menu-wrapper li a:after,
.menu-wrapper li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

.menu-wrapper li a:before {
  width: 20px;
  margin: 0 auto;
  top: -8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #977ef2;
  opacity: 0;
  visibility: hidden;
}

.menu-wrapper li a:after {
  width: 100%;
  height: 2px;
  background-color: #977ef2;
  top: -9px;
}

.menu-wrapper li a.active:before {
  opacity: 1;
  visibility: visible;
}

.menu-wrapper li a:hover,
.menu-wrapper li a.active {
  opacity: 1;
}

/* =============== Mobile Toggle Menu =============== */
/* ===== Mobile Toggle Button ===== */
.mobile-menu {
  position: relative;
  background: 0 0;
  border: 0;
  cursor: pointer;
  line-height: 0;
  height: 35px;
  width: 35px;
  z-index: 99;
  padding: 0;
}

.mobile-menu:focus {
  outline: 0;
}

.mobile-menu > span {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #17a2b8;
  text-align: left;
}

.mobile-menu > span:before,
.mobile-menu > span:after {
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #17a2b8;
  text-align: left;
  content: "";
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 8px;
}

.mobile-menu > span:before {
  top: auto;
  bottom: 8px;
}

.menu-open .navbar-nav .nav-link {
  color: #17a2b8;
}

.menu-open .mobile-menu > span {
  background: #17a2b8;
  visibility: hidden;
}

.menu-open .mobile-menu > span:before,
.menu-open .mobile-menu > span:after {
  background: #17a2b8;
  visibility: visible;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: 0;
}

.menu-open .mobile-menu > span:before {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

#skills p {
  margin-bottom: 4px;
  font-size: 13px;
}

.progress {
  margin-bottom: 24px;
  background: #e3e1e2;
  width: 100%;
  position: relative;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
}

.progress-bar {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#977ef2),
    to(#17a2b8)
  );
  background: linear-gradient(to right, #977ef2 0%, #17a2b8 100%);
  padding: 4px 16px;
  min-height: 8px;
  border-radius: 18px;
}

.pro_val {
  position: absolute;
  background: #373737;
  color: #ffffff;
  padding: 2px 4px;
  border-radius: 4px;
  top: -24px;
  margin-left: -20px;
  font-size: 10px;
}

.pro_val:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #373737;
  bottom: -5px;
  left: 10px;
  position: absolute;
}

.progress_1 .progress-bar {
  width: 90%;
}

.progress_1 .pro_val {
  left: 90%;
}

.progress_2 .progress-bar {
  width: 85%;
}

.progress_2 .pro_val {
  left: 85%;
}

.progress_3 .progress-bar {
  width: 65%;
}

.progress_3 .pro_val {
  left: 65%;
}

.progress_4 .progress-bar {
  width: 80%;
}

.progress_4 .pro_val {
  left: 80%;
}

.progress_5 .progress-bar {
  width: 65%;
}

.progress_5 .pro_val {
  left: 65%;
}

.progress_6 .progress-bar {
  width: 85%;
}

.progress_6 .pro_val {
  left: 85%;
}

.progress_7 .progress-bar {
  width: 50%;
}

.progress_7 .pro_val {
  left: 50%;
}

.progress_8 .progress-bar {
  width: 55%;
}

.progress_8 .pro_val {
  left: 55%;
}

.progress_9 .progress-bar {
  width: 45%;
}

.progress_9 .pro_val {
  left: 45%;
}

.port_caption {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  visibility: hidden;
  border-radius: 4px;
  overflow: hidden;
}

.port_caption:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 90%;
  border: 1px dashed #ffffff;
}

.port_caption h6 {
  font-size: 24px;
  border-bottom: 4px double #977ef2;
}

.port_caption .btn {
  padding: 8px 16px;
}

.port_caption .btn:hover {
  color: #17a2b8;
  border-color: #ffffff;
  background: #ffffff;
}

#portfolio .filter_button_group a {
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #17a2b8;
  margin-bottom: 5px;
  border-bottom: 3px solid #458890;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  outline: 0;
  border-radius: 4px;
  display: inline-block;
}

#portfolio .filter_button_group a:hover {
  background: #17a2b8;
  color: #ffffff;
}

#portfolio .filter_button_group .active_filter {
  background: #17a2b8;
  color: #ffffff;
}

.portfolio_item {
  position: relative;
  cursor: pointer;
  display: block;
  border: 4px double #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  transition: all .3s ease-in-out;
}

.portfolio_item:hover {
  box-shadow: 4px 10px 10px rgb(0 0 0 / 13%);
  transform: translateY(-4px);
}

.portfolio_item:hover .port_caption {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ==========================================================================
   5. FORMS                                        
   ========================================================================== */
.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* One Line Inputs */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 8px 16px;
  font-size: 1rem;
  color: #30383b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  line-height: 2;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: #17a2b8;
}

/* Multiple Selection Inputs */
form.form .form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

/* ==========================================================================
   6. BUTTONS                                        
   ========================================================================== */
.btn,
button,
input[type="submit"],
input[type="button"] {
  text-decoration: none;
  background: #17a2b8;
  color: #ffffff;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #17a2b8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 14px;
  /* text-transform: uppercase; */
  border-radius: 16px;
}

.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  color: #17a2b8;
  border-color: #17a2b8;
  background: 0 0;
}

.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* fixed class added style */
.fixed .header-container-wrapper {
  background-color: #ffffff;
  -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5);
  padding-top: 8px;
  padding-bottom: 8px;
}

.fixed .menu-wrapper li a {
  color: #30383b;
}

.fixed .menu-wrapper li a:before,
.fixed .menu-wrapper li a:after {
  display: block;
}

.fixed .site-logo .st6 {
  fill: #30383b;
}

.fixed .site-logo svg image:first-of-type {
  display: none;
}

.fixed .site-logo svg image:last-of-type {
  display: block;
}

/* error page */
.error_page .banner-area {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("/assests/images/deepart_background_img_2.jpeg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url("/assests/images/deepart_background_img_2.jpeg");
  background-position-y: 0 !important;
  padding-top: 80px;
}

.error-banner {
  padding-top: 200px;
  padding-bottom: 60px;
  text-align: center;
  background-image: url("/assests/images/character/Asset8.png");
  background-repeat: no-repeat;
  background-position: 50% -14%;
}

.error-banner .error-text {
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  padding: 16px;
  border-radius: 4px;
}

.error-banner h1 {
  font-size: 5rem;
  margin-bottom: 0;
}

.error-banner h2 {
  margin-bottom: 8px;
}

.policy_page section h2,
.terms_page section h2 {
  margin-bottom: 8px;
  margin-top: 32px;
}

/* google map */
#gmap_canvas img {
  max-width: none !important;
  background: none !important;
}

/* contact page */
.contact_page .body-container-wrapper .social_icons {
  padding-left: 0;
  margin-bottom: 0;
}

.contact_page .body-container-wrapper .social_icons li {
  display: inline-block;
  margin-right: 24px;
}

.contact_page .body-container-wrapper .social_icons li:first-child:before {
  display: none;
}

/* typography */
.typography_page .inner-wrapper h1,
.typography_page .inner-wrapper h2,
.typography_page .inner-wrapper h3,
.typography_page .inner-wrapper h4,
.typography_page .inner-wrapper h5,
.typography_page .inner-wrapper h6 {
  margin-bottom: 16px;
}

/* ==========================================================================
   7. MISCELLANEOUS                                      
   ========================================================================== */
.error-msg-container .err_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 8px;
}

.error-msg-container .success-msg {
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #b2dfdb;
  color: #00796b;
}

.error-msg-container .success-msg .err_icon {
  background-color: #00796b;
  font-size: 10px;
}

.error-msg-container .error-msg {
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #ffcdd2;
  color: #d50000;
}

.error-msg-container .error-msg .err_icon {
  background-color: #d50000;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.text-primary {
  color: #17a2b8;
}

.text_secondary {
  color: #977ef2;
}

.bg-white {
  background-color: #ffffff;
}

.flip-vertical {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.scr-reader {
  border: 0;
  padding: 0;
  margin: -1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
}

/* back to top */
#back-to-top {
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #30383b;
  height: 40px;
  width: 40px;
  line-height: 1;
  font-size: 24px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
  opacity: 0.95;
}

#back-to-top:disabled {
  opacity: 0.5;
  pointer-events: none;
}

#back-to-top span {
  display: inline-block;
  padding: 8px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#back-to-top:hover,
#back-to-top:focus {
  opacity: 1;
}

#back-to-top:hover span,
#back-to-top:focus span {
  padding: 4px;
}

/* Loader */
#loader_wrapper {
  display: none;
  position: fixed;
  width: 100%;
  background: #17a2b8;
  height: 100vh;
  z-index: 9999;
  color: #ffffff;
}

#loader_wrapper .loadContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}

#loader_wrapper .boxes-wrapper {
  height: 50px;
  position: relative;
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
  width: 50px;
}

#loader_wrapper .boxes-wrapper .boxes {
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-animation: anti-rotate 0.5s infinite linear;
  animation: anti-rotate 0.5s infinite linear;
}

#loader_wrapper .boxes-wrapper .boxes.box1 {
  left: 0;
  top: 0;
}

#loader_wrapper .boxes-wrapper .boxes.box2 {
  right: 0;
  top: 0;
}

#loader_wrapper .boxes-wrapper .boxes.box3 {
  left: 0;
  bottom: 0;
}

#loader_wrapper .boxes-wrapper .boxes.box4 {
  right: 0;
  bottom: 0;
}

/* Clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* Center content */
.cm-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Outdated Browser */
.browsehappy {
  position: absolute;
  z-index: 99999;
  background: #000000;
  width: 100%;
  top: 200px;
  color: #ffffff;
  text-align: center;
  padding: 50px 0;
  font-size: 22px;
}

.animated {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.duration-5s {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

/*Animation Rotate*/
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotate.show {
  -webkit-animation-name: rotate;
  animation-name: rotate;
}

/*Animation Antirotate*/
@-webkit-keyframes anti-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes anti-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.anti-rotate.show {
  -webkit-animation-name: anti-rotate;
  animation-name: anti-rotate;
}

/*animation up_down*/
@-webkit-keyframes up_down {
  0% {
    top: 25%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 25%;
  }
}
@keyframes up_down {
  0% {
    top: 25%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 25%;
  }
}

.up_down.show {
  -webkit-animation-name: up_down;
  animation-name: up_down;
}

/*animation fadeIn*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn.show {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*animation fadeInDown*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown.show {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*animation fadeInLeft*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft.show {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* Blog */
.blog_listing .banner-area {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("/assests/images/deepart_background_img_4.jpeg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url("/assests/images/deepart_background_img_4.jpeg");
  background-position: center;
}

.blog-post-wrapper .post-image {
  position: relative;
  overflow: hidden;
}

.blog-post-wrapper .post-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-post-wrapper .post-image .author-profile {
  vertical-align: bottom;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  left: 0;
  right: 0;
  bottom: -100%;
  padding: 8px 16px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-post-wrapper .post-image:hover .author-profile {
  bottom: 0;
}

.blog-post-wrapper .post-image .author-img img {
  border-radius: 65% 30% 35% 65%/40% 35% 65% 50%;
  max-width: 100px;
  border: 2px solid #ffffff;
  display: inline-block;
  margin-right: 8px;
}

.blog-post-wrapper .post-image .author-name {
  display: inline-block;
  margin-bottom: 0;
}

.blog-post-wrapper .post-image .author-name a {
  display: inline-block;
  letter-spacing: 2px;
}

.blog-post-wrapper .post-image .post-date {
  display: inline-block;
}

.blog-post-wrapper .post-title {
  margin-bottom: 0;
}

.blog-post-wrapper .tags {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
  margin-top: 24px;
  font-size: 0;
}

.blog-post-wrapper .tags li {
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
  background-color: #e5e5e5;
  padding: 4px 8px;
  border-radius: 4px;
}

.blog-post-wrapper .tags li:before {
  display: none;
}

.blog-post-wrapper .post-body .read_more {
  letter-spacing: 5px;
  display: block;
}

/* ==========================================================================
   8. MEDIA QUERIES                              
   ========================================================================== */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* Hide button on Desktop */
  .mobile-menu,
  .child-menu {
    display: none;
  }
  .container {
    max-width: 720px;
  }
  [class*="col-"] {
    margin-bottom: 30px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 16px;
  }
  .home-banner .hero-text h2 {
    font-size: 5rem;
  }
  .home-banner .hero-text h1 {
    font-size: 2rem;
  }
  .banner-area .hero-text h1 {
    font-size: 5rem;
  }
  .banner-area .hero-text h2 {
    font-size: 2rem;
  }
  footer .col-md-6 {
    margin-bottom: 0;
  }
  .more_links {
    text-align: right;
  }
  .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* portfolio items */
  .portfolio_items [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 991px) {
  .process-wrapper:before,
  .full-image {
    display: none;
  }
  .process_box_wrapper {
    max-width: 30%;
  }
  #contact .col-md-6:last-of-type {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.inner-wrapper {
    padding: 60px 0 60px;
  }
  #skills .bg-image {
    display: none;
  }
  .home-banner .hero-text h2 {
    font-size: 4rem;
  }
  .home-banner .hero-text h1 {
    font-size: 1.5rem;
  }
  .banner-area .hero-text h1 {
    font-size: 4rem;
  }
  .banner-area .hero-text h2 {
    font-size: 1.5rem;
  }
  .menu-wrapper li a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner .hero-text {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .home-banner .hero-text h2 {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .home-banner .hero-text .btn {
    margin-bottom: 8px;
  }
  .banner-area {
    background-size: cover;
    background-attachment: fixed;
  }
  .hero-text {
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    padding: 100px 0;
  }
  [class^="col"] {
    margin-bottom: 8px;
  }
  #contact .col-md-6:last-of-type {
    padding-top: 0;
  }
  section .inner-wrapper {
    padding: 70px 0 50px;
  }
  section h2 {
    margin-bottom: 32px;
  }
  .process_box_wrapper h6 {
    margin-bottom: 24px;
  }
  body.menu-open {
    overflow: hidden;
  }
  .primary-menu {
    z-index: 9;
    top: 0;
    background: #ffffff;
    height: calc(100vh - 56px);
    width: 100%;
    max-width: 220px;
    bottom: 0;
    left: -100%;
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow-y: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    top: 56px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .primary-menu .nav-item {
    display: block;
  }
  .primary-menu .nav-link {
    font-size: 1rem;
    color: #30383b;
    border-left: 5px solid #30383b;
    border-bottom: 1px solid;
  }
  .primary-menu .nav-link:before,
  .primary-menu .nav-link:after {
    display: none;
  }
  .primary-menu .nav-link:hover {
    color: #17a2b8;
  }
  .fixed .menu-wrapper li a:before,
  .fixed .menu-wrapper li a:after {
    display: none;
  }
  .overlay {
    z-index: 9;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 100%;
  }
  .menu-open .primary-menu {
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .menu-open .overlay {
    opacity: 1;
    visibility: visible;
  }
  .site-logo .st6 {
    fill: #30383b;
  }
  .site-logo svg {
    height: 40px;
  }
  .header-container-wrapper {
    background: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .more_links li {
    margin-left: 0;
    margin-right: 16px;
  }
  .footer-container-wrapper .footer_bottom {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .inner-wrapper h2 > span:after {
    width: 50%;
  }
  .inner-wrapper h2 > span:before {
    width: 50%;
  }
  body {
    line-height: 1.3;
  }
  .other_page .inner-wrapper {
    padding: 40px 0;
  }
  .social-icon-wrapper {
    font-size: 1rem;
  }
  .social-icon-wrapper ul {
    padding: 1rem 0;
  }
  .process_box_wrapper {
    max-width: 50%;
  }
}

@media only screen and (max-width: 400px) {
  .footer-menu {
    display: block;
    text-align: center;
  }
  footer .footer-menu li:before {
    display: none;
  }
}

.project-details {
  padding: 16px;
}

.project-details .btn {
  font-size: 70%;
  padding: 0.5rem 1rem;
  letter-spacing: 1px;
  border-radius: 16px;
}

.techno {
  font-style: italic;
}

.techno::before {
  content: "Technologies Used: ";
  font-style: normal;
  display: block;
  color: #888;
}

.tag {
  padding: 2px 8px;
  font-size: 70%;
  background-color: #121b1f;
  display: inline-block;
  margin: 8px 0;
  color: #fff;
  border-radius: 8px;
}

.project-title {
  font-size: 1.5rem;
  margin-bottom: 8px;
  font-weight: bold;
}
/*# sourceMappingURL=main.css.map */
