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

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

Template contains couple color like:
$main-primary-color : #0B8043;

# */
/*-------------------------------------------------
  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-80 {
  padding: 80px 0;
}

.padding-b-80 {
  padding: 0 0 80px 0;
}

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

.bx-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: bx-flash 3s ease-in-out infinite;
          animation: bx-flash 3s ease-in-out infinite;
  z-index: 99;
}

@-webkit-keyframes bx-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);
  }
}
.mb-m-30 {
  margin-bottom: -30px;
}

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

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

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

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

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

.get-started {
  padding: 12px 30px;
  border-radius: 16px;
  font-size: 15px;
  background-color: #0B8043;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.get-started:hover {
  color: #fff;
}

#bx-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;
}
#bx-overlay .loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  color: #0B8043;
  left: -100px;
  -webkit-animation: shadowRolling 2s linear infinite;
          animation: shadowRolling 2s linear infinite;
}
@-webkit-keyframes shadowRolling {
  0% {
    -webkit-box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  12% {
    -webkit-box-shadow: 100px 0 #0B8043, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 100px 0 #0B8043, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  25% {
    -webkit-box-shadow: 110px 0 #0B8043, 100px 0 #0B8043, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 110px 0 #0B8043, 100px 0 #0B8043, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  36% {
    -webkit-box-shadow: 120px 0 #0B8043, 110px 0 #0B8043, 100px 0 #0B8043, 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 120px 0 #0B8043, 110px 0 #0B8043, 100px 0 #0B8043, 0px 0 rgba(121, 99, 224, 0);
  }
  50% {
    -webkit-box-shadow: 130px 0 #0B8043, 120px 0 #0B8043, 110px 0 #0B8043, 100px 0 #0B8043;
            box-shadow: 130px 0 #0B8043, 120px 0 #0B8043, 110px 0 #0B8043, 100px 0 #0B8043;
  }
  62% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #0B8043, 120px 0 #0B8043, 110px 0 #0B8043;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #0B8043, 120px 0 #0B8043, 110px 0 #0B8043;
  }
  75% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #0B8043, 120px 0 #0B8043;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #0B8043, 120px 0 #0B8043;
  }
  87% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #0B8043;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #0B8043;
  }
  100% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
  }
}
@keyframes shadowRolling {
  0% {
    -webkit-box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  12% {
    -webkit-box-shadow: 100px 0 #0B8043, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 100px 0 #0B8043, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  25% {
    -webkit-box-shadow: 110px 0 #0B8043, 100px 0 #0B8043, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 110px 0 #0B8043, 100px 0 #0B8043, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  36% {
    -webkit-box-shadow: 120px 0 #0B8043, 110px 0 #0B8043, 100px 0 #0B8043, 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 120px 0 #0B8043, 110px 0 #0B8043, 100px 0 #0B8043, 0px 0 rgba(121, 99, 224, 0);
  }
  50% {
    -webkit-box-shadow: 130px 0 #0B8043, 120px 0 #0B8043, 110px 0 #0B8043, 100px 0 #0B8043;
            box-shadow: 130px 0 #0B8043, 120px 0 #0B8043, 110px 0 #0B8043, 100px 0 #0B8043;
  }
  62% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #0B8043, 120px 0 #0B8043, 110px 0 #0B8043;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #0B8043, 120px 0 #0B8043, 110px 0 #0B8043;
  }
  75% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #0B8043, 120px 0 #0B8043;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #0B8043, 120px 0 #0B8043;
  }
  87% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #0B8043;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #0B8043;
  }
  100% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
  }
}

#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.bx-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: #0B8043;
}

.bx-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: #0B8043;
}
.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: #0B8043;
  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;
}

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

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

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

.bx-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;
}
header .navbar-brand img {
  width: 90px;
}
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 .active .nav-link {
  color: #0B8043 !important;
}
header .nav-sec #navbarSupportedContent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .nav-sec .navbar-nav {
  margin-bottom: 0 !important;
}
header .nav-sec .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
}
header .nav-sec .navbar-nav .nav-link:hover {
  color: #000;
}
header .nav-sec .navbar-nav .nav-link:focus {
  color: #000;
}
header form .fa-solid {
  margin: 0;
  padding: 20px;
  color: #777;
  border-left: 1px solid #dbdada;
}

.bg {
  background-color: #f6f8ff;
}

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

.bx-fixed {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin: 0px;
  padding: 5px 0;
  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);
}
.bx-fixed .nav-sec {
  padding: 0;
}

.bg-clr {
  padding: 30px;
  background-color: #070415;
}

.bx-footer-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bx-footer-detail .bx-copy {
  color: #fff;
  font-size: 13px;
}
.bx-footer-detail .bx-copy .site-name {
  color: #fff;
  font-weight: 600;
}
.bx-footer-detail .bx-privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
.bx-footer-detail .bx-privacy a {
  margin: 0px 15px;
  color: #fff;
}

/*===== Hero section css =====*/
.bx-home:after {
  content: "";
  width: 100%;
  height: 250px;
  background-image: url(../img/bg/hero-shape.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 5;
}
.bx-home .parallax {
  position: absolute;
  z-index: 3;
}
.bx-home #shape1, .bx-home #shape2, .bx-home #shape3, .bx-home #shape4, .bx-home #shape5, .bx-home #shape6, .bx-home #shape7 {
  opacity: 0.7;
}
.bx-home #shape1 {
  width: 50px;
  left: 400px;
  bottom: 150px;
}
.bx-home #shape2 {
  width: 50px;
  top: 350px;
  right: 60px;
}
.bx-home #shape3 {
  width: 50px;
  top: 210px;
  left: 550px;
}
.bx-home #shape4 {
  width: 20px;
  bottom: 300px;
  left: 150px;
}
.bx-home #shape5 {
  width: 50px;
  bottom: 200px;
  right: 50px;
}

