/**------------------------------------------------------
Item Name: Cvix - Personal Portfolio HTML Template.
Author: ashishmaraviya
Version: 1
Copyright 2023
Author URI: https://themeforest.net/user/ashishmaraviya
-----------------------------------------------------------**/
/*------------------------------------------------------------------
[Table of contents]

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

Cvix template contains couple color like:
$main-primary-color : #f15d52;

# */
/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/
/*--  Quicksand font  --*/
@font-face {
  font-family: "Quicksand";
  src: url("../font/Quicksand-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../font/Quicksand-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../font/Quicksand-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../font/Quicksand-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../font/Quicksand-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*--  Montserrat font  --*/
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-ExtraLightItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/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;
}
body::-webkit-scrollbar {
  width: 10px !important;
  height: 10px !important;
  padding: 8px !important;
  border-radius: 10px !important;
}
body::-webkit-scrollbar-track {
  height: 10px !important;
  padding: 8px !important;
  background-color: #ececec !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
  border-radius: 10px !important;
}
body::-webkit-scrollbar-thumb {
  height: 10px !important;
  padding: 8px !important;
  background-color: #f15d52 !important;
  border-radius: 10px !important;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #f15d52 !important;
}

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;
}

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

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

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

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

.m-l-10 {
  margin-left: 10px;
}

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;
}

.cv-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-10px {
  margin-right: 10px;
}

.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;
}

.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;
}

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

.cv-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;
}

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

#cv-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;
}
#cv-overlay .cv-roller {
  position: relative;
  width: 1em;
  height: 5em;
}
#cv-overlay .cv-roller:after, #cv-overlay .cv-roller:before {
  position: absolute;
  content: "";
  height: 2em;
  width: 2em;
  top: 0;
  background-color: #f15d52;
  border-radius: 50%;
  opacity: 0.8;
}
#cv-overlay .cv-roller:after {
  right: 0;
  -webkit-animation: loader-a 0.5s ease-in-out infinite;
          animation: loader-a 0.5s ease-in-out infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
#cv-overlay .cv-roller:before {
  left: 0;
  -webkit-animation: loader-b 0.5s ease-in-out infinite;
          animation: loader-b 0.5s ease-in-out infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@-webkit-keyframes loader-b {
  0% {
    height: 3em;
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
  65% {
    height: 2em;
    width: 2em;
  }
  100% {
    width: 2em;
    -webkit-transform: translatex(2em);
            transform: translatex(2em);
  }
}
@keyframes loader-b {
  0% {
    height: 3em;
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
  65% {
    height: 2em;
    width: 2em;
  }
  100% {
    width: 2em;
    -webkit-transform: translatex(2em);
            transform: translatex(2em);
  }
}
@-webkit-keyframes loader-a {
  0% {
    height: 3em;
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
  65% {
    height: 2em;
    width: 2em;
  }
  100% {
    width: 2em;
    -webkit-transform: translatex(-2em);
            transform: translatex(-2em);
  }
}
@keyframes loader-a {
  0% {
    height: 3em;
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
  65% {
    height: 2em;
    width: 2em;
  }
  100% {
    width: 2em;
    -webkit-transform: translatex(-2em);
            transform: translatex(-2em);
  }
}
#cv-overlay .cv-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;
}
#cv-overlay .cv-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #555;
  margin: -4px 0 0 -4px;
}
#cv-overlay .cv-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
#cv-overlay .cv-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
#cv-overlay .cv-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
#cv-overlay .cv-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
#cv-overlay .cv-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
#cv-overlay .cv-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
#cv-overlay .cv-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
#cv-overlay .cv-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
#cv-overlay .cv-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
#cv-overlay .cv-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
#cv-overlay .cv-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
#cv-overlay .cv-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
#cv-overlay .cv-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
#cv-overlay .cv-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
#cv-overlay .cv-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
#cv-overlay .cv-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;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.cv-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: #f15d52;
}

.cv-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: #f15d52;
}
.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 {
  cursor: pointer;
  display: inline-block;
  background: #f15d52;
  width: 50px;
  height: 30px;
  text-align: center;
  border-radius: 1px;
  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;
}

