/**------------------------------------------------------
Item Name: Winx - Personal Portfolio HTML Template.
Author: ashishmaraviya
Version: 1
Copyright 2023
-----------------------------------------------------------**/
/*------------------------------------------------------------------
[Table of contents]

01. Typography
02. Components
    - Common
    - Header
    - Footer
03. Layouts
    - Hero (Home)
    - About
    - Service
    - Experience
    - Portfolio
    - News
    - Contact
    - Instagram
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

Template contains couple color like:
$main-primary-color : #05dac3;
# */
/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/
/*--  Quicksand font  --*/
@font-face {
  font-family: "Quicksand";
  src: url("./../fonts/quicksand/Quicksand-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("./../fonts/quicksand/Quicksand-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("./../fonts/quicksand/Quicksand-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("./../fonts/quicksand/Quicksand-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("./../fonts/quicksand/Quicksand-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*--  Montserrat font  --*/
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/montserrat/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/*===== Commen css =====*/
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "Montserrat";
  font-weight: 400;
}

h1 {
  font-family: "Quicksand";
  font-weight: 700;
  letter-spacing: 0.01rem;
}

h2, h3, h4, h5, h6 {
  font-family: "Quicksand";
  font-weight: 400;
  letter-spacing: 0.01rem;
}

.padding-tb-50 {
  padding: 50px 0;
}

.padding-t-50 {
  padding-top: 50px;
}

.padding-b-50 {
  padding-bottom: 50px;
}

.padding-b-100 {
  padding-bottom: 100px;
}

.padding-t-100 {
  padding-top: 100px;
}

.padding-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-m-30 {
  margin-bottom: -30px;
}

.mtb-m-12 {
  margin-top: -12px;
  margin-bottom: -12px;
}

.margin-tb-50 {
  margin: 50px 0;
}

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

.margin-b-50 {
  margin-bottom: 50px;
}

p, li, span {
  letter-spacing: 0.02rem;
}

p {
  font-size: 16px;
  line-height: 28px;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.navbar-dark .navbar-nav .nav-link {
  margin-left: 15px;
}

a {
  text-decoration: none;
}

.wx-flash:after {
  content: "";
  width: 2000px;
  height: 2000px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: ms-flash 3s ease-in-out infinite;
          animation: ms-flash 3s ease-in-out infinite;
  z-index: 99;
}

@-webkit-keyframes ms-flash {
  0% {
    -webkit-transform: translateX(-100%) rotate(45deg);
            transform: translateX(-100%) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(100%) rotate(45deg);
            transform: translateX(100%) rotate(45deg);
  }
}
.m-r-5px {
  margin-right: 5px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-t-80 {
  margin-top: 80px;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-b-minus-24px {
  margin-bottom: -24px;
}

.m-tb-minus-12px {
  margin: -12px;
}

.ml-auto {
  margin-left: auto;
}

#wx-overlay {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  z-index: 55;
}

.wx-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  -webkit-animation: animloader 1.5s linear infinite;
  animation: animloader 1.5s linear infinite;
}

@-webkit-keyframes animloader {
  0% {
    -webkit-box-shadow: -72px 0 #05dac3 inset;
            box-shadow: -72px 0 #05dac3 inset;
  }
  100% {
    -webkit-box-shadow: 48px 0 #05dac3 inset;
            box-shadow: 48px 0 #05dac3 inset;
  }
}

@keyframes animloader {
  0% {
    -webkit-box-shadow: -72px 0 #05dac3 inset;
            box-shadow: -72px 0 #05dac3 inset;
  }
  100% {
    -webkit-box-shadow: 48px 0 #05dac3 inset;
            box-shadow: 48px 0 #05dac3 inset;
  }
}
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  padding: 10px 15px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}

.get-started {
  border: 1px solid;
  padding: 8px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  cursor: pointer;
}
.get-started:hover {
  color: #000;
}

.wx-btn, .wx-btn-1 {
  border: none;
  background: #f15d52;
  color: #fff;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
}

.wx-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
          animation: shiny-btn1 3s ease-in-out infinite;
}

.wx-btn:hover, .wx-btn-1:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}

#ms-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ms-overlay .wx-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
#ms-overlay .wx-roller div {
  -webkit-animation: ms-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: ms-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}