.bx-home {
  width: 100%;
  background-color: #f6f8ff !important;
  overflow: hidden;
}
.bx-home .container, .bx-home .container-fluid {
  height: 100%;
  position: relative;
  z-index: 5;
}
.bx-home .profile-img {
  height: 100%;
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bx-home .profile-img .profile-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bx-home .profile-img .profile-detail img {
  width: 100%;
  z-index: 1;
}
.bx-home .basic-details .info {
  max-width: 500px;
  height: 90vh;
  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;
}
.bx-home .basic-details .info .primary-color {
  color: #0B8043;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.bx-home .basic-details .info h1 {
  margin: 0;
  color: #000;
  font-size: 60px;
}
.bx-home .basic-details .info h2 {
  margin-top: 15px;
  margin-bottom: 0;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  font-weight: 700;
}
.bx-home .basic-details .info p {
  margin: 20px 0 30px 0;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 0.02rem;
}
@-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;
  }
}
@-webkit-keyframes bg-move {
  0% {
    background-position: left;
    background-size: 100% 100%;
  }
  30% {
    background-position: right;
    background-size: 125% 125%;
  }
  60% {
    background-position: left;
    background-size: 125% 125%;
  }
  100% {
    background-position: right;
    background-size: 100% 100%;
  }
}
@keyframes bg-move {
  0% {
    background-position: left;
    background-size: 100% 100%;
  }
  30% {
    background-position: right;
    background-size: 125% 125%;
  }
  60% {
    background-position: left;
    background-size: 125% 125%;
  }
  100% {
    background-position: right;
    background-size: 100% 100%;
  }
}

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

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

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