.cv-cursor {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #555;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
          transform: translate(calc(-50% + 15px), -50%);
  -webkit-animation: morphing-image 10s linear infinite forwards;
          animation: morphing-image 10s linear infinite forwards;
  z-index: 999;
}

.cv-cursor-2 {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #555;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999;
}

.cv-hover-cursor {
  width: 50px;
  height: 50px;
  background-color: #f15d52;
  opacity: 0.5;
  z-index: 999;
}

.cv-cursorinnerhover {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  z-index: 999;
}

@-webkit-keyframes morphing-image {
  0% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  10% {
    border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
  }
  20% {
    border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
  }
  30% {
    border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
  }
  40% {
    border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
  }
  50% {
    border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
  }
  60% {
    border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
  }
  70% {
    border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
  }
  80% {
    border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
  }
  90% {
    border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
  }
  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}

@keyframes morphing-image {
  0% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  10% {
    border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
  }
  20% {
    border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
  }
  30% {
    border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
  }
  40% {
    border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
  }
  50% {
    border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
  }
  60% {
    border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
  }
  70% {
    border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
  }
  80% {
    border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
  }
  90% {
    border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
  }
  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}
/*===== Header css =====*/
header {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -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);
}
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-nav .nav-link:hover {
  color: #000;
}
header .navbar-dark .navbar-nav .nav-link:focus {
  color: #000;
}
header .active .nav-link {
  color: #f15d52 !important;
}

#navbarSupportedContent {
  padding: 15px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar-dark .logo-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-dark .logo-search img {
  padding-right: 25px;
}
.navbar-dark .navbar-nav {
  margin-bottom: 0 !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #777;
  font-weight: 500;
}
.navbar-dark .navbar-dark .navbar-nav .nav-link:hover {
  color: #000;
}

.cv-fixed .navbar-dark .navbar-nav .nav-link {
  color: #777;
}

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

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

.cv-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);
}
.cv-fixed .nav-sec {
  padding: 0;
}

/*===== Hero section css =====*/
.cv-home.body-bg {
  background: url(../image/hero.jpg);
}

/* .cv-row:after {
  content: "";
  background-image: url(../image/Vector-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 109px;
  height: 85px;
  top: 60%;
  right: 10px;
  position: absolute;
} */

.container,
.container-fluid {
  height: 100%;
  position: relative;
}