#ms-overlay .wx-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #555;
  margin: -4px 0 0 -4px;
}
#ms-overlay .wx-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
#ms-overlay .wx-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
#ms-overlay .wx-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
#ms-overlay .wx-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
#ms-overlay .wx-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
#ms-overlay .wx-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
#ms-overlay .wx-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
#ms-overlay .wx-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
#ms-overlay .wx-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
#ms-overlay .wx-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
#ms-overlay .wx-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
#ms-overlay .wx-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
#ms-overlay .wx-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
#ms-overlay .wx-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
#ms-overlay .wx-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
#ms-overlay .wx-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@-webkit-keyframes ms-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ms-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#map {
  height: 400px;
  width: 100%;
}

.wx-btn:active {
  -webkit-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.border-r {
  border-right: 10px dashed #fff;
}

.main-bg {
  height: 100%;
  background: #05dac3;
}

.wx-row {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-bg {
  background-color: #fff;
}

.bg-shape {
  background: #f9f9f9;
}

.section-title {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}
.section-title h2 {
  max-width: 300px;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #17181c;
}
.section-title h2 span {
  color: #05dac3;
}
.section-title .ligh-title {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Montserrat";
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
  opacity: 0.05;
  z-index: 1;
}

section {
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.show-section {
  display: block !important;
}

.hide-section {
  z-index: 7;
  -webkit-transform: translate3d(0px, -100%, 0px);
          transform: translate3d(0px, -100%, 0px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#overlay_shine {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  z-index: 15;
  display: block;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 0px;
  left: -50%;
  width: 200%;
  height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#scrollup {
  display: inline-block;
  background: #05dac3;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}
#scrollup i {
  color: #fff;
}

#scrollup.show {
  opacity: 1;
  visibility: visible;
}

/*===== Header css =====*/
header {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #dbdbdb;
}
header .nav-sec {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin: 0;
}
header .nav-sec nav {
  padding: 0;
  background-color: transparent;
}
header .navbar-dark .navbar-brand {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .navbar-dark .navbar-brand img {
  width: 100px;
}
header .navbar-dark .navbar-nav .nav-item.active .nav-link {
  color: #05dac3;
}
header .navbar-dark .navbar-nav .nav-link {
  font-size: 15px;
  font-family: "Quicksand";
  color: #000;
  font-weight: 700;
  line-height: 28px;
}
header .navbar-dark .navbar-nav .nav-link:hover {
  color: #05dac3;
}
header .navbar-dark .navbar-nav .nav-link:focus {
  color: #05dac3;
}

#navbarSupportedContent {
  padding: 15px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #dbdbdb;
}

.right-content {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Quicksand";
}
.right-content .wa-icon i {
  font-weight: 800;
  color: #05dac3;
  font-size: 18px;
}
.right-content span {
  margin-left: 10px;
  font-weight: 700;
}
.right-content .get-started {
  margin-left: 15px;
}
.right-content .navbar-nav {
  margin-bottom: 0 !important;
}
.right-content .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
}

button.navbar-toggler {
  color: #000;
}

.wx-static {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}

.wx-fixed {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  top: 0;
  left: 0;
  z-index: 30;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.wx-fixed .nav-sec {
  padding: 0;
}

/** Start Footer **/
.wx-footer-section {
  padding: 15px 0;
  background-color: #141818;
}
.wx-footer-section .footer-txt {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.wx-footer-section .footer-txt a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.wx-footer-section .footer-txt .site-name {
  color: #05dac3;
}
.wx-footer-section .footer-txt span {
  font-size: 13px;
  font-weight: 300;
}

/** End Footer **/
/*===== Hero section css =====*/
.wx-home.body-bg {
  background: #f5f5f5;
}

.wx-home {
  width: 100%;
  height: 100vh;
  padding-top: 75px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(243, 244, 245)), to(rgb(250, 252, 254)));
  background-image: linear-gradient(0deg, rgb(243, 244, 245) 0%, rgb(250, 252, 254) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.wx-home .profile-img {
  padding: 0 15px;
}
.wx-home .profile-img:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/bg/shape-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: 0px;
  left: -50px;
  position: absolute;
}
.wx-home .profile-img .profile-detail:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/bg/shape-3.png);
  background-size: 100%;
  top: -30px;
  left: -15px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.11);
  position: absolute;
  z-index: -1;
}
.wx-home .profile-img .profile-detail img {
  width: 100%;
}
.wx-home .shape {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wx-home .wx-detail:after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/bg/shape-2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  position: absolute;
}
.wx-home .wx-detail:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/bg/shape-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0px;
  position: absolute;
}
.wx-home .wx-detail .info {
  font-family: "Quicksand";
}
.wx-home .wx-detail .info .heading .name h1 {
  line-height: 75px;
}
.wx-home .wx-detail .info .heading span {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.wx-home .wx-detail .info .heading .head-txt {
  font-size: 50px;
  font-weight: 700;
  color: #05dac3;
  text-transform: capitalize;
}
.wx-home .wx-detail .info .heading p {
  margin-bottom: 30px;
  font-size: 15px;
  color: #777;
}
.wx-home .wx-detail .info .buttons {
  margin-bottom: 30px;
}
.wx-home .wx-detail .info .buttons .btn-1 {
  margin-right: 5px;
  background-color: #05dac3;
  color: #fff;
  border: none;
}
.wx-home .wx-detail .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wx-home .wx-detail .social-links .social-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wx-home .wx-detail .social-links .social-icon:not(:last-child) {
  margin-right: 10px;
}
.wx-home .wx-detail .social-links .social-icon a {
  color: #000;
}
.wx-home .wx-detail .social-links .background {
  background: white;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.11);
}
.wx-home .scroll-down {
  width: 30px;
  height: 50px;
  margin: 0 auto;
  border: 2px solid #bbb;
  border-radius: 20px;
  bottom: 30px;
  left: 0;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.wx-home .scroll-down:before {
  width: 4px;
  height: 10px;
  margin: 0 auto;
  background-color: #000;
  border-radius: 5px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  -webkit-animation: scrollDownAnimation 2s infinite;
          animation: scrollDownAnimation 2s infinite;
}
@-webkit-keyframes scrollDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    opacity: 0;
  }
}

