@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");

body {
  background: #fff !important;
  color: #252525;
  font-family: "Poppins", sans-serif !important;
}

@font-face {
  font-family: helveticaneuebold;
  src: url(../fonts/HelveticaNeueLTPro-BdCn.otf);
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url(../fonts/HelveticaNeueLTPro-Cn.otf);
}

@font-face {
  font-family: helveticaneuelight;
  src: url(../fonts/HelveticaNeueLTPro-Lt.otf);
}
#jewelerp {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 50px;
}
ul {
  font-family: "Poppins", sans-serif !important;
}
#security-text {
  margin-top: 100px;
}
.custom-btn {
  color: #333 !important;
}
a {
  color: #9e7438;
}
a:focus,
a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.sub_listing {
  list-style-type: disc;
  color: #9e7438;
  font-size: 16px;
  padding-left: 15px;
}

.sub_listing li {
  list-style-type: disc;
  margin-bottom: 12px;
}
#why_JELLYGIT {
  background-color: #fff !important;
}
#why_JELLYGIT .section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 20px;
}

.form.new-contect-form {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: var(--theme-ui-colors-contentBg, #fff);
  border-radius: 1rem;
  -webkit-transition: -webkit-transform 250ms ease, box-shadow 250ms ease,
    color 250ms ease;
  -webkit-transition: transform 250ms ease, box-shadow 250ms ease,
    color 250ms ease;
  transition: transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
  box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.05);
  padding: 2rem;
}
.sub_listing li p {
  color: #252525;
}

.follow-us a {
  display: inline-block;
  background: #312e51;
  width: 40px;
  height: 40px;
  border: 2px solid #a98444;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  padding: 7px 4px;
  margin-right: 5px;
  transition: 2s;
}
.follow-us i {
  color: #fff;
}

.follow-us a:hover {
  background: linear-gradient(
    90deg,
    rgba(242, 232, 151, 1) 0%,
    rgba(174, 138, 73, 1) 35%,
    rgba(155, 112, 52, 1) 100%
  );
  color: #fff;
}

.spin_learnmore {
  position: absolute;
  bottom: -20px;
}

.image-responsive {
  width: 100%;
}

a:hover,
a:active,
a:focus {
  color: #a07739;
  outline: none;
  text-decoration: none;
}

.top_paragraph {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 25px;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-family: "Poppins", sans-serif !important;
  line-height: 24px;
  font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.top_description {
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif !important;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 17px;
  transition: background 0.5s;
  border-radius: 100px;
  height: 40px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #9e7438;
  color: #fff;
}
.header-custome2 .nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}
.header-custome2 .nav-menu a:hover {
  color: #8c622e !important;
}
.header-custome2.header-fixed a {
  color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 22px 0;
  /* height: 92px; */
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: rgb(49 46 81);
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}
.case-study-wrapper ul.gallery-img img {
  border: 5px solid #fff !important;
  border-radius: 6px;
}
#header #logo img {
  padding: 0;
  margin: 0;
  /* width: 115px; */
  position: absolute;
  top: 0;
  height: 80px;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 65px;
  }
}

#header.header-fixed {
  background: rgb(49 46 81);
  padding: 20px 0;
  height: 80px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.jpg) top center;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

.hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.hero h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

/* #carousel-image {
  display: none;
} */