/*===== About css =====*/
.bx-about-section .title .light-txt {
  margin-bottom: 5px;
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
}
.bx-about-section .title h2 {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
}
.bx-about-section .title h2 .primary-clr {
  color: #0B8043;
}
.bx-about-section .title p {
  margin-bottom: 30px;
  color: #777;
}
.bx-about-section .personal-detail {
  padding: 30px;
  border: 1px solid #dee2e6;
  border-radius: 15px;
}
.bx-about-section .personal-detail .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bx-about-section .personal-detail .info {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.bx-about-section .personal-detail .pb {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bx-about-section .personal-detail .detail {
  font-size: 14px;
  line-height: 28px;
  color: #777;
}
.bx-about-section .sec-img:before {
  content: "";
  background-image: url(../img/about/shape-2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 10px;
}
.bx-about-section .sec-img:after {
  content: "";
  background-image: url(../img/service/shape.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0px;
  right: 10px;
}
.bx-about-section .sec-img img {
  width: 100%;
  border-radius: 15px;
}

/*===== Service css =====*/
.bx-service-section .title {
  margin-bottom: 30px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bx-service-section .title:after {
  content: "";
  background-image: url(../img/about/shape-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100px;
  left: 100px;
}
.bx-service-section .title:before {
  content: "";
  background-image: url(../img/about/shape-2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100px;
  right: 100px;
}
.bx-service-section .title .light-txt {
  margin-bottom: 5px;
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
}
.bx-service-section .title h2 {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
}
.bx-service-section .title h2 span {
  color: #0B8043;
  text-transform: capitalize;
}
.bx-service-section .section-card {
  font-family: "Quicksand";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bx-service-section .section-card .sr-no h6 {
  font-size: 50px;
  font-weight: 700;
  color: #0B8043;
  padding-right: 30px;
  opacity: 0.5;
}
.bx-service-section .section-card .card-description img {
  padding-left: 30px;
  border-left: 1px solid #0B8043;
}
.bx-service-section .section-card .card-description .detailed-txt {
  padding-top: 30px;
  padding-left: 30px;
  border-left: 1px solid #dbdada;
}
.bx-service-section .section-card .card-description .detailed-txt h5 {
  font-size: 20px;
  font-weight: 700;
}
.bx-service-section .section-card .card-description .detailed-txt p {
  margin: 0;
  font-size: 15px;
  color: #777;
}
.bx-service-section .border-bottom {
  padding-top: 80px;
}

/*===== Resume css (EXPERIENCE & EDUCATION)=====*/
.education h4, .experience h4 {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #17181c;
}

.bx-experience-section {
  background-color: #f6f8ff;
}
.bx-experience-section:before {
  content: "";
  background-image: url(../img/achievement/bg-shape.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}
.bx-experience-section .title {
  padding-top: 80px;
  text-align: center;
}
.bx-experience-section .title p {
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  color: #777;
}
.bx-experience-section .title h2 {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
}
.bx-experience-section .title h2 .primary-clr {
  color: #0B8043;
  text-transform: uppercase;
}
.bx-experience-section .shape-1:before {
  content: "";
  background-image: url(../img/achievement/shape-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 20%;
  right: 10%;
}
.bx-experience-section .shape-1:after {
  content: "";
  background-color: #f1c7a1;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  -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;
  top: 20%;
  left: 10%;
}
.bx-experience-section .shape-2:before {
  content: "";
  background-image: url(../img/achievement/shape-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 20%;
  left: 10%;
}
.bx-experience-section .shape-2:after {
  content: "";
  background-image: url(../img/about/shape-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 20%;
  right: 10%;
}
.bx-experience-section .timeline {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  list-style: none;
  position: relative;
  border-left: 2px solid #dee2e6;
}
.bx-experience-section .timeline .timeline-item {
  padding-left: 24px;
  position: relative;
}
.bx-experience-section .timeline li {
  margin: 0;
}

.timeline-info span {
  font-size: 12px;
  font-weight: 500;
  color: #777;
}

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #0B8043;
  border-radius: 100%;
  display: block;
  background-color: #f6f8ff;
  position: absolute;
  top: 99px;
  left: -9px;
  -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  z-index: -1;
}
.timeline-marker:after {
  content: "";
  width: 20px;
  border: 1px solid #0B8043;
  border-radius: 100%;
  display: block;
  background-color: #f6f8ff;
  position: absolute;
  top: 106px;
  left: 7px;
  -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  z-index: -1;
}

.timeline-item:last-child, .timeline-item:after {
  content: none;
}

.timeline-content {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}
.timeline-content .timeline-title {
  margin-top: 15px;
  color: #0B8043;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.timeline-content .timeline-title .sub {
  margin-left: 15px;
  color: #999;
  font-size: 14px;
}
.timeline-content p {
  margin-bottom: 0;
  font-size: 13px;
  color: #777;
}

/** Start Portfolio Section **/
.bx-portfolio-section .portfolio .portfolio-content {
  width: 100%;
}
.bx-portfolio-section .portfolio-tabs {
  margin-bottom: 30px;
  text-align: end;
}
.bx-portfolio-section .portfolio-tabs ul {
  padding-left: 0;
  text-align: center;
}
.bx-portfolio-section .portfolio-tabs ul li {
  display: inline-block;
  cursor: pointer;
  padding: 0 10px;
  font-weight: 600;
  margin: 0px 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  color: #17181c;
  font-size: 14px;
  line-height: 11px;
}
.bx-portfolio-section .portfolio-tabs ul li:hover {
  color: #0B8043;
}
.bx-portfolio-section .title {
  text-align: center;
}
.bx-portfolio-section .title p {
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  color: #777;
}
.bx-portfolio-section .title h2 {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
}
.bx-portfolio-section .title h2 .primary-clr {
  color: #0B8043;
  text-transform: uppercase;
}
.bx-portfolio-section li.mixitup-control-active {
  color: #0B8043 !important;
}
.bx-portfolio-section .portfolio-img img {
  width: 100%;
  height: 100%;
}
.bx-portfolio-section .fancybox-image {
  padding: 0 15px;
}
.bx-portfolio-section .hovereffect {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-bottom: 24px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  border: 1px solid transparent;
  border-radius: 15px;
  background: #fff;
}
.bx-portfolio-section .hovereffect img {
  display: block;
  position: relative;
}
.bx-portfolio-section .hovereffect .portfolio-img {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.bx-portfolio-section .hovereffect .portfolio-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bx-portfolio-section .hovereffect .portfolio-img h3 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.bx-portfolio-section .hovereffect .portfolio-img h3 span {
  margin: 0 0 10px 10px;
  padding: 2px 5px;
  color: #fff;
  background: rgba(23, 24, 28, 0.8);
  border-radius: 15px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.bx-portfolio-section .hovereffect .overlay {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  position: absolute;
  overflow: hidden;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.bx-portfolio-section .hovereffect .overlay .overlay-info {
  width: 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bx-portfolio-section .hovereffect:hover .portfolio-img img {
  -webkit-transform: rotate(-5deg) scale(1.2);
          transform: rotate(-5deg) scale(1.2);
}
.bx-portfolio-section .hovereffect:hover .portfolio-img h3 {
  opacity: 0;
}
.bx-portfolio-section .hovereffect:hover .overlay {
  opacity: 1;
}
.bx-portfolio-section .hovereffect:hover a.info {
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.bx-portfolio-section .hovereffect a.info {
  color: #fff;
  font-size: 13px;
}
.bx-portfolio-section .hovereffect a.info .fa-arrow-right {
  background-color: #0B8043;
  padding: 10px;
  border-radius: 7px;
}
.bx-portfolio-section .hovereffect h3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
}
.bx-portfolio-section .fancybox-progress {
  background: #0B8043;
}

/** End Portfolio Section **/
/*===== Resume css (EXPERIENCE & EDUCATION)=====*/
.bx-news-section {
  background-color: #f6f8ff;
}
.bx-news-section:before {
  content: "";
  background-image: url(../img/achievement/bg-shape.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}
.bx-news-section .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}
.bx-news-section .title {
  padding-top: 80px;
  text-align: center;
}
.bx-news-section .title p {
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  color: #777;
}
.bx-news-section .title h2 {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
}
.bx-news-section .title h2 .primary-clr {
  color: #0B8043;
  text-transform: uppercase;
}
.bx-news-section .shape-1:before {
  content: "";
  background-image: url(../img/service/shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 20%;
  right: 10%;
}
.bx-news-section .shape-1:after {
  content: "";
  background-image: url(../img/about/shape-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 20%;
  left: 10%;
}
.bx-news-section .shape-2:before {
  content: "";
  background-image: url(../img/bg/shape-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 20%;
  left: 10%;
}
.bx-news-section .shape-2:after {
  content: "";
  background-image: url(../img/bg/shape-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 20%;
  right: 10%;
}
.bx-news-section .right-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bx-news-section .card {
  padding: 20px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
}
.bx-news-section .card .read-more-btn {
  margin-top: 15px;
  font-size: 14px;
  color: #0B8043;
  line-height: 1;
}
.bx-news-section .card .read-more-btn i {
  color: #0B8043;
}
.bx-news-section .card .news-card-img img {
  border-radius: 15px;
  position: relative;
  z-index: 0;
}
.bx-news-section .card .news-card-details {
  margin-top: 16px;
}
.bx-news-section .card .news-card-details .primary-clr {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 30px;
  color: #0B8043;
}
.bx-news-section .card .news-card-details .primary-clr span {
  font-size: 13px;
  color: #777;
}
.bx-news-section .card .news-card-details h5 {
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 1px solid #dbdada;
}
.bx-news-section .bx-news-detail {
  position: relative;
}
.bx-news-section .news-slider {
  max-width: 800px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bx-news-section .news-right-img img {
  width: 100%;
}

/** End event Section **/
/** Start Contact Section **/
.bx-contact-section .title {
  text-align: center;
}
.bx-contact-section .title p {
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  color: #777;
}
.bx-contact-section .title h2 {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
}
.bx-contact-section .title h2 .primary-clr {
  color: #0B8043;
  text-transform: uppercase;
}
.bx-contact-section form .border-box {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #dbdada;
}
.bx-contact-section form .form-group {
  overflow: hidden;
}
.bx-contact-section form .form-group input {
  padding: 10px 25px;
  height: 62px;
  font-size: 15px;
  color: #777;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.bx-contact-section form .form-group input:not(:last-child) {
  border-bottom: 1px solid #dbdada;
}
.bx-contact-section form .form-group input:focus, .bx-contact-section form .form-group input:active {
  border-radius: 0;
  border-bottom: 1px solid #dbdada;
}
.bx-contact-section form .form-group .border-none {
  border: 0;
}
.bx-contact-section form .form-group .border-none:focus, .bx-contact-section form .form-group .border-none:active {
  border-bottom: 0;
}
.bx-contact-section form .form-group textarea {
  padding: 10px 25px;
  font-size: 15px;
  color: #777;
  border: 1px solid #dbdada;
  border-radius: 15px;
}
.bx-contact-section form .form-group textarea:focus, .bx-contact-section form .form-group textarea:active {
  border-radius: 0;
  border-radius: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bx-contact-section .custom-btn {
  margin-top: 30px;
}

/** End Contact Section **/
/*# sourceMappingURL=style.css.map */

body{background:#fff}
@media only screen and (max-width:600px){body{font-size:100%}}a{text-decoration:none}ul,ul ul{margin:0;padding:0;list-style:none}
#wraper{width:100%;margin:0 auto;font-size:.8125em}
ul,ul ul{margin:0;padding:0;list-style:none}
.menu{width:auto;height:auto;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.73),0 0 18px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.73),0 0 18px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.73),0 0 18px 0 rgba(0,0,0,.1)}
.menu>li>a{background-color:#000000;background-image:-webkit-gradient(linear,left top,left bottom,from(rgb(255, 255, 255)),to(rgb(80, 88, 100)));background-image:-webkit-linear-gradient(top,rgb(255, 255, 255),rgb(255, 255, 255));background-image:-moz-linear-gradient(top,rgb(255, 255, 255),rgb(255, 255, 255));background-image:-o-linear-gradient(top,rgb(255, 255, 255),rgb(255, 255, 255));background-image:-ms-linear-gradient(top,rgb(255, 255, 255),rgb(255, 255, 255));background-image:linear-gradient(top,rgb(255, 255, 255),rgb(255, 255, 255));filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86',EndColorStr='#505864');border-bottom:0 solid #33373d;-webkit-box-shadow:inset 0 1px 0 0 #878e98;-moz-box-shadow:inset 0 1px 0 0 #878e98;box-shadow:inset 0 1px 0 0 #878e98;width:100%;height:2.8em;line-height:2.8em;text-indent:5.9em;display:block;position:relative;font-family:arial,Arial,Helvetica,sans-serif;font-weight:600;color:#404040;font-size:1.0.5em;text-shadow:0 0 0 #000}
.menu ul li a{background:#fff;border-bottom:1px solid #efeff0;width:100%;height:2.8em;line-height:2.8em;text-indent:3.75em;display:block;position:relative;font-family:"Arial", Arial, Helvetica, sans-seri;font-size:1em;font-weight:500;color:#778899}
.menu ul li:last-child a{border-bottom:1px solid #33373d}
.menu>li>a:hover,
.menu>li>a.active{background-color:#35afe3;background-image:-webkit-gradient(linear,left top,left bottom,from(rgb(128, 128, 128)),to(rgb(128, 128, 128)));background-image:-webkit-linear-gradient(top,rgb(128, 128, 128),rgb(128, 128, 128));background-image:-moz-linear-gradient(top,rgb(128, 128, 128),rgb(128, 128, 128));background-image:-o-linear-gradient(top,rgb(128, 128, 128),rgb(128, 128, 128));background-image:-ms-linear-gradient(top,rgb(128, 128, 128),rgb(128, 128, 128));background-image:linear-gradient(top,rgb(128, 128, 128),rgb(128, 128, 128));filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#606060',EndColorStr='#202020');border-bottom:1px solid #404040;-webkit-box-shadow:inset 0 1px 0 0 #404040;-moz-box-shadow:inset 0 1px 0 0 #404040;box-shadow:inset 0 1px 0 0 #404040}.menu>li>a.active{border-bottom:0 solid #404040}
.menu>li>a:before{content:'';background-image:url(https://deportestvhd.com//css/spriterhd3d.png?2);background-repeat:no-repeat;font-size:36px;height:1em;width:1em;position:absolute;left:44px;top:50%;margin:-.5em 0 0}
.live-icon { display: inline-block; position: relative; top: calc(50% - 5px); background-color: red; width: 10px; height: 10px; margin-left: 20px;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 50%;z-index: 1;font-size:10px;height:1em;width:1em;position:absolute;left:1070px;top:50%;margin:-.5em 0 0}
.live-icon:before {content: "";display: block;position: absolute;background-color: rgba(255, 0, 0, 0.6);width: 100%;height: 100%;border-radius: 50%;-webkit-animation: live 2s ease-in-out infinite;animation: live 2s ease-in-out infinite;z-index: -1;}
@-webkit-keyframes live {0% {transform: scale(1, 1);}100% {transform: scale(3.5, 3.5);background-color: rgba(255, 0, 0, 0);}}@keyframes live {0% {transform: scale(1, 1);}100% {transform: scale(3.5, 3.5);background-color: rgba(255, 0, 0, 0);}}small {position: absolute;font-size: 0.9em;color: rgba(255, 255, 255, 0.5);bottom: 2rem;}small b {font-weight: bold;color: rgba(255, 255, 255, 0.8);z-index: -1;}
.menu>li>a:before{left:30}}.COL>a:before{background-position:0 0}.MEX>a:before{background-position:-38px 0}.ES>a:before{background-position:0 -38px}.PE>a:before{background-position:-38px -38px}.CAT>a:before{background-position:0 -685px}.ENG>a:before{background-position:-76px 0}.FRA>a:before{background-position:-76px -38px}.USA>a:before{background-position:0 -76px}.JA>a:before{background-position:-38px -76px}.IT>a:before{background-position:0 -114px}.BRA>a:before{background-position:-38px -114px}.ALE>a:before{background-position:-76px -76px}.POR>a:before{background-position:-76px -114px}.CH>a:before{background-position:0 -152px}.ECUA>a:before{background-position:-38px -152px}.URU>a:before{background-position:0 -190px}.EURO>a:before{background-position:-38px -190px}.AR>a:before{background-position:-76px -152px}.AMERICA>a:before{background-position:-76px -190px}.INDY>a:before{background-position:0 -228px}.NBA>a:before{background-position:-38px -228px}.CHA>a:before{background-position:0 -266px}.UFC>a:before{background-position:-38px -266px}.MOTOGP>a:before{background-position:-76px -228px}.F1>a:before{background-position:-76px -266px}.FIFA>a:before{background-position:0 -306px}.MMA>a:before{background-position:-38px -304px}.WWE>a:before{background-position:0 -342px}.FUT>a:before{background-position:-38px -342px}.SUD>a:before{background-position:-76px -304px}.CICLI>a:before{background-position:-76px -342px}.LIB>a:before{background-position:0 -380px}.EUROAMERICANA>a:before{background-position:-38px -380px}.BAS>a:before{background-position:0 -418px}.TE>a:before{background-position:-38px -418px}.BOX>a:before{background-position:-76px -380px}.UE>a:before{background-position:-76px -418px}.ELIE>a:before{background-position:0 -456px}.UEC>a:before{background-position:-38px -456px}.NFL>a:before{background-position:-76px -456px}.ELI>a:before{background-position:0 -494px}.ORO>a:before{background-position:-38px -494px}.AEW>a:before{background-position:-76px -494px}.ELICON>a:before{background-position:0 -532px}.VOLEY>a:before{background-position:-38px -532px}.RUG>a:before{background-position:-76px -532px}.NAT>a:before{background-position:0 -570px}.MLB>a:before{background-position:-38px -570px}.CON>a:before{background-position:-76px -570px}.PAR>a:before{background-position:0 -608px}.HOL>a:before{background-position:-38px -608px}.CONNAT>a:before{background-position:-73px -687px}.CONGOLD>a:before{background-position:0px -723px}.ARA>a:before{background-position:-37px -687px}.BOL>a:before{background-position:-76px -608px}.PARA>a:before{background-position:0 -646px}.OLY>a:before{background-position:0 -646px;}.SUPERCUP>a:before{background-position:-38px -646px}.NONE3>a:before{background-position:-76px -646px}.REC>a:before{background-position:-74 -645px}
.menu>li>a span{font-size:.99em;display:inline-block;position:absolute;left:.3em;top:32%;background:#fff;line-height:1.5em;height:1.5em;padding:.1em .3em;margin:-.10em 0 0;color:#222d36;text-indent:0;text-align:center;-webkit-border-radius:.769em;-moz-border-radius:.769em;border-radius:.569em;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.16),0 1px 0 0 rgba(63,68,74,.1);-moz-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.16),0 1px 0 0 rgba(63,68,74,.1);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.16),0 1px 0 0 rgba(63,68,74,.1);text-shadow:0 1px 0 rgba(0,0,0,.5);font-weight:500}
.menu>li>a:hover span,
.menu>li a.active span{background:404040}
.menu>li>ul li a:before{content:'►';font-size:9px;color:#4B4B4B;position:absolute;width:1em;height:1em;top:0;left:-2.7em}
.menu>li>ul li:hover a,
.menu>li>ul li:hover a span,
.menu>li>ul li:hover a:before{color:#2e9afe}
.menu ul>li>a span{font-size:.857em;display:inline-block;position:absolute;right:1em;top:50%;/background:#fff;border:1px solid #d0d0d3;line-height:1.5em;height:1.3em;padding:.1em .3em;margin:-.9em 0 0;color:#000;text-indent:0;text-align:center;-webkit-border-radius:.769em;-moz-border-radius:769em;border-radius:769em;text-shadow:0px 0px 0px rgba(255,255,255,.01)); } div.sombreada_css3 { background-color:#0B8043; width:100%px; padding:12px; color:#0B8043; box-shadow:0px 1px 1px #333; -webkit-box-shadow:0px 1px 1px #333; -moz-box-shadow:0px 1px 1px #333; }}
/*-------- Page head --------*/
.box_booking {
-webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
margin-bottom: 25px;
background-color: #fff;
}
.box_booking .head {
text-align: center;
padding: 20px;
}
.box_booking .head h3 {
font-size: 24px;
font-size: 1.5rem;
margin: 0;
}
.box_booking .head small {
display: block;
}
.box_booking .main {
padding: 0 25px 25px 25px;
}
.box_booking .main #datepicker_field {
display: none;
}
.box_booking .form-group {
margin: 0 0 10px 0;
}
.box_booking textarea {
height: 130px;
}
.box_booking a.close_panel_mobile {
position: absolute;
right: 10px;
top: 0;
color: #333;
font-size: 26px;
font-size: 1.625rem;
display: none;
}
@media (max-width: 767px) {
.box_booking.mobile_fixed {
display: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
position: fixed;
overflow-y: scroll;
border: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999999;
background-color: #fff;
}
.box_booking.mobile_fixed .head {
padding: 10px 20px 10px 20px;
position: relative;
}
.box_booking.mobile_fixed .head h3 {
font-size: 18px;
font-size: 1.125rem;
text-transform: uppercase;
}
.box_booking.mobile_fixed .head .offer {
display: none;
}
.box_booking.mobile_fixed .head a.close_panel_mobile {
display: inline-block;
}
.box_booking.mobile_fixed .main {
padding-bottom: 50px;
}
.box_booking.mobile_fixed .btn_1_mobile {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding: 5px;
background-color: #fff;
border-top: 1px solid #ededed;
z-index: 9999999;
}
.box_booking.mobile_fixed .btn_1_mobile .text-center {
display: none;
}
}
/*-------- Fixed Booking Panel--------*/
.box_booking a.close_panel_mobile {
position: absolute;
right: 10px;
top: 0;
color: #333;
font-size: 26px;
font-size: 1.625rem;
display: none;
}
@media (max-width: 767px) {
.box_booking.mobile_fixed {
display: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
position: fixed;
overflow-y: scroll;
border: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999999;
background-color: #fff;
}
.box_booking.mobile_fixed .head {
padding: 10px 20px 10px 20px;
position: relative;
}
.box_booking.mobile_fixed .head h3 {
font-size: 18px;
font-size: 1.125rem;
text-transform: uppercase;
}
.box_booking.mobile_fixed .head .offer {
display: none;
}
.box_booking.mobile_fixed .head a.close_panel_mobile {
display: inline-block;
}
.box_booking.mobile_fixed .main {
padding-bottom: 50px;
}
.box_booking.mobile_fixed .btn_1_mobile {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding: 10px;
background-color: #fff;
border-top: 1px solid #ededed;
z-index: 9999999;
}
.box_booking.mobile_fixed .btn_1_mobile .text-center {
display: none;
}
}
.btn_reserve_fixed {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding: 10px;
background-color: #fff;
border-top: 1px solid #ededed;
display: none;
z-index: 9;
}
@media (max-width: 767px) {
.btn_reserve_fixed {
display: block;
}
}
/*-------- 3.2 Buttons --------*/
a.btn_1,
.btn_1 {
border: none;
background: #48ae69;
outline: none;
cursor: pointer;
display: inline-block;
text-decoration: none;
padding: 10px 20px;
color: #fff;
font-weight: 600;
text-align: center;
font-size: 14px;
font-size: 0.875rem;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
line-height: normal;
}
a.btn_1:focus,
.btn_1:focus {
outline: none;
}
a.btn_1:hover,
.btn_1:hover {
background: #373737;
}
a.btn_1.full-width,
.btn_1.full-width {
display: block;
width: 100%;
text-align: center;
}
a.btn_1.full-width.booking,
.btn_1.full-width.booking {
padding: 15px;
background-color: #085999;
}
a.btn_1.full-width.booking:hover,
.btn_1.full-width.booking:hover {
background-color: #373737;
}
/*-------- 3.3 Misc --------*/
.box_general {
background-color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
margin-bottom: 25px;
-webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}
.box_general.padding {
padding: 25px;
}