.wx-about {
  background-color: #f5f5f5;
}
.wx-about .title-txt:after {
  content: "";
  background-image: url("../img/about/shape-2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.wx-about .title-txt:before {
  content: "";
  background-image: url("../img/about/shape-3.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 200px;
}
.wx-about .title-txt .light-txt {
  margin-bottom: 5px;
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
}
.wx-about .title-txt .bold-txt {
  font-size: 35px;
  font-family: "Quicksand";
  font-weight: 700;
  text-transform: capitalize;
}
.wx-about .title-txt p {
  color: #777;
  font-size: 15px;
}
.wx-about .projects {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wx-about .projects-details {
  font-family: "Quicksand";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.wx-about .projects-details:not(:last-child) {
  border-bottom: 1px solid #c8c6c6;
}
.wx-about .projects-details .count {
  min-width: 150px;
}
.wx-about .projects-details .count:before {
  content: "";
  background-image: url("../img/about/shape-1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 50px;
  width: 35px;
  position: absolute;
  left: 0;
  top: 50%;
}
.wx-about .projects-details .count h2 {
  margin: 25px 0;
  padding-right: 30px;
  font-size: 48px;
  font-weight: 700;
  border-right: 1px solid #c8c6c6;
}
.wx-about .projects-details .details {
  margin: 25px 0;
  padding: 0px 25px;
}
.wx-about .projects-details .details h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.wx-about .projects-details .details p {
  margin: 0px;
  font-size: 15px;
  line-height: 24px;
  color: #777;
}
.wx-about .about-img img {
  width: 100%;
}

/*===== Service css =====*/
.wx-service-section:before {
  content: "";
  background-image: url(../img/service/shape.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1000px;
  height: 1000px;
  top: 0%;
  right: 0%;
  position: absolute;
  opacity: 0.8;
}
.wx-service-section:after {
  content: "";
  background-image: url(../img/service/bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 300px;
  height: 400px;
  bottom: 0;
  left: 270px;
  position: absolute;
}
.wx-service-section .row.abt {
  height: 600px;
  position: relative;
}
.wx-service-section .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}
.wx-service-section .card-content.special {
  position: absolute;
  right: 100px;
  bottom: 0;
}
.wx-service-section .card-content.first {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wx-service-section .card {
  width: 320px;
  font-family: "Quicksand";
  -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.11);
  border: none;
  border-radius: 0;
}
.wx-service-section .card .card-body {
  padding: 35px;
}
.wx-service-section .card .card-title {
  margin: 0px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wx-service-section .card .card-img {
  padding: 25px 0;
}
.wx-service-section .card .card-img img {
  width: 70px;
}
.wx-service-section .card p {
  margin: 0px;
  font-size: 15px;
  line-height: 24px;
  color: #777;
}
.wx-service-section .projects {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wx-service-section .title-txt .light-txt {
  margin-bottom: 5px;
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
}
.wx-service-section .title-txt .bold-txt {
  font-size: 35px;
  font-family: "Quicksand";
  font-weight: 700;
  text-transform: capitalize;
}
.wx-service-section .title-txt p {
  color: #777;
  font-size: 15px;
}
.wx-service-section .about-img img {
  width: 100%;
}
.wx-service-section .buttons {
  display: block;
}
.wx-service-section .buttons .get-started {
  margin-top: 15px;
  display: inline-block;
}

.wx-experience-section {
  background-color: #f5f5f5;
}
.wx-experience-section .right-txt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wx-experience-section .right-txt .buttons {
  margin-bottom: 30px;
  border: 0;
}
.wx-experience-section .right-txt .buttons button.active {
  background-color: #05dac3;
  color: #fff;
  border: 1px solid transparent;
}
.wx-experience-section .right-txt .buttons li:not(:first-child) {
  margin-left: 10px;
}
.wx-experience-section .right-txt .buttons button {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
}
.wx-experience-section .light-txt {
  margin-bottom: 5px;
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
}
.wx-experience-section .bold-txt {
  margin-bottom: 30px;
  font-size: 35px;
  font-family: "Quicksand";
  font-weight: 700;
  text-transform: capitalize;
}
.wx-experience-section .man-img {
  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;
}
.wx-experience-section .man-img img {
  background-size: 100%;
  width: 300px;
  position: absolute;
  bottom: -100px;
}
.wx-experience-section .left-side .education:not(:last-child) {
  margin-bottom: 50px;
}
.wx-experience-section .left-side .education .title {
  font-size: 18px;
  font-weight: 700;
}
.wx-experience-section .left-side .education .details {
  font-size: 16px;
  color: #777;
}
.wx-experience-section .left-side .education .number-top-odd {
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.wx-experience-section .left-side .education .number-top-odd:after {
  content: "";
  height: 30px;
  width: 30px;
  background-color: #05dac3;
  border-radius: 40px;
  position: absolute;
  right: -6px;
  bottom: -6px;
  z-index: -1;
}
.wx-experience-section .left-side .education .number-top-odd:before {
  content: "";
  width: 420px;
  height: 140px;
  background-image: url(../img/achievement/shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 40px;
  position: absolute;
  left: 30px;
  top: -30px;
  z-index: -1;
}
.wx-experience-section .left-side .education .date {
  margin-top: 20px;
  font-weight: 700;
  font-size: 13px;
  color: #777;
}
.wx-experience-section .left-side .education .number-bottom-odd {
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.wx-experience-section .left-side .education .number-bottom-odd:after {
  content: "";
  height: 30px;
  width: 30px;
  background-color: #05dac3;
  border-radius: 40px;
  position: absolute;
  right: -6px;
  bottom: -6px;
  z-index: -1;
}
.wx-experience-section .left-side .education .number-bottom-odd:before {
  content: "";
  width: 420px;
  height: 140px;
  background-image: url(../img/achievement/shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 40px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  position: absolute;
  left: 30px;
  bottom: -30px;
  z-index: -1;
}
.wx-experience-section .right-side .education {
  text-align: end;
}
.wx-experience-section .right-side .education:not(:last-child) {
  margin-bottom: 50px;
}
.wx-experience-section .right-side .education .title {
  font-size: 18px;
  font-weight: 700;
}
.wx-experience-section .right-side .education .details {
  font-size: 16px;
  color: #777;
}
.wx-experience-section .right-side .education .number-top-even {
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.wx-experience-section .right-side .education .number-top-even:after {
  content: "";
  height: 30px;
  width: 30px;
  background-color: #05dac3;
  border-radius: 40px;
  position: absolute;
  right: -6px;
  bottom: -6px;
  z-index: -1;
}
.wx-experience-section .right-side .education .number-top-even:before {
  content: "";
  width: 420px;
  height: 140px;
  background-image: url(../img/achievement/shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 40px;
  position: absolute;
  right: 30px;
  top: -30px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: -1;
}
.wx-experience-section .right-side .education .date {
  margin-top: 20px;
  font-weight: 700;
  font-size: 13px;
  color: #777;
}
.wx-experience-section .right-side .education .number-bottom-even {
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.wx-experience-section .right-side .education .number-bottom-even:after {
  content: "";
  height: 30px;
  width: 30px;
  background-color: #05dac3;
  border-radius: 40px;
  position: absolute;
  right: -6px;
  bottom: -6px;
  z-index: -1;
}
.wx-experience-section .right-side .education .number-bottom-even:before {
  content: "";
  width: 420px;
  height: 140px;
  background-image: url(../img/achievement/shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 40px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  position: absolute;
  right: 30px;
  bottom: -30px;
  z-index: -1;
}

.wx-portfolio-section {
  background-image: url(../img/portfolio/shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.wx-portfolio-section .title-txt {
  text-align: center;
}
.wx-portfolio-section .title-txt .light-txt {
  margin-bottom: 5px;
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
}
.wx-portfolio-section .title-txt .bold-txt {
  font-size: 35px;
  font-family: "Quicksand";
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.wx-portfolio-section .portfolio-img {
  position: relative;
  margin: 12px 0;
}
.wx-portfolio-section .portfolio-img img {
  width: 100%;
}
.wx-portfolio-section .portfolio-img .img-border {
  position: absolute;
  overflow: hidden;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  border: 1px solid #05dac3;
  opacity: 0;
  cursor: pointer;
}
.wx-portfolio-section .portfolio-img .title {
  width: calc(100% - 40px);
  padding: 10px 15px;
  background-color: rgba(25, 24, 24, 0.57);
  color: white;
  font-size: 15px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
  opacity: 0;
}
.wx-portfolio-section .portfolio-img:hover .img-border, .wx-portfolio-section .portfolio-img:hover .title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  opacity: 1;
}

.wx-news-section .title-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wx-news-section .title-txt h2 {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
}
.wx-news-section .title-txt .light-txt {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
}
.wx-news-section .date {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #777;
}
.wx-news-section .box-head h6 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
}
.wx-news-section p {
  font-size: 16px;
  color: #777;
  font-size: 14px;
}
.wx-news-section .read-more {
  color: #05dac3;
}
.wx-news-section .read-more a {
  margin-right: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #05dac3;
}
.wx-news-section .left-block {
  position: relative;
}
.wx-news-section .left-block img {
  width: 100%;
}
.wx-news-section .left-block .main-inner-box {
  position: absolute;
  bottom: 24px;
  right: 24px;
  left: 24px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px;
}
.wx-news-section .left-block .main-inner-box .date {
  color: #fff;
}
.wx-news-section .left-block .main-inner-box p {
  color: #eee;
}
.wx-news-section .left-block .main-inner-box h6 {
  margin: 0;
  border: 0;
}
.wx-news-section .content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wx-news-section .right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wx-news-section .right-block:not(:last-child) {
  margin-bottom: 24px;
}
.wx-news-section .right-block img {
  margin-right: 20px;
}
.wx-news-section .right-block .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/** Start Contact Section **/
.wx-contact-section {
  background-color: #f5f5f5;
}
.wx-contact-section iframe {
  margin-left: -120px;
  width: calc(100% + 120px);
  height: 100%;
}
.wx-contact-section .bold-txt {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
}
.wx-contact-section .light-txt {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
}
.wx-contact-section .title-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wx-contact-section .contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wx-contact-section .contact-details .contact-us {
  width: calc(100% - 96px);
  padding: 30px;
  background-color: #fff;
}
.wx-contact-section .contact-details .contact-us .heading-sec {
  margin-bottom: 25px;
  text-align: center;
}
.wx-contact-section .contact-details .contact-us .heading-sec .bold-txt {
  font-size: 40px;
  font-weight: 700;
}
.wx-contact-section .contact-details .contact-us .heading-sec .bold-txt .underline {
  color: #05dac3;
  border-bottom: 3px solid #05dac3;
  text-transform: uppercase;
}
.wx-contact-section .contact-details form .form-group {
  margin-bottom: 15px;
  border-radius: 15px;
}
.wx-contact-section .contact-details form .form-group .form-control {
  border: 1px solid #e7e7e7;
}
.wx-contact-section .contact-details form .form-group input {
  font-size: 14px;
}
.wx-contact-section .contact-details form .form-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wx-contact-section .contact-details form .buttons {
  text-align: center;
}
.wx-contact-section .contact-details form .buttons a {
  background-color: #05dac3;
  color: #fff;
}

.wx-instagram-section .card {
  border: none;
}
.wx-instagram-section .card .item:hover .icon {
  opacity: 1;
}
.wx-instagram-section .card .item .icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}
.wx-instagram-section .card .item .icon i {
  font-size: 30px;
  color: #05dac3;
}
.wx-instagram-section .card .item img {
  border-radius: 0;
}
/*# sourceMappingURL=style.css.map */