@media (max-width: 768px) {
  .hero2 h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero2 h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .hero2 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .hero2 h1 {
    font-size: 24px !important;
    line-height: 34px !important;
    margin: 0 0 10px 0;
  }

  .hero2 h2 {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
  }
  .hero2 {
    top: 20% !important;
    width: 100% !important;
    left: 0 !important;
  }
  .helper {
    left: 0 !important;
  }

  .top_description {
    font-size: 14px;
  }

  .upper_layer {
    padding: 20px 15px !important;
    margin-top: -100px !important;
  }

  #carousel-img {
    display: none;
  }
  #demo-img {
    display: none;
  }
  #demo-vid {
    width: 500px;
    height: 250px;
    margin-bottom: 50px;
  }

  #jewelerp {
    width: 300px;
    height: 200px;
  }

  .box {
    width: 100% !important;
  }

  .spin_learnmore {
    display: none;
  }

  .media-details {
    float: left;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .media-icon {
    float: none !important;
    font-size: 40px !important;
    margin-bottom: 15px;
    text-align: center;
  }

  #strategize {
    text-align: center;
  }

  .about-container {
    text-align: center;
  }
  #about .about-container .icon-box .icon {
    float: none !important;
    margin: 0 auto !important;
  }
  #about .about-container .icon-box .title {
    margin-left: 0 !important;
  }
  #about .about-container .icon-box .description {
    margin-left: 0 !important;
  }
  .header-bannner h2 {
    text-align: center;
    font-size: 28px !important;
  }

  .top_paragraph {
    font-size: 16px !important;
  }
  #features h2 {
    font-size: 24px !important;
  }
  #features h4 {
    margin-bottom: 15px !important;
  }

  #wireframe {
    text-align: center !important;
    padding: 15px 0 !important;
  }

  #wireframe h2 {
    font-size: 24px !important;
    text-align: center !important;
  }

  #wireframe .image-responsive {
    margin: 0px 0;
  }

  #uidesign {
    text-align: center !important;
    padding: 15px 0 !important;
  }

  #uidesign h2 {
    font-size: 24px !important;
    text-align: center !important;
    margin-top: 15px;
  }

  #htmlconversion {
    text-align: center !important;
    padding: 15px 0 !important;
  }

  #htmlconversion h2 {
    font-size: 24px !important;
    text-align: center !important;
  }

  #htmlconversion .image-responsive {
    margin: 0px 0;
  }

  .case-study {
    padding-top: 15px !important;
  }

  .gallery-block {
    width: 100% !important;
  }

  .gallery-img li {
    margin-right: 0px !important;
    width: 45% !important;
    margin-left: 10px !important;
  }
  .project-detail {
    width: 97% !important;
  }

  .project-detail h2 {
    font-size: 24px !important;
  }
  .case-study-wrapper .project-detail .custom-btn,
  .our-project .project-detail .custom-btn {
    width: 300px !important;
  }

  .offer_div {
    margin-bottom: 15px;
    text-align: center;
  }
  .offer_div img {
    float: none !important;
    margin: 15px auto !important;
  }

  .text-block {
    width: 100% !important;
  }
  .parallax {
    z-index: -1 !important;
  }
  .rotate-logo {
    z-index: -1 !important;
  }
}

.hero2 .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.hero2 .btn-get-started:hover {
  background: #9e7438;
  border: 2px solid #9e7438;
}

.btn-get-started img {
  max-width: 50px;
  margin: -23px -7px -20px -20px;
}

.hero2 {
  position: absolute;
  top: 30%;
  text-align: center;
  width: initial;
  left: 50%;
}

.helper {
  position: relative;
  left: -50%;
  text-align: center;
}

.hero2 h1 {
  margin: 30px 0 10px 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 55px;
  text-transform: uppercase;
  color: #eee292;
  font-family: "Poppins", sans-serif;
}

.hero2 h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# myinfo
--------------------------------------------------------------*/
/* My Info Essentials */

#myinfo {
  background: #f4f6f6;
  background-size: cover;
  padding: 80px 0 60px 0;
}
li.menu-has-children ul li a:hover {
  color: #8c622e !important;
}
.media-icon {
  font-size: 28px;
  color: #958e0a;
  display: block;
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 100px;
  text-align: center;
  line-height: 3.2;
  margin: auto;
  margin-bottom: 20px;
  border: 2px solid #958e0a !important;
  padding-top: 28px;
}

.media-details {
  float: left;
  width: 93%;
  margin-left: 15px;
}
.media-icon:hover {
  background: linear-gradient(
    90deg,
    rgba(242, 232, 151, 1) 0%,
    rgba(174, 138, 73, 1) 35%,
    rgba(155, 112, 52, 1) 100%
  );
  color: #fff;
  border: none;
}
.media-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif !important;
}

.media-details p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif !important;
}

.media-list {
  list-style-type: none;
  padding: 0;
}

.media-list li {
  background-image: url(../img/right-black-arrow.png);
  background-repeat: no-repeat;
  background-position: left top 2px;
  padding-left: 25px;
  background-size: 12px;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 20px;
}

.upper_layer {
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
  padding: 60px 40px;
  margin-top: -180px;
  border-radius: 25px 25px 0px 0;
  border-top: 4px solid #ab8748;
}

.learn-more {
  color: #9e7438 !important;
  cursor: pointer;
}