.cv-home {
  width: 100%;
  height: 90vh;
  padding: 0 !important;
  /* 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%); */
  background-image: url(../picture/fast_0.1.gif);
  background-repeat: no-repeat;
  background-size: cover;
}
/* .cv-home:after {
  content: "";
  background-image: url(../image/Frame.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 85px;
  height: 172px;
  top: 5%;
  left: 50px;
  position: absolute;
} */
/* .cv-home:before {
  content: "";
  background-image: url(../image/Vector.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100px;
  height: 78px;
  bottom: 5%;
  left: 50px;
  position: absolute;
} */
.cv-home .profile-img {
  padding: 0 15px;
  position: relative;
}
/* .cv-home .profile-img:after {
  content: "";
  background-image: url(../image/mike.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 85px;
  height: 85px;
  top: 20%;
  left: 0%;
  position: absolute;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
} */
/* .cv-home .profile-img:before {
  content: "";
  background-image: url(../image/message-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 85px;
  height: 85px;
  bottom: 50%;
  right: 0%;
  position: absolute;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
} */
.cv-home .profile-img .growth-status {
  margin: -80px auto auto 100px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 10px;
  font-family: "Quicksand";
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}
.cv-home .profile-img .growth-status .description {
  margin-left: 20px;
  line-height: 28px;
}
.cv-home .profile-img .growth-status .description p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}
.cv-home .profile-img .growth-status .description .review {
  color: #777;
  font-size: 13px;
}
.cv-home .profile-img .profile-detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* .cv-home .shape:after {
  content: "";
  background-image: url(../image/shape.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 146px;
  height: 92px;
  bottom: 15%;
  right: 20%;
  position: absolute;
} */
.cv-home .cv-detail {
  padding: 0 15px 0 30px;
}
.cv-home .cv-detail .info {
  font-family: "Quicksand";
}
.cv-home .cv-detail .info .heading h1 {
  margin-bottom: 30px;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}
.cv-home .cv-detail .info .heading h1 .underline {
  color: #f15d52;
  border-bottom: 3px solid #f15d52;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}
.cv-home .cv-detail .info .heading h5 {
  margin: 0;
  font-size: 20px;
  color: #777;
  font-weight: 500;
}
.cv-home .cv-detail .info .heading p {
  max-width: 500px;
  margin: 10px 0 30px 0;
  font-size: 15px;
  color: #777;
  line-height: 28px;
}
.cv-home .border-content {
  padding: 50px 0 50px 50px;
}
.cv-home .border-content-color {
  height: 100%;
  padding: 50px 50px 50px 0;
}
.cv-home .scroll-down {
  width: 30px;
  height: 50px;
  margin: 0 auto;
  border: 2px solid #ccc;
  border-radius: 20px;
  bottom: 30px;
  left: 0;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.cv-home .scroll-down:before {
  width: 4px;
  height: 10px;
  margin: 0 auto;
  background-color: #777;
  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;
  }
}

.cv-home-water:after {
  background: none !important;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.cv-home-snow {
  background-attachment: fixed !important;
  overflow: hidden;
}
.cv-home-snow:after {
  content: none !important;
}
.cv-home-snow #canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.cv-home-insect {
  -webkit-animation: bg-move 30s infinite;
          animation: bg-move 30s infinite;
}
.cv-home-insect:after {
  content: none !important;
}

/*===== About css =====*/
.cv-about-section:before {
  content: "";
  /* background-image: url(../image/shape1.png); */
  background-repeat: no-repeat;
  background-size: 100%;
  width: 400px;
  height: 439px;
  top: 15%;
  left: 0%;
  position: absolute;
  opacity: 0.7;
}
.cv-about-section .light-txt {
  font-size: 14px;
  line-height: 20px;
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
}
.cv-about-section .bold-txt {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.cv-about-section .bold-txt .underline {
  color: #f15d52;
  border-bottom: 3px solid #f15d52;
  text-transform: uppercase;
}
.cv-about-section p {
  font-size: 14px;
  line-height: 28px;
  color: #777;
}
.cv-about-section .cv-skill-progress {
  font-family: "Quicksand";
}
.cv-about-section .cv-skill-progress .skill-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.cv-about-section .cv-skill-progress .skill-box .inner-content {
  margin-bottom: 15px;
  padding: 30px;
  -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);
  border-radius: 70px;
  background: #fff;
}
.cv-about-section .cv-skill-progress .skill-box .inner-content .skill-img {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cv-about-section .cv-skill-progress .skill-box .inner-content .skill-img img {
  width: 50px;
}
.cv-about-section .cv-skill-progress .skill-box .inner-content p {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.cv-about-section .cv-skill-progress .skill-box .skill-name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #999;
}
.cv-about-section .personal-detail .lh {
  line-height: 45px;
  font-size: 14px;
}
.cv-about-section .personal-detail .short-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cv-about-section .personal-detail .info {
  font-size: 14px;
  font-weight: 700;
}
.cv-about-section .personal-detail .detail {
  margin-left: 5px;
  font-size: 14px;
  color: #777;
}
.cv-about-section .img-exp {
  position: relative;
}
.cv-about-section .img-sec {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cv-about-section .img-sec .grp-img {
  margin-right: 30px;
}
.cv-about-section .img-sec .grp-img img {
  width: 100%;
}
.cv-about-section .img-sec .individual-img img {
  width: 100%;
}
.cv-about-section .experience-box {
  padding: 10px 25px;
  color: #000;
  background-color: rgb(255, 255, 255);
  -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;
  bottom: 10%;
  right: 30%;
  border-radius: 10px;
}
.cv-about-section .experience-box .fa-user {
  color: red;
}
.cv-about-section .experience-box span {
  margin-left: 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
}

.cv-service {
  position: relative;
}
.cv-service:before {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* border-radius: 30px; */
}

.bg {
  padding: 100px 0;
  border-radius: 15px;
  font-family: "Quicksand";
  position: relative;
}
.bg .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;
}
.bg .title-txt p {
  font-size: 14px;
  line-height: 21px;
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
}
.bg .title-txt h2 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
}
.bg .title-txt h2 .underline {
  color: #f15d52;
  border-bottom: 3px solid #f15d52;
  text-transform: uppercase;
}
.bg .main-box {
  height: calc(100% - 24px);
  margin-bottom: 24px;
  padding: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  border-radius: 10px;
  -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); */
  border: 1px solid rgba(32,45,92,.5);
  border-radius:1px;
}
.bg .main-box .box-txt {
  margin-left: 30px;
}
.bg .main-box .box-txt .box-title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(32,45,92,.2);
}
.bg .main-box .box-txt .description {
  color: #777;
  font-size: 15px;
  line-height: 26px;
}
.bg .main-box .box-txt .read-more {
  font-weight: 400;
  color: #f15d52;
  font-size: 15px;
}
.bg .main-box .box-txt .read-more i {
  margin-left: 5px;
  font-size: 13px;
}