.clear {
  clear: both;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  /* right: -5px;*/
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
#team .wow a:hover {
  color: #23527c !important;
  text-decoration: none;
}
/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
  text-decoration: none !important;
}
li.menu-has-children a:hover {
  color: #fff !important;
  display: block;
  width: 100%;
}
li.menu-has-children ul li a {
  padding-top: 10px;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: rgb(175 162 59);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: linear-gradient(
    90deg,
    rgba(242, 232, 151, 1) 0%,
    rgba(174, 138, 73, 1) 35%,
    rgba(155, 112, 52, 1) 100%
  );
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #fff;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  /*background: #9d7337;*/
  color: #fff;
  padding-top: 10px;
}
.nav-menu ul li {
  background: #312e51;
}
ul.ul-new-sub-menu li a {
  color: #fff !important;
  padding-top: 10px !important;
}
ul li a {
  /*color: #fff!important;*/
  padding-top: 10px !important;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #9e7438;
}

#mobile-nav ul .menu-item-active {
  color: #9e7438;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Design Strategize
--------------------------------*/

#strategize {
  background: #fff;
  margin: 0 auto;
  padding: 0;
  color: white;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  /*box-shadow: inset 0px 0px 150px rgba(0,0,0,0.43);*/
}

/* #spiner {
} */

@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.spin_content {
  margin: 20px 0;
  min-height: 385px;
}

#spiner img {
  width: 100%;
  margin: 20px 0;
  animation-name: spinning;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top: -50px;
  left: -70px;
}

.spin_head {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.spin_desc {
  margin-bottom: 10px;
  color: #252525;
  font-size: 14px;
}

.primary-btn {
  background: #9e7438;
  border: 0;
  padding: 10px 24px;
  color: #fff;

  cursor: pointer;
}

.primary-btn:hover {
  background: #fff;
  border: 1px solid #9e7438;
  color: #111;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #252525;
  font-size: 16px;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #286090;
  border-color: #204d74;
}
/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  min-height: 200px;
  position: relative;
  background: #fafafa;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.5s;
  border-radius: 50%;
  display: inline-block;
  border: 6px solid #fff;
}

#services .icon a {
  display: inline-block;
  background: linear-gradient(
    90deg,
    rgba(242, 232, 151, 1) 0%,
    rgba(174, 138, 73, 1) 35%,
    rgba(155, 112, 52, 1) 100%
  );
  border: 2px solid #9e7538;
  padding: 20px;
  border-radius: 50%;
  transition: 1s;
  width: 70px;
  height: 70px;
  cursor: alias;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
}
#services .box {
  padding: 46px 20px 10px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  min-height: 455px !important;
  position: relative;
  background: #fafafa;
  border-radius: 10px;
}
#services .box:hover .icon i {
  color: #9e7437;
}

#services .box:hover .icon a {
  color: #9e7437;
  background: #fff;
}

#services .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/calltoaction-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #ca974b;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
#call-to-action .cta-text {
  color: #fff;
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #9e7438;
  border: 2px solid #9e7438;
}

/*--------------------------why_cyberlash-----------------------------*/

#why_Jellygit {
  background: #f4f6f6;
  background-size: cover;
  padding: 80px 0 60px 0;
}

.carousel {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.carousel .item {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 340px;
  background: #111;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
  padding: 25px;
}
.carousel .item a {
  color: #eb7245;
}
.carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%;
}
.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100px;
  border: 2px solid #9c743a;
}
.carousel .testimonial {
  padding: 30px 0 10px;
  font-size: 15px;
}
.carousel .overview {
  text-align: center;
  padding-bottom: 5px;
}
.carousel .overview b {
  color: #9b6e32;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
}
.carousel .star-rating i {
  font-size: 18px;
  color: #ffdc12;
}
.carousel .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  text-shadow: none;
  top: 4px;
}
.carousel-control i {
  font-size: 20px;
  margin-right: 2px;
}
.carousel-control.left {
  left: auto;
  right: 40px;
}
.carousel-control.right i {
  margin-right: -2px;
}
.carousel .carousel-indicators {
  bottom: 45px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}
section#why_JELLYGIT .carousel {
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 70px;
  width: 100%;
}
.carousel-indicators li {
  background: #e2e2e2;
  border-color: transparent;
}
.carousel-indicators li.active {
  border: none;
  background: #ac8a4c;
}
@media (max-width: 640px) {
  .carousel {
    width: 100%;
  }
  .mobile_text {
    text-align: center !important;
  }
  .footer_menu {
    margin: 10px auto;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  margin: 0;
  color: #969696;
  background-color: #312e51 !important;
  padding: 20px 0 0 0 !important;
}

.flogo {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
}

.f_blog h4 {
  color: #dddddd;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
}

.f_blog p {
  margin-bottom: 20px;
}

.work_thumb {
  list-style-type: none;
  width: 100%;
}

.work_thumb li {
  display: inline-block;
  width: 30%;
  margin-right: 5px;
  margin-bottom: 10px;
}

.work_thumb li:last-child {
  margin-right: 0;
}

.work_thumb li img {
  width: 100%;
  height: 80px;
}

.foot_icon {
  font-size: 16px;
  color: #9e7236;
  margin-right: 8px;
}

.fsocial_icon {
  color: #bbbbbb;
  font-size: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.social_icon {
  color: #444;
  font-size: 26px;
  margin-right: 10px;
  cursor: pointer;
}

.copyright-wrapper {
  border-color: #2b2848;
  background-color: #282645;
  padding: 15px 0;
  color: #ffffff;
}

.fsocial_icon:hover {
  color: #9e7438 !important;
  cursor: pointer;
}

.brand_color {
  color: #9e7438;
}
.footer_menu {
  list-style-type: none;
}

.footer_menu li {
  display: inline-block;
  margin-right: 10px;
}
.footer_menu li a {
  color: #7f7f7f;
  border-right: 1px solid #7f7f7f;
  padding-right: 10px;
}
.border-none {
  border-color: transparent !important;
}

.mega_menu {
  min-width: 320px;
}

.mega_menu div {
  margin-bottom: 15px;
  line-height: 25px;
}

.mega_menu li {
  width: 100%;
}

.mega_menu li .fa {
  font-size: 18px;
  color: #9e7438;
}

.col-half {
  display: inline-block;
  padding: 15px;
}

.border_left {
  border-left: 1px solid #ddd;
  padding-left: 15px;
}

.menu_title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.header-bg2 {
  background: #000;
}

.logo-name {
  padding: 0 !important;
}

.v_alignment {
  margin-top: 50px;
}

@media (max-width: 640px) {
  .col-half {
    display: block;
  }
  .border_left {
    border-left: none;
  }
  .menu_title {
    border-bottom: 1px solid #555;
    color: #fff;
  }

  #spiner img {
    position: static;
  }
}

/*---------Services page----------*/

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.box:hover .hvr-bob {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

#services .box_hover:hover .icon i {
  color: #9e7438 !important;
}
.services-item-box {
  background-color: #eee;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
}

.box_hover:hover .title a {
  color: #fff !important;
}

.sev-subblock {
  margin-bottom: 50px;
}
.services-item-box img {
  width: 90px;
  height: 90px;
  background-color: #fff;
  padding: 1rem;
  border-radius: 100px;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}
.sev-subblock h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.sev-subblock p {
  font-size: 13px;
  margin-bottom: 18px;
  line-height: 1.5;
}

.stylish_border {
  border-left: 3px solid #9e7438;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9e7438;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9e7438;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.margin-blg {
  margin-bottom: 20px;
}

.box_hover {
  padding: 50px 20px 0px 20px !important;
  min-height: 110px !important;
  width: 100%;
}

.sub_heading {
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
  text-align: center;
  margin: 15px 0 30px 0;
}

.blue-text {
  color: #9e7438;
}

hr.style-one {
  border: 0;
  height: 1px;
  margin-bottom: 15px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.services-section {
  margin-bottom: 15px;
}

.services-section h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.services-section p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
}

.responsive-image {
  width: 80%;
}

.row-spacing {
  margin-bottom: 50px;
}

.grey_bg {
  background: #eee;
  padding: 20px;
}

.white_bg {
  background: #fff;
  padding: 20px;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f7f7f7;
  padding: 150px 0 80px 0;
}

#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #9e7438;
  color: #fff;
}

#portfolio .portfolio-item {
  position: relative;
  height: 320px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  transform: scale(1);
}

#portfolio .portfolio-item a {
  display: block;
  margin-right: 15px;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
  height: 50px;
  background: #9e7438;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
  bottom: 0;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

/*----------------------------------Services details page----------------------------------*/

@media (max-width: 640px) {
  .header_image {
    width: 100% !important;
  }
  .align_div {
    margin: 15px !important;
    text-align: center;
  }
}

.header_image {
  width: 90%;
}

.header-bannner {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/header-banner.jpg) fixed center center;
  background-size: cover;
  padding: 130px 0 30px 0;
}

.header-bannner h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 15px;
}

.header-bannner p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

#description {
  padding: 25px 0;
}

#description p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #fff;
}