#cv_experience .nav-tabs {
  margin-bottom: 50px;
  border: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#cv_experience .nav-tabs .nav-link {
  border: none;
  background: #f3746b;
  color: #fff;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
}
#cv_experience .nav-tabs .nav-link.active {
  background: #f15d52;
}

.cv-experience-section:before {
  content: "";
  background-image: url(../image/shape1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 400px;
  height: 439px;
  top: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  position: absolute;
  opacity: 0.7;
}
.cv-experience-section .bold-txt {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
}
.cv-experience-section .bold-txt .underline {
  color: #f15d52;
  border-bottom: 3px solid #f15d52;
  text-transform: uppercase;
}
.cv-experience-section .light-txt {
  font-size: 14px;
  line-height: 22px;
  color: #777;
  font-weight: 400;
}
.cv-experience-section .right-txt {
  float: right;
}
.cv-experience-section .date {
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.cv-experience-section .date:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #f15d52;
  position: absolute;
  bottom: -7px;
  border-radius: 50%;
}
.cv-experience-section .date span {
  color: #777;
}
.cv-experience-section .job-role {
  text-align: center;
}
.cv-experience-section .job-role .bold-txt {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.cv-experience-section .job-role .light-txt {
  font-size: 12px;
  font-weight: 500;
  color: #777;
}
.cv-experience-section .box {
  padding: 20px 20px;
  text-align: center;
  -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);
  border-radius: 10px;
  background-color: #fff;
}

.cv-portfolio-section {
  position: relative;
}
.cv-portfolio-section:before {
  content: "";
  width: calc(100% - 60px);
  height: 100%;
  margin: auto;
  background-image: url(../image/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
}

.bg {
  border-radius: 15px;
  font-family: "Quicksand";
  position: relative;
}
.bg .head-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;
}
.bg .head-txt p {
  font-size: 14px;
  line-height: 21px;
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
}
.bg .head-txt h2 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
}
.bg .head-txt h2 .underline {
  color: #f15d52;
  border-bottom: 3px solid #f15d52;
  text-transform: uppercase;
}

.cv-item:hover .img-border {
  background-color: rgba(255, 255, 255, 0.9);
}
.cv-item:hover h5, .cv-item:hover p, .cv-item:hover i {
  opacity: 1;
}
.cv-item img {
  position: relative;
  height: auto;
  width: 100%;
  display: block;
  border-radius: 10px;
}
.cv-item h5 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #17181c;
  font-weight: 600;
  opacity: 0;
  text-align: center;
}
.cv-item p {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 14px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0;
  text-align: center;
  color: #777;
}
.cv-item i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  font-family: 14px;
  opacity: 0;
  color: #f15d52;
  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: 1px solid #f15d52;
  border-radius: 5px;
}
.cv-item .img-border {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  overflow: hidden;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  border: 1px solid #f15d52;
  border-radius: 10px;
  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;
}

.latest-news .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