#features {
  /*background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/web4.jpg) fixed center center;
    background-size: cover;*/
  background: #fff;
  padding: 50px 0 30px 0;
  border-bottom: 1px solid #ddd;
}

#features h2 {
  text-align: center;
  color: #9c7135;
  font-size: 32px;
}

#features h4 {
  color: #252525;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
}
.product-item-img {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.product-item-img-gray {
  padding: 10px;
  background-color: #eee;
  border-radius: 10px;
}
.product-item-img-gray img.image-responsive {
  background-color: #fff;
}
#features h4 .fa {
  color: #84673e;
  font-size: 20px;
  margin: 0px 15px 0 0;
  float: left;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
  box-shadow: 0 0px 20px rgb(0 0 0 / 20%);
  text-align: center;
  line-height: 1.5;
}

#wireframe {
  background-color: #eee;
  padding: 50px 0 50px 0;
}

#wireframe h2 {
  text-align: left;
  color: #252525;
  font-size: 32px;
  margin-bottom: 15px;
}

#wireframe p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

.default-list {
  list-style-type: none;
}

.default-list li {
  font-size: 16px;
  margin-bottom: 15px;
  background-image: url(../img/tick.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 25px;
  background-size: 16px;
  line-height: 25px;
}

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

#uidesign h2 {
  text-align: left;
  color: #252525;
  font-size: 32px;
  margin-bottom: 15px;
}

#uidesign p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

#htmlconversion {
  background-color: #eee;
  padding: 50px 0 50px 0;
}

#htmlconversion h2 {
  text-align: left;
  color: #252525;
  font-size: 32px;
  margin-bottom: 15px;
}

#htmlconversion p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  border: 3px solid #ddd;
  width: 95%;
  /* float: right; */
}
.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.align_div {
  margin: 110px 0 0 -15px;
}

.case-study-wrapper {
  min-height: 517px;
}

.case-study-wrapper .project-detail .custom-btn,
.our-project .project-detail .custom-btn {
  margin-top: 50px;
  width: 260px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px;
}
.btn-default {
  color: #fff;
  background-color: #337ab7;
  border-color: #ccc;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333 !important;
  text-decoration: none;
}

.our-project,
.pb {
  padding-bottom: 80px;
}
.case-study {
  padding-top: 80px;
  background: #212121;
  width: 100%;
  border-bottom: 1px solid #b6b6b6;
  z-index: 1;
  overflow: hidden;
}

.casestudy-block {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.clear,
.clearfix,
figure,
html[xmlns] .clearfix,
img {
  display: block;
}

.gallery-block {
  width: 60%;
  float: left;
  position: relative;
  z-index: 9;
}

.gallery-img {
  list-style-type: none;
}

.gallery-img li {
  float: left;
  margin-right: 15px;
  width: 45%;
}

.gallery-img li img {
  width: 100%;
}

.project-detail {
  float: right;
  width: 36%;
  padding-top: 19px;
}

.project-detail h2 {
  font-size: 37px;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 34px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.imgs .rotate-logo {
  top: auto;
  bottom: -348px;
}
.rotate-logo {
  background: url(../img/rotate-logo.png) no-repeat;
  position: absolute;
  top: 298px;
  left: -345px;
  width: 712px;
  height: 712px;
  transform: rotate(0);
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0);
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: hero-rotate 40s linear infinite 0s;
  animation: hero-rotate 40s linear infinite 0s;
}

.radius-rotate {
  display: none;
}
.radius-rotate {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  bottom: -19px;
  left: -14px;
  z-index: 999;
}

.parallax {
  position: absolute;
  left: -547px;
  top: 226px;
  background: url(../img/parallax-img.png);
  height: 800px;
  width: 65%;
  transform: rotate(0);
  transform-origin: 50% -50%;
  -webkit-transform: rotate(0);
  -webkit-transform-origin: 50% 50%;
}
.parallax-img {
  position: absolute;
  left: 0;
  top: 0;
}
.project-detail p {
  color: #fff;
  line-height: 1.5;
}

.news-section {
  padding-top: 154px;
  padding-bottom: 104px;
  position: relative;
  overflow: hidden;
  background-color: #9d7236;
}

.news-section:after {
  -webkit-animation: hero-next-in 0.4s ease 1;
  animation: hero-next-in 0.4s ease 1;
  background-image: url(../img/icon.svg), none;
  background-size: 18% auto;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  width: 200%;
  opacity: 0.2;
}

.news-section:hover {
  background-color: #616161;
}

.news-section:hover:after {
  -webkit-animation: hero-next-over 10s linear infinite;
  animation: hero-next-over 10s linear infinite;
}

@-webkit-keyframes hero-next-over {
  to {
    -webkit-transform: translateX(-18%);
    transform: translateX(-18%);
  }
}

@keyframes hero-next-over {
  to {
    -webkit-transform: translateX(-18%);
    transform: translateX(-18%);
  }
}

.news-content {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.news-block {
  float: left;
  width: 38%;
}

/*#leftgear{transition: 700ms linear all;}*/

#our-offer {
  background: #fff;
  padding: 50px 0 50px 0;
}

#our-offer h2 {
  font-size: 32px;
  color: #252525;
  text-align: center;
  margin-bottom: 50px;
}