.cv-news-section:before {
  content: "";
  /* background-image: url(../image/shape1.png); */
  background-repeat: no-repeat;
  background-size: 100%;
  width: 400px;
  height: 439px;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.7;
}
.cv-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;
}
.cv-news-section .title-txt p {
  font-size: 14px;
  line-height: 21px;
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
}
.cv-news-section .title-txt h2 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
}
.cv-news-section .title-txt h2 .underline {
  color: #f15d52;
  border-bottom: 3px solid #f15d52;
  text-transform: uppercase;
}
.cv-news-section .news-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
}
.cv-news-section .news-box .news-img {
  position: relative;
}
.cv-news-section .news-box .news-img .top .date {
  background-color: black;
  color: white;
  padding: 10px 15px;
  opacity: 0.8;
  font-size: 13px;
  border-radius: 22px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.cv-news-section .news-box .news-img img {
  width: 100%;
  border-radius: 10px;
}
.cv-news-section .news-box .news-img .marketing {
  width: 100%;
  background-color: black;
  color: white;
  padding: 15px;
  opacity: 0.8;
  font-size: 13px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 0;
}
.cv-news-section .news-box .news-img .marketing .inner-head-txt {
  font-size: 13px;
}
.cv-news-section .news-box .news-img .marketing .inner-bold-txt {
  font-size: 16px;
  font-weight: 600;
}
.cv-news-section .news-box .box-bottom {
  padding: 10px 25px;
}
.cv-news-section .news-box .box-bottom .colored-txt {
  font-size: 16px;
  color: #f15d52;
}
.cv-news-section .news-box .box-bottom .light-txt {
  font-size: 13px;
  color: #777;
}
.cv-news-section .news-box .box-bottom .float-right {
  float: right;
  color: #f15d52;
}

/** Start Contact Section **/
.cv-contact-section:before {
  content: "";
  background-image: url(../image/shape2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 400px;
  height: 439px;
  top: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  position: absolute;
  opacity: 0.7;
}
.cv-contact-section iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 60px;
  border-radius: 15px;
}
.cv-contact-section .bold-txt {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}
.cv-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;
}
.cv-contact-section .title-txt .underline {
  color: #f15d52;
  border-bottom: 3px solid #f15d52;
  text-transform: uppercase;
}
.cv-contact-section .contact-details {
  position: relative;
}
.cv-contact-section .contact-details .contact-us {
  max-width: 400px;
  padding: 30px;
  background-color: #fff;
  position: absolute;
  right: 60px;
  bottom: 0;
  border-radius: 15px;
  -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);
}
.cv-contact-section .contact-details .contact-us .heading-sec {
  margin-bottom: 25px;
  text-align: center;
}
.cv-contact-section .contact-details .contact-us .heading-sec .bold-txt {
  font-size: 40px;
  font-weight: 700;
}
.cv-contact-section .contact-details .contact-us .heading-sec .bold-txt .underline {
  color: #f15d52;
  border-bottom: 3px solid #f15d52;
  text-transform: uppercase;
}
.cv-contact-section .contact-details form .form-group {
  margin-bottom: 15px;
  border-radius: 15px;
}
.cv-contact-section .contact-details form .form-group .form-control {
  border: 1px solid #e7e7e7;
}
.cv-contact-section .contact-details form .submit-btn {
  text-align: center;
}

.cv-instagram-section {
  width: 100%;
  /* background-image: url(../image/bg2.jpg); */
  background-color: rgba(32,45,92,1);
background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom;
}
.cv-instagram-section .position {
  position: relative;
}
.cv-instagram-section .insta-img {
  position: relative;
}
.cv-instagram-section .insta-img .img {
  width: 100%;
}
.cv-instagram-section .insta-img .insta-icon {
  padding: 40px 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  display: block;
  border-radius: 150px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #f15d52;
  background: rgba(241, 93, 82, 0.3);
}
.cv-instagram-section .insta-img .insta-icon img {
  width: 70px;
}
.cv-instagram-section .cv-copy {
  padding: 30px 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;
  color: #fff;
  font-size: 14px;
}
.cv-instagram-section .cv-copy .site-name {
  color: #f15d52;
}
/*# sourceMappingURL=style.css.map */