.offer_div {
  margin-bottom: 15px;
}
#services .box.box_hover {
  min-height: 120px !important;
}
.offer_div img {
  float: left;
  margin-right: 15px;
}

.text-block {
  float: left;
  width: 76%;
}

.text-block h4 {
  color: #282645;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-block p {
  color: #252525;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
}

/* Team Section
--------------------------------*/
#team {
  background: #eee;
  padding: 125px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0.9375rem 3.75rem rgba(2, 2, 22, 0.1);
  padding: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
}

#team .member .pic img {
  max-width: 100%;
  border-radius: 50%;
  width: 150px;
  margin: 0 auto;
  border: 5px solid #9e7438;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member:hover .pic img {
  border-color: #fff !important;
}

#team .member:hover .social a {
  color: #fff !important;
}

#team .member .social a:hover {
  color: #2dc997;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Radial Out */
.hvr-radial-out {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9e7438;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.divider {
  margin: 50px 0;
}

.expert_block {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0.9375rem 3.75rem rgba(2, 2, 22, 0.1);
  margin-bottom: 15px;
}

.expert_block img {
  float: left;
  width: 50px;
  border-radius: 50%;
}

.expert_detail {
  float: left;
  margin-left: 15px;
}

.expert_detail h4 {
  font-size: 18px;
  margin: 0 0 4px 0;
}

.expert_detail p {
  margin-bottom: 10px;
  font-size: 15px;
}

.exp_social {
  font-size: 15px;
}

.exp_social a {
  font-size: 18px;
  margin: 5px 5px 0 0;
}

.expert_block:hover .exp_social a {
  color: #fff !important;
}

.nopadding-left {
  padding-left: 0;
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9e7438;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9e7438;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.team_sev {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgb(82 63 105 / 5%);
}
#team h3.section-title {
  margin-bottom: 50px !important;
}
li.menu-active a {
  color: #9e7438 !important;
}
.team_sev h4 {
  text-align: center;
  margin: 10px 0;
  font-size: 18px;
}

.sev_img img {
  height: 140px;
  margin: 0 auto;
  display: block;
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.img_iso {
  background-image: url("../img/cartoon1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 140px;
  width: 63px;
}

.img_iso:hover {
  background-image: url("../img/cartoon11.png");
  background-repeat: no-repeat;
}

.img_seo {
  background-image: url("../img/cartoon2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 140px;
  width: 85px;
}

.img_seo:hover {
  background-image: url("../img/cartoon22.png");
  background-repeat: no-repeat;
}

.img_devloper {
  background-image: url("../img/cartoon3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 140px;
  width: 75px;
}

.img_devloper:hover {
  background-image: url("../img/cartoon33.png");
  background-repeat: no-repeat;
}

.img_logodesigner {
  background-image: url("../img/cartoon4.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 140px;
  width: 74px;
}

.img_logodesigner:hover {
  background-image: url("../img/cartoon44.png");
  background-repeat: no-repeat;
}

/*--------------popup-------------*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #eee;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  border: 2px solid #9e7438;
  border-radius: 5px;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 24px;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #9e7438;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .popup {
    width: 70%;
  }
}

.profile_img {
  float: left;
  margin-right: 15px;
}

.profile_img img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.expert_detail {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}

.designation {
  color: #9e7438;
  font-weight: 400px;
  margin-bottom: 5px !important;
  font-size: 18px;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 130px 0 40px 0;
}

#contact #google-map {
  height: 300px;
  margin-bottom: 20px;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 22px;
  float: left;
}
.contact-url-box-outer {
  padding: 2rem;
  background-color: #edf2f7;
  margin-top: 2rem;
  border-radius: 2rem;
}
.contact-url-box:hover {
  -webkit-transform: translateY(-0.25rem);
  -ms-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
  box-shadow: 0px 2px 4px rgba(46, 41, 51, 0.08),
    0px 5px 10px rgba(71, 63, 79, 0.16);
}
#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 16px;
  text-align: left;
  margin-left: 15px;
  font-weight: 600;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #9e7438;
  color: #fff;
}

#contact .form #sendmessage {
  color: #9e7438;
  border: 1px solid #9e7438;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: block;
  width: 100%;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid;
  border-radius: 4px;
  color: inherit;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  border: none;
  background-color: var(--theme-ui-colors-omegaLight, #e2e8f0);
  color: var(--theme-ui-colors-omegaDark, #718096);
  outline: none;
}

#contact .form button[type="submit"] {
  background: linear-gradient(
    100.08deg,
    #ffdca0 -14.42%,
    #ffca6c 13.68%,
    #da9949 66.61%,
    #b96c29 111.05%
  );
  border: 0;
  padding: 12px 20px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 15px;
}
.contact-url-box {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  font-size: inherit;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 24px;
  padding-bottom: 0.5rem;
  background-color: var(--theme-ui-colors-contentBg, #fff);
  border-radius: 1rem;
  -webkit-transition: -webkit-transform 250ms ease, box-shadow 250ms ease,
    color 250ms ease;
  -webkit-transition: transform 250ms ease, box-shadow 250ms ease,
    color 250ms ease;
  transition: transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
  box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.05);
  width: 100%;
  height: 100px;
  border-left: 3px solid #e3ae6e;
}
.contact-url-box.info i {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  line-height: 2.3;
  background: linear-gradient(98.7deg, #fff5e3 -19.14%, #da9949 85.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.35px;
  font-size: 1.125rem;
  font-weight: 700;
  border: 1px solid #ccc;
}
.map-box {
  padding: 0.5rem;
  background: #fff;
  border-radius: 1rem;
  -webkit-transition: -webkit-transform 250ms ease, box-shadow 250ms ease,
    color 250ms ease;
  -webkit-transition: transform 250ms ease, box-shadow 250ms ease,
    color 250ms ease;
  transition: transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
  box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 5%);
}
#contact .form button[type="submit"]:hover {
  background: linear-gradient(
    100.08deg,
    #efc987 -14.42%,
    #ffca6c 13.68%,
    #cb8c33 66.61%,
    #ad6323 111.05%
  );
  border: 2px solid
    linear-gradient(
      100.08deg,
      #ffdca0 -14.42%,
      #ffca6c 13.68%,
      #da9949 66.61%,
      #b96c29 111.05%
    );
  color: #fff;
  cursor: pointer;
  border: 0;
  padding: 12px 20px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
  font-size: 14px;
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 130px 0 40px 0;
}

#about .about-container .background {
  min-height: 300px;
  background: url(../img/why-choose-us.png) center top no-repeat;
  margin-bottom: 10px;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

/*--------------About us----------------*/

#about .about-container p {
  line-height: 26px;
  margin-bottom: 30px;
  font-size: 15px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  padding: 15px 10px;
  border-radius: 50%;
  border: 2px solid #9f7538;
  width: 60px;
  height: 60px;
  text-align: center;
}

#about .about-container .icon-box .icon i {
  color: #a07639;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 15px;
}

/* Facts Section
--------------------------------*/
#facts {
  padding: 40px 0 60px 0;
  background-image: url(../img/vector.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 23%;
  background-position: 50%;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #312e51;
  font-weight: 600;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #795548;
}

/* Our Mission Section
--------------------------------*/

#our_mission {
  padding: 40px 0 0;
  text-align: center;
  background-image: url(../img/abou_con_bg.jpg);
  background-size: 100%;
}

#our_mission h2 {
  color: #ffeb3b;
  margin-bottom: 10px;
  font-size: 30px;
  text-transform: capitalize;
}
.mission_block:hover {
  border: 2px solid #c7a747;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
  box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}

#our_mission p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 30px;
}
.mission_block {
  width: 85%;
  margin: 0 auto;
  padding: 0.5rem;
  border-radius: 5px;
  transition: all 300ms ease;
  /* all 300ms animation-timing-function: ease; */
  transition: all 300ms ease;

  min-height: 220px;
  background-image: linear-gradient(
    0deg,
    rgba(49, 67, 81, 1) 10%,
    rgba(57, 71, 81, 1) 20%,
    rgba(65, 74, 81, 1) 30%,
    rgba(73, 78, 81, 1) 40%,
    rgba(81, 81, 81, 1) 50%,
    rgba(90, 85, 81, 1) 60%,
    rgba(98, 88, 81, 1) 70%,
    rgba(106, 92, 81, 1) 80%,
    rgba(114, 95, 81, 1) 90%,
    rgba(122, 99, 81, 1) 100%
  );
}
.margin-lgb {
  margin-bottom: 40px;
}

/* Connect With Us Section
--------------------------------*/

#connect_us {
  padding: 40px 0;
  background-color: #fff;
}

#connect_us h2 {
  color: #333;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin: 0 0 30px 0;
}

.connect_blog img {
  margin-bottom: 10px;
  width: 100%;
}

.connect_blog h3 {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 10px;
}

.connect_blog p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
}

.fade.in {
  opacity: 1;
}

.modal-body {
  font-size: 14px;
}

.modal-body p {
  line-height: 20px;
  margin-bottom: 10px;
}

.modal-body h4 {
  margin-bottom: 5px;
}

.modal-body ul li {
  line-height: 20px;
  margin-bottom: 10px;
}

.modal-title {
  font-size: 18px;
  color: #fff;
}

.modal {
  top: 0;
}

.modal-header {
  background-color: #9e7438;
}

.close {
  color: #fff;
}

/*---------------css for ipad------------------*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .gallery-img {
    padding-left: 15px;
  }

  .case-study {
    padding-top: 85px;
  }
}

/*.header-fixed {
  display: block !important;
}
#header {
  display: none;
}*/
.carousel-control-prev {
  left: auto;
  right: 40px;
  display: none;
}
a.carousel-control-next {
  left: auto;
  right: 40px;
  display: none;
}

@media only screen and (max-width: 600px) {
  .form.new-contect-form {
    margin-top: 20px;
    padding: 1rem;
  }
  .contact-url-box-outer {
    padding: 1rem;
    background-color: #edf2f7;
    margin-top: 1rem;
    border-radius: 2rem;
  }
  .contact-url-box {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    appearance: none;
    display: inline-block;
    text-align: center;
    line-height: inherit;
    text-decoration: none;
    font-size: inherit;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 24px;
    padding-bottom: 0.5rem;
    background-color: var(--theme-ui-colors-contentBg, #fff);
    border-radius: 1rem;
    -webkit-transition: -webkit-transform 250ms ease, box-shadow 250ms ease,
      color 250ms ease;
    -webkit-transition: transform 250ms ease, box-shadow 250ms ease,
      color 250ms ease;
    transition: transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
    box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.05);
    width: 100%;
    height: 80px;
    border-left: 3px solid #e3ae6e;
    margin-bottom: 10px;
  }
  .contact-url-box.info i {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    line-height: 2.1;
    background: linear-gradient(98.7deg, #fff5e3 -19.14%, #da9949 85.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.35px;
    font-weight: 700;
    border: 1px solid #ccc;
    font-size: 15px !important;
  }
  #contact .info p {
    padding: 0 0 10px 35px;
    margin-bottom: 20px;
    line-height: 17px;
    font-size: 14px;
    text-align: left;
    margin-left: 5px;
    font-weight: 60;
  }
  #contact .form button[type="submit"] {
    background: linear-gradient(
      100.08deg,
      #ffdca0 -14.42%,
      #ffca6c 13.68%,
      #da9949 66.61%,
      #b96c29 111.05%
    );
    border: 0;
    padding: 12px 20px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 0;
  }
  h3.section-title {
    margin-bottom: 40px !important;
  }
  .mission_block {
    min-height: 312px;
  }
  #about .about-container .background {
    min-height: 300px;
    background: url(../img/why-choose-us.png) center top no-repeat;
    margin-bottom: 10px;
    background-size: 100% 100%;
  }
  /* #header #logo img {
    max-height: 55px;
    width: 82px;
    margin-top: 6px;
} */
  .media-icon {
    color: #958e0a;
    display: block;
    background: #fff;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    text-align: center;
    line-height: 2.2;
    margin: auto;
    margin-bottom: 20px;
    border: 2px solid #958e0a !important;
  }
  #our_mission {
    padding: 40px 0 0;
    text-align: center;
    background-image: url(../img/abou_con_bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  #facts {
    background-size: 97%;
  }
  .product-item-img {
    margin-top: 10px;
  }
  #header {
    padding: 0px 0;
    height: 69px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: rgb(49 46 81);
  }
}
